@godxjp/ui 7.0.0 → 8.0.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/app/index.d.ts +2 -2
- package/dist/{app.prop-IobwLwaM.d.ts → app.prop-DnIXFzLi.d.ts} +9 -9
- package/dist/{checkbox-CK2mYEpD.d.ts → checkbox-ChRsR7Nk.d.ts} +2 -2
- package/dist/{chunk-3UGU5TYP.js → chunk-25RYBC5T.js} +2 -2
- package/dist/{chunk-CQBADMFG.js → chunk-26CPAKUP.js} +3 -2
- package/dist/{chunk-TT2L7JM6.js → chunk-3TS3G4U3.js} +3 -3
- package/dist/{chunk-ZS6DTAM2.js → chunk-4MMIMZMK.js} +1 -1
- package/dist/{chunk-6TSU4IHV.js → chunk-4R7RQDXI.js} +23 -21
- package/dist/{chunk-OXKY5QMK.js → chunk-6QXQQAOQ.js} +6 -6
- package/dist/{chunk-JJCGMCTL.js → chunk-A22MCA3X.js} +6 -6
- package/dist/{chunk-VXXKR5U4.js → chunk-A7PKMT7Y.js} +4 -4
- package/dist/{chunk-HKQITNB3.js → chunk-AINW5WYN.js} +5 -4
- package/dist/{chunk-OGFWIXRO.js → chunk-C5H655GK.js} +218 -53
- package/dist/{chunk-ZLK5SPT6.js → chunk-EOTOCNT7.js} +1 -1
- package/dist/{chunk-ARDVPIF4.js → chunk-G2WYOCDL.js} +5 -5
- package/dist/chunk-HKD6ERY7.js +1 -0
- package/dist/{chunk-V6UWJKZF.js → chunk-HTEL5DQI.js} +1 -1
- package/dist/{chunk-ICM6XBST.js → chunk-IBK5D2Q6.js} +2 -1
- package/dist/{chunk-IK7I3ABN.js → chunk-IOGU3ZWF.js} +2 -2
- package/dist/{chunk-HJEBRCXL.js → chunk-M4PZNAMV.js} +1 -0
- package/dist/{chunk-2QG3OVAD.js → chunk-N43OKOFT.js} +7 -5
- package/dist/{chunk-ZR2TIBPG.js → chunk-NG23LVTM.js} +4 -4
- package/dist/{chunk-E76QIYSY.js → chunk-O24Z3ULJ.js} +4 -4
- package/dist/{chunk-L6J44O74.js → chunk-OJZ6C2HM.js} +2 -2
- package/dist/{chunk-2HLWHQJA.js → chunk-P4HFJQID.js} +5 -4
- package/dist/{chunk-EXBWDW5E.js → chunk-RGIYKJPW.js} +7 -7
- package/dist/{chunk-ZKIAZDVU.js → chunk-RGPF3HU6.js} +4 -4
- package/dist/{chunk-FBHN6OO4.js → chunk-SKIRU7GC.js} +2 -2
- package/dist/chunk-TILFZBTE.js +50 -0
- package/dist/{chunk-6UFKWOEW.js → chunk-TMDGV4CN.js} +15 -11
- package/dist/{chunk-7AMHT5Z5.js → chunk-UIYEAUWA.js} +30 -13
- package/dist/{chunk-25ZZ2W3M.js → chunk-WN52SCGE.js} +5 -5
- package/dist/{chunk-EQRQM6RF.js → chunk-WTVLZVBA.js} +28 -8
- package/dist/{chunk-Y3XBNUTD.js → chunk-XDUZ7JJL.js} +2 -2
- package/dist/chunk-XMBCNMJI.js +61 -0
- package/dist/{chunk-RVY4F7LK.js → chunk-XZM2GNAY.js} +7 -7
- package/dist/{chunk-NTUHJ37K.js → chunk-Z6HNY2PL.js} +9 -9
- package/dist/components/admin/index.d.ts +19 -19
- package/dist/components/admin/index.js +30 -30
- package/dist/components/data-display/badge.d.ts +7 -4
- package/dist/components/data-display/badge.js +2 -2
- package/dist/components/data-display/card.d.ts +2 -2
- package/dist/components/data-display/index.d.ts +6 -6
- package/dist/components/data-display/index.js +8 -8
- package/dist/components/data-display/table.js +2 -2
- package/dist/components/data-entry/autocomplete.d.ts +5 -5
- package/dist/components/data-entry/autocomplete.js +6 -6
- package/dist/components/data-entry/calendar.d.ts +5 -5
- package/dist/components/data-entry/calendar.js +3 -3
- package/dist/components/data-entry/cascader.d.ts +6 -6
- package/dist/components/data-entry/cascader.js +7 -7
- package/dist/components/data-entry/checkbox.d.ts +6 -6
- package/dist/components/data-entry/checkbox.js +2 -2
- package/dist/components/data-entry/color-picker.d.ts +6 -6
- package/dist/components/data-entry/color-picker.js +2 -2
- package/dist/components/data-entry/command.d.ts +11 -11
- package/dist/components/data-entry/command.js +2 -2
- package/dist/components/data-entry/date-picker.d.ts +6 -6
- package/dist/components/data-entry/date-picker.js +5 -5
- package/dist/components/data-entry/date-range-picker.d.ts +6 -6
- package/dist/components/data-entry/date-range-picker.js +5 -5
- package/dist/components/data-entry/index.d.ts +11 -21
- package/dist/components/data-entry/index.js +25 -83
- package/dist/components/data-entry/radio.d.ts +5 -5
- package/dist/components/data-entry/radio.js +2 -2
- package/dist/components/data-entry/select.d.ts +5 -5
- package/dist/components/data-entry/select.js +6 -6
- package/dist/components/data-entry/slider.d.ts +5 -5
- package/dist/components/data-entry/switch.d.ts +5 -5
- package/dist/components/data-entry/textarea.js +2 -2
- package/dist/components/data-entry/time-picker.d.ts +6 -6
- package/dist/components/data-entry/time-picker.js +3 -3
- package/dist/components/data-entry/transfer.d.ts +7 -7
- package/dist/components/data-entry/transfer.js +4 -4
- package/dist/components/data-entry/tree-select.d.ts +6 -6
- package/dist/components/data-entry/tree-select.js +7 -7
- package/dist/components/data-entry/upload.d.ts +7 -7
- package/dist/components/data-entry/upload.js +5 -5
- package/dist/components/feedback/alert.d.ts +7 -5
- package/dist/components/feedback/alert.js +3 -3
- package/dist/components/feedback/dialog.d.ts +9 -6
- package/dist/components/feedback/dialog.js +2 -2
- package/dist/components/feedback/index.d.ts +6 -6
- package/dist/components/feedback/index.js +7 -6
- package/dist/components/general/button.d.ts +4 -4
- package/dist/components/general/button.js +1 -1
- package/dist/components/general/index.d.ts +3 -3
- package/dist/components/general/index.js +1 -1
- package/dist/components/layout/index.d.ts +10 -9
- package/dist/components/layout/index.js +3 -3
- package/dist/components/navigation/index.d.ts +13 -13
- package/dist/components/navigation/index.js +10 -10
- package/dist/components/navigation/pagination.d.ts +5 -5
- package/dist/components/navigation/pagination.js +7 -7
- package/dist/components/navigation/steps.d.ts +6 -6
- package/dist/components/navigation/steps.js +2 -2
- package/dist/components/query/index.d.ts +12 -7
- package/dist/components/query/index.js +4 -4
- package/dist/components/ui/index.d.ts +12 -12
- package/dist/components/ui/index.js +30 -30
- package/dist/{data-display.prop-CXP9Jfdn.d.ts → data-display.prop-Cf2p9QC4.d.ts} +6 -5
- package/dist/{data-entry.prop-CpSx5dX6.d.ts → data-entry.prop-CDkOajPj.d.ts} +38 -28
- package/dist/{data-table-C5lcmAwE.d.ts → data-table-B_q7j992.d.ts} +4 -4
- package/dist/{data.prop-BmLaGLb7.d.ts → data.prop-DMYMNl6L.d.ts} +2 -2
- package/dist/{feedback.prop-BnBpUzNK.d.ts → feedback.prop-BR5JOpPl.d.ts} +8 -5
- package/dist/filter-bar-DvVXm_d1.d.ts +14 -0
- package/dist/form/index.d.ts +3 -3
- package/dist/{form.prop-BHgpuFFm.d.ts → form.prop-Bc6r6JJW.d.ts} +1 -1
- package/dist/{general.prop-D7brMPNL.d.ts → general.prop-DoHDCRmL.d.ts} +2 -2
- package/dist/index.d.ts +22 -22
- package/dist/index.js +43 -30
- package/dist/inline-DqfYlGKj.d.ts +18 -0
- package/dist/{interaction.prop-Cdn7wOtq.d.ts → interaction.prop-DSFizzP6.d.ts} +8 -6
- package/dist/{layout.prop-MwHm4-Zl.d.ts → layout.prop-Baq9muDN.d.ts} +27 -13
- package/dist/layout.prop-CXvl2rVR.d.ts +16 -0
- package/dist/{navigation.prop-DAH4ysXj.d.ts → navigation.prop-8DgElO0c.d.ts} +12 -8
- package/dist/{navigation.prop-Hu7s7MJa.d.ts → navigation.prop-BKlxd-j7.d.ts} +2 -5
- package/dist/props/components/index.d.ts +14 -14
- package/dist/props/index.d.ts +14 -14
- package/dist/props/index.js +2 -2
- package/dist/props/registry.d.ts +251 -56
- package/dist/props/registry.js +1 -1
- package/dist/props/vocabulary/index.d.ts +5 -5
- package/dist/{query.prop-hIPrk2zI.d.ts → query.prop-DuODxsiU.d.ts} +12 -8
- package/dist/{search-input-rR2XDrjv.d.ts → search-input-cezAxpgb.d.ts} +7 -2
- package/dist/{shared.prop-BNRJc9K0.d.ts → shared.prop-BsNSXeqD.d.ts} +9 -3
- package/dist/{skeleton-CqFO4dRc.d.ts → skeleton-uWAjSacg.d.ts} +4 -2
- package/dist/styles/alert-layout.css +38 -18
- package/dist/styles/badge-layout.css +2 -2
- package/dist/styles/card-layout.css +5 -5
- package/dist/styles/density.css +10 -10
- package/dist/styles/dialog-layout.css +4 -4
- package/dist/styles/index.css +6 -9
- package/dist/styles/layout.css +95 -14
- package/dist/styles/table-layout.css +3 -3
- package/dist/theme/example.service.css +0 -5
- package/dist/tokens/base.css +7 -7
- package/dist/tokens/components/badge.css +7 -0
- package/dist/tokens/{primitives → components}/card.css +2 -3
- package/dist/tokens/{primitives → components}/control.css +10 -0
- package/dist/tokens/components/feedback.css +17 -0
- package/dist/tokens/{primitives → components}/table.css +2 -2
- package/dist/tokens/foundation.css +7 -22
- package/package.json +5 -3
- package/scripts/ui-audit.mjs +22 -0
- package/dist/chunk-S66TJXJU.js +0 -33
- package/dist/filter-bar-zSKz7YCR.d.ts +0 -10
- package/dist/inline-CV3A46np.d.ts +0 -10
- package/dist/layout.prop-4TCNvyQZ.d.ts +0 -20
- package/dist/tokens/primitives/badge.css +0 -13
- package/dist/tokens/primitives/feedback.css +0 -17
- /package/dist/{chunk-LDSLS6HE.js → chunk-2H65B4JA.js} +0 -0
- /package/dist/tokens/{primitives → components}/navigation.css +0 -0
- /package/dist/tokens/{primitives → semantic}/layout.css +0 -0
package/dist/props/registry.d.ts
CHANGED
|
@@ -24,6 +24,11 @@ declare const VOCABULARY_REGISTRY: {
|
|
|
24
24
|
readonly category: "shared";
|
|
25
25
|
readonly description: "Dialog/Sheet/Popover open state";
|
|
26
26
|
};
|
|
27
|
+
readonly DefaultOpenProp: {
|
|
28
|
+
readonly file: "vocabulary/shared.prop.ts";
|
|
29
|
+
readonly category: "shared";
|
|
30
|
+
readonly description: "Dialog/Sheet/Popover initial uncontrolled open state";
|
|
31
|
+
};
|
|
27
32
|
readonly OnOpenChangeProp: {
|
|
28
33
|
readonly file: "vocabulary/shared.prop.ts";
|
|
29
34
|
readonly category: "shared";
|
|
@@ -77,7 +82,17 @@ declare const VOCABULARY_REGISTRY: {
|
|
|
77
82
|
readonly ValueProp: {
|
|
78
83
|
readonly file: "vocabulary/shared.prop.ts";
|
|
79
84
|
readonly category: "shared";
|
|
80
|
-
readonly description: "
|
|
85
|
+
readonly description: "Abstract controlled value";
|
|
86
|
+
};
|
|
87
|
+
readonly DefaultValueProp: {
|
|
88
|
+
readonly file: "vocabulary/shared.prop.ts";
|
|
89
|
+
readonly category: "shared";
|
|
90
|
+
readonly description: "Abstract uncontrolled initial value";
|
|
91
|
+
};
|
|
92
|
+
readonly OnValueChangeProp: {
|
|
93
|
+
readonly file: "vocabulary/shared.prop.ts";
|
|
94
|
+
readonly category: "shared";
|
|
95
|
+
readonly description: "Abstract value change handler";
|
|
81
96
|
};
|
|
82
97
|
readonly OnChangeProp: {
|
|
83
98
|
readonly file: "vocabulary/shared.prop.ts";
|
|
@@ -154,20 +169,20 @@ declare const VOCABULARY_REGISTRY: {
|
|
|
154
169
|
readonly category: "layout";
|
|
155
170
|
readonly description: "Page padding / control scale";
|
|
156
171
|
};
|
|
157
|
-
readonly
|
|
172
|
+
readonly DensityProp: {
|
|
158
173
|
readonly file: "vocabulary/layout.prop.ts";
|
|
159
174
|
readonly category: "layout";
|
|
160
|
-
readonly description: "
|
|
175
|
+
readonly description: "Canonical page/subtree density";
|
|
161
176
|
};
|
|
162
|
-
readonly
|
|
177
|
+
readonly PageContainerVariantProp: {
|
|
163
178
|
readonly file: "vocabulary/layout.prop.ts";
|
|
164
179
|
readonly category: "layout";
|
|
165
|
-
readonly description: "
|
|
180
|
+
readonly description: "Page shell layout — default, narrow, flush, ghost";
|
|
166
181
|
};
|
|
167
|
-
readonly
|
|
182
|
+
readonly GapProp: {
|
|
168
183
|
readonly file: "vocabulary/layout.prop.ts";
|
|
169
184
|
readonly category: "layout";
|
|
170
|
-
readonly description: "
|
|
185
|
+
readonly description: "Shared gap scale; components may document subsets";
|
|
171
186
|
};
|
|
172
187
|
readonly TableDensityProp: {
|
|
173
188
|
readonly file: "vocabulary/layout.prop.ts";
|
|
@@ -182,17 +197,22 @@ declare const VOCABULARY_REGISTRY: {
|
|
|
182
197
|
readonly ButtonSizeProp: {
|
|
183
198
|
readonly file: "vocabulary/interaction.prop.ts";
|
|
184
199
|
readonly category: "interaction";
|
|
185
|
-
readonly description: "Button size preset";
|
|
200
|
+
readonly description: "Button size preset; includes documented icon-only subset";
|
|
201
|
+
};
|
|
202
|
+
readonly SizeProp: {
|
|
203
|
+
readonly file: "vocabulary/interaction.prop.ts";
|
|
204
|
+
readonly category: "interaction";
|
|
205
|
+
readonly description: "Shared size names xs | sm | md | lg";
|
|
186
206
|
};
|
|
187
207
|
readonly ConfirmVariantProp: {
|
|
188
208
|
readonly file: "vocabulary/interaction.prop.ts";
|
|
189
209
|
readonly category: "interaction";
|
|
190
210
|
readonly description: "Dialog confirm emphasis";
|
|
191
211
|
};
|
|
192
|
-
readonly
|
|
212
|
+
readonly ToneProp: {
|
|
193
213
|
readonly file: "vocabulary/interaction.prop.ts";
|
|
194
214
|
readonly category: "interaction";
|
|
195
|
-
readonly description: "
|
|
215
|
+
readonly description: "Semantic status/color intent";
|
|
196
216
|
};
|
|
197
217
|
readonly AlertVariantProp: {
|
|
198
218
|
readonly file: "vocabulary/interaction.prop.ts";
|
|
@@ -224,10 +244,25 @@ declare const VOCABULARY_REGISTRY: {
|
|
|
224
244
|
readonly category: "navigation";
|
|
225
245
|
readonly description: "Breadcrumb trail array";
|
|
226
246
|
};
|
|
227
|
-
readonly
|
|
228
|
-
readonly file: "
|
|
229
|
-
readonly category: "
|
|
230
|
-
readonly description: "
|
|
247
|
+
readonly ZodSchemaProp: {
|
|
248
|
+
readonly file: "components/form.prop.ts";
|
|
249
|
+
readonly category: "form";
|
|
250
|
+
readonly description: "Zod 4 schema passed to form helpers";
|
|
251
|
+
};
|
|
252
|
+
readonly UseZodFormOptionsProp: {
|
|
253
|
+
readonly file: "components/form.prop.ts";
|
|
254
|
+
readonly category: "form";
|
|
255
|
+
readonly description: "react-hook-form options accepted by useZodForm";
|
|
256
|
+
};
|
|
257
|
+
readonly UseZodFormReturnProp: {
|
|
258
|
+
readonly file: "components/form.prop.ts";
|
|
259
|
+
readonly category: "form";
|
|
260
|
+
readonly description: "react-hook-form return object from useZodForm";
|
|
261
|
+
};
|
|
262
|
+
readonly FieldErrorMessageProp: {
|
|
263
|
+
readonly file: "components/form.prop.ts";
|
|
264
|
+
readonly category: "form";
|
|
265
|
+
readonly description: "Mapped field error message displayed through FormField";
|
|
231
266
|
};
|
|
232
267
|
readonly GetRowIdProp: {
|
|
233
268
|
readonly file: "vocabulary/data.prop.ts";
|
|
@@ -282,20 +317,86 @@ declare const VOCABULARY_REGISTRY: {
|
|
|
282
317
|
};
|
|
283
318
|
type VocabularyPropName = keyof typeof VOCABULARY_REGISTRY;
|
|
284
319
|
declare const COMPONENT_PROP_REGISTRY: {
|
|
320
|
+
readonly AppProviderProp: {
|
|
321
|
+
readonly group: "app";
|
|
322
|
+
readonly file: "components/app.prop.ts";
|
|
323
|
+
readonly vocabulary: readonly ["ChildrenProp"];
|
|
324
|
+
};
|
|
325
|
+
readonly LocalePickerProp: {
|
|
326
|
+
readonly group: "app";
|
|
327
|
+
readonly file: "components/app.prop.ts";
|
|
328
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
|
|
329
|
+
};
|
|
330
|
+
readonly TimezonePickerProp: {
|
|
331
|
+
readonly group: "app";
|
|
332
|
+
readonly file: "components/app.prop.ts";
|
|
333
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
|
|
334
|
+
};
|
|
335
|
+
readonly TimeFormatPickerProp: {
|
|
336
|
+
readonly group: "app";
|
|
337
|
+
readonly file: "components/app.prop.ts";
|
|
338
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
|
|
339
|
+
};
|
|
340
|
+
readonly DateFormatPickerProp: {
|
|
341
|
+
readonly group: "app";
|
|
342
|
+
readonly file: "components/app.prop.ts";
|
|
343
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
|
|
344
|
+
};
|
|
285
345
|
readonly PageContainerProp: {
|
|
286
346
|
readonly group: "layout";
|
|
287
347
|
readonly file: "components/layout.prop.ts";
|
|
288
|
-
readonly vocabulary: readonly ["
|
|
348
|
+
readonly vocabulary: readonly ["TitleProp", "SubtitleProp", "ExtraProp", "FooterProp", "BreadcrumbProp", "DensityProp", "PageContainerVariantProp"];
|
|
289
349
|
};
|
|
290
350
|
readonly StackProp: {
|
|
291
351
|
readonly group: "layout";
|
|
292
352
|
readonly file: "components/layout.prop.ts";
|
|
293
|
-
readonly vocabulary: readonly ["
|
|
353
|
+
readonly vocabulary: readonly ["GapProp"];
|
|
294
354
|
};
|
|
295
355
|
readonly InlineProp: {
|
|
296
356
|
readonly group: "layout";
|
|
297
357
|
readonly file: "components/layout.prop.ts";
|
|
298
|
-
readonly vocabulary: readonly ["
|
|
358
|
+
readonly vocabulary: readonly ["GapProp"];
|
|
359
|
+
};
|
|
360
|
+
readonly FlexDirectionProp: {
|
|
361
|
+
readonly group: "layout";
|
|
362
|
+
readonly file: "components/layout.prop.ts";
|
|
363
|
+
readonly vocabulary: readonly [];
|
|
364
|
+
};
|
|
365
|
+
readonly FlexAlignProp: {
|
|
366
|
+
readonly group: "layout";
|
|
367
|
+
readonly file: "components/layout.prop.ts";
|
|
368
|
+
readonly vocabulary: readonly [];
|
|
369
|
+
};
|
|
370
|
+
readonly FlexJustifyProp: {
|
|
371
|
+
readonly group: "layout";
|
|
372
|
+
readonly file: "components/layout.prop.ts";
|
|
373
|
+
readonly vocabulary: readonly [];
|
|
374
|
+
};
|
|
375
|
+
readonly FlexProp: {
|
|
376
|
+
readonly group: "layout";
|
|
377
|
+
readonly file: "components/layout.prop.ts";
|
|
378
|
+
readonly vocabulary: readonly [{
|
|
379
|
+
readonly field: "direction";
|
|
380
|
+
readonly local: true;
|
|
381
|
+
readonly reason: "Flex-specific axis control.";
|
|
382
|
+
}, "GapProp", {
|
|
383
|
+
readonly field: "align";
|
|
384
|
+
readonly local: true;
|
|
385
|
+
readonly reason: "Flex-specific align-items keyword subset.";
|
|
386
|
+
}, {
|
|
387
|
+
readonly field: "justify";
|
|
388
|
+
readonly local: true;
|
|
389
|
+
readonly reason: "Flex-specific justify-content keyword subset.";
|
|
390
|
+
}, {
|
|
391
|
+
readonly field: "wrap";
|
|
392
|
+
readonly local: true;
|
|
393
|
+
readonly reason: "Flex-specific boolean shorthand for flex-wrap.";
|
|
394
|
+
}];
|
|
395
|
+
};
|
|
396
|
+
readonly ResponsiveGridColumnsProp: {
|
|
397
|
+
readonly group: "layout";
|
|
398
|
+
readonly file: "components/layout.prop.ts";
|
|
399
|
+
readonly vocabulary: readonly [];
|
|
299
400
|
};
|
|
300
401
|
readonly PageInsetProp: {
|
|
301
402
|
readonly group: "layout";
|
|
@@ -310,48 +411,48 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
310
411
|
readonly SidebarProductProp: {
|
|
311
412
|
readonly group: "layout";
|
|
312
413
|
readonly file: "components/layout.prop.ts";
|
|
313
|
-
readonly vocabulary: readonly [];
|
|
414
|
+
readonly vocabulary: readonly ["LabelProp"];
|
|
314
415
|
};
|
|
315
416
|
readonly SidebarItemProp: {
|
|
316
417
|
readonly group: "layout";
|
|
317
418
|
readonly file: "components/layout.prop.ts";
|
|
318
|
-
readonly vocabulary: readonly [];
|
|
419
|
+
readonly vocabulary: readonly ["IdProp", "LabelProp", "DisabledProp", "ChildrenProp"];
|
|
319
420
|
};
|
|
320
421
|
readonly SidebarSectionProp: {
|
|
321
422
|
readonly group: "layout";
|
|
322
423
|
readonly file: "components/layout.prop.ts";
|
|
323
|
-
readonly vocabulary: readonly [];
|
|
424
|
+
readonly vocabulary: readonly ["LabelProp"];
|
|
324
425
|
};
|
|
325
426
|
readonly SidebarProp: {
|
|
326
427
|
readonly group: "layout";
|
|
327
428
|
readonly file: "components/layout.prop.ts";
|
|
328
|
-
readonly vocabulary: readonly [];
|
|
429
|
+
readonly vocabulary: readonly ["IdProp", "OnValueChangeProp", "ChildrenProp"];
|
|
329
430
|
};
|
|
330
431
|
readonly TopbarProductProp: {
|
|
331
432
|
readonly group: "layout";
|
|
332
433
|
readonly file: "components/layout.prop.ts";
|
|
333
|
-
readonly vocabulary: readonly [];
|
|
434
|
+
readonly vocabulary: readonly ["LabelProp"];
|
|
334
435
|
};
|
|
335
436
|
readonly TopbarProjectProp: {
|
|
336
437
|
readonly group: "layout";
|
|
337
438
|
readonly file: "components/layout.prop.ts";
|
|
338
|
-
readonly vocabulary: readonly [];
|
|
439
|
+
readonly vocabulary: readonly ["LabelProp"];
|
|
339
440
|
};
|
|
340
441
|
readonly TopbarProp: {
|
|
341
442
|
readonly group: "layout";
|
|
342
443
|
readonly file: "components/layout.prop.ts";
|
|
343
|
-
readonly vocabulary: readonly [];
|
|
444
|
+
readonly vocabulary: readonly ["ChildrenProp", "OnOpenChangeProp", "OnValueChangeProp"];
|
|
344
445
|
};
|
|
345
446
|
readonly PageHeaderProp: {
|
|
346
447
|
readonly group: "layout";
|
|
347
448
|
readonly file: "components/layout.prop.ts";
|
|
348
|
-
readonly vocabulary: readonly ["
|
|
449
|
+
readonly vocabulary: readonly ["TitleProp", "SubtitleProp", "ExtraProp", "BreadcrumbProp"];
|
|
349
450
|
readonly deprecated: true;
|
|
350
451
|
};
|
|
351
452
|
readonly ButtonProp: {
|
|
352
453
|
readonly group: "general";
|
|
353
454
|
readonly file: "components/general.prop.ts";
|
|
354
|
-
readonly vocabulary: readonly ["ButtonVariantProp", "
|
|
455
|
+
readonly vocabulary: readonly ["ButtonVariantProp", "SizeProp", "AsChildProp", "DisabledProp", "OnClickProp"];
|
|
355
456
|
};
|
|
356
457
|
readonly InputProp: {
|
|
357
458
|
readonly group: "data-entry";
|
|
@@ -381,33 +482,53 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
381
482
|
readonly CheckboxGroupProp: {
|
|
382
483
|
readonly group: "data-entry";
|
|
383
484
|
readonly file: "components/data-entry.prop.ts";
|
|
384
|
-
readonly vocabulary: readonly ["DisabledProp"];
|
|
485
|
+
readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"];
|
|
385
486
|
};
|
|
386
487
|
readonly ChoiceOptionProp: {
|
|
387
488
|
readonly group: "data-entry";
|
|
388
489
|
readonly file: "components/data-entry.prop.ts";
|
|
389
|
-
readonly vocabulary: readonly [];
|
|
490
|
+
readonly vocabulary: readonly ["LabelProp", "ValueProp", "DisabledProp", "DescriptionProp"];
|
|
390
491
|
};
|
|
391
492
|
readonly RadioProp: {
|
|
392
493
|
readonly group: "data-entry";
|
|
393
494
|
readonly file: "components/data-entry.prop.ts";
|
|
394
|
-
readonly vocabulary: readonly ["DisabledProp"];
|
|
495
|
+
readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"];
|
|
395
496
|
};
|
|
396
497
|
readonly RadioGroupProp: {
|
|
397
498
|
readonly group: "data-entry";
|
|
398
499
|
readonly file: "components/data-entry.prop.ts";
|
|
399
|
-
readonly vocabulary: readonly ["DisabledProp"];
|
|
500
|
+
readonly vocabulary: readonly ["SizeProp", "DisabledProp"];
|
|
400
501
|
};
|
|
401
502
|
readonly SwitchProp: {
|
|
402
503
|
readonly group: "data-entry";
|
|
403
504
|
readonly file: "components/data-entry.prop.ts";
|
|
404
505
|
readonly vocabulary: readonly ["DisabledProp"];
|
|
405
506
|
};
|
|
507
|
+
readonly FieldProp: {
|
|
508
|
+
readonly group: "data-entry";
|
|
509
|
+
readonly file: "components/data-entry.prop.ts";
|
|
510
|
+
readonly vocabulary: readonly ["IdProp", "LabelProp", "DescriptionProp", "ClassNameProp", "ChildrenProp"];
|
|
511
|
+
};
|
|
406
512
|
readonly ChoiceFieldProp: {
|
|
407
513
|
readonly group: "data-entry";
|
|
408
514
|
readonly file: "components/data-entry.prop.ts";
|
|
409
515
|
readonly vocabulary: readonly ["IdProp", "LabelProp", "ClassNameProp"];
|
|
410
516
|
};
|
|
517
|
+
readonly CountryOptionProp: {
|
|
518
|
+
readonly group: "data-entry";
|
|
519
|
+
readonly file: "components/data-entry.prop.ts";
|
|
520
|
+
readonly vocabulary: readonly ["LabelProp", "ValueProp"];
|
|
521
|
+
};
|
|
522
|
+
readonly CountryOptionLabelProp: {
|
|
523
|
+
readonly group: "data-entry";
|
|
524
|
+
readonly file: "components/data-entry.prop.ts";
|
|
525
|
+
readonly vocabulary: readonly ["ClassNameProp"];
|
|
526
|
+
};
|
|
527
|
+
readonly CountrySelectProp: {
|
|
528
|
+
readonly group: "data-entry";
|
|
529
|
+
readonly file: "components/data-entry.prop.ts";
|
|
530
|
+
readonly vocabulary: readonly ["IdProp", "NameProp", "DefaultValueProp", "RequiredProp", "PlaceholderProp"];
|
|
531
|
+
};
|
|
411
532
|
readonly SliderProp: {
|
|
412
533
|
readonly group: "data-entry";
|
|
413
534
|
readonly file: "components/data-entry.prop.ts";
|
|
@@ -421,45 +542,50 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
421
542
|
readonly DatePickerProp: {
|
|
422
543
|
readonly group: "data-entry";
|
|
423
544
|
readonly file: "components/data-entry.prop.ts";
|
|
424
|
-
readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "IdProp"];
|
|
545
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "IdProp"];
|
|
425
546
|
};
|
|
426
547
|
readonly DateRangePickerProp: {
|
|
427
548
|
readonly group: "data-entry";
|
|
428
549
|
readonly file: "components/data-entry.prop.ts";
|
|
429
|
-
readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "IdProp"];
|
|
550
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "IdProp"];
|
|
430
551
|
};
|
|
431
552
|
readonly TimePickerProp: {
|
|
432
553
|
readonly group: "data-entry";
|
|
433
554
|
readonly file: "components/data-entry.prop.ts";
|
|
434
|
-
readonly vocabulary: readonly ["DisabledProp"];
|
|
555
|
+
readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"];
|
|
435
556
|
};
|
|
436
557
|
readonly ColorPickerProp: {
|
|
437
558
|
readonly group: "data-entry";
|
|
438
559
|
readonly file: "components/data-entry.prop.ts";
|
|
439
|
-
readonly vocabulary: readonly ["DisabledProp", "IdProp"];
|
|
560
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp"];
|
|
440
561
|
};
|
|
441
562
|
readonly AutocompleteProp: {
|
|
442
563
|
readonly group: "data-entry";
|
|
443
564
|
readonly file: "components/data-entry.prop.ts";
|
|
444
|
-
readonly vocabulary: readonly ["PlaceholderProp", "ValueProp", "DisabledProp", "IdProp", "EmptyMessageProp", "ClassNameProp"];
|
|
565
|
+
readonly vocabulary: readonly ["PlaceholderProp", "ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "EmptyMessageProp", "ClassNameProp"];
|
|
445
566
|
readonly note: "Deprecated — a thin wrapper over SearchSelect (static options).";
|
|
446
567
|
};
|
|
568
|
+
readonly AutocompleteOptionProp: {
|
|
569
|
+
readonly group: "data-entry";
|
|
570
|
+
readonly file: "components/data-entry.prop.ts";
|
|
571
|
+
readonly vocabulary: readonly ["ValueProp", "LabelProp"];
|
|
572
|
+
};
|
|
447
573
|
readonly SearchSelectProp: {
|
|
448
574
|
readonly group: "data-entry";
|
|
449
575
|
readonly file: "components/data-entry.prop.ts";
|
|
450
|
-
readonly vocabulary: readonly ["ValueProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
|
|
576
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
|
|
451
577
|
readonly note: "Deprecated — the searchable engine behind `<Select options showSearch>`; prefer Select.";
|
|
452
578
|
};
|
|
453
579
|
readonly SelectDataProp: {
|
|
454
580
|
readonly group: "data-entry";
|
|
455
581
|
readonly file: "components/data-entry.prop.ts";
|
|
456
|
-
readonly vocabulary: readonly ["ValueProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
|
|
582
|
+
readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
|
|
457
583
|
readonly note: "Ant-style data-driven form of Select (options|loadOptions + showSearch). One Select for all single-selects.";
|
|
458
584
|
};
|
|
459
585
|
readonly SearchSelectOptionProp: {
|
|
460
586
|
readonly group: "data-entry";
|
|
461
587
|
readonly file: "components/data-entry.prop.ts";
|
|
462
|
-
readonly vocabulary: readonly [];
|
|
588
|
+
readonly vocabulary: readonly ["ValueProp", "LabelProp", "DisabledProp"];
|
|
463
589
|
};
|
|
464
590
|
readonly SearchSelectLoadParamsProp: {
|
|
465
591
|
readonly group: "data-entry";
|
|
@@ -474,7 +600,7 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
474
600
|
readonly UploadProp: {
|
|
475
601
|
readonly group: "data-entry";
|
|
476
602
|
readonly file: "components/data-entry.prop.ts";
|
|
477
|
-
readonly vocabulary: readonly ["DisabledProp", "ClassNameProp"];
|
|
603
|
+
readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp", "ClassNameProp"];
|
|
478
604
|
};
|
|
479
605
|
readonly UploadFileItemProp: {
|
|
480
606
|
readonly group: "data-entry";
|
|
@@ -489,22 +615,22 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
489
615
|
readonly TreeOptionProp: {
|
|
490
616
|
readonly group: "data-entry";
|
|
491
617
|
readonly file: "components/data-entry.prop.ts";
|
|
492
|
-
readonly vocabulary: readonly [];
|
|
618
|
+
readonly vocabulary: readonly ["ValueProp", "LabelProp", "DisabledProp", "ChildrenProp"];
|
|
493
619
|
};
|
|
494
620
|
readonly TreeFieldNamesProp: {
|
|
495
621
|
readonly group: "data-entry";
|
|
496
622
|
readonly file: "components/data-entry.prop.ts";
|
|
497
|
-
readonly vocabulary: readonly [];
|
|
623
|
+
readonly vocabulary: readonly ["LabelProp", "ValueProp", "ChildrenProp"];
|
|
498
624
|
};
|
|
499
625
|
readonly CascaderProp: {
|
|
500
626
|
readonly group: "data-entry";
|
|
501
627
|
readonly file: "components/data-entry.prop.ts";
|
|
502
|
-
readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
|
|
628
|
+
readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
|
|
503
629
|
};
|
|
504
630
|
readonly TreeSelectProp: {
|
|
505
631
|
readonly group: "data-entry";
|
|
506
632
|
readonly file: "components/data-entry.prop.ts";
|
|
507
|
-
readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
|
|
633
|
+
readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
|
|
508
634
|
};
|
|
509
635
|
readonly ShowCheckedStrategyProp: {
|
|
510
636
|
readonly group: "data-entry";
|
|
@@ -519,7 +645,7 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
519
645
|
readonly TransferItemProp: {
|
|
520
646
|
readonly group: "data-entry";
|
|
521
647
|
readonly file: "components/data-entry.prop.ts";
|
|
522
|
-
readonly vocabulary: readonly [];
|
|
648
|
+
readonly vocabulary: readonly ["TitleProp", "DescriptionProp", "DisabledProp"];
|
|
523
649
|
};
|
|
524
650
|
readonly EmptyStateProp: {
|
|
525
651
|
readonly group: "data-display";
|
|
@@ -529,37 +655,81 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
529
655
|
readonly DescriptionsProp: {
|
|
530
656
|
readonly group: "data-display";
|
|
531
657
|
readonly file: "components/data-display.prop.ts";
|
|
532
|
-
readonly vocabulary: readonly [];
|
|
658
|
+
readonly vocabulary: readonly ["ClassNameProp"];
|
|
659
|
+
};
|
|
660
|
+
readonly DescriptionsItemProp: {
|
|
661
|
+
readonly group: "data-display";
|
|
662
|
+
readonly file: "components/data-display.prop.ts";
|
|
663
|
+
readonly vocabulary: readonly ["LabelProp", "ValueProp"];
|
|
533
664
|
};
|
|
534
665
|
readonly BadgeProp: {
|
|
535
666
|
readonly group: "data-display";
|
|
536
667
|
readonly file: "components/data-display.prop.ts";
|
|
537
|
-
readonly vocabulary: readonly ["ChildrenProp", "ClassNameProp"];
|
|
668
|
+
readonly vocabulary: readonly ["ToneProp", "ChildrenProp", "ClassNameProp"];
|
|
538
669
|
};
|
|
539
670
|
readonly DataTableProp: {
|
|
540
671
|
readonly group: "data-display";
|
|
541
672
|
readonly file: "components/data-display.prop.ts";
|
|
542
|
-
readonly vocabulary: readonly ["ColumnDefProp", "
|
|
673
|
+
readonly vocabulary: readonly ["ColumnDefProp", "DensityProp", "SortStateProp", "SelectedIdsProp"];
|
|
543
674
|
};
|
|
544
675
|
readonly DialogConfirmProp: {
|
|
545
676
|
readonly group: "feedback";
|
|
546
677
|
readonly file: "components/feedback.prop.ts";
|
|
547
|
-
readonly vocabulary: readonly ["OpenProp", "OnOpenChangeProp", "TitleProp", "DescriptionProp", "ConfirmLabelProp", "CancelLabelProp", "ConfirmVariantProp", "
|
|
678
|
+
readonly vocabulary: readonly ["OpenProp", "OnOpenChangeProp", "TitleProp", "DescriptionProp", "ConfirmLabelProp", "CancelLabelProp", "ConfirmVariantProp", "OnValueChangeProp", "PendingProp"];
|
|
679
|
+
};
|
|
680
|
+
readonly AlertDialogProp: {
|
|
681
|
+
readonly group: "feedback";
|
|
682
|
+
readonly file: "components/feedback.prop.ts";
|
|
683
|
+
readonly vocabulary: readonly ["OpenProp", "OnOpenChangeProp", "TitleProp", "DescriptionProp", "ConfirmLabelProp", "CancelLabelProp", "ConfirmVariantProp", {
|
|
684
|
+
readonly field: "confirmPhrase";
|
|
685
|
+
readonly local: true;
|
|
686
|
+
readonly reason: "Destructive-dialog type-to-confirm friction phrase.";
|
|
687
|
+
}, "HandlerProp", {
|
|
688
|
+
readonly field: "keepOpenOnConfirm";
|
|
689
|
+
readonly local: true;
|
|
690
|
+
readonly reason: "AlertDialog-specific async completion behavior.";
|
|
691
|
+
}, "PendingProp"];
|
|
548
692
|
};
|
|
549
693
|
readonly DataStateProp: {
|
|
550
694
|
readonly group: "query";
|
|
551
695
|
readonly file: "components/query.prop.ts";
|
|
552
696
|
readonly vocabulary: readonly ["HandlerProp"];
|
|
553
697
|
};
|
|
698
|
+
readonly AlertMutationFeedbackProp: {
|
|
699
|
+
readonly group: "query";
|
|
700
|
+
readonly file: "components/query.prop.ts";
|
|
701
|
+
readonly vocabulary: readonly [{
|
|
702
|
+
readonly field: "mutation";
|
|
703
|
+
readonly local: true;
|
|
704
|
+
readonly reason: "TanStack mutation lifecycle object consumed by this helper.";
|
|
705
|
+
}, "HandlerProp", {
|
|
706
|
+
readonly field: "showRetry";
|
|
707
|
+
readonly local: true;
|
|
708
|
+
readonly reason: "Query helper retry affordance toggle.";
|
|
709
|
+
}, {
|
|
710
|
+
readonly field: "pending";
|
|
711
|
+
readonly local: true;
|
|
712
|
+
readonly reason: "Inline pending ReactNode slot, not boolean PendingProp state.";
|
|
713
|
+
}, "ClassNameProp"];
|
|
714
|
+
};
|
|
554
715
|
readonly MutationFeedbackProp: {
|
|
555
716
|
readonly group: "query";
|
|
556
717
|
readonly file: "components/query.prop.ts";
|
|
557
|
-
readonly vocabulary: readonly ["
|
|
718
|
+
readonly vocabulary: readonly ["OnValueChangeProp"];
|
|
719
|
+
};
|
|
720
|
+
readonly ButtonRefetchProp: {
|
|
721
|
+
readonly group: "query";
|
|
722
|
+
readonly file: "components/query.prop.ts";
|
|
723
|
+
readonly vocabulary: readonly [{
|
|
724
|
+
readonly field: "query";
|
|
725
|
+
readonly local: true;
|
|
726
|
+
readonly reason: "TanStack query refetch handle consumed by this helper.";
|
|
727
|
+
}, "LabelProp"];
|
|
558
728
|
};
|
|
559
729
|
readonly QueryRefetchButtonProp: {
|
|
560
730
|
readonly group: "query";
|
|
561
731
|
readonly file: "components/query.prop.ts";
|
|
562
|
-
readonly vocabulary: readonly [];
|
|
732
|
+
readonly vocabulary: readonly ["LabelProp", "ClassNameProp"];
|
|
563
733
|
};
|
|
564
734
|
readonly InfiniteQueryStateProp: {
|
|
565
735
|
readonly group: "query";
|
|
@@ -579,7 +749,7 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
579
749
|
readonly AlertProp: {
|
|
580
750
|
readonly group: "feedback";
|
|
581
751
|
readonly file: "components/feedback.prop.ts";
|
|
582
|
-
readonly vocabulary: readonly ["AlertVariantProp", "IconProp", "
|
|
752
|
+
readonly vocabulary: readonly ["AlertVariantProp", "ToneProp", "IconProp", "OnValueChangeProp", "ClassNameProp", "ChildrenProp"];
|
|
583
753
|
};
|
|
584
754
|
readonly AlertTitleProp: {
|
|
585
755
|
readonly group: "feedback";
|
|
@@ -616,6 +786,16 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
616
786
|
readonly file: "components/navigation.prop.ts";
|
|
617
787
|
readonly vocabulary: readonly ["LabelProp", "ChildrenProp"];
|
|
618
788
|
};
|
|
789
|
+
readonly ToolbarProp: {
|
|
790
|
+
readonly group: "navigation";
|
|
791
|
+
readonly file: "components/navigation.prop.ts";
|
|
792
|
+
readonly vocabulary: readonly ["OnClearFiltersProp", "HasActiveFiltersProp", "ClassNameProp", "ChildrenProp"];
|
|
793
|
+
};
|
|
794
|
+
readonly ToolbarGroupProp: {
|
|
795
|
+
readonly group: "navigation";
|
|
796
|
+
readonly file: "components/navigation.prop.ts";
|
|
797
|
+
readonly vocabulary: readonly ["LabelProp", "ClassNameProp", "ChildrenProp"];
|
|
798
|
+
};
|
|
619
799
|
readonly PaginationProp: {
|
|
620
800
|
readonly group: "navigation";
|
|
621
801
|
readonly file: "components/navigation.prop.ts";
|
|
@@ -624,12 +804,12 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
624
804
|
readonly StepsProp: {
|
|
625
805
|
readonly group: "navigation";
|
|
626
806
|
readonly file: "components/navigation.prop.ts";
|
|
627
|
-
readonly vocabulary: readonly ["ClassNameProp"];
|
|
807
|
+
readonly vocabulary: readonly ["SizeProp", "OnValueChangeProp", "ClassNameProp"];
|
|
628
808
|
};
|
|
629
809
|
readonly StepItemProp: {
|
|
630
810
|
readonly group: "navigation";
|
|
631
811
|
readonly file: "components/navigation.prop.ts";
|
|
632
|
-
readonly vocabulary: readonly [];
|
|
812
|
+
readonly vocabulary: readonly ["TitleProp", "DescriptionProp", "IconProp", "DisabledProp"];
|
|
633
813
|
};
|
|
634
814
|
readonly StepStatusProp: {
|
|
635
815
|
readonly group: "navigation";
|
|
@@ -639,18 +819,33 @@ declare const COMPONENT_PROP_REGISTRY: {
|
|
|
639
819
|
readonly TabsProp: {
|
|
640
820
|
readonly group: "navigation";
|
|
641
821
|
readonly file: "components/navigation.prop.ts";
|
|
642
|
-
readonly vocabulary: readonly ["ClassNameProp"];
|
|
822
|
+
readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "ClassNameProp"];
|
|
643
823
|
};
|
|
644
824
|
readonly TabItemProp: {
|
|
645
825
|
readonly group: "navigation";
|
|
646
826
|
readonly file: "components/navigation.prop.ts";
|
|
647
|
-
readonly vocabulary: readonly [];
|
|
827
|
+
readonly vocabulary: readonly ["ValueProp", "LabelProp", "ChildrenProp", "DisabledProp"];
|
|
648
828
|
};
|
|
649
829
|
readonly FormRootProp: {
|
|
650
830
|
readonly group: "form";
|
|
651
831
|
readonly file: "components/form.prop.ts";
|
|
652
832
|
readonly vocabulary: readonly ["UseZodFormReturnProp", "ZodSchemaProp"];
|
|
653
833
|
};
|
|
834
|
+
readonly ZodSchemaProp: {
|
|
835
|
+
readonly group: "form";
|
|
836
|
+
readonly file: "components/form.prop.ts";
|
|
837
|
+
readonly vocabulary: readonly ["ZodSchemaProp"];
|
|
838
|
+
};
|
|
839
|
+
readonly UseZodFormReturnProp: {
|
|
840
|
+
readonly group: "form";
|
|
841
|
+
readonly file: "components/form.prop.ts";
|
|
842
|
+
readonly vocabulary: readonly ["UseZodFormReturnProp"];
|
|
843
|
+
};
|
|
844
|
+
readonly FieldErrorMessageProp: {
|
|
845
|
+
readonly group: "form";
|
|
846
|
+
readonly file: "components/form.prop.ts";
|
|
847
|
+
readonly vocabulary: readonly ["FieldErrorMessageProp"];
|
|
848
|
+
};
|
|
654
849
|
readonly FormFieldControlProp: {
|
|
655
850
|
readonly group: "form";
|
|
656
851
|
readonly file: "components/form.prop.ts";
|
|
@@ -668,7 +863,7 @@ declare const PROP_ALIASES_FORBIDDEN: {
|
|
|
668
863
|
readonly description: "Use SubtitleProp (pages) or DescriptionProp (dialogs/empty states)";
|
|
669
864
|
readonly actions: "Use ExtraProp (page header) or ActionsProp (toolbars)";
|
|
670
865
|
readonly density: "Disambiguate: PageDensityProp vs TableDensityProp";
|
|
671
|
-
readonly gap: "
|
|
866
|
+
readonly gap: "Use GapProp; document any component-specific subset with a registry reason";
|
|
672
867
|
readonly onClear: "Use OnClearFiltersProp";
|
|
673
868
|
readonly pending: "Use PendingProp";
|
|
674
869
|
readonly loading: "Use PendingProp or DataStateProp (query group)";
|
package/dist/props/registry.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { COMPONENT_PROP_REGISTRY, PROP_ALIASES_FORBIDDEN, VOCABULARY_REGISTRY } from '../chunk-
|
|
1
|
+
export { COMPONENT_PROP_REGISTRY, PROP_ALIASES_FORBIDDEN, VOCABULARY_REGISTRY } from '../chunk-C5H655GK.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { A as AsChildProp, C as ChildrenProp, a as ClassNameProp, D as DisabledProp, E as ErrorProp, H as HandlerProp,
|
|
1
|
+
export { A as AsChildProp, C as ChildrenProp, a as ClassNameProp, D as DefaultOpenProp, b as DefaultValueProp, c as DisabledProp, E as ErrorProp, H as HandlerProp, d as HelperProp, I as IdProp, L as LabelProp, N as NameProp, O as OnChangeProp, e as OnClickProp, f as OnOpenChangeProp, g as OnValueChangeProp, h as OpenProp, P as PendingProp, i as PlaceholderProp, R as RequiredProp, V as ValueProp } from '../../shared.prop-BsNSXeqD.js';
|
|
2
2
|
export { A as ActionProp, a as ActionsProp, C as CancelLabelProp, b as ConfirmLabelProp, D as DescriptionProp, E as EmptyMessageProp, c as ExtraProp, F as FooterProp, I as IconProp, S as SubtitleProp, T as TitleProp } from '../../content.prop-DrV_zDy-.js';
|
|
3
|
-
export { D as DensityProp, G as GapProp,
|
|
4
|
-
export { A as AlertVariantProp, B as ButtonSizeProp, a as ButtonVariantProp, C as ColumnAlignProp, b as ConfirmVariantProp, S as
|
|
5
|
-
export { B as BreadcrumbItemProp, a as BreadcrumbProp
|
|
6
|
-
export { C as ColumnDefProp, G as GetRowIdProp, H as HasActiveFiltersProp, O as OnClearFiltersProp, a as OnRowClickProp, b as OnSearchChangeProp, c as OnSelectChangeProp, d as OnSortChangeProp, e as OnTableDensityChangeProp, S as SelectedIdsProp } from '../../data.prop-
|
|
3
|
+
export { D as DensityProp, G as GapProp, P as PageContainerVariantProp, a as PageDensityProp, T as TableDensityProp } from '../../layout.prop-CXvl2rVR.js';
|
|
4
|
+
export { A as AlertVariantProp, B as ButtonSizeProp, a as ButtonVariantProp, C as ColumnAlignProp, b as ConfirmVariantProp, S as SizeProp, c as SortDirectionProp, d as SortStateProp, T as ToneProp } from '../../interaction.prop-DSFizzP6.js';
|
|
5
|
+
export { B as BreadcrumbItemProp, a as BreadcrumbProp } from '../../navigation.prop-BKlxd-j7.js';
|
|
6
|
+
export { C as ColumnDefProp, G as GetRowIdProp, H as HasActiveFiltersProp, O as OnClearFiltersProp, a as OnRowClickProp, b as OnSearchChangeProp, c as OnSelectChangeProp, d as OnSortChangeProp, e as OnTableDensityChangeProp, S as SelectedIdsProp } from '../../data.prop-DMYMNl6L.js';
|
|
7
7
|
import 'react';
|