@3mo/data-grid 0.10.3-alpha.0 → 0.10.3
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/custom-elements.json +4659 -7
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "mo-data-grid",
|
|
6
|
-
"path": ".\\packages
|
|
6
|
+
"path": ".\\packages\\DataGrid\\DataGrid.ts",
|
|
7
7
|
"attributes": [
|
|
8
8
|
{
|
|
9
9
|
"name": "data",
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
662
|
"name": "mo-data-grid-cell",
|
|
663
|
-
"path": ".\\packages
|
|
663
|
+
"path": ".\\packages\\DataGrid\\DataGridCell.ts",
|
|
664
664
|
"attributes": [
|
|
665
665
|
{
|
|
666
666
|
"name": "value",
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
713
|
"name": "mo-data-grid-footer",
|
|
714
|
-
"path": ".\\packages
|
|
714
|
+
"path": ".\\packages\\DataGrid\\DataGridFooter.ts",
|
|
715
715
|
"attributes": [
|
|
716
716
|
{
|
|
717
717
|
"name": "dataGrid",
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
741
|
"name": "mo-data-grid-header",
|
|
742
|
-
"path": ".\\packages
|
|
742
|
+
"path": ".\\packages\\DataGrid\\DataGridHeader.ts",
|
|
743
743
|
"attributes": [
|
|
744
744
|
{
|
|
745
745
|
"name": "dataGrid",
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
},
|
|
776
776
|
{
|
|
777
777
|
"name": "mo-data-grid-header-separator",
|
|
778
|
-
"path": ".\\packages
|
|
778
|
+
"path": ".\\packages\\DataGrid\\DataGridHeaderSeparator.ts",
|
|
779
779
|
"attributes": [
|
|
780
780
|
{
|
|
781
781
|
"name": "dataGrid",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
},
|
|
802
802
|
{
|
|
803
803
|
"name": "mo-data-grid-primary-context-menu-item",
|
|
804
|
-
"path": ".\\packages
|
|
804
|
+
"path": ".\\packages\\DataGrid\\DataGridPrimaryContextMenuItem.ts",
|
|
805
805
|
"attributes": [
|
|
806
806
|
{
|
|
807
807
|
"name": "open",
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
},
|
|
893
893
|
{
|
|
894
894
|
"name": "mo-data-grid-side-panel",
|
|
895
|
-
"path": ".\\packages
|
|
895
|
+
"path": ".\\packages\\DataGrid\\DataGridSidePanel.ts",
|
|
896
896
|
"attributes": [
|
|
897
897
|
{
|
|
898
898
|
"name": "dataGrid",
|
|
@@ -915,6 +915,4658 @@
|
|
|
915
915
|
"type": "DataGridSidePanelTab | undefined"
|
|
916
916
|
}
|
|
917
917
|
]
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "mo-data-grid-column-boolean",
|
|
921
|
+
"path": ".\\packages\\DataGrid\\columns\\DataGridColumnBoolean.ts",
|
|
922
|
+
"attributes": [
|
|
923
|
+
{
|
|
924
|
+
"name": "trueIcon",
|
|
925
|
+
"description": "Icon to show for true values",
|
|
926
|
+
"type": "MaterialIcon",
|
|
927
|
+
"default": "\"done\""
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "falseIcon",
|
|
931
|
+
"description": "Icon to show for false values",
|
|
932
|
+
"type": "MaterialIcon",
|
|
933
|
+
"default": "\"clear\""
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "trueIconColor",
|
|
937
|
+
"description": "Color of the true icon",
|
|
938
|
+
"type": "string",
|
|
939
|
+
"default": "\"var(--mo-color-accent)\""
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "falseIconColor",
|
|
943
|
+
"description": "Color of the false icon",
|
|
944
|
+
"type": "string",
|
|
945
|
+
"default": "\"var(--mo-color-gray)\""
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "dataGrid",
|
|
949
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "width",
|
|
953
|
+
"description": "The width of the column",
|
|
954
|
+
"type": "string",
|
|
955
|
+
"default": "\"max-content\""
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "hidden",
|
|
959
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
960
|
+
"type": "boolean",
|
|
961
|
+
"default": "false"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"name": "heading",
|
|
965
|
+
"description": "The heading of the column",
|
|
966
|
+
"type": "string",
|
|
967
|
+
"default": "\"\""
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "textAlign",
|
|
971
|
+
"description": "The text alignment of the column",
|
|
972
|
+
"type": "DataGridColumnAlignment",
|
|
973
|
+
"default": "\"start\""
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "description",
|
|
977
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
978
|
+
"type": "string | undefined"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "dataSelector",
|
|
982
|
+
"description": "The data selector of the column",
|
|
983
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "sortDataSelector",
|
|
987
|
+
"description": "The data selector of the column",
|
|
988
|
+
"type": "KeyPathOf<TData>"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "nonSortable",
|
|
992
|
+
"description": "Whether the column is sortable",
|
|
993
|
+
"type": "boolean",
|
|
994
|
+
"default": "false"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "nonEditable",
|
|
998
|
+
"description": "Whether the column is editable",
|
|
999
|
+
"type": "boolean | Predicate<TData>",
|
|
1000
|
+
"default": "false"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "sticky",
|
|
1004
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1005
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1006
|
+
}
|
|
1007
|
+
],
|
|
1008
|
+
"properties": [
|
|
1009
|
+
{
|
|
1010
|
+
"name": "trueIcon",
|
|
1011
|
+
"attribute": "trueIcon",
|
|
1012
|
+
"description": "Icon to show for true values",
|
|
1013
|
+
"type": "MaterialIcon",
|
|
1014
|
+
"default": "\"done\""
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "falseIcon",
|
|
1018
|
+
"attribute": "falseIcon",
|
|
1019
|
+
"description": "Icon to show for false values",
|
|
1020
|
+
"type": "MaterialIcon",
|
|
1021
|
+
"default": "\"clear\""
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "trueIconColor",
|
|
1025
|
+
"attribute": "trueIconColor",
|
|
1026
|
+
"description": "Color of the true icon",
|
|
1027
|
+
"type": "string",
|
|
1028
|
+
"default": "\"var(--mo-color-accent)\""
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "falseIconColor",
|
|
1032
|
+
"attribute": "falseIconColor",
|
|
1033
|
+
"description": "Color of the false icon",
|
|
1034
|
+
"type": "string",
|
|
1035
|
+
"default": "\"var(--mo-color-gray)\""
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "dataGrid",
|
|
1039
|
+
"attribute": "dataGrid",
|
|
1040
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "column",
|
|
1044
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "width",
|
|
1048
|
+
"attribute": "width",
|
|
1049
|
+
"description": "The width of the column",
|
|
1050
|
+
"type": "string",
|
|
1051
|
+
"default": "\"max-content\""
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "hidden",
|
|
1055
|
+
"attribute": "hidden",
|
|
1056
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1057
|
+
"type": "boolean",
|
|
1058
|
+
"default": "false"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"name": "heading",
|
|
1062
|
+
"attribute": "heading",
|
|
1063
|
+
"description": "The heading of the column",
|
|
1064
|
+
"type": "string",
|
|
1065
|
+
"default": "\"\""
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "textAlign",
|
|
1069
|
+
"attribute": "textAlign",
|
|
1070
|
+
"description": "The text alignment of the column",
|
|
1071
|
+
"type": "DataGridColumnAlignment",
|
|
1072
|
+
"default": "\"start\""
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "description",
|
|
1076
|
+
"attribute": "description",
|
|
1077
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1078
|
+
"type": "string | undefined"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "dataSelector",
|
|
1082
|
+
"attribute": "dataSelector",
|
|
1083
|
+
"description": "The data selector of the column",
|
|
1084
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "sortDataSelector",
|
|
1088
|
+
"attribute": "sortDataSelector",
|
|
1089
|
+
"description": "The data selector of the column",
|
|
1090
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "nonSortable",
|
|
1094
|
+
"attribute": "nonSortable",
|
|
1095
|
+
"description": "Whether the column is sortable",
|
|
1096
|
+
"type": "boolean",
|
|
1097
|
+
"default": "false"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"name": "nonEditable",
|
|
1101
|
+
"attribute": "nonEditable",
|
|
1102
|
+
"description": "Whether the column is editable",
|
|
1103
|
+
"type": "boolean | Predicate<TData>",
|
|
1104
|
+
"default": "false"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "sticky",
|
|
1108
|
+
"attribute": "sticky",
|
|
1109
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1110
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1111
|
+
}
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "mo-data-grid-column-deletion",
|
|
1116
|
+
"path": ".\\packages\\DataGrid\\columns\\DataGridColumnDeletion.ts",
|
|
1117
|
+
"attributes": [
|
|
1118
|
+
{
|
|
1119
|
+
"name": "icon",
|
|
1120
|
+
"type": "MaterialIcon",
|
|
1121
|
+
"default": "\"delete\""
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "prevent",
|
|
1125
|
+
"description": "Prevents the deletion button from being displayed",
|
|
1126
|
+
"type": "boolean",
|
|
1127
|
+
"default": "false"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "dataGrid",
|
|
1131
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "width",
|
|
1135
|
+
"description": "The width of the column",
|
|
1136
|
+
"type": "string",
|
|
1137
|
+
"default": "\"max-content\""
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "hidden",
|
|
1141
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1142
|
+
"type": "boolean",
|
|
1143
|
+
"default": "false"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "heading",
|
|
1147
|
+
"description": "The heading of the column",
|
|
1148
|
+
"type": "string",
|
|
1149
|
+
"default": "\"\""
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"name": "textAlign",
|
|
1153
|
+
"description": "The text alignment of the column",
|
|
1154
|
+
"type": "DataGridColumnAlignment",
|
|
1155
|
+
"default": "\"start\""
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "description",
|
|
1159
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1160
|
+
"type": "string | undefined"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "dataSelector",
|
|
1164
|
+
"description": "The data selector of the column",
|
|
1165
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "sortDataSelector",
|
|
1169
|
+
"description": "The data selector of the column",
|
|
1170
|
+
"type": "KeyPathOf<TData>"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "nonSortable",
|
|
1174
|
+
"description": "Whether the column is sortable",
|
|
1175
|
+
"type": "boolean",
|
|
1176
|
+
"default": "true"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "nonEditable",
|
|
1180
|
+
"description": "Whether the column is editable",
|
|
1181
|
+
"type": "boolean",
|
|
1182
|
+
"default": "true"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "sticky",
|
|
1186
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1187
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"properties": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "delete",
|
|
1193
|
+
"type": "EventDispatcher<TData>"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "icon",
|
|
1197
|
+
"attribute": "icon",
|
|
1198
|
+
"type": "MaterialIcon",
|
|
1199
|
+
"default": "\"delete\""
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "getContentTemplate",
|
|
1203
|
+
"type": "(_: never, data?: TData | undefined) => HTMLTemplateResult",
|
|
1204
|
+
"default": "\"(_: never, data?: TData) => this.prevent ? html.nothing : html`\\r\\n\\t\\t<mo-icon-button icon=${this.icon}\\r\\n\\t\\t\\t${tooltip(t('Delete position'))}\\r\\n\\t\\t\\t${style({ color: 'var(--mo-color-gray)', height: '40px', display: 'flex' })}\\r\\n\\t\\t\\t@click=${() => !data ? void 0 : this.delete.dispatch(data)}\\r\\n\\t\\t></mo-icon-button>\\r\\n\\t`\""
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "getEditContentTemplate",
|
|
1208
|
+
"type": "undefined",
|
|
1209
|
+
"default": "\"undefined\""
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "prevent",
|
|
1213
|
+
"attribute": "prevent",
|
|
1214
|
+
"description": "Prevents the deletion button from being displayed",
|
|
1215
|
+
"type": "boolean",
|
|
1216
|
+
"default": "false"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "dataGrid",
|
|
1220
|
+
"attribute": "dataGrid",
|
|
1221
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "column",
|
|
1225
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "width",
|
|
1229
|
+
"attribute": "width",
|
|
1230
|
+
"description": "The width of the column",
|
|
1231
|
+
"type": "string",
|
|
1232
|
+
"default": "\"max-content\""
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "hidden",
|
|
1236
|
+
"attribute": "hidden",
|
|
1237
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1238
|
+
"type": "boolean",
|
|
1239
|
+
"default": "false"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "heading",
|
|
1243
|
+
"attribute": "heading",
|
|
1244
|
+
"description": "The heading of the column",
|
|
1245
|
+
"type": "string",
|
|
1246
|
+
"default": "\"\""
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "textAlign",
|
|
1250
|
+
"attribute": "textAlign",
|
|
1251
|
+
"description": "The text alignment of the column",
|
|
1252
|
+
"type": "DataGridColumnAlignment",
|
|
1253
|
+
"default": "\"start\""
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "description",
|
|
1257
|
+
"attribute": "description",
|
|
1258
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1259
|
+
"type": "string | undefined"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"name": "dataSelector",
|
|
1263
|
+
"attribute": "dataSelector",
|
|
1264
|
+
"description": "The data selector of the column",
|
|
1265
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "sortDataSelector",
|
|
1269
|
+
"attribute": "sortDataSelector",
|
|
1270
|
+
"description": "The data selector of the column",
|
|
1271
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "nonSortable",
|
|
1275
|
+
"attribute": "nonSortable",
|
|
1276
|
+
"description": "Whether the column is sortable",
|
|
1277
|
+
"type": "boolean",
|
|
1278
|
+
"default": "true"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "nonEditable",
|
|
1282
|
+
"attribute": "nonEditable",
|
|
1283
|
+
"description": "Whether the column is editable",
|
|
1284
|
+
"type": "boolean",
|
|
1285
|
+
"default": "true"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "sticky",
|
|
1289
|
+
"attribute": "sticky",
|
|
1290
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1291
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1292
|
+
}
|
|
1293
|
+
],
|
|
1294
|
+
"events": [
|
|
1295
|
+
{
|
|
1296
|
+
"name": "delete",
|
|
1297
|
+
"type": "CustomEvent<TData>"
|
|
1298
|
+
}
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "mo-data-grid-column-image",
|
|
1303
|
+
"path": ".\\packages\\DataGrid\\columns\\DataGridColumnImage.ts",
|
|
1304
|
+
"attributes": [
|
|
1305
|
+
{
|
|
1306
|
+
"name": "tooltipSelector",
|
|
1307
|
+
"description": "The data selector of the column to use as a tooltip. If a function is provided, it will be called with the data as an argument.",
|
|
1308
|
+
"type": "KeyPathOf<TData>"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "dataGrid",
|
|
1312
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "width",
|
|
1316
|
+
"description": "The width of the column",
|
|
1317
|
+
"type": "string",
|
|
1318
|
+
"default": "\"max-content\""
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "hidden",
|
|
1322
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1323
|
+
"type": "boolean",
|
|
1324
|
+
"default": "false"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "heading",
|
|
1328
|
+
"description": "The heading of the column",
|
|
1329
|
+
"type": "string",
|
|
1330
|
+
"default": "\"\""
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "textAlign",
|
|
1334
|
+
"description": "The text alignment of the column",
|
|
1335
|
+
"type": "DataGridColumnAlignment",
|
|
1336
|
+
"default": "\"start\""
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "description",
|
|
1340
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1341
|
+
"type": "string | undefined"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "dataSelector",
|
|
1345
|
+
"description": "The data selector of the column",
|
|
1346
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "sortDataSelector",
|
|
1350
|
+
"description": "The data selector of the column",
|
|
1351
|
+
"type": "KeyPathOf<TData>"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "nonSortable",
|
|
1355
|
+
"description": "Whether the column is sortable",
|
|
1356
|
+
"type": "boolean",
|
|
1357
|
+
"default": "true"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "nonEditable",
|
|
1361
|
+
"description": "Whether the column is editable",
|
|
1362
|
+
"type": "boolean",
|
|
1363
|
+
"default": "true"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "sticky",
|
|
1367
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1368
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"properties": [
|
|
1372
|
+
{
|
|
1373
|
+
"name": "getEditContentTemplate",
|
|
1374
|
+
"type": "undefined",
|
|
1375
|
+
"default": "\"undefined\""
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"name": "tooltipSelector",
|
|
1379
|
+
"attribute": "tooltipSelector",
|
|
1380
|
+
"description": "The data selector of the column to use as a tooltip. If a function is provided, it will be called with the data as an argument.",
|
|
1381
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | ((data: TData) => string | undefined) | undefined"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "dataGrid",
|
|
1385
|
+
"attribute": "dataGrid",
|
|
1386
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"name": "column",
|
|
1390
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"name": "width",
|
|
1394
|
+
"attribute": "width",
|
|
1395
|
+
"description": "The width of the column",
|
|
1396
|
+
"type": "string",
|
|
1397
|
+
"default": "\"max-content\""
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "hidden",
|
|
1401
|
+
"attribute": "hidden",
|
|
1402
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1403
|
+
"type": "boolean",
|
|
1404
|
+
"default": "false"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "heading",
|
|
1408
|
+
"attribute": "heading",
|
|
1409
|
+
"description": "The heading of the column",
|
|
1410
|
+
"type": "string",
|
|
1411
|
+
"default": "\"\""
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "textAlign",
|
|
1415
|
+
"attribute": "textAlign",
|
|
1416
|
+
"description": "The text alignment of the column",
|
|
1417
|
+
"type": "DataGridColumnAlignment",
|
|
1418
|
+
"default": "\"start\""
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "description",
|
|
1422
|
+
"attribute": "description",
|
|
1423
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1424
|
+
"type": "string | undefined"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "dataSelector",
|
|
1428
|
+
"attribute": "dataSelector",
|
|
1429
|
+
"description": "The data selector of the column",
|
|
1430
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "sortDataSelector",
|
|
1434
|
+
"attribute": "sortDataSelector",
|
|
1435
|
+
"description": "The data selector of the column",
|
|
1436
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "nonSortable",
|
|
1440
|
+
"attribute": "nonSortable",
|
|
1441
|
+
"description": "Whether the column is sortable",
|
|
1442
|
+
"type": "boolean",
|
|
1443
|
+
"default": "true"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "nonEditable",
|
|
1447
|
+
"attribute": "nonEditable",
|
|
1448
|
+
"description": "Whether the column is editable",
|
|
1449
|
+
"type": "boolean",
|
|
1450
|
+
"default": "true"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "sticky",
|
|
1454
|
+
"attribute": "sticky",
|
|
1455
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1456
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"name": "mo-data-grid-column-text",
|
|
1462
|
+
"path": ".\\packages\\DataGrid\\columns\\DataGridColumnText.ts",
|
|
1463
|
+
"attributes": [
|
|
1464
|
+
{
|
|
1465
|
+
"name": "dataGrid",
|
|
1466
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "width",
|
|
1470
|
+
"description": "The width of the column",
|
|
1471
|
+
"type": "string",
|
|
1472
|
+
"default": "\"max-content\""
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "hidden",
|
|
1476
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1477
|
+
"type": "boolean",
|
|
1478
|
+
"default": "false"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "heading",
|
|
1482
|
+
"description": "The heading of the column",
|
|
1483
|
+
"type": "string",
|
|
1484
|
+
"default": "\"\""
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "textAlign",
|
|
1488
|
+
"description": "The text alignment of the column",
|
|
1489
|
+
"type": "DataGridColumnAlignment",
|
|
1490
|
+
"default": "\"start\""
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "description",
|
|
1494
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1495
|
+
"type": "string | undefined"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "dataSelector",
|
|
1499
|
+
"description": "The data selector of the column",
|
|
1500
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "sortDataSelector",
|
|
1504
|
+
"description": "The data selector of the column",
|
|
1505
|
+
"type": "KeyPathOf<TData>"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "nonSortable",
|
|
1509
|
+
"description": "Whether the column is sortable",
|
|
1510
|
+
"type": "boolean",
|
|
1511
|
+
"default": "false"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "nonEditable",
|
|
1515
|
+
"description": "Whether the column is editable",
|
|
1516
|
+
"type": "boolean | Predicate<TData>",
|
|
1517
|
+
"default": "false"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "sticky",
|
|
1521
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1522
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1525
|
+
"properties": [
|
|
1526
|
+
{
|
|
1527
|
+
"name": "dataGrid",
|
|
1528
|
+
"attribute": "dataGrid",
|
|
1529
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "column",
|
|
1533
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "width",
|
|
1537
|
+
"attribute": "width",
|
|
1538
|
+
"description": "The width of the column",
|
|
1539
|
+
"type": "string",
|
|
1540
|
+
"default": "\"max-content\""
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "hidden",
|
|
1544
|
+
"attribute": "hidden",
|
|
1545
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1546
|
+
"type": "boolean",
|
|
1547
|
+
"default": "false"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "heading",
|
|
1551
|
+
"attribute": "heading",
|
|
1552
|
+
"description": "The heading of the column",
|
|
1553
|
+
"type": "string",
|
|
1554
|
+
"default": "\"\""
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"name": "textAlign",
|
|
1558
|
+
"attribute": "textAlign",
|
|
1559
|
+
"description": "The text alignment of the column",
|
|
1560
|
+
"type": "DataGridColumnAlignment",
|
|
1561
|
+
"default": "\"start\""
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"name": "description",
|
|
1565
|
+
"attribute": "description",
|
|
1566
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1567
|
+
"type": "string | undefined"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "dataSelector",
|
|
1571
|
+
"attribute": "dataSelector",
|
|
1572
|
+
"description": "The data selector of the column",
|
|
1573
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "sortDataSelector",
|
|
1577
|
+
"attribute": "sortDataSelector",
|
|
1578
|
+
"description": "The data selector of the column",
|
|
1579
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "nonSortable",
|
|
1583
|
+
"attribute": "nonSortable",
|
|
1584
|
+
"description": "Whether the column is sortable",
|
|
1585
|
+
"type": "boolean",
|
|
1586
|
+
"default": "false"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "nonEditable",
|
|
1590
|
+
"attribute": "nonEditable",
|
|
1591
|
+
"description": "Whether the column is editable",
|
|
1592
|
+
"type": "boolean | Predicate<TData>",
|
|
1593
|
+
"default": "false"
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"name": "sticky",
|
|
1597
|
+
"attribute": "sticky",
|
|
1598
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1599
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1600
|
+
}
|
|
1601
|
+
]
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "mo-data-grid-column-date",
|
|
1605
|
+
"path": ".\\packages\\DataGrid\\columns\\date-time\\DataGridColumnDate.ts",
|
|
1606
|
+
"attributes": [
|
|
1607
|
+
{
|
|
1608
|
+
"name": "formatOptions",
|
|
1609
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
1610
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"name": "pickerHidden",
|
|
1614
|
+
"description": "Hides the date/time picker",
|
|
1615
|
+
"type": "boolean",
|
|
1616
|
+
"default": "false"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "dataGrid",
|
|
1620
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "width",
|
|
1624
|
+
"description": "The width of the column",
|
|
1625
|
+
"type": "string",
|
|
1626
|
+
"default": "\"max-content\""
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "hidden",
|
|
1630
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1631
|
+
"type": "boolean",
|
|
1632
|
+
"default": "false"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "heading",
|
|
1636
|
+
"description": "The heading of the column",
|
|
1637
|
+
"type": "string",
|
|
1638
|
+
"default": "\"\""
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "textAlign",
|
|
1642
|
+
"description": "The text alignment of the column",
|
|
1643
|
+
"type": "DataGridColumnAlignment",
|
|
1644
|
+
"default": "\"start\""
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "description",
|
|
1648
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1649
|
+
"type": "string | undefined"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "dataSelector",
|
|
1653
|
+
"description": "The data selector of the column",
|
|
1654
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "sortDataSelector",
|
|
1658
|
+
"description": "The data selector of the column",
|
|
1659
|
+
"type": "KeyPathOf<TData>"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "nonSortable",
|
|
1663
|
+
"description": "Whether the column is sortable",
|
|
1664
|
+
"type": "boolean",
|
|
1665
|
+
"default": "false"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "nonEditable",
|
|
1669
|
+
"description": "Whether the column is editable",
|
|
1670
|
+
"type": "boolean | Predicate<TData>",
|
|
1671
|
+
"default": "false"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "sticky",
|
|
1675
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1676
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1677
|
+
}
|
|
1678
|
+
],
|
|
1679
|
+
"properties": [
|
|
1680
|
+
{
|
|
1681
|
+
"name": "defaultFormatOptions",
|
|
1682
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "fieldTag",
|
|
1686
|
+
"type": "StaticValue",
|
|
1687
|
+
"default": "\"literal`mo-field-date`\""
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "formatOptions",
|
|
1691
|
+
"attribute": "formatOptions",
|
|
1692
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
1693
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "pickerHidden",
|
|
1697
|
+
"attribute": "pickerHidden",
|
|
1698
|
+
"description": "Hides the date/time picker",
|
|
1699
|
+
"type": "boolean",
|
|
1700
|
+
"default": "false"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "dataGrid",
|
|
1704
|
+
"attribute": "dataGrid",
|
|
1705
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "column",
|
|
1709
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "width",
|
|
1713
|
+
"attribute": "width",
|
|
1714
|
+
"description": "The width of the column",
|
|
1715
|
+
"type": "string",
|
|
1716
|
+
"default": "\"max-content\""
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "hidden",
|
|
1720
|
+
"attribute": "hidden",
|
|
1721
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1722
|
+
"type": "boolean",
|
|
1723
|
+
"default": "false"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "heading",
|
|
1727
|
+
"attribute": "heading",
|
|
1728
|
+
"description": "The heading of the column",
|
|
1729
|
+
"type": "string",
|
|
1730
|
+
"default": "\"\""
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"name": "textAlign",
|
|
1734
|
+
"attribute": "textAlign",
|
|
1735
|
+
"description": "The text alignment of the column",
|
|
1736
|
+
"type": "DataGridColumnAlignment",
|
|
1737
|
+
"default": "\"start\""
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "description",
|
|
1741
|
+
"attribute": "description",
|
|
1742
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1743
|
+
"type": "string | undefined"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "dataSelector",
|
|
1747
|
+
"attribute": "dataSelector",
|
|
1748
|
+
"description": "The data selector of the column",
|
|
1749
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "sortDataSelector",
|
|
1753
|
+
"attribute": "sortDataSelector",
|
|
1754
|
+
"description": "The data selector of the column",
|
|
1755
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "nonSortable",
|
|
1759
|
+
"attribute": "nonSortable",
|
|
1760
|
+
"description": "Whether the column is sortable",
|
|
1761
|
+
"type": "boolean",
|
|
1762
|
+
"default": "false"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"name": "nonEditable",
|
|
1766
|
+
"attribute": "nonEditable",
|
|
1767
|
+
"description": "Whether the column is editable",
|
|
1768
|
+
"type": "boolean | Predicate<TData>",
|
|
1769
|
+
"default": "false"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "sticky",
|
|
1773
|
+
"attribute": "sticky",
|
|
1774
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1775
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1776
|
+
}
|
|
1777
|
+
]
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "mo-data-grid-column-date-range",
|
|
1781
|
+
"path": ".\\packages\\DataGrid\\columns\\date-time\\DataGridColumnDateRange.ts",
|
|
1782
|
+
"attributes": [
|
|
1783
|
+
{
|
|
1784
|
+
"name": "formatOptions",
|
|
1785
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
1786
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "pickerHidden",
|
|
1790
|
+
"description": "Hides the date/time picker",
|
|
1791
|
+
"type": "boolean",
|
|
1792
|
+
"default": "false"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "dataGrid",
|
|
1796
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "width",
|
|
1800
|
+
"description": "The width of the column",
|
|
1801
|
+
"type": "string",
|
|
1802
|
+
"default": "\"max-content\""
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "hidden",
|
|
1806
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1807
|
+
"type": "boolean",
|
|
1808
|
+
"default": "false"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "heading",
|
|
1812
|
+
"description": "The heading of the column",
|
|
1813
|
+
"type": "string",
|
|
1814
|
+
"default": "\"\""
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "textAlign",
|
|
1818
|
+
"description": "The text alignment of the column",
|
|
1819
|
+
"type": "DataGridColumnAlignment",
|
|
1820
|
+
"default": "\"start\""
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "description",
|
|
1824
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1825
|
+
"type": "string | undefined"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "dataSelector",
|
|
1829
|
+
"description": "The data selector of the column",
|
|
1830
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "sortDataSelector",
|
|
1834
|
+
"description": "The data selector of the column",
|
|
1835
|
+
"type": "KeyPathOf<TData>"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "nonSortable",
|
|
1839
|
+
"description": "Whether the column is sortable",
|
|
1840
|
+
"type": "boolean",
|
|
1841
|
+
"default": "false"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"name": "nonEditable",
|
|
1845
|
+
"description": "Whether the column is editable",
|
|
1846
|
+
"type": "boolean | Predicate<TData>",
|
|
1847
|
+
"default": "false"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "sticky",
|
|
1851
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1852
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"properties": [
|
|
1856
|
+
{
|
|
1857
|
+
"name": "defaultFormatOptions",
|
|
1858
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "fieldTag",
|
|
1862
|
+
"type": "StaticValue",
|
|
1863
|
+
"default": "\"literal`mo-field-date-range`\""
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "formatOptions",
|
|
1867
|
+
"attribute": "formatOptions",
|
|
1868
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
1869
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "pickerHidden",
|
|
1873
|
+
"attribute": "pickerHidden",
|
|
1874
|
+
"description": "Hides the date/time picker",
|
|
1875
|
+
"type": "boolean",
|
|
1876
|
+
"default": "false"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "dataGrid",
|
|
1880
|
+
"attribute": "dataGrid",
|
|
1881
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "column",
|
|
1885
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "width",
|
|
1889
|
+
"attribute": "width",
|
|
1890
|
+
"description": "The width of the column",
|
|
1891
|
+
"type": "string",
|
|
1892
|
+
"default": "\"max-content\""
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "hidden",
|
|
1896
|
+
"attribute": "hidden",
|
|
1897
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1898
|
+
"type": "boolean",
|
|
1899
|
+
"default": "false"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"name": "heading",
|
|
1903
|
+
"attribute": "heading",
|
|
1904
|
+
"description": "The heading of the column",
|
|
1905
|
+
"type": "string",
|
|
1906
|
+
"default": "\"\""
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "textAlign",
|
|
1910
|
+
"attribute": "textAlign",
|
|
1911
|
+
"description": "The text alignment of the column",
|
|
1912
|
+
"type": "DataGridColumnAlignment",
|
|
1913
|
+
"default": "\"start\""
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "description",
|
|
1917
|
+
"attribute": "description",
|
|
1918
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
1919
|
+
"type": "string | undefined"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"name": "dataSelector",
|
|
1923
|
+
"attribute": "dataSelector",
|
|
1924
|
+
"description": "The data selector of the column",
|
|
1925
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "sortDataSelector",
|
|
1929
|
+
"attribute": "sortDataSelector",
|
|
1930
|
+
"description": "The data selector of the column",
|
|
1931
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "nonSortable",
|
|
1935
|
+
"attribute": "nonSortable",
|
|
1936
|
+
"description": "Whether the column is sortable",
|
|
1937
|
+
"type": "boolean",
|
|
1938
|
+
"default": "false"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "nonEditable",
|
|
1942
|
+
"attribute": "nonEditable",
|
|
1943
|
+
"description": "Whether the column is editable",
|
|
1944
|
+
"type": "boolean | Predicate<TData>",
|
|
1945
|
+
"default": "false"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "sticky",
|
|
1949
|
+
"attribute": "sticky",
|
|
1950
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
1951
|
+
"type": "DataGridColumnSticky | undefined"
|
|
1952
|
+
}
|
|
1953
|
+
]
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"name": "mo-data-grid-column-date-time",
|
|
1957
|
+
"path": ".\\packages\\DataGrid\\columns\\date-time\\DataGridColumnDateTime.ts",
|
|
1958
|
+
"attributes": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "formatOptions",
|
|
1961
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
1962
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"name": "pickerHidden",
|
|
1966
|
+
"description": "Hides the date/time picker",
|
|
1967
|
+
"type": "boolean",
|
|
1968
|
+
"default": "false"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "dataGrid",
|
|
1972
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "width",
|
|
1976
|
+
"description": "The width of the column",
|
|
1977
|
+
"type": "string",
|
|
1978
|
+
"default": "\"max-content\""
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"name": "hidden",
|
|
1982
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
1983
|
+
"type": "boolean",
|
|
1984
|
+
"default": "false"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "heading",
|
|
1988
|
+
"description": "The heading of the column",
|
|
1989
|
+
"type": "string",
|
|
1990
|
+
"default": "\"\""
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "textAlign",
|
|
1994
|
+
"description": "The text alignment of the column",
|
|
1995
|
+
"type": "DataGridColumnAlignment",
|
|
1996
|
+
"default": "\"start\""
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "description",
|
|
2000
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2001
|
+
"type": "string | undefined"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "dataSelector",
|
|
2005
|
+
"description": "The data selector of the column",
|
|
2006
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "sortDataSelector",
|
|
2010
|
+
"description": "The data selector of the column",
|
|
2011
|
+
"type": "KeyPathOf<TData>"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"name": "nonSortable",
|
|
2015
|
+
"description": "Whether the column is sortable",
|
|
2016
|
+
"type": "boolean",
|
|
2017
|
+
"default": "false"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "nonEditable",
|
|
2021
|
+
"description": "Whether the column is editable",
|
|
2022
|
+
"type": "boolean | Predicate<TData>",
|
|
2023
|
+
"default": "false"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"name": "sticky",
|
|
2027
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2028
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2029
|
+
}
|
|
2030
|
+
],
|
|
2031
|
+
"properties": [
|
|
2032
|
+
{
|
|
2033
|
+
"name": "defaultFormatOptions",
|
|
2034
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "fieldTag",
|
|
2038
|
+
"type": "StaticValue",
|
|
2039
|
+
"default": "\"literal`mo-field-date-time`\""
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"name": "formatOptions",
|
|
2043
|
+
"attribute": "formatOptions",
|
|
2044
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
2045
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "pickerHidden",
|
|
2049
|
+
"attribute": "pickerHidden",
|
|
2050
|
+
"description": "Hides the date/time picker",
|
|
2051
|
+
"type": "boolean",
|
|
2052
|
+
"default": "false"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "dataGrid",
|
|
2056
|
+
"attribute": "dataGrid",
|
|
2057
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "column",
|
|
2061
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "width",
|
|
2065
|
+
"attribute": "width",
|
|
2066
|
+
"description": "The width of the column",
|
|
2067
|
+
"type": "string",
|
|
2068
|
+
"default": "\"max-content\""
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"name": "hidden",
|
|
2072
|
+
"attribute": "hidden",
|
|
2073
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2074
|
+
"type": "boolean",
|
|
2075
|
+
"default": "false"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "heading",
|
|
2079
|
+
"attribute": "heading",
|
|
2080
|
+
"description": "The heading of the column",
|
|
2081
|
+
"type": "string",
|
|
2082
|
+
"default": "\"\""
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "textAlign",
|
|
2086
|
+
"attribute": "textAlign",
|
|
2087
|
+
"description": "The text alignment of the column",
|
|
2088
|
+
"type": "DataGridColumnAlignment",
|
|
2089
|
+
"default": "\"start\""
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "description",
|
|
2093
|
+
"attribute": "description",
|
|
2094
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2095
|
+
"type": "string | undefined"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "dataSelector",
|
|
2099
|
+
"attribute": "dataSelector",
|
|
2100
|
+
"description": "The data selector of the column",
|
|
2101
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "sortDataSelector",
|
|
2105
|
+
"attribute": "sortDataSelector",
|
|
2106
|
+
"description": "The data selector of the column",
|
|
2107
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"name": "nonSortable",
|
|
2111
|
+
"attribute": "nonSortable",
|
|
2112
|
+
"description": "Whether the column is sortable",
|
|
2113
|
+
"type": "boolean",
|
|
2114
|
+
"default": "false"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "nonEditable",
|
|
2118
|
+
"attribute": "nonEditable",
|
|
2119
|
+
"description": "Whether the column is editable",
|
|
2120
|
+
"type": "boolean | Predicate<TData>",
|
|
2121
|
+
"default": "false"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "sticky",
|
|
2125
|
+
"attribute": "sticky",
|
|
2126
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2127
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2128
|
+
}
|
|
2129
|
+
]
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "mo-data-grid-column-date-time-range",
|
|
2133
|
+
"path": ".\\packages\\DataGrid\\columns\\date-time\\DataGridColumnDateTimeRange.ts",
|
|
2134
|
+
"attributes": [
|
|
2135
|
+
{
|
|
2136
|
+
"name": "formatOptions",
|
|
2137
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
2138
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"name": "pickerHidden",
|
|
2142
|
+
"description": "Hides the date/time picker",
|
|
2143
|
+
"type": "boolean",
|
|
2144
|
+
"default": "false"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "dataGrid",
|
|
2148
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "width",
|
|
2152
|
+
"description": "The width of the column",
|
|
2153
|
+
"type": "string",
|
|
2154
|
+
"default": "\"max-content\""
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"name": "hidden",
|
|
2158
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2159
|
+
"type": "boolean",
|
|
2160
|
+
"default": "false"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "heading",
|
|
2164
|
+
"description": "The heading of the column",
|
|
2165
|
+
"type": "string",
|
|
2166
|
+
"default": "\"\""
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "textAlign",
|
|
2170
|
+
"description": "The text alignment of the column",
|
|
2171
|
+
"type": "DataGridColumnAlignment",
|
|
2172
|
+
"default": "\"start\""
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"name": "description",
|
|
2176
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2177
|
+
"type": "string | undefined"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"name": "dataSelector",
|
|
2181
|
+
"description": "The data selector of the column",
|
|
2182
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "sortDataSelector",
|
|
2186
|
+
"description": "The data selector of the column",
|
|
2187
|
+
"type": "KeyPathOf<TData>"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "nonSortable",
|
|
2191
|
+
"description": "Whether the column is sortable",
|
|
2192
|
+
"type": "boolean",
|
|
2193
|
+
"default": "false"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "nonEditable",
|
|
2197
|
+
"description": "Whether the column is editable",
|
|
2198
|
+
"type": "boolean | Predicate<TData>",
|
|
2199
|
+
"default": "false"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "sticky",
|
|
2203
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2204
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2205
|
+
}
|
|
2206
|
+
],
|
|
2207
|
+
"properties": [
|
|
2208
|
+
{
|
|
2209
|
+
"name": "defaultFormatOptions",
|
|
2210
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"name": "fieldTag",
|
|
2214
|
+
"type": "StaticValue",
|
|
2215
|
+
"default": "\"literal`mo-field-date-time-range`\""
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "formatOptions",
|
|
2219
|
+
"attribute": "formatOptions",
|
|
2220
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
2221
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "pickerHidden",
|
|
2225
|
+
"attribute": "pickerHidden",
|
|
2226
|
+
"description": "Hides the date/time picker",
|
|
2227
|
+
"type": "boolean",
|
|
2228
|
+
"default": "false"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"name": "dataGrid",
|
|
2232
|
+
"attribute": "dataGrid",
|
|
2233
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "column",
|
|
2237
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "width",
|
|
2241
|
+
"attribute": "width",
|
|
2242
|
+
"description": "The width of the column",
|
|
2243
|
+
"type": "string",
|
|
2244
|
+
"default": "\"max-content\""
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"name": "hidden",
|
|
2248
|
+
"attribute": "hidden",
|
|
2249
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2250
|
+
"type": "boolean",
|
|
2251
|
+
"default": "false"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "heading",
|
|
2255
|
+
"attribute": "heading",
|
|
2256
|
+
"description": "The heading of the column",
|
|
2257
|
+
"type": "string",
|
|
2258
|
+
"default": "\"\""
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "textAlign",
|
|
2262
|
+
"attribute": "textAlign",
|
|
2263
|
+
"description": "The text alignment of the column",
|
|
2264
|
+
"type": "DataGridColumnAlignment",
|
|
2265
|
+
"default": "\"start\""
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "description",
|
|
2269
|
+
"attribute": "description",
|
|
2270
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2271
|
+
"type": "string | undefined"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "dataSelector",
|
|
2275
|
+
"attribute": "dataSelector",
|
|
2276
|
+
"description": "The data selector of the column",
|
|
2277
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "sortDataSelector",
|
|
2281
|
+
"attribute": "sortDataSelector",
|
|
2282
|
+
"description": "The data selector of the column",
|
|
2283
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"name": "nonSortable",
|
|
2287
|
+
"attribute": "nonSortable",
|
|
2288
|
+
"description": "Whether the column is sortable",
|
|
2289
|
+
"type": "boolean",
|
|
2290
|
+
"default": "false"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "nonEditable",
|
|
2294
|
+
"attribute": "nonEditable",
|
|
2295
|
+
"description": "Whether the column is editable",
|
|
2296
|
+
"type": "boolean | Predicate<TData>",
|
|
2297
|
+
"default": "false"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "sticky",
|
|
2301
|
+
"attribute": "sticky",
|
|
2302
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2303
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2304
|
+
}
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "mo-data-grid-column-currency",
|
|
2309
|
+
"path": ".\\packages\\DataGrid\\columns\\number\\DataGridColumnCurrency.ts",
|
|
2310
|
+
"attributes": [
|
|
2311
|
+
{
|
|
2312
|
+
"name": "currency",
|
|
2313
|
+
"description": "The currency of the values.",
|
|
2314
|
+
"type": "Currency | undefined"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "currencyDataSelector",
|
|
2318
|
+
"description": "The key path to the currency of the values.",
|
|
2319
|
+
"type": "KeyPathOf<TData>"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "sumHeading",
|
|
2323
|
+
"type": "string | undefined",
|
|
2324
|
+
"default": "\"undefined\""
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"name": "dataGrid",
|
|
2328
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "width",
|
|
2332
|
+
"description": "The width of the column",
|
|
2333
|
+
"type": "string",
|
|
2334
|
+
"default": "\"max-content\""
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "hidden",
|
|
2338
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2339
|
+
"type": "boolean",
|
|
2340
|
+
"default": "false"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"name": "heading",
|
|
2344
|
+
"description": "The heading of the column",
|
|
2345
|
+
"type": "string",
|
|
2346
|
+
"default": "\"\""
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "textAlign",
|
|
2350
|
+
"description": "The text alignment of the column",
|
|
2351
|
+
"type": "DataGridColumnAlignment",
|
|
2352
|
+
"default": "\"end\""
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "description",
|
|
2356
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2357
|
+
"type": "string | undefined"
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "dataSelector",
|
|
2361
|
+
"description": "The data selector of the column",
|
|
2362
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "sortDataSelector",
|
|
2366
|
+
"description": "The data selector of the column",
|
|
2367
|
+
"type": "KeyPathOf<TData>"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "nonSortable",
|
|
2371
|
+
"description": "Whether the column is sortable",
|
|
2372
|
+
"type": "boolean",
|
|
2373
|
+
"default": "false"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "nonEditable",
|
|
2377
|
+
"description": "Whether the column is editable",
|
|
2378
|
+
"type": "boolean | Predicate<TData>",
|
|
2379
|
+
"default": "false"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"name": "sticky",
|
|
2383
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2384
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2385
|
+
}
|
|
2386
|
+
],
|
|
2387
|
+
"properties": [
|
|
2388
|
+
{
|
|
2389
|
+
"name": "defaultCurrency",
|
|
2390
|
+
"type": "Currency | undefined"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"name": "currency",
|
|
2394
|
+
"attribute": "currency",
|
|
2395
|
+
"description": "The currency of the values.",
|
|
2396
|
+
"type": "Currency | undefined"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"name": "currencyDataSelector",
|
|
2400
|
+
"attribute": "currencyDataSelector",
|
|
2401
|
+
"description": "The key path to the currency of the values.",
|
|
2402
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"name": "sumHeading",
|
|
2406
|
+
"attribute": "sumHeading",
|
|
2407
|
+
"type": "string | undefined",
|
|
2408
|
+
"default": "\"undefined\""
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "dataGrid",
|
|
2412
|
+
"attribute": "dataGrid",
|
|
2413
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "column",
|
|
2417
|
+
"type": "DataGridColumn<TData, unknown>"
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "width",
|
|
2421
|
+
"attribute": "width",
|
|
2422
|
+
"description": "The width of the column",
|
|
2423
|
+
"type": "string",
|
|
2424
|
+
"default": "\"max-content\""
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"name": "hidden",
|
|
2428
|
+
"attribute": "hidden",
|
|
2429
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2430
|
+
"type": "boolean",
|
|
2431
|
+
"default": "false"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "heading",
|
|
2435
|
+
"attribute": "heading",
|
|
2436
|
+
"description": "The heading of the column",
|
|
2437
|
+
"type": "string",
|
|
2438
|
+
"default": "\"\""
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "textAlign",
|
|
2442
|
+
"attribute": "textAlign",
|
|
2443
|
+
"description": "The text alignment of the column",
|
|
2444
|
+
"type": "DataGridColumnAlignment",
|
|
2445
|
+
"default": "\"end\""
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "description",
|
|
2449
|
+
"attribute": "description",
|
|
2450
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2451
|
+
"type": "string | undefined"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "dataSelector",
|
|
2455
|
+
"attribute": "dataSelector",
|
|
2456
|
+
"description": "The data selector of the column",
|
|
2457
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "sortDataSelector",
|
|
2461
|
+
"attribute": "sortDataSelector",
|
|
2462
|
+
"description": "The data selector of the column",
|
|
2463
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "nonSortable",
|
|
2467
|
+
"attribute": "nonSortable",
|
|
2468
|
+
"description": "Whether the column is sortable",
|
|
2469
|
+
"type": "boolean",
|
|
2470
|
+
"default": "false"
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "nonEditable",
|
|
2474
|
+
"attribute": "nonEditable",
|
|
2475
|
+
"description": "Whether the column is editable",
|
|
2476
|
+
"type": "boolean | Predicate<TData>",
|
|
2477
|
+
"default": "false"
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "sticky",
|
|
2481
|
+
"attribute": "sticky",
|
|
2482
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2483
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2484
|
+
}
|
|
2485
|
+
]
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
"name": "mo-data-grid-column-number",
|
|
2489
|
+
"path": ".\\packages\\DataGrid\\columns\\number\\DataGridColumnNumber.ts",
|
|
2490
|
+
"attributes": [
|
|
2491
|
+
{
|
|
2492
|
+
"name": "sumHeading",
|
|
2493
|
+
"type": "string | undefined",
|
|
2494
|
+
"default": "\"undefined\""
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"name": "dataGrid",
|
|
2498
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "width",
|
|
2502
|
+
"description": "The width of the column",
|
|
2503
|
+
"type": "string",
|
|
2504
|
+
"default": "\"max-content\""
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"name": "hidden",
|
|
2508
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2509
|
+
"type": "boolean",
|
|
2510
|
+
"default": "false"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"name": "heading",
|
|
2514
|
+
"description": "The heading of the column",
|
|
2515
|
+
"type": "string",
|
|
2516
|
+
"default": "\"\""
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"name": "textAlign",
|
|
2520
|
+
"description": "The text alignment of the column",
|
|
2521
|
+
"type": "DataGridColumnAlignment",
|
|
2522
|
+
"default": "\"end\""
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"name": "description",
|
|
2526
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2527
|
+
"type": "string | undefined"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "dataSelector",
|
|
2531
|
+
"description": "The data selector of the column",
|
|
2532
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"name": "sortDataSelector",
|
|
2536
|
+
"description": "The data selector of the column",
|
|
2537
|
+
"type": "KeyPathOf<TData>"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "nonSortable",
|
|
2541
|
+
"description": "Whether the column is sortable",
|
|
2542
|
+
"type": "boolean",
|
|
2543
|
+
"default": "false"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"name": "nonEditable",
|
|
2547
|
+
"description": "Whether the column is editable",
|
|
2548
|
+
"type": "boolean | Predicate<TData>",
|
|
2549
|
+
"default": "false"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "sticky",
|
|
2553
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2554
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2555
|
+
}
|
|
2556
|
+
],
|
|
2557
|
+
"properties": [
|
|
2558
|
+
{
|
|
2559
|
+
"name": "sumHeading",
|
|
2560
|
+
"attribute": "sumHeading",
|
|
2561
|
+
"type": "string | undefined",
|
|
2562
|
+
"default": "\"undefined\""
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "dataGrid",
|
|
2566
|
+
"attribute": "dataGrid",
|
|
2567
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"name": "column",
|
|
2571
|
+
"type": "DataGridColumn<TData, unknown>"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "width",
|
|
2575
|
+
"attribute": "width",
|
|
2576
|
+
"description": "The width of the column",
|
|
2577
|
+
"type": "string",
|
|
2578
|
+
"default": "\"max-content\""
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "hidden",
|
|
2582
|
+
"attribute": "hidden",
|
|
2583
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2584
|
+
"type": "boolean",
|
|
2585
|
+
"default": "false"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "heading",
|
|
2589
|
+
"attribute": "heading",
|
|
2590
|
+
"description": "The heading of the column",
|
|
2591
|
+
"type": "string",
|
|
2592
|
+
"default": "\"\""
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"name": "textAlign",
|
|
2596
|
+
"attribute": "textAlign",
|
|
2597
|
+
"description": "The text alignment of the column",
|
|
2598
|
+
"type": "DataGridColumnAlignment",
|
|
2599
|
+
"default": "\"end\""
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "description",
|
|
2603
|
+
"attribute": "description",
|
|
2604
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2605
|
+
"type": "string | undefined"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "dataSelector",
|
|
2609
|
+
"attribute": "dataSelector",
|
|
2610
|
+
"description": "The data selector of the column",
|
|
2611
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"name": "sortDataSelector",
|
|
2615
|
+
"attribute": "sortDataSelector",
|
|
2616
|
+
"description": "The data selector of the column",
|
|
2617
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "nonSortable",
|
|
2621
|
+
"attribute": "nonSortable",
|
|
2622
|
+
"description": "Whether the column is sortable",
|
|
2623
|
+
"type": "boolean",
|
|
2624
|
+
"default": "false"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "nonEditable",
|
|
2628
|
+
"attribute": "nonEditable",
|
|
2629
|
+
"description": "Whether the column is editable",
|
|
2630
|
+
"type": "boolean | Predicate<TData>",
|
|
2631
|
+
"default": "false"
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "sticky",
|
|
2635
|
+
"attribute": "sticky",
|
|
2636
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2637
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2638
|
+
}
|
|
2639
|
+
]
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "mo-data-grid-column-percent",
|
|
2643
|
+
"path": ".\\packages\\DataGrid\\columns\\number\\DataGridColumnPercent.ts",
|
|
2644
|
+
"attributes": [
|
|
2645
|
+
{
|
|
2646
|
+
"name": "sumHeading",
|
|
2647
|
+
"type": "string | undefined",
|
|
2648
|
+
"default": "\"undefined\""
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "dataGrid",
|
|
2652
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"name": "width",
|
|
2656
|
+
"description": "The width of the column",
|
|
2657
|
+
"type": "string",
|
|
2658
|
+
"default": "\"max-content\""
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"name": "hidden",
|
|
2662
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2663
|
+
"type": "boolean",
|
|
2664
|
+
"default": "false"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "heading",
|
|
2668
|
+
"description": "The heading of the column",
|
|
2669
|
+
"type": "string",
|
|
2670
|
+
"default": "\"\""
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "textAlign",
|
|
2674
|
+
"description": "The text alignment of the column",
|
|
2675
|
+
"type": "DataGridColumnAlignment",
|
|
2676
|
+
"default": "\"end\""
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"name": "description",
|
|
2680
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2681
|
+
"type": "string | undefined"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"name": "dataSelector",
|
|
2685
|
+
"description": "The data selector of the column",
|
|
2686
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "sortDataSelector",
|
|
2690
|
+
"description": "The data selector of the column",
|
|
2691
|
+
"type": "KeyPathOf<TData>"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "nonSortable",
|
|
2695
|
+
"description": "Whether the column is sortable",
|
|
2696
|
+
"type": "boolean",
|
|
2697
|
+
"default": "false"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "nonEditable",
|
|
2701
|
+
"description": "Whether the column is editable",
|
|
2702
|
+
"type": "boolean | Predicate<TData>",
|
|
2703
|
+
"default": "false"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "sticky",
|
|
2707
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2708
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"properties": [
|
|
2712
|
+
{
|
|
2713
|
+
"name": "sumHeading",
|
|
2714
|
+
"attribute": "sumHeading",
|
|
2715
|
+
"type": "string | undefined",
|
|
2716
|
+
"default": "\"undefined\""
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "dataGrid",
|
|
2720
|
+
"attribute": "dataGrid",
|
|
2721
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"name": "column",
|
|
2725
|
+
"type": "DataGridColumn<TData, unknown>"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "width",
|
|
2729
|
+
"attribute": "width",
|
|
2730
|
+
"description": "The width of the column",
|
|
2731
|
+
"type": "string",
|
|
2732
|
+
"default": "\"max-content\""
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "hidden",
|
|
2736
|
+
"attribute": "hidden",
|
|
2737
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
2738
|
+
"type": "boolean",
|
|
2739
|
+
"default": "false"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "heading",
|
|
2743
|
+
"attribute": "heading",
|
|
2744
|
+
"description": "The heading of the column",
|
|
2745
|
+
"type": "string",
|
|
2746
|
+
"default": "\"\""
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "textAlign",
|
|
2750
|
+
"attribute": "textAlign",
|
|
2751
|
+
"description": "The text alignment of the column",
|
|
2752
|
+
"type": "DataGridColumnAlignment",
|
|
2753
|
+
"default": "\"end\""
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "description",
|
|
2757
|
+
"attribute": "description",
|
|
2758
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
2759
|
+
"type": "string | undefined"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "dataSelector",
|
|
2763
|
+
"attribute": "dataSelector",
|
|
2764
|
+
"description": "The data selector of the column",
|
|
2765
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "sortDataSelector",
|
|
2769
|
+
"attribute": "sortDataSelector",
|
|
2770
|
+
"description": "The data selector of the column",
|
|
2771
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "nonSortable",
|
|
2775
|
+
"attribute": "nonSortable",
|
|
2776
|
+
"description": "Whether the column is sortable",
|
|
2777
|
+
"type": "boolean",
|
|
2778
|
+
"default": "false"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "nonEditable",
|
|
2782
|
+
"attribute": "nonEditable",
|
|
2783
|
+
"description": "Whether the column is editable",
|
|
2784
|
+
"type": "boolean | Predicate<TData>",
|
|
2785
|
+
"default": "false"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "sticky",
|
|
2789
|
+
"attribute": "sticky",
|
|
2790
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
2791
|
+
"type": "DataGridColumnSticky | undefined"
|
|
2792
|
+
}
|
|
2793
|
+
]
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"name": "mo-data-grid-footer-sum",
|
|
2797
|
+
"path": ".\\packages\\DataGrid\\columns\\number\\DataGridFooterSum.ts",
|
|
2798
|
+
"attributes": [
|
|
2799
|
+
{
|
|
2800
|
+
"name": "heading",
|
|
2801
|
+
"type": "string",
|
|
2802
|
+
"default": "\"\""
|
|
2803
|
+
}
|
|
2804
|
+
],
|
|
2805
|
+
"properties": [
|
|
2806
|
+
{
|
|
2807
|
+
"name": "heading",
|
|
2808
|
+
"attribute": "heading",
|
|
2809
|
+
"type": "string",
|
|
2810
|
+
"default": "\"\""
|
|
2811
|
+
}
|
|
2812
|
+
],
|
|
2813
|
+
"slots": [
|
|
2814
|
+
{
|
|
2815
|
+
"name": "",
|
|
2816
|
+
"description": "Sum of values"
|
|
2817
|
+
}
|
|
2818
|
+
]
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"name": "mo-data-grid",
|
|
2822
|
+
"path": ".\\packages\\DataGrid\\dist\\DataGrid.d.ts",
|
|
2823
|
+
"attributes": [
|
|
2824
|
+
{
|
|
2825
|
+
"name": "data",
|
|
2826
|
+
"description": "The data to be displayed in the DataGrid. It is an array of objects, where each object represents a row.",
|
|
2827
|
+
"type": "TData[]"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "columns",
|
|
2831
|
+
"description": "The columns to be displayed in the DataGrid. It is an array of objects, where each object represents a column.",
|
|
2832
|
+
"type": "DataGridColumn<TData, unknown>[]"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "headerHidden",
|
|
2836
|
+
"description": "Whether the header should be hidden.",
|
|
2837
|
+
"type": "boolean"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "preventVerticalContentScroll",
|
|
2841
|
+
"description": "Whether the content should be prevented from scrolling vertically.",
|
|
2842
|
+
"type": "boolean"
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "page",
|
|
2846
|
+
"description": "The current page.",
|
|
2847
|
+
"type": "number"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "pagination",
|
|
2851
|
+
"description": "The pagination mode. It can be either `auto` or a number.",
|
|
2852
|
+
"type": "DataGridPagination | undefined"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"name": "sorting",
|
|
2856
|
+
"description": "The sorting mode. It is an object with `selector` and `strategy` properties.",
|
|
2857
|
+
"type": "DataGridSorting<TData> | undefined"
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"name": "selectionMode",
|
|
2861
|
+
"description": "The selection mode.",
|
|
2862
|
+
"type": "DataGridSelectionMode"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "isDataSelectable",
|
|
2866
|
+
"description": "Whether data of a given row is selectable.",
|
|
2867
|
+
"type": "((data: TData) => boolean) | undefined"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "selectedData",
|
|
2871
|
+
"description": "The selected data.",
|
|
2872
|
+
"type": "TData[]"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"name": "selectOnClick",
|
|
2876
|
+
"description": "Whether the row should be selected on click.",
|
|
2877
|
+
"type": "boolean"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "selectionCheckboxesHidden",
|
|
2881
|
+
"description": "Whether the selection checkboxes should be hidden. This activates selection on row click ignoring the `selectOnClick` attribute.",
|
|
2882
|
+
"type": "boolean"
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"name": "selectionBehaviorOnDataChange",
|
|
2886
|
+
"description": "The behavior of the selection when the data changes.",
|
|
2887
|
+
"type": "DataGridSelectionBehaviorOnDataChange"
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "multipleDetails",
|
|
2891
|
+
"description": "Whether multiple details can be opened at the same time.",
|
|
2892
|
+
"type": "boolean"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"name": "subDataGridDataSelector",
|
|
2896
|
+
"description": "The key path of the sub data grid data.",
|
|
2897
|
+
"type": "KeyPathOf<TData>"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "hasDataDetail",
|
|
2901
|
+
"description": "Whether the data has a detail.",
|
|
2902
|
+
"type": "((data: TData) => boolean) | undefined"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "detailsOnClick",
|
|
2906
|
+
"description": "Whether the details should be opened on click.",
|
|
2907
|
+
"type": "boolean"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "primaryContextMenuItemOnDoubleClick",
|
|
2911
|
+
"description": "The primary context menu item on double click.",
|
|
2912
|
+
"type": "boolean"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"name": "editability",
|
|
2916
|
+
"description": "The editability mode.",
|
|
2917
|
+
"type": "DataGridEditability"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"name": "getRowDetailsTemplate",
|
|
2921
|
+
"description": "A function which returns a template for the details of a given row.",
|
|
2922
|
+
"type": "((data: TData) => HTMLTemplateResult) | undefined"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"name": "getRowContextMenuTemplate",
|
|
2926
|
+
"description": "A function which returns a template for the context menu of a given row.",
|
|
2927
|
+
"type": "((data: TData[]) => HTMLTemplateResult) | undefined"
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"name": "sidePanelTab",
|
|
2931
|
+
"description": "The side panel tab.",
|
|
2932
|
+
"type": "DataGridSidePanelTab | undefined"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"name": "sidePanelHidden",
|
|
2936
|
+
"description": "Whether the side panel should be hidden.",
|
|
2937
|
+
"type": "boolean"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "hasAlternatingBackground",
|
|
2941
|
+
"description": "Whether the rows should have alternating background.",
|
|
2942
|
+
"type": "LocalStorage<boolean>"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"name": "preventFabCollapse",
|
|
2946
|
+
"description": "Whether the FAB should be prevented from collapsing.",
|
|
2947
|
+
"type": "boolean"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "cellFontSize",
|
|
2951
|
+
"description": "The font size of the cells relative to the default font size. Defaults",
|
|
2952
|
+
"type": "number"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "rowHeight",
|
|
2956
|
+
"description": "The height of the rows in pixels. Defaults to",
|
|
2957
|
+
"type": "LocalStorage<number>"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"name": "exportable",
|
|
2961
|
+
"description": "Whether the DataGrid is exportable. This will show an export button in the footer.",
|
|
2962
|
+
"type": "boolean"
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"properties": [
|
|
2966
|
+
{
|
|
2967
|
+
"name": "cellRelativeFontSize",
|
|
2968
|
+
"type": "LocalStorage<number>"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "dataChange",
|
|
2972
|
+
"type": "EventDispatcher<TData[]>"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "selectionChange",
|
|
2976
|
+
"type": "EventDispatcher<TData[]>"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "pageChange",
|
|
2980
|
+
"type": "EventDispatcher<number>"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "paginationChange",
|
|
2984
|
+
"type": "EventDispatcher<DataGridPagination | undefined>"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "columnsChange",
|
|
2988
|
+
"type": "EventDispatcher<DataGridColumn<TData, unknown>[]>"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"name": "sidePanelOpen",
|
|
2992
|
+
"type": "EventDispatcher<DataGridSidePanelTab>"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "sidePanelClose",
|
|
2996
|
+
"type": "EventDispatcher<void>"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"name": "sortingChange",
|
|
3000
|
+
"type": "EventDispatcher<DataGridRankedSortDefinition<TData>[]>"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "rowDetailsOpen",
|
|
3004
|
+
"type": "EventDispatcher<DataGridRow<TData, TDetailsElement>>"
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "rowDetailsClose",
|
|
3008
|
+
"type": "EventDispatcher<DataGridRow<TData, TDetailsElement>>"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"name": "rowClick",
|
|
3012
|
+
"type": "EventDispatcher<DataGridRow<TData, TDetailsElement>>"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "rowDoubleClick",
|
|
3016
|
+
"type": "EventDispatcher<DataGridRow<TData, TDetailsElement>>"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "rowMiddleClick",
|
|
3020
|
+
"type": "EventDispatcher<DataGridRow<TData, TDetailsElement>>"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"name": "cellEdit",
|
|
3024
|
+
"type": "EventDispatcher<DataGridCell<any, TData, TDetailsElement>>"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"name": "rows",
|
|
3028
|
+
"type": "DataGridRow<TData, TDetailsElement>[]"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "hasSelection",
|
|
3032
|
+
"type": "boolean"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"name": "hasDetails",
|
|
3036
|
+
"type": "boolean"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "allRowDetailsOpen",
|
|
3040
|
+
"type": "boolean"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"name": "extractedColumns",
|
|
3044
|
+
"type": "DataGridColumn<TData, unknown>[]"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "visibleColumns",
|
|
3048
|
+
"type": "DataGridColumn<TData, unknown>[]"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"name": "hasContextMenu",
|
|
3052
|
+
"type": "boolean"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "toolbarElements",
|
|
3056
|
+
"type": "Element[]"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "filterElements",
|
|
3060
|
+
"type": "Element[]"
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "hasToolbar",
|
|
3064
|
+
"type": "boolean"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "hasFilters",
|
|
3068
|
+
"type": "boolean"
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
"name": "hasSums",
|
|
3072
|
+
"type": "boolean"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "hasFabs",
|
|
3076
|
+
"type": "boolean"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "hasPagination",
|
|
3080
|
+
"type": "boolean"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "supportsDynamicPageSize",
|
|
3084
|
+
"type": "boolean"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "pageSize",
|
|
3088
|
+
"type": "LocalStorage<number>"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "hasFooter",
|
|
3092
|
+
"type": "boolean"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "dataLength",
|
|
3096
|
+
"type": "number"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "maxPage",
|
|
3100
|
+
"type": "number"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "hasNextPage",
|
|
3104
|
+
"type": "boolean"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "columnsController",
|
|
3108
|
+
"type": "DataGridColumnsController<TData>"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "selectionController",
|
|
3112
|
+
"type": "DataGridSelectionController<TData>"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"name": "sortingController",
|
|
3116
|
+
"type": "DataGridSortingController<TData>"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "contextMenuController",
|
|
3120
|
+
"type": "DataGridContextMenuController<TData>"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "detailsController",
|
|
3124
|
+
"type": "DataGridDetailsController<TData>"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "rowIntersectionObserver",
|
|
3128
|
+
"type": "IntersectionObserver | undefined"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"name": "hasDefaultRowElements",
|
|
3132
|
+
"type": "boolean"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "sumsTemplate",
|
|
3136
|
+
"type": "HTMLTemplateResult"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "dataRecords",
|
|
3140
|
+
"type": "DataRecord<TData>[]"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "renderDataRecords",
|
|
3144
|
+
"type": "DataRecord<TData>[]"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"name": "data",
|
|
3148
|
+
"attribute": "data",
|
|
3149
|
+
"description": "The data to be displayed in the DataGrid. It is an array of objects, where each object represents a row.",
|
|
3150
|
+
"type": "TData[]"
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "columns",
|
|
3154
|
+
"attribute": "columns",
|
|
3155
|
+
"description": "The columns to be displayed in the DataGrid. It is an array of objects, where each object represents a column.",
|
|
3156
|
+
"type": "DataGridColumn<TData, unknown>[]"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "headerHidden",
|
|
3160
|
+
"attribute": "headerHidden",
|
|
3161
|
+
"description": "Whether the header should be hidden.",
|
|
3162
|
+
"type": "boolean"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"name": "preventVerticalContentScroll",
|
|
3166
|
+
"attribute": "preventVerticalContentScroll",
|
|
3167
|
+
"description": "Whether the content should be prevented from scrolling vertically.",
|
|
3168
|
+
"type": "boolean"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "page",
|
|
3172
|
+
"attribute": "page",
|
|
3173
|
+
"description": "The current page.",
|
|
3174
|
+
"type": "number"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "pagination",
|
|
3178
|
+
"attribute": "pagination",
|
|
3179
|
+
"description": "The pagination mode. It can be either `auto` or a number.",
|
|
3180
|
+
"type": "DataGridPagination | undefined"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"name": "sorting",
|
|
3184
|
+
"attribute": "sorting",
|
|
3185
|
+
"description": "The sorting mode. It is an object with `selector` and `strategy` properties.",
|
|
3186
|
+
"type": "DataGridSorting<TData> | undefined"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"name": "selectionMode",
|
|
3190
|
+
"attribute": "selectionMode",
|
|
3191
|
+
"description": "The selection mode.",
|
|
3192
|
+
"type": "DataGridSelectionMode"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"name": "isDataSelectable",
|
|
3196
|
+
"attribute": "isDataSelectable",
|
|
3197
|
+
"description": "Whether data of a given row is selectable.",
|
|
3198
|
+
"type": "((data: TData) => boolean) | undefined"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "selectedData",
|
|
3202
|
+
"attribute": "selectedData",
|
|
3203
|
+
"description": "The selected data.",
|
|
3204
|
+
"type": "TData[]"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "selectOnClick",
|
|
3208
|
+
"attribute": "selectOnClick",
|
|
3209
|
+
"description": "Whether the row should be selected on click.",
|
|
3210
|
+
"type": "boolean"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "selectionCheckboxesHidden",
|
|
3214
|
+
"attribute": "selectionCheckboxesHidden",
|
|
3215
|
+
"description": "Whether the selection checkboxes should be hidden. This activates selection on row click ignoring the `selectOnClick` attribute.",
|
|
3216
|
+
"type": "boolean"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"name": "selectionBehaviorOnDataChange",
|
|
3220
|
+
"attribute": "selectionBehaviorOnDataChange",
|
|
3221
|
+
"description": "The behavior of the selection when the data changes.",
|
|
3222
|
+
"type": "DataGridSelectionBehaviorOnDataChange"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"name": "multipleDetails",
|
|
3226
|
+
"attribute": "multipleDetails",
|
|
3227
|
+
"description": "Whether multiple details can be opened at the same time.",
|
|
3228
|
+
"type": "boolean"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "subDataGridDataSelector",
|
|
3232
|
+
"attribute": "subDataGridDataSelector",
|
|
3233
|
+
"description": "The key path of the sub data grid data.",
|
|
3234
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"name": "hasDataDetail",
|
|
3238
|
+
"attribute": "hasDataDetail",
|
|
3239
|
+
"description": "Whether the data has a detail.",
|
|
3240
|
+
"type": "((data: TData) => boolean) | undefined"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "detailsOnClick",
|
|
3244
|
+
"attribute": "detailsOnClick",
|
|
3245
|
+
"description": "Whether the details should be opened on click.",
|
|
3246
|
+
"type": "boolean"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"name": "primaryContextMenuItemOnDoubleClick",
|
|
3250
|
+
"attribute": "primaryContextMenuItemOnDoubleClick",
|
|
3251
|
+
"description": "The primary context menu item on double click.",
|
|
3252
|
+
"type": "boolean"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "editability",
|
|
3256
|
+
"attribute": "editability",
|
|
3257
|
+
"description": "The editability mode.",
|
|
3258
|
+
"type": "DataGridEditability"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "getRowDetailsTemplate",
|
|
3262
|
+
"attribute": "getRowDetailsTemplate",
|
|
3263
|
+
"description": "A function which returns a template for the details of a given row.",
|
|
3264
|
+
"type": "((data: TData) => HTMLTemplateResult) | undefined"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "getRowContextMenuTemplate",
|
|
3268
|
+
"attribute": "getRowContextMenuTemplate",
|
|
3269
|
+
"description": "A function which returns a template for the context menu of a given row.",
|
|
3270
|
+
"type": "((data: TData[]) => HTMLTemplateResult) | undefined"
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"name": "sidePanelTab",
|
|
3274
|
+
"attribute": "sidePanelTab",
|
|
3275
|
+
"description": "The side panel tab.",
|
|
3276
|
+
"type": "DataGridSidePanelTab | undefined"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "sidePanelHidden",
|
|
3280
|
+
"attribute": "sidePanelHidden",
|
|
3281
|
+
"description": "Whether the side panel should be hidden.",
|
|
3282
|
+
"type": "boolean"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "hasAlternatingBackground",
|
|
3286
|
+
"attribute": "hasAlternatingBackground",
|
|
3287
|
+
"description": "Whether the rows should have alternating background.",
|
|
3288
|
+
"type": "LocalStorage<boolean>"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"name": "preventFabCollapse",
|
|
3292
|
+
"attribute": "preventFabCollapse",
|
|
3293
|
+
"description": "Whether the FAB should be prevented from collapsing.",
|
|
3294
|
+
"type": "boolean"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"name": "cellFontSize",
|
|
3298
|
+
"attribute": "cellFontSize",
|
|
3299
|
+
"description": "The font size of the cells relative to the default font size. Defaults",
|
|
3300
|
+
"type": "number"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "rowHeight",
|
|
3304
|
+
"attribute": "rowHeight",
|
|
3305
|
+
"description": "The height of the rows in pixels. Defaults to",
|
|
3306
|
+
"type": "LocalStorage<number>"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"name": "exportable",
|
|
3310
|
+
"attribute": "exportable",
|
|
3311
|
+
"description": "Whether the DataGrid is exportable. This will show an export button in the footer.",
|
|
3312
|
+
"type": "boolean"
|
|
3313
|
+
}
|
|
3314
|
+
],
|
|
3315
|
+
"events": [
|
|
3316
|
+
{
|
|
3317
|
+
"name": "dataChange",
|
|
3318
|
+
"type": "CustomEvent<TData[]>"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"name": "selectionChange",
|
|
3322
|
+
"type": "CustomEvent<TData[]>"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"name": "pageChange",
|
|
3326
|
+
"type": "CustomEvent<number>"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "paginationChange",
|
|
3330
|
+
"type": "CustomEvent<DataGridPagination | undefined>"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "columnsChange",
|
|
3334
|
+
"type": "CustomEvent<DataGridColumn<TData, unknown>[]>"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "sidePanelOpen",
|
|
3338
|
+
"type": "CustomEvent<DataGridSidePanelTab>"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"name": "sidePanelClose",
|
|
3342
|
+
"type": "CustomEvent<void>"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "sortingChange",
|
|
3346
|
+
"type": "CustomEvent<DataGridRankedSortDefinition<TData>[]>"
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"name": "rowDetailsOpen",
|
|
3350
|
+
"type": "CustomEvent<DataGridRow<TData, TDetailsElement>>"
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"name": "rowDetailsClose",
|
|
3354
|
+
"type": "CustomEvent<DataGridRow<TData, TDetailsElement>>"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"name": "rowClick",
|
|
3358
|
+
"type": "CustomEvent<DataGridRow<TData, TDetailsElement>>"
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"name": "rowDoubleClick",
|
|
3362
|
+
"type": "CustomEvent<DataGridRow<TData, TDetailsElement>>"
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"name": "rowMiddleClick",
|
|
3366
|
+
"type": "CustomEvent<DataGridRow<TData, TDetailsElement>>"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "cellEdit",
|
|
3370
|
+
"type": "CustomEvent<DataGridCell<any, TData, TDetailsElement>>"
|
|
3371
|
+
}
|
|
3372
|
+
],
|
|
3373
|
+
"slots": [
|
|
3374
|
+
{
|
|
3375
|
+
"name": "",
|
|
3376
|
+
"description": "Use this slot only for declarative DataGrid APIs e.g. setting ColumnDefinitions via `mo-data-grid-columns` tag."
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"name": "toolbar",
|
|
3380
|
+
"description": "The horizontal bar above DataGrid's contents."
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"name": "toolbar-action",
|
|
3384
|
+
"description": "A slot for action icon-buttons in the toolbar which are displayed on the end."
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"name": "filter",
|
|
3388
|
+
"description": "A vertical bar for elements which filter DataGrid's data. It is opened through an icon-button in the toolbar."
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "sum",
|
|
3392
|
+
"description": "A horizontal bar in the DataGrid's footer for showing sums. Calculated sums are also placed here by default."
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "settings",
|
|
3396
|
+
"description": "A vertical bar for elements which change DataGrid's settings. It is pre-filled with columns' settings and can be opened through an icon-button in the toolbar."
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"name": "fab",
|
|
3400
|
+
"description": "A wrapper at the bottom right edge, floating right above the footer, expecting Floating Action Button to be placed in."
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"name": "error-no-content",
|
|
3404
|
+
"description": "A slot for displaying an error message when no data is available."
|
|
3405
|
+
}
|
|
3406
|
+
],
|
|
3407
|
+
"cssProperties": [
|
|
3408
|
+
{
|
|
3409
|
+
"name": "--mo-data-grid-min-visible-rows",
|
|
3410
|
+
"description": "The minimum number of visible rows. Default to 2.5."
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "--mo-data-grid-footer-background",
|
|
3414
|
+
"description": "The background of the footer."
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"name": "--mo-data-grid-cell-padding",
|
|
3418
|
+
"description": "The inline padding of the cells. Default to 10px."
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "--mo-data-grid-column-sub-row-indentation",
|
|
3422
|
+
"description": "The indentation of the first column in the sub row. Default to 20px."
|
|
3423
|
+
}
|
|
3424
|
+
]
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "mo-data-grid-cell",
|
|
3428
|
+
"path": ".\\packages\\DataGrid\\dist\\DataGridCell.d.ts",
|
|
3429
|
+
"attributes": [
|
|
3430
|
+
{
|
|
3431
|
+
"name": "value",
|
|
3432
|
+
"type": "TValue"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"name": "column",
|
|
3436
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "row",
|
|
3440
|
+
"type": "DataGridRow<TData, TDetailsElement>"
|
|
3441
|
+
}
|
|
3442
|
+
],
|
|
3443
|
+
"properties": [
|
|
3444
|
+
{
|
|
3445
|
+
"name": "dataGrid",
|
|
3446
|
+
"type": "DataGrid<TData, any>"
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"name": "data",
|
|
3450
|
+
"type": "TData"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"name": "dataSelector",
|
|
3454
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | (Extract<keyof TData, `${number}`> extends infer T ? T extends Extract<...> ? T extends keyof TData ? `${T}.${object extends TData[T] ? string : TData[T] extends infer T_1 ? T_1 extends TData[T] ? T_1 extends readonly ..."
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"name": "isEditing",
|
|
3458
|
+
"type": "boolean"
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "value",
|
|
3462
|
+
"attribute": "value",
|
|
3463
|
+
"type": "TValue"
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "column",
|
|
3467
|
+
"attribute": "column",
|
|
3468
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "row",
|
|
3472
|
+
"attribute": "row",
|
|
3473
|
+
"type": "DataGridRow<TData, TDetailsElement>"
|
|
3474
|
+
}
|
|
3475
|
+
]
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"name": "mo-data-grid-footer",
|
|
3479
|
+
"path": ".\\packages\\DataGrid\\dist\\DataGridFooter.d.ts",
|
|
3480
|
+
"attributes": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "dataGrid",
|
|
3483
|
+
"type": "DataGrid<TData, any>"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "page",
|
|
3487
|
+
"type": "number"
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
"properties": [
|
|
3491
|
+
{
|
|
3492
|
+
"name": "dataGrid",
|
|
3493
|
+
"attribute": "dataGrid",
|
|
3494
|
+
"type": "DataGrid<TData, any>"
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"name": "page",
|
|
3498
|
+
"attribute": "page",
|
|
3499
|
+
"type": "number"
|
|
3500
|
+
}
|
|
3501
|
+
]
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"name": "mo-data-grid-header",
|
|
3505
|
+
"path": ".\\packages\\DataGrid\\dist\\DataGridHeader.d.ts",
|
|
3506
|
+
"properties": [
|
|
3507
|
+
{
|
|
3508
|
+
"name": "pageChange",
|
|
3509
|
+
"type": "EventDispatcher<number>"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "modeSelectionChange",
|
|
3513
|
+
"type": "EventDispatcher<string>"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "dataGrid",
|
|
3517
|
+
"type": "DataGrid<TData, any>"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "overlayOpen",
|
|
3521
|
+
"type": "boolean"
|
|
3522
|
+
}
|
|
3523
|
+
]
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "mo-data-grid-header-separator",
|
|
3527
|
+
"path": ".\\packages\\DataGrid\\dist\\DataGridHeaderSeparator.d.ts",
|
|
3528
|
+
"properties": [
|
|
3529
|
+
{
|
|
3530
|
+
"name": "dataGrid",
|
|
3531
|
+
"type": "DataGrid<unknown, undefined>"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "column",
|
|
3535
|
+
"type": "DataGridColumn<unknown, unknown>"
|
|
3536
|
+
}
|
|
3537
|
+
]
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "mo-data-grid-primary-context-menu-item",
|
|
3541
|
+
"path": ".\\packages\\DataGrid\\dist\\DataGridPrimaryContextMenuItem.d.ts",
|
|
3542
|
+
"attributes": [
|
|
3543
|
+
{
|
|
3544
|
+
"name": "open",
|
|
3545
|
+
"type": "boolean",
|
|
3546
|
+
"default": "false"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "icon",
|
|
3550
|
+
"type": "MaterialIcon | undefined"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"name": "disabled",
|
|
3554
|
+
"description": "Whether the list item is disabled",
|
|
3555
|
+
"type": "boolean",
|
|
3556
|
+
"default": "false"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"name": "preventClickOnSpace",
|
|
3560
|
+
"description": "Whether the list item should prevent click on space",
|
|
3561
|
+
"type": "boolean",
|
|
3562
|
+
"default": "false"
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"properties": [
|
|
3566
|
+
{
|
|
3567
|
+
"name": "open",
|
|
3568
|
+
"attribute": "open",
|
|
3569
|
+
"type": "boolean",
|
|
3570
|
+
"default": "false"
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "subMenu",
|
|
3574
|
+
"type": "Menu"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"name": "slotController",
|
|
3578
|
+
"type": "SlotController",
|
|
3579
|
+
"default": "\"new SlotController(this)\""
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"name": "menuItemClick",
|
|
3583
|
+
"type": "EventDispatcher<void>"
|
|
3584
|
+
},
|
|
3585
|
+
{
|
|
3586
|
+
"name": "icon",
|
|
3587
|
+
"attribute": "icon",
|
|
3588
|
+
"type": "MaterialIcon | undefined"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"name": "role",
|
|
3592
|
+
"type": "\"menuitem\"",
|
|
3593
|
+
"default": "\"menuitem\""
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"name": "tabIndex",
|
|
3597
|
+
"type": "number",
|
|
3598
|
+
"default": "0"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "disabled",
|
|
3602
|
+
"attribute": "disabled",
|
|
3603
|
+
"description": "Whether the list item is disabled",
|
|
3604
|
+
"type": "boolean",
|
|
3605
|
+
"default": "false"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "preventClickOnSpace",
|
|
3609
|
+
"attribute": "preventClickOnSpace",
|
|
3610
|
+
"description": "Whether the list item should prevent click on space",
|
|
3611
|
+
"type": "boolean",
|
|
3612
|
+
"default": "false"
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3615
|
+
"slots": [
|
|
3616
|
+
{
|
|
3617
|
+
"name": "submenu"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "",
|
|
3621
|
+
"description": "Default slot for content"
|
|
3622
|
+
}
|
|
3623
|
+
],
|
|
3624
|
+
"cssParts": [
|
|
3625
|
+
{
|
|
3626
|
+
"name": "icon"
|
|
3627
|
+
}
|
|
3628
|
+
]
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"name": "mo-data-grid-side-panel",
|
|
3632
|
+
"path": ".\\packages\\DataGrid\\dist\\DataGridSidePanel.d.ts",
|
|
3633
|
+
"attributes": [
|
|
3634
|
+
{
|
|
3635
|
+
"name": "dataGrid",
|
|
3636
|
+
"type": "DataGrid<TData, any>"
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"name": "tab",
|
|
3640
|
+
"type": "DataGridSidePanelTab | undefined"
|
|
3641
|
+
}
|
|
3642
|
+
],
|
|
3643
|
+
"properties": [
|
|
3644
|
+
{
|
|
3645
|
+
"name": "dataGrid",
|
|
3646
|
+
"attribute": "dataGrid",
|
|
3647
|
+
"type": "DataGrid<TData, any>"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "tab",
|
|
3651
|
+
"attribute": "tab",
|
|
3652
|
+
"type": "DataGridSidePanelTab | undefined"
|
|
3653
|
+
}
|
|
3654
|
+
]
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "mo-data-grid-column-boolean",
|
|
3658
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\DataGridColumnBoolean.d.ts",
|
|
3659
|
+
"attributes": [
|
|
3660
|
+
{
|
|
3661
|
+
"name": "trueIcon",
|
|
3662
|
+
"description": "Icon to show for true values",
|
|
3663
|
+
"type": "MaterialIcon"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"name": "falseIcon",
|
|
3667
|
+
"description": "Icon to show for false values",
|
|
3668
|
+
"type": "MaterialIcon"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "trueIconColor",
|
|
3672
|
+
"description": "Color of the true icon",
|
|
3673
|
+
"type": "string"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"name": "falseIconColor",
|
|
3677
|
+
"description": "Color of the false icon",
|
|
3678
|
+
"type": "string"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "width",
|
|
3682
|
+
"description": "The width of the column",
|
|
3683
|
+
"type": "string"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"name": "hidden",
|
|
3687
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
3688
|
+
"type": "boolean"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "heading",
|
|
3692
|
+
"description": "The heading of the column",
|
|
3693
|
+
"type": "string"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"name": "textAlign",
|
|
3697
|
+
"description": "The text alignment of the column",
|
|
3698
|
+
"type": "DataGridColumnAlignment"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"name": "description",
|
|
3702
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
3703
|
+
"type": "string | undefined"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "dataSelector",
|
|
3707
|
+
"description": "The data selector of the column",
|
|
3708
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "sortDataSelector",
|
|
3712
|
+
"description": "The data selector of the column",
|
|
3713
|
+
"type": "KeyPathOf<TData>"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"name": "nonSortable",
|
|
3717
|
+
"description": "Whether the column is sortable",
|
|
3718
|
+
"type": "boolean"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"name": "nonEditable",
|
|
3722
|
+
"description": "Whether the column is editable",
|
|
3723
|
+
"type": "boolean | Predicate<TData>"
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "sticky",
|
|
3727
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
3728
|
+
"type": "DataGridColumnSticky | undefined"
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"properties": [
|
|
3732
|
+
{
|
|
3733
|
+
"name": "trueIcon",
|
|
3734
|
+
"attribute": "trueIcon",
|
|
3735
|
+
"description": "Icon to show for true values",
|
|
3736
|
+
"type": "MaterialIcon"
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"name": "falseIcon",
|
|
3740
|
+
"attribute": "falseIcon",
|
|
3741
|
+
"description": "Icon to show for false values",
|
|
3742
|
+
"type": "MaterialIcon"
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"name": "trueIconColor",
|
|
3746
|
+
"attribute": "trueIconColor",
|
|
3747
|
+
"description": "Color of the true icon",
|
|
3748
|
+
"type": "string"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "falseIconColor",
|
|
3752
|
+
"attribute": "falseIconColor",
|
|
3753
|
+
"description": "Color of the false icon",
|
|
3754
|
+
"type": "string"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "dataGrid",
|
|
3758
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "column",
|
|
3762
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "width",
|
|
3766
|
+
"attribute": "width",
|
|
3767
|
+
"description": "The width of the column",
|
|
3768
|
+
"type": "string"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "hidden",
|
|
3772
|
+
"attribute": "hidden",
|
|
3773
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
3774
|
+
"type": "boolean"
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"name": "heading",
|
|
3778
|
+
"attribute": "heading",
|
|
3779
|
+
"description": "The heading of the column",
|
|
3780
|
+
"type": "string"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "textAlign",
|
|
3784
|
+
"attribute": "textAlign",
|
|
3785
|
+
"description": "The text alignment of the column",
|
|
3786
|
+
"type": "DataGridColumnAlignment"
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "description",
|
|
3790
|
+
"attribute": "description",
|
|
3791
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
3792
|
+
"type": "string | undefined"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"name": "dataSelector",
|
|
3796
|
+
"attribute": "dataSelector",
|
|
3797
|
+
"description": "The data selector of the column",
|
|
3798
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"name": "sortDataSelector",
|
|
3802
|
+
"attribute": "sortDataSelector",
|
|
3803
|
+
"description": "The data selector of the column",
|
|
3804
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"name": "nonSortable",
|
|
3808
|
+
"attribute": "nonSortable",
|
|
3809
|
+
"description": "Whether the column is sortable",
|
|
3810
|
+
"type": "boolean"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"name": "nonEditable",
|
|
3814
|
+
"attribute": "nonEditable",
|
|
3815
|
+
"description": "Whether the column is editable",
|
|
3816
|
+
"type": "boolean | Predicate<TData>"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"name": "sticky",
|
|
3820
|
+
"attribute": "sticky",
|
|
3821
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
3822
|
+
"type": "DataGridColumnSticky | undefined"
|
|
3823
|
+
}
|
|
3824
|
+
]
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"name": "mo-data-grid-column-deletion",
|
|
3828
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\DataGridColumnDeletion.d.ts",
|
|
3829
|
+
"attributes": [
|
|
3830
|
+
{
|
|
3831
|
+
"name": "prevent",
|
|
3832
|
+
"description": "Prevents the deletion button from being displayed",
|
|
3833
|
+
"type": "boolean"
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"name": "width",
|
|
3837
|
+
"description": "The width of the column",
|
|
3838
|
+
"type": "string"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"name": "hidden",
|
|
3842
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
3843
|
+
"type": "boolean"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "heading",
|
|
3847
|
+
"description": "The heading of the column",
|
|
3848
|
+
"type": "string"
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"name": "textAlign",
|
|
3852
|
+
"description": "The text alignment of the column",
|
|
3853
|
+
"type": "DataGridColumnAlignment"
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"name": "description",
|
|
3857
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
3858
|
+
"type": "string | undefined"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "dataSelector",
|
|
3862
|
+
"description": "The data selector of the column",
|
|
3863
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"name": "sortDataSelector",
|
|
3867
|
+
"description": "The data selector of the column",
|
|
3868
|
+
"type": "KeyPathOf<TData>"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "nonSortable",
|
|
3872
|
+
"description": "Whether the column is sortable",
|
|
3873
|
+
"type": "boolean"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "nonEditable",
|
|
3877
|
+
"description": "Whether the column is editable",
|
|
3878
|
+
"type": "boolean"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "sticky",
|
|
3882
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
3883
|
+
"type": "DataGridColumnSticky | undefined"
|
|
3884
|
+
}
|
|
3885
|
+
],
|
|
3886
|
+
"properties": [
|
|
3887
|
+
{
|
|
3888
|
+
"name": "delete",
|
|
3889
|
+
"type": "EventDispatcher<TData>"
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "icon",
|
|
3893
|
+
"type": "MaterialIcon"
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"name": "getContentTemplate",
|
|
3897
|
+
"type": "(_: never, data?: TData | undefined) => HTMLTemplateResult"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "getEditContentTemplate",
|
|
3901
|
+
"type": "undefined"
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"name": "prevent",
|
|
3905
|
+
"attribute": "prevent",
|
|
3906
|
+
"description": "Prevents the deletion button from being displayed",
|
|
3907
|
+
"type": "boolean"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"name": "dataGrid",
|
|
3911
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "column",
|
|
3915
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "width",
|
|
3919
|
+
"attribute": "width",
|
|
3920
|
+
"description": "The width of the column",
|
|
3921
|
+
"type": "string"
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"name": "hidden",
|
|
3925
|
+
"attribute": "hidden",
|
|
3926
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
3927
|
+
"type": "boolean"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"name": "heading",
|
|
3931
|
+
"attribute": "heading",
|
|
3932
|
+
"description": "The heading of the column",
|
|
3933
|
+
"type": "string"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "textAlign",
|
|
3937
|
+
"attribute": "textAlign",
|
|
3938
|
+
"description": "The text alignment of the column",
|
|
3939
|
+
"type": "DataGridColumnAlignment"
|
|
3940
|
+
},
|
|
3941
|
+
{
|
|
3942
|
+
"name": "description",
|
|
3943
|
+
"attribute": "description",
|
|
3944
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
3945
|
+
"type": "string | undefined"
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"name": "dataSelector",
|
|
3949
|
+
"attribute": "dataSelector",
|
|
3950
|
+
"description": "The data selector of the column",
|
|
3951
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"name": "sortDataSelector",
|
|
3955
|
+
"attribute": "sortDataSelector",
|
|
3956
|
+
"description": "The data selector of the column",
|
|
3957
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"name": "nonSortable",
|
|
3961
|
+
"attribute": "nonSortable",
|
|
3962
|
+
"description": "Whether the column is sortable",
|
|
3963
|
+
"type": "boolean"
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"name": "nonEditable",
|
|
3967
|
+
"attribute": "nonEditable",
|
|
3968
|
+
"description": "Whether the column is editable",
|
|
3969
|
+
"type": "boolean"
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "sticky",
|
|
3973
|
+
"attribute": "sticky",
|
|
3974
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
3975
|
+
"type": "DataGridColumnSticky | undefined"
|
|
3976
|
+
}
|
|
3977
|
+
],
|
|
3978
|
+
"events": [
|
|
3979
|
+
{
|
|
3980
|
+
"name": "delete",
|
|
3981
|
+
"type": "CustomEvent<TData>"
|
|
3982
|
+
}
|
|
3983
|
+
]
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"name": "mo-data-grid-column-image",
|
|
3987
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\DataGridColumnImage.d.ts",
|
|
3988
|
+
"attributes": [
|
|
3989
|
+
{
|
|
3990
|
+
"name": "tooltipSelector",
|
|
3991
|
+
"description": "The data selector of the column to use as a tooltip. If a function is provided, it will be called with the data as an argument.",
|
|
3992
|
+
"type": "KeyPathOf<TData>"
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "width",
|
|
3996
|
+
"description": "The width of the column",
|
|
3997
|
+
"type": "string"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"name": "hidden",
|
|
4001
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4002
|
+
"type": "boolean"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "heading",
|
|
4006
|
+
"description": "The heading of the column",
|
|
4007
|
+
"type": "string"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "textAlign",
|
|
4011
|
+
"description": "The text alignment of the column",
|
|
4012
|
+
"type": "DataGridColumnAlignment"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"name": "description",
|
|
4016
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4017
|
+
"type": "string | undefined"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"name": "dataSelector",
|
|
4021
|
+
"description": "The data selector of the column",
|
|
4022
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "sortDataSelector",
|
|
4026
|
+
"description": "The data selector of the column",
|
|
4027
|
+
"type": "KeyPathOf<TData>"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"name": "nonSortable",
|
|
4031
|
+
"description": "Whether the column is sortable",
|
|
4032
|
+
"type": "boolean"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "nonEditable",
|
|
4036
|
+
"description": "Whether the column is editable",
|
|
4037
|
+
"type": "boolean"
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "sticky",
|
|
4041
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4042
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4043
|
+
}
|
|
4044
|
+
],
|
|
4045
|
+
"properties": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "getEditContentTemplate",
|
|
4048
|
+
"type": "undefined"
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"name": "tooltipSelector",
|
|
4052
|
+
"attribute": "tooltipSelector",
|
|
4053
|
+
"description": "The data selector of the column to use as a tooltip. If a function is provided, it will be called with the data as an argument.",
|
|
4054
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | ((data: TData) => string | undefined) | undefined"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "dataGrid",
|
|
4058
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "column",
|
|
4062
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"name": "width",
|
|
4066
|
+
"attribute": "width",
|
|
4067
|
+
"description": "The width of the column",
|
|
4068
|
+
"type": "string"
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"name": "hidden",
|
|
4072
|
+
"attribute": "hidden",
|
|
4073
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4074
|
+
"type": "boolean"
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"name": "heading",
|
|
4078
|
+
"attribute": "heading",
|
|
4079
|
+
"description": "The heading of the column",
|
|
4080
|
+
"type": "string"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "textAlign",
|
|
4084
|
+
"attribute": "textAlign",
|
|
4085
|
+
"description": "The text alignment of the column",
|
|
4086
|
+
"type": "DataGridColumnAlignment"
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"name": "description",
|
|
4090
|
+
"attribute": "description",
|
|
4091
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4092
|
+
"type": "string | undefined"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"name": "dataSelector",
|
|
4096
|
+
"attribute": "dataSelector",
|
|
4097
|
+
"description": "The data selector of the column",
|
|
4098
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"name": "sortDataSelector",
|
|
4102
|
+
"attribute": "sortDataSelector",
|
|
4103
|
+
"description": "The data selector of the column",
|
|
4104
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"name": "nonSortable",
|
|
4108
|
+
"attribute": "nonSortable",
|
|
4109
|
+
"description": "Whether the column is sortable",
|
|
4110
|
+
"type": "boolean"
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"name": "nonEditable",
|
|
4114
|
+
"attribute": "nonEditable",
|
|
4115
|
+
"description": "Whether the column is editable",
|
|
4116
|
+
"type": "boolean"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "sticky",
|
|
4120
|
+
"attribute": "sticky",
|
|
4121
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4122
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4123
|
+
}
|
|
4124
|
+
]
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "mo-data-grid-column-text",
|
|
4128
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\DataGridColumnText.d.ts",
|
|
4129
|
+
"attributes": [
|
|
4130
|
+
{
|
|
4131
|
+
"name": "width",
|
|
4132
|
+
"description": "The width of the column",
|
|
4133
|
+
"type": "string"
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
"name": "hidden",
|
|
4137
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4138
|
+
"type": "boolean"
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"name": "heading",
|
|
4142
|
+
"description": "The heading of the column",
|
|
4143
|
+
"type": "string"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "textAlign",
|
|
4147
|
+
"description": "The text alignment of the column",
|
|
4148
|
+
"type": "DataGridColumnAlignment"
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "description",
|
|
4152
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4153
|
+
"type": "string | undefined"
|
|
4154
|
+
},
|
|
4155
|
+
{
|
|
4156
|
+
"name": "dataSelector",
|
|
4157
|
+
"description": "The data selector of the column",
|
|
4158
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"name": "sortDataSelector",
|
|
4162
|
+
"description": "The data selector of the column",
|
|
4163
|
+
"type": "KeyPathOf<TData>"
|
|
4164
|
+
},
|
|
4165
|
+
{
|
|
4166
|
+
"name": "nonSortable",
|
|
4167
|
+
"description": "Whether the column is sortable",
|
|
4168
|
+
"type": "boolean"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"name": "nonEditable",
|
|
4172
|
+
"description": "Whether the column is editable",
|
|
4173
|
+
"type": "boolean | Predicate<TData>"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"name": "sticky",
|
|
4177
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4178
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4179
|
+
}
|
|
4180
|
+
],
|
|
4181
|
+
"properties": [
|
|
4182
|
+
{
|
|
4183
|
+
"name": "dataGrid",
|
|
4184
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "column",
|
|
4188
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"name": "width",
|
|
4192
|
+
"attribute": "width",
|
|
4193
|
+
"description": "The width of the column",
|
|
4194
|
+
"type": "string"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "hidden",
|
|
4198
|
+
"attribute": "hidden",
|
|
4199
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4200
|
+
"type": "boolean"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "heading",
|
|
4204
|
+
"attribute": "heading",
|
|
4205
|
+
"description": "The heading of the column",
|
|
4206
|
+
"type": "string"
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "textAlign",
|
|
4210
|
+
"attribute": "textAlign",
|
|
4211
|
+
"description": "The text alignment of the column",
|
|
4212
|
+
"type": "DataGridColumnAlignment"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"name": "description",
|
|
4216
|
+
"attribute": "description",
|
|
4217
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4218
|
+
"type": "string | undefined"
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"name": "dataSelector",
|
|
4222
|
+
"attribute": "dataSelector",
|
|
4223
|
+
"description": "The data selector of the column",
|
|
4224
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "sortDataSelector",
|
|
4228
|
+
"attribute": "sortDataSelector",
|
|
4229
|
+
"description": "The data selector of the column",
|
|
4230
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "nonSortable",
|
|
4234
|
+
"attribute": "nonSortable",
|
|
4235
|
+
"description": "Whether the column is sortable",
|
|
4236
|
+
"type": "boolean"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"name": "nonEditable",
|
|
4240
|
+
"attribute": "nonEditable",
|
|
4241
|
+
"description": "Whether the column is editable",
|
|
4242
|
+
"type": "boolean | Predicate<TData>"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"name": "sticky",
|
|
4246
|
+
"attribute": "sticky",
|
|
4247
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4248
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4249
|
+
}
|
|
4250
|
+
]
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"name": "mo-data-grid-column-date",
|
|
4254
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\date-time\\DataGridColumnDate.d.ts",
|
|
4255
|
+
"attributes": [
|
|
4256
|
+
{
|
|
4257
|
+
"name": "formatOptions",
|
|
4258
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4259
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4260
|
+
},
|
|
4261
|
+
{
|
|
4262
|
+
"name": "pickerHidden",
|
|
4263
|
+
"description": "Hides the date/time picker",
|
|
4264
|
+
"type": "boolean"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "width",
|
|
4268
|
+
"description": "The width of the column",
|
|
4269
|
+
"type": "string"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"name": "hidden",
|
|
4273
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4274
|
+
"type": "boolean"
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"name": "heading",
|
|
4278
|
+
"description": "The heading of the column",
|
|
4279
|
+
"type": "string"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "textAlign",
|
|
4283
|
+
"description": "The text alignment of the column",
|
|
4284
|
+
"type": "DataGridColumnAlignment"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "description",
|
|
4288
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4289
|
+
"type": "string | undefined"
|
|
4290
|
+
},
|
|
4291
|
+
{
|
|
4292
|
+
"name": "dataSelector",
|
|
4293
|
+
"description": "The data selector of the column",
|
|
4294
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "sortDataSelector",
|
|
4298
|
+
"description": "The data selector of the column",
|
|
4299
|
+
"type": "KeyPathOf<TData>"
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "nonSortable",
|
|
4303
|
+
"description": "Whether the column is sortable",
|
|
4304
|
+
"type": "boolean"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "nonEditable",
|
|
4308
|
+
"description": "Whether the column is editable",
|
|
4309
|
+
"type": "boolean | Predicate<TData>"
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"name": "sticky",
|
|
4313
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4314
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4315
|
+
}
|
|
4316
|
+
],
|
|
4317
|
+
"properties": [
|
|
4318
|
+
{
|
|
4319
|
+
"name": "defaultFormatOptions",
|
|
4320
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "fieldTag",
|
|
4324
|
+
"type": "StaticValue"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"name": "formatOptions",
|
|
4328
|
+
"attribute": "formatOptions",
|
|
4329
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4330
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"name": "pickerHidden",
|
|
4334
|
+
"attribute": "pickerHidden",
|
|
4335
|
+
"description": "Hides the date/time picker",
|
|
4336
|
+
"type": "boolean"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "dataGrid",
|
|
4340
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "column",
|
|
4344
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "width",
|
|
4348
|
+
"attribute": "width",
|
|
4349
|
+
"description": "The width of the column",
|
|
4350
|
+
"type": "string"
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "hidden",
|
|
4354
|
+
"attribute": "hidden",
|
|
4355
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4356
|
+
"type": "boolean"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "heading",
|
|
4360
|
+
"attribute": "heading",
|
|
4361
|
+
"description": "The heading of the column",
|
|
4362
|
+
"type": "string"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "textAlign",
|
|
4366
|
+
"attribute": "textAlign",
|
|
4367
|
+
"description": "The text alignment of the column",
|
|
4368
|
+
"type": "DataGridColumnAlignment"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "description",
|
|
4372
|
+
"attribute": "description",
|
|
4373
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4374
|
+
"type": "string | undefined"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "dataSelector",
|
|
4378
|
+
"attribute": "dataSelector",
|
|
4379
|
+
"description": "The data selector of the column",
|
|
4380
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "sortDataSelector",
|
|
4384
|
+
"attribute": "sortDataSelector",
|
|
4385
|
+
"description": "The data selector of the column",
|
|
4386
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "nonSortable",
|
|
4390
|
+
"attribute": "nonSortable",
|
|
4391
|
+
"description": "Whether the column is sortable",
|
|
4392
|
+
"type": "boolean"
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"name": "nonEditable",
|
|
4396
|
+
"attribute": "nonEditable",
|
|
4397
|
+
"description": "Whether the column is editable",
|
|
4398
|
+
"type": "boolean | Predicate<TData>"
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"name": "sticky",
|
|
4402
|
+
"attribute": "sticky",
|
|
4403
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4404
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4405
|
+
}
|
|
4406
|
+
]
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"name": "mo-data-grid-column-date-range",
|
|
4410
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\date-time\\DataGridColumnDateRange.d.ts",
|
|
4411
|
+
"attributes": [
|
|
4412
|
+
{
|
|
4413
|
+
"name": "formatOptions",
|
|
4414
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4415
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"name": "pickerHidden",
|
|
4419
|
+
"description": "Hides the date/time picker",
|
|
4420
|
+
"type": "boolean"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "width",
|
|
4424
|
+
"description": "The width of the column",
|
|
4425
|
+
"type": "string"
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"name": "hidden",
|
|
4429
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4430
|
+
"type": "boolean"
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "heading",
|
|
4434
|
+
"description": "The heading of the column",
|
|
4435
|
+
"type": "string"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"name": "textAlign",
|
|
4439
|
+
"description": "The text alignment of the column",
|
|
4440
|
+
"type": "DataGridColumnAlignment"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "description",
|
|
4444
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4445
|
+
"type": "string | undefined"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"name": "dataSelector",
|
|
4449
|
+
"description": "The data selector of the column",
|
|
4450
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"name": "sortDataSelector",
|
|
4454
|
+
"description": "The data selector of the column",
|
|
4455
|
+
"type": "KeyPathOf<TData>"
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"name": "nonSortable",
|
|
4459
|
+
"description": "Whether the column is sortable",
|
|
4460
|
+
"type": "boolean"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"name": "nonEditable",
|
|
4464
|
+
"description": "Whether the column is editable",
|
|
4465
|
+
"type": "boolean | Predicate<TData>"
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"name": "sticky",
|
|
4469
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4470
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4471
|
+
}
|
|
4472
|
+
],
|
|
4473
|
+
"properties": [
|
|
4474
|
+
{
|
|
4475
|
+
"name": "defaultFormatOptions",
|
|
4476
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
"name": "fieldTag",
|
|
4480
|
+
"type": "StaticValue"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"name": "formatOptions",
|
|
4484
|
+
"attribute": "formatOptions",
|
|
4485
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4486
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "pickerHidden",
|
|
4490
|
+
"attribute": "pickerHidden",
|
|
4491
|
+
"description": "Hides the date/time picker",
|
|
4492
|
+
"type": "boolean"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"name": "dataGrid",
|
|
4496
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"name": "column",
|
|
4500
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"name": "width",
|
|
4504
|
+
"attribute": "width",
|
|
4505
|
+
"description": "The width of the column",
|
|
4506
|
+
"type": "string"
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"name": "hidden",
|
|
4510
|
+
"attribute": "hidden",
|
|
4511
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4512
|
+
"type": "boolean"
|
|
4513
|
+
},
|
|
4514
|
+
{
|
|
4515
|
+
"name": "heading",
|
|
4516
|
+
"attribute": "heading",
|
|
4517
|
+
"description": "The heading of the column",
|
|
4518
|
+
"type": "string"
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"name": "textAlign",
|
|
4522
|
+
"attribute": "textAlign",
|
|
4523
|
+
"description": "The text alignment of the column",
|
|
4524
|
+
"type": "DataGridColumnAlignment"
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"name": "description",
|
|
4528
|
+
"attribute": "description",
|
|
4529
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4530
|
+
"type": "string | undefined"
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"name": "dataSelector",
|
|
4534
|
+
"attribute": "dataSelector",
|
|
4535
|
+
"description": "The data selector of the column",
|
|
4536
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"name": "sortDataSelector",
|
|
4540
|
+
"attribute": "sortDataSelector",
|
|
4541
|
+
"description": "The data selector of the column",
|
|
4542
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
4543
|
+
},
|
|
4544
|
+
{
|
|
4545
|
+
"name": "nonSortable",
|
|
4546
|
+
"attribute": "nonSortable",
|
|
4547
|
+
"description": "Whether the column is sortable",
|
|
4548
|
+
"type": "boolean"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"name": "nonEditable",
|
|
4552
|
+
"attribute": "nonEditable",
|
|
4553
|
+
"description": "Whether the column is editable",
|
|
4554
|
+
"type": "boolean | Predicate<TData>"
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "sticky",
|
|
4558
|
+
"attribute": "sticky",
|
|
4559
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4560
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4561
|
+
}
|
|
4562
|
+
]
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"name": "mo-data-grid-column-date-time",
|
|
4566
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\date-time\\DataGridColumnDateTime.d.ts",
|
|
4567
|
+
"attributes": [
|
|
4568
|
+
{
|
|
4569
|
+
"name": "formatOptions",
|
|
4570
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4571
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4572
|
+
},
|
|
4573
|
+
{
|
|
4574
|
+
"name": "pickerHidden",
|
|
4575
|
+
"description": "Hides the date/time picker",
|
|
4576
|
+
"type": "boolean"
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"name": "width",
|
|
4580
|
+
"description": "The width of the column",
|
|
4581
|
+
"type": "string"
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"name": "hidden",
|
|
4585
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4586
|
+
"type": "boolean"
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "heading",
|
|
4590
|
+
"description": "The heading of the column",
|
|
4591
|
+
"type": "string"
|
|
4592
|
+
},
|
|
4593
|
+
{
|
|
4594
|
+
"name": "textAlign",
|
|
4595
|
+
"description": "The text alignment of the column",
|
|
4596
|
+
"type": "DataGridColumnAlignment"
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"name": "description",
|
|
4600
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4601
|
+
"type": "string | undefined"
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "dataSelector",
|
|
4605
|
+
"description": "The data selector of the column",
|
|
4606
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"name": "sortDataSelector",
|
|
4610
|
+
"description": "The data selector of the column",
|
|
4611
|
+
"type": "KeyPathOf<TData>"
|
|
4612
|
+
},
|
|
4613
|
+
{
|
|
4614
|
+
"name": "nonSortable",
|
|
4615
|
+
"description": "Whether the column is sortable",
|
|
4616
|
+
"type": "boolean"
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"name": "nonEditable",
|
|
4620
|
+
"description": "Whether the column is editable",
|
|
4621
|
+
"type": "boolean | Predicate<TData>"
|
|
4622
|
+
},
|
|
4623
|
+
{
|
|
4624
|
+
"name": "sticky",
|
|
4625
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4626
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4627
|
+
}
|
|
4628
|
+
],
|
|
4629
|
+
"properties": [
|
|
4630
|
+
{
|
|
4631
|
+
"name": "defaultFormatOptions",
|
|
4632
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"name": "fieldTag",
|
|
4636
|
+
"type": "StaticValue"
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"name": "formatOptions",
|
|
4640
|
+
"attribute": "formatOptions",
|
|
4641
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4642
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "pickerHidden",
|
|
4646
|
+
"attribute": "pickerHidden",
|
|
4647
|
+
"description": "Hides the date/time picker",
|
|
4648
|
+
"type": "boolean"
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"name": "dataGrid",
|
|
4652
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"name": "column",
|
|
4656
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
"name": "width",
|
|
4660
|
+
"attribute": "width",
|
|
4661
|
+
"description": "The width of the column",
|
|
4662
|
+
"type": "string"
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
"name": "hidden",
|
|
4666
|
+
"attribute": "hidden",
|
|
4667
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4668
|
+
"type": "boolean"
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"name": "heading",
|
|
4672
|
+
"attribute": "heading",
|
|
4673
|
+
"description": "The heading of the column",
|
|
4674
|
+
"type": "string"
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
"name": "textAlign",
|
|
4678
|
+
"attribute": "textAlign",
|
|
4679
|
+
"description": "The text alignment of the column",
|
|
4680
|
+
"type": "DataGridColumnAlignment"
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"name": "description",
|
|
4684
|
+
"attribute": "description",
|
|
4685
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4686
|
+
"type": "string | undefined"
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
"name": "dataSelector",
|
|
4690
|
+
"attribute": "dataSelector",
|
|
4691
|
+
"description": "The data selector of the column",
|
|
4692
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"name": "sortDataSelector",
|
|
4696
|
+
"attribute": "sortDataSelector",
|
|
4697
|
+
"description": "The data selector of the column",
|
|
4698
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"name": "nonSortable",
|
|
4702
|
+
"attribute": "nonSortable",
|
|
4703
|
+
"description": "Whether the column is sortable",
|
|
4704
|
+
"type": "boolean"
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "nonEditable",
|
|
4708
|
+
"attribute": "nonEditable",
|
|
4709
|
+
"description": "Whether the column is editable",
|
|
4710
|
+
"type": "boolean | Predicate<TData>"
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"name": "sticky",
|
|
4714
|
+
"attribute": "sticky",
|
|
4715
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4716
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4717
|
+
}
|
|
4718
|
+
]
|
|
4719
|
+
},
|
|
4720
|
+
{
|
|
4721
|
+
"name": "mo-data-grid-column-date-time-range",
|
|
4722
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\date-time\\DataGridColumnDateTimeRange.d.ts",
|
|
4723
|
+
"attributes": [
|
|
4724
|
+
{
|
|
4725
|
+
"name": "formatOptions",
|
|
4726
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4727
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "pickerHidden",
|
|
4731
|
+
"description": "Hides the date/time picker",
|
|
4732
|
+
"type": "boolean"
|
|
4733
|
+
},
|
|
4734
|
+
{
|
|
4735
|
+
"name": "width",
|
|
4736
|
+
"description": "The width of the column",
|
|
4737
|
+
"type": "string"
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"name": "hidden",
|
|
4741
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4742
|
+
"type": "boolean"
|
|
4743
|
+
},
|
|
4744
|
+
{
|
|
4745
|
+
"name": "heading",
|
|
4746
|
+
"description": "The heading of the column",
|
|
4747
|
+
"type": "string"
|
|
4748
|
+
},
|
|
4749
|
+
{
|
|
4750
|
+
"name": "textAlign",
|
|
4751
|
+
"description": "The text alignment of the column",
|
|
4752
|
+
"type": "DataGridColumnAlignment"
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
"name": "description",
|
|
4756
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4757
|
+
"type": "string | undefined"
|
|
4758
|
+
},
|
|
4759
|
+
{
|
|
4760
|
+
"name": "dataSelector",
|
|
4761
|
+
"description": "The data selector of the column",
|
|
4762
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4763
|
+
},
|
|
4764
|
+
{
|
|
4765
|
+
"name": "sortDataSelector",
|
|
4766
|
+
"description": "The data selector of the column",
|
|
4767
|
+
"type": "KeyPathOf<TData>"
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"name": "nonSortable",
|
|
4771
|
+
"description": "Whether the column is sortable",
|
|
4772
|
+
"type": "boolean"
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "nonEditable",
|
|
4776
|
+
"description": "Whether the column is editable",
|
|
4777
|
+
"type": "boolean | Predicate<TData>"
|
|
4778
|
+
},
|
|
4779
|
+
{
|
|
4780
|
+
"name": "sticky",
|
|
4781
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4782
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4783
|
+
}
|
|
4784
|
+
],
|
|
4785
|
+
"properties": [
|
|
4786
|
+
{
|
|
4787
|
+
"name": "defaultFormatOptions",
|
|
4788
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"name": "fieldTag",
|
|
4792
|
+
"type": "StaticValue"
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"name": "formatOptions",
|
|
4796
|
+
"attribute": "formatOptions",
|
|
4797
|
+
"description": "Options to pass to Date.prototype.format()",
|
|
4798
|
+
"type": "DateTimeFormatOptions | undefined"
|
|
4799
|
+
},
|
|
4800
|
+
{
|
|
4801
|
+
"name": "pickerHidden",
|
|
4802
|
+
"attribute": "pickerHidden",
|
|
4803
|
+
"description": "Hides the date/time picker",
|
|
4804
|
+
"type": "boolean"
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"name": "dataGrid",
|
|
4808
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"name": "column",
|
|
4812
|
+
"type": "DataGridColumn<TData, TValue>"
|
|
4813
|
+
},
|
|
4814
|
+
{
|
|
4815
|
+
"name": "width",
|
|
4816
|
+
"attribute": "width",
|
|
4817
|
+
"description": "The width of the column",
|
|
4818
|
+
"type": "string"
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"name": "hidden",
|
|
4822
|
+
"attribute": "hidden",
|
|
4823
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4824
|
+
"type": "boolean"
|
|
4825
|
+
},
|
|
4826
|
+
{
|
|
4827
|
+
"name": "heading",
|
|
4828
|
+
"attribute": "heading",
|
|
4829
|
+
"description": "The heading of the column",
|
|
4830
|
+
"type": "string"
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"name": "textAlign",
|
|
4834
|
+
"attribute": "textAlign",
|
|
4835
|
+
"description": "The text alignment of the column",
|
|
4836
|
+
"type": "DataGridColumnAlignment"
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"name": "description",
|
|
4840
|
+
"attribute": "description",
|
|
4841
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4842
|
+
"type": "string | undefined"
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
"name": "dataSelector",
|
|
4846
|
+
"attribute": "dataSelector",
|
|
4847
|
+
"description": "The data selector of the column",
|
|
4848
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "sortDataSelector",
|
|
4852
|
+
"attribute": "sortDataSelector",
|
|
4853
|
+
"description": "The data selector of the column",
|
|
4854
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"name": "nonSortable",
|
|
4858
|
+
"attribute": "nonSortable",
|
|
4859
|
+
"description": "Whether the column is sortable",
|
|
4860
|
+
"type": "boolean"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "nonEditable",
|
|
4864
|
+
"attribute": "nonEditable",
|
|
4865
|
+
"description": "Whether the column is editable",
|
|
4866
|
+
"type": "boolean | Predicate<TData>"
|
|
4867
|
+
},
|
|
4868
|
+
{
|
|
4869
|
+
"name": "sticky",
|
|
4870
|
+
"attribute": "sticky",
|
|
4871
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4872
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4873
|
+
}
|
|
4874
|
+
]
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"name": "mo-data-grid-column-currency",
|
|
4878
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\number\\DataGridColumnCurrency.d.ts",
|
|
4879
|
+
"attributes": [
|
|
4880
|
+
{
|
|
4881
|
+
"name": "currency",
|
|
4882
|
+
"description": "The currency of the values.",
|
|
4883
|
+
"type": "Currency | undefined"
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
"name": "currencyDataSelector",
|
|
4887
|
+
"description": "The key path to the currency of the values.",
|
|
4888
|
+
"type": "KeyPathOf<TData>"
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"name": "width",
|
|
4892
|
+
"description": "The width of the column",
|
|
4893
|
+
"type": "string"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "hidden",
|
|
4897
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4898
|
+
"type": "boolean"
|
|
4899
|
+
},
|
|
4900
|
+
{
|
|
4901
|
+
"name": "heading",
|
|
4902
|
+
"description": "The heading of the column",
|
|
4903
|
+
"type": "string"
|
|
4904
|
+
},
|
|
4905
|
+
{
|
|
4906
|
+
"name": "textAlign",
|
|
4907
|
+
"description": "The text alignment of the column",
|
|
4908
|
+
"type": "DataGridColumnAlignment"
|
|
4909
|
+
},
|
|
4910
|
+
{
|
|
4911
|
+
"name": "description",
|
|
4912
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4913
|
+
"type": "string | undefined"
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"name": "dataSelector",
|
|
4917
|
+
"description": "The data selector of the column",
|
|
4918
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"name": "sortDataSelector",
|
|
4922
|
+
"description": "The data selector of the column",
|
|
4923
|
+
"type": "KeyPathOf<TData>"
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"name": "nonSortable",
|
|
4927
|
+
"description": "Whether the column is sortable",
|
|
4928
|
+
"type": "boolean"
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "nonEditable",
|
|
4932
|
+
"description": "Whether the column is editable",
|
|
4933
|
+
"type": "boolean | Predicate<TData>"
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"name": "sticky",
|
|
4937
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
4938
|
+
"type": "DataGridColumnSticky | undefined"
|
|
4939
|
+
}
|
|
4940
|
+
],
|
|
4941
|
+
"properties": [
|
|
4942
|
+
{
|
|
4943
|
+
"name": "defaultCurrency",
|
|
4944
|
+
"type": "Currency | undefined"
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
"name": "currency",
|
|
4948
|
+
"attribute": "currency",
|
|
4949
|
+
"description": "The currency of the values.",
|
|
4950
|
+
"type": "Currency | undefined"
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "currencyDataSelector",
|
|
4954
|
+
"attribute": "currencyDataSelector",
|
|
4955
|
+
"description": "The key path to the currency of the values.",
|
|
4956
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
4957
|
+
},
|
|
4958
|
+
{
|
|
4959
|
+
"name": "sumHeading",
|
|
4960
|
+
"type": "string | undefined"
|
|
4961
|
+
},
|
|
4962
|
+
{
|
|
4963
|
+
"name": "dataGrid",
|
|
4964
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"name": "column",
|
|
4968
|
+
"type": "DataGridColumn<TData, unknown>"
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"name": "width",
|
|
4972
|
+
"attribute": "width",
|
|
4973
|
+
"description": "The width of the column",
|
|
4974
|
+
"type": "string"
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"name": "hidden",
|
|
4978
|
+
"attribute": "hidden",
|
|
4979
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
4980
|
+
"type": "boolean"
|
|
4981
|
+
},
|
|
4982
|
+
{
|
|
4983
|
+
"name": "heading",
|
|
4984
|
+
"attribute": "heading",
|
|
4985
|
+
"description": "The heading of the column",
|
|
4986
|
+
"type": "string"
|
|
4987
|
+
},
|
|
4988
|
+
{
|
|
4989
|
+
"name": "textAlign",
|
|
4990
|
+
"attribute": "textAlign",
|
|
4991
|
+
"description": "The text alignment of the column",
|
|
4992
|
+
"type": "DataGridColumnAlignment"
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "description",
|
|
4996
|
+
"attribute": "description",
|
|
4997
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
4998
|
+
"type": "string | undefined"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"name": "dataSelector",
|
|
5002
|
+
"attribute": "dataSelector",
|
|
5003
|
+
"description": "The data selector of the column",
|
|
5004
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"name": "sortDataSelector",
|
|
5008
|
+
"attribute": "sortDataSelector",
|
|
5009
|
+
"description": "The data selector of the column",
|
|
5010
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "nonSortable",
|
|
5014
|
+
"attribute": "nonSortable",
|
|
5015
|
+
"description": "Whether the column is sortable",
|
|
5016
|
+
"type": "boolean"
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"name": "nonEditable",
|
|
5020
|
+
"attribute": "nonEditable",
|
|
5021
|
+
"description": "Whether the column is editable",
|
|
5022
|
+
"type": "boolean | Predicate<TData>"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "sticky",
|
|
5026
|
+
"attribute": "sticky",
|
|
5027
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
5028
|
+
"type": "DataGridColumnSticky | undefined"
|
|
5029
|
+
}
|
|
5030
|
+
]
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "mo-data-grid-column-number",
|
|
5034
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\number\\DataGridColumnNumber.d.ts",
|
|
5035
|
+
"attributes": [
|
|
5036
|
+
{
|
|
5037
|
+
"name": "width",
|
|
5038
|
+
"description": "The width of the column",
|
|
5039
|
+
"type": "string"
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"name": "hidden",
|
|
5043
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
5044
|
+
"type": "boolean"
|
|
5045
|
+
},
|
|
5046
|
+
{
|
|
5047
|
+
"name": "heading",
|
|
5048
|
+
"description": "The heading of the column",
|
|
5049
|
+
"type": "string"
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"name": "textAlign",
|
|
5053
|
+
"description": "The text alignment of the column",
|
|
5054
|
+
"type": "DataGridColumnAlignment"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"name": "description",
|
|
5058
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
5059
|
+
"type": "string | undefined"
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"name": "dataSelector",
|
|
5063
|
+
"description": "The data selector of the column",
|
|
5064
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"name": "sortDataSelector",
|
|
5068
|
+
"description": "The data selector of the column",
|
|
5069
|
+
"type": "KeyPathOf<TData>"
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"name": "nonSortable",
|
|
5073
|
+
"description": "Whether the column is sortable",
|
|
5074
|
+
"type": "boolean"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "nonEditable",
|
|
5078
|
+
"description": "Whether the column is editable",
|
|
5079
|
+
"type": "boolean | Predicate<TData>"
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"name": "sticky",
|
|
5083
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
5084
|
+
"type": "DataGridColumnSticky | undefined"
|
|
5085
|
+
}
|
|
5086
|
+
],
|
|
5087
|
+
"properties": [
|
|
5088
|
+
{
|
|
5089
|
+
"name": "sumHeading",
|
|
5090
|
+
"type": "string | undefined"
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"name": "dataGrid",
|
|
5094
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "column",
|
|
5098
|
+
"type": "DataGridColumn<TData, unknown>"
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"name": "width",
|
|
5102
|
+
"attribute": "width",
|
|
5103
|
+
"description": "The width of the column",
|
|
5104
|
+
"type": "string"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"name": "hidden",
|
|
5108
|
+
"attribute": "hidden",
|
|
5109
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
5110
|
+
"type": "boolean"
|
|
5111
|
+
},
|
|
5112
|
+
{
|
|
5113
|
+
"name": "heading",
|
|
5114
|
+
"attribute": "heading",
|
|
5115
|
+
"description": "The heading of the column",
|
|
5116
|
+
"type": "string"
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "textAlign",
|
|
5120
|
+
"attribute": "textAlign",
|
|
5121
|
+
"description": "The text alignment of the column",
|
|
5122
|
+
"type": "DataGridColumnAlignment"
|
|
5123
|
+
},
|
|
5124
|
+
{
|
|
5125
|
+
"name": "description",
|
|
5126
|
+
"attribute": "description",
|
|
5127
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
5128
|
+
"type": "string | undefined"
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"name": "dataSelector",
|
|
5132
|
+
"attribute": "dataSelector",
|
|
5133
|
+
"description": "The data selector of the column",
|
|
5134
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
5135
|
+
},
|
|
5136
|
+
{
|
|
5137
|
+
"name": "sortDataSelector",
|
|
5138
|
+
"attribute": "sortDataSelector",
|
|
5139
|
+
"description": "The data selector of the column",
|
|
5140
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"name": "nonSortable",
|
|
5144
|
+
"attribute": "nonSortable",
|
|
5145
|
+
"description": "Whether the column is sortable",
|
|
5146
|
+
"type": "boolean"
|
|
5147
|
+
},
|
|
5148
|
+
{
|
|
5149
|
+
"name": "nonEditable",
|
|
5150
|
+
"attribute": "nonEditable",
|
|
5151
|
+
"description": "Whether the column is editable",
|
|
5152
|
+
"type": "boolean | Predicate<TData>"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"name": "sticky",
|
|
5156
|
+
"attribute": "sticky",
|
|
5157
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
5158
|
+
"type": "DataGridColumnSticky | undefined"
|
|
5159
|
+
}
|
|
5160
|
+
]
|
|
5161
|
+
},
|
|
5162
|
+
{
|
|
5163
|
+
"name": "mo-data-grid-column-percent",
|
|
5164
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\number\\DataGridColumnPercent.d.ts",
|
|
5165
|
+
"attributes": [
|
|
5166
|
+
{
|
|
5167
|
+
"name": "width",
|
|
5168
|
+
"description": "The width of the column",
|
|
5169
|
+
"type": "string"
|
|
5170
|
+
},
|
|
5171
|
+
{
|
|
5172
|
+
"name": "hidden",
|
|
5173
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
5174
|
+
"type": "boolean"
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "heading",
|
|
5178
|
+
"description": "The heading of the column",
|
|
5179
|
+
"type": "string"
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"name": "textAlign",
|
|
5183
|
+
"description": "The text alignment of the column",
|
|
5184
|
+
"type": "DataGridColumnAlignment"
|
|
5185
|
+
},
|
|
5186
|
+
{
|
|
5187
|
+
"name": "description",
|
|
5188
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
5189
|
+
"type": "string | undefined"
|
|
5190
|
+
},
|
|
5191
|
+
{
|
|
5192
|
+
"name": "dataSelector",
|
|
5193
|
+
"description": "The data selector of the column",
|
|
5194
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"name": "sortDataSelector",
|
|
5198
|
+
"description": "The data selector of the column",
|
|
5199
|
+
"type": "KeyPathOf<TData>"
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
"name": "nonSortable",
|
|
5203
|
+
"description": "Whether the column is sortable",
|
|
5204
|
+
"type": "boolean"
|
|
5205
|
+
},
|
|
5206
|
+
{
|
|
5207
|
+
"name": "nonEditable",
|
|
5208
|
+
"description": "Whether the column is editable",
|
|
5209
|
+
"type": "boolean | Predicate<TData>"
|
|
5210
|
+
},
|
|
5211
|
+
{
|
|
5212
|
+
"name": "sticky",
|
|
5213
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
5214
|
+
"type": "DataGridColumnSticky | undefined"
|
|
5215
|
+
}
|
|
5216
|
+
],
|
|
5217
|
+
"properties": [
|
|
5218
|
+
{
|
|
5219
|
+
"name": "sumHeading",
|
|
5220
|
+
"type": "string | undefined"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "dataGrid",
|
|
5224
|
+
"type": "DataGrid<TData, any> | undefined"
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"name": "column",
|
|
5228
|
+
"type": "DataGridColumn<TData, unknown>"
|
|
5229
|
+
},
|
|
5230
|
+
{
|
|
5231
|
+
"name": "width",
|
|
5232
|
+
"attribute": "width",
|
|
5233
|
+
"description": "The width of the column",
|
|
5234
|
+
"type": "string"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "hidden",
|
|
5238
|
+
"attribute": "hidden",
|
|
5239
|
+
"description": "Whether the column is hidden. The column can be made visible by the user in the settings panel if available.",
|
|
5240
|
+
"type": "boolean"
|
|
5241
|
+
},
|
|
5242
|
+
{
|
|
5243
|
+
"name": "heading",
|
|
5244
|
+
"attribute": "heading",
|
|
5245
|
+
"description": "The heading of the column",
|
|
5246
|
+
"type": "string"
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "textAlign",
|
|
5250
|
+
"attribute": "textAlign",
|
|
5251
|
+
"description": "The text alignment of the column",
|
|
5252
|
+
"type": "DataGridColumnAlignment"
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"name": "description",
|
|
5256
|
+
"attribute": "description",
|
|
5257
|
+
"description": "The description of the column. It will be displayed as a tooltip on the heading.",
|
|
5258
|
+
"type": "string | undefined"
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"name": "dataSelector",
|
|
5262
|
+
"attribute": "dataSelector",
|
|
5263
|
+
"description": "The data selector of the column",
|
|
5264
|
+
"type": "object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never"
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"name": "sortDataSelector",
|
|
5268
|
+
"attribute": "sortDataSelector",
|
|
5269
|
+
"description": "The data selector of the column",
|
|
5270
|
+
"type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | undefined"
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"name": "nonSortable",
|
|
5274
|
+
"attribute": "nonSortable",
|
|
5275
|
+
"description": "Whether the column is sortable",
|
|
5276
|
+
"type": "boolean"
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"name": "nonEditable",
|
|
5280
|
+
"attribute": "nonEditable",
|
|
5281
|
+
"description": "Whether the column is editable",
|
|
5282
|
+
"type": "boolean | Predicate<TData>"
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "sticky",
|
|
5286
|
+
"attribute": "sticky",
|
|
5287
|
+
"description": "The sticky position of the column, either 'start', 'end', or 'both'",
|
|
5288
|
+
"type": "DataGridColumnSticky | undefined"
|
|
5289
|
+
}
|
|
5290
|
+
]
|
|
5291
|
+
},
|
|
5292
|
+
{
|
|
5293
|
+
"name": "mo-data-grid-footer-sum",
|
|
5294
|
+
"path": ".\\packages\\DataGrid\\dist\\columns\\number\\DataGridFooterSum.d.ts",
|
|
5295
|
+
"attributes": [
|
|
5296
|
+
{
|
|
5297
|
+
"name": "heading",
|
|
5298
|
+
"type": "string"
|
|
5299
|
+
}
|
|
5300
|
+
],
|
|
5301
|
+
"properties": [
|
|
5302
|
+
{
|
|
5303
|
+
"name": "heading",
|
|
5304
|
+
"attribute": "heading",
|
|
5305
|
+
"type": "string"
|
|
5306
|
+
}
|
|
5307
|
+
],
|
|
5308
|
+
"slots": [
|
|
5309
|
+
{
|
|
5310
|
+
"name": "",
|
|
5311
|
+
"description": "Sum of values"
|
|
5312
|
+
}
|
|
5313
|
+
]
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "mo-data-grid-default-row",
|
|
5317
|
+
"path": ".\\packages\\DataGrid\\dist\\rows\\DataGridDefaultRow.d.ts",
|
|
5318
|
+
"properties": [
|
|
5319
|
+
{
|
|
5320
|
+
"name": "cells",
|
|
5321
|
+
"type": "DataGridCell<any, TData, TDetailsElement>[]"
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"name": "subRows",
|
|
5325
|
+
"type": "DataGridRow<TData, TDetailsElement>[]"
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"name": "content",
|
|
5329
|
+
"type": "HTMLElement"
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"name": "isIntersecting",
|
|
5333
|
+
"type": "boolean"
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "dataRecord",
|
|
5337
|
+
"type": "DataRecord<TData>"
|
|
5338
|
+
},
|
|
5339
|
+
{
|
|
5340
|
+
"name": "dataGrid",
|
|
5341
|
+
"type": "DataGrid<TData, any>"
|
|
5342
|
+
},
|
|
5343
|
+
{
|
|
5344
|
+
"name": "data",
|
|
5345
|
+
"type": "TData"
|
|
5346
|
+
},
|
|
5347
|
+
{
|
|
5348
|
+
"name": "index",
|
|
5349
|
+
"type": "number"
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
"name": "level",
|
|
5353
|
+
"type": "number"
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"name": "selected",
|
|
5357
|
+
"type": "boolean"
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "detailsOpen",
|
|
5361
|
+
"type": "boolean"
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"name": "detailsElement",
|
|
5365
|
+
"type": "TDetailsElement | undefined"
|
|
5366
|
+
}
|
|
5367
|
+
]
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
"name": "mo-data-grid-row",
|
|
5371
|
+
"path": ".\\packages\\DataGrid\\dist\\rows\\DataGridRow.d.ts",
|
|
5372
|
+
"properties": [
|
|
5373
|
+
{
|
|
5374
|
+
"name": "cells",
|
|
5375
|
+
"type": "DataGridCell<any, TData, TDetailsElement>[]"
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"name": "subRows",
|
|
5379
|
+
"type": "DataGridRow<TData, TDetailsElement>[]"
|
|
5380
|
+
},
|
|
5381
|
+
{
|
|
5382
|
+
"name": "content",
|
|
5383
|
+
"type": "HTMLElement"
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"name": "isIntersecting",
|
|
5387
|
+
"type": "boolean"
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"name": "dataRecord",
|
|
5391
|
+
"type": "DataRecord<TData>"
|
|
5392
|
+
},
|
|
5393
|
+
{
|
|
5394
|
+
"name": "dataGrid",
|
|
5395
|
+
"type": "DataGrid<TData, any>"
|
|
5396
|
+
},
|
|
5397
|
+
{
|
|
5398
|
+
"name": "data",
|
|
5399
|
+
"type": "TData"
|
|
5400
|
+
},
|
|
5401
|
+
{
|
|
5402
|
+
"name": "index",
|
|
5403
|
+
"type": "number"
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"name": "level",
|
|
5407
|
+
"type": "number"
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"name": "selected",
|
|
5411
|
+
"type": "boolean"
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"name": "detailsOpen",
|
|
5415
|
+
"type": "boolean"
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"name": "detailsElement",
|
|
5419
|
+
"type": "TDetailsElement | undefined"
|
|
5420
|
+
}
|
|
5421
|
+
]
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
"name": "mo-data-grid-default-row",
|
|
5425
|
+
"path": ".\\packages\\DataGrid\\rows\\DataGridDefaultRow.ts",
|
|
5426
|
+
"attributes": [
|
|
5427
|
+
{
|
|
5428
|
+
"name": "isIntersecting",
|
|
5429
|
+
"type": "boolean",
|
|
5430
|
+
"default": "false"
|
|
5431
|
+
},
|
|
5432
|
+
{
|
|
5433
|
+
"name": "dataRecord",
|
|
5434
|
+
"type": "DataRecord<TData>"
|
|
5435
|
+
}
|
|
5436
|
+
],
|
|
5437
|
+
"properties": [
|
|
5438
|
+
{
|
|
5439
|
+
"name": "cells",
|
|
5440
|
+
"type": "DataGridCell<any, TData, TDetailsElement>[]"
|
|
5441
|
+
},
|
|
5442
|
+
{
|
|
5443
|
+
"name": "subRows",
|
|
5444
|
+
"type": "DataGridRow<TData, TDetailsElement>[]"
|
|
5445
|
+
},
|
|
5446
|
+
{
|
|
5447
|
+
"name": "content",
|
|
5448
|
+
"type": "HTMLElement"
|
|
5449
|
+
},
|
|
5450
|
+
{
|
|
5451
|
+
"name": "isIntersecting",
|
|
5452
|
+
"attribute": "isIntersecting",
|
|
5453
|
+
"type": "boolean",
|
|
5454
|
+
"default": "false"
|
|
5455
|
+
},
|
|
5456
|
+
{
|
|
5457
|
+
"name": "dataRecord",
|
|
5458
|
+
"attribute": "dataRecord",
|
|
5459
|
+
"type": "DataRecord<TData>"
|
|
5460
|
+
},
|
|
5461
|
+
{
|
|
5462
|
+
"name": "dataGrid",
|
|
5463
|
+
"type": "DataGrid<TData, any>"
|
|
5464
|
+
},
|
|
5465
|
+
{
|
|
5466
|
+
"name": "data",
|
|
5467
|
+
"type": "TData"
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
"name": "index",
|
|
5471
|
+
"type": "number"
|
|
5472
|
+
},
|
|
5473
|
+
{
|
|
5474
|
+
"name": "level",
|
|
5475
|
+
"type": "number"
|
|
5476
|
+
},
|
|
5477
|
+
{
|
|
5478
|
+
"name": "selected",
|
|
5479
|
+
"type": "boolean"
|
|
5480
|
+
},
|
|
5481
|
+
{
|
|
5482
|
+
"name": "detailsOpen",
|
|
5483
|
+
"type": "boolean"
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"name": "detailsElement",
|
|
5487
|
+
"type": "TDetailsElement | undefined"
|
|
5488
|
+
}
|
|
5489
|
+
],
|
|
5490
|
+
"events": [
|
|
5491
|
+
{
|
|
5492
|
+
"name": "contextmenu",
|
|
5493
|
+
"type": "CustomEvent"
|
|
5494
|
+
}
|
|
5495
|
+
]
|
|
5496
|
+
},
|
|
5497
|
+
{
|
|
5498
|
+
"name": "mo-data-grid-row",
|
|
5499
|
+
"path": ".\\packages\\DataGrid\\rows\\DataGridRow.ts",
|
|
5500
|
+
"attributes": [
|
|
5501
|
+
{
|
|
5502
|
+
"name": "isIntersecting",
|
|
5503
|
+
"type": "boolean",
|
|
5504
|
+
"default": "false"
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"name": "dataRecord",
|
|
5508
|
+
"type": "DataRecord<TData>"
|
|
5509
|
+
}
|
|
5510
|
+
],
|
|
5511
|
+
"properties": [
|
|
5512
|
+
{
|
|
5513
|
+
"name": "cells",
|
|
5514
|
+
"type": "DataGridCell<any, TData, TDetailsElement>[]"
|
|
5515
|
+
},
|
|
5516
|
+
{
|
|
5517
|
+
"name": "subRows",
|
|
5518
|
+
"type": "DataGridRow<TData, TDetailsElement>[]"
|
|
5519
|
+
},
|
|
5520
|
+
{
|
|
5521
|
+
"name": "content",
|
|
5522
|
+
"type": "HTMLElement"
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
"name": "isIntersecting",
|
|
5526
|
+
"attribute": "isIntersecting",
|
|
5527
|
+
"type": "boolean",
|
|
5528
|
+
"default": "false"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"name": "dataRecord",
|
|
5532
|
+
"attribute": "dataRecord",
|
|
5533
|
+
"type": "DataRecord<TData>"
|
|
5534
|
+
},
|
|
5535
|
+
{
|
|
5536
|
+
"name": "dataGrid",
|
|
5537
|
+
"type": "DataGrid<TData, any>"
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
"name": "data",
|
|
5541
|
+
"type": "TData"
|
|
5542
|
+
},
|
|
5543
|
+
{
|
|
5544
|
+
"name": "index",
|
|
5545
|
+
"type": "number"
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"name": "level",
|
|
5549
|
+
"type": "number"
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"name": "selected",
|
|
5553
|
+
"type": "boolean"
|
|
5554
|
+
},
|
|
5555
|
+
{
|
|
5556
|
+
"name": "detailsOpen",
|
|
5557
|
+
"type": "boolean"
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"name": "detailsElement",
|
|
5561
|
+
"type": "TDetailsElement | undefined"
|
|
5562
|
+
}
|
|
5563
|
+
],
|
|
5564
|
+
"events": [
|
|
5565
|
+
{
|
|
5566
|
+
"name": "contextmenu",
|
|
5567
|
+
"type": "CustomEvent"
|
|
5568
|
+
}
|
|
5569
|
+
]
|
|
918
5570
|
}
|
|
919
5571
|
]
|
|
920
5572
|
}
|