@solidstarters/solid-core-ui 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CustomFooter/CustomFooter.d.ts +2 -0
- package/dist/components/CustomFooter/CustomFooter.d.ts.map +1 -0
- package/dist/components/CustomFooter/FooterForm.d.ts +2 -0
- package/dist/components/CustomFooter/FooterForm.d.ts.map +1 -0
- package/dist/components/CustomHeader/CallIcon.d.ts +2 -0
- package/dist/components/CustomHeader/CallIcon.d.ts.map +1 -0
- package/dist/components/CustomHeader/CustomDropdown.d.ts +21 -0
- package/dist/components/CustomHeader/CustomDropdown.d.ts.map +1 -0
- package/dist/components/CustomHeader/CustomHeader.d.ts +2 -0
- package/dist/components/CustomHeader/CustomHeader.d.ts.map +1 -0
- package/dist/components/CustomHeader/EmailIcon.d.ts +2 -0
- package/dist/components/CustomHeader/EmailIcon.d.ts.map +1 -0
- package/dist/components/CustomHeader/HeaderCart.d.ts +2 -0
- package/dist/components/CustomHeader/HeaderCart.d.ts.map +1 -0
- package/dist/components/CustomHeader/productNavData.d.ts +3 -0
- package/dist/components/CustomHeader/productNavData.d.ts.map +1 -0
- package/dist/components/FormView/DetailsViews.d.ts +2 -0
- package/dist/components/FormView/DetailsViews.d.ts.map +1 -0
- package/dist/components/FormView/OrderAddressDetails.d.ts +2 -0
- package/dist/components/FormView/OrderAddressDetails.d.ts.map +1 -0
- package/dist/components/FormView/OrderPaymentDetails.d.ts +2 -0
- package/dist/components/FormView/OrderPaymentDetails.d.ts.map +1 -0
- package/dist/components/FormView/OrderTableDetails.d.ts +2 -0
- package/dist/components/FormView/OrderTableDetails.d.ts.map +1 -0
- package/dist/components/FormView/OrderedProductDetail.d.ts +2 -0
- package/dist/components/FormView/OrderedProductDetail.d.ts.map +1 -0
- package/dist/components/Tag/CustomTag.d.ts +8 -0
- package/dist/components/Tag/CustomTag.d.ts.map +1 -0
- package/dist/components/auth/Login.d.ts +3 -0
- package/dist/components/auth/Login.d.ts.map +1 -0
- package/dist/components/auth/Register.d.ts +3 -0
- package/dist/components/auth/Register.d.ts.map +1 -0
- package/dist/components/common/AuthBanner.d.ts +3 -0
- package/dist/components/common/AuthBanner.d.ts.map +1 -0
- package/dist/components/common/AutoCompleteField.d.ts +2 -0
- package/dist/components/common/AutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/CancelButton.d.ts +3 -0
- package/dist/components/common/CancelButton.d.ts.map +1 -0
- package/dist/components/common/CodeEditor.d.ts +3 -0
- package/dist/components/common/CodeEditor.d.ts.map +1 -0
- package/dist/components/common/CreateButton.d.ts +2 -0
- package/dist/components/common/CreateButton.d.ts.map +1 -0
- package/dist/components/common/DropzonePlaceholder.d.ts +2 -0
- package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -0
- package/dist/components/common/DropzoneUpload.d.ts +2 -0
- package/dist/components/common/DropzoneUpload.d.ts.map +1 -0
- package/dist/components/common/FilterComponent.d.ts +3 -0
- package/dist/components/common/FilterComponent.d.ts.map +1 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts +2 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -0
- package/dist/components/common/MarkdownViewer.d.ts +3 -0
- package/dist/components/common/MarkdownViewer.d.ts.map +1 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts +2 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts +2 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/SocialMediaLogin.d.ts +2 -0
- package/dist/components/common/SocialMediaLogin.d.ts.map +1 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts +2 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -0
- package/dist/components/core/common/SolidCreateButton.d.ts +2 -0
- package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts +2 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -0
- package/dist/components/core/common/SolidSearchBox.d.ts +2 -0
- package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -0
- package/dist/components/core/field/FieldListViewData.d.ts +7 -0
- package/dist/components/core/field/FieldListViewData.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormView.d.ts +14 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -0
- package/dist/components/core/form/fields/ISolidField.d.ts +63 -0
- package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts +13 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts +11 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts +14 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +11 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts +12 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts +3 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanCard.d.ts +14 -0
- package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts +20 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts +2 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanView.d.ts +8 -0
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts +10 -0
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts +9 -0
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts +4 -0
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
- package/dist/components/core/list/SolidListView.d.ts +12 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts +8 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -0
- package/dist/components/core/list/SolidListingHeader.d.ts +3 -0
- package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts +9 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts +4 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
- package/dist/components/core/model/CreateModel.d.ts +3 -0
- package/dist/components/core/model/CreateModel.d.ts.map +1 -0
- package/dist/components/core/model/FieldMetaData.d.ts +3 -0
- package/dist/components/core/model/FieldMetaData.d.ts.map +1 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts +3 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -0
- package/dist/components/core/model/FieldSelector.d.ts +3 -0
- package/dist/components/core/model/FieldSelector.d.ts.map +1 -0
- package/dist/components/core/model/ModelListViewData.d.ts +8 -0
- package/dist/components/core/model/ModelListViewData.d.ts.map +1 -0
- package/dist/components/core/model/ModelMetaData.d.ts +4 -0
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -0
- package/dist/components/core/module/CreateModule.d.ts +3 -0
- package/dist/components/core/module/CreateModule.d.ts.map +1 -0
- package/dist/components/core/module/ModuleListViewData.d.ts +7 -0
- package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -0
- package/dist/components/core/users/CreateUser.d.ts +3 -0
- package/dist/components/core/users/CreateUser.d.ts.map +1 -0
- package/dist/components/core/users/CreateUserRole.d.ts +3 -0
- package/dist/components/core/users/CreateUserRole.d.ts.map +1 -0
- package/dist/components/core/users/UserListView.d.ts +2 -0
- package/dist/components/core/users/UserListView.d.ts.map +1 -0
- package/dist/components/layout/AdminSidebar.d.ts +3 -0
- package/dist/components/layout/AdminSidebar.d.ts.map +1 -0
- package/dist/components/layout/ButtonLoader.d.ts +3 -0
- package/dist/components/layout/ButtonLoader.d.ts.map +1 -0
- package/dist/components/layout/CustomPagination.d.ts +7 -0
- package/dist/components/layout/CustomPagination.d.ts.map +1 -0
- package/dist/components/layout/DashboardHeader.d.ts +3 -0
- package/dist/components/layout/DashboardHeader.d.ts.map +1 -0
- package/dist/components/layout/FilterMenu.d.ts +3 -0
- package/dist/components/layout/FilterMenu.d.ts.map +1 -0
- package/dist/components/layout/Footer.d.ts +3 -0
- package/dist/components/layout/Footer.d.ts.map +1 -0
- package/dist/components/layout/GlobalSearch.d.ts +2 -0
- package/dist/components/layout/GlobalSearch.d.ts.map +1 -0
- package/dist/components/layout/Header.d.ts +3 -0
- package/dist/components/layout/Header.d.ts.map +1 -0
- package/dist/components/layout/ListingHeader.d.ts +3 -0
- package/dist/components/layout/ListingHeader.d.ts.map +1 -0
- package/dist/components/layout/Loader.d.ts +3 -0
- package/dist/components/layout/Loader.d.ts.map +1 -0
- package/dist/components/layout/UserSidebar.d.ts +3 -0
- package/dist/components/layout/UserSidebar.d.ts.map +1 -0
- package/dist/components/layout/navbar-one.d.ts +3 -0
- package/dist/components/layout/navbar-one.d.ts.map +1 -0
- package/dist/components/layout/navbar-two-menu.d.ts +3 -0
- package/dist/components/layout/navbar-two-menu.d.ts.map +1 -0
- package/dist/components/layout/navbar-two.d.ts +3 -0
- package/dist/components/layout/navbar-two.d.ts.map +1 -0
- package/dist/components/layout/user-profile-menu.d.ts +3 -0
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -0
- package/dist/components/layout/user-profile.d.ts +3 -0
- package/dist/components/layout/user-profile.d.ts.map +1 -0
- package/dist/components/modelsComponents/filterIcon.d.ts +2 -0
- package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -0
- package/dist/components/tables/DemoData.d.ts +23 -0
- package/dist/components/tables/DemoData.d.ts.map +1 -0
- package/dist/components/tables/DynamicTable.d.ts +6 -0
- package/dist/components/tables/DynamicTable.d.ts.map +1 -0
- package/dist/components/tables/ListViewTable.d.ts +12 -0
- package/dist/components/tables/ListViewTable.d.ts.map +1 -0
- package/dist/helpers/ToastContainer.d.ts +4 -0
- package/dist/helpers/ToastContainer.d.ts.map +1 -0
- package/dist/helpers/authHeader.d.ts +7 -0
- package/dist/helpers/authHeader.d.ts.map +1 -0
- package/dist/helpers/countries.d.ts +6 -0
- package/dist/helpers/countries.d.ts.map +1 -0
- package/dist/helpers/helpers.d.ts +10 -0
- package/dist/helpers/helpers.d.ts.map +1 -0
- package/dist/helpers/menu.d.ts +35 -0
- package/dist/helpers/menu.d.ts.map +1 -0
- package/dist/helpers/permissions.d.ts +4 -0
- package/dist/helpers/permissions.d.ts.map +1 -0
- package/dist/helpers/revalidate.d.ts +2 -0
- package/dist/helpers/revalidate.d.ts.map +1 -0
- package/dist/index.d.ts +182 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +45552 -0
- package/dist/index.js.map +1 -0
- package/dist/redux/api/articleApi.d.ts +19 -0
- package/dist/redux/api/articleApi.d.ts.map +1 -0
- package/dist/redux/api/authApi.d.ts +9 -0
- package/dist/redux/api/authApi.d.ts.map +1 -0
- package/dist/redux/api/automationApi.d.ts +19 -0
- package/dist/redux/api/automationApi.d.ts.map +1 -0
- package/dist/redux/api/categoryApi.d.ts +10 -0
- package/dist/redux/api/categoryApi.d.ts.map +1 -0
- package/dist/redux/api/cityApi.d.ts +36 -0
- package/dist/redux/api/cityApi.d.ts.map +1 -0
- package/dist/redux/api/cmsBannerImageApi.d.ts +19 -0
- package/dist/redux/api/cmsBannerImageApi.d.ts.map +1 -0
- package/dist/redux/api/countryApi.d.ts +39 -0
- package/dist/redux/api/countryApi.d.ts.map +1 -0
- package/dist/redux/api/fetchBaseQuery.d.ts +2 -0
- package/dist/redux/api/fetchBaseQuery.d.ts.map +1 -0
- package/dist/redux/api/fieldApi.d.ts +20 -0
- package/dist/redux/api/fieldApi.d.ts.map +1 -0
- package/dist/redux/api/mediaApi.d.ts +19 -0
- package/dist/redux/api/mediaApi.d.ts.map +1 -0
- package/dist/redux/api/mediaStorageProviderApi.d.ts +19 -0
- package/dist/redux/api/mediaStorageProviderApi.d.ts.map +1 -0
- package/dist/redux/api/menuApi.d.ts +19 -0
- package/dist/redux/api/menuApi.d.ts.map +1 -0
- package/dist/redux/api/menuItemsApi.d.ts +19 -0
- package/dist/redux/api/menuItemsApi.d.ts.map +1 -0
- package/dist/redux/api/modelApi.d.ts +20 -0
- package/dist/redux/api/modelApi.d.ts.map +1 -0
- package/dist/redux/api/moduleApi.d.ts +22 -0
- package/dist/redux/api/moduleApi.d.ts.map +1 -0
- package/dist/redux/api/orderAttributeApi.d.ts +8 -0
- package/dist/redux/api/orderAttributeApi.d.ts.map +1 -0
- package/dist/redux/api/permissionApi.d.ts +15 -0
- package/dist/redux/api/permissionApi.d.ts.map +1 -0
- package/dist/redux/api/pincodeApi.d.ts +36 -0
- package/dist/redux/api/pincodeApi.d.ts.map +1 -0
- package/dist/redux/api/productData.d.ts +51 -0
- package/dist/redux/api/productData.d.ts.map +1 -0
- package/dist/redux/api/radixExtraModelAttributeApi.d.ts +8 -0
- package/dist/redux/api/radixExtraModelAttributeApi.d.ts.map +1 -0
- package/dist/redux/api/radixModelMetadataApi.d.ts +20 -0
- package/dist/redux/api/radixModelMetadataApi.d.ts.map +1 -0
- package/dist/redux/api/radixModelsApi.d.ts +13 -0
- package/dist/redux/api/radixModelsApi.d.ts.map +1 -0
- package/dist/redux/api/ratingApi.d.ts +19 -0
- package/dist/redux/api/ratingApi.d.ts.map +1 -0
- package/dist/redux/api/reviewApi.d.ts +19 -0
- package/dist/redux/api/reviewApi.d.ts.map +1 -0
- package/dist/redux/api/roleApi.d.ts +10 -0
- package/dist/redux/api/roleApi.d.ts.map +1 -0
- package/dist/redux/api/solidActionApi.d.ts +19 -0
- package/dist/redux/api/solidActionApi.d.ts.map +1 -0
- package/dist/redux/api/solidEntityApi.d.ts +18 -0
- package/dist/redux/api/solidEntityApi.d.ts.map +1 -0
- package/dist/redux/api/solidMenuApi.d.ts +20 -0
- package/dist/redux/api/solidMenuApi.d.ts.map +1 -0
- package/dist/redux/api/solidViewApi.d.ts +20 -0
- package/dist/redux/api/solidViewApi.d.ts.map +1 -0
- package/dist/redux/api/stateApi.d.ts +36 -0
- package/dist/redux/api/stateApi.d.ts.map +1 -0
- package/dist/redux/api/tagApi.d.ts +19 -0
- package/dist/redux/api/tagApi.d.ts.map +1 -0
- package/dist/redux/api/tagGroupApi.d.ts +19 -0
- package/dist/redux/api/tagGroupApi.d.ts.map +1 -0
- package/dist/redux/api/userApi.d.ts +17 -0
- package/dist/redux/api/userApi.d.ts.map +1 -0
- package/dist/redux/features/authSlice.d.ts +6 -0
- package/dist/redux/features/authSlice.d.ts.map +1 -0
- package/dist/redux/features/dataViewSlice.d.ts +7 -0
- package/dist/redux/features/dataViewSlice.d.ts.map +1 -0
- package/dist/redux/features/navbarSlice.d.ts +6 -0
- package/dist/redux/features/navbarSlice.d.ts.map +1 -0
- package/dist/redux/features/popupSlice.d.ts +7 -0
- package/dist/redux/features/popupSlice.d.ts.map +1 -0
- package/dist/redux/features/themeSlice.d.ts +6 -0
- package/dist/redux/features/themeSlice.d.ts.map +1 -0
- package/dist/redux/features/userSlice.d.ts +13 -0
- package/dist/redux/features/userSlice.d.ts.map +1 -0
- package/dist/redux/hooks.d.ts +2 -0
- package/dist/redux/hooks.d.ts.map +1 -0
- package/dist/redux/store.d.ts +375 -0
- package/dist/redux/store.d.ts.map +1 -0
- package/package.json +114 -0
- package/rollup.config.mjs +45 -0
- package/solidstarters-solid-core-ui-0.1.24.tgz +0 -0
- package/src/components/CustomFooter/CustomFooter.tsx +263 -0
- package/src/components/CustomFooter/FooterForm.tsx +18 -0
- package/src/components/CustomHeader/CallIcon.tsx +19 -0
- package/src/components/CustomHeader/CustomDropdown.tsx +175 -0
- package/src/components/CustomHeader/CustomHeader.tsx +64 -0
- package/src/components/CustomHeader/EmailIcon.tsx +11 -0
- package/src/components/CustomHeader/HeaderCart.tsx +14 -0
- package/src/components/CustomHeader/productNavData.tsx +179 -0
- package/src/components/FormView/DetailsViews.tsx +46 -0
- package/src/components/FormView/OrderAddressDetails.tsx +69 -0
- package/src/components/FormView/OrderPaymentDetails.tsx +17 -0
- package/src/components/FormView/OrderTableDetails.tsx +35 -0
- package/src/components/FormView/OrderedProductDetail.tsx +21 -0
- package/src/components/Tag/CustomTag.tsx +49 -0
- package/src/components/auth/Login.tsx +155 -0
- package/src/components/auth/Register.tsx +239 -0
- package/src/components/common/AuthBanner.tsx +40 -0
- package/src/components/common/AutoCompleteField.tsx +74 -0
- package/src/components/common/CancelButton.tsx +42 -0
- package/src/components/common/CodeEditor.tsx +24 -0
- package/src/components/common/CreateButton.tsx +16 -0
- package/src/components/common/DropzonePlaceholder.tsx +9 -0
- package/src/components/common/DropzoneUpload.tsx +9 -0
- package/src/components/common/FilterComponent.tsx +427 -0
- package/src/components/common/HeaderDynamicTitles.tsx +11 -0
- package/src/components/common/MarkdownViewer.tsx +14 -0
- package/src/components/common/MultipleSelectAutoCompleteField.tsx +61 -0
- package/src/components/common/SingleSelectAutoCompleteField.tsx +64 -0
- package/src/components/common/SocialMediaLogin.tsx +44 -0
- package/src/components/core/common/SolidConfigureLayoutElement.tsx +24 -0
- package/src/components/core/common/SolidCreateButton.tsx +19 -0
- package/src/components/core/common/SolidGlobalSearchElement.tsx +37 -0
- package/src/components/core/common/SolidSearchBox.tsx +17 -0
- package/src/components/core/field/FieldListViewData.tsx +312 -0
- package/src/components/core/form/SolidFormView.tsx +821 -0
- package/src/components/core/form/fields/ISolidField.tsx +64 -0
- package/src/components/core/form/fields/SolidBooleanField.tsx +112 -0
- package/src/components/core/form/fields/SolidDateField.tsx +89 -0
- package/src/components/core/form/fields/SolidDateTimeField.tsx +87 -0
- package/src/components/core/form/fields/SolidDecimalField.tsx +85 -0
- package/src/components/core/form/fields/SolidIntegerField.tsx +85 -0
- package/src/components/core/form/fields/SolidJsonField.tsx +79 -0
- package/src/components/core/form/fields/SolidLongTextField.tsx +99 -0
- package/src/components/core/form/fields/SolidMediaMultipleField.tsx +246 -0
- package/src/components/core/form/fields/SolidMediaSingleField.tsx +227 -0
- package/src/components/core/form/fields/SolidRelationField.tsx +53 -0
- package/src/components/core/form/fields/SolidRichTextField.tsx +97 -0
- package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +122 -0
- package/src/components/core/form/fields/SolidSelectionStaticField.tsx +117 -0
- package/src/components/core/form/fields/SolidShortTextField.tsx +99 -0
- package/src/components/core/form/fields/SolidTimeField.tsx +87 -0
- package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +435 -0
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +137 -0
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +184 -0
- package/src/components/core/kanban/KanbanBoard.tsx +116 -0
- package/src/components/core/kanban/KanbanCard.tsx +159 -0
- package/src/components/core/kanban/KanbanColumn.tsx +124 -0
- package/src/components/core/kanban/SolidKanbanFilter.tsx +104 -0
- package/src/components/core/kanban/SolidKanbanView.tsx +660 -0
- package/src/components/core/kanban/SolidKanbanViewSearchColumn.tsx +131 -0
- package/src/components/core/kanban/SolidManyToOneFilterElement.tsx +56 -0
- package/src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +49 -0
- package/src/components/core/kanban/SolidSelectionStaticFilterElement.tsx +31 -0
- package/src/components/core/kanban/SolidVarInputsFilterElement.tsx +183 -0
- package/src/components/core/kanban/columns/SolidBigintColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidBooleanColumn.tsx +49 -0
- package/src/components/core/kanban/columns/SolidComputedColumn.tsx +22 -0
- package/src/components/core/kanban/columns/SolidDateColumn.tsx +58 -0
- package/src/components/core/kanban/columns/SolidDatetimeColumn.tsx +45 -0
- package/src/components/core/kanban/columns/SolidDecimalColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidExternalIdColumn.tsx +46 -0
- package/src/components/core/kanban/columns/SolidFloatColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidIdColumn.tsx +46 -0
- package/src/components/core/kanban/columns/SolidIntColumn.tsx +56 -0
- package/src/components/core/kanban/columns/SolidLongTextColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidMediaMultipleColumn.tsx +54 -0
- package/src/components/core/kanban/columns/SolidMediaSingleColumn.tsx +56 -0
- package/src/components/core/kanban/columns/SolidRelationColumn.tsx +12 -0
- package/src/components/core/kanban/columns/SolidRichTextColumn.tsx +8 -0
- package/src/components/core/kanban/columns/SolidSelectionDynamicColumn.tsx +46 -0
- package/src/components/core/kanban/columns/SolidSelectionStaticColumn.tsx +47 -0
- package/src/components/core/kanban/columns/SolidShortTextColumn.tsx +53 -0
- package/src/components/core/kanban/columns/SolidTimeColumn.tsx +42 -0
- package/src/components/core/kanban/columns/SolidUuidColumn.tsx +44 -0
- package/src/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.tsx +79 -0
- package/src/components/core/list/SolidListView.tsx +569 -0
- package/src/components/core/list/SolidListViewColumn.tsx +161 -0
- package/src/components/core/list/SolidListingHeader.tsx +41 -0
- package/src/components/core/list/SolidManyToOneFilterElement.tsx +56 -0
- package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +49 -0
- package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +31 -0
- package/src/components/core/list/SolidVarInputsFilterElement.tsx +183 -0
- package/src/components/core/list/columns/SolidBigintColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidBooleanColumn.tsx +60 -0
- package/src/components/core/list/columns/SolidComputedColumn.tsx +22 -0
- package/src/components/core/list/columns/SolidDateColumn.tsx +63 -0
- package/src/components/core/list/columns/SolidDatetimeColumn.tsx +51 -0
- package/src/components/core/list/columns/SolidDecimalColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidExternalIdColumn.tsx +51 -0
- package/src/components/core/list/columns/SolidFloatColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidIdColumn.tsx +52 -0
- package/src/components/core/list/columns/SolidIntColumn.tsx +60 -0
- package/src/components/core/list/columns/SolidLongTextColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +29 -0
- package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +29 -0
- package/src/components/core/list/columns/SolidRelationColumn.tsx +12 -0
- package/src/components/core/list/columns/SolidRichTextColumn.tsx +8 -0
- package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +52 -0
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +53 -0
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +60 -0
- package/src/components/core/list/columns/SolidTimeColumn.tsx +51 -0
- package/src/components/core/list/columns/SolidUuidColumn.tsx +51 -0
- package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +70 -0
- package/src/components/core/model/CreateModel.tsx +340 -0
- package/src/components/core/model/FieldMetaData.tsx +148 -0
- package/src/components/core/model/FieldMetaDataForm.tsx +2877 -0
- package/src/components/core/model/FieldSelector.tsx +67 -0
- package/src/components/core/model/ModelListViewData.tsx +383 -0
- package/src/components/core/model/ModelMetaData.tsx +777 -0
- package/src/components/core/module/CreateModule.tsx +577 -0
- package/src/components/core/module/ModuleListViewData.tsx +429 -0
- package/src/components/core/users/CreateUser.tsx +415 -0
- package/src/components/core/users/CreateUserRole.tsx +209 -0
- package/src/components/core/users/UserListView.tsx +374 -0
- package/src/components/layout/AdminSidebar.tsx +65 -0
- package/src/components/layout/ButtonLoader.tsx +7 -0
- package/src/components/layout/CustomPagination.tsx +55 -0
- package/src/components/layout/DashboardHeader.tsx +88 -0
- package/src/components/layout/FilterMenu.tsx +122 -0
- package/src/components/layout/Footer.tsx +12 -0
- package/src/components/layout/GlobalSearch.tsx +36 -0
- package/src/components/layout/Header.tsx +8 -0
- package/src/components/layout/ListingHeader.tsx +203 -0
- package/src/components/layout/Loader.tsx +15 -0
- package/src/components/layout/UserSidebar.tsx +53 -0
- package/src/components/layout/navbar-one.tsx +258 -0
- package/src/components/layout/navbar-two-menu.tsx +64 -0
- package/src/components/layout/navbar-two.tsx +36 -0
- package/src/components/layout/user-profile-menu.tsx +214 -0
- package/src/components/layout/user-profile.tsx +6 -0
- package/src/components/modelsComponents/filterIcon.tsx +9 -0
- package/src/components/tables/DemoData.tsx +317 -0
- package/src/components/tables/DynamicTable.tsx +56 -0
- package/src/components/tables/ListViewTable.tsx +155 -0
- package/src/helpers/ToastContainer.tsx +92 -0
- package/src/helpers/authHeader.ts +19 -0
- package/src/helpers/countries.tsx +259 -0
- package/src/helpers/helpers.ts +39 -0
- package/src/helpers/menu.tsx +670 -0
- package/src/helpers/permissions.ts +15 -0
- package/src/helpers/revalidate.ts +6 -0
- package/src/index.ts +630 -0
- package/src/redux/api/articleApi.ts +55 -0
- package/src/redux/api/authApi.ts +60 -0
- package/src/redux/api/automationApi.ts +55 -0
- package/src/redux/api/categoryApi.tsx +46 -0
- package/src/redux/api/cityApi.tsx +56 -0
- package/src/redux/api/cmsBannerImageApi.tsx +55 -0
- package/src/redux/api/countryApi.tsx +56 -0
- package/src/redux/api/fetchBaseQuery.tsx +15 -0
- package/src/redux/api/fieldApi.ts +78 -0
- package/src/redux/api/mediaApi.ts +55 -0
- package/src/redux/api/mediaStorageProviderApi.ts +55 -0
- package/src/redux/api/menuApi.tsx +55 -0
- package/src/redux/api/menuItemsApi.tsx +56 -0
- package/src/redux/api/modelApi.ts +70 -0
- package/src/redux/api/moduleApi.ts +72 -0
- package/src/redux/api/orderAttributeApi.tsx +37 -0
- package/src/redux/api/permissionApi.ts +32 -0
- package/src/redux/api/pincodeApi.tsx +56 -0
- package/src/redux/api/productData.tsx +87 -0
- package/src/redux/api/radixExtraModelAttributeApi.tsx +37 -0
- package/src/redux/api/radixModelMetadataApi.tsx +62 -0
- package/src/redux/api/radixModelsApi.tsx +64 -0
- package/src/redux/api/ratingApi.ts +55 -0
- package/src/redux/api/reviewApi.ts +55 -0
- package/src/redux/api/roleApi.ts +58 -0
- package/src/redux/api/solidActionApi.ts +66 -0
- package/src/redux/api/solidEntityApi.tsx +86 -0
- package/src/redux/api/solidMenuApi.ts +71 -0
- package/src/redux/api/solidViewApi.ts +72 -0
- package/src/redux/api/stateApi.tsx +56 -0
- package/src/redux/api/tagApi.ts +55 -0
- package/src/redux/api/tagGroupApi.tsx +55 -0
- package/src/redux/api/userApi.ts +120 -0
- package/src/redux/features/authSlice.ts +19 -0
- package/src/redux/features/dataViewSlice.ts +26 -0
- package/src/redux/features/navbarSlice.ts +21 -0
- package/src/redux/features/popupSlice.ts +27 -0
- package/src/redux/features/themeSlice.ts +17 -0
- package/src/redux/features/userSlice.ts +28 -0
- package/src/types/index.d.ts +7 -0
- package/src/types/next.d.ts +46 -0
- package/tsconfig.json +37 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
3
|
+
export declare class SolidRichTextField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
updateFormData(value: any, formData: FormData): any;
|
|
7
|
+
initialValue(): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=SolidRichTextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRichTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidRichTextField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,kBAAmB,YAAW,WAAW;IAElD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IA6B1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAyC9B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
3
|
+
export declare class SolidSelectionDynamicField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
initialValue(): any;
|
|
7
|
+
updateFormData(value: any, formData: FormData): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=SolidSelectionDynamicField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionDynamicField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidSelectionDynamicField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAG3E,qBAAa,0BAA2B,YAAW,WAAW;IAE1D,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,YAAY,IAAI,GAAG;IASnB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,gBAAgB,IAAI,MAAM;IAe1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAwE9B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
3
|
+
export declare class SolidSelectionStaticField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
updateFormData(value: any, formData: FormData): any;
|
|
7
|
+
initialValue(): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=SolidSelectionStaticField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionStaticField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidSelectionStaticField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,yBAA0B,YAAW,WAAW;IAEzD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAqBnB,gBAAgB,IAAI,MAAM;IAiB1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAwD9B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
3
|
+
export declare class SolidShortTextField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
updateFormData(value: any, formData: FormData): any;
|
|
7
|
+
initialValue(): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=SolidShortTextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidShortTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidShortTextField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,mBAAoB,YAAW,WAAW;IAEnD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IA+B1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA0C9B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
|
|
3
|
+
export declare class SolidTimeField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
updateFormData(value: any, formData: FormData): any;
|
|
7
|
+
initialValue(): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=SolidTimeField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidTimeField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidTimeField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,cAAe,YAAW,WAAW;IAE9C,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IAa1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA+C9B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
3
|
+
export declare class SolidRelationManyToManyField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
initialValue(): any;
|
|
7
|
+
updateFormData(value: any, formData: FormData): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
renderCheckBoxMode(formik: FormikObject, visibleCreateRelationEntity: any, setvisibleCreateRelationEntity: any): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
renderAutoCompleteMode(formik: FormikObject, visibleCreateRelationEntity: any, setvisibleCreateRelationEntity: any): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
renderSolidFormEmbededView(formik: FormikObject, customCreateHandler: any, visibleCreateRelationEntity: any, setvisibleCreateRelationEntity: any): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=SolidRelationManyToManyField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationManyToManyField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAK5E,qBAAa,4BAA6B,YAAW,WAAW;IAE5D,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,YAAY,IAAI,GAAG;IAoBnB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAgCnD,gBAAgB,IAAI,MAAM;IAiB1B,MAAM,CAAC,MAAM,EAAE,YAAY;IAmC3B,kBAAkB,CAAC,MAAM,EAAE,YAAY,EAAE,2BAA2B,EAAE,GAAG,EAAE,8BAA8B,EAAE,GAAG;IAyJ9G,sBAAsB,CAAC,MAAM,EAAE,YAAY,EAAE,2BAA2B,EAAE,GAAG,EAAE,8BAA8B,EAAE,GAAG;IAsGlH,0BAA0B,CAAC,MAAM,EAAE,YAAY,EAAE,mBAAmB,EAAE,GAAG,EAAE,2BAA2B,EAAE,GAAG,EAAE,8BAA8B,EAAE,GAAG;CAiDnJ"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
3
|
+
export declare class SolidRelationManyToOneField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
initialValue(): any;
|
|
7
|
+
updateFormData(value: any, formData: FormData): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=SolidRelationManyToOneField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationManyToOneField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAG5E,qBAAa,2BAA4B,YAAW,WAAW;IAE3D,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,YAAY,IAAI,GAAG;IAYnB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,gBAAgB,IAAI,MAAM;IAe1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAoF9B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Schema } from "yup";
|
|
2
|
+
import { FormikObject, ISolidField, SolidFieldProps } from "../ISolidField";
|
|
3
|
+
export declare class SolidRelationOneToManyField implements ISolidField {
|
|
4
|
+
private fieldContext;
|
|
5
|
+
constructor(fieldContext: SolidFieldProps);
|
|
6
|
+
initialValue(): any;
|
|
7
|
+
updateFormData(value: any, formData: FormData): any;
|
|
8
|
+
validationSchema(): Schema;
|
|
9
|
+
render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
renderSolidFormEmbededView(visibleCreateRelationEntity: any, setvisibleCreateRelationEntity: any, formViewParams: any, handlePopupClose: any): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=SolidRelationOneToManyField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationOneToManyField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAG5E,qBAAa,2BAA4B,YAAW,WAAW;IAE3D,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,YAAY,IAAI,GAAG;IAYnB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,gBAAgB,IAAI,MAAM;IAc1B,MAAM,CAAC,MAAM,EAAE,YAAY;IAiG3B,0BAA0B,CAAC,2BAA2B,EAAE,GAAG,EAAE,8BAA8B,EAAE,GAAG,EAAE,cAAc,EAAE,GAAG,EAAE,gBAAgB,EAAE,GAAG;CAmC/I"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KanbanBoard.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/KanbanBoard.tsx"],"names":[],"mappings":"AAyBA,eAAO,MAAM,WAAW,wFAAyF,GAAG,4CAwFnH,CAAA;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface Data {
|
|
3
|
+
id: string;
|
|
4
|
+
title: string;
|
|
5
|
+
content: string;
|
|
6
|
+
}
|
|
7
|
+
interface KanbanCardProps {
|
|
8
|
+
data: Data;
|
|
9
|
+
solidViewMetaData: any;
|
|
10
|
+
index: number;
|
|
11
|
+
}
|
|
12
|
+
declare const KanbanCard: React.FC<KanbanCardProps>;
|
|
13
|
+
export default KanbanCard;
|
|
14
|
+
//# sourceMappingURL=KanbanCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KanbanCard.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/KanbanCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,IAAI;IACZ,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,eAAe;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,iBAAiB,EAAE,GAAG,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAyIzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
interface Group {
|
|
2
|
+
label: string;
|
|
3
|
+
count: number;
|
|
4
|
+
folded: boolean;
|
|
5
|
+
}
|
|
6
|
+
interface GroupData {
|
|
7
|
+
id: string;
|
|
8
|
+
title: string;
|
|
9
|
+
groupByField: string;
|
|
10
|
+
}
|
|
11
|
+
interface KanbanColumnProps {
|
|
12
|
+
groupByField: string;
|
|
13
|
+
group: Group;
|
|
14
|
+
groupData: GroupData[];
|
|
15
|
+
toggleFold: (groupByField: string) => void;
|
|
16
|
+
handleLoadMore: (groupByField: string) => void;
|
|
17
|
+
}
|
|
18
|
+
declare const KanbanColumn: ({ groupByField, solidViewMetaData, group, groupData, toggleFold, handleLoadMore }: KanbanColumnProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export default KanbanColumn;
|
|
20
|
+
//# sourceMappingURL=KanbanColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KanbanColumn.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/KanbanColumn.tsx"],"names":[],"mappings":"AAUA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,UAAU,SAAS;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,iBAAiB;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,KAAK,CAAC;IACb,SAAS,EAAE,SAAS,EAAE,CAAC;IACvB,UAAU,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,cAAc,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD;AAED,QAAA,MAAM,YAAY,sFAAsF,iBAAiB,4CA2FxH,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidKanbanFilter.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidKanbanFilter.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB,kFAAmF,GAAG,4CAiGnH,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type SolidKanbanViewParams = {
|
|
2
|
+
moduleName: string;
|
|
3
|
+
modelName: string;
|
|
4
|
+
embeded: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const SolidKanbanView: (params: SolidKanbanViewParams) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=SolidKanbanView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidKanbanView.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidKanbanView.tsx"],"names":[],"mappings":"AAqBA,KAAK,qBAAqB,GAAG;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,eAAe,WAAY,qBAAqB,4CAunB5D,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type SolidKanbanViewColumnParams = {
|
|
2
|
+
solidKanbanViewMetaData: any;
|
|
3
|
+
fieldMetadata: any;
|
|
4
|
+
updateEnumValues: any;
|
|
5
|
+
index: any;
|
|
6
|
+
enumValue: any;
|
|
7
|
+
};
|
|
8
|
+
export declare const getSolidKanbanViewNumberOfInputs: (matchMode: any) => number | null;
|
|
9
|
+
export declare const SolidKanbanViewSearchColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element | undefined;
|
|
10
|
+
//# sourceMappingURL=SolidKanbanViewSearchColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidKanbanViewSearchColumn.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidKanbanViewSearchColumn.tsx"],"names":[],"mappings":"AA6BA,MAAM,MAAM,2BAA2B,GAAG;IACtC,uBAAuB,EAAE,GAAG,CAAC;IAC7B,aAAa,EAAE,GAAG,CAAC;IACnB,gBAAgB,EAAE,GAAG,CAAC;IACtB,KAAK,EAAE,GAAG,CAAC;IACX,SAAS,EAAE,GAAG,CAAA;CACjB,CAAC;AAEF,eAAO,MAAM,gCAAgC,cAAe,GAAG,KAAG,MAAM,GAAG,IAyB1E,CAAA;AAED,eAAO,MAAM,2BAA2B,mFAAoF,2BAA2B,wDAkEtJ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidManyToOneFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidManyToOneFilterElement.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,iCAAiC,kDAAmD,GAAG,4CAiDnG,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionDynamicFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,wCAAwC,kDAAmD,GAAG,4CA0C1G,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionStaticFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidSelectionStaticFilterElement.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,uCAAuC,kDAAmD,GAAG,4CA0BzG,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare enum KanbanInputTypes {
|
|
2
|
+
Date = "Date",
|
|
3
|
+
DateTime = "DateTime",
|
|
4
|
+
Time = "Time",
|
|
5
|
+
Numeric = "Numeric",
|
|
6
|
+
Text = "Text",
|
|
7
|
+
SelectionStatic = "SelectionStatic",
|
|
8
|
+
RelationManyToOne = "RelationManyToOne",
|
|
9
|
+
SelectionDynamic = "SelectionDynamic"
|
|
10
|
+
}
|
|
11
|
+
export declare const SolidKanbanVarInputsFilterElement: ({ values, onChange, inputType, numberOfInputs, solidListViewMetaData, fieldMetadata }: any) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=SolidVarInputsFilterElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidVarInputsFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidVarInputsFilterElement.tsx"],"names":[],"mappings":"AASA,oBAAY,gBAAgB;IACxB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,gBAAgB,qBAAqB;CACxC;AAID,eAAO,MAAM,iCAAiC,0FAA0H,GAAG,4CAgK1K,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidBigintColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidBigintColumn;
|
|
4
|
+
//# sourceMappingURL=SolidBigintColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidBigintColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidBigintColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,iBAAiB,mFAAoF,2BAA2B,4CAErI,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidBooleanColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidBooleanColumn;
|
|
4
|
+
//# sourceMappingURL=SolidBooleanColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidBooleanColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidBooleanColumn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,kBAAkB,mFAAoF,2BAA2B,4CAyCtI,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidComputedColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element | undefined;
|
|
3
|
+
export default SolidComputedColumn;
|
|
4
|
+
//# sourceMappingURL=SolidComputedColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidComputedColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidComputedColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,wDAavI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FilterMatchMode } from 'primereact/api';
|
|
2
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
3
|
+
export declare const kanbanDateFilterMatchModeOptions: {
|
|
4
|
+
label: string;
|
|
5
|
+
value: FilterMatchMode;
|
|
6
|
+
}[];
|
|
7
|
+
declare const SolidDateColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default SolidDateColumn;
|
|
9
|
+
//# sourceMappingURL=SolidDateColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidDateColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidDateColumn.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG/G,eAAO,MAAM,gCAAgC;;;GAU5C,CAAC;AAEF,QAAA,MAAM,eAAe,mFAAoF,2BAA2B,4CAqCnI,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidDatetimeColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidDatetimeColumn;
|
|
4
|
+
//# sourceMappingURL=SolidDatetimeColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidDatetimeColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidDatetimeColumn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI/G,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,4CAoCvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidDecimalColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidDecimalColumn;
|
|
4
|
+
//# sourceMappingURL=SolidDecimalColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidDecimalColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidDecimalColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,kBAAkB,mFAAoF,2BAA2B,4CAEtI,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidExternalIdColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidExternalIdColumn;
|
|
4
|
+
//# sourceMappingURL=SolidExternalIdColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidExternalIdColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidExternalIdColumn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI/G,QAAA,MAAM,qBAAqB,mFAAoF,2BAA2B,4CAqCzI,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidFloatColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidFloatColumn;
|
|
4
|
+
//# sourceMappingURL=SolidFloatColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidFloatColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidFloatColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,gBAAgB,mFAAoF,2BAA2B,4CAEpI,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidIdColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidIdColumn;
|
|
4
|
+
//# sourceMappingURL=SolidIdColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidIdColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidIdColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,aAAa,mFAAoF,2BAA2B,4CAqCjI,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidIntColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidIntColumn;
|
|
4
|
+
//# sourceMappingURL=SolidIntColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidIntColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidIntColumn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI/G,QAAA,MAAM,cAAc,mFAAoF,2BAA2B,4CA+ClI,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidLongTextColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidLongTextColumn;
|
|
4
|
+
//# sourceMappingURL=SolidLongTextColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidLongTextColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidLongTextColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,4CAEvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidMediaMultipleColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidMediaMultipleColumn;
|
|
4
|
+
//# sourceMappingURL=SolidMediaMultipleColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidMediaMultipleColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidMediaMultipleColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,wBAAwB,mFAAoF,2BAA2B,4CA8C5I,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidMediaSingleColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidMediaSingleColumn;
|
|
4
|
+
//# sourceMappingURL=SolidMediaSingleColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidMediaSingleColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidMediaSingleColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,sBAAsB,mFAAoF,2BAA2B,4CAgD1I,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidRelationColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element | undefined;
|
|
3
|
+
export default SolidRelationColumn;
|
|
4
|
+
//# sourceMappingURL=SolidRelationColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidRelationColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,wDAMvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidRichTextColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidRichTextColumn;
|
|
4
|
+
//# sourceMappingURL=SolidRichTextColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRichTextColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidRichTextColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,4CAEvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidSelectionDynamicColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidSelectionDynamicColumn;
|
|
4
|
+
//# sourceMappingURL=SolidSelectionDynamicColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionDynamicColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidSelectionDynamicColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,2BAA2B,mFAAoF,2BAA2B,4CAsC/I,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidSelectionStaticColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidSelectionStaticColumn;
|
|
4
|
+
//# sourceMappingURL=SolidSelectionStaticColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionStaticColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidSelectionStaticColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG/G,QAAA,MAAM,0BAA0B,mFAAoF,2BAA2B,4CAsC9I,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidShortTextColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidShortTextColumn;
|
|
4
|
+
//# sourceMappingURL=SolidShortTextColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidShortTextColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidShortTextColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,oBAAoB,mFAAoF,2BAA2B,4CA6CxI,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidTimeColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidTimeColumn;
|
|
4
|
+
//# sourceMappingURL=SolidTimeColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidTimeColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidTimeColumn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG/G,QAAA,MAAM,eAAe,mFAAoF,2BAA2B,4CAkCnI,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidUuidColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidUuidColumn;
|
|
4
|
+
//# sourceMappingURL=SolidUuidColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidUuidColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidUuidColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,eAAe,mFAAoF,2BAA2B,4CAoCnI,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidKanbanViewColumnParams } from '../../SolidKanbanViewSearchColumn';
|
|
2
|
+
declare const SolidRelationManyToOneColumn: ({ solidKanbanViewMetaData, fieldMetadata, updateEnumValues, index, enumValue }: SolidKanbanViewColumnParams) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SolidRelationManyToOneColumn;
|
|
4
|
+
//# sourceMappingURL=SolidRelationManyToOneColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidRelationManyToOneColumn.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAElH,QAAA,MAAM,4BAA4B,mFAAoF,2BAA2B,4CAuEhJ,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type SolidListViewParams = {
|
|
2
|
+
moduleName: string;
|
|
3
|
+
modelName: string;
|
|
4
|
+
inlineCreate?: boolean;
|
|
5
|
+
handlePopUpOpen?: any;
|
|
6
|
+
embeded?: boolean;
|
|
7
|
+
customLayout?: any;
|
|
8
|
+
customFilter?: any;
|
|
9
|
+
};
|
|
10
|
+
export declare const SolidListView: (params: SolidListViewParams) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=SolidListView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidListView.d.ts","sourceRoot":"","sources":["../../../../src/components/core/list/SolidListView.tsx"],"names":[],"mappings":"AAsBA,KAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,YAAY,CAAC,EAAE,GAAG,CAAA;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,WAAY,mBAAmB,4CAuhBxD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type SolidListViewColumnParams = {
|
|
2
|
+
solidListViewMetaData: any;
|
|
3
|
+
fieldMetadata: any;
|
|
4
|
+
column: any;
|
|
5
|
+
};
|
|
6
|
+
export declare const getNumberOfInputs: (matchMode: any) => number | null;
|
|
7
|
+
export declare const SolidListViewColumn: ({ solidListViewMetaData, fieldMetadata, column }: SolidListViewColumnParams) => import("react/jsx-runtime").JSX.Element | undefined;
|
|
8
|
+
//# sourceMappingURL=SolidListViewColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidListViewColumn.d.ts","sourceRoot":"","sources":["../../../../src/components/core/list/SolidListViewColumn.tsx"],"names":[],"mappings":"AAqBA,MAAM,MAAM,yBAAyB,GAAG;IACpC,qBAAqB,EAAE,GAAG,CAAC;IAC3B,aAAa,EAAE,GAAG,CAAC;IACnB,MAAM,EAAE,GAAG,CAAA;CACd,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAAe,GAAG,KAAG,MAAM,GAAG,IAyB3D,CAAA;AAqBD,eAAO,MAAM,mBAAmB,qDAAsD,yBAAyB,wDAuF9G,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidListingHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/core/list/SolidListingHeader.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,kBAAkB,+CAkCvB,CAAC;AACF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidManyToOneFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/list/SolidManyToOneFilterElement.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,2BAA2B,kDAAmD,GAAG,4CAiD7F,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionDynamicFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/list/SolidSelectionDynamicFilterElement.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,kCAAkC,kDAAmD,GAAG,4CA0CpG,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidSelectionStaticFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/list/SolidSelectionStaticFilterElement.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,iCAAiC,kDAAmD,GAAG,4CA0BnG,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare enum InputTypes {
|
|
2
|
+
Date = "Date",
|
|
3
|
+
DateTime = "DateTime",
|
|
4
|
+
Time = "Time",
|
|
5
|
+
Numeric = "Numeric",
|
|
6
|
+
Text = "Text",
|
|
7
|
+
SelectionStatic = "SelectionStatic",
|
|
8
|
+
RelationManyToOne = "RelationManyToOne",
|
|
9
|
+
SelectionDynamic = "SelectionDynamic"
|
|
10
|
+
}
|
|
11
|
+
export declare const SolidVarInputsFilterElement: ({ values, onChange, inputType, numberOfInputs, solidListViewMetaData, fieldMetadata }: any) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=SolidVarInputsFilterElement.d.ts.map
|