@genesislcap/foundation-utils 14.227.2-alpha-3aaef45.0 → 14.227.2-alpha-0859250.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -169,59 +169,6 @@
169
169
  }
170
170
  ]
171
171
  },
172
- {
173
- "kind": "javascript-module",
174
- "path": "src/decorators/index.ts",
175
- "declarations": [],
176
- "exports": [
177
- {
178
- "kind": "js",
179
- "name": "*",
180
- "declaration": {
181
- "name": "*",
182
- "package": "./renderOnChange"
183
- }
184
- }
185
- ]
186
- },
187
- {
188
- "kind": "javascript-module",
189
- "path": "src/decorators/renderOnChange.ts",
190
- "declarations": [
191
- {
192
- "kind": "function",
193
- "name": "renderOnChange",
194
- "parameters": [
195
- {
196
- "name": "target",
197
- "type": {
198
- "text": "FASTElement & { render(): void }"
199
- },
200
- "description": "The target to define the property change handler on."
201
- },
202
- {
203
- "name": "name",
204
- "type": {
205
- "text": "string"
206
- },
207
- "description": "The property name."
208
- }
209
- ],
210
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
211
- "privacy": "public"
212
- }
213
- ],
214
- "exports": [
215
- {
216
- "kind": "js",
217
- "name": "renderOnChange",
218
- "declaration": {
219
- "name": "renderOnChange",
220
- "module": "src/decorators/renderOnChange.ts"
221
- }
222
- }
223
- ]
224
- },
225
172
  {
226
173
  "kind": "javascript-module",
227
174
  "path": "src/data/inMemoryDatabase.ts",
@@ -422,7 +369,42 @@
422
369
  },
423
370
  {
424
371
  "kind": "javascript-module",
425
- "path": "src/directives/index.ts",
372
+ "path": "src/design-system/design-system.ts",
373
+ "declarations": [
374
+ {
375
+ "kind": "function",
376
+ "name": "assureDesignSystem",
377
+ "return": {
378
+ "type": {
379
+ "text": "DesignSystemModule"
380
+ }
381
+ },
382
+ "parameters": [
383
+ {
384
+ "name": "module",
385
+ "type": {
386
+ "text": "DesignSystemModule"
387
+ }
388
+ }
389
+ ],
390
+ "description": "assureDesignSystem.",
391
+ "privacy": "public"
392
+ }
393
+ ],
394
+ "exports": [
395
+ {
396
+ "kind": "js",
397
+ "name": "assureDesignSystem",
398
+ "declaration": {
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
401
+ }
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/design-system/index.ts",
426
408
  "declarations": [],
427
409
  "exports": [
428
410
  {
@@ -430,57 +412,67 @@
430
412
  "name": "*",
431
413
  "declaration": {
432
414
  "name": "*",
433
- "package": "./sync"
415
+ "package": "./design-system"
434
416
  }
435
- },
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "kind": "javascript-module",
422
+ "path": "src/decorators/index.ts",
423
+ "declarations": [],
424
+ "exports": [
436
425
  {
437
426
  "kind": "js",
438
427
  "name": "*",
439
428
  "declaration": {
440
429
  "name": "*",
441
- "package": "./when-else"
430
+ "package": "./renderOnChange"
442
431
  }
443
432
  }
444
433
  ]
445
434
  },
446
435
  {
447
436
  "kind": "javascript-module",
448
- "path": "src/design-system/design-system.ts",
437
+ "path": "src/decorators/renderOnChange.ts",
449
438
  "declarations": [
450
439
  {
451
440
  "kind": "function",
452
- "name": "assureDesignSystem",
453
- "return": {
454
- "type": {
455
- "text": "DesignSystemModule"
456
- }
457
- },
441
+ "name": "renderOnChange",
458
442
  "parameters": [
459
443
  {
460
- "name": "module",
444
+ "name": "target",
461
445
  "type": {
462
- "text": "DesignSystemModule"
463
- }
446
+ "text": "FASTElement & { render(): void }"
447
+ },
448
+ "description": "The target to define the property change handler on."
449
+ },
450
+ {
451
+ "name": "name",
452
+ "type": {
453
+ "text": "string"
454
+ },
455
+ "description": "The property name."
464
456
  }
465
457
  ],
466
- "description": "assureDesignSystem.",
458
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
467
459
  "privacy": "public"
468
460
  }
469
461
  ],
470
462
  "exports": [
471
463
  {
472
464
  "kind": "js",
473
- "name": "assureDesignSystem",
465
+ "name": "renderOnChange",
474
466
  "declaration": {
475
- "name": "assureDesignSystem",
476
- "module": "src/design-system/design-system.ts"
467
+ "name": "renderOnChange",
468
+ "module": "src/decorators/renderOnChange.ts"
477
469
  }
478
470
  }
479
471
  ]
480
472
  },
481
473
  {
482
474
  "kind": "javascript-module",
483
- "path": "src/design-system/index.ts",
475
+ "path": "src/directives/index.ts",
484
476
  "declarations": [],
485
477
  "exports": [
486
478
  {
@@ -488,7 +480,15 @@
488
480
  "name": "*",
489
481
  "declaration": {
490
482
  "name": "*",
491
- "package": "./design-system"
483
+ "package": "./sync"
484
+ }
485
+ },
486
+ {
487
+ "kind": "js",
488
+ "name": "*",
489
+ "declaration": {
490
+ "name": "*",
491
+ "package": "./when-else"
492
492
  }
493
493
  }
494
494
  ]
@@ -1280,6 +1280,21 @@
1280
1280
  }
1281
1281
  ]
1282
1282
  },
