@genesislcap/foundation-utils 14.268.4 → 14.270.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 +50 -50
- package/package.json +10 -10
|
@@ -369,50 +369,53 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
373
|
+
"declarations": [],
|
|
374
|
+
"exports": [
|
|
375
|
+
{
|
|
376
|
+
"kind": "js",
|
|
377
|
+
"name": "*",
|
|
378
|
+
"declaration": {
|
|
379
|
+
"name": "*",
|
|
380
|
+
"package": "./renderOnChange"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "javascript-module",
|
|
387
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
373
388
|
"declarations": [
|
|
374
389
|
{
|
|
375
390
|
"kind": "function",
|
|
376
|
-
"name": "
|
|
377
|
-
"return": {
|
|
378
|
-
"type": {
|
|
379
|
-
"text": "DesignSystemModule"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
391
|
+
"name": "renderOnChange",
|
|
382
392
|
"parameters": [
|
|
383
393
|
{
|
|
384
|
-
"name": "
|
|
394
|
+
"name": "target",
|
|
385
395
|
"type": {
|
|
386
|
-
"text": "
|
|
387
|
-
}
|
|
396
|
+
"text": "FASTElement & { render(): void }"
|
|
397
|
+
},
|
|
398
|
+
"description": "The target to define the property change handler on."
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "name",
|
|
402
|
+
"type": {
|
|
403
|
+
"text": "string"
|
|
404
|
+
},
|
|
405
|
+
"description": "The property name."
|
|
388
406
|
}
|
|
389
407
|
],
|
|
390
|
-
"description": "
|
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
409
|
"privacy": "public"
|
|
392
410
|
}
|
|
393
411
|
],
|
|
394
412
|
"exports": [
|
|
395
413
|
{
|
|
396
414
|
"kind": "js",
|
|
397
|
-
"name": "
|
|
398
|
-
"declaration": {
|
|
399
|
-
"name": "assureDesignSystem",
|
|
400
|
-
"module": "src/design-system/design-system.ts"
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"kind": "javascript-module",
|
|
407
|
-
"path": "src/design-system/index.ts",
|
|
408
|
-
"declarations": [],
|
|
409
|
-
"exports": [
|
|
410
|
-
{
|
|
411
|
-
"kind": "js",
|
|
412
|
-
"name": "*",
|
|
415
|
+
"name": "renderOnChange",
|
|
413
416
|
"declaration": {
|
|
414
|
-
"name": "
|
|
415
|
-
"
|
|
417
|
+
"name": "renderOnChange",
|
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
416
419
|
}
|
|
417
420
|
}
|
|
418
421
|
]
|
|
@@ -442,7 +445,7 @@
|
|
|
442
445
|
},
|
|
443
446
|
{
|
|
444
447
|
"kind": "javascript-module",
|
|
445
|
-
"path": "src/
|
|
448
|
+
"path": "src/encoding/index.ts",
|
|
446
449
|
"declarations": [],
|
|
447
450
|
"exports": [
|
|
448
451
|
{
|
|
@@ -450,52 +453,49 @@
|
|
|
450
453
|
"name": "*",
|
|
451
454
|
"declaration": {
|
|
452
455
|
"name": "*",
|
|
453
|
-
"package": "./
|
|
456
|
+
"package": "./base64"
|
|
454
457
|
}
|
|
455
458
|
}
|
|
456
459
|
]
|
|
457
460
|
},
|
|
458
461
|
{
|
|
459
462
|
"kind": "javascript-module",
|
|
460
|
-
"path": "src/
|
|
463
|
+
"path": "src/design-system/design-system.ts",
|
|
461
464
|
"declarations": [
|
|
462
465
|
{
|
|
463
466
|
"kind": "function",
|
|
464
|
-
"name": "
|
|
467
|
+
"name": "assureDesignSystem",
|
|
468
|
+
"return": {
|
|
469
|
+
"type": {
|
|
470
|
+
"text": "DesignSystemModule"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
465
473
|
"parameters": [
|
|
466
474
|
{
|
|
467
|
-
"name": "
|
|
468
|
-
"type": {
|
|
469
|
-
"text": "FASTElement & { render(): void }"
|
|
470
|
-
},
|
|
471
|
-
"description": "The target to define the property change handler on."
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"name": "name",
|
|
475
|
+
"name": "module",
|
|
475
476
|
"type": {
|
|
476
|
-
"text": "
|
|
477
|
-
}
|
|
478
|
-
"description": "The property name."
|
|
477
|
+
"text": "DesignSystemModule"
|
|
478
|
+
}
|
|
479
479
|
}
|
|
480
480
|
],
|
|
481
|
-
"description": "
|
|
481
|
+
"description": "assureDesignSystem.",
|
|
482
482
|
"privacy": "public"
|
|
483
483
|
}
|
|
484
484
|
],
|
|
485
485
|
"exports": [
|
|
486
486
|
{
|
|
487
487
|
"kind": "js",
|
|
488
|
-
"name": "
|
|
488
|
+
"name": "assureDesignSystem",
|
|
489
489
|
"declaration": {
|
|
490
|
-
"name": "
|
|
491
|
-
"module": "src/
|
|
490
|
+
"name": "assureDesignSystem",
|
|
491
|
+
"module": "src/design-system/design-system.ts"
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
},
|
|
496
496
|
{
|
|
497
497
|
"kind": "javascript-module",
|
|
498
|
-
"path": "src/
|
|
498
|
+
"path": "src/design-system/index.ts",
|
|
499
499
|
"declarations": [],
|
|
500
500
|
"exports": [
|
|
501
501
|
{
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"name": "*",
|
|
504
504
|
"declaration": {
|
|
505
505
|
"name": "*",
|
|
506
|
-
"package": "./
|
|
506
|
+
"package": "./design-system"
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
]
|
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.
|
|
4
|
+
"version": "14.270.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.270.0",
|
|
31
|
+
"@genesislcap/genx": "14.270.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.270.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.270.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.270.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.270.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.270.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.270.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "9621513a43acfbdebb78ddc98a98dd6e05d011b0"
|
|
61
61
|
}
|