@retailcrm/embed-ui 0.3.0 → 0.3.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.2](https://github.com/retailcrm/embed-ui/compare/v0.3.1...v0.3.2) (2024-11-20)
6
+
7
+
8
+ ### Fixes
9
+
10
+ * Fixed import of SchemaList in index.d.ts ([3da857a](https://github.com/retailcrm/embed-ui/commit/3da857a22767e8a41da3501b9aeae4b551b19e8e))
11
+
12
+ ### [0.3.1](https://github.com/retailcrm/embed-ui/compare/v0.3.0...v0.3.1) (2024-11-19)
13
+
5
14
  ## [0.3.0](https://github.com/retailcrm/embed-ui/compare/v0.2.9...v0.3.0) (2024-11-19)
6
15
 
7
16
 
package/README.md CHANGED
@@ -6,43 +6,7 @@ API и компоненты для создания расширений инт
6
6
 
7
7
  Цели встраивания определяют места, где будет размещена разметка виджета, генерируемая расширением.
8
8
 
9
- ### Карточка клиента
10
-
11
- * `customer/card:phone` – Для виджетов в списке телефонов клиента в карточке клиента
12
-
13
- ### Карточка заказа
14
-
15
- #### Основная секция
16
-
17
- * `order/card:common.before` – начало секции, над полями ввода
18
- * `order/card:common.after` – конец секции, под полями ввода
19
-
20
- #### Секция данных клиента
21
-
22
- * `order/card:customer.before` – начало секции, над полями ввода
23
- * `order/card:customer.after` – конец секции, под полями ввода
24
- * `order/card:customer.email` – под полем ввода "Email"
25
- * `order/card:customer.phone` – под полем ввода "Телефон"
26
-
27
- #### Секция данных склада
28
-
29
- * `order/card:store.before` – начало секции, над полями ввода
30
- * `order/card:store.after` – конец секции, под полями ввода
31
-
32
- #### Секция габаритов и веса
33
-
34
- * `order/card:dimensions.before` – начало секции, над полями ввода
35
- * `order/card:dimensions.after` – конец секции, под полями ввода
36
-
37
- #### Секция данных доставки
38
-
39
- * `order/card:delivery.before` – начало секции, над полями ввода
40
- * `order/card:delivery.after` – конец секции, под полями ввода
41
- * `order/card:delivery.address` – под полем "Адрес"
42
-
43
- #### Секция данных по оплате
44
-
45
- * `order/card:payment.before` – начало секции, над полями ввода
9
+ https://docs.retailcrm.ru/Developers/modules/PublishingModuleMarketplace/JsModulesTargets
46
10
 
47
11
  ## Контексты
48
12
 
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@ import type { Schema } from './types/context/customer/card'
10
10
  import type { Schema as Schema_2 } from './types/context/customer/card-phone'
11
11
  import type { Schema as Schema_3 } from './types/context/order/card'
12
12
  import type { Schema as Schema_4 } from './types/context/settings'
13
- import type { SchemaList } from '../types/context'
13
+ import type { SchemaList } from './types/context'
14
14
  import type { Store } from 'pinia'
15
15
  import type { StoreDefinition } from 'pinia'
16
16
  import type { TypeOf } from './types/context/schema'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.3.2",
5
5
  "description": "API and components for creating RetailCRM UI extensions",
6
6
  "repository": "git@github.com:retailcrm/embed-ui.git",
7
7
  "author": "RetailDriverLLC <integration@retailcrm.ru>",