@brightspace-ui/core 1.186.0 → 1.189.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.
@@ -2919,6 +2919,12 @@
2919
2919
  "description": "Disables the dropdown opener for the filter",
2920
2920
  "type": "boolean",
2921
2921
  "default": "false"
2922
+ },
2923
+ {
2924
+ "name": "opened",
2925
+ "description": "Indicates if the filter is open",
2926
+ "type": "boolean",
2927
+ "default": "false"
2922
2928
  }
2923
2929
  ],
2924
2930
  "properties": [
@@ -2928,6 +2934,13 @@
2928
2934
  "description": "Disables the dropdown opener for the filter",
2929
2935
  "type": "boolean",
2930
2936
  "default": "false"
2937
+ },
2938
+ {
2939
+ "name": "opened",
2940
+ "attribute": "opened",
2941
+ "description": "Indicates if the filter is open",
2942
+ "type": "boolean",
2943
+ "default": "false"
2931
2944
  }
2932
2945
  ],
2933
2946
  "events": [
@@ -4032,11 +4045,6 @@
4032
4045
  "path": "./components/inputs/input-date-time.js",
4033
4046
  "description": "A component that consists of a \"<d2l-input-date>\" and a \"<d2l-input-time>\" component. The time input only appears once a date is selected. This component displays the \"value\" if one is specified, and reflects the selected value when one is selected or entered.",
4034
4047
  "attributes": [
4035
- {
4036
- "name": "label",
4037
- "description": "REQUIRED: Accessible label for the input fieldset that wraps the date and time inputs",
4038
- "type": "string"
4039
- },
4040
4048
  {
4041
4049
  "name": "max-value",
4042
4050
  "description": "Maximum valid date/time that could be selected by a user",
@@ -4088,6 +4096,16 @@
4088
4096
  "type": "string",
4089
4097
  "default": "\"startOfDay\""
4090
4098
  },
4099
+ {
4100
+ "name": "labelled-by",
4101
+ "description": "The id of element that provides the label for this element",
4102
+ "type": "string"
4103
+ },
4104
+ {
4105
+ "name": "label",
4106
+ "description": "REQUIRED: Explicitly defined label for the element",
4107
+ "type": "string"
4108
+ },
4091
4109
  {
4092
4110
  "name": "skeleton",
4093
4111
  "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
@@ -4096,12 +4114,6 @@
4096
4114
  }
4097
4115
  ],
4098
4116
  "properties": [
4099
- {
4100
- "name": "label",
4101
- "attribute": "label",
4102
- "description": "REQUIRED: Accessible label for the input fieldset that wraps the date and time inputs",
4103
- "type": "string"
4104
- },
4105
4117
  {
4106
4118
  "name": "maxValue",
4107
4119
  "attribute": "max-value",
@@ -4162,6 +4174,23 @@
4162
4174
  "type": "string",
4163
4175
  "default": "\"startOfDay\""
4164
4176
  },
4177
+ {
4178
+ "name": "labelledBy",
4179
+ "attribute": "labelled-by",
4180
+ "description": "The id of element that provides the label for this element",
4181
+ "type": "string"
4182
+ },
4183
+ {
4184
+ "name": "label",
4185
+ "attribute": "label",
4186
+ "description": "REQUIRED: Explicitly defined label for the element",
4187
+ "type": "string"
4188
+ },
4189
+ {
4190
+ "name": "labelRequired",
4191
+ "type": "boolean",
4192
+ "default": "true"
4193
+ },
4165
4194
  {
4166
4195
  "name": "skeleton",
4167
4196
  "attribute": "skeleton",
@@ -4174,6 +4203,9 @@
4174
4203
  {
4175
4204
  "name": "change",
4176
4205
  "description": "Dispatched when there is a change to selected date or selected time. \"value\" corresponds to the selected value and is formatted in ISO 8601 combined date and time format (\"YYYY-MM-DDTHH:mm:ss.sssZ\")."
4206
+ },
4207
+ {
4208
+ "name": "d2l-labelled-mixin-label-elem-change"
4177
4209
  }
4178
4210
  ]
4179
4211
  },
@@ -4182,11 +4214,6 @@
4182
4214
  "path": "./components/inputs/input-date.js",
4183
4215
  "description": "A component that consists of a text input field for typing a date and an attached calendar (d2l-calendar) dropdown. It displays the \"value\" if one is specified, or a placeholder if not, and reflects the selected value when one is selected in the calendar or entered in the text input.",
4184
4216
  "attributes": [
4185
- {
4186
- "name": "label",
4187
- "description": "REQUIRED: Accessible label for the input",
4188
- "type": "string"
4189
- },
4190
4217
  {
4191
4218
  "name": "max-value",
4192
4219
  "description": "Maximum valid date that could be selected by a user",
@@ -4233,6 +4260,16 @@
4233
4260
  "type": "string",
4234
4261
  "default": "\"\""
4235
4262
  },
4263
+ {
4264
+ "name": "labelled-by",
4265
+ "description": "The id of element that provides the label for this element",
4266
+ "type": "string"
4267
+ },
4268
+ {
4269
+ "name": "label",
4270
+ "description": "REQUIRED: Explicitly defined label for the element",
4271
+ "type": "string"
4272
+ },
4236
4273
  {
4237
4274
  "name": "skeleton",
4238
4275
  "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
@@ -4241,12 +4278,6 @@
4241
4278
  }
4242
4279
  ],
4243
4280
  "properties": [
4244
- {
4245
- "name": "label",
4246
- "attribute": "label",
4247
- "description": "REQUIRED: Accessible label for the input",
4248
- "type": "string"
4249
- },
4250
4281
  {
4251
4282
  "name": "maxValue",
4252
4283
  "attribute": "max-value",
@@ -4301,6 +4332,23 @@
4301
4332
  "type": "string",
4302
4333
  "default": "\"\""
4303
4334
  },
4335
+ {
4336
+ "name": "labelledBy",
4337
+ "attribute": "labelled-by",
4338
+ "description": "The id of element that provides the label for this element",
4339
+ "type": "string"
4340
+ },
4341
+ {
4342
+ "name": "label",
4343
+ "attribute": "label",
4344
+ "description": "REQUIRED: Explicitly defined label for the element",
4345
+ "type": "string"
4346
+ },
4347
+ {
4348
+ "name": "labelRequired",
4349
+ "type": "boolean",
4350
+ "default": "true"
4351
+ },
4304
4352
  {
4305
4353
  "name": "skeleton",
4306
4354
  "attribute": "skeleton",
@@ -4313,6 +4361,9 @@
4313
4361
  {
4314
4362
  "name": "change",
4315
4363
  "description": "Dispatched when there is a change to selected date. \"value\" corresponds to the selected value and is formatted in ISO 8601 calendar date format (\"YYYY-MM-DD\")."
4364
+ },
4365
+ {
4366
+ "name": "d2l-labelled-mixin-label-elem-change"
4316
4367
  }
4317
4368
  ]
4318
4369
  },
@@ -4396,11 +4447,6 @@
4396
4447
  "description": "Hide the alert icon when input is invalid",
4397
4448
  "type": "boolean"
4398
4449
  },
