@genesislcap/foundation-utils 14.409.0-FUI-2495.4 → 14.409.0-FUI-2495.5

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 +209 -209
  2. package/package.json +11 -11
@@ -448,6 +448,59 @@
448
448
  }
449
449
  ]
450
450
  },
451
+ {
452
+ "kind": "javascript-module",
453
+ "path": "src/decorators/index.ts",
454
+ "declarations": [],
455
+ "exports": [
456
+ {
457
+ "kind": "js",
458
+ "name": "*",
459
+ "declaration": {
460
+ "name": "*",
461
+ "package": "./renderOnChange"
462
+ }
463
+ }
464
+ ]
465
+ },
466
+ {
467
+ "kind": "javascript-module",
468
+ "path": "src/decorators/renderOnChange.ts",
469
+ "declarations": [
470
+ {
471
+ "kind": "function",
472
+ "name": "renderOnChange",
473
+ "parameters": [
474
+ {
475
+ "name": "target",
476
+ "type": {
477
+ "text": "FASTElement & { render(): void }"
478
+ },
479
+ "description": "The target to define the property change handler on."
480
+ },
481
+ {
482
+ "name": "name",
483
+ "type": {
484
+ "text": "string"
485
+ },
486
+ "description": "The property name."
487
+ }
488
+ ],
489
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
490
+ "privacy": "public"
491
+ }
492
+ ],
493
+ "exports": [
494
+ {
495
+ "kind": "js",
496
+ "name": "renderOnChange",
497
+ "declaration": {
498
+ "name": "renderOnChange",
499
+ "module": "src/decorators/renderOnChange.ts"
500
+ }
501
+ }
502
+ ]
503
+ },
451
504
  {
452
505
  "kind": "javascript-module",
453
506
  "path": "src/design-system/design-system.ts",
@@ -568,21 +621,6 @@
568
621
  }
569
622
  ]
570
623
  },
571
- {
572
- "kind": "javascript-module",
573
- "path": "src/encoding/index.ts",
574
- "declarations": [],
575
- "exports": [
576
- {
577
- "kind": "js",
578
- "name": "*",
579
- "declaration": {
580
- "name": "*",
581
- "package": "./base64"
582
- }
583
- }
584
- ]
585
- },
586
624
  {
587
625
  "kind": "javascript-module",
588
626
  "path": "src/directives/index.ts",
@@ -1083,7 +1121,7 @@
1083
1121
  },
1084
1122
  {
1085
1123
  "kind": "javascript-module",
1086
- "path": "src/decorators/index.ts",
1124
+ "path": "src/encoding/index.ts",
1087
1125
  "declarations": [],
1088
1126
  "exports": [
1089
1127
  {
@@ -1091,45 +1129,7 @@
1091
1129
  "name": "*",
1092
1130
  "declaration": {
1093
1131
  "name": "*",
1094
- "package": "./renderOnChange"
1095
- }
1096
- }
1097
- ]
1098
- },
1099
- {
1100
- "kind": "javascript-module",
1101
- "path": "src/decorators/renderOnChange.ts",
1102
- "declarations": [
1103
- {
1104
- "kind": "function",
1105
- "name": "renderOnChange",
1106
- "parameters": [
1107
- {
1108
- "name": "target",
1109
- "type": {
1110
- "text": "FASTElement & { render(): void }"
1111
- },
1112
- "description": "The target to define the property change handler on."
1113
- },
1114
- {
1115
- "name": "name",
1116
- "type": {
1117
- "text": "string"
1118
- },
1119
- "description": "The property name."
1120
- }
1121
- ],
1122
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1123
- "privacy": "public"
1124
- }
1125
- ],
1126
- "exports": [
1127
- {
1128
- "kind": "js",
1129
- "name": "renderOnChange",
1130
- "declaration": {
1131
- "name": "renderOnChange",
1132
- "module": "src/decorators/renderOnChange.ts"
1132
+ "package": "./base64"
1133
1133
  }
1134
1134
  }
1135
1135
  ]
@@ -4308,160 +4308,6 @@
4308
4308
  }
4309
4309
  ]
4310
4310
  },
