ingeniuscliq-core 0.0.13 → 0.1.1
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/common/constants.js +10 -0
- package/core/commands/create-core-module.js +288 -0
- package/core/commands/create-module.js +288 -0
- package/core/commands/helpers/index.js +15 -0
- package/core/commands/helpers/strings.js +4 -0
- package/core/commands/rollback-core-module.js +195 -0
- package/core/commands/rollback-module.js +208 -0
- package/core/commands/templates/locale.js +14 -0
- package/core/commands/templates/service.js +12 -0
- package/core/commands/templates/type.js +10 -0
- package/dist/classes/index.d.ts +1 -0
- package/dist/components/customs/carousel/CustomCarousel.d.ts +1 -1
- package/dist/components/customs/carousel/CustomCarouselSection.d.ts +1 -1
- package/dist/components/customs/form/CustomFormField.d.ts +1 -1
- package/dist/components/customs/form/FormInput.d.ts +2 -2
- package/dist/components/customs/form/FormTextArea.d.ts +2 -2
- package/dist/components/customs/form/FormWrapper.d.ts +1 -1
- package/dist/components/customs/form/index.d.ts +4 -0
- package/dist/components/customs/index.d.ts +5 -0
- package/dist/components/customs/logo/Logo.d.ts +2 -2
- package/dist/components/customs/pagination/CustomPagination.d.ts +1 -1
- package/dist/components/customs/select/CustomSelect.d.ts +2 -2
- package/dist/components/customs/spinner/Spinner.d.ts +2 -2
- package/dist/components/index.d.ts +3 -0
- package/dist/components/layouts/CoreBaseLayout.d.ts +1 -1
- package/dist/components/templates/CoreHomeLayout.d.ts +1 -1
- package/dist/components/templates/partials/CoreFooter.d.ts +1 -1
- package/dist/components/templates/partials/CoreMainSearch.d.ts +1 -1
- package/dist/components/templates/partials/CoreNavbar.d.ts +2 -2
- package/dist/components/templates/partials/CoreSubMenu.d.ts +2 -2
- package/dist/components/templates/partials/CoreSubMenuHeader.d.ts +1 -1
- package/dist/components/templates/partials/DynamicHeader.d.ts +1 -1
- package/dist/components/templates/partials/DynamicMain.d.ts +1 -1
- package/dist/components/ui/index.d.ts +34 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/helpers/index.d.ts +4 -0
- package/dist/helpers/template.d.ts +0 -1
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/useI18n.d.ts +2 -1
- package/dist/hooks/useNotification.d.ts +1 -1
- package/dist/i18n/config.d.ts +1 -1
- package/dist/i18n/index.d.ts +1 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +9 -3
- package/dist/index.js +18854 -1490
- package/dist/modules/CoreAuth/components/layouts/partials/AuthDecorator.d.ts +1 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileDeleteAccountForm.d.ts +1 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileForm.d.ts +1 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileUpdatePassForm.d.ts +1 -1
- package/dist/modules/CoreAuth/components/layouts/partials/AuthUserMenu.d.ts +1 -1
- package/dist/modules/CorePayForm/classes/CorePayFormBuilder.d.ts +2 -2
- package/dist/modules/CoreProduct/classes/CoreProductBuilder.d.ts +2 -2
- package/dist/modules/CoreProduct/components/layouts/partials/TabHead.d.ts +2 -2
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCard.d.ts +2 -2
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCardActions.d.ts +2 -2
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemAsideCard.d.ts +1 -1
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemCard.d.ts +1 -1
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartSummaryCard.d.ts +2 -2
- package/dist/modules/CoreProduct/components/ui/cards/addons/WarrantyLabel.d.ts +1 -1
- package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCardSkeleton.d.ts +2 -2
- package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCartItemCardSkeleton.d.ts +1 -1
- package/dist/modules/CoreProduct/components/ui/cards/skeletons/index.d.ts +2 -0
- package/dist/modules/CoreProduct/components/ui/carousels/CoreProductImageCarousel.d.ts +2 -2
- package/dist/modules/CoreProduct/components/ui/containers/CoreProductGrid.d.ts +2 -2
- package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartAside.d.ts +2 -2
- package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartIcon.d.ts +2 -2
- package/dist/modules/CoreShopCart/components/ui/cards/CoreCartItemAsideCard.d.ts +2 -2
- package/dist/modules/CoreShopCart/components/ui/cards/skeletons/CoreCartItemAsideCardSkeleton.d.ts +1 -1
- package/dist/modules/CoreShopCart/components/ui/empty/EmptyCartItems.d.ts +1 -1
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartHintTitle.d.ts +2 -2
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSubtotalText.d.ts +2 -2
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryHead.d.ts +2 -2
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryText.d.ts +2 -2
- package/dist/services/index.d.ts +1 -0
- package/dist/stores/customizationStore.d.ts +4 -4
- package/dist/stores/index.d.ts +1 -0
- package/dist/types/contracts/index.d.ts +2 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/interfaces/index.d.ts +3 -0
- package/dist/types/ui/index.d.ts +3 -8
- package/dist/types/ui/main.d.ts +8 -0
- package/package.json +12 -3
- package/dist/components/config.d.ts +0 -22
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export * from './accordion';
|
|
2
|
+
export * from './alert-dialog';
|
|
3
|
+
export * from './alert';
|
|
4
|
+
export * from './avatar';
|
|
5
|
+
export * from './badge';
|
|
6
|
+
export * from './breadcrumb';
|
|
7
|
+
export * from './button';
|
|
8
|
+
export * from './calendar';
|
|
9
|
+
export * from './card';
|
|
10
|
+
export * from './carousel';
|
|
11
|
+
export * from './checkbox';
|
|
12
|
+
export * from './dialog';
|
|
13
|
+
export * from './drawer';
|
|
14
|
+
export * from './dropdown-menu';
|
|
15
|
+
export * from './form';
|
|
16
|
+
export * from './input';
|
|
17
|
+
export * from './label';
|
|
18
|
+
export * from './navigation-menu';
|
|
19
|
+
export * from './pagination';
|
|
20
|
+
export * from './popover';
|
|
21
|
+
export * from './radio-group';
|
|
22
|
+
export * from './select';
|
|
23
|
+
export * from './separator';
|
|
24
|
+
export * from './sheet';
|
|
25
|
+
export * from './sidebar';
|
|
26
|
+
export * from './skeleton';
|
|
27
|
+
export * from './slider';
|
|
28
|
+
export * from './sonner';
|
|
29
|
+
export * from './stepper';
|
|
30
|
+
export * from './switch';
|
|
31
|
+
export * from './table';
|
|
32
|
+
export * from './tabs';
|
|
33
|
+
export * from './textarea';
|
|
34
|
+
export * from './tooltip';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './menu';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { CoreDesignTemplate } from '../types/ui/template';
|
|
2
|
-
export declare const getTemplateComponents: (template?: CoreDesignTemplate, keyComponents?: string[]) => import("react/jsx-runtime").JSX.Element;
|
|
3
2
|
export declare const getTemplateStyles: (template?: CoreDesignTemplate) => {} | undefined;
|
|
4
3
|
export declare const findComponentPath: (template: string, component: string) => string | undefined;
|
package/dist/hooks/useI18n.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type SUPPORTED_LANGUAGES = 'es' | 'en';
|
|
2
|
+
export declare function useI18n(lang?: SUPPORTED_LANGUAGES): {
|
|
2
3
|
t: import('i18next').TFunction<"translation", undefined>;
|
|
3
4
|
i18n: import('i18next').i18n;
|
|
4
5
|
toggleLanguage: () => void;
|
package/dist/i18n/config.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config';
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--color-spinner: white;--size-spinner: 20px}div.spinner{position:relative;width:var(--size-spinner);height:var(--size-spinner);display:inline-block;margin-left:50%;margin-right:50%;padding:10px;border-radius:10px}div.spinner div{width:6%;height:16%;background:var(--color-spinner);position:absolute;left:49%;top:43%;opacity:0;-webkit-border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-animation:fade 1s linear infinite}@-webkit-keyframes fade{0%{opacity:1}to{opacity:.25}}div.spinner div.bar1{-webkit-transform:rotate(0deg) translate(0,-130%);-webkit-animation-delay:0s}div.spinner div.bar2{-webkit-transform:rotate(30deg) translate(0,-130%);-webkit-animation-delay:-.9167s}div.spinner div.bar3{-webkit-transform:rotate(60deg) translate(0,-130%);-webkit-animation-delay:-.833s}div.spinner div.bar4{-webkit-transform:rotate(90deg) translate(0,-130%);-webkit-animation-delay:-.7497s}div.spinner div.bar5{-webkit-transform:rotate(120deg) translate(0,-130%);-webkit-animation-delay:-.667s}div.spinner div.bar6{-webkit-transform:rotate(150deg) translate(0,-130%);-webkit-animation-delay:-.5837s}div.spinner div.bar7{-webkit-transform:rotate(180deg) translate(0,-130%);-webkit-animation-delay:-.5s}div.spinner div.bar8{-webkit-transform:rotate(210deg) translate(0,-130%);-webkit-animation-delay:-.4167s}div.spinner div.bar9{-webkit-transform:rotate(240deg) translate(0,-130%);-webkit-animation-delay:-.333s}div.spinner div.bar10{-webkit-transform:rotate(270deg) translate(0,-130%);-webkit-animation-delay:-.2497s}div.spinner div.bar11{-webkit-transform:rotate(300deg) translate(0,-130%);-webkit-animation-delay:-.167s}div.spinner div.bar12{-webkit-transform:rotate(330deg) translate(0,-130%);-webkit-animation-delay:-.0833s}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
export * from './classes/
|
|
2
|
-
export * from './components/
|
|
3
|
-
export
|
|
1
|
+
export * from './classes/index';
|
|
2
|
+
export * from './components/index';
|
|
3
|
+
export * from './constants/index';
|
|
4
|
+
export * from './helpers/index';
|
|
5
|
+
export * from './hooks/index';
|
|
6
|
+
export * from './i18n/index';
|
|
7
|
+
export * from './services/index';
|
|
8
|
+
export * from './stores/index';
|
|
9
|
+
export * from './types/index';
|