@opentinyvue/vue-date-picker-mobile-first 2.24.0 → 2.26.0

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 (2) hide show
  1. package/lib/index.js +6 -6
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -72,9 +72,9 @@ function __vue2_injectStyles$2(context) {
72
72
  this[o] = __cssModules$2[o];
73
73
  }
74
74
  }
75
- var Option = /* @__PURE__ */ function() {
75
+ var Option = /* @__PURE__ */ (function() {
76
76
  return __component__$2.exports;
77
- }();
77
+ })();
78
78
  var __vue2_script$1 = defineComponent({
79
79
  components: {
80
80
  TinyOption: Option,
@@ -359,9 +359,9 @@ function __vue2_injectStyles$1(context) {
359
359
  this[o] = __cssModules$1[o];
360
360
  }
361
361
  }
362
- var NormalTemplate = /* @__PURE__ */ function() {
362
+ var NormalTemplate = /* @__PURE__ */ (function() {
363
363
  return __component__$1.exports;
364
- }();
364
+ })();
365
365
  var __vue2_script = defineComponent({
366
366
  components: {
367
367
  TinyOption: Option,
@@ -541,9 +541,9 @@ function __vue2_injectStyles(context) {
541
541
  this[o] = __cssModules[o];
542
542
  }
543
543
  }
544
- var YearMonthTemplate = /* @__PURE__ */ function() {
544
+ var YearMonthTemplate = /* @__PURE__ */ (function() {
545
545
  return __component__.exports;
546
- }();
546
+ })();
547
547
  var $constants = {
548
548
  TYPE: {
549
549
  DATE: "date",
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-date-picker-mobile-first",
3
- "version": "2.24.0",
3
+ "version": "2.26.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-action-sheet": "~2.24.0",
11
- "@opentinyvue/vue-button": "~2.24.0",
12
- "@opentinyvue/vue-common": "~2.24.0",
13
- "@opentinyvue/vue-time-picker-mobile": "~2.24.0",
14
- "@opentinyvue/vue-renderless": "~3.24.0",
15
- "@opentinyvue/vue-locale": "~2.24.0",
16
- "@opentinyvue/vue-recycle-scroller": "~2.24.0"
10
+ "@opentinyvue/vue-action-sheet": "~2.26.0",
11
+ "@opentinyvue/vue-button": "~2.26.0",
12
+ "@opentinyvue/vue-common": "~2.26.0",
13
+ "@opentinyvue/vue-time-picker-mobile": "~2.26.0",
14
+ "@opentinyvue/vue-renderless": "~3.26.0",
15
+ "@opentinyvue/vue-locale": "~2.26.0",
16
+ "@opentinyvue/vue-recycle-scroller": "~2.26.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "types": "index.d.ts",