@bagelink/vue 0.0.1292 → 0.0.1294
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/NumberInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/NumberInput.vue"],"names":[],"mappings":"AAuOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAI7C,KAAK,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAA;AAEzD,UAAU,gBAAgB;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,YAAY,CAAA;IACrB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;CAChB;;;;;;AA6VD,wBAQG"}
|
package/dist/index.cjs
CHANGED
|
@@ -17420,6 +17420,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
17420
17420
|
readonly: _ctx.disabled,
|
|
17421
17421
|
inputmode: "decimal",
|
|
17422
17422
|
autocomplete: "off",
|
|
17423
|
+
pattern: "^-?\\d*\\.?\\d*$",
|
|
17423
17424
|
autocorrect: "off",
|
|
17424
17425
|
spellcheck: "false",
|
|
17425
17426
|
onInput: inputHandler,
|
|
@@ -17485,7 +17486,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
17485
17486
|
};
|
|
17486
17487
|
}
|
|
17487
17488
|
});
|
|
17488
|
-
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
17489
|
+
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-8f9331b5"]]);
|
|
17489
17490
|
const _hoisted_1$z = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
17490
17491
|
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
17491
17492
|
__name: "OTP",
|
package/dist/index.mjs
CHANGED
|
@@ -17418,6 +17418,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
17418
17418
|
readonly: _ctx.disabled,
|
|
17419
17419
|
inputmode: "decimal",
|
|
17420
17420
|
autocomplete: "off",
|
|
17421
|
+
pattern: "^-?\\d*\\.?\\d*$",
|
|
17421
17422
|
autocorrect: "off",
|
|
17422
17423
|
spellcheck: "false",
|
|
17423
17424
|
onInput: inputHandler,
|
|
@@ -17483,7 +17484,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
17483
17484
|
};
|
|
17484
17485
|
}
|
|
17485
17486
|
});
|
|
17486
|
-
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
17487
|
+
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-8f9331b5"]]);
|
|
17487
17488
|
const _hoisted_1$z = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
17488
17489
|
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
17489
17490
|
__name: "OTP",
|
package/dist/style.css
CHANGED
|
@@ -1847,14 +1847,14 @@ pre code.hljs{
|
|
|
1847
1847
|
direction: ltr;
|
|
1848
1848
|
}
|
|
1849
1849
|
|
|
1850
|
-
.txtInputIconStart .iconStart[data-v-
|
|
1850
|
+
.txtInputIconStart .iconStart[data-v-8f9331b5] {
|
|
1851
1851
|
color: var(--input-color);
|
|
1852
1852
|
position: absolute;
|
|
1853
1853
|
inset-inline-start:calc(var(--input-height) / 3 - 0.25rem);
|
|
1854
1854
|
margin-top: calc(var(--input-height) / 2 );
|
|
1855
1855
|
line-height: 0;
|
|
1856
1856
|
}
|
|
1857
|
-
.textInputSpinnerWrap .spinner[data-v-
|
|
1857
|
+
.textInputSpinnerWrap .spinner[data-v-8f9331b5] {
|
|
1858
1858
|
color: var(--input-color);
|
|
1859
1859
|
position: absolute;
|
|
1860
1860
|
inset-inline-end: 0;
|
|
@@ -1864,18 +1864,18 @@ pre code.hljs{
|
|
|
1864
1864
|
flex-direction: column;
|
|
1865
1865
|
gap: 0;
|
|
1866
1866
|
}
|
|
1867
|
-
.top-bgl-ctrl-num-btn[data-v-
|
|
1867
|
+
.top-bgl-ctrl-num-btn[data-v-8f9331b5]{
|
|
1868
1868
|
margin-top: calc(var(--input-height) / 10) !important;
|
|
1869
1869
|
}
|
|
1870
|
-
.bgl-ctrl-num-btn[data-v-
|
|
1870
|
+
.bgl-ctrl-num-btn[data-v-8f9331b5]{
|
|
1871
1871
|
height: calc(var(--input-height) / 2.5) !important;
|
|
1872
1872
|
isolation: isolate;
|
|
1873
1873
|
}
|
|
1874
|
-
.bgl-big-ctrl-num-btn[data-v-
|
|
1874
|
+
.bgl-big-ctrl-num-btn[data-v-8f9331b5]{
|
|
1875
1875
|
width: 100% !important;
|
|
1876
1876
|
isolation: isolate;
|
|
1877
1877
|
}
|
|
1878
|
-
.bgl-number-input[data-v-
|
|
1878
|
+
.bgl-number-input[data-v-8f9331b5]{
|
|
1879
1879
|
padding-inline-end: 1.75rem !important;
|
|
1880
1880
|
}
|
|
1881
1881
|
|
package/package.json
CHANGED