@kdcloudjs/kdesign 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +555 -0
- package/README.md +91 -0
- package/dist/default-theme.js +534 -0
- package/dist/kdesign-complete.less +11901 -0
- package/dist/kdesign.css +18244 -0
- package/dist/kdesign.css.map +1 -0
- package/dist/kdesign.js +118804 -0
- package/dist/kdesign.js.map +1 -0
- package/dist/kdesign.less +2 -0
- package/dist/kdesign.min.css +19 -0
- package/dist/kdesign.min.js +203 -0
- package/dist/kdesign.min.js.map +1 -0
- package/dist/theme.js +13 -0
- package/es/_utils/arrayUtil.d.ts +10 -0
- package/es/_utils/arrayUtil.js +35 -0
- package/es/_utils/devwarning.d.ts +1 -0
- package/es/_utils/devwarning.js +10 -0
- package/es/_utils/formatUtil.d.ts +46 -0
- package/es/_utils/formatUtil.js +347 -0
- package/es/_utils/hooks.d.ts +52 -0
- package/es/_utils/hooks.js +197 -0
- package/es/_utils/index.d.ts +8 -0
- package/es/_utils/index.js +15 -0
- package/es/_utils/numberUtil.d.ts +34 -0
- package/es/_utils/numberUtil.js +184 -0
- package/es/_utils/omit.d.ts +1 -0
- package/es/_utils/omit.js +11 -0
- package/es/_utils/react-children.d.ts +2 -0
- package/es/_utils/react-children.js +8 -0
- package/es/_utils/reactNode.d.ts +7 -0
- package/es/_utils/reactNode.js +10 -0
- package/es/_utils/type.d.ts +12 -0
- package/es/_utils/type.js +15 -0
- package/es/_utils/usePopper.d.ts +28 -0
- package/es/_utils/usePopper.js +608 -0
- package/es/alert/alert.d.ts +22 -0
- package/es/alert/alert.js +208 -0
- package/es/alert/index.d.ts +3 -0
- package/es/alert/index.js +2 -0
- package/es/alert/style/css.js +2 -0
- package/es/alert/style/index.css +242 -0
- package/es/alert/style/index.d.ts +2 -0
- package/es/alert/style/index.js +2 -0
- package/es/alert/style/index.less +118 -0
- package/es/alert/style/mixin.less +16 -0
- package/es/anchor/anchor-link.d.ts +12 -0
- package/es/anchor/anchor-link.js +75 -0
- package/es/anchor/anchor.d.ts +27 -0
- package/es/anchor/anchor.js +511 -0
- package/es/anchor/context.d.ts +3 -0
- package/es/anchor/context.js +3 -0
- package/es/anchor/index.d.ts +7 -0
- package/es/anchor/index.js +5 -0
- package/es/anchor/style/css.js +2 -0
- package/es/anchor/style/index.css +278 -0
- package/es/anchor/style/index.d.ts +2 -0
- package/es/anchor/style/index.js +2 -0
- package/es/anchor/style/index.less +191 -0
- package/es/anchor/style/mixin.less +7 -0
- package/es/avatar/avatar.d.ts +23 -0
- package/es/avatar/avatar.js +156 -0
- package/es/avatar/index.d.ts +3 -0
- package/es/avatar/index.js +3 -0
- package/es/avatar/style/css.js +2 -0
- package/es/avatar/style/index.css +192 -0
- package/es/avatar/style/index.d.ts +2 -0
- package/es/avatar/style/index.js +2 -0
- package/es/avatar/style/index.less +72 -0
- package/es/avatar/style/mixin.less +5 -0
- package/es/badge/badge.d.ts +34 -0
- package/es/badge/badge.js +144 -0
- package/es/badge/index.d.ts +3 -0
- package/es/badge/index.js +3 -0
- package/es/badge/style/css.js +2 -0
- package/es/badge/style/index.css +226 -0
- package/es/badge/style/index.d.ts +2 -0
- package/es/badge/style/index.js +2 -0
- package/es/badge/style/index.less +129 -0
- package/es/badge/style/mixin.less +5 -0
- package/es/base-data/base-data.d.ts +4 -0
- package/es/base-data/base-data.js +742 -0
- package/es/base-data/index.d.ts +3 -0
- package/es/base-data/index.js +3 -0
- package/es/base-data/interface.d.ts +57 -0
- package/es/base-data/interface.js +2 -0
- package/es/base-data/style/css.js +2 -0
- package/es/base-data/style/index.css +280 -0
- package/es/base-data/style/index.d.ts +2 -0
- package/es/base-data/style/index.js +2 -0
- package/es/base-data/style/index.less +188 -0
- package/es/base-data/style/mixin.less +5 -0
- package/es/button/button.d.ts +33 -0
- package/es/button/button.js +165 -0
- package/es/button/index.d.ts +3 -0
- package/es/button/index.js +2 -0
- package/es/button/style/css.js +2 -0
- package/es/button/style/index.css +321 -0
- package/es/button/style/index.d.ts +2 -0
- package/es/button/style/index.js +2 -0
- package/es/button/style/index.less +205 -0
- package/es/button/style/mixin.less +39 -0
- package/es/card/card.d.ts +24 -0
- package/es/card/card.js +64 -0
- package/es/card/index.d.ts +3 -0
- package/es/card/index.js +3 -0
- package/es/card/style/css.js +2 -0
- package/es/card/style/index.css +182 -0
- package/es/card/style/index.d.ts +2 -0
- package/es/card/style/index.js +2 -0
- package/es/card/style/index.less +98 -0
- package/es/carousel/carousel.d.ts +23 -0
- package/es/carousel/carousel.js +257 -0
- package/es/carousel/displayList.d.ts +12 -0
- package/es/carousel/displayList.js +26 -0
- package/es/carousel/fadeList.d.ts +14 -0
- package/es/carousel/fadeList.js +33 -0
- package/es/carousel/index.d.ts +7 -0
- package/es/carousel/index.js +7 -0
- package/es/carousel/slideList.d.ts +11 -0
- package/es/carousel/slideList.js +28 -0
- package/es/carousel/slidebar.d.ts +12 -0
- package/es/carousel/slidebar.js +46 -0
- package/es/carousel/style/css.js +2 -0
- package/es/carousel/style/index.css +327 -0
- package/es/carousel/style/index.d.ts +2 -0
- package/es/carousel/style/index.js +2 -0
- package/es/carousel/style/index.less +138 -0
- package/es/carousel/style/mixin.less +5 -0
- package/es/cascader/cascader.d.ts +54 -0
- package/es/cascader/cascader.js +265 -0
- package/es/cascader/index.d.ts +3 -0
- package/es/cascader/index.js +3 -0
- package/es/cascader/style/css.js +2 -0
- package/es/cascader/style/index.css +260 -0
- package/es/cascader/style/index.d.ts +2 -0
- package/es/cascader/style/index.js +2 -0
- package/es/cascader/style/index.less +173 -0
- package/es/checkbox/checkbox.d.ts +22 -0
- package/es/checkbox/checkbox.js +125 -0
- package/es/checkbox/group.d.ts +25 -0
- package/es/checkbox/group.js +148 -0
- package/es/checkbox/index.d.ts +11 -0
- package/es/checkbox/index.js +7 -0
- package/es/checkbox/style/css.js +2 -0
- package/es/checkbox/style/index.css +376 -0
- package/es/checkbox/style/index.d.ts +2 -0
- package/es/checkbox/style/index.js +2 -0
- package/es/checkbox/style/index.less +246 -0
- package/es/city-picker/city-group.d.ts +8 -0
- package/es/city-picker/city-group.js +46 -0
- package/es/city-picker/city-list.d.ts +12 -0
- package/es/city-picker/city-list.js +60 -0
- package/es/city-picker/city-panel-item.d.ts +13 -0
- package/es/city-picker/city-panel-item.js +27 -0
- package/es/city-picker/city-panel.d.ts +17 -0
- package/es/city-picker/city-panel.js +177 -0
- package/es/city-picker/city-picker.d.ts +24 -0
- package/es/city-picker/city-picker.js +175 -0
- package/es/city-picker/city-search-panel.d.ts +9 -0
- package/es/city-picker/city-search-panel.js +51 -0
- package/es/city-picker/index.d.ts +3 -0
- package/es/city-picker/index.js +3 -0
- package/es/city-picker/no-data.d.ts +2 -0
- package/es/city-picker/no-data.js +21 -0
- package/es/city-picker/style/css.js +2 -0
- package/es/city-picker/style/index.css +410 -0
- package/es/city-picker/style/index.d.ts +2 -0
- package/es/city-picker/style/index.js +2 -0
- package/es/city-picker/style/index.less +280 -0
- package/es/city-picker/style/mixin.less +5 -0
- package/es/city-picker/utils/grouping.d.ts +7 -0
- package/es/city-picker/utils/grouping.js +28 -0
- package/es/collapse/collapse.d.ts +20 -0
- package/es/collapse/collapse.js +157 -0
- package/es/collapse/index.d.ts +10 -0
- package/es/collapse/index.js +6 -0
- package/es/collapse/panel.d.ts +19 -0
- package/es/collapse/panel.js +157 -0
- package/es/collapse/style/css.js +2 -0
- package/es/collapse/style/index.css +214 -0
- package/es/collapse/style/index.d.ts +2 -0
- package/es/collapse/style/index.js +2 -0
- package/es/collapse/style/index.less +85 -0
- package/es/collapse/style/mixin.less +5 -0
- package/es/config-provider/ConfigContext.d.ts +22 -0
- package/es/config-provider/ConfigContext.js +7 -0
- package/es/config-provider/SizeContext.d.ts +8 -0
- package/es/config-provider/SizeContext.js +12 -0
- package/es/config-provider/compDefaultProps.d.ts +396 -0
- package/es/config-provider/compDefaultProps.js +411 -0
- package/es/config-provider/configProvider.d.ts +11 -0
- package/es/config-provider/configProvider.js +45 -0
- package/es/config-provider/defaultConfig.d.ts +10 -0
- package/es/config-provider/defaultConfig.js +19 -0
- package/es/config-provider/index.d.ts +6 -0
- package/es/config-provider/index.js +6 -0
- package/es/date-picker/calendar.d.ts +12 -0
- package/es/date-picker/calendar.js +108 -0
- package/es/date-picker/context.d.ts +29 -0
- package/es/date-picker/context.js +3 -0
- package/es/date-picker/date-panel.d.ts +53 -0
- package/es/date-picker/date-panel.js +272 -0
- package/es/date-picker/date-picker.d.ts +51 -0
- package/es/date-picker/date-picker.js +444 -0
- package/es/date-picker/hooks/use-hover-value.d.ts +3 -0
- package/es/date-picker/hooks/use-hover-value.js +53 -0
- package/es/date-picker/hooks/use-picker-input.d.ts +16 -0
- package/es/date-picker/hooks/use-picker-input.js +114 -0
- package/es/date-picker/hooks/use-range-cls.d.ts +14 -0
- package/es/date-picker/hooks/use-range-cls.js +42 -0
- package/es/date-picker/hooks/use-range-disabled.d.ts +7 -0
- package/es/date-picker/hooks/use-range-disabled.js +87 -0
- package/es/date-picker/hooks/use-range-view-dates.d.ts +6 -0
- package/es/date-picker/hooks/use-range-view-dates.js +113 -0
- package/es/date-picker/hooks/use-state-memo.d.ts +1 -0
- package/es/date-picker/hooks/use-state-memo.js +11 -0
- package/es/date-picker/hooks/use-text-value-mapping.d.ts +5 -0
- package/es/date-picker/hooks/use-text-value-mapping.js +31 -0
- package/es/date-picker/hooks/use-value-texts.d.ts +5 -0
- package/es/date-picker/hooks/use-value-texts.js +15 -0
- package/es/date-picker/index.d.ts +4 -0
- package/es/date-picker/index.js +4 -0
- package/es/date-picker/interface.d.ts +135 -0
- package/es/date-picker/interface.js +0 -0
- package/es/date-picker/locale/en_GB.d.ts +1 -0
- package/es/date-picker/locale/en_GB.js +33 -0
- package/es/date-picker/locale/en_US.d.ts +1 -0
- package/es/date-picker/locale/en_US.js +33 -0
- package/es/date-picker/locale/zh_CN.d.ts +3 -0
- package/es/date-picker/locale/zh_CN.js +41 -0
- package/es/date-picker/locale/zh_TW.d.ts +1 -0
- package/es/date-picker/locale/zh_TW.js +33 -0
- package/es/date-picker/panel/date-time/date-time.d.ts +12 -0
- package/es/date-picker/panel/date-time/date-time.js +40 -0
- package/es/date-picker/panel/header/header.d.ts +15 -0
- package/es/date-picker/panel/header/header.js +56 -0
- package/es/date-picker/panel/month/month.d.ts +8 -0
- package/es/date-picker/panel/month/month.js +145 -0
- package/es/date-picker/panel/quarter/quarter.d.ts +6 -0
- package/es/date-picker/panel/quarter/quarter.js +132 -0
- package/es/date-picker/panel/time/time-column.d.ts +17 -0
- package/es/date-picker/panel/time/time-column.js +82 -0
- package/es/date-picker/panel/time/time.d.ts +20 -0
- package/es/date-picker/panel/time/time.js +252 -0
- package/es/date-picker/panel/week/week.d.ts +10 -0
- package/es/date-picker/panel/week/week.js +250 -0
- package/es/date-picker/panel/year/year.d.ts +9 -0
- package/es/date-picker/panel/year/year.js +142 -0
- package/es/date-picker/popper.d.ts +15 -0
- package/es/date-picker/popper.js +78 -0
- package/es/date-picker/range/input-range.d.ts +35 -0
- package/es/date-picker/range/input-range.js +246 -0
- package/es/date-picker/range-picker.d.ts +49 -0
- package/es/date-picker/range-picker.js +764 -0
- package/es/date-picker/single/input-date.d.ts +19 -0
- package/es/date-picker/single/input-date.js +173 -0
- package/es/date-picker/style/css.js +1 -0
- package/es/date-picker/style/index.css +880 -0
- package/es/date-picker/style/index.d.ts +1 -0
- package/es/date-picker/style/index.js +1 -0
- package/es/date-picker/style/index.less +820 -0
- package/es/date-picker/style/mixin.less +85 -0
- package/es/date-picker/utils/date-fns.d.ts +86 -0
- package/es/date-picker/utils/date-fns.js +297 -0
- package/es/date-picker/utils/get-extra-footer.d.ts +3 -0
- package/es/date-picker/utils/get-extra-footer.js +10 -0
- package/es/date-picker/utils/get-ranges.d.ts +13 -0
- package/es/date-picker/utils/get-ranges.js +64 -0
- package/es/date-picker/utils/index.d.ts +28 -0
- package/es/date-picker/utils/index.js +371 -0
- package/es/drawer/drawer.d.ts +41 -0
- package/es/drawer/drawer.js +247 -0
- package/es/drawer/index.d.ts +3 -0
- package/es/drawer/index.js +3 -0
- package/es/drawer/style/css.js +2 -0
- package/es/drawer/style/index.css +230 -0
- package/es/drawer/style/index.d.ts +2 -0
- package/es/drawer/style/index.js +2 -0
- package/es/drawer/style/index.less +105 -0
- package/es/drawer/style/mixin.less +10 -0
- package/es/dropdown/dropdown.d.ts +25 -0
- package/es/dropdown/dropdown.js +124 -0
- package/es/dropdown/index.d.ts +3 -0
- package/es/dropdown/index.js +3 -0
- package/es/dropdown/menu.d.ts +21 -0
- package/es/dropdown/menu.js +98 -0
- package/es/dropdown/style/css.js +2 -0
- package/es/dropdown/style/index.css +271 -0
- package/es/dropdown/style/index.d.ts +2 -0
- package/es/dropdown/style/index.js +2 -0
- package/es/dropdown/style/index.less +124 -0
- package/es/empty/empty.d.ts +10 -0
- package/es/empty/empty.js +78 -0
- package/es/empty/img/transfer-empty.png +0 -0
- package/es/empty/index.d.ts +3 -0
- package/es/empty/index.js +3 -0
- package/es/empty/style/css.js +2 -0
- package/es/empty/style/index.css +116 -0
- package/es/empty/style/index.d.ts +2 -0
- package/es/empty/style/index.js +2 -0
- package/es/empty/style/index.less +23 -0
- package/es/empty/style/mixin.less +5 -0
- package/es/filter/condition.d.ts +4 -0
- package/es/filter/condition.js +99 -0
- package/es/filter/filter.d.ts +4 -0
- package/es/filter/filter.js +219 -0
- package/es/filter/index.d.ts +3 -0
- package/es/filter/index.js +3 -0
- package/es/filter/interface.d.ts +79 -0
- package/es/filter/interface.js +0 -0
- package/es/filter/scheme.d.ts +4 -0
- package/es/filter/scheme.js +328 -0
- package/es/filter/style/css.js +2 -0
- package/es/filter/style/index.css +345 -0
- package/es/filter/style/index.d.ts +2 -0
- package/es/filter/style/index.js +2 -0
- package/es/filter/style/index.less +263 -0
- package/es/form/Field.d.ts +20 -0
- package/es/form/Field.js +255 -0
- package/es/form/FieldContext.d.ts +4 -0
- package/es/form/FieldContext.js +29 -0
- package/es/form/FieldLabel.d.ts +11 -0
- package/es/form/FieldLabel.js +45 -0
- package/es/form/FieldWrapper.d.ts +8 -0
- package/es/form/FieldWrapper.js +31 -0
- package/es/form/Form.d.ts +19 -0
- package/es/form/Form.js +114 -0
- package/es/form/FormContext.d.ts +12 -0
- package/es/form/FormContext.js +36 -0
- package/es/form/hooks/useForceUpdate.d.ts +2 -0
- package/es/form/hooks/useForceUpdate.js +15 -0
- package/es/form/hooks/useForm.d.ts +3 -0
- package/es/form/hooks/useForm.js +367 -0
- package/es/form/index.d.ts +21 -0
- package/es/form/index.js +13 -0
- package/es/form/interface.d.ts +105 -0
- package/es/form/interface.js +0 -0
- package/es/form/style/css.js +2 -0
- package/es/form/style/index.css +179 -0
- package/es/form/style/index.d.ts +2 -0
- package/es/form/style/index.js +2 -0
- package/es/form/style/index.less +84 -0
- package/es/form/style/mixin.less +5 -0
- package/es/grid/col.d.ts +21 -0
- package/es/grid/col.js +106 -0
- package/es/grid/index.d.ts +3 -0
- package/es/grid/index.js +3 -0
- package/es/grid/row.d.ts +21 -0
- package/es/grid/row.js +112 -0
- package/es/grid/style/css.js +2 -0
- package/es/grid/style/index.css +118 -0
- package/es/grid/style/index.d.ts +2 -0
- package/es/grid/style/index.js +2 -0
- package/es/grid/style/index.less +22 -0
- package/es/icon/icon.d.ts +16 -0
- package/es/icon/icon.js +60 -0
- package/es/icon/index.d.ts +3 -0
- package/es/icon/index.js +3 -0
- package/es/icon/interface.d.ts +3 -0
- package/es/icon/interface.js +5 -0
- package/es/icon/style/css.js +2 -0
- package/es/icon/style/index.css +104 -0
- package/es/icon/style/index.d.ts +2 -0
- package/es/icon/style/index.js +2 -0
- package/es/icon/style/index.less +14 -0
- package/es/image/image.d.ts +29 -0
- package/es/image/image.js +147 -0
- package/es/image/index.d.ts +3 -0
- package/es/image/index.js +3 -0
- package/es/image/preview-group.d.ts +11 -0
- package/es/image/preview-group.js +118 -0
- package/es/image/preview.d.ts +27 -0
- package/es/image/preview.js +180 -0
- package/es/image/style/css.js +2 -0
- package/es/image/style/index.css +322 -0
- package/es/image/style/index.d.ts +2 -0
- package/es/image/style/index.js +2 -0
- package/es/image/style/index.less +222 -0
- package/es/image-cropper/cropper.d.ts +25 -0
- package/es/image-cropper/cropper.js +122 -0
- package/es/image-cropper/image-cropper.d.ts +32 -0
- package/es/image-cropper/image-cropper.js +189 -0
- package/es/image-cropper/index.d.ts +2 -0
- package/es/image-cropper/index.js +2 -0
- package/es/image-cropper/operation-bar.d.ts +18 -0
- package/es/image-cropper/operation-bar.js +112 -0
- package/es/image-cropper/style/css.js +2 -0
- package/es/image-cropper/style/index.css +385 -0
- package/es/image-cropper/style/index.d.ts +2 -0
- package/es/image-cropper/style/index.js +2 -0
- package/es/image-cropper/style/index.less +325 -0
- package/es/index.d.ts +54 -0
- package/es/index.js +56 -0
- package/es/input/ClearableLabeledInput.d.ts +25 -0
- package/es/input/ClearableLabeledInput.js +146 -0
- package/es/input/TextArea.d.ts +22 -0
- package/es/input/TextArea.js +224 -0
- package/es/input/calculateNodeHeight.d.ts +13 -0
- package/es/input/calculateNodeHeight.js +98 -0
- package/es/input/index.d.ts +5 -0
- package/es/input/index.js +6 -0
- package/es/input/input.d.ts +26 -0
- package/es/input/input.js +160 -0
- package/es/input/style/css.js +1 -0
- package/es/input/style/index.css +499 -0
- package/es/input/style/index.d.ts +1 -0
- package/es/input/style/index.js +1 -0
- package/es/input/style/index.less +238 -0
- package/es/input/style/mixin.less +59 -0
- package/es/input-number/index.d.ts +3 -0
- package/es/input-number/index.js +2 -0
- package/es/input-number/inputNumber.d.ts +26 -0
- package/es/input-number/inputNumber.js +350 -0
- package/es/input-number/style/css.js +1 -0
- package/es/input-number/style/index.css +212 -0
- package/es/input-number/style/index.d.ts +1 -0
- package/es/input-number/style/index.js +1 -0
- package/es/input-number/style/index.less +65 -0
- package/es/input-number/style/mixin.less +15 -0
- package/es/layout/index.d.ts +13 -0
- package/es/layout/index.js +8 -0
- package/es/layout/layout.d.ts +23 -0
- package/es/layout/layout.js +153 -0
- package/es/layout/sider.d.ts +29 -0
- package/es/layout/sider.js +228 -0
- package/es/layout/style/css.js +2 -0
- package/es/layout/style/index.css +236 -0
- package/es/layout/style/index.d.ts +2 -0
- package/es/layout/style/index.js +2 -0
- package/es/layout/style/index.less +133 -0
- package/es/layout/style/light.less +11 -0
- package/es/locale/index.d.ts +3 -0
- package/es/locale/index.js +3 -0
- package/es/locale/locale.d.ts +120 -0
- package/es/locale/locale.js +256 -0
- package/es/locale/zh-CN.d.ts +78 -0
- package/es/locale/zh-CN.js +68 -0
- package/es/menu/index.d.ts +3 -0
- package/es/menu/index.js +3 -0
- package/es/menu/interface.d.ts +12 -0
- package/es/menu/interface.js +0 -0
- package/es/menu/menu.d.ts +24 -0
- package/es/menu/menu.js +160 -0
- package/es/menu/menuItem.d.ts +10 -0
- package/es/menu/menuItem.js +147 -0
- package/es/menu/style/css.js +2 -0
- package/es/menu/style/index.css +475 -0
- package/es/menu/style/index.d.ts +2 -0
- package/es/menu/style/index.js +2 -0
- package/es/menu/style/index.less +198 -0
- package/es/menu/style/mixin.less +100 -0
- package/es/menu/subMenu.d.ts +13 -0
- package/es/menu/subMenu.js +373 -0
- package/es/menu/util.d.ts +9 -0
- package/es/menu/util.js +75 -0
- package/es/message/content.d.ts +7 -0
- package/es/message/content.js +87 -0
- package/es/message/index.d.ts +21 -0
- package/es/message/index.js +123 -0
- package/es/message/style/css.js +2 -0
- package/es/message/style/index.css +190 -0
- package/es/message/style/index.d.ts +2 -0
- package/es/message/style/index.js +2 -0
- package/es/message/style/index.less +94 -0
- package/es/modal/confirm.d.ts +9 -0
- package/es/modal/confirm.js +56 -0
- package/es/modal/index.d.ts +6 -0
- package/es/modal/index.js +18 -0
- package/es/modal/modal.d.ts +45 -0
- package/es/modal/modal.js +260 -0
- package/es/modal/style/css.js +2 -0
- package/es/modal/style/index.css +244 -0
- package/es/modal/style/index.d.ts +2 -0
- package/es/modal/style/index.js +2 -0
- package/es/modal/style/index.less +144 -0
- package/es/modal/style/mixin.less +11 -0
- package/es/notification/content.d.ts +7 -0
- package/es/notification/content.js +132 -0
- package/es/notification/index.d.ts +34 -0
- package/es/notification/index.js +149 -0
- package/es/notification/style/css.js +2 -0
- package/es/notification/style/index.css +236 -0
- package/es/notification/style/index.d.ts +2 -0
- package/es/notification/style/index.js +2 -0
- package/es/notification/style/index.less +148 -0
- package/es/notification-base/index.d.ts +5 -0
- package/es/notification-base/index.js +97 -0
- package/es/notification-base/notice.d.ts +16 -0
- package/es/notification-base/notice.js +91 -0
- package/es/notification-base/notification.d.ts +7 -0
- package/es/notification-base/notification.js +85 -0
- package/es/pagination/index.d.ts +3 -0
- package/es/pagination/index.js +2 -0
- package/es/pagination/pagination.d.ts +29 -0
- package/es/pagination/pagination.js +428 -0
- package/es/pagination/style/css.js +2 -0
- package/es/pagination/style/index.css +707 -0
- package/es/pagination/style/index.d.ts +2 -0
- package/es/pagination/style/index.js +2 -0
- package/es/pagination/style/index.less +579 -0
- package/es/popconfirm/index.d.ts +3 -0
- package/es/popconfirm/index.js +3 -0
- package/es/popconfirm/popconfirm.d.ts +19 -0
- package/es/popconfirm/popconfirm.js +93 -0
- package/es/popconfirm/style/css.js +2 -0
- package/es/popconfirm/style/index.css +213 -0
- package/es/popconfirm/style/index.d.ts +2 -0
- package/es/popconfirm/style/index.js +2 -0
- package/es/popconfirm/style/index.less +59 -0
- package/es/progress/circle.d.ts +8 -0
- package/es/progress/circle.js +105 -0
- package/es/progress/index.d.ts +3 -0
- package/es/progress/index.js +2 -0
- package/es/progress/line.d.ts +8 -0
- package/es/progress/line.js +36 -0
- package/es/progress/progress.d.ts +35 -0
- package/es/progress/progress.js +171 -0
- package/es/progress/style/css.js +2 -0
- package/es/progress/style/index.css +242 -0
- package/es/progress/style/index.d.ts +2 -0
- package/es/progress/style/index.js +2 -0
- package/es/progress/style/index.less +176 -0
- package/es/progress/style/mixin.less +5 -0
- package/es/progress/utils.d.ts +6 -0
- package/es/progress/utils.js +77 -0
- package/es/radio/context.d.ts +5 -0
- package/es/radio/context.js +4 -0
- package/es/radio/group.d.ts +4 -0
- package/es/radio/group.js +108 -0
- package/es/radio/index.d.ts +12 -0
- package/es/radio/index.js +8 -0
- package/es/radio/interface.d.ts +47 -0
- package/es/radio/interface.js +0 -0
- package/es/radio/radio-button.d.ts +4 -0
- package/es/radio/radio-button.js +50 -0
- package/es/radio/radio.d.ts +4 -0
- package/es/radio/radio.js +100 -0
- package/es/radio/style/css.js +2 -0
- package/es/radio/style/index.css +398 -0
- package/es/radio/style/index.d.ts +2 -0
- package/es/radio/style/index.js +2 -0
- package/es/radio/style/index.less +315 -0
- package/es/rate/index.d.ts +3 -0
- package/es/rate/index.js +2 -0
- package/es/rate/rate.d.ts +23 -0
- package/es/rate/rate.js +278 -0
- package/es/rate/style/css.js +2 -0
- package/es/rate/style/index.css +201 -0
- package/es/rate/style/index.d.ts +2 -0
- package/es/rate/style/index.js +2 -0
- package/es/rate/style/index.less +79 -0
- package/es/search/index.d.ts +8 -0
- package/es/search/index.js +6 -0
- package/es/search/interface.d.ts +73 -0
- package/es/search/interface.js +4 -0
- package/es/search/option.d.ts +4 -0
- package/es/search/option.js +54 -0
- package/es/search/quick-search.d.ts +4 -0
- package/es/search/quick-search.js +567 -0
- package/es/search/search-panel.d.ts +29 -0
- package/es/search/search-panel.js +250 -0
- package/es/search/search.d.ts +4 -0
- package/es/search/search.js +144 -0
- package/es/search/style/css.js +2 -0
- package/es/search/style/index.css +703 -0
- package/es/search/style/index.d.ts +2 -0
- package/es/search/style/index.js +2 -0
- package/es/search/style/index.less +486 -0
- package/es/search/style/mixin.less +46 -0
- package/es/select/index.d.ts +8 -0
- package/es/select/index.js +5 -0
- package/es/select/interface.d.ts +59 -0
- package/es/select/interface.js +5 -0
- package/es/select/option.d.ts +16 -0
- package/es/select/option.js +80 -0
- package/es/select/select.d.ts +4 -0
- package/es/select/select.js +684 -0
- package/es/select/style/css.js +1 -0
- package/es/select/style/index.css +599 -0
- package/es/select/style/index.d.ts +1 -0
- package/es/select/style/index.js +1 -0
- package/es/select/style/index.less +368 -0
- package/es/select/style/mixin.less +85 -0
- package/es/slider/index.d.ts +3 -0
- package/es/slider/index.js +3 -0
- package/es/slider/marks.d.ts +17 -0
- package/es/slider/marks.js +57 -0
- package/es/slider/slider.d.ts +30 -0
- package/es/slider/slider.js +299 -0
- package/es/slider/sliderTooltip.d.ts +11 -0
- package/es/slider/sliderTooltip.js +52 -0
- package/es/slider/steps.d.ts +17 -0
- package/es/slider/steps.js +63 -0
- package/es/slider/style/css.js +2 -0
- package/es/slider/style/index.css +305 -0
- package/es/slider/style/index.d.ts +2 -0
- package/es/slider/style/index.js +2 -0
- package/es/slider/style/index.less +167 -0
- package/es/slider/style/mixin.less +40 -0
- package/es/slider/track.d.ts +10 -0
- package/es/slider/track.js +22 -0
- package/es/slider/utils.d.ts +8 -0
- package/es/slider/utils.js +60 -0
- package/es/space/index.d.ts +3 -0
- package/es/space/index.js +3 -0
- package/es/space/space.d.ts +16 -0
- package/es/space/space.js +100 -0
- package/es/space/style/css.js +2 -0
- package/es/space/style/index.css +139 -0
- package/es/space/style/index.d.ts +2 -0
- package/es/space/style/index.js +2 -0
- package/es/space/style/index.less +42 -0
- package/es/spin/index.d.ts +3 -0
- package/es/spin/index.js +3 -0
- package/es/spin/spin.d.ts +13 -0
- package/es/spin/spin.js +118 -0
- package/es/spin/style/css.js +2 -0
- package/es/spin/style/index.css +291 -0
- package/es/spin/style/index.d.ts +2 -0
- package/es/spin/style/index.js +2 -0
- package/es/spin/style/index.less +163 -0
- package/es/spin/style/mixin.less +8 -0
- package/es/split-panel/index.d.ts +3 -0
- package/es/split-panel/index.js +3 -0
- package/es/split-panel/interface.d.ts +3 -0
- package/es/split-panel/interface.js +0 -0
- package/es/split-panel/split-panel.d.ts +24 -0
- package/es/split-panel/split-panel.js +280 -0
- package/es/split-panel/style/css.js +2 -0
- package/es/split-panel/style/index.css +278 -0
- package/es/split-panel/style/index.d.ts +2 -0
- package/es/split-panel/style/index.js +2 -0
- package/es/split-panel/style/index.less +192 -0
- package/es/split-panel/trigger.d.ts +15 -0
- package/es/split-panel/trigger.js +65 -0
- package/es/stepper/index.d.ts +3 -0
- package/es/stepper/index.js +3 -0
- package/es/stepper/stepper.d.ts +11 -0
- package/es/stepper/stepper.js +221 -0
- package/es/stepper/style/css.js +2 -0
- package/es/stepper/style/index.css +224 -0
- package/es/stepper/style/index.d.ts +2 -0
- package/es/stepper/style/index.js +2 -0
- package/es/stepper/style/index.less +78 -0
- package/es/stepper/style/mixin.less +15 -0
- package/es/steps/Step.d.ts +19 -0
- package/es/steps/Step.js +101 -0
- package/es/steps/Steps.d.ts +16 -0
- package/es/steps/Steps.js +113 -0
- package/es/steps/index.d.ts +5 -0
- package/es/steps/index.js +5 -0
- package/es/steps/interface.d.ts +13 -0
- package/es/steps/interface.js +4 -0
- package/es/steps/style/css.js +2 -0
- package/es/steps/style/index.css +305 -0
- package/es/steps/style/index.d.ts +2 -0
- package/es/steps/style/index.js +2 -0
- package/es/steps/style/index.less +192 -0
- package/es/steps/style/mixin.less +41 -0
- package/es/style/color/colors.less +2 -0
- package/es/style/core/index.less +2 -0
- package/es/style/core/motion/other.less +126 -0
- package/es/style/core/motion/slide.less +120 -0
- package/es/style/core/motion/zoom.less +247 -0
- package/es/style/core/motion.less +3 -0
- package/es/style/core/reset.less +235 -0
- package/es/style/css.js +1 -0
- package/es/style/index.css +1814 -0
- package/es/style/index.d.ts +1 -0
- package/es/style/index.js +1 -0
- package/es/style/index.less +3 -0
- package/es/style/mixins/index.less +90 -0
- package/es/style/mixins/overlay.less +22 -0
- package/es/style/mixins/reset.less +13 -0
- package/es/style/themes/default.less +696 -0
- package/es/style/themes/index.less +1 -0
- package/es/switch/index.d.ts +3 -0
- package/es/switch/index.js +2 -0
- package/es/switch/style/css.js +2 -0
- package/es/switch/style/index.css +208 -0
- package/es/switch/style/index.d.ts +2 -0
- package/es/switch/style/index.js +2 -0
- package/es/switch/style/index.less +70 -0
- package/es/switch/style/mixin.less +39 -0
- package/es/switch/switch.d.ts +20 -0
- package/es/switch/switch.js +99 -0
- package/es/table/feature/autoRowSpan.d.ts +3 -0
- package/es/table/feature/autoRowSpan.js +9 -0
- package/es/table/feature/columnDrag.d.ts +4 -0
- package/es/table/feature/columnDrag.js +9 -0
- package/es/table/feature/columnResize.d.ts +4 -0
- package/es/table/feature/columnResize.js +9 -0
- package/es/table/feature/contextMenu.d.ts +3 -0
- package/es/table/feature/contextMenu.js +9 -0
- package/es/table/feature/filter.d.ts +3 -0
- package/es/table/feature/filter.js +11 -0
- package/es/table/feature/rowDetail.d.ts +3 -0
- package/es/table/feature/rowDetail.js +10 -0
- package/es/table/feature/rowSelection.d.ts +3 -0
- package/es/table/feature/rowSelection.js +59 -0
- package/es/table/feature/sort.d.ts +3 -0
- package/es/table/feature/sort.js +11 -0
- package/es/table/feature/treeMode.d.ts +3 -0
- package/es/table/feature/treeMode.js +10 -0
- package/es/table/index.d.ts +2 -0
- package/es/table/index.js +2 -0
- package/es/table/interface.d.ts +34 -0
- package/es/table/interface.js +0 -0
- package/es/table/style/css.js +2 -0
- package/es/table/style/index.css +99 -0
- package/es/table/style/index.d.ts +2 -0
- package/es/table/style/index.js +2 -0
- package/es/table/style/index.less +8 -0
- package/es/table/style/mixin.less +1 -0
- package/es/table/table.d.ts +3 -0
- package/es/table/table.js +125 -0
- package/es/tabs/active-line.d.ts +8 -0
- package/es/tabs/active-line.js +29 -0
- package/es/tabs/arrow-button.d.ts +11 -0
- package/es/tabs/arrow-button.js +35 -0
- package/es/tabs/context.d.ts +5 -0
- package/es/tabs/context.js +4 -0
- package/es/tabs/index.d.ts +8 -0
- package/es/tabs/index.js +6 -0
- package/es/tabs/style/css.js +2 -0
- package/es/tabs/style/index.css +548 -0
- package/es/tabs/style/index.d.ts +2 -0
- package/es/tabs/style/index.js +2 -0
- package/es/tabs/style/index.less +396 -0
- package/es/tabs/style/mixin.less +32 -0
- package/es/tabs/tab-pane.d.ts +23 -0
- package/es/tabs/tab-pane.js +100 -0
- package/es/tabs/tabs.d.ts +30 -0
- package/es/tabs/tabs.js +447 -0
- package/es/tag/index.d.ts +3 -0
- package/es/tag/index.js +3 -0
- package/es/tag/style/css.js +2 -0
- package/es/tag/style/index.css +641 -0
- package/es/tag/style/index.d.ts +2 -0
- package/es/tag/style/index.js +2 -0
- package/es/tag/style/index.less +144 -0
- package/es/tag/style/mixin.less +44 -0
- package/es/tag/tag.d.ts +24 -0
- package/es/tag/tag.js +127 -0
- package/es/timeline/Timeline.d.ts +18 -0
- package/es/timeline/Timeline.js +104 -0
- package/es/timeline/TimelineItem.d.ts +15 -0
- package/es/timeline/TimelineItem.js +79 -0
- package/es/timeline/index.d.ts +4 -0
- package/es/timeline/index.js +2 -0
- package/es/timeline/style/css.js +2 -0
- package/es/timeline/style/index.css +300 -0
- package/es/timeline/style/index.d.ts +2 -0
- package/es/timeline/style/index.js +2 -0
- package/es/timeline/style/index.less +259 -0
- package/es/tooltip/index.d.ts +3 -0
- package/es/tooltip/index.js +3 -0
- package/es/tooltip/style/css.js +2 -0
- package/es/tooltip/style/index.css +180 -0
- package/es/tooltip/style/index.d.ts +2 -0
- package/es/tooltip/style/index.js +2 -0
- package/es/tooltip/style/index.less +27 -0
- package/es/tooltip/tooltip.d.ts +9 -0
- package/es/tooltip/tooltip.js +32 -0
- package/es/transfer/img/transfer-empty.png +0 -0
- package/es/transfer/index.d.ts +6 -0
- package/es/transfer/index.js +2 -0
- package/es/transfer/interface.d.ts +21 -0
- package/es/transfer/interface.js +0 -0
- package/es/transfer/list-body.d.ts +14 -0
- package/es/transfer/list-body.js +110 -0
- package/es/transfer/list-item.d.ts +15 -0
- package/es/transfer/list-item.js +59 -0
- package/es/transfer/list.d.ts +35 -0
- package/es/transfer/list.js +241 -0
- package/es/transfer/operation.d.ts +16 -0
- package/es/transfer/operation.js +45 -0
- package/es/transfer/search.d.ts +11 -0
- package/es/transfer/search.js +53 -0
- package/es/transfer/style/css.js +2 -0
- package/es/transfer/style/index.css +344 -0
- package/es/transfer/style/index.d.ts +2 -0
- package/es/transfer/style/index.js +2 -0
- package/es/transfer/style/index.less +186 -0
- package/es/transfer/style/mixins.less +3 -0
- package/es/transfer/transfer.d.ts +32 -0
- package/es/transfer/transfer.js +336 -0
- package/es/tree/index.d.ts +5 -0
- package/es/tree/index.js +5 -0
- package/es/tree/style/css.js +2 -0
- package/es/tree/style/index.css +268 -0
- package/es/tree/style/index.d.ts +2 -0
- package/es/tree/style/index.js +2 -0
- package/es/tree/style/index.less +144 -0
- package/es/tree/style/mixin.less +5 -0
- package/es/tree/tree.d.ts +57 -0
- package/es/tree/tree.js +312 -0
- package/es/tree/treeHooks.d.ts +9 -0
- package/es/tree/treeHooks.js +143 -0
- package/es/tree/treeNode.d.ts +40 -0
- package/es/tree/treeNode.js +333 -0
- package/es/tree/utils/treeUtils.d.ts +46 -0
- package/es/tree/utils/treeUtils.js +499 -0
- package/es/typography/base.d.ts +21 -0
- package/es/typography/base.js +96 -0
- package/es/typography/index.d.ts +11 -0
- package/es/typography/index.js +10 -0
- package/es/typography/paragraph.d.ts +7 -0
- package/es/typography/paragraph.js +11 -0
- package/es/typography/style/css.js +2 -0
- package/es/typography/style/index.css +242 -0
- package/es/typography/style/index.d.ts +2 -0
- package/es/typography/style/index.js +2 -0
- package/es/typography/style/index.less +140 -0
- package/es/typography/style/mixin.less +83 -0
- package/es/typography/text.d.ts +7 -0
- package/es/typography/text.js +11 -0
- package/es/typography/title.d.ts +10 -0
- package/es/typography/title.js +42 -0
- package/es/typography/typography.d.ts +14 -0
- package/es/typography/typography.js +53 -0
- package/es/upload/dragger.d.ts +7 -0
- package/es/upload/dragger.js +37 -0
- package/es/upload/index.d.ts +9 -0
- package/es/upload/index.js +6 -0
- package/es/upload/interface.d.ts +144 -0
- package/es/upload/interface.js +0 -0
- package/es/upload/request.d.ts +2 -0
- package/es/upload/request.js +100 -0
- package/es/upload/scan-files.d.ts +14 -0
- package/es/upload/scan-files.js +67 -0
- package/es/upload/style/css.js +2 -0
- package/es/upload/style/index.css +362 -0
- package/es/upload/style/index.d.ts +2 -0
- package/es/upload/style/index.js +2 -0
- package/es/upload/style/index.less +223 -0
- package/es/upload/upload.d.ts +4 -0
- package/es/upload/upload.js +534 -0
- package/es/upload/utils.d.ts +2 -0
- package/es/upload/utils.js +24 -0
- package/es/upload/verify-file.d.ts +3 -0
- package/es/upload/verify-file.js +30 -0
- package/es/view-container/context.d.ts +5 -0
- package/es/view-container/context.js +4 -0
- package/es/view-container/index.d.ts +3 -0
- package/es/view-container/index.js +2 -0
- package/es/view-container/view-container.d.ts +9 -0
- package/es/view-container/view-container.js +33 -0
- package/es/view-container/view-pane.d.ts +1 -0
- package/es/view-container/view-pane.js +0 -0
- package/lib/_utils/arrayUtil.d.ts +10 -0
- package/lib/_utils/arrayUtil.js +47 -0
- package/lib/_utils/devwarning.d.ts +1 -0
- package/lib/_utils/devwarning.js +21 -0
- package/lib/_utils/formatUtil.d.ts +46 -0
- package/lib/_utils/formatUtil.js +359 -0
- package/lib/_utils/hooks.d.ts +52 -0
- package/lib/_utils/hooks.js +220 -0
- package/lib/_utils/index.d.ts +8 -0
- package/lib/_utils/index.js +28 -0
- package/lib/_utils/numberUtil.d.ts +34 -0
- package/lib/_utils/numberUtil.js +205 -0
- package/lib/_utils/omit.d.ts +1 -0
- package/lib/_utils/omit.js +21 -0
- package/lib/_utils/react-children.d.ts +2 -0
- package/lib/_utils/react-children.js +20 -0
- package/lib/_utils/reactNode.d.ts +7 -0
- package/lib/_utils/reactNode.js +32 -0
- package/lib/_utils/type.d.ts +12 -0
- package/lib/_utils/type.js +27 -0
- package/lib/_utils/usePopper.d.ts +28 -0
- package/lib/_utils/usePopper.js +645 -0
- package/lib/alert/alert.d.ts +22 -0
- package/lib/alert/alert.js +247 -0
- package/lib/alert/index.d.ts +3 -0
- package/lib/alert/index.js +13 -0
- package/lib/alert/style/css.js +5 -0
- package/lib/alert/style/index.css +242 -0
- package/lib/alert/style/index.d.ts +2 -0
- package/lib/alert/style/index.js +5 -0
- package/lib/alert/style/index.less +118 -0
- package/lib/alert/style/mixin.less +16 -0
- package/lib/anchor/anchor-link.d.ts +12 -0
- package/lib/anchor/anchor-link.js +100 -0
- package/lib/anchor/anchor.d.ts +27 -0
- package/lib/anchor/anchor.js +561 -0
- package/lib/anchor/context.d.ts +3 -0
- package/lib/anchor/context.js +22 -0
- package/lib/anchor/index.d.ts +7 -0
- package/lib/anchor/index.js +17 -0
- package/lib/anchor/style/css.js +5 -0
- package/lib/anchor/style/index.css +278 -0
- package/lib/anchor/style/index.d.ts +2 -0
- package/lib/anchor/style/index.js +5 -0
- package/lib/anchor/style/index.less +191 -0
- package/lib/anchor/style/mixin.less +7 -0
- package/lib/avatar/avatar.d.ts +23 -0
- package/lib/avatar/avatar.js +197 -0
- package/lib/avatar/index.d.ts +3 -0
- package/lib/avatar/index.js +36 -0
- package/lib/avatar/style/css.js +5 -0
- package/lib/avatar/style/index.css +192 -0
- package/lib/avatar/style/index.d.ts +2 -0
- package/lib/avatar/style/index.js +5 -0
- package/lib/avatar/style/index.less +72 -0
- package/lib/avatar/style/mixin.less +5 -0
- package/lib/badge/badge.d.ts +34 -0
- package/lib/badge/badge.js +176 -0
- package/lib/badge/index.d.ts +3 -0
- package/lib/badge/index.js +36 -0
- package/lib/badge/style/css.js +5 -0
- package/lib/badge/style/index.css +226 -0
- package/lib/badge/style/index.d.ts +2 -0
- package/lib/badge/style/index.js +5 -0
- package/lib/badge/style/index.less +129 -0
- package/lib/badge/style/mixin.less +5 -0
- package/lib/base-data/base-data.d.ts +4 -0
- package/lib/base-data/base-data.js +776 -0
- package/lib/base-data/index.d.ts +3 -0
- package/lib/base-data/index.js +36 -0
- package/lib/base-data/interface.d.ts +57 -0
- package/lib/base-data/interface.js +11 -0
- package/lib/base-data/style/css.js +5 -0
- package/lib/base-data/style/index.css +280 -0
- package/lib/base-data/style/index.d.ts +2 -0
- package/lib/base-data/style/index.js +5 -0
- package/lib/base-data/style/index.less +188 -0
- package/lib/base-data/style/mixin.less +5 -0
- package/lib/button/button.d.ts +33 -0
- package/lib/button/button.js +200 -0
- package/lib/button/index.d.ts +3 -0
- package/lib/button/index.js +13 -0
- package/lib/button/style/css.js +5 -0
- package/lib/button/style/index.css +321 -0
- package/lib/button/style/index.d.ts +2 -0
- package/lib/button/style/index.js +5 -0
- package/lib/button/style/index.less +205 -0
- package/lib/button/style/mixin.less +39 -0
- package/lib/card/card.d.ts +24 -0
- package/lib/card/card.js +89 -0
- package/lib/card/index.d.ts +3 -0
- package/lib/card/index.js +36 -0
- package/lib/card/style/css.js +5 -0
- package/lib/card/style/index.css +182 -0
- package/lib/card/style/index.d.ts +2 -0
- package/lib/card/style/index.js +5 -0
- package/lib/card/style/index.less +98 -0
- package/lib/carousel/carousel.d.ts +23 -0
- package/lib/carousel/carousel.js +315 -0
- package/lib/carousel/displayList.d.ts +12 -0
- package/lib/carousel/displayList.js +42 -0
- package/lib/carousel/fadeList.d.ts +14 -0
- package/lib/carousel/fadeList.js +49 -0
- package/lib/carousel/index.d.ts +7 -0
- package/lib/carousel/index.js +64 -0
- package/lib/carousel/slideList.d.ts +11 -0
- package/lib/carousel/slideList.js +43 -0
- package/lib/carousel/slidebar.d.ts +12 -0
- package/lib/carousel/slidebar.js +64 -0
- package/lib/carousel/style/css.js +5 -0
- package/lib/carousel/style/index.css +327 -0
- package/lib/carousel/style/index.d.ts +2 -0
- package/lib/carousel/style/index.js +5 -0
- package/lib/carousel/style/index.less +138 -0
- package/lib/carousel/style/mixin.less +5 -0
- package/lib/cascader/cascader.d.ts +54 -0
- package/lib/cascader/cascader.js +295 -0
- package/lib/cascader/index.d.ts +3 -0
- package/lib/cascader/index.js +36 -0
- package/lib/cascader/style/css.js +5 -0
- package/lib/cascader/style/index.css +260 -0
- package/lib/cascader/style/index.d.ts +2 -0
- package/lib/cascader/style/index.js +5 -0
- package/lib/cascader/style/index.less +173 -0
- package/lib/checkbox/checkbox.d.ts +22 -0
- package/lib/checkbox/checkbox.js +159 -0
- package/lib/checkbox/group.d.ts +25 -0
- package/lib/checkbox/group.js +188 -0
- package/lib/checkbox/index.d.ts +11 -0
- package/lib/checkbox/index.js +45 -0
- package/lib/checkbox/style/css.js +5 -0
- package/lib/checkbox/style/index.css +376 -0
- package/lib/checkbox/style/index.d.ts +2 -0
- package/lib/checkbox/style/index.js +5 -0
- package/lib/checkbox/style/index.less +246 -0
- package/lib/city-picker/city-group.d.ts +8 -0
- package/lib/city-picker/city-group.js +70 -0
- package/lib/city-picker/city-list.d.ts +12 -0
- package/lib/city-picker/city-list.js +85 -0
- package/lib/city-picker/city-panel-item.d.ts +13 -0
- package/lib/city-picker/city-panel-item.js +49 -0
- package/lib/city-picker/city-panel.d.ts +17 -0
- package/lib/city-picker/city-panel.js +204 -0
- package/lib/city-picker/city-picker.d.ts +24 -0
- package/lib/city-picker/city-picker.js +209 -0
- package/lib/city-picker/city-search-panel.d.ts +9 -0
- package/lib/city-picker/city-search-panel.js +76 -0
- package/lib/city-picker/index.d.ts +3 -0
- package/lib/city-picker/index.js +36 -0
- package/lib/city-picker/no-data.d.ts +2 -0
- package/lib/city-picker/no-data.js +43 -0
- package/lib/city-picker/style/css.js +5 -0
- package/lib/city-picker/style/index.css +410 -0
- package/lib/city-picker/style/index.d.ts +2 -0
- package/lib/city-picker/style/index.js +5 -0
- package/lib/city-picker/style/index.less +280 -0
- package/lib/city-picker/style/mixin.less +5 -0
- package/lib/city-picker/utils/grouping.d.ts +7 -0
- package/lib/city-picker/utils/grouping.js +35 -0
- package/lib/collapse/collapse.d.ts +20 -0
- package/lib/collapse/collapse.js +188 -0
- package/lib/collapse/index.d.ts +10 -0
- package/lib/collapse/index.js +23 -0
- package/lib/collapse/panel.d.ts +19 -0
- package/lib/collapse/panel.js +188 -0
- package/lib/collapse/style/css.js +5 -0
- package/lib/collapse/style/index.css +214 -0
- package/lib/collapse/style/index.d.ts +2 -0
- package/lib/collapse/style/index.js +5 -0
- package/lib/collapse/style/index.less +85 -0
- package/lib/collapse/style/mixin.less +5 -0
- package/lib/config-provider/ConfigContext.d.ts +22 -0
- package/lib/config-provider/ConfigContext.js +19 -0
- package/lib/config-provider/SizeContext.d.ts +8 -0
- package/lib/config-provider/SizeContext.js +26 -0
- package/lib/config-provider/compDefaultProps.d.ts +396 -0
- package/lib/config-provider/compDefaultProps.js +430 -0
- package/lib/config-provider/configProvider.d.ts +11 -0
- package/lib/config-provider/configProvider.js +69 -0
- package/lib/config-provider/defaultConfig.d.ts +10 -0
- package/lib/config-provider/defaultConfig.js +31 -0
- package/lib/config-provider/index.d.ts +6 -0
- package/lib/config-provider/index.js +37 -0
- package/lib/date-picker/calendar.d.ts +12 -0
- package/lib/date-picker/calendar.js +135 -0
- package/lib/date-picker/context.d.ts +29 -0
- package/lib/date-picker/context.js +22 -0
- package/lib/date-picker/date-panel.d.ts +53 -0
- package/lib/date-picker/date-panel.js +305 -0
- package/lib/date-picker/date-picker.d.ts +51 -0
- package/lib/date-picker/date-picker.js +487 -0
- package/lib/date-picker/hooks/use-hover-value.d.ts +3 -0
- package/lib/date-picker/hooks/use-hover-value.js +66 -0
- package/lib/date-picker/hooks/use-picker-input.d.ts +16 -0
- package/lib/date-picker/hooks/use-picker-input.js +125 -0
- package/lib/date-picker/hooks/use-range-cls.d.ts +14 -0
- package/lib/date-picker/hooks/use-range-cls.js +56 -0
- package/lib/date-picker/hooks/use-range-disabled.d.ts +7 -0
- package/lib/date-picker/hooks/use-range-disabled.js +107 -0
- package/lib/date-picker/hooks/use-range-view-dates.d.ts +6 -0
- package/lib/date-picker/hooks/use-range-view-dates.js +137 -0
- package/lib/date-picker/hooks/use-state-memo.d.ts +1 -0
- package/lib/date-picker/hooks/use-state-memo.js +21 -0
- package/lib/date-picker/hooks/use-text-value-mapping.d.ts +5 -0
- package/lib/date-picker/hooks/use-text-value-mapping.js +52 -0
- package/lib/date-picker/hooks/use-value-texts.d.ts +5 -0
- package/lib/date-picker/hooks/use-value-texts.js +26 -0
- package/lib/date-picker/index.d.ts +4 -0
- package/lib/date-picker/index.js +21 -0
- package/lib/date-picker/interface.d.ts +135 -0
- package/lib/date-picker/interface.js +0 -0
- package/lib/date-picker/locale/en_GB.d.ts +1 -0
- package/lib/date-picker/locale/en_GB.js +33 -0
- package/lib/date-picker/locale/en_US.d.ts +1 -0
- package/lib/date-picker/locale/en_US.js +33 -0
- package/lib/date-picker/locale/zh_CN.d.ts +3 -0
- package/lib/date-picker/locale/zh_CN.js +48 -0
- package/lib/date-picker/locale/zh_TW.d.ts +1 -0
- package/lib/date-picker/locale/zh_TW.js +33 -0
- package/lib/date-picker/panel/date-time/date-time.d.ts +12 -0
- package/lib/date-picker/panel/date-time/date-time.js +66 -0
- package/lib/date-picker/panel/header/header.d.ts +15 -0
- package/lib/date-picker/panel/header/header.js +79 -0
- package/lib/date-picker/panel/month/month.d.ts +8 -0
- package/lib/date-picker/panel/month/month.js +174 -0
- package/lib/date-picker/panel/quarter/quarter.d.ts +6 -0
- package/lib/date-picker/panel/quarter/quarter.js +160 -0
- package/lib/date-picker/panel/time/time-column.d.ts +17 -0
- package/lib/date-picker/panel/time/time-column.js +107 -0
- package/lib/date-picker/panel/time/time.d.ts +20 -0
- package/lib/date-picker/panel/time/time.js +285 -0
- package/lib/date-picker/panel/week/week.d.ts +10 -0
- package/lib/date-picker/panel/week/week.js +279 -0
- package/lib/date-picker/panel/year/year.d.ts +9 -0
- package/lib/date-picker/panel/year/year.js +168 -0
- package/lib/date-picker/popper.d.ts +15 -0
- package/lib/date-picker/popper.js +103 -0
- package/lib/date-picker/range/input-range.d.ts +35 -0
- package/lib/date-picker/range/input-range.js +276 -0
- package/lib/date-picker/range-picker.d.ts +49 -0
- package/lib/date-picker/range-picker.js +821 -0
- package/lib/date-picker/single/input-date.d.ts +19 -0
- package/lib/date-picker/single/input-date.js +204 -0
- package/lib/date-picker/style/css.js +3 -0
- package/lib/date-picker/style/index.css +880 -0
- package/lib/date-picker/style/index.d.ts +1 -0
- package/lib/date-picker/style/index.js +3 -0
- package/lib/date-picker/style/index.less +820 -0
- package/lib/date-picker/style/mixin.less +85 -0
- package/lib/date-picker/utils/date-fns.d.ts +86 -0
- package/lib/date-picker/utils/date-fns.js +577 -0
- package/lib/date-picker/utils/get-extra-footer.d.ts +3 -0
- package/lib/date-picker/utils/get-extra-footer.js +28 -0
- package/lib/date-picker/utils/get-ranges.d.ts +13 -0
- package/lib/date-picker/utils/get-ranges.js +76 -0
- package/lib/date-picker/utils/index.d.ts +28 -0
- package/lib/date-picker/utils/index.js +422 -0
- package/lib/drawer/drawer.d.ts +41 -0
- package/lib/drawer/drawer.js +288 -0
- package/lib/drawer/index.d.ts +3 -0
- package/lib/drawer/index.js +36 -0
- package/lib/drawer/style/css.js +5 -0
- package/lib/drawer/style/index.css +230 -0
- package/lib/drawer/style/index.d.ts +2 -0
- package/lib/drawer/style/index.js +5 -0
- package/lib/drawer/style/index.less +105 -0
- package/lib/drawer/style/mixin.less +10 -0
- package/lib/dropdown/dropdown.d.ts +25 -0
- package/lib/dropdown/dropdown.js +152 -0
- package/lib/dropdown/index.d.ts +3 -0
- package/lib/dropdown/index.js +36 -0
- package/lib/dropdown/menu.d.ts +21 -0
- package/lib/dropdown/menu.js +127 -0
- package/lib/dropdown/style/css.js +5 -0
- package/lib/dropdown/style/index.css +271 -0
- package/lib/dropdown/style/index.d.ts +2 -0
- package/lib/dropdown/style/index.js +5 -0
- package/lib/dropdown/style/index.less +124 -0
- package/lib/empty/empty.d.ts +10 -0
- package/lib/empty/empty.js +104 -0
- package/lib/empty/img/transfer-empty.png +0 -0
- package/lib/empty/index.d.ts +3 -0
- package/lib/empty/index.js +36 -0
- package/lib/empty/style/css.js +5 -0
- package/lib/empty/style/index.css +116 -0
- package/lib/empty/style/index.d.ts +2 -0
- package/lib/empty/style/index.js +5 -0
- package/lib/empty/style/index.less +23 -0
- package/lib/empty/style/mixin.less +5 -0
- package/lib/filter/condition.d.ts +4 -0
- package/lib/filter/condition.js +123 -0
- package/lib/filter/filter.d.ts +4 -0
- package/lib/filter/filter.js +251 -0
- package/lib/filter/index.d.ts +3 -0
- package/lib/filter/index.js +36 -0
- package/lib/filter/interface.d.ts +79 -0
- package/lib/filter/interface.js +0 -0
- package/lib/filter/scheme.d.ts +4 -0
- package/lib/filter/scheme.js +352 -0
- package/lib/filter/style/css.js +5 -0
- package/lib/filter/style/index.css +345 -0
- package/lib/filter/style/index.d.ts +2 -0
- package/lib/filter/style/index.js +5 -0
- package/lib/filter/style/index.less +263 -0
- package/lib/form/Field.d.ts +20 -0
- package/lib/form/Field.js +295 -0
- package/lib/form/FieldContext.d.ts +4 -0
- package/lib/form/FieldContext.js +41 -0
- package/lib/form/FieldLabel.d.ts +11 -0
- package/lib/form/FieldLabel.js +70 -0
- package/lib/form/FieldWrapper.d.ts +8 -0
- package/lib/form/FieldWrapper.js +54 -0
- package/lib/form/Form.d.ts +19 -0
- package/lib/form/Form.js +146 -0
- package/lib/form/FormContext.d.ts +12 -0
- package/lib/form/FormContext.js +51 -0
- package/lib/form/hooks/useForceUpdate.d.ts +2 -0
- package/lib/form/hooks/useForceUpdate.js +27 -0
- package/lib/form/hooks/useForm.d.ts +3 -0
- package/lib/form/hooks/useForm.js +391 -0
- package/lib/form/index.d.ts +21 -0
- package/lib/form/index.js +49 -0
- package/lib/form/interface.d.ts +105 -0
- package/lib/form/interface.js +0 -0
- package/lib/form/style/css.js +5 -0
- package/lib/form/style/index.css +179 -0
- package/lib/form/style/index.d.ts +2 -0
- package/lib/form/style/index.js +5 -0
- package/lib/form/style/index.less +84 -0
- package/lib/form/style/mixin.less +5 -0
- package/lib/grid/col.d.ts +21 -0
- package/lib/grid/col.js +130 -0
- package/lib/grid/index.d.ts +3 -0
- package/lib/grid/index.js +23 -0
- package/lib/grid/row.d.ts +21 -0
- package/lib/grid/row.js +137 -0
- package/lib/grid/style/css.js +5 -0
- package/lib/grid/style/index.css +118 -0
- package/lib/grid/style/index.d.ts +2 -0
- package/lib/grid/style/index.js +5 -0
- package/lib/grid/style/index.less +22 -0
- package/lib/icon/icon.d.ts +16 -0
- package/lib/icon/icon.js +89 -0
- package/lib/icon/index.d.ts +3 -0
- package/lib/icon/index.js +36 -0
- package/lib/icon/interface.d.ts +3 -0
- package/lib/icon/interface.js +21 -0
- package/lib/icon/style/css.js +5 -0
- package/lib/icon/style/index.css +104 -0
- package/lib/icon/style/index.d.ts +2 -0
- package/lib/icon/style/index.js +5 -0
- package/lib/icon/style/index.less +14 -0
- package/lib/image/image.d.ts +29 -0
- package/lib/image/image.js +175 -0
- package/lib/image/index.d.ts +3 -0
- package/lib/image/index.js +36 -0
- package/lib/image/preview-group.d.ts +11 -0
- package/lib/image/preview-group.js +144 -0
- package/lib/image/preview.d.ts +27 -0
- package/lib/image/preview.js +210 -0
- package/lib/image/style/css.js +5 -0
- package/lib/image/style/index.css +322 -0
- package/lib/image/style/index.d.ts +2 -0
- package/lib/image/style/index.js +5 -0
- package/lib/image/style/index.less +222 -0
- package/lib/image-cropper/cropper.d.ts +25 -0
- package/lib/image-cropper/cropper.js +148 -0
- package/lib/image-cropper/image-cropper.d.ts +32 -0
- package/lib/image-cropper/image-cropper.js +222 -0
- package/lib/image-cropper/index.d.ts +2 -0
- package/lib/image-cropper/index.js +13 -0
- package/lib/image-cropper/operation-bar.d.ts +18 -0
- package/lib/image-cropper/operation-bar.js +142 -0
- package/lib/image-cropper/style/css.js +5 -0
- package/lib/image-cropper/style/index.css +385 -0
- package/lib/image-cropper/style/index.d.ts +2 -0
- package/lib/image-cropper/style/index.js +5 -0
- package/lib/image-cropper/style/index.less +325 -0
- package/lib/index.d.ts +54 -0
- package/lib/index.js +484 -0
- package/lib/input/ClearableLabeledInput.d.ts +25 -0
- package/lib/input/ClearableLabeledInput.js +164 -0
- package/lib/input/TextArea.d.ts +22 -0
- package/lib/input/TextArea.js +259 -0
- package/lib/input/calculateNodeHeight.d.ts +13 -0
- package/lib/input/calculateNodeHeight.js +113 -0
- package/lib/input/index.d.ts +5 -0
- package/lib/input/index.js +44 -0
- package/lib/input/input.d.ts +26 -0
- package/lib/input/input.js +196 -0
- package/lib/input/style/css.js +3 -0
- package/lib/input/style/index.css +499 -0
- package/lib/input/style/index.d.ts +1 -0
- package/lib/input/style/index.js +3 -0
- package/lib/input/style/index.less +238 -0
- package/lib/input/style/mixin.less +59 -0
- package/lib/input-number/index.d.ts +3 -0
- package/lib/input-number/index.js +13 -0
- package/lib/input-number/inputNumber.d.ts +26 -0
- package/lib/input-number/inputNumber.js +382 -0
- package/lib/input-number/style/css.js +3 -0
- package/lib/input-number/style/index.css +212 -0
- package/lib/input-number/style/index.d.ts +1 -0
- package/lib/input-number/style/index.js +3 -0
- package/lib/input-number/style/index.less +65 -0
- package/lib/input-number/style/mixin.less +15 -0
- package/lib/layout/index.d.ts +13 -0
- package/lib/layout/index.js +30 -0
- package/lib/layout/layout.d.ts +23 -0
- package/lib/layout/layout.js +184 -0
- package/lib/layout/sider.d.ts +29 -0
- package/lib/layout/sider.js +257 -0
- package/lib/layout/style/css.js +5 -0
- package/lib/layout/style/index.css +236 -0
- package/lib/layout/style/index.d.ts +2 -0
- package/lib/layout/style/index.js +5 -0
- package/lib/layout/style/index.less +133 -0
- package/lib/layout/style/light.less +11 -0
- package/lib/locale/index.d.ts +3 -0
- package/lib/locale/index.js +33 -0
- package/lib/locale/locale.d.ts +120 -0
- package/lib/locale/locale.js +281 -0
- package/lib/locale/zh-CN.d.ts +78 -0
- package/lib/locale/zh-CN.js +78 -0
- package/lib/menu/index.d.ts +3 -0
- package/lib/menu/index.js +36 -0
- package/lib/menu/interface.d.ts +12 -0
- package/lib/menu/interface.js +0 -0
- package/lib/menu/menu.d.ts +24 -0
- package/lib/menu/menu.js +191 -0
- package/lib/menu/menuItem.d.ts +10 -0
- package/lib/menu/menuItem.js +174 -0
- package/lib/menu/style/css.js +5 -0
- package/lib/menu/style/index.css +475 -0
- package/lib/menu/style/index.d.ts +2 -0
- package/lib/menu/style/index.js +5 -0
- package/lib/menu/style/index.less +198 -0
- package/lib/menu/style/mixin.less +100 -0
- package/lib/menu/subMenu.d.ts +13 -0
- package/lib/menu/subMenu.js +407 -0
- package/lib/menu/util.d.ts +9 -0
- package/lib/menu/util.js +105 -0
- package/lib/message/content.d.ts +7 -0
- package/lib/message/content.js +109 -0
- package/lib/message/index.d.ts +21 -0
- package/lib/message/index.js +138 -0
- package/lib/message/style/css.js +5 -0
- package/lib/message/style/index.css +190 -0
- package/lib/message/style/index.d.ts +2 -0
- package/lib/message/style/index.js +5 -0
- package/lib/message/style/index.less +94 -0
- package/lib/modal/confirm.d.ts +9 -0
- package/lib/modal/confirm.js +75 -0
- package/lib/modal/index.d.ts +6 -0
- package/lib/modal/index.js +52 -0
- package/lib/modal/modal.d.ts +45 -0
- package/lib/modal/modal.js +298 -0
- package/lib/modal/style/css.js +5 -0
- package/lib/modal/style/index.css +244 -0
- package/lib/modal/style/index.d.ts +2 -0
- package/lib/modal/style/index.js +5 -0
- package/lib/modal/style/index.less +144 -0
- package/lib/modal/style/mixin.less +11 -0
- package/lib/notification/content.d.ts +7 -0
- package/lib/notification/content.js +156 -0
- package/lib/notification/index.d.ts +34 -0
- package/lib/notification/index.js +164 -0
- package/lib/notification/style/css.js +5 -0
- package/lib/notification/style/index.css +236 -0
- package/lib/notification/style/index.d.ts +2 -0
- package/lib/notification/style/index.js +5 -0
- package/lib/notification/style/index.less +148 -0
- package/lib/notification-base/index.d.ts +5 -0
- package/lib/notification-base/index.js +112 -0
- package/lib/notification-base/notice.d.ts +16 -0
- package/lib/notification-base/notice.js +119 -0
- package/lib/notification-base/notification.d.ts +7 -0
- package/lib/notification-base/notification.js +110 -0
- package/lib/pagination/index.d.ts +3 -0
- package/lib/pagination/index.js +13 -0
- package/lib/pagination/pagination.d.ts +29 -0
- package/lib/pagination/pagination.js +465 -0
- package/lib/pagination/style/css.js +5 -0
- package/lib/pagination/style/index.css +707 -0
- package/lib/pagination/style/index.d.ts +2 -0
- package/lib/pagination/style/index.js +5 -0
- package/lib/pagination/style/index.less +579 -0
- package/lib/popconfirm/index.d.ts +3 -0
- package/lib/popconfirm/index.js +36 -0
- package/lib/popconfirm/popconfirm.d.ts +19 -0
- package/lib/popconfirm/popconfirm.js +119 -0
- package/lib/popconfirm/style/css.js +5 -0
- package/lib/popconfirm/style/index.css +213 -0
- package/lib/popconfirm/style/index.d.ts +2 -0
- package/lib/popconfirm/style/index.js +5 -0
- package/lib/popconfirm/style/index.less +59 -0
- package/lib/progress/circle.d.ts +8 -0
- package/lib/progress/circle.js +120 -0
- package/lib/progress/index.d.ts +3 -0
- package/lib/progress/index.js +13 -0
- package/lib/progress/line.d.ts +8 -0
- package/lib/progress/line.js +46 -0
- package/lib/progress/progress.d.ts +35 -0
- package/lib/progress/progress.js +206 -0
- package/lib/progress/style/css.js +5 -0
- package/lib/progress/style/index.css +242 -0
- package/lib/progress/style/index.d.ts +2 -0
- package/lib/progress/style/index.js +5 -0
- package/lib/progress/style/index.less +176 -0
- package/lib/progress/style/mixin.less +5 -0
- package/lib/progress/utils.d.ts +6 -0
- package/lib/progress/utils.js +95 -0
- package/lib/radio/context.d.ts +5 -0
- package/lib/radio/context.js +24 -0
- package/lib/radio/group.d.ts +4 -0
- package/lib/radio/group.js +139 -0
- package/lib/radio/index.d.ts +12 -0
- package/lib/radio/index.js +32 -0
- package/lib/radio/interface.d.ts +47 -0
- package/lib/radio/interface.js +0 -0
- package/lib/radio/radio-button.d.ts +4 -0
- package/lib/radio/radio-button.js +76 -0
- package/lib/radio/radio.d.ts +4 -0
- package/lib/radio/radio.js +126 -0
- package/lib/radio/style/css.js +5 -0
- package/lib/radio/style/index.css +398 -0
- package/lib/radio/style/index.d.ts +2 -0
- package/lib/radio/style/index.js +5 -0
- package/lib/radio/style/index.less +315 -0
- package/lib/rate/index.d.ts +3 -0
- package/lib/rate/index.js +13 -0
- package/lib/rate/rate.d.ts +23 -0
- package/lib/rate/rate.js +307 -0
- package/lib/rate/style/css.js +5 -0
- package/lib/rate/style/index.css +201 -0
- package/lib/rate/style/index.d.ts +2 -0
- package/lib/rate/style/index.js +5 -0
- package/lib/rate/style/index.less +79 -0
- package/lib/search/index.d.ts +8 -0
- package/lib/search/index.js +34 -0
- package/lib/search/interface.d.ts +73 -0
- package/lib/search/interface.js +15 -0
- package/lib/search/option.d.ts +4 -0
- package/lib/search/option.js +79 -0
- package/lib/search/quick-search.d.ts +4 -0
- package/lib/search/quick-search.js +596 -0
- package/lib/search/search-panel.d.ts +29 -0
- package/lib/search/search-panel.js +280 -0
- package/lib/search/search.d.ts +4 -0
- package/lib/search/search.js +177 -0
- package/lib/search/style/css.js +5 -0
- package/lib/search/style/index.css +703 -0
- package/lib/search/style/index.d.ts +2 -0
- package/lib/search/style/index.js +5 -0
- package/lib/search/style/index.less +486 -0
- package/lib/search/style/mixin.less +46 -0
- package/lib/select/index.d.ts +8 -0
- package/lib/select/index.js +17 -0
- package/lib/select/interface.d.ts +59 -0
- package/lib/select/interface.js +16 -0
- package/lib/select/option.d.ts +16 -0
- package/lib/select/option.js +108 -0
- package/lib/select/select.d.ts +4 -0
- package/lib/select/select.js +712 -0
- package/lib/select/style/css.js +3 -0
- package/lib/select/style/index.css +599 -0
- package/lib/select/style/index.d.ts +1 -0
- package/lib/select/style/index.js +3 -0
- package/lib/select/style/index.less +368 -0
- package/lib/select/style/mixin.less +85 -0
- package/lib/slider/index.d.ts +3 -0
- package/lib/slider/index.js +36 -0
- package/lib/slider/marks.d.ts +17 -0
- package/lib/slider/marks.js +72 -0
- package/lib/slider/slider.d.ts +30 -0
- package/lib/slider/slider.js +333 -0
- package/lib/slider/sliderTooltip.d.ts +11 -0
- package/lib/slider/sliderTooltip.js +78 -0
- package/lib/slider/steps.d.ts +17 -0
- package/lib/slider/steps.js +76 -0
- package/lib/slider/style/css.js +5 -0
- package/lib/slider/style/index.css +305 -0
- package/lib/slider/style/index.d.ts +2 -0
- package/lib/slider/style/index.js +5 -0
- package/lib/slider/style/index.less +167 -0
- package/lib/slider/style/mixin.less +40 -0
- package/lib/slider/track.d.ts +10 -0
- package/lib/slider/track.js +33 -0
- package/lib/slider/utils.d.ts +8 -0
- package/lib/slider/utils.js +78 -0
- package/lib/space/index.d.ts +3 -0
- package/lib/space/index.js +36 -0
- package/lib/space/space.d.ts +16 -0
- package/lib/space/space.js +129 -0
- package/lib/space/style/css.js +5 -0
- package/lib/space/style/index.css +139 -0
- package/lib/space/style/index.d.ts +2 -0
- package/lib/space/style/index.js +5 -0
- package/lib/space/style/index.less +42 -0
- package/lib/spin/index.d.ts +3 -0
- package/lib/spin/index.js +36 -0
- package/lib/spin/spin.d.ts +13 -0
- package/lib/spin/spin.js +150 -0
- package/lib/spin/style/css.js +5 -0
- package/lib/spin/style/index.css +291 -0
- package/lib/spin/style/index.d.ts +2 -0
- package/lib/spin/style/index.js +5 -0
- package/lib/spin/style/index.less +163 -0
- package/lib/spin/style/mixin.less +8 -0
- package/lib/split-panel/index.d.ts +3 -0
- package/lib/split-panel/index.js +36 -0
- package/lib/split-panel/interface.d.ts +3 -0
- package/lib/split-panel/interface.js +0 -0
- package/lib/split-panel/split-panel.d.ts +24 -0
- package/lib/split-panel/split-panel.js +312 -0
- package/lib/split-panel/style/css.js +5 -0
- package/lib/split-panel/style/index.css +278 -0
- package/lib/split-panel/style/index.d.ts +2 -0
- package/lib/split-panel/style/index.js +5 -0
- package/lib/split-panel/style/index.less +192 -0
- package/lib/split-panel/trigger.d.ts +15 -0
- package/lib/split-panel/trigger.js +79 -0
- package/lib/stepper/index.d.ts +3 -0
- package/lib/stepper/index.js +36 -0
- package/lib/stepper/stepper.d.ts +11 -0
- package/lib/stepper/stepper.js +258 -0
- package/lib/stepper/style/css.js +5 -0
- package/lib/stepper/style/index.css +224 -0
- package/lib/stepper/style/index.d.ts +2 -0
- package/lib/stepper/style/index.js +5 -0
- package/lib/stepper/style/index.less +78 -0
- package/lib/stepper/style/mixin.less +15 -0
- package/lib/steps/Step.d.ts +19 -0
- package/lib/steps/Step.js +115 -0
- package/lib/steps/Steps.d.ts +16 -0
- package/lib/steps/Steps.js +143 -0
- package/lib/steps/index.d.ts +5 -0
- package/lib/steps/index.js +41 -0
- package/lib/steps/interface.d.ts +13 -0
- package/lib/steps/interface.js +15 -0
- package/lib/steps/style/css.js +5 -0
- package/lib/steps/style/index.css +305 -0
- package/lib/steps/style/index.d.ts +2 -0
- package/lib/steps/style/index.js +5 -0
- package/lib/steps/style/index.less +192 -0
- package/lib/steps/style/mixin.less +41 -0
- package/lib/style/color/colors.less +2 -0
- package/lib/style/components.less +52 -0
- package/lib/style/core/index.less +2 -0
- package/lib/style/core/motion/other.less +126 -0
- package/lib/style/core/motion/slide.less +120 -0
- package/lib/style/core/motion/zoom.less +247 -0
- package/lib/style/core/motion.less +3 -0
- package/lib/style/core/reset.less +235 -0
- package/lib/style/css.js +3 -0
- package/lib/style/index.css +1814 -0
- package/lib/style/index.d.ts +1 -0
- package/lib/style/index.js +3 -0
- package/lib/style/index.less +3 -0
- package/lib/style/mixins/index.less +90 -0
- package/lib/style/mixins/overlay.less +22 -0
- package/lib/style/mixins/reset.less +13 -0
- package/lib/style/themes/default.less +696 -0
- package/lib/style/themes/index.less +1 -0
- package/lib/switch/index.d.ts +3 -0
- package/lib/switch/index.js +13 -0
- package/lib/switch/style/css.js +5 -0
- package/lib/switch/style/index.css +208 -0
- package/lib/switch/style/index.d.ts +2 -0
- package/lib/switch/style/index.js +5 -0
- package/lib/switch/style/index.less +70 -0
- package/lib/switch/style/mixin.less +39 -0
- package/lib/switch/switch.d.ts +20 -0
- package/lib/switch/switch.js +131 -0
- package/lib/table/feature/autoRowSpan.d.ts +3 -0
- package/lib/table/feature/autoRowSpan.js +17 -0
- package/lib/table/feature/columnDrag.d.ts +4 -0
- package/lib/table/feature/columnDrag.js +17 -0
- package/lib/table/feature/columnResize.d.ts +4 -0
- package/lib/table/feature/columnResize.js +17 -0
- package/lib/table/feature/contextMenu.d.ts +3 -0
- package/lib/table/feature/contextMenu.js +17 -0
- package/lib/table/feature/filter.d.ts +3 -0
- package/lib/table/feature/filter.js +23 -0
- package/lib/table/feature/rowDetail.d.ts +3 -0
- package/lib/table/feature/rowDetail.js +21 -0
- package/lib/table/feature/rowSelection.d.ts +3 -0
- package/lib/table/feature/rowSelection.js +70 -0
- package/lib/table/feature/sort.d.ts +3 -0
- package/lib/table/feature/sort.js +23 -0
- package/lib/table/feature/treeMode.d.ts +3 -0
- package/lib/table/feature/treeMode.js +21 -0
- package/lib/table/index.d.ts +2 -0
- package/lib/table/index.js +13 -0
- package/lib/table/interface.d.ts +34 -0
- package/lib/table/interface.js +0 -0
- package/lib/table/style/css.js +5 -0
- package/lib/table/style/index.css +99 -0
- package/lib/table/style/index.d.ts +2 -0
- package/lib/table/style/index.js +5 -0
- package/lib/table/style/index.less +8 -0
- package/lib/table/style/mixin.less +1 -0
- package/lib/table/table.d.ts +3 -0
- package/lib/table/table.js +164 -0
- package/lib/tabs/active-line.d.ts +8 -0
- package/lib/tabs/active-line.js +51 -0
- package/lib/tabs/arrow-button.d.ts +11 -0
- package/lib/tabs/arrow-button.js +61 -0
- package/lib/tabs/context.d.ts +5 -0
- package/lib/tabs/context.js +24 -0
- package/lib/tabs/index.d.ts +8 -0
- package/lib/tabs/index.js +18 -0
- package/lib/tabs/style/css.js +5 -0
- package/lib/tabs/style/index.css +548 -0
- package/lib/tabs/style/index.d.ts +2 -0
- package/lib/tabs/style/index.js +5 -0
- package/lib/tabs/style/index.less +396 -0
- package/lib/tabs/style/mixin.less +32 -0
- package/lib/tabs/tab-pane.d.ts +23 -0
- package/lib/tabs/tab-pane.js +129 -0
- package/lib/tabs/tabs.d.ts +30 -0
- package/lib/tabs/tabs.js +494 -0
- package/lib/tag/index.d.ts +3 -0
- package/lib/tag/index.js +36 -0
- package/lib/tag/style/css.js +5 -0
- package/lib/tag/style/index.css +641 -0
- package/lib/tag/style/index.d.ts +2 -0
- package/lib/tag/style/index.js +5 -0
- package/lib/tag/style/index.less +144 -0
- package/lib/tag/style/mixin.less +44 -0
- package/lib/tag/tag.d.ts +24 -0
- package/lib/tag/tag.js +161 -0
- package/lib/timeline/Timeline.d.ts +18 -0
- package/lib/timeline/Timeline.js +129 -0
- package/lib/timeline/TimelineItem.d.ts +15 -0
- package/lib/timeline/TimelineItem.js +105 -0
- package/lib/timeline/index.d.ts +4 -0
- package/lib/timeline/index.js +13 -0
- package/lib/timeline/style/css.js +5 -0
- package/lib/timeline/style/index.css +300 -0
- package/lib/timeline/style/index.d.ts +2 -0
- package/lib/timeline/style/index.js +5 -0
- package/lib/timeline/style/index.less +259 -0
- package/lib/tooltip/index.d.ts +3 -0
- package/lib/tooltip/index.js +36 -0
- package/lib/tooltip/style/css.js +5 -0
- package/lib/tooltip/style/index.css +180 -0
- package/lib/tooltip/style/index.d.ts +2 -0
- package/lib/tooltip/style/index.js +5 -0
- package/lib/tooltip/style/index.less +27 -0
- package/lib/tooltip/tooltip.d.ts +9 -0
- package/lib/tooltip/tooltip.js +55 -0
- package/lib/transfer/img/transfer-empty.png +0 -0
- package/lib/transfer/index.d.ts +6 -0
- package/lib/transfer/index.js +13 -0
- package/lib/transfer/interface.d.ts +21 -0
- package/lib/transfer/interface.js +0 -0
- package/lib/transfer/list-body.d.ts +14 -0
- package/lib/transfer/list-body.js +141 -0
- package/lib/transfer/list-item.d.ts +15 -0
- package/lib/transfer/list-item.js +76 -0
- package/lib/transfer/list.d.ts +35 -0
- package/lib/transfer/list.js +275 -0
- package/lib/transfer/operation.d.ts +16 -0
- package/lib/transfer/operation.js +57 -0
- package/lib/transfer/search.d.ts +11 -0
- package/lib/transfer/search.js +66 -0
- package/lib/transfer/style/css.js +5 -0
- package/lib/transfer/style/index.css +344 -0
- package/lib/transfer/style/index.d.ts +2 -0
- package/lib/transfer/style/index.js +5 -0
- package/lib/transfer/style/index.less +186 -0
- package/lib/transfer/style/mixins.less +3 -0
- package/lib/transfer/transfer.d.ts +32 -0
- package/lib/transfer/transfer.js +370 -0
- package/lib/tree/index.d.ts +5 -0
- package/lib/tree/index.js +48 -0
- package/lib/tree/style/css.js +5 -0
- package/lib/tree/style/index.css +268 -0
- package/lib/tree/style/index.d.ts +2 -0
- package/lib/tree/style/index.js +5 -0
- package/lib/tree/style/index.less +144 -0
- package/lib/tree/style/mixin.less +5 -0
- package/lib/tree/tree.d.ts +57 -0
- package/lib/tree/tree.js +361 -0
- package/lib/tree/treeHooks.d.ts +9 -0
- package/lib/tree/treeHooks.js +193 -0
- package/lib/tree/treeNode.d.ts +40 -0
- package/lib/tree/treeNode.js +374 -0
- package/lib/tree/utils/treeUtils.d.ts +46 -0
- package/lib/tree/utils/treeUtils.js +564 -0
- package/lib/typography/base.d.ts +21 -0
- package/lib/typography/base.js +130 -0
- package/lib/typography/index.d.ts +11 -0
- package/lib/typography/index.js +24 -0
- package/lib/typography/paragraph.d.ts +7 -0
- package/lib/typography/paragraph.js +33 -0
- package/lib/typography/style/css.js +5 -0
- package/lib/typography/style/index.css +242 -0
- package/lib/typography/style/index.d.ts +2 -0
- package/lib/typography/style/index.js +5 -0
- package/lib/typography/style/index.less +140 -0
- package/lib/typography/style/mixin.less +83 -0
- package/lib/typography/text.d.ts +7 -0
- package/lib/typography/text.js +23 -0
- package/lib/typography/title.d.ts +10 -0
- package/lib/typography/title.js +58 -0
- package/lib/typography/typography.d.ts +14 -0
- package/lib/typography/typography.js +79 -0
- package/lib/upload/dragger.d.ts +7 -0
- package/lib/upload/dragger.js +59 -0
- package/lib/upload/index.d.ts +9 -0
- package/lib/upload/index.js +42 -0
- package/lib/upload/interface.d.ts +144 -0
- package/lib/upload/interface.js +0 -0
- package/lib/upload/request.d.ts +2 -0
- package/lib/upload/request.js +108 -0
- package/lib/upload/scan-files.d.ts +14 -0
- package/lib/upload/scan-files.js +77 -0
- package/lib/upload/style/css.js +5 -0
- package/lib/upload/style/index.css +362 -0
- package/lib/upload/style/index.d.ts +2 -0
- package/lib/upload/style/index.js +5 -0
- package/lib/upload/style/index.less +223 -0
- package/lib/upload/upload.d.ts +4 -0
- package/lib/upload/upload.js +567 -0
- package/lib/upload/utils.d.ts +2 -0
- package/lib/upload/utils.js +36 -0
- package/lib/upload/verify-file.d.ts +3 -0
- package/lib/upload/verify-file.js +41 -0
- package/lib/view-container/context.d.ts +5 -0
- package/lib/view-container/context.js +24 -0
- package/lib/view-container/index.d.ts +3 -0
- package/lib/view-container/index.js +13 -0
- package/lib/view-container/view-container.d.ts +9 -0
- package/lib/view-container/view-container.js +58 -0
- package/lib/view-container/view-pane.d.ts +1 -0
- package/lib/view-container/view-pane.js +0 -0
- package/package.json +239 -0
|
@@ -0,0 +1,1814 @@
|
|
|
1
|
+
/* ----------- color ——————---- start */
|
|
2
|
+
/* ----------- color ——————---- end */
|
|
3
|
+
/* ----------- motion ——————---- start */
|
|
4
|
+
/* ----------- motion ——————---- end */
|
|
5
|
+
/* ----------- transition ——————---- start */
|
|
6
|
+
/* ----------- transition ——————---- end */
|
|
7
|
+
/* ----------- font ——————---- start */
|
|
8
|
+
/* ----------- font ——————---- end */
|
|
9
|
+
/* ----------- zIndex ——————---- start */
|
|
10
|
+
/*
|
|
11
|
+
普通组件内部自身层级应设置在0-100间
|
|
12
|
+
*/
|
|
13
|
+
/* ----------- zIndex ——————---- end */
|
|
14
|
+
/* ----------- Button ——————---- start */
|
|
15
|
+
/* ----------- Button ——————---- end */
|
|
16
|
+
/* ----------- Collapse ——————---- start */
|
|
17
|
+
/* ----------- Collapse ——————---- end */
|
|
18
|
+
/* ----------- Card ——————---- start */
|
|
19
|
+
/* ----------- Card ——————---- end */
|
|
20
|
+
/* ----------- Carousel ——————---- start */
|
|
21
|
+
/* ----------- Carousel ——————---- end */
|
|
22
|
+
/* ----------- Cascader ——————---- start */
|
|
23
|
+
/* ----------- Cascader ——————---- end */
|
|
24
|
+
/* ----------- Switch ——————---- start */
|
|
25
|
+
/* ----------- Switch ——————---- end */
|
|
26
|
+
/* ----------- Input ——————---- start */
|
|
27
|
+
/* ----------- Input ——————---- end */
|
|
28
|
+
/* ----------- InputNumber ——————---- start */
|
|
29
|
+
/* ----------- InputNumber ——————---- end */
|
|
30
|
+
/* ----------- checkbox ——————---- start */
|
|
31
|
+
/* ----------- checkbox ——————---- start */
|
|
32
|
+
/* ----------- checkbox ——————---- end */
|
|
33
|
+
/* ----------- Radio ——————---- start */
|
|
34
|
+
/* ----------- Radio ——————---- end */
|
|
35
|
+
/* ----------- icon ——————---- start */
|
|
36
|
+
/* ----------- icon ——————---- end */
|
|
37
|
+
/* ----------- Popconfirm ——————---- start */
|
|
38
|
+
/* ----------- Popconfirm ——————---- end */
|
|
39
|
+
/* ----------- Progress ——————---- start */
|
|
40
|
+
/* ----------- Progress ——————---- end */
|
|
41
|
+
/* ----------- Pagination ——————---- start */
|
|
42
|
+
/* ----------- Pagination ——————---- end */
|
|
43
|
+
/* ----------- Timeline ——————---- start */
|
|
44
|
+
/* ----------- Timeline ——————---- end */
|
|
45
|
+
/* ----------- Tabs ——————---- start */
|
|
46
|
+
/* ----------- Tabs ——————---- end */
|
|
47
|
+
/* ----------- Select ——————---- start */
|
|
48
|
+
/* ----------- Select ——————---- end */
|
|
49
|
+
/* ----------- Rate ——————---- start */
|
|
50
|
+
/* ----------- Rate ——————---- end */
|
|
51
|
+
/* ----------- Dropdown ——————---- start */
|
|
52
|
+
/* ----------- Dropdown ——————---- end */
|
|
53
|
+
/* ----------- Tooltip ——————---- start */
|
|
54
|
+
/* ----------- Tooltip ——————---- end */
|
|
55
|
+
/* ----------- Transfer ——————---- start */
|
|
56
|
+
/* ----------- Transfer ——————---- end */
|
|
57
|
+
/* ----------- DatePicker ——————---- start */
|
|
58
|
+
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- Tree ——————---- start */
|
|
60
|
+
/* ----------- Tree ——————---- end */
|
|
61
|
+
/* ----------- Alert ——————---- start */
|
|
62
|
+
/* ----------- Alert ——————---- end */
|
|
63
|
+
/* ----------- Split-Panel ——————---- start */
|
|
64
|
+
/* ----------- Split-Panel ——————---- end */
|
|
65
|
+
/* ----------- Modal ——————---- start */
|
|
66
|
+
/* ----------- Modal ——————---- end */
|
|
67
|
+
/* ----------- Steps ——————---- start */
|
|
68
|
+
/* ----------- Steps ——————---- end */
|
|
69
|
+
/* ----------- Form ——————---- start */
|
|
70
|
+
/* ----------- Form ——————---- end */
|
|
71
|
+
/* ----------- Tag ——————---- start */
|
|
72
|
+
/* ----------- Tag ——————---- end */
|
|
73
|
+
/* ----------- Menu ——————---- start */
|
|
74
|
+
/* ----------- Menu ——————---- end */
|
|
75
|
+
/* ----------- notice ——————---- start */
|
|
76
|
+
/* ----------- message ——————---- end */
|
|
77
|
+
/* ----------- Spin ——————---- start */
|
|
78
|
+
/* ----------- Spin ——————---- end */
|
|
79
|
+
/* ----------- Spin ——————---- start */
|
|
80
|
+
/* ----------- Spin ——————---- end */
|
|
81
|
+
/* ----------- Layout ——————---- start */
|
|
82
|
+
/* ----------- Layout ——————---- end */
|
|
83
|
+
/* ----------- Typography ——————---- start */
|
|
84
|
+
/* ----------- Typography ——————---- start */
|
|
85
|
+
/* ----------- Search ——————---- start */
|
|
86
|
+
/* ----------- Search ——————---- start */
|
|
87
|
+
/* ----------- Badge ——————---- start */
|
|
88
|
+
/* ----------- Badge ——————---- end */
|
|
89
|
+
/* ----------- Anchor ——————---- start */
|
|
90
|
+
/* ----------- Anchor ——————---- end */
|
|
91
|
+
/* ----------- Avatar ——————---- start */
|
|
92
|
+
/* ----------- Avatar ——————---- end */
|
|
93
|
+
/* ----------- AdvancedSelector ——————---- start */
|
|
94
|
+
/* ----------- AdvancedSelector ——————---- end */
|
|
95
|
+
@import 'icon/kdicon.css';
|
|
96
|
+
@-webkit-keyframes loadingcircle {
|
|
97
|
+
100% {
|
|
98
|
+
-webkit-transform: rotate(360deg);
|
|
99
|
+
transform: rotate(360deg);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
@keyframes loadingcircle {
|
|
103
|
+
100% {
|
|
104
|
+
-webkit-transform: rotate(360deg);
|
|
105
|
+
transform: rotate(360deg);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
@-webkit-keyframes waveEffect {
|
|
109
|
+
100% {
|
|
110
|
+
-webkit-box-shadow: 0 0 0 6px #5582f3;
|
|
111
|
+
box-shadow: 0 0 0 6px #5582f3;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
@keyframes waveEffect {
|
|
115
|
+
100% {
|
|
116
|
+
-webkit-box-shadow: 0 0 0 6px #5582f3;
|
|
117
|
+
box-shadow: 0 0 0 6px #5582f3;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
@-webkit-keyframes fadeEffect {
|
|
121
|
+
100% {
|
|
122
|
+
opacity: 0;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
@keyframes fadeEffect {
|
|
126
|
+
100% {
|
|
127
|
+
opacity: 0;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
@-webkit-keyframes kdRadioEffect {
|
|
131
|
+
0% {
|
|
132
|
+
-webkit-transform: translateY(-50%) scale(0);
|
|
133
|
+
transform: translateY(-50%) scale(0);
|
|
134
|
+
}
|
|
135
|
+
50% {
|
|
136
|
+
-webkit-transform: translateY(-50%) scale(1.2);
|
|
137
|
+
transform: translateY(-50%) scale(1.2);
|
|
138
|
+
}
|
|
139
|
+
100% {
|
|
140
|
+
-webkit-transform: translateY(-50%) scale(1);
|
|
141
|
+
transform: translateY(-50%) scale(1);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
@keyframes kdRadioEffect {
|
|
145
|
+
0% {
|
|
146
|
+
-webkit-transform: translateY(-50%) scale(0);
|
|
147
|
+
transform: translateY(-50%) scale(0);
|
|
148
|
+
}
|
|
149
|
+
50% {
|
|
150
|
+
-webkit-transform: translateY(-50%) scale(1.2);
|
|
151
|
+
transform: translateY(-50%) scale(1.2);
|
|
152
|
+
}
|
|
153
|
+
100% {
|
|
154
|
+
-webkit-transform: translateY(-50%) scale(1);
|
|
155
|
+
transform: translateY(-50%) scale(1);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
@-webkit-keyframes kdRadioLeaveEffect {
|
|
159
|
+
50% {
|
|
160
|
+
-webkit-transform: translateY(-50%) scale(1.2);
|
|
161
|
+
transform: translateY(-50%) scale(1.2);
|
|
162
|
+
}
|
|
163
|
+
100% {
|
|
164
|
+
-webkit-transform: translateY(-50%) scale(0);
|
|
165
|
+
transform: translateY(-50%) scale(0);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
@keyframes kdRadioLeaveEffect {
|
|
169
|
+
50% {
|
|
170
|
+
-webkit-transform: translateY(-50%) scale(1.2);
|
|
171
|
+
transform: translateY(-50%) scale(1.2);
|
|
172
|
+
}
|
|
173
|
+
100% {
|
|
174
|
+
-webkit-transform: translateY(-50%) scale(0);
|
|
175
|
+
transform: translateY(-50%) scale(0);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
@-webkit-keyframes kdRadioSquareEffect {
|
|
179
|
+
0% {
|
|
180
|
+
-webkit-transform: rotate(45deg) scale(0);
|
|
181
|
+
transform: rotate(45deg) scale(0);
|
|
182
|
+
}
|
|
183
|
+
50% {
|
|
184
|
+
-webkit-transform: rotate(45deg) scale(1.2);
|
|
185
|
+
transform: rotate(45deg) scale(1.2);
|
|
186
|
+
}
|
|
187
|
+
100% {
|
|
188
|
+
-webkit-transform: rotate(45deg) scale(1);
|
|
189
|
+
transform: rotate(45deg) scale(1);
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
@keyframes kdRadioSquareEffect {
|
|
193
|
+
0% {
|
|
194
|
+
-webkit-transform: rotate(45deg) scale(0);
|
|
195
|
+
transform: rotate(45deg) scale(0);
|
|
196
|
+
}
|
|
197
|
+
50% {
|
|
198
|
+
-webkit-transform: rotate(45deg) scale(1.2);
|
|
199
|
+
transform: rotate(45deg) scale(1.2);
|
|
200
|
+
}
|
|
201
|
+
100% {
|
|
202
|
+
-webkit-transform: rotate(45deg) scale(1);
|
|
203
|
+
transform: rotate(45deg) scale(1);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
@-webkit-keyframes kdRadioSquareLeaveEffect {
|
|
207
|
+
50% {
|
|
208
|
+
-webkit-transform: rotate(45deg) scale(1.2);
|
|
209
|
+
transform: rotate(45deg) scale(1.2);
|
|
210
|
+
}
|
|
211
|
+
100% {
|
|
212
|
+
-webkit-transform: rotate(45deg) scale(0);
|
|
213
|
+
transform: rotate(45deg) scale(0);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
@keyframes kdRadioSquareLeaveEffect {
|
|
217
|
+
50% {
|
|
218
|
+
-webkit-transform: rotate(45deg) scale(1.2);
|
|
219
|
+
transform: rotate(45deg) scale(1.2);
|
|
220
|
+
}
|
|
221
|
+
100% {
|
|
222
|
+
-webkit-transform: rotate(45deg) scale(0);
|
|
223
|
+
transform: rotate(45deg) scale(0);
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
@-webkit-keyframes kdZoomBounceEffect {
|
|
227
|
+
0% {
|
|
228
|
+
-webkit-transform: scale(0);
|
|
229
|
+
transform: scale(0);
|
|
230
|
+
}
|
|
231
|
+
50% {
|
|
232
|
+
-webkit-transform-origin: bottom right;
|
|
233
|
+
transform-origin: bottom right;
|
|
234
|
+
-webkit-transform: scale(1.2);
|
|
235
|
+
transform: scale(1.2);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
@keyframes kdZoomBounceEffect {
|
|
239
|
+
0% {
|
|
240
|
+
-webkit-transform: scale(0);
|
|
241
|
+
transform: scale(0);
|
|
242
|
+
}
|
|
243
|
+
50% {
|
|
244
|
+
-webkit-transform-origin: bottom right;
|
|
245
|
+
transform-origin: bottom right;
|
|
246
|
+
-webkit-transform: scale(1.2);
|
|
247
|
+
transform: scale(1.2);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
@-webkit-keyframes kdZoomBounceLeaveEffect {
|
|
251
|
+
50% {
|
|
252
|
+
-webkit-transform-origin: bottom right;
|
|
253
|
+
transform-origin: bottom right;
|
|
254
|
+
-webkit-transform: scale(1.2);
|
|
255
|
+
transform: scale(1.2);
|
|
256
|
+
}
|
|
257
|
+
100% {
|
|
258
|
+
-webkit-transform-origin: bottom right;
|
|
259
|
+
transform-origin: bottom right;
|
|
260
|
+
-webkit-transform: scale(0);
|
|
261
|
+
transform: scale(0);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
@keyframes kdZoomBounceLeaveEffect {
|
|
265
|
+
50% {
|
|
266
|
+
-webkit-transform-origin: bottom right;
|
|
267
|
+
transform-origin: bottom right;
|
|
268
|
+
-webkit-transform: scale(1.2);
|
|
269
|
+
transform: scale(1.2);
|
|
270
|
+
}
|
|
271
|
+
100% {
|
|
272
|
+
-webkit-transform-origin: bottom right;
|
|
273
|
+
transform-origin: bottom right;
|
|
274
|
+
-webkit-transform: scale(0);
|
|
275
|
+
transform: scale(0);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
@-webkit-keyframes kdZoomBounceDefaultEffect {
|
|
279
|
+
0% {
|
|
280
|
+
-webkit-transform: scale(0);
|
|
281
|
+
transform: scale(0);
|
|
282
|
+
}
|
|
283
|
+
50% {
|
|
284
|
+
-webkit-transform-origin: 45% 77%;
|
|
285
|
+
transform-origin: 45% 77%;
|
|
286
|
+
-webkit-transform: scale(1.2);
|
|
287
|
+
transform: scale(1.2);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
@keyframes kdZoomBounceDefaultEffect {
|
|
291
|
+
0% {
|
|
292
|
+
-webkit-transform: scale(0);
|
|
293
|
+
transform: scale(0);
|
|
294
|
+
}
|
|
295
|
+
50% {
|
|
296
|
+
-webkit-transform-origin: 45% 77%;
|
|
297
|
+
transform-origin: 45% 77%;
|
|
298
|
+
-webkit-transform: scale(1.2);
|
|
299
|
+
transform: scale(1.2);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
@-webkit-keyframes kdZoomEffect {
|
|
303
|
+
0% {
|
|
304
|
+
-webkit-transform: scale(0);
|
|
305
|
+
transform: scale(0);
|
|
306
|
+
-webkit-transform-origin: 45% 77%;
|
|
307
|
+
transform-origin: 45% 77%;
|
|
308
|
+
}
|
|
309
|
+
100% {
|
|
310
|
+
-webkit-transform-origin: 45% 77%;
|
|
311
|
+
transform-origin: 45% 77%;
|
|
312
|
+
-webkit-transform: scale(1);
|
|
313
|
+
transform: scale(1);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
@keyframes kdZoomEffect {
|
|
317
|
+
0% {
|
|
318
|
+
-webkit-transform: scale(0);
|
|
319
|
+
transform: scale(0);
|
|
320
|
+
-webkit-transform-origin: 45% 77%;
|
|
321
|
+
transform-origin: 45% 77%;
|
|
322
|
+
}
|
|
323
|
+
100% {
|
|
324
|
+
-webkit-transform-origin: 45% 77%;
|
|
325
|
+
transform-origin: 45% 77%;
|
|
326
|
+
-webkit-transform: scale(1);
|
|
327
|
+
transform: scale(1);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
@-webkit-keyframes kdZoomLeaveEffect {
|
|
331
|
+
0% {
|
|
332
|
+
-webkit-transform: scale(1);
|
|
333
|
+
transform: scale(1);
|
|
334
|
+
-webkit-transform-origin: 45% 77%;
|
|
335
|
+
transform-origin: 45% 77%;
|
|
336
|
+
}
|
|
337
|
+
100% {
|
|
338
|
+
-webkit-transform-origin: 45% 77%;
|
|
339
|
+
transform-origin: 45% 77%;
|
|
340
|
+
-webkit-transform: scale(0);
|
|
341
|
+
transform: scale(0);
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
@keyframes kdZoomLeaveEffect {
|
|
345
|
+
0% {
|
|
346
|
+
-webkit-transform: scale(1);
|
|
347
|
+
transform: scale(1);
|
|
348
|
+
-webkit-transform-origin: 45% 77%;
|
|
349
|
+
transform-origin: 45% 77%;
|
|
350
|
+
}
|
|
351
|
+
100% {
|
|
352
|
+
-webkit-transform-origin: 45% 77%;
|
|
353
|
+
transform-origin: 45% 77%;
|
|
354
|
+
-webkit-transform: scale(0);
|
|
355
|
+
transform: scale(0);
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
@-webkit-keyframes kdNoticeEffect {
|
|
359
|
+
0% {
|
|
360
|
+
-webkit-transform: translateY(-15px) scale(0.8);
|
|
361
|
+
transform: translateY(-15px) scale(0.8);
|
|
362
|
+
opacity: 0;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
@keyframes kdNoticeEffect {
|
|
366
|
+
0% {
|
|
367
|
+
-webkit-transform: translateY(-15px) scale(0.8);
|
|
368
|
+
transform: translateY(-15px) scale(0.8);
|
|
369
|
+
opacity: 0;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
@-webkit-keyframes kdNoticeLeaveEffect {
|
|
373
|
+
100% {
|
|
374
|
+
-webkit-transform: translateY(-15px) scale(0.8);
|
|
375
|
+
transform: translateY(-15px) scale(0.8);
|
|
376
|
+
opacity: 0;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
@keyframes kdNoticeLeaveEffect {
|
|
380
|
+
100% {
|
|
381
|
+
-webkit-transform: translateY(-15px) scale(0.8);
|
|
382
|
+
transform: translateY(-15px) scale(0.8);
|
|
383
|
+
opacity: 0;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
.top-active {
|
|
387
|
+
-webkit-animation-name: kdZoomBottomIn;
|
|
388
|
+
animation-name: kdZoomBottomIn;
|
|
389
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
390
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
391
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
392
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
393
|
+
}
|
|
394
|
+
.top.hidden {
|
|
395
|
+
-webkit-animation-name: kdZoomBottomOut;
|
|
396
|
+
animation-name: kdZoomBottomOut;
|
|
397
|
+
-webkit-animation-duration: 0.1s;
|
|
398
|
+
animation-duration: 0.1s;
|
|
399
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
400
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
401
|
+
}
|
|
402
|
+
.left-active {
|
|
403
|
+
-webkit-animation-name: kdZoomRightIn;
|
|
404
|
+
animation-name: kdZoomRightIn;
|
|
405
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
406
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
407
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
408
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
409
|
+
}
|
|
410
|
+
.left.hidden {
|
|
411
|
+
-webkit-animation-name: kdZoomRightOut;
|
|
412
|
+
animation-name: kdZoomRightOut;
|
|
413
|
+
-webkit-animation-duration: 0.1s;
|
|
414
|
+
animation-duration: 0.1s;
|
|
415
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
416
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
417
|
+
}
|
|
418
|
+
.right-active {
|
|
419
|
+
-webkit-animation-name: kdZoomLeftIn;
|
|
420
|
+
animation-name: kdZoomLeftIn;
|
|
421
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
422
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
423
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
424
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
425
|
+
}
|
|
426
|
+
.right.hidden {
|
|
427
|
+
-webkit-animation-name: kdZoomLeftOut;
|
|
428
|
+
animation-name: kdZoomLeftOut;
|
|
429
|
+
-webkit-animation-duration: 0.1s;
|
|
430
|
+
animation-duration: 0.1s;
|
|
431
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
432
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
433
|
+
}
|
|
434
|
+
.bottom-active {
|
|
435
|
+
-webkit-animation-name: kdZoomTopIn;
|
|
436
|
+
animation-name: kdZoomTopIn;
|
|
437
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
438
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
439
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
440
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
441
|
+
}
|
|
442
|
+
.bottom.hidden {
|
|
443
|
+
-webkit-animation-name: kdZoomTopOut;
|
|
444
|
+
animation-name: kdZoomTopOut;
|
|
445
|
+
-webkit-animation-duration: 0.1s;
|
|
446
|
+
animation-duration: 0.1s;
|
|
447
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
448
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
449
|
+
}
|
|
450
|
+
.topLeft-active {
|
|
451
|
+
-webkit-animation-name: kdZoomLeftBottomIn;
|
|
452
|
+
animation-name: kdZoomLeftBottomIn;
|
|
453
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
454
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
455
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
456
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
457
|
+
}
|
|
458
|
+
.topLeft.hidden {
|
|
459
|
+
-webkit-animation-name: kdZoomLeftBottomOut;
|
|
460
|
+
animation-name: kdZoomLeftBottomOut;
|
|
461
|
+
-webkit-animation-duration: 0.1s;
|
|
462
|
+
animation-duration: 0.1s;
|
|
463
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
464
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
465
|
+
}
|
|
466
|
+
.rightBottom-active {
|
|
467
|
+
-webkit-animation-name: kdZoomLeftBottomIn;
|
|
468
|
+
animation-name: kdZoomLeftBottomIn;
|
|
469
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
470
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
471
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
472
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
473
|
+
}
|
|
474
|
+
.rightBottom.hidden {
|
|
475
|
+
-webkit-animation-name: kdZoomLeftBottomOut;
|
|
476
|
+
animation-name: kdZoomLeftBottomOut;
|
|
477
|
+
-webkit-animation-duration: 0.1s;
|
|
478
|
+
animation-duration: 0.1s;
|
|
479
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
480
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
481
|
+
}
|
|
482
|
+
.topRight-active {
|
|
483
|
+
-webkit-animation-name: kdZoomRightBottomIn;
|
|
484
|
+
animation-name: kdZoomRightBottomIn;
|
|
485
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
486
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
487
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
488
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
489
|
+
}
|
|
490
|
+
.topRight.hidden {
|
|
491
|
+
-webkit-animation-name: kdZoomRightBottomOut;
|
|
492
|
+
animation-name: kdZoomRightBottomOut;
|
|
493
|
+
-webkit-animation-duration: 0.1s;
|
|
494
|
+
animation-duration: 0.1s;
|
|
495
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
496
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
497
|
+
}
|
|
498
|
+
.leftBottom-active {
|
|
499
|
+
-webkit-animation-name: kdZoomRightBottomIn;
|
|
500
|
+
animation-name: kdZoomRightBottomIn;
|
|
501
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
502
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
503
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
504
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
505
|
+
}
|
|
506
|
+
.leftBottom.hidden {
|
|
507
|
+
-webkit-animation-name: kdZoomRightBottomOut;
|
|
508
|
+
animation-name: kdZoomRightBottomOut;
|
|
509
|
+
-webkit-animation-duration: 0.1s;
|
|
510
|
+
animation-duration: 0.1s;
|
|
511
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
512
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
513
|
+
}
|
|
514
|
+
.leftTop-active {
|
|
515
|
+
-webkit-animation-name: kdZoomTopRightIn;
|
|
516
|
+
animation-name: kdZoomTopRightIn;
|
|
517
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
518
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
519
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
520
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
521
|
+
}
|
|
522
|
+
.leftTop.hidden {
|
|
523
|
+
-webkit-animation-name: kdZoomTopRightOut;
|
|
524
|
+
animation-name: kdZoomTopRightOut;
|
|
525
|
+
-webkit-animation-duration: 0.1s;
|
|
526
|
+
animation-duration: 0.1s;
|
|
527
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
528
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
529
|
+
}
|
|
530
|
+
.bottomRight-active {
|
|
531
|
+
-webkit-animation-name: kdZoomTopRightIn;
|
|
532
|
+
animation-name: kdZoomTopRightIn;
|
|
533
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
534
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
535
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
536
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
537
|
+
}
|
|
538
|
+
.bottomRight.hidden {
|
|
539
|
+
-webkit-animation-name: kdZoomTopRightOut;
|
|
540
|
+
animation-name: kdZoomTopRightOut;
|
|
541
|
+
-webkit-animation-duration: 0.1s;
|
|
542
|
+
animation-duration: 0.1s;
|
|
543
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
544
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
545
|
+
}
|
|
546
|
+
.rightTop-active {
|
|
547
|
+
-webkit-animation-name: kdZoomTopLeftIn;
|
|
548
|
+
animation-name: kdZoomTopLeftIn;
|
|
549
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
550
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
551
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
552
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
553
|
+
}
|
|
554
|
+
.rightTop.hidden {
|
|
555
|
+
-webkit-animation-name: kdZoomTopLeftOut;
|
|
556
|
+
animation-name: kdZoomTopLeftOut;
|
|
557
|
+
-webkit-animation-duration: 0.1s;
|
|
558
|
+
animation-duration: 0.1s;
|
|
559
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
560
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
561
|
+
}
|
|
562
|
+
.bottomLeft-active {
|
|
563
|
+
-webkit-animation-name: kdZoomTopLeftIn;
|
|
564
|
+
animation-name: kdZoomTopLeftIn;
|
|
565
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
566
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
567
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
568
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
569
|
+
}
|
|
570
|
+
.bottomLeft.hidden {
|
|
571
|
+
-webkit-animation-name: kdZoomTopLeftOut;
|
|
572
|
+
animation-name: kdZoomTopLeftOut;
|
|
573
|
+
-webkit-animation-duration: 0.1s;
|
|
574
|
+
animation-duration: 0.1s;
|
|
575
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
576
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
577
|
+
}
|
|
578
|
+
@-webkit-keyframes kdZoomBottomIn {
|
|
579
|
+
0% {
|
|
580
|
+
opacity: 0;
|
|
581
|
+
}
|
|
582
|
+
5% {
|
|
583
|
+
-webkit-transform: scale(0.6);
|
|
584
|
+
transform: scale(0.6);
|
|
585
|
+
-webkit-transform-origin: 50% 100%;
|
|
586
|
+
transform-origin: 50% 100%;
|
|
587
|
+
}
|
|
588
|
+
100% {
|
|
589
|
+
-webkit-transform: scale(1);
|
|
590
|
+
transform: scale(1);
|
|
591
|
+
-webkit-transform-origin: 50% 100%;
|
|
592
|
+
transform-origin: 50% 100%;
|
|
593
|
+
opacity: 1;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
@keyframes kdZoomBottomIn {
|
|
597
|
+
0% {
|
|
598
|
+
opacity: 0;
|
|
599
|
+
}
|
|
600
|
+
5% {
|
|
601
|
+
-webkit-transform: scale(0.6);
|
|
602
|
+
transform: scale(0.6);
|
|
603
|
+
-webkit-transform-origin: 50% 100%;
|
|
604
|
+
transform-origin: 50% 100%;
|
|
605
|
+
}
|
|
606
|
+
100% {
|
|
607
|
+
-webkit-transform: scale(1);
|
|
608
|
+
transform: scale(1);
|
|
609
|
+
-webkit-transform-origin: 50% 100%;
|
|
610
|
+
transform-origin: 50% 100%;
|
|
611
|
+
opacity: 1;
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
@-webkit-keyframes kdZoomBottomOut {
|
|
615
|
+
0% {
|
|
616
|
+
-webkit-transform: scale(1);
|
|
617
|
+
transform: scale(1);
|
|
618
|
+
-webkit-transform-origin: 50% 100%;
|
|
619
|
+
transform-origin: 50% 100%;
|
|
620
|
+
opacity: 1;
|
|
621
|
+
}
|
|
622
|
+
100% {
|
|
623
|
+
-webkit-transform: scale(0.6);
|
|
624
|
+
transform: scale(0.6);
|
|
625
|
+
-webkit-transform-origin: 50% 100%;
|
|
626
|
+
transform-origin: 50% 100%;
|
|
627
|
+
opacity: 0;
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
@keyframes kdZoomBottomOut {
|
|
631
|
+
0% {
|
|
632
|
+
-webkit-transform: scale(1);
|
|
633
|
+
transform: scale(1);
|
|
634
|
+
-webkit-transform-origin: 50% 100%;
|
|
635
|
+
transform-origin: 50% 100%;
|
|
636
|
+
opacity: 1;
|
|
637
|
+
}
|
|
638
|
+
100% {
|
|
639
|
+
-webkit-transform: scale(0.6);
|
|
640
|
+
transform: scale(0.6);
|
|
641
|
+
-webkit-transform-origin: 50% 100%;
|
|
642
|
+
transform-origin: 50% 100%;
|
|
643
|
+
opacity: 0;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
@-webkit-keyframes kdZoomRightIn {
|
|
647
|
+
0% {
|
|
648
|
+
opacity: 0;
|
|
649
|
+
}
|
|
650
|
+
5% {
|
|
651
|
+
-webkit-transform: scale(0.6);
|
|
652
|
+
transform: scale(0.6);
|
|
653
|
+
-webkit-transform-origin: 100% 50%;
|
|
654
|
+
transform-origin: 100% 50%;
|
|
655
|
+
}
|
|
656
|
+
100% {
|
|
657
|
+
-webkit-transform: scale(1);
|
|
658
|
+
transform: scale(1);
|
|
659
|
+
-webkit-transform-origin: 100% 50%;
|
|
660
|
+
transform-origin: 100% 50%;
|
|
661
|
+
opacity: 1;
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
@keyframes kdZoomRightIn {
|
|
665
|
+
0% {
|
|
666
|
+
opacity: 0;
|
|
667
|
+
}
|
|
668
|
+
5% {
|
|
669
|
+
-webkit-transform: scale(0.6);
|
|
670
|
+
transform: scale(0.6);
|
|
671
|
+
-webkit-transform-origin: 100% 50%;
|
|
672
|
+
transform-origin: 100% 50%;
|
|
673
|
+
}
|
|
674
|
+
100% {
|
|
675
|
+
-webkit-transform: scale(1);
|
|
676
|
+
transform: scale(1);
|
|
677
|
+
-webkit-transform-origin: 100% 50%;
|
|
678
|
+
transform-origin: 100% 50%;
|
|
679
|
+
opacity: 1;
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
@-webkit-keyframes kdZoomRightOut {
|
|
683
|
+
0% {
|
|
684
|
+
-webkit-transform: scale(1);
|
|
685
|
+
transform: scale(1);
|
|
686
|
+
-webkit-transform-origin: 100% 50%;
|
|
687
|
+
transform-origin: 100% 50%;
|
|
688
|
+
opacity: 1;
|
|
689
|
+
}
|
|
690
|
+
100% {
|
|
691
|
+
-webkit-transform: scale(0.6);
|
|
692
|
+
transform: scale(0.6);
|
|
693
|
+
-webkit-transform-origin: 100% 50%;
|
|
694
|
+
transform-origin: 100% 50%;
|
|
695
|
+
opacity: 0;
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
@keyframes kdZoomRightOut {
|
|
699
|
+
0% {
|
|
700
|
+
-webkit-transform: scale(1);
|
|
701
|
+
transform: scale(1);
|
|
702
|
+
-webkit-transform-origin: 100% 50%;
|
|
703
|
+
transform-origin: 100% 50%;
|
|
704
|
+
opacity: 1;
|
|
705
|
+
}
|
|
706
|
+
100% {
|
|
707
|
+
-webkit-transform: scale(0.6);
|
|
708
|
+
transform: scale(0.6);
|
|
709
|
+
-webkit-transform-origin: 100% 50%;
|
|
710
|
+
transform-origin: 100% 50%;
|
|
711
|
+
opacity: 0;
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
@-webkit-keyframes kdZoomTopIn {
|
|
715
|
+
0% {
|
|
716
|
+
opacity: 0;
|
|
717
|
+
}
|
|
718
|
+
5% {
|
|
719
|
+
-webkit-transform: scale(0.6);
|
|
720
|
+
transform: scale(0.6);
|
|
721
|
+
-webkit-transform-origin: 50% 0%;
|
|
722
|
+
transform-origin: 50% 0%;
|
|
723
|
+
}
|
|
724
|
+
100% {
|
|
725
|
+
-webkit-transform: scale(1);
|
|
726
|
+
transform: scale(1);
|
|
727
|
+
-webkit-transform-origin: 50% 0%;
|
|
728
|
+
transform-origin: 50% 0%;
|
|
729
|
+
opacity: 1;
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
@keyframes kdZoomTopIn {
|
|
733
|
+
0% {
|
|
734
|
+
opacity: 0;
|
|
735
|
+
}
|
|
736
|
+
5% {
|
|
737
|
+
-webkit-transform: scale(0.6);
|
|
738
|
+
transform: scale(0.6);
|
|
739
|
+
-webkit-transform-origin: 50% 0%;
|
|
740
|
+
transform-origin: 50% 0%;
|
|
741
|
+
}
|
|
742
|
+
100% {
|
|
743
|
+
-webkit-transform: scale(1);
|
|
744
|
+
transform: scale(1);
|
|
745
|
+
-webkit-transform-origin: 50% 0%;
|
|
746
|
+
transform-origin: 50% 0%;
|
|
747
|
+
opacity: 1;
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
@-webkit-keyframes kdZoomTopOut {
|
|
751
|
+
0% {
|
|
752
|
+
-webkit-transform: scale(1);
|
|
753
|
+
transform: scale(1);
|
|
754
|
+
-webkit-transform-origin: 50% 0%;
|
|
755
|
+
transform-origin: 50% 0%;
|
|
756
|
+
opacity: 1;
|
|
757
|
+
}
|
|
758
|
+
100% {
|
|
759
|
+
-webkit-transform: scale(0.6);
|
|
760
|
+
transform: scale(0.6);
|
|
761
|
+
-webkit-transform-origin: 50% 0%;
|
|
762
|
+
transform-origin: 50% 0%;
|
|
763
|
+
opacity: 0;
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
@keyframes kdZoomTopOut {
|
|
767
|
+
0% {
|
|
768
|
+
-webkit-transform: scale(1);
|
|
769
|
+
transform: scale(1);
|
|
770
|
+
-webkit-transform-origin: 50% 0%;
|
|
771
|
+
transform-origin: 50% 0%;
|
|
772
|
+
opacity: 1;
|
|
773
|
+
}
|
|
774
|
+
100% {
|
|
775
|
+
-webkit-transform: scale(0.6);
|
|
776
|
+
transform: scale(0.6);
|
|
777
|
+
-webkit-transform-origin: 50% 0%;
|
|
778
|
+
transform-origin: 50% 0%;
|
|
779
|
+
opacity: 0;
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
@-webkit-keyframes kdZoomLeftIn {
|
|
783
|
+
0% {
|
|
784
|
+
opacity: 0;
|
|
785
|
+
}
|
|
786
|
+
5% {
|
|
787
|
+
-webkit-transform: scale(0.6);
|
|
788
|
+
transform: scale(0.6);
|
|
789
|
+
-webkit-transform-origin: 0% 50%;
|
|
790
|
+
transform-origin: 0% 50%;
|
|
791
|
+
}
|
|
792
|
+
100% {
|
|
793
|
+
-webkit-transform: scale(1);
|
|
794
|
+
transform: scale(1);
|
|
795
|
+
-webkit-transform-origin: 0% 50%;
|
|
796
|
+
transform-origin: 0% 50%;
|
|
797
|
+
opacity: 1;
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
@keyframes kdZoomLeftIn {
|
|
801
|
+
0% {
|
|
802
|
+
opacity: 0;
|
|
803
|
+
}
|
|
804
|
+
5% {
|
|
805
|
+
-webkit-transform: scale(0.6);
|
|
806
|
+
transform: scale(0.6);
|
|
807
|
+
-webkit-transform-origin: 0% 50%;
|
|
808
|
+
transform-origin: 0% 50%;
|
|
809
|
+
}
|
|
810
|
+
100% {
|
|
811
|
+
-webkit-transform: scale(1);
|
|
812
|
+
transform: scale(1);
|
|
813
|
+
-webkit-transform-origin: 0% 50%;
|
|
814
|
+
transform-origin: 0% 50%;
|
|
815
|
+
opacity: 1;
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
@-webkit-keyframes kdZoomLeftOut {
|
|
819
|
+
0% {
|
|
820
|
+
-webkit-transform: scale(1);
|
|
821
|
+
transform: scale(1);
|
|
822
|
+
-webkit-transform-origin: 0% 50%;
|
|
823
|
+
transform-origin: 0% 50%;
|
|
824
|
+
opacity: 1;
|
|
825
|
+
}
|
|
826
|
+
100% {
|
|
827
|
+
-webkit-transform: scale(0.6);
|
|
828
|
+
transform: scale(0.6);
|
|
829
|
+
-webkit-transform-origin: 0% 50%;
|
|
830
|
+
transform-origin: 0% 50%;
|
|
831
|
+
opacity: 0;
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
@keyframes kdZoomLeftOut {
|
|
835
|
+
0% {
|
|
836
|
+
-webkit-transform: scale(1);
|
|
837
|
+
transform: scale(1);
|
|
838
|
+
-webkit-transform-origin: 0% 50%;
|
|
839
|
+
transform-origin: 0% 50%;
|
|
840
|
+
opacity: 1;
|
|
841
|
+
}
|
|
842
|
+
100% {
|
|
843
|
+
-webkit-transform: scale(0.6);
|
|
844
|
+
transform: scale(0.6);
|
|
845
|
+
-webkit-transform-origin: 0% 50%;
|
|
846
|
+
transform-origin: 0% 50%;
|
|
847
|
+
opacity: 0;
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
@-webkit-keyframes kdZoomLeftBottomIn {
|
|
851
|
+
0% {
|
|
852
|
+
opacity: 0;
|
|
853
|
+
}
|
|
854
|
+
5% {
|
|
855
|
+
-webkit-transform: scale(0.6);
|
|
856
|
+
transform: scale(0.6);
|
|
857
|
+
-webkit-transform-origin: 0% 100%;
|
|
858
|
+
transform-origin: 0% 100%;
|
|
859
|
+
}
|
|
860
|
+
100% {
|
|
861
|
+
-webkit-transform: scale(1);
|
|
862
|
+
transform: scale(1);
|
|
863
|
+
-webkit-transform-origin: 0% 100%;
|
|
864
|
+
transform-origin: 0% 100%;
|
|
865
|
+
opacity: 1;
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
@keyframes kdZoomLeftBottomIn {
|
|
869
|
+
0% {
|
|
870
|
+
opacity: 0;
|
|
871
|
+
}
|
|
872
|
+
5% {
|
|
873
|
+
-webkit-transform: scale(0.6);
|
|
874
|
+
transform: scale(0.6);
|
|
875
|
+
-webkit-transform-origin: 0% 100%;
|
|
876
|
+
transform-origin: 0% 100%;
|
|
877
|
+
}
|
|
878
|
+
100% {
|
|
879
|
+
-webkit-transform: scale(1);
|
|
880
|
+
transform: scale(1);
|
|
881
|
+
-webkit-transform-origin: 0% 100%;
|
|
882
|
+
transform-origin: 0% 100%;
|
|
883
|
+
opacity: 1;
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
@-webkit-keyframes kdZoomLeftBottomOut {
|
|
887
|
+
0% {
|
|
888
|
+
-webkit-transform: scale(1);
|
|
889
|
+
transform: scale(1);
|
|
890
|
+
-webkit-transform-origin: 0% 100%;
|
|
891
|
+
transform-origin: 0% 100%;
|
|
892
|
+
opacity: 1;
|
|
893
|
+
}
|
|
894
|
+
100% {
|
|
895
|
+
-webkit-transform: scale(0.6);
|
|
896
|
+
transform: scale(0.6);
|
|
897
|
+
-webkit-transform-origin: 0% 100%;
|
|
898
|
+
transform-origin: 0% 100%;
|
|
899
|
+
opacity: 0;
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
@keyframes kdZoomLeftBottomOut {
|
|
903
|
+
0% {
|
|
904
|
+
-webkit-transform: scale(1);
|
|
905
|
+
transform: scale(1);
|
|
906
|
+
-webkit-transform-origin: 0% 100%;
|
|
907
|
+
transform-origin: 0% 100%;
|
|
908
|
+
opacity: 1;
|
|
909
|
+
}
|
|
910
|
+
100% {
|
|
911
|
+
-webkit-transform: scale(0.6);
|
|
912
|
+
transform: scale(0.6);
|
|
913
|
+
-webkit-transform-origin: 0% 100%;
|
|
914
|
+
transform-origin: 0% 100%;
|
|
915
|
+
opacity: 0;
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
@-webkit-keyframes kdZoomRightBottomIn {
|
|
919
|
+
0% {
|
|
920
|
+
opacity: 0;
|
|
921
|
+
}
|
|
922
|
+
5% {
|
|
923
|
+
-webkit-transform: scale(0.6);
|
|
924
|
+
transform: scale(0.6);
|
|
925
|
+
-webkit-transform-origin: 100% 100%;
|
|
926
|
+
transform-origin: 100% 100%;
|
|
927
|
+
}
|
|
928
|
+
100% {
|
|
929
|
+
-webkit-transform: scale(1);
|
|
930
|
+
transform: scale(1);
|
|
931
|
+
-webkit-transform-origin: 100% 100%;
|
|
932
|
+
transform-origin: 100% 100%;
|
|
933
|
+
opacity: 1;
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
@keyframes kdZoomRightBottomIn {
|
|
937
|
+
0% {
|
|
938
|
+
opacity: 0;
|
|
939
|
+
}
|
|
940
|
+
5% {
|
|
941
|
+
-webkit-transform: scale(0.6);
|
|
942
|
+
transform: scale(0.6);
|
|
943
|
+
-webkit-transform-origin: 100% 100%;
|
|
944
|
+
transform-origin: 100% 100%;
|
|
945
|
+
}
|
|
946
|
+
100% {
|
|
947
|
+
-webkit-transform: scale(1);
|
|
948
|
+
transform: scale(1);
|
|
949
|
+
-webkit-transform-origin: 100% 100%;
|
|
950
|
+
transform-origin: 100% 100%;
|
|
951
|
+
opacity: 1;
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
@-webkit-keyframes kdZoomRightBottomOut {
|
|
955
|
+
0% {
|
|
956
|
+
-webkit-transform: scale(1);
|
|
957
|
+
transform: scale(1);
|
|
958
|
+
-webkit-transform-origin: 100% 100%;
|
|
959
|
+
transform-origin: 100% 100%;
|
|
960
|
+
opacity: 1;
|
|
961
|
+
}
|
|
962
|
+
100% {
|
|
963
|
+
-webkit-transform: scale(0.6);
|
|
964
|
+
transform: scale(0.6);
|
|
965
|
+
-webkit-transform-origin: 100% 100%;
|
|
966
|
+
transform-origin: 100% 100%;
|
|
967
|
+
opacity: 0;
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
@keyframes kdZoomRightBottomOut {
|
|
971
|
+
0% {
|
|
972
|
+
-webkit-transform: scale(1);
|
|
973
|
+
transform: scale(1);
|
|
974
|
+
-webkit-transform-origin: 100% 100%;
|
|
975
|
+
transform-origin: 100% 100%;
|
|
976
|
+
opacity: 1;
|
|
977
|
+
}
|
|
978
|
+
100% {
|
|
979
|
+
-webkit-transform: scale(0.6);
|
|
980
|
+
transform: scale(0.6);
|
|
981
|
+
-webkit-transform-origin: 100% 100%;
|
|
982
|
+
transform-origin: 100% 100%;
|
|
983
|
+
opacity: 0;
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
@-webkit-keyframes kdZoomTopRightIn {
|
|
987
|
+
0% {
|
|
988
|
+
opacity: 0;
|
|
989
|
+
}
|
|
990
|
+
5% {
|
|
991
|
+
-webkit-transform: scale(0.6);
|
|
992
|
+
transform: scale(0.6);
|
|
993
|
+
-webkit-transform-origin: 100% 0%;
|
|
994
|
+
transform-origin: 100% 0%;
|
|
995
|
+
}
|
|
996
|
+
100% {
|
|
997
|
+
-webkit-transform: scale(1);
|
|
998
|
+
transform: scale(1);
|
|
999
|
+
-webkit-transform-origin: 100% 0%;
|
|
1000
|
+
transform-origin: 100% 0%;
|
|
1001
|
+
opacity: 1;
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
@keyframes kdZoomTopRightIn {
|
|
1005
|
+
0% {
|
|
1006
|
+
opacity: 0;
|
|
1007
|
+
}
|
|
1008
|
+
5% {
|
|
1009
|
+
-webkit-transform: scale(0.6);
|
|
1010
|
+
transform: scale(0.6);
|
|
1011
|
+
-webkit-transform-origin: 100% 0%;
|
|
1012
|
+
transform-origin: 100% 0%;
|
|
1013
|
+
}
|
|
1014
|
+
100% {
|
|
1015
|
+
-webkit-transform: scale(1);
|
|
1016
|
+
transform: scale(1);
|
|
1017
|
+
-webkit-transform-origin: 100% 0%;
|
|
1018
|
+
transform-origin: 100% 0%;
|
|
1019
|
+
opacity: 1;
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
@-webkit-keyframes kdZoomTopRightOut {
|
|
1023
|
+
0% {
|
|
1024
|
+
-webkit-transform: scale(1);
|
|
1025
|
+
transform: scale(1);
|
|
1026
|
+
-webkit-transform-origin: 100% 0%;
|
|
1027
|
+
transform-origin: 100% 0%;
|
|
1028
|
+
opacity: 1;
|
|
1029
|
+
}
|
|
1030
|
+
100% {
|
|
1031
|
+
-webkit-transform: scale(0.6);
|
|
1032
|
+
transform: scale(0.6);
|
|
1033
|
+
-webkit-transform-origin: 100% 0%;
|
|
1034
|
+
transform-origin: 100% 0%;
|
|
1035
|
+
opacity: 0;
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
@keyframes kdZoomTopRightOut {
|
|
1039
|
+
0% {
|
|
1040
|
+
-webkit-transform: scale(1);
|
|
1041
|
+
transform: scale(1);
|
|
1042
|
+
-webkit-transform-origin: 100% 0%;
|
|
1043
|
+
transform-origin: 100% 0%;
|
|
1044
|
+
opacity: 1;
|
|
1045
|
+
}
|
|
1046
|
+
100% {
|
|
1047
|
+
-webkit-transform: scale(0.6);
|
|
1048
|
+
transform: scale(0.6);
|
|
1049
|
+
-webkit-transform-origin: 100% 0%;
|
|
1050
|
+
transform-origin: 100% 0%;
|
|
1051
|
+
opacity: 0;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
@-webkit-keyframes kdZoomTopLeftIn {
|
|
1055
|
+
0% {
|
|
1056
|
+
opacity: 0;
|
|
1057
|
+
}
|
|
1058
|
+
5% {
|
|
1059
|
+
-webkit-transform: scale(0.6);
|
|
1060
|
+
transform: scale(0.6);
|
|
1061
|
+
-webkit-transform-origin: 0% 0%;
|
|
1062
|
+
transform-origin: 0% 0%;
|
|
1063
|
+
}
|
|
1064
|
+
100% {
|
|
1065
|
+
-webkit-transform: scale(1);
|
|
1066
|
+
transform: scale(1);
|
|
1067
|
+
-webkit-transform-origin: 0% 0%;
|
|
1068
|
+
transform-origin: 0% 0%;
|
|
1069
|
+
opacity: 1;
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
@keyframes kdZoomTopLeftIn {
|
|
1073
|
+
0% {
|
|
1074
|
+
opacity: 0;
|
|
1075
|
+
}
|
|
1076
|
+
5% {
|
|
1077
|
+
-webkit-transform: scale(0.6);
|
|
1078
|
+
transform: scale(0.6);
|
|
1079
|
+
-webkit-transform-origin: 0% 0%;
|
|
1080
|
+
transform-origin: 0% 0%;
|
|
1081
|
+
}
|
|
1082
|
+
100% {
|
|
1083
|
+
-webkit-transform: scale(1);
|
|
1084
|
+
transform: scale(1);
|
|
1085
|
+
-webkit-transform-origin: 0% 0%;
|
|
1086
|
+
transform-origin: 0% 0%;
|
|
1087
|
+
opacity: 1;
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
@-webkit-keyframes kdZoomTopLeftOut {
|
|
1091
|
+
0% {
|
|
1092
|
+
-webkit-transform: scale(1);
|
|
1093
|
+
transform: scale(1);
|
|
1094
|
+
-webkit-transform-origin: 0% 0%;
|
|
1095
|
+
transform-origin: 0% 0%;
|
|
1096
|
+
opacity: 1;
|
|
1097
|
+
}
|
|
1098
|
+
100% {
|
|
1099
|
+
-webkit-transform: scale(0.6);
|
|
1100
|
+
transform: scale(0.6);
|
|
1101
|
+
-webkit-transform-origin: 0% 0%;
|
|
1102
|
+
transform-origin: 0% 0%;
|
|
1103
|
+
opacity: 0;
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
@keyframes kdZoomTopLeftOut {
|
|
1107
|
+
0% {
|
|
1108
|
+
-webkit-transform: scale(1);
|
|
1109
|
+
transform: scale(1);
|
|
1110
|
+
-webkit-transform-origin: 0% 0%;
|
|
1111
|
+
transform-origin: 0% 0%;
|
|
1112
|
+
opacity: 1;
|
|
1113
|
+
}
|
|
1114
|
+
100% {
|
|
1115
|
+
-webkit-transform: scale(0.6);
|
|
1116
|
+
transform: scale(0.6);
|
|
1117
|
+
-webkit-transform-origin: 0% 0%;
|
|
1118
|
+
transform-origin: 0% 0%;
|
|
1119
|
+
opacity: 0;
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
.kd-dropdown.topLeft-active {
|
|
1123
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1124
|
+
animation-name: kdSlideDownIn;
|
|
1125
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1126
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1127
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1128
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1129
|
+
}
|
|
1130
|
+
.kd-dropdown.topLeft.hidden {
|
|
1131
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1132
|
+
animation-name: kdSlideDownOut;
|
|
1133
|
+
-webkit-animation-duration: 0.1s;
|
|
1134
|
+
animation-duration: 0.1s;
|
|
1135
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1136
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1137
|
+
}
|
|
1138
|
+
.kd-dropdown.top-active {
|
|
1139
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1140
|
+
animation-name: kdSlideDownIn;
|
|
1141
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1142
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1143
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1144
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1145
|
+
}
|
|
1146
|
+
.kd-dropdown.top.hidden {
|
|
1147
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1148
|
+
animation-name: kdSlideDownOut;
|
|
1149
|
+
-webkit-animation-duration: 0.1s;
|
|
1150
|
+
animation-duration: 0.1s;
|
|
1151
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1152
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1153
|
+
}
|
|
1154
|
+
.kd-dropdown.topRight-active {
|
|
1155
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1156
|
+
animation-name: kdSlideDownIn;
|
|
1157
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1158
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1159
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1160
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1161
|
+
}
|
|
1162
|
+
.kd-dropdown.topRight.hidden {
|
|
1163
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1164
|
+
animation-name: kdSlideDownOut;
|
|
1165
|
+
-webkit-animation-duration: 0.1s;
|
|
1166
|
+
animation-duration: 0.1s;
|
|
1167
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1168
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1169
|
+
}
|
|
1170
|
+
.kd-dropdown.leftBottom-active {
|
|
1171
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1172
|
+
animation-name: kdSlideDownIn;
|
|
1173
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1174
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1175
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1176
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1177
|
+
}
|
|
1178
|
+
.kd-dropdown.leftBottom.hidden {
|
|
1179
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1180
|
+
animation-name: kdSlideDownOut;
|
|
1181
|
+
-webkit-animation-duration: 0.1s;
|
|
1182
|
+
animation-duration: 0.1s;
|
|
1183
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1184
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1185
|
+
}
|
|
1186
|
+
.kd-dropdown.rightBottom-active {
|
|
1187
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1188
|
+
animation-name: kdSlideDownIn;
|
|
1189
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1190
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1191
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1192
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1193
|
+
}
|
|
1194
|
+
.kd-dropdown.rightBottom.hidden {
|
|
1195
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1196
|
+
animation-name: kdSlideDownOut;
|
|
1197
|
+
-webkit-animation-duration: 0.1s;
|
|
1198
|
+
animation-duration: 0.1s;
|
|
1199
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1200
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1201
|
+
}
|
|
1202
|
+
.kd-dropdown.left-active {
|
|
1203
|
+
-webkit-animation-name: kdSlideCenterIn;
|
|
1204
|
+
animation-name: kdSlideCenterIn;
|
|
1205
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1206
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1207
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1208
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1209
|
+
}
|
|
1210
|
+
.kd-dropdown.left.hidden {
|
|
1211
|
+
-webkit-animation-name: kdSlideCenterOut;
|
|
1212
|
+
animation-name: kdSlideCenterOut;
|
|
1213
|
+
-webkit-animation-duration: 0.1s;
|
|
1214
|
+
animation-duration: 0.1s;
|
|
1215
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1216
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1217
|
+
}
|
|
1218
|
+
.kd-dropdown.right-active {
|
|
1219
|
+
-webkit-animation-name: kdSlideCenterIn;
|
|
1220
|
+
animation-name: kdSlideCenterIn;
|
|
1221
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1222
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1223
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1224
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1225
|
+
}
|
|
1226
|
+
.kd-dropdown.right.hidden {
|
|
1227
|
+
-webkit-animation-name: kdSlideCenterOut;
|
|
1228
|
+
animation-name: kdSlideCenterOut;
|
|
1229
|
+
-webkit-animation-duration: 0.1s;
|
|
1230
|
+
animation-duration: 0.1s;
|
|
1231
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1232
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1233
|
+
}
|
|
1234
|
+
.kd-dropdown.leftTop-active {
|
|
1235
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1236
|
+
animation-name: kdSlideUpIn;
|
|
1237
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1238
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1239
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1240
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1241
|
+
}
|
|
1242
|
+
.kd-dropdown.leftTop.hidden {
|
|
1243
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1244
|
+
animation-name: kdSlideUpOut;
|
|
1245
|
+
-webkit-animation-duration: 0.1s;
|
|
1246
|
+
animation-duration: 0.1s;
|
|
1247
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1248
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1249
|
+
}
|
|
1250
|
+
.kd-dropdown.bottomLeft-active {
|
|
1251
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1252
|
+
animation-name: kdSlideUpIn;
|
|
1253
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1254
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1255
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1256
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1257
|
+
}
|
|
1258
|
+
.kd-dropdown.bottomLeft.hidden {
|
|
1259
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1260
|
+
animation-name: kdSlideUpOut;
|
|
1261
|
+
-webkit-animation-duration: 0.1s;
|
|
1262
|
+
animation-duration: 0.1s;
|
|
1263
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1264
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1265
|
+
}
|
|
1266
|
+
.kd-dropdown.bottom-active {
|
|
1267
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1268
|
+
animation-name: kdSlideUpIn;
|
|
1269
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1270
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1271
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1272
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1273
|
+
}
|
|
1274
|
+
.kd-dropdown.bottom.hidden {
|
|
1275
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1276
|
+
animation-name: kdSlideUpOut;
|
|
1277
|
+
-webkit-animation-duration: 0.1s;
|
|
1278
|
+
animation-duration: 0.1s;
|
|
1279
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1280
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1281
|
+
}
|
|
1282
|
+
.kd-dropdown.bottomRight-active {
|
|
1283
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1284
|
+
animation-name: kdSlideUpIn;
|
|
1285
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1286
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1287
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1288
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1289
|
+
}
|
|
1290
|
+
.kd-dropdown.bottomRight.hidden {
|
|
1291
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1292
|
+
animation-name: kdSlideUpOut;
|
|
1293
|
+
-webkit-animation-duration: 0.1s;
|
|
1294
|
+
animation-duration: 0.1s;
|
|
1295
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1296
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1297
|
+
}
|
|
1298
|
+
.kd-dropdown.rightTop-active {
|
|
1299
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1300
|
+
animation-name: kdSlideUpIn;
|
|
1301
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1302
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1303
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1304
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1305
|
+
}
|
|
1306
|
+
.kd-dropdown.rightTop.hidden {
|
|
1307
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1308
|
+
animation-name: kdSlideUpOut;
|
|
1309
|
+
-webkit-animation-duration: 0.1s;
|
|
1310
|
+
animation-duration: 0.1s;
|
|
1311
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1312
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1313
|
+
}
|
|
1314
|
+
.kd-cascader-menus.topLeft-active {
|
|
1315
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1316
|
+
animation-name: kdSlideDownIn;
|
|
1317
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1318
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1319
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1320
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1321
|
+
}
|
|
1322
|
+
.kd-cascader-menus.topLeft.hidden {
|
|
1323
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1324
|
+
animation-name: kdSlideDownOut;
|
|
1325
|
+
-webkit-animation-duration: 0.1s;
|
|
1326
|
+
animation-duration: 0.1s;
|
|
1327
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1328
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1329
|
+
}
|
|
1330
|
+
.kd-cascader-menus.bottomLeft-active {
|
|
1331
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1332
|
+
animation-name: kdSlideUpIn;
|
|
1333
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1334
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1335
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1336
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1337
|
+
}
|
|
1338
|
+
.kd-cascader-menus.bottomLeft.hidden {
|
|
1339
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1340
|
+
animation-name: kdSlideUpOut;
|
|
1341
|
+
-webkit-animation-duration: 0.1s;
|
|
1342
|
+
animation-duration: 0.1s;
|
|
1343
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1344
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1345
|
+
}
|
|
1346
|
+
.kd-select.topLeft-active {
|
|
1347
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1348
|
+
animation-name: kdSlideDownIn;
|
|
1349
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1350
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1351
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1352
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1353
|
+
}
|
|
1354
|
+
.kd-select.topLeft.hidden {
|
|
1355
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1356
|
+
animation-name: kdSlideDownOut;
|
|
1357
|
+
-webkit-animation-duration: 0.1s;
|
|
1358
|
+
animation-duration: 0.1s;
|
|
1359
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1360
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1361
|
+
}
|
|
1362
|
+
.kd-select.bottomLeft-active {
|
|
1363
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1364
|
+
animation-name: kdSlideUpIn;
|
|
1365
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1366
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1367
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1368
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1369
|
+
}
|
|
1370
|
+
.kd-select.bottomLeft.hidden {
|
|
1371
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1372
|
+
animation-name: kdSlideUpOut;
|
|
1373
|
+
-webkit-animation-duration: 0.1s;
|
|
1374
|
+
animation-duration: 0.1s;
|
|
1375
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1376
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1377
|
+
}
|
|
1378
|
+
.kd-date-picker-panel.topLeft-active {
|
|
1379
|
+
-webkit-animation-name: kdSlideDownIn;
|
|
1380
|
+
animation-name: kdSlideDownIn;
|
|
1381
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1382
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1383
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1384
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1385
|
+
}
|
|
1386
|
+
.kd-date-picker-panel.topLeft.hidden {
|
|
1387
|
+
-webkit-animation-name: kdSlideDownOut;
|
|
1388
|
+
animation-name: kdSlideDownOut;
|
|
1389
|
+
-webkit-animation-duration: 0.1s;
|
|
1390
|
+
animation-duration: 0.1s;
|
|
1391
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1392
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1393
|
+
}
|
|
1394
|
+
.kd-date-picker-panel.bottomLeft-active {
|
|
1395
|
+
-webkit-animation-name: kdSlideUpIn;
|
|
1396
|
+
animation-name: kdSlideUpIn;
|
|
1397
|
+
-webkit-animation-duration: calc(0.3s - 0.1s);
|
|
1398
|
+
animation-duration: calc(0.3s - 0.1s);
|
|
1399
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1400
|
+
animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
|
|
1401
|
+
}
|
|
1402
|
+
.kd-date-picker-panel.bottomLeft.hidden {
|
|
1403
|
+
-webkit-animation-name: kdSlideUpOut;
|
|
1404
|
+
animation-name: kdSlideUpOut;
|
|
1405
|
+
-webkit-animation-duration: 0.1s;
|
|
1406
|
+
animation-duration: 0.1s;
|
|
1407
|
+
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1408
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
|
|
1409
|
+
}
|
|
1410
|
+
@-webkit-keyframes kdSlideCenterIn {
|
|
1411
|
+
0% {
|
|
1412
|
+
opacity: 0;
|
|
1413
|
+
}
|
|
1414
|
+
5% {
|
|
1415
|
+
-webkit-transform: scaleY(0.6);
|
|
1416
|
+
transform: scaleY(0.6);
|
|
1417
|
+
-webkit-transform-origin: 100% 50%;
|
|
1418
|
+
transform-origin: 100% 50%;
|
|
1419
|
+
}
|
|
1420
|
+
100% {
|
|
1421
|
+
-webkit-transform: scaleY(1);
|
|
1422
|
+
transform: scaleY(1);
|
|
1423
|
+
-webkit-transform-origin: 100% 50%;
|
|
1424
|
+
transform-origin: 100% 50%;
|
|
1425
|
+
opacity: 1;
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
@keyframes kdSlideCenterIn {
|
|
1429
|
+
0% {
|
|
1430
|
+
opacity: 0;
|
|
1431
|
+
}
|
|
1432
|
+
5% {
|
|
1433
|
+
-webkit-transform: scaleY(0.6);
|
|
1434
|
+
transform: scaleY(0.6);
|
|
1435
|
+
-webkit-transform-origin: 100% 50%;
|
|
1436
|
+
transform-origin: 100% 50%;
|
|
1437
|
+
}
|
|
1438
|
+
100% {
|
|
1439
|
+
-webkit-transform: scaleY(1);
|
|
1440
|
+
transform: scaleY(1);
|
|
1441
|
+
-webkit-transform-origin: 100% 50%;
|
|
1442
|
+
transform-origin: 100% 50%;
|
|
1443
|
+
opacity: 1;
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
@-webkit-keyframes kdSlideCenterOut {
|
|
1447
|
+
0% {
|
|
1448
|
+
opacity: 1;
|
|
1449
|
+
}
|
|
1450
|
+
5% {
|
|
1451
|
+
-webkit-transform: scaleY(1);
|
|
1452
|
+
transform: scaleY(1);
|
|
1453
|
+
-webkit-transform-origin: 100% 50%;
|
|
1454
|
+
transform-origin: 100% 50%;
|
|
1455
|
+
}
|
|
1456
|
+
100% {
|
|
1457
|
+
-webkit-transform: scaleY(0.6);
|
|
1458
|
+
transform: scaleY(0.6);
|
|
1459
|
+
-webkit-transform-origin: 100% 50%;
|
|
1460
|
+
transform-origin: 100% 50%;
|
|
1461
|
+
opacity: 0;
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
@keyframes kdSlideCenterOut {
|
|
1465
|
+
0% {
|
|
1466
|
+
opacity: 1;
|
|
1467
|
+
}
|
|
1468
|
+
5% {
|
|
1469
|
+
-webkit-transform: scaleY(1);
|
|
1470
|
+
transform: scaleY(1);
|
|
1471
|
+
-webkit-transform-origin: 100% 50%;
|
|
1472
|
+
transform-origin: 100% 50%;
|
|
1473
|
+
}
|
|
1474
|
+
100% {
|
|
1475
|
+
-webkit-transform: scaleY(0.6);
|
|
1476
|
+
transform: scaleY(0.6);
|
|
1477
|
+
-webkit-transform-origin: 100% 50%;
|
|
1478
|
+
transform-origin: 100% 50%;
|
|
1479
|
+
opacity: 0;
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
@-webkit-keyframes kdSlideUpIn {
|
|
1483
|
+
0% {
|
|
1484
|
+
opacity: 0;
|
|
1485
|
+
}
|
|
1486
|
+
5% {
|
|
1487
|
+
-webkit-transform: scaleY(0.6);
|
|
1488
|
+
transform: scaleY(0.6);
|
|
1489
|
+
-webkit-transform-origin: 0% 0%;
|
|
1490
|
+
transform-origin: 0% 0%;
|
|
1491
|
+
}
|
|
1492
|
+
100% {
|
|
1493
|
+
-webkit-transform: scaleY(1);
|
|
1494
|
+
transform: scaleY(1);
|
|
1495
|
+
-webkit-transform-origin: 0% 0%;
|
|
1496
|
+
transform-origin: 0% 0%;
|
|
1497
|
+
opacity: 1;
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
@keyframes kdSlideUpIn {
|
|
1501
|
+
0% {
|
|
1502
|
+
opacity: 0;
|
|
1503
|
+
}
|
|
1504
|
+
5% {
|
|
1505
|
+
-webkit-transform: scaleY(0.6);
|
|
1506
|
+
transform: scaleY(0.6);
|
|
1507
|
+
-webkit-transform-origin: 0% 0%;
|
|
1508
|
+
transform-origin: 0% 0%;
|
|
1509
|
+
}
|
|
1510
|
+
100% {
|
|
1511
|
+
-webkit-transform: scaleY(1);
|
|
1512
|
+
transform: scaleY(1);
|
|
1513
|
+
-webkit-transform-origin: 0% 0%;
|
|
1514
|
+
transform-origin: 0% 0%;
|
|
1515
|
+
opacity: 1;
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
@-webkit-keyframes kdSlideUpOut {
|
|
1519
|
+
0% {
|
|
1520
|
+
-webkit-transform: scaleY(1);
|
|
1521
|
+
transform: scaleY(1);
|
|
1522
|
+
-webkit-transform-origin: 0% 0%;
|
|
1523
|
+
transform-origin: 0% 0%;
|
|
1524
|
+
opacity: 1;
|
|
1525
|
+
}
|
|
1526
|
+
100% {
|
|
1527
|
+
-webkit-transform: scaleY(0.8);
|
|
1528
|
+
transform: scaleY(0.8);
|
|
1529
|
+
-webkit-transform-origin: 0% 0%;
|
|
1530
|
+
transform-origin: 0% 0%;
|
|
1531
|
+
opacity: 0;
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
@keyframes kdSlideUpOut {
|
|
1535
|
+
0% {
|
|
1536
|
+
-webkit-transform: scaleY(1);
|
|
1537
|
+
transform: scaleY(1);
|
|
1538
|
+
-webkit-transform-origin: 0% 0%;
|
|
1539
|
+
transform-origin: 0% 0%;
|
|
1540
|
+
opacity: 1;
|
|
1541
|
+
}
|
|
1542
|
+
100% {
|
|
1543
|
+
-webkit-transform: scaleY(0.8);
|
|
1544
|
+
transform: scaleY(0.8);
|
|
1545
|
+
-webkit-transform-origin: 0% 0%;
|
|
1546
|
+
transform-origin: 0% 0%;
|
|
1547
|
+
opacity: 0;
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
@-webkit-keyframes kdSlideDownIn {
|
|
1551
|
+
0% {
|
|
1552
|
+
opacity: 0;
|
|
1553
|
+
}
|
|
1554
|
+
5% {
|
|
1555
|
+
-webkit-transform: scaleY(0.6);
|
|
1556
|
+
transform: scaleY(0.6);
|
|
1557
|
+
-webkit-transform-origin: 100% 100%;
|
|
1558
|
+
transform-origin: 100% 100%;
|
|
1559
|
+
}
|
|
1560
|
+
100% {
|
|
1561
|
+
-webkit-transform: scaleY(1);
|
|
1562
|
+
transform: scaleY(1);
|
|
1563
|
+
-webkit-transform-origin: 100% 100%;
|
|
1564
|
+
transform-origin: 100% 100%;
|
|
1565
|
+
opacity: 1;
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
@keyframes kdSlideDownIn {
|
|
1569
|
+
0% {
|
|
1570
|
+
opacity: 0;
|
|
1571
|
+
}
|
|
1572
|
+
5% {
|
|
1573
|
+
-webkit-transform: scaleY(0.6);
|
|
1574
|
+
transform: scaleY(0.6);
|
|
1575
|
+
-webkit-transform-origin: 100% 100%;
|
|
1576
|
+
transform-origin: 100% 100%;
|
|
1577
|
+
}
|
|
1578
|
+
100% {
|
|
1579
|
+
-webkit-transform: scaleY(1);
|
|
1580
|
+
transform: scaleY(1);
|
|
1581
|
+
-webkit-transform-origin: 100% 100%;
|
|
1582
|
+
transform-origin: 100% 100%;
|
|
1583
|
+
opacity: 1;
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
@-webkit-keyframes kdSlideDownOut {
|
|
1587
|
+
0% {
|
|
1588
|
+
-webkit-transform: scaleY(1);
|
|
1589
|
+
transform: scaleY(1);
|
|
1590
|
+
-webkit-transform-origin: 100% 100%;
|
|
1591
|
+
transform-origin: 100% 100%;
|
|
1592
|
+
opacity: 1;
|
|
1593
|
+
}
|
|
1594
|
+
100% {
|
|
1595
|
+
-webkit-transform: scaleY(0.8);
|
|
1596
|
+
transform: scaleY(0.8);
|
|
1597
|
+
-webkit-transform-origin: 100% 100%;
|
|
1598
|
+
transform-origin: 100% 100%;
|
|
1599
|
+
opacity: 0;
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
@keyframes kdSlideDownOut {
|
|
1603
|
+
0% {
|
|
1604
|
+
-webkit-transform: scaleY(1);
|
|
1605
|
+
transform: scaleY(1);
|
|
1606
|
+
-webkit-transform-origin: 100% 100%;
|
|
1607
|
+
transform-origin: 100% 100%;
|
|
1608
|
+
opacity: 1;
|
|
1609
|
+
}
|
|
1610
|
+
100% {
|
|
1611
|
+
-webkit-transform: scaleY(0.8);
|
|
1612
|
+
transform: scaleY(0.8);
|
|
1613
|
+
-webkit-transform-origin: 100% 100%;
|
|
1614
|
+
transform-origin: 100% 100%;
|
|
1615
|
+
opacity: 0;
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
1619
|
+
/* normalize.css 和现有产品的结合版本, 根据兼容性进行了调整 */
|
|
1620
|
+
/* Document
|
|
1621
|
+
========================================================================== */
|
|
1622
|
+
/* Sections
|
|
1623
|
+
========================================================================== */
|
|
1624
|
+
/**
|
|
1625
|
+
* Remove the margin in all browsers.
|
|
1626
|
+
*/
|
|
1627
|
+
html,
|
|
1628
|
+
body {
|
|
1629
|
+
height: 100%;
|
|
1630
|
+
padding: 0;
|
|
1631
|
+
margin: 0;
|
|
1632
|
+
font-size: 12px;
|
|
1633
|
+
}
|
|
1634
|
+
html,
|
|
1635
|
+
body,
|
|
1636
|
+
input,
|
|
1637
|
+
textarea,
|
|
1638
|
+
select,
|
|
1639
|
+
button {
|
|
1640
|
+
font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
|
|
1641
|
+
}
|
|
1642
|
+
body {
|
|
1643
|
+
-webkit-box-sizing: border-box;
|
|
1644
|
+
box-sizing: border-box;
|
|
1645
|
+
}
|
|
1646
|
+
/**
|
|
1647
|
+
* Remove the gray background on active links in IE 10.
|
|
1648
|
+
*/
|
|
1649
|
+
a {
|
|
1650
|
+
background-color: transparent;
|
|
1651
|
+
}
|
|
1652
|
+
/* Forms
|
|
1653
|
+
========================================================================== */
|
|
1654
|
+
/**
|
|
1655
|
+
*/
|
|
1656
|
+
input {
|
|
1657
|
+
padding: 0;
|
|
1658
|
+
margin: 0;
|
|
1659
|
+
}
|
|
1660
|
+
/**
|
|
1661
|
+
* 1. Change the font styles in all browsers.
|
|
1662
|
+
* 2. Remove the margin in Firefox and Safari.
|
|
1663
|
+
*/
|
|
1664
|
+
button,
|
|
1665
|
+
input,
|
|
1666
|
+
optgroup,
|
|
1667
|
+
select,
|
|
1668
|
+
textarea {
|
|
1669
|
+
margin: 0;
|
|
1670
|
+
/* 2 */
|
|
1671
|
+
}
|
|
1672
|
+
/**
|
|
1673
|
+
* Show the overflow in IE.
|
|
1674
|
+
* 1. Show the overflow in Edge.
|
|
1675
|
+
*/
|
|
1676
|
+
button,
|
|
1677
|
+
input {
|
|
1678
|
+
/* 1 */
|
|
1679
|
+
overflow: visible;
|
|
1680
|
+
}
|
|
1681
|
+
/**
|
|
1682
|
+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
1683
|
+
* 1. Remove the inheritance of text transform in Firefox.
|
|
1684
|
+
*/
|
|
1685
|
+
button,
|
|
1686
|
+
select {
|
|
1687
|
+
/* 1 */
|
|
1688
|
+
text-transform: none;
|
|
1689
|
+
}
|
|
1690
|
+
/**
|
|
1691
|
+
* Correct the inability to style clickable types in iOS and Safari.
|
|
1692
|
+
*/
|
|
1693
|
+
button,
|
|
1694
|
+
[type='button'],
|
|
1695
|
+
[type='reset'],
|
|
1696
|
+
[type='submit'] {
|
|
1697
|
+
-webkit-appearance: button;
|
|
1698
|
+
}
|
|
1699
|
+
/**
|
|
1700
|
+
* Remove the inner border and padding in Firefox.
|
|
1701
|
+
*/
|
|
1702
|
+
button::-moz-focus-inner,
|
|
1703
|
+
[type='button']::-moz-focus-inner,
|
|
1704
|
+
[type='reset']::-moz-focus-inner,
|
|
1705
|
+
[type='submit']::-moz-focus-inner {
|
|
1706
|
+
border-style: none;
|
|
1707
|
+
padding: 0;
|
|
1708
|
+
}
|
|
1709
|
+
/**
|
|
1710
|
+
* Restore the focus styles unset by the previous rule.
|
|
1711
|
+
*/
|
|
1712
|
+
button:-moz-focusring,
|
|
1713
|
+
[type='button']:-moz-focusring,
|
|
1714
|
+
[type='reset']:-moz-focusring,
|
|
1715
|
+
[type='submit']:-moz-focusring {
|
|
1716
|
+
outline: 1px dotted ButtonText;
|
|
1717
|
+
}
|
|
1718
|
+
/**
|
|
1719
|
+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
1720
|
+
*/
|
|
1721
|
+
progress {
|
|
1722
|
+
vertical-align: baseline;
|
|
1723
|
+
}
|
|
1724
|
+
/**
|
|
1725
|
+
* Remove the default vertical scrollbar in IE 10+.
|
|
1726
|
+
*/
|
|
1727
|
+
textarea {
|
|
1728
|
+
overflow: auto;
|
|
1729
|
+
}
|
|
1730
|
+
/**
|
|
1731
|
+
* 1. Add the correct box sizing in IE 10.
|
|
1732
|
+
* 2. Remove the padding in IE 10.
|
|
1733
|
+
*/
|
|
1734
|
+
[type='checkbox'],
|
|
1735
|
+
[type='radio'] {
|
|
1736
|
+
-webkit-box-sizing: border-box;
|
|
1737
|
+
box-sizing: border-box;
|
|
1738
|
+
/* 1 */
|
|
1739
|
+
padding: 0;
|
|
1740
|
+
/* 2 */
|
|
1741
|
+
}
|
|
1742
|
+
/**
|
|
1743
|
+
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
1744
|
+
*/
|
|
1745
|
+
[type='number']::-webkit-inner-spin-button,
|
|
1746
|
+
[type='number']::-webkit-outer-spin-button {
|
|
1747
|
+
height: auto;
|
|
1748
|
+
}
|
|
1749
|
+
/**
|
|
1750
|
+
* 1. Correct the odd appearance in Chrome and Safari.
|
|
1751
|
+
* 2. Correct the outline style in Safari.
|
|
1752
|
+
*/
|
|
1753
|
+
[type='search'] {
|
|
1754
|
+
-webkit-appearance: textfield;
|
|
1755
|
+
/* 1 */
|
|
1756
|
+
outline-offset: -2px;
|
|
1757
|
+
/* 2 */
|
|
1758
|
+
}
|
|
1759
|
+
/**
|
|
1760
|
+
* Remove the inner padding in Chrome and Safari on macOS.
|
|
1761
|
+
*/
|
|
1762
|
+
[type='search']::-webkit-search-decoration {
|
|
1763
|
+
-webkit-appearance: none;
|
|
1764
|
+
}
|
|
1765
|
+
/* Misc
|
|
1766
|
+
========================================================================== */
|
|
1767
|
+
/**
|
|
1768
|
+
* Add the correct display in IE 10+.
|
|
1769
|
+
*/
|
|
1770
|
+
template {
|
|
1771
|
+
display: none;
|
|
1772
|
+
}
|
|
1773
|
+
/**
|
|
1774
|
+
* Add the correct display in IE 10.
|
|
1775
|
+
*/
|
|
1776
|
+
[hidden] {
|
|
1777
|
+
display: none;
|
|
1778
|
+
}
|
|
1779
|
+
/**
|
|
1780
|
+
* Reset scrollbar style
|
|
1781
|
+
*/
|
|
1782
|
+
::-webkit-scrollbar {
|
|
1783
|
+
width: 10px !important;
|
|
1784
|
+
height: 10px !important;
|
|
1785
|
+
}
|
|
1786
|
+
::-webkit-scrollbar-button {
|
|
1787
|
+
width: 0;
|
|
1788
|
+
height: 0;
|
|
1789
|
+
}
|
|
1790
|
+
::-webkit-scrollbar-corner {
|
|
1791
|
+
background: 0 0;
|
|
1792
|
+
}
|
|
1793
|
+
::-webkit-scrollbar-thumb {
|
|
1794
|
+
min-height: 28px;
|
|
1795
|
+
height: 5px;
|
|
1796
|
+
min-width: 2px;
|
|
1797
|
+
width: 5px;
|
|
1798
|
+
border-radius: 4px;
|
|
1799
|
+
border: dashed transparent;
|
|
1800
|
+
padding: 100px 0 0;
|
|
1801
|
+
border-width: 1px;
|
|
1802
|
+
background-color: #b2b2b2;
|
|
1803
|
+
background-clip: padding-box;
|
|
1804
|
+
}
|
|
1805
|
+
::-webkit-scrollbar-thumb:active {
|
|
1806
|
+
background-color: #999;
|
|
1807
|
+
}
|
|
1808
|
+
::-webkit-scrollbar-thumb:hover {
|
|
1809
|
+
background: #999;
|
|
1810
|
+
border-radius: 6;
|
|
1811
|
+
}
|
|
1812
|
+
::-webkit-scrollbar-track {
|
|
1813
|
+
border-radius: 10px;
|
|
1814
|
+
}
|