@solidstarters/solid-core-ui 0.1.26 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CustomFooter/CustomFooter.d.ts.map +1 -1
- package/dist/components/CustomFooter/CustomFooter.js +162 -0
- package/dist/components/CustomFooter/CustomFooter.js.map +1 -0
- package/dist/components/CustomFooter/FooterForm.d.ts.map +1 -1
- package/dist/components/CustomFooter/FooterForm.js +8 -0
- package/dist/components/CustomFooter/FooterForm.js.map +1 -0
- package/dist/components/CustomHeader/CallIcon.d.ts.map +1 -1
- package/dist/components/CustomHeader/CallIcon.js +6 -0
- package/dist/components/CustomHeader/CallIcon.js.map +1 -0
- package/dist/components/CustomHeader/CustomDropdown.js +38 -0
- package/dist/components/CustomHeader/CustomDropdown.js.map +1 -0
- package/dist/components/CustomHeader/CustomHeader.js +18 -0
- package/dist/components/CustomHeader/CustomHeader.js.map +1 -0
- package/dist/components/CustomHeader/EmailIcon.d.ts.map +1 -1
- package/dist/components/CustomHeader/EmailIcon.js +6 -0
- package/dist/components/CustomHeader/EmailIcon.js.map +1 -0
- package/dist/components/CustomHeader/HeaderCart.d.ts.map +1 -1
- package/dist/components/CustomHeader/HeaderCart.js +7 -0
- package/dist/components/CustomHeader/HeaderCart.js.map +1 -0
- package/dist/components/CustomHeader/productNavData.d.ts.map +1 -1
- package/dist/components/CustomHeader/productNavData.js +178 -0
- package/dist/components/CustomHeader/productNavData.js.map +1 -0
- package/dist/components/FormView/DetailsViews.js +23 -0
- package/dist/components/FormView/DetailsViews.js.map +1 -0
- package/dist/components/FormView/OrderAddressDetails.d.ts.map +1 -1
- package/dist/components/FormView/OrderAddressDetails.js +31 -0
- package/dist/components/FormView/OrderAddressDetails.js.map +1 -0
- package/dist/components/FormView/OrderPaymentDetails.d.ts.map +1 -1
- package/dist/components/FormView/OrderPaymentDetails.js +6 -0
- package/dist/components/FormView/OrderPaymentDetails.js.map +1 -0
- package/dist/components/FormView/OrderTableDetails.d.ts.map +1 -1
- package/dist/components/FormView/OrderTableDetails.js +22 -0
- package/dist/components/FormView/OrderTableDetails.js.map +1 -0
- package/dist/components/FormView/OrderedProductDetail.d.ts.map +1 -1
- package/dist/components/FormView/OrderedProductDetail.js +6 -0
- package/dist/components/FormView/OrderedProductDetail.js.map +1 -0
- package/dist/components/Tag/CustomTag.d.ts.map +1 -1
- package/dist/components/Tag/CustomTag.js +34 -0
- package/dist/components/Tag/CustomTag.js.map +1 -0
- package/dist/components/auth/Login.js +117 -0
- package/dist/components/auth/Login.js.map +1 -0
- package/dist/components/auth/Register.js +173 -0
- package/dist/components/auth/Register.js.map +1 -0
- package/dist/components/common/AuthBanner.d.ts.map +1 -1
- package/dist/components/common/AuthBanner.js +15 -0
- package/dist/components/common/AuthBanner.js.map +1 -0
- package/dist/components/common/AutoCompleteField.d.ts.map +1 -1
- package/dist/components/common/AutoCompleteField.js +96 -0
- package/dist/components/common/AutoCompleteField.js.map +1 -0
- package/dist/components/common/CancelButton.js +30 -0
- package/dist/components/common/CancelButton.js.map +1 -0
- package/dist/components/common/CodeEditor.d.ts.map +1 -1
- package/dist/components/common/CodeEditor.js +13 -0
- package/dist/components/common/CodeEditor.js.map +1 -0
- package/dist/components/common/CreateButton.d.ts.map +1 -1
- package/dist/components/common/CreateButton.js +12 -0
- package/dist/components/common/CreateButton.js.map +1 -0
- package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -1
- package/dist/components/common/DropzonePlaceholder.js +6 -0
- package/dist/components/common/DropzonePlaceholder.js.map +1 -0
- package/dist/components/common/DropzoneUpload.d.ts.map +1 -1
- package/dist/components/common/DropzoneUpload.js +7 -0
- package/dist/components/common/DropzoneUpload.js.map +1 -0
- package/dist/components/common/FilterComponent.d.ts.map +1 -1
- package/dist/components/common/FilterComponent.js +214 -0
- package/dist/components/common/FilterComponent.js.map +1 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -1
- package/dist/components/common/HeaderDynamicTitles.js +9 -0
- package/dist/components/common/HeaderDynamicTitles.js.map +1 -0
- package/dist/components/common/MarkdownViewer.d.ts.map +1 -1
- package/dist/components/common/MarkdownViewer.js +11 -0
- package/dist/components/common/MarkdownViewer.js.map +1 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -1
- package/dist/components/common/MultipleSelectAutoCompleteField.js +86 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -1
- package/dist/components/common/SingleSelectAutoCompleteField.js +86 -0
- package/dist/components/common/SingleSelectAutoCompleteField.js.map +1 -0
- package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
- package/dist/components/common/SocialMediaLogin.js +7 -0
- package/dist/components/common/SocialMediaLogin.js.map +1 -0
- package/dist/components/core/common/FilterComponent.d.ts +6 -0
- package/dist/components/core/common/FilterComponent.d.ts.map +1 -0
- package/dist/components/core/common/FilterComponent.js +214 -0
- package/dist/components/core/common/FilterComponent.js.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts +2 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js +73 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js.map +1 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidConfigureLayoutElement.js +11 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.js.map +1 -0
- package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -1
- package/dist/components/core/common/SolidCreateButton.js +13 -0
- package/dist/components/core/common/SolidCreateButton.js.map +1 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js +32 -0
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -0
- package/dist/components/core/common/SolidSearchBox.d.ts +1 -1
- package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -1
- package/dist/components/core/common/SolidSearchBox.js +16 -0
- package/dist/components/core/common/SolidSearchBox.js.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts +2 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +59 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts +2 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +58 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -0
- package/dist/components/core/field/FieldListViewData.js +192 -0
- package/dist/components/core/field/FieldListViewData.js.map +1 -0
- package/dist/components/core/filter/SolidFilterFields.d.ts +10 -0
- package/dist/components/core/filter/SolidFilterFields.d.ts.map +1 -0
- package/dist/components/core/filter/SolidFilterFields.js +112 -0
- package/dist/components/core/filter/SolidFilterFields.js.map +1 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.js +86 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +74 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +21 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.js +81 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -0
- package/dist/components/core/filter/columns/SolidBigintField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidBigintField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidBigintField.js +8 -0
- package/dist/components/core/filter/columns/SolidBigintField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidBooleanField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidBooleanField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidBooleanField.js +27 -0
- package/dist/components/core/filter/columns/SolidBooleanField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidComputedField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidComputedField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidComputedField.js +22 -0
- package/dist/components/core/filter/columns/SolidComputedField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidDateField.d.ts +9 -0
- package/dist/components/core/filter/columns/SolidDateField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidDateField.js +35 -0
- package/dist/components/core/filter/columns/SolidDateField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.js +24 -0
- package/dist/components/core/filter/columns/SolidDatetimeField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidDecimalField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidDecimalField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidDecimalField.js +8 -0
- package/dist/components/core/filter/columns/SolidDecimalField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.js +25 -0
- package/dist/components/core/filter/columns/SolidExternalIdField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidFloatField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidFloatField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidFloatField.js +8 -0
- package/dist/components/core/filter/columns/SolidFloatField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidIdField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidIdField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidIdField.js +25 -0
- package/dist/components/core/filter/columns/SolidIdField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidIntField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidIntField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidIntField.js +34 -0
- package/dist/components/core/filter/columns/SolidIntField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidLongTextField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidLongTextField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidLongTextField.js +8 -0
- package/dist/components/core/filter/columns/SolidLongTextField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.js +35 -0
- package/dist/components/core/filter/columns/SolidMediaMultipleField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.js +35 -0
- package/dist/components/core/filter/columns/SolidMediaSingleField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidRelationField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidRelationField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidRelationField.js +12 -0
- package/dist/components/core/filter/columns/SolidRelationField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidRichTextField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidRichTextField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidRichTextField.js +8 -0
- package/dist/components/core/filter/columns/SolidRichTextField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.js +25 -0
- package/dist/components/core/filter/columns/SolidSelectionDynamicField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.js +26 -0
- package/dist/components/core/filter/columns/SolidSelectionStaticField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidShortTextField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidShortTextField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidShortTextField.js +33 -0
- package/dist/components/core/filter/columns/SolidShortTextField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidTimeField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidTimeField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidTimeField.js +24 -0
- package/dist/components/core/filter/columns/SolidTimeField.js.map +1 -0
- package/dist/components/core/filter/columns/SolidUuidField.d.ts +4 -0
- package/dist/components/core/filter/columns/SolidUuidField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/SolidUuidField.js +25 -0
- package/dist/components/core/filter/columns/SolidUuidField.js.map +1 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.d.ts +4 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.d.ts.map +1 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.js +54 -0
- package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.js.map +1 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +602 -0
- package/dist/components/core/form/SolidFormView.js.map +1 -0
- package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -1
- package/dist/components/core/form/fields/ISolidField.js +3 -0
- package/dist/components/core/form/fields/ISolidField.js.map +1 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.js +70 -0
- package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateField.js +56 -0
- package/dist/components/core/form/fields/SolidDateField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.js +54 -0
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.js +54 -0
- package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.js +54 -0
- package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidJsonField.js +51 -0
- package/dist/components/core/form/fields/SolidJsonField.js.map +1 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.js +64 -0
- package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaMultipleField.js +163 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaSingleField.js +151 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidRelationField.js +42 -0
- package/dist/components/core/form/fields/SolidRelationField.js.map +1 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.js +66 -0
- package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +133 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +91 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js +65 -0
- package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.js +54 -0
- package/dist/components/core/form/fields/SolidTimeField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +341 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +147 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +143 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.js +67 -0
- package/dist/components/core/kanban/KanbanBoard.js.map +1 -0
- package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanCard.js +92 -0
- package/dist/components/core/kanban/KanbanCard.js.map +1 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanColumn.js +28 -0
- package/dist/components/core/kanban/KanbanColumn.js.map +1 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +519 -0
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
- package/dist/components/core/list/ListViewRowActionPopup.d.ts +2 -0
- package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -0
- package/dist/components/core/list/ListViewRowActionPopup.js +19 -0
- package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +450 -0
- package/dist/components/core/list/SolidListView.js.map +1 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewColumn.js +145 -0
- package/dist/components/core/list/SolidListViewColumn.js.map +1 -0
- package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -1
- package/dist/components/core/list/SolidListingHeader.js +13 -0
- package/dist/components/core/list/SolidListingHeader.js.map +1 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidManyToOneFilterElement.js +86 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +74 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidSelectionStaticFilterElement.js +21 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -1
- package/dist/components/core/list/SolidVarInputsFilterElement.js +82 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.js.map +1 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidBigintColumn.js +8 -0
- package/dist/components/core/list/columns/SolidBigintColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.js +30 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidComputedColumn.js +22 -0
- package/dist/components/core/list/columns/SolidComputedColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts +1 -1
- package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDateColumn.js +33 -0
- package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDatetimeColumn.js +22 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDecimalColumn.js +8 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidExternalIdColumn.js +23 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidFloatColumn.js +8 -0
- package/dist/components/core/list/columns/SolidFloatColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIdColumn.js +23 -0
- package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIntColumn.js +32 -0
- package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidLongTextColumn.js +8 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +15 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js +15 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidRelationColumn.js +12 -0
- package/dist/components/core/list/columns/SolidRelationColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidRichTextColumn.js +8 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +23 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +23 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.js +31 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidTimeColumn.js +22 -0
- package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidUuidColumn.js +23 -0
- package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +37 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -0
- package/dist/components/core/model/CreateModel.js +290 -0
- package/dist/components/core/model/CreateModel.js.map +1 -0
- package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaData.js +81 -0
- package/dist/components/core/model/FieldMetaData.js.map +1 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.js +1024 -0
- package/dist/components/core/model/FieldMetaDataForm.js.map +1 -0
- package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
- package/dist/components/core/model/FieldSelector.js +38 -0
- package/dist/components/core/model/FieldSelector.js.map +1 -0
- package/dist/components/core/model/ModelListViewData.d.ts.map +1 -1
- package/dist/components/core/model/ModelListViewData.js +211 -0
- package/dist/components/core/model/ModelListViewData.js.map +1 -0
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
- package/dist/components/core/model/ModelMetaData.js +338 -0
- package/dist/components/core/model/ModelMetaData.js.map +1 -0
- package/dist/components/core/module/CreateModule.d.ts.map +1 -1
- package/dist/components/core/module/CreateModule.js +319 -0
- package/dist/components/core/module/CreateModule.js.map +1 -0
- package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
- package/dist/components/core/module/ModuleListViewData.js +263 -0
- package/dist/components/core/module/ModuleListViewData.js.map +1 -0
- package/dist/components/core/users/CreateUser.d.ts.map +1 -1
- package/dist/components/core/users/CreateUser.js +231 -0
- package/dist/components/core/users/CreateUser.js.map +1 -0
- package/dist/components/core/users/CreateUserRole.d.ts.map +1 -1
- package/dist/components/core/users/CreateUserRole.js +168 -0
- package/dist/components/core/users/CreateUserRole.js.map +1 -0
- package/dist/components/core/users/UserListView.d.ts.map +1 -1
- package/dist/components/core/users/UserListView.js +223 -0
- package/dist/components/core/users/UserListView.js.map +1 -0
- package/dist/components/layout/AdminSidebar.js +42 -0
- package/dist/components/layout/AdminSidebar.js.map +1 -0
- package/dist/components/layout/ButtonLoader.d.ts.map +1 -1
- package/dist/components/layout/ButtonLoader.js +7 -0
- package/dist/components/layout/ButtonLoader.js.map +1 -0
- package/dist/components/layout/CustomPagination.js +28 -0
- package/dist/components/layout/CustomPagination.js.map +1 -0
- package/dist/components/layout/DashboardHeader.d.ts.map +1 -1
- package/dist/components/layout/DashboardHeader.js +27 -0
- package/dist/components/layout/DashboardHeader.js.map +1 -0
- package/dist/components/layout/FilterMenu.d.ts.map +1 -1
- package/dist/components/layout/FilterMenu.js +50 -0
- package/dist/components/layout/FilterMenu.js.map +1 -0
- package/dist/components/layout/Footer.d.ts.map +1 -1
- package/dist/components/layout/Footer.js +7 -0
- package/dist/components/layout/Footer.js.map +1 -0
- package/dist/components/layout/GlobalSearch.d.ts.map +1 -1
- package/dist/components/layout/GlobalSearch.js +26 -0
- package/dist/components/layout/GlobalSearch.js.map +1 -0
- package/dist/components/layout/Header.js +8 -0
- package/dist/components/layout/Header.js.map +1 -0
- package/dist/components/layout/ListingHeader.d.ts.map +1 -1
- package/dist/components/layout/ListingHeader.js +90 -0
- package/dist/components/layout/ListingHeader.js.map +1 -0
- package/dist/components/layout/Loader.d.ts.map +1 -1
- package/dist/components/layout/Loader.js +7 -0
- package/dist/components/layout/Loader.js.map +1 -0
- package/dist/components/layout/UserSidebar.js +32 -0
- package/dist/components/layout/UserSidebar.js.map +1 -0
- package/dist/components/layout/navbar-one.d.ts.map +1 -1
- package/dist/components/layout/navbar-one.js +87 -0
- package/dist/components/layout/navbar-one.js.map +1 -0
- package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
- package/dist/components/layout/navbar-two-menu.js +41 -0
- package/dist/components/layout/navbar-two-menu.js.map +1 -0
- package/dist/components/layout/navbar-two.d.ts.map +1 -1
- package/dist/components/layout/navbar-two.js +35 -0
- package/dist/components/layout/navbar-two.js.map +1 -0
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +21 -0
- package/dist/components/layout/user-profile-menu.js.map +1 -0
- package/dist/components/layout/user-profile.d.ts.map +1 -1
- package/dist/components/layout/user-profile.js +8 -0
- package/dist/components/layout/user-profile.js.map +1 -0
- package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -1
- package/dist/components/modelsComponents/filterIcon.js +6 -0
- package/dist/components/modelsComponents/filterIcon.js.map +1 -0
- package/dist/components/tables/DemoData.d.ts.map +1 -1
- package/dist/components/tables/DemoData.js +317 -0
- package/dist/components/tables/DemoData.js.map +1 -0
- package/dist/components/tables/DynamicTable.js +24 -0
- package/dist/components/tables/DynamicTable.js.map +1 -0
- package/dist/components/tables/ListViewTable.js +119 -0
- package/dist/components/tables/ListViewTable.js.map +1 -0
- package/dist/helpers/ToastContainer.d.ts.map +1 -1
- package/dist/helpers/ToastContainer.js +49 -0
- package/dist/helpers/ToastContainer.js.map +1 -0
- package/dist/helpers/authHeader.d.ts.map +1 -1
- package/dist/helpers/authHeader.js +18 -0
- package/dist/helpers/authHeader.js.map +1 -0
- package/dist/helpers/countries.d.ts.map +1 -1
- package/dist/helpers/countries.js +262 -0
- package/dist/helpers/countries.js.map +1 -0
- package/dist/helpers/helpers.d.ts.map +1 -1
- package/dist/helpers/helpers.js +26 -0
- package/dist/helpers/helpers.js.map +1 -0
- package/dist/helpers/menu.js +668 -0
- package/dist/helpers/menu.js.map +1 -0
- package/dist/helpers/permissions.d.ts.map +1 -1
- package/dist/helpers/permissions.js +12 -0
- package/dist/helpers/permissions.js.map +1 -0
- package/dist/helpers/revalidate.d.ts.map +1 -1
- package/dist/helpers/revalidate.js +48 -0
- package/dist/helpers/revalidate.js.map +1 -0
- package/dist/index.d.ts +152 -181
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +539 -45552
- package/dist/index.js.map +1 -1
- package/dist/redux/api/articleApi.js +57 -0
- package/dist/redux/api/articleApi.js.map +1 -0
- package/dist/redux/api/authApi.js +57 -0
- package/dist/redux/api/authApi.js.map +1 -0
- package/dist/redux/api/automationApi.js +57 -0
- package/dist/redux/api/automationApi.js.map +1 -0
- package/dist/redux/api/categoryApi.js +48 -0
- package/dist/redux/api/categoryApi.js.map +1 -0
- package/dist/redux/api/cityApi.js +54 -0
- package/dist/redux/api/cityApi.js.map +1 -0
- package/dist/redux/api/cmsBannerImageApi.js +57 -0
- package/dist/redux/api/cmsBannerImageApi.js.map +1 -0
- package/dist/redux/api/countryApi.js +57 -0
- package/dist/redux/api/countryApi.js.map +1 -0
- package/dist/redux/api/fetchBaseQuery.js +59 -0
- package/dist/redux/api/fetchBaseQuery.js.map +1 -0
- package/dist/redux/api/fieldApi.js +63 -0
- package/dist/redux/api/fieldApi.js.map +1 -0
- package/dist/redux/api/mediaApi.js +57 -0
- package/dist/redux/api/mediaApi.js.map +1 -0
- package/dist/redux/api/mediaStorageProviderApi.js +57 -0
- package/dist/redux/api/mediaStorageProviderApi.js.map +1 -0
- package/dist/redux/api/menuApi.js +57 -0
- package/dist/redux/api/menuApi.js.map +1 -0
- package/dist/redux/api/menuItemsApi.js +58 -0
- package/dist/redux/api/menuItemsApi.js.map +1 -0
- package/dist/redux/api/modelApi.js +71 -0
- package/dist/redux/api/modelApi.js.map +1 -0
- package/dist/redux/api/moduleApi.js +74 -0
- package/dist/redux/api/moduleApi.js.map +1 -0
- package/dist/redux/api/orderAttributeApi.js +39 -0
- package/dist/redux/api/orderAttributeApi.js.map +1 -0
- package/dist/redux/api/permissionApi.js +27 -0
- package/dist/redux/api/permissionApi.js.map +1 -0
- package/dist/redux/api/pincodeApi.js +54 -0
- package/dist/redux/api/pincodeApi.js.map +1 -0
- package/dist/redux/api/productData.js +78 -0
- package/dist/redux/api/productData.js.map +1 -0
- package/dist/redux/api/radixExtraModelAttributeApi.js +39 -0
- package/dist/redux/api/radixExtraModelAttributeApi.js.map +1 -0
- package/dist/redux/api/radixModelMetadataApi.js +64 -0
- package/dist/redux/api/radixModelMetadataApi.js.map +1 -0
- package/dist/redux/api/radixModelsApi.js +67 -0
- package/dist/redux/api/radixModelsApi.js.map +1 -0
- package/dist/redux/api/ratingApi.js +57 -0
- package/dist/redux/api/ratingApi.js.map +1 -0
- package/dist/redux/api/reviewApi.js +57 -0
- package/dist/redux/api/reviewApi.js.map +1 -0
- package/dist/redux/api/roleApi.js +49 -0
- package/dist/redux/api/roleApi.js.map +1 -0
- package/dist/redux/api/solidActionApi.js +58 -0
- package/dist/redux/api/solidActionApi.js.map +1 -0
- package/dist/redux/api/solidEntityApi.js +91 -0
- package/dist/redux/api/solidEntityApi.js.map +1 -0
- package/dist/redux/api/solidMenuApi.js +61 -0
- package/dist/redux/api/solidMenuApi.js.map +1 -0
- package/dist/redux/api/solidViewApi.js +63 -0
- package/dist/redux/api/solidViewApi.js.map +1 -0
- package/dist/redux/api/stateApi.js +54 -0
- package/dist/redux/api/stateApi.js.map +1 -0
- package/dist/redux/api/tagApi.js +57 -0
- package/dist/redux/api/tagApi.js.map +1 -0
- package/dist/redux/api/tagGroupApi.js +57 -0
- package/dist/redux/api/tagGroupApi.js.map +1 -0
- package/dist/redux/api/userApi.js +103 -0
- package/dist/redux/api/userApi.js.map +1 -0
- package/dist/redux/features/authSlice.js +19 -0
- package/dist/redux/features/authSlice.js.map +1 -0
- package/dist/redux/features/dataViewSlice.js +21 -0
- package/dist/redux/features/dataViewSlice.js.map +1 -0
- package/dist/redux/features/navbarSlice.js +22 -0
- package/dist/redux/features/navbarSlice.js.map +1 -0
- package/dist/redux/features/popupSlice.js +27 -0
- package/dist/redux/features/popupSlice.js.map +1 -0
- package/dist/redux/features/themeSlice.js +16 -0
- package/dist/redux/features/themeSlice.js.map +1 -0
- package/dist/redux/features/userSlice.js +21 -0
- package/dist/redux/features/userSlice.js.map +1 -0
- package/package.json +2 -10
- package/solidstarters-solid-core-ui-1.0.0.tgz +0 -0
- package/solidstarters-solid-core-ui-1.0.1.tgz +0 -0
- package/src/components/CustomFooter/CustomFooter.tsx +1 -0
- package/src/components/CustomFooter/FooterForm.tsx +1 -0
- package/src/components/CustomHeader/CallIcon.tsx +1 -0
- package/src/components/CustomHeader/EmailIcon.tsx +1 -0
- package/src/components/CustomHeader/HeaderCart.tsx +1 -0
- package/src/components/CustomHeader/productNavData.tsx +1 -0
- package/src/components/FormView/OrderAddressDetails.tsx +1 -0
- package/src/components/FormView/OrderPaymentDetails.tsx +1 -0
- package/src/components/FormView/OrderTableDetails.tsx +1 -0
- package/src/components/FormView/OrderedProductDetail.tsx +1 -0
- package/src/components/Tag/CustomTag.tsx +1 -0
- package/src/components/common/AuthBanner.tsx +1 -0
- package/src/components/common/AutoCompleteField.tsx +2 -0
- package/src/components/common/CodeEditor.tsx +2 -0
- package/src/components/common/CreateButton.tsx +2 -0
- package/src/components/common/DropzonePlaceholder.tsx +1 -0
- package/src/components/common/DropzoneUpload.tsx +2 -0
- package/src/components/common/FilterComponent.tsx +1 -0
- package/src/components/common/HeaderDynamicTitles.tsx +2 -0
- package/src/components/common/MarkdownViewer.tsx +2 -0
- package/src/components/common/MultipleSelectAutoCompleteField.tsx +1 -0
- package/src/components/common/SingleSelectAutoCompleteField.tsx +1 -0
- package/src/components/common/SocialMediaLogin.tsx +1 -0
- package/src/components/core/common/FilterComponent.tsx +431 -0
- package/src/components/core/common/LoadDynamicJsxComponent.tsx +45 -0
- package/src/components/core/common/SolidConfigureLayoutElement.tsx +14 -6
- package/src/components/core/common/SolidCreateButton.tsx +1 -0
- package/src/components/core/common/SolidGlobalSearchElement.tsx +33 -8
- package/src/components/core/common/SolidSearchBox.tsx +3 -2
- package/src/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +38 -0
- package/src/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +28 -0
- package/src/components/core/field/FieldListViewData.tsx +10 -10
- package/src/components/core/filter/SolidFilterFields.tsx +131 -0
- package/src/components/core/{kanban → filter}/SolidManyToOneFilterElement.tsx +2 -1
- package/src/components/core/{kanban → filter}/SolidSelectionDynamicFilterElement.tsx +2 -1
- package/src/components/core/{kanban → filter}/SolidSelectionStaticFilterElement.tsx +2 -1
- package/src/components/core/{kanban → filter}/SolidVarInputsFilterElement.tsx +51 -25
- package/src/components/core/filter/columns/SolidBigintField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidBooleanColumn.tsx → filter/columns/SolidBooleanField.tsx} +9 -9
- package/src/components/core/filter/columns/SolidComputedField.tsx +23 -0
- package/src/components/core/{kanban/columns/SolidDateColumn.tsx → filter/columns/SolidDateField.tsx} +15 -16
- package/src/components/core/filter/columns/SolidDatetimeField.tsx +45 -0
- package/src/components/core/filter/columns/SolidDecimalField.tsx +10 -0
- package/src/components/core/{kanban/columns/SolidExternalIdColumn.tsx → filter/columns/SolidExternalIdField.tsx} +14 -13
- package/src/components/core/filter/columns/SolidFloatField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidIdColumn.tsx → filter/columns/SolidIdField.tsx} +14 -14
- package/src/components/core/filter/columns/SolidIntField.tsx +56 -0
- package/src/components/core/filter/columns/SolidLongTextField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidMediaMultipleColumn.tsx → filter/columns/SolidMediaMultipleField.tsx} +15 -13
- package/src/components/core/{kanban/columns/SolidMediaSingleColumn.tsx → filter/columns/SolidMediaSingleField.tsx} +15 -14
- package/src/components/core/filter/columns/SolidRelationField.tsx +13 -0
- package/src/components/core/filter/columns/SolidRichTextField.tsx +9 -0
- package/src/components/core/{kanban/columns/SolidSelectionDynamicColumn.tsx → filter/columns/SolidSelectionDynamicField.tsx} +14 -13
- package/src/components/core/{kanban/columns/SolidSelectionStaticColumn.tsx → filter/columns/SolidSelectionStaticField.tsx} +14 -13
- package/src/components/core/{kanban/columns/SolidShortTextColumn.tsx → filter/columns/SolidShortTextField.tsx} +14 -13
- package/src/components/core/filter/columns/SolidTimeField.tsx +43 -0
- package/src/components/core/{kanban/columns/SolidUuidColumn.tsx → filter/columns/SolidUuidField.tsx} +14 -13
- package/src/components/core/{kanban/columns/relations/SolidRelationManyToOneColumn.tsx → filter/columns/relations/SolidRelationManyToOneField.tsx} +13 -13
- package/src/components/core/form/SolidFormView.tsx +23 -23
- package/src/components/core/form/fields/ISolidField.tsx +1 -0
- package/src/components/core/form/fields/SolidBooleanField.tsx +6 -3
- package/src/components/core/form/fields/SolidDateField.tsx +6 -4
- package/src/components/core/form/fields/SolidDateTimeField.tsx +6 -4
- package/src/components/core/form/fields/SolidDecimalField.tsx +6 -3
- package/src/components/core/form/fields/SolidIntegerField.tsx +6 -3
- package/src/components/core/form/fields/SolidJsonField.tsx +10 -3
- package/src/components/core/form/fields/SolidLongTextField.tsx +5 -3
- package/src/components/core/form/fields/SolidMediaMultipleField.tsx +9 -7
- package/src/components/core/form/fields/SolidMediaSingleField.tsx +9 -7
- package/src/components/core/form/fields/SolidRelationField.tsx +1 -0
- package/src/components/core/form/fields/SolidRichTextField.tsx +7 -4
- package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +7 -5
- package/src/components/core/form/fields/SolidSelectionStaticField.tsx +7 -4
- package/src/components/core/form/fields/SolidShortTextField.tsx +5 -3
- package/src/components/core/form/fields/SolidTimeField.tsx +6 -4
- package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +13 -9
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +7 -5
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +11 -4
- package/src/components/core/kanban/KanbanBoard.tsx +1 -0
- package/src/components/core/kanban/KanbanCard.tsx +1 -0
- package/src/components/core/kanban/KanbanColumn.tsx +1 -0
- package/src/components/core/kanban/SolidKanbanView.tsx +28 -23
- package/src/components/core/list/ListViewRowActionPopup.tsx +36 -0
- package/src/components/core/list/SolidListView.tsx +65 -12
- package/src/components/core/list/SolidListViewColumn.tsx +13 -12
- package/src/components/core/list/SolidListingHeader.tsx +3 -1
- package/src/components/core/list/SolidManyToOneFilterElement.tsx +3 -1
- package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +1 -0
- package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +3 -0
- package/src/components/core/list/SolidVarInputsFilterElement.tsx +1 -0
- package/src/components/core/list/columns/SolidBigintColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidBooleanColumn.tsx +7 -1
- package/src/components/core/list/columns/SolidComputedColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidDateColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidDatetimeColumn.tsx +4 -2
- package/src/components/core/list/columns/SolidDecimalColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidExternalIdColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidFloatColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidIdColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidIntColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidLongTextColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +2 -0
- package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +6 -1
- package/src/components/core/list/columns/SolidRelationColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidRichTextColumn.tsx +1 -0
- package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +5 -3
- package/src/components/core/list/columns/SolidTimeColumn.tsx +5 -2
- package/src/components/core/list/columns/SolidUuidColumn.tsx +5 -3
- package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +5 -3
- package/src/components/core/model/CreateModel.tsx +9 -9
- package/src/components/core/model/FieldMetaData.tsx +10 -7
- package/src/components/core/model/FieldMetaDataForm.tsx +1 -0
- package/src/components/core/model/FieldSelector.tsx +4 -1
- package/src/components/core/model/ModelListViewData.tsx +16 -11
- package/src/components/core/model/ModelMetaData.tsx +14 -9
- package/src/components/core/module/CreateModule.tsx +20 -19
- package/src/components/core/module/ModuleListViewData.tsx +19 -10
- package/src/components/core/users/CreateUser.tsx +1 -0
- package/src/components/core/users/CreateUserRole.tsx +15 -9
- package/src/components/core/users/UserListView.tsx +10 -9
- package/src/components/layout/ButtonLoader.tsx +1 -0
- package/src/components/layout/DashboardHeader.tsx +1 -0
- package/src/components/layout/FilterMenu.tsx +1 -0
- package/src/components/layout/Footer.tsx +1 -0
- package/src/components/layout/GlobalSearch.tsx +1 -0
- package/src/components/layout/ListingHeader.tsx +1 -0
- package/src/components/layout/Loader.tsx +1 -0
- package/src/components/layout/navbar-one.tsx +1 -0
- package/src/components/layout/navbar-two-menu.tsx +1 -0
- package/src/components/layout/navbar-two.tsx +1 -0
- package/src/components/layout/user-profile-menu.tsx +1 -0
- package/src/components/layout/user-profile.tsx +1 -0
- package/src/components/modelsComponents/filterIcon.tsx +1 -0
- package/src/components/tables/DemoData.tsx +1 -0
- package/src/helpers/ToastContainer.tsx +1 -0
- package/src/helpers/authHeader.ts +1 -0
- package/src/helpers/countries.tsx +1 -0
- package/src/helpers/helpers.ts +1 -0
- package/src/helpers/permissions.ts +1 -0
- package/src/helpers/revalidate.ts +1 -0
- package/src/index.ts +0 -50
- package/rollup.config.mjs +0 -45
- package/solidstarters-solid-core-ui-0.1.24.tgz +0 -0
- package/src/components/core/kanban/SolidKanbanFilter.tsx +0 -104
- package/src/components/core/kanban/SolidKanbanViewSearchColumn.tsx +0 -131
- package/src/components/core/kanban/columns/SolidBigintColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidComputedColumn.tsx +0 -22
- package/src/components/core/kanban/columns/SolidDatetimeColumn.tsx +0 -45
- package/src/components/core/kanban/columns/SolidDecimalColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidFloatColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidIntColumn.tsx +0 -56
- package/src/components/core/kanban/columns/SolidLongTextColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidRelationColumn.tsx +0 -12
- package/src/components/core/kanban/columns/SolidRichTextColumn.tsx +0 -8
- package/src/components/core/kanban/columns/SolidTimeColumn.tsx +0 -42
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { getNumberOfInputs } from '../SolidFilterFields';
|
|
4
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
5
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
6
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../SolidVarInputsFilterElement';
|
|
7
|
+
var SolidMediaMultipleField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
// const filterable = column.attrs.filterable;
|
|
10
|
+
var filterable = false;
|
|
11
|
+
// const showFilterOperator = false;
|
|
12
|
+
// const columnDataType = undefined;
|
|
13
|
+
// const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
14
|
+
var columnDataType = 'text';
|
|
15
|
+
var filterMatchModeOptions = [
|
|
16
|
+
{ label: 'Starts With', value: FilterMatchMode.STARTS_WITH },
|
|
17
|
+
{ label: 'Contains', value: FilterMatchMode.CONTAINS },
|
|
18
|
+
{ label: 'Not Contains', value: FilterMatchMode.NOT_CONTAINS },
|
|
19
|
+
{ label: 'Ends With', value: FilterMatchMode.ENDS_WITH },
|
|
20
|
+
{ label: 'Equals', value: FilterMatchMode.EQUALS },
|
|
21
|
+
{ label: 'Not Equals', value: FilterMatchMode.NOT_EQUALS },
|
|
22
|
+
{ label: 'In', value: FilterMatchMode.IN },
|
|
23
|
+
{ label: 'Not In', value: FilterMatchMode.NOT_IN }
|
|
24
|
+
];
|
|
25
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
26
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
27
|
+
console.log("e", e);
|
|
28
|
+
onChange(rule.id, 'matchMode', e.value);
|
|
29
|
+
}, options: filterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
30
|
+
console.log("e", e);
|
|
31
|
+
onChange(rule.id, 'value', e);
|
|
32
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.Text, fieldMetadata: fieldMetadata })] }));
|
|
33
|
+
};
|
|
34
|
+
export default SolidMediaMultipleField;
|
|
35
|
+
//# sourceMappingURL=SolidMediaMultipleField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidMediaMultipleField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidMediaMultipleField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAGb,OAAO,EAAE,iBAAiB,EAA2B,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEzF,IAAM,uBAAuB,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IACnE,8CAA8C;IAC9C,IAAM,UAAU,GAAG,KAAK,CAAC;IACzB,oCAAoC;IACpC,oCAAoC;IACpC,kEAAkE;IAClE,IAAM,cAAc,GAAG,MAAM,CAAC;IAC9B,IAAM,sBAAsB,GAAG;QAC3B,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,eAAe,CAAC,WAAW,EAAE;QAC5D,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,eAAe,CAAC,QAAQ,EAAE;QACtD,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,eAAe,CAAC,YAAY,EAAE;QAC9D,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,CAAC,SAAS,EAAE;QACxD,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;QAClD,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,eAAe,CAAC,UAAU,EAAE;QAC1D,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC,EAAE,EAAE;QAC1C,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;KACrD,CAAC;IACF,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAC/C,OAAO,CACH,8BAEI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBAC3C,CAAC,EACD,OAAO,EAAE,sBAAsB,EAC/B,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBACjC,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,IAAI,EAC1B,aAAa,EAAE,aAAa,GAEF,IAC/B,CACN,CAAC;AAEN,CAAC,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidMediaSingleField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidMediaSingleField;
|
|
4
|
+
//# sourceMappingURL=SolidMediaSingleField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidMediaSingleField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidMediaSingleField.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAqB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAKlF,QAAA,MAAM,qBAAqB,6CAA8C,uBAAuB,4CA+C/F,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { getNumberOfInputs } from '../SolidFilterFields';
|
|
4
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
5
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
6
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../SolidVarInputsFilterElement';
|
|
7
|
+
var SolidMediaSingleField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
// const filterable = column.attrs.filterable;
|
|
10
|
+
var filterable = false;
|
|
11
|
+
// const showFilterOperator = false;
|
|
12
|
+
// const columnDataType = undefined;
|
|
13
|
+
var columnDataType = 'text';
|
|
14
|
+
var filterMatchModeOptions = [
|
|
15
|
+
{ label: 'Starts With', value: FilterMatchMode.STARTS_WITH },
|
|
16
|
+
{ label: 'Contains', value: FilterMatchMode.CONTAINS },
|
|
17
|
+
{ label: 'Not Contains', value: FilterMatchMode.NOT_CONTAINS },
|
|
18
|
+
{ label: 'Ends With', value: FilterMatchMode.ENDS_WITH },
|
|
19
|
+
{ label: 'Equals', value: FilterMatchMode.EQUALS },
|
|
20
|
+
{ label: 'Not Equals', value: FilterMatchMode.NOT_EQUALS },
|
|
21
|
+
{ label: 'In', value: FilterMatchMode.IN },
|
|
22
|
+
{ label: 'Not In', value: FilterMatchMode.NOT_IN }
|
|
23
|
+
];
|
|
24
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
25
|
+
// const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
26
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
27
|
+
console.log("e", e);
|
|
28
|
+
onChange(rule.id, 'matchMode', e.value);
|
|
29
|
+
}, options: filterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
30
|
+
console.log("e", e);
|
|
31
|
+
onChange(rule.id, 'value', e);
|
|
32
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.Text, fieldMetadata: fieldMetadata })] }));
|
|
33
|
+
};
|
|
34
|
+
export default SolidMediaSingleField;
|
|
35
|
+
//# sourceMappingURL=SolidMediaSingleField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidMediaSingleField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidMediaSingleField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,iBAAiB,EAA2B,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEzF,IAAM,qBAAqB,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IACjE,8CAA8C;IAC9C,IAAM,UAAU,GAAG,KAAK,CAAC;IACzB,oCAAoC;IACpC,oCAAoC;IACpC,IAAM,cAAc,GAAG,MAAM,CAAC;IAC9B,IAAM,sBAAsB,GAAG;QAC3B,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,eAAe,CAAC,WAAW,EAAE;QAC5D,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,eAAe,CAAC,QAAQ,EAAE;QACtD,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,eAAe,CAAC,YAAY,EAAE;QAC9D,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,CAAC,SAAS,EAAE;QACxD,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;QAClD,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,eAAe,CAAC,UAAU,EAAE;QAC1D,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC,EAAE,EAAE;QAC1C,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;KACrD,CAAC;IACF,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAE/C,kEAAkE;IAElE,OAAO,CACH,8BAEI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBAC3C,CAAC,EACD,OAAO,EAAE,sBAAsB,EAC/B,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBACjC,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,IAAI,EAC1B,aAAa,EAAE,aAAa,GAEF,IAC/B,CACN,CAAC;AAEN,CAAC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidRelationField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element | undefined;
|
|
3
|
+
export default SolidRelationField;
|
|
4
|
+
//# sourceMappingURL=SolidRelationField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidRelationField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAG/D,QAAA,MAAM,kBAAkB,6CAA8C,uBAAuB,wDAM5F,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import SolidRelationManyToOneField from './relations/SolidRelationManyToOneField';
|
|
3
|
+
var SolidRelationField = function (_a) {
|
|
4
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
5
|
+
if (fieldMetadata.relationType === 'many-to-one') {
|
|
6
|
+
return SolidRelationManyToOneField({ fieldMetadata: fieldMetadata, onChange: onChange, index: index, rule: rule });
|
|
7
|
+
}
|
|
8
|
+
// TODO: Support one-to-many
|
|
9
|
+
// TODO: Support many-to-many
|
|
10
|
+
};
|
|
11
|
+
export default SolidRelationField;
|
|
12
|
+
//# sourceMappingURL=SolidRelationField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidRelationField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,2BAA2B,MAAM,yCAAyC,CAAC;AAElF,IAAM,kBAAkB,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IAC9D,IAAI,aAAa,CAAC,YAAY,KAAK,aAAa,EAAE;QAC9C,OAAO,2BAA2B,CAAC,EAAE,aAAa,eAAA,EAAE,QAAQ,UAAA,EAAE,KAAK,OAAA,EAAE,IAAI,MAAA,EAAE,CAAC,CAAC;KAChF;IACD,4BAA4B;IAC5B,6BAA6B;AACjC,CAAC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidRichTextField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidRichTextField;
|
|
4
|
+
//# sourceMappingURL=SolidRichTextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRichTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidRichTextField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAG/D,QAAA,MAAM,kBAAkB,6CAA8C,uBAAuB,4CAE5F,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import SolidShortTextField from './SolidShortTextField';
|
|
3
|
+
var SolidRichTextField = function (_a) {
|
|
4
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
5
|
+
return SolidShortTextField({ fieldMetadata: fieldMetadata, onChange: onChange, index: index, rule: rule });
|
|
6
|
+
};
|
|
7
|
+
export default SolidRichTextField;
|
|
8
|
+
//# sourceMappingURL=SolidRichTextField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRichTextField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidRichTextField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AAExD,IAAM,kBAAkB,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IAC9D,OAAO,mBAAmB,CAAC,EAAE,aAAa,eAAA,EAAE,QAAQ,UAAA,EAAE,KAAK,OAAA,EAAE,IAAI,MAAA,EAAE,CAAC,CAAC;AACzE,CAAC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidSelectionDynamicField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidSelectionDynamicField;
|
|
4
|
+
//# sourceMappingURL=SolidSelectionDynamicField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionDynamicField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidSelectionDynamicField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAqB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAIlF,QAAA,MAAM,0BAA0B,6CAA8C,uBAAuB,4CAqCpG,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
4
|
+
import { getNumberOfInputs } from '../SolidFilterFields';
|
|
5
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
6
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../SolidVarInputsFilterElement';
|
|
7
|
+
var SolidSelectionDynamicField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
var showFilterOperator = false;
|
|
10
|
+
var columnDataType = fieldMetadata.selectionValueType === 'int' ? 'numeric' : 'text';
|
|
11
|
+
var filterMatchModeOptions = [
|
|
12
|
+
{ label: 'In', value: FilterMatchMode.IN },
|
|
13
|
+
{ label: 'Not In', value: FilterMatchMode.NOT_IN },
|
|
14
|
+
];
|
|
15
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
16
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
17
|
+
console.log("e", e);
|
|
18
|
+
onChange(rule.id, 'matchMode', e.value);
|
|
19
|
+
}, options: filterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
20
|
+
console.log("e", e);
|
|
21
|
+
onChange(rule.id, 'value', e);
|
|
22
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.SelectionDynamic, fieldMetadata: fieldMetadata })] }));
|
|
23
|
+
};
|
|
24
|
+
export default SolidSelectionDynamicField;
|
|
25
|
+
//# sourceMappingURL=SolidSelectionDynamicField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionDynamicField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidSelectionDynamicField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAA2B,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEzF,IAAM,0BAA0B,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IACtE,IAAM,kBAAkB,GAAG,KAAK,CAAC;IACjC,IAAM,cAAc,GAAG,aAAa,CAAC,kBAAkB,KAAK,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC;IACvF,IAAM,sBAAsB,GAAG;QAC3B,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC,EAAE,EAAE;QAC1C,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;KACrD,CAAC;IACF,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAI/C,OAAO,CACH,8BACI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBAC3C,CAAC,EACD,OAAO,EAAE,sBAAsB,EAC/B,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBACjC,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,gBAAgB,EACtC,aAAa,EAAE,aAAa,GAEF,IAC/B,CACN,CAAC;AAEN,CAAC,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidSelectionStaticField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidSelectionStaticField;
|
|
4
|
+
//# sourceMappingURL=SolidSelectionStaticField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionStaticField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidSelectionStaticField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAqB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAKlF,QAAA,MAAM,yBAAyB,6CAA8C,uBAAuB,4CAqCnG,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
4
|
+
import { getNumberOfInputs } from '../SolidFilterFields';
|
|
5
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
6
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../SolidVarInputsFilterElement';
|
|
7
|
+
var SolidSelectionStaticField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
// const filterable = column.attrs.filterable;
|
|
10
|
+
var showFilterOperator = false;
|
|
11
|
+
var columnDataType = fieldMetadata.selectionValueType === 'int' ? 'numeric' : 'text';
|
|
12
|
+
var filterMatchModeOptions = [
|
|
13
|
+
{ label: 'In', value: FilterMatchMode.IN },
|
|
14
|
+
{ label: 'Not In', value: FilterMatchMode.NOT_IN },
|
|
15
|
+
];
|
|
16
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
17
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
18
|
+
console.log("e", e);
|
|
19
|
+
onChange(rule.id, 'matchMode', e.value);
|
|
20
|
+
}, options: filterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
21
|
+
console.log("e", e);
|
|
22
|
+
onChange(rule.id, 'value', e);
|
|
23
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.SelectionStatic, fieldMetadata: fieldMetadata })] }));
|
|
24
|
+
};
|
|
25
|
+
export default SolidSelectionStaticField;
|
|
26
|
+
//# sourceMappingURL=SolidSelectionStaticField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionStaticField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidSelectionStaticField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAA2B,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAGzF,IAAM,yBAAyB,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IAErE,8CAA8C;IAC9C,IAAM,kBAAkB,GAAG,KAAK,CAAC;IACjC,IAAM,cAAc,GAAG,aAAa,CAAC,kBAAkB,KAAK,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC;IACvF,IAAM,sBAAsB,GAAG;QAC3B,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC,EAAE,EAAE;QAC1C,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;KACrD,CAAC;IAEF,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAE/C,OAAO,CACH,8BACI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBAC3C,CAAC,EACD,OAAO,EAAE,sBAAsB,EAC/B,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBACjC,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,eAAe,EACrC,aAAa,EAAE,aAAa,GAEF,IAC/B,CACN,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidShortTextField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidShortTextField;
|
|
4
|
+
//# sourceMappingURL=SolidShortTextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidShortTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidShortTextField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAqB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAIlF,QAAA,MAAM,mBAAmB,6CAA8C,uBAAuB,4CA4C7F,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
4
|
+
import { getNumberOfInputs } from '../SolidFilterFields';
|
|
5
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
6
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../SolidVarInputsFilterElement';
|
|
7
|
+
var SolidShortTextField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
// const filterable = column.attrs.filterable;
|
|
10
|
+
var showFilterOperator = false;
|
|
11
|
+
var columnDataType = 'text';
|
|
12
|
+
var filterMatchModeOptions = [
|
|
13
|
+
{ label: 'Starts With', value: FilterMatchMode.STARTS_WITH },
|
|
14
|
+
{ label: 'Contains', value: FilterMatchMode.CONTAINS },
|
|
15
|
+
{ label: 'Not Contains', value: FilterMatchMode.NOT_CONTAINS },
|
|
16
|
+
{ label: 'Ends With', value: FilterMatchMode.ENDS_WITH },
|
|
17
|
+
{ label: 'Equals', value: FilterMatchMode.EQUALS },
|
|
18
|
+
{ label: 'Not Equals', value: FilterMatchMode.NOT_EQUALS },
|
|
19
|
+
{ label: 'In', value: FilterMatchMode.IN },
|
|
20
|
+
{ label: 'Not In', value: FilterMatchMode.NOT_IN }
|
|
21
|
+
];
|
|
22
|
+
// const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
23
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
24
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
25
|
+
console.log("e", e);
|
|
26
|
+
onChange(rule.id, 'matchMode', e.value);
|
|
27
|
+
}, options: filterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
28
|
+
console.log("e", e);
|
|
29
|
+
onChange(rule.id, 'value', e);
|
|
30
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.Text, fieldMetadata: fieldMetadata })] }));
|
|
31
|
+
};
|
|
32
|
+
export default SolidShortTextField;
|
|
33
|
+
//# sourceMappingURL=SolidShortTextField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidShortTextField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidShortTextField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAA2B,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEzF,IAAM,mBAAmB,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IAC/D,8CAA8C;IAC9C,IAAM,kBAAkB,GAAG,KAAK,CAAC;IACjC,IAAM,cAAc,GAAG,MAAM,CAAC;IAC9B,IAAM,sBAAsB,GAAG;QAC3B,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,eAAe,CAAC,WAAW,EAAE;QAC5D,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,eAAe,CAAC,QAAQ,EAAE;QACtD,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,eAAe,CAAC,YAAY,EAAE;QAC9D,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,CAAC,SAAS,EAAE;QACxD,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;QAClD,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,eAAe,CAAC,UAAU,EAAE;QAC1D,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC,EAAE,EAAE;QAC1C,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;KACrD,CAAC;IAEF,kEAAkE;IAClE,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAE/C,OAAO,CACH,8BACI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBAC3C,CAAC,EACD,OAAO,EAAE,sBAAsB,EAC/B,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBACjC,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,IAAI,EAC1B,aAAa,EAAE,aAAa,GAEF,IAC/B,CACN,CAAC;AAEN,CAAC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidTimeField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidTimeField;
|
|
4
|
+
//# sourceMappingURL=SolidTimeField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidTimeField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidTimeField.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAqB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAElF,QAAA,MAAM,cAAc,6CAA8C,uBAAuB,4CAiCxF,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { dateFilterMatchModeOptions } from './SolidDateField';
|
|
4
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
5
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../SolidVarInputsFilterElement';
|
|
6
|
+
import { getNumberOfInputs } from '../SolidFilterFields';
|
|
7
|
+
var SolidTimeField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
// const filterable = column.attrs.filterable;
|
|
10
|
+
var showFilterOperator = false;
|
|
11
|
+
var columnDataType = 'date';
|
|
12
|
+
// TODO: the body template to be controlled based on the format that one is expecting the date to be displayed in.
|
|
13
|
+
// const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
14
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
15
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
16
|
+
console.log("e", e);
|
|
17
|
+
onChange(rule.id, 'matchMode', e.value);
|
|
18
|
+
}, options: dateFilterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
19
|
+
console.log("e", e);
|
|
20
|
+
onChange(rule.id, 'value', e);
|
|
21
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.Time, fieldMetadata: fieldMetadata })] }));
|
|
22
|
+
};
|
|
23
|
+
export default SolidTimeField;
|
|
24
|
+
//# sourceMappingURL=SolidTimeField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidTimeField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidTimeField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AACzF,OAAO,EAAE,iBAAiB,EAA2B,MAAM,sBAAsB,CAAC;AAElF,IAAM,cAAc,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IAC1D,8CAA8C;IAC9C,IAAM,kBAAkB,GAAG,KAAK,CAAC;IACjC,IAAM,cAAc,GAAG,MAAM,CAAC;IAE9B,kHAAkH;IAClH,kEAAkE;IAClE,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAC/C,OAAO,CACH,8BACI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBAC3C,CAAC,EACD,OAAO,EAAE,0BAA0B,EACnC,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBACjC,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,IAAI,EAC1B,aAAa,EAAE,aAAa,GAEF,IAAG,CACxC,CAAC;AAEN,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../SolidFilterFields';
|
|
2
|
+
declare const SolidUuidField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidUuidField;
|
|
4
|
+
//# sourceMappingURL=SolidUuidField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidUuidField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidUuidField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAqB,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAIlF,QAAA,MAAM,cAAc,6CAA8C,uBAAuB,4CAmCxF,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
4
|
+
import { getNumberOfInputs } from '../SolidFilterFields';
|
|
5
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
6
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../SolidVarInputsFilterElement';
|
|
7
|
+
var SolidUuidField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
var showFilterOperator = false;
|
|
10
|
+
var columnDataType = 'text';
|
|
11
|
+
var filterMatchModeOptions = [
|
|
12
|
+
{ label: 'In', value: FilterMatchMode.IN },
|
|
13
|
+
{ label: 'Not In', value: FilterMatchMode.NOT_IN },
|
|
14
|
+
];
|
|
15
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
16
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
17
|
+
console.log("e", e);
|
|
18
|
+
onChange(rule.id, 'matchMode', e.value);
|
|
19
|
+
}, options: filterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
20
|
+
console.log("e", e);
|
|
21
|
+
onChange(rule.id, 'value', e);
|
|
22
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.Text, fieldMetadata: fieldMetadata })] }));
|
|
23
|
+
};
|
|
24
|
+
export default SolidUuidField;
|
|
25
|
+
//# sourceMappingURL=SolidUuidField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidUuidField.js","sourceRoot":"","sources":["../../../../../src/components/core/filter/columns/SolidUuidField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAA2B,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEzF,IAAM,cAAc,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IAC1D,IAAM,kBAAkB,GAAG,KAAK,CAAC;IACjC,IAAM,cAAc,GAAG,MAAM,CAAC;IAC9B,IAAM,sBAAsB,GAAG;QAC3B,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC,EAAE,EAAE;QAC1C,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;KACrD,CAAC;IACF,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAE/C,OAAO,CACH,8BACI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBAC3C,CAAC,EACD,OAAO,EAAE,sBAAsB,EAC/B,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBACjC,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,IAAI,EAC1B,aAAa,EAAE,aAAa,GAEF,IAC/B,CACN,CAAC;AAEN,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFilterFieldsParams } from '../../SolidFilterFields';
|
|
2
|
+
declare const SolidRelationManyToOneField: ({ fieldMetadata, onChange, index, rule }: SolidFilterFieldsParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidRelationManyToOneField;
|
|
4
|
+
//# sourceMappingURL=SolidRelationManyToOneField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationManyToOneField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/filter/columns/relations/SolidRelationManyToOneField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAqB,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAErF,QAAA,MAAM,2BAA2B,6CAA8C,uBAAuB,4CAsErG,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { InputTypes, SolidVarInputsFilterElement } from '../../../../../components/core/filter/SolidVarInputsFilterElement';
|
|
4
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
5
|
+
import { Dropdown } from 'primereact/dropdown';
|
|
6
|
+
import { getNumberOfInputs } from '../../SolidFilterFields';
|
|
7
|
+
var SolidRelationManyToOneField = function (_a) {
|
|
8
|
+
var fieldMetadata = _a.fieldMetadata, onChange = _a.onChange, index = _a.index, rule = _a.rule;
|
|
9
|
+
// const filterable = column.attrs.filterable;
|
|
10
|
+
var showFilterOperator = false;
|
|
11
|
+
var filterMatchModeOptions = [
|
|
12
|
+
{ label: 'In', value: FilterMatchMode.IN },
|
|
13
|
+
{ label: 'Not In', value: FilterMatchMode.NOT_IN },
|
|
14
|
+
];
|
|
15
|
+
var columnDataType = undefined;
|
|
16
|
+
var numberOfInputs = getNumberOfInputs("in");
|
|
17
|
+
// const filterTemplate = (options: ColumnFilterElementTemplateOptions) => {
|
|
18
|
+
// return (
|
|
19
|
+
// <SolidVarInputsFilterElement
|
|
20
|
+
// values={options.value}
|
|
21
|
+
// onChange={(e: FormEvent<HTMLInputElement>) => options.filterCallback(e, options.index)}
|
|
22
|
+
// inputType={InputTypes.RelationManyToOne}
|
|
23
|
+
// solidListViewMetaData={solidListViewMetaData}
|
|
24
|
+
// fieldMetadata={fieldMetadata}
|
|
25
|
+
// column={column}
|
|
26
|
+
// >
|
|
27
|
+
// </SolidVarInputsFilterElement>
|
|
28
|
+
// )
|
|
29
|
+
// };
|
|
30
|
+
// const bodyTemplate = (rowData: any) => {
|
|
31
|
+
// const manyToOneFieldData = rowData[column.attrs.name];
|
|
32
|
+
// // This is the userkey that will be present within the rowData.
|
|
33
|
+
// if (manyToOneFieldData) {
|
|
34
|
+
// // Since this is a many-to-one field, we fetch the user key field of the associated model.
|
|
35
|
+
// const userKeyField = fieldMetadata.relationModel.userKeyField.name;
|
|
36
|
+
// const manyToOneColVal = manyToOneFieldData[userKeyField];
|
|
37
|
+
// // TODO: change this to use an anchor tag so that on click we open that entity form view.
|
|
38
|
+
// return <span>{manyToOneColVal}</span>;
|
|
39
|
+
// }
|
|
40
|
+
// else {
|
|
41
|
+
// return <span></span>
|
|
42
|
+
// }
|
|
43
|
+
// };
|
|
44
|
+
// const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
45
|
+
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { value: rule.operator, onChange: function (e) {
|
|
46
|
+
console.log("e", e);
|
|
47
|
+
onChange(index, 'operator', e.value);
|
|
48
|
+
}, options: filterMatchModeOptions, optionLabel: 'label', optionValue: 'value', placeholder: "Select Operator", className: "w-full md:w-14rem" }), _jsx(SolidVarInputsFilterElement, { values: rule.value, onChange: function (e) {
|
|
49
|
+
console.log("e", e);
|
|
50
|
+
onChange(index, 'value', e);
|
|
51
|
+
}, numberOfInputs: numberOfInputs, inputType: InputTypes.RelationManyToOne, fieldMetadata: fieldMetadata })] }));
|
|
52
|
+
};
|
|
53
|
+
export default SolidRelationManyToOneField;
|
|
54
|
+
//# sourceMappingURL=SolidRelationManyToOneField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationManyToOneField.js","sourceRoot":"","sources":["../../../../../../src/components/core/filter/columns/relations/SolidRelationManyToOneField.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AACb,OAAO,EAAE,UAAU,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AAC/G,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAA2B,MAAM,yBAAyB,CAAC;AAErF,IAAM,2BAA2B,GAAG,UAAC,EAAiE;QAA/D,aAAa,mBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA;IACvE,8CAA8C;IAC9C,IAAM,kBAAkB,GAAG,KAAK,CAAC;IACjC,IAAM,sBAAsB,GAAG;QAC3B,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC,EAAE,EAAE;QAC1C,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,EAAE;KACrD,CAAC;IACF,IAAM,cAAc,GAAG,SAAS,CAAC;IACjC,IAAM,cAAc,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAE/C,4EAA4E;IAE5E,eAAe;IACf,uCAAuC;IACvC,qCAAqC;IACrC,sGAAsG;IACtG,uDAAuD;IACvD,4DAA4D;IAC5D,4CAA4C;IAC5C,8BAA8B;IAC9B,YAAY;IACZ,yCAAyC;IACzC,QAAQ;IACR,KAAK;IAEL,2CAA2C;IAC3C,6DAA6D;IAE7D,sEAAsE;IACtE,gCAAgC;IAChC,qGAAqG;IACrG,8EAA8E;IAE9E,oEAAoE;IAEpE,qGAAqG;IACrG,iDAAiD;IACjD,QAAQ;IACR,aAAa;IACb,+BAA+B;IAC/B,QAAQ;IACR,KAAK;IACL,kEAAkE;IAElE,OAAO,CACH,8BACI,KAAC,QAAQ,IACL,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAA;gBACxC,CAAC,EACD,OAAO,EAAE,sBAAsB,EAC/B,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,OAAO,EACnB,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,mBAAmB,GAAG,EAClE,KAAC,2BAA2B,IACxB,MAAM,EAAE,IAAI,CAAC,KAAK,EAClB,QAAQ,EAAE,UAAC,CAAM;oBACb,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;oBACpB,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC,CAAA;gBAC/B,CAAC,EACD,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,UAAU,CAAC,iBAAiB,EACvC,aAAa,EAAE,aAAa,GAEF,IAC/B,CACN,CAAC;AAEN,CAAC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidFormView.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SolidFormView.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormView.tsx"],"names":[],"mappings":"AAKA,OAAO,yBAAyB,CAAC;AA8BjC,MAAM,MAAM,kBAAkB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,mBAAmB,CAAC,EAAE,GAAG,CAAA;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,GAAG,CAAA;CACrB,CAAC;AA4NF,QAAA,MAAM,aAAa,WAAY,kBAAkB,4CA0iBhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|