@genesislcap/foundation-utils 14.406.0-workspaces.5 → 14.406.0-workspaces.6

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 +219 -219
  2. package/package.json +11 -11
@@ -258,6 +258,59 @@
258
258
  }
259
259
  ]
260
260
  },
261
+ {
262
+ "kind": "javascript-module",
263
+ "path": "src/decorators/index.ts",
264
+ "declarations": [],
265
+ "exports": [
266
+ {
267
+ "kind": "js",
268
+ "name": "*",
269
+ "declaration": {
270
+ "name": "*",
271
+ "package": "./renderOnChange"
272
+ }
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "kind": "javascript-module",
278
+ "path": "src/decorators/renderOnChange.ts",
279
+ "declarations": [
280
+ {
281
+ "kind": "function",
282
+ "name": "renderOnChange",
283
+ "parameters": [
284
+ {
285
+ "name": "target",
286
+ "type": {
287
+ "text": "FASTElement & { render(): void }"
288
+ },
289
+ "description": "The target to define the property change handler on."
290
+ },
291
+ {
292
+ "name": "name",
293
+ "type": {
294
+ "text": "string"
295
+ },
296
+ "description": "The property name."
297
+ }
298
+ ],
299
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
300
+ "privacy": "public"
301
+ }
302
+ ],
303
+ "exports": [
304
+ {
305
+ "kind": "js",
306
+ "name": "renderOnChange",
307
+ "declaration": {
308
+ "name": "renderOnChange",
309
+ "module": "src/decorators/renderOnChange.ts"
310
+ }
311
+ }
312
+ ]
313
+ },
261
314
  {
262
315
  "kind": "javascript-module",
263
316
  "path": "src/design-system/design-system.ts",
@@ -578,7 +631,7 @@
578
631
  },
579
632
  {
580
633
  "kind": "javascript-module",
581
- "path": "src/encoding/index.ts",
634
+ "path": "src/directives/index.ts",
582
635
  "declarations": [],
583
636
  "exports": [
584
637
  {
@@ -586,7 +639,15 @@
586
639
  "name": "*",
587
640
  "declaration": {
588
641
  "name": "*",
589
- "package": "./base64"
642
+ "package": "./sync"
643
+ }
644
+ },
645
+ {
646
+ "kind": "js",
647
+ "name": "*",
648
+ "declaration": {
649
+ "name": "*",
650
+ "package": "./when-else"
590
651
  }
591
652
  }
592
653
  ]
@@ -1068,30 +1129,7 @@
1068
1129
  },
1069
1130
  {
1070
1131
  "kind": "javascript-module",
1071
- "path": "src/directives/index.ts",
1072
- "declarations": [],
1073
- "exports": [
1074
- {
1075
- "kind": "js",
1076
- "name": "*",
1077
- "declaration": {
1078
- "name": "*",
1079
- "package": "./sync"
1080
- }
1081
- },
1082
- {
1083
- "kind": "js",
1084
- "name": "*",
1085
- "declaration": {
1086
- "name": "*",
1087
- "package": "./when-else"
1088
- }
1089
- }
1090
- ]
1091
- },
1092
- {
1093
- "kind": "javascript-module",
1094
- "path": "src/decorators/index.ts",
1132
+ "path": "src/encoding/index.ts",
1095
1133
  "declarations": [],
1096
1134
  "exports": [
1097
1135
  {
@@ -1099,45 +1137,7 @@
1099
1137
  "name": "*",
1100
1138
  "declaration": {
1101
1139
  "name": "*",
1102
- "package": "./renderOnChange"
1103
- }
1104
- }
1105
- ]
1106
- },
1107
- {
1108
- "kind": "javascript-module",
1109
- "path": "src/decorators/renderOnChange.ts",
1110
- "declarations": [
1111
- {
1112
- "kind": "function",
1113
- "name": "renderOnChange",
1114
- "parameters": [
1115
- {
1116
- "name": "target",
1117
- "type": {
1118
- "text": "FASTElement & { render(): void }"
1119
- },
1120
- "description": "The target to define the property change handler on."
1121
- },
1122
- {
1123
- "name": "name",
1124
- "type": {
1125
- "text": "string"
1126
- },
1127
- "description": "The property name."
1128
- }
1129
- ],
1130
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1131
- "privacy": "public"
1132
- }
1133
- ],
1134
- "exports": [
1135
- {
1136
- "kind": "js",
1137
- "name": "renderOnChange",
1138
- "declaration": {
1139
- "name": "renderOnChange",
1140
- "module": "src/decorators/renderOnChange.ts"
1140
+ "package": "./base64"
1141
1141
  }
1142
1142
  }
1143
1143
  ]
@@ -4322,160 +4322,6 @@
4322
4322
  "declarations": [],
4323
4323
  "exports": []
4324
4324
  },
4325
- {
4326
- "kind": "javascript-module",
4327
- "path": "src/encoding/base64/decode.ts",
4328
- "declarations": [
4329
- {
4330
- "kind": "function",
4331
- "name": "decodeFromBase64",
4332
- "return": {
4333
- "type": {
4334
- "text": ""
4335
- }
4336
- },
4337
- "parameters": [
4338
- {
4339
- "name": "base64Value",
4340
- "type": {
4341
- "text": "string"
4342
- }
4343
- },
4344
- {
4345
- "description": "The value to decode from base64.",
4346
- "name": "value"
4347
- }
4348
- ],
4349
- "description": "Decodes a value from base64.",
4350
- "privacy": "public"
4351
- },
4352
- {
4353
- "kind": "function",
4354
- "name": "decodeFromBase64WithPrefix",
4355
- "return": {
4356
- "type": {
4357
- "text": ""
4358
- }
4359
- },
4360
- "parameters": [
4361
- {
4362
- "name": "value",
4363
- "type": {
4364
- "text": "string"
4365
- },
4366
- "description": "The value to decode from base64."
4367
- }
4368
- ],
4369
- "description": "Decodes a value from base64 with a prefix.",
4370
- "privacy": "public"
4371
- }
4372
- ],
4373
- "exports": [
4374
- {
4375
- "kind": "js",
4376
- "name": "decodeFromBase64",
4377
- "declaration": {
4378
- "name": "decodeFromBase64",
4379
- "module": "src/encoding/base64/decode.ts"
4380
- }
4381
- },
4382
- {
4383
- "kind": "js",
4384
- "name": "decodeFromBase64WithPrefix",
4385
- "declaration": {
4386
- "name": "decodeFromBase64WithPrefix",
4387
- "module": "src/encoding/base64/decode.ts"
4388
- }
4389
- }
4390
- ]
4391
- },
4392
- {
4393
- "kind": "javascript-module",
4394
- "path": "src/encoding/base64/encode.ts",
4395
- "declarations": [
4396
- {
4397
- "kind": "function",
4398
- "name": "encodeToBase64",
4399
- "return": {
4400
- "type": {
4401
- "text": ""
4402
- }
4403
- },
4404
- "parameters": [
4405
- {
4406
- "name": "value",
4407
- "type": {
4408
- "text": "string | ArrayBuffer"
4409
- },
4410
- "description": "The value to encode to base64."
4411
- }
4412
- ],
4413
- "description": "Encodes the given value to base64.",
4414
- "privacy": "public"
4415
- },
4416
- {
4417
- "kind": "function",
4418
- "name": "encodeToBase64WithPrefix",
4419
- "return": {
4420
- "type": {
4421
- "text": ""
4422
- }
4423
- },
4424
- "parameters": [
4425
- {
4426
- "name": "value",
4427
- "type": {
4428
- "text": "string | ArrayBuffer"
4429
- },
4430
- "description": "The value to encode to base64."
4431
- }
4432
- ],
4433
- "description": "Encodes the given value with a prefix to base64.",
4434
- "privacy": "public"
4435
- }
4436
- ],
4437
- "exports": [
4438
- {
4439
- "kind": "js",
4440
- "name": "encodeToBase64",
4441
- "declaration": {
4442
- "name": "encodeToBase64",
4443
- "module": "src/encoding/base64/encode.ts"
4444
- }
4445
- },
4446
- {
4447
- "kind": "js",
4448
- "name": "encodeToBase64WithPrefix",
4449
- "declaration": {
4450
- "name": "encodeToBase64WithPrefix",
4451
- "module": "src/encoding/base64/encode.ts"
4452
- }
4453
- }
4454
- ]
4455
- },
4456
- {
4457
- "kind": "javascript-module",
4458
- "path": "src/encoding/base64/index.ts",
4459
- "declarations": [],
4460
- "exports": [
4461
- {
4462
- "kind": "js",
4463
- "name": "*",
4464
- "declaration": {
4465
- "name": "*",
4466
- "package": "./decode"
4467
- }
4468
- },
4469
- {
4470
- "kind": "js",
4471
- "name": "*",
4472
- "declaration": {
4473
- "name": "*",
4474
- "package": "./encode"
4475
- }
4476
- }
4477
- ]
4478
- },
4479
4325
  {
4480
4326
  "kind": "javascript-module",
4481
4327
  "path": "src/directives/sync/index.ts",
@@ -4630,6 +4476,160 @@
4630
4476
  }
4631
4477
  ]
4632
4478
  },
