@genesislcap/foundation-ui 14.386.1 → 14.387.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.
@@ -1271,6 +1271,37 @@
1271
1271
  }
1272
1272
  ]
1273
1273
  },
1274
+ {
1275
+ "kind": "javascript-module",
1276
+ "path": "src/_config/index.ts",
1277
+ "declarations": [],
1278
+ "exports": [
1279
+ {
1280
+ "kind": "js",
1281
+ "name": "*",
1282
+ "declaration": {
1283
+ "name": "*",
1284
+ "package": "./styles"
1285
+ }
1286
+ },
1287
+ {
1288
+ "kind": "js",
1289
+ "name": "*",
1290
+ "declaration": {
1291
+ "name": "*",
1292
+ "package": "./tokens"
1293
+ }
1294
+ },
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./values"
1301
+ }
1302
+ }
1303
+ ]
1304
+ },
1274
1305
  {
1275
1306
  "kind": "javascript-module",
1276
1307
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1665,37 +1696,6 @@
1665
1696
  }
1666
1697
  ]
1667
1698
  },
1668
- {
1669
- "kind": "javascript-module",
1670
- "path": "src/_config/index.ts",
1671
- "declarations": [],
1672
- "exports": [
1673
- {
1674
- "kind": "js",
1675
- "name": "*",
1676
- "declaration": {
1677
- "name": "*",
1678
- "package": "./styles"
1679
- }
1680
- },
1681
- {
1682
- "kind": "js",
1683
- "name": "*",
1684
- "declaration": {
1685
- "name": "*",
1686
- "package": "./tokens"
1687
- }
1688
- },
1689
- {
1690
- "kind": "js",
1691
- "name": "*",
1692
- "declaration": {
1693
- "name": "*",
1694
- "package": "./values"
1695
- }
1696
- }
1697
- ]
1698
- },
1699
1699
  {
1700
1700
  "kind": "javascript-module",
1701
1701
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2255,188 +2255,6 @@
2255
2255
  }
2256
2256
  ]
2257
2257
  },
