@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,670 @@
|
|
|
1
|
+
const menu = {
|
|
2
|
+
data: [
|
|
3
|
+
{
|
|
4
|
+
title: "Address Master",
|
|
5
|
+
path: "/admin/address-master",
|
|
6
|
+
key: 'address-master',
|
|
7
|
+
icon: '/images/menu/address-master.svg',
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
title: "Countries",
|
|
11
|
+
path: "/admin/address-master/countries/all",
|
|
12
|
+
key: 'address-master-countries',
|
|
13
|
+
// children: [
|
|
14
|
+
// ],
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
title: "States",
|
|
18
|
+
path: "/admin/address-master/states/all",
|
|
19
|
+
key: 'address-master-states',
|
|
20
|
+
// children: [],
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
title: "Cities",
|
|
24
|
+
path: "/admin/address-master/cities/all",
|
|
25
|
+
key: 'address-master-cities',
|
|
26
|
+
// children: [],
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
title: "Pincodes",
|
|
30
|
+
path: "/admin/address-master/pincodes/all",
|
|
31
|
+
key: 'address-master-pincodes',
|
|
32
|
+
// children: [],
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
{
|
|
38
|
+
title: "Iam",
|
|
39
|
+
path: "/admin/iam",
|
|
40
|
+
key: 'iam',
|
|
41
|
+
icon: '/images/menu/iam.svg',
|
|
42
|
+
children: [
|
|
43
|
+
{
|
|
44
|
+
title: "Users",
|
|
45
|
+
path: "/admin/iam/users/all",
|
|
46
|
+
key: 'iam-users',
|
|
47
|
+
// children: [
|
|
48
|
+
// {
|
|
49
|
+
// title: "All",
|
|
50
|
+
// path: "/admin/iam/users/all",
|
|
51
|
+
// key: 'iam-users-all',
|
|
52
|
+
// },
|
|
53
|
+
// {
|
|
54
|
+
// title: "Saved Views",
|
|
55
|
+
// key: 'iam-users-saved-views',
|
|
56
|
+
// children: [
|
|
57
|
+
// {
|
|
58
|
+
// title: "Saved View 1 ",
|
|
59
|
+
// path: `/admin/iam/users/saved-views/${1}`,
|
|
60
|
+
// key: 'iam-users-saved-view-1'
|
|
61
|
+
// },
|
|
62
|
+
// {
|
|
63
|
+
// title: "Saved View 1 ",
|
|
64
|
+
// path: `/admin/iam/users/saved-views/${2}`,
|
|
65
|
+
// key: 'iam-users-saved-view-2'
|
|
66
|
+
// },
|
|
67
|
+
// ],
|
|
68
|
+
// },
|
|
69
|
+
// ],
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
title: "Roles",
|
|
73
|
+
path: "/admin/iam/roles/all",
|
|
74
|
+
key: 'iam-roles',
|
|
75
|
+
children: [
|
|
76
|
+
{
|
|
77
|
+
title: "All",
|
|
78
|
+
path: "/admin/iam/roles/all",
|
|
79
|
+
key: 'iam-roles-all',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
title: "Saved Views",
|
|
83
|
+
key: 'iam-roles-saved-views',
|
|
84
|
+
children: [
|
|
85
|
+
{
|
|
86
|
+
title: "Saved View 1 ",
|
|
87
|
+
path: `/admin/iam/roles/saved-views/${1}`,
|
|
88
|
+
key: 'iam-roles-saved-view-1'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
title: "Saved View 1 ",
|
|
92
|
+
path: `/admin/iam/roles/saved-views/${2}`,
|
|
93
|
+
key: 'iam-roles-saved-view-2'
|
|
94
|
+
},
|
|
95
|
+
],
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
title: "Permissions",
|
|
101
|
+
path: "/admin/iam/permissions/all",
|
|
102
|
+
key: 'iam-permissions',
|
|
103
|
+
// children: [
|
|
104
|
+
// {
|
|
105
|
+
// title: "All",
|
|
106
|
+
// path: "/admin/iam/permissions/all",
|
|
107
|
+
// key: 'iam-permissions-all',
|
|
108
|
+
// },
|
|
109
|
+
// {
|
|
110
|
+
// title: "Saved Views",
|
|
111
|
+
// key: 'iam-permissions-saved-views',
|
|
112
|
+
// children: [
|
|
113
|
+
// {
|
|
114
|
+
// title: "Saved View 1 ",
|
|
115
|
+
// path: `/admin/iam/permissions/saved-views/${1}`,
|
|
116
|
+
// key: 'iam-permissions-saved-view-1'
|
|
117
|
+
// },
|
|
118
|
+
// {
|
|
119
|
+
// title: "Saved View 1 ",
|
|
120
|
+
// path: `/admin/iam/permissions/saved-views/${2}`,
|
|
121
|
+
// key: 'iam-permissions-saved-view-2'
|
|
122
|
+
// },
|
|
123
|
+
// ],
|
|
124
|
+
// },
|
|
125
|
+
// ],
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
title: "App-builder",
|
|
131
|
+
path: "/admin/app-builder",
|
|
132
|
+
key: 'app-builder',
|
|
133
|
+
icon: '/images/menu/app-builder.svg',
|
|
134
|
+
children: [
|
|
135
|
+
{
|
|
136
|
+
title: "Module",
|
|
137
|
+
path: "/admin/app-builder/module/all",
|
|
138
|
+
key: 'app-builder-module',
|
|
139
|
+
// children: [
|
|
140
|
+
// {
|
|
141
|
+
// title: "All",
|
|
142
|
+
// path: "/admin/app-builder/module/all",
|
|
143
|
+
// key: 'app-builder-module-all',
|
|
144
|
+
// children: [
|
|
145
|
+
// {
|
|
146
|
+
// title: "Grid View ",
|
|
147
|
+
// path: "/admin/app-builder/module/all",
|
|
148
|
+
// },
|
|
149
|
+
// {
|
|
150
|
+
// title: "Form View ",
|
|
151
|
+
// path: "/admin/app-builder/module/edit",
|
|
152
|
+
// },
|
|
153
|
+
// ],
|
|
154
|
+
// },
|
|
155
|
+
// {
|
|
156
|
+
// title: "Saved Views",
|
|
157
|
+
// path: "/admin/app-builder/module/saved-views/1",
|
|
158
|
+
// key: 'app-builder-module-saved-views',
|
|
159
|
+
// children: [
|
|
160
|
+
// {
|
|
161
|
+
// title: "Custome View 1 ",
|
|
162
|
+
// path: "/admin/app-builder/module/saved-views/1",
|
|
163
|
+
// },
|
|
164
|
+
// {
|
|
165
|
+
// title: "Custome View 2 ",
|
|
166
|
+
// path: "/admin/app-builder/module/saved-views/2",
|
|
167
|
+
// },
|
|
168
|
+
// ],
|
|
169
|
+
// },
|
|
170
|
+
// ],
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
title: "Model",
|
|
174
|
+
path: "/admin/app-builder/model/all",
|
|
175
|
+
key: 'app-builder-model',
|
|
176
|
+
// children: [
|
|
177
|
+
// {
|
|
178
|
+
// title: "All",
|
|
179
|
+
// path: "/admin/app-builder/model/all",
|
|
180
|
+
// key: 'app-builder-model-all',
|
|
181
|
+
// },
|
|
182
|
+
// {
|
|
183
|
+
// title: "Saved Views",
|
|
184
|
+
// path: "/admin/app-builder/model/saved-views",
|
|
185
|
+
// key: 'app-builder-model-saved-views',
|
|
186
|
+
// children: [
|
|
187
|
+
// {
|
|
188
|
+
// title: "Custome View 1 ",
|
|
189
|
+
// path: "/admin/app-builder/model/saved-views/1",
|
|
190
|
+
// },
|
|
191
|
+
// {
|
|
192
|
+
// title: "Custome View 2 ",
|
|
193
|
+
// path: "/admin/app-builder/model/saved-views/1",
|
|
194
|
+
// },
|
|
195
|
+
// ],
|
|
196
|
+
// },
|
|
197
|
+
// ],
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
title: "Field",
|
|
201
|
+
path: "/admin/app-builder/field/all",
|
|
202
|
+
key: 'app-builder-field',
|
|
203
|
+
// children: [
|
|
204
|
+
// {
|
|
205
|
+
// title: "All",
|
|
206
|
+
// path: "/admin/app-builder/field/all",
|
|
207
|
+
// key: 'app-builder-field-all',
|
|
208
|
+
// children: [
|
|
209
|
+
// {
|
|
210
|
+
// title: "Grid View ",
|
|
211
|
+
// path: "/admin/app-builder/field/all",
|
|
212
|
+
// },
|
|
213
|
+
// {
|
|
214
|
+
// title: "Form View ",
|
|
215
|
+
// path: "/admin/app-builder/field/edit",
|
|
216
|
+
// },
|
|
217
|
+
// ],
|
|
218
|
+
// },
|
|
219
|
+
// {
|
|
220
|
+
// title: "Saved Views",
|
|
221
|
+
// key: 'app-builder-field-saved-views',
|
|
222
|
+
// path: "/admin/app-builder/field/saved-views",
|
|
223
|
+
// children: [
|
|
224
|
+
// {
|
|
225
|
+
// title: "Custome View 1 ",
|
|
226
|
+
// path: "/admin/app-builder/field/saved-views/1",
|
|
227
|
+
// },
|
|
228
|
+
// {
|
|
229
|
+
// title: "Custome View 2 ",
|
|
230
|
+
// path: "/admin/app-builder/field/saved-views/1",
|
|
231
|
+
// },
|
|
232
|
+
// ],
|
|
233
|
+
// },
|
|
234
|
+
// ],
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
title: "Solid Menu",
|
|
238
|
+
path: "/admin/app-builder/solid-menu/all",
|
|
239
|
+
key: 'app-builder-solid-menus',
|
|
240
|
+
// children: [
|
|
241
|
+
// {
|
|
242
|
+
// title: "All",
|
|
243
|
+
// path: "/admin/app-builder/solid-menus/all",
|
|
244
|
+
// key: 'app-builder-solid-menus-all',
|
|
245
|
+
// children: [
|
|
246
|
+
// {
|
|
247
|
+
// title: "Grid View ",
|
|
248
|
+
// path: "/admin/app-builder/solid-menus/all",
|
|
249
|
+
// },
|
|
250
|
+
// {
|
|
251
|
+
// title: "Form View ",
|
|
252
|
+
// path: "/admin/app-builder/solid-menus/edit",
|
|
253
|
+
// },
|
|
254
|
+
// ],
|
|
255
|
+
// },
|
|
256
|
+
// {
|
|
257
|
+
// title: "Saved Views",
|
|
258
|
+
// key: 'app-builder-solid-menus-saved-solid-menus',
|
|
259
|
+
// path: "/admin/app-builder/solid-menus/saved-solid-menus",
|
|
260
|
+
// children: [
|
|
261
|
+
// {
|
|
262
|
+
// title: "Custome View 1 ",
|
|
263
|
+
// path: "/admin/app-builder/solid-menus/saved-solid-menus/1",
|
|
264
|
+
// },
|
|
265
|
+
// {
|
|
266
|
+
// title: "Custome View 2 ",
|
|
267
|
+
// path: "/admin/app-builder/solid-menus/saved-solid-menus/1",
|
|
268
|
+
// },
|
|
269
|
+
// ],
|
|
270
|
+
// },
|
|
271
|
+
// ],
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
title: "Views",
|
|
275
|
+
path: "/admin/app-builder/solid-view/all",
|
|
276
|
+
key: 'app-builder-views',
|
|
277
|
+
// children: [
|
|
278
|
+
// {
|
|
279
|
+
// title: "All",
|
|
280
|
+
// path: "/admin/app-builder/views/all",
|
|
281
|
+
// key: 'app-builder-views-all',
|
|
282
|
+
// children: [
|
|
283
|
+
// {
|
|
284
|
+
// title: "Grid View ",
|
|
285
|
+
// path: "/admin/app-builder/views/all",
|
|
286
|
+
// },
|
|
287
|
+
// {
|
|
288
|
+
// title: "Form View ",
|
|
289
|
+
// path: "/admin/app-builder/views/edit",
|
|
290
|
+
// },
|
|
291
|
+
// ],
|
|
292
|
+
// },
|
|
293
|
+
// {
|
|
294
|
+
// title: "Saved Views",
|
|
295
|
+
// key: 'app-builder-views-saved-views',
|
|
296
|
+
// path: "/admin/app-builder/views/saved-views",
|
|
297
|
+
// children: [
|
|
298
|
+
// {
|
|
299
|
+
// title: "Custome View 1 ",
|
|
300
|
+
// path: "/admin/app-builder/views/saved-views/1",
|
|
301
|
+
// },
|
|
302
|
+
// {
|
|
303
|
+
// title: "Custome View 2 ",
|
|
304
|
+
// path: "/admin/app-builder/views/saved-views/1",
|
|
305
|
+
// },
|
|
306
|
+
// ],
|
|
307
|
+
// },
|
|
308
|
+
// ],
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
title: "Actions",
|
|
312
|
+
path: "/admin/app-builder/solid-action/all",
|
|
313
|
+
key: 'app-builder-actions',
|
|
314
|
+
// children: [
|
|
315
|
+
// {
|
|
316
|
+
// title: "All",
|
|
317
|
+
// path: "/admin/app-builder/actions/all",
|
|
318
|
+
// key: 'app-builder-actions-all',
|
|
319
|
+
// children: [
|
|
320
|
+
// {
|
|
321
|
+
// title: "Grid View ",
|
|
322
|
+
// path: "/admin/app-builder/actions/all",
|
|
323
|
+
// },
|
|
324
|
+
// {
|
|
325
|
+
// title: "Form View ",
|
|
326
|
+
// path: "/admin/app-builder/actions/edit",
|
|
327
|
+
// },
|
|
328
|
+
// ],
|
|
329
|
+
// },
|
|
330
|
+
// {
|
|
331
|
+
// title: "Saved Views",
|
|
332
|
+
// key: 'app-builder-actions-saved-actions',
|
|
333
|
+
// path: "/admin/app-builder/actions/saved-actions",
|
|
334
|
+
// children: [
|
|
335
|
+
// {
|
|
336
|
+
// title: "Custome View 1 ",
|
|
337
|
+
// path: "/admin/app-builder/actions/saved-actions/1",
|
|
338
|
+
// },
|
|
339
|
+
// {
|
|
340
|
+
// title: "Custome View 2 ",
|
|
341
|
+
// path: "/admin/app-builder/actions/saved-actions/1",
|
|
342
|
+
// },
|
|
343
|
+
// ],
|
|
344
|
+
// },
|
|
345
|
+
// ],
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
title: "Media Storage Provider",
|
|
349
|
+
path: "/admin/app-builder/media-storage-provider/all",
|
|
350
|
+
key: 'app-builder-media-storage-providers',
|
|
351
|
+
// children: [
|
|
352
|
+
// {
|
|
353
|
+
// title: "All",
|
|
354
|
+
// path: "/admin/app-builder/media-storage-providers/all",
|
|
355
|
+
// key: 'app-builder-media-storage-providers-all',
|
|
356
|
+
// children: [
|
|
357
|
+
// {
|
|
358
|
+
// title: "Grid View ",
|
|
359
|
+
// path: "/admin/app-builder/media-storage-providers/all",
|
|
360
|
+
// },
|
|
361
|
+
// {
|
|
362
|
+
// title: "Form View ",
|
|
363
|
+
// path: "/admin/app-builder/media-storage-providers/edit",
|
|
364
|
+
// },
|
|
365
|
+
// ],
|
|
366
|
+
// },
|
|
367
|
+
// {
|
|
368
|
+
// title: "Saved Views",
|
|
369
|
+
// key: 'app-builder-media-storage-providers-saved-media-storage-providers',
|
|
370
|
+
// path: "/admin/app-builder/media-storage-providers/saved-media-storage-providers",
|
|
371
|
+
// children: [
|
|
372
|
+
// {
|
|
373
|
+
// title: "Custome View 1 ",
|
|
374
|
+
// path: "/admin/app-builder/media-storage-providers/saved-media-storage-providers/1",
|
|
375
|
+
// },
|
|
376
|
+
// {
|
|
377
|
+
// title: "Custome View 2 ",
|
|
378
|
+
// path: "/admin/app-builder/media-storage-providers/saved-media-storage-providers/1",
|
|
379
|
+
// },
|
|
380
|
+
// ],
|
|
381
|
+
// },
|
|
382
|
+
// ],
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
title: "Media",
|
|
386
|
+
path: "/admin/app-builder/media/all",
|
|
387
|
+
key: 'app-builder-medias',
|
|
388
|
+
// children: [
|
|
389
|
+
// {
|
|
390
|
+
// title: "All",
|
|
391
|
+
// path: "/admin/app-builder/medias/all",
|
|
392
|
+
// key: 'app-builder-medias-all',
|
|
393
|
+
// children: [
|
|
394
|
+
// {
|
|
395
|
+
// title: "Grid View ",
|
|
396
|
+
// path: "/admin/app-builder/medias/all",
|
|
397
|
+
// },
|
|
398
|
+
// {
|
|
399
|
+
// title: "Form View ",
|
|
400
|
+
// path: "/admin/app-builder/medias/edit",
|
|
401
|
+
// },
|
|
402
|
+
// ],
|
|
403
|
+
// },
|
|
404
|
+
// {
|
|
405
|
+
// title: "Saved Views",
|
|
406
|
+
// key: 'app-builder-medias-saved-medias',
|
|
407
|
+
// path: "/admin/app-builder/medias/saved-medias",
|
|
408
|
+
// children: [
|
|
409
|
+
// {
|
|
410
|
+
// title: "Custome View 1 ",
|
|
411
|
+
// path: "/admin/app-builder/medias/saved-medias/1",
|
|
412
|
+
// },
|
|
413
|
+
// {
|
|
414
|
+
// title: "Custome View 2 ",
|
|
415
|
+
// path: "/admin/app-builder/medias/saved-medias/1",
|
|
416
|
+
// },
|
|
417
|
+
// ],
|
|
418
|
+
// },
|
|
419
|
+
// ],
|
|
420
|
+
},
|
|
421
|
+
],
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
title: "Radix",
|
|
425
|
+
path: "/admin/radix",
|
|
426
|
+
key: 'radix',
|
|
427
|
+
icon: '/images/menu/radix-logo.svg',
|
|
428
|
+
children: [
|
|
429
|
+
{
|
|
430
|
+
title: "Menu",
|
|
431
|
+
key: 'radix-menu',
|
|
432
|
+
path: "/admin/radix/menu/all",
|
|
433
|
+
// children: [
|
|
434
|
+
// {
|
|
435
|
+
// title: "All",
|
|
436
|
+
// path: "/admin/radix/menu/all",
|
|
437
|
+
// key: 'radix-menu-all',
|
|
438
|
+
// },
|
|
439
|
+
// {
|
|
440
|
+
// title: "Saved Views",
|
|
441
|
+
// key: 'radix-saved-views',
|
|
442
|
+
// children: [
|
|
443
|
+
// {
|
|
444
|
+
// title: "Saved View 1 ",
|
|
445
|
+
// path: `/admin/radix/menu/saved-views/${1}`,
|
|
446
|
+
// key: 'radix-menu-saved-view-1'
|
|
447
|
+
// },
|
|
448
|
+
// {
|
|
449
|
+
// title: "Saved View 1 ",
|
|
450
|
+
// path: `/admin/radix/menu/saved-views/${2}`,
|
|
451
|
+
// key: 'radix-menu-saved-view-2'
|
|
452
|
+
// },
|
|
453
|
+
// ],
|
|
454
|
+
// },
|
|
455
|
+
// ],
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
title: "Menu Item",
|
|
459
|
+
path: "/admin/radix/menu-item/all",
|
|
460
|
+
key: 'radix-menu-item',
|
|
461
|
+
// children: [
|
|
462
|
+
// {
|
|
463
|
+
// title: "All",
|
|
464
|
+
// path: "/admin/radix/menu-item/all",
|
|
465
|
+
// key: 'radix-menu-item-all',
|
|
466
|
+
// },
|
|
467
|
+
// {
|
|
468
|
+
// title: "Saved Views",
|
|
469
|
+
// key: 'radix-menu-item-radix-saved-views',
|
|
470
|
+
// children: [
|
|
471
|
+
// {
|
|
472
|
+
// title: "Saved View 1 ",
|
|
473
|
+
// path: `/admin/radix/menu-item/saved-views/${1}`,
|
|
474
|
+
// key: 'radix-menu-item-saved-view-1'
|
|
475
|
+
// },
|
|
476
|
+
// {
|
|
477
|
+
// title: "Saved View 1 ",
|
|
478
|
+
// path: `/admin/radix/menu-item/saved-views/${2}`,
|
|
479
|
+
// key: 'radix-menu-item-saved-view-2'
|
|
480
|
+
// },
|
|
481
|
+
// ],
|
|
482
|
+
// },
|
|
483
|
+
// ],
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
title: "CMS Banner Image",
|
|
487
|
+
path: "/admin/radix/cms-banner-image/all",
|
|
488
|
+
key: 'radix-cms-banner-image',
|
|
489
|
+
// children: [
|
|
490
|
+
// {
|
|
491
|
+
// title: "All",
|
|
492
|
+
// path: "/admin/radix/cms-banner-image/all",
|
|
493
|
+
// key: 'radix-cms-banner-image-all',
|
|
494
|
+
// },
|
|
495
|
+
// {
|
|
496
|
+
// title: "Saved Views",
|
|
497
|
+
// key: 'radix-cms-banner-image-saved-views',
|
|
498
|
+
// children: [
|
|
499
|
+
// {
|
|
500
|
+
// title: "Saved View 1 ",
|
|
501
|
+
// path: `/admin/radix/cms-banner-image/saved-views/${1}`,
|
|
502
|
+
// key: 'radix-cms-banner-image-saved-view-1'
|
|
503
|
+
// },
|
|
504
|
+
// {
|
|
505
|
+
// title: "Saved View 1 ",
|
|
506
|
+
// path: `/admin/radix/cms-banner-image/saved-views/${2}`,
|
|
507
|
+
// key: 'radix-cms-banner-image-saved-view-2'
|
|
508
|
+
// },
|
|
509
|
+
// ],
|
|
510
|
+
// },
|
|
511
|
+
// ],
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
title: "Article",
|
|
515
|
+
path: "/admin/radix/article/all",
|
|
516
|
+
key: 'radix-article',
|
|
517
|
+
// children: [
|
|
518
|
+
// {
|
|
519
|
+
// title: "All",
|
|
520
|
+
// path: "/admin/radix/article/all",
|
|
521
|
+
// key: 'radix-article-all',
|
|
522
|
+
// },
|
|
523
|
+
// {
|
|
524
|
+
// title: "Saved Views",
|
|
525
|
+
// key: 'radix-article-saved-views',
|
|
526
|
+
// children: [
|
|
527
|
+
// {
|
|
528
|
+
// title: "Saved View 1 ",
|
|
529
|
+
// path: `/admin/radix/article/saved-views/${1}`,
|
|
530
|
+
// key: 'radix-article-saved-view-1'
|
|
531
|
+
// },
|
|
532
|
+
// {
|
|
533
|
+
// title: "Saved View 1 ",
|
|
534
|
+
// path: `/admin/radix/article/saved-views/${2}`,
|
|
535
|
+
// key: 'radix-article-saved-view-2'
|
|
536
|
+
// },
|
|
537
|
+
// ],
|
|
538
|
+
// },
|
|
539
|
+
// ],
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
title: "Category",
|
|
543
|
+
path: "/admin/radix/category/all",
|
|
544
|
+
key: 'radix-category',
|
|
545
|
+
// children: [
|
|
546
|
+
// {
|
|
547
|
+
// title: "All",
|
|
548
|
+
// path: "/admin/radix/category/all",
|
|
549
|
+
// key: 'radix-category-all',
|
|
550
|
+
// },
|
|
551
|
+
// {
|
|
552
|
+
// title: "Saved Views",
|
|
553
|
+
// key: 'radix-category-saved-views',
|
|
554
|
+
// children: [
|
|
555
|
+
// {
|
|
556
|
+
// title: "Saved View 1 ",
|
|
557
|
+
// path: `/admin/radix/category/saved-views/${1}`,
|
|
558
|
+
// key: 'radix-category-saved-view-1'
|
|
559
|
+
// },
|
|
560
|
+
// {
|
|
561
|
+
// title: "Saved View 1 ",
|
|
562
|
+
// path: `/admin/radix/category/saved-views/${2}`,
|
|
563
|
+
// key: 'radix-category-saved-view-2'
|
|
564
|
+
// },
|
|
565
|
+
// ],
|
|
566
|
+
// },
|
|
567
|
+
// ],
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
title: "Tag Group",
|
|
571
|
+
path: "/admin/radix/tag-group/all",
|
|
572
|
+
key: 'radix-tag-group',
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
title: "Tag",
|
|
576
|
+
path: "/admin/radix/tag/all",
|
|
577
|
+
key: 'radix-tag',
|
|
578
|
+
// children: [
|
|
579
|
+
// {
|
|
580
|
+
// title: "All",
|
|
581
|
+
// path: "/admin/radix/tag/all",
|
|
582
|
+
// key: 'radix-tag-all',
|
|
583
|
+
// },
|
|
584
|
+
// {
|
|
585
|
+
// title: "Saved Views",
|
|
586
|
+
// key: 'radix-tag-saved-views',
|
|
587
|
+
// children: [
|
|
588
|
+
// {
|
|
589
|
+
// title: "Saved View 1 ",
|
|
590
|
+
// path: `/admin/radix/tag/saved-views/${1}`,
|
|
591
|
+
// key: 'radix-tag-saved-view-1'
|
|
592
|
+
// },
|
|
593
|
+
// {
|
|
594
|
+
// title: "Saved View 1 ",
|
|
595
|
+
// path: `/admin/radix/tag/saved-views/${2}`,
|
|
596
|
+
// key: 'radix-tag-saved-view-2'
|
|
597
|
+
// },
|
|
598
|
+
// ],
|
|
599
|
+
// },
|
|
600
|
+
// ],
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
title: "Automation",
|
|
604
|
+
path: "/admin/radix/automation/all",
|
|
605
|
+
key: 'radix-automation',
|
|
606
|
+
// children: [
|
|
607
|
+
// {
|
|
608
|
+
// title: "All",
|
|
609
|
+
// path: "/admin/radix/automation/all",
|
|
610
|
+
// key: 'radix-automation-all',
|
|
611
|
+
// },
|
|
612
|
+
// {
|
|
613
|
+
// title: "Saved Views",
|
|
614
|
+
// key: 'radix-automation-saved-views',
|
|
615
|
+
// children: [
|
|
616
|
+
// {
|
|
617
|
+
// title: "Saved View 1 ",
|
|
618
|
+
// path: `/admin/radix/automation/saved-views/${1}`,
|
|
619
|
+
// key: 'radix-automation-saved-view-1'
|
|
620
|
+
// },
|
|
621
|
+
// {
|
|
622
|
+
// title: "Saved View 1 ",
|
|
623
|
+
// path: `/admin/radix/automation/saved-views/${2}`,
|
|
624
|
+
// key: 'radix-automation-saved-view-2'
|
|
625
|
+
// },
|
|
626
|
+
// ],
|
|
627
|
+
// },
|
|
628
|
+
// ],
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
title: "Radix Model Metadata",
|
|
632
|
+
path: "/admin/radix/radix-model-metadata/all",
|
|
633
|
+
key: 'radix-model-metadata',
|
|
634
|
+
// children: [
|
|
635
|
+
// {
|
|
636
|
+
// title: "All",
|
|
637
|
+
// path: "/admin/radix/radix-model-metadata/all",
|
|
638
|
+
// key: 'radix-radix-model-metadata-all',
|
|
639
|
+
// },
|
|
640
|
+
// {
|
|
641
|
+
// title: "Saved Views",
|
|
642
|
+
// key: 'radix-radix-model-metadata-saved-views',
|
|
643
|
+
// children: [
|
|
644
|
+
// {
|
|
645
|
+
// title: "Saved View 1 ",
|
|
646
|
+
// path: `/admin/radix/radix-model-metadata/saved-views/${1}`,
|
|
647
|
+
// key: 'radix-radix-model-metadata-saved-view-1'
|
|
648
|
+
// },
|
|
649
|
+
// {
|
|
650
|
+
// title: "Saved View 1 ",
|
|
651
|
+
// path: `/admin/radix/radix-model-metadata/saved-views/${2}`,
|
|
652
|
+
// key: 'radix-radix-model-metadata-saved-view-2'
|
|
653
|
+
// },
|
|
654
|
+
// ],
|
|
655
|
+
// },
|
|
656
|
+
// ],
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
title: "Radix Model",
|
|
660
|
+
path: "/admin/radix/radix-model/all",
|
|
661
|
+
key: 'radix-model',
|
|
662
|
+
}
|
|
663
|
+
]
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
};
|
|
667
|
+
|
|
668
|
+
export default menu;
|
|
669
|
+
|
|
670
|
+
// moduleId=1&menuId
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { pascalCase } from "change-case";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
export const createPermission = (modelName: string) => {
|
|
5
|
+
return `${pascalCase(modelName)}Controller.create`
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const updatePermission = (modelName: string) => {
|
|
9
|
+
return `${pascalCase(modelName)}Controller.update`
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export const deletePermission = (modelName: string) => {
|
|
13
|
+
return `${pascalCase(modelName)}Controller.delete`
|
|
14
|
+
};
|
|
15
|
+
|