@das-fed/ui 6.4.0-hot.21 → 6.4.0-hot.23
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/index.js +21 -21
- package/package.json +5 -5
- package/packages/business-components/app-container/index.js.gz +0 -0
- package/packages/business-components/app-container/src/type.d.ts +9 -9
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/change-enterprises/index.d.ts +5 -0
- package/packages/business-components/change-enterprises/index.js +64 -59
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-enterprises/src/index.vue.d.ts +1 -0
- package/packages/business-components/change-enterprises/src/type.d.ts +20 -20
- package/packages/business-components/change-enterprises/style.css +1 -1
- package/packages/business-components/change-enterprises/style.css.gz +0 -0
- package/packages/business-components/change-pwd/index.js +121 -121
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +14 -14
- package/packages/business-components/change-pwd/src/type.d.ts +13 -13
- package/packages/business-components/change-pwd/style.css +1 -1
- package/packages/business-components/currency-page/index.js +24 -19
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/src/type.d.ts +7 -7
- package/packages/business-components/currency-page/style.css +1 -1
- package/packages/business-components/device-panel/index.js +124 -124
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/type.d.ts +8 -8
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/drag-resize/type.d.ts +83 -83
- package/packages/business-components/device-panel/src/components/videoDialog/type.d.ts +19 -19
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/echarts/index.d.ts +5 -5
- package/packages/business-components/echarts/index.js +1 -1
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/src/Index.vue.d.ts +1 -1
- package/packages/business-components/echarts/src/type.d.ts +49 -49
- package/packages/business-components/echarts/style.css +1 -1
- package/packages/business-components/export-button/index.d.ts +5 -5
- package/packages/business-components/export-button/index.js +93 -93
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/export-button/src/App.vue.d.ts +2 -2
- package/packages/business-components/export-button/src/type.d.ts +29 -29
- package/packages/business-components/export-button/style.css +1 -1
- package/packages/business-components/import-button/index.d.ts +8 -8
- package/packages/business-components/import-button/index.js +267 -267
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/App.vue.d.ts +3 -3
- package/packages/business-components/import-button/src/type.d.ts +43 -43
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/layout-breadcrumb/index.js +1 -1
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/layout-breadcrumb/src/type.d.ts +19 -19
- package/packages/business-components/layout-breadcrumb/style.css +1 -1
- package/packages/business-components/model-table-dialog/index.d.ts +61 -61
- package/packages/business-components/model-table-dialog/index.js +363 -363
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +10 -10
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +5 -7
- package/packages/business-components/model-table-dialog/src/type.d.ts +73 -73
- package/packages/business-components/model-table-dialog/style.css +1 -1
- package/packages/business-components/model-table-dialog/style.css.gz +0 -0
- package/packages/business-components/process-configuration/index.js +303 -261
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/src/hooks/type.d.ts +26 -26
- package/packages/business-components/process-configuration/src/type.d.ts +32 -32
- package/packages/business-components/process-configuration/style.css +1 -1
- package/packages/business-components/process-configuration/style.css.gz +0 -0
- package/packages/business-components/process-form/index.js +1208 -1163
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +14 -14
- package/packages/business-components/process-form/src/type.d.ts +70 -70
- package/packages/business-components/process-form/src/utils/common-methods.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/layout/accordion/type.d.ts +25 -25
- package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/store.d.ts +2 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-form/type.d.ts +24 -24
- package/packages/business-components/process-log/index.js +40 -40
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-log/style.css +1 -1
- package/packages/business-components/process-log/style.css.gz +0 -0
- package/packages/business-components/process-log/type.d.ts +105 -105
- package/packages/business-components/process-search-form/index.js +399 -396
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-search-form/src/type.d.ts +41 -41
- package/packages/business-components/process-table/index.js +539 -518
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/type.d.ts +151 -151
- package/packages/business-components/process-table/style.css +1 -1
- package/packages/business-components/upload-file/index.js +7 -7
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/upload-file/src/type.d.ts +51 -51
- package/packages/business-components/upload-file/style.css +1 -1
- package/packages/business-components/urgent-panel/index.js +13 -13
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/business-components/urgent-panel/src/components/drag-resize/type.d.ts +83 -83
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-location-select/type.d.ts +3 -3
- package/packages/business-components/urgent-panel/style.css +1 -1
- package/packages/business-components/urgent-panel/style.css.gz +0 -0
- package/packages/business-components/user-org-dialog/index.js +65 -65
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/src/type.d.ts +37 -37
- package/packages/business-components/user-org-dialog/style.css +1 -1
- package/packages/business-components/user-org-dialog/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.js +185 -182
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/type.d.ts +21 -21
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/alert/index.js.gz +0 -0
- package/packages/components/alert/src/type.d.ts +17 -17
- package/packages/components/alert/style.css.gz +0 -0
- package/packages/components/audio-video/index.d.ts +10 -10
- package/packages/components/audio-video/index.js +2 -2
- package/packages/components/audio-video/index.js.gz +0 -0
- package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
- package/packages/components/audio-video/src/player/type.d.ts +22 -22
- package/packages/components/audio-video/src/type.d.ts +35 -35
- package/packages/components/audio-video/style.css +1 -1
- package/packages/components/autocomplete/index.d.ts +38 -38
- package/packages/components/autocomplete/index.js +1 -1
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +17 -17
- package/packages/components/autocomplete/src/type.d.ts +63 -63
- package/packages/components/autocomplete/style.css +1 -1
- package/packages/components/autocomplete/style.css.gz +0 -0
- package/packages/components/breadcrumb/index.js +2 -2
- package/packages/components/breadcrumb/index.js.gz +0 -0
- package/packages/components/breadcrumb/src/type.d.ts +20 -20
- package/packages/components/breadcrumb/style.css +1 -1
- package/packages/components/breadcrumb/style.css.gz +0 -0
- package/packages/components/button/index.js +1 -1
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/button/src/type.d.ts +76 -76
- package/packages/components/button/style.css +1 -1
- package/packages/components/button/style.css.gz +0 -0
- package/packages/components/calendar/index.js +9 -9
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/calendar/src/type.d.ts +63 -63
- package/packages/components/calendar/style.css.gz +0 -0
- package/packages/components/cascader/index.d.ts +6 -6
- package/packages/components/cascader/index.js +36 -35
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/cascader/src/Index.vue.d.ts +2 -2
- package/packages/components/cascader/src/type.d.ts +64 -64
- package/packages/components/cascader/style.css +1 -1
- package/packages/components/cascader/style.css.gz +0 -0
- package/packages/components/checkbox/index.d.ts +59 -59
- package/packages/components/checkbox/index.js +1 -1
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/src/Index.vue.d.ts +8 -8
- package/packages/components/checkbox/src/type.d.ts +67 -67
- package/packages/components/checkbox/style.css +1 -1
- package/packages/components/checkbox/style.css.gz +0 -0
- package/packages/components/collapse-panel/index.js +1 -1
- package/packages/components/collapse-panel/index.js.gz +0 -0
- package/packages/components/collapse-panel/style.css +1 -1
- package/packages/components/collapse-panel/style.css.gz +0 -0
- package/packages/components/collapse-transition/index.js.gz +0 -0
- package/packages/components/collaspe/index.d.ts +9 -9
- package/packages/components/collaspe/index.js +7 -7
- package/packages/components/collaspe/index.js.gz +0 -0
- package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
- package/packages/components/collaspe/src/type.d.ts +20 -20
- package/packages/components/collaspe/style.css +1 -1
- package/packages/components/color-picker/index.d.ts +13 -13
- package/packages/components/color-picker/index.js +18 -17
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
- package/packages/components/color-picker/src/type.d.ts +29 -29
- package/packages/components/color-picker/style.css +1 -1
- package/packages/components/color-picker/style.css.gz +0 -0
- package/packages/components/custom-search-item/index.d.ts +24 -24
- package/packages/components/custom-search-item/index.js +24 -23
- package/packages/components/custom-search-item/index.js.gz +0 -0
- package/packages/components/custom-search-item/src/Index.vue.d.ts +3 -3
- package/packages/components/custom-search-item/src/type.d.ts +57 -57
- package/packages/components/custom-search-item/style.css +1 -1
- package/packages/components/date-picker/index.d.ts +27 -27
- package/packages/components/date-picker/index.js +129 -128
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/type.d.ts +189 -189
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/dialog/index.d.ts +13 -13
- package/packages/components/dialog/index.js +1 -1
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +5 -5
- package/packages/components/dialog/src/type.d.ts +53 -53
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/editor/plugins/$background/type.d.ts +65 -65
- package/packages/components/dimple-layout/editor/plugins/$route/type.d.ts +102 -102
- package/packages/components/dimple-layout/editor/plugins/$text/type.d.ts +53 -53
- package/packages/components/dimple-layout/editor/type.d.ts +73 -73
- package/packages/components/dimple-layout/index.js +3 -3
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dimple-layout/style.css +1 -1
- package/packages/components/dimple-layout/style.css.gz +0 -0
- package/packages/components/dimple-layout/type.d.ts +1 -1
- package/packages/components/drawer/index.js +1 -1
- package/packages/components/drawer/index.js.gz +0 -0
- package/packages/components/drawer/style.css +1 -1
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/dropdown/src/type.d.ts +10 -10
- package/packages/components/dropdown/style.css.gz +0 -0
- package/packages/components/edit-table/index.d.ts +9 -9
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/edit-table/src/index.vue.d.ts +1 -1
- package/packages/components/edit-table/src/type.d.ts +217 -217
- package/packages/components/edit-table/style.css.gz +0 -0
- package/packages/components/empty/index.js +1 -1
- package/packages/components/empty/index.js.gz +0 -0
- package/packages/components/empty/src/type.d.ts +34 -34
- package/packages/components/empty/style.css +1 -1
- package/packages/components/form/index.d.ts +23 -23
- package/packages/components/form/index.js +7 -7
- package/packages/components/form/index.js.gz +0 -0
- package/packages/components/form/src/Index.vue.d.ts +3 -3
- package/packages/components/form/src/type.d.ts +40 -40
- package/packages/components/form/style.css +1 -1
- package/packages/components/form-item/index.js +2 -2
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/form-item/src/type.d.ts +181 -181
- package/packages/components/form-item/style.css +1 -1
- package/packages/components/form-item/style.css.gz +0 -0
- package/packages/components/icon/index.js.gz +0 -0
- package/packages/components/icon/src/type.d.ts +10 -10
- package/packages/components/image-preview/index.js.gz +0 -0
- package/packages/components/image-upload/index.js +1 -1
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/src/type.d.ts +40 -40
- package/packages/components/image-upload/style.css +1 -1
- package/packages/components/image-upload/style.css.gz +0 -0
- package/packages/components/image-viewer/index.d.ts +1 -1
- package/packages/components/image-viewer/index.js +1 -1
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/image-viewer/src/Index.vue.d.ts +1 -1
- package/packages/components/image-viewer/src/type.d.ts +124 -124
- package/packages/components/image-viewer/style.css +1 -1
- package/packages/components/image-viewer/style.css.gz +0 -0
- package/packages/components/input/index.d.ts +12 -12
- package/packages/components/input/index.js +24 -23
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +4 -4
- package/packages/components/input/src/type.d.ts +72 -72
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/input-dialog-select/index.d.ts +3 -3
- package/packages/components/input-dialog-select/index.js +65 -58
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +3 -3
- package/packages/components/input-dialog-select/src/type.d.ts +72 -72
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/input-number/index.js +4 -4
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +4 -6
- package/packages/components/input-number/src/type.d.ts +53 -53
- package/packages/components/input-number/style.css +1 -1
- package/packages/components/input-number/style.css.gz +0 -0
- package/packages/components/live-player/index.js +68 -67
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/type.d.ts +36 -36
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/loading/index.js +53 -53
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/loading/src/type.d.ts +42 -42
- package/packages/components/loading/style.css +1 -1
- package/packages/components/loading/style.css.gz +0 -0
- package/packages/components/map/index.js +493 -482
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/src/type.d.ts +75 -75
- package/packages/components/map/style.css +1 -1
- package/packages/components/menu-aside/index.js +429 -404
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/menu-aside/src/sub-menu/type.d.ts +27 -27
- package/packages/components/menu-aside/src/type.d.ts +44 -44
- package/packages/components/menu-aside/style.css.gz +0 -0
- package/packages/components/menu-header/index.js.gz +0 -0
- package/packages/components/menu-header/src/type.d.ts +8 -8
- package/packages/components/menu-header/style.css.gz +0 -0
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/message/src/type.d.ts +6 -6
- package/packages/components/message/style.css.gz +0 -0
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/notification/src/type.d.ts +6 -6
- package/packages/components/notification/style.css.gz +0 -0
- package/packages/components/overlay/index.js.gz +0 -0
- package/packages/components/pagination/index.d.ts +9 -9
- package/packages/components/pagination/index.js +133 -132
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/src/Pagination.vue.d.ts +1 -1
- package/packages/components/pagination/src/type.d.ts +57 -57
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/index.js.gz +0 -0
- package/packages/components/popover/style.css.gz +0 -0
- package/packages/components/popup-mask/index.js +1 -1
- package/packages/components/popup-mask/index.js.gz +0 -0
- package/packages/components/popup-mask/src/type.d.ts +28 -28
- package/packages/components/popup-mask/style.css +1 -1
- package/packages/components/preview/index.js +7 -7
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/preview/src/type.d.ts +19 -19
- package/packages/components/preview/style.css +1 -1
- package/packages/components/progress/index.d.ts +3 -3
- package/packages/components/progress/index.js +68 -67
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/src/Index.vue.d.ts +1 -1
- package/packages/components/progress/src/type.d.ts +43 -43
- package/packages/components/progress/style.css +1 -1
- package/packages/components/progress/style.css.gz +0 -0
- package/packages/components/radio/index.d.ts +38 -38
- package/packages/components/radio/index.js.gz +0 -0
- package/packages/components/radio/src/Index.vue.d.ts +5 -5
- package/packages/components/radio/src/type.d.ts +43 -43
- package/packages/components/radio/style.css.gz +0 -0
- package/packages/components/radio-tabs/index.js +1 -1
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/radio-tabs/src/type.d.ts +17 -17
- package/packages/components/radio-tabs/style.css +1 -1
- package/packages/components/radio-tabs/style.css.gz +0 -0
- package/packages/components/rich-editor/index.d.ts +16 -16
- package/packages/components/rich-editor/index.js +5101 -5100
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +4 -4
- package/packages/components/rich-editor/src/type.d.ts +87 -87
- package/packages/components/rich-editor/style.css.gz +0 -0
- package/packages/components/scrollbar/index.js +1 -1
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/type.d.ts +3 -3
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +5 -5
- package/packages/components/search/index.js +1 -1
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/src/Index.vue.d.ts +5 -5
- package/packages/components/search/src/type.d.ts +20 -20
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/search-form/index.js +575 -568
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +1 -1
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +1 -1
- package/packages/components/search-form/src/type.d.ts +105 -105
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/index.d.ts +11 -11
- package/packages/components/select/index.js +338 -319
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +4 -4
- package/packages/components/select/src/type.d.ts +81 -81
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/select-input/index.d.ts +1 -1
- package/packages/components/select-input/index.js +8 -8
- package/packages/components/select-input/index.js.gz +0 -0
- package/packages/components/select-input/src/Index.vue.d.ts +1 -1
- package/packages/components/select-input/src/type.d.ts +54 -54
- package/packages/components/select-input/style.css +1 -1
- package/packages/components/select-input/style.css.gz +0 -0
- package/packages/components/select-list/index.js +2 -2
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/type.d.ts +86 -86
- package/packages/components/select-list/style.css +1 -1
- package/packages/components/select-list/style.css.gz +0 -0
- package/packages/components/special-range-picker-month/index.d.ts +3 -3
- package/packages/components/special-range-picker-month/index.js +1 -1
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +3 -3
- package/packages/components/special-range-picker-month/src/type.d.ts +49 -49
- package/packages/components/special-range-picker-month/style.css +1 -1
- package/packages/components/special-range-picker-month/style.css.gz +0 -0
- package/packages/components/special-range-picker-year/index.d.ts +3 -3
- package/packages/components/special-range-picker-year/index.js +1 -1
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +3 -3
- package/packages/components/special-range-picker-year/src/type.d.ts +53 -53
- package/packages/components/special-range-picker-year/style.css +1 -1
- package/packages/components/special-range-picker-year/style.css.gz +0 -0
- package/packages/components/spin/index.d.ts +3 -3
- package/packages/components/spin/index.js +18 -18
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/spin/src/index.vue.d.ts +1 -1
- package/packages/components/spin/src/type.d.ts +17 -17
- package/packages/components/spin/style.css +1 -1
- package/packages/components/spin/style.css.gz +0 -0
- package/packages/components/split-panel/index.js +1 -1
- package/packages/components/split-panel/index.js.gz +0 -0
- package/packages/components/split-panel/src/type.d.ts +15 -15
- package/packages/components/split-panel/style.css +1 -1
- package/packages/components/split-panel/style.css.gz +0 -0
- package/packages/components/step/index.js +3 -3
- package/packages/components/step/index.js.gz +0 -0
- package/packages/components/step/src/type.d.ts +53 -53
- package/packages/components/step/style.css +1 -1
- package/packages/components/steps/style.css.gz +0 -0
- package/packages/components/switch/index.js +4 -4
- package/packages/components/switch/index.js.gz +0 -0
- package/packages/components/switch/src/type.d.ts +50 -50
- package/packages/components/switch/style.css +1 -1
- package/packages/components/switch/style.css.gz +0 -0
- package/packages/components/table/index.d.ts +16 -16
- package/packages/components/table/index.js +2839 -2818
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
- package/packages/components/table/src/filter-pane/type.d.ts +41 -41
- package/packages/components/table/src/table-column/index.vue.d.ts +2 -2
- package/packages/components/table/src/table-column/type.d.ts +84 -84
- package/packages/components/table/src/type.d.ts +308 -308
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/index.d.ts +6 -6
- package/packages/components/tabs/index.js +58 -57
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/tabs/src/type.d.ts +100 -100
- package/packages/components/tabs/style.css +1 -1
- package/packages/components/tabs/style.css.gz +0 -0
- package/packages/components/tag/index.d.ts +6 -6
- package/packages/components/tag/index.js +9 -9
- package/packages/components/tag/index.js.gz +0 -0
- package/packages/components/tag/src/Index.vue.d.ts +2 -2
- package/packages/components/tag/src/type.d.ts +27 -27
- package/packages/components/tag/style.css +1 -1
- package/packages/components/tag/style.css.gz +0 -0
- package/packages/components/text-tooltip/index.js.gz +0 -0
- package/packages/components/text-tooltip/src/type.d.ts +65 -65
- package/packages/components/text-tooltip/style.css.gz +0 -0
- package/packages/components/time-line/index.js +9 -9
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/time-line/src/type.d.ts +21 -21
- package/packages/components/time-line/style.css +1 -1
- package/packages/components/time-line/style.css.gz +0 -0
- package/packages/components/tooltip/index.d.ts +31 -31
- package/packages/components/tooltip/index.js +5 -5
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tooltip/src/index.vue.d.ts +4 -4
- package/packages/components/tooltip/src/type.d.ts +40 -40
- package/packages/components/tooltip/style.css +1 -1
- package/packages/components/tooltip/style.css.gz +0 -0
- package/packages/components/tree/index.js +940 -939
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +22 -38
- package/packages/components/tree/src/type.d.ts +283 -283
- package/packages/components/tree/style.css +1 -1
- package/packages/components/tree/style.css.gz +0 -0
- package/packages/components/tree-select/index.js +65 -64
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +32 -32
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -26
- package/packages/components/tree-select/src/type.d.ts +102 -102
- package/packages/components/tree-select/style.css.gz +0 -0
- package/packages/components/tree-table/index.js +1 -1
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/type.d.ts +131 -131
- package/packages/components/tree-table/style.css +1 -1
- package/packages/components/tree-table/style.css.gz +0 -0
- package/packages/components/upload/index.d.ts +3 -3
- package/packages/components/upload/index.js +1 -1
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/upload/src/Index.vue.d.ts +1 -1
- package/packages/components/upload/src/type.d.ts +69 -69
- package/packages/components/upload/style.css +1 -1
- package/packages/components/upload/style.css.gz +0 -0
- package/packages/components/virtual-tree/index.js +21 -20
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/virtual-tree/src/App.vue.d.ts +12 -4
- package/packages/components/virtual-tree/src/type.d.ts +40 -40
- package/packages/components/virtual-tree/style.css +1 -1
- package/packages/components/virtual-tree/style.css.gz +0 -0
- package/packages/components/watermark/index.js +9 -9
- package/packages/components/watermark/style.css +1 -1
- package/packages/global/theme/index.js.gz +0 -0
- package/packages/icons/1-grids/index.js.gz +0 -0
- package/packages/icons/4-grids/index.js.gz +0 -0
- package/packages/icons/9-grids/index.js.gz +0 -0
- package/packages/icons/add/index.js.gz +0 -0
- package/packages/icons/add-item/index.js.gz +0 -0
- package/packages/icons/addto/index.js.gz +0 -0
- package/packages/icons/alarm/index.js.gz +0 -0
- package/packages/icons/arrow-first/index.js.gz +0 -0
- package/packages/icons/arrow-last/index.js.gz +0 -0
- package/packages/icons/back/index.js.gz +0 -0
- package/packages/icons/bianjigongzuotai/index.js.gz +0 -0
- package/packages/icons/biaochi/index.js.gz +0 -0
- package/packages/icons/bim/index.js.gz +0 -0
- package/packages/icons/bold/index.js.gz +0 -0
- package/packages/icons/camera/index.js.gz +0 -0
- package/packages/icons/camera-2/index.js.gz +0 -0
- package/packages/icons/camera-3/index.js.gz +0 -0
- package/packages/icons/cancel-full-screen/index.js.gz +0 -0
- package/packages/icons/card/index.js.gz +0 -0
- package/packages/icons/card-view/index.js.gz +0 -0
- package/packages/icons/caret-bottom/index.js +16 -16
- package/packages/icons/caret-bottom/index.js.gz +0 -0
- package/packages/icons/caret-right/index.js.gz +0 -0
- package/packages/icons/chakancelve/index.js.gz +0 -0
- package/packages/icons/change/index.js +17 -17
- package/packages/icons/change/index.js.gz +0 -0
- package/packages/icons/change-2/index.js.gz +0 -0
- package/packages/icons/change-3/index.js.gz +0 -0
- package/packages/icons/changetenant/index.js.gz +0 -0
- package/packages/icons/chart/index.js.gz +0 -0
- package/packages/icons/chaxunxiangqing/index.js.gz +0 -0
- package/packages/icons/check/index.js +11 -11
- package/packages/icons/check/index.js.gz +0 -0
- package/packages/icons/chuanglianjiang/index.js +14 -14
- package/packages/icons/chuanglianjiang/index.js.gz +0 -0
- package/packages/icons/chuangliansheng/index.js +14 -14
- package/packages/icons/chuangliansheng/index.js.gz +0 -0
- package/packages/icons/chuanglianting/index.js +14 -14
- package/packages/icons/chuanglianting/index.js.gz +0 -0
- package/packages/icons/chuizhiduiqi/index.js.gz +0 -0
- package/packages/icons/chuizhijunfen/index.js.gz +0 -0
- package/packages/icons/close/index.js +14 -14
- package/packages/icons/close/index.js.gz +0 -0
- package/packages/icons/close-2/index.js.gz +0 -0
- package/packages/icons/color/index.js.gz +0 -0
- package/packages/icons/copy/index.js.gz +0 -0
- package/packages/icons/custom/index.js +6 -6
- package/packages/icons/custom/index.js.gz +0 -0
- package/packages/icons/daochu/index.js.gz +0 -0
- package/packages/icons/date/index.js +8 -8
- package/packages/icons/date/index.js.gz +0 -0
- package/packages/icons/decline/index.js.gz +0 -0
- package/packages/icons/default-btn/index.js.gz +0 -0
- package/packages/icons/default-point/index.js.gz +0 -0
- package/packages/icons/delete/index.js.gz +0 -0
- package/packages/icons/delete-2/index.js.gz +0 -0
- package/packages/icons/dengdai/index.js.gz +0 -0
- package/packages/icons/dianzan/index.js +8 -8
- package/packages/icons/dianzan/index.js.gz +0 -0
- package/packages/icons/dianzan-2/index.js +8 -8
- package/packages/icons/dianzan-2/index.js.gz +0 -0
- package/packages/icons/direction-control/index.js +14 -14
- package/packages/icons/direction-control/index.js.gz +0 -0
- package/packages/icons/ditu/index.js.gz +0 -0
- package/packages/icons/dizhixuanze/index.js.gz +0 -0
- package/packages/icons/double-arrow-left/index.js.gz +0 -0
- package/packages/icons/double-arrow-right/index.js.gz +0 -0
- package/packages/icons/down/index.js +11 -11
- package/packages/icons/down/index.js.gz +0 -0
- package/packages/icons/down-3/index.js +9 -9
- package/packages/icons/download/index.js +11 -11
- package/packages/icons/download/index.js.gz +0 -0
- package/packages/icons/drag/index.js +11 -11
- package/packages/icons/drag/index.js.gz +0 -0
- package/packages/icons/drawing/index.js.gz +0 -0
- package/packages/icons/edit/index.js.gz +0 -0
- package/packages/icons/edit-1/index.js.gz +0 -0
- package/packages/icons/empty/index.js.gz +0 -0
- package/packages/icons/enlarge/index.js +21 -21
- package/packages/icons/enlarge/index.js.gz +0 -0
- package/packages/icons/entry/index.js +11 -11
- package/packages/icons/entry/index.js.gz +0 -0
- package/packages/icons/fabu/index.js.gz +0 -0
- package/packages/icons/fanhui/index.js.gz +0 -0
- package/packages/icons/filter-3/index.js.gz +0 -0
- package/packages/icons/finish/index.js +11 -11
- package/packages/icons/finish/index.js.gz +0 -0
- package/packages/icons/fold/index.js.gz +0 -0
- package/packages/icons/folder-quest/index.js.gz +0 -0
- package/packages/icons/form-tips/index.js.gz +0 -0
- package/packages/icons/full/index.js.gz +0 -0
- package/packages/icons/full-screen/index.js +16 -16
- package/packages/icons/full-screen/index.js.gz +0 -0
- package/packages/icons/fullscreen-2/index.js.gz +0 -0
- package/packages/icons/fuzhi/index.js.gz +0 -0
- package/packages/icons/gaojin/index.js.gz +0 -0
- package/packages/icons/gongzuotaiguanli/index.js.gz +0 -0
- package/packages/icons/header-seach/index.js +14 -14
- package/packages/icons/header-seach/index.js.gz +0 -0
- package/packages/icons/header-setting/index.js +14 -14
- package/packages/icons/header-setting/index.js.gz +0 -0
- package/packages/icons/headersettings/index.js.gz +0 -0
- package/packages/icons/hide/index.js +11 -11
- package/packages/icons/hide/index.js.gz +0 -0
- package/packages/icons/huabufuwei/index.js.gz +0 -0
- package/packages/icons/huaxian/index.js.gz +0 -0
- package/packages/icons/huifuchuchangshezhi/index.js.gz +0 -0
- package/packages/icons/hyperlinks/index.js.gz +0 -0
- package/packages/icons/img/index.js.gz +0 -0
- package/packages/icons/input-close/index.js.gz +0 -0
- package/packages/icons/italic/index.js.gz +0 -0
- package/packages/icons/jia-1/index.js.gz +0 -0
- package/packages/icons/jinggao/index.js.gz +0 -0
- package/packages/icons/jushangduiqi/index.js.gz +0 -0
- package/packages/icons/juxiaduiqi/index.js.gz +0 -0
- package/packages/icons/juxinghuizhi/index.js.gz +0 -0
- package/packages/icons/juyouduiqi/index.js.gz +0 -0
- package/packages/icons/juzuoduiqi/index.js.gz +0 -0
- package/packages/icons/kaiguan/index.js +10 -10
- package/packages/icons/kaiguan/index.js.gz +0 -0
- package/packages/icons/kaimen/index.js +9 -9
- package/packages/icons/kaimen/index.js.gz +0 -0
- package/packages/icons/layout-refresh/index.js.gz +0 -0
- package/packages/icons/link/index.js.gz +0 -0
- package/packages/icons/list/index.js.gz +0 -0
- package/packages/icons/list-view/index.js.gz +0 -0
- package/packages/icons/load/index.js.gz +0 -0
- package/packages/icons/lock/index.js +16 -16
- package/packages/icons/lock/index.js.gz +0 -0
- package/packages/icons/me/index.js +11 -11
- package/packages/icons/me/index.js.gz +0 -0
- package/packages/icons/more/index.js +14 -14
- package/packages/icons/more/index.js.gz +0 -0
- package/packages/icons/more-btn/index.js.gz +0 -0
- package/packages/icons/muted/index.js.gz +0 -0
- package/packages/icons/notification-face/index.js.gz +0 -0
- package/packages/icons/paiban/index.js.gz +0 -0
- package/packages/icons/password-lock/index.js +11 -11
- package/packages/icons/password-lock/index.js.gz +0 -0
- package/packages/icons/pause/index.js.gz +0 -0
- package/packages/icons/phone/index.js.gz +0 -0
- package/packages/icons/pinglun/index.js.gz +0 -0
- package/packages/icons/plan/index.js.gz +0 -0
- package/packages/icons/play/index.js.gz +0 -0
- package/packages/icons/preview/index.js.gz +0 -0
- package/packages/icons/preview-eye/index.js.gz +0 -0
- package/packages/icons/project-list/index.js +14 -14
- package/packages/icons/project-list/index.js.gz +0 -0
- package/packages/icons/project-tree/index.js +21 -21
- package/packages/icons/project-tree/index.js.gz +0 -0
- package/packages/icons/promptinformation-l/index.js +11 -11
- package/packages/icons/promptinformation-l/index.js.gz +0 -0
- package/packages/icons/qiehuangongzuotai/index.js.gz +0 -0
- package/packages/icons/quanping/index.js.gz +0 -0
- package/packages/icons/rate-all/index.js +17 -17
- package/packages/icons/rate-all/index.js.gz +0 -0
- package/packages/icons/rate-half/index.js +27 -27
- package/packages/icons/rate-half/index.js.gz +0 -0
- package/packages/icons/rate-none/index.js +17 -17
- package/packages/icons/rate-none/index.js.gz +0 -0
- package/packages/icons/recover/index.js.gz +0 -0
- package/packages/icons/refresh/index.js.gz +0 -0
- package/packages/icons/reload/index.js.gz +0 -0
- package/packages/icons/reset/index.js.gz +0 -0
- package/packages/icons/riqixuanze/index.js.gz +0 -0
- package/packages/icons/rise/index.js.gz +0 -0
- package/packages/icons/save/index.js.gz +0 -0
- package/packages/icons/screenshot/index.js +21 -21
- package/packages/icons/screenshot/index.js.gz +0 -0
- package/packages/icons/search/index.js.gz +0 -0
- package/packages/icons/select-confirm/index.js.gz +0 -0
- package/packages/icons/set-up/index.js.gz +0 -0
- package/packages/icons/setting/index.js.gz +0 -0
- package/packages/icons/shangchuan/index.js.gz +0 -0
- package/packages/icons/shebei/index.js.gz +0 -0
- package/packages/icons/shebeiqunzu/index.js.gz +0 -0
- package/packages/icons/sheweimoren/index.js.gz +0 -0
- package/packages/icons/shisuan/index.js.gz +0 -0
- package/packages/icons/shitu-kapian/index.js.gz +0 -0
- package/packages/icons/shitu-map/index.js +5 -5
- package/packages/icons/shitu-map/index.js.gz +0 -0
- package/packages/icons/shortcut-keys/index.js.gz +0 -0
- package/packages/icons/shoudongzhihang/index.js.gz +0 -0
- package/packages/icons/shouqiyoucemianban/index.js.gz +0 -0
- package/packages/icons/shouqiyoucemianban-1/index.js.gz +0 -0
- package/packages/icons/shouqizuocemianban/index.js.gz +0 -0
- package/packages/icons/shouqizuocemianban-1/index.js.gz +0 -0
- package/packages/icons/shouquan/index.js.gz +0 -0
- package/packages/icons/show/index.js +11 -11
- package/packages/icons/show/index.js.gz +0 -0
- package/packages/icons/shrink/index.js +21 -21
- package/packages/icons/shrink/index.js.gz +0 -0
- package/packages/icons/shuaxin/index.js.gz +0 -0
- package/packages/icons/shuipingduiqi/index.js.gz +0 -0
- package/packages/icons/shuipingjunfen/index.js.gz +0 -0
- package/packages/icons/shuyoufanye/index.js.gz +0 -0
- package/packages/icons/shuzuofanye/index.js.gz +0 -0
- package/packages/icons/solid-filter/index.js.gz +0 -0
- package/packages/icons/start/index.js.gz +0 -0
- package/packages/icons/stop/index.js.gz +0 -0
- package/packages/icons/structural-diagram/index.js.gz +0 -0
- package/packages/icons/table-header-search/index.js.gz +0 -0
- package/packages/icons/text/index.js.gz +0 -0
- package/packages/icons/tick/index.js +11 -11
- package/packages/icons/tick/index.js.gz +0 -0
- package/packages/icons/tishixinxi/index.js.gz +0 -0
- package/packages/icons/tongguo/index.js.gz +0 -0
- package/packages/icons/tongzhi/index.js.gz +0 -0
- package/packages/icons/tubiaoku/index.js.gz +0 -0
- package/packages/icons/tuichuquanping/index.js.gz +0 -0
- package/packages/icons/tuozhuai/index.js.gz +0 -0
- package/packages/icons/underline/index.js.gz +0 -0
- package/packages/icons/unflod/index.js.gz +0 -0
- package/packages/icons/unlock/index.js +21 -21
- package/packages/icons/unlock/index.js.gz +0 -0
- package/packages/icons/up/index.js +11 -11
- package/packages/icons/up/index.js.gz +0 -0
- package/packages/icons/up-2/index.js.gz +0 -0
- package/packages/icons/vauth/index.js.gz +0 -0
- package/packages/icons/view/index.js.gz +0 -0
- package/packages/icons/view-2/index.js.gz +0 -0
- package/packages/icons/volume/index.js +25 -25
- package/packages/icons/volume/index.js.gz +0 -0
- package/packages/icons/wangge/index.js.gz +0 -0
- package/packages/icons/wangge-1/index.js.gz +0 -0
- package/packages/icons/warning/index.js.gz +0 -0
- package/packages/icons/warning-face/index.js.gz +0 -0
- package/packages/icons/wendujiang/index.js +10 -10
- package/packages/icons/wendujiang/index.js.gz +0 -0
- package/packages/icons/wendusheng/index.js +13 -13
- package/packages/icons/wendusheng/index.js.gz +0 -0
- package/packages/icons/withdraw/index.js.gz +0 -0
- package/packages/icons/xiazai/index.js.gz +0 -0
- package/packages/icons/xinzengtongji/index.js.gz +0 -0
- package/packages/icons/xuanzhuanjiaodu/index.js.gz +0 -0
- package/packages/icons/yidongduan/index.js.gz +0 -0
- package/packages/icons/yincang/index.js.gz +0 -0
- package/packages/icons/yingpian/index.js.gz +0 -0
- package/packages/icons/yitushoutu/index.js.gz +0 -0
- package/packages/icons/yuanxinghuizhi/index.js.gz +0 -0
- package/packages/icons/yulan-2/index.js.gz +0 -0
- package/packages/icons/zhangaiwu/index.js.gz +0 -0
- package/packages/icons/zhizhen/index.js.gz +0 -0
- package/packages/icons/zhuomianduan/index.js.gz +0 -0
- package/packages/icons/zidingyihuizhi/index.js.gz +0 -0
- package/packages/icons/zuobiao/index.js.gz +0 -0
|
@@ -22,8 +22,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
22
22
|
readonly errorMode?: ("default" | "overlay") | undefined;
|
|
23
23
|
readonly isErrorTitle?: boolean | undefined;
|
|
24
24
|
readonly noSetDefaultVal?: boolean | undefined;
|
|
25
|
-
readonly onChange?: ((e: any) => any) | undefined;
|
|
26
25
|
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
26
|
+
readonly onChange?: ((e: any) => any) | undefined;
|
|
27
27
|
readonly "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
28
28
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
29
29
|
$attrs: {
|
|
@@ -38,34 +38,34 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
38
38
|
$root: import("vue").ComponentPublicInstance | null;
|
|
39
39
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
40
40
|
$host: Element | null;
|
|
41
|
-
$emit: ((event: "
|
|
41
|
+
$emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void) & ((event: "update:indeterminate", n: any) => void);
|
|
42
42
|
$el: any;
|
|
43
43
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
44
|
-
onChange?: ((e: any) => any) | undefined;
|
|
45
44
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
45
|
+
onChange?: ((e: any) => any) | undefined;
|
|
46
46
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
48
|
-
change: (e: any) => any;
|
|
49
48
|
"update:modelValue": (n: any) => any;
|
|
49
|
+
change: (e: any) => any;
|
|
50
50
|
"update:indeterminate": (n: any) => any;
|
|
51
51
|
}, string, {
|
|
52
52
|
size: "small" | "middle" | "large";
|
|
53
|
-
options: import("./src/type.js").optionsProps[];
|
|
54
|
-
error: boolean;
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
name: string;
|
|
57
|
-
maxWidth: string;
|
|
58
|
-
width: string;
|
|
59
53
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
54
|
+
name: string;
|
|
55
|
+
disabled: boolean;
|
|
60
56
|
modelValue: any;
|
|
61
57
|
teleported: boolean;
|
|
58
|
+
width: string;
|
|
62
59
|
isView: boolean;
|
|
60
|
+
error: boolean;
|
|
63
61
|
errorLabel: string;
|
|
64
62
|
isErrorTitle: boolean;
|
|
65
63
|
errorMode: "default" | "overlay";
|
|
66
64
|
noSetDefaultVal: boolean;
|
|
65
|
+
options: import("./src/type.js").optionsProps[];
|
|
67
66
|
layout: "default" | "vertical";
|
|
68
67
|
optionType: "default" | "square" | "filterSquare";
|
|
68
|
+
maxWidth: string;
|
|
69
69
|
checkboxType: "default" | "group";
|
|
70
70
|
indeterminate: boolean;
|
|
71
71
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -90,29 +90,29 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
90
90
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
91
91
|
} & Readonly<{
|
|
92
92
|
size: "small" | "middle" | "large";
|
|
93
|
-
options: import("./src/type.js").optionsProps[];
|
|
94
|
-
error: boolean;
|
|
95
|
-
disabled: boolean;
|
|
96
|
-
name: string;
|
|
97
|
-
maxWidth: string;
|
|
98
|
-
width: string;
|
|
99
93
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
94
|
+
name: string;
|
|
95
|
+
disabled: boolean;
|
|
100
96
|
modelValue: any;
|
|
101
97
|
teleported: boolean;
|
|
98
|
+
width: string;
|
|
102
99
|
isView: boolean;
|
|
100
|
+
error: boolean;
|
|
103
101
|
errorLabel: string;
|
|
104
102
|
isErrorTitle: boolean;
|
|
105
103
|
errorMode: "default" | "overlay";
|
|
106
104
|
noSetDefaultVal: boolean;
|
|
105
|
+
options: import("./src/type.js").optionsProps[];
|
|
107
106
|
layout: "default" | "vertical";
|
|
108
107
|
optionType: "default" | "square" | "filterSquare";
|
|
108
|
+
maxWidth: string;
|
|
109
109
|
checkboxType: "default" | "group";
|
|
110
110
|
indeterminate: boolean;
|
|
111
111
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
112
|
-
onChange?: ((e: any) => any) | undefined;
|
|
113
112
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
113
|
+
onChange?: ((e: any) => any) | undefined;
|
|
114
114
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
115
|
-
}>, "size" | "
|
|
115
|
+
}>, "size" | "defaultProps" | "name" | "disabled" | "modelValue" | "teleported" | "width" | "isView" | "error" | "errorLabel" | "isErrorTitle" | "errorMode" | "noSetDefaultVal" | "options" | "layout" | "optionType" | "maxWidth" | "checkboxType" | "indeterminate"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
116
116
|
$slots: {
|
|
117
117
|
default?(_: {}): any;
|
|
118
118
|
default?(_: {}): any;
|
|
@@ -141,8 +141,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
141
141
|
readonly errorMode?: ("default" | "overlay") | undefined;
|
|
142
142
|
readonly isErrorTitle?: boolean | undefined;
|
|
143
143
|
readonly noSetDefaultVal?: boolean | undefined;
|
|
144
|
-
readonly onChange?: ((e: any) => any) | undefined;
|
|
145
144
|
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
145
|
+
readonly onChange?: ((e: any) => any) | undefined;
|
|
146
146
|
readonly "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
147
147
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
148
148
|
$attrs: {
|
|
@@ -157,34 +157,34 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
157
157
|
$root: import("vue").ComponentPublicInstance | null;
|
|
158
158
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
159
159
|
$host: Element | null;
|
|
160
|
-
$emit: ((event: "
|
|
160
|
+
$emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void) & ((event: "update:indeterminate", n: any) => void);
|
|
161
161
|
$el: any;
|
|
162
162
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
163
|
-
onChange?: ((e: any) => any) | undefined;
|
|
164
163
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
164
|
+
onChange?: ((e: any) => any) | undefined;
|
|
165
165
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
166
166
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
167
|
-
change: (e: any) => any;
|
|
168
167
|
"update:modelValue": (n: any) => any;
|
|
168
|
+
change: (e: any) => any;
|
|
169
169
|
"update:indeterminate": (n: any) => any;
|
|
170
170
|
}, string, {
|
|
171
171
|
size: "small" | "middle" | "large";
|
|
172
|
-
options: import("./src/type.js").optionsProps[];
|
|
173
|
-
error: boolean;
|
|
174
|
-
disabled: boolean;
|
|
175
|
-
name: string;
|
|
176
|
-
maxWidth: string;
|
|
177
|
-
width: string;
|
|
178
172
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
173
|
+
name: string;
|
|
174
|
+
disabled: boolean;
|
|
179
175
|
modelValue: any;
|
|
180
176
|
teleported: boolean;
|
|
177
|
+
width: string;
|
|
181
178
|
isView: boolean;
|
|
179
|
+
error: boolean;
|
|
182
180
|
errorLabel: string;
|
|
183
181
|
isErrorTitle: boolean;
|
|
184
182
|
errorMode: "default" | "overlay";
|
|
185
183
|
noSetDefaultVal: boolean;
|
|
184
|
+
options: import("./src/type.js").optionsProps[];
|
|
186
185
|
layout: "default" | "vertical";
|
|
187
186
|
optionType: "default" | "square" | "filterSquare";
|
|
187
|
+
maxWidth: string;
|
|
188
188
|
checkboxType: "default" | "group";
|
|
189
189
|
indeterminate: boolean;
|
|
190
190
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -209,29 +209,29 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
209
209
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
210
210
|
} & Readonly<{
|
|
211
211
|
size: "small" | "middle" | "large";
|
|
212
|
-
options: import("./src/type.js").optionsProps[];
|
|
213
|
-
error: boolean;
|
|
214
|
-
disabled: boolean;
|
|
215
|
-
name: string;
|
|
216
|
-
maxWidth: string;
|
|
217
|
-
width: string;
|
|
218
212
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
213
|
+
name: string;
|
|
214
|
+
disabled: boolean;
|
|
219
215
|
modelValue: any;
|
|
220
216
|
teleported: boolean;
|
|
217
|
+
width: string;
|
|
221
218
|
isView: boolean;
|
|
219
|
+
error: boolean;
|
|
222
220
|
errorLabel: string;
|
|
223
221
|
isErrorTitle: boolean;
|
|
224
222
|
errorMode: "default" | "overlay";
|
|
225
223
|
noSetDefaultVal: boolean;
|
|
224
|
+
options: import("./src/type.js").optionsProps[];
|
|
226
225
|
layout: "default" | "vertical";
|
|
227
226
|
optionType: "default" | "square" | "filterSquare";
|
|
227
|
+
maxWidth: string;
|
|
228
228
|
checkboxType: "default" | "group";
|
|
229
229
|
indeterminate: boolean;
|
|
230
230
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
231
|
-
onChange?: ((e: any) => any) | undefined;
|
|
232
231
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
232
|
+
onChange?: ((e: any) => any) | undefined;
|
|
233
233
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
234
|
-
}>, "size" | "
|
|
234
|
+
}>, "size" | "defaultProps" | "name" | "disabled" | "modelValue" | "teleported" | "width" | "isView" | "error" | "errorLabel" | "isErrorTitle" | "errorMode" | "noSetDefaultVal" | "options" | "layout" | "optionType" | "maxWidth" | "checkboxType" | "indeterminate"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
235
235
|
$slots: {
|
|
236
236
|
default?(_: {}): any;
|
|
237
237
|
default?(_: {}): any;
|
|
@@ -240,31 +240,31 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
240
240
|
}) | null>;
|
|
241
241
|
declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
|
|
242
242
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
243
|
-
onChange?: ((e: any) => any) | undefined;
|
|
244
243
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
244
|
+
onChange?: ((e: any) => any) | undefined;
|
|
245
245
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
246
246
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
247
|
-
change: (e: any) => any;
|
|
248
247
|
"update:modelValue": (n: any) => any;
|
|
248
|
+
change: (e: any) => any;
|
|
249
249
|
"update:indeterminate": (n: any) => any;
|
|
250
250
|
}, import("vue").PublicProps, {
|
|
251
251
|
size: "small" | "middle" | "large";
|
|
252
|
-
options: import("./src/type.js").optionsProps[];
|
|
253
|
-
error: boolean;
|
|
254
|
-
disabled: boolean;
|
|
255
|
-
name: string;
|
|
256
|
-
maxWidth: string;
|
|
257
|
-
width: string;
|
|
258
252
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
253
|
+
name: string;
|
|
254
|
+
disabled: boolean;
|
|
259
255
|
modelValue: any;
|
|
260
256
|
teleported: boolean;
|
|
257
|
+
width: string;
|
|
261
258
|
isView: boolean;
|
|
259
|
+
error: boolean;
|
|
262
260
|
errorLabel: string;
|
|
263
261
|
isErrorTitle: boolean;
|
|
264
262
|
errorMode: "default" | "overlay";
|
|
265
263
|
noSetDefaultVal: boolean;
|
|
264
|
+
options: import("./src/type.js").optionsProps[];
|
|
266
265
|
layout: "default" | "vertical";
|
|
267
266
|
optionType: "default" | "square" | "filterSquare";
|
|
267
|
+
maxWidth: string;
|
|
268
268
|
checkboxType: "default" | "group";
|
|
269
269
|
indeterminate: boolean;
|
|
270
270
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -275,27 +275,27 @@ declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
|
|
|
275
275
|
M: {};
|
|
276
276
|
Defaults: {};
|
|
277
277
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
278
|
-
onChange?: ((e: any) => any) | undefined;
|
|
279
278
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
279
|
+
onChange?: ((e: any) => any) | undefined;
|
|
280
280
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
281
281
|
}>, {}, {}, {}, {}, {
|
|
282
282
|
size: "small" | "middle" | "large";
|
|
283
|
-
options: import("./src/type.js").optionsProps[];
|
|
284
|
-
error: boolean;
|
|
285
|
-
disabled: boolean;
|
|
286
|
-
name: string;
|
|
287
|
-
maxWidth: string;
|
|
288
|
-
width: string;
|
|
289
283
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
284
|
+
name: string;
|
|
285
|
+
disabled: boolean;
|
|
290
286
|
modelValue: any;
|
|
291
287
|
teleported: boolean;
|
|
288
|
+
width: string;
|
|
292
289
|
isView: boolean;
|
|
290
|
+
error: boolean;
|
|
293
291
|
errorLabel: string;
|
|
294
292
|
isErrorTitle: boolean;
|
|
295
293
|
errorMode: "default" | "overlay";
|
|
296
294
|
noSetDefaultVal: boolean;
|
|
295
|
+
options: import("./src/type.js").optionsProps[];
|
|
297
296
|
layout: "default" | "vertical";
|
|
298
297
|
optionType: "default" | "square" | "filterSquare";
|
|
298
|
+
maxWidth: string;
|
|
299
299
|
checkboxType: "default" | "group";
|
|
300
300
|
indeterminate: boolean;
|
|
301
301
|
}>;
|
|
@@ -303,31 +303,31 @@ declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
|
|
|
303
303
|
__isTeleport?: never;
|
|
304
304
|
__isSuspense?: never;
|
|
305
305
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
306
|
-
onChange?: ((e: any) => any) | undefined;
|
|
307
306
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
307
|
+
onChange?: ((e: any) => any) | undefined;
|
|
308
308
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
309
309
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
310
|
-
change: (e: any) => any;
|
|
311
310
|
"update:modelValue": (n: any) => any;
|
|
311
|
+
change: (e: any) => any;
|
|
312
312
|
"update:indeterminate": (n: any) => any;
|
|
313
313
|
}, string, {
|
|
314
314
|
size: "small" | "middle" | "large";
|
|
315
|
-
options: import("./src/type.js").optionsProps[];
|
|
316
|
-
error: boolean;
|
|
317
|
-
disabled: boolean;
|
|
318
|
-
name: string;
|
|
319
|
-
maxWidth: string;
|
|
320
|
-
width: string;
|
|
321
315
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
316
|
+
name: string;
|
|
317
|
+
disabled: boolean;
|
|
322
318
|
modelValue: any;
|
|
323
319
|
teleported: boolean;
|
|
320
|
+
width: string;
|
|
324
321
|
isView: boolean;
|
|
322
|
+
error: boolean;
|
|
325
323
|
errorLabel: string;
|
|
326
324
|
isErrorTitle: boolean;
|
|
327
325
|
errorMode: "default" | "overlay";
|
|
328
326
|
noSetDefaultVal: boolean;
|
|
327
|
+
options: import("./src/type.js").optionsProps[];
|
|
329
328
|
layout: "default" | "vertical";
|
|
330
329
|
optionType: "default" | "square" | "filterSquare";
|
|
330
|
+
maxWidth: string;
|
|
331
331
|
checkboxType: "default" | "group";
|
|
332
332
|
indeterminate: boolean;
|
|
333
333
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -395,7 +395,7 @@ const de = { class: "das-ui-checkbox" }, ce = ["onClick", "onBlur", "tabindex"],
|
|
|
395
395
|
for (const [q, C] of w)
|
|
396
396
|
o[q] = C;
|
|
397
397
|
return o;
|
|
398
|
-
}, ge = /* @__PURE__ */ ye(me, [["__scopeId", "data-v-
|
|
398
|
+
}, ge = /* @__PURE__ */ ye(me, [["__scopeId", "data-v-9606cd70"]]), xe = {
|
|
399
399
|
"--demo-alert-bg": {
|
|
400
400
|
light: "#fff",
|
|
401
401
|
dark: "rgba(255,255,255,.2)"
|
|
Binary file
|
|
@@ -13,31 +13,31 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
16
|
-
change: (e: any) => any;
|
|
17
16
|
"update:modelValue": (n: any) => any;
|
|
17
|
+
change: (e: any) => any;
|
|
18
18
|
"update:indeterminate": (n: any) => any;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
20
|
-
onChange?: ((e: any) => any) | undefined;
|
|
21
20
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
21
|
+
onChange?: ((e: any) => any) | undefined;
|
|
22
22
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
size: "small" | "middle" | "large";
|
|
25
|
-
options: import("./type").optionsProps[];
|
|
26
|
-
error: boolean;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
name: string;
|
|
29
|
-
maxWidth: string;
|
|
30
|
-
width: string;
|
|
31
25
|
defaultProps: import("./type").ValLabel<string>;
|
|
26
|
+
name: string;
|
|
27
|
+
disabled: boolean;
|
|
32
28
|
modelValue: any;
|
|
33
29
|
teleported: boolean;
|
|
30
|
+
width: string;
|
|
34
31
|
isView: boolean;
|
|
32
|
+
error: boolean;
|
|
35
33
|
errorLabel: string;
|
|
36
34
|
isErrorTitle: boolean;
|
|
37
35
|
errorMode: "default" | "overlay";
|
|
38
36
|
noSetDefaultVal: boolean;
|
|
37
|
+
options: import("./type").optionsProps[];
|
|
39
38
|
layout: "default" | "vertical";
|
|
40
39
|
optionType: "default" | "square" | "filterSquare";
|
|
40
|
+
maxWidth: string;
|
|
41
41
|
checkboxType: "default" | "group";
|
|
42
42
|
indeterminate: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
|
|
2
|
-
interface optionsProps {
|
|
3
|
-
|
|
4
|
-
disabled?: boolean
|
|
5
|
-
|
|
6
|
-
mutual?: boolean
|
|
7
|
-
[idx: string]: any
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
interface ValLabel<N> {
|
|
11
|
-
value?: N
|
|
12
|
-
label?: N
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface Props {
|
|
16
|
-
|
|
17
|
-
modelValue?: any
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
checkboxType?: 'default' | 'group'
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
disabled?: boolean
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
optionType?: 'default' | 'square' | 'filterSquare'
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
options?: optionsProps[]
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
defaultProps?: ValLabel<string>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
name?: string
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
layout?: 'default' | 'vertical'
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
indeterminate?: boolean
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
isView?: boolean
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
width?: string
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
maxWidth?: string
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
size?: 'small' | 'middle' | 'large'
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
error?: boolean
|
|
57
|
-
|
|
58
|
-
errorLabel?: string
|
|
59
|
-
|
|
60
|
-
teleported?: boolean
|
|
61
|
-
|
|
62
|
-
errorMode?: 'default' | 'overlay'
|
|
63
|
-
|
|
64
|
-
isErrorTitle?: boolean
|
|
65
|
-
|
|
66
|
-
noSetDefaultVal?: boolean;
|
|
67
|
-
}
|
|
1
|
+
|
|
2
|
+
interface optionsProps {
|
|
3
|
+
|
|
4
|
+
disabled?: boolean
|
|
5
|
+
|
|
6
|
+
mutual?: boolean
|
|
7
|
+
[idx: string]: any
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
interface ValLabel<N> {
|
|
11
|
+
value?: N
|
|
12
|
+
label?: N
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface Props {
|
|
16
|
+
|
|
17
|
+
modelValue?: any
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
checkboxType?: 'default' | 'group'
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
disabled?: boolean
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
optionType?: 'default' | 'square' | 'filterSquare'
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
options?: optionsProps[]
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
defaultProps?: ValLabel<string>
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
name?: string
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
layout?: 'default' | 'vertical'
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
indeterminate?: boolean
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
isView?: boolean
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
width?: string
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
maxWidth?: string
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
size?: 'small' | 'middle' | 'large'
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
error?: boolean
|
|
57
|
+
|
|
58
|
+
errorLabel?: string
|
|
59
|
+
|
|
60
|
+
teleported?: boolean
|
|
61
|
+
|
|
62
|
+
errorMode?: 'default' | 'overlay'
|
|
63
|
+
|
|
64
|
+
isErrorTitle?: boolean
|
|
65
|
+
|
|
66
|
+
noSetDefaultVal?: boolean;
|
|
67
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.empty-text[data-v-2d1962bb]{font-size:var(--das-ui-font-size-md);color:var(--das-ui-radio-font-normal)}.das-ui-checkbox[data-v-2d1962bb]{position:relative}.das-ui-checkbox .label[data-v-2d1962bb]{color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .label.label-min-width[data-v-2d1962bb]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square[data-v-2d1962bb]:not(.das-ui-checkbox-square--checked):not(.das-ui-checkbox-square--disabled):hover{border-color:var(--das-ui-radio-primary);color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-2d1962bb]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-primary) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-2d1962bb]{position:relative}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-2d1962bb]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-disabled) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square[data-v-2d1962bb]{cursor:pointer;height:32px;width:fit-content;line-height:32px;padding:0 12px;box-sizing:border-box;border:1px solid var(--das-ui-radio-border-normal);border-radius:2px;color:var(--das-ui-radio-font-normal);font-size:var(--das-ui-font-size-sm);font-weight:500}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon[data-v-2d1962bb]{position:absolute;bottom:0;right:0;z-index:10;display:flex}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon .view-icon[data-v-2d1962bb]{width:10px!important;height:10px!important}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-2d1962bb]{position:relative}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked .square-checked-icon[data-v-2d1962bb]{position:absolute;bottom:0;right:2px}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--focus[data-v-2d1962bb]{box-shadow:0 0 0 3px var(--das-ui-radio-shadow)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-2d1962bb]:not(.das-ui-checkbox-square--disabled){border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--disabled[data-v-2d1962bb]{color:var(--das-ui-radio-font-normal)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-2d1962bb]{cursor:not-allowed;background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-2d1962bb]:not([class*=" das-ui-checkbox-square--checked"]){color:var(--das-ui-radio-disabled)}.das-ui-checkbox .das-ui-checkbox-square-group.small .das-ui-checkbox-square[data-v-2d1962bb]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square-group.middle .das-ui-checkbox-square[data-v-2d1962bb]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square-group.large .das-ui-checkbox-square[data-v-2d1962bb]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-ui-checkbox-square.small[data-v-2d1962bb]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square.middle[data-v-2d1962bb]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square.large[data-v-2d1962bb]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical[data-v-2d1962bb]{display:flex;flex-direction:column;width:fit-content}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item[data-v-2d1962bb]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-square-group[data-v-2d1962bb]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-2d1962bb]{margin-left:10px}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical[data-v-2d1962bb]{display:flex;flex-direction:column;align-items:flex-start}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-2d1962bb]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-2d1962bb]{height:24px;line-height:24px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square--checked[data-v-2d1962bb]{background-color:var(--das-ui-radio-filter-bgcolor);color:var(--das-ui-radio-primary);border-color:var(--das-ui-radio-primary);box-sizing:border-box}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-2d1962bb]:not(.das-ui-checkbox-square--checked){border-color:transparent}.das-ui-checkbox .das-ui-checkbox-filter-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-2d1962bb]{margin-left:24px}.das-ui-checkbox .das-ui-checkbox-view-group[data-v-2d1962bb]{display:inline-block;position:relative;color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .das-ui-checkbox-view-group .view-icon.m-r-5[data-v-2d1962bb]{margin-right:5px}.das-ui-checkbox .das-ui-checkbox-view-group.flex-view[data-v-2d1962bb],.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view[data-v-2d1962bb]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view.label-min-width[data-v-2d1962bb]{margin-right:4px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label[data-v-2d1962bb]{max-width:72px;margin-right:16px;font-size:var(--das-ui-font-size-sm);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;color:var(--das-ui-radio-font-normal)!important}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.label-min-width[data-v-2d1962bb]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.small[data-v-2d1962bb]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.middle[data-v-2d1962bb]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.large[data-v-2d1962bb]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-checkbox-error-label-content[data-v-2d1962bb]{font-size:12px}.das-ui-checkbox .das-checkbox-error-label-content .das-input-success-label[data-v-2d1962bb]{display:block;color:var(--das-ui-input-success-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .das-input-error-label[data-v-2d1962bb]{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .error-label-overflow[data-v-2d1962bb]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-checkbox .das-checkbox-overlay-error-label-content[data-v-2d1962bb]{width:100%;position:absolute;top:100%;left:0;background-color:var(--das-ui-input-number-overlay-error-bg-color);box-shadow:0 4px 10px #0003;border-radius:1px;padding:2px 8px;box-sizing:border-box;z-index:99;transition:.2s}.das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-2d1962bb]{font-size:12px;color:var(--das-ui-input-number-overlay-error-color)}.das-ui-checkbox .ant-checkbox-wrapper{font-weight:500}.das-ui-checkbox .ant-checkbox-wrapper.nolabel .ant-checkbox+span{display:none}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{box-sizing:border-box;border-color:var(--das-ui-radio-border-normal)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{border-color:var(--das-ui-radio-primary);background-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox:not(.ant-checkbox-indeterminate) .ant-checkbox-inner:after{width:3.5px!important;height:8px!important;top:47%!important;left:27%!important;border-width:1.5px}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-border-normal)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:var(--das-ui-radio-primary)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{width:14px!important;height:14px!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{color:var(--das-ui-radio-font-normal);padding-left:5px!important;font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox+*{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-inner{background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:var(--das-ui-radio-border-normal)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox+*{color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox-inner{border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical{display:flex;flex-direction:column}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item{margin-top:10px}.das-ui-checkbox .ant-checkbox-wrapper{margin-left:0!important}.das-ui-checkbox .ant-checkbox-wrapper.small .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.small .ant-checkbox+span{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.middle .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.middle .ant-checkbox+span{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .ant-checkbox-wrapper.large .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.large .ant-checkbox+span{font-size:var(--das-ui-font-size-lg)}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-inner-disabled)!important}
|
|
1
|
+
.empty-text[data-v-9606cd70]{font-size:var(--das-ui-font-size-md);color:var(--das-ui-radio-font-normal)}.das-ui-checkbox[data-v-9606cd70]{position:relative}.das-ui-checkbox .label[data-v-9606cd70]{color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .label.label-min-width[data-v-9606cd70]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square[data-v-9606cd70]:not(.das-ui-checkbox-square--checked):not(.das-ui-checkbox-square--disabled):hover{border-color:var(--das-ui-radio-primary);color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-9606cd70]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-primary) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-9606cd70]{position:relative}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-9606cd70]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-disabled) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square[data-v-9606cd70]{cursor:pointer;height:32px;width:fit-content;line-height:32px;padding:0 12px;box-sizing:border-box;border:1px solid var(--das-ui-radio-border-normal);border-radius:2px;color:var(--das-ui-radio-font-normal);font-size:var(--das-ui-font-size-sm);font-weight:500}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon[data-v-9606cd70]{position:absolute;bottom:0;right:0;z-index:10;display:flex}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon .view-icon[data-v-9606cd70]{width:10px!important;height:10px!important}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-9606cd70]{position:relative}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked .square-checked-icon[data-v-9606cd70]{position:absolute;bottom:0;right:2px}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--focus[data-v-9606cd70]{box-shadow:0 0 0 3px var(--das-ui-radio-shadow)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-9606cd70]:not(.das-ui-checkbox-square--disabled){border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--disabled[data-v-9606cd70]{color:var(--das-ui-radio-font-normal)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-9606cd70]{cursor:not-allowed;background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-9606cd70]:not([class*=" das-ui-checkbox-square--checked"]){color:var(--das-ui-radio-disabled)}.das-ui-checkbox .das-ui-checkbox-square-group.small .das-ui-checkbox-square[data-v-9606cd70]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square-group.middle .das-ui-checkbox-square[data-v-9606cd70]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square-group.large .das-ui-checkbox-square[data-v-9606cd70]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-ui-checkbox-square.small[data-v-9606cd70]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square.middle[data-v-9606cd70]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square.large[data-v-9606cd70]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical[data-v-9606cd70]{display:flex;flex-direction:column;width:fit-content}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item[data-v-9606cd70]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-square-group[data-v-9606cd70]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-9606cd70]{margin-left:10px}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical[data-v-9606cd70]{display:flex;flex-direction:column;align-items:flex-start}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-9606cd70]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-9606cd70]{height:24px;line-height:24px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square--checked[data-v-9606cd70]{background-color:var(--das-ui-radio-filter-bgcolor);color:var(--das-ui-radio-primary);border-color:var(--das-ui-radio-primary);box-sizing:border-box}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-9606cd70]:not(.das-ui-checkbox-square--checked){border-color:transparent}.das-ui-checkbox .das-ui-checkbox-filter-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-9606cd70]{margin-left:24px}.das-ui-checkbox .das-ui-checkbox-view-group[data-v-9606cd70]{display:inline-block;position:relative;color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .das-ui-checkbox-view-group .view-icon.m-r-5[data-v-9606cd70]{margin-right:5px}.das-ui-checkbox .das-ui-checkbox-view-group.flex-view[data-v-9606cd70],.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view[data-v-9606cd70]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view.label-min-width[data-v-9606cd70]{margin-right:4px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label[data-v-9606cd70]{max-width:72px;margin-right:16px;font-size:var(--das-ui-font-size-sm);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;color:var(--das-ui-radio-font-normal)!important}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.label-min-width[data-v-9606cd70]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.small[data-v-9606cd70]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.middle[data-v-9606cd70]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.large[data-v-9606cd70]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-checkbox-error-label-content[data-v-9606cd70]{font-size:12px}.das-ui-checkbox .das-checkbox-error-label-content .das-input-success-label[data-v-9606cd70]{display:block;color:var(--das-ui-input-success-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .das-input-error-label[data-v-9606cd70]{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .error-label-overflow[data-v-9606cd70]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-checkbox .das-checkbox-overlay-error-label-content[data-v-9606cd70]{width:100%;position:absolute;top:100%;left:0;background-color:var(--das-ui-input-number-overlay-error-bg-color);box-shadow:0 4px 10px #0003;border-radius:1px;padding:2px 8px;box-sizing:border-box;z-index:99;transition:.2s}.das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-9606cd70]{font-size:12px;color:var(--das-ui-input-number-overlay-error-color)}.das-ui-checkbox .ant-checkbox-wrapper{font-weight:500}.das-ui-checkbox .ant-checkbox-wrapper.nolabel .ant-checkbox+span{display:none}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{box-sizing:border-box;border-color:var(--das-ui-radio-border-normal)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{border-color:var(--das-ui-radio-primary);background-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox:not(.ant-checkbox-indeterminate) .ant-checkbox-inner:after{width:3.5px!important;height:8px!important;top:47%!important;left:27%!important;border-width:1.5px}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-border-normal)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:var(--das-ui-radio-primary)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{width:14px!important;height:14px!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{color:var(--das-ui-radio-font-normal);padding-left:5px!important;font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox+*{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-inner{background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:var(--das-ui-radio-border-normal)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox+*{color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox-inner{border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical{display:flex;flex-direction:column}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item{margin-top:10px}.das-ui-checkbox .ant-checkbox-wrapper{margin-left:0!important}.das-ui-checkbox .ant-checkbox-wrapper.small .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.small .ant-checkbox+span{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.middle .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.middle .ant-checkbox+span{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .ant-checkbox-wrapper.large .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.large .ant-checkbox+span{font-size:var(--das-ui-font-size-lg)}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-inner-disabled)!important}
|
|
Binary file
|
|
@@ -47,7 +47,7 @@ const $ = { class: "das-collaspe-panel--header" }, A = /* @__PURE__ */ i({
|
|
|
47
47
|
for (const [s, e] of r)
|
|
48
48
|
t[s] = e;
|
|
49
49
|
return t;
|
|
50
|
-
}, B = /* @__PURE__ */ x(A, [["__scopeId", "data-v-
|
|
50
|
+
}, B = /* @__PURE__ */ x(A, [["__scopeId", "data-v-c825d088"]]), I = {
|
|
51
51
|
"--das-ui-collaspe-bgcolor": { light: "#ffffff", dark: "#000000" }
|
|
52
52
|
};
|
|
53
53
|
g(I);
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-collaspe-panel[data-v-
|
|
1
|
+
.das-collaspe-panel[data-v-c825d088]{background:var(--das-ui-collaspe-bgcolor);border:0}.das-collaspe-panel.ant-collapse-item-disabled[data-v-c825d088] .ant-collapse-header,.das-collaspe-panel.ant-collapse-item-disabled[data-v-c825d088] .ant-collapse-header>.arrow{cursor:default}.das-collaspe-panel[data-v-c825d088] .ant-collapse-header{height:40px!important;font-size:16px!important;color:var(--das-ui-color-normal)!important;letter-spacing:0!important;line-height:24px!important;font-weight:600!important;box-sizing:border-box!important;padding:8px 50px 8px 28px!important}.das-collaspe-panel[data-v-c825d088] .ant-collapse-header .das-collaspe-panel--header{line-height:24px!important;height:24px}.das-collaspe-panel[data-v-c825d088] .ant-collapse-header:hover{color:var(--das-ui-color-secondary)}.das-collaspe-panel[data-v-c825d088] .ant-collapse-header>div:first-child{height:24px;display:flex;align-items:center;justify-content:center}.das-collaspe-panel[data-v-c825d088] .ant-collapse-header .ant-collapse-arrow{vertical-align:text-bottom!important;font-size:16px!important;margin-right:6px!important;color:var(--das-ui-color-secondary)!important}.das-collaspe-panel[data-v-c825d088] .ant-collapse-content .ant-collapse-content-box{padding:0 50px}
|
|
Binary file
|
|
Binary file
|
|
@@ -22,8 +22,8 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
22
22
|
$emit: (event: string, ...args: any[]) => void;
|
|
23
23
|
$el: any;
|
|
24
24
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
25
|
-
width: string;
|
|
26
25
|
activeKey: string | string[];
|
|
26
|
+
width: string;
|
|
27
27
|
bordered: boolean;
|
|
28
28
|
expandIconType: "triangle" | "arrow";
|
|
29
29
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -47,11 +47,11 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
47
47
|
$nextTick: typeof import("vue").nextTick;
|
|
48
48
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
49
49
|
} & Readonly<{
|
|
50
|
-
width: string;
|
|
51
50
|
activeKey: string | string[];
|
|
51
|
+
width: string;
|
|
52
52
|
bordered: boolean;
|
|
53
53
|
expandIconType: "triangle" | "arrow";
|
|
54
|
-
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "
|
|
54
|
+
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "activeKey" | "width" | "bordered" | "expandIconType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
55
55
|
$slots: {
|
|
56
56
|
default?(_: {}): any;
|
|
57
57
|
};
|
|
@@ -79,8 +79,8 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
79
79
|
$emit: (event: string, ...args: any[]) => void;
|
|
80
80
|
$el: any;
|
|
81
81
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
82
|
-
width: string;
|
|
83
82
|
activeKey: string | string[];
|
|
83
|
+
width: string;
|
|
84
84
|
bordered: boolean;
|
|
85
85
|
expandIconType: "triangle" | "arrow";
|
|
86
86
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -104,19 +104,19 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
104
104
|
$nextTick: typeof import("vue").nextTick;
|
|
105
105
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
106
106
|
} & Readonly<{
|
|
107
|
-
width: string;
|
|
108
107
|
activeKey: string | string[];
|
|
108
|
+
width: string;
|
|
109
109
|
bordered: boolean;
|
|
110
110
|
expandIconType: "triangle" | "arrow";
|
|
111
|
-
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "
|
|
111
|
+
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "activeKey" | "width" | "bordered" | "expandIconType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
112
112
|
$slots: {
|
|
113
113
|
default?(_: {}): any;
|
|
114
114
|
};
|
|
115
115
|
}) | null>;
|
|
116
116
|
declare const DasCollaspe: import("@das-fed/utils").SFCWithInstall<{
|
|
117
117
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
118
|
-
width: string;
|
|
119
118
|
activeKey: string | string[];
|
|
119
|
+
width: string;
|
|
120
120
|
bordered: boolean;
|
|
121
121
|
expandIconType: "triangle" | "arrow";
|
|
122
122
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -127,8 +127,8 @@ declare const DasCollaspe: import("@das-fed/utils").SFCWithInstall<{
|
|
|
127
127
|
M: {};
|
|
128
128
|
Defaults: {};
|
|
129
129
|
}, Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, {
|
|
130
|
-
width: string;
|
|
131
130
|
activeKey: string | string[];
|
|
131
|
+
width: string;
|
|
132
132
|
bordered: boolean;
|
|
133
133
|
expandIconType: "triangle" | "arrow";
|
|
134
134
|
}>;
|
|
@@ -136,8 +136,8 @@ declare const DasCollaspe: import("@das-fed/utils").SFCWithInstall<{
|
|
|
136
136
|
__isTeleport?: never;
|
|
137
137
|
__isSuspense?: never;
|
|
138
138
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
139
|
-
width: string;
|
|
140
139
|
activeKey: string | string[];
|
|
140
|
+
width: string;
|
|
141
141
|
bordered: boolean;
|
|
142
142
|
expandIconType: "triangle" | "arrow";
|
|
143
143
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|