@genesislcap/foundation-utils 14.406.0-workspaces.3 → 14.406.0-workspaces.5
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 +146 -146
- package/package.json +11 -11
|
@@ -260,53 +260,120 @@
|
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
262
|
"kind": "javascript-module",
|
|
263
|
-
"path": "src/
|
|
264
|
-
"declarations": [],
|
|
265
|
-
"exports": [
|
|
266
|
-
{
|
|
267
|
-
"kind": "js",
|
|
268
|
-
"name": "*",
|
|
269
|
-
"declaration": {
|
|
270
|
-
"name": "*",
|
|
271
|
-
"package": "./renderOnChange"
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
]
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"kind": "javascript-module",
|
|
278
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
263
|
+
"path": "src/design-system/design-system.ts",
|
|
279
264
|
"declarations": [
|
|
280
265
|
{
|
|
281
266
|
"kind": "function",
|
|
282
|
-
"name": "
|
|
267
|
+
"name": "assureDesignSystem",
|
|
268
|
+
"return": {
|
|
269
|
+
"type": {
|
|
270
|
+
"text": "DesignSystemModule"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
283
273
|
"parameters": [
|
|
284
274
|
{
|
|
285
|
-
"name": "
|
|
275
|
+
"name": "module",
|
|
286
276
|
"type": {
|
|
287
|
-
"text": "
|
|
277
|
+
"text": "DesignSystemModule"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"description": "assureDesignSystem.",
|
|
282
|
+
"privacy": "public"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"kind": "function",
|
|
286
|
+
"name": "getCurrentDesignSystem",
|
|
287
|
+
"return": {
|
|
288
|
+
"type": {
|
|
289
|
+
"text": ""
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"parameters": [
|
|
293
|
+
{
|
|
294
|
+
"name": "element",
|
|
295
|
+
"type": {
|
|
296
|
+
"text": "HTMLElement"
|
|
288
297
|
},
|
|
289
|
-
"description": "The
|
|
298
|
+
"description": "The starting HTML element"
|
|
290
299
|
},
|
|
291
300
|
{
|
|
292
|
-
"name": "
|
|
301
|
+
"name": "fallbackPrefix",
|
|
293
302
|
"type": {
|
|
294
303
|
"text": "string"
|
|
295
304
|
},
|
|
296
|
-
"description": "The
|
|
305
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
297
306
|
}
|
|
298
307
|
],
|
|
299
|
-
"description": "
|
|
308
|
+
"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.",
|
|
309
|
+
"privacy": "public"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"kind": "function",
|
|
313
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
314
|
+
"return": {
|
|
315
|
+
"type": {
|
|
316
|
+
"text": ""
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"parameters": [
|
|
320
|
+
{
|
|
321
|
+
"name": "element",
|
|
322
|
+
"type": {
|
|
323
|
+
"text": "HTMLElement"
|
|
324
|
+
},
|
|
325
|
+
"description": "The starting HTML element"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "fallbackPrefix",
|
|
329
|
+
"type": {
|
|
330
|
+
"text": "string"
|
|
331
|
+
},
|
|
332
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
300
336
|
"privacy": "public"
|
|
301
337
|
}
|
|
302
338
|
],
|
|
303
339
|
"exports": [
|
|
304
340
|
{
|
|
305
341
|
"kind": "js",
|
|
306
|
-
"name": "
|
|
342
|
+
"name": "assureDesignSystem",
|
|
307
343
|
"declaration": {
|
|
308
|
-
"name": "
|
|
309
|
-
"module": "src/
|
|
344
|
+
"name": "assureDesignSystem",
|
|
345
|
+
"module": "src/design-system/design-system.ts"
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"kind": "js",
|
|
350
|
+
"name": "getCurrentDesignSystem",
|
|
351
|
+
"declaration": {
|
|
352
|
+
"name": "getCurrentDesignSystem",
|
|
353
|
+
"module": "src/design-system/design-system.ts"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"kind": "js",
|
|
358
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
359
|
+
"declaration": {
|
|
360
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
361
|
+
"module": "src/design-system/design-system.ts"
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"kind": "javascript-module",
|
|
368
|
+
"path": "src/design-system/index.ts",
|
|
369
|
+
"declarations": [],
|
|
370
|
+
"exports": [
|
|
371
|
+
{
|
|
372
|
+
"kind": "js",
|
|
373
|
+
"name": "*",
|
|
374
|
+
"declaration": {
|
|
375
|
+
"name": "*",
|
|
376
|
+
"package": "./design-system"
|
|
310
377
|
}
|
|
311
378
|
}
|
|
312
379
|
]
|
|
@@ -509,126 +576,6 @@
|
|
|
509
576
|
}
|
|
510
577
|
]
|
|
511
578
|
},
|
|
512
|
-
{
|
|
513
|
-
"kind": "javascript-module",
|
|
514
|
-
"path": "src/design-system/design-system.ts",
|
|
515
|
-
"declarations": [
|
|
516
|
-
{
|
|
517
|
-
"kind": "function",
|
|
518
|
-
"name": "assureDesignSystem",
|
|
519
|
-
"return": {
|
|
520
|
-
"type": {
|
|
521
|
-
"text": "DesignSystemModule"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
"parameters": [
|
|
525
|
-
{
|
|
526
|
-
"name": "module",
|
|
527
|
-
"type": {
|
|
528
|
-
"text": "DesignSystemModule"
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
],
|
|
532
|
-
"description": "assureDesignSystem.",
|
|
533
|
-
"privacy": "public"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"kind": "function",
|
|
537
|
-
"name": "getCurrentDesignSystem",
|
|
538
|
-
"return": {
|
|
539
|
-
"type": {
|
|
540
|
-
"text": ""
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"parameters": [
|
|
544
|
-
{
|
|
545
|
-
"name": "element",
|
|
546
|
-
"type": {
|
|
547
|
-
"text": "HTMLElement"
|
|
548
|
-
},
|
|
549
|
-
"description": "The starting HTML element"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"name": "fallbackPrefix",
|
|
553
|
-
"type": {
|
|
554
|
-
"text": "string"
|
|
555
|
-
},
|
|
556
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
557
|
-
}
|
|
558
|
-
],
|
|
559
|
-
"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.",
|
|
560
|
-
"privacy": "public"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"kind": "function",
|
|
564
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
565
|
-
"return": {
|
|
566
|
-
"type": {
|
|
567
|
-
"text": ""
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
"parameters": [
|
|
571
|
-
{
|
|
572
|
-
"name": "element",
|
|
573
|
-
"type": {
|
|
574
|
-
"text": "HTMLElement"
|
|
575
|
-
},
|
|
576
|
-
"description": "The starting HTML element"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "fallbackPrefix",
|
|
580
|
-
"type": {
|
|
581
|
-
"text": "string"
|
|
582
|
-
},
|
|
583
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
584
|
-
}
|
|
585
|
-
],
|
|
586
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
587
|
-
"privacy": "public"
|
|
588
|
-
}
|
|
589
|
-
],
|
|
590
|
-
"exports": [
|
|
591
|
-
{
|
|
592
|
-
"kind": "js",
|
|
593
|
-
"name": "assureDesignSystem",
|
|
594
|
-
"declaration": {
|
|
595
|
-
"name": "assureDesignSystem",
|
|
596
|
-
"module": "src/design-system/design-system.ts"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"kind": "js",
|
|
601
|
-
"name": "getCurrentDesignSystem",
|
|
602
|
-
"declaration": {
|
|
603
|
-
"name": "getCurrentDesignSystem",
|
|
604
|
-
"module": "src/design-system/design-system.ts"
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"kind": "js",
|
|
609
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
610
|
-
"declaration": {
|
|
611
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
612
|
-
"module": "src/design-system/design-system.ts"
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
]
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"kind": "javascript-module",
|
|
619
|
-
"path": "src/design-system/index.ts",
|
|
620
|
-
"declarations": [],
|
|
621
|
-
"exports": [
|
|
622
|
-
{
|
|
623
|
-
"kind": "js",
|
|
624
|
-
"name": "*",
|
|
625
|
-
"declaration": {
|
|
626
|
-
"name": "*",
|
|
627
|
-
"package": "./design-system"
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
]
|
|
631
|
-
},
|
|
632
579
|
{
|
|
633
580
|
"kind": "javascript-module",
|
|
634
581
|
"path": "src/encoding/index.ts",
|
|
@@ -1142,6 +1089,59 @@
|
|
|
1142
1089
|
}
|
|
1143
1090
|
]
|
|
1144
1091
|
},
|
|
1092
|
+
{
|
|
1093
|
+
"kind": "javascript-module",
|
|
1094
|
+
"path": "src/decorators/index.ts",
|
|
1095
|
+
"declarations": [],
|
|
1096
|
+
"exports": [
|
|
1097
|
+
{
|
|
1098
|
+
"kind": "js",
|
|
1099
|
+
"name": "*",
|
|
1100
|
+
"declaration": {
|
|
1101
|
+
"name": "*",
|
|
1102
|
+
"package": "./renderOnChange"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"kind": "javascript-module",
|
|
1109
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
1110
|
+
"declarations": [
|
|
1111
|
+
{
|
|
1112
|
+
"kind": "function",
|
|
1113
|
+
"name": "renderOnChange",
|
|
1114
|
+
"parameters": [
|
|
1115
|
+
{
|
|
1116
|
+
"name": "target",
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "FASTElement & { render(): void }"
|
|
1119
|
+
},
|
|
1120
|
+
"description": "The target to define the property change handler on."
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "name",
|
|
1124
|
+
"type": {
|
|
1125
|
+
"text": "string"
|
|
1126
|
+
},
|
|
1127
|
+
"description": "The property name."
|
|
1128
|
+
}
|
|
1129
|
+
],
|
|
1130
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
1131
|
+
"privacy": "public"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"exports": [
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "js",
|
|
1137
|
+
"name": "renderOnChange",
|
|
1138
|
+
"declaration": {
|
|
1139
|
+
"name": "renderOnChange",
|
|
1140
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
1145
|
{
|
|
1146
1146
|
"kind": "javascript-module",
|
|
1147
1147
|
"path": "src/error/errorMap.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.406.0-workspaces.
|
|
4
|
+
"version": "14.406.0-workspaces.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.406.0-workspaces.
|
|
33
|
-
"@genesislcap/genx": "14.406.0-workspaces.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.406.0-workspaces.
|
|
35
|
-
"@genesislcap/ts-builder": "14.406.0-workspaces.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.
|
|
37
|
-
"@genesislcap/vite-builder": "14.406.0-workspaces.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.406.0-workspaces.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.406.0-workspaces.5",
|
|
33
|
+
"@genesislcap/genx": "14.406.0-workspaces.5",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.406.0-workspaces.5",
|
|
35
|
+
"@genesislcap/ts-builder": "14.406.0-workspaces.5",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.5",
|
|
37
|
+
"@genesislcap/vite-builder": "14.406.0-workspaces.5",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.406.0-workspaces.5",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.406.0-workspaces.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.406.0-workspaces.
|
|
42
|
+
"@genesislcap/expression-builder": "14.406.0-workspaces.5",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.406.0-workspaces.5",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "e356977906cce29d0a9ebf7722bca9dde4fbf417"
|
|
62
62
|
}
|