@varlet/ui 2.7.0 → 2.7.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.
Files changed (73) hide show
  1. package/es/action-sheet/style/index.mjs +1 -0
  2. package/es/app-bar/style/index.mjs +1 -0
  3. package/es/back-top/style/index.mjs +1 -0
  4. package/es/badge/style/index.mjs +1 -0
  5. package/es/bottom-navigation/style/index.mjs +1 -0
  6. package/es/bottom-navigation-item/style/index.mjs +1 -0
  7. package/es/breadcrumb/style/index.mjs +1 -0
  8. package/es/breadcrumbs/style/index.mjs +1 -0
  9. package/es/button/style/index.mjs +1 -0
  10. package/es/card/style/index.mjs +1 -0
  11. package/es/cell/style/index.mjs +1 -0
  12. package/es/checkbox/style/index.mjs +1 -0
  13. package/es/checkbox-group/style/index.mjs +1 -0
  14. package/es/chip/style/index.mjs +1 -0
  15. package/es/col/style/index.mjs +1 -0
  16. package/es/collapse/style/index.mjs +1 -0
  17. package/es/collapse-item/style/index.mjs +1 -0
  18. package/es/countdown/style/index.mjs +1 -0
  19. package/es/counter/style/index.mjs +1 -0
  20. package/es/date-picker/style/index.mjs +1 -0
  21. package/es/dialog/style/index.mjs +1 -0
  22. package/es/divider/style/index.mjs +1 -0
  23. package/es/form/style/index.mjs +1 -0
  24. package/es/form-details/style/index.mjs +1 -0
  25. package/es/icon/style/index.mjs +1 -0
  26. package/es/image/style/index.mjs +1 -0
  27. package/es/image-preview/style/index.mjs +1 -0
  28. package/es/index-anchor/style/index.mjs +1 -0
  29. package/es/index-bar/style/index.mjs +1 -0
  30. package/es/index.bundle.mjs +1 -1
  31. package/es/index.mjs +1 -1
  32. package/es/input/style/index.mjs +1 -0
  33. package/es/link/style/index.mjs +1 -0
  34. package/es/list/style/index.mjs +1 -0
  35. package/es/loading/style/index.mjs +1 -0
  36. package/es/menu/style/index.mjs +1 -0
  37. package/es/option/style/index.mjs +1 -0
  38. package/es/pagination/style/index.mjs +1 -0
  39. package/es/picker/style/index.mjs +1 -0
  40. package/es/progress/style/index.mjs +1 -0
  41. package/es/pull-refresh/style/index.mjs +1 -0
  42. package/es/radio/style/index.mjs +1 -0
  43. package/es/radio-group/style/index.mjs +1 -0
  44. package/es/rate/style/index.mjs +1 -0
  45. package/es/result/style/index.mjs +1 -0
  46. package/es/row/style/index.mjs +1 -0
  47. package/es/select/style/index.mjs +1 -0
  48. package/es/skeleton/style/index.mjs +1 -0
  49. package/es/slider/style/index.mjs +1 -0
  50. package/es/snackbar/style/index.mjs +2 -0
  51. package/es/step/style/index.mjs +1 -0
  52. package/es/steps/style/index.mjs +1 -0
  53. package/es/sticky/style/index.mjs +1 -0
  54. package/es/style-provider/style/index.mjs +1 -0
  55. package/es/style.css +1 -1
  56. package/es/swipe/style/index.mjs +1 -0
  57. package/es/swipe-item/style/index.mjs +1 -0
  58. package/es/switch/style/index.mjs +1 -0
  59. package/es/tab/style/index.mjs +1 -0
  60. package/es/tab-item/style/index.mjs +1 -0
  61. package/es/table/style/index.mjs +1 -0
  62. package/es/tabs/style/index.mjs +1 -0
  63. package/es/tabs-items/style/index.mjs +1 -0
  64. package/es/time-picker/style/index.mjs +1 -0
  65. package/es/tooltip/style/index.mjs +1 -0
  66. package/es/uploader/style/index.mjs +1 -0
  67. package/es/varlet.esm.js +498 -498
  68. package/highlight/web-types.json +1 -1
  69. package/lib/style.css +1 -1
  70. package/lib/varlet.cjs.js +65 -1
  71. package/package.json +5 -5
  72. package/umd/style.css +1 -1
  73. package/umd/varlet.js +6 -6
package/lib/varlet.cjs.js CHANGED
@@ -23208,65 +23208,129 @@ const icon = "";
23208
23208
  const ripple = "";
23209
23209
  const popup = "";
23210
23210
  const actionSheet = "";
23211
+ const ActionSheetSfc = "";
23211
23212
  const elevation = "";
23212
23213
  const appBar = "";
23214
+ const AppBarSfc = "";
23213
23215
  const button = "";
23214
23216
  const backTop = "";
23217
+ const BackTopSfc = "";
23215
23218
  const badge = "";
23219
+ const BadgeSfc = "";
23216
23220
  const bottomNavigation = "";
23221
+ const BottomNavigationSfc = "";
23217
23222
  const bottomNavigationItem = "";
23223
+ const BottomNavigationItemSfc = "";
23218
23224
  const breadcrumb = "";
23225
+ const BreadcrumbSfc = "";
23219
23226
  const breadcrumbs = "";
23227
+ const BreadcrumbsSfc = "";
23220
23228
  const loading = "";
