@scalar/components 0.14.21 → 0.14.22

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 (44) hide show
  1. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts +29 -60
  2. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts.map +1 -1
  3. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +21 -41
  4. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
  5. package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +40 -27
  6. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.test.d.ts +2 -0
  7. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.test.d.ts.map +1 -0
  8. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +252 -438
  9. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
  10. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +45 -32
  11. package/dist/components/ScalarCombobox/ScalarComboboxOption.test.d.ts +2 -0
  12. package/dist/components/ScalarCombobox/ScalarComboboxOption.test.d.ts.map +1 -0
  13. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +5 -9
  14. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
  15. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +14 -28
  16. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.test.d.ts +2 -0
  17. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.test.d.ts.map +1 -0
  18. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.d.ts.map +1 -1
  19. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.js +5 -5
  20. package/dist/components/ScalarCombobox/ScalarComboboxOptions.test.d.ts +2 -0
  21. package/dist/components/ScalarCombobox/ScalarComboboxOptions.test.d.ts.map +1 -0
  22. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +22 -29
  23. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
  24. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +2 -2
  25. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue2.js +112 -92
  26. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue3.js +2 -2
  27. package/dist/components/ScalarCombobox/ScalarComboboxPopover.test.d.ts +2 -0
  28. package/dist/components/ScalarCombobox/ScalarComboboxPopover.test.d.ts.map +1 -0
  29. package/dist/components/ScalarCombobox/types.d.ts +17 -6
  30. package/dist/components/ScalarCombobox/types.d.ts.map +1 -1
  31. package/dist/components/ScalarCombobox/types.js +3 -3
  32. package/dist/components/ScalarListbox/ScalarListbox.vue.js +25 -25
  33. package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.d.ts +1 -2
  34. package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.d.ts.map +1 -1
  35. package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +7 -7
  36. package/dist/components/ScalarListbox/ScalarListboxItem.vue.d.ts +2 -2
  37. package/dist/components/ScalarListbox/ScalarListboxItem.vue.d.ts.map +1 -1
  38. package/dist/components/ScalarListbox/ScalarListboxItem.vue.js +17 -17
  39. package/dist/components/ScalarListbox/index.d.ts +1 -1
  40. package/dist/components/ScalarListbox/index.d.ts.map +1 -1
  41. package/dist/components/ScalarListbox/types.d.ts +0 -1
  42. package/dist/components/ScalarListbox/types.d.ts.map +1 -1
  43. package/dist/style.css +1 -1
  44. package/package.json +4 -3
@@ -1,74 +1,43 @@
1
1
  import type { StoryObj } from '@storybook/vue3';
2
2
  import type { Option, OptionGroup } from './types.js';
