@sdata/web-vue 1.11.0 → 1.12.0
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/dist/sd.css +177 -6
- package/dist/sd.min.css +1 -1
- package/es/_components/select-view/style/index.css +13 -6
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +2 -2
- package/es/_hooks/use-allow-search.d.ts +10 -0
- package/es/_hooks/use-allow-search.js +31 -0
- package/es/_hooks/use-scrollbar.js +1 -1
- package/es/_utils/color.js +1 -1
- package/es/_utils/date.js +7 -1
- package/es/_utils/dom.js +1 -1
- package/es/_utils/global-config.js +1 -1
- package/es/_utils/omit.js +1 -1
- package/es/_utils/responsive-observe.js +1 -1
- package/es/_utils/virtual-dropdown.js +1 -1
- package/es/_utils/vue-utils.js +4 -18
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/asyncToGenerator.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/defineProperty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/extends.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectDestructuringEmpty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectSpread2.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutProperties.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPrimitive.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPropertyKey.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/typeof.js +1 -1
- package/es/affix/affix.vue_vue_type_script_lang.js +31 -3
- package/es/alert/alert.vue_vue_type_script_lang.js +55 -0
- package/es/anchor/anchor-link.vue_vue_type_script_lang.js +8 -0
- package/es/anchor/anchor.vue_vue_type_script_lang.js +32 -0
- package/es/auto-complete/auto-complete.js +102 -0
- package/es/avatar/avatar-group.js +31 -0
- package/es/avatar/avatar.vue_vue_type_script_lang.js +51 -1
- package/es/back-top/back-top.vue_vue_type_script_lang.js +16 -0
- package/es/badge/badge.js +34 -1
- package/es/breadcrumb/breadcrumb-item.js +27 -0
- package/es/breadcrumb/breadcrumb.js +39 -0
- package/es/button/button-group.vue_vue_type_script_lang.js +22 -0
- package/es/button/button.vue_vue_type_script_lang.js +58 -1
- package/es/calendar/calendar.js +47 -0
- package/es/calendar/month.js +1 -1
- package/es/calendar/year.js +1 -1
- package/es/card/card-grid.vue_vue_type_script_lang.js +6 -1
- package/es/card/card-meta.js +23 -0
- package/es/card/card.js +54 -0
- package/es/carousel/carousel.js +68 -1
- package/es/cascader/cascader-panel.js +2 -28
- package/es/cascader/cascader-panel.vue.d.ts +24 -306
- package/es/cascader/{cascader-panel.vue_vue_type_script_lang.js → cascader-panel.vue_vue_type_script_setup_true_lang.js} +92 -101
- package/es/cascader/cascader.js +2 -145
- package/es/cascader/cascader.vue.d.ts +53 -1289
- package/es/cascader/{cascader.vue_vue_type_script_lang.js → cascader.vue_vue_type_script_setup_true_lang.js} +236 -172
- package/es/cascader/index.d.ts +4 -2986
- package/es/cascader/types.d.ts +79 -0
- package/es/checkbox/checkbox-group.js +48 -0
- package/es/checkbox/checkbox.js +35 -0
- package/es/collapse/collapse-item.js +36 -0
- package/es/collapse/collapse.vue_vue_type_script_lang.js +47 -0
- package/es/color-picker/color-picker.js +90 -1
- package/es/color-picker/panel.js +5 -2
- package/es/color-picker/utils.js +1 -1
- package/es/comment/comment.js +47 -1
- package/es/components.d.ts +132 -127
- package/es/config-provider/config-provider.vue.d.ts +9 -0
- package/es/config-provider/config-provider.vue_vue_type_script_lang.js +72 -1
- package/es/config-provider/context.d.ts +1 -0
- package/es/config-provider/index.d.ts +15 -0
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/config-provider/theme.js +1 -1
- package/es/copy/copy.js +5 -0
- package/es/copy/copy.vue.d.ts +15 -0
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +95 -0
- package/es/copy/index.d.ts +15 -0
- package/es/copy/index.js +10 -0
- package/es/copy/style/css.js +2 -0
- package/es/copy/style/index.css +25 -0
- package/es/copy/style/index.d.ts +2 -0
- package/es/copy/style/index.js +2 -0
- package/es/copy/style/index.scss +15 -0
- package/es/copy/style/token.scss +3 -0
- package/es/copy/types.d.ts +21 -0
- package/es/cropper/cropper.js +5 -0
- package/es/cropper/cropper.vue.d.ts +45 -0
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +266 -0
- package/es/cropper/index.d.ts +130 -0
- package/es/cropper/index.js +10 -0
- package/es/cropper/interface.d.ts +59 -0
- package/es/cropper/style/css.js +2 -0
- package/es/cropper/style/index.css +51 -0
- package/es/cropper/style/index.d.ts +2 -0
- package/es/cropper/style/index.js +2 -0
- package/es/cropper/style/index.scss +43 -0
- package/es/cropper/style/token.scss +8 -0
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/index.d.ts +54 -576
- package/es/date-picker/panels/date/index.js +1 -1
- package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/footer.vue.d.ts +55 -577
- package/es/date-picker/panels/footer.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/month/index.js +1 -1
- package/es/date-picker/panels/quarter/index.js +1 -1
- package/es/date-picker/panels/year/index.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +54 -576
- package/es/date-picker/picker.js +1 -1
- package/es/date-picker/picker.vue.d.ts +54 -576
- package/es/date-picker/picker.vue_vue_type_script_lang.js +193 -1
- package/es/date-picker/pickers/date-picker.js +42 -0
- package/es/date-picker/pickers/month-picker.js +12 -0
- package/es/date-picker/pickers/quarter-picker.js +17 -0
- package/es/date-picker/pickers/week-picker.js +23 -0
- package/es/date-picker/pickers/year-picker.js +12 -0
- package/es/date-picker/range-picker-panel.vue.d.ts +54 -576
- package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker.js +1 -1
- package/es/date-picker/range-picker.vue.d.ts +54 -576
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +120 -1
- package/es/descriptions/descriptions-item.vue_vue_type_script_lang.js +16 -0
- package/es/descriptions/descriptions.js +65 -1
- package/es/divider/divider.js +24 -0
- package/es/drawer/drawer.vue_vue_type_script_lang.js +161 -2
- package/es/drawer/index.js +2 -2
- package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +70 -0
- package/es/dropdown/dropdown-group.vue_vue_type_script_lang.js +12 -1
- package/es/dropdown/dropdown-option.vue_vue_type_script_lang.js +20 -1
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +57 -0
- package/es/dropdown/dropdown.vue_vue_type_script_lang.js +55 -0
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +25 -2
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +24 -1
- package/es/empty/empty.js +18 -0
- package/es/form/form-item.vue_vue_type_script_lang.js +146 -3
- package/es/form/form.vue_vue_type_script_lang.js +108 -0
- package/es/grid/grid-col.vue_vue_type_script_lang.js +42 -1
- package/es/grid/grid-item.vue_vue_type_script_lang.js +13 -1
- package/es/grid/grid-row.vue_vue_type_script_lang.js +21 -0
- package/es/grid/grid.vue_vue_type_script_lang.js +20 -0
- package/es/icon.js +5 -5
- package/es/image/image.js +1 -1
- package/es/image/image.vue_vue_type_script_lang.js +82 -0
- package/es/image/preview-action.js +8 -0
- package/es/image/preview-group.js +1 -1
- package/es/image/preview-group.vue_vue_type_script_lang.js +48 -0
- package/es/image/preview-toolbar.vue_vue_type_script_lang.js +1 -0
- package/es/image/preview.vue_vue_type_script_lang.js +56 -1
- package/es/index.css +177 -6
- package/es/index.d.ts +9 -1
- package/es/index.js +6 -2
- package/es/index.scss +4 -0
- package/es/input/input-password.vue_vue_type_script_lang.js +13 -0
- package/es/input/input-search.js +35 -1
- package/es/input/input.js +129 -1
- package/es/input-number/index.d.ts +35 -23
- package/es/input-number/input-number.d.ts +19 -10
- package/es/input-number/input-number.js +205 -23
- package/es/input-tag/input-tag.js +137 -1
- package/es/input-tag/style/index.css +13 -6
- package/es/input-tag/utils.js +1 -1
- package/es/layout/content.js +5 -0
- package/es/layout/footer.js +5 -0
- package/es/layout/header.js +5 -0
- package/es/layout/layout.vue_vue_type_script_lang.js +6 -1
- package/es/layout/sider.vue_vue_type_script_lang.js +46 -0
- package/es/link/index.d.ts +44 -564
- package/es/link/interface.d.ts +15 -0
- package/es/link/link.js +2 -17
- package/es/link/link.vue.d.ts +31 -286
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +112 -0
- package/es/link/style/index.css +6 -0
- package/es/link/style/index.scss +10 -0
- package/es/list/list-item-meta.vue_vue_type_script_lang.js +23 -0
- package/es/list/list-item.js +21 -1
- package/es/list/list.js +104 -2
- package/es/mention/mention.js +87 -1
- package/es/menu/base-menu.vue_vue_type_script_lang.js +102 -0
- package/es/menu/item-group.vue_vue_type_script_lang.js +11 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/item.js +13 -2
- package/es/menu/menu.js +2 -1
- package/es/menu/sub-menu-pop.vue.d.ts +1 -1
- package/es/menu/sub-menu.js +40 -1
- package/es/message/index.js +1 -1
- package/es/modal/index.js +2 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +193 -2
- package/es/notification/index.js +1 -1
- package/es/overflow-list/overflow-list.js +25 -1
- package/es/page-header/page-header.vue_vue_type_script_lang.js +38 -0
- package/es/pagination/page-jumper.vue.d.ts +35 -22
- package/es/pagination/pagination.js +122 -0
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +95 -1
- package/es/popover/popover.vue_vue_type_script_lang.js +62 -0
- package/es/progress/line.vue_vue_type_script_lang.js +1 -1
- package/es/progress/progress.vue_vue_type_script_lang.js +48 -0
- package/es/radio/radio-group.js +53 -0
- package/es/radio/radio.js +36 -0
- package/es/rate/rate.js +54 -0
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +47 -1
- package/es/result/result.vue_vue_type_script_lang.js +40 -0
- package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +108 -2
- package/es/sd-vue.js +10 -2
- package/es/secret/index.d.ts +48 -0
- package/es/secret/index.js +10 -0
- package/es/secret/secret.js +5 -0
- package/es/secret/secret.vue.d.ts +17 -0
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +64 -0
- package/es/secret/style/css.js +2 -0
- package/es/secret/style/index.css +54 -0
- package/es/secret/style/index.d.ts +2 -0
- package/es/secret/style/index.js +2 -0
- package/es/secret/style/index.scss +48 -0
- package/es/secret/style/token.scss +9 -0
- package/es/select/hooks/use-options.js +1 -1
- package/es/select/optgroup.vue_vue_type_script_lang.js +12 -1
- package/es/select/option.vue_vue_type_script_lang.js +27 -0
- package/es/select/select.js +8 -6
- package/es/select/utils.js +1 -1
- package/es/skeleton/line.vue_vue_type_script_lang.js +16 -0
- package/es/skeleton/shape.vue_vue_type_script_lang.js +10 -0
- package/es/skeleton/skeleton.vue_vue_type_script_lang.js +8 -0
- package/es/slider/index.d.ts +66 -42
- package/es/slider/slider-input.vue.d.ts +33 -21
- package/es/slider/slider.vue.d.ts +33 -21
- package/es/slider/slider.vue_vue_type_script_lang.js +55 -0
- package/es/space/space.js +27 -0
- package/es/spin/spin.js +35 -0
- package/es/split/split.vue_vue_type_script_lang.js +62 -1
- package/es/statistic/countdown.vue_vue_type_script_lang.js +36 -1
- package/es/statistic/statistic.vue_vue_type_script_lang.js +74 -0
- package/es/steps/step.vue_vue_type_script_lang.js +36 -0
- package/es/steps/steps.vue_vue_type_script_lang.js +47 -0
- package/es/switch/switch.vue_vue_type_script_lang.js +98 -1
- package/es/table/table-column.js +115 -0
- package/es/table/table-operation-td.js +1 -1
- package/es/table/table-operation-th.js +1 -1
- package/es/table/table-td.js +1 -1
- package/es/table/table-th.js +1 -1
- package/es/table/table.js +442 -3
- package/es/table/utils.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_lang.js +23 -1
- package/es/tabs/tabs.js +104 -0
- package/es/tag/index.d.ts +29237 -74
- package/es/tag/interface.d.ts +9 -1
- package/es/tag/style/index.css +13 -6
- package/es/tag/style/index.scss +16 -4
- package/es/tag/tag.js +26 -5
- package/es/tag/tag.vue.d.ts +11688 -7
- package/es/tag/tag.vue_vue_type_script_lang.js +139 -3
- package/es/tag-group/index.d.ts +64 -0
- package/es/tag-group/index.js +10 -0
- package/es/tag-group/interface.d.ts +18 -0
- package/es/tag-group/style/css.js +2 -0
- package/es/tag-group/style/index.css +92 -0
- package/es/tag-group/style/index.d.ts +2 -0
- package/es/tag-group/style/index.js +2 -0
- package/es/tag-group/style/index.scss +108 -0
- package/es/tag-group/style/token.scss +6 -0
- package/es/tag-group/tag-group.js +5 -0
- package/es/tag-group/tag-group.vue.d.ts +46 -0
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +360 -0
- package/es/textarea/textarea.vue_vue_type_script_lang.js +90 -1
- package/es/time-picker/range-panel.js +1 -1
- package/es/time-picker/time-picker.js +1 -1
- package/es/time-picker/time-picker.vue_vue_type_script_lang.js +132 -0
- package/es/timeline/item.vue_vue_type_script_lang.js +38 -1
- package/es/timeline/timeline.js +28 -0
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +61 -1
- package/es/transfer/transfer.vue_vue_type_script_lang.js +136 -0
- package/es/tree/base-node.vue_vue_type_script_lang.js +7 -0
- package/es/tree/node.js +1 -1
- package/es/tree/tree.vue_vue_type_script_lang.js +287 -2
- package/es/tree/utils/tree-data.js +1 -1
- package/es/tree-select/hooks/use-selected-state.js +1 -1
- package/es/tree-select/panel.js +1 -1
- package/es/tree-select/tree-select.js +1 -1
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +281 -8
- package/es/trigger/trigger.js +161 -1
- package/es/trigger/utils.js +1 -1
- package/es/typography/base.d.ts +7 -0
- package/es/typography/base.js +127 -3
- package/es/typography/interface.d.ts +2 -0
- package/es/typography/operations.js +30 -0
- package/es/typography/paragraph.js +8 -0
- package/es/typography/title.js +6 -1
- package/es/upload/upload.js +279 -2
- package/es/verification-code/verification-code.js +59 -0
- package/es/watermark/hooks/use-mutation-observer.js +1 -1
- package/es/watermark/watermark.js +58 -1
- package/es/web-vue.css +24 -24
- package/json/vetur-attributes.json +134 -218
- package/json/vetur-tags.json +58 -67
- package/json/web-types.json +304 -493
- package/package.json +9 -7
- package/es/_utils/clipboard.d.ts +0 -1
- package/es/_utils/clipboard.js +0 -35
- package/es/link/link.vue_vue_type_script_lang.js +0 -56
package/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@sdata/web-vue",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.11.1",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1150,494 +1150,16 @@
|
|
|
1150
1150
|
"slots": []
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
-
"name": "
|
|
1154
|
-
"attributes": [
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
{
|
|
1164
|
-
"name": "multiple",
|
|
1165
|
-
"description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
|
|
1166
|
-
"value": {
|
|
1167
|
-
"type": "boolean",
|
|
1168
|
-
"kind": "expression"
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "model-value",
|
|
1173
|
-
"description": "Value",
|
|
1174
|
-
"value": {
|
|
1175
|
-
"type": "CascaderModelValue",
|
|
1176
|
-
"kind": "expression"
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"name": "value",
|
|
1181
|
-
"description": "Value, Naive compatibility alias",
|
|
1182
|
-
"value": {
|
|
1183
|
-
"type": "CascaderModelValue",
|
|
1184
|
-
"kind": "expression"
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "default-value",
|
|
1189
|
-
"description": "Default value (uncontrolled state)",
|
|
1190
|
-
"value": {
|
|
1191
|
-
"type": "CascaderModelValue",
|
|
1192
|
-
"kind": "expression"
|
|
1193
|
-
}
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "options",
|
|
1197
|
-
"description": "Options for cascader",
|
|
1198
|
-
"value": {
|
|
1199
|
-
"type": "CascaderOption[]",
|
|
1200
|
-
"kind": "expression"
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "expand-trigger",
|
|
1205
|
-
"description": "Expand the trigger method of the next level",
|
|
1206
|
-
"value": {
|
|
1207
|
-
"type": "string",
|
|
1208
|
-
"kind": "expression"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "check-strictly",
|
|
1213
|
-
"description": "Whether to enable strict selection mode",
|
|
1214
|
-
"value": {
|
|
1215
|
-
"type": "boolean",
|
|
1216
|
-
"kind": "expression"
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "load-more",
|
|
1221
|
-
"description": "Data lazy loading function, open the lazy loading function when it is passed in",
|
|
1222
|
-
"value": {
|
|
1223
|
-
"type": "(option: CascaderOption, done: (children?: CascaderOption[]) => void) => void",
|
|
1224
|
-
"kind": "expression"
|
|
1225
|
-
}
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"name": "field-names",
|
|
1229
|
-
"description": "Customize fields in `CascaderOption`",
|
|
1230
|
-
"value": {
|
|
1231
|
-
"type": "CascaderFieldNames",
|
|
1232
|
-
"kind": "expression"
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "value-key",
|
|
1237
|
-
"description": "Used to determine the option key value attribute name",
|
|
1238
|
-
"value": {
|
|
1239
|
-
"type": "string",
|
|
1240
|
-
"kind": "expression"
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"name": "expand-child",
|
|
1245
|
-
"description": "whether to expand the submenu",
|
|
1246
|
-
"value": {
|
|
1247
|
-
"type": "boolean",
|
|
1248
|
-
"kind": "expression"
|
|
1249
|
-
}
|
|
1250
|
-
}
|
|
1251
|
-
],
|
|
1252
|
-
"events": [
|
|
1253
|
-
{
|
|
1254
|
-
"name": "change",
|
|
1255
|
-
"description": "Triggered when the selected value changes"
|
|
1256
|
-
}
|
|
1257
|
-
],
|
|
1258
|
-
"slots": [
|
|
1259
|
-
{
|
|
1260
|
-
"name": "empty",
|
|
1261
|
-
"description": "Display content when the option is empty"
|
|
1262
|
-
}
|
|
1263
|
-
]
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"name": "sd-cascader",
|
|
1267
|
-
"attributes": [
|
|
1268
|
-
{
|
|
1269
|
-
"name": "path-mode",
|
|
1270
|
-
"description": "Whether the value is a path",
|
|
1271
|
-
"value": {
|
|
1272
|
-
"type": "boolean",
|
|
1273
|
-
"kind": "expression"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"name": "multiple",
|
|
1278
|
-
"description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
|
|
1279
|
-
"value": {
|
|
1280
|
-
"type": "boolean",
|
|
1281
|
-
"kind": "expression"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "model-value",
|
|
1286
|
-
"description": "Value",
|
|
1287
|
-
"value": {
|
|
1288
|
-
"type": "CascaderModelValue",
|
|
1289
|
-
"kind": "expression"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "value",
|
|
1294
|
-
"description": "Value, Naive compatibility alias",
|
|
1295
|
-
"value": {
|
|
1296
|
-
"type": "CascaderModelValue",
|
|
1297
|
-
"kind": "expression"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"name": "default-value",
|
|
1302
|
-
"description": "Default value (uncontrolled state)",
|
|
1303
|
-
"value": {
|
|
1304
|
-
"type": "CascaderModelValue",
|
|
1305
|
-
"kind": "expression"
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "options",
|
|
1310
|
-
"description": "Options for cascader",
|
|
1311
|
-
"value": {
|
|
1312
|
-
"type": "CascaderOption[]",
|
|
1313
|
-
"kind": "expression"
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "disabled",
|
|
1318
|
-
"description": "Whether to disable",
|
|
1319
|
-
"value": {
|
|
1320
|
-
"type": "boolean",
|
|
1321
|
-
"kind": "expression"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "error",
|
|
1326
|
-
"description": "Whether it is an error state",
|
|
1327
|
-
"value": {
|
|
1328
|
-
"type": "boolean",
|
|
1329
|
-
"kind": "expression"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "size",
|
|
1334
|
-
"description": "The size of the select",
|
|
1335
|
-
"value": {
|
|
1336
|
-
"type": "Size",
|
|
1337
|
-
"kind": "expression"
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "allow-search",
|
|
1342
|
-
"description": "Whether to allow searching",
|
|
1343
|
-
"value": {
|
|
1344
|
-
"type": "boolean",
|
|
1345
|
-
"kind": "expression"
|
|
1346
|
-
}
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"name": "filterable",
|
|
1350
|
-
"description": "Whether to allow searching, Naive compatibility alias",
|
|
1351
|
-
"value": {
|
|
1352
|
-
"type": "boolean",
|
|
1353
|
-
"kind": "expression"
|
|
1354
|
-
}
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"name": "allow-clear",
|
|
1358
|
-
"description": "Whether to allow clear",
|
|
1359
|
-
"value": {
|
|
1360
|
-
"type": "boolean",
|
|
1361
|
-
"kind": "expression"
|
|
1362
|
-
}
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"name": "clearable",
|
|
1366
|
-
"description": "Whether to allow clear, Naive compatibility alias",
|
|
1367
|
-
"value": {
|
|
1368
|
-
"type": "boolean",
|
|
1369
|
-
"kind": "expression"
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"name": "input-value",
|
|
1374
|
-
"description": "The value of the input",
|
|
1375
|
-
"value": {
|
|
1376
|
-
"type": "string",
|
|
1377
|
-
"kind": "expression"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "default-input-value",
|
|
1382
|
-
"description": "The default value of the input (uncontrolled state)",
|
|
1383
|
-
"value": {
|
|
1384
|
-
"type": "string",
|
|
1385
|
-
"kind": "expression"
|
|
1386
|
-
}
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"name": "popup-visible",
|
|
1390
|
-
"description": "Whether to show the dropdown",
|
|
1391
|
-
"value": {
|
|
1392
|
-
"type": "boolean",
|
|
1393
|
-
"kind": "expression"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "show",
|
|
1398
|
-
"description": "Whether to show the dropdown, Naive compatibility alias",
|
|
1399
|
-
"value": {
|
|
1400
|
-
"type": "boolean",
|
|
1401
|
-
"kind": "expression"
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "expand-trigger",
|
|
1406
|
-
"description": "Expand the trigger method of the next level",
|
|
1407
|
-
"value": {
|
|
1408
|
-
"type": "string",
|
|
1409
|
-
"kind": "expression"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "default-popup-visible",
|
|
1414
|
-
"description": "Whether to display the dropdown by default (uncontrolled state)",
|
|
1415
|
-
"value": {
|
|
1416
|
-
"type": "boolean",
|
|
1417
|
-
"kind": "expression"
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"name": "default-show",
|
|
1422
|
-
"description": "Whether to display the dropdown by default, Naive compatibility alias",
|
|
1423
|
-
"value": {
|
|
1424
|
-
"type": "boolean",
|
|
1425
|
-
"kind": "expression"
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"name": "placeholder",
|
|
1430
|
-
"description": "Placeholder",
|
|
1431
|
-
"value": {
|
|
1432
|
-
"type": "string",
|
|
1433
|
-
"kind": "expression"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"name": "filter-option",
|
|
1438
|
-
"description": "Custom options filter method",
|
|
1439
|
-
"value": {
|
|
1440
|
-
"type": "(inputValue: string, option: CascaderOption) => boolean",
|
|
1441
|
-
"kind": "expression"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "popup-container",
|
|
1446
|
-
"description": "Mount container for popup",
|
|
1447
|
-
"value": {
|
|
1448
|
-
"type": "string | HTMLElement",
|
|
1449
|
-
"kind": "expression"
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "max-tag-count",
|
|
1454
|
-
"description": "In multi-select mode, the maximum number of labels displayed. 0 means unlimited",
|
|
1455
|
-
"value": {
|
|
1456
|
-
"type": "number | 'responsive'",
|
|
1457
|
-
"kind": "expression"
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "show-path",
|
|
1462
|
-
"description": "Whether to display the full path in selected labels",
|
|
1463
|
-
"value": {
|
|
1464
|
-
"type": "boolean",
|
|
1465
|
-
"kind": "expression"
|
|
1466
|
-
}
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"name": "separator",
|
|
1470
|
-
"description": "Path separator used in selected labels",
|
|
1471
|
-
"value": {
|
|
1472
|
-
"type": "string",
|
|
1473
|
-
"kind": "expression"
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"name": "format-label",
|
|
1478
|
-
"description": "Format display content",
|
|
1479
|
-
"value": {
|
|
1480
|
-
"type": "(options: CascaderOption[]) => string",
|
|
1481
|
-
"kind": "expression"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "trigger-props",
|
|
1486
|
-
"description": "Trigger props of the drop-down menu",
|
|
1487
|
-
"value": {
|
|
1488
|
-
"type": "TriggerProps",
|
|
1489
|
-
"kind": "expression"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"name": "check-strictly",
|
|
1494
|
-
"description": "Whether to enable strict selection mode",
|
|
1495
|
-
"value": {
|
|
1496
|
-
"type": "boolean",
|
|
1497
|
-
"kind": "expression"
|
|
1498
|
-
}
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "load-more",
|
|
1502
|
-
"description": "Data lazy loading function, open the lazy loading function when it is passed in",
|
|
1503
|
-
"value": {
|
|
1504
|
-
"type": "(option: CascaderOption, done: (children?: CascaderOption[]) => void) => void",
|
|
1505
|
-
"kind": "expression"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"name": "loading",
|
|
1510
|
-
"description": "Whether it is loading state",
|
|
1511
|
-
"value": {
|
|
1512
|
-
"type": "boolean",
|
|
1513
|
-
"kind": "expression"
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"name": "search-option-only-label",
|
|
1518
|
-
"description": "Whether the options in the search dropdown show only label",
|
|
1519
|
-
"value": {
|
|
1520
|
-
"type": "boolean",
|
|
1521
|
-
"kind": "expression"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "search-delay",
|
|
1526
|
-
"description": "Delay time to trigger search event",
|
|
1527
|
-
"value": {
|
|
1528
|
-
"type": "number",
|
|
1529
|
-
"kind": "expression"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "field-names",
|
|
1534
|
-
"description": "Customize fields in `CascaderOption`",
|
|
1535
|
-
"value": {
|
|
1536
|
-
"type": "CascaderFieldNames",
|
|
1537
|
-
"kind": "expression"
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "value-key",
|
|
1542
|
-
"description": "Used to determine the option key value attribute name",
|
|
1543
|
-
"value": {
|
|
1544
|
-
"type": "string",
|
|
1545
|
-
"kind": "expression"
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "fallback",
|
|
1550
|
-
"description": "Options that do not exist in custom values",
|
|
1551
|
-
"value": {
|
|
1552
|
-
"type": "| boolean\n| ((\n value:\n | string\n | number\n | Record<string, unknown>\n | (string | number | Record<string, unknown>)[],\n ) => string)",
|
|
1553
|
-
"kind": "expression"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"name": "expand-child",
|
|
1558
|
-
"description": "whether to expand the submenu",
|
|
1559
|
-
"value": {
|
|
1560
|
-
"type": "boolean",
|
|
1561
|
-
"kind": "expression"
|
|
1562
|
-
}
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"name": "virtual-list-props",
|
|
1566
|
-
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)",
|
|
1567
|
-
"value": {
|
|
1568
|
-
"type": "VirtualListProps",
|
|
1569
|
-
"kind": "expression"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "tag-nowrap",
|
|
1574
|
-
"description": "Tag content does not wrap",
|
|
1575
|
-
"value": {
|
|
1576
|
-
"type": "boolean",
|
|
1577
|
-
"kind": "expression"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
],
|
|
1581
|
-
"events": [
|
|
1582
|
-
{
|
|
1583
|
-
"name": "change",
|
|
1584
|
-
"description": "Triggered when the selected value changes"
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"name": "input-value-change",
|
|
1588
|
-
"description": "Triggered when the input value changes"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"name": "clear",
|
|
1592
|
-
"description": "Triggered when the clear button is clicked"
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"name": "search",
|
|
1596
|
-
"description": "Triggered when the user searches"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"name": "popup-visible-change",
|
|
1600
|
-
"description": "Triggered when the display state of the dropdown changes"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"name": "focus",
|
|
1604
|
-
"description": "Triggered when focus"
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "blur",
|
|
1608
|
-
"description": "Triggered when blur"
|
|
1609
|
-
}
|
|
1610
|
-
],
|
|
1611
|
-
"slots": [
|
|
1612
|
-
{
|
|
1613
|
-
"name": "label",
|
|
1614
|
-
"description": "Display content of label"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"name": "prefix",
|
|
1618
|
-
"description": "Prefix"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"name": "arrow-icon",
|
|
1622
|
-
"description": "Arrow icon for select box"
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"name": "loading-icon",
|
|
1626
|
-
"description": "Loading icon for select box"
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"name": "search-icon",
|
|
1630
|
-
"description": "Search icon for select box"
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"name": "empty",
|
|
1634
|
-
"description": "Display content when the option is empty"
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"name": "option",
|
|
1638
|
-
"description": "Display content of options"
|
|
1639
|
-
}
|
|
1640
|
-
]
|
|
1153
|
+
"name": "sdcascader-panel",
|
|
1154
|
+
"attributes": [],
|
|
1155
|
+
"events": [],
|
|
1156
|
+
"slots": []
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "sdcascader",
|
|
1160
|
+
"attributes": [],
|
|
1161
|
+
"events": [],
|
|
1162
|
+
"slots": []
|
|
1641
1163
|
},
|
|
1642
1164
|
{
|
|
1643
1165
|
"name": "sd-checkbox",
|
|
@@ -2164,6 +1686,14 @@
|
|
|
2164
1686
|
"kind": "expression"
|
|
2165
1687
|
}
|
|
2166
1688
|
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "allow-search",
|
|
1691
|
+
"description": "Whether to enable search by default",
|
|
1692
|
+
"value": {
|
|
1693
|
+
"type": "boolean",
|
|
1694
|
+
"kind": "expression"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
2167
1697
|
{
|
|
2168
1698
|
"name": "global",
|
|
2169
1699
|
"description": "Is global effect",
|
|
@@ -2225,6 +1755,145 @@
|
|
|
2225
1755
|
}
|
|
2226
1756
|
]
|
|
2227
1757
|
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "sdcopy",
|
|
1760
|
+
"attributes": [],
|
|
1761
|
+
"events": [
|
|
1762
|
+
{
|
|
1763
|
+
"name": "copy",
|
|
1764
|
+
"description": "Emitted after content is copied"
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"slots": []
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"name": "sdcropper",
|
|
1771
|
+
"attributes": [
|
|
1772
|
+
{
|
|
1773
|
+
"name": "src",
|
|
1774
|
+
"description": "Image source",
|
|
1775
|
+
"value": {
|
|
1776
|
+
"type": "string",
|
|
1777
|
+
"kind": "expression"
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "canvas-props",
|
|
1782
|
+
"description": "CropperCanvas props",
|
|
1783
|
+
"value": {
|
|
1784
|
+
"type": "CropperCanvasProps",
|
|
1785
|
+
"kind": "expression"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "image-props",
|
|
1790
|
+
"description": "CropperImage props",
|
|
1791
|
+
"value": {
|
|
1792
|
+
"type": "CropperImageProps",
|
|
1793
|
+
"kind": "expression"
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "selection-props",
|
|
1798
|
+
"description": "CropperSelection props without position and size controls",
|
|
1799
|
+
"value": {
|
|
1800
|
+
"type": "CropperSelectionProps",
|
|
1801
|
+
"kind": "expression"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "template",
|
|
1806
|
+
"description": "Custom cropper template",
|
|
1807
|
+
"value": {
|
|
1808
|
+
"type": "string",
|
|
1809
|
+
"kind": "expression"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "selection-x",
|
|
1814
|
+
"description": "Selection x position",
|
|
1815
|
+
"value": {
|
|
1816
|
+
"type": "number",
|
|
1817
|
+
"kind": "expression"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "selection-y",
|
|
1822
|
+
"description": "Selection y position",
|
|
1823
|
+
"value": {
|
|
1824
|
+
"type": "number",
|
|
1825
|
+
"kind": "expression"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"name": "selection-width",
|
|
1830
|
+
"description": "Selection width",
|
|
1831
|
+
"value": {
|
|
1832
|
+
"type": "number",
|
|
1833
|
+
"kind": "expression"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "selection-height",
|
|
1838
|
+
"description": "Selection height",
|
|
1839
|
+
"value": {
|
|
1840
|
+
"type": "number",
|
|
1841
|
+
"kind": "expression"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "width",
|
|
1846
|
+
"description": "Container width",
|
|
1847
|
+
"value": {
|
|
1848
|
+
"type": "union",
|
|
1849
|
+
"kind": "expression"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "height",
|
|
1854
|
+
"description": "Container height",
|
|
1855
|
+
"value": {
|
|
1856
|
+
"type": "union",
|
|
1857
|
+
"kind": "expression"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "fit-selection-to-image",
|
|
1862
|
+
"description": "Whether to fit the selection to the visible image area after load",
|
|
1863
|
+
"value": {
|
|
1864
|
+
"type": "boolean",
|
|
1865
|
+
"kind": "expression"
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"events": [
|
|
1870
|
+
{
|
|
1871
|
+
"name": "selection:change",
|
|
1872
|
+
"description": "Emitted when the selection changes"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"name": "canvas:action",
|
|
1876
|
+
"description": "Cropper canvas action event"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "canvas:actionstart",
|
|
1880
|
+
"description": "Cropper canvas actionstart event"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "canvas:actionmove",
|
|
1884
|
+
"description": "Cropper canvas actionmove event"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "canvas:actionend",
|
|
1888
|
+
"description": "Cropper canvas actionend event"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"name": "image:transform",
|
|
1892
|
+
"description": "Emitted when the cropper image transforms"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"slots": []
|
|
1896
|
+
},
|
|
2228
1897
|
{
|
|
2229
1898
|
"name": "sd-range-picker",
|
|
2230
1899
|
"attributes": [
|
|
@@ -4236,7 +3905,7 @@
|
|
|
4236
3905
|
"name": "model-value",
|
|
4237
3906
|
"description": "Value",
|
|
4238
3907
|
"value": {
|
|
4239
|
-
"type": "number",
|
|
3908
|
+
"type": "string | number",
|
|
4240
3909
|
"kind": "expression"
|
|
4241
3910
|
}
|
|
4242
3911
|
},
|
|
@@ -4244,7 +3913,7 @@
|
|
|
4244
3913
|
"name": "default-value",
|
|
4245
3914
|
"description": "Default value (uncontrolled mode)",
|
|
4246
3915
|
"value": {
|
|
4247
|
-
"type": "number",
|
|
3916
|
+
"type": "string | number",
|
|
4248
3917
|
"kind": "expression"
|
|
4249
3918
|
}
|
|
4250
3919
|
},
|
|
@@ -5028,7 +4697,7 @@
|
|
|
5028
4697
|
]
|
|
5029
4698
|
},
|
|
5030
4699
|
{
|
|
5031
|
-
"name": "
|
|
4700
|
+
"name": "sdlink",
|
|
5032
4701
|
"attributes": [
|
|
5033
4702
|
{
|
|
5034
4703
|
"name": "href",
|
|
@@ -5048,7 +4717,7 @@
|
|
|
5048
4717
|
},
|
|
5049
4718
|
{
|
|
5050
4719
|
"name": "hoverable",
|
|
5051
|
-
"description": "Whether to
|
|
4720
|
+
"description": "Whether to show background when hover",
|
|
5052
4721
|
"value": {
|
|
5053
4722
|
"type": "boolean",
|
|
5054
4723
|
"kind": "expression"
|
|
@@ -5062,6 +4731,46 @@
|
|
|
5062
4731
|
"kind": "expression"
|
|
5063
4732
|
}
|
|
5064
4733
|
},
|
|
4734
|
+
{
|
|
4735
|
+
"name": "ellipsis",
|
|
4736
|
+
"description": "Whether to enable ellipsis for the default slot content",
|
|
4737
|
+
"value": {
|
|
4738
|
+
"type": "boolean",
|
|
4739
|
+
"kind": "expression"
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "ellipsis-line-clamp",
|
|
4744
|
+
"description": "Maximum number of displayed lines for ellipsis content",
|
|
4745
|
+
"value": {
|
|
4746
|
+
"type": "union",
|
|
4747
|
+
"kind": "expression"
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"name": "ellipsis-expand-trigger",
|
|
4752
|
+
"description": "Trigger mode for ellipsis expansion",
|
|
4753
|
+
"value": {
|
|
4754
|
+
"type": "\"click\"",
|
|
4755
|
+
"kind": "expression"
|
|
4756
|
+
}
|
|
4757
|
+
},
|
|
4758
|
+
{
|
|
4759
|
+
"name": "ellipsis-tooltip",
|
|
4760
|
+
"description": "Whether to show a tooltip when ellipsis is active. Tooltip props are supported.",
|
|
4761
|
+
"value": {
|
|
4762
|
+
"type": "union",
|
|
4763
|
+
"kind": "expression"
|
|
4764
|
+
}
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
"name": "icon-tooltip",
|
|
4768
|
+
"description": "Tooltip content for the icon",
|
|
4769
|
+
"value": {
|
|
4770
|
+
"type": "string",
|
|
4771
|
+
"kind": "expression"
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
5065
4774
|
{
|
|
5066
4775
|
"name": "loading",
|
|
5067
4776
|
"description": "Whether the link is in the loading state",
|
|
@@ -6587,6 +6296,37 @@
|
|
|
6587
6296
|
],
|
|
6588
6297
|
"slots": []
|
|
6589
6298
|
},
|
|
6299
|
+
{
|
|
6300
|
+
"name": "sdsecret",
|
|
6301
|
+
"attributes": [
|
|
6302
|
+
{
|
|
6303
|
+
"name": "text",
|
|
6304
|
+
"description": "Original secret text",
|
|
6305
|
+
"value": {
|
|
6306
|
+
"type": "string",
|
|
6307
|
+
"kind": "expression"
|
|
6308
|
+
}
|
|
6309
|
+
},
|
|
6310
|
+
{
|
|
6311
|
+
"name": "hidden-text",
|
|
6312
|
+
"description": "Placeholder content shown while hidden",
|
|
6313
|
+
"value": {
|
|
6314
|
+
"type": "string",
|
|
6315
|
+
"kind": "expression"
|
|
6316
|
+
}
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"name": "show-copy",
|
|
6320
|
+
"description": "Whether to show the copy button",
|
|
6321
|
+
"value": {
|
|
6322
|
+
"type": "boolean",
|
|
6323
|
+
"kind": "expression"
|
|
6324
|
+
}
|
|
6325
|
+
}
|
|
6326
|
+
],
|
|
6327
|
+
"events": [],
|
|
6328
|
+
"slots": []
|
|
6329
|
+
},
|
|
6590
6330
|
{
|
|
6591
6331
|
"name": "sd-optgroup",
|
|
6592
6332
|
"attributes": [
|
|
@@ -8380,6 +8120,37 @@
|
|
|
8380
8120
|
}
|
|
8381
8121
|
]
|
|
8382
8122
|
},
|
|
8123
|
+
{
|
|
8124
|
+
"name": "sdtag-group",
|
|
8125
|
+
"attributes": [
|
|
8126
|
+
{
|
|
8127
|
+
"name": "max-count",
|
|
8128
|
+
"description": "Maximum number of visible items. Use `responsive` to collapse by container width.",
|
|
8129
|
+
"value": {
|
|
8130
|
+
"type": "union",
|
|
8131
|
+
"kind": "expression"
|
|
8132
|
+
}
|
|
8133
|
+
},
|
|
8134
|
+
{
|
|
8135
|
+
"name": "options",
|
|
8136
|
+
"description": "Options for the tag group",
|
|
8137
|
+
"value": {
|
|
8138
|
+
"type": "Array",
|
|
8139
|
+
"kind": "expression"
|
|
8140
|
+
}
|
|
8141
|
+
},
|
|
8142
|
+
{
|
|
8143
|
+
"name": "field-names",
|
|
8144
|
+
"description": "Custom field names",
|
|
8145
|
+
"value": {
|
|
8146
|
+
"type": "TagGroupFieldNames",
|
|
8147
|
+
"kind": "expression"
|
|
8148
|
+
}
|
|
8149
|
+
}
|
|
8150
|
+
],
|
|
8151
|
+
"events": [],
|
|
8152
|
+
"slots": []
|
|
8153
|
+
},
|
|
8383
8154
|
{
|
|
8384
8155
|
"name": "sd-tag",
|
|
8385
8156
|
"attributes": [
|
|
@@ -8470,6 +8241,46 @@
|
|
|
8470
8241
|
"type": "boolean",
|
|
8471
8242
|
"kind": "expression"
|
|
8472
8243
|
}
|
|
8244
|
+
},
|
|
8245
|
+
{
|
|
8246
|
+
"name": "ellipsis",
|
|
8247
|
+
"description": "Whether to enable ellipsis for the default slot content",
|
|
8248
|
+
"value": {
|
|
8249
|
+
"type": "boolean",
|
|
8250
|
+
"kind": "expression"
|
|
8251
|
+
}
|
|
8252
|
+
},
|
|
8253
|
+
{
|
|
8254
|
+
"name": "ellipsis-line-clamp",
|
|
8255
|
+
"description": "Maximum number of displayed lines for ellipsis content",
|
|
8256
|
+
"value": {
|
|
8257
|
+
"type": "number | string",
|
|
8258
|
+
"kind": "expression"
|
|
8259
|
+
}
|
|
8260
|
+
},
|
|
8261
|
+
{
|
|
8262
|
+
"name": "ellipsis-expand-trigger",
|
|
8263
|
+
"description": "Trigger mode for ellipsis expansion",
|
|
8264
|
+
"value": {
|
|
8265
|
+
"type": "'click'",
|
|
8266
|
+
"kind": "expression"
|
|
8267
|
+
}
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"name": "ellipsis-tooltip",
|
|
8271
|
+
"description": "Whether to show a tooltip when ellipsis is active. Tooltip props are supported.",
|
|
8272
|
+
"value": {
|
|
8273
|
+
"type": "boolean | EllipsisTooltipProps",
|
|
8274
|
+
"kind": "expression"
|
|
8275
|
+
}
|
|
8276
|
+
},
|
|
8277
|
+
{
|
|
8278
|
+
"name": "ellipsis-performant",
|
|
8279
|
+
"description": "Whether to use the performant ellipsis implementation",
|
|
8280
|
+
"value": {
|
|
8281
|
+
"type": "boolean",
|
|
8282
|
+
"kind": "expression"
|
|
8283
|
+
}
|
|
8473
8284
|
}
|
|
8474
8285
|
],
|
|
8475
8286
|
"events": [
|