@genesislcap/foundation-utils 14.367.2 → 14.368.0
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/dist/custom-elements.json +721 -721
- package/package.json +11 -11
|
@@ -185,97 +185,6 @@
|
|
|
185
185
|
}
|
|
186
186
|
]
|
|
187
187
|
},
|
|
188
|
-
{
|
|
189
|
-
"kind": "javascript-module",
|
|
190
|
-
"path": "src/decorators/index.ts",
|
|
191
|
-
"declarations": [],
|
|
192
|
-
"exports": [
|
|
193
|
-
{
|
|
194
|
-
"kind": "js",
|
|
195
|
-
"name": "*",
|
|
196
|
-
"declaration": {
|
|
197
|
-
"name": "*",
|
|
198
|
-
"package": "./renderOnChange"
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
]
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"kind": "javascript-module",
|
|
205
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
206
|
-
"declarations": [
|
|
207
|
-
{
|
|
208
|
-
"kind": "function",
|
|
209
|
-
"name": "renderOnChange",
|
|
210
|
-
"parameters": [
|
|
211
|
-
{
|
|
212
|
-
"name": "target",
|
|
213
|
-
"type": {
|
|
214
|
-
"text": "FASTElement & { render(): void }"
|
|
215
|
-
},
|
|
216
|
-
"description": "The target to define the property change handler on."
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "name",
|
|
220
|
-
"type": {
|
|
221
|
-
"text": "string"
|
|
222
|
-
},
|
|
223
|
-
"description": "The property name."
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
227
|
-
"privacy": "public"
|
|
228
|
-
}
|
|
229
|
-
],
|
|
230
|
-
"exports": [
|
|
231
|
-
{
|
|
232
|
-
"kind": "js",
|
|
233
|
-
"name": "renderOnChange",
|
|
234
|
-
"declaration": {
|
|
235
|
-
"name": "renderOnChange",
|
|
236
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
]
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"kind": "javascript-module",
|
|
243
|
-
"path": "src/directives/index.ts",
|
|
244
|
-
"declarations": [],
|
|
245
|
-
"exports": [
|
|
246
|
-
{
|
|
247
|
-
"kind": "js",
|
|
248
|
-
"name": "*",
|
|
249
|
-
"declaration": {
|
|
250
|
-
"name": "*",
|
|
251
|
-
"package": "./sync"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"kind": "js",
|
|
256
|
-
"name": "*",
|
|
257
|
-
"declaration": {
|
|
258
|
-
"name": "*",
|
|
259
|
-
"package": "./when-else"
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
]
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"kind": "javascript-module",
|
|
266
|
-
"path": "src/encoding/index.ts",
|
|
267
|
-
"declarations": [],
|
|
268
|
-
"exports": [
|
|
269
|
-
{
|
|
270
|
-
"kind": "js",
|
|
271
|
-
"name": "*",
|
|
272
|
-
"declaration": {
|
|
273
|
-
"name": "*",
|
|
274
|
-
"package": "./base64"
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
]
|
|
278
|
-
},
|
|
279
188
|
{
|
|
280
189
|
"kind": "javascript-module",
|
|
281
190
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -476,7 +385,112 @@
|
|
|
476
385
|
},
|
|
477
386
|
{
|
|
478
387
|
"kind": "javascript-module",
|
|
479
|
-
"path": "src/
|
|
388
|
+
"path": "src/design-system/design-system.ts",
|
|
389
|
+
"declarations": [
|
|
390
|
+
{
|
|
391
|
+
"kind": "function",
|
|
392
|
+
"name": "assureDesignSystem",
|
|
393
|
+
"return": {
|
|
394
|
+
"type": {
|
|
395
|
+
"text": "DesignSystemModule"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"parameters": [
|
|
399
|
+
{
|
|
400
|
+
"name": "module",
|
|
401
|
+
"type": {
|
|
402
|
+
"text": "DesignSystemModule"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"description": "assureDesignSystem.",
|
|
407
|
+
"privacy": "public"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "function",
|
|
411
|
+
"name": "getCurrentDesignSystem",
|
|
412
|
+
"return": {
|
|
413
|
+
"type": {
|
|
414
|
+
"text": ""
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"parameters": [
|
|
418
|
+
{
|
|
419
|
+
"name": "element",
|
|
420
|
+
"type": {
|
|
421
|
+
"text": "HTMLElement"
|
|
422
|
+
},
|
|
423
|
+
"description": "The starting HTML element"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "fallbackPrefix",
|
|
427
|
+
"type": {
|
|
428
|
+
"text": "string"
|
|
429
|
+
},
|
|
430
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
434
|
+
"privacy": "public"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"kind": "function",
|
|
438
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
439
|
+
"return": {
|
|
440
|
+
"type": {
|
|
441
|
+
"text": ""
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"parameters": [
|
|
445
|
+
{
|
|
446
|
+
"name": "element",
|
|
447
|
+
"type": {
|
|
448
|
+
"text": "HTMLElement"
|
|
449
|
+
},
|
|
450
|
+
"description": "The starting HTML element"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "fallbackPrefix",
|
|
454
|
+
"type": {
|
|
455
|
+
"text": "string"
|
|
456
|
+
},
|
|
457
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
461
|
+
"privacy": "public"
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"exports": [
|
|
465
|
+
{
|
|
466
|
+
"kind": "js",
|
|
467
|
+
"name": "assureDesignSystem",
|
|
468
|
+
"declaration": {
|
|
469
|
+
"name": "assureDesignSystem",
|
|
470
|
+
"module": "src/design-system/design-system.ts"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"kind": "js",
|
|
475
|
+
"name": "getCurrentDesignSystem",
|
|
476
|
+
"declaration": {
|
|
477
|
+
"name": "getCurrentDesignSystem",
|
|
478
|
+
"module": "src/design-system/design-system.ts"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "js",
|
|
483
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
484
|
+
"declaration": {
|
|
485
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
486
|
+
"module": "src/design-system/design-system.ts"
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"kind": "javascript-module",
|
|
493
|
+
"path": "src/design-system/index.ts",
|
|
480
494
|
"declarations": [],
|
|
481
495
|
"exports": [
|
|
482
496
|
{
|
|
@@ -484,54 +498,137 @@
|
|
|
484
498
|
"name": "*",
|
|
485
499
|
"declaration": {
|
|
486
500
|
"name": "*",
|
|
487
|
-
"package": "./
|
|
501
|
+
"package": "./design-system"
|
|
488
502
|
}
|
|
489
|
-
}
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"kind": "javascript-module",
|
|
508
|
+
"path": "src/decorators/index.ts",
|
|
509
|
+
"declarations": [],
|
|
510
|
+
"exports": [
|
|
490
511
|
{
|
|
491
512
|
"kind": "js",
|
|
492
513
|
"name": "*",
|
|
493
514
|
"declaration": {
|
|
494
515
|
"name": "*",
|
|
495
|
-
"package": "./
|
|
516
|
+
"package": "./renderOnChange"
|
|
496
517
|
}
|
|
497
518
|
}
|
|
498
519
|
]
|
|
499
520
|
},
|
|
500
521
|
{
|
|
501
522
|
"kind": "javascript-module",
|
|
502
|
-
"path": "src/
|
|
523
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
503
524
|
"declarations": [
|
|
504
525
|
{
|
|
505
526
|
"kind": "function",
|
|
506
|
-
"name": "
|
|
507
|
-
"
|
|
527
|
+
"name": "renderOnChange",
|
|
528
|
+
"parameters": [
|
|
529
|
+
{
|
|
530
|
+
"name": "target",
|
|
531
|
+
"type": {
|
|
532
|
+
"text": "FASTElement & { render(): void }"
|
|
533
|
+
},
|
|
534
|
+
"description": "The target to define the property change handler on."
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "name",
|
|
538
|
+
"type": {
|
|
539
|
+
"text": "string"
|
|
540
|
+
},
|
|
541
|
+
"description": "The property name."
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
508
545
|
"privacy": "public"
|
|
509
546
|
}
|
|
510
547
|
],
|
|
511
548
|
"exports": [
|
|
512
549
|
{
|
|
513
550
|
"kind": "js",
|
|
514
|
-
"name": "
|
|
551
|
+
"name": "renderOnChange",
|
|
515
552
|
"declaration": {
|
|
516
|
-
"name": "
|
|
517
|
-
"module": "src/
|
|
553
|
+
"name": "renderOnChange",
|
|
554
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
518
555
|
}
|
|
519
556
|
}
|
|
520
557
|
]
|
|
521
558
|
},
|
|
522
559
|
{
|
|
523
560
|
"kind": "javascript-module",
|
|
524
|
-
"path": "src/
|
|
525
|
-
"declarations": [
|
|
561
|
+
"path": "src/encoding/index.ts",
|
|
562
|
+
"declarations": [],
|
|
563
|
+
"exports": [
|
|
526
564
|
{
|
|
527
|
-
"kind": "
|
|
528
|
-
"name": "
|
|
529
|
-
"
|
|
530
|
-
"
|
|
565
|
+
"kind": "js",
|
|
566
|
+
"name": "*",
|
|
567
|
+
"declaration": {
|
|
568
|
+
"name": "*",
|
|
569
|
+
"package": "./base64"
|
|
531
570
|
}
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
|
|
571
|
+
}
|
|
572
|
+
]
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"kind": "javascript-module",
|
|
576
|
+
"path": "src/env/index.ts",
|
|
577
|
+
"declarations": [],
|
|
578
|
+
"exports": [
|
|
579
|
+
{
|
|
580
|
+
"kind": "js",
|
|
581
|
+
"name": "*",
|
|
582
|
+
"declaration": {
|
|
583
|
+
"name": "*",
|
|
584
|
+
"package": "./is-dev"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"kind": "js",
|
|
589
|
+
"name": "*",
|
|
590
|
+
"declaration": {
|
|
591
|
+
"name": "*",
|
|
592
|
+
"package": "./variables"
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
]
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "javascript-module",
|
|
599
|
+
"path": "src/env/is-dev.ts",
|
|
600
|
+
"declarations": [
|
|
601
|
+
{
|
|
602
|
+
"kind": "function",
|
|
603
|
+
"name": "isDev",
|
|
604
|
+
"description": "Determines if the current environment is a development environment.",
|
|
605
|
+
"privacy": "public"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"exports": [
|
|
609
|
+
{
|
|
610
|
+
"kind": "js",
|
|
611
|
+
"name": "isDev",
|
|
612
|
+
"declaration": {
|
|
613
|
+
"name": "isDev",
|
|
614
|
+
"module": "src/env/is-dev.ts"
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"kind": "javascript-module",
|
|
621
|
+
"path": "src/env/variables.ts",
|
|
622
|
+
"declarations": [
|
|
623
|
+
{
|
|
624
|
+
"kind": "variable",
|
|
625
|
+
"name": "BUILDER",
|
|
626
|
+
"type": {
|
|
627
|
+
"text": "string"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"kind": "variable",
|
|
535
632
|
"name": "_BUILDER",
|
|
536
633
|
"type": {
|
|
537
634
|
"text": "string"
|
|
@@ -1150,120 +1247,23 @@
|
|
|
1150
1247
|
},
|
|
1151
1248
|
{
|
|
1152
1249
|
"kind": "javascript-module",
|
|
1153
|
-
"path": "src/
|
|
1154
|
-
"declarations": [
|
|
1155
|
-
{
|
|
1156
|
-
"kind": "function",
|
|
1157
|
-
"name": "assureDesignSystem",
|
|
1158
|
-
"return": {
|
|
1159
|
-
"type": {
|
|
1160
|
-
"text": "DesignSystemModule"
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
"parameters": [
|
|
1164
|
-
{
|
|
1165
|
-
"name": "module",
|
|
1166
|
-
"type": {
|
|
1167
|
-
"text": "DesignSystemModule"
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
],
|
|
1171
|
-
"description": "assureDesignSystem.",
|
|
1172
|
-
"privacy": "public"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"kind": "function",
|
|
1176
|
-
"name": "getCurrentDesignSystem",
|
|
1177
|
-
"return": {
|
|
1178
|
-
"type": {
|
|
1179
|
-
"text": ""
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
"parameters": [
|
|
1183
|
-
{
|
|
1184
|
-
"name": "element",
|
|
1185
|
-
"type": {
|
|
1186
|
-
"text": "HTMLElement"
|
|
1187
|
-
},
|
|
1188
|
-
"description": "The starting HTML element"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "fallbackPrefix",
|
|
1192
|
-
"type": {
|
|
1193
|
-
"text": "string"
|
|
1194
|
-
},
|
|
1195
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1196
|
-
}
|
|
1197
|
-
],
|
|
1198
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1199
|
-
"privacy": "public"
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "function",
|
|
1203
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1204
|
-
"return": {
|
|
1205
|
-
"type": {
|
|
1206
|
-
"text": ""
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
"parameters": [
|
|
1210
|
-
{
|
|
1211
|
-
"name": "element",
|
|
1212
|
-
"type": {
|
|
1213
|
-
"text": "HTMLElement"
|
|
1214
|
-
},
|
|
1215
|
-
"description": "The starting HTML element"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"name": "fallbackPrefix",
|
|
1219
|
-
"type": {
|
|
1220
|
-
"text": "string"
|
|
1221
|
-
},
|
|
1222
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1223
|
-
}
|
|
1224
|
-
],
|
|
1225
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1226
|
-
"privacy": "public"
|
|
1227
|
-
}
|
|
1228
|
-
],
|
|
1250
|
+
"path": "src/directives/index.ts",
|
|
1251
|
+
"declarations": [],
|
|
1229
1252
|
"exports": [
|
|
1230
1253
|
{
|
|
1231
1254
|
"kind": "js",
|
|
1232
|
-
"name": "
|
|
1233
|
-
"declaration": {
|
|
1234
|
-
"name": "assureDesignSystem",
|
|
1235
|
-
"module": "src/design-system/design-system.ts"
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "js",
|
|
1240
|
-
"name": "getCurrentDesignSystem",
|
|
1255
|
+
"name": "*",
|
|
1241
1256
|
"declaration": {
|
|
1242
|
-
"name": "
|
|
1243
|
-
"
|
|
1257
|
+
"name": "*",
|
|
1258
|
+
"package": "./sync"
|
|
1244
1259
|
}
|
|
1245
1260
|
},
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "js",
|
|
1248
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1249
|
-
"declaration": {
|
|
1250
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1251
|
-
"module": "src/design-system/design-system.ts"
|
|
1252
|
-
}
|
|
1253
|
-
}
|
|
1254
|
-
]
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "javascript-module",
|
|
1258
|
-
"path": "src/design-system/index.ts",
|
|
1259
|
-
"declarations": [],
|
|
1260
|
-
"exports": [
|
|
1261
1261
|
{
|
|
1262
1262
|
"kind": "js",
|
|
1263
1263
|
"name": "*",
|
|
1264
1264
|
"declaration": {
|
|
1265
1265
|
"name": "*",
|
|
1266
|
-
"package": "./
|
|
1266
|
+
"package": "./when-else"
|
|
1267
1267
|
}
|
|
1268
1268
|
}
|
|
1269
1269
|
]
|
|
@@ -3218,330 +3218,57 @@
|
|
|
3218
3218
|
},
|
|
3219
3219
|
{
|
|
3220
3220
|
"kind": "javascript-module",
|
|
3221
|
-
"path": "src/
|
|
3221
|
+
"path": "src/utils/delay.ts",
|
|
3222
3222
|
"declarations": [
|
|
3223
3223
|
{
|
|
3224
|
-
"kind": "
|
|
3225
|
-
"name": "
|
|
3226
|
-
"
|
|
3224
|
+
"kind": "function",
|
|
3225
|
+
"name": "delay",
|
|
3226
|
+
"return": {
|
|
3227
|
+
"type": {
|
|
3228
|
+
"text": ""
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3231
|
+
"parameters": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "ms",
|
|
3234
|
+
"type": {
|
|
3235
|
+
"text": "number"
|
|
3236
|
+
},
|
|
3237
|
+
"description": "The number of milliseconds to delay"
|
|
3238
|
+
}
|
|
3239
|
+
],
|
|
3240
|
+
"description": "Delay for a given number of milliseconds",
|
|
3227
3241
|
"privacy": "public"
|
|
3228
3242
|
}
|
|
3229
3243
|
],
|
|
3230
3244
|
"exports": [
|
|
3231
3245
|
{
|
|
3232
3246
|
"kind": "js",
|
|
3233
|
-
"name": "
|
|
3234
|
-
"declaration": {
|
|
3235
|
-
"name": "activeColorScheme",
|
|
3236
|
-
"module": "src/styles/color.ts"
|
|
3237
|
-
}
|
|
3238
|
-
}
|
|
3239
|
-
]
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"kind": "javascript-module",
|
|
3243
|
-
"path": "src/styles/index.ts",
|
|
3244
|
-
"declarations": [],
|
|
3245
|
-
"exports": [
|
|
3246
|
-
{
|
|
3247
|
-
"kind": "js",
|
|
3248
|
-
"name": "*",
|
|
3249
|
-
"declaration": {
|
|
3250
|
-
"name": "*",
|
|
3251
|
-
"package": "./color"
|
|
3252
|
-
}
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "js",
|
|
3256
|
-
"name": "*",
|
|
3257
|
-
"declaration": {
|
|
3258
|
-
"name": "*",
|
|
3259
|
-
"package": "./slotted-styles"
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"kind": "js",
|
|
3264
|
-
"name": "*",
|
|
3265
|
-
"declaration": {
|
|
3266
|
-
"name": "*",
|
|
3267
|
-
"package": "./typography"
|
|
3268
|
-
}
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"kind": "js",
|
|
3272
|
-
"name": "*",
|
|
3247
|
+
"name": "delay",
|
|
3273
3248
|
"declaration": {
|
|
3274
|
-
"name": "
|
|
3275
|
-
"
|
|
3249
|
+
"name": "delay",
|
|
3250
|
+
"module": "src/utils/delay.ts"
|
|
3276
3251
|
}
|
|
3277
3252
|
}
|
|
3278
3253
|
]
|
|
3279
3254
|
},
|
|
3280
3255
|
{
|
|
3281
3256
|
"kind": "javascript-module",
|
|
3282
|
-
"path": "src/
|
|
3257
|
+
"path": "src/utils/dom.ts",
|
|
3283
3258
|
"declarations": [
|
|
3284
3259
|
{
|
|
3285
|
-
"kind": "
|
|
3286
|
-
"
|
|
3287
|
-
"
|
|
3288
|
-
|
|
3260
|
+
"kind": "function",
|
|
3261
|
+
"name": "insertDocumentCSSRule",
|
|
3262
|
+
"return": {
|
|
3263
|
+
"type": {
|
|
3264
|
+
"text": ""
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
"parameters": [
|
|
3289
3268
|
{
|
|
3290
|
-
"
|
|
3291
|
-
"name": "styles",
|
|
3269
|
+
"name": "cssRule",
|
|
3292
3270
|
"type": {
|
|
3293
|
-
"text": "
|
|
3294
|
-
},
|
|
3295
|
-
"description": "The styles to apply to slotted elements."
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "method",
|
|
3299
|
-
"name": "stylesChanged",
|
|
3300
|
-
"return": {
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": "void"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
"parameters": [
|
|
3306
|
-
{
|
|
3307
|
-
"name": "prev",
|
|
3308
|
-
"type": {
|
|
3309
|
-
"text": "ElementStyles"
|
|
3310
|
-
},
|
|
3311
|
-
"description": "The previous value of the `styles` property."
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"name": "next",
|
|
3315
|
-
"type": {
|
|
3316
|
-
"text": "ElementStyles"
|
|
3317
|
-
},
|
|
3318
|
-
"description": "The new value of the `styles` property."
|
|
3319
|
-
}
|
|
3320
|
-
],
|
|
3321
|
-
"description": "Called when the `styles` property changes.\nRemoves the previous styles from the parent element's FAST controller and adds the new styles."
|
|
3322
|
-
}
|
|
3323
|
-
],
|
|
3324
|
-
"superclass": {
|
|
3325
|
-
"name": "FASTElement",
|
|
3326
|
-
"package": "@microsoft/fast-element"
|
|
3327
|
-
},
|
|
3328
|
-
"tagName": "slotted-styles",
|
|
3329
|
-
"customElement": true
|
|
3330
|
-
}
|
|
3331
|
-
],
|
|
3332
|
-
"exports": [
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "js",
|
|
3335
|
-
"name": "SlottedStyles",
|
|
3336
|
-
"declaration": {
|
|
3337
|
-
"name": "SlottedStyles",
|
|
3338
|
-
"module": "src/styles/slotted-styles.ts"
|
|
3339
|
-
}
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "custom-element-definition",
|
|
3343
|
-
"name": "slotted-styles",
|
|
3344
|
-
"declaration": {
|
|
3345
|
-
"name": "SlottedStyles",
|
|
3346
|
-
"module": "src/styles/slotted-styles.ts"
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/styles/toElementStyles.ts",
|
|
3354
|
-
"declarations": [
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "function",
|
|
3357
|
-
"name": "toElementStyles",
|
|
3358
|
-
"return": {
|
|
3359
|
-
"type": {
|
|
3360
|
-
"text": "ElementStyles"
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
"parameters": [
|
|
3364
|
-
{
|
|
3365
|
-
"name": "styles",
|
|
3366
|
-
"type": {
|
|
3367
|
-
"text": "ComposableStyles | ComposableStyles[]"
|
|
3368
|
-
},
|
|
3369
|
-
"description": "ComposableStyles or a ComposableStyles array."
|
|
3370
|
-
}
|
|
3371
|
-
],
|
|
3372
|
-
"description": "toElementStyles.",
|
|
3373
|
-
"privacy": "public"
|
|
3374
|
-
}
|
|
3375
|
-
],
|
|
3376
|
-
"exports": [
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "js",
|
|
3379
|
-
"name": "toElementStyles",
|
|
3380
|
-
"declaration": {
|
|
3381
|
-
"name": "toElementStyles",
|
|
3382
|
-
"module": "src/styles/toElementStyles.ts"
|
|
3383
|
-
}
|
|
3384
|
-
}
|
|
3385
|
-
]
|
|
3386
|
-
},
|
|
3387
|
-
{
|
|
3388
|
-
"kind": "javascript-module",
|
|
3389
|
-
"path": "src/styles/typography.ts",
|
|
3390
|
-
"declarations": [
|
|
3391
|
-
{
|
|
3392
|
-
"kind": "function",
|
|
3393
|
-
"name": "loadFontFaces",
|
|
3394
|
-
"return": {
|
|
3395
|
-
"type": {
|
|
3396
|
-
"text": "void"
|
|
3397
|
-
}
|
|
3398
|
-
},
|
|
3399
|
-
"parameters": [
|
|
3400
|
-
{
|
|
3401
|
-
"name": "fontFaceRules",
|
|
3402
|
-
"type": {
|
|
3403
|
-
"text": "string"
|
|
3404
|
-
},
|
|
3405
|
-
"description": "The CSS rules for the font faces."
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"name": "styleElementId",
|
|
3409
|
-
"type": {
|
|
3410
|
-
"text": "string"
|
|
3411
|
-
},
|
|
3412
|
-
"description": "The ID of the style element to insert into the document."
|
|
3413
|
-
}
|
|
3414
|
-
],
|
|
3415
|
-
"description": "Loads font faces by inserting a style element with the specified font face rules into the document.",
|
|
3416
|
-
"privacy": "public"
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "function",
|
|
3420
|
-
"name": "getFontMixin",
|
|
3421
|
-
"return": {
|
|
3422
|
-
"type": {
|
|
3423
|
-
"text": ""
|
|
3424
|
-
}
|
|
3425
|
-
},
|
|
3426
|
-
"parameters": [
|
|
3427
|
-
{
|
|
3428
|
-
"name": "family",
|
|
3429
|
-
"type": {
|
|
3430
|
-
"text": "string"
|
|
3431
|
-
},
|
|
3432
|
-
"description": "The font family."
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"name": "style",
|
|
3436
|
-
"default": "FontStyle.Normal",
|
|
3437
|
-
"type": {
|
|
3438
|
-
"text": "FontStyle"
|
|
3439
|
-
},
|
|
3440
|
-
"description": "Optional. The font style. Defaults to FontStyle.Normal."
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "weight",
|
|
3444
|
-
"default": "FontWeight.Regular",
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "FontWeight"
|
|
3447
|
-
},
|
|
3448
|
-
"description": "Optional. The font weight. Defaults to FontWeight.Regular."
|
|
3449
|
-
}
|
|
3450
|
-
],
|
|
3451
|
-
"description": "Generates a CSS mixin for the specified font family, style, and weight.",
|
|
3452
|
-
"privacy": "public"
|
|
3453
|
-
},
|
|
3454
|
-
{
|
|
3455
|
-
"kind": "variable",
|
|
3456
|
-
"name": "TypeRampValues",
|
|
3457
|
-
"type": {
|
|
3458
|
-
"text": "{\n minusOne: -1,\n minusTwo: -2,\n plusOne: 1,\n plusTwo: 2,\n plusThree: 3,\n plusFour: 4,\n plusFive: 5,\n plusSix: 6,\n}"
|
|
3459
|
-
},
|
|
3460
|
-
"default": "{\n minusOne: -1,\n minusTwo: -2,\n plusOne: 1,\n plusTwo: 2,\n plusThree: 3,\n plusFour: 4,\n plusFive: 5,\n plusSix: 6,\n}",
|
|
3461
|
-
"description": "An object containing type ramp values.",
|
|
3462
|
-
"privacy": "public"
|
|
3463
|
-
}
|
|
3464
|
-
],
|
|
3465
|
-
"exports": [
|
|
3466
|
-
{
|
|
3467
|
-
"kind": "js",
|
|
3468
|
-
"name": "loadFontFaces",
|
|
3469
|
-
"declaration": {
|
|
3470
|
-
"name": "loadFontFaces",
|
|
3471
|
-
"module": "src/styles/typography.ts"
|
|
3472
|
-
}
|
|
3473
|
-
},
|
|
3474
|
-
{
|
|
3475
|
-
"kind": "js",
|
|
3476
|
-
"name": "getFontMixin",
|
|
3477
|
-
"declaration": {
|
|
3478
|
-
"name": "getFontMixin",
|
|
3479
|
-
"module": "src/styles/typography.ts"
|
|
3480
|
-
}
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"kind": "js",
|
|
3484
|
-
"name": "TypeRampValues",
|
|
3485
|
-
"declaration": {
|
|
3486
|
-
"name": "TypeRampValues",
|
|
3487
|
-
"module": "src/styles/typography.ts"
|
|
3488
|
-
}
|
|
3489
|
-
}
|
|
3490
|
-
]
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"kind": "javascript-module",
|
|
3494
|
-
"path": "src/utils/delay.ts",
|
|
3495
|
-
"declarations": [
|
|
3496
|
-
{
|
|
3497
|
-
"kind": "function",
|
|
3498
|
-
"name": "delay",
|
|
3499
|
-
"return": {
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": ""
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
|
-
"parameters": [
|
|
3505
|
-
{
|
|
3506
|
-
"name": "ms",
|
|
3507
|
-
"type": {
|
|
3508
|
-
"text": "number"
|
|
3509
|
-
},
|
|
3510
|
-
"description": "The number of milliseconds to delay"
|
|
3511
|
-
}
|
|
3512
|
-
],
|
|
3513
|
-
"description": "Delay for a given number of milliseconds",
|
|
3514
|
-
"privacy": "public"
|
|
3515
|
-
}
|
|
3516
|
-
],
|
|
3517
|
-
"exports": [
|
|
3518
|
-
{
|
|
3519
|
-
"kind": "js",
|
|
3520
|
-
"name": "delay",
|
|
3521
|
-
"declaration": {
|
|
3522
|
-
"name": "delay",
|
|
3523
|
-
"module": "src/utils/delay.ts"
|
|
3524
|
-
}
|
|
3525
|
-
}
|
|
3526
|
-
]
|
|
3527
|
-
},
|
|
3528
|
-
{
|
|
3529
|
-
"kind": "javascript-module",
|
|
3530
|
-
"path": "src/utils/dom.ts",
|
|
3531
|
-
"declarations": [
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "function",
|
|
3534
|
-
"name": "insertDocumentCSSRule",
|
|
3535
|
-
"return": {
|
|
3536
|
-
"type": {
|
|
3537
|
-
"text": ""
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
"parameters": [
|
|
3541
|
-
{
|
|
3542
|
-
"name": "cssRule",
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "string"
|
|
3271
|
+
"text": "string"
|
|
3545
3272
|
},
|
|
3546
3273
|
"description": "The CSS rule to insert."
|
|
3547
3274
|
},
|
|
@@ -3772,9 +3499,282 @@
|
|
|
3772
3499
|
},
|
|
3773
3500
|
{
|
|
3774
3501
|
"kind": "javascript-module",
|
|
3775
|
-
"path": "src/
|
|
3776
|
-
"declarations": [
|
|
3777
|
-
|
|
3502
|
+
"path": "src/styles/color.ts",
|
|
3503
|
+
"declarations": [
|
|
3504
|
+
{
|
|
3505
|
+
"kind": "variable",
|
|
3506
|
+
"name": "activeColorScheme",
|
|
3507
|
+
"description": "A design token that represents the active color scheme (light or dark).",
|
|
3508
|
+
"privacy": "public"
|
|
3509
|
+
}
|
|
3510
|
+
],
|
|
3511
|
+
"exports": [
|
|
3512
|
+
{
|
|
3513
|
+
"kind": "js",
|
|
3514
|
+
"name": "activeColorScheme",
|
|
3515
|
+
"declaration": {
|
|
3516
|
+
"name": "activeColorScheme",
|
|
3517
|
+
"module": "src/styles/color.ts"
|
|
3518
|
+
}
|
|
3519
|
+
}
|
|
3520
|
+
]
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"kind": "javascript-module",
|
|
3524
|
+
"path": "src/styles/index.ts",
|
|
3525
|
+
"declarations": [],
|
|
3526
|
+
"exports": [
|
|
3527
|
+
{
|
|
3528
|
+
"kind": "js",
|
|
3529
|
+
"name": "*",
|
|
3530
|
+
"declaration": {
|
|
3531
|
+
"name": "*",
|
|
3532
|
+
"package": "./color"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"kind": "js",
|
|
3537
|
+
"name": "*",
|
|
3538
|
+
"declaration": {
|
|
3539
|
+
"name": "*",
|
|
3540
|
+
"package": "./slotted-styles"
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"kind": "js",
|
|
3545
|
+
"name": "*",
|
|
3546
|
+
"declaration": {
|
|
3547
|
+
"name": "*",
|
|
3548
|
+
"package": "./typography"
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"kind": "js",
|
|
3553
|
+
"name": "*",
|
|
3554
|
+
"declaration": {
|
|
3555
|
+
"name": "*",
|
|
3556
|
+
"package": "./toElementStyles"
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
]
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"kind": "javascript-module",
|
|
3563
|
+
"path": "src/styles/slotted-styles.ts",
|
|
3564
|
+
"declarations": [
|
|
3565
|
+
{
|
|
3566
|
+
"kind": "class",
|
|
3567
|
+
"description": "A custom element that encapsulates a set of styles that can be applied to slotted elements.",
|
|
3568
|
+
"name": "SlottedStyles",
|
|
3569
|
+
"members": [
|
|
3570
|
+
{
|
|
3571
|
+
"kind": "field",
|
|
3572
|
+
"name": "styles",
|
|
3573
|
+
"type": {
|
|
3574
|
+
"text": "ElementStyles"
|
|
3575
|
+
},
|
|
3576
|
+
"description": "The styles to apply to slotted elements."
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"kind": "method",
|
|
3580
|
+
"name": "stylesChanged",
|
|
3581
|
+
"return": {
|
|
3582
|
+
"type": {
|
|
3583
|
+
"text": "void"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
"parameters": [
|
|
3587
|
+
{
|
|
3588
|
+
"name": "prev",
|
|
3589
|
+
"type": {
|
|
3590
|
+
"text": "ElementStyles"
|
|
3591
|
+
},
|
|
3592
|
+
"description": "The previous value of the `styles` property."
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"name": "next",
|
|
3596
|
+
"type": {
|
|
3597
|
+
"text": "ElementStyles"
|
|
3598
|
+
},
|
|
3599
|
+
"description": "The new value of the `styles` property."
|
|
3600
|
+
}
|
|
3601
|
+
],
|
|
3602
|
+
"description": "Called when the `styles` property changes.\nRemoves the previous styles from the parent element's FAST controller and adds the new styles."
|
|
3603
|
+
}
|
|
3604
|
+
],
|
|
3605
|
+
"superclass": {
|
|
3606
|
+
"name": "FASTElement",
|
|
3607
|
+
"package": "@microsoft/fast-element"
|
|
3608
|
+
},
|
|
3609
|
+
"tagName": "slotted-styles",
|
|
3610
|
+
"customElement": true
|
|
3611
|
+
}
|
|
3612
|
+
],
|
|
3613
|
+
"exports": [
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "js",
|
|
3616
|
+
"name": "SlottedStyles",
|
|
3617
|
+
"declaration": {
|
|
3618
|
+
"name": "SlottedStyles",
|
|
3619
|
+
"module": "src/styles/slotted-styles.ts"
|
|
3620
|
+
}
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"kind": "custom-element-definition",
|
|
3624
|
+
"name": "slotted-styles",
|
|
3625
|
+
"declaration": {
|
|
3626
|
+
"name": "SlottedStyles",
|
|
3627
|
+
"module": "src/styles/slotted-styles.ts"
|
|
3628
|
+
}
|
|
3629
|
+
}
|
|
3630
|
+
]
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"kind": "javascript-module",
|
|
3634
|
+
"path": "src/styles/toElementStyles.ts",
|
|
3635
|
+
"declarations": [
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "function",
|
|
3638
|
+
"name": "toElementStyles",
|
|
3639
|
+
"return": {
|
|
3640
|
+
"type": {
|
|
3641
|
+
"text": "ElementStyles"
|
|
3642
|
+
}
|
|
3643
|
+
},
|
|
3644
|
+
"parameters": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "styles",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "ComposableStyles | ComposableStyles[]"
|
|
3649
|
+
},
|
|
3650
|
+
"description": "ComposableStyles or a ComposableStyles array."
|
|
3651
|
+
}
|
|
3652
|
+
],
|
|
3653
|
+
"description": "toElementStyles.",
|
|
3654
|
+
"privacy": "public"
|
|
3655
|
+
}
|
|
3656
|
+
],
|
|
3657
|
+
"exports": [
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "js",
|
|
3660
|
+
"name": "toElementStyles",
|
|
3661
|
+
"declaration": {
|
|
3662
|
+
"name": "toElementStyles",
|
|
3663
|
+
"module": "src/styles/toElementStyles.ts"
|
|
3664
|
+
}
|
|
3665
|
+
}
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "javascript-module",
|
|
3670
|
+
"path": "src/styles/typography.ts",
|
|
3671
|
+
"declarations": [
|
|
3672
|
+
{
|
|
3673
|
+
"kind": "function",
|
|
3674
|
+
"name": "loadFontFaces",
|
|
3675
|
+
"return": {
|
|
3676
|
+
"type": {
|
|
3677
|
+
"text": "void"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
"parameters": [
|
|
3681
|
+
{
|
|
3682
|
+
"name": "fontFaceRules",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "string"
|
|
3685
|
+
},
|
|
3686
|
+
"description": "The CSS rules for the font faces."
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "styleElementId",
|
|
3690
|
+
"type": {
|
|
3691
|
+
"text": "string"
|
|
3692
|
+
},
|
|
3693
|
+
"description": "The ID of the style element to insert into the document."
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"description": "Loads font faces by inserting a style element with the specified font face rules into the document.",
|
|
3697
|
+
"privacy": "public"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"kind": "function",
|
|
3701
|
+
"name": "getFontMixin",
|
|
3702
|
+
"return": {
|
|
3703
|
+
"type": {
|
|
3704
|
+
"text": ""
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
"parameters": [
|
|
3708
|
+
{
|
|
3709
|
+
"name": "family",
|
|
3710
|
+
"type": {
|
|
3711
|
+
"text": "string"
|
|
3712
|
+
},
|
|
3713
|
+
"description": "The font family."
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"name": "style",
|
|
3717
|
+
"default": "FontStyle.Normal",
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "FontStyle"
|
|
3720
|
+
},
|
|
3721
|
+
"description": "Optional. The font style. Defaults to FontStyle.Normal."
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "weight",
|
|
3725
|
+
"default": "FontWeight.Regular",
|
|
3726
|
+
"type": {
|
|
3727
|
+
"text": "FontWeight"
|
|
3728
|
+
},
|
|
3729
|
+
"description": "Optional. The font weight. Defaults to FontWeight.Regular."
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"description": "Generates a CSS mixin for the specified font family, style, and weight.",
|
|
3733
|
+
"privacy": "public"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"kind": "variable",
|
|
3737
|
+
"name": "TypeRampValues",
|
|
3738
|
+
"type": {
|
|
3739
|
+
"text": "{\n minusOne: -1,\n minusTwo: -2,\n plusOne: 1,\n plusTwo: 2,\n plusThree: 3,\n plusFour: 4,\n plusFive: 5,\n plusSix: 6,\n}"
|
|
3740
|
+
},
|
|
3741
|
+
"default": "{\n minusOne: -1,\n minusTwo: -2,\n plusOne: 1,\n plusTwo: 2,\n plusThree: 3,\n plusFour: 4,\n plusFive: 5,\n plusSix: 6,\n}",
|
|
3742
|
+
"description": "An object containing type ramp values.",
|
|
3743
|
+
"privacy": "public"
|
|
3744
|
+
}
|
|
3745
|
+
],
|
|
3746
|
+
"exports": [
|
|
3747
|
+
{
|
|
3748
|
+
"kind": "js",
|
|
3749
|
+
"name": "loadFontFaces",
|
|
3750
|
+
"declaration": {
|
|
3751
|
+
"name": "loadFontFaces",
|
|
3752
|
+
"module": "src/styles/typography.ts"
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"kind": "js",
|
|
3757
|
+
"name": "getFontMixin",
|
|
3758
|
+
"declaration": {
|
|
3759
|
+
"name": "getFontMixin",
|
|
3760
|
+
"module": "src/styles/typography.ts"
|
|
3761
|
+
}
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"kind": "js",
|
|
3765
|
+
"name": "TypeRampValues",
|
|
3766
|
+
"declaration": {
|
|
3767
|
+
"name": "TypeRampValues",
|
|
3768
|
+
"module": "src/styles/typography.ts"
|
|
3769
|
+
}
|
|
3770
|
+
}
|
|
3771
|
+
]
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"kind": "javascript-module",
|
|
3775
|
+
"path": "src/uuid/index.ts",
|
|
3776
|
+
"declarations": [],
|
|
3777
|
+
"exports": [
|
|
3778
3778
|
{
|
|
3779
3779
|
"kind": "js",
|
|
3780
3780
|
"name": "*",
|
|
@@ -3870,7 +3870,165 @@
|
|
|
3870
3870
|
},
|
|
3871
3871
|
{
|
|
3872
3872
|
"kind": "function",
|
|
3873
|
-
"name": "openPopup",
|
|
3873
|
+
"name": "openPopup",
|
|
3874
|
+
"return": {
|
|
3875
|
+
"type": {
|
|
3876
|
+
"text": ""
|
|
3877
|
+
}
|
|
3878
|
+
},
|
|
3879
|
+
"parameters": [
|
|
3880
|
+
{
|
|
3881
|
+
"name": "urlNavigate",
|
|
3882
|
+
"type": {
|
|
3883
|
+
"text": "string"
|
|
3884
|
+
},
|
|
3885
|
+
"description": "The URL to navigate to."
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"name": "target",
|
|
3889
|
+
"type": {
|
|
3890
|
+
"text": "string"
|
|
3891
|
+
},
|
|
3892
|
+
"description": "The name of the new window."
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"name": "popUpWidth",
|
|
3896
|
+
"default": "POPUP_DEFAULT_WIDTH",
|
|
3897
|
+
"type": {
|
|
3898
|
+
"text": "number"
|
|
3899
|
+
},
|
|
3900
|
+
"description": "The width of the new window (optional)."
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "popUpHeight",
|
|
3904
|
+
"default": "POPUP_DEFAULT_HEIGHT",
|
|
3905
|
+
"type": {
|
|
3906
|
+
"text": "number"
|
|
3907
|
+
},
|
|
3908
|
+
"description": "The height of the new window (optional)."
|
|
3909
|
+
}
|
|
3910
|
+
],
|
|
3911
|
+
"description": "Opens a new browser window with the specified URL, target, width, and height.",
|
|
3912
|
+
"privacy": "public"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"exports": [
|
|
3916
|
+
{
|
|
3917
|
+
"kind": "js",
|
|
3918
|
+
"name": "inIFrame",
|
|
3919
|
+
"declaration": {
|
|
3920
|
+
"name": "inIFrame",
|
|
3921
|
+
"module": "src/window/window.ts"
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"kind": "js",
|
|
3926
|
+
"name": "inSymphonyDesktop",
|
|
3927
|
+
"declaration": {
|
|
3928
|
+
"name": "inSymphonyDesktop",
|
|
3929
|
+
"module": "src/window/window.ts"
|
|
3930
|
+
}
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "js",
|
|
3934
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
3935
|
+
"declaration": {
|
|
3936
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
3937
|
+
"module": "src/window/window.ts"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"kind": "js",
|
|
3942
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
3943
|
+
"declaration": {
|
|
3944
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
3945
|
+
"module": "src/window/window.ts"
|
|
3946
|
+
}
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "js",
|
|
3950
|
+
"name": "openPopup",
|
|
3951
|
+
"declaration": {
|
|
3952
|
+
"name": "openPopup",
|
|
3953
|
+
"module": "src/window/window.ts"
|
|
3954
|
+
}
|
|
3955
|
+
}
|
|
3956
|
+
]
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"kind": "javascript-module",
|
|
3960
|
+
"path": "src/encoding/base64/decode.ts",
|
|
3961
|
+
"declarations": [
|
|
3962
|
+
{
|
|
3963
|
+
"kind": "function",
|
|
3964
|
+
"name": "decodeFromBase64",
|
|
3965
|
+
"return": {
|
|
3966
|
+
"type": {
|
|
3967
|
+
"text": ""
|
|
3968
|
+
}
|
|
3969
|
+
},
|
|
3970
|
+
"parameters": [
|
|
3971
|
+
{
|
|
3972
|
+
"name": "base64Value",
|
|
3973
|
+
"type": {
|
|
3974
|
+
"text": "string"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"description": "The value to decode from base64.",
|
|
3979
|
+
"name": "value"
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"description": "Decodes a value from base64.",
|
|
3983
|
+
"privacy": "public"
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"kind": "function",
|
|
3987
|
+
"name": "decodeFromBase64WithPrefix",
|
|
3988
|
+
"return": {
|
|
3989
|
+
"type": {
|
|
3990
|
+
"text": ""
|
|
3991
|
+
}
|
|
3992
|
+
},
|
|
3993
|
+
"parameters": [
|
|
3994
|
+
{
|
|
3995
|
+
"name": "value",
|
|
3996
|
+
"type": {
|
|
3997
|
+
"text": "string"
|
|
3998
|
+
},
|
|
3999
|
+
"description": "The value to decode from base64."
|
|
4000
|
+
}
|
|
4001
|
+
],
|
|
4002
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
4003
|
+
"privacy": "public"
|
|
4004
|
+
}
|
|
4005
|
+
],
|
|
4006
|
+
"exports": [
|
|
4007
|
+
{
|
|
4008
|
+
"kind": "js",
|
|
4009
|
+
"name": "decodeFromBase64",
|
|
4010
|
+
"declaration": {
|
|
4011
|
+
"name": "decodeFromBase64",
|
|
4012
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"kind": "js",
|
|
4017
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4018
|
+
"declaration": {
|
|
4019
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4020
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
]
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"kind": "javascript-module",
|
|
4027
|
+
"path": "src/encoding/base64/encode.ts",
|
|
4028
|
+
"declarations": [
|
|
4029
|
+
{
|
|
4030
|
+
"kind": "function",
|
|
4031
|
+
"name": "encodeToBase64",
|
|
3874
4032
|
"return": {
|
|
3875
4033
|
"type": {
|
|
3876
4034
|
"text": ""
|
|
@@ -3878,79 +4036,75 @@
|
|
|
3878
4036
|
},
|
|
3879
4037
|
"parameters": [
|
|
3880
4038
|
{
|
|
3881
|
-
"name": "
|
|
3882
|
-
"type": {
|
|
3883
|
-
"text": "string"
|
|
3884
|
-
},
|
|
3885
|
-
"description": "The URL to navigate to."
|
|
3886
|
-
},
|
|
3887
|
-
{
|
|
3888
|
-
"name": "target",
|
|
3889
|
-
"type": {
|
|
3890
|
-
"text": "string"
|
|
3891
|
-
},
|
|
3892
|
-
"description": "The name of the new window."
|
|
3893
|
-
},
|
|
3894
|
-
{
|
|
3895
|
-
"name": "popUpWidth",
|
|
3896
|
-
"default": "POPUP_DEFAULT_WIDTH",
|
|
4039
|
+
"name": "value",
|
|
3897
4040
|
"type": {
|
|
3898
|
-
"text": "
|
|
4041
|
+
"text": "string | ArrayBuffer"
|
|
3899
4042
|
},
|
|
3900
|
-
"description": "The
|
|
3901
|
-
}
|
|
4043
|
+
"description": "The value to encode to base64."
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
"description": "Encodes the given value to base64.",
|
|
4047
|
+
"privacy": "public"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"kind": "function",
|
|
4051
|
+
"name": "encodeToBase64WithPrefix",
|
|
4052
|
+
"return": {
|
|
4053
|
+
"type": {
|
|
4054
|
+
"text": ""
|
|
4055
|
+
}
|
|
4056
|
+
},
|
|
4057
|
+
"parameters": [
|
|
3902
4058
|
{
|
|
3903
|
-
"name": "
|
|
3904
|
-
"default": "POPUP_DEFAULT_HEIGHT",
|
|
4059
|
+
"name": "value",
|
|
3905
4060
|
"type": {
|
|
3906
|
-
"text": "
|
|
4061
|
+
"text": "string | ArrayBuffer"
|
|
3907
4062
|
},
|
|
3908
|
-
"description": "The
|
|
4063
|
+
"description": "The value to encode to base64."
|
|
3909
4064
|
}
|
|
3910
4065
|
],
|
|
3911
|
-
"description": "
|
|
4066
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
3912
4067
|
"privacy": "public"
|
|
3913
4068
|
}
|
|
3914
4069
|
],
|
|
3915
4070
|
"exports": [
|
|
3916
4071
|
{
|
|
3917
4072
|
"kind": "js",
|
|
3918
|
-
"name": "
|
|
3919
|
-
"declaration": {
|
|
3920
|
-
"name": "inIFrame",
|
|
3921
|
-
"module": "src/window/window.ts"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
{
|
|
3925
|
-
"kind": "js",
|
|
3926
|
-
"name": "inSymphonyDesktop",
|
|
4073
|
+
"name": "encodeToBase64",
|
|
3927
4074
|
"declaration": {
|
|
3928
|
-
"name": "
|
|
3929
|
-
"module": "src/
|
|
4075
|
+
"name": "encodeToBase64",
|
|
4076
|
+
"module": "src/encoding/base64/encode.ts"
|
|
3930
4077
|
}
|
|
3931
4078
|
},
|
|
3932
4079
|
{
|
|
3933
4080
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
4081
|
+
"name": "encodeToBase64WithPrefix",
|
|
3935
4082
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"module": "src/
|
|
4083
|
+
"name": "encodeToBase64WithPrefix",
|
|
4084
|
+
"module": "src/encoding/base64/encode.ts"
|
|
3938
4085
|
}
|
|
3939
|
-
}
|
|
4086
|
+
}
|
|
4087
|
+
]
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"kind": "javascript-module",
|
|
4091
|
+
"path": "src/encoding/base64/index.ts",
|
|
4092
|
+
"declarations": [],
|
|
4093
|
+
"exports": [
|
|
3940
4094
|
{
|
|
3941
4095
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
4096
|
+
"name": "*",
|
|
3943
4097
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
4098
|
+
"name": "*",
|
|
4099
|
+
"package": "./decode"
|
|
3946
4100
|
}
|
|
3947
4101
|
},
|
|
3948
4102
|
{
|
|
3949
4103
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
4104
|
+
"name": "*",
|
|
3951
4105
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
4106
|
+
"name": "*",
|
|
4107
|
+
"package": "./encode"
|
|
3954
4108
|
}
|
|
3955
4109
|
}
|
|
3956
4110
|
]
|
|
@@ -4109,160 +4263,6 @@
|
|
|
4109
4263
|
}
|
|
4110
4264
|
]
|
|
4111
4265
|
},
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "javascript-module",
|
|
4114
|
-
"path": "src/encoding/base64/decode.ts",
|
|
4115
|
-
"declarations": [
|
|
4116
|
-
{
|
|
4117
|
-
"kind": "function",
|
|
4118
|
-
"name": "decodeFromBase64",
|
|
4119
|
-
"return": {
|
|
4120
|
-
"type": {
|
|
4121
|
-
"text": ""
|
|
4122
|
-
}
|
|
4123
|
-
},
|
|
4124
|
-
"parameters": [
|
|
4125
|
-
{
|
|
4126
|
-
"name": "base64Value",
|
|
4127
|
-
"type": {
|
|
4128
|
-
"text": "string"
|
|
4129
|
-
}
|
|
4130
|
-
},
|
|
4131
|
-
{
|
|
4132
|
-
"description": "The value to decode from base64.",
|
|
4133
|
-
"name": "value"
|
|
4134
|
-
}
|
|
4135
|
-
],
|
|
4136
|
-
"description": "Decodes a value from base64.",
|
|
4137
|
-
"privacy": "public"
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"kind": "function",
|
|
4141
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4142
|
-
"return": {
|
|
4143
|
-
"type": {
|
|
4144
|
-
"text": ""
|
|
4145
|
-
}
|
|
4146
|
-
},
|
|
4147
|
-
"parameters": [
|
|
4148
|
-
{
|
|
4149
|
-
"name": "value",
|
|
4150
|
-
"type": {
|
|
4151
|
-
"text": "string"
|
|
4152
|
-
},
|
|
4153
|
-
"description": "The value to decode from base64."
|
|
4154
|
-
}
|
|
4155
|
-
],
|
|
4156
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
4157
|
-
"privacy": "public"
|
|
4158
|
-
}
|
|
4159
|
-
],
|
|
4160
|
-
"exports": [
|
|
4161
|
-
{
|
|
4162
|
-
"kind": "js",
|
|
4163
|
-
"name": "decodeFromBase64",
|
|
4164
|
-
"declaration": {
|
|
4165
|
-
"name": "decodeFromBase64",
|
|
4166
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4167
|
-
}
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "js",
|
|
4171
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4172
|
-
"declaration": {
|
|
4173
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4174
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4175
|
-
}
|
|
4176
|
-
}
|
|
4177
|
-
]
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"kind": "javascript-module",
|
|
4181
|
-
"path": "src/encoding/base64/encode.ts",
|
|
4182
|
-
"declarations": [
|
|
4183
|
-
{
|
|
4184
|
-
"kind": "function",
|
|
4185
|
-
"name": "encodeToBase64",
|
|
4186
|
-
"return": {
|
|
4187
|
-
"type": {
|
|
4188
|
-
"text": ""
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
"parameters": [
|
|
4192
|
-
{
|
|
4193
|
-
"name": "value",
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "string | ArrayBuffer"
|
|
4196
|
-
},
|
|
4197
|
-
"description": "The value to encode to base64."
|
|
4198
|
-
}
|
|
4199
|
-
],
|
|
4200
|
-
"description": "Encodes the given value to base64.",
|
|
4201
|
-
"privacy": "public"
|
|
4202
|
-
},
|
|
4203
|
-
{
|
|
4204
|
-
"kind": "function",
|
|
4205
|
-
"name": "encodeToBase64WithPrefix",
|
|
4206
|
-
"return": {
|
|
4207
|
-
"type": {
|
|
4208
|
-
"text": ""
|
|
4209
|
-
}
|
|
4210
|
-
},
|
|
4211
|
-
"parameters": [
|
|
4212
|
-
{
|
|
4213
|
-
"name": "value",
|
|
4214
|
-
"type": {
|
|
4215
|
-
"text": "string | ArrayBuffer"
|
|
4216
|
-
},
|
|
4217
|
-
"description": "The value to encode to base64."
|
|
4218
|
-
}
|
|
4219
|
-
],
|
|
4220
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
4221
|
-
"privacy": "public"
|
|
4222
|
-
}
|
|
4223
|
-
],
|
|
4224
|
-
"exports": [
|
|
4225
|
-
{
|
|
4226
|
-
"kind": "js",
|
|
4227
|
-
"name": "encodeToBase64",
|
|
4228
|
-
"declaration": {
|
|
4229
|
-
"name": "encodeToBase64",
|
|
4230
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4231
|
-
}
|
|
4232
|
-
},
|
|
4233
|
-
{
|
|
4234
|
-
"kind": "js",
|
|
4235
|
-
"name": "encodeToBase64WithPrefix",
|
|
4236
|
-
"declaration": {
|
|
4237
|
-
"name": "encodeToBase64WithPrefix",
|
|
4238
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4239
|
-
}
|
|
4240
|
-
}
|
|
4241
|
-
]
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
"kind": "javascript-module",
|
|
4245
|
-
"path": "src/encoding/base64/index.ts",
|
|
4246
|
-
"declarations": [],
|
|
4247
|
-
"exports": [
|
|
4248
|
-
{
|
|
4249
|
-
"kind": "js",
|
|
4250
|
-
"name": "*",
|
|
4251
|
-
"declaration": {
|
|
4252
|
-
"name": "*",
|
|
4253
|
-
"package": "./decode"
|
|
4254
|
-
}
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"kind": "js",
|
|
4258
|
-
"name": "*",
|
|
4259
|
-
"declaration": {
|
|
4260
|
-
"name": "*",
|
|
4261
|
-
"package": "./encode"
|
|
4262
|
-
}
|
|
4263
|
-
}
|
|
4264
|
-
]
|
|
4265
|
-
},
|
|
4266
4266
|
{
|
|
4267
4267
|
"kind": "javascript-module",
|
|
4268
4268
|
"path": "src/mappers/dto/index.ts",
|