@3mo/data-grid 0.9.0 → 0.9.2

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.
@@ -135,12 +135,6 @@
135
135
  "type": "boolean",
136
136
  "default": "false"
137
137
  },
138
- {
139
- "name": "selectionToolbarDisabled",
140
- "description": "Whether the selection toolbar should be disabled.",
141
- "type": "boolean",
142
- "default": "false"
143
- },
144
138
  {
145
139
  "name": "hasAlternatingBackground",
146
140
  "description": "Whether the rows should have alternating background.",
@@ -500,13 +494,6 @@
500
494
  "type": "boolean",
501
495
  "default": "false"
502
496
  },
503
- {
504
- "name": "selectionToolbarDisabled",
505
- "attribute": "selectionToolbarDisabled",
506
- "description": "Whether the selection toolbar should be disabled.",
507
- "type": "boolean",
508
- "default": "false"
509
- },
510
497
  {
511
498
  "name": "hasAlternatingBackground",
512
499
  "attribute": "hasAlternatingBackground",
@@ -741,11 +728,6 @@
741
728
  "name": "dataGrid",
742
729
  "type": "DataGrid<TData, any>"
743
730
  },
744
- {
745
- "name": "selection",
746
- "type": "CheckboxSelection",
747
- "default": "false"
748
- },
749
731
  {
750
732
  "name": "overlayOpen",
751
733
  "type": "boolean",
@@ -766,12 +748,6 @@
766
748
  "attribute": "dataGrid",
767
749
  "type": "DataGrid<TData, any>"
768
750
  },
769
- {
770
- "name": "selection",
771
- "attribute": "selection",
772
- "type": "CheckboxSelection",
773
- "default": "false"
774
- },
775
751
  {
776
752
  "name": "overlayOpen",
777
753
  "attribute": "overlayOpen",
@@ -890,6 +866,11 @@
890
866
  "name": "",
891
867
  "description": "Default slot for content"
892
868
  }
869
+ ],
870
+ "cssParts": [
871
+ {
872
+ "name": "icon"
873
+ }
893
874
  ]
894
875
  },
895
876
  {
@@ -918,306 +899,6 @@
918
899
  }
919
900
  ]
920
901
  },
