dlzn-ui 1.71.0 → 1.72.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/components/input/src/input.vue.d.ts +3 -3
- package/components/input-number/src/input-number.vue.d.ts +1 -1
- package/components/popconfirm/src/popconfirm.vue.d.ts +1 -1
- package/components/select/src/select.vue.d.ts +2 -2
- package/components/textarea/src/textarea.vue.d.ts +2 -2
- package/components/tree/src/tree.vue.d.ts +1 -1
- package/components/tree-select/src/tree-select.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -6,11 +6,11 @@ declare const __VLS_export: import("vue").DefineComponent<InputProps$1, {}, {},
|
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<InputProps$1> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: ((value: InputValue) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
autocomplete: string;
|
|
10
|
-
clearable: boolean;
|
|
11
9
|
disabled: boolean;
|
|
12
|
-
placeholder: string;
|
|
13
10
|
readonly: boolean;
|
|
11
|
+
placeholder: string;
|
|
12
|
+
autocomplete: string;
|
|
13
|
+
clearable: boolean;
|
|
14
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
declare const _default: typeof __VLS_export;
|
|
16
16
|
//#endregion
|
|
@@ -6,11 +6,11 @@ declare const __VLS_export: import("vue").DefineComponent<InputNumberProps$1, {}
|
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<InputNumberProps$1> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: ((value: InputNumberValue) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
autoWidth: boolean;
|
|
10
9
|
disabled: boolean;
|
|
11
10
|
readonly: boolean;
|
|
12
11
|
theme: "normal" | "row";
|
|
13
12
|
min: InputNumberValue;
|
|
13
|
+
autoWidth: boolean;
|
|
14
14
|
decimalPlaces: import("tdesign-vue-next").InputNumberDecimalPlaces;
|
|
15
15
|
useGrouping: boolean;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PopconfirmProps } from "./popconfirm.js";
|
|
2
2
|
//#region ../../packages/dlzn-ui/components/popconfirm/src/popconfirm.vue.d.ts
|
|
3
3
|
declare const __VLS_export: import("vue").DefineComponent<PopconfirmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PopconfirmProps> & Readonly<{}>, {
|
|
4
|
-
destroyOnClose: boolean;
|
|
5
4
|
theme: "default" | "warning" | "danger";
|
|
5
|
+
destroyOnClose: boolean;
|
|
6
6
|
visible: boolean;
|
|
7
7
|
showArrow: boolean;
|
|
8
8
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SelectProps } from "./select.js";
|
|
2
2
|
//#region ../../packages/dlzn-ui/components/select/src/select.vue.d.ts
|
|
3
3
|
declare const __VLS_export: import("vue").DefineComponent<SelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectProps> & Readonly<{}>, {
|
|
4
|
-
clearable: boolean;
|
|
5
4
|
disabled: boolean;
|
|
6
|
-
placeholder: string;
|
|
7
5
|
readonly: boolean;
|
|
8
6
|
keys: import("tdesign-vue-next").KeysType;
|
|
9
7
|
showArrow: boolean;
|
|
10
8
|
scroll: import("tdesign-vue-next").InfinityScroll;
|
|
11
9
|
showCheckAll: boolean;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
clearable: boolean;
|
|
12
12
|
filterable: boolean;
|
|
13
13
|
inputValue: string;
|
|
14
14
|
minCollapsedNum: number;
|
|
@@ -7,9 +7,9 @@ declare const __VLS_export: import("vue").DefineComponent<TextareaProps$1, {}, {
|
|
|
7
7
|
"onUpdate:modelValue"?: ((value: TextareaValue) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
9
|
disabled: boolean;
|
|
10
|
-
maxlength: string | number;
|
|
11
|
-
placeholder: string;
|
|
12
10
|
readonly: boolean;
|
|
11
|
+
placeholder: string;
|
|
12
|
+
maxlength: string | number;
|
|
13
13
|
autosize: boolean | {
|
|
14
14
|
minRows?: number;
|
|
15
15
|
maxRows?: number;
|
|
@@ -3,9 +3,9 @@ import { TreeInstanceFunctions } from "tdesign-vue-next";
|
|
|
3
3
|
//#region ../../packages/dlzn-ui/components/tree/src/tree.vue.d.ts
|
|
4
4
|
declare const __VLS_export: import("vue").DefineComponent<TreeProps$1, TreeInstanceFunctions<import("tdesign-vue-next").TreeOptionData>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TreeProps$1> & Readonly<{}>, {
|
|
5
5
|
disabled: boolean;
|
|
6
|
-
label: string | boolean | ((h: typeof import("vue").h, props: import("tdesign-vue-next").TreeNodeModel<import("tdesign-vue-next/es/tree/utils/adapt").TypeTreeOptionData>) => import("tdesign-vue-next").TNodeReturnValue);
|
|
7
6
|
lazy: boolean;
|
|
8
7
|
icon: boolean | ((h: typeof import("vue").h, props: import("tdesign-vue-next").TreeNodeModel<import("tdesign-vue-next/es/tree/utils/adapt").TypeTreeOptionData>) => import("tdesign-vue-next").TNodeReturnValue);
|
|
8
|
+
label: string | boolean | ((h: typeof import("vue").h, props: import("tdesign-vue-next").TreeNodeModel<import("tdesign-vue-next/es/tree/utils/adapt").TypeTreeOptionData>) => import("tdesign-vue-next").TNodeReturnValue);
|
|
9
9
|
hover: boolean;
|
|
10
10
|
checkable: boolean;
|
|
11
11
|
expandOnClickNode: boolean;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TreeSelectProps } from "./tree-select.js";
|
|
2
2
|
//#region ../../packages/dlzn-ui/components/tree-select/src/tree-select.vue.d.ts
|
|
3
3
|
declare const __VLS_export: import("vue").DefineComponent<TreeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TreeSelectProps> & Readonly<{}>, {
|
|
4
|
-
clearable: boolean;
|
|
5
4
|
disabled: boolean;
|
|
6
5
|
readonly: boolean;
|
|
6
|
+
clearable: boolean;
|
|
7
7
|
filterable: boolean;
|
|
8
8
|
popupVisible: boolean;
|
|
9
9
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
package/package.json
CHANGED