xxl-job-vue3 1.0.0 → 1.0.2
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.
Potentially problematic release.
This version of xxl-job-vue3 might be problematic. Click here for more details.
- package/README.md +34 -3
- package/dist/403-CT_xpxt9.js +35 -0
- package/dist/404-D41S06ze.js +35 -0
- package/dist/500-DiwNQtiW.js +35 -0
- package/dist/index-BQYLMMeF.js +1341 -0
- package/dist/lib-index-Ce2gwbBI.js +40483 -0
- package/dist/style.css +1 -0
- package/dist/types/src/api/config/servicePort.d.ts +6 -0
- package/dist/types/src/api/helper/axiosCancel.d.ts +20 -0
- package/dist/types/src/api/helper/checkStatus.d.ts +6 -0
- package/dist/types/src/api/index.d.ts +24 -0
- package/dist/types/src/api/interface/common.d.ts +72 -0
- package/dist/types/src/api/interface/index.d.ts +10 -0
- package/dist/types/src/api/interface/xxlJob/jobDashboard.d.ts +36 -0
- package/dist/types/src/api/interface/xxlJob/jobExecutor.d.ts +32 -0
- package/dist/types/src/api/interface/xxlJob/jobInfo.d.ts +73 -0
- package/dist/types/src/api/interface/xxlJob/jobLogs.d.ts +29 -0
- package/dist/types/src/api/modules/common.d.ts +4 -0
- package/dist/types/src/api/modules/index.d.ts +12 -0
- package/dist/types/src/api/modules/upload.d.ts +11 -0
- package/dist/types/src/api/modules/xxlJob/jobDashboard.d.ts +10 -0
- package/dist/types/src/api/modules/xxlJob/jobExecutor.d.ts +23 -0
- package/dist/types/src/api/modules/xxlJob/jobInfo.d.ts +51 -0
- package/dist/types/src/api/modules/xxlJob/jobLogs.d.ts +16 -0
- package/dist/types/src/components/ECharts/config/index.d.ts +6 -0
- package/dist/types/src/components/ECharts/index.vue.d.ts +44 -0
- package/dist/types/src/components/ErrorMessage/403.vue.d.ts +2 -0
- package/dist/types/src/components/ErrorMessage/404.vue.d.ts +2 -0
- package/dist/types/src/components/ErrorMessage/500.vue.d.ts +2 -0
- package/dist/types/src/components/Grid/components/GridItem.vue.d.ts +67 -0
- package/dist/types/src/components/Grid/index.vue.d.ts +65 -0
- package/dist/types/src/components/Grid/interface/index.d.ts +5 -0
- package/dist/types/src/components/Loading/fullScreen.d.ts +5 -0
- package/dist/types/src/components/ProTable/components/ColSetting.vue.d.ts +19 -0
- package/dist/types/src/components/ProTable/components/Pagination.vue.d.ts +21 -0
- package/dist/types/src/components/ProTable/components/TableColumn.vue.d.ts +17 -0
- package/dist/types/src/components/ProTable/index.vue.d.ts +3132 -0
- package/dist/types/src/components/ProTable/interface/index.d.ts +102 -0
- package/dist/types/src/components/SearchForm/components/SearchFormItem.vue.d.ts +28 -0
- package/dist/types/src/components/SearchForm/index.vue.d.ts +46 -0
- package/dist/types/src/components/SwitchDark/index.vue.d.ts +2 -0
- package/dist/types/src/config/index.d.ts +4 -0
- package/dist/types/src/config/nprogress.d.ts +3 -0
- package/dist/types/src/directives/index.d.ts +6 -0
- package/dist/types/src/directives/modules/auth.d.ts +4 -0
- package/dist/types/src/enums/httpEnum.d.ts +29 -0
- package/dist/types/src/hooks/interface/index.d.ts +30 -0
- package/dist/types/src/hooks/useAuthButtons.d.ts +8 -0
- package/dist/types/src/hooks/useDownload.d.ts +20 -0
- package/dist/types/src/hooks/useHandleData.d.ts +12 -0
- package/dist/types/src/hooks/useOnline.d.ts +6 -0
- package/dist/types/src/hooks/useSelection.d.ts +17 -0
- package/dist/types/src/hooks/useTable.d.ts +46 -0
- package/dist/types/src/hooks/useTheme.d.ts +13 -0
- package/dist/types/src/hooks/useTime.d.ts +15 -0
- package/dist/types/src/languages/index.d.ts +62 -0
- package/dist/types/src/languages/modules/en.d.ts +31 -0
- package/dist/types/src/languages/modules/zh.d.ts +30 -0
- package/dist/types/src/layouts/LayoutClassic/index.vue.d.ts +2 -0
- package/dist/types/src/layouts/LayoutTransverse/index.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Footer/index.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Header/ToolBarLeft.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Header/ToolBarRight.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Header/components/Avatar.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Header/components/Breadcrumb.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Header/components/CollapseIcon.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Header/components/Fullscreen.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Header/components/ThemeSetting.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Main/components/Maximize.vue.d.ts +2 -0
- package/dist/types/src/layouts/components/Main/index.vue.d.ts +28 -0
- package/dist/types/src/layouts/components/Menu/SubMenu.vue.d.ts +15 -0
- package/dist/types/src/layouts/components/Tabs/components/MoreButton.vue.d.ts +6 -0
- package/dist/types/src/layouts/components/Tabs/index.vue.d.ts +6 -0
- package/dist/types/src/layouts/components/ThemeDrawer/index.vue.d.ts +2 -0
- package/dist/types/src/layouts/index.vue.d.ts +2 -0
- package/dist/types/src/lib-index.d.ts +9 -0
- package/dist/types/src/main.d.ts +1 -0
- package/dist/types/src/routers/index.d.ts +22 -0
- package/dist/types/src/routers/modules/dynamicRouter.d.ts +6 -0
- package/dist/types/src/routers/modules/staticRouter.d.ts +22 -0
- package/dist/types/src/stores/helper/persist.d.ts +10 -0
- package/dist/types/src/stores/index.d.ts +2 -0
- package/dist/types/src/stores/interface/index.d.ts +66 -0
- package/dist/types/src/stores/modules/auth.d.ts +156 -0
- package/dist/types/src/stores/modules/global.d.ts +43 -0
- package/dist/types/src/stores/modules/keepAlive.d.ts +7 -0
- package/dist/types/src/stores/modules/tabs.d.ts +10 -0
- package/dist/types/src/stores/modules/user.d.ts +17 -0
- package/dist/types/src/styles/theme/aside.d.ts +5 -0
- package/dist/types/src/styles/theme/header.d.ts +5 -0
- package/dist/types/src/styles/theme/menu.d.ts +5 -0
- package/dist/types/src/utils/aes.d.ts +12 -0
- package/dist/types/src/utils/color.d.ts +28 -0
- package/dist/types/src/utils/dict.d.ts +257 -0
- package/dist/types/src/utils/eleValidate.d.ts +4 -0
- package/dist/types/src/utils/errorHandler.d.ts +5 -0
- package/dist/types/src/utils/index.d.ts +235 -0
- package/dist/types/src/utils/is/index.d.ts +126 -0
- package/dist/types/src/utils/mittBus.d.ts +2 -0
- package/dist/types/src/utils/sm3.d.ts +6 -0
- package/dist/types/src/utils/sm4.d.ts +14 -0
- package/dist/types/src/utils/svg.d.ts +4 -0
- package/dist/types/src/utils/xxl-bridge.d.ts +21 -0
- package/dist/types/src/views/xxlJob/jobDashboard/index.vue.d.ts +2 -0
- package/dist/types/src/views/xxlJob/jobExecutor/components/EditExecutor.vue.d.ts +21 -0
- package/dist/types/src/views/xxlJob/jobExecutor/index.vue.d.ts +2 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/CreateCronExpression.vue.d.ts +28 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/JobInfoDetail.vue.d.ts +10 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/RegisterNode.vue.d.ts +11 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/RunOnceView.vue.d.ts +11 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabDay.vue.d.ts +26 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabHour.vue.d.ts +13 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabMin.vue.d.ts +13 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabMonth.vue.d.ts +13 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabResult.vue.d.ts +15 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabSecond.vue.d.ts +13 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabWeek.vue.d.ts +27 -0
- package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabYear.vue.d.ts +14 -0
- package/dist/types/src/views/xxlJob/jobInfo/index.vue.d.ts +2 -0
- package/dist/types/src/views/xxlJob/jobLogs/components/JobTaskClearDialog.vue.d.ts +16 -0
- package/dist/types/src/views/xxlJob/jobLogs/components/JobTaskInfoView.vue.d.ts +17 -0
- package/dist/types/src/views/xxlJob/jobLogs/index.vue.d.ts +2 -0
- package/dist/xxl-job-vue3.es.js +6 -6
- package/dist/xxl-job-vue3.umd.js +94 -74
- package/package.json +38 -35
- package/dist/403-D8dRpQKz.js +0 -36
- package/dist/404-DXM7nyXC.js +0 -36
- package/dist/500-BUCjxPG1.js +0 -36
- package/dist/CrontabDay-DqR3VUYR.js +0 -4
- package/dist/CrontabHour-B0Ub5MaR.js +0 -4
- package/dist/CrontabMin-DtjfCxp1.js +0 -4
- package/dist/CrontabMonth-BU6m9TVZ.js +0 -4
- package/dist/CrontabResult-DGO_apJU.js +0 -4
- package/dist/CrontabSecond-BqQGVOZ9.js +0 -4
- package/dist/CrontabWeek-DHqRjAy-.js +0 -4
- package/dist/CrontabYear-D3Z1OkFC.js +0 -4
- package/dist/EditExecutor-C-jVvoY3.js +0 -4
- package/dist/JobTaskClearDialog-CpXLIi7N.js +0 -4
- package/dist/RunOnceView-Bk8stgp6.js +0 -4
- package/dist/index-Bf5gEacT.js +0 -98346
- package/dist/index-Btu-nIzi.js +0 -4
- package/dist/index-CXZ4_Fnb.js +0 -4
- package/dist/index-OKUPhEWh.js +0 -4012
- package/dist/index-tWx7VrPi.js +0 -4
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**================ 数据 ===================== */
|
|
2
|
+
/**
|
|
3
|
+
* @description 弹窗参数
|
|
4
|
+
*/
|
|
5
|
+
interface DrawerProps {
|
|
6
|
+
/** 标题*/
|
|
7
|
+
title: string;
|
|
8
|
+
/** 判断是编辑还是新增 */
|
|
9
|
+
type: string;
|
|
10
|
+
row?: any;
|
|
11
|
+
/** 名称*/
|
|
12
|
+
/** 是否为查看*/
|
|
13
|
+
/** 父级组件传过来的数据*/
|
|
14
|
+
/** api接口*/
|
|
15
|
+
/** 获取表格数据*/
|
|
16
|
+
getTableList?: () => void;
|
|
17
|
+
}
|
|
18
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
19
|
+
acceptParams: (params: DrawerProps) => Promise<void>;
|
|
20
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**====================数据====================== */
|
|
2
|
+
/**
|
|
3
|
+
* @description 弹窗参数
|
|
4
|
+
*/
|
|
5
|
+
interface DialogProps {
|
|
6
|
+
/** 标题*/
|
|
7
|
+
title: string;
|
|
8
|
+
}
|
|
9
|
+
interface Props {
|
|
10
|
+
expression: string;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {
|
|
13
|
+
acceptParams: (params: DialogProps) => void;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
fill: (...args: any[]) => void;
|
|
16
|
+
}, any, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
17
|
+
onFill?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
+
} : {
|
|
25
|
+
type: import('vue').PropType<T[K]>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface DrawerProps {
|
|
2
|
+
title: string;
|
|
3
|
+
type?: string;
|
|
4
|
+
row?: any;
|
|
5
|
+
getTableList?: () => void;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
8
|
+
acceptParams: (params: DrawerProps) => Promise<void>;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**====================数据====================== */
|
|
2
|
+
interface DialogProps {
|
|
3
|
+
/** 父级组件传过来的数据*/
|
|
4
|
+
title: string;
|
|
5
|
+
id?: any;
|
|
6
|
+
type?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
9
|
+
acceptParams: (params: DialogProps) => void;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**====================数据====================== */
|
|
2
|
+
interface DialogProps {
|
|
3
|
+
/** 父级组件传过来的数据*/
|
|
4
|
+
row?: any;
|
|
5
|
+
/** 获取表格数据*/
|
|
6
|
+
getTableList?: () => void;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
9
|
+
acceptParams: (params: DialogProps) => void;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
cron: any;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {
|
|
5
|
+
radioValue: import('vue').Ref<any, any>;
|
|
6
|
+
workday: import('vue').Ref<any, any>;
|
|
7
|
+
cycle01: import('vue').Ref<any, any>;
|
|
8
|
+
cycle02: import('vue').Ref<any, any>;
|
|
9
|
+
average01: import('vue').Ref<any, any>;
|
|
10
|
+
average02: import('vue').Ref<any, any>;
|
|
11
|
+
checkboxList: import('vue').Ref<any, any>;
|
|
12
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
update: (...args: any[]) => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
15
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
radioValue: import('vue').Ref<any, any>;
|
|
3
|
+
cycle01: import('vue').Ref<any, any>;
|
|
4
|
+
cycle02: import('vue').Ref<any, any>;
|
|
5
|
+
average01: import('vue').Ref<any, any>;
|
|
6
|
+
average02: import('vue').Ref<any, any>;
|
|
7
|
+
checkboxList: import('vue').Ref<any, any>;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
update: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
11
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
radioValue: import('vue').Ref<any, any>;
|
|
3
|
+
cycle01: import('vue').Ref<any, any>;
|
|
4
|
+
cycle02: import('vue').Ref<any, any>;
|
|
5
|
+
average01: import('vue').Ref<any, any>;
|
|
6
|
+
average02: import('vue').Ref<any, any>;
|
|
7
|
+
checkboxList: import('vue').Ref<any, any>;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
update: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
11
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
radioValue: import('vue').Ref<any, any>;
|
|
3
|
+
cycle01: import('vue').Ref<any, any>;
|
|
4
|
+
cycle02: import('vue').Ref<any, any>;
|
|
5
|
+
average01: import('vue').Ref<any, any>;
|
|
6
|
+
average02: import('vue').Ref<any, any>;
|
|
7
|
+
checkboxList: import('vue').Ref<any, any>;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
update: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
11
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
ex: string;
|
|
3
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
ex: string;
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
radioValue: import('vue').Ref<any, any>;
|
|
3
|
+
cycle01: import('vue').Ref<any, any>;
|
|
4
|
+
cycle02: import('vue').Ref<any, any>;
|
|
5
|
+
average01: import('vue').Ref<any, any>;
|
|
6
|
+
average02: import('vue').Ref<any, any>;
|
|
7
|
+
checkboxList: import('vue').Ref<any, any>;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
update: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
11
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
cron: any;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {
|
|
5
|
+
radioValue: import('vue').Ref<any, any>;
|
|
6
|
+
weekday: import('vue').Ref<any, any>;
|
|
7
|
+
cycle01: import('vue').Ref<any, any>;
|
|
8
|
+
cycle02: import('vue').Ref<any, any>;
|
|
9
|
+
average01: import('vue').Ref<any, any>;
|
|
10
|
+
average02: import('vue').Ref<any, any>;
|
|
11
|
+
checkboxList: import('vue').Ref<any, any>;
|
|
12
|
+
weekList: import('vue').Ref<any, any>;
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
update: (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
16
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
fullYear: import('vue').Ref<any, any>;
|
|
3
|
+
radioValue: import('vue').Ref<any, any>;
|
|
4
|
+
cycle01: import('vue').Ref<any, any>;
|
|
5
|
+
cycle02: import('vue').Ref<any, any>;
|
|
6
|
+
average01: import('vue').Ref<any, any>;
|
|
7
|
+
average02: import('vue').Ref<any, any>;
|
|
8
|
+
checkboxList: import('vue').Ref<any, any>;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
update: (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
12
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**====================数据====================== */
|
|
2
|
+
/**
|
|
3
|
+
* @description 弹窗参数
|
|
4
|
+
*/
|
|
5
|
+
interface DialogProps {
|
|
6
|
+
/** 标题*/
|
|
7
|
+
title: string;
|
|
8
|
+
/** 父级组件传过来的数据*/
|
|
9
|
+
/** api接口*/
|
|
10
|
+
/** 获取表格数据*/
|
|
11
|
+
getTableList?: () => void;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
14
|
+
acceptParams: (params: DialogProps) => void;
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { JobLogs } from '../../../../api/interface';
|
|
2
|
+
|
|
3
|
+
/**====================数据====================== */
|
|
4
|
+
/**
|
|
5
|
+
* @description 弹窗参数
|
|
6
|
+
*/
|
|
7
|
+
interface DialogProps {
|
|
8
|
+
/** 标题*/
|
|
9
|
+
title: string;
|
|
10
|
+
/** 父级组件传过来的数据*/
|
|
11
|
+
row?: Partial<JobLogs.JobLogsColumnsItem>;
|
|
12
|
+
type?: any;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
15
|
+
acceptParams: (params: DialogProps) => void;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
package/dist/xxl-job-vue3.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { X as s, i as x, e as X, c as b, d as l } from "./lib-index-Ce2gwbBI.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
s as XxlBridge,
|
|
4
|
+
x as XxlJobDashboard,
|
|
5
|
+
X as XxlJobExecutor,
|
|
6
|
+
b as XxlJobInfo,
|
|
7
|
+
l as XxlJobLogs
|
|
7
8
|
};
|
|
8
|
-
|