@retailcrm/embed-ui-v1-components 0.4.1-alpha.16 → 0.4.1-alpha.18
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/README.md +13 -1
- package/dist/host.cjs +1 -1
- package/dist/host.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
1
|
# `@retailcrm/embed-ui-v1-components`
|
|
2
2
|
|
|
3
|
-
Компоненты UI
|
|
3
|
+
Компоненты UI для использования в расширениях
|
|
4
|
+
|
|
5
|
+
Установка:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm i --save @retailcrm/embed-ui-v1-components
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
или
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
yarn add @retailcrm/embed-ui-v1-components
|
|
15
|
+
```
|
package/dist/host.cjs
CHANGED
|
@@ -3037,7 +3037,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
3037
3037
|
]),
|
|
3038
3038
|
_: 2
|
|
3039
3039
|
}, [
|
|
3040
|
-
_ctx.$slots.icon
|
|
3040
|
+
_ctx.$slots.icon ? {
|
|
3041
3041
|
name: "icon",
|
|
3042
3042
|
fn: vue.withCtx(() => [
|
|
3043
3043
|
vue.renderSlot(_ctx.$slots, "icon")
|
package/dist/host.js
CHANGED
package/package.json
CHANGED