@nuwatop/code-canvas-core 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- 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 +7064 -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 +22 -24
- 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
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021-present Archer
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CommandsUtils - React 版命令监听工具
|
|
3
|
+
* 类似 Vue 版本的 watchCommands,监听命令队列并执行函数
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* 命令项接口
|
|
7
|
+
*/
|
|
8
|
+
export interface CommandItem {
|
|
9
|
+
actionName: string;
|
|
10
|
+
arg?: any;
|
|
11
|
+
timestamp: number;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* 监听命令队列的通用函数
|
|
15
|
+
* @param _store - store 实例(从 useItemStore 获取)
|
|
16
|
+
* @param sessionId - 会话ID
|
|
17
|
+
* @param context - 执行上下文,包含可调用的函数
|
|
18
|
+
* @returns 取消订阅函数
|
|
19
|
+
*/
|
|
20
|
+
export declare function watchCommands(_store: any, sessionId: string, context?: Record<string, (...args: any[]) => void>): () => void;
|
|
21
|
+
/**
|
|
22
|
+
* 创建一个绑定了模块上下文的 watchCommands 函数
|
|
23
|
+
* @param getModuleExports - 获取当前模块导出对象的函数(支持延迟获取)
|
|
24
|
+
* @returns 绑定了上下文的 watchCommands 函数
|
|
25
|
+
*/
|
|
26
|
+
export declare function createWatchCommands(getModuleExports: () => Record<string, (...args: any[]) => void>): (store: any, sessionId: string) => () => void;
|
|
27
|
+
//# sourceMappingURL=CommandsUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandsUtils.d.ts","sourceRoot":"","sources":["../../src/base/CommandsUtils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAC3B,MAAM,EAAE,GAAG,EACX,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAM,GACrD,MAAM,IAAI,CA2CZ;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CACjC,gBAAgB,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC,WAExC,GAAG,aAAa,MAAM,KAAG,MAAM,IAAI,CAK5D"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { RequestConfig, UploadConfig, DictOption } from '../../config';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* 通用 API 服务 Hook
|
|
5
|
+
*/
|
|
6
|
+
export declare function useApiService(): {
|
|
7
|
+
request: <T = any>(urlOrConfig: string | RequestConfig, options?: Omit<RequestConfig, "url">) => Promise<T>;
|
|
8
|
+
get: <T_1 = any>(url: string, params?: Record<string, any>, options?: Omit<RequestConfig, "url" | "params" | "method">) => Promise<T_1>;
|
|
9
|
+
post: <T_2 = any>(url: string, data?: any, options?: Omit<RequestConfig, "url" | "data" | "method">) => Promise<T_2>;
|
|
10
|
+
getDictOptions: (dictCode: string) => Promise<DictOption[]>;
|
|
11
|
+
upload: (file: File, uploadConfig?: UploadConfig) => Promise<any>;
|
|
12
|
+
getAccessToken: () => string | null;
|
|
13
|
+
isConfigured: () => boolean;
|
|
14
|
+
baseURL: string | undefined;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* 字典数据 Hook
|
|
18
|
+
* 自动加载并缓存字典数据
|
|
19
|
+
*/
|
|
20
|
+
export declare function useDictOptions(dictCode: string | undefined): {
|
|
21
|
+
options: DictOption[];
|
|
22
|
+
loading: boolean;
|
|
23
|
+
error: Error | null;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* 远程数据 Hook
|
|
27
|
+
* 加载远程选项数据
|
|
28
|
+
*/
|
|
29
|
+
export declare function useRemoteOptions(url: string | undefined, config?: {
|
|
30
|
+
labelKey?: string;
|
|
31
|
+
valueKey?: string;
|
|
32
|
+
immediate?: boolean;
|
|
33
|
+
/** 请求时的查询参数,如 { pageSize: 100, status: 0 } */
|
|
34
|
+
params?: Record<string, any>;
|
|
35
|
+
/**
|
|
36
|
+
* 响应中选项数组所在字段名。不传时:根为数组则直接用,否则取 list 或 records。
|
|
37
|
+
* 指定后从根对象的该字段取数组,如 "children" 表示从 data.children 取选项列表。
|
|
38
|
+
*/
|
|
39
|
+
field?: string;
|
|
40
|
+
}): {
|
|
41
|
+
options: DictOption[];
|
|
42
|
+
loading: boolean;
|
|
43
|
+
error: Error | null;
|
|
44
|
+
reload: () => Promise<void>;
|
|
45
|
+
};
|
|
46
|
+
export default useApiService;
|
|
47
|
+
//# sourceMappingURL=useApiService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useApiService.d.ts","sourceRoot":"","sources":["../../../src/base/hooks/useApiService.ts"],"names":[],"mappings":"AAKA,OAAO,EAML,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,UAAU,EAChB,MAAM,cAAc,CAAC;AAEtB;;GAEG;AACH,wBAAgB,aAAa;oCAQV,MAAM,GAAG,aAAa,YACzB,KAAK,aAAa,EAAE,KAAK,CAAC;0BAgB/B,MAAM,WACF,OAAO,MAAM,EAAE,GAAG,CAAC,YAClB,KAAK,aAAa,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;2BAYrD,MAAM,SACJ,GAAG,YACA,KAAK,aAAa,EAAE,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC;+BAWzC,MAAM,KAAG,QAAQ,UAAU,EAAE,CAAC;mBAUlC,IAAI,iBAAiB,YAAY;0BAST,MAAM,GAAG,IAAI;;;EAqBrD;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS;;;;EAuC1D;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAC9B,GAAG,EAAE,MAAM,GAAG,SAAS,EACvB,MAAM,CAAC,EAAE;IACP,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;;;;EA0EF;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { Root } from 'react-dom/client';
|
|
3
|
+
|
|
4
|
+
interface MountOptions {
|
|
5
|
+
el: HTMLElement;
|
|
6
|
+
component: React.ComponentType<any>;
|
|
7
|
+
props?: Record<string, any>;
|
|
8
|
+
customTheme?: 'light' | 'dark';
|
|
9
|
+
/** 强制将样式注入到主文档而非 iframe(用于 traits 面板等主文档组件) */
|
|
10
|
+
forMainDocument?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* 跳过卸载旧 Root (仅用于强制重置 DOM 等特殊场景)
|
|
13
|
+
* 警告:可能导致 React Root 泄漏,仅在明确知晓 DOM 已被破坏时使用
|
|
14
|
+
*/
|
|
15
|
+
skipUnmount?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* 初始化全局配置
|
|
19
|
+
*/
|
|
20
|
+
export declare const initReactMount: () => void;
|
|
21
|
+
/**
|
|
22
|
+
* 清除指定 Document 的 CSS cache
|
|
23
|
+
* 在 iframe 销毁时调用此函数,确保新 iframe 能够重新生成样式
|
|
24
|
+
*/
|
|
25
|
+
export declare const clearCssCache: (doc?: Document) => void;
|
|
26
|
+
/**
|
|
27
|
+
* 挂载 React 组件到指定 DOM 元素
|
|
28
|
+
* 用于在 GrapesJS Canvas 中动态渲染 React 组件
|
|
29
|
+
*
|
|
30
|
+
* 使用 StyleProvider 的 container 属性将 CSS-in-JS 样式注入到 iframe 的 head 中
|
|
31
|
+
*/
|
|
32
|
+
export declare const mountReactComponent: ({ el, component: Component, props, customTheme, forMainDocument, skipUnmount, }: MountOptions) => Promise<{
|
|
33
|
+
root: Root;
|
|
34
|
+
unmount: () => void;
|
|
35
|
+
update: (newProps: Record<string, any>) => void;
|
|
36
|
+
}>;
|
|
37
|
+
/**
|
|
38
|
+
* 清理所有已挂载的组件
|
|
39
|
+
*/
|
|
40
|
+
export declare const cleanupAllMounts: () => void;
|
|
41
|
+
export default mountReactComponent;
|
|
42
|
+
//# sourceMappingURL=mountReactComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mountReactComponent.d.ts","sourceRoot":"","sources":["../../src/base/mountReactComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAKpD,UAAU,YAAY;IACpB,EAAE,EAAE,WAAW,CAAC;IAChB,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC/B,+CAA+C;IAC/C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAUD;;GAEG;AACH,eAAO,MAAM,cAAc,YAG1B,CAAC;AAcF;;;GAGG;AACH,eAAO,MAAM,aAAa,SAAU,QAAQ,SAI3C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,oFAO7B,YAAY;;;uBAuGQ,OAAO,MAAM,EAAE,GAAG,CAAC;EAMzC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,YAG5B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Store 路径解析与读写工具
|
|
3
|
+
* 与 original UseStore 一致:支持 dataSet 数组下标(如 list[0])、dataSetField 多级路径(如 pagination.current、value[0].name)
|
|
4
|
+
*/
|
|
5
|
+
export type PathSegment = {
|
|
6
|
+
type: 'array' | 'property';
|
|
7
|
+
key: string | number;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* 解析 dataSet 名中的数组下标
|
|
11
|
+
* 例如 "to_deal_lst[0]" → { baseName: "to_deal_lst", index: 0 }
|
|
12
|
+
* "sessionId_list" → { baseName: "sessionId_list", index: null }
|
|
13
|
+
*/
|
|
14
|
+
export declare function parseArrayNotation(dataSetName: string): {
|
|
15
|
+
baseName: string;
|
|
16
|
+
index: number | null;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* 解析多层级路径为段列表
|
|
20
|
+
* 例如 "pagination.current" → [{ type: 'property', key: 'pagination' }, { type: 'property', key: 'current' }]
|
|
21
|
+
* "value[0].name" → [{ type: 'property', key: 'value' }, { type: 'array', key: 0 }, { type: 'property', key: 'name' }]
|
|
22
|
+
*/
|
|
23
|
+
export declare function parseNestedPath(path: string): PathSegment[];
|
|
24
|
+
/**
|
|
25
|
+
* 按路径安全获取嵌套值
|
|
26
|
+
*/
|
|
27
|
+
export declare function getNestedValue(obj: any, path: PathSegment[]): any;
|
|
28
|
+
/**
|
|
29
|
+
* 按路径安全设置嵌套值,返回新对象/数组(不修改原对象)
|
|
30
|
+
*/
|
|
31
|
+
export declare function setNestedValue(obj: any, path: PathSegment[], value: any): any;
|
|
32
|
+
//# sourceMappingURL=storePathUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePathUtils.d.ts","sourceRoot":"","sources":["../../../src/base/store/storePathUtils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,EAAE,OAAO,GAAG,UAAU,CAAC;IAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAE/E;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,MAAM,GAAG;IACvD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB,CAYA;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,EAAE,CAgC3D;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC5B,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,WAAW,EAAE,GAClB,GAAG,CAcL;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC5B,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,WAAW,EAAE,EACnB,KAAK,EAAE,GAAG,GACT,GAAG,CAmCL"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { StoreApi, UseBoundStore } from 'zustand';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* And Store 状态接口
|
|
5
|
+
* 替换原有的 Pinia andStore
|
|
6
|
+
*/
|
|
7
|
+
export interface AndStoreState {
|
|
8
|
+
dataSets: Record<string, Record<string, any>>;
|
|
9
|
+
commandQueues: Record<string, CommandItem[]>;
|
|
10
|
+
propsStore: Record<string, Record<string, any>>;
|
|
11
|
+
validateStore: Record<string, Record<string, string>>;
|
|
12
|
+
}
|
|
13
|
+
export interface CommandItem {
|
|
14
|
+
actionName: string;
|
|
15
|
+
arg?: any;
|
|
16
|
+
timestamp: number;
|
|
17
|
+
}
|
|
18
|
+
export interface AndStoreActions {
|
|
19
|
+
setDataSet: (name: string, field: string, value: any, append?: boolean) => void;
|
|
20
|
+
getDataSet: (name: string, field: string) => any;
|
|
21
|
+
setDataSetBatch: (name: string, data: Record<string, any>) => void;
|
|
22
|
+
clearDataSet: (name: string) => void;
|
|
23
|
+
addCommand: (sessionId: string, command: CommandItem) => void;
|
|
24
|
+
popCommand: (sessionId: string) => CommandItem | undefined;
|
|
25
|
+
clearCommands: (sessionId: string) => void;
|
|
26
|
+
getCommands: (sessionId: string) => CommandItem[];
|
|
27
|
+
setProps: (sessionId: string, componentId: string, props: any) => void;
|
|
28
|
+
getProps: (sessionId: string, componentId: string) => any;
|
|
29
|
+
setValidateResult: (sessionId: string | undefined, dataSet: string, dataSetField: string, message: string) => void;
|
|
30
|
+
getValidateResult: (sessionId: string | undefined, dataSet: string, dataSetField: string) => string;
|
|
31
|
+
getValidateResults: (sessionId: string | undefined, dataSet: string) => Record<string, string>;
|
|
32
|
+
reset: () => void;
|
|
33
|
+
}
|
|
34
|
+
export type AndStore = AndStoreState & AndStoreActions;
|
|
35
|
+
/**
|
|
36
|
+
* Zustand Store - 替换 Pinia 的 useItemStore
|
|
37
|
+
*/
|
|
38
|
+
export declare const useAndStore: UseBoundStore<StoreApi<AndStore>>;
|
|
39
|
+
/**
|
|
40
|
+
* 兼容层:模拟原 useStore 的行为
|
|
41
|
+
* 用于现有组件的渐进式迁移
|
|
42
|
+
*/
|
|
43
|
+
export declare function useStore(config: {
|
|
44
|
+
dataSet?: string;
|
|
45
|
+
dataSetField?: string;
|
|
46
|
+
}): {
|
|
47
|
+
value: any;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* 兼容层:通过名称获取整个数据集
|
|
51
|
+
*/
|
|
52
|
+
export declare function useStoreByName(name: string): {
|
|
53
|
+
value: any;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Hook: 添加命令到队列
|
|
57
|
+
*/
|
|
58
|
+
export declare function useAddCommand(): (sessionId: string, command: CommandItem) => void;
|
|
59
|
+
/**
|
|
60
|
+
* Hook: 获取并消费命令
|
|
61
|
+
*/
|
|
62
|
+
export declare function usePopCommand(): (sessionId: string) => CommandItem | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* 按 dataSetKey + dataSetField 从 store 取数组,并订阅对应块以响应更新。
|
|
65
|
+
* 支持多级 dataSetField(如 value、value[0].rows)和 dataSetKey 带下标(如 list[0])。
|
|
66
|
+
* dataSetField 为空时传 '',与 getDataSet/setDataSet 一致:读整块对象;再按「整块为数组」或「.value 为数组」规范为数组。
|
|
67
|
+
*/
|
|
68
|
+
export declare function useStoreData(dataSetKey: string | undefined, dataSetField: string | undefined): any[];
|
|
69
|
+
/**
|
|
70
|
+
* 兼容层:useItemStore - 模拟 Vue/Pinia 的 useItemStore
|
|
71
|
+
* 用于生成的 React 代码、Extend 等。
|
|
72
|
+
* 不订阅 state.dataSets,避免任意 setDataSet 导致本组件重渲染(解决输入延迟);
|
|
73
|
+
* items / getItem 通过 getState() 读最新值,子组件若需响应 store 变化请用 useAndStore(selector) 订阅具体 key。
|
|
74
|
+
*
|
|
75
|
+
* 写入推荐用 setDataSet(name, field, value),可完全替代 updateItem:
|
|
76
|
+
* - setDataSet(key, '', array) 等价于 updateItem(key, array)(field 空为整块对象)
|
|
77
|
+
* - setDataSet 支持多级 field(如 'pagination.current')、name 下标(如 list[0]),更全面
|
|
78
|
+
* - updateItem 保留用于兼容旧代码
|
|
79
|
+
*/
|
|
80
|
+
export declare function useItemStore(): {
|
|
81
|
+
readonly items: Record<string, Record<string, any>>;
|
|
82
|
+
getDataSet: (name: string, field: string) => any;
|
|
83
|
+
setDataSet: (name: string, field: string, value: any, append?: boolean | undefined) => void;
|
|
84
|
+
updateItem: (key: string, value: any) => void;
|
|
85
|
+
getItem: (key: string) => Record<string, any>;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* 兼容层:useCommandsStore - 模拟 Vue/Pinia 的 useCommandsStore
|
|
89
|
+
* @param sessionId 会话 ID
|
|
90
|
+
*/
|
|
91
|
+
export declare function useCommandsStore(sessionId: string): {
|
|
92
|
+
commands: CommandItem[];
|
|
93
|
+
addCommand: (actionName: string, arg: any) => void;
|
|
94
|
+
popCommand: () => CommandItem | undefined;
|
|
95
|
+
clearCommands: () => void;
|
|
96
|
+
};
|
|
97
|
+
export default useAndStore;
|
|
98
|
+
//# sourceMappingURL=useAndStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAndStore.d.ts","sourceRoot":"","sources":["../../../src/base/store/useAndStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,QAAQ,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAa1D;;;GAGG;AACH,MAAM,WAAW,aAAa;IAE5B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAG9C,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,EAAE,CAAC,CAAC;IAG7C,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAGhD,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CACvD;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,eAAe;IAG9B,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAChF,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,GAAG,CAAC;IACjD,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IACnE,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAGrC,UAAU,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAC9D,UAAU,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,WAAW,GAAG,SAAS,CAAC;IAC3D,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,WAAW,EAAE,CAAC;IAGlD,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACvE,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,GAAG,CAAC;IAG1D,iBAAiB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACnH,iBAAiB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,KAAK,MAAM,CAAC;IACpG,kBAAkB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,EAAE,OAAO,EAAE,MAAM,KAAK,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAG/F,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,MAAM,MAAM,QAAQ,GAAG,aAAa,GAAG,eAAe,CAAC;AASvD;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CA8JvD,CAAC;AAEJ;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE;;EAiB3E;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM;;EAW1C;AAED;;GAEG;AACH,wBAAgB,aAAa,sDAE5B;AAED;;GAEG;AACH,wBAAgB,aAAa,mDAE5B;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,EAAE,YAAY,EAAE,MAAM,GAAG,SAAS,GAAG,GAAG,EAAE,CAepG;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY;;;;sBAiBN,MAAM,SAAS,GAAG;mBAOrB,MAAM;EAIxB;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM;;6BAQrB,MAAM,OAAO,GAAG;;;EAU5C;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Store 绑定 key 工具:统一使用 sessionId 前缀,避免全局命名冲突
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* 获取 dataSet 的 store key。
|
|
6
|
+
* 有 sessionId 时用 sessionId_dataSet;否则退回 dataSet(兼容无 sessionId 场景)。
|
|
7
|
+
*/
|
|
8
|
+
export declare function getDataSetStoreKey(sessionId: string | undefined, dataSet: string | undefined): string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* 获取校验结果 store 的 key(validateStore)。
|
|
11
|
+
* 有 sessionId 时用 sessionId_dataSet_validate;否则用 dataSet_validate。
|
|
12
|
+
*/
|
|
13
|
+
export declare function getValidateStoreKey(sessionId: string | undefined, dataSet: string | undefined): string | undefined;
|
|
14
|
+
//# sourceMappingURL=storeKeyUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storeKeyUtils.d.ts","sourceRoot":"","sources":["../../src/base/storeKeyUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,SAAS,EAAE,MAAM,GAAG,SAAS,EAC7B,OAAO,EAAE,MAAM,GAAG,SAAS,GAC1B,MAAM,GAAG,SAAS,CAGpB;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CACjC,SAAS,EAAE,MAAM,GAAG,SAAS,EAC7B,OAAO,EAAE,MAAM,GAAG,SAAS,GAC1B,MAAM,GAAG,SAAS,CAGpB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 组件 props 与 store(propsStore)双向绑定工具
|
|
3
|
+
* 从 storeProps 合并到 restProps,使 setProps(sessionId, id, { disabled: true }) 等能生效
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* 将 store 中的 props(propsStore[sessionId_props][id])合并到组件 restProps
|
|
7
|
+
* 跳过 value/help/validateStatus,避免覆盖组件内部管理的展示值
|
|
8
|
+
*/
|
|
9
|
+
export declare function mergeStoreProps<T extends Record<string, any>>(restProps: T, storeProps: Record<string, any> | null | undefined, options?: {
|
|
10
|
+
skipKeys?: string[];
|
|
11
|
+
}): T;
|
|
12
|
+
//# sourceMappingURL=storePropsUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePropsUtils.d.ts","sourceRoot":"","sources":["../../src/base/storePropsUtils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;;GAGG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC3D,SAAS,EAAE,CAAC,EACZ,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE;IAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,GAChC,CAAC,CAUH"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export interface UseFieldValidationOptions {
|
|
2
|
+
rules?: Array<{
|
|
3
|
+
type?: string;
|
|
4
|
+
required?: boolean;
|
|
5
|
+
message?: string;
|
|
6
|
+
pattern?: string | RegExp;
|
|
7
|
+
min?: number;
|
|
8
|
+
max?: number;
|
|
9
|
+
}>;
|
|
10
|
+
dataSet?: string;
|
|
11
|
+
dataSetField?: string;
|
|
12
|
+
sessionId?: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
/** 是否设计器模式(设计器下不展示 help/validateStatus) */
|
|
15
|
+
develop?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* 返回校验方法及当前校验状态,与 AndInput 行为一致:
|
|
19
|
+
* - 有 dataSet+dataSetField 时 help 来自 validateStore,否则来自 propsStore
|
|
20
|
+
* - validate(value) 使用 async-validator,结果写入 validateStore 与 propsStore
|
|
21
|
+
*/
|
|
22
|
+
export declare function useFieldValidation(options: UseFieldValidationOptions): {
|
|
23
|
+
validate: (value: unknown) => void;
|
|
24
|
+
help: string | undefined;
|
|
25
|
+
validateStatus: string | undefined;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=useFieldValidation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFieldValidation.d.ts","sourceRoot":"","sources":["../../src/base/useFieldValidation.ts"],"names":[],"mappings":"AAUA,MAAM,WAAW,yBAAyB;IACxC,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,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,yBAAyB;sBAkDzD,OAAO;;;EAwBlB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 处理 trait 表格规则:将 pattern 字符串转为 RegExp,得到 async-validator 可用的规则数组
|
|
3
|
+
*/
|
|
4
|
+
export declare function processValidationRules(rules: any[]): any[];
|
|
5
|
+
/**
|
|
6
|
+
* 用 async-validator 校验单个值(与 original validateData 等价)
|
|
7
|
+
* @param rules 已通过 processValidationRules 处理后的规则数组
|
|
8
|
+
* @param value 待校验值
|
|
9
|
+
* @param onSuccess 通过时调用
|
|
10
|
+
* @param onError 失败时调用,参数为 errors(取第一条 message 即可)
|
|
11
|
+
*/
|
|
12
|
+
export declare function validateWithSchema(rules: any[], value: unknown, onSuccess: () => void, onError: (errors: Array<{
|
|
13
|
+
message?: string;
|
|
14
|
+
}>) => void): void;
|
|
15
|
+
//# sourceMappingURL=validationUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validationUtils.d.ts","sourceRoot":"","sources":["../../src/base/validationUtils.ts"],"names":[],"mappings":"AAiBA;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,GAAG,EAAE,CAW1D;AAID;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAChC,KAAK,EAAE,GAAG,EAAE,EACZ,KAAK,EAAE,OAAO,EACd,SAAS,EAAE,MAAM,IAAI,EACrB,OAAO,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC;IAAE,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,KAAK,IAAI,GACrD,IAAI,CAeN"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { AlertProps as AntAlertProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* AndAlert Props 接口
|
|
7
|
+
*/
|
|
8
|
+
export interface AndAlertProps extends Omit<AntAlertProps, 'message'>, BaseComponentProps, DataSetConfig {
|
|
9
|
+
/** 关闭动作 */
|
|
10
|
+
closeAction?: string;
|
|
11
|
+
/** 标题 (对应旧的 message) */
|
|
12
|
+
title?: React.ReactNode;
|
|
13
|
+
/** 关闭文字 (已废弃,兼容用) */
|
|
14
|
+
closeText?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* AndAlert 组件
|
|
18
|
+
* 封装 Ant Design Alert,支持数据绑定
|
|
19
|
+
*/
|
|
20
|
+
export declare const AndAlert: React.FC<AndAlertProps>;
|
|
21
|
+
export default AndAlert;
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndAlert/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,UAAU,IAAI,aAAa,EAAE,MAAM,MAAM,CAAC;AAGxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAE5E;;GAEG;AACH,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,aAAa,EAAE,SAAS,CAAC,EAAE,kBAAkB,EAAE,aAAa;IACtG,WAAW;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wBAAwB;IACxB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+E5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { AutoCompleteProps as AntAutoCompleteProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
interface RemoteOptionsConfig {
|
|
6
|
+
queryApi?: string;
|
|
7
|
+
keyWordParamName?: string;
|
|
8
|
+
valueKey?: string;
|
|
9
|
+
labelKey?: string;
|
|
10
|
+
fixedParams?: any[];
|
|
11
|
+
}
|
|
12
|
+
export interface AndAutoCompleteProps extends Omit<AntAutoCompleteProps, 'onChange' | 'onSelect'>, BaseComponentProps, DataSetConfig {
|
|
13
|
+
changeAction?: string;
|
|
14
|
+
selectAction?: string;
|
|
15
|
+
onChange?: (value: string) => void;
|
|
16
|
+
onSelect?: (value: string, option: any) => void;
|
|
17
|
+
/** 远程数据URL(自定义属性,不传递给AutoComplete) */
|
|
18
|
+
remoteUrl?: string;
|
|
19
|
+
/** 远程选项配置 */
|
|
20
|
+
remoteOptions?: RemoteOptionsConfig;
|
|
21
|
+
/** 搜索动作(自定义属性,不传递给AutoComplete) */
|
|
22
|
+
searchAction?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const AndAutoComplete: React.FC<AndAutoCompleteProps>;
|
|
25
|
+
export default AndAutoComplete;
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndAutoComplete/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,iBAAiB,IAAI,oBAAoB,EAAE,MAAM,MAAM,CAAC;AAKtE,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAG5E,UAAU,mBAAmB;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,UAAU,CAAC,EAAE,kBAAkB,EAAE,aAAa;IAClI,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,EAAE,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IAChD,sCAAsC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa;IACb,aAAa,CAAC,EAAE,mBAAmB,CAAC;IACpC,mCAAmC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA0I1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { AvatarProps as AntAvatarProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Avatar Design Token
|
|
7
|
+
* 参考 Ant Design 6.x Design Token 规范
|
|
8
|
+
*/
|
|
9
|
+
export interface AvatarToken {
|
|
10
|
+
/** 头像尺寸 */
|
|
11
|
+
containerSize?: number;
|
|
12
|
+
containerSizeLG?: number;
|
|
13
|
+
containerSizeSM?: number;
|
|
14
|
+
/** 文字尺寸 */
|
|
15
|
+
textFontSize?: number;
|
|
16
|
+
textFontSizeLG?: number;
|
|
17
|
+
textFontSizeSM?: number;
|
|
18
|
+
/** 组头像间距 */
|
|
19
|
+
groupOverlapping?: number;
|
|
20
|
+
groupBorderColor?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface AndAvatarProps extends AntAvatarProps, BaseComponentProps, DataSetConfig {
|
|
23
|
+
clickAction?: string;
|
|
24
|
+
icon?: React.ReactNode | string;
|
|
25
|
+
/** Design Token */
|
|
26
|
+
token?: AvatarToken;
|
|
27
|
+
}
|
|
28
|
+
export declare const AndAvatar: React.FC<AndAvatarProps>;
|
|
29
|
+
export default AndAvatar;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndAvatar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,MAAM,CAAC;AAI1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAE5E;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B,WAAW;IACX,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,cAAe,SAAQ,cAAc,EAAE,kBAAkB,EAAE,aAAa;IACvF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAChC,mBAAmB;IACnB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA8G9C,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BadgeProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndBadgeProps extends BadgeProps, BaseComponentProps, DataSetConfig {
|
|
6
|
+
develop?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const AndBadge: React.FC<AndBadgeProps>;
|
|
9
|
+
export default AndBadge;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndBadge/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAE5E,MAAM,WAAW,aAAc,SAAQ,UAAU,EAAE,kBAAkB,EAAE,aAAa;IAClF,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA2F5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { RibbonProps } from 'antd/es/badge/Ribbon';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndBadgeRibbonProps extends RibbonProps, BaseComponentProps, DataSetConfig {
|
|
6
|
+
develop?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const AndBadgeRibbon: React.FC<AndBadgeRibbonProps>;
|
|
9
|
+
export default AndBadgeRibbon;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndBadgeRibbon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAE5E,MAAM,WAAW,mBAAoB,SAAQ,WAAW,EAAE,kBAAkB,EAAE,aAAa;IACzF,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+DxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BreadcrumbProps as AntBreadcrumbProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export interface AndBreadCrumbProps extends AntBreadcrumbProps, BaseComponentProps {
|
|
6
|
+
}
|
|
7
|
+
export declare const AndBreadCrumb: React.FC<AndBreadCrumbProps>;
|
|
8
|
+
export default AndBreadCrumb;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndBreadCrumb/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,IAAI,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,WAAW,kBAAmB,SAAQ,kBAAkB,EAAE,kBAAkB;CAAG;AAErF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAItD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ButtonProps as AntButtonProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* AndButton Props 接口
|
|
7
|
+
*/
|
|
8
|
+
export interface AndButtonProps extends Omit<AntButtonProps, 'onClick'>, BaseComponentProps {
|
|
9
|
+
/** 按钮显示文本 */
|
|
10
|
+
text?: string;
|
|
11
|
+
/** 图标名称,对应 @ant-design/icons 中的图标 */
|
|
12
|
+
iconName?: string;
|
|
13
|
+
/** 点击动作字符串,如 "submit"、"handleClick(@id)" 或 "moveUp(@index)"(迭代器内可用 @index/@dataSet/@dataSetField) */
|
|
14
|
+
clickAction?: string;
|
|
15
|
+
/** 自定义点击处理函数 */
|
|
16
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
|
17
|
+
/** 迭代器内传入的当前索引,供 clickAction 中 @index 解析 */
|
|
18
|
+
index?: number;
|
|
19
|
+
/** 迭代器内传入的 dataSet,供 clickAction 中 @dataSet 解析 */
|
|
20
|
+
dataSet?: string;
|
|
21
|
+
/** 迭代器内传入的 dataSetField,供 clickAction 中 @dataSetField 解析 */
|
|
22
|
+
dataSetField?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* AndButton 组件
|
|
26
|
+
* 封装 Ant Design Button,支持动态图标和动作解析
|
|
27
|
+
*/
|
|
28
|
+
export declare const AndButton: React.FC<AndButtonProps>;
|
|
29
|
+
export default AndButton;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,MAAM,CAAC;AAI1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,EAAE,kBAAkB;IACzF,aAAa;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qGAAqG;IACrG,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB;IAChB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC3D,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kDAAkD;IAClD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA0F9C,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CalendarProps as AntCalendarProps } from 'antd';
|
|
3
|
+
import { Dayjs } from 'dayjs';
|
|
4
|
+
import { BaseComponentProps } from '../../types/common';
|
|
5
|
+
|
|
6
|
+
export interface AndCalendarProps extends AntCalendarProps<Dayjs>, BaseComponentProps {
|
|
7
|
+
}
|
|
8
|
+
export declare const AndCalendar: React.FC<AndCalendarProps>;
|
|
9
|
+
export default AndCalendar;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndCalendar/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,KAAK,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,WAAW,gBAAiB,SAAQ,gBAAgB,CAAC,KAAK,CAAC,EAAE,kBAAkB;CAAG;AAExF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAIlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CardProps as AntCardProps } from 'antd';
|
|
3
|
+
import { BaseComponentProps, DataSetConfig } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
interface CardSemanticStyles {
|
|
6
|
+
root?: React.CSSProperties;
|
|
7
|
+
header?: React.CSSProperties;
|
|
8
|
+
title?: React.CSSProperties;
|
|
9
|
+
extra?: React.CSSProperties;
|
|
10
|
+
cover?: React.CSSProperties;
|
|
11
|
+
body?: React.CSSProperties;
|
|
12
|
+
actions?: React.CSSProperties;
|
|
13
|
+
}
|
|
14
|
+
interface TabItem {
|
|
15
|
+
key: string;
|
|
16
|
+
tab: string;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface AndCardProps extends Omit<AntCardProps, 'title' | 'extra' | 'cover' | 'tabBarExtraContent' | 'actions' | 'onTabChange' | 'tabList'>, BaseComponentProps, DataSetConfig {
|
|
20
|
+
/** 标题 (字符串或 ReactNode) */
|
|
21
|
+
title?: React.ReactNode | string;
|
|
22
|
+
/** 右上角操作区 (字符串或 ReactNode) */
|
|
23
|
+
extra?: React.ReactNode | string;
|
|
24
|
+
/** 封面 (ReactNode) */
|
|
25
|
+
cover?: React.ReactNode;
|
|
26
|
+
/** Tab bar 额外内容 (ReactNode) */
|
|
27
|
+
tabBarExtraContent?: React.ReactNode;
|
|
28
|
+
/** 操作组 (ReactNode[]) */
|
|
29
|
+
actions?: React.ReactNode[];
|
|
30
|
+
/** Tab 列表配置 */
|
|
31
|
+
tabList?: TabItem[] | string;
|
|
32
|
+
/** 当前激活 Tab */
|
|
33
|
+
activeTabKey?: string;
|
|
34
|
+
/** 默认激活 Tab */
|
|
35
|
+
defaultActiveTabKey?: string;
|
|
36
|
+
/** Tab 变化动作 */
|
|
37
|
+
tabChangeAction?: string;
|
|
38
|
+
/** 自定义 onTabChange */
|
|
39
|
+
onTabChange?: (key: string) => void;
|
|
40
|
+
/** Semantic DOM 样式 */
|
|
41
|
+
styles?: CardSemanticStyles | string;
|
|
42
|
+
/** Design Token */
|
|
43
|
+
token?: Record<string, any> | string;
|
|
44
|
+
/** GrapesJS 显示控制 (不传递给 DOM) */
|
|
45
|
+
showHeader?: boolean;
|
|
46
|
+
showCover?: boolean;
|
|
47
|
+
showActions?: boolean;
|
|
48
|
+
}
|
|
49
|
+
export declare const AndCard: React.FC<AndCardProps>;
|
|
50
|
+
export default AndCard;
|
|
51
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndCard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,IAAI,YAAY,EAAE,MAAM,MAAM,CAAC;AAItD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAG5E,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B;AAGD,UAAU,OAAO;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AASD,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,YAAY,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,oBAAoB,GAAG,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC,EAAE,kBAAkB,EAAE,aAAa;IACrL,0BAA0B;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IACjC,8BAA8B;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IACjC,qBAAqB;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,+BAA+B;IAC/B,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,wBAAwB;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAC5B,eAAe;IACf,OAAO,CAAC,EAAE,OAAO,EAAE,GAAG,MAAM,CAAC;IAC7B,eAAe;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe;IACf,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,eAAe;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,sBAAsB;IACtB,MAAM,CAAC,EAAE,kBAAkB,GAAG,MAAM,CAAC;IACrC,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC;IACrC,+BAA+B;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AA4BD,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA6J1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|