@simsustech/quasar-components 0.11.0 → 0.11.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @simsustech/quasar-components
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 11d936a: fix(DateInput): add pattern attribute for numbers only input
8
+
3
9
  ## 0.11.0
4
10
 
5
11
  ### Minor Changes
package/dist/flags.js CHANGED
@@ -1,4 +1,4 @@
1
- import { g, cR, a, k, i, b, m, h, j, l, c, p, o, n, d5, q, E, v, t, x, L, K, s, M, z, c5, A, J, C, D, H, r, B, G, F, w, y, P, X, $, S, _, cz, a7, a0, U, O, V, Y, a1, a3, Q, a4, W, a5, a6, av, a9, a8, aa, ab, d, ac, ah, ad, d1, e, ag, ct, aj, an, am, ak, bt, al, ao, as, cS, aA, au, ap, aE, aw, ax, az, at, aF, aB, af, ay, cr, aD, aC, aG, aH, aM, aJ, aL, a2, aI, aN, aQ, aP, aT, aV, aU, I, aS, aR, aO, aW, aZ, aX, a_, aY, b0, b5, N, b1, Z, c7, b2, b3, b4, R, a$, b6, b8, c8, bc, cu, d6, ba, b9, bd, be, b7, bb, bz, bv, bu, bx, c9, bh, bn, bg, bl, bB, bw, bf, bN, bo, bp, by, bm, bq, bk, bi, bs, bj, bA, bC, bG, bJ, bM, bK, bI, bF, bO, bE, bD, bL, bH, bP, bT, bW, aq, bU, bX, bQ, bZ, ca, bY, b$, bS, b_, bR, bV, c0, c4, c1, ch, c2, c3, cf, co, ci, cv, cy, ck, c6, cn, cx, cm, cj, cd, cg, cp, cw, cs, ce, ae, cl, cA, ai, cN, T, ar, cG, cE, cC, cH, cF, cM, cK, cI, cL, cJ, cO, cB, cD, cQ, cP, cU, cT, u, cV, cW, aK, cb, cY, c_, c$, cZ, cX, d0, cc, d2, br, cq, d3, d4 } from "./index-CkV53iOe.js";
1
+ import { g, cR, a, k, i, b, m, h, j, l, c, p, o, n, d5, q, E, v, t, x, L, K, s, M, z, c5, A, J, C, D, H, r, B, G, F, w, y, P, X, $, S, _, cz, a7, a0, U, O, V, Y, a1, a3, Q, a4, W, a5, a6, av, a9, a8, aa, ab, d, ac, ah, ad, d1, e, ag, ct, aj, an, am, ak, bt, al, ao, as, cS, aA, au, ap, aE, aw, ax, az, at, aF, aB, af, ay, cr, aD, aC, aG, aH, aM, aJ, aL, a2, aI, aN, aQ, aP, aT, aV, aU, I, aS, aR, aO, aW, aZ, aX, a_, aY, b0, b5, N, b1, Z, c7, b2, b3, b4, R, a$, b6, b8, c8, bc, cu, d6, ba, b9, bd, be, b7, bb, bz, bv, bu, bx, c9, bh, bn, bg, bl, bB, bw, bf, bN, bo, bp, by, bm, bq, bk, bi, bs, bj, bA, bC, bG, bJ, bM, bK, bI, bF, bO, bE, bD, bL, bH, bP, bT, bW, aq, bU, bX, bQ, bZ, ca, bY, b$, bS, b_, bR, bV, c0, c4, c1, ch, c2, c3, cf, co, ci, cv, cy, ck, c6, cn, cx, cm, cj, cd, cg, cp, cw, cs, ce, ae, cl, cA, ai, cN, T, ar, cG, cE, cC, cH, cF, cM, cK, cI, cL, cJ, cO, cB, cD, cQ, cP, cU, cT, u, cV, cW, aK, cb, cY, c_, c$, cZ, cX, d0, cc, d2, br, cq, d3, d4 } from "./index-DnmJt2wP.js";
2
2
  export {
3
3
  g as ad,
4
4
  cR as ae,
package/dist/form.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ref, defineComponent, useAttrs, withAsyncContext, watch, openBlock, createBlock, unref, mergeProps, normalizeProps, guardReactiveProps, withCtx, createVNode, createTextVNode, toDisplayString, computed, useSlots, renderSlot, createCommentVNode, createSlots, renderList, toRefs, resolveDirective, createElementBlock, Fragment, resolveDynamicComponent, createElementVNode, withDirectives } from "vue";
2
2
  import { useQuasar, QSelect, QItem, QItemSection, QItemLabel, QInput, QDate, QIcon, QTooltip, QBtn, QPopupProxy, QField, QEditor } from "quasar";
