@simsustech/quasar-components 0.11.4 → 0.11.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @simsustech/quasar-components
2
2
 
3
+ ## 0.11.5
4
+
5
+ ### Patch Changes
6
+
7
+ - b09044f: fix(DateInput): add inputmode numeric
8
+
3
9
  ## 0.11.4
4
10
 
5
11
  ### Patch Changes
package/dist/form.js CHANGED
@@ -532,7 +532,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
532
532
  key: part,
533
533
  borderless: "",
534
534
  ref_for: true
535
- }, dateProps.value[part], { pattern: "[0-9]*" }), {
535
+ }, dateProps.value[part], { inputmode: "numeric" }), {
536
536
  after: withCtx(() => [
537
537
  index < 2 ? (openBlock(), createElementBlock("a", _hoisted_1$1, "-")) : createCommentVNode("", true)
538
538
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simsustech/quasar-components",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "author": "Stefan van Herwijnen",
5
5
  "description": "High level components for Quasar Framework",
6
6
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  :key="part"
14
14
  borderless
15
15
  v-bind="dateProps[part]"
16
- pattern="[0-9]*"
16
+ inputmode="numeric"
17
17
  >
18
18
  <template #after>
19
19
  <a v-if="index < 2" style="margin-left: -0.75em; margin-top: 0.75em"