@genesislcap/foundation-utils 14.383.0 → 14.383.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +198 -198
  2. package/package.json +11 -11
@@ -193,6 +193,44 @@
193
193
  }
194
194
  ]
195
195
  },
196
+ {
197
+ "kind": "javascript-module",
198
+ "path": "src/directives/index.ts",
199
+ "declarations": [],
200
+ "exports": [
201
+ {
202
+ "kind": "js",
203
+ "name": "*",
204
+ "declaration": {
205
+ "name": "*",
206
+ "package": "./sync"
207
+ }
208
+ },
209
+ {
210
+ "kind": "js",
211
+ "name": "*",
212
+ "declaration": {
213
+ "name": "*",
214
+ "package": "./when-else"
215
+ }
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "kind": "javascript-module",
221
+ "path": "src/encoding/index.ts",
222
+ "declarations": [],
223
+ "exports": [
224
+ {
225
+ "kind": "js",
226
+ "name": "*",
227
+ "declaration": {
228
+ "name": "*",
229
+ "package": "./base64"
230
+ }
231
+ }
232
+ ]
233
+ },
196
234
  {
197
235
  "kind": "javascript-module",
198
236
  "path": "src/data/inMemoryDatabase.ts",
@@ -391,202 +429,6 @@
391
429
  }
392
430
  ]
393
431
  },
394
- {
395
- "kind": "javascript-module",
396
- "path": "src/design-system/design-system.ts",
397
- "declarations": [
398
- {
399
- "kind": "function",
400
- "name": "assureDesignSystem",
401
- "return": {
402
- "type": {
403
- "text": "DesignSystemModule"
404
- }
405
- },
406
- "parameters": [
407
- {
408
- "name": "module",
409
- "type": {
410
- "text": "DesignSystemModule"
411
- }
412
- }
413
- ],
414
- "description": "assureDesignSystem.",
415
- "privacy": "public"
416
- },
417
- {
418
- "kind": "function",
419
- "name": "getCurrentDesignSystem",
420
- "return": {
421
- "type": {
422
- "text": ""
423
- }
424
- },
425
- "parameters": [
426
- {
427
- "name": "element",
428
- "type": {
429
- "text": "HTMLElement"
430
- },
431
- "description": "The starting HTML element"
432
- },
433
- {
434
- "name": "fallbackPrefix",
435
- "type": {
436
- "text": "string"
437
- },
438
- "description": "The prefix to fallback to if the provider is not available"
439
- }
440
- ],
441
- "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.",
442
- "privacy": "public"
443
- },
444
- {
445
- "kind": "function",
446
- "name": "getCurrentDesignSystemPrefix",
447
- "return": {
448
- "type": {
449
- "text": ""
450
- }
451
- },
452
- "parameters": [
453
- {
454
- "name": "element",
455
- "type": {
456
- "text": "HTMLElement"
457
- },
458
- "description": "The starting HTML element"
459
- },
460
- {
461
- "name": "fallbackPrefix",
462
- "type": {
463
- "text": "string"
464
- },
465
- "description": "The prefix to fallback to if the provider is not available"
466
- }
467
- ],
468
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
469
- "privacy": "public"
470
- }
471
- ],
472
- "exports": [
473
- {
474
- "kind": "js",
475
- "name": "assureDesignSystem",
476
- "declaration": {
477
- "name": "assureDesignSystem",
478
- "module": "src/design-system/design-system.ts"
479
- }
480
- },
481
- {
482
- "kind": "js",
483
- "name": "getCurrentDesignSystem",
484
- "declaration": {
485
- "name": "getCurrentDesignSystem",
486
- "module": "src/design-system/design-system.ts"
487
- }
488
- },
489
- {
490
- "kind": "js",
491
- "name": "getCurrentDesignSystemPrefix",
492
- "declaration": {
493
- "name": "getCurrentDesignSystemPrefix",
494
- "module": "src/design-system/design-system.ts"
495
- }
496
- }
497
- ]
498
- },
499
- {
500
- "kind": "javascript-module",
501
- "path": "src/design-system/index.ts",
502
- "declarations": [],
503
- "exports": [
504
- {
505
- "kind": "js",
506
- "name": "*",
507
- "declaration": {
508
- "name": "*",
509
- "package": "./design-system"
510
- }
511
- }
512
- ]
513
- },
514
- {
515
- "kind": "javascript-module",
516
- "path": "src/decorators/index.ts",
517
- "declarations": [],
518
- "exports": [
519
- {
520
- "kind": "js",
521
- "name": "*",
522
- "declaration": {
523
- "name": "*",
524
- "package": "./renderOnChange"
525
- }
526
- }
527
- ]
528
- },
529
- {
530
- "kind": "javascript-module",
531
- "path": "src/decorators/renderOnChange.ts",
532
- "declarations": [
533
- {
534
- "kind": "function",
535
- "name": "renderOnChange",
536
- "parameters": [
537
- {
538
- "name": "target",
539
- "type": {
540
- "text": "FASTElement & { render(): void }"
541
- },
542
- "description": "The target to define the property change handler on."
543
- },
544
- {
545
- "name": "name",
546
- "type": {
547
- "text": "string"
548
- },
549
- "description": "The property name."
550
- }
551
- ],
552
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
553
- "privacy": "public"
554
- }
555
- ],
556
- "exports": [
557
- {
558
- "kind": "js",
559
- "name": "renderOnChange",
560
- "declaration": {
561
- "name": "renderOnChange",
562
- "module": "src/decorators/renderOnChange.ts"
563
- }
564
- }
565
- ]
566
- },
567
- {
568
- "kind": "javascript-module",
569
- "path": "src/directives/index.ts",
570
- "declarations": [],
571
- "exports": [
572
- {
573
- "kind": "js",
574
- "name": "*",
575
- "declaration": {
576
- "name": "*",
577
- "package": "./sync"
578
- }
579
- },
580
- {
581
- "kind": "js",
582
- "name": "*",
583
- "declaration": {
584
- "name": "*",
585
- "package": "./when-else"
586
- }
587
- }
588
- ]
589
- },
590
432
  {
591
433
  "kind": "javascript-module",
592
434
  "path": "src/env/index.ts",
@@ -1062,6 +904,59 @@
1062
904
  }
