@genesislcap/rapid-grid-pro 14.476.0 → 14.477.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 +1078 -1078
- package/dist/dts/react.d.ts +45 -45
- package/dist/react.cjs +30 -30
- package/dist/react.mjs +25 -25
- package/package.json +13 -13
package/dist/dts/react.d.ts
CHANGED
|
@@ -73,51 +73,6 @@ 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
|
-
|
|
121
76
|
export declare const RapidAgActionRenderer: React.ForwardRefExoticComponent<
|
|
122
77
|
React.PropsWithChildren<
|
|
123
78
|
Omit<PublicOf<RapidAgActionRendererWC>, 'children' | 'style'> &
|
|
@@ -190,4 +145,49 @@ export declare const RapidAgTextRenderer: React.ForwardRefExoticComponent<
|
|
|
190
145
|
>;
|
|
191
146
|
export type RapidAgTextRendererRef = RapidAgTextRendererWC;
|
|
192
147
|
|
|
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,31 +85,6 @@ 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
|
-
|
|
113
88
|
const RapidAgActionRenderer = React.forwardRef(function RapidAgActionRenderer(props, ref) {
|
|
114
89
|
const { children, ...rest } = props;
|
|
115
90
|
return React.createElement(customElements.getName(RapidAgActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -150,14 +125,34 @@ const RapidAgTextRenderer = React.forwardRef(function RapidAgTextRenderer(props,
|
|
|
150
125
|
return React.createElement(customElements.getName(RapidAgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
151
126
|
});
|
|
152
127
|
|
|
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,
|
|
161
156
|
RapidAgActionRenderer,
|
|
162
157
|
RapidAgActionsMenuRenderer,
|
|
163
158
|
RapidBooleanRenderer,
|
|
@@ -166,4 +161,9 @@ module.exports = {
|
|
|
166
161
|
RapidAgSelectRenderer,
|
|
167
162
|
RapidStatusPillRenderer,
|
|
168
163
|
RapidAgTextRenderer,
|
|
164
|
+
RapidDateEditor,
|
|
165
|
+
RapidMultiselectEditor,
|
|
166
|
+
RapidNumberEditor,
|
|
167
|
+
RapidSelectEditor,
|
|
168
|
+
RapidStringEditor,
|
|
169
169
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -83,31 +83,6 @@ 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
|
-
|
|
111
86
|
export const RapidAgActionRenderer = React.forwardRef(function RapidAgActionRenderer(props, ref) {
|
|
112
87
|
const { children, ...rest } = props;
|
|
113
88
|
return React.createElement(customElements.getName(RapidAgActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -147,3 +122,28 @@ export const RapidAgTextRenderer = React.forwardRef(function RapidAgTextRenderer
|
|
|
147
122
|
const { children, ...rest } = props;
|
|
148
123
|
return React.createElement(customElements.getName(RapidAgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
149
124
|
});
|
|
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.477.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.477.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.477.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.477.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.477.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.477.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.477.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.477.0",
|
|
49
|
+
"@genesislcap/grid-pro": "14.477.0",
|
|
50
|
+
"@genesislcap/rapid-design-system": "14.477.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",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@ag-grid-community/client-side-row-model": "29.2.0",
|
|
58
58
|
"@ag-grid-community/core": "29.2.0",
|
|
59
59
|
"@ag-grid-community/csv-export": "29.2.0",
|
|
60
|
-
"ag-grid-community": "
|
|
61
|
-
"ag-grid-enterprise": "
|
|
60
|
+
"ag-grid-community": "36.0.0",
|
|
61
|
+
"ag-grid-enterprise": "36.0.0"
|
|
62
62
|
},
|
|
63
63
|
"repository": {
|
|
64
64
|
"type": "git",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"require": "./dist/react.cjs"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "324acb34781a5c6e8e5e19a8d53ca7a418941787"
|
|
84
84
|
}
|