ablok-components 0.1.208 → 0.1.210
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/ablok-components.es.js +7 -5
- package/dist/ablok-components.umd.js +2 -2
- package/dist/components/atoms/base-input/base-input.vue.d.ts +2 -2
- package/dist/components/atoms/input-datetime/input-datetime.vue.d.ts +2 -2
- package/dist/components/atoms/input-password/input-password.vue.d.ts +2 -2
- package/dist/components/molecules/input-color/input-color.vue.d.ts +2 -2
- package/dist/components/molecules/input-datepicker/input-datepicker.vue.d.ts +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -163,7 +163,7 @@ const XP = ["innerHTML"], Jue = /* @__PURE__ */ Xe({
|
|
|
163
163
|
}
|
|
164
164
|
});
|
|
165
165
|
function Pt() {
|
|
166
|
-
return
|
|
166
|
+
return Math.random().toString(16).slice(2);
|
|
167
167
|
}
|
|
168
168
|
const ZP = { class: "accordion-item" }, e2 = ["id"], t2 = ["data-bs-target", "aria-controls"], A2 = { class: "flex-grow-1" }, n2 = ["id", "aria-labelledby", "data-bs-parent"], r2 = ["innerHTML"], Xue = /* @__PURE__ */ Xe({
|
|
169
169
|
__name: "accordion-item",
|
|
@@ -202,7 +202,7 @@ const ZP = { class: "accordion-item" }, e2 = ["id"], t2 = ["data-bs-target", "ar
|
|
|
202
202
|
return (i, s) => (M(), Y("div", ZP, [
|
|
203
203
|
V("div", {
|
|
204
204
|
class: "accordion-header",
|
|
205
|
-
id: `heading
|
|
205
|
+
id: `heading-${t.id}`
|
|
206
206
|
}, [
|
|
207
207
|
V("button", {
|
|
208
208
|
class: De(["accordion-button", !t.modelValue && "collapsed"]),
|
|
@@ -33224,7 +33224,7 @@ const mce = /* @__PURE__ */ Xe({
|
|
|
33224
33224
|
},
|
|
33225
33225
|
ratio: {
|
|
33226
33226
|
type: String,
|
|
33227
|
-
default: "
|
|
33227
|
+
default: "4x5"
|
|
33228
33228
|
},
|
|
33229
33229
|
enableAudio: {
|
|
33230
33230
|
type: Boolean,
|
|
@@ -33243,10 +33243,12 @@ const mce = /* @__PURE__ */ Xe({
|
|
|
33243
33243
|
setup(t, { expose: e, emit: A }) {
|
|
33244
33244
|
const n = {
|
|
33245
33245
|
"1x1": { width: 720, height: 720 },
|
|
33246
|
-
"3x2": { width: 1080, height: 720 },
|
|
33247
33246
|
"2x3": { width: 720, height: 1080 },
|
|
33248
|
-
"
|
|
33247
|
+
"3x2": { width: 1080, height: 720 },
|
|
33249
33248
|
"3x4": { width: 720, height: 960 },
|
|
33249
|
+
"4x3": { width: 960, height: 720 },
|
|
33250
|
+
"4x5": { width: 960, height: 1200 },
|
|
33251
|
+
"5x4": { width: 1200, height: 960 },
|
|
33250
33252
|
"16x9": { width: 1280, height: 720 },
|
|
33251
33253
|
"9x16": { width: 720, height: 1280 }
|
|
33252
33254
|
}, r = t, i = A, s = de(), o = de(), a = de(!1), u = de([]), d = de(), f = de(), h = de(!1), g = de(!1), m = de(0), y = de(0), B = de(), w = oe(() => u.value.filter((ne) => ne.kind === "videoinput")), Q = oe(() => u.value.filter((ne) => ne.kind === "audioinput")), E = oe({
|