@genesislcap/foundation-ui 14.415.0 → 14.415.1-alpha-6b21de0.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.
@@ -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",
@@ -2240,6 +2271,188 @@
2240
2271
  }
2241
2272
  ]
2242
2273
  },
2274
+ {
2275
+ "kind": "javascript-module",
2276
+ "path": "src/accordion/accordion.styles.ts",
2277
+ "declarations": [
2278
+ {
2279
+ "kind": "function",
2280
+ "name": "foundationAccordionStyles",
2281
+ "return": {
2282
+ "type": {
2283
+ "text": "ElementStyles"
2284
+ }
2285
+ },
2286
+ "parameters": [
2287
+ {
2288
+ "name": "context",
2289
+ "type": {
2290
+ "text": "ElementDefinitionContext"
2291
+ }
2292
+ },
2293
+ {
2294
+ "name": "definition",
2295
+ "type": {
2296
+ "text": "FoundationElementDefinition"
2297
+ }
2298
+ }
2299
+ ]
2300
+ }
2301
+ ],
2302
+ "exports": [
2303
+ {
2304
+ "kind": "js",
2305
+ "name": "foundationAccordionStyles",
2306
+ "declaration": {
2307
+ "name": "foundationAccordionStyles",
2308
+ "module": "src/accordion/accordion.styles.ts"
2309
+ }
2310
+ }
2311
+ ]
2312
+ },
2313
+ {
2314
+ "kind": "javascript-module",
2315
+ "path": "src/accordion/accordion.template.ts",
2316
+ "declarations": [
2317
+ {
2318
+ "kind": "function",
2319
+ "name": "foundationAccordionTemplate",
2320
+ "return": {
2321
+ "type": {
2322
+ "text": "ViewTemplate<Accordion>"
2323
+ }
2324
+ },
2325
+ "parameters": [
2326
+ {
2327
+ "name": "context",
2328
+ "type": {
2329
+ "text": "ElementDefinitionContext"
2330
+ }
2331
+ },
2332
+ {
2333
+ "name": "definition",
2334
+ "type": {
2335
+ "text": "FoundationElementDefinition"
2336
+ }
2337
+ }
2338
+ ]
2339
+ }
2340
+ ],
2341
+ "exports": [
2342
+ {
2343
+ "kind": "js",
2344
+ "name": "foundationAccordionTemplate",
2345
+ "declaration": {
2346
+ "name": "foundationAccordionTemplate",
2347
+ "module": "src/accordion/accordion.template.ts"
2348
+ }
2349
+ }
2350
+ ]
2351
+ },
2352
+ {
2353
+ "kind": "javascript-module",
2354
+ "path": "src/accordion/accordion.ts",
2355
+ "declarations": [
2356
+ {
2357
+ "kind": "class",
2358
+ "description": "",
2359
+ "name": "Accordion",
2360
+ "superclass": {
2361
+ "name": "FASTAccordion",
2362
+ "package": "@microsoft/fast-foundation"
2363
+ },
2364
+ "tagName": "%%prefix%%-accordion",
2365
+ "customElement": true
2366
+ },
2367
+ {
2368
+ "kind": "variable",
2369
+ "name": "foundationAccordionShadowOptions",
2370
+ "type": {
2371
+ "text": "ShadowRootInit"
2372
+ },
2373
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2374
+ },
2375
+ {
2376
+ "kind": "variable",
2377
+ "name": "defaultAccordionConfig",
2378
+ "type": {
2379
+ "text": "object"
2380
+ },
2381
+ "default": "{}"
2382
+ },
2383
+ {
2384
+ "kind": "variable",
2385
+ "name": "foundationAccordion",
2386
+ "description": "The Foundation Accordion",
2387
+ "privacy": "public"
2388
+ }
2389
+ ],
2390
+ "exports": [
2391
+ {
2392
+ "kind": "js",
2393
+ "name": "Accordion",
2394
+ "declaration": {
2395
+ "name": "Accordion",
2396
+ "module": "src/accordion/accordion.ts"
2397
+ }
2398
+ },
2399
+ {
2400
+ "kind": "js",
2401
+ "name": "foundationAccordionShadowOptions",
2402
+ "declaration": {
2403
+ "name": "foundationAccordionShadowOptions",
2404
+ "module": "src/accordion/accordion.ts"
2405
+ }
2406
+ },
2407
+ {
2408
+ "kind": "js",
2409
+ "name": "defaultAccordionConfig",
2410
+ "declaration": {
2411
+ "name": "defaultAccordionConfig",
2412
+ "module": "src/accordion/accordion.ts"
2413
+ }
2414
+ },
2415
+ {
2416
+ "kind": "js",
2417
+ "name": "foundationAccordion",
2418
+ "declaration": {
2419
+ "name": "foundationAccordion",
2420
+ "module": "src/accordion/accordion.ts"
2421
+ }
2422
+ }
2423
+ ]
2424
+ },
2425
+ {
2426
+ "kind": "javascript-module",
2427
+ "path": "src/accordion/index.ts",
2428
+ "declarations": [],
2429
+ "exports": [
2430
+ {
2431
+ "kind": "js",
2432
+ "name": "*",
2433
+ "declaration": {
2434
+ "name": "*",
2435
+ "package": "./accordion.template"
2436
+ }
2437
+ },
2438
+ {
2439
+ "kind": "js",
2440
+ "name": "*",
2441
+ "declaration": {
2442
+ "name": "*",
2443
+ "package": "./accordion.styles"
2444
+ }
2445
+ },
2446
+ {
2447
+ "kind": "js",
2448
+ "name": "*",
2449
+ "declaration": {
2450
+ "name": "*",
2451
+ "package": "./accordion"
2452
+ }
2453
+ }
2454
+ ]
2455
+ },
2243
2456
  {
2244
2457
  "kind": "javascript-module",
2245
2458
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -2781,219 +2994,6 @@
2781
2994
  }