921
- {
922
- "name": "mo-field-select-data-grid-page-size",
923
- "path": ".\\packages\\DataGrid\\FieldSelectDataGridPageSize.ts",
924
- "attributes": [
925
- {
926
- "name": "dataGrid",
927
- "type": "DataGrid<any, undefined> | undefined"
928
- },
929
- {
930
- "name": "dense",
931
- "type": "boolean",
932
- "default": "false"
933
- },
934
- {
935
- "name": "open",
936
- "type": "boolean",
937
- "default": "false"
938
- },
939
- {
940
- "name": "default",
941
- "description": "The default value.",
942
- "type": "string | undefined"
943
- },
944
- {
945
- "name": "reflectDefault",
946
- "description": "Whether the default value should be reflected to the attribute.",
947
- "type": "boolean",
948
- "default": "false"
949
- },
950
- {
951
- "name": "multiple",
952
- "description": "Whether multiple options can be selected.",
953
- "type": "boolean",
954
- "default": "false"
955
- },
956
- {
957
- "name": "searchable",
958
- "description": "Whether the options should be searchable.",
959
- "type": "boolean",
960
- "default": "false"
961
- },
962
- {
963
- "name": "freeInput",
964
- "description": "Whether the user can input values that are not in the options.",
965
- "type": "boolean",
966
- "default": "false"
967
- },
968
- {
969
- "name": "index",
970
- "description": "The selected index.",
971
- "type": "Index"
972
- },
973
- {
974
- "name": "menuAlignment",
975
- "description": "Menu popover alignment",
976
- "type": "PopoverAlignment | undefined"
977
- },
978
- {
979
- "name": "menuPlacement",
980
- "description": "Menu popover placement",
981
- "type": "PopoverPlacement | undefined"
982
- },
983
- {
984
- "name": "value",
985
- "description": "The selected value.",
986
- "type": "Value"
987
- },
988
- {
989
- "name": "label",
990
- "description": "The field's label",
991
- "type": "string",
992
- "default": "\"\""
993
- },
994
- {
995
- "name": "readonly",
996
- "description": "Whether the field is readonly",
997
- "type": "boolean",
998
- "default": "false"
999
- },
1000
- {
1001
- "name": "disabled",
1002
- "description": "Whether the field is disabled",
1003
- "type": "boolean",
1004
- "default": "false"
1005
- },
1006
- {
1007
- "name": "required",
1008
- "description": "Whether the field is required",
1009
- "type": "boolean",
1010
- "default": "false"
1011
- }
1012
- ],
1013
- "properties": [
1014
- {
1015
- "name": "dataGrid",
1016
- "attribute": "dataGrid",
1017
- "type": "DataGrid<any, undefined> | undefined"
1018
- },
1019
- {
1020
- "name": "dataChange",
1021
- "type": "EventDispatcher<Data<T>>"
1022
- },
1023
- {
1024
- "name": "indexChange",
1025
- "type": "EventDispatcher<Index>"
1026
- },
1027
- {
1028
- "name": "dense",
1029
- "attribute": "dense",
1030
- "type": "boolean",
1031
- "default": "false"
1032
- },
1033
- {
1034
- "name": "open",
1035
- "attribute": "open",
1036
- "type": "boolean",
1037
- "default": "false"
1038
- },
1039
- {
1040
- "name": "valueInputElement",
1041
- "type": "HTMLInputElement"
1042
- },
1043
- {
1044
- "name": "searchInputElement",
1045
- "type": "HTMLInputElement | undefined"
1046
- },
1047
- {
1048
- "name": "menu",
1049
- "type": "Menu | undefined"
1050
- },
1051
- {
1052
- "name": "listItems",
1053
- "type": "ListItem[]"
1054
- },
1055
- {
1056
- "name": "options",
1057
- "type": "Option<T>[]"
1058
- },
1059
- {
1060
- "name": "selectedOptions",
1061
- "type": "Option<T>[]"
1062
- },
1063
- {
1064
- "name": "optionsTemplate",
1065
- "type": "HTMLTemplateResult"
1066
- },
1067
- {
1068
- "name": "default",
1069
- "attribute": "default",
1070
- "description": "The default value.",
1071
- "type": "string | undefined"
1072
- },
1073
- {
1074
- "name": "reflectDefault",
1075
- "attribute": "reflectDefault",
1076
- "description": "Whether the default value should be reflected to the attribute.",
1077
- "type": "boolean",
1078
- "default": "false"
1079
- },
1080
- {
1081
- "name": "multiple",
1082
- "attribute": "multiple",
1083
- "description": "Whether multiple options can be selected.",
1084
- "type": "boolean",
1085
- "default": "false"
1086
- },
1087
- {
1088
- "name": "searchable",
1089
- "attribute": "searchable",
1090
- "description": "Whether the options should be searchable.",
1091
- "type": "boolean",
1092
- "default": "false"
1093
- },
1094
- {
1095
- "name": "freeInput",
1096
- "attribute": "freeInput",
1097
- "description": "Whether the user can input values that are not in the options.",
1098
- "type": "boolean",
1099
- "default": "false"
1100
- },
1101
- {
1102
- "name": "index",
1103
- "attribute": "index",
1104
- "description": "The selected index.",
1105
- "type": "Index"
1106
- },
1107
- {
1108
- "name": "menuAlignment",
1109
- "attribute": "menuAlignment",
1110
- "description": "Menu popover alignment",
1111
- "type": "PopoverAlignment | undefined"
1112
- },
1113
- {
1114
- "name": "menuPlacement",
1115
- "attribute": "menuPlacement",
1116
- "description": "Menu popover placement",
1117
- "type": "PopoverPlacement | undefined"
1118
- },
1119
- {
1120
- "name": "change",
1121
- "type": "EventDispatcher<T | undefined>"
1122
- },
1123
- {
1124
- "name": "input",
1125
- "type": "EventDispatcher<T | undefined>"
1126
- },
1127
- {
1128
- "name": "validityChange",
1129
- "type": "EventDispatcher<boolean>"
1130
- },
1131
- {
1132
- "name": "isPopulated",
1133
- "type": "boolean"
1134
- },
1135
- {
1136
- "name": "value",
1137
- "attribute": "value",
1138
- "description": "The selected value.",
1139
- "type": "Value"
1140
- },
1141
- {
1142
- "name": "label",
1143
- "attribute": "label",
1144
- "description": "The field's label",
1145
- "type": "string",
1146
- "default": "\"\""
1147
- },
1148
- {
1149
- "name": "readonly",
1150
- "attribute": "readonly",
1151
- "description": "Whether the field is readonly",
1152
- "type": "boolean",
1153
- "default": "false"
1154
- },
1155
- {
1156
- "name": "disabled",
1157
- "attribute": "disabled",
1158
- "description": "Whether the field is disabled",
1159
- "type": "boolean",
1160
- "default": "false"
1161
- },
1162
- {
1163
- "name": "required",
1164
- "attribute": "required",
1165
- "description": "Whether the field is required",
1166
- "type": "boolean",
1167
- "default": "false"
1168
- }
1169
- ],
1170
- "events": [
1171
- {
1172
- "name": "change",
1173
- "type": "CustomEvent<T | undefined>"
1174
- },
1175
- {
1176
- "name": "input",
1177
- "type": "CustomEvent<T | undefined>"
1178
- },
1179
- {
1180
- "name": "dataChange",
1181
- "type": "CustomEvent<Data<T>>"
1182
- },
1183
- {
1184
- "name": "indexChange",
1185
- "type": "CustomEvent<Index>"
1186
- },
1187
- {
1188
- "name": "validityChange",
1189
- "type": "CustomEvent<boolean>"
1190
- }
1191
- ],
1192
- "slots": [
1193
- {
1194
- "name": "",
1195
- "description": "The select options."
1196
- },
1197
- {
1198
- "name": "start",
1199
- "description": "Content to be placed at the start of the field"
1200
- },
1201
- {
1202
- "name": "end",
1203
- "description": "Content to be placed at the end of the field"
1204
- }
1205
- ],
1206
- "cssParts": [
1207
- {
1208
- "name": "input",
1209
- "description": "The input element."
1210
- },
1211
- {
1212
- "name": "dropDownIcon",
1213
- "description": "The dropdown icon."
1214
- },
1215
- {
1216
- "name": "container",
1217
- "description": "Field's container"
1218
- }
1219
- ]
1220
- },
1221
902
  {
1222
903
  "name": "mo-data-grid-column-boolean",
1223
904
  "path": ".\\packages\\DataGrid\\columns\\DataGridColumnBoolean.ts",
@@ -3238,11 +2919,6 @@
3238
2919
  "description": "Whether the side panel should be hidden.",
3239
2920
  "type": "boolean"
3240
2921
  },