4311
- {
4312
- "kind": "javascript-module",
4313
- "path": "src/encoding/base64/decode.ts",
4314
- "declarations": [
4315
- {
4316
- "kind": "function",
4317
- "name": "decodeFromBase64",
4318
- "return": {
4319
- "type": {
4320
- "text": ""
4321
- }
4322
- },
4323
- "parameters": [
4324
- {
4325
- "name": "base64Value",
4326
- "type": {
4327
- "text": "string"
4328
- }
4329
- },
4330
- {
4331
- "description": "The value to decode from base64.",
4332
- "name": "value"
4333
- }
4334
- ],
4335
- "description": "Decodes a value from base64.",
4336
- "privacy": "public"
4337
- },
4338
- {
4339
- "kind": "function",
4340
- "name": "decodeFromBase64WithPrefix",
4341
- "return": {
4342
- "type": {
4343
- "text": ""
4344
- }
4345
- },
4346
- "parameters": [
4347
- {
4348
- "name": "value",
4349
- "type": {
4350
- "text": "string"
4351
- },
4352
- "description": "The value to decode from base64."
4353
- }
4354
- ],
4355
- "description": "Decodes a value from base64 with a prefix.",
4356
- "privacy": "public"
4357
- }
4358
- ],
4359
- "exports": [
4360
- {
4361
- "kind": "js",
4362
- "name": "decodeFromBase64",
4363
- "declaration": {
4364
- "name": "decodeFromBase64",
4365
- "module": "src/encoding/base64/decode.ts"
4366
- }
4367
- },
4368
- {
4369
- "kind": "js",
4370
- "name": "decodeFromBase64WithPrefix",
4371
- "declaration": {
4372
- "name": "decodeFromBase64WithPrefix",
4373
- "module": "src/encoding/base64/decode.ts"
4374
- }
4375
- }
4376
- ]
4377
- },
4378
- {
4379
- "kind": "javascript-module",
4380
- "path": "src/encoding/base64/encode.ts",
4381
- "declarations": [
4382
- {
4383
- "kind": "function",
4384
- "name": "encodeToBase64",
4385
- "return": {
4386
- "type": {
4387
- "text": ""
4388
- }
4389
- },
4390
- "parameters": [
4391
- {
4392
- "name": "value",
4393
- "type": {
4394
- "text": "string | ArrayBuffer"
4395
- },
4396
- "description": "The value to encode to base64."
4397
- }
4398
- ],
4399
- "description": "Encodes the given value to base64.",
4400
- "privacy": "public"
4401
- },
4402
- {
4403
- "kind": "function",
4404
- "name": "encodeToBase64WithPrefix",
4405
- "return": {
4406
- "type": {
4407
- "text": ""
4408
- }
4409
- },
4410
- "parameters": [
4411
- {
4412
- "name": "value",
4413
- "type": {
4414
- "text": "string | ArrayBuffer"
4415
- },
4416
- "description": "The value to encode to base64."
4417
- }
4418
- ],
4419
- "description": "Encodes the given value with a prefix to base64.",
4420
- "privacy": "public"
4421
- }
4422
- ],
4423
- "exports": [
4424
- {
4425
- "kind": "js",
4426
- "name": "encodeToBase64",
4427
- "declaration": {
4428
- "name": "encodeToBase64",
4429
- "module": "src/encoding/base64/encode.ts"
4430
- }
4431
- },
4432
- {
4433
- "kind": "js",
4434
- "name": "encodeToBase64WithPrefix",
4435
- "declaration": {
4436
- "name": "encodeToBase64WithPrefix",
4437
- "module": "src/encoding/base64/encode.ts"
4438
- }
4439
- }
4440
- ]
4441
- },
4442
- {
4443
- "kind": "javascript-module",
4444
- "path": "src/encoding/base64/index.ts",
4445
- "declarations": [],
4446
- "exports": [
4447
- {
4448
- "kind": "js",
4449
- "name": "*",
4450
- "declaration": {
4451
- "name": "*",
4452
- "package": "./decode"
4453
- }
4454
- },
4455
- {
4456
- "kind": "js",
4457
- "name": "*",
4458
- "declaration": {
4459
- "name": "*",
4460
- "package": "./encode"
4461
- }
4462
- }
4463
- ]
4464
- },
4465
4311
  {
4466
4312
  "kind": "javascript-module",
4467
4313
  "path": "src/directives/sync/index.ts",
@@ -4616,6 +4462,160 @@
4616
4462
  }
4617
4463
  ]
4618
4464
  },
