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