@genesislcap/foundation-ui 14.258.3 → 14.259.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.
@@ -16934,6 +16934,126 @@
16934
16934
  }
16935
16935
  ]
16936
16936
  },
16937
+ {
16938
+ "kind": "javascript-module",
16939
+ "path": "src/expression-builder/expressions-shared-helpers.ts",
16940
+ "declarations": [
16941
+ {
16942
+ "kind": "variable",
16943
+ "name": "intTypes",
16944
+ "type": {
16945
+ "text": "ExpressionBuilderTypes.Field['type'][]"
16946
+ },
16947
+ "default": "['int', 'short', 'long']"
16948
+ },
16949
+ {
16950
+ "kind": "variable",
16951
+ "name": "floatTypes",
16952
+ "type": {
16953
+ "text": "ExpressionBuilderTypes.Field['type'][]"
16954
+ },
16955
+ "default": "['double', 'bigdecimal']"
16956
+ },
16957
+ {
16958
+ "kind": "variable",
16959
+ "name": "numberTypes",
16960
+ "type": {
16961
+ "text": "ExpressionBuilderTypes.Field['type'][]"
16962
+ },
16963
+ "default": "[...intTypes, ...floatTypes]"
16964
+ },
16965
+ {
16966
+ "kind": "variable",
16967
+ "name": "dateTypes",
16968
+ "type": {
16969
+ "text": "ExpressionBuilderTypes.Field['type'][]"
16970
+ },
16971
+ "default": "['date', 'date-time']"
16972
+ },
16973
+ {
16974
+ "kind": "variable",
16975
+ "name": "stringTypes",
16976
+ "type": {
16977
+ "text": "ExpressionBuilderTypes.Field['type'][]"
16978
+ },
16979
+ "default": "['string', 'enum']"
16980
+ },
16981
+ {
16982
+ "kind": "variable",
16983
+ "name": "booleanTypes",
16984
+ "type": {
16985
+ "text": "ExpressionBuilderTypes.Field['type'][]"
16986
+ },
16987
+ "default": "['boolean']"
16988
+ },
16989
+ {
16990
+ "kind": "variable",
16991
+ "name": "MILLIS_TO_SECONDS",
16992
+ "type": {
16993
+ "text": "number"
16994
+ },
16995
+ "default": "1000"
16996
+ }
16997
+ ],
16998
+ "exports": [
16999
+ {
17000
+ "kind": "js",
17001
+ "name": "intTypes",
17002
+ "declaration": {
17003
+ "name": "intTypes",
17004
+ "module": "src/expression-builder/expressions-shared-helpers.ts"
17005
+ }
17006
+ },
17007
+ {
17008
+ "kind": "js",
17009
+ "name": "floatTypes",
17010
+ "declaration": {
17011
+ "name": "floatTypes",
17012
+ "module": "src/expression-builder/expressions-shared-helpers.ts"
17013
+ }
17014
+ },
17015
+ {
17016
+ "kind": "js",
17017
+ "name": "numberTypes",
17018
+ "declaration": {
17019
+ "name": "numberTypes",
17020
+ "module": "src/expression-builder/expressions-shared-helpers.ts"
17021
+ }
17022
+ },
17023
+ {
17024
+ "kind": "js",
17025
+ "name": "dateTypes",
17026
+ "declaration": {
17027
+ "name": "dateTypes",
17028
+ "module": "src/expression-builder/expressions-shared-helpers.ts"
17029
+ }
17030
+ },
17031
+ {
17032
+ "kind": "js",
17033
+ "name": "stringTypes",
17034
+ "declaration": {
17035
+ "name": "stringTypes",
17036
+ "module": "src/expression-builder/expressions-shared-helpers.ts"
17037
+ }
17038
+ },
17039
+ {
17040
+ "kind": "js",
17041
+ "name": "booleanTypes",
17042
+ "declaration": {
17043
+ "name": "booleanTypes",
17044
+ "module": "src/expression-builder/expressions-shared-helpers.ts"
17045
+ }
17046
+ },
17047
+ {
17048
+ "kind": "js",
17049
+ "name": "MILLIS_TO_SECONDS",
17050
+ "declaration": {
17051
+ "name": "MILLIS_TO_SECONDS",
17052
+ "module": "src/expression-builder/expressions-shared-helpers.ts"
17053
+ }
17054
+ }
17055
+ ]
17056
+ },
16937
17057
  {
16938
17058
  "kind": "javascript-module",
16939
17059
  "path": "src/expression-builder/index.ts",
@@ -16962,6 +17082,14 @@
16962
17082
  "name": "*",
16963
17083
  "package": "./types"
16964
17084
  }
