@genesislcap/grid-pro 14.424.1 → 14.425.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 +1050 -1050
- package/dist/dts/react.d.ts +39 -39
- package/dist/react.cjs +457 -124
- package/dist/react.mjs +452 -119
- package/package.json +14 -15
package/dist/dts/react.d.ts
CHANGED
|
@@ -85,108 +85,108 @@ export declare const GridProCell: React.ForwardRefExoticComponent<
|
|
|
85
85
|
> & React.RefAttributes<GridProCellWC>
|
|
86
86
|
>;
|
|
87
87
|
|
|
88
|
-
export declare const
|
|
88
|
+
export declare const DateEditor: React.ForwardRefExoticComponent<
|
|
89
89
|
React.PropsWithChildren<
|
|
90
|
-
Omit<PublicOf<
|
|
90
|
+
Omit<PublicOf<DateEditorWC>, 'children' | 'style'> &
|
|
91
91
|
HTMLWCProps & {
|
|
92
92
|
}
|
|
93
|
-
> & React.RefAttributes<
|
|
93
|
+
> & React.RefAttributes<DateEditorWC>
|
|
94
94
|
>;
|
|
95
95
|
|
|
96
|
-
export declare const
|
|
96
|
+
export declare const MultiselectEditor: React.ForwardRefExoticComponent<
|
|
97
97
|
React.PropsWithChildren<
|
|
98
|
-
Omit<PublicOf<
|
|
98
|
+
Omit<PublicOf<MultiselectEditorWC>, 'children' | 'style'> &
|
|
99
99
|
HTMLWCProps & {
|
|
100
100
|
}
|
|
101
|
-
> & React.RefAttributes<
|
|
101
|
+
> & React.RefAttributes<MultiselectEditorWC>
|
|
102
102
|
>;
|
|
103
103
|
|
|
104
|
-
export declare const
|
|
104
|
+
export declare const NumberEditor: React.ForwardRefExoticComponent<
|
|
105
105
|
React.PropsWithChildren<
|
|
106
|
-
Omit<PublicOf<
|
|
106
|
+
Omit<PublicOf<NumberEditorWC>, 'children' | 'style'> &
|
|
107
107
|
HTMLWCProps & {
|
|
108
108
|
}
|
|
109
|
-
> & React.RefAttributes<
|
|
109
|
+
> & React.RefAttributes<NumberEditorWC>
|
|
110
110
|
>;
|
|
111
111
|
|
|
112
|
-
export declare const
|
|
112
|
+
export declare const SelectEditor: React.ForwardRefExoticComponent<
|
|
113
113
|
React.PropsWithChildren<
|
|
114
|
-
Omit<PublicOf<
|
|
114
|
+
Omit<PublicOf<SelectEditorWC>, 'children' | 'style'> &
|
|
115
115
|
HTMLWCProps & {
|
|
116
116
|
}
|
|
117
|
-
> & React.RefAttributes<
|
|
117
|
+
> & React.RefAttributes<SelectEditorWC>
|
|
118
118
|
>;
|
|
119
119
|
|
|
120
|
-
export declare const
|
|
120
|
+
export declare const StringEditor: React.ForwardRefExoticComponent<
|
|
121
121
|
React.PropsWithChildren<
|
|
122
|
-
Omit<PublicOf<
|
|
122
|
+
Omit<PublicOf<StringEditorWC>, 'children' | 'style'> &
|
|
123
123
|
HTMLWCProps & {
|
|
124
124
|
}
|
|
125
|
-
> & React.RefAttributes<
|
|
125
|
+
> & React.RefAttributes<StringEditorWC>
|
|
126
126
|
>;
|
|
127
127
|
|
|
128
|
-
export declare const
|
|
128
|
+
export declare const ActionRenderer: React.ForwardRefExoticComponent<
|
|
129
129
|
React.PropsWithChildren<
|
|
130
|
-
Omit<PublicOf<
|
|
130
|
+
Omit<PublicOf<ActionRendererWC>, 'children' | 'style'> &
|
|
131
131
|
HTMLWCProps & {
|
|
132
132
|
}
|
|
133
|
-
> & React.RefAttributes<
|
|
133
|
+
> & React.RefAttributes<ActionRendererWC>
|
|
134
134
|
>;
|
|
135
135
|
|
|
136
|
-
export declare const
|
|
136
|
+
export declare const ActionsMenuRenderer: React.ForwardRefExoticComponent<
|
|
137
137
|
React.PropsWithChildren<
|
|
138
|
-
Omit<PublicOf<
|
|
138
|
+
Omit<PublicOf<ActionsMenuRendererWC>, 'children' | 'style'> &
|
|
139
139
|
HTMLWCProps & {
|
|
140
140
|
}
|
|
141
|
-
> & React.RefAttributes<
|
|
141
|
+
> & React.RefAttributes<ActionsMenuRendererWC>
|
|
142
142
|
>;
|
|
143
143
|
|
|
144
|
-
export declare const
|
|
144
|
+
export declare const BooleanRenderer: React.ForwardRefExoticComponent<
|
|
145
145
|
React.PropsWithChildren<
|
|
146
|
-
Omit<PublicOf<
|
|
146
|
+
Omit<PublicOf<BooleanRendererWC>, 'children' | 'style'> &
|
|
147
147
|
HTMLWCProps & {
|
|
148
148
|
}
|
|
149
|
-
> & React.RefAttributes<
|
|
149
|
+
> & React.RefAttributes<BooleanRendererWC>
|
|
150
150
|
>;
|
|
151
151
|
|
|
152
|
-
export declare const
|
|
152
|
+
export declare const EditableRenderer: React.ForwardRefExoticComponent<
|
|
153
153
|
React.PropsWithChildren<
|
|
154
|
-
Omit<PublicOf<
|
|
154
|
+
Omit<PublicOf<EditableRendererWC>, 'children' | 'style'> &
|
|
155
155
|
HTMLWCProps & {
|
|
156
156
|
}
|
|
157
|
-
> & React.RefAttributes<
|
|
157
|
+
> & React.RefAttributes<EditableRendererWC>
|
|
158
158
|
>;
|
|
159
159
|
|
|
160
|
-
export declare const
|
|
160
|
+
export declare const SelectRenderer: React.ForwardRefExoticComponent<
|
|
161
161
|
React.PropsWithChildren<
|
|
162
|
-
Omit<PublicOf<
|
|
162
|
+
Omit<PublicOf<SelectRendererWC>, 'children' | 'style'> &
|
|
163
163
|
HTMLWCProps & {
|
|
164
164
|
}
|
|
165
|
-
> & React.RefAttributes<
|
|
165
|
+
> & React.RefAttributes<SelectRendererWC>
|
|
166
166
|
>;
|
|
167
167
|
|
|
168
|
-
export declare const
|
|
168
|
+
export declare const StatusPillRenderer: React.ForwardRefExoticComponent<
|
|
169
169
|
React.PropsWithChildren<
|
|
170
|
-
Omit<PublicOf<
|
|
170
|
+
Omit<PublicOf<StatusPillRendererWC>, 'children' | 'style'> &
|
|
171
171
|
HTMLWCProps & {
|
|
172
172
|
}
|
|
173
|
-
> & React.RefAttributes<
|
|
173
|
+
> & React.RefAttributes<StatusPillRendererWC>
|
|
174
174
|
>;
|
|
175
175
|
|
|
176
|
-
export declare const
|
|
176
|
+
export declare const AgTextFieldRenderer: React.ForwardRefExoticComponent<
|
|
177
177
|
React.PropsWithChildren<
|
|
178
|
-
Omit<PublicOf<
|
|
178
|
+
Omit<PublicOf<AgTextFieldRendererWC>, 'children' | 'style'> &
|
|
179
179
|
HTMLWCProps & {
|
|
180
180
|
}
|
|
181
|
-
> & React.RefAttributes<
|
|
181
|
+
> & React.RefAttributes<AgTextFieldRendererWC>
|
|
182
182
|
>;
|
|
183
183
|
|
|
184
|
-
export declare const
|
|
184
|
+
export declare const AgTextRenderer: React.ForwardRefExoticComponent<
|
|
185
185
|
React.PropsWithChildren<
|
|
186
|
-
Omit<PublicOf<
|
|
186
|
+
Omit<PublicOf<AgTextRendererWC>, 'children' | 'style'> &
|
|
187
187
|
HTMLWCProps & {
|
|
188
188
|
}
|
|
189
|
-
> & React.RefAttributes<
|
|
189
|
+
> & React.RefAttributes<AgTextRendererWC>
|
|
190
190
|
>;
|
|
191
191
|
|
|
192
192
|
export declare const GridProColumn: React.ForwardRefExoticComponent<
|