@genesislcap/foundation-utils 14.71.1-auth-mf.2 → 14.71.1-auth-mf.3
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 +59 -59
- package/package.json +2 -2
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"kind": "javascript-module",
|
|
346
|
-
"path": "src/
|
|
346
|
+
"path": "src/directives/index.ts",
|
|
347
347
|
"declarations": [],
|
|
348
348
|
"exports": [
|
|
349
349
|
{
|
|
@@ -351,45 +351,15 @@
|
|
|
351
351
|
"name": "*",
|
|
352
352
|
"declaration": {
|
|
353
353
|
"name": "*",
|
|
354
|
-
"package": "./
|
|
354
|
+
"package": "./sync"
|
|
355
355
|
}
|
|
356
|
-
}
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"kind": "javascript-module",
|
|
361
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
362
|
-
"declarations": [
|
|
363
|
-
{
|
|
364
|
-
"kind": "function",
|
|
365
|
-
"name": "renderOnChange",
|
|
366
|
-
"parameters": [
|
|
367
|
-
{
|
|
368
|
-
"name": "target",
|
|
369
|
-
"type": {
|
|
370
|
-
"text": "FASTElement & { render(): void }"
|
|
371
|
-
},
|
|
372
|
-
"description": "The target to define the property change handler on."
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"name": "name",
|
|
376
|
-
"type": {
|
|
377
|
-
"text": "string"
|
|
378
|
-
},
|
|
379
|
-
"description": "The property name."
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
383
|
-
"privacy": "public"
|
|
384
|
-
}
|
|
385
|
-
],
|
|
386
|
-
"exports": [
|
|
356
|
+
},
|
|
387
357
|
{
|
|
388
358
|
"kind": "js",
|
|
389
|
-
"name": "
|
|
359
|
+
"name": "*",
|
|
390
360
|
"declaration": {
|
|
391
|
-
"name": "
|
|
392
|
-
"
|
|
361
|
+
"name": "*",
|
|
362
|
+
"package": "./when-else"
|
|
393
363
|
}
|
|
394
364
|
}
|
|
395
365
|
]
|
|
@@ -443,29 +413,6 @@
|
|
|
443
413
|
}
|
|
444
414
|
]
|
|
445
415
|
},
|
|
446
|
-
{
|
|
447
|
-
"kind": "javascript-module",
|
|
448
|
-
"path": "src/directives/index.ts",
|
|
449
|
-
"declarations": [],
|
|
450
|
-
"exports": [
|
|
451
|
-
{
|
|
452
|
-
"kind": "js",
|
|
453
|
-
"name": "*",
|
|
454
|
-
"declaration": {
|
|
455
|
-
"name": "*",
|
|
456
|
-
"package": "./sync"
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"kind": "js",
|
|
461
|
-
"name": "*",
|
|
462
|
-
"declaration": {
|
|
463
|
-
"name": "*",
|
|
464
|
-
"package": "./when-else"
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
416
|
{
|
|
470
417
|
"kind": "javascript-module",
|
|
471
418
|
"path": "src/env/index.ts",
|
|
@@ -883,6 +830,59 @@
|
|
|
883
830
|
}
|
|
884
831
|
]
|
|
885
832
|
},
|
|
833
|
+
{
|
|
834
|
+
"kind": "javascript-module",
|
|
835
|
+
"path": "src/decorators/index.ts",
|
|
836
|
+
"declarations": [],
|
|
837
|
+
"exports": [
|
|
838
|
+
{
|
|
839
|
+
"kind": "js",
|
|
840
|
+
"name": "*",
|
|
841
|
+
"declaration": {
|
|
842
|
+
"name": "*",
|
|
843
|
+
"package": "./renderOnChange"
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "javascript-module",
|
|
850
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
851
|
+
"declarations": [
|
|
852
|
+
{
|
|
853
|
+
"kind": "function",
|
|
854
|
+
"name": "renderOnChange",
|
|
855
|
+
"parameters": [
|
|
856
|
+
{
|
|
857
|
+
"name": "target",
|
|
858
|
+
"type": {
|
|
859
|
+
"text": "FASTElement & { render(): void }"
|
|
860
|
+
},
|
|
861
|
+
"description": "The target to define the property change handler on."
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "name",
|
|
865
|
+
"type": {
|
|
866
|
+
"text": "string"
|
|
867
|
+
},
|
|
868
|
+
"description": "The property name."
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
872
|
+
"privacy": "public"
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"exports": [
|
|
876
|
+
{
|
|
877
|
+
"kind": "js",
|
|
878
|
+
"name": "renderOnChange",
|
|
879
|
+
"declaration": {
|
|
880
|
+
"name": "renderOnChange",
|
|
881
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
]
|
|
885
|
+
},
|
|
886
886
|
{
|
|
887
887
|
"kind": "javascript-module",
|
|
888
888
|
"path": "src/formatters/datetime.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.71.1-auth-mf.
|
|
4
|
+
"version": "14.71.1-auth-mf.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"customElements": "dist/custom-elements.json",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "296c1f938cde171316a18ef026c24143ef1bf2d4"
|
|
45
45
|
}
|