@genesislcap/foundation-utils 14.393.3 → 14.393.4
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 +78 -78
- package/package.json +11 -11
|
@@ -391,82 +391,6 @@
|
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
|
-
{
|
|
395
|
-
"kind": "javascript-module",
|
|
396
|
-
"path": "src/decorators/index.ts",
|
|
397
|
-
"declarations": [],
|
|
398
|
-
"exports": [
|
|
399
|
-
{
|
|
400
|
-
"kind": "js",
|
|
401
|
-
"name": "*",
|
|
402
|
-
"declaration": {
|
|
403
|
-
"name": "*",
|
|
404
|
-
"package": "./renderOnChange"
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
]
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"kind": "javascript-module",
|
|
411
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
412
|
-
"declarations": [
|
|
413
|
-
{
|
|
414
|
-
"kind": "function",
|
|
415
|
-
"name": "renderOnChange",
|
|
416
|
-
"parameters": [
|
|
417
|
-
{
|
|
418
|
-
"name": "target",
|
|
419
|
-
"type": {
|
|
420
|
-
"text": "FASTElement & { render(): void }"
|
|
421
|
-
},
|
|
422
|
-
"description": "The target to define the property change handler on."
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"name": "name",
|
|
426
|
-
"type": {
|
|
427
|
-
"text": "string"
|
|
428
|
-
},
|
|
429
|
-
"description": "The property name."
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
433
|
-
"privacy": "public"
|
|
434
|
-
}
|
|
435
|
-
],
|
|
436
|
-
"exports": [
|
|
437
|
-
{
|
|
438
|
-
"kind": "js",
|
|
439
|
-
"name": "renderOnChange",
|
|
440
|
-
"declaration": {
|
|
441
|
-
"name": "renderOnChange",
|
|
442
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
]
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"kind": "javascript-module",
|
|
449
|
-
"path": "src/directives/index.ts",
|
|
450
|
-
"declarations": [],
|
|
451
|
-
"exports": [
|
|
452
|
-
{
|
|
453
|
-
"kind": "js",
|
|
454
|
-
"name": "*",
|
|
455
|
-
"declaration": {
|
|
456
|
-
"name": "*",
|
|
457
|
-
"package": "./sync"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "*",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "*",
|
|
465
|
-
"package": "./when-else"
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
394
|
{
|
|
471
395
|
"kind": "javascript-module",
|
|
472
396
|
"path": "src/design-system/design-system.ts",
|
|
@@ -589,7 +513,7 @@
|
|
|
589
513
|
},
|
|
590
514
|
{
|
|
591
515
|
"kind": "javascript-module",
|
|
592
|
-
"path": "src/
|
|
516
|
+
"path": "src/decorators/index.ts",
|
|
593
517
|
"declarations": [],
|
|
594
518
|
"exports": [
|
|
595
519
|
{
|
|
@@ -597,7 +521,68 @@
|
|
|
597
521
|
"name": "*",
|
|
598
522
|
"declaration": {
|
|
599
523
|
"name": "*",
|
|
600
|
-
"package": "./
|
|
524
|
+
"package": "./renderOnChange"
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"kind": "javascript-module",
|
|
531
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
532
|
+
"declarations": [
|
|
533
|
+
{
|
|
534
|
+
"kind": "function",
|
|
535
|
+
"name": "renderOnChange",
|
|
536
|
+
"parameters": [
|
|
537
|
+
{
|
|
538
|
+
"name": "target",
|
|
539
|
+
"type": {
|
|
540
|
+
"text": "FASTElement & { render(): void }"
|
|
541
|
+
},
|
|
542
|
+
"description": "The target to define the property change handler on."
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "name",
|
|
546
|
+
"type": {
|
|
547
|
+
"text": "string"
|
|
548
|
+
},
|
|
549
|
+
"description": "The property name."
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
553
|
+
"privacy": "public"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"exports": [
|
|
557
|
+
{
|
|
558
|
+
"kind": "js",
|
|
559
|
+
"name": "renderOnChange",
|
|
560
|
+
"declaration": {
|
|
561
|
+
"name": "renderOnChange",
|
|
562
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"kind": "javascript-module",
|
|
569
|
+
"path": "src/directives/index.ts",
|
|
570
|
+
"declarations": [],
|
|
571
|
+
"exports": [
|
|
572
|
+
{
|
|
573
|
+
"kind": "js",
|
|
574
|
+
"name": "*",
|
|
575
|
+
"declaration": {
|
|
576
|
+
"name": "*",
|
|
577
|
+
"package": "./sync"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"kind": "js",
|
|
582
|
+
"name": "*",
|
|
583
|
+
"declaration": {
|
|
584
|
+
"name": "*",
|
|
585
|
+
"package": "./when-else"
|
|
601
586
|
}
|
|
602
587
|
}
|
|
603
588
|
]
|
|
@@ -1276,6 +1261,21 @@
|
|
|
1276
1261
|
}
|
|
1277
1262
|
]
|
|
1278
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "javascript-module",
|
|
1266
|
+
"path": "src/encoding/index.ts",
|
|
1267
|
+
"declarations": [],
|
|
1268
|
+
"exports": [
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "js",
|
|
1271
|
+
"name": "*",
|
|
1272
|
+
"declaration": {
|
|
1273
|
+
"name": "*",
|
|
1274
|
+
"package": "./base64"
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
},
|
|
1279
1279
|
{
|
|
1280
1280
|
"kind": "javascript-module",
|
|
1281
1281
|
"path": "src/feature-flags/featureFlags.ts",
|
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.393.
|
|
4
|
+
"version": "14.393.4",
|
|
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.393.
|
|
33
|
-
"@genesislcap/genx": "14.393.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.393.
|
|
35
|
-
"@genesislcap/ts-builder": "14.393.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.393.
|
|
37
|
-
"@genesislcap/vite-builder": "14.393.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.393.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.393.4",
|
|
33
|
+
"@genesislcap/genx": "14.393.4",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.393.4",
|
|
35
|
+
"@genesislcap/ts-builder": "14.393.4",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.393.4",
|
|
37
|
+
"@genesislcap/vite-builder": "14.393.4",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.393.4",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.393.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.393.
|
|
42
|
+
"@genesislcap/expression-builder": "14.393.4",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.393.4",
|
|
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": "
|
|
61
|
+
"gitHead": "b1ee3b153d9a2d9fea81ec401c3a3a7ca4f2db6e"
|
|
62
62
|
}
|