4399
- {
4400
- "name": "label",
4401
- "description": "Label for the input",
4402
- "type": "string"
4403
- },
4404
4450
  {
4405
4451
  "name": "max",
4406
4452
  "description": "Maximum value allowed",
@@ -4483,6 +4529,16 @@
4483
4529
  "type": "boolean",
4484
4530
  "default": "false"
4485
4531
  },
4532
+ {
4533
+ "name": "labelled-by",
4534
+ "description": "The id of element that provides the label for this element",
4535
+ "type": "string"
4536
+ },
4537
+ {
4538
+ "name": "label",
4539
+ "description": "REQUIRED: Explicitly defined label for the element",
4540
+ "type": "string"
4541
+ },
4486
4542
  {
4487
4543
  "name": "skeleton",
4488
4544
  "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
@@ -4503,12 +4559,6 @@
4503
4559
  "description": "Hide the alert icon when input is invalid",
4504
4560
  "type": "boolean"
4505
4561
  },
4506
- {
4507
- "name": "label",
4508
- "attribute": "label",
4509
- "description": "Label for the input",
4510
- "type": "string"
4511
- },
4512
4562
  {
4513
4563
  "name": "max",
4514
4564
  "attribute": "max",
@@ -4613,6 +4663,23 @@
4613
4663
  "type": "boolean",
4614
4664
  "default": "false"
4615
4665
  },
