@dt-frames/ui 2.0.14 → 2.0.16
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/es/assets/imgs/tree/forder-open.svg +1 -0
- package/es/assets/imgs/tree/forder.svg +1 -0
- package/es/assets/locales/zh.ts +1 -1
- package/es/components/curd/index.js +28 -8
- package/es/components/curd/src/components/Curd.d.ts +10 -0
- package/es/components/curd/src/hooks/useCurd.d.ts +2 -4
- package/es/components/curd/src/props.d.ts +5 -1
- package/es/components/drawer/index.js +25 -24
- package/es/components/form/index.js +56 -40
- package/es/components/form/index.less +44 -3
- package/es/components/form/src/props.d.ts +3 -3
- package/es/components/modal/index.js +8 -143
- package/es/components/modal/index.less +23 -0
- package/es/components/modal/src/index.d.ts +2 -84
- package/es/components/table/index.js +72 -88
- package/es/components/table/src/components/TableAction.d.ts +6 -0
- package/es/components/table/src/index.d.ts +4 -4
- package/es/components/table/src/props.d.ts +1 -1
- package/es/components/tree/index.js +197 -93
- package/es/components/tree/index.less +75 -13
- package/es/components/tree/src/basicProps.d.ts +46 -7
- package/es/components/tree/src/components/TreeHeader.d.ts +2 -2
- package/es/components/tree/src/hooks/useTree.d.ts +3 -2
- package/es/components/tree/src/index.d.ts +120 -29
- package/es/components/upload/index.js +79 -75
- package/es/components/upload/index.less +19 -5
- package/es/components/upload/src/basicProps.d.ts +1 -1
- package/es/components/upload/src/index.d.ts +6 -6
- package/es/components/upload/src/utils/upload.d.ts +1 -1
- package/es/theme/index.js +387 -431
- package/es/theme/index.less +24 -0
- package/es/theme/src/components/header/components/lock/Lockscreen.d.ts +34 -3
- package/es/theme/src/components/header/components/lock/index.d.ts +1 -2
- package/es/theme/src/components/header/components/lock/useTime.d.ts +7 -0
- package/es/theme/src/components/header/components/size.d.ts +5 -5
- package/es/theme/src/components/header/components/user-info.d.ts +7 -0
- package/es/theme/src/components/header/index.d.ts +12 -5
- package/es/theme/src/components/header/multiple-header.d.ts +12 -5
- package/es/theme/src/index.d.ts +63 -13
- package/es/theme/src/stores/lockscreen.store.d.ts +7 -0
- package/manualContentPath.js +10 -0
- package/package.json +1 -1
- package/tsconfig.json +1 -1
- package/es/packages/ui/src/assets/locales/en.d.ts +0 -103
- package/es/packages/ui/src/assets/locales/index.d.ts +0 -2
- package/es/packages/ui/src/assets/locales/zh.d.ts +0 -104
- package/es/packages/ui/src/components/form/index.d.ts +0 -7
- package/es/packages/ui/src/components/form/src/components/FormButtons.d.ts +0 -105
- package/es/packages/ui/src/components/form/src/components/FormItem.d.ts +0 -159
- package/es/packages/ui/src/components/form/src/components/componentMap.d.ts +0 -4
- package/es/packages/ui/src/components/form/src/components/formIcon.d.ts +0 -1223
- package/es/packages/ui/src/components/form/src/components/formInputUseDialog.d.ts +0 -911
- package/es/packages/ui/src/components/form/src/components/index.d.ts +0 -4
- package/es/packages/ui/src/components/form/src/components/radioButton.d.ts +0 -34
- package/es/packages/ui/src/components/form/src/enums/index.d.ts +0 -7
- package/es/packages/ui/src/components/form/src/hooks/helper.d.ts +0 -14
- package/es/packages/ui/src/components/form/src/hooks/useForm.d.ts +0 -6
- package/es/packages/ui/src/components/form/src/hooks/useFormActions.d.ts +0 -12
- package/es/packages/ui/src/components/form/src/hooks/useFormEvent.d.ts +0 -25
- package/es/packages/ui/src/components/form/src/hooks/useFormValue.d.ts +0 -3
- package/es/packages/ui/src/components/form/src/hooks/useFormValues.d.ts +0 -11
- package/es/packages/ui/src/components/form/src/hooks/useLabelWidth.d.ts +0 -6
- package/es/packages/ui/src/components/form/src/props.d.ts +0 -127
- package/es/packages/ui/src/components/form/src/types/actions.type.d.ts +0 -15
- package/es/packages/ui/src/components/form/src/types/form.type.d.ts +0 -79
- package/es/packages/ui/src/components/form/src/types/items.type.d.ts +0 -409
- package/es/packages/ui/src/components/iframe/index.d.ts +0 -2
- package/es/packages/ui/src/components/modal/index.d.ts +0 -4
- package/es/packages/ui/src/components/modal/src/hooks/useModal.d.ts +0 -5
- package/es/packages/ui/src/components/modal/src/props.d.ts +0 -101
- package/es/packages/ui/src/components/modal/src/types/modal.type.d.ts +0 -17
- package/es/packages/ui/src/components/upload/index.d.ts +0 -4
- package/es/packages/ui/src/components/upload/src/basicProps.d.ts +0 -87
- package/es/packages/ui/src/components/upload/src/components/PdfView.d.ts +0 -9
- package/es/packages/ui/src/components/upload/src/components/WordView.d.ts +0 -6
- package/es/packages/ui/src/components/upload/src/hooks/useFile.d.ts +0 -16
- package/es/packages/ui/src/components/upload/src/index.d.ts +0 -242
- package/es/packages/ui/src/components/upload/src/type/file.d.ts +0 -10
- package/es/packages/ui/src/components/upload/src/utils/upload.d.ts +0 -2
- package/es/packages/ui/src/global.d.ts +0 -7
- package/es/packages/ui/src/theme/index.d.ts +0 -12
- package/es/packages/ui/src/theme/src/components/header/helper/menu-tree.d.ts +0 -4
- package/es/packages/ui/src/theme/src/enums/index.d.ts +0 -1
- package/es/packages/ui/src/theme/src/enums/theme.enum.d.ts +0 -34
- package/es/packages/ui/src/theme/src/hooks/index.d.ts +0 -6
- package/es/packages/ui/src/theme/src/hooks/useDragLine.d.ts +0 -2
- package/es/packages/ui/src/theme/src/hooks/useHeader.d.ts +0 -25
- package/es/packages/ui/src/theme/src/hooks/useMenu.d.ts +0 -29
- package/es/packages/ui/src/theme/src/hooks/useMultifyTab.d.ts +0 -8
- package/es/packages/ui/src/theme/src/hooks/useOpenKeys.d.ts +0 -7
- package/es/packages/ui/src/theme/src/hooks/useTheme.d.ts +0 -9
- package/es/packages/ui/src/theme/src/setting/theme.setting.d.ts +0 -2
- package/es/packages/ui/src/theme/src/stores/index.d.ts +0 -3
- package/es/packages/ui/src/theme/src/stores/routeReuse.store.d.ts +0 -25
- package/es/packages/ui/src/theme/src/stores/theme.store.d.ts +0 -19
- package/es/packages/ui/src/theme/src/types/index.d.ts +0 -3
- package/es/packages/ui/src/theme/src/types/menu.type.d.ts +0 -15
- package/es/packages/ui/src/theme/src/types/theme.type.d.ts +0 -62
- package/es/packages/ui/src/utils/withInstall.d.ts +0 -4
package/es/theme/index.less
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
@import './transition.less';
|
|
3
3
|
|
|
4
4
|
@primary-color: #269ac1;
|
|
5
|
+
@primary-color-hover: #d9eef5;
|
|
5
6
|
@header-bg-color: #fff;
|
|
6
7
|
@header-bg-dark-color: #3c4252; // #001529
|
|
7
8
|
@header-light-bottom-border-color: #eee;
|
|
@@ -703,6 +704,17 @@
|
|
|
703
704
|
width: 0.7em;
|
|
704
705
|
fill: @white !important;
|
|
705
706
|
}
|
|
707
|
+
|
|
708
|
+
&::before{
|
|
709
|
+
content: ' ';
|
|
710
|
+
width: 6px;
|
|
711
|
+
height: 6px;
|
|
712
|
+
border-radius: 50%;
|
|
713
|
+
background-color: #fff;
|
|
714
|
+
position: absolute;
|
|
715
|
+
left: 4px;
|
|
716
|
+
top: 11px;
|
|
717
|
+
}
|
|
706
718
|
}
|
|
707
719
|
|
|
708
720
|
.ant-tabs-nav > div:nth-child(1) {
|
|
@@ -937,6 +949,18 @@
|
|
|
937
949
|
}
|
|
938
950
|
}
|
|
939
951
|
}
|
|
952
|
+
|
|
953
|
+
.login-box{
|
|
954
|
+
font-size: 14px;
|
|
955
|
+
text-align: center;
|
|
956
|
+
img{
|
|
957
|
+
width: 100px;
|
|
958
|
+
height: 100px;
|
|
959
|
+
border-radius: 50%;
|
|
960
|
+
margin: 10px auto;
|
|
961
|
+
border: 3px solid rgba(255,255,255,0.8);
|
|
962
|
+
}
|
|
963
|
+
}
|
|
940
964
|
}
|
|
941
965
|
|
|
942
966
|
@keyframes slideLeft {
|
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
go: (path: string, isReplace?: boolean) => void;
|
|
3
|
+
slots: import("vue").Ref<any>;
|
|
4
|
+
loginOutClick: () => {};
|
|
5
|
+
getUserInfo: any;
|
|
6
|
+
useLockscreen: import("pinia").Store<"lockscreen", import('../../../../../src/stores/lockscreen.store').ILockscreenState, {}, {
|
|
7
|
+
setLock(payload: any, pwd?: string): void;
|
|
8
|
+
}>;
|
|
9
|
+
online: import("vue").ComputedRef<boolean>;
|
|
10
|
+
month: import("vue").Ref<any>;
|
|
11
|
+
week: import("vue").Ref<any>;
|
|
12
|
+
date: import("vue").Ref<any>;
|
|
13
|
+
hour: import("vue").Ref<any>;
|
|
14
|
+
minute: import("vue").Ref<any>;
|
|
2
15
|
state: {
|
|
3
16
|
showLogin: boolean;
|
|
4
17
|
loginLoading: boolean;
|
|
5
|
-
isLoginError: boolean;
|
|
6
|
-
errorMsg: string;
|
|
7
18
|
loginParams: {
|
|
8
|
-
username: string;
|
|
9
19
|
password: string;
|
|
10
20
|
};
|
|
11
21
|
};
|
|
@@ -19,6 +29,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
19
29
|
batteryStatus: import("vue").ComputedRef<"已充满" | "充电中" | "已断开电源">;
|
|
20
30
|
calcDischargingTime: import("vue").ComputedRef<string>;
|
|
21
31
|
calcChargingTime: import("vue").ComputedRef<string>;
|
|
32
|
+
goLogin: () => void;
|
|
33
|
+
resetLockInfo: () => void;
|
|
34
|
+
onLogin: () => void;
|
|
22
35
|
Recharge: import("vue").DefineComponent<{
|
|
23
36
|
battery: {
|
|
24
37
|
type: ObjectConstructor;
|
|
@@ -50,5 +63,23 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
50
63
|
validator: (val: string) => boolean;
|
|
51
64
|
};
|
|
52
65
|
}>>, {}>;
|
|
66
|
+
readonly DtSlotContainer: import("../../../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
67
|
+
template: {
|
|
68
|
+
type: FunctionConstructor;
|
|
69
|
+
};
|
|
70
|
+
data: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
};
|
|
73
|
+
}, {
|
|
74
|
+
props: any;
|
|
75
|
+
Container: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
76
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
77
|
+
template: {
|
|
78
|
+
type: FunctionConstructor;
|
|
79
|
+
};
|
|
80
|
+
data: {
|
|
81
|
+
type: ObjectConstructor;
|
|
82
|
+
};
|
|
83
|
+
}>>, {}>>;
|
|
53
84
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
54
85
|
export default _sfc_main;
|
|
@@ -87,8 +87,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
87
87
|
$slots: Readonly<{
|
|
88
88
|
[name: string]: import("vue").Slot;
|
|
89
89
|
}>;
|
|
90
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
91
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
90
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
91
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
92
92
|
$emit: (event: string, ...args: any[]) => void;
|
|
93
93
|
$el: any;
|
|
94
94
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -148,7 +148,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
148
148
|
destroyTooltipOnHide: boolean;
|
|
149
149
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
150
150
|
arrowPointAtCenter: boolean;
|
|
151
|
-
}
|
|
151
|
+
}> & {
|
|
152
152
|
beforeCreate?: (() => void) | (() => void)[];
|
|
153
153
|
created?: (() => void) | (() => void)[];
|
|
154
154
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -163,7 +163,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
163
163
|
unmounted?: (() => void) | (() => void)[];
|
|
164
164
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
165
165
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
166
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
166
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
167
167
|
};
|
|
168
168
|
$forceUpdate: () => void;
|
|
169
169
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -277,6 +277,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
277
277
|
destroyTooltipOnHide: boolean;
|
|
278
278
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
279
279
|
arrowPointAtCenter: boolean;
|
|
280
|
-
}
|
|
280
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
281
281
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
282
282
|
export default _sfc_main;
|
|
@@ -11,10 +11,17 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11
11
|
getShowLoginOut: import("vue").ComputedRef<boolean>;
|
|
12
12
|
getLockscreen: import("vue").ComputedRef<boolean>;
|
|
13
13
|
loginOutClick: () => {};
|
|
14
|
+
useLockscreen: import("pinia").Store<"lockscreen", import('../../../../src/stores/lockscreen.store').ILockscreenState, {}, {
|
|
15
|
+
setLock(payload: any, pwd?: string): void;
|
|
16
|
+
}>;
|
|
14
17
|
slots: import("vue").Ref<any>;
|
|
18
|
+
popoverVisible: import("vue").Ref<boolean>;
|
|
19
|
+
visible: import("vue").Ref<boolean>;
|
|
20
|
+
password: any;
|
|
15
21
|
getUserInfo: any;
|
|
16
22
|
signOut: () => void;
|
|
17
23
|
lockScreen: () => void;
|
|
24
|
+
onLock: () => void;
|
|
18
25
|
readonly DtSlotContainer: import("../../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
19
26
|
template: {
|
|
20
27
|
type: FunctionConstructor;
|
|
@@ -329,8 +329,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
329
329
|
$slots: Readonly<{
|
|
330
330
|
[name: string]: import("vue").Slot;
|
|
331
331
|
}>;
|
|
332
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
333
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
332
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
333
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
334
334
|
$emit: (event: string, ...args: any[]) => void;
|
|
335
335
|
$el: any;
|
|
336
336
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -390,7 +390,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
390
390
|
destroyTooltipOnHide: boolean;
|
|
391
391
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
392
392
|
arrowPointAtCenter: boolean;
|
|
393
|
-
}
|
|
393
|
+
}> & {
|
|
394
394
|
beforeCreate?: (() => void) | (() => void)[];
|
|
395
395
|
created?: (() => void) | (() => void)[];
|
|
396
396
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -405,7 +405,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
405
405
|
unmounted?: (() => void) | (() => void)[];
|
|
406
406
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
407
407
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
408
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
408
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
409
409
|
};
|
|
410
410
|
$forceUpdate: () => void;
|
|
411
411
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -519,7 +519,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
519
519
|
destroyTooltipOnHide: boolean;
|
|
520
520
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
521
521
|
arrowPointAtCenter: boolean;
|
|
522
|
-
}
|
|
522
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
523
523
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
524
524
|
readonly DtUserInfo: import("vue").DefineComponent<{}, {
|
|
525
525
|
t: {
|
|
@@ -534,10 +534,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
534
534
|
getShowLoginOut: import("vue").ComputedRef<boolean>;
|
|
535
535
|
getLockscreen: import("vue").ComputedRef<boolean>;
|
|
536
536
|
loginOutClick: () => {};
|
|
537
|
+
useLockscreen: import("pinia").Store<"lockscreen", import("../../stores/lockscreen.store").ILockscreenState, {}, {
|
|
538
|
+
setLock(payload: any, pwd?: string): void;
|
|
539
|
+
}>;
|
|
537
540
|
slots: import("vue").Ref<any>;
|
|
541
|
+
popoverVisible: import("vue").Ref<boolean>;
|
|
542
|
+
visible: import("vue").Ref<boolean>;
|
|
543
|
+
password: any;
|
|
538
544
|
getUserInfo: any;
|
|
539
545
|
signOut: () => void;
|
|
540
546
|
lockScreen: () => void;
|
|
547
|
+
onLock: () => void;
|
|
541
548
|
readonly DtSlotContainer: import("../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
542
549
|
template: {
|
|
543
550
|
type: FunctionConstructor;
|
|
@@ -352,8 +352,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
352
352
|
$slots: Readonly<{
|
|
353
353
|
[name: string]: import("vue").Slot;
|
|
354
354
|
}>;
|
|
355
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
356
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
355
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
356
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
357
357
|
$emit: (event: string, ...args: any[]) => void;
|
|
358
358
|
$el: any;
|
|
359
359
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -413,7 +413,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
413
413
|
destroyTooltipOnHide: boolean;
|
|
414
414
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
415
415
|
arrowPointAtCenter: boolean;
|
|
416
|
-
}
|
|
416
|
+
}> & {
|
|
417
417
|
beforeCreate?: (() => void) | (() => void)[];
|
|
418
418
|
created?: (() => void) | (() => void)[];
|
|
419
419
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -428,7 +428,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
428
428
|
unmounted?: (() => void) | (() => void)[];
|
|
429
429
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
430
430
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
431
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
431
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
432
432
|
};
|
|
433
433
|
$forceUpdate: () => void;
|
|
434
434
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -542,7 +542,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
542
542
|
destroyTooltipOnHide: boolean;
|
|
543
543
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
544
544
|
arrowPointAtCenter: boolean;
|
|
545
|
-
}
|
|
545
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
546
546
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
547
547
|
readonly DtUserInfo: import("vue").DefineComponent<{}, {
|
|
548
548
|
t: {
|
|
@@ -557,10 +557,17 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
557
557
|
getShowLoginOut: import("vue").ComputedRef<boolean>;
|
|
558
558
|
getLockscreen: import("vue").ComputedRef<boolean>;
|
|
559
559
|
loginOutClick: () => {};
|
|
560
|
+
useLockscreen: import("pinia").Store<"lockscreen", import("../../stores/lockscreen.store").ILockscreenState, {}, {
|
|
561
|
+
setLock(payload: any, pwd?: string): void;
|
|
562
|
+
}>;
|
|
560
563
|
slots: import("vue").Ref<any>;
|
|
564
|
+
popoverVisible: import("vue").Ref<boolean>;
|
|
565
|
+
visible: import("vue").Ref<boolean>;
|
|
566
|
+
password: any;
|
|
561
567
|
getUserInfo: any;
|
|
562
568
|
signOut: () => void;
|
|
563
569
|
lockScreen: () => void;
|
|
570
|
+
onLock: () => void;
|
|
564
571
|
readonly DtSlotContainer: import("../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
565
572
|
template: {
|
|
566
573
|
type: FunctionConstructor;
|
package/es/theme/src/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
getIsZH: import("vue").ComputedRef<boolean>;
|
|
6
6
|
getHeaderHeight: import("vue").ComputedRef<number>;
|
|
7
7
|
getUiSize: import("vue").ComputedRef<import("./enums").UiSize>;
|
|
8
|
+
getLockscreen: import("vue").ComputedRef<boolean>;
|
|
8
9
|
getSplit: import("vue").ComputedRef<boolean>;
|
|
9
10
|
getShowMenu: import("vue").ComputedRef<boolean>;
|
|
10
11
|
getShowSidebar: import("vue").ComputedRef<boolean>;
|
|
@@ -12,6 +13,10 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12
13
|
getFooter: import("vue").ComputedRef<import("./types/theme.type").FooterOptions>;
|
|
13
14
|
getShowFooter: import("vue").ComputedRef<any>;
|
|
14
15
|
height: any;
|
|
16
|
+
useLockscreen: import("pinia").Store<"lockscreen", import("./stores/lockscreen.store").ILockscreenState, {}, {
|
|
17
|
+
setLock(payload: any, pwd?: string): void;
|
|
18
|
+
}>;
|
|
19
|
+
isLock: import("vue").ComputedRef<boolean>;
|
|
15
20
|
layoutClass: import("vue").ComputedRef<string>;
|
|
16
21
|
layoutOption: import("vue").ComputedRef<{
|
|
17
22
|
paddingTop: string;
|
|
@@ -367,8 +372,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
367
372
|
$slots: Readonly<{
|
|
368
373
|
[name: string]: import("vue").Slot;
|
|
369
374
|
}>;
|
|
370
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
371
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
375
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
376
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
372
377
|
$emit: (event: string, ...args: any[]) => void;
|
|
373
378
|
$el: any;
|
|
374
379
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -428,7 +433,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
428
433
|
destroyTooltipOnHide: boolean;
|
|
429
434
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
430
435
|
arrowPointAtCenter: boolean;
|
|
431
|
-
}
|
|
436
|
+
}> & {
|
|
432
437
|
beforeCreate?: (() => void) | (() => void)[];
|
|
433
438
|
created?: (() => void) | (() => void)[];
|
|
434
439
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -443,7 +448,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
443
448
|
unmounted?: (() => void) | (() => void)[];
|
|
444
449
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
445
450
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
446
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
451
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
447
452
|
};
|
|
448
453
|
$forceUpdate: () => void;
|
|
449
454
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -557,7 +562,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
557
562
|
destroyTooltipOnHide: boolean;
|
|
558
563
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
559
564
|
arrowPointAtCenter: boolean;
|
|
560
|
-
}
|
|
565
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
561
566
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
562
567
|
readonly DtUserInfo: import("vue").DefineComponent<{}, {
|
|
563
568
|
t: {
|
|
@@ -572,10 +577,17 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
572
577
|
getShowLoginOut: import("vue").ComputedRef<boolean>;
|
|
573
578
|
getLockscreen: import("vue").ComputedRef<boolean>;
|
|
574
579
|
loginOutClick: () => {};
|
|
580
|
+
useLockscreen: import("pinia").Store<"lockscreen", import("./stores/lockscreen.store").ILockscreenState, {}, {
|
|
581
|
+
setLock(payload: any, pwd?: string): void;
|
|
582
|
+
}>;
|
|
575
583
|
slots: import("vue").Ref<any>;
|
|
584
|
+
popoverVisible: import("vue").Ref<boolean>;
|
|
585
|
+
visible: import("vue").Ref<boolean>;
|
|
586
|
+
password: any;
|
|
576
587
|
getUserInfo: any;
|
|
577
588
|
signOut: () => void;
|
|
578
589
|
lockScreen: () => void;
|
|
590
|
+
onLock: () => void;
|
|
579
591
|
readonly DtSlotContainer: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
580
592
|
template: {
|
|
581
593
|
type: FunctionConstructor;
|
|
@@ -1425,8 +1437,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1425
1437
|
$slots: Readonly<{
|
|
1426
1438
|
[name: string]: import("vue").Slot;
|
|
1427
1439
|
}>;
|
|
1428
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
1429
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
1440
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
1441
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
1430
1442
|
$emit: (event: string, ...args: any[]) => void;
|
|
1431
1443
|
$el: any;
|
|
1432
1444
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1486,7 +1498,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1486
1498
|
destroyTooltipOnHide: boolean;
|
|
1487
1499
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
1488
1500
|
arrowPointAtCenter: boolean;
|
|
1489
|
-
}
|
|
1501
|
+
}> & {
|
|
1490
1502
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1491
1503
|
created?: (() => void) | (() => void)[];
|
|
1492
1504
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -1501,7 +1513,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1501
1513
|
unmounted?: (() => void) | (() => void)[];
|
|
1502
1514
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1503
1515
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1504
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
1516
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
1505
1517
|
};
|
|
1506
1518
|
$forceUpdate: () => void;
|
|
1507
1519
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -1615,7 +1627,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1615
1627
|
destroyTooltipOnHide: boolean;
|
|
1616
1628
|
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
1617
1629
|
arrowPointAtCenter: boolean;
|
|
1618
|
-
}
|
|
1630
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
1619
1631
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1620
1632
|
readonly DtUserInfo: import("vue").DefineComponent<{}, {
|
|
1621
1633
|
t: {
|
|
@@ -1630,10 +1642,17 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1630
1642
|
getShowLoginOut: import("vue").ComputedRef<boolean>;
|
|
1631
1643
|
getLockscreen: import("vue").ComputedRef<boolean>;
|
|
1632
1644
|
loginOutClick: () => {};
|
|
1645
|
+
useLockscreen: import("pinia").Store<"lockscreen", import("./stores/lockscreen.store").ILockscreenState, {}, {
|
|
1646
|
+
setLock(payload: any, pwd?: string): void;
|
|
1647
|
+
}>;
|
|
1633
1648
|
slots: import("vue").Ref<any>;
|
|
1649
|
+
popoverVisible: import("vue").Ref<boolean>;
|
|
1650
|
+
visible: import("vue").Ref<boolean>;
|
|
1651
|
+
password: any;
|
|
1634
1652
|
getUserInfo: any;
|
|
1635
1653
|
signOut: () => void;
|
|
1636
1654
|
lockScreen: () => void;
|
|
1655
|
+
onLock: () => void;
|
|
1637
1656
|
readonly DtSlotContainer: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
1638
1657
|
template: {
|
|
1639
1658
|
type: FunctionConstructor;
|
|
@@ -2044,13 +2063,23 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2044
2063
|
getCaches: import("vue").ComputedRef<string[]>;
|
|
2045
2064
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2046
2065
|
readonly LockScreen: import("vue").DefineComponent<{}, {
|
|
2066
|
+
go: (path: string, isReplace?: boolean) => void;
|
|
2067
|
+
slots: import("vue").Ref<any>;
|
|
2068
|
+
loginOutClick: () => {};
|
|
2069
|
+
getUserInfo: any;
|
|
2070
|
+
useLockscreen: import("pinia").Store<"lockscreen", import("./stores/lockscreen.store").ILockscreenState, {}, {
|
|
2071
|
+
setLock(payload: any, pwd?: string): void;
|
|
2072
|
+
}>;
|
|
2073
|
+
online: import("vue").ComputedRef<boolean>;
|
|
2074
|
+
month: import("vue").Ref<any>;
|
|
2075
|
+
week: import("vue").Ref<any>;
|
|
2076
|
+
date: import("vue").Ref<any>;
|
|
2077
|
+
hour: import("vue").Ref<any>;
|
|
2078
|
+
minute: import("vue").Ref<any>;
|
|
2047
2079
|
state: {
|
|
2048
2080
|
showLogin: boolean;
|
|
2049
2081
|
loginLoading: boolean;
|
|
2050
|
-
isLoginError: boolean;
|
|
2051
|
-
errorMsg: string;
|
|
2052
2082
|
loginParams: {
|
|
2053
|
-
username: string;
|
|
2054
2083
|
password: string;
|
|
2055
2084
|
};
|
|
2056
2085
|
};
|
|
@@ -2064,6 +2093,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2064
2093
|
batteryStatus: import("vue").ComputedRef<"已充满" | "充电中" | "已断开电源">;
|
|
2065
2094
|
calcDischargingTime: import("vue").ComputedRef<string>;
|
|
2066
2095
|
calcChargingTime: import("vue").ComputedRef<string>;
|
|
2096
|
+
goLogin: () => void;
|
|
2097
|
+
resetLockInfo: () => void;
|
|
2098
|
+
onLogin: () => void;
|
|
2067
2099
|
Recharge: import("vue").DefineComponent<{
|
|
2068
2100
|
battery: {
|
|
2069
2101
|
type: ObjectConstructor;
|
|
@@ -2095,6 +2127,24 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2095
2127
|
validator: (val: string) => boolean;
|
|
2096
2128
|
};
|
|
2097
2129
|
}>>, {}>;
|
|
2130
|
+
readonly DtSlotContainer: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2131
|
+
template: {
|
|
2132
|
+
type: FunctionConstructor;
|
|
2133
|
+
};
|
|
2134
|
+
data: {
|
|
2135
|
+
type: ObjectConstructor;
|
|
2136
|
+
};
|
|
2137
|
+
}, {
|
|
2138
|
+
props: any;
|
|
2139
|
+
Container: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
2140
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2141
|
+
template: {
|
|
2142
|
+
type: FunctionConstructor;
|
|
2143
|
+
};
|
|
2144
|
+
data: {
|
|
2145
|
+
type: ObjectConstructor;
|
|
2146
|
+
};
|
|
2147
|
+
}>>, {}>>;
|
|
2098
2148
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2099
2149
|
readonly zhCN: import("ant-design-vue/es/locale-provider").Locale;
|
|
2100
2150
|
readonly en: import("ant-design-vue/es/locale-provider").Locale;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const LOCKSCREEN = "_LOCKSCREEN";
|
|
2
|
+
export declare type ILockscreenState = {
|
|
3
|
+
isLock: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const useLockscreenStore: import("pinia").StoreDefinition<"lockscreen", ILockscreenState, {}, {
|
|
6
|
+
setLock(payload: any, pwd?: string): void;
|
|
7
|
+
}>;
|
package/manualContentPath.js
CHANGED
|
@@ -78,6 +78,16 @@ const replaceContentList = [
|
|
|
78
78
|
}
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
|
+
{
|
|
82
|
+
module: 'tree',
|
|
83
|
+
path: resolve('./es/components/tree/index.js'),
|
|
84
|
+
replaceList: [
|
|
85
|
+
{
|
|
86
|
+
content: '@theme',
|
|
87
|
+
replaceContent: '../../theme'
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
81
91
|
{
|
|
82
92
|
module: 'theme',
|
|
83
93
|
path: resolve('./es/theme/index.js'),
|
package/package.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
export declare const EN: {
|
|
2
|
-
UI: {
|
|
3
|
-
ADD: string;
|
|
4
|
-
DELETE_CONFIRM: string;
|
|
5
|
-
CONFIRM_DELETE: string;
|
|
6
|
-
NEED_CURD: string;
|
|
7
|
-
EDIT: string;
|
|
8
|
-
EMPTY: string;
|
|
9
|
-
EMPTY_URL: string;
|
|
10
|
-
MULTIFY_DELETE_CONFIRM: string;
|
|
11
|
-
CONFIRM_MULTIFY_DELETE: string;
|
|
12
|
-
ADVANCED: string;
|
|
13
|
-
EXPAND: string;
|
|
14
|
-
SELECT_ICON: string;
|
|
15
|
-
MUSE_FUNCTION: string;
|
|
16
|
-
NEED_RENDER: string;
|
|
17
|
-
SEARCH: string;
|
|
18
|
-
RESET: string;
|
|
19
|
-
PLEASE_INPUT: string;
|
|
20
|
-
PLEASE_SELECT: string;
|
|
21
|
-
PLEASE_SET_ICON: string;
|
|
22
|
-
INPUT_FILTER: string;
|
|
23
|
-
EXIT_FULLSCREEN: string;
|
|
24
|
-
FULLSCREEN: string;
|
|
25
|
-
SAVE: string;
|
|
26
|
-
CLOSE: string;
|
|
27
|
-
ADD_SUCCESS: string;
|
|
28
|
-
UPDATE_SUCCESS: string;
|
|
29
|
-
MULTIFY: string;
|
|
30
|
-
DELETE_SUCCESS: string;
|
|
31
|
-
COLUMN_CONTROL: string;
|
|
32
|
-
COLUMN_SHOW: string;
|
|
33
|
-
INDEX: string;
|
|
34
|
-
CHECKBOX: string;
|
|
35
|
-
FIXED_TO_LEFT: string;
|
|
36
|
-
FIXED_TO_RIGHT: string;
|
|
37
|
-
EXPORT: string;
|
|
38
|
-
DOWNLOAD_TEMPLATE: string;
|
|
39
|
-
EXPORT_CURRENT_PAGE: string;
|
|
40
|
-
EXPORT_SELECT_COLUMN: string;
|
|
41
|
-
EXPORT_ALL: string;
|
|
42
|
-
SELECT_ALL: string;
|
|
43
|
-
SETTING_EXPORT_COLUMN: string;
|
|
44
|
-
NO_EXPORT_COLUMN: string;
|
|
45
|
-
NUMBER: string;
|
|
46
|
-
ACTIONS: string;
|
|
47
|
-
TOTAL_PAGE: string;
|
|
48
|
-
FILTER: string;
|
|
49
|
-
EXPAND_ALL: string;
|
|
50
|
-
COLLAPSE_ALL: string;
|
|
51
|
-
SELECT_ALL1: string;
|
|
52
|
-
CANCEL_SELECT_ALL: string;
|
|
53
|
-
LEVEL_CONNECTION: string;
|
|
54
|
-
LEVEL_SOLATE: string;
|
|
55
|
-
LOADING: string;
|
|
56
|
-
SUPPORT_FILES: string;
|
|
57
|
-
MAX_SIZE: string;
|
|
58
|
-
MAX_NUMBER: string;
|
|
59
|
-
SUPPORT_TYPES: string;
|
|
60
|
-
FILE_UPLOAD: string;
|
|
61
|
-
FILE_NAME: string;
|
|
62
|
-
FILE_STATUS: string;
|
|
63
|
-
PREVIEW: string;
|
|
64
|
-
DELETE: string;
|
|
65
|
-
HISTORY_UPLOAD: string;
|
|
66
|
-
MAX_MB: string;
|
|
67
|
-
PRE_UPLOAD: string;
|
|
68
|
-
COMPANY_NAME: string;
|
|
69
|
-
FILTER_MORE: string;
|
|
70
|
-
LARGE_SIZE: string;
|
|
71
|
-
MIDDLE_SIZE: string;
|
|
72
|
-
SMALL_SIZE: string;
|
|
73
|
-
MODIFY_PASSWORD: string;
|
|
74
|
-
LOGIN_OUT: string;
|
|
75
|
-
REFRESH: string;
|
|
76
|
-
CLOSE_CURRENT_TAG: string;
|
|
77
|
-
CLOSE_LEFT_TAGS: string;
|
|
78
|
-
CLOSE_RIGHT_TAGS: string;
|
|
79
|
-
CLOSE_OTHER_TAGS: string;
|
|
80
|
-
CLOSE_ALL_TAGE: string;
|
|
81
|
-
SETTING_THEME: string;
|
|
82
|
-
PROJECT_SETTING: string;
|
|
83
|
-
NAV_MODE: string;
|
|
84
|
-
PAGE_SHOW: string;
|
|
85
|
-
COPY: string;
|
|
86
|
-
DRAWER_TIPS: string;
|
|
87
|
-
FULL: string;
|
|
88
|
-
FIXED: string;
|
|
89
|
-
BREAD_CURB: string;
|
|
90
|
-
MENU_FILTER: string;
|
|
91
|
-
NOTICE: string;
|
|
92
|
-
SIZE: string;
|
|
93
|
-
SHOW_FULLE: string;
|
|
94
|
-
LOCAL: string;
|
|
95
|
-
ROUTE_REUSE: string;
|
|
96
|
-
SHOW_FOOTER: string;
|
|
97
|
-
CONTENT_FIXED_WIDTH: string;
|
|
98
|
-
ON: string;
|
|
99
|
-
OFF: string;
|
|
100
|
-
UNKNOWN_ROUTE: string;
|
|
101
|
-
COPY_SUCCESS: string;
|
|
102
|
-
};
|
|
103
|
-
};
|