3241
- {
3242
- "name": "selectionToolbarDisabled",
3243
- "description": "Whether the selection toolbar should be disabled.",
3244
- "type": "boolean"
3245
- },
3246
2922
  {
3247
2923
  "name": "hasAlternatingBackground",
3248
2924
  "description": "Whether the rows should have alternating background.",
@@ -3576,12 +3252,6 @@
3576
3252
  "description": "Whether the side panel should be hidden.",
3577
3253
  "type": "boolean"
3578
3254
  },
3579
- {
3580
- "name": "selectionToolbarDisabled",
3581
- "attribute": "selectionToolbarDisabled",
3582
- "description": "Whether the selection toolbar should be disabled.",
3583
- "type": "boolean"
3584
- },
3585
3255
  {
3586
3256
  "name": "hasAlternatingBackground",
3587
3257
  "attribute": "hasAlternatingBackground",
@@ -3813,10 +3483,6 @@
3813
3483
  "name": "dataGrid",
3814
3484
  "type": "DataGrid<TData, any>"
3815
3485
  },
3816
- {
3817
- "name": "selection",
3818
- "type": "CheckboxSelection"
3819
- },
3820
3486
  {
3821
3487
  "name": "overlayOpen",
3822
3488
  "type": "boolean"
@@ -3921,6 +3587,11 @@
3921
3587
  "name": "",
3922
3588
  "description": "Default slot for content"
3923
3589
  }
3590
+ ],
3591
+ "cssParts": [
3592
+ {
3593
+ "name": "icon"
3594
+ }
3924
3595
  ]
3925
3596
  },
3926
3597
  {
@@ -3949,301 +3620,6 @@
3949
3620
  }
3950
3621
  ]
3951
3622
  },
