@genesislcap/foundation-utils 14.312.1-alpha-015d989.0 → 14.312.1-alpha-b8f958d.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 +91 -91
- package/package.json +11 -11
@@ -375,97 +375,6 @@
|
|
375
375
|
}
|
376
376
|
]
|
377
377
|
},
|
378
|
-
{
|
379
|
-
"kind": "javascript-module",
|
380
|
-
"path": "src/directives/index.ts",
|
381
|
-
"declarations": [],
|
382
|
-
"exports": [
|
383
|
-
{
|
384
|
-
"kind": "js",
|
385
|
-
"name": "*",
|
386
|
-
"declaration": {
|
387
|
-
"name": "*",
|
388
|
-
"package": "./sync"
|
389
|
-
}
|
390
|
-
},
|
391
|
-
{
|
392
|
-
"kind": "js",
|
393
|
-
"name": "*",
|
394
|
-
"declaration": {
|
395
|
-
"name": "*",
|
396
|
-
"package": "./when-else"
|
397
|
-
}
|
398
|
-
}
|
399
|
-
]
|
400
|
-
},
|
401
|
-
{
|
402
|
-
"kind": "javascript-module",
|
403
|
-
"path": "src/decorators/index.ts",
|
404
|
-
"declarations": [],
|
405
|
-
"exports": [
|
406
|
-
{
|
407
|
-
"kind": "js",
|
408
|
-
"name": "*",
|
409
|
-
"declaration": {
|
410
|
-
"name": "*",
|
411
|
-
"package": "./renderOnChange"
|
412
|
-
}
|
413
|
-
}
|
414
|
-
]
|
415
|
-
},
|
416
|
-
{
|
417
|
-
"kind": "javascript-module",
|
418
|
-
"path": "src/decorators/renderOnChange.ts",
|
419
|
-
"declarations": [
|
420
|
-
{
|
421
|
-
"kind": "function",
|
422
|
-
"name": "renderOnChange",
|
423
|
-
"parameters": [
|
424
|
-
{
|
425
|
-
"name": "target",
|
426
|
-
"type": {
|
427
|
-
"text": "FASTElement & { render(): void }"
|
428
|
-
},
|
429
|
-
"description": "The target to define the property change handler on."
|
430
|
-
},
|
431
|
-
{
|
432
|
-
"name": "name",
|
433
|
-
"type": {
|
434
|
-
"text": "string"
|
435
|
-
},
|
436
|
-
"description": "The property name."
|
437
|
-
}
|
438
|
-
],
|
439
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
440
|
-
"privacy": "public"
|
441
|
-
}
|
442
|
-
],
|
443
|
-
"exports": [
|
444
|
-
{
|
445
|
-
"kind": "js",
|
446
|
-
"name": "renderOnChange",
|
447
|
-
"declaration": {
|
448
|
-
"name": "renderOnChange",
|
449
|
-
"module": "src/decorators/renderOnChange.ts"
|
450
|
-
}
|
451
|
-
}
|
452
|
-
]
|
453
|
-
},
|
454
|
-
{
|
455
|
-
"kind": "javascript-module",
|
456
|
-
"path": "src/encoding/index.ts",
|
457
|
-
"declarations": [],
|
458
|
-
"exports": [
|
459
|
-
{
|
460
|
-
"kind": "js",
|
461
|
-
"name": "*",
|
462
|
-
"declaration": {
|
463
|
-
"name": "*",
|
464
|
-
"package": "./base64"
|
465
|
-
}
|
466
|
-
}
|
467
|
-
]
|
468
|
-
},
|
469
378
|
{
|
470
379
|
"kind": "javascript-module",
|
471
380
|
"path": "src/design-system/design-system.ts",
|
@@ -586,6 +495,97 @@
|
|
586
495
|
}
|
587
496
|
]
|
588
497
|
},
|
498
|
+
{
|
499
|
+
"kind": "javascript-module",
|
500
|
+
"path": "src/decorators/index.ts",
|
501
|
+
"declarations": [],
|
502
|
+
"exports": [
|
503
|
+
{
|
504
|
+
"kind": "js",
|
505
|
+
"name": "*",
|
506
|
+
"declaration": {
|
507
|
+
"name": "*",
|
508
|
+
"package": "./renderOnChange"
|
509
|
+
}
|
510
|
+
}
|
511
|
+
]
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"kind": "javascript-module",
|
515
|
+
"path": "src/decorators/renderOnChange.ts",
|
516
|
+
"declarations": [
|
517
|
+
{
|
518
|
+
"kind": "function",
|
519
|
+
"name": "renderOnChange",
|
520
|
+
"parameters": [
|
521
|
+
{
|
522
|
+
"name": "target",
|
523
|
+
"type": {
|
524
|
+
"text": "FASTElement & { render(): void }"
|
525
|
+
},
|
526
|
+
"description": "The target to define the property change handler on."
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"name": "name",
|
530
|
+
"type": {
|
531
|
+
"text": "string"
|
532
|
+
},
|
533
|
+
"description": "The property name."
|
534
|
+
}
|
535
|
+
],
|
536
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
537
|
+
"privacy": "public"
|
538
|
+
}
|
539
|
+
],
|
540
|
+
"exports": [
|
541
|
+
{
|
542
|
+
"kind": "js",
|
543
|
+
"name": "renderOnChange",
|
544
|
+
"declaration": {
|
545
|
+
"name": "renderOnChange",
|
546
|
+
"module": "src/decorators/renderOnChange.ts"
|
547
|
+
}
|
548
|
+
}
|
549
|
+
]
|
550
|
+
},
|
551
|
+
{
|
552
|
+
"kind": "javascript-module",
|
553
|
+
"path": "src/directives/index.ts",
|
554
|
+
"declarations": [],
|
555
|
+
"exports": [
|
556
|
+
{
|
557
|
+
"kind": "js",
|
558
|
+
"name": "*",
|
559
|
+
"declaration": {
|
560
|
+
"name": "*",
|
561
|
+
"package": "./sync"
|
562
|
+
}
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"kind": "js",
|
566
|
+
"name": "*",
|
567
|
+
"declaration": {
|
568
|
+
"name": "*",
|
569
|
+
"package": "./when-else"
|
570
|
+
}
|
571
|
+
}
|
572
|
+
]
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"kind": "javascript-module",
|
576
|
+
"path": "src/encoding/index.ts",
|
577
|
+
"declarations": [],
|
578
|
+
"exports": [
|
579
|
+
{
|
580
|
+
"kind": "js",
|
581
|
+
"name": "*",
|
582
|
+
"declaration": {
|
583
|
+
"name": "*",
|
584
|
+
"package": "./base64"
|
585
|
+
}
|
586
|
+
}
|
587
|
+
]
|
588
|
+
},
|
589
589
|
{
|
590
590
|
"kind": "javascript-module",
|
591
591
|
"path": "src/env/index.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.312.1-alpha-
|
4
|
+
"version": "14.312.1-alpha-b8f958d.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,18 +27,18 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.312.1-alpha-
|
31
|
-
"@genesislcap/genx": "14.312.1-alpha-
|
32
|
-
"@genesislcap/rollup-builder": "14.312.1-alpha-
|
33
|
-
"@genesislcap/ts-builder": "14.312.1-alpha-
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.312.1-alpha-
|
35
|
-
"@genesislcap/vite-builder": "14.312.1-alpha-
|
36
|
-
"@genesislcap/webpack-builder": "14.312.1-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.312.1-alpha-b8f958d.0",
|
31
|
+
"@genesislcap/genx": "14.312.1-alpha-b8f958d.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.312.1-alpha-b8f958d.0",
|
33
|
+
"@genesislcap/ts-builder": "14.312.1-alpha-b8f958d.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.312.1-alpha-b8f958d.0",
|
35
|
+
"@genesislcap/vite-builder": "14.312.1-alpha-b8f958d.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.312.1-alpha-b8f958d.0",
|
37
37
|
"@types/json-schema": "^7.0.11"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/expression-builder": "14.312.1-alpha-
|
41
|
-
"@genesislcap/foundation-logger": "14.312.1-alpha-
|
40
|
+
"@genesislcap/expression-builder": "14.312.1-alpha-b8f958d.0",
|
41
|
+
"@genesislcap/foundation-logger": "14.312.1-alpha-b8f958d.0",
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -56,5 +56,5 @@
|
|
56
56
|
"access": "public"
|
57
57
|
},
|
58
58
|
"customElements": "dist/custom-elements.json",
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "f9da3ab7d48e4ddf878c17c52d17ec8fc03cb722"
|
60
60
|
}
|