@genesislcap/foundation-utils 14.183.0 → 14.183.1
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 +99 -99
- package/package.json +10 -10
|
@@ -159,82 +159,6 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
|
-
{
|
|
163
|
-
"kind": "javascript-module",
|
|
164
|
-
"path": "src/decorators/index.ts",
|
|
165
|
-
"declarations": [],
|
|
166
|
-
"exports": [
|
|
167
|
-
{
|
|
168
|
-
"kind": "js",
|
|
169
|
-
"name": "*",
|
|
170
|
-
"declaration": {
|
|
171
|
-
"name": "*",
|
|
172
|
-
"package": "./renderOnChange"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"kind": "javascript-module",
|
|
179
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
180
|
-
"declarations": [
|
|
181
|
-
{
|
|
182
|
-
"kind": "function",
|
|
183
|
-
"name": "renderOnChange",
|
|
184
|
-
"parameters": [
|
|
185
|
-
{
|
|
186
|
-
"name": "target",
|
|
187
|
-
"type": {
|
|
188
|
-
"text": "FASTElement & { render(): void }"
|
|
189
|
-
},
|
|
190
|
-
"description": "The target to define the property change handler on."
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "name",
|
|
194
|
-
"type": {
|
|
195
|
-
"text": "string"
|
|
196
|
-
},
|
|
197
|
-
"description": "The property name."
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
201
|
-
"privacy": "public"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"exports": [
|
|
205
|
-
{
|
|
206
|
-
"kind": "js",
|
|
207
|
-
"name": "renderOnChange",
|
|
208
|
-
"declaration": {
|
|
209
|
-
"name": "renderOnChange",
|
|
210
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
]
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"kind": "javascript-module",
|
|
217
|
-
"path": "src/directives/index.ts",
|
|
218
|
-
"declarations": [],
|
|
219
|
-
"exports": [
|
|
220
|
-
{
|
|
221
|
-
"kind": "js",
|
|
222
|
-
"name": "*",
|
|
223
|
-
"declaration": {
|
|
224
|
-
"name": "*",
|
|
225
|
-
"package": "./sync"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"kind": "js",
|
|
230
|
-
"name": "*",
|
|
231
|
-
"declaration": {
|
|
232
|
-
"name": "*",
|
|
233
|
-
"package": "./when-else"
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
},
|
|
238
162
|
{
|
|
239
163
|
"kind": "javascript-module",
|
|
240
164
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -433,6 +357,29 @@
|
|
|
433
357
|
}
|
|
434
358
|
]
|
|
435
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "javascript-module",
|
|
362
|
+
"path": "src/directives/index.ts",
|
|
363
|
+
"declarations": [],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "*",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./sync"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"kind": "js",
|
|
375
|
+
"name": "*",
|
|
376
|
+
"declaration": {
|
|
377
|
+
"name": "*",
|
|
378
|
+
"package": "./when-else"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
436
383
|
{
|
|
437
384
|
"kind": "javascript-module",
|
|
438
385
|
"path": "src/design-system/design-system.ts",
|
|
@@ -483,6 +430,59 @@
|
|
|
483
430
|
}
|
|
484
431
|
]
|
|
485
432
|
},
|
|
433
|
+
{
|
|
434
|
+
"kind": "javascript-module",
|
|
435
|
+
"path": "src/decorators/index.ts",
|
|
436
|
+
"declarations": [],
|
|
437
|
+
"exports": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "js",
|
|
440
|
+
"name": "*",
|
|
441
|
+
"declaration": {
|
|
442
|
+
"name": "*",
|
|
443
|
+
"package": "./renderOnChange"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "javascript-module",
|
|
450
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
451
|
+
"declarations": [
|
|
452
|
+
{
|
|
453
|
+
"kind": "function",
|
|
454
|
+
"name": "renderOnChange",
|
|
455
|
+
"parameters": [
|
|
456
|
+
{
|
|
457
|
+
"name": "target",
|
|
458
|
+
"type": {
|
|
459
|
+
"text": "FASTElement & { render(): void }"
|
|
460
|
+
},
|
|
461
|
+
"description": "The target to define the property change handler on."
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "name",
|
|
465
|
+
"type": {
|
|
466
|
+
"text": "string"
|
|
467
|
+
},
|
|
468
|
+
"description": "The property name."
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
472
|
+
"privacy": "public"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"exports": [
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "renderOnChange",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "renderOnChange",
|
|
481
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
486
|
{
|
|
487
487
|
"kind": "javascript-module",
|
|
488
488
|
"path": "src/env/index.ts",
|
|
@@ -1218,6 +1218,29 @@
|
|
|
1218
1218
|
}
|
|
1219
1219
|
]
|
|
1220
1220
|
},
|
|
1221
|
+
{
|
|
1222
|
+
"kind": "javascript-module",
|
|
1223
|
+
"path": "src/mixins/index.ts",
|
|
1224
|
+
"declarations": [],
|
|
1225
|
+
"exports": [
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "js",
|
|
1228
|
+
"name": "*",
|
|
1229
|
+
"declaration": {
|
|
1230
|
+
"name": "*",
|
|
1231
|
+
"package": "./pendingState"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "js",
|
|
1236
|
+
"name": "*",
|
|
1237
|
+
"declaration": {
|
|
1238
|
+
"name": "*",
|
|
1239
|
+
"package": "./lifecycle"
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
},
|
|
1221
1244
|
{
|
|
1222
1245
|
"kind": "javascript-module",
|
|
1223
1246
|
"path": "src/observer/index.ts",
|
|
@@ -1290,29 +1313,6 @@
|
|
|
1290
1313
|
}
|
|
1291
1314
|
]
|
|
1292
1315
|
},
|
|
1293
|
-
{
|
|
1294
|
-
"kind": "javascript-module",
|
|
1295
|
-
"path": "src/mixins/index.ts",
|
|
1296
|
-
"declarations": [],
|
|
1297
|
-
"exports": [
|
|
1298
|
-
{
|
|
1299
|
-
"kind": "js",
|
|
1300
|
-
"name": "*",
|
|
1301
|
-
"declaration": {
|
|
1302
|
-
"name": "*",
|
|
1303
|
-
"package": "./pendingState"
|
|
1304
|
-
}
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"kind": "js",
|
|
1308
|
-
"name": "*",
|
|
1309
|
-
"declaration": {
|
|
1310
|
-
"name": "*",
|
|
1311
|
-
"package": "./lifecycle"
|
|
1312
|
-
}
|
|
1313
|
-
}
|
|
1314
|
-
]
|
|
1315
|
-
},
|
|
1316
1316
|
{
|
|
1317
1317
|
"kind": "javascript-module",
|
|
1318
1318
|
"path": "src/promise/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.183.
|
|
4
|
+
"version": "14.183.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.183.
|
|
23
|
-
"@genesislcap/genx": "14.183.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.183.
|
|
25
|
-
"@genesislcap/ts-builder": "14.183.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.183.
|
|
27
|
-
"@genesislcap/vite-builder": "14.183.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.183.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.183.1",
|
|
23
|
+
"@genesislcap/genx": "14.183.1",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.183.1",
|
|
25
|
+
"@genesislcap/ts-builder": "14.183.1",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.183.1",
|
|
27
|
+
"@genesislcap/vite-builder": "14.183.1",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.183.1",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.183.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.183.1",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "3caa32fe960947d43a5a60830f12b85181fe40c1"
|
|
51
51
|
}
|