@dckj-npm/dc-material 0.1.358 → 0.1.360
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/README.md +17 -17
- package/build/index.css +2 -0
- package/build/index.html +1 -0
- package/build/index.js +43 -0
- package/build/lowcode/assets-daily.json +71 -0
- package/build/lowcode/assets-dev.json +71 -0
- package/build/lowcode/assets-prod.json +71 -0
- package/build/lowcode/designer.html +302 -0
- package/build/lowcode/index.html +304 -0
- package/build/lowcode/index.js +1 -0
- package/build/lowcode/meta.design.js +1 -0
- package/build/lowcode/meta.js +1 -0
- package/build/lowcode/preview.css +1 -0
- package/build/lowcode/preview.html +33 -0
- package/build/lowcode/preview.js +310 -0
- package/build/lowcode/render/default/view.css +1 -0
- package/build/lowcode/render/default/view.js +295 -0
- package/build/lowcode/view.css +1 -0
- package/build/lowcode/view.js +295 -0
- package/dist/BizComps.css +1 -0
- package/dist/BizComps.js +7 -0
- package/dist/BizComps.js.map +1 -0
- package/es/assets/icon/grid-nav/right.png +0 -0
- package/es/assets/icon/position/location.png +0 -0
- package/es/assets/icon/review-list/like-fill.png +0 -0
- package/es/assets/icon/review-list/like.png +0 -0
- package/es/assets/icon/review-list/unlike-fill.png +0 -0
- package/es/assets/icon/review-list/unlike.png +0 -0
- package/es/assets/icon/search/delete.png +0 -0
- package/es/assets/icon/search-history-list/close.png +0 -0
- package/es/assets/icon/search-history-list/time.png +0 -0
- package/es/assets/icon/shop/add.png +0 -0
- package/es/assets/icon/shop/checkbox.png +0 -0
- package/es/assets/icon/shop/subtract.png +0 -0
- package/es/assets/icon/teletext-list/arr.png +0 -0
- package/es/assets/scss/mixin.scss +68 -0
- package/es/components/accordion-selector/accordion-selector.d.ts +49 -0
- package/es/components/accordion-selector/accordion-selector.js +22 -0
- package/es/components/accordion-selector/index.d.ts +6 -0
- package/es/components/accordion-selector/index.js +5 -0
- package/es/components/accordion-selector/index.scss +5 -0
- package/es/components/address-list/address-list-item.d.ts +14 -0
- package/es/components/address-list/address-list-item.js +50 -0
- package/es/components/address-list/address-list-item.scss +90 -0
- package/es/components/address-list/address-list.d.ts +44 -0
- package/es/components/address-list/address-list.js +46 -0
- package/es/components/address-list/index.d.ts +6 -0
- package/es/components/address-list/index.js +6 -0
- package/es/components/address-list/index.scss +4 -0
- package/es/components/bottom-navigation/bottom-navigation.d.ts +15 -15
- package/es/components/bottom-navigation/index.d.ts +3 -3
- package/es/components/bottom-navigation/index.scss +28 -28
- package/es/components/bread-crumb/bread-crumb.d.ts +24 -0
- package/es/components/bread-crumb/bread-crumb.js +33 -0
- package/es/components/bread-crumb/index.d.ts +6 -0
- package/es/components/bread-crumb/index.js +6 -0
- package/es/components/bread-crumb/index.scss +4 -0
- package/es/components/button/button.d.ts +14 -14
- package/es/components/button/button.js +4 -1
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/index.js +2 -2
- package/es/components/button/index.scss +16 -16
- package/es/components/carousel/carousel.d.ts +14 -14
- package/es/components/carousel/carousel.scss +32 -32
- package/es/components/collapse/collapse.d.ts +51 -0
- package/es/components/collapse/collapse.js +58 -0
- package/es/components/collapse/index.d.ts +6 -0
- package/es/components/collapse/index.js +5 -0
- package/es/components/collapse/index.scss +18 -0
- package/es/components/collapse-selector/collapse-selector.d.ts +14 -0
- package/es/components/collapse-selector/collapse-selector.js +94 -0
- package/es/components/collapse-selector/index.d.ts +3 -0
- package/es/components/collapse-selector/index.js +2 -0
- package/es/components/collapse-selector/index.scss +98 -0
- package/es/components/collapse-selector-item/collapse-selector-item.d.ts +8 -0
- package/es/components/collapse-selector-item/collapse-selector-item.js +16 -0
- package/es/components/collapse-selector-item/index.d.ts +3 -0
- package/es/components/collapse-selector-item/index.js +2 -0
- package/es/components/collapse-selector-item/index.scss +6 -0
- package/es/components/colorful-button/colorful-button.d.ts +12 -12
- package/es/components/colorful-button/index.d.ts +3 -3
- package/es/components/colorful-button/index.scss +5 -5
- package/es/components/colorful-input/colorful-input.d.ts +8 -8
- package/es/components/colorful-input/index.d.ts +3 -3
- package/es/components/colorful-input/index.scss +5 -5
- package/es/components/custom-form/custom-form.d.ts +37 -0
- package/es/components/custom-form/custom-form.js +158 -0
- package/es/components/custom-form/index.d.ts +6 -0
- package/es/components/custom-form/index.js +6 -0
- package/es/components/custom-form/index.scss +25 -0
- package/es/components/custom-select/index.d.ts +6 -0
- package/es/components/custom-select/index.js +6 -0
- package/es/components/custom-select/index.scss +152 -0
- package/es/components/custom-select/select.d.ts +45 -0
- package/es/components/custom-select/select.js +146 -0
- package/es/components/dc-slider/index.d.ts +3 -3
- package/es/components/dc-slider/index.scss +6 -6
- package/es/components/dc-slider/slider-img.d.ts +32 -32
- package/es/components/drawer/drawer.d.ts +44 -0
- package/es/components/drawer/drawer.js +43 -0
- package/es/components/drawer/index.d.ts +6 -0
- package/es/components/drawer/index.js +6 -0
- package/es/components/drawer/index.scss +16 -0
- package/es/components/form/form-item.d.ts +42 -42
- package/es/components/form/form-item.scss +20 -20
- package/es/components/form/form.d.ts +21 -20
- package/es/components/form/form.js +254 -1468
- package/es/components/form/index.d.ts +6 -6
- package/es/components/form/index.js +2 -2
- package/es/components/form/index.scss +21 -21
- package/es/components/goods-card-list/goods-card-list-common.d.ts +5 -5
- package/es/components/goods-card-list/goods-card-list-common.scss +118 -118
- package/es/components/goods-card-list/goods-card-list.d.ts +5 -5
- package/es/components/goods-card-list/goods-card-list.scss +112 -112
- package/es/components/goods-card-list/index.d.ts +4 -4
- package/es/components/goods-card-list/types.d.ts +45 -45
- package/es/components/grid-nav/grid-nav.d.ts +13 -13
- package/es/components/grid-nav/index.d.ts +3 -3
- package/es/components/grid-nav/index.scss +50 -50
- package/es/components/image/image.d.ts +17 -0
- package/es/components/image/image.js +21 -0
- package/es/components/image/index.d.ts +3 -0
- package/es/components/image/index.js +2 -0
- package/es/components/image/index.scss +3 -0
- package/es/components/input/index.d.ts +6 -0
- package/es/components/input/index.js +6 -0
- package/es/components/input/index.scss +3 -0
- package/es/components/input/input.d.ts +42 -0
- package/es/components/input/input.js +95 -0
- package/es/components/integral-task/index.d.ts +6 -6
- package/es/components/integral-task/index.js +2 -2
- package/es/components/integral-task/index.scss +35 -35
- package/es/components/integral-task/integral-task.d.ts +40 -40
- package/es/components/member-card/index.d.ts +6 -6
- package/es/components/member-card/index.js +2 -2
- package/es/components/member-card/index.scss +86 -86
- package/es/components/member-card/member-card.d.ts +5 -5
- package/es/components/member-card/type.d.ts +11 -11
- package/es/components/menu-list/index.d.ts +6 -6
- package/es/components/menu-list/index.js +2 -2
- package/es/components/menu-list/index.scss +16 -16
- package/es/components/menu-list/menu-list-item.d.ts +5 -5
- package/es/components/menu-list/menu-list-item.scss +49 -49
- package/es/components/menu-list/menu-list.d.ts +5 -5
- package/es/components/menu-list/types.d.ts +23 -23
- package/es/components/message-list/index.d.ts +6 -6
- package/es/components/message-list/index.js +2 -2
- package/es/components/message-list/index.scss +22 -22
- package/es/components/message-list/message-list-item.d.ts +33 -33
- package/es/components/message-list/message-list-item.js +2 -2
- package/es/components/message-list/message-list-item.scss +62 -62
- package/es/components/message-list/message-list.d.ts +28 -28
- package/es/components/notice-bar/index.d.ts +3 -3
- package/es/components/notice-bar/index.scss +84 -84
- package/es/components/notice-bar/notice-bar-item.d.ts +18 -18
- package/es/components/notice-bar/notice-bar-item.scss +26 -26
- package/es/components/notice-bar/notice-bar.d.ts +46 -46
- package/es/components/position/entity.d.ts +5 -5
- package/es/components/position/index.d.ts +3 -3
- package/es/components/position/index.scss +124 -124
- package/es/components/position/position-left.d.ts +9 -9
- package/es/components/position/position-list.d.ts +12 -12
- package/es/components/position/position-list.js +4 -4
- package/es/components/position/position.d.ts +8 -8
- package/es/components/profile/index.d.ts +6 -0
- package/es/components/profile/index.js +6 -0
- package/es/components/profile/index.scss +37 -0
- package/es/components/profile/profile.d.ts +35 -0
- package/es/components/profile/profile.js +41 -0
- package/es/components/radio-group/index.d.ts +8 -8
- package/es/components/radio-group/index.js +2 -2
- package/es/components/radio-group/index.scss +40 -40
- package/es/components/radio-group/radio-group-item.d.ts +48 -48
- package/es/components/radio-group/radio-group.d.ts +52 -52
- package/es/components/rating/index.d.ts +6 -0
- package/es/components/rating/index.js +6 -0
- package/es/components/rating/index.scss +3 -0
- package/es/components/rating/rating.d.ts +39 -0
- package/es/components/rating/rating.js +31 -0
- package/es/components/review-list/index.d.ts +3 -0
- package/es/components/review-list/index.js +2 -0
- package/es/components/review-list/index.scss +89 -0
- package/es/components/review-list/review-list.d.ts +44 -0
- package/es/components/review-list/review-list.js +71 -0
- package/es/components/rich-text/index.d.ts +6 -6
- package/es/components/rich-text/index.js +2 -2
- package/es/components/rich-text/index.scss +19 -19
- package/es/components/rich-text/rich-text.d.ts +13 -14
- package/es/components/search-bar/index.d.ts +3 -3
- package/es/components/search-bar/index.scss +44 -39
- package/es/components/search-bar/search-bar.d.ts +12 -10
- package/es/components/search-bar/search-bar.js +12 -6
- package/es/components/search-history-list/index.d.ts +3 -0
- package/es/components/search-history-list/index.js +2 -0
- package/es/components/search-history-list/index.scss +29 -0
- package/es/components/search-history-list/search-history-list.d.ts +29 -0
- package/es/components/search-history-list/search-history-list.js +45 -0
- package/es/components/shopping-cart/components/good-item.d.ts +15 -0
- package/es/components/shopping-cart/components/good-item.js +127 -0
- package/es/components/shopping-cart/components/good-item.scss +161 -0
- package/es/components/shopping-cart/index.d.ts +6 -0
- package/es/components/shopping-cart/index.js +6 -0
- package/es/components/shopping-cart/index.scss +140 -0
- package/es/components/shopping-cart/shopping-cart.d.ts +5 -0
- package/es/components/shopping-cart/shopping-cart.js +239 -0
- package/es/components/shopping-cart/type.d.ts +51 -0
- package/es/components/shopping-cart/type.js +1 -0
- package/es/components/stream-list/index.d.ts +6 -6
- package/es/components/stream-list/index.js +2 -2
- package/es/components/stream-list/index.scss +26 -26
- package/es/components/stream-list/stream-list.d.ts +54 -54
- package/es/components/stream-list/stream-list.js +4 -4
- package/es/components/swiper/index.d.ts +3 -3
- package/es/components/swiper/index.scss +20 -20
- package/es/components/swiper/swiper.d.ts +30 -30
- package/es/components/switch/index.d.ts +6 -0
- package/es/components/switch/index.js +6 -0
- package/es/components/switch/index.scss +4 -0
- package/es/components/switch/switch.d.ts +14 -0
- package/es/components/switch/switch.js +20 -0
- package/es/components/tab/index.d.ts +6 -6
- package/es/components/tab/index.js +2 -2
- package/es/components/tab/index.scss +44 -44
- package/es/components/tab/tab.d.ts +27 -27
- package/es/components/tab-container/index.d.ts +3 -3
- package/es/components/tab-container/index.scss +47 -47
- package/es/components/tab-container/tab-container.d.ts +10 -10
- package/es/components/tab-container-item/index.d.ts +3 -3
- package/es/components/tab-container-item/tab-container-item.d.ts +11 -11
- package/es/components/tag/index.d.ts +6 -6
- package/es/components/tag/index.js +2 -2
- package/es/components/tag/index.scss +24 -24
- package/es/components/tag/tag.d.ts +14 -14
- package/es/components/teletext-list/index.d.ts +6 -6
- package/es/components/teletext-list/index.js +2 -2
- package/es/components/teletext-list/index.scss +53 -40
- package/es/components/teletext-list/teletext-list-item.d.ts +102 -33
- package/es/components/teletext-list/teletext-list-item.js +195 -28
- package/es/components/teletext-list/teletext-list-item.scss +203 -57
- package/es/components/teletext-list/teletext-list.d.ts +147 -61
- package/es/components/teletext-list/teletext-list.js +91 -9
- package/es/components/text-description-detail-list/index.d.ts +6 -0
- package/es/components/text-description-detail-list/index.js +6 -0
- package/es/components/text-description-detail-list/index.scss +12 -0
- package/es/components/text-description-detail-list/text-description-detail-list-item.d.ts +29 -0
- package/es/components/text-description-detail-list/text-description-detail-list-item.js +24 -0
- package/es/components/text-description-detail-list/text-description-detail-list-item.scss +45 -0
- package/es/components/text-description-detail-list/text-description-detail-list.d.ts +27 -0
- package/es/components/text-description-detail-list/text-description-detail-list.js +44 -0
- package/es/components/title/index.d.ts +8 -8
- package/es/components/title/index.js +2 -2
- package/es/components/title/title-1.d.ts +10 -10
- package/es/components/title/title-1.scss +25 -25
- package/es/components/title/title-2.d.ts +18 -18
- package/es/components/title/title-2.scss +22 -22
- package/es/components/user-card/index.d.ts +6 -6
- package/es/components/user-card/index.js +2 -2
- package/es/components/user-card/index.scss +68 -68
- package/es/components/user-card/type.d.ts +8 -8
- package/es/components/user-card/user-card.d.ts +5 -5
- package/es/components//346/250/241/346/235/277/index.d.ts +6 -0
- package/es/components//346/250/241/346/235/277/index.js +6 -0
- package/es/components//346/250/241/346/235/277/index.scss +0 -0
- package/es/components//346/250/241/346/235/277/member-card.d.ts +5 -0
- package/es/components//346/250/241/346/235/277/member-card.js +21 -0
- package/es/components//346/250/241/346/235/277/type.d.ts +11 -0
- package/es/components//346/250/241/346/235/277/type.js +1 -0
- package/es/entity/dynamic-column-data-type.d.ts +316 -316
- package/es/entity/dynamic-column-data-type.js +4 -4
- package/es/index.d.ts +85 -52
- package/es/index.js +73 -2
- package/es/index.scss +6 -6
- package/es/style.js +14 -0
- package/es/utils/children-node-handle.d.ts +9 -9
- package/es/utils/children-node-handle.js +12 -7
- package/es/utils/component-wrapper.d.ts +9 -9
- package/es/utils/debounce.d.ts +1 -1
- package/es/utils/textUtil.d.ts +10 -10
- package/es/utils/textUtil.js +9 -9
- package/es/utils/time-util.d.ts +5 -5
- package/es/utils/time-util.js +3 -3
- package/es/variables.d.ts +2 -2
- package/es/variables.scss +3 -3
- package/lib/assets/icon/grid-nav/right.png +0 -0
- package/lib/assets/icon/position/location.png +0 -0
- package/lib/assets/icon/review-list/like-fill.png +0 -0
- package/lib/assets/icon/review-list/like.png +0 -0
- package/lib/assets/icon/review-list/unlike-fill.png +0 -0
- package/lib/assets/icon/review-list/unlike.png +0 -0
- package/lib/assets/icon/search/delete.png +0 -0
- package/lib/assets/icon/search-history-list/close.png +0 -0
- package/lib/assets/icon/search-history-list/time.png +0 -0
- package/lib/assets/icon/shop/add.png +0 -0
- package/lib/assets/icon/shop/checkbox.png +0 -0
- package/lib/assets/icon/shop/subtract.png +0 -0
- package/lib/assets/icon/teletext-list/arr.png +0 -0
- package/lib/assets/scss/mixin.scss +68 -0
- package/lib/components/accordion-selector/accordion-selector.d.ts +49 -0
- package/lib/components/accordion-selector/accordion-selector.js +27 -0
- package/lib/components/accordion-selector/index.d.ts +6 -0
- package/lib/components/accordion-selector/index.js +6 -0
- package/lib/components/accordion-selector/index.scss +5 -0
- package/lib/components/address-list/address-list-item.d.ts +14 -0
- package/lib/components/address-list/address-list-item.js +55 -0
- package/lib/components/address-list/address-list-item.scss +90 -0
- package/lib/components/address-list/address-list.d.ts +44 -0
- package/lib/components/address-list/address-list.js +51 -0
- package/lib/components/address-list/index.d.ts +6 -0
- package/lib/components/address-list/index.js +6 -0
- package/lib/components/address-list/index.scss +4 -0
- package/lib/components/bottom-navigation/bottom-navigation.d.ts +15 -15
- package/lib/components/bottom-navigation/bottom-navigation.js +1 -2
- package/lib/components/bottom-navigation/index.d.ts +3 -3
- package/lib/components/bottom-navigation/index.scss +28 -28
- package/lib/components/bread-crumb/bread-crumb.d.ts +24 -0
- package/lib/components/bread-crumb/bread-crumb.js +38 -0
- package/lib/components/bread-crumb/index.d.ts +6 -0
- package/lib/components/bread-crumb/index.js +6 -0
- package/lib/components/bread-crumb/index.scss +4 -0
- package/lib/components/button/button.d.ts +14 -14
- package/lib/components/button/button.js +5 -3
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/index.js +2 -2
- package/lib/components/button/index.scss +16 -16
- package/lib/components/carousel/carousel.d.ts +14 -14
- package/lib/components/carousel/carousel.js +1 -2
- package/lib/components/carousel/carousel.scss +32 -32
- package/lib/components/collapse/collapse.d.ts +51 -0
- package/lib/components/collapse/collapse.js +63 -0
- package/lib/components/collapse/index.d.ts +6 -0
- package/lib/components/collapse/index.js +6 -0
- package/lib/components/collapse/index.scss +18 -0
- package/lib/components/collapse-selector/collapse-selector.d.ts +14 -0
- package/lib/components/collapse-selector/collapse-selector.js +99 -0
- package/lib/components/collapse-selector/index.d.ts +3 -0
- package/lib/components/collapse-selector/index.js +6 -0
- package/lib/components/collapse-selector/index.scss +98 -0
- package/lib/components/collapse-selector-item/collapse-selector-item.d.ts +8 -0
- package/lib/components/collapse-selector-item/collapse-selector-item.js +19 -0
- package/lib/components/collapse-selector-item/index.d.ts +3 -0
- package/lib/components/collapse-selector-item/index.js +6 -0
- package/lib/components/collapse-selector-item/index.scss +6 -0
- package/lib/components/colorful-button/colorful-button.d.ts +12 -12
- package/lib/components/colorful-button/colorful-button.js +1 -2
- package/lib/components/colorful-button/index.d.ts +3 -3
- package/lib/components/colorful-button/index.scss +5 -5
- package/lib/components/colorful-input/colorful-input.d.ts +8 -8
- package/lib/components/colorful-input/colorful-input.js +1 -2
- package/lib/components/colorful-input/index.d.ts +3 -3
- package/lib/components/colorful-input/index.scss +5 -5
- package/lib/components/custom-form/custom-form.d.ts +37 -0
- package/lib/components/custom-form/custom-form.js +164 -0
- package/lib/components/custom-form/index.d.ts +6 -0
- package/lib/components/custom-form/index.js +6 -0
- package/lib/components/custom-form/index.scss +25 -0
- package/lib/components/custom-select/index.d.ts +6 -0
- package/lib/components/custom-select/index.js +6 -0
- package/lib/components/custom-select/index.scss +152 -0
- package/lib/components/custom-select/select.d.ts +45 -0
- package/lib/components/custom-select/select.js +152 -0
- package/lib/components/dc-slider/index.d.ts +3 -3
- package/lib/components/dc-slider/index.scss +6 -6
- package/lib/components/dc-slider/slider-img.d.ts +32 -32
- package/lib/components/dc-slider/slider-img.js +1 -2
- package/lib/components/drawer/drawer.d.ts +44 -0
- package/lib/components/drawer/drawer.js +49 -0
- package/lib/components/drawer/index.d.ts +6 -0
- package/lib/components/drawer/index.js +6 -0
- package/lib/components/drawer/index.scss +16 -0
- package/lib/components/form/form-item.d.ts +42 -42
- package/lib/components/form/form-item.js +1 -2
- package/lib/components/form/form-item.scss +20 -20
- package/lib/components/form/form.d.ts +21 -20
- package/lib/components/form/form.js +253 -1464
- package/lib/components/form/index.d.ts +6 -6
- package/lib/components/form/index.scss +21 -21
- package/lib/components/goods-card-list/goods-card-list-common.d.ts +5 -5
- package/lib/components/goods-card-list/goods-card-list-common.scss +118 -118
- package/lib/components/goods-card-list/goods-card-list.d.ts +5 -5
- package/lib/components/goods-card-list/goods-card-list.js +1 -2
- package/lib/components/goods-card-list/goods-card-list.scss +112 -112
- package/lib/components/goods-card-list/index.d.ts +4 -4
- package/lib/components/goods-card-list/types.d.ts +45 -45
- package/lib/components/grid-nav/grid-nav.d.ts +13 -13
- package/lib/components/grid-nav/grid-nav.js +1 -2
- package/lib/components/grid-nav/index.d.ts +3 -3
- package/lib/components/grid-nav/index.scss +50 -50
- package/lib/components/image/image.d.ts +17 -0
- package/lib/components/image/image.js +27 -0
- package/lib/components/image/index.d.ts +3 -0
- package/lib/components/image/index.js +7 -0
- package/lib/components/image/index.scss +3 -0
- package/lib/components/input/index.d.ts +6 -0
- package/lib/components/input/index.js +6 -0
- package/lib/components/input/index.scss +3 -0
- package/lib/components/input/input.d.ts +42 -0
- package/lib/components/input/input.js +101 -0
- package/lib/components/integral-task/index.d.ts +6 -6
- package/lib/components/integral-task/index.js +2 -2
- package/lib/components/integral-task/index.scss +35 -35
- package/lib/components/integral-task/integral-task.d.ts +40 -40
- package/lib/components/integral-task/integral-task.js +1 -2
- package/lib/components/member-card/index.d.ts +6 -6
- package/lib/components/member-card/index.scss +86 -86
- package/lib/components/member-card/member-card.d.ts +5 -5
- package/lib/components/member-card/member-card.js +1 -2
- package/lib/components/member-card/type.d.ts +11 -11
- package/lib/components/menu-list/index.d.ts +6 -6
- package/lib/components/menu-list/index.js +2 -2
- package/lib/components/menu-list/index.scss +16 -16
- package/lib/components/menu-list/menu-list-item.d.ts +5 -5
- package/lib/components/menu-list/menu-list-item.scss +49 -49
- package/lib/components/menu-list/menu-list.d.ts +5 -5
- package/lib/components/menu-list/types.d.ts +23 -23
- package/lib/components/message-list/index.d.ts +6 -6
- package/lib/components/message-list/index.js +2 -2
- package/lib/components/message-list/index.scss +22 -22
- package/lib/components/message-list/message-list-item.d.ts +33 -33
- package/lib/components/message-list/message-list-item.js +2 -2
- package/lib/components/message-list/message-list-item.scss +62 -62
- package/lib/components/message-list/message-list.d.ts +28 -28
- package/lib/components/message-list/message-list.js +1 -2
- package/lib/components/notice-bar/index.d.ts +3 -3
- package/lib/components/notice-bar/index.scss +84 -84
- package/lib/components/notice-bar/notice-bar-item.d.ts +18 -18
- package/lib/components/notice-bar/notice-bar-item.scss +26 -26
- package/lib/components/notice-bar/notice-bar.d.ts +46 -46
- package/lib/components/position/entity.d.ts +5 -5
- package/lib/components/position/index.d.ts +3 -3
- package/lib/components/position/index.scss +124 -124
- package/lib/components/position/position-left.d.ts +9 -9
- package/lib/components/position/position-left.js +1 -2
- package/lib/components/position/position-list.d.ts +12 -12
- package/lib/components/position/position-list.js +5 -6
- package/lib/components/position/position.d.ts +8 -8
- package/lib/components/position/position.js +1 -2
- package/lib/components/profile/index.d.ts +6 -0
- package/lib/components/profile/index.js +6 -0
- package/lib/components/profile/index.scss +37 -0
- package/lib/components/profile/profile.d.ts +35 -0
- package/lib/components/profile/profile.js +45 -0
- package/lib/components/radio-group/index.d.ts +8 -8
- package/lib/components/radio-group/index.scss +40 -40
- package/lib/components/radio-group/radio-group-item.d.ts +48 -48
- package/lib/components/radio-group/radio-group.d.ts +52 -52
- package/lib/components/radio-group/radio-group.js +1 -2
- package/lib/components/rating/index.d.ts +6 -0
- package/lib/components/rating/index.js +6 -0
- package/lib/components/rating/index.scss +3 -0
- package/lib/components/rating/rating.d.ts +39 -0
- package/lib/components/rating/rating.js +36 -0
- package/lib/components/review-list/index.d.ts +3 -0
- package/lib/components/review-list/index.js +6 -0
- package/lib/components/review-list/index.scss +89 -0
- package/lib/components/review-list/review-list.d.ts +44 -0
- package/lib/components/review-list/review-list.js +75 -0
- package/lib/components/rich-text/index.d.ts +6 -6
- package/lib/components/rich-text/index.scss +19 -19
- package/lib/components/rich-text/rich-text.d.ts +13 -14
- package/lib/components/search-bar/index.d.ts +3 -3
- package/lib/components/search-bar/index.scss +44 -39
- package/lib/components/search-bar/search-bar.d.ts +12 -10
- package/lib/components/search-bar/search-bar.js +12 -7
- package/lib/components/search-history-list/index.d.ts +3 -0
- package/lib/components/search-history-list/index.js +6 -0
- package/lib/components/search-history-list/index.scss +29 -0
- package/lib/components/search-history-list/search-history-list.d.ts +29 -0
- package/lib/components/search-history-list/search-history-list.js +51 -0
- package/lib/components/shopping-cart/components/good-item.d.ts +15 -0
- package/lib/components/shopping-cart/components/good-item.js +132 -0
- package/lib/components/shopping-cart/components/good-item.scss +161 -0
- package/lib/components/shopping-cart/index.d.ts +6 -0
- package/lib/components/shopping-cart/index.js +6 -0
- package/lib/components/shopping-cart/index.scss +140 -0
- package/lib/components/shopping-cart/shopping-cart.d.ts +5 -0
- package/lib/components/shopping-cart/shopping-cart.js +244 -0
- package/lib/components/shopping-cart/type.d.ts +51 -0
- package/lib/components/shopping-cart/type.js +3 -0
- package/lib/components/stream-list/index.d.ts +6 -6
- package/lib/components/stream-list/index.scss +26 -26
- package/lib/components/stream-list/stream-list.d.ts +54 -54
- package/lib/components/stream-list/stream-list.js +5 -6
- package/lib/components/swiper/index.d.ts +3 -3
- package/lib/components/swiper/index.scss +20 -20
- package/lib/components/swiper/swiper.d.ts +30 -30
- package/lib/components/swiper/swiper.js +1 -2
- package/lib/components/switch/index.d.ts +6 -0
- package/lib/components/switch/index.js +6 -0
- package/lib/components/switch/index.scss +4 -0
- package/lib/components/switch/switch.d.ts +14 -0
- package/lib/components/switch/switch.js +26 -0
- package/lib/components/tab/index.d.ts +6 -6
- package/lib/components/tab/index.js +2 -2
- package/lib/components/tab/index.scss +44 -44
- package/lib/components/tab/tab.d.ts +27 -27
- package/lib/components/tab/tab.js +1 -2
- package/lib/components/tab-container/index.d.ts +3 -3
- package/lib/components/tab-container/index.scss +47 -47
- package/lib/components/tab-container/tab-container.d.ts +10 -10
- package/lib/components/tab-container-item/index.d.ts +3 -3
- package/lib/components/tab-container-item/tab-container-item.d.ts +11 -11
- package/lib/components/tag/index.d.ts +6 -6
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/index.scss +24 -24
- package/lib/components/tag/tag.d.ts +14 -14
- package/lib/components/tag/tag.js +1 -2
- package/lib/components/teletext-list/index.d.ts +6 -6
- package/lib/components/teletext-list/index.scss +53 -40
- package/lib/components/teletext-list/teletext-list-item.d.ts +102 -33
- package/lib/components/teletext-list/teletext-list-item.js +195 -28
- package/lib/components/teletext-list/teletext-list-item.scss +203 -57
- package/lib/components/teletext-list/teletext-list.d.ts +147 -61
- package/lib/components/teletext-list/teletext-list.js +91 -9
- package/lib/components/text-description-detail-list/index.d.ts +6 -0
- package/lib/components/text-description-detail-list/index.js +6 -0
- package/lib/components/text-description-detail-list/index.scss +12 -0
- package/lib/components/text-description-detail-list/text-description-detail-list-item.d.ts +29 -0
- package/lib/components/text-description-detail-list/text-description-detail-list-item.js +28 -0
- package/lib/components/text-description-detail-list/text-description-detail-list-item.scss +45 -0
- package/lib/components/text-description-detail-list/text-description-detail-list.d.ts +27 -0
- package/lib/components/text-description-detail-list/text-description-detail-list.js +49 -0
- package/lib/components/title/index.d.ts +8 -8
- package/lib/components/title/title-1.d.ts +10 -10
- package/lib/components/title/title-1.scss +25 -25
- package/lib/components/title/title-2.d.ts +18 -18
- package/lib/components/title/title-2.scss +22 -22
- package/lib/components/user-card/index.d.ts +6 -6
- package/lib/components/user-card/index.scss +68 -68
- package/lib/components/user-card/type.d.ts +8 -8
- package/lib/components/user-card/user-card.d.ts +5 -5
- package/lib/components//346/250/241/346/235/277/index.d.ts +6 -0
- package/lib/components//346/250/241/346/235/277/index.js +6 -0
- package/lib/components//346/250/241/346/235/277/index.scss +0 -0
- package/lib/components//346/250/241/346/235/277/member-card.d.ts +5 -0
- package/lib/components//346/250/241/346/235/277/member-card.js +26 -0
- package/lib/components//346/250/241/346/235/277/type.d.ts +11 -0
- package/lib/components//346/250/241/346/235/277/type.js +3 -0
- package/lib/entity/dynamic-column-data-type.d.ts +316 -316
- package/lib/entity/dynamic-column-data-type.js +4 -4
- package/lib/index.d.ts +85 -52
- package/lib/index.js +126 -3
- package/lib/index.scss +6 -6
- package/lib/style.js +14 -0
- package/lib/utils/children-node-handle.d.ts +9 -9
- package/lib/utils/children-node-handle.js +12 -7
- package/lib/utils/component-wrapper.d.ts +9 -9
- package/lib/utils/component-wrapper.js +1 -2
- package/lib/utils/debounce.d.ts +1 -1
- package/lib/utils/textUtil.d.ts +10 -10
- package/lib/utils/textUtil.js +9 -9
- package/lib/utils/time-util.d.ts +5 -5
- package/lib/utils/time-util.js +3 -3
- package/lib/variables.d.ts +2 -2
- package/lib/variables.scss +3 -3
- package/lowcode/accordion-selector/meta.ts +125 -124
- package/lowcode/accordion-selector/props.ts +106 -106
- package/lowcode/address-list/meta.ts +102 -101
- package/lowcode/bread-crumb/meta.ts +119 -118
- package/lowcode/button2/meta.ts +86 -84
- package/lowcode/collapse/meta.ts +140 -138
- package/lowcode/collapse-selector/meta.ts +67 -67
- package/lowcode/collapse-selector/props.ts +114 -114
- package/lowcode/collapse-selector-item/meta.ts +80 -78
- package/lowcode/custom-drawer/meta.ts +223 -221
- package/lowcode/custom-form/meta.ts +307 -0
- package/lowcode/custom-radio-group/meta.ts +313 -312
- package/lowcode/custom-radio-group-item/meta.ts +231 -230
- package/lowcode/{select → custom-select}/meta.ts +203 -189
- package/lowcode/d-c-slider/meta.design.ts +174 -174
- package/lowcode/d-c-slider/meta.ts +186 -186
- package/lowcode/d-c-slider/snippets.ts +69 -69
- package/lowcode/drawer/meta.ts +319 -318
- package/lowcode/form/meta.ts +69 -68
- package/lowcode/goods-card-list/meta.ts +271 -270
- package/lowcode/goods-card-list-common/meta.ts +271 -270
- package/lowcode/grid-nav/meta.ts +237 -236
- package/lowcode/image/meta.ts +62 -61
- package/lowcode/input/meta.ts +629 -240
- package/lowcode/integral-task/meta.ts +214 -212
- package/lowcode/item/meta.ts +310 -308
- package/lowcode/member-card/meta.ts +189 -187
- package/lowcode/menu-list/meta.ts +155 -154
- package/lowcode/message-list/meta.ts +227 -225
- package/lowcode/navigation/meta.ts +178 -177
- package/lowcode/notice-bar/meta.ts +252 -251
- package/lowcode/position/meta.ts +163 -162
- package/lowcode/profile/meta.ts +126 -125
- package/lowcode/rating/meta.ts +103 -102
- package/lowcode/review-list/meta.ts +148 -147
- package/lowcode/rich-text/meta.ts +73 -72
- package/lowcode/search-bar/meta.ts +106 -105
- package/lowcode/search-history-list/meta.ts +104 -103
- package/lowcode/shopping-cart/meta.ts +496 -494
- package/lowcode/stream-list/meta.ts +211 -209
- package/lowcode/swiper/meta.ts +237 -237
- package/lowcode/switch/meta.ts +70 -69
- package/lowcode/tab-container/meta.ts +71 -71
- package/lowcode/tab-container/props.ts +194 -194
- package/lowcode/tab-container-item/meta.ts +197 -195
- package/lowcode/tab-message/meta.ts +107 -105
- package/lowcode/tag-c/meta.ts +78 -76
- package/lowcode/teletext-list/meta.ts +846 -845
- package/lowcode/text-description-detail-list/meta.ts +113 -112
- package/lowcode/title1/meta.ts +61 -60
- package/lowcode/title2/meta.ts +95 -94
- package/lowcode/user-card/meta.ts +131 -130
- package/lowcode_es/accordion-selector/meta.d.ts +3 -3
- package/lowcode_es/accordion-selector/meta.js +1 -0
- package/lowcode_es/accordion-selector/props.d.ts +51 -51
- package/lowcode_es/address-list/meta.d.ts +22 -2
- package/lowcode_es/address-list/meta.js +1 -0
- package/lowcode_es/bread-crumb/meta.d.ts +22 -2
- package/lowcode_es/bread-crumb/meta.js +1 -0
- package/lowcode_es/button2/meta.d.ts +22 -2
- package/lowcode_es/button2/meta.js +2 -0
- package/lowcode_es/collapse/meta.d.ts +22 -2
- package/lowcode_es/collapse/meta.js +2 -0
- package/lowcode_es/collapse-selector/meta.d.ts +22 -2
- package/lowcode_es/collapse-selector/props.d.ts +49 -49
- package/lowcode_es/collapse-selector-item/meta.d.ts +22 -2
- package/lowcode_es/collapse-selector-item/meta.js +2 -0
- package/lowcode_es/custom-drawer/meta.d.ts +22 -2
- package/lowcode_es/custom-drawer/meta.js +2 -0
- package/lowcode_es/custom-form/meta.d.ts +22 -0
- package/lowcode_es/custom-form/meta.js +302 -0
- package/lowcode_es/custom-radio-group/meta.d.ts +22 -2
- package/lowcode_es/custom-radio-group/meta.js +1 -0
- package/lowcode_es/custom-radio-group-item/meta.d.ts +23 -2
- package/lowcode_es/custom-radio-group-item/meta.js +1 -0
- package/lowcode_es/custom-select/meta.d.ts +22 -0
- package/lowcode_es/{select → custom-select}/meta.js +21 -10
- package/lowcode_es/d-c-slider/meta.d.ts +151 -151
- package/lowcode_es/d-c-slider/meta.design.d.ts +102 -102
- package/lowcode_es/d-c-slider/snippets.d.ts +37 -37
- package/lowcode_es/drawer/meta.d.ts +22 -2
- package/lowcode_es/drawer/meta.js +1 -0
- package/lowcode_es/form/meta.d.ts +22 -2
- package/lowcode_es/form/meta.js +1 -0
- package/lowcode_es/goods-card-list/meta.d.ts +22 -2
- package/lowcode_es/goods-card-list/meta.js +1 -0
- package/lowcode_es/goods-card-list-common/meta.d.ts +22 -2
- package/lowcode_es/goods-card-list-common/meta.js +1 -0
- package/lowcode_es/grid-nav/meta.d.ts +22 -2
- package/lowcode_es/grid-nav/meta.js +1 -0
- package/lowcode_es/image/meta.d.ts +22 -2
- package/lowcode_es/image/meta.js +1 -0
- package/lowcode_es/input/meta.d.ts +22 -2
- package/lowcode_es/input/meta.js +424 -77
- package/lowcode_es/integral-task/meta.d.ts +22 -2
- package/lowcode_es/integral-task/meta.js +2 -0
- package/lowcode_es/item/meta.d.ts +22 -2
- package/lowcode_es/item/meta.js +2 -0
- package/lowcode_es/member-card/meta.d.ts +22 -2
- package/lowcode_es/member-card/meta.js +2 -0
- package/lowcode_es/menu-list/meta.d.ts +22 -2
- package/lowcode_es/menu-list/meta.js +1 -0
- package/lowcode_es/message-list/meta.d.ts +22 -2
- package/lowcode_es/message-list/meta.js +2 -0
- package/lowcode_es/meta.js +49 -48
- package/lowcode_es/navigation/meta.d.ts +22 -2
- package/lowcode_es/navigation/meta.js +1 -0
- package/lowcode_es/notice-bar/meta.d.ts +22 -2
- package/lowcode_es/notice-bar/meta.js +1 -0
- package/lowcode_es/position/meta.d.ts +22 -2
- package/lowcode_es/position/meta.js +1 -0
- package/lowcode_es/profile/meta.d.ts +22 -2
- package/lowcode_es/profile/meta.js +1 -0
- package/lowcode_es/rating/meta.d.ts +22 -2
- package/lowcode_es/rating/meta.js +1 -0
- package/lowcode_es/review-list/meta.d.ts +22 -2
- package/lowcode_es/review-list/meta.js +1 -0
- package/lowcode_es/rich-text/meta.d.ts +22 -2
- package/lowcode_es/rich-text/meta.js +1 -0
- package/lowcode_es/search-bar/meta.d.ts +22 -2
- package/lowcode_es/search-bar/meta.js +1 -0
- package/lowcode_es/search-history-list/meta.d.ts +22 -2
- package/lowcode_es/search-history-list/meta.js +1 -0
- package/lowcode_es/shopping-cart/meta.d.ts +22 -2
- package/lowcode_es/shopping-cart/meta.js +2 -0
- package/lowcode_es/stream-list/meta.d.ts +22 -2
- package/lowcode_es/stream-list/meta.js +2 -0
- package/lowcode_es/swiper/meta.d.ts +22 -2
- package/lowcode_es/switch/meta.d.ts +22 -2
- package/lowcode_es/switch/meta.js +1 -0
- package/lowcode_es/tab-container/meta.d.ts +22 -2
- package/lowcode_es/tab-container/props.d.ts +90 -90
- package/lowcode_es/tab-container-item/meta.d.ts +22 -2
- package/lowcode_es/tab-container-item/meta.js +2 -0
- package/lowcode_es/tab-message/meta.d.ts +22 -2
- package/lowcode_es/tab-message/meta.js +2 -0
- package/lowcode_es/tag-c/meta.d.ts +22 -2
- package/lowcode_es/tag-c/meta.js +2 -0
- package/lowcode_es/teletext-list/meta.d.ts +22 -2
- package/lowcode_es/teletext-list/meta.js +1 -0
- package/lowcode_es/text-description-detail-list/meta.d.ts +22 -2
- package/lowcode_es/text-description-detail-list/meta.js +1 -0
- package/lowcode_es/title1/meta.d.ts +22 -2
- package/lowcode_es/title1/meta.js +1 -0
- package/lowcode_es/title2/meta.d.ts +22 -2
- package/lowcode_es/title2/meta.js +1 -0
- package/lowcode_es/user-card/meta.d.ts +22 -2
- package/lowcode_es/user-card/meta.js +2 -1
- package/lowcode_es/view.js +3 -3
- package/lowcode_lib/accordion-selector/meta.d.ts +3 -3
- package/lowcode_lib/accordion-selector/meta.js +1 -0
- package/lowcode_lib/accordion-selector/props.d.ts +51 -51
- package/lowcode_lib/address-list/meta.d.ts +22 -2
- package/lowcode_lib/address-list/meta.js +1 -0
- package/lowcode_lib/bread-crumb/meta.d.ts +22 -2
- package/lowcode_lib/bread-crumb/meta.js +1 -0
- package/lowcode_lib/button2/meta.d.ts +22 -2
- package/lowcode_lib/button2/meta.js +2 -0
- package/lowcode_lib/collapse/meta.d.ts +22 -2
- package/lowcode_lib/collapse/meta.js +2 -0
- package/lowcode_lib/collapse-selector/meta.d.ts +22 -2
- package/lowcode_lib/collapse-selector/props.d.ts +49 -49
- package/lowcode_lib/collapse-selector-item/meta.d.ts +22 -2
- package/lowcode_lib/collapse-selector-item/meta.js +2 -0
- package/lowcode_lib/custom-drawer/meta.d.ts +22 -2
- package/lowcode_lib/custom-drawer/meta.js +2 -0
- package/lowcode_lib/custom-form/meta.d.ts +22 -0
- package/lowcode_lib/custom-form/meta.js +307 -0
- package/lowcode_lib/custom-radio-group/meta.d.ts +22 -2
- package/lowcode_lib/custom-radio-group/meta.js +1 -0
- package/lowcode_lib/custom-radio-group-item/meta.d.ts +23 -2
- package/lowcode_lib/custom-radio-group-item/meta.js +1 -0
- package/lowcode_lib/custom-select/meta.d.ts +22 -0
- package/lowcode_lib/{select → custom-select}/meta.js +21 -10
- package/lowcode_lib/d-c-slider/meta.d.ts +151 -151
- package/lowcode_lib/d-c-slider/meta.design.d.ts +102 -102
- package/lowcode_lib/d-c-slider/snippets.d.ts +37 -37
- package/lowcode_lib/drawer/meta.d.ts +22 -2
- package/lowcode_lib/drawer/meta.js +1 -0
- package/lowcode_lib/form/meta.d.ts +22 -2
- package/lowcode_lib/form/meta.js +1 -0
- package/lowcode_lib/goods-card-list/meta.d.ts +22 -2
- package/lowcode_lib/goods-card-list/meta.js +1 -0
- package/lowcode_lib/goods-card-list-common/meta.d.ts +22 -2
- package/lowcode_lib/goods-card-list-common/meta.js +1 -0
- package/lowcode_lib/grid-nav/meta.d.ts +22 -2
- package/lowcode_lib/grid-nav/meta.js +1 -0
- package/lowcode_lib/image/meta.d.ts +22 -2
- package/lowcode_lib/image/meta.js +1 -0
- package/lowcode_lib/input/meta.d.ts +22 -2
- package/lowcode_lib/input/meta.js +424 -77
- package/lowcode_lib/integral-task/meta.d.ts +22 -2
- package/lowcode_lib/integral-task/meta.js +2 -0
- package/lowcode_lib/item/meta.d.ts +22 -2
- package/lowcode_lib/item/meta.js +2 -0
- package/lowcode_lib/member-card/meta.d.ts +22 -2
- package/lowcode_lib/member-card/meta.js +2 -0
- package/lowcode_lib/menu-list/meta.d.ts +22 -2
- package/lowcode_lib/menu-list/meta.js +1 -0
- package/lowcode_lib/message-list/meta.d.ts +22 -2
- package/lowcode_lib/message-list/meta.js +2 -0
- package/lowcode_lib/meta.js +49 -48
- package/lowcode_lib/navigation/meta.d.ts +22 -2
- package/lowcode_lib/navigation/meta.js +1 -0
- package/lowcode_lib/notice-bar/meta.d.ts +22 -2
- package/lowcode_lib/notice-bar/meta.js +1 -0
- package/lowcode_lib/position/meta.d.ts +22 -2
- package/lowcode_lib/position/meta.js +1 -0
- package/lowcode_lib/profile/meta.d.ts +22 -2
- package/lowcode_lib/profile/meta.js +1 -0
- package/lowcode_lib/rating/meta.d.ts +22 -2
- package/lowcode_lib/rating/meta.js +1 -0
- package/lowcode_lib/review-list/meta.d.ts +22 -2
- package/lowcode_lib/review-list/meta.js +1 -0
- package/lowcode_lib/rich-text/meta.d.ts +22 -2
- package/lowcode_lib/rich-text/meta.js +1 -0
- package/lowcode_lib/search-bar/meta.d.ts +22 -2
- package/lowcode_lib/search-bar/meta.js +1 -0
- package/lowcode_lib/search-history-list/meta.d.ts +22 -2
- package/lowcode_lib/search-history-list/meta.js +1 -0
- package/lowcode_lib/shopping-cart/meta.d.ts +22 -2
- package/lowcode_lib/shopping-cart/meta.js +2 -0
- package/lowcode_lib/stream-list/meta.d.ts +22 -2
- package/lowcode_lib/stream-list/meta.js +2 -0
- package/lowcode_lib/swiper/meta.d.ts +22 -2
- package/lowcode_lib/switch/meta.d.ts +22 -2
- package/lowcode_lib/switch/meta.js +1 -0
- package/lowcode_lib/tab-container/meta.d.ts +22 -2
- package/lowcode_lib/tab-container/props.d.ts +90 -90
- package/lowcode_lib/tab-container-item/meta.d.ts +22 -2
- package/lowcode_lib/tab-container-item/meta.js +2 -0
- package/lowcode_lib/tab-message/meta.d.ts +22 -2
- package/lowcode_lib/tab-message/meta.js +2 -0
- package/lowcode_lib/tag-c/meta.d.ts +22 -2
- package/lowcode_lib/tag-c/meta.js +2 -0
- package/lowcode_lib/teletext-list/meta.d.ts +22 -2
- package/lowcode_lib/teletext-list/meta.js +1 -0
- package/lowcode_lib/text-description-detail-list/meta.d.ts +22 -2
- package/lowcode_lib/text-description-detail-list/meta.js +1 -0
- package/lowcode_lib/title1/meta.d.ts +22 -2
- package/lowcode_lib/title1/meta.js +1 -0
- package/lowcode_lib/title2/meta.d.ts +22 -2
- package/lowcode_lib/title2/meta.js +1 -0
- package/lowcode_lib/user-card/meta.d.ts +22 -2
- package/lowcode_lib/user-card/meta.js +2 -1
- package/lowcode_lib/view.js +2 -2
- package/package.json +19 -11
- package/lowcode_es/select/meta.d.ts +0 -2
- package/lowcode_lib/select/meta.d.ts +0 -2
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
7
|
+
<title>DEMO 预览</title>
|
|
8
|
+
<style>
|
|
9
|
+
body {
|
|
10
|
+
font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial,
|
|
11
|
+
PingFang SC-Light, Microsoft YaHei;
|
|
12
|
+
font-size: 12px;
|
|
13
|
+
|
|
14
|
+
* {
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
body,
|
|
20
|
+
#lce-container {
|
|
21
|
+
position: fixed;
|
|
22
|
+
left: 0;
|
|
23
|
+
right: 0;
|
|
24
|
+
bottom: 0;
|
|
25
|
+
top: 0;
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 0;
|
|
29
|
+
overflow: hidden;
|
|
30
|
+
text-rendering: optimizeLegibility;
|
|
31
|
+
-webkit-user-select: none;
|
|
32
|
+
-webkit-user-drag: none;
|
|
33
|
+
-webkit-text-size-adjust: none;
|
|
34
|
+
-webkit-touch-callout: none;
|
|
35
|
+
-webkit-font-smoothing: antialiased;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
html {
|
|
39
|
+
min-width: 1024px;
|
|
40
|
+
}
|
|
41
|
+
</style>
|
|
42
|
+
</head>
|
|
43
|
+
|
|
44
|
+
<body>
|
|
45
|
+
<link rel="stylesheet" href="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/1.1.7-beta.11/dist/css/engine-core.css" />
|
|
46
|
+
<link rel="stylesheet" href="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine-ext/1.0.6-beta.25/dist/css/engine-ext.css" />
|
|
47
|
+
<link rel="stylesheet" href="https://alifd.alicdn.com/npm/@alilc/lowcode-preset-plugin@0.1.2/dist/lowcode-preset-plugin.css" />
|
|
48
|
+
<link href="https://alifd.alicdn.com/npm/@alifd/theme-lowcode-light@0.2.1/variables.css" rel="stylesheet" />
|
|
49
|
+
<link href="https://alifd.alicdn.com/npm/@alifd/theme-lowcode-light@0.2.1/dist/next.var.min.css" rel="stylesheet" />
|
|
50
|
+
|
|
51
|
+
<div id="lce-container"></div>
|
|
52
|
+
<script src="https://g.alicdn.com/code/lib/rax/1.1.0/rax.umd.min.js"></script>
|
|
53
|
+
<script src="https://g.alicdn.com/code/lib/react/16.9.0/umd/react.development.js"></script>
|
|
54
|
+
<script src="https://g.alicdn.com/code/lib/react-dom/16.9.0/umd/react-dom.development.js"></script>
|
|
55
|
+
<script src="https://g.alicdn.com/code/lib/prop-types/15.7.2/prop-types.js"></script>
|
|
56
|
+
<script>
|
|
57
|
+
React.PropTypes = PropTypes;
|
|
58
|
+
</script>
|
|
59
|
+
<script src="https://g.alicdn.com/platform/c/??react15-polyfill/0.0.1/dist/index.js,lodash/4.6.1/lodash.min.js,immutable/3.7.6/dist/immutable.min.js,natty-storage/2.0.2/dist/natty-storage.min.js,natty-fetch/2.6.0/dist/natty-fetch.pc.min.js,tinymce/4.2.5/tinymce-full.js"></script>
|
|
60
|
+
<script src="https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"></script>
|
|
61
|
+
<script src="https://g.alicdn.com/code/lib/alifd__next/1.23.20/next-with-locales.min.js"></script>
|
|
62
|
+
|
|
63
|
+
<script crossorigin="anonymous" src="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/1.1.7-beta.11/dist/js/engine-core.js"></script>
|
|
64
|
+
<script crossorigin="anonymous" src="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine-ext/1.0.6-beta.25/dist/js/engine-ext.js"></script>
|
|
65
|
+
<script>
|
|
66
|
+
if (!window.AliLowCodeEngine.common) {
|
|
67
|
+
window.AliLowCodeEngine.common = {
|
|
68
|
+
designerCabin: window.AliLowCodeEngine.designerCabin,
|
|
69
|
+
editorCabin: window.AliLowCodeEngine.editorCabin,
|
|
70
|
+
skeletonCabin: window.AliLowCodeEngine.skeletonCabin,
|
|
71
|
+
utils: window.AliLowCodeEngine.utils,
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
</script>
|
|
75
|
+
<script src="https://alifd.alicdn.com/npm/@alilc/lowcode-preset-plugin@0.1.2/dist/lowcode-preset-plugin.js"></script>
|
|
76
|
+
<script type="text/javascript" charset="utf-8" src="./index.js"></script>
|
|
77
|
+
<script>
|
|
78
|
+
(function (factory) {
|
|
79
|
+
if (typeof define === 'function' && define.amd) {
|
|
80
|
+
define([], factory);
|
|
81
|
+
} else if (typeof module === 'object' && module.exports) {
|
|
82
|
+
module.exports = factory();
|
|
83
|
+
} else {
|
|
84
|
+
window.idleCallbackShim = factory();
|
|
85
|
+
}
|
|
86
|
+
})(function () {
|
|
87
|
+
'use strict';
|
|
88
|
+
var scheduleStart, throttleDelay, lazytimer, lazyraf;
|
|
89
|
+
var root =
|
|
90
|
+
typeof window != 'undefined' ? window : typeof global != undefined ? global : this || {};
|
|
91
|
+
var requestAnimationFrame =
|
|
92
|
+
(root.cancelRequestAnimationFrame && root.requestAnimationFrame) || setTimeout;
|
|
93
|
+
var cancelRequestAnimationFrame = root.cancelRequestAnimationFrame || clearTimeout;
|
|
94
|
+
var tasks = [];
|
|
95
|
+
var runAttempts = 0;
|
|
96
|
+
var isRunning = false;
|
|
97
|
+
var remainingTime = 7;
|
|
98
|
+
var minThrottle = 35;
|
|
99
|
+
var throttle = 125;
|
|
100
|
+
var index = 0;
|
|
101
|
+
var taskStart = 0;
|
|
102
|
+
var tasklength = 0;
|
|
103
|
+
var IdleDeadline = {
|
|
104
|
+
get didTimeout() {
|
|
105
|
+
return false;
|
|
106
|
+
},
|
|
107
|
+
timeRemaining: function () {
|
|
108
|
+
var timeRemaining = remainingTime - (Date.now() - taskStart);
|
|
109
|
+
return Math.max(0, timeRemaining);
|
|
110
|
+
},
|
|
111
|
+
};
|
|
112
|
+
var setInactive = debounce(function () {
|
|
113
|
+
remainingTime = 22;
|
|
114
|
+
throttle = 66;
|
|
115
|
+
minThrottle = 0;
|
|
116
|
+
});
|
|
117
|
+
|
|
118
|
+
function debounce(fn) {
|
|
119
|
+
var id, timestamp;
|
|
120
|
+
var wait = 99;
|
|
121
|
+
var check = function () {
|
|
122
|
+
var last = Date.now() - timestamp;
|
|
123
|
+
|
|
124
|
+
if (last < wait) {
|
|
125
|
+
id = setTimeout(check, wait - last);
|
|
126
|
+
} else {
|
|
127
|
+
id = null;
|
|
128
|
+
fn();
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
return function () {
|
|
132
|
+
timestamp = Date.now();
|
|
133
|
+
if (!id) {
|
|
134
|
+
id = setTimeout(check, wait);
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
function abortRunning() {
|
|
140
|
+
if (isRunning) {
|
|
141
|
+
if (lazyraf) {
|
|
142
|
+
cancelRequestAnimationFrame(lazyraf);
|
|
143
|
+
}
|
|
144
|
+
if (lazytimer) {
|
|
145
|
+
clearTimeout(lazytimer);
|
|
146
|
+
}
|
|
147
|
+
isRunning = false;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
function onInputorMutation() {
|
|
152
|
+
if (throttle != 125) {
|
|
153
|
+
remainingTime = 7;
|
|
154
|
+
throttle = 125;
|
|
155
|
+
minThrottle = 35;
|
|
156
|
+
|
|
157
|
+
if (isRunning) {
|
|
158
|
+
abortRunning();
|
|
159
|
+
scheduleLazy();
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
setInactive();
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
function scheduleAfterRaf() {
|
|
166
|
+
lazyraf = null;
|
|
167
|
+
lazytimer = setTimeout(runTasks, 0);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
function scheduleRaf() {
|
|
171
|
+
lazytimer = null;
|
|
172
|
+
requestAnimationFrame(scheduleAfterRaf);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
function scheduleLazy() {
|
|
176
|
+
if (isRunning) {
|
|
177
|
+
return;
|
|
178
|
+
}
|
|
179
|
+
throttleDelay = throttle - (Date.now() - taskStart);
|
|
180
|
+
|
|
181
|
+
scheduleStart = Date.now();
|
|
182
|
+
|
|
183
|
+
isRunning = true;
|
|
184
|
+
|
|
185
|
+
if (minThrottle && throttleDelay < minThrottle) {
|
|
186
|
+
throttleDelay = minThrottle;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
if (throttleDelay > 9) {
|
|
190
|
+
lazytimer = setTimeout(scheduleRaf, throttleDelay);
|
|
191
|
+
} else {
|
|
192
|
+
throttleDelay = 0;
|
|
193
|
+
scheduleRaf();
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
function runTasks() {
|
|
198
|
+
var task, i, len;
|
|
199
|
+
var timeThreshold = remainingTime > 9 ? 9 : 1;
|
|
200
|
+
taskStart = Date.now();
|
|
201
|
+
isRunning = false;
|
|
202
|
+
|
|
203
|
+
lazytimer = null;
|
|
204
|
+
|
|
205
|
+
if (runAttempts > 2 || taskStart - throttleDelay - 50 < scheduleStart) {
|
|
206
|
+
for (
|
|
207
|
+
i = 0, len = tasks.length;
|
|
208
|
+
i < len && IdleDeadline.timeRemaining() > timeThreshold;
|
|
209
|
+
i++
|
|
210
|
+
) {
|
|
211
|
+
task = tasks.shift();
|
|
212
|
+
tasklength++;
|
|
213
|
+
if (task) {
|
|
214
|
+
task(IdleDeadline);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
if (tasks.length) {
|
|
220
|
+
scheduleLazy();
|
|
221
|
+
} else {
|
|
222
|
+
runAttempts = 0;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
function requestIdleCallbackShim(task) {
|
|
227
|
+
index++;
|
|
228
|
+
tasks.push(task);
|
|
229
|
+
scheduleLazy();
|
|
230
|
+
return index;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
function cancelIdleCallbackShim(id) {
|
|
234
|
+
var index = id - 1 - tasklength;
|
|
235
|
+
if (tasks[index]) {
|
|
236
|
+
tasks[index] = null;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
if (!root.requestIdleCallback || !root.cancelIdleCallback) {
|
|
241
|
+
root.requestIdleCallback = requestIdleCallbackShim;
|
|
242
|
+
root.cancelIdleCallback = cancelIdleCallbackShim;
|
|
243
|
+
|
|
244
|
+
if (root.document && document.addEventListener) {
|
|
245
|
+
root.addEventListener('scroll', onInputorMutation, true);
|
|
246
|
+
root.addEventListener('resize', onInputorMutation);
|
|
247
|
+
|
|
248
|
+
document.addEventListener('focus', onInputorMutation, true);
|
|
249
|
+
document.addEventListener('mouseover', onInputorMutation, true);
|
|
250
|
+
['click', 'keypress', 'touchstart', 'mousedown'].forEach(function (name) {
|
|
251
|
+
document.addEventListener(name, onInputorMutation, { capture: true, passive: true });
|
|
252
|
+
});
|
|
253
|
+
|
|
254
|
+
if (root.MutationObserver) {
|
|
255
|
+
new MutationObserver(onInputorMutation).observe(document.documentElement, {
|
|
256
|
+
childList: true,
|
|
257
|
+
subtree: true,
|
|
258
|
+
attributes: true,
|
|
259
|
+
});
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
} else {
|
|
263
|
+
try {
|
|
264
|
+
root.requestIdleCallback(function () {}, { timeout: 0 });
|
|
265
|
+
} catch (e) {
|
|
266
|
+
(function (rIC) {
|
|
267
|
+
var timeRemainingProto, timeRemaining;
|
|
268
|
+
root.requestIdleCallback = function (fn, timeout) {
|
|
269
|
+
if (timeout && typeof timeout.timeout == 'number') {
|
|
270
|
+
return rIC(fn, timeout.timeout);
|
|
271
|
+
}
|
|
272
|
+
return rIC(fn);
|
|
273
|
+
};
|
|
274
|
+
if (
|
|
275
|
+
root.IdleCallbackDeadline &&
|
|
276
|
+
(timeRemainingProto = IdleCallbackDeadline.prototype)
|
|
277
|
+
) {
|
|
278
|
+
timeRemaining = Object.getOwnPropertyDescriptor(
|
|
279
|
+
timeRemainingProto,
|
|
280
|
+
'timeRemaining',
|
|
281
|
+
);
|
|
282
|
+
if (!timeRemaining || !timeRemaining.configurable || !timeRemaining.get) {
|
|
283
|
+
return;
|
|
284
|
+
}
|
|
285
|
+
Object.defineProperty(timeRemainingProto, 'timeRemaining', {
|
|
286
|
+
value: function () {
|
|
287
|
+
return timeRemaining.get.call(this);
|
|
288
|
+
},
|
|
289
|
+
enumerable: true,
|
|
290
|
+
configurable: true,
|
|
291
|
+
});
|
|
292
|
+
}
|
|
293
|
+
})(root.requestIdleCallback);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
return {
|
|
298
|
+
request: requestIdleCallbackShim,
|
|
299
|
+
cancel: cancelIdleCallbackShim,
|
|
300
|
+
};
|
|
301
|
+
});
|
|
302
|
+
</script>
|
|
303
|
+
</body>
|
|
304
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function t(n,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports.BizComps=r():n.BizComps=r()}(window,(function(){return function(t){var n={};function r(e){if(n[e])return n[e].exports;var o=n[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=n,r.d=function(t,n,e){r.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:e})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,n){if(1&n&&(t=r(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(r.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)r.d(e,o,function(n){return t[n]}.bind(null,o));return e},r.n=function(t){var n=t&&t.__esModule?function n(){return t.default}:function n(){return t};return r.d(n,"a",n),n},r.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},r.p="",r(r.s=549)}({19:function(t,n){function r(t){var n=typeof t;return null!=t&&("object"==n||"function"==n)}t.exports=r},21:function(t,n,r){var e=r(57),o="object"==typeof self&&self&&self.Object===Object&&self,i=e||o||Function("return this")();t.exports=i},228:function(t,n){function r(){this.__data__=[],this.size=0}t.exports=r},229:function(t,n,r){var e=r(33),o,i=Array.prototype.splice;function c(t){var n=this.__data__,r=e(n,t),o;return!(r<0)&&(r==n.length-1?n.pop():i.call(n,r,1),--this.size,!0)}t.exports=c},230:function(t,n,r){var e=r(33);function o(t){var n=this.__data__,r=e(n,t);return r<0?void 0:n[r][1]}t.exports=o},231:function(t,n,r){var e=r(33);function o(t){return e(this.__data__,t)>-1}t.exports=o},232:function(t,n,r){var e=r(33);function o(t,n){var r=this.__data__,o=e(r,t);return o<0?(++this.size,r.push([t,n])):r[o][1]=n,this}t.exports=o},233:function(t,n,r){var e=r(32);function o(){this.__data__=new e,this.size=0}t.exports=o},234:function(t,n){function r(t){var n=this.__data__,r=n.delete(t);return this.size=n.size,r}t.exports=r},235:function(t,n){function r(t){return this.__data__.get(t)}t.exports=r},236:function(t,n){function r(t){return this.__data__.has(t)}t.exports=r},237:function(t,n,r){var e=r(32),o=r(49),i=r(73),c=200;function u(t,n){var r=this.__data__;if(r instanceof e){var c=r.__data__;if(!o||c.length<199)return c.push([t,n]),this.size=++r.size,this;r=this.__data__=new i(c)}return r.set(t,n),this.size=r.size,this}t.exports=u},238:function(t,n,r){var e=r(25),o=r(241),i=r(19),c=r(72),u=/[\\^$.*+?()[\]{}|]/g,a=/^\[object .+?Constructor\]$/,s=Function.prototype,f=Object.prototype,p=s.toString,l=f.hasOwnProperty,v=RegExp("^"+p.call(l).replace(u,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function y(t){return!(!i(t)||o(t))&&(e(t)?v:a).test(c(t));var n}t.exports=y},239:function(t,n,r){var e=r(44),o=Object.prototype,i=o.hasOwnProperty,c=o.toString,u=e?e.toStringTag:void 0;function a(t){var n=i.call(t,u),r=t[u];try{t[u]=void 0;var e=!0}catch(t){}var o=c.call(t);return e&&(n?t[u]=r:delete t[u]),o}t.exports=a},24:function(t,n){function r(t){return null!=t&&"object"==typeof t}t.exports=r},240:function(t,n){var r,e=Object.prototype.toString;function o(t){return e.call(t)}t.exports=o},241:function(t,n,r){var e=r(242),o=(i=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",i;function c(t){return!!o&&o in t}t.exports=c},242:function(t,n,r){var e,o=r(21)["__core-js_shared__"];t.exports=o},243:function(t,n){function r(t,n){return null==t?void 0:t[n]}t.exports=r},244:function(t,n,r){var e=r(245),o=r(32),i=r(49);function c(){this.size=0,this.__data__={hash:new e,map:new(i||o),string:new e}}t.exports=c},245:function(t,n,r){var e=r(246),o=r(247),i=r(248),c=r(249),u=r(250);function a(t){var n=-1,r=null==t?0:t.length;for(this.clear();++n<r;){var e=t[n];this.set(e[0],e[1])}}a.prototype.clear=e,a.prototype.delete=o,a.prototype.get=i,a.prototype.has=c,a.prototype.set=u,t.exports=a},246:function(t,n,r){var e=r(35);function o(){this.__data__=e?e(null):{},this.size=0}t.exports=o},247:function(t,n){function r(t){var n=this.has(t)&&delete this.__data__[t];return this.size-=n?1:0,n}t.exports=r},248:function(t,n,r){var e=r(35),o="__lodash_hash_undefined__",i,c=Object.prototype.hasOwnProperty;function u(t){var n=this.__data__;if(e){var r=n[t];return r===o?void 0:r}return c.call(n,t)?n[t]:void 0}t.exports=u},249:function(t,n,r){var e=r(35),o,i=Object.prototype.hasOwnProperty;function c(t){var n=this.__data__;return e?void 0!==n[t]:i.call(n,t)}t.exports=c},25:function(t,n,r){var e=r(27),o=r(19),i="[object AsyncFunction]",c="[object Function]",u="[object GeneratorFunction]",a="[object Proxy]";function s(t){if(!o(t))return!1;var n=e(t);return n==c||n==u||n==i||n==a}t.exports=s},250:function(t,n,r){var e=r(35),o="__lodash_hash_undefined__";function i(t,n){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=e&&void 0===n?o:n,this}t.exports=i},251:function(t,n,r){var e=r(36);function o(t){var n=e(this,t).delete(t);return this.size-=n?1:0,n}t.exports=o},252:function(t,n){function r(t){var n=typeof t;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==t:null===t}t.exports=r},253:function(t,n,r){var e=r(36);function o(t){return e(this,t).get(t)}t.exports=o},254:function(t,n,r){var e=r(36);function o(t){return e(this,t).has(t)}t.exports=o},255:function(t,n,r){var e=r(36);function o(t,n){var r=e(this,t),o=r.size;return r.set(t,n),this.size+=r.size==o?0:1,this}t.exports=o},257:function(t,n){function r(t,n){for(var r=-1,e=Array(t);++r<t;)e[r]=n(r);return e}t.exports=r},258:function(t,n,r){var e=r(27),o=r(24),i="[object Arguments]";function c(t){return o(t)&&e(t)==i}t.exports=c},259:function(t,n){function r(){return!1}t.exports=r},260:function(t,n,r){var e=r(27),o=r(60),i=r(24),c="[object Arguments]",u="[object Array]",a="[object Boolean]",s="[object Date]",f="[object Error]",p="[object Function]",l="[object Map]",v="[object Number]",y="[object Object]",d="[object RegExp]",b="[object Set]",h="[object String]",g="[object WeakMap]",m="[object ArrayBuffer]",x="[object DataView]",_,j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",S="[object Int32Array]",P="[object Uint8Array]",A="[object Uint8ClampedArray]",k="[object Uint16Array]",T="[object Uint32Array]",z={};function F(t){return i(t)&&o(t.length)&&!!z[e(t)]}z["[object Float32Array]"]=z[j]=z[w]=z[O]=z[S]=z[P]=z[A]=z[k]=z[T]=!0,z[c]=z[u]=z[m]=z[a]=z[x]=z[s]=z[f]=z[p]=z[l]=z[v]=z[y]=z[d]=z[b]=z[h]=z[g]=!1,t.exports=F},262:function(t,n,r){var e=r(19),o=r(42),i=r(263),c,u=Object.prototype.hasOwnProperty;function a(t){if(!e(t))return i(t);var n=o(t),r=[];for(var c in t)("constructor"!=c||!n&&u.call(t,c))&&r.push(c);return r}t.exports=a},263:function(t,n){function r(t){var n=[];if(null!=t)for(var r in Object(t))n.push(r);return n}t.exports=r},264:function(t,n,r){(function(t){var e=r(21),o=n&&!n.nodeType&&n,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,u=i&&i.exports===o?e.Buffer:void 0,a=u?u.allocUnsafe:void 0;function s(t,n){if(n)return t.slice();var r=t.length,e=a?a(r):new t.constructor(r);return t.copy(e),e}t.exports=s}).call(this,r(31)(t))},265:function(t,n){function r(t,n){var r=-1,e=t.length;for(n||(n=Array(e));++r<e;)n[r]=t[r];return n}t.exports=r},266:function(t,n,r){var e=r(67);function o(t,n){var r=n?e(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}t.exports=o},267:function(t,n,r){var e=r(268),o=r(53),i=r(42);function c(t){return"function"!=typeof t.constructor||i(t)?{}:e(o(t))}t.exports=c},268:function(t,n,r){var e=r(19),o=Object.create,i=function(){function t(){}return function(n){if(!e(n))return{};if(o)return o(n);t.prototype=n;var r=new t;return t.prototype=void 0,r}}();t.exports=i},269:function(t,n,r){var e=r(270),o=r(277);function i(t){return e((function(n,r){var e=-1,i=r.length,c=i>1?r[i-1]:void 0,u=i>2?r[2]:void 0;for(c=t.length>3&&"function"==typeof c?(i--,c):void 0,u&&o(r[0],r[1],u)&&(c=i<3?void 0:c,i=1),n=Object(n);++e<i;){var a=r[e];a&&t(n,a,e,c)}return n}))}t.exports=i},27:function(t,n,r){var e=r(44),o=r(239),i=r(240),c="[object Null]",u="[object Undefined]",a=e?e.toStringTag:void 0;function s(t){return null==t?void 0===t?u:c:a&&a in Object(t)?o(t):i(t)}t.exports=s},270:function(t,n,r){var e=r(54),o=r(271),i=r(273);function c(t,n){return i(o(t,n,e),t+"")}t.exports=c},271:function(t,n,r){var e=r(272),o=Math.max;function i(t,n,r){return n=o(void 0===n?t.length-1:n,0),function(){for(var i=arguments,c=-1,u=o(i.length-n,0),a=Array(u);++c<u;)a[c]=i[n+c];c=-1;for(var s=Array(n+1);++c<n;)s[c]=i[c];return s[n]=r(a),e(t,this,s)}}t.exports=i},272:function(t,n){function r(t,n,r){switch(r.length){case 0:return t.call(n);case 1:return t.call(n,r[0]);case 2:return t.call(n,r[0],r[1]);case 3:return t.call(n,r[0],r[1],r[2])}return t.apply(n,r)}t.exports=r},273:function(t,n,r){var e=r(274),o,i=r(276)(e);t.exports=i},274:function(t,n,r){var e=r(275),o=r(61),i=r(54),c=o?function(t,n){return o(t,"toString",{configurable:!0,enumerable:!1,value:e(n),writable:!0})}:i;t.exports=c},275:function(t,n){function r(t){return function(){return t}}t.exports=r},276:function(t,n){var r=800,e=16,o=Date.now;function i(t){var n=0,r=0;return function(){var e=o(),i=16-(e-r);if(r=e,i>0){if(++n>=800)return arguments[0]}else n=0;return t.apply(void 0,arguments)}}t.exports=i},277:function(t,n,r){var e=r(34),o=r(39),i=r(59),c=r(19);function u(t,n,r){if(!c(r))return!1;var u=typeof n;return!!("number"==u?o(r)&&i(n,r.length):"string"==u&&n in r)&&e(r[n],t)}t.exports=u},281:function(t,n,r){var e,o=r(282)();t.exports=o},282:function(t,n){function r(t){return function(n,r,e){for(var o=-1,i=Object(n),c=e(n),u=c.length;u--;){var a=c[t?u:++o];if(!1===r(i[a],a,i))break}return n}}t.exports=r},283:function(t,n,r){var e=r(46),o=r(34);function i(t,n,r){(void 0!==r&&!o(t[n],r)||void 0===r&&!(n in t))&&e(t,n,r)}t.exports=i},284:function(t,n){function r(t,n){if(("constructor"!==n||"function"!=typeof t[n])&&"__proto__"!=n)return t[n]}t.exports=r},29:function(t,n,r){var e=r(238),o=r(243);function i(t,n){var r=o(t,n);return e(r)?r:void 0}t.exports=i},31:function(t,n){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},32:function(t,n,r){var e=r(228),o=r(229),i=r(230),c=r(231),u=r(232);function a(t){var n=-1,r=null==t?0:t.length;for(this.clear();++n<r;){var e=t[n];this.set(e[0],e[1])}}a.prototype.clear=e,a.prototype.delete=o,a.prototype.get=i,a.prototype.has=c,a.prototype.set=u,t.exports=a},328:function(t,n,r){var e=r(71),o=r(283),i=r(281),c=r(329),u=r(19),a=r(52),s=r(284);function f(t,n,r,p,l){t!==n&&i(n,(function(i,a){if(l||(l=new e),u(i))c(t,n,a,r,f,p,l);else{var v=p?p(s(t,a),i,a+"",t,n,l):void 0;void 0===v&&(v=i),o(t,a,v)}}),a)}t.exports=f},329:function(t,n,r){var e=r(283),o=r(264),i=r(266),c=r(265),u=r(267),a=r(58),s=r(37),f=r(330),p=r(45),l=r(25),v=r(19),y=r(47),d=r(50),b=r(284),h=r(331);function g(t,n,r,g,m,x,_){var j=b(t,r),w=b(n,r),O=_.get(w);if(O)e(t,r,O);else{var S=x?x(j,w,r+"",t,n,_):void 0,P=void 0===S;if(P){var A=s(w),k=!A&&p(w),T=!A&&!k&&d(w);S=w,A||k||T?s(j)?S=j:f(j)?S=c(j):k?(P=!1,S=o(w,!0)):T?(P=!1,S=i(w,!0)):S=[]:y(w)||a(w)?(S=j,a(j)?S=h(j):v(j)&&!l(j)||(S=u(w))):P=!1}P&&(_.set(w,S),m(S,w,g,x,_),_.delete(w)),e(t,r,S)}}t.exports=g},33:function(t,n,r){var e=r(34);function o(t,n){for(var r=t.length;r--;)if(e(t[r][0],n))return r;return-1}t.exports=o},330:function(t,n,r){var e=r(39),o=r(24);function i(t){return o(t)&&e(t)}t.exports=i},331:function(t,n,r){var e=r(51),o=r(52);function i(t){return e(t,o(t))}t.exports=i},34:function(t,n){function r(t,n){return t===n||t!=t&&n!=n}t.exports=r},35:function(t,n,r){var e,o=r(29)(Object,"create");t.exports=o},36:function(t,n,r){var e=r(252);function o(t,n){var r=t.__data__;return e(n)?r["string"==typeof n?"string":"hash"]:r.map}t.exports=o},37:function(t,n){var r=Array.isArray;t.exports=r},38:function(t,n){t.exports=window.LowcodePresetPlugin},39:function(t,n,r){var e=r(25),o=r(60);function i(t){return null!=t&&o(t.length)&&!e(t)}t.exports=i},416:function(t,n,r){var e=r(328),o,i=r(269)((function(t,n,r,o){e(t,n,r,o)}));t.exports=i},42:function(t,n){var r=Object.prototype;function e(t){var n=t&&t.constructor,e;return t===("function"==typeof n&&n.prototype||r)}t.exports=e},43:function(t,n){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},44:function(t,n,r){var e,o=r(21).Symbol;t.exports=o},45:function(t,n,r){(function(t){var e=r(21),o=r(259),i=n&&!n.nodeType&&n,c=i&&"object"==typeof t&&t&&!t.nodeType&&t,u,a=c&&c.exports===i?e.Buffer:void 0,s,f=(a?a.isBuffer:void 0)||o;t.exports=f}).call(this,r(31)(t))},46:function(t,n,r){var e=r(61);function o(t,n,r){"__proto__"==n&&e?e(t,n,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[n]=r}t.exports=o},47:function(t,n,r){var e=r(27),o=r(53),i=r(24),c="[object Object]",u=Function.prototype,a=Object.prototype,s=u.toString,f=a.hasOwnProperty,p=s.call(Object);function l(t){if(!i(t)||e(t)!=c)return!1;var n=o(t);if(null===n)return!0;var r=f.call(n,"constructor")&&n.constructor;return"function"==typeof r&&r instanceof r&&s.call(r)==p}t.exports=l},49:function(t,n,r){var e,o,i=r(29)(r(21),"Map");t.exports=i},50:function(t,n,r){var e=r(260),o=r(64),i=r(65),c=i&&i.isTypedArray,u=c?o(c):e;t.exports=u},51:function(t,n,r){var e=r(66),o=r(46);function i(t,n,r,i){var c=!r;r||(r={});for(var u=-1,a=n.length;++u<a;){var s=n[u],f=i?i(r[s],t[s],s,r,t):void 0;void 0===f&&(f=t[s]),c?o(r,s,f):e(r,s,f)}return r}t.exports=i},52:function(t,n,r){var e=r(75),o=r(262),i=r(39);function c(t){return i(t)?e(t,!0):o(t)}t.exports=c},53:function(t,n,r){var e,o=r(76)(Object.getPrototypeOf,Object);t.exports=o},54:function(t,n){function r(t){return t}t.exports=r},549:function(t,n,r){t.exports=r(550)},550:function(t,n,r){"use strict";r.r(n);var e=r(38),o=r.n(e),i=r(416),c=r.n(i);function u(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(t);n&&(e=e.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),r.push.apply(r,e)}return r}function a(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?u(Object(r),!0).forEach((function(n){s(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))}))}return t}function s(t,n,r){return(n=f(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function f(t){var n=p(t,"string");return"symbol"==x(n)?n:n+""}function p(t,n){if("object"!=x(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var e=r.call(t,n||"default");if("object"!=x(e))return e;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===n?String:Number)(t)}function l(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var t,n,r="function"==typeof Symbol?Symbol:{},e=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,e,o,i){var a=e&&e.prototype instanceof u?e:u,s=Object.create(a.prototype);return v(s,"_invoke",function(r,e,o){var i,u,a,s=0,f=o||[],p=!1,l={p:0,n:0,v:t,a:v,f:v.bind(t,4),d:function n(r,e){return i=r,u=0,a=t,l.n=e,c}};function v(r,e){for(u=r,a=e,n=0;!p&&s&&!o&&n<f.length;n++){var o,i=f[n],v=l.p,y=i[2];r>3?(o=y===e)&&(a=i[(u=i[4])?5:(u=3,3)],i[4]=i[5]=t):i[0]<=v&&((o=r<2&&v<i[1])?(u=0,l.v=e,l.n=i[1]):v<y&&(o=r<3||i[0]>e||e>y)&&(i[4]=r,i[5]=e,l.n=y,u=0))}if(o||r>1)return c;throw p=!0,e}return function(o,f,y){if(s>1)throw TypeError("Generator is already running");for(p&&1===f&&v(f,y),u=f,a=y;(n=u<2?t:a)||!p;){i||(u?u<3?(u>1&&(l.n=-1),v(u,a)):l.n=a:l.v=a);try{if(s=2,i){if(u||(o="next"),n=i[o]){if(!(n=n.call(i,a)))throw TypeError("iterator result is not an object");if(!n.done)return n;a=n.value,u<2&&(u=0)}else 1===u&&(n=i.return)&&n.call(i),u<2&&(a=TypeError("The iterator does not provide a '"+o+"' method"),u=1);i=t}else if((n=(p=l.n<0)?a:r.call(e,l))!==c)break}catch(n){i=t,u=1,a=n}finally{s=1}}return{value:n,done:p}}}(r,o,i),!0),s}var c={};function u(){}function a(){}function s(){}n=Object.getPrototypeOf;var f=[][e]?n(n([][e]())):(v(n={},e,(function(){return this})),n),p=s.prototype=u.prototype=Object.create(f);function y(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,s):(t.__proto__=s,v(t,o,"GeneratorFunction")),t.prototype=Object.create(p),t}return a.prototype=s,v(p,"constructor",s),v(s,"constructor",a),a.displayName="GeneratorFunction",v(s,o,"GeneratorFunction"),v(p),v(p,o,"Generator"),v(p,e,(function(){return this})),v(p,"toString",(function(){return"[object Generator]"})),(l=function t(){return{w:i,m:y}})()}function v(t,n,r,e){var o=Object.defineProperty;try{o({},"",{})}catch(t){o=0}(v=function t(n,r,e,i){function c(t,r){v(n,t,(function(n){return this._invoke(t,r,n)}))}r?o?o(n,r,{value:e,enumerable:!i,configurable:!i,writable:!i}):n[r]=e:(c("next",0),c("throw",1),c("return",2))})(t,n,r,e)}function y(t){return g(t)||h(t)||b(t)||d()}function d(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function b(t,n){if(t){if("string"==typeof t)return m(t,n);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?m(t,n):void 0}}function h(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function g(t){if(Array.isArray(t))return m(t)}function m(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,e=Array(n);r<n;r++)e[r]=t[r];return e}function x(t){return(x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function _(t,n,r,e,o,i,c){try{var u=t[i](c),a=u.value}catch(t){return void r(t)}u.done?n(a):Promise.resolve(a).then(e,o)}function j(t){return function(){var n=this,r=arguments;return new Promise((function(e,o){var i=t.apply(n,r);function c(t){_(i,e,o,c,u,"next",t)}function u(t){_(i,e,o,c,u,"throw",t)}c(void 0)}))}}var w=new URLSearchParams(window.location.search),O="default",S=w.get("platform")||"",P=w.get("metaType")||S||"",A={meta:"E:\\projects\\source-code\\pupu-lowcode\\lowcode-react-material\\.tmp\\meta.js","meta.design":"E:\\projects\\source-code\\pupu-lowcode\\lowcode-react-material\\.tmp\\meta.design.js"},k=P?"meta.".concat(P):"meta";A[k]||(console.warn("[@alifd/build-plugin-lowcode] metaType can only in [".concat(Object.keys(A),"], current metaType is ").concat(k,", fullback to ").concat("default",".")),P="");var T=!!e.material,z=!1,F="react",U=[{package:"moment",version:"2.24.0",urls:["https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"],library:"moment"},{package:"lodash",library:"_",urls:["https://g.alicdn.com/platform/c/lodash/4.6.1/lodash.min.js"]},{title:"fusion\u7ec4\u4ef6\u5e93",package:"@alifd/next",version:"1.25.23",urls:["https://g.alicdn.com/code/lib/alifd__next/1.25.23/next.min.css","https://g.alicdn.com/code/lib/alifd__next/1.25.23/next-with-locales.min.js"],library:"Next"},{package:"antd",version:"4.17.3",urls:["https://g.alicdn.com/code/lib/antd/4.17.3/antd.min.js","https://g.alicdn.com/code/lib/antd/4.17.3/antd.min.css"],library:"antd"}];var E={packages:[]},D="./assets-dev.json",M={},I={},B=[],C="component";var G=N()||{componentName:"Page",id:"node_dockcviv8fo1",props:{ref:"outterView",style:{height:"100%"}},fileName:"lowcode",dataSource:{list:[]},state:{text:"outter",isShowDialog:!1},css:"body {font-size: 12px;} .botton{width:100px;color:#ff00ff}",lifeCycles:{componentDidMount:{type:"JSFunction",value:"function() {\n console.log('did mount');\n }"},componentWillUnmount:{type:"JSFunction",value:"function() {\n console.log('will umount');\n }"}},methods:{testFunc:{type:"JSFunction",value:"function() {\n console.log('test func');\n }"},onClick:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: true\n })\n }"},closeDialog:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: false\n })\n }"}},children:[]},L=document.getElementById("lce-container");function N(){var t,n=JSON.parse(window.localStorage.getItem("projectSchema")||"{}"),r;return null==n||null===(t=n.componentsTree)||void 0===t?void 0:t[0]}function $(t,n){return J.apply(this,arguments)}function J(){return(J=j(l().m((function t(n,r){var e;return l().w((function(t){for(;;)switch(t.n){case 0:if(!(r&&Array.isArray(r)&&r.length)){t.n=2;break}return t.n=1,Promise.all(r.map(function(){var t=j(l().m((function t(n){var r;return l().w((function(t){for(;;)switch(t.p=t.n){case 0:if("object"!==x(n)){t.n=1;break}return t.a(2,n);case 1:return t.p=1,t.n=2,fetch(n);case 2:return t.a(2,t.v.json());case 3:return t.p=3,r=t.v,console.error("get assets data from builtin assets ".concat(n," failed: "),r),t.a(2,{});case 4:return t.a(2)}}),t,null,[[1,3]])})));return function(n){return t.apply(this,arguments)}}()));case 1:(e=t.v).forEach((function(t){var r=a(a({},t),{},{packages:t.packages||[t.package],components:t.components,componentList:(t.componentList||[]).map((function(t){return t.children&&(t.children=t.children.map((function(n){return n.sort||(n.sort={category:t.title,group:"\u539f\u5b50\u7ec4\u4ef6"}),n}))),t}))});c()(n,r,(function(t,n){if(Array.isArray(t)&&Array.isArray(n))return n.concat(t)}))}));case 2:return t.a(2)}}),t)})))).apply(this,arguments)}o()((function(){return{name:"editor-init",init:function t(){return j(l().m((function t(){var n,r,o,i,c,u,a,s;return l().w((function(t){for(;;)switch(t.n){case 0:return"object"===x(M)&&Object.keys(M).length&&e.setters.registerSetter(M),t.n=1,fetch(D);case 1:return t.n=2,t.v.json();case 2:n=t.v,r=n.packages,E.packages=E.packages.concat(r),E.components=n.components.map((function(t){return t.advancedUrls&&P&&t.advancedUrls[P]&&t.advancedUrls[P].length?t.url=t.advancedUrls[P][0]:t.urls&&P&&t.urls[P]&&(t.url=t.urls[P]),t})),E.groupList=n.groupList,t.n=5;break;case 3:o=!1,i=!1,a=!1,t.n=4;break;case 4:if(!(s=i)){t.n=5;break}return t.n=5,$(E,i);case 5:c=new Map,u=y(new Set([].concat(U,y(E.packages)).map((function(t){var n=t.library;return c.set(n,t),n})))),E.packages=u.map((function(t){return c.get(t)})),E.packages=E.packages.map((function(t){return t.editUrls&&t.editUrls.length&&(t.renderUrls=t.urls,t.urls=t.editUrls),t})),T?(e.material.setAssets(E),e.project.openDocument(G)):(e.editor.setAssets(E),e.project.open(G));case 6:return t.a(2)}}),t)})))()}}}),B||[],L,{supportVariableGlobally:!0,presetConfig:I})},57:function(t,n,r){(function(n){var r="object"==typeof n&&n&&n.Object===Object&&n;t.exports=r}).call(this,r(43))},58:function(t,n,r){var e=r(258),o=r(24),i=Object.prototype,c=i.hasOwnProperty,u=i.propertyIsEnumerable,a=e(function(){return arguments}())?e:function(t){return o(t)&&c.call(t,"callee")&&!u.call(t,"callee")};t.exports=a},59:function(t,n){var r=9007199254740991,e=/^(?:0|[1-9]\d*)$/;function o(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}t.exports=o},60:function(t,n){var r=9007199254740991;function e(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}t.exports=e},61:function(t,n,r){var e=r(29),o=function(){try{var t=e(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},64:function(t,n){function r(t){return function(n){return t(n)}}t.exports=r},65:function(t,n,r){(function(t){var e=r(57),o=n&&!n.nodeType&&n,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,u=i&&i.exports===o&&e.process,a=function(){try{var t=i&&i.require&&i.require("util").types;return t||u&&u.binding&&u.binding("util")}catch(t){}}();t.exports=a}).call(this,r(31)(t))},66:function(t,n,r){var e=r(46),o=r(34),i,c=Object.prototype.hasOwnProperty;function u(t,n,r){var i=t[n];c.call(t,n)&&o(i,r)&&(void 0!==r||n in t)||e(t,n,r)}t.exports=u},67:function(t,n,r){var e=r(74);function o(t){var n=new t.constructor(t.byteLength);return new e(n).set(new e(t)),n}t.exports=o},71:function(t,n,r){var e=r(32),o=r(233),i=r(234),c=r(235),u=r(236),a=r(237);function s(t){var n=this.__data__=new e(t);this.size=n.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=c,s.prototype.has=u,s.prototype.set=a,t.exports=s},72:function(t,n){var r,e=Function.prototype.toString;function o(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}t.exports=o},73:function(t,n,r){var e=r(244),o=r(251),i=r(253),c=r(254),u=r(255);function a(t){var n=-1,r=null==t?0:t.length;for(this.clear();++n<r;){var e=t[n];this.set(e[0],e[1])}}a.prototype.clear=e,a.prototype.delete=o,a.prototype.get=i,a.prototype.has=c,a.prototype.set=u,t.exports=a},74:function(t,n,r){var e,o=r(21).Uint8Array;t.exports=o},75:function(t,n,r){var e=r(257),o=r(58),i=r(37),c=r(45),u=r(59),a=r(50),s,f=Object.prototype.hasOwnProperty;function p(t,n){var r=i(t),s=!r&&o(t),p=!r&&!s&&c(t),l=!r&&!s&&!p&&a(t),v=r||s||p||l,y=v?e(t.length,String):[],d=y.length;for(var b in t)!n&&!f.call(t,b)||v&&("length"==b||p&&("offset"==b||"parent"==b)||l&&("buffer"==b||"byteLength"==b||"byteOffset"==b)||u(b,d))||y.push(b);return y}t.exports=p},76:function(t,n){function r(t,n){return function(r){return t(n(r))}}t.exports=r}})}));
|