@varlet/ui 2.7.0-alpha.1674118781235 → 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/README.md +1 -1
- package/README.zh-CN.md +1 -1
- 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/README.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
### Intro
|
|
26
26
|
|
|
27
|
-
Varlet is a Material design mobile component library developed based on `Vue3`, developed and maintained by
|
|
27
|
+
Varlet is a Material design mobile component library developed based on `Vue3`, developed and maintained by `varletjs` community team.
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
### Features
|
package/README.zh-CN.md
CHANGED
package/es/badge/style/index.mjs
CHANGED
package/es/card/style/index.mjs
CHANGED
package/es/cell/style/index.mjs
CHANGED
package/es/chip/style/index.mjs
CHANGED
package/es/col/style/index.mjs
CHANGED
package/es/form/style/index.mjs
CHANGED
package/es/icon/style/index.mjs
CHANGED
package/es/image/style/index.mjs
CHANGED
package/es/index.bundle.mjs
CHANGED
|
@@ -217,7 +217,7 @@ import './time-picker/style/index.mjs'
|
|
|
217
217
|
import './tooltip/style/index.mjs'
|
|
218
218
|
import './uploader/style/index.mjs'
|
|
219
219
|
|
|
220
|
-
const version = '2.7.
|
|
220
|
+
const version = '2.7.1'
|
|
221
221
|
|
|
222
222
|
function install(app) {
|
|
223
223
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/index.mjs
CHANGED
|
@@ -144,7 +144,7 @@ export * from './time-picker/index.mjs'
|
|
|
144
144
|
export * from './tooltip/index.mjs'
|
|
145
145
|
export * from './uploader/index.mjs'
|
|
146
146
|
|
|
147
|
-
const version = '2.7.
|
|
147
|
+
const version = '2.7.1'
|
|
148
148
|
|
|
149
149
|
function install(app) {
|
|
150
150
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/input/style/index.mjs
CHANGED
package/es/link/style/index.mjs
CHANGED
package/es/list/style/index.mjs
CHANGED
package/es/menu/style/index.mjs
CHANGED
package/es/radio/style/index.mjs
CHANGED
package/es/rate/style/index.mjs
CHANGED
package/es/row/style/index.mjs
CHANGED
package/es/step/style/index.mjs
CHANGED
package/es/steps/style/index.mjs
CHANGED