2782
2995
  ]
2783
2996
  },
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
- },
2997
2997
  {
2998
2998
  "kind": "javascript-module",
2999
2999
  "path": "src/ai-indicator/ai-indicator.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",
@@ -9,6 +9,7 @@ export interface BaseDatasourceErrorHandlingOptions {
9
9
  declare const BaseDatasource_base: new () => {
10
10
  datasourceStatus: import("@genesislcap/foundation-comms").DatasourceStatus;
11
11
  resourceName: string;
12
+ data?: unknown;
12
13
  onDatasourceStatusChanged: (event: import("@genesislcap/foundation-comms").DatasourceStatusChangedEvent) => void;
13
14
  datasourceStatusChanged(prev: import("@genesislcap/foundation-comms").DatasourceStatus, next: import("@genesislcap/foundation-comms").DatasourceStatus): void;
14
15
  connectedCallback(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"base-datasource.d.ts","sourceRoot":"","sources":["../../../src/utils/base-datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"base-datasource.d.ts","sourceRoot":"","sources":["../../../src/utils/base-datasource.ts"],"names":[],"mappings":"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"}
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.415.0",
4
+ "version": "14.415.1-alpha-6b21de0.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.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",
88
+ "@genesislcap/foundation-testing": "14.415.1-alpha-6b21de0.0",
89
+ "@genesislcap/genx": "14.415.1-alpha-6b21de0.0",
90
+ "@genesislcap/rollup-builder": "14.415.1-alpha-6b21de0.0",
91
+ "@genesislcap/ts-builder": "14.415.1-alpha-6b21de0.0",
92
+ "@genesislcap/uvu-playwright-builder": "14.415.1-alpha-6b21de0.0",
93
+ "@genesislcap/vite-builder": "14.415.1-alpha-6b21de0.0",
94
+ "@genesislcap/webpack-builder": "14.415.1-alpha-6b21de0.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.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",
103
+ "@genesislcap/expression-builder": "14.415.1-alpha-6b21de0.0",
104
+ "@genesislcap/foundation-ai": "14.415.1-alpha-6b21de0.0",
105
+ "@genesislcap/foundation-comms": "14.415.1-alpha-6b21de0.0",
106
+ "@genesislcap/foundation-criteria": "14.415.1-alpha-6b21de0.0",
107
+ "@genesislcap/foundation-errors": "14.415.1-alpha-6b21de0.0",
108
+ "@genesislcap/foundation-events": "14.415.1-alpha-6b21de0.0",
109
+ "@genesislcap/foundation-logger": "14.415.1-alpha-6b21de0.0",
110
+ "@genesislcap/foundation-notifications": "14.415.1-alpha-6b21de0.0",
111
+ "@genesislcap/foundation-user": "14.415.1-alpha-6b21de0.0",
112
+ "@genesislcap/foundation-utils": "14.415.1-alpha-6b21de0.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": "4b6408f6bb48961a8bd3292c96ded8a96810109d"
134
+ "gitHead": "78edfbb386f6ec088d160296875a6bf5b8f343e7"
135
135
  }