ingeniuscliq-core 0.1.1 → 0.1.3

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 (84) hide show
  1. package/core/commands/create-template.js +95 -0
  2. package/dist/components/index.d.ts +1 -1
  3. package/dist/components/templates/partials/CoreHeader.d.ts +3 -3
  4. package/dist/components/templates/partials/CoreMainSearch.d.ts +3 -3
  5. package/dist/components/templates/partials/CoreNavbar.d.ts +2 -2
  6. package/dist/components/templates/partials/CoreSubMenu.d.ts +4 -1
  7. package/dist/index.css +1 -1
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +10670 -6460
  10. package/dist/modules/CoreAuth/components/index.d.ts +1 -0
  11. package/dist/modules/CoreAuth/components/layouts/index.d.ts +1 -0
  12. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthDecorator.d.ts +1 -0
  13. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileDeleteAccountForm.d.ts +1 -0
  14. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileForm.d.ts +1 -0
  15. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileUpdatePassForm.d.ts +1 -0
  16. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthUserMenu.d.ts +1 -0
  17. package/dist/modules/CoreAuth/components/layouts/partials/index.d.ts +5 -0
  18. package/dist/modules/CoreAuth/constants/index.d.ts +1 -0
  19. package/dist/modules/CoreAuth/hooks/index.d.ts +1 -0
  20. package/dist/modules/CoreAuth/registry.d.ts +6 -0
  21. package/dist/modules/CoreAuth/services/index.d.ts +1 -0
  22. package/dist/modules/CoreAuth/stores/index.d.ts +1 -0
  23. package/dist/modules/CoreAuth/types/index.d.ts +1 -0
  24. package/dist/modules/CoreCustomization/classes/index.d.ts +1 -0
  25. package/dist/modules/CoreCustomization/registry.d.ts +3 -0
  26. package/dist/modules/CoreCustomization/services/index.d.ts +1 -0
  27. package/dist/modules/CoreCustomization/types/index.d.ts +1 -0
  28. package/dist/modules/CoreOrder/classes/index.d.ts +1 -0
  29. package/dist/modules/CoreOrder/registry.d.ts +3 -0
  30. package/dist/modules/CoreOrder/services/index.d.ts +1 -0
  31. package/dist/modules/CoreOrder/types/index.d.ts +2 -0
  32. package/dist/modules/CoreOrder/types/interfaces/index.d.ts +1 -0
  33. package/dist/modules/CorePayForm/classes/index.d.ts +1 -0
  34. package/dist/modules/CorePayForm/registry.d.ts +3 -0
  35. package/dist/modules/CorePayForm/services/index.d.ts +1 -0
  36. package/dist/modules/CorePayForm/types/index.d.ts +1 -0
  37. package/dist/modules/CoreProduct/classes/index.d.ts +1 -0
  38. package/dist/modules/CoreProduct/components/index.d.ts +2 -0
  39. package/dist/modules/CoreProduct/components/layouts/index.d.ts +1 -0
  40. package/dist/modules/CoreProduct/components/layouts/partials/index.d.ts +1 -0
  41. package/dist/modules/CoreProduct/components/ui/cards/addons/index.d.ts +1 -0
  42. package/dist/modules/CoreProduct/components/ui/cards/index.d.ts +7 -0
  43. package/dist/modules/CoreProduct/components/ui/carousels/index.d.ts +1 -0
  44. package/dist/modules/CoreProduct/components/ui/containers/index.d.ts +1 -0
  45. package/dist/modules/CoreProduct/components/ui/index.d.ts +3 -0
  46. package/dist/modules/CoreProduct/registry.d.ts +4 -0
  47. package/dist/modules/CoreProduct/services/index.d.ts +1 -0
  48. package/dist/modules/CoreProduct/types/index.d.ts +2 -0
  49. package/dist/modules/CoreShopCart/classes/CoreShopCartBuilder.d.ts +4 -4
  50. package/dist/modules/CoreShopCart/classes/index.d.ts +1 -0
  51. package/dist/modules/CoreShopCart/components/index.d.ts +2 -0
  52. package/dist/modules/CoreShopCart/components/layouts/index.d.ts +1 -0
  53. package/dist/modules/CoreShopCart/components/layouts/partials/index.d.ts +2 -0
  54. package/dist/modules/CoreShopCart/components/ui/cards/index.d.ts +2 -0
  55. package/dist/modules/CoreShopCart/components/ui/cards/skeletons/index.d.ts +1 -0
  56. package/dist/modules/CoreShopCart/components/ui/empty/index.d.ts +1 -0
  57. package/dist/modules/CoreShopCart/components/ui/index.d.ts +3 -0
  58. package/dist/modules/CoreShopCart/components/ui/texts/index.d.ts +4 -0
  59. package/dist/modules/CoreShopCart/constants/index.d.ts +1 -0
  60. package/dist/modules/CoreShopCart/registry.d.ts +5 -0
  61. package/dist/modules/CoreShopCart/services/index.d.ts +1 -0
  62. package/dist/modules/CoreShopCart/types/index.d.ts +2 -0
  63. package/dist/modules/CoreShopCart/types/interfaces/index.d.ts +1 -0
  64. package/dist/modules/registry.d.ts +6 -0
  65. package/dist/stores/customizationStore.d.ts +5 -5
  66. package/package.json +3 -1
  67. package/dist/modules/CoreAuth/components/layouts/partials/AuthDecorator.d.ts +0 -1
  68. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileDeleteAccountForm.d.ts +0 -1
  69. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileForm.d.ts +0 -1
  70. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileUpdatePassForm.d.ts +0 -1
  71. package/dist/modules/CoreAuth/components/layouts/partials/AuthUserMenu.d.ts +0 -1
  72. /package/dist/components/{customs → common}/carousel/CustomCarousel.d.ts +0 -0
  73. /package/dist/components/{customs → common}/carousel/CustomCarouselSection.d.ts +0 -0
  74. /package/dist/components/{customs → common}/carousel/index.d.ts +0 -0
  75. /package/dist/components/{customs → common}/form/CustomFormField.d.ts +0 -0
  76. /package/dist/components/{customs → common}/form/FormInput.d.ts +0 -0
  77. /package/dist/components/{customs → common}/form/FormTextArea.d.ts +0 -0
  78. /package/dist/components/{customs → common}/form/FormWrapper.d.ts +0 -0
  79. /package/dist/components/{customs → common}/form/index.d.ts +0 -0
  80. /package/dist/components/{customs → common}/index.d.ts +0 -0
  81. /package/dist/components/{customs → common}/logo/Logo.d.ts +0 -0
  82. /package/dist/components/{customs → common}/pagination/CustomPagination.d.ts +0 -0
  83. /package/dist/components/{customs → common}/select/CustomSelect.d.ts +0 -0
  84. /package/dist/components/{customs → common}/spinner/Spinner.d.ts +0 -0

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.