@genesislcap/foundation-ui 14.414.0 → 14.415.1-alpha-7f9cb0c.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +206 -206
  2. package/package.json +19 -19
@@ -1287,6 +1287,37 @@
1287
1287
  }
1288
1288
  ]
1289
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/_config/index.ts",
1293
+ "declarations": [],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./styles"
1301
+ }
1302
+ },
1303
+ {
1304
+ "kind": "js",
1305
+ "name": "*",
1306
+ "declaration": {
1307
+ "name": "*",
1308
+ "package": "./tokens"
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "*",
1314
+ "declaration": {
1315
+ "name": "*",
1316
+ "package": "./values"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1290
1321
  {
1291
1322
  "kind": "javascript-module",
1292
1323
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -3220,37 +3251,6 @@
3220
3251
  }
3221
3252
  ]
3222
3253
  },
3223
- {
3224
- "kind": "javascript-module",
3225
- "path": "src/_config/index.ts",
3226
- "declarations": [],
3227
- "exports": [
3228
- {
3229
- "kind": "js",
3230
- "name": "*",
3231
- "declaration": {
3232
- "name": "*",
3233
- "package": "./styles"
3234
- }
3235
- },
3236
- {
3237
- "kind": "js",
3238
- "name": "*",
3239
- "declaration": {
3240
- "name": "*",
3241
- "package": "./tokens"
3242
- }
3243
- },
3244
- {
3245
- "kind": "js",
3246
- "name": "*",
3247
- "declaration": {
3248
- "name": "*",
3249
- "package": "./values"
3250
- }
3251
- }
3252
- ]
3253
- },
3254
3254
  {
3255
3255
  "kind": "javascript-module",
3256
3256
  "path": "src/accordion/accordion.styles.ts",
@@ -54354,181 +54354,6 @@
54354
54354
  }
54355
54355
  ]
54356
54356
  },
54357
- {
54358
- "kind": "javascript-module",
54359
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
54360
- "declarations": [],
54361
- "exports": []
54362
- },
54363
- {
54364
- "kind": "javascript-module",
54365
- "path": "src/ai-criteria-search/validation/operator-map.ts",
54366
- "declarations": [
54367
- {
54368
- "kind": "function",
54369
- "name": "groupsToCriteria",
54370
- "return": {
54371
- "type": {
54372
- "text": "string"
54373
- }
54374
- },
54375
- "parameters": [
54376
- {
54377
- "name": "groups",
54378
- "type": {
54379
- "text": "CriteriaGroup[]"
54380
- }
54381
- }
54382
- ],
54383
- "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."
54384
- },
54385
- {
54386
- "kind": "variable",
54387
- "name": "STRING_OPERATORS",
54388
- "type": {
54389
- "text": "CriteriaOperator[]"
54390
- },
54391
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
54392
- },
54393
- {
54394
- "kind": "variable",
54395
- "name": "NUMERIC_OPERATORS",
54396
- "type": {
54397
- "text": "CriteriaOperator[]"
54398
- },
54399
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
54400
- },
54401
- {
54402
- "kind": "variable",
54403
- "name": "DATE_OPERATORS",
54404
- "type": {
54405
- "text": "CriteriaOperator[]"
54406
- },
54407
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
54408
- },
54409
- {
54410
- "kind": "variable",
54411
- "name": "DATETIME_OPERATORS",
54412
- "type": {
54413
- "text": "CriteriaOperator[]"
54414
- },
54415
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
54416
- }
54417
- ],
54418
- "exports": [
54419
- {
54420
- "kind": "js",
54421
- "name": "groupsToCriteria",
54422
- "declaration": {
54423
- "name": "groupsToCriteria",
54424
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54425
- }
54426
- },
54427
- {
54428
- "kind": "js",
54429
- "name": "STRING_OPERATORS",
54430
- "declaration": {
54431
- "name": "STRING_OPERATORS",
54432
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54433
- }
54434
- },
54435
- {
54436
- "kind": "js",
54437
- "name": "NUMERIC_OPERATORS",
54438
- "declaration": {
54439
- "name": "NUMERIC_OPERATORS",
54440
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54441
- }
54442
- },
54443
- {
54444
- "kind": "js",
54445
- "name": "DATE_OPERATORS",
54446
- "declaration": {
54447
- "name": "DATE_OPERATORS",
54448
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54449
- }
54450
- },
54451
- {
54452
- "kind": "js",
54453
- "name": "DATETIME_OPERATORS",
54454
- "declaration": {
54455
- "name": "DATETIME_OPERATORS",
54456
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54457
- }
54458
- }
54459
- ]
54460
- },
54461
- {
54462
- "kind": "javascript-module",
54463
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
54464
- "declarations": [
54465
- {
54466
- "kind": "function",
54467
- "name": "validateClauses",
54468
- "return": {
54469
- "type": {
54470
- "text": "ValidationResult"
54471
- }
54472
- },
54473
- "parameters": [
54474
- {
54475
- "name": "clauses",
54476
- "type": {
54477
- "text": "CriteriaClause[]"
54478
- }
54479
- },
54480
- {
54481
- "name": "fieldMetadata",
54482
- "type": {
54483
- "text": "MetadataDetail[] | string[]"
54484
- }
54485
- }
54486
- ]
54487
- },
54488
- {
54489
- "kind": "function",
54490
- "name": "validateGroups",
54491
- "return": {
54492
- "type": {
54493
- "text": "GroupsValidationResult"
54494
- }
54495
- },
54496
- "parameters": [
54497
- {
54498
- "name": "groups",
54499
- "type": {
54500
- "text": "CriteriaGroup[]"
54501
- }
54502
- },
54503
- {
54504
- "name": "fieldMetadata",
54505
- "type": {
54506
- "text": "MetadataDetail[] | string[]"
54507
- }
54508
- }
54509
- ],
54510
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
54511
- }
54512
- ],
54513
- "exports": [
54514
- {
54515
- "kind": "js",
54516
- "name": "validateClauses",
54517
- "declaration": {
54518
- "name": "validateClauses",
54519
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54520
- }
54521
- },
54522
- {
54523
- "kind": "js",
54524
- "name": "validateGroups",
54525
- "declaration": {
54526
- "name": "validateGroups",
54527
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54528
- }
54529
- }
54530
- ]
54531
- },
54532
54357
  {
54533
54358
  "kind": "javascript-module",
54534
54359
  "path": "src/_config/styles/colors.ts",
@@ -55901,6 +55726,181 @@
55901
55726
  "declarations": [],
55902
55727
  "exports": []
55903
55728
  },
