@fonixtree/magic-design 0.0.13 → 0.0.16
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/es/assets/fonts/.DS_Store +0 -0
- package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +299 -0
- package/es/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/es/assets/fonts/magic-box-iconfont.js +1 -0
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/assets/images/icon/index.js +68 -0
- package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/es/assets/images/layout-icon/layout-search.png +0 -0
- package/es/assets/images/layout-icon/newsletter.svg +7 -0
- package/es/assets/less/button.less +9 -0
- package/es/assets/less/common.less +82 -0
- package/es/assets/less/cylon-antd.less +32534 -0
- package/es/assets/less/font.less +50 -0
- package/es/assets/less/global.less +8 -0
- package/es/assets/less/index.less +11 -0
- package/es/assets/less/input.less +8 -0
- package/es/assets/less/menu.less +21 -0
- package/es/assets/less/modal.less +16 -0
- package/es/assets/less/select.less +19 -0
- package/es/assets/less/slider.less +21 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +40 -0
- package/es/assets/less/variables.less +4 -0
- package/es/common/AlignSelector/index.js +104 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +134 -0
- package/es/common/Button/index.less +68 -0
- package/es/common/ButtonIconLayout/index.js +103 -0
- package/es/common/ButtonIconLayout/index.less +53 -0
- package/es/common/Collapse/index.js +384 -0
- package/es/common/Collapse/index.less +97 -0
- package/es/common/ColorPicker/imgs/no-color.png +0 -0
- package/es/common/ColorPicker/index.js +131 -0
- package/es/common/ColorPicker/index.less +26 -0
- package/es/common/ColorPickerInput/imgs/code.png +0 -0
- package/es/common/ColorPickerInput/index.js +114 -0
- package/es/common/ColorPickerInput/index.less +50 -0
- package/es/common/CountDown/index.js +151 -0
- package/es/common/CountDown/index.less +23 -0
- package/es/common/Field/index.js +80 -0
- package/es/common/Field/index.less +37 -0
- package/es/common/FontStyles/index.js +178 -0
- package/es/common/FontStyles/index.less +63 -0
- package/es/common/GroupList/defaultImg.png +0 -0
- package/es/common/GroupList/index.js +210 -0
- package/es/common/GroupList/index.less +85 -0
- package/es/common/IconPicker/index.js +147 -0
- package/es/common/IconPicker/index.less +46 -0
- package/es/common/Iconfont/index.js +148 -0
- package/es/common/Iconfont/index.less +20 -0
- package/es/common/ImageModal/CommonModal/const.js +22 -0
- package/es/common/ImageModal/CommonModal/index.js +46 -0
- package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/es/common/ImageModal/const.js +24 -0
- package/es/common/ImageModal/index.js +748 -0
- package/es/common/ImageModal/index.less +21 -0
- package/es/common/ImagePicker/index.js +162 -0
- package/es/common/ImagePicker/index.less +104 -0
- package/es/common/InputNumber/index.js +91 -0
- package/es/common/InputNumber/index.less +33 -0
- package/es/common/LayoutSelector/imgs/center.png +0 -0
- package/es/common/LayoutSelector/imgs/left.png +0 -0
- package/es/common/LayoutSelector/imgs/right.png +0 -0
- package/es/common/LayoutSelector/index.js +111 -0
- package/es/common/LayoutSelector/index.less +34 -0
- package/es/common/LinkModal/CatgTable/index.js +234 -0
- package/es/common/LinkModal/CouponTable/index.js +299 -0
- package/es/common/LinkModal/CustomTable/index.js +227 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/es/common/LinkModal/FunctionTable/index.js +221 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/es/common/LinkModal/index.js +136 -0
- package/es/common/LinkModal/index.less +108 -0
- package/es/common/NewImg/index.js +165 -0
- package/es/common/NewImg/index.less +0 -0
- package/es/common/ProductModal/index.js +760 -0
- package/es/common/ProductModal/index.less +238 -0
- package/es/common/ProductSource/index.js +250 -0
- package/es/common/ProductSource/index.less +12 -0
- package/es/common/RcCollapse/Collapse.js +240 -0
- package/es/common/RcCollapse/Panel.js +193 -0
- package/es/common/RcCollapse/PanelContent.js +59 -0
- package/es/common/RcCollapse/index.js +15 -0
- package/es/common/RcCollapse/index.less +108 -0
- package/es/common/RcCollapse/interface.js +1 -0
- package/es/common/RcCollapse/motion.less +12 -0
- package/es/common/RcCollapse/motionUtil.js +44 -0
- package/es/common/Slider/index.js +151 -0
- package/es/common/Slider/index.less +45 -0
- package/es/common/SwitchCollapse/index.js +216 -0
- package/es/common/SwitchCollapse/index.less +40 -0
- package/es/common/UrlPicker/index.js +119 -0
- package/es/common/UrlPicker/index.less +72 -0
- package/es/common/index.js +127 -0
- package/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/es/composite-comp/bol/components/Banner/index.js +89 -0
- package/es/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/es/composite-comp/bol/components/Button/index.js +0 -0
- package/es/composite-comp/bol/components/Carousel/defaultJSON.js +295 -0
- package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/es/composite-comp/bol/components/ImageText/defaultJSON.js +546 -0
- package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/es/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/es/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/es/constants/component-types.js +87 -0
- package/es/constants/index.js +144 -0
- package/es/constants/layout.js +120 -0
- package/es/core/Designer/CompListPanel/index.js +156 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/index.js +294 -0
- package/es/core/Designer/ConfigPanel/index.less +139 -0
- package/es/core/Designer/History/index.js +91 -0
- package/es/core/Designer/PageCompList/index.js +266 -0
- package/es/core/Designer/PageCompList/index.less +114 -0
- package/es/core/Designer/QuickMenuBar/index.js +176 -0
- package/es/core/Designer/QuickMenuBar/index.less +67 -0
- package/es/core/Designer/ViewArea/index.js +150 -0
- package/es/core/Designer/ViewArea/index.less +53 -0
- package/es/core/Designer/index.js +454 -0
- package/es/core/Designer/index.less +6 -0
- package/es/core/Renderer/index.js +82 -0
- package/es/decorator/compositeDecorator.js +130 -0
- package/es/decorator/index.js +23 -0
- package/es/decorator/metaDecorator.js +199 -0
- package/es/index.js +27 -0
- package/es/meta-comp/components/Button/index.js +189 -0
- package/es/meta-comp/components/Button/index.less +19 -0
- package/es/meta-comp/components/Image/index.js +183 -0
- package/es/meta-comp/components/Text/index.js +478 -0
- package/es/meta-comp/components/index.js +31 -0
- package/es/meta-comp/config-panels/BaseConfig.js +87 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +356 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/es/mobx/Store.js +95 -0
- package/es/mobx/index.js +36 -0
- package/es/utils/androidUtil.js +113 -0
- package/es/utils/businessUtil.js +235 -0
- package/es/utils/commonUtil.js +289 -0
- package/es/utils/compJsonUtil.js +240 -0
- package/es/utils/coreUtil.js +156 -0
- package/es/utils/currencyUtil.js +190 -0
- package/es/utils/dataTreeUtils.js +105 -0
- package/es/utils/dateUtil.js +70 -0
- package/es/utils/storeUtil.js +258 -0
- package/lib/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +299 -0
- package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/lib/assets/fonts/magic-box-iconfont.js +1 -0
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/assets/images/icon/index.js +68 -0
- package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/lib/assets/images/layout-icon/layout-search.png +0 -0
- package/lib/assets/images/layout-icon/newsletter.svg +7 -0
- package/lib/assets/less/button.less +9 -0
- package/lib/assets/less/common.less +82 -0
- package/lib/assets/less/cylon-antd.less +32534 -0
- package/lib/assets/less/font.less +50 -0
- package/lib/assets/less/global.less +8 -0
- package/lib/assets/less/index.less +11 -0
- package/lib/assets/less/input.less +8 -0
- package/lib/assets/less/menu.less +21 -0
- package/lib/assets/less/modal.less +16 -0
- package/lib/assets/less/select.less +19 -0
- package/lib/assets/less/slider.less +21 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +40 -0
- package/lib/assets/less/variables.less +4 -0
- package/lib/common/AlignSelector/index.js +104 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +134 -0
- package/lib/common/Button/index.less +68 -0
- package/lib/common/ButtonIconLayout/index.js +103 -0
- package/lib/common/ButtonIconLayout/index.less +53 -0
- package/lib/common/Collapse/index.js +384 -0
- package/lib/common/Collapse/index.less +97 -0
- package/lib/common/ColorPicker/imgs/no-color.png +0 -0
- package/lib/common/ColorPicker/index.js +131 -0
- package/lib/common/ColorPicker/index.less +26 -0
- package/lib/common/ColorPickerInput/imgs/code.png +0 -0
- package/lib/common/ColorPickerInput/index.js +114 -0
- package/lib/common/ColorPickerInput/index.less +50 -0
- package/lib/common/CountDown/index.js +151 -0
- package/lib/common/CountDown/index.less +23 -0
- package/lib/common/Field/index.js +80 -0
- package/lib/common/Field/index.less +37 -0
- package/lib/common/FontStyles/index.js +178 -0
- package/lib/common/FontStyles/index.less +63 -0
- package/lib/common/GroupList/defaultImg.png +0 -0
- package/lib/common/GroupList/index.js +210 -0
- package/lib/common/GroupList/index.less +85 -0
- package/lib/common/IconPicker/index.js +147 -0
- package/lib/common/IconPicker/index.less +46 -0
- package/lib/common/Iconfont/index.js +148 -0
- package/lib/common/Iconfont/index.less +20 -0
- package/lib/common/ImageModal/CommonModal/const.js +22 -0
- package/lib/common/ImageModal/CommonModal/index.js +46 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/lib/common/ImageModal/const.js +24 -0
- package/lib/common/ImageModal/index.js +748 -0
- package/lib/common/ImageModal/index.less +21 -0
- package/lib/common/ImagePicker/index.js +162 -0
- package/lib/common/ImagePicker/index.less +104 -0
- package/lib/common/InputNumber/index.js +91 -0
- package/lib/common/InputNumber/index.less +33 -0
- package/lib/common/LayoutSelector/imgs/center.png +0 -0
- package/lib/common/LayoutSelector/imgs/left.png +0 -0
- package/lib/common/LayoutSelector/imgs/right.png +0 -0
- package/lib/common/LayoutSelector/index.js +111 -0
- package/lib/common/LayoutSelector/index.less +34 -0
- package/lib/common/LinkModal/CatgTable/index.js +234 -0
- package/lib/common/LinkModal/CouponTable/index.js +299 -0
- package/lib/common/LinkModal/CustomTable/index.js +227 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/lib/common/LinkModal/FunctionTable/index.js +221 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/lib/common/LinkModal/index.js +136 -0
- package/lib/common/LinkModal/index.less +108 -0
- package/lib/common/NewImg/index.js +165 -0
- package/lib/common/NewImg/index.less +0 -0
- package/lib/common/ProductModal/index.js +760 -0
- package/lib/common/ProductModal/index.less +238 -0
- package/lib/common/ProductSource/index.js +250 -0
- package/lib/common/ProductSource/index.less +12 -0
- package/lib/common/RcCollapse/Collapse.js +240 -0
- package/lib/common/RcCollapse/Panel.js +193 -0
- package/lib/common/RcCollapse/PanelContent.js +59 -0
- package/lib/common/RcCollapse/index.js +15 -0
- package/lib/common/RcCollapse/index.less +108 -0
- package/lib/common/RcCollapse/interface.js +1 -0
- package/lib/common/RcCollapse/motion.less +12 -0
- package/lib/common/RcCollapse/motionUtil.js +44 -0
- package/lib/common/Slider/index.js +151 -0
- package/lib/common/Slider/index.less +45 -0
- package/lib/common/SwitchCollapse/index.js +216 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/UrlPicker/index.js +119 -0
- package/lib/common/UrlPicker/index.less +72 -0
- package/lib/common/index.js +127 -0
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/lib/composite-comp/bol/components/Banner/index.js +89 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/lib/composite-comp/bol/components/Button/index.js +103 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +295 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +546 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/lib/constants/component-types.js +87 -0
- package/lib/constants/index.js +144 -0
- package/lib/constants/layout.js +120 -0
- package/lib/core/Designer/CompListPanel/index.js +156 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/index.js +294 -0
- package/lib/core/Designer/ConfigPanel/index.less +139 -0
- package/lib/core/Designer/History/index.js +91 -0
- package/lib/core/Designer/PageCompList/index.js +266 -0
- package/lib/core/Designer/PageCompList/index.less +114 -0
- package/lib/core/Designer/QuickMenuBar/index.js +176 -0
- package/lib/core/Designer/QuickMenuBar/index.less +67 -0
- package/lib/core/Designer/ViewArea/index.js +150 -0
- package/lib/core/Designer/ViewArea/index.less +53 -0
- package/lib/core/Designer/index.js +454 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/core/Renderer/index.js +82 -0
- package/lib/decorator/compositeDecorator.js +130 -0
- package/lib/decorator/index.js +23 -0
- package/lib/decorator/metaDecorator.js +199 -0
- package/lib/index.js +27 -0
- package/lib/meta-comp/components/Button/index.js +189 -0
- package/lib/meta-comp/components/Button/index.less +0 -0
- package/lib/meta-comp/components/Image/index.js +183 -0
- package/lib/meta-comp/components/Text/index.js +478 -0
- package/lib/meta-comp/components/index.js +31 -0
- package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +356 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/lib/mobx/Store.js +95 -0
- package/lib/mobx/index.js +36 -0
- package/lib/utils/androidUtil.js +113 -0
- package/lib/utils/businessUtil.js +235 -0
- package/lib/utils/commonUtil.js +289 -0
- package/lib/utils/compJsonUtil.js +240 -0
- package/lib/utils/coreUtil.js +156 -0
- package/lib/utils/currencyUtil.js +190 -0
- package/lib/utils/dataTreeUtils.js +105 -0
- package/lib/utils/dateUtil.js +70 -0
- package/lib/utils/storeUtil.js +258 -0
- package/package.json +44 -6
- package/_virtual/__node-resolve_empty.js +0 -6
- package/_virtual/_cloneBuffer.js +0 -3
- package/_virtual/_commonjsHelpers.js +0 -24
- package/_virtual/_node-resolve_empty.js +0 -3
- package/_virtual/_nodeUtil.js +0 -3
- package/_virtual/_rollupPluginBabelHelpers.js +0 -18
- package/_virtual/index.js +0 -3
- package/_virtual/index2.js +0 -3
- package/_virtual/index3.js +0 -3
- package/_virtual/index4.js +0 -3
- package/_virtual/index5.js +0 -5
- package/_virtual/interopRequireDefault.js +0 -3
- package/_virtual/isBuffer.js +0 -3
- package/_virtual/react-is.development.js +0 -3
- package/_virtual/react-is.production.min.js +0 -3
- package/_virtual/rng-browser.js +0 -3
- package/_virtual/toArray.js +0 -3
- package/my_node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -11
- package/my_node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -5
- package/my_node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -9
- package/my_node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -7
- package/my_node_modules/@babel/runtime/helpers/esm/createClass.js +0 -20
- package/my_node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -22
- package/my_node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -16
- package/my_node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
- package/my_node_modules/@babel/runtime/helpers/esm/inherits.js +0 -21
- package/my_node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -14
- package/my_node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -31
- package/my_node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -5
- package/my_node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -29
- package/my_node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -14
- package/my_node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -9
- package/my_node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
- package/my_node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
- package/my_node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -12
- package/my_node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -11
- package/my_node_modules/call-bind/callBound.js +0 -19
- package/my_node_modules/call-bind/index.js +0 -52
- package/my_node_modules/classnames/index.js +0 -61
- package/my_node_modules/function-bind/implementation.js +0 -52
- package/my_node_modules/function-bind/index.js +0 -7
- package/my_node_modules/get-intrinsic/index.js +0 -338
- package/my_node_modules/has/src/index.js +0 -7
- package/my_node_modules/has-symbols/index.js +0 -15
- package/my_node_modules/has-symbols/shams.js +0 -42
- package/my_node_modules/lodash/_DataView.js +0 -12
- package/my_node_modules/lodash/_Hash.js +0 -40
- package/my_node_modules/lodash/_ListCache.js +0 -40
- package/my_node_modules/lodash/_Map.js +0 -12
- package/my_node_modules/lodash/_MapCache.js +0 -40
- package/my_node_modules/lodash/_Promise.js +0 -12
- package/my_node_modules/lodash/_Set.js +0 -12
- package/my_node_modules/lodash/_SetCache.js +0 -33
- package/my_node_modules/lodash/_Stack.js +0 -36
- package/my_node_modules/lodash/_Symbol.js +0 -10
- package/my_node_modules/lodash/_Uint8Array.js +0 -10
- package/my_node_modules/lodash/_WeakMap.js +0 -12
- package/my_node_modules/lodash/_arrayEach.js +0 -25
- package/my_node_modules/lodash/_arrayFilter.js +0 -28
- package/my_node_modules/lodash/_arrayLikeKeys.js +0 -59
- package/my_node_modules/lodash/_arrayMap.js +0 -24
- package/my_node_modules/lodash/_arrayPush.js +0 -23
- package/my_node_modules/lodash/_arraySome.js +0 -26
- package/my_node_modules/lodash/_assignValue.js +0 -33
- package/my_node_modules/lodash/_assocIndexOf.js +0 -25
- package/my_node_modules/lodash/_baseAssign.js +0 -22
- package/my_node_modules/lodash/_baseAssignIn.js +0 -22
- package/my_node_modules/lodash/_baseAssignValue.js +0 -29
- package/my_node_modules/lodash/_baseClone.js +0 -193
- package/my_node_modules/lodash/_baseCreate.js +0 -34
- package/my_node_modules/lodash/_baseFindIndex.js +0 -27
- package/my_node_modules/lodash/_baseFor.js +0 -20
- package/my_node_modules/lodash/_baseForOwn.js +0 -21
- package/my_node_modules/lodash/_baseGet.js +0 -29
- package/my_node_modules/lodash/_baseGetAllKeys.js +0 -25
- package/my_node_modules/lodash/_baseGetTag.js +0 -34
- package/my_node_modules/lodash/_baseHasIn.js +0 -16
- package/my_node_modules/lodash/_baseIsArguments.js +0 -23
- package/my_node_modules/lodash/_baseIsEqual.js +0 -33
- package/my_node_modules/lodash/_baseIsEqualDeep.js +0 -95
- package/my_node_modules/lodash/_baseIsMap.js +0 -23
- package/my_node_modules/lodash/_baseIsMatch.js +0 -67
- package/my_node_modules/lodash/_baseIsNative.js +0 -54
- package/my_node_modules/lodash/_baseIsSet.js +0 -23
- package/my_node_modules/lodash/_baseIsTypedArray.js +0 -66
- package/my_node_modules/lodash/_baseIteratee.js +0 -39
- package/my_node_modules/lodash/_baseKeys.js +0 -35
- package/my_node_modules/lodash/_baseKeysIn.js +0 -39
- package/my_node_modules/lodash/_baseMatches.js +0 -28
- package/my_node_modules/lodash/_baseMatchesProperty.js +0 -43
- package/my_node_modules/lodash/_baseProperty.js +0 -17
- package/my_node_modules/lodash/_basePropertyDeep.js +0 -20
- package/my_node_modules/lodash/_baseTimes.js +0 -23
- package/my_node_modules/lodash/_baseToNumber.js +0 -28
- package/my_node_modules/lodash/_baseToString.js +0 -44
- package/my_node_modules/lodash/_baseTrim.js +0 -23
- package/my_node_modules/lodash/_baseUnary.js +0 -17
- package/my_node_modules/lodash/_cacheHas.js +0 -16
- package/my_node_modules/lodash/_castPath.js +0 -28
- package/my_node_modules/lodash/_cloneArrayBuffer.js +0 -20
- package/my_node_modules/lodash/_cloneBuffer.js +0 -40
- package/my_node_modules/lodash/_cloneDataView.js +0 -20
- package/my_node_modules/lodash/_cloneRegExp.js +0 -20
- package/my_node_modules/lodash/_cloneSymbol.js +0 -22
- package/my_node_modules/lodash/_cloneTypedArray.js +0 -20
- package/my_node_modules/lodash/_copyArray.js +0 -23
- package/my_node_modules/lodash/_copyObject.js +0 -45
- package/my_node_modules/lodash/_copySymbols.js +0 -21
- package/my_node_modules/lodash/_copySymbolsIn.js +0 -21
- package/my_node_modules/lodash/_coreJsData.js +0 -10
- package/my_node_modules/lodash/_createBaseFor.js +0 -28
- package/my_node_modules/lodash/_createMathOperation.js +0 -43
- package/my_node_modules/lodash/_defineProperty.js +0 -15
- package/my_node_modules/lodash/_equalArrays.js +0 -90
- package/my_node_modules/lodash/_equalByTag.js +0 -121
- package/my_node_modules/lodash/_equalObjects.js +0 -94
- package/my_node_modules/lodash/_freeGlobal.js +0 -9
- package/my_node_modules/lodash/_getAllKeys.js +0 -22
- package/my_node_modules/lodash/_getAllKeysIn.js +0 -23
- package/my_node_modules/lodash/_getMapData.js +0 -22
- package/my_node_modules/lodash/_getMatchData.js +0 -29
- package/my_node_modules/lodash/_getNative.js +0 -22
- package/my_node_modules/lodash/_getPrototype.js +0 -10
- package/my_node_modules/lodash/_getRawTag.js +0 -50
- package/my_node_modules/lodash/_getSymbols.js +0 -35
- package/my_node_modules/lodash/_getSymbolsIn.js +0 -32
- package/my_node_modules/lodash/_getTag.js +0 -68
- package/my_node_modules/lodash/_getValue.js +0 -16
- package/my_node_modules/lodash/_hasPath.js +0 -48
- package/my_node_modules/lodash/_hashClear.js +0 -19
- package/my_node_modules/lodash/_hashDelete.js +0 -20
- package/my_node_modules/lodash/_hashGet.js +0 -34
- package/my_node_modules/lodash/_hashHas.js +0 -27
- package/my_node_modules/lodash/_hashSet.js +0 -27
- package/my_node_modules/lodash/_initCloneArray.js +0 -29
- package/my_node_modules/lodash/_initCloneByTag.js +0 -85
- package/my_node_modules/lodash/_initCloneObject.js +0 -24
- package/my_node_modules/lodash/_isIndex.js +0 -28
- package/my_node_modules/lodash/_isKey.js +0 -34
- package/my_node_modules/lodash/_isKeyable.js +0 -18
- package/my_node_modules/lodash/_isMasked.js +0 -24
- package/my_node_modules/lodash/_isPrototype.js +0 -21
- package/my_node_modules/lodash/_isStrictComparable.js +0 -19
- package/my_node_modules/lodash/_listCacheClear.js +0 -16
- package/my_node_modules/lodash/_listCacheDelete.js +0 -39
- package/my_node_modules/lodash/_listCacheGet.js +0 -23
- package/my_node_modules/lodash/_listCacheHas.js +0 -20
- package/my_node_modules/lodash/_listCacheSet.js +0 -30
- package/my_node_modules/lodash/_mapCacheClear.js +0 -27
- package/my_node_modules/lodash/_mapCacheDelete.js +0 -22
- package/my_node_modules/lodash/_mapCacheGet.js +0 -20
- package/my_node_modules/lodash/_mapCacheHas.js +0 -20
- package/my_node_modules/lodash/_mapCacheSet.js +0 -26
- package/my_node_modules/lodash/_mapToArray.js +0 -21
- package/my_node_modules/lodash/_matchesStrictComparable.js +0 -23
- package/my_node_modules/lodash/_memoizeCapped.js +0 -30
- package/my_node_modules/lodash/_nativeCreate.js +0 -10
- package/my_node_modules/lodash/_nativeKeys.js +0 -10
- package/my_node_modules/lodash/_nativeKeysIn.js +0 -23
- package/my_node_modules/lodash/_nodeUtil.js +0 -35
- package/my_node_modules/lodash/_objectToString.js +0 -25
- package/my_node_modules/lodash/_overArg.js +0 -18
- package/my_node_modules/lodash/_root.js +0 -13
- package/my_node_modules/lodash/_setCacheAdd.js +0 -22
- package/my_node_modules/lodash/_setCacheHas.js +0 -17
- package/my_node_modules/lodash/_setToArray.js +0 -21
- package/my_node_modules/lodash/_stackClear.js +0 -19
- package/my_node_modules/lodash/_stackDelete.js +0 -21
- package/my_node_modules/lodash/_stackGet.js +0 -17
- package/my_node_modules/lodash/_stackHas.js +0 -17
- package/my_node_modules/lodash/_stackSet.js +0 -40
- package/my_node_modules/lodash/_stringToPath.js +0 -31
- package/my_node_modules/lodash/_toKey.js +0 -25
- package/my_node_modules/lodash/_toSource.js +0 -29
- package/my_node_modules/lodash/_trimmedEndIndex.js +0 -22
- package/my_node_modules/lodash/cloneDeep.js +0 -33
- package/my_node_modules/lodash/divide.js +0 -26
- package/my_node_modules/lodash/eq.js +0 -40
- package/my_node_modules/lodash/findIndex.js +0 -61
- package/my_node_modules/lodash/get.js +0 -37
- package/my_node_modules/lodash/hasIn.js +0 -39
- package/my_node_modules/lodash/identity.js +0 -24
- package/my_node_modules/lodash/isArguments.js +0 -41
- package/my_node_modules/lodash/isArray.js +0 -29
- package/my_node_modules/lodash/isArrayLike.js +0 -38
- package/my_node_modules/lodash/isBuffer.js +0 -44
- package/my_node_modules/lodash/isEmpty.js +0 -89
- package/my_node_modules/lodash/isFunction.js +0 -42
- package/my_node_modules/lodash/isLength.js +0 -38
- package/my_node_modules/lodash/isMap.js +0 -34
- package/my_node_modules/lodash/isObject.js +0 -34
- package/my_node_modules/lodash/isObjectLike.js +0 -32
- package/my_node_modules/lodash/isSet.js +0 -34
- package/my_node_modules/lodash/isSymbol.js +0 -34
- package/my_node_modules/lodash/isTypedArray.js +0 -34
- package/my_node_modules/lodash/keys.js +0 -43
- package/my_node_modules/lodash/keysIn.js +0 -38
- package/my_node_modules/lodash/mapKeys.js +0 -42
- package/my_node_modules/lodash/memoize.js +0 -77
- package/my_node_modules/lodash/property.js +0 -39
- package/my_node_modules/lodash/stubArray.js +0 -26
- package/my_node_modules/lodash/stubFalse.js +0 -21
- package/my_node_modules/lodash/toFinite.js +0 -46
- package/my_node_modules/lodash/toInteger.js +0 -40
- package/my_node_modules/lodash/toNumber.js +0 -70
- package/my_node_modules/lodash/toString.js +0 -32
- package/my_node_modules/object-assign/index.js +0 -99
- package/my_node_modules/object-inspect/index.js +0 -516
- package/my_node_modules/prop-types/checkPropTypes.js +0 -115
- package/my_node_modules/prop-types/factoryWithThrowingShims.js +0 -74
- package/my_node_modules/prop-types/factoryWithTypeCheckers.js +0 -625
- package/my_node_modules/prop-types/index.js +0 -27
- package/my_node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -21
- package/my_node_modules/prop-types/lib/has.js +0 -11
- package/my_node_modules/qs/lib/formats.js +0 -23
- package/my_node_modules/qs/lib/index.js +0 -15
- package/my_node_modules/qs/lib/parse.js +0 -265
- package/my_node_modules/qs/lib/stringify.js +0 -330
- package/my_node_modules/qs/lib/utils.js +0 -254
- package/my_node_modules/rc-motion/es/CSSMotion.js +0 -149
- package/my_node_modules/rc-motion/es/DomWrapper.js +0 -28
- package/my_node_modules/rc-motion/es/hooks/useDomMotionEvents.js +0 -45
- package/my_node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js +0 -6
- package/my_node_modules/rc-motion/es/hooks/useNextFrame.js +0 -36
- package/my_node_modules/rc-motion/es/hooks/useStatus.js +0 -232
- package/my_node_modules/rc-motion/es/hooks/useStepQueue.js +0 -69
- package/my_node_modules/rc-motion/es/index.js +0 -4
- package/my_node_modules/rc-motion/es/interface.js +0 -11
- package/my_node_modules/rc-motion/es/util/motion.js +0 -85
- package/my_node_modules/rc-util/es/Dom/canUseDom.js +0 -5
- package/my_node_modules/rc-util/es/Dom/findDOMNode.js +0 -15
- package/my_node_modules/rc-util/es/hooks/useState.js +0 -36
- package/my_node_modules/rc-util/es/raf.js +0 -57
- package/my_node_modules/rc-util/es/ref.js +0 -30
- package/my_node_modules/rc-util/lib/Children/toArray.js +0 -39
- package/my_node_modules/react-is/cjs/react-is.development.js +0 -190
- package/my_node_modules/react-is/cjs/react-is.production.min.js +0 -26
- package/my_node_modules/react-is/index.js +0 -21
- package/my_node_modules/shallowequal/index.js +0 -48
- package/my_node_modules/side-channel/index.js +0 -128
- package/my_node_modules/slick-carousel/slick/slick-theme.css.js +0 -4
- package/my_node_modules/slick-carousel/slick/slick.css.js +0 -4
- package/my_node_modules/style-inject/dist/style-inject.es.js +0 -28
- package/my_node_modules/tslib/tslib.es6.js +0 -110
- package/my_node_modules/uuid/index.js +0 -13
- package/my_node_modules/uuid/lib/bytesToUuid.js +0 -29
- package/my_node_modules/uuid/lib/rng-browser.js +0 -39
- package/my_node_modules/uuid/v1.js +0 -115
- package/my_node_modules/uuid/v4.js +0 -35
- package/src/components/assets/images/layout-icon/carouselLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/carouselLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/dividerLayout.svg.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-search.png.js +0 -3
- package/src/components/assets/images/layout-icon/newsletter.svg.js +0 -3
- package/src/components/assets/less/cylon-antd.less.js +0 -3
- package/src/components/assets/less/index.less.js +0 -4
- package/src/components/common/AlignSelector/index.js +0 -65
- package/src/components/common/AlignSelector/index.less.js +0 -4
- package/src/components/common/Button/index.js +0 -75
- package/src/components/common/Button/index.less.js +0 -4
- package/src/components/common/ButtonIconLayout/index.js +0 -66
- package/src/components/common/ButtonIconLayout/index.less.js +0 -4
- package/src/components/common/Collapse/index.js +0 -323
- package/src/components/common/Collapse/index.less.js +0 -4
- package/src/components/common/ColorPicker/index.js +0 -94
- package/src/components/common/ColorPicker/index.less.js +0 -4
- package/src/components/common/ColorPickerInput/index.js +0 -76
- package/src/components/common/ColorPickerInput/index.less.js +0 -4
- package/src/components/common/CountDown/index.js +0 -110
- package/src/components/common/CountDown/index.less.js +0 -4
- package/src/components/common/Field/index.js +0 -43
- package/src/components/common/Field/index.less.js +0 -4
- package/src/components/common/FontStyles/index.js +0 -124
- package/src/components/common/FontStyles/index.less.js +0 -4
- package/src/components/common/GroupList/defaultImg.png.js +0 -3
- package/src/components/common/GroupList/index.js +0 -170
- package/src/components/common/GroupList/index.less.js +0 -4
- package/src/components/common/IconPicker/index.js +0 -93
- package/src/components/common/IconPicker/index.less.js +0 -4
- package/src/components/common/Iconfont/index.js +0 -74
- package/src/components/common/Iconfont/index.less.js +0 -4
- package/src/components/common/ImageModal/CommonModal/const.js +0 -16
- package/src/components/common/ImageModal/CommonModal/index.js +0 -33
- package/src/components/common/ImageModal/CommonSelPicCard/index.js +0 -66
- package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +0 -4
- package/src/components/common/ImageModal/const.js +0 -18
- package/src/components/common/ImageModal/index.js +0 -547
- package/src/components/common/ImageModal/index.less.js +0 -4
- package/src/components/common/ImagePicker/index.js +0 -124
- package/src/components/common/ImagePicker/index.less.js +0 -4
- package/src/components/common/InputNumber/index.js +0 -54
- package/src/components/common/InputNumber/index.less.js +0 -4
- package/src/components/common/LayoutSelector/imgs/center.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/left.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/right.png.js +0 -3
- package/src/components/common/LayoutSelector/index.js +0 -70
- package/src/components/common/LayoutSelector/index.less.js +0 -4
- package/src/components/common/LinkModal/CatgTable/index.js +0 -78
- package/src/components/common/LinkModal/CouponTable/index.js +0 -111
- package/src/components/common/LinkModal/CustomTable/index.js +0 -72
- package/src/components/common/LinkModal/FilteredProductModal/index.js +0 -463
- package/src/components/common/LinkModal/FilteredProductModal/index.less.js +0 -4
- package/src/components/common/LinkModal/FunctionTable/index.js +0 -66
- package/src/components/common/LinkModal/ProductDetailPage/index.js +0 -241
- package/src/components/common/LinkModal/ProductDetailPage/index.less.js +0 -4
- package/src/components/common/LinkModal/index.js +0 -112
- package/src/components/common/LinkModal/index.less.js +0 -4
- package/src/components/common/NewImg/index.js +0 -91
- package/src/components/common/ProductModal/index.js +0 -556
- package/src/components/common/ProductModal/index.less.js +0 -4
- package/src/components/common/ProductSource/index.js +0 -91
- package/src/components/common/ProductSource/index.less.js +0 -4
- package/src/components/common/RcCollapse/Collapse.js +0 -176
- package/src/components/common/RcCollapse/Panel.js +0 -146
- package/src/components/common/RcCollapse/PanelContent.js +0 -41
- package/src/components/common/RcCollapse/index.js +0 -6
- package/src/components/common/RcCollapse/index.less.js +0 -4
- package/src/components/common/RcCollapse/motionUtil.js +0 -37
- package/src/components/common/Slider/index.js +0 -95
- package/src/components/common/Slider/index.less.js +0 -4
- package/src/components/common/SwitchCollapse/index.js +0 -162
- package/src/components/common/SwitchCollapse/index.less.js +0 -4
- package/src/components/common/UrlPicker/index.js +0 -81
- package/src/components/common/UrlPicker/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/defaultJSON.js +0 -258
- package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +0 -3
- package/src/components/composite-comp/bol/components/Banner/index.js +0 -34
- package/src/components/composite-comp/bol/components/Banner/mobile/index.js +0 -176
- package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/pc/index.js +0 -254
- package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Button/defaultJSON.js +0 -93
- package/src/components/composite-comp/bol/components/Button/index.js +0 -48
- package/src/components/composite-comp/bol/components/Button/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/defaultJSON.js +0 -287
- package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/components/Carousel/index.js +0 -37
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +0 -217
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/pc/index.js +0 -208
- package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Divider/defaultJSON.js +0 -40
- package/src/components/composite-comp/bol/components/Divider/index.js +0 -48
- package/src/components/composite-comp/bol/components/ImageGallery/defaultJSON.js +0 -64
- package/src/components/composite-comp/bol/components/ImageGallery/index.js +0 -30
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +0 -47
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/defaultJSON.js +0 -540
- package/src/components/composite-comp/bol/components/ImageText/index.js +0 -33
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +0 -145
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/pc/index.js +0 -126
- package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Newsletter/defaultJSON.js +0 -114
- package/src/components/composite-comp/bol/components/Newsletter/index.js +0 -65
- package/src/components/composite-comp/bol/components/Newsletter/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Tag/defaultJSON.js +0 -91
- package/src/components/composite-comp/bol/components/Tag/index.js +0 -52
- package/src/components/composite-comp/bol/components/Tag/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Text/defaultJSON.js +0 -125
- package/src/components/composite-comp/bol/components/Text/index.js +0 -68
- package/src/components/composite-comp/bol/components/Text/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +0 -73
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +0 -200
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +0 -35
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +0 -53
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +0 -175
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -54
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +0 -153
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +0 -66
- package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -74
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +0 -170
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -143
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +0 -89
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +0 -88
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +0 -48
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +0 -85
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +0 -55
- package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +0 -109
- package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +0 -107
- package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +0 -118
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +0 -70
- package/src/components/composite-comp/common/components/ImageLabel/index.js +0 -47
- package/src/components/composite-comp/common/components/ImageLabel/index.less.js +0 -4
- package/src/components/composite-comp/common/components/ProductItem/index.js +0 -121
- package/src/components/composite-comp/common/components/ProductItem/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +0 -89
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -182
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +0 -133
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/FlashDeal/defaultJSON.js +0 -176
- package/src/components/composite-comp/dito/components/FlashDeal/index.js +0 -31
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +0 -233
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/Recommend/defaultJSON.js +0 -210
- package/src/components/composite-comp/dito/components/Recommend/index.js +0 -31
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +0 -317
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/SearchBar/defaultJSON.js +0 -44
- package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +0 -3
- package/src/components/composite-comp/dito/components/SearchBar/index.js +0 -31
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +0 -89
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +0 -121
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -102
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +0 -97
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +0 -89
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +0 -115
- package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +0 -156
- package/src/components/constants/component-types.js +0 -48
- package/src/components/constants/index.js +0 -74
- package/src/components/constants/layout.js +0 -90
- package/src/components/core/Designer/CompListPanel/CompCard/index.js +0 -33
- package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +0 -4
- package/src/components/core/Designer/CompListPanel/index.js +0 -109
- package/src/components/core/Designer/CompListPanel/index.less.js +0 -4
- package/src/components/core/Designer/ConfigPanel/index.js +0 -246
- package/src/components/core/Designer/ConfigPanel/index.less.js +0 -4
- package/src/components/core/Designer/History/index.js +0 -82
- package/src/components/core/Designer/PageCompList/index.js +0 -248
- package/src/components/core/Designer/PageCompList/index.less.js +0 -4
- package/src/components/core/Designer/QuickMenuBar/index.js +0 -130
- package/src/components/core/Designer/QuickMenuBar/index.less.js +0 -4
- package/src/components/core/Designer/ViewArea/index.js +0 -86
- package/src/components/core/Designer/ViewArea/index.less.js +0 -4
- package/src/components/core/Designer/index.js +0 -364
- package/src/components/core/Designer/index.less.js +0 -4
- package/src/components/core/Renderer/index.js +0 -55
- package/src/components/decorator/compositeDecorator.js +0 -94
- package/src/components/decorator/metaDecorator.js +0 -150
- package/src/components/index.js +0 -4
- package/src/components/meta-comp/components/Button/index.js +0 -113
- package/src/components/meta-comp/components/Button/index.less.js +0 -4
- package/src/components/meta-comp/components/Image/index.js +0 -133
- package/src/components/meta-comp/components/Image/index.less.js +0 -4
- package/src/components/meta-comp/components/Text/index.js +0 -385
- package/src/components/meta-comp/components/Text/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/BaseConfig.js +0 -47
- package/src/components/meta-comp/config-panels/ButtonConfig/index.js +0 -308
- package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/ImageConfig/index.js +0 -224
- package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/TextConfig/index.js +0 -310
- package/src/components/meta-comp/config-panels/TextConfig/index.less.js +0 -4
- package/src/components/mobx/Store.js +0 -88
- package/src/components/mobx/index.js +0 -12
- package/src/components/utils/androidUtil.js +0 -22
- package/src/components/utils/businessUtil.js +0 -214
- package/src/components/utils/commonUtil.js +0 -240
- package/src/components/utils/coreUtil.js +0 -108
- package/src/components/utils/currencyUtil.js +0 -110
- package/src/components/utils/dataTreeUtils.js +0 -93
- package/src/components/utils/dateUtil.js +0 -30
- package/src/components/utils/storeUtil.js +0 -113
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
import { __exports as reactIs_development } from '../../../_virtual/react-is.development.js';
|
|
2
|
-
|
|
3
|
-
/** @license React v16.13.1
|
|
4
|
-
* react-is.development.js
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
var hasRequiredReactIs_development;
|
|
13
|
-
|
|
14
|
-
function requireReactIs_development () {
|
|
15
|
-
if (hasRequiredReactIs_development) return reactIs_development;
|
|
16
|
-
hasRequiredReactIs_development = 1;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (process.env.NODE_ENV !== "production") {
|
|
21
|
-
(function() {
|
|
22
|
-
|
|
23
|
-
// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
|
|
24
|
-
// nor polyfill, then a plain number is used for performance.
|
|
25
|
-
var hasSymbol = typeof Symbol === 'function' && Symbol.for;
|
|
26
|
-
var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
|
|
27
|
-
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
|
|
28
|
-
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
|
|
29
|
-
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
|
|
30
|
-
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
|
|
31
|
-
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
|
|
32
|
-
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
|
|
33
|
-
// (unstable) APIs that have been removed. Can we remove the symbols?
|
|
34
|
-
|
|
35
|
-
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
|
|
36
|
-
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
|
|
37
|
-
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
|
|
38
|
-
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
|
|
39
|
-
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
|
|
40
|
-
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
|
|
41
|
-
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
|
|
42
|
-
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
|
|
43
|
-
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
|
|
44
|
-
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
|
|
45
|
-
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
|
|
46
|
-
|
|
47
|
-
function isValidElementType(type) {
|
|
48
|
-
return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
49
|
-
type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
function typeOf(object) {
|
|
53
|
-
if (typeof object === 'object' && object !== null) {
|
|
54
|
-
var $$typeof = object.$$typeof;
|
|
55
|
-
|
|
56
|
-
switch ($$typeof) {
|
|
57
|
-
case REACT_ELEMENT_TYPE:
|
|
58
|
-
var type = object.type;
|
|
59
|
-
|
|
60
|
-
switch (type) {
|
|
61
|
-
case REACT_ASYNC_MODE_TYPE:
|
|
62
|
-
case REACT_CONCURRENT_MODE_TYPE:
|
|
63
|
-
case REACT_FRAGMENT_TYPE:
|
|
64
|
-
case REACT_PROFILER_TYPE:
|
|
65
|
-
case REACT_STRICT_MODE_TYPE:
|
|
66
|
-
case REACT_SUSPENSE_TYPE:
|
|
67
|
-
return type;
|
|
68
|
-
|
|
69
|
-
default:
|
|
70
|
-
var $$typeofType = type && type.$$typeof;
|
|
71
|
-
|
|
72
|
-
switch ($$typeofType) {
|
|
73
|
-
case REACT_CONTEXT_TYPE:
|
|
74
|
-
case REACT_FORWARD_REF_TYPE:
|
|
75
|
-
case REACT_LAZY_TYPE:
|
|
76
|
-
case REACT_MEMO_TYPE:
|
|
77
|
-
case REACT_PROVIDER_TYPE:
|
|
78
|
-
return $$typeofType;
|
|
79
|
-
|
|
80
|
-
default:
|
|
81
|
-
return $$typeof;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
case REACT_PORTAL_TYPE:
|
|
87
|
-
return $$typeof;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
return undefined;
|
|
92
|
-
} // AsyncMode is deprecated along with isAsyncMode
|
|
93
|
-
|
|
94
|
-
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
95
|
-
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
96
|
-
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
97
|
-
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
98
|
-
var Element = REACT_ELEMENT_TYPE;
|
|
99
|
-
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
100
|
-
var Fragment = REACT_FRAGMENT_TYPE;
|
|
101
|
-
var Lazy = REACT_LAZY_TYPE;
|
|
102
|
-
var Memo = REACT_MEMO_TYPE;
|
|
103
|
-
var Portal = REACT_PORTAL_TYPE;
|
|
104
|
-
var Profiler = REACT_PROFILER_TYPE;
|
|
105
|
-
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
106
|
-
var Suspense = REACT_SUSPENSE_TYPE;
|
|
107
|
-
var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
|
|
108
|
-
|
|
109
|
-
function isAsyncMode(object) {
|
|
110
|
-
{
|
|
111
|
-
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
112
|
-
hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
|
|
113
|
-
|
|
114
|
-
console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
|
|
119
|
-
}
|
|
120
|
-
function isConcurrentMode(object) {
|
|
121
|
-
return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
|
|
122
|
-
}
|
|
123
|
-
function isContextConsumer(object) {
|
|
124
|
-
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
125
|
-
}
|
|
126
|
-
function isContextProvider(object) {
|
|
127
|
-
return typeOf(object) === REACT_PROVIDER_TYPE;
|
|
128
|
-
}
|
|
129
|
-
function isElement(object) {
|
|
130
|
-
return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
131
|
-
}
|
|
132
|
-
function isForwardRef(object) {
|
|
133
|
-
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
134
|
-
}
|
|
135
|
-
function isFragment(object) {
|
|
136
|
-
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
137
|
-
}
|
|
138
|
-
function isLazy(object) {
|
|
139
|
-
return typeOf(object) === REACT_LAZY_TYPE;
|
|
140
|
-
}
|
|
141
|
-
function isMemo(object) {
|
|
142
|
-
return typeOf(object) === REACT_MEMO_TYPE;
|
|
143
|
-
}
|
|
144
|
-
function isPortal(object) {
|
|
145
|
-
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
146
|
-
}
|
|
147
|
-
function isProfiler(object) {
|
|
148
|
-
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
149
|
-
}
|
|
150
|
-
function isStrictMode(object) {
|
|
151
|
-
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
152
|
-
}
|
|
153
|
-
function isSuspense(object) {
|
|
154
|
-
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
reactIs_development.AsyncMode = AsyncMode;
|
|
158
|
-
reactIs_development.ConcurrentMode = ConcurrentMode;
|
|
159
|
-
reactIs_development.ContextConsumer = ContextConsumer;
|
|
160
|
-
reactIs_development.ContextProvider = ContextProvider;
|
|
161
|
-
reactIs_development.Element = Element;
|
|
162
|
-
reactIs_development.ForwardRef = ForwardRef;
|
|
163
|
-
reactIs_development.Fragment = Fragment;
|
|
164
|
-
reactIs_development.Lazy = Lazy;
|
|
165
|
-
reactIs_development.Memo = Memo;
|
|
166
|
-
reactIs_development.Portal = Portal;
|
|
167
|
-
reactIs_development.Profiler = Profiler;
|
|
168
|
-
reactIs_development.StrictMode = StrictMode;
|
|
169
|
-
reactIs_development.Suspense = Suspense;
|
|
170
|
-
reactIs_development.isAsyncMode = isAsyncMode;
|
|
171
|
-
reactIs_development.isConcurrentMode = isConcurrentMode;
|
|
172
|
-
reactIs_development.isContextConsumer = isContextConsumer;
|
|
173
|
-
reactIs_development.isContextProvider = isContextProvider;
|
|
174
|
-
reactIs_development.isElement = isElement;
|
|
175
|
-
reactIs_development.isForwardRef = isForwardRef;
|
|
176
|
-
reactIs_development.isFragment = isFragment;
|
|
177
|
-
reactIs_development.isLazy = isLazy;
|
|
178
|
-
reactIs_development.isMemo = isMemo;
|
|
179
|
-
reactIs_development.isPortal = isPortal;
|
|
180
|
-
reactIs_development.isProfiler = isProfiler;
|
|
181
|
-
reactIs_development.isStrictMode = isStrictMode;
|
|
182
|
-
reactIs_development.isSuspense = isSuspense;
|
|
183
|
-
reactIs_development.isValidElementType = isValidElementType;
|
|
184
|
-
reactIs_development.typeOf = typeOf;
|
|
185
|
-
})();
|
|
186
|
-
}
|
|
187
|
-
return reactIs_development;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
export { requireReactIs_development as __require };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { __exports as reactIs_production_min } from '../../../_virtual/react-is.production.min.js';
|
|
2
|
-
|
|
3
|
-
/** @license React v16.13.1
|
|
4
|
-
* react-is.production.min.js
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
var hasRequiredReactIs_production_min;
|
|
13
|
-
|
|
14
|
-
function requireReactIs_production_min () {
|
|
15
|
-
if (hasRequiredReactIs_production_min) return reactIs_production_min;
|
|
16
|
-
hasRequiredReactIs_production_min = 1;
|
|
17
|
-
var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
|
|
18
|
-
Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
|
|
19
|
-
function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}reactIs_production_min.AsyncMode=l;reactIs_production_min.ConcurrentMode=m;reactIs_production_min.ContextConsumer=k;reactIs_production_min.ContextProvider=h;reactIs_production_min.Element=c;reactIs_production_min.ForwardRef=n;reactIs_production_min.Fragment=e;reactIs_production_min.Lazy=t;reactIs_production_min.Memo=r;reactIs_production_min.Portal=d;
|
|
20
|
-
reactIs_production_min.Profiler=g;reactIs_production_min.StrictMode=f;reactIs_production_min.Suspense=p;reactIs_production_min.isAsyncMode=function(a){return A(a)||z(a)===l};reactIs_production_min.isConcurrentMode=A;reactIs_production_min.isContextConsumer=function(a){return z(a)===k};reactIs_production_min.isContextProvider=function(a){return z(a)===h};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};reactIs_production_min.isForwardRef=function(a){return z(a)===n};reactIs_production_min.isFragment=function(a){return z(a)===e};reactIs_production_min.isLazy=function(a){return z(a)===t};
|
|
21
|
-
reactIs_production_min.isMemo=function(a){return z(a)===r};reactIs_production_min.isPortal=function(a){return z(a)===d};reactIs_production_min.isProfiler=function(a){return z(a)===g};reactIs_production_min.isStrictMode=function(a){return z(a)===f};reactIs_production_min.isSuspense=function(a){return z(a)===p};
|
|
22
|
-
reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};reactIs_production_min.typeOf=z;
|
|
23
|
-
return reactIs_production_min;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export { requireReactIs_production_min as __require };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { r as reactIs } from '../../_virtual/index2.js';
|
|
2
|
-
import { __require as requireReactIs_production_min } from './cjs/react-is.production.min.js';
|
|
3
|
-
import { __require as requireReactIs_development } from './cjs/react-is.development.js';
|
|
4
|
-
|
|
5
|
-
var hasRequiredReactIs;
|
|
6
|
-
|
|
7
|
-
function requireReactIs () {
|
|
8
|
-
if (hasRequiredReactIs) return reactIs.exports;
|
|
9
|
-
hasRequiredReactIs = 1;
|
|
10
|
-
(function (module) {
|
|
11
|
-
|
|
12
|
-
if (process.env.NODE_ENV === 'production') {
|
|
13
|
-
module.exports = requireReactIs_production_min();
|
|
14
|
-
} else {
|
|
15
|
-
module.exports = requireReactIs_development();
|
|
16
|
-
}
|
|
17
|
-
} (reactIs));
|
|
18
|
-
return reactIs.exports;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export { requireReactIs as __require };
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
3
|
-
var shallowequal = function shallowEqual(objA, objB, compare, compareContext) {
|
|
4
|
-
var ret = compare ? compare.call(compareContext, objA, objB) : void 0;
|
|
5
|
-
|
|
6
|
-
if (ret !== void 0) {
|
|
7
|
-
return !!ret;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
if (objA === objB) {
|
|
11
|
-
return true;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
if (typeof objA !== "object" || !objA || typeof objB !== "object" || !objB) {
|
|
15
|
-
return false;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var keysA = Object.keys(objA);
|
|
19
|
-
var keysB = Object.keys(objB);
|
|
20
|
-
|
|
21
|
-
if (keysA.length !== keysB.length) {
|
|
22
|
-
return false;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
var bHasOwnProperty = Object.prototype.hasOwnProperty.bind(objB);
|
|
26
|
-
|
|
27
|
-
// Test for A's keys different from B.
|
|
28
|
-
for (var idx = 0; idx < keysA.length; idx++) {
|
|
29
|
-
var key = keysA[idx];
|
|
30
|
-
|
|
31
|
-
if (!bHasOwnProperty(key)) {
|
|
32
|
-
return false;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
var valueA = objA[key];
|
|
36
|
-
var valueB = objB[key];
|
|
37
|
-
|
|
38
|
-
ret = compare ? compare.call(compareContext, valueA, valueB, key) : void 0;
|
|
39
|
-
|
|
40
|
-
if (ret === false || (ret === void 0 && valueA !== valueB)) {
|
|
41
|
-
return false;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
return true;
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
export { shallowequal as default };
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import getIntrinsic from '../get-intrinsic/index.js';
|
|
2
|
-
import callBound$1 from '../call-bind/callBound.js';
|
|
3
|
-
import objectInspect from '../object-inspect/index.js';
|
|
4
|
-
|
|
5
|
-
var GetIntrinsic = getIntrinsic;
|
|
6
|
-
var callBound = callBound$1;
|
|
7
|
-
var inspect = objectInspect;
|
|
8
|
-
|
|
9
|
-
var $TypeError = GetIntrinsic('%TypeError%');
|
|
10
|
-
var $WeakMap = GetIntrinsic('%WeakMap%', true);
|
|
11
|
-
var $Map = GetIntrinsic('%Map%', true);
|
|
12
|
-
|
|
13
|
-
var $weakMapGet = callBound('WeakMap.prototype.get', true);
|
|
14
|
-
var $weakMapSet = callBound('WeakMap.prototype.set', true);
|
|
15
|
-
var $weakMapHas = callBound('WeakMap.prototype.has', true);
|
|
16
|
-
var $mapGet = callBound('Map.prototype.get', true);
|
|
17
|
-
var $mapSet = callBound('Map.prototype.set', true);
|
|
18
|
-
var $mapHas = callBound('Map.prototype.has', true);
|
|
19
|
-
|
|
20
|
-
/*
|
|
21
|
-
* This function traverses the list returning the node corresponding to the
|
|
22
|
-
* given key.
|
|
23
|
-
*
|
|
24
|
-
* That node is also moved to the head of the list, so that if it's accessed
|
|
25
|
-
* again we don't need to traverse the whole list. By doing so, all the recently
|
|
26
|
-
* used nodes can be accessed relatively quickly.
|
|
27
|
-
*/
|
|
28
|
-
var listGetNode = function (list, key) { // eslint-disable-line consistent-return
|
|
29
|
-
for (var prev = list, curr; (curr = prev.next) !== null; prev = curr) {
|
|
30
|
-
if (curr.key === key) {
|
|
31
|
-
prev.next = curr.next;
|
|
32
|
-
curr.next = list.next;
|
|
33
|
-
list.next = curr; // eslint-disable-line no-param-reassign
|
|
34
|
-
return curr;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
var listGet = function (objects, key) {
|
|
40
|
-
var node = listGetNode(objects, key);
|
|
41
|
-
return node && node.value;
|
|
42
|
-
};
|
|
43
|
-
var listSet = function (objects, key, value) {
|
|
44
|
-
var node = listGetNode(objects, key);
|
|
45
|
-
if (node) {
|
|
46
|
-
node.value = value;
|
|
47
|
-
} else {
|
|
48
|
-
// Prepend the new node to the beginning of the list
|
|
49
|
-
objects.next = { // eslint-disable-line no-param-reassign
|
|
50
|
-
key: key,
|
|
51
|
-
next: objects.next,
|
|
52
|
-
value: value
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
var listHas = function (objects, key) {
|
|
57
|
-
return !!listGetNode(objects, key);
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
var sideChannel = function getSideChannel() {
|
|
61
|
-
var $wm;
|
|
62
|
-
var $m;
|
|
63
|
-
var $o;
|
|
64
|
-
var channel = {
|
|
65
|
-
assert: function (key) {
|
|
66
|
-
if (!channel.has(key)) {
|
|
67
|
-
throw new $TypeError('Side channel does not contain ' + inspect(key));
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
get: function (key) { // eslint-disable-line consistent-return
|
|
71
|
-
if ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {
|
|
72
|
-
if ($wm) {
|
|
73
|
-
return $weakMapGet($wm, key);
|
|
74
|
-
}
|
|
75
|
-
} else if ($Map) {
|
|
76
|
-
if ($m) {
|
|
77
|
-
return $mapGet($m, key);
|
|
78
|
-
}
|
|
79
|
-
} else {
|
|
80
|
-
if ($o) { // eslint-disable-line no-lonely-if
|
|
81
|
-
return listGet($o, key);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
has: function (key) {
|
|
86
|
-
if ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {
|
|
87
|
-
if ($wm) {
|
|
88
|
-
return $weakMapHas($wm, key);
|
|
89
|
-
}
|
|
90
|
-
} else if ($Map) {
|
|
91
|
-
if ($m) {
|
|
92
|
-
return $mapHas($m, key);
|
|
93
|
-
}
|
|
94
|
-
} else {
|
|
95
|
-
if ($o) { // eslint-disable-line no-lonely-if
|
|
96
|
-
return listHas($o, key);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
return false;
|
|
100
|
-
},
|
|
101
|
-
set: function (key, value) {
|
|
102
|
-
if ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {
|
|
103
|
-
if (!$wm) {
|
|
104
|
-
$wm = new $WeakMap();
|
|
105
|
-
}
|
|
106
|
-
$weakMapSet($wm, key, value);
|
|
107
|
-
} else if ($Map) {
|
|
108
|
-
if (!$m) {
|
|
109
|
-
$m = new $Map();
|
|
110
|
-
}
|
|
111
|
-
$mapSet($m, key, value);
|
|
112
|
-
} else {
|
|
113
|
-
if (!$o) {
|
|
114
|
-
/*
|
|
115
|
-
* Initialize the linked list as an empty node, so that we don't have
|
|
116
|
-
* to special-case handling of the first node: we can always refer to
|
|
117
|
-
* it as (previous node).next, instead of something like (list).head
|
|
118
|
-
*/
|
|
119
|
-
$o = { key: {}, next: null };
|
|
120
|
-
}
|
|
121
|
-
listSet($o, key, value);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
return channel;
|
|
126
|
-
};
|
|
127
|
-
|
|
128
|
-
export { sideChannel as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = "@charset 'UTF-8';\n/* Slider */\n.slick-theme_slick-loading__-bQxh .slick-theme_slick-list__hOFwm\n{\n background: #fff url('./ajax-loader.gif') center center no-repeat;\n}\n\n/* Icons */\n@font-face\n{\n font-family: 'slick';\n font-weight: normal;\n font-style: normal;\n\n src: url('./fonts/slick.eot');\n src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');\n}\n/* Arrows */\n.slick-theme_slick-prev__aRAPV,\n.slick-theme_slick-next__9ZOh0\n{\n font-size: 0;\n line-height: 0;\n\n position: absolute;\n top: 50%;\n\n display: block;\n\n width: 20px;\n height: 20px;\n padding: 0;\n -webkit-transform: translate(0, -50%);\n -ms-transform: translate(0, -50%);\n transform: translate(0, -50%);\n\n cursor: pointer;\n\n color: transparent;\n border: none;\n outline: none;\n background: transparent;\n}\n.slick-theme_slick-prev__aRAPV:hover,\n.slick-theme_slick-prev__aRAPV:focus,\n.slick-theme_slick-next__9ZOh0:hover,\n.slick-theme_slick-next__9ZOh0:focus\n{\n color: transparent;\n outline: none;\n background: transparent;\n}\n.slick-theme_slick-prev__aRAPV:hover:before,\n.slick-theme_slick-prev__aRAPV:focus:before,\n.slick-theme_slick-next__9ZOh0:hover:before,\n.slick-theme_slick-next__9ZOh0:focus:before\n{\n opacity: 1;\n}\n.slick-theme_slick-prev__aRAPV.slick-theme_slick-disabled__I6CvQ:before,\n.slick-theme_slick-next__9ZOh0.slick-theme_slick-disabled__I6CvQ:before\n{\n opacity: .25;\n}\n\n.slick-theme_slick-prev__aRAPV:before,\n.slick-theme_slick-next__9ZOh0:before\n{\n font-family: 'slick';\n font-size: 20px;\n line-height: 1;\n\n opacity: .75;\n color: white;\n\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.slick-theme_slick-prev__aRAPV\n{\n left: -25px;\n}\n[dir='rtl'] .slick-theme_slick-prev__aRAPV\n{\n right: -25px;\n left: auto;\n}\n.slick-theme_slick-prev__aRAPV:before\n{\n content: '←';\n}\n[dir='rtl'] .slick-theme_slick-prev__aRAPV:before\n{\n content: '→';\n}\n\n.slick-theme_slick-next__9ZOh0\n{\n right: -25px;\n}\n[dir='rtl'] .slick-theme_slick-next__9ZOh0\n{\n right: auto;\n left: -25px;\n}\n.slick-theme_slick-next__9ZOh0:before\n{\n content: '→';\n}\n[dir='rtl'] .slick-theme_slick-next__9ZOh0:before\n{\n content: '←';\n}\n\n/* Dots */\n.slick-theme_slick-dotted__maUFb.slick-theme_slick-slider__qStzt\n{\n margin-bottom: 30px;\n}\n\n.slick-theme_slick-dots__Egs5F\n{\n position: absolute;\n bottom: -25px;\n\n display: block;\n\n width: 100%;\n padding: 0;\n margin: 0;\n\n list-style: none;\n\n text-align: center;\n}\n.slick-theme_slick-dots__Egs5F li\n{\n position: relative;\n\n display: inline-block;\n\n width: 20px;\n height: 20px;\n margin: 0 5px;\n padding: 0;\n\n cursor: pointer;\n}\n.slick-theme_slick-dots__Egs5F li button\n{\n font-size: 0;\n line-height: 0;\n\n display: block;\n\n width: 20px;\n height: 20px;\n padding: 5px;\n\n cursor: pointer;\n\n color: transparent;\n border: 0;\n outline: none;\n background: transparent;\n}\n.slick-theme_slick-dots__Egs5F li button:hover,\n.slick-theme_slick-dots__Egs5F li button:focus\n{\n outline: none;\n}\n.slick-theme_slick-dots__Egs5F li button:hover:before,\n.slick-theme_slick-dots__Egs5F li button:focus:before\n{\n opacity: 1;\n}\n.slick-theme_slick-dots__Egs5F li button:before\n{\n font-family: 'slick';\n font-size: 6px;\n line-height: 20px;\n\n position: absolute;\n top: 0;\n left: 0;\n\n width: 20px;\n height: 20px;\n\n content: '•';\n text-align: center;\n\n opacity: .25;\n color: black;\n\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.slick-theme_slick-dots__Egs5F li.slick-theme_slick-active__QTcxr button:before\n{\n opacity: .75;\n color: black;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = "/* Slider */\n.slick_slick-slider__oM7KC\n{\n position: relative;\n\n display: block;\n box-sizing: border-box;\n\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n -webkit-touch-callout: none;\n -khtml-user-select: none;\n -ms-touch-action: pan-y;\n touch-action: pan-y;\n -webkit-tap-highlight-color: transparent;\n}\n\n.slick_slick-list__iOqXF\n{\n position: relative;\n\n display: block;\n overflow: hidden;\n\n margin: 0;\n padding: 0;\n}\n.slick_slick-list__iOqXF:focus\n{\n outline: none;\n}\n.slick_slick-list__iOqXF.slick_dragging__6gBI-\n{\n cursor: pointer;\n cursor: hand;\n}\n\n.slick_slick-slider__oM7KC .slick_slick-track__uctt7,\n.slick_slick-slider__oM7KC .slick_slick-list__iOqXF\n{\n -webkit-transform: translate3d(0, 0, 0);\n -moz-transform: translate3d(0, 0, 0);\n -ms-transform: translate3d(0, 0, 0);\n -o-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n}\n\n.slick_slick-track__uctt7\n{\n position: relative;\n top: 0;\n left: 0;\n\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n.slick_slick-track__uctt7:before,\n.slick_slick-track__uctt7:after\n{\n display: table;\n\n content: '';\n}\n.slick_slick-track__uctt7:after\n{\n clear: both;\n}\n.slick_slick-loading__8Fjzx .slick_slick-track__uctt7\n{\n visibility: hidden;\n}\n\n.slick_slick-slide__m2QTw\n{\n display: none;\n float: left;\n\n height: 100%;\n min-height: 1px;\n}\n[dir='rtl'] .slick_slick-slide__m2QTw\n{\n float: right;\n}\n.slick_slick-slide__m2QTw img\n{\n display: block;\n}\n.slick_slick-slide__m2QTw.slick_slick-loading__8Fjzx img\n{\n display: none;\n}\n.slick_slick-slide__m2QTw.slick_dragging__6gBI- img\n{\n pointer-events: none;\n}\n.slick_slick-initialized__aQs3t .slick_slick-slide__m2QTw\n{\n display: block;\n}\n.slick_slick-loading__8Fjzx .slick_slick-slide__m2QTw\n{\n visibility: hidden;\n}\n.slick_slick-vertical__3Otm4 .slick_slick-slide__m2QTw\n{\n display: block;\n\n height: auto;\n\n border: 1px solid transparent;\n}\n.slick_slick-arrow__0HenY.slick_slick-hidden__DqzNK {\n display: none;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
function styleInject(css, ref) {
|
|
2
|
-
if ( ref === void 0 ) ref = {};
|
|
3
|
-
var insertAt = ref.insertAt;
|
|
4
|
-
|
|
5
|
-
if (!css || typeof document === 'undefined') { return; }
|
|
6
|
-
|
|
7
|
-
var head = document.head || document.getElementsByTagName('head')[0];
|
|
8
|
-
var style = document.createElement('style');
|
|
9
|
-
style.type = 'text/css';
|
|
10
|
-
|
|
11
|
-
if (insertAt === 'top') {
|
|
12
|
-
if (head.firstChild) {
|
|
13
|
-
head.insertBefore(style, head.firstChild);
|
|
14
|
-
} else {
|
|
15
|
-
head.appendChild(style);
|
|
16
|
-
}
|
|
17
|
-
} else {
|
|
18
|
-
head.appendChild(style);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (style.styleSheet) {
|
|
22
|
-
style.styleSheet.cssText = css;
|
|
23
|
-
} else {
|
|
24
|
-
style.appendChild(document.createTextNode(css));
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export { styleInject as default };
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
Copyright (c) Microsoft Corporation.
|
|
3
|
-
|
|
4
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
-
purpose with or without fee is hereby granted.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
-
***************************************************************************** */
|
|
15
|
-
/* global Reflect, Promise */
|
|
16
|
-
|
|
17
|
-
var extendStatics = function(d, b) {
|
|
18
|
-
extendStatics = Object.setPrototypeOf ||
|
|
19
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
20
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
21
|
-
return extendStatics(d, b);
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
function __extends(d, b) {
|
|
25
|
-
if (typeof b !== "function" && b !== null)
|
|
26
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
27
|
-
extendStatics(d, b);
|
|
28
|
-
function __() { this.constructor = d; }
|
|
29
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
var __assign = function() {
|
|
33
|
-
__assign = Object.assign || function __assign(t) {
|
|
34
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
35
|
-
s = arguments[i];
|
|
36
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
37
|
-
}
|
|
38
|
-
return t;
|
|
39
|
-
};
|
|
40
|
-
return __assign.apply(this, arguments);
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
function __rest(s, e) {
|
|
44
|
-
var t = {};
|
|
45
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
46
|
-
t[p] = s[p];
|
|
47
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
48
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
49
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
50
|
-
t[p[i]] = s[p[i]];
|
|
51
|
-
}
|
|
52
|
-
return t;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function __decorate(decorators, target, key, desc) {
|
|
56
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
57
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
58
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
59
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
|
63
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
64
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
65
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
66
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
67
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
68
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
function __generator(thisArg, body) {
|
|
73
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
74
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
75
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
76
|
-
function step(op) {
|
|
77
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
78
|
-
while (_) try {
|
|
79
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
80
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
81
|
-
switch (op[0]) {
|
|
82
|
-
case 0: case 1: t = op; break;
|
|
83
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
84
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
85
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
86
|
-
default:
|
|
87
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
88
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
89
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
90
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
91
|
-
if (t[2]) _.ops.pop();
|
|
92
|
-
_.trys.pop(); continue;
|
|
93
|
-
}
|
|
94
|
-
op = body.call(thisArg, _);
|
|
95
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
96
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
function __spreadArray(to, from, pack) {
|
|
101
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
102
|
-
if (ar || !(i in from)) {
|
|
103
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
104
|
-
ar[i] = from[i];
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
export { __assign, __awaiter, __decorate, __extends, __generator, __rest, __spreadArray };
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Convert array of 16 byte values to UUID string format of the form:
|
|
3
|
-
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
var byteToHex = [];
|
|
7
|
-
for (var i = 0; i < 256; ++i) {
|
|
8
|
-
byteToHex[i] = (i + 0x100).toString(16).substr(1);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
function bytesToUuid(buf, offset) {
|
|
12
|
-
var i = offset || 0;
|
|
13
|
-
var bth = byteToHex;
|
|
14
|
-
// join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4
|
|
15
|
-
return ([
|
|
16
|
-
bth[buf[i++]], bth[buf[i++]],
|
|
17
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
18
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
19
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
20
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
21
|
-
bth[buf[i++]], bth[buf[i++]],
|
|
22
|
-
bth[buf[i++]], bth[buf[i++]],
|
|
23
|
-
bth[buf[i++]], bth[buf[i++]]
|
|
24
|
-
]).join('');
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
var bytesToUuid_1 = bytesToUuid;
|
|
28
|
-
|
|
29
|
-
export { bytesToUuid_1 as default };
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { r as rngBrowser } from '../../../_virtual/rng-browser.js';
|
|
2
|
-
|
|
3
|
-
// Unique ID creation requires a high quality random # generator. In the
|
|
4
|
-
// browser this is a little complicated due to unknown quality of Math.random()
|
|
5
|
-
// and inconsistent support for the `crypto` API. We do the best we can via
|
|
6
|
-
// feature-detection
|
|
7
|
-
|
|
8
|
-
// getRandomValues needs to be invoked in a context where "this" is a Crypto
|
|
9
|
-
// implementation. Also, find the complete implementation of crypto on IE11.
|
|
10
|
-
var getRandomValues = (typeof(crypto) != 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto)) ||
|
|
11
|
-
(typeof(msCrypto) != 'undefined' && typeof window.msCrypto.getRandomValues == 'function' && msCrypto.getRandomValues.bind(msCrypto));
|
|
12
|
-
|
|
13
|
-
if (getRandomValues) {
|
|
14
|
-
// WHATWG crypto RNG - http://wiki.whatwg.org/wiki/Crypto
|
|
15
|
-
var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef
|
|
16
|
-
|
|
17
|
-
rngBrowser.exports = function whatwgRNG() {
|
|
18
|
-
getRandomValues(rnds8);
|
|
19
|
-
return rnds8;
|
|
20
|
-
};
|
|
21
|
-
} else {
|
|
22
|
-
// Math.random()-based (RNG)
|
|
23
|
-
//
|
|
24
|
-
// If all else fails, use Math.random(). It's fast, but is of unspecified
|
|
25
|
-
// quality.
|
|
26
|
-
var rnds = new Array(16);
|
|
27
|
-
|
|
28
|
-
rngBrowser.exports = function mathRNG() {
|
|
29
|
-
for (var i = 0, r; i < 16; i++) {
|
|
30
|
-
if ((i & 0x03) === 0) r = Math.random() * 0x100000000;
|
|
31
|
-
rnds[i] = r >>> ((i & 0x03) << 3) & 0xff;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
return rnds;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
var exports = rngBrowser.exports;
|
|
39
|
-
export { exports as default };
|