@brightspace-ui/core 3.227.4 → 3.227.5

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.
Files changed (176) hide show
  1. package/components/button/button.js +8 -8
  2. package/components/demo/test/demo-page-settings.test.js +25 -0
  3. package/components/demo/test/demo-page.test.js +17 -0
  4. package/package.json +1 -1
  5. package/components/alert/demo/alert-toast.html +0 -106
  6. package/components/alert/demo/alert.html +0 -82
  7. package/components/backdrop/demo/backdrop-loading.html +0 -166
  8. package/components/backdrop/demo/backdrop.html +0 -57
  9. package/components/breadcrumbs/demo/breadcrumbs.html +0 -53
  10. package/components/button/demo/button-add.html +0 -55
  11. package/components/button/demo/button-copy.html +0 -122
  12. package/components/button/demo/button-icon.html +0 -174
  13. package/components/button/demo/button-move.html +0 -38
  14. package/components/button/demo/button-split.html +0 -76
  15. package/components/button/demo/button-subtle.html +0 -132
  16. package/components/button/demo/button-toggle.html +0 -80
  17. package/components/button/demo/button.html +0 -67
  18. package/components/button/demo/floating-buttons-in-frame.html +0 -44
  19. package/components/button/demo/floating-buttons-in-tabs.html +0 -244
  20. package/components/button/demo/floating-buttons-page.html +0 -100
  21. package/components/button/demo/floating-buttons.html +0 -101
  22. package/components/calendar/demo/calendar.html +0 -76
  23. package/components/card/demo/card.html +0 -304
  24. package/components/collapsible-panel/demo/collapsible-panel.html +0 -218
  25. package/components/colors/demo/color-swatch.js +0 -240
  26. package/components/colors/demo/colors.html +0 -139
  27. package/components/count-badge/demo/count-badge-icon.html +0 -48
  28. package/components/count-badge/demo/count-badge.html +0 -73
  29. package/components/demo/demo/demo-snippet.html +0 -71
  30. package/components/description-list/demo/description-list-test.js +0 -142
  31. package/components/description-list/demo/description-list.html +0 -48
  32. package/components/dialog/demo/dialog-async-content-until.js +0 -89
  33. package/components/dialog/demo/dialog-async-content.js +0 -72
  34. package/components/dialog/demo/dialog-confirm.html +0 -102
  35. package/components/dialog/demo/dialog-container.js +0 -40
  36. package/components/dialog/demo/dialog-fullscreen.html +0 -273
  37. package/components/dialog/demo/dialog-nested.html +0 -94
  38. package/components/dialog/demo/dialog.html +0 -398
  39. package/components/dropdown/demo/dropdown-button.html +0 -102
  40. package/components/dropdown/demo/dropdown-context-menu.html +0 -129
  41. package/components/dropdown/demo/dropdown-flicker-inner.html +0 -70
  42. package/components/dropdown/demo/dropdown-flicker.html +0 -142
  43. package/components/dropdown/demo/dropdown-menu-demo-view.js +0 -37
  44. package/components/dropdown/demo/dropdown-menu.html +0 -227
  45. package/components/dropdown/demo/dropdown-more.html +0 -160
  46. package/components/dropdown/demo/dropdown-positioning.html +0 -127
  47. package/components/dropdown/demo/dropdown-tabs.html +0 -87
  48. package/components/dropdown/demo/dropdown.html +0 -217
  49. package/components/empty-state/demo/empty-state.html +0 -94
  50. package/components/expand-collapse/demo/expand-collapse-content.html +0 -58
  51. package/components/filter/demo/filter-load-more-demo.js +0 -182
  52. package/components/filter/demo/filter-overflow-group.html +0 -246
  53. package/components/filter/demo/filter-search-demo.js +0 -135
  54. package/components/filter/demo/filter-tags.html +0 -115
  55. package/components/filter/demo/filter.html +0 -230
  56. package/components/focus-trap/demo/focus-trap.html +0 -75
  57. package/components/form/demo/form-demo.js +0 -105
  58. package/components/form/demo/form-dialog-demo.js +0 -94
  59. package/components/form/demo/form-panel-demo.js +0 -89
  60. package/components/form/demo/form.html +0 -37
  61. package/components/hierarchical-view/demo/hierarchical-view.html +0 -221
  62. package/components/html-block/demo/html-block-code.html +0 -55
  63. package/components/html-block/demo/html-block.html +0 -696
  64. package/components/icons/demo/icon-color-override.js +0 -23
  65. package/components/icons/demo/icon-custom.html +0 -112
  66. package/components/icons/demo/icon-size-override.js +0 -24
  67. package/components/icons/demo/icon.html +0 -52
  68. package/components/inputs/demo/input-checkbox.html +0 -118
  69. package/components/inputs/demo/input-color-palette.js +0 -67
  70. package/components/inputs/demo/input-color.html +0 -110
  71. package/components/inputs/demo/input-date-range.html +0 -114
  72. package/components/inputs/demo/input-date-time-range.html +0 -128
  73. package/components/inputs/demo/input-date-time.html +0 -100
  74. package/components/inputs/demo/input-date.html +0 -81
  75. package/components/inputs/demo/input-group.html +0 -56
  76. package/components/inputs/demo/input-number.html +0 -136
  77. package/components/inputs/demo/input-percent.html +0 -99
  78. package/components/inputs/demo/input-radio-label-test.js +0 -45
  79. package/components/inputs/demo/input-radio-solo-test.js +0 -47
  80. package/components/inputs/demo/input-radio.html +0 -119
  81. package/components/inputs/demo/input-search.html +0 -75
  82. package/components/inputs/demo/input-select-test.js +0 -60
  83. package/components/inputs/demo/input-select.html +0 -45
  84. package/components/inputs/demo/input-text.html +0 -163
  85. package/components/inputs/demo/input-textarea.html +0 -124
  86. package/components/inputs/demo/input-time-range.html +0 -121
  87. package/components/inputs/demo/input-time.html +0 -95
  88. package/components/link/demo/link.html +0 -111
  89. package/components/list/demo/demo-list-nav.js +0 -170
  90. package/components/list/demo/demo-list-nested-iterations-helper.js +0 -168
  91. package/components/list/demo/demo-list-nested-lazy-load.js +0 -133
  92. package/components/list/demo/demo-list-nested.js +0 -291
  93. package/components/list/demo/demo-list.js +0 -241
  94. package/components/list/demo/list-color.html +0 -423
  95. package/components/list/demo/list-demo-scenarios.js +0 -380
  96. package/components/list/demo/list-drag-and-drop-position.js +0 -102
  97. package/components/list/demo/list-drag-and-drop.html +0 -82
  98. package/components/list/demo/list-expand-collapse.html +0 -136
  99. package/components/list/demo/list-item-actions.html +0 -371
  100. package/components/list/demo/list-item-custom.js +0 -204
  101. package/components/list/demo/list-item-layouts.html +0 -331
  102. package/components/list/demo/list-item-scroll.html +0 -122
  103. package/components/list/demo/list-layout.html +0 -575
  104. package/components/list/demo/list-nav.html +0 -110
  105. package/components/list/demo/list-nested.html +0 -270
  106. package/components/list/demo/list-selection.html +0 -301
  107. package/components/list/demo/list.html +0 -319
  108. package/components/loading-spinner/demo/loading-spinner-override.js +0 -34
  109. package/components/loading-spinner/demo/loading-spinner.html +0 -63
  110. package/components/menu/demo/checkbox-menu.html +0 -52
  111. package/components/menu/demo/custom-menu-item.js +0 -37
  112. package/components/menu/demo/custom-view.js +0 -63
  113. package/components/menu/demo/menu.html +0 -211
  114. package/components/menu/demo/radio-menu.html +0 -52
  115. package/components/meter/demo/meter.html +0 -115
  116. package/components/more-less/demo/more-less-test.js +0 -67
  117. package/components/more-less/demo/more-less.html +0 -71
  118. package/components/object-property-list/demo/object-property-list.html +0 -99
  119. package/components/offscreen/demo/offscreen-demo.js +0 -16
  120. package/components/offscreen/demo/offscreen.html +0 -44
  121. package/components/overflow-group/demo/demo-overflow-group.js +0 -29
  122. package/components/overflow-group/demo/overflow-group.html +0 -110
  123. package/components/paging/demo/pager-load-more.html +0 -120
  124. package/components/popover/demo/popover.html +0 -309
  125. package/components/progress/demo/progress.html +0 -104
  126. package/components/scroll-wrapper/demo/scroll-wrapper-test.js +0 -108
  127. package/components/scroll-wrapper/demo/scroll-wrapper.html +0 -52
  128. package/components/selection/demo/demo-selection.js +0 -35
  129. package/components/selection/demo/selection.html +0 -198
  130. package/components/skeleton/demo/skeleton-group-nested-test.js +0 -71
  131. package/components/skeleton/demo/skeleton-group-test-wrapper.js +0 -18
  132. package/components/skeleton/demo/skeleton-group-test.js +0 -91
  133. package/components/skeleton/demo/skeleton-mixin.html +0 -78
  134. package/components/skeleton/demo/skeleton-test-box.js +0 -34
  135. package/components/skeleton/demo/skeleton-test-container.js +0 -45
  136. package/components/skeleton/demo/skeleton-test-heading.js +0 -44
  137. package/components/skeleton/demo/skeleton-test-link.js +0 -47
  138. package/components/skeleton/demo/skeleton-test-paragraph.js +0 -54
  139. package/components/skeleton/demo/skeleton-test-stack.js +0 -38
  140. package/components/skeleton/demo/skeleton-test-width.js +0 -20
  141. package/components/sorting/demo/sort.html +0 -37
  142. package/components/status-indicator/demo/status-indicator.html +0 -99
  143. package/components/switch/demo/switch.html +0 -95
  144. package/components/table/demo/table-test.js +0 -271
  145. package/components/table/demo/table.html +0 -107
  146. package/components/tabs/demo/tab-custom.js +0 -39
  147. package/components/tabs/demo/tabs-array.js +0 -43
  148. package/components/tabs/demo/tabs.html +0 -558
  149. package/components/tag-list/demo/tag-list.html +0 -117
  150. package/components/tooltip/demo/tooltip.html +0 -275
  151. package/components/typography/demo/typography.html +0 -93
  152. package/components/view-switcher/demo/demo-table-view.js +0 -41
  153. package/components/view-switcher/demo/view-switcher.html +0 -71
  154. package/directives/animate/demo/animate-test.js +0 -98
  155. package/directives/animate/demo/index.html +0 -23
  156. package/helpers/demo/announce-test.js +0 -37
  157. package/helpers/demo/announce.html +0 -19
  158. package/helpers/demo/dismissible-test.js +0 -66
  159. package/helpers/demo/dismissible.html +0 -38
  160. package/helpers/demo/gestures.html +0 -58
  161. package/helpers/demo/prism.html +0 -694
  162. package/helpers/demo/template-tags.html +0 -118
  163. package/mixins/arrow-keys/demo/arrow-keys-mixin.html +0 -29
  164. package/mixins/arrow-keys/demo/arrow-keys-test.js +0 -38
  165. package/mixins/async-container/demo/async-container.html +0 -109
  166. package/mixins/async-container/demo/async-container.js +0 -27
  167. package/mixins/async-container/demo/async-item.js +0 -80
  168. package/mixins/labelled/demo/labelled-mixin.html +0 -90
  169. package/mixins/localize/demo/localize-mixin-greeting.js +0 -39
  170. package/mixins/localize/demo/localize-mixin-mission.js +0 -25
  171. package/mixins/localize/demo/localize-mixin.html +0 -28
  172. package/templates/primary-secondary/demo/form.html +0 -55
  173. package/templates/primary-secondary/demo/index.html +0 -27
  174. package/templates/primary-secondary/demo/integration.html +0 -457
  175. package/templates/primary-secondary/demo/overflow-hidden.html +0 -22
  176. package/templates/primary-secondary/demo/width-type-normal.html +0 -26
