@stock-in-the-channel/sinch-vue-components 0.0.323 → 0.0.324
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 +17029 -16057
- package/dist/types/App.vue.d.ts +1 -1
- package/dist/types/api-clients/generated/graphql.d.ts +1 -1
- package/dist/types/components/BrandSearch/SinchBrandSelect.vue.d.ts +2 -2
- package/dist/types/components/CategorySearch/SinchCategorySubcategory.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/BrandProducts.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/CategoriesCatalogueV2.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/Pages/Basket/BasketItemsTable.vue.d.ts +6 -6
- package/dist/types/components/CloudChannel/Pages/CategoryDetails.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/CategoryDetailsCloud.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/Customer/CustomerDetailsSection.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/Pages/Information/ContactUs.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/Pages/MarketPlaceSearch.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/MarketplaceIndex.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/Pages/Order/CustomerOrdersFromProvider.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/Order/OrderDetails.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/Pages/Order/OrderDetailsFromProvider.vue.d.ts +4 -4
- package/dist/types/components/CloudChannel/Pages/Order/OrderItemsTable.vue.d.ts +4 -4
- package/dist/types/components/CloudChannel/Pages/Order/OrderParametersInput.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/Order/OrderSearch.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/ProductDetails.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/Quote/QuoteDetails.vue.d.ts +6 -6
- package/dist/types/components/CloudChannel/Pages/Quote/QuoteIndex.vue.d.ts +6 -6
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionDetails.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionIndex.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOderHistoryDialog.vue.d.ts +6 -6
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderDetails.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderHistories.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderHistoriesLastEntry.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrdersList.vue.d.ts +6 -6
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionsTable.vue.d.ts +6 -6
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionsTableFilters.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/ProductCard.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/ProvidersCatalogue.vue.d.ts +3 -3
- package/dist/types/components/CloudChannel/SearchServices/MarketPlaceItem.vue.d.ts +5 -5
- package/dist/types/components/CloudChannel/SearchServices/MarketPlaceSearchInput.vue.d.ts +6 -6
- package/dist/types/components/CloudChannel/SearchServices/MarketSearchIndex.vue.d.ts +2 -2
- package/dist/types/components/CloudChannel/VendorsCatalogueV2.vue.d.ts +3 -3
- package/dist/types/components/LanguageMenu/LanguageMenuSelector.vue.d.ts +5 -5
- package/dist/types/components/ProductSearch/SearchByBrandAndCategory.vue.d.ts +6 -6
- package/dist/types/components/ProductSearch/SearchIndexPage.vue.d.ts +6 -6
- package/dist/types/components/ProductSearch/SearchResultProductTitle.vue.d.ts +3 -3
- package/dist/types/components/ProductSearch/SearchResultsTable.vue.d.ts +5 -5
- package/dist/types/components/ProductSearch/SinchFilterBox.vue.d.ts +5 -5
- package/dist/types/components/ProductSearch/SinchSearchBrandCategory.vue.d.ts +2 -2
- package/dist/types/components/ProductSearch/SinchSearchResultItem.vue.d.ts +3 -3
- package/dist/types/components/ProductSearch/SinchSearchText.vue.d.ts +5 -5
- package/dist/types/components/UserMenu/UserMenu.vue.d.ts +3 -3
- package/dist/types/i18n/index.d.ts +3 -0
- package/dist/types/i18n/translations/index.d.ts +3 -0
- package/dist/types/utils/RouterLinkWrapper.vue.d.ts +6 -6
- package/package.json +1 -1
package/dist/types/App.vue.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -2514,7 +2514,7 @@ export type SubscriptionOrderStatusHistoriesModel = {
|
|
|
2514
2514
|
cspSubscriptionId: Scalars['Int']['output'];
|
|
2515
2515
|
cspSubscriptionOrderId: Scalars['Int']['output'];
|
|
2516
2516
|
date: Scalars['DateTime']['output'];
|
|
2517
|
-
|
|
2517
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
2518
2518
|
providerOrderId?: Maybe<Scalars['String']['output']>;
|
|
2519
2519
|
status: OrderPayloadStatus;
|
|
2520
2520
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
2
|
onChange: (...args: any[]) => void;
|
|
3
|
-
}, string, import("vue").
|
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
4
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}, {}, {}>;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
fetchAllChunkSize: NumberConstructor;
|
|
3
|
-
}
|
|
3
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
4
|
onChange: (...args: any[]) => void;
|
|
5
|
-
}, string, import("vue").
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
fetchAllChunkSize: NumberConstructor;
|
|
7
|
-
}>> & {
|
|
7
|
+
}>> & Readonly<{
|
|
8
8
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}, {}, {}>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
brandId: number;
|
|
3
|
-
}
|
|
3
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
brandId: number;
|
|
5
|
-
}
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Category } from '@/components/CategorySearch/CategoryStore';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
isLoading: boolean;
|
|
4
4
|
hasLoadingError: boolean;
|
|
5
5
|
categories: Category[];
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
isLoading: boolean;
|
|
8
8
|
hasLoadingError: boolean;
|
|
9
9
|
categories: Category[];
|
|
10
|
-
}
|
|
10
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
12
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
13
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { CreateBasketPayload, RemoveItemFromBasketPayload } from '@/api-clients/generated/graphql';
|
|
2
2
|
import { ExibitionModeEnum } from '@/types/ExibitionModeEnum';
|
|
3
3
|
declare function refreshData(): void;
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
basket?: CreateBasketPayload | undefined;
|
|
6
6
|
rowsPerPageOptions: number[];
|
|
7
7
|
disable: boolean;
|
|
8
8
|
showItemsExpanded: boolean;
|
|
9
9
|
isDataLoading: boolean;
|
|
10
10
|
exibitionMode: ExibitionModeEnum;
|
|
11
|
-
}
|
|
11
|
+
}>>, {
|
|
12
12
|
refreshData: typeof refreshData;
|
|
13
|
-
},
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
onBasketItemRemoved: (removePayload: RemoveItemFromBasketPayload) => void;
|
|
15
15
|
onBasketChanged: () => void;
|
|
16
|
-
}, string, import("vue").
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
17
17
|
basket?: CreateBasketPayload | undefined;
|
|
18
18
|
rowsPerPageOptions: number[];
|
|
19
19
|
disable: boolean;
|
|
20
20
|
showItemsExpanded: boolean;
|
|
21
21
|
isDataLoading: boolean;
|
|
22
22
|
exibitionMode: ExibitionModeEnum;
|
|
23
|
-
}>>> & {
|
|
23
|
+
}>>> & Readonly<{
|
|
24
24
|
onOnBasketItemRemoved?: ((removePayload: RemoveItemFromBasketPayload) => any) | undefined;
|
|
25
25
|
onOnBasketChanged?: (() => any) | undefined;
|
|
26
|
-
}, {}, {}>;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
export default _default;
|
|
28
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
29
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Product } from '@/components/ProductSearch/SearchStore';
|
|
2
2
|
import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
route: RouteLocationNormalizedLoaded;
|
|
5
5
|
router: Router;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
redirectToProductDetails: (product: Product, evt: Event) => void;
|
|
8
|
-
}, string, import("vue").
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
route: RouteLocationNormalizedLoaded;
|
|
10
10
|
router: Router;
|
|
11
|
-
}>>> & {
|
|
11
|
+
}>>> & Readonly<{
|
|
12
12
|
onRedirectToProductDetails?: ((product: Product, evt: Event) => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -9,19 +9,19 @@ export interface CategoryItem {
|
|
|
9
9
|
imageUrl: string | null;
|
|
10
10
|
children?: CategoryItem[];
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
router: Router;
|
|
14
14
|
route: RouteLocationNormalizedLoaded;
|
|
15
15
|
categories: CategoryItem[];
|
|
16
|
-
}
|
|
16
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
redirectToProductDetails: (product: Product, evt: Event) => void;
|
|
18
|
-
}, string, import("vue").
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
19
19
|
router: Router;
|
|
20
20
|
route: RouteLocationNormalizedLoaded;
|
|
21
21
|
categories: CategoryItem[];
|
|
22
|
-
}>>> & {
|
|
22
|
+
}>>> & Readonly<{
|
|
23
23
|
onRedirectToProductDetails?: ((product: Product, evt: Event) => any) | undefined;
|
|
24
|
-
}, {}, {}>;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GetCustomersPayload } from '@/api-clients/generated/graphql';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
isDataLoading: boolean;
|
|
4
4
|
customerDetails: GetCustomersPayload;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
isDataLoading: boolean;
|
|
7
7
|
customerDetails: GetCustomersPayload;
|
|
8
|
-
}
|
|
8
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
recaptchaSiteKey: string;
|
|
3
|
-
}
|
|
3
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
recaptchaSiteKey: string;
|
|
5
|
-
}
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Product } from '../../ProductSearch/SearchStore';
|
|
2
2
|
import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
route: RouteLocationNormalizedLoaded;
|
|
5
5
|
router: Router;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
redirectToProductDetails: (product: Product, evt: Event) => void;
|
|
8
|
-
}, string, import("vue").
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
route: RouteLocationNormalizedLoaded;
|
|
10
10
|
router: Router;
|
|
11
|
-
}>>> & {
|
|
11
|
+
}>>> & Readonly<{
|
|
12
12
|
onRedirectToProductDetails?: ((product: Product, evt: Event) => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,7 +6,7 @@ interface InputProps {
|
|
|
6
6
|
brands: Brand[];
|
|
7
7
|
providers: ProvidersCatalogProvider[];
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<InputProps
|
|
9
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
goToProductResultsPage: (searchText: string) => void;
|
|
11
11
|
onBrandSelected: (brand: Brand, evt: Event) => void;
|
|
12
12
|
onCategorySelected: (category: Category, evt: Event) => void;
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
15
15
|
onCatalogueCategorySelected: (clickedCategory: Category, evt: Event) => void;
|
|
16
16
|
onCategoriesCatalogMounted: () => void;
|
|
17
17
|
onProviderClick: (evt: Event, provider: ProvidersCatalogProvider) => void;
|
|
18
|
-
}, string, import("vue").
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & Readonly<{
|
|
19
19
|
onOnCategorySelected?: ((category: Category, evt: Event) => any) | undefined;
|
|
20
20
|
onOnBrandSelected?: ((brand: Brand, evt: Event) => any) | undefined;
|
|
21
21
|
onGoToProductResultsPage?: ((searchText: string) => any) | undefined;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
24
24
|
onOnCatalogueCategorySelected?: ((clickedCategory: Category, evt: Event) => any) | undefined;
|
|
25
25
|
onOnCategoriesCatalogMounted?: (() => any) | undefined;
|
|
26
26
|
onOnProviderClick?: ((evt: Event, provider: ProvidersCatalogProvider) => any) | undefined;
|
|
27
|
-
}, {}, {}>;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
28
|
export default _default;
|
|
29
29
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
30
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExternalSystemType, OrderSummary } from '@/api-clients/generated/graphql';
|
|
2
2
|
import { Router } from 'vue-router';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
sinchAccountId?: string | undefined;
|
|
5
5
|
externalSystemType: ExternalSystemType;
|
|
6
6
|
customerCompanyName: string;
|
|
@@ -10,9 +10,9 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
10
10
|
tableTitle: string;
|
|
11
11
|
rowsPerPageOptions: number[];
|
|
12
12
|
router: Router;
|
|
13
|
-
}
|
|
13
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
goToOrderDetails: (row: OrderSummary, evt: Event) => void;
|
|
15
|
-
}, string, import("vue").
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
16
16
|
sinchAccountId?: string | undefined;
|
|
17
17
|
externalSystemType: ExternalSystemType;
|
|
18
18
|
customerCompanyName: string;
|
|
@@ -22,9 +22,9 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
22
22
|
tableTitle: string;
|
|
23
23
|
rowsPerPageOptions: number[];
|
|
24
24
|
router: Router;
|
|
25
|
-
}>>> & {
|
|
25
|
+
}>>> & Readonly<{
|
|
26
26
|
onGoToOrderDetails?: ((row: OrderSummary, evt: Event) => any) | undefined;
|
|
27
|
-
}, {}, {}>;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
28
|
export default _default;
|
|
29
29
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
30
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
2
2
|
import { ExibitionModeEnum } from '@/types/ExibitionModeEnum';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
rowsPerPageOptions: number[];
|
|
5
5
|
route: RouteLocationNormalizedLoaded;
|
|
6
6
|
exibitionMode: ExibitionModeEnum;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
rowsPerPageOptions: number[];
|
|
9
9
|
route: RouteLocationNormalizedLoaded;
|
|
10
10
|
exibitionMode: ExibitionModeEnum;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -10,13 +10,13 @@ interface InputProps {
|
|
|
10
10
|
router: Router;
|
|
11
11
|
exibitionMode?: ExibitionModeEnum;
|
|
12
12
|
}
|
|
13
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputProps>, {
|
|
13
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputProps>, {
|
|
14
14
|
exibitionMode: ExibitionModeEnum;
|
|
15
|
-
}
|
|
15
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputProps>, {
|
|
16
16
|
exibitionMode: ExibitionModeEnum;
|
|
17
|
-
}
|
|
17
|
+
}>>> & Readonly<{}>, {
|
|
18
18
|
exibitionMode: ExibitionModeEnum;
|
|
19
|
-
}, {}>;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
22
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { GetOrderDetailsLocal } from './OrderTypes';
|
|
2
2
|
declare function refreshData(): void;
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
order?: GetOrderDetailsLocal | undefined;
|
|
5
5
|
rowsPerPageOptions: number[];
|
|
6
6
|
showItemsExpanded: boolean;
|
|
7
7
|
isDataLoading: boolean;
|
|
8
|
-
}
|
|
8
|
+
}>>, {
|
|
9
9
|
refreshData: typeof refreshData;
|
|
10
|
-
},
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
order?: GetOrderDetailsLocal | undefined;
|
|
12
12
|
rowsPerPageOptions: number[];
|
|
13
13
|
showItemsExpanded: boolean;
|
|
14
14
|
isDataLoading: boolean;
|
|
15
|
-
}
|
|
15
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Maybe } from '@/api-clients/generated/graphql';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
basketId: Maybe<number> | undefined;
|
|
4
|
-
}
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"on-save": (...args: any[]) => void;
|
|
6
6
|
"on-error": (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
basketId: Maybe<number> | undefined;
|
|
9
|
-
}>>> & {
|
|
9
|
+
}>>> & Readonly<{
|
|
10
10
|
"onOn-save"?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
"onOn-error"?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}, {}, {}>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -7,23 +7,23 @@ export type SearchOrdersInput = {
|
|
|
7
7
|
where: SearchOrdersPayloadFilterInput;
|
|
8
8
|
order: SearchOrdersPayloadSortInput[];
|
|
9
9
|
};
|
|
10
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
rowsPerPageOptions: number[];
|
|
12
12
|
router: Router;
|
|
13
13
|
route: RouteLocationNormalizedLoaded;
|
|
14
14
|
exibitionMode: ExibitionModeEnum;
|
|
15
|
-
}
|
|
15
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
updateQueryStringFromFilter: (params: LocationQueryRaw) => void;
|
|
17
17
|
goToOrderDetails: (row: SearchOrdersPayload, evt: Event) => void;
|
|
18
|
-
}, string, import("vue").
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
19
19
|
rowsPerPageOptions: number[];
|
|
20
20
|
router: Router;
|
|
21
21
|
route: RouteLocationNormalizedLoaded;
|
|
22
22
|
exibitionMode: ExibitionModeEnum;
|
|
23
|
-
}>>> & {
|
|
23
|
+
}>>> & Readonly<{
|
|
24
24
|
onGoToOrderDetails?: ((row: SearchOrdersPayload, evt: Event) => any) | undefined;
|
|
25
25
|
onUpdateQueryStringFromFilter?: ((params: LocationQueryRaw) => any) | undefined;
|
|
26
|
-
}, {}, {}>;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
export default _default;
|
|
28
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
29
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -24,7 +24,7 @@ export type DistributorProduct = {
|
|
|
24
24
|
distributorId?: number;
|
|
25
25
|
margin?: number;
|
|
26
26
|
};
|
|
27
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
27
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
28
28
|
route: RouteLocationNormalizedLoaded;
|
|
29
29
|
router: Router;
|
|
30
30
|
enabledDistributorIds: number[];
|
|
@@ -33,10 +33,10 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
33
33
|
columnVisibility?: ColumnVisibility | undefined;
|
|
34
34
|
viewAsTiles: boolean;
|
|
35
35
|
siteCloud: boolean;
|
|
36
|
-
}
|
|
36
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
37
|
addProductToBasket: (product: DistributorProduct) => void;
|
|
38
38
|
navigateToConfigureUrl: (product: DistributorProduct, evt: Event) => void;
|
|
39
|
-
}, string, import("vue").
|
|
39
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
40
40
|
route: RouteLocationNormalizedLoaded;
|
|
41
41
|
router: Router;
|
|
42
42
|
enabledDistributorIds: number[];
|
|
@@ -45,10 +45,10 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
45
45
|
columnVisibility?: ColumnVisibility | undefined;
|
|
46
46
|
viewAsTiles: boolean;
|
|
47
47
|
siteCloud: boolean;
|
|
48
|
-
}>>> & {
|
|
48
|
+
}>>> & Readonly<{
|
|
49
49
|
onAddProductToBasket?: ((product: DistributorProduct) => any) | undefined;
|
|
50
50
|
onNavigateToConfigureUrl?: ((product: DistributorProduct, evt: Event) => any) | undefined;
|
|
51
|
-
}, {}, {}>;
|
|
51
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
53
53
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
54
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { GetBasketDetailsPayload } from '@/api-clients/generated/graphql';
|
|
2
2
|
import { ExibitionModeEnum } from '@/index';
|
|
3
3
|
declare function getBasketDetails(basketId: number): Promise<void>;
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
rowsPerPageOptions: number[];
|
|
6
6
|
exibitionMode: ExibitionModeEnum;
|
|
7
|
-
}
|
|
7
|
+
}>>, {
|
|
8
8
|
getBasketDetails: typeof getBasketDetails;
|
|
9
|
-
},
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
goToCheckoutPage: (evt: Event, quote: GetBasketDetailsPayload) => void;
|
|
11
|
-
}, string, import("vue").
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
12
|
rowsPerPageOptions: number[];
|
|
13
13
|
exibitionMode: ExibitionModeEnum;
|
|
14
|
-
}>>> & {
|
|
14
|
+
}>>> & Readonly<{
|
|
15
15
|
onGoToCheckoutPage?: ((evt: Event, quote: GetBasketDetailsPayload) => any) | undefined;
|
|
16
|
-
}, {}, {}>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { LocationQueryRaw } from 'vue-router';
|
|
2
2
|
import { ExibitionModeEnum } from '@/index';
|
|
3
3
|
declare function onSearchClick(): Promise<void>;
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
rowsPerPageOptions: number[];
|
|
6
6
|
exibitionMode: ExibitionModeEnum;
|
|
7
7
|
centralisedCustomerId?: number | undefined;
|
|
8
8
|
pageTitle?: string | undefined;
|
|
9
|
-
}
|
|
9
|
+
}>>, {
|
|
10
10
|
onSearchClick: typeof onSearchClick;
|
|
11
|
-
},
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
12
|
updateQueryStringFromFilter: (params: LocationQueryRaw) => void;
|
|
13
13
|
goToQuoteDetails: (evt: Event, basketId: number) => void;
|
|
14
|
-
}, string, import("vue").
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
15
|
rowsPerPageOptions: number[];
|
|
16
16
|
exibitionMode: ExibitionModeEnum;
|
|
17
17
|
centralisedCustomerId?: number | undefined;
|
|
18
18
|
pageTitle?: string | undefined;
|
|
19
|
-
}>>> & {
|
|
19
|
+
}>>> & Readonly<{
|
|
20
20
|
onUpdateQueryStringFromFilter?: ((params: LocationQueryRaw) => any) | undefined;
|
|
21
21
|
onGoToQuoteDetails?: ((evt: Event, basketId: number) => any) | undefined;
|
|
22
|
-
}, {}, {}>;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
24
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
25
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -8,19 +8,19 @@ export type CustomerOrdersFromProviderParams = {
|
|
|
8
8
|
cspCentralisedCustomerId: number;
|
|
9
9
|
externalSystemClientId: number;
|
|
10
10
|
};
|
|
11
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
12
|
rowsPerPageOptions: number[];
|
|
13
13
|
router: Router;
|
|
14
14
|
route: RouteLocationNormalizedLoaded;
|
|
15
|
-
}
|
|
15
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
goToOrderDetails: (row: CustomerOrdersFromProviderParams, evt: Event) => void;
|
|
17
|
-
}, string, import("vue").
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
18
18
|
rowsPerPageOptions: number[];
|
|
19
19
|
router: Router;
|
|
20
20
|
route: RouteLocationNormalizedLoaded;
|
|
21
|
-
}>>> & {
|
|
21
|
+
}>>> & Readonly<{
|
|
22
22
|
onGoToOrderDetails?: ((row: CustomerOrdersFromProviderParams, evt: Event) => any) | undefined;
|
|
23
|
-
}, {}, {}>;
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|
|
25
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
26
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { ExibitionModeEnum } from '@/types/ExibitionModeEnum';
|
|
2
2
|
import { GetResellerExternalClientsPayload, SubscriptionGqlModel } from '@/api-clients/generated/graphql';
|
|
3
3
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
route: RouteLocationNormalizedLoaded;
|
|
6
6
|
rowsPerPageOptions: number[];
|
|
7
7
|
externalSystemTypeValues: string[];
|
|
8
8
|
exibitionMode: ExibitionModeEnum;
|
|
9
9
|
externalSystemClients: GetResellerExternalClientsPayload[];
|
|
10
|
-
}
|
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
updateQueryStringFromFilter: (routeQuery: object) => void;
|
|
12
12
|
goToSubscriptionDetails: (row: SubscriptionGqlModel, evt: Event) => void;
|
|
13
13
|
customerRowClick: (value: SubscriptionGqlModel, evt: Event) => void;
|
|
14
|
-
}, string, import("vue").
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
15
|
route: RouteLocationNormalizedLoaded;
|
|
16
16
|
rowsPerPageOptions: number[];
|
|
17
17
|
externalSystemTypeValues: string[];
|
|
18
18
|
exibitionMode: ExibitionModeEnum;
|
|
19
19
|
externalSystemClients: GetResellerExternalClientsPayload[];
|
|
20
|
-
}>>> & {
|
|
20
|
+
}>>> & Readonly<{
|
|
21
21
|
onUpdateQueryStringFromFilter?: ((routeQuery: object) => any) | undefined;
|
|
22
22
|
onCustomerRowClick?: ((value: SubscriptionGqlModel, evt: Event) => any) | undefined;
|
|
23
23
|
onGoToSubscriptionDetails?: ((row: SubscriptionGqlModel, evt: Event) => any) | undefined;
|
|
24
|
-
}, {}, {}>;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOderHistoryDialog.vue.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
cspSubscriptionId: number;
|
|
3
3
|
rowsPerPageOptions: number[];
|
|
4
|
-
}
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
ok: (...args: any[]) => void;
|
|
6
6
|
hide: (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
cspSubscriptionId: number;
|
|
9
9
|
rowsPerPageOptions: number[];
|
|
10
|
-
}>>> & {
|
|
11
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
}>>> & Readonly<{
|
|
12
11
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
|
|
12
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionOrderDetails.vue.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
rowsPerPageOptions: number[];
|
|
4
4
|
route: RouteLocationNormalizedLoaded;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
rowsPerPageOptions: number[];
|
|
7
7
|
route: RouteLocationNormalizedLoaded;
|
|
8
|
-
}
|
|
8
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|