@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.
- package/es/action-sheet/style/index.mjs +1 -0
- package/es/app-bar/style/index.mjs +1 -0
- package/es/back-top/style/index.mjs +1 -0
- package/es/badge/style/index.mjs +1 -0
- package/es/bottom-navigation/style/index.mjs +1 -0
- package/es/bottom-navigation-item/style/index.mjs +1 -0
- package/es/breadcrumb/style/index.mjs +1 -0
- package/es/breadcrumbs/style/index.mjs +1 -0
- package/es/button/style/index.mjs +1 -0
- package/es/card/style/index.mjs +1 -0
- package/es/cell/style/index.mjs +1 -0
- package/es/checkbox/style/index.mjs +1 -0
- package/es/checkbox-group/style/index.mjs +1 -0
- package/es/chip/style/index.mjs +1 -0
- package/es/col/style/index.mjs +1 -0
- package/es/collapse/style/index.mjs +1 -0
- package/es/collapse-item/style/index.mjs +1 -0
- package/es/countdown/style/index.mjs +1 -0
- package/es/counter/style/index.mjs +1 -0
- package/es/date-picker/style/index.mjs +1 -0
- package/es/dialog/style/index.mjs +1 -0
- package/es/divider/style/index.mjs +1 -0
- package/es/form/style/index.mjs +1 -0
- package/es/form-details/style/index.mjs +1 -0
- package/es/icon/style/index.mjs +1 -0
- package/es/image/style/index.mjs +1 -0
- package/es/image-preview/style/index.mjs +1 -0
- package/es/index-anchor/style/index.mjs +1 -0
- package/es/index-bar/style/index.mjs +1 -0
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/style/index.mjs +1 -0
- package/es/link/style/index.mjs +1 -0
- package/es/list/style/index.mjs +1 -0
- package/es/loading/style/index.mjs +1 -0
- package/es/menu/style/index.mjs +1 -0
- package/es/option/style/index.mjs +1 -0
- package/es/pagination/style/index.mjs +1 -0
- package/es/picker/style/index.mjs +1 -0
- package/es/progress/style/index.mjs +1 -0
- package/es/pull-refresh/style/index.mjs +1 -0
- package/es/radio/style/index.mjs +1 -0
- package/es/radio-group/style/index.mjs +1 -0
- package/es/rate/style/index.mjs +1 -0
- package/es/result/style/index.mjs +1 -0
- package/es/row/style/index.mjs +1 -0
- package/es/select/style/index.mjs +1 -0
- package/es/skeleton/style/index.mjs +1 -0
- package/es/slider/style/index.mjs +1 -0
- package/es/snackbar/style/index.mjs +2 -0
- package/es/step/style/index.mjs +1 -0
- package/es/steps/style/index.mjs +1 -0
- package/es/sticky/style/index.mjs +1 -0
- package/es/style-provider/style/index.mjs +1 -0
- package/es/style.css +1 -1
- package/es/swipe/style/index.mjs +1 -0
- package/es/swipe-item/style/index.mjs +1 -0
- package/es/switch/style/index.mjs +1 -0
- package/es/tab/style/index.mjs +1 -0
- package/es/tab-item/style/index.mjs +1 -0
- package/es/table/style/index.mjs +1 -0
- package/es/tabs/style/index.mjs +1 -0
- package/es/tabs-items/style/index.mjs +1 -0
- package/es/time-picker/style/index.mjs +1 -0
- package/es/tooltip/style/index.mjs +1 -0
- package/es/uploader/style/index.mjs +1 -0
- package/es/varlet.esm.js +498 -498
- package/highlight/web-types.json +1 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +65 -1
- package/package.json +5 -5
- package/umd/style.css +1 -1
- 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
|
|
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.
|
|
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.
|
|
51
|
-
"@varlet/shared": "2.7.
|
|
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.
|
|
67
|
-
"@varlet/touch-emulator": "2.7.
|
|
66
|
+
"@varlet/cli": "2.7.1",
|
|
67
|
+
"@varlet/touch-emulator": "2.7.1"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|