4666
+ {
4667
+ "name": "labelledBy",
4668
+ "attribute": "labelled-by",
4669
+ "description": "The id of element that provides the label for this element",
4670
+ "type": "string"
4671
+ },
4672
+ {
4673
+ "name": "label",
4674
+ "attribute": "label",
4675
+ "description": "REQUIRED: Explicitly defined label for the element",
4676
+ "type": "string"
4677
+ },
4678
+ {
4679
+ "name": "labelRequired",
4680
+ "type": "boolean",
4681
+ "default": "true"
4682
+ },
4616
4683
  {
4617
4684
  "name": "skeleton",
4618
4685
  "attribute": "skeleton",
@@ -4625,6 +4692,9 @@
4625
4692
  {
4626
4693
  "name": "change",
4627
4694
  "description": "Dispatched when an alteration to the value is committed (typically after focus is lost) by the user. The `value` attribute reflects a JavaScript Number which is parsed from the formatted input value."
4695
+ },
4696
+ {
4697
+ "name": "d2l-labelled-mixin-label-elem-change"
4628
4698
  }
4629
4699
  ],
4630
4700
  "slots": [
@@ -4652,11 +4722,6 @@
4652
4722
  "description": "Restricts the maximum width of the input box without impacting the width of the label.",
4653
4723
  "type": "string"
4654
4724
  },
4655
- {
4656
- "name": "label",
4657
- "description": "REQUIRED: Label for the input",
4658
- "type": "string"
4659
- },
4660
4725
  {
4661
4726
  "name": "max-fraction-digits",
4662
4727
  "description": "Maximum number of decimal values to show (rounds value up or down).",
@@ -4706,6 +4771,16 @@
4706
4771
  "type": "boolean",
4707
4772
  "default": "false"
4708
4773
  },
4774
+ {
4775
+ "name": "labelled-by",
4776
+ "description": "The id of element that provides the label for this element",
4777
+ "type": "string"
4778
+ },
4779
+ {
4780
+ "name": "label",
4781
+ "description": "REQUIRED: Explicitly defined label for the element",
4782
+ "type": "string"
4783
+ },
4709
4784
  {
4710
4785
  "name": "skeleton",
4711
4786
  "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
@@ -4720,12 +4795,6 @@
4720
4795
  "description": "Restricts the maximum width of the input box without impacting the width of the label.",
4721
4796
  "type": "string"
4722
4797
  },
4723
- {
4724
- "name": "label",
4725
- "attribute": "label",
4726
- "description": "REQUIRED: Label for the input",
4727
- "type": "string"
4728
- },
4729
4798
  {
4730
4799
  "name": "maxFractionDigits",
4731
4800
  "attribute": "max-fraction-digits",
@@ -4784,6 +4853,23 @@
4784
4853
  "type": "boolean",
4785
4854
  "default": "false"
4786
4855
  },
4856
+ {
4857
+ "name": "labelledBy",
4858
+ "attribute": "labelled-by",
4859
+ "description": "The id of element that provides the label for this element",
4860
+ "type": "string"
4861
+ },
4862
+ {
4863
+ "name": "label",
4864
+ "attribute": "label",
4865
+ "description": "REQUIRED: Explicitly defined label for the element",
4866
+ "type": "string"
4867
+ },
4868
+ {
4869
+ "name": "labelRequired",
4870
+ "type": "boolean",
4871
+ "default": "true"
4872
+ },
4787
4873
  {
4788
4874
  "name": "skeleton",
4789
4875
  "attribute": "skeleton",
@@ -4796,6 +4882,9 @@
4796
4882
  {
4797
4883
  "name": "change",
4798
4884
  "description": "Dispatched when an alteration to the value is committed (typically after focus is lost) by the user. The `value` attribute reflects a JavaScript Number which is parsed from the formatted input value."
4885
+ },
4886
+ {
4887
+ "name": "d2l-labelled-mixin-label-elem-change"
4799
4888
  }
4800
4889
  ],
4801
4890
  "slots": [
@@ -4942,11 +5031,6 @@
4942
5031
  "description": "Restricts the maximum width of the input box without impacting the width of the label.",
4943
5032
  "type": "string"
4944
5033
  },
4945
- {
4946
- "name": "label",
4947
- "description": "REQUIRED: Label for the input",
4948
- "type": "string"
4949
- },
4950
5034
  {
4951
5035
  "name": "live",
4952
5036
  "description": "Set the priority with which screen readers should treat updates to the input's live text region",
@@ -5055,6 +5139,16 @@
5055
5139
  "type": "'text'|'email'|'number'|'password'|'search'|'tel'|'url'",
5056
5140
  "default": "\"text\""
5057
5141
  },
