@kayak-sj/design 1.0.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/README.md +398 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +8 -0
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/components/index.d.ts +56 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +91 -0
- package/dist/components/k-button/KButton.d.ts +14 -0
- package/dist/components/k-button/KButton.d.ts.map +1 -0
- package/dist/components/k-button/KButton.js +5 -0
- package/dist/components/k-button/KButton.vue_vue_type_script_setup_true_lang.js +15 -0
- package/dist/components/k-card/KCard.d.ts +18 -0
- package/dist/components/k-card/KCard.d.ts.map +1 -0
- package/dist/components/k-card/KCard.js +5 -0
- package/dist/components/k-card/KCard.vue_vue_type_script_setup_true_lang.js +23 -0
- package/dist/components/k-card/index.d.ts +2 -0
- package/dist/components/k-card/index.d.ts.map +1 -0
- package/dist/components/k-dialog/KDialog.d.ts +66 -0
- package/dist/components/k-dialog/KDialog.d.ts.map +1 -0
- package/dist/components/k-dialog/KDialog.js +5 -0
- package/dist/components/k-dialog/KDialog.vue_vue_type_script_setup_true_lang.js +129 -0
- package/dist/components/k-dialog/KDialogHeader.d.ts +37 -0
- package/dist/components/k-dialog/KDialogHeader.d.ts.map +1 -0
- package/dist/components/k-dialog/KDialogHeader.js +5 -0
- package/dist/components/k-dialog/KDialogHeader.vue_vue_type_script_setup_true_lang.js +42 -0
- package/dist/components/k-dialog/index.d.ts +4 -0
- package/dist/components/k-dialog/index.d.ts.map +1 -0
- package/dist/components/k-dialog/types.d.ts +12 -0
- package/dist/components/k-dialog/types.d.ts.map +1 -0
- package/dist/components/k-echarts/KEcharts.d.ts +75 -0
- package/dist/components/k-echarts/KEcharts.d.ts.map +1 -0
- package/dist/components/k-echarts/KEcharts.js +7 -0
- package/dist/components/k-echarts/KEcharts.vue_vue_type_script_setup_true_lang.js +45 -0
- package/dist/components/k-echarts/KEcharts.vue_vue_type_style_index_0_scoped_d6da558a_lang.css +1 -0
- package/dist/components/k-echarts/composables/useKEcharts.d.ts +27 -0
- package/dist/components/k-echarts/composables/useKEcharts.d.ts.map +1 -0
- package/dist/components/k-echarts/composables/useKEcharts.js +117 -0
- package/dist/components/k-echarts/constants/echartEvents.d.ts +7 -0
- package/dist/components/k-echarts/constants/echartEvents.d.ts.map +1 -0
- package/dist/components/k-echarts/constants/echartEvents.js +4 -0
- package/dist/components/k-echarts/index.d.ts +4 -0
- package/dist/components/k-echarts/index.d.ts.map +1 -0
- package/dist/components/k-echarts/index.js +2 -0
- package/dist/components/k-echarts/map/registerMaps.d.ts +1 -0
- package/dist/components/k-echarts/map/registerMaps.d.ts.map +1 -0
- package/dist/components/k-echarts/themes/customed.d.ts +378 -0
- package/dist/components/k-echarts/themes/customed.d.ts.map +1 -0
- package/dist/components/k-echarts/themes/customed.js +285 -0
- package/dist/components/k-echarts/themes/registerThemes.d.ts +3 -0
- package/dist/components/k-echarts/themes/registerThemes.d.ts.map +1 -0
- package/dist/components/k-echarts/themes/registerThemes.js +7 -0
- package/dist/components/k-echarts/types.d.ts +43 -0
- package/dist/components/k-echarts/types.d.ts.map +1 -0
- package/dist/components/k-echarts/utils/buildChartOptions.d.ts +18 -0
- package/dist/components/k-echarts/utils/buildChartOptions.d.ts.map +1 -0
- package/dist/components/k-echarts/utils/buildChartOptions.js +23 -0
- package/dist/components/k-echarts/utils/createToggleFeature.d.ts +8 -0
- package/dist/components/k-echarts/utils/createToggleFeature.d.ts.map +1 -0
- package/dist/components/k-echarts/utils/createToggleFeature.js +12 -0
- package/dist/components/k-editor/KEditor.d.ts +18 -0
- package/dist/components/k-editor/KEditor.d.ts.map +1 -0
- package/dist/components/k-editor/KEditor.js +7 -0
- package/dist/components/k-editor/KEditor.vue_vue_type_script_setup_true_lang.js +96 -0
- package/dist/components/k-editor/KEditor.vue_vue_type_style_index_0_scoped_b9ef08e0_lang.css +1 -0
- package/dist/components/k-editor/composables/useEditorImageUpload.d.ts +8 -0
- package/dist/components/k-editor/composables/useEditorImageUpload.d.ts.map +1 -0
- package/dist/components/k-editor/composables/useEditorImageUpload.js +60 -0
- package/dist/components/k-editor/composables/useKEditor.d.ts +37 -0
- package/dist/components/k-editor/composables/useKEditor.d.ts.map +1 -0
- package/dist/components/k-editor/composables/useKEditor.js +98 -0
- package/dist/components/k-editor/composables/useKEditorConfig.d.ts +15 -0
- package/dist/components/k-editor/composables/useKEditorConfig.d.ts.map +1 -0
- package/dist/components/k-editor/composables/useKEditorConfig.js +46 -0
- package/dist/components/k-editor/index.d.ts +5 -0
- package/dist/components/k-editor/index.d.ts.map +1 -0
- package/dist/components/k-editor/index.js +3 -0
- package/dist/components/k-editor/types.d.ts +34 -0
- package/dist/components/k-editor/types.d.ts.map +1 -0
- package/dist/components/k-editor/utils/editorValue.d.ts +32 -0
- package/dist/components/k-editor/utils/editorValue.d.ts.map +1 -0
- package/dist/components/k-editor/utils/editorValue.js +37 -0
- package/dist/components/k-editor/utils/registerPreviewMenu.d.ts +13 -0
- package/dist/components/k-editor/utils/registerPreviewMenu.d.ts.map +1 -0
- package/dist/components/k-editor/utils/registerPreviewMenu.js +38 -0
- package/dist/components/k-editor/utils/sanitizePasteHtml.d.ts +6 -0
- package/dist/components/k-editor/utils/sanitizePasteHtml.d.ts.map +1 -0
- package/dist/components/k-editor/utils/sanitizePasteHtml.js +8 -0
- package/dist/components/k-form/KForm.d.ts +110 -0
- package/dist/components/k-form/KForm.d.ts.map +1 -0
- package/dist/components/k-form/KForm.js +5 -0
- package/dist/components/k-form/KForm.vue_vue_type_script_setup_true_lang.js +248 -0
- package/dist/components/k-form/KFormField.d.ts +22 -0
- package/dist/components/k-form/KFormField.d.ts.map +1 -0
- package/dist/components/k-form/KFormField.js +5 -0
- package/dist/components/k-form/KFormField.vue_vue_type_script_setup_true_lang.js +50 -0
- package/dist/components/k-form/composables/useFormSchema.d.ts +33 -0
- package/dist/components/k-form/composables/useFormSchema.d.ts.map +1 -0
- package/dist/components/k-form/composables/useFormSchema.js +36 -0
- package/dist/components/k-form/composables/useKFormFields.d.ts +25 -0
- package/dist/components/k-form/composables/useKFormFields.d.ts.map +1 -0
- package/dist/components/k-form/composables/useKFormFields.js +50 -0
- package/dist/components/k-form/composables/useKFormModel.d.ts +31 -0
- package/dist/components/k-form/composables/useKFormModel.d.ts.map +1 -0
- package/dist/components/k-form/composables/useKFormModel.js +194 -0
- package/dist/components/k-form/composables/useKFormTemplateRef.d.ts +18 -0
- package/dist/components/k-form/composables/useKFormTemplateRef.d.ts.map +1 -0
- package/dist/components/k-form/composables/useKFormTemplateRef.js +7 -0
- package/dist/components/k-form/constants.d.ts +4 -0
- package/dist/components/k-form/constants.d.ts.map +1 -0
- package/dist/components/k-form/constants.js +4 -0
- package/dist/components/k-form/formComponent/Cascader.d.ts +25 -0
- package/dist/components/k-form/formComponent/Cascader.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Cascader.js +7 -0
- package/dist/components/k-form/formComponent/Cascader.vue_vue_type_script_setup_true_lang.js +45 -0
- package/dist/components/k-form/formComponent/Cascader.vue_vue_type_style_index_0_scoped_ed0da536_lang.css +1 -0
- package/dist/components/k-form/formComponent/CheckBox.d.ts +17 -0
- package/dist/components/k-form/formComponent/CheckBox.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/CheckBox.js +7 -0
- package/dist/components/k-form/formComponent/CheckBox.vue_vue_type_script_setup_true_lang.js +86 -0
- package/dist/components/k-form/formComponent/CheckBox.vue_vue_type_style_index_0_scoped_fca64c11_lang.css +1 -0
- package/dist/components/k-form/formComponent/Complex.d.ts +28 -0
- package/dist/components/k-form/formComponent/Complex.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/DatePicker.d.ts +61 -0
- package/dist/components/k-form/formComponent/DatePicker.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/DatePicker.js +7 -0
- package/dist/components/k-form/formComponent/DatePicker.vue_vue_type_script_setup_true_lang.js +144 -0
- package/dist/components/k-form/formComponent/DatePicker.vue_vue_type_style_index_0_scoped_578e2613_lang.css +1 -0
- package/dist/components/k-form/formComponent/Editor.d.ts +26 -0
- package/dist/components/k-form/formComponent/Editor.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Editor.js +5 -0
- package/dist/components/k-form/formComponent/Editor.vue_vue_type_script_setup_true_lang.js +46 -0
- package/dist/components/k-form/formComponent/Fallback.d.ts +10 -0
- package/dist/components/k-form/formComponent/Fallback.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Fallback.js +5 -0
- package/dist/components/k-form/formComponent/Fallback.vue_vue_type_script_setup_true_lang.js +22 -0
- package/dist/components/k-form/formComponent/Input.d.ts +56 -0
- package/dist/components/k-form/formComponent/Input.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Input.js +5 -0
- package/dist/components/k-form/formComponent/Input.vue_vue_type_script_setup_true_lang.js +93 -0
- package/dist/components/k-form/formComponent/InputMixInput.d.ts +49 -0
- package/dist/components/k-form/formComponent/InputMixInput.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/InputMixInput.js +7 -0
- package/dist/components/k-form/formComponent/InputMixInput.vue_vue_type_script_setup_true_lang.js +108 -0
- package/dist/components/k-form/formComponent/InputMixInput.vue_vue_type_style_index_0_scoped_6fdf6265_lang.css +1 -0
- package/dist/components/k-form/formComponent/InputMixSelect.d.ts +71 -0
- package/dist/components/k-form/formComponent/InputMixSelect.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/InputMixSelect.js +7 -0
- package/dist/components/k-form/formComponent/InputMixSelect.vue_vue_type_script_setup_true_lang.js +185 -0
- package/dist/components/k-form/formComponent/InputMixSelect.vue_vue_type_style_index_0_scoped_1f46ef39_lang.css +1 -0
- package/dist/components/k-form/formComponent/InputNumber.d.ts +29 -0
- package/dist/components/k-form/formComponent/InputNumber.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/InputNumber.js +7 -0
- package/dist/components/k-form/formComponent/InputNumber.vue_vue_type_script_setup_true_lang.js +63 -0
- package/dist/components/k-form/formComponent/InputNumber.vue_vue_type_style_index_0_scoped_acdc4199_lang.css +1 -0
- package/dist/components/k-form/formComponent/Radio.d.ts +17 -0
- package/dist/components/k-form/formComponent/Radio.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Radio.js +7 -0
- package/dist/components/k-form/formComponent/Radio.vue_vue_type_script_setup_true_lang.js +50 -0
- package/dist/components/k-form/formComponent/Radio.vue_vue_type_style_index_0_scoped_e0ff32b0_lang.css +1 -0
- package/dist/components/k-form/formComponent/RadioInput.d.ts +38 -0
- package/dist/components/k-form/formComponent/RadioInput.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/RadioInput.js +7 -0
- package/dist/components/k-form/formComponent/RadioInput.vue_vue_type_script_setup_true_lang.js +130 -0
- package/dist/components/k-form/formComponent/RadioInput.vue_vue_type_style_index_0_scoped_1543c319_lang.css +1 -0
- package/dist/components/k-form/formComponent/ScrollSelect.d.ts +48 -0
- package/dist/components/k-form/formComponent/ScrollSelect.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/ScrollSelect.js +7 -0
- package/dist/components/k-form/formComponent/ScrollSelect.vue_vue_type_script_setup_true_lang.js +132 -0
- package/dist/components/k-form/formComponent/ScrollSelect.vue_vue_type_style_index_0_scoped_dc0bba37_lang.css +1 -0
- package/dist/components/k-form/formComponent/Select.d.ts +26 -0
- package/dist/components/k-form/formComponent/Select.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Select.js +7 -0
- package/dist/components/k-form/formComponent/Select.vue_vue_type_script_setup_true_lang.js +81 -0
- package/dist/components/k-form/formComponent/Select.vue_vue_type_style_index_0_scoped_20fc23b7_lang.css +1 -0
- package/dist/components/k-form/formComponent/SelectMultiple.d.ts +21 -0
- package/dist/components/k-form/formComponent/SelectMultiple.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/SelectMultiple.js +7 -0
- package/dist/components/k-form/formComponent/SelectMultiple.vue_vue_type_script_setup_true_lang.js +84 -0
- package/dist/components/k-form/formComponent/SelectMultiple.vue_vue_type_style_index_0_scoped_e6ca06e1_lang.css +1 -0
- package/dist/components/k-form/formComponent/Tag.d.ts +24 -0
- package/dist/components/k-form/formComponent/Tag.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Tag.js +7 -0
- package/dist/components/k-form/formComponent/Tag.vue_vue_type_script_setup_true_lang.js +86 -0
- package/dist/components/k-form/formComponent/Tag.vue_vue_type_style_index_0_scoped_9961a98a_lang.css +1 -0
- package/dist/components/k-form/formComponent/Text.d.ts +5 -0
- package/dist/components/k-form/formComponent/Text.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Text.js +7 -0
- package/dist/components/k-form/formComponent/Text.vue_vue_type_script_setup_true_lang.js +19 -0
- package/dist/components/k-form/formComponent/Text.vue_vue_type_style_index_0_scoped_9dc35114_lang.css +1 -0
- package/dist/components/k-form/formComponent/TimePicker.d.ts +51 -0
- package/dist/components/k-form/formComponent/TimePicker.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/TimePicker.js +7 -0
- package/dist/components/k-form/formComponent/TimePicker.vue_vue_type_script_setup_true_lang.js +116 -0
- package/dist/components/k-form/formComponent/TimePicker.vue_vue_type_style_index_0_scoped_8680ec2d_lang.css +1 -0
- package/dist/components/k-form/formComponent/TreeSelect.d.ts +29 -0
- package/dist/components/k-form/formComponent/TreeSelect.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/TreeSelect.js +5 -0
- package/dist/components/k-form/formComponent/TreeSelect.vue_vue_type_script_setup_true_lang.js +57 -0
- package/dist/components/k-form/formComponent/Upload.d.ts +35 -0
- package/dist/components/k-form/formComponent/Upload.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/Upload.js +5 -0
- package/dist/components/k-form/formComponent/Upload.vue_vue_type_script_setup_true_lang.js +64 -0
- package/dist/components/k-form/formComponent/componentRegistry.d.ts +11 -0
- package/dist/components/k-form/formComponent/componentRegistry.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/componentRegistry.js +49 -0
- package/dist/components/k-form/formComponent/index.d.ts +21 -0
- package/dist/components/k-form/formComponent/index.d.ts.map +1 -0
- package/dist/components/k-form/formComponent/types.d.ts +20 -0
- package/dist/components/k-form/formComponent/types.d.ts.map +1 -0
- package/dist/components/k-form/index.d.ts +22 -0
- package/dist/components/k-form/index.d.ts.map +1 -0
- package/dist/components/k-form/types.d.ts +121 -0
- package/dist/components/k-form/types.d.ts.map +1 -0
- package/dist/components/k-form/utils/fieldValue.d.ts +113 -0
- package/dist/components/k-form/utils/fieldValue.d.ts.map +1 -0
- package/dist/components/k-form/utils/fieldValue.js +83 -0
- package/dist/components/k-form/utils/formRules.d.ts +11 -0
- package/dist/components/k-form/utils/formRules.d.ts.map +1 -0
- package/dist/components/k-form/utils/formRules.js +44 -0
- package/dist/components/k-form/utils/resolveFormFieldComponent.d.ts +13 -0
- package/dist/components/k-form/utils/resolveFormFieldComponent.d.ts.map +1 -0
- package/dist/components/k-form/utils/resolveFormFieldComponent.js +13 -0
- package/dist/components/k-handle-page/KHandlePage.d.ts +51 -0
- package/dist/components/k-handle-page/KHandlePage.d.ts.map +1 -0
- package/dist/components/k-handle-page/KHandlePage.js +5 -0
- package/dist/components/k-handle-page/KHandlePage.vue_vue_type_script_setup_true_lang.js +105 -0
- package/dist/components/k-handle-page/index.d.ts +3 -0
- package/dist/components/k-handle-page/index.d.ts.map +1 -0
- package/dist/components/k-handle-page/useHandlePageInit.d.ts +15 -0
- package/dist/components/k-handle-page/useHandlePageInit.d.ts.map +1 -0
- package/dist/components/k-handle-page/useHandlePageInit.js +21 -0
- package/dist/components/k-icon/KIcon.d.ts +13 -0
- package/dist/components/k-icon/KIcon.d.ts.map +1 -0
- package/dist/components/k-icon/KIcon.js +7 -0
- package/dist/components/k-icon/KIcon.vue_vue_type_script_setup_true_lang.js +23 -0
- package/dist/components/k-icon/KIcon.vue_vue_type_style_index_0_scoped_6fd081ab_lang.css +1 -0
- package/dist/components/k-icon/index.d.ts +3 -0
- package/dist/components/k-icon/index.d.ts.map +1 -0
- package/dist/components/k-icon/resolveLucideIcon.d.ts +10 -0
- package/dist/components/k-icon/resolveLucideIcon.d.ts.map +1 -0
- package/dist/components/k-icon/resolveLucideIcon.js +26 -0
- package/dist/components/k-link-button/KLinkButton.d.ts +38 -0
- package/dist/components/k-link-button/KLinkButton.d.ts.map +1 -0
- package/dist/components/k-link-button/KLinkButton.js +5 -0
- package/dist/components/k-link-button/KLinkButton.vue_vue_type_script_setup_true_lang.js +58 -0
- package/dist/components/k-link-button/index.d.ts +3 -0
- package/dist/components/k-link-button/index.d.ts.map +1 -0
- package/dist/components/k-link-button/types.d.ts +15 -0
- package/dist/components/k-link-button/types.d.ts.map +1 -0
- package/dist/components/k-long-page/KLongPage.d.ts +20 -0
- package/dist/components/k-long-page/KLongPage.d.ts.map +1 -0
- package/dist/components/k-long-page/KLongPage.js +7 -0
- package/dist/components/k-long-page/KLongPage.vue_vue_type_script_setup_true_lang.js +72 -0
- package/dist/components/k-long-page/KLongPage.vue_vue_type_style_index_0_scoped_ac934c5d_lang.css +1 -0
- package/dist/components/k-long-page/KLongPagePanel.d.ts +22 -0
- package/dist/components/k-long-page/KLongPagePanel.d.ts.map +1 -0
- package/dist/components/k-long-page/KLongPagePanel.js +7 -0
- package/dist/components/k-long-page/KLongPagePanel.vue_vue_type_script_setup_true_lang.js +18 -0
- package/dist/components/k-long-page/KLongPagePanel.vue_vue_type_style_index_0_scoped_9d6e7832_lang.css +1 -0
- package/dist/components/k-long-page/composables/useLongPageNavDrag.d.ts +10 -0
- package/dist/components/k-long-page/composables/useLongPageNavDrag.d.ts.map +1 -0
- package/dist/components/k-long-page/composables/useLongPageNavDrag.js +32 -0
- package/dist/components/k-long-page/icons/icon-base-2.js +4 -0
- package/dist/components/k-long-page/icons/icon-base.js +4 -0
- package/dist/components/k-long-page/icons/icon-notice-2.js +4 -0
- package/dist/components/k-long-page/icons/icon-notice.js +4 -0
- package/dist/components/k-long-page/icons/icon-price-2.js +4 -0
- package/dist/components/k-long-page/icons/icon-price.js +4 -0
- package/dist/components/k-long-page/icons/icon-restrict-2.js +4 -0
- package/dist/components/k-long-page/icons/icon-restrict.js +4 -0
- package/dist/components/k-long-page/icons/icon-setup-2.js +4 -0
- package/dist/components/k-long-page/icons/icon-setup.js +4 -0
- package/dist/components/k-long-page/index.d.ts +5 -0
- package/dist/components/k-long-page/index.d.ts.map +1 -0
- package/dist/components/k-long-page/navConfigs.d.ts +4 -0
- package/dist/components/k-long-page/navConfigs.d.ts.map +1 -0
- package/dist/components/k-long-page/navConfigs.js +23 -0
- package/dist/components/k-long-page/types.d.ts +7 -0
- package/dist/components/k-long-page/types.d.ts.map +1 -0
- package/dist/components/k-pagination/KPagination.d.ts +20 -0
- package/dist/components/k-pagination/KPagination.d.ts.map +1 -0
- package/dist/components/k-pagination/KPagination.js +5 -0
- package/dist/components/k-pagination/KPagination.vue_vue_type_script_setup_true_lang.js +36 -0
- package/dist/components/k-pagination/index.d.ts +2 -0
- package/dist/components/k-pagination/index.d.ts.map +1 -0
- package/dist/components/k-panel/KPanel.d.ts +32 -0
- package/dist/components/k-panel/KPanel.d.ts.map +1 -0
- package/dist/components/k-panel/KPanel.js +5 -0
- package/dist/components/k-panel/KPanel.vue_vue_type_script_setup_true_lang.js +47 -0
- package/dist/components/k-panel/index.d.ts +2 -0
- package/dist/components/k-panel/index.d.ts.map +1 -0
- package/dist/components/k-panel-query/KPanelQuery.d.ts +30 -0
- package/dist/components/k-panel-query/KPanelQuery.d.ts.map +1 -0
- package/dist/components/k-panel-query/KPanelQuery.js +5 -0
- package/dist/components/k-panel-query/KPanelQuery.vue_vue_type_script_setup_true_lang.js +151 -0
- package/dist/components/k-panel-query/KPanelQueryActions.d.ts +16 -0
- package/dist/components/k-panel-query/KPanelQueryActions.d.ts.map +1 -0
- package/dist/components/k-panel-query/KPanelQueryActions.js +5 -0
- package/dist/components/k-panel-query/KPanelQueryActions.vue_vue_type_script_setup_true_lang.js +45 -0
- package/dist/components/k-panel-query/KPanelQueryForm.d.ts +26 -0
- package/dist/components/k-panel-query/KPanelQueryForm.d.ts.map +1 -0
- package/dist/components/k-panel-query/KPanelQueryForm.js +5 -0
- package/dist/components/k-panel-query/KPanelQueryForm.vue_vue_type_script_setup_true_lang.js +55 -0
- package/dist/components/k-panel-query/KPanelQueryItem.d.ts +26 -0
- package/dist/components/k-panel-query/KPanelQueryItem.d.ts.map +1 -0
- package/dist/components/k-panel-query/KPanelQueryItem.js +5 -0
- package/dist/components/k-panel-query/KPanelQueryItem.vue_vue_type_script_setup_true_lang.js +63 -0
- package/dist/components/k-panel-query/index.d.ts +6 -0
- package/dist/components/k-panel-query/index.d.ts.map +1 -0
- package/dist/components/k-panel-query/types.d.ts +38 -0
- package/dist/components/k-panel-query/types.d.ts.map +1 -0
- package/dist/components/k-table/KTable.d.ts +46 -0
- package/dist/components/k-table/KTable.d.ts.map +1 -0
- package/dist/components/k-table/KTable.js +7 -0
- package/dist/components/k-table/KTable.vue_vue_type_script_setup_true_lang.js +190 -0
- package/dist/components/k-table/KTable.vue_vue_type_style_index_0_scoped_9ecd6487_lang.css +1 -0
- package/dist/components/k-table/KTableColumn.d.ts +39 -0
- package/dist/components/k-table/KTableColumn.d.ts.map +1 -0
- package/dist/components/k-table/KTableColumn.js +7 -0
- package/dist/components/k-table/KTableColumn.vue_vue_type_script_setup_true_lang.js +154 -0
- package/dist/components/k-table/KTableColumn.vue_vue_type_style_index_0_scoped_578909bc_lang.css +1 -0
- package/dist/components/k-table/KTableColumnSelector.d.ts +32 -0
- package/dist/components/k-table/KTableColumnSelector.d.ts.map +1 -0
- package/dist/components/k-table/KTableColumnSelector.js +7 -0
- package/dist/components/k-table/KTableColumnSelector.vue_vue_type_script_setup_true_lang.js +59 -0
- package/dist/components/k-table/KTableColumnSelector.vue_vue_type_style_index_0_scoped_e0b3cf31_lang.css +1 -0
- package/dist/components/k-table/KTableToolbar.d.ts +32 -0
- package/dist/components/k-table/KTableToolbar.d.ts.map +1 -0
- package/dist/components/k-table/KTableToolbar.js +7 -0
- package/dist/components/k-table/KTableToolbar.vue_vue_type_script_setup_true_lang.js +60 -0
- package/dist/components/k-table/KTableToolbar.vue_vue_type_style_index_0_scoped_bff19ed1_lang.css +1 -0
- package/dist/components/k-table/composables/useColumnDisplay.d.ts +41 -0
- package/dist/components/k-table/composables/useColumnDisplay.d.ts.map +1 -0
- package/dist/components/k-table/composables/useColumnDisplay.js +103 -0
- package/dist/components/k-table/composables/useKTable.d.ts +121 -0
- package/dist/components/k-table/composables/useKTable.d.ts.map +1 -0
- package/dist/components/k-table/composables/useKTable.js +179 -0
- package/dist/components/k-table/composables/useKTableCrossPageSelection.d.ts +32 -0
- package/dist/components/k-table/composables/useKTableCrossPageSelection.d.ts.map +1 -0
- package/dist/components/k-table/composables/useKTableCrossPageSelection.js +58 -0
- package/dist/components/k-table/composables/useKTableTemplateRef.d.ts +10 -0
- package/dist/components/k-table/composables/useKTableTemplateRef.d.ts.map +1 -0
- package/dist/components/k-table/composables/useKTableTemplateRef.js +7 -0
- package/dist/components/k-table/composables/useTableColumns.d.ts +19 -0
- package/dist/components/k-table/composables/useTableColumns.d.ts.map +1 -0
- package/dist/components/k-table/composables/useTableColumns.js +61 -0
- package/dist/components/k-table/composables/useTableData.d.ts +29 -0
- package/dist/components/k-table/composables/useTableData.d.ts.map +1 -0
- package/dist/components/k-table/composables/useTableData.js +47 -0
- package/dist/components/k-table/composables/useTablePagination.d.ts +50 -0
- package/dist/components/k-table/composables/useTablePagination.d.ts.map +1 -0
- package/dist/components/k-table/composables/useTablePagination.js +52 -0
- package/dist/components/k-table/composables/useTableRadio.d.ts +17 -0
- package/dist/components/k-table/composables/useTableRadio.d.ts.map +1 -0
- package/dist/components/k-table/composables/useTableRadio.js +28 -0
- package/dist/components/k-table/composables/useTableRowSort.d.ts +16 -0
- package/dist/components/k-table/composables/useTableRowSort.d.ts.map +1 -0
- package/dist/components/k-table/composables/useTableRowSort.js +35 -0
- package/dist/components/k-table/composables/useTableTreeLoad.d.ts +14 -0
- package/dist/components/k-table/composables/useTableTreeLoad.d.ts.map +1 -0
- package/dist/components/k-table/composables/useTableTreeLoad.js +32 -0
- package/dist/components/k-table/dictOptions.d.ts +9 -0
- package/dist/components/k-table/dictOptions.d.ts.map +1 -0
- package/dist/components/k-table/dictOptions.js +9 -0
- package/dist/components/k-table/index.d.ts +34 -0
- package/dist/components/k-table/index.d.ts.map +1 -0
- package/dist/components/k-table/kTableProps.d.ts +90 -0
- package/dist/components/k-table/kTableProps.d.ts.map +1 -0
- package/dist/components/k-table/kTableProps.js +17 -0
- package/dist/components/k-table/report/convertDownloadCol.d.ts +8 -0
- package/dist/components/k-table/report/convertDownloadCol.d.ts.map +1 -0
- package/dist/components/k-table/report/convertDownloadCol.js +11 -0
- package/dist/components/k-table/report/exportKTableReport.d.ts +25 -0
- package/dist/components/k-table/report/exportKTableReport.d.ts.map +1 -0
- package/dist/components/k-table/report/exportKTableReport.js +19 -0
- package/dist/components/k-table/report/index.d.ts +7 -0
- package/dist/components/k-table/report/index.d.ts.map +1 -0
- package/dist/components/k-table/report/mergeQueryConfig.d.ts +10 -0
- package/dist/components/k-table/report/mergeQueryConfig.d.ts.map +1 -0
- package/dist/components/k-table/report/mergeQueryConfig.js +31 -0
- package/dist/components/k-table/report/pickExportColumns.d.ts +10 -0
- package/dist/components/k-table/report/pickExportColumns.d.ts.map +1 -0
- package/dist/components/k-table/report/pickExportColumns.js +7 -0
- package/dist/components/k-table/report/types.d.ts +8 -0
- package/dist/components/k-table/report/types.d.ts.map +1 -0
- package/dist/components/k-table/report/useExportKTableReport.d.ts +23 -0
- package/dist/components/k-table/report/useExportKTableReport.d.ts.map +1 -0
- package/dist/components/k-table/report/useExportKTableReport.js +29 -0
- package/dist/components/k-table/types.d.ts +173 -0
- package/dist/components/k-table/types.d.ts.map +1 -0
- package/dist/components/k-table/types.js +20 -0
- package/dist/components/k-table/utils/columnIdentity.d.ts +3 -0
- package/dist/components/k-table/utils/columnIdentity.d.ts.map +1 -0
- package/dist/components/k-table/utils/columnIdentity.js +6 -0
- package/dist/components/k-table/utils/formatCellValue.d.ts +8 -0
- package/dist/components/k-table/utils/formatCellValue.d.ts.map +1 -0
- package/dist/components/k-table/utils/formatCellValue.js +30 -0
- package/dist/components/k-table/utils/rowKey.d.ts +9 -0
- package/dist/components/k-table/utils/rowKey.d.ts.map +1 -0
- package/dist/components/k-table/utils/rowKey.js +10 -0
- package/dist/components/k-upload/KUpload.d.ts +72 -0
- package/dist/components/k-upload/KUpload.d.ts.map +1 -0
- package/dist/components/k-upload/KUpload.js +7 -0
- package/dist/components/k-upload/KUpload.vue_vue_type_script_setup_true_lang.js +355 -0
- package/dist/components/k-upload/KUpload.vue_vue_type_style_index_0_scoped_6050c2c6_lang.css +1 -0
- package/dist/components/k-upload/components/ImageCutter.d.ts +21 -0
- package/dist/components/k-upload/components/ImageCutter.d.ts.map +1 -0
- package/dist/components/k-upload/components/ImageCutter.js +7 -0
- package/dist/components/k-upload/components/ImageCutter.vue_vue_type_script_setup_true_lang.js +40 -0
- package/dist/components/k-upload/components/ImageCutter.vue_vue_type_style_index_0_scoped_900b5e3b_lang.css +1 -0
- package/dist/components/k-upload/components/UploadFileItem.d.ts +33 -0
- package/dist/components/k-upload/components/UploadFileItem.d.ts.map +1 -0
- package/dist/components/k-upload/components/UploadFileItem.js +7 -0
- package/dist/components/k-upload/components/UploadFileItem.vue_vue_type_script_setup_true_lang.js +73 -0
- package/dist/components/k-upload/components/UploadFileItem.vue_vue_type_style_index_0_scoped_01959ada_lang.css +1 -0
- package/dist/components/k-upload/components/UploadInlineActions.d.ts +20 -0
- package/dist/components/k-upload/components/UploadInlineActions.d.ts.map +1 -0
- package/dist/components/k-upload/components/UploadInlineActions.js +7 -0
- package/dist/components/k-upload/components/UploadInlineActions.vue_vue_type_script_setup_true_lang.js +39 -0
- package/dist/components/k-upload/components/UploadInlineActions.vue_vue_type_style_index_0_scoped_55d9c320_lang.css +1 -0
- package/dist/components/k-upload/components/UploadMediaDialog.d.ts +17 -0
- package/dist/components/k-upload/components/UploadMediaDialog.d.ts.map +1 -0
- package/dist/components/k-upload/components/UploadMediaDialog.js +7 -0
- package/dist/components/k-upload/components/UploadMediaDialog.vue_vue_type_script_setup_true_lang.js +44 -0
- package/dist/components/k-upload/components/UploadMediaDialog.vue_vue_type_style_index_0_scoped_b9720661_lang.css +1 -0
- package/dist/components/k-upload/components/UploadTipArea.d.ts +15 -0
- package/dist/components/k-upload/components/UploadTipArea.d.ts.map +1 -0
- package/dist/components/k-upload/components/UploadTipArea.js +7 -0
- package/dist/components/k-upload/components/UploadTipArea.vue_vue_type_script_setup_true_lang.js +26 -0
- package/dist/components/k-upload/components/UploadTipArea.vue_vue_type_style_index_0_scoped_f2b7df65_lang.css +1 -0
- package/dist/components/k-upload/composables/useImagePreview.d.ts +13 -0
- package/dist/components/k-upload/composables/useImagePreview.d.ts.map +1 -0
- package/dist/components/k-upload/composables/useImagePreview.js +23 -0
- package/dist/components/k-upload/composables/useMediaPreview.d.ts +13 -0
- package/dist/components/k-upload/composables/useMediaPreview.d.ts.map +1 -0
- package/dist/components/k-upload/composables/useMediaPreview.js +20 -0
- package/dist/components/k-upload/composables/useUploadFileList.d.ts +28 -0
- package/dist/components/k-upload/composables/useUploadFileList.d.ts.map +1 -0
- package/dist/components/k-upload/composables/useUploadFileList.js +46 -0
- package/dist/components/k-upload/composables/useUploadRequest.d.ts +15 -0
- package/dist/components/k-upload/composables/useUploadRequest.d.ts.map +1 -0
- package/dist/components/k-upload/composables/useUploadRequest.js +43 -0
- package/dist/components/k-upload/composables/useUploadValidation.d.ts +19 -0
- package/dist/components/k-upload/composables/useUploadValidation.d.ts.map +1 -0
- package/dist/components/k-upload/composables/useUploadValidation.js +22 -0
- package/dist/components/k-upload/resolveUploadAction.d.ts +5 -0
- package/dist/components/k-upload/resolveUploadAction.d.ts.map +1 -0
- package/dist/components/k-upload/resolveUploadAction.js +13 -0
- package/dist/components/k-upload/types.d.ts +45 -0
- package/dist/components/k-upload/types.d.ts.map +1 -0
- package/dist/components/k-upload/utils/uploadFileValue.d.ts +50 -0
- package/dist/components/k-upload/utils/uploadFileValue.d.ts.map +1 -0
- package/dist/components/k-upload/utils/uploadFileValue.js +44 -0
- package/dist/config/uploadConfig.d.ts +46 -0
- package/dist/config/uploadConfig.d.ts.map +1 -0
- package/dist/config/uploadConfig.js +29 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +46 -0
- package/dist/theme/index.d.ts +21 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/index.js +22 -0
- package/dist/utils/createStubComponent.d.ts +8 -0
- package/dist/utils/createStubComponent.d.ts.map +1 -0
- package/dist/utils/createStubComponent.js +43 -0
- package/dist/utils/validators.d.ts +132 -0
- package/dist/utils/validators.d.ts.map +1 -0
- package/dist/utils/validators.js +152 -0
- package/package.json +88 -0
- package/src/styles/base/_utilities.scss +68 -0
- package/src/styles/components/_index.scss +10 -0
- package/src/styles/components/_k-dialog.scss +441 -0
- package/src/styles/components/_k-echarts.scss +3 -0
- package/src/styles/components/_k-editor.scss +6 -0
- package/src/styles/components/_k-form.scss +510 -0
- package/src/styles/components/_k-handle-page.scss +108 -0
- package/src/styles/components/_k-link-button.scss +70 -0
- package/src/styles/components/_k-panel-query.scss +178 -0
- package/src/styles/components/_k-panel.scss +85 -0
- package/src/styles/components/_k-table.scss +85 -0
- package/src/styles/components/_k-upload.scss +268 -0
- package/src/styles/element-plus/_overrides.scss +451 -0
- package/src/styles/element-plus/_theme.scss +127 -0
- package/src/styles/index.scss +16 -0
- package/src/styles/tokens/_colors.scss +39 -0
- package/src/styles/tokens/_css-vars.scss +232 -0
- package/src/styles/tokens/_index.scss +5 -0
- package/src/styles/tokens/_layout.scss +9 -0
- package/src/styles/tokens/_semantic.scss +61 -0
- package/src/styles/tokens/_typography.scss +6 -0
- package/src/types/design-subpaths.d.ts +7 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { KTableInstance } from '../composables/useKTable';
|
|
3
|
+
import { KTableColumn } from '../types';
|
|
4
|
+
import { KTableExportApi } from './types';
|
|
5
|
+
import { PickExportColumnsOptions } from './pickExportColumns';
|
|
6
|
+
export interface ExportKTableReportOptions<T> extends PickExportColumnsOptions {
|
|
7
|
+
tableRef: Ref<KTableInstance<T> | undefined>;
|
|
8
|
+
columns: KTableColumn<T>[];
|
|
9
|
+
exportApi: KTableExportApi;
|
|
10
|
+
/** 与列表 :convert-params 保持一致 */
|
|
11
|
+
convertParams?: (params: Record<string, unknown>) => Record<string, unknown>;
|
|
12
|
+
}
|
|
13
|
+
/** 导出当前 KTable 查询条件 */
|
|
14
|
+
export declare function exportKTableReport<T>(options: ExportKTableReportOptions<T>): Promise<unknown>;
|
|
15
|
+
/** 弹窗等场景:直接传入已转换的 jsondata */
|
|
16
|
+
export declare function exportKTableReportData<T>(options: {
|
|
17
|
+
columns: KTableColumn<T>[];
|
|
18
|
+
jsondata: Record<string, unknown>;
|
|
19
|
+
exportApi: KTableExportApi;
|
|
20
|
+
} & PickExportColumnsOptions): Promise<unknown>;
|
|
21
|
+
/** @deprecated 使用 exportKTableReport */
|
|
22
|
+
export declare const exportReportTable: typeof exportKTableReport;
|
|
23
|
+
/** @deprecated 使用 exportKTableReportData */
|
|
24
|
+
export declare const exportReportData: typeof exportKTableReportData;
|
|
25
|
+
//# sourceMappingURL=exportKTableReport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exportKTableReport.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/report/exportKTableReport.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,OAAO,EAAqB,KAAK,wBAAwB,EAAE,MAAM,qBAAqB,CAAA;AAEtF,MAAM,WAAW,yBAAyB,CAAC,CAAC,CAAE,SAAQ,wBAAwB;IAC5E,QAAQ,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAA;IAC5C,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,SAAS,EAAE,eAAe,CAAA;IAC1B,+BAA+B;IAC/B,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC7E;AAED,uBAAuB;AACvB,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,OAAO,EAAE,yBAAyB,CAAC,CAAC,CAAC,oBAS1E;AAED,8BAA8B;AAC9B,wBAAgB,sBAAsB,CAAC,CAAC,EACtC,OAAO,EAAE;IACP,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACjC,SAAS,EAAE,eAAe,CAAA;CAC3B,GAAG,wBAAwB,oBAQ7B;AAED,wCAAwC;AACxC,eAAO,MAAM,iBAAiB,2BAAqB,CAAA;AAEnD,4CAA4C;AAC5C,eAAO,MAAM,gBAAgB,+BAAyB,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { convertDownloadCol as e } from "./convertDownloadCol.js";
|
|
2
|
+
import { pickExportColumns as t } from "./pickExportColumns.js";
|
|
3
|
+
//#region src/components/k-table/report/exportKTableReport.ts
|
|
4
|
+
function n(n) {
|
|
5
|
+
let r = n.tableRef.value?.getQueryRef()?.getParams() ?? {}, i = n.convertParams ? n.convertParams(r) : r, a = t(n.columns, n);
|
|
6
|
+
return n.exportApi({
|
|
7
|
+
globColumnlist: e(a),
|
|
8
|
+
jsondata: i
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
function r(n) {
|
|
12
|
+
let r = t(n.columns, n);
|
|
13
|
+
return n.exportApi({
|
|
14
|
+
globColumnlist: e(r),
|
|
15
|
+
jsondata: n.jsondata
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { n as exportKTableReport, r as exportKTableReportData };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type { KTableExportApi, KTableExportPayload } from './types';
|
|
2
|
+
export { convertDownloadCol } from './convertDownloadCol';
|
|
3
|
+
export { pickExportColumns, type PickExportColumnsOptions } from './pickExportColumns';
|
|
4
|
+
export { exportKTableReport, exportKTableReportData, exportReportData, exportReportTable, type ExportKTableReportOptions } from './exportKTableReport';
|
|
5
|
+
export { injectFormFieldComponentProps, injectQueryFieldProps, withQueryFieldOptions } from './mergeQueryConfig';
|
|
6
|
+
export { useExportKTableReport, type UseExportKTableReportOptions } from './useExportKTableReport';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/report/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,iBAAiB,EAAE,KAAK,wBAAwB,EAAE,MAAM,qBAAqB,CAAA;AACtF,OAAO,EACL,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,KAAK,yBAAyB,EAC/B,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AAChH,OAAO,EAAE,qBAAqB,EAAE,KAAK,4BAA4B,EAAE,MAAM,yBAAyB,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { KFormConfigItem } from '../../k-form/types';
|
|
2
|
+
import { KTableQueryConfig } from '../../k-panel-query/types';
|
|
3
|
+
import { KTablePageOptions } from '../types';
|
|
4
|
+
/** 按字段 id 合并 componentProps */
|
|
5
|
+
export declare function injectFormFieldComponentProps(formConfigs: KFormConfigItem[], patches: Record<string, Record<string, unknown>>): KFormConfigItem[];
|
|
6
|
+
/** 克隆 query 配置并注入字段 componentProps */
|
|
7
|
+
export declare function injectQueryFieldProps(queryConfig: KTableQueryConfig, patches: Record<string, Record<string, unknown>>): KTableQueryConfig;
|
|
8
|
+
/** 克隆 tableOptions 并注入查询区字段 componentProps */
|
|
9
|
+
export declare function withQueryFieldOptions<T>(options: KTablePageOptions<T>, fieldComponentProps: Record<string, Record<string, unknown>>): KTablePageOptions<T>;
|
|
10
|
+
//# sourceMappingURL=mergeQueryConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mergeQueryConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/report/mergeQueryConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAEjD,+BAA+B;AAC/B,wBAAgB,6BAA6B,CAC3C,WAAW,EAAE,eAAe,EAAE,EAC9B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAC/C,eAAe,EAAE,CAanB;AAED,sCAAsC;AACtC,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAAG,iBAAiB,CAWzI;AAED,8CAA8C;AAC9C,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,OAAO,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAC7B,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAC3D,iBAAiB,CAAC,CAAC,CAAC,CAOtB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
//#region src/components/k-table/report/mergeQueryConfig.ts
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
return e.map((e) => {
|
|
4
|
+
let n = t[e.id];
|
|
5
|
+
return n ? {
|
|
6
|
+
...e,
|
|
7
|
+
componentProps: {
|
|
8
|
+
...e.componentProps,
|
|
9
|
+
...n
|
|
10
|
+
}
|
|
11
|
+
} : e;
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
function t(t, n) {
|
|
15
|
+
let r = t.form;
|
|
16
|
+
return r ? {
|
|
17
|
+
...t,
|
|
18
|
+
form: {
|
|
19
|
+
...r,
|
|
20
|
+
formConfigs: e(r.formConfigs ?? [], n)
|
|
21
|
+
}
|
|
22
|
+
} : t;
|
|
23
|
+
}
|
|
24
|
+
function n(e, n) {
|
|
25
|
+
return e.query ? {
|
|
26
|
+
...e,
|
|
27
|
+
query: t(e.query, n)
|
|
28
|
+
} : e;
|
|
29
|
+
}
|
|
30
|
+
//#endregion
|
|
31
|
+
export { e as injectFormFieldComponentProps, t as injectQueryFieldProps, n as withQueryFieldOptions };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { KTableColumn } from '../types';
|
|
2
|
+
export interface PickExportColumnsOptions {
|
|
3
|
+
/** 是否排除操作列 */
|
|
4
|
+
excludeOperates?: boolean;
|
|
5
|
+
/** 是否排除最后一列 */
|
|
6
|
+
excludeLast?: boolean;
|
|
7
|
+
}
|
|
8
|
+
/** 按规则筛选参与导出的列(序号/勾选/单选/展开等 UI 列不参与导出) */
|
|
9
|
+
export declare function pickExportColumns<T>(columns: KTableColumn<T>[], options?: PickExportColumnsOptions): KTableColumn<T>[];
|
|
10
|
+
//# sourceMappingURL=pickExportColumns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pickExportColumns.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/report/pickExportColumns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAE5C,MAAM,WAAW,wBAAwB;IACvC,cAAc;IACd,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,eAAe;IACf,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB;AAED,0CAA0C;AAC1C,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,wBAAwB,GAAG,YAAY,CAAC,CAAC,CAAC,EAAE,CAWtH"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
//#region src/components/k-table/report/pickExportColumns.ts
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
let n = e;
|
|
4
|
+
return t?.excludeLast && (n = n.slice(0, -1)), t?.excludeOperates && (n = n.filter((e) => e.type !== "operates" && e.prop !== "operates")), n.filter((e) => e.type !== "expand" && e.type !== "index" && e.type !== "selection" && e.type !== "radio");
|
|
5
|
+
}
|
|
6
|
+
//#endregion
|
|
7
|
+
export { e as pickExportColumns };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/** KTable 导出请求体(globColumnlist + jsondata,对齐 legacy Excel 导出) */
|
|
2
|
+
export interface KTableExportPayload {
|
|
3
|
+
globColumnlist: unknown[];
|
|
4
|
+
jsondata: Record<string, unknown>;
|
|
5
|
+
}
|
|
6
|
+
/** KTable 导出 API;业务侧通常由 @kayak-sj/cms-base/report 的 createReportExportApi 提供 */
|
|
7
|
+
export type KTableExportApi = (params: KTableExportPayload) => Promise<unknown>;
|
|
8
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/report/types.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,MAAM,WAAW,mBAAmB;IAClC,cAAc,EAAE,OAAO,EAAE,CAAA;IACzB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAClC;AAED,gFAAgF;AAChF,MAAM,MAAM,eAAe,GAAG,CAAC,MAAM,EAAE,mBAAmB,KAAK,OAAO,CAAC,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { MaybeRefOrGetter, Ref } from 'vue';
|
|
2
|
+
import { KTableInstance } from '../composables/useKTable';
|
|
3
|
+
import { KTableColumn } from '../types';
|
|
4
|
+
import { KTableExportApi } from './types';
|
|
5
|
+
import { PickExportColumnsOptions } from './pickExportColumns';
|
|
6
|
+
export interface UseExportKTableReportOptions<T> {
|
|
7
|
+
tableRef: Ref<KTableInstance<T> | undefined>;
|
|
8
|
+
columns: MaybeRefOrGetter<KTableColumn<T>[]>;
|
|
9
|
+
exportApi: KTableExportApi;
|
|
10
|
+
/** 与列表 :convert-params 保持一致;勿用 MaybeRefOrGetter 避免与 getter 混淆 */
|
|
11
|
+
convertParams?: (params: Record<string, unknown>) => Record<string, unknown>;
|
|
12
|
+
excludeOperates?: MaybeRefOrGetter<boolean | undefined>;
|
|
13
|
+
excludeLast?: MaybeRefOrGetter<boolean | undefined>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* KTable 报表导出 composable(adaptable:columns / exclude* 支持 ref 或 getter)。
|
|
17
|
+
*/
|
|
18
|
+
export declare function useExportKTableReport<T>(options: UseExportKTableReportOptions<T>): {
|
|
19
|
+
exportTable: () => Promise<void>;
|
|
20
|
+
exportLoading: Ref<boolean, boolean>;
|
|
21
|
+
};
|
|
22
|
+
export type { PickExportColumnsOptions };
|
|
23
|
+
//# sourceMappingURL=useExportKTableReport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExportKTableReport.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/report/useExportKTableReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,KAAK,gBAAgB,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAEnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAA;AAEnE,MAAM,WAAW,4BAA4B,CAAC,CAAC;IAC7C,QAAQ,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAA;IAC5C,OAAO,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC5C,SAAS,EAAE,eAAe,CAAA;IAC1B,iEAAiE;IACjE,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC5E,eAAe,CAAC,EAAE,gBAAgB,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IACvD,WAAW,CAAC,EAAE,gBAAgB,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;CACpD;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,OAAO,EAAE,4BAA4B,CAAC,CAAC,CAAC;;;EAsBhF;AAED,YAAY,EAAE,wBAAwB,EAAE,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { exportKTableReport as e } from "./exportKTableReport.js";
|
|
2
|
+
import { ref as t, toValue as n } from "vue";
|
|
3
|
+
//#region src/components/k-table/report/useExportKTableReport.ts
|
|
4
|
+
function r(r) {
|
|
5
|
+
let i = t(!1);
|
|
6
|
+
async function a() {
|
|
7
|
+
if (!i.value) {
|
|
8
|
+
i.value = !0;
|
|
9
|
+
try {
|
|
10
|
+
await e({
|
|
11
|
+
tableRef: r.tableRef,
|
|
12
|
+
columns: n(r.columns),
|
|
13
|
+
exportApi: r.exportApi,
|
|
14
|
+
convertParams: r.convertParams,
|
|
15
|
+
excludeOperates: n(r.excludeOperates),
|
|
16
|
+
excludeLast: n(r.excludeLast)
|
|
17
|
+
});
|
|
18
|
+
} finally {
|
|
19
|
+
i.value = !1;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
exportTable: a,
|
|
25
|
+
exportLoading: i
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
//#endregion
|
|
29
|
+
export { r as useExportKTableReport };
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { InjectionKey } from 'vue';
|
|
2
|
+
import { TableColumnCtx } from 'element-plus';
|
|
3
|
+
import { KLinkButtonItem } from '../k-link-button/types';
|
|
4
|
+
export type { KLinkButtonItem };
|
|
5
|
+
/** 列单元格 / `#operates` / `#sort` / `#${prop}` 插槽的标准作用域 */
|
|
6
|
+
export interface KTableCellSlotProps<T = Record<string, unknown>> {
|
|
7
|
+
row: T;
|
|
8
|
+
/** ElTable 列上下文;行类型与 `row` 对齐,列侧使用宽松行约束以兼容 element-plus */
|
|
9
|
+
column: TableColumnCtx<Record<string, any>>;
|
|
10
|
+
index: number;
|
|
11
|
+
}
|
|
12
|
+
/** 序号列 `#index` 插槽作用域 */
|
|
13
|
+
export interface KTableIndexSlotProps {
|
|
14
|
+
index: number;
|
|
15
|
+
displayIndex: number;
|
|
16
|
+
}
|
|
17
|
+
/** 操作列内 KLinkButton 按钮级插槽(`item.slot`)作用域 */
|
|
18
|
+
export interface KTableOperateButtonSlotProps<T = Record<string, unknown>> extends KTableCellSlotProps<T> {
|
|
19
|
+
item: KLinkButtonItem;
|
|
20
|
+
}
|
|
21
|
+
/** KTable 固定具名插槽 */
|
|
22
|
+
export type KTableKnownSlotMap<T = Record<string, unknown>> = {
|
|
23
|
+
header(): unknown;
|
|
24
|
+
footer(): unknown;
|
|
25
|
+
empty(): unknown;
|
|
26
|
+
operates(props: KTableCellSlotProps<T>): unknown;
|
|
27
|
+
sort(props: KTableCellSlotProps<T>): unknown;
|
|
28
|
+
index(props: KTableIndexSlotProps): unknown;
|
|
29
|
+
/** 展开行内容;列配置 `type: 'expand'` 时使用 */
|
|
30
|
+
expand(props: KTableCellSlotProps<T>): unknown;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* 列 prop 动态插槽 `#${prop}` 与按钮级插槽。
|
|
34
|
+
* 用 `K extends keyof Known` 排除固定插槽,避免与 header 等无参插槽类型冲突。
|
|
35
|
+
*/
|
|
36
|
+
export type KTableColumnPropSlots<T = Record<string, unknown>> = {
|
|
37
|
+
[K in string]?: K extends keyof KTableKnownSlotMap<T> ? never : (props: KTableCellSlotProps<T> | KTableOperateButtonSlotProps<T>) => unknown;
|
|
38
|
+
};
|
|
39
|
+
/** KTable / KTableColumn 插槽契约,供 `defineSlots` 与页面侧引用 */
|
|
40
|
+
export type KTableSlots<T = Record<string, unknown>> = KTableKnownSlotMap<T> & KTableColumnPropSlots<T>;
|
|
41
|
+
/** 单元格展示格式:日期 / 日期时间 / 金额 / 手机号脱敏 */
|
|
42
|
+
export type KTableShowType = 'date' | 'datetime' | 'amount' | 'phone';
|
|
43
|
+
/** 特殊列类型,在 ElTableColumn type 基础上扩展业务语义 */
|
|
44
|
+
export type KTableColumnType = 'index' | 'selection' | 'operates' | 'radio' | 'expand';
|
|
45
|
+
/**
|
|
46
|
+
* 表格列声明式配置,对齐旧版 k-table columns 项。
|
|
47
|
+
*
|
|
48
|
+
* 自定义渲染:具名插槽 `#${prop}`(作用域 `KTableCellSlotProps`);操作列可用 `#operates` 或列配置 `operates` 数组;展开行用 `type: 'expand'` + `#expand`。
|
|
49
|
+
*/
|
|
50
|
+
export interface KTableColumn<T = Record<string, unknown>> {
|
|
51
|
+
/**
|
|
52
|
+
* 字段名,亦作为默认插槽名。
|
|
53
|
+
* 声明 `KTableColumn<Row>` 时会提示 `Row` 的字段名,同时仍允许 `operates` 等非数据列的自定义值。
|
|
54
|
+
*/
|
|
55
|
+
prop?: (keyof T & string) | (string & {});
|
|
56
|
+
/** 列标题 */
|
|
57
|
+
label?: string;
|
|
58
|
+
/** 列类型 */
|
|
59
|
+
type?: KTableColumnType;
|
|
60
|
+
/** 列宽度 */
|
|
61
|
+
width?: string | number;
|
|
62
|
+
/** 列最小宽度 */
|
|
63
|
+
minWidth?: string | number;
|
|
64
|
+
/** 对应列是否可以通过拖动改变宽度(透传 ElTableColumn) */
|
|
65
|
+
resizable?: boolean;
|
|
66
|
+
align?: 'left' | 'center' | 'right';
|
|
67
|
+
/** 表头对齐方式 */
|
|
68
|
+
headerAlign?: 'left' | 'center' | 'right';
|
|
69
|
+
/** 列是否固定 */
|
|
70
|
+
fixed?: boolean | 'left' | 'right';
|
|
71
|
+
/** 字典类型,需 app 层 `provide(DICT_KEY)` */
|
|
72
|
+
dict?: string;
|
|
73
|
+
/** 列展示类型 */
|
|
74
|
+
showType?: KTableShowType;
|
|
75
|
+
/** 优先级高于 dict / showType */
|
|
76
|
+
formatter?: (row: T, column: KTableColumn<T>, value: unknown, index: number) => string;
|
|
77
|
+
/** `type: 'operates'` 时的默认按钮配置;有 `#operates` 插槽时插槽优先 */
|
|
78
|
+
operates?: KLinkButtonItem[];
|
|
79
|
+
/** 多级表头子列 */
|
|
80
|
+
children?: KTableColumn<T>[];
|
|
81
|
+
/** 列设置面板中不可取消勾选 */
|
|
82
|
+
required?: boolean;
|
|
83
|
+
/** 表头旁 info 提示 */
|
|
84
|
+
toolTip?: string;
|
|
85
|
+
/** 多选列:行是否可选 */
|
|
86
|
+
selectable?: (row: T, index: number) => boolean;
|
|
87
|
+
/** 多选列:翻页后是否保留已选行(需配合 rowKey) */
|
|
88
|
+
reserveSelection?: boolean;
|
|
89
|
+
/** 列是否显示溢出提示 */
|
|
90
|
+
showOverflowTooltip?: boolean;
|
|
91
|
+
}
|
|
92
|
+
/** 分页配置;字段命名对齐旧版 k-table / KPagination */
|
|
93
|
+
export interface KTablePagination {
|
|
94
|
+
total?: number;
|
|
95
|
+
currentPage?: number;
|
|
96
|
+
pageSize?: number;
|
|
97
|
+
pageSizes?: number[];
|
|
98
|
+
layout?: string;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* action 模式接口响应字段映射。
|
|
102
|
+
* 默认与 CMS 约定一致:`rows` / `page_no` / `page_size` / `total`
|
|
103
|
+
*/
|
|
104
|
+
export interface KTableResponseConfig {
|
|
105
|
+
list?: string;
|
|
106
|
+
page?: string;
|
|
107
|
+
limit?: string;
|
|
108
|
+
total?: string;
|
|
109
|
+
}
|
|
110
|
+
/** Select / Checkbox 等组件使用的字典选项(与 KFormSchemaOption 结构一致) */
|
|
111
|
+
export interface DictSelectOption {
|
|
112
|
+
label: string;
|
|
113
|
+
value: string;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* 字典服务契约。
|
|
117
|
+
* 由业务 app `provide(DICT_KEY)` 注入,design 层不直接依赖 `$dict`。
|
|
118
|
+
*/
|
|
119
|
+
export interface DictService {
|
|
120
|
+
getLabel: (dictType: string, value: unknown) => string;
|
|
121
|
+
/** 查询表单 Select 选项;旧版 `$dict.getGroupDict` */
|
|
122
|
+
getGroupDict?: (dictType: string) => Array<{
|
|
123
|
+
item_key: unknown;
|
|
124
|
+
item_value: unknown;
|
|
125
|
+
}>;
|
|
126
|
+
/** 分组字典 → `{ label, value }[]`,供 Select / Checkbox 直接使用 */
|
|
127
|
+
getGroupOptions?: (dictType: string) => DictSelectOption[];
|
|
128
|
+
}
|
|
129
|
+
export declare const DICT_KEY: InjectionKey<DictService>;
|
|
130
|
+
/**
|
|
131
|
+
* 列表页声明式配置(可选)。
|
|
132
|
+
* 与 KForm `formConfigs` 类似,可 `v-bind` 到 KTable 减少模板重复。
|
|
133
|
+
*
|
|
134
|
+
* 权限控制的新建按钮请在页面写:
|
|
135
|
+
* `:add-button="hasPermission('code') && '文案'"`
|
|
136
|
+
*/
|
|
137
|
+
export interface KTablePageOptions<T = Record<string, unknown>> {
|
|
138
|
+
/** 列配置 */
|
|
139
|
+
columns: KTableColumn<T>[];
|
|
140
|
+
/** 查询配置 */
|
|
141
|
+
query?: import('../k-panel-query/types').KTableQueryConfig;
|
|
142
|
+
/** 列显隐 localStorage 缓存唯一键;多表同路由时务必设置 */
|
|
143
|
+
tableKey?: string;
|
|
144
|
+
/** 行键 */
|
|
145
|
+
rowKey?: string;
|
|
146
|
+
/** 新增按钮 */
|
|
147
|
+
addButton?: boolean | string | false;
|
|
148
|
+
/** 隐藏分页 */
|
|
149
|
+
hidePagination?: boolean;
|
|
150
|
+
/** 选择列显隐 */
|
|
151
|
+
selectionShow?: boolean;
|
|
152
|
+
/** 列缓存 */
|
|
153
|
+
enableColumnCache?: boolean;
|
|
154
|
+
/** 主从表:查询提交时清除 ElTable `highlight-current-row` 高亮 */
|
|
155
|
+
clearCurrentRowOnQuery?: boolean;
|
|
156
|
+
/** 查询面板重置时清除 ElTable `highlight-current-row` 高亮 */
|
|
157
|
+
clearCurrentRowOnReset?: boolean;
|
|
158
|
+
/** action 模式挂载后是否自动请求 */
|
|
159
|
+
initTable?: boolean;
|
|
160
|
+
/** 与查询条件、分页字段合并的固定请求参数 */
|
|
161
|
+
params?: Record<string, unknown>;
|
|
162
|
+
/** action 模式默认响应字段名 */
|
|
163
|
+
responseConfig?: KTableResponseConfig;
|
|
164
|
+
/** 分页配置 */
|
|
165
|
+
pagination?: KTablePagination;
|
|
166
|
+
}
|
|
167
|
+
/** action 模式接口响应字段默认映射(CMS 约定) */
|
|
168
|
+
export declare const DEFAULT_RESPONSE_CONFIG: Required<KTableResponseConfig>;
|
|
169
|
+
/** 分页默认配置;action 模式下 total 由接口回填,此处仅作初始占位 */
|
|
170
|
+
export declare const DEFAULT_PAGINATION: Required<Pick<KTablePagination, 'currentPage' | 'pageSize' | 'pageSizes' | 'layout'>> & {
|
|
171
|
+
total: number;
|
|
172
|
+
};
|
|
173
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/k-table/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
//#region src/components/k-table/types.ts
|
|
2
|
+
var e = Symbol("kayak-dict"), t = {
|
|
3
|
+
list: "rows",
|
|
4
|
+
page: "page_no",
|
|
5
|
+
limit: "page_size",
|
|
6
|
+
total: "total"
|
|
7
|
+
}, n = {
|
|
8
|
+
total: 0,
|
|
9
|
+
currentPage: 1,
|
|
10
|
+
pageSize: 10,
|
|
11
|
+
pageSizes: [
|
|
12
|
+
10,
|
|
13
|
+
20,
|
|
14
|
+
30,
|
|
15
|
+
100
|
|
16
|
+
],
|
|
17
|
+
layout: "total, sizes, prev, pager, next, jumper"
|
|
18
|
+
};
|
|
19
|
+
//#endregion
|
|
20
|
+
export { n as DEFAULT_PAGINATION, t as DEFAULT_RESPONSE_CONFIG, e as DICT_KEY };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columnIdentity.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/utils/columnIdentity.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAE5C,wBAAgB,iBAAiB,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,SAAI,GAAG,MAAM,CAKzG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { KTableColumn } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* 计算单元格展示文本(无插槽时的默认渲染)。
|
|
4
|
+
*
|
|
5
|
+
* @param dictLabel 由 `useCellValue` 经 DICT_KEY 解析后的字典文案
|
|
6
|
+
*/
|
|
7
|
+
export declare function formatCellValue<T>(column: KTableColumn<T>, row: T, index: number, nullValueFormat: string, dictLabel?: string): string;
|
|
8
|
+
//# sourceMappingURL=formatCellValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatCellValue.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/utils/formatCellValue.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAkB,MAAM,UAAU,CAAA;AAwC5D;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAoBtI"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { getRowField as e } from "./rowKey.js";
|
|
2
|
+
import t from "dayjs";
|
|
3
|
+
//#region src/components/k-table/utils/formatCellValue.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return e === "" || e == null;
|
|
6
|
+
}
|
|
7
|
+
function r(e) {
|
|
8
|
+
let t = Number(e);
|
|
9
|
+
return Number.isNaN(t) ? String(e ?? "") : t.toLocaleString("en-US");
|
|
10
|
+
}
|
|
11
|
+
function i(e) {
|
|
12
|
+
return e.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2");
|
|
13
|
+
}
|
|
14
|
+
function a(e, a) {
|
|
15
|
+
if (n(a)) return "";
|
|
16
|
+
let o = String(a);
|
|
17
|
+
switch (e) {
|
|
18
|
+
case "date": return t(o).format("YYYY-MM-DD");
|
|
19
|
+
case "datetime": return t(o).format("YYYY-MM-DD HH:mm:ss");
|
|
20
|
+
case "amount": return r(a);
|
|
21
|
+
case "phone": return i(o);
|
|
22
|
+
default: return o;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
function o(t, r, i, o, s) {
|
|
26
|
+
let c = t.prop ? e(r, t.prop) : void 0;
|
|
27
|
+
return t.formatter ? t.formatter(r, t, c, i) : t.dict && s !== void 0 ? s : n(c) ? o : t.showType ? a(t.showType, c) : String(c);
|
|
28
|
+
}
|
|
29
|
+
//#endregion
|
|
30
|
+
export { o as formatCellValue };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 行字段读取与 rowKey 解析。
|
|
3
|
+
* 供单选列、树懒加载、单元格取值等场景共用。
|
|
4
|
+
*/
|
|
5
|
+
/** 按字符串 key 读取行字段(兼容无索引签名的行类型) */
|
|
6
|
+
export declare function getRowField(row: unknown, key: string): unknown;
|
|
7
|
+
/** 从行数据读取 rowKey 字段值,供单选列与 useTableRadio 共用 */
|
|
8
|
+
export declare function getRowKeyValue<T>(row: T, rowKey: string): string | number | boolean;
|
|
9
|
+
//# sourceMappingURL=rowKey.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rowKey.d.ts","sourceRoot":"","sources":["../../../../src/components/k-table/utils/rowKey.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,kCAAkC;AAClC,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAE9D;AAED,+CAA+C;AAC/C,wBAAgB,cAAc,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAMnF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
//#region src/components/k-table/utils/rowKey.ts
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
return e[t];
|
|
4
|
+
}
|
|
5
|
+
function t(t, n) {
|
|
6
|
+
let r = e(t, n);
|
|
7
|
+
return typeof r == "string" || typeof r == "number" || typeof r == "boolean" ? r : r == null ? "" : String(r);
|
|
8
|
+
}
|
|
9
|
+
//#endregion
|
|
10
|
+
export { e as getRowField, t as getRowKeyValue };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { UploadFile, UploadInstance, UploadUserFile } from 'element-plus';
|
|
2
|
+
import { KUploadFileItem } from '../../config/uploadConfig';
|
|
3
|
+
import { KUploadProps } from './types';
|
|
4
|
+
declare var __VLS_10: {}, __VLS_12: {}, __VLS_27: {}, __VLS_29: {}, __VLS_43: {
|
|
5
|
+
file: UploadFile;
|
|
6
|
+
}, __VLS_57: {
|
|
7
|
+
file: UploadFile;
|
|
8
|
+
}, __VLS_60: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
buttonBefore?: (props: typeof __VLS_10) => any;
|
|
11
|
+
} & {
|
|
12
|
+
content?: (props: typeof __VLS_12) => any;
|
|
13
|
+
} & {
|
|
14
|
+
buttonAfter?: (props: typeof __VLS_27) => any;
|
|
15
|
+
} & {
|
|
16
|
+
content?: (props: typeof __VLS_29) => any;
|
|
17
|
+
} & {
|
|
18
|
+
file?: (props: typeof __VLS_43) => any;
|
|
19
|
+
} & {
|
|
20
|
+
preview?: (props: typeof __VLS_57) => any;
|
|
21
|
+
} & {
|
|
22
|
+
tip?: (props: typeof __VLS_60) => any;
|
|
23
|
+
};
|
|
24
|
+
declare const __VLS_base: import('vue').DefineComponent<KUploadProps, {
|
|
25
|
+
submit: () => void | undefined;
|
|
26
|
+
clearFiles: () => void | undefined;
|
|
27
|
+
uploadRef: import('vue').Ref<UploadInstance | undefined, UploadInstance | undefined>;
|
|
28
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
+
success: (response: Record<string, unknown>, file: KUploadFileItem) => any;
|
|
30
|
+
error: (error: Error, file: UploadFile) => any;
|
|
31
|
+
"update:modelValue": (value: KUploadFileItem[]) => any;
|
|
32
|
+
change: (file: UploadFile) => any;
|
|
33
|
+
remove: (file: KUploadFileItem) => any;
|
|
34
|
+
preview: (file: KUploadFileItem) => any;
|
|
35
|
+
exceed: (files: File[], uploadFiles: UploadUserFile[]) => any;
|
|
36
|
+
}, string, import('vue').PublicProps, Readonly<KUploadProps> & Readonly<{
|
|
37
|
+
onSuccess?: ((response: Record<string, unknown>, file: KUploadFileItem) => any) | undefined;
|
|
38
|
+
onError?: ((error: Error, file: UploadFile) => any) | undefined;
|
|
39
|
+
"onUpdate:modelValue"?: ((value: KUploadFileItem[]) => any) | undefined;
|
|
40
|
+
onChange?: ((file: UploadFile) => any) | undefined;
|
|
41
|
+
onRemove?: ((file: KUploadFileItem) => any) | undefined;
|
|
42
|
+
onPreview?: ((file: KUploadFileItem) => any) | undefined;
|
|
43
|
+
onExceed?: ((files: File[], uploadFiles: UploadUserFile[]) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
modelValue: KUploadFileItem[];
|
|
46
|
+
disabled: boolean;
|
|
47
|
+
limit: number;
|
|
48
|
+
listType: import('./types').KUploadListType;
|
|
49
|
+
templateCode: string;
|
|
50
|
+
templateBtnText: string;
|
|
51
|
+
tipType: import('./types').KUploadTipType;
|
|
52
|
+
accept: string;
|
|
53
|
+
action: string;
|
|
54
|
+
maxSize: number;
|
|
55
|
+
btnText: string;
|
|
56
|
+
templateDomain: "base" | "app";
|
|
57
|
+
templateDownloadUrl: string;
|
|
58
|
+
fileTips: string;
|
|
59
|
+
showSuccMessage: boolean;
|
|
60
|
+
autoUpload: boolean;
|
|
61
|
+
openCutter: boolean;
|
|
62
|
+
cutterOption: import('./types').KUploadCutterOption;
|
|
63
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
64
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
65
|
+
declare const _default: typeof __VLS_export;
|
|
66
|
+
export default _default;
|
|
67
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
68
|
+
new (): {
|
|
69
|
+
$slots: S;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=KUpload.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/k-upload/KUpload.vue"],"names":[],"mappings":"AA6bA,OAAO,EAKL,KAAK,UAAU,EACf,KAAK,cAAc,EAGnB,KAAK,cAAc,EACpB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAYjF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA0rB3C,QAAA,IAAuB,QAAQ,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ,IAAiC,CAAE;AAC/L,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAClD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACjD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAQ5C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
2
|
+
import t from "./KUpload.vue_vue_type_script_setup_true_lang.js";
|
|
3
|
+
import './KUpload.vue_vue_type_style_index_0_scoped_6050c2c6_lang.css';/* empty css */
|
|
4
|
+
//#region src/components/k-upload/KUpload.vue
|
|
5
|
+
var n = /*#__PURE__*/ e(t, [["__scopeId", "data-v-6050c2c6"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { n as default };
|