@genesislcap/foundation-utils 14.373.2 → 14.374.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +157 -157
  2. package/package.json +11 -11
@@ -393,7 +393,7 @@
393
393
  },
394
394
  {
395
395
  "kind": "javascript-module",
396
- "path": "src/decorators/index.ts",
396
+ "path": "src/directives/index.ts",
397
397
  "declarations": [],
398
398
  "exports": [
399
399
  {
@@ -401,157 +401,22 @@
401
401
  "name": "*",
402
402
  "declaration": {
403
403
  "name": "*",
404
- "package": "./renderOnChange"
405
- }
406
- }
407
- ]
408
- },
409
- {
410
- "kind": "javascript-module",
411
- "path": "src/decorators/renderOnChange.ts",
412
- "declarations": [
413
- {
414
- "kind": "function",
415
- "name": "renderOnChange",
416
- "parameters": [
417
- {
418
- "name": "target",
419
- "type": {
420
- "text": "FASTElement & { render(): void }"
421
- },
422
- "description": "The target to define the property change handler on."
423
- },
424
- {
425
- "name": "name",
426
- "type": {
427
- "text": "string"
428
- },
429
- "description": "The property name."
430
- }
431
- ],
432
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
433
- "privacy": "public"
434
- }
435
- ],
436
- "exports": [
437
- {
438
- "kind": "js",
439
- "name": "renderOnChange",
440
- "declaration": {
441
- "name": "renderOnChange",
442
- "module": "src/decorators/renderOnChange.ts"
443
- }
444
- }
445
- ]
446
- },
447
- {
448
- "kind": "javascript-module",
449
- "path": "src/design-system/design-system.ts",
450
- "declarations": [
451
- {
452
- "kind": "function",
453
- "name": "assureDesignSystem",
454
- "return": {
455
- "type": {
456
- "text": "DesignSystemModule"
457
- }
458
- },
459
- "parameters": [
460
- {
461
- "name": "module",
462
- "type": {
463
- "text": "DesignSystemModule"
464
- }
465
- }
466
- ],
467
- "description": "assureDesignSystem.",
468
- "privacy": "public"
469
- },
470
- {
471
- "kind": "function",
472
- "name": "getCurrentDesignSystem",
473
- "return": {
474
- "type": {
475
- "text": ""
476
- }
477
- },
478
- "parameters": [
479
- {
480
- "name": "element",
481
- "type": {
482
- "text": "HTMLElement"
483
- },
484
- "description": "The starting HTML element"
485
- },
486
- {
487
- "name": "fallbackPrefix",
488
- "type": {
489
- "text": "string"
490
- },
491
- "description": "The prefix to fallback to if the provider is not available"
492
- }
493
- ],
494
- "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.",
495
- "privacy": "public"
496
- },
497
- {
498
- "kind": "function",
499
- "name": "getCurrentDesignSystemPrefix",
500
- "return": {
501
- "type": {
502
- "text": ""
503
- }
504
- },
505
- "parameters": [
506
- {
507
- "name": "element",
508
- "type": {
509
- "text": "HTMLElement"
510
- },
511
- "description": "The starting HTML element"
512
- },
513
- {
514
- "name": "fallbackPrefix",
515
- "type": {
516
- "text": "string"
517
- },
518
- "description": "The prefix to fallback to if the provider is not available"
519
- }
520
- ],
521
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
522
- "privacy": "public"
523
- }
524
- ],
525
- "exports": [
526
- {
527
- "kind": "js",
528
- "name": "assureDesignSystem",
529
- "declaration": {
530
- "name": "assureDesignSystem",
531
- "module": "src/design-system/design-system.ts"
532
- }
533
- },
534
- {
535
- "kind": "js",
536
- "name": "getCurrentDesignSystem",
537
- "declaration": {
538
- "name": "getCurrentDesignSystem",
539
- "module": "src/design-system/design-system.ts"
404
+ "package": "./sync"
540
405
  }
541
406
  },
542
407
  {
543
408
  "kind": "js",
544
- "name": "getCurrentDesignSystemPrefix",
409
+ "name": "*",
545
410
  "declaration": {
546
- "name": "getCurrentDesignSystemPrefix",
547
- "module": "src/design-system/design-system.ts"
411
+ "name": "*",
412
+ "package": "./when-else"
548
413
  }
549
414
  }
550
415
  ]
551
416
  },