3
- import { f as flags, u as useLang$1 } from "./index-CkV53iOe.js";
3
+ import { f as flags, u as useLang$1 } from "./index-DnmJt2wP.js";
4
4
  const lang$1 = {
5
5
  isoName: "en-US",
6
6
  yes: "Yes",
@@ -80,7 +80,7 @@ const enUS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty
80
80
  const lang = ref(lang$1);
81
81
  const locales = /* @__PURE__ */ Object.assign({
82
82
  "./en-US.ts": () => Promise.resolve().then(() => enUS),
83
- "./nl.ts": () => import("./nl-DOn8oMdw.js")
83
+ "./nl.ts": () => import("./nl-db4MMX_N.js")
84
84
  });
85
85
  const useLang = () => {
86
86
  return lang;
@@ -523,7 +523,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
523
523
  key: part,
524
524
  borderless: "",
525
525
  ref_for: true
526
- }, dateProps.value[part]), {
526
+ }, dateProps.value[part], { pattern: "[0-9]*" }), {
527
527
  after: withCtx(() => [
528
528
  index < 2 ? (openBlock(), createElementBlock("a", _hoisted_1$1, "-")) : createCommentVNode("", true)
529
529
  ]),
package/dist/general.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { l as loadLang, u as useLang, _ as _sfc_main$5 } from "./QSubmitButton.vue_vue_type_script_setup_true_lang-D133pxTB.js";
2
2
  import { useQuasar, QCard, QCardSection, QCardActions, QDialog, QBtn, QToolbarTitle, QToolbar, QHeader, QPage, QPageContainer, QLayout, QPageSticky, QSelect, QItemSection, QItemLabel, QItem, QList } from "quasar";
3
3
  import { defineComponent, watch, ref, openBlock, createBlock, unref, withCtx, renderSlot, createVNode, createElementVNode, normalizeProps, guardReactiveProps, normalizeClass, createCommentVNode, toRefs, useAttrs, computed, mergeProps, createElementBlock, resolveDynamicComponent, createTextVNode, toDisplayString } from "vue";
4
- import { f as flags, u as useLang$1 } from "./index-CkV53iOe.js";
4
+ import { f as flags, u as useLang$1 } from "./index-DnmJt2wP.js";
5
5
  const _hoisted_1$2 = { class: "text-h6" };
6
6
  const _hoisted_2 = { class: "text-subtitle2" };
7
7
  const __default__$2 = {
@@ -387,7 +387,7 @@ const enUS$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProper
387
387
  const lang = ref(lang$1);
388
388
  const locales = /* @__PURE__ */ Object.assign({
389
389
  "./en-US.ts": () => Promise.resolve().then(() => enUS$1),
390
- "./nl.ts": () => import("./nl-CYbwXc14.js")
390
+ "./nl.ts": () => import("./nl-BTgHOvpQ.js")
391
391
  });
392
392
  const useLang = () => {
393
393
  return lang;
@@ -324,8 +324,8 @@ const lang = {
324
324
  da: "Dansk",
325
325
  de: "Deutsch",
326
326
  el: "ελληνικά",
327
- "en-GB": "English (UK)",
328
- "en-US": "English (US)",
327
+ "en-GB": "Emgels (UK)",
328
+ "en-US": "Engels (US)",
329
329
  eo: "Esperanto",
330
330
  es: "Español",
331
331
  et: "Eesti",
@@ -49,7 +49,7 @@ const lang = {
49
49
  USD: "USD"
50
50
  },
51
51
  locale: {
52
- locale: "Land"
52
+ locale: "Regio"
53
53
  },
54
54
  cron: {
55
55
  name: "Herhaling",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simsustech/quasar-components",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "author": "Stefan van Herwijnen",
5
5
  "description": "High level components for Quasar Framework",
6
6
  "license": "MIT",
@@ -326,8 +326,8 @@ const lang: Language = {
326
326
  da: 'Dansk',
327
327
  de: 'Deutsch',
328
328
  el: 'ελληνικά',
329
- 'en-GB': 'English (UK)',
330
- 'en-US': 'English (US)',
329
+ 'en-GB': 'Emgels (UK)',
330
+ 'en-US': 'Engels (US)',
331
331
  eo: 'Esperanto',
332
332
  es: 'Español',
333
333
  et: 'Eesti',
@@ -13,6 +13,7 @@
13
13
  :key="part"
14
14
  borderless
15
15
  v-bind="dateProps[part]"
16
+ pattern="[0-9]*"
16
17
  >
17
18
  <template #after>
18
19
  <a v-if="index < 2" style="margin-left: -0.75em; margin-top: 0.75em"
@@ -51,7 +51,7 @@ const lang: Language = {
51
51
  USD: 'USD'
52
52
  },
53
53
  locale: {
54
- locale: 'Land'
54
+ locale: 'Regio'
55
55
  },
56
56
  cron: {
57
57
  name: 'Herhaling',