17085
+ },
17086
+ {
17087
+ "kind": "js",
17088
+ "name": "*",
17089
+ "declaration": {
17090
+ "name": "*",
17091
+ "package": "./value-expression-builder"
17092
+ }
16965
17093
  }
16966
17094
  ]
16967
17095
  },
@@ -16969,14 +17097,6 @@
16969
17097
  "kind": "javascript-module",
16970
17098
  "path": "src/expression-builder/rule-expression-builder.ts",
16971
17099
  "declarations": [
16972
- {
16973
- "kind": "variable",
16974
- "name": "MILLIS_TO_SECONDS",
16975
- "type": {
16976
- "text": "number"
16977
- },
16978
- "default": "1000"
16979
- },
16980
17100
  {
16981
17101
  "kind": "class",
16982
17102
  "description": "We don't create the foundation version of the component in the same way as the other components,\nthey're composed from a base FAST component.\nThe reason for this is that we want to have ExpressionBuilder as an independent and open source\ncomponent, and due to this we don't want to release it as base components that someone needs to use\nFAST to compose.",
@@ -17283,14 +17403,6 @@
17283
17403
  }
17284
17404
  ],
17285
17405
  "exports": [
17286
- {
17287
- "kind": "js",
17288
- "name": "MILLIS_TO_SECONDS",
17289
- "declaration": {
17290
- "name": "MILLIS_TO_SECONDS",
17291
- "module": "src/expression-builder/rule-expression-builder.ts"
17292
- }
17293
- },
17294
17406
  {
17295
17407
  "kind": "js",
17296
17408
  "name": "FoundationRuleExpressionBuilder",
@@ -17325,9 +17437,9 @@
17325
17437
  "kind": "variable",
17326
17438
  "name": "methodCall",
17327
17439
  "type": {
17328
- "text": "{\n CONTAINS_IGNORE_CASE: 'CONTAINS_IGNORE_CASE',\n CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE: 'CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE',\n IS_NULL_OR_BLANK: 'IS_NULL_OR_BLANK',\n NOT_NULL_OR_BLANK: 'NOT_NULL_OR_BLANK',\n }"
17440
+ "text": "{\n CONTAINS_IGNORE_CASE: 'CONTAINS_IGNORE_CASE',\n CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE: 'CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE',\n IS_NULL_OR_BLANK: 'IS_NULL_OR_BLANK',\n NOT_NULL_OR_BLANK: 'NOT_NULL_OR_BLANK',\n TRIM: 'TRIM',\n LONG_TO_DATE: 'LONG_TO_DATE',\n LONG_TO_DATE_TIME: 'LONG_TO_DATE_TIME',\n }"
17329
17441
  },
17330
- "default": "{\n CONTAINS_IGNORE_CASE: 'CONTAINS_IGNORE_CASE',\n CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE: 'CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE',\n IS_NULL_OR_BLANK: 'IS_NULL_OR_BLANK',\n NOT_NULL_OR_BLANK: 'NOT_NULL_OR_BLANK',\n }"
17442
+ "default": "{\n CONTAINS_IGNORE_CASE: 'CONTAINS_IGNORE_CASE',\n CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE: 'CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE',\n IS_NULL_OR_BLANK: 'IS_NULL_OR_BLANK',\n NOT_NULL_OR_BLANK: 'NOT_NULL_OR_BLANK',\n TRIM: 'TRIM',\n LONG_TO_DATE: 'LONG_TO_DATE',\n LONG_TO_DATE_TIME: 'LONG_TO_DATE_TIME',\n }"
17331
17443
  },
17332
17444
  {
17333
17445
  "kind": "variable",
@@ -17397,6 +17509,334 @@
17397
17509
  }
17398
17510
  ]
