@genesislcap/foundation-ui 14.427.2-alpha-e0ffaad.0 → 14.428.1-alpha-035cbdd.0
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 +206 -206
- package/package.json +19 -19
|
@@ -1398,6 +1398,37 @@
|
|
|
1398
1398
|
}
|
|
1399
1399
|
]
|
|
1400
1400
|
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "javascript-module",
|
|
1403
|
+
"path": "src/_config/index.ts",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./styles"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./tokens"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./values"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1401
1432
|
{
|
|
1402
1433
|
"kind": "javascript-module",
|
|
1403
1434
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -3341,37 +3372,6 @@
|
|
|
3341
3372
|
}
|
|
3342
3373
|
]
|
|
3343
3374
|
},
|
|
3344
|
-
{
|
|
3345
|
-
"kind": "javascript-module",
|
|
3346
|
-
"path": "src/_config/index.ts",
|
|
3347
|
-
"declarations": [],
|
|
3348
|
-
"exports": [
|
|
3349
|
-
{
|
|
3350
|
-
"kind": "js",
|
|
3351
|
-
"name": "*",
|
|
3352
|
-
"declaration": {
|
|
3353
|
-
"name": "*",
|
|
3354
|
-
"package": "./styles"
|
|
3355
|
-
}
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "js",
|
|
3359
|
-
"name": "*",
|
|
3360
|
-
"declaration": {
|
|
3361
|
-
"name": "*",
|
|
3362
|
-
"package": "./tokens"
|
|
3363
|
-
}
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"kind": "js",
|
|
3367
|
-
"name": "*",
|
|
3368
|
-
"declaration": {
|
|
3369
|
-
"name": "*",
|
|
3370
|
-
"package": "./values"
|
|
3371
|
-
}
|
|
3372
|
-
}
|
|
3373
|
-
]
|
|
3374
|
-
},
|
|
3375
3375
|
{
|
|
3376
3376
|
"kind": "javascript-module",
|
|
3377
3377
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -56421,181 +56421,6 @@
|
|
|
56421
56421
|
}
|
|
56422
56422
|
]
|
|
56423
56423
|
},
|
|
56424
|
-
{
|
|
56425
|
-
"kind": "javascript-module",
|
|
56426
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
56427
|
-
"declarations": [],
|
|
56428
|
-
"exports": []
|
|
56429
|
-
},
|
|
56430
|
-
{
|
|
56431
|
-
"kind": "javascript-module",
|
|
56432
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
56433
|
-
"declarations": [
|
|
56434
|
-
{
|
|
56435
|
-
"kind": "function",
|
|
56436
|
-
"name": "groupsToCriteria",
|
|
56437
|
-
"return": {
|
|
56438
|
-
"type": {
|
|
56439
|
-
"text": "string"
|
|
56440
|
-
}
|
|
56441
|
-
},
|
|
56442
|
-
"parameters": [
|
|
56443
|
-
{
|
|
56444
|
-
"name": "groups",
|
|
56445
|
-
"type": {
|
|
56446
|
-
"text": "CriteriaGroup[]"
|
|
56447
|
-
}
|
|
56448
|
-
}
|
|
56449
|
-
],
|
|
56450
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
56451
|
-
},
|
|
56452
|
-
{
|
|
56453
|
-
"kind": "variable",
|
|
56454
|
-
"name": "STRING_OPERATORS",
|
|
56455
|
-
"type": {
|
|
56456
|
-
"text": "CriteriaOperator[]"
|
|
56457
|
-
},
|
|
56458
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
56459
|
-
},
|
|
56460
|
-
{
|
|
56461
|
-
"kind": "variable",
|
|
56462
|
-
"name": "NUMERIC_OPERATORS",
|
|
56463
|
-
"type": {
|
|
56464
|
-
"text": "CriteriaOperator[]"
|
|
56465
|
-
},
|
|
56466
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
56467
|
-
},
|
|
56468
|
-
{
|
|
56469
|
-
"kind": "variable",
|
|
56470
|
-
"name": "DATE_OPERATORS",
|
|
56471
|
-
"type": {
|
|
56472
|
-
"text": "CriteriaOperator[]"
|
|
56473
|
-
},
|
|
56474
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
56475
|
-
},
|
|
56476
|
-
{
|
|
56477
|
-
"kind": "variable",
|
|
56478
|
-
"name": "DATETIME_OPERATORS",
|
|
56479
|
-
"type": {
|
|
56480
|
-
"text": "CriteriaOperator[]"
|
|
56481
|
-
},
|
|
56482
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
56483
|
-
}
|
|
56484
|
-
],
|
|
56485
|
-
"exports": [
|
|
56486
|
-
{
|
|
56487
|
-
"kind": "js",
|
|
56488
|
-
"name": "groupsToCriteria",
|
|
56489
|
-
"declaration": {
|
|
56490
|
-
"name": "groupsToCriteria",
|
|
56491
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56492
|
-
}
|
|
56493
|
-
},
|
|
56494
|
-
{
|
|
56495
|
-
"kind": "js",
|
|
56496
|
-
"name": "STRING_OPERATORS",
|
|
56497
|
-
"declaration": {
|
|
56498
|
-
"name": "STRING_OPERATORS",
|
|
56499
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56500
|
-
}
|
|
56501
|
-
},
|
|
56502
|
-
{
|
|
56503
|
-
"kind": "js",
|
|
56504
|
-
"name": "NUMERIC_OPERATORS",
|
|
56505
|
-
"declaration": {
|
|
56506
|
-
"name": "NUMERIC_OPERATORS",
|
|
56507
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56508
|
-
}
|
|
56509
|
-
},
|
|
56510
|
-
{
|
|
56511
|
-
"kind": "js",
|
|
56512
|
-
"name": "DATE_OPERATORS",
|
|
56513
|
-
"declaration": {
|
|
56514
|
-
"name": "DATE_OPERATORS",
|
|
56515
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56516
|
-
}
|
|
56517
|
-
},
|
|
56518
|
-
{
|
|
56519
|
-
"kind": "js",
|
|
56520
|
-
"name": "DATETIME_OPERATORS",
|
|
56521
|
-
"declaration": {
|
|
56522
|
-
"name": "DATETIME_OPERATORS",
|
|
56523
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56524
|
-
}
|
|
56525
|
-
}
|
|
56526
|
-
]
|
|
56527
|
-
},
|
|
56528
|
-
{
|
|
56529
|
-
"kind": "javascript-module",
|
|
56530
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
56531
|
-
"declarations": [
|
|
56532
|
-
{
|
|
56533
|
-
"kind": "function",
|
|
56534
|
-
"name": "validateClauses",
|
|
56535
|
-
"return": {
|
|
56536
|
-
"type": {
|
|
56537
|
-
"text": "ValidationResult"
|
|
56538
|
-
}
|
|
56539
|
-
},
|
|
56540
|
-
"parameters": [
|
|
56541
|
-
{
|
|
56542
|
-
"name": "clauses",
|
|
56543
|
-
"type": {
|
|
56544
|
-
"text": "CriteriaClause[]"
|
|
56545
|
-
}
|
|
56546
|
-
},
|
|
56547
|
-
{
|
|
56548
|
-
"name": "fieldMetadata",
|
|
56549
|
-
"type": {
|
|
56550
|
-
"text": "MetadataDetail[] | string[]"
|
|
56551
|
-
}
|
|
56552
|
-
}
|
|
56553
|
-
]
|
|
56554
|
-
},
|
|
56555
|
-
{
|
|
56556
|
-
"kind": "function",
|
|
56557
|
-
"name": "validateGroups",
|
|
56558
|
-
"return": {
|
|
56559
|
-
"type": {
|
|
56560
|
-
"text": "GroupsValidationResult"
|
|
56561
|
-
}
|
|
56562
|
-
},
|
|
56563
|
-
"parameters": [
|
|
56564
|
-
{
|
|
56565
|
-
"name": "groups",
|
|
56566
|
-
"type": {
|
|
56567
|
-
"text": "CriteriaGroup[]"
|
|
56568
|
-
}
|
|
56569
|
-
},
|
|
56570
|
-
{
|
|
56571
|
-
"name": "fieldMetadata",
|
|
56572
|
-
"type": {
|
|
56573
|
-
"text": "MetadataDetail[] | string[]"
|
|
56574
|
-
}
|
|
56575
|
-
}
|
|
56576
|
-
],
|
|
56577
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
56578
|
-
}
|
|
56579
|
-
],
|
|
56580
|
-
"exports": [
|
|
56581
|
-
{
|
|
56582
|
-
"kind": "js",
|
|
56583
|
-
"name": "validateClauses",
|
|
56584
|
-
"declaration": {
|
|
56585
|
-
"name": "validateClauses",
|
|
56586
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
56587
|
-
}
|
|
56588
|
-
},
|
|
56589
|
-
{
|
|
56590
|
-
"kind": "js",
|
|
56591
|
-
"name": "validateGroups",
|
|
56592
|
-
"declaration": {
|
|
56593
|
-
"name": "validateGroups",
|
|
56594
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
56595
|
-
}
|
|
56596
|
-
}
|
|
56597
|
-
]
|
|
56598
|
-
},
|
|
56599
56424
|
{
|
|
56600
56425
|
"kind": "javascript-module",
|
|
56601
56426
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -57968,6 +57793,181 @@
|
|
|
57968
57793
|
"declarations": [],
|
|
57969
57794
|
"exports": []
|
|
57970
57795
|
},
|
|
57796
|
+
{
|
|
57797
|
+
"kind": "javascript-module",
|
|
57798
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57799
|
+
"declarations": [],
|
|
57800
|
+
"exports": []
|
|
57801
|
+
},
|
|
57802
|
+
{
|
|
57803
|
+
"kind": "javascript-module",
|
|
57804
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57805
|
+
"declarations": [
|
|
57806
|
+
{
|
|
57807
|
+
"kind": "function",
|
|
57808
|
+
"name": "groupsToCriteria",
|
|
57809
|
+
"return": {
|
|
57810
|
+
"type": {
|
|
57811
|
+
"text": "string"
|
|
57812
|
+
}
|
|
57813
|
+
},
|
|
57814
|
+
"parameters": [
|
|
57815
|
+
{
|
|
57816
|
+
"name": "groups",
|
|
57817
|
+
"type": {
|
|
57818
|
+
"text": "CriteriaGroup[]"
|
|
57819
|
+
}
|
|
57820
|
+
}
|
|
57821
|
+
],
|
|
57822
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
57823
|
+
},
|
|
57824
|
+
{
|
|
57825
|
+
"kind": "variable",
|
|
57826
|
+
"name": "STRING_OPERATORS",
|
|
57827
|
+
"type": {
|
|
57828
|
+
"text": "CriteriaOperator[]"
|
|
57829
|
+
},
|
|
57830
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57831
|
+
},
|
|
57832
|
+
{
|
|
57833
|
+
"kind": "variable",
|
|
57834
|
+
"name": "NUMERIC_OPERATORS",
|
|
57835
|
+
"type": {
|
|
57836
|
+
"text": "CriteriaOperator[]"
|
|
57837
|
+
},
|
|
57838
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57839
|
+
},
|
|
57840
|
+
{
|
|
57841
|
+
"kind": "variable",
|
|
57842
|
+
"name": "DATE_OPERATORS",
|
|
57843
|
+
"type": {
|
|
57844
|
+
"text": "CriteriaOperator[]"
|
|
57845
|
+
},
|
|
57846
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57847
|
+
},
|
|
57848
|
+
{
|
|
57849
|
+
"kind": "variable",
|
|
57850
|
+
"name": "DATETIME_OPERATORS",
|
|
57851
|
+
"type": {
|
|
57852
|
+
"text": "CriteriaOperator[]"
|
|
57853
|
+
},
|
|
57854
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57855
|
+
}
|
|
57856
|
+
],
|
|
57857
|
+
"exports": [
|
|
57858
|
+
{
|
|
57859
|
+
"kind": "js",
|
|
57860
|
+
"name": "groupsToCriteria",
|
|
57861
|
+
"declaration": {
|
|
57862
|
+
"name": "groupsToCriteria",
|
|
57863
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57864
|
+
}
|
|
57865
|
+
},
|
|
57866
|
+
{
|
|
57867
|
+
"kind": "js",
|
|
57868
|
+
"name": "STRING_OPERATORS",
|
|
57869
|
+
"declaration": {
|
|
57870
|
+
"name": "STRING_OPERATORS",
|
|
57871
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57872
|
+
}
|
|
57873
|
+
},
|
|
57874
|
+
{
|
|
57875
|
+
"kind": "js",
|
|
57876
|
+
"name": "NUMERIC_OPERATORS",
|
|
57877
|
+
"declaration": {
|
|
57878
|
+
"name": "NUMERIC_OPERATORS",
|
|
57879
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57880
|
+
}
|
|
57881
|
+
},
|
|
57882
|
+
{
|
|
57883
|
+
"kind": "js",
|
|
57884
|
+
"name": "DATE_OPERATORS",
|
|
57885
|
+
"declaration": {
|
|
57886
|
+
"name": "DATE_OPERATORS",
|
|
57887
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57888
|
+
}
|
|
57889
|
+
},
|
|
57890
|
+
{
|
|
57891
|
+
"kind": "js",
|
|
57892
|
+
"name": "DATETIME_OPERATORS",
|
|
57893
|
+
"declaration": {
|
|
57894
|
+
"name": "DATETIME_OPERATORS",
|
|
57895
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57896
|
+
}
|
|
57897
|
+
}
|
|
57898
|
+
]
|
|
57899
|
+
},
|
|
57900
|
+
{
|
|
57901
|
+
"kind": "javascript-module",
|
|
57902
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57903
|
+
"declarations": [
|
|
57904
|
+
{
|
|
57905
|
+
"kind": "function",
|
|
57906
|
+
"name": "validateClauses",
|
|
57907
|
+
"return": {
|
|
57908
|
+
"type": {
|
|
57909
|
+
"text": "ValidationResult"
|
|
57910
|
+
}
|
|
57911
|
+
},
|
|
57912
|
+
"parameters": [
|
|
57913
|
+
{
|
|
57914
|
+
"name": "clauses",
|
|
57915
|
+
"type": {
|
|
57916
|
+
"text": "CriteriaClause[]"
|
|
57917
|
+
}
|
|
57918
|
+
},
|
|
57919
|
+
{
|
|
57920
|
+
"name": "fieldMetadata",
|
|
57921
|
+
"type": {
|
|
57922
|
+
"text": "MetadataDetail[] | string[]"
|
|
57923
|
+
}
|
|
57924
|
+
}
|
|
57925
|
+
]
|
|
57926
|
+
},
|
|
57927
|
+
{
|
|
57928
|
+
"kind": "function",
|
|
57929
|
+
"name": "validateGroups",
|
|
57930
|
+
"return": {
|
|
57931
|
+
"type": {
|
|
57932
|
+
"text": "GroupsValidationResult"
|
|
57933
|
+
}
|
|
57934
|
+
},
|
|
57935
|
+
"parameters": [
|
|
57936
|
+
{
|
|
57937
|
+
"name": "groups",
|
|
57938
|
+
"type": {
|
|
57939
|
+
"text": "CriteriaGroup[]"
|
|
57940
|
+
}
|
|
57941
|
+
},
|
|
57942
|
+
{
|
|
57943
|
+
"name": "fieldMetadata",
|
|
57944
|
+
"type": {
|
|
57945
|
+
"text": "MetadataDetail[] | string[]"
|
|
57946
|
+
}
|
|
57947
|
+
}
|
|
57948
|
+
],
|
|
57949
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57950
|
+
}
|
|
57951
|
+
],
|
|
57952
|
+
"exports": [
|
|
57953
|
+
{
|
|
57954
|
+
"kind": "js",
|
|
57955
|
+
"name": "validateClauses",
|
|
57956
|
+
"declaration": {
|
|
57957
|
+
"name": "validateClauses",
|
|
57958
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57959
|
+
}
|
|
57960
|
+
},
|
|
57961
|
+
{
|
|
57962
|
+
"kind": "js",
|
|
57963
|
+
"name": "validateGroups",
|
|
57964
|
+
"declaration": {
|
|
57965
|
+
"name": "validateGroups",
|
|
57966
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57967
|
+
}
|
|
57968
|
+
}
|
|
57969
|
+
]
|
|
57970
|
+
},
|
|
57971
57971
|
{
|
|
57972
57972
|
"kind": "javascript-module",
|
|
57973
57973
|
"path": "src/environment-indicator/utils/configure.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.428.1-alpha-035cbdd.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@genesislcap/foundation-testing": "14.
|
|
89
|
-
"@genesislcap/genx": "14.
|
|
90
|
-
"@genesislcap/rollup-builder": "14.
|
|
91
|
-
"@genesislcap/ts-builder": "14.
|
|
92
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
93
|
-
"@genesislcap/vite-builder": "14.
|
|
94
|
-
"@genesislcap/webpack-builder": "14.
|
|
88
|
+
"@genesislcap/foundation-testing": "14.428.1-alpha-035cbdd.0",
|
|
89
|
+
"@genesislcap/genx": "14.428.1-alpha-035cbdd.0",
|
|
90
|
+
"@genesislcap/rollup-builder": "14.428.1-alpha-035cbdd.0",
|
|
91
|
+
"@genesislcap/ts-builder": "14.428.1-alpha-035cbdd.0",
|
|
92
|
+
"@genesislcap/uvu-playwright-builder": "14.428.1-alpha-035cbdd.0",
|
|
93
|
+
"@genesislcap/vite-builder": "14.428.1-alpha-035cbdd.0",
|
|
94
|
+
"@genesislcap/webpack-builder": "14.428.1-alpha-035cbdd.0",
|
|
95
95
|
"copyfiles": "^2.4.1"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
@@ -100,16 +100,16 @@
|
|
|
100
100
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
101
101
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
102
102
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
103
|
-
"@genesislcap/expression-builder": "14.
|
|
104
|
-
"@genesislcap/foundation-ai": "14.
|
|
105
|
-
"@genesislcap/foundation-comms": "14.
|
|
106
|
-
"@genesislcap/foundation-criteria": "14.
|
|
107
|
-
"@genesislcap/foundation-errors": "14.
|
|
108
|
-
"@genesislcap/foundation-events": "14.
|
|
109
|
-
"@genesislcap/foundation-logger": "14.
|
|
110
|
-
"@genesislcap/foundation-notifications": "14.
|
|
111
|
-
"@genesislcap/foundation-user": "14.
|
|
112
|
-
"@genesislcap/foundation-utils": "14.
|
|
103
|
+
"@genesislcap/expression-builder": "14.428.1-alpha-035cbdd.0",
|
|
104
|
+
"@genesislcap/foundation-ai": "14.428.1-alpha-035cbdd.0",
|
|
105
|
+
"@genesislcap/foundation-comms": "14.428.1-alpha-035cbdd.0",
|
|
106
|
+
"@genesislcap/foundation-criteria": "14.428.1-alpha-035cbdd.0",
|
|
107
|
+
"@genesislcap/foundation-errors": "14.428.1-alpha-035cbdd.0",
|
|
108
|
+
"@genesislcap/foundation-events": "14.428.1-alpha-035cbdd.0",
|
|
109
|
+
"@genesislcap/foundation-logger": "14.428.1-alpha-035cbdd.0",
|
|
110
|
+
"@genesislcap/foundation-notifications": "14.428.1-alpha-035cbdd.0",
|
|
111
|
+
"@genesislcap/foundation-user": "14.428.1-alpha-035cbdd.0",
|
|
112
|
+
"@genesislcap/foundation-utils": "14.428.1-alpha-035cbdd.0",
|
|
113
113
|
"@microsoft/fast-colors": "5.3.1",
|
|
114
114
|
"@microsoft/fast-components": "2.30.6",
|
|
115
115
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"require": "./dist/react.cjs"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "9769544233b28bf7fe0fd4441287c94f6b347d98"
|
|
146
146
|
}
|