@solidstarters/solid-core-ui 1.0.1 → 1.1.0
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.js.map +1 -1
- package/dist/components/CustomFooter/FooterForm.js.map +1 -1
- package/dist/components/auth/SolidForgotPassword.d.ts +3 -0
- package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -0
- package/dist/components/auth/SolidForgotPassword.js +108 -0
- package/dist/components/auth/SolidForgotPassword.js.map +1 -0
- package/dist/components/auth/SolidLogin.d.ts +3 -0
- package/dist/components/auth/SolidLogin.d.ts.map +1 -0
- package/dist/components/auth/SolidLogin.js +115 -0
- package/dist/components/auth/SolidLogin.js.map +1 -0
- package/dist/components/auth/SolidOTPVerify.d.ts +3 -0
- package/dist/components/auth/SolidOTPVerify.d.ts.map +1 -0
- package/dist/components/auth/SolidOTPVerify.js +108 -0
- package/dist/components/auth/SolidOTPVerify.js.map +1 -0
- package/dist/components/auth/SolidRegister.d.ts +3 -0
- package/dist/components/auth/SolidRegister.d.ts.map +1 -0
- package/dist/components/auth/SolidRegister.js +166 -0
- package/dist/components/auth/SolidRegister.js.map +1 -0
- package/dist/components/auth/SolidResetPassword.d.ts +3 -0
- package/dist/components/auth/SolidResetPassword.d.ts.map +1 -0
- package/dist/components/auth/SolidResetPassword.js +119 -0
- package/dist/components/auth/SolidResetPassword.js.map +1 -0
- package/dist/components/core/common/FilterComponent.d.ts +33 -1
- package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
- package/dist/components/core/common/FilterComponent.js +39 -35
- package/dist/components/core/common/FilterComponent.js.map +1 -1
- package/dist/components/core/common/SolidConfigureLayoutElement.js +4 -4
- package/dist/components/core/common/SolidConfigureLayoutElement.js.map +1 -1
- package/dist/components/core/common/SolidCreateButton.js +1 -1
- package/dist/components/core/common/SolidCreateButton.js.map +1 -1
- 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 +14 -9
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
- package/dist/components/core/common/SolidLayoutViews.d.ts +19 -0
- package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -0
- package/dist/components/core/common/SolidLayoutViews.js +14 -0
- package/dist/components/core/common/SolidLayoutViews.js.map +1 -0
- package/dist/components/core/common/SolidListViewOptions.d.ts +2 -0
- package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -0
- package/dist/components/core/common/SolidListViewOptions.js +11 -0
- package/dist/components/core/common/SolidListViewOptions.js.map +1 -0
- package/dist/components/core/common/SolidSearchBox.js.map +1 -1
- package/dist/components/core/field/FieldListViewData.js +7 -7
- package/dist/components/core/field/FieldListViewData.js.map +1 -1
- package/dist/components/core/filter/SolidFilterFields.d.ts.map +1 -1
- package/dist/components/core/filter/SolidFilterFields.js +32 -35
- package/dist/components/core/filter/SolidFilterFields.js.map +1 -1
- package/dist/components/core/filter/SolidManyToOneFilterElement.js +2 -2
- package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +0 -1
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -1
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -1
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +0 -1
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -1
- package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -1
- package/dist/components/core/filter/SolidVarInputsFilterElement.js +1 -2
- package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -1
- package/dist/components/core/filter/fields/SolidBigintField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidBigintField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidBigintField.js +8 -0
- package/dist/components/core/filter/fields/SolidBigintField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidBooleanField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidBooleanField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidBooleanField.js +26 -0
- package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidComputedField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidComputedField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidComputedField.js +22 -0
- package/dist/components/core/filter/fields/SolidComputedField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidDateField.d.ts +8 -0
- package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidDateField.js +34 -0
- package/dist/components/core/filter/fields/SolidDateField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.js +29 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidDecimalField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidDecimalField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidDecimalField.js +8 -0
- package/dist/components/core/filter/fields/SolidDecimalField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.js +24 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidFloatField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidFloatField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidFloatField.js +8 -0
- package/dist/components/core/filter/fields/SolidFloatField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidIdField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidIdField.js +24 -0
- package/dist/components/core/filter/fields/SolidIdField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidIntField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidIntField.js +33 -0
- package/dist/components/core/filter/fields/SolidIntField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidLongTextField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidLongTextField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidLongTextField.js +8 -0
- package/dist/components/core/filter/fields/SolidLongTextField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.js +34 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.js +34 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidRelationField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidRelationField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidRelationField.js +12 -0
- package/dist/components/core/filter/fields/SolidRelationField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidRichTextField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidRichTextField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidRichTextField.js +8 -0
- package/dist/components/core/filter/fields/SolidRichTextField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +23 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.js +25 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidShortTextField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidShortTextField.js +32 -0
- package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidTimeField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidTimeField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidTimeField.js +24 -0
- package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidUuidField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidUuidField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidUuidField.js +24 -0
- package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts +4 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +53 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +23 -23
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.js +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateField.js +2 -2
- package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.js +2 -2
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.js +2 -2
- package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.js +2 -2
- package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
- package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidJsonField.js +2 -2
- package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.js +2 -2
- package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaMultipleField.js +5 -5
- package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaSingleField.js +5 -5
- package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
- package/dist/components/core/form/fields/SolidRelationField.js +1 -1
- package/dist/components/core/form/fields/SolidRelationField.js.map +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.js +2 -2
- package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +3 -3
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +2 -2
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.js +2 -2
- package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +7 -7
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +3 -3
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +2 -2
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.d.ts +1 -1
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.js +10 -10
- package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
- package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanCard.js.map +1 -1
- package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanColumn.js +2 -2
- package/dist/components/core/kanban/KanbanColumn.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +121 -210
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +302 -53
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewColumn.js +12 -12
- package/dist/components/core/list/SolidListViewColumn.js.map +1 -1
- package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -1
- package/dist/components/core/list/SolidListingHeader.js.map +1 -1
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidManyToOneFilterElement.js +1 -2
- package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -1
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +2 -2
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -1
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -1
- package/dist/components/core/list/SolidVarInputsFilterElement.js +1 -1
- package/dist/components/core/list/SolidVarInputsFilterElement.js.map +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.js +3 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidComputedColumn.js +2 -2
- package/dist/components/core/list/columns/SolidComputedColumn.js.map +1 -1
- 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 +2 -2
- package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDatetimeColumn.js +1 -1
- package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIdColumn.js +1 -1
- package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIntColumn.js +2 -2
- package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +1 -1
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +4 -2
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.js +7 -3
- package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidTimeColumn.js +4 -2
- package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidUuidColumn.js +4 -2
- package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
- package/dist/components/core/model/CreateModel.js +8 -8
- package/dist/components/core/model/CreateModel.js.map +1 -1
- package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaData.js +6 -6
- package/dist/components/core/model/FieldMetaData.js.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.js +23 -23
- package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
- package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
- package/dist/components/core/model/FieldSelector.js.map +1 -1
- package/dist/components/core/model/ModelListViewData.d.ts.map +1 -1
- package/dist/components/core/model/ModelListViewData.js +7 -7
- package/dist/components/core/model/ModelListViewData.js.map +1 -1
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
- package/dist/components/core/model/ModelMetaData.js +9 -9
- package/dist/components/core/model/ModelMetaData.js.map +1 -1
- package/dist/components/core/module/CreateModule.d.ts.map +1 -1
- package/dist/components/core/module/CreateModule.js +18 -18
- package/dist/components/core/module/CreateModule.js.map +1 -1
- package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
- package/dist/components/core/module/ModuleListViewData.js +8 -8
- package/dist/components/core/module/ModuleListViewData.js.map +1 -1
- package/dist/components/core/users/CreateUser.js +11 -11
- package/dist/components/core/users/CreateUser.js.map +1 -1
- package/dist/components/core/users/CreateUserRole.d.ts.map +1 -1
- package/dist/components/core/users/CreateUserRole.js +9 -9
- package/dist/components/core/users/CreateUserRole.js.map +1 -1
- package/dist/components/core/users/UserListView.d.ts.map +1 -1
- package/dist/components/core/users/UserListView.js +7 -7
- package/dist/components/core/users/UserListView.js.map +1 -1
- package/dist/components/layout/AdminSidebar.js.map +1 -1
- package/dist/components/layout/AppConfig.d.ts +4 -0
- package/dist/components/layout/AppConfig.d.ts.map +1 -0
- package/dist/components/layout/AppConfig.js +57 -0
- package/dist/components/layout/AppConfig.js.map +1 -0
- package/dist/components/layout/AppSidebar.d.ts +3 -0
- package/dist/components/layout/AppSidebar.d.ts.map +1 -0
- package/dist/components/layout/AppSidebar.js +75 -0
- package/dist/components/layout/AppSidebar.js.map +1 -0
- package/dist/components/layout/ButtonLoader.d.ts.map +1 -1
- package/dist/components/layout/ButtonLoader.js.map +1 -1
- package/dist/components/layout/CustomPagination.d.ts +0 -6
- package/dist/components/layout/CustomPagination.d.ts.map +1 -1
- package/dist/components/layout/CustomPagination.js +48 -27
- package/dist/components/layout/CustomPagination.js.map +1 -1
- package/dist/components/layout/FilterMenu.d.ts.map +1 -1
- package/dist/components/layout/FilterMenu.js +1 -2
- package/dist/components/layout/FilterMenu.js.map +1 -1
- package/dist/components/layout/GlobalSearch.js.map +1 -1
- package/dist/components/layout/ListingHeader.js +2 -2
- package/dist/components/layout/ListingHeader.js.map +1 -1
- package/dist/components/layout/context/layoutcontext.d.ts +5 -0
- package/dist/components/layout/context/layoutcontext.d.ts.map +1 -0
- package/dist/components/layout/context/layoutcontext.js +56 -0
- package/dist/components/layout/context/layoutcontext.js.map +1 -0
- package/dist/components/layout/navbar-one.d.ts.map +1 -1
- package/dist/components/layout/navbar-one.js +13 -11
- package/dist/components/layout/navbar-one.js.map +1 -1
- package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
- package/dist/components/layout/navbar-two-menu.js +7 -7
- package/dist/components/layout/navbar-two-menu.js.map +1 -1
- package/dist/components/layout/navbar-two.js +1 -1
- package/dist/components/layout/navbar-two.js.map +1 -1
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +38 -6
- package/dist/components/layout/user-profile-menu.js.map +1 -1
- package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -1
- package/dist/components/modelsComponents/filterIcon.js.map +1 -1
- package/dist/components/tables/ListViewTable.d.ts.map +1 -1
- package/dist/components/tables/ListViewTable.js +8 -7
- package/dist/components/tables/ListViewTable.js.map +1 -1
- package/dist/helpers/helpers.d.ts +1 -1
- package/dist/helpers/helpers.d.ts.map +1 -1
- package/dist/index.d.ts +19 -14
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +43 -35
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
- package/src/components/CustomFooter/CustomFooter.tsx +2 -2
- package/src/components/CustomFooter/FooterForm.tsx +2 -2
- package/src/components/auth/SolidForgotPassword.tsx +124 -0
- package/src/components/auth/SolidLogin.tsx +156 -0
- package/src/components/auth/SolidOTPVerify.tsx +127 -0
- package/src/components/auth/SolidRegister.tsx +221 -0
- package/src/components/auth/SolidResetPassword.tsx +160 -0
- package/src/components/core/common/FilterComponent.tsx +87 -57
- package/src/components/core/common/SolidConfigureLayoutElement.tsx +12 -12
- package/src/components/core/common/SolidCreateButton.tsx +1 -1
- package/src/components/core/common/SolidGlobalSearchElement.tsx +33 -13
- package/src/components/core/common/SolidLayoutViews.tsx +87 -0
- package/src/components/core/common/SolidListViewOptions.tsx +31 -0
- package/src/components/core/common/SolidSearchBox.tsx +1 -1
- package/src/components/core/field/FieldListViewData.tsx +10 -10
- package/src/components/core/filter/SolidFilterFields.tsx +32 -35
- package/src/components/core/filter/SolidManyToOneFilterElement.tsx +2 -2
- package/src/components/core/filter/SolidSelectionDynamicFilterElement.tsx +0 -1
- package/src/components/core/filter/SolidSelectionStaticFilterElement.tsx +0 -1
- package/src/components/core/filter/SolidVarInputsFilterElement.tsx +2 -4
- package/src/components/core/filter/{columns → fields}/SolidBigintField.tsx +1 -1
- package/src/components/core/filter/{columns → fields}/SolidBooleanField.tsx +6 -7
- package/src/components/core/filter/{columns → fields}/SolidComputedField.tsx +4 -4
- package/src/components/core/filter/{columns → fields}/SolidDateField.tsx +12 -13
- package/src/components/core/filter/{columns → fields}/SolidDatetimeField.tsx +10 -7
- package/src/components/core/filter/{columns → fields}/SolidDecimalField.tsx +1 -2
- package/src/components/core/filter/{columns → fields}/SolidExternalIdField.tsx +6 -9
- package/src/components/core/filter/{columns → fields}/SolidFloatField.tsx +1 -1
- package/src/components/core/filter/{columns → fields}/SolidIdField.tsx +8 -10
- package/src/components/core/filter/{columns → fields}/SolidIntField.tsx +12 -14
- package/src/components/core/filter/{columns → fields}/SolidLongTextField.tsx +1 -1
- package/src/components/core/filter/{columns → fields}/SolidMediaMultipleField.tsx +12 -15
- package/src/components/core/filter/{columns → fields}/SolidMediaSingleField.tsx +12 -14
- package/src/components/core/filter/{columns → fields}/SolidRelationField.tsx +1 -1
- package/src/components/core/filter/{columns → fields}/SolidRichTextField.tsx +1 -1
- package/src/components/core/filter/{columns → fields}/SolidSelectionDynamicField.tsx +6 -9
- package/src/components/core/filter/{columns → fields}/SolidSelectionStaticField.tsx +7 -9
- package/src/components/core/filter/{columns → fields}/SolidShortTextField.tsx +12 -14
- package/src/components/core/filter/{columns → fields}/SolidTimeField.tsx +5 -6
- package/src/components/core/filter/{columns → fields}/SolidUuidField.tsx +6 -8
- package/src/components/core/filter/{columns → fields}/relations/SolidRelationManyToOneField.tsx +6 -7
- package/src/components/core/form/SolidFormView.tsx +27 -26
- package/src/components/core/form/fields/ISolidField.tsx +1 -1
- package/src/components/core/form/fields/SolidBooleanField.tsx +3 -5
- package/src/components/core/form/fields/SolidDateField.tsx +4 -5
- package/src/components/core/form/fields/SolidDateTimeField.tsx +4 -5
- package/src/components/core/form/fields/SolidDecimalField.tsx +3 -5
- package/src/components/core/form/fields/SolidIntegerField.tsx +3 -5
- package/src/components/core/form/fields/SolidJsonField.tsx +3 -9
- package/src/components/core/form/fields/SolidLongTextField.tsx +3 -4
- package/src/components/core/form/fields/SolidMediaMultipleField.tsx +7 -8
- package/src/components/core/form/fields/SolidMediaSingleField.tsx +7 -8
- package/src/components/core/form/fields/SolidRelationField.tsx +1 -1
- package/src/components/core/form/fields/SolidRichTextField.tsx +4 -6
- package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +5 -6
- package/src/components/core/form/fields/SolidSelectionStaticField.tsx +4 -6
- package/src/components/core/form/fields/SolidShortTextField.tsx +3 -4
- package/src/components/core/form/fields/SolidTimeField.tsx +4 -5
- package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +9 -12
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +5 -6
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +4 -10
- package/src/components/core/kanban/KanbanBoard.tsx +4 -2
- package/src/components/core/kanban/KanbanCard.tsx +1 -1
- package/src/components/core/kanban/KanbanColumn.tsx +2 -3
- package/src/components/core/kanban/SolidKanbanView.tsx +121 -262
- package/src/components/core/list/SolidListView.tsx +408 -86
- package/src/components/core/list/SolidListViewColumn.tsx +12 -13
- package/src/components/core/list/SolidListingHeader.tsx +1 -2
- package/src/components/core/list/SolidManyToOneFilterElement.tsx +1 -2
- package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +2 -2
- package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +0 -2
- package/src/components/core/list/SolidVarInputsFilterElement.tsx +3 -3
- package/src/components/core/list/columns/SolidBooleanColumn.tsx +2 -7
- package/src/components/core/list/columns/SolidComputedColumn.tsx +2 -2
- package/src/components/core/list/columns/SolidDateColumn.tsx +3 -4
- package/src/components/core/list/columns/SolidDatetimeColumn.tsx +2 -3
- package/src/components/core/list/columns/SolidIdColumn.tsx +3 -4
- package/src/components/core/list/columns/SolidIntColumn.tsx +3 -4
- package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +3 -4
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +4 -5
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +11 -7
- package/src/components/core/list/columns/SolidTimeColumn.tsx +3 -5
- package/src/components/core/list/columns/SolidUuidColumn.tsx +4 -5
- package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +3 -4
- package/src/components/core/model/CreateModel.tsx +9 -9
- package/src/components/core/model/FieldMetaData.tsx +7 -9
- package/src/components/core/model/FieldMetaDataForm.tsx +23 -23
- package/src/components/core/model/FieldSelector.tsx +1 -3
- package/src/components/core/model/ModelListViewData.tsx +11 -16
- package/src/components/core/model/ModelMetaData.tsx +9 -13
- package/src/components/core/module/CreateModule.tsx +18 -20
- package/src/components/core/module/ModuleListViewData.tsx +10 -19
- package/src/components/core/users/CreateUser.tsx +12 -12
- package/src/components/core/users/CreateUserRole.tsx +9 -14
- package/src/components/core/users/UserListView.tsx +9 -10
- package/src/components/layout/AdminSidebar.tsx +1 -1
- package/src/components/layout/AppConfig.tsx +103 -0
- package/src/components/layout/AppSidebar.tsx +170 -0
- package/src/components/layout/ButtonLoader.tsx +0 -1
- package/src/components/layout/CustomPagination.tsx +55 -55
- package/src/components/layout/FilterMenu.tsx +1 -2
- package/src/components/layout/GlobalSearch.tsx +4 -4
- package/src/components/layout/ListingHeader.tsx +2 -2
- package/src/components/layout/context/layoutcontext.tsx +52 -0
- package/src/components/layout/navbar-one.tsx +8 -9
- package/src/components/layout/navbar-two-menu.tsx +14 -11
- package/src/components/layout/navbar-two.tsx +1 -1
- package/src/components/layout/user-profile-menu.tsx +74 -189
- package/src/components/modelsComponents/filterIcon.tsx +0 -1
- package/src/components/tables/ListViewTable.tsx +10 -9
- package/src/index.ts +157 -144
- package/src/types/index.d.ts +26 -0
- package/src/types/layout.d.ts +94 -0
- package/src/types/next-auth.d.ts +0 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts +0 -2
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts +0 -10
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +0 -2
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +0 -2
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +0 -2
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +0 -12
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts +0 -9
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts.map +0 -1
- package/dist/redux/hooks.d.ts +0 -2
- package/dist/redux/hooks.d.ts.map +0 -1
- package/dist/redux/store.d.ts +0 -375
- package/dist/redux/store.d.ts.map +0 -1
- 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/common/FilterComponent.tsx +0 -428
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { Schema } from "yup";
|
|
3
3
|
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
4
|
+
import { SolidRelationManyToManyField } from "./relations/SolidRelationManyToManyField";
|
|
4
5
|
import { SolidRelationManyToOneField } from "./relations/SolidRelationManyToOneField";
|
|
5
6
|
import { SolidRelationOneToManyField } from "./relations/SolidRelationOneToManyField";
|
|
6
|
-
import { SolidRelationManyToManyField } from "./relations/SolidRelationManyToManyField";
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
export class SolidRelationField implements ISolidField {
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
|
+
import { Editor } from "primereact/editor";
|
|
3
|
+
import { Message } from "primereact/message";
|
|
4
|
+
import { useState } from "react";
|
|
5
|
+
import * as Yup from 'yup';
|
|
2
6
|
import { Schema } from "yup";
|
|
3
7
|
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Tooltip } from "primereact/tooltip";
|
|
6
|
-
import { InputText } from "primereact/inputtext";
|
|
7
|
-
import { Message } from "primereact/message";
|
|
8
|
-
import { Editor } from "primereact/editor";
|
|
9
|
-
import { useEffect, useState } from "react";
|
|
10
8
|
|
|
11
9
|
export class SolidRichTextField implements ISolidField {
|
|
12
10
|
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Tooltip } from "primereact/tooltip";
|
|
6
|
-
import { Message } from "primereact/message";
|
|
2
|
+
import { useLazyGetSelectionDynamicValuesQuery } from "@/redux/api/fieldApi";
|
|
7
3
|
import { AutoComplete, AutoCompleteCompleteEvent } from "primereact/autocomplete";
|
|
4
|
+
import { Message } from "primereact/message";
|
|
8
5
|
import qs from "qs";
|
|
9
|
-
import { useLazyGetSelectionDynamicValuesQuery } from "@/redux/api/fieldApi";
|
|
10
6
|
import { useState } from "react";
|
|
7
|
+
import * as Yup from 'yup';
|
|
8
|
+
import { Schema } from "yup";
|
|
9
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
export class SolidSelectionDynamicField implements ISolidField {
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { Schema } from "yup";
|
|
3
|
-
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Tooltip } from "primereact/tooltip";
|
|
6
|
-
import { InputText } from "primereact/inputtext";
|
|
7
|
-
import { Message } from "primereact/message";
|
|
8
2
|
import { AutoComplete, AutoCompleteCompleteEvent } from "primereact/autocomplete";
|
|
3
|
+
import { Message } from "primereact/message";
|
|
9
4
|
import { useState } from "react";
|
|
5
|
+
import * as Yup from 'yup';
|
|
6
|
+
import { Schema } from "yup";
|
|
7
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
10
8
|
|
|
11
9
|
export class SolidSelectionStaticField implements ISolidField {
|
|
12
10
|
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { Schema } from "yup";
|
|
3
|
-
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Tooltip } from "primereact/tooltip";
|
|
6
2
|
import { InputText } from "primereact/inputtext";
|
|
7
3
|
import { Message } from "primereact/message";
|
|
4
|
+
import * as Yup from 'yup';
|
|
5
|
+
import { Schema } from "yup";
|
|
6
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
8
7
|
|
|
9
8
|
export class SolidShortTextField implements ISolidField {
|
|
10
9
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { Schema } from "yup";
|
|
3
|
-
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Tooltip } from "primereact/tooltip";
|
|
6
|
-
import { Message } from "primereact/message";
|
|
7
2
|
import { Calendar } from "primereact/calendar";
|
|
3
|
+
import { Message } from "primereact/message";
|
|
8
4
|
import { useRef } from "react";
|
|
5
|
+
import * as Yup from 'yup';
|
|
6
|
+
import { Schema } from "yup";
|
|
7
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
9
8
|
|
|
10
9
|
export class SolidTimeField implements ISolidField {
|
|
11
10
|
|
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { Schema } from "yup";
|
|
3
|
-
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Message } from "primereact/message";
|
|
6
|
-
import { AutoComplete, AutoCompleteCompleteEvent } from "primereact/autocomplete";
|
|
7
|
-
import qs from "qs";
|
|
8
|
-
import { useEffect, useState } from "react";
|
|
9
2
|
import { createSolidEntityApi } from "@/redux/api/solidEntityApi";
|
|
10
|
-
import { InputText } from "primereact/inputtext";
|
|
11
|
-
import { Checkbox } from "primereact/checkbox";
|
|
12
|
-
import { Panel } from "primereact/panel";
|
|
13
3
|
import { camelCase, capitalize } from "lodash";
|
|
4
|
+
import { AutoComplete, AutoCompleteCompleteEvent } from "primereact/autocomplete";
|
|
14
5
|
import { Button } from "primereact/button";
|
|
15
|
-
import {
|
|
6
|
+
import { Checkbox } from "primereact/checkbox";
|
|
16
7
|
import { Dialog } from "primereact/dialog";
|
|
8
|
+
import { Message } from "primereact/message";
|
|
9
|
+
import { Panel } from "primereact/panel";
|
|
10
|
+
import qs from "qs";
|
|
11
|
+
import { useEffect, useState } from "react";
|
|
12
|
+
import * as Yup from 'yup';
|
|
13
|
+
import { Schema } from "yup";
|
|
17
14
|
import SolidFormView from "../../SolidFormView";
|
|
18
|
-
import {
|
|
15
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
19
16
|
|
|
20
17
|
|
|
21
18
|
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Tooltip } from "primereact/tooltip";
|
|
6
|
-
import { Message } from "primereact/message";
|
|
2
|
+
import { createSolidEntityApi } from "@/redux/api/solidEntityApi";
|
|
7
3
|
import { AutoComplete, AutoCompleteCompleteEvent } from "primereact/autocomplete";
|
|
4
|
+
import { Message } from "primereact/message";
|
|
8
5
|
import qs from "qs";
|
|
9
6
|
import { useState } from "react";
|
|
10
|
-
import
|
|
7
|
+
import * as Yup from 'yup';
|
|
8
|
+
import { Schema } from "yup";
|
|
9
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
export class SolidRelationManyToOneField implements ISolidField {
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { Schema } from "yup";
|
|
3
|
-
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
4
|
-
import * as Yup from 'yup';
|
|
5
|
-
import { Message } from "primereact/message";
|
|
6
|
-
import { AutoComplete, AutoCompleteCompleteEvent } from "primereact/autocomplete";
|
|
7
|
-
import qs from "qs";
|
|
8
|
-
import { useEffect, useState } from "react";
|
|
9
|
-
import { createSolidEntityApi } from "@/redux/api/solidEntityApi";
|
|
10
|
-
import { InputText } from "primereact/inputtext";
|
|
11
2
|
import { SolidListView } from "@/components/core/list/SolidListView";
|
|
12
3
|
import { camelCase } from "lodash";
|
|
13
|
-
import { Button } from "primereact/button";
|
|
14
4
|
import { Dialog } from "primereact/dialog";
|
|
5
|
+
import { useEffect, useState } from "react";
|
|
6
|
+
import * as Yup from 'yup';
|
|
7
|
+
import { Schema } from "yup";
|
|
15
8
|
import SolidFormView from "../../SolidFormView";
|
|
9
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
16
10
|
|
|
17
11
|
|
|
18
12
|
export class SolidRelationOneToManyField implements ISolidField {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
'use client'
|
|
2
|
+
'use client'
|
|
3
3
|
|
|
4
4
|
import React, { useState, useEffect } from "react";
|
|
5
5
|
import { DragDropContext, DropResult } from "@hello-pangea/dnd";
|
|
@@ -24,7 +24,7 @@ interface ApiResponse {
|
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
export const KanbanBoard = ({ kanbanViewData, solidViewMetaData, setKanbanViewData, handleLoadMore, onDragEnd }: any) => {
|
|
27
|
+
export const KanbanBoard = ({ kanbanViewData, solidViewMetaData, setKanbanViewData, handleLoadMore, onDragEnd,handleSwimLinPagination }: any) => {
|
|
28
28
|
const [loading, setLoading] = useState<boolean>(true);
|
|
29
29
|
// State to manage the folded status of each column
|
|
30
30
|
const [foldedStates, setFoldedStates] = useState<Record<string, boolean>>({});
|
|
@@ -109,6 +109,8 @@ export const KanbanBoard = ({ kanbanViewData, solidViewMetaData, setKanbanViewDa
|
|
|
109
109
|
/>
|
|
110
110
|
);
|
|
111
111
|
})}
|
|
112
|
+
<div className="kanban-load-more-folded">
|
|
113
|
+
<a className="kaban-load-more" onClick={handleSwimLinPagination}>load More</a></div>
|
|
112
114
|
</div>
|
|
113
115
|
</DragDropContext>
|
|
114
116
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
'use client';
|
|
3
3
|
|
|
4
|
-
import React from "react";
|
|
5
4
|
import { Draggable, DraggableProvided } from "@hello-pangea/dnd";
|
|
6
5
|
import { Card } from "primereact/card";
|
|
6
|
+
import React from "react";
|
|
7
7
|
|
|
8
8
|
// Define the types for the data and props
|
|
9
9
|
interface Data {
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
'use client';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
import React, { useRef } from "react";
|
|
6
5
|
import { Droppable, DroppableProvided } from "@hello-pangea/dnd";
|
|
7
|
-
import { Button } from "primereact/button";
|
|
8
|
-
import KanbanCard from "./KanbanCard";
|
|
9
6
|
import { OverlayPanel } from "primereact/overlaypanel";
|
|
7
|
+
import { useRef } from "react";
|
|
8
|
+
import KanbanCard from "./KanbanCard";
|
|
10
9
|
|
|
11
10
|
// Define types for props
|
|
12
11
|
interface Group {
|