@dcl/playground-assets 7.1.10-4896345180.commit-d9eebaf → 7.1.10-4897779046.commit-853bd22

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.
@@ -11133,6 +11133,33 @@
11133
11133
  "text": "PBUiTransform",
11134
11134
  "canonicalReference": "@dcl/playground-assets!PBUiTransform:interface"
11135
11135
  },
11136
+ {
11137
+ "kind": "Content",
11138
+ "text": ">>;\n \"core::VideoEvent\": "
11139
+ },
11140
+ {
11141
+ "kind": "Reference",
11142
+ "text": "GSetComponentGetter",
11143
+ "canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
11144
+ },
11145
+ {
11146
+ "kind": "Content",
11147
+ "text": "<"
11148
+ },
11149
+ {
11150
+ "kind": "Reference",
11151
+ "text": "GrowOnlyValueSetComponentDefinition",
11152
+ "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
11153
+ },
11154
+ {
11155
+ "kind": "Content",
11156
+ "text": "<"
11157
+ },
11158
+ {
11159
+ "kind": "Reference",
11160
+ "text": "PBVideoEvent",
11161
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface"
11162
+ },
11136
11163
  {
11137
11164
  "kind": "Content",
11138
11165
  "text": ">>;\n \"core::VideoPlayer\": "
@@ -11198,7 +11225,7 @@
11198
11225
  "name": "componentDefinitionByName",
11199
11226
  "variableTypeTokenRange": {
11200
11227
  "startIndex": 1,
11201
- "endIndex": 194
11228
+ "endIndex": 200
11202
11229
  }
11203
11230
  },
11204
11231
  {
@@ -38560,6 +38587,160 @@
38560
38587
  ],
38561
38588
  "extendsTokenRanges": []
38562
38589
  },
38590
+ {
38591
+ "kind": "Interface",
38592
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface",
38593
+ "docComment": "/**\n * @public\n */\n",
38594
+ "excerptTokens": [
38595
+ {
38596
+ "kind": "Content",
38597
+ "text": "export interface PBVideoEvent "
38598
+ }
38599
+ ],
38600
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_event.gen.d.ts",
38601
+ "releaseTag": "Public",
38602
+ "name": "PBVideoEvent",
38603
+ "preserveMemberOrder": false,
38604
+ "members": [
38605
+ {
38606
+ "kind": "PropertySignature",
38607
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#currentOffset:member",
38608
+ "docComment": "",
38609
+ "excerptTokens": [
38610
+ {
38611
+ "kind": "Content",
38612
+ "text": "currentOffset: "
38613
+ },
38614
+ {
38615
+ "kind": "Content",
38616
+ "text": "number"
38617
+ },
38618
+ {
38619
+ "kind": "Content",
38620
+ "text": ";"
38621
+ }
38622
+ ],
38623
+ "isReadonly": false,
38624
+ "isOptional": false,
38625
+ "releaseTag": "Public",
38626
+ "name": "currentOffset",
38627
+ "propertyTypeTokenRange": {
38628
+ "startIndex": 1,
38629
+ "endIndex": 2
38630
+ }
38631
+ },
38632
+ {
38633
+ "kind": "PropertySignature",
38634
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#state:member",
38635
+ "docComment": "",
38636
+ "excerptTokens": [
38637
+ {
38638
+ "kind": "Content",
38639
+ "text": "state: "
38640
+ },
38641
+ {
38642
+ "kind": "Reference",
38643
+ "text": "VideoState",
38644
+ "canonicalReference": "@dcl/playground-assets!VideoState:enum"
38645
+ },
38646
+ {
38647
+ "kind": "Content",
38648
+ "text": ";"
38649
+ }
38650
+ ],
38651
+ "isReadonly": false,
38652
+ "isOptional": false,
38653
+ "releaseTag": "Public",
38654
+ "name": "state",
38655
+ "propertyTypeTokenRange": {
38656
+ "startIndex": 1,
38657
+ "endIndex": 2
38658
+ }
38659
+ },
38660
+ {
38661
+ "kind": "PropertySignature",
38662
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#tickNumber:member",
38663
+ "docComment": "/**\n * number of tick in which the event was produced, equals to EngineInfo.tick_number\n */\n",
38664
+ "excerptTokens": [
38665
+ {
38666
+ "kind": "Content",
38667
+ "text": "tickNumber: "
38668
+ },
38669
+ {
38670
+ "kind": "Content",
38671
+ "text": "number"
38672
+ },
38673
+ {
38674
+ "kind": "Content",
38675
+ "text": ";"
38676
+ }
38677
+ ],
38678
+ "isReadonly": false,
38679
+ "isOptional": false,
38680
+ "releaseTag": "Public",
38681
+ "name": "tickNumber",
38682
+ "propertyTypeTokenRange": {
38683
+ "startIndex": 1,
38684
+ "endIndex": 2
38685
+ }
38686
+ },
38687
+ {
38688
+ "kind": "PropertySignature",
38689
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#timestamp:member",
38690
+ "docComment": "/**\n * monotonic counter\n */\n",
38691
+ "excerptTokens": [
38692
+ {
38693
+ "kind": "Content",
38694
+ "text": "timestamp: "
38695
+ },
38696
+ {
38697
+ "kind": "Content",
38698
+ "text": "number"
38699
+ },
38700
+ {
38701
+ "kind": "Content",
38702
+ "text": ";"
38703
+ }
38704
+ ],
38705
+ "isReadonly": false,
38706
+ "isOptional": false,
38707
+ "releaseTag": "Public",
38708
+ "name": "timestamp",
38709
+ "propertyTypeTokenRange": {
38710
+ "startIndex": 1,
38711
+ "endIndex": 2
38712
+ }
38713
+ },
38714
+ {
38715
+ "kind": "PropertySignature",
38716
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent#videoLength:member",
38717
+ "docComment": "",
38718
+ "excerptTokens": [
38719
+ {
38720
+ "kind": "Content",
38721
+ "text": "videoLength: "
38722
+ },
38723
+ {
38724
+ "kind": "Content",
38725
+ "text": "number"
38726
+ },
38727
+ {
38728
+ "kind": "Content",
38729
+ "text": ";"
38730
+ }
38731
+ ],
38732
+ "isReadonly": false,
38733
+ "isOptional": false,
38734
+ "releaseTag": "Public",
38735
+ "name": "videoLength",
38736
+ "propertyTypeTokenRange": {
38737
+ "startIndex": 1,
38738
+ "endIndex": 2
38739
+ }
38740
+ }
38741
+ ],
38742
+ "extendsTokenRanges": []
38743
+ },
38563
38744
  {
38564
38745
  "kind": "Interface",
38565
38746
  "canonicalReference": "@dcl/playground-assets!PBVideoPlayer:interface",
@@ -55873,6 +56054,284 @@
55873
56054
  "endIndex": 2
55874
56055
  }