3
3
  declare const meta: {
4
- component: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
6
- options: Option[] | OptionGroup[];
7
- modelValue?: Option;
8
- placeholder?: string;
9
- } & import("../ScalarFloating").ScalarFloatingOptions> & Readonly<{
10
- "onUpdate:modelValue"?: ((v: Option) => any) | undefined;
11
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
- "update:modelValue": (v: Option) => any;
13
- }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
14
- P: {};
15
- B: {};
16
- D: {};
17
- C: {};
18
- M: {};
19
- Defaults: {};
20
- }, Readonly<{
21
- options: Option[] | OptionGroup[];
22
- modelValue?: Option;
23
- placeholder?: string;
24
- } & import("../ScalarFloating").ScalarFloatingOptions> & Readonly<{
25
- "onUpdate:modelValue"?: ((v: Option) => any) | undefined;
26
- }>, {}, {}, {}, {}, {}>;
27
- __isFragment?: never;
28
- __isTeleport?: never;
29
- __isSuspense?: never;
30
- } & import("vue").ComponentOptionsBase<Readonly<{
31
- options: Option[] | OptionGroup[];
32
- modelValue?: Option;
33
- placeholder?: string;
34
- } & import("../ScalarFloating").ScalarFloatingOptions> & Readonly<{
35
- "onUpdate:modelValue"?: ((v: Option) => any) | undefined;
36
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
37
- "update:modelValue": (v: Option) => any;
38
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
39
- $slots: Readonly<{
40
- default(props: {
41
- open: boolean;
42
- }): unknown;
43
- before?(props: {
44
- open: boolean;
45
- }): unknown;
46
- after?(props: {
47
- open: boolean;
48
- }): unknown;
49
- }> & {
50
- default(props: {
51
- open: boolean;
52
- }): unknown;
53
- before?(props: {
54
- open: boolean;
55
- }): unknown;
56
- after?(props: {
57
- open: boolean;
58
- }): unknown;
59
- };
60
- });
4
+ component: <O extends Option = Option, G extends OptionGroup<O> = OptionGroup<O>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
5
+ slots: Readonly<import("./types.js").ComboboxSlots<O, G>> & import("./types.js").ComboboxSlots<O, G>;
6
+ attrs: any;
7
+ emit: (evt: "update:modelValue", value: O) => void;
8
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9
+ props: {
10
+ readonly "onUpdate:modelValue"?: ((value: O) => any) | undefined;
11
+ modelValue?: O | undefined;
12
+ options: import("./types.js").OptionsOrGroups<O, G>;
13
+ placeholder?: string | undefined;
14
+ placement?: import("@floating-ui/utils").Placement | undefined;
15
+ offset?: import("@floating-ui/vue").OffsetOptions | undefined;
16
+ resize?: boolean | undefined;
17
+ target?: (string | HTMLElement) | undefined;
18
+ middleware?: import("@floating-ui/vue").Middleware[] | undefined;
19
+ teleport?: (boolean | string) | undefined;
20
+ } & import("vue").PublicProps;
21
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
22
+ attrs: any;
23
+ slots: Readonly<import("./types.js").ComboboxSlots<O, G>> & import("./types.js").ComboboxSlots<O, G>;
24
+ emit: (evt: "update:modelValue", value: O) => void;
25
+ }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }> & {
28
+ __ctx?: Awaited<typeof __VLS_setup>;
29
+ };
61
30
  tags: string[];
62
31
  argTypes: {
63
32
  resize: {
64
- control: "boolean";
33
+ control: string;
65
34
  };
66
35
  placement: {
67
- control: "select";
36
+ control: string;
68
37
  options: import("@floating-ui/utils").Placement[];
69
38
  };
70
39
  class: {
71
- control: "text";
40
+ control: string;
72
41
  };
73
42
  };
74
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarCombobox.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarCombobox.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAMrD,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAElD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAa6B,CAAA;AAEvC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAqClC,eAAO,MAAM,IAAI,EAAE,KA0BlB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KA0BpB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KA0BzB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KA0B/B,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAiCvB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,KA6B3B,CAAA"}
1
+ {"version":3,"file":"ScalarCombobox.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarCombobox.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAOrD,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAUlD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;+BA+Pu4C,KAAK;;;;;;;;;;;;;;;;;;;;;;CAlPx2C,CAAA;AAE9C,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAkDlC,eAAO,MAAM,IAAI,EAAE,KAyBlB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAyBpB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAyBzB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAyB/B,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KA+CvB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,KA4B3B,CAAA"}
@@ -1,45 +1,25 @@
1
1
  import type { ScalarFloatingOptions } from '../ScalarFloating';
