@rankingcoach/vanguard 1.12.3 → 1.14.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.
Files changed (107) hide show
  1. package/dist/index-AdvancedMarker.js +235 -0
  2. package/dist/index-Autocomplete.js +62 -62
  3. package/dist/index-ControlledValuePlugin.js +1 -1
  4. package/dist/index-CsvContentValidator.js +30 -0
  5. package/dist/index-DateRange.js +1 -1
  6. package/dist/index-DefaultValuePlugin.js +1 -1
  7. package/dist/index-Document.types.js +3 -3
  8. package/dist/index-DocumentContentProcessor.js +42 -0
  9. package/dist/index-DocumentUpload.js +103 -109
  10. package/dist/index-GoogleMaps.js +42 -36
  11. package/dist/index-GoogleMapsAdvancedMarker.js +64 -0
  12. package/dist/index-GoogleMapsAdvancedMarkerContent.js +41 -0
  13. package/dist/index-HyperlinkPlugin.js +1 -1
  14. package/dist/index-KeywordNode.js +1 -1
  15. package/dist/index-KeywordPlugin.js +1 -1
  16. package/dist/index-ModalService.js +3 -1
  17. package/dist/index-OnChangeContentPlugin.js +1 -1
  18. package/dist/index-OnFocusOnBlurPlugin.js +1 -1
  19. package/dist/index-Select2.js +1 -1
  20. package/dist/index-SelectInput.js +478 -26
  21. package/dist/index-_virtual10.js +2 -3
  22. package/dist/index-_virtual21.js +2 -2
  23. package/dist/index-_virtual22.js +2 -2
  24. package/dist/index-_virtual23.js +3 -2
  25. package/dist/index-_virtual24.js +2 -2
  26. package/dist/index-_virtual25.js +2 -2
  27. package/dist/index-_virtual26.js +2 -2
  28. package/dist/index-_virtual27.js +2 -2
  29. package/dist/index-_virtual28.js +2 -2
  30. package/dist/index-_virtual29.js +2 -2
  31. package/dist/index-_virtual31.js +2 -2
  32. package/dist/index-_virtual32.js +2 -2
  33. package/dist/index-_virtual33.js +2 -2
  34. package/dist/index-_virtual34.js +2 -3
  35. package/dist/index-_virtual63.js +2 -2
  36. package/dist/index-_virtual64.js +2 -2
  37. package/dist/index-_virtual77.js +4 -2
  38. package/dist/index-_virtual78.js +1 -1
  39. package/dist/index-_virtual79.js +1 -1
  40. package/dist/index-_virtual80.js +1 -1
  41. package/dist/index-_virtual81.js +1 -1
  42. package/dist/index-_virtual82.js +1 -1
  43. package/dist/index-_virtual83.js +1 -1
  44. package/dist/index-_virtual84.js +1 -1
  45. package/dist/index-_virtual85.js +2 -4
  46. package/dist/index-_virtual9.js +3 -2
  47. package/dist/index-applyInternationalSeparatorStyle.js +1 -1
  48. package/dist/index-cjs.js +1 -1
  49. package/dist/index-colorManipulator3.js +2 -2
  50. package/dist/index-constants.js +1 -1
  51. package/dist/index-constants2.js +8 -2
  52. package/dist/index-constants3.js +2 -8
  53. package/dist/index-createExtensionPattern.js +1 -1
  54. package/dist/index-createStyled2.js +6 -6
  55. package/dist/index-dist3.js +1 -1
  56. package/dist/index-dist5.js +1 -1
  57. package/dist/index-exenv.js +1 -1
  58. package/dist/index-extractCountryCallingCode.js +1 -1
  59. package/dist/index-extractPhoneContext.js +1 -1
  60. package/dist/index-isViablePhoneNumber.js +1 -1
  61. package/dist/index-keycode.js +1 -1
  62. package/dist/index-lib2.js +1 -1
  63. package/dist/index-lib3.js +1 -1
  64. package/dist/index-lib4.js +1 -1
  65. package/dist/index-lib5.js +1 -1
  66. package/dist/index-map-context.js +12 -0
  67. package/dist/index-map-helper.js +38 -0
  68. package/dist/index-mpd-parser.es.js +1 -1
  69. package/dist/index-parse2.js +1 -1
  70. package/dist/index-stripIddPrefix.js +1 -1
  71. package/dist/index-style-to-object.js +1 -1
  72. package/dist/index-tiny-invariant.js +12 -0
  73. package/dist/index-useHyperlinkEditor.js +1 -1
  74. package/dist/index-useLexicalToolbar.js +1 -1
  75. package/dist/index-useThemeWithoutDefault3.js +1 -1
  76. package/dist/index.js +427 -418
  77. package/dist/types/core/Autocomplete/stories/WithMultiple.story.d.ts +0 -4
  78. package/dist/types/core/Documents/Document.types.d.ts +2 -1
  79. package/dist/types/core/Documents/DocumentUpload/stories/WithCustomDimensions.story.d.ts +2 -0
  80. package/dist/types/core/Documents/DocumentUpload/stories/WithDocumentName.story.d.ts +2 -0
  81. package/dist/types/core/Documents/DocumentUpload/stories/_DocumentUpload.default.d.ts +2 -2
  82. package/dist/types/core/FileSelect/MediaItemProcessors/DocumentContentProcessor.d.ts +9 -0
  83. package/dist/types/core/FileSelect/MediaItemValidators/CsvContentValidator.d.ts +15 -0
  84. package/dist/types/core/FileSelect/index.d.ts +2 -1
  85. package/dist/types/core/FileSelect/stories/WithCsvValidator.story.d.ts +2 -0
  86. package/dist/types/core/FileSelect/stories/WithDocumentContentProcessor.story.d.ts +2 -0
  87. package/dist/types/core/GoogleMaps/GoogleMaps.d.ts +2 -1
  88. package/dist/types/core/GoogleMaps/GoogleMapsAdvancedMarker/GoogleMapsAdvancedMarker.d.ts +55 -0
  89. package/dist/types/core/GoogleMaps/GoogleMapsAdvancedMarker/GoogleMapsAdvancedMarkerContent.d.ts +41 -0
  90. package/dist/types/core/GoogleMaps/index.d.ts +6 -0
  91. package/dist/types/core/GoogleMaps/map-context.d.ts +1 -1
  92. package/dist/types/core/GoogleMaps/stories/WithAdvancedMarker.story.d.ts +2 -0
  93. package/dist/types/core/GoogleMaps/stories/WithAdvancedMarkerCustomIcon.story.d.ts +2 -0
  94. package/dist/types/core/GoogleMaps/stories/WithAdvancedMarkerHTML.story.d.ts +2 -0
  95. package/dist/types/core/GoogleMaps/stories/WithMapIdAndMarkers.story.d.ts +2 -0
  96. package/dist/types/core/GoogleMaps/stories/WithMarkerInfoBox.story.d.ts +2 -0
  97. package/dist/types/core/GoogleMaps/stories/WithMultipleAdvancedMarkers.story.d.ts +2 -0
  98. package/dist/types/core/GoogleMaps/stories/WithMultipleMarkers.story.d.ts +2 -0
  99. package/dist/types/core/GoogleMaps/stories/WithSingleMarker.story.d.ts +2 -0
  100. package/dist/types/core/Modal/stories/CloseConfirmModalViaHeader.story.d.ts +2 -0
  101. package/dist/types/core/Modal/stories/CloseViaHeaderButtonWithResponse.story.d.ts +2 -0
  102. package/dist/types/index.d.ts +8 -1
  103. package/dist/vanguard-asset-analysis.json +1 -1
  104. package/dist-wordpress/index.js +396 -394
  105. package/package.json +1 -1
  106. package/dist/index-SelectInput2.js +0 -484
  107. package/dist/types/core/FileSelect/SelectInput.d.ts +0 -11
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "rankingCoach",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
- "version": "1.12.3",
7
+ "version": "1.14.0",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
10
10
  "types": "dist/types/index.d.ts",