5142
+ {
5143
+ "name": "labelled-by",
5144
+ "description": "The id of element that provides the label for this element",
5145
+ "type": "string"
5146
+ },
5147
+ {
5148
+ "name": "label",
5149
+ "description": "REQUIRED: Explicitly defined label for the element",
5150
+ "type": "string"
5151
+ },
5058
5152
  {
5059
5153
  "name": "skeleton",
5060
5154
  "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
@@ -5099,12 +5193,6 @@
5099
5193
  "description": "Restricts the maximum width of the input box without impacting the width of the label.",
5100
5194
  "type": "string"
5101
5195
  },
5102
- {
5103
- "name": "label",
5104
- "attribute": "label",
5105
- "description": "REQUIRED: Label for the input",
5106
- "type": "string"
5107
- },
5108
5196
  {
5109
5197
  "name": "live",
5110
5198
  "attribute": "live",
@@ -5233,6 +5321,23 @@
5233
5321
  "type": "'text'|'email'|'number'|'password'|'search'|'tel'|'url'",
5234
5322
  "default": "\"text\""
5235
5323
  },
5324
+ {
5325
+ "name": "labelledBy",
5326
+ "attribute": "labelled-by",
5327
+ "description": "The id of element that provides the label for this element",
5328
+ "type": "string"
5329
+ },
5330
+ {
5331
+ "name": "label",
5332
+ "attribute": "label",
5333
+ "description": "REQUIRED: Explicitly defined label for the element",
5334
+ "type": "string"
5335
+ },
5336
+ {
5337
+ "name": "labelRequired",
5338
+ "type": "boolean",
5339
+ "default": "true"
5340
+ },
5236
5341
  {
5237
5342
  "name": "skeleton",
5238
5343
  "attribute": "skeleton",
@@ -5249,6 +5354,9 @@
5249
5354
  {
5250
5355
  "name": "input",
5251
5356
  "description": "Dispatched immediately after changes by the user"
5357
+ },
5358
+ {
5359
+ "name": "d2l-labelled-mixin-label-elem-change"
5252
5360
  }
5253
5361
  ],
5254
5362
  "slots": [
@@ -5281,11 +5389,6 @@
5281
5389
  "description": "Additional information communicated in the aria-describedby on the input",
5282
5390
  "type": "string"
5283
5391
  },
5284
- {
5285
- "name": "label",
5286
- "description": "REQUIRED: Label for the input",
5287
- "type": "string"
5288
- },
5289
5392
  {
5290
5393
  "name": "maxlength",
5291
5394
  "description": "Imposes an upper character limit",
@@ -5347,6 +5450,16 @@
5347
5450
  "type": "string",
5348
5451
  "default": "\"\""
5349
5452
  },
5453
+ {
5454
+ "name": "labelled-by",
5455
+ "description": "The id of element that provides the label for this element",
5456
+ "type": "string"
5457
+ },
5458
+ {
5459
+ "name": "label",
5460
+ "description": "REQUIRED: Explicitly defined label for the element",
5461
+ "type": "string"
5462
+ },
5350
5463
  {
5351
5464
  "name": "skeleton",
5352
5465
  "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
@@ -5367,12 +5480,6 @@
5367
5480
  "description": "Additional information communicated in the aria-describedby on the input",
5368
5481
  "type": "string"
5369
5482
  },
5370
- {
5371
- "name": "label",
5372
- "attribute": "label",
5373
- "description": "REQUIRED: Label for the input",
5374
- "type": "string"
5375
- },
5376
5483
  {
5377
5484
  "name": "maxlength",
5378
5485
  "attribute": "maxlength",
@@ -5445,6 +5552,23 @@
5445
5552
  "type": "string",
5446
5553
  "default": "\"\""
5447
5554
  },
5555
+ {
5556
+ "name": "labelledBy",
5557
+ "attribute": "labelled-by",
5558
+ "description": "The id of element that provides the label for this element",
5559
+ "type": "string"
5560
+ },
5561
+ {
5562
+ "name": "label",
5563
+ "attribute": "label",
5564
+ "description": "REQUIRED: Explicitly defined label for the element",
5565
+ "type": "string"
5566
+ },
5567
+ {
5568
+ "name": "labelRequired",
5569
+ "type": "boolean",
5570
+ "default": "true"
5571
+ },
5448
5572
  {
5449
5573
  "name": "skeleton",
5450
5574
  "attribute": "skeleton",
@@ -5461,6 +5585,9 @@
5461
5585
  {
5462
5586
  "name": "input",
5463
5587
  "description": "Dispatched immediately after changes by the user"
5588
+ },
5589
+ {
5590
+ "name": "d2l-labelled-mixin-label-elem-change"
5464
5591
  }
5465
5592
  ]
