bc-stubs 110.0.1 → 110.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -256,7 +256,7 @@ declare var PlatformDialogData: ({
256
256
  } | {
257
257
  Name: string;
258
258
  Music: string;
259
- Exit: () => void;
259
+ Exit(): void;
260
260
  Dialog: ({
261
261
  Background: string;
262
262
  Character: {
@@ -356,7 +356,7 @@ declare var PlatformDialogData: ({
356
356
  } | {
357
357
  Name: string;
358
358
  Music: string;
359
- Exit: () => void;
359
+ Exit(): void;
360
360
  Dialog: ({
361
361
  Background: string;
362
362
  Character: {
@@ -467,7 +467,7 @@ declare var PlatformDialogData: ({
467
467
  } | {
468
468
  Name: string;
469
469
  Music: string;
470
- Exit: () => void;
470
+ Exit(): void;
471
471
  Dialog: ({
472
472
  Background: string;
473
473
  Character: {
@@ -732,8 +732,8 @@ declare var PlatformDialogData: ({
732
732
  TextScript?: undefined;
733
733
  AudioScript?: undefined;
734
734
  } | {
735
- TextScript: () => "Can I have my orgasm Lady Olivia?" | "It's time for the climax.";
736
- AudioScript: () => "O221" | "O222";
735
+ TextScript(): "Can I have my orgasm Lady Olivia?" | "It's time for the climax.";
736
+ AudioScript(): "O221" | "O222";
737
737
  Background?: undefined;
738
738
  Character?: undefined;
739
739
  Text?: undefined;
@@ -742,8 +742,8 @@ declare var PlatformDialogData: ({
742
742
  ID?: undefined;
743
743
  Entry?: undefined;
744
744
  } | {
745
- TextScript: () => "Yes, you can have your orgasm my maid." | "(She smiles and watches you carefully.)";
746
- AudioScript: () => string;
745
+ TextScript(): "Yes, you can have your orgasm my maid." | "(She smiles and watches you carefully.)";
746
+ AudioScript(): string;
747
747
  Character: {
748
748
  Name: string;
749
749
  Status: string;
@@ -817,7 +817,7 @@ declare var PlatformDialogData: ({
817
817
  } | {
818
818
  Name: string;
819
819
  Music: string;
820
- Exit: () => void;
820
+ Exit(): void;
821
821
  Dialog: ({
822
822
  Background: string;
823
823
  Character: {
@@ -890,7 +890,7 @@ declare var PlatformDialogData: ({
890
890
  } | {
891
891
  Name: string;
892
892
  Music: string;
893
- Exit: () => void;
893
+ Exit(): void;
894
894
  Dialog: ({
895
895
  Background: string;
896
896
  Character: {
@@ -921,7 +921,7 @@ declare var PlatformDialogData: ({
921
921
  } | {
922
922
  Name: string;
923
923
  Music: string;
924
- Exit: () => void;
924
+ Exit(): void;
925
925
  Dialog: ({
926
926
  Background: string;
927
927
  Character: {
@@ -1113,7 +1113,7 @@ declare var PlatformDialogData: ({
1113
1113
  } | {
1114
1114
  Name: string;
1115
1115
  Music: string;
1116
- Exit: () => void;
1116
+ Exit(): void;
1117
1117
  Dialog: ({
1118
1118
  Background: string;
1119
1119
  Character: {
@@ -1245,7 +1245,7 @@ declare var PlatformDialogData: ({
1245
1245
  } | {
1246
1246
  Name: string;
1247
1247
  Music: string;
1248
- Exit: () => void;
1248
+ Exit(): void;
1249
1249
  Dialog: ({
1250
1250
  Background: string;
1251
1251
  Character: {
@@ -1359,7 +1359,7 @@ declare var PlatformDialogData: ({
1359
1359
  } | {
1360
1360
  Name: string;
1361
1361
  Music: string;
1362
- Exit: () => void;
1362
+ Exit(): void;
1363
1363
  Dialog: ({
1364
1364
  Background: string;
1365
1365
  Character: {
@@ -1684,7 +1684,7 @@ declare var PlatformDialogData: ({
1684
1684
  } | {
1685
1685
  Name: string;
1686
1686
  Music: string;
1687
- Exit: () => void;
1687
+ Exit(): void;
1688
1688
  Dialog: ({
1689
1689
  Background: string;
1690
1690
  Character: {
@@ -2039,7 +2039,7 @@ declare var PlatformDialogData: ({
2039
2039
  } | {
2040
2040
  Name: string;
2041
2041
  Music: string;
2042
- Exit: () => void;
2042
+ Exit(): void;
2043
2043
  Dialog: ({
2044
2044
  Text: string;
2045
2045
  Background: string;
@@ -2101,7 +2101,7 @@ declare var PlatformDialogData: ({
2101
2101
  } | {
2102
2102
  Name: string;
2103
2103
  Music: string;
2104
- Exit: () => void;
2104
+ Exit(): void;
2105
2105
  Dialog: ({
2106
2106
  Text: string;
2107
2107
  Audio: string;
@@ -2253,7 +2253,7 @@ declare var PlatformDialogData: ({
2253
2253
  } | {
2254
2254
  Name: string;
2255
2255
  Music: string;
2256
- Exit: () => void;
2256
+ Exit(): void;
2257
2257
  Dialog: ({
2258
2258
  Text: string;
2259
2259
  Audio: string;
@@ -2773,7 +2773,7 @@ declare var PlatformDialogData: ({
2773
2773
  } | {
2774
2774
  Name: string;
2775
2775
  Music: string;
2776
- Exit: () => void;
2776
+ Exit(): void;
2777
2777
  Dialog: ({
2778
2778
  Background: string;
2779
2779
  Character: {
@@ -2952,7 +2952,7 @@ declare var PlatformDialogData: ({
2952
2952
  } | {
2953
2953
  Name: string;
2954
2954
  Music: string;
2955
- Exit: () => void;
2955
+ Exit(): void;
2956
2956
  Dialog: ({
2957
2957
  Background: string;
2958
2958
  Entry(): void;
@@ -3092,7 +3092,7 @@ declare var PlatformDialogData: ({
3092
3092
  } | {
3093
3093
  Name: string;
3094
3094
  Music: string;
3095
- Exit: () => void;
3095
+ Exit(): void;
3096
3096
  Dialog: ({
3097
3097
  Background: string;
3098
3098
  Entry(): void;
@@ -3277,7 +3277,7 @@ declare var PlatformDialogData: ({
3277
3277
  } | {
3278
3278
  Name: string;
3279
3279
  Music: string;
3280
- Exit: () => void;
3280
+ Exit(): void;
3281
3281
  Dialog: ({
3282
3282
  Background: string;
3283
3283
  Entry(): void;
@@ -3423,7 +3423,7 @@ declare var PlatformDialogData: ({
3423
3423
  } | {
3424
3424
  Name: string;
3425
3425
  Music: string;
3426
- Exit: () => void;
3426
+ Exit(): void;
3427
3427
  Dialog: ({
3428
3428
  Background: string;
3429
3429
  Character: {
@@ -3553,7 +3553,7 @@ declare var PlatformDialogData: ({
3553
3553
  } | {
3554
3554
  Name: string;
3555
3555
  Music: string;
3556
- Exit: () => void;
3556
+ Exit(): void;
3557
3557
  Dialog: ({
3558
3558
  Background: string;
3559
3559
  Character: ({
@@ -3814,7 +3814,7 @@ declare var PlatformDialogData: ({
3814
3814
  } | {
3815
3815
  Name: string;
3816
3816
  Music: string;
3817
- Exit: () => void;
3817
+ Exit(): void;
3818
3818
  Dialog: ({
3819
3819
  Text: string;
3820
3820
  Background: string;
@@ -4232,7 +4232,7 @@ declare var PlatformDialogData: ({
4232
4232
  } | {
4233
4233
  Name: string;
4234
4234
  Music: string;
4235
- Exit: () => void;
4235
+ Exit(): void;
4236
4236
  Dialog: ({
4237
4237
  Text: string;
4238
4238
  Character?: undefined;
@@ -5195,7 +5195,7 @@ declare var PlatformDialogData: ({
5195
5195
  } | {
5196
5196
  Name: string;
5197
5197
  Music: string;
5198
- Exit: () => void;
5198
+ Exit(): void;
5199
5199
  Dialog: ({
5200
5200
  Background: string;
5201
5201
  Entry(): void;
@@ -5325,7 +5325,7 @@ declare var PlatformDialogData: ({
5325
5325
  } | {
5326
5326
  Name: string;
5327
5327
  Music: string;
5328
- Exit: () => void;
5328
+ Exit(): void;
5329
5329
  Dialog: ({
5330
5330
  Background: string;
5331
5331
  Entry(): void;
@@ -5483,7 +5483,7 @@ declare var PlatformDialogData: ({
5483
5483
  } | {
5484
5484
  Name: string;
5485
5485
  Music: string;
5486
- Exit: () => void;
5486
+ Exit(): void;
5487
5487
  Dialog: ({
5488
5488
  Background: string;
5489
5489
  Entry(): void;
@@ -5652,7 +5652,7 @@ declare var PlatformDialogData: ({
5652
5652
  } | {
5653
5653
  Name: string;
5654
5654
  Music: string;
5655
- Exit: () => void;
5655
+ Exit(): void;
5656
5656
  Dialog: ({
5657
5657
  Background: string;
5658
5658
  Character: {
@@ -5721,7 +5721,7 @@ declare var PlatformDialogData: ({
5721
5721
  } | {
5722
5722
  Name: string;
5723
5723
  Music: string;
5724
- Exit: () => void;
5724
+ Exit(): void;
5725
5725
  Dialog: ({
5726
5726
  Background: string;
5727
5727
  Character: {
@@ -271,6 +271,7 @@ declare namespace PoseType {
271
271
  let HIDE: "Hide";
272
272
  let DEFAULT: "";
273
273
  }
274
+ declare const layers: any[];
274
275
  declare namespace AssetResolveCopyConfig {
275
276
  /**
276
277
  * Take an (ordered) list of `CopyConfig`-referenced configs and group them all together in a `BuyGroup`.
@@ -415,10 +415,10 @@ declare namespace ElementMenu {
415
415
  * @param {HTMLElement} menuitem - The to-be prepended menuitem
416
416
  */
417
417
  export function AppendButton(div: HTMLDivElement, menuitem: HTMLElement): void;
418
- export let div: any;
419
- export { menuitem };
420
- }
421
- declare var _: any;
422
- declare namespace menuitem {
423
- let role: string;
418
+ /**
419
+ * Prepend a menuitem to the passed menubar
420
+ * @param {HTMLDivElement} div - The menubar
421
+ * @param {HTMLElement} menuitem - The to-be prepended menuitem
422
+ */
423
+ export function PrependItem(div: HTMLDivElement, menuitem: HTMLElement): void;
424
424
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-stubs",
3
- "version": "110.0.1",
3
+ "version": "110.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/bananarama92/BC-stubs.git"