iryx-ui 0.13.0 → 0.15.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 (45) hide show
  1. package/dist/component-names.d.ts +1 -1
  2. package/dist/component-names.js +1 -1
  3. package/dist/components/AppShell.vue.d.ts +31 -6
  4. package/dist/components/AppShell.vue_vue_type_script_setup_true_lang.js +68 -28
  5. package/dist/components/Banner.vue.d.ts +1 -1
  6. package/dist/components/BarChart.vue.d.ts +2 -0
  7. package/dist/components/BarChart.vue_vue_type_script_setup_true_lang.js +2 -2
  8. package/dist/components/Breadcrumb.vue.d.ts +1 -1
  9. package/dist/components/Combobox.vue.d.ts +34 -7
  10. package/dist/components/Combobox.vue_vue_type_script_setup_true_lang.js +172 -103
  11. package/dist/components/CommandPalette.vue.d.ts +1 -1
  12. package/dist/components/DatePicker.vue.d.ts +1 -1
  13. package/dist/components/DateRangePicker.vue.d.ts +1 -1
  14. package/dist/components/Drawer.vue.d.ts +1 -1
  15. package/dist/components/FileUpload.vue.d.ts +2 -2
  16. package/dist/components/Icon.vue.d.ts +6 -0
  17. package/dist/components/Icon.vue_vue_type_script_setup_true_lang.js +11 -9
  18. package/dist/components/LineChart.vue.d.ts +18 -0
  19. package/dist/components/LineChart.vue_vue_type_script_setup_true_lang.js +178 -131
  20. package/dist/components/NavigationMenu.vue.d.ts +1 -1
  21. package/dist/components/Pagination.vue.d.ts +1 -1
  22. package/dist/components/Popover.vue.d.ts +1 -1
  23. package/dist/components/Sidebar.vue.d.ts +1 -1
  24. package/dist/components/SignaturePad.vue.d.ts +1 -1
  25. package/dist/components/Skeleton.vue.d.ts +1 -1
  26. package/dist/components/Stat.vue.d.ts +1 -1
  27. package/dist/components/Stat.vue_vue_type_script_setup_true_lang.js +13 -13
  28. package/dist/components/index.d.ts +1 -0
  29. package/dist/components/index.js +146 -144
  30. package/dist/composables/cartesian.d.ts +7 -0
  31. package/dist/composables/cartesian.js +6 -1
  32. package/dist/index.d.ts +2 -0
  33. package/dist/index.js +154 -152
  34. package/dist/theme/app-shell.d.ts +42 -0
  35. package/dist/theme/app-shell.js +13 -1
  36. package/dist/theme/bar-chart.js +1 -1
  37. package/dist/theme/button.d.ts +2 -2
  38. package/dist/theme/button.js +1 -1
  39. package/dist/theme/combobox.d.ts +48 -0
  40. package/dist/theme/combobox.js +23 -3
  41. package/dist/theme/command-palette.d.ts +3 -3
  42. package/dist/theme/form.js +1 -1
  43. package/dist/theme/line-chart.js +2 -2
  44. package/dist/theme/sidebar.js +1 -1
  45. package/package.json +1 -1
@@ -3,5 +3,5 @@
3
3
  * Consumed by the Vue plugin (global registration) and the Nuxt module
4
4
  * (auto-imports). Keep in sync with `src/components/index.ts`.
5
5
  */
