@genesislcap/foundation-ui 14.413.0 → 14.415.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 +396 -396
  2. package/package.json +19 -19
@@ -1287,37 +1287,6 @@
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
- },
1321
1290
  {
1322
1291
  "kind": "javascript-module",
1323
1292
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2812,6 +2781,219 @@
2812
2781
  }
2813
2782
  ]
2814
2783
  },
2784
+ {
2785
+ "kind": "javascript-module",
2786
+ "path": "src/accordion/accordion.styles.ts",
2787
+ "declarations": [
2788
+ {
2789
+ "kind": "function",
2790
+ "name": "foundationAccordionStyles",
2791
+ "return": {
2792
+ "type": {
2793
+ "text": "ElementStyles"
2794
+ }
2795
+ },
2796
+ "parameters": [
2797
+ {
2798
+ "name": "context",
2799
+ "type": {
2800
+ "text": "ElementDefinitionContext"
2801
+ }
2802
+ },
2803
+ {
2804
+ "name": "definition",
2805
+ "type": {
2806
+ "text": "FoundationElementDefinition"
2807
+ }
2808
+ }
2809
+ ]
2810
+ }
2811
+ ],
2812
+ "exports": [
2813
+ {
2814
+ "kind": "js",
2815
+ "name": "foundationAccordionStyles",
2816
+ "declaration": {
2817
+ "name": "foundationAccordionStyles",
2818
+ "module": "src/accordion/accordion.styles.ts"
2819
+ }
2820
+ }
2821
+ ]
2822
+ },
2823
+ {
2824
+ "kind": "javascript-module",
2825
+ "path": "src/accordion/accordion.template.ts",
2826
+ "declarations": [
2827
+ {
2828
+ "kind": "function",
2829
+ "name": "foundationAccordionTemplate",
2830
+ "return": {
2831
+ "type": {
2832
+ "text": "ViewTemplate<Accordion>"
2833
+ }
2834
+ },
2835
+ "parameters": [
2836
+ {
2837
+ "name": "context",
2838
+ "type": {
2839
+ "text": "ElementDefinitionContext"
2840
+ }
2841
+ },
2842
+ {
2843
+ "name": "definition",
2844
+ "type": {
2845
+ "text": "FoundationElementDefinition"
2846
+ }
2847
+ }
2848
+ ]
2849
+ }
2850
+ ],
2851
+ "exports": [
2852
+ {
2853
+ "kind": "js",
2854
+ "name": "foundationAccordionTemplate",
2855
+ "declaration": {
2856
+ "name": "foundationAccordionTemplate",
2857
+ "module": "src/accordion/accordion.template.ts"
2858
+ }
2859
+ }
2860
+ ]
2861
+ },
2862
+ {
2863
+ "kind": "javascript-module",
2864
+ "path": "src/accordion/accordion.ts",
2865
+ "declarations": [
2866
+ {
2867
+ "kind": "class",
2868
+ "description": "",
2869
+ "name": "Accordion",
2870
+ "superclass": {
2871
+ "name": "FASTAccordion",
2872
+ "package": "@microsoft/fast-foundation"
2873
+ },
2874
+ "tagName": "%%prefix%%-accordion",
2875
+ "customElement": true
2876
+ },
2877
+ {
2878
+ "kind": "variable",
2879
+ "name": "foundationAccordionShadowOptions",
2880
+ "type": {
2881
+ "text": "ShadowRootInit"
2882
+ },
2883
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2884
+ },
2885
+ {
2886
+ "kind": "variable",
2887
+ "name": "defaultAccordionConfig",
2888
+ "type": {
2889
+ "text": "object"
2890
+ },
2891
+ "default": "{}"
2892
+ },
2893
+ {
2894
+ "kind": "variable",
2895
+ "name": "foundationAccordion",
2896
+ "description": "The Foundation Accordion",
2897
+ "privacy": "public"
2898
+ }
2899
+ ],
2900
+ "exports": [
2901
+ {
2902
+ "kind": "js",
2903
+ "name": "Accordion",
2904
+ "declaration": {
2905
+ "name": "Accordion",
2906
+ "module": "src/accordion/accordion.ts"
2907
+ }
2908
+ },
2909
+ {
2910
+ "kind": "js",
2911
+ "name": "foundationAccordionShadowOptions",
2912
+ "declaration": {
2913
+ "name": "foundationAccordionShadowOptions",
2914
+ "module": "src/accordion/accordion.ts"
2915
+ }
2916
+ },
2917
+ {
2918
+ "kind": "js",
2919
+ "name": "defaultAccordionConfig",
2920
+ "declaration": {
2921
+ "name": "defaultAccordionConfig",
2922
+ "module": "src/accordion/accordion.ts"
2923
+ }
2924
+ },
2925
+ {
2926
+ "kind": "js",
2927
+ "name": "foundationAccordion",
2928
+ "declaration": {
2929
+ "name": "foundationAccordion",
2930
+ "module": "src/accordion/accordion.ts"
2931
+ }
2932
+ }
2933
+ ]
2934
+ },
2935
+ {
2936
+ "kind": "javascript-module",
2937
+ "path": "src/accordion/index.ts",
2938
+ "declarations": [],
2939
+ "exports": [
2940
+ {
2941
+ "kind": "js",
2942
+ "name": "*",
2943
+ "declaration": {
2944
+ "name": "*",
2945
+ "package": "./accordion.template"
2946
+ }
2947
+ },
2948
+ {
2949
+ "kind": "js",
2950
+ "name": "*",
2951
+ "declaration": {
2952
+ "name": "*",
2953
+ "package": "./accordion.styles"
2954
+ }
2955
+ },
2956
+ {
2957
+ "kind": "js",
2958
+ "name": "*",
2959
+ "declaration": {
2960
+ "name": "*",
2961
+ "package": "./accordion"
2962
+ }
2963
+ }
2964
+ ]
2965
+ },
2966
+ {
2967
+ "kind": "javascript-module",
2968
+ "path": "src/_config/index.ts",
2969
+ "declarations": [],
2970
+ "exports": [
2971
+ {
2972
+ "kind": "js",
2973
+ "name": "*",
2974
+ "declaration": {
2975
+ "name": "*",
2976
+ "package": "./styles"
2977
+ }
2978
+ },
2979
+ {
2980
+ "kind": "js",
2981
+ "name": "*",
2982
+ "declaration": {
2983
+ "name": "*",
2984
+ "package": "./tokens"
2985
+ }
2986
+ },
2987
+ {
2988
+ "kind": "js",
2989
+ "name": "*",
2990
+ "declaration": {
2991
+ "name": "*",
2992
+ "package": "./values"
2993
+ }
2994
+ }
2995
+ ]
2996
+ },
2815
2997
  {
2816
2998
  "kind": "javascript-module",
2817
2999
  "path": "src/ai-indicator/ai-indicator.styles.ts",
@@ -3253,11 +3435,11 @@
3253
3435
  },
