@dazhicheng/ui 1.0.5 → 1.0.7
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.js +46574 -28077
- package/dist/packages/ui/src/components/tt-button/index.d.ts +266 -266
- package/dist/packages/ui/src/components/tt-button/index.vue.d.ts +152 -152
- package/dist/packages/ui/src/components/tt-button/index.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-checkbox/index.d.ts +3 -3
- package/dist/packages/ui/src/components/tt-checkbox/index.vue.d.ts +3 -3
- package/dist/packages/ui/src/components/tt-checkbox/index.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-checkbox/type.d.ts +1 -1
- package/dist/packages/ui/src/components/tt-checkbox/type.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-empty/index.d.ts +2 -2
- package/dist/packages/ui/src/components/tt-empty/index.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-form/index.d.ts +15 -0
- package/dist/packages/ui/src/components/tt-form/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/compare.d.ts +15 -0
- package/dist/packages/ui/src/components/tt-form/src/compare.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/components/ExpandableArrow.vue.d.ts +36 -0
- package/dist/packages/ui/src/components/tt-form/src/components/ExpandableArrow.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/components/FormActions.vue.d.ts +41 -0
- package/dist/packages/ui/src/components/tt-form/src/components/FormActions.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/components/FormFilter.vue.d.ts +23 -0
- package/dist/packages/ui/src/components/tt-form/src/components/FormFilter.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/components/Slot.d.ts +8 -0
- package/dist/packages/ui/src/components/tt-form/src/components/Slot.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/config.d.ts +10 -0
- package/dist/packages/ui/src/components/tt-form/src/config.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormControl.vue.d.ts +20 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormControl.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormDescription.vue.d.ts +24 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormDescription.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormItem.vue.d.ts +24 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormItem.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormLabel.vue.d.ts +24 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormLabel.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormMessage.vue.d.ts +17 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormMessage.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormWarnMessage.vue.d.ts +26 -0
- package/dist/packages/ui/src/components/tt-form/src/form/FormWarnMessage.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/RenderContent.vue.d.ts +24 -0
- package/dist/packages/ui/src/components/tt-form/src/form/RenderContent.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/index.d.ts +10 -0
- package/dist/packages/ui/src/components/tt-form/src/form/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/injectionKeys.d.ts +3 -0
- package/dist/packages/ui/src/components/tt-form/src/form/injectionKeys.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form/useFormField.d.ts +12 -0
- package/dist/packages/ui/src/components/tt-form/src/form/useFormField.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-api.d.ts +163 -0
- package/dist/packages/ui/src/components/tt-form/src/form-api.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/context.d.ts +54 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/context.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/dependencies.d.ts +373 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/dependencies.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/expandable.d.ts +10 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/expandable.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/form-field.vue.d.ts +33 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/form-field.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/form-label.vue.d.ts +44 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/form-label.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/form.vue.d.ts +73 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/form.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/helper.d.ts +17 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/helper.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/index.d.ts +4 -0
- package/dist/packages/ui/src/components/tt-form/src/form-render/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useEmitAsProps.d.ts +8 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useEmitAsProps.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useFormFieldBus.d.ts +14 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useFormFieldBus.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useForwardPriorityValues.d.ts +15 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useForwardPriorityValues.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useForwardProps.d.ts +8 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useForwardProps.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useForwardPropsEmits.d.ts +9 -0
- package/dist/packages/ui/src/components/tt-form/src/hooks/useForwardPropsEmits.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/index.vue.d.ts +344 -0
- package/dist/packages/ui/src/components/tt-form/src/index.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/createContext.d.ts +9 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/createContext.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/global-state.d.ts +18 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/global-state.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/store.d.ts +2 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/store.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/zod-defaults.d.ts +55 -0
- package/dist/packages/ui/src/components/tt-form/src/shared/zod-defaults.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/types/types.d.ts +503 -0
- package/dist/packages/ui/src/components/tt-form/src/types/types.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/use-form-context.d.ts +41 -0
- package/dist/packages/ui/src/components/tt-form/src/use-form-context.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form/src/use-form-v2.d.ts +19 -0
- package/dist/packages/ui/src/components/tt-form/src/use-form-v2.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form-item-error-tooltip/index.d.ts +86 -0
- package/dist/packages/ui/src/components/tt-form-item-error-tooltip/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-form-item-error-tooltip/index.vue.d.ts +53 -0
- package/dist/packages/ui/src/components/tt-form-item-error-tooltip/index.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-icon/index.d.ts +73 -39
- package/dist/packages/ui/src/components/tt-icon/index.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-icon/index.vue.d.ts +30 -39
- package/dist/packages/ui/src/components/tt-icon/index.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-modal/index.d.ts +40 -40
- package/dist/packages/ui/src/components/tt-modal/index.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-modal/src/RenderModal.vue.d.ts +25 -25
- package/dist/packages/ui/src/components/tt-modal/src/RenderModal.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-modal/src/components/ModalFooter.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-modal/src/components/ModalWrapper.vue.d.ts +2 -2
- package/dist/packages/ui/src/components/tt-modal/src/components/ModalWrapper.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-modal/src/hooks/useModalRender.d.ts +9 -10
- package/dist/packages/ui/src/components/tt-modal/src/hooks/useModalRender.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-modal/src/typing.d.ts +1 -1
- package/dist/packages/ui/src/components/tt-modal/src/typing.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-part/index.d.ts +399 -0
- package/dist/packages/ui/src/components/tt-part/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-part/index.vue.d.ts +254 -0
- package/dist/packages/ui/src/components/tt-part/index.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-part/type.d.ts +101 -0
- package/dist/packages/ui/src/components/tt-part/type.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-part-item/index.d.ts +106 -0
- package/dist/packages/ui/src/components/tt-part-item/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-part-item/index.vue.d.ts +72 -0
- package/dist/packages/ui/src/components/tt-part-item/index.vue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-part-item/type.d.ts +82 -0
- package/dist/packages/ui/src/components/tt-part-item/type.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-select/index.d.ts +1 -1
- package/dist/packages/ui/src/components/tt-select/index.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-select/src/components/SelectTable.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-select/src/components/Table.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-text/index.d.ts +3 -3
- package/dist/packages/ui/src/components/tt-text/index.vue.d.ts +1 -1
- package/dist/packages/ui/src/components/tt-text/index.vue.d.ts.map +1 -1
- package/dist/packages/ui/src/components/tt-validate/index.d.ts +2 -0
- package/dist/packages/ui/src/components/tt-validate/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/ErrorMessage.d.ts +62 -0
- package/dist/packages/ui/src/components/tt-validate/src/ErrorMessage.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/Field.d.ts +431 -0
- package/dist/packages/ui/src/components/tt-validate/src/Field.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/FieldArray.d.ts +48 -0
- package/dist/packages/ui/src/components/tt-validate/src/FieldArray.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/Form.d.ts +272 -0
- package/dist/packages/ui/src/components/tt-validate/src/Form.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/config.d.ts +15 -0
- package/dist/packages/ui/src/components/tt-validate/src/config.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/defineRule.d.ts +10 -0
- package/dist/packages/ui/src/components/tt-validate/src/defineRule.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/index.d.ts +37 -0
- package/dist/packages/ui/src/components/tt-validate/src/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/symbols.d.ts +7 -0
- package/dist/packages/ui/src/components/tt-validate/src/symbols.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/common.d.ts +12 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/common.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/forms.d.ts +281 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/forms.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/index.d.ts +4 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/paths.d.ts +143 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/paths.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/shared.d.ts +20 -0
- package/dist/packages/ui/src/components/tt-validate/src/types/shared.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useField.d.ts +31 -0
- package/dist/packages/ui/src/components/tt-validate/src/useField.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldArray.d.ts +4 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldArray.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldError.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldError.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldState.d.ts +48 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldState.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldValue.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFieldValue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useForm.d.ts +24 -0
- package/dist/packages/ui/src/components/tt-validate/src/useForm.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFormErrors.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFormErrors.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFormValues.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useFormValues.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFieldDirty.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFieldDirty.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFieldTouched.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFieldTouched.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFieldValid.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFieldValid.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFormDirty.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFormDirty.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFormTouched.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFormTouched.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFormValid.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsFormValid.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsSubmitting.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsSubmitting.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsValidating.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useIsValidating.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useResetForm.d.ts +3 -0
- package/dist/packages/ui/src/components/tt-validate/src/useResetForm.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFieldError.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFieldError.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFieldTouched.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFieldTouched.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFieldValue.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFieldValue.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFormErrors.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFormErrors.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFormTouched.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFormTouched.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFormValues.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSetFormValues.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSubmitCount.d.ts +5 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSubmitCount.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSubmitForm.d.ts +3 -0
- package/dist/packages/ui/src/components/tt-validate/src/useSubmitForm.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useValidateField.d.ts +7 -0
- package/dist/packages/ui/src/components/tt-validate/src/useValidateField.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/useValidateForm.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/useValidateForm.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/assertions.d.ts +55 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/assertions.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/common.d.ts +49 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/common.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/events.d.ts +2 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/events.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/index.d.ts +6 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/index.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/rules.d.ts +14 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/rules.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/shared.d.ts +20 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/shared.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/vnode.d.ts +23 -0
- package/dist/packages/ui/src/components/tt-validate/src/utils/vnode.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/src/validate.d.ts +22 -0
- package/dist/packages/ui/src/components/tt-validate/src/validate.d.ts.map +1 -0
- package/dist/packages/ui/src/components/tt-validate/zod/index.d.ts +2 -0
- package/dist/packages/ui/src/components/tt-validate/zod/index.d.ts.map +1 -0
- package/dist/packages/ui/src/index.d.ts +17 -2
- package/dist/packages/ui/src/index.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +7 -4
- package/dist/index.esm.d.ts +0 -6
- package/dist/index.esm.js +0 -30410
- package/dist/packages/components/__test__/TtArea.test.d.ts +0 -2
- package/dist/packages/components/__test__/TtArea.test.d.ts.map +0 -1
- package/dist/packages/components/src/TtArea/TtArea.vue.d.ts +0 -3
- package/dist/packages/components/src/TtArea/TtArea.vue.d.ts.map +0 -1
- package/dist/packages/components/src/TtArea/index.d.ts +0 -2
- package/dist/packages/components/src/TtArea/index.d.ts.map +0 -1
- package/dist/packages/components/src/index.d.ts +0 -7
- package/dist/packages/components/src/index.d.ts.map +0 -1
- package/dist/packages/hooks/src/index.d.ts +0 -6
- package/dist/packages/hooks/src/index.d.ts.map +0 -1
- package/dist/packages/hooks/src/propTypes.d.ts +0 -7
- package/dist/packages/hooks/src/propTypes.d.ts.map +0 -1
- package/dist/packages/hooks/src/tools.d.ts +0 -40
- package/dist/packages/hooks/src/tools.d.ts.map +0 -1
- package/dist/packages/hooks/src/useDesign.d.ts +0 -5
- package/dist/packages/hooks/src/useDesign.d.ts.map +0 -1
- package/dist/packages/hooks/src/useIsScroll.d.ts +0 -6
- package/dist/packages/hooks/src/useIsScroll.d.ts.map +0 -1
- package/dist/packages/hooks/src/usePriorityValue.d.ts +0 -30
- package/dist/packages/hooks/src/usePriorityValue.d.ts.map +0 -1
- package/dist/packages/ui/__test__/TtArea.test.d.ts +0 -2
- package/dist/packages/ui/__test__/TtArea.test.d.ts.map +0 -1
- package/dist/packages/ui/src/TtArea/TtArea.vue.d.ts +0 -3
- package/dist/packages/ui/src/TtArea/TtArea.vue.d.ts.map +0 -1
- package/dist/packages/ui/src/TtArea/index.d.ts +0 -2
- package/dist/packages/ui/src/TtArea/index.d.ts.map +0 -1
- package/dist/packages/ui/vite.config.d.ts +0 -3
- package/dist/packages/ui/vite.config.d.ts.map +0 -1
- package/dist/packages/utils/__test__/math.test.d.ts +0 -2
- package/dist/packages/utils/__test__/math.test.d.ts.map +0 -1
- package/dist/packages/utils/__test__/string.test.d.ts +0 -2
- package/dist/packages/utils/__test__/string.test.d.ts.map +0 -1
- package/dist/packages/utils/src/axios/error.d.ts +0 -63
- package/dist/packages/utils/src/axios/error.d.ts.map +0 -1
- package/dist/packages/utils/src/axios/index.d.ts +0 -4
- package/dist/packages/utils/src/axios/index.d.ts.map +0 -1
- package/dist/packages/utils/src/axios/loadinSvg.d.ts +0 -2
- package/dist/packages/utils/src/axios/loadinSvg.d.ts.map +0 -1
- package/dist/packages/utils/src/axios/loading.d.ts +0 -12
- package/dist/packages/utils/src/axios/loading.d.ts.map +0 -1
- package/dist/packages/utils/src/axios/status.d.ts +0 -38
- package/dist/packages/utils/src/axios/status.d.ts.map +0 -1
- package/dist/packages/utils/src/axios/type.d.ts +0 -24
- package/dist/packages/utils/src/axios/type.d.ts.map +0 -1
- package/dist/packages/utils/src/calc.d.ts +0 -58
- package/dist/packages/utils/src/calc.d.ts.map +0 -1
- package/dist/packages/utils/src/file.d.ts +0 -13
- package/dist/packages/utils/src/file.d.ts.map +0 -1
- package/dist/packages/utils/src/index.d.ts +0 -12
- package/dist/packages/utils/src/index.d.ts.map +0 -1
- package/dist/packages/utils/src/install.d.ts +0 -4
- package/dist/packages/utils/src/install.d.ts.map +0 -1
- package/dist/packages/utils/src/is.d.ts +0 -238
- package/dist/packages/utils/src/is.d.ts.map +0 -1
- package/dist/packages/utils/src/math.d.ts +0 -5
- package/dist/packages/utils/src/math.d.ts.map +0 -1
- package/dist/packages/utils/src/merge.d.ts +0 -17
- package/dist/packages/utils/src/merge.d.ts.map +0 -1
- package/dist/packages/utils/src/string.d.ts +0 -4
- package/dist/packages/utils/src/string.d.ts.map +0 -1
- package/dist/packages/utils/src/testid-helper.d.ts +0 -151
- package/dist/packages/utils/src/testid-helper.d.ts.map +0 -1
- package/dist/packages/utils/src/tool.d.ts +0 -38
- package/dist/packages/utils/src/tool.d.ts.map +0 -1
- package/dist/vitest.config.d.ts +0 -3
- package/dist/vitest.config.d.ts.map +0 -1
|
@@ -23,22 +23,22 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
23
23
|
readonly nativeType: import('element-plus').ButtonNativeType;
|
|
24
24
|
readonly tag: string | import('vue').Component;
|
|
25
25
|
readonly link?: boolean | undefined;
|
|
26
|
+
readonly circle?: boolean | undefined;
|
|
27
|
+
readonly text?: boolean | undefined;
|
|
28
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
26
29
|
readonly icon?: (string | import('vue').Component) | undefined;
|
|
27
30
|
readonly plain?: boolean | undefined;
|
|
28
31
|
readonly dark?: boolean | undefined;
|
|
29
|
-
readonly text?: boolean | undefined;
|
|
30
32
|
readonly disabled?: boolean | undefined;
|
|
31
|
-
readonly
|
|
32
|
-
readonly circle?: boolean | undefined;
|
|
33
|
+
readonly color?: string | undefined;
|
|
33
34
|
readonly loading?: boolean | undefined;
|
|
34
35
|
readonly loadingIcon?: (string | import('vue').Component) | undefined;
|
|
35
36
|
readonly bg?: boolean | undefined;
|
|
36
37
|
readonly autofocus?: boolean | undefined;
|
|
37
38
|
readonly round?: boolean | undefined;
|
|
38
|
-
readonly color?: string | undefined;
|
|
39
39
|
readonly autoInsertSpace?: boolean | undefined;
|
|
40
40
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
41
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
41
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "text" | "type" | "plain" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
|
|
42
42
|
$attrs: {
|
|
43
43
|
[x: string]: unknown;
|
|
44
44
|
};
|
|
@@ -54,13 +54,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
54
54
|
$emit: (event: "click", evt: MouseEvent) => void;
|
|
55
55
|
$el: any;
|
|
56
56
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
57
|
+
link: {
|
|
58
|
+
type: import('vue').PropType<boolean>;
|
|
59
|
+
};
|
|
60
|
+
circle: {
|
|
61
|
+
type: import('vue').PropType<boolean>;
|
|
62
|
+
};
|
|
63
|
+
text: {
|
|
64
|
+
type: import('vue').PropType<boolean>;
|
|
65
|
+
default: undefined;
|
|
66
|
+
};
|
|
67
|
+
size: {
|
|
68
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
69
|
+
};
|
|
57
70
|
type: {
|
|
58
71
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
59
72
|
default: string;
|
|
60
73
|
};
|
|
61
|
-
link: {
|
|
62
|
-
type: import('vue').PropType<boolean>;
|
|
63
|
-
};
|
|
64
74
|
icon: {
|
|
65
75
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
66
76
|
};
|
|
@@ -71,22 +81,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
71
81
|
dark: {
|
|
72
82
|
type: import('vue').PropType<boolean>;
|
|
73
83
|
};
|
|
74
|
-
text: {
|
|
75
|
-
type: import('vue').PropType<boolean>;
|
|
76
|
-
default: undefined;
|
|
77
|
-
};
|
|
78
84
|
disabled: {
|
|
79
85
|
type: import('vue').PropType<boolean>;
|
|
80
86
|
default: undefined;
|
|
81
87
|
};
|
|
82
|
-
|
|
83
|
-
type: import('vue').PropType<
|
|
84
|
-
};
|
|
85
|
-
circle: {
|
|
86
|
-
type: import('vue').PropType<boolean>;
|
|
88
|
+
color: {
|
|
89
|
+
type: import('vue').PropType<string>;
|
|
87
90
|
};
|
|
88
91
|
nativeType: {
|
|
89
|
-
type: import('vue').PropType<"
|
|
92
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
90
93
|
default: string;
|
|
91
94
|
};
|
|
92
95
|
loading: {
|
|
@@ -106,9 +109,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
106
109
|
type: import('vue').PropType<boolean>;
|
|
107
110
|
default: undefined;
|
|
108
111
|
};
|
|
109
|
-
color: {
|
|
110
|
-
type: import('vue').PropType<string>;
|
|
111
|
-
};
|
|
112
112
|
autoInsertSpace: {
|
|
113
113
|
type: import('vue').PropType<boolean>;
|
|
114
114
|
default: undefined;
|
|
@@ -168,13 +168,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
168
168
|
nativeType: import('element-plus').ButtonNativeType;
|
|
169
169
|
loadingIcon: string | import('vue').Component;
|
|
170
170
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
171
|
+
link: {
|
|
172
|
+
type: import('vue').PropType<boolean>;
|
|
173
|
+
};
|
|
174
|
+
circle: {
|
|
175
|
+
type: import('vue').PropType<boolean>;
|
|
176
|
+
};
|
|
177
|
+
text: {
|
|
178
|
+
type: import('vue').PropType<boolean>;
|
|
179
|
+
default: undefined;
|
|
180
|
+
};
|
|
181
|
+
size: {
|
|
182
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
183
|
+
};
|
|
171
184
|
type: {
|
|
172
185
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
173
186
|
default: string;
|
|
174
187
|
};
|
|
175
|
-
link: {
|
|
176
|
-
type: import('vue').PropType<boolean>;
|
|
177
|
-
};
|
|
178
188
|
icon: {
|
|
179
189
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
180
190
|
};
|
|
@@ -185,22 +195,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
185
195
|
dark: {
|
|
186
196
|
type: import('vue').PropType<boolean>;
|
|
187
197
|
};
|
|
188
|
-
text: {
|
|
189
|
-
type: import('vue').PropType<boolean>;
|
|
190
|
-
default: undefined;
|
|
191
|
-
};
|
|
192
198
|
disabled: {
|
|
193
199
|
type: import('vue').PropType<boolean>;
|
|
194
200
|
default: undefined;
|
|
195
201
|
};
|
|
196
|
-
|
|
197
|
-
type: import('vue').PropType<
|
|
198
|
-
};
|
|
199
|
-
circle: {
|
|
200
|
-
type: import('vue').PropType<boolean>;
|
|
202
|
+
color: {
|
|
203
|
+
type: import('vue').PropType<string>;
|
|
201
204
|
};
|
|
202
205
|
nativeType: {
|
|
203
|
-
type: import('vue').PropType<"
|
|
206
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
204
207
|
default: string;
|
|
205
208
|
};
|
|
206
209
|
loading: {
|
|
@@ -220,9 +223,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
220
223
|
type: import('vue').PropType<boolean>;
|
|
221
224
|
default: undefined;
|
|
222
225
|
};
|
|
223
|
-
color: {
|
|
224
|
-
type: import('vue').PropType<string>;
|
|
225
|
-
};
|
|
226
226
|
autoInsertSpace: {
|
|
227
227
|
type: import('vue').PropType<boolean>;
|
|
228
228
|
default: undefined;
|
|
@@ -233,7 +233,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
233
233
|
};
|
|
234
234
|
}>> & {
|
|
235
235
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
236
|
-
}, "
|
|
236
|
+
}, "text" | "size" | "type" | "plain" | "disabled" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
|
|
237
237
|
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
238
238
|
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
239
239
|
type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -265,22 +265,22 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
265
265
|
readonly nativeType: import('element-plus').ButtonNativeType;
|
|
266
266
|
readonly tag: string | import('vue').Component;
|
|
267
267
|
readonly link?: boolean | undefined;
|
|
268
|
+
readonly circle?: boolean | undefined;
|
|
269
|
+
readonly text?: boolean | undefined;
|
|
270
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
268
271
|
readonly icon?: (string | import('vue').Component) | undefined;
|
|
269
272
|
readonly plain?: boolean | undefined;
|
|
270
273
|
readonly dark?: boolean | undefined;
|
|
271
|
-
readonly text?: boolean | undefined;
|
|
272
274
|
readonly disabled?: boolean | undefined;
|
|
273
|
-
readonly
|
|
274
|
-
readonly circle?: boolean | undefined;
|
|
275
|
+
readonly color?: string | undefined;
|
|
275
276
|
readonly loading?: boolean | undefined;
|
|
276
277
|
readonly loadingIcon?: (string | import('vue').Component) | undefined;
|
|
277
278
|
readonly bg?: boolean | undefined;
|
|
278
279
|
readonly autofocus?: boolean | undefined;
|
|
279
280
|
readonly round?: boolean | undefined;
|
|
280
|
-
readonly color?: string | undefined;
|
|
281
281
|
readonly autoInsertSpace?: boolean | undefined;
|
|
282
282
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
283
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
283
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "text" | "type" | "plain" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
|
|
284
284
|
$attrs: {
|
|
285
285
|
[x: string]: unknown;
|
|
286
286
|
};
|
|
@@ -296,13 +296,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
296
296
|
$emit: (event: "click", evt: MouseEvent) => void;
|
|
297
297
|
$el: any;
|
|
298
298
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
299
|
+
link: {
|
|
300
|
+
type: import('vue').PropType<boolean>;
|
|
301
|
+
};
|
|
302
|
+
circle: {
|
|
303
|
+
type: import('vue').PropType<boolean>;
|
|
304
|
+
};
|
|
305
|
+
text: {
|
|
306
|
+
type: import('vue').PropType<boolean>;
|
|
307
|
+
default: undefined;
|
|
308
|
+
};
|
|
309
|
+
size: {
|
|
310
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
311
|
+
};
|
|
299
312
|
type: {
|
|
300
313
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
301
314
|
default: string;
|
|
302
315
|
};
|
|
303
|
-
link: {
|
|
304
|
-
type: import('vue').PropType<boolean>;
|
|
305
|
-
};
|
|
306
316
|
icon: {
|
|
307
317
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
308
318
|
};
|
|
@@ -313,22 +323,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
313
323
|
dark: {
|
|
314
324
|
type: import('vue').PropType<boolean>;
|
|
315
325
|
};
|
|
316
|
-
text: {
|
|
317
|
-
type: import('vue').PropType<boolean>;
|
|
318
|
-
default: undefined;
|
|
319
|
-
};
|
|
320
326
|
disabled: {
|
|
321
327
|
type: import('vue').PropType<boolean>;
|
|
322
328
|
default: undefined;
|
|
323
329
|
};
|
|
324
|
-
|
|
325
|
-
type: import('vue').PropType<
|
|
326
|
-
};
|
|
327
|
-
circle: {
|
|
328
|
-
type: import('vue').PropType<boolean>;
|
|
330
|
+
color: {
|
|
331
|
+
type: import('vue').PropType<string>;
|
|
329
332
|
};
|
|
330
333
|
nativeType: {
|
|
331
|
-
type: import('vue').PropType<"
|
|
334
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
332
335
|
default: string;
|
|
333
336
|
};
|
|
334
337
|
loading: {
|
|
@@ -348,9 +351,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
348
351
|
type: import('vue').PropType<boolean>;
|
|
349
352
|
default: undefined;
|
|
350
353
|
};
|
|
351
|
-
color: {
|
|
352
|
-
type: import('vue').PropType<string>;
|
|
353
|
-
};
|
|
354
354
|
autoInsertSpace: {
|
|
355
355
|
type: import('vue').PropType<boolean>;
|
|
356
356
|
default: undefined;
|
|
@@ -410,13 +410,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
410
410
|
nativeType: import('element-plus').ButtonNativeType;
|
|
411
411
|
loadingIcon: string | import('vue').Component;
|
|
412
412
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
413
|
+
link: {
|
|
414
|
+
type: import('vue').PropType<boolean>;
|
|
415
|
+
};
|
|
416
|
+
circle: {
|
|
417
|
+
type: import('vue').PropType<boolean>;
|
|
418
|
+
};
|
|
419
|
+
text: {
|
|
420
|
+
type: import('vue').PropType<boolean>;
|
|
421
|
+
default: undefined;
|
|
422
|
+
};
|
|
423
|
+
size: {
|
|
424
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
425
|
+
};
|
|
413
426
|
type: {
|
|
414
427
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
415
428
|
default: string;
|
|
416
429
|
};
|
|
417
|
-
link: {
|
|
418
|
-
type: import('vue').PropType<boolean>;
|
|
419
|
-
};
|
|
420
430
|
icon: {
|
|
421
431
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
422
432
|
};
|
|
@@ -427,22 +437,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
427
437
|
dark: {
|
|
428
438
|
type: import('vue').PropType<boolean>;
|
|
429
439
|
};
|
|
430
|
-
text: {
|
|
431
|
-
type: import('vue').PropType<boolean>;
|
|
432
|
-
default: undefined;
|
|
433
|
-
};
|
|
434
440
|
disabled: {
|
|
435
441
|
type: import('vue').PropType<boolean>;
|
|
436
442
|
default: undefined;
|
|
437
443
|
};
|
|
438
|
-
|
|
439
|
-
type: import('vue').PropType<
|
|
440
|
-
};
|
|
441
|
-
circle: {
|
|
442
|
-
type: import('vue').PropType<boolean>;
|
|
444
|
+
color: {
|
|
445
|
+
type: import('vue').PropType<string>;
|
|
443
446
|
};
|
|
444
447
|
nativeType: {
|
|
445
|
-
type: import('vue').PropType<"
|
|
448
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
446
449
|
default: string;
|
|
447
450
|
};
|
|
448
451
|
loading: {
|
|
@@ -462,9 +465,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
462
465
|
type: import('vue').PropType<boolean>;
|
|
463
466
|
default: undefined;
|
|
464
467
|
};
|
|
465
|
-
color: {
|
|
466
|
-
type: import('vue').PropType<string>;
|
|
467
|
-
};
|
|
468
468
|
autoInsertSpace: {
|
|
469
469
|
type: import('vue').PropType<boolean>;
|
|
470
470
|
default: undefined;
|
|
@@ -475,7 +475,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
475
475
|
};
|
|
476
476
|
}>> & {
|
|
477
477
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
478
|
-
}, "
|
|
478
|
+
}, "text" | "size" | "type" | "plain" | "disabled" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
|
|
479
479
|
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
480
480
|
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
481
481
|
type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -511,22 +511,22 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
511
511
|
readonly nativeType: import('element-plus').ButtonNativeType;
|
|
512
512
|
readonly tag: string | import('vue').Component;
|
|
513
513
|
readonly link?: boolean | undefined;
|
|
514
|
+
readonly circle?: boolean | undefined;
|
|
515
|
+
readonly text?: boolean | undefined;
|
|
516
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
514
517
|
readonly icon?: (string | import('vue').Component) | undefined;
|
|
515
518
|
readonly plain?: boolean | undefined;
|
|
516
519
|
readonly dark?: boolean | undefined;
|
|
517
|
-
readonly text?: boolean | undefined;
|
|
518
520
|
readonly disabled?: boolean | undefined;
|
|
519
|
-
readonly
|
|
520
|
-
readonly circle?: boolean | undefined;
|
|
521
|
+
readonly color?: string | undefined;
|
|
521
522
|
readonly loading?: boolean | undefined;
|
|
522
523
|
readonly loadingIcon?: (string | import('vue').Component) | undefined;
|
|
523
524
|
readonly bg?: boolean | undefined;
|
|
524
525
|
readonly autofocus?: boolean | undefined;
|
|
525
526
|
readonly round?: boolean | undefined;
|
|
526
|
-
readonly color?: string | undefined;
|
|
527
527
|
readonly autoInsertSpace?: boolean | undefined;
|
|
528
528
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
529
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
529
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "text" | "type" | "plain" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
|
|
530
530
|
$attrs: {
|
|
531
531
|
[x: string]: unknown;
|
|
532
532
|
};
|
|
@@ -542,13 +542,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
542
542
|
$emit: (event: "click", evt: MouseEvent) => void;
|
|
543
543
|
$el: any;
|
|
544
544
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
545
|
+
link: {
|
|
546
|
+
type: import('vue').PropType<boolean>;
|
|
547
|
+
};
|
|
548
|
+
circle: {
|
|
549
|
+
type: import('vue').PropType<boolean>;
|
|
550
|
+
};
|
|
551
|
+
text: {
|
|
552
|
+
type: import('vue').PropType<boolean>;
|
|
553
|
+
default: undefined;
|
|
554
|
+
};
|
|
555
|
+
size: {
|
|
556
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
557
|
+
};
|
|
545
558
|
type: {
|
|
546
559
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
547
560
|
default: string;
|
|
548
561
|
};
|
|
549
|
-
link: {
|
|
550
|
-
type: import('vue').PropType<boolean>;
|
|
551
|
-
};
|
|
552
562
|
icon: {
|
|
553
563
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
554
564
|
};
|
|
@@ -559,22 +569,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
559
569
|
dark: {
|
|
560
570
|
type: import('vue').PropType<boolean>;
|
|
561
571
|
};
|
|
562
|
-
text: {
|
|
563
|
-
type: import('vue').PropType<boolean>;
|
|
564
|
-
default: undefined;
|
|
565
|
-
};
|
|
566
572
|
disabled: {
|
|
567
573
|
type: import('vue').PropType<boolean>;
|
|
568
574
|
default: undefined;
|
|
569
575
|
};
|
|
570
|
-
|
|
571
|
-
type: import('vue').PropType<
|
|
572
|
-
};
|
|
573
|
-
circle: {
|
|
574
|
-
type: import('vue').PropType<boolean>;
|
|
576
|
+
color: {
|
|
577
|
+
type: import('vue').PropType<string>;
|
|
575
578
|
};
|
|
576
579
|
nativeType: {
|
|
577
|
-
type: import('vue').PropType<"
|
|
580
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
578
581
|
default: string;
|
|
579
582
|
};
|
|
580
583
|
loading: {
|
|
@@ -594,9 +597,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
594
597
|
type: import('vue').PropType<boolean>;
|
|
595
598
|
default: undefined;
|
|
596
599
|
};
|
|
597
|
-
color: {
|
|
598
|
-
type: import('vue').PropType<string>;
|
|
599
|
-
};
|
|
600
600
|
autoInsertSpace: {
|
|
601
601
|
type: import('vue').PropType<boolean>;
|
|
602
602
|
default: undefined;
|
|
@@ -656,13 +656,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
656
656
|
nativeType: import('element-plus').ButtonNativeType;
|
|
657
657
|
loadingIcon: string | import('vue').Component;
|
|
658
658
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
659
|
+
link: {
|
|
660
|
+
type: import('vue').PropType<boolean>;
|
|
661
|
+
};
|
|
662
|
+
circle: {
|
|
663
|
+
type: import('vue').PropType<boolean>;
|
|
664
|
+
};
|
|
665
|
+
text: {
|
|
666
|
+
type: import('vue').PropType<boolean>;
|
|
667
|
+
default: undefined;
|
|
668
|
+
};
|
|
669
|
+
size: {
|
|
670
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
671
|
+
};
|
|
659
672
|
type: {
|
|
660
673
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
661
674
|
default: string;
|
|
662
675
|
};
|
|
663
|
-
link: {
|
|
664
|
-
type: import('vue').PropType<boolean>;
|
|
665
|
-
};
|
|
666
676
|
icon: {
|
|
667
677
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
668
678
|
};
|
|
@@ -673,22 +683,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
673
683
|
dark: {
|
|
674
684
|
type: import('vue').PropType<boolean>;
|
|
675
685
|
};
|
|
676
|
-
text: {
|
|
677
|
-
type: import('vue').PropType<boolean>;
|
|
678
|
-
default: undefined;
|
|
679
|
-
};
|
|
680
686
|
disabled: {
|
|
681
687
|
type: import('vue').PropType<boolean>;
|
|
682
688
|
default: undefined;
|
|
683
689
|
};
|
|
684
|
-
|
|
685
|
-
type: import('vue').PropType<
|
|
686
|
-
};
|
|
687
|
-
circle: {
|
|
688
|
-
type: import('vue').PropType<boolean>;
|
|
690
|
+
color: {
|
|
691
|
+
type: import('vue').PropType<string>;
|
|
689
692
|
};
|
|
690
693
|
nativeType: {
|
|
691
|
-
type: import('vue').PropType<"
|
|
694
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
692
695
|
default: string;
|
|
693
696
|
};
|
|
694
697
|
loading: {
|
|
@@ -708,9 +711,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
708
711
|
type: import('vue').PropType<boolean>;
|
|
709
712
|
default: undefined;
|
|
710
713
|
};
|
|
711
|
-
color: {
|
|
712
|
-
type: import('vue').PropType<string>;
|
|
713
|
-
};
|
|
714
714
|
autoInsertSpace: {
|
|
715
715
|
type: import('vue').PropType<boolean>;
|
|
716
716
|
default: undefined;
|
|
@@ -721,7 +721,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
721
721
|
};
|
|
722
722
|
}>> & {
|
|
723
723
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
724
|
-
}, "
|
|
724
|
+
}, "text" | "size" | "type" | "plain" | "disabled" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
|
|
725
725
|
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
726
726
|
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
727
727
|
type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -766,22 +766,22 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
766
766
|
readonly nativeType: import('element-plus').ButtonNativeType;
|
|
767
767
|
readonly tag: string | import('vue').Component;
|
|
768
768
|
readonly link?: boolean | undefined;
|
|
769
|
+
readonly circle?: boolean | undefined;
|
|
770
|
+
readonly text?: boolean | undefined;
|
|
771
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
769
772
|
readonly icon?: (string | import('vue').Component) | undefined;
|
|
770
773
|
readonly plain?: boolean | undefined;
|
|
771
774
|
readonly dark?: boolean | undefined;
|
|
772
|
-
readonly text?: boolean | undefined;
|
|
773
775
|
readonly disabled?: boolean | undefined;
|
|
774
|
-
readonly
|
|
775
|
-
readonly circle?: boolean | undefined;
|
|
776
|
+
readonly color?: string | undefined;
|
|
776
777
|
readonly loading?: boolean | undefined;
|
|
777
778
|
readonly loadingIcon?: (string | import('vue').Component) | undefined;
|
|
778
779
|
readonly bg?: boolean | undefined;
|
|
779
780
|
readonly autofocus?: boolean | undefined;
|
|
780
781
|
readonly round?: boolean | undefined;
|
|
781
|
-
readonly color?: string | undefined;
|
|
782
782
|
readonly autoInsertSpace?: boolean | undefined;
|
|
783
783
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
784
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
784
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "text" | "type" | "plain" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
|
|
785
785
|
$attrs: {
|
|
786
786
|
[x: string]: unknown;
|
|
787
787
|
};
|
|
@@ -797,13 +797,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
797
797
|
$emit: (event: "click", evt: MouseEvent) => void;
|
|
798
798
|
$el: any;
|
|
799
799
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
800
|
+
link: {
|
|
801
|
+
type: import('vue').PropType<boolean>;
|
|
802
|
+
};
|
|
803
|
+
circle: {
|
|
804
|
+
type: import('vue').PropType<boolean>;
|
|
805
|
+
};
|
|
806
|
+
text: {
|
|
807
|
+
type: import('vue').PropType<boolean>;
|
|
808
|
+
default: undefined;
|
|
809
|
+
};
|
|
810
|
+
size: {
|
|
811
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
812
|
+
};
|
|
800
813
|
type: {
|
|
801
814
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
802
815
|
default: string;
|
|
803
816
|
};
|
|
804
|
-
link: {
|
|
805
|
-
type: import('vue').PropType<boolean>;
|
|
806
|
-
};
|
|
807
817
|
icon: {
|
|
808
818
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
809
819
|
};
|
|
@@ -814,22 +824,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
814
824
|
dark: {
|
|
815
825
|
type: import('vue').PropType<boolean>;
|
|
816
826
|
};
|
|
817
|
-
text: {
|
|
818
|
-
type: import('vue').PropType<boolean>;
|
|
819
|
-
default: undefined;
|
|
820
|
-
};
|
|
821
827
|
disabled: {
|
|
822
828
|
type: import('vue').PropType<boolean>;
|
|
823
829
|
default: undefined;
|
|
824
830
|
};
|
|
825
|
-
|
|
826
|
-
type: import('vue').PropType<
|
|
827
|
-
};
|
|
828
|
-
circle: {
|
|
829
|
-
type: import('vue').PropType<boolean>;
|
|
831
|
+
color: {
|
|
832
|
+
type: import('vue').PropType<string>;
|
|
830
833
|
};
|
|
831
834
|
nativeType: {
|
|
832
|
-
type: import('vue').PropType<"
|
|
835
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
833
836
|
default: string;
|
|
834
837
|
};
|
|
835
838
|
loading: {
|
|
@@ -849,9 +852,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
849
852
|
type: import('vue').PropType<boolean>;
|
|
850
853
|
default: undefined;
|
|
851
854
|
};
|
|
852
|
-
color: {
|
|
853
|
-
type: import('vue').PropType<string>;
|
|
854
|
-
};
|
|
855
855
|
autoInsertSpace: {
|
|
856
856
|
type: import('vue').PropType<boolean>;
|
|
857
857
|
default: undefined;
|
|
@@ -911,13 +911,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
911
911
|
nativeType: import('element-plus').ButtonNativeType;
|
|
912
912
|
loadingIcon: string | import('vue').Component;
|
|
913
913
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
914
|
+
link: {
|
|
915
|
+
type: import('vue').PropType<boolean>;
|
|
916
|
+
};
|
|
917
|
+
circle: {
|
|
918
|
+
type: import('vue').PropType<boolean>;
|
|
919
|
+
};
|
|
920
|
+
text: {
|
|
921
|
+
type: import('vue').PropType<boolean>;
|
|
922
|
+
default: undefined;
|
|
923
|
+
};
|
|
924
|
+
size: {
|
|
925
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
926
|
+
};
|
|
914
927
|
type: {
|
|
915
928
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
916
929
|
default: string;
|
|
917
930
|
};
|
|
918
|
-
link: {
|
|
919
|
-
type: import('vue').PropType<boolean>;
|
|
920
|
-
};
|
|
921
931
|
icon: {
|
|
922
932
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
923
933
|
};
|
|
@@ -928,22 +938,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
928
938
|
dark: {
|
|
929
939
|
type: import('vue').PropType<boolean>;
|
|
930
940
|
};
|
|
931
|
-
text: {
|
|
932
|
-
type: import('vue').PropType<boolean>;
|
|
933
|
-
default: undefined;
|
|
934
|
-
};
|
|
935
941
|
disabled: {
|
|
936
942
|
type: import('vue').PropType<boolean>;
|
|
937
943
|
default: undefined;
|
|
938
944
|
};
|
|
939
|
-
|
|
940
|
-
type: import('vue').PropType<
|
|
941
|
-
};
|
|
942
|
-
circle: {
|
|
943
|
-
type: import('vue').PropType<boolean>;
|
|
945
|
+
color: {
|
|
946
|
+
type: import('vue').PropType<string>;
|
|
944
947
|
};
|
|
945
948
|
nativeType: {
|
|
946
|
-
type: import('vue').PropType<"
|
|
949
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
947
950
|
default: string;
|
|
948
951
|
};
|
|
949
952
|
loading: {
|
|
@@ -963,9 +966,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
963
966
|
type: import('vue').PropType<boolean>;
|
|
964
967
|
default: undefined;
|
|
965
968
|
};
|
|
966
|
-
color: {
|
|
967
|
-
type: import('vue').PropType<string>;
|
|
968
|
-
};
|
|
969
969
|
autoInsertSpace: {
|
|
970
970
|
type: import('vue').PropType<boolean>;
|
|
971
971
|
default: undefined;
|
|
@@ -976,7 +976,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
976
976
|
};
|
|
977
977
|
}>> & {
|
|
978
978
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
979
|
-
}, "
|
|
979
|
+
}, "text" | "size" | "type" | "plain" | "disabled" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
|
|
980
980
|
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
981
981
|
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
982
982
|
type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -1008,22 +1008,22 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1008
1008
|
readonly nativeType: import('element-plus').ButtonNativeType;
|
|
1009
1009
|
readonly tag: string | import('vue').Component;
|
|
1010
1010
|
readonly link?: boolean | undefined;
|
|
1011
|
+
readonly circle?: boolean | undefined;
|
|
1012
|
+
readonly text?: boolean | undefined;
|
|
1013
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
1011
1014
|
readonly icon?: (string | import('vue').Component) | undefined;
|
|
1012
1015
|
readonly plain?: boolean | undefined;
|
|
1013
1016
|
readonly dark?: boolean | undefined;
|
|
1014
|
-
readonly text?: boolean | undefined;
|
|
1015
1017
|
readonly disabled?: boolean | undefined;
|
|
1016
|
-
readonly
|
|
1017
|
-
readonly circle?: boolean | undefined;
|
|
1018
|
+
readonly color?: string | undefined;
|
|
1018
1019
|
readonly loading?: boolean | undefined;
|
|
1019
1020
|
readonly loadingIcon?: (string | import('vue').Component) | undefined;
|
|
1020
1021
|
readonly bg?: boolean | undefined;
|
|
1021
1022
|
readonly autofocus?: boolean | undefined;
|
|
1022
1023
|
readonly round?: boolean | undefined;
|
|
1023
|
-
readonly color?: string | undefined;
|
|
1024
1024
|
readonly autoInsertSpace?: boolean | undefined;
|
|
1025
1025
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1026
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
1026
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "text" | "type" | "plain" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
|
|
1027
1027
|
$attrs: {
|
|
1028
1028
|
[x: string]: unknown;
|
|
1029
1029
|
};
|
|
@@ -1039,13 +1039,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1039
1039
|
$emit: (event: "click", evt: MouseEvent) => void;
|
|
1040
1040
|
$el: any;
|
|
1041
1041
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1042
|
+
link: {
|
|
1043
|
+
type: import('vue').PropType<boolean>;
|
|
1044
|
+
};
|
|
1045
|
+
circle: {
|
|
1046
|
+
type: import('vue').PropType<boolean>;
|
|
1047
|
+
};
|
|
1048
|
+
text: {
|
|
1049
|
+
type: import('vue').PropType<boolean>;
|
|
1050
|
+
default: undefined;
|
|
1051
|
+
};
|
|
1052
|
+
size: {
|
|
1053
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1054
|
+
};
|
|
1042
1055
|
type: {
|
|
1043
1056
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
1044
1057
|
default: string;
|
|
1045
1058
|
};
|
|
1046
|
-
link: {
|
|
1047
|
-
type: import('vue').PropType<boolean>;
|
|
1048
|
-
};
|
|
1049
1059
|
icon: {
|
|
1050
1060
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
1051
1061
|
};
|
|
@@ -1056,22 +1066,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1056
1066
|
dark: {
|
|
1057
1067
|
type: import('vue').PropType<boolean>;
|
|
1058
1068
|
};
|
|
1059
|
-
text: {
|
|
1060
|
-
type: import('vue').PropType<boolean>;
|
|
1061
|
-
default: undefined;
|
|
1062
|
-
};
|
|
1063
1069
|
disabled: {
|
|
1064
1070
|
type: import('vue').PropType<boolean>;
|
|
1065
1071
|
default: undefined;
|
|
1066
1072
|
};
|
|
1067
|
-
|
|
1068
|
-
type: import('vue').PropType<
|
|
1069
|
-
};
|
|
1070
|
-
circle: {
|
|
1071
|
-
type: import('vue').PropType<boolean>;
|
|
1073
|
+
color: {
|
|
1074
|
+
type: import('vue').PropType<string>;
|
|
1072
1075
|
};
|
|
1073
1076
|
nativeType: {
|
|
1074
|
-
type: import('vue').PropType<"
|
|
1077
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
1075
1078
|
default: string;
|
|
1076
1079
|
};
|
|
1077
1080
|
loading: {
|
|
@@ -1091,9 +1094,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1091
1094
|
type: import('vue').PropType<boolean>;
|
|
1092
1095
|
default: undefined;
|
|
1093
1096
|
};
|
|
1094
|
-
color: {
|
|
1095
|
-
type: import('vue').PropType<string>;
|
|
1096
|
-
};
|
|
1097
1097
|
autoInsertSpace: {
|
|
1098
1098
|
type: import('vue').PropType<boolean>;
|
|
1099
1099
|
default: undefined;
|
|
@@ -1153,13 +1153,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1153
1153
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1154
1154
|
loadingIcon: string | import('vue').Component;
|
|
1155
1155
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1156
|
+
link: {
|
|
1157
|
+
type: import('vue').PropType<boolean>;
|
|
1158
|
+
};
|
|
1159
|
+
circle: {
|
|
1160
|
+
type: import('vue').PropType<boolean>;
|
|
1161
|
+
};
|
|
1162
|
+
text: {
|
|
1163
|
+
type: import('vue').PropType<boolean>;
|
|
1164
|
+
default: undefined;
|
|
1165
|
+
};
|
|
1166
|
+
size: {
|
|
1167
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1168
|
+
};
|
|
1156
1169
|
type: {
|
|
1157
1170
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
1158
1171
|
default: string;
|
|
1159
1172
|
};
|
|
1160
|
-
link: {
|
|
1161
|
-
type: import('vue').PropType<boolean>;
|
|
1162
|
-
};
|
|
1163
1173
|
icon: {
|
|
1164
1174
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
1165
1175
|
};
|
|
@@ -1170,22 +1180,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1170
1180
|
dark: {
|
|
1171
1181
|
type: import('vue').PropType<boolean>;
|
|
1172
1182
|
};
|
|
1173
|
-
text: {
|
|
1174
|
-
type: import('vue').PropType<boolean>;
|
|
1175
|
-
default: undefined;
|
|
1176
|
-
};
|
|
1177
1183
|
disabled: {
|
|
1178
1184
|
type: import('vue').PropType<boolean>;
|
|
1179
1185
|
default: undefined;
|
|
1180
1186
|
};
|
|
1181
|
-
|
|
1182
|
-
type: import('vue').PropType<
|
|
1183
|
-
};
|
|
1184
|
-
circle: {
|
|
1185
|
-
type: import('vue').PropType<boolean>;
|
|
1187
|
+
color: {
|
|
1188
|
+
type: import('vue').PropType<string>;
|
|
1186
1189
|
};
|
|
1187
1190
|
nativeType: {
|
|
1188
|
-
type: import('vue').PropType<"
|
|
1191
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
1189
1192
|
default: string;
|
|
1190
1193
|
};
|
|
1191
1194
|
loading: {
|
|
@@ -1205,9 +1208,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1205
1208
|
type: import('vue').PropType<boolean>;
|
|
1206
1209
|
default: undefined;
|
|
1207
1210
|
};
|
|
1208
|
-
color: {
|
|
1209
|
-
type: import('vue').PropType<string>;
|
|
1210
|
-
};
|
|
1211
1211
|
autoInsertSpace: {
|
|
1212
1212
|
type: import('vue').PropType<boolean>;
|
|
1213
1213
|
default: undefined;
|
|
@@ -1218,7 +1218,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1218
1218
|
};
|
|
1219
1219
|
}>> & {
|
|
1220
1220
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1221
|
-
}, "
|
|
1221
|
+
}, "text" | "size" | "type" | "plain" | "disabled" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
|
|
1222
1222
|
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
1223
1223
|
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
1224
1224
|
type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -1260,22 +1260,22 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1260
1260
|
readonly nativeType: import('element-plus').ButtonNativeType;
|
|
1261
1261
|
readonly tag: string | import('vue').Component;
|
|
1262
1262
|
readonly link?: boolean | undefined;
|
|
1263
|
+
readonly circle?: boolean | undefined;
|
|
1264
|
+
readonly text?: boolean | undefined;
|
|
1265
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
1263
1266
|
readonly icon?: (string | import('vue').Component) | undefined;
|
|
1264
1267
|
readonly plain?: boolean | undefined;
|
|
1265
1268
|
readonly dark?: boolean | undefined;
|
|
1266
|
-
readonly text?: boolean | undefined;
|
|
1267
1269
|
readonly disabled?: boolean | undefined;
|
|
1268
|
-
readonly
|
|
1269
|
-
readonly circle?: boolean | undefined;
|
|
1270
|
+
readonly color?: string | undefined;
|
|
1270
1271
|
readonly loading?: boolean | undefined;
|
|
1271
1272
|
readonly loadingIcon?: (string | import('vue').Component) | undefined;
|
|
1272
1273
|
readonly bg?: boolean | undefined;
|
|
1273
1274
|
readonly autofocus?: boolean | undefined;
|
|
1274
1275
|
readonly round?: boolean | undefined;
|
|
1275
|
-
readonly color?: string | undefined;
|
|
1276
1276
|
readonly autoInsertSpace?: boolean | undefined;
|
|
1277
1277
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1278
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
1278
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "text" | "type" | "plain" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
|
|
1279
1279
|
$attrs: {
|
|
1280
1280
|
[x: string]: unknown;
|
|
1281
1281
|
};
|
|
@@ -1291,13 +1291,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1291
1291
|
$emit: (event: "click", evt: MouseEvent) => void;
|
|
1292
1292
|
$el: any;
|
|
1293
1293
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1294
|
+
link: {
|
|
1295
|
+
type: import('vue').PropType<boolean>;
|
|
1296
|
+
};
|
|
1297
|
+
circle: {
|
|
1298
|
+
type: import('vue').PropType<boolean>;
|
|
1299
|
+
};
|
|
1300
|
+
text: {
|
|
1301
|
+
type: import('vue').PropType<boolean>;
|
|
1302
|
+
default: undefined;
|
|
1303
|
+
};
|
|
1304
|
+
size: {
|
|
1305
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1306
|
+
};
|
|
1294
1307
|
type: {
|
|
1295
1308
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
1296
1309
|
default: string;
|
|
1297
1310
|
};
|
|
1298
|
-
link: {
|
|
1299
|
-
type: import('vue').PropType<boolean>;
|
|
1300
|
-
};
|
|
1301
1311
|
icon: {
|
|
1302
1312
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
1303
1313
|
};
|
|
@@ -1308,22 +1318,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1308
1318
|
dark: {
|
|
1309
1319
|
type: import('vue').PropType<boolean>;
|
|
1310
1320
|
};
|
|
1311
|
-
text: {
|
|
1312
|
-
type: import('vue').PropType<boolean>;
|
|
1313
|
-
default: undefined;
|
|
1314
|
-
};
|
|
1315
1321
|
disabled: {
|
|
1316
1322
|
type: import('vue').PropType<boolean>;
|
|
1317
1323
|
default: undefined;
|
|
1318
1324
|
};
|
|
1319
|
-
|
|
1320
|
-
type: import('vue').PropType<
|
|
1321
|
-
};
|
|
1322
|
-
circle: {
|
|
1323
|
-
type: import('vue').PropType<boolean>;
|
|
1325
|
+
color: {
|
|
1326
|
+
type: import('vue').PropType<string>;
|
|
1324
1327
|
};
|
|
1325
1328
|
nativeType: {
|
|
1326
|
-
type: import('vue').PropType<"
|
|
1329
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
1327
1330
|
default: string;
|
|
1328
1331
|
};
|
|
1329
1332
|
loading: {
|
|
@@ -1343,9 +1346,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1343
1346
|
type: import('vue').PropType<boolean>;
|
|
1344
1347
|
default: undefined;
|
|
1345
1348
|
};
|
|
1346
|
-
color: {
|
|
1347
|
-
type: import('vue').PropType<string>;
|
|
1348
|
-
};
|
|
1349
1349
|
autoInsertSpace: {
|
|
1350
1350
|
type: import('vue').PropType<boolean>;
|
|
1351
1351
|
default: undefined;
|
|
@@ -1405,13 +1405,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1405
1405
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1406
1406
|
loadingIcon: string | import('vue').Component;
|
|
1407
1407
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1408
|
+
link: {
|
|
1409
|
+
type: import('vue').PropType<boolean>;
|
|
1410
|
+
};
|
|
1411
|
+
circle: {
|
|
1412
|
+
type: import('vue').PropType<boolean>;
|
|
1413
|
+
};
|
|
1414
|
+
text: {
|
|
1415
|
+
type: import('vue').PropType<boolean>;
|
|
1416
|
+
default: undefined;
|
|
1417
|
+
};
|
|
1418
|
+
size: {
|
|
1419
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1420
|
+
};
|
|
1408
1421
|
type: {
|
|
1409
1422
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
1410
1423
|
default: string;
|
|
1411
1424
|
};
|
|
1412
|
-
link: {
|
|
1413
|
-
type: import('vue').PropType<boolean>;
|
|
1414
|
-
};
|
|
1415
1425
|
icon: {
|
|
1416
1426
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
1417
1427
|
};
|
|
@@ -1422,22 +1432,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1422
1432
|
dark: {
|
|
1423
1433
|
type: import('vue').PropType<boolean>;
|
|
1424
1434
|
};
|
|
1425
|
-
text: {
|
|
1426
|
-
type: import('vue').PropType<boolean>;
|
|
1427
|
-
default: undefined;
|
|
1428
|
-
};
|
|
1429
1435
|
disabled: {
|
|
1430
1436
|
type: import('vue').PropType<boolean>;
|
|
1431
1437
|
default: undefined;
|
|
1432
1438
|
};
|
|
1433
|
-
|
|
1434
|
-
type: import('vue').PropType<
|
|
1435
|
-
};
|
|
1436
|
-
circle: {
|
|
1437
|
-
type: import('vue').PropType<boolean>;
|
|
1439
|
+
color: {
|
|
1440
|
+
type: import('vue').PropType<string>;
|
|
1438
1441
|
};
|
|
1439
1442
|
nativeType: {
|
|
1440
|
-
type: import('vue').PropType<"
|
|
1443
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
1441
1444
|
default: string;
|
|
1442
1445
|
};
|
|
1443
1446
|
loading: {
|
|
@@ -1457,9 +1460,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1457
1460
|
type: import('vue').PropType<boolean>;
|
|
1458
1461
|
default: undefined;
|
|
1459
1462
|
};
|
|
1460
|
-
color: {
|
|
1461
|
-
type: import('vue').PropType<string>;
|
|
1462
|
-
};
|
|
1463
1463
|
autoInsertSpace: {
|
|
1464
1464
|
type: import('vue').PropType<boolean>;
|
|
1465
1465
|
default: undefined;
|
|
@@ -1470,7 +1470,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1470
1470
|
};
|
|
1471
1471
|
}>> & {
|
|
1472
1472
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1473
|
-
}, "
|
|
1473
|
+
}, "text" | "size" | "type" | "plain" | "disabled" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
|
|
1474
1474
|
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
1475
1475
|
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
1476
1476
|
type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -1502,22 +1502,22 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1502
1502
|
readonly nativeType: import('element-plus').ButtonNativeType;
|
|
1503
1503
|
readonly tag: string | import('vue').Component;
|
|
1504
1504
|
readonly link?: boolean | undefined;
|
|
1505
|
+
readonly circle?: boolean | undefined;
|
|
1506
|
+
readonly text?: boolean | undefined;
|
|
1507
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
1505
1508
|
readonly icon?: (string | import('vue').Component) | undefined;
|
|
1506
1509
|
readonly plain?: boolean | undefined;
|
|
1507
1510
|
readonly dark?: boolean | undefined;
|
|
1508
|
-
readonly text?: boolean | undefined;
|
|
1509
1511
|
readonly disabled?: boolean | undefined;
|
|
1510
|
-
readonly
|
|
1511
|
-
readonly circle?: boolean | undefined;
|
|
1512
|
+
readonly color?: string | undefined;
|
|
1512
1513
|
readonly loading?: boolean | undefined;
|
|
1513
1514
|
readonly loadingIcon?: (string | import('vue').Component) | undefined;
|
|
1514
1515
|
readonly bg?: boolean | undefined;
|
|
1515
1516
|
readonly autofocus?: boolean | undefined;
|
|
1516
1517
|
readonly round?: boolean | undefined;
|
|
1517
|
-
readonly color?: string | undefined;
|
|
1518
1518
|
readonly autoInsertSpace?: boolean | undefined;
|
|
1519
1519
|
onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1520
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
1520
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "text" | "type" | "plain" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
|
|
1521
1521
|
$attrs: {
|
|
1522
1522
|
[x: string]: unknown;
|
|
1523
1523
|
};
|
|
@@ -1533,13 +1533,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1533
1533
|
$emit: (event: "click", evt: MouseEvent) => void;
|
|
1534
1534
|
$el: any;
|
|
1535
1535
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1536
|
+
link: {
|
|
1537
|
+
type: import('vue').PropType<boolean>;
|
|
1538
|
+
};
|
|
1539
|
+
circle: {
|
|
1540
|
+
type: import('vue').PropType<boolean>;
|
|
1541
|
+
};
|
|
1542
|
+
text: {
|
|
1543
|
+
type: import('vue').PropType<boolean>;
|
|
1544
|
+
default: undefined;
|
|
1545
|
+
};
|
|
1546
|
+
size: {
|
|
1547
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1548
|
+
};
|
|
1536
1549
|
type: {
|
|
1537
1550
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
1538
1551
|
default: string;
|
|
1539
1552
|
};
|
|
1540
|
-
link: {
|
|
1541
|
-
type: import('vue').PropType<boolean>;
|
|
1542
|
-
};
|
|
1543
1553
|
icon: {
|
|
1544
1554
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
1545
1555
|
};
|
|
@@ -1550,22 +1560,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1550
1560
|
dark: {
|
|
1551
1561
|
type: import('vue').PropType<boolean>;
|
|
1552
1562
|
};
|
|
1553
|
-
text: {
|
|
1554
|
-
type: import('vue').PropType<boolean>;
|
|
1555
|
-
default: undefined;
|
|
1556
|
-
};
|
|
1557
1563
|
disabled: {
|
|
1558
1564
|
type: import('vue').PropType<boolean>;
|
|
1559
1565
|
default: undefined;
|
|
1560
1566
|
};
|
|
1561
|
-
|
|
1562
|
-
type: import('vue').PropType<
|
|
1563
|
-
};
|
|
1564
|
-
circle: {
|
|
1565
|
-
type: import('vue').PropType<boolean>;
|
|
1567
|
+
color: {
|
|
1568
|
+
type: import('vue').PropType<string>;
|
|
1566
1569
|
};
|
|
1567
1570
|
nativeType: {
|
|
1568
|
-
type: import('vue').PropType<"
|
|
1571
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
1569
1572
|
default: string;
|
|
1570
1573
|
};
|
|
1571
1574
|
loading: {
|
|
@@ -1585,9 +1588,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1585
1588
|
type: import('vue').PropType<boolean>;
|
|
1586
1589
|
default: undefined;
|
|
1587
1590
|
};
|
|
1588
|
-
color: {
|
|
1589
|
-
type: import('vue').PropType<string>;
|
|
1590
|
-
};
|
|
1591
1591
|
autoInsertSpace: {
|
|
1592
1592
|
type: import('vue').PropType<boolean>;
|
|
1593
1593
|
default: undefined;
|
|
@@ -1647,13 +1647,23 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1647
1647
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1648
1648
|
loadingIcon: string | import('vue').Component;
|
|
1649
1649
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1650
|
+
link: {
|
|
1651
|
+
type: import('vue').PropType<boolean>;
|
|
1652
|
+
};
|
|
1653
|
+
circle: {
|
|
1654
|
+
type: import('vue').PropType<boolean>;
|
|
1655
|
+
};
|
|
1656
|
+
text: {
|
|
1657
|
+
type: import('vue').PropType<boolean>;
|
|
1658
|
+
default: undefined;
|
|
1659
|
+
};
|
|
1660
|
+
size: {
|
|
1661
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1662
|
+
};
|
|
1650
1663
|
type: {
|
|
1651
1664
|
type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
|
|
1652
1665
|
default: string;
|
|
1653
1666
|
};
|
|
1654
|
-
link: {
|
|
1655
|
-
type: import('vue').PropType<boolean>;
|
|
1656
|
-
};
|
|
1657
1667
|
icon: {
|
|
1658
1668
|
type: import('vue').PropType<string | import('vue').Component>;
|
|
1659
1669
|
};
|
|
@@ -1664,22 +1674,15 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1664
1674
|
dark: {
|
|
1665
1675
|
type: import('vue').PropType<boolean>;
|
|
1666
1676
|
};
|
|
1667
|
-
text: {
|
|
1668
|
-
type: import('vue').PropType<boolean>;
|
|
1669
|
-
default: undefined;
|
|
1670
|
-
};
|
|
1671
1677
|
disabled: {
|
|
1672
1678
|
type: import('vue').PropType<boolean>;
|
|
1673
1679
|
default: undefined;
|
|
1674
1680
|
};
|
|
1675
|
-
|
|
1676
|
-
type: import('vue').PropType<
|
|
1677
|
-
};
|
|
1678
|
-
circle: {
|
|
1679
|
-
type: import('vue').PropType<boolean>;
|
|
1681
|
+
color: {
|
|
1682
|
+
type: import('vue').PropType<string>;
|
|
1680
1683
|
};
|
|
1681
1684
|
nativeType: {
|
|
1682
|
-
type: import('vue').PropType<"
|
|
1685
|
+
type: import('vue').PropType<"reset" | "submit" | "button">;
|
|
1683
1686
|
default: string;
|
|
1684
1687
|
};
|
|
1685
1688
|
loading: {
|
|
@@ -1699,9 +1702,6 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1699
1702
|
type: import('vue').PropType<boolean>;
|
|
1700
1703
|
default: undefined;
|
|
1701
1704
|
};
|
|
1702
|
-
color: {
|
|
1703
|
-
type: import('vue').PropType<string>;
|
|
1704
|
-
};
|
|
1705
1705
|
autoInsertSpace: {
|
|
1706
1706
|
type: import('vue').PropType<boolean>;
|
|
1707
1707
|
default: undefined;
|
|
@@ -1712,7 +1712,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1712
1712
|
};
|
|
1713
1713
|
}>> & {
|
|
1714
1714
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1715
|
-
}, "
|
|
1715
|
+
}, "text" | "size" | "type" | "plain" | "disabled" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
|
|
1716
1716
|
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
1717
1717
|
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
1718
1718
|
type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|