@dckj-npm/dc-material 0.1.356 → 0.1.358
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/es/assets/icon/form/right.png +0 -0
- package/es/assets/icon/grid-nav/right.png +0 -0
- package/es/assets/icon/integral-task/icon1.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/navigation/index-selected.png +0 -0
- package/es/assets/icon/navigation/index.png +0 -0
- package/es/assets/icon/navigation/message-selected.png +0 -0
- package/es/assets/icon/navigation/message.png +0 -0
- package/es/assets/icon/navigation/mine-selected.png +0 -0
- package/es/assets/icon/navigation/mine.png +0 -0
- package/es/assets/icon/navigation/present-selected.png +0 -0
- package/es/assets/icon/navigation/present.png +0 -0
- package/es/assets/icon/notice-bar/notice.png +0 -0
- package/es/assets/icon/position/arror.png +0 -0
- package/es/assets/icon/position/img.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/search/search.png +0 -0
- package/es/assets/icon/teletext-list/arr.png +0 -0
- package/es/components/bottom-navigation/bottom-navigation.d.ts +15 -0
- package/es/components/bottom-navigation/bottom-navigation.js +56 -0
- package/es/components/bottom-navigation/index.d.ts +3 -0
- package/es/components/bottom-navigation/index.js +2 -0
- package/es/components/bottom-navigation/index.scss +28 -0
- package/es/components/button/button.d.ts +14 -0
- package/es/components/button/button.js +14 -0
- package/es/components/button/index.d.ts +6 -0
- package/es/components/button/index.js +5 -0
- package/es/components/button/index.scss +16 -0
- package/es/components/carousel/carousel.d.ts +14 -0
- package/es/components/carousel/carousel.js +75 -0
- package/es/components/carousel/carousel.scss +32 -0
- package/es/components/colorful-button/colorful-button.d.ts +12 -0
- package/es/components/colorful-button/colorful-button.js +25 -0
- package/es/components/colorful-button/index.d.ts +3 -0
- package/es/components/colorful-button/index.js +2 -0
- package/es/components/colorful-button/index.scss +5 -0
- package/es/components/colorful-input/colorful-input.d.ts +8 -0
- package/es/components/colorful-input/colorful-input.js +19 -0
- package/es/components/colorful-input/index.d.ts +3 -0
- package/es/components/colorful-input/index.js +2 -0
- package/es/components/colorful-input/index.scss +5 -0
- 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 -0
- package/es/components/form/form-item.js +79 -0
- package/es/components/form/form-item.scss +20 -0
- package/es/components/form/form.d.ts +20 -0
- package/es/components/form/form.js +1596 -0
- package/es/components/form/index.d.ts +6 -0
- package/es/components/form/index.js +6 -0
- package/es/components/form/index.scss +22 -0
- package/es/components/goods-card-list/goods-card-list-common.d.ts +5 -0
- package/es/components/goods-card-list/goods-card-list-common.js +60 -0
- package/es/components/goods-card-list/goods-card-list-common.scss +118 -0
- package/es/components/goods-card-list/goods-card-list.d.ts +5 -0
- package/es/components/goods-card-list/goods-card-list.js +156 -0
- package/es/components/goods-card-list/goods-card-list.scss +112 -0
- package/es/components/goods-card-list/index.d.ts +4 -0
- package/es/components/goods-card-list/index.js +3 -0
- package/es/components/goods-card-list/types.d.ts +45 -0
- package/es/components/goods-card-list/types.js +1 -0
- package/es/components/grid-nav/grid-nav.d.ts +13 -0
- package/es/components/grid-nav/grid-nav.js +102 -0
- package/es/components/grid-nav/index.d.ts +3 -0
- package/es/components/grid-nav/index.js +2 -0
- package/es/components/grid-nav/index.scss +50 -0
- package/es/components/integral-task/index.d.ts +6 -0
- package/es/components/integral-task/index.js +5 -0
- package/es/components/integral-task/index.scss +35 -0
- package/es/components/integral-task/integral-task.d.ts +40 -0
- package/es/components/integral-task/integral-task.js +54 -0
- 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 -0
- package/es/components/menu-list/index.js +6 -0
- package/es/components/menu-list/index.scss +16 -0
- package/es/components/menu-list/menu-list-item.d.ts +5 -0
- package/es/components/menu-list/menu-list-item.js +32 -0
- package/es/components/menu-list/menu-list-item.scss +49 -0
- package/es/components/menu-list/menu-list.d.ts +5 -0
- package/es/components/menu-list/menu-list.js +25 -0
- package/es/components/menu-list/types.d.ts +23 -0
- package/es/components/menu-list/types.js +1 -0
- package/es/components/message-list/index.d.ts +6 -0
- package/es/components/message-list/index.js +6 -0
- package/es/components/message-list/index.scss +22 -0
- package/es/components/message-list/message-list-item.d.ts +33 -0
- package/es/components/message-list/message-list-item.js +41 -0
- package/es/components/message-list/message-list-item.scss +62 -0
- package/es/components/message-list/message-list.d.ts +28 -0
- package/es/components/message-list/message-list.js +50 -0
- package/es/components/notice-bar/index.d.ts +3 -0
- package/es/components/notice-bar/index.js +2 -0
- package/es/components/notice-bar/index.scss +84 -0
- package/es/components/notice-bar/notice-bar-item.d.ts +18 -0
- package/es/components/notice-bar/notice-bar-item.js +30 -0
- package/es/components/notice-bar/notice-bar-item.scss +26 -0
- package/es/components/notice-bar/notice-bar.d.ts +46 -0
- package/es/components/notice-bar/notice-bar.js +57 -0
- package/es/components/position/entity.d.ts +5 -0
- package/es/components/position/entity.js +1 -0
- package/es/components/position/index.d.ts +3 -0
- package/es/components/position/index.js +2 -0
- package/es/components/position/index.scss +124 -0
- package/es/components/position/position-left.d.ts +9 -0
- package/es/components/position/position-left.js +28 -0
- package/es/components/position/position-list.d.ts +12 -0
- package/es/components/position/position-list.js +134 -0
- package/es/components/position/position.d.ts +8 -0
- package/es/components/position/position.js +47 -0
- package/es/components/radio-group/index.d.ts +8 -0
- package/es/components/radio-group/index.js +7 -0
- package/es/components/radio-group/index.scss +40 -0
- package/es/components/radio-group/radio-group-item.d.ts +48 -0
- package/es/components/radio-group/radio-group-item.js +74 -0
- package/es/components/radio-group/radio-group.d.ts +52 -0
- package/es/components/radio-group/radio-group.js +80 -0
- package/es/components/rich-text/index.d.ts +6 -0
- package/es/components/rich-text/index.js +6 -0
- package/es/components/rich-text/index.scss +19 -0
- package/es/components/rich-text/rich-text.d.ts +14 -0
- package/es/components/rich-text/rich-text.js +37 -0
- package/es/components/search-bar/index.d.ts +3 -0
- package/es/components/search-bar/index.js +2 -0
- package/es/components/search-bar/index.scss +39 -0
- package/es/components/search-bar/search-bar.d.ts +10 -0
- package/es/components/search-bar/search-bar.js +73 -0
- package/es/components/stream-list/index.d.ts +6 -0
- package/es/components/stream-list/index.js +6 -0
- package/es/components/stream-list/index.scss +26 -0
- package/es/components/stream-list/stream-list.d.ts +54 -0
- package/es/components/stream-list/stream-list.js +159 -0
- package/es/components/swiper/index.d.ts +3 -0
- package/es/components/swiper/index.js +2 -0
- package/es/components/swiper/index.scss +20 -0
- package/es/components/swiper/swiper.d.ts +30 -0
- package/es/components/swiper/swiper.js +79 -0
- package/es/components/tab/index.d.ts +6 -0
- package/es/components/tab/index.js +5 -0
- package/es/components/tab/index.scss +44 -0
- package/es/components/tab/tab.d.ts +27 -0
- package/es/components/tab/tab.js +52 -0
- package/es/components/tab-container/index.d.ts +3 -0
- package/es/components/tab-container/index.js +2 -0
- package/es/components/tab-container/index.scss +48 -0
- package/es/components/tab-container/tab-container.d.ts +10 -0
- package/es/components/tab-container/tab-container.js +26 -0
- package/es/components/tab-container-item/index.d.ts +3 -0
- package/es/components/tab-container-item/index.js +2 -0
- package/es/components/tab-container-item/index.scss +0 -0
- package/es/components/tab-container-item/tab-container-item.d.ts +11 -0
- package/es/components/tab-container-item/tab-container-item.js +19 -0
- package/es/components/tag/index.d.ts +6 -0
- package/es/components/tag/index.js +5 -0
- package/es/components/tag/index.scss +24 -0
- package/es/components/tag/tag.d.ts +14 -0
- package/es/components/tag/tag.js +14 -0
- package/es/components/teletext-list/index.d.ts +6 -0
- package/es/components/teletext-list/index.js +6 -0
- package/es/components/teletext-list/index.scss +40 -0
- package/es/components/teletext-list/teletext-list-item.d.ts +33 -0
- package/es/components/teletext-list/teletext-list-item.js +61 -0
- package/es/components/teletext-list/teletext-list-item.scss +57 -0
- package/es/components/teletext-list/teletext-list.d.ts +61 -0
- package/es/components/teletext-list/teletext-list.js +48 -0
- package/es/components/title/index.d.ts +8 -0
- package/es/components/title/index.js +7 -0
- package/es/components/title/title-1.d.ts +10 -0
- package/es/components/title/title-1.js +16 -0
- package/es/components/title/title-1.scss +25 -0
- package/es/components/title/title-2.d.ts +18 -0
- package/es/components/title/title-2.js +31 -0
- package/es/components/title/title-2.scss +22 -0
- 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 -0
- package/es/entity/dynamic-column-data-type.js +173 -0
- package/es/index.d.ts +52 -0
- package/es/index.js +98 -0
- package/es/index.scss +6 -0
- package/es/style.js +6 -0
- package/es/utils/children-node-handle.d.ts +9 -0
- package/es/utils/children-node-handle.js +25 -0
- package/es/utils/component-wrapper.d.ts +9 -0
- package/es/utils/component-wrapper.js +38 -0
- package/es/utils/debounce.d.ts +1 -0
- package/es/utils/debounce.js +14 -0
- package/es/utils/textUtil.d.ts +10 -0
- package/es/utils/textUtil.js +51 -0
- package/es/utils/time-util.d.ts +5 -0
- package/es/utils/time-util.js +18 -0
- package/es/variables.d.ts +2 -0
- package/es/variables.js +2 -0
- package/es/variables.scss +3 -0
- package/lib/assets/icon/form/right.png +0 -0
- package/lib/assets/icon/grid-nav/right.png +0 -0
- package/lib/assets/icon/integral-task/icon1.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/navigation/index-selected.png +0 -0
- package/lib/assets/icon/navigation/index.png +0 -0
- package/lib/assets/icon/navigation/message-selected.png +0 -0
- package/lib/assets/icon/navigation/message.png +0 -0
- package/lib/assets/icon/navigation/mine-selected.png +0 -0
- package/lib/assets/icon/navigation/mine.png +0 -0
- package/lib/assets/icon/navigation/present-selected.png +0 -0
- package/lib/assets/icon/navigation/present.png +0 -0
- package/lib/assets/icon/notice-bar/notice.png +0 -0
- package/lib/assets/icon/position/arror.png +0 -0
- package/lib/assets/icon/position/img.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/search/search.png +0 -0
- package/lib/assets/icon/teletext-list/arr.png +0 -0
- package/lib/components/bottom-navigation/bottom-navigation.d.ts +15 -0
- package/lib/components/bottom-navigation/bottom-navigation.js +63 -0
- package/lib/components/bottom-navigation/index.d.ts +3 -0
- package/lib/components/bottom-navigation/index.js +7 -0
- package/lib/components/bottom-navigation/index.scss +28 -0
- package/lib/components/button/button.d.ts +14 -0
- package/lib/components/button/button.js +21 -0
- package/lib/components/button/index.d.ts +6 -0
- package/lib/components/button/index.js +10 -0
- package/lib/components/button/index.scss +16 -0
- package/lib/components/carousel/carousel.d.ts +14 -0
- package/lib/components/carousel/carousel.js +81 -0
- package/lib/components/carousel/carousel.scss +32 -0
- package/lib/components/colorful-button/colorful-button.d.ts +12 -0
- package/lib/components/colorful-button/colorful-button.js +32 -0
- package/lib/components/colorful-button/index.d.ts +3 -0
- package/lib/components/colorful-button/index.js +7 -0
- package/lib/components/colorful-button/index.scss +5 -0
- package/lib/components/colorful-input/colorful-input.d.ts +8 -0
- package/lib/components/colorful-input/colorful-input.js +26 -0
- package/lib/components/colorful-input/index.d.ts +3 -0
- package/lib/components/colorful-input/index.js +7 -0
- package/lib/components/colorful-input/index.scss +5 -0
- 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 -0
- package/lib/components/form/form-item.js +86 -0
- package/lib/components/form/form-item.scss +20 -0
- package/lib/components/form/form.d.ts +20 -0
- package/lib/components/form/form.js +1598 -0
- package/lib/components/form/index.d.ts +6 -0
- package/lib/components/form/index.js +6 -0
- package/lib/components/form/index.scss +22 -0
- package/lib/components/goods-card-list/goods-card-list-common.d.ts +5 -0
- package/lib/components/goods-card-list/goods-card-list-common.js +65 -0
- package/lib/components/goods-card-list/goods-card-list-common.scss +118 -0
- package/lib/components/goods-card-list/goods-card-list.d.ts +5 -0
- package/lib/components/goods-card-list/goods-card-list.js +163 -0
- package/lib/components/goods-card-list/goods-card-list.scss +112 -0
- package/lib/components/goods-card-list/index.d.ts +4 -0
- package/lib/components/goods-card-list/index.js +8 -0
- package/lib/components/goods-card-list/types.d.ts +45 -0
- package/lib/components/goods-card-list/types.js +3 -0
- package/lib/components/grid-nav/grid-nav.d.ts +13 -0
- package/lib/components/grid-nav/grid-nav.js +109 -0
- package/lib/components/grid-nav/index.d.ts +3 -0
- package/lib/components/grid-nav/index.js +7 -0
- package/lib/components/grid-nav/index.scss +50 -0
- package/lib/components/integral-task/index.d.ts +6 -0
- package/lib/components/integral-task/index.js +10 -0
- package/lib/components/integral-task/index.scss +35 -0
- package/lib/components/integral-task/integral-task.d.ts +40 -0
- package/lib/components/integral-task/integral-task.js +61 -0
- 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 -0
- package/lib/components/menu-list/index.js +10 -0
- package/lib/components/menu-list/index.scss +16 -0
- package/lib/components/menu-list/menu-list-item.d.ts +5 -0
- package/lib/components/menu-list/menu-list-item.js +37 -0
- package/lib/components/menu-list/menu-list-item.scss +49 -0
- package/lib/components/menu-list/menu-list.d.ts +5 -0
- package/lib/components/menu-list/menu-list.js +30 -0
- package/lib/components/menu-list/types.d.ts +23 -0
- package/lib/components/menu-list/types.js +3 -0
- package/lib/components/message-list/index.d.ts +6 -0
- package/lib/components/message-list/index.js +10 -0
- package/lib/components/message-list/index.scss +22 -0
- package/lib/components/message-list/message-list-item.d.ts +33 -0
- package/lib/components/message-list/message-list-item.js +45 -0
- package/lib/components/message-list/message-list-item.scss +62 -0
- package/lib/components/message-list/message-list.d.ts +28 -0
- package/lib/components/message-list/message-list.js +57 -0
- package/lib/components/notice-bar/index.d.ts +3 -0
- package/lib/components/notice-bar/index.js +7 -0
- package/lib/components/notice-bar/index.scss +84 -0
- package/lib/components/notice-bar/notice-bar-item.d.ts +18 -0
- package/lib/components/notice-bar/notice-bar-item.js +35 -0
- package/lib/components/notice-bar/notice-bar-item.scss +26 -0
- package/lib/components/notice-bar/notice-bar.d.ts +46 -0
- package/lib/components/notice-bar/notice-bar.js +62 -0
- package/lib/components/position/entity.d.ts +5 -0
- package/lib/components/position/entity.js +3 -0
- package/lib/components/position/index.d.ts +3 -0
- package/lib/components/position/index.js +7 -0
- package/lib/components/position/index.scss +124 -0
- package/lib/components/position/position-left.d.ts +9 -0
- package/lib/components/position/position-left.js +35 -0
- package/lib/components/position/position-list.d.ts +12 -0
- package/lib/components/position/position-list.js +141 -0
- package/lib/components/position/position.d.ts +8 -0
- package/lib/components/position/position.js +54 -0
- package/lib/components/radio-group/index.d.ts +8 -0
- package/lib/components/radio-group/index.js +8 -0
- package/lib/components/radio-group/index.scss +40 -0
- package/lib/components/radio-group/radio-group-item.d.ts +48 -0
- package/lib/components/radio-group/radio-group-item.js +79 -0
- package/lib/components/radio-group/radio-group.d.ts +52 -0
- package/lib/components/radio-group/radio-group.js +87 -0
- package/lib/components/rich-text/index.d.ts +6 -0
- package/lib/components/rich-text/index.js +6 -0
- package/lib/components/rich-text/index.scss +19 -0
- package/lib/components/rich-text/rich-text.d.ts +14 -0
- package/lib/components/rich-text/rich-text.js +42 -0
- package/lib/components/search-bar/index.d.ts +3 -0
- package/lib/components/search-bar/index.js +7 -0
- package/lib/components/search-bar/index.scss +39 -0
- package/lib/components/search-bar/search-bar.d.ts +10 -0
- package/lib/components/search-bar/search-bar.js +80 -0
- package/lib/components/stream-list/index.d.ts +6 -0
- package/lib/components/stream-list/index.js +6 -0
- package/lib/components/stream-list/index.scss +26 -0
- package/lib/components/stream-list/stream-list.d.ts +54 -0
- package/lib/components/stream-list/stream-list.js +166 -0
- package/lib/components/swiper/index.d.ts +3 -0
- package/lib/components/swiper/index.js +7 -0
- package/lib/components/swiper/index.scss +20 -0
- package/lib/components/swiper/swiper.d.ts +30 -0
- package/lib/components/swiper/swiper.js +86 -0
- package/lib/components/tab/index.d.ts +6 -0
- package/lib/components/tab/index.js +10 -0
- package/lib/components/tab/index.scss +44 -0
- package/lib/components/tab/tab.d.ts +27 -0
- package/lib/components/tab/tab.js +59 -0
- package/lib/components/tab-container/index.d.ts +3 -0
- package/lib/components/tab-container/index.js +6 -0
- package/lib/components/tab-container/index.scss +48 -0
- package/lib/components/tab-container/tab-container.d.ts +10 -0
- package/lib/components/tab-container/tab-container.js +31 -0
- package/lib/components/tab-container-item/index.d.ts +3 -0
- package/lib/components/tab-container-item/index.js +6 -0
- package/lib/components/tab-container-item/index.scss +0 -0
- package/lib/components/tab-container-item/tab-container-item.d.ts +11 -0
- package/lib/components/tab-container-item/tab-container-item.js +24 -0
- package/lib/components/tag/index.d.ts +6 -0
- package/lib/components/tag/index.js +10 -0
- package/lib/components/tag/index.scss +24 -0
- package/lib/components/tag/tag.d.ts +14 -0
- package/lib/components/tag/tag.js +21 -0
- package/lib/components/teletext-list/index.d.ts +6 -0
- package/lib/components/teletext-list/index.js +6 -0
- package/lib/components/teletext-list/index.scss +40 -0
- package/lib/components/teletext-list/teletext-list-item.d.ts +33 -0
- package/lib/components/teletext-list/teletext-list-item.js +65 -0
- package/lib/components/teletext-list/teletext-list-item.scss +57 -0
- package/lib/components/teletext-list/teletext-list.d.ts +61 -0
- package/lib/components/teletext-list/teletext-list.js +52 -0
- package/lib/components/title/index.d.ts +8 -0
- package/lib/components/title/index.js +8 -0
- package/lib/components/title/title-1.d.ts +10 -0
- package/lib/components/title/title-1.js +21 -0
- package/lib/components/title/title-1.scss +25 -0
- package/lib/components/title/title-2.d.ts +18 -0
- package/lib/components/title/title-2.js +36 -0
- package/lib/components/title/title-2.scss +22 -0
- 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 -0
- package/lib/entity/dynamic-column-data-type.js +177 -0
- package/lib/index.d.ts +52 -0
- package/lib/index.js +107 -0
- package/lib/index.scss +6 -0
- package/lib/style.js +6 -0
- package/lib/utils/children-node-handle.d.ts +9 -0
- package/lib/utils/children-node-handle.js +30 -0
- package/lib/utils/component-wrapper.d.ts +9 -0
- package/lib/utils/component-wrapper.js +45 -0
- package/lib/utils/debounce.d.ts +1 -0
- package/lib/utils/debounce.js +18 -0
- package/lib/utils/textUtil.d.ts +10 -0
- package/lib/utils/textUtil.js +55 -0
- package/lib/utils/time-util.d.ts +5 -0
- package/lib/utils/time-util.js +22 -0
- package/lib/variables.d.ts +2 -0
- package/lib/variables.js +5 -0
- package/lib/variables.scss +3 -0
- package/lowcode/accordion-selector/meta.ts +124 -124
- package/lowcode/accordion-selector/props.ts +106 -106
- package/lowcode/bread-crumb/meta.ts +118 -118
- package/lowcode/button2/meta.ts +84 -84
- package/lowcode/collapse/meta.ts +138 -138
- package/lowcode/collapse-selector/meta.ts +67 -67
- package/lowcode/collapse-selector/props.ts +114 -114
- package/lowcode/collapse-selector-item/meta.ts +78 -78
- 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 -186
- package/lowcode/d-c-slider/snippets.ts +69 -69
- package/lowcode/drawer/meta.ts +318 -318
- 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/image/meta.ts +61 -61
- package/lowcode/input/meta.ts +240 -240
- package/lowcode/integral-task/meta.ts +212 -212
- package/lowcode/member-card/meta.ts +187 -187
- package/lowcode/menu-list/meta.ts +154 -154
- package/lowcode/message-list/meta.ts +225 -225
- package/lowcode/navigation/meta.ts +177 -177
- package/lowcode/notice-bar/meta.ts +251 -251
- package/lowcode/position/meta.ts +162 -162
- package/lowcode/profile/meta.ts +125 -125
- package/lowcode/rating/meta.ts +102 -102
- package/lowcode/review-list/meta.ts +147 -147
- package/lowcode/rich-text/meta.ts +72 -72
- package/lowcode/search-bar/meta.ts +105 -105
- package/lowcode/search-history-list/meta.ts +103 -103
- package/lowcode/select/meta.ts +189 -193
- package/lowcode/shopping-cart/meta.ts +494 -494
- package/lowcode/stream-list/meta.ts +209 -209
- package/lowcode/swiper/meta.ts +237 -237
- package/lowcode/switch/meta.ts +69 -69
- 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 +845 -845
- package/lowcode/text-description-detail-list/meta.ts +112 -112
- package/lowcode/title1/meta.ts +60 -60
- package/lowcode/title2/meta.ts +94 -94
- package/lowcode/user-card/meta.ts +130 -130
- package/lowcode_es/accordion-selector/meta.d.ts +3 -3
- package/lowcode_es/accordion-selector/meta.js +11 -7
- package/lowcode_es/accordion-selector/props.d.ts +51 -51
- package/lowcode_es/address-list/meta.d.ts +2 -22
- package/lowcode_es/bread-crumb/meta.d.ts +2 -22
- package/lowcode_es/button2/meta.d.ts +2 -22
- package/lowcode_es/collapse/meta.d.ts +2 -22
- package/lowcode_es/collapse-selector/meta.d.ts +2 -22
- package/lowcode_es/collapse-selector/props.d.ts +49 -49
- package/lowcode_es/collapse-selector-item/meta.d.ts +2 -22
- package/lowcode_es/custom-drawer/meta.d.ts +2 -22
- package/lowcode_es/custom-radio-group/meta.d.ts +2 -22
- package/lowcode_es/custom-radio-group-item/meta.d.ts +2 -23
- 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 +2 -22
- package/lowcode_es/form/meta.d.ts +2 -22
- package/lowcode_es/goods-card-list/meta.d.ts +2 -22
- package/lowcode_es/goods-card-list-common/meta.d.ts +2 -22
- package/lowcode_es/grid-nav/meta.d.ts +2 -22
- package/lowcode_es/image/meta.d.ts +2 -22
- package/lowcode_es/input/meta.d.ts +2 -22
- package/lowcode_es/integral-task/meta.d.ts +2 -22
- package/lowcode_es/item/meta.d.ts +2 -22
- package/lowcode_es/member-card/meta.d.ts +2 -22
- package/lowcode_es/menu-list/meta.d.ts +2 -22
- package/lowcode_es/message-list/meta.d.ts +2 -22
- package/lowcode_es/meta.js +47 -47
- package/lowcode_es/navigation/meta.d.ts +2 -22
- package/lowcode_es/notice-bar/meta.d.ts +2 -22
- package/lowcode_es/position/meta.d.ts +2 -22
- package/lowcode_es/profile/meta.d.ts +2 -22
- package/lowcode_es/rating/meta.d.ts +2 -22
- package/lowcode_es/review-list/meta.d.ts +2 -22
- package/lowcode_es/rich-text/meta.d.ts +2 -22
- package/lowcode_es/search-bar/meta.d.ts +2 -22
- package/lowcode_es/search-history-list/meta.d.ts +2 -22
- package/lowcode_es/select/meta.d.ts +2 -22
- package/lowcode_es/shopping-cart/meta.d.ts +2 -22
- package/lowcode_es/stream-list/meta.d.ts +2 -22
- package/lowcode_es/swiper/meta.d.ts +2 -22
- package/lowcode_es/switch/meta.d.ts +2 -22
- package/lowcode_es/tab-container/meta.d.ts +2 -22
- package/lowcode_es/tab-container/props.d.ts +90 -90
- package/lowcode_es/tab-container-item/meta.d.ts +2 -22
- package/lowcode_es/tab-message/meta.d.ts +2 -22
- package/lowcode_es/tag-c/meta.d.ts +2 -22
- package/lowcode_es/teletext-list/meta.d.ts +2 -22
- package/lowcode_es/text-description-detail-list/meta.d.ts +2 -22
- package/lowcode_es/title1/meta.d.ts +2 -22
- package/lowcode_es/title2/meta.d.ts +2 -22
- package/lowcode_es/user-card/meta.d.ts +2 -22
- package/lowcode_es/view.js +3 -3
- package/lowcode_lib/accordion-selector/meta.d.ts +3 -3
- package/lowcode_lib/accordion-selector/meta.js +11 -7
- package/lowcode_lib/accordion-selector/props.d.ts +51 -51
- package/lowcode_lib/address-list/meta.d.ts +2 -22
- package/lowcode_lib/bread-crumb/meta.d.ts +2 -22
- package/lowcode_lib/button2/meta.d.ts +2 -22
- package/lowcode_lib/collapse/meta.d.ts +2 -22
- package/lowcode_lib/collapse-selector/meta.d.ts +2 -22
- package/lowcode_lib/collapse-selector/props.d.ts +49 -49
- package/lowcode_lib/collapse-selector-item/meta.d.ts +2 -22
- package/lowcode_lib/custom-drawer/meta.d.ts +2 -22
- package/lowcode_lib/custom-radio-group/meta.d.ts +2 -22
- package/lowcode_lib/custom-radio-group-item/meta.d.ts +2 -23
- 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 +2 -22
- package/lowcode_lib/form/meta.d.ts +2 -22
- package/lowcode_lib/goods-card-list/meta.d.ts +2 -22
- package/lowcode_lib/goods-card-list-common/meta.d.ts +2 -22
- package/lowcode_lib/grid-nav/meta.d.ts +2 -22
- package/lowcode_lib/image/meta.d.ts +2 -22
- package/lowcode_lib/input/meta.d.ts +2 -22
- package/lowcode_lib/integral-task/meta.d.ts +2 -22
- package/lowcode_lib/item/meta.d.ts +2 -22
- package/lowcode_lib/member-card/meta.d.ts +2 -22
- package/lowcode_lib/menu-list/meta.d.ts +2 -22
- package/lowcode_lib/message-list/meta.d.ts +2 -22
- package/lowcode_lib/meta.js +48 -48
- package/lowcode_lib/navigation/meta.d.ts +2 -22
- package/lowcode_lib/notice-bar/meta.d.ts +2 -22
- package/lowcode_lib/position/meta.d.ts +2 -22
- package/lowcode_lib/profile/meta.d.ts +2 -22
- package/lowcode_lib/rating/meta.d.ts +2 -22
- package/lowcode_lib/review-list/meta.d.ts +2 -22
- package/lowcode_lib/rich-text/meta.d.ts +2 -22
- package/lowcode_lib/search-bar/meta.d.ts +2 -22
- package/lowcode_lib/search-history-list/meta.d.ts +2 -22
- package/lowcode_lib/select/meta.d.ts +2 -22
- package/lowcode_lib/shopping-cart/meta.d.ts +2 -22
- package/lowcode_lib/stream-list/meta.d.ts +2 -22
- package/lowcode_lib/swiper/meta.d.ts +2 -22
- package/lowcode_lib/switch/meta.d.ts +2 -22
- package/lowcode_lib/tab-container/meta.d.ts +2 -22
- package/lowcode_lib/tab-container/props.d.ts +90 -90
- package/lowcode_lib/tab-container-item/meta.d.ts +2 -22
- package/lowcode_lib/tab-message/meta.d.ts +2 -22
- package/lowcode_lib/tag-c/meta.d.ts +2 -22
- package/lowcode_lib/teletext-list/meta.d.ts +2 -22
- package/lowcode_lib/text-description-detail-list/meta.d.ts +2 -22
- package/lowcode_lib/title1/meta.d.ts +2 -22
- package/lowcode_lib/title2/meta.d.ts +2 -22
- package/lowcode_lib/user-card/meta.d.ts +2 -22
- package/lowcode_lib/view.js +3 -4
- package/package.json +12 -12
- package/build/lowcode/assets-daily.json +0 -71
- package/build/lowcode/assets-dev.json +0 -71
- package/build/lowcode/assets-prod.json +0 -71
- package/build/lowcode/designer.html +0 -302
- package/build/lowcode/index.html +0 -304
- package/build/lowcode/index.js +0 -1
- package/build/lowcode/meta.design.js +0 -1
- package/build/lowcode/meta.js +0 -1
- package/build/lowcode/preview.css +0 -1
- package/build/lowcode/preview.html +0 -33
- package/build/lowcode/preview.js +0 -308
- package/build/lowcode/render/default/view.css +0 -1
- package/build/lowcode/render/default/view.js +0 -295
- package/build/lowcode/view.css +0 -1
- package/build/lowcode/view.js +0 -295
- package/dist/BizComps.css +0 -1
- package/dist/BizComps.js +0 -7
- package/dist/BizComps.js.map +0 -1
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
.user-info {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 240px;
|
|
5
|
+
padding-top: 10%;
|
|
6
|
+
|
|
7
|
+
&-bg {
|
|
8
|
+
width: 100%;
|
|
9
|
+
object-fit: cover;
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
height: 240px;
|
|
14
|
+
max-height: 240px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.content {
|
|
18
|
+
position: relative;
|
|
19
|
+
padding: 20px;
|
|
20
|
+
z-index: 2;
|
|
21
|
+
display: flex;
|
|
22
|
+
justify-content: space-between;
|
|
23
|
+
align-items: center;
|
|
24
|
+
|
|
25
|
+
.arrow {
|
|
26
|
+
width: 8px;
|
|
27
|
+
height: 10px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.info-box {
|
|
31
|
+
display: flex;
|
|
32
|
+
justify-content: flex-start;
|
|
33
|
+
align-items: center;
|
|
34
|
+
|
|
35
|
+
.head-img {
|
|
36
|
+
border-radius: 50%;
|
|
37
|
+
object-fit: cover;
|
|
38
|
+
margin-right: 10px;
|
|
39
|
+
width: 70px;
|
|
40
|
+
height: 70px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.info {
|
|
44
|
+
font-weight: bold;
|
|
45
|
+
display: flex;
|
|
46
|
+
justify-content: flex-start;
|
|
47
|
+
flex-direction: column;
|
|
48
|
+
|
|
49
|
+
.user-name {
|
|
50
|
+
color: #333;
|
|
51
|
+
font-size: 21px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.level {
|
|
55
|
+
margin-bottom: 3.5px;
|
|
56
|
+
max-width: 65px;
|
|
57
|
+
height: 18px;
|
|
58
|
+
object-fit: contain;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.no-login {
|
|
63
|
+
color: #333;
|
|
64
|
+
font-size: 21px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["contentBg", "headImg", "userName", "levelImg", "isLogin", "handleClick"];
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import "./index.scss";
|
|
6
|
+
import defaultImg from "../../assets/icon/mine/default.png";
|
|
7
|
+
import arrowImg from "../../assets/icon/mine/right.png";
|
|
8
|
+
var UserCard = function UserCard(_ref) {
|
|
9
|
+
var contentBg = _ref.contentBg,
|
|
10
|
+
headImg = _ref.headImg,
|
|
11
|
+
userName = _ref.userName,
|
|
12
|
+
levelImg = _ref.levelImg,
|
|
13
|
+
isLogin = _ref.isLogin,
|
|
14
|
+
_ref$handleClick = _ref.handleClick,
|
|
15
|
+
handleClick = _ref$handleClick === void 0 ? function (item) {
|
|
16
|
+
console.log(item);
|
|
17
|
+
} : _ref$handleClick,
|
|
18
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
19
|
+
var _otherProps = otherProps || {};
|
|
20
|
+
var onTap = function onTap() {
|
|
21
|
+
if (handleClick) {
|
|
22
|
+
handleClick(isLogin);
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
return /*#__PURE__*/React.createElement("div", _extends({
|
|
26
|
+
className: "user-info"
|
|
27
|
+
}, _otherProps), contentBg ? /*#__PURE__*/React.createElement("img", {
|
|
28
|
+
className: "user-info-bg",
|
|
29
|
+
src: contentBg,
|
|
30
|
+
alt: ""
|
|
31
|
+
}) : null, /*#__PURE__*/React.createElement("div", {
|
|
32
|
+
className: "content",
|
|
33
|
+
onClick: onTap
|
|
34
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
35
|
+
className: "info-box"
|
|
36
|
+
}, headImg && isLogin ? /*#__PURE__*/React.createElement("img", {
|
|
37
|
+
className: "head-img",
|
|
38
|
+
src: headImg,
|
|
39
|
+
alt: ""
|
|
40
|
+
}) : /*#__PURE__*/React.createElement("img", {
|
|
41
|
+
className: "head-img",
|
|
42
|
+
src: defaultImg,
|
|
43
|
+
alt: ""
|
|
44
|
+
}), isLogin ? /*#__PURE__*/React.createElement("div", {
|
|
45
|
+
className: "info"
|
|
46
|
+
}, userName && /*#__PURE__*/React.createElement("div", {
|
|
47
|
+
className: "user-name"
|
|
48
|
+
}, userName), levelImg && /*#__PURE__*/React.createElement("img", {
|
|
49
|
+
className: "level",
|
|
50
|
+
src: levelImg,
|
|
51
|
+
alt: ""
|
|
52
|
+
})) : /*#__PURE__*/React.createElement("div", {
|
|
53
|
+
className: "no-login"
|
|
54
|
+
}, "\u767B\u5F55/\u6CE8\u518C")), /*#__PURE__*/React.createElement("img", {
|
|
55
|
+
className: "arrow",
|
|
56
|
+
src: arrowImg,
|
|
57
|
+
alt: ""
|
|
58
|
+
})));
|
|
59
|
+
};
|
|
60
|
+
UserCard.displayName = 'UserCard';
|
|
61
|
+
export default UserCard;
|
|
@@ -0,0 +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;
|
|
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
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_TEXT = {
|
|
2
|
+
code: 1,
|
|
3
|
+
name: '单行文本',
|
|
4
|
+
dbTypeName: 'varchar'
|
|
5
|
+
};
|
|
6
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_TEXTAREA = {
|
|
7
|
+
code: 2,
|
|
8
|
+
name: '多行文本',
|
|
9
|
+
dbTypeName: 'text'
|
|
10
|
+
};
|
|
11
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_INT = {
|
|
12
|
+
code: 3,
|
|
13
|
+
name: '整数',
|
|
14
|
+
dbTypeName: 'int'
|
|
15
|
+
};
|
|
16
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_MONEY = {
|
|
17
|
+
code: 15,
|
|
18
|
+
name: '金额',
|
|
19
|
+
dbTypeName: 'numeric'
|
|
20
|
+
};
|
|
21
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_NUMBER = {
|
|
22
|
+
code: 35,
|
|
23
|
+
name: '数值',
|
|
24
|
+
dbTypeName: 'numeric'
|
|
25
|
+
};
|
|
26
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_ID_CARD = {
|
|
27
|
+
code: 11,
|
|
28
|
+
name: '身份证',
|
|
29
|
+
dbTypeName: 'varchar'
|
|
30
|
+
};
|
|
31
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_MOBILE = {
|
|
32
|
+
code: 12,
|
|
33
|
+
name: '手机',
|
|
34
|
+
dbTypeName: 'varchar'
|
|
35
|
+
};
|
|
36
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_EMAIL = {
|
|
37
|
+
code: 36,
|
|
38
|
+
name: '邮箱',
|
|
39
|
+
dbTypeName: 'varchar'
|
|
40
|
+
};
|
|
41
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_DATE = {
|
|
42
|
+
code: 6,
|
|
43
|
+
name: '日期',
|
|
44
|
+
dbTypeName: 'date'
|
|
45
|
+
};
|
|
46
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_DATETIME = {
|
|
47
|
+
code: 7,
|
|
48
|
+
name: '日期时间',
|
|
49
|
+
dbTypeName: 'datetime'
|
|
50
|
+
};
|
|
51
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_LABEL = {
|
|
52
|
+
code: 10,
|
|
53
|
+
name: '文本说明',
|
|
54
|
+
dbTypeName: 'varchar'
|
|
55
|
+
};
|
|
56
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_SWITCH = {
|
|
57
|
+
code: 29,
|
|
58
|
+
name: '开关',
|
|
59
|
+
dbTypeName: 'tinyint'
|
|
60
|
+
};
|
|
61
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_RADIO = {
|
|
62
|
+
code: 4,
|
|
63
|
+
name: '单选框',
|
|
64
|
+
dbTypeName: 'varchar'
|
|
65
|
+
};
|
|
66
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_CHECKBOX = {
|
|
67
|
+
code: 5,
|
|
68
|
+
name: '复选框',
|
|
69
|
+
dbTypeName: 'varchar'
|
|
70
|
+
};
|
|
71
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_USER = {
|
|
72
|
+
code: 18,
|
|
73
|
+
name: '联系人',
|
|
74
|
+
dbTypeName: 'varchar'
|
|
75
|
+
};
|
|
76
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_DEPT = {
|
|
77
|
+
code: 17,
|
|
78
|
+
name: '组织架构部门',
|
|
79
|
+
dbTypeName: 'varchar'
|
|
80
|
+
};
|
|
81
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_ORGAN = {
|
|
82
|
+
code: 25,
|
|
83
|
+
name: '组织架构单位',
|
|
84
|
+
dbTypeName: 'varchar'
|
|
85
|
+
};
|
|
86
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_SELECT = {
|
|
87
|
+
code: 19,
|
|
88
|
+
name: '下拉框',
|
|
89
|
+
dbTypeName: 'varchar'
|
|
90
|
+
};
|
|
91
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_CASCADE = {
|
|
92
|
+
code: 13,
|
|
93
|
+
name: '级联/分类',
|
|
94
|
+
dbTypeName: 'varchar'
|
|
95
|
+
};
|
|
96
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_PICTURE = {
|
|
97
|
+
code: 14,
|
|
98
|
+
name: '图片',
|
|
99
|
+
dbTypeName: 'varchar'
|
|
100
|
+
};
|
|
101
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_VIDEO = {
|
|
102
|
+
code: 30,
|
|
103
|
+
name: '视频',
|
|
104
|
+
dbTypeName: 'varchar'
|
|
105
|
+
};
|
|
106
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_AUDIO = {
|
|
107
|
+
code: 37,
|
|
108
|
+
name: '音频',
|
|
109
|
+
dbTypeName: 'varchar'
|
|
110
|
+
};
|
|
111
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_DOC = {
|
|
112
|
+
code: 34,
|
|
113
|
+
name: '文档',
|
|
114
|
+
dbTypeName: 'varchar'
|
|
115
|
+
};
|
|
116
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_ATTACHMENTS = {
|
|
117
|
+
code: 16,
|
|
118
|
+
name: '附件',
|
|
119
|
+
dbTypeName: 'varchar'
|
|
120
|
+
};
|
|
121
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_AUTO = {
|
|
122
|
+
code: 26,
|
|
123
|
+
name: '自动生成',
|
|
124
|
+
dbTypeName: 'varchar'
|
|
125
|
+
};
|
|
126
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_EDITOR = {
|
|
127
|
+
code: 31,
|
|
128
|
+
name: '富文本',
|
|
129
|
+
dbTypeName: 'longtext'
|
|
130
|
+
};
|
|
131
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_POSITIONING = {
|
|
132
|
+
code: 39,
|
|
133
|
+
name: '定位',
|
|
134
|
+
dbTypeName: 'varchar'
|
|
135
|
+
};
|
|
136
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_SIGNATURE = {
|
|
137
|
+
code: 40,
|
|
138
|
+
name: '签名',
|
|
139
|
+
dbTypeName: 'varchar'
|
|
140
|
+
};
|
|
141
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_GRADE = {
|
|
142
|
+
code: 41,
|
|
143
|
+
name: '等级',
|
|
144
|
+
dbTypeName: 'numeric'
|
|
145
|
+
};
|
|
146
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_BUTTON = {
|
|
147
|
+
code: 46,
|
|
148
|
+
name: '按钮',
|
|
149
|
+
dbTypeName: 'varchar'
|
|
150
|
+
};
|
|
151
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_CHILDREN_TABLE = {
|
|
152
|
+
code: 47,
|
|
153
|
+
name: '子表单',
|
|
154
|
+
dbTypeName: 'varchar'
|
|
155
|
+
};
|
|
156
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_QUOTE = {
|
|
157
|
+
code: 48,
|
|
158
|
+
name: '引用字段',
|
|
159
|
+
dbTypeName: 'varchar'
|
|
160
|
+
};
|
|
161
|
+
export var DYNAMIC_COLUMN_DATA_TYPE_LINKAGE = {
|
|
162
|
+
code: 49,
|
|
163
|
+
name: '联动字段',
|
|
164
|
+
dbTypeName: 'varchar'
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* 列类型接口
|
|
169
|
+
*/
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* 枚举类型的通用结构
|
|
173
|
+
*/
|
package/es/index.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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 };
|