@snabcentr/common-lib 1.40.4 → 1.41.0
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/manifest.json +1 -1
- package/dist/release_notes.tmp +4 -2
- package/dist/sc-common-lib.js +470 -448
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/references/classes/index.d.ts +1 -0
- package/dist/src/references/classes/index.d.ts.map +1 -1
- package/dist/src/references/classes/product-file-type.d.ts +8 -0
- package/dist/src/references/classes/product-file-type.d.ts.map +1 -0
- package/dist/src/references/interfaces/i-product-file-type.d.ts +7 -0
- package/dist/src/references/interfaces/i-product-file-type.d.ts.map +1 -0
- package/dist/src/references/interfaces/index.d.ts +1 -0
- package/dist/src/references/interfaces/index.d.ts.map +1 -1
- package/dist/src/references/providers/reference-data-provider.d.ts +5 -0
- package/dist/src/references/providers/reference-data-provider.d.ts.map +1 -1
- package/dist/src/states/references-store.d.ts +14 -1
- package/dist/src/states/references-store.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export * from './order-payment-status';
|
|
|
11
11
|
export * from './order-status';
|
|
12
12
|
export * from './partner-group';
|
|
13
13
|
export * from './payment-type';
|
|
14
|
+
export * from './product-file-type';
|
|
14
15
|
export * from './region';
|
|
15
16
|
export * from './resource-type';
|
|
16
17
|
export * from './sales-direction';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/references/classes/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,QAAQ,CAAC;AACvB,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,OAAO,CAAC;AACtB,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/references/classes/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,QAAQ,CAAC;AACvB,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,OAAO,CAAC;AACtB,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IProductFileType } from '../interfaces/i-product-file-type';
|
|
2
|
+
import { Reference } from '../../system/classes/reference';
|
|
3
|
+
/**
|
|
4
|
+
* Данные о типах файлов продуктов/категорий.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ProductFileType extends Reference<IProductFileType> implements IProductFileType {
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=product-file-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-file-type.d.ts","sourceRoot":"","sources":["../../../../src/references/classes/product-file-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD;;GAEG;AACH,qBAAa,eAAgB,SAAQ,SAAS,CAAC,gBAAgB,CAAE,YAAW,gBAAgB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-product-file-type.d.ts","sourceRoot":"","sources":["../../../../src/references/interfaces/i-product-file-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,UAAU;CAAG"}
|
|
@@ -10,6 +10,7 @@ export * from './i-order-payment-status';
|
|
|
10
10
|
export * from './i-order-status';
|
|
11
11
|
export * from './i-partner-group';
|
|
12
12
|
export * from './i-payment-type';
|
|
13
|
+
export * from './i-product-file-type';
|
|
13
14
|
export * from './i-region';
|
|
14
15
|
export * from './i-resource-type';
|
|
15
16
|
export * from './i-sales-direction';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/references/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,UAAU,CAAC;AACzB,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/references/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,UAAU,CAAC;AACzB,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC"}
|
|
@@ -12,6 +12,7 @@ import { IOrderStatus } from '../interfaces/i-order-status';
|
|
|
12
12
|
import { IPartnerGroup } from '../interfaces/i-partner-group';
|
|
13
13
|
import { IPaymentType } from '../interfaces/i-payment-type';
|
|
14
14
|
import { IPriceCoefficient } from '../interfaces/i-price-coefficient';
|
|
15
|
+
import { IProductFileType } from '../interfaces/i-product-file-type';
|
|
15
16
|
import { IRegion } from '../interfaces/i-region';
|
|
16
17
|
import { IResourceType } from '../interfaces/i-resource-type';
|
|
17
18
|
import { ISalesDirection } from '../interfaces/i-sales-direction';
|
|
@@ -110,5 +111,9 @@ export declare class ReferenceDataProvider extends HttpRequester {
|
|
|
110
111
|
* Возвращает {@link Promise} для получения справочника коэффициентов цен.
|
|
111
112
|
*/
|
|
112
113
|
getPriceCoefficients(): Promise<IPriceCoefficient[]>;
|
|
114
|
+
/**
|
|
115
|
+
* Возвращает {@link Promise} для получения справочника типов файлов продуктов/категорий.
|
|
116
|
+
*/
|
|
117
|
+
getProductFileType(): Promise<IProductFileType[]>;
|
|
113
118
|
}
|
|
114
119
|
//# sourceMappingURL=reference-data-provider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reference-data-provider.d.ts","sourceRoot":"","sources":["../../../../src/references/providers/reference-data-provider.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"reference-data-provider.d.ts","sourceRoot":"","sources":["../../../../src/references/providers/reference-data-provider.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,7 @@ import { IOrderStatus } from '../references/interfaces/i-order-status';
|
|
|
10
10
|
import { IPartnerGroup } from '../references/interfaces/i-partner-group';
|
|
11
11
|
import { IPaymentType } from '../references/interfaces/i-payment-type';
|
|
12
12
|
import { IPriceCoefficient } from '../references/interfaces/i-price-coefficient';
|
|
13
|
+
import { IProductFileType } from '../references/interfaces/i-product-file-type';
|
|
13
14
|
import { IResourceType } from '../references/interfaces/i-resource-type';
|
|
14
15
|
import { ISalesDirection } from '../references/interfaces/i-sales-direction';
|
|
15
16
|
import { ISourcePrimaryInterest } from '../references/interfaces/i-source-primary-interest';
|
|
@@ -50,6 +51,10 @@ export declare const useReferencesStore: import('pinia').StoreDefinition<"refere
|
|
|
50
51
|
* Справочник групп партнеров.
|
|
51
52
|
*/
|
|
52
53
|
partnerGroupsReference: import('vue').ComputedRef<IPartnerGroup[] | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* Справочник типов файлов продуктов/категорий.
|
|
56
|
+
*/
|
|
57
|
+
productFilesTypesReference: import('vue').ComputedRef<IProductFileType[] | undefined>;
|
|
53
58
|
/**
|
|
54
59
|
* Справочник типов ресурсов.
|
|
55
60
|
*/
|
|
@@ -115,6 +120,10 @@ export declare const useReferencesStore: import('pinia').StoreDefinition<"refere
|
|
|
115
120
|
* Справочник групп партнеров.
|
|
116
121
|
*/
|
|
117
122
|
partnerGroupsReference: import('vue').ComputedRef<IPartnerGroup[] | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* Справочник типов файлов продуктов/категорий.
|
|
125
|
+
*/
|
|
126
|
+
productFilesTypesReference: import('vue').ComputedRef<IProductFileType[] | undefined>;
|
|
118
127
|
/**
|
|
119
128
|
* Справочник типов ресурсов.
|
|
120
129
|
*/
|
|
@@ -147,7 +156,7 @@ export declare const useReferencesStore: import('pinia').StoreDefinition<"refere
|
|
|
147
156
|
* Справочник коэффициентов цен.
|
|
148
157
|
*/
|
|
149
158
|
priceCoefficientsReference: import('vue').ComputedRef<IPriceCoefficient[] | undefined>;
|
|
150
|
-
}, "contactPositionsReference" | "currencyReference" | "deliveryTypeReference" | "managersList" | "opfReference" | "orderPaymentStatusReference" | "orderStatusReference" | "paymentTypeReference" | "resourceTypesReference" | "salesDirectionsReference" | "warehousesReference" | "propertyTypesReference" | "priceCoefficientsReference" | "channelPrimaryInterestsReference" | "partnerGroupsReference" | "sourcePrimaryInterestsReference">, Pick<{
|
|
159
|
+
}, "contactPositionsReference" | "currencyReference" | "deliveryTypeReference" | "managersList" | "opfReference" | "orderPaymentStatusReference" | "orderStatusReference" | "paymentTypeReference" | "resourceTypesReference" | "salesDirectionsReference" | "warehousesReference" | "propertyTypesReference" | "priceCoefficientsReference" | "channelPrimaryInterestsReference" | "partnerGroupsReference" | "productFilesTypesReference" | "sourcePrimaryInterestsReference">, Pick<{
|
|
151
160
|
/**
|
|
152
161
|
* Справочник каналов первичного интереса.
|
|
153
162
|
*/
|
|
@@ -180,6 +189,10 @@ export declare const useReferencesStore: import('pinia').StoreDefinition<"refere
|
|
|
180
189
|
* Справочник групп партнеров.
|
|
181
190
|
*/
|
|
182
191
|
partnerGroupsReference: import('vue').ComputedRef<IPartnerGroup[] | undefined>;
|
|
192
|
+
/**
|
|
193
|
+
* Справочник типов файлов продуктов/категорий.
|
|
194
|
+
*/
|
|
195
|
+
productFilesTypesReference: import('vue').ComputedRef<IProductFileType[] | undefined>;
|
|
183
196
|
/**
|
|
184
197
|
* Справочник типов ресурсов.
|
|
185
198
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"references-store.d.ts","sourceRoot":"","sources":["../../../src/states/references-store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAEvE,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"references-store.d.ts","sourceRoot":"","sources":["../../../src/states/references-store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAEvE,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAClF,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAiMnE;;GAEG;AACH,eAAO,MAAM,kBAAkB;IAsVvB;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;IAlFH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;IAlFH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;UAGT,CAAC"}
|