@genesislcap/rapid-grid-pro 14.477.0 → 14.478.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/custom-elements.json +1013 -1013
- package/dist/dts/react.d.ts +45 -45
- package/dist/react.cjs +30 -30
- package/dist/react.mjs +25 -25
- package/package.json +11 -11
package/dist/dts/react.d.ts
CHANGED
|
@@ -73,6 +73,51 @@ export declare const RapidGridPro: React.ForwardRefExoticComponent<
|
|
|
73
73
|
>;
|
|
74
74
|
export type RapidGridProRef = RapidGridProWC;
|
|
75
75
|
|
|
76
|
+
export declare const RapidDateEditor: React.ForwardRefExoticComponent<
|
|
77
|
+
React.PropsWithChildren<
|
|
78
|
+
Omit<PublicOf<RapidDateEditorWC>, 'children' | 'style'> &
|
|
79
|
+
HTMLWCProps & {
|
|
80
|
+
}
|
|
81
|
+
> & React.RefAttributes<RapidDateEditorWC>
|
|
82
|
+
>;
|
|
83
|
+
export type RapidDateEditorRef = RapidDateEditorWC;
|
|
84
|
+
|
|
85
|
+
export declare const RapidMultiselectEditor: React.ForwardRefExoticComponent<
|
|
86
|
+
React.PropsWithChildren<
|
|
87
|
+
Omit<PublicOf<RapidMultiselectEditorWC>, 'children' | 'style'> &
|
|
88
|
+
HTMLWCProps & {
|
|
89
|
+
}
|
|
90
|
+
> & React.RefAttributes<RapidMultiselectEditorWC>
|
|
91
|
+
>;
|
|
92
|
+
export type RapidMultiselectEditorRef = RapidMultiselectEditorWC;
|
|
93
|
+
|
|
94
|
+
export declare const RapidNumberEditor: React.ForwardRefExoticComponent<
|
|
95
|
+
React.PropsWithChildren<
|
|
96
|
+
Omit<PublicOf<RapidNumberEditorWC>, 'children' | 'style'> &
|
|
97
|
+
HTMLWCProps & {
|
|
98
|
+
}
|
|
99
|
+
> & React.RefAttributes<RapidNumberEditorWC>
|
|
100
|
+
>;
|
|
101
|
+
export type RapidNumberEditorRef = RapidNumberEditorWC;
|
|
102
|
+
|
|
103
|
+
export declare const RapidSelectEditor: React.ForwardRefExoticComponent<
|
|
104
|
+
React.PropsWithChildren<
|
|
105
|
+
Omit<PublicOf<RapidSelectEditorWC>, 'children' | 'style'> &
|
|
106
|
+
HTMLWCProps & {
|
|
107
|
+
}
|
|
108
|
+
> & React.RefAttributes<RapidSelectEditorWC>
|
|
109
|
+
>;
|
|
110
|
+
export type RapidSelectEditorRef = RapidSelectEditorWC;
|
|
111
|
+
|
|
112
|
+
export declare const RapidStringEditor: React.ForwardRefExoticComponent<
|
|
113
|
+
React.PropsWithChildren<
|
|
114
|
+
Omit<PublicOf<RapidStringEditorWC>, 'children' | 'style'> &
|
|
115
|
+
HTMLWCProps & {
|
|
116
|
+
}
|
|
117
|
+
> & React.RefAttributes<RapidStringEditorWC>
|
|
118
|
+
>;
|
|
119
|
+
export type RapidStringEditorRef = RapidStringEditorWC;
|
|
120
|
+
|
|
76
121
|
export declare const RapidAgActionRenderer: React.ForwardRefExoticComponent<
|
|
77
122
|
React.PropsWithChildren<
|
|
78
123
|
Omit<PublicOf<RapidAgActionRendererWC>, 'children' | 'style'> &
|
|
@@ -145,49 +190,4 @@ export declare const RapidAgTextRenderer: React.ForwardRefExoticComponent<
|
|
|
145
190
|
>;
|
|
146
191
|
export type RapidAgTextRendererRef = RapidAgTextRendererWC;
|
|
147
192
|
|
|
148
|
-
export declare const RapidDateEditor: React.ForwardRefExoticComponent<
|
|
149
|
-
React.PropsWithChildren<
|
|
150
|
-
Omit<PublicOf<RapidDateEditorWC>, 'children' | 'style'> &
|
|
151
|
-
HTMLWCProps & {
|
|
152
|
-
}
|
|
153
|
-
> & React.RefAttributes<RapidDateEditorWC>
|
|
154
|
-
>;
|
|
155
|
-
export type RapidDateEditorRef = RapidDateEditorWC;
|
|
156
|
-
|
|
157
|
-
export declare const RapidMultiselectEditor: React.ForwardRefExoticComponent<
|
|
158
|
-
React.PropsWithChildren<
|
|
159
|
-
Omit<PublicOf<RapidMultiselectEditorWC>, 'children' | 'style'> &
|
|
160
|
-
HTMLWCProps & {
|
|
161
|
-
}
|
|
162
|
-
> & React.RefAttributes<RapidMultiselectEditorWC>
|
|
163
|
-
>;
|
|
164
|
-
export type RapidMultiselectEditorRef = RapidMultiselectEditorWC;
|
|
165
|
-
|
|
166
|
-
export declare const RapidNumberEditor: React.ForwardRefExoticComponent<
|
|
167
|
-
React.PropsWithChildren<
|
|
168
|
-
Omit<PublicOf<RapidNumberEditorWC>, 'children' | 'style'> &
|
|
169
|
-
HTMLWCProps & {
|
|
170
|
-
}
|
|
171
|
-
> & React.RefAttributes<RapidNumberEditorWC>
|
|
172
|
-
>;
|
|
173
|
-
export type RapidNumberEditorRef = RapidNumberEditorWC;
|
|
174
|
-
|
|
175
|
-
export declare const RapidSelectEditor: React.ForwardRefExoticComponent<
|
|
176
|
-
React.PropsWithChildren<
|
|
177
|
-
Omit<PublicOf<RapidSelectEditorWC>, 'children' | 'style'> &
|
|
178
|
-
HTMLWCProps & {
|
|
179
|
-
}
|
|
180
|
-
> & React.RefAttributes<RapidSelectEditorWC>
|
|
181
|
-
>;
|
|
182
|
-
export type RapidSelectEditorRef = RapidSelectEditorWC;
|
|
183
|
-
|
|
184
|
-
export declare const RapidStringEditor: React.ForwardRefExoticComponent<
|
|
185
|
-
React.PropsWithChildren<
|
|
186
|
-
Omit<PublicOf<RapidStringEditorWC>, 'children' | 'style'> &
|
|
187
|
-
HTMLWCProps & {
|
|
188
|
-
}
|
|
189
|
-
> & React.RefAttributes<RapidStringEditorWC>
|
|
190
|
-
>;
|
|
191
|
-
export type RapidStringEditorRef = RapidStringEditorWC;
|
|
192
|
-
|
|
193
193
|
export {};
|
package/dist/react.cjs
CHANGED
|
@@ -85,6 +85,31 @@ const RapidGridPro = React.forwardRef(function RapidGridPro(props, ref) {
|
|
|
85
85
|
return React.createElement(customElements.getName(RapidGridProWC) ?? 'rapid-grid-pro', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
86
86
|
});
|
|
87
87
|
|
|
88
|
+
const RapidDateEditor = React.forwardRef(function RapidDateEditor(props, ref) {
|
|
89
|
+
const { children, ...rest } = props;
|
|
90
|
+
return React.createElement(customElements.getName(RapidDateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
const RapidMultiselectEditor = React.forwardRef(function RapidMultiselectEditor(props, ref) {
|
|
94
|
+
const { children, ...rest } = props;
|
|
95
|
+
return React.createElement(customElements.getName(RapidMultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
const RapidNumberEditor = React.forwardRef(function RapidNumberEditor(props, ref) {
|
|
99
|
+
const { children, ...rest } = props;
|
|
100
|
+
return React.createElement(customElements.getName(RapidNumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
const RapidSelectEditor = React.forwardRef(function RapidSelectEditor(props, ref) {
|
|
104
|
+
const { children, ...rest } = props;
|
|
105
|
+
return React.createElement(customElements.getName(RapidSelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
const RapidStringEditor = React.forwardRef(function RapidStringEditor(props, ref) {
|
|
109
|
+
const { children, ...rest } = props;
|
|
110
|
+
return React.createElement(customElements.getName(RapidStringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
111
|
+
});
|
|
112
|
+
|
|
88
113
|
const RapidAgActionRenderer = React.forwardRef(function RapidAgActionRenderer(props, ref) {
|
|
89
114
|
const { children, ...rest } = props;
|
|
90
115
|
return React.createElement(customElements.getName(RapidAgActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -125,34 +150,14 @@ const RapidAgTextRenderer = React.forwardRef(function RapidAgTextRenderer(props,
|
|
|
125
150
|
return React.createElement(customElements.getName(RapidAgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
126
151
|
});
|
|
127
152
|
|
|
128
|
-
const RapidDateEditor = React.forwardRef(function RapidDateEditor(props, ref) {
|
|
129
|
-
const { children, ...rest } = props;
|
|
130
|
-
return React.createElement(customElements.getName(RapidDateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
131
|
-
});
|
|
132
|
-
|
|
133
|
-
const RapidMultiselectEditor = React.forwardRef(function RapidMultiselectEditor(props, ref) {
|
|
134
|
-
const { children, ...rest } = props;
|
|
135
|
-
return React.createElement(customElements.getName(RapidMultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
136
|
-
});
|
|
137
|
-
|
|
138
|
-
const RapidNumberEditor = React.forwardRef(function RapidNumberEditor(props, ref) {
|
|
139
|
-
const { children, ...rest } = props;
|
|
140
|
-
return React.createElement(customElements.getName(RapidNumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
141
|
-
});
|
|
142
|
-
|
|
143
|
-
const RapidSelectEditor = React.forwardRef(function RapidSelectEditor(props, ref) {
|
|
144
|
-
const { children, ...rest } = props;
|
|
145
|
-
return React.createElement(customElements.getName(RapidSelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
146
|
-
});
|
|
147
|
-
|
|
148
|
-
const RapidStringEditor = React.forwardRef(function RapidStringEditor(props, ref) {
|
|
149
|
-
const { children, ...rest } = props;
|
|
150
|
-
return React.createElement(customElements.getName(RapidStringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
151
|
-
});
|
|
152
|
-
|
|
153
153
|
module.exports = {
|
|
154
154
|
RapidGridProBeta,
|
|
155
155
|
RapidGridPro,
|
|
156
|
+
RapidDateEditor,
|
|
157
|
+
RapidMultiselectEditor,
|
|
158
|
+
RapidNumberEditor,
|
|
159
|
+
RapidSelectEditor,
|
|
160
|
+
RapidStringEditor,
|
|
156
161
|
RapidAgActionRenderer,
|
|
157
162
|
RapidAgActionsMenuRenderer,
|
|
158
163
|
RapidBooleanRenderer,
|
|
@@ -161,9 +166,4 @@ module.exports = {
|
|
|
161
166
|
RapidAgSelectRenderer,
|
|
162
167
|
RapidStatusPillRenderer,
|
|
163
168
|
RapidAgTextRenderer,
|
|
164
|
-
RapidDateEditor,
|
|
165
|
-
RapidMultiselectEditor,
|
|
166
|
-
RapidNumberEditor,
|
|
167
|
-
RapidSelectEditor,
|
|
168
|
-
RapidStringEditor,
|
|
169
169
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -83,6 +83,31 @@ export const RapidGridPro = React.forwardRef(function RapidGridPro(props, ref) {
|
|
|
83
83
|
return React.createElement(customElements.getName(RapidGridProWC) ?? 'rapid-grid-pro', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
84
84
|
});
|
|
85
85
|
|
|
86
|
+
export const RapidDateEditor = React.forwardRef(function RapidDateEditor(props, ref) {
|
|
87
|
+
const { children, ...rest } = props;
|
|
88
|
+
return React.createElement(customElements.getName(RapidDateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
export const RapidMultiselectEditor = React.forwardRef(function RapidMultiselectEditor(props, ref) {
|
|
92
|
+
const { children, ...rest } = props;
|
|
93
|
+
return React.createElement(customElements.getName(RapidMultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
export const RapidNumberEditor = React.forwardRef(function RapidNumberEditor(props, ref) {
|
|
97
|
+
const { children, ...rest } = props;
|
|
98
|
+
return React.createElement(customElements.getName(RapidNumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
99
|
+
});
|
|
100
|
+
|
|
101
|
+
export const RapidSelectEditor = React.forwardRef(function RapidSelectEditor(props, ref) {
|
|
102
|
+
const { children, ...rest } = props;
|
|
103
|
+
return React.createElement(customElements.getName(RapidSelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
104
|
+
});
|
|
105
|
+
|
|
106
|
+
export const RapidStringEditor = React.forwardRef(function RapidStringEditor(props, ref) {
|
|
107
|
+
const { children, ...rest } = props;
|
|
108
|
+
return React.createElement(customElements.getName(RapidStringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
109
|
+
});
|
|
110
|
+
|
|
86
111
|
export const RapidAgActionRenderer = React.forwardRef(function RapidAgActionRenderer(props, ref) {
|
|
87
112
|
const { children, ...rest } = props;
|
|
88
113
|
return React.createElement(customElements.getName(RapidAgActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -122,28 +147,3 @@ export const RapidAgTextRenderer = React.forwardRef(function RapidAgTextRenderer
|
|
|
122
147
|
const { children, ...rest } = props;
|
|
123
148
|
return React.createElement(customElements.getName(RapidAgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
124
149
|
});
|
|
125
|
-
|
|
126
|
-
export const RapidDateEditor = React.forwardRef(function RapidDateEditor(props, ref) {
|
|
127
|
-
const { children, ...rest } = props;
|
|
128
|
-
return React.createElement(customElements.getName(RapidDateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
129
|
-
});
|
|
130
|
-
|
|
131
|
-
export const RapidMultiselectEditor = React.forwardRef(function RapidMultiselectEditor(props, ref) {
|
|
132
|
-
const { children, ...rest } = props;
|
|
133
|
-
return React.createElement(customElements.getName(RapidMultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
134
|
-
});
|
|
135
|
-
|
|
136
|
-
export const RapidNumberEditor = React.forwardRef(function RapidNumberEditor(props, ref) {
|
|
137
|
-
const { children, ...rest } = props;
|
|
138
|
-
return React.createElement(customElements.getName(RapidNumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
139
|
-
});
|
|
140
|
-
|
|
141
|
-
export const RapidSelectEditor = React.forwardRef(function RapidSelectEditor(props, ref) {
|
|
142
|
-
const { children, ...rest } = props;
|
|
143
|
-
return React.createElement(customElements.getName(RapidSelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
144
|
-
});
|
|
145
|
-
|
|
146
|
-
export const RapidStringEditor = React.forwardRef(function RapidStringEditor(props, ref) {
|
|
147
|
-
const { children, ...rest } = props;
|
|
148
|
-
return React.createElement(customElements.getName(RapidStringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
149
|
-
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-grid-pro",
|
|
3
3
|
"description": "Genesis Rapid Grid Pro",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.478.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@genesislcap/genx": "14.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
|
42
|
-
"@genesislcap/ts-builder": "14.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
44
|
-
"@genesislcap/vite-builder": "14.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
|
40
|
+
"@genesislcap/genx": "14.478.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.478.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.478.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.478.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.478.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.478.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "14.
|
|
49
|
-
"@genesislcap/grid-pro": "14.
|
|
50
|
-
"@genesislcap/rapid-design-system": "14.
|
|
48
|
+
"@genesislcap/foundation-ui": "14.478.0",
|
|
49
|
+
"@genesislcap/grid-pro": "14.478.0",
|
|
50
|
+
"@genesislcap/rapid-design-system": "14.478.0",
|
|
51
51
|
"@microsoft/fast-colors": "5.3.1",
|
|
52
52
|
"@microsoft/fast-components": "2.30.6",
|
|
53
53
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"require": "./dist/react.cjs"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "20965e86110c82f436c42313e980e2cfde575f79"
|
|
84
84
|
}
|