1063
905
  ]
1064
906
  },
907
+ {
908
+ "kind": "javascript-module",
909
+ "path": "src/decorators/index.ts",
910
+ "declarations": [],
911
+ "exports": [
912
+ {
913
+ "kind": "js",
914
+ "name": "*",
915
+ "declaration": {
916
+ "name": "*",
917
+ "package": "./renderOnChange"
918
+ }
919
+ }
920
+ ]
921
+ },
922
+ {
923
+ "kind": "javascript-module",
924
+ "path": "src/decorators/renderOnChange.ts",
925
+ "declarations": [
926
+ {
927
+ "kind": "function",
928
+ "name": "renderOnChange",
929
+ "parameters": [
930
+ {
931
+ "name": "target",
932
+ "type": {
933
+ "text": "FASTElement & { render(): void }"
934
+ },
935
+ "description": "The target to define the property change handler on."
936
+ },
937
+ {
938
+ "name": "name",
939
+ "type": {
940
+ "text": "string"
941
+ },
942
+ "description": "The property name."
943
+ }
944
+ ],
945
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
946
+ "privacy": "public"
947
+ }
948
+ ],
949
+ "exports": [
950
+ {
951
+ "kind": "js",
952
+ "name": "renderOnChange",
953
+ "declaration": {
954
+ "name": "renderOnChange",
955
+ "module": "src/decorators/renderOnChange.ts"
956
+ }
957
+ }
958
+ ]
959
+ },
1065
960
  {
1066
961
  "kind": "javascript-module",
1067
962
  "path": "src/error/errorMap.ts",
@@ -1263,7 +1158,112 @@
1263
1158
  },
