@genesislcap/foundation-utils 14.312.1-alpha-b8f958d.0 → 14.312.1-alpha-f9dfea6.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,6 +375,97 @@
|
|
375
375
|
}
|
376
376
|
]
|
377
377
|
},
|
378
|
+
{
|
379
|
+
"kind": "javascript-module",
|
380
|
+
"path": "src/decorators/index.ts",
|
381
|
+
"declarations": [],
|
382
|
+
"exports": [
|
383
|
+
{
|
384
|
+
"kind": "js",
|
385
|
+
"name": "*",
|
386
|
+
"declaration": {
|
387
|
+
"name": "*",
|
388
|
+
"package": "./renderOnChange"
|
389
|
+
}
|
390
|
+
}
|
391
|
+
]
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"kind": "javascript-module",
|
395
|
+
"path": "src/decorators/renderOnChange.ts",
|
396
|
+
"declarations": [
|
397
|
+
{
|
398
|
+
"kind": "function",
|
399
|
+
"name": "renderOnChange",
|
400
|
+
"parameters": [
|
401
|
+
{
|
402
|
+
"name": "target",
|
403
|
+
"type": {
|
404
|
+
"text": "FASTElement & { render(): void }"
|
405
|
+
},
|
406
|
+
"description": "The target to define the property change handler on."
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"name": "name",
|
410
|
+
"type": {
|
411
|
+
"text": "string"
|
412
|
+
},
|
413
|
+
"description": "The property name."
|
414
|
+
}
|
415
|
+
],
|
416
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
417
|
+
"privacy": "public"
|
418
|
+
}
|
419
|
+
],
|
420
|
+
"exports": [
|
421
|
+
{
|
422
|
+
"kind": "js",
|
423
|
+
"name": "renderOnChange",
|
424
|
+
"declaration": {
|
425
|
+
"name": "renderOnChange",
|
426
|
+
"module": "src/decorators/renderOnChange.ts"
|
427
|
+
}
|
428
|
+
}
|
429
|
+
]
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"kind": "javascript-module",
|
433
|
+
"path": "src/directives/index.ts",
|
434
|
+
"declarations": [],
|
435
|
+
"exports": [
|
436
|
+
{
|
437
|
+
"kind": "js",
|
438
|
+
"name": "*",
|
439
|
+
"declaration": {
|
440
|
+
"name": "*",
|
441
|
+
"package": "./sync"
|
442
|
+
}
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"kind": "js",
|
446
|
+
"name": "*",
|
447
|
+
"declaration": {
|
448
|
+
"name": "*",
|
449
|
+
"package": "./when-else"
|
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
|
+
},
|
378
469
|
{
|
379
470
|
"kind": "javascript-module",
|
380
471
|
"path": "src/design-system/design-system.ts",
|
@@ -495,97 +586,6 @@
|
|
495
586
|
}
|
496
587
|
]
|
497
588
|
},
|
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-f9dfea6.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-f9dfea6.0",
|
31
|
+
"@genesislcap/genx": "14.312.1-alpha-f9dfea6.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.312.1-alpha-f9dfea6.0",
|
33
|
+
"@genesislcap/ts-builder": "14.312.1-alpha-f9dfea6.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.312.1-alpha-f9dfea6.0",
|
35
|
+
"@genesislcap/vite-builder": "14.312.1-alpha-f9dfea6.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.312.1-alpha-f9dfea6.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-f9dfea6.0",
|
41
|
+
"@genesislcap/foundation-logger": "14.312.1-alpha-f9dfea6.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": "1a6634829c4a0011fada1549c6c24a91a740de82"
|
60
60
|
}
|