@das-fed/ui 7.1.0-dev.1 → 7.1.0-dev.3
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 +1 -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/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-search-form/index.js +54 -54
- package/packages/business-components/process-search-form/index.js.gz +0 -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/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/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/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
package/esm-map.json
CHANGED
|
@@ -396,7 +396,6 @@
|
|
|
396
396
|
"DasPayment": "/packages/business-components/payment/index",
|
|
397
397
|
"ProviderMenu": "/packages/business-components/payment/index",
|
|
398
398
|
"PayStatusCode": "/packages/business-components/payment/index",
|
|
399
|
-
"payAppid": "/packages/business-components/payment/index",
|
|
400
399
|
"DasPopoverRef": "/packages/components/popover/index",
|
|
401
400
|
"DasAreaPhoneSelectRef": "/packages/business-components/area-phone-select/index",
|
|
402
401
|
"DasAreaPopoverRef": "/packages/business-components/area-phone-select/index",
|
|
@@ -432,5 +431,5 @@
|
|
|
432
431
|
"getDasHlsPlayerRef": "/packages/components/hls-player/index",
|
|
433
432
|
"DasIconTucao2": "/packages/icons/tucao-2/index",
|
|
434
433
|
"DasIconTucao": "/packages/icons/tucao/index",
|
|
435
|
-
"
|
|
434
|
+
"getPayAppid": "/packages/business-components/payment/index"
|
|
436
435
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "7.1.0-dev.
|
|
3
|
+
"version": "7.1.0-dev.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "7.1.0-dev.
|
|
29
|
+
"@das-fed/cli": "7.1.0-dev.3",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "7.1.0-dev.
|
|
60
|
-
"@das-fed/utils": "7.1.0-dev.
|
|
61
|
-
"@das-fed/web": "7.1.0-dev.
|
|
59
|
+
"@das-fed/ui": "7.1.0-dev.3",
|
|
60
|
+
"@das-fed/utils": "7.1.0-dev.3",
|
|
61
|
+
"@das-fed/web": "7.1.0-dev.3",
|
|
62
62
|
"@types/markdown-it": "^14.1.2",
|
|
63
63
|
"@wangeditor-next/editor": "5.6.31",
|
|
64
64
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.application-content{position:relative;padding:30px 20px 10px;box-sizing:border-box}.application-content .application-list{width:100%}.application-content .application-list .table{display:table;width:100%;margin-bottom:20px}.application-content .application-list .table .table-row{display:table-row}.application-content .application-list .table .table-row .table-cell{display:table-cell}.application-content .application-list .table .table-row .table-cell.column_1{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background:var(--das-application-app-bg-color);position:relative}.application-content .application-list .table .table-row .table-cell.column_1 .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:20px 8px}.application-content .application-list .table .table-row .table-cell.column_2{box-sizing:border-box;width:calc(100% - 110px);padding-left:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row:not(:first-child){margin-top:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app{height:100%;display:flex;align-items:center;padding:0 30px;min-height:98px;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);cursor:pointer}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item{width:100%;height:48px;display:flex}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content{flex:1;padding-left:10px;box-sizing:border-box;overflow:hidden}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:hover,.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}
|
|
1
|
+
.application-content{position:relative;padding:30px 20px 10px;box-sizing:border-box}.application-content .application-list{width:100%}.application-content .application-list .table{display:table;width:100%;margin-bottom:20px}.application-content .application-list .table .table-row{display:table-row}.application-content .application-list .table .table-row .table-cell{display:table-cell}.application-content .application-list .table .table-row .table-cell.column_1{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background:var(--das-application-app-bg-color);position:relative}.application-content .application-list .table .table-row .table-cell.column_1 .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:20px 8px}.application-content .application-list .table .table-row .table-cell.column_2{box-sizing:border-box;width:calc(100% - 110px);padding-left:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row:not(:first-child){margin-top:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app{height:100%;display:flex;align-items:center;padding:0 30px;min-height:98px;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);cursor:pointer}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item{width:100%;height:48px;display:flex}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content{flex:1;padding-left:10px;box-sizing:border-box;overflow:hidden}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:hover,.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}@media screen and (max-width: 1365px){.application-content .application-list .el-col-6{max-width:33.33%;flex:0 0 33.33%}.application-content .application-list .el-col-6:nth-child(n+4){margin-top:20px}}@media screen and (max-width: 1002px){.application-content .application-list .el-col-6{max-width:50%;flex:0 0 50%}.application-content .application-list .el-col-6:nth-child(n+3){margin-top:20px}}@media screen and (max-width: 718px){.application-content .application-list .el-col-6{max-width:100%;flex:0 0 100%}.application-content .application-list .el-col-6:nth-child(n+2){margin-top:20px}}
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
2
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3
2
|
onChange?: ((value: string | number) => any) | undefined;
|
|
3
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4
4
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
5
5
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (value: string) => any;
|
|
8
7
|
change: (value: string | number) => any;
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
9
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
10
10
|
"area-change": (value: Record<any, any>) => any;
|
|
11
11
|
}, import("vue").PublicProps, {
|
|
@@ -18,20 +18,20 @@ declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").Creat
|
|
|
18
18
|
M: {};
|
|
19
19
|
Defaults: {};
|
|
20
20
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
22
21
|
onChange?: ((value: string | number) => any) | undefined;
|
|
22
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
23
23
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
24
24
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
25
25
|
}>, {}, {}, {}, {}, {
|
|
26
26
|
modelValue: any;
|
|
27
27
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
29
28
|
onChange?: ((value: string | number) => any) | undefined;
|
|
29
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
30
30
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
31
31
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
32
32
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
33
|
-
"update:modelValue": (value: string) => any;
|
|
34
33
|
change: (value: string | number) => any;
|
|
34
|
+
"update:modelValue": (value: string) => any;
|
|
35
35
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
36
36
|
"area-change": (value: Record<any, any>) => any;
|
|
37
37
|
}, import("vue").PublicProps, {
|
|
@@ -44,8 +44,8 @@ declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").Creat
|
|
|
44
44
|
M: {};
|
|
45
45
|
Defaults: {};
|
|
46
46
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
47
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
48
47
|
onChange?: ((value: string | number) => any) | undefined;
|
|
48
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
49
49
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
50
50
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
51
51
|
}>, {}, {}, {}, {}, {
|
|
@@ -63,8 +63,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
63
63
|
readonly disabled?: boolean | undefined;
|
|
64
64
|
readonly showArrow?: boolean | undefined;
|
|
65
65
|
readonly filter?: boolean | undefined;
|
|
66
|
-
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
67
66
|
readonly onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
67
|
+
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
68
68
|
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
69
69
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
70
70
|
$attrs: {
|
|
@@ -79,11 +79,11 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
79
79
|
$root: import("vue").ComponentPublicInstance | null;
|
|
80
80
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
81
81
|
$host: Element | null;
|
|
82
|
-
$emit: ((event: "
|
|
82
|
+
$emit: ((event: "change", value: Record<any, any>) => void) & ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
|
|
83
83
|
$el: any;
|
|
84
84
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
85
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
86
85
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
86
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
87
87
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
88
88
|
}>, {
|
|
89
89
|
popoverRef: import("vue").Ref<({
|
|
@@ -244,8 +244,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
244
244
|
};
|
|
245
245
|
}) | null>;
|
|
246
246
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
247
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
248
247
|
change: (value: Record<any, any>) => any;
|
|
248
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
249
249
|
"update:visible": (value: boolean) => any;
|
|
250
250
|
}, string, {
|
|
251
251
|
filter: boolean;
|
|
@@ -278,8 +278,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
278
278
|
visible: boolean;
|
|
279
279
|
showArrow: boolean;
|
|
280
280
|
}> & Omit<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
281
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
282
281
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
282
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
283
283
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
284
284
|
}>, "popoverRef" | ("filter" | "label" | "visible" | "showArrow")> & import("vue").ShallowUnwrapRef<{
|
|
285
285
|
popoverRef: import("vue").Ref<({
|
|
@@ -455,8 +455,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
455
455
|
readonly disabled?: boolean | undefined;
|
|
456
456
|
readonly showArrow?: boolean | undefined;
|
|
457
457
|
readonly filter?: boolean | undefined;
|
|
458
|
-
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
459
458
|
readonly onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
459
|
+
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
460
460
|
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
461
461
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
462
462
|
$attrs: {
|
|
@@ -471,11 +471,11 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
471
471
|
$root: import("vue").ComponentPublicInstance | null;
|
|
472
472
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
473
473
|
$host: Element | null;
|
|
474
|
-
$emit: ((event: "
|
|
474
|
+
$emit: ((event: "change", value: Record<any, any>) => void) & ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
|
|
475
475
|
$el: any;
|
|
476
476
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
477
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
478
477
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
478
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
479
479
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
480
480
|
}>, {
|
|
481
481
|
popoverRef: import("vue").Ref<({
|
|
@@ -636,8 +636,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
636
636
|
};
|
|
637
637
|
}) | null>;
|
|
638
638
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
639
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
640
639
|
change: (value: Record<any, any>) => any;
|
|
640
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
641
641
|
"update:visible": (value: boolean) => any;
|
|
642
642
|
}, string, {
|
|
643
643
|
filter: boolean;
|
|
@@ -670,8 +670,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
670
670
|
visible: boolean;
|
|
671
671
|
showArrow: boolean;
|
|
672
672
|
}> & Omit<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
673
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
674
673
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
674
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
675
675
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
676
676
|
}>, "popoverRef" | ("filter" | "label" | "visible" | "showArrow")> & import("vue").ShallowUnwrapRef<{
|
|
677
677
|
popoverRef: import("vue").Ref<({
|
|
@@ -837,13 +837,13 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
837
837
|
};
|
|
838
838
|
}) | null>;
|
|
839
839
|
declare const DasAreaPhoneSelect: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
840
|
-
"update:modelValue": (value: string) => any;
|
|
841
840
|
change: (value: string | number) => any;
|
|
841
|
+
"update:modelValue": (value: string) => any;
|
|
842
842
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
843
843
|
"area-change": (value: Record<any, any>) => any;
|
|
844
844
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
845
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
846
845
|
onChange?: ((value: string | number) => any) | undefined;
|
|
846
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
847
847
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
848
848
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
849
849
|
}>, {
|
|
@@ -851,8 +851,8 @@ declare const DasAreaPhoneSelect: import("@das-fed/utils").SFCWithInstall<import
|
|
|
851
851
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
852
852
|
declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
853
853
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
854
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
855
854
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
855
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
856
856
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
857
857
|
}>, {
|
|
858
858
|
popoverRef: import("vue").Ref<({
|
|
@@ -1013,8 +1013,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1013
1013
|
};
|
|
1014
1014
|
}) | null>;
|
|
1015
1015
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
1016
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
1017
1016
|
change: (value: Record<any, any>) => any;
|
|
1017
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
1018
1018
|
"update:visible": (value: boolean) => any;
|
|
1019
1019
|
}, import("vue").PublicProps, {
|
|
1020
1020
|
filter: boolean;
|
|
@@ -1029,8 +1029,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1029
1029
|
M: {};
|
|
1030
1030
|
Defaults: {};
|
|
1031
1031
|
}, Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
1032
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1033
1032
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
1033
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1034
1034
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1035
1035
|
}>, {
|
|
1036
1036
|
popoverRef: import("vue").Ref<({
|
|
@@ -1200,8 +1200,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1200
1200
|
__isTeleport?: never;
|
|
1201
1201
|
__isSuspense?: never;
|
|
1202
1202
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
1203
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1204
1203
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
1204
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1205
1205
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1206
1206
|
}>, {
|
|
1207
1207
|
popoverRef: import("vue").Ref<({
|
|
@@ -1362,8 +1362,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1362
1362
|
};
|
|
1363
1363
|
}) | null>;
|
|
1364
1364
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
1365
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
1366
1365
|
change: (value: Record<any, any>) => any;
|
|
1366
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
1367
1367
|
"update:visible": (value: boolean) => any;
|
|
1368
1368
|
}, string, {
|
|
1369
1369
|
filter: boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { Props } from './type';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
"update:modelValue": (value: string) => any;
|
|
4
3
|
change: (value: string | number) => any;
|
|
4
|
+
"update:modelValue": (value: string) => any;
|
|
5
5
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
6
6
|
"area-change": (value: Record<any, any>) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
8
|
onChange?: ((value: string | number) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
11
11
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
12
12
|
}>, {
|
|
@@ -158,12 +158,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
158
158
|
};
|
|
159
159
|
}) | null>;
|
|
160
160
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
161
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
162
161
|
change: (value: Record<any, any>) => any;
|
|
162
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
163
163
|
"update:visible": (value: boolean) => any;
|
|
164
164
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
165
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
166
165
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
166
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
167
167
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
filter: boolean;
|
|
@@ -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
|
|
49
|
-
|
|
50
|
-
} | undefined;
|
|
51
|
-
declare const initPayAppid: () => Promise<undefined>;
|
|
52
|
-
export { DasPaymentRef, DasPayment, ProviderMenu, PayStatusCode, payAppid, initPayAppid };
|
|
49
|
+
declare const getPayAppid: () => Promise<PayAppidType>;
|
|
50
|
+
export { DasPaymentRef, DasPayment, ProviderMenu, PayStatusCode, getPayAppid };
|
|
53
51
|
declare const _default: {
|
|
54
52
|
name: string;
|
|
55
53
|
};
|