2258
- {
2259
- "kind": "javascript-module",
2260
- "path": "src/accordion/accordion.styles.ts",
2261
- "declarations": [
2262
- {
2263
- "kind": "function",
2264
- "name": "foundationAccordionStyles",
2265
- "return": {
2266
- "type": {
2267
- "text": "ElementStyles"
2268
- }
2269
- },
2270
- "parameters": [
2271
- {
2272
- "name": "context",
2273
- "type": {
2274
- "text": "ElementDefinitionContext"
2275
- }
2276
- },
2277
- {
2278
- "name": "definition",
2279
- "type": {
2280
- "text": "FoundationElementDefinition"
2281
- }
2282
- }
2283
- ]
2284
- }
2285
- ],
2286
- "exports": [
2287
- {
2288
- "kind": "js",
2289
- "name": "foundationAccordionStyles",
2290
- "declaration": {
2291
- "name": "foundationAccordionStyles",
2292
- "module": "src/accordion/accordion.styles.ts"
2293
- }
2294
- }
2295
- ]
2296
- },
2297
- {
2298
- "kind": "javascript-module",
2299
- "path": "src/accordion/accordion.template.ts",
2300
- "declarations": [
2301
- {
2302
- "kind": "function",
2303
- "name": "foundationAccordionTemplate",
2304
- "return": {
2305
- "type": {
2306
- "text": "ViewTemplate<Accordion>"
2307
- }
2308
- },
2309
- "parameters": [
2310
- {
2311
- "name": "context",
2312
- "type": {
2313
- "text": "ElementDefinitionContext"
2314
- }
2315
- },
2316
- {
2317
- "name": "definition",
2318
- "type": {
2319
- "text": "FoundationElementDefinition"
2320
- }
2321
- }
2322
- ]
2323
- }
2324
- ],
2325
- "exports": [
2326
- {
2327
- "kind": "js",
2328
- "name": "foundationAccordionTemplate",
2329
- "declaration": {
2330
- "name": "foundationAccordionTemplate",
2331
- "module": "src/accordion/accordion.template.ts"
2332
- }
2333
- }
2334
- ]
2335
- },
2336
- {
2337
- "kind": "javascript-module",
2338
- "path": "src/accordion/accordion.ts",
2339
- "declarations": [
2340
- {
2341
- "kind": "class",
2342
- "description": "",
2343
- "name": "Accordion",
2344
- "superclass": {
2345
- "name": "FASTAccordion",
2346
- "package": "@microsoft/fast-foundation"
2347
- },
2348
- "tagName": "%%prefix%%-accordion",
2349
- "customElement": true
2350
- },
2351
- {
2352
- "kind": "variable",
2353
- "name": "foundationAccordionShadowOptions",
2354
- "type": {
2355
- "text": "ShadowRootInit"
2356
- },
2357
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2358
- },
2359
- {
2360
- "kind": "variable",
2361
- "name": "defaultAccordionConfig",
2362
- "type": {
2363
- "text": "object"
2364
- },
2365
- "default": "{}"
2366
- },
2367
- {
2368
- "kind": "variable",
2369
- "name": "foundationAccordion",
2370
- "description": "The Foundation Accordion",
2371
- "privacy": "public"
2372
- }
2373
- ],
2374
- "exports": [
2375
- {
2376
- "kind": "js",
2377
- "name": "Accordion",
2378
- "declaration": {
2379
- "name": "Accordion",
2380
- "module": "src/accordion/accordion.ts"
2381
- }
2382
- },
2383
- {
2384
- "kind": "js",
2385
- "name": "foundationAccordionShadowOptions",
2386
- "declaration": {
2387
- "name": "foundationAccordionShadowOptions",
2388
- "module": "src/accordion/accordion.ts"
2389
- }
2390
- },
2391
- {
2392
- "kind": "js",
2393
- "name": "defaultAccordionConfig",
2394
- "declaration": {
2395
- "name": "defaultAccordionConfig",
2396
- "module": "src/accordion/accordion.ts"
2397
- }
2398
- },
2399
- {
2400
- "kind": "js",
2401
- "name": "foundationAccordion",
2402
- "declaration": {
2403
- "name": "foundationAccordion",
2404
- "module": "src/accordion/accordion.ts"
2405
- }
2406
- }
2407
- ]
2408
- },
2409
- {
2410
- "kind": "javascript-module",
2411
- "path": "src/accordion/index.ts",
2412
- "declarations": [],
2413
- "exports": [
2414
- {
2415
- "kind": "js",
2416
- "name": "*",
2417
- "declaration": {
2418
- "name": "*",
2419
- "package": "./accordion.template"
2420
- }
2421
- },
2422
- {
2423
- "kind": "js",
2424
- "name": "*",
2425
- "declaration": {
2426
- "name": "*",
2427
- "package": "./accordion.styles"
2428
- }
2429
- },
2430
- {
2431
- "kind": "js",
2432
- "name": "*",
2433
- "declaration": {
2434
- "name": "*",
2435
- "package": "./accordion"
2436
- }
2437
- }
2438
- ]
2439
- },
2440
2258
  {
2441
2259
  "kind": "javascript-module",
2442
2260
  "path": "src/anchor/anchor.styles.ts",
@@ -2957,6 +2775,188 @@
2957
2775
  }
2958
2776
  ]
2959
2777
  },