23229
+ const ButtonSfc = "";
23221
23230
  const card = "";
23231
+ const CardSfc = "";
23222
23232
  const cell = "";
23233
+ const CellSfc = "";
23223
23234
  const formDetails = "";
23224
23235
  const checkbox = "";
23236
+ const CheckboxSfc = "";
23225
23237
  const checkboxGroup = "";
23238
+ const CheckboxGroupSfc = "";
23226
23239
  const chip = "";
23240
+ const ChipSfc = "";
23227
23241
  const col = "";
23242
+ const ColSfc = "";
23243
+ const CollapseSfc = "";
23228
23244
  const collapseItem = "";
23245
+ const CollapseItemSfc = "";
23246
+ const CountdownSfc = "";
23229
23247
  const counter = "";
23248
+ const CounterSfc = "";
23230
23249
  const datePicker = "";
23250
+ const DatePickerSfc = "";
23231
23251
  const dialog = "";
23252
+ const DialogSfc = "";
23232
23253
  const divider = "";
23254
+ const DividerSfc = "";
23255
+ const FormSfc = "";
23256
+ const FormDetailsSfc = "";
23257
+ const IconSfc = "";
23233
23258
  const image = "";
23259
+ const ImageSfc = "";
23234
23260
  const swipe = "";
23235
23261
  const swipeItem = "";
23236
23262
  const imagePreview = "";
23263
+ const ImagePreviewSfc = "";
23237
23264
  const sticky = "";
23265
+ const IndexAnchorSfc = "";
23238
23266
  const indexBar = "";
23267
+ const IndexBarSfc = "";
23239
23268
  const input = "";
23269
+ const InputSfc = "";
23240
23270
  const link = "";
23271
+ const LinkSfc = "";
23241
23272
  const list = "";
23273
+ const ListSfc = "";
23274
+ const LoadingSfc = "";
23242
23275
  const loadingBar = "";
23243
23276
  const menu = "";
23277
+ const MenuSfc = "";
23244
23278
  const select = "";
23245
23279
  const option = "";
23280
+ const OptionSfc = "";
23246
23281
  const overlay = "";
23247
23282
  const pagination = "";
23283
+ const PaginationSfc = "";
23248
23284
  const picker = "";
23285
+ const PickerSfc = "";
23249
23286
  const progress = "";
23287
+ const ProgressSfc = "";
23250
23288
  const pullRefresh = "";
23289
+ const PullRefreshSfc = "";
23251
23290
  const radio = "";
23291
+ const RadioSfc = "";
23252
23292
  const radioGroup = "";
23293
+ const RadioGroupSfc = "";
23253
23294
  const rate = "";
23295
+ const RateSfc = "";
23254
23296
  const result = "";
23297
+ const ResultSfc = "";
23255
23298
  const row = "";
23299
+ const RowSfc = "";
23300
+ const SelectSfc = "";
23256
23301
  const skeleton = "";
23302
+ const SkeletonSfc = "";
23257
23303
  const slider = "";
23304
+ const SliderSfc = "";
23305
+ const SnackbarSfc = "";
23258
23306
  const snackbar = "";
23307
+ const coreSfc = "";
23259
23308
  const space = "";
23260
23309
  const step = "";
23310
+ const StepSfc = "";
23311
+ const StepsSfc = "";
23312
+ const StickySfc = "";
23313
+ const StyleProviderSfc = "";
23314
+ const SwipeSfc = "";
23315
+ const SwipeItemSfc = "";
23261
23316
  const _switch = "";
23317
+ const SwitchSfc = "";
23262
23318
  const tab = "";
23319
+ const TabSfc = "";
23263
23320
  const tabItem = "";
23321
+ const TabItemSfc = "";
23264
23322
  const table = "";
23323
+ const TableSfc = "";
23265
23324
  const tabs = "";
23325
+ const TabsSfc = "";
23326
+ const TabsItemsSfc = "";
23266
23327
  const timePicker = "";
23328
+ const TimePickerSfc = "";
23267
23329
  const tooltip = "";
23330
+ const TooltipSfc = "";
23268
23331
  const uploader = "";
23269
- const version = "2.7.0";
23332
+ const UploaderSfc = "";
23333
+ const version = "2.7.1";
23270
23334
  function install(app) {
23271
23335
  ActionSheet.install && app.use(ActionSheet);
23272
23336
  AppBar.install && app.use(AppBar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "A material like components library",
5
5
  "main": "lib/varlet.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -47,8 +47,8 @@
47
47
  "@popperjs/core": "^2.11.6",
48
48
  "dayjs": "^1.10.4",
49
49
  "decimal.js": "^10.2.1",
50
- "@varlet/icons": "2.7.0",
51
- "@varlet/shared": "2.7.0"
50
+ "@varlet/icons": "2.7.1",
51
+ "@varlet/shared": "2.7.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/jest": "^26.0.15",
@@ -63,8 +63,8 @@
63
63
  "typescript": "^4.4.4",
64
64
  "vue": "3.2.25",
65
65
  "vue-router": "4.0.12",
66
- "@varlet/cli": "2.7.0",
67
- "@varlet/touch-emulator": "2.7.0"
66
+ "@varlet/cli": "2.7.1",
67
+ "@varlet/touch-emulator": "2.7.1"
68
68
  },
69
69
  "browserslist": [
70
70
  "Chrome >= 54",