@retailcrm/embed-ui-v1-components 0.9.11-alpha.2 → 0.9.11-alpha.3
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 +2 -2
- package/dist/host.js +2 -2
- package/package.json +1 -1
package/dist/host.cjs
CHANGED
|
@@ -5943,7 +5943,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
5943
5943
|
}
|
|
5944
5944
|
}, _ctx.$attrs), [
|
|
5945
5945
|
__props.prefix || "prefix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$c, [
|
|
5946
|
-
vue.renderSlot(_ctx.$slots, "
|
|
5946
|
+
vue.renderSlot(_ctx.$slots, "prefix", {}, () => [
|
|
5947
5947
|
vue.createTextVNode(vue.toDisplayString(__props.prefix), 1)
|
|
5948
5948
|
])
|
|
5949
5949
|
])) : vue.createCommentVNode("", true),
|
|
@@ -6028,7 +6028,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
6028
6028
|
vue.renderSlot(_ctx.$slots, "trailing-icon")
|
|
6029
6029
|
])) : vue.createCommentVNode("", true),
|
|
6030
6030
|
__props.suffix || "suffix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$4, [
|
|
6031
|
-
vue.renderSlot(_ctx.$slots, "
|
|
6031
|
+
vue.renderSlot(_ctx.$slots, "suffix", {}, () => [
|
|
6032
6032
|
vue.createTextVNode(vue.toDisplayString(__props.suffix), 1)
|
|
6033
6033
|
])
|
|
6034
6034
|
])) : vue.createCommentVNode("", true)
|
package/dist/host.js
CHANGED
|
@@ -5941,7 +5941,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
5941
5941
|
}
|
|
5942
5942
|
}, _ctx.$attrs), [
|
|
5943
5943
|
__props.prefix || "prefix" in _ctx.$slots ? (openBlock(), createElementBlock("span", _hoisted_2$c, [
|
|
5944
|
-
renderSlot(_ctx.$slots, "
|
|
5944
|
+
renderSlot(_ctx.$slots, "prefix", {}, () => [
|
|
5945
5945
|
createTextVNode(toDisplayString(__props.prefix), 1)
|
|
5946
5946
|
])
|
|
5947
5947
|
])) : createCommentVNode("", true),
|
|
@@ -6026,7 +6026,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
6026
6026
|
renderSlot(_ctx.$slots, "trailing-icon")
|
|
6027
6027
|
])) : createCommentVNode("", true),
|
|
6028
6028
|
__props.suffix || "suffix" in _ctx.$slots ? (openBlock(), createElementBlock("span", _hoisted_6$4, [
|
|
6029
|
-
renderSlot(_ctx.$slots, "
|
|
6029
|
+
renderSlot(_ctx.$slots, "suffix", {}, () => [
|
|
6030
6030
|
createTextVNode(toDisplayString(__props.suffix), 1)
|
|
6031
6031
|
])
|
|
6032
6032
|
])) : createCommentVNode("", true)
|
package/package.json
CHANGED