@solidstarters/solid-core-ui 0.1.26 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CustomFooter/CustomFooter.d.ts.map +1 -1
- package/dist/components/CustomFooter/CustomFooter.js +162 -0
- package/dist/components/CustomFooter/CustomFooter.js.map +1 -0
- package/dist/components/CustomFooter/FooterForm.d.ts.map +1 -1
- package/dist/components/CustomFooter/FooterForm.js +8 -0
- package/dist/components/CustomFooter/FooterForm.js.map +1 -0
- package/dist/components/CustomHeader/CallIcon.d.ts.map +1 -1
- package/dist/components/CustomHeader/CallIcon.js +6 -0
- package/dist/components/CustomHeader/CallIcon.js.map +1 -0
- package/dist/components/CustomHeader/CustomDropdown.js +38 -0
- package/dist/components/CustomHeader/CustomDropdown.js.map +1 -0
- package/dist/components/CustomHeader/CustomHeader.js +18 -0
- package/dist/components/CustomHeader/CustomHeader.js.map +1 -0
- package/dist/components/CustomHeader/EmailIcon.d.ts.map +1 -1
- package/dist/components/CustomHeader/EmailIcon.js +6 -0
- package/dist/components/CustomHeader/EmailIcon.js.map +1 -0
- package/dist/components/CustomHeader/HeaderCart.d.ts.map +1 -1
- package/dist/components/CustomHeader/HeaderCart.js +7 -0
- package/dist/components/CustomHeader/HeaderCart.js.map +1 -0
- package/dist/components/CustomHeader/productNavData.d.ts.map +1 -1
- package/dist/components/CustomHeader/productNavData.js +178 -0
- package/dist/components/CustomHeader/productNavData.js.map +1 -0
- package/dist/components/FormView/DetailsViews.js +23 -0
- package/dist/components/FormView/DetailsViews.js.map +1 -0
- package/dist/components/FormView/OrderAddressDetails.d.ts.map +1 -1
- package/dist/components/FormView/OrderAddressDetails.js +31 -0
- package/dist/components/FormView/OrderAddressDetails.js.map +1 -0
- package/dist/components/FormView/OrderPaymentDetails.d.ts.map +1 -1
- package/dist/components/FormView/OrderPaymentDetails.js +6 -0
- package/dist/components/FormView/OrderPaymentDetails.js.map +1 -0
- package/dist/components/FormView/OrderTableDetails.d.ts.map +1 -1
- package/dist/components/FormView/OrderTableDetails.js +22 -0
- package/dist/components/FormView/OrderTableDetails.js.map +1 -0
- package/dist/components/FormView/OrderedProductDetail.d.ts.map +1 -1
- package/dist/components/FormView/OrderedProductDetail.js +6 -0
- package/dist/components/FormView/OrderedProductDetail.js.map +1 -0
- package/dist/components/Tag/CustomTag.d.ts.map +1 -1
- package/dist/components/Tag/CustomTag.js +34 -0
- package/dist/components/Tag/CustomTag.js.map +1 -0
- package/dist/components/auth/Login.js +117 -0
- package/dist/components/auth/Login.js.map +1 -0
- package/dist/components/auth/Register.js +173 -0
- package/dist/components/auth/Register.js.map +1 -0
- package/dist/components/common/AuthBanner.d.ts.map +1 -1
- package/dist/components/common/AuthBanner.js +15 -0
- package/dist/components/common/AuthBanner.js.map +1 -0
- package/dist/components/common/AutoCompleteField.d.ts.map +1 -1
- package/dist/components/common/AutoCompleteField.js +96 -0
- package/dist/components/common/AutoCompleteField.js.map +1 -0
- package/dist/components/common/CancelButton.js +30 -0
- package/dist/components/common/CancelButton.js.map +1 -0
- package/dist/components/common/CodeEditor.d.ts.map +1 -1
- package/dist/components/common/CodeEditor.js +13 -0
- package/dist/components/common/CodeEditor.js.map +1 -0
- package/dist/components/common/CreateButton.d.ts.map +1 -1
- package/dist/components/common/CreateButton.js +12 -0
- package/dist/components/common/CreateButton.js.map +1 -0
- package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -1
- package/dist/components/common/DropzonePlaceholder.js +6 -0
- package/dist/components/common/DropzonePlaceholder.js.map +1 -0
- package/dist/components/common/DropzoneUpload.d.ts.map +1 -1
- package/dist/components/common/DropzoneUpload.js +7 -0
- package/dist/components/common/DropzoneUpload.js.map +1 -0
- package/dist/components/common/FilterComponent.d.ts.map +1 -1
- package/dist/components/common/FilterComponent.js +214 -0
- package/dist/components/common/FilterComponent.js.map +1 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -1
- package/dist/components/common/HeaderDynamicTitles.js +9 -0
- package/dist/components/common/HeaderDynamicTitles.js.map +1 -0
- package/dist/components/common/MarkdownViewer.d.ts.map +1 -1
- package/dist/components/common/MarkdownViewer.js +11 -0
- package/dist/components/common/MarkdownViewer.js.map +1 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -1
- package/dist/components/common/MultipleSelectAutoCompleteField.js +86 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -1
- package/dist/components/common/SingleSelectAutoCompleteField.js +86 -0
- package/dist/components/common/SingleSelectAutoCompleteField.js.map +1 -0
- package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
- package/dist/components/common/SocialMediaLogin.js +7 -0
- package/dist/components/common/SocialMediaLogin.js.map +1 -0
- package/dist/components/core/common/FilterComponent.d.ts +6 -0
- package/dist/components/core/common/FilterComponent.d.ts.map +1 -0
- package/dist/components/core/common/FilterComponent.js +214 -0
- package/dist/components/core/common/FilterComponent.js.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts +2 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js +73 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js.map +1 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidConfigureLayoutElement.js +11 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.js.map +1 -0
- package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -1
- package/dist/components/core/common/SolidCreateButton.js +13 -0
- package/dist/components/core/common/SolidCreateButton.js.map +1 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js +32 -0
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -0
- package/dist/components/core/common/SolidSearchBox.d.ts +1 -1
- package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -1
- package/dist/components/core/common/SolidSearchBox.js +16 -0
- package/dist/components/core/common/SolidSearchBox.js.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts +2 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +59 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts +2 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +58 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -0
- package/dist/components/core/field/FieldListViewData.js +192 -0
- package/dist/components/core/field/FieldListViewData.js.map +1 -0
- package/dist/components/core/filter/SolidFilterFields.d.ts +10 -0
- package/dist/components/core/filter/SolidFilterFields.d.ts.map +1 -0
- package/dist/components/core/filter/SolidFilterFields.js +112 -0
- package/dist/components/core/filter/SolidFilterFields.js.map +1 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.js +86 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +74 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +21 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.js +81 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -0
- package/dist/components/core/filter/columns/SolidBigintField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidBigintField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidBigintField.js +8 -0
- package/dist/components/core/filter/columns/SolidBigintField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidBooleanField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidBooleanField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidBooleanField.js +27 -0
- package/dist/components/core/filter/columns/SolidBooleanField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidComputedField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidComputedField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidComputedField.js +22 -0
- package/dist/components/core/filter/columns/SolidComputedField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidDateField.d.ts +9 -0
- package/dist/components/core/filter/columns/SolidDateField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidDateField.js +35 -0
- package/dist/components/core/filter/columns/SolidDateField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.js +24 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidDecimalField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidDecimalField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidDecimalField.js +8 -0
- package/dist/components/core/filter/columns/SolidDecimalField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.js +25 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidFloatField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidFloatField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidFloatField.js +8 -0
- package/dist/components/core/filter/columns/SolidFloatField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidIdField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidIdField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidIdField.js +25 -0
- package/dist/components/core/filter/columns/SolidIdField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidIntField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidIntField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidIntField.js +34 -0
- package/dist/components/core/filter/columns/SolidIntField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidLongTextField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidLongTextField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidLongTextField.js +8 -0
- package/dist/components/core/filter/columns/SolidLongTextField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.js +35 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.js +35 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidRelationField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidRelationField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidRelationField.js +12 -0
- package/dist/components/core/filter/columns/SolidRelationField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidRichTextField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidRichTextField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidRichTextField.js +8 -0
- package/dist/components/core/filter/columns/SolidRichTextField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.js +25 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.js +26 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidShortTextField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidShortTextField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidShortTextField.js +33 -0
- package/dist/components/core/filter/columns/SolidShortTextField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidTimeField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidTimeField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidTimeField.js +24 -0
- package/dist/components/core/filter/columns/SolidTimeField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidUuidField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidUuidField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidUuidField.js +25 -0
- package/dist/components/core/filter/columns/SolidUuidField.js.map +1 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.d.ts +4 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.js +54 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.js.map +1 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +602 -0
- package/dist/components/core/form/SolidFormView.js.map +1 -0
- package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -1
- package/dist/components/core/form/fields/ISolidField.js +3 -0
- package/dist/components/core/form/fields/ISolidField.js.map +1 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.js +70 -0
- package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateField.js +56 -0
- package/dist/components/core/form/fields/SolidDateField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.js +54 -0
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.js +54 -0
- package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.js +54 -0
- package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidJsonField.js +51 -0
- package/dist/components/core/form/fields/SolidJsonField.js.map +1 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.js +64 -0
- package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaMultipleField.js +163 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaSingleField.js +151 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidRelationField.js +42 -0
- package/dist/components/core/form/fields/SolidRelationField.js.map +1 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.js +66 -0
- package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +133 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +91 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js +65 -0
- package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.js +54 -0
- package/dist/components/core/form/fields/SolidTimeField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +341 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +147 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +143 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.js +67 -0
- package/dist/components/core/kanban/KanbanBoard.js.map +1 -0
- package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanCard.js +92 -0
- package/dist/components/core/kanban/KanbanCard.js.map +1 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanColumn.js +28 -0
- package/dist/components/core/kanban/KanbanColumn.js.map +1 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +519 -0
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
- package/dist/components/core/list/ListViewRowActionPopup.d.ts +2 -0
- package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -0
- package/dist/components/core/list/ListViewRowActionPopup.js +19 -0
- package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +450 -0
- package/dist/components/core/list/SolidListView.js.map +1 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewColumn.js +145 -0
- package/dist/components/core/list/SolidListViewColumn.js.map +1 -0
- package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -1
- package/dist/components/core/list/SolidListingHeader.js +13 -0
- package/dist/components/core/list/SolidListingHeader.js.map +1 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidManyToOneFilterElement.js +86 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +74 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidSelectionStaticFilterElement.js +21 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidVarInputsFilterElement.js +82 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.js.map +1 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidBigintColumn.js +8 -0
- package/dist/components/core/list/columns/SolidBigintColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.js +30 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidComputedColumn.js +22 -0
- package/dist/components/core/list/columns/SolidComputedColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts +1 -1
- package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDateColumn.js +33 -0
- package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDatetimeColumn.js +22 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDecimalColumn.js +8 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidExternalIdColumn.js +23 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidFloatColumn.js +8 -0
- package/dist/components/core/list/columns/SolidFloatColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIdColumn.js +23 -0
- package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIntColumn.js +32 -0
- package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidLongTextColumn.js +8 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +15 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js +15 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidRelationColumn.js +12 -0
- package/dist/components/core/list/columns/SolidRelationColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidRichTextColumn.js +8 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +23 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +23 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.js +31 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidTimeColumn.js +22 -0
- package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidUuidColumn.js +23 -0
- package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +37 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -0
- package/dist/components/core/model/CreateModel.js +290 -0
- package/dist/components/core/model/CreateModel.js.map +1 -0
- package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaData.js +81 -0
- package/dist/components/core/model/FieldMetaData.js.map +1 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.js +1024 -0
- package/dist/components/core/model/FieldMetaDataForm.js.map +1 -0
- package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
- package/dist/components/core/model/FieldSelector.js +38 -0
- package/dist/components/core/model/FieldSelector.js.map +1 -0
- package/dist/components/core/model/ModelListViewData.d.ts.map +1 -1
- package/dist/components/core/model/ModelListViewData.js +211 -0
- package/dist/components/core/model/ModelListViewData.js.map +1 -0
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
- package/dist/components/core/model/ModelMetaData.js +338 -0
- package/dist/components/core/model/ModelMetaData.js.map +1 -0
- package/dist/components/core/module/CreateModule.d.ts.map +1 -1
- package/dist/components/core/module/CreateModule.js +319 -0
- package/dist/components/core/module/CreateModule.js.map +1 -0
- package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
- package/dist/components/core/module/ModuleListViewData.js +263 -0
- package/dist/components/core/module/ModuleListViewData.js.map +1 -0
- package/dist/components/core/users/CreateUser.d.ts.map +1 -1
- package/dist/components/core/users/CreateUser.js +231 -0
- package/dist/components/core/users/CreateUser.js.map +1 -0
- package/dist/components/core/users/CreateUserRole.d.ts.map +1 -1
- package/dist/components/core/users/CreateUserRole.js +168 -0
- package/dist/components/core/users/CreateUserRole.js.map +1 -0
- package/dist/components/core/users/UserListView.d.ts.map +1 -1
- package/dist/components/core/users/UserListView.js +223 -0
- package/dist/components/core/users/UserListView.js.map +1 -0
- package/dist/components/layout/AdminSidebar.js +42 -0
- package/dist/components/layout/AdminSidebar.js.map +1 -0
- package/dist/components/layout/ButtonLoader.d.ts.map +1 -1
- package/dist/components/layout/ButtonLoader.js +7 -0
- package/dist/components/layout/ButtonLoader.js.map +1 -0
- package/dist/components/layout/CustomPagination.js +28 -0
- package/dist/components/layout/CustomPagination.js.map +1 -0
- package/dist/components/layout/DashboardHeader.d.ts.map +1 -1
- package/dist/components/layout/DashboardHeader.js +27 -0
- package/dist/components/layout/DashboardHeader.js.map +1 -0
- package/dist/components/layout/FilterMenu.d.ts.map +1 -1
- package/dist/components/layout/FilterMenu.js +50 -0
- package/dist/components/layout/FilterMenu.js.map +1 -0
- package/dist/components/layout/Footer.d.ts.map +1 -1
- package/dist/components/layout/Footer.js +7 -0
- package/dist/components/layout/Footer.js.map +1 -0
- package/dist/components/layout/GlobalSearch.d.ts.map +1 -1
- package/dist/components/layout/GlobalSearch.js +26 -0
- package/dist/components/layout/GlobalSearch.js.map +1 -0
- package/dist/components/layout/Header.js +8 -0
- package/dist/components/layout/Header.js.map +1 -0
- package/dist/components/layout/ListingHeader.d.ts.map +1 -1
- package/dist/components/layout/ListingHeader.js +90 -0
- package/dist/components/layout/ListingHeader.js.map +1 -0
- package/dist/components/layout/Loader.d.ts.map +1 -1
- package/dist/components/layout/Loader.js +7 -0
- package/dist/components/layout/Loader.js.map +1 -0
- package/dist/components/layout/UserSidebar.js +32 -0
- package/dist/components/layout/UserSidebar.js.map +1 -0
- package/dist/components/layout/navbar-one.d.ts.map +1 -1
- package/dist/components/layout/navbar-one.js +87 -0
- package/dist/components/layout/navbar-one.js.map +1 -0
- package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
- package/dist/components/layout/navbar-two-menu.js +41 -0
- package/dist/components/layout/navbar-two-menu.js.map +1 -0
- package/dist/components/layout/navbar-two.d.ts.map +1 -1
- package/dist/components/layout/navbar-two.js +35 -0
- package/dist/components/layout/navbar-two.js.map +1 -0
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +21 -0
- package/dist/components/layout/user-profile-menu.js.map +1 -0
- package/dist/components/layout/user-profile.d.ts.map +1 -1
- package/dist/components/layout/user-profile.js +8 -0
- package/dist/components/layout/user-profile.js.map +1 -0
- package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -1
- package/dist/components/modelsComponents/filterIcon.js +6 -0
- package/dist/components/modelsComponents/filterIcon.js.map +1 -0
- package/dist/components/tables/DemoData.d.ts.map +1 -1
- package/dist/components/tables/DemoData.js +317 -0
- package/dist/components/tables/DemoData.js.map +1 -0
- package/dist/components/tables/DynamicTable.js +24 -0
- package/dist/components/tables/DynamicTable.js.map +1 -0
- package/dist/components/tables/ListViewTable.js +119 -0
- package/dist/components/tables/ListViewTable.js.map +1 -0
- package/dist/helpers/ToastContainer.d.ts.map +1 -1
- package/dist/helpers/ToastContainer.js +49 -0
- package/dist/helpers/ToastContainer.js.map +1 -0
- package/dist/helpers/authHeader.d.ts.map +1 -1
- package/dist/helpers/authHeader.js +18 -0
- package/dist/helpers/authHeader.js.map +1 -0
- package/dist/helpers/countries.d.ts.map +1 -1
- package/dist/helpers/countries.js +262 -0
- package/dist/helpers/countries.js.map +1 -0
- package/dist/helpers/helpers.d.ts.map +1 -1
- package/dist/helpers/helpers.js +26 -0
- package/dist/helpers/helpers.js.map +1 -0
- package/dist/helpers/menu.js +668 -0
- package/dist/helpers/menu.js.map +1 -0
- package/dist/helpers/permissions.d.ts.map +1 -1
- package/dist/helpers/permissions.js +12 -0
- package/dist/helpers/permissions.js.map +1 -0
- package/dist/helpers/revalidate.d.ts.map +1 -1
- package/dist/helpers/revalidate.js +48 -0
- package/dist/helpers/revalidate.js.map +1 -0
- package/dist/index.d.ts +152 -181
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +539 -45552
- package/dist/index.js.map +1 -1
- package/dist/redux/api/articleApi.js +57 -0
- package/dist/redux/api/articleApi.js.map +1 -0
- package/dist/redux/api/authApi.js +57 -0
- package/dist/redux/api/authApi.js.map +1 -0
- package/dist/redux/api/automationApi.js +57 -0
- package/dist/redux/api/automationApi.js.map +1 -0
- package/dist/redux/api/categoryApi.js +48 -0
- package/dist/redux/api/categoryApi.js.map +1 -0
- package/dist/redux/api/cityApi.js +54 -0
- package/dist/redux/api/cityApi.js.map +1 -0
- package/dist/redux/api/cmsBannerImageApi.js +57 -0
- package/dist/redux/api/cmsBannerImageApi.js.map +1 -0
- package/dist/redux/api/countryApi.js +57 -0
- package/dist/redux/api/countryApi.js.map +1 -0
- package/dist/redux/api/fetchBaseQuery.js +59 -0
- package/dist/redux/api/fetchBaseQuery.js.map +1 -0
- package/dist/redux/api/fieldApi.js +63 -0
- package/dist/redux/api/fieldApi.js.map +1 -0
- package/dist/redux/api/mediaApi.js +57 -0
- package/dist/redux/api/mediaApi.js.map +1 -0
- package/dist/redux/api/mediaStorageProviderApi.js +57 -0
- package/dist/redux/api/mediaStorageProviderApi.js.map +1 -0
- package/dist/redux/api/menuApi.js +57 -0
- package/dist/redux/api/menuApi.js.map +1 -0
- package/dist/redux/api/menuItemsApi.js +58 -0
- package/dist/redux/api/menuItemsApi.js.map +1 -0
- package/dist/redux/api/modelApi.js +71 -0
- package/dist/redux/api/modelApi.js.map +1 -0
- package/dist/redux/api/moduleApi.js +74 -0
- package/dist/redux/api/moduleApi.js.map +1 -0
- package/dist/redux/api/orderAttributeApi.js +39 -0
- package/dist/redux/api/orderAttributeApi.js.map +1 -0
- package/dist/redux/api/permissionApi.js +27 -0
- package/dist/redux/api/permissionApi.js.map +1 -0
- package/dist/redux/api/pincodeApi.js +54 -0
- package/dist/redux/api/pincodeApi.js.map +1 -0
- package/dist/redux/api/productData.js +78 -0
- package/dist/redux/api/productData.js.map +1 -0
- package/dist/redux/api/radixExtraModelAttributeApi.js +39 -0
- package/dist/redux/api/radixExtraModelAttributeApi.js.map +1 -0
- package/dist/redux/api/radixModelMetadataApi.js +64 -0
- package/dist/redux/api/radixModelMetadataApi.js.map +1 -0
- package/dist/redux/api/radixModelsApi.js +67 -0
- package/dist/redux/api/radixModelsApi.js.map +1 -0
- package/dist/redux/api/ratingApi.js +57 -0
- package/dist/redux/api/ratingApi.js.map +1 -0
- package/dist/redux/api/reviewApi.js +57 -0
- package/dist/redux/api/reviewApi.js.map +1 -0
- package/dist/redux/api/roleApi.js +49 -0
- package/dist/redux/api/roleApi.js.map +1 -0
- package/dist/redux/api/solidActionApi.js +58 -0
- package/dist/redux/api/solidActionApi.js.map +1 -0
- package/dist/redux/api/solidEntityApi.js +91 -0
- package/dist/redux/api/solidEntityApi.js.map +1 -0
- package/dist/redux/api/solidMenuApi.js +61 -0
- package/dist/redux/api/solidMenuApi.js.map +1 -0
- package/dist/redux/api/solidViewApi.js +63 -0
- package/dist/redux/api/solidViewApi.js.map +1 -0
- package/dist/redux/api/stateApi.js +54 -0
- package/dist/redux/api/stateApi.js.map +1 -0
- package/dist/redux/api/tagApi.js +57 -0
- package/dist/redux/api/tagApi.js.map +1 -0
- package/dist/redux/api/tagGroupApi.js +57 -0
- package/dist/redux/api/tagGroupApi.js.map +1 -0
- package/dist/redux/api/userApi.js +103 -0
- package/dist/redux/api/userApi.js.map +1 -0
- package/dist/redux/features/authSlice.js +19 -0
- package/dist/redux/features/authSlice.js.map +1 -0
- package/dist/redux/features/dataViewSlice.js +21 -0
- package/dist/redux/features/dataViewSlice.js.map +1 -0
- package/dist/redux/features/navbarSlice.js +22 -0
- package/dist/redux/features/navbarSlice.js.map +1 -0
- package/dist/redux/features/popupSlice.js +27 -0
- package/dist/redux/features/popupSlice.js.map +1 -0
- package/dist/redux/features/themeSlice.js +16 -0
- package/dist/redux/features/themeSlice.js.map +1 -0
- package/dist/redux/features/userSlice.js +21 -0
- package/dist/redux/features/userSlice.js.map +1 -0
- package/package.json +2 -10
- package/solidstarters-solid-core-ui-1.0.0.tgz +0 -0
- package/solidstarters-solid-core-ui-1.0.1.tgz +0 -0
- package/src/components/CustomFooter/CustomFooter.tsx +1 -0
- package/src/components/CustomFooter/FooterForm.tsx +1 -0
- package/src/components/CustomHeader/CallIcon.tsx +1 -0
- package/src/components/CustomHeader/EmailIcon.tsx +1 -0
- package/src/components/CustomHeader/HeaderCart.tsx +1 -0
- package/src/components/CustomHeader/productNavData.tsx +1 -0
- package/src/components/FormView/OrderAddressDetails.tsx +1 -0
- package/src/components/FormView/OrderPaymentDetails.tsx +1 -0
- package/src/components/FormView/OrderTableDetails.tsx +1 -0
- package/src/components/FormView/OrderedProductDetail.tsx +1 -0
- package/src/components/Tag/CustomTag.tsx +1 -0
- package/src/components/common/AuthBanner.tsx +1 -0
- package/src/components/common/AutoCompleteField.tsx +2 -0
- package/src/components/common/CodeEditor.tsx +2 -0
- package/src/components/common/CreateButton.tsx +2 -0
- package/src/components/common/DropzonePlaceholder.tsx +1 -0
- package/src/components/common/DropzoneUpload.tsx +2 -0
- package/src/components/common/FilterComponent.tsx +1 -0
- package/src/components/common/HeaderDynamicTitles.tsx +2 -0
- package/src/components/common/MarkdownViewer.tsx +2 -0
- package/src/components/common/MultipleSelectAutoCompleteField.tsx +1 -0
- package/src/components/common/SingleSelectAutoCompleteField.tsx +1 -0
- package/src/components/common/SocialMediaLogin.tsx +1 -0
- package/src/components/core/common/FilterComponent.tsx +431 -0
- package/src/components/core/common/LoadDynamicJsxComponent.tsx +45 -0
- package/src/components/core/common/SolidConfigureLayoutElement.tsx +14 -6
- package/src/components/core/common/SolidCreateButton.tsx +1 -0
- package/src/components/core/common/SolidGlobalSearchElement.tsx +33 -8
- package/src/components/core/common/SolidSearchBox.tsx +3 -2
- package/src/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +38 -0
- package/src/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +28 -0
- package/src/components/core/field/FieldListViewData.tsx +10 -10
- package/src/components/core/filter/SolidFilterFields.tsx +131 -0
- package/src/components/core/{kanban → filter}/SolidManyToOneFilterElement.tsx +2 -1
- package/src/components/core/{kanban → filter}/SolidSelectionDynamicFilterElement.tsx +2 -1
- package/src/components/core/{kanban → filter}/SolidSelectionStaticFilterElement.tsx +2 -1
- package/src/components/core/{kanban → filter}/SolidVarInputsFilterElement.tsx +51 -25
- package/src/components/core/filter/columns/SolidBigintField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidBooleanColumn.tsx → filter/columns/SolidBooleanField.tsx} +9 -9
- package/src/components/core/filter/columns/SolidComputedField.tsx +23 -0
- package/src/components/core/{kanban/columns/SolidDateColumn.tsx → filter/columns/SolidDateField.tsx} +15 -16
- package/src/components/core/filter/columns/SolidDatetimeField.tsx +45 -0
- package/src/components/core/filter/columns/SolidDecimalField.tsx +10 -0
- package/src/components/core/{kanban/columns/SolidExternalIdColumn.tsx → filter/columns/SolidExternalIdField.tsx} +14 -13
- package/src/components/core/filter/columns/SolidFloatField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidIdColumn.tsx → filter/columns/SolidIdField.tsx} +14 -14
- package/src/components/core/filter/columns/SolidIntField.tsx +56 -0
- package/src/components/core/filter/columns/SolidLongTextField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidMediaMultipleColumn.tsx → filter/columns/SolidMediaMultipleField.tsx} +15 -13
- package/src/components/core/{kanban/columns/SolidMediaSingleColumn.tsx → filter/columns/SolidMediaSingleField.tsx} +15 -14
- package/src/components/core/filter/columns/SolidRelationField.tsx +13 -0
- package/src/components/core/filter/columns/SolidRichTextField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidSelectionDynamicColumn.tsx → filter/columns/SolidSelectionDynamicField.tsx} +14 -13
- package/src/components/core/{kanban/columns/SolidSelectionStaticColumn.tsx → filter/columns/SolidSelectionStaticField.tsx} +14 -13
- package/src/components/core/{kanban/columns/SolidShortTextColumn.tsx → filter/columns/SolidShortTextField.tsx} +14 -13
- package/src/components/core/filter/columns/SolidTimeField.tsx +43 -0
- package/src/components/core/{kanban/columns/SolidUuidColumn.tsx → filter/columns/SolidUuidField.tsx} +14 -13
- package/src/components/core/{kanban/columns/relations/SolidRelationManyToOneColumn.tsx → filter/columns/relations/SolidRelationManyToOneField.tsx} +13 -13
- package/src/components/core/form/SolidFormView.tsx +23 -23
- package/src/components/core/form/fields/ISolidField.tsx +1 -0
- package/src/components/core/form/fields/SolidBooleanField.tsx +6 -3
- package/src/components/core/form/fields/SolidDateField.tsx +6 -4
- package/src/components/core/form/fields/SolidDateTimeField.tsx +6 -4
- package/src/components/core/form/fields/SolidDecimalField.tsx +6 -3
- package/src/components/core/form/fields/SolidIntegerField.tsx +6 -3
- package/src/components/core/form/fields/SolidJsonField.tsx +10 -3
- package/src/components/core/form/fields/SolidLongTextField.tsx +5 -3
- package/src/components/core/form/fields/SolidMediaMultipleField.tsx +9 -7
- package/src/components/core/form/fields/SolidMediaSingleField.tsx +9 -7
- package/src/components/core/form/fields/SolidRelationField.tsx +1 -0
- package/src/components/core/form/fields/SolidRichTextField.tsx +7 -4
- package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +7 -5
- package/src/components/core/form/fields/SolidSelectionStaticField.tsx +7 -4
- package/src/components/core/form/fields/SolidShortTextField.tsx +5 -3
- package/src/components/core/form/fields/SolidTimeField.tsx +6 -4
- package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +13 -9
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +7 -5
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +11 -4
- package/src/components/core/kanban/KanbanBoard.tsx +1 -0
- package/src/components/core/kanban/KanbanCard.tsx +1 -0
- package/src/components/core/kanban/KanbanColumn.tsx +1 -0
- package/src/components/core/kanban/SolidKanbanView.tsx +28 -23
- package/src/components/core/list/ListViewRowActionPopup.tsx +36 -0
- package/src/components/core/list/SolidListView.tsx +65 -12
- package/src/components/core/list/SolidListViewColumn.tsx +13 -12
- package/src/components/core/list/SolidListingHeader.tsx +3 -1
- package/src/components/core/list/SolidManyToOneFilterElement.tsx +3 -1
- package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +1 -0
- package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +3 -0
- package/src/components/core/list/SolidVarInputsFilterElement.tsx +1 -0
- package/src/components/core/list/columns/SolidBigintColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidBooleanColumn.tsx +7 -1
- package/src/components/core/list/columns/SolidComputedColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidDateColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidDatetimeColumn.tsx +4 -2
- package/src/components/core/list/columns/SolidDecimalColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidExternalIdColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidFloatColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidIdColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidIntColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidLongTextColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +2 -0
- package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +6 -1
- package/src/components/core/list/columns/SolidRelationColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidRichTextColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidTimeColumn.tsx +5 -2
- package/src/components/core/list/columns/SolidUuidColumn.tsx +5 -3
- package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +5 -3
- package/src/components/core/model/CreateModel.tsx +9 -9
- package/src/components/core/model/FieldMetaData.tsx +10 -7
- package/src/components/core/model/FieldMetaDataForm.tsx +1 -0
- package/src/components/core/model/FieldSelector.tsx +4 -1
- package/src/components/core/model/ModelListViewData.tsx +16 -11
- package/src/components/core/model/ModelMetaData.tsx +14 -9
- package/src/components/core/module/CreateModule.tsx +20 -19
- package/src/components/core/module/ModuleListViewData.tsx +19 -10
- package/src/components/core/users/CreateUser.tsx +1 -0
- package/src/components/core/users/CreateUserRole.tsx +15 -9
- package/src/components/core/users/UserListView.tsx +10 -9
- package/src/components/layout/ButtonLoader.tsx +1 -0
- package/src/components/layout/DashboardHeader.tsx +1 -0
- package/src/components/layout/FilterMenu.tsx +1 -0
- package/src/components/layout/Footer.tsx +1 -0
- package/src/components/layout/GlobalSearch.tsx +1 -0
- package/src/components/layout/ListingHeader.tsx +1 -0
- package/src/components/layout/Loader.tsx +1 -0
- package/src/components/layout/navbar-one.tsx +1 -0
- package/src/components/layout/navbar-two-menu.tsx +1 -0
- package/src/components/layout/navbar-two.tsx +1 -0
- package/src/components/layout/user-profile-menu.tsx +1 -0
- package/src/components/layout/user-profile.tsx +1 -0
- package/src/components/modelsComponents/filterIcon.tsx +1 -0
- package/src/components/tables/DemoData.tsx +1 -0
- package/src/helpers/ToastContainer.tsx +1 -0
- package/src/helpers/authHeader.ts +1 -0
- package/src/helpers/countries.tsx +1 -0
- package/src/helpers/helpers.ts +1 -0
- package/src/helpers/permissions.ts +1 -0
- package/src/helpers/revalidate.ts +1 -0
- package/src/index.ts +0 -50
- package/rollup.config.mjs +0 -45
- package/solidstarters-solid-core-ui-0.1.24.tgz +0 -0
- package/src/components/core/kanban/SolidKanbanFilter.tsx +0 -104
- package/src/components/core/kanban/SolidKanbanViewSearchColumn.tsx +0 -131
- package/src/components/core/kanban/columns/SolidBigintColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidComputedColumn.tsx +0 -22
- package/src/components/core/kanban/columns/SolidDatetimeColumn.tsx +0 -45
- package/src/components/core/kanban/columns/SolidDecimalColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidFloatColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidIntColumn.tsx +0 -56
- package/src/components/core/kanban/columns/SolidLongTextColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidRelationColumn.tsx +0 -12
- package/src/components/core/kanban/columns/SolidRichTextColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidTimeColumn.tsx +0 -42
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { createApi } from '@reduxjs/toolkit/query/react';
|
|
2
|
+
import { baseQueryWithAuth } from './fetchBaseQuery';
|
|
3
|
+
export var statesApi = createApi({
|
|
4
|
+
reducerPath: 'statesApi',
|
|
5
|
+
baseQuery: baseQueryWithAuth,
|
|
6
|
+
endpoints: function (builder) { return ({
|
|
7
|
+
getStates: builder.query({
|
|
8
|
+
query: function (qs) {
|
|
9
|
+
return "/state?populate[]=country&".concat(qs);
|
|
10
|
+
},
|
|
11
|
+
transformResponse: function (response) {
|
|
12
|
+
if (response.error) {
|
|
13
|
+
throw new Error(response.error);
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
records: response.data.records,
|
|
17
|
+
meta: response.data.meta
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
}),
|
|
21
|
+
getStateById: builder.query({
|
|
22
|
+
query: function (id) { return "/state/".concat(id, "?populate[]=country"); },
|
|
23
|
+
}),
|
|
24
|
+
createState: builder.mutation({
|
|
25
|
+
query: function (state) { return ({
|
|
26
|
+
url: '/state',
|
|
27
|
+
method: 'POST',
|
|
28
|
+
body: state
|
|
29
|
+
}); },
|
|
30
|
+
}),
|
|
31
|
+
// updateState: builder.mutation({
|
|
32
|
+
// query: ({ id, data }) => ({
|
|
33
|
+
// url: `/state/${id}`,
|
|
34
|
+
// method: 'Patch',
|
|
35
|
+
// body: data,
|
|
36
|
+
// }),
|
|
37
|
+
// }),
|
|
38
|
+
deleteMultipleStates: builder.mutation({
|
|
39
|
+
query: function (data) { return ({
|
|
40
|
+
url: "/state/bulk/",
|
|
41
|
+
method: 'DELETE',
|
|
42
|
+
body: data
|
|
43
|
+
}); },
|
|
44
|
+
}),
|
|
45
|
+
deleteState: builder.mutation({
|
|
46
|
+
query: function (id) { return ({
|
|
47
|
+
url: "/state/".concat(id),
|
|
48
|
+
method: 'DELETE',
|
|
49
|
+
}); },
|
|
50
|
+
}),
|
|
51
|
+
}); }
|
|
52
|
+
});
|
|
53
|
+
export var useLazyGetStatesQuery = statesApi.useLazyGetStatesQuery, useCreateStateMutation = statesApi.useCreateStateMutation, useDeleteStateMutation = statesApi.useDeleteStateMutation, useDeleteMultipleStatesMutation = statesApi.useDeleteMultipleStatesMutation, useGetStatesQuery = statesApi.useGetStatesQuery, useGetStateByIdQuery = statesApi.useGetStateByIdQuery, useLazyGetStateByIdQuery = statesApi.useLazyGetStateByIdQuery, usePrefetch = statesApi.usePrefetch;
|
|
54
|
+
//# sourceMappingURL=stateApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stateApi.js","sourceRoot":"","sources":["../../../src/redux/api/stateApi.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,MAAM,CAAC,IAAM,SAAS,GAAG,SAAS,CAAC;IAC/B,WAAW,EAAE,WAAW;IACxB,SAAS,EAAE,iBAAiB;IAC5B,SAAS,EAAE,UAAC,OAAO,IAAK,OAAA,CAAC;QACrB,SAAS,EAAE,OAAO,CAAC,KAAK,CAAC;YACrB,KAAK,EAAE,UAAC,EAAE;gBACN,OAAO,oCAA6B,EAAE,CAAE,CAAA;YAC5C,CAAC;YACD,iBAAiB,EAAE,UAAC,QAAa;gBAC7B,IAAI,QAAQ,CAAC,KAAK,EAAE;oBAChB,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;iBACnC;gBACD,OAAO;oBACH,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO;oBAC9B,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI;iBAC3B,CAAA;YACL,CAAC;SACJ,CAAC;QACF,YAAY,EAAE,OAAO,CAAC,KAAK,CAAC;YACxB,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,iBAAU,EAAE,wBAAqB,EAAjC,CAAiC;SACnD,CAAC;QACF,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC1B,KAAK,EAAE,UAAC,KAAK,IAAK,OAAA,CAAC;gBACf,GAAG,EAAE,QAAQ;gBACb,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,KAAK;aACd,CAAC,EAJgB,CAIhB;SACL,CAAC;QACF,kCAAkC;QAClC,kCAAkC;QAClC,+BAA+B;QAC/B,2BAA2B;QAC3B,sBAAsB;QACtB,UAAU;QACV,MAAM;QAEN,oBAAoB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACnC,KAAK,EAAE,UAAC,IAAI,IAAK,OAAA,CAAC;gBACd,GAAG,EAAE,cAAc;gBACnB,MAAM,EAAE,QAAQ;gBAChB,IAAI,EAAE,IAAI;aACb,CAAC,EAJe,CAIf;SACL,CAAC;QACF,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC1B,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,CAAC;gBACZ,GAAG,EAAE,iBAAU,EAAE,CAAE;gBACnB,MAAM,EAAE,QAAQ;aACnB,CAAC,EAHa,CAGb;SACL,CAAC;KACL,CAAC,EA9CsB,CA8CtB;CACL,CAAC,CAAA;AAEF,MAAM,CAAS,IAAA,qBAAqB,GAAsK,SAAS,sBAA/K,EAAE,sBAAsB,GAA8I,SAAS,uBAAvJ,EAAE,sBAAsB,GAAsH,SAAS,uBAA/H,EAAE,+BAA+B,GAAqF,SAAS,gCAA9F,EAAE,iBAAiB,GAAkE,SAAS,kBAA3E,EAAE,oBAAoB,GAA4C,SAAS,qBAArD,EAAE,wBAAwB,GAAkB,SAAS,yBAA3B,EAAE,WAAW,GAAK,SAAS,YAAd,CAAc"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { createApi } from '@reduxjs/toolkit/query/react';
|
|
2
|
+
import { baseQueryWithAuth } from './fetchBaseQuery';
|
|
3
|
+
export var tagApi = createApi({
|
|
4
|
+
reducerPath: 'tagApi',
|
|
5
|
+
baseQuery: baseQueryWithAuth,
|
|
6
|
+
endpoints: function (builder) { return ({
|
|
7
|
+
gettags: builder.query({
|
|
8
|
+
query: function (qs) {
|
|
9
|
+
return "/radix-tag-v2";
|
|
10
|
+
},
|
|
11
|
+
transformResponse: function (response) {
|
|
12
|
+
if (response.error) {
|
|
13
|
+
throw new Error(response.error);
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
records: response.data.records,
|
|
17
|
+
meta: response.data.meta
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
}),
|
|
21
|
+
gettagById: builder.query({
|
|
22
|
+
query: function (id) { return "/radix-tag-v2/".concat(id); },
|
|
23
|
+
}),
|
|
24
|
+
createtag: builder.mutation({
|
|
25
|
+
query: function (tag) { return ({
|
|
26
|
+
url: '/radix-tag-v2',
|
|
27
|
+
method: 'POST',
|
|
28
|
+
body: tag
|
|
29
|
+
}); }
|
|
30
|
+
}),
|
|
31
|
+
updatetag: builder.mutation({
|
|
32
|
+
query: function (_a) {
|
|
33
|
+
var id = _a.id, data = _a.data;
|
|
34
|
+
return ({
|
|
35
|
+
url: "/radix-tag-v2/".concat(id),
|
|
36
|
+
method: 'PUT',
|
|
37
|
+
body: data,
|
|
38
|
+
});
|
|
39
|
+
},
|
|
40
|
+
}),
|
|
41
|
+
deleteMultipleTags: builder.mutation({
|
|
42
|
+
query: function (data) { return ({
|
|
43
|
+
url: "/radix-tag-v2/bulk/",
|
|
44
|
+
method: 'DELETE',
|
|
45
|
+
body: data
|
|
46
|
+
}); },
|
|
47
|
+
}),
|
|
48
|
+
deletetag: builder.mutation({
|
|
49
|
+
query: function (id) { return ({
|
|
50
|
+
url: "/radix-tag-v2/".concat(id),
|
|
51
|
+
method: 'DELETE',
|
|
52
|
+
}); },
|
|
53
|
+
}),
|
|
54
|
+
}); }
|
|
55
|
+
});
|
|
56
|
+
export var useGettagsQuery = tagApi.useGettagsQuery, useLazyGettagsQuery = tagApi.useLazyGettagsQuery, useDeleteMultipleTagsMutation = tagApi.useDeleteMultipleTagsMutation, useGettagByIdQuery = tagApi.useGettagByIdQuery, useUpdatetagMutation = tagApi.useUpdatetagMutation, useCreatetagMutation = tagApi.useCreatetagMutation, useDeletetagMutation = tagApi.useDeletetagMutation;
|
|
57
|
+
//# sourceMappingURL=tagApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tagApi.js","sourceRoot":"","sources":["../../../src/redux/api/tagApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,MAAM,CAAC,IAAM,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,EAAE,QAAQ;IACrB,SAAS,EAAE,iBAAiB;IAC5B,SAAS,EAAE,UAAC,OAAO,IAAK,OAAA,CAAC;QACrB,OAAO,EAAE,OAAO,CAAC,KAAK,CAAC;YACnB,KAAK,EAAE,UAAC,EAAE;gBACN,OAAO,eAAe,CAAA;YAC1B,CAAC;YACD,iBAAiB,EAAE,UAAC,QAAa;gBAC7B,IAAI,QAAQ,CAAC,KAAK,EAAE;oBAChB,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;iBACnC;gBACD,OAAO;oBACH,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO;oBAC9B,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI;iBAC3B,CAAA;YACL,CAAC;SACJ,CAAC;QACF,UAAU,EAAE,OAAO,CAAC,KAAK,CAAC;YACtB,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,wBAAiB,EAAE,CAAE,EAArB,CAAqB;SACvC,CAAC;QACF,SAAS,EAAE,OAAO,CAAC,QAAQ,CAAC;YACxB,KAAK,EAAE,UAAC,GAAG,IAAK,OAAA,CAAC;gBACb,GAAG,EAAE,eAAe;gBACpB,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,GAAG;aACZ,CAAC,EAJc,CAId;SACL,CAAC;QACF,SAAS,EAAE,OAAO,CAAC,QAAQ,CAAC;YACxB,KAAK,EAAE,UAAC,EAAY;oBAAV,EAAE,QAAA,EAAE,IAAI,UAAA;gBAAO,OAAA,CAAC;oBACtB,GAAG,EAAE,wBAAiB,EAAE,CAAE;oBAC1B,MAAM,EAAE,KAAK;oBACb,IAAI,EAAE,IAAI;iBACb,CAAC;YAJuB,CAIvB;SACL,CAAC;QACF,kBAAkB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACjC,KAAK,EAAE,UAAC,IAAI,IAAK,OAAA,CAAC;gBACd,GAAG,EAAE,qBAAqB;gBAC1B,MAAM,EAAE,QAAQ;gBAChB,IAAI,EAAE,IAAI;aACb,CAAC,EAJe,CAIf;SACL,CAAC;QACF,SAAS,EAAE,OAAO,CAAC,QAAQ,CAAC;YACxB,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,CAAC;gBACZ,GAAG,EAAE,wBAAiB,EAAE,CAAE;gBAC1B,MAAM,EAAE,QAAQ;aACnB,CAAC,EAHa,CAGb;SACL,CAAC;KACL,CAAC,EA7CsB,CA6CtB;CACL,CAAC,CAAA;AAEF,MAAM,CAAS,IAAA,eAAe,GAA+I,MAAM,gBAArJ,EAAE,mBAAmB,GAA0H,MAAM,oBAAhI,EAAE,6BAA6B,GAA2F,MAAM,8BAAjG,EAAE,kBAAkB,GAAuE,MAAM,mBAA7E,EAAE,oBAAoB,GAAiD,MAAM,qBAAvD,EAAE,oBAAoB,GAA2B,MAAM,qBAAjC,EAAE,oBAAoB,GAAK,MAAM,qBAAX,CAAW"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { createApi } from '@reduxjs/toolkit/query/react';
|
|
2
|
+
import { baseQueryWithAuth } from './fetchBaseQuery';
|
|
3
|
+
export var tagGroupApi = createApi({
|
|
4
|
+
reducerPath: 'tagGroupApi',
|
|
5
|
+
baseQuery: baseQueryWithAuth,
|
|
6
|
+
endpoints: function (builder) { return ({
|
|
7
|
+
gettagGroups: builder.query({
|
|
8
|
+
query: function (qs) {
|
|
9
|
+
return "/tagGroup?populate[]=tags&".concat(qs);
|
|
10
|
+
},
|
|
11
|
+
transformResponse: function (response) {
|
|
12
|
+
if (response.error) {
|
|
13
|
+
throw new Error(response.error);
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
records: response.data.records,
|
|
17
|
+
meta: response.data.meta
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
}),
|
|
21
|
+
gettagGroupById: builder.query({
|
|
22
|
+
query: function (id) { return "/tagGroup/".concat(id, "?populate[]=tags"); },
|
|
23
|
+
}),
|
|
24
|
+
createtagGroup: builder.mutation({
|
|
25
|
+
query: function (tagGroup) { return ({
|
|
26
|
+
url: '/tagGroup',
|
|
27
|
+
method: 'POST',
|
|
28
|
+
body: tagGroup
|
|
29
|
+
}); }
|
|
30
|
+
}),
|
|
31
|
+
updatetagGroup: builder.mutation({
|
|
32
|
+
query: function (_a) {
|
|
33
|
+
var id = _a.id, data = _a.data;
|
|
34
|
+
return ({
|
|
35
|
+
url: "/tagGroup/".concat(id),
|
|
36
|
+
method: 'PUT',
|
|
37
|
+
body: data,
|
|
38
|
+
});
|
|
39
|
+
},
|
|
40
|
+
}),
|
|
41
|
+
deleteMultipleTagGroups: builder.mutation({
|
|
42
|
+
query: function (data) { return ({
|
|
43
|
+
url: "/tagGroup/bulk/",
|
|
44
|
+
method: 'DELETE',
|
|
45
|
+
body: data
|
|
46
|
+
}); },
|
|
47
|
+
}),
|
|
48
|
+
deletetagGroup: builder.mutation({
|
|
49
|
+
query: function (id) { return ({
|
|
50
|
+
url: "/tagGroup/".concat(id),
|
|
51
|
+
method: 'DELETE',
|
|
52
|
+
}); },
|
|
53
|
+
}),
|
|
54
|
+
}); }
|
|
55
|
+
});
|
|
56
|
+
export var useGettagGroupsQuery = tagGroupApi.useGettagGroupsQuery, useLazyGettagGroupsQuery = tagGroupApi.useLazyGettagGroupsQuery, useGettagGroupByIdQuery = tagGroupApi.useGettagGroupByIdQuery, useUpdatetagGroupMutation = tagGroupApi.useUpdatetagGroupMutation, useCreatetagGroupMutation = tagGroupApi.useCreatetagGroupMutation, useDeletetagGroupMutation = tagGroupApi.useDeletetagGroupMutation, useDeleteMultipleTagGroupsMutation = tagGroupApi.useDeleteMultipleTagGroupsMutation;
|
|
57
|
+
//# sourceMappingURL=tagGroupApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tagGroupApi.js","sourceRoot":"","sources":["../../../src/redux/api/tagGroupApi.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,MAAM,CAAC,IAAM,WAAW,GAAG,SAAS,CAAC;IACjC,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,iBAAiB;IAC5B,SAAS,EAAE,UAAC,OAAO,IAAK,OAAA,CAAC;QACrB,YAAY,EAAE,OAAO,CAAC,KAAK,CAAC;YACxB,KAAK,EAAE,UAAC,EAAE;gBACN,OAAO,oCAA6B,EAAE,CAAE,CAAA;YAC5C,CAAC;YACD,iBAAiB,EAAE,UAAC,QAAa;gBAC7B,IAAI,QAAQ,CAAC,KAAK,EAAE;oBAChB,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;iBACnC;gBACD,OAAO;oBACH,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO;oBAC9B,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI;iBAC3B,CAAA;YACL,CAAC;SACJ,CAAC;QACF,eAAe,EAAE,OAAO,CAAC,KAAK,CAAC;YAC3B,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,oBAAa,EAAE,qBAAkB,EAAjC,CAAiC;SACnD,CAAC;QACF,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC7B,KAAK,EAAE,UAAC,QAAQ,IAAK,OAAA,CAAC;gBAClB,GAAG,EAAE,WAAW;gBAChB,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,QAAQ;aACjB,CAAC,EAJmB,CAInB;SACL,CAAC;QACF,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC7B,KAAK,EAAE,UAAC,EAAY;oBAAV,EAAE,QAAA,EAAE,IAAI,UAAA;gBAAO,OAAA,CAAC;oBACtB,GAAG,EAAE,oBAAa,EAAE,CAAE;oBACtB,MAAM,EAAE,KAAK;oBACb,IAAI,EAAE,IAAI;iBACb,CAAC;YAJuB,CAIvB;SACL,CAAC;QACF,uBAAuB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACtC,KAAK,EAAE,UAAC,IAAI,IAAK,OAAA,CAAC;gBACd,GAAG,EAAE,iBAAiB;gBACtB,MAAM,EAAE,QAAQ;gBAChB,IAAI,EAAE,IAAI;aACb,CAAC,EAJe,CAIf;SACL,CAAC;QACF,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC7B,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,CAAC;gBACZ,GAAG,EAAE,oBAAa,EAAE,CAAE;gBACtB,MAAM,EAAE,QAAQ;aACnB,CAAC,EAHa,CAGb;SACL,CAAC;KACL,CAAC,EA7CsB,CA6CtB;CACL,CAAC,CAAA;AAEF,MAAM,CAAS,IAAA,oBAAoB,GAA6K,WAAW,qBAAxL,EAAE,wBAAwB,GAAmJ,WAAW,yBAA9J,EAAE,uBAAuB,GAA0H,WAAW,wBAArI,EAAE,yBAAyB,GAA+F,WAAW,0BAA1G,EAAE,yBAAyB,GAAoE,WAAW,0BAA/E,EAAE,yBAAyB,GAAyC,WAAW,0BAApD,EAAE,kCAAkC,GAAK,WAAW,mCAAhB,CAAgB"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { createApi } from "@reduxjs/toolkit/query/react";
|
|
2
|
+
import { baseQueryWithAuth } from "./fetchBaseQuery";
|
|
3
|
+
var resourceName = 'user';
|
|
4
|
+
export var userApi = createApi({
|
|
5
|
+
reducerPath: "userApi",
|
|
6
|
+
baseQuery: baseQueryWithAuth,
|
|
7
|
+
endpoints: function (builder) { return ({
|
|
8
|
+
getusers: builder.query({
|
|
9
|
+
query: function (qs) {
|
|
10
|
+
return "/".concat(resourceName, "?").concat(qs);
|
|
11
|
+
},
|
|
12
|
+
// query: () => '/${resourceName}?offset=0&limit=5',
|
|
13
|
+
}),
|
|
14
|
+
getusersById: builder.query({
|
|
15
|
+
query: function (id) { return "/".concat(resourceName, "/").concat(id, "?populate[0]=roles"); },
|
|
16
|
+
}),
|
|
17
|
+
checkIfPermissionExists: builder.query({
|
|
18
|
+
query: function (query) { return "/".concat(resourceName, "/permissions-exists?").concat(query); },
|
|
19
|
+
}),
|
|
20
|
+
registerUser: builder.mutation({
|
|
21
|
+
query: function (user) { return ({
|
|
22
|
+
url: "/".concat(resourceName, "/roles"),
|
|
23
|
+
method: 'POST',
|
|
24
|
+
body: user
|
|
25
|
+
}); },
|
|
26
|
+
}),
|
|
27
|
+
createuserrole: builder.mutation({
|
|
28
|
+
query: function (role) { return ({
|
|
29
|
+
url: "/".concat(resourceName, "/roles"),
|
|
30
|
+
method: 'POST',
|
|
31
|
+
body: role
|
|
32
|
+
}); },
|
|
33
|
+
}),
|
|
34
|
+
createuserrolebulk: builder.mutation({
|
|
35
|
+
query: function (role) { return ({
|
|
36
|
+
url: "/".concat(resourceName, "/roles/bulk"),
|
|
37
|
+
method: 'POST',
|
|
38
|
+
body: role
|
|
39
|
+
}); },
|
|
40
|
+
}),
|
|
41
|
+
updateProfile: builder.mutation({
|
|
42
|
+
query: function (body) {
|
|
43
|
+
return {
|
|
44
|
+
url: "/me/update",
|
|
45
|
+
method: "PUT",
|
|
46
|
+
body: body,
|
|
47
|
+
};
|
|
48
|
+
},
|
|
49
|
+
}),
|
|
50
|
+
updateSession: builder.query({
|
|
51
|
+
query: function () {
|
|
52
|
+
return {
|
|
53
|
+
url: "/auth/session?update",
|
|
54
|
+
};
|
|
55
|
+
},
|
|
56
|
+
}),
|
|
57
|
+
updatePassword: builder.mutation({
|
|
58
|
+
query: function (body) {
|
|
59
|
+
return {
|
|
60
|
+
url: "/me/update_password",
|
|
61
|
+
method: "PUT",
|
|
62
|
+
body: body,
|
|
63
|
+
};
|
|
64
|
+
},
|
|
65
|
+
}),
|
|
66
|
+
uploadAvatar: builder.mutation({
|
|
67
|
+
query: function (body) {
|
|
68
|
+
return {
|
|
69
|
+
url: "/me/upload_avatar",
|
|
70
|
+
method: "PUT",
|
|
71
|
+
body: body,
|
|
72
|
+
};
|
|
73
|
+
},
|
|
74
|
+
}),
|
|
75
|
+
updateUser: builder.mutation({
|
|
76
|
+
query: function (_a) {
|
|
77
|
+
var id = _a.id, body = _a.body;
|
|
78
|
+
return {
|
|
79
|
+
url: "/admin/".concat(resourceName, "/").concat(id),
|
|
80
|
+
method: "PUT",
|
|
81
|
+
body: body,
|
|
82
|
+
};
|
|
83
|
+
},
|
|
84
|
+
}),
|
|
85
|
+
deleteMultipleUsers: builder.mutation({
|
|
86
|
+
query: function (data) { return ({
|
|
87
|
+
url: "/".concat(resourceName, "/bulk/"),
|
|
88
|
+
method: 'DELETE',
|
|
89
|
+
body: data
|
|
90
|
+
}); },
|
|
91
|
+
}),
|
|
92
|
+
deleteUser: builder.mutation({
|
|
93
|
+
query: function (id) { return ({
|
|
94
|
+
url: "/".concat(resourceName, "/").concat(id),
|
|
95
|
+
method: 'DELETE',
|
|
96
|
+
}); },
|
|
97
|
+
}),
|
|
98
|
+
}); },
|
|
99
|
+
});
|
|
100
|
+
export var useUpdateProfileMutation = userApi.useUpdateProfileMutation, useLazyUpdateSessionQuery = userApi.useLazyUpdateSessionQuery, useLazyCheckIfPermissionExistsQuery = userApi.useLazyCheckIfPermissionExistsQuery, useUpdatePasswordMutation = userApi.useUpdatePasswordMutation, useUploadAvatarMutation = userApi.useUploadAvatarMutation,
|
|
101
|
+
// useUpdateUserMutation,
|
|
102
|
+
useDeleteUserMutation = userApi.useDeleteUserMutation, useGetusersQuery = userApi.useGetusersQuery, useLazyGetusersQuery = userApi.useLazyGetusersQuery, useGetusersByIdQuery = userApi.useGetusersByIdQuery, useCreateuserroleMutation = userApi.useCreateuserroleMutation, useCreateuserrolebulkMutation = userApi.useCreateuserrolebulkMutation, useDeleteMultipleUsersMutation = userApi.useDeleteMultipleUsersMutation, useLazyGetusersByIdQuery = userApi.useLazyGetusersByIdQuery, useRegisterUserMutation = userApi.useRegisterUserMutation, useUpdateSessionQuery = userApi.useUpdateSessionQuery;
|
|
103
|
+
//# sourceMappingURL=userApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userApi.js","sourceRoot":"","sources":["../../../src/redux/api/userApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAkB,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,IAAM,YAAY,GAAG,MAAM,CAAC;AAE5B,MAAM,CAAC,IAAM,OAAO,GAAG,SAAS,CAAC;IAC/B,WAAW,EAAE,SAAS;IACtB,SAAS,EAAE,iBAAiB;IAC5B,SAAS,EAAE,UAAC,OAAO,IAAK,OAAA,CAAC;QACvB,QAAQ,EAAE,OAAO,CAAC,KAAK,CAAC;YACtB,KAAK,EAAE,UAAC,EAAE;gBACR,OAAO,WAAI,YAAY,cAAI,EAAE,CAAE,CAAA;YACjC,CAAC;YACD,oDAAoD;SACrD,CAAC;QACF,YAAY,EAAE,OAAO,CAAC,KAAK,CAAC;YAC1B,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,WAAI,YAAY,cAAI,EAAE,uBAAoB,EAA1C,CAA0C;SAC1D,CAAC;QACF,uBAAuB,EAAE,OAAO,CAAC,KAAK,CAAC;YACrC,KAAK,EAAE,UAAC,KAAK,IAAK,OAAA,WAAI,YAAY,iCAAuB,KAAK,CAAE,EAA9C,CAA8C;SACjE,CAAC;QAEF,YAAY,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC7B,KAAK,EAAE,UAAC,IAAI,IAAK,OAAA,CAAC;gBAChB,GAAG,EAAE,WAAI,YAAY,WAAQ;gBAC7B,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,IAAI;aACX,CAAC,EAJe,CAIf;SACH,CAAC;QACF,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC/B,KAAK,EAAE,UAAC,IAAI,IAAK,OAAA,CAAC;gBAChB,GAAG,EAAE,WAAI,YAAY,WAAQ;gBAC7B,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,IAAI;aACX,CAAC,EAJe,CAIf;SACH,CAAC;QACF,kBAAkB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACnC,KAAK,EAAE,UAAC,IAAI,IAAK,OAAA,CAAC;gBAChB,GAAG,EAAE,WAAI,YAAY,gBAAa;gBAClC,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,IAAI;aACX,CAAC,EAJe,CAIf;SACH,CAAC;QACF,aAAa,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC9B,KAAK,YAAC,IAAI;gBACR,OAAO;oBACL,GAAG,EAAE,YAAY;oBACjB,MAAM,EAAE,KAAK;oBACb,IAAI,MAAA;iBACL,CAAC;YACJ,CAAC;SACF,CAAC;QACF,aAAa,EAAE,OAAO,CAAC,KAAK,CAAC;YAC3B,KAAK;gBACH,OAAO;oBACL,GAAG,EAAE,sBAAsB;iBAC5B,CAAC;YACJ,CAAC;SACF,CAAC;QACF,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC/B,KAAK,YAAC,IAAI;gBACR,OAAO;oBACL,GAAG,EAAE,qBAAqB;oBAC1B,MAAM,EAAE,KAAK;oBACb,IAAI,MAAA;iBACL,CAAC;YACJ,CAAC;SACF,CAAC;QACF,YAAY,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC7B,KAAK,YAAC,IAAI;gBACR,OAAO;oBACL,GAAG,EAAE,mBAAmB;oBACxB,MAAM,EAAE,KAAK;oBACb,IAAI,MAAA;iBACL,CAAC;YACJ,CAAC;SACF,CAAC;QACF,UAAU,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC3B,KAAK,YAAC,EAAY;oBAAV,EAAE,QAAA,EAAE,IAAI,UAAA;gBACd,OAAO;oBACL,GAAG,EAAE,iBAAU,YAAY,cAAI,EAAE,CAAE;oBACnC,MAAM,EAAE,KAAK;oBACb,IAAI,MAAA;iBACL,CAAC;YACJ,CAAC;SACF,CAAC;QACF,mBAAmB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACpC,KAAK,EAAE,UAAC,IAAI,IAAK,OAAA,CAAC;gBAChB,GAAG,EAAE,WAAI,YAAY,WAAQ;gBAC7B,MAAM,EAAE,QAAQ;gBAChB,IAAI,EAAE,IAAI;aACX,CAAC,EAJe,CAIf;SACH,CAAC;QACF,UAAU,EAAE,OAAO,CAAC,QAAQ,CAAC;YAC3B,KAAK,EAAE,UAAC,EAAE,IAAK,OAAA,CAAC;gBACd,GAAG,EAAE,WAAI,YAAY,cAAI,EAAE,CAAE;gBAC7B,MAAM,EAAE,QAAQ;aACjB,CAAC,EAHa,CAGb;SACH,CAAC;KACH,CAAC,EA3FsB,CA2FtB;CACH,CAAC,CAAC;AAEH,MAAM,CACJ,IAAA,wBAAwB,GAgBtB,OAAO,yBAhBe,EACxB,yBAAyB,GAevB,OAAO,0BAfgB,EACzB,mCAAmC,GAcjC,OAAO,oCAd0B,EACnC,yBAAyB,GAavB,OAAO,0BAbgB,EACzB,uBAAuB,GAYrB,OAAO,wBAZc;AACvB,yBAAyB;AACzB,qBAAqB,GAUnB,OAAO,sBAVY,EACrB,gBAAgB,GASd,OAAO,iBATO,EAChB,oBAAoB,GAQlB,OAAO,qBARW,EACpB,oBAAoB,GAOlB,OAAO,qBAPW,EACpB,yBAAyB,GAMvB,OAAO,0BANgB,EACzB,6BAA6B,GAK3B,OAAO,8BALoB,EAC7B,8BAA8B,GAI5B,OAAO,+BAJqB,EAC9B,wBAAwB,GAGtB,OAAO,yBAHe,EACxB,uBAAuB,GAErB,OAAO,wBAFc,EACvB,qBAAqB,GACnB,OAAO,sBADY,CACX"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
import { createSlice } from '@reduxjs/toolkit';
|
|
3
|
+
var authSlice = createSlice({
|
|
4
|
+
name: 'authentication',
|
|
5
|
+
initialState: {
|
|
6
|
+
token: null, // Store the JWT token here
|
|
7
|
+
},
|
|
8
|
+
reducers: {
|
|
9
|
+
setToken: function (state, action) {
|
|
10
|
+
state.token = action.payload;
|
|
11
|
+
},
|
|
12
|
+
logout: function (state) {
|
|
13
|
+
state.token = null;
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
});
|
|
17
|
+
export var setToken = (_a = authSlice.actions, _a.setToken), logout = _a.logout;
|
|
18
|
+
export default authSlice.reducer;
|
|
19
|
+
//# sourceMappingURL=authSlice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"authSlice.js","sourceRoot":"","sources":["../../../src/redux/features/authSlice.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,IAAM,SAAS,GAAG,WAAW,CAAC;IAC1B,IAAI,EAAE,gBAAgB;IACtB,YAAY,EAAE;QACV,KAAK,EAAE,IAAI,EAAE,2BAA2B;KAC3C;IACD,QAAQ,EAAE;QACN,QAAQ,EAAE,UAAC,KAAK,EAAE,MAAM;YACpB,KAAK,CAAC,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC;QACjC,CAAC;QACD,MAAM,EAAE,UAAC,KAAK;YACV,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;QACvB,CAAC;KACJ;CACJ,CAAC,CAAC;AAEH,MAAM,CAAS,IAAA,QAAQ,IAAV,KAAuB,SAAS,CAAC,OAAO,cAA9B,EAAE,MAAM,YAAA,CAAuB;AACtD,eAAe,SAAS,CAAC,OAAO,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
// store/features/dataViewSlice.ts
|
|
3
|
+
import { createSlice } from '@reduxjs/toolkit';
|
|
4
|
+
var initialState = {
|
|
5
|
+
dataView: 'LIST',
|
|
6
|
+
};
|
|
7
|
+
var dataViewSlice = createSlice({
|
|
8
|
+
name: 'view',
|
|
9
|
+
initialState: initialState,
|
|
10
|
+
reducers: {
|
|
11
|
+
gridView: function (state) {
|
|
12
|
+
state.dataView = 'GRID';
|
|
13
|
+
},
|
|
14
|
+
listView: function (state) {
|
|
15
|
+
state.dataView = 'LIST';
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
export var gridView = (_a = dataViewSlice.actions, _a.gridView), listView = _a.listView;
|
|
20
|
+
export default dataViewSlice.reducer;
|
|
21
|
+
//# sourceMappingURL=dataViewSlice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataViewSlice.js","sourceRoot":"","sources":["../../../src/redux/features/dataViewSlice.ts"],"names":[],"mappings":";AAAA,kCAAkC;AAClC,OAAO,EAAE,WAAW,EAAiB,MAAM,kBAAkB,CAAC;AAM9D,IAAM,YAAY,GAAkB;IAClC,QAAQ,EAAE,MAAM;CACjB,CAAC;AAEF,IAAM,aAAa,GAAG,WAAW,CAAC;IAChC,IAAI,EAAE,MAAM;IACZ,YAAY,cAAA;IACZ,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAC,KAAK;YACd,KAAK,CAAC,QAAQ,GAAG,MAAM,CAAC;QAC1B,CAAC;QACD,QAAQ,EAAE,UAAC,KAAK;YACd,KAAK,CAAC,QAAQ,GAAG,MAAM,CAAC;QAC1B,CAAC;KACF;CACF,CAAC,CAAC;AAEH,MAAM,CAAS,IAAA,QAAQ,IAAV,KAAyB,aAAa,CAAC,OAAO,cAApC,EAAE,QAAQ,cAAA,CAA2B;AAC5D,eAAe,aAAa,CAAC,OAAO,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
import { createSlice } from '@reduxjs/toolkit';
|
|
3
|
+
var navbarSlice = createSlice({
|
|
4
|
+
name: 'navbar',
|
|
5
|
+
initialState: {
|
|
6
|
+
visibleNavbar: false,
|
|
7
|
+
},
|
|
8
|
+
reducers: {
|
|
9
|
+
showNavbar: function (state) {
|
|
10
|
+
state.visibleNavbar = true;
|
|
11
|
+
},
|
|
12
|
+
hideNavbar: function (state) {
|
|
13
|
+
state.visibleNavbar = false;
|
|
14
|
+
},
|
|
15
|
+
toggleNavbar: function (state) {
|
|
16
|
+
state.visibleNavbar = state.visibleNavbar === true ? false : true;
|
|
17
|
+
},
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export var showNavbar = (_a = navbarSlice.actions, _a.showNavbar), hideNavbar = _a.hideNavbar, toggleNavbar = _a.toggleNavbar;
|
|
21
|
+
export default navbarSlice.reducer;
|
|
22
|
+
//# sourceMappingURL=navbarSlice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navbarSlice.js","sourceRoot":"","sources":["../../../src/redux/features/navbarSlice.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,IAAM,WAAW,GAAG,WAAW,CAAC;IAC5B,IAAI,EAAE,QAAQ;IACd,YAAY,EAAE;QACV,aAAa,EAAE,KAAK;KACvB;IACD,QAAQ,EAAE;QACN,UAAU,EAAE,UAAC,KAAK;YACd,KAAK,CAAC,aAAa,GAAG,IAAI,CAAA;QAC9B,CAAC;QACD,UAAU,EAAE,UAAC,KAAK;YACd,KAAK,CAAC,aAAa,GAAG,KAAK,CAAA;QAC/B,CAAC;QACD,YAAY,YAAC,KAAK;YACd,KAAK,CAAC,aAAa,GAAG,KAAK,CAAC,aAAa,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;QACtE,CAAC;KACJ;CACJ,CAAC,CAAA;AAEF,MAAM,CAAS,IAAA,UAAU,IAAZ,KAA2C,WAAW,CAAC,OAAO,gBAAlD,EAAE,UAAU,gBAAA,EAAE,YAAY,kBAAA,CAAyB;AAC5E,eAAe,WAAW,CAAC,OAAO,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
// store/themeSlice.js
|
|
3
|
+
import { createSlice } from '@reduxjs/toolkit';
|
|
4
|
+
var popupSlice = createSlice({
|
|
5
|
+
name: 'theme',
|
|
6
|
+
initialState: {
|
|
7
|
+
visibleModulePopup: false,
|
|
8
|
+
visibleFieldsPopup: false,
|
|
9
|
+
},
|
|
10
|
+
reducers: {
|
|
11
|
+
showModulePopup: function (state) {
|
|
12
|
+
state.visibleModulePopup = true;
|
|
13
|
+
},
|
|
14
|
+
hideModulePopup: function (state) {
|
|
15
|
+
state.visibleModulePopup = false;
|
|
16
|
+
},
|
|
17
|
+
showFieldsPopup: function (state) {
|
|
18
|
+
state.visibleFieldsPopup = true;
|
|
19
|
+
},
|
|
20
|
+
hideFieldsPopup: function (state) {
|
|
21
|
+
state.visibleFieldsPopup = false;
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
});
|
|
25
|
+
export var showModulePopup = (_a = popupSlice.actions, _a.showModulePopup), hideModulePopup = _a.hideModulePopup, showFieldsPopup = _a.showFieldsPopup, hideFieldsPopup = _a.hideFieldsPopup;
|
|
26
|
+
export default popupSlice.reducer;
|
|
27
|
+
//# sourceMappingURL=popupSlice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popupSlice.js","sourceRoot":"","sources":["../../../src/redux/features/popupSlice.ts"],"names":[],"mappings":";AAAA,sBAAsB;AACtB,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,IAAM,UAAU,GAAG,WAAW,CAAC;IAC3B,IAAI,EAAE,OAAO;IACb,YAAY,EAAE;QACV,kBAAkB,EAAE,KAAK;QACzB,kBAAkB,EAAE,KAAK;KAC5B;IACD,QAAQ,EAAE;QACN,eAAe,EAAE,UAAC,KAAK;YACnB,KAAK,CAAC,kBAAkB,GAAG,IAAI,CAAC;QACpC,CAAC;QACD,eAAe,EAAE,UAAC,KAAK;YACnB,KAAK,CAAC,kBAAkB,GAAG,KAAK,CAAC;QACrC,CAAC;QACD,eAAe,EAAE,UAAC,KAAK;YACnB,KAAK,CAAC,kBAAkB,GAAG,IAAI,CAAC;QACpC,CAAC;QACD,eAAe,EAAE,UAAC,KAAK;YACnB,KAAK,CAAC,kBAAkB,GAAG,KAAK,CAAC;QACrC,CAAC;KACJ;CACJ,CAAC,CAAC;AAEH,MAAM,CAAS,IAAA,eAAe,IAAjB,KAAyE,UAAU,CAAC,OAAO,qBAA1E,EAAE,eAAe,qBAAA,EAAE,eAAe,qBAAA,EAAE,eAAe,qBAAA,CAAwB;AACzG,eAAe,UAAU,CAAC,OAAO,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// store/themeSlice.js
|
|
2
|
+
import { createSlice } from '@reduxjs/toolkit';
|
|
3
|
+
var themeSlice = createSlice({
|
|
4
|
+
name: 'theme',
|
|
5
|
+
initialState: {
|
|
6
|
+
mode: 'light', // Default mode
|
|
7
|
+
},
|
|
8
|
+
reducers: {
|
|
9
|
+
toggleTheme: function (state) {
|
|
10
|
+
state.mode = state.mode === 'light' ? 'dark' : 'light';
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
});
|
|
14
|
+
export var toggleTheme = themeSlice.actions.toggleTheme;
|
|
15
|
+
export default themeSlice.reducer;
|
|
16
|
+
//# sourceMappingURL=themeSlice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"themeSlice.js","sourceRoot":"","sources":["../../../src/redux/features/themeSlice.ts"],"names":[],"mappings":"AAAA,sBAAsB;AACtB,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,IAAM,UAAU,GAAG,WAAW,CAAC;IAC3B,IAAI,EAAE,OAAO;IACb,YAAY,EAAE;QACV,IAAI,EAAE,OAAO,EAAE,eAAe;KACjC;IACD,QAAQ,EAAE;QACN,WAAW,YAAC,KAAK;YACb,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;QAC3D,CAAC;KACJ;CACJ,CAAC,CAAC;AAEH,MAAM,CAAS,IAAA,WAAW,GAAK,UAAU,CAAC,OAAO,YAAvB,CAAwB;AAClD,eAAe,UAAU,CAAC,OAAO,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
import { createSlice } from "@reduxjs/toolkit";
|
|
3
|
+
var initialState = {
|
|
4
|
+
user: null,
|
|
5
|
+
isAuthenticated: false,
|
|
6
|
+
};
|
|
7
|
+
export var userSlice = createSlice({
|
|
8
|
+
initialState: initialState,
|
|
9
|
+
name: "userSlice",
|
|
10
|
+
reducers: {
|
|
11
|
+
setUser: function (state, action) {
|
|
12
|
+
state.user = action.payload;
|
|
13
|
+
},
|
|
14
|
+
setIsAuthenticated: function (state, action) {
|
|
15
|
+
state.isAuthenticated = action.payload;
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
export default userSlice.reducer;
|
|
20
|
+
export var setUser = (_a = userSlice.actions, _a.setUser), setIsAuthenticated = _a.setIsAuthenticated;
|
|
21
|
+
//# sourceMappingURL=userSlice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userSlice.js","sourceRoot":"","sources":["../../../src/redux/features/userSlice.ts"],"names":[],"mappings":";AAAA,OAAO,EAAiB,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAO9D,IAAM,YAAY,GAAe;IAC/B,IAAI,EAAE,IAAI;IACV,eAAe,EAAE,KAAK;CACvB,CAAC;AAEF,MAAM,CAAC,IAAM,SAAS,GAAG,WAAW,CAAC;IACnC,YAAY,cAAA;IACZ,IAAI,EAAE,WAAW;IACjB,QAAQ,EAAE;QACR,OAAO,EAAE,UAAC,KAAK,EAAE,MAA0B;YACzC,KAAK,CAAC,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC;QAC9B,CAAC;QACD,kBAAkB,EAAE,UAAC,KAAK,EAAE,MAA8B;YACxD,KAAK,CAAC,eAAe,GAAG,MAAM,CAAC,OAAO,CAAC;QACzC,CAAC;KACF;CACF,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC,OAAO,CAAC;AAEjC,MAAM,CAAS,IAAA,OAAO,IAAT,KAAkC,SAAS,CAAC,OAAO,aAA1C,EAAE,kBAAkB,wBAAA,CAAuB"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidstarters/solid-core-ui",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"scripts": {
|
|
5
|
-
"build": "
|
|
5
|
+
"build": "tsc && tsc-alias",
|
|
6
6
|
"clean": "rm -rf dist",
|
|
7
7
|
"prepare": "npm run build"
|
|
8
8
|
},
|
|
@@ -74,8 +74,6 @@
|
|
|
74
74
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
75
75
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
76
76
|
"@reduxjs/toolkit": "^1.9.5",
|
|
77
|
-
"@rollup/plugin-commonjs": "^28.0.2",
|
|
78
|
-
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
79
77
|
"@types/lodash": "^4.17.9",
|
|
80
78
|
"@types/node": "20.5.9",
|
|
81
79
|
"@types/pluralize": "^0.0.33",
|
|
@@ -102,12 +100,6 @@
|
|
|
102
100
|
"react-redux": "^8.1.2",
|
|
103
101
|
"react-star-ratings": "^2.3.0",
|
|
104
102
|
"react-transition-group": "^4.4.5",
|
|
105
|
-
"rollup": "^4.31.0",
|
|
106
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
107
|
-
"rollup-plugin-typescript2": "^0.36.0",
|
|
108
|
-
"@rollup/plugin-json": "^5.0.0",
|
|
109
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
110
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
111
103
|
"tsc-alias": "^1.8.10",
|
|
112
104
|
"typescript": "5.2.2"
|
|
113
105
|
}
|
|
Binary file
|
|
Binary file
|