6
- export declare const componentNames: readonly ["Accordion", "Alert", "App", "AppShell", "AspectRatio", "Avatar", "AvatarGroup", "Badge", "BarChart", "Banner", "Breadcrumb", "Button", "ButtonGroup", "Card", "ChartLegend", "Checkbox", "ColorPicker", "Combobox", "Collapsible", "CommandPalette", "Container", "ConfirmDialog", "ContextMenu", "DatePicker", "DateRangePicker", "Dialog", "Drawer", "DropdownMenu", "EmptyState", "FileUpload", "Form", "FormField", "Input", "Kbd", "Label", "LineChart", "NavigationMenu", "NumberInput", "Menubar", "PageHeader", "Pagination", "PasswordInput", "PinInput", "Popover", "Progress", "RadioGroup", "ScrollArea", "ScrollFade", "Select", "Separator", "Sidebar", "SignaturePad", "Skeleton", "Slider", "Sparkline", "Splitter", "Stat", "Stepper", "Switch", "Table", "Tabs", "TagsInput", "Textarea", "Toaster", "Toggle", "ToggleGroup", "TimeField", "Timeline", "Toolbar", "Tooltip", "Tree"];
6
+ export declare const componentNames: readonly ["Accordion", "Alert", "App", "AppShell", "AspectRatio", "Avatar", "AvatarGroup", "Badge", "BarChart", "Banner", "Breadcrumb", "Button", "ButtonGroup", "Card", "ChartLegend", "Checkbox", "ColorPicker", "Combobox", "Collapsible", "CommandPalette", "Container", "ConfirmDialog", "ContextMenu", "DatePicker", "DateRangePicker", "Dialog", "Drawer", "DropdownMenu", "EmptyState", "FileUpload", "Form", "FormField", "Icon", "Input", "Kbd", "Label", "LineChart", "NavigationMenu", "NumberInput", "Menubar", "PageHeader", "Pagination", "PasswordInput", "PinInput", "Popover", "Progress", "RadioGroup", "ScrollArea", "ScrollFade", "Select", "Separator", "Sidebar", "SignaturePad", "Skeleton", "Slider", "Sparkline", "Splitter", "Stat", "Stepper", "Switch", "Table", "Tabs", "TagsInput", "Textarea", "Toaster", "Toggle", "ToggleGroup", "TimeField", "Timeline", "Toolbar", "Tooltip", "Tree"];
7
7
  export type ComponentName = (typeof componentNames)[number];
@@ -1,4 +1,4 @@
1
1
  //#region src/component-names.ts
2
- var e = /* @__PURE__ */ "Accordion.Alert.App.AppShell.AspectRatio.Avatar.AvatarGroup.Badge.BarChart.Banner.Breadcrumb.Button.ButtonGroup.Card.ChartLegend.Checkbox.ColorPicker.Combobox.Collapsible.CommandPalette.Container.ConfirmDialog.ContextMenu.DatePicker.DateRangePicker.Dialog.Drawer.DropdownMenu.EmptyState.FileUpload.Form.FormField.Input.Kbd.Label.LineChart.NavigationMenu.NumberInput.Menubar.PageHeader.Pagination.PasswordInput.PinInput.Popover.Progress.RadioGroup.ScrollArea.ScrollFade.Select.Separator.Sidebar.SignaturePad.Skeleton.Slider.Sparkline.Splitter.Stat.Stepper.Switch.Table.Tabs.TagsInput.Textarea.Toaster.Toggle.ToggleGroup.TimeField.Timeline.Toolbar.Tooltip.Tree".split(".");
2
+ var e = /* @__PURE__ */ "Accordion.Alert.App.AppShell.AspectRatio.Avatar.AvatarGroup.Badge.BarChart.Banner.Breadcrumb.Button.ButtonGroup.Card.ChartLegend.Checkbox.ColorPicker.Combobox.Collapsible.CommandPalette.Container.ConfirmDialog.ContextMenu.DatePicker.DateRangePicker.Dialog.Drawer.DropdownMenu.EmptyState.FileUpload.Form.FormField.Icon.Input.Kbd.Label.LineChart.NavigationMenu.NumberInput.Menubar.PageHeader.Pagination.PasswordInput.PinInput.Popover.Progress.RadioGroup.ScrollArea.ScrollFade.Select.Separator.Sidebar.SignaturePad.Skeleton.Slider.Sparkline.Splitter.Stat.Stepper.Switch.Table.Tabs.TagsInput.Textarea.Toaster.Toggle.ToggleGroup.TimeField.Timeline.Toolbar.Tooltip.Tree".split(".");
3
3
  //#endregion
4
4
  export { e as componentNames };
