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.
Files changed (83) hide show
  1. package/core/commands/common/constants.js +10 -0
  2. package/core/commands/create-core-module.js +288 -0
  3. package/core/commands/create-module.js +288 -0
  4. package/core/commands/helpers/index.js +15 -0
  5. package/core/commands/helpers/strings.js +4 -0
  6. package/core/commands/rollback-core-module.js +195 -0
  7. package/core/commands/rollback-module.js +208 -0
  8. package/core/commands/templates/locale.js +14 -0
  9. package/core/commands/templates/service.js +12 -0
  10. package/core/commands/templates/type.js +10 -0
  11. package/dist/classes/index.d.ts +1 -0
  12. package/dist/components/customs/carousel/CustomCarousel.d.ts +1 -1
  13. package/dist/components/customs/carousel/CustomCarouselSection.d.ts +1 -1
  14. package/dist/components/customs/form/CustomFormField.d.ts +1 -1
  15. package/dist/components/customs/form/FormInput.d.ts +2 -2
  16. package/dist/components/customs/form/FormTextArea.d.ts +2 -2
  17. package/dist/components/customs/form/FormWrapper.d.ts +1 -1
  18. package/dist/components/customs/form/index.d.ts +4 -0
  19. package/dist/components/customs/index.d.ts +5 -0
  20. package/dist/components/customs/logo/Logo.d.ts +2 -2
  21. package/dist/components/customs/pagination/CustomPagination.d.ts +1 -1
  22. package/dist/components/customs/select/CustomSelect.d.ts +2 -2
  23. package/dist/components/customs/spinner/Spinner.d.ts +2 -2
  24. package/dist/components/index.d.ts +3 -0
  25. package/dist/components/layouts/CoreBaseLayout.d.ts +1 -1
  26. package/dist/components/templates/CoreHomeLayout.d.ts +1 -1
  27. package/dist/components/templates/partials/CoreFooter.d.ts +1 -1
  28. package/dist/components/templates/partials/CoreMainSearch.d.ts +1 -1
  29. package/dist/components/templates/partials/CoreNavbar.d.ts +2 -2
  30. package/dist/components/templates/partials/CoreSubMenu.d.ts +2 -2
  31. package/dist/components/templates/partials/CoreSubMenuHeader.d.ts +1 -1
  32. package/dist/components/templates/partials/DynamicHeader.d.ts +1 -1
  33. package/dist/components/templates/partials/DynamicMain.d.ts +1 -1
  34. package/dist/components/ui/index.d.ts +34 -0
  35. package/dist/constants/index.d.ts +1 -0
  36. package/dist/helpers/index.d.ts +4 -0
  37. package/dist/helpers/template.d.ts +0 -1
  38. package/dist/hooks/index.d.ts +3 -0
  39. package/dist/hooks/useI18n.d.ts +2 -1
  40. package/dist/hooks/useNotification.d.ts +1 -1
  41. package/dist/i18n/config.d.ts +1 -1
  42. package/dist/i18n/index.d.ts +1 -0
  43. package/dist/index.css +1 -0
  44. package/dist/index.d.ts +9 -3
  45. package/dist/index.js +18854 -1490
  46. package/dist/modules/CoreAuth/components/layouts/partials/AuthDecorator.d.ts +1 -1
  47. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileDeleteAccountForm.d.ts +1 -1
  48. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileForm.d.ts +1 -1
  49. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileUpdatePassForm.d.ts +1 -1
  50. package/dist/modules/CoreAuth/components/layouts/partials/AuthUserMenu.d.ts +1 -1
  51. package/dist/modules/CorePayForm/classes/CorePayFormBuilder.d.ts +2 -2
  52. package/dist/modules/CoreProduct/classes/CoreProductBuilder.d.ts +2 -2
  53. package/dist/modules/CoreProduct/components/layouts/partials/TabHead.d.ts +2 -2
  54. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCard.d.ts +2 -2
  55. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCardActions.d.ts +2 -2
  56. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemAsideCard.d.ts +1 -1
  57. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemCard.d.ts +1 -1
  58. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartSummaryCard.d.ts +2 -2
  59. package/dist/modules/CoreProduct/components/ui/cards/addons/WarrantyLabel.d.ts +1 -1
  60. package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCardSkeleton.d.ts +2 -2
  61. package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCartItemCardSkeleton.d.ts +1 -1
  62. package/dist/modules/CoreProduct/components/ui/cards/skeletons/index.d.ts +2 -0
  63. package/dist/modules/CoreProduct/components/ui/carousels/CoreProductImageCarousel.d.ts +2 -2
  64. package/dist/modules/CoreProduct/components/ui/containers/CoreProductGrid.d.ts +2 -2
  65. package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartAside.d.ts +2 -2
  66. package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartIcon.d.ts +2 -2
  67. package/dist/modules/CoreShopCart/components/ui/cards/CoreCartItemAsideCard.d.ts +2 -2
  68. package/dist/modules/CoreShopCart/components/ui/cards/skeletons/CoreCartItemAsideCardSkeleton.d.ts +1 -1
  69. package/dist/modules/CoreShopCart/components/ui/empty/EmptyCartItems.d.ts +1 -1
  70. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartHintTitle.d.ts +2 -2
  71. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSubtotalText.d.ts +2 -2
  72. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryHead.d.ts +2 -2
  73. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryText.d.ts +2 -2
  74. package/dist/services/index.d.ts +1 -0
  75. package/dist/stores/customizationStore.d.ts +4 -4
  76. package/dist/stores/index.d.ts +1 -0
  77. package/dist/types/contracts/index.d.ts +2 -0
  78. package/dist/types/index.d.ts +7 -0
  79. package/dist/types/interfaces/index.d.ts +3 -0
  80. package/dist/types/ui/index.d.ts +3 -8
  81. package/dist/types/ui/main.d.ts +8 -0
  82. package/package.json +12 -3
  83. package/dist/components/config.d.ts +0 -22

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.