@solidstarters/solid-core-ui 1.0.2 → 1.1.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/auth/SolidForgotPassword.d.ts +3 -0
- package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -0
- package/dist/components/auth/SolidForgotPassword.js +108 -0
- package/dist/components/auth/SolidForgotPassword.js.map +1 -0
- package/dist/components/auth/SolidLogin.d.ts +3 -0
- package/dist/components/auth/SolidLogin.d.ts.map +1 -0
- package/dist/components/auth/SolidLogin.js +115 -0
- package/dist/components/auth/SolidLogin.js.map +1 -0
- package/dist/components/auth/SolidOTPVerify.d.ts +3 -0
- package/dist/components/auth/SolidOTPVerify.d.ts.map +1 -0
- package/dist/components/auth/SolidOTPVerify.js +108 -0
- package/dist/components/auth/SolidOTPVerify.js.map +1 -0
- package/dist/components/auth/SolidRegister.d.ts +3 -0
- package/dist/components/auth/SolidRegister.d.ts.map +1 -0
- package/dist/components/auth/SolidRegister.js +166 -0
- package/dist/components/auth/SolidRegister.js.map +1 -0
- package/dist/components/auth/SolidResetPassword.d.ts +3 -0
- package/dist/components/auth/SolidResetPassword.d.ts.map +1 -0
- package/dist/components/auth/SolidResetPassword.js +119 -0
- package/dist/components/auth/SolidResetPassword.js.map +1 -0
- package/dist/components/core/common/FilterComponent.d.ts +33 -1
- package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
- package/dist/components/core/common/FilterComponent.js +26 -25
- package/dist/components/core/common/FilterComponent.js.map +1 -1
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidConfigureLayoutElement.js +3 -3
- package/dist/components/core/common/SolidConfigureLayoutElement.js.map +1 -1
- package/dist/components/core/common/SolidCreateButton.js +1 -1
- package/dist/components/core/common/SolidCreateButton.js.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js +14 -9
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
- package/dist/components/core/common/SolidLayoutViews.d.ts +19 -0
- package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -0
- package/dist/components/core/common/SolidLayoutViews.js +14 -0
- package/dist/components/core/common/SolidLayoutViews.js.map +1 -0
- package/dist/components/core/common/SolidListViewOptions.d.ts +2 -0
- package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -0
- package/dist/components/core/common/SolidListViewOptions.js +11 -0
- package/dist/components/core/common/SolidListViewOptions.js.map +1 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.js +1 -1
- package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
- 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/kanban/KanbanBoard.d.ts +1 -1
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.js +11 -11
- package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +113 -202
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +312 -62
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidManyToOneFilterElement.js +2 -3
- package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.js +3 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +3 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.js +5 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidTimeColumn.js +3 -1
- package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidUuidColumn.js +3 -1
- package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
- package/dist/components/layout/AppConfig.d.ts +4 -0
- package/dist/components/layout/AppConfig.d.ts.map +1 -0
- package/dist/components/layout/AppConfig.js +57 -0
- package/dist/components/layout/AppConfig.js.map +1 -0
- package/dist/components/layout/AppSidebar.d.ts +3 -0
- package/dist/components/layout/AppSidebar.d.ts.map +1 -0
- package/dist/components/layout/AppSidebar.js +75 -0
- package/dist/components/layout/AppSidebar.js.map +1 -0
- package/dist/components/layout/CustomPagination.d.ts +0 -6
- package/dist/components/layout/CustomPagination.d.ts.map +1 -1
- package/dist/components/layout/CustomPagination.js +48 -27
- package/dist/components/layout/CustomPagination.js.map +1 -1
- package/dist/components/layout/FilterMenu.d.ts.map +1 -1
- package/dist/components/layout/FilterMenu.js +1 -2
- package/dist/components/layout/FilterMenu.js.map +1 -1
- package/dist/components/layout/Layout.d.ts +3 -0
- package/dist/components/layout/Layout.d.ts.map +1 -0
- package/dist/components/layout/Layout.js +114 -0
- package/dist/components/layout/Layout.js.map +1 -0
- package/dist/components/layout/context/layoutcontext.d.ts +5 -0
- package/dist/components/layout/context/layoutcontext.d.ts.map +1 -0
- package/dist/components/layout/context/layoutcontext.js +56 -0
- package/dist/components/layout/context/layoutcontext.js.map +1 -0
- package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
- package/dist/components/layout/navbar-two-menu.js +5 -5
- package/dist/components/layout/navbar-two-menu.js.map +1 -1
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +37 -5
- package/dist/components/layout/user-profile-menu.js.map +1 -1
- package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -1
- package/dist/components/modelsComponents/filterIcon.js.map +1 -1
- package/dist/components/tables/ListViewTable.d.ts.map +1 -1
- package/dist/components/tables/ListViewTable.js +2 -1
- package/dist/components/tables/ListViewTable.js.map +1 -1
- package/dist/helpers/helpers.d.ts +1 -1
- package/dist/helpers/helpers.d.ts.map +1 -1
- package/dist/index.d.ts +20 -14
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +41 -32
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/src/components/auth/SolidForgotPassword.tsx +124 -0
- package/src/components/auth/SolidLogin.tsx +156 -0
- package/src/components/auth/SolidOTPVerify.tsx +127 -0
- package/src/components/auth/SolidRegister.tsx +221 -0
- package/src/components/auth/SolidResetPassword.tsx +160 -0
- package/src/components/core/common/FilterComponent.tsx +45 -40
- package/src/components/core/common/SolidConfigureLayoutElement.tsx +11 -10
- package/src/components/core/common/SolidCreateButton.tsx +1 -1
- package/src/components/core/common/SolidGlobalSearchElement.tsx +33 -13
- package/src/components/core/common/SolidLayoutViews.tsx +87 -0
- package/src/components/core/common/SolidListViewOptions.tsx +31 -0
- package/src/components/core/filter/SolidManyToOneFilterElement.tsx +1 -1
- package/src/components/core/kanban/KanbanBoard.tsx +7 -4
- package/src/components/core/kanban/SolidKanbanView.tsx +110 -248
- package/src/components/core/list/SolidListView.tsx +421 -96
- package/src/components/core/list/SolidManyToOneFilterElement.tsx +3 -3
- package/src/components/core/list/columns/SolidBooleanColumn.tsx +1 -1
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +1 -1
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +8 -3
- package/src/components/core/list/columns/SolidTimeColumn.tsx +1 -1
- package/src/components/core/list/columns/SolidUuidColumn.tsx +1 -1
- package/src/components/layout/AppConfig.tsx +103 -0
- package/src/components/layout/AppSidebar.tsx +170 -0
- package/src/components/layout/CustomPagination.tsx +55 -55
- package/src/components/layout/FilterMenu.tsx +1 -2
- package/src/components/layout/Layout.tsx +136 -0
- package/src/components/layout/context/layoutcontext.tsx +52 -0
- package/src/components/layout/navbar-two-menu.tsx +12 -9
- package/src/components/layout/user-profile-menu.tsx +74 -189
- package/src/components/modelsComponents/filterIcon.tsx +0 -1
- package/src/components/tables/ListViewTable.tsx +4 -3
- package/src/index.ts +158 -144
- package/src/types/index.d.ts +26 -0
- package/src/types/layout.d.ts +94 -0
- package/src/types/next-auth.d.ts +0 -0
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts +0 -2
- package/dist/components/core/kanban/SolidKanbanFilter.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts +0 -10
- package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +0 -2
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +0 -2
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +0 -2
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +0 -12
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts +0 -9
- package/dist/components/core/kanban/columns/SolidDateColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidIdColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidIntColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts.map +0 -1
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts +0 -4
- package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts.map +0 -1
- package/src/components/common/FilterComponent.tsx +0 -428
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidKanbanFilter.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidKanbanFilter.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB,kFAAmF,GAAG,4CAiGnH,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidManyToOneFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidManyToOneFilterElement.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,iCAAiC,kDAAmD,GAAG,4CAiDnG,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidSelectionDynamicFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,wCAAwC,kDAAmD,GAAG,4CA0C1G,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidSelectionStaticFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidSelectionStaticFilterElement.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,uCAAuC,kDAAmD,GAAG,4CA0BzG,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidVarInputsFilterElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/kanban/SolidVarInputsFilterElement.tsx"],"names":[],"mappings":"AAUA,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"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidBigintColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidBigintColumn.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,iBAAiB,mFAAoF,2BAA2B,4CAErI,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidBooleanColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidBooleanColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,kBAAkB,mFAAoF,2BAA2B,4CAyCtI,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidComputedColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidComputedColumn.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,wDAavI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidDateColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidDateColumn.tsx"],"names":[],"mappings":"AAEA,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"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidDatetimeColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidDatetimeColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI/G,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,4CAoCvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidDecimalColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidDecimalColumn.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,kBAAkB,mFAAoF,2BAA2B,4CAEtI,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidExternalIdColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidExternalIdColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI/G,QAAA,MAAM,qBAAqB,mFAAoF,2BAA2B,4CAqCzI,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidFloatColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidFloatColumn.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,gBAAgB,mFAAoF,2BAA2B,4CAEpI,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidIdColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidIdColumn.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,aAAa,mFAAoF,2BAA2B,4CAqCjI,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidIntColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidIntColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI/G,QAAA,MAAM,cAAc,mFAAoF,2BAA2B,4CA+ClI,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidLongTextColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidLongTextColumn.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,4CAEvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidMediaMultipleColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidMediaMultipleColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,wBAAwB,mFAAoF,2BAA2B,4CA8C5I,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidMediaSingleColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidMediaSingleColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,sBAAsB,mFAAoF,2BAA2B,4CAgD1I,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidRelationColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidRelationColumn.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,wDAMvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidRichTextColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidRichTextColumn.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG7E,QAAA,MAAM,mBAAmB,mFAAoF,2BAA2B,4CAEvI,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidSelectionDynamicColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidSelectionDynamicColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,2BAA2B,mFAAoF,2BAA2B,4CAsC/I,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidSelectionStaticColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidSelectionStaticColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG/G,QAAA,MAAM,0BAA0B,mFAAoF,2BAA2B,4CAsC9I,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidShortTextColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidShortTextColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,oBAAoB,mFAAoF,2BAA2B,4CA6CxI,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidTimeColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidTimeColumn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAG/G,QAAA,MAAM,eAAe,mFAAoF,2BAA2B,4CAkCnI,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidUuidColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/SolidUuidColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE/G,QAAA,MAAM,eAAe,mFAAoF,2BAA2B,4CAoCnI,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidRelationManyToOneColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoC,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAElH,QAAA,MAAM,4BAA4B,mFAAoF,2BAA2B,4CAuEhJ,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|