@genesislcap/foundation-utils 14.168.0 → 14.170.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 +61 -61
- package/package.json +10 -10
|
@@ -359,50 +359,53 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
362
|
+
"path": "src/decorators/index.ts",
|
|
363
|
+
"declarations": [],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "*",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./renderOnChange"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "javascript-module",
|
|
377
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
363
378
|
"declarations": [
|
|
364
379
|
{
|
|
365
380
|
"kind": "function",
|
|
366
|
-
"name": "
|
|
367
|
-
"return": {
|
|
368
|
-
"type": {
|
|
369
|
-
"text": "DesignSystemModule"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
381
|
+
"name": "renderOnChange",
|
|
372
382
|
"parameters": [
|
|
373
383
|
{
|
|
374
|
-
"name": "
|
|
384
|
+
"name": "target",
|
|
375
385
|
"type": {
|
|
376
|
-
"text": "
|
|
377
|
-
}
|
|
386
|
+
"text": "FASTElement & { render(): void }"
|
|
387
|
+
},
|
|
388
|
+
"description": "The target to define the property change handler on."
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "name",
|
|
392
|
+
"type": {
|
|
393
|
+
"text": "string"
|
|
394
|
+
},
|
|
395
|
+
"description": "The property name."
|
|
378
396
|
}
|
|
379
397
|
],
|
|
380
|
-
"description": "
|
|
398
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
381
399
|
"privacy": "public"
|
|
382
400
|
}
|
|
383
401
|
],
|
|
384
402
|
"exports": [
|
|
385
403
|
{
|
|
386
404
|
"kind": "js",
|
|
387
|
-
"name": "
|
|
388
|
-
"declaration": {
|
|
389
|
-
"name": "assureDesignSystem",
|
|
390
|
-
"module": "src/design-system/design-system.ts"
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"kind": "javascript-module",
|
|
397
|
-
"path": "src/design-system/index.ts",
|
|
398
|
-
"declarations": [],
|
|
399
|
-
"exports": [
|
|
400
|
-
{
|
|
401
|
-
"kind": "js",
|
|
402
|
-
"name": "*",
|
|
405
|
+
"name": "renderOnChange",
|
|
403
406
|
"declaration": {
|
|
404
|
-
"name": "
|
|
405
|
-
"
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
406
409
|
}
|
|
407
410
|
}
|
|
408
411
|
]
|
|
@@ -432,53 +435,50 @@
|
|
|
432
435
|
},
|
|
433
436
|
{
|
|
434
437
|
"kind": "javascript-module",
|
|
435
|
-
"path": "src/
|
|
436
|
-
"declarations": [],
|
|
437
|
-
"exports": [
|
|
438
|
-
{
|
|
439
|
-
"kind": "js",
|
|
440
|
-
"name": "*",
|
|
441
|
-
"declaration": {
|
|
442
|
-
"name": "*",
|
|
443
|
-
"package": "./renderOnChange"
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
]
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"kind": "javascript-module",
|
|
450
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
438
|
+
"path": "src/design-system/design-system.ts",
|
|
451
439
|
"declarations": [
|
|
452
440
|
{
|
|
453
441
|
"kind": "function",
|
|
454
|
-
"name": "
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"return": {
|
|
444
|
+
"type": {
|
|
445
|
+
"text": "DesignSystemModule"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
455
448
|
"parameters": [
|
|
456
449
|
{
|
|
457
|
-
"name": "
|
|
458
|
-
"type": {
|
|
459
|
-
"text": "FASTElement & { render(): void }"
|
|
460
|
-
},
|
|
461
|
-
"description": "The target to define the property change handler on."
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "name",
|
|
450
|
+
"name": "module",
|
|
465
451
|
"type": {
|
|
466
|
-
"text": "
|
|
467
|
-
}
|
|
468
|
-
"description": "The property name."
|
|
452
|
+
"text": "DesignSystemModule"
|
|
453
|
+
}
|
|
469
454
|
}
|
|
470
455
|
],
|
|
471
|
-
"description": "
|
|
456
|
+
"description": "assureDesignSystem.",
|
|
472
457
|
"privacy": "public"
|
|
473
458
|
}
|
|
474
459
|
],
|
|
475
460
|
"exports": [
|
|
476
461
|
{
|
|
477
462
|
"kind": "js",
|
|
478
|
-
"name": "
|
|
463
|
+
"name": "assureDesignSystem",
|
|
479
464
|
"declaration": {
|
|
480
|
-
"name": "
|
|
481
|
-
"module": "src/
|
|
465
|
+
"name": "assureDesignSystem",
|
|
466
|
+
"module": "src/design-system/design-system.ts"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"kind": "javascript-module",
|
|
473
|
+
"path": "src/design-system/index.ts",
|
|
474
|
+
"declarations": [],
|
|
475
|
+
"exports": [
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./design-system"
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
]
|
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.170.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.
|
|
25
|
-
"@genesislcap/ts-builder": "14.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
27
|
-
"@genesislcap/vite-builder": "14.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.170.0",
|
|
23
|
+
"@genesislcap/genx": "14.170.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.170.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.170.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.170.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.170.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.170.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.170.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "98a1e02bb120637346bd3e6be6b4c050e63a1347"
|
|
51
51
|
}
|