@bloomreach/react-banana-ui 1.43.0 → 1.43.1
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/bloomreach-react-banana-ui.es.js +59 -53
- package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
- package/dist/src/components/inputs/autocomplete-field/autocomplete-field.stories.d.ts +1 -0
- package/package.json +1 -1
|
@@ -21292,33 +21292,36 @@ const IA = m(
|
|
|
21292
21292
|
hideSelectedOptions: x,
|
|
21293
21293
|
id: $,
|
|
21294
21294
|
inputValue: E,
|
|
21295
|
-
|
|
21296
|
-
|
|
21297
|
-
|
|
21298
|
-
|
|
21299
|
-
|
|
21300
|
-
|
|
21301
|
-
|
|
21302
|
-
|
|
21303
|
-
|
|
21304
|
-
|
|
21305
|
-
|
|
21306
|
-
|
|
21307
|
-
|
|
21308
|
-
|
|
21309
|
-
|
|
21310
|
-
|
|
21311
|
-
|
|
21312
|
-
|
|
21313
|
-
|
|
21314
|
-
|
|
21315
|
-
|
|
21316
|
-
|
|
21317
|
-
|
|
21318
|
-
|
|
21319
|
-
|
|
21295
|
+
isTagSelected: D,
|
|
21296
|
+
label: S,
|
|
21297
|
+
leftElement: T,
|
|
21298
|
+
limitTags: B,
|
|
21299
|
+
loading: L,
|
|
21300
|
+
loadingText: Z,
|
|
21301
|
+
maxRows: A,
|
|
21302
|
+
multiple: k,
|
|
21303
|
+
noOptionsText: M,
|
|
21304
|
+
onChange: _,
|
|
21305
|
+
onClose: O,
|
|
21306
|
+
onInputChange: H,
|
|
21307
|
+
onOpen: U,
|
|
21308
|
+
onPaste: N,
|
|
21309
|
+
onTagClick: P,
|
|
21310
|
+
options: V,
|
|
21311
|
+
pasteDelimiter: y,
|
|
21312
|
+
placeholder: R,
|
|
21313
|
+
readOnly: C,
|
|
21314
|
+
renderOption: I,
|
|
21315
|
+
required: j,
|
|
21316
|
+
rightElement: K,
|
|
21317
|
+
selectableTags: W,
|
|
21318
|
+
selectAll: ee,
|
|
21319
|
+
selectAllLabel: X,
|
|
21320
|
+
tooltip: re,
|
|
21321
|
+
value: G,
|
|
21322
|
+
...ie
|
|
21320
21323
|
// Capture any other properties to pass them to the root element, like `aria-*`, `data-*`, etc.
|
|
21321
|
-
} = e,
|
|
21324
|
+
} = e, z = At($, "rbui-autocomplete-field"), ae = {
|
|
21322
21325
|
autoSelect: n,
|
|
21323
21326
|
clearable: a,
|
|
21324
21327
|
closeOnSelect: o,
|
|
@@ -21332,42 +21335,45 @@ const IA = m(
|
|
|
21332
21335
|
getOptionLabel: v,
|
|
21333
21336
|
groupBy: b,
|
|
21334
21337
|
hideSelectedOptions: x,
|
|
21335
|
-
id:
|
|
21338
|
+
id: z,
|
|
21336
21339
|
inputValue: E,
|
|
21337
|
-
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21341
|
-
|
|
21342
|
-
|
|
21340
|
+
isTagSelected: D,
|
|
21341
|
+
leftElement: T,
|
|
21342
|
+
limitTags: B,
|
|
21343
|
+
loading: L,
|
|
21344
|
+
loadingText: Z,
|
|
21345
|
+
maxRows: A,
|
|
21346
|
+
multiple: k,
|
|
21343
21347
|
name: void 0,
|
|
21344
|
-
noOptionsText:
|
|
21345
|
-
onChange:
|
|
21346
|
-
onClose:
|
|
21347
|
-
onInputChange:
|
|
21348
|
-
onOpen:
|
|
21349
|
-
onPaste:
|
|
21350
|
-
|
|
21351
|
-
|
|
21352
|
-
|
|
21353
|
-
|
|
21354
|
-
|
|
21355
|
-
|
|
21356
|
-
|
|
21357
|
-
|
|
21358
|
-
|
|
21359
|
-
|
|
21360
|
-
|
|
21348
|
+
noOptionsText: M,
|
|
21349
|
+
onChange: _,
|
|
21350
|
+
onClose: O,
|
|
21351
|
+
onInputChange: H,
|
|
21352
|
+
onOpen: U,
|
|
21353
|
+
onPaste: N,
|
|
21354
|
+
onTagClick: P,
|
|
21355
|
+
options: V,
|
|
21356
|
+
pasteDelimiter: y,
|
|
21357
|
+
placeholder: R,
|
|
21358
|
+
readOnly: C,
|
|
21359
|
+
renderOption: I,
|
|
21360
|
+
required: j,
|
|
21361
|
+
rightElement: K,
|
|
21362
|
+
selectableTags: W,
|
|
21363
|
+
selectAll: ee,
|
|
21364
|
+
selectAllLabel: X,
|
|
21365
|
+
value: G
|
|
21366
|
+
}, pe = S && /* @__PURE__ */ c(Nt, { htmlFor: z, required: j, tooltip: re, children: S === " " ? /* @__PURE__ */ c("span", { children: " " }) : S });
|
|
21361
21367
|
return /* @__PURE__ */ c(
|
|
21362
21368
|
zt,
|
|
21363
21369
|
{
|
|
21364
21370
|
className: Y(r, "rbui-autocomplete-field"),
|
|
21365
|
-
control: /* @__PURE__ */ c(s5, { ...
|
|
21371
|
+
control: /* @__PURE__ */ c(s5, { ...ae, ref: t }),
|
|
21366
21372
|
error: u,
|
|
21367
21373
|
fullWidth: h,
|
|
21368
21374
|
helperText: w,
|
|
21369
|
-
label:
|
|
21370
|
-
...
|
|
21375
|
+
label: pe,
|
|
21376
|
+
...ie
|
|
21371
21377
|
}
|
|
21372
21378
|
);
|
|
21373
21379
|
}
|