@@ -7,6 +7,14 @@ export interface AppShellProps {
7
7
  */
8
8
  scroll?: 'main' | 'page';
9
9
  sidebarPosition?: 'left' | 'right';
10
+ /**
11
+ * Below `md`, move the sidebar into a drawer and put a trigger for it in
12
+ * the header. A sidebar narrow enough for a phone is not a sidebar, and
13
+ * one that simply squeezes takes the content column with it.
14
+ */
15
+ mobileNav?: boolean;
16
+ /** Accessible name for that trigger — override for non-English apps. */
17
+ navLabel?: string;
10
18
  /** Skip built-in classes; you take over styling entirely. */
11
19
  unstyled?: boolean;
12
20
  class?: string;
@@ -16,25 +24,42 @@ export interface AppShellProps {
16
24
  header?: string;
17
25
  body?: string;
18
26
  sidebar?: string;
27
+ headerRow?: string;
28
+ headerContent?: string;
29
+ navTrigger?: string;
30
+ navDrawer?: string;
31
+ navDrawerBody?: string;
19
32
  main?: string;
20
33
  footer?: string;
21
34
  };
22
35
  }
23
- declare var __VLS_8: {}, __VLS_10: {}, __VLS_12: {}, __VLS_14: {};
36
+ declare var __VLS_13: {
37
+ navOpen: boolean;
38
+ toggleNav: () => boolean;
39
+ }, __VLS_21: {
40
+ inDrawer: boolean;
41
+ }, __VLS_23: {}, __VLS_25: {}, __VLS_27: {};
24
42
  type __VLS_Slots = {} & {
25
- header?: (props: typeof __VLS_8) => any;
43
+ header?: (props: typeof __VLS_13) => any;
44
+ } & {
45
+ sidebar?: (props: typeof __VLS_21) => any;
26
46
  } & {
27
- sidebar?: (props: typeof __VLS_10) => any;
47
+ sidebar?: (props: typeof __VLS_23) => any;
28
48
  } & {
29
- default?: (props: typeof __VLS_12) => any;
49
+ default?: (props: typeof __VLS_25) => any;
30
50
  } & {
31
- footer?: (props: typeof __VLS_14) => any;
51
+ footer?: (props: typeof __VLS_27) => any;
32
52
  };
