@brightspace-ui/core 3.156.2 → 3.156.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/scroll-wrapper/demo/scroll-wrapper-test.js +1 -2
- package/components/table/demo/table-test.js +1 -2
- package/helpers/demo/prism.html +2 -4
- package/lang/ar.js +3 -3
- package/lang/cy.js +3 -3
- package/lang/da.js +3 -3
- package/lang/de.js +3 -3
- package/lang/es-es.js +3 -3
- package/lang/es.js +3 -3
- package/lang/fr-fr.js +3 -3
- package/lang/fr.js +3 -3
- package/lang/haw.js +2 -2
- package/lang/hi.js +3 -3
- package/lang/ja.js +2 -2
- package/lang/ko.js +2 -2
- package/lang/mi.js +2 -2
- package/lang/nl.js +3 -3
- package/lang/pt.js +4 -4
- package/lang/sv.js +3 -3
- package/lang/tr.js +3 -3
- package/lang/zh-cn.js +2 -2
- package/lang/zh-tw.js +2 -2
- package/package.json +1 -1
@@ -1,9 +1,8 @@
|
|
1
1
|
import '../scroll-wrapper.js';
|
2
2
|
import { css, html, LitElement } from 'lit';
|
3
|
-
import { RtlMixin } from '../../../mixins/rtl/rtl-mixin.js';
|
4
3
|
import { styleMap } from 'lit/directives/style-map.js';
|
5
4
|
|
6
|
-
class TestScrollWrapper extends
|
5
|
+
class TestScrollWrapper extends LitElement {
|
7
6
|
|
8
7
|
static get properties() {
|
9
8
|
return {
|
@@ -19,7 +19,6 @@ import { css, html, nothing } from 'lit';
|
|
19
19
|
import { tableStyles, TableWrapper } from '../table-wrapper.js';
|
20
20
|
import { DemoPassthroughMixin } from '../../demo/demo-passthrough-mixin.js';
|
21
21
|
import { ifDefined } from 'lit/directives/if-defined.js';
|
22
|
-
import { RtlMixin } from '../../../mixins/rtl/rtl-mixin.js';
|
23
22
|
|
24
23
|
const columns = ['Population', 'Size', 'Elevation'];
|
25
24
|
const thText = ['Additional', 'Placeholder', 'Header', 'Row', 'Cells'];
|
@@ -36,7 +35,7 @@ const data = () => [
|
|
36
35
|
|
37
36
|
const formatter = new Intl.NumberFormat('en-US');
|
38
37
|
|
39
|
-
class TestTable extends
|
38
|
+
class TestTable extends DemoPassthroughMixin(TableWrapper, 'd2l-table-wrapper') {
|
40
39
|
|
41
40
|
static get properties() {
|
42
41
|
return {
|
package/helpers/demo/prism.html
CHANGED
@@ -615,7 +615,6 @@ import { getComposedActiveElement, getFirstFocusableDescendant, getPreviousFocus
|
|
615
615
|
import { classMap } from 'lit/directives/class-map.js';
|
616
616
|
import { html } from 'lit';
|
617
617
|
import { LocalizeCoreElement } from '../../helpers/localize-core-element.js';
|
618
|
-
import { RtlMixin } from '../../mixins/rtl/rtl-mixin.js';
|
619
618
|
import { styleMap } from 'lit/directives/style-map.js';
|
620
619
|
import { tryGetIfrauBackdropService } from '../../helpers/ifrauBackdropService.js';
|
621
620
|
|
@@ -625,7 +624,7 @@ const minBackdropWidthMobile = 30;
|
|
625
624
|
const outerMarginTopBottom = 18;
|
626
625
|
const defaultVerticalOffset = 16;
|
627
626
|
|
628
|
-
export const DropdownContentMixin = superclass => class extends LocalizeCoreElement(
|
627
|
+
export const DropdownContentMixin = superclass => class extends LocalizeCoreElement(superclass) {
|
629
628
|
|
630
629
|
static get properties() {
|
631
630
|
return {
|
@@ -1772,7 +1771,6 @@ import { FocusMixin } from '../../mixins/focus/focus-mixin.js';
|
|
1772
1771
|
import { ifDefined } from 'lit/directives/if-defined.js';
|
1773
1772
|
import { offscreenStyles } from '../offscreen/offscreen.js';
|
1774
1773
|
import ResizeObserver from 'resize-observer-polyfill/dist/ResizeObserver.es.js';
|
1775
|
-
import { RtlMixin } from '../../mixins/rtl/rtl-mixin.js';
|
1776
1774
|
import { styleMap } from 'lit/directives/style-map.js';
|
1777
1775
|
|
1778
1776
|
/**
|
@@ -1783,7 +1781,7 @@ import { styleMap } from 'lit/directives/style-map.js';
|
|
1783
1781
|
* @slot footer - Slot for footer content, such secondary actions
|
1784
1782
|
* @slot header - Slot for header content, such as course image (no actionable elements)
|
1785
1783
|
*/
|
1786
|
-
class Card extends FocusMixin(
|
1784
|
+
class Card extends FocusMixin(LitElement) {
|
1787
1785
|
|
1788
1786
|
static get properties() {
|
1789
1787
|
return {
|
package/lang/ar.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "زيادة {count} إضافي",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {قائمة العلامات بها 0 عناصر}
|
215
|
+
one {قائمة العلامات بها {count} عنصر}
|
216
|
+
other {قائمة العلامات بها {count} من العناصر}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "إظهار أقل",
|
219
219
|
"components.tag-list.show-more-description": "حدد لإظهار عناصر قائمة العلامات المخفية",
|
package/lang/cy.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} yn rhagor",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Rhestr Tagiau gyda 0 eitem}
|
215
|
+
one {Rhestr Tagiau gyda {count} eitem}
|
216
|
+
other {Rhestr Tagiau gyda {count} eitem}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Dangos Llai",
|
219
219
|
"components.tag-list.show-more-description": "Dewis i ddangos eitemau rhestr tag cudd",
|
package/lang/da.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} mere",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Tagliste med 0 elementer}
|
215
|
+
one {Tagliste med {count} element}
|
216
|
+
other {Tagliste med {count} elementer}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Vis færre",
|
219
219
|
"components.tag-list.show-more-description": "Vælg for at få vist skjulte taglisteelementer",
|
package/lang/de.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} weitere",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {Tag
|
215
|
-
one {Tag
|
216
|
-
other {Tag
|
214
|
+
=0 {Tag-Liste mit 0 Elementen}
|
215
|
+
one {Tag-Liste mit {count} Element}
|
216
|
+
other {Tag-Liste mit {count} Elementen}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Weniger anzeigen",
|
219
219
|
"components.tag-list.show-more-description": "Wählen Sie diese Option, um ausgeblendete Elemente der Tag-Liste anzuzeigen",
|
package/lang/es-es.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} más",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Lista de etiquetas con 0 elementos}
|
215
|
+
one {Lista de etiquetas con {count} elemento}
|
216
|
+
other {Lista de etiquetas con {count} elementos}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Mostrar menos",
|
219
219
|
"components.tag-list.show-more-description": "Seleccione esta opción para mostrar los elementos ocultos de la lista de etiquetas",
|
package/lang/es.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} más",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Lista de etiquetas con 0 elementos}
|
215
|
+
one {Lista de etiquetas con {count} elemento}
|
216
|
+
other {Lista de etiquetas con {count} elementos}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Mostrar menos",
|
219
219
|
"components.tag-list.show-more-description": "Seleccione para mostrar los elementos ocultos de la lista de etiquetas",
|
package/lang/fr-fr.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "{count} de plus",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Liste d’étiquettes comportant 0 élément}
|
215
|
+
one {Liste d’étiquettes comportant {count} élément}
|
216
|
+
other {Liste d’étiquettes comportant {count} éléments}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Afficher moins",
|
219
219
|
"components.tag-list.show-more-description": "Sélectionnez cette option pour afficher les éléments de la liste d’étiquettes masquées",
|
package/lang/fr.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} de plus",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Liste de balises avec 0 élément}
|
215
|
+
one {Liste de balises avec {count} élément}
|
216
|
+
other {Liste de balises avec {count} éléments}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Afficher moins",
|
219
219
|
"components.tag-list.show-more-description": "Sélectionnez cette option pour afficher les éléments de la liste des balises cachées",
|
package/lang/haw.js
CHANGED
@@ -212,8 +212,8 @@ export default {
|
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
214
|
=0 {Tag List with 0 items}
|
215
|
-
one {Tag List with {count}
|
216
|
-
other {Tag List with {count}
|
215
|
+
one {Tag List with {count}i mea}
|
216
|
+
other {Tag List with {count}a ʻē aʻe}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Hōʻike liʻiliʻi",
|
219
219
|
"components.tag-list.show-more-description": "E koho e hōʻike i nā mea papa inoa inoa huna",
|
package/lang/hi.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} और",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {0 आइटम के साथ सूची टैग करें}
|
215
|
+
one {{count} आइटम के साथ सूची टैग करें}
|
216
|
+
other {{count} आइटम के साथ सूची टैग करें}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "कम दिखाएँ",
|
219
219
|
"components.tag-list.show-more-description": "छिपे हुए टैग लिस्ट आइटम दिखाने के लिए चुनें",
|
package/lang/ja.js
CHANGED
@@ -203,8 +203,8 @@ export default {
|
|
203
203
|
"components.tag-list.num-hidden": "+ {count} 件追加",
|
204
204
|
"components.tag-list.role-description":
|
205
205
|
`{count, plural,
|
206
|
-
=0 {
|
207
|
-
other {
|
206
|
+
=0 {0 項目のタグリスト}
|
207
|
+
other {{count} 項目のタグリスト}
|
208
208
|
}`,
|
209
209
|
"components.tag-list.show-less": "少なく表示",
|
210
210
|
"components.tag-list.show-more-description": "選択すると、非表示のタグリスト項目が表示されます",
|
package/lang/ko.js
CHANGED
@@ -203,8 +203,8 @@ export default {
|
|
203
203
|
"components.tag-list.num-hidden": "{count}개 더",
|
204
204
|
"components.tag-list.role-description":
|
205
205
|
`{count, plural,
|
206
|
-
=0 {
|
207
|
-
other {
|
206
|
+
=0 {0개의 항목이 있는 태그 목록}
|
207
|
+
other {{count}개의 항목이 있는 태그 목록}
|
208
208
|
}`,
|
209
209
|
"components.tag-list.show-less": "간단히 표시",
|
210
210
|
"components.tag-list.show-more-description": "숨겨진 태그 목록 항목을 표시하려면 선택합니다",
|
package/lang/mi.js
CHANGED
@@ -212,8 +212,8 @@ export default {
|
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
214
|
=0 {Tag List with 0 items}
|
215
|
-
one {Tag List with {count}
|
216
|
-
other {Tag List with {count}
|
215
|
+
one {Tag List with {count}ahi te mea}
|
216
|
+
other {Tag List with {count}ētahi atu tūemi}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Whakaaturia mai kia iti iho",
|
219
219
|
"components.tag-list.show-more-description": "Tīpakohia hei whakaatu i ngā tūemi rārangi tūtohu hunahuna",
|
package/lang/nl.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} extra",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Taglijst met 0 items}
|
215
|
+
one {Taglijst met {count} item}
|
216
|
+
other {Taglijst met {count} items}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Minder weergeven",
|
219
219
|
"components.tag-list.show-more-description": "Selecteer deze optie om verborgen items op labellijsten weer te geven",
|
package/lang/pt.js
CHANGED
@@ -173,7 +173,7 @@ export default {
|
|
173
173
|
"components.selection.selected-plus": "Mais de {count} selecionados",
|
174
174
|
"components.selection-controls.label": "Ações para seleção",
|
175
175
|
"components.sort.label": "Classificar",
|
176
|
-
"components.sort.text": "
|
176
|
+
"components.sort.text": "Classificar: {selectedItemText}",
|
177
177
|
"components.switch.conditions": "As condições devem ser atendidas",
|
178
178
|
"components.switch.hidden": "Oculto",
|
179
179
|
"components.switch.visible": "Visível",
|
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} mais",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Lista de etiquetas com 0 item}
|
215
|
+
one {Lista de etiquetas com {count} item}
|
216
|
+
other {Lista de etiquetas com {count} itens}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Mostrar menos",
|
219
219
|
"components.tag-list.show-more-description": "Selecione para mostrar itens ocultos da lista de etiquetas",
|
package/lang/sv.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} till",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Tagglista med 0 objekt}
|
215
|
+
one {Tagglista med {count} objekt}
|
216
|
+
other {Tagglista med {count} objekt}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Visa färre",
|
219
219
|
"components.tag-list.show-more-description": "Välj för att visa dolda tagglistobjekt",
|
package/lang/tr.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+{count} tane daha",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {0 öğeli Etiket Listesi}
|
215
|
+
one {{count} öğeli Etiket Listesi}
|
216
|
+
other {{count} öğeli Etiket Listesi}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Daha Azını Göster",
|
219
219
|
"components.tag-list.show-more-description": "Gizli etiket listesi öğelerini göstermek için seçin",
|
package/lang/zh-cn.js
CHANGED
@@ -203,8 +203,8 @@ export default {
|
|
203
203
|
"components.tag-list.num-hidden": "+ {count} 个",
|
204
204
|
"components.tag-list.role-description":
|
205
205
|
`{count, plural,
|
206
|
-
=0 {
|
207
|
-
other {
|
206
|
+
=0 {包含 0 个项目的标签列表}
|
207
|
+
other {包含 {count} 个项目的标签列表}
|
208
208
|
}`,
|
209
209
|
"components.tag-list.show-less": "显示更少",
|
210
210
|
"components.tag-list.show-more-description": "选择以显示隐藏的标签列表项目",
|
package/lang/zh-tw.js
CHANGED
@@ -204,8 +204,8 @@ export default {
|
|
204
204
|
"components.tag-list.num-hidden": "還有 {count} 個",
|
205
205
|
"components.tag-list.role-description":
|
206
206
|
`{count, plural,
|
207
|
-
=0 {
|
208
|
-
other {
|
207
|
+
=0 {標記列表包含 0 個項目}
|
208
|
+
other {標記列表包含 {count} 個項目}
|
209
209
|
}`,
|
210
210
|
"components.tag-list.show-less": "顯示更少",
|
211
211
|
"components.tag-list.show-more-description": "選取以顯示隱藏的標記清單項目",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.156.
|
3
|
+
"version": "3.156.4",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|