@skyux/core 8.7.2 → 8.8.1
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.
- package/documentation.json +363 -133
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +35 -17
- package/esm2020/testing/public-api.mjs +2 -1
- package/esm2020/testing/resize-observer-mock.mjs +35 -0
- package/fesm2015/skyux-core-testing.mjs +36 -1
- package/fesm2015/skyux-core-testing.mjs.map +1 -1
- package/fesm2015/skyux-core.mjs +36 -16
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core-testing.mjs +36 -1
- package/fesm2020/skyux-core-testing.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +34 -16
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +4 -2
- package/package.json +2 -2
- package/testing/public-api.d.ts +1 -0
- package/testing/resize-observer-mock.d.ts +6 -0
package/documentation.json
CHANGED
@@ -60,7 +60,8 @@
|
|
60
60
|
"SkyAffixPosition": "type-alias-skyaffixposition",
|
61
61
|
"SkyAffixVerticalAlignment": "type-alias-skyaffixverticalalignment",
|
62
62
|
"SkyMediaQueryListener": "type-alias-skymediaquerylistener",
|
63
|
-
"SkyOverlayPosition": "type-alias-skyoverlayposition"
|
63
|
+
"SkyOverlayPosition": "type-alias-skyoverlayposition",
|
64
|
+
"mockResizeObserver": "function-mockresizeobserver"
|
64
65
|
},
|
65
66
|
"typedoc": {
|
66
67
|
"id": 0,
|
@@ -1109,7 +1110,7 @@
|
|
1109
1110
|
]
|
1110
1111
|
},
|
1111
1112
|
{
|
1112
|
-
"id":
|
1113
|
+
"id": 813,
|
1113
1114
|
"name": "SkyAppTitleService",
|
1114
1115
|
"kind": 128,
|
1115
1116
|
"kindString": "Class",
|
@@ -1133,7 +1134,7 @@
|
|
1133
1134
|
],
|
1134
1135
|
"children": [
|
1135
1136
|
{
|
1136
|
-
"id":
|
1137
|
+
"id": 814,
|
1137
1138
|
"name": "constructor",
|
1138
1139
|
"kind": 512,
|
1139
1140
|
"kindString": "Constructor",
|
@@ -1147,14 +1148,14 @@
|
|
1147
1148
|
],
|
1148
1149
|
"signatures": [
|
1149
1150
|
{
|
1150
|
-
"id":
|
1151
|
+
"id": 815,
|
1151
1152
|
"name": "new SkyAppTitleService",
|
1152
1153
|
"kind": 16384,
|
1153
1154
|
"kindString": "Constructor signature",
|
1154
1155
|
"flags": {},
|
1155
1156
|
"parameters": [
|
1156
1157
|
{
|
1157
|
-
"id":
|
1158
|
+
"id": 816,
|
1158
1159
|
"name": "title",
|
1159
1160
|
"kind": 32768,
|
1160
1161
|
"kindString": "Parameter",
|
@@ -1169,14 +1170,14 @@
|
|
1169
1170
|
],
|
1170
1171
|
"type": {
|
1171
1172
|
"type": "reference",
|
1172
|
-
"id":
|
1173
|
+
"id": 813,
|
1173
1174
|
"name": "SkyAppTitleService"
|
1174
1175
|
}
|
1175
1176
|
}
|
1176
1177
|
]
|
1177
1178
|
},
|
1178
1179
|
{
|
1179
|
-
"id":
|
1180
|
+
"id": 818,
|
1180
1181
|
"name": "setTitle",
|
1181
1182
|
"kind": 2048,
|
1182
1183
|
"kindString": "Method",
|
@@ -1192,7 +1193,7 @@
|
|
1192
1193
|
],
|
1193
1194
|
"signatures": [
|
1194
1195
|
{
|
1195
|
-
"id":
|
1196
|
+
"id": 819,
|
1196
1197
|
"name": "setTitle",
|
1197
1198
|
"kind": 4096,
|
1198
1199
|
"kindString": "Call signature",
|
@@ -1202,7 +1203,7 @@
|
|
1202
1203
|
},
|
1203
1204
|
"parameters": [
|
1204
1205
|
{
|
1205
|
-
"id":
|
1206
|
+
"id": 820,
|
1206
1207
|
"name": "args",
|
1207
1208
|
"kind": 32768,
|
1208
1209
|
"kindString": "Parameter",
|
@@ -1212,7 +1213,7 @@
|
|
1212
1213
|
},
|
1213
1214
|
"type": {
|
1214
1215
|
"type": "reference",
|
1215
|
-
"id":
|
1216
|
+
"id": 811,
|
1216
1217
|
"name": "SkyAppSetTitleArgs"
|
1217
1218
|
}
|
1218
1219
|
}
|
@@ -1230,14 +1231,14 @@
|
|
1230
1231
|
"title": "Constructors",
|
1231
1232
|
"kind": 512,
|
1232
1233
|
"children": [
|
1233
|
-
|
1234
|
+
814
|
1234
1235
|
]
|
1235
1236
|
},
|
1236
1237
|
{
|
1237
1238
|
"title": "Methods",
|
1238
1239
|
"kind": 2048,
|
1239
1240
|
"children": [
|
1240
|
-
|
1241
|
+
818
|
1241
1242
|
]
|
1242
1243
|
}
|
1243
1244
|
],
|
@@ -1250,7 +1251,7 @@
|
|
1250
1251
|
]
|
1251
1252
|
},
|
1252
1253
|
{
|
1253
|
-
"id":
|
1254
|
+
"id": 869,
|
1254
1255
|
"name": "SkyAppWindowRef",
|
1255
1256
|
"kind": 128,
|
1256
1257
|
"kindString": "Class",
|
@@ -1274,7 +1275,7 @@
|
|
1274
1275
|
],
|
1275
1276
|
"children": [
|
1276
1277
|
{
|
1277
|
-
"id":
|
1278
|
+
"id": 872,
|
1278
1279
|
"name": "nativeWindow",
|
1279
1280
|
"kind": 262144,
|
1280
1281
|
"kindString": "Accessor",
|
@@ -1290,7 +1291,7 @@
|
|
1290
1291
|
],
|
1291
1292
|
"getSignature": [
|
1292
1293
|
{
|
1293
|
-
"id":
|
1294
|
+
"id": 873,
|
1294
1295
|
"name": "nativeWindow",
|
1295
1296
|
"kind": 524288,
|
1296
1297
|
"kindString": "Get signature",
|
@@ -1311,14 +1312,14 @@
|
|
1311
1312
|
"title": "Constructors",
|
1312
1313
|
"kind": 512,
|
1313
1314
|
"children": [
|
1314
|
-
|
1315
|
+
870
|
1315
1316
|
]
|
1316
1317
|
},
|
1317
1318
|
{
|
1318
1319
|
"title": "Accessors",
|
1319
1320
|
"kind": 262144,
|
1320
1321
|
"children": [
|
1321
|
-
|
1322
|
+
872
|
1322
1323
|
]
|
1323
1324
|
}
|
1324
1325
|
],
|
@@ -4636,9 +4637,7 @@
|
|
4636
4637
|
"package": "@angular/core",
|
4637
4638
|
"name": "Injectable"
|
4638
4639
|
},
|
4639
|
-
"arguments": {
|
4640
|
-
"options": "{\n providedIn: 'any',\n}"
|
4641
|
-
}
|
4640
|
+
"arguments": {}
|
4642
4641
|
}
|
4643
4642
|
],
|
4644
4643
|
"children": [
|
@@ -4651,7 +4650,7 @@
|
|
4651
4650
|
"sources": [
|
4652
4651
|
{
|
4653
4652
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4654
|
-
"line":
|
4653
|
+
"line": 57,
|
4655
4654
|
"character": 2
|
4656
4655
|
}
|
4657
4656
|
],
|
@@ -4695,7 +4694,7 @@
|
|
4695
4694
|
"sources": [
|
4696
4695
|
{
|
4697
4696
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4698
|
-
"line":
|
4697
|
+
"line": 21,
|
4699
4698
|
"character": 13
|
4700
4699
|
}
|
4701
4700
|
],
|
@@ -4728,7 +4727,7 @@
|
|
4728
4727
|
"sources": [
|
4729
4728
|
{
|
4730
4729
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4731
|
-
"line":
|
4730
|
+
"line": 61,
|
4732
4731
|
"character": 9
|
4733
4732
|
}
|
4734
4733
|
],
|
@@ -4765,7 +4764,7 @@
|
|
4765
4764
|
"sources": [
|
4766
4765
|
{
|
4767
4766
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4768
|
-
"line":
|
4767
|
+
"line": 79,
|
4769
4768
|
"character": 9
|
4770
4769
|
}
|
4771
4770
|
],
|
@@ -4798,6 +4797,56 @@
|
|
4798
4797
|
"package": "@angular/core",
|
4799
4798
|
"name": "ElementRef"
|
4800
4799
|
}
|
4800
|
+
},
|
4801
|
+
{
|
4802
|
+
"id": 741,
|
4803
|
+
"name": "options",
|
4804
|
+
"kind": 32768,
|
4805
|
+
"kindString": "Parameter",
|
4806
|
+
"flags": {
|
4807
|
+
"isOptional": true
|
4808
|
+
},
|
4809
|
+
"type": {
|
4810
|
+
"type": "reflection",
|
4811
|
+
"declaration": {
|
4812
|
+
"id": 742,
|
4813
|
+
"name": "__type",
|
4814
|
+
"kind": 65536,
|
4815
|
+
"kindString": "Type literal",
|
4816
|
+
"flags": {},
|
4817
|
+
"children": [
|
4818
|
+
{
|
4819
|
+
"id": 743,
|
4820
|
+
"name": "updateResponsiveClasses",
|
4821
|
+
"kind": 1024,
|
4822
|
+
"kindString": "Property",
|
4823
|
+
"flags": {
|
4824
|
+
"isOptional": true
|
4825
|
+
},
|
4826
|
+
"sources": [
|
4827
|
+
{
|
4828
|
+
"fileName": "libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts",
|
4829
|
+
"line": 82,
|
4830
|
+
"character": 6
|
4831
|
+
}
|
4832
|
+
],
|
4833
|
+
"type": {
|
4834
|
+
"type": "intrinsic",
|
4835
|
+
"name": "boolean"
|
4836
|
+
}
|
4837
|
+
}
|
4838
|
+
],
|
4839
|
+
"groups": [
|
4840
|
+
{
|
4841
|
+
"title": "Properties",
|
4842
|
+
"kind": 1024,
|
4843
|
+
"children": [
|
4844
|
+
743
|
4845
|
+
]
|
4846
|
+
}
|
4847
|
+
]
|
4848
|
+
}
|
4849
|
+
}
|
4801
4850
|
}
|
4802
4851
|
],
|
4803
4852
|
"type": {
|
@@ -4809,7 +4858,7 @@
|
|
4809
4858
|
]
|
4810
4859
|
},
|
4811
4860
|
{
|
4812
|
-
"id":
|
4861
|
+
"id": 746,
|
4813
4862
|
"name": "subscribe",
|
4814
4863
|
"kind": 2048,
|
4815
4864
|
"kindString": "Method",
|
@@ -4819,13 +4868,13 @@
|
|
4819
4868
|
"sources": [
|
4820
4869
|
{
|
4821
4870
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4822
|
-
"line":
|
4871
|
+
"line": 121,
|
4823
4872
|
"character": 9
|
4824
4873
|
}
|
4825
4874
|
],
|
4826
4875
|
"signatures": [
|
4827
4876
|
{
|
4828
|
-
"id":
|
4877
|
+
"id": 747,
|
4829
4878
|
"name": "subscribe",
|
4830
4879
|
"kind": 4096,
|
4831
4880
|
"kindString": "Call signature",
|
@@ -4835,7 +4884,7 @@
|
|
4835
4884
|
},
|
4836
4885
|
"parameters": [
|
4837
4886
|
{
|
4838
|
-
"id":
|
4887
|
+
"id": 748,
|
4839
4888
|
"name": "listener",
|
4840
4889
|
"kind": 32768,
|
4841
4890
|
"kindString": "Parameter",
|
@@ -4857,7 +4906,7 @@
|
|
4857
4906
|
]
|
4858
4907
|
},
|
4859
4908
|
{
|
4860
|
-
"id":
|
4909
|
+
"id": 744,
|
4861
4910
|
"name": "unobserve",
|
4862
4911
|
"kind": 2048,
|
4863
4912
|
"kindString": "Method",
|
@@ -4867,19 +4916,19 @@
|
|
4867
4916
|
"sources": [
|
4868
4917
|
{
|
4869
4918
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4870
|
-
"line":
|
4919
|
+
"line": 112,
|
4871
4920
|
"character": 9
|
4872
4921
|
}
|
4873
4922
|
],
|
4874
4923
|
"signatures": [
|
4875
4924
|
{
|
4876
|
-
"id":
|
4925
|
+
"id": 745,
|
4877
4926
|
"name": "unobserve",
|
4878
4927
|
"kind": 4096,
|
4879
4928
|
"kindString": "Call signature",
|
4880
4929
|
"flags": {},
|
4881
4930
|
"comment": {
|
4882
|
-
"shortText": "Stop watching the container element."
|
4931
|
+
"shortText": "Stop watching the container element and remove any added classes."
|
4883
4932
|
},
|
4884
4933
|
"type": {
|
4885
4934
|
"type": "intrinsic",
|
@@ -4910,15 +4959,15 @@
|
|
4910
4959
|
"children": [
|
4911
4960
|
734,
|
4912
4961
|
738,
|
4913
|
-
|
4914
|
-
|
4962
|
+
746,
|
4963
|
+
744
|
4915
4964
|
]
|
4916
4965
|
}
|
4917
4966
|
],
|
4918
4967
|
"sources": [
|
4919
4968
|
{
|
4920
4969
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4921
|
-
"line":
|
4970
|
+
"line": 17,
|
4922
4971
|
"character": 13
|
4923
4972
|
}
|
4924
4973
|
],
|
@@ -5133,7 +5182,7 @@
|
|
5133
5182
|
]
|
5134
5183
|
},
|
5135
5184
|
{
|
5136
|
-
"id":
|
5185
|
+
"id": 769,
|
5137
5186
|
"name": "SkyScrollableHostService",
|
5138
5187
|
"kind": 128,
|
5139
5188
|
"kindString": "Class",
|
@@ -5154,7 +5203,7 @@
|
|
5154
5203
|
],
|
5155
5204
|
"children": [
|
5156
5205
|
{
|
5157
|
-
"id":
|
5206
|
+
"id": 770,
|
5158
5207
|
"name": "constructor",
|
5159
5208
|
"kind": 512,
|
5160
5209
|
"kindString": "Constructor",
|
@@ -5168,14 +5217,14 @@
|
|
5168
5217
|
],
|
5169
5218
|
"signatures": [
|
5170
5219
|
{
|
5171
|
-
"id":
|
5220
|
+
"id": 771,
|
5172
5221
|
"name": "new SkyScrollableHostService",
|
5173
5222
|
"kind": 16384,
|
5174
5223
|
"kindString": "Constructor signature",
|
5175
5224
|
"flags": {},
|
5176
5225
|
"parameters": [
|
5177
5226
|
{
|
5178
|
-
"id":
|
5227
|
+
"id": 772,
|
5179
5228
|
"name": "mutationObserverSvc",
|
5180
5229
|
"kind": 32768,
|
5181
5230
|
"kindString": "Parameter",
|
@@ -5186,19 +5235,19 @@
|
|
5186
5235
|
}
|
5187
5236
|
},
|
5188
5237
|
{
|
5189
|
-
"id":
|
5238
|
+
"id": 773,
|
5190
5239
|
"name": "windowRef",
|
5191
5240
|
"kind": 32768,
|
5192
5241
|
"kindString": "Parameter",
|
5193
5242
|
"flags": {},
|
5194
5243
|
"type": {
|
5195
5244
|
"type": "reference",
|
5196
|
-
"id":
|
5245
|
+
"id": 869,
|
5197
5246
|
"name": "SkyAppWindowRef"
|
5198
5247
|
}
|
5199
5248
|
},
|
5200
5249
|
{
|
5201
|
-
"id":
|
5250
|
+
"id": 774,
|
5202
5251
|
"name": "resizeObserverSvc",
|
5203
5252
|
"kind": 32768,
|
5204
5253
|
"kindString": "Parameter",
|
@@ -5226,14 +5275,14 @@
|
|
5226
5275
|
],
|
5227
5276
|
"type": {
|
5228
5277
|
"type": "reference",
|
5229
|
-
"id":
|
5278
|
+
"id": 769,
|
5230
5279
|
"name": "SkyScrollableHostService"
|
5231
5280
|
}
|
5232
5281
|
}
|
5233
5282
|
]
|
5234
5283
|
},
|
5235
5284
|
{
|
5236
|
-
"id":
|
5285
|
+
"id": 778,
|
5237
5286
|
"name": "getScrollableHost",
|
5238
5287
|
"kind": 2048,
|
5239
5288
|
"kindString": "Method",
|
@@ -5249,7 +5298,7 @@
|
|
5249
5298
|
],
|
5250
5299
|
"signatures": [
|
5251
5300
|
{
|
5252
|
-
"id":
|
5301
|
+
"id": 779,
|
5253
5302
|
"name": "getScrollableHost",
|
5254
5303
|
"kind": 4096,
|
5255
5304
|
"kindString": "Call signature",
|
@@ -5260,7 +5309,7 @@
|
|
5260
5309
|
},
|
5261
5310
|
"parameters": [
|
5262
5311
|
{
|
5263
|
-
"id":
|
5312
|
+
"id": 780,
|
5264
5313
|
"name": "elementRef",
|
5265
5314
|
"kind": 32768,
|
5266
5315
|
"kindString": "Parameter",
|
@@ -5303,7 +5352,7 @@
|
|
5303
5352
|
]
|
5304
5353
|
},
|
5305
5354
|
{
|
5306
|
-
"id":
|
5355
|
+
"id": 787,
|
5307
5356
|
"name": "watchScrollableHostClipPathChanges",
|
5308
5357
|
"kind": 2048,
|
5309
5358
|
"kindString": "Method",
|
@@ -5319,14 +5368,14 @@
|
|
5319
5368
|
],
|
5320
5369
|
"signatures": [
|
5321
5370
|
{
|
5322
|
-
"id":
|
5371
|
+
"id": 788,
|
5323
5372
|
"name": "watchScrollableHostClipPathChanges",
|
5324
5373
|
"kind": 4096,
|
5325
5374
|
"kindString": "Call signature",
|
5326
5375
|
"flags": {},
|
5327
5376
|
"parameters": [
|
5328
5377
|
{
|
5329
|
-
"id":
|
5378
|
+
"id": 789,
|
5330
5379
|
"name": "elementRef",
|
5331
5380
|
"kind": 32768,
|
5332
5381
|
"kindString": "Parameter",
|
@@ -5361,7 +5410,7 @@
|
|
5361
5410
|
]
|
5362
5411
|
},
|
5363
5412
|
{
|
5364
|
-
"id":
|
5413
|
+
"id": 784,
|
5365
5414
|
"name": "watchScrollableHostScrollEvents",
|
5366
5415
|
"kind": 2048,
|
5367
5416
|
"kindString": "Method",
|
@@ -5377,7 +5426,7 @@
|
|
5377
5426
|
],
|
5378
5427
|
"signatures": [
|
5379
5428
|
{
|
5380
|
-
"id":
|
5429
|
+
"id": 785,
|
5381
5430
|
"name": "watchScrollableHostScrollEvents",
|
5382
5431
|
"kind": 4096,
|
5383
5432
|
"kindString": "Call signature",
|
@@ -5388,7 +5437,7 @@
|
|
5388
5437
|
},
|
5389
5438
|
"parameters": [
|
5390
5439
|
{
|
5391
|
-
"id":
|
5440
|
+
"id": 786,
|
5392
5441
|
"name": "elementRef",
|
5393
5442
|
"kind": 32768,
|
5394
5443
|
"kindString": "Parameter",
|
@@ -5431,16 +5480,16 @@
|
|
5431
5480
|
"title": "Constructors",
|
5432
5481
|
"kind": 512,
|
5433
5482
|
"children": [
|
5434
|
-
|
5483
|
+
770
|
5435
5484
|
]
|
5436
5485
|
},
|
5437
5486
|
{
|
5438
5487
|
"title": "Methods",
|
5439
5488
|
"kind": 2048,
|
5440
5489
|
"children": [
|
5441
|
-
|
5442
|
-
|
5443
|
-
|
5490
|
+
778,
|
5491
|
+
787,
|
5492
|
+
784
|
5444
5493
|
]
|
5445
5494
|
}
|
5446
5495
|
],
|
@@ -5453,7 +5502,7 @@
|
|
5453
5502
|
]
|
5454
5503
|
},
|
5455
5504
|
{
|
5456
|
-
"id":
|
5505
|
+
"id": 821,
|
5457
5506
|
"name": "SkyTrimModule",
|
5458
5507
|
"kind": 128,
|
5459
5508
|
"kindString": "Class",
|
@@ -5478,7 +5527,7 @@
|
|
5478
5527
|
"title": "Constructors",
|
5479
5528
|
"kind": 512,
|
5480
5529
|
"children": [
|
5481
|
-
|
5530
|
+
822
|
5482
5531
|
]
|
5483
5532
|
}
|
5484
5533
|
],
|
@@ -5491,7 +5540,7 @@
|
|
5491
5540
|
]
|
5492
5541
|
},
|
5493
5542
|
{
|
5494
|
-
"id":
|
5543
|
+
"id": 824,
|
5495
5544
|
"name": "SkyUIConfigService",
|
5496
5545
|
"kind": 128,
|
5497
5546
|
"kindString": "Class",
|
@@ -5512,7 +5561,7 @@
|
|
5512
5561
|
],
|
5513
5562
|
"children": [
|
5514
5563
|
{
|
5515
|
-
"id":
|
5564
|
+
"id": 827,
|
5516
5565
|
"name": "getConfig",
|
5517
5566
|
"kind": 2048,
|
5518
5567
|
"kindString": "Method",
|
@@ -5528,14 +5577,14 @@
|
|
5528
5577
|
],
|
5529
5578
|
"signatures": [
|
5530
5579
|
{
|
5531
|
-
"id":
|
5580
|
+
"id": 828,
|
5532
5581
|
"name": "getConfig",
|
5533
5582
|
"kind": 4096,
|
5534
5583
|
"kindString": "Call signature",
|
5535
5584
|
"flags": {},
|
5536
5585
|
"parameters": [
|
5537
5586
|
{
|
5538
|
-
"id":
|
5587
|
+
"id": 829,
|
5539
5588
|
"name": "key",
|
5540
5589
|
"kind": 32768,
|
5541
5590
|
"kindString": "Parameter",
|
@@ -5546,7 +5595,7 @@
|
|
5546
5595
|
}
|
5547
5596
|
},
|
5548
5597
|
{
|
5549
|
-
"id":
|
5598
|
+
"id": 830,
|
5550
5599
|
"name": "defaultConfig",
|
5551
5600
|
"kind": 32768,
|
5552
5601
|
"kindString": "Parameter",
|
@@ -5575,7 +5624,7 @@
|
|
5575
5624
|
]
|
5576
5625
|
},
|
5577
5626
|
{
|
5578
|
-
"id":
|
5627
|
+
"id": 831,
|
5579
5628
|
"name": "setConfig",
|
5580
5629
|
"kind": 2048,
|
5581
5630
|
"kindString": "Method",
|
@@ -5591,14 +5640,14 @@
|
|
5591
5640
|
],
|
5592
5641
|
"signatures": [
|
5593
5642
|
{
|
5594
|
-
"id":
|
5643
|
+
"id": 832,
|
5595
5644
|
"name": "setConfig",
|
5596
5645
|
"kind": 4096,
|
5597
5646
|
"kindString": "Call signature",
|
5598
5647
|
"flags": {},
|
5599
5648
|
"parameters": [
|
5600
5649
|
{
|
5601
|
-
"id":
|
5650
|
+
"id": 833,
|
5602
5651
|
"name": "key",
|
5603
5652
|
"kind": 32768,
|
5604
5653
|
"kindString": "Parameter",
|
@@ -5609,7 +5658,7 @@
|
|
5609
5658
|
}
|
5610
5659
|
},
|
5611
5660
|
{
|
5612
|
-
"id":
|
5661
|
+
"id": 834,
|
5613
5662
|
"name": "value",
|
5614
5663
|
"kind": 32768,
|
5615
5664
|
"kindString": "Parameter",
|
@@ -5641,15 +5690,15 @@
|
|
5641
5690
|
"title": "Constructors",
|
5642
5691
|
"kind": 512,
|
5643
5692
|
"children": [
|
5644
|
-
|
5693
|
+
825
|
5645
5694
|
]
|
5646
5695
|
},
|
5647
5696
|
{
|
5648
5697
|
"title": "Methods",
|
5649
5698
|
"kind": 2048,
|
5650
5699
|
"children": [
|
5651
|
-
|
5652
|
-
|
5700
|
+
827,
|
5701
|
+
831
|
5653
5702
|
]
|
5654
5703
|
}
|
5655
5704
|
],
|
@@ -5662,7 +5711,7 @@
|
|
5662
5711
|
]
|
5663
5712
|
},
|
5664
5713
|
{
|
5665
|
-
"id":
|
5714
|
+
"id": 835,
|
5666
5715
|
"name": "SkyViewkeeperHostOptions",
|
5667
5716
|
"kind": 128,
|
5668
5717
|
"kindString": "Class",
|
@@ -5681,7 +5730,7 @@
|
|
5681
5730
|
],
|
5682
5731
|
"children": [
|
5683
5732
|
{
|
5684
|
-
"id":
|
5733
|
+
"id": 838,
|
5685
5734
|
"name": "boundaryEl",
|
5686
5735
|
"kind": 1024,
|
5687
5736
|
"kindString": "Property",
|
@@ -5707,12 +5756,12 @@
|
|
5707
5756
|
},
|
5708
5757
|
"implementationOf": {
|
5709
5758
|
"type": "reference",
|
5710
|
-
"id":
|
5759
|
+
"id": 846,
|
5711
5760
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5712
5761
|
}
|
5713
5762
|
},
|
5714
5763
|
{
|
5715
|
-
"id":
|
5764
|
+
"id": 839,
|
5716
5765
|
"name": "el",
|
5717
5766
|
"kind": 1024,
|
5718
5767
|
"kindString": "Property",
|
@@ -5738,12 +5787,12 @@
|
|
5738
5787
|
},
|
5739
5788
|
"implementationOf": {
|
5740
5789
|
"type": "reference",
|
5741
|
-
"id":
|
5790
|
+
"id": 847,
|
5742
5791
|
"name": "SkyViewkeeperOptions.el"
|
5743
5792
|
}
|
5744
5793
|
},
|
5745
5794
|
{
|
5746
|
-
"id":
|
5795
|
+
"id": 840,
|
5747
5796
|
"name": "scrollableHost",
|
5748
5797
|
"kind": 1024,
|
5749
5798
|
"kindString": "Property",
|
@@ -5769,12 +5818,12 @@
|
|
5769
5818
|
},
|
5770
5819
|
"implementationOf": {
|
5771
5820
|
"type": "reference",
|
5772
|
-
"id":
|
5821
|
+
"id": 848,
|
5773
5822
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5774
5823
|
}
|
5775
5824
|
},
|
5776
5825
|
{
|
5777
|
-
"id":
|
5826
|
+
"id": 841,
|
5778
5827
|
"name": "setWidth",
|
5779
5828
|
"kind": 1024,
|
5780
5829
|
"kindString": "Property",
|
@@ -5798,12 +5847,12 @@
|
|
5798
5847
|
},
|
5799
5848
|
"implementationOf": {
|
5800
5849
|
"type": "reference",
|
5801
|
-
"id":
|
5850
|
+
"id": 849,
|
5802
5851
|
"name": "SkyViewkeeperOptions.setWidth"
|
5803
5852
|
}
|
5804
5853
|
},
|
5805
5854
|
{
|
5806
|
-
"id":
|
5855
|
+
"id": 842,
|
5807
5856
|
"name": "verticalOffset",
|
5808
5857
|
"kind": 1024,
|
5809
5858
|
"kindString": "Property",
|
@@ -5827,12 +5876,12 @@
|
|
5827
5876
|
},
|
5828
5877
|
"implementationOf": {
|
5829
5878
|
"type": "reference",
|
5830
|
-
"id":
|
5879
|
+
"id": 850,
|
5831
5880
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
5832
5881
|
}
|
5833
5882
|
},
|
5834
5883
|
{
|
5835
|
-
"id":
|
5884
|
+
"id": 843,
|
5836
5885
|
"name": "verticalOffsetEl",
|
5837
5886
|
"kind": 1024,
|
5838
5887
|
"kindString": "Property",
|
@@ -5858,12 +5907,12 @@
|
|
5858
5907
|
},
|
5859
5908
|
"implementationOf": {
|
5860
5909
|
"type": "reference",
|
5861
|
-
"id":
|
5910
|
+
"id": 851,
|
5862
5911
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
5863
5912
|
}
|
5864
5913
|
},
|
5865
5914
|
{
|
5866
|
-
"id":
|
5915
|
+
"id": 844,
|
5867
5916
|
"name": "viewportMarginTop",
|
5868
5917
|
"kind": 1024,
|
5869
5918
|
"kindString": "Property",
|
@@ -5887,7 +5936,7 @@
|
|
5887
5936
|
},
|
5888
5937
|
"implementationOf": {
|
5889
5938
|
"type": "reference",
|
5890
|
-
"id":
|
5939
|
+
"id": 852,
|
5891
5940
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
5892
5941
|
}
|
5893
5942
|
}
|
@@ -5897,20 +5946,20 @@
|
|
5897
5946
|
"title": "Constructors",
|
5898
5947
|
"kind": 512,
|
5899
5948
|
"children": [
|
5900
|
-
|
5949
|
+
836
|
5901
5950
|
]
|
5902
5951
|
},
|
5903
5952
|
{
|
5904
5953
|
"title": "Properties",
|
5905
5954
|
"kind": 1024,
|
5906
5955
|
"children": [
|
5907
|
-
|
5908
|
-
|
5909
|
-
|
5910
|
-
|
5911
|
-
|
5912
|
-
|
5913
|
-
|
5956
|
+
838,
|
5957
|
+
839,
|
5958
|
+
840,
|
5959
|
+
841,
|
5960
|
+
842,
|
5961
|
+
843,
|
5962
|
+
844
|
5914
5963
|
]
|
5915
5964
|
}
|
5916
5965
|
],
|
@@ -5924,13 +5973,13 @@
|
|
5924
5973
|
"implementedTypes": [
|
5925
5974
|
{
|
5926
5975
|
"type": "reference",
|
5927
|
-
"id":
|
5976
|
+
"id": 845,
|
5928
5977
|
"name": "SkyViewkeeperOptions"
|
5929
5978
|
}
|
5930
5979
|
]
|
5931
5980
|
},
|
5932
5981
|
{
|
5933
|
-
"id":
|
5982
|
+
"id": 853,
|
5934
5983
|
"name": "SkyViewkeeperModule",
|
5935
5984
|
"kind": 128,
|
5936
5985
|
"kindString": "Class",
|
@@ -5955,7 +6004,7 @@
|
|
5955
6004
|
"title": "Constructors",
|
5956
6005
|
"kind": 512,
|
5957
6006
|
"children": [
|
5958
|
-
|
6007
|
+
854
|
5959
6008
|
]
|
5960
6009
|
}
|
5961
6010
|
],
|
@@ -5968,7 +6017,7 @@
|
|
5968
6017
|
]
|
5969
6018
|
},
|
5970
6019
|
{
|
5971
|
-
"id":
|
6020
|
+
"id": 856,
|
5972
6021
|
"name": "SkyViewkeeperService",
|
5973
6022
|
"kind": 128,
|
5974
6023
|
"kindString": "Class",
|
@@ -5992,7 +6041,7 @@
|
|
5992
6041
|
],
|
5993
6042
|
"children": [
|
5994
6043
|
{
|
5995
|
-
"id":
|
6044
|
+
"id": 857,
|
5996
6045
|
"name": "constructor",
|
5997
6046
|
"kind": 512,
|
5998
6047
|
"kindString": "Constructor",
|
@@ -6006,14 +6055,14 @@
|
|
6006
6055
|
],
|
6007
6056
|
"signatures": [
|
6008
6057
|
{
|
6009
|
-
"id":
|
6058
|
+
"id": 858,
|
6010
6059
|
"name": "new SkyViewkeeperService",
|
6011
6060
|
"kind": 16384,
|
6012
6061
|
"kindString": "Constructor signature",
|
6013
6062
|
"flags": {},
|
6014
6063
|
"parameters": [
|
6015
6064
|
{
|
6016
|
-
"id":
|
6065
|
+
"id": 859,
|
6017
6066
|
"name": "hostOptions",
|
6018
6067
|
"kind": 32768,
|
6019
6068
|
"kindString": "Parameter",
|
@@ -6034,21 +6083,21 @@
|
|
6034
6083
|
],
|
6035
6084
|
"type": {
|
6036
6085
|
"type": "reference",
|
6037
|
-
"id":
|
6086
|
+
"id": 835,
|
6038
6087
|
"name": "SkyViewkeeperHostOptions"
|
6039
6088
|
}
|
6040
6089
|
}
|
6041
6090
|
],
|
6042
6091
|
"type": {
|
6043
6092
|
"type": "reference",
|
6044
|
-
"id":
|
6093
|
+
"id": 856,
|
6045
6094
|
"name": "SkyViewkeeperService"
|
6046
6095
|
}
|
6047
6096
|
}
|
6048
6097
|
]
|
6049
6098
|
},
|
6050
6099
|
{
|
6051
|
-
"id":
|
6100
|
+
"id": 861,
|
6052
6101
|
"name": "create",
|
6053
6102
|
"kind": 2048,
|
6054
6103
|
"kindString": "Method",
|
@@ -6064,7 +6113,7 @@
|
|
6064
6113
|
],
|
6065
6114
|
"signatures": [
|
6066
6115
|
{
|
6067
|
-
"id":
|
6116
|
+
"id": 862,
|
6068
6117
|
"name": "create",
|
6069
6118
|
"kind": 4096,
|
6070
6119
|
"kindString": "Call signature",
|
@@ -6072,7 +6121,7 @@
|
|
6072
6121
|
"comment": {},
|
6073
6122
|
"parameters": [
|
6074
6123
|
{
|
6075
|
-
"id":
|
6124
|
+
"id": 863,
|
6076
6125
|
"name": "options",
|
6077
6126
|
"kind": 32768,
|
6078
6127
|
"kindString": "Parameter",
|
@@ -6082,7 +6131,7 @@
|
|
6082
6131
|
},
|
6083
6132
|
"type": {
|
6084
6133
|
"type": "reference",
|
6085
|
-
"id":
|
6134
|
+
"id": 845,
|
6086
6135
|
"name": "SkyViewkeeperOptions"
|
6087
6136
|
}
|
6088
6137
|
}
|
@@ -6095,7 +6144,7 @@
|
|
6095
6144
|
]
|
6096
6145
|
},
|
6097
6146
|
{
|
6098
|
-
"id":
|
6147
|
+
"id": 864,
|
6099
6148
|
"name": "destroy",
|
6100
6149
|
"kind": 2048,
|
6101
6150
|
"kindString": "Method",
|
@@ -6111,7 +6160,7 @@
|
|
6111
6160
|
],
|
6112
6161
|
"signatures": [
|
6113
6162
|
{
|
6114
|
-
"id":
|
6163
|
+
"id": 865,
|
6115
6164
|
"name": "destroy",
|
6116
6165
|
"kind": 4096,
|
6117
6166
|
"kindString": "Call signature",
|
@@ -6121,7 +6170,7 @@
|
|
6121
6170
|
},
|
6122
6171
|
"parameters": [
|
6123
6172
|
{
|
6124
|
-
"id":
|
6173
|
+
"id": 866,
|
6125
6174
|
"name": "vk",
|
6126
6175
|
"kind": 32768,
|
6127
6176
|
"kindString": "Parameter",
|
@@ -6148,15 +6197,15 @@
|
|
6148
6197
|
"title": "Constructors",
|
6149
6198
|
"kind": 512,
|
6150
6199
|
"children": [
|
6151
|
-
|
6200
|
+
857
|
6152
6201
|
]
|
6153
6202
|
},
|
6154
6203
|
{
|
6155
6204
|
"title": "Methods",
|
6156
6205
|
"kind": 2048,
|
6157
6206
|
"children": [
|
6158
|
-
|
6159
|
-
|
6207
|
+
861,
|
6208
|
+
864
|
6160
6209
|
]
|
6161
6210
|
}
|
6162
6211
|
],
|
@@ -7133,7 +7182,7 @@
|
|
7133
7182
|
"flags": {},
|
7134
7183
|
"type": {
|
7135
7184
|
"type": "reference",
|
7136
|
-
"id":
|
7185
|
+
"id": 856,
|
7137
7186
|
"name": "SkyViewkeeperService"
|
7138
7187
|
}
|
7139
7188
|
},
|
@@ -7159,7 +7208,7 @@
|
|
7159
7208
|
],
|
7160
7209
|
"type": {
|
7161
7210
|
"type": "reference",
|
7162
|
-
"id":
|
7211
|
+
"id": 769,
|
7163
7212
|
"name": "SkyScrollableHostService"
|
7164
7213
|
}
|
7165
7214
|
}
|
@@ -7994,14 +8043,14 @@
|
|
7994
8043
|
]
|
7995
8044
|
},
|
7996
8045
|
{
|
7997
|
-
"id":
|
8046
|
+
"id": 811,
|
7998
8047
|
"name": "SkyAppSetTitleArgs",
|
7999
8048
|
"kind": 256,
|
8000
8049
|
"kindString": "Interface",
|
8001
8050
|
"flags": {},
|
8002
8051
|
"children": [
|
8003
8052
|
{
|
8004
|
-
"id":
|
8053
|
+
"id": 812,
|
8005
8054
|
"name": "titleParts",
|
8006
8055
|
"kind": 1024,
|
8007
8056
|
"kindString": "Property",
|
@@ -8027,7 +8076,7 @@
|
|
8027
8076
|
"title": "Properties",
|
8028
8077
|
"kind": 1024,
|
8029
8078
|
"children": [
|
8030
|
-
|
8079
|
+
812
|
8031
8080
|
]
|
8032
8081
|
}
|
8033
8082
|
],
|
@@ -8987,7 +9036,7 @@
|
|
8987
9036
|
]
|
8988
9037
|
},
|
8989
9038
|
{
|
8990
|
-
"id":
|
9039
|
+
"id": 845,
|
8991
9040
|
"name": "SkyViewkeeperOptions",
|
8992
9041
|
"kind": 256,
|
8993
9042
|
"kindString": "Interface",
|
@@ -8997,7 +9046,7 @@
|
|
8997
9046
|
},
|
8998
9047
|
"children": [
|
8999
9048
|
{
|
9000
|
-
"id":
|
9049
|
+
"id": 846,
|
9001
9050
|
"name": "boundaryEl",
|
9002
9051
|
"kind": 1024,
|
9003
9052
|
"kindString": "Property",
|
@@ -9022,7 +9071,7 @@
|
|
9022
9071
|
}
|
9023
9072
|
},
|
9024
9073
|
{
|
9025
|
-
"id":
|
9074
|
+
"id": 847,
|
9026
9075
|
"name": "el",
|
9027
9076
|
"kind": 1024,
|
9028
9077
|
"kindString": "Property",
|
@@ -9047,7 +9096,7 @@
|
|
9047
9096
|
}
|
9048
9097
|
},
|
9049
9098
|
{
|
9050
|
-
"id":
|
9099
|
+
"id": 848,
|
9051
9100
|
"name": "scrollableHost",
|
9052
9101
|
"kind": 1024,
|
9053
9102
|
"kindString": "Property",
|
@@ -9072,7 +9121,7 @@
|
|
9072
9121
|
}
|
9073
9122
|
},
|
9074
9123
|
{
|
9075
|
-
"id":
|
9124
|
+
"id": 849,
|
9076
9125
|
"name": "setWidth",
|
9077
9126
|
"kind": 1024,
|
9078
9127
|
"kindString": "Property",
|
@@ -9095,7 +9144,7 @@
|
|
9095
9144
|
}
|
9096
9145
|
},
|
9097
9146
|
{
|
9098
|
-
"id":
|
9147
|
+
"id": 850,
|
9099
9148
|
"name": "verticalOffset",
|
9100
9149
|
"kind": 1024,
|
9101
9150
|
"kindString": "Property",
|
@@ -9118,7 +9167,7 @@
|
|
9118
9167
|
}
|
9119
9168
|
},
|
9120
9169
|
{
|
9121
|
-
"id":
|
9170
|
+
"id": 851,
|
9122
9171
|
"name": "verticalOffsetEl",
|
9123
9172
|
"kind": 1024,
|
9124
9173
|
"kindString": "Property",
|
@@ -9143,7 +9192,7 @@
|
|
9143
9192
|
}
|
9144
9193
|
},
|
9145
9194
|
{
|
9146
|
-
"id":
|
9195
|
+
"id": 852,
|
9147
9196
|
"name": "viewportMarginTop",
|
9148
9197
|
"kind": 1024,
|
9149
9198
|
"kindString": "Property",
|
@@ -9171,13 +9220,13 @@
|
|
9171
9220
|
"title": "Properties",
|
9172
9221
|
"kind": 1024,
|
9173
9222
|
"children": [
|
9174
|
-
|
9175
|
-
|
9176
|
-
|
9177
|
-
|
9178
|
-
|
9179
|
-
|
9180
|
-
|
9223
|
+
846,
|
9224
|
+
847,
|
9225
|
+
848,
|
9226
|
+
849,
|
9227
|
+
850,
|
9228
|
+
851,
|
9229
|
+
852
|
9181
9230
|
]
|
9182
9231
|
}
|
9183
9232
|
],
|
@@ -9191,7 +9240,7 @@
|
|
9191
9240
|
"implementedBy": [
|
9192
9241
|
{
|
9193
9242
|
"type": "reference",
|
9194
|
-
"id":
|
9243
|
+
"id": 835,
|
9195
9244
|
"name": "SkyViewkeeperHostOptions"
|
9196
9245
|
}
|
9197
9246
|
]
|
@@ -9416,6 +9465,187 @@
|
|
9416
9465
|
}
|
9417
9466
|
]
|
9418
9467
|
}
|
9468
|
+
},
|
9469
|
+
{
|
9470
|
+
"id": 1015,
|
9471
|
+
"name": "mockResizeObserverEntry",
|
9472
|
+
"kind": 32,
|
9473
|
+
"kindString": "Variable",
|
9474
|
+
"flags": {
|
9475
|
+
"isConst": true
|
9476
|
+
},
|
9477
|
+
"sources": [
|
9478
|
+
{
|
9479
|
+
"fileName": "projects/core/src/testing/resize-observer-mock.ts",
|
9480
|
+
"line": 1,
|
9481
|
+
"character": 13
|
9482
|
+
}
|
9483
|
+
],
|
9484
|
+
"type": {
|
9485
|
+
"type": "reference",
|
9486
|
+
"qualifiedName": "ResizeObserverEntry",
|
9487
|
+
"package": "typescript",
|
9488
|
+
"name": "ResizeObserverEntry"
|
9489
|
+
},
|
9490
|
+
"defaultValue": "..."
|
9491
|
+
},
|
9492
|
+
{
|
9493
|
+
"id": 1016,
|
9494
|
+
"name": "mockResizeObserverHandle",
|
9495
|
+
"kind": 32,
|
9496
|
+
"kindString": "Variable",
|
9497
|
+
"flags": {
|
9498
|
+
"isConst": true
|
9499
|
+
},
|
9500
|
+
"sources": [
|
9501
|
+
{
|
9502
|
+
"fileName": "projects/core/src/testing/resize-observer-mock.ts",
|
9503
|
+
"line": 24,
|
9504
|
+
"character": 13
|
9505
|
+
}
|
9506
|
+
],
|
9507
|
+
"type": {
|
9508
|
+
"type": "reflection",
|
9509
|
+
"declaration": {
|
9510
|
+
"id": 1017,
|
9511
|
+
"name": "__type",
|
9512
|
+
"kind": 65536,
|
9513
|
+
"kindString": "Type literal",
|
9514
|
+
"flags": {},
|
9515
|
+
"children": [
|
9516
|
+
{
|
9517
|
+
"id": 1018,
|
9518
|
+
"name": "callback",
|
9519
|
+
"kind": 1024,
|
9520
|
+
"kindString": "Property",
|
9521
|
+
"flags": {},
|
9522
|
+
"sources": [
|
9523
|
+
{
|
9524
|
+
"fileName": "libs/components/core/testing/src/resize-observer-mock.ts",
|
9525
|
+
"line": 25,
|
9526
|
+
"character": 2
|
9527
|
+
}
|
9528
|
+
],
|
9529
|
+
"type": {
|
9530
|
+
"type": "reference",
|
9531
|
+
"qualifiedName": "ResizeObserverCallback",
|
9532
|
+
"package": "typescript",
|
9533
|
+
"name": "ResizeObserverCallback"
|
9534
|
+
},
|
9535
|
+
"defaultValue": "defaultCallback"
|
9536
|
+
},
|
9537
|
+
{
|
9538
|
+
"id": 1019,
|
9539
|
+
"name": "emit",
|
9540
|
+
"kind": 1024,
|
9541
|
+
"kindString": "Property",
|
9542
|
+
"flags": {},
|
9543
|
+
"sources": [
|
9544
|
+
{
|
9545
|
+
"fileName": "libs/components/core/testing/src/resize-observer-mock.ts",
|
9546
|
+
"line": 26,
|
9547
|
+
"character": 2
|
9548
|
+
}
|
9549
|
+
],
|
9550
|
+
"type": {
|
9551
|
+
"type": "reflection",
|
9552
|
+
"declaration": {
|
9553
|
+
"id": 1020,
|
9554
|
+
"name": "__type",
|
9555
|
+
"kind": 65536,
|
9556
|
+
"kindString": "Type literal",
|
9557
|
+
"flags": {},
|
9558
|
+
"signatures": [
|
9559
|
+
{
|
9560
|
+
"id": 1021,
|
9561
|
+
"name": "__type",
|
9562
|
+
"kind": 4096,
|
9563
|
+
"kindString": "Call signature",
|
9564
|
+
"flags": {},
|
9565
|
+
"parameters": [
|
9566
|
+
{
|
9567
|
+
"id": 1022,
|
9568
|
+
"name": "entries",
|
9569
|
+
"kind": 32768,
|
9570
|
+
"kindString": "Parameter",
|
9571
|
+
"flags": {},
|
9572
|
+
"type": {
|
9573
|
+
"type": "array",
|
9574
|
+
"elementType": {
|
9575
|
+
"type": "reference",
|
9576
|
+
"qualifiedName": "ResizeObserverEntry",
|
9577
|
+
"package": "typescript",
|
9578
|
+
"name": "ResizeObserverEntry"
|
9579
|
+
}
|
9580
|
+
}
|
9581
|
+
},
|
9582
|
+
{
|
9583
|
+
"id": 1023,
|
9584
|
+
"name": "observer",
|
9585
|
+
"kind": 32768,
|
9586
|
+
"kindString": "Parameter",
|
9587
|
+
"flags": {
|
9588
|
+
"isOptional": true
|
9589
|
+
},
|
9590
|
+
"type": {
|
9591
|
+
"type": "reference",
|
9592
|
+
"qualifiedName": "ResizeObserver",
|
9593
|
+
"package": "typescript",
|
9594
|
+
"name": "ResizeObserver"
|
9595
|
+
}
|
9596
|
+
}
|
9597
|
+
],
|
9598
|
+
"type": {
|
9599
|
+
"type": "intrinsic",
|
9600
|
+
"name": "void"
|
9601
|
+
}
|
9602
|
+
}
|
9603
|
+
]
|
9604
|
+
}
|
9605
|
+
},
|
9606
|
+
"defaultValue": "..."
|
9607
|
+
}
|
9608
|
+
],
|
9609
|
+
"groups": [
|
9610
|
+
{
|
9611
|
+
"title": "Properties",
|
9612
|
+
"kind": 1024,
|
9613
|
+
"children": [
|
9614
|
+
1018,
|
9615
|
+
1019
|
9616
|
+
]
|
9617
|
+
}
|
9618
|
+
]
|
9619
|
+
}
|
9620
|
+
},
|
9621
|
+
"defaultValue": "..."
|
9622
|
+
},
|
9623
|
+
{
|
9624
|
+
"id": 1013,
|
9625
|
+
"name": "mockResizeObserver",
|
9626
|
+
"kind": 64,
|
9627
|
+
"kindString": "Function",
|
9628
|
+
"flags": {},
|
9629
|
+
"sources": [
|
9630
|
+
{
|
9631
|
+
"fileName": "projects/core/src/testing/resize-observer-mock.ts",
|
9632
|
+
"line": 31,
|
9633
|
+
"character": 16
|
9634
|
+
}
|
9635
|
+
],
|
9636
|
+
"signatures": [
|
9637
|
+
{
|
9638
|
+
"id": 1014,
|
9639
|
+
"name": "mockResizeObserver",
|
9640
|
+
"kind": 4096,
|
9641
|
+
"kindString": "Call signature",
|
9642
|
+
"flags": {},
|
9643
|
+
"type": {
|
9644
|
+
"type": "intrinsic",
|
9645
|
+
"name": "void"
|
9646
|
+
}
|
9647
|
+
}
|
9648
|
+
]
|
9419
9649
|
}
|
9420
9650
|
],
|
9421
9651
|
"groups": [
|