@genesislcap/expression-builder 14.417.0 → 14.417.1-alpha-2d3f259.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/index.d.ts +1 -0
- package/dist/dts/react-jsx-runtime.d.ts +104 -0
- package/package.json +10 -10
package/dist/dts/index.d.ts
CHANGED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT.
|
|
3
|
+
* Source package: @genesislcap/expression-builder
|
|
4
|
+
* Generated from custom-elements manifest.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
declare module 'react/jsx-runtime' {
|
|
8
|
+
namespace JSX {
|
|
9
|
+
interface FuiElementProps1 {
|
|
10
|
+
children?: unknown;
|
|
11
|
+
class?: string;
|
|
12
|
+
className?: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
slot?: string;
|
|
15
|
+
part?: string;
|
|
16
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
17
|
+
role?: string;
|
|
18
|
+
tabIndex?: number | string;
|
|
19
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
20
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
21
|
+
'onChange'?: (event: CustomEvent<unknown>) => void;
|
|
22
|
+
}
|
|
23
|
+
interface FuiElementProps2 {
|
|
24
|
+
children?: unknown;
|
|
25
|
+
class?: string;
|
|
26
|
+
className?: string;
|
|
27
|
+
id?: string;
|
|
28
|
+
slot?: string;
|
|
29
|
+
part?: string;
|
|
30
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
31
|
+
role?: string;
|
|
32
|
+
tabIndex?: number | string;
|
|
33
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
34
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
35
|
+
}
|
|
36
|
+
interface FuiElementProps3 {
|
|
37
|
+
children?: unknown;
|
|
38
|
+
class?: string;
|
|
39
|
+
className?: string;
|
|
40
|
+
id?: string;
|
|
41
|
+
slot?: string;
|
|
42
|
+
part?: string;
|
|
43
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
44
|
+
role?: string;
|
|
45
|
+
tabIndex?: number | string;
|
|
46
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
47
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
48
|
+
'error'?: boolean;
|
|
49
|
+
}
|
|
50
|
+
interface FuiElementProps4 {
|
|
51
|
+
children?: unknown;
|
|
52
|
+
class?: string;
|
|
53
|
+
className?: string;
|
|
54
|
+
id?: string;
|
|
55
|
+
slot?: string;
|
|
56
|
+
part?: string;
|
|
57
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
58
|
+
role?: string;
|
|
59
|
+
tabIndex?: number | string;
|
|
60
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
61
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
62
|
+
}
|
|
63
|
+
interface FuiElementProps5 {
|
|
64
|
+
children?: unknown;
|
|
65
|
+
class?: string;
|
|
66
|
+
className?: string;
|
|
67
|
+
id?: string;
|
|
68
|
+
slot?: string;
|
|
69
|
+
part?: string;
|
|
70
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
71
|
+
role?: string;
|
|
72
|
+
tabIndex?: number | string;
|
|
73
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
74
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
75
|
+
}
|
|
76
|
+
interface FuiElementProps6 {
|
|
77
|
+
children?: unknown;
|
|
78
|
+
class?: string;
|
|
79
|
+
className?: string;
|
|
80
|
+
id?: string;
|
|
81
|
+
slot?: string;
|
|
82
|
+
part?: string;
|
|
83
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
84
|
+
role?: string;
|
|
85
|
+
tabIndex?: number | string;
|
|
86
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
87
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
88
|
+
'valueIndex'?: string;
|
|
89
|
+
'variadic'?: boolean;
|
|
90
|
+
'validationError'?: boolean;
|
|
91
|
+
'validationMsg'?: string;
|
|
92
|
+
}
|
|
93
|
+
interface IntrinsicElements {
|
|
94
|
+
'expression-builder': FuiElementProps1;
|
|
95
|
+
'expression-group': FuiElementProps2;
|
|
96
|
+
'expression-rule': FuiElementProps3;
|
|
97
|
+
'expression-rule-field': FuiElementProps4;
|
|
98
|
+
'expression-rule-operator': FuiElementProps5;
|
|
99
|
+
'expression-rule-value': FuiElementProps6;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
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.417.0",
|
|
4
|
+
"version": "14.417.1-alpha-2d3f259.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.417.0",
|
|
42
|
-
"@genesislcap/genx": "14.417.0",
|
|
43
|
-
"@genesislcap/rollup-builder": "14.417.0",
|
|
44
|
-
"@genesislcap/ts-builder": "14.417.0",
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.417.0",
|
|
46
|
-
"@genesislcap/vite-builder": "14.417.0",
|
|
47
|
-
"@genesislcap/webpack-builder": "14.417.0"
|
|
41
|
+
"@genesislcap/foundation-testing": "14.417.1-alpha-2d3f259.0",
|
|
42
|
+
"@genesislcap/genx": "14.417.1-alpha-2d3f259.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.417.1-alpha-2d3f259.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.417.1-alpha-2d3f259.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.417.1-alpha-2d3f259.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.417.1-alpha-2d3f259.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.417.1-alpha-2d3f259.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/web-core": "14.417.0",
|
|
50
|
+
"@genesislcap/web-core": "14.417.1-alpha-2d3f259.0",
|
|
51
51
|
"rfdc": "1.4.1"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"customElements": "dist/custom-elements.json",
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "a8d594c173414d514d68bd32ee55dacac3399d58"
|
|
63
63
|
}
|