@milaboratories/uikit 2.2.16 → 2.2.18
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/CHANGELOG.md +13 -0
- package/dist/pl-uikit.js +3218 -2989
- package/dist/pl-uikit.umd.cjs +6 -6
- package/dist/src/components/ContextProvider.vue.d.ts +7 -8
- package/dist/src/components/DataTable/AddColumnBtn.vue.d.ts +1 -1
- package/dist/src/components/DataTable/BaseCellComponent.vue.d.ts +5 -8
- package/dist/src/components/DataTable/ColumnCaret.vue.d.ts +3 -4
- package/dist/src/components/DataTable/TScroll.vue.d.ts +5 -8
- package/dist/src/components/DataTable/TableComponent.vue.d.ts +5 -6
- package/dist/src/components/DataTable/TdCell.vue.d.ts +3 -4
- package/dist/src/components/DataTable/ThCell.vue.d.ts +5 -6
- package/dist/src/components/DataTable/TrBody.vue.d.ts +6 -6
- package/dist/src/components/DataTable/TrHead.vue.d.ts +3 -2
- package/dist/src/components/DataTable/assets/TableIcon.vue.d.ts +1 -1
- package/dist/src/components/DropdownListItem.vue.d.ts +5 -10
- package/dist/src/components/GridTable/AddColumnBtn.vue.d.ts +1 -1
- package/dist/src/components/GridTable/TRow.vue.d.ts +8 -10
- package/dist/src/components/GridTable/TdCell.vue.d.ts +10 -12
- package/dist/src/components/GridTable/ThCell.vue.d.ts +5 -8
- package/dist/src/components/GridTable/assets/TableIcon.vue.d.ts +1 -1
- package/dist/src/components/GridTable/index.vue.d.ts +8 -8
- package/dist/src/components/HScroll.vue.d.ts +4 -7
- package/dist/src/components/InputRange.vue.d.ts +4 -6
- package/dist/src/components/LongText.vue.d.ts +3 -2
- package/dist/src/components/PlAccordion/ExpandTransition.vue.d.ts +2 -1
- package/dist/src/components/PlAccordion/PlAccordion.vue.d.ts +6 -5
- package/dist/src/components/PlAccordion/PlAccordionSection.vue.d.ts +6 -5
- package/dist/src/components/PlBtnGhost/PlBtnGhost.vue.d.ts +1 -1
- package/dist/src/components/PlBtnGroup/PlBtnGroup.vue.d.ts +1 -1
- package/dist/src/components/PlBtnLink/PlBtnLink.vue.d.ts +12 -35
- package/dist/src/components/PlBtnSplit/PlBtnSplit.vue.d.ts +3 -4
- package/dist/src/components/PlCheckbox/PlCheckboxBase.vue.d.ts +5 -7
- package/dist/src/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts +1 -1
- package/dist/src/components/PlChip/PlChip.vue.d.ts +8 -9
- package/dist/src/components/PlDropdown/PlDropdown.vue.d.ts +1 -1
- package/dist/src/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +1 -1
- package/dist/src/components/PlDropdownLine/PlDropdownLine.vue.d.ts +16 -23
- package/dist/src/components/PlDropdownLine/ResizableInput.vue.d.ts +5 -11
- package/dist/src/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts +1 -1
- package/dist/src/components/PlDropdownRef/PlDropdownRef.vue.d.ts +1 -1
- package/dist/src/components/PlEditableTitle/PlEditableTitle.vue.d.ts +5 -5
- package/dist/src/components/PlFileDialog/Local.vue.d.ts +8 -0
- package/dist/src/components/PlFileDialog/PlFileDialog.vue.d.ts +84 -12
- package/dist/src/components/PlFileDialog/Remote.vue.d.ts +28 -0
- package/dist/src/components/PlFileDialog/remote.d.ts +20 -0
- package/dist/src/components/PlFileDialog/utils.d.ts +1 -0
- package/dist/src/components/PlFileInput/PlFileInput.vue.d.ts +18 -65
- package/dist/src/components/PlIcon16/PlIcon16.vue.d.ts +3 -5
- package/dist/src/components/PlIcon24/PlIcon24.vue.d.ts +3 -5
- package/dist/src/components/PlLogView/PlLogView.vue.d.ts +1 -1
- package/dist/src/components/PlMaskIcon16/PlMaskIcon16.vue.d.ts +3 -5
- package/dist/src/components/PlMaskIcon24/PlMaskIcon24.vue.d.ts +3 -5
- package/dist/src/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +6 -5
- package/dist/src/components/PlNumberField/PlNumberField.vue.d.ts +3 -2
- package/dist/src/components/PlProgressBar/PlProgressBar.vue.d.ts +3 -6
- package/dist/src/components/PlSearchField/PlSearchField.vue.d.ts +12 -0
- package/dist/src/components/PlSearchField/index.d.ts +1 -0
- package/dist/src/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts +9 -12
- package/dist/src/components/PlSpacer/PlSpacer.vue.d.ts +1 -1
- package/dist/src/components/PlTabs/PlTabs.vue.d.ts +1 -1
- package/dist/src/components/PlTabs/Tab.vue.d.ts +6 -6
- package/dist/src/components/PlTextArea/PlTextArea.vue.d.ts +1 -1
- package/dist/src/components/PlTextField/PlTextField.vue.d.ts +3 -5
- package/dist/src/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts +1 -1
- package/dist/src/components/PlTooltip/Beak.vue.d.ts +1 -1
- package/dist/src/components/Scrollable.vue.d.ts +3 -2
- package/dist/src/components/Slider.vue.d.ts +18 -28
- package/dist/src/components/SliderRange.vue.d.ts +18 -28
- package/dist/src/components/SliderRangeTriple.vue.d.ts +19 -29
- package/dist/src/components/TabItem.vue.d.ts +4 -7
- package/dist/src/components/ThemeSwitcher.vue.d.ts +1 -1
- package/dist/src/components/TransitionSlidePanel.vue.d.ts +2 -1
- package/dist/src/components/VScroll.vue.d.ts +4 -7
- package/dist/src/components/contextMenu/Menu.vue.d.ts +5 -6
- package/dist/src/drafts/FileBaseInput.vue.d.ts +3 -2
- package/dist/src/index.d.ts +1 -0
- package/dist/src/layout/PlBlockPage/PlBlockPage.vue.d.ts +1 -1
- package/dist/src/layout/PlContainer/PlContainer.vue.d.ts +1 -1
- package/dist/src/layout/PlGrid/PlGrid.vue.d.ts +1 -1
- package/dist/src/layout/PlRow/PlRow.vue.d.ts +1 -1
- package/dist/src/layout/PlSpacer/PlSpacer.vue.d.ts +1 -1
- package/dist/src/types.d.ts +1 -1
- package/dist/src/utils/CloseModalBtn.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +8 -8
- package/src/components/PlBtnSplit/PlBtnSplit.vue +1 -2
- package/src/components/PlDialogModal/pl-dialog-modal.scss +0 -1
- package/src/components/PlFileDialog/Local.vue +95 -0
- package/src/components/PlFileDialog/PlFileDialog.vue +63 -310
- package/src/components/PlFileDialog/Remote.vue +313 -0
- package/src/components/PlFileDialog/pl-file-dialog.module.scss +247 -0
- package/src/components/PlFileDialog/remote.ts +45 -0
- package/src/components/PlFileDialog/utils.ts +5 -0
- package/src/components/PlFileInput/pl-file-input.scss +2 -5
- package/src/components/PlSearchField/PlSearchField.vue +85 -0
- package/src/components/PlSearchField/index.ts +1 -0
- package/src/components/PlTabs/Tab.vue +0 -1
- package/src/composition/useSortable.ts +4 -0
- package/src/index.ts +1 -0
- package/src/types.ts +1 -1
- package/src/components/PlFileDialog/pl-file-dialog.scss +0 -172
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { type InjectionKey } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
context: object;
|
|
4
|
+
contextKey: InjectionKey<unknown>;
|
|
5
|
+
};
|
|
2
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
3
8
|
slots: {
|
|
4
9
|
default?(_: {}): any;
|
|
5
10
|
};
|
|
6
11
|
refs: {};
|
|
7
|
-
|
|
12
|
+
rootEl: any;
|
|
8
13
|
};
|
|
9
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
context: object;
|
|
12
|
-
contextKey: InjectionKey<unknown>;
|
|
13
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
-
context: object;
|
|
15
|
-
contextKey: InjectionKey<unknown>;
|
|
16
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
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, {}, any>;
|
|
17
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
17
|
export default _default;
|
|
19
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import type { ValueType } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
modelValue: unknown;
|
|
4
4
|
valueType: ValueType | undefined;
|
|
5
5
|
editable?: boolean;
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
8
|
"update:modelValue": (...args: any[]) => void;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
9
|
-
modelValue: unknown;
|
|
10
|
-
valueType: ValueType | undefined;
|
|
11
|
-
editable?: boolean;
|
|
12
|
-
}> & Readonly<{
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
10
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
12
|
export default _default;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { ColumnSpecSettings } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
column: ColumnSpecSettings;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
6
|
export default _default;
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
offset: number;
|
|
3
3
|
windowSize: number;
|
|
4
4
|
dataSize: number;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
7
|
"change:offset": (value: number) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
offset: number;
|
|
9
|
-
windowSize: number;
|
|
10
|
-
dataSize: number;
|
|
11
|
-
}> & Readonly<{
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
9
|
"onChange:offset"?: ((value: number) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
11
|
export default _default;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import './assets/data-table-style.scss';
|
|
2
2
|
import type { TableSettings, TableData } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
settings: Readonly<TableSettings>;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
7
|
"change:sort": (value: unknown) => any;
|
|
7
8
|
"update:data": (value: TableData) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
9
|
-
settings: Readonly<TableSettings>;
|
|
10
|
-
}> & Readonly<{
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
10
|
"onChange:sort"?: ((value: unknown) => any) | undefined;
|
|
12
11
|
"onUpdate:data"?: ((value: TableData) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
13
|
export default _default;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { TableCell } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
cell: TableCell;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
6
|
export default _default;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import type { ColumnSpecSettings } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
col: ColumnSpecSettings;
|
|
4
|
-
}
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
6
|
"delete:column": (...args: any[]) => void;
|
|
6
7
|
"expand:column": (...args: any[]) => void;
|
|
7
8
|
"change:sort": (...args: any[]) => void;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
9
|
-
col: ColumnSpecSettings;
|
|
10
|
-
}> & Readonly<{
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
10
|
"onDelete:column"?: ((...args: any[]) => any) | undefined;
|
|
12
11
|
"onExpand:column"?: ((...args: any[]) => any) | undefined;
|
|
13
12
|
"onChange:sort"?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
14
|
export default _default;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import type { TableRow } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
row: TableRow;
|
|
4
|
+
};
|
|
2
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
slots: {
|
|
4
8
|
default?(_: {}): any;
|
|
5
9
|
};
|
|
6
10
|
refs: {
|
|
7
11
|
trRef: HTMLDivElement;
|
|
8
12
|
};
|
|
9
|
-
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
10
14
|
};
|
|
11
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
|
-
row: TableRow;
|
|
14
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
-
row: TableRow;
|
|
16
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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, {}, HTMLDivElement>;
|
|
17
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
};
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
7
8
|
};
|
|
8
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
12
|
export default _default;
|
|
12
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
import type { ListOptionNormalized } from '../types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
option: ListOptionNormalized;
|
|
4
4
|
isSelected: boolean;
|
|
5
|
-
size:
|
|
6
|
-
isHovered: boolean;
|
|
7
|
-
useCheckbox?: boolean;
|
|
8
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
9
|
-
option: ListOptionNormalized;
|
|
10
|
-
isSelected: boolean;
|
|
11
|
-
size: "small" | "medium";
|
|
5
|
+
size: 'small' | 'medium';
|
|
12
6
|
isHovered: boolean;
|
|
13
7
|
useCheckbox?: boolean;
|
|
14
|
-
}
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
10
|
size: "small" | "medium";
|
|
16
11
|
isSelected: boolean;
|
|
17
12
|
isHovered: boolean;
|
|
18
13
|
useCheckbox: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
15
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
index: number;
|
|
3
|
+
visible: boolean;
|
|
4
|
+
height: number;
|
|
5
|
+
};
|
|
1
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
2
8
|
slots: {
|
|
3
9
|
default?(_: {}): any;
|
|
4
10
|
};
|
|
5
11
|
refs: {};
|
|
6
|
-
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
7
13
|
};
|
|
8
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
index: number;
|
|
11
|
-
visible: boolean;
|
|
12
|
-
height: number;
|
|
13
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
-
index: number;
|
|
15
|
-
visible: boolean;
|
|
16
|
-
height: number;
|
|
17
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
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, {}, HTMLDivElement>;
|
|
18
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
17
|
export default _default;
|
|
20
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
import type { CellEvent, CellProps, ShowContextOptions } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
cell: CellProps;
|
|
4
|
+
showContextOptions?: ShowContextOptions;
|
|
5
|
+
cellEvents?: CellEvent[];
|
|
6
|
+
};
|
|
2
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
3
9
|
slots: {
|
|
4
10
|
default?(_: {}): any;
|
|
5
11
|
};
|
|
6
12
|
refs: {
|
|
7
13
|
cellRef: HTMLDivElement;
|
|
8
14
|
};
|
|
9
|
-
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
10
16
|
};
|
|
11
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
|
-
cell: CellProps;
|
|
14
|
-
showContextOptions?: ShowContextOptions;
|
|
15
|
-
cellEvents?: CellEvent[];
|
|
16
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
19
|
"delete:row": (...args: any[]) => void;
|
|
18
20
|
"update:value": (...args: any[]) => void;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
20
|
-
cell: CellProps;
|
|
21
|
-
showContextOptions?: ShowContextOptions;
|
|
22
|
-
cellEvents?: CellEvent[];
|
|
23
|
-
}> & Readonly<{
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
24
22
|
"onDelete:row"?: ((...args: any[]) => any) | undefined;
|
|
25
23
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
24
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
26
|
export default _default;
|
|
29
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
import type { ColumnEvent, ColumnSettings, ShowContextOptions } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
col: ColumnSettings;
|
|
4
4
|
showContextOptions?: ShowContextOptions;
|
|
5
5
|
columnEvents?: ColumnEvent[];
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
8
|
"delete:column": (...args: any[]) => void;
|
|
8
9
|
"expand:column": (...args: any[]) => void;
|
|
9
10
|
"change:sort": (...args: any[]) => void;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
11
|
-
col: ColumnSettings;
|
|
12
|
-
showContextOptions?: ShowContextOptions;
|
|
13
|
-
columnEvents?: ColumnEvent[];
|
|
14
|
-
}> & Readonly<{
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
12
|
"onDelete:column"?: ((...args: any[]) => any) | undefined;
|
|
16
13
|
"onExpand:column"?: ((...args: any[]) => any) | undefined;
|
|
17
14
|
"onChange:sort"?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
16
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import './assets/style.scss';
|
|
2
2
|
import type { Settings } from './types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
settings: Settings;
|
|
5
|
+
};
|
|
3
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
slots: Partial<Record<string, (_: {
|
|
5
9
|
colName: string;
|
|
6
10
|
rowIndex: number;
|
|
@@ -23,26 +27,22 @@ declare function __VLS_template(): {
|
|
|
23
27
|
headRef: HTMLDivElement;
|
|
24
28
|
bodyRef: HTMLDivElement;
|
|
25
29
|
};
|
|
26
|
-
|
|
30
|
+
rootEl: HTMLDivElement;
|
|
27
31
|
};
|
|
28
32
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
30
|
-
settings: Settings;
|
|
31
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
34
|
"delete:column": (...args: any[]) => void;
|
|
33
35
|
"change:sort": (...args: any[]) => void;
|
|
34
36
|
"delete:row": (...args: any[]) => void;
|
|
35
37
|
"update:value": (...args: any[]) => void;
|
|
36
38
|
"click:cell": (...args: any[]) => void;
|
|
37
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
38
|
-
settings: Settings;
|
|
39
|
-
}> & Readonly<{
|
|
39
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
40
40
|
"onDelete:column"?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
"onChange:sort"?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
"onDelete:row"?: ((...args: any[]) => any) | undefined;
|
|
43
43
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
"onClick:cell"?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
45
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
46
46
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
47
|
export default _default;
|
|
48
48
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
scrollLeft: number;
|
|
3
3
|
clientWidth: number;
|
|
4
4
|
scrollWidth: number;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
7
|
"update:scrollLeft": (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
scrollLeft: number;
|
|
9
|
-
clientWidth: number;
|
|
10
|
-
scrollWidth: number;
|
|
11
|
-
}> & Readonly<{
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
9
|
"onUpdate:scrollLeft"?: ((...args: any[]) => any) | undefined;
|
|
13
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
11
|
export default _default;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
modelValue: [number, number];
|
|
3
3
|
separator?: string;
|
|
4
|
-
}
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
6
|
change: (val: [number, number]) => any;
|
|
6
7
|
"update:modelValue": (val: [number, number]) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
modelValue: [number, number];
|
|
9
|
-
separator?: string;
|
|
10
|
-
}> & Readonly<{
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
9
|
onChange?: ((val: [number, number]) => any) | undefined;
|
|
12
10
|
"onUpdate:modelValue"?: ((val: [number, number]) => any) | undefined;
|
|
13
11
|
}>, {
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
};
|
|
5
6
|
refs: {
|
|
6
7
|
span: HTMLSpanElement;
|
|
7
8
|
};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
14
|
export default _default;
|
|
14
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
};
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: any;
|
|
7
8
|
};
|
|
8
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
10
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/**
|
|
3
3
|
* Allow multiple accordion sections to be opened at the same time
|
|
4
4
|
*/
|
|
@@ -6,20 +6,21 @@ declare let __VLS_typeProps: {
|
|
|
6
6
|
};
|
|
7
7
|
type __VLS_PublicProps = {
|
|
8
8
|
modelValue?: string;
|
|
9
|
-
} &
|
|
9
|
+
} & __VLS_Props;
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
11
12
|
slots: {
|
|
12
13
|
header?(_: {}): any;
|
|
13
14
|
default?(_: {}): any;
|
|
14
15
|
};
|
|
15
16
|
refs: {};
|
|
16
|
-
|
|
17
|
+
rootEl: any;
|
|
17
18
|
};
|
|
18
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
20
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
-
"update:modelValue": (
|
|
21
|
+
"update:modelValue": (value: string) => any;
|
|
21
22
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
-
"onUpdate:modelValue"?: ((
|
|
23
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
23
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
26
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/**
|
|
3
3
|
* The label text (optional)
|
|
4
4
|
*/
|
|
@@ -10,19 +10,20 @@ declare let __VLS_typeProps: {
|
|
|
10
10
|
};
|
|
11
11
|
type __VLS_PublicProps = {
|
|
12
12
|
modelValue?: boolean;
|
|
13
|
-
} &
|
|
13
|
+
} & __VLS_Props;
|
|
14
14
|
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
15
16
|
slots: {
|
|
16
17
|
default?(_: {}): any;
|
|
17
18
|
};
|
|
18
19
|
refs: {};
|
|
19
|
-
|
|
20
|
+
rootEl: any;
|
|
20
21
|
};
|
|
21
22
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
23
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
-
"update:modelValue": (
|
|
24
|
+
"update:modelValue": (value: boolean) => any;
|
|
24
25
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
|
-
"onUpdate:modelValue"?: ((
|
|
26
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
26
27
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
29
|
export default _default;
|
|
@@ -57,7 +57,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
57
57
|
size: Size;
|
|
58
58
|
icon: MaskIconName16;
|
|
59
59
|
justifyCenter: boolean;
|
|
60
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
60
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>, {
|
|
61
61
|
default?(_: {}): any;
|
|
62
62
|
append?(_: {}): any;
|
|
63
63
|
}>;
|
|
@@ -6,7 +6,7 @@ import type { SimpleOption } from '../../types';
|
|
|
6
6
|
declare const _default: <M = unknown>(__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<{
|
|
7
7
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
8
8
|
readonly "onUpdate:modelValue"?: ((value: M) => any) | undefined;
|
|
9
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & {
|
|
9
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & Partial<{}> & {
|
|
10
10
|
/**
|
|
11
11
|
* The current selected value.
|
|
12
12
|
*/
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import './pl-btn-link.scss';
|
|
2
2
|
import type { MaskIconName16, Size } from '../../types';
|
|
3
|
-
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
3
|
+
type __VLS_Props = {
|
|
12
4
|
/**
|
|
13
5
|
* If `true,` the button is disabled, cannot be interacted with, and shows a special 'loading' icon.
|
|
14
6
|
*/
|
|
@@ -33,32 +25,17 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
33
25
|
* If `true`, the button is disabled and cannot be interacted with.
|
|
34
26
|
*/
|
|
35
27
|
disabled?: boolean;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
*/
|
|
48
|
-
icon?: MaskIconName16;
|
|
49
|
-
/**
|
|
50
|
-
* If `true`, an icon is displayed before the text.
|
|
51
|
-
*/
|
|
52
|
-
reverse?: boolean;
|
|
53
|
-
/**
|
|
54
|
-
* Justify text at the center (is `true` by default)
|
|
55
|
-
*/
|
|
56
|
-
justifyCenter?: boolean;
|
|
57
|
-
/**
|
|
58
|
-
* If `true`, the button is disabled and cannot be interacted with.
|
|
59
|
-
*/
|
|
60
|
-
disabled?: boolean;
|
|
61
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
};
|
|
29
|
+
declare function __VLS_template(): {
|
|
30
|
+
attrs: Partial<{}>;
|
|
31
|
+
slots: {
|
|
32
|
+
default?(_: {}): any;
|
|
33
|
+
};
|
|
34
|
+
refs: {};
|
|
35
|
+
rootEl: HTMLDivElement;
|
|
36
|
+
};
|
|
37
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
|
+
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, {}, HTMLDivElement>;
|
|
62
39
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
63
40
|
export default _default;
|
|
64
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -3,7 +3,8 @@ import type { ListOption } from '../../types';
|
|
|
3
3
|
declare const _default: <M = unknown>(__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
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
|
|
6
|
+
readonly "onUpdate:modelValue"?: ((value: M) => any) | undefined;
|
|
7
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onClick" | "onUpdate:modelValue"> & Partial<{}> & ({
|
|
7
8
|
modelValue: M;
|
|
8
9
|
} & {
|
|
9
10
|
/**
|
|
@@ -28,9 +29,7 @@ declare const _default: <M = unknown>(__VLS_props: NonNullable<Awaited<typeof __
|
|
|
28
29
|
}>): void;
|
|
29
30
|
attrs: any;
|
|
30
31
|
slots: {};
|
|
31
|
-
emit: ((event: "click", ...args: any[]) => void) &
|
|
32
|
-
'update:modelValue': [modelValue: M];
|
|
33
|
-
};
|
|
32
|
+
emit: ((event: "click", ...args: any[]) => void) & ((evt: "update:modelValue", value: M) => void);
|
|
34
33
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35
34
|
[key: string]: any;
|
|
36
35
|
}> & {
|