@varlet/ui 2.22.3 → 3.0.0-alpha.1707916363117
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/README.md +1 -0
- package/README.zh-CN.md +1 -0
- package/es/action-sheet/ActionSheet.mjs +3 -3
- 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.mjs +12 -7
- package/es/button/button.css +1 -1
- package/es/button/props.mjs +1 -0
- package/es/card/Card.mjs +0 -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/collapse-item/collapseItem.css +1 -1
- package/es/countdown/countdown.css +1 -1
- package/es/date-picker/DatePicker.mjs +11 -11
- package/es/date-picker/date-picker.css +1 -1
- package/es/date-picker/props.mjs +0 -2
- package/es/date-picker/src/day-picker-panel.mjs +2 -2
- package/es/date-picker/src/month-picker-panel.mjs +3 -3
- package/es/date-picker/src/panel-header.mjs +11 -9
- package/es/dialog/Dialog.mjs +5 -5
- package/es/divider/divider.css +1 -1
- package/es/fab/Fab.mjs +1 -1
- package/es/fab/fab.css +1 -1
- package/es/field-decorator/FieldDecorator.mjs +33 -15
- package/es/field-decorator/fieldDecorator.css +1 -1
- package/es/field-decorator/props.mjs +4 -0
- 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 +1 -0
- package/es/list/List.mjs +5 -5
- package/es/loading-bar/index.mjs +0 -5
- package/es/locale/en-US.d.ts +2 -2
- package/es/locale/fa-IR.d.ts +2 -2
- package/es/locale/index.mjs +32 -25
- package/es/locale/zh-CN.d.ts +2 -2
- package/es/locale/zh-HK.d.ts +2 -2
- package/es/locale/zh-HK.mjs +2 -2
- package/es/locale/zh-TW.d.ts +2 -2
- package/es/pagination/Pagination.mjs +5 -5
- package/es/pagination/pagination.css +1 -1
- package/es/picker/Picker.mjs +5 -5
- package/es/picker/picker.css +1 -1
- package/es/progress/Progress.mjs +1 -1
- package/es/progress/progress.css +1 -1
- package/es/progress/props.mjs +0 -1
- package/es/slider/slider.css +1 -1
- package/es/step/step.css +1 -1
- package/es/style.css +1 -1
- package/es/styles/common.css +1 -1
- package/es/switch/Switch.mjs +1 -1
- package/es/table/table.css +1 -1
- package/es/themes/dark/badge.mjs +2 -1
- package/es/themes/dark/bottomNavigation.mjs +1 -2
- package/es/themes/dark/button.mjs +3 -1
- package/es/themes/dark/card.mjs +0 -1
- package/es/themes/dark/cell.mjs +1 -2
- package/es/themes/dark/collapse.mjs +1 -2
- package/es/themes/dark/datePicker.mjs +1 -1
- package/es/themes/dark/divider.mjs +0 -1
- package/es/themes/dark/index.mjs +19 -4
- package/es/themes/dark/pagination.mjs +0 -1
- package/es/themes/dark/picker.mjs +0 -1
- package/es/themes/dark/table.mjs +1 -4
- 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 +7 -0
- package/es/themes/md3-dark/bottomNavigation.mjs +6 -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 +10 -0
- package/es/themes/md3-dark/card.mjs +27 -0
- package/es/themes/md3-dark/cell.mjs +6 -0
- package/es/themes/md3-dark/checkbox.mjs +7 -0
- package/es/themes/md3-dark/chip.mjs +8 -0
- package/es/themes/md3-dark/collapse.mjs +7 -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/{dark/countdown.mjs → md3-dark/divider.mjs} +1 -1
- 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 +96 -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 +9 -0
- package/es/themes/md3-dark/paper.mjs +6 -0
- package/es/themes/md3-dark/picker.mjs +10 -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/rate.mjs +6 -0
- package/es/themes/md3-dark/result.mjs +16 -0
- package/es/themes/md3-dark/select.mjs +7 -0
- package/es/themes/md3-dark/skeleton.mjs +11 -0
- package/es/themes/md3-dark/slider.mjs +10 -0
- package/es/themes/md3-dark/snackbar.mjs +7 -0
- package/es/themes/md3-dark/steps.mjs +8 -0
- package/es/themes/md3-dark/switch.mjs +7 -0
- package/es/themes/md3-dark/tab.mjs +6 -0
- package/es/themes/md3-dark/table.mjs +9 -0
- package/es/themes/md3-dark/tabs.mjs +6 -0
- package/es/themes/md3-dark/timePicker.mjs +27 -0
- package/es/themes/md3-dark/tooltip.mjs +8 -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/bottomNavigation.mjs +7 -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 +10 -0
- package/es/themes/md3-light/card.mjs +27 -0
- package/es/themes/md3-light/cell.mjs +6 -0
- package/es/themes/md3-light/checkbox.mjs +7 -0
- package/es/themes/md3-light/chip.mjs +8 -0
- package/es/themes/md3-light/collapse.mjs +7 -0
- package/es/themes/md3-light/datePicker.mjs +19 -0
- package/es/themes/md3-light/dialog.mjs +15 -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 +86 -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/rate.mjs +6 -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/switch.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 +25 -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 +24 -16
- 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 +6588 -6082
- package/highlight/web-types.en-US.json +15 -6
- package/highlight/web-types.zh-CN.json +15 -6
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +2190 -1566
- package/package.json +8 -7
- package/types/button.d.ts +1 -0
- package/types/buttonGroup.d.ts +1 -1
- 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/loadingBar.d.ts +0 -3
- package/types/locale.d.ts +18 -14
- package/types/progress.d.ts +0 -3
- package/types/styleVars.d.ts +192 -68
- 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 +7 -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.1707916363117",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -874,6 +874,15 @@
|
|
|
874
874
|
"kind": "expression"
|
|
875
875
|
}
|
|
876
876
|
},
|
|
877
|
+
{
|
|
878
|
+
"name": "icon-container",
|
|
879
|
+
"description": "Whether to serve as an icon container",
|
|
880
|
+
"default": "false",
|
|
881
|
+
"value": {
|
|
882
|
+
"type": "boolean",
|
|
883
|
+
"kind": "expression"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
877
886
|
{
|
|
878
887
|
"name": "outline",
|
|
879
888
|
"description": "Whether to be outline button",
|
|
@@ -6870,7 +6879,7 @@
|
|
|
6870
6879
|
{
|
|
6871
6880
|
"name": "color",
|
|
6872
6881
|
"description": "The background color of the tabs",
|
|
6873
|
-
"default": "
|
|
6882
|
+
"default": "-",
|
|
6874
6883
|
"value": {
|
|
6875
6884
|
"type": "string",
|
|
6876
6885
|
"kind": "expression"
|
|
@@ -6879,7 +6888,7 @@
|
|
|
6879
6888
|
{
|
|
6880
6889
|
"name": "active-color",
|
|
6881
6890
|
"description": "The primary color that the tab is activates",
|
|
6882
|
-
"default": "
|
|
6891
|
+
"default": "-",
|
|
6883
6892
|
"value": {
|
|
6884
6893
|
"type": "string",
|
|
6885
6894
|
"kind": "expression"
|
|
@@ -6888,7 +6897,7 @@
|
|
|
6888
6897
|
{
|
|
6889
6898
|
"name": "inactive-color",
|
|
6890
6899
|
"description": "The primary color that the tab is not activated",
|
|
6891
|
-
"default": "
|
|
6900
|
+
"default": "-",
|
|
6892
6901
|
"value": {
|
|
6893
6902
|
"type": "string",
|
|
6894
6903
|
"kind": "expression"
|
|
@@ -6897,7 +6906,7 @@
|
|
|
6897
6906
|
{
|
|
6898
6907
|
"name": "disabled-color",
|
|
6899
6908
|
"description": "The primary color that the tab is disabled",
|
|
6900
|
-
"default": "
|
|
6909
|
+
"default": "-",
|
|
6901
6910
|
"value": {
|
|
6902
6911
|
"type": "string",
|
|
6903
6912
|
"kind": "expression"
|
|
@@ -6906,7 +6915,7 @@
|
|
|
6906
6915
|
{
|
|
6907
6916
|
"name": "indicator-color",
|
|
6908
6917
|
"description": "The tab activates the color of the indicator",
|
|
6909
|
-
"default": "
|
|
6918
|
+
"default": "-",
|
|
6910
6919
|
"value": {
|
|
6911
6920
|
"type": "string",
|
|
6912
6921
|
"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.1707916363117",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -934,6 +934,15 @@
|
|
|
934
934
|
"kind": "expression"
|
|
935
935
|
}
|
|
936
936
|
},
|
|
937
|
+
{
|
|
938
|
+
"name": "icon-container",
|
|
939
|
+
"description": "是否作为图标容器",
|
|
940
|
+
"default": "false",
|
|
941
|
+
"value": {
|
|
942
|
+
"type": "boolean",
|
|
943
|
+
"kind": "expression"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
937
946
|
{
|
|
938
947
|
"name": "outline",
|
|
939
948
|
"description": "是否使用外边框",
|
|
@@ -7210,7 +7219,7 @@
|
|
|
7210
7219
|
{
|
|
7211
7220
|
"name": "color",
|
|
7212
7221
|
"description": "选项卡的背景颜色",
|
|
7213
|
-
"default": "
|
|
7222
|
+
"default": "-",
|
|
7214
7223
|
"value": {
|
|
7215
7224
|
"type": "string",
|
|
7216
7225
|
"kind": "expression"
|
|
@@ -7219,7 +7228,7 @@
|
|
|
7219
7228
|
{
|
|
7220
7229
|
"name": "active-color",
|
|
7221
7230
|
"description": "选项卡激活的主要颜色",
|
|
7222
|
-
"default": "
|
|
7231
|
+
"default": "-",
|
|
7223
7232
|
"value": {
|
|
7224
7233
|
"type": "string",
|
|
7225
7234
|
"kind": "expression"
|
|
@@ -7228,7 +7237,7 @@
|
|
|
7228
7237
|
{
|
|
7229
7238
|
"name": "inactive-color",
|
|
7230
7239
|
"description": "选项卡未激活的主要颜色",
|
|
7231
|
-
"default": "
|
|
7240
|
+
"default": "-",
|
|
7232
7241
|
"value": {
|
|
7233
7242
|
"type": "string",
|
|
7234
7243
|
"kind": "expression"
|
|
@@ -7237,7 +7246,7 @@
|
|
|
7237
7246
|
{
|
|
7238
7247
|
"name": "disabled-color",
|
|
7239
7248
|
"description": "选项卡禁用时的主要颜色",
|
|
7240
|
-
"default": "
|
|
7249
|
+
"default": "-",
|
|
7241
7250
|
"value": {
|
|
7242
7251
|
"type": "string",
|
|
7243
7252
|
"kind": "expression"
|
|
@@ -7246,7 +7255,7 @@
|
|
|
7246
7255
|
{
|
|
7247
7256
|
"name": "indicator-color",
|
|
7248
7257
|
"description": "选项卡激活指示器的颜色",
|
|
7249
|
-
"default": "
|
|
7258
|
+
"default": "-",
|
|
7250
7259
|
"value": {
|
|
7251
7260
|
"type": "string",
|
|
7252
7261
|
"kind": "expression"
|