2
- import type { Option, OptionGroup } from './types.js';
3
- type Props = {
4
- options: Option[] | OptionGroup[];
5
- modelValue?: Option;
6
- placeholder?: string;
7
- } & ScalarFloatingOptions;
8
- type SlotProps = {
9
- /** Whether or not the combobox is open */
10
- open: boolean;
2
+ import type { ComboboxSlots, Option, OptionGroup, OptionsOrGroups } from './types.js';
3
+ declare const _default: <O extends Option = Option, G extends OptionGroup<O> = OptionGroup<O>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
+ readonly "onUpdate:modelValue"?: ((value: O) => any) | undefined;
6
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & Partial<{}> & ({
7
+ modelValue?: O;
8
+ } & {
9
+ options: OptionsOrGroups<O, G>;
10
+ placeholder?: string;
11
+ } & ScalarFloatingOptions)> & import("vue").PublicProps;
12
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
13
+ attrs: any;
14
+ slots: Readonly<ComboboxSlots<O, G>> & ComboboxSlots<O, G>;
15
+ emit: (evt: "update:modelValue", value: O) => void;
16
+ }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
+ [key: string]: any;
18
+ }> & {
19
+ __ctx?: Awaited<typeof __VLS_setup>;
11
20
  };
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: Readonly<{
15
- /** The reference element for the combobox */
16
- default(props: SlotProps): unknown;
17
- /** A slot for contents before the combobox options */
18
- before?(props: SlotProps): unknown;
19
- /** A slot for contents after the combobox options */
20
- after?(props: SlotProps): unknown;
21
- }> & {
22
- /** The reference element for the combobox */
23
- default(props: SlotProps): unknown;
24
- /** A slot for contents before the combobox options */
25
- before?(props: SlotProps): unknown;
26
- /** A slot for contents after the combobox options */
27
- after?(props: SlotProps): unknown;
28
- };
29
- refs: {};
30
- rootEl: any;
31
- };
32
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
33
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
34
- "update:modelValue": (v: Option) => any;
35
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
36
- "onUpdate:modelValue"?: ((v: Option) => any) | undefined;
37
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
21
  export default _default;
40
- type __VLS_WithTemplateSlots<T, S> = T & {
41
- new (): {
42
- $slots: S;
43
- };
44
- };
22
+ type __VLS_PrettifyLocal<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
45
25
  //# sourceMappingURL=ScalarCombobox.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarCombobox.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAG9D,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAIlD,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,EAAE,GAAG,WAAW,EAAE,CAAA;IACjC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,GAAG,qBAAqB,CAAA;AAEzB,KAAK,SAAS,GAAG;IACf,0CAA0C;IAC1C,IAAI,EAAE,OAAO,CAAA;CACd,CAAA;AA+BD,iBAAS,cAAc;WAqFT,OAAO,IAA6B;;QAzGhD,6CAA6C;uBAC9B,SAAS,GAAG,OAAO;QAClC,sDAAsD;uBACvC,SAAS,GAAG,OAAO;QAClC,qDAAqD;sBACvC,SAAS,GAAG,OAAO;;QALjC,6CAA6C;uBAC9B,SAAS,GAAG,OAAO;QAClC,sDAAsD;uBACvC,SAAS,GAAG,OAAO;QAClC,qDAAqD;sBACvC,SAAS,GAAG,OAAO;;;;EAyGlC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarCombobox.vue"],"names":[],"mappings":"AA2EA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAG9D,OAAO,KAAK,EACV,aAAa,EACb,MAAM,EACN,WAAW,EACX,eAAe,EAChB,MAAM,SAAS,CAAA;yBAGC,CAAC,SAAS,MAAM,WAAW,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,gCACtD,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAuJxD,mBAAmB,CAAC;;;qBAhIjB,CAAC;;iBAnBD,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC;sBAChB,MAAM;8BAkJ+F,CAAC,4BAA2B;oBAChI,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;;YAK+B,OAAO,CAAC,OAAO,WAAW,CAAC;;AAjKvE,wBAiK4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,11 +1,10 @@
