@genesislcap/expression-builder 14.425.0 → 14.426.1-alpha-be0ea39.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.
- package/dist/dts/react.d.ts +6 -0
- package/package.json +10 -10
package/dist/dts/react.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare const ExpressionBuilder: React.ForwardRefExoticComponent<
|
|
|
53
53
|
}
|
|
54
54
|
> & React.RefAttributes<ExpressionBuilderWC>
|
|
55
55
|
>;
|
|
56
|
+
export type ExpressionBuilderRef = ExpressionBuilderWC;
|
|
56
57
|
|
|
57
58
|
export declare const ExpressionGroup: React.ForwardRefExoticComponent<
|
|
58
59
|
React.PropsWithChildren<
|
|
@@ -65,6 +66,7 @@ export declare const ExpressionGroup: React.ForwardRefExoticComponent<
|
|
|
65
66
|
}
|
|
66
67
|
> & React.RefAttributes<ExpressionGroupWC>
|
|
67
68
|
>;
|
|
69
|
+
export type ExpressionGroupRef = ExpressionGroupWC;
|
|
68
70
|
|
|
69
71
|
export declare const ExpressionRule: React.ForwardRefExoticComponent<
|
|
70
72
|
React.PropsWithChildren<
|
|
@@ -75,6 +77,7 @@ export declare const ExpressionRule: React.ForwardRefExoticComponent<
|
|
|
75
77
|
}
|
|
76
78
|
> & React.RefAttributes<ExpressionRuleWC>
|
|
77
79
|
>;
|
|
80
|
+
export type ExpressionRuleRef = ExpressionRuleWC;
|
|
78
81
|
|
|
79
82
|
export declare const RuleField: React.ForwardRefExoticComponent<
|
|
80
83
|
React.PropsWithChildren<
|
|
@@ -84,6 +87,7 @@ export declare const RuleField: React.ForwardRefExoticComponent<
|
|
|
84
87
|
}
|
|
85
88
|
> & React.RefAttributes<RuleFieldWC>
|
|
86
89
|
>;
|
|
90
|
+
export type RuleFieldRef = RuleFieldWC;
|
|
87
91
|
|
|
88
92
|
export declare const RuleOperator: React.ForwardRefExoticComponent<
|
|
89
93
|
React.PropsWithChildren<
|
|
@@ -93,6 +97,7 @@ export declare const RuleOperator: React.ForwardRefExoticComponent<
|
|
|
93
97
|
}
|
|
94
98
|
> & React.RefAttributes<RuleOperatorWC>
|
|
95
99
|
>;
|
|
100
|
+
export type RuleOperatorRef = RuleOperatorWC;
|
|
96
101
|
|
|
97
102
|
export declare const RuleValue: React.ForwardRefExoticComponent<
|
|
98
103
|
React.PropsWithChildren<
|
|
@@ -103,5 +108,6 @@ export declare const RuleValue: React.ForwardRefExoticComponent<
|
|
|
103
108
|
}
|
|
104
109
|
> & React.RefAttributes<RuleValueWC>
|
|
105
110
|
>;
|
|
111
|
+
export type RuleValueRef = RuleValueWC;
|
|
106
112
|
|
|
107
113
|
export {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/expression-builder",
|
|
3
3
|
"description": "Genesis Foundation Expression Builder",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.426.1-alpha-be0ea39.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/expression-builder.d.ts",
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.426.1-alpha-be0ea39.0",
|
|
42
|
+
"@genesislcap/genx": "14.426.1-alpha-be0ea39.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.426.1-alpha-be0ea39.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.426.1-alpha-be0ea39.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.426.1-alpha-be0ea39.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.426.1-alpha-be0ea39.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.426.1-alpha-be0ea39.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/web-core": "14.
|
|
50
|
+
"@genesislcap/web-core": "14.426.1-alpha-be0ea39.0",
|
|
51
51
|
"rfdc": "1.4.1"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"require": "./dist/react.cjs"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "abd5cf3021b2fe62d508c514236be208856ff467"
|
|
74
74
|
}
|