2778
+ {
2779
+ "kind": "javascript-module",
2780
+ "path": "src/accordion/accordion.styles.ts",
2781
+ "declarations": [
2782
+ {
2783
+ "kind": "function",
2784
+ "name": "foundationAccordionStyles",
2785
+ "return": {
2786
+ "type": {
2787
+ "text": "ElementStyles"
2788
+ }
2789
+ },
2790
+ "parameters": [
2791
+ {
2792
+ "name": "context",
2793
+ "type": {
2794
+ "text": "ElementDefinitionContext"
2795
+ }
2796
+ },
2797
+ {
2798
+ "name": "definition",
2799
+ "type": {
2800
+ "text": "FoundationElementDefinition"
2801
+ }
2802
+ }
2803
+ ]
2804
+ }
2805
+ ],
2806
+ "exports": [
2807
+ {
2808
+ "kind": "js",
2809
+ "name": "foundationAccordionStyles",
2810
+ "declaration": {
2811
+ "name": "foundationAccordionStyles",
2812
+ "module": "src/accordion/accordion.styles.ts"
2813
+ }
2814
+ }
2815
+ ]
2816
+ },
2817
+ {
2818
+ "kind": "javascript-module",
2819
+ "path": "src/accordion/accordion.template.ts",
2820
+ "declarations": [
2821
+ {
2822
+ "kind": "function",
2823
+ "name": "foundationAccordionTemplate",
2824
+ "return": {
2825
+ "type": {
2826
+ "text": "ViewTemplate<Accordion>"
2827
+ }
2828
+ },
2829
+ "parameters": [
2830
+ {
2831
+ "name": "context",
2832
+ "type": {
2833
+ "text": "ElementDefinitionContext"
2834
+ }
2835
+ },
2836
+ {
2837
+ "name": "definition",
2838
+ "type": {
2839
+ "text": "FoundationElementDefinition"
2840
+ }
2841
+ }
2842
+ ]
2843
+ }
2844
+ ],
2845
+ "exports": [
2846
+ {
2847
+ "kind": "js",
2848
+ "name": "foundationAccordionTemplate",
2849
+ "declaration": {
2850
+ "name": "foundationAccordionTemplate",
2851
+ "module": "src/accordion/accordion.template.ts"
2852
+ }
2853
+ }
2854
+ ]
2855
+ },
2856
+ {
2857
+ "kind": "javascript-module",
2858
+ "path": "src/accordion/accordion.ts",
2859
+ "declarations": [
2860
+ {
2861
+ "kind": "class",
2862
+ "description": "",
2863
+ "name": "Accordion",
2864
+ "superclass": {
2865
+ "name": "FASTAccordion",
2866
+ "package": "@microsoft/fast-foundation"
2867
+ },
2868
+ "tagName": "%%prefix%%-accordion",
2869
+ "customElement": true
2870
+ },
2871
+ {
2872
+ "kind": "variable",
2873
+ "name": "foundationAccordionShadowOptions",
2874
+ "type": {
2875
+ "text": "ShadowRootInit"
2876
+ },
2877
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2878
+ },
2879
+ {
2880
+ "kind": "variable",
2881
+ "name": "defaultAccordionConfig",
2882
+ "type": {
2883
+ "text": "object"
2884
+ },
2885
+ "default": "{}"
2886
+ },
2887
+ {
2888
+ "kind": "variable",
2889
+ "name": "foundationAccordion",
2890
+ "description": "The Foundation Accordion",
2891
+ "privacy": "public"
2892
+ }
2893
+ ],
2894
+ "exports": [
2895
+ {
2896
+ "kind": "js",
2897
+ "name": "Accordion",
2898
+ "declaration": {
2899
+ "name": "Accordion",
2900
+ "module": "src/accordion/accordion.ts"
2901
+ }
2902
+ },
2903
+ {
2904
+ "kind": "js",
2905
+ "name": "foundationAccordionShadowOptions",
2906
+ "declaration": {
2907
+ "name": "foundationAccordionShadowOptions",
2908
+ "module": "src/accordion/accordion.ts"
2909
+ }
2910
+ },
2911
+ {
2912
+ "kind": "js",
2913
+ "name": "defaultAccordionConfig",
2914
+ "declaration": {
2915
+ "name": "defaultAccordionConfig",
2916
+ "module": "src/accordion/accordion.ts"
2917
+ }
2918
+ },
2919
+ {
2920
+ "kind": "js",
2921
+ "name": "foundationAccordion",
2922
+ "declaration": {
2923
+ "name": "foundationAccordion",
2924
+ "module": "src/accordion/accordion.ts"
2925
+ }
2926
+ }
2927
+ ]
2928
+ },
2929
+ {
2930
+ "kind": "javascript-module",
2931
+ "path": "src/accordion/index.ts",
2932
+ "declarations": [],
2933
+ "exports": [
2934
+ {
2935
+ "kind": "js",
2936
+ "name": "*",
2937
+ "declaration": {
2938
+ "name": "*",
2939
+ "package": "./accordion.template"
2940
+ }
2941
+ },
2942
+ {
2943
+ "kind": "js",
2944
+ "name": "*",
2945
+ "declaration": {
2946
+ "name": "*",
2947
+ "package": "./accordion.styles"
2948
+ }
2949
+ },
2950
+ {
2951
+ "kind": "js",
2952
+ "name": "*",
2953
+ "declaration": {
2954
+ "name": "*",
2955
+ "package": "./accordion"
2956
+ }
2957
+ }
2958
+ ]
2959
+ },
2960
2960
  {
2961
2961
  "kind": "javascript-module",
2962
2962
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"rule-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/rule-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,iCAAiC,CAAC;AAetF,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAqBjE;;;;IAII;AACJ,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEF,KAAK,SAAS,GAAG,MAAM,OAAO,eAAe,CAAC;AA6I9C;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAAC,EAAE,EAAE,SAAS,GAAG,cAAc,CAAC,SAAS,CAazF;AAED;;;;IAII;AACJ,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,sBAAsB,CAAC,IAAI,EACjC,YAAY,EAAE,cAAc,CAAC,SAAS,GACrC,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAyC/C;AAED;;;;;;;;IAQI;AACJ,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,sBAAsB,CAAC,IAAI,GACrC,cAAc,CAAC,UAAU,CAAC,MAAM,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAiCnE;AAED;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAC/C,EAAE,EAAE,cAAc,CAAC,SAAS,EAC5B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,GAC3D,SAAS,CAgBX;AAED;;;;;;;IAOI;AACJ,wBAAgB,eAAe,CAC7B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,EAC5D,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,CAmB5C;AAED;;;;;IAKI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,sBAAsB,CAAC,IAAI,CAa7B;AAID;;;;;;IAMI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,UAAU,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACxD,sBAAsB,CAAC,IAAI,CA8C7B;AAED;;;;IAII;AACJ,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,IAAI,EAAE,cAAc,CAAC,UAAU,CAAC,qBAAqB,CAAC,GACrD,sBAAsB,CAAC,KAAK,CAa9B;AAED;;;;;;GAMG;AACH,qBAKa,+BAAgC,SAAQ,iBAAiB;IACxD,UAAU,EAAE,sBAAsB,CAAC,UAAU,CAAC;IAE1D,iBAAiB,CACf,CAAC,EAAE,sBAAsB,CAAC,UAAU,EACpC,SAAS,EAAE,sBAAsB,CAAC,UAAU;IAgBrC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAWjE"}
1
+ {"version":3,"file":"rule-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/rule-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,iCAAiC,CAAC;AAetF,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAqBjE;;;;IAII;AACJ,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEF,KAAK,SAAS,GAAG,MAAM,OAAO,eAAe,CAAC;AAgK9C;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAAC,EAAE,EAAE,SAAS,GAAG,cAAc,CAAC,SAAS,CAazF;AAED;;;;IAII;AACJ,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,sBAAsB,CAAC,IAAI,EACjC,YAAY,EAAE,cAAc,CAAC,SAAS,GACrC,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAyC/C;AAED;;;;;;;;IAQI;AACJ,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,sBAAsB,CAAC,IAAI,GACrC,cAAc,CAAC,UAAU,CAAC,MAAM,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAiCnE;AAED;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAC/C,EAAE,EAAE,cAAc,CAAC,SAAS,EAC5B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,GAC3D,SAAS,CAgBX;AAED;;;;;;;IAOI;AACJ,wBAAgB,eAAe,CAC7B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,EAC5D,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,CAmB5C;AAED;;;;;IAKI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,sBAAsB,CAAC,IAAI,CAa7B;AAID;;;;;;IAMI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,UAAU,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACxD,sBAAsB,CAAC,IAAI,CA8C7B;AAED;;;;IAII;AACJ,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,IAAI,EAAE,cAAc,CAAC,UAAU,CAAC,qBAAqB,CAAC,GACrD,sBAAsB,CAAC,KAAK,CAa9B;AAED;;;;;;GAMG;AACH,qBAKa,+BAAgC,SAAQ,iBAAiB;IACxD,UAAU,EAAE,sBAAsB,CAAC,UAAU,CAAC;IAE1D,iBAAiB,CACf,CAAC,EAAE,sBAAsB,CAAC,UAAU,EACpC,SAAS,EAAE,sBAAsB,CAAC,UAAU;IAgBrC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAWjE"}
@@ -1 +1 @@
1
- {"version":3,"file":"value-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/value-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA4B,MAAM,iCAAiC,CAAC;AAU9F,OAAO,EAAE,sBAAsB,EAAkB,MAAM,SAAS,CAAC;AA4RjE;;;;;;GAMG;AACH,qBAKa,gCAAiC,SAAQ,iBAAiB;IACzD,WAAW,EAAE,sBAAsB,CAAC,WAAW,CAAC;IAE5D,kBAAkB,CAChB,CAAC,EAAE,sBAAsB,CAAC,WAAW,EACrC,SAAS,EAAE,sBAAsB,CAAC,WAAW;IAkBtC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAmBjE"}
1
+ {"version":3,"file":"value-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/value-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA4B,MAAM,iCAAiC,CAAC;AAU9F,OAAO,EAAE,sBAAsB,EAAkB,MAAM,SAAS,CAAC;AAkSjE;;;;;;GAMG;AACH,qBAKa,gCAAiC,SAAQ,iBAAiB;IACzD,WAAW,EAAE,sBAAsB,CAAC,WAAW,CAAC;IAE5D,kBAAkB,CAChB,CAAC,EAAE,sBAAsB,CAAC,WAAW,EACrC,SAAS,EAAE,sBAAsB,CAAC,WAAW;IAkBtC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAmBjE"}
@@ -64,108 +64,126 @@ const dateRangeValueType = {
64
64
  const logicalOperators = [
65
65
  {
66
66
  type: clientOperators.EQUALS,
67
+ label: 'Equals',
67
68
  nbInputs: 1,
68
69
  applyTo: [...stringTypes, ...booleanTypes, ...numberTypes, ...dateTypes],
69
70
  tooltip: 'Check the equality of the field compared to a set value',
70
71
  },
71
72
  {
72
73
  type: clientOperators.NOT_EQUALS,
74
+ label: 'Not equals',
73
75
  nbInputs: 1,
74
76
  applyTo: [...stringTypes, ...booleanTypes, ...numberTypes, ...dateTypes],
75
77
  tooltip: 'Check that the field is different from a set value',
76
78
  },
77
79
  {
78
80
  type: clientOperators.IS_NULL,
81
+ label: 'Is null',
79
82
  nbInputs: 0,
80
83
  applyTo: ['enum', ...booleanTypes, ...numberTypes, ...dateTypes],
81
84
  tooltip: 'Check if the field value is null',
82
85
  },
83
86
  {
84
87
  type: clientOperators.NOT_NULL,
88
+ label: 'Not null',
85
89
  nbInputs: 0,
86
90
  applyTo: ['enum', ...booleanTypes, ...numberTypes, ...dateTypes],
87
91
  tooltip: 'Check if the field value is not null',
88
92
  },
89
93
  {
90
94
  type: clientOperators.IS_NULL_OR_BLANK,
95
+ label: 'Is null or blank',
91
96
  nbInputs: 0,
92
97
  applyTo: ['string'],
93
98
  tooltip: 'Check if the field value is null or an empty string',
94
99
  },
95
100
  {
96
101
  type: clientOperators.NOT_NULL_OR_BLANK,
102
+ label: 'Not null or blank',
97
103
  nbInputs: 0,
98
104
  applyTo: ['string'],
99
105
  tooltip: 'Check if the field value is not null and not an empty string',
100
106
  },
101
107
  {
102
108
  type: clientOperators.CONTAINS,
109
+ label: 'Contains',
103
110
  nbInputs: 1,
104
111
  applyTo: ['string'],
105
112
  tooltip: 'Check if the field contains the specified text (case insensitive)',
106
113
  },
107
114
  {
108
115
  type: clientOperators.CONTAINS_WORDS_STARTING_WITH,
116
+ label: 'Contains words starting with',
109
117
  nbInputs: 1,
110
118
  applyTo: ['string'],
111
119
  tooltip: 'Check if the field contains words that start with the specified text, split by whitespace (case insensitive)',
112
120
  },
113
121
  {
114
122
  type: clientOperators.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER,
123
+ label: 'Contains words starting with (split)',
115
124
  nbInputs: 2,
116
125
  applyTo: ['string'],
117
126
  tooltip: 'Check if field contains words starting with text, split by a delimiter (case insensitive)',
118
127
  },
119
128
  {
120
129
  type: clientOperators.GREATER_THAN,
130
+ label: 'Greater than',
121
131
  nbInputs: 1,
122
132
  applyTo: [...numberTypes],
123
133
  tooltip: 'Check if the field value is greater than a specified number',
124
134
  },
125
135
  {
126
136
  type: clientOperators.GREATER_THAN_OR_EQUAL,
137
+ label: 'Greater than or equal to',
127
138
  nbInputs: 1,
128
139
  applyTo: [...numberTypes],
129
140
  tooltip: 'Check if the field value is greater than or equal to a specified number',
130
141
  },
131
142
  {
132
143
  type: clientOperators.LESS_THAN,
144
+ label: 'Less than',
133
145
  nbInputs: 1,
134
146
  applyTo: [...numberTypes],
135
147
  tooltip: 'Check if the field value is less than a specified number',
136
148
  },
137
149
  {
138
150
  type: clientOperators.LESS_THAN_OR_EQUAL,
151
+ label: 'Less than or equal to',
139
152
  nbInputs: 1,
140
153
  applyTo: [...numberTypes],
141
154
  tooltip: 'Check if the field value is less than or equal to a specified number',
142
155
  },
143
156
  {
144
157
  type: clientOperators.IS_BEFORE,
158
+ label: 'Is before',
145
159
  nbInputs: 1,
146
160
  applyTo: [...dateTypes],
147
161
  tooltip: 'Check if the field is before a specified date/time',
148
162
  },
149
163
  {
150
164
  type: clientOperators.IS_AFTER,
165
+ label: 'Is after',
151
166
  nbInputs: 1,
152
167
  applyTo: [...dateTypes],
153
168
  tooltip: 'Check if the field is after a specified date/time',
154
169
  },
155
170
  {
156
171
  type: clientOperators.ON_OR_BEFORE,
172
+ label: 'On or before',
157
173
  nbInputs: 1,
158
174
  applyTo: [...dateTypes],
159
175
  tooltip: 'Check if the field is on or before a specified date/time',
160
176
  },
161
177
  {
162
178
  type: clientOperators.ON_OR_AFTER,
179
+ label: 'On or after',
163
180
  nbInputs: 1,
164
181
  applyTo: [...dateTypes],
165
182
  tooltip: 'Check if the field is on or after a specified date/time',
166
183
  },
167
184
  {
168
185
  type: clientOperators.IS_CURRENT,
186
+ label: 'Is current',
169
187
  nbInputs: 1,
170
188
  applyTo: [...dateTypes],
171
189
  tooltip: 'Check whether the current date/time matches the current hour/day/week/month/year',
@@ -174,6 +192,7 @@ const logicalOperators = [
174
192
  },
175
193
  {
176
194
  type: clientOperators.IS_PREVIOUS,
195
+ label: 'Is previous',
177
196
  nbInputs: 1,
178
197
  applyTo: [...dateTypes],
179
198
  tooltip: 'Check whether the current date/time matches the previous hour/day/week/month/year',
@@ -36,36 +36,42 @@ const valueOperators = [
36
36
  // },
37
37
  {
38
38
  type: valueOperatorNames.PLUS,
39
+ label: 'Add (+)',
39
40
  applyTo: [...numberTypes],
40
41
  nbInputs: 1,
41
42
  tooltip: 'Returns the result of the field value mathematically added to the specified rule value. FIELD + VALUE',
42
43
  },
43
44
  {
44
45
  type: valueOperatorNames.MINUS,
46
+ label: 'Subtract (-)',
45
47
  applyTo: [...numberTypes],
46
48
  nbInputs: 1,
47
49
  tooltip: 'Returns the result of the field value mathematically subtracted by the specified rule value. FIELD - VALUE',
48
50
  },
49
51
  {
50
52
  type: valueOperatorNames.MULTIPLY,
53
+ label: 'Multiply (*)',
51
54
  applyTo: [...numberTypes],
52
55
  nbInputs: 1,
53
56
  tooltip: 'Returns the result of the field value mathematically multiplied by the specified rule value. FIELD * VALUE',
54
57
  },
55
58
  {
56
59
  type: valueOperatorNames.DIVIDE,
60
+ label: 'Divide (/)',
57
61
  applyTo: [...numberTypes],
58
62
  nbInputs: 1,
59
63
  tooltip: 'Returns the result of the field value mathematically divided by the specified rule value. FIELD / VALUE',
60
64
  },
61
65
  {
62
66
  type: valueOperatorNames.CONVERT_TO_DATE,
67
+ label: 'Convert to date',
63
68
  applyTo: ['date'],
64
69
  nbInputs: 0,
65
70
  tooltip: 'Returns the date, which is stored as the epoch time, as a formatted date YYYY/dd/mm',
66
71
  },
67
72
  {
68
73
  type: valueOperatorNames.CONVERT_TO_DATE_TIME,
74
+ label: 'Convert to date time',
69
75
  applyTo: ['date-time'],
70
76
  nbInputs: 0,
71
77
  tooltip: 'Returns the date-time, which is stored as the epoch time, as a formatted date YYYY/dd/mm HH:mm:ss',
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.386.1",
4
+ "version": "14.387.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.386.1",
87
- "@genesislcap/genx": "14.386.1",
88
- "@genesislcap/rollup-builder": "14.386.1",
89
- "@genesislcap/ts-builder": "14.386.1",
90
- "@genesislcap/uvu-playwright-builder": "14.386.1",
91
- "@genesislcap/vite-builder": "14.386.1",
92
- "@genesislcap/webpack-builder": "14.386.1",
86
+ "@genesislcap/foundation-testing": "14.387.0",
87
+ "@genesislcap/genx": "14.387.0",
88
+ "@genesislcap/rollup-builder": "14.387.0",
89
+ "@genesislcap/ts-builder": "14.387.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.387.0",
91
+ "@genesislcap/vite-builder": "14.387.0",
92
+ "@genesislcap/webpack-builder": "14.387.0",
93
93
  "copyfiles": "^2.4.1"
94
94
  },
95
95
  "dependencies": {
@@ -98,15 +98,15 @@
98
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
99
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
100
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
101
- "@genesislcap/expression-builder": "14.386.1",
102
- "@genesislcap/foundation-comms": "14.386.1",
103
- "@genesislcap/foundation-criteria": "14.386.1",
104
- "@genesislcap/foundation-errors": "14.386.1",
105
- "@genesislcap/foundation-events": "14.386.1",
106
- "@genesislcap/foundation-logger": "14.386.1",
107
- "@genesislcap/foundation-notifications": "14.386.1",
108
- "@genesislcap/foundation-user": "14.386.1",
109
- "@genesislcap/foundation-utils": "14.386.1",
101
+ "@genesislcap/expression-builder": "14.387.0",
102
+ "@genesislcap/foundation-comms": "14.387.0",
103
+ "@genesislcap/foundation-criteria": "14.387.0",
104
+ "@genesislcap/foundation-errors": "14.387.0",
105
+ "@genesislcap/foundation-events": "14.387.0",
106
+ "@genesislcap/foundation-logger": "14.387.0",
107
+ "@genesislcap/foundation-notifications": "14.387.0",
108
+ "@genesislcap/foundation-user": "14.387.0",
109
+ "@genesislcap/foundation-utils": "14.387.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "64f3112ad5703fc7b72e253e30bd78cce50c4a60"
131
+ "gitHead": "0e0b8fa3af6755e41cbd83e993e25e4de68e4d98"
132
132
  }