@lx-frontend/wrap-element-ui 1.0.26 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -89
- package/dist/index.css +1 -0
- package/dist/index.mjs +2097 -0
- package/dist/index.mjs.map +1 -0
- package/dist/{vue2/types → types}/components/EditableTable/features/bizColorSelect.vue.d.ts +11 -5
- package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizCheckboxFilter.vue.d.ts +7 -5
- package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizColorRadioFilter.vue.d.ts +7 -5
- package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizDoubleDatePickerFilter.vue.d.ts +5 -3
- package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizInputFilter.vue.d.ts +7 -5
- package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.vue.d.ts +7 -5
- package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizRadioFilter.vue.d.ts +7 -5
- package/dist/types/components/EditableTable/features/bizTableHeaderPopover/BizSortFilter.vue.d.ts +25 -0
- package/dist/{vue3/types → types}/components/EditableTable/features/bizTableHeaderPopover/index.vue.d.ts +77 -77
- package/dist/{vue2/types → types}/components/EditableTable/features/bizTableOperatePopover.vue.d.ts +10 -6
- package/dist/{vue3/types → types}/components/EditableTable/features/bizViewSettingDialog.vue.d.ts +35 -35
- package/dist/{vue3/types → types}/components/EditableTable/hooks/index.d.ts +9 -9
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useCellHover.d.ts +19 -19
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useColumnHeaderOperation.d.ts +37 -37
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useDefaultOperation.d.ts +22 -22
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useDragSort.d.ts +15 -15
- package/dist/{vue3/types → types}/components/EditableTable/hooks/usePagination.d.ts +12 -12
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useRowBgColor.d.ts +18 -18
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useRowEdit.d.ts +14 -14
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useTableRender.d.ts +41 -41
- package/dist/{vue3/types → types}/components/EditableTable/hooks/useViewSetting.d.ts +26 -26
- package/dist/types/components/EditableTable/index.vue.d.ts +4502 -0
- package/dist/{vue3/types → types}/components/EditableTable/types.d.ts +419 -419
- package/dist/{vue3/types → types}/index.d.ts +7 -7
- package/dist/{vue3/types → types}/stories/EditableTable.fake.d.ts +33 -33
- package/dist/{vue3/types → types}/stories/EditableTable.hook.d.ts +12 -12
- package/dist/{vue3/types → types}/stories/EditableTable.stories.d.ts +18 -18
- package/dist/types/stories/Test.stories.d.ts +6 -0
- package/package.json +66 -103
- package/dist/auto/index.mjs +0 -21
- package/dist/auto/types/index.d.ts +0 -9
- package/dist/vue2/index.css +0 -1
- package/dist/vue2/index.mjs +0 -3017
- package/dist/vue2/types/components/AddMembers/index.vue.d.ts +0 -31
- package/dist/vue2/types/components/AuditSteps/index.vue.d.ts +0 -46
- package/dist/vue2/types/components/DemoComponent/index.vue.d.ts +0 -2
- package/dist/vue2/types/components/EditableTable/bizHooks/index.d.ts +0 -7
- package/dist/vue2/types/components/EditableTable/bizHooks/useCellHover.d.ts +0 -11
- package/dist/vue2/types/components/EditableTable/bizHooks/useColumnHeaderOperation.d.ts +0 -34
- package/dist/vue2/types/components/EditableTable/bizHooks/useDefaultOperation.d.ts +0 -22
- package/dist/vue2/types/components/EditableTable/bizHooks/useDragSort.d.ts +0 -14
- package/dist/vue2/types/components/EditableTable/bizHooks/usePagination.d.ts +0 -12
- package/dist/vue2/types/components/EditableTable/bizHooks/useRowBgColor.d.ts +0 -15
- package/dist/vue2/types/components/EditableTable/bizHooks/useViewSetting.d.ts +0 -26
- package/dist/vue2/types/components/EditableTable/features/bizEditCell.vue.d.ts +0 -21
- package/dist/vue2/types/components/EditableTable/features/bizTableHeaderPopover/BizSortFilter.vue.d.ts +0 -23
- package/dist/vue2/types/components/EditableTable/features/bizTableHeaderPopover/index.vue.d.ts +0 -311
- package/dist/vue2/types/components/EditableTable/features/bizViewSettingDialog.vue.d.ts +0 -30
- package/dist/vue2/types/components/EditableTable/index.vue.d.ts +0 -472
- package/dist/vue2/types/components/EditableTable/types/index.d.ts +0 -235
- package/dist/vue2/types/components/Ellipsis/MultilineEllipsis.vue.d.ts +0 -91
- package/dist/vue2/types/components/Ellipsis/index.vue.d.ts +0 -89
- package/dist/vue2/types/components/LxTable/index.vue.d.ts +0 -2
- package/dist/vue2/types/components/PopoverForm/index.vue.d.ts +0 -50
- package/dist/vue2/types/components/SearchForm/index.vue.d.ts +0 -116
- package/dist/vue2/types/components/SearchForm/types/index.d.ts +0 -65
- package/dist/vue2/types/components/SearchSelect/index.vue.d.ts +0 -53
- package/dist/vue2/types/components/index.d.ts +0 -12
- package/dist/vue2/types/components/singleMessage/index.d.ts +0 -4
- package/dist/vue2/types/vue2/index.d.ts +0 -1363
- package/dist/vue3/index.css +0 -1
- package/dist/vue3/index.mjs +0 -2306
- package/dist/vue3/index.mjs.map +0 -1
- package/dist/vue3/types/components/EditableTable/features/bizColorSelect.vue.d.ts +0 -31
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizCheckboxFilter.vue.d.ts +0 -23
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizColorRadioFilter.vue.d.ts +0 -23
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizDoubleDatePickerFilter.vue.d.ts +0 -23
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizInputFilter.vue.d.ts +0 -23
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.helper.d.ts +0 -48
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.vue.d.ts +0 -23
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizRadioFilter.vue.d.ts +0 -23
- package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizSortFilter.vue.d.ts +0 -25
- package/dist/vue3/types/components/EditableTable/features/bizTableOperatePopover.vue.d.ts +0 -36
- package/dist/vue3/types/components/EditableTable/index.vue.d.ts +0 -4478
- package/dist/vue3/types/components/helper.d.ts +0 -8
- /package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.helper.d.ts +0 -0
- /package/dist/{vue2/types → types}/components/helper.d.ts +0 -0
|
@@ -1,18 +1,24 @@
|
|
|
1
|
-
import { IColorList, ITableDataItem } from '../types';
|
|
1
|
+
import { IColorList, ITableDataItem } from '../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
colorList: IColorList;
|
|
5
5
|
scope: any;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"row-bg-change": (param: {
|
|
8
8
|
colorId: number;
|
|
9
9
|
row: ITableDataItem;
|
|
10
10
|
rowIndex: number;
|
|
11
11
|
}) => void;
|
|
12
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
colorList: IColorList;
|
|
14
14
|
scope: any;
|
|
15
|
-
}
|
|
15
|
+
}>>> & Readonly<{
|
|
16
|
+
"onRow-bg-change"?: ((param: {
|
|
17
|
+
colorId: number;
|
|
18
|
+
row: ITableDataItem;
|
|
19
|
+
rowIndex: number;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
22
|
export default _default;
|
|
17
23
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
24
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { IFilterSelect } from '../../types';
|
|
1
|
+
import { IFilterSelect } from '../../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
config: IFilterSelect;
|
|
5
5
|
tempFilteredValue: Record<string, string>;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
8
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
config: IFilterSelect;
|
|
10
10
|
tempFilteredValue: Record<string, string>;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{
|
|
12
|
+
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { IFilterColorRadio } from '../../types';
|
|
1
|
+
import { IFilterColorRadio } from '../../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
config: IFilterColorRadio;
|
|
5
5
|
tempFilteredValue: Record<string, string>;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
8
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
config: IFilterColorRadio;
|
|
10
10
|
tempFilteredValue: Record<string, string>;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{
|
|
12
|
+
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IFilterDoubleDatePicker, IFilterDoubleDatePickerLimit } from '../../types';
|
|
1
|
+
import { IFilterDoubleDatePicker, IFilterDoubleDatePickerLimit } from '../../types';
|
|
2
2
|
|
|
3
3
|
interface IFilterDoubleDatePickerProps {
|
|
4
4
|
/** 日期选择器配置 */
|
|
@@ -6,9 +6,11 @@ interface IFilterDoubleDatePickerProps {
|
|
|
6
6
|
/** 临时筛选值 */
|
|
7
7
|
tempFilteredValue: Record<string, string>;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IFilterDoubleDatePickerProps
|
|
9
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IFilterDoubleDatePickerProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
10
|
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
11
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IFilterDoubleDatePickerProps
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IFilterDoubleDatePickerProps>>> & Readonly<{
|
|
12
|
+
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { IFilterInput } from '../../types';
|
|
1
|
+
import { IFilterInput } from '../../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
config: IFilterInput;
|
|
5
5
|
tempFilteredValue: Record<string, string>;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
8
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
config: IFilterInput;
|
|
10
10
|
tempFilteredValue: Record<string, string>;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{
|
|
12
|
+
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { IFilterMonthDayPicker } from '../../types';
|
|
1
|
+
import { IFilterMonthDayPicker } from '../../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
config: IFilterMonthDayPicker;
|
|
5
5
|
tempFilteredValue: Record<string, string>;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
8
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
config: IFilterMonthDayPicker;
|
|
10
10
|
tempFilteredValue: Record<string, string>;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{
|
|
12
|
+
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { IFilterSelect } from '../../types';
|
|
1
|
+
import { IFilterSelect } from '../../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
config: IFilterSelect;
|
|
5
5
|
tempFilteredValue: Record<string, string>;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
8
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
config: IFilterSelect;
|
|
10
10
|
tempFilteredValue: Record<string, string>;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{
|
|
12
|
+
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
package/dist/types/components/EditableTable/features/bizTableHeaderPopover/BizSortFilter.vue.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IColumnConfig } from '../../types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
column: IColumnConfig;
|
|
5
|
+
tempSortType: "ascending" | "descending" | "";
|
|
6
|
+
tempSortProp: string;
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"update:sort": (type: "ascending" | "descending", prop: string) => void;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
column: IColumnConfig;
|
|
11
|
+
tempSortType: "ascending" | "descending" | "";
|
|
12
|
+
tempSortProp: string;
|
|
13
|
+
}>>> & Readonly<{
|
|
14
|
+
"onUpdate:sort"?: ((type: "ascending" | "descending", prop: string) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('
|
|
2
|
-
headActive: boolean;
|
|
3
|
-
column: import('../../types').ColumnConfig;
|
|
4
|
-
tempSummaryList: string[];
|
|
5
|
-
tempSortType: "" | "ascending" | "descending";
|
|
6
|
-
tempSortProp: string;
|
|
7
|
-
tempFilteredValue: Record<string, string | number | number[] | string[]>;
|
|
8
|
-
}>>, {
|
|
9
|
-
close: () => void;
|
|
10
|
-
}, {}, {}, {}, import('
|
|
11
|
-
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
12
|
-
"update:tempSummaryList": (value: string[]) => void;
|
|
13
|
-
"update:sort": (type: "ascending" | "descending", prop: string) => void;
|
|
14
|
-
"popover-show": () => void;
|
|
15
|
-
reset: () => void;
|
|
16
|
-
confirm: () => void;
|
|
17
|
-
}, string, import('
|
|
18
|
-
headActive: boolean;
|
|
19
|
-
column: import('../../types').ColumnConfig;
|
|
20
|
-
tempSummaryList: string[];
|
|
21
|
-
tempSortType: "" | "ascending" | "descending";
|
|
22
|
-
tempSortProp: string;
|
|
23
|
-
tempFilteredValue: Record<string, string | number | number[] | string[]>;
|
|
24
|
-
}>>> & Readonly<{
|
|
25
|
-
onReset?: (() => any) | undefined;
|
|
26
|
-
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
27
|
-
"onUpdate:sort"?: ((type: "ascending" | "descending", prop: string) => any) | undefined;
|
|
28
|
-
"onUpdate:tempSummaryList"?: ((value: string[]) => any) | undefined;
|
|
29
|
-
"onPopover-show"?: (() => any) | undefined;
|
|
30
|
-
onConfirm?: (() => any) | undefined;
|
|
31
|
-
}>, {}, {}, {}, {}, string, import('
|
|
32
|
-
custom?(_: {}): any;
|
|
33
|
-
"summay-item"?(_: {
|
|
34
|
-
[x: string]: any;
|
|
35
|
-
prop: string;
|
|
36
|
-
label: string;
|
|
37
|
-
editType?: import('../../types').EditType | undefined;
|
|
38
|
-
editSlotName?: string | undefined;
|
|
39
|
-
editOptions?: {
|
|
40
|
-
label: string;
|
|
41
|
-
value: any;
|
|
42
|
-
}[] | undefined;
|
|
43
|
-
slotName?: string | undefined;
|
|
44
|
-
hoverSlotName?: string | undefined;
|
|
45
|
-
formatter?: ((row: any, column: import('../../types').ColumnConfig, value: any, index: number) => string | number) | undefined;
|
|
46
|
-
sortable?: boolean | import('../../types').SortOption[] | undefined;
|
|
47
|
-
filters?: import('../../types').FilterConfig[] | undefined;
|
|
48
|
-
showFilterIcon?: boolean | undefined;
|
|
49
|
-
summary?: boolean | undefined;
|
|
50
|
-
summaryMethod?: ((values: any[]) => string | number) | undefined;
|
|
51
|
-
alwaysShow?: boolean | undefined;
|
|
52
|
-
isAlwaysShow?: boolean | undefined;
|
|
53
|
-
defaultHide?: boolean | undefined;
|
|
54
|
-
isColumnSortable?: boolean | undefined;
|
|
55
|
-
_sortable?: boolean | import('../../types').SortOption[] | undefined;
|
|
56
|
-
width?: string | number | undefined;
|
|
57
|
-
minWidth?: string | number | undefined;
|
|
58
|
-
fixed?: boolean | "left" | "right" | undefined;
|
|
59
|
-
align?: "left" | "right" | "center" | undefined;
|
|
60
|
-
showOverflowTooltip?: boolean | undefined;
|
|
61
|
-
}): any;
|
|
62
|
-
}>;
|
|
63
|
-
export default _default;
|
|
64
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
65
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
66
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
67
|
-
type: import('
|
|
68
|
-
} : {
|
|
69
|
-
type: import('
|
|
70
|
-
required: true;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
74
|
-
new (): {
|
|
75
|
-
$slots: S;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
headActive: boolean;
|
|
3
|
+
column: import('../../types').ColumnConfig;
|
|
4
|
+
tempSummaryList: string[];
|
|
5
|
+
tempSortType: "" | "ascending" | "descending";
|
|
6
|
+
tempSortProp: string;
|
|
7
|
+
tempFilteredValue: Record<string, string | number | number[] | string[]>;
|
|
8
|
+
}>>, {
|
|
9
|
+
close: () => void;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
"update:tempFilteredValue": (key: string, value: string) => void;
|
|
12
|
+
"update:tempSummaryList": (value: string[]) => void;
|
|
13
|
+
"update:sort": (type: "ascending" | "descending", prop: string) => void;
|
|
14
|
+
"popover-show": () => void;
|
|
15
|
+
reset: () => void;
|
|
16
|
+
confirm: () => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
+
headActive: boolean;
|
|
19
|
+
column: import('../../types').ColumnConfig;
|
|
20
|
+
tempSummaryList: string[];
|
|
21
|
+
tempSortType: "" | "ascending" | "descending";
|
|
22
|
+
tempSortProp: string;
|
|
23
|
+
tempFilteredValue: Record<string, string | number | number[] | string[]>;
|
|
24
|
+
}>>> & Readonly<{
|
|
25
|
+
onReset?: (() => any) | undefined;
|
|
26
|
+
"onUpdate:tempFilteredValue"?: ((key: string, value: string) => any) | undefined;
|
|
27
|
+
"onUpdate:sort"?: ((type: "ascending" | "descending", prop: string) => any) | undefined;
|
|
28
|
+
"onUpdate:tempSummaryList"?: ((value: string[]) => any) | undefined;
|
|
29
|
+
"onPopover-show"?: (() => any) | undefined;
|
|
30
|
+
onConfirm?: (() => any) | undefined;
|
|
31
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {}) => any>> & {
|
|
32
|
+
custom?(_: {}): any;
|
|
33
|
+
"summay-item"?(_: {
|
|
34
|
+
[x: string]: any;
|
|
35
|
+
prop: string;
|
|
36
|
+
label: string;
|
|
37
|
+
editType?: import('../../types').EditType | undefined;
|
|
38
|
+
editSlotName?: string | undefined;
|
|
39
|
+
editOptions?: {
|
|
40
|
+
label: string;
|
|
41
|
+
value: any;
|
|
42
|
+
}[] | undefined;
|
|
43
|
+
slotName?: string | undefined;
|
|
44
|
+
hoverSlotName?: string | undefined;
|
|
45
|
+
formatter?: ((row: any, column: import('../../types').ColumnConfig, value: any, index: number) => string | number) | undefined;
|
|
46
|
+
sortable?: boolean | import('../../types').SortOption[] | undefined;
|
|
47
|
+
filters?: import('../../types').FilterConfig[] | undefined;
|
|
48
|
+
showFilterIcon?: boolean | undefined;
|
|
49
|
+
summary?: boolean | undefined;
|
|
50
|
+
summaryMethod?: ((values: any[]) => string | number) | undefined;
|
|
51
|
+
alwaysShow?: boolean | undefined;
|
|
52
|
+
isAlwaysShow?: boolean | undefined;
|
|
53
|
+
defaultHide?: boolean | undefined;
|
|
54
|
+
isColumnSortable?: boolean | undefined;
|
|
55
|
+
_sortable?: boolean | import('../../types').SortOption[] | undefined;
|
|
56
|
+
width?: string | number | undefined;
|
|
57
|
+
minWidth?: string | number | undefined;
|
|
58
|
+
fixed?: boolean | "left" | "right" | undefined;
|
|
59
|
+
align?: "left" | "right" | "center" | undefined;
|
|
60
|
+
showOverflowTooltip?: boolean | undefined;
|
|
61
|
+
}): any;
|
|
62
|
+
}>;
|
|
63
|
+
export default _default;
|
|
64
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
65
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
66
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
67
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
68
|
+
} : {
|
|
69
|
+
type: import('vue').PropType<T[K]>;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
74
|
+
new (): {
|
|
75
|
+
$slots: S;
|
|
76
|
+
};
|
|
77
|
+
};
|
package/dist/{vue2/types → types}/components/EditableTable/features/bizTableOperatePopover.vue.d.ts
RENAMED
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { IDefaultOperationType } from '../types';
|
|
1
|
+
import { IDefaultOperationType } from '../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
defaultOperations: IDefaultOperationType[];
|
|
5
5
|
scope: any;
|
|
6
|
-
}
|
|
6
|
+
}>>, {
|
|
7
7
|
doClose: () => any;
|
|
8
8
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
edit: () => void;
|
|
10
10
|
delete: () => void;
|
|
11
11
|
rowPinToTop: () => void;
|
|
12
|
-
}, string, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
defaultOperations: IDefaultOperationType[];
|
|
14
14
|
scope: any;
|
|
15
|
-
}
|
|
15
|
+
}>>> & Readonly<{
|
|
16
|
+
onEdit?: (() => any) | undefined;
|
|
17
|
+
onDelete?: (() => any) | undefined;
|
|
18
|
+
onRowPinToTop?: (() => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
16
20
|
default?(_: {}): any;
|
|
17
21
|
}>;
|
|
18
22
|
export default _default;
|
|
@@ -27,6 +31,6 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
27
31
|
};
|
|
28
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
33
|
new (): {
|
|
30
|
-
$
|
|
34
|
+
$slots: S;
|
|
31
35
|
};
|
|
32
36
|
};
|
package/dist/{vue3/types → types}/components/EditableTable/features/bizViewSettingDialog.vue.d.ts
RENAMED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { IColumnConfig, IProps } from '../types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('
|
|
4
|
-
actualColumns: IColumnConfig[];
|
|
5
|
-
viewSettingDragSortOptions: IColumnConfig[];
|
|
6
|
-
showingColumns: string[];
|
|
7
|
-
props: IProps;
|
|
8
|
-
}>>, {
|
|
9
|
-
open: () => void;
|
|
10
|
-
}, {}, {}, {}, import('
|
|
11
|
-
"update:leftFixedColumnCount": (val: number) => void;
|
|
12
|
-
"update:showingColumns": (val: string[]) => void;
|
|
13
|
-
"update:viewSettingDragSortOptions": (val: import('../types').ColumnConfig[]) => void;
|
|
14
|
-
tableDoLayout: () => void;
|
|
15
|
-
}, string, import('
|
|
16
|
-
actualColumns: IColumnConfig[];
|
|
17
|
-
viewSettingDragSortOptions: IColumnConfig[];
|
|
18
|
-
showingColumns: string[];
|
|
19
|
-
props: IProps;
|
|
20
|
-
}>>> & Readonly<{
|
|
21
|
-
"onUpdate:leftFixedColumnCount"?: ((val: number) => any) | undefined;
|
|
22
|
-
"onUpdate:showingColumns"?: ((val: string[]) => any) | undefined;
|
|
23
|
-
"onUpdate:viewSettingDragSortOptions"?: ((val: import('../types').ColumnConfig[]) => any) | undefined;
|
|
24
|
-
onTableDoLayout?: (() => any) | undefined;
|
|
25
|
-
}>, {}, {}, {}, {}, string, import('
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('
|
|
31
|
-
} : {
|
|
32
|
-
type: import('
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
1
|
+
import { IColumnConfig, IProps } from '../types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
actualColumns: IColumnConfig[];
|
|
5
|
+
viewSettingDragSortOptions: IColumnConfig[];
|
|
6
|
+
showingColumns: string[];
|
|
7
|
+
props: IProps;
|
|
8
|
+
}>>, {
|
|
9
|
+
open: () => void;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
"update:leftFixedColumnCount": (val: number) => void;
|
|
12
|
+
"update:showingColumns": (val: string[]) => void;
|
|
13
|
+
"update:viewSettingDragSortOptions": (val: import('../types').ColumnConfig[]) => void;
|
|
14
|
+
tableDoLayout: () => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
16
|
+
actualColumns: IColumnConfig[];
|
|
17
|
+
viewSettingDragSortOptions: IColumnConfig[];
|
|
18
|
+
showingColumns: string[];
|
|
19
|
+
props: IProps;
|
|
20
|
+
}>>> & Readonly<{
|
|
21
|
+
"onUpdate:leftFixedColumnCount"?: ((val: number) => any) | undefined;
|
|
22
|
+
"onUpdate:showingColumns"?: ((val: string[]) => any) | undefined;
|
|
23
|
+
"onUpdate:viewSettingDragSortOptions"?: ((val: import('../types').ColumnConfig[]) => any) | undefined;
|
|
24
|
+
onTableDoLayout?: (() => any) | undefined;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './usePagination';
|
|
2
|
-
export * from './useTableRender';
|
|
3
|
-
export * from './useRowEdit';
|
|
4
|
-
export * from './useDragSort';
|
|
5
|
-
export * from './useRowBgColor';
|
|
6
|
-
export * from './useCellHover';
|
|
7
|
-
export * from './useDefaultOperation';
|
|
8
|
-
export * from './useColumnHeaderOperation';
|
|
9
|
-
export * from './useViewSetting';
|
|
1
|
+
export * from './usePagination';
|
|
2
|
+
export * from './useTableRender';
|
|
3
|
+
export * from './useRowEdit';
|
|
4
|
+
export * from './useDragSort';
|
|
5
|
+
export * from './useRowBgColor';
|
|
6
|
+
export * from './useCellHover';
|
|
7
|
+
export * from './useDefaultOperation';
|
|
8
|
+
export * from './useColumnHeaderOperation';
|
|
9
|
+
export * from './useViewSetting';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { Ref } from '
|
|
2
|
-
|
|
3
|
-
export declare function useCellHover(tableDomRef: Ref<any>): {
|
|
4
|
-
hoveringCellInfo: Ref<{
|
|
5
|
-
rowIndex: number;
|
|
6
|
-
columnProperty: string;
|
|
7
|
-
}, {
|
|
8
|
-
rowIndex: number;
|
|
9
|
-
columnProperty: string;
|
|
10
|
-
} | {
|
|
11
|
-
rowIndex: number;
|
|
12
|
-
columnProperty: string;
|
|
13
|
-
}>;
|
|
14
|
-
setCellClassName: ({ column, rowIndex }: {
|
|
15
|
-
column: any;
|
|
16
|
-
rowIndex: number;
|
|
17
|
-
}) => string;
|
|
18
|
-
debouncedHoverHandler: import('lodash').DebouncedFunc<(row: any, column: any, cell: any, event: MouseEvent) => void>;
|
|
19
|
-
};
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare function useCellHover(tableDomRef: Ref<any>): {
|
|
4
|
+
hoveringCellInfo: Ref<{
|
|
5
|
+
rowIndex: number;
|
|
6
|
+
columnProperty: string;
|
|
7
|
+
}, {
|
|
8
|
+
rowIndex: number;
|
|
9
|
+
columnProperty: string;
|
|
10
|
+
} | {
|
|
11
|
+
rowIndex: number;
|
|
12
|
+
columnProperty: string;
|
|
13
|
+
}>;
|
|
14
|
+
setCellClassName: ({ column, rowIndex }: {
|
|
15
|
+
column: any;
|
|
16
|
+
rowIndex: number;
|
|
17
|
+
}) => string;
|
|
18
|
+
debouncedHoverHandler: import('lodash').DebouncedFunc<(row: any, column: any, cell: any, event: MouseEvent) => void>;
|
|
19
|
+
};
|
package/dist/{vue3/types → types}/components/EditableTable/hooks/useColumnHeaderOperation.d.ts
RENAMED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { Ref } from '
|
|
2
|
-
import { IColumnConfig, IEmits, IProps } from '../types';
|
|
3
|
-
|
|
4
|
-
interface IUseColumnHeaderOperationParams {
|
|
5
|
-
props: IProps;
|
|
6
|
-
tableDomRef: Ref<any>;
|
|
7
|
-
emit: IEmits;
|
|
8
|
-
showingColumns: Ref<string[]>;
|
|
9
|
-
}
|
|
10
|
-
export declare function useColumnHeaderOperation({ props, tableDomRef, emit, showingColumns, }: IUseColumnHeaderOperationParams): {
|
|
11
|
-
setSort: (params: {
|
|
12
|
-
order: "ascending" | "descending";
|
|
13
|
-
prop: string;
|
|
14
|
-
}) => void;
|
|
15
|
-
clearSort: () => void;
|
|
16
|
-
setSearchParams: (params: Record<string, any>) => void;
|
|
17
|
-
isColumnHeadActive: ({ prop, filters, _sortable }: IColumnConfig) => boolean;
|
|
18
|
-
handleHeaderPopoverShow: (column: IColumnConfig) => void;
|
|
19
|
-
handleSort: (type: "ascending" | "descending", prop: string) => void;
|
|
20
|
-
handleHeaderOperationConfirm: (column: IColumnConfig) => Promise<void>;
|
|
21
|
-
handleHeaderOperationReset: (column: IColumnConfig) => Promise<void>;
|
|
22
|
-
summaryList: Ref<string[], string[]>;
|
|
23
|
-
tableSummaryMethod: (param: {
|
|
24
|
-
columns: any[];
|
|
25
|
-
data: any[];
|
|
26
|
-
}) => string[];
|
|
27
|
-
filteredValue: Ref<Record<string, string | number | number[] | string[]>, Record<string, string | number | number[] | string[]>>;
|
|
28
|
-
showColumnHeadSortIcon: ({ isColumnSortable, filters, }: IColumnConfig) => boolean | undefined;
|
|
29
|
-
tempSortProp: Ref<string, string>;
|
|
30
|
-
tempFilteredValue: Ref<Record<string, string | number | number[] | string[]>, Record<string, string | number | number[] | string[]>>;
|
|
31
|
-
tempSummaryList: Ref<string[], string[]>;
|
|
32
|
-
tempSortType: Ref<"" | "ascending" | "descending", "" | "ascending" | "descending">;
|
|
33
|
-
sortProp: Ref<string, string>;
|
|
34
|
-
isColumnFiltering: import('
|
|
35
|
-
inSorting: Ref<boolean, boolean>;
|
|
36
|
-
};
|
|
37
|
-
export {};
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { IColumnConfig, IEmits, IProps } from '../types';
|
|
3
|
+
|
|
4
|
+
interface IUseColumnHeaderOperationParams {
|
|
5
|
+
props: IProps;
|
|
6
|
+
tableDomRef: Ref<any>;
|
|
7
|
+
emit: IEmits;
|
|
8
|
+
showingColumns: Ref<string[]>;
|
|
9
|
+
}
|
|
10
|
+
export declare function useColumnHeaderOperation({ props, tableDomRef, emit, showingColumns, }: IUseColumnHeaderOperationParams): {
|
|
11
|
+
setSort: (params: {
|
|
12
|
+
order: "ascending" | "descending";
|
|
13
|
+
prop: string;
|
|
14
|
+
}) => void;
|
|
15
|
+
clearSort: () => void;
|
|
16
|
+
setSearchParams: (params: Record<string, any>) => void;
|
|
17
|
+
isColumnHeadActive: ({ prop, filters, _sortable }: IColumnConfig) => boolean;
|
|
18
|
+
handleHeaderPopoverShow: (column: IColumnConfig) => void;
|
|
19
|
+
handleSort: (type: "ascending" | "descending", prop: string) => void;
|
|
20
|
+
handleHeaderOperationConfirm: (column: IColumnConfig) => Promise<void>;
|
|
21
|
+
handleHeaderOperationReset: (column: IColumnConfig) => Promise<void>;
|
|
22
|
+
summaryList: Ref<string[], string[]>;
|
|
23
|
+
tableSummaryMethod: (param: {
|
|
24
|
+
columns: any[];
|
|
25
|
+
data: any[];
|
|
26
|
+
}) => (string | number)[];
|
|
27
|
+
filteredValue: Ref<Record<string, string | number | number[] | string[]>, Record<string, string | number | number[] | string[]>>;
|
|
28
|
+
showColumnHeadSortIcon: ({ isColumnSortable, filters, }: IColumnConfig) => boolean | undefined;
|
|
29
|
+
tempSortProp: Ref<string, string>;
|
|
30
|
+
tempFilteredValue: Ref<Record<string, string | number | number[] | string[]>, Record<string, string | number | number[] | string[]>>;
|
|
31
|
+
tempSummaryList: Ref<string[], string[]>;
|
|
32
|
+
tempSortType: Ref<"" | "ascending" | "descending", "" | "ascending" | "descending">;
|
|
33
|
+
sortProp: Ref<string, string>;
|
|
34
|
+
isColumnFiltering: import('vue').ComputedRef<boolean>;
|
|
35
|
+
inSorting: Ref<boolean, boolean>;
|
|
36
|
+
};
|
|
37
|
+
export {};
|