3952
- {
3953
- "name": "mo-field-select-data-grid-page-size",
3954
- "path": ".\\packages\\DataGrid\\dist\\FieldSelectDataGridPageSize.d.ts",
3955
- "attributes": [
3956
- {
3957
- "name": "dense",
3958
- "type": "boolean",
3959
- "default": "false"
3960
- },
3961
- {
3962
- "name": "open",
3963
- "type": "boolean",
3964
- "default": "false"
3965
- },
3966
- {
3967
- "name": "default",
3968
- "description": "The default value.",
3969
- "type": "string | undefined"
3970
- },
3971
- {
3972
- "name": "reflectDefault",
3973
- "description": "Whether the default value should be reflected to the attribute.",
3974
- "type": "boolean",
3975
- "default": "false"
3976
- },
3977
- {
3978
- "name": "multiple",
3979
- "description": "Whether multiple options can be selected.",
3980
- "type": "boolean",
3981
- "default": "false"
3982
- },
3983
- {
3984
- "name": "searchable",
3985
- "description": "Whether the options should be searchable.",
3986
- "type": "boolean",
3987
- "default": "false"
3988
- },
3989
- {
3990
- "name": "freeInput",
3991
- "description": "Whether the user can input values that are not in the options.",
3992
- "type": "boolean",
3993
- "default": "false"
3994
- },
3995
- {
3996
- "name": "index",
3997
- "description": "The selected index.",
3998
- "type": "Index"
3999
- },
4000
- {
4001
- "name": "menuAlignment",
4002
- "description": "Menu popover alignment",
4003
- "type": "PopoverAlignment | undefined"
4004
- },
4005
- {
4006
- "name": "menuPlacement",
4007
- "description": "Menu popover placement",
4008
- "type": "PopoverPlacement | undefined"
4009
- },
4010
- {
4011
- "name": "value",
4012
- "description": "The selected value.",
4013
- "type": "Value"
4014
- },
4015
- {
4016
- "name": "label",
4017
- "description": "The field's label",
4018
- "type": "string",
4019
- "default": "\"\""
4020
- },
4021
- {
4022
- "name": "readonly",
4023
- "description": "Whether the field is readonly",
4024
- "type": "boolean",
4025
- "default": "false"
4026
- },
4027
- {
4028
- "name": "disabled",
4029
- "description": "Whether the field is disabled",
4030
- "type": "boolean",
4031
- "default": "false"
4032
- },
4033
- {
4034
- "name": "required",
4035
- "description": "Whether the field is required",
4036
- "type": "boolean",
4037
- "default": "false"
4038
- }
4039
- ],
4040
- "properties": [
4041
- {
4042
- "name": "dataGrid",
4043
- "type": "DataGrid<any, undefined> | undefined"
4044
- },
4045
- {
4046
- "name": "dataChange",
4047
- "type": "EventDispatcher<Data<T>>"
4048
- },
4049
- {
4050
- "name": "indexChange",
4051
- "type": "EventDispatcher<Index>"
4052
- },
4053
- {
4054
- "name": "dense",
4055
- "attribute": "dense",
4056
- "type": "boolean",
4057
- "default": "false"
4058
- },
4059
- {
4060
- "name": "open",
4061
- "attribute": "open",
4062
- "type": "boolean",
4063
- "default": "false"
4064
- },
4065
- {
4066
- "name": "valueInputElement",
4067
- "type": "HTMLInputElement"
4068
- },
4069
- {
4070
- "name": "searchInputElement",
4071
- "type": "HTMLInputElement | undefined"
4072
- },
4073
- {
4074
- "name": "menu",
4075
- "type": "Menu | undefined"
4076
- },
4077
- {
4078
- "name": "listItems",
4079
- "type": "ListItem[]"
4080
- },
4081
- {
4082
- "name": "options",
4083
- "type": "Option<T>[]"
4084
- },
4085
- {
4086
- "name": "selectedOptions",
4087
- "type": "Option<T>[]"
4088
- },
4089
- {
4090
- "name": "optionsTemplate",
4091
- "type": "HTMLTemplateResult"
4092
- },
4093
- {
4094
- "name": "default",
4095
- "attribute": "default",
4096
- "description": "The default value.",
4097
- "type": "string | undefined"
4098
- },
4099
- {
4100
- "name": "reflectDefault",
4101
- "attribute": "reflectDefault",
4102
- "description": "Whether the default value should be reflected to the attribute.",
4103
- "type": "boolean",
4104
- "default": "false"
4105
- },
4106
- {
4107
- "name": "multiple",
4108
- "attribute": "multiple",
4109
- "description": "Whether multiple options can be selected.",
4110
- "type": "boolean",
4111
- "default": "false"
4112
- },
4113
- {
4114
- "name": "searchable",
4115
- "attribute": "searchable",
4116
- "description": "Whether the options should be searchable.",
4117
- "type": "boolean",
4118
- "default": "false"
4119
- },
4120
- {
4121
- "name": "freeInput",
4122
- "attribute": "freeInput",
4123
- "description": "Whether the user can input values that are not in the options.",
4124
- "type": "boolean",
4125
- "default": "false"
4126
- },
4127
- {
4128
- "name": "index",
4129
- "attribute": "index",
4130
- "description": "The selected index.",
4131
- "type": "Index"
4132
- },
4133
- {
4134
- "name": "menuAlignment",
4135
- "attribute": "menuAlignment",
4136
- "description": "Menu popover alignment",
4137
- "type": "PopoverAlignment | undefined"
4138
- },
4139
- {
4140
- "name": "menuPlacement",
4141
- "attribute": "menuPlacement",
4142
- "description": "Menu popover placement",
4143
- "type": "PopoverPlacement | undefined"
4144
- },
4145
- {
4146
- "name": "change",
4147
- "type": "EventDispatcher<T | undefined>"
4148
- },
4149
- {
4150
- "name": "input",
4151
- "type": "EventDispatcher<T | undefined>"
4152
- },
4153
- {
4154
- "name": "validityChange",
4155
- "type": "EventDispatcher<boolean>"
4156
- },
4157
- {
4158
- "name": "isPopulated",
4159
- "type": "boolean"
4160
- },
4161
- {
4162
- "name": "value",
4163
- "attribute": "value",
4164
- "description": "The selected value.",
4165
- "type": "Value"
4166
- },
4167
- {
4168
- "name": "label",
4169
- "attribute": "label",
4170
- "description": "The field's label",
4171
- "type": "string",
4172
- "default": "\"\""
4173
- },
4174
- {
4175
- "name": "readonly",
4176
- "attribute": "readonly",
4177
- "description": "Whether the field is readonly",
4178
- "type": "boolean",
4179
- "default": "false"
4180
- },
4181
- {
4182
- "name": "disabled",
4183
- "attribute": "disabled",
4184
- "description": "Whether the field is disabled",
4185
- "type": "boolean",
4186
- "default": "false"
4187
- },
4188
- {
4189
- "name": "required",
4190
- "attribute": "required",
4191
- "description": "Whether the field is required",
4192
- "type": "boolean",
4193
- "default": "false"
4194
- }
4195
- ],
4196
- "events": [
4197
- {
4198
- "name": "change",
4199
- "type": "CustomEvent<T | undefined>"
4200
- },
4201
- {
4202
- "name": "input",
4203
- "type": "CustomEvent<T | undefined>"
4204
- },
4205
- {
4206
- "name": "dataChange",
4207
- "type": "CustomEvent<Data<T>>"
4208
- },
4209
- {
4210
- "name": "indexChange",
4211
- "type": "CustomEvent<Index>"
4212
- },
4213
- {
4214
- "name": "validityChange",
4215
- "type": "CustomEvent<boolean>"
4216
- }
4217
- ],
4218
- "slots": [
4219
- {
4220
- "name": "",
4221
- "description": "The select options."
4222
- },
4223
- {
4224
- "name": "start",
4225
- "description": "Content to be placed at the start of the field"
4226
- },
4227
- {
4228
- "name": "end",
4229
- "description": "Content to be placed at the end of the field"
4230
- }
4231
- ],
4232
- "cssParts": [
4233
- {
4234
- "name": "input",
4235
- "description": "The input element."
4236
- },
4237
- {
4238
- "name": "dropDownIcon",
4239
- "description": "The dropdown icon."
4240
- },
4241
- {
4242
- "name": "container",
4243
- "description": "Field's container"
4244
- }
4245
- ]
4246
- },
4247
3623
  {
4248
3624
  "name": "mo-data-grid-column-boolean",
4249
3625
  "path": ".\\packages\\DataGrid\\dist\\columns\\DataGridColumnBoolean.d.ts",