1
- import { defineComponent as n, createBlock as s, openBlock as i, withCtx as t, createVNode as f, createSlots as u, renderSlot as l } from "vue";
2
- import V from "./ScalarComboboxOptions.vue.js";
3
- import b from "./ScalarComboboxPopover.vue.js";
4
- const y = /* @__PURE__ */ n({
1
+ import { defineComponent as m, mergeModels as i, useModel as f, createBlock as u, openBlock as b, withCtx as o, createVNode as g, createSlots as $, renderSlot as l, normalizeProps as s, guardReactiveProps as p } from "vue";
2
+ import v from "./ScalarComboboxOptions.vue.js";
3
+ import V from "./ScalarComboboxPopover.vue.js";
4
+ const w = /* @__PURE__ */ m({
5
5
  __name: "ScalarCombobox",
6
- props: {
6
+ props: /* @__PURE__ */ i({
7
7
  options: {},
8
- modelValue: {},
9
8
  placeholder: {},
10
9
  placement: {},
11
10
  offset: { type: [Number, Object, Function] },
@@ -13,14 +12,14 @@ const y = /* @__PURE__ */ n({
13
12
  target: {},
14
13
  middleware: {},
15
14
  teleport: { type: [Boolean, String] }
16
- },
15
+ }, {
16
+ modelValue: {},
17
+ modelModifiers: {}
18
+ }),
17
19
  emits: ["update:modelValue"],
18
- setup(c, { emit: a }) {
19
- const r = a;
20
- function p(e) {
21
- e && r("update:modelValue", e);
22
- }
23
- return (e, h) => (i(), s(b, {
20
+ setup(n) {
21
+ const r = f(n, "modelValue");
22
+ return (e, c) => (b(), u(V, {
24
23
  middleware: e.middleware,
25
24
  offset: e.offset,
26
25
  placement: e.placement ?? "bottom-start",
@@ -28,30 +27,44 @@ const y = /* @__PURE__ */ n({
28
27
  target: e.target,
29
28
  teleport: e.teleport
30
29
  }, {
31
- default: t(({ open: o }) => [
32
- l(e.$slots, "default", { open: o })
30
+ default: o(({ open: a }) => [
31
+ l(e.$slots, "default", { open: a })
33
32
  ]),
34
- popover: t(({ open: o, close: d }) => [
35
- f(V, {
36
- modelValue: e.modelValue ? [e.modelValue] : [],
37
- open: o,
33
+ popover: o(({ open: a, close: d }) => [
34
+ g(v, {
35
+ modelValue: r.value ? [r.value] : [],
36
+ open: a,
38
37
  options: e.options,
39
38
  placeholder: e.placeholder,
40
- "onUpdate:modelValue": (m) => [p(m[0]), d()]
41
- }, u({ _: 2 }, [
39
+ "onUpdate:modelValue": (t) => (d(), r.value = t[0])
40
+ }, $({ _: 2 }, [
42
41
  e.$slots.before ? {
43
42
  name: "before",
44
- fn: t(() => [
45
- l(e.$slots, "before", { open: o })
43
+ fn: o(() => [
44
+ l(e.$slots, "before")
46
45
  ]),
47
46
  key: "0"
48
47
  } : void 0,
48
+ e.$slots.option ? {
49
+ name: "option",
50
+ fn: o((t) => [
51
+ l(e.$slots, "option", s(p(t)))
52
+ ]),
53
+ key: "1"
54
+ } : void 0,
55
+ e.$slots.group ? {
56
+ name: "group",
57
+ fn: o((t) => [
58
+ l(e.$slots, "group", s(p(t)))
59
+ ]),
60
+ key: "2"
61
+ } : void 0,
49
62
  e.$slots.after ? {
50
63
  name: "after",
51
- fn: t(() => [
52
- l(e.$slots, "after", { open: o })
64
+ fn: o(() => [
65
+ l(e.$slots, "after")
53
66
  ]),
54
- key: "1"
67
+ key: "3"
55
68
  } : void 0
56
69
  ]), 1032, ["modelValue", "open", "options", "placeholder", "onUpdate:modelValue"])
57
70
  ]),
@@ -60,5 +73,5 @@ const y = /* @__PURE__ */ n({
60
73
  }
61
74
  });
62
75
  export {
63
- y as default
76
+ w as default
64
77
  };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ScalarComboboxMultiselect.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScalarComboboxMultiselect.test.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxMultiselect.test.ts"],"names":[],"mappings":""}