@scalar/components 0.12.63 → 0.12.64
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/components/ScalarButton/ScalarButton.vue.d.ts +21 -19
- package/dist/components/ScalarButton/ScalarButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts +4 -4
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts +7 -9
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +14 -11
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +255 -19
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +14 -12
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +4 -10
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts +62 -8
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts.map +1 -1
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts +16 -15
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts +14 -10
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +13 -8
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +34 -25
- package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
- package/dist/components/ScalarIcon/IconList.vue.d.ts +3 -4
- package/dist/components/ScalarIcon/IconList.vue.d.ts.map +1 -1
- package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +8 -13
- package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +1 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +10 -16
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +14 -19
- package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
- package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
- package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +4 -4
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +4 -9
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
- package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
- package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +84 -12
- package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
- package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +13 -6
- package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +4 -8
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +16 -12
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +13 -8
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
- package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts +4 -4
- package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts +17 -22
- package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts.map +1 -1
- package/dist/components/ScalarToggle/ScalarToggle.stories.d.ts +4 -4
- package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts +5 -10
- package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts.map +1 -1
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +17 -22
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
- package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +4 -4
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +4 -14
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
import { type LoadingState } from '../ScalarLoading';
|
|
2
2
|
import { type Variants } from './variants.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
fullWidth?: boolean;
|
|
11
|
-
loading?: LoadingState;
|
|
12
|
-
size?: Variants["size"];
|
|
13
|
-
variant?: Variants["variant"];
|
|
14
|
-
type?: "button" | "submit" | "reset";
|
|
15
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
3
|
+
/**
|
|
4
|
+
* Scalar Button
|
|
5
|
+
*/
|
|
6
|
+
type __VLS_Props = {
|
|
16
7
|
disabled?: boolean;
|
|
17
8
|
fullWidth?: boolean;
|
|
18
9
|
loading?: LoadingState;
|
|
19
|
-
size?: Variants[
|
|
20
|
-
variant?: Variants[
|
|
21
|
-
type?:
|
|
22
|
-
}
|
|
10
|
+
size?: Variants['size'];
|
|
11
|
+
variant?: Variants['variant'];
|
|
12
|
+
type?: 'button' | 'submit' | 'reset';
|
|
13
|
+
};
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
icon?(_: {}): any;
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
default?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {};
|
|
22
|
+
rootEl: any;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
26
|
size: "sm" | "md";
|
|
24
27
|
variant: string;
|
|
25
28
|
fullWidth: boolean;
|
|
26
29
|
type: "button" | "submit" | "reset";
|
|
27
30
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
32
|
export default _default;
|
|
30
|
-
|
|
31
33
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
34
|
new (): {
|
|
33
35
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarButton/ScalarButton.vue"],"names":[],"mappings":"AAyEA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,KAAK,QAAQ,EAAY,MAAM,YAAY,CAAA;
|
|
1
|
+
{"version":3,"file":"ScalarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarButton/ScalarButton.vue"],"names":[],"mappings":"AAyEA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,KAAK,QAAQ,EAAY,MAAM,YAAY,CAAA;AAIpD;;GAEG;AACH,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACvB,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAA;IAC7B,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC,CAAC;AA8BJ,iBAAS,cAAc;WAsET,OAAO,IAA6B;;sBAVxB,GAAG;yBACA,GAAG;yBACH,GAAG;;;;EAa/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;eA5HL,OAAO;UAIZ,QAAQ,GAAG,QAAQ,GAAG,OAAO;6EA+HtC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -19,7 +19,7 @@ declare const meta: {
|
|
|
19
19
|
lang: string;
|
|
20
20
|
lineNumbers: boolean;
|
|
21
21
|
copy: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
23
|
tags: string[];
|
|
24
24
|
render: (args: import("@storybook/vue3").ComponentPropsAndSlots<import("vue").DefineComponent<{
|
|
25
25
|
content: string | object;
|
|
@@ -37,7 +37,7 @@ declare const meta: {
|
|
|
37
37
|
lang: string;
|
|
38
38
|
lineNumbers: boolean;
|
|
39
39
|
copy: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>) => {
|
|
41
41
|
components: {
|
|
42
42
|
ScalarCodeBlock: import("vue").DefineComponent<{
|
|
43
43
|
content: string | object;
|
|
@@ -55,7 +55,7 @@ declare const meta: {
|
|
|
55
55
|
lang: string;
|
|
56
56
|
lineNumbers: boolean;
|
|
57
57
|
copy: boolean;
|
|
58
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
58
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
59
59
|
};
|
|
60
60
|
setup(this: void): {
|
|
61
61
|
args: import("@storybook/vue3").ComponentPropsAndSlots<import("vue").DefineComponent<{
|
|
@@ -74,7 +74,7 @@ declare const meta: {
|
|
|
74
74
|
lang: string;
|
|
75
75
|
lineNumbers: boolean;
|
|
76
76
|
copy: boolean;
|
|
77
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
77
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>;
|
|
78
78
|
};
|
|
79
79
|
template: string;
|
|
80
80
|
};
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Uses highlight.js for syntax highlighting
|
|
3
|
+
*/
|
|
4
|
+
type __VLS_Props = {
|
|
2
5
|
content: string | object;
|
|
3
6
|
lang?: string;
|
|
4
7
|
lineNumbers?: boolean;
|
|
5
8
|
hideCredentials?: string | string[];
|
|
6
9
|
copy?: boolean;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
lang?: string;
|
|
10
|
-
lineNumbers?: boolean;
|
|
11
|
-
hideCredentials?: string | string[];
|
|
12
|
-
copy?: boolean;
|
|
13
|
-
}> & Readonly<{}>, {
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
12
|
lang: string;
|
|
15
13
|
lineNumbers: boolean;
|
|
16
14
|
copy: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
16
|
export default _default;
|
|
19
17
|
//# sourceMappingURL=ScalarCodeBlock.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCodeBlock/ScalarCodeBlock.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ScalarCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCodeBlock/ScalarCodeBlock.vue"],"names":[],"mappings":"AA8IA;;GAEG;AACH,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACnC,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;;UAJO,MAAM;iBACC,OAAO;UAEd,OAAO;;AAyHlB,wBAQG"}
|
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
import type { FloatingOptions } from '../ScalarFloating';
|
|
2
2
|
import type { Option, OptionGroup } from './types.js';
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
3
|
+
type __VLS_Props = {
|
|
7
4
|
options: Option[] | OptionGroup[];
|
|
8
5
|
modelValue?: Option;
|
|
9
6
|
placeholder?: string;
|
|
10
|
-
} & Omit<FloatingOptions,
|
|
7
|
+
} & Omit<FloatingOptions, 'middleware'>;
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
18
|
"update:modelValue": (v: Option) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
options: Option[] | OptionGroup[];
|
|
14
|
-
modelValue?: Option;
|
|
15
|
-
placeholder?: string;
|
|
16
|
-
} & Omit<FloatingOptions, "middleware">> & Readonly<{
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
20
|
"onUpdate:modelValue"?: ((v: Option) => any) | undefined;
|
|
18
21
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
23
|
export default _default;
|
|
21
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
25
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarCombobox.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAGxD,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"ScalarCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarCombobox.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAGxD,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAIlD,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,EAAE,GAAG,WAAW,EAAE,CAAA;IACjC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,GAAG,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,CAAC;AAgB1C,iBAAS,cAAc;WAqET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAWD,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,17 +1,228 @@
|
|
|
1
1
|
import type { FloatingOptions } from '../ScalarFloating';
|
|
2
2
|
import type { Option, OptionGroup } from './types.js';
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
actions?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
3
|
+
type __VLS_Props = {
|
|
8
4
|
options: Option[] | OptionGroup[];
|
|
9
5
|
modelValue?: Option[];
|
|
10
6
|
placeholder?: string;
|
|
11
7
|
isDeletable?: boolean;
|
|
12
|
-
} & Omit<FloatingOptions,
|
|
8
|
+
} & Omit<FloatingOptions, 'middleware'>;
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
actions?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {
|
|
16
|
+
comboboxPopoverRef: ({
|
|
17
|
+
$: import("vue").ComponentInternalInstance;
|
|
18
|
+
$data: {};
|
|
19
|
+
$props: {
|
|
20
|
+
readonly resize?: boolean | undefined;
|
|
21
|
+
readonly placement?: import("@floating-ui/vue").Placement | undefined;
|
|
22
|
+
readonly targetRef?: HTMLElement | undefined;
|
|
23
|
+
readonly isOpen?: boolean | undefined;
|
|
24
|
+
readonly teleport?: (boolean | string) | undefined;
|
|
25
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
26
|
+
$attrs: {
|
|
27
|
+
[x: string]: unknown;
|
|
28
|
+
};
|
|
29
|
+
$refs: {
|
|
30
|
+
[x: string]: unknown;
|
|
31
|
+
};
|
|
32
|
+
$slots: Readonly<{
|
|
33
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
34
|
+
}>;
|
|
35
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
36
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
37
|
+
$host: Element | null;
|
|
38
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
39
|
+
$el: any;
|
|
40
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
41
|
+
resize?: boolean | undefined;
|
|
42
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
43
|
+
targetRef?: HTMLElement | undefined;
|
|
44
|
+
isOpen?: boolean | undefined;
|
|
45
|
+
teleport?: (boolean | string) | undefined;
|
|
46
|
+
}> & Readonly<{}>, {
|
|
47
|
+
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
48
|
+
as: {
|
|
49
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
disabled: {
|
|
53
|
+
type: BooleanConstructor[];
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
id: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: null;
|
|
59
|
+
};
|
|
60
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
as: {
|
|
64
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
disabled: {
|
|
68
|
+
type: BooleanConstructor[];
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
id: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: null;
|
|
74
|
+
};
|
|
75
|
+
}>>, {
|
|
76
|
+
id: string;
|
|
77
|
+
as: string | Record<string, any>;
|
|
78
|
+
disabled: boolean;
|
|
79
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | null, import("vue").DefineComponent<{
|
|
80
|
+
as: {
|
|
81
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
disabled: {
|
|
85
|
+
type: BooleanConstructor[];
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
id: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: null;
|
|
91
|
+
};
|
|
92
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
93
|
+
[key: string]: any;
|
|
94
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
+
as: {
|
|
96
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
disabled: {
|
|
100
|
+
type: BooleanConstructor[];
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
id: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: null;
|
|
106
|
+
};
|
|
107
|
+
}>>, {
|
|
108
|
+
id: string;
|
|
109
|
+
as: string | Record<string, any>;
|
|
110
|
+
disabled: boolean;
|
|
111
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | null>;
|
|
112
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
113
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
114
|
+
created?: (() => void) | (() => void)[];
|
|
115
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
116
|
+
mounted?: (() => void) | (() => void)[];
|
|
117
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
118
|
+
updated?: (() => void) | (() => void)[];
|
|
119
|
+
activated?: (() => void) | (() => void)[];
|
|
120
|
+
deactivated?: (() => void) | (() => void)[];
|
|
121
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
122
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
123
|
+
destroyed?: (() => void) | (() => void)[];
|
|
124
|
+
unmounted?: (() => void) | (() => void)[];
|
|
125
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
126
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
127
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
128
|
+
};
|
|
129
|
+
$forceUpdate: () => void;
|
|
130
|
+
$nextTick: typeof import("vue").nextTick;
|
|
131
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
132
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
133
|
+
resize?: boolean | undefined;
|
|
134
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
135
|
+
targetRef?: HTMLElement | undefined;
|
|
136
|
+
isOpen?: boolean | undefined;
|
|
137
|
+
teleport?: (boolean | string) | undefined;
|
|
138
|
+
}> & Readonly<{}>, "popoverButtonRef"> & import("vue").ShallowUnwrapRef<{
|
|
139
|
+
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
140
|
+
as: {
|
|
141
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
disabled: {
|
|
145
|
+
type: BooleanConstructor[];
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
id: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
default: null;
|
|
151
|
+
};
|
|
152
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
153
|
+
[key: string]: any;
|
|
154
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
155
|
+
as: {
|
|
156
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
disabled: {
|
|
160
|
+
type: BooleanConstructor[];
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
163
|
+
id: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: null;
|
|
166
|
+
};
|
|
167
|
+
}>>, {
|
|
168
|
+
id: string;
|
|
169
|
+
as: string | Record<string, any>;
|
|
170
|
+
disabled: boolean;
|
|
171
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | null, import("vue").DefineComponent<{
|
|
172
|
+
as: {
|
|
173
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
|
+
disabled: {
|
|
177
|
+
type: BooleanConstructor[];
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
id: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: null;
|
|
183
|
+
};
|
|
184
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
185
|
+
[key: string]: any;
|
|
186
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
187
|
+
as: {
|
|
188
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
191
|
+
disabled: {
|
|
192
|
+
type: BooleanConstructor[];
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
195
|
+
id: {
|
|
196
|
+
type: StringConstructor;
|
|
197
|
+
default: null;
|
|
198
|
+
};
|
|
199
|
+
}>>, {
|
|
200
|
+
id: string;
|
|
201
|
+
as: string | Record<string, any>;
|
|
202
|
+
disabled: boolean;
|
|
203
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | null>;
|
|
204
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
205
|
+
$slots: {
|
|
206
|
+
default?(_: {}): any;
|
|
207
|
+
popover?(_: {
|
|
208
|
+
close: any;
|
|
209
|
+
open: any;
|
|
210
|
+
}): any;
|
|
211
|
+
};
|
|
212
|
+
}) | null;
|
|
213
|
+
};
|
|
214
|
+
rootEl: any;
|
|
215
|
+
};
|
|
216
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
217
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
13
218
|
comboboxPopoverRef: import("vue").Ref<({
|
|
14
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<
|
|
219
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
220
|
+
resize?: boolean | undefined;
|
|
221
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
222
|
+
targetRef?: HTMLElement | undefined;
|
|
223
|
+
isOpen?: boolean | undefined;
|
|
224
|
+
teleport?: (boolean | string) | undefined;
|
|
225
|
+
}> & Readonly<{}>, {
|
|
15
226
|
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
16
227
|
as: {
|
|
17
228
|
type: (ObjectConstructor | StringConstructor)[];
|
|
@@ -84,7 +295,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
84
295
|
C: {};
|
|
85
296
|
M: {};
|
|
86
297
|
Defaults: {};
|
|
87
|
-
}, Readonly<
|
|
298
|
+
}, Readonly<{
|
|
299
|
+
resize?: boolean | undefined;
|
|
300
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
301
|
+
targetRef?: HTMLElement | undefined;
|
|
302
|
+
isOpen?: boolean | undefined;
|
|
303
|
+
teleport?: (boolean | string) | undefined;
|
|
304
|
+
}> & Readonly<{}>, {
|
|
88
305
|
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
89
306
|
as: {
|
|
90
307
|
type: (ObjectConstructor | StringConstructor)[];
|
|
@@ -154,7 +371,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
154
371
|
__isFragment?: never;
|
|
155
372
|
__isTeleport?: never;
|
|
156
373
|
__isSuspense?: never;
|
|
157
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
374
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
375
|
+
resize?: boolean | undefined;
|
|
376
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
377
|
+
targetRef?: HTMLElement | undefined;
|
|
378
|
+
isOpen?: boolean | undefined;
|
|
379
|
+
teleport?: (boolean | string) | undefined;
|
|
380
|
+
}> & Readonly<{}>, {
|
|
158
381
|
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
159
382
|
as: {
|
|
160
383
|
type: (ObjectConstructor | StringConstructor)[];
|
|
@@ -229,7 +452,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
229
452
|
}): any;
|
|
230
453
|
};
|
|
231
454
|
})) | null, ({
|
|
232
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<
|
|
455
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
456
|
+
resize?: boolean | undefined;
|
|
457
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
458
|
+
targetRef?: HTMLElement | undefined;
|
|
459
|
+
isOpen?: boolean | undefined;
|
|
460
|
+
teleport?: (boolean | string) | undefined;
|
|
461
|
+
}> & Readonly<{}>, {
|
|
233
462
|
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
234
463
|
as: {
|
|
235
464
|
type: (ObjectConstructor | StringConstructor)[];
|
|
@@ -302,7 +531,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
302
531
|
C: {};
|
|
303
532
|
M: {};
|
|
304
533
|
Defaults: {};
|
|
305
|
-
}, Readonly<
|
|
534
|
+
}, Readonly<{
|
|
535
|
+
resize?: boolean | undefined;
|
|
536
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
537
|
+
targetRef?: HTMLElement | undefined;
|
|
538
|
+
isOpen?: boolean | undefined;
|
|
539
|
+
teleport?: (boolean | string) | undefined;
|
|
540
|
+
}> & Readonly<{}>, {
|
|
306
541
|
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
307
542
|
as: {
|
|
308
543
|
type: (ObjectConstructor | StringConstructor)[];
|
|
@@ -372,7 +607,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
372
607
|
__isFragment?: never;
|
|
373
608
|
__isTeleport?: never;
|
|
374
609
|
__isSuspense?: never;
|
|
375
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
610
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
611
|
+
resize?: boolean | undefined;
|
|
612
|
+
placement?: import("@floating-ui/vue").Placement | undefined;
|
|
613
|
+
targetRef?: HTMLElement | undefined;
|
|
614
|
+
isOpen?: boolean | undefined;
|
|
615
|
+
teleport?: (boolean | string) | undefined;
|
|
616
|
+
}> & Readonly<{}>, {
|
|
376
617
|
popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
377
618
|
as: {
|
|
378
619
|
type: (ObjectConstructor | StringConstructor)[];
|
|
@@ -450,16 +691,11 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
450
691
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
451
692
|
delete: (option: Option) => any;
|
|
452
693
|
"update:modelValue": (v: Option[]) => any;
|
|
453
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
454
|
-
options: Option[] | OptionGroup[];
|
|
455
|
-
modelValue?: Option[];
|
|
456
|
-
placeholder?: string;
|
|
457
|
-
isDeletable?: boolean;
|
|
458
|
-
} & Omit<FloatingOptions, "middleware">> & Readonly<{
|
|
694
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
459
695
|
onDelete?: ((option: Option) => any) | undefined;
|
|
460
696
|
"onUpdate:modelValue"?: ((v: Option[]) => any) | undefined;
|
|
461
697
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
462
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
698
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
463
699
|
export default _default;
|
|
464
700
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
465
701
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarComboboxMultiselect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxMultiselect.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAGxD,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"ScalarComboboxMultiselect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxMultiselect.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAGxD,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAIlD,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,EAAE,GAAG,WAAW,EAAE,CAAA;IACjC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,GAAG,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,CAAC;AAuB1C,iBAAS,cAAc;WA6FT,OAAO,IAA6B;;yBAVrB,GAAG;yBACF,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAzHjC,KApBqC,eAoBrC,KAnBc,uBAmBd,KAlBK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAiMsyiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAxCh6iB;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;4BApJrB,KApBqC,eAoBrC,KAnBc,uBAmBd,KAlBK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAkBL,KApBqC,eAoBrC,KAnBc,uBAmBd,KAlBK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kFA+KH,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,18 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
5
|
-
active?: boolean;
|
|
6
|
-
selected?: boolean;
|
|
7
|
-
style?: "radio" | "checkbox";
|
|
8
|
-
isDeletable?: boolean;
|
|
9
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
1
|
+
type __VLS_Props = {
|
|
10
2
|
active?: boolean;
|
|
11
3
|
selected?: boolean;
|
|
12
|
-
style?:
|
|
4
|
+
style?: 'radio' | 'checkbox';
|
|
13
5
|
isDeletable?: boolean;
|
|
14
|
-
}
|
|
15
|
-
declare
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLLIElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
18
|
export default _default;
|
|
17
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
20
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarComboboxOption.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxOption.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ScalarComboboxOption.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxOption.vue"],"names":[],"mappings":"AA4DA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,CAAA;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;AAwBF,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4SAOnB,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,22 +1,16 @@
|
|
|
1
1
|
import { type Option, type OptionGroup } from './types.js';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
options: Option[] | OptionGroup[];
|
|
4
4
|
modelValue?: Option[];
|
|
5
5
|
placeholder?: string;
|
|
6
6
|
open?: boolean;
|
|
7
7
|
multiselect?: boolean;
|
|
8
8
|
isDeletable?: boolean;
|
|
9
|
-
}
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
11
|
delete: (option: Option) => any;
|
|
11
12
|
"update:modelValue": (v: Option[]) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
options: Option[] | OptionGroup[];
|
|
14
|
-
modelValue?: Option[];
|
|
15
|
-
placeholder?: string;
|
|
16
|
-
open?: boolean;
|
|
17
|
-
multiselect?: boolean;
|
|
18
|
-
isDeletable?: boolean;
|
|
19
|
-
}> & Readonly<{
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
14
|
onDelete?: ((option: Option) => any) | undefined;
|
|
21
15
|
"onUpdate:modelValue"?: ((v: Option[]) => any) | undefined;
|
|
22
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarComboboxOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxOptions.vue"],"names":[],"mappings":"AA4JA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAY,MAAM,SAAS,CAAA
|
|
1
|
+
{"version":3,"file":"ScalarComboboxOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxOptions.vue"],"names":[],"mappings":"AA4JA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAY,MAAM,SAAS,CAAA;AAIjE,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,EAAE,GAAG,WAAW,EAAE,CAAA;IACjC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;;;;;;;AAyQF,wBAOG"}
|