@genesislcap/foundation-utils 14.231.1-alpha-85a050e.0 → 14.231.1-alpha-eb7c3cb.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +52 -52
- package/package.json +10 -10
@@ -369,7 +369,7 @@
|
|
369
369
|
},
|
370
370
|
{
|
371
371
|
"kind": "javascript-module",
|
372
|
-
"path": "src/
|
372
|
+
"path": "src/directives/index.ts",
|
373
373
|
"declarations": [],
|
374
374
|
"exports": [
|
375
375
|
{
|
@@ -377,52 +377,57 @@
|
|
377
377
|
"name": "*",
|
378
378
|
"declaration": {
|
379
379
|
"name": "*",
|
380
|
-
"package": "./
|
380
|
+
"package": "./sync"
|
381
|
+
}
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"kind": "js",
|
385
|
+
"name": "*",
|
386
|
+
"declaration": {
|
387
|
+
"name": "*",
|
388
|
+
"package": "./when-else"
|
381
389
|
}
|
382
390
|
}
|
383
391
|
]
|
384
392
|
},
|
385
393
|
{
|
386
394
|
"kind": "javascript-module",
|
387
|
-
"path": "src/
|
395
|
+
"path": "src/design-system/design-system.ts",
|
388
396
|
"declarations": [
|
389
397
|
{
|
390
398
|
"kind": "function",
|
391
|
-
"name": "
|
399
|
+
"name": "assureDesignSystem",
|
400
|
+
"return": {
|
401
|
+
"type": {
|
402
|
+
"text": "DesignSystemModule"
|
403
|
+
}
|
404
|
+
},
|
392
405
|
"parameters": [
|
393
406
|
{
|
394
|
-
"name": "
|
395
|
-
"type": {
|
396
|
-
"text": "FASTElement & { render(): void }"
|
397
|
-
},
|
398
|
-
"description": "The target to define the property change handler on."
|
399
|
-
},
|
400
|
-
{
|
401
|
-
"name": "name",
|
407
|
+
"name": "module",
|
402
408
|
"type": {
|
403
|
-
"text": "
|
404
|
-
}
|
405
|
-
"description": "The property name."
|
409
|
+
"text": "DesignSystemModule"
|
410
|
+
}
|
406
411
|
}
|
407
412
|
],
|
408
|
-
"description": "
|
413
|
+
"description": "assureDesignSystem.",
|
409
414
|
"privacy": "public"
|
410
415
|
}
|
411
416
|
],
|
412
417
|
"exports": [
|
413
418
|
{
|
414
419
|
"kind": "js",
|
415
|
-
"name": "
|
420
|
+
"name": "assureDesignSystem",
|
416
421
|
"declaration": {
|
417
|
-
"name": "
|
418
|
-
"module": "src/
|
422
|
+
"name": "assureDesignSystem",
|
423
|
+
"module": "src/design-system/design-system.ts"
|
419
424
|
}
|
420
425
|
}
|
421
426
|
]
|
422
427
|
},
|
423
428
|
{
|
424
429
|
"kind": "javascript-module",
|
425
|
-
"path": "src/
|
430
|
+
"path": "src/design-system/index.ts",
|
426
431
|
"declarations": [],
|
427
432
|
"exports": [
|
428
433
|
{
|
@@ -430,65 +435,60 @@
|
|
430
435
|
"name": "*",
|
431
436
|
"declaration": {
|
432
437
|
"name": "*",
|
433
|
-
"package": "./
|
438
|
+
"package": "./design-system"
|
434
439
|
}
|
435
|
-
}
|
440
|
+
}
|
441
|
+
]
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"kind": "javascript-module",
|
445
|
+
"path": "src/decorators/index.ts",
|
446
|
+
"declarations": [],
|
447
|
+
"exports": [
|
436
448
|
{
|
437
449
|
"kind": "js",
|
438
450
|
"name": "*",
|
439
451
|
"declaration": {
|
440
452
|
"name": "*",
|
441
|
-
"package": "./
|
453
|
+
"package": "./renderOnChange"
|
442
454
|
}
|
443
455
|
}
|
444
456
|
]
|
445
457
|
},
|
446
458
|
{
|
447
459
|
"kind": "javascript-module",
|
448
|
-
"path": "src/
|
460
|
+
"path": "src/decorators/renderOnChange.ts",
|
449
461
|
"declarations": [
|
450
462
|
{
|
451
463
|
"kind": "function",
|
452
|
-
"name": "
|
453
|
-
"return": {
|
454
|
-
"type": {
|
455
|
-
"text": "DesignSystemModule"
|
456
|
-
}
|
457
|
-
},
|
464
|
+
"name": "renderOnChange",
|
458
465
|
"parameters": [
|
459
466
|
{
|
460
|
-
"name": "
|
467
|
+
"name": "target",
|
461
468
|
"type": {
|
462
|
-
"text": "
|
463
|
-
}
|
469
|
+
"text": "FASTElement & { render(): void }"
|
470
|
+
},
|
471
|
+
"description": "The target to define the property change handler on."
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"name": "name",
|
475
|
+
"type": {
|
476
|
+
"text": "string"
|
477
|
+
},
|
478
|
+
"description": "The property name."
|
464
479
|
}
|
465
480
|
],
|
466
|
-
"description": "
|
481
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
467
482
|
"privacy": "public"
|
468
483
|
}
|
469
484
|
],
|
470
485
|
"exports": [
|
471
486
|
{
|
472
487
|
"kind": "js",
|
473
|
-
"name": "
|
474
|
-
"declaration": {
|
475
|
-
"name": "assureDesignSystem",
|
476
|
-
"module": "src/design-system/design-system.ts"
|
477
|
-
}
|
478
|
-
}
|
479
|
-
]
|
480
|
-
},
|
481
|
-
{
|
482
|
-
"kind": "javascript-module",
|
483
|
-
"path": "src/design-system/index.ts",
|
484
|
-
"declarations": [],
|
485
|
-
"exports": [
|
486
|
-
{
|
487
|
-
"kind": "js",
|
488
|
-
"name": "*",
|
488
|
+
"name": "renderOnChange",
|
489
489
|
"declaration": {
|
490
|
-
"name": "
|
491
|
-
"
|
490
|
+
"name": "renderOnChange",
|
491
|
+
"module": "src/decorators/renderOnChange.ts"
|
492
492
|
}
|
493
493
|
}
|
494
494
|
]
|
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.231.1-alpha-
|
4
|
+
"version": "14.231.1-alpha-eb7c3cb.0",
|
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.231.1-alpha-
|
31
|
-
"@genesislcap/genx": "14.231.1-alpha-
|
32
|
-
"@genesislcap/rollup-builder": "14.231.1-alpha-
|
33
|
-
"@genesislcap/ts-builder": "14.231.1-alpha-
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.231.1-alpha-
|
35
|
-
"@genesislcap/vite-builder": "14.231.1-alpha-
|
36
|
-
"@genesislcap/webpack-builder": "14.231.1-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.231.1-alpha-eb7c3cb.0",
|
31
|
+
"@genesislcap/genx": "14.231.1-alpha-eb7c3cb.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.231.1-alpha-eb7c3cb.0",
|
33
|
+
"@genesislcap/ts-builder": "14.231.1-alpha-eb7c3cb.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.231.1-alpha-eb7c3cb.0",
|
35
|
+
"@genesislcap/vite-builder": "14.231.1-alpha-eb7c3cb.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.231.1-alpha-eb7c3cb.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.231.1-alpha-
|
40
|
+
"@genesislcap/foundation-logger": "14.231.1-alpha-eb7c3cb.0",
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "32efdc5065fc5f00e5b70ef055e6b05b319f46aa"
|
59
59
|
}
|