55875
56056
  },
56057
+ {
56058
+ "kind": "Variable",
56059
+ "canonicalReference": "@dcl/playground-assets!VideoEvent:var",
56060
+ "docComment": "/**\n * @public\n */\n",
56061
+ "excerptTokens": [
56062
+ {
56063
+ "kind": "Content",
56064
+ "text": "VideoEvent: "
56065
+ },
56066
+ {
56067
+ "kind": "Reference",
56068
+ "text": "GrowOnlyValueSetComponentDefinition",
56069
+ "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
56070
+ },
56071
+ {
56072
+ "kind": "Content",
56073
+ "text": "<"
56074
+ },
56075
+ {
56076
+ "kind": "Reference",
56077
+ "text": "PBVideoEvent",
56078
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface"
56079
+ },
56080
+ {
56081
+ "kind": "Content",
56082
+ "text": ">"
56083
+ }
56084
+ ],
56085
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
56086
+ "isReadonly": true,
56087
+ "releaseTag": "Public",
56088
+ "name": "VideoEvent",
56089
+ "variableTypeTokenRange": {
56090
+ "startIndex": 1,
56091
+ "endIndex": 5
56092
+ }
56093
+ },
56094
+ {
56095
+ "kind": "Interface",
56096
+ "canonicalReference": "@dcl/playground-assets!VideoEventsSystem:interface",
56097
+ "docComment": "/**\n * @public\n */\n",
56098
+ "excerptTokens": [
56099
+ {
56100
+ "kind": "Content",
56101
+ "text": "export interface VideoEventsSystem "
56102
+ }
56103
+ ],
56104
+ "fileUrlPath": "../ecs/dist/systems/videoEvents.d.ts",
56105
+ "releaseTag": "Public",
56106
+ "name": "VideoEventsSystem",
56107
+ "preserveMemberOrder": false,
56108
+ "members": [
56109
+ {
56110
+ "kind": "MethodSignature",
56111
+ "canonicalReference": "@dcl/playground-assets!VideoEventsSystem#hasVideoEventsEntity:member(1)",
56112
+ "docComment": "",
56113
+ "excerptTokens": [
56114
+ {
56115
+ "kind": "Content",
56116
+ "text": "hasVideoEventsEntity(entity: "
56117
+ },
56118
+ {
56119
+ "kind": "Reference",
56120
+ "text": "Entity",
56121
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
56122
+ },
56123
+ {
56124
+ "kind": "Content",
56125
+ "text": "): "
56126
+ },
56127
+ {
56128
+ "kind": "Content",
56129
+ "text": "boolean"
56130
+ },
56131
+ {
56132
+ "kind": "Content",
56133
+ "text": ";"
56134
+ }
56135
+ ],
56136
+ "isOptional": false,
56137
+ "returnTypeTokenRange": {
56138
+ "startIndex": 3,
56139
+ "endIndex": 4
56140
+ },
56141
+ "releaseTag": "Public",
56142
+ "overloadIndex": 1,
56143
+ "parameters": [
56144
+ {
56145
+ "parameterName": "entity",
56146
+ "parameterTypeTokenRange": {
56147
+ "startIndex": 1,
56148
+ "endIndex": 2
56149
+ },
56150
+ "isOptional": false
56151
+ }
56152
+ ],
56153
+ "name": "hasVideoEventsEntity"
56154
+ },
56155
+ {
56156
+ "kind": "MethodSignature",
56157
+ "canonicalReference": "@dcl/playground-assets!VideoEventsSystem#registerVideoEventsEntity:member(1)",
56158
+ "docComment": "",
56159
+ "excerptTokens": [
56160
+ {
56161
+ "kind": "Content",
56162
+ "text": "registerVideoEventsEntity(entity: "
56163
+ },
56164
+ {
56165
+ "kind": "Reference",
56166
+ "text": "Entity",
56167
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
56168
+ },
56169
+ {
56170
+ "kind": "Content",
56171
+ "text": ", callback: "
56172
+ },
56173
+ {
56174
+ "kind": "Reference",
56175
+ "text": "VideoEventsSystemCallback",
56176
+ "canonicalReference": "@dcl/playground-assets!VideoEventsSystemCallback:type"
56177
+ },
56178
+ {
56179
+ "kind": "Content",
56180
+ "text": "): "
56181
+ },
56182
+ {
56183
+ "kind": "Content",
56184
+ "text": "void"
56185
+ },
56186
+ {
56187
+ "kind": "Content",
56188
+ "text": ";"
56189
+ }
56190
+ ],
56191
+ "isOptional": false,
56192
+ "returnTypeTokenRange": {
56193
+ "startIndex": 5,
56194
+ "endIndex": 6
56195
+ },
56196
+ "releaseTag": "Public",
56197
+ "overloadIndex": 1,
56198
+ "parameters": [
56199
+ {
56200
+ "parameterName": "entity",
56201
+ "parameterTypeTokenRange": {
56202
+ "startIndex": 1,
56203
+ "endIndex": 2
56204
+ },
56205
+ "isOptional": false
56206
+ },
56207
+ {
56208
+ "parameterName": "callback",
56209
+ "parameterTypeTokenRange": {
56210
+ "startIndex": 3,
56211
+ "endIndex": 4
56212
+ },
56213
+ "isOptional": false
56214
+ }
56215
+ ],
56216
+ "name": "registerVideoEventsEntity"
56217
+ },
56218
+ {
56219
+ "kind": "MethodSignature",
56220
+ "canonicalReference": "@dcl/playground-assets!VideoEventsSystem#removeVideoEventsEntity:member(1)",
56221
+ "docComment": "",
56222
+ "excerptTokens": [
56223
+ {
56224
+ "kind": "Content",
56225
+ "text": "removeVideoEventsEntity(entity: "
56226
+ },
56227
+ {
56228
+ "kind": "Reference",
56229
+ "text": "Entity",
56230
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
56231
+ },
56232
+ {
56233
+ "kind": "Content",
56234
+ "text": "): "
56235
+ },
56236
+ {
56237
+ "kind": "Content",
56238
+ "text": "void"
56239
+ },
56240
+ {
56241
+ "kind": "Content",
56242
+ "text": ";"
56243
+ }
56244
+ ],
56245
+ "isOptional": false,
56246
+ "returnTypeTokenRange": {
56247
+ "startIndex": 3,
56248
+ "endIndex": 4
56249
+ },
56250
+ "releaseTag": "Public",
56251
+ "overloadIndex": 1,
56252
+ "parameters": [
56253
+ {
56254
+ "parameterName": "entity",
56255
+ "parameterTypeTokenRange": {
56256
+ "startIndex": 1,
56257
+ "endIndex": 2
56258
+ },
56259
+ "isOptional": false
56260
+ }
56261
+ ],
56262
+ "name": "removeVideoEventsEntity"
56263
+ }
56264
+ ],
56265
+ "extendsTokenRanges": []
56266
+ },
56267
+ {
56268
+ "kind": "Variable",
56269
+ "canonicalReference": "@dcl/playground-assets!videoEventsSystem:var",
56270
+ "docComment": "/**\n * Register callback functions to a particular entity on video events.\n *\n * @alpha @public\n */\n",
56271
+ "excerptTokens": [
56272
+ {
56273
+ "kind": "Content",
56274
+ "text": "videoEventsSystem: "
56275
+ },
56276
+ {
56277
+ "kind": "Reference",
56278
+ "text": "VideoEventsSystem",
56279
+ "canonicalReference": "@dcl/playground-assets!VideoEventsSystem:interface"
56280
+ }
56281
+ ],
56282
+ "fileUrlPath": "../ecs/dist/runtime/initialization/index.d.ts",
56283
+ "isReadonly": true,
56284
+ "releaseTag": "Public",
56285
+ "name": "videoEventsSystem",
56286
+ "variableTypeTokenRange": {
56287
+ "startIndex": 1,
56288
+ "endIndex": 2
56289
+ }
56290
+ },
56291
+ {
56292
+ "kind": "TypeAlias",
56293
+ "canonicalReference": "@dcl/playground-assets!VideoEventsSystemCallback:type",
56294
+ "docComment": "/**\n * @public\n */\n",
56295
+ "excerptTokens": [
56296
+ {
56297
+ "kind": "Content",
56298
+ "text": "export type VideoEventsSystemCallback = "
56299
+ },
56300
+ {
56301
+ "kind": "Content",
56302
+ "text": "(event: "
56303
+ },
56304
+ {
56305
+ "kind": "Reference",
56306
+ "text": "DeepReadonlyObject",
56307
+ "canonicalReference": "@dcl/playground-assets!DeepReadonlyObject:type"
56308
+ },
56309
+ {
56310
+ "kind": "Content",
56311
+ "text": "<"
56312
+ },
56313
+ {
56314
+ "kind": "Reference",
56315
+ "text": "PBVideoEvent",
56316
+ "canonicalReference": "@dcl/playground-assets!PBVideoEvent:interface"
56317
+ },
56318
+ {
56319
+ "kind": "Content",
56320
+ "text": ">) => void"
56321
+ },
56322
+ {
56323
+ "kind": "Content",
56324
+ "text": ";"
56325
+ }
56326
+ ],
56327
+ "fileUrlPath": "../ecs/dist/systems/videoEvents.d.ts",
56328
+ "releaseTag": "Public",
56329
+ "name": "VideoEventsSystemCallback",
56330
+ "typeTokenRange": {
56331
+ "startIndex": 1,
56332
+ "endIndex": 6
56333
+ }
56334
+ },
55876
56335
  {
55877
56336
  "kind": "Variable",
55878
56337
  "canonicalReference": "@dcl/playground-assets!VideoPlayer:var",
@@ -55910,6 +56369,191 @@
55910
56369
  "endIndex": 5
55911
56370
  }