@@ -1,484 +0,0 @@
1
- import u from "./index-extends.js";
2
- import Re from "./index-objectWithoutPropertiesLoose.js";
3
- import * as i from "react";
4
- import { isFragment as Fe } from "react-is";
5
- import t from "./index-_virtual16.js";
6
- import { clsx as $e } from "./index-clsx.js";
7
- import je from "./index-Menu2.js";
8
- import { nativeSelectSelectStyles as Ve, nativeSelectIconStyles as We } from "./index-NativeSelectInput.js";
9
- import { isFilled as Ae } from "./index-utils8.js";
10
- import U from "./index-styled.js";
11
- import I, { getSelectUtilityClasses as ke } from "./index-selectClasses.js";
12
- import { jsxs as Te, jsx as w } from "react/jsx-runtime";
13
- import ae from "./index-useControlled2.js";
14
- import Ue from "./index-useForkRef.js";
15
- import _e from "./index-ownerDocument2.js";
16
- import Be from "./index-formatMuiErrorMessage.js";
17
- import Ke from "./index-useId2.js";
18
- import ue from "./index-capitalize.js";
19
- import Le from "./index-composeClasses.js";
20
- import ze from "./index-slotShouldForwardProp.js";
21
- import qe from "./index-refType.js";
22
- var ie;
23
- const He = ["aria-describedby", "aria-label", "autoFocus", "autoWidth", "children", "className", "defaultOpen", "defaultValue", "disabled", "displayEmpty", "error", "IconComponent", "inputRef", "labelId", "MenuProps", "multiple", "name", "onBlur", "onChange", "onClose", "onFocus", "onOpen", "open", "readOnly", "renderValue", "SelectDisplayProps", "tabIndex", "type", "value", "variant"], Ye = U("div", {
24
- name: "MuiSelect",
25
- slot: "Select",
26
- overridesResolver: (l, o) => {
27
- const {
28
- ownerState: s
29
- } = l;
30
- return [
31
- // Win specificity over the input base
32
- {
33
- [`&.${I.select}`]: o.select
34
- },
35
- {
36
- [`&.${I.select}`]: o[s.variant]
37
- },
38
- {
39
- [`&.${I.error}`]: o.error
40
- },
41
- {
42
- [`&.${I.multiple}`]: o.multiple
43
- }
44
- ];
45
- }
46
- })(Ve, {
47
- // Win specificity over the input base
48
- [`&.${I.select}`]: {
49
- height: "auto",
50
- // Resets for multiple select with chips
51
- minHeight: "1.4375em",
52
- // Required for select\text-field height consistency
53
- textOverflow: "ellipsis",
54
- whiteSpace: "nowrap",
55
- overflow: "hidden"
56
- }
57
- }), Ge = U("svg", {
58
- name: "MuiSelect",
59
- slot: "Icon",
60
- overridesResolver: (l, o) => {
61
- const {
62
- ownerState: s
63
- } = l;
64
- return [o.icon, s.variant && o[`icon${ue(s.variant)}`], s.open && o.iconOpen];
65
- }
66
- })(We), Je = U("input", {
67
- shouldForwardProp: (l) => ze(l) && l !== "classes",
68
- name: "MuiSelect",
69
- slot: "NativeInput",
70
- overridesResolver: (l, o) => o.nativeInput
71
- })({
72
- bottom: 0,
73
- left: 0,
74
- position: "absolute",
75
- opacity: 0,
76
- pointerEvents: "none",
77
- width: "100%",
78
- boxSizing: "border-box"
79
- });
80
- function se(l, o) {
81
- return typeof o == "object" && o !== null ? l === o : String(l) === String(o);
82
- }
83
- function Qe(l) {
84
- return l == null || typeof l == "string" && !l.trim();
85
- }
86
- const Xe = (l) => {
87
- const {
88
- classes: o,
89
- variant: s,
90
- disabled: y,
91
- multiple: F,
92
- open: $,
93
- error: h
94
- } = l, f = {
95
- select: ["select", s, y && "disabled", F && "multiple", h && "error"],
96
- icon: ["icon", `icon${ue(s)}`, $ && "iconOpen", y && "disabled"],
97
- nativeInput: ["nativeInput"]
98
- };
99
- return Le(f, ke, o);
100
- }, Ze = /* @__PURE__ */ i.forwardRef(function(o, s) {
101
- var y;
102
- const {
103
- "aria-describedby": F,
104
- "aria-label": $,
105
- autoFocus: h,
106
- autoWidth: f,
107
- children: ce,
108
- className: pe,
109
- defaultOpen: _,
110
- defaultValue: de,
111
- disabled: E,
112
- displayEmpty: fe,
113
- error: B = !1,
114
- IconComponent: me,
115
- inputRef: be,
116
- labelId: S,
117
- MenuProps: g = {},
118
- multiple: c,
119
- name: p,
120
- onBlur: K,
121
- onChange: x,
122
- onClose: L,
123
- onFocus: ve,
124
- onOpen: z,
125
- open: q,
126
- readOnly: H,
127
- renderValue: Y,
128
- SelectDisplayProps: j = {},
129
- tabIndex: G,
130
- value: ye,
131
- variant: he = "standard"
132
- } = o, J = Re(o, He), [r, Q] = ae({
133
- controlled: ye,
134
- default: de,
135
- name: "Select"
136
- }), [X, Se] = ae({
137
- controlled: q,
138
- default: _,
139
- name: "Select"
140
- }), Z = i.useRef(null), d = i.useRef(null), [m, ge] = i.useState(null), {
141
- current: V
142
- } = i.useRef(q != null), [Ie, ee] = i.useState(), we = Ue(s, be), Ee = i.useCallback((e) => {
143
- d.current = e, e && ge(e);
144
- }, []), C = m == null ? void 0 : m.parentNode;
145
- i.useImperativeHandle(we, () => ({
146
- focus: () => {
147
- d.current.focus();
148
- },
149
- node: Z.current,
150
- value: r
151
- }), [r]), i.useEffect(() => {
152
- _ && X && m && !V && (ee(f ? null : C.clientWidth), d.current.focus());
153
- }, [m, f]), i.useEffect(() => {
154
- h && d.current.focus();
155
- }, [h]), i.useEffect(() => {
156
- if (!S)
157
- return;
158
- const e = _e(d.current).getElementById(S);
159
- if (e) {
160
- const n = () => {
161
- getSelection().isCollapsed && d.current.focus();
162
- };
163
- return e.addEventListener("click", n), () => {
164
- e.removeEventListener("click", n);
165
- };
166
- }
167
- }, [S]);
168
- const O = (e, n) => {
169
- e ? z && z(n) : L && L(n), V || (ee(f ? null : C.clientWidth), Se(e));
170
- }, xe = (e) => {
171
- e.button === 0 && (e.preventDefault(), d.current.focus(), O(!0, e));
172
- }, Ce = (e) => {
173
- O(!1, e);
174
- }, P = i.Children.toArray(ce), Oe = (e) => {
175
- const n = P.find((a) => a.props.value === e.target.value);
176
- n !== void 0 && (Q(n.props.value), x && x(e, n));
177
- }, Pe = (e) => (n) => {
178
- let a;
179
- if (n.currentTarget.hasAttribute("tabindex")) {
180
- if (c) {
181
- a = Array.isArray(r) ? r.slice() : [];
182
- const v = r.indexOf(e.props.value);
183
- v === -1 ? a.push(e.props.value) : a.splice(v, 1);
184
- } else
185
- a = e.props.value;
186
- if (e.props.onClick && e.props.onClick(n), r !== a && (Q(a), x)) {
187
- const v = n.nativeEvent || n, le = new v.constructor(v.type, v);
188
- Object.defineProperty(le, "target", {
189
- writable: !0,
190
- value: {
191
- value: a,
192
- name: p
193
- }
194
- }), x(le, e);
195
- }
196
- c || O(!1, n);
197
- }
198
- }, Me = (e) => {
199
- H || [
200
- " ",
201
- "ArrowUp",
202
- "ArrowDown",
203
- // The native select doesn't respond to enter on macOS, but it's recommended by
204
- // https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
205
- "Enter"
206
- ].indexOf(e.key) !== -1 && (e.preventDefault(), O(!0, e));
207
- }, M = m !== null && X, Ne = (e) => {
208
- !M && K && (Object.defineProperty(e, "target", {
209
- writable: !0,
210
- value: {
211
- value: r,
212
- name: p
213
- }
214
- }), K(e));
215
- };
216
- delete J["aria-invalid"];
217
- let b, te;
218
- const N = [];
219
- let D = !1, W = !1;
220
- (Ae({
221
- value: r
222
- }) || fe) && (Y ? b = Y(r) : D = !0);
223
- const De = P.map((e) => {
224
- if (!/* @__PURE__ */ i.isValidElement(e))
225
- return null;
226
- process.env.NODE_ENV !== "production" && Fe(e);
227
- let n;
228
- if (c) {
229
- if (!Array.isArray(r))
230
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: The `value` prop must be an array when using the `Select` component with `multiple`." : Be(2));
231
- n = r.some((a) => se(a, e.props.value)), n && D && N.push(e.props.children);
232
- } else
233
- n = se(r, e.props.value), n && D && (te = e.props.children);
234
- return n && (W = !0), /* @__PURE__ */ i.cloneElement(e, {
235
- "aria-selected": n ? "true" : "false",
236
- onClick: Pe(e),
237
- onKeyUp: (a) => {
238
- a.key === " " && a.preventDefault(), e.props.onKeyUp && e.props.onKeyUp(a);
239
- },
240
- role: "option",
241
- selected: n,
242
- value: void 0,
243
- // The value is most likely not a valid HTML attribute.
244
- "data-value": e.props.value
245
- // Instead, we provide it as a data attribute.
246
- });
247
- });
248
- process.env.NODE_ENV !== "production" && i.useEffect(() => {
249
- if (!W && !c && r !== "") {
250
- const e = P.map((n) => n.props.value);
251
- }
252
- }, [W, P, c, p, r]), D && (c ? N.length === 0 ? b = null : b = N.reduce((e, n, a) => (e.push(n), a < N.length - 1 && e.push(", "), e), []) : b = te);
253
- let ne = Ie;
254
- !f && V && m && (ne = C.clientWidth);
255
- let A;
256
- typeof G < "u" ? A = G : A = E ? null : 0;
257
- const oe = j.id || (p ? `mui-component-select-${p}` : void 0), R = u({}, o, {
258
- variant: he,
259
- value: r,
260
- open: M,
261
- error: B
262
- }), k = Xe(R), T = u({}, g.PaperProps, (y = g.slotProps) == null ? void 0 : y.paper), re = Ke();
263
- return /* @__PURE__ */ Te(i.Fragment, {
264
- children: [/* @__PURE__ */ w(Ye, u({
265
- ref: Ee,
266
- tabIndex: A,
267
- role: "combobox",
268
- "aria-controls": re,
269
- "aria-disabled": E ? "true" : void 0,
270
- "aria-expanded": M ? "true" : "false",
271
- "aria-haspopup": "listbox",
272
- "aria-label": $,
273
- "aria-labelledby": [S, oe].filter(Boolean).join(" ") || void 0,
274
- "aria-describedby": F,
275
- onKeyDown: Me,
276
- onMouseDown: E || H ? null : xe,
277
- onBlur: Ne,
278
- onFocus: ve
279
- }, j, {
280
- ownerState: R,
281
- className: $e(j.className, k.select, pe),
282
- id: oe,
283
- children: Qe(b) ? (
284
- // notranslate needed while Google Translate will not fix zero-width space issue
285
- ie || (ie = /* @__PURE__ */ w("span", {
286
- className: "notranslate",
287
- children: "​"
288
- }))
289
- ) : b
290
- })), /* @__PURE__ */ w(Je, u({
291
- "aria-invalid": B,
292
- value: Array.isArray(r) ? r.join(",") : r,
293
- name: p,
294
- ref: Z,
295
- "aria-hidden": !0,
296
- onChange: Oe,
297
- tabIndex: -1,
298
- disabled: E,
299
- className: k.nativeInput,
300
- autoFocus: h,
301
- ownerState: R
302
- }, J)), /* @__PURE__ */ w(Ge, {
303
- as: me,
304
- className: k.icon,
305
- ownerState: R
306
- }), /* @__PURE__ */ w(je, u({
307
- id: `menu-${p || ""}`,
308
- anchorEl: C,
309
- open: M,
310
- onClose: Ce,
311
- anchorOrigin: {
312
- vertical: "bottom",
313
- horizontal: "center"
314
- },
315
- transformOrigin: {
316
- vertical: "top",
317
- horizontal: "center"
318
- }
319
- }, g, {
320
- MenuListProps: u({
321
- "aria-labelledby": S,
322
- role: "listbox",
323
- "aria-multiselectable": c ? "true" : void 0,
324
- disableListWrap: !0,
325
- id: re
326
- }, g.MenuListProps),
327
- slotProps: u({}, g.slotProps, {
328
- paper: u({}, T, {
329
- style: u({
330
- minWidth: ne
331
- }, T != null ? T.style : null)
332
- })
333
- }),
334
- children: De
335
- }))]
336
- });
337
- });
338
- process.env.NODE_ENV !== "production" && (Ze.propTypes = {
339
- /**
340
- * @ignore
341
- */
342
- "aria-describedby": t.string,
343
- /**
344
- * @ignore
345
- */
346
- "aria-label": t.string,
347
- /**
348
- * @ignore
349
- */
350
- autoFocus: t.bool,
351
- /**
352
- * If `true`, the width of the popover will automatically be set according to the items inside the
353
- * menu, otherwise it will be at least the width of the select input.
354
- */
355
- autoWidth: t.bool,
356
- /**
357
- * The option elements to populate the select with.
358
- * Can be some `<MenuItem>` elements.
359
- */
360
- children: t.node,
361
- /**
362
- * Override or extend the styles applied to the component.
363
- */
364
- classes: t.object,
365
- /**
366
- * The CSS class name of the select element.
367
- */
368
- className: t.string,
369
- /**
370
- * If `true`, the component is toggled on mount. Use when the component open state is not controlled.
371
- * You can only use it when the `native` prop is `false` (default).
372
- */
373
- defaultOpen: t.bool,
374
- /**
375
- * The default value. Use when the component is not controlled.
376
- */
377
- defaultValue: t.any,
378
- /**
379
- * If `true`, the select is disabled.
380
- */
381
- disabled: t.bool,
382
- /**
383
- * If `true`, the selected item is displayed even if its value is empty.
384
- */
385
- displayEmpty: t.bool,
386
- /**
387
- * If `true`, the `select input` will indicate an error.
388
- */
389
- error: t.bool,
390
- /**
391
- * The icon that displays the arrow.
392
- */
393
- IconComponent: t.elementType.isRequired,
394
- /**
395
- * Imperative handle implementing `{ value: T, node: HTMLElement, focus(): void }`
396
- * Equivalent to `ref`
397
- */
398
- inputRef: qe,
399
- /**
400
- * The ID of an element that acts as an additional label. The Select will
401
- * be labelled by the additional label and the selected value.
402
- */
403
- labelId: t.string,
404
- /**
405
- * Props applied to the [`Menu`](/material-ui/api/menu/) element.
406
- */
407
- MenuProps: t.object,
408
- /**
409
- * If `true`, `value` must be an array and the menu will support multiple selections.
410
- */
411
- multiple: t.bool,
412
- /**
413
- * Name attribute of the `select` or hidden `input` element.
414
- */
415
- name: t.string,
416
- /**
417
- * @ignore
418
- */
419
- onBlur: t.func,
420
- /**
421
- * Callback fired when a menu item is selected.
422
- *
423
- * @param {object} event The event source of the callback.
424
- * You can pull out the new value by accessing `event.target.value` (any).
425
- * @param {object} [child] The react element that was selected.
426
- */
427
- onChange: t.func,
428
- /**
429
- * Callback fired when the component requests to be closed.
430
- * Use in controlled mode (see open).
431
- *
432
- * @param {object} event The event source of the callback.
433
- */
434
- onClose: t.func,
435
- /**
436
- * @ignore
437
- */
438
- onFocus: t.func,
439
- /**
440
- * Callback fired when the component requests to be opened.
441
- * Use in controlled mode (see open).
442
- *
443
- * @param {object} event The event source of the callback.
444
- */
445
- onOpen: t.func,
446
- /**
447
- * If `true`, the component is shown.
448
- */
449
- open: t.bool,
450
- /**
451
- * @ignore
452
- */
453
- readOnly: t.bool,
454
- /**
455
- * Render the selected value.
456
- *
457
- * @param {any} value The `value` provided to the component.
458
- * @returns {ReactNode}
459
- */
460
- renderValue: t.func,
461
- /**
462
- * Props applied to the clickable div element.
463
- */
464
- SelectDisplayProps: t.object,
465
- /**
466
- * @ignore
467
- */
468
- tabIndex: t.oneOfType([t.number, t.string]),
469
- /**
470
- * @ignore
471
- */
472
- type: t.any,
473
- /**
474
- * The input value.
475
- */
476
- value: t.any,
477
- /**
478
- * The variant to use.
479
- */
480
- variant: t.oneOf(["standard", "outlined", "filled"])
481
- });
482
- export {
483
- Ze as default
484
- };
@@ -1,11 +0,0 @@
1
- import { ChangeEvent } from 'react';
2
- type Props = {
3
- isOpen: boolean;
4
- openCallback: () => void;
5
- accept?: string[];
6
- fileSelectCallback: (event: ChangeEvent<HTMLInputElement>) => void;
7
- multiple?: boolean;
8
- showLoadingModalOnProcessing?: boolean;
9
- };
10
- export declare const SelectInput: (props: Props) => import("react/jsx-runtime").JSX.Element;
11
- export {};