@vrojs/element-plus 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +17 -0
- package/dist/index.js +95 -0
- package/dist/locale/index.d.ts +3 -0
- package/dist/locale/index.js +7 -0
- package/dist/locale/lang/zh-cn.d.ts +47 -0
- package/dist/locale/lang/zh-cn.js +49 -0
- package/dist/locale/types.d.ts +7 -0
- package/dist/locale/types.js +1 -0
- package/dist/locale/useLocale.d.ts +53 -0
- package/dist/locale/useLocale.js +24 -0
- package/dist/style/css.js +4 -0
- package/dist/style/deps.js +26 -0
- package/dist/style/index.css +1 -0
- package/dist/style/index.d.ts +0 -0
- package/dist/style/index.js +30 -0
- package/dist/utils/datePickerValueFormat.d.ts +1 -0
- package/dist/utils/datePickerValueFormat.js +9 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +6 -0
- package/dist/vro-el-checkbox-group/index.d.ts +122 -0
- package/dist/vro-el-checkbox-group/index.js +9 -0
- package/dist/vro-el-checkbox-group/style/css.d.ts +0 -0
- package/dist/vro-el-checkbox-group/style/css.js +3 -0
- package/dist/vro-el-checkbox-group/style/deps.d.ts +0 -0
- package/dist/vro-el-checkbox-group/style/deps.js +2 -0
- package/dist/vro-el-checkbox-group/style/index.d.ts +0 -0
- package/dist/vro-el-checkbox-group/style/index.js +5 -0
- package/dist/vro-el-checkbox-group/types.d.ts +50 -0
- package/dist/vro-el-checkbox-group/types.js +16 -0
- package/dist/vro-el-checkbox-group/vro-el-checkbox-group.vue.d.ts +115 -0
- package/dist/vro-el-checkbox-group/vro-el-checkbox-group.vue.js +34 -0
- package/dist/vro-el-checkbox-group/vro-el-checkbox-group.vue2.js +4 -0
- package/dist/vro-el-config-provider/index.d.ts +46 -0
- package/dist/vro-el-config-provider/index.js +9 -0
- package/dist/vro-el-config-provider/style/css.d.ts +0 -0
- package/dist/vro-el-config-provider/style/css.js +3 -0
- package/dist/vro-el-config-provider/style/deps.d.ts +0 -0
- package/dist/vro-el-config-provider/style/deps.js +1 -0
- package/dist/vro-el-config-provider/style/index.d.ts +0 -0
- package/dist/vro-el-config-provider/style/index.js +3 -0
- package/dist/vro-el-config-provider/types.d.ts +14 -0
- package/dist/vro-el-config-provider/types.js +13 -0
- package/dist/vro-el-config-provider/vro-el-config-provider.vue.d.ts +29 -0
- package/dist/vro-el-config-provider/vro-el-config-provider.vue.js +17 -0
- package/dist/vro-el-config-provider/vro-el-config-provider.vue2.js +4 -0
- package/dist/vro-el-file-upload/index.d.ts +44 -0
- package/dist/vro-el-file-upload/index.js +12 -0
- package/dist/vro-el-file-upload/style/css.d.ts +0 -0
- package/dist/vro-el-file-upload/style/css.js +4 -0
- package/dist/vro-el-file-upload/style/deps.d.ts +0 -0
- package/dist/vro-el-file-upload/style/deps.js +2 -0
- package/dist/vro-el-file-upload/style/index.css +1 -0
- package/dist/vro-el-file-upload/style/index.d.ts +0 -0
- package/dist/vro-el-file-upload/style/index.js +6 -0
- package/dist/vro-el-file-upload/types.d.ts +39 -0
- package/dist/vro-el-file-upload/types.js +35 -0
- package/dist/vro-el-file-upload/utils.d.ts +2 -0
- package/dist/vro-el-file-upload/utils.js +6 -0
- package/dist/vro-el-file-upload/vro-el-file-upload.vue.d.ts +36 -0
- package/dist/vro-el-file-upload/vro-el-file-upload.vue.js +86 -0
- package/dist/vro-el-file-upload/vro-el-file-upload.vue2.js +4 -0
- package/dist/vro-el-icon/index.d.ts +82 -0
- package/dist/vro-el-icon/index.js +9 -0
- package/dist/vro-el-icon/style/css.d.ts +0 -0
- package/dist/vro-el-icon/style/css.js +3 -0
- package/dist/vro-el-icon/style/deps.d.ts +0 -0
- package/dist/vro-el-icon/style/deps.js +1 -0
- package/dist/vro-el-icon/style/index.d.ts +0 -0
- package/dist/vro-el-icon/style/index.js +4 -0
- package/dist/vro-el-icon/types.d.ts +20 -0
- package/dist/vro-el-icon/types.js +11 -0
- package/dist/vro-el-icon/vro-el-icon.vue.d.ts +53 -0
- package/dist/vro-el-icon/vro-el-icon.vue.js +33 -0
- package/dist/vro-el-icon/vro-el-icon.vue2.js +4 -0
- package/dist/vro-el-image/index.d.ts +207 -0
- package/dist/vro-el-image/index.js +12 -0
- package/dist/vro-el-image/style/css.d.ts +0 -0
- package/dist/vro-el-image/style/css.js +3 -0
- package/dist/vro-el-image/style/deps.d.ts +0 -0
- package/dist/vro-el-image/style/deps.js +1 -0
- package/dist/vro-el-image/style/index.d.ts +0 -0
- package/dist/vro-el-image/style/index.js +4 -0
- package/dist/vro-el-image/types.d.ts +54 -0
- package/dist/vro-el-image/types.js +15 -0
- package/dist/vro-el-image/utils.d.ts +2 -0
- package/dist/vro-el-image/utils.js +6 -0
- package/dist/vro-el-image/vro-el-image.vue.d.ts +122 -0
- package/dist/vro-el-image/vro-el-image.vue.js +32 -0
- package/dist/vro-el-image/vro-el-image.vue2.js +4 -0
- package/dist/vro-el-image-upload/index.d.ts +50 -0
- package/dist/vro-el-image-upload/index.js +12 -0
- package/dist/vro-el-image-upload/style/css.d.ts +0 -0
- package/dist/vro-el-image-upload/style/css.js +5 -0
- package/dist/vro-el-image-upload/style/deps.d.ts +0 -0
- package/dist/vro-el-image-upload/style/deps.js +4 -0
- package/dist/vro-el-image-upload/style/index.css +1 -0
- package/dist/vro-el-image-upload/style/index.d.ts +0 -0
- package/dist/vro-el-image-upload/style/index.js +9 -0
- package/dist/vro-el-image-upload/types.d.ts +40 -0
- package/dist/vro-el-image-upload/types.js +25 -0
- package/dist/vro-el-image-upload/utils.d.ts +2 -0
- package/dist/vro-el-image-upload/utils.js +6 -0
- package/dist/vro-el-image-upload/vro-el-image-upload.vue.d.ts +43 -0
- package/dist/vro-el-image-upload/vro-el-image-upload.vue.js +132 -0
- package/dist/vro-el-image-upload/vro-el-image-upload.vue2.js +4 -0
- package/dist/vro-el-radio-group/index.d.ts +79 -0
- package/dist/vro-el-radio-group/index.js +9 -0
- package/dist/vro-el-radio-group/style/css.d.ts +0 -0
- package/dist/vro-el-radio-group/style/css.js +3 -0
- package/dist/vro-el-radio-group/style/deps.d.ts +0 -0
- package/dist/vro-el-radio-group/style/deps.js +2 -0
- package/dist/vro-el-radio-group/style/index.d.ts +0 -0
- package/dist/vro-el-radio-group/style/index.js +5 -0
- package/dist/vro-el-radio-group/types.d.ts +38 -0
- package/dist/vro-el-radio-group/types.js +25 -0
- package/dist/vro-el-radio-group/vro-el-radio-group.vue.d.ts +72 -0
- package/dist/vro-el-radio-group/vro-el-radio-group.vue.js +34 -0
- package/dist/vro-el-radio-group/vro-el-radio-group.vue2.js +4 -0
- package/dist/vro-el-schema-filter/index.d.ts +594 -0
- package/dist/vro-el-schema-filter/index.js +9 -0
- package/dist/vro-el-schema-filter/style/css.d.ts +0 -0
- package/dist/vro-el-schema-filter/style/css.js +17 -0
- package/dist/vro-el-schema-filter/style/deps.d.ts +0 -0
- package/dist/vro-el-schema-filter/style/deps.js +22 -0
- package/dist/vro-el-schema-filter/style/index.css +1 -0
- package/dist/vro-el-schema-filter/style/index.d.ts +0 -0
- package/dist/vro-el-schema-filter/style/index.js +39 -0
- package/dist/vro-el-schema-filter/types.d.ts +41 -0
- package/dist/vro-el-schema-filter/types.js +26 -0
- package/dist/vro-el-schema-filter/vro-el-schema-filter.vue.d.ts +979 -0
- package/dist/vro-el-schema-filter/vro-el-schema-filter.vue.js +71 -0
- package/dist/vro-el-schema-filter/vro-el-schema-filter.vue2.js +4 -0
- package/dist/vro-el-schema-form/defineVroElSchemaFormCreateField.d.ts +2 -0
- package/dist/vro-el-schema-form/defineVroElSchemaFormCreateField.js +9 -0
- package/dist/vro-el-schema-form/defineVroElSchemaFormFieldTrigger.d.ts +9 -0
- package/dist/vro-el-schema-form/defineVroElSchemaFormFieldTrigger.js +6 -0
- package/dist/vro-el-schema-form/index.d.ts +561 -0
- package/dist/vro-el-schema-form/index.js +17 -0
- package/dist/vro-el-schema-form/style/css.d.ts +0 -0
- package/dist/vro-el-schema-form/style/css.js +15 -0
- package/dist/vro-el-schema-form/style/deps.d.ts +0 -0
- package/dist/vro-el-schema-form/style/deps.js +22 -0
- package/dist/vro-el-schema-form/style/index.css +1 -0
- package/dist/vro-el-schema-form/style/index.d.ts +0 -0
- package/dist/vro-el-schema-form/style/index.js +37 -0
- package/dist/vro-el-schema-form/types.d.ts +122 -0
- package/dist/vro-el-schema-form/types.js +42 -0
- package/dist/vro-el-schema-form/useVroElSchemaForm.d.ts +904 -0
- package/dist/vro-el-schema-form/useVroElSchemaForm.js +31 -0
- package/dist/vro-el-schema-form/vro-el-schema-form.vue.d.ts +389 -0
- package/dist/vro-el-schema-form/vro-el-schema-form.vue.js +127 -0
- package/dist/vro-el-schema-form/vro-el-schema-form.vue2.js +4 -0
- package/dist/vro-el-schema-form/vroElSchemaFormFieldManager.d.ts +2 -0
- package/dist/vro-el-schema-form/vroElSchemaFormFieldManager.js +32 -0
- package/dist/vro-el-schema-form-dialog/function-call.d.ts +3 -0
- package/dist/vro-el-schema-form-dialog/function-call.js +17 -0
- package/dist/vro-el-schema-form-dialog/index.d.ts +2174 -0
- package/dist/vro-el-schema-form-dialog/index.js +18 -0
- package/dist/vro-el-schema-form-dialog/injection.d.ts +9 -0
- package/dist/vro-el-schema-form-dialog/injection.js +9 -0
- package/dist/vro-el-schema-form-dialog/style/css.d.ts +0 -0
- package/dist/vro-el-schema-form-dialog/style/css.js +19 -0
- package/dist/vro-el-schema-form-dialog/style/deps.d.ts +0 -0
- package/dist/vro-el-schema-form-dialog/style/deps.js +24 -0
- package/dist/vro-el-schema-form-dialog/style/index.css +1 -0
- package/dist/vro-el-schema-form-dialog/style/index.d.ts +0 -0
- package/dist/vro-el-schema-form-dialog/style/index.js +43 -0
- package/dist/vro-el-schema-form-dialog/types.d.ts +79 -0
- package/dist/vro-el-schema-form-dialog/types.js +59 -0
- package/dist/vro-el-schema-form-dialog/useVroElSchemaFormDialog.d.ts +14 -0
- package/dist/vro-el-schema-form-dialog/useVroElSchemaFormDialog.js +18 -0
- package/dist/vro-el-schema-form-dialog/vro-el-schema-form-dialog.vue.d.ts +1788 -0
- package/dist/vro-el-schema-form-dialog/vro-el-schema-form-dialog.vue.js +135 -0
- package/dist/vro-el-schema-form-dialog/vro-el-schema-form-dialog.vue2.js +4 -0
- package/dist/vro-el-select/index.d.ts +259 -0
- package/dist/vro-el-select/index.js +9 -0
- package/dist/vro-el-select/style/css.d.ts +0 -0
- package/dist/vro-el-select/style/css.js +3 -0
- package/dist/vro-el-select/style/deps.d.ts +0 -0
- package/dist/vro-el-select/style/deps.js +2 -0
- package/dist/vro-el-select/style/index.d.ts +0 -0
- package/dist/vro-el-select/style/index.js +5 -0
- package/dist/vro-el-select/types.d.ts +105 -0
- package/dist/vro-el-select/types.js +16 -0
- package/dist/vro-el-select/vro-el-select.vue.d.ts +252 -0
- package/dist/vro-el-select/vro-el-select.vue.js +30 -0
- package/dist/vro-el-select/vro-el-select.vue2.js +4 -0
- package/dist/vro-el-skeleton/index.d.ts +154 -0
- package/dist/vro-el-skeleton/index.js +9 -0
- package/dist/vro-el-skeleton/style/css.d.ts +0 -0
- package/dist/vro-el-skeleton/style/css.js +5 -0
- package/dist/vro-el-skeleton/style/deps.d.ts +0 -0
- package/dist/vro-el-skeleton/style/deps.js +3 -0
- package/dist/vro-el-skeleton/style/index.css +1 -0
- package/dist/vro-el-skeleton/style/index.d.ts +0 -0
- package/dist/vro-el-skeleton/style/index.js +8 -0
- package/dist/vro-el-skeleton/types.d.ts +72 -0
- package/{src/vro-el-skeleton/types.ts → dist/vro-el-skeleton/types.js} +15 -29
- package/dist/vro-el-skeleton/vro-el-skeleton.vue.d.ts +95 -0
- package/dist/vro-el-skeleton/vro-el-skeleton.vue.js +85 -0
- package/dist/vro-el-skeleton/vro-el-skeleton.vue2.js +4 -0
- package/dist/vro-el-tags/index.d.ts +223 -0
- package/dist/vro-el-tags/index.js +9 -0
- package/dist/vro-el-tags/style/css.d.ts +0 -0
- package/dist/vro-el-tags/style/css.js +3 -0
- package/dist/vro-el-tags/style/deps.d.ts +0 -0
- package/dist/vro-el-tags/style/deps.js +3 -0
- package/dist/vro-el-tags/style/index.d.ts +0 -0
- package/dist/vro-el-tags/style/index.js +6 -0
- package/dist/vro-el-tags/types.d.ts +18 -0
- package/dist/vro-el-tags/types.js +19 -0
- package/dist/vro-el-tags/vro-el-tags.vue.d.ts +217 -0
- package/dist/vro-el-tags/vro-el-tags.vue.js +62 -0
- package/dist/vro-el-tags/vro-el-tags.vue2.js +4 -0
- package/dist/vro-el-tree/index.d.ts +86 -0
- package/dist/vro-el-tree/index.js +9 -0
- package/dist/vro-el-tree/style/css.d.ts +0 -0
- package/dist/vro-el-tree/style/css.js +4 -0
- package/dist/vro-el-tree/style/deps.d.ts +0 -0
- package/dist/vro-el-tree/style/deps.js +1 -0
- package/dist/vro-el-tree/style/index.css +1 -0
- package/dist/vro-el-tree/style/index.d.ts +0 -0
- package/dist/vro-el-tree/style/index.js +5 -0
- package/dist/vro-el-tree/types.d.ts +32 -0
- package/dist/vro-el-tree/types.js +26 -0
- package/dist/vro-el-tree/vro-el-tree.vue.d.ts +52 -0
- package/dist/vro-el-tree/vro-el-tree.vue.js +56 -0
- package/dist/vro-el-tree/vro-el-tree.vue2.js +4 -0
- package/dist/vro-el-with-config/index.d.ts +32 -0
- package/dist/vro-el-with-config/index.js +9 -0
- package/dist/vro-el-with-config/style/css.d.ts +0 -0
- package/dist/vro-el-with-config/style/css.js +4 -0
- package/dist/vro-el-with-config/style/deps.d.ts +0 -0
- package/dist/vro-el-with-config/style/deps.js +1 -0
- package/dist/vro-el-with-config/style/index.d.ts +0 -0
- package/dist/vro-el-with-config/style/index.js +5 -0
- package/dist/vro-el-with-config/types.d.ts +15 -0
- package/dist/vro-el-with-config/types.js +14 -0
- package/dist/vro-el-with-config/vro-el-with-config.vue.d.ts +25 -0
- package/dist/vro-el-with-config/vro-el-with-config.vue.js +32 -0
- package/dist/vro-el-with-config/vro-el-with-config.vue2.js +4 -0
- package/package.json +18 -12
- package/src/index.ts +0 -18
- package/src/locale/index.ts +0 -3
- package/src/locale/lang/zh-cn.ts +0 -46
- package/src/locale/types.ts +0 -8
- package/src/locale/useLocale.ts +0 -42
- package/src/style/base.scss +0 -2
- package/src/style/css.ts +0 -2
- package/src/style/deps.ts +0 -14
- package/src/style/index.scss +0 -17
- package/src/style/index.ts +0 -2
- package/src/utils/datePickerValueFormat.ts +0 -6
- package/src/utils/index.ts +0 -2
- package/src/vro-el-checkbox-group/README.md +0 -83
- package/src/vro-el-checkbox-group/index.ts +0 -16
- package/src/vro-el-checkbox-group/style/css.ts +0 -2
- package/src/vro-el-checkbox-group/style/deps.ts +0 -2
- package/src/vro-el-checkbox-group/style/index.scss +0 -1
- package/src/vro-el-checkbox-group/style/index.ts +0 -2
- package/src/vro-el-checkbox-group/types.ts +0 -18
- package/src/vro-el-checkbox-group/vro-el-checkbox-group.vue +0 -33
- package/src/vro-el-config-provider/README.md +0 -65
- package/src/vro-el-config-provider/index.ts +0 -16
- package/src/vro-el-config-provider/style/css.ts +0 -2
- package/src/vro-el-config-provider/style/index.ts +0 -2
- package/src/vro-el-config-provider/types.ts +0 -18
- package/src/vro-el-config-provider/vro-el-config-provider.vue +0 -19
- package/src/vro-el-file-upload/README.md +0 -89
- package/src/vro-el-file-upload/index.ts +0 -17
- package/src/vro-el-file-upload/style/css.ts +0 -2
- package/src/vro-el-file-upload/style/deps.ts +0 -2
- package/src/vro-el-file-upload/style/index.scss +0 -30
- package/src/vro-el-file-upload/style/index.ts +0 -2
- package/src/vro-el-file-upload/types.ts +0 -50
- package/src/vro-el-file-upload/utils.ts +0 -7
- package/src/vro-el-file-upload/vro-el-file-upload.vue +0 -95
- package/src/vro-el-icon/README.md +0 -68
- package/src/vro-el-icon/index.ts +0 -16
- package/src/vro-el-icon/style/css.ts +0 -2
- package/src/vro-el-icon/style/deps.ts +0 -1
- package/src/vro-el-icon/style/index.scss +0 -1
- package/src/vro-el-icon/style/index.ts +0 -2
- package/src/vro-el-icon/types.ts +0 -12
- package/src/vro-el-icon/vro-el-icon.vue +0 -28
- package/src/vro-el-image-upload/README.md +0 -99
- package/src/vro-el-image-upload/index.ts +0 -17
- package/src/vro-el-image-upload/style/css.ts +0 -2
- package/src/vro-el-image-upload/style/deps.ts +0 -4
- package/src/vro-el-image-upload/style/index.scss +0 -55
- package/src/vro-el-image-upload/style/index.ts +0 -2
- package/src/vro-el-image-upload/types.ts +0 -42
- package/src/vro-el-image-upload/utils.ts +0 -7
- package/src/vro-el-image-upload/vro-el-image-upload.vue +0 -134
- package/src/vro-el-radio-group/README.md +0 -83
- package/src/vro-el-radio-group/index.ts +0 -16
- package/src/vro-el-radio-group/style/css.ts +0 -2
- package/src/vro-el-radio-group/style/deps.ts +0 -2
- package/src/vro-el-radio-group/style/index.scss +0 -1
- package/src/vro-el-radio-group/style/index.ts +0 -2
- package/src/vro-el-radio-group/types.ts +0 -29
- package/src/vro-el-radio-group/vro-el-radio-group.vue +0 -34
- package/src/vro-el-schema-filter/README.md +0 -146
- package/src/vro-el-schema-filter/index.ts +0 -16
- package/src/vro-el-schema-filter/style/css.ts +0 -3
- package/src/vro-el-schema-filter/style/deps.ts +0 -4
- package/src/vro-el-schema-filter/style/index.scss +0 -20
- package/src/vro-el-schema-filter/style/index.ts +0 -2
- package/src/vro-el-schema-filter/types.ts +0 -31
- package/src/vro-el-schema-filter/vro-el-schema-filter.vue +0 -64
- package/src/vro-el-schema-form/README.md +0 -207
- package/src/vro-el-schema-form/defineVroElSchemaFormCreateField.ts +0 -12
- package/src/vro-el-schema-form/defineVroElSchemaFormFieldTrigger.ts +0 -9
- package/src/vro-el-schema-form/index.ts +0 -20
- package/src/vro-el-schema-form/style/css.ts +0 -9
- package/src/vro-el-schema-form/style/deps.ts +0 -20
- package/src/vro-el-schema-form/style/index.scss +0 -4
- package/src/vro-el-schema-form/style/index.ts +0 -2
- package/src/vro-el-schema-form/types.ts +0 -171
- package/src/vro-el-schema-form/useVroElSchemaForm.ts +0 -48
- package/src/vro-el-schema-form/vro-el-schema-form.vue +0 -177
- package/src/vro-el-schema-form/vroElSchemaFormFieldManager.ts +0 -59
- package/src/vro-el-schema-form-dialog/README.md +0 -173
- package/src/vro-el-schema-form-dialog/function-call.ts +0 -20
- package/src/vro-el-schema-form-dialog/index.ts +0 -22
- package/src/vro-el-schema-form-dialog/injection.ts +0 -10
- package/src/vro-el-schema-form-dialog/style/css.ts +0 -4
- package/src/vro-el-schema-form-dialog/style/deps.ts +0 -4
- package/src/vro-el-schema-form-dialog/style/index.scss +0 -4
- package/src/vro-el-schema-form-dialog/style/index.ts +0 -2
- package/src/vro-el-schema-form-dialog/types.ts +0 -73
- package/src/vro-el-schema-form-dialog/useVroElSchemaFormDialog.ts +0 -52
- package/src/vro-el-schema-form-dialog/vro-el-schema-form-dialog.vue +0 -142
- package/src/vro-el-select/README.md +0 -83
- package/src/vro-el-select/index.ts +0 -16
- package/src/vro-el-select/style/css.ts +0 -2
- package/src/vro-el-select/style/deps.ts +0 -2
- package/src/vro-el-select/style/index.scss +0 -1
- package/src/vro-el-select/style/index.ts +0 -2
- package/src/vro-el-select/types.ts +0 -18
- package/src/vro-el-select/vro-el-select.vue +0 -33
- package/src/vro-el-skeleton/README.md +0 -128
- package/src/vro-el-skeleton/index.ts +0 -16
- package/src/vro-el-skeleton/style/css.ts +0 -3
- package/src/vro-el-skeleton/style/deps.ts +0 -3
- package/src/vro-el-skeleton/style/index.scss +0 -24
- package/src/vro-el-skeleton/style/index.ts +0 -2
- package/src/vro-el-skeleton/vro-el-skeleton.vue +0 -73
- package/src/vro-el-tags/README.md +0 -73
- package/src/vro-el-tags/index.ts +0 -16
- package/src/vro-el-tags/style/css.ts +0 -2
- package/src/vro-el-tags/style/deps.ts +0 -3
- package/src/vro-el-tags/style/index.scss +0 -1
- package/src/vro-el-tags/style/index.ts +0 -2
- package/src/vro-el-tags/types.ts +0 -21
- package/src/vro-el-tags/vro-el-tags.vue +0 -69
- package/src/vro-el-tree/README.md +0 -85
- package/src/vro-el-tree/index.ts +0 -16
- package/src/vro-el-tree/style/css.ts +0 -2
- package/src/vro-el-tree/style/deps.ts +0 -1
- package/src/vro-el-tree/style/index.scss +0 -3
- package/src/vro-el-tree/style/index.ts +0 -2
- package/src/vro-el-tree/types.ts +0 -38
- package/src/vro-el-tree/vro-el-tree.vue +0 -78
- package/src/vro-el-with-config/README.md +0 -75
- package/src/vro-el-with-config/index.ts +0 -16
- package/src/vro-el-with-config/style/css.ts +0 -3
- package/src/vro-el-with-config/style/deps.ts +0 -2
- package/src/vro-el-with-config/style/index.ts +0 -2
- package/src/vro-el-with-config/types.ts +0 -18
- package/src/vro-el-with-config/vro-el-with-config.vue +0 -48
- /package/{src/vro-el-config-provider/style/deps.ts → dist/style/base.css} +0 -0
- /package/{src/vro-el-config-provider/style/index.scss → dist/style/css.d.ts} +0 -0
- /package/{src/vro-el-with-config/style/index.scss → dist/style/deps.d.ts} +0 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from './locale';
|
|
2
|
+
export * from './utils';
|
|
3
|
+
export * from './vro-el-checkbox-group';
|
|
4
|
+
export * from './vro-el-config-provider';
|
|
5
|
+
export * from './vro-el-file-upload';
|
|
6
|
+
export * from './vro-el-icon';
|
|
7
|
+
export * from './vro-el-image';
|
|
8
|
+
export * from './vro-el-image-upload';
|
|
9
|
+
export * from './vro-el-radio-group';
|
|
10
|
+
export * from './vro-el-schema-filter';
|
|
11
|
+
export * from './vro-el-schema-form';
|
|
12
|
+
export * from './vro-el-schema-form-dialog';
|
|
13
|
+
export * from './vro-el-select';
|
|
14
|
+
export * from './vro-el-skeleton';
|
|
15
|
+
export * from './vro-el-tags';
|
|
16
|
+
export * from './vro-el-tree';
|
|
17
|
+
export * from './vro-el-with-config';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { default as e } from "./locale/lang/zh-cn.js";
|
|
2
|
+
import { localeContextKey as p, useLocale as l } from "./locale/useLocale.js";
|
|
3
|
+
import { datePickerValueFormat as a } from "./utils/datePickerValueFormat.js";
|
|
4
|
+
import { parseType as x } from "@vrojs/base";
|
|
5
|
+
import { VroElCheckboxGroup as i } from "./vro-el-checkbox-group/index.js";
|
|
6
|
+
import { VroElConfigProvider as V } from "./vro-el-config-provider/index.js";
|
|
7
|
+
import { VroElFileUpload as c } from "./vro-el-file-upload/index.js";
|
|
8
|
+
import { VroElIcon as F } from "./vro-el-icon/index.js";
|
|
9
|
+
import { VroElImage as d } from "./vro-el-image/index.js";
|
|
10
|
+
import { VroElImageUpload as P } from "./vro-el-image-upload/index.js";
|
|
11
|
+
import { VroElRadioGroup as I } from "./vro-el-radio-group/index.js";
|
|
12
|
+
import { VroElSchemaFilter as C } from "./vro-el-schema-filter/index.js";
|
|
13
|
+
import { VroElSchemaForm as D } from "./vro-el-schema-form/index.js";
|
|
14
|
+
import { VroElSchemaFormDialog as T } from "./vro-el-schema-form-dialog/index.js";
|
|
15
|
+
import { VroElSelect as G } from "./vro-el-select/index.js";
|
|
16
|
+
import { VroElSkeleton as b } from "./vro-el-skeleton/index.js";
|
|
17
|
+
import { VroElTags as R } from "./vro-el-tags/index.js";
|
|
18
|
+
import { VroElTree as j } from "./vro-el-tree/index.js";
|
|
19
|
+
import { VroElWithConfig as z } from "./vro-el-with-config/index.js";
|
|
20
|
+
import { vroElCheckboxGroupProps as M } from "./vro-el-checkbox-group/types.js";
|
|
21
|
+
import { vroElConfigProviderProps as q } from "./vro-el-config-provider/types.js";
|
|
22
|
+
import { vroElFileUploadProps as B } from "./vro-el-file-upload/types.js";
|
|
23
|
+
import { getVroElFileUploadOptions as J, setVroElFileUploadOptions as Q } from "./vro-el-file-upload/utils.js";
|
|
24
|
+
import { vroElIconProps as Y } from "./vro-el-icon/types.js";
|
|
25
|
+
import { vroElImageProps as _ } from "./vro-el-image/types.js";
|
|
26
|
+
import { getVroElImageOptions as oo, setVroElImageOptions as ro } from "./vro-el-image/utils.js";
|
|
27
|
+
import { vroElImageUploadProps as mo } from "./vro-el-image-upload/types.js";
|
|
28
|
+
import { getVroElImageUploadOptions as lo, setVroElImageUploadOptions as to } from "./vro-el-image-upload/utils.js";
|
|
29
|
+
import { vroElRadioGroupProps as fo } from "./vro-el-radio-group/types.js";
|
|
30
|
+
import { vroElSchemaFilterProps as Eo } from "./vro-el-schema-filter/types.js";
|
|
31
|
+
import { defineVroElSchemaFormCreateField as so } from "./vro-el-schema-form/defineVroElSchemaFormCreateField.js";
|
|
32
|
+
import { defineVroElSchemaFormFieldTrigger as go } from "./vro-el-schema-form/defineVroElSchemaFormFieldTrigger.js";
|
|
33
|
+
import { vroElSchemaFormProps as no } from "./vro-el-schema-form/types.js";
|
|
34
|
+
import { useVroElSchemaForm as ho } from "./vro-el-schema-form/useVroElSchemaForm.js";
|
|
35
|
+
import { vroElSchemaFormFieldManager as Po } from "./vro-el-schema-form/vroElSchemaFormFieldManager.js";
|
|
36
|
+
import { showVroElSchemaFormDialog as Io } from "./vro-el-schema-form-dialog/function-call.js";
|
|
37
|
+
import { useVroElSchemaFormDialogInstance as Co, vroElSchemaFormDialogInjectionKey as Uo } from "./vro-el-schema-form-dialog/injection.js";
|
|
38
|
+
import { vroElSchemaFormDialogProps as Oo } from "./vro-el-schema-form-dialog/types.js";
|
|
39
|
+
import { useVroElSchemaFormDialog as ko } from "./vro-el-schema-form-dialog/useVroElSchemaFormDialog.js";
|
|
40
|
+
import { vroElSelectProps as yo } from "./vro-el-select/types.js";
|
|
41
|
+
import { vroElSkeletonProps as Ko } from "./vro-el-skeleton/types.js";
|
|
42
|
+
import { vroElTagsProps as Wo } from "./vro-el-tags/types.js";
|
|
43
|
+
import { vroElTreeProps as wo } from "./vro-el-tree/types.js";
|
|
44
|
+
import { vroElWithConfigProps as Lo } from "./vro-el-with-config/types.js";
|
|
45
|
+
export {
|
|
46
|
+
i as VroElCheckboxGroup,
|
|
47
|
+
V as VroElConfigProvider,
|
|
48
|
+
c as VroElFileUpload,
|
|
49
|
+
F as VroElIcon,
|
|
50
|
+
d as VroElImage,
|
|
51
|
+
P as VroElImageUpload,
|
|
52
|
+
I as VroElRadioGroup,
|
|
53
|
+
C as VroElSchemaFilter,
|
|
54
|
+
D as VroElSchemaForm,
|
|
55
|
+
T as VroElSchemaFormDialog,
|
|
56
|
+
G as VroElSelect,
|
|
57
|
+
b as VroElSkeleton,
|
|
58
|
+
R as VroElTags,
|
|
59
|
+
j as VroElTree,
|
|
60
|
+
z as VroElWithConfig,
|
|
61
|
+
a as datePickerValueFormat,
|
|
62
|
+
so as defineVroElSchemaFormCreateField,
|
|
63
|
+
go as defineVroElSchemaFormFieldTrigger,
|
|
64
|
+
J as getVroElFileUploadOptions,
|
|
65
|
+
oo as getVroElImageOptions,
|
|
66
|
+
lo as getVroElImageUploadOptions,
|
|
67
|
+
p as localeContextKey,
|
|
68
|
+
x as parseType,
|
|
69
|
+
Q as setVroElFileUploadOptions,
|
|
70
|
+
ro as setVroElImageOptions,
|
|
71
|
+
to as setVroElImageUploadOptions,
|
|
72
|
+
Io as showVroElSchemaFormDialog,
|
|
73
|
+
l as useLocale,
|
|
74
|
+
ho as useVroElSchemaForm,
|
|
75
|
+
ko as useVroElSchemaFormDialog,
|
|
76
|
+
Co as useVroElSchemaFormDialogInstance,
|
|
77
|
+
M as vroElCheckboxGroupProps,
|
|
78
|
+
q as vroElConfigProviderProps,
|
|
79
|
+
B as vroElFileUploadProps,
|
|
80
|
+
Y as vroElIconProps,
|
|
81
|
+
_ as vroElImageProps,
|
|
82
|
+
mo as vroElImageUploadProps,
|
|
83
|
+
fo as vroElRadioGroupProps,
|
|
84
|
+
Eo as vroElSchemaFilterProps,
|
|
85
|
+
Uo as vroElSchemaFormDialogInjectionKey,
|
|
86
|
+
Oo as vroElSchemaFormDialogProps,
|
|
87
|
+
Po as vroElSchemaFormFieldManager,
|
|
88
|
+
no as vroElSchemaFormProps,
|
|
89
|
+
yo as vroElSelectProps,
|
|
90
|
+
Ko as vroElSkeletonProps,
|
|
91
|
+
Wo as vroElTagsProps,
|
|
92
|
+
wo as vroElTreeProps,
|
|
93
|
+
Lo as vroElWithConfigProps,
|
|
94
|
+
e as zhCN
|
|
95
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
name: string;
|
|
3
|
+
el: {
|
|
4
|
+
table: {
|
|
5
|
+
refresh: string;
|
|
6
|
+
description: string;
|
|
7
|
+
};
|
|
8
|
+
skeleton: {
|
|
9
|
+
loadingDescription: string;
|
|
10
|
+
emptyDescription: string;
|
|
11
|
+
emptyBtnText: string;
|
|
12
|
+
errorTitle: string;
|
|
13
|
+
errorBtnText: string;
|
|
14
|
+
};
|
|
15
|
+
fileUpload: {
|
|
16
|
+
btnText: string;
|
|
17
|
+
};
|
|
18
|
+
imageUpload: {
|
|
19
|
+
compressText: string;
|
|
20
|
+
};
|
|
21
|
+
tags: {
|
|
22
|
+
addText: string;
|
|
23
|
+
};
|
|
24
|
+
schemaForm: {
|
|
25
|
+
ElInput: {
|
|
26
|
+
placeholder: string;
|
|
27
|
+
};
|
|
28
|
+
ElSelect: {
|
|
29
|
+
placeholder: string;
|
|
30
|
+
};
|
|
31
|
+
ElDatePicker: {
|
|
32
|
+
placeholder: string;
|
|
33
|
+
startPlaceholder: string;
|
|
34
|
+
endPlaceholder: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
schemaFilter: {
|
|
38
|
+
searchText: string;
|
|
39
|
+
resetText: string;
|
|
40
|
+
};
|
|
41
|
+
schemaFormDialog: {
|
|
42
|
+
cancelText: string;
|
|
43
|
+
confirmText: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
name: "zh-cn",
|
|
3
|
+
el: {
|
|
4
|
+
table: {
|
|
5
|
+
refresh: "刷新",
|
|
6
|
+
description: "当前颜色 {color},按 Enter 键选择新颜色"
|
|
7
|
+
},
|
|
8
|
+
skeleton: {
|
|
9
|
+
loadingDescription: "正在加载数据...",
|
|
10
|
+
emptyDescription: "暂无数据",
|
|
11
|
+
emptyBtnText: "刷新",
|
|
12
|
+
errorTitle: "哦嗬!出错了哦~",
|
|
13
|
+
errorBtnText: "刷新"
|
|
14
|
+
},
|
|
15
|
+
fileUpload: {
|
|
16
|
+
btnText: "上传"
|
|
17
|
+
},
|
|
18
|
+
imageUpload: {
|
|
19
|
+
compressText: "是否压缩"
|
|
20
|
+
},
|
|
21
|
+
tags: {
|
|
22
|
+
addText: "新增"
|
|
23
|
+
},
|
|
24
|
+
schemaForm: {
|
|
25
|
+
ElInput: {
|
|
26
|
+
placeholder: "请填写"
|
|
27
|
+
},
|
|
28
|
+
ElSelect: {
|
|
29
|
+
placeholder: "请选择"
|
|
30
|
+
},
|
|
31
|
+
ElDatePicker: {
|
|
32
|
+
placeholder: "请选择",
|
|
33
|
+
startPlaceholder: "请选择",
|
|
34
|
+
endPlaceholder: "请选择"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
schemaFilter: {
|
|
38
|
+
searchText: "搜索",
|
|
39
|
+
resetText: "重置"
|
|
40
|
+
},
|
|
41
|
+
schemaFormDialog: {
|
|
42
|
+
cancelText: "取消",
|
|
43
|
+
confirmText: "确认"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
export {
|
|
48
|
+
e as default
|
|
49
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { InjectionKey, Ref } from 'vue';
|
|
2
|
+
import { Locale } from './types';
|
|
3
|
+
export declare const localeContextKey: InjectionKey<Ref<Locale | undefined>>;
|
|
4
|
+
export declare function useLocale(): {
|
|
5
|
+
locale: import('vue').ComputedRef<Locale | {
|
|
6
|
+
name: string;
|
|
7
|
+
el: {
|
|
8
|
+
table: {
|
|
9
|
+
refresh: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
skeleton: {
|
|
13
|
+
loadingDescription: string;
|
|
14
|
+
emptyDescription: string;
|
|
15
|
+
emptyBtnText: string;
|
|
16
|
+
errorTitle: string;
|
|
17
|
+
errorBtnText: string;
|
|
18
|
+
};
|
|
19
|
+
fileUpload: {
|
|
20
|
+
btnText: string;
|
|
21
|
+
};
|
|
22
|
+
imageUpload: {
|
|
23
|
+
compressText: string;
|
|
24
|
+
};
|
|
25
|
+
tags: {
|
|
26
|
+
addText: string;
|
|
27
|
+
};
|
|
28
|
+
schemaForm: {
|
|
29
|
+
ElInput: {
|
|
30
|
+
placeholder: string;
|
|
31
|
+
};
|
|
32
|
+
ElSelect: {
|
|
33
|
+
placeholder: string;
|
|
34
|
+
};
|
|
35
|
+
ElDatePicker: {
|
|
36
|
+
placeholder: string;
|
|
37
|
+
startPlaceholder: string;
|
|
38
|
+
endPlaceholder: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
schemaFilter: {
|
|
42
|
+
searchText: string;
|
|
43
|
+
resetText: string;
|
|
44
|
+
};
|
|
45
|
+
schemaFormDialog: {
|
|
46
|
+
cancelText: string;
|
|
47
|
+
confirmText: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}>;
|
|
51
|
+
lang: import('vue').ComputedRef<string>;
|
|
52
|
+
t: (path: string, option?: Record<string, string | number>) => string;
|
|
53
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { inject as a, computed as u } from "vue";
|
|
2
|
+
import i from "./lang/zh-cn.js";
|
|
3
|
+
const f = Symbol("localeContextKey");
|
|
4
|
+
function y() {
|
|
5
|
+
const r = a(f, void 0), t = u(() => r?.value ?? i), e = (o, c) => {
|
|
6
|
+
const n = m(t.value.el, o);
|
|
7
|
+
return typeof n != "string" ? o : c ? n.replace(/\{(\w+)\}/g, (p, l) => `${c[l] ?? `{${l}}`}`) : n;
|
|
8
|
+
};
|
|
9
|
+
return {
|
|
10
|
+
locale: t,
|
|
11
|
+
lang: u(() => t.value.name),
|
|
12
|
+
t: e
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
function m(r, t) {
|
|
16
|
+
return t.split(".").reduce((e, o) => {
|
|
17
|
+
if (e && typeof e == "object" && !Array.isArray(e))
|
|
18
|
+
return e[o];
|
|
19
|
+
}, r);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
f as localeContextKey,
|
|
23
|
+
y as useLocale
|
|
24
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import "element-plus/es/components/checkbox-group/style/css";
|
|
2
|
+
import "element-plus/es/components/checkbox/style/css";
|
|
3
|
+
import "element-plus/es/components/button/style/css";
|
|
4
|
+
import "element-plus/es/components/icon/style/css";
|
|
5
|
+
import "element-plus/es/components/image/style/css";
|
|
6
|
+
import "element-plus/es/components/loading/style/css";
|
|
7
|
+
import "element-plus/es/components/radio-group/style/css";
|
|
8
|
+
import "element-plus/es/components/radio/style/css";
|
|
9
|
+
import "element-plus/es/components/option/style/css";
|
|
10
|
+
import "element-plus/es/components/select/style/css";
|
|
11
|
+
import "element-plus/es/components/input/style/css";
|
|
12
|
+
import "element-plus/es/components/tag/style/css";
|
|
13
|
+
import "element-plus/es/components/tree/style/css";
|
|
14
|
+
import "element-plus/es/components/cascader/style/css";
|
|
15
|
+
import "element-plus/es/components/col/style/css";
|
|
16
|
+
import "element-plus/es/components/date-picker/style/css";
|
|
17
|
+
import "element-plus/es/components/divider/style/css";
|
|
18
|
+
import "element-plus/es/components/form-item/style/css";
|
|
19
|
+
import "element-plus/es/components/form/style/css";
|
|
20
|
+
import "element-plus/es/components/input-number/style/css";
|
|
21
|
+
import "element-plus/es/components/row/style/css";
|
|
22
|
+
import "element-plus/es/components/tree-select/style/css";
|
|
23
|
+
import "element-plus/es/components/config-provider/style/css";
|
|
24
|
+
import "element-plus/es/components/dialog/style/css";
|
|
25
|
+
import "element-plus/es/components/empty/style/css";
|
|
26
|
+
import "element-plus/es/components/result/style/css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.vro-el-file-upload-btn{position:relative}.vro-el-file-upload-btn input{position:absolute;width:100%;height:100%;top:0;left:0;cursor:pointer;opacity:0}.vro-el-file-upload-item{position:relative;box-sizing:border-box;display:flex;align-items:center;margin-top:4px}.vro-el-file-upload-item a{text-decoration:underline;color:#007bee;margin-right:10px}.vro-el-file-upload-item i{cursor:pointer;margin-right:10px;color:#e00;background-color:#f2f2f2}.vro-el-image-upload-content{display:flex;flex-wrap:wrap;margin-top:-10px}.vro-el-image-upload-item{cursor:pointer;position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-right:10px;font-size:24px;border-radius:4px;width:100px;height:100px;border:1px #ccc dashed}.vro-el-image-upload-item .vro-el-image-upload-image,.vro-el-image-upload-item img{position:absolute;width:100%;height:100%;top:0;left:0;object-position:center;object-fit:cover;border-radius:4px;transform:translateZ(0);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAlQTFRFyMjI////1tbWF77ztQAAABZJREFUeJxjYGAIDWUggggNbWAgggAA918Ooanz2WEAAAAASUVORK5CYII=) center!important;background-size:j(8)!important}.vro-el-image-upload-item input{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;opacity:0}.vro-el-image-upload-clear{position:absolute;color:#fff;border-radius:50%;cursor:pointer;font-size:20px;right:-6px;top:-6px;background:red}.vro-el-schema-filter{display:block;box-sizing:border-box;overflow:hidden;padding:0 16px 16px;background-color:var(--el-bg-color)}.vro-el-schema-filter .el-form-item__label{display:flex;align-items:center;text-align:right;line-height:1.1;margin-bottom:0}.vro-el-schema-filter .el-form-item{margin-bottom:0}.vro-el-schema-filter .el-col{margin-top:16px}.vro-el-schema-form{display:block;width:100%}.vro-el-schema-form-dialog{--el-dialog-width: 520px;width:var(--el-dialog-width)}.vro-el-skeleton{width:100%}.vro-el-skeleton__state{display:flex;align-items:center;justify-content:center;width:100%;min-height:inherit}.vro-el-skeleton__loading{flex-direction:column;color:var(--el-text-color-secondary)}.vro-el-skeleton__description{margin:16px 0 0;color:var(--el-text-color-secondary);font-size:var(--el-font-size-base);line-height:1.5;text-align:center}.vro-el-tree{-webkit-user-select:none;user-select:none}
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import './base.css';
|
|
2
|
+
import './index.css';
|
|
3
|
+
import "element-plus/es/components/checkbox-group/style/css";
|
|
4
|
+
import "element-plus/es/components/checkbox/style/css";
|
|
5
|
+
import "element-plus/es/components/button/style/css";
|
|
6
|
+
import "element-plus/es/components/icon/style/css";
|
|
7
|
+
import "element-plus/es/components/image/style/css";
|
|
8
|
+
import "element-plus/es/components/loading/style/css";
|
|
9
|
+
import "element-plus/es/components/radio-group/style/css";
|
|
10
|
+
import "element-plus/es/components/radio/style/css";
|
|
11
|
+
import "element-plus/es/components/option/style/css";
|
|
12
|
+
import "element-plus/es/components/select/style/css";
|
|
13
|
+
import "element-plus/es/components/input/style/css";
|
|
14
|
+
import "element-plus/es/components/tag/style/css";
|
|
15
|
+
import "element-plus/es/components/tree/style/css";
|
|
16
|
+
import "element-plus/es/components/cascader/style/css";
|
|
17
|
+
import "element-plus/es/components/col/style/css";
|
|
18
|
+
import "element-plus/es/components/date-picker/style/css";
|
|
19
|
+
import "element-plus/es/components/divider/style/css";
|
|
20
|
+
import "element-plus/es/components/form-item/style/css";
|
|
21
|
+
import "element-plus/es/components/form/style/css";
|
|
22
|
+
import "element-plus/es/components/input-number/style/css";
|
|
23
|
+
import "element-plus/es/components/row/style/css";
|
|
24
|
+
import "element-plus/es/components/tree-select/style/css";
|
|
25
|
+
import "element-plus/es/components/config-provider/style/css";
|
|
26
|
+
import "element-plus/es/components/dialog/style/css";
|
|
27
|
+
import "element-plus/es/components/empty/style/css";
|
|
28
|
+
import "element-plus/es/components/result/style/css";
|
|
29
|
+
/* empty css */
|
|
30
|
+
/* empty css */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const datePickerValueFormat: Record<string, string>;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
export * from './types';
|
|
2
|
+
export declare const VroElCheckboxGroup: import('@vrojs/base').WithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
options: import('vue').PropType<any[]>;
|
|
4
|
+
labelKey: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
valueKey: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
ariaLabel: StringConstructor;
|
|
13
|
+
modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType) | (((new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType)) | null)[], unknown, unknown, () => never[], boolean>;
|
|
14
|
+
disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
15
|
+
min: NumberConstructor;
|
|
16
|
+
max: NumberConstructor;
|
|
17
|
+
size: {
|
|
18
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
19
|
+
readonly required: false;
|
|
20
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
|
+
__epPropKey: true;
|
|
22
|
+
};
|
|
23
|
+
fill: StringConstructor;
|
|
24
|
+
textColor: StringConstructor;
|
|
25
|
+
tag: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
26
|
+
validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
27
|
+
props: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => {
|
|
28
|
+
value?: string;
|
|
29
|
+
label?: string;
|
|
30
|
+
disabled?: string;
|
|
31
|
+
}) | (() => {
|
|
32
|
+
value?: string;
|
|
33
|
+
label?: string;
|
|
34
|
+
disabled?: string;
|
|
35
|
+
}) | (((new (...args: any[]) => {
|
|
36
|
+
value?: string;
|
|
37
|
+
label?: string;
|
|
38
|
+
disabled?: string;
|
|
39
|
+
}) | (() => {
|
|
40
|
+
value?: string;
|
|
41
|
+
label?: string;
|
|
42
|
+
disabled?: string;
|
|
43
|
+
})) | null)[], unknown, unknown, () => Required<{
|
|
44
|
+
value?: string;
|
|
45
|
+
label?: string;
|
|
46
|
+
disabled?: string;
|
|
47
|
+
}>, boolean>;
|
|
48
|
+
type: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
49
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
50
|
+
change: (...args: any[]) => void;
|
|
51
|
+
"update:modelValue": (...args: any[]) => void;
|
|
52
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
+
options: import('vue').PropType<any[]>;
|
|
54
|
+
labelKey: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
valueKey: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
ariaLabel: StringConstructor;
|
|
63
|
+
modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType) | (((new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType)) | null)[], unknown, unknown, () => never[], boolean>;
|
|
64
|
+
disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
65
|
+
min: NumberConstructor;
|
|
66
|
+
max: NumberConstructor;
|
|
67
|
+
size: {
|
|
68
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
69
|
+
readonly required: false;
|
|
70
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
|
+
__epPropKey: true;
|
|
72
|
+
};
|
|
73
|
+
fill: StringConstructor;
|
|
74
|
+
textColor: StringConstructor;
|
|
75
|
+
tag: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
76
|
+
validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
77
|
+
props: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => {
|
|
78
|
+
value?: string;
|
|
79
|
+
label?: string;
|
|
80
|
+
disabled?: string;
|
|
81
|
+
}) | (() => {
|
|
82
|
+
value?: string;
|
|
83
|
+
label?: string;
|
|
84
|
+
disabled?: string;
|
|
85
|
+
}) | (((new (...args: any[]) => {
|
|
86
|
+
value?: string;
|
|
87
|
+
label?: string;
|
|
88
|
+
disabled?: string;
|
|
89
|
+
}) | (() => {
|
|
90
|
+
value?: string;
|
|
91
|
+
label?: string;
|
|
92
|
+
disabled?: string;
|
|
93
|
+
})) | null)[], unknown, unknown, () => Required<{
|
|
94
|
+
value?: string;
|
|
95
|
+
label?: string;
|
|
96
|
+
disabled?: string;
|
|
97
|
+
}>, boolean>;
|
|
98
|
+
type: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
99
|
+
}>> & Readonly<{
|
|
100
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
102
|
+
}>, {
|
|
103
|
+
type: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
104
|
+
props: {
|
|
105
|
+
value?: string;
|
|
106
|
+
label?: string;
|
|
107
|
+
disabled?: string;
|
|
108
|
+
};
|
|
109
|
+
disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
110
|
+
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
111
|
+
labelKey: string;
|
|
112
|
+
valueKey: string;
|
|
113
|
+
tag: string;
|
|
114
|
+
validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
115
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
116
|
+
export default VroElCheckboxGroup;
|
|
117
|
+
export type VroElCheckboxGroupInstance = InstanceType<typeof VroElCheckboxGroup>;
|
|
118
|
+
declare module 'vue' {
|
|
119
|
+
interface GlobalComponents {
|
|
120
|
+
VroElCheckboxGroup: typeof VroElCheckboxGroup;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { withInstall as o } from "@vrojs/base";
|
|
2
|
+
import r from "./vro-el-checkbox-group.vue.js";
|
|
3
|
+
import { vroElCheckboxGroupProps as l } from "./types.js";
|
|
4
|
+
const m = o(r);
|
|
5
|
+
export {
|
|
6
|
+
m as VroElCheckboxGroup,
|
|
7
|
+
m as default,
|
|
8
|
+
l as vroElCheckboxGroupProps
|
|
9
|
+
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
export declare const vroElCheckboxGroupProps: {
|
|
3
|
+
options: PropType<any[]>;
|
|
4
|
+
labelKey: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
valueKey: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
ariaLabel: StringConstructor;
|
|
13
|
+
modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType) | (((new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType)) | null)[], unknown, unknown, () => never[], boolean>;
|
|
14
|
+
disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
15
|
+
min: NumberConstructor;
|
|
16
|
+
max: NumberConstructor;
|
|
17
|
+
size: {
|
|
18
|
+
readonly type: PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
19
|
+
readonly required: false;
|
|
20
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
|
+
__epPropKey: true;
|
|
22
|
+
};
|
|
23
|
+
fill: StringConstructor;
|
|
24
|
+
textColor: StringConstructor;
|
|
25
|
+
tag: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
26
|
+
validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
27
|
+
props: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => {
|
|
28
|
+
value?: string;
|
|
29
|
+
label?: string;
|
|
30
|
+
disabled?: string;
|
|
31
|
+
}) | (() => {
|
|
32
|
+
value?: string;
|
|
33
|
+
label?: string;
|
|
34
|
+
disabled?: string;
|
|
35
|
+
}) | (((new (...args: any[]) => {
|
|
36
|
+
value?: string;
|
|
37
|
+
label?: string;
|
|
38
|
+
disabled?: string;
|
|
39
|
+
}) | (() => {
|
|
40
|
+
value?: string;
|
|
41
|
+
label?: string;
|
|
42
|
+
disabled?: string;
|
|
43
|
+
})) | null)[], unknown, unknown, () => Required<{
|
|
44
|
+
value?: string;
|
|
45
|
+
label?: string;
|
|
46
|
+
disabled?: string;
|
|
47
|
+
}>, boolean>;
|
|
48
|
+
type: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
49
|
+
};
|
|
50
|
+
export type VroElCheckboxGroupProps = ExtractPropTypes<typeof vroElCheckboxGroupProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { checkboxGroupProps as e } from "element-plus";
|
|
2
|
+
const r = {
|
|
3
|
+
...e,
|
|
4
|
+
options: Array,
|
|
5
|
+
labelKey: {
|
|
6
|
+
type: String,
|
|
7
|
+
default: "label"
|
|
8
|
+
},
|
|
9
|
+
valueKey: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: "value"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
r as vroElCheckboxGroupProps
|
|
16
|
+
};
|