naive-ui 2.21.4 → 2.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_internal/close/src/styles/index.cssr.js +6 -5
- package/es/_internal/scrollbar/src/ScrollBar.d.ts +4 -0
- package/es/_internal/scrollbar/src/ScrollBar.js +5 -2
- package/es/_internal/selection/src/Selection.js +11 -9
- package/es/_internal/selection/src/styles/index.cssr.js +6 -2
- package/es/_utils/composable/use-houdini.js +10 -7
- package/es/alert/src/Alert.d.ts +20 -20
- package/es/alert/src/Alert.js +22 -22
- package/es/alert/src/styles/index.cssr.js +45 -45
- package/es/anchor/src/AnchorAdapter.js +12 -12
- package/es/anchor/src/styles/index.cssr.js +41 -41
- package/es/auto-complete/src/AutoComplete.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.js +2 -2
- package/es/auto-complete/src/styles/index.cssr.js +4 -4
- package/es/avatar/src/Avatar.d.ts +10 -8
- package/es/avatar/src/Avatar.js +11 -9
- package/es/avatar/src/styles/index.cssr.js +14 -16
- package/es/back-top/src/BackTop.d.ts +13 -13
- package/es/back-top/src/BackTop.js +13 -13
- package/es/back-top/src/styles/index.cssr.js +29 -29
- package/es/badge/src/Badge.d.ts +6 -6
- package/es/badge/src/Badge.js +6 -6
- package/es/badge/src/styles/index.cssr.js +15 -15
- package/es/button/src/Button.d.ts +43 -38
- package/es/button/src/Button.js +124 -116
- package/es/button/src/styles/button.cssr.js +83 -80
- package/es/button/styles/light.js +1 -1
- package/es/calendar/src/Calendar.d.ts +6 -0
- package/es/cascader/src/Cascader.d.ts +135 -0
- package/es/cascader/src/Cascader.js +2 -4
- package/es/cascader/src/CascaderMenu.d.ts +345 -0
- package/es/cascader/src/CascaderMenu.js +6 -5
- package/es/cascader/src/CascaderOption.d.ts +18 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +18 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +18 -0
- package/es/cascader/styles/dark.js +3 -1
- package/es/cascader/styles/light.d.ts +13 -0
- package/es/cascader/styles/light.js +3 -1
- package/es/config-provider/src/ConfigProvider.d.ts +18 -0
- package/es/data-table/src/DataTable.js +7 -13
- package/es/data-table/src/MainTable.js +2 -3
- package/es/data-table/src/TableParts/Body.d.ts +15 -4
- package/es/data-table/src/TableParts/Body.js +80 -28
- package/es/data-table/src/TableParts/Cell.js +2 -3
- package/es/data-table/src/TableParts/Header.js +2 -2
- package/es/data-table/src/interface.d.ts +4 -1
- package/es/data-table/src/styles/index.cssr.js +4 -3
- package/es/data-table/src/use-check.js +6 -2
- package/es/data-table/src/use-scroll.d.ts +2 -0
- package/es/data-table/src/use-scroll.js +34 -4
- package/es/data-table/src/use-table-data.js +3 -1
- package/es/data-table/styles/_common.js +1 -1
- package/es/date-picker/src/DatePicker.d.ts +30 -5
- package/es/date-picker/src/DatePicker.js +32 -9
- package/es/date-picker/src/config.d.ts +1 -9
- package/es/date-picker/src/config.js +0 -8
- package/es/date-picker/src/interface.d.ts +2 -1
- package/es/date-picker/src/panel/date.d.ts +17 -10
- package/es/date-picker/src/panel/date.js +2 -2
- package/es/date-picker/src/panel/daterange.d.ts +15 -9
- package/es/date-picker/src/panel/daterange.js +2 -2
- package/es/date-picker/src/panel/datetime.d.ts +17 -16
- package/es/date-picker/src/panel/datetime.js +2 -2
- package/es/date-picker/src/panel/datetimerange.d.ts +15 -9
- package/es/date-picker/src/panel/datetimerange.js +2 -2
- package/es/date-picker/src/panel/month.d.ts +21 -20
- package/es/date-picker/src/panel/month.js +23 -12
- package/es/date-picker/src/panel/use-calendar.d.ts +17 -39
- package/es/date-picker/src/panel/use-calendar.js +41 -23
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +13 -36
- package/es/date-picker/src/panel/use-dual-calendar.js +35 -21
- package/es/date-picker/src/panel/use-panel-common.d.ts +13 -32
- package/es/date-picker/src/panel/use-panel-common.js +4 -8
- package/es/date-picker/src/utils.d.ts +19 -3
- package/es/date-picker/src/utils.js +40 -5
- package/es/date-picker/styles/_common.d.ts +2 -0
- package/es/date-picker/styles/_common.js +3 -1
- package/es/date-picker/styles/light.d.ts +4 -0
- package/es/dialog/src/Dialog.d.ts +21 -21
- package/es/dialog/src/Dialog.js +23 -23
- package/es/dialog/src/styles/index.cssr.js +45 -45
- package/es/divider/src/Divider.d.ts +4 -4
- package/es/divider/src/Divider.js +4 -4
- package/es/divider/src/styles/index.cssr.js +12 -12
- package/es/dynamic-tags/src/DynamicTags.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.js +1 -1
- package/es/dynamic-tags/src/styles/index.cssr.js +1 -1
- package/es/form/src/Form.d.ts +27 -27
- package/es/form/src/FormItem.d.ts +27 -27
- package/es/form/src/FormItemCol.d.ts +27 -27
- package/es/form/src/FormItemGridItem.d.ts +27 -27
- package/es/form/src/FormItemRow.d.ts +27 -27
- package/es/form/styles/_common.d.ts +0 -3
- package/es/form/styles/_common.js +0 -3
- package/es/form/styles/light.d.ts +3 -3
- package/es/form/styles/light.js +2 -2
- package/es/image/src/Image.js +8 -12
- package/es/input/src/Input.js +2 -0
- package/es/input-number/src/InputNumber.js +2 -0
- package/es/input-number/src/utils.js +1 -1
- package/es/locales/common/deDE.js +6 -0
- package/es/locales/common/enUS.d.ts +6 -0
- package/es/locales/common/enUS.js +7 -1
- package/es/locales/common/frFR.d.ts +3 -0
- package/es/locales/common/frFR.js +101 -0
- package/es/locales/common/idID.d.ts +2 -94
- package/es/locales/common/idID.js +6 -0
- package/es/locales/common/jaJP.js +6 -0
- package/es/locales/common/nbNO.js +6 -0
- package/es/locales/common/ruRU.js +6 -0
- package/es/locales/common/ukUA.js +6 -0
- package/es/locales/common/zhCN.js +6 -0
- package/es/locales/common/zhTW.d.ts +3 -0
- package/es/locales/common/zhTW.js +100 -0
- package/es/locales/date/frFR.d.ts +3 -0
- package/es/locales/date/frFR.js +6 -0
- package/es/locales/date/idID.d.ts +1 -6
- package/es/locales/date/zhTW.d.ts +3 -0
- package/es/locales/date/zhTW.js +6 -0
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.js +4 -0
- package/es/log/src/Log.d.ts +6 -6
- package/es/log/src/Log.js +6 -6
- package/es/log/src/styles/index.cssr.js +16 -18
- package/es/page-header/src/PageHeader.js +3 -3
- package/es/page-header/src/styles/index.cssr.js +2 -4
- package/es/popover/src/Popover.js +4 -1
- package/es/popover/src/PopoverBody.js +3 -3
- package/es/popselect/src/Popselect.d.ts +2 -11
- package/es/popselect/src/Popselect.js +2 -2
- package/es/popselect/src/PopselectPanel.d.ts +3 -11
- package/es/popselect/src/PopselectPanel.js +17 -11
- package/es/radio/src/Radio.js +3 -3
- package/es/radio/src/RadioButton.js +4 -5
- package/es/radio/src/styles/radio-group.cssr.js +8 -4
- package/es/radio/src/styles/radio.cssr.js +8 -4
- package/es/radio/src/use-radio.d.ts +0 -3
- package/es/radio/src/use-radio.js +1 -26
- package/es/steps/src/Step.d.ts +12 -12
- package/es/steps/src/Step.js +12 -12
- package/es/steps/src/styles/index.cssr.js +46 -46
- package/es/switch/src/Switch.d.ts +19 -19
- package/es/switch/src/Switch.js +26 -19
- package/es/switch/src/styles/index.cssr.js +59 -57
- package/es/tabs/src/styles/index.cssr.js +1 -0
- package/es/tag/src/Tag.d.ts +26 -26
- package/es/tag/src/Tag.js +26 -26
- package/es/tag/src/styles/index.cssr.js +55 -55
- package/es/tag/src/styles/rtl.cssr.js +1 -1
- package/es/time-picker/src/TimePicker.d.ts +17 -17
- package/es/time-picker/src/TimePicker.js +17 -17
- package/es/time-picker/src/styles/index.cssr.js +47 -47
- package/es/timeline/src/TimelineItem.d.ts +12 -12
- package/es/timeline/src/TimelineItem.js +12 -12
- package/es/timeline/src/styles/index.cssr.js +44 -44
- package/es/transfer/src/styles/index.cssr.js +9 -4
- package/es/tree/src/Tree.d.ts +11 -11
- package/es/tree/src/Tree.js +11 -11
- package/es/tree/src/dnd.js +2 -2
- package/es/tree/src/styles/index.cssr.js +33 -33
- package/es/tree-select/src/TreeSelect.d.ts +43 -6
- package/es/tree-select/src/TreeSelect.js +29 -14
- package/es/tree-select/src/styles/index.cssr.js +20 -11
- package/es/tree-select/styles/light.d.ts +6 -0
- package/es/tree-select/styles/light.js +5 -2
- package/es/typography/src/a.d.ts +2 -2
- package/es/typography/src/a.js +2 -2
- package/es/typography/src/blockquote.d.ts +5 -5
- package/es/typography/src/blockquote.js +5 -5
- package/es/typography/src/create-header.d.ts +8 -8
- package/es/typography/src/create-header.js +8 -8
- package/es/typography/src/headers.d.ts +48 -48
- package/es/typography/src/hr.d.ts +2 -1
- package/es/typography/src/hr.js +3 -1
- package/es/typography/src/ol.d.ts +7 -7
- package/es/typography/src/ol.js +7 -7
- package/es/typography/src/p.d.ts +5 -5
- package/es/typography/src/p.js +5 -5
- package/es/typography/src/styles/a.cssr.js +6 -6
- package/es/typography/src/styles/blockquote.cssr.js +11 -11
- package/es/typography/src/styles/header.cssr.js +19 -19
- package/es/typography/src/styles/hr.cssr.js +3 -3
- package/es/typography/src/styles/list.cssr.js +15 -15
- package/es/typography/src/styles/p.cssr.js +10 -10
- package/es/typography/src/styles/text.cssr.js +18 -18
- package/es/typography/src/text.d.ts +8 -7
- package/es/typography/src/text.js +9 -8
- package/es/typography/src/ul.d.ts +7 -7
- package/es/typography/src/ul.js +7 -7
- package/es/upload/src/Upload.js +16 -16
- package/es/upload/src/styles/index.cssr.js +36 -36
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/close/src/styles/index.cssr.js +6 -5
- package/lib/_internal/scrollbar/src/ScrollBar.d.ts +4 -0
- package/lib/_internal/scrollbar/src/ScrollBar.js +5 -2
- package/lib/_internal/selection/src/Selection.js +11 -9
- package/lib/_internal/selection/src/styles/index.cssr.js +6 -2
- package/lib/_utils/composable/use-houdini.js +10 -7
- package/lib/alert/src/Alert.d.ts +20 -20
- package/lib/alert/src/Alert.js +22 -22
- package/lib/alert/src/styles/index.cssr.js +45 -45
- package/lib/anchor/src/AnchorAdapter.js +12 -12
- package/lib/anchor/src/styles/index.cssr.js +41 -41
- package/lib/auto-complete/src/AutoComplete.d.ts +2 -2
- package/lib/auto-complete/src/AutoComplete.js +2 -2
- package/lib/auto-complete/src/styles/index.cssr.js +4 -4
- package/lib/avatar/src/Avatar.d.ts +10 -8
- package/lib/avatar/src/Avatar.js +11 -9
- package/lib/avatar/src/styles/index.cssr.js +14 -16
- package/lib/back-top/src/BackTop.d.ts +13 -13
- package/lib/back-top/src/BackTop.js +13 -13
- package/lib/back-top/src/styles/index.cssr.js +29 -29
- package/lib/badge/src/Badge.d.ts +6 -6
- package/lib/badge/src/Badge.js +6 -6
- package/lib/badge/src/styles/index.cssr.js +15 -15
- package/lib/button/src/Button.d.ts +43 -38
- package/lib/button/src/Button.js +123 -115
- package/lib/button/src/styles/button.cssr.js +83 -80
- package/lib/button/styles/light.js +1 -1
- package/lib/calendar/src/Calendar.d.ts +6 -0
- package/lib/cascader/src/Cascader.d.ts +135 -0
- package/lib/cascader/src/Cascader.js +2 -4
- package/lib/cascader/src/CascaderMenu.d.ts +345 -0
- package/lib/cascader/src/CascaderMenu.js +6 -5
- package/lib/cascader/src/CascaderOption.d.ts +18 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +18 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +18 -0
- package/lib/cascader/styles/dark.js +3 -1
- package/lib/cascader/styles/light.d.ts +13 -0
- package/lib/cascader/styles/light.js +3 -1
- package/lib/config-provider/src/ConfigProvider.d.ts +18 -0
- package/lib/data-table/src/DataTable.js +6 -12
- package/lib/data-table/src/MainTable.js +1 -2
- package/lib/data-table/src/TableParts/Body.d.ts +15 -4
- package/lib/data-table/src/TableParts/Body.js +78 -26
- package/lib/data-table/src/TableParts/Cell.js +2 -3
- package/lib/data-table/src/TableParts/Header.js +2 -2
- package/lib/data-table/src/interface.d.ts +4 -1
- package/lib/data-table/src/styles/index.cssr.js +4 -3
- package/lib/data-table/src/use-check.js +6 -2
- package/lib/data-table/src/use-scroll.d.ts +2 -0
- package/lib/data-table/src/use-scroll.js +34 -4
- package/lib/data-table/src/use-table-data.js +3 -1
- package/lib/data-table/styles/_common.js +1 -1
- package/lib/date-picker/src/DatePicker.d.ts +30 -5
- package/lib/date-picker/src/DatePicker.js +31 -8
- package/lib/date-picker/src/config.d.ts +1 -9
- package/lib/date-picker/src/config.js +1 -9
- package/lib/date-picker/src/interface.d.ts +2 -1
- package/lib/date-picker/src/panel/date.d.ts +17 -10
- package/lib/date-picker/src/panel/date.js +1 -1
- package/lib/date-picker/src/panel/daterange.d.ts +15 -9
- package/lib/date-picker/src/panel/daterange.js +1 -1
- package/lib/date-picker/src/panel/datetime.d.ts +17 -16
- package/lib/date-picker/src/panel/datetime.js +1 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +15 -9
- package/lib/date-picker/src/panel/datetimerange.js +2 -2
- package/lib/date-picker/src/panel/month.d.ts +21 -20
- package/lib/date-picker/src/panel/month.js +23 -12
- package/lib/date-picker/src/panel/use-calendar.d.ts +17 -39
- package/lib/date-picker/src/panel/use-calendar.js +40 -21
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +13 -36
- package/lib/date-picker/src/panel/use-dual-calendar.js +34 -19
- package/lib/date-picker/src/panel/use-panel-common.d.ts +13 -32
- package/lib/date-picker/src/panel/use-panel-common.js +5 -8
- package/lib/date-picker/src/utils.d.ts +19 -3
- package/lib/date-picker/src/utils.js +41 -4
- package/lib/date-picker/styles/_common.d.ts +2 -0
- package/lib/date-picker/styles/_common.js +3 -1
- package/lib/date-picker/styles/light.d.ts +4 -0
- package/lib/dialog/src/Dialog.d.ts +21 -21
- package/lib/dialog/src/Dialog.js +23 -23
- package/lib/dialog/src/styles/index.cssr.js +45 -45
- package/lib/divider/src/Divider.d.ts +4 -4
- package/lib/divider/src/Divider.js +4 -4
- package/lib/divider/src/styles/index.cssr.js +12 -12
- package/lib/dynamic-tags/src/DynamicTags.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.js +1 -1
- package/lib/dynamic-tags/src/styles/index.cssr.js +1 -1
- package/lib/form/src/Form.d.ts +27 -27
- package/lib/form/src/FormItem.d.ts +27 -27
- package/lib/form/src/FormItemCol.d.ts +27 -27
- package/lib/form/src/FormItemGridItem.d.ts +27 -27
- package/lib/form/src/FormItemRow.d.ts +27 -27
- package/lib/form/styles/_common.d.ts +0 -3
- package/lib/form/styles/_common.js +0 -3
- package/lib/form/styles/light.d.ts +3 -3
- package/lib/form/styles/light.js +2 -2
- package/lib/image/src/Image.js +7 -11
- package/lib/input/src/Input.js +2 -0
- package/lib/input-number/src/InputNumber.js +2 -0
- package/lib/input-number/src/utils.js +1 -1
- package/lib/locales/common/deDE.js +6 -0
- package/lib/locales/common/enUS.d.ts +6 -0
- package/lib/locales/common/enUS.js +7 -1
- package/lib/locales/common/frFR.d.ts +3 -0
- package/lib/locales/common/frFR.js +103 -0
- package/lib/locales/common/idID.d.ts +2 -94
- package/lib/locales/common/idID.js +6 -0
- package/lib/locales/common/jaJP.js +6 -0
- package/lib/locales/common/nbNO.js +6 -0
- package/lib/locales/common/ruRU.js +6 -0
- package/lib/locales/common/ukUA.js +6 -0
- package/lib/locales/common/zhCN.js +6 -0
- package/lib/locales/common/zhTW.d.ts +3 -0
- package/lib/locales/common/zhTW.js +102 -0
- package/lib/locales/date/frFR.d.ts +3 -0
- package/lib/locales/date/frFR.js +11 -0
- package/lib/locales/date/idID.d.ts +1 -6
- package/lib/locales/date/zhTW.d.ts +3 -0
- package/lib/locales/date/zhTW.js +11 -0
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +9 -1
- package/lib/log/src/Log.d.ts +6 -6
- package/lib/log/src/Log.js +6 -6
- package/lib/log/src/styles/index.cssr.js +16 -18
- package/lib/page-header/src/PageHeader.js +3 -3
- package/lib/page-header/src/styles/index.cssr.js +2 -4
- package/lib/popover/src/Popover.js +4 -1
- package/lib/popover/src/PopoverBody.js +3 -3
- package/lib/popselect/src/Popselect.d.ts +2 -11
- package/lib/popselect/src/Popselect.js +2 -2
- package/lib/popselect/src/PopselectPanel.d.ts +3 -11
- package/lib/popselect/src/PopselectPanel.js +16 -10
- package/lib/radio/src/Radio.js +3 -3
- package/lib/radio/src/RadioButton.js +4 -5
- package/lib/radio/src/styles/radio-group.cssr.js +8 -4
- package/lib/radio/src/styles/radio.cssr.js +8 -4
- package/lib/radio/src/use-radio.d.ts +0 -3
- package/lib/radio/src/use-radio.js +1 -26
- package/lib/steps/src/Step.d.ts +12 -12
- package/lib/steps/src/Step.js +12 -12
- package/lib/steps/src/styles/index.cssr.js +46 -46
- package/lib/switch/src/Switch.d.ts +19 -19
- package/lib/switch/src/Switch.js +26 -19
- package/lib/switch/src/styles/index.cssr.js +59 -57
- package/lib/tabs/src/styles/index.cssr.js +1 -0
- package/lib/tag/src/Tag.d.ts +26 -26
- package/lib/tag/src/Tag.js +26 -26
- package/lib/tag/src/styles/index.cssr.js +55 -55
- package/lib/tag/src/styles/rtl.cssr.js +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +17 -17
- package/lib/time-picker/src/TimePicker.js +17 -17
- package/lib/time-picker/src/styles/index.cssr.js +47 -47
- package/lib/timeline/src/TimelineItem.d.ts +12 -12
- package/lib/timeline/src/TimelineItem.js +12 -12
- package/lib/timeline/src/styles/index.cssr.js +44 -44
- package/lib/transfer/src/styles/index.cssr.js +9 -4
- package/lib/tree/src/Tree.d.ts +11 -11
- package/lib/tree/src/Tree.js +11 -11
- package/lib/tree/src/dnd.js +2 -2
- package/lib/tree/src/styles/index.cssr.js +33 -33
- package/lib/tree-select/src/TreeSelect.d.ts +43 -6
- package/lib/tree-select/src/TreeSelect.js +28 -13
- package/lib/tree-select/src/styles/index.cssr.js +20 -11
- package/lib/tree-select/styles/light.d.ts +6 -0
- package/lib/tree-select/styles/light.js +5 -2
- package/lib/typography/src/a.d.ts +2 -2
- package/lib/typography/src/a.js +2 -2
- package/lib/typography/src/blockquote.d.ts +5 -5
- package/lib/typography/src/blockquote.js +5 -5
- package/lib/typography/src/create-header.d.ts +8 -8
- package/lib/typography/src/create-header.js +8 -8
- package/lib/typography/src/headers.d.ts +48 -48
- package/lib/typography/src/hr.d.ts +2 -1
- package/lib/typography/src/hr.js +3 -1
- package/lib/typography/src/ol.d.ts +7 -7
- package/lib/typography/src/ol.js +7 -7
- package/lib/typography/src/p.d.ts +5 -5
- package/lib/typography/src/p.js +5 -5
- package/lib/typography/src/styles/a.cssr.js +6 -6
- package/lib/typography/src/styles/blockquote.cssr.js +11 -11
- package/lib/typography/src/styles/header.cssr.js +19 -19
- package/lib/typography/src/styles/hr.cssr.js +3 -3
- package/lib/typography/src/styles/list.cssr.js +15 -15
- package/lib/typography/src/styles/p.cssr.js +10 -10
- package/lib/typography/src/styles/text.cssr.js +18 -18
- package/lib/typography/src/text.d.ts +8 -7
- package/lib/typography/src/text.js +9 -8
- package/lib/typography/src/ul.d.ts +7 -7
- package/lib/typography/src/ul.js +7 -7
- package/lib/upload/src/Upload.js +16 -16
- package/lib/upload/src/styles/index.cssr.js +36 -36
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +29 -28
- package/web-types.json +25 -7
|
@@ -30,15 +30,15 @@ export declare const formItemProps: {
|
|
|
30
30
|
readonly default: undefined;
|
|
31
31
|
};
|
|
32
32
|
readonly theme: PropType<import("../../_mixins").Theme<"Form", {
|
|
33
|
+
blankHeightSmall: string;
|
|
34
|
+
blankHeightMedium: string;
|
|
35
|
+
blankHeightLarge: string;
|
|
33
36
|
lineHeight: string;
|
|
34
37
|
labelTextColor: string;
|
|
35
38
|
asteriskColor: string;
|
|
36
39
|
feedbackTextColorError: string;
|
|
37
40
|
feedbackTextColorWarning: string;
|
|
38
41
|
feedbackTextColor: string;
|
|
39
|
-
blankHeightSmall: string;
|
|
40
|
-
blankHeightMedium: string;
|
|
41
|
-
blankHeightLarge: string;
|
|
42
42
|
feedbackPadding: string;
|
|
43
43
|
feedbackHeightSmall: string;
|
|
44
44
|
feedbackHeightMedium: string;
|
|
@@ -61,15 +61,15 @@ export declare const formItemProps: {
|
|
|
61
61
|
labelTextAlignHorizontal: string;
|
|
62
62
|
}, any>>;
|
|
63
63
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
64
|
+
blankHeightSmall: string;
|
|
65
|
+
blankHeightMedium: string;
|
|
66
|
+
blankHeightLarge: string;
|
|
64
67
|
lineHeight: string;
|
|
65
68
|
labelTextColor: string;
|
|
66
69
|
asteriskColor: string;
|
|
67
70
|
feedbackTextColorError: string;
|
|
68
71
|
feedbackTextColorWarning: string;
|
|
69
72
|
feedbackTextColor: string;
|
|
70
|
-
blankHeightSmall: string;
|
|
71
|
-
blankHeightMedium: string;
|
|
72
|
-
blankHeightLarge: string;
|
|
73
73
|
feedbackPadding: string;
|
|
74
74
|
feedbackHeightSmall: string;
|
|
75
75
|
feedbackHeightMedium: string;
|
|
@@ -92,15 +92,15 @@ export declare const formItemProps: {
|
|
|
92
92
|
labelTextAlignHorizontal: string;
|
|
93
93
|
}, any>>>;
|
|
94
94
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
95
|
+
blankHeightSmall: string;
|
|
96
|
+
blankHeightMedium: string;
|
|
97
|
+
blankHeightLarge: string;
|
|
95
98
|
lineHeight: string;
|
|
96
99
|
labelTextColor: string;
|
|
97
100
|
asteriskColor: string;
|
|
98
101
|
feedbackTextColorError: string;
|
|
99
102
|
feedbackTextColorWarning: string;
|
|
100
103
|
feedbackTextColor: string;
|
|
101
|
-
blankHeightSmall: string;
|
|
102
|
-
blankHeightMedium: string;
|
|
103
|
-
blankHeightLarge: string;
|
|
104
104
|
feedbackPadding: string;
|
|
105
105
|
feedbackHeightSmall: string;
|
|
106
106
|
feedbackHeightMedium: string;
|
|
@@ -155,15 +155,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
readonly default: undefined;
|
|
156
156
|
};
|
|
157
157
|
readonly theme: PropType<import("../../_mixins").Theme<"Form", {
|
|
158
|
+
blankHeightSmall: string;
|
|
159
|
+
blankHeightMedium: string;
|
|
160
|
+
blankHeightLarge: string;
|
|
158
161
|
lineHeight: string;
|
|
159
162
|
labelTextColor: string;
|
|
160
163
|
asteriskColor: string;
|
|
161
164
|
feedbackTextColorError: string;
|
|
162
165
|
feedbackTextColorWarning: string;
|
|
163
166
|
feedbackTextColor: string;
|
|
164
|
-
blankHeightSmall: string;
|
|
165
|
-
blankHeightMedium: string;
|
|
166
|
-
blankHeightLarge: string;
|
|
167
167
|
feedbackPadding: string;
|
|
168
168
|
feedbackHeightSmall: string;
|
|
169
169
|
feedbackHeightMedium: string;
|
|
@@ -186,15 +186,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
186
186
|
labelTextAlignHorizontal: string;
|
|
187
187
|
}, any>>;
|
|
188
188
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
189
|
+
blankHeightSmall: string;
|
|
190
|
+
blankHeightMedium: string;
|
|
191
|
+
blankHeightLarge: string;
|
|
189
192
|
lineHeight: string;
|
|
190
193
|
labelTextColor: string;
|
|
191
194
|
asteriskColor: string;
|
|
192
195
|
feedbackTextColorError: string;
|
|
193
196
|
feedbackTextColorWarning: string;
|
|
194
197
|
feedbackTextColor: string;
|
|
195
|
-
blankHeightSmall: string;
|
|
196
|
-
blankHeightMedium: string;
|
|
197
|
-
blankHeightLarge: string;
|
|
198
198
|
feedbackPadding: string;
|
|
199
199
|
feedbackHeightSmall: string;
|
|
200
200
|
feedbackHeightMedium: string;
|
|
@@ -217,15 +217,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
217
|
labelTextAlignHorizontal: string;
|
|
218
218
|
}, any>>>;
|
|
219
219
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
220
|
+
blankHeightSmall: string;
|
|
221
|
+
blankHeightMedium: string;
|
|
222
|
+
blankHeightLarge: string;
|
|
220
223
|
lineHeight: string;
|
|
221
224
|
labelTextColor: string;
|
|
222
225
|
asteriskColor: string;
|
|
223
226
|
feedbackTextColorError: string;
|
|
224
227
|
feedbackTextColorWarning: string;
|
|
225
228
|
feedbackTextColor: string;
|
|
226
|
-
blankHeightSmall: string;
|
|
227
|
-
blankHeightMedium: string;
|
|
228
|
-
blankHeightLarge: string;
|
|
229
229
|
feedbackPadding: string;
|
|
230
230
|
feedbackHeightSmall: string;
|
|
231
231
|
feedbackHeightMedium: string;
|
|
@@ -315,15 +315,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
315
315
|
size?: "small" | "medium" | "large" | undefined;
|
|
316
316
|
path?: string | undefined;
|
|
317
317
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
318
|
+
blankHeightSmall: string;
|
|
319
|
+
blankHeightMedium: string;
|
|
320
|
+
blankHeightLarge: string;
|
|
318
321
|
lineHeight: string;
|
|
319
322
|
labelTextColor: string;
|
|
320
323
|
asteriskColor: string;
|
|
321
324
|
feedbackTextColorError: string;
|
|
322
325
|
feedbackTextColorWarning: string;
|
|
323
326
|
feedbackTextColor: string;
|
|
324
|
-
blankHeightSmall: string;
|
|
325
|
-
blankHeightMedium: string;
|
|
326
|
-
blankHeightLarge: string;
|
|
327
327
|
feedbackPadding: string;
|
|
328
328
|
feedbackHeightSmall: string;
|
|
329
329
|
feedbackHeightMedium: string;
|
|
@@ -346,15 +346,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
346
346
|
labelTextAlignHorizontal: string;
|
|
347
347
|
}, any> | undefined;
|
|
348
348
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
349
|
+
blankHeightSmall: string;
|
|
350
|
+
blankHeightMedium: string;
|
|
351
|
+
blankHeightLarge: string;
|
|
349
352
|
lineHeight: string;
|
|
350
353
|
labelTextColor: string;
|
|
351
354
|
asteriskColor: string;
|
|
352
355
|
feedbackTextColorError: string;
|
|
353
356
|
feedbackTextColorWarning: string;
|
|
354
357
|
feedbackTextColor: string;
|
|
355
|
-
blankHeightSmall: string;
|
|
356
|
-
blankHeightMedium: string;
|
|
357
|
-
blankHeightLarge: string;
|
|
358
358
|
feedbackPadding: string;
|
|
359
359
|
feedbackHeightSmall: string;
|
|
360
360
|
feedbackHeightMedium: string;
|
|
@@ -377,15 +377,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
377
377
|
labelTextAlignHorizontal: string;
|
|
378
378
|
}, any>> | undefined;
|
|
379
379
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
380
|
+
blankHeightSmall: string;
|
|
381
|
+
blankHeightMedium: string;
|
|
382
|
+
blankHeightLarge: string;
|
|
380
383
|
lineHeight: string;
|
|
381
384
|
labelTextColor: string;
|
|
382
385
|
asteriskColor: string;
|
|
383
386
|
feedbackTextColorError: string;
|
|
384
387
|
feedbackTextColorWarning: string;
|
|
385
388
|
feedbackTextColor: string;
|
|
386
|
-
blankHeightSmall: string;
|
|
387
|
-
blankHeightMedium: string;
|
|
388
|
-
blankHeightLarge: string;
|
|
389
389
|
feedbackPadding: string;
|
|
390
390
|
feedbackHeightSmall: string;
|
|
391
391
|
feedbackHeightMedium: string;
|
|
@@ -28,15 +28,15 @@ export declare const formItemColProps: {
|
|
|
28
28
|
readonly default: undefined;
|
|
29
29
|
};
|
|
30
30
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
31
|
+
blankHeightSmall: string;
|
|
32
|
+
blankHeightMedium: string;
|
|
33
|
+
blankHeightLarge: string;
|
|
31
34
|
lineHeight: string;
|
|
32
35
|
labelTextColor: string;
|
|
33
36
|
asteriskColor: string;
|
|
34
37
|
feedbackTextColorError: string;
|
|
35
38
|
feedbackTextColorWarning: string;
|
|
36
39
|
feedbackTextColor: string;
|
|
37
|
-
blankHeightSmall: string;
|
|
38
|
-
blankHeightMedium: string;
|
|
39
|
-
blankHeightLarge: string;
|
|
40
40
|
feedbackPadding: string;
|
|
41
41
|
feedbackHeightSmall: string;
|
|
42
42
|
feedbackHeightMedium: string;
|
|
@@ -59,15 +59,15 @@ export declare const formItemColProps: {
|
|
|
59
59
|
labelTextAlignHorizontal: string;
|
|
60
60
|
}, any>>;
|
|
61
61
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
62
|
+
blankHeightSmall: string;
|
|
63
|
+
blankHeightMedium: string;
|
|
64
|
+
blankHeightLarge: string;
|
|
62
65
|
lineHeight: string;
|
|
63
66
|
labelTextColor: string;
|
|
64
67
|
asteriskColor: string;
|
|
65
68
|
feedbackTextColorError: string;
|
|
66
69
|
feedbackTextColorWarning: string;
|
|
67
70
|
feedbackTextColor: string;
|
|
68
|
-
blankHeightSmall: string;
|
|
69
|
-
blankHeightMedium: string;
|
|
70
|
-
blankHeightLarge: string;
|
|
71
71
|
feedbackPadding: string;
|
|
72
72
|
feedbackHeightSmall: string;
|
|
73
73
|
feedbackHeightMedium: string;
|
|
@@ -90,15 +90,15 @@ export declare const formItemColProps: {
|
|
|
90
90
|
labelTextAlignHorizontal: string;
|
|
91
91
|
}, any>>>;
|
|
92
92
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
93
|
+
blankHeightSmall: string;
|
|
94
|
+
blankHeightMedium: string;
|
|
95
|
+
blankHeightLarge: string;
|
|
93
96
|
lineHeight: string;
|
|
94
97
|
labelTextColor: string;
|
|
95
98
|
asteriskColor: string;
|
|
96
99
|
feedbackTextColorError: string;
|
|
97
100
|
feedbackTextColorWarning: string;
|
|
98
101
|
feedbackTextColor: string;
|
|
99
|
-
blankHeightSmall: string;
|
|
100
|
-
blankHeightMedium: string;
|
|
101
|
-
blankHeightLarge: string;
|
|
102
102
|
feedbackPadding: string;
|
|
103
103
|
feedbackHeightSmall: string;
|
|
104
104
|
feedbackHeightMedium: string;
|
|
@@ -168,15 +168,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
168
|
readonly default: undefined;
|
|
169
169
|
};
|
|
170
170
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
171
|
+
blankHeightSmall: string;
|
|
172
|
+
blankHeightMedium: string;
|
|
173
|
+
blankHeightLarge: string;
|
|
171
174
|
lineHeight: string;
|
|
172
175
|
labelTextColor: string;
|
|
173
176
|
asteriskColor: string;
|
|
174
177
|
feedbackTextColorError: string;
|
|
175
178
|
feedbackTextColorWarning: string;
|
|
176
179
|
feedbackTextColor: string;
|
|
177
|
-
blankHeightSmall: string;
|
|
178
|
-
blankHeightMedium: string;
|
|
179
|
-
blankHeightLarge: string;
|
|
180
180
|
feedbackPadding: string;
|
|
181
181
|
feedbackHeightSmall: string;
|
|
182
182
|
feedbackHeightMedium: string;
|
|
@@ -199,15 +199,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
labelTextAlignHorizontal: string;
|
|
200
200
|
}, any>>;
|
|
201
201
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
202
|
+
blankHeightSmall: string;
|
|
203
|
+
blankHeightMedium: string;
|
|
204
|
+
blankHeightLarge: string;
|
|
202
205
|
lineHeight: string;
|
|
203
206
|
labelTextColor: string;
|
|
204
207
|
asteriskColor: string;
|
|
205
208
|
feedbackTextColorError: string;
|
|
206
209
|
feedbackTextColorWarning: string;
|
|
207
210
|
feedbackTextColor: string;
|
|
208
|
-
blankHeightSmall: string;
|
|
209
|
-
blankHeightMedium: string;
|
|
210
|
-
blankHeightLarge: string;
|
|
211
211
|
feedbackPadding: string;
|
|
212
212
|
feedbackHeightSmall: string;
|
|
213
213
|
feedbackHeightMedium: string;
|
|
@@ -230,15 +230,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
230
|
labelTextAlignHorizontal: string;
|
|
231
231
|
}, any>>>;
|
|
232
232
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
233
|
+
blankHeightSmall: string;
|
|
234
|
+
blankHeightMedium: string;
|
|
235
|
+
blankHeightLarge: string;
|
|
233
236
|
lineHeight: string;
|
|
234
237
|
labelTextColor: string;
|
|
235
238
|
asteriskColor: string;
|
|
236
239
|
feedbackTextColorError: string;
|
|
237
240
|
feedbackTextColorWarning: string;
|
|
238
241
|
feedbackTextColor: string;
|
|
239
|
-
blankHeightSmall: string;
|
|
240
|
-
blankHeightMedium: string;
|
|
241
|
-
blankHeightLarge: string;
|
|
242
242
|
feedbackPadding: string;
|
|
243
243
|
feedbackHeightSmall: string;
|
|
244
244
|
feedbackHeightMedium: string;
|
|
@@ -318,15 +318,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
318
318
|
size?: "small" | "medium" | "large" | undefined;
|
|
319
319
|
path?: string | undefined;
|
|
320
320
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
321
|
+
blankHeightSmall: string;
|
|
322
|
+
blankHeightMedium: string;
|
|
323
|
+
blankHeightLarge: string;
|
|
321
324
|
lineHeight: string;
|
|
322
325
|
labelTextColor: string;
|
|
323
326
|
asteriskColor: string;
|
|
324
327
|
feedbackTextColorError: string;
|
|
325
328
|
feedbackTextColorWarning: string;
|
|
326
329
|
feedbackTextColor: string;
|
|
327
|
-
blankHeightSmall: string;
|
|
328
|
-
blankHeightMedium: string;
|
|
329
|
-
blankHeightLarge: string;
|
|
330
330
|
feedbackPadding: string;
|
|
331
331
|
feedbackHeightSmall: string;
|
|
332
332
|
feedbackHeightMedium: string;
|
|
@@ -349,15 +349,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
349
349
|
labelTextAlignHorizontal: string;
|
|
350
350
|
}, any> | undefined;
|
|
351
351
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
352
|
+
blankHeightSmall: string;
|
|
353
|
+
blankHeightMedium: string;
|
|
354
|
+
blankHeightLarge: string;
|
|
352
355
|
lineHeight: string;
|
|
353
356
|
labelTextColor: string;
|
|
354
357
|
asteriskColor: string;
|
|
355
358
|
feedbackTextColorError: string;
|
|
356
359
|
feedbackTextColorWarning: string;
|
|
357
360
|
feedbackTextColor: string;
|
|
358
|
-
blankHeightSmall: string;
|
|
359
|
-
blankHeightMedium: string;
|
|
360
|
-
blankHeightLarge: string;
|
|
361
361
|
feedbackPadding: string;
|
|
362
362
|
feedbackHeightSmall: string;
|
|
363
363
|
feedbackHeightMedium: string;
|
|
@@ -380,15 +380,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
380
380
|
labelTextAlignHorizontal: string;
|
|
381
381
|
}, any>> | undefined;
|
|
382
382
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
383
|
+
blankHeightSmall: string;
|
|
384
|
+
blankHeightMedium: string;
|
|
385
|
+
blankHeightLarge: string;
|
|
383
386
|
lineHeight: string;
|
|
384
387
|
labelTextColor: string;
|
|
385
388
|
asteriskColor: string;
|
|
386
389
|
feedbackTextColorError: string;
|
|
387
390
|
feedbackTextColorWarning: string;
|
|
388
391
|
feedbackTextColor: string;
|
|
389
|
-
blankHeightSmall: string;
|
|
390
|
-
blankHeightMedium: string;
|
|
391
|
-
blankHeightLarge: string;
|
|
392
392
|
feedbackPadding: string;
|
|
393
393
|
feedbackHeightSmall: string;
|
|
394
394
|
feedbackHeightMedium: string;
|
|
@@ -28,15 +28,15 @@ export declare const formItemGiProps: {
|
|
|
28
28
|
readonly default: undefined;
|
|
29
29
|
};
|
|
30
30
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
31
|
+
blankHeightSmall: string;
|
|
32
|
+
blankHeightMedium: string;
|
|
33
|
+
blankHeightLarge: string;
|
|
31
34
|
lineHeight: string;
|
|
32
35
|
labelTextColor: string;
|
|
33
36
|
asteriskColor: string;
|
|
34
37
|
feedbackTextColorError: string;
|
|
35
38
|
feedbackTextColorWarning: string;
|
|
36
39
|
feedbackTextColor: string;
|
|
37
|
-
blankHeightSmall: string;
|
|
38
|
-
blankHeightMedium: string;
|
|
39
|
-
blankHeightLarge: string;
|
|
40
40
|
feedbackPadding: string;
|
|
41
41
|
feedbackHeightSmall: string;
|
|
42
42
|
feedbackHeightMedium: string;
|
|
@@ -59,15 +59,15 @@ export declare const formItemGiProps: {
|
|
|
59
59
|
labelTextAlignHorizontal: string;
|
|
60
60
|
}, any>>;
|
|
61
61
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
62
|
+
blankHeightSmall: string;
|
|
63
|
+
blankHeightMedium: string;
|
|
64
|
+
blankHeightLarge: string;
|
|
62
65
|
lineHeight: string;
|
|
63
66
|
labelTextColor: string;
|
|
64
67
|
asteriskColor: string;
|
|
65
68
|
feedbackTextColorError: string;
|
|
66
69
|
feedbackTextColorWarning: string;
|
|
67
70
|
feedbackTextColor: string;
|
|
68
|
-
blankHeightSmall: string;
|
|
69
|
-
blankHeightMedium: string;
|
|
70
|
-
blankHeightLarge: string;
|
|
71
71
|
feedbackPadding: string;
|
|
72
72
|
feedbackHeightSmall: string;
|
|
73
73
|
feedbackHeightMedium: string;
|
|
@@ -90,15 +90,15 @@ export declare const formItemGiProps: {
|
|
|
90
90
|
labelTextAlignHorizontal: string;
|
|
91
91
|
}, any>>>;
|
|
92
92
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
93
|
+
blankHeightSmall: string;
|
|
94
|
+
blankHeightMedium: string;
|
|
95
|
+
blankHeightLarge: string;
|
|
93
96
|
lineHeight: string;
|
|
94
97
|
labelTextColor: string;
|
|
95
98
|
asteriskColor: string;
|
|
96
99
|
feedbackTextColorError: string;
|
|
97
100
|
feedbackTextColorWarning: string;
|
|
98
101
|
feedbackTextColor: string;
|
|
99
|
-
blankHeightSmall: string;
|
|
100
|
-
blankHeightMedium: string;
|
|
101
|
-
blankHeightLarge: string;
|
|
102
102
|
feedbackPadding: string;
|
|
103
103
|
feedbackHeightSmall: string;
|
|
104
104
|
feedbackHeightMedium: string;
|
|
@@ -168,15 +168,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
168
|
readonly default: undefined;
|
|
169
169
|
};
|
|
170
170
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
171
|
+
blankHeightSmall: string;
|
|
172
|
+
blankHeightMedium: string;
|
|
173
|
+
blankHeightLarge: string;
|
|
171
174
|
lineHeight: string;
|
|
172
175
|
labelTextColor: string;
|
|
173
176
|
asteriskColor: string;
|
|
174
177
|
feedbackTextColorError: string;
|
|
175
178
|
feedbackTextColorWarning: string;
|
|
176
179
|
feedbackTextColor: string;
|
|
177
|
-
blankHeightSmall: string;
|
|
178
|
-
blankHeightMedium: string;
|
|
179
|
-
blankHeightLarge: string;
|
|
180
180
|
feedbackPadding: string;
|
|
181
181
|
feedbackHeightSmall: string;
|
|
182
182
|
feedbackHeightMedium: string;
|
|
@@ -199,15 +199,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
labelTextAlignHorizontal: string;
|
|
200
200
|
}, any>>;
|
|
201
201
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
202
|
+
blankHeightSmall: string;
|
|
203
|
+
blankHeightMedium: string;
|
|
204
|
+
blankHeightLarge: string;
|
|
202
205
|
lineHeight: string;
|
|
203
206
|
labelTextColor: string;
|
|
204
207
|
asteriskColor: string;
|
|
205
208
|
feedbackTextColorError: string;
|
|
206
209
|
feedbackTextColorWarning: string;
|
|
207
210
|
feedbackTextColor: string;
|
|
208
|
-
blankHeightSmall: string;
|
|
209
|
-
blankHeightMedium: string;
|
|
210
|
-
blankHeightLarge: string;
|
|
211
211
|
feedbackPadding: string;
|
|
212
212
|
feedbackHeightSmall: string;
|
|
213
213
|
feedbackHeightMedium: string;
|
|
@@ -230,15 +230,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
230
|
labelTextAlignHorizontal: string;
|
|
231
231
|
}, any>>>;
|
|
232
232
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
233
|
+
blankHeightSmall: string;
|
|
234
|
+
blankHeightMedium: string;
|
|
235
|
+
blankHeightLarge: string;
|
|
233
236
|
lineHeight: string;
|
|
234
237
|
labelTextColor: string;
|
|
235
238
|
asteriskColor: string;
|
|
236
239
|
feedbackTextColorError: string;
|
|
237
240
|
feedbackTextColorWarning: string;
|
|
238
241
|
feedbackTextColor: string;
|
|
239
|
-
blankHeightSmall: string;
|
|
240
|
-
blankHeightMedium: string;
|
|
241
|
-
blankHeightLarge: string;
|
|
242
242
|
feedbackPadding: string;
|
|
243
243
|
feedbackHeightSmall: string;
|
|
244
244
|
feedbackHeightMedium: string;
|
|
@@ -321,15 +321,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
321
321
|
size?: "small" | "medium" | "large" | undefined;
|
|
322
322
|
path?: string | undefined;
|
|
323
323
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
324
|
+
blankHeightSmall: string;
|
|
325
|
+
blankHeightMedium: string;
|
|
326
|
+
blankHeightLarge: string;
|
|
324
327
|
lineHeight: string;
|
|
325
328
|
labelTextColor: string;
|
|
326
329
|
asteriskColor: string;
|
|
327
330
|
feedbackTextColorError: string;
|
|
328
331
|
feedbackTextColorWarning: string;
|
|
329
332
|
feedbackTextColor: string;
|
|
330
|
-
blankHeightSmall: string;
|
|
331
|
-
blankHeightMedium: string;
|
|
332
|
-
blankHeightLarge: string;
|
|
333
333
|
feedbackPadding: string;
|
|
334
334
|
feedbackHeightSmall: string;
|
|
335
335
|
feedbackHeightMedium: string;
|
|
@@ -352,15 +352,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
352
352
|
labelTextAlignHorizontal: string;
|
|
353
353
|
}, any> | undefined;
|
|
354
354
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
355
|
+
blankHeightSmall: string;
|
|
356
|
+
blankHeightMedium: string;
|
|
357
|
+
blankHeightLarge: string;
|
|
355
358
|
lineHeight: string;
|
|
356
359
|
labelTextColor: string;
|
|
357
360
|
asteriskColor: string;
|
|
358
361
|
feedbackTextColorError: string;
|
|
359
362
|
feedbackTextColorWarning: string;
|
|
360
363
|
feedbackTextColor: string;
|
|
361
|
-
blankHeightSmall: string;
|
|
362
|
-
blankHeightMedium: string;
|
|
363
|
-
blankHeightLarge: string;
|
|
364
364
|
feedbackPadding: string;
|
|
365
365
|
feedbackHeightSmall: string;
|
|
366
366
|
feedbackHeightMedium: string;
|
|
@@ -383,15 +383,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
383
383
|
labelTextAlignHorizontal: string;
|
|
384
384
|
}, any>> | undefined;
|
|
385
385
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
386
|
+
blankHeightSmall: string;
|
|
387
|
+
blankHeightMedium: string;
|
|
388
|
+
blankHeightLarge: string;
|
|
386
389
|
lineHeight: string;
|
|
387
390
|
labelTextColor: string;
|
|
388
391
|
asteriskColor: string;
|
|
389
392
|
feedbackTextColorError: string;
|
|
390
393
|
feedbackTextColorWarning: string;
|
|
391
394
|
feedbackTextColor: string;
|
|
392
|
-
blankHeightSmall: string;
|
|
393
|
-
blankHeightMedium: string;
|
|
394
|
-
blankHeightLarge: string;
|
|
395
395
|
feedbackPadding: string;
|
|
396
396
|
feedbackHeightSmall: string;
|
|
397
397
|
feedbackHeightMedium: string;
|
|
@@ -28,15 +28,15 @@ declare const formItemRowProps: {
|
|
|
28
28
|
readonly default: undefined;
|
|
29
29
|
};
|
|
30
30
|
theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
31
|
+
blankHeightSmall: string;
|
|
32
|
+
blankHeightMedium: string;
|
|
33
|
+
blankHeightLarge: string;
|
|
31
34
|
lineHeight: string;
|
|
32
35
|
labelTextColor: string;
|
|
33
36
|
asteriskColor: string;
|
|
34
37
|
feedbackTextColorError: string;
|
|
35
38
|
feedbackTextColorWarning: string;
|
|
36
39
|
feedbackTextColor: string;
|
|
37
|
-
blankHeightSmall: string;
|
|
38
|
-
blankHeightMedium: string;
|
|
39
|
-
blankHeightLarge: string;
|
|
40
40
|
feedbackPadding: string;
|
|
41
41
|
feedbackHeightSmall: string;
|
|
42
42
|
feedbackHeightMedium: string;
|
|
@@ -59,15 +59,15 @@ declare const formItemRowProps: {
|
|
|
59
59
|
labelTextAlignHorizontal: string;
|
|
60
60
|
}, any>>;
|
|
61
61
|
themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
62
|
+
blankHeightSmall: string;
|
|
63
|
+
blankHeightMedium: string;
|
|
64
|
+
blankHeightLarge: string;
|
|
62
65
|
lineHeight: string;
|
|
63
66
|
labelTextColor: string;
|
|
64
67
|
asteriskColor: string;
|
|
65
68
|
feedbackTextColorError: string;
|
|
66
69
|
feedbackTextColorWarning: string;
|
|
67
70
|
feedbackTextColor: string;
|
|
68
|
-
blankHeightSmall: string;
|
|
69
|
-
blankHeightMedium: string;
|
|
70
|
-
blankHeightLarge: string;
|
|
71
71
|
feedbackPadding: string;
|
|
72
72
|
feedbackHeightSmall: string;
|
|
73
73
|
feedbackHeightMedium: string;
|
|
@@ -90,15 +90,15 @@ declare const formItemRowProps: {
|
|
|
90
90
|
labelTextAlignHorizontal: string;
|
|
91
91
|
}, any>>>;
|
|
92
92
|
builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
93
|
+
blankHeightSmall: string;
|
|
94
|
+
blankHeightMedium: string;
|
|
95
|
+
blankHeightLarge: string;
|
|
93
96
|
lineHeight: string;
|
|
94
97
|
labelTextColor: string;
|
|
95
98
|
asteriskColor: string;
|
|
96
99
|
feedbackTextColorError: string;
|
|
97
100
|
feedbackTextColorWarning: string;
|
|
98
101
|
feedbackTextColor: string;
|
|
99
|
-
blankHeightSmall: string;
|
|
100
|
-
blankHeightMedium: string;
|
|
101
|
-
blankHeightLarge: string;
|
|
102
102
|
feedbackPadding: string;
|
|
103
103
|
feedbackHeightSmall: string;
|
|
104
104
|
feedbackHeightMedium: string;
|
|
@@ -173,15 +173,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
readonly default: undefined;
|
|
174
174
|
};
|
|
175
175
|
theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
176
|
+
blankHeightSmall: string;
|
|
177
|
+
blankHeightMedium: string;
|
|
178
|
+
blankHeightLarge: string;
|
|
176
179
|
lineHeight: string;
|
|
177
180
|
labelTextColor: string;
|
|
178
181
|
asteriskColor: string;
|
|
179
182
|
feedbackTextColorError: string;
|
|
180
183
|
feedbackTextColorWarning: string;
|
|
181
184
|
feedbackTextColor: string;
|
|
182
|
-
blankHeightSmall: string;
|
|
183
|
-
blankHeightMedium: string;
|
|
184
|
-
blankHeightLarge: string;
|
|
185
185
|
feedbackPadding: string;
|
|
186
186
|
feedbackHeightSmall: string;
|
|
187
187
|
feedbackHeightMedium: string;
|
|
@@ -204,15 +204,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
204
|
labelTextAlignHorizontal: string;
|
|
205
205
|
}, any>>;
|
|
206
206
|
themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
207
|
+
blankHeightSmall: string;
|
|
208
|
+
blankHeightMedium: string;
|
|
209
|
+
blankHeightLarge: string;
|
|
207
210
|
lineHeight: string;
|
|
208
211
|
labelTextColor: string;
|
|
209
212
|
asteriskColor: string;
|
|
210
213
|
feedbackTextColorError: string;
|
|
211
214
|
feedbackTextColorWarning: string;
|
|
212
215
|
feedbackTextColor: string;
|
|
213
|
-
blankHeightSmall: string;
|
|
214
|
-
blankHeightMedium: string;
|
|
215
|
-
blankHeightLarge: string;
|
|
216
216
|
feedbackPadding: string;
|
|
217
217
|
feedbackHeightSmall: string;
|
|
218
218
|
feedbackHeightMedium: string;
|
|
@@ -235,15 +235,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
235
235
|
labelTextAlignHorizontal: string;
|
|
236
236
|
}, any>>>;
|
|
237
237
|
builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
238
|
+
blankHeightSmall: string;
|
|
239
|
+
blankHeightMedium: string;
|
|
240
|
+
blankHeightLarge: string;
|
|
238
241
|
lineHeight: string;
|
|
239
242
|
labelTextColor: string;
|
|
240
243
|
asteriskColor: string;
|
|
241
244
|
feedbackTextColorError: string;
|
|
242
245
|
feedbackTextColorWarning: string;
|
|
243
246
|
feedbackTextColor: string;
|
|
244
|
-
blankHeightSmall: string;
|
|
245
|
-
blankHeightMedium: string;
|
|
246
|
-
blankHeightLarge: string;
|
|
247
247
|
feedbackPadding: string;
|
|
248
248
|
feedbackHeightSmall: string;
|
|
249
249
|
feedbackHeightMedium: string;
|
|
@@ -335,15 +335,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
335
335
|
justifyContent?: string | undefined;
|
|
336
336
|
path?: string | undefined;
|
|
337
337
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
338
|
+
blankHeightSmall: string;
|
|
339
|
+
blankHeightMedium: string;
|
|
340
|
+
blankHeightLarge: string;
|
|
338
341
|
lineHeight: string;
|
|
339
342
|
labelTextColor: string;
|
|
340
343
|
asteriskColor: string;
|
|
341
344
|
feedbackTextColorError: string;
|
|
342
345
|
feedbackTextColorWarning: string;
|
|
343
346
|
feedbackTextColor: string;
|
|
344
|
-
blankHeightSmall: string;
|
|
345
|
-
blankHeightMedium: string;
|
|
346
|
-
blankHeightLarge: string;
|
|
347
347
|
feedbackPadding: string;
|
|
348
348
|
feedbackHeightSmall: string;
|
|
349
349
|
feedbackHeightMedium: string;
|
|
@@ -366,15 +366,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
366
366
|
labelTextAlignHorizontal: string;
|
|
367
367
|
}, any> | undefined;
|
|
368
368
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
369
|
+
blankHeightSmall: string;
|
|
370
|
+
blankHeightMedium: string;
|
|
371
|
+
blankHeightLarge: string;
|
|
369
372
|
lineHeight: string;
|
|
370
373
|
labelTextColor: string;
|
|
371
374
|
asteriskColor: string;
|
|
372
375
|
feedbackTextColorError: string;
|
|
373
376
|
feedbackTextColorWarning: string;
|
|
374
377
|
feedbackTextColor: string;
|
|
375
|
-
blankHeightSmall: string;
|
|
376
|
-
blankHeightMedium: string;
|
|
377
|
-
blankHeightLarge: string;
|
|
378
378
|
feedbackPadding: string;
|
|
379
379
|
feedbackHeightSmall: string;
|
|
380
380
|
feedbackHeightMedium: string;
|
|
@@ -397,15 +397,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
397
|
labelTextAlignHorizontal: string;
|
|
398
398
|
}, any>> | undefined;
|
|
399
399
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
400
|
+
blankHeightSmall: string;
|
|
401
|
+
blankHeightMedium: string;
|
|
402
|
+
blankHeightLarge: string;
|
|
400
403
|
lineHeight: string;
|
|
401
404
|
labelTextColor: string;
|
|
402
405
|
asteriskColor: string;
|
|
403
406
|
feedbackTextColorError: string;
|
|
404
407
|
feedbackTextColorWarning: string;
|
|
405
408
|
feedbackTextColor: string;
|
|
406
|
-
blankHeightSmall: string;
|
|
407
|
-
blankHeightMedium: string;
|
|
408
|
-
blankHeightLarge: string;
|
|
409
409
|
feedbackPadding: string;
|
|
410
410
|
feedbackHeightSmall: string;
|
|
411
411
|
feedbackHeightMedium: string;
|