5466
5593
  },
@@ -5691,11 +5818,6 @@
5691
5818
  "description": "Default value of input. Accepts times formatted as \"hh:mm:ss\", and the keywords \"startOfDay\" and \"endOfDay\".",
5692
5819
  "type": "string"
5693
5820
  },
5694
- {
5695
- "name": "label",
5696
- "description": "REQUIRED: Accessible label for the input",
5697
- "type": "string"
5698
- },
5699
5821
  {
5700
5822
  "name": "max-height",
5701
5823
  "description": "Overrides max-height of the time dropdown menu",
@@ -5742,6 +5864,16 @@
5742
5864
  "type": "'five'|'ten'|'fifteen'|'twenty'|'thirty'|'sixty'",
5743
5865
  "default": "\"thirty\""
5744
5866
  },
5867
+ {
5868
+ "name": "labelled-by",
5869
+ "description": "The id of element that provides the label for this element",
5870
+ "type": "string"
5871
+ },
5872
+ {
5873
+ "name": "label",
5874
+ "description": "REQUIRED: Explicitly defined label for the element",
5875
+ "type": "string"
5876
+ },
5745
5877
  {
5746
5878
  "name": "skeleton",
5747
5879
  "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
@@ -5756,12 +5888,6 @@
5756
5888
  "description": "Default value of input. Accepts times formatted as \"hh:mm:ss\", and the keywords \"startOfDay\" and \"endOfDay\".",
5757
5889
  "type": "string"
5758
5890
  },
5759
- {
5760
- "name": "label",
5761
- "attribute": "label",
5762
- "description": "REQUIRED: Accessible label for the input",
5763
- "type": "string"
5764
- },
5765
5891
  {
5766
5892
  "name": "maxHeight",
5767
5893
  "attribute": "max-height",
@@ -5816,6 +5942,23 @@
5816
5942
  "type": "'five'|'ten'|'fifteen'|'twenty'|'thirty'|'sixty'",
5817
5943
  "default": "\"thirty\""
5818
5944
  },
5945
+ {
5946
+ "name": "labelledBy",
5947
+ "attribute": "labelled-by",
5948
+ "description": "The id of element that provides the label for this element",
5949
+ "type": "string"
5950
+ },
5951
+ {
5952
+ "name": "label",
5953
+ "attribute": "label",
5954
+ "description": "REQUIRED: Explicitly defined label for the element",
5955
+ "type": "string"
5956
+ },
5957
+ {
5958
+ "name": "labelRequired",
5959
+ "type": "boolean",
5960
+ "default": "true"
5961
+ },
5819
5962
  {
5820
5963
  "name": "skeleton",
5821
5964
  "attribute": "skeleton",
@@ -5828,6 +5971,9 @@
5828
5971
  {
5829
5972
  "name": "change",
5830
5973
  "description": "Dispatched when there is a change to selected time. \"value\" corresponds to the selected value and is formatted in ISO 8601 time format (\"hh:mm:ss\")."
5974
+ },
5975
+ {
5976
+ "name": "d2l-labelled-mixin-label-elem-change"
5831
5977
  }
5832
5978
  ]
5833
5979
  },
@@ -5964,6 +6110,173 @@
5964
6110
  }
5965
6111
  ]
5966
6112
  },
