Skip to content

Commit 779edb5

Browse files
authored
Merge pull request #16059 from IgniteUI/20.0.x
Mass Merging 20.0.x to master
2 parents 160626d + bbb547c commit 779edb5

File tree

129 files changed

+1606
-10322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+1606
-10322
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master, 19.2.x, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
16+
branches: [ master, '[0-9]+.[0-9]+.x' ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master, 19.2.x, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
19+
branches: [ master, '[0-9]+.[0-9]+.x' ]
2020
schedule:
2121
- cron: '33 4 * * 4'
2222

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/source-map": "0.5.2",
7575
"express": "^5.1.0",
7676
"fflate": "^0.8.1",
77-
"igniteui-theming": "^19.1.2",
77+
"igniteui-theming": "^19.2.1",
7878
"igniteui-trial-watermark": "^3.1.0",
7979
"lodash-es": "^4.17.21",
8080
"rxjs": "^7.8.2",

projects/igniteui-angular-i18n/src/i18n/BG/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsBG = {
88
igx_combo_empty_message: 'Списъкът е празен',
99
igx_combo_filter_search_placeholder: 'Въведете термин за търсене',
1010
igx_combo_addCustomValues_placeholder: 'Добавяне на елемент',
11-
igx_combo_clearItems_placeholder: 'Изчистване на избора'
11+
igx_combo_clearItems_placeholder: 'Изчистване на избора',
12+
igx_combo_aria_label_options: 'Има избрани опции',
13+
igx_combo_aria_label_no_options: 'Няма избрани опции'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/CS/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsCS = {
88
igx_combo_empty_message: 'Seznam je prázdný',
99
igx_combo_filter_search_placeholder: 'Zadejte hledaný výraz',
1010
igx_combo_addCustomValues_placeholder: 'Přidat položku',
11-
igx_combo_clearItems_placeholder: 'Vymazat výběr'
11+
igx_combo_clearItems_placeholder: 'Vymazat výběr',
12+
igx_combo_aria_label_options: 'Vybrané možnosti',
13+
igx_combo_aria_label_no_options: 'Žádné možnosti nejsou vybrány'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/DA/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsDA = {
88
igx_combo_empty_message: 'Listen er tom',
99
igx_combo_filter_search_placeholder: 'Indtast en søgeterm',
1010
igx_combo_addCustomValues_placeholder: 'Tilføj element',
11-
igx_combo_clearItems_placeholder: 'Ryd markering'
11+
igx_combo_clearItems_placeholder: 'Ryd markering',
12+
igx_combo_aria_label_options: 'Valgte muligheder',
13+
igx_combo_aria_label_no_options: 'Ingen valgte muligheder'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/DE/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsDE = {
88
igx_combo_empty_message: 'Die Liste ist leer',
99
igx_combo_filter_search_placeholder: 'Suchbegriff eingeben',
1010
igx_combo_addCustomValues_placeholder: 'Element hinzufügen',
11-
igx_combo_clearItems_placeholder: 'Auswahl löschen'
11+
igx_combo_clearItems_placeholder: 'Auswahl löschen',
12+
igx_combo_aria_label_options: 'Ausgewählte Optionen',
13+
igx_combo_aria_label_no_options: 'Keine Optionen ausgewählt'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/ES/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsES = {
88
igx_combo_empty_message: 'La lista está vacía',
99
igx_combo_filter_search_placeholder: 'Escriba un término de búsqueda',
1010
igx_combo_addCustomValues_placeholder: 'Agregar elemento',
11-
igx_combo_clearItems_placeholder: 'Borrar selección'
11+
igx_combo_clearItems_placeholder: 'Borrar selección',
12+
igx_combo_aria_label_options: 'Opciones seleccionadas',
13+
igx_combo_aria_label_no_options: 'No hay opciones seleccionadas'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/FR/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsFR = {
88
igx_combo_empty_message: 'La liste est vide',
99
igx_combo_filter_search_placeholder: 'Entrez un terme de recherche',
1010
igx_combo_addCustomValues_placeholder: 'Ajouter un élément',
11-
igx_combo_clearItems_placeholder: 'Effacer la sélection'
11+
igx_combo_clearItems_placeholder: 'Effacer la sélection',
12+
igx_combo_aria_label_options: 'Options sélectionnées',
13+
igx_combo_aria_label_no_options: 'Aucune option sélectionnée'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/HU/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsHU = {
88
igx_combo_empty_message: 'Üres a lista',
99
igx_combo_filter_search_placeholder: 'Írjon be egy keresési kifejezést',
1010
igx_combo_addCustomValues_placeholder: 'Elem hozzáadása',
11-
igx_combo_clearItems_placeholder: 'Kiválasztás törlése'
11+
igx_combo_clearItems_placeholder: 'Kiválasztás törlése',
12+
igx_combo_aria_label_options: 'Kiválasztott lehetőségek',
13+
igx_combo_aria_label_no_options: 'Nincsenek kiválasztott lehetőségek'
1214
} satisfies MakeRequired<IComboResourceStrings>;

0 commit comments

Comments
 (0)