@qqt-product/ui 9.0.0 → 9.0.1
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/dist/index.es.js +8262 -8256
- package/dist/index.umd.js +71 -71
- package/dist/lib/components/layout/index.d.ts +2 -5
- package/dist/lib/components/layout/src/index.vue.d.ts +2 -5
- package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +8 -8
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { UndoOutlinedIconType } from '@ant-design/icons-vue/lib/icons/UndoOutlined';
|
|
2
1
|
import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CheckOutlined';
|
|
3
2
|
import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
|
|
4
3
|
import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
|
|
@@ -103,11 +102,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
103
102
|
props: any;
|
|
104
103
|
emit: (event: "menuSelect" | "schedule-click" | "services-click", ...args: any[]) => void;
|
|
105
104
|
SIDER_DEFAULT_WIDTH: number;
|
|
105
|
+
SIDER_DEFAULT_WIDTH_STORE_STRING: string | null;
|
|
106
|
+
SIDER_DEFAULT_WIDTH_STORE_VALUE: string;
|
|
106
107
|
showDragTag: Ref<boolean>;
|
|
107
108
|
siderWidth: Ref<number>;
|
|
108
109
|
tagDragging: Ref<boolean>;
|
|
109
110
|
lineLeft: Ref<number>;
|
|
110
|
-
startX: Ref<number>;
|
|
111
111
|
secondMenuShow: Ref<boolean>;
|
|
112
112
|
siderRef: Ref<any>;
|
|
113
113
|
menuSelect: (obj: any) => void;
|
|
@@ -118,8 +118,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
118
118
|
}) => void;
|
|
119
119
|
updateMenuShow: (flag: boolean) => void;
|
|
120
120
|
handleMouseDown: (event: MouseEvent) => void;
|
|
121
|
-
handleMouseUp: (event: MouseEvent) => void;
|
|
122
|
-
handleMouseLeave: () => void;
|
|
123
121
|
handleMouseMove: (event: MouseEvent) => void;
|
|
124
122
|
collapsedSider: (collapsed: boolean) => void;
|
|
125
123
|
handleUndo: () => void;
|
|
@@ -910,7 +908,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
910
908
|
}, {}, {}>;
|
|
911
909
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
912
910
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
913
|
-
readonly UndoOutlined: UndoOutlinedIconType;
|
|
914
911
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("menuSelect" | "schedule-click" | "services-click")[], "menuSelect" | "schedule-click" | "services-click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
915
912
|
internalOrExternal: {
|
|
916
913
|
type: BooleanConstructor;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { UndoOutlinedIconType } from '@ant-design/icons-vue/lib/icons/UndoOutlined';
|
|
2
1
|
import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CheckOutlined';
|
|
3
2
|
import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
|
|
4
3
|
import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
|
|
@@ -100,11 +99,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
100
99
|
props: any;
|
|
101
100
|
emit: (event: "menuSelect" | "schedule-click" | "services-click", ...args: any[]) => void;
|
|
102
101
|
SIDER_DEFAULT_WIDTH: number;
|
|
102
|
+
SIDER_DEFAULT_WIDTH_STORE_STRING: string | null;
|
|
103
|
+
SIDER_DEFAULT_WIDTH_STORE_VALUE: string;
|
|
103
104
|
showDragTag: Ref<boolean>;
|
|
104
105
|
siderWidth: Ref<number>;
|
|
105
106
|
tagDragging: Ref<boolean>;
|
|
106
107
|
lineLeft: Ref<number>;
|
|
107
|
-
startX: Ref<number>;
|
|
108
108
|
secondMenuShow: Ref<boolean>;
|
|
109
109
|
siderRef: Ref<any>;
|
|
110
110
|
menuSelect: (obj: any) => void;
|
|
@@ -115,8 +115,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
115
115
|
}) => void;
|
|
116
116
|
updateMenuShow: (flag: boolean) => void;
|
|
117
117
|
handleMouseDown: (event: MouseEvent) => void;
|
|
118
|
-
handleMouseUp: (event: MouseEvent) => void;
|
|
119
|
-
handleMouseLeave: () => void;
|
|
120
118
|
handleMouseMove: (event: MouseEvent) => void;
|
|
121
119
|
collapsedSider: (collapsed: boolean) => void;
|
|
122
120
|
handleUndo: () => void;
|
|
@@ -907,7 +905,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
907
905
|
}, {}, {}>;
|
|
908
906
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
909
907
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
910
|
-
readonly UndoOutlined: UndoOutlinedIconType;
|
|
911
908
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("menuSelect" | "schedule-click" | "services-click")[], "menuSelect" | "schedule-click" | "services-click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
912
909
|
internalOrExternal: {
|
|
913
910
|
type: BooleanConstructor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Ref } from 'vue';
|
|
1
2
|
import type { RecordString } from '../../../edit-page-layout';
|
|
2
3
|
import { InitializeConfig } from '../upload-file-types';
|
|
3
4
|
export interface ButtonConfig extends InitializeConfig {
|
|
@@ -8,6 +9,7 @@ export interface ButtonConfig extends InitializeConfig {
|
|
|
8
9
|
previewUrl?: string;
|
|
9
10
|
}
|
|
10
11
|
export default function useOperationColumnButton(): {
|
|
12
|
+
operationUid: Ref<number>;
|
|
11
13
|
handleDelete: <T extends ButtonConfig>(payload: T) => void;
|
|
12
14
|
handleDownload: <T_1 extends ButtonConfig>(payload: T_1) => void;
|
|
13
15
|
handlePreview: <T_2 extends ButtonConfig>(payload: T_2) => void;
|