@das-fed/ui 7.1.0-dev.1 → 7.1.0-dev.11
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/esm-map.json +3 -2
- package/package.json +5 -5
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/area-phone-select/index.d.ts +23 -23
- package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/i18n/index.d.ts +40 -0
- package/packages/business-components/device-panel/index.d.ts +1 -1
- package/packages/business-components/device-panel/index.js +19872 -18406
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/utils/get-file-details.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/utils/get-file-details.d.ts +2 -0
- package/packages/business-components/device-panel/src/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/render-panel.d.ts +2 -1
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/payment/index.d.ts +9 -11
- package/packages/business-components/payment/index.js +122 -129
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/style.css +1 -1
- package/packages/business-components/payment/type.d.ts +2 -0
- package/packages/business-components/process-form/index.js +675 -655
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/utils/common-methods.d.ts +6 -0
- package/packages/business-components/process-search-form/index.js +54 -54
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/i18n/index.d.ts +23 -0
- package/packages/business-components/update-confirm-dialog/index.d.ts +61 -0
- package/packages/business-components/update-confirm-dialog/index.js +105 -0
- package/packages/business-components/update-confirm-dialog/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/src/App.vue.d.ts +11 -0
- package/packages/business-components/update-confirm-dialog/src/type.d.ts +4 -0
- package/packages/business-components/video-dialog/index.d.ts +10 -0
- package/packages/business-components/video-dialog/index.js +375 -356
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/api.d.ts +1 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +6 -0
- package/packages/business-components/video-dialog/src/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/type.d.ts +7 -1
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/autocomplete/index.d.ts +15 -15
- package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
- package/packages/components/checkbox/index.d.ts +15 -15
- package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
- package/packages/components/collapse-panel/index.js +64 -39
- package/packages/components/collapse-panel/index.js.gz +0 -0
- package/packages/components/collapse-panel/style.css +1 -1
- package/packages/components/collapse-panel/style.css.gz +0 -0
- package/packages/components/color-picker/index.d.ts +8 -8
- package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
- package/packages/components/custom-search-item/index.d.ts +15 -15
- package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
- package/packages/components/dialog/index.d.ts +6 -3
- package/packages/components/dialog/index.js +279 -184
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +2 -1
- package/packages/components/dialog/src/directives/dialogResize.d.ts +2 -0
- package/packages/components/dialog/src/type.d.ts +2 -0
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/hls-player/index.js +488 -484
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/type.d.ts +3 -0
- package/packages/components/hls-player/style.css +1 -1
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/input/index.d.ts +5 -5
- package/packages/components/input/src/index.vue.d.ts +2 -2
- package/packages/components/input-dialog-select/index.d.ts +2 -2
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
- package/packages/components/input-number/index.d.ts +8 -8
- package/packages/components/input-number/src/App.vue.d.ts +2 -2
- package/packages/components/live-player/index.d.ts +2 -0
- package/packages/components/live-player/index.js +822 -814
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/type.d.ts +3 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/radio/index.d.ts +15 -15
- package/packages/components/radio/src/Index.vue.d.ts +2 -2
- package/packages/components/rich-editor/index.d.ts +8 -8
- package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
- package/packages/components/scrollbar/index.d.ts +9 -3
- package/packages/components/scrollbar/index.js +323 -319
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +3 -1
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +2 -2
- package/packages/components/search/src/Index.vue.d.ts +2 -2
- package/packages/components/search-form/index.js +175 -174
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/special-range-picker-month/index.d.ts +2 -2
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.d.ts +2 -2
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
- package/packages/components/tree-select/src/App.vue.d.ts +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/** 获取组件实例 */
|
|
2
2
|
declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
3
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4
3
|
onChange?: ((value: string) => any) | undefined;
|
|
4
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5
5
|
onDasInput?: ((value: string) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (value: string) => any;
|
|
8
7
|
change: (value: string) => any;
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
9
|
dasInput: (value: string) => any;
|
|
10
10
|
}, import("vue").PublicProps, {
|
|
11
11
|
disabled: boolean;
|
|
@@ -23,8 +23,8 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
23
23
|
M: {};
|
|
24
24
|
Defaults: {};
|
|
25
25
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
26
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
26
|
onChange?: ((value: string) => any) | undefined;
|
|
27
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
28
28
|
onDasInput?: ((value: string) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, {
|
|
30
30
|
disabled: boolean;
|
|
@@ -35,12 +35,12 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
35
35
|
noSetDefaultVal: boolean;
|
|
36
36
|
borderType: string;
|
|
37
37
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
38
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
38
|
onChange?: ((value: string) => any) | undefined;
|
|
39
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
40
40
|
onDasInput?: ((value: string) => any) | undefined;
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
42
|
-
"update:modelValue": (value: string) => any;
|
|
43
42
|
change: (value: string) => any;
|
|
43
|
+
"update:modelValue": (value: string) => any;
|
|
44
44
|
dasInput: (value: string) => any;
|
|
45
45
|
}, import("vue").PublicProps, {
|
|
46
46
|
disabled: boolean;
|
|
@@ -58,8 +58,8 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
58
58
|
M: {};
|
|
59
59
|
Defaults: {};
|
|
60
60
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
61
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
62
61
|
onChange?: ((value: string) => any) | undefined;
|
|
62
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
63
63
|
onDasInput?: ((value: string) => any) | undefined;
|
|
64
64
|
}>, {}, {}, {}, {}, {
|
|
65
65
|
disabled: boolean;
|
|
@@ -71,12 +71,12 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
71
71
|
borderType: string;
|
|
72
72
|
}> | null>;
|
|
73
73
|
declare const DasColorPicker: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
74
|
-
"update:modelValue": (value: string) => any;
|
|
75
74
|
change: (value: string) => any;
|
|
75
|
+
"update:modelValue": (value: string) => any;
|
|
76
76
|
dasInput: (value: string) => any;
|
|
77
77
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
78
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
79
78
|
onChange?: ((value: string) => any) | undefined;
|
|
79
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
80
80
|
onDasInput?: ((value: string) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
82
|
disabled: boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import 'element-plus/es/components/color-picker/style/css';
|
|
2
2
|
import type { Props } from './type';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
-
"update:modelValue": (value: string) => any;
|
|
5
4
|
change: (value: string) => any;
|
|
5
|
+
"update:modelValue": (value: string) => any;
|
|
6
6
|
dasInput: (value: string) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
8
|
onChange?: ((value: string) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
onDasInput?: ((value: string) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
12
|
disabled: boolean;
|
|
@@ -10,8 +10,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
10
10
|
readonly customerActive?: boolean | undefined;
|
|
11
11
|
readonly labelLength?: number | string | undefined;
|
|
12
12
|
readonly labelPosition?: "left" | "right" | "top" | undefined;
|
|
13
|
-
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
14
13
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
14
|
+
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
15
15
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
16
16
|
$attrs: {
|
|
17
17
|
[x: string]: unknown;
|
|
@@ -25,14 +25,14 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
25
25
|
$root: import("vue").ComponentPublicInstance | null;
|
|
26
26
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
27
27
|
$host: Element | null;
|
|
28
|
-
$emit: ((event: "
|
|
28
|
+
$emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
|
|
29
29
|
$el: any;
|
|
30
30
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
31
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
32
31
|
onChange?: ((e: any) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
33
33
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
|
-
"update:modelValue": (n: any) => any;
|
|
35
34
|
change: (e: any) => any;
|
|
35
|
+
"update:modelValue": (n: any) => any;
|
|
36
36
|
}, string, {
|
|
37
37
|
label: string;
|
|
38
38
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -66,8 +66,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
66
66
|
options: any[];
|
|
67
67
|
customerActive: boolean;
|
|
68
68
|
}> & Omit<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
69
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
70
69
|
onChange?: ((e: any) => any) | undefined;
|
|
70
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
71
71
|
}>, "label" | "defaultProps" | "modelValue" | "options" | "customerActive"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
72
72
|
$slots: {
|
|
73
73
|
default?: (props: {}) => any;
|
|
@@ -83,8 +83,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
83
83
|
readonly customerActive?: boolean | undefined;
|
|
84
84
|
readonly labelLength?: number | string | undefined;
|
|
85
85
|
readonly labelPosition?: "left" | "right" | "top" | undefined;
|
|
86
|
-
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
87
86
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
87
|
+
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
88
88
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
89
89
|
$attrs: {
|
|
90
90
|
[x: string]: unknown;
|
|
@@ -98,14 +98,14 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
98
98
|
$root: import("vue").ComponentPublicInstance | null;
|
|
99
99
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
100
100
|
$host: Element | null;
|
|
101
|
-
$emit: ((event: "
|
|
101
|
+
$emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
|
|
102
102
|
$el: any;
|
|
103
103
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
104
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
105
104
|
onChange?: ((e: any) => any) | undefined;
|
|
105
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
106
106
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
107
|
-
"update:modelValue": (n: any) => any;
|
|
108
107
|
change: (e: any) => any;
|
|
108
|
+
"update:modelValue": (n: any) => any;
|
|
109
109
|
}, string, {
|
|
110
110
|
label: string;
|
|
111
111
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -139,8 +139,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
139
139
|
options: any[];
|
|
140
140
|
customerActive: boolean;
|
|
141
141
|
}> & Omit<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
142
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
143
142
|
onChange?: ((e: any) => any) | undefined;
|
|
143
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
144
144
|
}>, "label" | "defaultProps" | "modelValue" | "options" | "customerActive"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
145
145
|
$slots: {
|
|
146
146
|
default?: (props: {}) => any;
|
|
@@ -148,11 +148,11 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
148
148
|
}) | null>;
|
|
149
149
|
declare const DasCustomSearchItem: import("@das-fed/utils").SFCWithInstall<{
|
|
150
150
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
151
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
152
151
|
onChange?: ((e: any) => any) | undefined;
|
|
152
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
153
153
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
154
|
-
"update:modelValue": (n: any) => any;
|
|
155
154
|
change: (e: any) => any;
|
|
155
|
+
"update:modelValue": (n: any) => any;
|
|
156
156
|
}, import("vue").PublicProps, {
|
|
157
157
|
label: string;
|
|
158
158
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -167,8 +167,8 @@ declare const DasCustomSearchItem: import("@das-fed/utils").SFCWithInstall<{
|
|
|
167
167
|
M: {};
|
|
168
168
|
Defaults: {};
|
|
169
169
|
}, Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
170
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
171
170
|
onChange?: ((e: any) => any) | undefined;
|
|
171
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
172
172
|
}>, {}, {}, {}, {}, {
|
|
173
173
|
label: string;
|
|
174
174
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -180,11 +180,11 @@ declare const DasCustomSearchItem: import("@das-fed/utils").SFCWithInstall<{
|
|
|
180
180
|
__isTeleport?: never;
|
|
181
181
|
__isSuspense?: never;
|
|
182
182
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
183
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
184
183
|
onChange?: ((e: any) => any) | undefined;
|
|
184
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
185
185
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
186
|
-
"update:modelValue": (n: any) => any;
|
|
187
186
|
change: (e: any) => any;
|
|
187
|
+
"update:modelValue": (n: any) => any;
|
|
188
188
|
}, string, {
|
|
189
189
|
label: string;
|
|
190
190
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -4,11 +4,11 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_9) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<CustomSearchItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (n: any) => any;
|
|
8
7
|
change: (e: any) => any;
|
|
8
|
+
"update:modelValue": (n: any) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<CustomSearchItem> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
11
10
|
onChange?: ((e: any) => any) | undefined;
|
|
11
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
label: string;
|
|
14
14
|
defaultProps: import("./type").ValLabel<string>;
|
|
@@ -15,15 +15,16 @@ declare const DasDialog: import("@das-fed/utils").SFCWithInstall<{
|
|
|
15
15
|
open: () => any;
|
|
16
16
|
close: () => any;
|
|
17
17
|
}, import("vue").PublicProps, {
|
|
18
|
+
loading: boolean;
|
|
18
19
|
type: "basic" | "feedback" | "notice";
|
|
19
20
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
20
|
-
loading: boolean;
|
|
21
21
|
feedType: "primary" | "warning" | "danger" | "delete";
|
|
22
22
|
defaultFooter: boolean;
|
|
23
23
|
alignCenter: boolean;
|
|
24
24
|
isFeedbackImg: boolean;
|
|
25
25
|
closeOnClickModal: boolean;
|
|
26
26
|
closeOnPressEscape: boolean;
|
|
27
|
+
resizable: boolean;
|
|
27
28
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
28
29
|
P: {};
|
|
29
30
|
B: {};
|
|
@@ -40,15 +41,16 @@ declare const DasDialog: import("@das-fed/utils").SFCWithInstall<{
|
|
|
40
41
|
onOpen?: (() => any) | undefined;
|
|
41
42
|
onClose?: (() => any) | undefined;
|
|
42
43
|
}>, {}, {}, {}, {}, {
|
|
44
|
+
loading: boolean;
|
|
43
45
|
type: "basic" | "feedback" | "notice";
|
|
44
46
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
45
|
-
loading: boolean;
|
|
46
47
|
feedType: "primary" | "warning" | "danger" | "delete";
|
|
47
48
|
defaultFooter: boolean;
|
|
48
49
|
alignCenter: boolean;
|
|
49
50
|
isFeedbackImg: boolean;
|
|
50
51
|
closeOnClickModal: boolean;
|
|
51
52
|
closeOnPressEscape: boolean;
|
|
53
|
+
resizable: boolean;
|
|
52
54
|
}>;
|
|
53
55
|
__isFragment?: never;
|
|
54
56
|
__isTeleport?: never;
|
|
@@ -69,15 +71,16 @@ declare const DasDialog: import("@das-fed/utils").SFCWithInstall<{
|
|
|
69
71
|
open: () => any;
|
|
70
72
|
close: () => any;
|
|
71
73
|
}, string, {
|
|
74
|
+
loading: boolean;
|
|
72
75
|
type: "basic" | "feedback" | "notice";
|
|
73
76
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
74
|
-
loading: boolean;
|
|
75
77
|
feedType: "primary" | "warning" | "danger" | "delete";
|
|
76
78
|
defaultFooter: boolean;
|
|
77
79
|
alignCenter: boolean;
|
|
78
80
|
isFeedbackImg: boolean;
|
|
79
81
|
closeOnClickModal: boolean;
|
|
80
82
|
closeOnPressEscape: boolean;
|
|
83
|
+
resizable: boolean;
|
|
81
84
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
82
85
|
$slots: {
|
|
83
86
|
noticeBg?: (props: {}) => any;
|