@genesislcap/foundation-utils 14.83.5 → 14.83.7
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 +125 -125
- package/package.json +5 -5
|
@@ -143,82 +143,6 @@
|
|
|
143
143
|
}
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
|
-
{
|
|
147
|
-
"kind": "javascript-module",
|
|
148
|
-
"path": "src/decorators/index.ts",
|
|
149
|
-
"declarations": [],
|
|
150
|
-
"exports": [
|
|
151
|
-
{
|
|
152
|
-
"kind": "js",
|
|
153
|
-
"name": "*",
|
|
154
|
-
"declaration": {
|
|
155
|
-
"name": "*",
|
|
156
|
-
"package": "./renderOnChange"
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"kind": "javascript-module",
|
|
163
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
164
|
-
"declarations": [
|
|
165
|
-
{
|
|
166
|
-
"kind": "function",
|
|
167
|
-
"name": "renderOnChange",
|
|
168
|
-
"parameters": [
|
|
169
|
-
{
|
|
170
|
-
"name": "target",
|
|
171
|
-
"type": {
|
|
172
|
-
"text": "FASTElement & { render(): void }"
|
|
173
|
-
},
|
|
174
|
-
"description": "The target to define the property change handler on."
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "name",
|
|
178
|
-
"type": {
|
|
179
|
-
"text": "string"
|
|
180
|
-
},
|
|
181
|
-
"description": "The property name."
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
185
|
-
"privacy": "public"
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"exports": [
|
|
189
|
-
{
|
|
190
|
-
"kind": "js",
|
|
191
|
-
"name": "renderOnChange",
|
|
192
|
-
"declaration": {
|
|
193
|
-
"name": "renderOnChange",
|
|
194
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"kind": "javascript-module",
|
|
201
|
-
"path": "src/directives/index.ts",
|
|
202
|
-
"declarations": [],
|
|
203
|
-
"exports": [
|
|
204
|
-
{
|
|
205
|
-
"kind": "js",
|
|
206
|
-
"name": "*",
|
|
207
|
-
"declaration": {
|
|
208
|
-
"name": "*",
|
|
209
|
-
"package": "./sync"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"kind": "js",
|
|
214
|
-
"name": "*",
|
|
215
|
-
"declaration": {
|
|
216
|
-
"name": "*",
|
|
217
|
-
"package": "./when-else"
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
]
|
|
221
|
-
},
|
|
222
146
|
{
|
|
223
147
|
"kind": "javascript-module",
|
|
224
148
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -417,6 +341,131 @@
|
|
|
417
341
|
}
|
|
418
342
|
]
|
|
419
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "javascript-module",
|
|
346
|
+
"path": "src/decorators/index.ts",
|
|
347
|
+
"declarations": [],
|
|
348
|
+
"exports": [
|
|
349
|
+
{
|
|
350
|
+
"kind": "js",
|
|
351
|
+
"name": "*",
|
|
352
|
+
"declaration": {
|
|
353
|
+
"name": "*",
|
|
354
|
+
"package": "./renderOnChange"
|
|
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": [
|
|
387
|
+
{
|
|
388
|
+
"kind": "js",
|
|
389
|
+
"name": "renderOnChange",
|
|
390
|
+
"declaration": {
|
|
391
|
+
"name": "renderOnChange",
|
|
392
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "javascript-module",
|
|
399
|
+
"path": "src/design-system/design-system.ts",
|
|
400
|
+
"declarations": [
|
|
401
|
+
{
|
|
402
|
+
"kind": "function",
|
|
403
|
+
"name": "assureDesignSystem",
|
|
404
|
+
"return": {
|
|
405
|
+
"type": {
|
|
406
|
+
"text": "DesignSystemModule"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"parameters": [
|
|
410
|
+
{
|
|
411
|
+
"name": "module",
|
|
412
|
+
"type": {
|
|
413
|
+
"text": "DesignSystemModule"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"privacy": "public"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"exports": [
|
|
421
|
+
{
|
|
422
|
+
"kind": "js",
|
|
423
|
+
"name": "assureDesignSystem",
|
|
424
|
+
"declaration": {
|
|
425
|
+
"name": "assureDesignSystem",
|
|
426
|
+
"module": "src/design-system/design-system.ts"
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"kind": "javascript-module",
|
|
433
|
+
"path": "src/design-system/index.ts",
|
|
434
|
+
"declarations": [],
|
|
435
|
+
"exports": [
|
|
436
|
+
{
|
|
437
|
+
"kind": "js",
|
|
438
|
+
"name": "*",
|
|
439
|
+
"declaration": {
|
|
440
|
+
"name": "*",
|
|
441
|
+
"package": "./design-system"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
},
|
|
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
|
+
},
|
|
420
469
|
{
|
|
421
470
|
"kind": "javascript-module",
|
|
422
471
|
"path": "src/env/index.ts",
|
|
@@ -1046,55 +1095,6 @@
|
|
|
1046
1095
|
}
|
|
1047
1096
|
]
|
|
1048
1097
|
},
|
|
1049
|
-
{
|
|
1050
|
-
"kind": "javascript-module",
|
|
1051
|
-
"path": "src/design-system/design-system.ts",
|
|
1052
|
-
"declarations": [
|
|
1053
|
-
{
|
|
1054
|
-
"kind": "function",
|
|
1055
|
-
"name": "assureDesignSystem",
|
|
1056
|
-
"return": {
|
|
1057
|
-
"type": {
|
|
1058
|
-
"text": "DesignSystemModule"
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
"parameters": [
|
|
1062
|
-
{
|
|
1063
|
-
"name": "module",
|
|
1064
|
-
"type": {
|
|
1065
|
-
"text": "DesignSystemModule"
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1068
|
-
],
|
|
1069
|
-
"privacy": "public"
|
|
1070
|
-
}
|
|
1071
|
-
],
|
|
1072
|
-
"exports": [
|
|
1073
|
-
{
|
|
1074
|
-
"kind": "js",
|
|
1075
|
-
"name": "assureDesignSystem",
|
|
1076
|
-
"declaration": {
|
|
1077
|
-
"name": "assureDesignSystem",
|
|
1078
|
-
"module": "src/design-system/design-system.ts"
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
]
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"kind": "javascript-module",
|
|
1085
|
-
"path": "src/design-system/index.ts",
|
|
1086
|
-
"declarations": [],
|
|
1087
|
-
"exports": [
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "js",
|
|
1090
|
-
"name": "*",
|
|
1091
|
-
"declaration": {
|
|
1092
|
-
"name": "*",
|
|
1093
|
-
"package": "./design-system"
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
]
|
|
1097
|
-
},
|
|
1098
1098
|
{
|
|
1099
1099
|
"kind": "javascript-module",
|
|
1100
1100
|
"path": "src/logger/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.83.
|
|
4
|
+
"version": "14.83.7",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.83.
|
|
23
|
-
"@genesislcap/genx": "14.83.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.83.7",
|
|
23
|
+
"@genesislcap/genx": "14.83.7",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.83.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.83.7",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "8e2fe1e713e6414d3f1e4e98e9a5ab43b67df1a7"
|
|
46
46
|
}
|