ingeniuscliq-core 0.1.2 → 0.1.4
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/core/commands/create-template.js +6 -6
- package/dist/components/common/index.d.ts +6 -0
- package/dist/components/common/logo/index.d.ts +1 -0
- package/dist/components/common/pagination/index.d.ts +1 -0
- package/dist/components/common/select/index.d.ts +1 -0
- package/dist/components/common/spinner/index.d.ts +1 -0
- package/dist/components/index.d.ts +3 -2
- package/dist/components/layouts/index.d.ts +1 -0
- package/dist/components/templates/index.d.ts +3 -0
- package/dist/components/templates/partials/CoreHeader.d.ts +3 -3
- package/dist/components/templates/partials/CoreMainSearch.d.ts +3 -3
- package/dist/components/templates/partials/CoreNavbar.d.ts +2 -2
- package/dist/components/templates/partials/CoreSubMenu.d.ts +4 -1
- package/dist/components/templates/partials/index.d.ts +8 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +18917 -14558
- package/dist/modules/CoreAuth/components/index.d.ts +1 -0
- package/dist/modules/CoreAuth/components/layouts/index.d.ts +1 -0
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthDecorator.d.ts +1 -0
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileDeleteAccountForm.d.ts +1 -0
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileForm.d.ts +1 -0
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileUpdatePassForm.d.ts +1 -0
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthUserMenu.d.ts +1 -0
- package/dist/modules/CoreAuth/components/layouts/partials/index.d.ts +5 -0
- package/dist/modules/CoreAuth/constants/index.d.ts +1 -0
- package/dist/modules/CoreAuth/hooks/index.d.ts +1 -0
- package/dist/modules/CoreAuth/registry.d.ts +6 -0
- package/dist/modules/CoreAuth/services/index.d.ts +1 -0
- package/dist/modules/CoreAuth/stores/index.d.ts +1 -0
- package/dist/modules/CoreAuth/types/index.d.ts +1 -0
- package/dist/modules/CoreCustomization/classes/index.d.ts +1 -0
- package/dist/modules/CoreCustomization/registry.d.ts +3 -0
- package/dist/modules/CoreCustomization/services/index.d.ts +1 -0
- package/dist/modules/CoreCustomization/types/index.d.ts +1 -0
- package/dist/modules/CoreOrder/classes/index.d.ts +1 -0
- package/dist/modules/CoreOrder/registry.d.ts +3 -0
- package/dist/modules/CoreOrder/services/index.d.ts +1 -0
- package/dist/modules/CoreOrder/types/index.d.ts +2 -0
- package/dist/modules/CoreOrder/types/interfaces/index.d.ts +1 -0
- package/dist/modules/CorePayForm/classes/index.d.ts +1 -0
- package/dist/modules/CorePayForm/registry.d.ts +3 -0
- package/dist/modules/CorePayForm/services/index.d.ts +1 -0
- package/dist/modules/CorePayForm/types/index.d.ts +1 -0
- package/dist/modules/CoreProduct/classes/index.d.ts +1 -0
- package/dist/modules/CoreProduct/components/index.d.ts +2 -0
- package/dist/modules/CoreProduct/components/layouts/index.d.ts +1 -0
- package/dist/modules/CoreProduct/components/layouts/partials/index.d.ts +1 -0
- package/dist/modules/CoreProduct/components/ui/cards/addons/index.d.ts +1 -0
- package/dist/modules/CoreProduct/components/ui/cards/index.d.ts +7 -0
- package/dist/modules/CoreProduct/components/ui/carousels/index.d.ts +1 -0
- package/dist/modules/CoreProduct/components/ui/containers/index.d.ts +1 -0
- package/dist/modules/CoreProduct/components/ui/index.d.ts +3 -0
- package/dist/modules/CoreProduct/registry.d.ts +4 -0
- package/dist/modules/CoreProduct/services/index.d.ts +1 -0
- package/dist/modules/CoreProduct/types/index.d.ts +2 -0
- package/dist/modules/CoreShopCart/classes/CoreShopCartBuilder.d.ts +4 -4
- package/dist/modules/CoreShopCart/classes/index.d.ts +1 -0
- package/dist/modules/CoreShopCart/components/index.d.ts +2 -0
- package/dist/modules/CoreShopCart/components/layouts/index.d.ts +1 -0
- package/dist/modules/CoreShopCart/components/layouts/partials/index.d.ts +2 -0
- package/dist/modules/CoreShopCart/components/ui/cards/index.d.ts +2 -0
- package/dist/modules/CoreShopCart/components/ui/cards/skeletons/index.d.ts +1 -0
- package/dist/modules/CoreShopCart/components/ui/empty/index.d.ts +1 -0
- package/dist/modules/CoreShopCart/components/ui/index.d.ts +3 -0
- package/dist/modules/CoreShopCart/components/ui/texts/index.d.ts +4 -0
- package/dist/modules/CoreShopCart/constants/index.d.ts +1 -0
- package/dist/modules/CoreShopCart/registry.d.ts +5 -0
- package/dist/modules/CoreShopCart/services/index.d.ts +1 -0
- package/dist/modules/CoreShopCart/types/index.d.ts +2 -0
- package/dist/modules/CoreShopCart/types/interfaces/index.d.ts +1 -0
- package/dist/modules/registry.d.ts +6 -0
- package/dist/stores/customizationStore.d.ts +5 -5
- package/package.json +1 -1
- package/dist/components/customs/index.d.ts +0 -6
- package/dist/modules/CoreAuth/components/layouts/partials/AuthDecorator.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileDeleteAccountForm.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileForm.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileUpdatePassForm.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthUserMenu.d.ts +0 -1
- /package/dist/components/{customs → common}/carousel/CustomCarousel.d.ts +0 -0
- /package/dist/components/{customs → common}/carousel/CustomCarouselSection.d.ts +0 -0
- /package/dist/components/{customs → common}/carousel/index.d.ts +0 -0
- /package/dist/components/{customs → common}/form/CustomFormField.d.ts +0 -0
- /package/dist/components/{customs → common}/form/FormInput.d.ts +0 -0
- /package/dist/components/{customs → common}/form/FormTextArea.d.ts +0 -0
- /package/dist/components/{customs → common}/form/FormWrapper.d.ts +0 -0
- /package/dist/components/{customs → common}/form/index.d.ts +0 -0
- /package/dist/components/{customs → common}/logo/Logo.d.ts +0 -0
- /package/dist/components/{customs → common}/pagination/CustomPagination.d.ts +0 -0
- /package/dist/components/{customs → common}/select/CustomSelect.d.ts +0 -0
- /package/dist/components/{customs → common}/spinner/Spinner.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './layouts/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './partials/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CoreAuthDecorator(): import("react/jsx-runtime").JSX.Element;
|
package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileDeleteAccountForm.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CoreAuthProfileDeleteAccountForm(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CoreAuthProfileForm(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CoreAuthProfileUpdatePassForm(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CoreAuthUserMenu(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './auth';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useAuth';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './base';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './authStore';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreAuth';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreCustomizationBuilder';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './base';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreCustomization';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreOrderBuilder';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './base';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './OrderActions';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CorePayFormBuilder';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './base';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CorePayForm';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreProductBuilder';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './partials/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TabHead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './WarrantyLabel';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './addons/index';
|
|
2
|
+
export * from './skeletons/index';
|
|
3
|
+
export * from './CoreProductCard';
|
|
4
|
+
export * from './CoreProductCardActions';
|
|
5
|
+
export * from './CoreProductCartItemAsideCard';
|
|
6
|
+
export * from './CoreProductCartItemCard';
|
|
7
|
+
export * from './CoreProductCartSummaryCard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreProductImageCarousel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreProductGrid';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './base';
|
|
@@ -8,8 +8,8 @@ export declare class CoreShopCartBuilder<T> implements CoreBuilder {
|
|
|
8
8
|
build(): import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<CoreShopCartStore<T>>, "persist"> & {
|
|
9
9
|
persist: {
|
|
10
10
|
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<CoreShopCartStore<T>, {
|
|
11
|
-
cart: import('../types
|
|
12
|
-
cartItems: import('../types
|
|
11
|
+
cart: import('../types').CoreShopCart<T>;
|
|
12
|
+
cartItems: import('../types').CoreCartItem<T>[];
|
|
13
13
|
}>>) => void;
|
|
14
14
|
clearStorage: () => void;
|
|
15
15
|
rehydrate: () => Promise<void> | void;
|
|
@@ -17,8 +17,8 @@ export declare class CoreShopCartBuilder<T> implements CoreBuilder {
|
|
|
17
17
|
onHydrate: (fn: (state: CoreShopCartStore<T>) => void) => () => void;
|
|
18
18
|
onFinishHydration: (fn: (state: CoreShopCartStore<T>) => void) => () => void;
|
|
19
19
|
getOptions: () => Partial<import('zustand/middleware').PersistOptions<CoreShopCartStore<T>, {
|
|
20
|
-
cart: import('../types
|
|
21
|
-
cartItems: import('../types
|
|
20
|
+
cart: import('../types').CoreShopCart<T>;
|
|
21
|
+
cartItems: import('../types').CoreCartItem<T>[];
|
|
22
22
|
}>>;
|
|
23
23
|
};
|
|
24
24
|
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreShopCartBuilder';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './partials/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CoreCartItemAsideCardSkeleton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './EmptyCartItems';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './shopCart';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './base';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CartActions';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const useCustomizationStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<import('
|
|
1
|
+
export declare const useCustomizationStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<import('..').CoreCustomizationStore>, "persist"> & {
|
|
2
2
|
persist: {
|
|
3
|
-
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<import('
|
|
3
|
+
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<import('..').CoreCustomizationStore, {
|
|
4
4
|
template: string | null;
|
|
5
5
|
components: string[] | null;
|
|
6
6
|
styles: import('../types/ui').CoreDesignTemplateStyles[] | null;
|
|
@@ -9,9 +9,9 @@ export declare const useCustomizationStore: import('zustand').UseBoundStore<Omit
|
|
|
9
9
|
clearStorage: () => void;
|
|
10
10
|
rehydrate: () => Promise<void> | void;
|
|
11
11
|
hasHydrated: () => boolean;
|
|
12
|
-
onHydrate: (fn: (state: import('
|
|
13
|
-
onFinishHydration: (fn: (state: import('
|
|
14
|
-
getOptions: () => Partial<import('zustand/middleware').PersistOptions<import('
|
|
12
|
+
onHydrate: (fn: (state: import('..').CoreCustomizationStore) => void) => () => void;
|
|
13
|
+
onFinishHydration: (fn: (state: import('..').CoreCustomizationStore) => void) => () => void;
|
|
14
|
+
getOptions: () => Partial<import('zustand/middleware').PersistOptions<import('..').CoreCustomizationStore, {
|
|
15
15
|
template: string | null;
|
|
16
16
|
components: string[] | null;
|
|
17
17
|
styles: import('../types/ui').CoreDesignTemplateStyles[] | null;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function AuthDecorator(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function AuthProfileDeleteAccountForm(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function AuthProfileForm(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function AuthProfileUpdatePassForm(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function AuthUserMenu(): import("react/jsx-runtime").JSX.Element;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|