inertia-bootstrap-forms 1.0.13 → 1.0.15
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/dist/inertia-bootstrap-forms.es.js +3 -3
- package/dist/inertia-bootstrap-forms.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/FileUploader.vue +196 -0
- package/src/{locationInput.vue → LocationInput.vue} +1 -1
- package/src/css/from-select.scss +1 -1
- package/src/index.js +2 -2
|
@@ -3206,7 +3206,7 @@ function kc(i, e, t, n, r, s) {
|
|
|
3206
3206
|
]);
|
|
3207
3207
|
}
|
|
3208
3208
|
const Xd = /* @__PURE__ */ N(xc, [["render", kc], ["__scopeId", "data-v-77259470"]]), Tc = {
|
|
3209
|
-
name: "
|
|
3209
|
+
name: "LocationInput",
|
|
3210
3210
|
components: {
|
|
3211
3211
|
LMap: ys,
|
|
3212
3212
|
LTileLayer: vs,
|
|
@@ -6934,6 +6934,7 @@ export {
|
|
|
6934
6934
|
Jd as FormContainer,
|
|
6935
6935
|
Xd as FormLabel,
|
|
6936
6936
|
wc as GroupControl,
|
|
6937
|
+
eh as LocationInput,
|
|
6937
6938
|
th as MobileInput,
|
|
6938
6939
|
nh as MultiQuantityInput,
|
|
6939
6940
|
ih as PasswordInput,
|
|
@@ -6945,6 +6946,5 @@ export {
|
|
|
6945
6946
|
ah as SubmitButton,
|
|
6946
6947
|
lh as TelInput,
|
|
6947
6948
|
ch as TextAreaInput,
|
|
6948
|
-
$t as TextInput
|
|
6949
|
-
eh as locationInput
|
|
6949
|
+
$t as TextInput
|
|
6950
6950
|
};
|