552
417
  {
553
418
  "kind": "javascript-module",
554
- "path": "src/design-system/index.ts",
419
+ "path": "src/encoding/index.ts",
555
420
  "declarations": [],
556
421
  "exports": [
557
422
  {
@@ -559,14 +424,14 @@
559
424
  "name": "*",
560
425
  "declaration": {
561
426
  "name": "*",
562
- "package": "./design-system"
427
+ "package": "./base64"
563
428
  }
564
429
  }
565
430
  ]
566
431
  },
567
432
  {
568
433
  "kind": "javascript-module",
569
- "path": "src/directives/index.ts",
434
+ "path": "src/decorators/index.ts",
570
435
  "declarations": [],
571
436
  "exports": [
572
437
  {
@@ -574,30 +439,45 @@
574
439
  "name": "*",
575
440
  "declaration": {
576
441
  "name": "*",
577
- "package": "./sync"
578
- }
579
- },
580
- {
581
- "kind": "js",
582
- "name": "*",
583
- "declaration": {
584
- "name": "*",
585
- "package": "./when-else"
442
+ "package": "./renderOnChange"
586
443
  }
587
444
  }
588
445
  ]
589
446
  },
590
447
  {
591
448
  "kind": "javascript-module",
592
- "path": "src/encoding/index.ts",
593
- "declarations": [],
449
+ "path": "src/decorators/renderOnChange.ts",
450
+ "declarations": [
451
+ {
452
+ "kind": "function",
453
+ "name": "renderOnChange",
454
+ "parameters": [
455
+ {
456
+ "name": "target",
457
+ "type": {
458
+ "text": "FASTElement & { render(): void }"
459
+ },
460
+ "description": "The target to define the property change handler on."
461
+ },
462
+ {
463
+ "name": "name",
464
+ "type": {
465
+ "text": "string"
466
+ },
467
+ "description": "The property name."
468
+ }
469
+ ],
470
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
471
+ "privacy": "public"
472
+ }
473
+ ],
594
474
  "exports": [
595
475
  {
596
476
  "kind": "js",
597
- "name": "*",
477
+ "name": "renderOnChange",
598
478
  "declaration": {
599
- "name": "*",
600
- "package": "./base64"
479
+ "name": "renderOnChange",
480
+ "module": "src/decorators/renderOnChange.ts"
601
481
  }
602
482
  }
603
483
  ]
@@ -1276,6 +1156,126 @@
1276
1156
  }
1277
1157
  ]
1278
1158
  },
1159
+ {
1160
+ "kind": "javascript-module",
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
+ "declarations": [],
1268
+ "exports": [
1269
+ {
1270
+ "kind": "js",
1271
+ "name": "*",
1272
+ "declaration": {
1273
+ "name": "*",
1274
+ "package": "./design-system"
1275
+ }
1276
+ }
1277
+ ]
1278
+ },
1279
1279
  {
1280
1280
  "kind": "javascript-module",
1281
1281
  "path": "src/feature-flags/featureFlags.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.373.2",
4
+ "version": "14.374.0",
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.373.2",
31
- "@genesislcap/genx": "14.373.2",
32
- "@genesislcap/rollup-builder": "14.373.2",
33
- "@genesislcap/ts-builder": "14.373.2",
34
- "@genesislcap/uvu-playwright-builder": "14.373.2",
35
- "@genesislcap/vite-builder": "14.373.2",
36
- "@genesislcap/webpack-builder": "14.373.2",
30
+ "@genesislcap/foundation-testing": "14.374.0",
31
+ "@genesislcap/genx": "14.374.0",
32
+ "@genesislcap/rollup-builder": "14.374.0",
33
+ "@genesislcap/ts-builder": "14.374.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.374.0",
35
+ "@genesislcap/vite-builder": "14.374.0",
36
+ "@genesislcap/webpack-builder": "14.374.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.373.2",
41
- "@genesislcap/foundation-logger": "14.373.2",
40
+ "@genesislcap/expression-builder": "14.374.0",
41
+ "@genesislcap/foundation-logger": "14.374.0",
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": "70ef2461798a70fedb1286afee1e4dd699bb0b68"
59
+ "gitHead": "5b1d9974d57522806b773f291d40355a6dbff83a"
60
60
  }