@genesislcap/foundation-utils 14.228.2-alpha-16265c5.0 → 14.228.2-alpha-0224583.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +141 -141
  2. package/package.json +10 -10
@@ -169,6 +169,147 @@
169
169
  }
170
170
  ]
171
171
  },
172
+ {
173
+ "kind": "javascript-module",
174
+ "path": "src/directives/index.ts",
175
+ "declarations": [],
176
+ "exports": [
177
+ {
178
+ "kind": "js",
179
+ "name": "*",
180
+ "declaration": {
181
+ "name": "*",
182
+ "package": "./sync"
183
+ }
184
+ },
185
+ {
186
+ "kind": "js",
187
+ "name": "*",
188
+ "declaration": {
189
+ "name": "*",
190
+ "package": "./when-else"
191
+ }
192
+ }
193
+ ]
194
+ },
195
+ {
196
+ "kind": "javascript-module",
197
+ "path": "src/design-system/design-system.ts",
198
+ "declarations": [
199
+ {
200
+ "kind": "function",
201
+ "name": "assureDesignSystem",
202
+ "return": {
203
+ "type": {
204
+ "text": "DesignSystemModule"
205
+ }
206
+ },
207
+ "parameters": [
208
+ {
209
+ "name": "module",
210
+ "type": {
211
+ "text": "DesignSystemModule"
212
+ }
213
+ }
214
+ ],
215
+ "description": "assureDesignSystem.",
216
+ "privacy": "public"
217
+ }
218
+ ],
219
+ "exports": [
220
+ {
221
+ "kind": "js",
222
+ "name": "assureDesignSystem",
223
+ "declaration": {
224
+ "name": "assureDesignSystem",
225
+ "module": "src/design-system/design-system.ts"
226
+ }
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "kind": "javascript-module",
232
+ "path": "src/design-system/index.ts",
233
+ "declarations": [],
234
+ "exports": [
235
+ {
236
+ "kind": "js",
237
+ "name": "*",
238
+ "declaration": {
239
+ "name": "*",
240
+ "package": "./design-system"
241
+ }
242
+ }
243
+ ]
244
+ },
245
+ {
246
+ "kind": "javascript-module",
247
+ "path": "src/decorators/index.ts",
248
+ "declarations": [],
249
+ "exports": [
250
+ {
251
+ "kind": "js",
252
+ "name": "*",
253
+ "declaration": {
254
+ "name": "*",
255
+ "package": "./renderOnChange"
256
+ }
257
+ }
258
+ ]
259
+ },
260
+ {
261
+ "kind": "javascript-module",
262
+ "path": "src/decorators/renderOnChange.ts",
263
+ "declarations": [
264
+ {
265
+ "kind": "function",
266
+ "name": "renderOnChange",
267
+ "parameters": [
268
+ {
269
+ "name": "target",
270
+ "type": {
271
+ "text": "FASTElement & { render(): void }"
272
+ },
273
+ "description": "The target to define the property change handler on."
274
+ },
275
+ {
276
+ "name": "name",
277
+ "type": {
278
+ "text": "string"
279
+ },
280
+ "description": "The property name."
281
+ }
282
+ ],
283
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
284
+ "privacy": "public"
285
+ }
286
+ ],
287
+ "exports": [
288
+ {
289
+ "kind": "js",
290
+ "name": "renderOnChange",
291
+ "declaration": {
292
+ "name": "renderOnChange",
293
+ "module": "src/decorators/renderOnChange.ts"
294
+ }
295
+ }
296
+ ]
297
+ },
298
+ {
299
+ "kind": "javascript-module",
300
+ "path": "src/encoding/index.ts",
301
+ "declarations": [],
302
+ "exports": [
303
+ {
304
+ "kind": "js",
305
+ "name": "*",
306
+ "declaration": {
307
+ "name": "*",
308
+ "package": "./base64"
309
+ }
310
+ }
311
+ ]
312
+ },
172
313
  {
173
314
  "kind": "javascript-module",
174
315
  "path": "src/data/inMemoryDatabase.ts",
@@ -367,147 +508,6 @@
367
508
  }
368
509
  ]
369
510
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/decorators/index.ts",
373
- "declarations": [],
374
- "exports": [
375
- {
376
- "kind": "js",
377
- "name": "*",
378
- "declaration": {
379
- "name": "*",
380
- "package": "./renderOnChange"
381
- }
382
- }
383
- ]
384
- },
385
- {
386
- "kind": "javascript-module",
387
- "path": "src/decorators/renderOnChange.ts",
388
- "declarations": [
389
- {
390
- "kind": "function",
391
- "name": "renderOnChange",
392
- "parameters": [
393
- {
394
- "name": "target",
395
- "type": {
396
- "text": "FASTElement & { render(): void }"
397
- },
398
- "description": "The target to define the property change handler on."
399
- },
400
- {
401
- "name": "name",
402
- "type": {
403
- "text": "string"
404
- },
405
- "description": "The property name."
406
- }
407
- ],
408
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
409
- "privacy": "public"
410
- }
411
- ],
412
- "exports": [
413
- {
414
- "kind": "js",
415
- "name": "renderOnChange",
416
- "declaration": {
417
- "name": "renderOnChange",
418
- "module": "src/decorators/renderOnChange.ts"
419
- }
420
- }
421
- ]
422
- },
423
- {
424
- "kind": "javascript-module",
425
- "path": "src/design-system/design-system.ts",
426
- "declarations": [
427
- {
428
- "kind": "function",
429
- "name": "assureDesignSystem",
430
- "return": {
431
- "type": {
432
- "text": "DesignSystemModule"
433
- }
434
- },
435
- "parameters": [
436
- {
437
- "name": "module",
438
- "type": {
439
- "text": "DesignSystemModule"
440
- }
441
- }
442
- ],
443
- "description": "assureDesignSystem.",
444
- "privacy": "public"
445
- }
446
- ],
447
- "exports": [
448
- {
449
- "kind": "js",
450
- "name": "assureDesignSystem",
451
- "declaration": {
452
- "name": "assureDesignSystem",
453
- "module": "src/design-system/design-system.ts"
454
- }
455
- }
456
- ]
457
- },
458
- {
459
- "kind": "javascript-module",
460
- "path": "src/design-system/index.ts",
461
- "declarations": [],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "*",
466
- "declaration": {
467
- "name": "*",
468
- "package": "./design-system"
469
- }
470
- }
471
- ]
472
- },
473
- {
474
- "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
476
- "declarations": [],
477
- "exports": [
478
- {
479
- "kind": "js",
480
- "name": "*",
481
- "declaration": {
482
- "name": "*",
483
- "package": "./sync"
484
- }
485
- },
486
- {
487
- "kind": "js",
488
- "name": "*",
489
- "declaration": {
490
- "name": "*",
491
- "package": "./when-else"
492
- }
493
- }
494
- ]
495
- },
496
- {
497
- "kind": "javascript-module",
498
- "path": "src/encoding/index.ts",
499
- "declarations": [],
500
- "exports": [
501
- {
502
- "kind": "js",
503
- "name": "*",
504
- "declaration": {
505
- "name": "*",
506
- "package": "./base64"
507
- }
508
- }
509
- ]
510
- },
511
511
  {
512
512
  "kind": "javascript-module",
513
513
  "path": "src/env/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.228.2-alpha-16265c5.0",
4
+ "version": "14.228.2-alpha-0224583.0",
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.228.2-alpha-16265c5.0",
31
- "@genesislcap/genx": "14.228.2-alpha-16265c5.0",
32
- "@genesislcap/rollup-builder": "14.228.2-alpha-16265c5.0",
33
- "@genesislcap/ts-builder": "14.228.2-alpha-16265c5.0",
34
- "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-16265c5.0",
35
- "@genesislcap/vite-builder": "14.228.2-alpha-16265c5.0",
36
- "@genesislcap/webpack-builder": "14.228.2-alpha-16265c5.0",
30
+ "@genesislcap/foundation-testing": "14.228.2-alpha-0224583.0",
31
+ "@genesislcap/genx": "14.228.2-alpha-0224583.0",
32
+ "@genesislcap/rollup-builder": "14.228.2-alpha-0224583.0",
33
+ "@genesislcap/ts-builder": "14.228.2-alpha-0224583.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-0224583.0",
35
+ "@genesislcap/vite-builder": "14.228.2-alpha-0224583.0",
36
+ "@genesislcap/webpack-builder": "14.228.2-alpha-0224583.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.228.2-alpha-16265c5.0",
40
+ "@genesislcap/foundation-logger": "14.228.2-alpha-0224583.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "68ea2e550c2f3f561cb894538eceb490f7a950cf"
58
+ "gitHead": "aa6b11ffeec9cf411f5385f780f948036c6f5524"
59
59
  }