@das-fed/ui 7.0.14 → 7.1.0-dev.10
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 +4 -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.js +18688 -17264
- 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/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/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/api.d.ts +8 -0
- package/packages/business-components/payment/index.d.ts +9 -11
- package/packages/business-components/payment/index.js +153 -147
- 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-configuration/index.js +3 -3
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/style.css +1 -1
- package/packages/business-components/process-configuration/style.css.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 +354 -335
- 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/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 +3 -0
- package/packages/components/dialog/index.js +281 -184
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +1 -0
- 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/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/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/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
|
Binary file
|
|
@@ -16,6 +16,7 @@ export * from './process-form';
|
|
|
16
16
|
export * from './process-log';
|
|
17
17
|
export * from './process-search-form';
|
|
18
18
|
export * from './process-table';
|
|
19
|
+
export * from './update-confirm-dialog';
|
|
19
20
|
export * from './upload-file';
|
|
20
21
|
export * from './urgent-panel';
|
|
21
22
|
export * from './user-org-dialog';
|
|
@@ -16,6 +16,7 @@ export * from './process-form'
|
|
|
16
16
|
export * from './process-log'
|
|
17
17
|
export * from './process-search-form'
|
|
18
18
|
export * from './process-table'
|
|
19
|
+
export * from './update-confirm-dialog'
|
|
19
20
|
export * from './upload-file'
|
|
20
21
|
export * from './urgent-panel'
|
|
21
22
|
export * from './user-org-dialog'
|
|
@@ -5,4 +5,12 @@ export declare const payService: {
|
|
|
5
5
|
patch: (url: string | import("vue").Ref | import("vue").ComputedRef, urlConfig?: import("@das-fed/utils/curring-http/type").CurringConfigFun) => (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
6
6
|
delete: (url: string | import("vue").Ref | import("vue").ComputedRef, urlConfig?: import("@das-fed/utils/curring-http/type").CurringConfigFun) => (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
7
7
|
};
|
|
8
|
+
export declare const customPaymentService: {
|
|
9
|
+
get: (url: string | import("vue").Ref | import("vue").ComputedRef, urlConfig?: import("@das-fed/utils/curring-http/type").CurringConfigFun) => (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
10
|
+
post: (url: string | import("vue").Ref | import("vue").ComputedRef, urlConfig?: import("@das-fed/utils/curring-http/type").CurringConfigFun) => (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
11
|
+
put: (url: string | import("vue").Ref | import("vue").ComputedRef, urlConfig?: import("@das-fed/utils/curring-http/type").CurringConfigFun) => (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
12
|
+
patch: (url: string | import("vue").Ref | import("vue").ComputedRef, urlConfig?: import("@das-fed/utils/curring-http/type").CurringConfigFun) => (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
13
|
+
delete: (url: string | import("vue").Ref | import("vue").ComputedRef, urlConfig?: import("@das-fed/utils/curring-http/type").CurringConfigFun) => (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
14
|
+
};
|
|
8
15
|
export declare const getOrderState: (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
16
|
+
export declare const getPayAppidApi: (payload?: any, payloadConfig?: import("@das-fed/utils/curring-http/type").CurringConfig) => import("@das-fed/utils/curring-http/type").CurringRes;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/global/theme';
|
|
2
|
-
|
|
2
|
+
import type { PayAppidType } from './type';
|
|
3
|
+
declare const DasPaymentRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./type").DasPaymentProps> & Readonly<{
|
|
3
4
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
4
5
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
6
|
"update:show": (...args: any[]) => void;
|
|
@@ -10,9 +11,9 @@ declare const DasPaymentRef: () => import("vue").Ref<import("vue").CreateCompone
|
|
|
10
11
|
C: {};
|
|
11
12
|
M: {};
|
|
12
13
|
Defaults: {};
|
|
13
|
-
}, Readonly<import("./type
|
|
14
|
+
}, Readonly<import("./type").DasPaymentProps> & Readonly<{
|
|
14
15
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./type
|
|
16
|
+
}>, {}, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./type").DasPaymentProps> & Readonly<{
|
|
16
17
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
17
18
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
19
|
"update:show": (...args: any[]) => void;
|
|
@@ -23,12 +24,12 @@ declare const DasPaymentRef: () => import("vue").Ref<import("vue").CreateCompone
|
|
|
23
24
|
C: {};
|
|
24
25
|
M: {};
|
|
25
26
|
Defaults: {};
|
|
26
|
-
}, Readonly<import("./type
|
|
27
|
+
}, Readonly<import("./type").DasPaymentProps> & Readonly<{
|
|
27
28
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
28
29
|
}>, {}, {}, {}, {}, {}> | null>;
|
|
29
|
-
declare const DasPayment: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./type
|
|
30
|
+
declare const DasPayment: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./type").DasPaymentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
31
|
"update:show": (...args: any[]) => void;
|
|
31
|
-
}, string, import("vue").PublicProps, Readonly<import("./type
|
|
32
|
+
}, string, import("vue").PublicProps, Readonly<import("./type").DasPaymentProps> & Readonly<{
|
|
32
33
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
33
34
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
34
35
|
declare enum ProviderMenu {
|
|
@@ -45,11 +46,8 @@ declare enum PayStatusCode {
|
|
|
45
46
|
CLOSED = 66,
|
|
46
47
|
REFUND = 67
|
|
47
48
|
}
|
|
48
|
-
declare const
|
|
49
|
-
|
|
50
|
-
alipay: string;
|
|
51
|
-
};
|
|
52
|
-
export { DasPaymentRef, DasPayment, ProviderMenu, PayStatusCode, payAppid };
|
|
49
|
+
declare const getPayAppid: () => Promise<PayAppidType>;
|
|
50
|
+
export { DasPaymentRef, DasPayment, ProviderMenu, PayStatusCode, getPayAppid };
|
|
53
51
|
declare const _default: {
|
|
54
52
|
name: string;
|
|
55
53
|
};
|