@genesislcap/foundation-utils 14.183.0 → 14.183.2

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +115 -115
  2. 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",
@@ -435,42 +359,60 @@
435
359
  },
436
360
  {
437
361
  "kind": "javascript-module",
438
- "path": "src/design-system/design-system.ts",
362
+ "path": "src/decorators/index.ts",
363
+ "declarations": [],
364
+ "exports": [
365
+ {
366
+ "kind": "js",
367
+ "name": "*",
368
+ "declaration": {
369
+ "name": "*",
370
+ "package": "./renderOnChange"
371
+ }
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "kind": "javascript-module",
377
+ "path": "src/decorators/renderOnChange.ts",
439
378
  "declarations": [
440
379
  {
441
380
  "kind": "function",
442
- "name": "assureDesignSystem",
443
- "return": {
444
- "type": {
445
- "text": "DesignSystemModule"
446
- }
447
- },
381
+ "name": "renderOnChange",
448
382
  "parameters": [
449
383
  {
450
- "name": "module",
384
+ "name": "target",
451
385
  "type": {
452
- "text": "DesignSystemModule"
453
- }
386
+ "text": "FASTElement & { render(): void }"
387
+ },
388
+ "description": "The target to define the property change handler on."
389
+ },
390
+ {
391
+ "name": "name",
392
+ "type": {
393
+ "text": "string"
394
+ },
395
+ "description": "The property name."
454
396
  }
455
397
  ],
456
- "description": "assureDesignSystem.",
398
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
457
399
  "privacy": "public"
458
400
  }
459
401
  ],
460
402
  "exports": [
461
403
  {
462
404
  "kind": "js",
463
- "name": "assureDesignSystem",
405
+ "name": "renderOnChange",
464
406
  "declaration": {
465
- "name": "assureDesignSystem",
466
- "module": "src/design-system/design-system.ts"
407
+ "name": "renderOnChange",
408
+ "module": "src/decorators/renderOnChange.ts"
467
409
  }
468
410
  }
469
411
  ]
470
412
  },
471
413
  {
472
414
  "kind": "javascript-module",
473
- "path": "src/design-system/index.ts",
415
+ "path": "src/directives/index.ts",
474
416
  "declarations": [],
475
417
  "exports": [
476
418
  {
@@ -478,7 +420,15 @@
478
420
  "name": "*",
479
421
  "declaration": {
480
422
  "name": "*",
481
- "package": "./design-system"
423
+ "package": "./sync"
424
+ }
425
+ },
426
+ {
427
+ "kind": "js",
428
+ "name": "*",
429
+ "declaration": {
430
+ "name": "*",
431
+ "package": "./when-else"
482
432
  }
483
433
  }
484
434
  ]
@@ -905,6 +855,56 @@
905
855
  }
906
856
  ]
907
857
  },
858
+ {
859
+ "kind": "javascript-module",
860
+ "path": "src/design-system/design-system.ts",
861
+ "declarations": [
862
+ {
863
+ "kind": "function",
864
+ "name": "assureDesignSystem",
865
+ "return": {
866
+ "type": {
867
+ "text": "DesignSystemModule"
868
+ }
869
+ },
870
+ "parameters": [
871
+ {
872
+ "name": "module",
873
+ "type": {
874
+ "text": "DesignSystemModule"
875
+ }
876
+ }
877
+ ],
878
+ "description": "assureDesignSystem.",
879
+ "privacy": "public"
880
+ }
881
+ ],
882
+ "exports": [
883
+ {
884
+ "kind": "js",
885
+ "name": "assureDesignSystem",
886
+ "declaration": {
887
+ "name": "assureDesignSystem",
888
+ "module": "src/design-system/design-system.ts"
889
+ }
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "kind": "javascript-module",
895
+ "path": "src/design-system/index.ts",
896
+ "declarations": [],
897
+ "exports": [
898
+ {
899
+ "kind": "js",
900
+ "name": "*",
901
+ "declaration": {
902
+ "name": "*",
903
+ "package": "./design-system"
904
+ }
905
+ }
906
+ ]
907
+ },
908
908
  {
909
909
  "kind": "javascript-module",
910
910
  "path": "src/formatters/datetime.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.0",
4
+ "version": "14.183.2",
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.0",
23
- "@genesislcap/genx": "14.183.0",
24
- "@genesislcap/rollup-builder": "14.183.0",
25
- "@genesislcap/ts-builder": "14.183.0",
26
- "@genesislcap/uvu-playwright-builder": "14.183.0",
27
- "@genesislcap/vite-builder": "14.183.0",
28
- "@genesislcap/webpack-builder": "14.183.0",
22
+ "@genesislcap/foundation-testing": "14.183.2",
23
+ "@genesislcap/genx": "14.183.2",
24
+ "@genesislcap/rollup-builder": "14.183.2",
25
+ "@genesislcap/ts-builder": "14.183.2",
26
+ "@genesislcap/uvu-playwright-builder": "14.183.2",
27
+ "@genesislcap/vite-builder": "14.183.2",
28
+ "@genesislcap/webpack-builder": "14.183.2",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.183.0",
32
+ "@genesislcap/foundation-logger": "14.183.2",
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": "deecb5a173b5b6bd7042a7699ddb7d24e32d1ce8"
50
+ "gitHead": "fcec30e0c7127ead30b2eee7ac82eddf25d75daf"
51
51
  }