4465
+ {
4466
+ "kind": "javascript-module",
4467
+ "path": "src/encoding/base64/decode.ts",
4468
+ "declarations": [
4469
+ {
4470
+ "kind": "function",
4471
+ "name": "decodeFromBase64",
4472
+ "return": {
4473
+ "type": {
4474
+ "text": ""
4475
+ }
4476
+ },
4477
+ "parameters": [
4478
+ {
4479
+ "name": "base64Value",
4480
+ "type": {
4481
+ "text": "string"
4482
+ }
4483
+ },
4484
+ {
4485
+ "description": "The value to decode from base64.",
4486
+ "name": "value"
4487
+ }
4488
+ ],
4489
+ "description": "Decodes a value from base64.",
4490
+ "privacy": "public"
4491
+ },
4492
+ {
4493
+ "kind": "function",
4494
+ "name": "decodeFromBase64WithPrefix",
4495
+ "return": {
4496
+ "type": {
4497
+ "text": ""
4498
+ }
4499
+ },
4500
+ "parameters": [
4501
+ {
4502
+ "name": "value",
4503
+ "type": {
4504
+ "text": "string"
4505
+ },
4506
+ "description": "The value to decode from base64."
4507
+ }
4508
+ ],
4509
+ "description": "Decodes a value from base64 with a prefix.",
4510
+ "privacy": "public"
4511
+ }
4512
+ ],
4513
+ "exports": [
4514
+ {
4515
+ "kind": "js",
4516
+ "name": "decodeFromBase64",
4517
+ "declaration": {
4518
+ "name": "decodeFromBase64",
4519
+ "module": "src/encoding/base64/decode.ts"
4520
+ }
4521
+ },
4522
+ {
4523
+ "kind": "js",
4524
+ "name": "decodeFromBase64WithPrefix",
4525
+ "declaration": {
4526
+ "name": "decodeFromBase64WithPrefix",
4527
+ "module": "src/encoding/base64/decode.ts"
4528
+ }
4529
+ }
4530
+ ]
4531
+ },
4532
+ {
4533
+ "kind": "javascript-module",
4534
+ "path": "src/encoding/base64/encode.ts",
4535
+ "declarations": [
4536
+ {
4537
+ "kind": "function",
4538
+ "name": "encodeToBase64",
4539
+ "return": {
4540
+ "type": {
4541
+ "text": ""
4542
+ }
4543
+ },
4544
+ "parameters": [
4545
+ {
4546
+ "name": "value",
4547
+ "type": {
4548
+ "text": "string | ArrayBuffer"
4549
+ },
4550
+ "description": "The value to encode to base64."
4551
+ }
4552
+ ],
4553
+ "description": "Encodes the given value to base64.",
4554
+ "privacy": "public"
4555
+ },
4556
+ {
4557
+ "kind": "function",
4558
+ "name": "encodeToBase64WithPrefix",
4559
+ "return": {
4560
+ "type": {
4561
+ "text": ""
4562
+ }
4563
+ },
4564
+ "parameters": [
4565
+ {
4566
+ "name": "value",
4567
+ "type": {
4568
+ "text": "string | ArrayBuffer"
4569
+ },
4570
+ "description": "The value to encode to base64."
4571
+ }
4572
+ ],
4573
+ "description": "Encodes the given value with a prefix to base64.",
4574
+ "privacy": "public"
4575
+ }
4576
+ ],
4577
+ "exports": [
4578
+ {
4579
+ "kind": "js",
4580
+ "name": "encodeToBase64",
4581
+ "declaration": {
4582
+ "name": "encodeToBase64",
4583
+ "module": "src/encoding/base64/encode.ts"
4584
+ }
4585
+ },
4586
+ {
4587
+ "kind": "js",
4588
+ "name": "encodeToBase64WithPrefix",
4589
+ "declaration": {
4590
+ "name": "encodeToBase64WithPrefix",
4591
+ "module": "src/encoding/base64/encode.ts"
4592
+ }
4593
+ }
4594
+ ]
4595
+ },
4596
+ {
4597
+ "kind": "javascript-module",
4598
+ "path": "src/encoding/base64/index.ts",
4599
+ "declarations": [],
4600
+ "exports": [
4601
+ {
4602
+ "kind": "js",
4603
+ "name": "*",
4604
+ "declaration": {
4605
+ "name": "*",
4606
+ "package": "./decode"
4607
+ }
4608
+ },
4609
+ {
4610
+ "kind": "js",
4611
+ "name": "*",
4612
+ "declaration": {
4613
+ "name": "*",
4614
+ "package": "./encode"
4615
+ }
4616
+ }
4617
+ ]
4618
+ },
4619
4619
  {
4620
4620
  "kind": "javascript-module",
4621
4621
  "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.409.0-FUI-2495.4",
4
+ "version": "14.409.0-FUI-2495.5",
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.409.0-FUI-2495.4",
33
- "@genesislcap/genx": "14.409.0-FUI-2495.4",
34
- "@genesislcap/rollup-builder": "14.409.0-FUI-2495.4",
35
- "@genesislcap/ts-builder": "14.409.0-FUI-2495.4",
36
- "@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.4",
37
- "@genesislcap/vite-builder": "14.409.0-FUI-2495.4",
38
- "@genesislcap/webpack-builder": "14.409.0-FUI-2495.4",
32
+ "@genesislcap/foundation-testing": "14.409.0-FUI-2495.5",
33
+ "@genesislcap/genx": "14.409.0-FUI-2495.5",
34
+ "@genesislcap/rollup-builder": "14.409.0-FUI-2495.5",
35
+ "@genesislcap/ts-builder": "14.409.0-FUI-2495.5",
36
+ "@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.5",
37
+ "@genesislcap/vite-builder": "14.409.0-FUI-2495.5",
38
+ "@genesislcap/webpack-builder": "14.409.0-FUI-2495.5",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.409.0-FUI-2495.4",
43
- "@genesislcap/foundation-logger": "14.409.0-FUI-2495.4",
42
+ "@genesislcap/expression-builder": "14.409.0-FUI-2495.5",
43
+ "@genesislcap/foundation-logger": "14.409.0-FUI-2495.5",
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": "776a61e07afe56f5e9521ccee55034385cc03d44"
61
+ "gitHead": "fa77b28626a68288201736f25e3d0d2d61bd9560"
62
62
  }