@genesislcap/foundation-utils 14.406.0-workspaces.6 → 14.406.0-workspaces.7

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 +175 -175
  2. package/package.json +11 -11
@@ -258,179 +258,6 @@
258
258
  }
259
259
  ]
260
260
  },
261
- {
262
- "kind": "javascript-module",
263
- "path": "src/decorators/index.ts",
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",
279
- "declarations": [
280
- {
281
- "kind": "function",
282
- "name": "renderOnChange",
283
- "parameters": [
284
- {
285
- "name": "target",
286
- "type": {
287
- "text": "FASTElement & { render(): void }"
288
- },
289
- "description": "The target to define the property change handler on."
290
- },
291
- {
292
- "name": "name",
293
- "type": {
294
- "text": "string"
295
- },
296
- "description": "The property name."
297
- }
298
- ],
299
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
300
- "privacy": "public"
301
- }
302
- ],
303
- "exports": [
304
- {
305
- "kind": "js",
306
- "name": "renderOnChange",
307
- "declaration": {
308
- "name": "renderOnChange",
309
- "module": "src/decorators/renderOnChange.ts"
310
- }
311
- }
312
- ]
313
- },
314
- {
315
- "kind": "javascript-module",
316
- "path": "src/design-system/design-system.ts",
317
- "declarations": [
318
- {
319
- "kind": "function",
320
- "name": "assureDesignSystem",
321
- "return": {
322
- "type": {
323
- "text": "DesignSystemModule"
324
- }
325
- },
326
- "parameters": [
327
- {
328
- "name": "module",
329
- "type": {
330
- "text": "DesignSystemModule"
331
- }
332
- }
333
- ],
334
- "description": "assureDesignSystem.",
335
- "privacy": "public"
336
- },
337
- {
338
- "kind": "function",
339
- "name": "getCurrentDesignSystem",
340
- "return": {
341
- "type": {
342
- "text": ""
343
- }
344
- },
345
- "parameters": [
346
- {
347
- "name": "element",
348
- "type": {
349
- "text": "HTMLElement"
350
- },
351
- "description": "The starting HTML element"
352
- },
353
- {
354
- "name": "fallbackPrefix",
355
- "type": {
356
- "text": "string"
357
- },
358
- "description": "The prefix to fallback to if the provider is not available"
359
- }
360
- ],
361
- "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.",
362
- "privacy": "public"
363
- },
364
- {
365
- "kind": "function",
366
- "name": "getCurrentDesignSystemPrefix",
367
- "return": {
368
- "type": {
369
- "text": ""
370
- }
371
- },
372
- "parameters": [
373
- {
374
- "name": "element",
375
- "type": {
376
- "text": "HTMLElement"
377
- },
378
- "description": "The starting HTML element"
379
- },
380
- {
381
- "name": "fallbackPrefix",
382
- "type": {
383
- "text": "string"
384
- },
385
- "description": "The prefix to fallback to if the provider is not available"
386
- }
387
- ],
388
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
389
- "privacy": "public"
390
- }
391
- ],
392
- "exports": [
393
- {
394
- "kind": "js",
395
- "name": "assureDesignSystem",
396
- "declaration": {
397
- "name": "assureDesignSystem",
398
- "module": "src/design-system/design-system.ts"
399
- }
400
- },
401
- {
402
- "kind": "js",
403
- "name": "getCurrentDesignSystem",
404
- "declaration": {
405
- "name": "getCurrentDesignSystem",
406
- "module": "src/design-system/design-system.ts"
407
- }
408
- },
409
- {
410
- "kind": "js",
411
- "name": "getCurrentDesignSystemPrefix",
412
- "declaration": {
413
- "name": "getCurrentDesignSystemPrefix",
414
- "module": "src/design-system/design-system.ts"
415
- }
416
- }
417
- ]
418
- },
419
- {
420
- "kind": "javascript-module",
421
- "path": "src/design-system/index.ts",
422
- "declarations": [],
423
- "exports": [
424
- {
425
- "kind": "js",
426
- "name": "*",
427
- "declaration": {
428
- "name": "*",
429
- "package": "./design-system"
430
- }
431
- }
432
- ]
433
- },
434
261
  {
435
262
  "kind": "javascript-module",
436
263
  "path": "src/data/inMemoryDatabase.ts",
@@ -652,6 +479,141 @@
652
479
  }
653
480
  ]
654
481
  },
