@varlet/ui 2.20.5 → 3.0.0-alpha.1704352780759
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/back-top/BackTop.mjs +0 -1
- package/es/back-top/backTop.css +1 -1
- package/es/badge/badge.css +1 -1
- package/es/bottom-navigation/BottomNavigation.mjs +1 -1
- package/es/bottom-navigation/bottomNavigation.css +1 -1
- package/es/button/button.css +1 -1
- package/es/card/Card.mjs +2 -1
- package/es/card/card.css +1 -1
- package/es/cell/cell.css +1 -1
- package/es/chip/Chip.mjs +1 -1
- package/es/chip/chip.css +1 -1
- package/es/chip/props.mjs +0 -2
- package/es/date-picker/DatePicker.mjs +1 -1
- package/es/date-picker/date-picker.css +1 -1
- package/es/date-picker/props.mjs +0 -2
- package/es/date-picker/src/panel-header.mjs +8 -6
- package/es/fab/Fab.mjs +1 -2
- package/es/fab/fab.css +1 -1
- package/es/field-decorator/FieldDecorator.mjs +9 -8
- package/es/hover-overlay/hoverOverlay.css +1 -1
- package/es/icon/icon.css +1 -1
- package/es/image-preview/ImagePreview.mjs +2 -10
- package/es/image-preview/props.mjs +0 -2
- package/es/index-bar/IndexBar.mjs +1 -1
- package/es/index-bar/props.mjs +0 -2
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +3 -0
- package/es/loading-bar/index.mjs +0 -5
- package/es/progress/Progress.mjs +1 -1
- package/es/progress/progress.css +1 -1
- package/es/progress/props.mjs +0 -1
- package/es/select/Select.mjs +3 -0
- package/es/snackbar/core.mjs +4 -3
- package/es/step/step.css +1 -1
- package/es/style.css +1 -1
- package/es/switch/Switch.mjs +1 -1
- package/es/themes/dark/badge.mjs +2 -1
- package/es/themes/dark/bottomNavigationItem.mjs +2 -1
- package/es/themes/dark/datePicker.mjs +1 -1
- package/es/themes/dark/timePicker.mjs +2 -1
- package/es/themes/index.mjs +3 -1
- package/es/themes/md3-dark/actionSheet.mjs +9 -0
- package/es/themes/md3-dark/appBar.mjs +7 -0
- package/es/themes/md3-dark/avatar.mjs +7 -0
- package/es/themes/md3-dark/backTop.mjs +6 -0
- package/es/themes/md3-dark/badge.mjs +12 -0
- package/es/themes/md3-dark/bottomNavigation.mjs +7 -0
- package/es/themes/md3-dark/bottomNavigationItem.mjs +8 -0
- package/es/themes/md3-dark/breadcrumb.mjs +6 -0
- package/es/themes/md3-dark/button.mjs +13 -0
- package/es/themes/md3-dark/card.mjs +28 -0
- package/es/themes/md3-dark/cell.mjs +7 -0
- package/es/themes/md3-dark/checkbox.mjs +7 -0
- package/es/themes/md3-dark/chip.mjs +18 -0
- package/es/themes/md3-dark/collapse.mjs +8 -0
- package/es/themes/md3-dark/countdown.mjs +6 -0
- package/es/themes/md3-dark/counter.mjs +7 -0
- package/es/themes/md3-dark/datePicker.mjs +19 -0
- package/es/themes/md3-dark/dialog.mjs +15 -0
- package/es/themes/md3-dark/divider.mjs +7 -0
- package/es/themes/md3-dark/fab.mjs +8 -0
- package/es/themes/md3-dark/fieldDecorator.mjs +7 -0
- package/es/themes/md3-dark/floatingPanel.mjs +10 -0
- package/es/themes/md3-dark/hoverOverlay.mjs +6 -0
- package/es/themes/md3-dark/index.d.ts +5 -0
- package/es/themes/md3-dark/index.mjs +79 -0
- package/es/themes/md3-dark/link.mjs +6 -0
- package/es/themes/md3-dark/menu.mjs +7 -0
- package/es/themes/md3-dark/menuOption.mjs +6 -0
- package/es/themes/md3-dark/menuSelect.mjs +7 -0
- package/es/themes/md3-dark/option.mjs +6 -0
- package/es/themes/md3-dark/pagination.mjs +11 -0
- package/es/themes/md3-dark/paper.mjs +6 -0
- package/es/themes/md3-dark/picker.mjs +11 -0
- package/es/themes/md3-dark/popup.mjs +6 -0
- package/es/themes/md3-dark/progress.mjs +6 -0
- package/es/themes/md3-dark/pullRefresh.mjs +6 -0
- package/es/themes/md3-dark/radio.mjs +7 -0
- package/es/themes/md3-dark/result.mjs +16 -0
- package/es/themes/md3-dark/select.mjs +7 -0
- package/es/themes/md3-dark/slider.mjs +11 -0
- package/es/themes/md3-dark/snackbar.mjs +7 -0
- package/es/themes/md3-dark/steps.mjs +9 -0
- package/es/themes/md3-dark/switch.mjs +6 -0
- package/es/themes/md3-dark/tab.mjs +6 -0
- package/es/themes/md3-dark/table.mjs +12 -0
- package/es/themes/md3-dark/tabs.mjs +6 -0
- package/es/themes/md3-dark/timePicker.mjs +17 -0
- package/es/themes/md3-dark/tooltip.mjs +13 -0
- package/es/themes/md3-dark/uploader.mjs +11 -0
- package/es/themes/md3-dark/watermark.mjs +6 -0
- package/es/themes/md3-light/actionSheet.mjs +9 -0
- package/es/themes/md3-light/avatar.mjs +7 -0
- package/es/themes/md3-light/backTop.mjs +6 -0
- package/es/themes/md3-light/badge.mjs +10 -0
- package/es/themes/md3-light/bottomNavigation.mjs +8 -0
- package/es/themes/md3-light/bottomNavigationItem.mjs +7 -0
- package/es/themes/md3-light/breadcrumb.mjs +6 -0
- package/es/themes/md3-light/button.mjs +8 -0
- package/es/themes/md3-light/card.mjs +27 -0
- package/es/themes/md3-light/cell.mjs +7 -0
- package/es/themes/md3-light/checkbox.mjs +7 -0
- package/es/themes/md3-light/chip.mjs +18 -0
- package/es/themes/md3-light/collapse.mjs +8 -0
- package/es/themes/md3-light/countdown.mjs +6 -0
- package/es/themes/md3-light/datePicker.mjs +19 -0
- package/es/themes/md3-light/dialog.mjs +15 -0
- package/es/themes/md3-light/divider.mjs +6 -0
- package/es/themes/md3-light/fab.mjs +8 -0
- package/es/themes/md3-light/fieldDecorator.mjs +7 -0
- package/es/themes/md3-light/floatingPanel.mjs +10 -0
- package/es/themes/md3-light/hoverOverlay.mjs +6 -0
- package/es/themes/md3-light/index.d.ts +5 -0
- package/es/themes/md3-light/index.mjs +71 -0
- package/es/themes/md3-light/link.mjs +6 -0
- package/es/themes/md3-light/menu.mjs +7 -0
- package/es/themes/md3-light/menuOption.mjs +6 -0
- package/es/themes/md3-light/menuSelect.mjs +7 -0
- package/es/themes/md3-light/option.mjs +6 -0
- package/es/themes/md3-light/pagination.mjs +6 -0
- package/es/themes/md3-light/paper.mjs +6 -0
- package/es/themes/md3-light/picker.mjs +8 -0
- package/es/themes/md3-light/popup.mjs +6 -0
- package/es/themes/md3-light/pullRefresh.mjs +6 -0
- package/es/themes/md3-light/radio.mjs +7 -0
- package/es/themes/md3-light/result.mjs +12 -0
- package/es/themes/md3-light/select.mjs +7 -0
- package/es/themes/md3-light/slider.mjs +10 -0
- package/es/themes/md3-light/snackbar.mjs +7 -0
- package/es/themes/md3-light/tab.mjs +6 -0
- package/es/themes/md3-light/table.mjs +7 -0
- package/es/themes/md3-light/tabs.mjs +6 -0
- package/es/themes/md3-light/timePicker.mjs +15 -0
- package/es/themes/md3-light/tooltip.mjs +7 -0
- package/es/themes/md3-light/uploader.mjs +11 -0
- package/es/time-picker/TimePicker.mjs +1 -1
- package/es/time-picker/clock.mjs +4 -4
- package/es/time-picker/props.mjs +0 -2
- package/es/time-picker/timePicker.css +1 -1
- package/es/tooltip/tooltip.css +1 -1
- package/es/uploader/uploader.css +1 -1
- package/es/varlet.esm.js +6884 -6415
- package/highlight/web-types.en-US.json +14 -6
- package/highlight/web-types.zh-CN.json +14 -6
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +1873 -1297
- package/package.json +9 -9
- package/types/chip.d.ts +0 -2
- package/types/datePicker.d.ts +0 -2
- package/types/imagePreview.d.ts +0 -6
- package/types/indexBar.d.ts +0 -3
- package/types/input.d.ts +1 -0
- package/types/loadingBar.d.ts +0 -3
- package/types/progress.d.ts +0 -3
- package/types/select.d.ts +1 -0
- package/types/styleVars.d.ts +88 -16
- package/types/themes.d.ts +2 -0
- package/types/timePicker.d.ts +0 -2
- package/types/uploader.d.ts +1 -0
- package/umd/varlet.js +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0-alpha.1704352780759",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -3699,6 +3699,10 @@
|
|
|
3699
3699
|
"name": "append-icon",
|
|
3700
3700
|
"description": "Append Icon"
|
|
3701
3701
|
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "clear-icon",
|
|
3704
|
+
"description": "Clear Icon"
|
|
3705
|
+
},
|
|
3702
3706
|
{
|
|
3703
3707
|
"name": "extra-message",
|
|
3704
3708
|
"description": "Extra message"
|
|
@@ -5688,6 +5692,10 @@
|
|
|
5688
5692
|
"name": "prepend-icon",
|
|
5689
5693
|
"description": "Prepend icon"
|
|
5690
5694
|
},
|
|
5695
|
+
{
|
|
5696
|
+
"name": "clear-icon",
|
|
5697
|
+
"description": "Clear Icon"
|
|
5698
|
+
},
|
|
5691
5699
|
{
|
|
5692
5700
|
"name": "append-icon",
|
|
5693
5701
|
"description": "Append icon"
|
|
@@ -6810,7 +6818,7 @@
|
|
|
6810
6818
|
{
|
|
6811
6819
|
"name": "color",
|
|
6812
6820
|
"description": "The background color of the tabs",
|
|
6813
|
-
"default": "
|
|
6821
|
+
"default": "-",
|
|
6814
6822
|
"value": {
|
|
6815
6823
|
"type": "string",
|
|
6816
6824
|
"kind": "expression"
|
|
@@ -6819,7 +6827,7 @@
|
|
|
6819
6827
|
{
|
|
6820
6828
|
"name": "active-color",
|
|
6821
6829
|
"description": "The primary color that the tab is activates",
|
|
6822
|
-
"default": "
|
|
6830
|
+
"default": "-",
|
|
6823
6831
|
"value": {
|
|
6824
6832
|
"type": "string",
|
|
6825
6833
|
"kind": "expression"
|
|
@@ -6828,7 +6836,7 @@
|
|
|
6828
6836
|
{
|
|
6829
6837
|
"name": "inactive-color",
|
|
6830
6838
|
"description": "The primary color that the tab is not activated",
|
|
6831
|
-
"default": "
|
|
6839
|
+
"default": "-",
|
|
6832
6840
|
"value": {
|
|
6833
6841
|
"type": "string",
|
|
6834
6842
|
"kind": "expression"
|
|
@@ -6837,7 +6845,7 @@
|
|
|
6837
6845
|
{
|
|
6838
6846
|
"name": "disabled-color",
|
|
6839
6847
|
"description": "The primary color that the tab is disabled",
|
|
6840
|
-
"default": "
|
|
6848
|
+
"default": "-",
|
|
6841
6849
|
"value": {
|
|
6842
6850
|
"type": "string",
|
|
6843
6851
|
"kind": "expression"
|
|
@@ -6846,7 +6854,7 @@
|
|
|
6846
6854
|
{
|
|
6847
6855
|
"name": "indicator-color",
|
|
6848
6856
|
"description": "The tab activates the color of the indicator",
|
|
6849
|
-
"default": "
|
|
6857
|
+
"default": "-",
|
|
6850
6858
|
"value": {
|
|
6851
6859
|
"type": "string",
|
|
6852
6860
|
"kind": "expression"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0-alpha.1704352780759",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -3867,6 +3867,10 @@
|
|
|
3867
3867
|
"name": "append-icon",
|
|
3868
3868
|
"description": "后置图标"
|
|
3869
3869
|
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "clear-icon",
|
|
3872
|
+
"description": "清除图标"
|
|
3873
|
+
},
|
|
3870
3874
|
{
|
|
3871
3875
|
"name": "extra-message",
|
|
3872
3876
|
"description": "附加信息"
|
|
@@ -6028,6 +6032,10 @@
|
|
|
6028
6032
|
"name": "prepend-icon",
|
|
6029
6033
|
"description": "前置图标"
|
|
6030
6034
|
},
|
|
6035
|
+
{
|
|
6036
|
+
"name": "clear-icon",
|
|
6037
|
+
"description": "清除图标"
|
|
6038
|
+
},
|
|
6031
6039
|
{
|
|
6032
6040
|
"name": "append-icon",
|
|
6033
6041
|
"description": "后置图标"
|
|
@@ -7150,7 +7158,7 @@
|
|
|
7150
7158
|
{
|
|
7151
7159
|
"name": "color",
|
|
7152
7160
|
"description": "选项卡的背景颜色",
|
|
7153
|
-
"default": "
|
|
7161
|
+
"default": "-",
|
|
7154
7162
|
"value": {
|
|
7155
7163
|
"type": "string",
|
|
7156
7164
|
"kind": "expression"
|
|
@@ -7159,7 +7167,7 @@
|
|
|
7159
7167
|
{
|
|
7160
7168
|
"name": "active-color",
|
|
7161
7169
|
"description": "选项卡激活的主要颜色",
|
|
7162
|
-
"default": "
|
|
7170
|
+
"default": "-",
|
|
7163
7171
|
"value": {
|
|
7164
7172
|
"type": "string",
|
|
7165
7173
|
"kind": "expression"
|
|
@@ -7168,7 +7176,7 @@
|
|
|
7168
7176
|
{
|
|
7169
7177
|
"name": "inactive-color",
|
|
7170
7178
|
"description": "选项卡未激活的主要颜色",
|
|
7171
|
-
"default": "
|
|
7179
|
+
"default": "-",
|
|
7172
7180
|
"value": {
|
|
7173
7181
|
"type": "string",
|
|
7174
7182
|
"kind": "expression"
|
|
@@ -7177,7 +7185,7 @@
|
|
|
7177
7185
|
{
|
|
7178
7186
|
"name": "disabled-color",
|
|
7179
7187
|
"description": "选项卡禁用时的主要颜色",
|
|
7180
|
-
"default": "
|
|
7188
|
+
"default": "-",
|
|
7181
7189
|
"value": {
|
|
7182
7190
|
"type": "string",
|
|
7183
7191
|
"kind": "expression"
|
|
@@ -7186,7 +7194,7 @@
|
|
|
7186
7194
|
{
|
|
7187
7195
|
"name": "indicator-color",
|
|
7188
7196
|
"description": "选项卡激活指示器的颜色",
|
|
7189
|
-
"default": "
|
|
7197
|
+
"default": "-",
|
|
7190
7198
|
"value": {
|
|
7191
7199
|
"type": "string",
|
|
7192
7200
|
"kind": "expression"
|