@stock-in-the-channel/sinch-vue-components 0.0.370 → 0.0.371
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/index.es.js +11378 -11391
- package/dist/style.css +1 -1
- package/dist/types/components/CloudChannel/Pages/Basket/BasketItemsTable.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/MarketPlace/ProductDetails.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Order/CustomerOrdersFromProvider.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Order/OrderDetails.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Order/OrderDetailsFromProvider.vue.d.ts +0 -1
- package/dist/types/components/CloudChannel/Pages/Order/OrderItemsTable.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Order/OrderSearch.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Quote/QuoteDetails.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Quote/QuoteIndex.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionDetails.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionIndex.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOderHistoryDialog.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderDetails.vue.d.ts +0 -2
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderHistories.vue.d.ts +2 -10
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionsTable.vue.d.ts +0 -2
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.thumbnail-container{text-align:center}.products-row[data-v-6f02f4d6]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-
|
|
1
|
+
.thumbnail-container{text-align:center}.products-row[data-v-6f02f4d6]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-9deb8386]{max-width:1100px;width:80vw}.q-td{min-width:80px}
|
|
@@ -3,7 +3,6 @@ import { ExibitionModeEnum } from '@/types/ExibitionModeEnum';
|
|
|
3
3
|
declare function refreshData(): void;
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
basket?: CreateBasketPayload | undefined;
|
|
6
|
-
rowsPerPageOptions: number[];
|
|
7
6
|
disable: boolean;
|
|
8
7
|
showItemsExpanded: boolean;
|
|
9
8
|
isDataLoading: boolean;
|
|
@@ -15,7 +14,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15
14
|
onBasketChanged: () => void;
|
|
16
15
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
17
16
|
basket?: CreateBasketPayload | undefined;
|
|
18
|
-
rowsPerPageOptions: number[];
|
|
19
17
|
disable: boolean;
|
|
20
18
|
showItemsExpanded: boolean;
|
|
21
19
|
isDataLoading: boolean;
|
|
@@ -36,7 +36,6 @@ export type DistributorProduct = {
|
|
|
36
36
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
37
37
|
route: RouteLocationNormalizedLoaded;
|
|
38
38
|
router: Router;
|
|
39
|
-
rowsPerPageOptions: number[];
|
|
40
39
|
addProductToBasketLoading: boolean;
|
|
41
40
|
columnVisibility?: ColumnVisibility | undefined;
|
|
42
41
|
viewAsTiles: boolean;
|
|
@@ -50,7 +49,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
50
49
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
51
50
|
route: RouteLocationNormalizedLoaded;
|
|
52
51
|
router: Router;
|
|
53
|
-
rowsPerPageOptions: number[];
|
|
54
52
|
addProductToBasketLoading: boolean;
|
|
55
53
|
columnVisibility?: ColumnVisibility | undefined;
|
|
56
54
|
viewAsTiles: boolean;
|
|
@@ -8,7 +8,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
8
|
cspCentralisedCustomerId: number;
|
|
9
9
|
providerSubscriptionId?: string | undefined;
|
|
10
10
|
tableTitle: string;
|
|
11
|
-
rowsPerPageOptions: number[];
|
|
12
11
|
router: Router;
|
|
13
12
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
13
|
goToOrderDetails: (row: OrderSummary, evt: Event) => void;
|
|
@@ -20,7 +19,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
19
|
cspCentralisedCustomerId: number;
|
|
21
20
|
providerSubscriptionId?: string | undefined;
|
|
22
21
|
tableTitle: string;
|
|
23
|
-
rowsPerPageOptions: number[];
|
|
24
22
|
router: Router;
|
|
25
23
|
}>>> & Readonly<{
|
|
26
24
|
onGoToOrderDetails?: ((row: OrderSummary, evt: Event) => any) | undefined;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
2
2
|
import { ExibitionModeEnum } from '@/types/ExibitionModeEnum';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
rowsPerPageOptions: number[];
|
|
5
4
|
route: RouteLocationNormalizedLoaded;
|
|
6
5
|
exibitionMode: ExibitionModeEnum;
|
|
7
6
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
rowsPerPageOptions: number[];
|
|
9
7
|
route: RouteLocationNormalizedLoaded;
|
|
10
8
|
exibitionMode: ExibitionModeEnum;
|
|
11
9
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,7 +3,6 @@ import { ExibitionModeEnum } from '@/types/ExibitionModeEnum';
|
|
|
3
3
|
declare function refreshData(): void;
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
order?: GetOrderDetailsLocal | undefined;
|
|
6
|
-
rowsPerPageOptions: number[];
|
|
7
6
|
showItemsExpanded: boolean;
|
|
8
7
|
isDataLoading: boolean;
|
|
9
8
|
exibitionMode: ExibitionModeEnum;
|
|
@@ -11,7 +10,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
10
|
refreshData: typeof refreshData;
|
|
12
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
12
|
order?: GetOrderDetailsLocal | undefined;
|
|
14
|
-
rowsPerPageOptions: number[];
|
|
15
13
|
showItemsExpanded: boolean;
|
|
16
14
|
isDataLoading: boolean;
|
|
17
15
|
exibitionMode: ExibitionModeEnum;
|
|
@@ -8,7 +8,6 @@ export type SearchOrdersInput = {
|
|
|
8
8
|
order: SearchOrdersPayloadSortInput[];
|
|
9
9
|
};
|
|
10
10
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
rowsPerPageOptions: number[];
|
|
12
11
|
router: Router;
|
|
13
12
|
route: RouteLocationNormalizedLoaded;
|
|
14
13
|
exibitionMode: ExibitionModeEnum;
|
|
@@ -16,7 +15,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
16
15
|
updateQueryStringFromFilter: (params: LocationQueryRaw) => void;
|
|
17
16
|
goToOrderDetails: (row: SearchOrdersPayload, evt: Event) => void;
|
|
18
17
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
19
|
-
rowsPerPageOptions: number[];
|
|
20
18
|
router: Router;
|
|
21
19
|
route: RouteLocationNormalizedLoaded;
|
|
22
20
|
exibitionMode: ExibitionModeEnum;
|
|
@@ -2,14 +2,12 @@ import { GetBasketDetailsPayload } from '@/api-clients/generated/graphql';
|
|
|
2
2
|
import { ExibitionModeEnum } from '@/index';
|
|
3
3
|
declare function getBasketDetails(basketId: number): Promise<void>;
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
rowsPerPageOptions: number[];
|
|
6
5
|
exibitionMode: ExibitionModeEnum;
|
|
7
6
|
}>>, {
|
|
8
7
|
getBasketDetails: typeof getBasketDetails;
|
|
9
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
9
|
goToCheckoutPage: (evt: Event, quote: GetBasketDetailsPayload) => void;
|
|
11
10
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
rowsPerPageOptions: number[];
|
|
13
11
|
exibitionMode: ExibitionModeEnum;
|
|
14
12
|
}>>> & Readonly<{
|
|
15
13
|
onGoToCheckoutPage?: ((evt: Event, quote: GetBasketDetailsPayload) => any) | undefined;
|
|
@@ -2,7 +2,6 @@ import { LocationQueryRaw } from 'vue-router';
|
|
|
2
2
|
import { ExibitionModeEnum } from '@/index';
|
|
3
3
|
declare function onSearchClick(): Promise<void>;
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
rowsPerPageOptions: number[];
|
|
6
5
|
exibitionMode: ExibitionModeEnum;
|
|
7
6
|
centralisedCustomerId?: number | undefined;
|
|
8
7
|
pageTitle?: string | undefined;
|
|
@@ -12,7 +11,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
11
|
updateQueryStringFromFilter: (params: LocationQueryRaw) => void;
|
|
13
12
|
goToQuoteDetails: (evt: Event, basketId: number) => void;
|
|
14
13
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
-
rowsPerPageOptions: number[];
|
|
16
14
|
exibitionMode: ExibitionModeEnum;
|
|
17
15
|
centralisedCustomerId?: number | undefined;
|
|
18
16
|
pageTitle?: string | undefined;
|
|
@@ -10,14 +10,12 @@ export type CustomerOrdersFromProviderParams = {
|
|
|
10
10
|
externalSystemClientId: number;
|
|
11
11
|
};
|
|
12
12
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
-
rowsPerPageOptions: number[];
|
|
14
13
|
router: Router;
|
|
15
14
|
route: RouteLocationNormalizedLoaded;
|
|
16
15
|
exibitionMode: ExibitionModeEnum;
|
|
17
16
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
17
|
goToOrderDetails: (row: CustomerOrdersFromProviderParams, evt: Event) => void;
|
|
19
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
20
|
-
rowsPerPageOptions: number[];
|
|
21
19
|
router: Router;
|
|
22
20
|
route: RouteLocationNormalizedLoaded;
|
|
23
21
|
exibitionMode: ExibitionModeEnum;
|
|
@@ -3,7 +3,6 @@ import { GetResellerExternalClientsPayload, SubscriptionGqlModel } from '@/api-c
|
|
|
3
3
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
route: RouteLocationNormalizedLoaded;
|
|
6
|
-
rowsPerPageOptions: number[];
|
|
7
6
|
externalSystemTypeValues: string[];
|
|
8
7
|
exibitionMode: ExibitionModeEnum;
|
|
9
8
|
externalSystemClients: GetResellerExternalClientsPayload[];
|
|
@@ -13,7 +12,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
12
|
customerRowClick: (value: SubscriptionGqlModel, evt: Event) => void;
|
|
14
13
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
14
|
route: RouteLocationNormalizedLoaded;
|
|
16
|
-
rowsPerPageOptions: number[];
|
|
17
15
|
externalSystemTypeValues: string[];
|
|
18
16
|
exibitionMode: ExibitionModeEnum;
|
|
19
17
|
externalSystemClients: GetResellerExternalClientsPayload[];
|
package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOderHistoryDialog.vue.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
cspSubscriptionId: number;
|
|
3
|
-
rowsPerPageOptions: number[];
|
|
4
3
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
4
|
ok: (...args: any[]) => void;
|
|
6
5
|
hide: (...args: any[]) => void;
|
|
7
6
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
7
|
cspSubscriptionId: number;
|
|
9
|
-
rowsPerPageOptions: number[];
|
|
10
8
|
}>>> & Readonly<{
|
|
11
9
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
12
10
|
onHide?: ((...args: any[]) => any) | undefined;
|
package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderDetails.vue.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
-
rowsPerPageOptions: number[];
|
|
4
3
|
route: RouteLocationNormalizedLoaded;
|
|
5
4
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
rowsPerPageOptions: number[];
|
|
7
5
|
route: RouteLocationNormalizedLoaded;
|
|
8
6
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
7
|
export default _default;
|
package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderHistories.vue.d.ts
CHANGED
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
cspSubscriptionId: number;
|
|
3
3
|
title: string;
|
|
4
|
-
rowsPerPageOptions: number[];
|
|
5
4
|
triggerUpdateHook: Number;
|
|
6
|
-
}>, {
|
|
7
|
-
rowsPerPageOptions: () => number[];
|
|
8
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
}>, {}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
6
|
cspSubscriptionId: number;
|
|
10
7
|
title: string;
|
|
11
|
-
rowsPerPageOptions: number[];
|
|
12
8
|
triggerUpdateHook: Number;
|
|
13
|
-
}>, {
|
|
14
|
-
rowsPerPageOptions: () => number[];
|
|
15
|
-
}>>> & Readonly<{}>, {
|
|
16
|
-
rowsPerPageOptions: number[];
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
}>, {}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
10
|
export default _default;
|
|
19
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -23,7 +23,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
23
23
|
mode: ExibitionModeEnum;
|
|
24
24
|
providerCustomerId?: string | undefined;
|
|
25
25
|
cspCentralisedCustomerId?: number | undefined;
|
|
26
|
-
rowsPerPageOptions: number[];
|
|
27
26
|
}>>, {
|
|
28
27
|
fetchSubscriptions: typeof fetchSubscriptions;
|
|
29
28
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -36,7 +35,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
35
|
mode: ExibitionModeEnum;
|
|
37
36
|
providerCustomerId?: string | undefined;
|
|
38
37
|
cspCentralisedCustomerId?: number | undefined;
|
|
39
|
-
rowsPerPageOptions: number[];
|
|
40
38
|
}>>> & Readonly<{
|
|
41
39
|
onRowClick?: ((value: SubscriptionGqlModel, evt: Event) => any) | undefined;
|
|
42
40
|
onCustomerRowClick?: ((value: SubscriptionGqlModel, evt: Event) => any) | undefined;
|