33
- declare const __VLS_base: import("vue").DefineComponent<AppShellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AppShellProps> & Readonly<{}>, {
53
+ declare const __VLS_base: import("vue").DefineComponent<AppShellProps, {
54
+ /** Open or close the mobile navigation drawer from the outside. */
55
+ navOpen: import("vue").Ref<boolean, boolean>;
56
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AppShellProps> & Readonly<{}>, {
34
57
  unstyled: boolean;
35
58
  as: string;
36
59
  scroll: "main" | "page";
37
60
  sidebarPosition: "left" | "right";
61
+ mobileNav: boolean;
62
+ navLabel: string;
38
63
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
64
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
40
65
  declare const _default: typeof __VLS_export;
@@ -1,15 +1,23 @@
1
1
  import { useIryxUiConfig as e } from "../config.js";
2
- import { useElementSize as t } from "../composables/element-size.js";
3
- import { appShellTheme as n } from "../theme/app-shell.js";
4
- import { computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, defineComponent as c, normalizeClass as l, normalizeStyle as u, openBlock as d, ref as f, renderSlot as p, unref as m, useSlots as h, withCtx as g } from "vue";
5
- import { Primitive as _ } from "reka-ui";
2
+ import t from "./Icon.js";
3
+ import { useElementSize as n } from "../composables/element-size.js";
4
+ import { appShellTheme as r } from "../theme/app-shell.js";
5
+ import i from "./Drawer.js";
6
+ import { computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createVNode as u, defineComponent as d, normalizeClass as f, normalizeStyle as p, openBlock as m, ref as h, renderSlot as g, unref as _, useSlots as v, withCtx as y } from "vue";
7
+ import { Menu01Icon as b } from "@hugeicons/core-free-icons";
8
+ import { Primitive as x } from "reka-ui";
6
9
  //#region src/components/AppShell.vue?vue&type=script&setup=true&lang.ts
7
- var v = /*@__PURE__*/ c({
10
+ var S = ["aria-label", "aria-expanded"], C = /*@__PURE__*/ d({
8
11
  __name: "AppShell",
9
12
  props: {
10
13
  as: { default: "div" },
11
14
  scroll: { default: "main" },
12
15
  sidebarPosition: { default: "left" },
16
+ mobileNav: {
17
+ type: Boolean,
18
+ default: !0
19
+ },
20
+ navLabel: { default: "Open navigation" },
13
21
  unstyled: {
14
22
  type: Boolean,
15
23
  default: void 0
@@ -17,35 +25,67 @@ var v = /*@__PURE__*/ c({
17
25
  class: {},
18
26
  ui: {}
19
27
  },
20
- setup(c) {
21
- let v = c, y = h(), b = e(), x = r(() => v.unstyled ?? b.unstyled), S = f(), { height: C } = t(S), w = r(() => v.scroll === "page" && y.header ? { "--iryx-shell-header-height": `${C.value}px` } : void 0), T = r(() => n({
22
- scroll: v.scroll,
23
- sidebarPosition: v.sidebarPosition
28
+ setup(d, { expose: C }) {
29
+ let w = d, T = v(), E = e(), D = a(() => w.unstyled ?? E.unstyled), O = h(), { height: k } = n(O), A = a(() => w.scroll === "page" && T.header ? { "--iryx-shell-header-height": `${k.value}px` } : void 0), j = h(!1), M = a(() => w.mobileNav && !!T.sidebar), N = a(() => r({
30
+ scroll: w.scroll,
31
+ sidebarPosition: w.sidebarPosition,
32
+ mobileNav: M.value
24
33
  }));
25
- function E(e) {
26
- let t = v.ui?.[e];
27
- return x.value ? t : T.value[e]({ class: t });
34
+ C({ navOpen: j });
35
+ function P(e) {
36
+ let t = w.ui?.[e];
37
+ return D.value ? t : N.value[e]({ class: t });
28
38
  }
29
- return (e, t) => (d(), i(m(_), {
30
- as: v.as,
31
- style: u(w.value),
32
- class: l(x.value ? [v.ui?.root, v.class] : T.value.root({ class: [v.ui?.root, v.class] }))
39
+ return (e, n) => (m(), o(_(x), {
40
+ as: w.as,
41
+ style: p(A.value),
42
+ class: f(D.value ? [w.ui?.root, w.class] : N.value.root({ class: [w.ui?.root, w.class] }))
33
43
  }, {
34
- default: g(() => [
35
- e.$slots.header ? (d(), o("div", {
44
+ default: y(() => [
45
+ e.$slots.header ? (m(), c("div", {
36
46
  key: 0,
37
47
  ref_key: "header",
38
- ref: S,
39
- class: l(E("header"))
40
- }, [p(e.$slots, "header")], 2)) : a("", !0),
41
- s("div", { class: l(E("body")) }, [e.$slots.sidebar ? (d(), o("div", {
48
+ ref: O,
49
+ class: f(P("header"))
50
+ }, [l("div", { class: f(P("headerRow")) }, [M.value ? (m(), c("button", {
42
51
  key: 0,
43
- class: l(E("sidebar"))
44
- }, [p(e.$slots, "sidebar")], 2)) : a("", !0), s("main", { class: l(E("main")) }, [p(e.$slots, "default")], 2)], 2),
45
- e.$slots.footer ? (d(), o("div", {
52
+ type: "button",
53
+ "aria-label": w.navLabel,
54
+ "aria-expanded": j.value,
55
+ class: f(P("navTrigger")),
56
+ onClick: n[0] ||= (e) => j.value = !0
57
+ }, [u(t, { icon: _(b) }, null, 8, ["icon"])], 10, S)) : s("", !0), l("div", { class: f(P("headerContent")) }, [g(e.$slots, "header", {
58
+ navOpen: j.value,
59
+ toggleNav: () => j.value = !j.value
60
+ })], 2)], 2)], 2)) : s("", !0),
61
+ M.value ? (m(), o(i, {
46
62
  key: 1,
47
- class: l(E("footer"))
48
- }, [p(e.$slots, "footer")], 2)) : a("", !0)
63
+ open: j.value,
64
+ "onUpdate:open": n[1] ||= (e) => j.value = e,
65
+ side: "left",
66
+ size: "sm",
67
+ class: f(P("navDrawer")),
68
+ ui: {
69
+ body: P("navDrawerBody"),
70
+ overlay: "md:hidden",
71
+ content: "md:hidden"
72
+ }
73
+ }, {
74
+ default: y(() => [g(e.$slots, "sidebar", { inDrawer: !0 })]),
75
+ _: 3
76
+ }, 8, [
77
+ "open",
78
+ "class",
79
+ "ui"
80
+ ])) : s("", !0),
81
+ l("div", { class: f(P("body")) }, [e.$slots.sidebar ? (m(), c("div", {
82
+ key: 0,
83
+ class: f(P("sidebar"))
84
+ }, [g(e.$slots, "sidebar")], 2)) : s("", !0), l("main", { class: f(P("main")) }, [g(e.$slots, "default")], 2)], 2),
85
+ e.$slots.footer ? (m(), c("div", {
86
+ key: 2,
87
+ class: f(P("footer"))
88
+ }, [g(e.$slots, "footer")], 2)) : s("", !0)
49
89
  ]),
50
90
  _: 3
51
91
  }, 8, [
@@ -56,4 +96,4 @@ var v = /*@__PURE__*/ c({
56
96
  }
57
97
  });
58
98
  //#endregion
59
- export { v as default };
99
+ export { C as default };
@@ -65,9 +65,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
65
65
  onClose?: (() => any) | undefined;
66
66
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
67
67
  }>, {
68
+ label: string;
68
69
  unstyled: boolean;
69
70
  as: string;
70
- label: string;
71
71
  closeLabel: string;
72
72
  contained: boolean;
73
73
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -68,6 +68,7 @@ declare var __VLS_6: {
68
68
  bandWidth: number;
69
69
  labelStep: number;
70
70
  bandCentre: (index: number) => number;
71
+ pointAt: (index: number) => number;
71
72
  }, __VLS_8: {
72
73
  orientation: import("..").ChartOrientation;
73
74
  ticks: number[];
@@ -82,6 +83,7 @@ declare var __VLS_6: {
82
83
  bandWidth: number;
83
84
  labelStep: number;
84
85
  bandCentre: (index: number) => number;
86
+ pointAt: (index: number) => number;
85
87
  };
86
88
  type __VLS_Slots = {} & {
87
89
  underlay?: (props: typeof __VLS_6) => any;
@@ -285,14 +285,14 @@ var ee = ["role", "aria-label"], D = [
285
285
  h("span", { class: v($("tooltipValue")) }, T(Z.value.total), 3)
286
286
  ])) : p("", !0)
287
287
  ], 6)) : p("", !0)], 2),
288
- h("table", { class: v($("table")) }, [
288
+ h("div", { class: v($("table")) }, [h("table", null, [
289
289
  h("caption", null, T(j.label), 1),
290
290
  h("thead", null, [h("tr", null, [t[2] ||= h("th", { scope: "col" }, " Category ", -1), (x(!0), m(u, null, C(R.value, (e) => (x(), m("th", {
291
291
  key: e.key,
292
292
  scope: "col"
293
293
  }, T(e.name ?? "Value"), 1))), 128))])]),
294
294
  h("tbody", null, [(x(!0), m(u, null, C(j.data, (e, t) => (x(), m("tr", { key: `row-${e.label}-${t}` }, [h("th", ie, T(e.label), 1), (x(!0), m(u, null, C(R.value, (t) => (x(), m("td", { key: t.key }, T(B(e, t.key) == null ? "—" : L(B(e, t.key))), 1))), 128))]))), 128))])
295
- ], 2)
295
+ ])], 2)
296
296
  ], 10, ee));
297
297
  }
298
298
  });
@@ -32,8 +32,8 @@ type __VLS_Slots = {} & {
32
32
  separator?: (props: typeof __VLS_26) => any;
33
33
  };
34
34
  declare const __VLS_base: import("vue").DefineComponent<BreadcrumbProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BreadcrumbProps> & Readonly<{}>, {
35
- unstyled: boolean;
36
35
  label: string;
36
+ unstyled: boolean;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
38
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
39
  declare const _default: typeof __VLS_export;
@@ -21,8 +21,22 @@ export interface ComboboxProps extends ComboboxRootProps {
21
21
  /** Mark the field as invalid — styles the border and ring red. */
22
22
  invalid?: boolean;
23
23
  id?: string;
24
+ /**
25
+ * Hold several values. The model becomes an array and each choice is drawn
26
+ * as a removable chip inside the field.
27
+ */
28
+ multiple?: boolean;
24
29
  /** Shown when the query matches nothing. Override for non-English apps. */
25
30
  emptyText?: string;
31
+ /**
32
+ * Swap the dropdown arrow for a clear button once something is selected.
33
+ * Clearing empties the query too and returns focus to the input.
34
+ */
35
+ clearable?: boolean;
36
+ /** Accessible name for that button — override for non-English apps. */
37
+ clearLabel?: string;
38
+ /** Accessible name for a chip's remove button. Receives the chip's label. */
39
+ removeLabel?: (label: string) => string;
26
40
  /**
27
41
  * Offer a "create" row when the query matches no option's label, for
28
42
  * adding a client or item without leaving the field. Selecting it emits
@@ -49,6 +63,10 @@ export interface ComboboxProps extends ComboboxRootProps {
49
63
  anchor?: string;
50
64
  input?: string;
51
65
  trigger?: string;
66
+ clear?: string;
67
+ tag?: string;
68
+ tagText?: string;
69
+ tagDelete?: string;
52
70
  content?: string;
53
71
  viewport?: string;
54
72
  item?: string;
@@ -57,21 +75,26 @@ export interface ComboboxProps extends ComboboxRootProps {
57
75
  groupLabel?: string;
58
76
  };
59
77
  }
60
- declare var __VLS_50: {
78
+ declare var __VLS_16: {
79
+ option: ComboboxItemOption;
80
+ remove: () => void;
81
+ }, __VLS_70: {
61
82
  query: string;
62
- }, __VLS_58: {
83
+ }, __VLS_78: {
63
84
  query: string;
64
- }, __VLS_60: {}, __VLS_139: {
85
+ }, __VLS_80: {}, __VLS_159: {
65
86
  query: string;
66
87
  };
67
88
  type __VLS_Slots = {} & {
68
- empty?: (props: typeof __VLS_50) => any;
89
+ tag?: (props: typeof __VLS_16) => any;
90
+ } & {
91
+ empty?: (props: typeof __VLS_70) => any;
69
92
  } & {
70
- empty?: (props: typeof __VLS_58) => any;
93
+ empty?: (props: typeof __VLS_78) => any;
71
94
  } & {
72
- default?: (props: typeof __VLS_60) => any;
95
+ default?: (props: typeof __VLS_80) => any;
73
96
  } & {
74
- create?: (props: typeof __VLS_139) => any;
97
+ create?: (props: typeof __VLS_159) => any;
75
98
  };
76
99
  declare const __VLS_base: import("vue").DefineComponent<ComboboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
77
100
  "update:modelValue": (value: AcceptableValue) => any;
@@ -90,12 +113,16 @@ declare const __VLS_base: import("vue").DefineComponent<ComboboxProps, {}, {}, {
90
113
  } | undefined) => any) | undefined;
91
114
  onCreate?: ((query: string) => any) | undefined;
92
115
  }>, {
116
+ multiple: boolean;
93
117
  disabled: boolean;
94
118
  unstyled: boolean;
95
119
  open: boolean;
96
120
  defaultOpen: boolean;
97
121
  invalid: boolean;
98
122
  emptyText: string;
123
+ clearable: boolean;
124
+ clearLabel: string;
125
+ removeLabel: (label: string) => string;
99
126
  create: boolean;
100
127
  createLabel: (query: string) => string;
101
128
  virtual: boolean;