@sheinx/hooks 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/common/type.d.ts +22 -0
- package/cjs/common/type.d.ts.map +1 -0
- package/cjs/common/type.js +5 -0
- package/cjs/common/use-click-away/index.d.ts +10 -0
- package/cjs/common/use-click-away/index.d.ts.map +1 -0
- package/cjs/common/use-click-away/index.js +50 -0
- package/cjs/common/use-default-value/index.d.ts +3 -0
- package/cjs/common/use-default-value/index.d.ts.map +1 -0
- package/cjs/common/use-default-value/index.js +26 -0
- package/cjs/common/use-default-value/use-default-value.d.ts +7 -0
- package/cjs/common/use-default-value/use-default-value.d.ts.map +1 -0
- package/cjs/common/use-default-value/use-default-value.js +35 -0
- package/cjs/common/use-default-value/use-previous.d.ts +3 -0
- package/cjs/common/use-default-value/use-previous.d.ts.map +1 -0
- package/cjs/common/use-default-value/use-previous.js +14 -0
- package/cjs/common/use-drag-mock/index.d.ts +12 -0
- package/cjs/common/use-drag-mock/index.d.ts.map +1 -0
- package/cjs/common/use-drag-mock/index.js +62 -0
- package/cjs/common/use-fork-ref/index.d.ts +5 -0
- package/cjs/common/use-fork-ref/index.d.ts.map +1 -0
- package/cjs/common/use-fork-ref/index.js +43 -0
- package/cjs/common/use-fork-ref/setRef.d.ts +16 -0
- package/cjs/common/use-fork-ref/setRef.d.ts.map +1 -0
- package/cjs/common/use-fork-ref/setRef.js +26 -0
- package/cjs/common/use-func-change/index.d.ts +2 -0
- package/cjs/common/use-func-change/index.d.ts.map +1 -0
- package/cjs/common/use-func-change/index.js +19 -0
- package/cjs/common/use-func-change/use-func-change.d.ts +10 -0
- package/cjs/common/use-func-change/use-func-change.d.ts.map +1 -0
- package/cjs/common/use-func-change/use-func-change.js +30 -0
- package/cjs/common/use-input-able/index.d.ts +2 -0
- package/cjs/common/use-input-able/index.d.ts.map +1 -0
- package/cjs/common/use-input-able/index.js +19 -0
- package/cjs/common/use-input-able/use-Input-able.d.ts +7 -0
- package/cjs/common/use-input-able/use-Input-able.d.ts.map +1 -0
- package/cjs/common/use-input-able/use-Input-able.js +90 -0
- package/cjs/common/use-input-able/use-Input-able.type.d.ts +10 -0
- package/cjs/common/use-input-able/use-Input-able.type.d.ts.map +1 -0
- package/cjs/common/use-input-able/use-Input-able.type.js +5 -0
- package/cjs/common/use-key-event/index.d.ts +10 -0
- package/cjs/common/use-key-event/index.d.ts.map +1 -0
- package/cjs/common/use-key-event/index.js +31 -0
- package/cjs/common/use-latest-obj/index.d.ts +5 -0
- package/cjs/common/use-latest-obj/index.d.ts.map +1 -0
- package/cjs/common/use-latest-obj/index.js +19 -0
- package/cjs/common/use-list-select/index.d.ts +5 -0
- package/cjs/common/use-list-select/index.d.ts.map +1 -0
- package/cjs/common/use-list-select/index.js +33 -0
- package/cjs/common/use-list-select/use-list-select-multiple.d.ts +29 -0
- package/cjs/common/use-list-select/use-list-select-multiple.d.ts.map +1 -0
- package/cjs/common/use-list-select/use-list-select-multiple.js +283 -0
- package/cjs/common/use-list-select/use-list-select-single.d.ts +24 -0
- package/cjs/common/use-list-select/use-list-select-single.d.ts.map +1 -0
- package/cjs/common/use-list-select/use-list-select-single.js +46 -0
- package/cjs/common/use-list-select/use-list-select.d.ts +49 -0
- package/cjs/common/use-list-select/use-list-select.d.ts.map +1 -0
- package/cjs/common/use-list-select/use-list-select.js +58 -0
- package/cjs/common/use-list-select/use-list.type.d.ts +26 -0
- package/cjs/common/use-list-select/use-list.type.d.ts.map +1 -0
- package/cjs/common/use-list-select/use-list.type.js +5 -0
- package/cjs/common/use-pagination-list/index.d.ts +27 -0
- package/cjs/common/use-pagination-list/index.d.ts.map +1 -0
- package/cjs/common/use-pagination-list/index.js +62 -0
- package/cjs/common/use-persist-fn/index.d.ts +9 -0
- package/cjs/common/use-persist-fn/index.d.ts.map +1 -0
- package/cjs/common/use-persist-fn/index.js +27 -0
- package/cjs/common/use-position-style/get-position-style.d.ts +6 -0
- package/cjs/common/use-position-style/get-position-style.d.ts.map +1 -0
- package/cjs/common/use-position-style/get-position-style.js +54 -0
- package/cjs/common/use-position-style/index.d.ts +21 -0
- package/cjs/common/use-position-style/index.d.ts.map +1 -0
- package/cjs/common/use-position-style/index.js +244 -0
- package/cjs/common/use-previous/index.d.ts +3 -0
- package/cjs/common/use-previous/index.d.ts.map +1 -0
- package/cjs/common/use-previous/index.js +19 -0
- package/cjs/common/use-render/index.d.ts +3 -0
- package/cjs/common/use-render/index.d.ts.map +1 -0
- package/cjs/common/use-render/index.js +28 -0
- package/cjs/common/use-resize/index.d.ts +13 -0
- package/cjs/common/use-resize/index.d.ts.map +1 -0
- package/cjs/common/use-resize/index.js +53 -0
- package/cjs/common/use-safe-state/index.d.ts +5 -0
- package/cjs/common/use-safe-state/index.d.ts.map +1 -0
- package/cjs/common/use-safe-state/index.js +27 -0
- package/cjs/common/use-style/index.d.ts +5 -0
- package/cjs/common/use-style/index.d.ts.map +1 -0
- package/cjs/common/use-style/index.js +31 -0
- package/cjs/common/use-toggle/index.d.ts +9 -0
- package/cjs/common/use-toggle/index.d.ts.map +1 -0
- package/cjs/common/use-toggle/index.js +45 -0
- package/cjs/common/use-transform/index.d.ts +2 -0
- package/cjs/common/use-transform/index.d.ts.map +1 -0
- package/cjs/common/use-transform/index.js +19 -0
- package/cjs/common/use-transform/use-transform.d.ts +21 -0
- package/cjs/common/use-transform/use-transform.d.ts.map +1 -0
- package/cjs/common/use-transform/use-transform.js +141 -0
- package/cjs/common/use-transform/use-transform.type.d.ts +19 -0
- package/cjs/common/use-transform/use-transform.type.d.ts.map +1 -0
- package/cjs/common/use-transform/use-transform.type.js +5 -0
- package/cjs/common/use-unmounted-ref/index.d.ts +4 -0
- package/cjs/common/use-unmounted-ref/index.d.ts.map +1 -0
- package/cjs/common/use-unmounted-ref/index.js +20 -0
- package/cjs/components/use-button/index.d.ts +3 -0
- package/cjs/components/use-button/index.d.ts.map +1 -0
- package/cjs/components/use-button/index.js +19 -0
- package/cjs/components/use-button/use-button-group.type.d.ts +8 -0
- package/cjs/components/use-button/use-button-group.type.d.ts.map +1 -0
- package/cjs/components/use-button/use-button-group.type.js +5 -0
- package/cjs/components/use-button/use-button.d.ts +38 -0
- package/cjs/components/use-button/use-button.d.ts.map +1 -0
- package/cjs/components/use-button/use-button.js +85 -0
- package/cjs/components/use-button/use-button.type.d.ts +35 -0
- package/cjs/components/use-button/use-button.type.d.ts.map +1 -0
- package/cjs/components/use-button/use-button.type.js +5 -0
- package/cjs/components/use-carousel/index.d.ts +2 -0
- package/cjs/components/use-carousel/index.d.ts.map +1 -0
- package/cjs/components/use-carousel/index.js +19 -0
- package/cjs/components/use-carousel/use-carousel.d.ts +27 -0
- package/cjs/components/use-carousel/use-carousel.d.ts.map +1 -0
- package/cjs/components/use-carousel/use-carousel.js +102 -0
- package/cjs/components/use-check/index.d.ts +3 -0
- package/cjs/components/use-check/index.d.ts.map +1 -0
- package/cjs/components/use-check/index.js +19 -0
- package/cjs/components/use-check/use-check.d.ts +32 -0
- package/cjs/components/use-check/use-check.d.ts.map +1 -0
- package/cjs/components/use-check/use-check.js +103 -0
- package/cjs/components/use-check/use-check.type.d.ts +10 -0
- package/cjs/components/use-check/use-check.type.d.ts.map +1 -0
- package/cjs/components/use-check/use-check.type.js +5 -0
- package/cjs/components/use-datepicker/index.d.ts +10 -0
- package/cjs/components/use-datepicker/index.d.ts.map +1 -0
- package/cjs/components/use-datepicker/index.js +62 -0
- package/cjs/components/use-datepicker/use-date.d.ts +25 -0
- package/cjs/components/use-datepicker/use-date.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-date.js +181 -0
- package/cjs/components/use-datepicker/use-date.type.d.ts +19 -0
- package/cjs/components/use-datepicker/use-date.type.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-date.type.js +5 -0
- package/cjs/components/use-datepicker/use-datepicker-format.d.ts +29 -0
- package/cjs/components/use-datepicker/use-datepicker-format.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-datepicker-format.js +301 -0
- package/cjs/components/use-datepicker/use-datepicker-format.type.d.ts +27 -0
- package/cjs/components/use-datepicker/use-datepicker-format.type.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-datepicker-format.type.js +5 -0
- package/cjs/components/use-datepicker/use-datepicker-range.d.ts +22 -0
- package/cjs/components/use-datepicker/use-datepicker-range.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-datepicker-range.js +207 -0
- package/cjs/components/use-datepicker/use-datepicker-range.type.d.ts +25 -0
- package/cjs/components/use-datepicker/use-datepicker-range.type.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-datepicker-range.type.js +5 -0
- package/cjs/components/use-datepicker/use-month.d.ts +18 -0
- package/cjs/components/use-datepicker/use-month.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-month.js +121 -0
- package/cjs/components/use-datepicker/use-month.type.d.ts +16 -0
- package/cjs/components/use-datepicker/use-month.type.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-month.type.js +5 -0
- package/cjs/components/use-datepicker/use-quarter.d.ts +18 -0
- package/cjs/components/use-datepicker/use-quarter.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-quarter.js +121 -0
- package/cjs/components/use-datepicker/use-quarter.type.d.ts +16 -0
- package/cjs/components/use-datepicker/use-quarter.type.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-quarter.type.js +5 -0
- package/cjs/components/use-datepicker/use-time.d.ts +18 -0
- package/cjs/components/use-datepicker/use-time.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-time.js +169 -0
- package/cjs/components/use-datepicker/use-time.type.d.ts +17 -0
- package/cjs/components/use-datepicker/use-time.type.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-time.type.js +5 -0
- package/cjs/components/use-datepicker/use-year.d.ts +20 -0
- package/cjs/components/use-datepicker/use-year.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-year.js +122 -0
- package/cjs/components/use-datepicker/use-year.type.d.ts +16 -0
- package/cjs/components/use-datepicker/use-year.type.d.ts.map +1 -0
- package/cjs/components/use-datepicker/use-year.type.js +5 -0
- package/cjs/components/use-datepicker/util.d.ts +82 -0
- package/cjs/components/use-datepicker/util.d.ts.map +1 -0
- package/cjs/components/use-datepicker/util.js +405 -0
- package/cjs/components/use-form/Provider.d.ts +4 -0
- package/cjs/components/use-form/Provider.d.ts.map +1 -0
- package/cjs/components/use-form/Provider.js +34 -0
- package/cjs/components/use-form/form-bind-context.d.ts +5 -0
- package/cjs/components/use-form/form-bind-context.d.ts.map +1 -0
- package/cjs/components/use-form/form-bind-context.js +19 -0
- package/cjs/components/use-form/form-config-context.d.ts +5 -0
- package/cjs/components/use-form/form-config-context.d.ts.map +1 -0
- package/cjs/components/use-form/form-config-context.js +19 -0
- package/cjs/components/use-form/form-func-context.d.ts +5 -0
- package/cjs/components/use-form/form-func-context.d.ts.map +1 -0
- package/cjs/components/use-form/form-func-context.js +19 -0
- package/cjs/components/use-form/index.d.ts +9 -0
- package/cjs/components/use-form/index.d.ts.map +1 -0
- package/cjs/components/use-form/index.js +87 -0
- package/cjs/components/use-form/use-form-control/index.d.ts +3 -0
- package/cjs/components/use-form/use-form-control/index.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-control/index.js +19 -0
- package/cjs/components/use-form/use-form-control/use-form-control.d.ts +9 -0
- package/cjs/components/use-form/use-form-control/use-form-control.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-control/use-form-control.js +196 -0
- package/cjs/components/use-form/use-form-control/use-form-control.type.d.ts +36 -0
- package/cjs/components/use-form/use-form-control/use-form-control.type.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-control/use-form-control.type.js +5 -0
- package/cjs/components/use-form/use-form-fieldset/fieldset-context.d.ts +14 -0
- package/cjs/components/use-form/use-form-fieldset/fieldset-context.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-fieldset/fieldset-context.js +47 -0
- package/cjs/components/use-form/use-form-fieldset/index.d.ts +4 -0
- package/cjs/components/use-form/use-form-fieldset/index.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-fieldset/index.js +26 -0
- package/cjs/components/use-form/use-form-fieldset/use-form-fieldset.d.ts +15 -0
- package/cjs/components/use-form/use-form-fieldset/use-form-fieldset.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-fieldset/use-form-fieldset.js +52 -0
- package/cjs/components/use-form/use-form-fieldset/use-form-fieldset.type.d.ts +5 -0
- package/cjs/components/use-form/use-form-fieldset/use-form-fieldset.type.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-fieldset/use-form-fieldset.type.js +5 -0
- package/cjs/components/use-form/use-form-flow/index.d.ts +5 -0
- package/cjs/components/use-form/use-form-flow/index.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-flow/index.js +26 -0
- package/cjs/components/use-form/use-form-flow/use-form-datum.d.ts +9 -0
- package/cjs/components/use-form/use-form-flow/use-form-datum.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-flow/use-form-datum.js +18 -0
- package/cjs/components/use-form/use-form-flow/use-form-flow.d.ts +4 -0
- package/cjs/components/use-form/use-form-flow/use-form-flow.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-flow/use-form-flow.js +30 -0
- package/cjs/components/use-form/use-form-flow/use-form-flow.type.d.ts +4 -0
- package/cjs/components/use-form/use-form-flow/use-form-flow.type.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-flow/use-form-flow.type.js +5 -0
- package/cjs/components/use-form/use-form-item/form-item-context.d.ts +6 -0
- package/cjs/components/use-form/use-form-item/form-item-context.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-item/form-item-context.js +17 -0
- package/cjs/components/use-form/use-form-item/index.d.ts +2 -0
- package/cjs/components/use-form/use-form-item/index.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-item/index.js +19 -0
- package/cjs/components/use-form/use-form-item/use-form-item.d.ts +12 -0
- package/cjs/components/use-form/use-form-item/use-form-item.d.ts.map +1 -0
- package/cjs/components/use-form/use-form-item/use-form-item.js +62 -0
- package/cjs/components/use-form/use-form.d.ts +41 -0
- package/cjs/components/use-form/use-form.d.ts.map +1 -0
- package/cjs/components/use-form/use-form.js +427 -0
- package/cjs/components/use-form/use-form.type.d.ts +168 -0
- package/cjs/components/use-form/use-form.type.d.ts.map +1 -0
- package/cjs/components/use-form/use-form.type.js +5 -0
- package/cjs/components/use-image/index.d.ts +9 -0
- package/cjs/components/use-image/index.d.ts.map +1 -0
- package/cjs/components/use-image/index.js +40 -0
- package/cjs/components/use-image/use-image-gallery.d.ts +25 -0
- package/cjs/components/use-image/use-image-gallery.d.ts.map +1 -0
- package/cjs/components/use-image/use-image-gallery.js +168 -0
- package/cjs/components/use-image/use-image-gallery.type.d.ts +9 -0
- package/cjs/components/use-image/use-image-gallery.type.d.ts.map +1 -0
- package/cjs/components/use-image/use-image-gallery.type.js +5 -0
- package/cjs/components/use-image/use-image-group.d.ts +27 -0
- package/cjs/components/use-image/use-image-group.d.ts.map +1 -0
- package/cjs/components/use-image/use-image-group.js +107 -0
- package/cjs/components/use-image/use-image-group.type.d.ts +13 -0
- package/cjs/components/use-image/use-image-group.type.d.ts.map +1 -0
- package/cjs/components/use-image/use-image-group.type.js +5 -0
- package/cjs/components/use-image/use-image-magnify.d.ts +17 -0
- package/cjs/components/use-image/use-image-magnify.d.ts.map +1 -0
- package/cjs/components/use-image/use-image-magnify.js +104 -0
- package/cjs/components/use-image/use-image-magnify.type.d.ts +9 -0
- package/cjs/components/use-image/use-image-magnify.type.d.ts.map +1 -0
- package/cjs/components/use-image/use-image-magnify.type.js +5 -0
- package/cjs/components/use-image/use-image.d.ts +27 -0
- package/cjs/components/use-image/use-image.d.ts.map +1 -0
- package/cjs/components/use-image/use-image.js +164 -0
- package/cjs/components/use-image/use-image.type.d.ts +63 -0
- package/cjs/components/use-image/use-image.type.d.ts.map +1 -0
- package/cjs/components/use-image/use-image.type.js +5 -0
- package/cjs/components/use-input/index.d.ts +9 -0
- package/cjs/components/use-input/index.d.ts.map +1 -0
- package/cjs/components/use-input/index.js +40 -0
- package/cjs/components/use-input/use-input-format.d.ts +11 -0
- package/cjs/components/use-input/use-input-format.d.ts.map +1 -0
- package/cjs/components/use-input/use-input-format.js +136 -0
- package/cjs/components/use-input/use-input-format.type.d.ts +32 -0
- package/cjs/components/use-input/use-input-format.type.d.ts.map +1 -0
- package/cjs/components/use-input/use-input-format.type.js +5 -0
- package/cjs/components/use-input/use-input-number.d.ts +13 -0
- package/cjs/components/use-input/use-input-number.d.ts.map +1 -0
- package/cjs/components/use-input/use-input-number.js +129 -0
- package/cjs/components/use-input/use-input-number.type.d.ts +12 -0
- package/cjs/components/use-input/use-input-number.type.d.ts.map +1 -0
- package/cjs/components/use-input/use-input-number.type.js +5 -0
- package/cjs/components/use-input/use-input-password.d.ts +16 -0
- package/cjs/components/use-input/use-input-password.d.ts.map +1 -0
- package/cjs/components/use-input/use-input-password.js +64 -0
- package/cjs/components/use-input/use-input-password.type.d.ts +11 -0
- package/cjs/components/use-input/use-input-password.type.d.ts.map +1 -0
- package/cjs/components/use-input/use-input-password.type.js +5 -0
- package/cjs/components/use-input/use-input.d.ts +12 -0
- package/cjs/components/use-input/use-input.d.ts.map +1 -0
- package/cjs/components/use-input/use-input.js +157 -0
- package/cjs/components/use-input/use-input.type.d.ts +42 -0
- package/cjs/components/use-input/use-input.type.d.ts.map +1 -0
- package/cjs/components/use-input/use-input.type.js +5 -0
- package/cjs/components/use-menu/index.d.ts +4 -0
- package/cjs/components/use-menu/index.d.ts.map +1 -0
- package/cjs/components/use-menu/index.js +20 -0
- package/cjs/components/use-menu/use-menu-item.d.ts +16 -0
- package/cjs/components/use-menu/use-menu-item.d.ts.map +1 -0
- package/cjs/components/use-menu/use-menu-item.js +155 -0
- package/cjs/components/use-menu/use-menu.d.ts +11 -0
- package/cjs/components/use-menu/use-menu.d.ts.map +1 -0
- package/cjs/components/use-menu/use-menu.js +94 -0
- package/cjs/components/use-menu/use-menu.type.d.ts +31 -0
- package/cjs/components/use-menu/use-menu.type.d.ts.map +1 -0
- package/cjs/components/use-menu/use-menu.type.js +5 -0
- package/cjs/components/use-pagination/index.d.ts +3 -0
- package/cjs/components/use-pagination/index.d.ts.map +1 -0
- package/cjs/components/use-pagination/index.js +19 -0
- package/cjs/components/use-pagination/use-pagination.d.ts +16 -0
- package/cjs/components/use-pagination/use-pagination.d.ts.map +1 -0
- package/cjs/components/use-pagination/use-pagination.js +60 -0
- package/cjs/components/use-pagination/use-pagination.type.d.ts +9 -0
- package/cjs/components/use-pagination/use-pagination.type.d.ts.map +1 -0
- package/cjs/components/use-pagination/use-pagination.type.js +5 -0
- package/cjs/components/use-popup/index.d.ts +3 -0
- package/cjs/components/use-popup/index.d.ts.map +1 -0
- package/cjs/components/use-popup/index.js +19 -0
- package/cjs/components/use-popup/popup-context.d.ts +7 -0
- package/cjs/components/use-popup/popup-context.d.ts.map +1 -0
- package/cjs/components/use-popup/popup-context.js +14 -0
- package/cjs/components/use-popup/use-popup.d.ts +51 -0
- package/cjs/components/use-popup/use-popup.d.ts.map +1 -0
- package/cjs/components/use-popup/use-popup.js +197 -0
- package/cjs/components/use-popup/use-popup.type.d.ts +35 -0
- package/cjs/components/use-popup/use-popup.type.d.ts.map +1 -0
- package/cjs/components/use-popup/use-popup.type.js +5 -0
- package/cjs/components/use-select/index.d.ts +3 -0
- package/cjs/components/use-select/index.d.ts.map +1 -0
- package/cjs/components/use-select/index.js +19 -0
- package/cjs/components/use-select/use-select.d.ts +52 -0
- package/cjs/components/use-select/use-select.d.ts.map +1 -0
- package/cjs/components/use-select/use-select.js +47 -0
- package/cjs/components/use-select/use-select.type.d.ts +14 -0
- package/cjs/components/use-select/use-select.type.d.ts.map +1 -0
- package/cjs/components/use-select/use-select.type.js +5 -0
- package/cjs/components/use-slider/index.d.ts +3 -0
- package/cjs/components/use-slider/index.d.ts.map +1 -0
- package/cjs/components/use-slider/index.js +19 -0
- package/cjs/components/use-slider/use-slider.d.ts +28 -0
- package/cjs/components/use-slider/use-slider.d.ts.map +1 -0
- package/cjs/components/use-slider/use-slider.js +177 -0
- package/cjs/components/use-slider/use-slider.type.d.ts +10 -0
- package/cjs/components/use-slider/use-slider.type.d.ts.map +1 -0
- package/cjs/components/use-slider/use-slider.type.js +5 -0
- package/cjs/components/use-table/index.d.ts +10 -0
- package/cjs/components/use-table/index.d.ts.map +1 -0
- package/cjs/components/use-table/index.js +68 -0
- package/cjs/components/use-table/use-table-columns.d.ts +18 -0
- package/cjs/components/use-table/use-table-columns.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-columns.js +89 -0
- package/cjs/components/use-table/use-table-expand.d.ts +10 -0
- package/cjs/components/use-table/use-table-expand.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-expand.js +74 -0
- package/cjs/components/use-table/use-table-group.d.ts +11 -0
- package/cjs/components/use-table/use-table-group.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-group.js +73 -0
- package/cjs/components/use-table/use-table-layout.d.ts +29 -0
- package/cjs/components/use-table/use-table-layout.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-layout.js +300 -0
- package/cjs/components/use-table/use-table-row.d.ts +32 -0
- package/cjs/components/use-table/use-table-row.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-row.js +117 -0
- package/cjs/components/use-table/use-table-sort.d.ts +20 -0
- package/cjs/components/use-table/use-table-sort.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-sort.js +169 -0
- package/cjs/components/use-table/use-table-tree.d.ts +18 -0
- package/cjs/components/use-table/use-table-tree.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-tree.js +115 -0
- package/cjs/components/use-table/use-table-virtual.d.ts +28 -0
- package/cjs/components/use-table/use-table-virtual.d.ts.map +1 -0
- package/cjs/components/use-table/use-table-virtual.js +195 -0
- package/cjs/components/use-table/use-table.type.d.ts +270 -0
- package/cjs/components/use-table/use-table.type.d.ts.map +1 -0
- package/cjs/components/use-table/use-table.type.js +5 -0
- package/cjs/components/use-tabs/context.d.ts +6 -0
- package/cjs/components/use-tabs/context.d.ts.map +1 -0
- package/cjs/components/use-tabs/context.js +29 -0
- package/cjs/components/use-tabs/context.type.d.ts +17 -0
- package/cjs/components/use-tabs/context.type.d.ts.map +1 -0
- package/cjs/components/use-tabs/context.type.js +5 -0
- package/cjs/components/use-tabs/index.d.ts +5 -0
- package/cjs/components/use-tabs/index.d.ts.map +1 -0
- package/cjs/components/use-tabs/index.js +26 -0
- package/cjs/components/use-tabs/use-tabs.d.ts +9 -0
- package/cjs/components/use-tabs/use-tabs.d.ts.map +1 -0
- package/cjs/components/use-tabs/use-tabs.js +37 -0
- package/cjs/components/use-tabs/use-tabs.type.d.ts +7 -0
- package/cjs/components/use-tabs/use-tabs.type.d.ts.map +1 -0
- package/cjs/components/use-tabs/use-tabs.type.js +5 -0
- package/cjs/components/use-textarea/index.d.ts +4 -0
- package/cjs/components/use-textarea/index.d.ts.map +1 -0
- package/cjs/components/use-textarea/index.js +26 -0
- package/cjs/components/use-textarea/use-textarea-format.d.ts +9 -0
- package/cjs/components/use-textarea/use-textarea-format.d.ts.map +1 -0
- package/cjs/components/use-textarea/use-textarea-format.js +42 -0
- package/cjs/components/use-textarea/use-textarea-format.type.d.ts +16 -0
- package/cjs/components/use-textarea/use-textarea-format.type.d.ts.map +1 -0
- package/cjs/components/use-textarea/use-textarea-format.type.js +5 -0
- package/cjs/components/use-textarea/use-textarea.d.ts +10 -0
- package/cjs/components/use-textarea/use-textarea.d.ts.map +1 -0
- package/cjs/components/use-textarea/use-textarea.js +105 -0
- package/cjs/components/use-textarea/use-textarea.type.d.ts +30 -0
- package/cjs/components/use-textarea/use-textarea.type.d.ts.map +1 -0
- package/cjs/components/use-textarea/use-textarea.type.js +5 -0
- package/cjs/components/use-transfer/index.d.ts +3 -0
- package/cjs/components/use-transfer/index.d.ts.map +1 -0
- package/cjs/components/use-transfer/index.js +19 -0
- package/cjs/components/use-transfer/use-transfer.d.ts +94 -0
- package/cjs/components/use-transfer/use-transfer.d.ts.map +1 -0
- package/cjs/components/use-transfer/use-transfer.js +162 -0
- package/cjs/components/use-transfer/use-transfer.type.d.ts +31 -0
- package/cjs/components/use-transfer/use-transfer.type.d.ts.map +1 -0
- package/cjs/components/use-transfer/use-transfer.type.js +5 -0
- package/cjs/components/use-tree/index.d.ts +6 -0
- package/cjs/components/use-tree/index.d.ts.map +1 -0
- package/cjs/components/use-tree/index.js +33 -0
- package/cjs/components/use-tree/use-placement.d.ts +6 -0
- package/cjs/components/use-tree/use-placement.d.ts.map +1 -0
- package/cjs/components/use-tree/use-placement.js +25 -0
- package/cjs/components/use-tree/use-placement.type.d.ts +4 -0
- package/cjs/components/use-tree/use-placement.type.d.ts.map +1 -0
- package/cjs/components/use-tree/use-placement.type.js +5 -0
- package/cjs/components/use-tree/use-tree-node.d.ts +13 -0
- package/cjs/components/use-tree/use-tree-node.d.ts.map +1 -0
- package/cjs/components/use-tree/use-tree-node.js +78 -0
- package/cjs/components/use-tree/use-tree-node.type.d.ts +26 -0
- package/cjs/components/use-tree/use-tree-node.type.d.ts.map +1 -0
- package/cjs/components/use-tree/use-tree-node.type.js +5 -0
- package/cjs/components/use-tree/use-tree.d.ts +44 -0
- package/cjs/components/use-tree/use-tree.d.ts.map +1 -0
- package/cjs/components/use-tree/use-tree.js +360 -0
- package/cjs/components/use-tree/use-tree.type.d.ts +36 -0
- package/cjs/components/use-tree/use-tree.type.d.ts.map +1 -0
- package/cjs/components/use-tree/use-tree.type.js +5 -0
- package/cjs/components/use-upload/index.d.ts +3 -0
- package/cjs/components/use-upload/index.d.ts.map +1 -0
- package/cjs/components/use-upload/index.js +19 -0
- package/cjs/components/use-upload/use-upload.d.ts +15 -0
- package/cjs/components/use-upload/use-upload.d.ts.map +1 -0
- package/cjs/components/use-upload/use-upload.js +492 -0
- package/cjs/components/use-upload/use-upload.type.d.ts +257 -0
- package/cjs/components/use-upload/use-upload.type.d.ts.map +1 -0
- package/cjs/components/use-upload/use-upload.type.js +5 -0
- package/cjs/components/use-upload/xhr.d.ts +3 -0
- package/cjs/components/use-upload/xhr.d.ts.map +1 -0
- package/cjs/components/use-upload/xhr.js +63 -0
- package/cjs/components/use-validate/index.d.ts +3 -0
- package/cjs/components/use-validate/index.d.ts.map +1 -0
- package/cjs/components/use-validate/index.js +19 -0
- package/cjs/components/use-validate/use-validate.d.ts +7 -0
- package/cjs/components/use-validate/use-validate.d.ts.map +1 -0
- package/cjs/components/use-validate/use-validate.js +45 -0
- package/cjs/components/use-validate/use-validate.type.d.ts +8 -0
- package/cjs/components/use-validate/use-validate.type.d.ts.map +1 -0
- package/cjs/components/use-validate/use-validate.type.js +5 -0
- package/cjs/index.d.ts +44 -0
- package/cjs/index.d.ts.map +1 -0
- package/cjs/index.js +490 -0
- package/cjs/utils/accept.d.ts +4 -0
- package/cjs/utils/accept.d.ts.map +1 -0
- package/cjs/utils/accept.js +30 -0
- package/cjs/utils/array.d.ts +2 -0
- package/cjs/utils/array.d.ts.map +1 -0
- package/cjs/utils/array.js +13 -0
- package/cjs/utils/attribute.d.ts +3 -0
- package/cjs/utils/attribute.d.ts.map +1 -0
- package/cjs/utils/attribute.js +18 -0
- package/cjs/utils/clone.d.ts +4 -0
- package/cjs/utils/clone.d.ts.map +1 -0
- package/cjs/utils/clone.js +69 -0
- package/cjs/utils/document.d.ts +10 -0
- package/cjs/utils/document.d.ts.map +1 -0
- package/cjs/utils/document.js +39 -0
- package/cjs/utils/dom/element.d.ts +16 -0
- package/cjs/utils/dom/element.d.ts.map +1 -0
- package/cjs/utils/dom/element.js +132 -0
- package/cjs/utils/dom/index.d.ts +5 -0
- package/cjs/utils/dom/index.d.ts.map +1 -0
- package/cjs/utils/dom/index.js +47 -0
- package/cjs/utils/dom/normalize-wheel.d.ts +8 -0
- package/cjs/utils/dom/normalize-wheel.d.ts.map +1 -0
- package/cjs/utils/dom/normalize-wheel.js +65 -0
- package/cjs/utils/dom/normalize-wheel.type.d.ts +8 -0
- package/cjs/utils/dom/normalize-wheel.type.d.ts.map +1 -0
- package/cjs/utils/dom/normalize-wheel.type.js +5 -0
- package/cjs/utils/dom/ready.d.ts +2 -0
- package/cjs/utils/dom/ready.d.ts.map +1 -0
- package/cjs/utils/dom/ready.js +12 -0
- package/cjs/utils/dom/scroll-behavior.d.ts +2 -0
- package/cjs/utils/dom/scroll-behavior.d.ts.map +1 -0
- package/cjs/utils/dom/scroll-behavior.js +30 -0
- package/cjs/utils/extract-event-handlers.d.ts +10 -0
- package/cjs/utils/extract-event-handlers.d.ts.map +1 -0
- package/cjs/utils/extract-event-handlers.js +32 -0
- package/cjs/utils/func.d.ts +3 -0
- package/cjs/utils/func.d.ts.map +1 -0
- package/cjs/utils/func.js +43 -0
- package/cjs/utils/index.d.ts +21 -0
- package/cjs/utils/index.d.ts.map +1 -0
- package/cjs/utils/index.js +245 -0
- package/cjs/utils/is.d.ts +25 -0
- package/cjs/utils/is.d.ts.map +1 -0
- package/cjs/utils/is.js +123 -0
- package/cjs/utils/lazyload.d.ts +13 -0
- package/cjs/utils/lazyload.d.ts.map +1 -0
- package/cjs/utils/lazyload.js +112 -0
- package/cjs/utils/number.d.ts +7 -0
- package/cjs/utils/number.d.ts.map +1 -0
- package/cjs/utils/number.js +80 -0
- package/cjs/utils/object.d.ts +26 -0
- package/cjs/utils/object.d.ts.map +1 -0
- package/cjs/utils/object.js +290 -0
- package/cjs/utils/position.d.ts +2 -0
- package/cjs/utils/position.d.ts.map +1 -0
- package/cjs/utils/position.js +79 -0
- package/cjs/utils/react-render.d.ts +10 -0
- package/cjs/utils/react-render.d.ts.map +1 -0
- package/cjs/utils/react-render.js +85 -0
- package/cjs/utils/render.d.ts +6 -0
- package/cjs/utils/render.d.ts.map +1 -0
- package/cjs/utils/render.js +31 -0
- package/cjs/utils/rule/index.d.ts +3 -0
- package/cjs/utils/rule/index.d.ts.map +1 -0
- package/cjs/utils/rule/index.js +19 -0
- package/cjs/utils/rule/length.d.ts +11 -0
- package/cjs/utils/rule/length.d.ts.map +1 -0
- package/cjs/utils/rule/length.js +54 -0
- package/cjs/utils/rule/regexp.d.ts +6 -0
- package/cjs/utils/rule/regexp.d.ts.map +1 -0
- package/cjs/utils/rule/regexp.js +34 -0
- package/cjs/utils/rule/required.d.ts +8 -0
- package/cjs/utils/rule/required.d.ts.map +1 -0
- package/cjs/utils/rule/required.js +30 -0
- package/cjs/utils/rule/rule.d.ts +16 -0
- package/cjs/utils/rule/rule.d.ts.map +1 -0
- package/cjs/utils/rule/rule.js +84 -0
- package/cjs/utils/rule/rule.type.d.ts +135 -0
- package/cjs/utils/rule/rule.type.d.ts.map +1 -0
- package/cjs/utils/rule/rule.type.js +5 -0
- package/cjs/utils/rule/type.d.ts +9 -0
- package/cjs/utils/rule/type.d.ts.map +1 -0
- package/cjs/utils/rule/type.js +31 -0
- package/cjs/utils/shallow-equal.d.ts +8 -0
- package/cjs/utils/shallow-equal.d.ts.map +1 -0
- package/cjs/utils/shallow-equal.js +82 -0
- package/cjs/utils/string.d.ts +14 -0
- package/cjs/utils/string.d.ts.map +1 -0
- package/cjs/utils/string.js +54 -0
- package/cjs/utils/style-unit.d.ts +5 -0
- package/cjs/utils/style-unit.d.ts.map +1 -0
- package/cjs/utils/style-unit.js +31 -0
- package/cjs/utils/uid.d.ts +3 -0
- package/cjs/utils/uid.d.ts.map +1 -0
- package/cjs/utils/uid.js +40 -0
- package/cjs/utils/validate/error.d.ts +7 -0
- package/cjs/utils/validate/error.d.ts.map +1 -0
- package/cjs/utils/validate/error.js +47 -0
- package/cjs/utils/validate/get-rule.d.ts +4 -0
- package/cjs/utils/validate/get-rule.d.ts.map +1 -0
- package/cjs/utils/validate/get-rule.js +116 -0
- package/cjs/utils/validate/index.d.ts +6 -0
- package/cjs/utils/validate/index.d.ts.map +1 -0
- package/cjs/utils/validate/index.js +73 -0
- package/cjs/utils/validate/isJson.d.ts +2 -0
- package/cjs/utils/validate/isJson.d.ts.map +1 -0
- package/cjs/utils/validate/isJson.js +47 -0
- package/cjs/utils/validate/nullable.d.ts +4 -0
- package/cjs/utils/validate/nullable.d.ts.map +1 -0
- package/cjs/utils/validate/nullable.js +18 -0
- package/cjs/utils/validate/type.d.ts +16 -0
- package/cjs/utils/validate/type.d.ts.map +1 -0
- package/cjs/utils/validate/type.js +98 -0
- package/esm/common/type.d.ts +22 -0
- package/esm/common/type.d.ts.map +1 -0
- package/esm/common/type.js +5 -0
- package/esm/common/use-click-away/index.d.ts +10 -0
- package/esm/common/use-click-away/index.d.ts.map +1 -0
- package/esm/common/use-click-away/index.js +50 -0
- package/esm/common/use-default-value/index.d.ts +3 -0
- package/esm/common/use-default-value/index.d.ts.map +1 -0
- package/esm/common/use-default-value/index.js +26 -0
- package/esm/common/use-default-value/use-default-value.d.ts +7 -0
- package/esm/common/use-default-value/use-default-value.d.ts.map +1 -0
- package/esm/common/use-default-value/use-default-value.js +35 -0
- package/esm/common/use-default-value/use-previous.d.ts +3 -0
- package/esm/common/use-default-value/use-previous.d.ts.map +1 -0
- package/esm/common/use-default-value/use-previous.js +14 -0
- package/esm/common/use-drag-mock/index.d.ts +12 -0
- package/esm/common/use-drag-mock/index.d.ts.map +1 -0
- package/esm/common/use-drag-mock/index.js +62 -0
- package/esm/common/use-fork-ref/index.d.ts +5 -0
- package/esm/common/use-fork-ref/index.d.ts.map +1 -0
- package/esm/common/use-fork-ref/index.js +43 -0
- package/esm/common/use-fork-ref/setRef.d.ts +16 -0
- package/esm/common/use-fork-ref/setRef.d.ts.map +1 -0
- package/esm/common/use-fork-ref/setRef.js +26 -0
- package/esm/common/use-func-change/index.d.ts +2 -0
- package/esm/common/use-func-change/index.d.ts.map +1 -0
- package/esm/common/use-func-change/index.js +19 -0
- package/esm/common/use-func-change/use-func-change.d.ts +10 -0
- package/esm/common/use-func-change/use-func-change.d.ts.map +1 -0
- package/esm/common/use-func-change/use-func-change.js +30 -0
- package/esm/common/use-input-able/index.d.ts +2 -0
- package/esm/common/use-input-able/index.d.ts.map +1 -0
- package/esm/common/use-input-able/index.js +19 -0
- package/esm/common/use-input-able/use-Input-able.d.ts +7 -0
- package/esm/common/use-input-able/use-Input-able.d.ts.map +1 -0
- package/esm/common/use-input-able/use-Input-able.js +90 -0
- package/esm/common/use-input-able/use-Input-able.type.d.ts +10 -0
- package/esm/common/use-input-able/use-Input-able.type.d.ts.map +1 -0
- package/esm/common/use-input-able/use-Input-able.type.js +5 -0
- package/esm/common/use-key-event/index.d.ts +10 -0
- package/esm/common/use-key-event/index.d.ts.map +1 -0
- package/esm/common/use-key-event/index.js +31 -0
- package/esm/common/use-latest-obj/index.d.ts +5 -0
- package/esm/common/use-latest-obj/index.d.ts.map +1 -0
- package/esm/common/use-latest-obj/index.js +19 -0
- package/esm/common/use-list-select/index.d.ts +5 -0
- package/esm/common/use-list-select/index.d.ts.map +1 -0
- package/esm/common/use-list-select/index.js +33 -0
- package/esm/common/use-list-select/use-list-select-multiple.d.ts +29 -0
- package/esm/common/use-list-select/use-list-select-multiple.d.ts.map +1 -0
- package/esm/common/use-list-select/use-list-select-multiple.js +283 -0
- package/esm/common/use-list-select/use-list-select-single.d.ts +24 -0
- package/esm/common/use-list-select/use-list-select-single.d.ts.map +1 -0
- package/esm/common/use-list-select/use-list-select-single.js +46 -0
- package/esm/common/use-list-select/use-list-select.d.ts +49 -0
- package/esm/common/use-list-select/use-list-select.d.ts.map +1 -0
- package/esm/common/use-list-select/use-list-select.js +58 -0
- package/esm/common/use-list-select/use-list.type.d.ts +26 -0
- package/esm/common/use-list-select/use-list.type.d.ts.map +1 -0
- package/esm/common/use-list-select/use-list.type.js +5 -0
- package/esm/common/use-pagination-list/index.d.ts +27 -0
- package/esm/common/use-pagination-list/index.d.ts.map +1 -0
- package/esm/common/use-pagination-list/index.js +62 -0
- package/esm/common/use-persist-fn/index.d.ts +9 -0
- package/esm/common/use-persist-fn/index.d.ts.map +1 -0
- package/esm/common/use-persist-fn/index.js +27 -0
- package/esm/common/use-position-style/get-position-style.d.ts +6 -0
- package/esm/common/use-position-style/get-position-style.d.ts.map +1 -0
- package/esm/common/use-position-style/get-position-style.js +54 -0
- package/esm/common/use-position-style/index.d.ts +21 -0
- package/esm/common/use-position-style/index.d.ts.map +1 -0
- package/esm/common/use-position-style/index.js +244 -0
- package/esm/common/use-previous/index.d.ts +3 -0
- package/esm/common/use-previous/index.d.ts.map +1 -0
- package/esm/common/use-previous/index.js +19 -0
- package/esm/common/use-render/index.d.ts +3 -0
- package/esm/common/use-render/index.d.ts.map +1 -0
- package/esm/common/use-render/index.js +28 -0
- package/esm/common/use-resize/index.d.ts +13 -0
- package/esm/common/use-resize/index.d.ts.map +1 -0
- package/esm/common/use-resize/index.js +53 -0
- package/esm/common/use-safe-state/index.d.ts +5 -0
- package/esm/common/use-safe-state/index.d.ts.map +1 -0
- package/esm/common/use-safe-state/index.js +27 -0
- package/esm/common/use-style/index.d.ts +5 -0
- package/esm/common/use-style/index.d.ts.map +1 -0
- package/esm/common/use-style/index.js +31 -0
- package/esm/common/use-toggle/index.d.ts +9 -0
- package/esm/common/use-toggle/index.d.ts.map +1 -0
- package/esm/common/use-toggle/index.js +45 -0
- package/esm/common/use-transform/index.d.ts +2 -0
- package/esm/common/use-transform/index.d.ts.map +1 -0
- package/esm/common/use-transform/index.js +19 -0
- package/esm/common/use-transform/use-transform.d.ts +21 -0
- package/esm/common/use-transform/use-transform.d.ts.map +1 -0
- package/esm/common/use-transform/use-transform.js +141 -0
- package/esm/common/use-transform/use-transform.type.d.ts +19 -0
- package/esm/common/use-transform/use-transform.type.d.ts.map +1 -0
- package/esm/common/use-transform/use-transform.type.js +5 -0
- package/esm/common/use-unmounted-ref/index.d.ts +4 -0
- package/esm/common/use-unmounted-ref/index.d.ts.map +1 -0
- package/esm/common/use-unmounted-ref/index.js +20 -0
- package/esm/components/use-button/index.d.ts +3 -0
- package/esm/components/use-button/index.d.ts.map +1 -0
- package/esm/components/use-button/index.js +19 -0
- package/esm/components/use-button/use-button-group.type.d.ts +8 -0
- package/esm/components/use-button/use-button-group.type.d.ts.map +1 -0
- package/esm/components/use-button/use-button-group.type.js +5 -0
- package/esm/components/use-button/use-button.d.ts +38 -0
- package/esm/components/use-button/use-button.d.ts.map +1 -0
- package/esm/components/use-button/use-button.js +85 -0
- package/esm/components/use-button/use-button.type.d.ts +35 -0
- package/esm/components/use-button/use-button.type.d.ts.map +1 -0
- package/esm/components/use-button/use-button.type.js +5 -0
- package/esm/components/use-carousel/index.d.ts +2 -0
- package/esm/components/use-carousel/index.d.ts.map +1 -0
- package/esm/components/use-carousel/index.js +19 -0
- package/esm/components/use-carousel/use-carousel.d.ts +27 -0
- package/esm/components/use-carousel/use-carousel.d.ts.map +1 -0
- package/esm/components/use-carousel/use-carousel.js +102 -0
- package/esm/components/use-check/index.d.ts +3 -0
- package/esm/components/use-check/index.d.ts.map +1 -0
- package/esm/components/use-check/index.js +19 -0
- package/esm/components/use-check/use-check.d.ts +32 -0
- package/esm/components/use-check/use-check.d.ts.map +1 -0
- package/esm/components/use-check/use-check.js +103 -0
- package/esm/components/use-check/use-check.type.d.ts +10 -0
- package/esm/components/use-check/use-check.type.d.ts.map +1 -0
- package/esm/components/use-check/use-check.type.js +5 -0
- package/esm/components/use-datepicker/index.d.ts +10 -0
- package/esm/components/use-datepicker/index.d.ts.map +1 -0
- package/esm/components/use-datepicker/index.js +62 -0
- package/esm/components/use-datepicker/use-date.d.ts +25 -0
- package/esm/components/use-datepicker/use-date.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-date.js +181 -0
- package/esm/components/use-datepicker/use-date.type.d.ts +19 -0
- package/esm/components/use-datepicker/use-date.type.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-date.type.js +5 -0
- package/esm/components/use-datepicker/use-datepicker-format.d.ts +29 -0
- package/esm/components/use-datepicker/use-datepicker-format.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-datepicker-format.js +301 -0
- package/esm/components/use-datepicker/use-datepicker-format.type.d.ts +27 -0
- package/esm/components/use-datepicker/use-datepicker-format.type.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-datepicker-format.type.js +5 -0
- package/esm/components/use-datepicker/use-datepicker-range.d.ts +22 -0
- package/esm/components/use-datepicker/use-datepicker-range.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-datepicker-range.js +207 -0
- package/esm/components/use-datepicker/use-datepicker-range.type.d.ts +25 -0
- package/esm/components/use-datepicker/use-datepicker-range.type.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-datepicker-range.type.js +5 -0
- package/esm/components/use-datepicker/use-month.d.ts +18 -0
- package/esm/components/use-datepicker/use-month.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-month.js +121 -0
- package/esm/components/use-datepicker/use-month.type.d.ts +16 -0
- package/esm/components/use-datepicker/use-month.type.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-month.type.js +5 -0
- package/esm/components/use-datepicker/use-quarter.d.ts +18 -0
- package/esm/components/use-datepicker/use-quarter.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-quarter.js +121 -0
- package/esm/components/use-datepicker/use-quarter.type.d.ts +16 -0
- package/esm/components/use-datepicker/use-quarter.type.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-quarter.type.js +5 -0
- package/esm/components/use-datepicker/use-time.d.ts +18 -0
- package/esm/components/use-datepicker/use-time.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-time.js +169 -0
- package/esm/components/use-datepicker/use-time.type.d.ts +17 -0
- package/esm/components/use-datepicker/use-time.type.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-time.type.js +5 -0
- package/esm/components/use-datepicker/use-year.d.ts +20 -0
- package/esm/components/use-datepicker/use-year.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-year.js +122 -0
- package/esm/components/use-datepicker/use-year.type.d.ts +16 -0
- package/esm/components/use-datepicker/use-year.type.d.ts.map +1 -0
- package/esm/components/use-datepicker/use-year.type.js +5 -0
- package/esm/components/use-datepicker/util.d.ts +82 -0
- package/esm/components/use-datepicker/util.d.ts.map +1 -0
- package/esm/components/use-datepicker/util.js +405 -0
- package/esm/components/use-form/Provider.d.ts +4 -0
- package/esm/components/use-form/Provider.d.ts.map +1 -0
- package/esm/components/use-form/Provider.js +34 -0
- package/esm/components/use-form/form-bind-context.d.ts +5 -0
- package/esm/components/use-form/form-bind-context.d.ts.map +1 -0
- package/esm/components/use-form/form-bind-context.js +19 -0
- package/esm/components/use-form/form-config-context.d.ts +5 -0
- package/esm/components/use-form/form-config-context.d.ts.map +1 -0
- package/esm/components/use-form/form-config-context.js +19 -0
- package/esm/components/use-form/form-func-context.d.ts +5 -0
- package/esm/components/use-form/form-func-context.d.ts.map +1 -0
- package/esm/components/use-form/form-func-context.js +19 -0
- package/esm/components/use-form/index.d.ts +9 -0
- package/esm/components/use-form/index.d.ts.map +1 -0
- package/esm/components/use-form/index.js +87 -0
- package/esm/components/use-form/use-form-control/index.d.ts +3 -0
- package/esm/components/use-form/use-form-control/index.d.ts.map +1 -0
- package/esm/components/use-form/use-form-control/index.js +19 -0
- package/esm/components/use-form/use-form-control/use-form-control.d.ts +9 -0
- package/esm/components/use-form/use-form-control/use-form-control.d.ts.map +1 -0
- package/esm/components/use-form/use-form-control/use-form-control.js +196 -0
- package/esm/components/use-form/use-form-control/use-form-control.type.d.ts +36 -0
- package/esm/components/use-form/use-form-control/use-form-control.type.d.ts.map +1 -0
- package/esm/components/use-form/use-form-control/use-form-control.type.js +5 -0
- package/esm/components/use-form/use-form-fieldset/fieldset-context.d.ts +14 -0
- package/esm/components/use-form/use-form-fieldset/fieldset-context.d.ts.map +1 -0
- package/esm/components/use-form/use-form-fieldset/fieldset-context.js +47 -0
- package/esm/components/use-form/use-form-fieldset/index.d.ts +4 -0
- package/esm/components/use-form/use-form-fieldset/index.d.ts.map +1 -0
- package/esm/components/use-form/use-form-fieldset/index.js +26 -0
- package/esm/components/use-form/use-form-fieldset/use-form-fieldset.d.ts +15 -0
- package/esm/components/use-form/use-form-fieldset/use-form-fieldset.d.ts.map +1 -0
- package/esm/components/use-form/use-form-fieldset/use-form-fieldset.js +52 -0
- package/esm/components/use-form/use-form-fieldset/use-form-fieldset.type.d.ts +5 -0
- package/esm/components/use-form/use-form-fieldset/use-form-fieldset.type.d.ts.map +1 -0
- package/esm/components/use-form/use-form-fieldset/use-form-fieldset.type.js +5 -0
- package/esm/components/use-form/use-form-flow/index.d.ts +5 -0
- package/esm/components/use-form/use-form-flow/index.d.ts.map +1 -0
- package/esm/components/use-form/use-form-flow/index.js +26 -0
- package/esm/components/use-form/use-form-flow/use-form-datum.d.ts +9 -0
- package/esm/components/use-form/use-form-flow/use-form-datum.d.ts.map +1 -0
- package/esm/components/use-form/use-form-flow/use-form-datum.js +18 -0
- package/esm/components/use-form/use-form-flow/use-form-flow.d.ts +4 -0
- package/esm/components/use-form/use-form-flow/use-form-flow.d.ts.map +1 -0
- package/esm/components/use-form/use-form-flow/use-form-flow.js +30 -0
- package/esm/components/use-form/use-form-flow/use-form-flow.type.d.ts +4 -0
- package/esm/components/use-form/use-form-flow/use-form-flow.type.d.ts.map +1 -0
- package/esm/components/use-form/use-form-flow/use-form-flow.type.js +5 -0
- package/esm/components/use-form/use-form-item/form-item-context.d.ts +6 -0
- package/esm/components/use-form/use-form-item/form-item-context.d.ts.map +1 -0
- package/esm/components/use-form/use-form-item/form-item-context.js +17 -0
- package/esm/components/use-form/use-form-item/index.d.ts +2 -0
- package/esm/components/use-form/use-form-item/index.d.ts.map +1 -0
- package/esm/components/use-form/use-form-item/index.js +19 -0
- package/esm/components/use-form/use-form-item/use-form-item.d.ts +12 -0
- package/esm/components/use-form/use-form-item/use-form-item.d.ts.map +1 -0
- package/esm/components/use-form/use-form-item/use-form-item.js +62 -0
- package/esm/components/use-form/use-form.d.ts +41 -0
- package/esm/components/use-form/use-form.d.ts.map +1 -0
- package/esm/components/use-form/use-form.js +427 -0
- package/esm/components/use-form/use-form.type.d.ts +168 -0
- package/esm/components/use-form/use-form.type.d.ts.map +1 -0
- package/esm/components/use-form/use-form.type.js +5 -0
- package/esm/components/use-image/index.d.ts +9 -0
- package/esm/components/use-image/index.d.ts.map +1 -0
- package/esm/components/use-image/index.js +40 -0
- package/esm/components/use-image/use-image-gallery.d.ts +25 -0
- package/esm/components/use-image/use-image-gallery.d.ts.map +1 -0
- package/esm/components/use-image/use-image-gallery.js +168 -0
- package/esm/components/use-image/use-image-gallery.type.d.ts +9 -0
- package/esm/components/use-image/use-image-gallery.type.d.ts.map +1 -0
- package/esm/components/use-image/use-image-gallery.type.js +5 -0
- package/esm/components/use-image/use-image-group.d.ts +27 -0
- package/esm/components/use-image/use-image-group.d.ts.map +1 -0
- package/esm/components/use-image/use-image-group.js +107 -0
- package/esm/components/use-image/use-image-group.type.d.ts +13 -0
- package/esm/components/use-image/use-image-group.type.d.ts.map +1 -0
- package/esm/components/use-image/use-image-group.type.js +5 -0
- package/esm/components/use-image/use-image-magnify.d.ts +17 -0
- package/esm/components/use-image/use-image-magnify.d.ts.map +1 -0
- package/esm/components/use-image/use-image-magnify.js +104 -0
- package/esm/components/use-image/use-image-magnify.type.d.ts +9 -0
- package/esm/components/use-image/use-image-magnify.type.d.ts.map +1 -0
- package/esm/components/use-image/use-image-magnify.type.js +5 -0
- package/esm/components/use-image/use-image.d.ts +27 -0
- package/esm/components/use-image/use-image.d.ts.map +1 -0
- package/esm/components/use-image/use-image.js +164 -0
- package/esm/components/use-image/use-image.type.d.ts +63 -0
- package/esm/components/use-image/use-image.type.d.ts.map +1 -0
- package/esm/components/use-image/use-image.type.js +5 -0
- package/esm/components/use-input/index.d.ts +9 -0
- package/esm/components/use-input/index.d.ts.map +1 -0
- package/esm/components/use-input/index.js +40 -0
- package/esm/components/use-input/use-input-format.d.ts +11 -0
- package/esm/components/use-input/use-input-format.d.ts.map +1 -0
- package/esm/components/use-input/use-input-format.js +136 -0
- package/esm/components/use-input/use-input-format.type.d.ts +32 -0
- package/esm/components/use-input/use-input-format.type.d.ts.map +1 -0
- package/esm/components/use-input/use-input-format.type.js +5 -0
- package/esm/components/use-input/use-input-number.d.ts +13 -0
- package/esm/components/use-input/use-input-number.d.ts.map +1 -0
- package/esm/components/use-input/use-input-number.js +129 -0
- package/esm/components/use-input/use-input-number.type.d.ts +12 -0
- package/esm/components/use-input/use-input-number.type.d.ts.map +1 -0
- package/esm/components/use-input/use-input-number.type.js +5 -0
- package/esm/components/use-input/use-input-password.d.ts +16 -0
- package/esm/components/use-input/use-input-password.d.ts.map +1 -0
- package/esm/components/use-input/use-input-password.js +64 -0
- package/esm/components/use-input/use-input-password.type.d.ts +11 -0
- package/esm/components/use-input/use-input-password.type.d.ts.map +1 -0
- package/esm/components/use-input/use-input-password.type.js +5 -0
- package/esm/components/use-input/use-input.d.ts +12 -0
- package/esm/components/use-input/use-input.d.ts.map +1 -0
- package/esm/components/use-input/use-input.js +157 -0
- package/esm/components/use-input/use-input.type.d.ts +42 -0
- package/esm/components/use-input/use-input.type.d.ts.map +1 -0
- package/esm/components/use-input/use-input.type.js +5 -0
- package/esm/components/use-menu/index.d.ts +4 -0
- package/esm/components/use-menu/index.d.ts.map +1 -0
- package/esm/components/use-menu/index.js +20 -0
- package/esm/components/use-menu/use-menu-item.d.ts +16 -0
- package/esm/components/use-menu/use-menu-item.d.ts.map +1 -0
- package/esm/components/use-menu/use-menu-item.js +155 -0
- package/esm/components/use-menu/use-menu.d.ts +11 -0
- package/esm/components/use-menu/use-menu.d.ts.map +1 -0
- package/esm/components/use-menu/use-menu.js +94 -0
- package/esm/components/use-menu/use-menu.type.d.ts +31 -0
- package/esm/components/use-menu/use-menu.type.d.ts.map +1 -0
- package/esm/components/use-menu/use-menu.type.js +5 -0
- package/esm/components/use-pagination/index.d.ts +3 -0
- package/esm/components/use-pagination/index.d.ts.map +1 -0
- package/esm/components/use-pagination/index.js +19 -0
- package/esm/components/use-pagination/use-pagination.d.ts +16 -0
- package/esm/components/use-pagination/use-pagination.d.ts.map +1 -0
- package/esm/components/use-pagination/use-pagination.js +60 -0
- package/esm/components/use-pagination/use-pagination.type.d.ts +9 -0
- package/esm/components/use-pagination/use-pagination.type.d.ts.map +1 -0
- package/esm/components/use-pagination/use-pagination.type.js +5 -0
- package/esm/components/use-popup/index.d.ts +3 -0
- package/esm/components/use-popup/index.d.ts.map +1 -0
- package/esm/components/use-popup/index.js +19 -0
- package/esm/components/use-popup/popup-context.d.ts +7 -0
- package/esm/components/use-popup/popup-context.d.ts.map +1 -0
- package/esm/components/use-popup/popup-context.js +14 -0
- package/esm/components/use-popup/use-popup.d.ts +51 -0
- package/esm/components/use-popup/use-popup.d.ts.map +1 -0
- package/esm/components/use-popup/use-popup.js +197 -0
- package/esm/components/use-popup/use-popup.type.d.ts +35 -0
- package/esm/components/use-popup/use-popup.type.d.ts.map +1 -0
- package/esm/components/use-popup/use-popup.type.js +5 -0
- package/esm/components/use-select/index.d.ts +3 -0
- package/esm/components/use-select/index.d.ts.map +1 -0
- package/esm/components/use-select/index.js +19 -0
- package/esm/components/use-select/use-select.d.ts +52 -0
- package/esm/components/use-select/use-select.d.ts.map +1 -0
- package/esm/components/use-select/use-select.js +47 -0
- package/esm/components/use-select/use-select.type.d.ts +14 -0
- package/esm/components/use-select/use-select.type.d.ts.map +1 -0
- package/esm/components/use-select/use-select.type.js +5 -0
- package/esm/components/use-slider/index.d.ts +3 -0
- package/esm/components/use-slider/index.d.ts.map +1 -0
- package/esm/components/use-slider/index.js +19 -0
- package/esm/components/use-slider/use-slider.d.ts +28 -0
- package/esm/components/use-slider/use-slider.d.ts.map +1 -0
- package/esm/components/use-slider/use-slider.js +177 -0
- package/esm/components/use-slider/use-slider.type.d.ts +10 -0
- package/esm/components/use-slider/use-slider.type.d.ts.map +1 -0
- package/esm/components/use-slider/use-slider.type.js +5 -0
- package/esm/components/use-table/index.d.ts +10 -0
- package/esm/components/use-table/index.d.ts.map +1 -0
- package/esm/components/use-table/index.js +68 -0
- package/esm/components/use-table/use-table-columns.d.ts +18 -0
- package/esm/components/use-table/use-table-columns.d.ts.map +1 -0
- package/esm/components/use-table/use-table-columns.js +89 -0
- package/esm/components/use-table/use-table-expand.d.ts +10 -0
- package/esm/components/use-table/use-table-expand.d.ts.map +1 -0
- package/esm/components/use-table/use-table-expand.js +74 -0
- package/esm/components/use-table/use-table-group.d.ts +11 -0
- package/esm/components/use-table/use-table-group.d.ts.map +1 -0
- package/esm/components/use-table/use-table-group.js +73 -0
- package/esm/components/use-table/use-table-layout.d.ts +29 -0
- package/esm/components/use-table/use-table-layout.d.ts.map +1 -0
- package/esm/components/use-table/use-table-layout.js +300 -0
- package/esm/components/use-table/use-table-row.d.ts +32 -0
- package/esm/components/use-table/use-table-row.d.ts.map +1 -0
- package/esm/components/use-table/use-table-row.js +117 -0
- package/esm/components/use-table/use-table-sort.d.ts +20 -0
- package/esm/components/use-table/use-table-sort.d.ts.map +1 -0
- package/esm/components/use-table/use-table-sort.js +169 -0
- package/esm/components/use-table/use-table-tree.d.ts +18 -0
- package/esm/components/use-table/use-table-tree.d.ts.map +1 -0
- package/esm/components/use-table/use-table-tree.js +115 -0
- package/esm/components/use-table/use-table-virtual.d.ts +28 -0
- package/esm/components/use-table/use-table-virtual.d.ts.map +1 -0
- package/esm/components/use-table/use-table-virtual.js +195 -0
- package/esm/components/use-table/use-table.type.d.ts +270 -0
- package/esm/components/use-table/use-table.type.d.ts.map +1 -0
- package/esm/components/use-table/use-table.type.js +5 -0
- package/esm/components/use-tabs/context.d.ts +6 -0
- package/esm/components/use-tabs/context.d.ts.map +1 -0
- package/esm/components/use-tabs/context.js +29 -0
- package/esm/components/use-tabs/context.type.d.ts +17 -0
- package/esm/components/use-tabs/context.type.d.ts.map +1 -0
- package/esm/components/use-tabs/context.type.js +5 -0
- package/esm/components/use-tabs/index.d.ts +5 -0
- package/esm/components/use-tabs/index.d.ts.map +1 -0
- package/esm/components/use-tabs/index.js +26 -0
- package/esm/components/use-tabs/use-tabs.d.ts +9 -0
- package/esm/components/use-tabs/use-tabs.d.ts.map +1 -0
- package/esm/components/use-tabs/use-tabs.js +37 -0
- package/esm/components/use-tabs/use-tabs.type.d.ts +7 -0
- package/esm/components/use-tabs/use-tabs.type.d.ts.map +1 -0
- package/esm/components/use-tabs/use-tabs.type.js +5 -0
- package/esm/components/use-textarea/index.d.ts +4 -0
- package/esm/components/use-textarea/index.d.ts.map +1 -0
- package/esm/components/use-textarea/index.js +26 -0
- package/esm/components/use-textarea/use-textarea-format.d.ts +9 -0
- package/esm/components/use-textarea/use-textarea-format.d.ts.map +1 -0
- package/esm/components/use-textarea/use-textarea-format.js +42 -0
- package/esm/components/use-textarea/use-textarea-format.type.d.ts +16 -0
- package/esm/components/use-textarea/use-textarea-format.type.d.ts.map +1 -0
- package/esm/components/use-textarea/use-textarea-format.type.js +5 -0
- package/esm/components/use-textarea/use-textarea.d.ts +10 -0
- package/esm/components/use-textarea/use-textarea.d.ts.map +1 -0
- package/esm/components/use-textarea/use-textarea.js +105 -0
- package/esm/components/use-textarea/use-textarea.type.d.ts +30 -0
- package/esm/components/use-textarea/use-textarea.type.d.ts.map +1 -0
- package/esm/components/use-textarea/use-textarea.type.js +5 -0
- package/esm/components/use-transfer/index.d.ts +3 -0
- package/esm/components/use-transfer/index.d.ts.map +1 -0
- package/esm/components/use-transfer/index.js +19 -0
- package/esm/components/use-transfer/use-transfer.d.ts +94 -0
- package/esm/components/use-transfer/use-transfer.d.ts.map +1 -0
- package/esm/components/use-transfer/use-transfer.js +162 -0
- package/esm/components/use-transfer/use-transfer.type.d.ts +31 -0
- package/esm/components/use-transfer/use-transfer.type.d.ts.map +1 -0
- package/esm/components/use-transfer/use-transfer.type.js +5 -0
- package/esm/components/use-tree/index.d.ts +6 -0
- package/esm/components/use-tree/index.d.ts.map +1 -0
- package/esm/components/use-tree/index.js +33 -0
- package/esm/components/use-tree/use-placement.d.ts +6 -0
- package/esm/components/use-tree/use-placement.d.ts.map +1 -0
- package/esm/components/use-tree/use-placement.js +25 -0
- package/esm/components/use-tree/use-placement.type.d.ts +4 -0
- package/esm/components/use-tree/use-placement.type.d.ts.map +1 -0
- package/esm/components/use-tree/use-placement.type.js +5 -0
- package/esm/components/use-tree/use-tree-node.d.ts +13 -0
- package/esm/components/use-tree/use-tree-node.d.ts.map +1 -0
- package/esm/components/use-tree/use-tree-node.js +78 -0
- package/esm/components/use-tree/use-tree-node.type.d.ts +26 -0
- package/esm/components/use-tree/use-tree-node.type.d.ts.map +1 -0
- package/esm/components/use-tree/use-tree-node.type.js +5 -0
- package/esm/components/use-tree/use-tree.d.ts +44 -0
- package/esm/components/use-tree/use-tree.d.ts.map +1 -0
- package/esm/components/use-tree/use-tree.js +360 -0
- package/esm/components/use-tree/use-tree.type.d.ts +36 -0
- package/esm/components/use-tree/use-tree.type.d.ts.map +1 -0
- package/esm/components/use-tree/use-tree.type.js +5 -0
- package/esm/components/use-upload/index.d.ts +3 -0
- package/esm/components/use-upload/index.d.ts.map +1 -0
- package/esm/components/use-upload/index.js +19 -0
- package/esm/components/use-upload/use-upload.d.ts +15 -0
- package/esm/components/use-upload/use-upload.d.ts.map +1 -0
- package/esm/components/use-upload/use-upload.js +492 -0
- package/esm/components/use-upload/use-upload.type.d.ts +257 -0
- package/esm/components/use-upload/use-upload.type.d.ts.map +1 -0
- package/esm/components/use-upload/use-upload.type.js +5 -0
- package/esm/components/use-upload/xhr.d.ts +3 -0
- package/esm/components/use-upload/xhr.d.ts.map +1 -0
- package/esm/components/use-upload/xhr.js +63 -0
- package/esm/components/use-validate/index.d.ts +3 -0
- package/esm/components/use-validate/index.d.ts.map +1 -0
- package/esm/components/use-validate/index.js +19 -0
- package/esm/components/use-validate/use-validate.d.ts +7 -0
- package/esm/components/use-validate/use-validate.d.ts.map +1 -0
- package/esm/components/use-validate/use-validate.js +45 -0
- package/esm/components/use-validate/use-validate.type.d.ts +8 -0
- package/esm/components/use-validate/use-validate.type.d.ts.map +1 -0
- package/esm/components/use-validate/use-validate.type.js +5 -0
- package/esm/index.d.ts +44 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +490 -0
- package/esm/utils/accept.d.ts +4 -0
- package/esm/utils/accept.d.ts.map +1 -0
- package/esm/utils/accept.js +30 -0
- package/esm/utils/array.d.ts +2 -0
- package/esm/utils/array.d.ts.map +1 -0
- package/esm/utils/array.js +13 -0
- package/esm/utils/attribute.d.ts +3 -0
- package/esm/utils/attribute.d.ts.map +1 -0
- package/esm/utils/attribute.js +18 -0
- package/esm/utils/clone.d.ts +4 -0
- package/esm/utils/clone.d.ts.map +1 -0
- package/esm/utils/clone.js +69 -0
- package/esm/utils/document.d.ts +10 -0
- package/esm/utils/document.d.ts.map +1 -0
- package/esm/utils/document.js +39 -0
- package/esm/utils/dom/element.d.ts +16 -0
- package/esm/utils/dom/element.d.ts.map +1 -0
- package/esm/utils/dom/element.js +132 -0
- package/esm/utils/dom/index.d.ts +5 -0
- package/esm/utils/dom/index.d.ts.map +1 -0
- package/esm/utils/dom/index.js +47 -0
- package/esm/utils/dom/normalize-wheel.d.ts +8 -0
- package/esm/utils/dom/normalize-wheel.d.ts.map +1 -0
- package/esm/utils/dom/normalize-wheel.js +65 -0
- package/esm/utils/dom/normalize-wheel.type.d.ts +8 -0
- package/esm/utils/dom/normalize-wheel.type.d.ts.map +1 -0
- package/esm/utils/dom/normalize-wheel.type.js +5 -0
- package/esm/utils/dom/ready.d.ts +2 -0
- package/esm/utils/dom/ready.d.ts.map +1 -0
- package/esm/utils/dom/ready.js +12 -0
- package/esm/utils/dom/scroll-behavior.d.ts +2 -0
- package/esm/utils/dom/scroll-behavior.d.ts.map +1 -0
- package/esm/utils/dom/scroll-behavior.js +30 -0
- package/esm/utils/extract-event-handlers.d.ts +10 -0
- package/esm/utils/extract-event-handlers.d.ts.map +1 -0
- package/esm/utils/extract-event-handlers.js +32 -0
- package/esm/utils/func.d.ts +3 -0
- package/esm/utils/func.d.ts.map +1 -0
- package/esm/utils/func.js +43 -0
- package/esm/utils/index.d.ts +21 -0
- package/esm/utils/index.d.ts.map +1 -0
- package/esm/utils/index.js +245 -0
- package/esm/utils/is.d.ts +25 -0
- package/esm/utils/is.d.ts.map +1 -0
- package/esm/utils/is.js +123 -0
- package/esm/utils/lazyload.d.ts +13 -0
- package/esm/utils/lazyload.d.ts.map +1 -0
- package/esm/utils/lazyload.js +112 -0
- package/esm/utils/number.d.ts +7 -0
- package/esm/utils/number.d.ts.map +1 -0
- package/esm/utils/number.js +80 -0
- package/esm/utils/object.d.ts +26 -0
- package/esm/utils/object.d.ts.map +1 -0
- package/esm/utils/object.js +290 -0
- package/esm/utils/position.d.ts +2 -0
- package/esm/utils/position.d.ts.map +1 -0
- package/esm/utils/position.js +79 -0
- package/esm/utils/react-render.d.ts +10 -0
- package/esm/utils/react-render.d.ts.map +1 -0
- package/esm/utils/react-render.js +85 -0
- package/esm/utils/render.d.ts +6 -0
- package/esm/utils/render.d.ts.map +1 -0
- package/esm/utils/render.js +31 -0
- package/esm/utils/rule/index.d.ts +3 -0
- package/esm/utils/rule/index.d.ts.map +1 -0
- package/esm/utils/rule/index.js +19 -0
- package/esm/utils/rule/length.d.ts +11 -0
- package/esm/utils/rule/length.d.ts.map +1 -0
- package/esm/utils/rule/length.js +54 -0
- package/esm/utils/rule/regexp.d.ts +6 -0
- package/esm/utils/rule/regexp.d.ts.map +1 -0
- package/esm/utils/rule/regexp.js +34 -0
- package/esm/utils/rule/required.d.ts +8 -0
- package/esm/utils/rule/required.d.ts.map +1 -0
- package/esm/utils/rule/required.js +30 -0
- package/esm/utils/rule/rule.d.ts +16 -0
- package/esm/utils/rule/rule.d.ts.map +1 -0
- package/esm/utils/rule/rule.js +84 -0
- package/esm/utils/rule/rule.type.d.ts +135 -0
- package/esm/utils/rule/rule.type.d.ts.map +1 -0
- package/esm/utils/rule/rule.type.js +5 -0
- package/esm/utils/rule/type.d.ts +9 -0
- package/esm/utils/rule/type.d.ts.map +1 -0
- package/esm/utils/rule/type.js +31 -0
- package/esm/utils/shallow-equal.d.ts +8 -0
- package/esm/utils/shallow-equal.d.ts.map +1 -0
- package/esm/utils/shallow-equal.js +82 -0
- package/esm/utils/string.d.ts +14 -0
- package/esm/utils/string.d.ts.map +1 -0
- package/esm/utils/string.js +54 -0
- package/esm/utils/style-unit.d.ts +5 -0
- package/esm/utils/style-unit.d.ts.map +1 -0
- package/esm/utils/style-unit.js +31 -0
- package/esm/utils/uid.d.ts +3 -0
- package/esm/utils/uid.d.ts.map +1 -0
- package/esm/utils/uid.js +40 -0
- package/esm/utils/validate/error.d.ts +7 -0
- package/esm/utils/validate/error.d.ts.map +1 -0
- package/esm/utils/validate/error.js +47 -0
- package/esm/utils/validate/get-rule.d.ts +4 -0
- package/esm/utils/validate/get-rule.d.ts.map +1 -0
- package/esm/utils/validate/get-rule.js +116 -0
- package/esm/utils/validate/index.d.ts +6 -0
- package/esm/utils/validate/index.d.ts.map +1 -0
- package/esm/utils/validate/index.js +73 -0
- package/esm/utils/validate/isJson.d.ts +2 -0
- package/esm/utils/validate/isJson.d.ts.map +1 -0
- package/esm/utils/validate/isJson.js +47 -0
- package/esm/utils/validate/nullable.d.ts +4 -0
- package/esm/utils/validate/nullable.d.ts.map +1 -0
- package/esm/utils/validate/nullable.js +18 -0
- package/esm/utils/validate/type.d.ts +16 -0
- package/esm/utils/validate/type.d.ts.map +1 -0
- package/esm/utils/validate/type.js +98 -0
- package/package.json +22 -0
package/cjs/index.js
ADDED
@@ -0,0 +1,490 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
require("core-js/modules/es.array.iterator.js");
|
4
|
+
require("core-js/modules/es.weak-map.js");
|
5
|
+
require("core-js/modules/web.dom-collections.iterator.js");
|
6
|
+
require("core-js/modules/web.dom-collections.for-each.js");
|
7
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
9
|
+
value: true
|
10
|
+
});
|
11
|
+
var _exportNames = {
|
12
|
+
util: true
|
13
|
+
};
|
14
|
+
exports.util = exports.default = void 0;
|
15
|
+
var util = _interopRequireWildcard(require("./utils/"));
|
16
|
+
exports.util = util;
|
17
|
+
var _rule = require("./utils/rule");
|
18
|
+
Object.keys(_rule).forEach(function (key) {
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
20
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
21
|
+
if (key in exports && exports[key] === _rule[key]) return;
|
22
|
+
Object.defineProperty(exports, key, {
|
23
|
+
enumerable: true,
|
24
|
+
get: function get() {
|
25
|
+
return _rule[key];
|
26
|
+
}
|
27
|
+
});
|
28
|
+
});
|
29
|
+
var _dom = require("./utils/dom");
|
30
|
+
Object.keys(_dom).forEach(function (key) {
|
31
|
+
if (key === "default" || key === "__esModule") return;
|
32
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
33
|
+
if (key in exports && exports[key] === _dom[key]) return;
|
34
|
+
Object.defineProperty(exports, key, {
|
35
|
+
enumerable: true,
|
36
|
+
get: function get() {
|
37
|
+
return _dom[key];
|
38
|
+
}
|
39
|
+
});
|
40
|
+
});
|
41
|
+
var _type = require("./common/type");
|
42
|
+
Object.keys(_type).forEach(function (key) {
|
43
|
+
if (key === "default" || key === "__esModule") return;
|
44
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
45
|
+
if (key in exports && exports[key] === _type[key]) return;
|
46
|
+
Object.defineProperty(exports, key, {
|
47
|
+
enumerable: true,
|
48
|
+
get: function get() {
|
49
|
+
return _type[key];
|
50
|
+
}
|
51
|
+
});
|
52
|
+
});
|
53
|
+
var _useForkRef = require("./common/use-fork-ref");
|
54
|
+
Object.keys(_useForkRef).forEach(function (key) {
|
55
|
+
if (key === "default" || key === "__esModule") return;
|
56
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
57
|
+
if (key in exports && exports[key] === _useForkRef[key]) return;
|
58
|
+
Object.defineProperty(exports, key, {
|
59
|
+
enumerable: true,
|
60
|
+
get: function get() {
|
61
|
+
return _useForkRef[key];
|
62
|
+
}
|
63
|
+
});
|
64
|
+
});
|
65
|
+
var _useInputAble = require("./common/use-input-able");
|
66
|
+
Object.keys(_useInputAble).forEach(function (key) {
|
67
|
+
if (key === "default" || key === "__esModule") return;
|
68
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
69
|
+
if (key in exports && exports[key] === _useInputAble[key]) return;
|
70
|
+
Object.defineProperty(exports, key, {
|
71
|
+
enumerable: true,
|
72
|
+
get: function get() {
|
73
|
+
return _useInputAble[key];
|
74
|
+
}
|
75
|
+
});
|
76
|
+
});
|
77
|
+
var _useLatestObj = require("./common/use-latest-obj");
|
78
|
+
Object.keys(_useLatestObj).forEach(function (key) {
|
79
|
+
if (key === "default" || key === "__esModule") return;
|
80
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
81
|
+
if (key in exports && exports[key] === _useLatestObj[key]) return;
|
82
|
+
Object.defineProperty(exports, key, {
|
83
|
+
enumerable: true,
|
84
|
+
get: function get() {
|
85
|
+
return _useLatestObj[key];
|
86
|
+
}
|
87
|
+
});
|
88
|
+
});
|
89
|
+
var _usePersistFn = require("./common/use-persist-fn");
|
90
|
+
Object.keys(_usePersistFn).forEach(function (key) {
|
91
|
+
if (key === "default" || key === "__esModule") return;
|
92
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
93
|
+
if (key in exports && exports[key] === _usePersistFn[key]) return;
|
94
|
+
Object.defineProperty(exports, key, {
|
95
|
+
enumerable: true,
|
96
|
+
get: function get() {
|
97
|
+
return _usePersistFn[key];
|
98
|
+
}
|
99
|
+
});
|
100
|
+
});
|
101
|
+
var _useKeyEvent = require("./common/use-key-event");
|
102
|
+
Object.keys(_useKeyEvent).forEach(function (key) {
|
103
|
+
if (key === "default" || key === "__esModule") return;
|
104
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
105
|
+
if (key in exports && exports[key] === _useKeyEvent[key]) return;
|
106
|
+
Object.defineProperty(exports, key, {
|
107
|
+
enumerable: true,
|
108
|
+
get: function get() {
|
109
|
+
return _useKeyEvent[key];
|
110
|
+
}
|
111
|
+
});
|
112
|
+
});
|
113
|
+
var _useListSelect = require("./common/use-list-select");
|
114
|
+
Object.keys(_useListSelect).forEach(function (key) {
|
115
|
+
if (key === "default" || key === "__esModule") return;
|
116
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
117
|
+
if (key in exports && exports[key] === _useListSelect[key]) return;
|
118
|
+
Object.defineProperty(exports, key, {
|
119
|
+
enumerable: true,
|
120
|
+
get: function get() {
|
121
|
+
return _useListSelect[key];
|
122
|
+
}
|
123
|
+
});
|
124
|
+
});
|
125
|
+
var _useClickAway = require("./common/use-click-away");
|
126
|
+
Object.keys(_useClickAway).forEach(function (key) {
|
127
|
+
if (key === "default" || key === "__esModule") return;
|
128
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
129
|
+
if (key in exports && exports[key] === _useClickAway[key]) return;
|
130
|
+
Object.defineProperty(exports, key, {
|
131
|
+
enumerable: true,
|
132
|
+
get: function get() {
|
133
|
+
return _useClickAway[key];
|
134
|
+
}
|
135
|
+
});
|
136
|
+
});
|
137
|
+
var _usePrevious = require("./common/use-previous");
|
138
|
+
Object.keys(_usePrevious).forEach(function (key) {
|
139
|
+
if (key === "default" || key === "__esModule") return;
|
140
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
141
|
+
if (key in exports && exports[key] === _usePrevious[key]) return;
|
142
|
+
Object.defineProperty(exports, key, {
|
143
|
+
enumerable: true,
|
144
|
+
get: function get() {
|
145
|
+
return _usePrevious[key];
|
146
|
+
}
|
147
|
+
});
|
148
|
+
});
|
149
|
+
var _useRender = require("./common/use-render");
|
150
|
+
Object.keys(_useRender).forEach(function (key) {
|
151
|
+
if (key === "default" || key === "__esModule") return;
|
152
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
153
|
+
if (key in exports && exports[key] === _useRender[key]) return;
|
154
|
+
Object.defineProperty(exports, key, {
|
155
|
+
enumerable: true,
|
156
|
+
get: function get() {
|
157
|
+
return _useRender[key];
|
158
|
+
}
|
159
|
+
});
|
160
|
+
});
|
161
|
+
var _useSafeState = require("./common/use-safe-state");
|
162
|
+
Object.keys(_useSafeState).forEach(function (key) {
|
163
|
+
if (key === "default" || key === "__esModule") return;
|
164
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
165
|
+
if (key in exports && exports[key] === _useSafeState[key]) return;
|
166
|
+
Object.defineProperty(exports, key, {
|
167
|
+
enumerable: true,
|
168
|
+
get: function get() {
|
169
|
+
return _useSafeState[key];
|
170
|
+
}
|
171
|
+
});
|
172
|
+
});
|
173
|
+
var _useToggle = require("./common/use-toggle");
|
174
|
+
Object.keys(_useToggle).forEach(function (key) {
|
175
|
+
if (key === "default" || key === "__esModule") return;
|
176
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
177
|
+
if (key in exports && exports[key] === _useToggle[key]) return;
|
178
|
+
Object.defineProperty(exports, key, {
|
179
|
+
enumerable: true,
|
180
|
+
get: function get() {
|
181
|
+
return _useToggle[key];
|
182
|
+
}
|
183
|
+
});
|
184
|
+
});
|
185
|
+
var _usePositionStyle = require("./common/use-position-style");
|
186
|
+
Object.keys(_usePositionStyle).forEach(function (key) {
|
187
|
+
if (key === "default" || key === "__esModule") return;
|
188
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
189
|
+
if (key in exports && exports[key] === _usePositionStyle[key]) return;
|
190
|
+
Object.defineProperty(exports, key, {
|
191
|
+
enumerable: true,
|
192
|
+
get: function get() {
|
193
|
+
return _usePositionStyle[key];
|
194
|
+
}
|
195
|
+
});
|
196
|
+
});
|
197
|
+
var _useStyle = require("./common/use-style");
|
198
|
+
Object.keys(_useStyle).forEach(function (key) {
|
199
|
+
if (key === "default" || key === "__esModule") return;
|
200
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
201
|
+
if (key in exports && exports[key] === _useStyle[key]) return;
|
202
|
+
Object.defineProperty(exports, key, {
|
203
|
+
enumerable: true,
|
204
|
+
get: function get() {
|
205
|
+
return _useStyle[key];
|
206
|
+
}
|
207
|
+
});
|
208
|
+
});
|
209
|
+
var _useResize = require("./common/use-resize");
|
210
|
+
Object.keys(_useResize).forEach(function (key) {
|
211
|
+
if (key === "default" || key === "__esModule") return;
|
212
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
213
|
+
if (key in exports && exports[key] === _useResize[key]) return;
|
214
|
+
Object.defineProperty(exports, key, {
|
215
|
+
enumerable: true,
|
216
|
+
get: function get() {
|
217
|
+
return _useResize[key];
|
218
|
+
}
|
219
|
+
});
|
220
|
+
});
|
221
|
+
var _useTransform = require("./common/use-transform");
|
222
|
+
Object.keys(_useTransform).forEach(function (key) {
|
223
|
+
if (key === "default" || key === "__esModule") return;
|
224
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
225
|
+
if (key in exports && exports[key] === _useTransform[key]) return;
|
226
|
+
Object.defineProperty(exports, key, {
|
227
|
+
enumerable: true,
|
228
|
+
get: function get() {
|
229
|
+
return _useTransform[key];
|
230
|
+
}
|
231
|
+
});
|
232
|
+
});
|
233
|
+
var _useDragMock = require("./common/use-drag-mock");
|
234
|
+
Object.keys(_useDragMock).forEach(function (key) {
|
235
|
+
if (key === "default" || key === "__esModule") return;
|
236
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
237
|
+
if (key in exports && exports[key] === _useDragMock[key]) return;
|
238
|
+
Object.defineProperty(exports, key, {
|
239
|
+
enumerable: true,
|
240
|
+
get: function get() {
|
241
|
+
return _useDragMock[key];
|
242
|
+
}
|
243
|
+
});
|
244
|
+
});
|
245
|
+
var _usePaginationList = require("./common/use-pagination-list");
|
246
|
+
Object.keys(_usePaginationList).forEach(function (key) {
|
247
|
+
if (key === "default" || key === "__esModule") return;
|
248
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
249
|
+
if (key in exports && exports[key] === _usePaginationList[key]) return;
|
250
|
+
Object.defineProperty(exports, key, {
|
251
|
+
enumerable: true,
|
252
|
+
get: function get() {
|
253
|
+
return _usePaginationList[key];
|
254
|
+
}
|
255
|
+
});
|
256
|
+
});
|
257
|
+
var _useInput = require("./components/use-input");
|
258
|
+
Object.keys(_useInput).forEach(function (key) {
|
259
|
+
if (key === "default" || key === "__esModule") return;
|
260
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
261
|
+
if (key in exports && exports[key] === _useInput[key]) return;
|
262
|
+
Object.defineProperty(exports, key, {
|
263
|
+
enumerable: true,
|
264
|
+
get: function get() {
|
265
|
+
return _useInput[key];
|
266
|
+
}
|
267
|
+
});
|
268
|
+
});
|
269
|
+
var _useTextarea = require("./components/use-textarea");
|
270
|
+
Object.keys(_useTextarea).forEach(function (key) {
|
271
|
+
if (key === "default" || key === "__esModule") return;
|
272
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
273
|
+
if (key in exports && exports[key] === _useTextarea[key]) return;
|
274
|
+
Object.defineProperty(exports, key, {
|
275
|
+
enumerable: true,
|
276
|
+
get: function get() {
|
277
|
+
return _useTextarea[key];
|
278
|
+
}
|
279
|
+
});
|
280
|
+
});
|
281
|
+
var _useForm = require("./components/use-form");
|
282
|
+
Object.keys(_useForm).forEach(function (key) {
|
283
|
+
if (key === "default" || key === "__esModule") return;
|
284
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
285
|
+
if (key in exports && exports[key] === _useForm[key]) return;
|
286
|
+
Object.defineProperty(exports, key, {
|
287
|
+
enumerable: true,
|
288
|
+
get: function get() {
|
289
|
+
return _useForm[key];
|
290
|
+
}
|
291
|
+
});
|
292
|
+
});
|
293
|
+
var _useValidate = require("./components/use-validate");
|
294
|
+
Object.keys(_useValidate).forEach(function (key) {
|
295
|
+
if (key === "default" || key === "__esModule") return;
|
296
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
297
|
+
if (key in exports && exports[key] === _useValidate[key]) return;
|
298
|
+
Object.defineProperty(exports, key, {
|
299
|
+
enumerable: true,
|
300
|
+
get: function get() {
|
301
|
+
return _useValidate[key];
|
302
|
+
}
|
303
|
+
});
|
304
|
+
});
|
305
|
+
var _useCheck = require("./components/use-check");
|
306
|
+
Object.keys(_useCheck).forEach(function (key) {
|
307
|
+
if (key === "default" || key === "__esModule") return;
|
308
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
309
|
+
if (key in exports && exports[key] === _useCheck[key]) return;
|
310
|
+
Object.defineProperty(exports, key, {
|
311
|
+
enumerable: true,
|
312
|
+
get: function get() {
|
313
|
+
return _useCheck[key];
|
314
|
+
}
|
315
|
+
});
|
316
|
+
});
|
317
|
+
var _useButton = require("./components/use-button");
|
318
|
+
Object.keys(_useButton).forEach(function (key) {
|
319
|
+
if (key === "default" || key === "__esModule") return;
|
320
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
321
|
+
if (key in exports && exports[key] === _useButton[key]) return;
|
322
|
+
Object.defineProperty(exports, key, {
|
323
|
+
enumerable: true,
|
324
|
+
get: function get() {
|
325
|
+
return _useButton[key];
|
326
|
+
}
|
327
|
+
});
|
328
|
+
});
|
329
|
+
var _usePopup = require("./components/use-popup");
|
330
|
+
Object.keys(_usePopup).forEach(function (key) {
|
331
|
+
if (key === "default" || key === "__esModule") return;
|
332
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
333
|
+
if (key in exports && exports[key] === _usePopup[key]) return;
|
334
|
+
Object.defineProperty(exports, key, {
|
335
|
+
enumerable: true,
|
336
|
+
get: function get() {
|
337
|
+
return _usePopup[key];
|
338
|
+
}
|
339
|
+
});
|
340
|
+
});
|
341
|
+
var _useImage = require("./components/use-image");
|
342
|
+
Object.keys(_useImage).forEach(function (key) {
|
343
|
+
if (key === "default" || key === "__esModule") return;
|
344
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
345
|
+
if (key in exports && exports[key] === _useImage[key]) return;
|
346
|
+
Object.defineProperty(exports, key, {
|
347
|
+
enumerable: true,
|
348
|
+
get: function get() {
|
349
|
+
return _useImage[key];
|
350
|
+
}
|
351
|
+
});
|
352
|
+
});
|
353
|
+
var _useDatepicker = require("./components/use-datepicker");
|
354
|
+
Object.keys(_useDatepicker).forEach(function (key) {
|
355
|
+
if (key === "default" || key === "__esModule") return;
|
356
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
357
|
+
if (key in exports && exports[key] === _useDatepicker[key]) return;
|
358
|
+
Object.defineProperty(exports, key, {
|
359
|
+
enumerable: true,
|
360
|
+
get: function get() {
|
361
|
+
return _useDatepicker[key];
|
362
|
+
}
|
363
|
+
});
|
364
|
+
});
|
365
|
+
var _useTabs = require("./components/use-tabs");
|
366
|
+
Object.keys(_useTabs).forEach(function (key) {
|
367
|
+
if (key === "default" || key === "__esModule") return;
|
368
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
369
|
+
if (key in exports && exports[key] === _useTabs[key]) return;
|
370
|
+
Object.defineProperty(exports, key, {
|
371
|
+
enumerable: true,
|
372
|
+
get: function get() {
|
373
|
+
return _useTabs[key];
|
374
|
+
}
|
375
|
+
});
|
376
|
+
});
|
377
|
+
var _useCarousel = require("./components/use-carousel");
|
378
|
+
Object.keys(_useCarousel).forEach(function (key) {
|
379
|
+
if (key === "default" || key === "__esModule") return;
|
380
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
381
|
+
if (key in exports && exports[key] === _useCarousel[key]) return;
|
382
|
+
Object.defineProperty(exports, key, {
|
383
|
+
enumerable: true,
|
384
|
+
get: function get() {
|
385
|
+
return _useCarousel[key];
|
386
|
+
}
|
387
|
+
});
|
388
|
+
});
|
389
|
+
var _useTransfer = require("./components/use-transfer");
|
390
|
+
Object.keys(_useTransfer).forEach(function (key) {
|
391
|
+
if (key === "default" || key === "__esModule") return;
|
392
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
393
|
+
if (key in exports && exports[key] === _useTransfer[key]) return;
|
394
|
+
Object.defineProperty(exports, key, {
|
395
|
+
enumerable: true,
|
396
|
+
get: function get() {
|
397
|
+
return _useTransfer[key];
|
398
|
+
}
|
399
|
+
});
|
400
|
+
});
|
401
|
+
var _useUpload = require("./components/use-upload");
|
402
|
+
Object.keys(_useUpload).forEach(function (key) {
|
403
|
+
if (key === "default" || key === "__esModule") return;
|
404
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
405
|
+
if (key in exports && exports[key] === _useUpload[key]) return;
|
406
|
+
Object.defineProperty(exports, key, {
|
407
|
+
enumerable: true,
|
408
|
+
get: function get() {
|
409
|
+
return _useUpload[key];
|
410
|
+
}
|
411
|
+
});
|
412
|
+
});
|
413
|
+
var _usePagination = require("./components/use-pagination");
|
414
|
+
Object.keys(_usePagination).forEach(function (key) {
|
415
|
+
if (key === "default" || key === "__esModule") return;
|
416
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
417
|
+
if (key in exports && exports[key] === _usePagination[key]) return;
|
418
|
+
Object.defineProperty(exports, key, {
|
419
|
+
enumerable: true,
|
420
|
+
get: function get() {
|
421
|
+
return _usePagination[key];
|
422
|
+
}
|
423
|
+
});
|
424
|
+
});
|
425
|
+
var _useTable = require("./components/use-table");
|
426
|
+
Object.keys(_useTable).forEach(function (key) {
|
427
|
+
if (key === "default" || key === "__esModule") return;
|
428
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
429
|
+
if (key in exports && exports[key] === _useTable[key]) return;
|
430
|
+
Object.defineProperty(exports, key, {
|
431
|
+
enumerable: true,
|
432
|
+
get: function get() {
|
433
|
+
return _useTable[key];
|
434
|
+
}
|
435
|
+
});
|
436
|
+
});
|
437
|
+
var _useTree = require("./components/use-tree");
|
438
|
+
Object.keys(_useTree).forEach(function (key) {
|
439
|
+
if (key === "default" || key === "__esModule") return;
|
440
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
441
|
+
if (key in exports && exports[key] === _useTree[key]) return;
|
442
|
+
Object.defineProperty(exports, key, {
|
443
|
+
enumerable: true,
|
444
|
+
get: function get() {
|
445
|
+
return _useTree[key];
|
446
|
+
}
|
447
|
+
});
|
448
|
+
});
|
449
|
+
var _useSelect = require("./components/use-select");
|
450
|
+
Object.keys(_useSelect).forEach(function (key) {
|
451
|
+
if (key === "default" || key === "__esModule") return;
|
452
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
453
|
+
if (key in exports && exports[key] === _useSelect[key]) return;
|
454
|
+
Object.defineProperty(exports, key, {
|
455
|
+
enumerable: true,
|
456
|
+
get: function get() {
|
457
|
+
return _useSelect[key];
|
458
|
+
}
|
459
|
+
});
|
460
|
+
});
|
461
|
+
var _useSlider = require("./components/use-slider");
|
462
|
+
Object.keys(_useSlider).forEach(function (key) {
|
463
|
+
if (key === "default" || key === "__esModule") return;
|
464
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
465
|
+
if (key in exports && exports[key] === _useSlider[key]) return;
|
466
|
+
Object.defineProperty(exports, key, {
|
467
|
+
enumerable: true,
|
468
|
+
get: function get() {
|
469
|
+
return _useSlider[key];
|
470
|
+
}
|
471
|
+
});
|
472
|
+
});
|
473
|
+
var _useMenu = require("./components/use-menu");
|
474
|
+
Object.keys(_useMenu).forEach(function (key) {
|
475
|
+
if (key === "default" || key === "__esModule") return;
|
476
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
477
|
+
if (key in exports && exports[key] === _useMenu[key]) return;
|
478
|
+
Object.defineProperty(exports, key, {
|
479
|
+
enumerable: true,
|
480
|
+
get: function get() {
|
481
|
+
return _useMenu[key];
|
482
|
+
}
|
483
|
+
});
|
484
|
+
});
|
485
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
486
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
487
|
+
//common
|
488
|
+
//components
|
489
|
+
var _default = {};
|
490
|
+
exports.default = _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"accept.d.ts","sourceRoot":"","sources":["accept.ts"],"names":[],"mappings":"AAAA,aAAK,aAAa,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;AAEvC,wBAAgB,UAAU,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,aAAa,CAAC,EAAE,aAAa,WAsBpE"}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.attrAccept = attrAccept;
|
7
|
+
require("core-js/modules/es.regexp.exec.js");
|
8
|
+
require("core-js/modules/es.string.replace.js");
|
9
|
+
require("core-js/modules/es.string.trim.js");
|
10
|
+
require("core-js/modules/es.string.ends-with.js");
|
11
|
+
function attrAccept(file, acceptedFiles) {
|
12
|
+
if (file && acceptedFiles) {
|
13
|
+
var acceptedFilesArray = Array.isArray(acceptedFiles) ? acceptedFiles : acceptedFiles.split(',');
|
14
|
+
var fileName = file.name || '';
|
15
|
+
var mimeType = file.type || '';
|
16
|
+
var baseMimeType = mimeType.replace(/\/.*$/, '');
|
17
|
+
return acceptedFilesArray.some(function (type) {
|
18
|
+
var validType = type.trim();
|
19
|
+
if (validType.charAt(0) === '.') {
|
20
|
+
return fileName.toLowerCase().endsWith(validType.toLowerCase());
|
21
|
+
}
|
22
|
+
if (/\/\*$/.test(validType)) {
|
23
|
+
// This is something like a image/* mime type
|
24
|
+
return baseMimeType === validType.replace(/\/.*$/, '');
|
25
|
+
}
|
26
|
+
return mimeType === validType;
|
27
|
+
});
|
28
|
+
}
|
29
|
+
return true;
|
30
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"array.d.ts","sourceRoot":"","sources":["array.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,YAAa,GAAG,EAAE,QAIxC,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.flattenArray = void 0;
|
7
|
+
require("core-js/modules/es.array.concat.js");
|
8
|
+
var flattenArray = function flattenArray(arr1) {
|
9
|
+
return arr1.reduce(function (acc, val) {
|
10
|
+
return Array.isArray(val) ? acc.concat(flattenArray(val)) : acc.concat(val);
|
11
|
+
}, []);
|
12
|
+
};
|
13
|
+
exports.flattenArray = flattenArray;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"attribute.d.ts","sourceRoot":"","sources":["attribute.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,UAAW,OAAO,MAAM,EAAE,MAAM,CAAC,2BAM7D,CAAC;AAEF,eAAO,MAAM,oBAAoB,SAAU,MAAM,WAEhD,CAAC"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.getDataAttributeName = exports.getDataAttribute = void 0;
|
7
|
+
var getDataAttribute = function getDataAttribute(attrs) {
|
8
|
+
return Object.keys(attrs).reduce(function (acc, key) {
|
9
|
+
var ns = "data-soui-".concat(key);
|
10
|
+
acc[ns] = attrs[key];
|
11
|
+
return acc;
|
12
|
+
}, {});
|
13
|
+
};
|
14
|
+
exports.getDataAttribute = getDataAttribute;
|
15
|
+
var getDataAttributeName = function getDataAttributeName(name) {
|
16
|
+
return "data-soui-".concat(name);
|
17
|
+
};
|
18
|
+
exports.getDataAttributeName = getDataAttributeName;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"clone.d.ts","sourceRoot":"","sources":["clone.ts"],"names":[],"mappings":"AA8BA,eAAO,MAAM,SAAS,kBAAsD,CAAC;AAE7E,eAAO,MAAM,YAAY,QAAS,GAAG,QAQpC,CAAC;AAEF,eAAO,MAAM,SAAS,WAAY,GAAG,QAIpC,CAAC"}
|
@@ -0,0 +1,69 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.shallowClone = exports.fastClone = exports.deepClone = void 0;
|
8
|
+
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
9
|
+
require("core-js/modules/es.array.from.js");
|
10
|
+
require("core-js/modules/web.dom-collections.for-each.js");
|
11
|
+
require("core-js/modules/es.array.concat.js");
|
12
|
+
require("core-js/modules/es.array.iterator.js");
|
13
|
+
require("core-js/modules/es.map.js");
|
14
|
+
require("core-js/modules/web.dom-collections.iterator.js");
|
15
|
+
require("core-js/modules/es.set.js");
|
16
|
+
require("core-js/modules/es.regexp.constructor.js");
|
17
|
+
require("core-js/modules/es.regexp.exec.js");
|
18
|
+
require("core-js/modules/es.regexp.to-string.js");
|
19
|
+
var _is = require("./is");
|
20
|
+
// eslint-disable-next-line
|
21
|
+
var cloneArray = function cloneArray(source) {
|
22
|
+
return (
|
23
|
+
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
24
|
+
Array.from(source, function (x) {
|
25
|
+
return deepClone(x);
|
26
|
+
})
|
27
|
+
);
|
28
|
+
};
|
29
|
+
var cloneObject = function cloneObject(source) {
|
30
|
+
var specialKeys = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
31
|
+
var target = Object.create(Object.getPrototypeOf(source));
|
32
|
+
/* File or Response (non-serializable data) will throw error */
|
33
|
+
try {
|
34
|
+
// eslint-disable-next-line guard-for-in
|
35
|
+
for (var key in target) {
|
36
|
+
// eslint-disable-next-line no-self-assign
|
37
|
+
target[key] = target[key];
|
38
|
+
}
|
39
|
+
} catch (e) {
|
40
|
+
console.error('should not pass non-serializable data', source);
|
41
|
+
console.error(e);
|
42
|
+
target = {};
|
43
|
+
}
|
44
|
+
[].concat((0, _toConsumableArray2.default)(specialKeys), (0, _toConsumableArray2.default)(Object.keys(source))).forEach(function (k) {
|
45
|
+
// eslint-disable-next-line
|
46
|
+
target[k] = deepClone(source[k]);
|
47
|
+
});
|
48
|
+
return target;
|
49
|
+
};
|
50
|
+
var fastClone = function fastClone(obj) {
|
51
|
+
return JSON.parse(JSON.stringify(obj));
|
52
|
+
};
|
53
|
+
exports.fastClone = fastClone;
|
54
|
+
var shallowClone = function shallowClone(val) {
|
55
|
+
if (!val) return val;
|
56
|
+
if ((0, _is.isDate)(val)) return new Date(val);
|
57
|
+
if ((0, _is.isMap)(val)) return new Map(val);
|
58
|
+
if ((0, _is.isSet)(val)) return new Set(val);
|
59
|
+
if ((0, _is.isRegexp)(val)) return new RegExp(val);
|
60
|
+
if ((0, _is.isError)(val)) return cloneObject(val, ['message']);
|
61
|
+
return val;
|
62
|
+
};
|
63
|
+
exports.shallowClone = shallowClone;
|
64
|
+
var deepClone = function deepClone(source) {
|
65
|
+
if ((0, _is.isArray)(source)) return cloneArray(source);
|
66
|
+
if ((0, _is.isMergeable)(source)) return cloneObject(source);
|
67
|
+
return shallowClone(source);
|
68
|
+
};
|
69
|
+
exports.deepClone = deepClone;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export declare const docSize: {
|
2
|
+
readonly width: number;
|
3
|
+
readonly height: number;
|
4
|
+
};
|
5
|
+
export declare const docScroll: {
|
6
|
+
top: number;
|
7
|
+
left: number;
|
8
|
+
};
|
9
|
+
export declare function isInDocument(element: HTMLElement | null): boolean;
|
10
|
+
//# sourceMappingURL=document.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["document.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;CAOnB,CAAC;AACF,eAAO,MAAM,SAAS;;;CAerB,CAAC;AAEF,wBAAgB,YAAY,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,WAKvD"}
|