@nuwatop/code-canvas-core 0.1.0 → 0.2.1
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/base/CommandsUtils.d.ts +27 -0
- package/dist/base/CommandsUtils.d.ts.map +1 -0
- package/dist/base/hooks/useApiService.d.ts +47 -0
- package/dist/base/hooks/useApiService.d.ts.map +1 -0
- package/dist/base/mountReactComponent.d.ts +42 -0
- package/dist/base/mountReactComponent.d.ts.map +1 -0
- package/dist/base/store/storePathUtils.d.ts +32 -0
- package/dist/base/store/storePathUtils.d.ts.map +1 -0
- package/dist/base/store/useAndStore.d.ts +98 -0
- package/dist/base/store/useAndStore.d.ts.map +1 -0
- package/dist/base/storeKeyUtils.d.ts +14 -0
- package/dist/base/storeKeyUtils.d.ts.map +1 -0
- package/dist/base/storePropsUtils.d.ts +12 -0
- package/dist/base/storePropsUtils.d.ts.map +1 -0
- package/dist/base/useFieldValidation.d.ts +27 -0
- package/dist/base/useFieldValidation.d.ts.map +1 -0
- package/dist/base/validationUtils.d.ts +15 -0
- package/dist/base/validationUtils.d.ts.map +1 -0
- package/dist/components/AndAlert/index.d.ts +22 -0
- package/dist/components/AndAlert/index.d.ts.map +1 -0
- package/dist/components/AndAutoComplete/index.d.ts +26 -0
- package/dist/components/AndAutoComplete/index.d.ts.map +1 -0
- package/dist/components/AndAvatar/index.d.ts +30 -0
- package/dist/components/AndAvatar/index.d.ts.map +1 -0
- package/dist/components/AndBadge/index.d.ts +10 -0
- package/dist/components/AndBadge/index.d.ts.map +1 -0
- package/dist/components/AndBadgeRibbon/index.d.ts +10 -0
- package/dist/components/AndBadgeRibbon/index.d.ts.map +1 -0
- package/dist/components/AndBreadCrumb/index.d.ts +9 -0
- package/dist/components/AndBreadCrumb/index.d.ts.map +1 -0
- package/dist/components/AndButton/index.d.ts +30 -0
- package/dist/components/AndButton/index.d.ts.map +1 -0
- package/dist/components/AndCalendar/index.d.ts +10 -0
- package/dist/components/AndCalendar/index.d.ts.map +1 -0
- package/dist/components/AndCard/index.d.ts +51 -0
- package/dist/components/AndCard/index.d.ts.map +1 -0
- package/dist/components/AndCarousel/index.d.ts +27 -0
- package/dist/components/AndCarousel/index.d.ts.map +1 -0
- package/dist/components/AndCascade/index.d.ts +42 -0
- package/dist/components/AndCascade/index.d.ts.map +1 -0
- package/dist/components/AndCheckbox/index.d.ts +52 -0
- package/dist/components/AndCheckbox/index.d.ts.map +1 -0
- package/dist/components/AndColumn/index.d.ts +9 -0
- package/dist/components/AndColumn/index.d.ts.map +1 -0
- package/dist/components/AndContainer/index.d.ts +9 -0
- package/dist/components/AndContainer/index.d.ts.map +1 -0
- package/dist/components/AndDatePicker/index.d.ts +31 -0
- package/dist/components/AndDatePicker/index.d.ts.map +1 -0
- package/dist/components/AndDivider/index.d.ts +43 -0
- package/dist/components/AndDivider/index.d.ts.map +1 -0
- package/dist/components/AndDrawer/index.d.ts +20 -0
- package/dist/components/AndDrawer/index.d.ts.map +1 -0
- package/dist/components/AndDropdown/index.d.ts +41 -0
- package/dist/components/AndDropdown/index.d.ts.map +1 -0
- package/dist/components/AndDynamicContainer/index.d.ts +38 -0
- package/dist/components/AndDynamicContainer/index.d.ts.map +1 -0
- package/dist/components/AndFormItem/index.d.ts +9 -0
- package/dist/components/AndFormItem/index.d.ts.map +1 -0
- package/dist/components/AndIcon/index.d.ts +28 -0
- package/dist/components/AndIcon/index.d.ts.map +1 -0
- package/dist/components/AndImage/index.d.ts +11 -0
- package/dist/components/AndImage/index.d.ts.map +1 -0
- package/dist/components/AndImageGroup/index.d.ts +11 -0
- package/dist/components/AndImageGroup/index.d.ts.map +1 -0
- package/dist/components/AndInput/index.d.ts +46 -0
- package/dist/components/AndInput/index.d.ts.map +1 -0
- package/dist/components/AndInputArea/index.d.ts +22 -0
- package/dist/components/AndInputArea/index.d.ts.map +1 -0
- package/dist/components/AndInputNumber/index.d.ts +22 -0
- package/dist/components/AndInputNumber/index.d.ts.map +1 -0
- package/dist/components/AndInputPassword/index.d.ts +21 -0
- package/dist/components/AndInputPassword/index.d.ts.map +1 -0
- package/dist/components/AndInputSearch/index.d.ts +16 -0
- package/dist/components/AndInputSearch/index.d.ts.map +1 -0
- package/dist/components/AndIterator/index.d.ts +28 -0
- package/dist/components/AndIterator/index.d.ts.map +1 -0
- package/dist/components/AndMasonry/index.d.ts +52 -0
- package/dist/components/AndMasonry/index.d.ts.map +1 -0
- package/dist/components/AndMenu/index.d.ts +112 -0
- package/dist/components/AndMenu/index.d.ts.map +1 -0
- package/dist/components/AndModal/index.d.ts +24 -0
- package/dist/components/AndModal/index.d.ts.map +1 -0
- package/dist/components/AndPagination/index.d.ts +17 -0
- package/dist/components/AndPagination/index.d.ts.map +1 -0
- package/dist/components/AndParagraph/index.d.ts +13 -0
- package/dist/components/AndParagraph/index.d.ts.map +1 -0
- package/dist/components/AndProductCategory/index.d.ts +24 -0
- package/dist/components/AndProductCategory/index.d.ts.map +1 -0
- package/dist/components/AndQRCode/index.d.ts +9 -0
- package/dist/components/AndQRCode/index.d.ts.map +1 -0
- package/dist/components/AndRadio/index.d.ts +50 -0
- package/dist/components/AndRadio/index.d.ts.map +1 -0
- package/dist/components/AndRangePicker/index.d.ts +17 -0
- package/dist/components/AndRangePicker/index.d.ts.map +1 -0
- package/dist/components/AndRate/index.d.ts +26 -0
- package/dist/components/AndRate/index.d.ts.map +1 -0
- package/dist/components/AndResult/index.d.ts +9 -0
- package/dist/components/AndResult/index.d.ts.map +1 -0
- package/dist/components/AndRow/index.d.ts +9 -0
- package/dist/components/AndRow/index.d.ts.map +1 -0
- package/dist/components/AndSegmented/index.d.ts +45 -0
- package/dist/components/AndSegmented/index.d.ts.map +1 -0
- package/dist/components/AndSelect/index.d.ts +46 -0
- package/dist/components/AndSelect/index.d.ts.map +1 -0
- package/dist/components/AndSimpleForm/index.d.ts +17 -0
- package/dist/components/AndSimpleForm/index.d.ts.map +1 -0
- package/dist/components/AndSlider/index.d.ts +11 -0
- package/dist/components/AndSlider/index.d.ts.map +1 -0
- package/dist/components/AndSplitter/index.d.ts +85 -0
- package/dist/components/AndSplitter/index.d.ts.map +1 -0
- package/dist/components/AndStatistics/index.d.ts +9 -0
- package/dist/components/AndStatistics/index.d.ts.map +1 -0
- package/dist/components/AndStatisticsCountdown/index.d.ts +9 -0
- package/dist/components/AndStatisticsCountdown/index.d.ts.map +1 -0
- package/dist/components/AndSteps/index.d.ts +57 -0
- package/dist/components/AndSteps/index.d.ts.map +1 -0
- package/dist/components/AndSwitch/index.d.ts +18 -0
- package/dist/components/AndSwitch/index.d.ts.map +1 -0
- package/dist/components/AndTable/ColumnSettingModal.d.ts +37 -0
- package/dist/components/AndTable/ColumnSettingModal.d.ts.map +1 -0
- package/dist/components/AndTable/index.d.ts +11 -0
- package/dist/components/AndTable/index.d.ts.map +1 -0
- package/dist/components/AndTable/renderers.d.ts +28 -0
- package/dist/components/AndTable/renderers.d.ts.map +1 -0
- package/dist/components/AndTabs/index.d.ts +26 -0
- package/dist/components/AndTabs/index.d.ts.map +1 -0
- package/dist/components/AndTag/index.d.ts +21 -0
- package/dist/components/AndTag/index.d.ts.map +1 -0
- package/dist/components/AndText/index.d.ts +35 -0
- package/dist/components/AndText/index.d.ts.map +1 -0
- package/dist/components/AndTimePicker/index.d.ts +28 -0
- package/dist/components/AndTimePicker/index.d.ts.map +1 -0
- package/dist/components/AndTimeline/index.d.ts +9 -0
- package/dist/components/AndTimeline/index.d.ts.map +1 -0
- package/dist/components/AndTitle/index.d.ts +22 -0
- package/dist/components/AndTitle/index.d.ts.map +1 -0
- package/dist/components/AndTransfer/index.d.ts +85 -0
- package/dist/components/AndTransfer/index.d.ts.map +1 -0
- package/dist/components/AndTree/index.d.ts +97 -0
- package/dist/components/AndTree/index.d.ts.map +1 -0
- package/dist/components/AndTreeSelect/index.d.ts +68 -0
- package/dist/components/AndTreeSelect/index.d.ts.map +1 -0
- package/dist/components/AndUpload/index.d.ts +25 -0
- package/dist/components/AndUpload/index.d.ts.map +1 -0
- package/dist/components/AndWatermark.d.ts +45 -0
- package/dist/components/AndWatermark.d.ts.map +1 -0
- package/dist/index.d.ts +86 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +7068 -178
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +24 -0
- package/dist/index.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/types/common.d.ts +58 -16
- package/dist/types/common.d.ts.map +1 -1
- package/package.json +17 -18
- package/dist/_virtual/_plugin-vue_export-helper.esm.js +0 -9
- package/dist/_virtual/_plugin-vue_export-helper.js.js +0 -1
- package/dist/base/actionParser.esm.js +0 -44
- package/dist/base/actionParser.js.js +0 -1
- package/dist/base/baseUtils.d.ts +0 -110
- package/dist/base/baseUtils.d.ts.map +0 -1
- package/dist/base/baseUtils.esm.js +0 -183
- package/dist/base/baseUtils.js.js +0 -1
- package/dist/base/index.d.ts +0 -7
- package/dist/base/index.d.ts.map +0 -1
- package/dist/base/moduleLoader.d.ts +0 -8
- package/dist/base/moduleLoader.d.ts.map +0 -1
- package/dist/base/moduleLoader.esm.js +0 -19
- package/dist/base/moduleLoader.js.js +0 -1
- package/dist/base/mountVueComponent.d.ts +0 -23
- package/dist/base/mountVueComponent.d.ts.map +0 -1
- package/dist/base/mountVueComponent.esm.js +0 -78
- package/dist/base/mountVueComponent.js.js +0 -1
- package/dist/base/store/AndStore.d.ts +0 -17
- package/dist/base/store/AndStore.d.ts.map +0 -1
- package/dist/base/store/andStore.esm.js +0 -76
- package/dist/base/store/andStore.js.js +0 -1
- package/dist/base/useStore.d.ts +0 -121
- package/dist/base/useStore.d.ts.map +0 -1
- package/dist/base/useStore.esm.js +0 -169
- package/dist/base/useStore.js.js +0 -1
- package/dist/components/AndAlert.vue.d.ts +0 -27
- package/dist/components/AndAlert.vue.d.ts.map +0 -1
- package/dist/components/AndAlert.vue.esm.js +0 -61
- package/dist/components/AndAlert.vue.esm2.js +0 -4
- package/dist/components/AndAlert.vue.js.js +0 -1
- package/dist/components/AndAlert.vue.js2.js +0 -1
- package/dist/components/AndAutoComplete.vue.d.ts +0 -40
- package/dist/components/AndAutoComplete.vue.d.ts.map +0 -1
- package/dist/components/AndAutoComplete.vue.esm.js +0 -7
- package/dist/components/AndAutoComplete.vue.esm2.js +0 -74
- package/dist/components/AndAutoComplete.vue.esm3.js +0 -1
- package/dist/components/AndAutoComplete.vue.js.js +0 -1
- package/dist/components/AndAutoComplete.vue.js2.js +0 -1
- package/dist/components/AndAutoComplete.vue.js3.js +0 -1
- package/dist/components/AndAvatar.vue.d.ts +0 -25
- package/dist/components/AndAvatar.vue.d.ts.map +0 -1
- package/dist/components/AndAvatar.vue.esm.js +0 -48
- package/dist/components/AndAvatar.vue.esm2.js +0 -4
- package/dist/components/AndAvatar.vue.js.js +0 -1
- package/dist/components/AndAvatar.vue.js2.js +0 -1
- package/dist/components/AndBreadCrumb.vue.d.ts +0 -20
- package/dist/components/AndBreadCrumb.vue.d.ts.map +0 -1
- package/dist/components/AndBreadCrumb.vue.esm.js +0 -29
- package/dist/components/AndBreadCrumb.vue.esm2.js +0 -4
- package/dist/components/AndBreadCrumb.vue.js.js +0 -1
- package/dist/components/AndBreadCrumb.vue.js2.js +0 -1
- package/dist/components/AndButton.vue.d.ts +0 -28
- package/dist/components/AndButton.vue.d.ts.map +0 -1
- package/dist/components/AndButton.vue.esm.js +0 -57
- package/dist/components/AndButton.vue.esm2.js +0 -4
- package/dist/components/AndButton.vue.js.js +0 -1
- package/dist/components/AndButton.vue.js2.js +0 -1
- package/dist/components/AndCalendar.vue.d.ts +0 -16
- package/dist/components/AndCalendar.vue.d.ts.map +0 -1
- package/dist/components/AndCalendar.vue.esm.js +0 -19
- package/dist/components/AndCalendar.vue.esm2.js +0 -4
- package/dist/components/AndCalendar.vue.js.js +0 -1
- package/dist/components/AndCalendar.vue.js2.js +0 -1
- package/dist/components/AndCard.vue.d.ts +0 -25
- package/dist/components/AndCard.vue.d.ts.map +0 -1
- package/dist/components/AndCard.vue.esm.js +0 -7
- package/dist/components/AndCard.vue.esm2.js +0 -66
- package/dist/components/AndCard.vue.esm3.js +0 -1
- package/dist/components/AndCard.vue.js.js +0 -1
- package/dist/components/AndCard.vue.js2.js +0 -1
- package/dist/components/AndCard.vue.js3.js +0 -1
- package/dist/components/AndCarousel.vue.d.ts +0 -28
- package/dist/components/AndCarousel.vue.d.ts.map +0 -1
- package/dist/components/AndCarousel.vue.esm.js +0 -7
- package/dist/components/AndCarousel.vue.esm2.js +0 -100
- package/dist/components/AndCarousel.vue.esm3.js +0 -1
- package/dist/components/AndCarousel.vue.js.js +0 -1
- package/dist/components/AndCarousel.vue.js2.js +0 -1
- package/dist/components/AndCarousel.vue.js3.js +0 -1
- package/dist/components/AndCascade.vue.d.ts +0 -29
- package/dist/components/AndCascade.vue.d.ts.map +0 -1
- package/dist/components/AndCascade.vue.esm.js +0 -7
- package/dist/components/AndCascade.vue.esm2.js +0 -132
- package/dist/components/AndCascade.vue.esm3.js +0 -1
- package/dist/components/AndCascade.vue.js.js +0 -1
- package/dist/components/AndCascade.vue.js2.js +0 -1
- package/dist/components/AndCascade.vue.js3.js +0 -1
- package/dist/components/AndCheck.vue.d.ts +0 -32
- package/dist/components/AndCheck.vue.d.ts.map +0 -1
- package/dist/components/AndCheck.vue.esm.js +0 -7
- package/dist/components/AndCheck.vue.esm2.js +0 -136
- package/dist/components/AndCheck.vue.esm3.js +0 -1
- package/dist/components/AndCheck.vue.js.js +0 -1
- package/dist/components/AndCheck.vue.js2.js +0 -1
- package/dist/components/AndCheck.vue.js3.js +0 -1
- package/dist/components/AndDatePicker.vue.d.ts +0 -25
- package/dist/components/AndDatePicker.vue.d.ts.map +0 -1
- package/dist/components/AndDatePicker.vue.esm.js +0 -7
- package/dist/components/AndDatePicker.vue.esm2.js +0 -64
- package/dist/components/AndDatePicker.vue.esm3.js +0 -1
- package/dist/components/AndDatePicker.vue.js.js +0 -1
- package/dist/components/AndDatePicker.vue.js2.js +0 -1
- package/dist/components/AndDatePicker.vue.js3.js +0 -1
- package/dist/components/AndDrawer.vue.d.ts +0 -45
- package/dist/components/AndDrawer.vue.d.ts.map +0 -1
- package/dist/components/AndDrawer.vue.esm.js +0 -7
- package/dist/components/AndDrawer.vue.esm2.js +0 -76
- package/dist/components/AndDrawer.vue.esm3.js +0 -1
- package/dist/components/AndDrawer.vue.js.js +0 -1
- package/dist/components/AndDrawer.vue.js2.js +0 -1
- package/dist/components/AndDrawer.vue.js3.js +0 -1
- package/dist/components/AndDropdownMenu.vue.d.ts +0 -22
- package/dist/components/AndDropdownMenu.vue.d.ts.map +0 -1
- package/dist/components/AndDropdownMenu.vue.esm.js +0 -50
- package/dist/components/AndDropdownMenu.vue.esm2.js +0 -4
- package/dist/components/AndDropdownMenu.vue.js.js +0 -1
- package/dist/components/AndDropdownMenu.vue.js2.js +0 -1
- package/dist/components/AndFormItem.vue.d.ts +0 -26
- package/dist/components/AndFormItem.vue.d.ts.map +0 -1
- package/dist/components/AndFormItem.vue.esm.js +0 -45
- package/dist/components/AndFormItem.vue.esm2.js +0 -4
- package/dist/components/AndFormItem.vue.js.js +0 -1
- package/dist/components/AndFormItem.vue.js2.js +0 -1
- package/dist/components/AndIcon.vue.d.ts +0 -39
- package/dist/components/AndIcon.vue.d.ts.map +0 -1
- package/dist/components/AndIcon.vue.esm.js +0 -14
- package/dist/components/AndIcon.vue.esm2.js +0 -4
- package/dist/components/AndIcon.vue.js.js +0 -1
- package/dist/components/AndIcon.vue.js2.js +0 -1
- package/dist/components/AndImage.vue.d.ts +0 -31
- package/dist/components/AndImage.vue.d.ts.map +0 -1
- package/dist/components/AndImage.vue.esm.js +0 -7
- package/dist/components/AndImage.vue.esm2.js +0 -58
- package/dist/components/AndImage.vue.esm3.js +0 -1
- package/dist/components/AndImage.vue.js.js +0 -1
- package/dist/components/AndImage.vue.js2.js +0 -1
- package/dist/components/AndImage.vue.js3.js +0 -1
- package/dist/components/AndImageGroup.vue.d.ts +0 -18
- package/dist/components/AndImageGroup.vue.d.ts.map +0 -1
- package/dist/components/AndImageGroup.vue.esm.js +0 -7
- package/dist/components/AndImageGroup.vue.esm2.js +0 -101
- package/dist/components/AndImageGroup.vue.esm3.js +0 -1
- package/dist/components/AndImageGroup.vue.js.js +0 -1
- package/dist/components/AndImageGroup.vue.js2.js +0 -1
- package/dist/components/AndImageGroup.vue.js3.js +0 -1
- package/dist/components/AndInput.vue.d.ts +0 -36
- package/dist/components/AndInput.vue.d.ts.map +0 -1
- package/dist/components/AndInput.vue.esm.js +0 -7
- package/dist/components/AndInput.vue.esm2.js +0 -106
- package/dist/components/AndInput.vue.esm3.js +0 -1
- package/dist/components/AndInput.vue.js.js +0 -1
- package/dist/components/AndInput.vue.js2.js +0 -1
- package/dist/components/AndInput.vue.js3.js +0 -1
- package/dist/components/AndInputArea.vue.d.ts +0 -23
- package/dist/components/AndInputArea.vue.d.ts.map +0 -1
- package/dist/components/AndInputArea.vue.esm.js +0 -7
- package/dist/components/AndInputArea.vue.esm2.js +0 -55
- package/dist/components/AndInputArea.vue.esm3.js +0 -1
- package/dist/components/AndInputArea.vue.js.js +0 -1
- package/dist/components/AndInputArea.vue.js2.js +0 -1
- package/dist/components/AndInputArea.vue.js3.js +0 -1
- package/dist/components/AndInputNumber.vue.d.ts +0 -29
- package/dist/components/AndInputNumber.vue.d.ts.map +0 -1
- package/dist/components/AndInputNumber.vue.esm.js +0 -7
- package/dist/components/AndInputNumber.vue.esm2.js +0 -88
- package/dist/components/AndInputNumber.vue.esm3.js +0 -1
- package/dist/components/AndInputNumber.vue.js.js +0 -1
- package/dist/components/AndInputNumber.vue.js2.js +0 -1
- package/dist/components/AndInputNumber.vue.js3.js +0 -1
- package/dist/components/AndInputPassword.vue.d.ts +0 -23
- package/dist/components/AndInputPassword.vue.d.ts.map +0 -1
- package/dist/components/AndInputPassword.vue.esm.js +0 -7
- package/dist/components/AndInputPassword.vue.esm2.js +0 -53
- package/dist/components/AndInputPassword.vue.esm3.js +0 -1
- package/dist/components/AndInputPassword.vue.js.js +0 -1
- package/dist/components/AndInputPassword.vue.js2.js +0 -1
- package/dist/components/AndInputPassword.vue.js3.js +0 -1
- package/dist/components/AndInputSearch.vue.d.ts +0 -27
- package/dist/components/AndInputSearch.vue.d.ts.map +0 -1
- package/dist/components/AndInputSearch.vue.esm.js +0 -52
- package/dist/components/AndInputSearch.vue.esm2.js +0 -4
- package/dist/components/AndInputSearch.vue.js.js +0 -1
- package/dist/components/AndInputSearch.vue.js2.js +0 -1
- package/dist/components/AndIterator.vue.d.ts +0 -44
- package/dist/components/AndIterator.vue.d.ts.map +0 -1
- package/dist/components/AndIterator.vue.esm.js +0 -91
- package/dist/components/AndIterator.vue.esm2.js +0 -4
- package/dist/components/AndIterator.vue.js.js +0 -1
- package/dist/components/AndIterator.vue.js2.js +0 -1
- package/dist/components/AndMenu.vue.d.ts +0 -16
- package/dist/components/AndMenu.vue.d.ts.map +0 -1
- package/dist/components/AndMenu.vue.esm.js +0 -22
- package/dist/components/AndMenu.vue.esm2.js +0 -4
- package/dist/components/AndMenu.vue.js.js +0 -1
- package/dist/components/AndMenu.vue.js2.js +0 -1
- package/dist/components/AndModal.vue.d.ts +0 -44
- package/dist/components/AndModal.vue.d.ts.map +0 -1
- package/dist/components/AndModal.vue.esm.js +0 -40
- package/dist/components/AndModal.vue.esm2.js +0 -4
- package/dist/components/AndModal.vue.js.js +0 -1
- package/dist/components/AndModal.vue.js2.js +0 -1
- package/dist/components/AndPagination.vue.d.ts +0 -30
- package/dist/components/AndPagination.vue.d.ts.map +0 -1
- package/dist/components/AndPagination.vue.esm.js +0 -97
- package/dist/components/AndPagination.vue.esm2.js +0 -4
- package/dist/components/AndPagination.vue.js.js +0 -1
- package/dist/components/AndPagination.vue.js2.js +0 -1
- package/dist/components/AndParagraph.vue.d.ts +0 -27
- package/dist/components/AndParagraph.vue.d.ts.map +0 -1
- package/dist/components/AndParagraph.vue.esm.js +0 -46
- package/dist/components/AndParagraph.vue.esm2.js +0 -4
- package/dist/components/AndParagraph.vue.js.js +0 -1
- package/dist/components/AndParagraph.vue.js2.js +0 -1
- package/dist/components/AndProductCategory.vue.d.ts +0 -3
- package/dist/components/AndProductCategory.vue.d.ts.map +0 -1
- package/dist/components/AndProductCategory.vue.esm.js +0 -340
- package/dist/components/AndProductCategory.vue.esm2.js +0 -1
- package/dist/components/AndProductCategory.vue.js.js +0 -1
- package/dist/components/AndProductCategory.vue.js2.js +0 -1
- package/dist/components/AndQRCode.vue.d.ts +0 -37
- package/dist/components/AndQRCode.vue.d.ts.map +0 -1
- package/dist/components/AndQRCode.vue.esm.js +0 -50
- package/dist/components/AndQRCode.vue.esm2.js +0 -4
- package/dist/components/AndQRCode.vue.js.js +0 -1
- package/dist/components/AndQRCode.vue.js2.js +0 -1
- package/dist/components/AndRadio.vue.d.ts +0 -32
- package/dist/components/AndRadio.vue.d.ts.map +0 -1
- package/dist/components/AndRadio.vue.esm.js +0 -7
- package/dist/components/AndRadio.vue.esm2.js +0 -128
- package/dist/components/AndRadio.vue.esm3.js +0 -1
- package/dist/components/AndRadio.vue.js.js +0 -1
- package/dist/components/AndRadio.vue.js2.js +0 -1
- package/dist/components/AndRadio.vue.js3.js +0 -1
- package/dist/components/AndRangePicker.vue.d.ts +0 -16
- package/dist/components/AndRangePicker.vue.d.ts.map +0 -1
- package/dist/components/AndRangePicker.vue.esm.js +0 -54
- package/dist/components/AndRangePicker.vue.esm2.js +0 -4
- package/dist/components/AndRangePicker.vue.js.js +0 -1
- package/dist/components/AndRangePicker.vue.js2.js +0 -1
- package/dist/components/AndRate.vue.d.ts +0 -27
- package/dist/components/AndRate.vue.d.ts.map +0 -1
- package/dist/components/AndRate.vue.esm.js +0 -58
- package/dist/components/AndRate.vue.esm2.js +0 -4
- package/dist/components/AndRate.vue.js.js +0 -1
- package/dist/components/AndRate.vue.js2.js +0 -1
- package/dist/components/AndResult.vue.d.ts +0 -22
- package/dist/components/AndResult.vue.d.ts.map +0 -1
- package/dist/components/AndResult.vue.esm.js +0 -16
- package/dist/components/AndResult.vue.esm2.js +0 -4
- package/dist/components/AndResult.vue.js.js +0 -1
- package/dist/components/AndResult.vue.js2.js +0 -1
- package/dist/components/AndSelect.vue.d.ts +0 -18
- package/dist/components/AndSelect.vue.d.ts.map +0 -1
- package/dist/components/AndSelect.vue.esm.js +0 -7
- package/dist/components/AndSelect.vue.esm2.js +0 -128
- package/dist/components/AndSelect.vue.esm3.js +0 -1
- package/dist/components/AndSelect.vue.js.js +0 -1
- package/dist/components/AndSelect.vue.js2.js +0 -1
- package/dist/components/AndSelect.vue.js3.js +0 -1
- package/dist/components/AndSimpleForm.vue.d.ts +0 -45
- package/dist/components/AndSimpleForm.vue.d.ts.map +0 -1
- package/dist/components/AndSimpleForm.vue.esm.js +0 -7
- package/dist/components/AndSimpleForm.vue.esm2.js +0 -175
- package/dist/components/AndSimpleForm.vue.esm3.js +0 -1
- package/dist/components/AndSimpleForm.vue.js.js +0 -1
- package/dist/components/AndSimpleForm.vue.js2.js +0 -1
- package/dist/components/AndSimpleForm.vue.js3.js +0 -1
- package/dist/components/AndSlider.vue.d.ts +0 -16
- package/dist/components/AndSlider.vue.d.ts.map +0 -1
- package/dist/components/AndSlider.vue.esm.js +0 -7
- package/dist/components/AndSlider.vue.esm2.js +0 -19
- package/dist/components/AndSlider.vue.esm3.js +0 -1
- package/dist/components/AndSlider.vue.js.js +0 -1
- package/dist/components/AndSlider.vue.js2.js +0 -1
- package/dist/components/AndSlider.vue.js3.js +0 -1
- package/dist/components/AndStatistics.vue.d.ts +0 -16
- package/dist/components/AndStatistics.vue.d.ts.map +0 -1
- package/dist/components/AndStatistics.vue.esm.js +0 -19
- package/dist/components/AndStatistics.vue.esm2.js +0 -4
- package/dist/components/AndStatistics.vue.js.js +0 -1
- package/dist/components/AndStatistics.vue.js2.js +0 -1
- package/dist/components/AndStatisticsCountdown.vue.d.ts +0 -16
- package/dist/components/AndStatisticsCountdown.vue.d.ts.map +0 -1
- package/dist/components/AndStatisticsCountdown.vue.esm.js +0 -19
- package/dist/components/AndStatisticsCountdown.vue.esm2.js +0 -4
- package/dist/components/AndStatisticsCountdown.vue.js.js +0 -1
- package/dist/components/AndStatisticsCountdown.vue.js2.js +0 -1
- package/dist/components/AndSteps.vue.d.ts +0 -42
- package/dist/components/AndSteps.vue.d.ts.map +0 -1
- package/dist/components/AndSteps.vue.esm.js +0 -84
- package/dist/components/AndSteps.vue.esm2.js +0 -4
- package/dist/components/AndSteps.vue.js.js +0 -1
- package/dist/components/AndSteps.vue.js2.js +0 -1
- package/dist/components/AndSwitch.vue.d.ts +0 -26
- package/dist/components/AndSwitch.vue.d.ts.map +0 -1
- package/dist/components/AndSwitch.vue.esm.js +0 -49
- package/dist/components/AndSwitch.vue.esm2.js +0 -4
- package/dist/components/AndSwitch.vue.js.js +0 -1
- package/dist/components/AndSwitch.vue.js2.js +0 -1
- package/dist/components/AndTabPane.vue.d.ts +0 -23
- package/dist/components/AndTabPane.vue.d.ts.map +0 -1
- package/dist/components/AndTabPane.vue.esm.js +0 -21
- package/dist/components/AndTabPane.vue.esm2.js +0 -4
- package/dist/components/AndTabPane.vue.js.js +0 -1
- package/dist/components/AndTabPane.vue.js2.js +0 -1
- package/dist/components/AndTable.vue.d.ts +0 -43
- package/dist/components/AndTable.vue.d.ts.map +0 -1
- package/dist/components/AndTable.vue.esm.js +0 -7
- package/dist/components/AndTable.vue.esm2.js +0 -326
- package/dist/components/AndTable.vue.esm3.js +0 -1
- package/dist/components/AndTable.vue.js.js +0 -1
- package/dist/components/AndTable.vue.js2.js +0 -1
- package/dist/components/AndTable.vue.js3.js +0 -1
- package/dist/components/AndTableColumnFilter.vue.d.ts +0 -22
- package/dist/components/AndTableColumnFilter.vue.d.ts.map +0 -1
- package/dist/components/AndTableColumnFilter.vue.esm.js +0 -7
- package/dist/components/AndTableColumnFilter.vue.esm2.js +0 -102
- package/dist/components/AndTableColumnFilter.vue.esm3.js +0 -1
- package/dist/components/AndTableColumnFilter.vue.js.js +0 -1
- package/dist/components/AndTableColumnFilter.vue.js2.js +0 -1
- package/dist/components/AndTableColumnFilter.vue.js3.js +0 -1
- package/dist/components/AndTableFormat.d.ts +0 -56
- package/dist/components/AndTableFormat.d.ts.map +0 -1
- package/dist/components/AndTableFormat.esm.js +0 -118
- package/dist/components/AndTableFormat.js.js +0 -1
- package/dist/components/AndTabs.vue.d.ts +0 -41
- package/dist/components/AndTabs.vue.d.ts.map +0 -1
- package/dist/components/AndTabs.vue.esm.js +0 -113
- package/dist/components/AndTabs.vue.esm2.js +0 -4
- package/dist/components/AndTabs.vue.js.js +0 -1
- package/dist/components/AndTabs.vue.js2.js +0 -1
- package/dist/components/AndTag.vue.d.ts +0 -41
- package/dist/components/AndTag.vue.d.ts.map +0 -1
- package/dist/components/AndTag.vue.esm.js +0 -107
- package/dist/components/AndTag.vue.esm2.js +0 -4
- package/dist/components/AndTag.vue.js.js +0 -1
- package/dist/components/AndTag.vue.js2.js +0 -1
- package/dist/components/AndText.vue.d.ts +0 -33
- package/dist/components/AndText.vue.d.ts.map +0 -1
- package/dist/components/AndText.vue.esm.js +0 -106
- package/dist/components/AndText.vue.esm2.js +0 -4
- package/dist/components/AndText.vue.js.js +0 -1
- package/dist/components/AndText.vue.js2.js +0 -1
- package/dist/components/AndTimePicker.vue.d.ts +0 -16
- package/dist/components/AndTimePicker.vue.d.ts.map +0 -1
- package/dist/components/AndTimePicker.vue.esm.js +0 -19
- package/dist/components/AndTimePicker.vue.esm2.js +0 -4
- package/dist/components/AndTimePicker.vue.js.js +0 -1
- package/dist/components/AndTimePicker.vue.js2.js +0 -1
- package/dist/components/AndTimeline.vue.d.ts +0 -32
- package/dist/components/AndTimeline.vue.d.ts.map +0 -1
- package/dist/components/AndTimeline.vue.esm.js +0 -92
- package/dist/components/AndTimeline.vue.esm2.js +0 -4
- package/dist/components/AndTimeline.vue.js.js +0 -1
- package/dist/components/AndTimeline.vue.js2.js +0 -1
- package/dist/components/AndTitle.vue.d.ts +0 -23
- package/dist/components/AndTitle.vue.d.ts.map +0 -1
- package/dist/components/AndTitle.vue.esm.js +0 -24
- package/dist/components/AndTitle.vue.esm2.js +0 -4
- package/dist/components/AndTitle.vue.js.js +0 -1
- package/dist/components/AndTitle.vue.js2.js +0 -1
- package/dist/components/AndTree.vue.d.ts +0 -48
- package/dist/components/AndTree.vue.d.ts.map +0 -1
- package/dist/components/AndTree.vue.esm.js +0 -64
- package/dist/components/AndTree.vue.esm2.js +0 -4
- package/dist/components/AndTree.vue.js.js +0 -1
- package/dist/components/AndTree.vue.js2.js +0 -1
- package/dist/components/AndTreeSelect.vue.d.ts +0 -16
- package/dist/components/AndTreeSelect.vue.d.ts.map +0 -1
- package/dist/components/AndTreeSelect.vue.esm.js +0 -19
- package/dist/components/AndTreeSelect.vue.esm2.js +0 -4
- package/dist/components/AndTreeSelect.vue.js.js +0 -1
- package/dist/components/AndTreeSelect.vue.js2.js +0 -1
- package/dist/components/AndUpload.vue.d.ts +0 -28
- package/dist/components/AndUpload.vue.d.ts.map +0 -1
- package/dist/components/AndUpload.vue.esm.js +0 -7
- package/dist/components/AndUpload.vue.esm2.js +0 -185
- package/dist/components/AndUpload.vue.esm3.js +0 -1
- package/dist/components/AndUpload.vue.js.js +0 -1
- package/dist/components/AndUpload.vue.js2.js +0 -1
- package/dist/components/AndUpload.vue.js3.js +0 -1
- package/dist/components/TableColumnSetting.vue.d.ts +0 -20
- package/dist/components/TableColumnSetting.vue.d.ts.map +0 -1
- package/dist/components/TableColumnSetting.vue.esm.js +0 -135
- package/dist/components/TableColumnSetting.vue.esm2.js +0 -4
- package/dist/components/TableColumnSetting.vue.js.js +0 -1
- package/dist/components/TableColumnSetting.vue.js2.js +0 -1
- package/dist/components/UploadFile/src/useUpload.d.ts +0 -8
- package/dist/components/UploadFile/src/useUpload.d.ts.map +0 -1
- package/dist/components/UploadFile/src/useUpload.esm.js +0 -12
- package/dist/components/UploadFile/src/useUpload.js.js +0 -1
- package/dist/components/index.d.ts +0 -55
- package/dist/components/index.d.ts.map +0 -1
- package/dist/config/index.d.ts +0 -43
- package/dist/config/index.d.ts.map +0 -1
- package/dist/config/index.esm.js +0 -25
- package/dist/config/index.js.js +0 -1
- package/dist/index.js.js +0 -1
- package/dist/node_modules/.pnpm/@babel_runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/extends.esm.js +0 -13
- package/dist/node_modules/.pnpm/@babel_runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/extends.js.js +0 -1
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/calendar/locale/zh_CN.esm.js +0 -4
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/calendar/locale/zh_CN.js.js +0 -1
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/config-provider/context.esm.js +0 -7
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/config-provider/context.js.js +0 -1
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/date-picker/locale/zh_CN.esm.js +0 -22
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/date-picker/locale/zh_CN.js.js +0 -1
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/locale/zh_CN.esm.js +0 -140
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/locale/zh_CN.js.js +0 -1
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/time-picker/locale/zh_CN.esm.js +0 -7
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/time-picker/locale/zh_CN.js.js +0 -1
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-pagination/locale/zh_CN.esm.js +0 -17
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-pagination/locale/zh_CN.js.js +0 -1
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-picker/locale/zh_CN.esm.js +0 -31
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-picker/locale/zh_CN.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.esm.js +0 -20
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.esm.js +0 -20
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.esm.js +0 -20
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.esm.js +0 -18
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.esm.js +0 -5
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.esm.js +0 -5
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.esm.js +0 -10
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.esm.js +0 -20
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.esm.js +0 -10
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.esm.js +0 -10
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.esm.js +0 -12
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.esm.js +0 -65
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.esm.js +0 -17
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.esm.js +0 -10
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.esm.js +0 -16
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.esm.js +0 -12
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.esm.js +0 -14
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.esm.js +0 -15
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.esm.js +0 -11
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.esm.js +0 -14
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.esm.js +0 -5
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.esm.js +0 -11
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.esm.js +0 -4
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.esm.js +0 -5
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.esm.js +0 -15
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.esm.js +0 -10
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.esm.js +0 -12
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.esm.js +0 -28
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.esm.js +0 -13
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.esm.js +0 -42
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.esm.js +0 -11
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.esm.js +0 -12
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.esm.js +0 -13
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.esm.js +0 -5
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.esm.js +0 -5
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.esm.js +0 -10
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.esm.js +0 -11
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.esm.js +0 -5
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.esm.js +0 -17
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.esm.js +0 -17
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.esm.js +0 -10
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.esm.js +0 -4
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.esm.js +0 -8
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.esm.js +0 -12
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.esm.js +0 -7
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.esm.js +0 -9
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js.js +0 -1
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.esm.js +0 -6
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js.js +0 -1
- package/dist/runtime/Running.d.ts +0 -7
- package/dist/runtime/Running.d.ts.map +0 -1
- package/dist/runtime/Running.esm.js +0 -39
- package/dist/runtime/Running.js.js +0 -1
- package/dist/runtime/index.d.ts +0 -2
- package/dist/runtime/index.d.ts.map +0 -1
- package/dist/runtime/index.esm.js +0 -6
- package/dist/runtime/index.js.js +0 -1
- package/dist/utils/auth.d.ts +0 -3
- package/dist/utils/auth.d.ts.map +0 -1
- package/dist/utils/auth.esm.js +0 -11
- package/dist/utils/auth.js.js +0 -1
- package/dist/utils/base.d.ts +0 -6
- package/dist/utils/base.d.ts.map +0 -1
- package/dist/utils/base.esm.js +0 -15
- package/dist/utils/base.js.js +0 -1
- package/dist/utils/dict.d.ts +0 -3
- package/dist/utils/dict.d.ts.map +0 -1
- package/dist/utils/dict.esm.js +0 -11
- package/dist/utils/dict.js.js +0 -1
- package/dist/utils/formatter.d.ts +0 -60
- package/dist/utils/formatter.d.ts.map +0 -1
- package/dist/utils/formatter.esm.js +0 -594
- package/dist/utils/formatter.js.js +0 -1
- package/dist/utils/index.d.ts +0 -7
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/is.d.ts +0 -6
- package/dist/utils/is.d.ts.map +0 -1
- package/dist/utils/is.esm.js +0 -10
- package/dist/utils/is.js.js +0 -1
- package/dist/utils/request.d.ts +0 -6
- package/dist/utils/request.d.ts.map +0 -1
- package/dist/utils/request.esm.js +0 -11
- package/dist/utils/request.js.js +0 -1
- package/dist/utils/runCommonUtils.d.ts +0 -73
- package/dist/utils/runCommonUtils.d.ts.map +0 -1
- package/dist/utils/runCommonUtils.esm.js +0 -112
- package/dist/utils/runCommonUtils.js.js +0 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CarouselProps as AntCarouselProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface SlideItem {
|
|
6
|
+
title: string;
|
|
7
|
+
key: string;
|
|
8
|
+
}
|
|
9
|
+
export interface AndCarouselProps extends Omit<AntCarouselProps, 'dotPosition' | 'afterChange'>, BaseComponentProps, DataSetConfig {
|
|
10
|
+
/** @deprecated 使用 dotPlacement 替代 */
|
|
11
|
+
dotPosition?: 'top' | 'bottom' | 'left' | 'right';
|
|
12
|
+
/** 指示点位置 */
|
|
13
|
+
dotPlacement?: 'start' | 'end' | 'top' | 'bottom';
|
|
14
|
+
/** Slide 配置列表 */
|
|
15
|
+
slides?: SlideItem[] | string;
|
|
16
|
+
/** 变更动作 */
|
|
17
|
+
changeAction?: string;
|
|
18
|
+
/** onChange 回调 */
|
|
19
|
+
afterChange?: (current: number) => void;
|
|
20
|
+
/** 开发模式 */
|
|
21
|
+
develop?: boolean;
|
|
22
|
+
/** Slide 内容渲染函数 */
|
|
23
|
+
renderSlideContent?: (key: string, index: number) => React.ReactNode;
|
|
24
|
+
}
|
|
25
|
+
export declare const AndCarousel: React.FC<AndCarouselProps>;
|
|
26
|
+
export default AndCarousel;
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndCarousel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAI9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAW5E,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,gBAAgB,EAAE,aAAa,GAAG,aAAa,CAAC,EAAE,kBAAkB,EAAE,aAAa;IAChI,qCAAqC;IACrC,WAAW,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IAClD,YAAY;IACZ,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,CAAC;IAClD,iBAAiB;IACjB,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,MAAM,CAAC;IAC9B,WAAW;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB;IAClB,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,WAAW;IACX,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,mBAAmB;IACnB,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;CACtE;AAeD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA4FlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CascaderProps as AntCascaderProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
interface OptionsCfg {
|
|
6
|
+
/** 远程数据 URL */
|
|
7
|
+
url?: string;
|
|
8
|
+
/** 值字段名 */
|
|
9
|
+
codeKey?: string;
|
|
10
|
+
/** 标签字段名 */
|
|
11
|
+
labelKey?: string;
|
|
12
|
+
/** 子节点字段名 */
|
|
13
|
+
childrenKey?: string;
|
|
14
|
+
/** 最大层级 */
|
|
15
|
+
maxLevel?: number;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* AndCascade Props 接口
|
|
19
|
+
*/
|
|
20
|
+
export interface AndCascadeProps extends Omit<AntCascaderProps, 'onChange'>, BaseComponentProps, DataSetConfig {
|
|
21
|
+
/** 远程选项配置 */
|
|
22
|
+
optionsCfg?: OptionsCfg;
|
|
23
|
+
/** 校验规则 */
|
|
24
|
+
rules?: any[];
|
|
25
|
+
/** 失焦时校验 */
|
|
26
|
+
validateOnBlur?: boolean;
|
|
27
|
+
/** 修改时校验 */
|
|
28
|
+
validateOnChange?: boolean;
|
|
29
|
+
/** 变更动作 */
|
|
30
|
+
changeAction?: string;
|
|
31
|
+
/** 自定义变更处理函数 */
|
|
32
|
+
onChange?: (value: any, selectedOptions?: any[]) => void;
|
|
33
|
+
/** 远程数据URL(自定义属性,不传递给Cascader) */
|
|
34
|
+
remoteUrl?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* AndCascade 组件
|
|
38
|
+
* 封装 Ant Design Cascader,支持远程数据和动作解析
|
|
39
|
+
*/
|
|
40
|
+
export declare const AndCascade: React.FC<AndCascadeProps>;
|
|
41
|
+
export default AndCascade;
|
|
42
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndCascade/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAEjF,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAM9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAK5E,UAAU,UAAU;IAClB,eAAe;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW;IACX,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,EAAE,kBAAkB,EAAE,aAAa;IAC5G,aAAa;IACb,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,WAAW;IACX,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;IACd,YAAY;IACZ,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY;IACZ,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,eAAe,CAAC,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;IACzD,kCAAkC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAwED;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsMhD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CheckboxProps as AntCheckboxProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
interface CheckboxOption {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string | number;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}
|
|
10
|
+
interface OptionsCfg {
|
|
11
|
+
url?: string;
|
|
12
|
+
codeKey?: string;
|
|
13
|
+
labelKey?: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* AndCheckbox Props 接口
|
|
17
|
+
*/
|
|
18
|
+
export interface AndCheckboxProps extends Omit<AntCheckboxProps, 'onChange'>, BaseComponentProps, DataSetConfig {
|
|
19
|
+
/** 选项列表 (用于多选模式) */
|
|
20
|
+
options?: CheckboxOption[];
|
|
21
|
+
/** 远程选项配置 */
|
|
22
|
+
optionsCfg?: OptionsCfg;
|
|
23
|
+
/** 是否为多选模式 */
|
|
24
|
+
multiple?: boolean;
|
|
25
|
+
/** 变更动作 */
|
|
26
|
+
changeAction?: string;
|
|
27
|
+
/** 校验规则 */
|
|
28
|
+
rules?: any[];
|
|
29
|
+
/** 失焦时校验 */
|
|
30
|
+
validateOnBlur?: boolean;
|
|
31
|
+
/** 修改时校验 */
|
|
32
|
+
validateOnChange?: boolean;
|
|
33
|
+
/** 自定义变更处理函数 (多选) */
|
|
34
|
+
onChangeMultiple?: (values: (string | number)[]) => void;
|
|
35
|
+
/** 自定义变更处理函数 (单选) */
|
|
36
|
+
onChange?: (checked: boolean) => void;
|
|
37
|
+
/** 多选值 */
|
|
38
|
+
values?: (string | number)[];
|
|
39
|
+
/** 字典编码 */
|
|
40
|
+
dictCode?: string;
|
|
41
|
+
/** 远程数据URL(自定义属性) */
|
|
42
|
+
remoteUrl?: string;
|
|
43
|
+
/** 排列方向 */
|
|
44
|
+
direction?: 'horizontal' | 'vertical';
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* AndCheckbox 组件
|
|
48
|
+
* 封装 Ant Design Checkbox,支持单选和多选模式
|
|
49
|
+
*/
|
|
50
|
+
export declare const AndCheckbox: React.FC<AndCheckboxProps>;
|
|
51
|
+
export default AndCheckbox;
|
|
52
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndCheckbox/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAQ9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAE5E,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAGD,UAAU,UAAU;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,EAAE,kBAAkB,EAAE,aAAa;IAC7G,oBAAoB;IACpB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,aAAa;IACb,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,cAAc;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW;IACX,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;IACd,YAAY;IACZ,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY;IACZ,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,qBAAqB;IACrB,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,KAAK,IAAI,CAAC;IACzD,qBAAqB;IACrB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,UAAU;IACV,MAAM,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC7B,WAAW;IACX,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW;IACX,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACvC;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAyLlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ColProps as AntColProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndColumnProps extends AntColProps, BaseComponentProps {
|
|
6
|
+
}
|
|
7
|
+
export declare const AndColumn: React.FC<AndColumnProps>;
|
|
8
|
+
export default AndColumn;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndColumn/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,WAAW,EAAE,MAAM,MAAM,CAAC;AACpD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,WAAW,cAAe,SAAQ,WAAW,EAAE,kBAAkB;CAAG;AAE1E,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAI9C,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { FlexProps as AntFlexProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndContainerProps extends AntFlexProps, BaseComponentProps {
|
|
6
|
+
}
|
|
7
|
+
export declare const AndContainer: React.FC<AndContainerProps>;
|
|
8
|
+
export default AndContainer;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,SAAS,IAAI,YAAY,EAAE,MAAM,MAAM,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,WAAW,iBAAkB,SAAQ,YAAY,EAAE,kBAAkB;CAAG;AAE9E,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAIpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DatePickerProps as AntDatePickerProps } from 'antd';
|
|
3
|
+
import { Dayjs } from 'dayjs';
|
|
4
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* AndDatePicker Props 接口
|
|
8
|
+
*/
|
|
9
|
+
export interface AndDatePickerProps extends Omit<AntDatePickerProps, 'onChange' | 'value'>, BaseComponentProps, DataSetConfig {
|
|
10
|
+
/** 变更动作 */
|
|
11
|
+
changeAction?: string;
|
|
12
|
+
/** 值格式 (如 'YYYY-MM-DD') */
|
|
13
|
+
valueFormat?: string;
|
|
14
|
+
/** 校验规则 */
|
|
15
|
+
rules?: any[];
|
|
16
|
+
/** 失焦时校验 */
|
|
17
|
+
validateOnBlur?: boolean;
|
|
18
|
+
/** 修改时校验 */
|
|
19
|
+
validateOnChange?: boolean;
|
|
20
|
+
/** 自定义变更处理函数 */
|
|
21
|
+
onChange?: (date: Dayjs | null, dateString: string | string[]) => void;
|
|
22
|
+
/** 值 */
|
|
23
|
+
value?: string | Dayjs;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* AndDatePicker 组件
|
|
27
|
+
* 封装 Ant Design DatePicker,支持数据绑定和动作解析
|
|
28
|
+
*/
|
|
29
|
+
export declare const AndDatePicker: React.FC<AndDatePickerProps>;
|
|
30
|
+
export default AndDatePicker;
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndDatePicker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAE/D,OAAO,KAAK,EAAE,eAAe,IAAI,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAClE,OAAc,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAMrC,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAE5E;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,GAAG,OAAO,CAAC,EAAE,kBAAkB,EAAE,aAAa;IAC3H,WAAW;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2BAA2B;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW;IACX,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;IACd,YAAY;IACZ,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY;IACZ,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB;IAChB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;IACvE,QAAQ;IACR,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;CACxB;AAED;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6GtD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DividerProps as AntDividerProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* AndDivider Props 接口
|
|
7
|
+
* 基于 Ant Design Divider 组件,完整支持所有 API
|
|
8
|
+
*
|
|
9
|
+
* API 参考: https://ant.design/components/divider-cn
|
|
10
|
+
*
|
|
11
|
+
* Props:
|
|
12
|
+
* - children: ReactNode - 分割线内的文字
|
|
13
|
+
* - dashed: boolean - 是否虚线 (已废弃,请使用 variant)
|
|
14
|
+
* - orientation: 'left' | 'right' | 'center' - 分割线标题的位置 (已废弃, 使用 titlePlacement)
|
|
15
|
+
* - titlePlacement: 'start' | 'end' | 'center' - 分割线标题的位置 (5.25.0+)
|
|
16
|
+
* - plain: boolean - 使用轻量级分割文字样式
|
|
17
|
+
* - type: 'horizontal' | 'vertical' - 水平或垂直分割线
|
|
18
|
+
* - variant: 'solid' | 'dashed' | 'dotted' - 分割线变体 (5.20.0+)
|
|
19
|
+
*
|
|
20
|
+
* Semantic DOM:
|
|
21
|
+
* - root: 根元素
|
|
22
|
+
* - rail: 分割线条元素
|
|
23
|
+
* - content: 内容元素
|
|
24
|
+
*/
|
|
25
|
+
export interface AndDividerProps extends AntDividerProps, BaseComponentProps {
|
|
26
|
+
/** 分割线文字 (children 的别名,便于 GrapesJS 配置) */
|
|
27
|
+
text?: React.ReactNode;
|
|
28
|
+
/** Semantic DOM 样式 */
|
|
29
|
+
styles?: {
|
|
30
|
+
root?: React.CSSProperties;
|
|
31
|
+
rail?: React.CSSProperties;
|
|
32
|
+
content?: React.CSSProperties;
|
|
33
|
+
};
|
|
34
|
+
/** Design Token */
|
|
35
|
+
token?: Record<string, any>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* AndDivider 组件
|
|
39
|
+
* 封装 Ant Design Divider,支持完整 API、Semantic DOM 和 Design Token
|
|
40
|
+
*/
|
|
41
|
+
export declare const AndDivider: React.FC<AndDividerProps>;
|
|
42
|
+
export default AndDivider;
|
|
43
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndDivider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAC5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,WAAW,eAAgB,SAAQ,eAAe,EAAE,kBAAkB;IAC1E,0CAA0C;IAC1C,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,sBAAsB;IACtB,MAAM,CAAC,EAAE;QACP,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC/B,CAAC;IACF,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC7B;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmChD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DrawerProps as AntDrawerProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* AndDrawer Props 接口
|
|
7
|
+
*/
|
|
8
|
+
export interface AndDrawerProps extends Omit<AntDrawerProps, 'onClose'>, BaseComponentProps, DataSetConfig {
|
|
9
|
+
/** 关闭动作 */
|
|
10
|
+
closeAction?: string;
|
|
11
|
+
/** 关闭回调 */
|
|
12
|
+
onClose?: () => void;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* AndDrawer 组件
|
|
16
|
+
* 封装 Ant Design Drawer,支持数据绑定和动作解析
|
|
17
|
+
*/
|
|
18
|
+
export declare const AndDrawer: React.FC<AndDrawerProps>;
|
|
19
|
+
export default AndDrawer;
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndDrawer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,MAAM,CAAC;AAG1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAE5E;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,EAAE,kBAAkB,EAAE,aAAa;IACxG,WAAW;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW;IACX,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA4D9C,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DropdownProps as AntDropdownProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
interface MenuItem {
|
|
6
|
+
key: string;
|
|
7
|
+
label: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
danger?: boolean;
|
|
11
|
+
divider?: boolean;
|
|
12
|
+
children?: MenuItem[];
|
|
13
|
+
}
|
|
14
|
+
/** 与 Ant Design Dropdown/Menu 事件对应的 command 动作名,用于 Extend 中 createWatchCommands 注册 */
|
|
15
|
+
export interface AndDropdownActionProps {
|
|
16
|
+
/** 点击菜单项(Menu onClick) */
|
|
17
|
+
clickAction?: string;
|
|
18
|
+
/** 菜单项被选中(Menu onSelect,selectable 时) */
|
|
19
|
+
selectAction?: string;
|
|
20
|
+
/** 菜单项取消选中(Menu onDeselect,multiple 时) */
|
|
21
|
+
deselectAction?: string;
|
|
22
|
+
/** 下拉框显示/隐藏(Dropdown onOpenChange) */
|
|
23
|
+
openChangeAction?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface AndDropdownProps extends Omit<AntDropdownProps, 'menu' | 'children' | 'onOpenChange'>, BaseComponentProps, DataSetConfig, AndDropdownActionProps {
|
|
26
|
+
/** 按钮文本 */
|
|
27
|
+
text?: string;
|
|
28
|
+
/** 菜单项配置 */
|
|
29
|
+
items?: MenuItem[] | string;
|
|
30
|
+
/** 子元素 */
|
|
31
|
+
children?: React.ReactNode;
|
|
32
|
+
/** (Internal) 是否有 GrapesJS 子组件 */
|
|
33
|
+
hasChildren?: boolean;
|
|
34
|
+
/** 直接透传:下拉框显示状态变化 */
|
|
35
|
+
onOpenChange?: (open: boolean, info: {
|
|
36
|
+
source: 'trigger' | 'menu';
|
|
37
|
+
}) => void;
|
|
38
|
+
}
|
|
39
|
+
export declare const AndDropdown: React.FC<AndDropdownProps>;
|
|
40
|
+
export default AndDropdown;
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndDropdown/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAGpD,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAa,MAAM,MAAM,CAAC;AAIzE,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAG5E,UAAU,QAAQ;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;CACvB;AAED,sFAAsF;AACtF,MAAM,WAAW,sBAAsB;IACrC,0BAA0B;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yCAAyC;IACzC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,0CAA0C;IAC1C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sCAAsC;IACtC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,GAAG,cAAc,CAAC,EAClE,kBAAkB,EAClB,aAAa,EACb,sBAAsB;IACxB,WAAW;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY;IACZ,KAAK,CAAC,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC;IAC5B,UAAU;IACV,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,kCAAkC;IAClC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB;IACrB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE;QAAE,MAAM,EAAE,SAAS,GAAG,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CAC9E;AAiCD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2IlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface AndDynamicContainerProps {
|
|
4
|
+
/** 要渲染的组件名称 */
|
|
5
|
+
componentName: string;
|
|
6
|
+
/** 静态 props */
|
|
7
|
+
componentProps?: Record<string, any>;
|
|
8
|
+
/** 从 Store 获取 props 的 key */
|
|
9
|
+
storePropsKey?: string;
|
|
10
|
+
/** 会话 ID */
|
|
11
|
+
sessionId?: string;
|
|
12
|
+
/** 容器标题 (仅设计模式显示) */
|
|
13
|
+
title?: string;
|
|
14
|
+
/** 是否开发/设计模式 */
|
|
15
|
+
develop?: boolean;
|
|
16
|
+
/** 容器样式 */
|
|
17
|
+
style?: React.CSSProperties;
|
|
18
|
+
/** ID */
|
|
19
|
+
id?: string;
|
|
20
|
+
/** 组件解析器 - 由运行时注入 */
|
|
21
|
+
componentResolver?: (name: string) => React.ComponentType<any> | null;
|
|
22
|
+
/** 占位符文本 - 当组件未配置或未找到时显示 */
|
|
23
|
+
placeholder?: string;
|
|
24
|
+
/** 仅设计器:占位内容(图标/标题/storeKey)的 flex 方向 */
|
|
25
|
+
placeholderFlexDirection?: 'column' | 'row';
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* AndDynamicContainer - 动态容器组件
|
|
29
|
+
*
|
|
30
|
+
* 在设计器中显示为占位符卡片,运行时动态加载指定组件。
|
|
31
|
+
*
|
|
32
|
+
* 使用方式:
|
|
33
|
+
* 1. 设计器:拖入画布,配置 componentName 和 storePropsKey
|
|
34
|
+
* 2. 运行时:通过 componentResolver 注入组件解析能力
|
|
35
|
+
*/
|
|
36
|
+
export declare const AndDynamicContainer: React.FC<AndDynamicContainerProps>;
|
|
37
|
+
export default AndDynamicContainer;
|
|
38
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndDynamicContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAOjD,MAAM,WAAW,wBAAwB;IACvC,eAAe;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe;IACf,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,6BAA6B;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW;IACX,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS;IACT,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qBAAqB;IACrB,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IACtE,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yCAAyC;IACzC,wBAAwB,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;CAC7C;AAoCD;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAuIlE,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { FormItemProps as AntFormItemProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndFormItemProps extends AntFormItemProps, BaseComponentProps {
|
|
6
|
+
}
|
|
7
|
+
export declare const AndFormItem: React.FC<AndFormItemProps>;
|
|
8
|
+
export default AndFormItem;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndFormItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAC9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,WAAW,gBAAiB,SAAQ,gBAAgB,EAAE,kBAAkB;CAAG;AAEjF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAIlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BaseComponentProps } from '../../types/common';
|
|
3
|
+
|
|
4
|
+
export interface AndIconProps extends BaseComponentProps {
|
|
5
|
+
/** 图标名称(Ant Design Icons) */
|
|
6
|
+
name?: string;
|
|
7
|
+
/** 自定义 SVG 代码,存在时优先渲染 SVG */
|
|
8
|
+
svg?: string;
|
|
9
|
+
/** 图标大小 */
|
|
10
|
+
size?: number;
|
|
11
|
+
/** 图标颜色 */
|
|
12
|
+
color?: string;
|
|
13
|
+
/** 是否旋转动画 */
|
|
14
|
+
spin?: boolean;
|
|
15
|
+
/** 旋转角度(度) */
|
|
16
|
+
rotate?: number;
|
|
17
|
+
/** 双色图标第二色(仅 Ant Design 双色图标) */
|
|
18
|
+
twoToneColor?: string;
|
|
19
|
+
/** 自定义样式 */
|
|
20
|
+
style?: React.CSSProperties;
|
|
21
|
+
/** 组件样式配置 */
|
|
22
|
+
styles?: React.CSSProperties;
|
|
23
|
+
/** 点击事件 */
|
|
24
|
+
onClick?: () => void;
|
|
25
|
+
}
|
|
26
|
+
export declare const AndIcon: React.FC<AndIconProps>;
|
|
27
|
+
export default AndIcon;
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndIcon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,WAAW,YAAa,SAAQ,kBAAkB;IACtD,6BAA6B;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa;IACb,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,cAAc;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY;IACZ,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,aAAa;IACb,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,WAAW;IACX,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAOD,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA4E1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ImageProps as AntImageProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndImageProps extends AntImageProps, BaseComponentProps, DataSetConfig {
|
|
6
|
+
remoteUrl?: string;
|
|
7
|
+
objectFit?: React.CSSProperties['objectFit'];
|
|
8
|
+
}
|
|
9
|
+
export declare const AndImage: React.FC<AndImageProps>;
|
|
10
|
+
export default AndImage;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,UAAU,IAAI,aAAa,EAAE,MAAM,MAAM,CAAC;AAIxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAa5E,MAAM,WAAW,aAAc,SAAQ,aAAa,EAAE,kBAAkB,EAAE,aAAa;IACrF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;CAC9C;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAyE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
3
|
+
|
|
4
|
+
export interface AndImageGroupProps extends BaseComponentProps, DataSetConfig {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
preview?: boolean;
|
|
7
|
+
items?: string[];
|
|
8
|
+
}
|
|
9
|
+
export declare const AndImageGroup: React.FC<AndImageGroupProps>;
|
|
10
|
+
export default AndImageGroup;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndImageGroup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAgB5E,MAAM,WAAW,kBAAmB,SAAQ,kBAAkB,EAAE,aAAa;IAC3E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA0DtD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { InputProps as AntInputProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface InputSemanticStyles {
|
|
6
|
+
root?: React.CSSProperties;
|
|
7
|
+
prefix?: React.CSSProperties;
|
|
8
|
+
input?: React.CSSProperties;
|
|
9
|
+
suffix?: React.CSSProperties;
|
|
10
|
+
count?: React.CSSProperties;
|
|
11
|
+
}
|
|
12
|
+
export interface InputToken {
|
|
13
|
+
activeBorderColor?: string;
|
|
14
|
+
activeShadow?: string;
|
|
15
|
+
addonBg?: string;
|
|
16
|
+
hoverBorderColor?: string;
|
|
17
|
+
inputFontSize?: number;
|
|
18
|
+
inputFontSizeLG?: number;
|
|
19
|
+
inputFontSizeSM?: number;
|
|
20
|
+
paddingBlock?: number;
|
|
21
|
+
paddingBlockLG?: number;
|
|
22
|
+
paddingBlockSM?: number;
|
|
23
|
+
paddingInline?: number;
|
|
24
|
+
paddingInlineLG?: number;
|
|
25
|
+
paddingInlineSM?: number;
|
|
26
|
+
}
|
|
27
|
+
export interface InputValidationRule {
|
|
28
|
+
type?: string;
|
|
29
|
+
required?: boolean;
|
|
30
|
+
message?: string;
|
|
31
|
+
pattern?: string | RegExp;
|
|
32
|
+
min?: number;
|
|
33
|
+
max?: number;
|
|
34
|
+
}
|
|
35
|
+
export interface AndInputProps extends Omit<AntInputProps, 'onChange'>, BaseComponentProps, DataSetConfig {
|
|
36
|
+
changeAction?: string;
|
|
37
|
+
rules?: InputValidationRule[];
|
|
38
|
+
validateOnBlur?: boolean;
|
|
39
|
+
validateOnChange?: boolean;
|
|
40
|
+
onChange?: (value: string, e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
41
|
+
styles?: InputSemanticStyles;
|
|
42
|
+
token?: InputToken;
|
|
43
|
+
}
|
|
44
|
+
export declare const AndInput: React.NamedExoticComponent<AndInputProps>;
|
|
45
|
+
export default AndInput;
|
|
46
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,UAAU,IAAI,aAAa,EAAE,MAAM,MAAM,CAAC;AAKxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAM5E,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B;AAED,MAAM,WAAW,UAAU;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,EAAE,kBAAkB,EAAE,aAAa;IACvG,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC3E,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB;AAmPD,eAAO,MAAM,QAAQ,2CAA4B,CAAC;AAClD,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { TextAreaProps as AntTextAreaProps } from 'antd/es/input';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndInputAreaProps extends Omit<AntTextAreaProps, "onChange">, BaseComponentProps, DataSetConfig {
|
|
6
|
+
rules?: Array<{
|
|
7
|
+
type?: string;
|
|
8
|
+
required?: boolean;
|
|
9
|
+
message?: string;
|
|
10
|
+
pattern?: string | RegExp;
|
|
11
|
+
min?: number;
|
|
12
|
+
max?: number;
|
|
13
|
+
}>;
|
|
14
|
+
validateOnBlur?: boolean;
|
|
15
|
+
validateOnChange?: boolean;
|
|
16
|
+
changeAction?: string;
|
|
17
|
+
pressEnterAction?: string;
|
|
18
|
+
onChange?: (value: string, e: React.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
19
|
+
}
|
|
20
|
+
export declare const AndInputArea: React.FC<AndInputAreaProps>;
|
|
21
|
+
export default AndInputArea;
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndInputArea/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAKvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAK5E,MAAM,WAAW,iBACf,SAAQ,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,EACxC,kBAAkB,EAClB,aAAa;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9H,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;CAC/E;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkIpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { InputNumberProps as AntInputNumberProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndInputNumberProps extends Omit<AntInputNumberProps, "onChange">, BaseComponentProps, DataSetConfig {
|
|
6
|
+
rules?: Array<{
|
|
7
|
+
type?: string;
|
|
8
|
+
required?: boolean;
|
|
9
|
+
message?: string;
|
|
10
|
+
min?: number;
|
|
11
|
+
max?: number;
|
|
12
|
+
}>;
|
|
13
|
+
validateOnBlur?: boolean;
|
|
14
|
+
validateOnChange?: boolean;
|
|
15
|
+
changeAction?: string;
|
|
16
|
+
pressEnterAction?: string;
|
|
17
|
+
stepAction?: string;
|
|
18
|
+
onChange?: (value: number | null) => void;
|
|
19
|
+
}
|
|
20
|
+
export declare const AndInputNumber: React.FC<AndInputNumberProps>;
|
|
21
|
+
export default AndInputNumber;
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndInputNumber/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,MAAM,MAAM,CAAC;AAMpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAK5E,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,mBAAmB,EAAE,UAAU,CAAC,EAC3C,kBAAkB,EAClB,aAAa;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnG,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAmLxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { PasswordProps as AntPasswordProps } from 'antd/es/input';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndInputPasswordProps extends Omit<AntPasswordProps, "onChange">, BaseComponentProps, DataSetConfig {
|
|
6
|
+
rules?: Array<{
|
|
7
|
+
type?: string;
|
|
8
|
+
required?: boolean;
|
|
9
|
+
message?: string;
|
|
10
|
+
pattern?: string | RegExp;
|
|
11
|
+
min?: number;
|
|
12
|
+
max?: number;
|
|
13
|
+
}>;
|
|
14
|
+
validateOnBlur?: boolean;
|
|
15
|
+
validateOnChange?: boolean;
|
|
16
|
+
changeAction?: string;
|
|
17
|
+
onChange?: (value: string, e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const AndInputPassword: React.FC<AndInputPasswordProps>;
|
|
20
|
+
export default AndInputPassword;
|
|
21
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndInputPassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAKvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAK5E,MAAM,WAAW,qBACf,SAAQ,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,EACxC,kBAAkB,EAClB,aAAa;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9H,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC5E;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA8G5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SearchProps as AntSearchProps } from 'antd/es/input';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* AndInputSearch Props 接口
|
|
7
|
+
*/
|
|
8
|
+
export interface AndInputSearchProps extends Omit<AntSearchProps, 'onChange' | 'onSearch'>, BaseComponentProps, DataSetConfig {
|
|
9
|
+
changeAction?: string;
|
|
10
|
+
searchAction?: string;
|
|
11
|
+
onChange?: (value: string) => void;
|
|
12
|
+
onSearch?: (value: string) => void;
|
|
13
|
+
}
|
|
14
|
+
export declare const AndInputSearch: React.FC<AndInputSearchProps>;
|
|
15
|
+
export default AndInputSearch;
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndInputSearch/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAInE,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAI5E;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,GAAG,UAAU,CAAC,EAAE,kBAAkB,EAAE,aAAa;IAC3H,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+CxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|