@@ -1,423 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
- <meta charset="UTF-8">
6
- <link rel="stylesheet" href="../../demo/styles.css" type="text/css">
7
- <script type="module">
8
- import '../../button/button-icon.js';
9
- import '../../demo/demo-page.js';
10
- import '../../dropdown/dropdown-menu.js';
11
- import '../../dropdown/dropdown-more.js';
12
- import '../../menu/menu.js';
13
- import '../../menu/menu-item.js';
14
- import '../../selection/selection-action.js';
15
- import '../list-controls.js';
16
- import '../list-item-content.js';
17
- import '../list-item.js';
18
- import '../list.js';
19
- </script>
20
- </head>
21
- <body unresolved>
22
-
23
- <d2l-demo-page page-title="d2l-list Color">
24
-
25
- <h2>Basic List</h2>
26
-
27
- <d2l-demo-snippet>
28
- <template>
29
- <d2l-list>
30
- <d2l-list-item color="#ff00ffaa">
31
- <d2l-list-item-content>
32
- <div>Identify categories of physical activities</div>
33
- <div slot="secondary">Secondary Information</div>
34
- <div slot="supporting-info">Specific Expectation A1.2</div>
35
- </d2l-list-item-content>
36
- </d2l-list-item>
37
- <d2l-list-item>
38
- <d2l-list-item-content>
39
- <div>Apply a decision-making process to assess risks and make safe decisions in a variety of situations</div>
40
- <div slot="secondary">Secondary Information</div>
41
- <div slot="supporting-info">Specific Expectation B2.1</div>
42
- </d2l-list-item-content>
43
- </d2l-list-item>
44
- </d2l-list>
45
- </template>
46
- </d2l-demo-snippet>
47
-
48
- <h2>Extend Separators</h2>
49
-
50
- <d2l-demo-snippet>
51
- <template>
52
- <d2l-list extend-separators>
53
- <d2l-list-item color="#8982ff">
54
- <d2l-list-item-content>
55
- <div>Identify categories of physical activities</div>
56
- <div slot="secondary">Secondary Information</div>
57
- <div slot="supporting-info">Specific Expectation A1.2</div>
58
- </d2l-list-item-content>
59
- </d2l-list-item>
60
- <d2l-list-item>
61
- <d2l-list-item-content>
62
- <div>Apply a decision-making process to assess risks and make safe decisions in a variety of situations</div>
63
- <div slot="secondary">Secondary Information</div>
64
- <div slot="supporting-info">Specific Expectation B2.1</div>
65
- </d2l-list-item-content>
66
- </d2l-list-item>
67
- </d2l-list>
68
- </template>
69
- </d2l-demo-snippet>
70
-
71
- <h2>Extend Separators and Selectable</h2>
72
-
73
- <d2l-demo-snippet>
74
- <template>
75
- <d2l-list extend-separators>
76
- <d2l-list-controls slot="controls">
77
- <d2l-selection-action icon="tier1:bookmark-hollow" text="Bookmark" requires-selection></d2l-selection-action>
78
- <d2l-selection-action icon="tier1:gear" text="Settings"></d2l-selection-action>
79
- </d2l-list-controls>
80
- <d2l-list-item key="L4-1" label="Label for L4-1" color="#ffba59" selectable>
81
- <d2l-list-item-content>
82
- <div>Ice Sheets (L4)</div>
83
- <div slot="supporting-info">Supporting Info</div>
84
- </d2l-list-item-content>
85
- </d2l-list-item>
86
- <d2l-list-item selectable key="L4-2" label="Label for L4-2">
87
- <d2l-list-item-content>
88
- <div>Alpine Glaciers (L4)</div>
89
- <div slot="supporting-info">Supporting Info</div>
90
- </d2l-list-item-content>
91
- </d2l-list-item>
92
- </d2l-list>
93
- </template>
94
- </d2l-demo-snippet>
95
-
96
- <h2>Nested - Selectable</h2>
97
-
98
- <d2l-demo-snippet code-view-hidden>
99
- <template>
100
- <d2l-list grid>
101
- <d2l-list-controls slot="controls">
102
- <d2l-selection-action icon="tier1:bookmark-hollow" text="Bookmark" requires-selection></d2l-selection-action>
103
- <d2l-selection-action icon="tier1:gear" text="Settings"></d2l-selection-action>
104
- </d2l-list-controls>
105
- <d2l-list-item selectable key="L1-1" label="Label for L1-1" color="#ffba59">
106
- <d2l-list-item-content>
107
- <div>Earth Sciences (L1)</div>
108
- <div slot="supporting-info">Earth science or geoscience includes all fields of natural science related to planet Earth. This is a branch of science dealing with the physical and chemical constitution of Earth and its atmosphere. Earth science can be considered to be a branch of planetary science, but with a much older history.</div>
109
- </d2l-list-item-content>
110
- <d2l-list slot="nested" grid separators="all">
111
- <d2l-list-item selectable key="L2-1" label="Label for L2-1" color="#ffba59">
112
- <d2l-list-item-content>
113
- <div>Introductory Earth Sciences (L2)</div>
114
- <div slot="supporting-info">This course explores the geological processes of the Earth's interior and surface. These include volcanism, earthquakes, mountain building, glaciation and weathering. Students will gain an appreciation of how these processes have controlled the evolution of our planet and the role of geology in meeting society's current and future demand for sustainable energy and mineral resources.</div>
115
- </d2l-list-item-content>
116
- <d2l-list slot="nested" grid separators="all">
117
- <d2l-list-item selectable key="L3-1" label="Label for L3-1" color="#ffba59">
118
- <d2l-list-item-content>
119
- <div>Glaciation (L3)</div>
120
- <div slot="supporting-info">Supporting Info</div>
121
- </d2l-list-item-content>
122
- <d2l-list slot="nested" grid separators="all">
123
- <d2l-list-item selectable key="L4-1" label="Label for L4-1" color="#ffba59">
124
- <d2l-list-item-content>
125
- <div>Ice Sheets (L4)</div>
126
- <div slot="supporting-info">Supporting Info</div>
127
- </d2l-list-item-content>
128
- </d2l-list-item>
129
- <d2l-list-item selectable key="L4-2" label="Label for L4-2">
130
- <d2l-list-item-content>
131
- <div>Alpine Glaciers (L4)</div>
132
- <div slot="supporting-info">Supporting Info</div>
133
- </d2l-list-item-content>
134
- </d2l-list-item>
135
- </d2l-list>
136
- </d2l-list-item>
137
- </d2l-list>
138
- </d2l-list-item>
139
- <d2l-list-item selectable key="L2-2" label="Label for L2-2">
140
- <d2l-list-item-content>
141
- <div>Flow and Transport Through Fractured Rocks (L2)</div>
142
- <div slot="supporting-info">Fractures are ubiquitous in geologic media and important in disciplines such as physical and contaminant hydrogeology, geotechnical engineering, civil and environmental engineering, petroleum engineering among other areas. Despite the importance of fractures, its characterization and predictions of groundwater flow and contaminant transport are fraught with significant difficulties. Students are taught to deal with fractures in hydrogeology, to conceptualize them, and to build reliable models for predicting groundwater flow and contaminant transport.</div>
143
- </d2l-list-item-content>
144
- </d2l-list-item>
145
- </d2l-list>
146
- <div slot="actions">
147
- <d2l-button-icon text="My Button" icon="tier1:preview"></d2l-button-icon>
148
- <d2l-dropdown-more text="Open!">
149
- <d2l-dropdown-menu>
150
- <d2l-menu label="Astronomy">
151
- <d2l-menu-item text="Introduction"></d2l-menu-item>
152
- <d2l-menu-item text="Searching for the Heavens "></d2l-menu-item>
153
- </d2l-menu>
154
- </d2l-dropdown-menu>
155
- </d2l-dropdown-more>
156
- </div>
157
- </d2l-list-item>
158
- <d2l-list-item selectable key="L1-2" label="Label for L1-2">
159
- <div>Biology (L1)</div>
160
- </d2l-list-item>
161
- </d2l-list>
162
- </template>
163
- </d2l-demo-snippet>
164
-
165
- <h2>Nested - Expandable</h2>
166
-
167
- <d2l-demo-snippet code-view-hidden>
168
- <template>
169
- <d2l-list>
170
- <d2l-list-item key="L1-1" label="Label for L1-1" color="#ffba59" expandable expanded>
171
- <d2l-list-item-content>
172
- <div>Earth Sciences (L1)</div>
173
- <div slot="supporting-info">Earth science or geoscience includes all fields of natural science related to planet Earth. This is a branch of science dealing with the physical and chemical constitution of Earth and its atmosphere. Earth science can be considered to be a branch of planetary science, but with a much older history.</div>
174
- </d2l-list-item-content>
175
- <d2l-list slot="nested" grid separators="all">
176
- <d2l-list-item key="L2-1" label="Label for L2-1" color="#ffba59" expandable>
177
- <d2l-list-item-content>
178
- <div>Introductory Earth Sciences (L2)</div>
179
- <div slot="supporting-info">This course explores the geological processes of the Earth's interior and surface. These include volcanism, earthquakes, mountain building, glaciation and weathering. Students will gain an appreciation of how these processes have controlled the evolution of our planet and the role of geology in meeting society's current and future demand for sustainable energy and mineral resources.</div>
180
- </d2l-list-item-content>
181
- <d2l-list slot="nested" grid separators="all">
182
- <d2l-list-item key="L3-1" label="Label for L3-1" color="#ffba59" expandable>
183
- <d2l-list-item-content>
184
- <div>Glaciation (L3)</div>
185
- <div slot="supporting-info">Supporting Info</div>
186
- </d2l-list-item-content>
187
- <d2l-list slot="nested" grid separators="all">
188
- <d2l-list-item key="L4-1" label="Label for L4-1" color="#ffba59">
189
- <d2l-list-item-content>
190
- <div>Ice Sheets (L4)</div>
191
- <div slot="supporting-info">Supporting Info</div>
192
- </d2l-list-item-content>
193
- </d2l-list-item>
194
- <d2l-list-item selectable key="L4-2" label="Label for L4-2">
195
- <d2l-list-item-content>
196
- <div>Alpine Glaciers (L4)</div>
197
- <div slot="supporting-info">Supporting Info</div>
198
- </d2l-list-item-content>
199
- </d2l-list-item>
200
- </d2l-list>
201
- </d2l-list-item>
202
- </d2l-list>
203
- </d2l-list-item>
204
- </d2l-list>
205
- <div slot="actions">
206
- <d2l-button-icon text="My Button" icon="tier1:preview"></d2l-button-icon>
207
- <d2l-dropdown-more text="Open!">
208
- <d2l-dropdown-menu>
209
- <d2l-menu label="Astronomy">
210
- <d2l-menu-item text="Introduction"></d2l-menu-item>
211
- <d2l-menu-item text="Searching for the Heavens "></d2l-menu-item>
212
- </d2l-menu>
213
- </d2l-dropdown-menu>
214
- </d2l-dropdown-more>
215
- </div>
216
- </d2l-list-item>
217
- <d2l-list-item selectable key="L1-2" label="Label for L1-2">
218
- <div>Biology (L1)</div>
219
- </d2l-list-item>
220
- </d2l-list>
221
- </template>
222
- </d2l-demo-snippet>
223
-
224
- <h2>Nested - Draggable</h2>
225
-
226
- <d2l-demo-snippet>
227
- <template>
228
- <d2l-list>
229
- <d2l-list-item key="L1-1" label="Label for L1-1" color="#ffba59" draggable>
230
- <d2l-list-item-content>
231
- <div>Earth Sciences (L1)</div>
232
- <div slot="supporting-info">Earth science or geoscience includes all fields of natural science related to planet Earth. This is a branch of science dealing with the physical and chemical constitution of Earth and its atmosphere. Earth science can be considered to be a branch of planetary science, but with a much older history.</div>
233
- </d2l-list-item-content>
234
- <d2l-list slot="nested" grid separators="all">
235
- <d2l-list-item key="L2-1" label="Label for L2-1" color="#ffba59" draggable>
236
- <d2l-list-item-content>
237
- <div>Introductory Earth Sciences (L2)</div>
238
- <div slot="supporting-info">This course explores the geological processes of the Earth's interior and surface. These include volcanism, earthquakes, mountain building, glaciation and weathering. Students will gain an appreciation of how these processes have controlled the evolution of our planet and the role of geology in meeting society's current and future demand for sustainable energy and mineral resources.</div>
239
- </d2l-list-item-content>
240
- <d2l-list slot="nested" grid separators="all">
241
- <d2l-list-item key="L3-1" label="Label for L3-1" color="#ffba59" draggable>
242
- <d2l-list-item-content>
243
- <div>Glaciation (L3)</div>
244
- <div slot="supporting-info">Supporting Info</div>
245
- </d2l-list-item-content>
246
- <d2l-list slot="nested" grid separators="all">
247
- <d2l-list-item selectable key="L4-1" label="Label for L4-1" color="#ffba59" draggable>
248
- <d2l-list-item-content>
249
- <div>Ice Sheets (L4)</div>
250
- <div slot="supporting-info">Supporting Info</div>
251
- </d2l-list-item-content>
252
- </d2l-list-item>
253
- <d2l-list-item key="L4-2" label="Label for L4-2">
254
- <d2l-list-item-content>
255
- <div>Alpine Glaciers (L4)</div>
256
- <div slot="supporting-info">Supporting Info</div>
257
- </d2l-list-item-content>
258
- </d2l-list-item>
259
- </d2l-list>
260
- </d2l-list-item>
261
- </d2l-list>
262
- </d2l-list-item>
263
- </d2l-list>
264
- </d2l-list-item>
265
- <d2l-list-item key="L1-2" label="Label for L1-2">
266
- <div>Biology (L1)</div>
267
- </d2l-list-item>
268
- </d2l-list>
269
- </template>
270
- </d2l-demo-snippet>
271
-
272
-
273
- <h2>Nested - Extend Separators</h2>
274
-
275
- <d2l-demo-snippet code-view-hidden>
276
- <template>
277
- <d2l-list extend-separators>
278
- <d2l-list-item key="L1-2" label="Label for L1-2">
279
- <d2l-list-item-content>
280
- <div>Biology (L1)</div>
281
- </d2l-list-item-content>
282
- </d2l-list-item>
283
- <d2l-list-item key="L1-1" label="Label for L1-1" color="#00ff00ab">
284
- <d2l-list-item-content>
285
- <div>Earth Sciences (L1)</div>
286
- <div slot="supporting-info">Earth science or geoscience includes all fields of natural science related to planet Earth. This is a branch of science dealing with the physical and chemical constitution of Earth and its atmosphere. Earth science can be considered to be a branch of planetary science, but with a much older history.</div>
287
- </d2l-list-item-content>
288
- <d2l-list slot="nested" grid separators="all" extend-separators>
289
- <d2l-list-item key="L2-1" label="Label for L2-1" color="#ffba59" >
290
- <d2l-list-item-content>
291
- <div>Introductory Earth Sciences (L2)</div>
292
- <div slot="supporting-info">This course explores the geological processes of the Earth's interior and surface. These include volcanism, earthquakes, mountain building, glaciation and weathering. Students will gain an appreciation of how these processes have controlled the evolution of our planet and the role of geology in meeting society's current and future demand for sustainable energy and mineral resources.</div>
293
- </d2l-list-item-content>
294
- </d2l-list-item>
295
- </d2l-list>
296
- <div slot="actions">
297
- <d2l-button-icon text="My Button" icon="tier1:preview"></d2l-button-icon>
298
- <d2l-dropdown-more text="Open!">
299
- <d2l-dropdown-menu>
300
- <d2l-menu label="Astronomy">
301
- <d2l-menu-item text="Introduction"></d2l-menu-item>
302
- <d2l-menu-item text="Searching for the Heavens "></d2l-menu-item>
303
- </d2l-menu>
304
- </d2l-dropdown-menu>
305
- </d2l-dropdown-more>
306
- </div>
307
- </d2l-list-item>
308
- </d2l-list>
309
- </template>
310
- </d2l-demo-snippet>
311
-
312
- <h2>Nested - Extend Separators, Selectable</h2>
313
-
314
- <d2l-demo-snippet code-view-hidden>
315
- <template>
316
- <d2l-list extend-separators>
317
- <d2l-list-controls slot="controls">
318
- <d2l-selection-action icon="tier1:bookmark-hollow" text="Bookmark" requires-selection></d2l-selection-action>
319
- <d2l-selection-action icon="tier1:gear" text="Settings"></d2l-selection-action>
320
- </d2l-list-controls>
321
- <d2l-list-item selectable key="L1-2" label="Label for L1-2">
322
- <d2l-list-item-content>
323
- <div>Biology (L1)</div>
324
- </d2l-list-item-content>
325
- </d2l-list-item>
326
- <d2l-list-item selectable key="L1-1" label="Label for L1-1" color="#00ff00ab">
327
- <d2l-list-item-content>
328
- <div>Earth Sciences (L1)</div>
329
- <div slot="supporting-info">Earth science or geoscience includes all fields of natural science related to planet Earth. This is a branch of science dealing with the physical and chemical constitution of Earth and its atmosphere. Earth science can be considered to be a branch of planetary science, but with a much older history.</div>
330
- </d2l-list-item-content>
331
- <d2l-list slot="nested" grid separators="all" extend-separators>
332
- <d2l-list-item selectable key="L2-1" label="Label for L2-1" color="#ffba59" >
333
- <d2l-list-item-content>
334
- <div>Introductory Earth Sciences (L2)</div>
335
- <div slot="supporting-info">This course explores the geological processes of the Earth's interior and surface. These include volcanism, earthquakes, mountain building, glaciation and weathering. Students will gain an appreciation of how these processes have controlled the evolution of our planet and the role of geology in meeting society's current and future demand for sustainable energy and mineral resources.</div>
336
- </d2l-list-item-content>
337
- </d2l-list-item>
338
- </d2l-list>
339
- <div slot="actions">
340
- <d2l-button-icon text="My Button" icon="tier1:preview"></d2l-button-icon>
341
- <d2l-dropdown-more text="Open!">
342
- <d2l-dropdown-menu>
343
- <d2l-menu label="Astronomy">
344
- <d2l-menu-item text="Introduction"></d2l-menu-item>
345
- <d2l-menu-item text="Searching for the Heavens "></d2l-menu-item>
346
- </d2l-menu>
347
- </d2l-dropdown-menu>
348
- </d2l-dropdown-more>
349
- </div>
350
- </d2l-list-item>
351
- </d2l-list>
352
- </template>
353
- </d2l-demo-snippet>
354
-
355
- <h2>Nested - Extend Separators, Expandable, Selectable</h2>
356
-
357
- <d2l-demo-snippet code-view-hidden>
358
- <template>
359
- <d2l-list extend-separators>
360
- <d2l-list-controls slot="controls">
361
- <d2l-selection-action icon="tier1:bookmark-hollow" text="Bookmark" requires-selection></d2l-selection-action>
362
- <d2l-selection-action icon="tier1:gear" text="Settings"></d2l-selection-action>
363
- </d2l-list-controls>
364
- <d2l-list-item selectable key="L1-1" label="Label for L1-1">
365
- <d2l-list-item-content>
366
- <div>Biology (L1)</div>
367
- </d2l-list-item-content>
368
- </d2l-list-item>
369
- <d2l-list-item selectable key="L1-2" label="Label for L1-2" expandable expanded color="#00ff00ab">
370
- <d2l-list-item-content>
371
- <div>Earth Sciences (L1)</div>
372
- <div slot="supporting-info">Earth science or geoscience includes all fields of natural science related to planet Earth. This is a branch of science dealing with the physical and chemical constitution of Earth and its atmosphere. Earth science can be considered to be a branch of planetary science, but with a much older history.</div>
373
- </d2l-list-item-content>
374
- <d2l-list slot="nested" grid separators="all" extend-separators>
375
- <d2l-list-item selectable key="L2-1" label="Label for L2-1" color="#ffba59" expandable>
376
- <d2l-list-item-content>
377
- <div>Introductory Earth Sciences (L2)</div>
378
- <div slot="supporting-info">This course explores the geological processes of the Earth's interior and surface. These include volcanism, earthquakes, mountain building, glaciation and weathering. Students will gain an appreciation of how these processes have controlled the evolution of our planet and the role of geology in meeting society's current and future demand for sustainable energy and mineral resources.</div>
379
- </d2l-list-item-content>
380
- <d2l-list slot="nested" grid separators="all">
381
- <d2l-list-item selectable key="L3-1" label="Label for L3-1" color="#ffba59" expandable>
382
- <d2l-list-item-content>
383
- <div>Glaciation (L3)</div>
384
- <div slot="supporting-info">Supporting Info</div>
385
- </d2l-list-item-content>
386
- <d2l-list slot="nested" grid separators="all" extend-separators>
387
- <d2l-list-item selectable key="L4-1" label="Label for L4-1" color="#ffba59">
388
- <d2l-list-item-content>
389
- <div>Ice Sheets (L4)</div>
390
- <div slot="supporting-info">Supporting Info</div>
391
- </d2l-list-item-content>
392
- </d2l-list-item>
393
- <d2l-list-item selectable key="L4-2" label="Label for L4-2">
394
- <d2l-list-item-content>
395
- <div>Alpine Glaciers (L4)</div>
396
- <div slot="supporting-info">Supporting Info</div>
397
- </d2l-list-item-content>
398
- </d2l-list-item>
399
- </d2l-list>
400
- </d2l-list-item>
401
- </d2l-list>
402
- </d2l-list-item>
403
- </d2l-list>
404
- <div slot="actions">
405
- <d2l-button-icon text="My Button" icon="tier1:preview"></d2l-button-icon>
406
- <d2l-dropdown-more text="Open!">
407
- <d2l-dropdown-menu>
408
- <d2l-menu label="Astronomy">
409
- <d2l-menu-item text="Introduction"></d2l-menu-item>
410
- <d2l-menu-item text="Searching for the Heavens "></d2l-menu-item>
411
- </d2l-menu>
412
- </d2l-dropdown-menu>
413
- </d2l-dropdown-more>
414
- </div>
415
- </d2l-list-item>
416
- </d2l-list>
417
- </template>
418
- </d2l-demo-snippet>
419
-
420
- </d2l-demo-page>
421
-
422
- </body>
423
- </html>