6113
+ {
6114
+ "name": "d2l-demo-list-item-custom",
6115
+ "path": "./components/list/demo/list-item-custom.js",
6116
+ "attributes": [
6117
+ {
6118
+ "name": "breakpoints",
6119
+ "description": "Breakpoints for responsiveness in pixels. There are four different breakpoints and only the four largest breakpoints will be used.",
6120
+ "type": "array",
6121
+ "default": "[842,636,580,0]"
6122
+ },
6123
+ {
6124
+ "name": "slim",
6125
+ "description": "Whether to render the list-item with reduced whitespace.",
6126
+ "type": "boolean",
6127
+ "default": "false"
6128
+ },
6129
+ {
6130
+ "name": "draggable",
6131
+ "description": "**Drag & drop:** Whether the item is draggable",
6132
+ "type": "boolean"
6133
+ },
6134
+ {
6135
+ "name": "drag-handle-text",
6136
+ "description": "**Drag & drop:** The drag-handle label for assistive technology. If implementing drag & drop, you should change this to dynamically announce what the drag-handle is moving for assistive technology in keyboard mode.",
6137
+ "type": "string"
6138
+ },
6139
+ {
6140
+ "name": "drop-text",
6141
+ "description": "**Drag & drop:** Text to drag and drop",
6142
+ "type": "string"
6143
+ },
6144
+ {
6145
+ "name": "disabled",
6146
+ "description": "**Selection:** Disables the input",
6147
+ "type": "boolean"
6148
+ },
6149
+ {
6150
+ "name": "key",
6151
+ "description": "Value to identify item if selectable",
6152
+ "type": "string"
6153
+ },
6154
+ {
6155
+ "name": "selectable",
6156
+ "description": "**Selection:** Indicates a input should be rendered for selecting the item",
6157
+ "type": "boolean",
6158
+ "default": "true"
6159
+ },
6160
+ {
6161
+ "name": "selected",
6162
+ "description": "**Selection:** Whether the item is selected",
6163
+ "type": "boolean"
6164
+ },
6165
+ {
6166
+ "name": "skeleton",
6167
+ "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
6168
+ "type": "boolean",
6169
+ "default": "false"
6170
+ },
6171
+ {
6172
+ "name": "labelled-by",
6173
+ "description": "The id of element that provides the label for this element",
6174
+ "type": "string"
6175
+ },
6176
+ {
6177
+ "name": "label",
6178
+ "description": "REQUIRED: Explicitly defined label for the element",
6179
+ "type": "string"
6180
+ }
6181
+ ],
6182
+ "properties": [
6183
+ {
6184
+ "name": "breakpoints",
6185
+ "attribute": "breakpoints",
6186
+ "description": "Breakpoints for responsiveness in pixels. There are four different breakpoints and only the four largest breakpoints will be used.",
6187
+ "type": "array",
6188
+ "default": "[842,636,580,0]"
6189
+ },
6190
+ {
6191
+ "name": "slim",
6192
+ "attribute": "slim",
6193
+ "description": "Whether to render the list-item with reduced whitespace.",
6194
+ "type": "boolean",
6195
+ "default": "false"
6196
+ },
6197
+ {
6198
+ "name": "draggable",
6199
+ "attribute": "draggable",
6200
+ "description": "**Drag & drop:** Whether the item is draggable",
6201
+ "type": "boolean"
6202
+ },
6203
+ {
6204
+ "name": "dragHandleText",
6205
+ "attribute": "drag-handle-text",
6206
+ "description": "**Drag & drop:** The drag-handle label for assistive technology. If implementing drag & drop, you should change this to dynamically announce what the drag-handle is moving for assistive technology in keyboard mode.",
6207
+ "type": "string"
6208
+ },
6209
+ {
6210
+ "name": "dropText",
6211
+ "attribute": "drop-text",
6212
+ "description": "**Drag & drop:** Text to drag and drop",
6213
+ "type": "string"
6214
+ },
6215
+ {
6216
+ "name": "disabled",
6217
+ "attribute": "disabled",
6218
+ "description": "**Selection:** Disables the input",
6219
+ "type": "boolean"
6220
+ },
6221
+ {
6222
+ "name": "key",
6223
+ "attribute": "key",
6224
+ "description": "Value to identify item if selectable",
6225
+ "type": "string"
6226
+ },
6227
+ {
6228
+ "name": "selectable",
6229
+ "attribute": "selectable",
6230
+ "description": "**Selection:** Indicates a input should be rendered for selecting the item",
6231
+ "type": "boolean",
6232
+ "default": "true"
6233
+ },
6234
+ {
6235
+ "name": "selected",
6236
+ "attribute": "selected",
6237
+ "description": "**Selection:** Whether the item is selected",
6238
+ "type": "boolean"
6239
+ },
6240
+ {
6241
+ "name": "selectionInfo"
6242
+ },
6243
+ {
6244
+ "name": "skeleton",
6245
+ "attribute": "skeleton",
6246
+ "description": "Renders the input as a [skeleton loader](https://github.com/BrightspaceUI/core/tree/main/components/skeleton)",
6247
+ "type": "boolean",
6248
+ "default": "false"
6249
+ },
6250
+ {
6251
+ "name": "labelledBy",
6252
+ "attribute": "labelled-by",
6253
+ "description": "The id of element that provides the label for this element",
6254
+ "type": "string"
6255
+ },
6256
+ {
6257
+ "name": "label",
6258
+ "attribute": "label",
6259
+ "description": "REQUIRED: Explicitly defined label for the element",
6260
+ "type": "string"
6261
+ },
6262
+ {
6263
+ "name": "labelRequired",
6264
+ "type": "boolean",
6265
+ "default": "true"
6266
+ }
6267
+ ],
6268
+ "events": [
6269
+ {
6270
+ "name": "d2l-list-item-position-change"
6271
+ },
6272
+ {
6273
+ "name": "d2l-list-item-selected"
6274
+ },
6275
+ {
6276
+ "name": "d2l-labelled-mixin-label-elem-change"
6277
+ }
6278
+ ]
6279
+ },
5967
6280
  {
5968
6281
  "name": "d2l-list-header",
5969
6282
  "path": "./components/list/list-header.js",
@@ -6051,7 +6364,7 @@
6051
6364
  },
