@brightspace-ui/core 2.108.0 → 2.110.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.
- package/components/html-block/README.md +11 -36
- package/components/html-block/demo/html-block-code.html +1 -3
- package/components/html-block/demo/html-block.html +238 -364
- package/components/html-block/html-block.js +18 -73
- package/components/list/list.js +1 -2
- package/components/paging/pageable-mixin.js +5 -0
- package/components/paging/pageable-subscriber-mixin.js +1 -1
- package/components/paging/pager-load-more.js +2 -2
- package/components/selection/selection-controls.js +18 -7
- package/components/table/demo/table-test.js +10 -8
- package/components/table/table-controls.js +6 -14
- package/components/table/table-wrapper.js +17 -1
- package/custom-elements.json +98 -6
- package/lang/ar.js +2 -1
- package/lang/cy.js +2 -1
- package/lang/da.js +2 -1
- package/lang/de.js +2 -1
- package/lang/en-gb.js +2 -1
- package/lang/en.js +2 -1
- package/lang/es-es.js +2 -1
- package/lang/es.js +2 -1
- package/lang/fr-fr.js +2 -1
- package/lang/fr.js +2 -1
- package/lang/hi.js +2 -1
- package/lang/ja.js +2 -1
- package/lang/ko.js +2 -1
- package/lang/nl.js +2 -1
- package/lang/pt.js +2 -1
- package/lang/sv.js +2 -1
- package/lang/tr.js +2 -1
- package/lang/zh-cn.js +2 -1
- package/lang/zh-tw.js +2 -1
- package/package.json +1 -1
package/lang/es-es.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Elemento de marcador de posición",
|
|
95
95
|
"components.overflow-group.moreActions": "Más acciones",
|
|
96
96
|
"components.pager-load-more.action": "Cargar {count} más",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} elemento} other {{countFormatted} de {totalCountFormatted} elemento}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Cargando más elementos",
|
|
99
100
|
"components.selection.action-hint": "Seleccione un elemento para realizar esta acción.",
|
|
100
101
|
"components.selection.select-all": "Seleccionar todo",
|
package/lang/es.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Elemento de marcador de posición",
|
|
95
95
|
"components.overflow-group.moreActions": "Más acciones",
|
|
96
96
|
"components.pager-load-more.action": "Cargar {count} más",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} elemento} other {{countFormatted} de {totalCountFormatted} elemento}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Cargando más elementos",
|
|
99
100
|
"components.selection.action-hint": "Seleccione un elemento para realizar esta acción.",
|
|
100
101
|
"components.selection.select-all": "Seleccionar todo",
|
package/lang/fr-fr.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Élément d’espace réservé",
|
|
95
95
|
"components.overflow-group.moreActions": "Plus d'actions",
|
|
96
96
|
"components.pager-load-more.action": "Charger {count} supplémentaire(s)",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} sur {totalCountFormatted} élément} other {{countFormatted} sur {totalCountFormatted} éléments}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Charger plus d’éléments",
|
|
99
100
|
"components.selection.action-hint": "Sélectionnez un élément pour exécuter cette action.",
|
|
100
101
|
"components.selection.select-all": "Tout sélectionner",
|
package/lang/fr.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Élément de paramètre fictif",
|
|
95
95
|
"components.overflow-group.moreActions": "Plus d'actions",
|
|
96
96
|
"components.pager-load-more.action": "Charger {count} de plus",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} élément} other {{countFormatted} de {totalCountFormatted} éléments}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Chargement d'autres d'éléments",
|
|
99
100
|
"components.selection.action-hint": "Sélectionner un élément pour exécuter cette action.",
|
|
100
101
|
"components.selection.select-all": "Tout sélectionner",
|
package/lang/hi.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "प्लेसहोल्डर आइटम",
|
|
95
95
|
"components.overflow-group.moreActions": "अधिक क्रियाएँ",
|
|
96
96
|
"components.pager-load-more.action": "{count} और लोड करें",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{totalCountFormatted} में से {countFormatted} आइटम} other {{totalCountFormatted} में से {countFormatted} आइटम}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "और आइटम लोड करना",
|
|
99
100
|
"components.selection.action-hint": "यह कार्रवाई निष्पादित करने के लिए कोई आइटम का चयन करें।",
|
|
100
101
|
"components.selection.select-all": "सभी का चयन करें",
|
package/lang/ja.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "プレースホルダの項目",
|
|
95
95
|
"components.overflow-group.moreActions": "その他のアクション",
|
|
96
96
|
"components.pager-load-more.action": "さらに {count} 件を読み込む",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted}/{totalCountFormatted} 個の項目}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "さらに項目を読み込み中",
|
|
99
100
|
"components.selection.action-hint": "このアクションを実行するための項目を選択します。",
|
|
100
101
|
"components.selection.select-all": "すべて選択",
|
package/lang/ko.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "자리표시자 항목",
|
|
95
95
|
"components.overflow-group.moreActions": "추가 작업",
|
|
96
96
|
"components.pager-load-more.action": "{count}개 더 로드",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, other {{totalCountFormatted}개 항목 중 {countFormatted}개}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "더 많은 항목 로드",
|
|
99
100
|
"components.selection.action-hint": "이 작업을 수행할 항목을 선택하십시오.",
|
|
100
101
|
"components.selection.select-all": "모두 선택",
|
package/lang/nl.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Item tijdelijke aanduiding",
|
|
95
95
|
"components.overflow-group.moreActions": "Meer acties",
|
|
96
96
|
"components.pager-load-more.action": "Laad nog {count} extra",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} van {totalCountFormatted} artikel} other {{countFormatted} van {totalCountFormatted} artikelen}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Er worden meer items geladen",
|
|
99
100
|
"components.selection.action-hint": "Selecteer een item om deze actie uit te voeren.",
|
|
100
101
|
"components.selection.select-all": "Alles selecteren",
|
package/lang/pt.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Item de espaço reservado",
|
|
95
95
|
"components.overflow-group.moreActions": "Mais ações",
|
|
96
96
|
"components.pager-load-more.action": "Carregar mais {count}",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} item} other {{countFormatted} de {totalCountFormatted} itens}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Carregando mais itens",
|
|
99
100
|
"components.selection.action-hint": "Selecione um item para realizar esta ação.",
|
|
100
101
|
"components.selection.select-all": "Selecionar tudo",
|
package/lang/sv.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Platshållarobjekt",
|
|
95
95
|
"components.overflow-group.moreActions": "Fler åtgärder",
|
|
96
96
|
"components.pager-load-more.action": "Läs in {count} till",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} av {totalCountFormatted} objekt} other {{countFormatted} av {totalCountFormatted} objekt}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Läser in fler objekt",
|
|
99
100
|
"components.selection.action-hint": "Välj ett objekt för att utföra åtgärden.",
|
|
100
101
|
"components.selection.select-all": "Välj alla",
|
package/lang/tr.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "Yer Tutucu Öğesi",
|
|
95
95
|
"components.overflow-group.moreActions": "Daha Fazla Eylem",
|
|
96
96
|
"components.pager-load-more.action": "{count} Tane Daha Yükle",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} / {totalCountFormatted} öğe} other {{countFormatted} / {totalCountFormatted} öğe}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "Daha fazla öğe yükleniyor",
|
|
99
100
|
"components.selection.action-hint": "Bu eylemi gerçekleştirebilmek için bir öğe seçin.",
|
|
100
101
|
"components.selection.select-all": "Tümünü Seç",
|
package/lang/zh-cn.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "占位符项目",
|
|
95
95
|
"components.overflow-group.moreActions": "更多操作",
|
|
96
96
|
"components.pager-load-more.action": "再加载 {count} 个",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted}/{totalCountFormatted} 项}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "加载更多项目",
|
|
99
100
|
"components.selection.action-hint": "选择一个项目后才能执行此操作。",
|
|
100
101
|
"components.selection.select-all": "全选",
|
package/lang/zh-tw.js
CHANGED
|
@@ -94,7 +94,8 @@ export default {
|
|
|
94
94
|
"components.object-property-list.item-placeholder-text": "預留位置項目",
|
|
95
95
|
"components.overflow-group.moreActions": "其他動作",
|
|
96
96
|
"components.pager-load-more.action": "再載入 {count} 個",
|
|
97
|
-
"components.
|
|
97
|
+
"components.pageable.info": "{count, plural, other {{countFormatted} items}}",
|
|
98
|
+
"components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted} 項,共 {totalCountFormatted} 項}}",
|
|
98
99
|
"components.pager-load-more.status-loading": "正在載入更多項目",
|
|
99
100
|
"components.selection.action-hint": "選取項目以執行此動作。",
|
|
100
101
|
"components.selection.select-all": "全選",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.110.0",
|
|
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",
|