1264
1159
  {
1265
1160
  "kind": "javascript-module",
1266
- "path": "src/encoding/index.ts",
1161
+ "path": "src/design-system/design-system.ts",
1162
+ "declarations": [
1163
+ {
1164
+ "kind": "function",
1165
+ "name": "assureDesignSystem",
1166
+ "return": {
1167
+ "type": {
1168
+ "text": "DesignSystemModule"
1169
+ }
1170
+ },
1171
+ "parameters": [
1172
+ {
1173
+ "name": "module",
1174
+ "type": {
1175
+ "text": "DesignSystemModule"
1176
+ }
1177
+ }
1178
+ ],
1179
+ "description": "assureDesignSystem.",
1180
+ "privacy": "public"
1181
+ },
1182
+ {
1183
+ "kind": "function",
1184
+ "name": "getCurrentDesignSystem",
1185
+ "return": {
1186
+ "type": {
1187
+ "text": ""
1188
+ }
1189
+ },
1190
+ "parameters": [
1191
+ {
1192
+ "name": "element",
1193
+ "type": {
1194
+ "text": "HTMLElement"
1195
+ },
1196
+ "description": "The starting HTML element"
1197
+ },
1198
+ {
1199
+ "name": "fallbackPrefix",
1200
+ "type": {
1201
+ "text": "string"
1202
+ },
1203
+ "description": "The prefix to fallback to if the provider is not available"
1204
+ }
1205
+ ],
1206
+ "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.",
1207
+ "privacy": "public"
1208
+ },
1209
+ {
1210
+ "kind": "function",
1211
+ "name": "getCurrentDesignSystemPrefix",
1212
+ "return": {
1213
+ "type": {
1214
+ "text": ""
1215
+ }
1216
+ },
1217
+ "parameters": [
1218
+ {
1219
+ "name": "element",
1220
+ "type": {
1221
+ "text": "HTMLElement"
1222
+ },
1223
+ "description": "The starting HTML element"
1224
+ },
1225
+ {
1226
+ "name": "fallbackPrefix",
1227
+ "type": {
1228
+ "text": "string"
1229
+ },
1230
+ "description": "The prefix to fallback to if the provider is not available"
1231
+ }
1232
+ ],
1233
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1234
+ "privacy": "public"
1235
+ }
1236
+ ],
1237
+ "exports": [
1238
+ {
1239
+ "kind": "js",
1240
+ "name": "assureDesignSystem",
1241
+ "declaration": {
1242
+ "name": "assureDesignSystem",
1243
+ "module": "src/design-system/design-system.ts"
1244
+ }
1245
+ },
1246
+ {
1247
+ "kind": "js",
1248
+ "name": "getCurrentDesignSystem",
1249
+ "declaration": {
1250
+ "name": "getCurrentDesignSystem",
1251
+ "module": "src/design-system/design-system.ts"
1252
+ }
1253
+ },
1254
+ {
1255
+ "kind": "js",
1256
+ "name": "getCurrentDesignSystemPrefix",
1257
+ "declaration": {
1258
+ "name": "getCurrentDesignSystemPrefix",
1259
+ "module": "src/design-system/design-system.ts"
1260
+ }
1261
+ }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "kind": "javascript-module",
1266
+ "path": "src/design-system/index.ts",
1267
1267
  "declarations": [],
1268
1268
  "exports": [
1269
1269
  {
@@ -1271,7 +1271,7 @@
1271
1271
  "name": "*",
1272
1272
  "declaration": {
1273
1273
  "name": "*",
1274
- "package": "./base64"
1274
+ "package": "./design-system"
1275
1275
  }
1276
1276
  }
1277
1277
  ]
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.383.0",
4
+ "version": "14.383.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.383.0",
31
- "@genesislcap/genx": "14.383.0",
32
- "@genesislcap/rollup-builder": "14.383.0",
33
- "@genesislcap/ts-builder": "14.383.0",
34
- "@genesislcap/uvu-playwright-builder": "14.383.0",
35
- "@genesislcap/vite-builder": "14.383.0",
36
- "@genesislcap/webpack-builder": "14.383.0",
30
+ "@genesislcap/foundation-testing": "14.383.2",
31
+ "@genesislcap/genx": "14.383.2",
32
+ "@genesislcap/rollup-builder": "14.383.2",
33
+ "@genesislcap/ts-builder": "14.383.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.383.2",
35
+ "@genesislcap/vite-builder": "14.383.2",
36
+ "@genesislcap/webpack-builder": "14.383.2",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.383.0",
41
- "@genesislcap/foundation-logger": "14.383.0",
40
+ "@genesislcap/expression-builder": "14.383.2",
41
+ "@genesislcap/foundation-logger": "14.383.2",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "41b70190471df4279e08b265696331ec377dc8cd"
59
+ "gitHead": "14cc8bb010fcedd84edaeabe9c4a3ee5824ffd79"
60
60
  }