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