@stonecrop/aform 0.2.47 → 0.2.49
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/aform.js +4 -4
- package/dist/aform.js.map +1 -1
- package/dist/aform.umd.cjs +2 -1
- package/dist/aform.umd.cjs.map +1 -1
- package/dist/assets/index.css +1 -0
- package/package.json +7 -6
- package/src/components/AForm.vue +1 -1
- package/src/components/form/ADate.vue +4 -4
- package/src/components/form/ADatePicker.vue +0 -1
- package/src/components/form/ADropdown.vue +4 -4
- package/src/components/form/AFieldset.vue +1 -1
- package/src/theme/adate.css +4 -4
- package/src/theme/fields.css +8 -8
- package/src/theme/purple_theme.css +2 -2
- package/dist/style.css +0 -1
- package/src/theme/aform.css +0 -1
package/dist/aform.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as A, mergeModels as H, useModel as P, openBlock as m, createElementBlock as h, createElementVNode as i, toDisplayString as k, withDirectives as D, vModelCheckbox as ye, vShow as x, resolveComponent as be, createBlock as N, withCtx as _e, useTemplateRef as ce, ref as v, onMounted as K, onUnmounted as ke, normalizeClass as G, withKeys as Y, vModelText as I, Fragment as F, renderList as B, watch as O, onBeforeUnmount as we, computed as L, unref as V, getCurrentScope as de, onScopeDispose as fe, getCurrentInstance as De, nextTick as Ae, withModifiers as Me, resolveDynamicComponent as Ee, mergeProps as Ce, createTextVNode as me, createCommentVNode as j, renderSlot as Te, createVNode as $e, readonly as Se } from "vue";
|
|
2
|
-
const Le = { class: "aform__form-element" }, Ve = ["for"], He = { class: "aform__checkbox-container aform__input-field" }, Pe = ["id", "readonly", "required"], xe = ["innerHTML"], Ie = /* @__PURE__ */ A({
|
|
2
|
+
import './assets/index.css';const Le = { class: "aform__form-element" }, Ve = ["for"], He = { class: "aform__checkbox-container aform__input-field" }, Pe = ["id", "readonly", "required"], xe = ["innerHTML"], Ie = /* @__PURE__ */ A({
|
|
3
3
|
__name: "ACheckbox",
|
|
4
4
|
props: /* @__PURE__ */ H({
|
|
5
5
|
label: {},
|
|
@@ -103,7 +103,7 @@ const Le = { class: "aform__form-element" }, Ve = ["for"], He = { class: "aform_
|
|
|
103
103
|
for (const [o, l] of t)
|
|
104
104
|
n[o] = l;
|
|
105
105
|
return n;
|
|
106
|
-
}, Ue = /* @__PURE__ */ z(Oe, [["__scopeId", "data-v-
|
|
106
|
+
}, Ue = /* @__PURE__ */ z(Oe, [["__scopeId", "data-v-ec9dd0e4"]]), We = { class: "input-wrapper" }, Ye = {
|
|
107
107
|
id: "autocomplete-results",
|
|
108
108
|
class: "autocomplete-results"
|
|
109
109
|
}, Ge = {
|
|
@@ -691,7 +691,7 @@ const dt = {
|
|
|
691
691
|
}, l(c)), null, 16, ["schema", "modelValue", "onUpdate:modelValue", "data", "readonly"]))), 128))
|
|
692
692
|
]));
|
|
693
693
|
}
|
|
694
|
-
}), ge = /* @__PURE__ */ z(bt, [["__scopeId", "data-v-
|
|
694
|
+
}), ge = /* @__PURE__ */ z(bt, [["__scopeId", "data-v-f3a1a760"]]), _t = /* @__PURE__ */ A({
|
|
695
695
|
__name: "AFieldset",
|
|
696
696
|
props: {
|
|
697
697
|
schema: {},
|
|
@@ -725,7 +725,7 @@ const dt = {
|
|
|
725
725
|
], !0)
|
|
726
726
|
]));
|
|
727
727
|
}
|
|
728
|
-
}), kt = /* @__PURE__ */ z(_t, [["__scopeId", "data-v-
|
|
728
|
+
}), kt = /* @__PURE__ */ z(_t, [["__scopeId", "data-v-df65d1bf"]]);
|
|
729
729
|
function wt(e) {
|
|
730
730
|
return de() ? (fe(e), !0) : !1;
|
|
731
731
|
}
|