482
+ {
483
+ "kind": "javascript-module",
484
+ "path": "src/design-system/design-system.ts",
485
+ "declarations": [
486
+ {
487
+ "kind": "function",
488
+ "name": "assureDesignSystem",
489
+ "return": {
490
+ "type": {
491
+ "text": "DesignSystemModule"
492
+ }
493
+ },
494
+ "parameters": [
495
+ {
496
+ "name": "module",
497
+ "type": {
498
+ "text": "DesignSystemModule"
499
+ }
500
+ }
501
+ ],
502
+ "description": "assureDesignSystem.",
503
+ "privacy": "public"
504
+ },
505
+ {
506
+ "kind": "function",
507
+ "name": "getCurrentDesignSystem",
508
+ "return": {
509
+ "type": {
510
+ "text": ""
511
+ }
512
+ },
513
+ "parameters": [
514
+ {
515
+ "name": "element",
516
+ "type": {
517
+ "text": "HTMLElement"
518
+ },
519
+ "description": "The starting HTML element"
520
+ },
521
+ {
522
+ "name": "fallbackPrefix",
523
+ "type": {
524
+ "text": "string"
525
+ },
526
+ "description": "The prefix to fallback to if the provider is not available"
527
+ }
528
+ ],
529
+ "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.",
530
+ "privacy": "public"
531
+ },
532
+ {
533
+ "kind": "function",
534
+ "name": "getCurrentDesignSystemPrefix",
535
+ "return": {
536
+ "type": {
537
+ "text": ""
538
+ }
539
+ },
540
+ "parameters": [
541
+ {
542
+ "name": "element",
543
+ "type": {
544
+ "text": "HTMLElement"
545
+ },
546
+ "description": "The starting HTML element"
547
+ },
548
+ {
549
+ "name": "fallbackPrefix",
550
+ "type": {
551
+ "text": "string"
552
+ },
553
+ "description": "The prefix to fallback to if the provider is not available"
554
+ }
555
+ ],
556
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
557
+ "privacy": "public"
558
+ }
559
+ ],
560
+ "exports": [
561
+ {
562
+ "kind": "js",
563
+ "name": "assureDesignSystem",
564
+ "declaration": {
565
+ "name": "assureDesignSystem",
566
+ "module": "src/design-system/design-system.ts"
567
+ }
568
+ },
569
+ {
570
+ "kind": "js",
571
+ "name": "getCurrentDesignSystem",
572
+ "declaration": {
573
+ "name": "getCurrentDesignSystem",
574
+ "module": "src/design-system/design-system.ts"
575
+ }
576
+ },
577
+ {
578
+ "kind": "js",
579
+ "name": "getCurrentDesignSystemPrefix",
580
+ "declaration": {
581
+ "name": "getCurrentDesignSystemPrefix",
582
+ "module": "src/design-system/design-system.ts"
583
+ }
584
+ }
585
+ ]
586
+ },
587
+ {
588
+ "kind": "javascript-module",
589
+ "path": "src/design-system/index.ts",
590
+ "declarations": [],
591
+ "exports": [
592
+ {
593
+ "kind": "js",
594
+ "name": "*",
595
+ "declaration": {
596
+ "name": "*",
597
+ "package": "./design-system"
598
+ }
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "kind": "javascript-module",
604
+ "path": "src/encoding/index.ts",
605
+ "declarations": [],
606
+ "exports": [
607
+ {
608
+ "kind": "js",
609
+ "name": "*",
610
+ "declaration": {
611
+ "name": "*",
612
+ "package": "./base64"
613
+ }
614
+ }
615
+ ]
616
+ },
655
617
  {
656
618
  "kind": "javascript-module",
657
619
  "path": "src/env/index.ts",
@@ -1129,7 +1091,7 @@
1129
1091
  },
1130
1092
  {
1131
1093
  "kind": "javascript-module",
1132
- "path": "src/encoding/index.ts",
1094
+ "path": "src/decorators/index.ts",
1133
1095
  "declarations": [],
1134
1096
  "exports": [
1135
1097
  {
@@ -1137,7 +1099,45 @@
1137
1099
  "name": "*",
1138
1100
  "declaration": {
1139
1101
  "name": "*",
1140
- "package": "./base64"
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
1141
  }
1142
1142
  }
1143
1143
  ]
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.6",
4
+ "version": "14.406.0-workspaces.7",
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.6",
33
- "@genesislcap/genx": "14.406.0-workspaces.6",
34
- "@genesislcap/rollup-builder": "14.406.0-workspaces.6",
35
- "@genesislcap/ts-builder": "14.406.0-workspaces.6",
36
- "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.6",
37
- "@genesislcap/vite-builder": "14.406.0-workspaces.6",
38
- "@genesislcap/webpack-builder": "14.406.0-workspaces.6",
32
+ "@genesislcap/foundation-testing": "14.406.0-workspaces.7",
33
+ "@genesislcap/genx": "14.406.0-workspaces.7",
34
+ "@genesislcap/rollup-builder": "14.406.0-workspaces.7",
35
+ "@genesislcap/ts-builder": "14.406.0-workspaces.7",
36
+ "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.7",
37
+ "@genesislcap/vite-builder": "14.406.0-workspaces.7",
38
+ "@genesislcap/webpack-builder": "14.406.0-workspaces.7",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.406.0-workspaces.6",
43
- "@genesislcap/foundation-logger": "14.406.0-workspaces.6",
42
+ "@genesislcap/expression-builder": "14.406.0-workspaces.7",
43
+ "@genesislcap/foundation-logger": "14.406.0-workspaces.7",
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": "9926086c62c7c777a76e5455fe638c6e1250790f"
61
+ "gitHead": "9421667d629b2124861eca27fc69ad52a5b46460"
62
62
  }