@bagelink/vue 0.0.479 → 0.0.483
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.
|
@@ -66,7 +66,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
66
66
|
id: string;
|
|
67
67
|
maxlength: number;
|
|
68
68
|
minlength: number;
|
|
69
|
-
pattern: string;
|
|
69
|
+
pattern: string | undefined;
|
|
70
70
|
name: string;
|
|
71
71
|
readonly: boolean;
|
|
72
72
|
tabindex: number;
|
|
@@ -175,7 +175,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
175
175
|
id: string;
|
|
176
176
|
maxlength: number;
|
|
177
177
|
minlength: number;
|
|
178
|
-
pattern: string;
|
|
178
|
+
pattern: string | undefined;
|
|
179
179
|
name: string;
|
|
180
180
|
readonly: boolean;
|
|
181
181
|
tabindex: number;
|
package/dist/index.cjs
CHANGED
|
@@ -54871,7 +54871,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54871
54871
|
"id": "",
|
|
54872
54872
|
"maxlength": 25,
|
|
54873
54873
|
"minlength": 9,
|
|
54874
|
-
"pattern":
|
|
54874
|
+
"pattern": void 0,
|
|
54875
54875
|
"name": "",
|
|
54876
54876
|
"readonly": false,
|
|
54877
54877
|
"tabindex": 0,
|
|
@@ -55158,7 +55158,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
55158
55158
|
};
|
|
55159
55159
|
}
|
|
55160
55160
|
});
|
|
55161
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
55161
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-83e47da1"]]);
|
|
55162
55162
|
/*!
|
|
55163
55163
|
* Signature Pad v5.0.1 | https://github.com/szimek/signature_pad
|
|
55164
55164
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
package/dist/index.mjs
CHANGED
|
@@ -54869,7 +54869,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
54869
54869
|
"id": "",
|
|
54870
54870
|
"maxlength": 25,
|
|
54871
54871
|
"minlength": 9,
|
|
54872
|
-
"pattern":
|
|
54872
|
+
"pattern": void 0,
|
|
54873
54873
|
"name": "",
|
|
54874
54874
|
"readonly": false,
|
|
54875
54875
|
"tabindex": 0,
|
|
@@ -55156,7 +55156,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
55156
55156
|
};
|
|
55157
55157
|
}
|
|
55158
55158
|
});
|
|
55159
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
55159
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-83e47da1"]]);
|
|
55160
55160
|
/*!
|
|
55161
55161
|
* Signature Pad v5.0.1 | https://github.com/szimek/signature_pad
|
|
55162
55162
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
package/dist/style.css
CHANGED
|
@@ -2580,7 +2580,7 @@ p {
|
|
|
2580
2580
|
border-radius: var(--input-border-radius);
|
|
2581
2581
|
}
|
|
2582
2582
|
|
|
2583
|
-
.tel-input[data-v-
|
|
2583
|
+
.tel-input[data-v-83e47da1] {
|
|
2584
2584
|
direction: ltr;
|
|
2585
2585
|
text-align: left;
|
|
2586
2586
|
background: var(--input-bg);
|
|
@@ -2591,21 +2591,21 @@ p {
|
|
|
2591
2591
|
min-width: calc(var(--input-height) * 3);
|
|
2592
2592
|
width: 100%;
|
|
2593
2593
|
}
|
|
2594
|
-
.tel-input[data-v-
|
|
2594
|
+
.tel-input[data-v-83e47da1]:focus-within {
|
|
2595
2595
|
outline: none;
|
|
2596
2596
|
box-shadow: inset 0 0 10px #00000012;
|
|
2597
2597
|
}
|
|
2598
|
-
.tel-input input[data-v-
|
|
2598
|
+
.tel-input input[data-v-83e47da1] {
|
|
2599
2599
|
background: transparent;
|
|
2600
2600
|
}
|
|
2601
|
-
.tel-input input[data-v-
|
|
2601
|
+
.tel-input input[data-v-83e47da1]:focus-visible {
|
|
2602
2602
|
box-shadow: none;
|
|
2603
2603
|
}
|
|
2604
|
-
.input_country-code[data-v-
|
|
2604
|
+
.input_country-code[data-v-83e47da1] {
|
|
2605
2605
|
font-size: var(--input-font-size);
|
|
2606
2606
|
color: var(--input-color);
|
|
2607
2607
|
}
|
|
2608
|
-
.tel-country[data-v-
|
|
2608
|
+
.tel-country[data-v-83e47da1] {
|
|
2609
2609
|
font-size: var(--input-font-size);
|
|
2610
2610
|
max-width: 200px;
|
|
2611
2611
|
white-space: nowrap;
|
|
@@ -2614,7 +2614,7 @@ p {
|
|
|
2614
2614
|
margin-top: 0;
|
|
2615
2615
|
margin-bottom: 0;
|
|
2616
2616
|
}
|
|
2617
|
-
.tel-countryp-dropdown[data-v-
|
|
2617
|
+
.tel-countryp-dropdown[data-v-83e47da1] {
|
|
2618
2618
|
direction: ltr;
|
|
2619
2619
|
text-align: left;
|
|
2620
2620
|
}
|
package/package.json
CHANGED