3254
3436
  {
3255
3437
  "kind": "javascript-module",
3256
- "path": "src/accordion/accordion.styles.ts",
3438
+ "path": "src/anchor/anchor.styles.ts",
3257
3439
  "declarations": [
3258
3440
  {
3259
3441
  "kind": "function",
3260
- "name": "foundationAccordionStyles",
3442
+ "name": "foundationAnchorStyles",
3261
3443
  "return": {
3262
3444
  "type": {
3263
3445
  "text": "ElementStyles"
@@ -3282,206 +3464,24 @@
3282
3464
  "exports": [
3283
3465
  {
3284
3466
  "kind": "js",
3285
- "name": "foundationAccordionStyles",
3467
+ "name": "foundationAnchorStyles",
3286
3468
  "declaration": {
3287
- "name": "foundationAccordionStyles",
3288
- "module": "src/accordion/accordion.styles.ts"
3469
+ "name": "foundationAnchorStyles",
3470
+ "module": "src/anchor/anchor.styles.ts"
3289
3471
  }
3290
3472
  }
3291
3473
  ]
3292
3474
  },
3293
3475
  {
3294
3476
  "kind": "javascript-module",
3295
- "path": "src/accordion/accordion.template.ts",
3477
+ "path": "src/anchor/anchor.template.ts",
3296
3478
  "declarations": [
3297
3479
  {
3298
3480
  "kind": "function",
3299
- "name": "foundationAccordionTemplate",
3481
+ "name": "foundationAnchorTemplate",
3300
3482
  "return": {
3301
3483
  "type": {
3302
- "text": "ViewTemplate<Accordion>"
3303
- }
3304
- },
3305
- "parameters": [
3306
- {
3307
- "name": "context",
3308
- "type": {
3309
- "text": "ElementDefinitionContext"
3310
- }
3311
- },
3312
- {
3313
- "name": "definition",
3314
- "type": {
3315
- "text": "FoundationElementDefinition"
3316
- }
3317
- }
3318
- ]
3319
- }
3320
- ],
3321
- "exports": [
3322
- {
3323
- "kind": "js",
3324
- "name": "foundationAccordionTemplate",
3325
- "declaration": {
3326
- "name": "foundationAccordionTemplate",
3327
- "module": "src/accordion/accordion.template.ts"
3328
- }
3329
- }
3330
- ]
3331
- },
3332
- {
3333
- "kind": "javascript-module",
3334
- "path": "src/accordion/accordion.ts",
3335
- "declarations": [
3336
- {
3337
- "kind": "class",
3338
- "description": "",
3339
- "name": "Accordion",
3340
- "superclass": {
3341
- "name": "FASTAccordion",
3342
- "package": "@microsoft/fast-foundation"
3343
- },
3344
- "tagName": "%%prefix%%-accordion",
3345
- "customElement": true
3346
- },
3347
- {
3348
- "kind": "variable",
3349
- "name": "foundationAccordionShadowOptions",
3350
- "type": {
3351
- "text": "ShadowRootInit"
3352
- },
3353
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3354
- },
3355
- {
3356
- "kind": "variable",
3357
- "name": "defaultAccordionConfig",
3358
- "type": {
3359
- "text": "object"
3360
- },
3361
- "default": "{}"
3362
- },
3363
- {
3364
- "kind": "variable",
3365
- "name": "foundationAccordion",
3366
- "description": "The Foundation Accordion",
3367
- "privacy": "public"
3368
- }
3369
- ],
3370
- "exports": [
3371
- {
3372
- "kind": "js",
3373
- "name": "Accordion",
3374
- "declaration": {
3375
- "name": "Accordion",
3376
- "module": "src/accordion/accordion.ts"
3377
- }
3378
- },
3379
- {
3380
- "kind": "js",
3381
- "name": "foundationAccordionShadowOptions",
3382
- "declaration": {
3383
- "name": "foundationAccordionShadowOptions",
3384
- "module": "src/accordion/accordion.ts"
3385
- }
3386
- },
3387
- {
3388
- "kind": "js",
3389
- "name": "defaultAccordionConfig",
3390
- "declaration": {
3391
- "name": "defaultAccordionConfig",
3392
- "module": "src/accordion/accordion.ts"
3393
- }
3394
- },
3395
- {
3396
- "kind": "js",
3397
- "name": "foundationAccordion",
3398
- "declaration": {
3399
- "name": "foundationAccordion",
3400
- "module": "src/accordion/accordion.ts"
3401
- }
3402
- }
3403
- ]
3404
- },
3405
- {
3406
- "kind": "javascript-module",
3407
- "path": "src/accordion/index.ts",
3408
- "declarations": [],
3409
- "exports": [
3410
- {
3411
- "kind": "js",
3412
- "name": "*",
3413
- "declaration": {
3414
- "name": "*",
3415
- "package": "./accordion.template"
3416
- }
3417
- },
3418
- {
3419
- "kind": "js",
3420
- "name": "*",
3421
- "declaration": {
3422
- "name": "*",
3423
- "package": "./accordion.styles"
3424
- }
3425
- },
3426
- {
3427
- "kind": "js",
3428
- "name": "*",
3429
- "declaration": {
3430
- "name": "*",
3431
- "package": "./accordion"
3432
- }
3433
- }
3434
- ]
3435
- },
3436
- {
3437
- "kind": "javascript-module",
3438
- "path": "src/anchor/anchor.styles.ts",
3439
- "declarations": [
3440
- {
3441
- "kind": "function",
3442
- "name": "foundationAnchorStyles",
3443
- "return": {
3444
- "type": {
3445
- "text": "ElementStyles"
3446
- }
3447
- },
3448
- "parameters": [
3449
- {
3450
- "name": "context",
3451
- "type": {
3452
- "text": "ElementDefinitionContext"
3453
- }
3454
- },
3455
- {
3456
- "name": "definition",
3457
- "type": {
3458
- "text": "FoundationElementDefinition"
3459
- }
3460
- }
3461
- ]
3462
- }
3463
- ],
3464
- "exports": [
3465
- {
3466
- "kind": "js",
3467
- "name": "foundationAnchorStyles",
3468
- "declaration": {
3469
- "name": "foundationAnchorStyles",
3470
- "module": "src/anchor/anchor.styles.ts"
3471
- }
3472
- }
3473
- ]
3474
- },
3475
- {
3476
- "kind": "javascript-module",
3477
- "path": "src/anchor/anchor.template.ts",
3478
- "declarations": [
3479
- {
3480
- "kind": "function",
3481
- "name": "foundationAnchorTemplate",
3482
- "return": {
3483
- "type": {
3484
- "text": "ViewTemplate<Anchor>"
3484
+ "text": "ViewTemplate<Anchor>"
3485
3485
  }
3486
3486
  },
3487
3487
  "parameters": [
@@ -54354,6 +54354,181 @@
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
+ },
54357
54532
  {
54358
54533
  "kind": "javascript-module",
54359
54534
  "path": "src/_config/styles/colors.ts",
@@ -55726,181 +55901,6 @@
55726
55901
  "declarations": [],
55727
55902
  "exports": []
55728
55903
  },
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.413.0",
4
+ "version": "14.415.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.413.0",
89
- "@genesislcap/genx": "14.413.0",
90
- "@genesislcap/rollup-builder": "14.413.0",
91
- "@genesislcap/ts-builder": "14.413.0",
92
- "@genesislcap/uvu-playwright-builder": "14.413.0",
93
- "@genesislcap/vite-builder": "14.413.0",
94
- "@genesislcap/webpack-builder": "14.413.0",
88
+ "@genesislcap/foundation-testing": "14.415.0",
89
+ "@genesislcap/genx": "14.415.0",
90
+ "@genesislcap/rollup-builder": "14.415.0",
91
+ "@genesislcap/ts-builder": "14.415.0",
92
+ "@genesislcap/uvu-playwright-builder": "14.415.0",
93
+ "@genesislcap/vite-builder": "14.415.0",
94
+ "@genesislcap/webpack-builder": "14.415.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.413.0",
104
- "@genesislcap/foundation-ai": "14.413.0",
105
- "@genesislcap/foundation-comms": "14.413.0",
106
- "@genesislcap/foundation-criteria": "14.413.0",
107
- "@genesislcap/foundation-errors": "14.413.0",
108
- "@genesislcap/foundation-events": "14.413.0",
109
- "@genesislcap/foundation-logger": "14.413.0",
110
- "@genesislcap/foundation-notifications": "14.413.0",
111
- "@genesislcap/foundation-user": "14.413.0",
112
- "@genesislcap/foundation-utils": "14.413.0",
103
+ "@genesislcap/expression-builder": "14.415.0",
104
+ "@genesislcap/foundation-ai": "14.415.0",
105
+ "@genesislcap/foundation-comms": "14.415.0",
106
+ "@genesislcap/foundation-criteria": "14.415.0",
107
+ "@genesislcap/foundation-errors": "14.415.0",
108
+ "@genesislcap/foundation-events": "14.415.0",
109
+ "@genesislcap/foundation-logger": "14.415.0",
110
+ "@genesislcap/foundation-notifications": "14.415.0",
111
+ "@genesislcap/foundation-user": "14.415.0",
112
+ "@genesislcap/foundation-utils": "14.415.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": "63a1d5ed29bdffacfde372a0f5a1fca715bfbb51"
134
+ "gitHead": "4b6408f6bb48961a8bd3292c96ded8a96810109d"
135
135
  }