@tailor-cms/ce-accordion-edit 0.0.12 → 0.0.13
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/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/dist/style.css +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -4331,7 +4331,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
4331
4331
|
isFocused: { type: Boolean },
|
|
4332
4332
|
isDisabled: { type: Boolean }
|
|
4333
4333
|
},
|
|
4334
|
-
emits: ["save"
|
|
4334
|
+
emits: ["save"],
|
|
4335
4335
|
setup(__props, { emit }) {
|
|
4336
4336
|
const props = __props;
|
|
4337
4337
|
const expanded = vue.ref([props.element.data.items[0].id]);
|
|
@@ -4470,8 +4470,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
4470
4470
|
};
|
|
4471
4471
|
}
|
|
4472
4472
|
});
|
|
4473
|
-
const
|
|
4474
|
-
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4473
|
+
const Edit_vue_vue_type_style_index_0_scoped_d9829209_lang = "";
|
|
4474
|
+
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d9829209"]]);
|
|
4475
4475
|
const manifest = {
|
|
4476
4476
|
...src_default,
|
|
4477
4477
|
Edit
|
package/dist/index.js
CHANGED
|
@@ -4329,7 +4329,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4329
4329
|
isFocused: { type: Boolean },
|
|
4330
4330
|
isDisabled: { type: Boolean }
|
|
4331
4331
|
},
|
|
4332
|
-
emits: ["save"
|
|
4332
|
+
emits: ["save"],
|
|
4333
4333
|
setup(__props, { emit }) {
|
|
4334
4334
|
const props = __props;
|
|
4335
4335
|
const expanded = ref([props.element.data.items[0].id]);
|
|
@@ -4468,8 +4468,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4468
4468
|
};
|
|
4469
4469
|
}
|
|
4470
4470
|
});
|
|
4471
|
-
const
|
|
4472
|
-
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4471
|
+
const Edit_vue_vue_type_style_index_0_scoped_d9829209_lang = "";
|
|
4472
|
+
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d9829209"]]);
|
|
4473
4473
|
const manifest = {
|
|
4474
4474
|
...src_default,
|
|
4475
4475
|
Edit
|
package/dist/style.css
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
padding: 0.5rem 0.75rem;
|
|
21
21
|
background: #424242;
|
|
22
22
|
color: #fff !important;
|
|
23
|
-
}.tce-accordion[data-v-
|
|
23
|
+
}.tce-accordion[data-v-d9829209] {
|
|
24
24
|
text-align: left;
|
|
25
25
|
margin: 1rem 0;
|
|
26
26
|
}
|
|
27
|
-
[data-v-
|
|
27
|
+
[data-v-d9829209] .sortable-ghost > * {
|
|
28
28
|
visibility: hidden;
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Tailor CMS accordion element",
|
|
4
4
|
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.13",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"typescript": "^5.1.6",
|
|
26
26
|
"vite": "^4.4.5",
|
|
27
27
|
"vue-tsc": "^1.8.5",
|
|
28
|
-
"@tailor-cms/ce-accordion-manifest": "0.0.
|
|
28
|
+
"@tailor-cms/ce-accordion-manifest": "0.0.13"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"lodash": "^4.17.21",
|