55729
+ {
55730
+ "kind": "javascript-module",
55731
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
55732
+ "declarations": [],
55733
+ "exports": []
55734
+ },
55735
+ {
55736
+ "kind": "javascript-module",
55737
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
55738
+ "declarations": [
55739
+ {
55740
+ "kind": "function",
55741
+ "name": "groupsToCriteria",
55742
+ "return": {
55743
+ "type": {
55744
+ "text": "string"
55745
+ }
55746
+ },
55747
+ "parameters": [
55748
+ {
55749
+ "name": "groups",
55750
+ "type": {
55751
+ "text": "CriteriaGroup[]"
55752
+ }
55753
+ }
55754
+ ],
55755
+ "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."
55756
+ },
55757
+ {
55758
+ "kind": "variable",
55759
+ "name": "STRING_OPERATORS",
55760
+ "type": {
55761
+ "text": "CriteriaOperator[]"
55762
+ },
55763
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
55764
+ },
55765
+ {
55766
+ "kind": "variable",
55767
+ "name": "NUMERIC_OPERATORS",
55768
+ "type": {
55769
+ "text": "CriteriaOperator[]"
55770
+ },
55771
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
55772
+ },
55773
+ {
55774
+ "kind": "variable",
55775
+ "name": "DATE_OPERATORS",
55776
+ "type": {
55777
+ "text": "CriteriaOperator[]"
55778
+ },
55779
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
55780
+ },
55781
+ {
55782
+ "kind": "variable",
55783
+ "name": "DATETIME_OPERATORS",
55784
+ "type": {
55785
+ "text": "CriteriaOperator[]"
55786
+ },
55787
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
55788
+ }
55789
+ ],
55790
+ "exports": [
55791
+ {
55792
+ "kind": "js",
55793
+ "name": "groupsToCriteria",
55794
+ "declaration": {
55795
+ "name": "groupsToCriteria",
55796
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55797
+ }
55798
+ },
55799
+ {
55800
+ "kind": "js",
55801
+ "name": "STRING_OPERATORS",
55802
+ "declaration": {
55803
+ "name": "STRING_OPERATORS",
55804
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55805
+ }
55806
+ },
55807
+ {
55808
+ "kind": "js",
55809
+ "name": "NUMERIC_OPERATORS",
55810
+ "declaration": {
55811
+ "name": "NUMERIC_OPERATORS",
55812
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55813
+ }
55814
+ },
55815
+ {
55816
+ "kind": "js",
55817
+ "name": "DATE_OPERATORS",
55818
+ "declaration": {
55819
+ "name": "DATE_OPERATORS",
55820
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55821
+ }
55822
+ },
55823
+ {
55824
+ "kind": "js",
55825
+ "name": "DATETIME_OPERATORS",
55826
+ "declaration": {
55827
+ "name": "DATETIME_OPERATORS",
55828
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55829
+ }
55830
+ }
55831
+ ]
55832
+ },
55833
+ {
55834
+ "kind": "javascript-module",
55835
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
55836
+ "declarations": [
55837
+ {
55838
+ "kind": "function",
55839
+ "name": "validateClauses",
55840
+ "return": {
55841
+ "type": {
55842
+ "text": "ValidationResult"
55843
+ }
55844
+ },
55845
+ "parameters": [
55846
+ {
55847
+ "name": "clauses",
55848
+ "type": {
55849
+ "text": "CriteriaClause[]"
55850
+ }
55851
+ },
55852
+ {
55853
+ "name": "fieldMetadata",
55854
+ "type": {
55855
+ "text": "MetadataDetail[] | string[]"
55856
+ }
55857
+ }
55858
+ ]
55859
+ },
55860
+ {
55861
+ "kind": "function",
55862
+ "name": "validateGroups",
55863
+ "return": {
55864
+ "type": {
55865
+ "text": "GroupsValidationResult"
55866
+ }
55867
+ },
55868
+ "parameters": [
55869
+ {
55870
+ "name": "groups",
55871
+ "type": {
55872
+ "text": "CriteriaGroup[]"
55873
+ }
55874
+ },
55875
+ {
55876
+ "name": "fieldMetadata",
55877
+ "type": {
55878
+ "text": "MetadataDetail[] | string[]"
55879
+ }
55880
+ }
55881
+ ],
55882
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
55883
+ }
55884
+ ],
55885
+ "exports": [
55886
+ {
55887
+ "kind": "js",
55888
+ "name": "validateClauses",
55889
+ "declaration": {
55890
+ "name": "validateClauses",
55891
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
55892
+ }
55893
+ },
55894
+ {
55895
+ "kind": "js",
55896
+ "name": "validateGroups",
55897
+ "declaration": {
55898
+ "name": "validateGroups",
55899
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
55900
+ }
55901
+ }
55902
+ ]
55903
+ },
55904
55904
  {
55905
55905
  "kind": "javascript-module",
55906
55906
  "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.414.0",
4
+ "version": "14.415.1-alpha-7f9cb0c.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.414.0",
89
- "@genesislcap/genx": "14.414.0",
90
- "@genesislcap/rollup-builder": "14.414.0",
91
- "@genesislcap/ts-builder": "14.414.0",
92
- "@genesislcap/uvu-playwright-builder": "14.414.0",
93
- "@genesislcap/vite-builder": "14.414.0",
94
- "@genesislcap/webpack-builder": "14.414.0",
88
+ "@genesislcap/foundation-testing": "14.415.1-alpha-7f9cb0c.0",
89
+ "@genesislcap/genx": "14.415.1-alpha-7f9cb0c.0",
90
+ "@genesislcap/rollup-builder": "14.415.1-alpha-7f9cb0c.0",
91
+ "@genesislcap/ts-builder": "14.415.1-alpha-7f9cb0c.0",
92
+ "@genesislcap/uvu-playwright-builder": "14.415.1-alpha-7f9cb0c.0",
93
+ "@genesislcap/vite-builder": "14.415.1-alpha-7f9cb0c.0",
94
+ "@genesislcap/webpack-builder": "14.415.1-alpha-7f9cb0c.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.414.0",
104
- "@genesislcap/foundation-ai": "14.414.0",
105
- "@genesislcap/foundation-comms": "14.414.0",
106
- "@genesislcap/foundation-criteria": "14.414.0",
107
- "@genesislcap/foundation-errors": "14.414.0",
108
- "@genesislcap/foundation-events": "14.414.0",
109
- "@genesislcap/foundation-logger": "14.414.0",
110
- "@genesislcap/foundation-notifications": "14.414.0",
111
- "@genesislcap/foundation-user": "14.414.0",
112
- "@genesislcap/foundation-utils": "14.414.0",
103
+ "@genesislcap/expression-builder": "14.415.1-alpha-7f9cb0c.0",
104
+ "@genesislcap/foundation-ai": "14.415.1-alpha-7f9cb0c.0",
105
+ "@genesislcap/foundation-comms": "14.415.1-alpha-7f9cb0c.0",
106
+ "@genesislcap/foundation-criteria": "14.415.1-alpha-7f9cb0c.0",
107
+ "@genesislcap/foundation-errors": "14.415.1-alpha-7f9cb0c.0",
108
+ "@genesislcap/foundation-events": "14.415.1-alpha-7f9cb0c.0",
109
+ "@genesislcap/foundation-logger": "14.415.1-alpha-7f9cb0c.0",
110
+ "@genesislcap/foundation-notifications": "14.415.1-alpha-7f9cb0c.0",
111
+ "@genesislcap/foundation-user": "14.415.1-alpha-7f9cb0c.0",
112
+ "@genesislcap/foundation-utils": "14.415.1-alpha-7f9cb0c.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",
@@ -131,5 +131,5 @@
131
131
  "access": "public"
132
132
  },
133
133
  "customElements": "dist/custom-elements.json",
134
- "gitHead": "1773c265a5c49119bbf46847678b3eb155f67eb6"
134
+ "gitHead": "a11e71b5d32029e1cfd93cbefae03b9e732b6b0b"
135
135
  }