17399
17511
  },
17512
+ {
17513
+ "kind": "javascript-module",
17514
+ "path": "src/expression-builder/value-expression-builder.ts",
17515
+ "declarations": [
17516
+ {
17517
+ "kind": "class",
17518
+ "description": "We don't create the foundation version of the component in the same way as the other components,\nthey're composed from a base FAST component.\nThe reason for this is that we want to have ExpressionBuilder as an independent and open source\ncomponent, and due to this we don't want to release it as base components that someone needs to use\nFAST to compose.",
17519
+ "name": "FoundationValueExpressionBuilder",
17520
+ "members": [
17521
+ {
17522
+ "kind": "field",
17523
+ "name": "valueConfig",
17524
+ "type": {
17525
+ "text": "ExpressionBuilderTypes.ValueConfig"
17526
+ }
17527
+ },
17528
+ {
17529
+ "kind": "method",
17530
+ "name": "valueConfigChanged",
17531
+ "parameters": [
17532
+ {
17533
+ "name": "_",
17534
+ "type": {
17535
+ "text": "ExpressionBuilderTypes.ValueConfig"
17536
+ }
17537
+ },
17538
+ {
17539
+ "name": "newConfig",
17540
+ "type": {
17541
+ "text": "ExpressionBuilderTypes.ValueConfig"
17542
+ }
17543
+ }
17544
+ ]
17545
+ },
17546
+ {
17547
+ "kind": "method",
17548
+ "name": "configChanged",
17549
+ "return": {
17550
+ "type": {
17551
+ "text": "void"
17552
+ }
17553
+ },
17554
+ "parameters": [
17555
+ {
17556
+ "name": "oldConfig",
17557
+ "type": {
17558
+ "text": "ExpressionBuilderTypes.Config"
17559
+ }
17560
+ },
17561
+ {
17562
+ "name": "newConfig",
17563
+ "type": {
17564
+ "text": "ExpressionBuilderTypes.Config"
17565
+ }
17566
+ }
17567
+ ]
17568
+ },
17569
+ {
17570
+ "kind": "method",
17571
+ "name": "dispatchChangeEvent",
17572
+ "privacy": "protected",
17573
+ "parameters": [
17574
+ {
17575
+ "name": "group",
17576
+ "type": {
17577
+ "text": "ExpressionBuilderTypes.Group"
17578
+ }
17579
+ }
17580
+ ],
17581
+ "inheritedFrom": {
17582
+ "name": "ExpressionBuilder",
17583
+ "module": "src/main/expression-builder.ts"
17584
+ }
17585
+ },
17586
+ {
17587
+ "kind": "field",
17588
+ "name": "config",
17589
+ "type": {
17590
+ "text": "Config"
17591
+ },
17592
+ "inheritedFrom": {
17593
+ "name": "ExpressionBuilder",
17594
+ "module": "src/main/expression-builder.ts"
17595
+ }
17596
+ },
17597
+ {
17598
+ "kind": "field",
17599
+ "name": "styles",
17600
+ "type": {
17601
+ "text": "Styles | undefined"
17602
+ },
17603
+ "inheritedFrom": {
17604
+ "name": "ExpressionBuilder",
17605
+ "module": "src/main/expression-builder.ts"
17606
+ }
17607
+ },
17608
+ {
17609
+ "kind": "field",
17610
+ "name": "model",
17611
+ "type": {
17612
+ "text": "ModelGroup | null"
17613
+ },
17614
+ "default": "null",
17615
+ "inheritedFrom": {
17616
+ "name": "ExpressionBuilder",
17617
+ "module": "src/main/expression-builder.ts"
17618
+ }
17619
+ },
17620
+ {
17621
+ "kind": "field",
17622
+ "name": "ruleCount",
17623
+ "type": {
17624
+ "text": "number"
17625
+ },
17626
+ "privacy": "private",
17627
+ "default": "0",
17628
+ "inheritedFrom": {
17629
+ "name": "ExpressionBuilder",
17630
+ "module": "src/main/expression-builder.ts"
17631
+ }
17632
+ },
17633
+ {
17634
+ "kind": "field",
17635
+ "name": "groupCount",
17636
+ "type": {
17637
+ "text": "number"
17638
+ },
17639
+ "privacy": "private",
17640
+ "default": "0",
17641
+ "inheritedFrom": {
17642
+ "name": "ExpressionBuilder",
17643
+ "module": "src/main/expression-builder.ts"
17644
+ }
17645
+ },
17646
+ {
17647
+ "kind": "field",
17648
+ "name": "handleAddGroup",
17649
+ "privacy": "private",
17650
+ "inheritedFrom": {
17651
+ "name": "ExpressionBuilder",
17652
+ "module": "src/main/expression-builder.ts"
17653
+ }
17654
+ },
17655
+ {
17656
+ "kind": "method",
17657
+ "name": "_handleAddGroup",
17658
+ "privacy": "private",
17659
+ "parameters": [
17660
+ {
17661
+ "name": "event",
17662
+ "type": {
17663
+ "text": "CustomEvent<EventsDetailMap[Events.AddGroup]>"
17664
+ }
17665
+ }
17666
+ ],
17667
+ "inheritedFrom": {
17668
+ "name": "ExpressionBuilder",
17669
+ "module": "src/main/expression-builder.ts"
17670
+ }
17671
+ },
17672
+ {
17673
+ "kind": "field",
17674
+ "name": "handleAddRule",
17675
+ "privacy": "private",
17676
+ "inheritedFrom": {
17677
+ "name": "ExpressionBuilder",
17678
+ "module": "src/main/expression-builder.ts"
17679
+ }
17680
+ },
17681
+ {
17682
+ "kind": "method",
17683
+ "name": "_handleAddRule",
17684
+ "privacy": "private",
17685
+ "parameters": [
17686
+ {
17687
+ "name": "event",
17688
+ "type": {
17689
+ "text": "CustomEvent<EventsDetailMap[Events.AddRule]>"
17690
+ }
17691
+ }
17692
+ ],
17693
+ "inheritedFrom": {
17694
+ "name": "ExpressionBuilder",
17695
+ "module": "src/main/expression-builder.ts"
17696
+ }
17697
+ },
17698
+ {
17699
+ "kind": "field",
17700
+ "name": "handleDeleteGroup",
17701
+ "privacy": "private",
17702
+ "inheritedFrom": {
17703
+ "name": "ExpressionBuilder",
17704
+ "module": "src/main/expression-builder.ts"
17705
+ }
17706
+ },
17707
+ {
17708
+ "kind": "method",
17709
+ "name": "_handleDeleteGroup",
17710
+ "privacy": "private",
17711
+ "parameters": [
17712
+ {
17713
+ "name": "event",
17714
+ "type": {
17715
+ "text": "CustomEvent<EventsDetailMap[Events.DelGroup]>"
17716
+ }
17717
+ }
17718
+ ],
17719
+ "inheritedFrom": {
17720
+ "name": "ExpressionBuilder",
17721
+ "module": "src/main/expression-builder.ts"
17722
+ }
17723
+ },
17724
+ {
17725
+ "kind": "field",
17726
+ "name": "handleDeleteRule",
17727
+ "privacy": "private",
17728
+ "inheritedFrom": {
17729
+ "name": "ExpressionBuilder",
17730
+ "module": "src/main/expression-builder.ts"
17731
+ }
17732
+ },
17733
+ {
17734
+ "kind": "method",
17735
+ "name": "_handleDeleteRule",
17736
+ "privacy": "private",
17737
+ "parameters": [
17738
+ {
17739
+ "name": "event",
17740
+ "type": {
17741
+ "text": "CustomEvent<EventsDetailMap[Events.DelRule]>"
17742
+ }
17743
+ }
17744
+ ],
17745
+ "inheritedFrom": {
17746
+ "name": "ExpressionBuilder",
17747
+ "module": "src/main/expression-builder.ts"
17748
+ }
17749
+ },
17750
+ {
17751
+ "kind": "field",
17752
+ "name": "handleUpdateGroupData",
17753
+ "privacy": "private",
17754
+ "inheritedFrom": {
17755
+ "name": "ExpressionBuilder",
17756
+ "module": "src/main/expression-builder.ts"
17757
+ }
17758
+ },
17759
+ {
17760
+ "kind": "method",
17761
+ "name": "_handleUpdateGroupData",
17762
+ "privacy": "private",
17763
+ "parameters": [
17764
+ {
17765
+ "name": "event",
17766
+ "type": {
17767
+ "text": "CustomEvent<EventsDetailMap[Events.UpdateGroup]>"
17768
+ }
17769
+ }
17770
+ ],
17771
+ "inheritedFrom": {
17772
+ "name": "ExpressionBuilder",
17773
+ "module": "src/main/expression-builder.ts"
17774
+ }
17775
+ },
17776
+ {
17777
+ "kind": "field",
17778
+ "name": "handleUpdateRuleData",
17779
+ "privacy": "private",
17780
+ "inheritedFrom": {
17781
+ "name": "ExpressionBuilder",
17782
+ "module": "src/main/expression-builder.ts"
17783
+ }
17784
+ },
17785
+ {
17786
+ "kind": "method",
17787
+ "name": "_handleUpdateRuleData",
17788
+ "privacy": "private",
17789
+ "parameters": [
17790
+ {
17791
+ "name": "event",
17792
+ "type": {
17793
+ "text": "CustomEvent<EventsDetailMap[Events.UpdateRule]>"
17794
+ }
17795
+ }
17796
+ ],
17797
+ "inheritedFrom": {
17798
+ "name": "ExpressionBuilder",
17799
+ "module": "src/main/expression-builder.ts"
17800
+ }
17801
+ }
17802
+ ],
17803
+ "events": [
17804
+ {
17805
+ "name": "change",
17806
+ "type": {
17807
+ "text": "CustomEvent"
17808
+ },
17809
+ "inheritedFrom": {
17810
+ "name": "ExpressionBuilder",
17811
+ "module": "src/main/expression-builder.ts"
17812
+ }
17813
+ }
17814
+ ],
17815
+ "superclass": {
17816
+ "name": "ExpressionBuilder",
17817
+ "package": "@genesislcap/expression-builder"
17818
+ }
17819
+ }
17820
+ ],
17821
+ "exports": [
17822
+ {
17823
+ "kind": "js",
17824
+ "name": "FoundationValueExpressionBuilder",
17825
+ "declaration": {
17826
+ "name": "FoundationValueExpressionBuilder",
17827
+ "module": "src/expression-builder/value-expression-builder.ts"
17828
+ }
17829
+ },
17830
+ {
17831
+ "kind": "custom-element-definition",
17832
+ "name": "foundation-value-expression-builder",
17833
+ "declaration": {
17834
+ "name": "FoundationValueExpressionBuilder",
17835
+ "module": "src/expression-builder/value-expression-builder.ts"
17836
+ }
17837
+ }
17838
+ ]
17839
+ },
17400
17840
  {
17401
17841
  "kind": "javascript-module",
17402
17842
  "path": "src/file-upload/file-upload.styles.ts",
@@ -0,0 +1,86 @@
1
+ import { ExpressionBuilderTypes, RuleExpression } from './types';
2
+ export declare const intTypes: ExpressionBuilderTypes.Field['type'][];
3
+ export declare const floatTypes: ExpressionBuilderTypes.Field['type'][];
4
+ export declare const numberTypes: ExpressionBuilderTypes.Field['type'][];
5
+ export declare const dateTypes: ExpressionBuilderTypes.Field['type'][];
6
+ export declare const stringTypes: ExpressionBuilderTypes.Field['type'][];
7
+ export declare const booleanTypes: ExpressionBuilderTypes.Field['type'][];
8
+ /**
9
+ * TODO: it's likely that some of the other functions can be moved into the helpers
10
+ * too, but we want to avoid premature optimisation. Especially as the other
11
+ * functions may need refactoring due to the way they currently call non-shared
12
+ * functions
13
+ */
14
+ /**
15
+ * Convert from Expression builder to Genesis
16
+ */
17
+ export type ValueExpression = RuleExpression.BooleanValue | RuleExpression.NumericValue | RuleExpression.StringValue;
18
+ /**
19
+ * Converts a client field type to a server expression type
20
+ *
21
+ * @internal
22
+ **/
23
+ export declare function mapFieldTypeToRuleExpressionType(rule: ExpressionBuilderTypes.Rule): ValueExpression['TYPE'];
24
+ /**
25
+ * Converts a client BinaryOperator to a server BinaryExpression
26
+ *
27
+ * The opposite of `fromBinaryExpression`
28
+ * @internal
29
+ **/
30
+ export declare function toBinaryExpression(rule: ExpressionBuilderTypes.Rule, OPERATION: RuleExpression.Operation, TYPE: ValueExpression['TYPE']): RuleExpression.Expression['BinaryExpression'] | null;
31
+ /**
32
+ * Converts a client BinaryOperator to a server BinaryExpression
33
+ *
34
+ * The opposite of `fromBinaryExpression`
35
+ *
36
+ * @privateRemarks
37
+ * Used in specific cases where a server operation doesn't map nicely to a client one,
38
+ * such as IS_NULL being a client UniraryOperation but a server BinaryExpression
39
+ * @internal
40
+ **/
41
+ export declare function toSetValueBinaryExpression(rule: ExpressionBuilderTypes.Rule, OPERATION: RuleExpression.Operation, RIGHT: RuleExpression.Expression['BinaryExpression']['RIGHT']): RuleExpression.Expression['BinaryExpression'] | null;
42
+ /**
43
+ * Converts a client BinaryOperator to a server MethodExpression
44
+ *
45
+ * The opposite of `fromMethodExpression`
46
+ *
47
+ * @internal
48
+ **/
49
+ export declare function toMethodExpression(rule: ExpressionBuilderTypes.Rule, METHOD: RuleExpression.MethodCall, restParams?: RuleExpression.Expression['MethodExpression']['PARAMETERS']): RuleExpression.Expression['MethodExpression'] | null;
50
+ export declare const MILLIS_TO_SECONDS = 1000;
51
+ /**
52
+ * Converts a client field value to a server field value
53
+ *
54
+ * The opposite to `rebuildRuleValue`
55
+ *
56
+ * @privateRemarks
57
+ * `string` (+`enum`) and `boolean` types are left as they are
58
+ * `number` types are converted to string due to the limitation of BigDecimal values from the server
59
+ * `date` and `datetime-local` converted to epoch time as the server works with numbers
60
+ *
61
+ * @internal
62
+ **/
63
+ export declare function transformRuleValue(rule: ExpressionBuilderTypes.Rule): ExpressionBuilderTypes.Rule;
64
+ /**
65
+ * Converts a client `Group` into the correct server `Expression`
66
+ *
67
+ * @internal
68
+ **/
69
+ export declare function groupToRuleExpression(group: ExpressionBuilderTypes.Group, ruleToRuleExpression: (ruleInput: ExpressionBuilderTypes.Rule) => RuleExpression.Expression[keyof RuleExpression.Expression] | null): RuleExpression.Expression['PredicateExpression'];
70
+ /**
71
+ * Convert from Genesis to Expression builder
72
+ */
73
+ /**
74
+ * Converts a server field value to a client field value
75
+ *
76
+ * The opposite to `transformRuleValue`
77
+ *
78
+ * @privateRemarks
79
+ * `string` (+`enum`) and `boolean` types are left as they are
80
+ * `date` and `datetime-local` are converted to the string format required for input type=[date|datetime-local]
81
+ * `number` types are parsed as ints or floats as required
82
+ *
83
+ * @internal
84
+ **/
85
+ export declare function rebuildRuleValue(rule: Omit<ExpressionBuilderTypes.Rule, 'value'>, rhs: RuleExpression.Expression['BinaryExpression']['RIGHT']): ExpressionBuilderTypes.Rule;
86
+ //# sourceMappingURL=expressions-shared-helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"expressions-shared-helpers.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expressions-shared-helpers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEjE,eAAO,MAAM,QAAQ,EAAE,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,EAA6B,CAAC;AACzF,eAAO,MAAM,UAAU,EAAE,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,EAA6B,CAAC;AAC3F,eAAO,MAAM,WAAW,EAAE,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,EAAiC,CAAC;AAChG,eAAO,MAAM,SAAS,EAAE,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,EAA0B,CAAC;AACvF,eAAO,MAAM,WAAW,EAAE,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,EAAuB,CAAC;AACtF,eAAO,MAAM,YAAY,EAAE,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,EAAgB,CAAC;AAEhF;;;;;GAKG;AAEH;;GAEG;AAEH,MAAM,MAAM,eAAe,GACvB,cAAc,CAAC,YAAY,GAC3B,cAAc,CAAC,YAAY,GAC3B,cAAc,CAAC,WAAW,CAAC;AAE/B;;;;IAII;AACJ,wBAAgB,gCAAgC,CAC9C,IAAI,EAAE,sBAAsB,CAAC,IAAI,GAChC,eAAe,CAAC,MAAM,CAAC,CAgBzB;AAED;;;;;IAKI;AACJ,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,sBAAsB,CAAC,IAAI,EACjC,SAAS,EAAE,cAAc,CAAC,SAAS,EACnC,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,GAC5B,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GAAG,IAAI,CActD;AAED;;;;;;;;;IASI;AACJ,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,sBAAsB,CAAC,IAAI,EACjC,SAAS,EAAE,cAAc,CAAC,SAAS,EACnC,KAAK,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,OAAO,CAAC,GAC5D,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAUtD;AAED;;;;;;IAMI;AACJ,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,sBAAsB,CAAC,IAAI,EACjC,MAAM,EAAE,cAAc,CAAC,UAAU,EACjC,UAAU,GAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,YAAY,CAAM,GAC3E,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAatD;AAED,eAAO,MAAM,iBAAiB,OAAO,CAAC;AAEtC;;;;;;;;;;;IAWI;AACJ,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,sBAAsB,CAAC,IAAI,GAAG,sBAAsB,CAAC,IAAI,CAwBjG;AAED;;;;IAII;AACJ,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,sBAAsB,CAAC,KAAK,EACnC,oBAAoB,EAAE,CACpB,SAAS,EAAE,sBAAsB,CAAC,IAAI,KACnC,cAAc,CAAC,UAAU,CAAC,MAAM,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,GACrE,cAAc,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAUlD;AAED;;GAEG;AAEH;;;;;;;;;;;IAWI;AACJ,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,EAChD,GAAG,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,OAAO,CAAC,GAC1D,sBAAsB,CAAC,IAAI,CAqB7B"}
@@ -1,4 +1,5 @@
1
1
  export * from './expression-builder';
2
2
  export * from './rule-expression-builder';
3
3
  export * from './types';
4
+ export * from './value-expression-builder';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC;AACxB,cAAc,4BAA4B,CAAC"}