55912
56371
  },
56372
+ {
56373
+ "kind": "Enum",
56374
+ "canonicalReference": "@dcl/playground-assets!VideoState:enum",
56375
+ "docComment": "/**\n * @public\n */\n",
56376
+ "excerptTokens": [
56377
+ {
56378
+ "kind": "Content",
56379
+ "text": "export declare const enum VideoState "
56380
+ }
56381
+ ],
56382
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/video_event.gen.d.ts",
56383
+ "releaseTag": "Public",
56384
+ "name": "VideoState",
56385
+ "preserveMemberOrder": false,
56386
+ "members": [
56387
+ {
56388
+ "kind": "EnumMember",
56389
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_BUFFERING:member",
56390
+ "docComment": "",
56391
+ "excerptTokens": [
56392
+ {
56393
+ "kind": "Content",
56394
+ "text": "VS_BUFFERING = "
56395
+ },
56396
+ {
56397
+ "kind": "Content",
56398
+ "text": "5"
56399
+ }
56400
+ ],
56401
+ "initializerTokenRange": {
56402
+ "startIndex": 1,
56403
+ "endIndex": 2
56404
+ },
56405
+ "releaseTag": "Public",
56406
+ "name": "VS_BUFFERING"
56407
+ },
56408
+ {
56409
+ "kind": "EnumMember",
56410
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_ERROR:member",
56411
+ "docComment": "",
56412
+ "excerptTokens": [
56413
+ {
56414
+ "kind": "Content",
56415
+ "text": "VS_ERROR = "
56416
+ },
56417
+ {
56418
+ "kind": "Content",
56419
+ "text": "1"
56420
+ }
56421
+ ],
56422
+ "initializerTokenRange": {
56423
+ "startIndex": 1,
56424
+ "endIndex": 2
56425
+ },
56426
+ "releaseTag": "Public",
56427
+ "name": "VS_ERROR"
56428
+ },
56429
+ {
56430
+ "kind": "EnumMember",
56431
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_LOADING:member",
56432
+ "docComment": "",
56433
+ "excerptTokens": [
56434
+ {
56435
+ "kind": "Content",
56436
+ "text": "VS_LOADING = "
56437
+ },
56438
+ {
56439
+ "kind": "Content",
56440
+ "text": "2"
56441
+ }
56442
+ ],
56443
+ "initializerTokenRange": {
56444
+ "startIndex": 1,
56445
+ "endIndex": 2
56446
+ },
56447
+ "releaseTag": "Public",
56448
+ "name": "VS_LOADING"
56449
+ },
56450
+ {
56451
+ "kind": "EnumMember",
56452
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_NONE:member",
56453
+ "docComment": "",
56454
+ "excerptTokens": [
56455
+ {
56456
+ "kind": "Content",
56457
+ "text": "VS_NONE = "
56458
+ },
56459
+ {
56460
+ "kind": "Content",
56461
+ "text": "0"
56462
+ }
56463
+ ],
56464
+ "initializerTokenRange": {
56465
+ "startIndex": 1,
56466
+ "endIndex": 2
56467
+ },
56468
+ "releaseTag": "Public",
56469
+ "name": "VS_NONE"
56470
+ },
56471
+ {
56472
+ "kind": "EnumMember",
56473
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_PAUSED:member",
56474
+ "docComment": "",
56475
+ "excerptTokens": [
56476
+ {
56477
+ "kind": "Content",
56478
+ "text": "VS_PAUSED = "
56479
+ },
56480
+ {
56481
+ "kind": "Content",
56482
+ "text": "7"
56483
+ }
56484
+ ],
56485
+ "initializerTokenRange": {
56486
+ "startIndex": 1,
56487
+ "endIndex": 2
56488
+ },
56489
+ "releaseTag": "Public",
56490
+ "name": "VS_PAUSED"
56491
+ },
56492
+ {
56493
+ "kind": "EnumMember",
56494
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_PLAYING:member",
56495
+ "docComment": "",
56496
+ "excerptTokens": [
56497
+ {
56498
+ "kind": "Content",
56499
+ "text": "VS_PLAYING = "
56500
+ },
56501
+ {
56502
+ "kind": "Content",
56503
+ "text": "4"
56504
+ }
56505
+ ],
56506
+ "initializerTokenRange": {
56507
+ "startIndex": 1,
56508
+ "endIndex": 2
56509
+ },
56510
+ "releaseTag": "Public",
56511
+ "name": "VS_PLAYING"
56512
+ },
56513
+ {
56514
+ "kind": "EnumMember",
56515
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_READY:member",
56516
+ "docComment": "",
56517
+ "excerptTokens": [
56518
+ {
56519
+ "kind": "Content",
56520
+ "text": "VS_READY = "
56521
+ },
56522
+ {
56523
+ "kind": "Content",
56524
+ "text": "3"
56525
+ }
56526
+ ],
56527
+ "initializerTokenRange": {
56528
+ "startIndex": 1,
56529
+ "endIndex": 2
56530
+ },
56531
+ "releaseTag": "Public",
56532
+ "name": "VS_READY"
56533
+ },
56534
+ {
56535
+ "kind": "EnumMember",
56536
+ "canonicalReference": "@dcl/playground-assets!VideoState.VS_SEEKING:member",
56537
+ "docComment": "",
56538
+ "excerptTokens": [
56539
+ {
56540
+ "kind": "Content",
56541
+ "text": "VS_SEEKING = "
56542
+ },
56543
+ {
56544
+ "kind": "Content",
56545
+ "text": "6"
56546
+ }
56547
+ ],
56548
+ "initializerTokenRange": {
56549
+ "startIndex": 1,
56550
+ "endIndex": 2
56551
+ },
56552
+ "releaseTag": "Public",
56553
+ "name": "VS_SEEKING"
56554
+ }
56555
+ ]
56556
+ },
55913
56557
  {
55914
56558
  "kind": "Interface",
55915
56559
  "canonicalReference": "@dcl/playground-assets!VideoTexture:interface",