@genesislcap/foundation-utils 14.406.0-workspaces.6 → 14.406.0-workspaces.8
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.
- package/dist/custom-elements.json +177 -177
- package/package.json +11 -11
|
@@ -629,29 +629,6 @@
|
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
},
|
|
632
|
-
{
|
|
633
|
-
"kind": "javascript-module",
|
|
634
|
-
"path": "src/directives/index.ts",
|
|
635
|
-
"declarations": [],
|
|
636
|
-
"exports": [
|
|
637
|
-
{
|
|
638
|
-
"kind": "js",
|
|
639
|
-
"name": "*",
|
|
640
|
-
"declaration": {
|
|
641
|
-
"name": "*",
|
|
642
|
-
"package": "./sync"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"kind": "js",
|
|
647
|
-
"name": "*",
|
|
648
|
-
"declaration": {
|
|
649
|
-
"name": "*",
|
|
650
|
-
"package": "./when-else"
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
]
|
|
654
|
-
},
|
|
655
632
|
{
|
|
656
633
|
"kind": "javascript-module",
|
|
657
634
|
"path": "src/env/index.ts",
|
|
@@ -1142,6 +1119,29 @@
|
|
|
1142
1119
|
}
|
|
1143
1120
|
]
|
|
1144
1121
|
},
|
|
1122
|
+
{
|
|
1123
|
+
"kind": "javascript-module",
|
|
1124
|
+
"path": "src/directives/index.ts",
|
|
1125
|
+
"declarations": [],
|
|
1126
|
+
"exports": [
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "js",
|
|
1129
|
+
"name": "*",
|
|
1130
|
+
"declaration": {
|
|
1131
|
+
"name": "*",
|
|
1132
|
+
"package": "./sync"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "js",
|
|
1137
|
+
"name": "*",
|
|
1138
|
+
"declaration": {
|
|
1139
|
+
"name": "*",
|
|
1140
|
+
"package": "./when-else"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
1145
|
{
|
|
1146
1146
|
"kind": "javascript-module",
|
|
1147
1147
|
"path": "src/error/errorMap.ts",
|
|
@@ -4322,160 +4322,6 @@
|
|
|
4322
4322
|
"declarations": [],
|
|
4323
4323
|
"exports": []
|
|
4324
4324
|
},
|
|
4325
|
-
{
|
|
4326
|
-
"kind": "javascript-module",
|
|
4327
|
-
"path": "src/directives/sync/index.ts",
|
|
4328
|
-
"declarations": [],
|
|
4329
|
-
"exports": [
|
|
4330
|
-
{
|
|
4331
|
-
"kind": "js",
|
|
4332
|
-
"name": "*",
|
|
4333
|
-
"declaration": {
|
|
4334
|
-
"name": "*",
|
|
4335
|
-
"package": "./sync"
|
|
4336
|
-
}
|
|
4337
|
-
}
|
|
4338
|
-
]
|
|
4339
|
-
},
|
|
4340
|
-
{
|
|
4341
|
-
"kind": "javascript-module",
|
|
4342
|
-
"path": "src/directives/sync/sync.ts",
|
|
4343
|
-
"declarations": [
|
|
4344
|
-
{
|
|
4345
|
-
"kind": "variable",
|
|
4346
|
-
"name": "defaultEventMap",
|
|
4347
|
-
"type": {
|
|
4348
|
-
"text": "Map<string, EventName>"
|
|
4349
|
-
},
|
|
4350
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
4351
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4352
|
-
"privacy": "public"
|
|
4353
|
-
},
|
|
4354
|
-
{
|
|
4355
|
-
"kind": "function",
|
|
4356
|
-
"name": "sync",
|
|
4357
|
-
"return": {
|
|
4358
|
-
"type": {
|
|
4359
|
-
"text": "CaptureType<TSource>"
|
|
4360
|
-
}
|
|
4361
|
-
},
|
|
4362
|
-
"parameters": [
|
|
4363
|
-
{
|
|
4364
|
-
"name": "binding",
|
|
4365
|
-
"type": {
|
|
4366
|
-
"text": "Binding<TSource, TReturn>"
|
|
4367
|
-
}
|
|
4368
|
-
},
|
|
4369
|
-
{
|
|
4370
|
-
"name": "conversionType",
|
|
4371
|
-
"default": "'string'",
|
|
4372
|
-
"type": {
|
|
4373
|
-
"text": "ConversionType"
|
|
4374
|
-
}
|
|
4375
|
-
},
|
|
4376
|
-
{
|
|
4377
|
-
"name": "eventName",
|
|
4378
|
-
"default": "'default'",
|
|
4379
|
-
"type": {
|
|
4380
|
-
"text": "EventName"
|
|
4381
|
-
}
|
|
4382
|
-
},
|
|
4383
|
-
{
|
|
4384
|
-
"name": "keyAttr",
|
|
4385
|
-
"optional": true,
|
|
4386
|
-
"type": {
|
|
4387
|
-
"text": "string"
|
|
4388
|
-
}
|
|
4389
|
-
}
|
|
4390
|
-
],
|
|
4391
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4392
|
-
"privacy": "public"
|
|
4393
|
-
}
|
|
4394
|
-
],
|
|
4395
|
-
"exports": [
|
|
4396
|
-
{
|
|
4397
|
-
"kind": "js",
|
|
4398
|
-
"name": "defaultEventMap",
|
|
4399
|
-
"declaration": {
|
|
4400
|
-
"name": "defaultEventMap",
|
|
4401
|
-
"module": "src/directives/sync/sync.ts"
|
|
4402
|
-
}
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"kind": "js",
|
|
4406
|
-
"name": "sync",
|
|
4407
|
-
"declaration": {
|
|
4408
|
-
"name": "sync",
|
|
4409
|
-
"module": "src/directives/sync/sync.ts"
|
|
4410
|
-
}
|
|
4411
|
-
}
|
|
4412
|
-
]
|
|
4413
|
-
},
|
|
4414
|
-
{
|
|
4415
|
-
"kind": "javascript-module",
|
|
4416
|
-
"path": "src/directives/when-else/index.ts",
|
|
4417
|
-
"declarations": [],
|
|
4418
|
-
"exports": [
|
|
4419
|
-
{
|
|
4420
|
-
"kind": "js",
|
|
4421
|
-
"name": "*",
|
|
4422
|
-
"declaration": {
|
|
4423
|
-
"name": "*",
|
|
4424
|
-
"package": "./when-else"
|
|
4425
|
-
}
|
|
4426
|
-
}
|
|
4427
|
-
]
|
|
4428
|
-
},
|
|
4429
|
-
{
|
|
4430
|
-
"kind": "javascript-module",
|
|
4431
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
4432
|
-
"declarations": [
|
|
4433
|
-
{
|
|
4434
|
-
"kind": "function",
|
|
4435
|
-
"name": "whenElse",
|
|
4436
|
-
"return": {
|
|
4437
|
-
"type": {
|
|
4438
|
-
"text": "CaptureType<TSource>"
|
|
4439
|
-
}
|
|
4440
|
-
},
|
|
4441
|
-
"parameters": [
|
|
4442
|
-
{
|
|
4443
|
-
"name": "binding",
|
|
4444
|
-
"type": {
|
|
4445
|
-
"text": "Binding<TSource, TReturn>"
|
|
4446
|
-
},
|
|
4447
|
-
"description": "The condition to test for rendering."
|
|
4448
|
-
},
|
|
4449
|
-
{
|
|
4450
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
4451
|
-
"type": {
|
|
4452
|
-
"text": "WhenTemplate<TSource>"
|
|
4453
|
-
},
|
|
4454
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4455
|
-
},
|
|
4456
|
-
{
|
|
4457
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
4458
|
-
"type": {
|
|
4459
|
-
"text": "WhenTemplate<TSource>"
|
|
4460
|
-
},
|
|
4461
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4462
|
-
}
|
|
4463
|
-
],
|
|
4464
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4465
|
-
"privacy": "public"
|
|
4466
|
-
}
|
|
4467
|
-
],
|
|
4468
|
-
"exports": [
|
|
4469
|
-
{
|
|
4470
|
-
"kind": "js",
|
|
4471
|
-
"name": "whenElse",
|
|
4472
|
-
"declaration": {
|
|
4473
|
-
"name": "whenElse",
|
|
4474
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
4475
|
-
}
|
|
4476
|
-
}
|
|
4477
|
-
]
|
|
4478
|
-
},
|
|
4479
4325
|
{
|
|
4480
4326
|
"kind": "javascript-module",
|
|
4481
4327
|
"path": "src/encoding/base64/decode.ts",
|
|
@@ -4630,6 +4476,160 @@
|
|
|
4630
4476
|
}
|
|
4631
4477
|
]
|
|
4632
4478
|
},
|
|
4479
|
+
{
|
|
4480
|
+
"kind": "javascript-module",
|
|
4481
|
+
"path": "src/directives/sync/index.ts",
|
|
4482
|
+
"declarations": [],
|
|
4483
|
+
"exports": [
|
|
4484
|
+
{
|
|
4485
|
+
"kind": "js",
|
|
4486
|
+
"name": "*",
|
|
4487
|
+
"declaration": {
|
|
4488
|
+
"name": "*",
|
|
4489
|
+
"package": "./sync"
|
|
4490
|
+
}
|
|
4491
|
+
}
|
|
4492
|
+
]
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"kind": "javascript-module",
|
|
4496
|
+
"path": "src/directives/sync/sync.ts",
|
|
4497
|
+
"declarations": [
|
|
4498
|
+
{
|
|
4499
|
+
"kind": "variable",
|
|
4500
|
+
"name": "defaultEventMap",
|
|
4501
|
+
"type": {
|
|
4502
|
+
"text": "Map<string, EventName>"
|
|
4503
|
+
},
|
|
4504
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
4505
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4506
|
+
"privacy": "public"
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"kind": "function",
|
|
4510
|
+
"name": "sync",
|
|
4511
|
+
"return": {
|
|
4512
|
+
"type": {
|
|
4513
|
+
"text": "CaptureType<TSource>"
|
|
4514
|
+
}
|
|
4515
|
+
},
|
|
4516
|
+
"parameters": [
|
|
4517
|
+
{
|
|
4518
|
+
"name": "binding",
|
|
4519
|
+
"type": {
|
|
4520
|
+
"text": "Binding<TSource, TReturn>"
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "conversionType",
|
|
4525
|
+
"default": "'string'",
|
|
4526
|
+
"type": {
|
|
4527
|
+
"text": "ConversionType"
|
|
4528
|
+
}
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "eventName",
|
|
4532
|
+
"default": "'default'",
|
|
4533
|
+
"type": {
|
|
4534
|
+
"text": "EventName"
|
|
4535
|
+
}
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"name": "keyAttr",
|
|
4539
|
+
"optional": true,
|
|
4540
|
+
"type": {
|
|
4541
|
+
"text": "string"
|
|
4542
|
+
}
|
|
4543
|
+
}
|
|
4544
|
+
],
|
|
4545
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4546
|
+
"privacy": "public"
|
|
4547
|
+
}
|
|
4548
|
+
],
|
|
4549
|
+
"exports": [
|
|
4550
|
+
{
|
|
4551
|
+
"kind": "js",
|
|
4552
|
+
"name": "defaultEventMap",
|
|
4553
|
+
"declaration": {
|
|
4554
|
+
"name": "defaultEventMap",
|
|
4555
|
+
"module": "src/directives/sync/sync.ts"
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"kind": "js",
|
|
4560
|
+
"name": "sync",
|
|
4561
|
+
"declaration": {
|
|
4562
|
+
"name": "sync",
|
|
4563
|
+
"module": "src/directives/sync/sync.ts"
|
|
4564
|
+
}
|
|
4565
|
+
}
|
|
4566
|
+
]
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"kind": "javascript-module",
|
|
4570
|
+
"path": "src/directives/when-else/index.ts",
|
|
4571
|
+
"declarations": [],
|
|
4572
|
+
"exports": [
|
|
4573
|
+
{
|
|
4574
|
+
"kind": "js",
|
|
4575
|
+
"name": "*",
|
|
4576
|
+
"declaration": {
|
|
4577
|
+
"name": "*",
|
|
4578
|
+
"package": "./when-else"
|
|
4579
|
+
}
|
|
4580
|
+
}
|
|
4581
|
+
]
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"kind": "javascript-module",
|
|
4585
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
4586
|
+
"declarations": [
|
|
4587
|
+
{
|
|
4588
|
+
"kind": "function",
|
|
4589
|
+
"name": "whenElse",
|
|
4590
|
+
"return": {
|
|
4591
|
+
"type": {
|
|
4592
|
+
"text": "CaptureType<TSource>"
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4595
|
+
"parameters": [
|
|
4596
|
+
{
|
|
4597
|
+
"name": "binding",
|
|
4598
|
+
"type": {
|
|
4599
|
+
"text": "Binding<TSource, TReturn>"
|
|
4600
|
+
},
|
|
4601
|
+
"description": "The condition to test for rendering."
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
4605
|
+
"type": {
|
|
4606
|
+
"text": "WhenTemplate<TSource>"
|
|
4607
|
+
},
|
|
4608
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
4612
|
+
"type": {
|
|
4613
|
+
"text": "WhenTemplate<TSource>"
|
|
4614
|
+
},
|
|
4615
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4616
|
+
}
|
|
4617
|
+
],
|
|
4618
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4619
|
+
"privacy": "public"
|
|
4620
|
+
}
|
|
4621
|
+
],
|
|
4622
|
+
"exports": [
|
|
4623
|
+
{
|
|
4624
|
+
"kind": "js",
|
|
4625
|
+
"name": "whenElse",
|
|
4626
|
+
"declaration": {
|
|
4627
|
+
"name": "whenElse",
|
|
4628
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
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.
|
|
4
|
+
"version": "14.406.0-workspaces.8",
|
|
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.
|
|
33
|
-
"@genesislcap/genx": "14.406.0-workspaces.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.406.0-workspaces.
|
|
35
|
-
"@genesislcap/ts-builder": "14.406.0-workspaces.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.
|
|
37
|
-
"@genesislcap/vite-builder": "14.406.0-workspaces.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.406.0-workspaces.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.406.0-workspaces.8",
|
|
33
|
+
"@genesislcap/genx": "14.406.0-workspaces.8",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.406.0-workspaces.8",
|
|
35
|
+
"@genesislcap/ts-builder": "14.406.0-workspaces.8",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.8",
|
|
37
|
+
"@genesislcap/vite-builder": "14.406.0-workspaces.8",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.406.0-workspaces.8",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.406.0-workspaces.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.406.0-workspaces.
|
|
42
|
+
"@genesislcap/expression-builder": "14.406.0-workspaces.8",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.406.0-workspaces.8",
|
|
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": "
|
|
61
|
+
"gitHead": "9c4f7249d2cfd373b15debe85075ed4d4519e360"
|
|
62
62
|
}
|