@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
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
"use client"
|
|
2
|
-
import { CancelButton } from "@/components/common/CancelButton";
|
|
3
|
-
import { DropzonePlaceholder } from "@/components/common/DropzonePlaceholder";
|
|
4
|
-
import { DropzoneUpload } from "@/components/common/DropzoneUpload";
|
|
5
|
-
import { SingleSelectAutoCompleteField } from "@/components/common/SingleSelectAutoCompleteField";
|
|
6
|
-
import { getSingularAndPlural } from "@/helpers/helpers";
|
|
7
|
-
import { handleError } from "@/helpers/ToastContainer";
|
|
8
|
-
import { useGetFieldDefaultMetaDataQuery } from "@/redux/api/fieldApi";
|
|
9
|
-
import { useDeleteMediaMutation } from "@/redux/api/mediaApi";
|
|
10
|
-
import { useCreatemoduleMutation, useDeletemoduleMutation, useUpdatemoduleMutation } from "@/redux/api/moduleApi";
|
|
11
|
-
// import { RootState } from "@/redux/store";
|
|
12
2
|
import { useFormik } from "formik";
|
|
13
|
-
import {
|
|
14
|
-
import
|
|
15
|
-
import { Checkbox } from "primereact/checkbox";
|
|
16
|
-
import { Divider } from "primereact/divider";
|
|
3
|
+
import React, { useEffect, useRef, useState } from "react";
|
|
4
|
+
import * as Yup from "yup";
|
|
17
5
|
import { InputText } from "primereact/inputtext";
|
|
18
|
-
import {
|
|
6
|
+
import { Button } from "primereact/button";
|
|
7
|
+
import { classNames } from "primereact/utils";
|
|
19
8
|
import { Message } from "primereact/message";
|
|
20
9
|
import { Toast } from "primereact/toast";
|
|
21
|
-
import {
|
|
22
|
-
import
|
|
23
|
-
import {
|
|
10
|
+
import { Divider } from "primereact/divider";
|
|
11
|
+
import { usePathname, useRouter } from "next/navigation";
|
|
12
|
+
import { CancelButton } from "@/components/common/CancelButton";
|
|
24
13
|
import { useSelector } from "react-redux";
|
|
25
|
-
import
|
|
14
|
+
import { useCreatemoduleMutation, useDeletemoduleMutation, useUpdatemoduleMutation } from "@/redux/api/moduleApi";
|
|
15
|
+
import { InputTextarea } from "primereact/inputtextarea";
|
|
16
|
+
import { useGetFieldDefaultMetaDataQuery } from "@/redux/api/fieldApi";
|
|
17
|
+
import { SingleSelectAutoCompleteField } from "@/components/common/SingleSelectAutoCompleteField";
|
|
18
|
+
import { getSingularAndPlural } from "@/helpers/helpers";
|
|
19
|
+
import { Checkbox } from "primereact/checkbox";
|
|
20
|
+
import { InputNumber } from "primereact/inputnumber";
|
|
21
|
+
import { ProgressSpinner } from "primereact/progressspinner";
|
|
22
|
+
import { DropzonePlaceholder } from "@/components/common/DropzonePlaceholder";
|
|
23
|
+
import { DropzoneUpload } from "@/components/common/DropzoneUpload";
|
|
24
|
+
import { useDropzone } from "react-dropzone";
|
|
25
|
+
import { useDeleteMediaMutation } from "@/redux/api/mediaApi";
|
|
26
|
+
import { handleError } from "@/helpers/ToastContainer";
|
|
26
27
|
|
|
27
28
|
const footer = (
|
|
28
29
|
<>
|
|
@@ -1,21 +1,30 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import { handleError, handleSuccess } from "@/helpers/ToastContainer";
|
|
4
|
-
import { useDeleteMultiplemodulesMutation, useGenerateCodeFormoduleMutation, useLazyGetmodulesQuery, useRefreshPermissionsMutation } from "@/redux/api/moduleApi";
|
|
5
|
-
import { FetchBaseQueryError } from "@reduxjs/toolkit/dist/query";
|
|
6
|
-
import Link from "next/link";
|
|
7
|
-
import { FilterMatchMode } from "primereact/api";
|
|
8
|
-
import { Button } from "primereact/button";
|
|
9
|
-
import { Column } from "primereact/column";
|
|
2
|
+
import React, { useState, useEffect, useRef } from "react";
|
|
10
3
|
import {
|
|
11
4
|
DataTable,
|
|
12
5
|
DataTableFilterMeta,
|
|
13
6
|
DataTableStateEvent,
|
|
14
7
|
} from "primereact/datatable";
|
|
8
|
+
import { Column, ColumnFilterElementTemplateOptions } from "primereact/column";
|
|
9
|
+
import { FilterMatchMode, FilterOperator } from "primereact/api";
|
|
10
|
+
import { Dropdown, DropdownChangeEvent } from "primereact/dropdown";
|
|
11
|
+
import { Calendar } from "primereact/calendar";
|
|
12
|
+
import { InputNumber, InputNumberChangeEvent } from "primereact/inputnumber";
|
|
13
|
+
import Link from "next/link";
|
|
14
|
+
import { FilterIcon } from "@/components/modelsComponents/filterIcon";
|
|
15
|
+
import { CustomTag } from "@/components/Tag/CustomTag";
|
|
16
|
+
import {
|
|
17
|
+
useDeleteMultipleModelsMutation,
|
|
18
|
+
useLazyGetModelsQuery,
|
|
19
|
+
} from "@/redux/api/modelApi";
|
|
20
|
+
import { CreateButton } from "@/components/common/CreateButton";
|
|
21
|
+
import qs from "qs";
|
|
22
|
+
import { Button } from "primereact/button";
|
|
15
23
|
import { Dialog } from "primereact/dialog";
|
|
24
|
+
import { useDeleteMultiplemodulesMutation, useGenerateCodeFormoduleMutation, useLazyGetmodulesQuery, useRefreshPermissionsMutation } from "@/redux/api/moduleApi";
|
|
16
25
|
import { Toast } from "primereact/toast";
|
|
17
|
-
import
|
|
18
|
-
import {
|
|
26
|
+
import { FetchBaseQueryError } from "@reduxjs/toolkit/dist/query";
|
|
27
|
+
import { handleError, handleSuccess } from "@/helpers/ToastContainer";
|
|
19
28
|
|
|
20
29
|
export interface ModelMetaData {
|
|
21
30
|
id: string;
|
|
@@ -1,17 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
import { CancelButton } from "@/components/common/CancelButton";
|
|
3
|
-
import { useLazyGetrolesQuery } from "@/redux/api/roleApi";
|
|
4
|
-
import { useCreateuserroleMutation } from "@/redux/api/userApi";
|
|
1
|
+
'use client';
|
|
5
2
|
import { useFormik } from "formik";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
3
|
+
import React, { useCallback, useEffect, useRef, useState } from "react";
|
|
4
|
+
import { Form, Formik } from "formik";
|
|
5
|
+
import * as Yup from "yup";
|
|
8
6
|
import { InputText } from "primereact/inputtext";
|
|
7
|
+
import { Dropdown } from "primereact/dropdown";
|
|
8
|
+
import { Button } from "primereact/button";
|
|
9
|
+
import { classNames } from "primereact/utils";
|
|
9
10
|
import { Message } from "primereact/message";
|
|
11
|
+
import { AutoComplete } from "primereact/autocomplete";
|
|
10
12
|
import { Toast } from "primereact/toast";
|
|
11
|
-
import {
|
|
13
|
+
import { Password } from "primereact/password";
|
|
14
|
+
import { Divider } from "primereact/divider";
|
|
15
|
+
import { usePathname, useRouter } from "next/navigation";
|
|
16
|
+
import { CancelButton } from "@/components/common/CancelButton";
|
|
17
|
+
import { AutoCompleteField } from "@/components/common/AutoCompleteField";
|
|
12
18
|
import qs from "qs";
|
|
13
|
-
import {
|
|
14
|
-
import
|
|
19
|
+
import { useGetrolesQuery, useLazyGetrolesQuery } from "@/redux/api/roleApi";
|
|
20
|
+
import { useCreateuserroleMutation } from "@/redux/api/userApi";
|
|
15
21
|
|
|
16
22
|
const CreateUserRole = ({ data }: any) => {
|
|
17
23
|
const toast = useRef<Toast>(null);
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import Link from "next/link";
|
|
4
|
-
import { FilterMatchMode } from "primereact/api";
|
|
5
|
-
import { Button } from "primereact/button";
|
|
6
|
-
import { Column } from "primereact/column";
|
|
2
|
+
import React, { useState, useEffect, useRef } from "react";
|
|
7
3
|
import {
|
|
8
4
|
DataTable,
|
|
9
5
|
DataTableFilterMeta,
|
|
10
6
|
DataTableStateEvent,
|
|
11
7
|
} from "primereact/datatable";
|
|
12
|
-
import {
|
|
8
|
+
import { Column } from "primereact/column";
|
|
9
|
+
import Link from "next/link";
|
|
10
|
+
import { Button } from "primereact/button";
|
|
11
|
+
import { FilterMatchMode, FilterOperator } from "primereact/api";
|
|
12
|
+
import { useDeleteMultipleCategorysMutation, useLazyGetcategorysQuery } from "@/redux/api/categoryApi";
|
|
13
|
+
import { useDeleteMultipleUsersMutation, useGetusersQuery, useLazyGetusersQuery } from '@/redux/api/userApi';
|
|
13
14
|
|
|
14
|
-
import
|
|
15
|
-
import { FetchBaseQueryError } from "@reduxjs/toolkit/query";
|
|
15
|
+
import qs from "qs";
|
|
16
16
|
import { Dialog } from "primereact/dialog";
|
|
17
17
|
import { Toast } from "primereact/toast";
|
|
18
|
-
import
|
|
18
|
+
import { FetchBaseQueryError } from "@reduxjs/toolkit/query";
|
|
19
|
+
import { CreateButton } from "@/components/common/CreateButton";
|
|
19
20
|
|
|
20
21
|
interface Users {
|
|
21
22
|
id: string;
|
package/src/helpers/helpers.ts
CHANGED
package/src/index.ts
CHANGED
|
@@ -250,19 +250,11 @@ export {SolidRelationOneToManyField} from '@/components/core/form/fields/relatio
|
|
|
250
250
|
// export * from '@/components/core/kanban/KanbanBoard';
|
|
251
251
|
// export * from '@/components/core/kanban/KanbanCard';
|
|
252
252
|
// export * from '@/components/core/kanban/KanbanColumn';
|
|
253
|
-
export {SolidKanbanFilter} from '@/components/core/kanban/SolidKanbanFilter';
|
|
254
253
|
export {SolidKanbanView} from '@/components/core/kanban/SolidKanbanView';
|
|
255
|
-
export type {SolidKanbanViewColumnParams} from '@/components/core/kanban/SolidKanbanViewSearchColumn';
|
|
256
|
-
export {getSolidKanbanViewNumberOfInputs, SolidKanbanViewSearchColumn} from '@/components/core/kanban/SolidKanbanViewSearchColumn';
|
|
257
|
-
export {SolidKanbanManyToOneFilterElement} from '@/components/core/kanban/SolidManyToOneFilterElement';
|
|
258
|
-
export {SolidKanbanSelectionDynamicFilterElement} from '@/components/core/kanban/SolidSelectionDynamicFilterElement';
|
|
259
|
-
export {SolidKanbanSelectionStaticFilterElement} from '@/components/core/kanban/SolidSelectionStaticFilterElement';
|
|
260
|
-
export {SolidKanbanVarInputsFilterElement, KanbanInputTypes} from '@/components/core/kanban/SolidVarInputsFilterElement';
|
|
261
254
|
|
|
262
255
|
// export * from '@/components/core/kanban/columns/SolidBigintColumn';
|
|
263
256
|
// export * from '@/components/core/kanban/columns/SolidBooleanColumn';
|
|
264
257
|
// export * from '@/components/core/kanban/columns/SolidComputedColumn';
|
|
265
|
-
export {kanbanDateFilterMatchModeOptions} from '@/components/core/kanban/columns/SolidDateColumn';
|
|
266
258
|
// export * from '@/components/core/kanban/columns/SolidDatetimeColumn';
|
|
267
259
|
// export * from '@/components/core/kanban/columns/SolidDecimalColumn';
|
|
268
260
|
// export * from '@/components/core/kanban/columns/SolidExternalIdColumn';
|
|
@@ -486,48 +478,6 @@ export { default as KanbanBoard } from '@/components/core/kanban/KanbanBoard';
|
|
|
486
478
|
export { default as KanbanCard } from '@/components/core/kanban/KanbanCard';
|
|
487
479
|
//KanbanColumn.tsx
|
|
488
480
|
export { default as KanbanColumn } from '@/components/core/kanban/KanbanColumn';
|
|
489
|
-
//SolidBigintColumn.tsx
|
|
490
|
-
export { default as SolidBigintKanbanColumn } from '@/components/core/kanban/columns/SolidBigintColumn';
|
|
491
|
-
//SolidBooleanColumn.tsx
|
|
492
|
-
export { default as SolidBooleanKanbanColumn } from '@/components/core/kanban/columns/SolidBooleanColumn';
|
|
493
|
-
//SolidComputedColumn.tsx
|
|
494
|
-
export { default as SolidComputedKanbanColumn } from '@/components/core/kanban/columns/SolidComputedColumn';
|
|
495
|
-
//SoliDateColumn.tsx
|
|
496
|
-
export { default as SolidDateKanbanColumn } from '@/components/core/kanban/columns/SolidDateColumn';
|
|
497
|
-
//SolidDatetimeColumn.tsx
|
|
498
|
-
export { default as SolidDatetimeKanbanColumn } from '@/components/core/kanban/columns/SolidDatetimeColumn';
|
|
499
|
-
//SolidDecimalColumn.tsx
|
|
500
|
-
export { default as SolidDecimalKanbanColumn } from '@/components/core/kanban/columns/SolidDecimalColumn';
|
|
501
|
-
//SolidExternalIdColumn.tsx
|
|
502
|
-
export { default as SolidExternalIdKanbanColumn } from '@/components/core/kanban/columns/SolidExternalIdColumn';
|
|
503
|
-
//SolidFloatColumn.tsx
|
|
504
|
-
export { default as SolidFloatKanbanColumn } from '@/components/core/kanban/columns/SolidFloatColumn';
|
|
505
|
-
//SolidIdColumn.tsx
|
|
506
|
-
export { default as SolidIdKanbanColumn } from '@/components/core/kanban/columns/SolidIdColumn';
|
|
507
|
-
//SolidIntColumn.tsx
|
|
508
|
-
export { default as SolidIntKanbanColumn } from '@/components/core/kanban/columns/SolidIntColumn';
|
|
509
|
-
//SolidLongTextColumn.tsx
|
|
510
|
-
export { default as SolidLongTextKanbanColumn } from '@/components/core/kanban/columns/SolidLongTextColumn';
|
|
511
|
-
//SolidMediaMultipleColumn.tsx
|
|
512
|
-
export { default as SolidMediaMultipleKanbanColumn } from '@/components/core/kanban/columns/SolidMediaMultipleColumn';
|
|
513
|
-
//SolidMediaSingleColumn.tsx
|
|
514
|
-
export { default as SolidMediaSingleKanbanColumn } from '@/components/core/kanban/columns/SolidMediaSingleColumn';
|
|
515
|
-
//SolidRelationColumn.tsx
|
|
516
|
-
export { default as SolidRelationKanbanColumn } from '@/components/core/kanban/columns/SolidRelationColumn';
|
|
517
|
-
//SolidRichTextColumn.tsx
|
|
518
|
-
export { default as SolidRichTextKanbanColumn } from '@/components/core/kanban/columns/SolidRichTextColumn';
|
|
519
|
-
//SolidSelectionDynamicColumn.tsx
|
|
520
|
-
export { default as SolidSelectionDynamicKanbanColumn } from '@/components/core/kanban/columns/SolidSelectionDynamicColumn';
|
|
521
|
-
//SolidSelectionStaticColumn.tsx
|
|
522
|
-
export { default as SolidSelectionStaticKanbanColumn } from '@/components/core/kanban/columns/SolidSelectionStaticColumn';
|
|
523
|
-
//SolidShortTextColumn.tsx
|
|
524
|
-
export { default as SolidShortTextKanbanColumn } from '@/components/core/kanban/columns/SolidShortTextColumn';
|
|
525
|
-
//SolidTimeColumn.tsx
|
|
526
|
-
export {default as SolidTimeKanbanColumn} from '@/components/core/kanban/columns/SolidTimeColumn';
|
|
527
|
-
//SolidUuidColumn.tsx
|
|
528
|
-
export {default as SolidUuidKanbanColumn} from '@/components/core/kanban/columns/SolidUuidColumn';
|
|
529
|
-
//SolidRelationManyToOneColumn.tsx
|
|
530
|
-
export {default as SolidRelationManyToOneKanbanColumn} from '@/components/core/kanban/columns/relations/SolidRelationManyToOneColumn';
|
|
531
481
|
//SolidListingHeader.tsx
|
|
532
482
|
export {default as SolidListingHeader} from '@/components/core/list/SolidListingHeader';
|
|
533
483
|
//SolidBigintColumn.tsx
|
package/rollup.config.mjs
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import resolve from '@rollup/plugin-node-resolve';
|
|
2
|
-
import commonjs from '@rollup/plugin-commonjs';
|
|
3
|
-
import peerDepsExternal from 'rollup-plugin-peer-deps-external';
|
|
4
|
-
import typescript from 'rollup-plugin-typescript2';
|
|
5
|
-
import pkg from './package.json' assert { type: 'json' };;
|
|
6
|
-
import postcss from 'rollup-plugin-postcss';
|
|
7
|
-
import { terser } from 'rollup-plugin-terser';
|
|
8
|
-
import json from '@rollup/plugin-json';
|
|
9
|
-
|
|
10
|
-
export default {
|
|
11
|
-
input: 'src/index.ts', // The entry point of your package
|
|
12
|
-
output: [
|
|
13
|
-
{
|
|
14
|
-
dir: 'dist', // Specify the output directory
|
|
15
|
-
format: 'cjs',
|
|
16
|
-
sourcemap: true,
|
|
17
|
-
exports: 'named', // Ensure named exports are supported
|
|
18
|
-
inlineDynamicImports: true, // Ensures dynamic imports are inlined
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
dir: 'dist', // Specify the output directory
|
|
22
|
-
format: 'esm',
|
|
23
|
-
sourcemap: true,
|
|
24
|
-
exports: 'named', // Ensure named exports are supported
|
|
25
|
-
inlineDynamicImports: true, // Ensures dynamic imports are inlined
|
|
26
|
-
},
|
|
27
|
-
],
|
|
28
|
-
plugins: [
|
|
29
|
-
peerDepsExternal(), // Exclude peer dependencies from the bundle
|
|
30
|
-
resolve(), // Resolve third-party modules
|
|
31
|
-
commonjs(), // Convert CommonJS modules to ESModules
|
|
32
|
-
typescript({
|
|
33
|
-
tsconfig: './tsconfig.json',
|
|
34
|
-
// useTsconfigDeclarationDir: true, // This is key to respect the declaration dir
|
|
35
|
-
clean: true, // Clean cache
|
|
36
|
-
}), // Use TypeScript
|
|
37
|
-
postcss(), // Handle CSS imports
|
|
38
|
-
json(), // Support for JSON files
|
|
39
|
-
// terser(), // Minify the output
|
|
40
|
-
],
|
|
41
|
-
external: [
|
|
42
|
-
...Object.keys(pkg.dependencies || {}),
|
|
43
|
-
...Object.keys(pkg.peerDependencies || {}),
|
|
44
|
-
], // Mark peerDependencies and dependencies as external
|
|
45
|
-
};
|
|
Binary file
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import { useEffect, useState } from "react";
|
|
2
|
-
import { Button } from "primereact/button";
|
|
3
|
-
import { Dropdown } from "primereact/dropdown";
|
|
4
|
-
import { SolidKanbanViewSearchColumn } from "./SolidKanbanViewSearchColumn";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export const SolidKanbanFilter = ({ solidKanbanViewMetaData, handleApplyFilter, filterValues, setFilterValues }: any) => {
|
|
8
|
-
|
|
9
|
-
const [fieldsList, setFieldsList] = useState<any[]>([]);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
useEffect(() => {
|
|
13
|
-
if (solidKanbanViewMetaData) {
|
|
14
|
-
const arrayOfFields = Object.entries(solidKanbanViewMetaData.data.solidFieldsMetadata).map(([key, value]) => {
|
|
15
|
-
return { label: key, value: key }
|
|
16
|
-
})
|
|
17
|
-
setFieldsList(arrayOfFields);
|
|
18
|
-
}
|
|
19
|
-
}, [solidKanbanViewMetaData])
|
|
20
|
-
|
|
21
|
-
const addEnumValue = () => {
|
|
22
|
-
setFilterValues([...filterValues, { field: '', operator: '', value: '' }]);
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
const updateEnumValues = (index: number, field: keyof { field: string; operator: string; value: string }, value: string) => {
|
|
26
|
-
const updatedSpecification = filterValues.map((filterValue: any, i: number) =>
|
|
27
|
-
i === index ? { ...filterValue, [field]: value } : filterValue
|
|
28
|
-
);
|
|
29
|
-
setFilterValues(updatedSpecification);
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
const deleteEnumValue = (index: number) => {
|
|
34
|
-
if (filterValues.length > 1) {
|
|
35
|
-
const updatedRows = filterValues.filter((_: any, rowIndex: number) => rowIndex !== index);
|
|
36
|
-
setFilterValues(updatedRows)
|
|
37
|
-
} else {
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
return (
|
|
43
|
-
<div className="grid formgrid">
|
|
44
|
-
<div className="col-12">
|
|
45
|
-
<div className="flex flex-column gap-2">
|
|
46
|
-
{filterValues && filterValues.map((filterValue: any, index: number) => (
|
|
47
|
-
<div key={index} className="flex align-items-center gap-2">
|
|
48
|
-
{/* <InputText
|
|
49
|
-
value={filterValue.field}
|
|
50
|
-
onChange={(e) => updateEnumValues(index, 'field', e.target.value)}
|
|
51
|
-
placeholder="Enter Display"
|
|
52
|
-
className="p-inputtext-sm small-input w-full"
|
|
53
|
-
// onBlur={(e: any) => handleBlurAndUpdateState(e, formik.setFieldValue, formik.values, formik)}
|
|
54
|
-
/> */}
|
|
55
|
-
<Dropdown
|
|
56
|
-
value={filterValue.field}
|
|
57
|
-
onChange={e => {
|
|
58
|
-
console.log("e.value", e.value);
|
|
59
|
-
|
|
60
|
-
// setFieldName({ name: e.value.name, type: e.value.type })
|
|
61
|
-
// onChange(rule.id, 'fieldName', e.value.name)
|
|
62
|
-
updateEnumValues(index, 'field', e.value)
|
|
63
|
-
}}
|
|
64
|
-
options={fieldsList}
|
|
65
|
-
optionLabel='label'
|
|
66
|
-
optionValue='value'
|
|
67
|
-
placeholder="Select Field" className="w-full md:w-14rem" />
|
|
68
|
-
{/* <InputText
|
|
69
|
-
value={filterValue.value}
|
|
70
|
-
onChange={(e) => updateEnumValues(index, 'value', e.target.value)}
|
|
71
|
-
placeholder="Enter Value"
|
|
72
|
-
className="p-inputtext-sm small-input w-full"
|
|
73
|
-
// onBlur={(e: any) => handleBlurAndUpdateState(e, formik.setFieldValue, formik.values, formik)}
|
|
74
|
-
/> */}
|
|
75
|
-
<SolidKanbanViewSearchColumn solidKanbanViewMetaData={solidKanbanViewMetaData} fieldMetadata={solidKanbanViewMetaData.data.solidFieldsMetadata[filterValue.field]} updateEnumValues={updateEnumValues} index={index} enumValue={filterValue}></SolidKanbanViewSearchColumn>
|
|
76
|
-
<Button
|
|
77
|
-
icon="pi pi-plus"
|
|
78
|
-
size="small"
|
|
79
|
-
className="small-button"
|
|
80
|
-
onClick={addEnumValue}
|
|
81
|
-
type="button"
|
|
82
|
-
/>
|
|
83
|
-
{/* Trash Button to delete the row */}
|
|
84
|
-
<Button
|
|
85
|
-
icon="pi pi-trash"
|
|
86
|
-
size="small"
|
|
87
|
-
className="small-button"
|
|
88
|
-
onClick={() => deleteEnumValue(index)}
|
|
89
|
-
outlined
|
|
90
|
-
severity="danger"
|
|
91
|
-
type="button"
|
|
92
|
-
/>
|
|
93
|
-
</div>
|
|
94
|
-
))}
|
|
95
|
-
|
|
96
|
-
<Button onClick={() => handleApplyFilter(filterValues)}>Apply</Button>
|
|
97
|
-
|
|
98
|
-
</div>
|
|
99
|
-
|
|
100
|
-
</div>
|
|
101
|
-
</div>
|
|
102
|
-
)
|
|
103
|
-
|
|
104
|
-
}
|