4479
+ {
4480
+ "kind": "javascript-module",
4481
+ "path": "src/encoding/base64/decode.ts",
4482
+ "declarations": [
4483
+ {
4484
+ "kind": "function",
4485
+ "name": "decodeFromBase64",
4486
+ "return": {
4487
+ "type": {
4488
+ "text": ""
4489
+ }
4490
+ },
4491
+ "parameters": [
4492
+ {
4493
+ "name": "base64Value",
4494
+ "type": {
4495
+ "text": "string"
4496
+ }
4497
+ },
4498
+ {
4499
+ "description": "The value to decode from base64.",
4500
+ "name": "value"
4501
+ }
4502
+ ],
4503
+ "description": "Decodes a value from base64.",
4504
+ "privacy": "public"
4505
+ },
4506
+ {
4507
+ "kind": "function",
4508
+ "name": "decodeFromBase64WithPrefix",
4509
+ "return": {
4510
+ "type": {
4511
+ "text": ""
4512
+ }
4513
+ },
4514
+ "parameters": [
4515
+ {
4516
+ "name": "value",
4517
+ "type": {
4518
+ "text": "string"
4519
+ },
4520
+ "description": "The value to decode from base64."
4521
+ }
4522
+ ],
4523
+ "description": "Decodes a value from base64 with a prefix.",
4524
+ "privacy": "public"
4525
+ }
4526
+ ],
4527
+ "exports": [
4528
+ {
4529
+ "kind": "js",
4530
+ "name": "decodeFromBase64",
4531
+ "declaration": {
4532
+ "name": "decodeFromBase64",
4533
+ "module": "src/encoding/base64/decode.ts"
4534
+ }
4535
+ },
4536
+ {
4537
+ "kind": "js",
4538
+ "name": "decodeFromBase64WithPrefix",
4539
+ "declaration": {
4540
+ "name": "decodeFromBase64WithPrefix",
4541
+ "module": "src/encoding/base64/decode.ts"
4542
+ }
4543
+ }
4544
+ ]
4545
+ },
4546
+ {
4547
+ "kind": "javascript-module",
4548
+ "path": "src/encoding/base64/encode.ts",
4549
+ "declarations": [
4550
+ {
4551
+ "kind": "function",
4552
+ "name": "encodeToBase64",
4553
+ "return": {
4554
+ "type": {
4555
+ "text": ""
4556
+ }
4557
+ },
4558
+ "parameters": [
4559
+ {
4560
+ "name": "value",
4561
+ "type": {
4562
+ "text": "string | ArrayBuffer"
4563
+ },
4564
+ "description": "The value to encode to base64."
4565
+ }
4566
+ ],
4567
+ "description": "Encodes the given value to base64.",
4568
+ "privacy": "public"
4569
+ },
4570
+ {
4571
+ "kind": "function",
4572
+ "name": "encodeToBase64WithPrefix",
4573
+ "return": {
4574
+ "type": {
4575
+ "text": ""
4576
+ }
4577
+ },
4578
+ "parameters": [
4579
+ {
4580
+ "name": "value",
4581
+ "type": {
4582
+ "text": "string | ArrayBuffer"
4583
+ },
4584
+ "description": "The value to encode to base64."
4585
+ }
4586
+ ],
4587
+ "description": "Encodes the given value with a prefix to base64.",
4588
+ "privacy": "public"
4589
+ }
4590
+ ],
4591
+ "exports": [
4592
+ {
4593
+ "kind": "js",
4594
+ "name": "encodeToBase64",
4595
+ "declaration": {
4596
+ "name": "encodeToBase64",
4597
+ "module": "src/encoding/base64/encode.ts"
4598
+ }
4599
+ },
4600
+ {
4601
+ "kind": "js",
4602
+ "name": "encodeToBase64WithPrefix",
4603
+ "declaration": {
4604
+ "name": "encodeToBase64WithPrefix",
4605
+ "module": "src/encoding/base64/encode.ts"
4606
+ }
4607
+ }
4608
+ ]
4609
+ },
4610
+ {
4611
+ "kind": "javascript-module",
4612
+ "path": "src/encoding/base64/index.ts",
4613
+ "declarations": [],
4614
+ "exports": [
4615
+ {
4616
+ "kind": "js",
4617
+ "name": "*",
4618
+ "declaration": {
4619
+ "name": "*",
4620
+ "package": "./decode"
4621
+ }
4622
+ },
4623
+ {
4624
+ "kind": "js",
4625
+ "name": "*",
4626
+ "declaration": {
4627
+ "name": "*",
4628
+ "package": "./encode"
4629
+ }
4630
+ }
4631
+ ]
4632
+ },
4633
4633
  {
4634
4634
  "kind": "javascript-module",
4635
4635
  "path": "src/mappers/dto/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.406.0-workspaces.5",
4
+ "version": "14.406.0-workspaces.6",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.406.0-workspaces.5",
33
- "@genesislcap/genx": "14.406.0-workspaces.5",
34
- "@genesislcap/rollup-builder": "14.406.0-workspaces.5",
35
- "@genesislcap/ts-builder": "14.406.0-workspaces.5",
36
- "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.5",
37
- "@genesislcap/vite-builder": "14.406.0-workspaces.5",
38
- "@genesislcap/webpack-builder": "14.406.0-workspaces.5",
32
+ "@genesislcap/foundation-testing": "14.406.0-workspaces.6",
33
+ "@genesislcap/genx": "14.406.0-workspaces.6",
34
+ "@genesislcap/rollup-builder": "14.406.0-workspaces.6",
35
+ "@genesislcap/ts-builder": "14.406.0-workspaces.6",
36
+ "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.6",
37
+ "@genesislcap/vite-builder": "14.406.0-workspaces.6",
38
+ "@genesislcap/webpack-builder": "14.406.0-workspaces.6",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.406.0-workspaces.5",
43
- "@genesislcap/foundation-logger": "14.406.0-workspaces.5",
42
+ "@genesislcap/expression-builder": "14.406.0-workspaces.6",
43
+ "@genesislcap/foundation-logger": "14.406.0-workspaces.6",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "e356977906cce29d0a9ebf7722bca9dde4fbf417"
61
+ "gitHead": "9926086c62c7c777a76e5455fe638c6e1250790f"
62
62
  }