@solidstarters/solid-core-ui 0.1.26
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/components/CustomFooter/CustomFooter.d.ts +2 -0
- package/dist/components/CustomFooter/CustomFooter.d.ts.map +1 -0
- package/dist/components/CustomFooter/FooterForm.d.ts +2 -0
- package/dist/components/CustomFooter/FooterForm.d.ts.map +1 -0
- package/dist/components/CustomHeader/CallIcon.d.ts +2 -0
- package/dist/components/CustomHeader/CallIcon.d.ts.map +1 -0
- package/dist/components/CustomHeader/CustomDropdown.d.ts +21 -0
- package/dist/components/CustomHeader/CustomDropdown.d.ts.map +1 -0
- package/dist/components/CustomHeader/CustomHeader.d.ts +2 -0
- package/dist/components/CustomHeader/CustomHeader.d.ts.map +1 -0
- package/dist/components/CustomHeader/EmailIcon.d.ts +2 -0
- package/dist/components/CustomHeader/EmailIcon.d.ts.map +1 -0
- package/dist/components/CustomHeader/HeaderCart.d.ts +2 -0
- package/dist/components/CustomHeader/HeaderCart.d.ts.map +1 -0
- package/dist/components/CustomHeader/productNavData.d.ts +3 -0
- package/dist/components/CustomHeader/productNavData.d.ts.map +1 -0
- package/dist/components/FormView/DetailsViews.d.ts +2 -0
- package/dist/components/FormView/DetailsViews.d.ts.map +1 -0
- package/dist/components/FormView/OrderAddressDetails.d.ts +2 -0
- package/dist/components/FormView/OrderAddressDetails.d.ts.map +1 -0
- package/dist/components/FormView/OrderPaymentDetails.d.ts +2 -0
- package/dist/components/FormView/OrderPaymentDetails.d.ts.map +1 -0
- package/dist/components/FormView/OrderTableDetails.d.ts +2 -0
- package/dist/components/FormView/OrderTableDetails.d.ts.map +1 -0
- package/dist/components/FormView/OrderedProductDetail.d.ts +2 -0
- package/dist/components/FormView/OrderedProductDetail.d.ts.map +1 -0
- package/dist/components/Tag/CustomTag.d.ts +8 -0
- package/dist/components/Tag/CustomTag.d.ts.map +1 -0
- package/dist/components/auth/Login.d.ts +3 -0
- package/dist/components/auth/Login.d.ts.map +1 -0
- package/dist/components/auth/Register.d.ts +3 -0
- package/dist/components/auth/Register.d.ts.map +1 -0
- package/dist/components/common/AuthBanner.d.ts +3 -0
- package/dist/components/common/AuthBanner.d.ts.map +1 -0
- package/dist/components/common/AutoCompleteField.d.ts +2 -0
- package/dist/components/common/AutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/CancelButton.d.ts +3 -0
- package/dist/components/common/CancelButton.d.ts.map +1 -0
- package/dist/components/common/CodeEditor.d.ts +3 -0
- package/dist/components/common/CodeEditor.d.ts.map +1 -0
- package/dist/components/common/CreateButton.d.ts +2 -0
- package/dist/components/common/CreateButton.d.ts.map +1 -0
- package/dist/components/common/DropzonePlaceholder.d.ts +2 -0
- package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -0
- package/dist/components/common/DropzoneUpload.d.ts +2 -0
- package/dist/components/common/DropzoneUpload.d.ts.map +1 -0
- package/dist/components/common/FilterComponent.d.ts +3 -0
- package/dist/components/common/FilterComponent.d.ts.map +1 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts +2 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -0
- package/dist/components/common/MarkdownViewer.d.ts +3 -0
- package/dist/components/common/MarkdownViewer.d.ts.map +1 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts +2 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts +2 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/SocialMediaLogin.d.ts +2 -0
- package/dist/components/common/SocialMediaLogin.d.ts.map +1 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts +2 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -0
- package/dist/components/core/common/SolidCreateButton.d.ts +2 -0
- package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts +2 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -0
- package/dist/components/core/common/SolidSearchBox.d.ts +2 -0
- package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -0
- package/dist/components/core/field/FieldListViewData.d.ts +7 -0
- package/dist/components/core/field/FieldListViewData.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormView.d.ts +14 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -0
- package/dist/components/core/form/fields/ISolidField.d.ts +63 -0
- package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts +13 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts +14 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +11 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts +12 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts +3 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanCard.d.ts +14 -0
- package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts +20 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts +2 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanView.d.ts +8 -0
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts +10 -0
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts +9 -0
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
- package/dist/components/core/list/SolidListView.d.ts +12 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts +8 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -0
- package/dist/components/core/list/SolidListingHeader.d.ts +3 -0
- package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts +9 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts +4 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
- package/dist/components/core/model/CreateModel.d.ts +3 -0
- package/dist/components/core/model/CreateModel.d.ts.map +1 -0
- package/dist/components/core/model/FieldMetaData.d.ts +3 -0
- package/dist/components/core/model/FieldMetaData.d.ts.map +1 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts +3 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -0
- package/dist/components/core/model/FieldSelector.d.ts +3 -0
- package/dist/components/core/model/FieldSelector.d.ts.map +1 -0
- package/dist/components/core/model/ModelListViewData.d.ts +8 -0
- package/dist/components/core/model/ModelListViewData.d.ts.map +1 -0
- package/dist/components/core/model/ModelMetaData.d.ts +4 -0
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -0
- package/dist/components/core/module/CreateModule.d.ts +3 -0
- package/dist/components/core/module/CreateModule.d.ts.map +1 -0
- package/dist/components/core/module/ModuleListViewData.d.ts +7 -0
- package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -0
- package/dist/components/core/users/CreateUser.d.ts +3 -0
- package/dist/components/core/users/CreateUser.d.ts.map +1 -0
- package/dist/components/core/users/CreateUserRole.d.ts +3 -0
- package/dist/components/core/users/CreateUserRole.d.ts.map +1 -0
- package/dist/components/core/users/UserListView.d.ts +2 -0
- package/dist/components/core/users/UserListView.d.ts.map +1 -0
- package/dist/components/layout/AdminSidebar.d.ts +3 -0
- package/dist/components/layout/AdminSidebar.d.ts.map +1 -0
- package/dist/components/layout/ButtonLoader.d.ts +3 -0
- package/dist/components/layout/ButtonLoader.d.ts.map +1 -0
- package/dist/components/layout/CustomPagination.d.ts +7 -0
- package/dist/components/layout/CustomPagination.d.ts.map +1 -0
- package/dist/components/layout/DashboardHeader.d.ts +3 -0
- package/dist/components/layout/DashboardHeader.d.ts.map +1 -0
- package/dist/components/layout/FilterMenu.d.ts +3 -0
- package/dist/components/layout/FilterMenu.d.ts.map +1 -0
- package/dist/components/layout/Footer.d.ts +3 -0
- package/dist/components/layout/Footer.d.ts.map +1 -0
- package/dist/components/layout/GlobalSearch.d.ts +2 -0
- package/dist/components/layout/GlobalSearch.d.ts.map +1 -0
- package/dist/components/layout/Header.d.ts +3 -0
- package/dist/components/layout/Header.d.ts.map +1 -0
- package/dist/components/layout/ListingHeader.d.ts +3 -0
- package/dist/components/layout/ListingHeader.d.ts.map +1 -0
- package/dist/components/layout/Loader.d.ts +3 -0
- package/dist/components/layout/Loader.d.ts.map +1 -0
- package/dist/components/layout/UserSidebar.d.ts +3 -0
- package/dist/components/layout/UserSidebar.d.ts.map +1 -0
- package/dist/components/layout/navbar-one.d.ts +3 -0
- package/dist/components/layout/navbar-one.d.ts.map +1 -0
- package/dist/components/layout/navbar-two-menu.d.ts +3 -0
- package/dist/components/layout/navbar-two-menu.d.ts.map +1 -0
- package/dist/components/layout/navbar-two.d.ts +3 -0
- package/dist/components/layout/navbar-two.d.ts.map +1 -0
- package/dist/components/layout/user-profile-menu.d.ts +3 -0
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -0
- package/dist/components/layout/user-profile.d.ts +3 -0
- package/dist/components/layout/user-profile.d.ts.map +1 -0
- package/dist/components/modelsComponents/filterIcon.d.ts +2 -0
- package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -0
- package/dist/components/tables/DemoData.d.ts +23 -0
- package/dist/components/tables/DemoData.d.ts.map +1 -0
- package/dist/components/tables/DynamicTable.d.ts +6 -0
- package/dist/components/tables/DynamicTable.d.ts.map +1 -0
- package/dist/components/tables/ListViewTable.d.ts +12 -0
- package/dist/components/tables/ListViewTable.d.ts.map +1 -0
- package/dist/helpers/ToastContainer.d.ts +4 -0
- package/dist/helpers/ToastContainer.d.ts.map +1 -0
- package/dist/helpers/authHeader.d.ts +7 -0
- package/dist/helpers/authHeader.d.ts.map +1 -0
- package/dist/helpers/countries.d.ts +6 -0
- package/dist/helpers/countries.d.ts.map +1 -0
- package/dist/helpers/helpers.d.ts +10 -0
- package/dist/helpers/helpers.d.ts.map +1 -0
- package/dist/helpers/menu.d.ts +35 -0
- package/dist/helpers/menu.d.ts.map +1 -0
- package/dist/helpers/permissions.d.ts +4 -0
- package/dist/helpers/permissions.d.ts.map +1 -0
- package/dist/helpers/revalidate.d.ts +2 -0
- package/dist/helpers/revalidate.d.ts.map +1 -0
- package/dist/index.d.ts +182 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +45552 -0
- package/dist/index.js.map +1 -0
- package/dist/redux/api/articleApi.d.ts +19 -0
- package/dist/redux/api/articleApi.d.ts.map +1 -0
- package/dist/redux/api/authApi.d.ts +9 -0
- package/dist/redux/api/authApi.d.ts.map +1 -0
- package/dist/redux/api/automationApi.d.ts +19 -0
- package/dist/redux/api/automationApi.d.ts.map +1 -0
- package/dist/redux/api/categoryApi.d.ts +10 -0
- package/dist/redux/api/categoryApi.d.ts.map +1 -0
- package/dist/redux/api/cityApi.d.ts +36 -0
- package/dist/redux/api/cityApi.d.ts.map +1 -0
- package/dist/redux/api/cmsBannerImageApi.d.ts +19 -0
- package/dist/redux/api/cmsBannerImageApi.d.ts.map +1 -0
- package/dist/redux/api/countryApi.d.ts +39 -0
- package/dist/redux/api/countryApi.d.ts.map +1 -0
- package/dist/redux/api/fetchBaseQuery.d.ts +2 -0
- package/dist/redux/api/fetchBaseQuery.d.ts.map +1 -0
- package/dist/redux/api/fieldApi.d.ts +20 -0
- package/dist/redux/api/fieldApi.d.ts.map +1 -0
- package/dist/redux/api/mediaApi.d.ts +19 -0
- package/dist/redux/api/mediaApi.d.ts.map +1 -0
- package/dist/redux/api/mediaStorageProviderApi.d.ts +19 -0
- package/dist/redux/api/mediaStorageProviderApi.d.ts.map +1 -0
- package/dist/redux/api/menuApi.d.ts +19 -0
- package/dist/redux/api/menuApi.d.ts.map +1 -0
- package/dist/redux/api/menuItemsApi.d.ts +19 -0
- package/dist/redux/api/menuItemsApi.d.ts.map +1 -0
- package/dist/redux/api/modelApi.d.ts +20 -0
- package/dist/redux/api/modelApi.d.ts.map +1 -0
- package/dist/redux/api/moduleApi.d.ts +22 -0
- package/dist/redux/api/moduleApi.d.ts.map +1 -0
- package/dist/redux/api/orderAttributeApi.d.ts +8 -0
- package/dist/redux/api/orderAttributeApi.d.ts.map +1 -0
- package/dist/redux/api/permissionApi.d.ts +15 -0
- package/dist/redux/api/permissionApi.d.ts.map +1 -0
- package/dist/redux/api/pincodeApi.d.ts +36 -0
- package/dist/redux/api/pincodeApi.d.ts.map +1 -0
- package/dist/redux/api/productData.d.ts +51 -0
- package/dist/redux/api/productData.d.ts.map +1 -0
- package/dist/redux/api/radixExtraModelAttributeApi.d.ts +8 -0
- package/dist/redux/api/radixExtraModelAttributeApi.d.ts.map +1 -0
- package/dist/redux/api/radixModelMetadataApi.d.ts +20 -0
- package/dist/redux/api/radixModelMetadataApi.d.ts.map +1 -0
- package/dist/redux/api/radixModelsApi.d.ts +13 -0
- package/dist/redux/api/radixModelsApi.d.ts.map +1 -0
- package/dist/redux/api/ratingApi.d.ts +19 -0
- package/dist/redux/api/ratingApi.d.ts.map +1 -0
- package/dist/redux/api/reviewApi.d.ts +19 -0
- package/dist/redux/api/reviewApi.d.ts.map +1 -0
- package/dist/redux/api/roleApi.d.ts +10 -0
- package/dist/redux/api/roleApi.d.ts.map +1 -0
- package/dist/redux/api/solidActionApi.d.ts +19 -0
- package/dist/redux/api/solidActionApi.d.ts.map +1 -0
- package/dist/redux/api/solidEntityApi.d.ts +18 -0
- package/dist/redux/api/solidEntityApi.d.ts.map +1 -0
- package/dist/redux/api/solidMenuApi.d.ts +20 -0
- package/dist/redux/api/solidMenuApi.d.ts.map +1 -0
- package/dist/redux/api/solidViewApi.d.ts +20 -0
- package/dist/redux/api/solidViewApi.d.ts.map +1 -0
- package/dist/redux/api/stateApi.d.ts +36 -0
- package/dist/redux/api/stateApi.d.ts.map +1 -0
- package/dist/redux/api/tagApi.d.ts +19 -0
- package/dist/redux/api/tagApi.d.ts.map +1 -0
- package/dist/redux/api/tagGroupApi.d.ts +19 -0
- package/dist/redux/api/tagGroupApi.d.ts.map +1 -0
- package/dist/redux/api/userApi.d.ts +17 -0
- package/dist/redux/api/userApi.d.ts.map +1 -0
- package/dist/redux/features/authSlice.d.ts +6 -0
- package/dist/redux/features/authSlice.d.ts.map +1 -0
- package/dist/redux/features/dataViewSlice.d.ts +7 -0
- package/dist/redux/features/dataViewSlice.d.ts.map +1 -0
- package/dist/redux/features/navbarSlice.d.ts +6 -0
- package/dist/redux/features/navbarSlice.d.ts.map +1 -0
- package/dist/redux/features/popupSlice.d.ts +7 -0
- package/dist/redux/features/popupSlice.d.ts.map +1 -0
- package/dist/redux/features/themeSlice.d.ts +6 -0
- package/dist/redux/features/themeSlice.d.ts.map +1 -0
- package/dist/redux/features/userSlice.d.ts +13 -0
- package/dist/redux/features/userSlice.d.ts.map +1 -0
- package/dist/redux/hooks.d.ts +2 -0
- package/dist/redux/hooks.d.ts.map +1 -0
- package/dist/redux/store.d.ts +375 -0
- package/dist/redux/store.d.ts.map +1 -0
- package/package.json +114 -0
- package/rollup.config.mjs +45 -0
- package/solidstarters-solid-core-ui-0.1.24.tgz +0 -0
- package/src/components/CustomFooter/CustomFooter.tsx +263 -0
- package/src/components/CustomFooter/FooterForm.tsx +18 -0
- package/src/components/CustomHeader/CallIcon.tsx +19 -0
- package/src/components/CustomHeader/CustomDropdown.tsx +175 -0
- package/src/components/CustomHeader/CustomHeader.tsx +64 -0
- package/src/components/CustomHeader/EmailIcon.tsx +11 -0
- package/src/components/CustomHeader/HeaderCart.tsx +14 -0
- package/src/components/CustomHeader/productNavData.tsx +179 -0
- package/src/components/FormView/DetailsViews.tsx +46 -0
- package/src/components/FormView/OrderAddressDetails.tsx +69 -0
- package/src/components/FormView/OrderPaymentDetails.tsx +17 -0
- package/src/components/FormView/OrderTableDetails.tsx +35 -0
- package/src/components/FormView/OrderedProductDetail.tsx +21 -0
- package/src/components/Tag/CustomTag.tsx +49 -0
- package/src/components/auth/Login.tsx +155 -0
- package/src/components/auth/Register.tsx +239 -0
- package/src/components/common/AuthBanner.tsx +40 -0
- package/src/components/common/AutoCompleteField.tsx +74 -0
- package/src/components/common/CancelButton.tsx +42 -0
- package/src/components/common/CodeEditor.tsx +24 -0
- package/src/components/common/CreateButton.tsx +16 -0
- package/src/components/common/DropzonePlaceholder.tsx +9 -0
- package/src/components/common/DropzoneUpload.tsx +9 -0
- package/src/components/common/FilterComponent.tsx +427 -0
- package/src/components/common/HeaderDynamicTitles.tsx +11 -0
- package/src/components/common/MarkdownViewer.tsx +14 -0
- package/src/components/common/MultipleSelectAutoCompleteField.tsx +61 -0
- package/src/components/common/SingleSelectAutoCompleteField.tsx +64 -0
- package/src/components/common/SocialMediaLogin.tsx +44 -0
- package/src/components/core/common/SolidConfigureLayoutElement.tsx +24 -0
- package/src/components/core/common/SolidCreateButton.tsx +19 -0
- package/src/components/core/common/SolidGlobalSearchElement.tsx +37 -0
- package/src/components/core/common/SolidSearchBox.tsx +17 -0
- package/src/components/core/field/FieldListViewData.tsx +312 -0
- package/src/components/core/form/SolidFormView.tsx +821 -0
- package/src/components/core/form/fields/ISolidField.tsx +64 -0
- package/src/components/core/form/fields/SolidBooleanField.tsx +112 -0
- package/src/components/core/form/fields/SolidDateField.tsx +89 -0
- package/src/components/core/form/fields/SolidDateTimeField.tsx +87 -0
- package/src/components/core/form/fields/SolidDecimalField.tsx +85 -0
- package/src/components/core/form/fields/SolidIntegerField.tsx +85 -0
- package/src/components/core/form/fields/SolidJsonField.tsx +79 -0
- package/src/components/core/form/fields/SolidLongTextField.tsx +99 -0
- package/src/components/core/form/fields/SolidMediaMultipleField.tsx +246 -0
- package/src/components/core/form/fields/SolidMediaSingleField.tsx +227 -0
- package/src/components/core/form/fields/SolidRelationField.tsx +53 -0
- package/src/components/core/form/fields/SolidRichTextField.tsx +97 -0
- package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +122 -0
- package/src/components/core/form/fields/SolidSelectionStaticField.tsx +117 -0
- package/src/components/core/form/fields/SolidShortTextField.tsx +99 -0
- package/src/components/core/form/fields/SolidTimeField.tsx +87 -0
- package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +435 -0
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +137 -0
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +184 -0
- package/src/components/core/kanban/KanbanBoard.tsx +116 -0
- package/src/components/core/kanban/KanbanCard.tsx +159 -0
- package/src/components/core/kanban/KanbanColumn.tsx +124 -0
- package/src/components/core/kanban/SolidKanbanFilter.tsx +104 -0
- package/src/components/core/kanban/SolidKanbanView.tsx +660 -0
- package/src/components/core/kanban/SolidKanbanViewSearchColumn.tsx +131 -0
- package/src/components/core/kanban/SolidManyToOneFilterElement.tsx +56 -0
- package/src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +49 -0
- package/src/components/core/kanban/SolidSelectionStaticFilterElement.tsx +31 -0
- package/src/components/core/kanban/SolidVarInputsFilterElement.tsx +183 -0
- package/src/components/core/kanban/columns/SolidBigintColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidBooleanColumn.tsx +49 -0
- package/src/components/core/kanban/columns/SolidComputedColumn.tsx +22 -0
- package/src/components/core/kanban/columns/SolidDateColumn.tsx +58 -0
- package/src/components/core/kanban/columns/SolidDatetimeColumn.tsx +45 -0
- package/src/components/core/kanban/columns/SolidDecimalColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidExternalIdColumn.tsx +46 -0
- package/src/components/core/kanban/columns/SolidFloatColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidIdColumn.tsx +46 -0
- package/src/components/core/kanban/columns/SolidIntColumn.tsx +56 -0
- package/src/components/core/kanban/columns/SolidLongTextColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidMediaMultipleColumn.tsx +54 -0
- package/src/components/core/kanban/columns/SolidMediaSingleColumn.tsx +56 -0
- package/src/components/core/kanban/columns/SolidRelationColumn.tsx +12 -0
- package/src/components/core/kanban/columns/SolidRichTextColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidSelectionDynamicColumn.tsx +46 -0
- package/src/components/core/kanban/columns/SolidSelectionStaticColumn.tsx +47 -0
- package/src/components/core/kanban/columns/SolidShortTextColumn.tsx +53 -0
- package/src/components/core/kanban/columns/SolidTimeColumn.tsx +42 -0
- package/src/components/core/kanban/columns/SolidUuidColumn.tsx +44 -0
- package/src/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.tsx +79 -0
- package/src/components/core/list/SolidListView.tsx +569 -0
- package/src/components/core/list/SolidListViewColumn.tsx +161 -0
- package/src/components/core/list/SolidListingHeader.tsx +41 -0
- package/src/components/core/list/SolidManyToOneFilterElement.tsx +56 -0
- package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +49 -0
- package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +31 -0
- package/src/components/core/list/SolidVarInputsFilterElement.tsx +183 -0
- package/src/components/core/list/columns/SolidBigintColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidBooleanColumn.tsx +60 -0
- package/src/components/core/list/columns/SolidComputedColumn.tsx +22 -0
- package/src/components/core/list/columns/SolidDateColumn.tsx +63 -0
- package/src/components/core/list/columns/SolidDatetimeColumn.tsx +51 -0
- package/src/components/core/list/columns/SolidDecimalColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidExternalIdColumn.tsx +51 -0
- package/src/components/core/list/columns/SolidFloatColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidIdColumn.tsx +52 -0
- package/src/components/core/list/columns/SolidIntColumn.tsx +60 -0
- package/src/components/core/list/columns/SolidLongTextColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +29 -0
- package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +29 -0
- package/src/components/core/list/columns/SolidRelationColumn.tsx +12 -0
- package/src/components/core/list/columns/SolidRichTextColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +52 -0
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +53 -0
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +60 -0
- package/src/components/core/list/columns/SolidTimeColumn.tsx +51 -0
- package/src/components/core/list/columns/SolidUuidColumn.tsx +51 -0
- package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +70 -0
- package/src/components/core/model/CreateModel.tsx +340 -0
- package/src/components/core/model/FieldMetaData.tsx +148 -0
- package/src/components/core/model/FieldMetaDataForm.tsx +2877 -0
- package/src/components/core/model/FieldSelector.tsx +67 -0
- package/src/components/core/model/ModelListViewData.tsx +383 -0
- package/src/components/core/model/ModelMetaData.tsx +777 -0
- package/src/components/core/module/CreateModule.tsx +577 -0
- package/src/components/core/module/ModuleListViewData.tsx +429 -0
- package/src/components/core/users/CreateUser.tsx +415 -0
- package/src/components/core/users/CreateUserRole.tsx +209 -0
- package/src/components/core/users/UserListView.tsx +374 -0
- package/src/components/layout/AdminSidebar.tsx +65 -0
- package/src/components/layout/ButtonLoader.tsx +7 -0
- package/src/components/layout/CustomPagination.tsx +55 -0
- package/src/components/layout/DashboardHeader.tsx +88 -0
- package/src/components/layout/FilterMenu.tsx +122 -0
- package/src/components/layout/Footer.tsx +12 -0
- package/src/components/layout/GlobalSearch.tsx +36 -0
- package/src/components/layout/Header.tsx +8 -0
- package/src/components/layout/ListingHeader.tsx +203 -0
- package/src/components/layout/Loader.tsx +15 -0
- package/src/components/layout/UserSidebar.tsx +53 -0
- package/src/components/layout/navbar-one.tsx +258 -0
- package/src/components/layout/navbar-two-menu.tsx +64 -0
- package/src/components/layout/navbar-two.tsx +36 -0
- package/src/components/layout/user-profile-menu.tsx +214 -0
- package/src/components/layout/user-profile.tsx +6 -0
- package/src/components/modelsComponents/filterIcon.tsx +9 -0
- package/src/components/tables/DemoData.tsx +317 -0
- package/src/components/tables/DynamicTable.tsx +56 -0
- package/src/components/tables/ListViewTable.tsx +155 -0
- package/src/helpers/ToastContainer.tsx +92 -0
- package/src/helpers/authHeader.ts +19 -0
- package/src/helpers/countries.tsx +259 -0
- package/src/helpers/helpers.ts +39 -0
- package/src/helpers/menu.tsx +670 -0
- package/src/helpers/permissions.ts +15 -0
- package/src/helpers/revalidate.ts +6 -0
- package/src/index.ts +630 -0
- package/src/redux/api/articleApi.ts +55 -0
- package/src/redux/api/authApi.ts +60 -0
- package/src/redux/api/automationApi.ts +55 -0
- package/src/redux/api/categoryApi.tsx +46 -0
- package/src/redux/api/cityApi.tsx +56 -0
- package/src/redux/api/cmsBannerImageApi.tsx +55 -0
- package/src/redux/api/countryApi.tsx +56 -0
- package/src/redux/api/fetchBaseQuery.tsx +15 -0
- package/src/redux/api/fieldApi.ts +78 -0
- package/src/redux/api/mediaApi.ts +55 -0
- package/src/redux/api/mediaStorageProviderApi.ts +55 -0
- package/src/redux/api/menuApi.tsx +55 -0
- package/src/redux/api/menuItemsApi.tsx +56 -0
- package/src/redux/api/modelApi.ts +70 -0
- package/src/redux/api/moduleApi.ts +72 -0
- package/src/redux/api/orderAttributeApi.tsx +37 -0
- package/src/redux/api/permissionApi.ts +32 -0
- package/src/redux/api/pincodeApi.tsx +56 -0
- package/src/redux/api/productData.tsx +87 -0
- package/src/redux/api/radixExtraModelAttributeApi.tsx +37 -0
- package/src/redux/api/radixModelMetadataApi.tsx +62 -0
- package/src/redux/api/radixModelsApi.tsx +64 -0
- package/src/redux/api/ratingApi.ts +55 -0
- package/src/redux/api/reviewApi.ts +55 -0
- package/src/redux/api/roleApi.ts +58 -0
- package/src/redux/api/solidActionApi.ts +66 -0
- package/src/redux/api/solidEntityApi.tsx +86 -0
- package/src/redux/api/solidMenuApi.ts +71 -0
- package/src/redux/api/solidViewApi.ts +72 -0
- package/src/redux/api/stateApi.tsx +56 -0
- package/src/redux/api/tagApi.ts +55 -0
- package/src/redux/api/tagGroupApi.tsx +55 -0
- package/src/redux/api/userApi.ts +120 -0
- package/src/redux/features/authSlice.ts +19 -0
- package/src/redux/features/dataViewSlice.ts +26 -0
- package/src/redux/features/navbarSlice.ts +21 -0
- package/src/redux/features/popupSlice.ts +27 -0
- package/src/redux/features/themeSlice.ts +17 -0
- package/src/redux/features/userSlice.ts +28 -0
- package/src/types/index.d.ts +7 -0
- package/src/types/next.d.ts +46 -0
- package/tsconfig.json +37 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"countries.d.ts","sourceRoot":"","sources":["../../src/helpers/countries.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;;;GAkQZ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const calculateDaysOfStay: (checkInDate: Date, checkOutDate: Date) => any;
|
|
2
|
+
export declare const addCommasToAmount: (amount: string) => string;
|
|
3
|
+
export declare const getSingularAndPlural: (displayName: any) => {
|
|
4
|
+
toKebabCase: any;
|
|
5
|
+
toSnakeCase: any;
|
|
6
|
+
toPluralKebabCase: string;
|
|
7
|
+
toPluralCamelCase: string;
|
|
8
|
+
toCamelCase: any;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/helpers/helpers.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,gBAAiB,IAAI,gBAAgB,IAAI,QAKxE,CAAC;AAEF,eAAO,MAAM,iBAAiB,WAAY,MAAM,WAQ/C,CAAC;AAGF,eAAO,MAAM,oBAAoB,gBAAiB,GAAG;;;;;;CAgBpD,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const menu: {
|
|
2
|
+
data: {
|
|
3
|
+
title: string;
|
|
4
|
+
path: string;
|
|
5
|
+
key: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
children: ({
|
|
8
|
+
title: string;
|
|
9
|
+
path: string;
|
|
10
|
+
key: string;
|
|
11
|
+
children?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
title: string;
|
|
14
|
+
path: string;
|
|
15
|
+
key: string;
|
|
16
|
+
children: ({
|
|
17
|
+
title: string;
|
|
18
|
+
path: string;
|
|
19
|
+
key: string;
|
|
20
|
+
children?: undefined;
|
|
21
|
+
} | {
|
|
22
|
+
title: string;
|
|
23
|
+
key: string;
|
|
24
|
+
children: {
|
|
25
|
+
title: string;
|
|
26
|
+
path: string;
|
|
27
|
+
key: string;
|
|
28
|
+
}[];
|
|
29
|
+
path?: undefined;
|
|
30
|
+
})[];
|
|
31
|
+
})[];
|
|
32
|
+
}[];
|
|
33
|
+
};
|
|
34
|
+
export default menu;
|
|
35
|
+
//# sourceMappingURL=menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../src/helpers/menu.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAypBT,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permissions.d.ts","sourceRoot":"","sources":["../../src/helpers/permissions.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,cAAe,MAAM,WAEjD,CAAC;AAEF,eAAO,MAAM,gBAAgB,cAAe,MAAM,WAEjD,CAAC;AAEF,eAAO,MAAM,gBAAgB,cAAe,MAAM,WAEjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"revalidate.d.ts","sourceRoot":"","sources":["../../src/helpers/revalidate.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,QAAe,MAAM,kBAK9C,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
export { CustomFooter } from '@/components/CustomFooter/CustomFooter';
|
|
2
|
+
export { FooterForm } from '@/components/CustomFooter/FooterForm';
|
|
3
|
+
export { CustomHeader } from '@/components/CustomHeader/CustomHeader';
|
|
4
|
+
export { CallIcon } from '@/components/CustomHeader/CallIcon';
|
|
5
|
+
export type { TertiaryProps, SecondaryProps, PrimaryDataProps, RootProps } from '@/components/CustomHeader/CustomDropdown';
|
|
6
|
+
export { PrimaryCustomDropdown } from '@/components/CustomHeader/CustomDropdown';
|
|
7
|
+
export { EmailIcon } from '@/components/CustomHeader/EmailIcon';
|
|
8
|
+
export { HeaderCart } from '@/components/CustomHeader/HeaderCart';
|
|
9
|
+
export { ProductNavData } from '@/components/CustomHeader/productNavData';
|
|
10
|
+
export { DetailsViews } from '@/components/FormView/DetailsViews';
|
|
11
|
+
export { OrderAddressDetails } from '@/components/FormView/OrderAddressDetails';
|
|
12
|
+
export { OrderPaymentDetails } from '@/components/FormView/OrderPaymentDetails';
|
|
13
|
+
export { OrderTableDetails } from '@/components/FormView/OrderTableDetails';
|
|
14
|
+
export { OrderedProductDetail } from '@/components/FormView/OrderedProductDetail';
|
|
15
|
+
export { CustomTag } from '@/components/Tag/CustomTag';
|
|
16
|
+
export { AutoCompleteField } from '@/components/common/AutoCompleteField';
|
|
17
|
+
export { CancelButton, SolidCancelButton } from '@/components/common/CancelButton';
|
|
18
|
+
export { CreateButton } from '@/components/common/CreateButton';
|
|
19
|
+
export { DropzonePlaceholder } from '@/components/common/DropzonePlaceholder';
|
|
20
|
+
export { DropzoneUpload } from '@/components/common/DropzoneUpload';
|
|
21
|
+
export { HeaderDynamicTitles } from '@/components/common/HeaderDynamicTitles';
|
|
22
|
+
export { MultipleSelectAutoCompleteField } from '@/components/common/MultipleSelectAutoCompleteField';
|
|
23
|
+
export { SingleSelectAutoCompleteField } from '@/components/common/SingleSelectAutoCompleteField';
|
|
24
|
+
export { SocialMediaLogin } from '@/components/common/SocialMediaLogin';
|
|
25
|
+
export { SolidConfigureLayoutElement } from '@/components/core/common/SolidConfigureLayoutElement';
|
|
26
|
+
export { SolidCreateButton } from '@/components/core/common/SolidCreateButton';
|
|
27
|
+
export { SolidGlobalSearchElement } from '@/components/core/common/SolidGlobalSearchElement';
|
|
28
|
+
export { SolidSearchBox } from '@/components/core/common/SolidSearchBox';
|
|
29
|
+
export { FieldListViewData } from '@/components/core/field/FieldListViewData';
|
|
30
|
+
export type { SolidFormViewProps } from '@/components/core/form/SolidFormView';
|
|
31
|
+
export type { SolidFieldProps, FormikObject, ISolidField } from '@/components/core/form/fields/ISolidField';
|
|
32
|
+
export { SolidBooleanField } from '@/components/core/form/fields/SolidBooleanField';
|
|
33
|
+
export { SolidDateField } from '@/components/core/form/fields/SolidDateField';
|
|
34
|
+
export { SolidDateTimeField } from '@/components/core/form/fields/SolidDateTimeField';
|
|
35
|
+
export { SolidDecimalField } from '@/components/core/form/fields/SolidDecimalField';
|
|
36
|
+
export { SolidIntegerField } from '@/components/core/form/fields/SolidIntegerField';
|
|
37
|
+
export { SolidJsonField } from '@/components/core/form/fields/SolidJsonField';
|
|
38
|
+
export { SolidLongTextField } from '@/components/core/form/fields/SolidLongTextField';
|
|
39
|
+
export { SolidMediaMultipleField } from '@/components/core/form/fields/SolidMediaMultipleField';
|
|
40
|
+
export { SolidMediaSingleField } from '@/components/core/form/fields/SolidMediaSingleField';
|
|
41
|
+
export { SolidRelationField } from '@/components/core/form/fields/SolidRelationField';
|
|
42
|
+
export { SolidRichTextField } from '@/components/core/form/fields/SolidRichTextField';
|
|
43
|
+
export { SolidSelectionDynamicField } from '@/components/core/form/fields/SolidSelectionDynamicField';
|
|
44
|
+
export { SolidSelectionStaticField } from '@/components/core/form/fields/SolidSelectionStaticField';
|
|
45
|
+
export { SolidShortTextField } from '@/components/core/form/fields/SolidShortTextField';
|
|
46
|
+
export { SolidTimeField } from '@/components/core/form/fields/SolidTimeField';
|
|
47
|
+
export { SolidRelationManyToManyField } from '@/components/core/form/fields/relations/SolidRelationManyToManyField';
|
|
48
|
+
export { SolidRelationManyToOneField } from '@/components/core/form/fields/relations/SolidRelationManyToOneField';
|
|
49
|
+
export { SolidRelationOneToManyField } from '@/components/core/form/fields/relations/SolidRelationOneToManyField';
|
|
50
|
+
export { SolidKanbanFilter } from '@/components/core/kanban/SolidKanbanFilter';
|
|
51
|
+
export { SolidKanbanView } from '@/components/core/kanban/SolidKanbanView';
|
|
52
|
+
export type { SolidKanbanViewColumnParams } from '@/components/core/kanban/SolidKanbanViewSearchColumn';
|
|
53
|
+
export { getSolidKanbanViewNumberOfInputs, SolidKanbanViewSearchColumn } from '@/components/core/kanban/SolidKanbanViewSearchColumn';
|
|
54
|
+
export { SolidKanbanManyToOneFilterElement } from '@/components/core/kanban/SolidManyToOneFilterElement';
|
|
55
|
+
export { SolidKanbanSelectionDynamicFilterElement } from '@/components/core/kanban/SolidSelectionDynamicFilterElement';
|
|
56
|
+
export { SolidKanbanSelectionStaticFilterElement } from '@/components/core/kanban/SolidSelectionStaticFilterElement';
|
|
57
|
+
export { SolidKanbanVarInputsFilterElement, KanbanInputTypes } from '@/components/core/kanban/SolidVarInputsFilterElement';
|
|
58
|
+
export { kanbanDateFilterMatchModeOptions } from '@/components/core/kanban/columns/SolidDateColumn';
|
|
59
|
+
export { SolidListView } from '@/components/core/list/SolidListView';
|
|
60
|
+
export type { SolidListViewColumnParams } from '@/components/core/list/SolidListViewColumn';
|
|
61
|
+
export { getNumberOfInputs, SolidListViewColumn } from '@/components/core/list/SolidListViewColumn';
|
|
62
|
+
export { SolidManyToOneFilterElement } from '@/components/core/list/SolidManyToOneFilterElement';
|
|
63
|
+
export { SolidSelectionDynamicFilterElement } from '@/components/core/list/SolidSelectionDynamicFilterElement';
|
|
64
|
+
export { SolidSelectionStaticFilterElement } from '@/components/core/list/SolidSelectionStaticFilterElement';
|
|
65
|
+
export { SolidVarInputsFilterElement } from '@/components/core/list/SolidVarInputsFilterElement';
|
|
66
|
+
export { dateFilterMatchModeOptions } from '@/components/core/list/columns/SolidDateColumn';
|
|
67
|
+
export { ModelListViewData } from '@/components/core/model/ModelListViewData';
|
|
68
|
+
export { ModuleListViewData } from '@/components/core/module/ModuleListViewData';
|
|
69
|
+
export { UserListView } from '@/components/core/users/UserListView';
|
|
70
|
+
export { GlobalSearch } from '@/components/layout/GlobalSearch';
|
|
71
|
+
export { FilterIcon } from '@/components/modelsComponents/filterIcon';
|
|
72
|
+
export { DemoService } from '@/components/tables/DemoData';
|
|
73
|
+
export { DynamicTable } from '@/components/tables/DynamicTable';
|
|
74
|
+
export type { Product } from '@/components/tables/ListViewTable';
|
|
75
|
+
export { ListViewTable } from '@/components/tables/ListViewTable';
|
|
76
|
+
export { ToastContainer, handleError, handleSuccess } from '@/helpers/ToastContainer';
|
|
77
|
+
export { getAuthHeader, getAuthCookieName } from '@/helpers/authHeader';
|
|
78
|
+
export { calculateDaysOfStay, addCommasToAmount, getSingularAndPlural } from '@/helpers/helpers';
|
|
79
|
+
export { createPermission, updatePermission, deletePermission } from '@/helpers/permissions';
|
|
80
|
+
export { revalidateTag } from '@/helpers/revalidate';
|
|
81
|
+
export { authApi, useForgotPasswordMutation, useRegisterMutation, useRegisterPrivateMutation, useResetPasswordMutation, useUpdateUserMutation } from '@/redux/api/authApi';
|
|
82
|
+
export { baseQueryWithAuth } from '@/redux/api/fetchBaseQuery';
|
|
83
|
+
export { fieldsApi, useCreatefieldMutation, useDeletefieldMutation, useGetFieldDefaultMetaDataQuery, useGetSelectionDynamicValueQuery, useGetSelectionDynamicValuesQuery, useGetfieldByIdQuery, useGetfieldsQuery, useLazyGetFieldDefaultMetaDataQuery, useLazyGetSelectionDynamicValueQuery, useLazyGetSelectionDynamicValuesQuery, useLazyGetfieldByIdQuery, useLazyGetfieldsQuery } from '@/redux/api/fieldApi';
|
|
84
|
+
export { mediaApi, useCreateMediaMutation, useDeleteMediaMutation, useDeleteMultipleMediasMutation, useGetMediaByIdQuery, useGetMediasQuery, useLazyGetMediaByIdQuery, useLazyGetMediasQuery, useUpdateMediaMutation } from '@/redux/api/mediaApi';
|
|
85
|
+
export { mediaStorageProviderApi, useCreateMediaStorageProivderMutation, useDeleteMediaStorageProivderMutation, useDeleteMultipleMediaStorageProvidersMutation, useGetMediaStorageProivderByIdQuery, useGetMediaStorageProvidersQuery, useLazyGetMediaStorageProivderByIdQuery, useLazyGetMediaStorageProvidersQuery, useUpdateMediaStorageProivderMutation } from '@/redux/api/mediaStorageProviderApi';
|
|
86
|
+
export { modelsApi, useCreatemodelMutation, useDeleteMultipleModelsMutation, useDeletemodelMutation, useGenerateCodeForModelMutation, useGetModelsQuery, useGetmodelByIdQuery, useLazyGetModelsQuery, useLazyGetmodelByIdQuery, useUpdatemodelMutation } from '@/redux/api/modelApi';
|
|
87
|
+
export { modulesApi, useCreatemoduleMutation, useDeleteMultiplemodulesMutation, useDeletemoduleMutation, useGenerateCodeFormoduleMutation, useGetDefaultDataSourceQuery, useGetmoduleByIdQuery, useGetmodulesQuery, useLazyGetDefaultDataSourceQuery, useLazyGetmoduleByIdQuery, useLazyGetmodulesQuery, useRefreshPermissionsMutation, useUpdatemoduleMutation } from '@/redux/api/moduleApi';
|
|
88
|
+
export { solidActionsApi, useCreateSolidActionMutation, useDeleteMultipleSolidActionsMutation, useDeleteSolidActionMutation, useGetSolidActionByIdQuery, useGetSolidActionsQuery, useLazyGetSolidActionByIdQuery, useLazyGetSolidActionsQuery, useUpdateSolidActionMutation } from '@/redux/api/solidActionApi';
|
|
89
|
+
export { createSolidEntityApi } from '@/redux/api/solidEntityApi';
|
|
90
|
+
export { solidMenusApi, useCreateSolidMenuMutation, useDeleteMultipleSolidMenusMutation, useDeleteSolidMenuMutation, useGetSolidMenuBasedOnRoleQuery, useGetSolidMenuByIdQuery, useGetSolidMenusQuery, useLazyGetSolidMenuBasedOnRoleQuery, useLazyGetSolidMenuByIdQuery, useLazyGetSolidMenusQuery, useUpdateSolidMenuMutation } from '@/redux/api/solidMenuApi';
|
|
91
|
+
export { solidViewsApi, useCreateSolidViewMutation, useDeleteMultipleSolidViewsMutation, useDeleteSolidViewMutation, useGetSolidViewByIdQuery, useGetSolidViewLayoutQuery, useGetSolidViewsQuery, useLazyGetSolidViewByIdQuery, useLazyGetSolidViewsQuery, useUpdateSolidViewMutation } from '@/redux/api/solidViewApi';
|
|
92
|
+
export { userApi, useCreateuserroleMutation, useCreateuserrolebulkMutation, useDeleteMultipleUsersMutation, useDeleteUserMutation, useGetusersByIdQuery, useGetusersQuery, useLazyCheckIfPermissionExistsQuery, useLazyGetusersByIdQuery, useLazyGetusersQuery, useLazyUpdateSessionQuery, useRegisterUserMutation, useUpdatePasswordMutation, useUpdateProfileMutation, useUpdateSessionQuery, useUploadAvatarMutation } from '@/redux/api/userApi';
|
|
93
|
+
export { setToken, logout } from '@/redux/features/authSlice';
|
|
94
|
+
export { gridView, listView } from '@/redux/features/dataViewSlice';
|
|
95
|
+
export { showNavbar, hideNavbar, toggleNavbar } from '@/redux/features/navbarSlice';
|
|
96
|
+
export { showFieldsPopup, showModulePopup, hideFieldsPopup, hideModulePopup } from '@/redux/features/popupSlice';
|
|
97
|
+
export { toggleTheme } from '@/redux/features/themeSlice';
|
|
98
|
+
export { setIsAuthenticated, setUser } from '@/redux/features/userSlice';
|
|
99
|
+
export { default as Login } from '@/components/auth/Login';
|
|
100
|
+
export { default as Register } from '@/components/auth/Register';
|
|
101
|
+
export { default as AuthBanner } from '@/components/common/AuthBanner';
|
|
102
|
+
export { default as CodeEditor } from '@/components/common/CodeEditor';
|
|
103
|
+
export { default as FilterComponent } from '@/components/common/FilterComponent';
|
|
104
|
+
export { default as MarkdownViewer } from '@/components/common/MarkdownViewer';
|
|
105
|
+
export { default as SolidFormView } from '@/components/core/form/SolidFormView';
|
|
106
|
+
export { default as KanbanBoard } from '@/components/core/kanban/KanbanBoard';
|
|
107
|
+
export { default as KanbanCard } from '@/components/core/kanban/KanbanCard';
|
|
108
|
+
export { default as KanbanColumn } from '@/components/core/kanban/KanbanColumn';
|
|
109
|
+
export { default as SolidBigintKanbanColumn } from '@/components/core/kanban/columns/SolidBigintColumn';
|
|
110
|
+
export { default as SolidBooleanKanbanColumn } from '@/components/core/kanban/columns/SolidBooleanColumn';
|
|
111
|
+
export { default as SolidComputedKanbanColumn } from '@/components/core/kanban/columns/SolidComputedColumn';
|
|
112
|
+
export { default as SolidDateKanbanColumn } from '@/components/core/kanban/columns/SolidDateColumn';
|
|
113
|
+
export { default as SolidDatetimeKanbanColumn } from '@/components/core/kanban/columns/SolidDatetimeColumn';
|
|
114
|
+
export { default as SolidDecimalKanbanColumn } from '@/components/core/kanban/columns/SolidDecimalColumn';
|
|
115
|
+
export { default as SolidExternalIdKanbanColumn } from '@/components/core/kanban/columns/SolidExternalIdColumn';
|
|
116
|
+
export { default as SolidFloatKanbanColumn } from '@/components/core/kanban/columns/SolidFloatColumn';
|
|
117
|
+
export { default as SolidIdKanbanColumn } from '@/components/core/kanban/columns/SolidIdColumn';
|
|
118
|
+
export { default as SolidIntKanbanColumn } from '@/components/core/kanban/columns/SolidIntColumn';
|
|
119
|
+
export { default as SolidLongTextKanbanColumn } from '@/components/core/kanban/columns/SolidLongTextColumn';
|
|
120
|
+
export { default as SolidMediaMultipleKanbanColumn } from '@/components/core/kanban/columns/SolidMediaMultipleColumn';
|
|
121
|
+
export { default as SolidMediaSingleKanbanColumn } from '@/components/core/kanban/columns/SolidMediaSingleColumn';
|
|
122
|
+
export { default as SolidRelationKanbanColumn } from '@/components/core/kanban/columns/SolidRelationColumn';
|
|
123
|
+
export { default as SolidRichTextKanbanColumn } from '@/components/core/kanban/columns/SolidRichTextColumn';
|
|
124
|
+
export { default as SolidSelectionDynamicKanbanColumn } from '@/components/core/kanban/columns/SolidSelectionDynamicColumn';
|
|
125
|
+
export { default as SolidSelectionStaticKanbanColumn } from '@/components/core/kanban/columns/SolidSelectionStaticColumn';
|
|
126
|
+
export { default as SolidShortTextKanbanColumn } from '@/components/core/kanban/columns/SolidShortTextColumn';
|
|
127
|
+
export { default as SolidTimeKanbanColumn } from '@/components/core/kanban/columns/SolidTimeColumn';
|
|
128
|
+
export { default as SolidUuidKanbanColumn } from '@/components/core/kanban/columns/SolidUuidColumn';
|
|
129
|
+
export { default as SolidRelationManyToOneKanbanColumn } from '@/components/core/kanban/columns/relations/SolidRelationManyToOneColumn';
|
|
130
|
+
export { default as SolidListingHeader } from '@/components/core/list/SolidListingHeader';
|
|
131
|
+
export { default as SolidBigintColumn } from '@/components/core/list/columns/SolidBigintColumn';
|
|
132
|
+
export { default as SolidBooleanColumn } from '@/components/core/list/columns/SolidBooleanColumn';
|
|
133
|
+
export { default as SolidComputedColumn } from '@/components/core/list/columns/SolidComputedColumn';
|
|
134
|
+
export { default as SolidDateColumn } from '@/components/core/list/columns/SolidDateColumn';
|
|
135
|
+
export { default as SolidDatetimeColumn } from '@/components/core/list/columns/SolidDatetimeColumn';
|
|
136
|
+
export { default as SolidDecimalColumn } from '@/components/core/list/columns/SolidDecimalColumn';
|
|
137
|
+
export { default as SolidExternalIdColumn } from '@/components/core/list/columns/SolidExternalIdColumn';
|
|
138
|
+
export { default as SolidFloatColumn } from '@/components/core/list/columns/SolidFloatColumn';
|
|
139
|
+
export { default as SolidIdColumn } from '@/components/core/list/columns/SolidIdColumn';
|
|
140
|
+
export { default as SolidIntColumn } from '@/components/core/list/columns/SolidIntColumn';
|
|
141
|
+
export { default as SolidLongTextColumn } from '@/components/core/list/columns/SolidLongTextColumn';
|
|
142
|
+
export { default as SolidMediaMultipleColumn } from '@/components/core/list/columns/SolidMediaMultipleColumn';
|
|
143
|
+
export { default as SolidMediaSingleColumn } from '@/components/core/list/columns/SolidMediaSingleColumn';
|
|
144
|
+
export { default as SolidRelationColumn } from '@/components/core/list/columns/SolidRelationColumn';
|
|
145
|
+
export { default as SolidRichTextColumn } from '@/components/core/list/columns/SolidRichTextColumn';
|
|
146
|
+
export { default as SolidSelectionDynamicColumn } from '@/components/core/list/columns/SolidSelectionDynamicColumn';
|
|
147
|
+
export { default as SolidSelectionStaticColumn } from '@/components/core/list/columns/SolidSelectionStaticColumn';
|
|
148
|
+
export { default as SolidShortTextColumn } from '@/components/core/list/columns/SolidShortTextColumn';
|
|
149
|
+
export { default as SolidTimeColumn } from '@/components/core/list/columns/SolidTimeColumn';
|
|
150
|
+
export { default as SolidUuidColumn } from '@/components/core/list/columns/SolidUuidColumn';
|
|
151
|
+
export { default as SolidRelationManyToOneColumn } from '@/components/core/list/columns/relations/SolidRelationManyToOneColumn';
|
|
152
|
+
export { default as CreateModel } from '@/components/core/model/CreateModel';
|
|
153
|
+
export { default as FieldMetaData } from '@/components/core/model/FieldMetaData';
|
|
154
|
+
export { default as FieldMetaDataForm } from '@/components/core/model/FieldMetaDataForm';
|
|
155
|
+
export { default as FieldSelector } from '@/components/core/model/FieldSelector';
|
|
156
|
+
export { default as ModelMetaData } from '@/components/core/model/ModelMetaData';
|
|
157
|
+
export { default as CreateModule } from '@/components/core/module/CreateModule';
|
|
158
|
+
export { default as CreateUser } from '@/components/core/users/CreateUser';
|
|
159
|
+
export { default as CreateUserRole } from '@/components/core/users/CreateUserRole';
|
|
160
|
+
export { default as AdminSidebar } from '@/components/layout/AdminSidebar';
|
|
161
|
+
export { default as ButtonLoader } from '@/components/layout/ButtonLoader';
|
|
162
|
+
export { default as CustomPagination } from '@/components/layout/CustomPagination';
|
|
163
|
+
export { default as DashboardHeader } from '@/components/layout/DashboardHeader';
|
|
164
|
+
export { default as FilterMenu } from '@/components/layout/FilterMenu';
|
|
165
|
+
export { default as Footer } from '@/components/layout/Footer';
|
|
166
|
+
export { default as Header } from '@/components/layout/Header';
|
|
167
|
+
export { default as ListingHeader } from '@/components/layout/ListingHeader';
|
|
168
|
+
export { default as Loader } from '@/components/layout/Loader';
|
|
169
|
+
export { default as NavbarOne } from '@/components/layout/navbar-one';
|
|
170
|
+
export { default as NavbarTwoMenu } from '@/components/layout/navbar-two-menu';
|
|
171
|
+
export { default as NavbarTwo } from '@/components/layout/navbar-two';
|
|
172
|
+
export { default as UserProfileMenu } from '@/components/layout/user-profile-menu';
|
|
173
|
+
export { default as UserProfile } from '@/components/layout/user-profile';
|
|
174
|
+
export { default as UserSidebar } from '@/components/layout/UserSidebar';
|
|
175
|
+
export { default as menu } from '@/helpers/menu';
|
|
176
|
+
export { default as authenticationReducer } from '@/redux/features/authSlice';
|
|
177
|
+
export { default as dataViewReducer } from '@/redux/features/dataViewSlice';
|
|
178
|
+
export { default as navbarReducer } from '@/redux/features/navbarSlice';
|
|
179
|
+
export { default as popupReducer } from '@/redux/features/popupSlice';
|
|
180
|
+
export { default as themeReducer } from '@/redux/features/themeSlice';
|
|
181
|
+
export { default as userReducer } from '@/redux/features/userSlice';
|
|
182
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|