6052
6365
  {
6053
6366
  "name": "label",
6054
- "description": "Explicitly defined label used to provide context for accessibility",
6367
+ "description": "REQUIRED: Explicitly defined label for the element",
6055
6368
  "type": "string"
6056
6369
  }
6057
6370
  ],
@@ -6131,8 +6444,13 @@
6131
6444
  {
6132
6445
  "name": "label",
6133
6446
  "attribute": "label",
6134
- "description": "Explicitly defined label used to provide context for accessibility",
6447
+ "description": "REQUIRED: Explicitly defined label for the element",
6135
6448
  "type": "string"
6449
+ },
6450
+ {
6451
+ "name": "labelRequired",
6452
+ "type": "boolean",
6453
+ "default": "true"
6136
6454
  }
6137
6455
  ],
6138
6456
  "events": [
@@ -6364,7 +6682,7 @@
6364
6682
  },
6365
6683
  {
6366
6684
  "name": "label",
6367
- "description": "Explicitly defined label used to provide context for accessibility",
6685
+ "description": "REQUIRED: Explicitly defined label for the element",
6368
6686
  "type": "string"
6369
6687
  }
6370
6688
  ],
@@ -6456,8 +6774,13 @@
6456
6774
  {
6457
6775
  "name": "label",
6458
6776
  "attribute": "label",
6459
- "description": "Explicitly defined label used to provide context for accessibility",
6777
+ "description": "REQUIRED: Explicitly defined label for the element",
6460
6778
  "type": "string"
6779
+ },
6780
+ {
6781
+ "name": "labelRequired",
6782
+ "type": "boolean",
6783
+ "default": "true"
6461
6784
  }
6462
6785
  ],
6463
6786
  "events": [
@@ -6556,6 +6879,9 @@
6556
6879
  {
6557
6880
  "name": "d2l-list-selection-change",
6558
6881
  "description": "Dispatched when the selection state changes"
6882
+ },
6883
+ {
6884
+ "name": "d2l-selection-provider-connected"
6559
6885
  }
6560
6886
  ],
6561
6887
  "slots": [
@@ -7659,7 +7985,7 @@
7659
7985
  },
7660
7986
  {
7661
7987
  "name": "label",
7662
- "description": "Explicitly defined label used to provide context for accessibility",
7988
+ "description": "REQUIRED: Explicitly defined label for the element",
7663
7989
  "type": "string"
7664
7990
  }
7665
7991
  ],
@@ -7705,8 +8031,13 @@
7705
8031
  {
7706
8032
  "name": "label",
7707
8033
  "attribute": "label",
7708
- "description": "Explicitly defined label used to provide context for accessibility",
8034
+ "description": "REQUIRED: Explicitly defined label for the element",
7709
8035
  "type": "string"
8036
+ },
8037
+ {
8038
+ "name": "labelRequired",
8039
+ "type": "boolean",
8040
+ "default": "true"
7710
8041
  }
7711
8042
  ],
7712
8043
  "events": [
@@ -7837,6 +8168,11 @@
7837
8168
  "type": "boolean",
7838
8169
  "default": "false"
7839
8170
  }
8171
+ ],
8172
+ "events": [
8173
+ {
8174
+ "name": "d2l-selection-provider-connected"
8175
+ }
7840
8176
  ]
7841
8177
  },
7842
8178
  {