@genesislcap/foundation-utils 14.191.0 → 14.191.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -103
  2. package/package.json +10 -10
@@ -159,6 +159,109 @@
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/design-system/design-system.ts",
218
+ "declarations": [
219
+ {
220
+ "kind": "function",
221
+ "name": "assureDesignSystem",
222
+ "return": {
223
+ "type": {
224
+ "text": "DesignSystemModule"
225
+ }
226
+ },
227
+ "parameters": [
228
+ {
229
+ "name": "module",
230
+ "type": {
231
+ "text": "DesignSystemModule"
232
+ }
233
+ }
234
+ ],
235
+ "description": "assureDesignSystem.",
236
+ "privacy": "public"
237
+ }
238
+ ],
239
+ "exports": [
240
+ {
241
+ "kind": "js",
242
+ "name": "assureDesignSystem",
243
+ "declaration": {
244
+ "name": "assureDesignSystem",
245
+ "module": "src/design-system/design-system.ts"
246
+ }
247
+ }
248
+ ]
249
+ },
250
+ {
251
+ "kind": "javascript-module",
252
+ "path": "src/design-system/index.ts",
253
+ "declarations": [],
254
+ "exports": [
255
+ {
256
+ "kind": "js",
257
+ "name": "*",
258
+ "declaration": {
259
+ "name": "*",
260
+ "package": "./design-system"
261
+ }
262
+ }
263
+ ]
264
+ },
162
265
  {
163
266
  "kind": "javascript-module",
164
267
  "path": "src/data/inMemoryDatabase.ts",
@@ -357,109 +460,6 @@
357
460
  }
358
461
  ]
359
462
  },
360
- {
361
- "kind": "javascript-module",
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",
378
- "declarations": [
379
- {
380
- "kind": "function",
381
- "name": "renderOnChange",
382
- "parameters": [
383
- {
384
- "name": "target",
385
- "type": {
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."
396
- }
397
- ],
398
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
399
- "privacy": "public"
400
- }
401
- ],
402
- "exports": [
403
- {
404
- "kind": "js",
405
- "name": "renderOnChange",
406
- "declaration": {
407
- "name": "renderOnChange",
408
- "module": "src/decorators/renderOnChange.ts"
409
- }
410
- }
411
- ]
412
- },
413
- {
414
- "kind": "javascript-module",
415
- "path": "src/design-system/design-system.ts",
416
- "declarations": [
417
- {
418
- "kind": "function",
419
- "name": "assureDesignSystem",
420
- "return": {
421
- "type": {
422
- "text": "DesignSystemModule"
423
- }
424
- },
425
- "parameters": [
426
- {
427
- "name": "module",
428
- "type": {
429
- "text": "DesignSystemModule"
430
- }
431
- }
432
- ],
433
- "description": "assureDesignSystem.",
434
- "privacy": "public"
435
- }
436
- ],
437
- "exports": [
438
- {
439
- "kind": "js",
440
- "name": "assureDesignSystem",
441
- "declaration": {
442
- "name": "assureDesignSystem",
443
- "module": "src/design-system/design-system.ts"
444
- }
445
- }
446
- ]
447
- },
448
- {
449
- "kind": "javascript-module",
450
- "path": "src/design-system/index.ts",
451
- "declarations": [],
452
- "exports": [
453
- {
454
- "kind": "js",
455
- "name": "*",
456
- "declaration": {
457
- "name": "*",
458
- "package": "./design-system"
459
- }
460
- }
461
- ]
462
- },
463
463
  {
464
464
  "kind": "javascript-module",
465
465
  "path": "src/directives/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.191.0",
4
+ "version": "14.191.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.191.0",
31
- "@genesislcap/genx": "14.191.0",
32
- "@genesislcap/rollup-builder": "14.191.0",
33
- "@genesislcap/ts-builder": "14.191.0",
34
- "@genesislcap/uvu-playwright-builder": "14.191.0",
35
- "@genesislcap/vite-builder": "14.191.0",
36
- "@genesislcap/webpack-builder": "14.191.0",
30
+ "@genesislcap/foundation-testing": "14.191.1",
31
+ "@genesislcap/genx": "14.191.1",
32
+ "@genesislcap/rollup-builder": "14.191.1",
33
+ "@genesislcap/ts-builder": "14.191.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.191.1",
35
+ "@genesislcap/vite-builder": "14.191.1",
36
+ "@genesislcap/webpack-builder": "14.191.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.191.0",
40
+ "@genesislcap/foundation-logger": "14.191.1",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "6cd41bf74649398b357228b168d779a5f86a55c8"
57
+ "gitHead": "9bc30ed898adf865b39ae2f6515e6555bb7fb871"
58
58
  }