1283
+ {
1284
+ "kind": "javascript-module",
1285
+ "path": "src/mappers/index.ts",
1286
+ "declarations": [],
1287
+ "exports": [
1288
+ {
1289
+ "kind": "js",
1290
+ "name": "*",
1291
+ "declaration": {
1292
+ "name": "*",
1293
+ "package": "./dto"
1294
+ }
1295
+ }
1296
+ ]
1297
+ },
1283
1298
  {
1284
1299
  "kind": "javascript-module",
1285
1300
  "path": "src/logger/index.ts",
@@ -1366,21 +1381,6 @@
1366
1381
  }
1367
1382
  ]
1368
1383
  },
1369
- {
1370
- "kind": "javascript-module",
1371
- "path": "src/mappers/index.ts",
1372
- "declarations": [],
1373
- "exports": [
1374
- {
1375
- "kind": "js",
1376
- "name": "*",
1377
- "declaration": {
1378
- "name": "*",
1379
- "package": "./dto"
1380
- }
1381
- }
1382
- ]
1383
- },
1384
1384
  {
1385
1385
  "kind": "javascript-module",
1386
1386
  "path": "src/mixins/index.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAQ/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC"}
@@ -26,7 +26,8 @@ export { _BUILDER as BUILDER };
26
26
  let _PUBLIC_PATH = '/';
27
27
  try {
28
28
  if (typeof PUBLIC_PATH !== 'undefined') {
29
- _PUBLIC_PATH = PUBLIC_PATH;
29
+ // Remove trailing slash from PUBLIC_PATH
30
+ _PUBLIC_PATH = PUBLIC_PATH.replace(/\/$/, '');
30
31
  }
31
32
  }
32
33
  catch (_b) { }
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.227.2-alpha-3aaef45.0",
4
+ "version": "14.227.2-alpha-0859250.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.227.2-alpha-3aaef45.0",
31
- "@genesislcap/genx": "14.227.2-alpha-3aaef45.0",
32
- "@genesislcap/rollup-builder": "14.227.2-alpha-3aaef45.0",
33
- "@genesislcap/ts-builder": "14.227.2-alpha-3aaef45.0",
34
- "@genesislcap/uvu-playwright-builder": "14.227.2-alpha-3aaef45.0",
35
- "@genesislcap/vite-builder": "14.227.2-alpha-3aaef45.0",
36
- "@genesislcap/webpack-builder": "14.227.2-alpha-3aaef45.0",
30
+ "@genesislcap/foundation-testing": "14.227.2-alpha-0859250.0",
31
+ "@genesislcap/genx": "14.227.2-alpha-0859250.0",
32
+ "@genesislcap/rollup-builder": "14.227.2-alpha-0859250.0",
33
+ "@genesislcap/ts-builder": "14.227.2-alpha-0859250.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.2-alpha-0859250.0",
35
+ "@genesislcap/vite-builder": "14.227.2-alpha-0859250.0",
36
+ "@genesislcap/webpack-builder": "14.227.2-alpha-0859250.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.2-alpha-3aaef45.0",
40
+ "@genesislcap/foundation-logger": "14.227.2-alpha-0859250.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": "d14a5b7b16241eec4dda5ee32770f713a378584b"
58
+ "gitHead": "6a65d07eed8b0382384040c75a69f4e1633ffd35"
59
59
  }