@stock-in-the-channel/sinch-vue-components 0.0.317 → 0.0.319
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 +14967 -25701
- package/dist/style.css +1 -1
- package/dist/types/components/CloudChannel/BrandProducts.vue.d.ts +15 -0
- package/dist/types/components/CloudChannel/Pages/CategoryDetails2.vue.d.ts +23 -0
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
- /package/dist/types/{Main.d.ts → main.d.ts} +0 -0
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.thumbnail-container{text-align:center}.q-dialog-plugin[data-v-b906ffe5]{max-width:1100px;width:80vw}.q-td{min-width:80px}
|
|
1
|
+
.thumbnail-container{text-align:center}.products-row[data-v-8939674d]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-b906ffe5]{max-width:1100px;width:80vw}.q-td{min-width:80px}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
brandId: number;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
brandId: number;
|
|
5
|
+
}>>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Product } from '@/components/ProductSearch/SearchStore';
|
|
2
|
+
import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
route: RouteLocationNormalizedLoaded;
|
|
5
|
+
router: Router;
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
redirectToProductDetails: (product: Product, evt: Event) => void;
|
|
8
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
route: RouteLocationNormalizedLoaded;
|
|
10
|
+
router: Router;
|
|
11
|
+
}>>> & {
|
|
12
|
+
onRedirectToProductDetails?: ((product: Product, evt: Event) => any) | undefined;
|
|
13
|
+
}, {}, {}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
+
} : {
|
|
20
|
+
type: import('vue').PropType<T[K]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import MarketPlaceItem from './components/CloudChannel/SearchServices/MarketPlac
|
|
|
11
11
|
import SinchFilterBox from './components/ProductSearch/SinchFilterBox.vue';
|
|
12
12
|
import VendorsCatalogueV2 from './components/CloudChannel/VendorsCatalogueV2.vue';
|
|
13
13
|
import CategoriesCatalogueV2 from './components/CloudChannel/CategoriesCatalogueV2.vue';
|
|
14
|
+
import BrandProducts from './components/CloudChannel/BrandProducts.vue';
|
|
14
15
|
import MarketplaceIndex from './components/CloudChannel/Pages/MarketplaceIndex.vue';
|
|
15
16
|
import MarketPlaceSearch from './components/CloudChannel/Pages/MarketPlaceSearch.vue';
|
|
16
17
|
import ProductCard from './components/CloudChannel/ProductCard.vue';
|
|
@@ -54,5 +55,5 @@ import { SearchRequest, SearchResult, Filter, FilterRequest, FilterResponse, Pro
|
|
|
54
55
|
declare const SinchPlugin: {
|
|
55
56
|
install: (app: App) => void;
|
|
56
57
|
};
|
|
57
|
-
export { SinchPlugin, SearchIndexPageCe, SearchByBrandAndCategory, translations, LanguageMenuSelector, languageSetup, sinchSetAppLanguage, UserMenu, MarketSearchIndex, useSearchStore, MarketPlaceSearchInput, MarketPlaceItem, SinchFilterBox, useCategoryStore, VendorsCatalogueV2, CategoriesCatalogueV2, MarketplaceIndex, MarketPlaceSearch, ProductCard, CategoryDetails, ProductDetails, ExibitionModeEnum, VueGlobalFunctions, SubscriptionQueries, CustomerOrdersFromProviderVue, OrderDetailsVue, OrderDetailsFromProviderVue, OrderSearchVue, SubscriptionDetailsVue, SubscriptionIndexVue, SubscriptionOrderDetailsVue, SubscriptionOderHistoryDialogVue, SubscriptionOrderHistoriesVue, SubscriptionOrderHistoriesLastEntryVue, SubscriptionOrdersListVue, SubscriptionsTableFiltersVue, SubscriptionsTableVue, ContactUsVue, BasketItemsTableVue, BasketDataClient, CustomerDetailsSectionVue, QuoteDetailsVue, QuoteIndexVue, QuoteDataClient, GetRenewalColour, RouterLinkWrapper, OrderParametersInput, hyphenate, ProvidersCatalogue, };
|
|
58
|
+
export { SinchPlugin, SearchIndexPageCe, SearchByBrandAndCategory, translations, LanguageMenuSelector, languageSetup, sinchSetAppLanguage, UserMenu, MarketSearchIndex, useSearchStore, MarketPlaceSearchInput, MarketPlaceItem, SinchFilterBox, useCategoryStore, VendorsCatalogueV2, CategoriesCatalogueV2, BrandProducts, MarketplaceIndex, MarketPlaceSearch, ProductCard, CategoryDetails, ProductDetails, ExibitionModeEnum, VueGlobalFunctions, SubscriptionQueries, CustomerOrdersFromProviderVue, OrderDetailsVue, OrderDetailsFromProviderVue, OrderSearchVue, SubscriptionDetailsVue, SubscriptionIndexVue, SubscriptionOrderDetailsVue, SubscriptionOderHistoryDialogVue, SubscriptionOrderHistoriesVue, SubscriptionOrderHistoriesLastEntryVue, SubscriptionOrdersListVue, SubscriptionsTableFiltersVue, SubscriptionsTableVue, ContactUsVue, BasketItemsTableVue, BasketDataClient, CustomerDetailsSectionVue, QuoteDetailsVue, QuoteIndexVue, QuoteDataClient, GetRenewalColour, RouterLinkWrapper, OrderParametersInput, hyphenate, ProvidersCatalogue, };
|
|
58
59
|
export type { SearchRequest, SearchResult, Filter, FilterRequest, FilterResponse, Product, Value, CategoriesResponse, Category, CategoryTreeNode, Brand, DistributorProduct, ColumnVisibility, QuasarQTableColumnType, QTablePaginationType, QTablePaginationRequest, SubscriptionsTableFiltersType, CustomerOrdersFromProviderParams, MainProduct, BasketItemPayloadLocal, ProvidersCatalogProvider };
|
package/package.json
CHANGED
|
File without changes
|