@retailcrm/embed-ui-v1-components 0.9.3 → 0.9.4
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/host.cjs +3 -0
- package/dist/host.js +3 -0
- package/package.json +1 -1
package/dist/host.cjs
CHANGED
|
@@ -5064,6 +5064,9 @@ const _hoisted_7 = {
|
|
|
5064
5064
|
class: "ui-v1-modal-sidebar__footer"
|
|
5065
5065
|
};
|
|
5066
5066
|
const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
5067
|
+
...{
|
|
5068
|
+
inheritAttrs: false
|
|
5069
|
+
},
|
|
5067
5070
|
__name: "UiModalSidebar",
|
|
5068
5071
|
props: {
|
|
5069
5072
|
/** Атрибут id корневого элемента. Должен быть уникальным на странице */
|
package/dist/host.js
CHANGED
|
@@ -5062,6 +5062,9 @@ const _hoisted_7 = {
|
|
|
5062
5062
|
class: "ui-v1-modal-sidebar__footer"
|
|
5063
5063
|
};
|
|
5064
5064
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
5065
|
+
...{
|
|
5066
|
+
inheritAttrs: false
|
|
5067
|
+
},
|
|
5065
5068
|
__name: "UiModalSidebar",
|
|
5066
5069
|
props: {
|
|
5067
5070
|
/** Атрибут id корневого элемента. Должен быть уникальным на странице */
|
package/package.json
CHANGED