@polyv/vue-components 1.6.0 → 1.7.0
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/package.json +2 -2
- package/styles/root/basic.scss +14 -7
- package/styles/root/border.scss +6 -0
- package/styles/skin-color.scss +37 -11
- package/styles/variables.scss +15 -1
- package/vue2/index.es.js +16155 -21494
- package/vue2/src/components/alert/index.d.ts +2 -0
- package/vue2/src/components/alert/src/alert.vue.d.ts +2 -0
- package/vue2/src/components/alert/src/props-define.d.ts +8 -0
- package/vue2/src/components/business/channel-cover/index.d.ts +38 -0
- package/vue2/src/components/business/channel-cover/src/channel-cover.vue.d.ts +38 -0
- package/vue2/src/components/business/channel-cover/src/cover-list.d.ts +7 -0
- package/vue2/src/components/business/channel-cover/src/props-define.d.ts +47 -0
- package/vue2/src/components/business/data-export/data-export-record/use-data-export-record.d.ts +8 -4
- package/vue2/src/components/business/external-links/external-links.vue.d.ts +1 -2
- package/vue2/src/components/business/external-links/use-external-links.d.ts +111 -3
- package/vue2/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +22 -0
- package/vue2/src/components/collapse-transition/index.d.ts +36 -0
- package/vue2/src/components/collapse-transition/src/collapse-transition.vue.d.ts +27 -0
- package/vue2/src/components/collapse-transition/src/props-define.d.ts +9 -0
- package/vue2/src/components/example/example.vue.d.ts +16 -1
- package/vue2/src/components/example/index.d.ts +75 -4
- package/vue2/src/components/exports.d.ts +22 -1
- package/vue2/src/components/form/file-upload/index.d.ts +467 -0
- package/vue2/src/components/form/file-upload/src/file-upload.vue.d.ts +185 -0
- package/vue2/src/components/form/file-upload/src/hooks/props-define.d.ts +296 -0
- package/vue2/src/components/form/file-upload/src/hooks/types.d.ts +52 -0
- package/vue2/src/components/form/file-upload/src/hooks/use-file-input.d.ts +7 -0
- package/vue2/src/components/form/file-upload/src/hooks/use-file-upload-slots.d.ts +10 -0
- package/vue2/src/components/form/file-upload/src/hooks/use-file-upload.d.ts +113 -0
- package/vue2/src/components/form/file-upload/src/hooks/use-upload-controller.d.ts +7 -0
- package/vue2/src/components/form/file-upload/src/upload-add/button-add.vue.d.ts +4 -0
- package/vue2/src/components/form/file-upload/src/upload-add/drag-add.vue.d.ts +5 -0
- package/vue2/src/components/form/file-upload/src/upload-add/picture-card-add.vue.d.ts +4 -0
- package/vue2/src/components/form/file-upload/src/upload-item/file-upload-item.vue.d.ts +23 -0
- package/vue2/src/components/form/file-upload/src/upload-item/picture-card-item.vue.d.ts +14 -0
- package/vue2/src/components/form/file-upload/src/upload-item/text-item.vue.d.ts +16 -0
- package/vue2/src/components/form/file-upload/src/upload-item/use-upload-item.d.ts +10 -0
- package/vue2/src/components/form/form-item/index.d.ts +2 -2
- package/vue2/src/components/form/form-item/src/form-item.vue.d.ts +1 -1
- package/vue2/src/components/form/form-submit-button/index.d.ts +1 -1
- package/vue2/src/components/form/form-submit-button/src/form-submit-button.vue.d.ts +1 -1
- package/vue2/src/components/form/form-wrap/index.d.ts +8 -2
- package/vue2/src/components/form/form-wrap/src/form-wrap.vue.d.ts +3 -1
- package/vue2/src/components/form/form-wrap/src/use-form-wrap.d.ts +4 -0
- package/vue2/src/components/form/hooks/use-form-entrance.d.ts +3 -3
- package/vue2/src/components/form/input-number/index.d.ts +2 -2
- package/vue2/src/components/form/input-number/src/input-number.vue.d.ts +1 -1
- package/vue2/src/components/form/select/index.d.ts +40 -40
- package/vue2/src/components/form/timezone-picker/index.d.ts +70 -70
- package/vue2/src/components/form/timezone-picker/src/hooks/props-define.d.ts +18 -18
- package/vue2/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +42 -42
- package/vue2/src/components/form/transfer/hooks/props-define.d.ts +0 -1
- package/vue2/src/components/form/transfer/transfer.vue.d.ts +0 -1
- package/vue2/src/components/icons/icons/effect/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/file/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/id-card/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/id-card-filled/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/lang/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/link/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/menu-expand/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/menu-fold-up/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/platform/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/platform-filled/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/statistics-filled/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/upload-three/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/user/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/user-filled/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/video/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/video-filled/index.d.ts +6 -0
- package/vue2/src/components/icons/map.d.ts +16 -0
- package/vue2/src/components/info-card/index.d.ts +181 -2
- package/{vue3/src/components/info-card → vue2/src/components/info-card/src}/info-card.vue.d.ts +11 -1
- package/vue2/src/components/info-card/{props-define.d.ts → src/props-define.d.ts} +18 -1
- package/vue2/src/components/menu/index.d.ts +156 -0
- package/vue2/src/components/menu/src/hooks/use-menu-item.d.ts +29 -0
- package/vue2/src/components/menu/src/hooks/use-menu.d.ts +14 -0
- package/vue2/src/components/menu/src/hooks/use-sub-menu.d.ts +23 -0
- package/vue2/src/components/menu/src/menu-divider.vue.d.ts +2 -0
- package/vue2/src/components/menu/src/menu-item-content.vue.d.ts +2 -0
- package/vue2/src/components/menu/src/menu-item.vue.d.ts +14 -0
- package/vue2/src/components/menu/src/menu.vue.d.ts +52 -0
- package/vue2/src/components/menu/src/props-define.d.ts +114 -0
- package/vue2/src/components/menu/src/sub-menu-popper.vue.d.ts +19 -0
- package/vue2/src/components/menu/src/sub-menu.vue.d.ts +32 -0
- package/vue2/src/components/message-box/_component/message-box-element.vue.d.ts +1 -1
- package/vue2/src/components/message-box/_component/use-message-box-element.d.ts +13 -9
- package/vue2/src/components/pagination/use-pagination.d.ts +3 -3
- package/vue2/src/components/popconfirm/index.d.ts +20 -0
- package/vue2/src/components/popconfirm/src/popconfirm.vue.d.ts +20 -0
- package/vue2/src/components/popconfirm/src/props-define.d.ts +3 -0
- package/vue2/src/components/popover/index.d.ts +20 -0
- package/vue2/src/components/popover/src/popover.vue.d.ts +7 -0
- package/vue2/src/components/popover/src/props-define.d.ts +3 -0
- package/vue2/src/components/popup/index.d.ts +13 -6
- package/vue2/src/components/popup/src/hooks/popup-props.d.ts +6 -4
- package/vue2/src/components/popup/src/hooks/use-popup-provide.d.ts +9 -0
- package/vue2/src/components/popup/src/popup.vue.d.ts +4 -2
- package/vue2/src/components/popup/src/types.d.ts +3 -0
- package/vue2/src/components/slider/index.d.ts +8 -1
- package/vue2/src/components/slider/src/props-define.d.ts +7 -0
- package/vue2/src/components/slider/src/slider.vue.d.ts +8 -1
- package/vue2/src/components/table/index.d.ts +84 -12
- package/vue2/src/components/table/src/components/table-body-cell/body-cell-expand.vue.d.ts +2 -0
- package/vue2/src/components/table/src/components/table-body-row/table-body-row-expand.vue.d.ts +33 -0
- package/vue2/src/components/table/src/components/table-body-row/table-body-row.vue.d.ts +11 -0
- package/vue2/src/components/table/src/components/table-body-row/use-table-body-row.d.ts +8 -0
- package/vue2/src/components/table/src/hooks/props-define.d.ts +58 -2
- package/vue2/src/components/table/src/hooks/use-table/use-column-computed.d.ts +14 -2
- package/vue2/src/components/table/src/hooks/use-table/use-column-list.d.ts +28 -4
- package/vue2/src/components/table/src/hooks/use-table/use-table-footer.d.ts +7 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +2 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table.d.ts +44 -7
- package/vue2/src/components/table/src/hooks/use-table-column/use-column-children.d.ts +14 -2
- package/vue2/src/components/table/src/hooks/use-table-column/use-column-expand.d.ts +19 -0
- package/vue2/src/components/table/src/hooks/use-table-column/use-table-column.d.ts +2 -1
- package/vue2/src/components/table/src/table-column.vue.d.ts +13 -4
- package/vue2/src/components/table/src/table.vue.d.ts +16 -0
- package/vue2/src/components/table/src/types/index.d.ts +1 -1
- package/vue2/src/components/tooltip/index.d.ts +20 -0
- package/vue2/src/components/tooltip/src/props-define.d.ts +7 -0
- package/vue2/src/components/tooltip/src/tooltip.vue.d.ts +7 -0
- package/vue2/src/hooks/business/use-skin-color/utils.d.ts +1 -1
- package/vue2/src/hooks/exports.d.ts +1 -0
- package/vue2/src/hooks/vue/use-render-slots/index.d.ts +5 -3
- package/vue2/src/lang/internal/en.json.d.ts +28 -6
- package/vue2/src/lang/internal/index.d.ts +22 -0
- package/vue2/src/lang/internal/ja.json.d.ts +29 -7
- package/vue2/src/lang/internal/ko.json.d.ts +29 -7
- package/vue2/src/lang/internal/ru.json.d.ts +29 -7
- package/vue2/src/lang/internal/zh-CN.json.d.ts +27 -5
- package/vue2/src/lang/internal/zh-TW.json.d.ts +28 -6
- package/vue2/src/vue-utils/index.d.ts +1 -0
- package/vue3/index.es.js +16162 -21506
- package/vue3/src/components/alert/index.d.ts +2 -0
- package/vue3/src/components/alert/src/alert.vue.d.ts +2 -0
- package/vue3/src/components/alert/src/props-define.d.ts +8 -0
- package/vue3/src/components/business/channel-cover/index.d.ts +38 -0
- package/vue3/src/components/business/channel-cover/src/channel-cover.vue.d.ts +38 -0
- package/vue3/src/components/business/channel-cover/src/cover-list.d.ts +7 -0
- package/vue3/src/components/business/channel-cover/src/props-define.d.ts +47 -0
- package/vue3/src/components/business/data-export/data-export-record/use-data-export-record.d.ts +8 -4
- package/vue3/src/components/business/external-links/external-links.vue.d.ts +1 -2
- package/vue3/src/components/business/external-links/use-external-links.d.ts +111 -3
- package/vue3/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +22 -0
- package/vue3/src/components/collapse-transition/index.d.ts +36 -0
- package/vue3/src/components/collapse-transition/src/collapse-transition.vue.d.ts +27 -0
- package/vue3/src/components/collapse-transition/src/props-define.d.ts +9 -0
- package/vue3/src/components/example/example.vue.d.ts +16 -1
- package/vue3/src/components/example/index.d.ts +75 -4
- package/vue3/src/components/exports.d.ts +22 -1
- package/vue3/src/components/form/file-upload/index.d.ts +467 -0
- package/vue3/src/components/form/file-upload/src/file-upload.vue.d.ts +185 -0
- package/vue3/src/components/form/file-upload/src/hooks/props-define.d.ts +296 -0
- package/vue3/src/components/form/file-upload/src/hooks/types.d.ts +52 -0
- package/vue3/src/components/form/file-upload/src/hooks/use-file-input.d.ts +7 -0
- package/vue3/src/components/form/file-upload/src/hooks/use-file-upload-slots.d.ts +10 -0
- package/vue3/src/components/form/file-upload/src/hooks/use-file-upload.d.ts +113 -0
- package/vue3/src/components/form/file-upload/src/hooks/use-upload-controller.d.ts +7 -0
- package/vue3/src/components/form/file-upload/src/upload-add/button-add.vue.d.ts +4 -0
- package/vue3/src/components/form/file-upload/src/upload-add/drag-add.vue.d.ts +5 -0
- package/vue3/src/components/form/file-upload/src/upload-add/picture-card-add.vue.d.ts +4 -0
- package/vue3/src/components/form/file-upload/src/upload-item/file-upload-item.vue.d.ts +23 -0
- package/vue3/src/components/form/file-upload/src/upload-item/picture-card-item.vue.d.ts +14 -0
- package/vue3/src/components/form/file-upload/src/upload-item/text-item.vue.d.ts +16 -0
- package/vue3/src/components/form/file-upload/src/upload-item/use-upload-item.d.ts +10 -0
- package/vue3/src/components/form/form-item/index.d.ts +2 -2
- package/vue3/src/components/form/form-item/src/form-item.vue.d.ts +1 -1
- package/vue3/src/components/form/form-submit-button/index.d.ts +1 -1
- package/vue3/src/components/form/form-submit-button/src/form-submit-button.vue.d.ts +1 -1
- package/vue3/src/components/form/form-wrap/index.d.ts +8 -2
- package/vue3/src/components/form/form-wrap/src/form-wrap.vue.d.ts +3 -1
- package/vue3/src/components/form/form-wrap/src/use-form-wrap.d.ts +4 -0
- package/vue3/src/components/form/hooks/use-form-entrance.d.ts +3 -3
- package/vue3/src/components/form/input-number/index.d.ts +2 -2
- package/vue3/src/components/form/input-number/src/input-number.vue.d.ts +1 -1
- package/vue3/src/components/form/select/index.d.ts +40 -40
- package/vue3/src/components/form/timezone-picker/index.d.ts +70 -70
- package/vue3/src/components/form/timezone-picker/src/hooks/props-define.d.ts +18 -18
- package/vue3/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +42 -42
- package/vue3/src/components/form/transfer/hooks/props-define.d.ts +0 -1
- package/vue3/src/components/form/transfer/transfer.vue.d.ts +0 -1
- package/vue3/src/components/icons/icons/effect/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/file/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/id-card/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/id-card-filled/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/lang/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/link/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/menu-expand/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/menu-fold-up/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/platform/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/platform-filled/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/statistics-filled/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/upload-three/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/user/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/user-filled/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/video/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/video-filled/index.d.ts +6 -0
- package/vue3/src/components/icons/map.d.ts +16 -0
- package/vue3/src/components/info-card/index.d.ts +181 -2
- package/{vue2/src/components/info-card → vue3/src/components/info-card/src}/info-card.vue.d.ts +11 -1
- package/vue3/src/components/info-card/{props-define.d.ts → src/props-define.d.ts} +18 -1
- package/vue3/src/components/menu/index.d.ts +156 -0
- package/vue3/src/components/menu/src/hooks/use-menu-item.d.ts +29 -0
- package/vue3/src/components/menu/src/hooks/use-menu.d.ts +14 -0
- package/vue3/src/components/menu/src/hooks/use-sub-menu.d.ts +23 -0
- package/vue3/src/components/menu/src/menu-divider.vue.d.ts +2 -0
- package/vue3/src/components/menu/src/menu-item-content.vue.d.ts +2 -0
- package/vue3/src/components/menu/src/menu-item.vue.d.ts +14 -0
- package/vue3/src/components/menu/src/menu.vue.d.ts +52 -0
- package/vue3/src/components/menu/src/props-define.d.ts +114 -0
- package/vue3/src/components/menu/src/sub-menu-popper.vue.d.ts +19 -0
- package/vue3/src/components/menu/src/sub-menu.vue.d.ts +32 -0
- package/vue3/src/components/message-box/_component/message-box-element.vue.d.ts +1 -1
- package/vue3/src/components/message-box/_component/use-message-box-element.d.ts +13 -9
- package/vue3/src/components/pagination/use-pagination.d.ts +3 -3
- package/vue3/src/components/popconfirm/index.d.ts +20 -0
- package/vue3/src/components/popconfirm/src/popconfirm.vue.d.ts +20 -0
- package/vue3/src/components/popconfirm/src/props-define.d.ts +3 -0
- package/vue3/src/components/popover/index.d.ts +20 -0
- package/vue3/src/components/popover/src/popover.vue.d.ts +7 -0
- package/vue3/src/components/popover/src/props-define.d.ts +3 -0
- package/vue3/src/components/popup/index.d.ts +13 -6
- package/vue3/src/components/popup/src/hooks/popup-props.d.ts +6 -4
- package/vue3/src/components/popup/src/hooks/use-popup-provide.d.ts +9 -0
- package/vue3/src/components/popup/src/popup.vue.d.ts +4 -2
- package/vue3/src/components/popup/src/types.d.ts +3 -0
- package/vue3/src/components/slider/index.d.ts +8 -1
- package/vue3/src/components/slider/src/props-define.d.ts +7 -0
- package/vue3/src/components/slider/src/slider.vue.d.ts +8 -1
- package/vue3/src/components/table/index.d.ts +84 -12
- package/vue3/src/components/table/src/components/table-body-cell/body-cell-expand.vue.d.ts +2 -0
- package/vue3/src/components/table/src/components/table-body-row/table-body-row-expand.vue.d.ts +33 -0
- package/vue3/src/components/table/src/components/table-body-row/table-body-row.vue.d.ts +11 -0
- package/vue3/src/components/table/src/components/table-body-row/use-table-body-row.d.ts +8 -0
- package/vue3/src/components/table/src/hooks/props-define.d.ts +58 -2
- package/vue3/src/components/table/src/hooks/use-table/use-column-computed.d.ts +14 -2
- package/vue3/src/components/table/src/hooks/use-table/use-column-list.d.ts +28 -4
- package/vue3/src/components/table/src/hooks/use-table/use-table-footer.d.ts +7 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +2 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table.d.ts +44 -7
- package/vue3/src/components/table/src/hooks/use-table-column/use-column-children.d.ts +14 -2
- package/vue3/src/components/table/src/hooks/use-table-column/use-column-expand.d.ts +19 -0
- package/vue3/src/components/table/src/hooks/use-table-column/use-table-column.d.ts +2 -1
- package/vue3/src/components/table/src/table-column.vue.d.ts +13 -4
- package/vue3/src/components/table/src/table.vue.d.ts +16 -0
- package/vue3/src/components/table/src/types/index.d.ts +1 -1
- package/vue3/src/components/tooltip/index.d.ts +20 -0
- package/vue3/src/components/tooltip/src/props-define.d.ts +7 -0
- package/vue3/src/components/tooltip/src/tooltip.vue.d.ts +7 -0
- package/vue3/src/hooks/business/use-skin-color/utils.d.ts +1 -1
- package/vue3/src/hooks/exports.d.ts +1 -0
- package/vue3/src/hooks/vue/use-render-slots/index.d.ts +5 -3
- package/vue3/src/lang/internal/en.json.d.ts +28 -6
- package/vue3/src/lang/internal/index.d.ts +22 -0
- package/vue3/src/lang/internal/ja.json.d.ts +29 -7
- package/vue3/src/lang/internal/ko.json.d.ts +29 -7
- package/vue3/src/lang/internal/ru.json.d.ts +29 -7
- package/vue3/src/lang/internal/zh-CN.json.d.ts +27 -5
- package/vue3/src/lang/internal/zh-TW.json.d.ts +28 -6
- package/vue3/src/vue-utils/index.d.ts +1 -0
- package/vue2/src/components/form/index.d.ts +0 -18
- package/vue3/src/components/form/index.d.ts +0 -18
|
@@ -91,6 +91,8 @@ export declare const PwcAlert: import('../../vue-utils/install-utils').SFCInstal
|
|
|
91
91
|
icon?(_: {}): any;
|
|
92
92
|
title?(_: {}): any;
|
|
93
93
|
default?(_: {}): any;
|
|
94
|
+
suffix?(_: {}): any;
|
|
95
|
+
extra?(_: {}): any;
|
|
94
96
|
};
|
|
95
97
|
}), import('../../vue-utils/install-utils').InstallOptions>;
|
|
96
98
|
export * from './src/props-define';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const PwcChannelCover: import('../../../vue-utils/install-utils').SFCInstall<import('vue').DefineComponent<{
|
|
2
|
+
channelId: import('vue-types').VueTypeDef<string | number>;
|
|
3
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
4
|
+
titleColor: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
5
|
+
forceShowBgTitle: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
6
|
+
showInfo: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
coverImage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
10
|
+
coverImageId: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
11
|
+
checkDefaultCoverMark: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
backgroundBlur: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
channelId: import('vue-types').VueTypeDef<string | number>;
|
|
19
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
20
|
+
titleColor: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
21
|
+
forceShowBgTitle: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
22
|
+
showInfo: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
coverImage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
26
|
+
coverImageId: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
27
|
+
checkDefaultCoverMark: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
backgroundBlur: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
}>>, {
|
|
34
|
+
showInfo: boolean;
|
|
35
|
+
checkDefaultCoverMark: boolean;
|
|
36
|
+
backgroundBlur: boolean;
|
|
37
|
+
}>, import('../../../vue-utils/install-utils').InstallOptions>;
|
|
38
|
+
export * from './src/props-define';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
channelId: import('vue-types').VueTypeDef<string | number>;
|
|
3
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
4
|
+
titleColor: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
5
|
+
forceShowBgTitle: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
6
|
+
showInfo: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
coverImage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
10
|
+
coverImageId: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
11
|
+
checkDefaultCoverMark: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
backgroundBlur: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
channelId: import('vue-types').VueTypeDef<string | number>;
|
|
19
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
20
|
+
titleColor: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
21
|
+
forceShowBgTitle: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
22
|
+
showInfo: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
coverImage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
26
|
+
coverImageId: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
27
|
+
checkDefaultCoverMark: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
backgroundBlur: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
}>>, {
|
|
34
|
+
showInfo: boolean;
|
|
35
|
+
checkDefaultCoverMark: boolean;
|
|
36
|
+
backgroundBlur: boolean;
|
|
37
|
+
}>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const channelCoverProps: () => {
|
|
2
|
+
/**
|
|
3
|
+
* 频道号
|
|
4
|
+
*/
|
|
5
|
+
channelId: import('vue-types').VueTypeDef<string | number>;
|
|
6
|
+
/**
|
|
7
|
+
* 频道标题
|
|
8
|
+
*/
|
|
9
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
10
|
+
/**
|
|
11
|
+
* 背景标题颜色
|
|
12
|
+
*/
|
|
13
|
+
titleColor: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
14
|
+
/**
|
|
15
|
+
* 强制显示背景标题
|
|
16
|
+
*/
|
|
17
|
+
forceShowBgTitle: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
18
|
+
/**
|
|
19
|
+
* 显示信息
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
showInfo: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* 封面图
|
|
27
|
+
*/
|
|
28
|
+
coverImage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
29
|
+
/**
|
|
30
|
+
* 封面图 id
|
|
31
|
+
*/
|
|
32
|
+
coverImageId: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
33
|
+
/**
|
|
34
|
+
* 是否检查默认封面图
|
|
35
|
+
* @default true
|
|
36
|
+
*/
|
|
37
|
+
checkDefaultCoverMark: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* 添加虚化背景图
|
|
42
|
+
* @default false
|
|
43
|
+
*/
|
|
44
|
+
backgroundBlur: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
};
|
package/vue3/src/components/business/data-export/data-export-record/use-data-export-record.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
44
44
|
default: boolean;
|
|
45
45
|
};
|
|
46
46
|
effect: import('vue-types').VueTypeDef<"compact" | "standard" | "custom">;
|
|
47
|
-
purpose: import('vue-types').VueTypeDef<"gray" | "marketing">;
|
|
47
|
+
purpose: import('vue-types').VueTypeDef<"gray" | "marketing" | "interaction">;
|
|
48
48
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
49
49
|
titleStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
50
50
|
default: () => import('vue').CSSProperties;
|
|
@@ -103,6 +103,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
105
|
customClose: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomClosePopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomClosePopup>>;
|
|
106
|
+
customBack: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomBackPopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomBackPopup>>;
|
|
106
107
|
draggable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
107
108
|
default: boolean;
|
|
108
109
|
};
|
|
@@ -144,7 +145,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
144
145
|
default: boolean;
|
|
145
146
|
};
|
|
146
147
|
effect: import('vue-types').VueTypeDef<"compact" | "standard" | "custom">;
|
|
147
|
-
purpose: import('vue-types').VueTypeDef<"gray" | "marketing">;
|
|
148
|
+
purpose: import('vue-types').VueTypeDef<"gray" | "marketing" | "interaction">;
|
|
148
149
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
149
150
|
titleStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
150
151
|
default: () => import('vue').CSSProperties;
|
|
@@ -203,6 +204,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
203
204
|
default: boolean;
|
|
204
205
|
};
|
|
205
206
|
customClose: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomClosePopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomClosePopup>>;
|
|
207
|
+
customBack: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomBackPopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomBackPopup>>;
|
|
206
208
|
draggable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
207
209
|
default: boolean;
|
|
208
210
|
};
|
|
@@ -280,7 +282,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
280
282
|
default: boolean;
|
|
281
283
|
};
|
|
282
284
|
effect: import('vue-types').VueTypeDef<"compact" | "standard" | "custom">;
|
|
283
|
-
purpose: import('vue-types').VueTypeDef<"gray" | "marketing">;
|
|
285
|
+
purpose: import('vue-types').VueTypeDef<"gray" | "marketing" | "interaction">;
|
|
284
286
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
285
287
|
titleStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
286
288
|
default: () => import('vue').CSSProperties;
|
|
@@ -339,6 +341,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
339
341
|
default: boolean;
|
|
340
342
|
};
|
|
341
343
|
customClose: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomClosePopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomClosePopup>>;
|
|
344
|
+
customBack: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomBackPopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomBackPopup>>;
|
|
342
345
|
draggable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
343
346
|
default: boolean;
|
|
344
347
|
};
|
|
@@ -384,7 +387,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
384
387
|
default: boolean;
|
|
385
388
|
};
|
|
386
389
|
effect: import('vue-types').VueTypeDef<"compact" | "standard" | "custom">;
|
|
387
|
-
purpose: import('vue-types').VueTypeDef<"gray" | "marketing">;
|
|
390
|
+
purpose: import('vue-types').VueTypeDef<"gray" | "marketing" | "interaction">;
|
|
388
391
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
389
392
|
titleStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
390
393
|
default: () => import('vue').CSSProperties;
|
|
@@ -443,6 +446,7 @@ export declare const useDataExportRecord: (options: {
|
|
|
443
446
|
default: boolean;
|
|
444
447
|
};
|
|
445
448
|
customClose: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomClosePopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomClosePopup>>;
|
|
449
|
+
customBack: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomBackPopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomBackPopup>>;
|
|
446
450
|
draggable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
447
451
|
default: boolean;
|
|
448
452
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
declare function validateCurrentForm(): Promise<void>;
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
"v-model-key": import('vue-types').VueTypeValidableDef<import('./use-external-links').ExternalLinksModelValue, import('vue-types/dist/types').ValidatorFunction<import('./use-external-links').ExternalLinksModelValue>> & {
|
|
4
3
|
default: () => import('./use-external-links').ExternalLinksModelValue;
|
|
@@ -11,7 +10,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
10
|
default: boolean;
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
|
-
validateCurrentForm:
|
|
13
|
+
validateCurrentForm: () => Promise<void>;
|
|
15
14
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
15
|
change: (arg: import('./use-external-links').ExternalLinksModelValue) => void;
|
|
17
16
|
}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SelectOptionItem } from '../../form/select';
|
|
2
2
|
import { ValidatorRules } from '../../../plugins/async-validator';
|
|
3
3
|
import { VueEmit, VueProps } from '../../../vue-utils';
|
|
4
|
-
declare enum LinkJumpWay {
|
|
4
|
+
export declare enum LinkJumpWay {
|
|
5
5
|
/**
|
|
6
6
|
* iframe 弹框形式打开
|
|
7
7
|
*/
|
|
@@ -121,6 +121,23 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
121
121
|
gotIt: string;
|
|
122
122
|
empty: string;
|
|
123
123
|
};
|
|
124
|
+
fileUpload: {
|
|
125
|
+
error1: string;
|
|
126
|
+
error2: string;
|
|
127
|
+
error3: string;
|
|
128
|
+
error4: string;
|
|
129
|
+
error5: string;
|
|
130
|
+
error6: string;
|
|
131
|
+
uploading: string;
|
|
132
|
+
upload: string;
|
|
133
|
+
clickUpload: string;
|
|
134
|
+
replace: string;
|
|
135
|
+
delete: string;
|
|
136
|
+
defaultPlaceholder1: string;
|
|
137
|
+
defaultPlaceholder2: string;
|
|
138
|
+
cropperTitle: string;
|
|
139
|
+
dragText: string;
|
|
140
|
+
};
|
|
124
141
|
imageUpload: {
|
|
125
142
|
error1: string;
|
|
126
143
|
error2: string;
|
|
@@ -201,6 +218,7 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
201
218
|
totalPages: string;
|
|
202
219
|
size: string;
|
|
203
220
|
goto: string;
|
|
221
|
+
page: string;
|
|
204
222
|
};
|
|
205
223
|
example: {
|
|
206
224
|
text: string;
|
|
@@ -273,6 +291,7 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
273
291
|
error: {
|
|
274
292
|
urlPattern: string;
|
|
275
293
|
urlEmpty: string;
|
|
294
|
+
empty: string;
|
|
276
295
|
};
|
|
277
296
|
};
|
|
278
297
|
liveStatusTag: {
|
|
@@ -290,6 +309,9 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
290
309
|
more: string;
|
|
291
310
|
collapse: string;
|
|
292
311
|
};
|
|
312
|
+
channelCover: {
|
|
313
|
+
channelId: string;
|
|
314
|
+
};
|
|
293
315
|
} & {
|
|
294
316
|
common: {
|
|
295
317
|
confirm: string;
|
|
@@ -308,7 +330,92 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
308
330
|
comma: string;
|
|
309
331
|
};
|
|
310
332
|
}>, options?: import('../../..').UniversalParams<string | number>) => string;
|
|
311
|
-
|
|
333
|
+
formRef: import('vue').Ref<(import('vue/types/v3-component-public-instance').Vue3Instance<{}, Readonly<import('vue').ExtractPropTypes<{
|
|
334
|
+
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
335
|
+
formData: import('vue-types').VueTypeValidableDef<import('../../..').UniversalParams<any>, import('vue-types/dist/types').ValidatorFunction<import('../../..').UniversalParams<any>>> & {
|
|
336
|
+
default: () => import('../../..').UniversalParams<any>;
|
|
337
|
+
};
|
|
338
|
+
formRules: import('vue-types').VueTypeValidableDef<ValidatorRules, import('vue-types/dist/types').ValidatorFunction<ValidatorRules>> & {
|
|
339
|
+
default: () => ValidatorRules;
|
|
340
|
+
};
|
|
341
|
+
labelWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
342
|
+
labelHeight: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
343
|
+
contentWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
344
|
+
submitAction: import('vue-types').VueTypeValidableDef<import('../../form/form-wrap').FormSubmitAction, import('vue-types/dist/types').ValidatorFunction<import('../../form/form-wrap').FormSubmitAction>>;
|
|
345
|
+
labelModel: import('vue-types').VueTypeDef<"header" | "inline">;
|
|
346
|
+
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
347
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
348
|
+
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
349
|
+
gap: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
350
|
+
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
351
|
+
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
352
|
+
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
353
|
+
formData: import('vue-types').VueTypeValidableDef<import('../../..').UniversalParams<any>, import('vue-types/dist/types').ValidatorFunction<import('../../..').UniversalParams<any>>> & {
|
|
354
|
+
default: () => import('../../..').UniversalParams<any>;
|
|
355
|
+
};
|
|
356
|
+
formRules: import('vue-types').VueTypeValidableDef<ValidatorRules, import('vue-types/dist/types').ValidatorFunction<ValidatorRules>> & {
|
|
357
|
+
default: () => ValidatorRules;
|
|
358
|
+
};
|
|
359
|
+
labelWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
360
|
+
labelHeight: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
361
|
+
contentWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
362
|
+
submitAction: import('vue-types').VueTypeValidableDef<import('../../form/form-wrap').FormSubmitAction, import('vue-types/dist/types').ValidatorFunction<import('../../form/form-wrap').FormSubmitAction>>;
|
|
363
|
+
labelModel: import('vue-types').VueTypeDef<"header" | "inline">;
|
|
364
|
+
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
365
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
366
|
+
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
367
|
+
gap: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
368
|
+
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
369
|
+
}>>, {
|
|
370
|
+
"submit-form": (arg: import('../../..').UniversalParams<any>) => void;
|
|
371
|
+
}, {
|
|
372
|
+
formData: import('../../..').UniversalParams<any>;
|
|
373
|
+
formRules: ValidatorRules;
|
|
374
|
+
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
375
|
+
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
376
|
+
formData: import('vue-types').VueTypeValidableDef<import('../../..').UniversalParams<any>, import('vue-types/dist/types').ValidatorFunction<import('../../..').UniversalParams<any>>> & {
|
|
377
|
+
default: () => import('../../..').UniversalParams<any>;
|
|
378
|
+
};
|
|
379
|
+
formRules: import('vue-types').VueTypeValidableDef<ValidatorRules, import('vue-types/dist/types').ValidatorFunction<ValidatorRules>> & {
|
|
380
|
+
default: () => ValidatorRules;
|
|
381
|
+
};
|
|
382
|
+
labelWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
383
|
+
labelHeight: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
384
|
+
contentWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
385
|
+
submitAction: import('vue-types').VueTypeValidableDef<import('../../form/form-wrap').FormSubmitAction, import('vue-types/dist/types').ValidatorFunction<import('../../form/form-wrap').FormSubmitAction>>;
|
|
386
|
+
labelModel: import('vue-types').VueTypeDef<"header" | "inline">;
|
|
387
|
+
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
388
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
389
|
+
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
390
|
+
gap: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
391
|
+
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
392
|
+
}>>> & import('vue').ShallowUnwrapRef<{
|
|
393
|
+
validateCurrentForm: (validateOptions?: import('../../exports').FormValidateOptions) => Promise<void>;
|
|
394
|
+
buildFormData: <D extends Record<string | number, any>>() => D;
|
|
395
|
+
}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
396
|
+
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
397
|
+
formData: import('vue-types').VueTypeValidableDef<import('../../..').UniversalParams<any>, import('vue-types/dist/types').ValidatorFunction<import('../../..').UniversalParams<any>>> & {
|
|
398
|
+
default: () => import('../../..').UniversalParams<any>;
|
|
399
|
+
};
|
|
400
|
+
formRules: import('vue-types').VueTypeValidableDef<ValidatorRules, import('vue-types/dist/types').ValidatorFunction<ValidatorRules>> & {
|
|
401
|
+
default: () => ValidatorRules;
|
|
402
|
+
};
|
|
403
|
+
labelWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
404
|
+
labelHeight: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
405
|
+
contentWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
406
|
+
submitAction: import('vue-types').VueTypeValidableDef<import('../../form/form-wrap').FormSubmitAction, import('vue-types/dist/types').ValidatorFunction<import('../../form/form-wrap').FormSubmitAction>>;
|
|
407
|
+
labelModel: import('vue-types').VueTypeDef<"header" | "inline">;
|
|
408
|
+
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
409
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
410
|
+
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
411
|
+
gap: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
412
|
+
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
413
|
+
}>> & {
|
|
414
|
+
$scopedSlots: {
|
|
415
|
+
default?(_: {}): any;
|
|
416
|
+
};
|
|
417
|
+
}) | undefined>;
|
|
418
|
+
formData: import('vue').Ref<{
|
|
312
419
|
linkType: LinkType;
|
|
313
420
|
link: string;
|
|
314
421
|
jumpWay: LinkJumpWay;
|
|
@@ -321,9 +428,10 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
321
428
|
iosLink: string;
|
|
322
429
|
androidLink: string;
|
|
323
430
|
harmonyLink: string;
|
|
324
|
-
}
|
|
431
|
+
}>;
|
|
325
432
|
formRules: import('vue').ComputedRef<ValidatorRules>;
|
|
326
433
|
jumpWayOptions: import('vue').ComputedRef<SelectOptionItem<LinkJumpWay>[]>;
|
|
327
434
|
jumpWayTipsText: import('vue').ComputedRef<string>;
|
|
435
|
+
validateCurrentForm: () => Promise<void>;
|
|
328
436
|
};
|
|
329
437
|
export {};
|
|
@@ -98,6 +98,23 @@ export declare const useRewardReceive: (options: {
|
|
|
98
98
|
gotIt: string;
|
|
99
99
|
empty: string;
|
|
100
100
|
};
|
|
101
|
+
fileUpload: {
|
|
102
|
+
error1: string;
|
|
103
|
+
error2: string;
|
|
104
|
+
error3: string;
|
|
105
|
+
error4: string;
|
|
106
|
+
error5: string;
|
|
107
|
+
error6: string;
|
|
108
|
+
uploading: string;
|
|
109
|
+
upload: string;
|
|
110
|
+
clickUpload: string;
|
|
111
|
+
replace: string;
|
|
112
|
+
delete: string;
|
|
113
|
+
defaultPlaceholder1: string;
|
|
114
|
+
defaultPlaceholder2: string;
|
|
115
|
+
cropperTitle: string;
|
|
116
|
+
dragText: string;
|
|
117
|
+
};
|
|
101
118
|
imageUpload: {
|
|
102
119
|
error1: string;
|
|
103
120
|
error2: string;
|
|
@@ -178,6 +195,7 @@ export declare const useRewardReceive: (options: {
|
|
|
178
195
|
totalPages: string;
|
|
179
196
|
size: string;
|
|
180
197
|
goto: string;
|
|
198
|
+
page: string;
|
|
181
199
|
};
|
|
182
200
|
example: {
|
|
183
201
|
text: string;
|
|
@@ -250,6 +268,7 @@ export declare const useRewardReceive: (options: {
|
|
|
250
268
|
error: {
|
|
251
269
|
urlPattern: string;
|
|
252
270
|
urlEmpty: string;
|
|
271
|
+
empty: string;
|
|
253
272
|
};
|
|
254
273
|
};
|
|
255
274
|
liveStatusTag: {
|
|
@@ -267,6 +286,9 @@ export declare const useRewardReceive: (options: {
|
|
|
267
286
|
more: string;
|
|
268
287
|
collapse: string;
|
|
269
288
|
};
|
|
289
|
+
channelCover: {
|
|
290
|
+
channelId: string;
|
|
291
|
+
};
|
|
270
292
|
} & {
|
|
271
293
|
common: {
|
|
272
294
|
confirm: string;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const PwcCollapseTransition: import('../../vue-utils/install-utils').SFCInstall<import('vue/types/v3-component-public-instance').ComponentPublicInstanceConstructor<import('vue/types/v3-component-public-instance').Vue3Instance<{}, Readonly<import('vue').ExtractPropTypes<{
|
|
2
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
3
|
+
default: boolean;
|
|
4
|
+
};
|
|
5
|
+
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
}>>, {}, {
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
}> & {
|
|
26
|
+
props: {
|
|
27
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
} & (new () => {
|
|
32
|
+
$scopedSlots: {
|
|
33
|
+
default?(_: {}): any;
|
|
34
|
+
};
|
|
35
|
+
}), import('../../vue-utils/install-utils').InstallOptions>;
|
|
36
|
+
export * from './src/props-define';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: Element;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
11
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}>>, {
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
}>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$scopedSlots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: Element;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
2
11
|
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
3
12
|
icon: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
4
13
|
default: boolean;
|
|
@@ -34,4 +43,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
34
43
|
placement: "left" | "right" | "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
35
44
|
imageWidth: number;
|
|
36
45
|
}>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
47
|
export default _default;
|
|
48
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$scopedSlots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|