@sdata/web-vue 3.12.0 → 3.13.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 +147 -15
- package/dist/sd.min.css +43 -1
- package/es/_components/picker/input-range.vue.d.ts +6 -7
- package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +63 -46
- package/es/_components/picker/input.vue.d.ts +5 -6
- package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +52 -35
- package/es/_hooks/use-readonly-tip.d.ts +11 -0
- package/es/_hooks/use-readonly-tip.js +66 -0
- package/es/auto-complete/auto-complete.d.ts +9 -0
- package/es/auto-complete/auto-complete.js +11 -1
- package/es/auto-complete/index.d.ts +15 -0
- package/es/button/button.vue.d.ts +16 -7
- package/es/button/button.vue_vue_type_script_setup_true_lang.js +57 -31
- package/es/button/index.d.ts +11 -0
- package/es/button/interface.d.ts +2 -0
- package/es/card/card.d.ts +312 -0
- package/es/card/card.js +39 -7
- package/es/card/index.d.ts +616 -0
- package/es/card/style/index.css +23 -0
- package/es/card/style/index.scss +31 -0
- package/es/cascader/cascader.vue.d.ts +9 -8
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +149 -128
- package/es/cascader/types.d.ts +1 -0
- package/es/color-picker/color-picker.d.ts +9 -0
- package/es/color-picker/color-picker.js +33 -11
- package/es/color-picker/index.d.ts +15 -0
- package/es/config-provider/context.d.ts +9 -9
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/index.d.ts +3 -6
- package/es/date-picker/picker.vue.d.ts +2 -3
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/date-picker/range-picker.vue.d.ts +2 -3
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/empty/empty.js +1 -1
- package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/image.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/preview-action.d.ts +7 -127
- package/es/image/preview.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/index.css +147 -15
- package/es/index.js +3 -3
- package/es/input/index.d.ts +6 -6
- package/es/input/input.d.ts +3 -3
- package/es/input/input.js +18 -6
- package/es/input-number/index.d.ts +9 -9
- package/es/input-number/input-number.d.ts +5 -5
- package/es/input-number/input-number.js +8 -8
- package/es/input-tag/index.d.ts +6 -6
- package/es/input-tag/input-tag.d.ts +3 -3
- package/es/input-tag/input-tag.js +16 -7
- package/es/locale/interface.d.ts +1 -0
- package/es/locale/lang/en-us.js +1 -0
- package/es/locale/lang/zh-cn.js +1 -0
- package/es/locale/lang/zh-tw.js +1 -0
- package/es/mention/index.d.ts +15 -0
- package/es/mention/mention.d.ts +9 -0
- package/es/mention/mention.js +12 -1
- package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/pagination/pagination.js +1 -1
- package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/rate/index.d.ts +6 -6
- package/es/rate/rate.d.ts +3 -3
- package/es/rate/rate.js +17 -7
- package/es/scrollbar/style/index.css +57 -15
- package/es/scrollbar/style/index.scss +63 -15
- package/es/sd-vue.js +3 -3
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/select/index.d.ts +15 -0
- package/es/select/select.d.ts +9 -0
- package/es/select/select.js +28 -5
- package/es/style/normalize.scss +68 -0
- package/es/table/table-th.js +2 -2
- package/es/tabs/context.d.ts +2 -0
- package/es/tabs/index.d.ts +32 -0
- package/es/tabs/style/index.css +29 -0
- package/es/tabs/style/index.scss +38 -0
- package/es/tabs/tab-pane.vue.d.ts +4 -2
- package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +19 -3
- package/es/tabs/tabs.d.ts +19 -0
- package/es/tabs/tabs.js +23 -2
- package/es/textarea/index.d.ts +15 -0
- package/es/textarea/textarea.vue.d.ts +11 -2
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +71 -46
- package/es/time-picker/index.d.ts +3 -6
- package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/time-picker/time-picker.vue.d.ts +2 -3
- package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +8 -5
- package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tooltip/index.d.ts +8 -127
- package/es/tooltip/interface.d.ts +17 -0
- package/es/tooltip/tooltip.vue.d.ts +5 -88
- package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +8 -69
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree-select/tree-select.vue.d.ts +16 -10
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +156 -133
- package/es/typography/base.js +1 -1
- package/es/upload/upload-button.js +1 -1
- package/es/verification-code/index.d.ts +15 -6
- package/es/verification-code/verification-code.d.ts +9 -3
- package/es/verification-code/verification-code.js +4 -1
- package/json/vetur-attributes.json +48 -7
- package/json/vetur-tags.json +17 -5
- package/json/web-types.json +99 -10
- package/package.json +1 -1
- package/es/style/base.scss +0 -18
|
@@ -129,6 +129,10 @@
|
|
|
129
129
|
"description": "Whether to disable",
|
|
130
130
|
"type": "boolean"
|
|
131
131
|
},
|
|
132
|
+
"sd-auto-complete/readonly": {
|
|
133
|
+
"description": "Whether it is read-only",
|
|
134
|
+
"type": "boolean|string"
|
|
135
|
+
},
|
|
132
136
|
"sd-auto-complete/data": {
|
|
133
137
|
"description": "Data used for auto-complete"
|
|
134
138
|
},
|
|
@@ -336,6 +340,9 @@
|
|
|
336
340
|
"description": "Set up a jump link. When this property is set, the button is rendered as `<a>`",
|
|
337
341
|
"type": "string"
|
|
338
342
|
},
|
|
343
|
+
"sd-button/tooltip": {
|
|
344
|
+
"description": "Tooltip configuration for the button. A string is used as the tooltip content; an object inherits all Tooltip props."
|
|
345
|
+
},
|
|
339
346
|
"sd-card/bordered": {
|
|
340
347
|
"description": "Whether to render the border",
|
|
341
348
|
"type": "boolean"
|
|
@@ -366,6 +373,13 @@
|
|
|
366
373
|
"description": "Content to render in the top-right corner of the card",
|
|
367
374
|
"type": "string"
|
|
368
375
|
},
|
|
376
|
+
"sd-card/full-height": {
|
|
377
|
+
"description": "Whether to fill the height of the parent container (the content area scrolls automatically, only effective when the parent container has a determinate height)",
|
|
378
|
+
"type": "boolean"
|
|
379
|
+
},
|
|
380
|
+
"sd-card/scrollbar": {
|
|
381
|
+
"description": "Whether the content area uses the Scrollbar component for scrolling, an object can be passed to customize the scrollbar. When false, native overflow scrolling is used. Only effective when `full-height` is true"
|
|
382
|
+
},
|
|
369
383
|
"sd-card-grid/hoverable": {
|
|
370
384
|
"description": "Whether to hover",
|
|
371
385
|
"type": "boolean"
|
|
@@ -560,6 +574,10 @@
|
|
|
560
574
|
"description": "Disabled",
|
|
561
575
|
"type": "boolean"
|
|
562
576
|
},
|
|
577
|
+
"sd-color-picker/readonly": {
|
|
578
|
+
"description": "Whether it is read-only",
|
|
579
|
+
"type": "boolean|string"
|
|
580
|
+
},
|
|
563
581
|
"sd-color-picker/hide-trigger": {
|
|
564
582
|
"description": "Render panel inline",
|
|
565
583
|
"type": "boolean"
|
|
@@ -1678,9 +1696,9 @@
|
|
|
1678
1696
|
"description": "Trigger event for `v-model`",
|
|
1679
1697
|
"type": "string"
|
|
1680
1698
|
},
|
|
1681
|
-
"sd-input-number/
|
|
1699
|
+
"sd-input-number/readonly": {
|
|
1682
1700
|
"description": "Readonly",
|
|
1683
|
-
"type": "boolean"
|
|
1701
|
+
"type": "boolean|string"
|
|
1684
1702
|
},
|
|
1685
1703
|
"sd-input-number/input-attrs": {
|
|
1686
1704
|
"description": "Attributes of inner input elements",
|
|
@@ -1735,7 +1753,7 @@
|
|
|
1735
1753
|
},
|
|
1736
1754
|
"sd-input-tag/readonly": {
|
|
1737
1755
|
"description": "Whether it is read-only mode",
|
|
1738
|
-
"type": "boolean"
|
|
1756
|
+
"type": "boolean|string"
|
|
1739
1757
|
},
|
|
1740
1758
|
"sd-input-tag/allow-clear": {
|
|
1741
1759
|
"description": "Whether to allow clear",
|
|
@@ -1803,7 +1821,7 @@
|
|
|
1803
1821
|
},
|
|
1804
1822
|
"sd-input/readonly": {
|
|
1805
1823
|
"description": "Whether it is read-only",
|
|
1806
|
-
"type": "boolean"
|
|
1824
|
+
"type": "boolean|string"
|
|
1807
1825
|
},
|
|
1808
1826
|
"sd-input/error": {
|
|
1809
1827
|
"description": "Whether it is an error state",
|
|
@@ -2099,6 +2117,10 @@
|
|
|
2099
2117
|
"description": "Whether to disable",
|
|
2100
2118
|
"type": "boolean"
|
|
2101
2119
|
},
|
|
2120
|
+
"sd-mention/readonly": {
|
|
2121
|
+
"description": "Whether it is read-only",
|
|
2122
|
+
"type": "boolean|string"
|
|
2123
|
+
},
|
|
2102
2124
|
"sd-mention/allow-clear": {
|
|
2103
2125
|
"description": "Whether to allow the input to be cleared",
|
|
2104
2126
|
"type": "boolean"
|
|
@@ -2665,7 +2687,7 @@
|
|
|
2665
2687
|
},
|
|
2666
2688
|
"sd-rate/readonly": {
|
|
2667
2689
|
"description": "Whether it is readonly",
|
|
2668
|
-
"type": "boolean"
|
|
2690
|
+
"type": "boolean|string"
|
|
2669
2691
|
},
|
|
2670
2692
|
"sd-rate/disabled": {
|
|
2671
2693
|
"description": "Whether to disable",
|
|
@@ -2756,6 +2778,10 @@
|
|
|
2756
2778
|
"description": "Whether to show the copy button",
|
|
2757
2779
|
"type": "boolean"
|
|
2758
2780
|
},
|
|
2781
|
+
"sd-select/readonly": {
|
|
2782
|
+
"description": "Whether it is read-only",
|
|
2783
|
+
"type": "boolean|string"
|
|
2784
|
+
},
|
|
2759
2785
|
"sd-line/rows": {
|
|
2760
2786
|
"description": "Number of rows displayed",
|
|
2761
2787
|
"type": "number"
|
|
@@ -3427,6 +3453,13 @@
|
|
|
3427
3453
|
"sd-tabs/scroll-position": {
|
|
3428
3454
|
"description": "The scroll position of the selected tab, the default auto will scroll the activeTab to the visible area, but will not adjust the position intentionally"
|
|
3429
3455
|
},
|
|
3456
|
+
"sd-tabs/full-height": {
|
|
3457
|
+
"description": "Whether to fill the height of the parent container (only effective in horizontal direction, the content area scrolls automatically)",
|
|
3458
|
+
"type": "boolean"
|
|
3459
|
+
},
|
|
3460
|
+
"sd-tabs/scrollbar": {
|
|
3461
|
+
"description": "Whether the content area uses the Scrollbar component for scrolling, an object can be passed to customize the scrollbar. When false, native overflow scrolling is used. Only effective when `full-height` is true"
|
|
3462
|
+
},
|
|
3430
3463
|
"sd-tag-group/max-count": {
|
|
3431
3464
|
"description": "Maximum number of visible items. Use `responsive` to collapse by container width."
|
|
3432
3465
|
},
|
|
@@ -3543,6 +3576,10 @@
|
|
|
3543
3576
|
"description": "Whether to disable",
|
|
3544
3577
|
"type": "boolean"
|
|
3545
3578
|
},
|
|
3579
|
+
"sd-textarea/readonly": {
|
|
3580
|
+
"description": "Whether it is read-only",
|
|
3581
|
+
"type": "boolean|string"
|
|
3582
|
+
},
|
|
3546
3583
|
"sd-textarea/error": {
|
|
3547
3584
|
"description": "Whether it is an error state",
|
|
3548
3585
|
"type": "boolean"
|
|
@@ -3602,7 +3639,7 @@
|
|
|
3602
3639
|
},
|
|
3603
3640
|
"sd-time-picker/readonly": {
|
|
3604
3641
|
"description": "Whether it is read-only mode",
|
|
3605
|
-
"type": "boolean"
|
|
3642
|
+
"type": "boolean|string"
|
|
3606
3643
|
},
|
|
3607
3644
|
"sd-time-picker/error": {
|
|
3608
3645
|
"description": "Whether it is an error state",
|
|
@@ -3889,6 +3926,10 @@
|
|
|
3889
3926
|
"description": "Whether to disable",
|
|
3890
3927
|
"type": "boolean"
|
|
3891
3928
|
},
|
|
3929
|
+
"sd-tree-select/readonly": {
|
|
3930
|
+
"description": "Whether it is read-only",
|
|
3931
|
+
"type": "boolean|string"
|
|
3932
|
+
},
|
|
3892
3933
|
"sd-tree-select/loading": {
|
|
3893
3934
|
"description": "Whether it is loading state",
|
|
3894
3935
|
"type": "boolean"
|
|
@@ -4487,7 +4528,7 @@
|
|
|
4487
4528
|
},
|
|
4488
4529
|
"sd-verification-code/readonly": {
|
|
4489
4530
|
"description": "Readonly",
|
|
4490
|
-
"type": "boolean"
|
|
4531
|
+
"type": "boolean|string"
|
|
4491
4532
|
},
|
|
4492
4533
|
"sd-verification-code/error": {
|
|
4493
4534
|
"description": "Whether it is an error state",
|
package/json/vetur-tags.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"model-value",
|
|
55
55
|
"default-value",
|
|
56
56
|
"disabled",
|
|
57
|
+
"readonly",
|
|
57
58
|
"data",
|
|
58
59
|
"popup-container",
|
|
59
60
|
"strict",
|
|
@@ -148,7 +149,8 @@
|
|
|
148
149
|
"disabled",
|
|
149
150
|
"html-type",
|
|
150
151
|
"autofocus",
|
|
151
|
-
"href"
|
|
152
|
+
"href",
|
|
153
|
+
"tooltip"
|
|
152
154
|
]
|
|
153
155
|
},
|
|
154
156
|
"sd-components": {
|
|
@@ -163,7 +165,9 @@
|
|
|
163
165
|
"header-style",
|
|
164
166
|
"body-style",
|
|
165
167
|
"title",
|
|
166
|
-
"extra"
|
|
168
|
+
"extra",
|
|
169
|
+
"full-height",
|
|
170
|
+
"scrollbar"
|
|
167
171
|
]
|
|
168
172
|
},
|
|
169
173
|
"sd-card-grid": {
|
|
@@ -260,6 +264,7 @@
|
|
|
260
264
|
"default-recent-colors",
|
|
261
265
|
"swatch-colors",
|
|
262
266
|
"disabled",
|
|
267
|
+
"readonly",
|
|
263
268
|
"hide-trigger",
|
|
264
269
|
"trigger-props"
|
|
265
270
|
]
|
|
@@ -693,7 +698,7 @@
|
|
|
693
698
|
"size",
|
|
694
699
|
"allow-clear",
|
|
695
700
|
"model-event",
|
|
696
|
-
"
|
|
701
|
+
"readonly",
|
|
697
702
|
"input-attrs"
|
|
698
703
|
]
|
|
699
704
|
},
|
|
@@ -871,6 +876,7 @@
|
|
|
871
876
|
"split",
|
|
872
877
|
"type",
|
|
873
878
|
"disabled",
|
|
879
|
+
"readonly",
|
|
874
880
|
"allow-clear"
|
|
875
881
|
]
|
|
876
882
|
},
|
|
@@ -1134,7 +1140,9 @@
|
|
|
1134
1140
|
]
|
|
1135
1141
|
},
|
|
1136
1142
|
"sd-select": {
|
|
1137
|
-
"attributes": [
|
|
1143
|
+
"attributes": [
|
|
1144
|
+
"readonly"
|
|
1145
|
+
]
|
|
1138
1146
|
},
|
|
1139
1147
|
"sd-selectable-card": {
|
|
1140
1148
|
"attributes": []
|
|
@@ -1404,7 +1412,9 @@
|
|
|
1404
1412
|
"auto-switch",
|
|
1405
1413
|
"hide-content",
|
|
1406
1414
|
"trigger",
|
|
1407
|
-
"scroll-position"
|
|
1415
|
+
"scroll-position",
|
|
1416
|
+
"full-height",
|
|
1417
|
+
"scrollbar"
|
|
1408
1418
|
]
|
|
1409
1419
|
},
|
|
1410
1420
|
"sd-tag-group": {
|
|
@@ -1449,6 +1459,7 @@
|
|
|
1449
1459
|
"default-value",
|
|
1450
1460
|
"placeholder",
|
|
1451
1461
|
"disabled",
|
|
1462
|
+
"readonly",
|
|
1452
1463
|
"error",
|
|
1453
1464
|
"max-length",
|
|
1454
1465
|
"show-word-limit",
|
|
@@ -1582,6 +1593,7 @@
|
|
|
1582
1593
|
"clear",
|
|
1583
1594
|
"input-value-change",
|
|
1584
1595
|
"disabled",
|
|
1596
|
+
"readonly",
|
|
1585
1597
|
"loading",
|
|
1586
1598
|
"error",
|
|
1587
1599
|
"size",
|
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": "3.
|
|
5
|
+
"version": "3.12.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -270,6 +270,14 @@
|
|
|
270
270
|
"kind": "expression"
|
|
271
271
|
}
|
|
272
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"name": "readonly",
|
|
275
|
+
"description": "Whether it is read-only",
|
|
276
|
+
"value": {
|
|
277
|
+
"type": "boolean|string",
|
|
278
|
+
"kind": "expression"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
273
281
|
{
|
|
274
282
|
"name": "data",
|
|
275
283
|
"description": "Data used for auto-complete",
|
|
@@ -856,6 +864,14 @@
|
|
|
856
864
|
"type": "string",
|
|
857
865
|
"kind": "expression"
|
|
858
866
|
}
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "tooltip",
|
|
870
|
+
"description": "Tooltip configuration for the button. A string is used as the tooltip content; an object inherits all Tooltip props.",
|
|
871
|
+
"value": {
|
|
872
|
+
"type": "string | TooltipProps",
|
|
873
|
+
"kind": "expression"
|
|
874
|
+
}
|
|
859
875
|
}
|
|
860
876
|
],
|
|
861
877
|
"events": [
|
|
@@ -938,6 +954,22 @@
|
|
|
938
954
|
"type": "string",
|
|
939
955
|
"kind": "expression"
|
|
940
956
|
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "full-height",
|
|
960
|
+
"description": "Whether to fill the height of the parent container (the content area scrolls automatically, only effective when the parent container has a determinate height)",
|
|
961
|
+
"value": {
|
|
962
|
+
"type": "boolean",
|
|
963
|
+
"kind": "expression"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "scrollbar",
|
|
968
|
+
"description": "Whether the content area uses the Scrollbar component for scrolling, an object can be passed to customize the scrollbar. When false, native overflow scrolling is used. Only effective when `full-height` is true",
|
|
969
|
+
"value": {
|
|
970
|
+
"type": "boolean | ScrollbarProps",
|
|
971
|
+
"kind": "expression"
|
|
972
|
+
}
|
|
941
973
|
}
|
|
942
974
|
],
|
|
943
975
|
"events": [],
|
|
@@ -1482,6 +1514,14 @@
|
|
|
1482
1514
|
"kind": "expression"
|
|
1483
1515
|
}
|
|
1484
1516
|
},
|
|
1517
|
+
{
|
|
1518
|
+
"name": "readonly",
|
|
1519
|
+
"description": "Whether it is read-only",
|
|
1520
|
+
"value": {
|
|
1521
|
+
"type": "boolean|string",
|
|
1522
|
+
"kind": "expression"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1485
1525
|
{
|
|
1486
1526
|
"name": "hide-trigger",
|
|
1487
1527
|
"description": "Render panel inline",
|
|
@@ -4051,10 +4091,10 @@
|
|
|
4051
4091
|
}
|
|
4052
4092
|
},
|
|
4053
4093
|
{
|
|
4054
|
-
"name": "
|
|
4094
|
+
"name": "readonly",
|
|
4055
4095
|
"description": "Readonly",
|
|
4056
4096
|
"value": {
|
|
4057
|
-
"type": "boolean",
|
|
4097
|
+
"type": "boolean|string",
|
|
4058
4098
|
"kind": "expression"
|
|
4059
4099
|
}
|
|
4060
4100
|
},
|
|
@@ -4183,7 +4223,7 @@
|
|
|
4183
4223
|
"name": "readonly",
|
|
4184
4224
|
"description": "Whether it is read-only mode",
|
|
4185
4225
|
"value": {
|
|
4186
|
-
"type": "boolean",
|
|
4226
|
+
"type": "boolean|string",
|
|
4187
4227
|
"kind": "expression"
|
|
4188
4228
|
}
|
|
4189
4229
|
},
|
|
@@ -4344,7 +4384,7 @@
|
|
|
4344
4384
|
"name": "readonly",
|
|
4345
4385
|
"description": "Whether it is read-only",
|
|
4346
4386
|
"value": {
|
|
4347
|
-
"type": "boolean",
|
|
4387
|
+
"type": "boolean|string",
|
|
4348
4388
|
"kind": "expression"
|
|
4349
4389
|
}
|
|
4350
4390
|
},
|
|
@@ -5102,6 +5142,14 @@
|
|
|
5102
5142
|
"kind": "expression"
|
|
5103
5143
|
}
|
|
5104
5144
|
},
|
|
5145
|
+
{
|
|
5146
|
+
"name": "readonly",
|
|
5147
|
+
"description": "Whether it is read-only",
|
|
5148
|
+
"value": {
|
|
5149
|
+
"type": "boolean|string",
|
|
5150
|
+
"kind": "expression"
|
|
5151
|
+
}
|
|
5152
|
+
},
|
|
5105
5153
|
{
|
|
5106
5154
|
"name": "allow-clear",
|
|
5107
5155
|
"description": "Whether to allow the input to be cleared",
|
|
@@ -6490,7 +6538,7 @@
|
|
|
6490
6538
|
"name": "readonly",
|
|
6491
6539
|
"description": "Whether it is readonly",
|
|
6492
6540
|
"value": {
|
|
6493
|
-
"type": "boolean",
|
|
6541
|
+
"type": "boolean|string",
|
|
6494
6542
|
"kind": "expression"
|
|
6495
6543
|
}
|
|
6496
6544
|
},
|
|
@@ -6736,7 +6784,16 @@
|
|
|
6736
6784
|
},
|
|
6737
6785
|
{
|
|
6738
6786
|
"name": "sd-select",
|
|
6739
|
-
"attributes": [
|
|
6787
|
+
"attributes": [
|
|
6788
|
+
{
|
|
6789
|
+
"name": "readonly",
|
|
6790
|
+
"description": "Whether it is read-only",
|
|
6791
|
+
"value": {
|
|
6792
|
+
"type": "boolean|string",
|
|
6793
|
+
"kind": "expression"
|
|
6794
|
+
}
|
|
6795
|
+
}
|
|
6796
|
+
],
|
|
6740
6797
|
"events": [],
|
|
6741
6798
|
"slots": []
|
|
6742
6799
|
},
|
|
@@ -8356,6 +8413,22 @@
|
|
|
8356
8413
|
"type": "ScrollPosition",
|
|
8357
8414
|
"kind": "expression"
|
|
8358
8415
|
}
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"name": "full-height",
|
|
8419
|
+
"description": "Whether to fill the height of the parent container (only effective in horizontal direction, the content area scrolls automatically)",
|
|
8420
|
+
"value": {
|
|
8421
|
+
"type": "boolean",
|
|
8422
|
+
"kind": "expression"
|
|
8423
|
+
}
|
|
8424
|
+
},
|
|
8425
|
+
{
|
|
8426
|
+
"name": "scrollbar",
|
|
8427
|
+
"description": "Whether the content area uses the Scrollbar component for scrolling, an object can be passed to customize the scrollbar. When false, native overflow scrolling is used. Only effective when `full-height` is true",
|
|
8428
|
+
"value": {
|
|
8429
|
+
"type": "boolean | ScrollbarProps",
|
|
8430
|
+
"kind": "expression"
|
|
8431
|
+
}
|
|
8359
8432
|
}
|
|
8360
8433
|
],
|
|
8361
8434
|
"events": [
|
|
@@ -8609,6 +8682,14 @@
|
|
|
8609
8682
|
"kind": "expression"
|
|
8610
8683
|
}
|
|
8611
8684
|
},
|
|
8685
|
+
{
|
|
8686
|
+
"name": "readonly",
|
|
8687
|
+
"description": "Whether it is read-only",
|
|
8688
|
+
"value": {
|
|
8689
|
+
"type": "boolean|string",
|
|
8690
|
+
"kind": "expression"
|
|
8691
|
+
}
|
|
8692
|
+
},
|
|
8612
8693
|
{
|
|
8613
8694
|
"name": "error",
|
|
8614
8695
|
"description": "Whether it is an error state",
|
|
@@ -8751,7 +8832,7 @@
|
|
|
8751
8832
|
"name": "readonly",
|
|
8752
8833
|
"description": "Whether it is read-only mode",
|
|
8753
8834
|
"value": {
|
|
8754
|
-
"type": "boolean",
|
|
8835
|
+
"type": "boolean|string",
|
|
8755
8836
|
"kind": "expression"
|
|
8756
8837
|
}
|
|
8757
8838
|
},
|
|
@@ -9258,7 +9339,7 @@
|
|
|
9258
9339
|
"name": "popup-container",
|
|
9259
9340
|
"description": "Mount container for popup",
|
|
9260
9341
|
"value": {
|
|
9261
|
-
"type": "
|
|
9342
|
+
"type": "union",
|
|
9262
9343
|
"kind": "expression"
|
|
9263
9344
|
}
|
|
9264
9345
|
}
|
|
@@ -9412,6 +9493,14 @@
|
|
|
9412
9493
|
"kind": "expression"
|
|
9413
9494
|
}
|
|
9414
9495
|
},
|
|
9496
|
+
{
|
|
9497
|
+
"name": "readonly",
|
|
9498
|
+
"description": "Whether it is read-only",
|
|
9499
|
+
"value": {
|
|
9500
|
+
"type": "boolean|string",
|
|
9501
|
+
"kind": "expression"
|
|
9502
|
+
}
|
|
9503
|
+
},
|
|
9415
9504
|
{
|
|
9416
9505
|
"name": "loading",
|
|
9417
9506
|
"description": "Whether it is loading state",
|
|
@@ -10800,7 +10889,7 @@
|
|
|
10800
10889
|
"name": "readonly",
|
|
10801
10890
|
"description": "Readonly",
|
|
10802
10891
|
"value": {
|
|
10803
|
-
"type": "boolean",
|
|
10892
|
+
"type": "boolean|string",
|
|
10804
10893
|
"kind": "expression"
|
|
10805
10894
|
}
|
|
10806
10895
|
},
|
package/package.json
CHANGED
package/es/style/base.scss
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
@use './theme/tokens.scss' as theme;
|
|
2
|
-
|
|
3
|
-
body {
|
|
4
|
-
color: rgb(#{theme.$sd-color-primary-6});
|
|
5
|
-
font-size: 14px;
|
|
6
|
-
font-family:
|
|
7
|
-
Inter,
|
|
8
|
-
-apple-system,
|
|
9
|
-
BlinkMacSystemFont,
|
|
10
|
-
'PingFang SC',
|
|
11
|
-
'Hiragino Sans GB',
|
|
12
|
-
'noto sans',
|
|
13
|
-
'Microsoft YaHei',
|
|
14
|
-
'Helvetica Neue',
|
|
15
|
-
Helvetica,
|
|
16
|
-
Arial,
|
|
17
|
-
sans-serif;
|
|
18
|
-
}
|