@dckj-npm/dc-material 0.1.149 → 0.1.150
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.js +8 -8
- package/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +10 -10
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +37 -37
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +37 -37
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +5 -5
- package/dist/BizComps.js.map +1 -1
- package/es/assets/icon/form/right.png +0 -0
- package/es/assets/icon/grid-nav/right.png +0 -0
- package/es/assets/icon/mine/default.png +0 -0
- package/es/assets/icon/mine/right.png +0 -0
- package/es/assets/icon/position/location.png +0 -0
- package/es/assets/icon/search/delete.png +0 -0
- package/es/assets/icon/teletext-list/arr.png +0 -0
- package/es/components/bottom-navigation/bottom-navigation.d.ts +15 -15
- package/es/components/bottom-navigation/bottom-navigation.js +9 -6
- package/es/components/bottom-navigation/index.d.ts +3 -3
- package/es/components/bottom-navigation/index.scss +28 -24
- package/es/components/button/button.d.ts +14 -14
- 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/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/dc-slider/index.d.ts +3 -0
- package/es/components/dc-slider/index.js +2 -0
- package/es/components/dc-slider/index.scss +6 -0
- package/es/components/dc-slider/slider-img.d.ts +32 -0
- package/es/components/dc-slider/slider-img.js +17 -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 +20 -57
- package/es/components/form/form.js +1559 -9
- package/es/components/form/index.d.ts +6 -6
- package/es/components/form/index.js +4 -4
- 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/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 -0
- package/es/components/member-card/index.js +6 -0
- package/es/components/member-card/index.scss +86 -0
- package/es/components/member-card/member-card.d.ts +5 -0
- package/es/components/member-card/member-card.js +68 -0
- package/es/components/member-card/type.d.ts +11 -0
- package/es/components/member-card/type.js +1 -0
- 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 -60
- package/es/components/message-list/message-list.d.ts +28 -28
- package/es/components/message-list/message-list.js +6 -9
- 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 -27
- package/es/components/position/position-left.d.ts +9 -9
- package/es/components/position/position-list.d.ts +12 -11
- package/es/components/position/position-list.js +111 -6
- package/es/components/position/position.d.ts +8 -8
- package/es/components/position/position.js +1 -2
- 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/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 +14 -14
- package/es/components/search-bar/index.d.ts +3 -3
- package/es/components/search-bar/index.scss +39 -39
- package/es/components/search-bar/search-bar.d.ts +10 -10
- package/es/components/search-bar/search-bar.js +2 -2
- 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 +2 -2
- package/es/components/swiper/index.d.ts +3 -3
- package/es/components/swiper/index.scss +20 -33
- package/es/components/swiper/swiper.d.ts +30 -26
- package/es/components/swiper/swiper.js +18 -16
- package/es/components/tab/index.d.ts +6 -6
- package/es/components/tab/index.js +2 -2
- package/es/components/tab/index.scss +44 -39
- package/es/components/tab/tab.d.ts +27 -27
- package/es/components/tab/tab.js +12 -10
- 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 +40 -40
- package/es/components/teletext-list/teletext-list-item.d.ts +33 -33
- package/es/components/teletext-list/teletext-list-item.js +2 -2
- package/es/components/teletext-list/teletext-list-item.scss +57 -57
- package/es/components/teletext-list/teletext-list.d.ts +61 -61
- package/es/components/teletext-list/teletext-list.js +2 -2
- 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 -0
- package/es/components/user-card/index.js +6 -0
- package/es/components/user-card/index.scss +68 -0
- package/es/components/user-card/type.d.ts +8 -0
- package/es/components/user-card/type.js +1 -0
- package/es/components/user-card/user-card.d.ts +5 -0
- package/es/components/user-card/user-card.js +61 -0
- package/es/entity/dynamic-column-data-type.d.ts +316 -47
- package/es/entity/dynamic-column-data-type.js +9 -1
- package/es/index.d.ts +52 -46
- package/es/index.js +13 -1
- package/es/index.scss +5 -5
- package/es/style.js +2 -0
- package/es/utils/children-node-handle.d.ts +9 -9
- package/es/utils/children-node-handle.js +7 -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/form/right.png +0 -0
- package/lib/assets/icon/grid-nav/right.png +0 -0
- package/lib/assets/icon/mine/default.png +0 -0
- package/lib/assets/icon/mine/right.png +0 -0
- package/lib/assets/icon/position/location.png +0 -0
- package/lib/assets/icon/search/delete.png +0 -0
- package/lib/assets/icon/teletext-list/arr.png +0 -0
- package/lib/components/bottom-navigation/bottom-navigation.d.ts +15 -15
- package/lib/components/bottom-navigation/bottom-navigation.js +10 -7
- package/lib/components/bottom-navigation/index.d.ts +3 -3
- package/lib/components/bottom-navigation/index.scss +28 -24
- package/lib/components/button/button.d.ts +14 -14
- 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.scss +32 -32
- package/lib/components/colorful-button/colorful-button.d.ts +12 -12
- 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/index.d.ts +3 -3
- package/lib/components/colorful-input/index.scss +5 -5
- package/lib/components/dc-slider/index.d.ts +3 -0
- package/lib/components/dc-slider/index.js +7 -0
- package/lib/components/dc-slider/index.scss +6 -0
- package/lib/components/dc-slider/slider-img.d.ts +32 -0
- package/lib/components/dc-slider/slider-img.js +24 -0
- package/lib/components/form/form-item.d.ts +42 -42
- package/lib/components/form/form-item.scss +20 -20
- package/lib/components/form/form.d.ts +20 -57
- package/lib/components/form/form.js +1558 -9
- package/lib/components/form/index.d.ts +6 -6
- package/lib/components/form/index.js +1 -1
- 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.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/index.d.ts +3 -3
- package/lib/components/grid-nav/index.scss +50 -50
- 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/member-card/index.d.ts +6 -0
- package/lib/components/member-card/index.js +6 -0
- package/lib/components/member-card/index.scss +86 -0
- package/lib/components/member-card/member-card.d.ts +5 -0
- package/lib/components/member-card/member-card.js +75 -0
- package/lib/components/member-card/type.d.ts +11 -0
- package/lib/components/member-card/type.js +3 -0
- 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 -60
- package/lib/components/message-list/message-list.d.ts +28 -28
- package/lib/components/message-list/message-list.js +6 -9
- 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 -27
- package/lib/components/position/position-left.d.ts +9 -9
- package/lib/components/position/position-list.d.ts +12 -11
- package/lib/components/position/position-list.js +113 -7
- package/lib/components/position/position.d.ts +8 -8
- package/lib/components/position/position.js +1 -2
- 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/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 +14 -14
- package/lib/components/search-bar/index.d.ts +3 -3
- package/lib/components/search-bar/index.scss +39 -39
- package/lib/components/search-bar/search-bar.d.ts +10 -10
- package/lib/components/search-bar/search-bar.js +2 -2
- 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 +2 -2
- package/lib/components/swiper/index.d.ts +3 -3
- package/lib/components/swiper/index.scss +20 -33
- package/lib/components/swiper/swiper.d.ts +30 -26
- package/lib/components/swiper/swiper.js +18 -16
- package/lib/components/tab/index.d.ts +6 -6
- package/lib/components/tab/index.js +2 -2
- package/lib/components/tab/index.scss +44 -39
- package/lib/components/tab/tab.d.ts +27 -27
- package/lib/components/tab/tab.js +12 -10
- 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/teletext-list/index.d.ts +6 -6
- package/lib/components/teletext-list/index.scss +40 -40
- package/lib/components/teletext-list/teletext-list-item.d.ts +33 -33
- package/lib/components/teletext-list/teletext-list-item.js +2 -2
- package/lib/components/teletext-list/teletext-list-item.scss +57 -57
- package/lib/components/teletext-list/teletext-list.d.ts +61 -61
- package/lib/components/teletext-list/teletext-list.js +2 -2
- 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 -0
- package/lib/components/user-card/index.js +6 -0
- package/lib/components/user-card/index.scss +68 -0
- package/lib/components/user-card/type.d.ts +8 -0
- package/lib/components/user-card/type.js +3 -0
- package/lib/components/user-card/user-card.d.ts +5 -0
- package/lib/components/user-card/user-card.js +66 -0
- package/lib/entity/dynamic-column-data-type.d.ts +316 -47
- package/lib/entity/dynamic-column-data-type.js +9 -1
- package/lib/index.d.ts +52 -46
- package/lib/index.js +14 -2
- package/lib/index.scss +5 -5
- package/lib/style.js +2 -0
- package/lib/utils/children-node-handle.d.ts +9 -9
- package/lib/utils/children-node-handle.js +7 -7
- package/lib/utils/component-wrapper.d.ts +9 -9
- 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/button2/meta.ts +76 -76
- package/lowcode/custom-radio-group/meta.ts +312 -312
- package/lowcode/custom-radio-group-item/meta.ts +230 -230
- package/lowcode/d-c-slider/meta.design.ts +174 -174
- package/lowcode/d-c-slider/meta.ts +186 -343
- package/lowcode/d-c-slider/snippets.ts +69 -68
- package/lowcode/goods-card-list/meta.ts +270 -270
- package/lowcode/goods-card-list-common/meta.ts +270 -270
- package/lowcode/grid-nav/meta.ts +236 -236
- package/lowcode/integral-task/meta.ts +212 -212
- package/lowcode/member-card/meta.ts +187 -0
- package/lowcode/menu-list/meta.ts +154 -154
- package/lowcode/message-list/meta.ts +225 -209
- package/lowcode/navigation/meta.ts +177 -177
- package/lowcode/notice-bar/meta.ts +251 -251
- package/lowcode/position/meta.ts +162 -162
- package/lowcode/rich-text/meta.ts +72 -72
- package/lowcode/search-bar/meta.ts +61 -57
- package/lowcode/stream-list/meta.ts +209 -209
- package/lowcode/swiper/meta.ts +237 -236
- package/lowcode/tab-container/meta.ts +71 -71
- package/lowcode/tab-container/props.ts +194 -194
- package/lowcode/tab-container-item/meta.ts +195 -195
- package/lowcode/tab-message/meta.ts +105 -105
- package/lowcode/tag-c/meta.ts +76 -76
- package/lowcode/teletext-list/meta.ts +353 -353
- package/lowcode/title1/meta.ts +60 -60
- package/lowcode/title2/meta.ts +94 -94
- package/lowcode/user-card/meta.ts +130 -0
- package/lowcode_es/button2/meta.d.ts +22 -22
- package/lowcode_es/custom-radio-group/meta.d.ts +22 -22
- package/lowcode_es/custom-radio-group-item/meta.d.ts +23 -23
- package/lowcode_es/d-c-slider/meta.d.ts +151 -150
- package/lowcode_es/d-c-slider/meta.design.d.ts +102 -101
- package/lowcode_es/d-c-slider/meta.js +12 -152
- package/lowcode_es/d-c-slider/snippets.d.ts +37 -36
- package/lowcode_es/d-c-slider/snippets.js +2 -1
- package/lowcode_es/form/meta.d.ts +22 -22
- package/lowcode_es/goods-card-list/meta.d.ts +22 -22
- package/lowcode_es/goods-card-list-common/meta.d.ts +22 -22
- package/lowcode_es/grid-nav/meta.d.ts +22 -22
- package/lowcode_es/integral-task/meta.d.ts +22 -22
- package/lowcode_es/member-card/meta.d.ts +22 -0
- package/lowcode_es/member-card/meta.js +168 -0
- package/lowcode_es/menu-list/meta.d.ts +22 -22
- package/lowcode_es/message-list/meta.d.ts +22 -22
- package/lowcode_es/message-list/meta.js +15 -0
- package/lowcode_es/meta.js +29 -27
- package/lowcode_es/navigation/meta.d.ts +22 -22
- package/lowcode_es/notice-bar/meta.d.ts +22 -22
- package/lowcode_es/position/meta.d.ts +22 -22
- package/lowcode_es/rich-text/meta.d.ts +22 -22
- package/lowcode_es/search-bar/meta.d.ts +22 -22
- package/lowcode_es/search-bar/meta.js +3 -0
- package/lowcode_es/stream-list/meta.d.ts +22 -22
- package/lowcode_es/swiper/meta.d.ts +22 -22
- package/lowcode_es/swiper/meta.js +2 -1
- package/lowcode_es/tab-container/meta.d.ts +22 -22
- package/lowcode_es/tab-container/props.d.ts +90 -90
- package/lowcode_es/tab-container-item/meta.d.ts +22 -22
- package/lowcode_es/tab-message/meta.d.ts +22 -22
- package/lowcode_es/tag-c/meta.d.ts +22 -22
- package/lowcode_es/teletext-list/meta.d.ts +22 -22
- package/lowcode_es/title1/meta.d.ts +22 -22
- package/lowcode_es/title2/meta.d.ts +22 -22
- package/lowcode_es/user-card/meta.d.ts +22 -0
- package/lowcode_es/user-card/meta.js +117 -0
- package/lowcode_es/view.js +3 -3
- package/lowcode_lib/button2/meta.d.ts +22 -22
- package/lowcode_lib/custom-radio-group/meta.d.ts +22 -22
- package/lowcode_lib/custom-radio-group-item/meta.d.ts +23 -23
- package/lowcode_lib/d-c-slider/meta.d.ts +151 -150
- package/lowcode_lib/d-c-slider/meta.design.d.ts +102 -101
- package/lowcode_lib/d-c-slider/meta.js +12 -152
- package/lowcode_lib/d-c-slider/snippets.d.ts +37 -36
- package/lowcode_lib/d-c-slider/snippets.js +2 -1
- package/lowcode_lib/form/meta.d.ts +22 -22
- package/lowcode_lib/goods-card-list/meta.d.ts +22 -22
- package/lowcode_lib/goods-card-list-common/meta.d.ts +22 -22
- package/lowcode_lib/grid-nav/meta.d.ts +22 -22
- package/lowcode_lib/integral-task/meta.d.ts +22 -22
- package/lowcode_lib/member-card/meta.d.ts +22 -0
- package/lowcode_lib/member-card/meta.js +173 -0
- package/lowcode_lib/menu-list/meta.d.ts +22 -22
- package/lowcode_lib/message-list/meta.d.ts +22 -22
- package/lowcode_lib/message-list/meta.js +15 -0
- package/lowcode_lib/meta.js +29 -27
- package/lowcode_lib/navigation/meta.d.ts +22 -22
- package/lowcode_lib/notice-bar/meta.d.ts +22 -22
- package/lowcode_lib/position/meta.d.ts +22 -22
- package/lowcode_lib/rich-text/meta.d.ts +22 -22
- package/lowcode_lib/search-bar/meta.d.ts +22 -22
- package/lowcode_lib/search-bar/meta.js +3 -0
- package/lowcode_lib/stream-list/meta.d.ts +22 -22
- package/lowcode_lib/swiper/meta.d.ts +22 -22
- package/lowcode_lib/swiper/meta.js +2 -1
- package/lowcode_lib/tab-container/meta.d.ts +22 -22
- package/lowcode_lib/tab-container/props.d.ts +90 -90
- package/lowcode_lib/tab-container-item/meta.d.ts +22 -22
- package/lowcode_lib/tab-message/meta.d.ts +22 -22
- package/lowcode_lib/tag-c/meta.d.ts +22 -22
- package/lowcode_lib/teletext-list/meta.d.ts +22 -22
- package/lowcode_lib/title1/meta.d.ts +22 -22
- package/lowcode_lib/title2/meta.d.ts +22 -22
- package/lowcode_lib/user-card/meta.d.ts +22 -0
- package/lowcode_lib/user-card/meta.js +122 -0
- package/lowcode_lib/view.js +2 -2
- package/package.json +5 -4
- package/es/components/form/next-wrapper.d.ts +0 -54
- package/es/components/form/next-wrapper.js +0 -43
- package/lib/components/form/next-wrapper.d.ts +0 -54
- package/lib/components/form/next-wrapper.js +0 -49
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
exports.__esModule = true;
|
|
5
|
+
exports["default"] = void 0;
|
|
6
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
|
+
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
require("./index.scss");
|
|
10
|
+
var _default2 = _interopRequireDefault(require("../../assets/icon/mine/default.png"));
|
|
11
|
+
var _right = _interopRequireDefault(require("../../assets/icon/mine/right.png"));
|
|
12
|
+
var _excluded = ["contentBg", "headImg", "userName", "levelImg", "isLogin", "handleClick"];
|
|
13
|
+
var UserCard = function UserCard(_ref) {
|
|
14
|
+
var contentBg = _ref.contentBg,
|
|
15
|
+
headImg = _ref.headImg,
|
|
16
|
+
userName = _ref.userName,
|
|
17
|
+
levelImg = _ref.levelImg,
|
|
18
|
+
isLogin = _ref.isLogin,
|
|
19
|
+
_ref$handleClick = _ref.handleClick,
|
|
20
|
+
handleClick = _ref$handleClick === void 0 ? function (item) {
|
|
21
|
+
console.log(item);
|
|
22
|
+
} : _ref$handleClick,
|
|
23
|
+
otherProps = (0, _objectWithoutPropertiesLoose2["default"])(_ref, _excluded);
|
|
24
|
+
var _otherProps = otherProps || {};
|
|
25
|
+
var onTap = function onTap() {
|
|
26
|
+
if (handleClick) {
|
|
27
|
+
handleClick(isLogin);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("div", (0, _extends2["default"])({
|
|
31
|
+
className: "user-info"
|
|
32
|
+
}, _otherProps), contentBg ? /*#__PURE__*/_react["default"].createElement("img", {
|
|
33
|
+
className: "user-info-bg",
|
|
34
|
+
src: contentBg,
|
|
35
|
+
alt: ""
|
|
36
|
+
}) : null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
37
|
+
className: "content",
|
|
38
|
+
onClick: onTap
|
|
39
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
40
|
+
className: "info-box"
|
|
41
|
+
}, headImg && isLogin ? /*#__PURE__*/_react["default"].createElement("img", {
|
|
42
|
+
className: "head-img",
|
|
43
|
+
src: headImg,
|
|
44
|
+
alt: ""
|
|
45
|
+
}) : /*#__PURE__*/_react["default"].createElement("img", {
|
|
46
|
+
className: "head-img",
|
|
47
|
+
src: _default2["default"],
|
|
48
|
+
alt: ""
|
|
49
|
+
}), isLogin ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
50
|
+
className: "info"
|
|
51
|
+
}, userName && /*#__PURE__*/_react["default"].createElement("div", {
|
|
52
|
+
className: "user-name"
|
|
53
|
+
}, userName), levelImg && /*#__PURE__*/_react["default"].createElement("img", {
|
|
54
|
+
className: "level",
|
|
55
|
+
src: levelImg,
|
|
56
|
+
alt: ""
|
|
57
|
+
})) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
58
|
+
className: "no-login"
|
|
59
|
+
}, "\u767B\u5F55/\u6CE8\u518C")), /*#__PURE__*/_react["default"].createElement("img", {
|
|
60
|
+
className: "arrow",
|
|
61
|
+
src: _right["default"],
|
|
62
|
+
alt: ""
|
|
63
|
+
})));
|
|
64
|
+
};
|
|
65
|
+
UserCard.displayName = 'UserCard';
|
|
66
|
+
var _default = exports["default"] = UserCard;
|
|
@@ -1,47 +1,316 @@
|
|
|
1
|
-
export interface DynamicColumnDataType {
|
|
2
|
-
/**
|
|
3
|
-
* 编码
|
|
4
|
-
*/
|
|
5
|
-
code: number;
|
|
6
|
-
/**
|
|
7
|
-
* 名称
|
|
8
|
-
*/
|
|
9
|
-
name: string;
|
|
10
|
-
/**
|
|
11
|
-
* 数据库类型
|
|
12
|
-
*/
|
|
13
|
-
dbTypeName: string;
|
|
14
|
-
}
|
|
15
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_TEXT: DynamicColumnDataType;
|
|
16
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_TEXTAREA: DynamicColumnDataType;
|
|
17
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_INT: DynamicColumnDataType;
|
|
18
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_MONEY: DynamicColumnDataType;
|
|
19
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_NUMBER: DynamicColumnDataType;
|
|
20
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_ID_CARD: DynamicColumnDataType;
|
|
21
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_MOBILE: DynamicColumnDataType;
|
|
22
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_EMAIL: DynamicColumnDataType;
|
|
23
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_DATE: DynamicColumnDataType;
|
|
24
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_DATETIME: DynamicColumnDataType;
|
|
25
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_LABEL: DynamicColumnDataType;
|
|
26
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_SWITCH: DynamicColumnDataType;
|
|
27
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_RADIO: DynamicColumnDataType;
|
|
28
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_CHECKBOX: DynamicColumnDataType;
|
|
29
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_USER: DynamicColumnDataType;
|
|
30
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_DEPT: DynamicColumnDataType;
|
|
31
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_ORGAN: DynamicColumnDataType;
|
|
32
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_SELECT: DynamicColumnDataType;
|
|
33
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_CASCADE: DynamicColumnDataType;
|
|
34
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_PICTURE: DynamicColumnDataType;
|
|
35
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_VIDEO: DynamicColumnDataType;
|
|
36
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_AUDIO: DynamicColumnDataType;
|
|
37
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_DOC: DynamicColumnDataType;
|
|
38
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_ATTACHMENTS: DynamicColumnDataType;
|
|
39
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_AUTO: DynamicColumnDataType;
|
|
40
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_EDITOR: DynamicColumnDataType;
|
|
41
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_POSITIONING: DynamicColumnDataType;
|
|
42
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_SIGNATURE: DynamicColumnDataType;
|
|
43
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_GRADE: DynamicColumnDataType;
|
|
44
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_BUTTON: DynamicColumnDataType;
|
|
45
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_CHILDREN_TABLE: DynamicColumnDataType;
|
|
46
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_QUOTE: DynamicColumnDataType;
|
|
47
|
-
export declare const DYNAMIC_COLUMN_DATA_TYPE_LINKAGE: DynamicColumnDataType;
|
|
1
|
+
export interface DynamicColumnDataType {
|
|
2
|
+
/**
|
|
3
|
+
* 编码
|
|
4
|
+
*/
|
|
5
|
+
code: number;
|
|
6
|
+
/**
|
|
7
|
+
* 名称
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* 数据库类型
|
|
12
|
+
*/
|
|
13
|
+
dbTypeName: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_TEXT: DynamicColumnDataType;
|
|
16
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_TEXTAREA: DynamicColumnDataType;
|
|
17
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_INT: DynamicColumnDataType;
|
|
18
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_MONEY: DynamicColumnDataType;
|
|
19
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_NUMBER: DynamicColumnDataType;
|
|
20
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_ID_CARD: DynamicColumnDataType;
|
|
21
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_MOBILE: DynamicColumnDataType;
|
|
22
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_EMAIL: DynamicColumnDataType;
|
|
23
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_DATE: DynamicColumnDataType;
|
|
24
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_DATETIME: DynamicColumnDataType;
|
|
25
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_LABEL: DynamicColumnDataType;
|
|
26
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_SWITCH: DynamicColumnDataType;
|
|
27
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_RADIO: DynamicColumnDataType;
|
|
28
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_CHECKBOX: DynamicColumnDataType;
|
|
29
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_USER: DynamicColumnDataType;
|
|
30
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_DEPT: DynamicColumnDataType;
|
|
31
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_ORGAN: DynamicColumnDataType;
|
|
32
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_SELECT: DynamicColumnDataType;
|
|
33
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_CASCADE: DynamicColumnDataType;
|
|
34
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_PICTURE: DynamicColumnDataType;
|
|
35
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_VIDEO: DynamicColumnDataType;
|
|
36
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_AUDIO: DynamicColumnDataType;
|
|
37
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_DOC: DynamicColumnDataType;
|
|
38
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_ATTACHMENTS: DynamicColumnDataType;
|
|
39
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_AUTO: DynamicColumnDataType;
|
|
40
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_EDITOR: DynamicColumnDataType;
|
|
41
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_POSITIONING: DynamicColumnDataType;
|
|
42
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_SIGNATURE: DynamicColumnDataType;
|
|
43
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_GRADE: DynamicColumnDataType;
|
|
44
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_BUTTON: DynamicColumnDataType;
|
|
45
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_CHILDREN_TABLE: DynamicColumnDataType;
|
|
46
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_QUOTE: DynamicColumnDataType;
|
|
47
|
+
export declare const DYNAMIC_COLUMN_DATA_TYPE_LINKAGE: DynamicColumnDataType;
|
|
48
|
+
/**
|
|
49
|
+
* 列类型接口
|
|
50
|
+
*/
|
|
51
|
+
export interface ColumnType {
|
|
52
|
+
/**
|
|
53
|
+
* 列的唯一标识符
|
|
54
|
+
*/
|
|
55
|
+
id: string;
|
|
56
|
+
/**
|
|
57
|
+
* 关联的表 ID
|
|
58
|
+
*/
|
|
59
|
+
fkTableId: string;
|
|
60
|
+
/**
|
|
61
|
+
* 表名
|
|
62
|
+
*/
|
|
63
|
+
tableName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 列名
|
|
66
|
+
*/
|
|
67
|
+
columnName: string;
|
|
68
|
+
/**
|
|
69
|
+
* 选择操作类型
|
|
70
|
+
*/
|
|
71
|
+
selectActionType: number;
|
|
72
|
+
/**
|
|
73
|
+
* 选择操作类型的枚举
|
|
74
|
+
*/
|
|
75
|
+
selectActionTypeEnum: BaseEnumType;
|
|
76
|
+
/**
|
|
77
|
+
* 列键类型
|
|
78
|
+
*/
|
|
79
|
+
columnKeyType: number;
|
|
80
|
+
/**
|
|
81
|
+
* 列键类型的枚举
|
|
82
|
+
*/
|
|
83
|
+
columnKeyTypeEnum: BaseEnumType;
|
|
84
|
+
/**
|
|
85
|
+
* 列的数据类型
|
|
86
|
+
*/
|
|
87
|
+
columnType: string;
|
|
88
|
+
/**
|
|
89
|
+
* 列的大小
|
|
90
|
+
*/
|
|
91
|
+
columnSize: number;
|
|
92
|
+
/**
|
|
93
|
+
* 列的小数位数
|
|
94
|
+
*/
|
|
95
|
+
columnDecimal: number;
|
|
96
|
+
/**
|
|
97
|
+
* 默认值
|
|
98
|
+
*/
|
|
99
|
+
defaultValue: string;
|
|
100
|
+
/**
|
|
101
|
+
* 默认值类型
|
|
102
|
+
*/
|
|
103
|
+
defaultValueType: number;
|
|
104
|
+
/**
|
|
105
|
+
* 默认值类型的枚举
|
|
106
|
+
*/
|
|
107
|
+
defaultValueTypeEnum: BaseEnumType;
|
|
108
|
+
/**
|
|
109
|
+
* 是否必填(0:否,1:是)
|
|
110
|
+
*/
|
|
111
|
+
isRequired: number;
|
|
112
|
+
/**
|
|
113
|
+
* 是否必填的枚举
|
|
114
|
+
*/
|
|
115
|
+
isRequiredEnum: BaseEnumType;
|
|
116
|
+
/**
|
|
117
|
+
* 列的注释
|
|
118
|
+
*/
|
|
119
|
+
columnComment: string;
|
|
120
|
+
/**
|
|
121
|
+
* 显示添加类型
|
|
122
|
+
*/
|
|
123
|
+
showAddType: number;
|
|
124
|
+
/**
|
|
125
|
+
* 显示添加类型的枚举
|
|
126
|
+
*/
|
|
127
|
+
showAddTypeEnum: BaseEnumType;
|
|
128
|
+
/**
|
|
129
|
+
* 显示更新类型
|
|
130
|
+
*/
|
|
131
|
+
showUpdateType: number;
|
|
132
|
+
/**
|
|
133
|
+
* 显示更新类型的枚举
|
|
134
|
+
*/
|
|
135
|
+
showUpdateTypeEnum: BaseEnumType;
|
|
136
|
+
/**
|
|
137
|
+
* 列在列表中的显示类型
|
|
138
|
+
*/
|
|
139
|
+
showListType: number;
|
|
140
|
+
/**
|
|
141
|
+
* 列在列表中的显示类型的枚举
|
|
142
|
+
*/
|
|
143
|
+
showListTypeEnum: BaseEnumType;
|
|
144
|
+
/**
|
|
145
|
+
* 列在视图中的显示类型
|
|
146
|
+
*/
|
|
147
|
+
showViewType: number;
|
|
148
|
+
/**
|
|
149
|
+
* 列在视图中的显示类型的枚举
|
|
150
|
+
*/
|
|
151
|
+
showViewTypeEnum: BaseEnumType;
|
|
152
|
+
/**
|
|
153
|
+
* 搜索类型
|
|
154
|
+
*/
|
|
155
|
+
searchType: number;
|
|
156
|
+
/**
|
|
157
|
+
* 搜索类型的枚举
|
|
158
|
+
*/
|
|
159
|
+
searchTypeEnum: BaseEnumType;
|
|
160
|
+
/**
|
|
161
|
+
* 更新类型
|
|
162
|
+
*/
|
|
163
|
+
updateType: number;
|
|
164
|
+
/**
|
|
165
|
+
* 更新类型的枚举
|
|
166
|
+
*/
|
|
167
|
+
updateTypeEnum: BaseEnumType;
|
|
168
|
+
/**
|
|
169
|
+
* 评分代码
|
|
170
|
+
*/
|
|
171
|
+
scoreCode: number;
|
|
172
|
+
/**
|
|
173
|
+
* 字段宽度
|
|
174
|
+
*/
|
|
175
|
+
fieldWidth: number;
|
|
176
|
+
/**
|
|
177
|
+
* 字段前缀
|
|
178
|
+
*/
|
|
179
|
+
fieldPrefix: string;
|
|
180
|
+
/**
|
|
181
|
+
* 显示条件
|
|
182
|
+
*/
|
|
183
|
+
showCondition: string;
|
|
184
|
+
/**
|
|
185
|
+
* 唯一性验证
|
|
186
|
+
*/
|
|
187
|
+
validationUnique: number;
|
|
188
|
+
/**
|
|
189
|
+
* 唯一性验证的枚举
|
|
190
|
+
*/
|
|
191
|
+
validationUniqueEnum: BaseEnumType;
|
|
192
|
+
/**
|
|
193
|
+
* 显示样式
|
|
194
|
+
*/
|
|
195
|
+
showStyle: string;
|
|
196
|
+
/**
|
|
197
|
+
* 自定义函数
|
|
198
|
+
*/
|
|
199
|
+
customFunction: string;
|
|
200
|
+
/**
|
|
201
|
+
* 列选项列表
|
|
202
|
+
*/
|
|
203
|
+
columnOptionList: any[];
|
|
204
|
+
/**
|
|
205
|
+
* 属性列表
|
|
206
|
+
*/
|
|
207
|
+
propList: {
|
|
208
|
+
/**
|
|
209
|
+
* 属性的唯一标识符
|
|
210
|
+
*/
|
|
211
|
+
id: string;
|
|
212
|
+
/**
|
|
213
|
+
* 属性名称
|
|
214
|
+
*/
|
|
215
|
+
propName: string;
|
|
216
|
+
/**
|
|
217
|
+
* 属性值
|
|
218
|
+
*/
|
|
219
|
+
propValue: string;
|
|
220
|
+
}[];
|
|
221
|
+
/**
|
|
222
|
+
* 引导文字
|
|
223
|
+
*/
|
|
224
|
+
guideWords: string;
|
|
225
|
+
/**
|
|
226
|
+
* 校验表达式
|
|
227
|
+
*/
|
|
228
|
+
fieldValidation: string;
|
|
229
|
+
/**
|
|
230
|
+
* 校验类型
|
|
231
|
+
*/
|
|
232
|
+
fieldValidationType: string;
|
|
233
|
+
/**
|
|
234
|
+
* 字段后缀
|
|
235
|
+
*/
|
|
236
|
+
fieldSuffix: string;
|
|
237
|
+
/**
|
|
238
|
+
* 关联字段
|
|
239
|
+
*/
|
|
240
|
+
joinColumn: string;
|
|
241
|
+
/**
|
|
242
|
+
* 关联表单
|
|
243
|
+
*/
|
|
244
|
+
joinTable: string;
|
|
245
|
+
/**
|
|
246
|
+
* 关联表单信息
|
|
247
|
+
*/
|
|
248
|
+
joinTableInfo: JoinTableInfo;
|
|
249
|
+
/**
|
|
250
|
+
* 连表字段
|
|
251
|
+
*/
|
|
252
|
+
linkageColumn: string;
|
|
253
|
+
/**
|
|
254
|
+
* 连表字段
|
|
255
|
+
*/
|
|
256
|
+
linkageTableColumn: string;
|
|
257
|
+
/**
|
|
258
|
+
* 选择操作调用的接口
|
|
259
|
+
*/
|
|
260
|
+
selectAction: string;
|
|
261
|
+
/**
|
|
262
|
+
* 下拉框选择的标签
|
|
263
|
+
*/
|
|
264
|
+
selectActionLabel: string;
|
|
265
|
+
/**
|
|
266
|
+
* 下拉框显示的标签
|
|
267
|
+
*/
|
|
268
|
+
selectActionLabelArr: string[];
|
|
269
|
+
/**
|
|
270
|
+
* 下拉框选择的标签
|
|
271
|
+
*/
|
|
272
|
+
selectActionValue: string;
|
|
273
|
+
}
|
|
274
|
+
export interface JoinTableInfo {
|
|
275
|
+
id: string;
|
|
276
|
+
joinAlias: string;
|
|
277
|
+
joinColumnList: JoinColumnList[];
|
|
278
|
+
joinNum: number;
|
|
279
|
+
joinSerial: number;
|
|
280
|
+
joinTableId: string;
|
|
281
|
+
joinTitle: string;
|
|
282
|
+
joinType: number;
|
|
283
|
+
mainTableId: string;
|
|
284
|
+
relationId: string;
|
|
285
|
+
showColumnList: [];
|
|
286
|
+
showColumns: string;
|
|
287
|
+
showType: number;
|
|
288
|
+
tableComment: string;
|
|
289
|
+
valueColumn: string;
|
|
290
|
+
}
|
|
291
|
+
export interface JoinColumnList {
|
|
292
|
+
id: string;
|
|
293
|
+
conditionKey: string;
|
|
294
|
+
conditionValue: string;
|
|
295
|
+
fkJoinId: string;
|
|
296
|
+
groupSerial: number;
|
|
297
|
+
relation: string;
|
|
298
|
+
valueType: number;
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* 枚举类型的通用结构
|
|
302
|
+
*/
|
|
303
|
+
export interface BaseEnumType {
|
|
304
|
+
/**
|
|
305
|
+
* 枚举的代码值
|
|
306
|
+
*/
|
|
307
|
+
code: number;
|
|
308
|
+
/**
|
|
309
|
+
* 枚举的名称描述
|
|
310
|
+
*/
|
|
311
|
+
name: string;
|
|
312
|
+
/**
|
|
313
|
+
* 枚举的排序值(可选)
|
|
314
|
+
*/
|
|
315
|
+
ordinal?: number;
|
|
316
|
+
}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,46 +1,52 @@
|
|
|
1
|
-
export type { ComponentProps } from './components/swiper';
|
|
2
|
-
export { default as Swiper } from './components/swiper';
|
|
3
|
-
export type {
|
|
4
|
-
export { default as
|
|
5
|
-
export type {
|
|
6
|
-
export { default as
|
|
7
|
-
export type {
|
|
8
|
-
export {
|
|
9
|
-
export type {
|
|
10
|
-
export {
|
|
11
|
-
export type {
|
|
12
|
-
export {
|
|
13
|
-
export type {
|
|
14
|
-
export {
|
|
15
|
-
export type {
|
|
16
|
-
export { default as
|
|
17
|
-
export type {
|
|
18
|
-
export { default as
|
|
19
|
-
export type {
|
|
20
|
-
export { default as
|
|
21
|
-
export type {
|
|
22
|
-
export { default as
|
|
23
|
-
export type {
|
|
24
|
-
export { default as
|
|
25
|
-
export type {
|
|
26
|
-
export { default as
|
|
27
|
-
export type {
|
|
28
|
-
export { default as
|
|
29
|
-
export type {
|
|
30
|
-
export { default as
|
|
31
|
-
export type {
|
|
32
|
-
export { default as
|
|
33
|
-
export type {
|
|
34
|
-
export { default as
|
|
35
|
-
export type {
|
|
36
|
-
export {
|
|
37
|
-
export type {
|
|
38
|
-
export {
|
|
39
|
-
export type {
|
|
40
|
-
export {
|
|
41
|
-
export type {
|
|
42
|
-
export {
|
|
43
|
-
export type {
|
|
44
|
-
export {
|
|
45
|
-
|
|
46
|
-
export {
|
|
1
|
+
export type { ComponentProps } from './components/swiper';
|
|
2
|
+
export { default as Swiper } from './components/swiper';
|
|
3
|
+
export type { SliderComponentProps } from './components/dc-slider';
|
|
4
|
+
export { default as DCSlider } from './components/dc-slider';
|
|
5
|
+
export type { NavigationProps } from './components/bottom-navigation';
|
|
6
|
+
export { default as Navigation } from './components/bottom-navigation';
|
|
7
|
+
export type { MenuListDataProps, MenuListProps } from './components/menu-list';
|
|
8
|
+
export { default as MenuList } from './components/menu-list';
|
|
9
|
+
export type { TeletextListProps } from './components/teletext-list';
|
|
10
|
+
export { TeletextList } from './components/teletext-list';
|
|
11
|
+
export type { Title1Props } from './components/title';
|
|
12
|
+
export { Title1 } from './components/title';
|
|
13
|
+
export type { Title2Props } from './components/title';
|
|
14
|
+
export { Title2 } from './components/title';
|
|
15
|
+
export type { GridNavProps } from './components/grid-nav';
|
|
16
|
+
export { default as GridNav } from './components/grid-nav';
|
|
17
|
+
export type { SearchBarProps } from './components/search-bar';
|
|
18
|
+
export { default as SearchBar } from './components/search-bar';
|
|
19
|
+
export type { LocationProps } from './components/position';
|
|
20
|
+
export { default as Position } from './components/position';
|
|
21
|
+
export type { TagProps } from './components/tag';
|
|
22
|
+
export { default as TagC } from './components/tag';
|
|
23
|
+
export type { MessageListProps } from './components/message-list';
|
|
24
|
+
export { default as MessageList } from './components/message-list';
|
|
25
|
+
export type { TabProps } from './components/tab';
|
|
26
|
+
export { default as TabMessage } from './components/tab';
|
|
27
|
+
export type { NoticeBarProps } from './components/notice-bar';
|
|
28
|
+
export { default as NoticeBar } from './components/notice-bar';
|
|
29
|
+
export type { TabContainerProps } from './components/tab-container';
|
|
30
|
+
export { default as TabContainer } from './components/tab-container';
|
|
31
|
+
export type { TabContainerItemProps } from './components/tab-container-item';
|
|
32
|
+
export { default as TabContainerItem } from './components/tab-container-item';
|
|
33
|
+
export type { IntegralTaskProps } from './components/integral-task';
|
|
34
|
+
export { default as IntegralTask } from './components/integral-task';
|
|
35
|
+
export type { ButtonProps } from './components/button';
|
|
36
|
+
export { default as Button2 } from './components/button';
|
|
37
|
+
export type { RadioGroupProps, RadioGroupItemProps } from './components/radio-group';
|
|
38
|
+
export { CustomRadioGroup, CustomRadioGroupItem } from './components/radio-group';
|
|
39
|
+
export type { GoodsCardListProps } from './components/goods-card-list';
|
|
40
|
+
export { GoodsCardList, GoodsCardListCommon } from './components/goods-card-list';
|
|
41
|
+
export type { RichTextProps } from './components/rich-text';
|
|
42
|
+
export { RichText } from './components/rich-text';
|
|
43
|
+
export type { StreamListProps } from './components/stream-list';
|
|
44
|
+
export { StreamList } from './components/stream-list';
|
|
45
|
+
export type { FormProps } from './components/form';
|
|
46
|
+
export { Form } from './components/form';
|
|
47
|
+
export type { UserInfoModel } from './components/user-card';
|
|
48
|
+
export { UserCard } from './components/user-card';
|
|
49
|
+
export type { MemberInfoModel } from './components/member-card';
|
|
50
|
+
export { MemberCard } from './components/member-card';
|
|
51
|
+
declare const bizCssPrefix = "bizpack";
|
|
52
|
+
export { bizCssPrefix };
|
package/lib/index.js
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
exports.__esModule = true;
|
|
5
|
-
exports.bizCssPrefix = exports.Title2 = exports.Title1 = exports.TeletextList = exports.TagC = exports.TabMessage = exports.TabContainerItem = exports.TabContainer = exports.Swiper = exports.StreamList = exports.SearchBar = exports.RichText = exports.Position = exports.NoticeBar = exports.Navigation = exports.MessageList = exports.MenuList = exports.IntegralTask = exports.GridNav = exports.GoodsCardListCommon = exports.GoodsCardList = exports.
|
|
5
|
+
exports.bizCssPrefix = exports.UserCard = exports.Title2 = exports.Title1 = exports.TeletextList = exports.TagC = exports.TabMessage = exports.TabContainerItem = exports.TabContainer = exports.Swiper = exports.StreamList = exports.SearchBar = exports.RichText = exports.Position = exports.NoticeBar = exports.Navigation = exports.MessageList = exports.MenuList = exports.MemberCard = exports.IntegralTask = exports.GridNav = exports.GoodsCardListCommon = exports.GoodsCardList = exports.Form = exports.DCSlider = exports.CustomRadioGroupItem = exports.CustomRadioGroup = exports.Button2 = void 0;
|
|
6
6
|
var _swiper = _interopRequireDefault(require("./components/swiper"));
|
|
7
7
|
exports.Swiper = _swiper["default"];
|
|
8
|
+
var _dcSlider = _interopRequireDefault(require("./components/dc-slider"));
|
|
9
|
+
exports.DCSlider = _dcSlider["default"];
|
|
8
10
|
var _bottomNavigation = _interopRequireDefault(require("./components/bottom-navigation"));
|
|
9
11
|
exports.Navigation = _bottomNavigation["default"];
|
|
10
12
|
var _menuList = _interopRequireDefault(require("./components/menu-list"));
|
|
@@ -47,9 +49,15 @@ exports.RichText = _richText.RichText;
|
|
|
47
49
|
var _streamList = require("./components/stream-list");
|
|
48
50
|
exports.StreamList = _streamList.StreamList;
|
|
49
51
|
var _form = require("./components/form");
|
|
50
|
-
exports.
|
|
52
|
+
exports.Form = _form.Form;
|
|
53
|
+
var _userCard = require("./components/user-card");
|
|
54
|
+
exports.UserCard = _userCard.UserCard;
|
|
55
|
+
var _memberCard = require("./components/member-card");
|
|
56
|
+
exports.MemberCard = _memberCard.MemberCard;
|
|
51
57
|
// 轮播图
|
|
52
58
|
|
|
59
|
+
// 轮播图2号
|
|
60
|
+
|
|
53
61
|
// 底部导航
|
|
54
62
|
|
|
55
63
|
// 列表菜单
|
|
@@ -92,4 +100,8 @@ exports.DCForm = _form.DCForm;
|
|
|
92
100
|
|
|
93
101
|
// 表单
|
|
94
102
|
|
|
103
|
+
// 用户信息卡片
|
|
104
|
+
|
|
105
|
+
// 会员信息卡片
|
|
106
|
+
|
|
95
107
|
var bizCssPrefix = exports.bizCssPrefix = 'bizpack';
|
package/lib/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import './components/colorful-button/index.scss';
|
|
2
|
-
@import './components/colorful-input/index.scss';
|
|
3
|
-
@import './components/teletext-list/index.scss';
|
|
4
|
-
@import './components/grid-nav/index.scss';
|
|
5
|
-
@import './components/search-bar/index.scss';
|
|
1
|
+
@import './components/colorful-button/index.scss';
|
|
2
|
+
@import './components/colorful-input/index.scss';
|
|
3
|
+
@import './components/teletext-list/index.scss';
|
|
4
|
+
@import './components/grid-nav/index.scss';
|
|
5
|
+
@import './components/search-bar/index.scss';
|
|
6
6
|
@import './components/notice-bar/index.scss';
|
package/lib/style.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 从children数组中获取指定组件
|
|
3
|
-
* @author ZhuGangMin
|
|
4
|
-
* @date 2024-09-21 14:07:02
|
|
5
|
-
* @param children 父组件传递过来children
|
|
6
|
-
* @param key 组件的key
|
|
7
|
-
* @param props 要覆盖的属性
|
|
8
|
-
*/
|
|
9
|
-
export declare function convertChildren(children: any, key: string, props?: any): React.DetailedReactHTMLElement<any, HTMLElement>;
|
|
1
|
+
/**
|
|
2
|
+
* 从children数组中获取指定组件
|
|
3
|
+
* @author ZhuGangMin
|
|
4
|
+
* @date 2024-09-21 14:07:02
|
|
5
|
+
* @param children 父组件传递过来children
|
|
6
|
+
* @param key 组件的key
|
|
7
|
+
* @param props 要覆盖的属性
|
|
8
|
+
*/
|
|
9
|
+
export declare function convertChildren(children: any, key: string, props?: any): React.DetailedReactHTMLElement<any, HTMLElement>;
|
|
@@ -5,13 +5,13 @@ exports.__esModule = true;
|
|
|
5
5
|
exports.convertChildren = convertChildren;
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
/**
|
|
9
|
-
* 从children数组中获取指定组件
|
|
10
|
-
* @author ZhuGangMin
|
|
11
|
-
* @date 2024-09-21 14:07:02
|
|
12
|
-
* @param children 父组件传递过来children
|
|
13
|
-
* @param key 组件的key
|
|
14
|
-
* @param props 要覆盖的属性
|
|
8
|
+
/**
|
|
9
|
+
* 从children数组中获取指定组件
|
|
10
|
+
* @author ZhuGangMin
|
|
11
|
+
* @date 2024-09-21 14:07:02
|
|
12
|
+
* @param children 父组件传递过来children
|
|
13
|
+
* @param key 组件的key
|
|
14
|
+
* @param props 要覆盖的属性
|
|
15
15
|
*/
|
|
16
16
|
function convertChildren(children, key, props) {
|
|
17
17
|
var node;
|