@solidstarters/solid-core-ui 1.1.25 → 1.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/common/SolidBreadcrumb.d.ts +1 -2
- package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -1
- package/dist/components/common/SolidBreadcrumb.js +14 -9
- package/dist/components/common/SolidBreadcrumb.js.map +1 -1
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +65 -38
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.js +2 -2
- package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateField.js +2 -2
- package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.js +2 -2
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.js +2 -2
- package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.js +2 -2
- package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
- package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidJsonField.js +1 -1
- package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.js +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaMultipleField.js +27 -96
- package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidMediaSingleField.js +29 -29
- package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.js +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +2 -2
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +2 -2
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js +3 -3
- package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.js +2 -2
- package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +5 -5
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +3 -3
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
- package/dist/components/core/list/SolidTableRowCell.d.ts +6 -0
- package/dist/components/core/list/SolidTableRowCell.d.ts.map +1 -0
- package/dist/components/core/list/SolidTableRowCell.js +7 -0
- package/dist/components/core/list/SolidTableRowCell.js.map +1 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDateColumn.js +7 -3
- package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidDatetimeColumn.js +7 -3
- package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidExternalIdColumn.js +7 -3
- package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIdColumn.js +7 -3
- package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidIntColumn.js +7 -3
- package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +7 -3
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +7 -3
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidShortTextColumn.js +7 -5
- package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidTimeColumn.js +7 -3
- package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidUuidColumn.js +10 -4
- package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
- package/dist/components/core/model/ModelMetaData.js +5 -5
- package/dist/components/core/model/ModelMetaData.js.map +1 -1
- package/dist/resources/globals.css +2 -1
- package/package.json +1 -1
- package/src/components/common/SolidBreadcrumb.tsx +18 -15
- package/src/components/core/form/SolidFormView.tsx +20 -3
- package/src/components/core/form/fields/SolidBooleanField.tsx +4 -1
- package/src/components/core/form/fields/SolidDateField.tsx +4 -1
- package/src/components/core/form/fields/SolidDateTimeField.tsx +4 -1
- package/src/components/core/form/fields/SolidDecimalField.tsx +6 -3
- package/src/components/core/form/fields/SolidIntegerField.tsx +4 -1
- package/src/components/core/form/fields/SolidJsonField.tsx +5 -3
- package/src/components/core/form/fields/SolidLongTextField.tsx +4 -1
- package/src/components/core/form/fields/SolidMediaMultipleField.tsx +33 -118
- package/src/components/core/form/fields/SolidMediaSingleField.tsx +39 -33
- package/src/components/core/form/fields/SolidRichTextField.tsx +4 -1
- package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +4 -1
- package/src/components/core/form/fields/SolidSelectionStaticField.tsx +4 -1
- package/src/components/core/form/fields/SolidShortTextField.tsx +5 -4
- package/src/components/core/form/fields/SolidTimeField.tsx +5 -3
- package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +32 -24
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +30 -25
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +4 -3
- package/src/components/core/list/SolidTableRowCell.tsx +12 -0
- package/src/components/core/list/columns/SolidDateColumn.tsx +9 -1
- package/src/components/core/list/columns/SolidDatetimeColumn.tsx +9 -1
- package/src/components/core/list/columns/SolidExternalIdColumn.tsx +10 -1
- package/src/components/core/list/columns/SolidIdColumn.tsx +10 -2
- package/src/components/core/list/columns/SolidIntColumn.tsx +9 -1
- package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +10 -1
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +10 -1
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +9 -4
- package/src/components/core/list/columns/SolidTimeColumn.tsx +9 -1
- package/src/components/core/list/columns/SolidUuidColumn.tsx +11 -2
- package/src/components/core/model/ModelMetaData.tsx +5 -5
- package/src/resources/globals.css +2 -1
|
@@ -4,6 +4,7 @@ import { Column, ColumnFilterElementTemplateOptions } from "primereact/column";
|
|
|
4
4
|
import { FormEvent } from "primereact/ts-helpers";
|
|
5
5
|
import { getNumberOfInputs, SolidListViewColumnParams } from '../SolidListViewColumn';
|
|
6
6
|
import { InputTypes, SolidVarInputsFilterElement } from "../SolidVarInputsFilterElement";
|
|
7
|
+
import SolidTableRowCell from '../SolidTableRowCell';
|
|
7
8
|
|
|
8
9
|
const SolidIntColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidListViewColumnParams) => {
|
|
9
10
|
const filterable = column.attrs.filterable;
|
|
@@ -36,6 +37,7 @@ const SolidIntColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidL
|
|
|
36
37
|
{ label: 'Between', value: FilterMatchMode.BETWEEN }
|
|
37
38
|
];
|
|
38
39
|
|
|
40
|
+
const truncateAfter = solidListViewMetaData?.data?.solidView?.layout?.attrs?.truncateAfter
|
|
39
41
|
const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
40
42
|
|
|
41
43
|
return (
|
|
@@ -51,8 +53,14 @@ const SolidIntColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidL
|
|
|
51
53
|
filterMatchModeOptions={filterMatchModeOptions}
|
|
52
54
|
filterElement={filterTemplate}
|
|
53
55
|
filterPlaceholder={`Search by ${fieldMetadata.displayName}`}
|
|
54
|
-
style={{ minWidth: "12rem" }}
|
|
56
|
+
// style={{ minWidth: "12rem" }}
|
|
55
57
|
headerClassName="table-header-fs"
|
|
58
|
+
body={(rowData) => (
|
|
59
|
+
<SolidTableRowCell
|
|
60
|
+
value={rowData[fieldMetadata.name]}
|
|
61
|
+
truncateAfter={truncateAfter}
|
|
62
|
+
/>
|
|
63
|
+
)}
|
|
56
64
|
></Column>
|
|
57
65
|
);
|
|
58
66
|
|
|
@@ -4,6 +4,7 @@ import { Column, ColumnFilterElementTemplateOptions } from "primereact/column";
|
|
|
4
4
|
import { FormEvent } from "primereact/ts-helpers";
|
|
5
5
|
import { SolidListViewColumnParams } from '../SolidListViewColumn';
|
|
6
6
|
import { InputTypes, SolidVarInputsFilterElement } from "../SolidVarInputsFilterElement";
|
|
7
|
+
import SolidTableRowCell from '../SolidTableRowCell';
|
|
7
8
|
|
|
8
9
|
const SolidSelectionDynamicColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidListViewColumnParams) => {
|
|
9
10
|
const filterable = column.attrs.filterable;
|
|
@@ -28,6 +29,8 @@ const SolidSelectionDynamicColumn = ({ solidListViewMetaData, fieldMetadata, col
|
|
|
28
29
|
</SolidVarInputsFilterElement>
|
|
29
30
|
)
|
|
30
31
|
}
|
|
32
|
+
|
|
33
|
+
const truncateAfter = solidListViewMetaData?.data?.solidView?.layout?.attrs?.truncateAfter
|
|
31
34
|
const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
32
35
|
|
|
33
36
|
return (
|
|
@@ -43,8 +46,14 @@ const SolidSelectionDynamicColumn = ({ solidListViewMetaData, fieldMetadata, col
|
|
|
43
46
|
filterMatchModeOptions={filterMatchModeOptions}
|
|
44
47
|
filterElement={filterTemplate}
|
|
45
48
|
filterPlaceholder={`Search by ${fieldMetadata.displayName}`}
|
|
46
|
-
style={{ minWidth: "12rem" }}
|
|
49
|
+
// style={{ minWidth: "12rem" }}
|
|
47
50
|
headerClassName="table-header-fs"
|
|
51
|
+
body={(rowData) => (
|
|
52
|
+
<SolidTableRowCell
|
|
53
|
+
value={rowData[fieldMetadata.name]}
|
|
54
|
+
truncateAfter={truncateAfter}
|
|
55
|
+
/>
|
|
56
|
+
)}
|
|
48
57
|
></Column>
|
|
49
58
|
);
|
|
50
59
|
|
|
@@ -4,6 +4,7 @@ import { Column, ColumnFilterElementTemplateOptions } from "primereact/column";
|
|
|
4
4
|
import { FormEvent } from "primereact/ts-helpers";
|
|
5
5
|
import { SolidListViewColumnParams } from '../SolidListViewColumn';
|
|
6
6
|
import { InputTypes, SolidVarInputsFilterElement } from "../SolidVarInputsFilterElement";
|
|
7
|
+
import SolidTableRowCell from '../SolidTableRowCell';
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
const SolidSelectionStaticColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidListViewColumnParams) => {
|
|
@@ -30,6 +31,8 @@ const SolidSelectionStaticColumn = ({ solidListViewMetaData, fieldMetadata, colu
|
|
|
30
31
|
</SolidVarInputsFilterElement>
|
|
31
32
|
)
|
|
32
33
|
}
|
|
34
|
+
|
|
35
|
+
const truncateAfter = solidListViewMetaData?.data?.solidView?.layout?.attrs?.truncateAfter
|
|
33
36
|
const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
34
37
|
|
|
35
38
|
return (
|
|
@@ -45,8 +48,14 @@ const SolidSelectionStaticColumn = ({ solidListViewMetaData, fieldMetadata, colu
|
|
|
45
48
|
filterMatchModeOptions={filterMatchModeOptions}
|
|
46
49
|
filterElement={filterTemplate}
|
|
47
50
|
filterPlaceholder={`Search by ${fieldMetadata.displayName}`}
|
|
48
|
-
style={{ minWidth: "12rem" }}
|
|
51
|
+
// style={{ minWidth: "12rem" }}
|
|
49
52
|
headerClassName="table-header-fs"
|
|
53
|
+
body={(rowData) => (
|
|
54
|
+
<SolidTableRowCell
|
|
55
|
+
value={rowData[fieldMetadata.name]}
|
|
56
|
+
truncateAfter={truncateAfter}
|
|
57
|
+
/>
|
|
58
|
+
)}
|
|
50
59
|
></Column>
|
|
51
60
|
);
|
|
52
61
|
};
|
|
@@ -4,6 +4,7 @@ import { Column, ColumnFilterElementTemplateOptions } from "primereact/column";
|
|
|
4
4
|
import { FormEvent } from "primereact/ts-helpers";
|
|
5
5
|
import { getNumberOfInputs, SolidListViewColumnParams } from '../SolidListViewColumn';
|
|
6
6
|
import { InputTypes, SolidVarInputsFilterElement } from "../SolidVarInputsFilterElement";
|
|
7
|
+
import SolidTableRowCell from '../SolidTableRowCell';
|
|
7
8
|
|
|
8
9
|
const SolidShortTextColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidListViewColumnParams) => {
|
|
9
10
|
const filterable = column.attrs.filterable;
|
|
@@ -36,6 +37,7 @@ const SolidShortTextColumn = ({ solidListViewMetaData, fieldMetadata, column }:
|
|
|
36
37
|
)
|
|
37
38
|
};
|
|
38
39
|
|
|
40
|
+
const truncateAfter = solidListViewMetaData?.data?.solidView?.layout?.attrs?.truncateAfter
|
|
39
41
|
const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
40
42
|
|
|
41
43
|
return (
|
|
@@ -51,11 +53,14 @@ const SolidShortTextColumn = ({ solidListViewMetaData, fieldMetadata, column }:
|
|
|
51
53
|
filterMatchModeOptions={filterMatchModeOptions}
|
|
52
54
|
filterElement={filterTemplate}
|
|
53
55
|
filterPlaceholder={`Search by ${fieldMetadata.displayName}`}
|
|
54
|
-
style={{ minWidth: "12rem" }}
|
|
56
|
+
// style={{ minWidth: "12rem" }}
|
|
55
57
|
headerClassName="table-header-fs"
|
|
56
|
-
body={(rowData) =>
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
body={(rowData) => (
|
|
59
|
+
<SolidTableRowCell
|
|
60
|
+
value={rowData[fieldMetadata.name]}
|
|
61
|
+
truncateAfter={truncateAfter}
|
|
62
|
+
/>
|
|
63
|
+
)}
|
|
59
64
|
></Column>
|
|
60
65
|
);
|
|
61
66
|
|
|
@@ -4,6 +4,7 @@ import { FormEvent } from "primereact/ts-helpers";
|
|
|
4
4
|
import { getNumberOfInputs, SolidListViewColumnParams } from '../SolidListViewColumn';
|
|
5
5
|
import { InputTypes, SolidVarInputsFilterElement } from "../SolidVarInputsFilterElement";
|
|
6
6
|
import { dateFilterMatchModeOptions } from './SolidDateColumn';
|
|
7
|
+
import SolidTableRowCell from "../SolidTableRowCell";
|
|
7
8
|
|
|
8
9
|
const SolidTimeColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidListViewColumnParams) => {
|
|
9
10
|
const filterable = column.attrs.filterable;
|
|
@@ -27,6 +28,7 @@ const SolidTimeColumn = ({ solidListViewMetaData, fieldMetadata, column }: Solid
|
|
|
27
28
|
};
|
|
28
29
|
|
|
29
30
|
// TODO: the body template to be controlled based on the format that one is expecting the date to be displayed in.
|
|
31
|
+
const truncateAfter = solidListViewMetaData?.data?.solidView?.layout?.attrs?.truncateAfter
|
|
30
32
|
const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
31
33
|
|
|
32
34
|
return (
|
|
@@ -42,8 +44,14 @@ const SolidTimeColumn = ({ solidListViewMetaData, fieldMetadata, column }: Solid
|
|
|
42
44
|
filterMatchModeOptions={dateFilterMatchModeOptions}
|
|
43
45
|
filterElement={filterTemplate}
|
|
44
46
|
filterPlaceholder={`Search by ${fieldMetadata.displayName}`}
|
|
45
|
-
style={{ minWidth: "12rem" }}
|
|
47
|
+
// style={{ minWidth: "12rem" }}
|
|
46
48
|
headerClassName="table-header-fs"
|
|
49
|
+
body={(rowData) => (
|
|
50
|
+
<SolidTableRowCell
|
|
51
|
+
value={rowData[fieldMetadata.name]}
|
|
52
|
+
truncateAfter={truncateAfter}
|
|
53
|
+
/>
|
|
54
|
+
)}
|
|
47
55
|
></Column>
|
|
48
56
|
);
|
|
49
57
|
|
|
@@ -4,6 +4,7 @@ import { Column, ColumnFilterElementTemplateOptions } from "primereact/column";
|
|
|
4
4
|
import { FormEvent } from "primereact/ts-helpers";
|
|
5
5
|
import { SolidListViewColumnParams } from '../SolidListViewColumn';
|
|
6
6
|
import { InputTypes, SolidVarInputsFilterElement } from "../SolidVarInputsFilterElement";
|
|
7
|
+
import SolidTableRowCell from '../SolidTableRowCell';
|
|
7
8
|
|
|
8
9
|
const SolidUuidColumn = ({ solidListViewMetaData, fieldMetadata, column }: SolidListViewColumnParams) => {
|
|
9
10
|
const filterable = column.attrs.filterable;
|
|
@@ -27,6 +28,8 @@ const SolidUuidColumn = ({ solidListViewMetaData, fieldMetadata, column }: Solid
|
|
|
27
28
|
</SolidVarInputsFilterElement>
|
|
28
29
|
)
|
|
29
30
|
}
|
|
31
|
+
|
|
32
|
+
const truncateAfter = solidListViewMetaData?.data?.solidView?.layout?.attrs?.truncateAfter
|
|
30
33
|
const header = column.attrs.label ?? fieldMetadata.displayName;
|
|
31
34
|
|
|
32
35
|
return (
|
|
@@ -34,7 +37,7 @@ const SolidUuidColumn = ({ solidListViewMetaData, fieldMetadata, column }: Solid
|
|
|
34
37
|
key={fieldMetadata.name}
|
|
35
38
|
field={fieldMetadata.name}
|
|
36
39
|
header={header}
|
|
37
|
-
className="text-sm"
|
|
40
|
+
// className="text-sm"
|
|
38
41
|
sortable={column.attrs.sortable}
|
|
39
42
|
// filter={filterable}
|
|
40
43
|
dataType={columnDataType}
|
|
@@ -42,8 +45,14 @@ const SolidUuidColumn = ({ solidListViewMetaData, fieldMetadata, column }: Solid
|
|
|
42
45
|
filterMatchModeOptions={filterMatchModeOptions}
|
|
43
46
|
filterElement={filterTemplate}
|
|
44
47
|
filterPlaceholder={`Search by ${fieldMetadata.displayName}`}
|
|
45
|
-
style={{ minWidth: "12rem" }}
|
|
48
|
+
// style={{ minWidth: "12rem" }}
|
|
46
49
|
headerClassName="table-header-fs"
|
|
50
|
+
body={(rowData) => (
|
|
51
|
+
<SolidTableRowCell
|
|
52
|
+
value={rowData[fieldMetadata.name]}
|
|
53
|
+
truncateAfter={truncateAfter}
|
|
54
|
+
/>
|
|
55
|
+
)}
|
|
47
56
|
></Column>
|
|
48
57
|
);
|
|
49
58
|
|
|
@@ -256,11 +256,11 @@ const ModelMetaData = React.forwardRef(({ modelMetaData, setModelMetaData, allMo
|
|
|
256
256
|
|
|
257
257
|
}, [formik.values])
|
|
258
258
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
259
|
+
useEffect(() => {
|
|
260
|
+
if (formik.dirty) {
|
|
261
|
+
setIsDirty(true);
|
|
262
|
+
}
|
|
263
|
+
}, [formik.dirty]);
|
|
264
264
|
|
|
265
265
|
return (
|
|
266
266
|
|
|
@@ -431,7 +431,7 @@ a {
|
|
|
431
431
|
white-space: nowrap !important;
|
|
432
432
|
overflow: hidden !important;
|
|
433
433
|
text-overflow: ellipsis !important;
|
|
434
|
-
max-width: 30ch !important;
|
|
434
|
+
/* max-width: 30ch !important; */
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.form-field-label {
|
|
@@ -1700,6 +1700,7 @@ li.header-li-px {
|
|
|
1700
1700
|
padding: 0.8rem 1rem;
|
|
1701
1701
|
font-size: 14px;
|
|
1702
1702
|
font-weight: 500;
|
|
1703
|
+
text-transform: capitalize;
|
|
1703
1704
|
}
|
|
1704
1705
|
|
|
1705
1706
|
.solid-breadcrumb.p-breadcrumb .p-menuitem a {
|