Skip to content

Commit 052bc32

Browse files
Updates to AE & Premiere & Animate Typings (#89)
* PPRO Typings Restructure Init * 2020 animate added * started ppro qe dom defs from eric robinson * removed all references to QE Dom & misc PPRO TS fixes * animate globals fixes * change animate from years to versions * AE onStatusChanged should be onStatus * renamed ppro defs to index * updated test.sh
1 parent a48dea7 commit 052bc32

36 files changed

+13259
-70
lines changed

AfterEffects/10.5/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ declare class RenderQueueItem {
19891989
skipFrames: number
19901990

19911991
/** A callback function that is called during the rendering process when the status of the item changes. */
1992-
onStatusChanged: string | null
1992+
onStatus: string | null
19931993

19941994
/** A log type for this item. */
19951995
logType: LogType

AfterEffects/11.0/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ declare class RenderQueueItem {
20312031
skipFrames: number
20322032

20332033
/** A callback function that is called during the rendering process when the status of the item changes. */
2034-
onStatusChanged: string | null
2034+
onStatus: string | null
20352035

20362036
/** A log type for this item. */
20372037
logType: LogType

AfterEffects/12.0/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ declare class RenderQueueItem {
20512051
skipFrames: number
20522052

20532053
/** A callback function that is called during the rendering process when the status of the item changes. */
2054-
onStatusChanged: string | null
2054+
onStatus: string | null
20552055

20562056
/** A log type for this item. */
20572057
logType: LogType

AfterEffects/13.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,9 +1537,7 @@ declare class OutputModule {
15371537

15381538
getSetting(key: string): string | number
15391539

1540-
getSettings(
1541-
format?: GetSettingsFormat,
1542-
): {
1540+
getSettings(format?: GetSettingsFormat): {
15431541
"Audio Bit Depth": string
15441542
"Audio Channels": string
15451543
"Audio Sample Rate": string
@@ -2099,7 +2097,7 @@ declare class RenderQueueItem {
20992097
skipFrames: number
21002098

21012099
/** A callback function that is called during the rendering process when the status of the item changes. */
2102-
onStatusChanged: string | null
2100+
onStatus: string | null
21032101

21042102
/** A log type for this item. */
21052103
logType: LogType

AfterEffects/13.1/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,9 +1537,7 @@ declare class OutputModule {
15371537

15381538
getSetting(key: string): string | number
15391539

1540-
getSettings(
1541-
format?: GetSettingsFormat,
1542-
): {
1540+
getSettings(format?: GetSettingsFormat): {
15431541
"Audio Bit Depth": string
15441542
"Audio Channels": string
15451543
"Audio Sample Rate": string
@@ -2099,7 +2097,7 @@ declare class RenderQueueItem {
20992097
skipFrames: number
21002098

21012099
/** A callback function that is called during the rendering process when the status of the item changes. */
2102-
onStatusChanged: string | null
2100+
onStatus: string | null
21032101

21042102
/** A log type for this item. */
21052103
logType: LogType

AfterEffects/13.2/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,9 +1543,7 @@ declare class OutputModule {
15431543

15441544
getSetting(key: string): string | number
15451545

1546-
getSettings(
1547-
format?: GetSettingsFormat,
1548-
): {
1546+
getSettings(format?: GetSettingsFormat): {
15491547
"Audio Bit Depth": string
15501548
"Audio Channels": string
15511549
"Audio Sample Rate": string
@@ -2105,7 +2103,7 @@ declare class RenderQueueItem {
21052103
skipFrames: number
21062104

21072105
/** A callback function that is called during the rendering process when the status of the item changes. */
2108-
onStatusChanged: string | null
2106+
onStatus: string | null
21092107

21102108
/** A log type for this item. */
21112109
logType: LogType

AfterEffects/13.6/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,9 +1548,7 @@ declare class OutputModule {
15481548

15491549
getSetting(key: string): string | number
15501550

1551-
getSettings(
1552-
format?: GetSettingsFormat,
1553-
): {
1551+
getSettings(format?: GetSettingsFormat): {
15541552
"Audio Bit Depth": string
15551553
"Audio Channels": string
15561554
"Audio Sample Rate": string
@@ -2110,7 +2108,7 @@ declare class RenderQueueItem {
21102108
skipFrames: number
21112109

21122110
/** A callback function that is called during the rendering process when the status of the item changes. */
2113-
onStatusChanged: string | null
2111+
onStatus: string | null
21142112

21152113
/** A log type for this item. */
21162114
logType: LogType

AfterEffects/13.8/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,9 +1558,7 @@ declare class OutputModule {
15581558

15591559
getSetting(key: string): string | number
15601560

1561-
getSettings(
1562-
format?: GetSettingsFormat,
1563-
): {
1561+
getSettings(format?: GetSettingsFormat): {
15641562
"Audio Bit Depth": string
15651563
"Audio Channels": string
15661564
"Audio Sample Rate": string
@@ -2123,7 +2121,7 @@ declare class RenderQueueItem {
21232121
skipFrames: number
21242122

21252123
/** A callback function that is called during the rendering process when the status of the item changes. */
2126-
onStatusChanged: string | null
2124+
onStatus: string | null
21272125

21282126
/** A log type for this item. */
21292127
logType: LogType

AfterEffects/14.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,9 +1607,7 @@ declare class OutputModule {
16071607

16081608
getSetting(key: string): string | number
16091609

1610-
getSettings(
1611-
format?: GetSettingsFormat,
1612-
): {
1610+
getSettings(format?: GetSettingsFormat): {
16131611
"Audio Bit Depth": string
16141612
"Audio Channels": string
16151613
"Audio Sample Rate": string
@@ -2178,7 +2176,7 @@ declare class RenderQueueItem {
21782176
skipFrames: number
21792177

21802178
/** A callback function that is called during the rendering process when the status of the item changes. */
2181-
onStatusChanged: string | null
2179+
onStatus: string | null
21822180

21832181
/** A log type for this item. */
21842182
logType: LogType

AfterEffects/14.2/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,9 +1607,7 @@ declare class OutputModule {
16071607

16081608
getSetting(key: string): string | number
16091609

1610-
getSettings(
1611-
format?: GetSettingsFormat,
1612-
): {
1610+
getSettings(format?: GetSettingsFormat): {
16131611
"Audio Bit Depth": string
16141612
"Audio Channels": string
16151613
"Audio Sample Rate": string
@@ -2223,7 +2221,7 @@ declare class RenderQueueItem {
22232221
skipFrames: number
22242222

22252223
/** A callback function that is called during the rendering process when the status of the item changes. */
2226-
onStatusChanged: string | null
2224+
onStatus: string | null
22272225

22282226
/** A log type for this item. */
22292227
logType: LogType

AfterEffects/15.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,9 +1617,7 @@ declare class OutputModule {
16171617

16181618
getSetting(key: string): string | number
16191619

1620-
getSettings(
1621-
format?: GetSettingsFormat,
1622-
): {
1620+
getSettings(format?: GetSettingsFormat): {
16231621
"Audio Bit Depth": string
16241622
"Audio Channels": string
16251623
"Audio Sample Rate": string
@@ -2239,7 +2237,7 @@ declare class RenderQueueItem {
22392237
skipFrames: number
22402238

22412239
/** A callback function that is called during the rendering process when the status of the item changes. */
2242-
onStatusChanged: string | null
2240+
onStatus: string | null
22432241

22442242
/** A log type for this item. */
22452243
logType: LogType

AfterEffects/16.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,9 +1627,7 @@ declare class OutputModule {
16271627

16281628
getSetting(key: string): string | number
16291629

1630-
getSettings(
1631-
format?: GetSettingsFormat,
1632-
): {
1630+
getSettings(format?: GetSettingsFormat): {
16331631
"Audio Bit Depth": string
16341632
"Audio Channels": string
16351633
"Audio Sample Rate": string
@@ -2270,7 +2268,7 @@ declare class RenderQueueItem {
22702268
skipFrames: number
22712269

22722270
/** A callback function that is called during the rendering process when the status of the item changes. */
2273-
onStatusChanged: string | null
2271+
onStatus: string | null
22742272

22752273
/** A log type for this item. */
22762274
logType: LogType

AfterEffects/16.1/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,9 +1645,7 @@ declare class OutputModule {
16451645

16461646
getSetting(key: string): string | number
16471647

1648-
getSettings(
1649-
format?: GetSettingsFormat,
1650-
): {
1648+
getSettings(format?: GetSettingsFormat): {
16511649
"Audio Bit Depth": string
16521650
"Audio Channels": string
16531651
"Audio Sample Rate": string
@@ -2291,7 +2289,7 @@ declare class RenderQueueItem {
22912289
skipFrames: number
22922290

22932291
/** A callback function that is called during the rendering process when the status of the item changes. */
2294-
onStatusChanged: string | null
2292+
onStatus: string | null
22952293

22962294
/** A log type for this item. */
22972295
logType: LogType

AfterEffects/17.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,9 +1646,7 @@ declare class OutputModule {
16461646

16471647
getSetting(key: string): string | number
16481648

1649-
getSettings(
1650-
format?: GetSettingsFormat,
1651-
): {
1649+
getSettings(format?: GetSettingsFormat): {
16521650
"Audio Bit Depth": string
16531651
"Audio Channels": string
16541652
"Audio Sample Rate": string
@@ -2298,7 +2296,7 @@ declare class RenderQueueItem {
22982296
skipFrames: number
22992297

23002298
/** A callback function that is called during the rendering process when the status of the item changes. */
2301-
onStatusChanged: string | null
2299+
onStatus: string | null
23022300

23032301
/** A log type for this item. */
23042302
logType: LogType

AfterEffects/17.1/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,9 +1649,7 @@ declare class OutputModule {
16491649

16501650
getSetting(key: string): string | number
16511651

1652-
getSettings(
1653-
format?: GetSettingsFormat,
1654-
): {
1652+
getSettings(format?: GetSettingsFormat): {
16551653
"Audio Bit Depth": string
16561654
"Audio Channels": string
16571655
"Audio Sample Rate": string
@@ -2301,7 +2299,7 @@ declare class RenderQueueItem {
23012299
skipFrames: number
23022300

23032301
/** A callback function that is called during the rendering process when the status of the item changes. */
2304-
onStatusChanged: string | null
2302+
onStatus: string | null
23052303

23062304
/** A log type for this item. */
23072305
logType: LogType

AfterEffects/18.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,9 +1661,7 @@ declare class OutputModule {
16611661

16621662
getSetting(key: string): string | number
16631663

1664-
getSettings(
1665-
format?: GetSettingsFormat,
1666-
): {
1664+
getSettings(format?: GetSettingsFormat): {
16671665
"Audio Bit Depth": string
16681666
"Audio Channels": string
16691667
"Audio Sample Rate": string
@@ -2322,7 +2320,7 @@ declare class RenderQueueItem {
23222320
skipFrames: number
23232321

23242322
/** A callback function that is called during the rendering process when the status of the item changes. */
2325-
onStatusChanged: string | null
2323+
onStatus: string | null
23262324

23272325
/** A log type for this item. */
23282326
logType: LogType

AfterEffects/8.0/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ declare class FolderItem extends Item {
990990
}
991991

992992
/** These don't exist in AE, just here for the ease of types */
993-
type FootageSourceType = SolidSource | FileSource | PlaceholderSource;
993+
type FootageSourceType = SolidSource | FileSource | PlaceholderSource
994994

995995
/** The FootageItem object represents a footage item imported into a project, which appears in the Project panel. These are accessed by position index number in a project’s item collection. */
996996
declare class FootageItem<FootageSourceType> extends AVItem {
@@ -1025,9 +1025,9 @@ declare class FootageItem<FootageSourceType> extends AVItem {
10251025
): void
10261026
}
10271027

1028-
type SolidItem = FootageItem<SolidSource>;
1029-
type FileItem = FootageItem<FileSource>;
1030-
type PlaceholderItem = FootageItem<PlaceholderSource>;
1028+
type SolidItem = FootageItem<SolidSource>
1029+
type FileItem = FootageItem<FileSource>
1030+
type PlaceholderItem = FootageItem<PlaceholderSource>
10311031

10321032
/** The FootageSource object holds information describing the source of some footage. It is used as the mainSource of a FootageItem, or the proxySource of a CompItem or FootageItem. */
10331033
declare class FootageSource {
@@ -1889,7 +1889,7 @@ declare class RenderQueueItem {
18891889
skipFrames: number
18901890

18911891
/** A callback function that is called during the rendering process when the status of the item changes. */
1892-
onStatusChanged: string | null
1892+
onStatus: string | null
18931893

18941894
/** A log type for this item. */
18951895
logType: LogType

AfterEffects/9.0/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ declare class RenderQueueItem {
19351935
skipFrames: number
19361936

19371937
/** A callback function that is called during the rendering process when the status of the item changes. */
1938-
onStatusChanged: string | null
1938+
onStatus: string | null
19391939

19401940
/** A log type for this item. */
19411941
logType: LogType

Animate/2013/index.d.ts renamed to Animate/13.0/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="../../shared/global.d.ts" />
1+
/// <reference path="../../shared/JavaScript.d.ts" />
22
/// <reference path="../../shared/ScriptUI.d.ts" />
33

44
// Docs here: https://help.adobe.com/archive/en_US/flash/cs5/flash_cs5_extending.pdf
File renamed without changes.

0 commit comments

Comments
 (0)