diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml index 4ae7faf43..2fcec56dc 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml @@ -7,7 +7,7 @@ body: id: affected-versions attributes: label: Bootstraptable version(s) affected - placeholder: 1.23.3 + placeholder: 1.23.4 validations: required: true - type: textarea diff --git a/CHANGELOG.md b/CHANGELOG.md index f59ffd299..cf554c8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ChangeLog --------- -### 1.23.3 +### 1.23.4 ### Core diff --git a/_config.yml b/_config.yml index ff64db53e..92151dcc1 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ algolia: index_name: bootstrap-table # Custom variables -current_version: 1.23.3 +current_version: 1.23.4 title: "Bootstrap Table" description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)" authors: "Zhixin Wen, and Bootstrap Table contributors" diff --git a/bootstrap-table.jquery.json b/bootstrap-table.jquery.json index 8094cf52b..7fcb1b245 100644 --- a/bootstrap-table.jquery.json +++ b/bootstrap-table.jquery.json @@ -1,6 +1,6 @@ { "name": "bootstrap-table", - "version": "1.23.3", + "version": "1.23.4", "title": "Bootstrap Table", "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)", "author": { diff --git a/dist/bootstrap-table-locale-all.js b/dist/bootstrap-table-locale-all.js index 96ba81b75..ddea0d3b2 100644 --- a/dist/bootstrap-table-locale-all.js +++ b/dist/bootstrap-table-locale-all.js @@ -1311,359 +1311,209 @@ }); /** - * Bootstrap Table Arabic translation - * Author: Othman Ali Modaes - */ - - $$2.fn.bootstrapTable.locales['ar-SA'] = $$2.fn.bootstrapTable.locales['ar'] = { - formatCopyRows: function formatCopyRows() { - return 'نسخ الصفوف'; - }, - formatPrint: function formatPrint() { - return 'طباعة'; - }, - formatLoadingMessage: function formatLoadingMessage() { - return 'جارٍ التحميل، يرجى الانتظار...'; - }, - formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " \u0635\u0641 \u0644\u0643\u0644 \u0635\u0641\u062D\u0629"); - }, - formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { - if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "\u0627\u0644\u0638\u0627\u0647\u0631 ".concat(pageFrom, " \u0625\u0644\u0649 ").concat(pageTo, " \u0645\u0646 ").concat(totalRows, " \u0633\u062C\u0644 ").concat(totalNotFiltered, " \u0625\u062C\u0645\u0627\u0644\u064A \u0627\u0644\u0635\u0641\u0648\u0641)"); - } - return "\u0627\u0644\u0638\u0627\u0647\u0631 ".concat(pageFrom, " \u0625\u0644\u0649 ").concat(pageTo, " \u0645\u0646 ").concat(totalRows, " \u0633\u062C\u0644"); - }, - formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'الصفحة السابقة'; - }, - formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "\u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 ".concat(page); - }, - formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'الصفحة التالية'; - }, - formatDetailPagination: function formatDetailPagination(totalRows) { - return "\u0639\u0631\u0636 ".concat(totalRows, " \u0623\u0639\u0645\u062F\u0629"); - }, - formatClearSearch: function formatClearSearch() { - return 'مسح مربع البحث'; - }, - formatSearch: function formatSearch() { - return 'بحث'; - }, - formatNoMatches: function formatNoMatches() { - return 'لا توجد نتائج مطابقة للبحث'; - }, - formatPaginationSwitch: function formatPaginationSwitch() { - /* eslint-disable no-useless-escape */ - return 'إخفاء/إظهار ترقيم الصفحات'; - }, - formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'إظهار ترقيم الصفحات'; - }, - formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'إخفاء ترقيم الصفحات'; - }, - formatRefresh: function formatRefresh() { - return 'تحديث'; - }, - formatToggleOn: function formatToggleOn() { - return 'إظهار كبطاقات'; - }, - formatToggleOff: function formatToggleOff() { - return 'إلغاء البطاقات'; - }, - formatColumns: function formatColumns() { - return 'أعمدة'; - }, - formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'تبديل الكل'; - }, - formatFullscreen: function formatFullscreen() { - return 'الشاشة كاملة'; - }, - formatAllRows: function formatAllRows() { - return 'الكل'; - }, - formatAutoRefresh: function formatAutoRefresh() { - return 'تحديث تلقائي'; - }, - formatExport: function formatExport() { - return 'تصدير البيانات'; - }, - formatJumpTo: function formatJumpTo() { - return 'قفز'; - }, - formatAdvancedSearch: function formatAdvancedSearch() { - return 'بحث متقدم'; - }, - formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'إغلاق'; - }, - formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'عرض/إخفاء عناصر التصفية'; - }, - formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'إخفاء عناصر التصفية'; - }, - formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'عرض عناصر التصفية'; - } - }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ar-SA']); - - /** - * Bootstrap Table Afrikaans translation - * Author: Phillip Kruger + * Bootstrap Table Bulgarian translation + * Author: Mikhail Kalatchev */ - $$2.fn.bootstrapTable.locales['af-ZA'] = $$2.fn.bootstrapTable.locales['af'] = { + $$2.fn.bootstrapTable.locales['bg-BG'] = $$2.fn.bootstrapTable.locales['bg'] = { formatCopyRows: function formatCopyRows() { - return 'Kopieer lyne'; + return 'Копиране на редове'; }, formatPrint: function formatPrint() { - return 'Druk uit'; + return 'Печат'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Laai tans'; + return 'Зареждане, моля изчакайте'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " re\xEBls per bladsy"); + return "".concat(pageNumber, " \u0440\u0435\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Wys ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " lyne (gefiltreer vanaf ").concat(totalNotFiltered, " lyne)"); + return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435 \u043E\u0442 ".concat(pageFrom, " \u0434\u043E ").concat(pageTo, " \u043E\u0442 ").concat(totalRows, " (\u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0438 \u043E\u0442 \u043E\u0431\u0449\u043E ").concat(totalNotFiltered, ")"); } - return "Wys ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " lyne"); + return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435 \u043E\u0442 ".concat(pageFrom, " \u0434\u043E ").concat(pageTo, " \u043E\u0442 \u043E\u0431\u0449\u043E ").concat(totalRows); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'vorige bladsy'; + return 'предишна страница'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "na bladsy ".concat(page); + return "\u0434\u043E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'volgende bladsy'; + return 'следваща страница'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "".concat(totalRows, "-re\xEBl vertoon"); + return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 ".concat(totalRows, " \u0440\u0435\u0434\u0430"); }, formatClearSearch: function formatClearSearch() { - return 'Duidelike soektog'; + return 'Изчистване на търсенето'; }, formatSearch: function formatSearch() { - return 'Navorsing'; + return 'Търсене'; }, formatNoMatches: function formatNoMatches() { - return 'Geen resultate nie'; + return 'Не са намерени съвпадащи записи'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Versteek/Wys paginasie'; + return 'Скриване/Показване на странициране'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Wys paginasie'; + return 'Показване на странициране'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Versteek paginasie'; + return 'Скриване на странициране'; }, formatRefresh: function formatRefresh() { - return 'Verfris'; + return 'Обновяване'; }, formatToggleOn: function formatToggleOn() { - return 'Wys kaartaansig'; + return 'Показване на изглед карта'; }, formatToggleOff: function formatToggleOff() { - return 'Versteek kaartaansig'; + return 'Скриване на изглед карта'; }, formatColumns: function formatColumns() { - return 'Kolomme'; + return 'Колони'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Wys alles'; + return 'Превключване на всички'; }, formatFullscreen: function formatFullscreen() { - return 'Volskerm'; + return 'Цял екран'; }, formatAllRows: function formatAllRows() { - return 'Alles'; + return 'Всички'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Verfris outomaties'; + return 'Автоматично обновяване'; }, formatExport: function formatExport() { - return 'Voer data uit'; + return 'Експорт на данни'; }, formatJumpTo: function formatJumpTo() { - return 'Gaan na'; + return 'ОТИДИ'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Gevorderde soektog'; + return 'Разширено търсене'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Maak'; + return 'Затваряне'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Versteek/Wys kontroles'; + return 'Скрива/показва контроли'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Versteek kontroles'; + return 'Скрива контроли'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Wys kontroles'; - }, - formatToggleCustomViewOn: function formatToggleCustomViewOn() { - return 'Wys pasgemaakte aansig'; - }, - formatToggleCustomViewOff: function formatToggleCustomViewOff() { - return 'Versteek pasgemaakte aansig'; - }, - formatClearFilters: function formatClearFilters() { - return 'Verwyder filters'; - }, - formatAddLevel: function formatAddLevel() { - return 'Voeg \'n vlak by'; - }, - formatCancel: function formatCancel() { - return 'Kanselleer'; - }, - formatColumn: function formatColumn() { - return 'Kolom'; - }, - formatDeleteLevel: function formatDeleteLevel() { - return 'Vee \'n vlak uit'; - }, - formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { - return 'Duplikaatinskrywings is gevind!'; - }, - formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { - return 'Verwyder of wysig asseblief duplikaatinskrywings'; - }, - formatMultipleSort: function formatMultipleSort() { - return 'Multi-sorteer'; - }, - formatOrder: function formatOrder() { - return 'Bestelling'; - }, - formatSort: function formatSort() { - return 'Rangskik'; - }, - formatSortBy: function formatSortBy() { - return 'Sorteer volgens'; - }, - formatSortOrders: function formatSortOrders() { - return { - asc: 'Stygende', - desc: 'Dalende' - }; - }, - formatThenBy: function formatThenBy() { - return 'Dan deur'; + return 'Показва контроли'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['af-ZA']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['bg-BG']); /** - * Bootstrap Table Bulgarian translation - * Author: Mikhail Kalatchev + * Bootstrap Table Arabic translation + * Author: Othman Ali Modaes */ - $$2.fn.bootstrapTable.locales['bg-BG'] = $$2.fn.bootstrapTable.locales['bg'] = { + $$2.fn.bootstrapTable.locales['ar-SA'] = $$2.fn.bootstrapTable.locales['ar'] = { formatCopyRows: function formatCopyRows() { - return 'Копиране на редове'; + return 'نسخ الصفوف'; }, formatPrint: function formatPrint() { - return 'Печат'; + return 'طباعة'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Зареждане, моля изчакайте'; + return 'جارٍ التحميل، يرجى الانتظار...'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " \u0440\u0435\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430"); + return "".concat(pageNumber, " \u0635\u0641 \u0644\u0643\u0644 \u0635\u0641\u062D\u0629"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435 \u043E\u0442 ".concat(pageFrom, " \u0434\u043E ").concat(pageTo, " \u043E\u0442 ").concat(totalRows, " (\u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0438 \u043E\u0442 \u043E\u0431\u0449\u043E ").concat(totalNotFiltered, ")"); + return "\u0627\u0644\u0638\u0627\u0647\u0631 ".concat(pageFrom, " \u0625\u0644\u0649 ").concat(pageTo, " \u0645\u0646 ").concat(totalRows, " \u0633\u062C\u0644 ").concat(totalNotFiltered, " \u0625\u062C\u0645\u0627\u0644\u064A \u0627\u0644\u0635\u0641\u0648\u0641)"); } - return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435 \u043E\u0442 ".concat(pageFrom, " \u0434\u043E ").concat(pageTo, " \u043E\u0442 \u043E\u0431\u0449\u043E ").concat(totalRows); + return "\u0627\u0644\u0638\u0627\u0647\u0631 ".concat(pageFrom, " \u0625\u0644\u0649 ").concat(pageTo, " \u0645\u0646 ").concat(totalRows, " \u0633\u062C\u0644"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'предишна страница'; + return 'الصفحة السابقة'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "\u0434\u043E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ".concat(page); + return "\u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'следваща страница'; + return 'الصفحة التالية'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 ".concat(totalRows, " \u0440\u0435\u0434\u0430"); + return "\u0639\u0631\u0636 ".concat(totalRows, " \u0623\u0639\u0645\u062F\u0629"); }, formatClearSearch: function formatClearSearch() { - return 'Изчистване на търсенето'; + return 'مسح مربع البحث'; }, formatSearch: function formatSearch() { - return 'Търсене'; + return 'بحث'; }, formatNoMatches: function formatNoMatches() { - return 'Не са намерени съвпадащи записи'; + return 'لا توجد نتائج مطابقة للبحث'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Скриване/Показване на странициране'; + /* eslint-disable no-useless-escape */ + return 'إخفاء/إظهار ترقيم الصفحات'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Показване на странициране'; + return 'إظهار ترقيم الصفحات'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Скриване на странициране'; + return 'إخفاء ترقيم الصفحات'; }, formatRefresh: function formatRefresh() { - return 'Обновяване'; + return 'تحديث'; }, formatToggleOn: function formatToggleOn() { - return 'Показване на изглед карта'; + return 'إظهار كبطاقات'; }, formatToggleOff: function formatToggleOff() { - return 'Скриване на изглед карта'; + return 'إلغاء البطاقات'; }, formatColumns: function formatColumns() { - return 'Колони'; + return 'أعمدة'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Превключване на всички'; + return 'تبديل الكل'; }, formatFullscreen: function formatFullscreen() { - return 'Цял екран'; + return 'الشاشة كاملة'; }, formatAllRows: function formatAllRows() { - return 'Всички'; + return 'الكل'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Автоматично обновяване'; + return 'تحديث تلقائي'; }, formatExport: function formatExport() { - return 'Експорт на данни'; + return 'تصدير البيانات'; }, formatJumpTo: function formatJumpTo() { - return 'ОТИДИ'; + return 'قفز'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Разширено търсене'; + return 'بحث متقدم'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Затваряне'; + return 'إغلاق'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Скрива/показва контроли'; + return 'عرض/إخفاء عناصر التصفية'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Скрива контроли'; + return 'إخفاء عناصر التصفية'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Показва контроли'; + return 'عرض عناصر التصفية'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['bg-BG']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ar-SA']); /** * Bootstrap Table Catalan translation @@ -1770,209 +1620,209 @@ Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ca-ES']); /** - * Bootstrap Table Czech translation - * Author: Lukas Kral (monarcha@seznam.cz) - * Author: Jakub Svestka + * Bootstrap Table danish translation + * Author: Your Name Jan Borup Coyle, github@coyle.dk */ - $$2.fn.bootstrapTable.locales['cs-CZ'] = $$2.fn.bootstrapTable.locales['cs'] = { + $$2.fn.bootstrapTable.locales['da-DK'] = $$2.fn.bootstrapTable.locales['da'] = { formatCopyRows: function formatCopyRows() { - return 'Kopírovat řádky'; + return 'Copy Rows'; }, formatPrint: function formatPrint() { - return 'Tisk'; + return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Čekejte, prosím'; + return 'Indlæser, vent venligst'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " polo\u017Eek na str\xE1nku"); + return "".concat(pageNumber, " poster pr side"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Zobrazena ".concat(pageFrom, ". - ").concat(pageTo, " . polo\u017Eka z celkov\xFDch ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Viser ".concat(pageFrom, " til ").concat(pageTo, " af ").concat(totalRows, " r\xE6kke").concat(totalRows > 1 ? 'r' : '', " (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Zobrazena ".concat(pageFrom, ". - ").concat(pageTo, " . polo\u017Eka z celkov\xFDch ").concat(totalRows); + return "Viser ".concat(pageFrom, " til ").concat(pageTo, " af ").concat(totalRows, " r\xE6kke").concat(totalRows > 1 ? 'r' : ''); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'předchozí strana'; + return 'previous page'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "na stranu ".concat(page); + return "to page ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'další strana'; + return 'next page'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Zobrazuji ".concat(totalRows, " \u0159\xE1dek"); + return "Viser ".concat(totalRows, " r\xE6kke").concat(totalRows > 1 ? 'r' : ''); }, formatClearSearch: function formatClearSearch() { - return 'Smazat hledání'; + return 'Ryd filtre'; }, formatSearch: function formatSearch() { - return 'Vyhledávání'; + return 'Søg'; }, formatNoMatches: function formatNoMatches() { - return 'Nenalezena žádná vyhovující položka'; + return 'Ingen poster fundet'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Skrýt/Zobrazit stránkování'; + return 'Skjul/vis nummerering'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Zobrazit stránkování'; + return 'Show pagination'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Skrýt stránkování'; + return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Aktualizovat'; + return 'Opdater'; }, formatToggleOn: function formatToggleOn() { - return 'Zobrazit karty'; + return 'Show card view'; }, formatToggleOff: function formatToggleOff() { - return 'Zobrazit tabulku'; + return 'Hide card view'; }, formatColumns: function formatColumns() { - return 'Sloupce'; + return 'Kolonner'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Zobrazit/Skrýt vše'; + return 'Toggle all'; }, formatFullscreen: function formatFullscreen() { - return 'Zapnout/Vypnout fullscreen'; + return 'Fullscreen'; }, formatAllRows: function formatAllRows() { - return 'Vše'; + return 'Alle'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Automatické obnovení'; + return 'Auto Refresh'; }, formatExport: function formatExport() { - return 'Export dat'; + return 'Eksporter'; }, formatJumpTo: function formatJumpTo() { return 'GO'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Pokročilé hledání'; + return 'Advanced search'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Zavřít'; + return 'Close'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Skrýt/Zobrazit ovladače'; + return 'Hide/Show controls'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Skrýt ovladače'; + return 'Hide controls'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Zobrazit ovladače'; + return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['cs-CZ']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['da-DK']); /** - * Bootstrap Table danish translation - * Author: Your Name Jan Borup Coyle, github@coyle.dk + * Bootstrap Table Czech translation + * Author: Lukas Kral (monarcha@seznam.cz) + * Author: Jakub Svestka */ - $$2.fn.bootstrapTable.locales['da-DK'] = $$2.fn.bootstrapTable.locales['da'] = { + $$2.fn.bootstrapTable.locales['cs-CZ'] = $$2.fn.bootstrapTable.locales['cs'] = { formatCopyRows: function formatCopyRows() { - return 'Copy Rows'; + return 'Kopírovat řádky'; }, formatPrint: function formatPrint() { - return 'Print'; + return 'Tisk'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Indlæser, vent venligst'; + return 'Čekejte, prosím'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " poster pr side"); + return "".concat(pageNumber, " polo\u017Eek na str\xE1nku"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Viser ".concat(pageFrom, " til ").concat(pageTo, " af ").concat(totalRows, " r\xE6kke").concat(totalRows > 1 ? 'r' : '', " (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Zobrazena ".concat(pageFrom, ". - ").concat(pageTo, " . polo\u017Eka z celkov\xFDch ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Viser ".concat(pageFrom, " til ").concat(pageTo, " af ").concat(totalRows, " r\xE6kke").concat(totalRows > 1 ? 'r' : ''); + return "Zobrazena ".concat(pageFrom, ". - ").concat(pageTo, " . polo\u017Eka z celkov\xFDch ").concat(totalRows); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; + return 'předchozí strana'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); + return "na stranu ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; + return 'další strana'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Viser ".concat(totalRows, " r\xE6kke").concat(totalRows > 1 ? 'r' : ''); + return "Zobrazuji ".concat(totalRows, " \u0159\xE1dek"); }, formatClearSearch: function formatClearSearch() { - return 'Ryd filtre'; + return 'Smazat hledání'; }, formatSearch: function formatSearch() { - return 'Søg'; + return 'Vyhledávání'; }, formatNoMatches: function formatNoMatches() { - return 'Ingen poster fundet'; + return 'Nenalezena žádná vyhovující položka'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Skjul/vis nummerering'; + return 'Skrýt/Zobrazit stránkování'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; + return 'Zobrazit stránkování'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; + return 'Skrýt stránkování'; }, formatRefresh: function formatRefresh() { - return 'Opdater'; + return 'Aktualizovat'; }, formatToggleOn: function formatToggleOn() { - return 'Show card view'; + return 'Zobrazit karty'; }, formatToggleOff: function formatToggleOff() { - return 'Hide card view'; + return 'Zobrazit tabulku'; }, formatColumns: function formatColumns() { - return 'Kolonner'; + return 'Sloupce'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; + return 'Zobrazit/Skrýt vše'; }, formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; + return 'Zapnout/Vypnout fullscreen'; }, formatAllRows: function formatAllRows() { - return 'Alle'; + return 'Vše'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; + return 'Automatické obnovení'; }, formatExport: function formatExport() { - return 'Eksporter'; + return 'Export dat'; }, formatJumpTo: function formatJumpTo() { return 'GO'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; + return 'Pokročilé hledání'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; + return 'Zavřít'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; + return 'Skrýt/Zobrazit ovladače'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; + return 'Skrýt ovladače'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; + return 'Zobrazit ovladače'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['da-DK']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['cs-CZ']); /** * Bootstrap Table German translation @@ -2423,27 +2273,27 @@ Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-AR']); /** - * Traducción de librería Bootstrap Table a Español (Chile) - * @author Brian Álvarez Azócar - * email brianalvarezazocar@gmail.com + * Bootstrap Table Spanish (Costa Rica) translation + * Author: Dennis Hernández + * Review: Jei (@jeijei4) (20/Oct/2022) */ - $$2.fn.bootstrapTable.locales['es-CL'] = { + $$2.fn.bootstrapTable.locales['es-CR'] = { formatCopyRows: function formatCopyRows() { - return 'Copiar Filas'; + return 'Copiar filas'; }, formatPrint: function formatPrint() { return 'Imprimir'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Cargando, espere por favor'; + return 'Cargando, por favor espere'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { return "".concat(pageNumber, " filas por p\xE1gina"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtrado de ").concat(totalNotFiltered, " filas totales)"); + return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtrado de un total de ").concat(totalNotFiltered, " filas)"); } return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas"); }, @@ -2451,10 +2301,10 @@ return 'página anterior'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "a la p\xE1gina ".concat(page); + return "ir a la p\xE1gina ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'siguiente página'; + return 'página siguiente'; }, formatDetailPagination: function formatDetailPagination(totalRows) { return "Mostrando ".concat(totalRows, " filas"); @@ -2466,10 +2316,10 @@ return 'Buscar'; }, formatNoMatches: function formatNoMatches() { - return 'No se encontraron registros'; + return 'No se encontraron resultados'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Ocultar/Mostrar paginación'; + return 'Mostrar/ocultar paginación'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { return 'Mostrar paginación'; @@ -2478,34 +2328,34 @@ return 'Ocultar paginación'; }, formatRefresh: function formatRefresh() { - return 'Refrescar'; + return 'Actualizar'; }, formatToggleOn: function formatToggleOn() { - return 'Mostrar vista de carta'; + return 'Mostrar vista en tarjetas'; }, formatToggleOff: function formatToggleOff() { - return 'Ocultar vista de carta'; + return 'Ocultar vista en tarjetas'; }, formatColumns: function formatColumns() { return 'Columnas'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Cambiar todo'; + return 'Alternar todo'; }, formatFullscreen: function formatFullscreen() { return 'Pantalla completa'; }, formatAllRows: function formatAllRows() { - return 'Todo'; + return 'Todas las filas'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Recargar'; + return 'Actualización automática'; }, formatExport: function formatExport() { - return 'Exportar datos'; + return 'Exportar'; }, formatJumpTo: function formatJumpTo() { - return 'IR'; + return 'Ver'; }, formatAdvancedSearch: function formatAdvancedSearch() { return 'Búsqueda avanzada'; @@ -2514,7 +2364,7 @@ return 'Cerrar'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Ocultar/Mostrar controles'; + return 'Mostrar/ocultar controles'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { return 'Ocultar controles'; @@ -2523,110 +2373,157 @@ return 'Mostrar controles'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-CL']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-CR']); /** - * Bootstrap Table Spanish (Costa Rica) translation - * Author: Dennis Hernández - * Review: Jei (@jeijei4) (20/Oct/2022) + * Bootstrap Table Afrikaans translation + * Author: Phillip Kruger */ - $$2.fn.bootstrapTable.locales['es-CR'] = { + $$2.fn.bootstrapTable.locales['af-ZA'] = $$2.fn.bootstrapTable.locales['af'] = { formatCopyRows: function formatCopyRows() { - return 'Copiar filas'; + return 'Kopieer lyne'; }, formatPrint: function formatPrint() { - return 'Imprimir'; + return 'Druk uit'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Cargando, por favor espere'; + return 'Laai tans'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " filas por p\xE1gina"); + return "".concat(pageNumber, " re\xEBls per bladsy"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtrado de un total de ").concat(totalNotFiltered, " filas)"); + return "Wys ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " lyne (gefiltreer vanaf ").concat(totalNotFiltered, " lyne)"); } - return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas"); + return "Wys ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " lyne"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'página anterior'; + return 'vorige bladsy'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "ir a la p\xE1gina ".concat(page); + return "na bladsy ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'página siguiente'; + return 'volgende bladsy'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Mostrando ".concat(totalRows, " filas"); + return "".concat(totalRows, "-re\xEBl vertoon"); }, formatClearSearch: function formatClearSearch() { - return 'Limpiar búsqueda'; + return 'Duidelike soektog'; }, formatSearch: function formatSearch() { - return 'Buscar'; + return 'Navorsing'; }, formatNoMatches: function formatNoMatches() { - return 'No se encontraron resultados'; + return 'Geen resultate nie'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Mostrar/ocultar paginación'; + return 'Versteek/Wys paginasie'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Mostrar paginación'; + return 'Wys paginasie'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Ocultar paginación'; + return 'Versteek paginasie'; }, formatRefresh: function formatRefresh() { - return 'Actualizar'; + return 'Verfris'; }, formatToggleOn: function formatToggleOn() { - return 'Mostrar vista en tarjetas'; + return 'Wys kaartaansig'; }, formatToggleOff: function formatToggleOff() { - return 'Ocultar vista en tarjetas'; + return 'Versteek kaartaansig'; }, formatColumns: function formatColumns() { - return 'Columnas'; + return 'Kolomme'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Alternar todo'; + return 'Wys alles'; }, formatFullscreen: function formatFullscreen() { - return 'Pantalla completa'; + return 'Volskerm'; }, formatAllRows: function formatAllRows() { - return 'Todas las filas'; + return 'Alles'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Actualización automática'; + return 'Verfris outomaties'; }, formatExport: function formatExport() { - return 'Exportar'; + return 'Voer data uit'; }, formatJumpTo: function formatJumpTo() { - return 'Ver'; + return 'Gaan na'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Búsqueda avanzada'; + return 'Gevorderde soektog'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Cerrar'; + return 'Maak'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Mostrar/ocultar controles'; + return 'Versteek/Wys kontroles'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Ocultar controles'; + return 'Versteek kontroles'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Mostrar controles'; + return 'Wys kontroles'; + }, + formatToggleCustomViewOn: function formatToggleCustomViewOn() { + return 'Wys pasgemaakte aansig'; + }, + formatToggleCustomViewOff: function formatToggleCustomViewOff() { + return 'Versteek pasgemaakte aansig'; + }, + formatClearFilters: function formatClearFilters() { + return 'Verwyder filters'; + }, + formatAddLevel: function formatAddLevel() { + return 'Voeg \'n vlak by'; + }, + formatCancel: function formatCancel() { + return 'Kanselleer'; + }, + formatColumn: function formatColumn() { + return 'Kolom'; + }, + formatDeleteLevel: function formatDeleteLevel() { + return 'Vee \'n vlak uit'; + }, + formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { + return 'Duplikaatinskrywings is gevind!'; + }, + formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { + return 'Verwyder of wysig asseblief duplikaatinskrywings'; + }, + formatMultipleSort: function formatMultipleSort() { + return 'Multi-sorteer'; + }, + formatOrder: function formatOrder() { + return 'Bestelling'; + }, + formatSort: function formatSort() { + return 'Rangskik'; + }, + formatSortBy: function formatSortBy() { + return 'Sorteer volgens'; + }, + formatSortOrders: function formatSortOrders() { + return { + asc: 'Stygende', + desc: 'Dalende' + }; + }, + formatThenBy: function formatThenBy() { + return 'Dan deur'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-CR']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['af-ZA']); /** * Bootstrap Table Spanish Spain translation @@ -2772,43 +2669,40 @@ Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-ES']); /** - * Bootstrap Table Spanish (México) translation (Obtenido de traducción de Argentina) - * Author: Felix Vera (felix.vera@gmail.com) - * Copiado: Mauricio Vera (mauricioa.vera@gmail.com) - * Revisión: J Manuel Corona (jmcg92@gmail.com) (13/Feb/2018). - * Revisión: Ricardo González (rickygzz85@gmail.com) (20/Oct/2021) + * Bootstrap Table Spanish (Nicaragua) translation + * Author: Dennis Hernández */ - $$2.fn.bootstrapTable.locales['es-MX'] = { + $$2.fn.bootstrapTable.locales['es-NI'] = { formatCopyRows: function formatCopyRows() { - return 'Copiar Filas'; + return 'Copy Rows'; }, formatPrint: function formatPrint() { - return 'Imprimir'; + return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Cargando, espere por favor'; + return 'Cargando, por favor espere'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " resultados por p\xE1gina"); + return "".concat(pageNumber, " registros por p\xE1gina"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtrado de ").concat(totalNotFiltered, " filas totales)"); + return "Mostrando de ".concat(pageFrom, " a ").concat(pageTo, " registros de ").concat(totalRows, " registros en total (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas"); + return "Mostrando de ".concat(pageFrom, " a ").concat(pageTo, " registros de ").concat(totalRows, " registros en total"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'página anterior'; + return 'previous page'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "ir a la p\xE1gina ".concat(page); + return "to page ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'página siguiente'; + return 'next page'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Mostrando ".concat(totalRows, " filas"); + return "Showing ".concat(totalRows, " rows"); }, formatClearSearch: function formatClearSearch() { return 'Limpiar búsqueda'; @@ -2817,52 +2711,52 @@ return 'Buscar'; }, formatNoMatches: function formatNoMatches() { - return 'No se encontraron registros que coincidan'; + return 'No se encontraron registros'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Mostrar/ocultar paginación'; + return 'Hide/Show pagination'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Mostrar paginación'; + return 'Show pagination'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Ocultar paginación'; + return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Actualizar'; + return 'Refrescar'; }, formatToggleOn: function formatToggleOn() { - return 'Mostrar vista'; + return 'Show card view'; }, formatToggleOff: function formatToggleOff() { - return 'Ocultar vista'; + return 'Hide card view'; }, formatColumns: function formatColumns() { return 'Columnas'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Alternar todo'; + return 'Toggle all'; }, formatFullscreen: function formatFullscreen() { - return 'Pantalla completa'; + return 'Fullscreen'; }, formatAllRows: function formatAllRows() { return 'Todo'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto actualizar'; + return 'Auto Refresh'; }, formatExport: function formatExport() { - return 'Exportar datos'; + return 'Export data'; }, formatJumpTo: function formatJumpTo() { - return 'IR'; + return 'GO'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Búsqueda avanzada'; + return 'Advanced search'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Cerrar'; + return 'Close'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { return 'Ocultar/Mostrar controles'; @@ -2874,14 +2768,14 @@ return 'Mostrar controles'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-MX']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-NI']); /** - * Bootstrap Table Spanish (Nicaragua) translation - * Author: Dennis Hernández + * Bootstrap Table Spanish (España) translation + * Author: Antonio Pérez */ - $$2.fn.bootstrapTable.locales['es-NI'] = { + $$2.fn.bootstrapTable.locales['es-SP'] = { formatCopyRows: function formatCopyRows() { return 'Copy Rows'; }, @@ -2889,16 +2783,16 @@ return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Cargando, por favor espere'; + return 'Cargando, por favor espera'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " registros por p\xE1gina"); + return "".concat(pageNumber, " registros por página."); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Mostrando de ".concat(pageFrom, " a ").concat(pageTo, " registros de ").concat(totalRows, " registros en total (filtered from ").concat(totalNotFiltered, " total rows)"); + return "".concat(pageFrom, " - ").concat(pageTo, " de ").concat(totalRows, " registros (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Mostrando de ".concat(pageFrom, " a ").concat(pageTo, " registros de ").concat(totalRows, " registros en total"); + return "".concat(pageFrom, " - ").concat(pageTo, " de ").concat(totalRows, " registros."); }, formatSRPaginationPreText: function formatSRPaginationPreText() { return 'previous page'; @@ -2919,7 +2813,7 @@ return 'Buscar'; }, formatNoMatches: function formatNoMatches() { - return 'No se encontraron registros'; + return 'No se han encontrado registros.'; }, formatPaginationSwitch: function formatPaginationSwitch() { return 'Hide/Show pagination'; @@ -2931,7 +2825,7 @@ return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Refrescar'; + return 'Actualizar'; }, formatToggleOn: function formatToggleOn() { return 'Show card view'; @@ -2976,43 +2870,46 @@ return 'Mostrar controles'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-NI']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-SP']); /** - * Bootstrap Table Spanish (España) translation - * Author: Antonio Pérez + * Bootstrap Table Spanish (México) translation (Obtenido de traducción de Argentina) + * Author: Felix Vera (felix.vera@gmail.com) + * Copiado: Mauricio Vera (mauricioa.vera@gmail.com) + * Revisión: J Manuel Corona (jmcg92@gmail.com) (13/Feb/2018). + * Revisión: Ricardo González (rickygzz85@gmail.com) (20/Oct/2021) */ - $$2.fn.bootstrapTable.locales['es-SP'] = { + $$2.fn.bootstrapTable.locales['es-MX'] = { formatCopyRows: function formatCopyRows() { - return 'Copy Rows'; + return 'Copiar Filas'; }, formatPrint: function formatPrint() { - return 'Print'; + return 'Imprimir'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Cargando, por favor espera'; + return 'Cargando, espere por favor'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " registros por página."); + return "".concat(pageNumber, " resultados por p\xE1gina"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "".concat(pageFrom, " - ").concat(pageTo, " de ").concat(totalRows, " registros (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtrado de ").concat(totalNotFiltered, " filas totales)"); } - return "".concat(pageFrom, " - ").concat(pageTo, " de ").concat(totalRows, " registros."); + return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; + return 'página anterior'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); + return "ir a la p\xE1gina ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; + return 'página siguiente'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Showing ".concat(totalRows, " rows"); + return "Mostrando ".concat(totalRows, " filas"); }, formatClearSearch: function formatClearSearch() { return 'Limpiar búsqueda'; @@ -3021,52 +2918,52 @@ return 'Buscar'; }, formatNoMatches: function formatNoMatches() { - return 'No se han encontrado registros.'; + return 'No se encontraron registros que coincidan'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Hide/Show pagination'; + return 'Mostrar/ocultar paginación'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; + return 'Mostrar paginación'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; + return 'Ocultar paginación'; }, formatRefresh: function formatRefresh() { return 'Actualizar'; }, formatToggleOn: function formatToggleOn() { - return 'Show card view'; + return 'Mostrar vista'; }, formatToggleOff: function formatToggleOff() { - return 'Hide card view'; + return 'Ocultar vista'; }, formatColumns: function formatColumns() { return 'Columnas'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; + return 'Alternar todo'; }, formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; + return 'Pantalla completa'; }, formatAllRows: function formatAllRows() { return 'Todo'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; + return 'Auto actualizar'; }, formatExport: function formatExport() { - return 'Export data'; + return 'Exportar datos'; }, formatJumpTo: function formatJumpTo() { - return 'GO'; + return 'IR'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; + return 'Búsqueda avanzada'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; + return 'Cerrar'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { return 'Ocultar/Mostrar controles'; @@ -3078,7 +2975,7 @@ return 'Mostrar controles'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-SP']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-MX']); /** * Bootstrap Table Estonian translation @@ -3386,108 +3283,6 @@ }; Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['fa-IR']); - /** - * Bootstrap Table Finnish translations - * Author: Minna Lehtomäki - */ - - $$2.fn.bootstrapTable.locales['fi-FI'] = $$2.fn.bootstrapTable.locales['fi'] = { - formatCopyRows: function formatCopyRows() { - return 'Copy Rows'; - }, - formatPrint: function formatPrint() { - return 'Print'; - }, - formatLoadingMessage: function formatLoadingMessage() { - return 'Ladataan, ole hyvä ja odota'; - }, - formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " rivi\xE4 sivulla"); - }, - formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { - if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "N\xE4ytet\xE4\xE4n rivit ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); - } - return "N\xE4ytet\xE4\xE4n rivit ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows); - }, - formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; - }, - formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); - }, - formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; - }, - formatDetailPagination: function formatDetailPagination(totalRows) { - return "Showing ".concat(totalRows, " rows"); - }, - formatClearSearch: function formatClearSearch() { - return 'Poista suodattimet'; - }, - formatSearch: function formatSearch() { - return 'Hae'; - }, - formatNoMatches: function formatNoMatches() { - return 'Hakuehtoja vastaavia tuloksia ei löytynyt'; - }, - formatPaginationSwitch: function formatPaginationSwitch() { - return 'Näytä/Piilota sivutus'; - }, - formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; - }, - formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; - }, - formatRefresh: function formatRefresh() { - return 'Päivitä'; - }, - formatToggleOn: function formatToggleOn() { - return 'Show card view'; - }, - formatToggleOff: function formatToggleOff() { - return 'Hide card view'; - }, - formatColumns: function formatColumns() { - return 'Sarakkeet'; - }, - formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; - }, - formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; - }, - formatAllRows: function formatAllRows() { - return 'Kaikki'; - }, - formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; - }, - formatExport: function formatExport() { - return 'Vie tiedot'; - }, - formatJumpTo: function formatJumpTo() { - return 'GO'; - }, - formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; - }, - formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; - }, - formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; - }, - formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; - }, - formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; - } - }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['fi-FI']); - /** * Bootstrap Table French (Belgium) translation * Author: Julien Bisconti (julien.bisconti@gmail.com) @@ -3603,41 +3398,143 @@ formatCancel: function formatCancel() { return 'Annuler'; }, - formatColumn: function formatColumn() { - return 'Colonne'; + formatColumn: function formatColumn() { + return 'Colonne'; + }, + formatDeleteLevel: function formatDeleteLevel() { + return 'Supprimer un niveau'; + }, + formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { + return 'Des entrées en double ont été trouvées !'; + }, + formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { + return 'Veuillez supprimer ou modifier les entrées en double'; + }, + formatMultipleSort: function formatMultipleSort() { + return 'Tri multiple'; + }, + formatOrder: function formatOrder() { + return 'Ordre'; + }, + formatSort: function formatSort() { + return 'Trier'; + }, + formatSortBy: function formatSortBy() { + return 'Trier par'; + }, + formatSortOrders: function formatSortOrders() { + return { + asc: 'Ascendant', + desc: 'Descendant' + }; + }, + formatThenBy: function formatThenBy() { + return 'Puis par'; + } + }; + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['fr-BE']); + + /** + * Bootstrap Table Finnish translations + * Author: Minna Lehtomäki + */ + + $$2.fn.bootstrapTable.locales['fi-FI'] = $$2.fn.bootstrapTable.locales['fi'] = { + formatCopyRows: function formatCopyRows() { + return 'Copy Rows'; + }, + formatPrint: function formatPrint() { + return 'Print'; + }, + formatLoadingMessage: function formatLoadingMessage() { + return 'Ladataan, ole hyvä ja odota'; + }, + formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { + return "".concat(pageNumber, " rivi\xE4 sivulla"); + }, + formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { + if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { + return "N\xE4ytet\xE4\xE4n rivit ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); + } + return "N\xE4ytet\xE4\xE4n rivit ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows); + }, + formatSRPaginationPreText: function formatSRPaginationPreText() { + return 'previous page'; + }, + formatSRPaginationPageText: function formatSRPaginationPageText(page) { + return "to page ".concat(page); + }, + formatSRPaginationNextText: function formatSRPaginationNextText() { + return 'next page'; + }, + formatDetailPagination: function formatDetailPagination(totalRows) { + return "Showing ".concat(totalRows, " rows"); + }, + formatClearSearch: function formatClearSearch() { + return 'Poista suodattimet'; + }, + formatSearch: function formatSearch() { + return 'Hae'; + }, + formatNoMatches: function formatNoMatches() { + return 'Hakuehtoja vastaavia tuloksia ei löytynyt'; + }, + formatPaginationSwitch: function formatPaginationSwitch() { + return 'Näytä/Piilota sivutus'; + }, + formatPaginationSwitchDown: function formatPaginationSwitchDown() { + return 'Show pagination'; + }, + formatPaginationSwitchUp: function formatPaginationSwitchUp() { + return 'Hide pagination'; + }, + formatRefresh: function formatRefresh() { + return 'Päivitä'; + }, + formatToggleOn: function formatToggleOn() { + return 'Show card view'; + }, + formatToggleOff: function formatToggleOff() { + return 'Hide card view'; + }, + formatColumns: function formatColumns() { + return 'Sarakkeet'; + }, + formatColumnsToggleAll: function formatColumnsToggleAll() { + return 'Toggle all'; + }, + formatFullscreen: function formatFullscreen() { + return 'Fullscreen'; }, - formatDeleteLevel: function formatDeleteLevel() { - return 'Supprimer un niveau'; + formatAllRows: function formatAllRows() { + return 'Kaikki'; }, - formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { - return 'Des entrées en double ont été trouvées !'; + formatAutoRefresh: function formatAutoRefresh() { + return 'Auto Refresh'; }, - formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { - return 'Veuillez supprimer ou modifier les entrées en double'; + formatExport: function formatExport() { + return 'Vie tiedot'; }, - formatMultipleSort: function formatMultipleSort() { - return 'Tri multiple'; + formatJumpTo: function formatJumpTo() { + return 'GO'; }, - formatOrder: function formatOrder() { - return 'Ordre'; + formatAdvancedSearch: function formatAdvancedSearch() { + return 'Advanced search'; }, - formatSort: function formatSort() { - return 'Trier'; + formatAdvancedCloseButton: function formatAdvancedCloseButton() { + return 'Close'; }, - formatSortBy: function formatSortBy() { - return 'Trier par'; + formatFilterControlSwitch: function formatFilterControlSwitch() { + return 'Hide/Show controls'; }, - formatSortOrders: function formatSortOrders() { - return { - asc: 'Ascendant', - desc: 'Descendant' - }; + formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { + return 'Hide controls'; }, - formatThenBy: function formatThenBy() { - return 'Puis par'; + formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { + return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['fr-BE']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['fi-FI']); /** * Bootstrap Table French (Suisse) translation @@ -4071,238 +3968,33 @@ formatMultipleSort: function formatMultipleSort() { return 'Tri multiple'; }, - formatOrder: function formatOrder() { - return 'Ordre'; - }, - formatSort: function formatSort() { - return 'Trier'; - }, - formatSortBy: function formatSortBy() { - return 'Trier par'; - }, - formatSortOrders: function formatSortOrders() { - return { - asc: 'Ascendant', - desc: 'Descendant' - }; - }, - formatThenBy: function formatThenBy() { - return 'Puis par'; - } - }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['fr-LU']); - - /** - * Bootstrap Table Hebrew translation - * Author: legshooter - */ - - $$2.fn.bootstrapTable.locales['he-IL'] = $$2.fn.bootstrapTable.locales['he'] = { - formatCopyRows: function formatCopyRows() { - return 'Copy Rows'; - }, - formatPrint: function formatPrint() { - return 'Print'; - }, - formatLoadingMessage: function formatLoadingMessage() { - return 'טוען, נא להמתין'; - }, - formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " \u05E9\u05D5\u05E8\u05D5\u05EA \u05D1\u05E2\u05DE\u05D5\u05D3"); - }, - formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { - if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "\u05DE\u05E6\u05D9\u05D2 ".concat(pageFrom, " \u05E2\u05D3 ").concat(pageTo, " \u05DE-").concat(totalRows, "\u05E9\u05D5\u05E8\u05D5\u05EA").concat(totalNotFiltered, " total rows)"); - } - return "\u05DE\u05E6\u05D9\u05D2 ".concat(pageFrom, " \u05E2\u05D3 ").concat(pageTo, " \u05DE-").concat(totalRows, " \u05E9\u05D5\u05E8\u05D5\u05EA"); - }, - formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; - }, - formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); - }, - formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; - }, - formatDetailPagination: function formatDetailPagination(totalRows) { - return "Showing ".concat(totalRows, " rows"); - }, - formatClearSearch: function formatClearSearch() { - return 'Clear Search'; - }, - formatSearch: function formatSearch() { - return 'חיפוש'; - }, - formatNoMatches: function formatNoMatches() { - return 'לא נמצאו רשומות תואמות'; - }, - formatPaginationSwitch: function formatPaginationSwitch() { - return 'הסתר/הצג מספור דפים'; - }, - formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; - }, - formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; - }, - formatRefresh: function formatRefresh() { - return 'רענן'; - }, - formatToggleOn: function formatToggleOn() { - return 'Show card view'; - }, - formatToggleOff: function formatToggleOff() { - return 'Hide card view'; - }, - formatColumns: function formatColumns() { - return 'עמודות'; - }, - formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; - }, - formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; - }, - formatAllRows: function formatAllRows() { - return 'הכל'; - }, - formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; - }, - formatExport: function formatExport() { - return 'Export data'; - }, - formatJumpTo: function formatJumpTo() { - return 'GO'; - }, - formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; - }, - formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; - }, - formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; - }, - formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; - }, - formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; - } - }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['he-IL']); - - /** - * Bootstrap Table Hindi translation - * Author: Saurabh Sharma - */ - - $$2.fn.bootstrapTable.locales['hi-IN'] = { - formatCopyRows: function formatCopyRows() { - return 'पंक्तियों की कॉपी करें'; - }, - formatPrint: function formatPrint() { - return 'प्रिंट'; - }, - formatLoadingMessage: function formatLoadingMessage() { - return 'लोड हो रहा है कृपया प्रतीक्षा करें'; - }, - formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " \u092A\u094D\u0930\u0924\u093F \u092A\u0943\u0937\u094D\u0920 \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u093E\u0901"); - }, - formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { - if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "".concat(pageFrom, " - ").concat(pageTo, " \u092A\u0915\u094D\u0924\u093F\u092F\u093E ").concat(totalRows, " \u092E\u0947\u0902 \u0938\u0947 ( ").concat(totalNotFiltered, " \u092A\u0915\u094D\u0924\u093F\u092F\u093E)"); - } - return "".concat(pageFrom, " - ").concat(pageTo, " \u092A\u0915\u094D\u0924\u093F\u092F\u093E ").concat(totalRows, " \u092E\u0947\u0902 \u0938\u0947"); - }, - formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'पिछला पृष्ठ'; - }, - formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "".concat(page, " \u092A\u0943\u0937\u094D\u0920 \u092A\u0930"); - }, - formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'अगला पृष्ठ'; - }, - formatDetailPagination: function formatDetailPagination(totalRows) { - return "".concat(totalRows, " \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u093E\u0902"); - }, - formatClearSearch: function formatClearSearch() { - return 'सर्च क्लिअर करें'; - }, - formatSearch: function formatSearch() { - return 'सर्च'; - }, - formatNoMatches: function formatNoMatches() { - return 'मेल खाते रिकॉर्ड नही मिले'; - }, - formatPaginationSwitch: function formatPaginationSwitch() { - return 'छुपाओ/दिखाओ पृष्ठ संख्या'; - }, - formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'दिखाओ पृष्ठ संख्या'; - }, - formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'छुपाओ पृष्ठ संख्या'; - }, - formatRefresh: function formatRefresh() { - return 'रिफ्रेश'; - }, - formatToggleOn: function formatToggleOn() { - return 'कार्ड दृश्य दिखाएं'; - }, - formatToggleOff: function formatToggleOff() { - return 'कार्ड दृश्य छुपाएं'; - }, - formatColumns: function formatColumns() { - return 'कॉलम'; - }, - formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'टॉगल आल'; - }, - formatFullscreen: function formatFullscreen() { - return 'पूर्ण स्क्रीन'; - }, - formatAllRows: function formatAllRows() { - return 'सब'; - }, - formatAutoRefresh: function formatAutoRefresh() { - return 'ऑटो रिफ्रेश'; - }, - formatExport: function formatExport() { - return 'एक्सपोर्ट डाटा'; - }, - formatJumpTo: function formatJumpTo() { - return 'जाओ'; - }, - formatAdvancedSearch: function formatAdvancedSearch() { - return 'एडवांस सर्च'; + formatOrder: function formatOrder() { + return 'Ordre'; }, - formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'बंद करे'; + formatSort: function formatSort() { + return 'Trier'; }, - formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'छुपाओ/दिखाओ कंट्रोल्स'; + formatSortBy: function formatSortBy() { + return 'Trier par'; }, - formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'छुपाओ कंट्रोल्स'; + formatSortOrders: function formatSortOrders() { + return { + asc: 'Ascendant', + desc: 'Descendant' + }; }, - formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'दिखाओ कंट्रोल्स'; + formatThenBy: function formatThenBy() { + return 'Puis par'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['hi-IN']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['fr-LU']); /** - * Bootstrap Table Croatian translation - * Author: Petra Štrbenac (petra.strbenac@gmail.com) - * Author: Petra Štrbenac (petra.strbenac@gmail.com) + * Bootstrap Table Hebrew translation + * Author: legshooter */ - $$2.fn.bootstrapTable.locales['hr-HR'] = $$2.fn.bootstrapTable.locales['hr'] = { + $$2.fn.bootstrapTable.locales['he-IL'] = $$2.fn.bootstrapTable.locales['he'] = { formatCopyRows: function formatCopyRows() { return 'Copy Rows'; }, @@ -4310,16 +4002,16 @@ return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Molimo pričekajte'; + return 'טוען, נא להמתין'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " broj zapisa po stranici"); + return "".concat(pageNumber, " \u05E9\u05D5\u05E8\u05D5\u05EA \u05D1\u05E2\u05DE\u05D5\u05D3"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Prikazujem ".concat(pageFrom, ". - ").concat(pageTo, ". od ukupnog broja zapisa ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); + return "\u05DE\u05E6\u05D9\u05D2 ".concat(pageFrom, " \u05E2\u05D3 ").concat(pageTo, " \u05DE-").concat(totalRows, "\u05E9\u05D5\u05E8\u05D5\u05EA").concat(totalNotFiltered, " total rows)"); } - return "Prikazujem ".concat(pageFrom, ". - ").concat(pageTo, ". od ukupnog broja zapisa ").concat(totalRows); + return "\u05DE\u05E6\u05D9\u05D2 ".concat(pageFrom, " \u05E2\u05D3 ").concat(pageTo, " \u05DE-").concat(totalRows, " \u05E9\u05D5\u05E8\u05D5\u05EA"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { return 'previous page'; @@ -4337,13 +4029,13 @@ return 'Clear Search'; }, formatSearch: function formatSearch() { - return 'Pretraži'; + return 'חיפוש'; }, formatNoMatches: function formatNoMatches() { - return 'Nije pronađen niti jedan zapis'; + return 'לא נמצאו רשומות תואמות'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Prikaži/sakrij stranice'; + return 'הסתר/הצג מספור דפים'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { return 'Show pagination'; @@ -4352,7 +4044,7 @@ return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Osvježi'; + return 'רענן'; }, formatToggleOn: function formatToggleOn() { return 'Show card view'; @@ -4361,7 +4053,7 @@ return 'Hide card view'; }, formatColumns: function formatColumns() { - return 'Kolone'; + return 'עמודות'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { return 'Toggle all'; @@ -4370,7 +4062,7 @@ return 'Fullscreen'; }, formatAllRows: function formatAllRows() { - return 'Sve'; + return 'הכל'; }, formatAutoRefresh: function formatAutoRefresh() { return 'Auto Refresh'; @@ -4397,14 +4089,15 @@ return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['hr-HR']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['he-IL']); /** - * Bootstrap Table Hungarian translation - * Author: Nagy Gergely + * Bootstrap Table Croatian translation + * Author: Petra Štrbenac (petra.strbenac@gmail.com) + * Author: Petra Štrbenac (petra.strbenac@gmail.com) */ - $$2.fn.bootstrapTable.locales['hu-HU'] = $$2.fn.bootstrapTable.locales['hu'] = { + $$2.fn.bootstrapTable.locales['hr-HR'] = $$2.fn.bootstrapTable.locales['hr'] = { formatCopyRows: function formatCopyRows() { return 'Copy Rows'; }, @@ -4412,16 +4105,16 @@ return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Betöltés, kérem várjon'; + return 'Molimo pričekajte'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " rekord per oldal"); + return "".concat(pageNumber, " broj zapisa po stranici"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Megjelen\xEDtve ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows, " \xF6sszesen (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Prikazujem ".concat(pageFrom, ". - ").concat(pageTo, ". od ukupnog broja zapisa ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Megjelen\xEDtve ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows, " \xF6sszesen"); + return "Prikazujem ".concat(pageFrom, ". - ").concat(pageTo, ". od ukupnog broja zapisa ").concat(totalRows); }, formatSRPaginationPreText: function formatSRPaginationPreText() { return 'previous page'; @@ -4439,13 +4132,13 @@ return 'Clear Search'; }, formatSearch: function formatSearch() { - return 'Keresés'; + return 'Pretraži'; }, formatNoMatches: function formatNoMatches() { - return 'Nincs találat'; + return 'Nije pronađen niti jedan zapis'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Lapozó elrejtése/megjelenítése'; + return 'Prikaži/sakrij stranice'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { return 'Show pagination'; @@ -4454,7 +4147,7 @@ return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Frissítés'; + return 'Osvježi'; }, formatToggleOn: function formatToggleOn() { return 'Show card view'; @@ -4463,7 +4156,7 @@ return 'Hide card view'; }, formatColumns: function formatColumns() { - return 'Oszlopok'; + return 'Kolone'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { return 'Toggle all'; @@ -4472,7 +4165,7 @@ return 'Fullscreen'; }, formatAllRows: function formatAllRows() { - return 'Összes'; + return 'Sve'; }, formatAutoRefresh: function formatAutoRefresh() { return 'Auto Refresh'; @@ -4499,111 +4192,109 @@ return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['hu-HU']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['hr-HR']); /** - * Bootstrap Table Italian translation - * Author: Davide Renzi - * Author: Davide Borsatto - * Author: Alessio Felicioni + * Bootstrap Table Hindi translation + * Author: Saurabh Sharma */ - $$2.fn.bootstrapTable.locales['it-IT'] = $$2.fn.bootstrapTable.locales['it'] = { + $$2.fn.bootstrapTable.locales['hi-IN'] = { formatCopyRows: function formatCopyRows() { - return 'Copy Rows'; + return 'पंक्तियों की कॉपी करें'; }, formatPrint: function formatPrint() { - return 'Print'; + return 'प्रिंट'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Caricamento in corso'; + return 'लोड हो रहा है कृपया प्रतीक्षा करें'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " elementi per pagina"); + return "".concat(pageNumber, " \u092A\u094D\u0930\u0924\u093F \u092A\u0943\u0937\u094D\u0920 \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u093E\u0901"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Visualizzazione da ".concat(pageFrom, " a ").concat(pageTo, " di ").concat(totalRows, " elementi (filtrati da ").concat(totalNotFiltered, " elementi totali)"); + return "".concat(pageFrom, " - ").concat(pageTo, " \u092A\u0915\u094D\u0924\u093F\u092F\u093E ").concat(totalRows, " \u092E\u0947\u0902 \u0938\u0947 ( ").concat(totalNotFiltered, " \u092A\u0915\u094D\u0924\u093F\u092F\u093E)"); } - return "Visualizzazione da ".concat(pageFrom, " a ").concat(pageTo, " di ").concat(totalRows, " elementi"); + return "".concat(pageFrom, " - ").concat(pageTo, " \u092A\u0915\u094D\u0924\u093F\u092F\u093E ").concat(totalRows, " \u092E\u0947\u0902 \u0938\u0947"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'pagina precedente'; + return 'पिछला पृष्ठ'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "alla pagina ".concat(page); + return "".concat(page, " \u092A\u0943\u0937\u094D\u0920 \u092A\u0930"); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'pagina successiva'; + return 'अगला पृष्ठ'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Mostrando ".concat(totalRows, " elementi"); + return "".concat(totalRows, " \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u093E\u0902"); }, formatClearSearch: function formatClearSearch() { - return 'Pulisci filtri'; + return 'सर्च क्लिअर करें'; }, formatSearch: function formatSearch() { - return 'Cerca'; + return 'सर्च'; }, formatNoMatches: function formatNoMatches() { - return 'Nessun elemento trovato'; + return 'मेल खाते रिकॉर्ड नही मिले'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Nascondi/Mostra paginazione'; + return 'छुपाओ/दिखाओ पृष्ठ संख्या'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Mostra paginazione'; + return 'दिखाओ पृष्ठ संख्या'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Nascondi paginazione'; + return 'छुपाओ पृष्ठ संख्या'; }, formatRefresh: function formatRefresh() { - return 'Aggiorna'; + return 'रिफ्रेश'; }, formatToggleOn: function formatToggleOn() { - return 'Mostra visuale a scheda'; + return 'कार्ड दृश्य दिखाएं'; }, formatToggleOff: function formatToggleOff() { - return 'Nascondi visuale a scheda'; + return 'कार्ड दृश्य छुपाएं'; }, formatColumns: function formatColumns() { - return 'Colonne'; + return 'कॉलम'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Mostra tutte'; + return 'टॉगल आल'; }, formatFullscreen: function formatFullscreen() { - return 'Schermo intero'; + return 'पूर्ण स्क्रीन'; }, formatAllRows: function formatAllRows() { - return 'Tutto'; + return 'सब'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Aggiornamento'; + return 'ऑटो रिफ्रेश'; }, formatExport: function formatExport() { - return 'Esporta dati'; + return 'एक्सपोर्ट डाटा'; }, formatJumpTo: function formatJumpTo() { - return 'VAI'; + return 'जाओ'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Filtri avanzati'; + return 'एडवांस सर्च'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Chiudi'; + return 'बंद करे'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; + return 'छुपाओ/दिखाओ कंट्रोल्स'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; + return 'छुपाओ कंट्रोल्स'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; + return 'दिखाओ कंट्रोल्स'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['it-IT']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['hi-IN']); /** * Bootstrap Table Indonesian translation @@ -4725,35 +4416,137 @@ formatDeleteLevel: function formatDeleteLevel() { return 'Menghapus level'; }, - formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { - return 'Entri duplikat telah ditemukan!'; + formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { + return 'Entri duplikat telah ditemukan!'; + }, + formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { + return 'Harap hapus atau ubah entri duplikat'; + }, + formatMultipleSort: function formatMultipleSort() { + return 'Penyortiran ganda'; + }, + formatOrder: function formatOrder() { + return 'Urutan'; + }, + formatSort: function formatSort() { + return 'Penyortiran'; + }, + formatSortBy: function formatSortBy() { + return 'Urutkan berdasarkan'; + }, + formatSortOrders: function formatSortOrders() { + return { + asc: 'Menaik', + desc: 'Menurun' + }; + }, + formatThenBy: function formatThenBy() { + return 'Kemudian oleh'; + } + }; + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['id-ID']); + + /** + * Bootstrap Table Hungarian translation + * Author: Nagy Gergely + */ + + $$2.fn.bootstrapTable.locales['hu-HU'] = $$2.fn.bootstrapTable.locales['hu'] = { + formatCopyRows: function formatCopyRows() { + return 'Copy Rows'; + }, + formatPrint: function formatPrint() { + return 'Print'; + }, + formatLoadingMessage: function formatLoadingMessage() { + return 'Betöltés, kérem várjon'; + }, + formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { + return "".concat(pageNumber, " rekord per oldal"); + }, + formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { + if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { + return "Megjelen\xEDtve ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows, " \xF6sszesen (filtered from ").concat(totalNotFiltered, " total rows)"); + } + return "Megjelen\xEDtve ".concat(pageFrom, " - ").concat(pageTo, " / ").concat(totalRows, " \xF6sszesen"); + }, + formatSRPaginationPreText: function formatSRPaginationPreText() { + return 'previous page'; + }, + formatSRPaginationPageText: function formatSRPaginationPageText(page) { + return "to page ".concat(page); + }, + formatSRPaginationNextText: function formatSRPaginationNextText() { + return 'next page'; + }, + formatDetailPagination: function formatDetailPagination(totalRows) { + return "Showing ".concat(totalRows, " rows"); + }, + formatClearSearch: function formatClearSearch() { + return 'Clear Search'; + }, + formatSearch: function formatSearch() { + return 'Keresés'; + }, + formatNoMatches: function formatNoMatches() { + return 'Nincs találat'; + }, + formatPaginationSwitch: function formatPaginationSwitch() { + return 'Lapozó elrejtése/megjelenítése'; + }, + formatPaginationSwitchDown: function formatPaginationSwitchDown() { + return 'Show pagination'; + }, + formatPaginationSwitchUp: function formatPaginationSwitchUp() { + return 'Hide pagination'; + }, + formatRefresh: function formatRefresh() { + return 'Frissítés'; + }, + formatToggleOn: function formatToggleOn() { + return 'Show card view'; + }, + formatToggleOff: function formatToggleOff() { + return 'Hide card view'; + }, + formatColumns: function formatColumns() { + return 'Oszlopok'; + }, + formatColumnsToggleAll: function formatColumnsToggleAll() { + return 'Toggle all'; + }, + formatFullscreen: function formatFullscreen() { + return 'Fullscreen'; + }, + formatAllRows: function formatAllRows() { + return 'Összes'; + }, + formatAutoRefresh: function formatAutoRefresh() { + return 'Auto Refresh'; }, - formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { - return 'Harap hapus atau ubah entri duplikat'; + formatExport: function formatExport() { + return 'Export data'; }, - formatMultipleSort: function formatMultipleSort() { - return 'Penyortiran ganda'; + formatJumpTo: function formatJumpTo() { + return 'GO'; }, - formatOrder: function formatOrder() { - return 'Urutan'; + formatAdvancedSearch: function formatAdvancedSearch() { + return 'Advanced search'; }, - formatSort: function formatSort() { - return 'Penyortiran'; + formatAdvancedCloseButton: function formatAdvancedCloseButton() { + return 'Close'; }, - formatSortBy: function formatSortBy() { - return 'Urutkan berdasarkan'; + formatFilterControlSwitch: function formatFilterControlSwitch() { + return 'Hide/Show controls'; }, - formatSortOrders: function formatSortOrders() { - return { - asc: 'Menaik', - desc: 'Menurun' - }; + formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { + return 'Hide controls'; }, - formatThenBy: function formatThenBy() { - return 'Kemudian oleh'; + formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { + return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['id-ID']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['hu-HU']); /** * Bootstrap Table Japanese translation @@ -5164,6 +4957,110 @@ }; Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['lb-LU']); + /** + * Bootstrap Table Italian translation + * Author: Davide Renzi + * Author: Davide Borsatto + * Author: Alessio Felicioni + */ + + $$2.fn.bootstrapTable.locales['it-IT'] = $$2.fn.bootstrapTable.locales['it'] = { + formatCopyRows: function formatCopyRows() { + return 'Copy Rows'; + }, + formatPrint: function formatPrint() { + return 'Print'; + }, + formatLoadingMessage: function formatLoadingMessage() { + return 'Caricamento in corso'; + }, + formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { + return "".concat(pageNumber, " elementi per pagina"); + }, + formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { + if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { + return "Visualizzazione da ".concat(pageFrom, " a ").concat(pageTo, " di ").concat(totalRows, " elementi (filtrati da ").concat(totalNotFiltered, " elementi totali)"); + } + return "Visualizzazione da ".concat(pageFrom, " a ").concat(pageTo, " di ").concat(totalRows, " elementi"); + }, + formatSRPaginationPreText: function formatSRPaginationPreText() { + return 'pagina precedente'; + }, + formatSRPaginationPageText: function formatSRPaginationPageText(page) { + return "alla pagina ".concat(page); + }, + formatSRPaginationNextText: function formatSRPaginationNextText() { + return 'pagina successiva'; + }, + formatDetailPagination: function formatDetailPagination(totalRows) { + return "Mostrando ".concat(totalRows, " elementi"); + }, + formatClearSearch: function formatClearSearch() { + return 'Pulisci filtri'; + }, + formatSearch: function formatSearch() { + return 'Cerca'; + }, + formatNoMatches: function formatNoMatches() { + return 'Nessun elemento trovato'; + }, + formatPaginationSwitch: function formatPaginationSwitch() { + return 'Nascondi/Mostra paginazione'; + }, + formatPaginationSwitchDown: function formatPaginationSwitchDown() { + return 'Mostra paginazione'; + }, + formatPaginationSwitchUp: function formatPaginationSwitchUp() { + return 'Nascondi paginazione'; + }, + formatRefresh: function formatRefresh() { + return 'Aggiorna'; + }, + formatToggleOn: function formatToggleOn() { + return 'Mostra visuale a scheda'; + }, + formatToggleOff: function formatToggleOff() { + return 'Nascondi visuale a scheda'; + }, + formatColumns: function formatColumns() { + return 'Colonne'; + }, + formatColumnsToggleAll: function formatColumnsToggleAll() { + return 'Mostra tutte'; + }, + formatFullscreen: function formatFullscreen() { + return 'Schermo intero'; + }, + formatAllRows: function formatAllRows() { + return 'Tutto'; + }, + formatAutoRefresh: function formatAutoRefresh() { + return 'Auto Aggiornamento'; + }, + formatExport: function formatExport() { + return 'Esporta dati'; + }, + formatJumpTo: function formatJumpTo() { + return 'VAI'; + }, + formatAdvancedSearch: function formatAdvancedSearch() { + return 'Filtri avanzati'; + }, + formatAdvancedCloseButton: function formatAdvancedCloseButton() { + return 'Chiudi'; + }, + formatFilterControlSwitch: function formatFilterControlSwitch() { + return 'Hide/Show controls'; + }, + formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { + return 'Hide controls'; + }, + formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { + return 'Show controls'; + } + }; + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['it-IT']); + /** * Bootstrap Table Malay translation * Author: Azamshul Azizy @@ -5267,11 +5164,11 @@ Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ms-MY']); /** - * Bootstrap Table norwegian translation - * Author: Jim Nordbø, jim@nordb.no + * Bootstrap Table Dutch (België) translation + * Author: Nevets82 */ - $$2.fn.bootstrapTable.locales['nb-NO'] = $$2.fn.bootstrapTable.locales['nb'] = { + $$2.fn.bootstrapTable.locales['nl-BE'] = { formatCopyRows: function formatCopyRows() { return 'Copy Rows'; }, @@ -5279,101 +5176,140 @@ return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Oppdaterer, vennligst vent'; + return 'Laden, even geduld'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " poster pr side"); + return "".concat(pageNumber, " records per pagina"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Viser ".concat(pageFrom, " til ").concat(pageTo, " av ").concat(totalRows, " rekker (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Toon ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " record").concat(totalRows > 1 ? 's' : '', " (gefilterd van ").concat(totalNotFiltered, " records in totaal)"); } - return "Viser ".concat(pageFrom, " til ").concat(pageTo, " av ").concat(totalRows, " rekker"); + return "Toon ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " record").concat(totalRows > 1 ? 's' : ''); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; + return 'vorige pagina'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); + return "tot pagina ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; + return 'volgende pagina'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Showing ".concat(totalRows, " rows"); + return "Toon ".concat(totalRows, " record").concat(totalRows > 1 ? 's' : ''); }, formatClearSearch: function formatClearSearch() { - return 'Clear Search'; + return 'Verwijder filters'; }, formatSearch: function formatSearch() { - return 'Søk'; + return 'Zoeken'; }, formatNoMatches: function formatNoMatches() { - return 'Ingen poster funnet'; + return 'Geen resultaten gevonden'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Hide/Show pagination'; + return 'Verberg/Toon paginering'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; + return 'Toon paginering'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; + return 'Verberg paginering'; }, formatRefresh: function formatRefresh() { - return 'Oppdater'; + return 'Vernieuwen'; }, formatToggleOn: function formatToggleOn() { - return 'Show card view'; + return 'Toon kaartweergave'; }, formatToggleOff: function formatToggleOff() { - return 'Hide card view'; + return 'Verberg kaartweergave'; }, formatColumns: function formatColumns() { - return 'Kolonner'; + return 'Kolommen'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; + return 'Allen omschakelen'; }, formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; + return 'Volledig scherm'; }, formatAllRows: function formatAllRows() { - return 'All'; + return 'Alle'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; + return 'Automatisch vernieuwen'; }, formatExport: function formatExport() { - return 'Export data'; + return 'Exporteer gegevens'; }, formatJumpTo: function formatJumpTo() { - return 'GO'; + return 'GA'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; + return 'Geavanceerd zoeken'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; + return 'Sluiten'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; + return 'Verberg/Toon controls'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; + return 'Verberg controls'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; + return 'Toon controls'; + }, + formatAddLevel: function formatAddLevel() { + return 'Niveau toevoegen'; + }, + formatCancel: function formatCancel() { + return 'Annuleren'; + }, + formatColumn: function formatColumn() { + return 'Kolom'; + }, + formatDeleteLevel: function formatDeleteLevel() { + return 'Niveau verwijderen'; + }, + formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { + return 'Duplicaten gevonden!'; + }, + formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { + return 'Gelieve dubbele kolommen te verwijderen of wijzigen'; + }, + formatMultipleSort: function formatMultipleSort() { + return 'Meervoudige sortering'; + }, + formatOrder: function formatOrder() { + return 'Volgorde'; + }, + formatSort: function formatSort() { + return 'Sorteren'; + }, + formatSortBy: function formatSortBy() { + return 'Sorteren op'; + }, + formatThenBy: function formatThenBy() { + return 'vervolgens'; + }, + formatSortOrders: function formatSortOrders() { + return { + asc: 'Oplopend', + desc: 'Aflopend' + }; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['nb-NO']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['nl-BE']); /** - * Bootstrap Table Dutch (België) translation - * Author: Nevets82 + * Bootstrap Table norwegian translation + * Author: Jim Nordbø, jim@nordb.no */ - $$2.fn.bootstrapTable.locales['nl-BE'] = { + $$2.fn.bootstrapTable.locales['nb-NO'] = $$2.fn.bootstrapTable.locales['nb'] = { formatCopyRows: function formatCopyRows() { return 'Copy Rows'; }, @@ -5381,133 +5317,94 @@ return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Laden, even geduld'; + return 'Oppdaterer, vennligst vent'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " records per pagina"); + return "".concat(pageNumber, " poster pr side"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Toon ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " record").concat(totalRows > 1 ? 's' : '', " (gefilterd van ").concat(totalNotFiltered, " records in totaal)"); + return "Viser ".concat(pageFrom, " til ").concat(pageTo, " av ").concat(totalRows, " rekker (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Toon ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " record").concat(totalRows > 1 ? 's' : ''); + return "Viser ".concat(pageFrom, " til ").concat(pageTo, " av ").concat(totalRows, " rekker"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'vorige pagina'; + return 'previous page'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "tot pagina ".concat(page); + return "to page ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'volgende pagina'; + return 'next page'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Toon ".concat(totalRows, " record").concat(totalRows > 1 ? 's' : ''); + return "Showing ".concat(totalRows, " rows"); }, formatClearSearch: function formatClearSearch() { - return 'Verwijder filters'; + return 'Clear Search'; }, formatSearch: function formatSearch() { - return 'Zoeken'; + return 'Søk'; }, formatNoMatches: function formatNoMatches() { - return 'Geen resultaten gevonden'; + return 'Ingen poster funnet'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Verberg/Toon paginering'; + return 'Hide/Show pagination'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Toon paginering'; + return 'Show pagination'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Verberg paginering'; + return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Vernieuwen'; + return 'Oppdater'; }, formatToggleOn: function formatToggleOn() { - return 'Toon kaartweergave'; + return 'Show card view'; }, formatToggleOff: function formatToggleOff() { - return 'Verberg kaartweergave'; + return 'Hide card view'; }, formatColumns: function formatColumns() { - return 'Kolommen'; + return 'Kolonner'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Allen omschakelen'; + return 'Toggle all'; }, formatFullscreen: function formatFullscreen() { - return 'Volledig scherm'; + return 'Fullscreen'; }, formatAllRows: function formatAllRows() { - return 'Alle'; + return 'All'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Automatisch vernieuwen'; + return 'Auto Refresh'; }, formatExport: function formatExport() { - return 'Exporteer gegevens'; + return 'Export data'; }, formatJumpTo: function formatJumpTo() { - return 'GA'; + return 'GO'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Geavanceerd zoeken'; + return 'Advanced search'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Sluiten'; + return 'Close'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Verberg/Toon controls'; + return 'Hide/Show controls'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Verberg controls'; + return 'Hide controls'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Toon controls'; - }, - formatAddLevel: function formatAddLevel() { - return 'Niveau toevoegen'; - }, - formatCancel: function formatCancel() { - return 'Annuleren'; - }, - formatColumn: function formatColumn() { - return 'Kolom'; - }, - formatDeleteLevel: function formatDeleteLevel() { - return 'Niveau verwijderen'; - }, - formatDuplicateAlertTitle: function formatDuplicateAlertTitle() { - return 'Duplicaten gevonden!'; - }, - formatDuplicateAlertDescription: function formatDuplicateAlertDescription() { - return 'Gelieve dubbele kolommen te verwijderen of wijzigen'; - }, - formatMultipleSort: function formatMultipleSort() { - return 'Meervoudige sortering'; - }, - formatOrder: function formatOrder() { - return 'Volgorde'; - }, - formatSort: function formatSort() { - return 'Sorteren'; - }, - formatSortBy: function formatSortBy() { - return 'Sorteren op'; - }, - formatThenBy: function formatThenBy() { - return 'vervolgens'; - }, - formatSortOrders: function formatSortOrders() { - return { - asc: 'Oplopend', - desc: 'Aflopend' - }; + return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['nl-BE']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['nb-NO']); /** * Bootstrap Table Dutch (Nederland) translation @@ -6044,106 +5941,106 @@ Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['pt-PT']); /** - * Bootstrap Table Romanian translation - * Author: cristake + * Bootstrap Table Slovak translation + * Author: Jozef Dúc */ - $$2.fn.bootstrapTable.locales['ro-RO'] = $$2.fn.bootstrapTable.locales['ro'] = { + $$2.fn.bootstrapTable.locales['sk-SK'] = $$2.fn.bootstrapTable.locales['sk'] = { formatCopyRows: function formatCopyRows() { - return 'Copy Rows'; + return 'Skopírovať riadky'; }, formatPrint: function formatPrint() { - return 'Print'; + return 'Vytlačiť'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Se incarca, va rugam asteptati'; + return 'Prosím čakajte'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " inregistrari pe pagina"); + return "".concat(pageNumber, " z\xE1znamov na stranu"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Arata de la ".concat(pageFrom, " pana la ").concat(pageTo, " din ").concat(totalRows, " randuri (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Zobrazen\xE1 ".concat(pageFrom, ". - ").concat(pageTo, ". polo\u017Eka z celkov\xFDch ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Arata de la ".concat(pageFrom, " pana la ").concat(pageTo, " din ").concat(totalRows, " randuri"); + return "Zobrazen\xE1 ".concat(pageFrom, ". - ").concat(pageTo, ". polo\u017Eka z celkov\xFDch ").concat(totalRows); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; + return 'Predchádzajúca strana'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); + return "na stranu ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; + return 'Nasledujúca strana'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Showing ".concat(totalRows, " rows"); + return "Zobrazuje sa ".concat(totalRows, " riadkov"); }, formatClearSearch: function formatClearSearch() { - return 'Clear Search'; + return 'Odstráň filtre'; }, formatSearch: function formatSearch() { - return 'Cauta'; + return 'Vyhľadávanie'; }, formatNoMatches: function formatNoMatches() { - return 'Nu au fost gasite inregistrari'; + return 'Nenájdená žiadna vyhovujúca položka'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Ascunde/Arata paginatia'; + return 'Skry/Zobraz stránkovanie'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; + return 'Zobraziť stránkovanie'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; + return 'Skryť stránkovanie'; }, formatRefresh: function formatRefresh() { - return 'Reincarca'; + return 'Obnoviť'; }, formatToggleOn: function formatToggleOn() { - return 'Show card view'; + return 'Zobraziť kartové zobrazenie'; }, formatToggleOff: function formatToggleOff() { - return 'Hide card view'; + return 'skryť kartové zobrazenie'; }, formatColumns: function formatColumns() { - return 'Coloane'; + return 'Stĺpce'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; + return 'Prepnúť všetky'; }, formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; + return 'Celá obrazovka'; }, formatAllRows: function formatAllRows() { - return 'Toate'; + return 'Všetky'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; + return 'Automatické obnovenie'; }, formatExport: function formatExport() { - return 'Export data'; + return 'Exportuj dáta'; }, formatJumpTo: function formatJumpTo() { - return 'GO'; + return 'Ísť'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; + return 'Pokročilé vyhľadávanie'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; + return 'Zatvoriť'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; + return 'Zobraziť/Skryť tlačidlá'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; + return 'Skryť tlačidlá'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; + return 'Zobraziť tlačidlá'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ro-RO']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['sk-SK']); /** * Bootstrap Table Russian translation @@ -6248,208 +6145,208 @@ Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ru-RU']); /** - * Bootstrap Table Slovak translation - * Author: Jozef Dúc + * Bootstrap Table Slovenian translation + * Author: Ales Hotko */ - $$2.fn.bootstrapTable.locales['sk-SK'] = $$2.fn.bootstrapTable.locales['sk'] = { + $$2.fn.bootstrapTable.locales['sl-SI'] = $$2.fn.bootstrapTable.locales['sl'] = { formatCopyRows: function formatCopyRows() { - return 'Skopírovať riadky'; + return 'Kopiraj vrstice'; }, formatPrint: function formatPrint() { - return 'Vytlačiť'; + return 'Natisni'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Prosím čakajte'; + return 'Prosim počakajte...'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " z\xE1znamov na stranu"); + return "".concat(pageNumber, " vrstic na stran"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Zobrazen\xE1 ".concat(pageFrom, ". - ").concat(pageTo, ". polo\u017Eka z celkov\xFDch ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Prikaz ".concat(pageFrom, " do ").concat(pageTo, " od ").concat(totalRows, " vrstic (filtrirano od skupno ").concat(totalNotFiltered, " vrstic)"); } - return "Zobrazen\xE1 ".concat(pageFrom, ". - ").concat(pageTo, ". polo\u017Eka z celkov\xFDch ").concat(totalRows); + return "Prikaz ".concat(pageFrom, " do ").concat(pageTo, " od ").concat(totalRows, " vrstic"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'Predchádzajúca strana'; + return 'prejšnja stran'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "na stranu ".concat(page); + return "na stran ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'Nasledujúca strana'; + return 'na slednja stran'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Zobrazuje sa ".concat(totalRows, " riadkov"); + return "Prikaz ".concat(totalRows, " vrstic"); }, formatClearSearch: function formatClearSearch() { - return 'Odstráň filtre'; + return 'Počisti'; }, formatSearch: function formatSearch() { - return 'Vyhľadávanie'; + return 'Iskanje'; }, formatNoMatches: function formatNoMatches() { - return 'Nenájdená žiadna vyhovujúca položka'; + return 'Ni najdenih rezultatov'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Skry/Zobraz stránkovanie'; + return 'Skrij/Pokaži oštevilčevanje strani'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Zobraziť stránkovanie'; + return 'Pokaži oštevilčevanje strani'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Skryť stránkovanie'; + return 'Skrij oštevilčevanje strani'; }, formatRefresh: function formatRefresh() { - return 'Obnoviť'; + return 'Osveži'; }, formatToggleOn: function formatToggleOn() { - return 'Zobraziť kartové zobrazenie'; + return 'Prikaži kartični pogled'; }, formatToggleOff: function formatToggleOff() { - return 'skryť kartové zobrazenie'; + return 'Skrij kartični pogled'; }, formatColumns: function formatColumns() { - return 'Stĺpce'; + return 'Stolpci'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Prepnúť všetky'; + return 'Preklopi vse'; }, formatFullscreen: function formatFullscreen() { - return 'Celá obrazovka'; + return 'Celozaslonski prikaz'; }, formatAllRows: function formatAllRows() { - return 'Všetky'; + return 'Vse'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Automatické obnovenie'; + return 'Samodejna osvežitev'; }, formatExport: function formatExport() { - return 'Exportuj dáta'; + return 'Izvoz podatkov'; }, formatJumpTo: function formatJumpTo() { - return 'Ísť'; + return 'GO'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Pokročilé vyhľadávanie'; + return 'Napredno iskanje'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Zatvoriť'; + return 'Zapri'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Zobraziť/Skryť tlačidlá'; + return 'Skrij/Pokaži kontrole'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Skryť tlačidlá'; + return 'Skrij kontrole'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Zobraziť tlačidlá'; + return 'Pokaži kontrole'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['sk-SK']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['sl-SI']); /** - * Bootstrap Table Slovenian translation - * Author: Ales Hotko + * Bootstrap Table Romanian translation + * Author: cristake */ - $$2.fn.bootstrapTable.locales['sl-SI'] = $$2.fn.bootstrapTable.locales['sl'] = { + $$2.fn.bootstrapTable.locales['ro-RO'] = $$2.fn.bootstrapTable.locales['ro'] = { formatCopyRows: function formatCopyRows() { - return 'Kopiraj vrstice'; + return 'Copy Rows'; }, formatPrint: function formatPrint() { - return 'Natisni'; + return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Prosim počakajte...'; + return 'Se incarca, va rugam asteptati'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " vrstic na stran"); + return "".concat(pageNumber, " inregistrari pe pagina"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Prikaz ".concat(pageFrom, " do ").concat(pageTo, " od ").concat(totalRows, " vrstic (filtrirano od skupno ").concat(totalNotFiltered, " vrstic)"); + return "Arata de la ".concat(pageFrom, " pana la ").concat(pageTo, " din ").concat(totalRows, " randuri (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "Prikaz ".concat(pageFrom, " do ").concat(pageTo, " od ").concat(totalRows, " vrstic"); + return "Arata de la ".concat(pageFrom, " pana la ").concat(pageTo, " din ").concat(totalRows, " randuri"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'prejšnja stran'; + return 'previous page'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "na stran ".concat(page); + return "to page ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'na slednja stran'; + return 'next page'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Prikaz ".concat(totalRows, " vrstic"); + return "Showing ".concat(totalRows, " rows"); }, formatClearSearch: function formatClearSearch() { - return 'Počisti'; + return 'Clear Search'; }, formatSearch: function formatSearch() { - return 'Iskanje'; + return 'Cauta'; }, formatNoMatches: function formatNoMatches() { - return 'Ni najdenih rezultatov'; + return 'Nu au fost gasite inregistrari'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Skrij/Pokaži oštevilčevanje strani'; + return 'Ascunde/Arata paginatia'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Pokaži oštevilčevanje strani'; + return 'Show pagination'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Skrij oštevilčevanje strani'; + return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Osveži'; + return 'Reincarca'; }, formatToggleOn: function formatToggleOn() { - return 'Prikaži kartični pogled'; + return 'Show card view'; }, formatToggleOff: function formatToggleOff() { - return 'Skrij kartični pogled'; + return 'Hide card view'; }, formatColumns: function formatColumns() { - return 'Stolpci'; + return 'Coloane'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Preklopi vse'; + return 'Toggle all'; }, formatFullscreen: function formatFullscreen() { - return 'Celozaslonski prikaz'; + return 'Fullscreen'; }, formatAllRows: function formatAllRows() { - return 'Vse'; + return 'Toate'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Samodejna osvežitev'; + return 'Auto Refresh'; }, formatExport: function formatExport() { - return 'Izvoz podatkov'; + return 'Export data'; }, formatJumpTo: function formatJumpTo() { return 'GO'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Napredno iskanje'; + return 'Advanced search'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Zapri'; + return 'Close'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Skrij/Pokaži kontrole'; + return 'Hide/Show controls'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Skrij kontrole'; + return 'Hide controls'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Pokaži kontrole'; + return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['sl-SI']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ro-RO']); /** * Bootstrap Table Serbian Cyrilic RS translation @@ -6767,303 +6664,97 @@ return 'Copy Rows'; }, formatPrint: function formatPrint() { - return 'Print'; - }, - formatLoadingMessage: function formatLoadingMessage() { - return 'กำลังโหลดข้อมูล, กรุณารอสักครู่'; - }, - formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32"); - }, - formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { - if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48 ".concat(pageFrom, " \u0E16\u0E36\u0E07 ").concat(pageTo, " \u0E08\u0E32\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 ").concat(totalRows, " \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23 (filtered from ").concat(totalNotFiltered, " total rows)"); - } - return "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48 ".concat(pageFrom, " \u0E16\u0E36\u0E07 ").concat(pageTo, " \u0E08\u0E32\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 ").concat(totalRows, " \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"); - }, - formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; - }, - formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); - }, - formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; - }, - formatDetailPagination: function formatDetailPagination(totalRows) { - return "Showing ".concat(totalRows, " rows"); - }, - formatClearSearch: function formatClearSearch() { - return 'Clear Search'; - }, - formatSearch: function formatSearch() { - return 'ค้นหา'; - }, - formatNoMatches: function formatNoMatches() { - return 'ไม่พบรายการที่ค้นหา !'; - }, - formatPaginationSwitch: function formatPaginationSwitch() { - return 'Hide/Show pagination'; - }, - formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; - }, - formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; - }, - formatRefresh: function formatRefresh() { - return 'รีเฟรส'; - }, - formatToggleOn: function formatToggleOn() { - return 'Show card view'; - }, - formatToggleOff: function formatToggleOff() { - return 'Hide card view'; - }, - formatColumns: function formatColumns() { - return 'คอลัมน์'; - }, - formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; - }, - formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; - }, - formatAllRows: function formatAllRows() { - return 'All'; - }, - formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; - }, - formatExport: function formatExport() { - return 'Export data'; - }, - formatJumpTo: function formatJumpTo() { - return 'GO'; - }, - formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; - }, - formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; - }, - formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; - }, - formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; - }, - formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; - } - }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['th-TH']); - - /** - * Bootstrap Table Turkish translation - * Author: Emin Şen - * Author: Sercan Cakir - * Update From: Sait KURT - */ - - $$2.fn.bootstrapTable.locales['tr-TR'] = $$2.fn.bootstrapTable.locales['tr'] = { - formatCopyRows: function formatCopyRows() { - return 'Satırları Kopyala'; - }, - formatPrint: function formatPrint() { - return 'Yazdır'; - }, - formatLoadingMessage: function formatLoadingMessage() { - return 'Yükleniyor, lütfen bekleyin'; - }, - formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "Sayfa ba\u015F\u0131na ".concat(pageNumber, " kay\u0131t."); - }, - formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { - if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "".concat(totalRows, " kay\u0131ttan ").concat(pageFrom, "-").concat(pageTo, " aras\u0131 g\xF6steriliyor (").concat(totalNotFiltered, " toplam sat\u0131r filtrelendi)."); - } - return "".concat(totalRows, " kay\u0131ttan ").concat(pageFrom, "-").concat(pageTo, " aras\u0131 g\xF6steriliyor."); - }, - formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'önceki sayfa'; - }, - formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "sayfa ".concat(page); - }, - formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'sonraki sayfa'; - }, - formatDetailPagination: function formatDetailPagination(totalRows) { - return "".concat(totalRows, " sat\u0131r g\xF6steriliyor"); - }, - formatClearSearch: function formatClearSearch() { - return 'Aramayı Temizle'; - }, - formatSearch: function formatSearch() { - return 'Ara'; - }, - formatNoMatches: function formatNoMatches() { - return 'Eşleşen kayıt bulunamadı.'; - }, - formatPaginationSwitch: function formatPaginationSwitch() { - return 'Sayfalamayı Gizle/Göster'; - }, - formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Sayfalamayı Göster'; - }, - formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Sayfalamayı Gizle'; - }, - formatRefresh: function formatRefresh() { - return 'Yenile'; - }, - formatToggleOn: function formatToggleOn() { - return 'Kart Görünümünü Göster'; - }, - formatToggleOff: function formatToggleOff() { - return 'Kart Görünümünü Gizle'; - }, - formatColumns: function formatColumns() { - return 'Sütunlar'; - }, - formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Tümünü Kapat'; - }, - formatFullscreen: function formatFullscreen() { - return 'Tam Ekran'; - }, - formatAllRows: function formatAllRows() { - return 'Tüm Satırlar'; - }, - formatAutoRefresh: function formatAutoRefresh() { - return 'Otomatik Yenileme'; - }, - formatExport: function formatExport() { - return 'Verileri Dışa Aktar'; - }, - formatJumpTo: function formatJumpTo() { - return 'Git'; - }, - formatAdvancedSearch: function formatAdvancedSearch() { - return 'Gelişmiş Arama'; - }, - formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Kapat'; - }, - formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Kontrolleri Gizle/Göster'; - }, - formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Kontrolleri Gizle'; - }, - formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Kontrolleri Göster'; - } - }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['tr-TR']); - - /** - * Bootstrap Table Ukrainian translation - * Author: Vitaliy Timchenko - */ - - $$2.fn.bootstrapTable.locales['uk-UA'] = $$2.fn.bootstrapTable.locales['uk'] = { - formatCopyRows: function formatCopyRows() { - return 'Скопіювати рядки'; - }, - formatPrint: function formatPrint() { - return 'Друк'; + return 'Print'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Завантаження, будь ласка, зачекайте'; + return 'กำลังโหลดข้อมูล, กรุณารอสักครู่'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " \u0440\u044F\u0434\u043A\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443"); + return "".concat(pageNumber, " \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043E \u0440\u044F\u0434\u043A\u0438 \u0437 ".concat(pageFrom, " \u043F\u043E ").concat(pageTo, " \u0437 ").concat(totalRows, " \u0437\u0430\u0433\u0430\u043B\u043E\u043C (\u0432\u0456\u0434\u0444\u0456\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u043D\u043E \u0437 ").concat(totalNotFiltered, " \u0440\u044F\u0434\u043A\u0456\u0432)"); + return "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48 ".concat(pageFrom, " \u0E16\u0E36\u0E07 ").concat(pageTo, " \u0E08\u0E32\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 ").concat(totalRows, " \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23 (filtered from ").concat(totalNotFiltered, " total rows)"); } - return "\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043E \u0440\u044F\u0434\u043A\u0438 \u0437 ".concat(pageFrom, " \u043F\u043E ").concat(pageTo, " \u0437 ").concat(totalRows, " \u0437\u0430\u0433\u0430\u043B\u043E\u043C"); + return "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48 ".concat(pageFrom, " \u0E16\u0E36\u0E07 ").concat(pageTo, " \u0E08\u0E32\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 ").concat(totalRows, " \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'попередня сторінка'; + return 'previous page'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "\u0434\u043E \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438 ".concat(page); + return "to page ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'наступна сторінка'; + return 'next page'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043E ".concat(totalRows, " \u0440\u044F\u0434\u043A\u0456\u0432"); + return "Showing ".concat(totalRows, " rows"); }, formatClearSearch: function formatClearSearch() { - return 'Скинути фільтри'; + return 'Clear Search'; }, formatSearch: function formatSearch() { - return 'Пошук'; + return 'ค้นหา'; }, formatNoMatches: function formatNoMatches() { - return 'Не знайдено жодного запису'; + return 'ไม่พบรายการที่ค้นหา !'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Сховати/Відобразити пагінацію'; + return 'Hide/Show pagination'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Відобразити пагінацію'; + return 'Show pagination'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Сховати пагінацію'; + return 'Hide pagination'; }, formatRefresh: function formatRefresh() { - return 'Оновити'; + return 'รีเฟรส'; }, formatToggleOn: function formatToggleOn() { - return 'Відобразити у форматі карток'; + return 'Show card view'; }, formatToggleOff: function formatToggleOff() { - return 'Вимкнути формат карток'; + return 'Hide card view'; }, formatColumns: function formatColumns() { - return 'Стовпці'; + return 'คอลัมน์'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Переключити усі'; + return 'Toggle all'; }, formatFullscreen: function formatFullscreen() { - return 'Повноекранний режим'; + return 'Fullscreen'; }, formatAllRows: function formatAllRows() { - return 'Усі'; + return 'All'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Автооновлення'; + return 'Auto Refresh'; }, formatExport: function formatExport() { - return 'Експортувати дані'; + return 'Export data'; }, formatJumpTo: function formatJumpTo() { - return 'Швидкий перехід до'; + return 'GO'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Розширений пошук'; + return 'Advanced search'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Закрити'; + return 'Close'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Сховати/Відобразити елементи керування'; + return 'Hide/Show controls'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Сховати елементи керування'; + return 'Hide controls'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Відобразити елементи керування'; + return 'Show controls'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['uk-UA']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['th-TH']); /** * Bootstrap Table Urdu translation @@ -7168,209 +6859,314 @@ Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['ur-PK']); /** - * Bootstrap Table Uzbek translation - * Author: Nabijon Masharipov + * Bootstrap Table Vietnamese translation + * Author: Duc N. PHAM + * Revision: Le Ngo Duc Manh (07/Mar/2024) */ - $$2.fn.bootstrapTable.locales['uz-Latn-UZ'] = $$2.fn.bootstrapTable.locales['uz'] = { + $$2.fn.bootstrapTable.locales['vi-VN'] = $$2.fn.bootstrapTable.locales['vi'] = { formatCopyRows: function formatCopyRows() { - return 'Copy Rows'; + return 'Sao chép hàng'; }, formatPrint: function formatPrint() { - return 'Print'; + return 'In'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Yuklanyapti, iltimos kuting'; + return 'Đang tải'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " qator har sahifada"); + return "".concat(pageNumber, " b\u1EA3n ghi m\u1ED7i trang"); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Ko'rsatypati ".concat(pageFrom, " dan ").concat(pageTo, " gacha ").concat(totalRows, " qatorlarni (filtered from ").concat(totalNotFiltered, " total rows)"); + return "Hi\u1EC3n th\u1ECB t\u1EEB trang ".concat(pageFrom, " \u0111\u1EBFn ").concat(pageTo, " c\u1EE7a ").concat(totalRows, " b\u1EA3n ghi (\u0111\u01B0\u1EE3c l\u1ECDc t\u1EEB t\u1ED5ng ").concat(totalNotFiltered, " h\xE0ng)"); } - return "Ko'rsatypati ".concat(pageFrom, " dan ").concat(pageTo, " gacha ").concat(totalRows, " qatorlarni"); + return "Hi\u1EC3n th\u1ECB t\u1EEB trang ".concat(pageFrom, " \u0111\u1EBFn ").concat(pageTo, " c\u1EE7a ").concat(totalRows, " b\u1EA3n ghi"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'previous page'; + return 'trang trước'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "to page ".concat(page); + return "\u0111\u1EBFn trang ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'next page'; + return 'trang sau'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "Showing ".concat(totalRows, " rows"); + return "\u0110ang hi\u1EC7n ".concat(totalRows, " h\xE0ng"); }, formatClearSearch: function formatClearSearch() { - return 'Filtrlarni tozalash'; + return 'Xoá tìm kiếm'; }, formatSearch: function formatSearch() { - return 'Qidirish'; + return 'Tìm kiếm'; }, formatNoMatches: function formatNoMatches() { - return 'Hech narsa topilmadi'; + return 'Không có dữ liệu'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Sahifalashni yashirish/ko\'rsatish'; + return 'Ẩn/Hiện phân trang'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Show pagination'; + return 'Hiện phân trang'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Hide pagination'; + return 'Ẩn phân trang'; }, formatRefresh: function formatRefresh() { - return 'Yangilash'; + return 'Làm mới'; }, formatToggleOn: function formatToggleOn() { - return 'Show card view'; + return 'Hiển thị các thẻ'; }, formatToggleOff: function formatToggleOff() { - return 'Hide card view'; + return 'Ẩn các thẻ'; }, formatColumns: function formatColumns() { - return 'Ustunlar'; + return 'Cột'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Toggle all'; + return 'Hiện tất cả'; }, formatFullscreen: function formatFullscreen() { - return 'Fullscreen'; + return 'Toàn màn hình'; }, formatAllRows: function formatAllRows() { - return 'Hammasi'; + return 'Tất cả'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Auto Refresh'; + return 'Tự động làm mới'; }, formatExport: function formatExport() { - return 'Eksport'; + return 'Xuất dữ liệu'; }, formatJumpTo: function formatJumpTo() { - return 'GO'; + return 'Đến'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Advanced search'; + return 'Tìm kiếm nâng cao'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Close'; + return 'Đóng'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Hide/Show controls'; + return 'Ẩn/Hiện điều khiển'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Hide controls'; + return 'Ẩn điều khiển'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Show controls'; + return 'Hiện điều khiển'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['uz-Latn-UZ']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['vi-VN']); /** - * Bootstrap Table Vietnamese translation - * Author: Duc N. PHAM - * Revision: Le Ngo Duc Manh (07/Mar/2024) + * Bootstrap Table Turkish translation + * Author: Emin Şen + * Author: Sercan Cakir + * Update From: Sait KURT */ - $$2.fn.bootstrapTable.locales['vi-VN'] = $$2.fn.bootstrapTable.locales['vi'] = { + $$2.fn.bootstrapTable.locales['tr-TR'] = $$2.fn.bootstrapTable.locales['tr'] = { formatCopyRows: function formatCopyRows() { - return 'Sao chép hàng'; + return 'Satırları Kopyala'; }, formatPrint: function formatPrint() { - return 'In'; + return 'Yazdır'; }, formatLoadingMessage: function formatLoadingMessage() { - return 'Đang tải'; + return 'Yükleniyor, lütfen bekleyin'; }, formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { - return "".concat(pageNumber, " b\u1EA3n ghi m\u1ED7i trang"); + return "Sayfa ba\u015F\u0131na ".concat(pageNumber, " kay\u0131t."); }, formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { - return "Hi\u1EC3n th\u1ECB t\u1EEB trang ".concat(pageFrom, " \u0111\u1EBFn ").concat(pageTo, " c\u1EE7a ").concat(totalRows, " b\u1EA3n ghi (\u0111\u01B0\u1EE3c l\u1ECDc t\u1EEB t\u1ED5ng ").concat(totalNotFiltered, " h\xE0ng)"); + return "".concat(totalRows, " kay\u0131ttan ").concat(pageFrom, "-").concat(pageTo, " aras\u0131 g\xF6steriliyor (").concat(totalNotFiltered, " toplam sat\u0131r filtrelendi)."); } - return "Hi\u1EC3n th\u1ECB t\u1EEB trang ".concat(pageFrom, " \u0111\u1EBFn ").concat(pageTo, " c\u1EE7a ").concat(totalRows, " b\u1EA3n ghi"); + return "".concat(totalRows, " kay\u0131ttan ").concat(pageFrom, "-").concat(pageTo, " aras\u0131 g\xF6steriliyor."); + }, + formatSRPaginationPreText: function formatSRPaginationPreText() { + return 'önceki sayfa'; + }, + formatSRPaginationPageText: function formatSRPaginationPageText(page) { + return "sayfa ".concat(page); + }, + formatSRPaginationNextText: function formatSRPaginationNextText() { + return 'sonraki sayfa'; + }, + formatDetailPagination: function formatDetailPagination(totalRows) { + return "".concat(totalRows, " sat\u0131r g\xF6steriliyor"); + }, + formatClearSearch: function formatClearSearch() { + return 'Aramayı Temizle'; + }, + formatSearch: function formatSearch() { + return 'Ara'; + }, + formatNoMatches: function formatNoMatches() { + return 'Eşleşen kayıt bulunamadı.'; + }, + formatPaginationSwitch: function formatPaginationSwitch() { + return 'Sayfalamayı Gizle/Göster'; + }, + formatPaginationSwitchDown: function formatPaginationSwitchDown() { + return 'Sayfalamayı Göster'; + }, + formatPaginationSwitchUp: function formatPaginationSwitchUp() { + return 'Sayfalamayı Gizle'; + }, + formatRefresh: function formatRefresh() { + return 'Yenile'; + }, + formatToggleOn: function formatToggleOn() { + return 'Kart Görünümünü Göster'; + }, + formatToggleOff: function formatToggleOff() { + return 'Kart Görünümünü Gizle'; + }, + formatColumns: function formatColumns() { + return 'Sütunlar'; + }, + formatColumnsToggleAll: function formatColumnsToggleAll() { + return 'Tümünü Kapat'; + }, + formatFullscreen: function formatFullscreen() { + return 'Tam Ekran'; + }, + formatAllRows: function formatAllRows() { + return 'Tüm Satırlar'; + }, + formatAutoRefresh: function formatAutoRefresh() { + return 'Otomatik Yenileme'; + }, + formatExport: function formatExport() { + return 'Verileri Dışa Aktar'; + }, + formatJumpTo: function formatJumpTo() { + return 'Git'; + }, + formatAdvancedSearch: function formatAdvancedSearch() { + return 'Gelişmiş Arama'; + }, + formatAdvancedCloseButton: function formatAdvancedCloseButton() { + return 'Kapat'; + }, + formatFilterControlSwitch: function formatFilterControlSwitch() { + return 'Kontrolleri Gizle/Göster'; + }, + formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { + return 'Kontrolleri Gizle'; + }, + formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { + return 'Kontrolleri Göster'; + } + }; + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['tr-TR']); + + /** + * Traducción de librería Bootstrap Table a Español (Chile) + * @author Brian Álvarez Azócar + * email brianalvarezazocar@gmail.com + */ + + $$2.fn.bootstrapTable.locales['es-CL'] = { + formatCopyRows: function formatCopyRows() { + return 'Copiar Filas'; + }, + formatPrint: function formatPrint() { + return 'Imprimir'; + }, + formatLoadingMessage: function formatLoadingMessage() { + return 'Cargando, espere por favor'; + }, + formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { + return "".concat(pageNumber, " filas por p\xE1gina"); + }, + formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { + if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { + return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtrado de ").concat(totalNotFiltered, " filas totales)"); + } + return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas"); }, formatSRPaginationPreText: function formatSRPaginationPreText() { - return 'trang trước'; + return 'página anterior'; }, formatSRPaginationPageText: function formatSRPaginationPageText(page) { - return "\u0111\u1EBFn trang ".concat(page); + return "a la p\xE1gina ".concat(page); }, formatSRPaginationNextText: function formatSRPaginationNextText() { - return 'trang sau'; + return 'siguiente página'; }, formatDetailPagination: function formatDetailPagination(totalRows) { - return "\u0110ang hi\u1EC7n ".concat(totalRows, " h\xE0ng"); + return "Mostrando ".concat(totalRows, " filas"); }, formatClearSearch: function formatClearSearch() { - return 'Xoá tìm kiếm'; + return 'Limpiar búsqueda'; }, formatSearch: function formatSearch() { - return 'Tìm kiếm'; + return 'Buscar'; }, formatNoMatches: function formatNoMatches() { - return 'Không có dữ liệu'; + return 'No se encontraron registros'; }, formatPaginationSwitch: function formatPaginationSwitch() { - return 'Ẩn/Hiện phân trang'; + return 'Ocultar/Mostrar paginación'; }, formatPaginationSwitchDown: function formatPaginationSwitchDown() { - return 'Hiện phân trang'; + return 'Mostrar paginación'; }, formatPaginationSwitchUp: function formatPaginationSwitchUp() { - return 'Ẩn phân trang'; + return 'Ocultar paginación'; }, formatRefresh: function formatRefresh() { - return 'Làm mới'; + return 'Refrescar'; }, formatToggleOn: function formatToggleOn() { - return 'Hiển thị các thẻ'; + return 'Mostrar vista de carta'; }, formatToggleOff: function formatToggleOff() { - return 'Ẩn các thẻ'; + return 'Ocultar vista de carta'; }, formatColumns: function formatColumns() { - return 'Cột'; + return 'Columnas'; }, formatColumnsToggleAll: function formatColumnsToggleAll() { - return 'Hiện tất cả'; + return 'Cambiar todo'; }, formatFullscreen: function formatFullscreen() { - return 'Toàn màn hình'; + return 'Pantalla completa'; }, formatAllRows: function formatAllRows() { - return 'Tất cả'; + return 'Todo'; }, formatAutoRefresh: function formatAutoRefresh() { - return 'Tự động làm mới'; + return 'Auto Recargar'; }, formatExport: function formatExport() { - return 'Xuất dữ liệu'; + return 'Exportar datos'; }, formatJumpTo: function formatJumpTo() { - return 'Đến'; + return 'IR'; }, formatAdvancedSearch: function formatAdvancedSearch() { - return 'Tìm kiếm nâng cao'; + return 'Búsqueda avanzada'; }, formatAdvancedCloseButton: function formatAdvancedCloseButton() { - return 'Đóng'; + return 'Cerrar'; }, formatFilterControlSwitch: function formatFilterControlSwitch() { - return 'Ẩn/Hiện điều khiển'; + return 'Ocultar/Mostrar controles'; }, formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { - return 'Ẩn điều khiển'; + return 'Ocultar controles'; }, formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { - return 'Hiện điều khiển'; + return 'Mostrar controles'; } }; - Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['vi-VN']); + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['es-CL']); /** * Bootstrap Table Chinese translation @@ -7576,4 +7372,208 @@ }; Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['zh-TW']); + /** + * Bootstrap Table Uzbek translation + * Author: Nabijon Masharipov + */ + + $$2.fn.bootstrapTable.locales['uz-Latn-UZ'] = $$2.fn.bootstrapTable.locales['uz'] = { + formatCopyRows: function formatCopyRows() { + return 'Copy Rows'; + }, + formatPrint: function formatPrint() { + return 'Print'; + }, + formatLoadingMessage: function formatLoadingMessage() { + return 'Yuklanyapti, iltimos kuting'; + }, + formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { + return "".concat(pageNumber, " qator har sahifada"); + }, + formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { + if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { + return "Ko'rsatypati ".concat(pageFrom, " dan ").concat(pageTo, " gacha ").concat(totalRows, " qatorlarni (filtered from ").concat(totalNotFiltered, " total rows)"); + } + return "Ko'rsatypati ".concat(pageFrom, " dan ").concat(pageTo, " gacha ").concat(totalRows, " qatorlarni"); + }, + formatSRPaginationPreText: function formatSRPaginationPreText() { + return 'previous page'; + }, + formatSRPaginationPageText: function formatSRPaginationPageText(page) { + return "to page ".concat(page); + }, + formatSRPaginationNextText: function formatSRPaginationNextText() { + return 'next page'; + }, + formatDetailPagination: function formatDetailPagination(totalRows) { + return "Showing ".concat(totalRows, " rows"); + }, + formatClearSearch: function formatClearSearch() { + return 'Filtrlarni tozalash'; + }, + formatSearch: function formatSearch() { + return 'Qidirish'; + }, + formatNoMatches: function formatNoMatches() { + return 'Hech narsa topilmadi'; + }, + formatPaginationSwitch: function formatPaginationSwitch() { + return 'Sahifalashni yashirish/ko\'rsatish'; + }, + formatPaginationSwitchDown: function formatPaginationSwitchDown() { + return 'Show pagination'; + }, + formatPaginationSwitchUp: function formatPaginationSwitchUp() { + return 'Hide pagination'; + }, + formatRefresh: function formatRefresh() { + return 'Yangilash'; + }, + formatToggleOn: function formatToggleOn() { + return 'Show card view'; + }, + formatToggleOff: function formatToggleOff() { + return 'Hide card view'; + }, + formatColumns: function formatColumns() { + return 'Ustunlar'; + }, + formatColumnsToggleAll: function formatColumnsToggleAll() { + return 'Toggle all'; + }, + formatFullscreen: function formatFullscreen() { + return 'Fullscreen'; + }, + formatAllRows: function formatAllRows() { + return 'Hammasi'; + }, + formatAutoRefresh: function formatAutoRefresh() { + return 'Auto Refresh'; + }, + formatExport: function formatExport() { + return 'Eksport'; + }, + formatJumpTo: function formatJumpTo() { + return 'GO'; + }, + formatAdvancedSearch: function formatAdvancedSearch() { + return 'Advanced search'; + }, + formatAdvancedCloseButton: function formatAdvancedCloseButton() { + return 'Close'; + }, + formatFilterControlSwitch: function formatFilterControlSwitch() { + return 'Hide/Show controls'; + }, + formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { + return 'Hide controls'; + }, + formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { + return 'Show controls'; + } + }; + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['uz-Latn-UZ']); + + /** + * Bootstrap Table Ukrainian translation + * Author: Vitaliy Timchenko + */ + + $$2.fn.bootstrapTable.locales['uk-UA'] = $$2.fn.bootstrapTable.locales['uk'] = { + formatCopyRows: function formatCopyRows() { + return 'Скопіювати рядки'; + }, + formatPrint: function formatPrint() { + return 'Друк'; + }, + formatLoadingMessage: function formatLoadingMessage() { + return 'Завантаження, будь ласка, зачекайте'; + }, + formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { + return "".concat(pageNumber, " \u0440\u044F\u0434\u043A\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443"); + }, + formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { + if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) { + return "\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043E \u0440\u044F\u0434\u043A\u0438 \u0437 ".concat(pageFrom, " \u043F\u043E ").concat(pageTo, " \u0437 ").concat(totalRows, " \u0437\u0430\u0433\u0430\u043B\u043E\u043C (\u0432\u0456\u0434\u0444\u0456\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u043D\u043E \u0437 ").concat(totalNotFiltered, " \u0440\u044F\u0434\u043A\u0456\u0432)"); + } + return "\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043E \u0440\u044F\u0434\u043A\u0438 \u0437 ".concat(pageFrom, " \u043F\u043E ").concat(pageTo, " \u0437 ").concat(totalRows, " \u0437\u0430\u0433\u0430\u043B\u043E\u043C"); + }, + formatSRPaginationPreText: function formatSRPaginationPreText() { + return 'попередня сторінка'; + }, + formatSRPaginationPageText: function formatSRPaginationPageText(page) { + return "\u0434\u043E \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438 ".concat(page); + }, + formatSRPaginationNextText: function formatSRPaginationNextText() { + return 'наступна сторінка'; + }, + formatDetailPagination: function formatDetailPagination(totalRows) { + return "\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043E ".concat(totalRows, " \u0440\u044F\u0434\u043A\u0456\u0432"); + }, + formatClearSearch: function formatClearSearch() { + return 'Скинути фільтри'; + }, + formatSearch: function formatSearch() { + return 'Пошук'; + }, + formatNoMatches: function formatNoMatches() { + return 'Не знайдено жодного запису'; + }, + formatPaginationSwitch: function formatPaginationSwitch() { + return 'Сховати/Відобразити пагінацію'; + }, + formatPaginationSwitchDown: function formatPaginationSwitchDown() { + return 'Відобразити пагінацію'; + }, + formatPaginationSwitchUp: function formatPaginationSwitchUp() { + return 'Сховати пагінацію'; + }, + formatRefresh: function formatRefresh() { + return 'Оновити'; + }, + formatToggleOn: function formatToggleOn() { + return 'Відобразити у форматі карток'; + }, + formatToggleOff: function formatToggleOff() { + return 'Вимкнути формат карток'; + }, + formatColumns: function formatColumns() { + return 'Стовпці'; + }, + formatColumnsToggleAll: function formatColumnsToggleAll() { + return 'Переключити усі'; + }, + formatFullscreen: function formatFullscreen() { + return 'Повноекранний режим'; + }, + formatAllRows: function formatAllRows() { + return 'Усі'; + }, + formatAutoRefresh: function formatAutoRefresh() { + return 'Автооновлення'; + }, + formatExport: function formatExport() { + return 'Експортувати дані'; + }, + formatJumpTo: function formatJumpTo() { + return 'Швидкий перехід до'; + }, + formatAdvancedSearch: function formatAdvancedSearch() { + return 'Розширений пошук'; + }, + formatAdvancedCloseButton: function formatAdvancedCloseButton() { + return 'Закрити'; + }, + formatFilterControlSwitch: function formatFilterControlSwitch() { + return 'Сховати/Відобразити елементи керування'; + }, + formatFilterControlSwitchHide: function formatFilterControlSwitchHide() { + return 'Сховати елементи керування'; + }, + formatFilterControlSwitchShow: function formatFilterControlSwitchShow() { + return 'Відобразити елементи керування'; + } + }; + Object.assign($$2.fn.bootstrapTable.defaults, $$2.fn.bootstrapTable.locales['uk-UA']); + })); diff --git a/dist/bootstrap-table-locale-all.min.js b/dist/bootstrap-table-locale-all.min.js index f09d88f10..da5a0110d 100644 --- a/dist/bootstrap-table-locale-all.min.js +++ b/dist/bootstrap-table-locale-all.min.js @@ -1,10 +1,10 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT */ -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";var n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},r=function(t){return t&&t.Math===Math&&t},o=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n&&n)||r("object"==typeof n&&n)||function(){return this}()||Function("return this")(),e={},a=function(t){try{return!!t()}catch(t){return!0}},i=!a((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),u=!a((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),c=u,f=Function.prototype.call,l=c?f.bind(f):function(){return f.apply(f,arguments)},s={},m={}.propertyIsEnumerable,g=Object.getOwnPropertyDescriptor,d=g&&!m.call({1:2},1);s.f=d?function(t){var n=g(this,t);return!!n&&n.enumerable}:m;var h,p,S=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},w=u,P=Function.prototype,T=P.call,b=w&&P.bind.bind(T,T),C=w?b:function(t){return function(){return T.apply(t,arguments)}},v=C,R=v({}.toString),A=v("".slice),x=function(t){return A(R(t),8,-1)},y=a,O=x,k=Object,F=C("".split),M=y((function(){return!k("z").propertyIsEnumerable(0)}))?function(t){return"String"===O(t)?F(t,""):k(t)}:k,j=function(t){return null==t},D=j,N=TypeError,E=function(t){if(D(t))throw new N("Can't call method on "+t);return t},H=M,z=E,L=function(t){return H(z(t))},B="object"==typeof document&&document.all,U=void 0===B&&void 0!==B?function(t){return"function"==typeof t||t===B}:function(t){return"function"==typeof t},V=U,G=function(t){return"object"==typeof t?null!==t:V(t)},Z=o,J=U,I=function(t,n){return arguments.length<2?(r=Z[t],J(r)?r:void 0):Z[t]&&Z[t][n];var r},q=C({}.isPrototypeOf),K=o.navigator,W=K&&K.userAgent,Y=o,_=W?String(W):"",X=Y.process,Q=Y.Deno,$=X&&X.versions||Q&&Q.version,tt=$&&$.v8;tt&&(p=(h=tt.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!p&&_&&(!(h=_.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=_.match(/Chrome\/(\d+)/))&&(p=+h[1]);var nt=p,rt=nt,ot=a,et=o.String,at=!!Object.getOwnPropertySymbols&&!ot((function(){var t=Symbol("symbol detection");return!et(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&rt&&rt<41})),it=at&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ut=I,ct=U,ft=q,lt=Object,st=it?function(t){return"symbol"==typeof t}:function(t){var n=ut("Symbol");return ct(n)&&ft(n.prototype,lt(t))},mt=String,gt=U,dt=function(t){try{return mt(t)}catch(t){return"Object"}},ht=TypeError,pt=function(t){if(gt(t))return t;throw new ht(dt(t)+" is not a function")},St=j,wt=l,Pt=U,Tt=G,bt=TypeError,Ct={exports:{}},vt=o,Rt=Object.defineProperty,At=function(t,n){try{Rt(vt,t,{value:n,configurable:!0,writable:!0})}catch(r){vt[t]=n}return n},xt=o,yt=At,Ot="__core-js_shared__",kt=Ct.exports=xt[Ot]||yt(Ot,{});(kt.versions||(kt.versions=[])).push({version:"3.38.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Ft=Ct.exports,Mt=Ft,jt=function(t,n){return Mt[t]||(Mt[t]=n||{})},Dt=E,Nt=Object,Et=function(t){return Nt(Dt(t))},Ht=Et,zt=C({}.hasOwnProperty),Lt=Object.hasOwn||function(t,n){return zt(Ht(t),n)},Bt=C,Ut=0,Vt=Math.random(),Gt=Bt(1..toString),Zt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Gt(++Ut+Vt,36)},Jt=jt,It=Lt,qt=Zt,Kt=at,Wt=it,Yt=o.Symbol,_t=Jt("wks"),Xt=Wt?Yt.for||Yt:Yt&&Yt.withoutSetter||qt,Qt=function(t){return It(_t,t)||(_t[t]=Kt&&It(Yt,t)?Yt[t]:Xt("Symbol."+t)),_t[t]},$t=l,tn=G,nn=st,rn=function(t,n){var r=t[n];return St(r)?void 0:pt(r)},on=function(t,n){var r,o;if("string"===n&&Pt(r=t.toString)&&!Tt(o=wt(r,t)))return o;if(Pt(r=t.valueOf)&&!Tt(o=wt(r,t)))return o;if("string"!==n&&Pt(r=t.toString)&&!Tt(o=wt(r,t)))return o;throw new bt("Can't convert object to primitive value")},en=TypeError,an=Qt("toPrimitive"),un=function(t,n){if(!tn(t)||nn(t))return t;var r,o=rn(t,an);if(o){if(void 0===n&&(n="default"),r=$t(o,t,n),!tn(r)||nn(r))return r;throw new en("Can't convert object to primitive value")}return void 0===n&&(n="number"),on(t,n)},cn=st,fn=function(t){var n=un(t,"string");return cn(n)?n:n+""},ln=G,sn=o.document,mn=ln(sn)&&ln(sn.createElement),gn=function(t){return mn?sn.createElement(t):{}},dn=!i&&!a((function(){return 7!==Object.defineProperty(gn("div"),"a",{get:function(){return 7}}).a})),hn=i,pn=l,Sn=s,wn=S,Pn=L,Tn=fn,bn=Lt,Cn=dn,vn=Object.getOwnPropertyDescriptor;e.f=hn?vn:function(t,n){if(t=Pn(t),n=Tn(n),Cn)try{return vn(t,n)}catch(t){}if(bn(t,n))return wn(!pn(Sn.f,t,n),t[n])};var Rn={},An=i&&a((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),xn=G,yn=String,On=TypeError,kn=function(t){if(xn(t))return t;throw new On(yn(t)+" is not an object")},Fn=i,Mn=dn,jn=An,Dn=kn,Nn=fn,En=TypeError,Hn=Object.defineProperty,zn=Object.getOwnPropertyDescriptor,Ln="enumerable",Bn="configurable",Un="writable";Rn.f=Fn?jn?function(t,n,r){if(Dn(t),n=Nn(n),Dn(r),"function"==typeof t&&"prototype"===n&&"value"in r&&Un in r&&!r[Un]){var o=zn(t,n);o&&o[Un]&&(t[n]=r.value,r={configurable:Bn in r?r[Bn]:o[Bn],enumerable:Ln in r?r[Ln]:o[Ln],writable:!1})}return Hn(t,n,r)}:Hn:function(t,n,r){if(Dn(t),n=Nn(n),Dn(r),Mn)try{return Hn(t,n,r)}catch(t){}if("get"in r||"set"in r)throw new En("Accessors not supported");return"value"in r&&(t[n]=r.value),t};var Vn=Rn,Gn=S,Zn=i?function(t,n,r){return Vn.f(t,n,Gn(1,r))}:function(t,n,r){return t[n]=r,t},Jn={exports:{}},In=i,qn=Lt,Kn=Function.prototype,Wn=In&&Object.getOwnPropertyDescriptor,Yn=qn(Kn,"name"),_n={EXISTS:Yn,PROPER:Yn&&"something"===function(){}.name,CONFIGURABLE:Yn&&(!In||In&&Wn(Kn,"name").configurable)},Xn=U,Qn=Ft,$n=C(Function.toString);Xn(Qn.inspectSource)||(Qn.inspectSource=function(t){return $n(t)});var tr,nr,rr,or=Qn.inspectSource,er=U,ar=o.WeakMap,ir=er(ar)&&/native code/.test(String(ar)),ur=Zt,cr=jt("keys"),fr={},lr=ir,sr=o,mr=G,gr=Zn,dr=Lt,hr=Ft,pr=function(t){return cr[t]||(cr[t]=ur(t))},Sr=fr,wr="Object already initialized",Pr=sr.TypeError,Tr=sr.WeakMap;if(lr||hr.state){var br=hr.state||(hr.state=new Tr);br.get=br.get,br.has=br.has,br.set=br.set,tr=function(t,n){if(br.has(t))throw new Pr(wr);return n.facade=t,br.set(t,n),n},nr=function(t){return br.get(t)||{}},rr=function(t){return br.has(t)}}else{var Cr=pr("state");Sr[Cr]=!0,tr=function(t,n){if(dr(t,Cr))throw new Pr(wr);return n.facade=t,gr(t,Cr,n),n},nr=function(t){return dr(t,Cr)?t[Cr]:{}},rr=function(t){return dr(t,Cr)}}var vr={set:tr,get:nr,has:rr,enforce:function(t){return rr(t)?nr(t):tr(t,{})},getterFor:function(t){return function(n){var r;if(!mr(n)||(r=nr(n)).type!==t)throw new Pr("Incompatible receiver, "+t+" required");return r}}},Rr=C,Ar=a,xr=U,yr=Lt,Or=i,kr=_n.CONFIGURABLE,Fr=or,Mr=vr.enforce,jr=vr.get,Dr=String,Nr=Object.defineProperty,Er=Rr("".slice),Hr=Rr("".replace),zr=Rr([].join),Lr=Or&&!Ar((function(){return 8!==Nr((function(){}),"length",{value:8}).length})),Br=String(String).split("String"),Ur=Jn.exports=function(t,n,r){"Symbol("===Er(Dr(n),0,7)&&(n="["+Hr(Dr(n),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(n="get "+n),r&&r.setter&&(n="set "+n),(!yr(t,"name")||kr&&t.name!==n)&&(Or?Nr(t,"name",{value:n,configurable:!0}):t.name=n),Lr&&r&&yr(r,"arity")&&t.length!==r.arity&&Nr(t,"length",{value:r.arity});try{r&&yr(r,"constructor")&&r.constructor?Or&&Nr(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var o=Mr(t);return yr(o,"source")||(o.source=zr(Br,"string"==typeof n?n:"")),t};Function.prototype.toString=Ur((function(){return xr(this)&&jr(this).source||Fr(this)}),"toString");var Vr=Jn.exports,Gr=U,Zr=Rn,Jr=Vr,Ir=At,qr={},Kr=Math.ceil,Wr=Math.floor,Yr=Math.trunc||function(t){var n=+t;return(n>0?Wr:Kr)(n)},_r=function(t){var n=+t;return n!=n||0===n?0:Yr(n)},Xr=_r,Qr=Math.max,$r=Math.min,to=_r,no=Math.min,ro=function(t){var n=to(t);return n>0?no(n,9007199254740991):0},oo=function(t){return ro(t.length)},eo=L,ao=function(t,n){var r=Xr(t);return r<0?Qr(r+n,0):$r(r,n)},io=oo,uo=function(t){return function(n,r,o){var e=eo(n),a=io(e);if(0===a)return!t&&-1;var i,u=ao(o,a);if(t&&r!=r){for(;a>u;)if((i=e[u++])!=i)return!0}else for(;a>u;u++)if((t||u in e)&&e[u]===r)return t||u||0;return!t&&-1}},co={includes:uo(!0),indexOf:uo(!1)},fo=Lt,lo=L,so=co.indexOf,mo=fr,go=C([].push),ho=function(t,n){var r,o=lo(t),e=0,a=[];for(r in o)!fo(mo,r)&&fo(o,r)&&go(a,r);for(;n.length>e;)fo(o,r=n[e++])&&(~so(a,r)||go(a,r));return a},po=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],So=ho,wo=po.concat("length","prototype");qr.f=Object.getOwnPropertyNames||function(t){return So(t,wo)};var Po={};Po.f=Object.getOwnPropertySymbols;var To=I,bo=qr,Co=Po,vo=kn,Ro=C([].concat),Ao=To("Reflect","ownKeys")||function(t){var n=bo.f(vo(t)),r=Co.f;return r?Ro(n,r(t)):n},xo=Lt,yo=Ao,Oo=e,ko=Rn,Fo=a,Mo=U,jo=/#|\.prototype\./,Do=function(t,n){var r=Eo[No(t)];return r===zo||r!==Ho&&(Mo(n)?Fo(n):!!n)},No=Do.normalize=function(t){return String(t).replace(jo,".").toLowerCase()},Eo=Do.data={},Ho=Do.NATIVE="N",zo=Do.POLYFILL="P",Lo=Do,Bo=o,Uo=e.f,Vo=Zn,Go=function(t,n,r,o){o||(o={});var e=o.enumerable,a=void 0!==o.name?o.name:n;if(Gr(r)&&Jr(r,a,o),o.global)e?t[n]=r:Ir(n,r);else{try{o.unsafe?t[n]&&(e=!0):delete t[n]}catch(t){}e?t[n]=r:Zr.f(t,n,{value:r,enumerable:!1,configurable:!o.nonConfigurable,writable:!o.nonWritable})}return t},Zo=At,Jo=function(t,n,r){for(var o=yo(n),e=ko.f,a=Oo.f,i=0;i9007199254740991)throw Yo("Maximum allowed index exceeded");return t},Ee=function(t,n,r){_o?Xo.f(t,n,Qo(0,r)):t[n]=r},He=function(t,n){return new(Re(t))(0===n?0:n)},ze=function(t){return xe>=51||!Ae((function(){var n=[];return(n.constructor={})[ye]=function(){return{foo:1}},1!==n[t](Boolean).foo}))},Le=nt,Be=Qt("isConcatSpreadable"),Ue=Le>=51||!ke((function(){var t=[];return t[Be]=!1,t.concat()[0]!==t})),Ve=function(t){if(!Me(t))return!1;var n=t[Be];return void 0!==n?!!n:Fe(t)};Oe({target:"Array",proto:!0,arity:1,forced:!Ue||!ze("concat")},{concat:function(t){var n,r,o,e,a,i=je(this),u=He(i,0),c=0;for(n=-1,o=arguments.length;ne;)for(var u,c=$e(arguments[e++]),f=a?ra(Ye(c),a(c)):Ye(c),l=f.length,s=0;l>s;)u=f[s++],Ie&&!Ke(i,c,u)||(r[u]=c[u]);return r}:ta,ea=oa;qo({target:"Object",stat:!0,arity:2,forced:Object.assign!==ea},{assign:ea}),t.fn.bootstrapTable.locales["af-ZA"]=t.fn.bootstrapTable.locales.af={formatCopyRows:function(){return"Kopieer lyne"},formatPrint:function(){return"Druk uit"},formatLoadingMessage:function(){return"Laai tans"},formatRecordsPerPage:function(t){return"".concat(t," reëls per bladsy")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Wys ".concat(t," tot ").concat(n," van ").concat(r," lyne (gefiltreer vanaf ").concat(o," lyne)"):"Wys ".concat(t," tot ").concat(n," van ").concat(r," lyne")},formatSRPaginationPreText:function(){return"vorige bladsy"},formatSRPaginationPageText:function(t){return"na bladsy ".concat(t)},formatSRPaginationNextText:function(){return"volgende bladsy"},formatDetailPagination:function(t){return"".concat(t,"-reël vertoon")},formatClearSearch:function(){return"Duidelike soektog"},formatSearch:function(){return"Navorsing"},formatNoMatches:function(){return"Geen resultate nie"},formatPaginationSwitch:function(){return"Versteek/Wys paginasie"},formatPaginationSwitchDown:function(){return"Wys paginasie"},formatPaginationSwitchUp:function(){return"Versteek paginasie"},formatRefresh:function(){return"Verfris"},formatToggleOn:function(){return"Wys kaartaansig"},formatToggleOff:function(){return"Versteek kaartaansig"},formatColumns:function(){return"Kolomme"},formatColumnsToggleAll:function(){return"Wys alles"},formatFullscreen:function(){return"Volskerm"},formatAllRows:function(){return"Alles"},formatAutoRefresh:function(){return"Verfris outomaties"},formatExport:function(){return"Voer data uit"},formatJumpTo:function(){return"Gaan na"},formatAdvancedSearch:function(){return"Gevorderde soektog"},formatAdvancedCloseButton:function(){return"Maak"},formatFilterControlSwitch:function(){return"Versteek/Wys kontroles"},formatFilterControlSwitchHide:function(){return"Versteek kontroles"},formatFilterControlSwitchShow:function(){return"Wys kontroles"},formatToggleCustomViewOn:function(){return"Wys pasgemaakte aansig"},formatToggleCustomViewOff:function(){return"Versteek pasgemaakte aansig"},formatClearFilters:function(){return"Verwyder filters"},formatAddLevel:function(){return"Voeg 'n vlak by"},formatCancel:function(){return"Kanselleer"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Vee 'n vlak uit"},formatDuplicateAlertTitle:function(){return"Duplikaatinskrywings is gevind!"},formatDuplicateAlertDescription:function(){return"Verwyder of wysig asseblief duplikaatinskrywings"},formatMultipleSort:function(){return"Multi-sorteer"},formatOrder:function(){return"Bestelling"},formatSort:function(){return"Rangskik"},formatSortBy:function(){return"Sorteer volgens"},formatSortOrders:function(){return{asc:"Stygende",desc:"Dalende"}},formatThenBy:function(){return"Dan deur"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["af-ZA"]),t.fn.bootstrapTable.locales["ar-SA"]=t.fn.bootstrapTable.locales.ar={formatCopyRows:function(){return"نسخ الصفوف"},formatPrint:function(){return"طباعة"},formatLoadingMessage:function(){return"جارٍ التحميل، يرجى الانتظار..."},formatRecordsPerPage:function(t){return"".concat(t," صف لكل صفحة")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"الظاهر ".concat(t," إلى ").concat(n," من ").concat(r," سجل ").concat(o," إجمالي الصفوف)"):"الظاهر ".concat(t," إلى ").concat(n," من ").concat(r," سجل")},formatSRPaginationPreText:function(){return"الصفحة السابقة"},formatSRPaginationPageText:function(t){return"إلى الصفحة ".concat(t)},formatSRPaginationNextText:function(){return"الصفحة التالية"},formatDetailPagination:function(t){return"عرض ".concat(t," أعمدة")},formatClearSearch:function(){return"مسح مربع البحث"},formatSearch:function(){return"بحث"},formatNoMatches:function(){return"لا توجد نتائج مطابقة للبحث"},formatPaginationSwitch:function(){return"إخفاء/إظهار ترقيم الصفحات"},formatPaginationSwitchDown:function(){return"إظهار ترقيم الصفحات"},formatPaginationSwitchUp:function(){return"إخفاء ترقيم الصفحات"},formatRefresh:function(){return"تحديث"},formatToggleOn:function(){return"إظهار كبطاقات"},formatToggleOff:function(){return"إلغاء البطاقات"},formatColumns:function(){return"أعمدة"},formatColumnsToggleAll:function(){return"تبديل الكل"},formatFullscreen:function(){return"الشاشة كاملة"},formatAllRows:function(){return"الكل"},formatAutoRefresh:function(){return"تحديث تلقائي"},formatExport:function(){return"تصدير البيانات"},formatJumpTo:function(){return"قفز"},formatAdvancedSearch:function(){return"بحث متقدم"},formatAdvancedCloseButton:function(){return"إغلاق"},formatFilterControlSwitch:function(){return"عرض/إخفاء عناصر التصفية"},formatFilterControlSwitchHide:function(){return"إخفاء عناصر التصفية"},formatFilterControlSwitchShow:function(){return"عرض عناصر التصفية"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ar-SA"]),t.fn.bootstrapTable.locales["ca-ES"]=t.fn.bootstrapTable.locales.ca={formatCopyRows:function(){return"Copia resultats"},formatPrint:function(){return"Imprimeix"},formatLoadingMessage:function(){return"Espereu, si us plau"},formatRecordsPerPage:function(t){return"".concat(t," resultats per pàgina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrant resultats ".concat(t," fins ").concat(n," - ").concat(r," resultats (filtrats d'un total de ").concat(o," resultats)"):"Mostrant resultats ".concat(t," fins ").concat(n," - ").concat(r," resultats en total")},formatSRPaginationPreText:function(){return"Pàgina anterior"},formatSRPaginationPageText:function(t){return"A la pàgina ".concat(t)},formatSRPaginationNextText:function(){return"Pàgina següent"},formatDetailPagination:function(t){return"Mostrant ".concat(t," resultats")},formatClearSearch:function(){return"Neteja cerca"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"No s'han trobat resultats"},formatPaginationSwitch:function(){return"Amaga/Mostra paginació"},formatPaginationSwitchDown:function(){return"Mostra paginació"},formatPaginationSwitchUp:function(){return"Amaga paginació"},formatRefresh:function(){return"Refresca"},formatToggleOn:function(){return"Mostra vista de tarjeta"},formatToggleOff:function(){return"Amaga vista de tarjeta"},formatColumns:function(){return"Columnes"},formatColumnsToggleAll:function(){return"Alterna totes"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Tots"},formatAutoRefresh:function(){return"Auto Refresca"},formatExport:function(){return"Exporta dades"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Cerca avançada"},formatAdvancedCloseButton:function(){return"Tanca"},formatFilterControlSwitch:function(){return"Mostra/Amaga controls"},formatFilterControlSwitchHide:function(){return"Mostra controls"},formatFilterControlSwitchShow:function(){return"Amaga controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ca-ES"]),t.fn.bootstrapTable.locales["bg-BG"]=t.fn.bootstrapTable.locales.bg={formatCopyRows:function(){return"Копиране на редове"},formatPrint:function(){return"Печат"},formatLoadingMessage:function(){return"Зареждане, моля изчакайте"},formatRecordsPerPage:function(t){return"".concat(t," реда на страница")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Показани редове от ".concat(t," до ").concat(n," от ").concat(r," (филтрирани от общо ").concat(o,")"):"Показани редове от ".concat(t," до ").concat(n," от общо ").concat(r)},formatSRPaginationPreText:function(){return"предишна страница"},formatSRPaginationPageText:function(t){return"до страница ".concat(t)},formatSRPaginationNextText:function(){return"следваща страница"},formatDetailPagination:function(t){return"Показани ".concat(t," реда")},formatClearSearch:function(){return"Изчистване на търсенето"},formatSearch:function(){return"Търсене"},formatNoMatches:function(){return"Не са намерени съвпадащи записи"},formatPaginationSwitch:function(){return"Скриване/Показване на странициране"},formatPaginationSwitchDown:function(){return"Показване на странициране"},formatPaginationSwitchUp:function(){return"Скриване на странициране"},formatRefresh:function(){return"Обновяване"},formatToggleOn:function(){return"Показване на изглед карта"},formatToggleOff:function(){return"Скриване на изглед карта"},formatColumns:function(){return"Колони"},formatColumnsToggleAll:function(){return"Превключване на всички"},formatFullscreen:function(){return"Цял екран"},formatAllRows:function(){return"Всички"},formatAutoRefresh:function(){return"Автоматично обновяване"},formatExport:function(){return"Експорт на данни"},formatJumpTo:function(){return"ОТИДИ"},formatAdvancedSearch:function(){return"Разширено търсене"},formatAdvancedCloseButton:function(){return"Затваряне"},formatFilterControlSwitch:function(){return"Скрива/показва контроли"},formatFilterControlSwitchHide:function(){return"Скрива контроли"},formatFilterControlSwitchShow:function(){return"Показва контроли"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["bg-BG"]),t.fn.bootstrapTable.locales["da-DK"]=t.fn.bootstrapTable.locales.da={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Indlæser, vent venligst"},formatRecordsPerPage:function(t){return"".concat(t," poster pr side")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Viser ".concat(t," til ").concat(n," af ").concat(r," række").concat(r>1?"r":""," (filtered from ").concat(o," total rows)"):"Viser ".concat(t," til ").concat(n," af ").concat(r," række").concat(r>1?"r":"")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Viser ".concat(t," række").concat(t>1?"r":"")},formatClearSearch:function(){return"Ryd filtre"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"},formatPaginationSwitch:function(){return"Skjul/vis nummerering"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Opdater"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolonner"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Eksporter"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["da-DK"]),t.fn.bootstrapTable.locales["de-DE"]=t.fn.bootstrapTable.locales.de={formatCopyRows:function(){return"Zeilen kopieren"},formatPrint:function(){return"Drucken"},formatLoadingMessage:function(){return"Lade, bitte warten"},formatRecordsPerPage:function(t){return"".concat(t," Zeilen pro Seite.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Zeige Zeile ".concat(t," bis ").concat(n," von ").concat(r," Zeile").concat(r>1?"n":""," (Gefiltert von ").concat(o," Zeile").concat(o>1?"n":"",")"):"Zeige Zeile ".concat(t," bis ").concat(n," von ").concat(r," Zeile").concat(r>1?"n":"",".")},formatSRPaginationPreText:function(){return"Vorherige Seite"},formatSRPaginationPageText:function(t){return"Zu Seite ".concat(t)},formatSRPaginationNextText:function(){return"Nächste Seite"},formatDetailPagination:function(t){return"Zeige ".concat(t," Zeile").concat(t>1?"n":"",".")},formatClearSearch:function(){return"Lösche Filter"},formatSearch:function(){return"Suchen"},formatNoMatches:function(){return"Keine passenden Ergebnisse gefunden"},formatPaginationSwitch:function(){return"Verstecke/Zeige Nummerierung"},formatPaginationSwitchDown:function(){return"Zeige Nummerierung"},formatPaginationSwitchUp:function(){return"Verstecke Nummerierung"},formatRefresh:function(){return"Neu laden"},formatToggleOn:function(){return"Normale Ansicht"},formatToggleOff:function(){return"Kartenansicht"},formatColumns:function(){return"Spalten"},formatColumnsToggleAll:function(){return"Alle umschalten"},formatFullscreen:function(){return"Vollbild"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisches Neuladen"},formatExport:function(){return"Datenexport"},formatJumpTo:function(){return"Springen"},formatAdvancedSearch:function(){return"Erweiterte Suche"},formatAdvancedCloseButton:function(){return"Schließen"},formatFilterControlSwitch:function(){return"Verstecke/Zeige Filter"},formatFilterControlSwitchHide:function(){return"Verstecke Filter"},formatFilterControlSwitchShow:function(){return"Zeige Filter"},formatAddLevel:function(){return"Ebene hinzufügen"},formatCancel:function(){return"Abbrechen"},formatColumn:function(){return"Spalte"},formatDeleteLevel:function(){return"Ebene entfernen"},formatDuplicateAlertTitle:function(){return"Doppelte Einträge gefunden!"},formatDuplicateAlertDescription:function(){return"Bitte doppelte Spalten entfenen oder ändern"},formatMultipleSort:function(){return"Mehrfachsortierung"},formatOrder:function(){return"Reihenfolge"},formatSort:function(){return"Sortieren"},formatSortBy:function(){return"Sortieren nach"},formatThenBy:function(){return"anschließend"},formatSortOrders:function(){return{asc:"Aufsteigend",desc:"Absteigend"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["de-DE"]),t.fn.bootstrapTable.locales["el-GR"]=t.fn.bootstrapTable.locales.el={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Φορτώνει, παρακαλώ περιμένετε"},formatRecordsPerPage:function(t){return"".concat(t," αποτελέσματα ανά σελίδα")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Εμφανίζονται από την ".concat(t," ως την ").concat(n," από σύνολο ").concat(r," σειρών (filtered from ").concat(o," total rows)"):"Εμφανίζονται από την ".concat(t," ως την ").concat(n," από σύνολο ").concat(r," σειρών")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Αναζητήστε"},formatNoMatches:function(){return"Δεν βρέθηκαν αποτελέσματα"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["el-GR"]),t.fn.bootstrapTable.locales["en-US"]=t.fn.bootstrapTable.locales.en={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Loading, please wait"},formatRecordsPerPage:function(t){return"".concat(t," rows per page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Showing ".concat(t," to ").concat(n," of ").concat(r," rows (filtered from ").concat(o," total rows)"):"Showing ".concat(t," to ").concat(n," of ").concat(r," rows")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["en-US"]),t.fn.bootstrapTable.locales["es-AR"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando desde ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(o," columnas totales)"):"Mostrando desde ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," columnas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Recargar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"Ir"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-AR"]),t.fn.bootstrapTable.locales["es-CL"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," filas por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(o," filas totales)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Refrescar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-CL"]),t.fn.bootstrapTable.locales["es-CR"]={formatCopyRows:function(){return"Copiar filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," filas por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de un total de ").concat(o," filas)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir a la página ".concat(t)},formatSRPaginationNextText:function(){return"página siguiente"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron resultados"},formatPaginationSwitch:function(){return"Mostrar/ocultar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Mostrar vista en tarjetas"},formatToggleOff:function(){return"Ocultar vista en tarjetas"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Alternar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todas las filas"},formatAutoRefresh:function(){return"Actualización automática"},formatExport:function(){return"Exportar"},formatJumpTo:function(){return"Ver"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Mostrar/ocultar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-CR"]),t.fn.bootstrapTable.locales["es-ES"]=t.fn.bootstrapTable.locales.es={formatCopyRows:function(){return"Copiar filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," resultados por página")},formatShowingRows:function(t,n,r,o){var e=r>1?"s":"";return void 0!==o&&o>0&&o>r?"Mostrando desde ".concat(t," hasta ").concat(n," - En total ").concat(r," resultado").concat(e," (filtrado de un total de ").concat(o," fila").concat(e,")"):"Mostrando desde ".concat(t," hasta ").concat(n," - En total ").concat(r," resultado").concat(e)},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," fila").concat(t>1?"s":"")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron resultados coincidentes"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Recargar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todos"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar los datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Exibir controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"},formatAddLevel:function(){return"Agregar nivel"},formatCancel:function(){return"Cancelar"},formatColumn:function(){return"Columna"},formatDeleteLevel:function(){return"Eliminar nivel"},formatDuplicateAlertTitle:function(){return"¡Se encontraron entradas duplicadas!"},formatDuplicateAlertDescription:function(){return"Por favor, elimine o modifique las columnas duplicadas"},formatMultipleSort:function(){return"Ordenación múltiple"},formatOrder:function(){return"Orden"},formatSort:function(){return"Ordenar"},formatSortBy:function(){return"Ordenar por"},formatThenBy:function(){return"a continuación"},formatSortOrders:function(){return{asc:"Ascendente",desc:"Descendente"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-ES"]),t.fn.bootstrapTable.locales["es-MX"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," resultados por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(o," filas totales)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir a la página ".concat(t)},formatSRPaginationNextText:function(){return"página siguiente"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros que coincidan"},formatPaginationSwitch:function(){return"Mostrar/ocultar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Mostrar vista"},formatToggleOff:function(){return"Ocultar vista"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Alternar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto actualizar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-MX"]),t.fn.bootstrapTable.locales["es-NI"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total (filtered from ").concat(o," total rows)"):"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refrescar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-NI"]),t.fn.bootstrapTable.locales["es-SP"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espera"},formatRecordsPerPage:function(t){return"".concat(t," registros por página.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(t," - ").concat(n," de ").concat(r," registros (filtered from ").concat(o," total rows)"):"".concat(t," - ").concat(n," de ").concat(r," registros.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se han encontrado registros."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-SP"]),t.fn.bootstrapTable.locales["cs-CZ"]=t.fn.bootstrapTable.locales.cs={formatCopyRows:function(){return"Kopírovat řádky"},formatPrint:function(){return"Tisk"},formatLoadingMessage:function(){return"Čekejte, prosím"},formatRecordsPerPage:function(t){return"".concat(t," položek na stránku")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Zobrazena ".concat(t,". - ").concat(n," . položka z celkových ").concat(r," (filtered from ").concat(o," total rows)"):"Zobrazena ".concat(t,". - ").concat(n," . položka z celkových ").concat(r)},formatSRPaginationPreText:function(){return"předchozí strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"další strana"},formatDetailPagination:function(t){return"Zobrazuji ".concat(t," řádek")},formatClearSearch:function(){return"Smazat hledání"},formatSearch:function(){return"Vyhledávání"},formatNoMatches:function(){return"Nenalezena žádná vyhovující položka"},formatPaginationSwitch:function(){return"Skrýt/Zobrazit stránkování"},formatPaginationSwitchDown:function(){return"Zobrazit stránkování"},formatPaginationSwitchUp:function(){return"Skrýt stránkování"},formatRefresh:function(){return"Aktualizovat"},formatToggleOn:function(){return"Zobrazit karty"},formatToggleOff:function(){return"Zobrazit tabulku"},formatColumns:function(){return"Sloupce"},formatColumnsToggleAll:function(){return"Zobrazit/Skrýt vše"},formatFullscreen:function(){return"Zapnout/Vypnout fullscreen"},formatAllRows:function(){return"Vše"},formatAutoRefresh:function(){return"Automatické obnovení"},formatExport:function(){return"Export dat"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Pokročilé hledání"},formatAdvancedCloseButton:function(){return"Zavřít"},formatFilterControlSwitch:function(){return"Skrýt/Zobrazit ovladače"},formatFilterControlSwitchHide:function(){return"Skrýt ovladače"},formatFilterControlSwitchShow:function(){return"Zobrazit ovladače"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["cs-CZ"]),t.fn.bootstrapTable.locales["et-EE"]=t.fn.bootstrapTable.locales.et={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Päring käib, palun oota"},formatRecordsPerPage:function(t){return"".concat(t," rida lehe kohta")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Näitan tulemusi ".concat(t," kuni ").concat(n," - kokku ").concat(r," tulemust (filtered from ").concat(o," total rows)"):"Näitan tulemusi ".concat(t," kuni ").concat(n," - kokku ").concat(r," tulemust")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Otsi"},formatNoMatches:function(){return"Päringu tingimustele ei vastanud ühtegi tulemust"},formatPaginationSwitch:function(){return"Näita/Peida lehtedeks jagamine"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Värskenda"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Veerud"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Kõik"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["et-EE"]),t.fn.bootstrapTable.locales["eu-EU"]=t.fn.bootstrapTable.locales.eu={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Itxaron mesedez"},formatRecordsPerPage:function(t){return"".concat(t," emaitza orriko.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(r," erregistroetatik ").concat(t,"etik ").concat(n,"erakoak erakusten (filtered from ").concat(o," total rows)"):"".concat(r," erregistroetatik ").concat(t,"etik ").concat(n,"erakoak erakusten.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Bilatu"},formatNoMatches:function(){return"Ez da emaitzarik aurkitu"},formatPaginationSwitch:function(){return"Ezkutatu/Erakutsi orrikatzea"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Eguneratu"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Zutabeak"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Guztiak"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["eu-EU"]),t.fn.bootstrapTable.locales["fa-IR"]=t.fn.bootstrapTable.locales.fa={formatCopyRows:function(){return"کپی ردیف ها"},formatPrint:function(){return"پرینت"},formatLoadingMessage:function(){return"در حال بارگذاری, لطفا صبر کنید"},formatRecordsPerPage:function(t){return"".concat(t," رکورد در صفحه")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"نمایش ".concat(t," تا ").concat(n," از ").concat(r," ردیف (filtered from ").concat(o," total rows)"):"نمایش ".concat(t," تا ").concat(n," از ").concat(r," ردیف")},formatSRPaginationPreText:function(){return"صفحه قبلی"},formatSRPaginationPageText:function(t){return"به صفحه ".concat(t)},formatSRPaginationNextText:function(){return"صفحه بعدی"},formatDetailPagination:function(t){return"نمایش ".concat(t," سطرها")},formatClearSearch:function(){return"پاک کردن جستجو"},formatSearch:function(){return"جستجو"},formatNoMatches:function(){return"رکوردی یافت نشد."},formatPaginationSwitch:function(){return"نمایش/مخفی صفحه بندی"},formatPaginationSwitchDown:function(){return"نمایش صفحه بندی"},formatPaginationSwitchUp:function(){return"پنهان کردن صفحه بندی"},formatRefresh:function(){return"به روز رسانی"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"سطر ها"},formatColumnsToggleAll:function(){return"تغییر وضعیت همه"},formatFullscreen:function(){return"تمام صفحه"},formatAllRows:function(){return"همه"},formatAutoRefresh:function(){return"رفرش اتوماتیک"},formatExport:function(){return"خروجی دیتا"},formatJumpTo:function(){return"برو"},formatAdvancedSearch:function(){return"جستجوی پیشرفته"},formatAdvancedCloseButton:function(){return"بستن"},formatFilterControlSwitch:function(){return"پنهان/نمایش دادن کنترل ها"},formatFilterControlSwitchHide:function(){return"پنهان کردن کنترل ها"},formatFilterControlSwitchShow:function(){return"نمایش کنترل ها"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fa-IR"]),t.fn.bootstrapTable.locales["fi-FI"]=t.fn.bootstrapTable.locales.fi={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Ladataan, ole hyvä ja odota"},formatRecordsPerPage:function(t){return"".concat(t," riviä sivulla")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Näytetään rivit ".concat(t," - ").concat(n," / ").concat(r," (filtered from ").concat(o," total rows)"):"Näytetään rivit ".concat(t," - ").concat(n," / ").concat(r)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Poista suodattimet"},formatSearch:function(){return"Hae"},formatNoMatches:function(){return"Hakuehtoja vastaavia tuloksia ei löytynyt"},formatPaginationSwitch:function(){return"Näytä/Piilota sivutus"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Päivitä"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Sarakkeet"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Kaikki"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Vie tiedot"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fi-FI"]),t.fn.bootstrapTable.locales["fr-BE"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-BE"]),t.fn.bootstrapTable.locales["fr-CH"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-CH"]),t.fn.bootstrapTable.locales["fr-LU"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-LU"]),t.fn.bootstrapTable.locales["he-IL"]=t.fn.bootstrapTable.locales.he={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"טוען, נא להמתין"},formatRecordsPerPage:function(t){return"".concat(t," שורות בעמוד")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"מציג ".concat(t," עד ").concat(n," מ-").concat(r,"שורות").concat(o," total rows)"):"מציג ".concat(t," עד ").concat(n," מ-").concat(r," שורות")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"חיפוש"},formatNoMatches:function(){return"לא נמצאו רשומות תואמות"},formatPaginationSwitch:function(){return"הסתר/הצג מספור דפים"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"רענן"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"עמודות"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"הכל"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["he-IL"]),t.fn.bootstrapTable.locales["hi-IN"]={formatCopyRows:function(){return"पंक्तियों की कॉपी करें"},formatPrint:function(){return"प्रिंट"},formatLoadingMessage:function(){return"लोड हो रहा है कृपया प्रतीक्षा करें"},formatRecordsPerPage:function(t){return"".concat(t," प्रति पृष्ठ पंक्तियाँ")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(t," - ").concat(n," पक्तिया ").concat(r," में से ( ").concat(o," पक्तिया)"):"".concat(t," - ").concat(n," पक्तिया ").concat(r," में से")},formatSRPaginationPreText:function(){return"पिछला पृष्ठ"},formatSRPaginationPageText:function(t){return"".concat(t," पृष्ठ पर")},formatSRPaginationNextText:function(){return"अगला पृष्ठ"},formatDetailPagination:function(t){return"".concat(t," पंक्तियां")},formatClearSearch:function(){return"सर्च क्लिअर करें"},formatSearch:function(){return"सर्च"},formatNoMatches:function(){return"मेल खाते रिकॉर्ड नही मिले"},formatPaginationSwitch:function(){return"छुपाओ/दिखाओ पृष्ठ संख्या"},formatPaginationSwitchDown:function(){return"दिखाओ पृष्ठ संख्या"},formatPaginationSwitchUp:function(){return"छुपाओ पृष्ठ संख्या"},formatRefresh:function(){return"रिफ्रेश"},formatToggleOn:function(){return"कार्ड दृश्य दिखाएं"},formatToggleOff:function(){return"कार्ड दृश्य छुपाएं"},formatColumns:function(){return"कॉलम"},formatColumnsToggleAll:function(){return"टॉगल आल"},formatFullscreen:function(){return"पूर्ण स्क्रीन"},formatAllRows:function(){return"सब"},formatAutoRefresh:function(){return"ऑटो रिफ्रेश"},formatExport:function(){return"एक्सपोर्ट डाटा"},formatJumpTo:function(){return"जाओ"},formatAdvancedSearch:function(){return"एडवांस सर्च"},formatAdvancedCloseButton:function(){return"बंद करे"},formatFilterControlSwitch:function(){return"छुपाओ/दिखाओ कंट्रोल्स"},formatFilterControlSwitchHide:function(){return"छुपाओ कंट्रोल्स"},formatFilterControlSwitchShow:function(){return"दिखाओ कंट्रोल्स"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["hi-IN"]),t.fn.bootstrapTable.locales["hr-HR"]=t.fn.bootstrapTable.locales.hr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Molimo pričekajte"},formatRecordsPerPage:function(t){return"".concat(t," broj zapisa po stranici")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Prikazujem ".concat(t,". - ").concat(n,". od ukupnog broja zapisa ").concat(r," (filtered from ").concat(o," total rows)"):"Prikazujem ".concat(t,". - ").concat(n,". od ukupnog broja zapisa ").concat(r)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Pretraži"},formatNoMatches:function(){return"Nije pronađen niti jedan zapis"},formatPaginationSwitch:function(){return"Prikaži/sakrij stranice"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Osvježi"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolone"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Sve"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["hr-HR"]),t.fn.bootstrapTable.locales["hu-HU"]=t.fn.bootstrapTable.locales.hu={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Betöltés, kérem várjon"},formatRecordsPerPage:function(t){return"".concat(t," rekord per oldal")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Megjelenítve ".concat(t," - ").concat(n," / ").concat(r," összesen (filtered from ").concat(o," total rows)"):"Megjelenítve ".concat(t," - ").concat(n," / ").concat(r," összesen")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Keresés"},formatNoMatches:function(){return"Nincs találat"},formatPaginationSwitch:function(){return"Lapozó elrejtése/megjelenítése"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Frissítés"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Oszlopok"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Összes"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["hu-HU"]),t.fn.bootstrapTable.locales["it-IT"]=t.fn.bootstrapTable.locales.it={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Caricamento in corso"},formatRecordsPerPage:function(t){return"".concat(t," elementi per pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Visualizzazione da ".concat(t," a ").concat(n," di ").concat(r," elementi (filtrati da ").concat(o," elementi totali)"):"Visualizzazione da ".concat(t," a ").concat(n," di ").concat(r," elementi")},formatSRPaginationPreText:function(){return"pagina precedente"},formatSRPaginationPageText:function(t){return"alla pagina ".concat(t)},formatSRPaginationNextText:function(){return"pagina successiva"},formatDetailPagination:function(t){return"Mostrando ".concat(t," elementi")},formatClearSearch:function(){return"Pulisci filtri"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"Nessun elemento trovato"},formatPaginationSwitch:function(){return"Nascondi/Mostra paginazione"},formatPaginationSwitchDown:function(){return"Mostra paginazione"},formatPaginationSwitchUp:function(){return"Nascondi paginazione"},formatRefresh:function(){return"Aggiorna"},formatToggleOn:function(){return"Mostra visuale a scheda"},formatToggleOff:function(){return"Nascondi visuale a scheda"},formatColumns:function(){return"Colonne"},formatColumnsToggleAll:function(){return"Mostra tutte"},formatFullscreen:function(){return"Schermo intero"},formatAllRows:function(){return"Tutto"},formatAutoRefresh:function(){return"Auto Aggiornamento"},formatExport:function(){return"Esporta dati"},formatJumpTo:function(){return"VAI"},formatAdvancedSearch:function(){return"Filtri avanzati"},formatAdvancedCloseButton:function(){return"Chiudi"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["it-IT"]),t.fn.bootstrapTable.locales["id-ID"]=t.fn.bootstrapTable.locales.id={formatCopyRows:function(){return"Salin baris"},formatPrint:function(){return"Mencetak"},formatLoadingMessage:function(){return"Pemuatan sedang berlangsung"},formatRecordsPerPage:function(t){return"".concat(t," baris per halaman")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Menampilkan dari ".concat(t," hingga ").concat(n," pada ").concat(r," baris (difilter dari ").concat(o," baris)"):"Menampilkan dari ".concat(t," hingga ").concat(n," pada ").concat(r," baris")},formatSRPaginationPreText:function(){return"halaman sebelumnya"},formatSRPaginationPageText:function(t){return"ke halaman ".concat(t)},formatSRPaginationNextText:function(){return"halaman berikutnya"},formatDetailPagination:function(t){return"Tampilan ".concat(t," baris")},formatClearSearch:function(){return"Menghapus pencarian"},formatSearch:function(){return"Pencarian"},formatNoMatches:function(){return"Tidak ada hasil"},formatPaginationSwitch:function(){return"Sembunyikan/Tampilkan penomoran halaman"},formatPaginationSwitchDown:function(){return"Tampilkan penomoran halaman"},formatPaginationSwitchUp:function(){return"Sembunyikan penomoran halaman"},formatRefresh:function(){return"Segarkan"},formatToggleOn:function(){return"Menampilkan tampilan peta"},formatToggleOff:function(){return"Menyembunyikan tampilan peta"},formatColumns:function(){return"Kolom"},formatColumnsToggleAll:function(){return"Tampilkan semua"},formatFullscreen:function(){return"Layar penuh"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Penyegaran otomatis"},formatExport:function(){return"Mengekspor data"},formatJumpTo:function(){return"Pergi ke"},formatAdvancedSearch:function(){return"Pencarian lanjutan"},formatAdvancedCloseButton:function(){return"Tutup"},formatFilterControlSwitch:function(){return"Menyembunyikan/Menampilkan kontrol"},formatFilterControlSwitchHide:function(){return"Menyembunyikan kontrol"},formatFilterControlSwitchShow:function(){return"Menampilkan kontrol"},formatToggleCustomViewOn:function(){return"Menampilkan tampilan khusus"},formatToggleCustomViewOff:function(){return"Menyembunyikan tampilan khusus"},formatClearFilters:function(){return"Menghapus filter"},formatAddLevel:function(){return"Menambahkan level"},formatCancel:function(){return"Batal"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Menghapus level"},formatDuplicateAlertTitle:function(){return"Entri duplikat telah ditemukan!"},formatDuplicateAlertDescription:function(){return"Harap hapus atau ubah entri duplikat"},formatMultipleSort:function(){return"Penyortiran ganda"},formatOrder:function(){return"Urutan"},formatSort:function(){return"Penyortiran"},formatSortBy:function(){return"Urutkan berdasarkan"},formatSortOrders:function(){return{asc:"Menaik",desc:"Menurun"}},formatThenBy:function(){return"Kemudian oleh"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["id-ID"]),t.fn.bootstrapTable.locales["ja-JP"]=t.fn.bootstrapTable.locales.ja={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"読み込み中です。少々お待ちください。"},formatRecordsPerPage:function(t){return"ページ当たり最大".concat(t,"件")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"全".concat(r,"件から、").concat(t,"から").concat(n,"件目まで表示しています (filtered from ").concat(o," total rows)"):"全".concat(r,"件から、").concat(t,"から").concat(n,"件目まで表示しています")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"検索"},formatNoMatches:function(){return"該当するレコードが見つかりません"},formatPaginationSwitch:function(){return"ページ数を表示・非表示"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"更新"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"すべて"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ja-JP"]),t.fn.bootstrapTable.locales["ka-GE"]=t.fn.bootstrapTable.locales.ka={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"იტვირთება, გთხოვთ მოიცადოთ"},formatRecordsPerPage:function(t){return"".concat(t," ჩანაწერი თითო გვერდზე")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"ნაჩვენებია ".concat(t,"-დან ").concat(n,"-მდე ჩანაწერი ჯამური ").concat(r,"-დან (filtered from ").concat(o," total rows)"):"ნაჩვენებია ".concat(t,"-დან ").concat(n,"-მდე ჩანაწერი ჯამური ").concat(r,"-დან")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"ძებნა"},formatNoMatches:function(){return"მონაცემები არ არის"},formatPaginationSwitch:function(){return"გვერდების გადამრთველის დამალვა/გამოჩენა"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"განახლება"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"სვეტები"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ka-GE"]),t.fn.bootstrapTable.locales["ko-KR"]=t.fn.bootstrapTable.locales.ko={formatCopyRows:function(){return"행 복사"},formatPrint:function(){return"프린트"},formatLoadingMessage:function(){return"데이터를 불러오는 중입니다"},formatRecordsPerPage:function(t){return"페이지 당 ".concat(t,"개 데이터 출력")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"전체 ".concat(r,"개 중 ").concat(t,"~").concat(n,"번째 데이터 출력, (전체 ").concat(o," 행에서 필터됨)"):"전체 ".concat(r,"개 중 ").concat(t,"~").concat(n,"번째 데이터 출력,")},formatSRPaginationPreText:function(){return"이전 페이지"},formatSRPaginationPageText:function(t){return"".concat(t," 페이지로 이동")},formatSRPaginationNextText:function(){return"다음 페이지"},formatDetailPagination:function(t){return"".concat(t," 행들 표시 중")},formatClearSearch:function(){return"검색 초기화"},formatSearch:function(){return"검색"},formatNoMatches:function(){return"조회된 데이터가 없습니다."},formatPaginationSwitch:function(){return"페이지 넘버 보기/숨기기"},formatPaginationSwitchDown:function(){return"페이지 넘버 보기"},formatPaginationSwitchUp:function(){return"페이지 넘버 숨기기"},formatRefresh:function(){return"새로 고침"},formatToggleOn:function(){return"카드뷰 보기"},formatToggleOff:function(){return"카드뷰 숨기기"},formatColumns:function(){return"컬럼 필터링"},formatColumnsToggleAll:function(){return"전체 토글"},formatFullscreen:function(){return"전체 화면"},formatAllRows:function(){return"전체"},formatAutoRefresh:function(){return"자동 갱신"},formatExport:function(){return"데이터 추출"},formatJumpTo:function(){return"이동"},formatAdvancedSearch:function(){return"심화 검색"},formatAdvancedCloseButton:function(){return"닫기"},formatFilterControlSwitch:function(){return"컨트롤 보기/숨기기"},formatFilterControlSwitchHide:function(){return"컨트롤 숨기기"},formatFilterControlSwitchShow:function(){return"컨트롤 보기"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ko-KR"]),t.fn.bootstrapTable.locales["fr-FR"]=t.fn.bootstrapTable.locales.fr={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-FR"]),t.fn.bootstrapTable.locales["lb-LU"]=t.fn.bootstrapTable.locales.lb={formatCopyRows:function(){return"Zeilen kopéieren"},formatPrint:function(){return"Drécken"},formatLoadingMessage:function(){return"Gëtt gelueden, gedellëgt Iech wannechgelift ee Moment"},formatRecordsPerPage:function(t){return"".concat(t," Zeilen per Säit")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Weist Zeil ".concat(t," bis ").concat(n," vun ").concat(r," Zeil").concat(r>1?"en":""," (gefiltert vun insgesamt ").concat(o," Zeil").concat(r>1?"en":"",")"):"Weist Zeil ".concat(t," bis ").concat(n," vun ").concat(r," Zeil").concat(r>1?"en":"")},formatSRPaginationPreText:function(){return"viregt Säit"},formatSRPaginationPageText:function(t){return"op Säit ".concat(t)},formatSRPaginationNextText:function(){return"nächst Säit"},formatDetailPagination:function(t){return"Weist ".concat(t," Zeilen")},formatClearSearch:function(){return"Sich réckgängeg maachen"},formatSearch:function(){return"Sich"},formatNoMatches:function(){return"Keng passend Anträg fonnt"},formatPaginationSwitch:function(){return"Paginatioun uweisen/verstoppen"},formatPaginationSwitchDown:function(){return"Paginatioun uweisen"},formatPaginationSwitchUp:function(){return"Paginatioun verstoppen"},formatRefresh:function(){return"Nei lueden"},formatToggleOn:function(){return"Kaartenusiicht uweisen"},formatToggleOff:function(){return"Kaartenusiicht verstoppen"},formatColumns:function(){return"Kolonnen"},formatColumnsToggleAll:function(){return"All ëmschalten"},formatFullscreen:function(){return"Vollbild"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Automatescht neilueden"},formatExport:function(){return"Daten exportéieren"},formatJumpTo:function(){return"Sprangen"},formatAdvancedSearch:function(){return"Erweidert Sich"},formatAdvancedCloseButton:function(){return"Zoumaachen"},formatFilterControlSwitch:function(){return"Schaltelementer uweisen/verstoppen"},formatFilterControlSwitchHide:function(){return"Schaltelementer verstoppen"},formatFilterControlSwitchShow:function(){return"Schaltelementer uweisen"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["lb-LU"]),t.fn.bootstrapTable.locales["ms-MY"]=t.fn.bootstrapTable.locales.ms={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Permintaan sedang dimuatkan. Sila tunggu sebentar"},formatRecordsPerPage:function(t){return"".concat(t," rekod setiap muka surat")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(r," rekod (filtered from ").concat(o," total rows)"):"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(r," rekod")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cari"},formatNoMatches:function(){return"Tiada rekod yang menyamai permintaan"},formatPaginationSwitch:function(){return"Tunjuk/sembunyi muka surat"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Muatsemula"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Lajur"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ms-MY"]),t.fn.bootstrapTable.locales["nb-NO"]=t.fn.bootstrapTable.locales.nb={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Oppdaterer, vennligst vent"},formatRecordsPerPage:function(t){return"".concat(t," poster pr side")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Viser ".concat(t," til ").concat(n," av ").concat(r," rekker (filtered from ").concat(o," total rows)"):"Viser ".concat(t," til ").concat(n," av ").concat(r," rekker")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Søk"},formatNoMatches:function(){return"Ingen poster funnet"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Oppdater"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolonner"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["nb-NO"]),t.fn.bootstrapTable.locales["nl-NL"]=t.fn.bootstrapTable.locales.nl={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laden, even geduld"},formatRecordsPerPage:function(t){return"".concat(t," records per pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":""," (gefilterd van ").concat(o," records in totaal)"):"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":"")},formatSRPaginationPreText:function(){return"vorige pagina"},formatSRPaginationPageText:function(t){return"tot pagina ".concat(t)},formatSRPaginationNextText:function(){return"volgende pagina"},formatDetailPagination:function(t){return"Toon ".concat(t," record").concat(t>1?"s":"")},formatClearSearch:function(){return"Verwijder filters"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatPaginationSwitch:function(){return"Verberg/Toon paginering"},formatPaginationSwitchDown:function(){return"Toon paginering"},formatPaginationSwitchUp:function(){return"Verberg paginering"},formatRefresh:function(){return"Vernieuwen"},formatToggleOn:function(){return"Toon kaartweergave"},formatToggleOff:function(){return"Verberg kaartweergave"},formatColumns:function(){return"Kolommen"},formatColumnsToggleAll:function(){return"Allen omschakelen"},formatFullscreen:function(){return"Volledig scherm"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisch vernieuwen"},formatExport:function(){return"Exporteer gegevens"},formatJumpTo:function(){return"GA"},formatAdvancedSearch:function(){return"Geavanceerd zoeken"},formatAdvancedCloseButton:function(){return"Sluiten"},formatFilterControlSwitch:function(){return"Verberg/Toon controls"},formatFilterControlSwitchHide:function(){return"Verberg controls"},formatFilterControlSwitchShow:function(){return"Toon controls"},formatAddLevel:function(){return"Niveau toevoegen"},formatCancel:function(){return"Annuleren"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Niveau verwijderen"},formatDuplicateAlertTitle:function(){return"Duplicaten gevonden!"},formatDuplicateAlertDescription:function(){return"Gelieve dubbele kolommen te verwijderen of wijzigen"},formatMultipleSort:function(){return"Meervoudige sortering"},formatOrder:function(){return"Volgorde"},formatSort:function(){return"Sorteren"},formatSortBy:function(){return"Sorteren op"},formatThenBy:function(){return"vervolgens"},formatSortOrders:function(){return{asc:"Oplopend",desc:"Aflopend"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["nl-NL"]),t.fn.bootstrapTable.locales["pl-PL"]=t.fn.bootstrapTable.locales.pl={formatCopyRows:function(){return"Kopiuj wiersze"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Ładowanie, proszę czekać"},formatRecordsPerPage:function(t){return"".concat(t," rekordów na stronę")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Wyświetlanie rekordów od ".concat(t," do ").concat(n," z ").concat(r," (filtered from ").concat(o," total rows)"):"Wyświetlanie rekordów od ".concat(t," do ").concat(n," z ").concat(r)},formatSRPaginationPreText:function(){return"poprzednia strona"},formatSRPaginationPageText:function(t){return"z ".concat(t)},formatSRPaginationNextText:function(){return"następna strona"},formatDetailPagination:function(t){return"Wyświetla ".concat(t," wierszy")},formatClearSearch:function(){return"Wyczyść wyszukiwanie"},formatSearch:function(){return"Szukaj"},formatNoMatches:function(){return"Niestety, nic nie znaleziono"},formatPaginationSwitch:function(){return"Pokaż/ukryj stronicowanie"},formatPaginationSwitchDown:function(){return"Pokaż stronicowanie"},formatPaginationSwitchUp:function(){return"Ukryj stronicowanie"},formatRefresh:function(){return"Odśwież"},formatToggleOn:function(){return"Pokaż układ karty"},formatToggleOff:function(){return"Ukryj układ karty"},formatColumns:function(){return"Kolumny"},formatColumnsToggleAll:function(){return"Zaznacz wszystko"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Wszystkie"},formatAutoRefresh:function(){return"Auto odświeżanie"},formatExport:function(){return"Eksport danych"},formatJumpTo:function(){return"Przejdź"},formatAdvancedSearch:function(){return"Wyszukiwanie zaawansowane"},formatAdvancedCloseButton:function(){return"Zamknij"},formatFilterControlSwitch:function(){return"Pokaż/Ukryj"},formatFilterControlSwitchHide:function(){return"Pokaż"},formatFilterControlSwitchShow:function(){return"Ukryj"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["pl-PL"]),t.fn.bootstrapTable.locales["nl-BE"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laden, even geduld"},formatRecordsPerPage:function(t){return"".concat(t," records per pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":""," (gefilterd van ").concat(o," records in totaal)"):"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":"")},formatSRPaginationPreText:function(){return"vorige pagina"},formatSRPaginationPageText:function(t){return"tot pagina ".concat(t)},formatSRPaginationNextText:function(){return"volgende pagina"},formatDetailPagination:function(t){return"Toon ".concat(t," record").concat(t>1?"s":"")},formatClearSearch:function(){return"Verwijder filters"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatPaginationSwitch:function(){return"Verberg/Toon paginering"},formatPaginationSwitchDown:function(){return"Toon paginering"},formatPaginationSwitchUp:function(){return"Verberg paginering"},formatRefresh:function(){return"Vernieuwen"},formatToggleOn:function(){return"Toon kaartweergave"},formatToggleOff:function(){return"Verberg kaartweergave"},formatColumns:function(){return"Kolommen"},formatColumnsToggleAll:function(){return"Allen omschakelen"},formatFullscreen:function(){return"Volledig scherm"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisch vernieuwen"},formatExport:function(){return"Exporteer gegevens"},formatJumpTo:function(){return"GA"},formatAdvancedSearch:function(){return"Geavanceerd zoeken"},formatAdvancedCloseButton:function(){return"Sluiten"},formatFilterControlSwitch:function(){return"Verberg/Toon controls"},formatFilterControlSwitchHide:function(){return"Verberg controls"},formatFilterControlSwitchShow:function(){return"Toon controls"},formatAddLevel:function(){return"Niveau toevoegen"},formatCancel:function(){return"Annuleren"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Niveau verwijderen"},formatDuplicateAlertTitle:function(){return"Duplicaten gevonden!"},formatDuplicateAlertDescription:function(){return"Gelieve dubbele kolommen te verwijderen of wijzigen"},formatMultipleSort:function(){return"Meervoudige sortering"},formatOrder:function(){return"Volgorde"},formatSort:function(){return"Sorteren"},formatSortBy:function(){return"Sorteren op"},formatThenBy:function(){return"vervolgens"},formatSortOrders:function(){return{asc:"Oplopend",desc:"Aflopend"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["nl-BE"]),t.fn.bootstrapTable.locales["pt-BR"]=t.fn.bootstrapTable.locales.br={formatCopyRows:function(){return"Copiar linhas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Carregando, aguarde"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,o){var e=r>1?"s":"";return void 0!==o&&o>0&&o>r?"Exibindo ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e," (filtrado de um total de ").concat(o," linha").concat(e,")"):"Exibindo ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e)},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir para a página ".concat(t)},formatSRPaginationNextText:function(){return"próxima página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," linha").concat(t>1?"s":"")},formatClearSearch:function(){return"Limpar Pesquisa"},formatSearch:function(){return"Pesquisar"},formatNoMatches:function(){return"Nenhum registro encontrado"},formatPaginationSwitch:function(){return"Ocultar/Exibir paginação"},formatPaginationSwitchDown:function(){return"Mostrar Paginação"},formatPaginationSwitchUp:function(){return"Esconder Paginação"},formatRefresh:function(){return"Recarregar"},formatToggleOn:function(){return"Mostrar visualização de cartão"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Colunas"},formatColumnsToggleAll:function(){return"Alternar tudo"},formatFullscreen:function(){return"Tela cheia"},formatAllRows:function(){return"Tudo"},formatAutoRefresh:function(){return"Atualização Automática"},formatExport:function(){return"Exportar dados"},formatJumpTo:function(){return"Ir"},formatAdvancedSearch:function(){return"Pesquisa Avançada"},formatAdvancedCloseButton:function(){return"Fechar"},formatFilterControlSwitch:function(){return"Ocultar/Exibir controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Exibir controles"},formatAddLevel:function(){return"Adicionar nível"},formatCancel:function(){return"Cancelar"},formatColumn:function(){return"Coluna"},formatDeleteLevel:function(){return"Remover nível"},formatDuplicateAlertTitle:function(){return"Encontradas entradas duplicadas!"},formatDuplicateAlertDescription:function(){return"Por favor, remova ou altere as colunas duplicadas"},formatMultipleSort:function(){return"Ordenação múltipla"},formatOrder:function(){return"Ordem"},formatSort:function(){return"Ordenar"},formatSortBy:function(){return"Ordenar por"},formatThenBy:function(){return"em seguida"},formatSortOrders:function(){return{asc:"Crescente",desc:"Decrescente"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["pt-BR"]),t.fn.bootstrapTable.locales["ro-RO"]=t.fn.bootstrapTable.locales.ro={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Se incarca, va rugam asteptati"},formatRecordsPerPage:function(t){return"".concat(t," inregistrari pe pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Arata de la ".concat(t," pana la ").concat(n," din ").concat(r," randuri (filtered from ").concat(o," total rows)"):"Arata de la ".concat(t," pana la ").concat(n," din ").concat(r," randuri")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cauta"},formatNoMatches:function(){return"Nu au fost gasite inregistrari"},formatPaginationSwitch:function(){return"Ascunde/Arata paginatia"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Reincarca"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Coloane"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Toate"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ro-RO"]),t.fn.bootstrapTable.locales["ru-RU"]=t.fn.bootstrapTable.locales.ru={formatCopyRows:function(){return"Скопировать строки"},formatPrint:function(){return"Печать"},formatLoadingMessage:function(){return"Пожалуйста, подождите, идёт загрузка"},formatRecordsPerPage:function(t){return"".concat(t," записей на страницу")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Записи с ".concat(t," по ").concat(n," из ").concat(r," (отфильтровано, всего на сервере ").concat(o," записей)"):"Записи с ".concat(t," по ").concat(n," из ").concat(r)},formatSRPaginationPreText:function(){return"предыдущая страница"},formatSRPaginationPageText:function(t){return"перейти к странице ".concat(t)},formatSRPaginationNextText:function(){return"следующая страница"},formatDetailPagination:function(t){return"Загружено ".concat(t," строк")},formatClearSearch:function(){return"Очистить фильтры"},formatSearch:function(){return"Поиск"},formatNoMatches:function(){return"Ничего не найдено"},formatPaginationSwitch:function(){return"Скрыть/Показать постраничную навигацию"},formatPaginationSwitchDown:function(){return"Показать постраничную навигацию"},formatPaginationSwitchUp:function(){return"Скрыть постраничную навигацию"},formatRefresh:function(){return"Обновить"},formatToggleOn:function(){return"Показать записи в виде карточек"},formatToggleOff:function(){return"Табличный режим просмотра"},formatColumns:function(){return"Колонки"},formatColumnsToggleAll:function(){return"Выбрать все"},formatFullscreen:function(){return"Полноэкранный режим"},formatAllRows:function(){return"Все"},formatAutoRefresh:function(){return"Автоматическое обновление"},formatExport:function(){return"Экспортировать данные"},formatJumpTo:function(){return"Стр."},formatAdvancedSearch:function(){return"Расширенный поиск"},formatAdvancedCloseButton:function(){return"Закрыть"},formatFilterControlSwitch:function(){return"Скрыть/Показать панель инструментов"},formatFilterControlSwitchHide:function(){return"Скрыть панель инструментов"},formatFilterControlSwitchShow:function(){return"Показать панель инструментов"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ru-RU"]),t.fn.bootstrapTable.locales["sl-SI"]=t.fn.bootstrapTable.locales.sl={formatCopyRows:function(){return"Kopiraj vrstice"},formatPrint:function(){return"Natisni"},formatLoadingMessage:function(){return"Prosim počakajte..."},formatRecordsPerPage:function(t){return"".concat(t," vrstic na stran")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Prikaz ".concat(t," do ").concat(n," od ").concat(r," vrstic (filtrirano od skupno ").concat(o," vrstic)"):"Prikaz ".concat(t," do ").concat(n," od ").concat(r," vrstic")},formatSRPaginationPreText:function(){return"prejšnja stran"},formatSRPaginationPageText:function(t){return"na stran ".concat(t)},formatSRPaginationNextText:function(){return"na slednja stran"},formatDetailPagination:function(t){return"Prikaz ".concat(t," vrstic")},formatClearSearch:function(){return"Počisti"},formatSearch:function(){return"Iskanje"},formatNoMatches:function(){return"Ni najdenih rezultatov"},formatPaginationSwitch:function(){return"Skrij/Pokaži oštevilčevanje strani"},formatPaginationSwitchDown:function(){return"Pokaži oštevilčevanje strani"},formatPaginationSwitchUp:function(){return"Skrij oštevilčevanje strani"},formatRefresh:function(){return"Osveži"},formatToggleOn:function(){return"Prikaži kartični pogled"},formatToggleOff:function(){return"Skrij kartični pogled"},formatColumns:function(){return"Stolpci"},formatColumnsToggleAll:function(){return"Preklopi vse"},formatFullscreen:function(){return"Celozaslonski prikaz"},formatAllRows:function(){return"Vse"},formatAutoRefresh:function(){return"Samodejna osvežitev"},formatExport:function(){return"Izvoz podatkov"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Napredno iskanje"},formatAdvancedCloseButton:function(){return"Zapri"},formatFilterControlSwitch:function(){return"Skrij/Pokaži kontrole"},formatFilterControlSwitchHide:function(){return"Skrij kontrole"},formatFilterControlSwitchShow:function(){return"Pokaži kontrole"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sl-SI"]),t.fn.bootstrapTable.locales["sk-SK"]=t.fn.bootstrapTable.locales.sk={formatCopyRows:function(){return"Skopírovať riadky"},formatPrint:function(){return"Vytlačiť"},formatLoadingMessage:function(){return"Prosím čakajte"},formatRecordsPerPage:function(t){return"".concat(t," záznamov na stranu")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Zobrazená ".concat(t,". - ").concat(n,". položka z celkových ").concat(r," (filtered from ").concat(o," total rows)"):"Zobrazená ".concat(t,". - ").concat(n,". položka z celkových ").concat(r)},formatSRPaginationPreText:function(){return"Predchádzajúca strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"Nasledujúca strana"},formatDetailPagination:function(t){return"Zobrazuje sa ".concat(t," riadkov")},formatClearSearch:function(){return"Odstráň filtre"},formatSearch:function(){return"Vyhľadávanie"},formatNoMatches:function(){return"Nenájdená žiadna vyhovujúca položka"},formatPaginationSwitch:function(){return"Skry/Zobraz stránkovanie"},formatPaginationSwitchDown:function(){return"Zobraziť stránkovanie"},formatPaginationSwitchUp:function(){return"Skryť stránkovanie"},formatRefresh:function(){return"Obnoviť"},formatToggleOn:function(){return"Zobraziť kartové zobrazenie"},formatToggleOff:function(){return"skryť kartové zobrazenie"},formatColumns:function(){return"Stĺpce"},formatColumnsToggleAll:function(){return"Prepnúť všetky"},formatFullscreen:function(){return"Celá obrazovka"},formatAllRows:function(){return"Všetky"},formatAutoRefresh:function(){return"Automatické obnovenie"},formatExport:function(){return"Exportuj dáta"},formatJumpTo:function(){return"Ísť"},formatAdvancedSearch:function(){return"Pokročilé vyhľadávanie"},formatAdvancedCloseButton:function(){return"Zatvoriť"},formatFilterControlSwitch:function(){return"Zobraziť/Skryť tlačidlá"},formatFilterControlSwitchHide:function(){return"Skryť tlačidlá"},formatFilterControlSwitchShow:function(){return"Zobraziť tlačidlá"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sk-SK"]),t.fn.bootstrapTable.locales["sr-Cyrl-RS"]=t.fn.bootstrapTable.locales.sr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Молим сачекај"},formatRecordsPerPage:function(t){return"".concat(t," редова по страни")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(r," (филтрирано од ").concat(o,")"):"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(r)},formatSRPaginationPreText:function(){return"претходна страна"},formatSRPaginationPageText:function(t){return"на страну ".concat(t)},formatSRPaginationNextText:function(){return"следећа страна"},formatDetailPagination:function(t){return"Приказано ".concat(t," редова")},formatClearSearch:function(){return"Обриши претрагу"},formatSearch:function(){return"Пронађи"},formatNoMatches:function(){return"Није пронађен ни један податак"},formatPaginationSwitch:function(){return"Прикажи/сакриј пагинацију"},formatPaginationSwitchDown:function(){return"Прикажи пагинацију"},formatPaginationSwitchUp:function(){return"Сакриј пагинацију"},formatRefresh:function(){return"Освежи"},formatToggleOn:function(){return"Прикажи картице"},formatToggleOff:function(){return"Сакриј картице"},formatColumns:function(){return"Колоне"},formatColumnsToggleAll:function(){return"Прикажи/сакриј све"},formatFullscreen:function(){return"Цео екран"},formatAllRows:function(){return"Све"},formatAutoRefresh:function(){return"Аутоматско освежавање"},formatExport:function(){return"Извези податке"},formatJumpTo:function(){return"Иди"},formatAdvancedSearch:function(){return"Напредна претрага"},formatAdvancedCloseButton:function(){return"Затвори"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sr-Cyrl-RS"]),t.fn.bootstrapTable.locales["sr-Latn-RS"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Molim sačekaj"},formatRecordsPerPage:function(t){return"".concat(t," redova po strani")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(r," (filtrirano od ").concat(o,")"):"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(r)},formatSRPaginationPreText:function(){return"prethodna strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"sledeća strana"},formatDetailPagination:function(t){return"Prikazano ".concat(t," redova")},formatClearSearch:function(){return"Obriši pretragu"},formatSearch:function(){return"Pronađi"},formatNoMatches:function(){return"Nije pronađen ni jedan podatak"},formatPaginationSwitch:function(){return"Prikaži/sakrij paginaciju"},formatPaginationSwitchDown:function(){return"Prikaži paginaciju"},formatPaginationSwitchUp:function(){return"Sakrij paginaciju"},formatRefresh:function(){return"Osveži"},formatToggleOn:function(){return"Prikaži kartice"},formatToggleOff:function(){return"Sakrij kartice"},formatColumns:function(){return"Kolone"},formatColumnsToggleAll:function(){return"Prikaži/sakrij sve"},formatFullscreen:function(){return"Ceo ekran"},formatAllRows:function(){return"Sve"},formatAutoRefresh:function(){return"Automatsko osvežavanje"},formatExport:function(){return"Izvezi podatke"},formatJumpTo:function(){return"Idi"},formatAdvancedSearch:function(){return"Napredna pretraga"},formatAdvancedCloseButton:function(){return"Zatvori"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sr-Latn-RS"]),t.fn.bootstrapTable.locales["sv-SE"]=t.fn.bootstrapTable.locales.sv={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laddar, vänligen vänta"},formatRecordsPerPage:function(t){return"".concat(t," rader per sida")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Visa ".concat(t," till ").concat(n," av ").concat(r," rader (filtered from ").concat(o," total rows)"):"Visa ".concat(t," till ").concat(n," av ").concat(r," rader")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Sök"},formatNoMatches:function(){return"Inga matchande resultat funna."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Uppdatera"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"kolumn"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sv-SE"]),t.fn.bootstrapTable.locales["th-TH"]=t.fn.bootstrapTable.locales.th={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"กำลังโหลดข้อมูล, กรุณารอสักครู่"},formatRecordsPerPage:function(t){return"".concat(t," รายการต่อหน้า")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(r," รายการ (filtered from ").concat(o," total rows)"):"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(r," รายการ")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"ค้นหา"},formatNoMatches:function(){return"ไม่พบรายการที่ค้นหา !"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"รีเฟรส"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"คอลัมน์"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["th-TH"]),t.fn.bootstrapTable.locales["tr-TR"]=t.fn.bootstrapTable.locales.tr={formatCopyRows:function(){return"Satırları Kopyala"},formatPrint:function(){return"Yazdır"},formatLoadingMessage:function(){return"Yükleniyor, lütfen bekleyin"},formatRecordsPerPage:function(t){return"Sayfa başına ".concat(t," kayıt.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(r," kayıttan ").concat(t,"-").concat(n," arası gösteriliyor (").concat(o," toplam satır filtrelendi)."):"".concat(r," kayıttan ").concat(t,"-").concat(n," arası gösteriliyor.")},formatSRPaginationPreText:function(){return"önceki sayfa"},formatSRPaginationPageText:function(t){return"sayfa ".concat(t)},formatSRPaginationNextText:function(){return"sonraki sayfa"},formatDetailPagination:function(t){return"".concat(t," satır gösteriliyor")},formatClearSearch:function(){return"Aramayı Temizle"},formatSearch:function(){return"Ara"},formatNoMatches:function(){return"Eşleşen kayıt bulunamadı."},formatPaginationSwitch:function(){return"Sayfalamayı Gizle/Göster"},formatPaginationSwitchDown:function(){return"Sayfalamayı Göster"},formatPaginationSwitchUp:function(){return"Sayfalamayı Gizle"},formatRefresh:function(){return"Yenile"},formatToggleOn:function(){return"Kart Görünümünü Göster"},formatToggleOff:function(){return"Kart Görünümünü Gizle"},formatColumns:function(){return"Sütunlar"},formatColumnsToggleAll:function(){return"Tümünü Kapat"},formatFullscreen:function(){return"Tam Ekran"},formatAllRows:function(){return"Tüm Satırlar"},formatAutoRefresh:function(){return"Otomatik Yenileme"},formatExport:function(){return"Verileri Dışa Aktar"},formatJumpTo:function(){return"Git"},formatAdvancedSearch:function(){return"Gelişmiş Arama"},formatAdvancedCloseButton:function(){return"Kapat"},formatFilterControlSwitch:function(){return"Kontrolleri Gizle/Göster"},formatFilterControlSwitchHide:function(){return"Kontrolleri Gizle"},formatFilterControlSwitchShow:function(){return"Kontrolleri Göster"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["tr-TR"]),t.fn.bootstrapTable.locales["ur-PK"]=t.fn.bootstrapTable.locales.ur={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"براۓ مہربانی انتظار کیجئے"},formatRecordsPerPage:function(t){return"".concat(t," ریکارڈز فی صفہ ")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(r,"ریکارڈز (filtered from ").concat(o," total rows)"):"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(r,"ریکارڈز")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"تلاش"},formatNoMatches:function(){return"کوئی ریکارڈ نہیں ملا"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"تازہ کریں"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"کالم"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ur-PK"]),t.fn.bootstrapTable.locales["uz-Latn-UZ"]=t.fn.bootstrapTable.locales.uz={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Yuklanyapti, iltimos kuting"},formatRecordsPerPage:function(t){return"".concat(t," qator har sahifada")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(r," qatorlarni (filtered from ").concat(o," total rows)"):"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(r," qatorlarni")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Filtrlarni tozalash"},formatSearch:function(){return"Qidirish"},formatNoMatches:function(){return"Hech narsa topilmadi"},formatPaginationSwitch:function(){return"Sahifalashni yashirish/ko'rsatish"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Yangilash"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Ustunlar"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Hammasi"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Eksport"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["uz-Latn-UZ"]),t.fn.bootstrapTable.locales["uk-UA"]=t.fn.bootstrapTable.locales.uk={formatCopyRows:function(){return"Скопіювати рядки"},formatPrint:function(){return"Друк"},formatLoadingMessage:function(){return"Завантаження, будь ласка, зачекайте"},formatRecordsPerPage:function(t){return"".concat(t," рядків на сторінку")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Відображено рядки з ".concat(t," по ").concat(n," з ").concat(r," загалом (відфільтровано з ").concat(o," рядків)"):"Відображено рядки з ".concat(t," по ").concat(n," з ").concat(r," загалом")},formatSRPaginationPreText:function(){return"попередня сторінка"},formatSRPaginationPageText:function(t){return"до сторінки ".concat(t)},formatSRPaginationNextText:function(){return"наступна сторінка"},formatDetailPagination:function(t){return"Відображено ".concat(t," рядків")},formatClearSearch:function(){return"Скинути фільтри"},formatSearch:function(){return"Пошук"},formatNoMatches:function(){return"Не знайдено жодного запису"},formatPaginationSwitch:function(){return"Сховати/Відобразити пагінацію"},formatPaginationSwitchDown:function(){return"Відобразити пагінацію"},formatPaginationSwitchUp:function(){return"Сховати пагінацію"},formatRefresh:function(){return"Оновити"},formatToggleOn:function(){return"Відобразити у форматі карток"},formatToggleOff:function(){return"Вимкнути формат карток"},formatColumns:function(){return"Стовпці"},formatColumnsToggleAll:function(){return"Переключити усі"},formatFullscreen:function(){return"Повноекранний режим"},formatAllRows:function(){return"Усі"},formatAutoRefresh:function(){return"Автооновлення"},formatExport:function(){return"Експортувати дані"},formatJumpTo:function(){return"Швидкий перехід до"},formatAdvancedSearch:function(){return"Розширений пошук"},formatAdvancedCloseButton:function(){return"Закрити"},formatFilterControlSwitch:function(){return"Сховати/Відобразити елементи керування"},formatFilterControlSwitchHide:function(){return"Сховати елементи керування"},formatFilterControlSwitchShow:function(){return"Відобразити елементи керування"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["uk-UA"]),t.fn.bootstrapTable.locales["vi-VN"]=t.fn.bootstrapTable.locales.vi={formatCopyRows:function(){return"Sao chép hàng"},formatPrint:function(){return"In"},formatLoadingMessage:function(){return"Đang tải"},formatRecordsPerPage:function(t){return"".concat(t," bản ghi mỗi trang")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(r," bản ghi (được lọc từ tổng ").concat(o," hàng)"):"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(r," bản ghi")},formatSRPaginationPreText:function(){return"trang trước"},formatSRPaginationPageText:function(t){return"đến trang ".concat(t)},formatSRPaginationNextText:function(){return"trang sau"},formatDetailPagination:function(t){return"Đang hiện ".concat(t," hàng")},formatClearSearch:function(){return"Xoá tìm kiếm"},formatSearch:function(){return"Tìm kiếm"},formatNoMatches:function(){return"Không có dữ liệu"},formatPaginationSwitch:function(){return"Ẩn/Hiện phân trang"},formatPaginationSwitchDown:function(){return"Hiện phân trang"},formatPaginationSwitchUp:function(){return"Ẩn phân trang"},formatRefresh:function(){return"Làm mới"},formatToggleOn:function(){return"Hiển thị các thẻ"},formatToggleOff:function(){return"Ẩn các thẻ"},formatColumns:function(){return"Cột"},formatColumnsToggleAll:function(){return"Hiện tất cả"},formatFullscreen:function(){return"Toàn màn hình"},formatAllRows:function(){return"Tất cả"},formatAutoRefresh:function(){return"Tự động làm mới"},formatExport:function(){return"Xuất dữ liệu"},formatJumpTo:function(){return"Đến"},formatAdvancedSearch:function(){return"Tìm kiếm nâng cao"},formatAdvancedCloseButton:function(){return"Đóng"},formatFilterControlSwitch:function(){return"Ẩn/Hiện điều khiển"},formatFilterControlSwitchHide:function(){return"Ẩn điều khiển"},formatFilterControlSwitchShow:function(){return"Hiện điều khiển"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["vi-VN"]),t.fn.bootstrapTable.locales["zh-CN"]=t.fn.bootstrapTable.locales.zh={formatCopyRows:function(){return"复制行"},formatPrint:function(){return"打印"},formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候"},formatRecordsPerPage:function(t){return"每页显示 ".concat(t," 条记录")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"显示第 ".concat(t," 到第 ").concat(n," 条记录,总共 ").concat(r," 条记录(从 ").concat(o," 总记录中过滤)"):"显示第 ".concat(t," 到第 ").concat(n," 条记录,总共 ").concat(r," 条记录")},formatSRPaginationPreText:function(){return"上一页"},formatSRPaginationPageText:function(t){return"第".concat(t,"页")},formatSRPaginationNextText:function(){return"下一页"},formatDetailPagination:function(t){return"总共 ".concat(t," 条记录")},formatClearSearch:function(){return"清空过滤"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"},formatPaginationSwitch:function(){return"隐藏/显示分页"},formatPaginationSwitchDown:function(){return"显示分页"},formatPaginationSwitchUp:function(){return"隐藏分页"},formatRefresh:function(){return"刷新"},formatToggleOn:function(){return"显示卡片视图"},formatToggleOff:function(){return"隐藏卡片视图"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"切换所有"},formatFullscreen:function(){return"全屏"},formatAllRows:function(){return"所有"},formatAutoRefresh:function(){return"自动刷新"},formatExport:function(){return"导出数据"},formatJumpTo:function(){return"跳转"},formatAdvancedSearch:function(){return"高级搜索"},formatAdvancedCloseButton:function(){return"关闭"},formatFilterControlSwitch:function(){return"隐藏/显示过滤控制"},formatFilterControlSwitchHide:function(){return"隐藏过滤控制"},formatFilterControlSwitchShow:function(){return"显示过滤控制"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["zh-CN"]),t.fn.bootstrapTable.locales["zh-TW"]={formatCopyRows:function(){return"複製行"},formatPrint:function(){return"列印"},formatLoadingMessage:function(){return"正在努力地載入資料,請稍候"},formatRecordsPerPage:function(t){return"每頁顯示 ".concat(t," 項記錄")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(r," 項記錄(從 ").concat(o," 總記錄中過濾)"):"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(r," 項記錄")},formatSRPaginationPreText:function(){return"上一頁"},formatSRPaginationPageText:function(t){return"第".concat(t,"頁")},formatSRPaginationNextText:function(){return"下一頁"},formatDetailPagination:function(t){return"總共 ".concat(t," 項記錄")},formatClearSearch:function(){return"清空過濾"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找到符合的結果"},formatPaginationSwitch:function(){return"隱藏/顯示分頁"},formatPaginationSwitchDown:function(){return"顯示分頁"},formatPaginationSwitchUp:function(){return"隱藏分頁"},formatRefresh:function(){return"重新整理"},formatToggleOn:function(){return"顯示卡片視圖"},formatToggleOff:function(){return"隱藏卡片視圖"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"切換所有"},formatFullscreen:function(){return"全屏"},formatAllRows:function(){return"所有"},formatAutoRefresh:function(){return"自動刷新"},formatExport:function(){return"導出數據"},formatJumpTo:function(){return"跳轉"},formatAdvancedSearch:function(){return"高級搜尋"},formatAdvancedCloseButton:function(){return"關閉"},formatFilterControlSwitch:function(){return"隱藏/顯示過濾控制"},formatFilterControlSwitchHide:function(){return"隱藏過濾控制"},formatFilterControlSwitchShow:function(){return"顯示過濾控制"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["zh-TW"]),t.fn.bootstrapTable.locales["pt-PT"]=t.fn.bootstrapTable.locales.pt={formatCopyRows:function(){return"Copiar Linhas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"A carregar, por favor aguarde"},formatRecordsPerPage:function(t){return"".concat(t," registos por página")},formatShowingRows:function(t,n,r,o){var e=r>1?"s":"";return void 0!==o&&o>0&&o>r?"A mostrar ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e," (filtrado de um total de ").concat(o," linha").concat(e,")"):"A mostrar ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e)},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir para página ".concat(t)},formatSRPaginationNextText:function(){return"próxima página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," linha").concat(t>1?"s":"")},formatClearSearch:function(){return"Limpar Pesquisa"},formatSearch:function(){return"Pesquisa"},formatNoMatches:function(){return"Nenhum registo encontrado"},formatPaginationSwitch:function(){return"Esconder/Mostrar paginação"},formatPaginationSwitchDown:function(){return"Mostrar página"},formatPaginationSwitchUp:function(){return"Esconder página"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Mostrar vista em forma de cartão"},formatToggleOff:function(){return"Esconder vista em forma de cartão"},formatColumns:function(){return"Colunas"},formatColumnsToggleAll:function(){return"Activar tudo"},formatFullscreen:function(){return"Ecrã completo"},formatAllRows:function(){return"Tudo"},formatAutoRefresh:function(){return"Actualização autmática"},formatExport:function(){return"Exportar dados"},formatJumpTo:function(){return"Avançar"},formatAdvancedSearch:function(){return"Pesquisa avançada"},formatAdvancedCloseButton:function(){return"Fechar"},formatFilterControlSwitch:function(){return"Ocultar/Exibir controles"},formatFilterControlSwitchHide:function(){return"Esconder controlos"},formatFilterControlSwitchShow:function(){return"Exibir controlos"},formatAddLevel:function(){return"Adicionar nível"},formatCancel:function(){return"Cancelar"},formatColumn:function(){return"Coluna"},formatDeleteLevel:function(){return"Remover nível"},formatDuplicateAlertTitle:function(){return"Foram encontradas entradas duplicadas!"},formatDuplicateAlertDescription:function(){return"Por favor, remova ou altere as colunas duplicadas"},formatMultipleSort:function(){return"Ordenação múltipla"},formatOrder:function(){return"Ordem"},formatSort:function(){return"Ordenar"},formatSortBy:function(){return"Ordenar por"},formatThenBy:function(){return"em seguida"},formatSortOrders:function(){return{asc:"Ascendente",desc:"Descendente"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["pt-PT"])})); +!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";var n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},r=function(t){return t&&t.Math===Math&&t},o=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n&&n)||r("object"==typeof n&&n)||function(){return this}()||Function("return this")(),e={},a=function(t){try{return!!t()}catch(t){return!0}},i=!a((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),u=!a((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),c=u,f=Function.prototype.call,l=c?f.bind(f):function(){return f.apply(f,arguments)},s={},m={}.propertyIsEnumerable,g=Object.getOwnPropertyDescriptor,d=g&&!m.call({1:2},1);s.f=d?function(t){var n=g(this,t);return!!n&&n.enumerable}:m;var h,p,S=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},w=u,P=Function.prototype,T=P.call,b=w&&P.bind.bind(T,T),C=w?b:function(t){return function(){return T.apply(t,arguments)}},v=C,R=v({}.toString),A=v("".slice),x=function(t){return A(R(t),8,-1)},y=a,O=x,k=Object,F=C("".split),M=y((function(){return!k("z").propertyIsEnumerable(0)}))?function(t){return"String"===O(t)?F(t,""):k(t)}:k,j=function(t){return null==t},D=j,N=TypeError,E=function(t){if(D(t))throw new N("Can't call method on "+t);return t},H=M,z=E,L=function(t){return H(z(t))},B="object"==typeof document&&document.all,U=void 0===B&&void 0!==B?function(t){return"function"==typeof t||t===B}:function(t){return"function"==typeof t},V=U,G=function(t){return"object"==typeof t?null!==t:V(t)},Z=o,J=U,I=function(t,n){return arguments.length<2?(r=Z[t],J(r)?r:void 0):Z[t]&&Z[t][n];var r},q=C({}.isPrototypeOf),K=o.navigator,W=K&&K.userAgent,Y=o,_=W?String(W):"",X=Y.process,Q=Y.Deno,$=X&&X.versions||Q&&Q.version,tt=$&&$.v8;tt&&(p=(h=tt.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!p&&_&&(!(h=_.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=_.match(/Chrome\/(\d+)/))&&(p=+h[1]);var nt=p,rt=nt,ot=a,et=o.String,at=!!Object.getOwnPropertySymbols&&!ot((function(){var t=Symbol("symbol detection");return!et(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&rt&&rt<41})),it=at&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ut=I,ct=U,ft=q,lt=Object,st=it?function(t){return"symbol"==typeof t}:function(t){var n=ut("Symbol");return ct(n)&&ft(n.prototype,lt(t))},mt=String,gt=U,dt=function(t){try{return mt(t)}catch(t){return"Object"}},ht=TypeError,pt=function(t){if(gt(t))return t;throw new ht(dt(t)+" is not a function")},St=j,wt=l,Pt=U,Tt=G,bt=TypeError,Ct={exports:{}},vt=o,Rt=Object.defineProperty,At=function(t,n){try{Rt(vt,t,{value:n,configurable:!0,writable:!0})}catch(r){vt[t]=n}return n},xt=o,yt=At,Ot="__core-js_shared__",kt=Ct.exports=xt[Ot]||yt(Ot,{});(kt.versions||(kt.versions=[])).push({version:"3.38.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Ft=Ct.exports,Mt=Ft,jt=function(t,n){return Mt[t]||(Mt[t]=n||{})},Dt=E,Nt=Object,Et=function(t){return Nt(Dt(t))},Ht=Et,zt=C({}.hasOwnProperty),Lt=Object.hasOwn||function(t,n){return zt(Ht(t),n)},Bt=C,Ut=0,Vt=Math.random(),Gt=Bt(1..toString),Zt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Gt(++Ut+Vt,36)},Jt=jt,It=Lt,qt=Zt,Kt=at,Wt=it,Yt=o.Symbol,_t=Jt("wks"),Xt=Wt?Yt.for||Yt:Yt&&Yt.withoutSetter||qt,Qt=function(t){return It(_t,t)||(_t[t]=Kt&&It(Yt,t)?Yt[t]:Xt("Symbol."+t)),_t[t]},$t=l,tn=G,nn=st,rn=function(t,n){var r=t[n];return St(r)?void 0:pt(r)},on=function(t,n){var r,o;if("string"===n&&Pt(r=t.toString)&&!Tt(o=wt(r,t)))return o;if(Pt(r=t.valueOf)&&!Tt(o=wt(r,t)))return o;if("string"!==n&&Pt(r=t.toString)&&!Tt(o=wt(r,t)))return o;throw new bt("Can't convert object to primitive value")},en=TypeError,an=Qt("toPrimitive"),un=function(t,n){if(!tn(t)||nn(t))return t;var r,o=rn(t,an);if(o){if(void 0===n&&(n="default"),r=$t(o,t,n),!tn(r)||nn(r))return r;throw new en("Can't convert object to primitive value")}return void 0===n&&(n="number"),on(t,n)},cn=st,fn=function(t){var n=un(t,"string");return cn(n)?n:n+""},ln=G,sn=o.document,mn=ln(sn)&&ln(sn.createElement),gn=function(t){return mn?sn.createElement(t):{}},dn=!i&&!a((function(){return 7!==Object.defineProperty(gn("div"),"a",{get:function(){return 7}}).a})),hn=i,pn=l,Sn=s,wn=S,Pn=L,Tn=fn,bn=Lt,Cn=dn,vn=Object.getOwnPropertyDescriptor;e.f=hn?vn:function(t,n){if(t=Pn(t),n=Tn(n),Cn)try{return vn(t,n)}catch(t){}if(bn(t,n))return wn(!pn(Sn.f,t,n),t[n])};var Rn={},An=i&&a((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),xn=G,yn=String,On=TypeError,kn=function(t){if(xn(t))return t;throw new On(yn(t)+" is not an object")},Fn=i,Mn=dn,jn=An,Dn=kn,Nn=fn,En=TypeError,Hn=Object.defineProperty,zn=Object.getOwnPropertyDescriptor,Ln="enumerable",Bn="configurable",Un="writable";Rn.f=Fn?jn?function(t,n,r){if(Dn(t),n=Nn(n),Dn(r),"function"==typeof t&&"prototype"===n&&"value"in r&&Un in r&&!r[Un]){var o=zn(t,n);o&&o[Un]&&(t[n]=r.value,r={configurable:Bn in r?r[Bn]:o[Bn],enumerable:Ln in r?r[Ln]:o[Ln],writable:!1})}return Hn(t,n,r)}:Hn:function(t,n,r){if(Dn(t),n=Nn(n),Dn(r),Mn)try{return Hn(t,n,r)}catch(t){}if("get"in r||"set"in r)throw new En("Accessors not supported");return"value"in r&&(t[n]=r.value),t};var Vn=Rn,Gn=S,Zn=i?function(t,n,r){return Vn.f(t,n,Gn(1,r))}:function(t,n,r){return t[n]=r,t},Jn={exports:{}},In=i,qn=Lt,Kn=Function.prototype,Wn=In&&Object.getOwnPropertyDescriptor,Yn=qn(Kn,"name"),_n={EXISTS:Yn,PROPER:Yn&&"something"===function(){}.name,CONFIGURABLE:Yn&&(!In||In&&Wn(Kn,"name").configurable)},Xn=U,Qn=Ft,$n=C(Function.toString);Xn(Qn.inspectSource)||(Qn.inspectSource=function(t){return $n(t)});var tr,nr,rr,or=Qn.inspectSource,er=U,ar=o.WeakMap,ir=er(ar)&&/native code/.test(String(ar)),ur=Zt,cr=jt("keys"),fr={},lr=ir,sr=o,mr=G,gr=Zn,dr=Lt,hr=Ft,pr=function(t){return cr[t]||(cr[t]=ur(t))},Sr=fr,wr="Object already initialized",Pr=sr.TypeError,Tr=sr.WeakMap;if(lr||hr.state){var br=hr.state||(hr.state=new Tr);br.get=br.get,br.has=br.has,br.set=br.set,tr=function(t,n){if(br.has(t))throw new Pr(wr);return n.facade=t,br.set(t,n),n},nr=function(t){return br.get(t)||{}},rr=function(t){return br.has(t)}}else{var Cr=pr("state");Sr[Cr]=!0,tr=function(t,n){if(dr(t,Cr))throw new Pr(wr);return n.facade=t,gr(t,Cr,n),n},nr=function(t){return dr(t,Cr)?t[Cr]:{}},rr=function(t){return dr(t,Cr)}}var vr={set:tr,get:nr,has:rr,enforce:function(t){return rr(t)?nr(t):tr(t,{})},getterFor:function(t){return function(n){var r;if(!mr(n)||(r=nr(n)).type!==t)throw new Pr("Incompatible receiver, "+t+" required");return r}}},Rr=C,Ar=a,xr=U,yr=Lt,Or=i,kr=_n.CONFIGURABLE,Fr=or,Mr=vr.enforce,jr=vr.get,Dr=String,Nr=Object.defineProperty,Er=Rr("".slice),Hr=Rr("".replace),zr=Rr([].join),Lr=Or&&!Ar((function(){return 8!==Nr((function(){}),"length",{value:8}).length})),Br=String(String).split("String"),Ur=Jn.exports=function(t,n,r){"Symbol("===Er(Dr(n),0,7)&&(n="["+Hr(Dr(n),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(n="get "+n),r&&r.setter&&(n="set "+n),(!yr(t,"name")||kr&&t.name!==n)&&(Or?Nr(t,"name",{value:n,configurable:!0}):t.name=n),Lr&&r&&yr(r,"arity")&&t.length!==r.arity&&Nr(t,"length",{value:r.arity});try{r&&yr(r,"constructor")&&r.constructor?Or&&Nr(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var o=Mr(t);return yr(o,"source")||(o.source=zr(Br,"string"==typeof n?n:"")),t};Function.prototype.toString=Ur((function(){return xr(this)&&jr(this).source||Fr(this)}),"toString");var Vr=Jn.exports,Gr=U,Zr=Rn,Jr=Vr,Ir=At,qr={},Kr=Math.ceil,Wr=Math.floor,Yr=Math.trunc||function(t){var n=+t;return(n>0?Wr:Kr)(n)},_r=function(t){var n=+t;return n!=n||0===n?0:Yr(n)},Xr=_r,Qr=Math.max,$r=Math.min,to=_r,no=Math.min,ro=function(t){var n=to(t);return n>0?no(n,9007199254740991):0},oo=function(t){return ro(t.length)},eo=L,ao=function(t,n){var r=Xr(t);return r<0?Qr(r+n,0):$r(r,n)},io=oo,uo=function(t){return function(n,r,o){var e=eo(n),a=io(e);if(0===a)return!t&&-1;var i,u=ao(o,a);if(t&&r!=r){for(;a>u;)if((i=e[u++])!=i)return!0}else for(;a>u;u++)if((t||u in e)&&e[u]===r)return t||u||0;return!t&&-1}},co={includes:uo(!0),indexOf:uo(!1)},fo=Lt,lo=L,so=co.indexOf,mo=fr,go=C([].push),ho=function(t,n){var r,o=lo(t),e=0,a=[];for(r in o)!fo(mo,r)&&fo(o,r)&&go(a,r);for(;n.length>e;)fo(o,r=n[e++])&&(~so(a,r)||go(a,r));return a},po=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],So=ho,wo=po.concat("length","prototype");qr.f=Object.getOwnPropertyNames||function(t){return So(t,wo)};var Po={};Po.f=Object.getOwnPropertySymbols;var To=I,bo=qr,Co=Po,vo=kn,Ro=C([].concat),Ao=To("Reflect","ownKeys")||function(t){var n=bo.f(vo(t)),r=Co.f;return r?Ro(n,r(t)):n},xo=Lt,yo=Ao,Oo=e,ko=Rn,Fo=a,Mo=U,jo=/#|\.prototype\./,Do=function(t,n){var r=Eo[No(t)];return r===zo||r!==Ho&&(Mo(n)?Fo(n):!!n)},No=Do.normalize=function(t){return String(t).replace(jo,".").toLowerCase()},Eo=Do.data={},Ho=Do.NATIVE="N",zo=Do.POLYFILL="P",Lo=Do,Bo=o,Uo=e.f,Vo=Zn,Go=function(t,n,r,o){o||(o={});var e=o.enumerable,a=void 0!==o.name?o.name:n;if(Gr(r)&&Jr(r,a,o),o.global)e?t[n]=r:Ir(n,r);else{try{o.unsafe?t[n]&&(e=!0):delete t[n]}catch(t){}e?t[n]=r:Zr.f(t,n,{value:r,enumerable:!1,configurable:!o.nonConfigurable,writable:!o.nonWritable})}return t},Zo=At,Jo=function(t,n,r){for(var o=yo(n),e=ko.f,a=Oo.f,i=0;i9007199254740991)throw Yo("Maximum allowed index exceeded");return t},Ee=function(t,n,r){_o?Xo.f(t,n,Qo(0,r)):t[n]=r},He=function(t,n){return new(Re(t))(0===n?0:n)},ze=function(t){return xe>=51||!Ae((function(){var n=[];return(n.constructor={})[ye]=function(){return{foo:1}},1!==n[t](Boolean).foo}))},Le=nt,Be=Qt("isConcatSpreadable"),Ue=Le>=51||!ke((function(){var t=[];return t[Be]=!1,t.concat()[0]!==t})),Ve=function(t){if(!Me(t))return!1;var n=t[Be];return void 0!==n?!!n:Fe(t)};Oe({target:"Array",proto:!0,arity:1,forced:!Ue||!ze("concat")},{concat:function(t){var n,r,o,e,a,i=je(this),u=He(i,0),c=0;for(n=-1,o=arguments.length;ne;)for(var u,c=$e(arguments[e++]),f=a?ra(Ye(c),a(c)):Ye(c),l=f.length,s=0;l>s;)u=f[s++],Ie&&!Ke(i,c,u)||(r[u]=c[u]);return r}:ta,ea=oa;qo({target:"Object",stat:!0,arity:2,forced:Object.assign!==ea},{assign:ea}),t.fn.bootstrapTable.locales["ar-SA"]=t.fn.bootstrapTable.locales.ar={formatCopyRows:function(){return"نسخ الصفوف"},formatPrint:function(){return"طباعة"},formatLoadingMessage:function(){return"جارٍ التحميل، يرجى الانتظار..."},formatRecordsPerPage:function(t){return"".concat(t," صف لكل صفحة")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"الظاهر ".concat(t," إلى ").concat(n," من ").concat(r," سجل ").concat(o," إجمالي الصفوف)"):"الظاهر ".concat(t," إلى ").concat(n," من ").concat(r," سجل")},formatSRPaginationPreText:function(){return"الصفحة السابقة"},formatSRPaginationPageText:function(t){return"إلى الصفحة ".concat(t)},formatSRPaginationNextText:function(){return"الصفحة التالية"},formatDetailPagination:function(t){return"عرض ".concat(t," أعمدة")},formatClearSearch:function(){return"مسح مربع البحث"},formatSearch:function(){return"بحث"},formatNoMatches:function(){return"لا توجد نتائج مطابقة للبحث"},formatPaginationSwitch:function(){return"إخفاء/إظهار ترقيم الصفحات"},formatPaginationSwitchDown:function(){return"إظهار ترقيم الصفحات"},formatPaginationSwitchUp:function(){return"إخفاء ترقيم الصفحات"},formatRefresh:function(){return"تحديث"},formatToggleOn:function(){return"إظهار كبطاقات"},formatToggleOff:function(){return"إلغاء البطاقات"},formatColumns:function(){return"أعمدة"},formatColumnsToggleAll:function(){return"تبديل الكل"},formatFullscreen:function(){return"الشاشة كاملة"},formatAllRows:function(){return"الكل"},formatAutoRefresh:function(){return"تحديث تلقائي"},formatExport:function(){return"تصدير البيانات"},formatJumpTo:function(){return"قفز"},formatAdvancedSearch:function(){return"بحث متقدم"},formatAdvancedCloseButton:function(){return"إغلاق"},formatFilterControlSwitch:function(){return"عرض/إخفاء عناصر التصفية"},formatFilterControlSwitchHide:function(){return"إخفاء عناصر التصفية"},formatFilterControlSwitchShow:function(){return"عرض عناصر التصفية"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ar-SA"]),t.fn.bootstrapTable.locales["ca-ES"]=t.fn.bootstrapTable.locales.ca={formatCopyRows:function(){return"Copia resultats"},formatPrint:function(){return"Imprimeix"},formatLoadingMessage:function(){return"Espereu, si us plau"},formatRecordsPerPage:function(t){return"".concat(t," resultats per pàgina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrant resultats ".concat(t," fins ").concat(n," - ").concat(r," resultats (filtrats d'un total de ").concat(o," resultats)"):"Mostrant resultats ".concat(t," fins ").concat(n," - ").concat(r," resultats en total")},formatSRPaginationPreText:function(){return"Pàgina anterior"},formatSRPaginationPageText:function(t){return"A la pàgina ".concat(t)},formatSRPaginationNextText:function(){return"Pàgina següent"},formatDetailPagination:function(t){return"Mostrant ".concat(t," resultats")},formatClearSearch:function(){return"Neteja cerca"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"No s'han trobat resultats"},formatPaginationSwitch:function(){return"Amaga/Mostra paginació"},formatPaginationSwitchDown:function(){return"Mostra paginació"},formatPaginationSwitchUp:function(){return"Amaga paginació"},formatRefresh:function(){return"Refresca"},formatToggleOn:function(){return"Mostra vista de tarjeta"},formatToggleOff:function(){return"Amaga vista de tarjeta"},formatColumns:function(){return"Columnes"},formatColumnsToggleAll:function(){return"Alterna totes"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Tots"},formatAutoRefresh:function(){return"Auto Refresca"},formatExport:function(){return"Exporta dades"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Cerca avançada"},formatAdvancedCloseButton:function(){return"Tanca"},formatFilterControlSwitch:function(){return"Mostra/Amaga controls"},formatFilterControlSwitchHide:function(){return"Mostra controls"},formatFilterControlSwitchShow:function(){return"Amaga controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ca-ES"]),t.fn.bootstrapTable.locales["es-CR"]={formatCopyRows:function(){return"Copiar filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," filas por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de un total de ").concat(o," filas)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir a la página ".concat(t)},formatSRPaginationNextText:function(){return"página siguiente"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron resultados"},formatPaginationSwitch:function(){return"Mostrar/ocultar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Mostrar vista en tarjetas"},formatToggleOff:function(){return"Ocultar vista en tarjetas"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Alternar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todas las filas"},formatAutoRefresh:function(){return"Actualización automática"},formatExport:function(){return"Exportar"},formatJumpTo:function(){return"Ver"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Mostrar/ocultar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-CR"]),t.fn.bootstrapTable.locales["es-AR"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando desde ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(o," columnas totales)"):"Mostrando desde ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," columnas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Recargar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"Ir"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-AR"]),t.fn.bootstrapTable.locales["es-ES"]=t.fn.bootstrapTable.locales.es={formatCopyRows:function(){return"Copiar filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," resultados por página")},formatShowingRows:function(t,n,r,o){var e=r>1?"s":"";return void 0!==o&&o>0&&o>r?"Mostrando desde ".concat(t," hasta ").concat(n," - En total ").concat(r," resultado").concat(e," (filtrado de un total de ").concat(o," fila").concat(e,")"):"Mostrando desde ".concat(t," hasta ").concat(n," - En total ").concat(r," resultado").concat(e)},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," fila").concat(t>1?"s":"")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron resultados coincidentes"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Recargar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todos"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar los datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Exibir controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"},formatAddLevel:function(){return"Agregar nivel"},formatCancel:function(){return"Cancelar"},formatColumn:function(){return"Columna"},formatDeleteLevel:function(){return"Eliminar nivel"},formatDuplicateAlertTitle:function(){return"¡Se encontraron entradas duplicadas!"},formatDuplicateAlertDescription:function(){return"Por favor, elimine o modifique las columnas duplicadas"},formatMultipleSort:function(){return"Ordenación múltiple"},formatOrder:function(){return"Orden"},formatSort:function(){return"Ordenar"},formatSortBy:function(){return"Ordenar por"},formatThenBy:function(){return"a continuación"},formatSortOrders:function(){return{asc:"Ascendente",desc:"Descendente"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-ES"]),t.fn.bootstrapTable.locales["es-MX"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," resultados por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(o," filas totales)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir a la página ".concat(t)},formatSRPaginationNextText:function(){return"página siguiente"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros que coincidan"},formatPaginationSwitch:function(){return"Mostrar/ocultar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Mostrar vista"},formatToggleOff:function(){return"Ocultar vista"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Alternar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto actualizar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-MX"]),t.fn.bootstrapTable.locales["et-EE"]=t.fn.bootstrapTable.locales.et={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Päring käib, palun oota"},formatRecordsPerPage:function(t){return"".concat(t," rida lehe kohta")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Näitan tulemusi ".concat(t," kuni ").concat(n," - kokku ").concat(r," tulemust (filtered from ").concat(o," total rows)"):"Näitan tulemusi ".concat(t," kuni ").concat(n," - kokku ").concat(r," tulemust")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Otsi"},formatNoMatches:function(){return"Päringu tingimustele ei vastanud ühtegi tulemust"},formatPaginationSwitch:function(){return"Näita/Peida lehtedeks jagamine"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Värskenda"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Veerud"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Kõik"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["et-EE"]),t.fn.bootstrapTable.locales["es-NI"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total (filtered from ").concat(o," total rows)"):"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refrescar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-NI"]),t.fn.bootstrapTable.locales["es-SP"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espera"},formatRecordsPerPage:function(t){return"".concat(t," registros por página.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(t," - ").concat(n," de ").concat(r," registros (filtered from ").concat(o," total rows)"):"".concat(t," - ").concat(n," de ").concat(r," registros.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se han encontrado registros."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-SP"]),t.fn.bootstrapTable.locales["fa-IR"]=t.fn.bootstrapTable.locales.fa={formatCopyRows:function(){return"کپی ردیف ها"},formatPrint:function(){return"پرینت"},formatLoadingMessage:function(){return"در حال بارگذاری, لطفا صبر کنید"},formatRecordsPerPage:function(t){return"".concat(t," رکورد در صفحه")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"نمایش ".concat(t," تا ").concat(n," از ").concat(r," ردیف (filtered from ").concat(o," total rows)"):"نمایش ".concat(t," تا ").concat(n," از ").concat(r," ردیف")},formatSRPaginationPreText:function(){return"صفحه قبلی"},formatSRPaginationPageText:function(t){return"به صفحه ".concat(t)},formatSRPaginationNextText:function(){return"صفحه بعدی"},formatDetailPagination:function(t){return"نمایش ".concat(t," سطرها")},formatClearSearch:function(){return"پاک کردن جستجو"},formatSearch:function(){return"جستجو"},formatNoMatches:function(){return"رکوردی یافت نشد."},formatPaginationSwitch:function(){return"نمایش/مخفی صفحه بندی"},formatPaginationSwitchDown:function(){return"نمایش صفحه بندی"},formatPaginationSwitchUp:function(){return"پنهان کردن صفحه بندی"},formatRefresh:function(){return"به روز رسانی"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"سطر ها"},formatColumnsToggleAll:function(){return"تغییر وضعیت همه"},formatFullscreen:function(){return"تمام صفحه"},formatAllRows:function(){return"همه"},formatAutoRefresh:function(){return"رفرش اتوماتیک"},formatExport:function(){return"خروجی دیتا"},formatJumpTo:function(){return"برو"},formatAdvancedSearch:function(){return"جستجوی پیشرفته"},formatAdvancedCloseButton:function(){return"بستن"},formatFilterControlSwitch:function(){return"پنهان/نمایش دادن کنترل ها"},formatFilterControlSwitchHide:function(){return"پنهان کردن کنترل ها"},formatFilterControlSwitchShow:function(){return"نمایش کنترل ها"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fa-IR"]),t.fn.bootstrapTable.locales["eu-EU"]=t.fn.bootstrapTable.locales.eu={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Itxaron mesedez"},formatRecordsPerPage:function(t){return"".concat(t," emaitza orriko.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(r," erregistroetatik ").concat(t,"etik ").concat(n,"erakoak erakusten (filtered from ").concat(o," total rows)"):"".concat(r," erregistroetatik ").concat(t,"etik ").concat(n,"erakoak erakusten.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Bilatu"},formatNoMatches:function(){return"Ez da emaitzarik aurkitu"},formatPaginationSwitch:function(){return"Ezkutatu/Erakutsi orrikatzea"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Eguneratu"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Zutabeak"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Guztiak"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["eu-EU"]),t.fn.bootstrapTable.locales["fr-BE"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-BE"]),t.fn.bootstrapTable.locales["fr-FR"]=t.fn.bootstrapTable.locales.fr={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-FR"]),t.fn.bootstrapTable.locales["fi-FI"]=t.fn.bootstrapTable.locales.fi={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Ladataan, ole hyvä ja odota"},formatRecordsPerPage:function(t){return"".concat(t," riviä sivulla")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Näytetään rivit ".concat(t," - ").concat(n," / ").concat(r," (filtered from ").concat(o," total rows)"):"Näytetään rivit ".concat(t," - ").concat(n," / ").concat(r)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Poista suodattimet"},formatSearch:function(){return"Hae"},formatNoMatches:function(){return"Hakuehtoja vastaavia tuloksia ei löytynyt"},formatPaginationSwitch:function(){return"Näytä/Piilota sivutus"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Päivitä"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Sarakkeet"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Kaikki"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Vie tiedot"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fi-FI"]),t.fn.bootstrapTable.locales["fr-CH"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-CH"]),t.fn.bootstrapTable.locales["fr-LU"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrées à partir de ").concat(o," lignes)"):"Affichage de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affichage de ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-LU"]),t.fn.bootstrapTable.locales["he-IL"]=t.fn.bootstrapTable.locales.he={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"טוען, נא להמתין"},formatRecordsPerPage:function(t){return"".concat(t," שורות בעמוד")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"מציג ".concat(t," עד ").concat(n," מ-").concat(r,"שורות").concat(o," total rows)"):"מציג ".concat(t," עד ").concat(n," מ-").concat(r," שורות")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"חיפוש"},formatNoMatches:function(){return"לא נמצאו רשומות תואמות"},formatPaginationSwitch:function(){return"הסתר/הצג מספור דפים"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"רענן"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"עמודות"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"הכל"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["he-IL"]),t.fn.bootstrapTable.locales["hr-HR"]=t.fn.bootstrapTable.locales.hr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Molimo pričekajte"},formatRecordsPerPage:function(t){return"".concat(t," broj zapisa po stranici")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Prikazujem ".concat(t,". - ").concat(n,". od ukupnog broja zapisa ").concat(r," (filtered from ").concat(o," total rows)"):"Prikazujem ".concat(t,". - ").concat(n,". od ukupnog broja zapisa ").concat(r)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Pretraži"},formatNoMatches:function(){return"Nije pronađen niti jedan zapis"},formatPaginationSwitch:function(){return"Prikaži/sakrij stranice"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Osvježi"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolone"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Sve"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["hr-HR"]),t.fn.bootstrapTable.locales["hi-IN"]={formatCopyRows:function(){return"पंक्तियों की कॉपी करें"},formatPrint:function(){return"प्रिंट"},formatLoadingMessage:function(){return"लोड हो रहा है कृपया प्रतीक्षा करें"},formatRecordsPerPage:function(t){return"".concat(t," प्रति पृष्ठ पंक्तियाँ")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(t," - ").concat(n," पक्तिया ").concat(r," में से ( ").concat(o," पक्तिया)"):"".concat(t," - ").concat(n," पक्तिया ").concat(r," में से")},formatSRPaginationPreText:function(){return"पिछला पृष्ठ"},formatSRPaginationPageText:function(t){return"".concat(t," पृष्ठ पर")},formatSRPaginationNextText:function(){return"अगला पृष्ठ"},formatDetailPagination:function(t){return"".concat(t," पंक्तियां")},formatClearSearch:function(){return"सर्च क्लिअर करें"},formatSearch:function(){return"सर्च"},formatNoMatches:function(){return"मेल खाते रिकॉर्ड नही मिले"},formatPaginationSwitch:function(){return"छुपाओ/दिखाओ पृष्ठ संख्या"},formatPaginationSwitchDown:function(){return"दिखाओ पृष्ठ संख्या"},formatPaginationSwitchUp:function(){return"छुपाओ पृष्ठ संख्या"},formatRefresh:function(){return"रिफ्रेश"},formatToggleOn:function(){return"कार्ड दृश्य दिखाएं"},formatToggleOff:function(){return"कार्ड दृश्य छुपाएं"},formatColumns:function(){return"कॉलम"},formatColumnsToggleAll:function(){return"टॉगल आल"},formatFullscreen:function(){return"पूर्ण स्क्रीन"},formatAllRows:function(){return"सब"},formatAutoRefresh:function(){return"ऑटो रिफ्रेश"},formatExport:function(){return"एक्सपोर्ट डाटा"},formatJumpTo:function(){return"जाओ"},formatAdvancedSearch:function(){return"एडवांस सर्च"},formatAdvancedCloseButton:function(){return"बंद करे"},formatFilterControlSwitch:function(){return"छुपाओ/दिखाओ कंट्रोल्स"},formatFilterControlSwitchHide:function(){return"छुपाओ कंट्रोल्स"},formatFilterControlSwitchShow:function(){return"दिखाओ कंट्रोल्स"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["hi-IN"]),t.fn.bootstrapTable.locales["hu-HU"]=t.fn.bootstrapTable.locales.hu={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Betöltés, kérem várjon"},formatRecordsPerPage:function(t){return"".concat(t," rekord per oldal")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Megjelenítve ".concat(t," - ").concat(n," / ").concat(r," összesen (filtered from ").concat(o," total rows)"):"Megjelenítve ".concat(t," - ").concat(n," / ").concat(r," összesen")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Keresés"},formatNoMatches:function(){return"Nincs találat"},formatPaginationSwitch:function(){return"Lapozó elrejtése/megjelenítése"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Frissítés"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Oszlopok"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Összes"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["hu-HU"]),t.fn.bootstrapTable.locales["id-ID"]=t.fn.bootstrapTable.locales.id={formatCopyRows:function(){return"Salin baris"},formatPrint:function(){return"Mencetak"},formatLoadingMessage:function(){return"Pemuatan sedang berlangsung"},formatRecordsPerPage:function(t){return"".concat(t," baris per halaman")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Menampilkan dari ".concat(t," hingga ").concat(n," pada ").concat(r," baris (difilter dari ").concat(o," baris)"):"Menampilkan dari ".concat(t," hingga ").concat(n," pada ").concat(r," baris")},formatSRPaginationPreText:function(){return"halaman sebelumnya"},formatSRPaginationPageText:function(t){return"ke halaman ".concat(t)},formatSRPaginationNextText:function(){return"halaman berikutnya"},formatDetailPagination:function(t){return"Tampilan ".concat(t," baris")},formatClearSearch:function(){return"Menghapus pencarian"},formatSearch:function(){return"Pencarian"},formatNoMatches:function(){return"Tidak ada hasil"},formatPaginationSwitch:function(){return"Sembunyikan/Tampilkan penomoran halaman"},formatPaginationSwitchDown:function(){return"Tampilkan penomoran halaman"},formatPaginationSwitchUp:function(){return"Sembunyikan penomoran halaman"},formatRefresh:function(){return"Segarkan"},formatToggleOn:function(){return"Menampilkan tampilan peta"},formatToggleOff:function(){return"Menyembunyikan tampilan peta"},formatColumns:function(){return"Kolom"},formatColumnsToggleAll:function(){return"Tampilkan semua"},formatFullscreen:function(){return"Layar penuh"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Penyegaran otomatis"},formatExport:function(){return"Mengekspor data"},formatJumpTo:function(){return"Pergi ke"},formatAdvancedSearch:function(){return"Pencarian lanjutan"},formatAdvancedCloseButton:function(){return"Tutup"},formatFilterControlSwitch:function(){return"Menyembunyikan/Menampilkan kontrol"},formatFilterControlSwitchHide:function(){return"Menyembunyikan kontrol"},formatFilterControlSwitchShow:function(){return"Menampilkan kontrol"},formatToggleCustomViewOn:function(){return"Menampilkan tampilan khusus"},formatToggleCustomViewOff:function(){return"Menyembunyikan tampilan khusus"},formatClearFilters:function(){return"Menghapus filter"},formatAddLevel:function(){return"Menambahkan level"},formatCancel:function(){return"Batal"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Menghapus level"},formatDuplicateAlertTitle:function(){return"Entri duplikat telah ditemukan!"},formatDuplicateAlertDescription:function(){return"Harap hapus atau ubah entri duplikat"},formatMultipleSort:function(){return"Penyortiran ganda"},formatOrder:function(){return"Urutan"},formatSort:function(){return"Penyortiran"},formatSortBy:function(){return"Urutkan berdasarkan"},formatSortOrders:function(){return{asc:"Menaik",desc:"Menurun"}},formatThenBy:function(){return"Kemudian oleh"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["id-ID"]),t.fn.bootstrapTable.locales["ja-JP"]=t.fn.bootstrapTable.locales.ja={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"読み込み中です。少々お待ちください。"},formatRecordsPerPage:function(t){return"ページ当たり最大".concat(t,"件")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"全".concat(r,"件から、").concat(t,"から").concat(n,"件目まで表示しています (filtered from ").concat(o," total rows)"):"全".concat(r,"件から、").concat(t,"から").concat(n,"件目まで表示しています")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"検索"},formatNoMatches:function(){return"該当するレコードが見つかりません"},formatPaginationSwitch:function(){return"ページ数を表示・非表示"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"更新"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"すべて"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ja-JP"]),t.fn.bootstrapTable.locales["ka-GE"]=t.fn.bootstrapTable.locales.ka={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"იტვირთება, გთხოვთ მოიცადოთ"},formatRecordsPerPage:function(t){return"".concat(t," ჩანაწერი თითო გვერდზე")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"ნაჩვენებია ".concat(t,"-დან ").concat(n,"-მდე ჩანაწერი ჯამური ").concat(r,"-დან (filtered from ").concat(o," total rows)"):"ნაჩვენებია ".concat(t,"-დან ").concat(n,"-მდე ჩანაწერი ჯამური ").concat(r,"-დან")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"ძებნა"},formatNoMatches:function(){return"მონაცემები არ არის"},formatPaginationSwitch:function(){return"გვერდების გადამრთველის დამალვა/გამოჩენა"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"განახლება"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"სვეტები"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ka-GE"]),t.fn.bootstrapTable.locales["ko-KR"]=t.fn.bootstrapTable.locales.ko={formatCopyRows:function(){return"행 복사"},formatPrint:function(){return"프린트"},formatLoadingMessage:function(){return"데이터를 불러오는 중입니다"},formatRecordsPerPage:function(t){return"페이지 당 ".concat(t,"개 데이터 출력")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"전체 ".concat(r,"개 중 ").concat(t,"~").concat(n,"번째 데이터 출력, (전체 ").concat(o," 행에서 필터됨)"):"전체 ".concat(r,"개 중 ").concat(t,"~").concat(n,"번째 데이터 출력,")},formatSRPaginationPreText:function(){return"이전 페이지"},formatSRPaginationPageText:function(t){return"".concat(t," 페이지로 이동")},formatSRPaginationNextText:function(){return"다음 페이지"},formatDetailPagination:function(t){return"".concat(t," 행들 표시 중")},formatClearSearch:function(){return"검색 초기화"},formatSearch:function(){return"검색"},formatNoMatches:function(){return"조회된 데이터가 없습니다."},formatPaginationSwitch:function(){return"페이지 넘버 보기/숨기기"},formatPaginationSwitchDown:function(){return"페이지 넘버 보기"},formatPaginationSwitchUp:function(){return"페이지 넘버 숨기기"},formatRefresh:function(){return"새로 고침"},formatToggleOn:function(){return"카드뷰 보기"},formatToggleOff:function(){return"카드뷰 숨기기"},formatColumns:function(){return"컬럼 필터링"},formatColumnsToggleAll:function(){return"전체 토글"},formatFullscreen:function(){return"전체 화면"},formatAllRows:function(){return"전체"},formatAutoRefresh:function(){return"자동 갱신"},formatExport:function(){return"데이터 추출"},formatJumpTo:function(){return"이동"},formatAdvancedSearch:function(){return"심화 검색"},formatAdvancedCloseButton:function(){return"닫기"},formatFilterControlSwitch:function(){return"컨트롤 보기/숨기기"},formatFilterControlSwitchHide:function(){return"컨트롤 숨기기"},formatFilterControlSwitchShow:function(){return"컨트롤 보기"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ko-KR"]),t.fn.bootstrapTable.locales["lb-LU"]=t.fn.bootstrapTable.locales.lb={formatCopyRows:function(){return"Zeilen kopéieren"},formatPrint:function(){return"Drécken"},formatLoadingMessage:function(){return"Gëtt gelueden, gedellëgt Iech wannechgelift ee Moment"},formatRecordsPerPage:function(t){return"".concat(t," Zeilen per Säit")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Weist Zeil ".concat(t," bis ").concat(n," vun ").concat(r," Zeil").concat(r>1?"en":""," (gefiltert vun insgesamt ").concat(o," Zeil").concat(r>1?"en":"",")"):"Weist Zeil ".concat(t," bis ").concat(n," vun ").concat(r," Zeil").concat(r>1?"en":"")},formatSRPaginationPreText:function(){return"viregt Säit"},formatSRPaginationPageText:function(t){return"op Säit ".concat(t)},formatSRPaginationNextText:function(){return"nächst Säit"},formatDetailPagination:function(t){return"Weist ".concat(t," Zeilen")},formatClearSearch:function(){return"Sich réckgängeg maachen"},formatSearch:function(){return"Sich"},formatNoMatches:function(){return"Keng passend Anträg fonnt"},formatPaginationSwitch:function(){return"Paginatioun uweisen/verstoppen"},formatPaginationSwitchDown:function(){return"Paginatioun uweisen"},formatPaginationSwitchUp:function(){return"Paginatioun verstoppen"},formatRefresh:function(){return"Nei lueden"},formatToggleOn:function(){return"Kaartenusiicht uweisen"},formatToggleOff:function(){return"Kaartenusiicht verstoppen"},formatColumns:function(){return"Kolonnen"},formatColumnsToggleAll:function(){return"All ëmschalten"},formatFullscreen:function(){return"Vollbild"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Automatescht neilueden"},formatExport:function(){return"Daten exportéieren"},formatJumpTo:function(){return"Sprangen"},formatAdvancedSearch:function(){return"Erweidert Sich"},formatAdvancedCloseButton:function(){return"Zoumaachen"},formatFilterControlSwitch:function(){return"Schaltelementer uweisen/verstoppen"},formatFilterControlSwitchHide:function(){return"Schaltelementer verstoppen"},formatFilterControlSwitchShow:function(){return"Schaltelementer uweisen"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["lb-LU"]),t.fn.bootstrapTable.locales["ms-MY"]=t.fn.bootstrapTable.locales.ms={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Permintaan sedang dimuatkan. Sila tunggu sebentar"},formatRecordsPerPage:function(t){return"".concat(t," rekod setiap muka surat")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(r," rekod (filtered from ").concat(o," total rows)"):"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(r," rekod")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cari"},formatNoMatches:function(){return"Tiada rekod yang menyamai permintaan"},formatPaginationSwitch:function(){return"Tunjuk/sembunyi muka surat"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Muatsemula"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Lajur"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ms-MY"]),t.fn.bootstrapTable.locales["nb-NO"]=t.fn.bootstrapTable.locales.nb={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Oppdaterer, vennligst vent"},formatRecordsPerPage:function(t){return"".concat(t," poster pr side")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Viser ".concat(t," til ").concat(n," av ").concat(r," rekker (filtered from ").concat(o," total rows)"):"Viser ".concat(t," til ").concat(n," av ").concat(r," rekker")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Søk"},formatNoMatches:function(){return"Ingen poster funnet"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Oppdater"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolonner"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["nb-NO"]),t.fn.bootstrapTable.locales["nl-BE"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laden, even geduld"},formatRecordsPerPage:function(t){return"".concat(t," records per pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":""," (gefilterd van ").concat(o," records in totaal)"):"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":"")},formatSRPaginationPreText:function(){return"vorige pagina"},formatSRPaginationPageText:function(t){return"tot pagina ".concat(t)},formatSRPaginationNextText:function(){return"volgende pagina"},formatDetailPagination:function(t){return"Toon ".concat(t," record").concat(t>1?"s":"")},formatClearSearch:function(){return"Verwijder filters"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatPaginationSwitch:function(){return"Verberg/Toon paginering"},formatPaginationSwitchDown:function(){return"Toon paginering"},formatPaginationSwitchUp:function(){return"Verberg paginering"},formatRefresh:function(){return"Vernieuwen"},formatToggleOn:function(){return"Toon kaartweergave"},formatToggleOff:function(){return"Verberg kaartweergave"},formatColumns:function(){return"Kolommen"},formatColumnsToggleAll:function(){return"Allen omschakelen"},formatFullscreen:function(){return"Volledig scherm"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisch vernieuwen"},formatExport:function(){return"Exporteer gegevens"},formatJumpTo:function(){return"GA"},formatAdvancedSearch:function(){return"Geavanceerd zoeken"},formatAdvancedCloseButton:function(){return"Sluiten"},formatFilterControlSwitch:function(){return"Verberg/Toon controls"},formatFilterControlSwitchHide:function(){return"Verberg controls"},formatFilterControlSwitchShow:function(){return"Toon controls"},formatAddLevel:function(){return"Niveau toevoegen"},formatCancel:function(){return"Annuleren"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Niveau verwijderen"},formatDuplicateAlertTitle:function(){return"Duplicaten gevonden!"},formatDuplicateAlertDescription:function(){return"Gelieve dubbele kolommen te verwijderen of wijzigen"},formatMultipleSort:function(){return"Meervoudige sortering"},formatOrder:function(){return"Volgorde"},formatSort:function(){return"Sorteren"},formatSortBy:function(){return"Sorteren op"},formatThenBy:function(){return"vervolgens"},formatSortOrders:function(){return{asc:"Oplopend",desc:"Aflopend"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["nl-BE"]),t.fn.bootstrapTable.locales["nl-NL"]=t.fn.bootstrapTable.locales.nl={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laden, even geduld"},formatRecordsPerPage:function(t){return"".concat(t," records per pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":""," (gefilterd van ").concat(o," records in totaal)"):"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":"")},formatSRPaginationPreText:function(){return"vorige pagina"},formatSRPaginationPageText:function(t){return"tot pagina ".concat(t)},formatSRPaginationNextText:function(){return"volgende pagina"},formatDetailPagination:function(t){return"Toon ".concat(t," record").concat(t>1?"s":"")},formatClearSearch:function(){return"Verwijder filters"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatPaginationSwitch:function(){return"Verberg/Toon paginering"},formatPaginationSwitchDown:function(){return"Toon paginering"},formatPaginationSwitchUp:function(){return"Verberg paginering"},formatRefresh:function(){return"Vernieuwen"},formatToggleOn:function(){return"Toon kaartweergave"},formatToggleOff:function(){return"Verberg kaartweergave"},formatColumns:function(){return"Kolommen"},formatColumnsToggleAll:function(){return"Allen omschakelen"},formatFullscreen:function(){return"Volledig scherm"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisch vernieuwen"},formatExport:function(){return"Exporteer gegevens"},formatJumpTo:function(){return"GA"},formatAdvancedSearch:function(){return"Geavanceerd zoeken"},formatAdvancedCloseButton:function(){return"Sluiten"},formatFilterControlSwitch:function(){return"Verberg/Toon controls"},formatFilterControlSwitchHide:function(){return"Verberg controls"},formatFilterControlSwitchShow:function(){return"Toon controls"},formatAddLevel:function(){return"Niveau toevoegen"},formatCancel:function(){return"Annuleren"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Niveau verwijderen"},formatDuplicateAlertTitle:function(){return"Duplicaten gevonden!"},formatDuplicateAlertDescription:function(){return"Gelieve dubbele kolommen te verwijderen of wijzigen"},formatMultipleSort:function(){return"Meervoudige sortering"},formatOrder:function(){return"Volgorde"},formatSort:function(){return"Sorteren"},formatSortBy:function(){return"Sorteren op"},formatThenBy:function(){return"vervolgens"},formatSortOrders:function(){return{asc:"Oplopend",desc:"Aflopend"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["nl-NL"]),t.fn.bootstrapTable.locales["pl-PL"]=t.fn.bootstrapTable.locales.pl={formatCopyRows:function(){return"Kopiuj wiersze"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Ładowanie, proszę czekać"},formatRecordsPerPage:function(t){return"".concat(t," rekordów na stronę")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Wyświetlanie rekordów od ".concat(t," do ").concat(n," z ").concat(r," (filtered from ").concat(o," total rows)"):"Wyświetlanie rekordów od ".concat(t," do ").concat(n," z ").concat(r)},formatSRPaginationPreText:function(){return"poprzednia strona"},formatSRPaginationPageText:function(t){return"z ".concat(t)},formatSRPaginationNextText:function(){return"następna strona"},formatDetailPagination:function(t){return"Wyświetla ".concat(t," wierszy")},formatClearSearch:function(){return"Wyczyść wyszukiwanie"},formatSearch:function(){return"Szukaj"},formatNoMatches:function(){return"Niestety, nic nie znaleziono"},formatPaginationSwitch:function(){return"Pokaż/ukryj stronicowanie"},formatPaginationSwitchDown:function(){return"Pokaż stronicowanie"},formatPaginationSwitchUp:function(){return"Ukryj stronicowanie"},formatRefresh:function(){return"Odśwież"},formatToggleOn:function(){return"Pokaż układ karty"},formatToggleOff:function(){return"Ukryj układ karty"},formatColumns:function(){return"Kolumny"},formatColumnsToggleAll:function(){return"Zaznacz wszystko"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Wszystkie"},formatAutoRefresh:function(){return"Auto odświeżanie"},formatExport:function(){return"Eksport danych"},formatJumpTo:function(){return"Przejdź"},formatAdvancedSearch:function(){return"Wyszukiwanie zaawansowane"},formatAdvancedCloseButton:function(){return"Zamknij"},formatFilterControlSwitch:function(){return"Pokaż/Ukryj"},formatFilterControlSwitchHide:function(){return"Pokaż"},formatFilterControlSwitchShow:function(){return"Ukryj"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["pl-PL"]),t.fn.bootstrapTable.locales["pt-BR"]=t.fn.bootstrapTable.locales.br={formatCopyRows:function(){return"Copiar linhas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Carregando, aguarde"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,o){var e=r>1?"s":"";return void 0!==o&&o>0&&o>r?"Exibindo ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e," (filtrado de um total de ").concat(o," linha").concat(e,")"):"Exibindo ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e)},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir para a página ".concat(t)},formatSRPaginationNextText:function(){return"próxima página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," linha").concat(t>1?"s":"")},formatClearSearch:function(){return"Limpar Pesquisa"},formatSearch:function(){return"Pesquisar"},formatNoMatches:function(){return"Nenhum registro encontrado"},formatPaginationSwitch:function(){return"Ocultar/Exibir paginação"},formatPaginationSwitchDown:function(){return"Mostrar Paginação"},formatPaginationSwitchUp:function(){return"Esconder Paginação"},formatRefresh:function(){return"Recarregar"},formatToggleOn:function(){return"Mostrar visualização de cartão"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Colunas"},formatColumnsToggleAll:function(){return"Alternar tudo"},formatFullscreen:function(){return"Tela cheia"},formatAllRows:function(){return"Tudo"},formatAutoRefresh:function(){return"Atualização Automática"},formatExport:function(){return"Exportar dados"},formatJumpTo:function(){return"Ir"},formatAdvancedSearch:function(){return"Pesquisa Avançada"},formatAdvancedCloseButton:function(){return"Fechar"},formatFilterControlSwitch:function(){return"Ocultar/Exibir controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Exibir controles"},formatAddLevel:function(){return"Adicionar nível"},formatCancel:function(){return"Cancelar"},formatColumn:function(){return"Coluna"},formatDeleteLevel:function(){return"Remover nível"},formatDuplicateAlertTitle:function(){return"Encontradas entradas duplicadas!"},formatDuplicateAlertDescription:function(){return"Por favor, remova ou altere as colunas duplicadas"},formatMultipleSort:function(){return"Ordenação múltipla"},formatOrder:function(){return"Ordem"},formatSort:function(){return"Ordenar"},formatSortBy:function(){return"Ordenar por"},formatThenBy:function(){return"em seguida"},formatSortOrders:function(){return{asc:"Crescente",desc:"Decrescente"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["pt-BR"]),t.fn.bootstrapTable.locales["pt-PT"]=t.fn.bootstrapTable.locales.pt={formatCopyRows:function(){return"Copiar Linhas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"A carregar, por favor aguarde"},formatRecordsPerPage:function(t){return"".concat(t," registos por página")},formatShowingRows:function(t,n,r,o){var e=r>1?"s":"";return void 0!==o&&o>0&&o>r?"A mostrar ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e," (filtrado de um total de ").concat(o," linha").concat(e,")"):"A mostrar ".concat(t," até ").concat(n," de ").concat(r," linha").concat(e)},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir para página ".concat(t)},formatSRPaginationNextText:function(){return"próxima página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," linha").concat(t>1?"s":"")},formatClearSearch:function(){return"Limpar Pesquisa"},formatSearch:function(){return"Pesquisa"},formatNoMatches:function(){return"Nenhum registo encontrado"},formatPaginationSwitch:function(){return"Esconder/Mostrar paginação"},formatPaginationSwitchDown:function(){return"Mostrar página"},formatPaginationSwitchUp:function(){return"Esconder página"},formatRefresh:function(){return"Actualizar"},formatToggleOn:function(){return"Mostrar vista em forma de cartão"},formatToggleOff:function(){return"Esconder vista em forma de cartão"},formatColumns:function(){return"Colunas"},formatColumnsToggleAll:function(){return"Activar tudo"},formatFullscreen:function(){return"Ecrã completo"},formatAllRows:function(){return"Tudo"},formatAutoRefresh:function(){return"Actualização autmática"},formatExport:function(){return"Exportar dados"},formatJumpTo:function(){return"Avançar"},formatAdvancedSearch:function(){return"Pesquisa avançada"},formatAdvancedCloseButton:function(){return"Fechar"},formatFilterControlSwitch:function(){return"Ocultar/Exibir controles"},formatFilterControlSwitchHide:function(){return"Esconder controlos"},formatFilterControlSwitchShow:function(){return"Exibir controlos"},formatAddLevel:function(){return"Adicionar nível"},formatCancel:function(){return"Cancelar"},formatColumn:function(){return"Coluna"},formatDeleteLevel:function(){return"Remover nível"},formatDuplicateAlertTitle:function(){return"Foram encontradas entradas duplicadas!"},formatDuplicateAlertDescription:function(){return"Por favor, remova ou altere as colunas duplicadas"},formatMultipleSort:function(){return"Ordenação múltipla"},formatOrder:function(){return"Ordem"},formatSort:function(){return"Ordenar"},formatSortBy:function(){return"Ordenar por"},formatThenBy:function(){return"em seguida"},formatSortOrders:function(){return{asc:"Ascendente",desc:"Descendente"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["pt-PT"]),t.fn.bootstrapTable.locales["it-IT"]=t.fn.bootstrapTable.locales.it={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Caricamento in corso"},formatRecordsPerPage:function(t){return"".concat(t," elementi per pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Visualizzazione da ".concat(t," a ").concat(n," di ").concat(r," elementi (filtrati da ").concat(o," elementi totali)"):"Visualizzazione da ".concat(t," a ").concat(n," di ").concat(r," elementi")},formatSRPaginationPreText:function(){return"pagina precedente"},formatSRPaginationPageText:function(t){return"alla pagina ".concat(t)},formatSRPaginationNextText:function(){return"pagina successiva"},formatDetailPagination:function(t){return"Mostrando ".concat(t," elementi")},formatClearSearch:function(){return"Pulisci filtri"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"Nessun elemento trovato"},formatPaginationSwitch:function(){return"Nascondi/Mostra paginazione"},formatPaginationSwitchDown:function(){return"Mostra paginazione"},formatPaginationSwitchUp:function(){return"Nascondi paginazione"},formatRefresh:function(){return"Aggiorna"},formatToggleOn:function(){return"Mostra visuale a scheda"},formatToggleOff:function(){return"Nascondi visuale a scheda"},formatColumns:function(){return"Colonne"},formatColumnsToggleAll:function(){return"Mostra tutte"},formatFullscreen:function(){return"Schermo intero"},formatAllRows:function(){return"Tutto"},formatAutoRefresh:function(){return"Auto Aggiornamento"},formatExport:function(){return"Esporta dati"},formatJumpTo:function(){return"VAI"},formatAdvancedSearch:function(){return"Filtri avanzati"},formatAdvancedCloseButton:function(){return"Chiudi"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["it-IT"]),t.fn.bootstrapTable.locales["ro-RO"]=t.fn.bootstrapTable.locales.ro={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Se incarca, va rugam asteptati"},formatRecordsPerPage:function(t){return"".concat(t," inregistrari pe pagina")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Arata de la ".concat(t," pana la ").concat(n," din ").concat(r," randuri (filtered from ").concat(o," total rows)"):"Arata de la ".concat(t," pana la ").concat(n," din ").concat(r," randuri")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cauta"},formatNoMatches:function(){return"Nu au fost gasite inregistrari"},formatPaginationSwitch:function(){return"Ascunde/Arata paginatia"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Reincarca"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Coloane"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Toate"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ro-RO"]),t.fn.bootstrapTable.locales["sk-SK"]=t.fn.bootstrapTable.locales.sk={formatCopyRows:function(){return"Skopírovať riadky"},formatPrint:function(){return"Vytlačiť"},formatLoadingMessage:function(){return"Prosím čakajte"},formatRecordsPerPage:function(t){return"".concat(t," záznamov na stranu")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Zobrazená ".concat(t,". - ").concat(n,". položka z celkových ").concat(r," (filtered from ").concat(o," total rows)"):"Zobrazená ".concat(t,". - ").concat(n,". položka z celkových ").concat(r)},formatSRPaginationPreText:function(){return"Predchádzajúca strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"Nasledujúca strana"},formatDetailPagination:function(t){return"Zobrazuje sa ".concat(t," riadkov")},formatClearSearch:function(){return"Odstráň filtre"},formatSearch:function(){return"Vyhľadávanie"},formatNoMatches:function(){return"Nenájdená žiadna vyhovujúca položka"},formatPaginationSwitch:function(){return"Skry/Zobraz stránkovanie"},formatPaginationSwitchDown:function(){return"Zobraziť stránkovanie"},formatPaginationSwitchUp:function(){return"Skryť stránkovanie"},formatRefresh:function(){return"Obnoviť"},formatToggleOn:function(){return"Zobraziť kartové zobrazenie"},formatToggleOff:function(){return"skryť kartové zobrazenie"},formatColumns:function(){return"Stĺpce"},formatColumnsToggleAll:function(){return"Prepnúť všetky"},formatFullscreen:function(){return"Celá obrazovka"},formatAllRows:function(){return"Všetky"},formatAutoRefresh:function(){return"Automatické obnovenie"},formatExport:function(){return"Exportuj dáta"},formatJumpTo:function(){return"Ísť"},formatAdvancedSearch:function(){return"Pokročilé vyhľadávanie"},formatAdvancedCloseButton:function(){return"Zatvoriť"},formatFilterControlSwitch:function(){return"Zobraziť/Skryť tlačidlá"},formatFilterControlSwitchHide:function(){return"Skryť tlačidlá"},formatFilterControlSwitchShow:function(){return"Zobraziť tlačidlá"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sk-SK"]),t.fn.bootstrapTable.locales["sl-SI"]=t.fn.bootstrapTable.locales.sl={formatCopyRows:function(){return"Kopiraj vrstice"},formatPrint:function(){return"Natisni"},formatLoadingMessage:function(){return"Prosim počakajte..."},formatRecordsPerPage:function(t){return"".concat(t," vrstic na stran")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Prikaz ".concat(t," do ").concat(n," od ").concat(r," vrstic (filtrirano od skupno ").concat(o," vrstic)"):"Prikaz ".concat(t," do ").concat(n," od ").concat(r," vrstic")},formatSRPaginationPreText:function(){return"prejšnja stran"},formatSRPaginationPageText:function(t){return"na stran ".concat(t)},formatSRPaginationNextText:function(){return"na slednja stran"},formatDetailPagination:function(t){return"Prikaz ".concat(t," vrstic")},formatClearSearch:function(){return"Počisti"},formatSearch:function(){return"Iskanje"},formatNoMatches:function(){return"Ni najdenih rezultatov"},formatPaginationSwitch:function(){return"Skrij/Pokaži oštevilčevanje strani"},formatPaginationSwitchDown:function(){return"Pokaži oštevilčevanje strani"},formatPaginationSwitchUp:function(){return"Skrij oštevilčevanje strani"},formatRefresh:function(){return"Osveži"},formatToggleOn:function(){return"Prikaži kartični pogled"},formatToggleOff:function(){return"Skrij kartični pogled"},formatColumns:function(){return"Stolpci"},formatColumnsToggleAll:function(){return"Preklopi vse"},formatFullscreen:function(){return"Celozaslonski prikaz"},formatAllRows:function(){return"Vse"},formatAutoRefresh:function(){return"Samodejna osvežitev"},formatExport:function(){return"Izvoz podatkov"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Napredno iskanje"},formatAdvancedCloseButton:function(){return"Zapri"},formatFilterControlSwitch:function(){return"Skrij/Pokaži kontrole"},formatFilterControlSwitchHide:function(){return"Skrij kontrole"},formatFilterControlSwitchShow:function(){return"Pokaži kontrole"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sl-SI"]),t.fn.bootstrapTable.locales["ru-RU"]=t.fn.bootstrapTable.locales.ru={formatCopyRows:function(){return"Скопировать строки"},formatPrint:function(){return"Печать"},formatLoadingMessage:function(){return"Пожалуйста, подождите, идёт загрузка"},formatRecordsPerPage:function(t){return"".concat(t," записей на страницу")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Записи с ".concat(t," по ").concat(n," из ").concat(r," (отфильтровано, всего на сервере ").concat(o," записей)"):"Записи с ".concat(t," по ").concat(n," из ").concat(r)},formatSRPaginationPreText:function(){return"предыдущая страница"},formatSRPaginationPageText:function(t){return"перейти к странице ".concat(t)},formatSRPaginationNextText:function(){return"следующая страница"},formatDetailPagination:function(t){return"Загружено ".concat(t," строк")},formatClearSearch:function(){return"Очистить фильтры"},formatSearch:function(){return"Поиск"},formatNoMatches:function(){return"Ничего не найдено"},formatPaginationSwitch:function(){return"Скрыть/Показать постраничную навигацию"},formatPaginationSwitchDown:function(){return"Показать постраничную навигацию"},formatPaginationSwitchUp:function(){return"Скрыть постраничную навигацию"},formatRefresh:function(){return"Обновить"},formatToggleOn:function(){return"Показать записи в виде карточек"},formatToggleOff:function(){return"Табличный режим просмотра"},formatColumns:function(){return"Колонки"},formatColumnsToggleAll:function(){return"Выбрать все"},formatFullscreen:function(){return"Полноэкранный режим"},formatAllRows:function(){return"Все"},formatAutoRefresh:function(){return"Автоматическое обновление"},formatExport:function(){return"Экспортировать данные"},formatJumpTo:function(){return"Стр."},formatAdvancedSearch:function(){return"Расширенный поиск"},formatAdvancedCloseButton:function(){return"Закрыть"},formatFilterControlSwitch:function(){return"Скрыть/Показать панель инструментов"},formatFilterControlSwitchHide:function(){return"Скрыть панель инструментов"},formatFilterControlSwitchShow:function(){return"Показать панель инструментов"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ru-RU"]),t.fn.bootstrapTable.locales["sr-Cyrl-RS"]=t.fn.bootstrapTable.locales.sr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Молим сачекај"},formatRecordsPerPage:function(t){return"".concat(t," редова по страни")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(r," (филтрирано од ").concat(o,")"):"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(r)},formatSRPaginationPreText:function(){return"претходна страна"},formatSRPaginationPageText:function(t){return"на страну ".concat(t)},formatSRPaginationNextText:function(){return"следећа страна"},formatDetailPagination:function(t){return"Приказано ".concat(t," редова")},formatClearSearch:function(){return"Обриши претрагу"},formatSearch:function(){return"Пронађи"},formatNoMatches:function(){return"Није пронађен ни један податак"},formatPaginationSwitch:function(){return"Прикажи/сакриј пагинацију"},formatPaginationSwitchDown:function(){return"Прикажи пагинацију"},formatPaginationSwitchUp:function(){return"Сакриј пагинацију"},formatRefresh:function(){return"Освежи"},formatToggleOn:function(){return"Прикажи картице"},formatToggleOff:function(){return"Сакриј картице"},formatColumns:function(){return"Колоне"},formatColumnsToggleAll:function(){return"Прикажи/сакриј све"},formatFullscreen:function(){return"Цео екран"},formatAllRows:function(){return"Све"},formatAutoRefresh:function(){return"Аутоматско освежавање"},formatExport:function(){return"Извези податке"},formatJumpTo:function(){return"Иди"},formatAdvancedSearch:function(){return"Напредна претрага"},formatAdvancedCloseButton:function(){return"Затвори"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sr-Cyrl-RS"]),t.fn.bootstrapTable.locales["sr-Latn-RS"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Molim sačekaj"},formatRecordsPerPage:function(t){return"".concat(t," redova po strani")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(r," (filtrirano od ").concat(o,")"):"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(r)},formatSRPaginationPreText:function(){return"prethodna strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"sledeća strana"},formatDetailPagination:function(t){return"Prikazano ".concat(t," redova")},formatClearSearch:function(){return"Obriši pretragu"},formatSearch:function(){return"Pronađi"},formatNoMatches:function(){return"Nije pronađen ni jedan podatak"},formatPaginationSwitch:function(){return"Prikaži/sakrij paginaciju"},formatPaginationSwitchDown:function(){return"Prikaži paginaciju"},formatPaginationSwitchUp:function(){return"Sakrij paginaciju"},formatRefresh:function(){return"Osveži"},formatToggleOn:function(){return"Prikaži kartice"},formatToggleOff:function(){return"Sakrij kartice"},formatColumns:function(){return"Kolone"},formatColumnsToggleAll:function(){return"Prikaži/sakrij sve"},formatFullscreen:function(){return"Ceo ekran"},formatAllRows:function(){return"Sve"},formatAutoRefresh:function(){return"Automatsko osvežavanje"},formatExport:function(){return"Izvezi podatke"},formatJumpTo:function(){return"Idi"},formatAdvancedSearch:function(){return"Napredna pretraga"},formatAdvancedCloseButton:function(){return"Zatvori"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sr-Latn-RS"]),t.fn.bootstrapTable.locales["th-TH"]=t.fn.bootstrapTable.locales.th={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"กำลังโหลดข้อมูล, กรุณารอสักครู่"},formatRecordsPerPage:function(t){return"".concat(t," รายการต่อหน้า")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(r," รายการ (filtered from ").concat(o," total rows)"):"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(r," รายการ")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"ค้นหา"},formatNoMatches:function(){return"ไม่พบรายการที่ค้นหา !"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"รีเฟรส"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"คอลัมน์"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["th-TH"]),t.fn.bootstrapTable.locales["sv-SE"]=t.fn.bootstrapTable.locales.sv={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laddar, vänligen vänta"},formatRecordsPerPage:function(t){return"".concat(t," rader per sida")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Visa ".concat(t," till ").concat(n," av ").concat(r," rader (filtered from ").concat(o," total rows)"):"Visa ".concat(t," till ").concat(n," av ").concat(r," rader")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Sök"},formatNoMatches:function(){return"Inga matchande resultat funna."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Uppdatera"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"kolumn"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["sv-SE"]),t.fn.bootstrapTable.locales["tr-TR"]=t.fn.bootstrapTable.locales.tr={formatCopyRows:function(){return"Satırları Kopyala"},formatPrint:function(){return"Yazdır"},formatLoadingMessage:function(){return"Yükleniyor, lütfen bekleyin"},formatRecordsPerPage:function(t){return"Sayfa başına ".concat(t," kayıt.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"".concat(r," kayıttan ").concat(t,"-").concat(n," arası gösteriliyor (").concat(o," toplam satır filtrelendi)."):"".concat(r," kayıttan ").concat(t,"-").concat(n," arası gösteriliyor.")},formatSRPaginationPreText:function(){return"önceki sayfa"},formatSRPaginationPageText:function(t){return"sayfa ".concat(t)},formatSRPaginationNextText:function(){return"sonraki sayfa"},formatDetailPagination:function(t){return"".concat(t," satır gösteriliyor")},formatClearSearch:function(){return"Aramayı Temizle"},formatSearch:function(){return"Ara"},formatNoMatches:function(){return"Eşleşen kayıt bulunamadı."},formatPaginationSwitch:function(){return"Sayfalamayı Gizle/Göster"},formatPaginationSwitchDown:function(){return"Sayfalamayı Göster"},formatPaginationSwitchUp:function(){return"Sayfalamayı Gizle"},formatRefresh:function(){return"Yenile"},formatToggleOn:function(){return"Kart Görünümünü Göster"},formatToggleOff:function(){return"Kart Görünümünü Gizle"},formatColumns:function(){return"Sütunlar"},formatColumnsToggleAll:function(){return"Tümünü Kapat"},formatFullscreen:function(){return"Tam Ekran"},formatAllRows:function(){return"Tüm Satırlar"},formatAutoRefresh:function(){return"Otomatik Yenileme"},formatExport:function(){return"Verileri Dışa Aktar"},formatJumpTo:function(){return"Git"},formatAdvancedSearch:function(){return"Gelişmiş Arama"},formatAdvancedCloseButton:function(){return"Kapat"},formatFilterControlSwitch:function(){return"Kontrolleri Gizle/Göster"},formatFilterControlSwitchHide:function(){return"Kontrolleri Gizle"},formatFilterControlSwitchShow:function(){return"Kontrolleri Göster"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["tr-TR"]),t.fn.bootstrapTable.locales["uk-UA"]=t.fn.bootstrapTable.locales.uk={formatCopyRows:function(){return"Скопіювати рядки"},formatPrint:function(){return"Друк"},formatLoadingMessage:function(){return"Завантаження, будь ласка, зачекайте"},formatRecordsPerPage:function(t){return"".concat(t," рядків на сторінку")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Відображено рядки з ".concat(t," по ").concat(n," з ").concat(r," загалом (відфільтровано з ").concat(o," рядків)"):"Відображено рядки з ".concat(t," по ").concat(n," з ").concat(r," загалом")},formatSRPaginationPreText:function(){return"попередня сторінка"},formatSRPaginationPageText:function(t){return"до сторінки ".concat(t)},formatSRPaginationNextText:function(){return"наступна сторінка"},formatDetailPagination:function(t){return"Відображено ".concat(t," рядків")},formatClearSearch:function(){return"Скинути фільтри"},formatSearch:function(){return"Пошук"},formatNoMatches:function(){return"Не знайдено жодного запису"},formatPaginationSwitch:function(){return"Сховати/Відобразити пагінацію"},formatPaginationSwitchDown:function(){return"Відобразити пагінацію"},formatPaginationSwitchUp:function(){return"Сховати пагінацію"},formatRefresh:function(){return"Оновити"},formatToggleOn:function(){return"Відобразити у форматі карток"},formatToggleOff:function(){return"Вимкнути формат карток"},formatColumns:function(){return"Стовпці"},formatColumnsToggleAll:function(){return"Переключити усі"},formatFullscreen:function(){return"Повноекранний режим"},formatAllRows:function(){return"Усі"},formatAutoRefresh:function(){return"Автооновлення"},formatExport:function(){return"Експортувати дані"},formatJumpTo:function(){return"Швидкий перехід до"},formatAdvancedSearch:function(){return"Розширений пошук"},formatAdvancedCloseButton:function(){return"Закрити"},formatFilterControlSwitch:function(){return"Сховати/Відобразити елементи керування"},formatFilterControlSwitchHide:function(){return"Сховати елементи керування"},formatFilterControlSwitchShow:function(){return"Відобразити елементи керування"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["uk-UA"]),t.fn.bootstrapTable.locales["uz-Latn-UZ"]=t.fn.bootstrapTable.locales.uz={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Yuklanyapti, iltimos kuting"},formatRecordsPerPage:function(t){return"".concat(t," qator har sahifada")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(r," qatorlarni (filtered from ").concat(o," total rows)"):"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(r," qatorlarni")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Filtrlarni tozalash"},formatSearch:function(){return"Qidirish"},formatNoMatches:function(){return"Hech narsa topilmadi"},formatPaginationSwitch:function(){return"Sahifalashni yashirish/ko'rsatish"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Yangilash"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Ustunlar"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Hammasi"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Eksport"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["uz-Latn-UZ"]),t.fn.bootstrapTable.locales["vi-VN"]=t.fn.bootstrapTable.locales.vi={formatCopyRows:function(){return"Sao chép hàng"},formatPrint:function(){return"In"},formatLoadingMessage:function(){return"Đang tải"},formatRecordsPerPage:function(t){return"".concat(t," bản ghi mỗi trang")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(r," bản ghi (được lọc từ tổng ").concat(o," hàng)"):"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(r," bản ghi")},formatSRPaginationPreText:function(){return"trang trước"},formatSRPaginationPageText:function(t){return"đến trang ".concat(t)},formatSRPaginationNextText:function(){return"trang sau"},formatDetailPagination:function(t){return"Đang hiện ".concat(t," hàng")},formatClearSearch:function(){return"Xoá tìm kiếm"},formatSearch:function(){return"Tìm kiếm"},formatNoMatches:function(){return"Không có dữ liệu"},formatPaginationSwitch:function(){return"Ẩn/Hiện phân trang"},formatPaginationSwitchDown:function(){return"Hiện phân trang"},formatPaginationSwitchUp:function(){return"Ẩn phân trang"},formatRefresh:function(){return"Làm mới"},formatToggleOn:function(){return"Hiển thị các thẻ"},formatToggleOff:function(){return"Ẩn các thẻ"},formatColumns:function(){return"Cột"},formatColumnsToggleAll:function(){return"Hiện tất cả"},formatFullscreen:function(){return"Toàn màn hình"},formatAllRows:function(){return"Tất cả"},formatAutoRefresh:function(){return"Tự động làm mới"},formatExport:function(){return"Xuất dữ liệu"},formatJumpTo:function(){return"Đến"},formatAdvancedSearch:function(){return"Tìm kiếm nâng cao"},formatAdvancedCloseButton:function(){return"Đóng"},formatFilterControlSwitch:function(){return"Ẩn/Hiện điều khiển"},formatFilterControlSwitchHide:function(){return"Ẩn điều khiển"},formatFilterControlSwitchShow:function(){return"Hiện điều khiển"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["vi-VN"]),t.fn.bootstrapTable.locales["ur-PK"]=t.fn.bootstrapTable.locales.ur={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"براۓ مہربانی انتظار کیجئے"},formatRecordsPerPage:function(t){return"".concat(t," ریکارڈز فی صفہ ")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(r,"ریکارڈز (filtered from ").concat(o," total rows)"):"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(r,"ریکارڈز")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"تلاش"},formatNoMatches:function(){return"کوئی ریکارڈ نہیں ملا"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"تازہ کریں"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"کالم"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["ur-PK"]),t.fn.bootstrapTable.locales["zh-CN"]=t.fn.bootstrapTable.locales.zh={formatCopyRows:function(){return"复制行"},formatPrint:function(){return"打印"},formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候"},formatRecordsPerPage:function(t){return"每页显示 ".concat(t," 条记录")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"显示第 ".concat(t," 到第 ").concat(n," 条记录,总共 ").concat(r," 条记录(从 ").concat(o," 总记录中过滤)"):"显示第 ".concat(t," 到第 ").concat(n," 条记录,总共 ").concat(r," 条记录")},formatSRPaginationPreText:function(){return"上一页"},formatSRPaginationPageText:function(t){return"第".concat(t,"页")},formatSRPaginationNextText:function(){return"下一页"},formatDetailPagination:function(t){return"总共 ".concat(t," 条记录")},formatClearSearch:function(){return"清空过滤"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"},formatPaginationSwitch:function(){return"隐藏/显示分页"},formatPaginationSwitchDown:function(){return"显示分页"},formatPaginationSwitchUp:function(){return"隐藏分页"},formatRefresh:function(){return"刷新"},formatToggleOn:function(){return"显示卡片视图"},formatToggleOff:function(){return"隐藏卡片视图"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"切换所有"},formatFullscreen:function(){return"全屏"},formatAllRows:function(){return"所有"},formatAutoRefresh:function(){return"自动刷新"},formatExport:function(){return"导出数据"},formatJumpTo:function(){return"跳转"},formatAdvancedSearch:function(){return"高级搜索"},formatAdvancedCloseButton:function(){return"关闭"},formatFilterControlSwitch:function(){return"隐藏/显示过滤控制"},formatFilterControlSwitchHide:function(){return"隐藏过滤控制"},formatFilterControlSwitchShow:function(){return"显示过滤控制"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["zh-CN"]),t.fn.bootstrapTable.locales["zh-TW"]={formatCopyRows:function(){return"複製行"},formatPrint:function(){return"列印"},formatLoadingMessage:function(){return"正在努力地載入資料,請稍候"},formatRecordsPerPage:function(t){return"每頁顯示 ".concat(t," 項記錄")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(r," 項記錄(從 ").concat(o," 總記錄中過濾)"):"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(r," 項記錄")},formatSRPaginationPreText:function(){return"上一頁"},formatSRPaginationPageText:function(t){return"第".concat(t,"頁")},formatSRPaginationNextText:function(){return"下一頁"},formatDetailPagination:function(t){return"總共 ".concat(t," 項記錄")},formatClearSearch:function(){return"清空過濾"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找到符合的結果"},formatPaginationSwitch:function(){return"隱藏/顯示分頁"},formatPaginationSwitchDown:function(){return"顯示分頁"},formatPaginationSwitchUp:function(){return"隱藏分頁"},formatRefresh:function(){return"重新整理"},formatToggleOn:function(){return"顯示卡片視圖"},formatToggleOff:function(){return"隱藏卡片視圖"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"切換所有"},formatFullscreen:function(){return"全屏"},formatAllRows:function(){return"所有"},formatAutoRefresh:function(){return"自動刷新"},formatExport:function(){return"導出數據"},formatJumpTo:function(){return"跳轉"},formatAdvancedSearch:function(){return"高級搜尋"},formatAdvancedCloseButton:function(){return"關閉"},formatFilterControlSwitch:function(){return"隱藏/顯示過濾控制"},formatFilterControlSwitchHide:function(){return"隱藏過濾控制"},formatFilterControlSwitchShow:function(){return"顯示過濾控制"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["zh-TW"]),t.fn.bootstrapTable.locales["af-ZA"]=t.fn.bootstrapTable.locales.af={formatCopyRows:function(){return"Kopieer lyne"},formatPrint:function(){return"Druk uit"},formatLoadingMessage:function(){return"Laai tans"},formatRecordsPerPage:function(t){return"".concat(t," reëls per bladsy")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Wys ".concat(t," tot ").concat(n," van ").concat(r," lyne (gefiltreer vanaf ").concat(o," lyne)"):"Wys ".concat(t," tot ").concat(n," van ").concat(r," lyne")},formatSRPaginationPreText:function(){return"vorige bladsy"},formatSRPaginationPageText:function(t){return"na bladsy ".concat(t)},formatSRPaginationNextText:function(){return"volgende bladsy"},formatDetailPagination:function(t){return"".concat(t,"-reël vertoon")},formatClearSearch:function(){return"Duidelike soektog"},formatSearch:function(){return"Navorsing"},formatNoMatches:function(){return"Geen resultate nie"},formatPaginationSwitch:function(){return"Versteek/Wys paginasie"},formatPaginationSwitchDown:function(){return"Wys paginasie"},formatPaginationSwitchUp:function(){return"Versteek paginasie"},formatRefresh:function(){return"Verfris"},formatToggleOn:function(){return"Wys kaartaansig"},formatToggleOff:function(){return"Versteek kaartaansig"},formatColumns:function(){return"Kolomme"},formatColumnsToggleAll:function(){return"Wys alles"},formatFullscreen:function(){return"Volskerm"},formatAllRows:function(){return"Alles"},formatAutoRefresh:function(){return"Verfris outomaties"},formatExport:function(){return"Voer data uit"},formatJumpTo:function(){return"Gaan na"},formatAdvancedSearch:function(){return"Gevorderde soektog"},formatAdvancedCloseButton:function(){return"Maak"},formatFilterControlSwitch:function(){return"Versteek/Wys kontroles"},formatFilterControlSwitchHide:function(){return"Versteek kontroles"},formatFilterControlSwitchShow:function(){return"Wys kontroles"},formatToggleCustomViewOn:function(){return"Wys pasgemaakte aansig"},formatToggleCustomViewOff:function(){return"Versteek pasgemaakte aansig"},formatClearFilters:function(){return"Verwyder filters"},formatAddLevel:function(){return"Voeg 'n vlak by"},formatCancel:function(){return"Kanselleer"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Vee 'n vlak uit"},formatDuplicateAlertTitle:function(){return"Duplikaatinskrywings is gevind!"},formatDuplicateAlertDescription:function(){return"Verwyder of wysig asseblief duplikaatinskrywings"},formatMultipleSort:function(){return"Multi-sorteer"},formatOrder:function(){return"Bestelling"},formatSort:function(){return"Rangskik"},formatSortBy:function(){return"Sorteer volgens"},formatSortOrders:function(){return{asc:"Stygende",desc:"Dalende"}},formatThenBy:function(){return"Dan deur"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["af-ZA"]),t.fn.bootstrapTable.locales["bg-BG"]=t.fn.bootstrapTable.locales.bg={formatCopyRows:function(){return"Копиране на редове"},formatPrint:function(){return"Печат"},formatLoadingMessage:function(){return"Зареждане, моля изчакайте"},formatRecordsPerPage:function(t){return"".concat(t," реда на страница")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Показани редове от ".concat(t," до ").concat(n," от ").concat(r," (филтрирани от общо ").concat(o,")"):"Показани редове от ".concat(t," до ").concat(n," от общо ").concat(r)},formatSRPaginationPreText:function(){return"предишна страница"},formatSRPaginationPageText:function(t){return"до страница ".concat(t)},formatSRPaginationNextText:function(){return"следваща страница"},formatDetailPagination:function(t){return"Показани ".concat(t," реда")},formatClearSearch:function(){return"Изчистване на търсенето"},formatSearch:function(){return"Търсене"},formatNoMatches:function(){return"Не са намерени съвпадащи записи"},formatPaginationSwitch:function(){return"Скриване/Показване на странициране"},formatPaginationSwitchDown:function(){return"Показване на странициране"},formatPaginationSwitchUp:function(){return"Скриване на странициране"},formatRefresh:function(){return"Обновяване"},formatToggleOn:function(){return"Показване на изглед карта"},formatToggleOff:function(){return"Скриване на изглед карта"},formatColumns:function(){return"Колони"},formatColumnsToggleAll:function(){return"Превключване на всички"},formatFullscreen:function(){return"Цял екран"},formatAllRows:function(){return"Всички"},formatAutoRefresh:function(){return"Автоматично обновяване"},formatExport:function(){return"Експорт на данни"},formatJumpTo:function(){return"ОТИДИ"},formatAdvancedSearch:function(){return"Разширено търсене"},formatAdvancedCloseButton:function(){return"Затваряне"},formatFilterControlSwitch:function(){return"Скрива/показва контроли"},formatFilterControlSwitchHide:function(){return"Скрива контроли"},formatFilterControlSwitchShow:function(){return"Показва контроли"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["bg-BG"]),t.fn.bootstrapTable.locales["de-DE"]=t.fn.bootstrapTable.locales.de={formatCopyRows:function(){return"Zeilen kopieren"},formatPrint:function(){return"Drucken"},formatLoadingMessage:function(){return"Lade, bitte warten"},formatRecordsPerPage:function(t){return"".concat(t," Zeilen pro Seite.")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Zeige Zeile ".concat(t," bis ").concat(n," von ").concat(r," Zeile").concat(r>1?"n":""," (Gefiltert von ").concat(o," Zeile").concat(o>1?"n":"",")"):"Zeige Zeile ".concat(t," bis ").concat(n," von ").concat(r," Zeile").concat(r>1?"n":"",".")},formatSRPaginationPreText:function(){return"Vorherige Seite"},formatSRPaginationPageText:function(t){return"Zu Seite ".concat(t)},formatSRPaginationNextText:function(){return"Nächste Seite"},formatDetailPagination:function(t){return"Zeige ".concat(t," Zeile").concat(t>1?"n":"",".")},formatClearSearch:function(){return"Lösche Filter"},formatSearch:function(){return"Suchen"},formatNoMatches:function(){return"Keine passenden Ergebnisse gefunden"},formatPaginationSwitch:function(){return"Verstecke/Zeige Nummerierung"},formatPaginationSwitchDown:function(){return"Zeige Nummerierung"},formatPaginationSwitchUp:function(){return"Verstecke Nummerierung"},formatRefresh:function(){return"Neu laden"},formatToggleOn:function(){return"Normale Ansicht"},formatToggleOff:function(){return"Kartenansicht"},formatColumns:function(){return"Spalten"},formatColumnsToggleAll:function(){return"Alle umschalten"},formatFullscreen:function(){return"Vollbild"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisches Neuladen"},formatExport:function(){return"Datenexport"},formatJumpTo:function(){return"Springen"},formatAdvancedSearch:function(){return"Erweiterte Suche"},formatAdvancedCloseButton:function(){return"Schließen"},formatFilterControlSwitch:function(){return"Verstecke/Zeige Filter"},formatFilterControlSwitchHide:function(){return"Verstecke Filter"},formatFilterControlSwitchShow:function(){return"Zeige Filter"},formatAddLevel:function(){return"Ebene hinzufügen"},formatCancel:function(){return"Abbrechen"},formatColumn:function(){return"Spalte"},formatDeleteLevel:function(){return"Ebene entfernen"},formatDuplicateAlertTitle:function(){return"Doppelte Einträge gefunden!"},formatDuplicateAlertDescription:function(){return"Bitte doppelte Spalten entfenen oder ändern"},formatMultipleSort:function(){return"Mehrfachsortierung"},formatOrder:function(){return"Reihenfolge"},formatSort:function(){return"Sortieren"},formatSortBy:function(){return"Sortieren nach"},formatThenBy:function(){return"anschließend"},formatSortOrders:function(){return{asc:"Aufsteigend",desc:"Absteigend"}}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["de-DE"]),t.fn.bootstrapTable.locales["da-DK"]=t.fn.bootstrapTable.locales.da={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Indlæser, vent venligst"},formatRecordsPerPage:function(t){return"".concat(t," poster pr side")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Viser ".concat(t," til ").concat(n," af ").concat(r," række").concat(r>1?"r":""," (filtered from ").concat(o," total rows)"):"Viser ".concat(t," til ").concat(n," af ").concat(r," række").concat(r>1?"r":"")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Viser ".concat(t," række").concat(t>1?"r":"")},formatClearSearch:function(){return"Ryd filtre"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"},formatPaginationSwitch:function(){return"Skjul/vis nummerering"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Opdater"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolonner"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Eksporter"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["da-DK"]),t.fn.bootstrapTable.locales["el-GR"]=t.fn.bootstrapTable.locales.el={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Φορτώνει, παρακαλώ περιμένετε"},formatRecordsPerPage:function(t){return"".concat(t," αποτελέσματα ανά σελίδα")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Εμφανίζονται από την ".concat(t," ως την ").concat(n," από σύνολο ").concat(r," σειρών (filtered from ").concat(o," total rows)"):"Εμφανίζονται από την ".concat(t," ως την ").concat(n," από σύνολο ").concat(r," σειρών")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Αναζητήστε"},formatNoMatches:function(){return"Δεν βρέθηκαν αποτελέσματα"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["el-GR"]),t.fn.bootstrapTable.locales["cs-CZ"]=t.fn.bootstrapTable.locales.cs={formatCopyRows:function(){return"Kopírovat řádky"},formatPrint:function(){return"Tisk"},formatLoadingMessage:function(){return"Čekejte, prosím"},formatRecordsPerPage:function(t){return"".concat(t," položek na stránku")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Zobrazena ".concat(t,". - ").concat(n," . položka z celkových ").concat(r," (filtered from ").concat(o," total rows)"):"Zobrazena ".concat(t,". - ").concat(n," . položka z celkových ").concat(r)},formatSRPaginationPreText:function(){return"předchozí strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"další strana"},formatDetailPagination:function(t){return"Zobrazuji ".concat(t," řádek")},formatClearSearch:function(){return"Smazat hledání"},formatSearch:function(){return"Vyhledávání"},formatNoMatches:function(){return"Nenalezena žádná vyhovující položka"},formatPaginationSwitch:function(){return"Skrýt/Zobrazit stránkování"},formatPaginationSwitchDown:function(){return"Zobrazit stránkování"},formatPaginationSwitchUp:function(){return"Skrýt stránkování"},formatRefresh:function(){return"Aktualizovat"},formatToggleOn:function(){return"Zobrazit karty"},formatToggleOff:function(){return"Zobrazit tabulku"},formatColumns:function(){return"Sloupce"},formatColumnsToggleAll:function(){return"Zobrazit/Skrýt vše"},formatFullscreen:function(){return"Zapnout/Vypnout fullscreen"},formatAllRows:function(){return"Vše"},formatAutoRefresh:function(){return"Automatické obnovení"},formatExport:function(){return"Export dat"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Pokročilé hledání"},formatAdvancedCloseButton:function(){return"Zavřít"},formatFilterControlSwitch:function(){return"Skrýt/Zobrazit ovladače"},formatFilterControlSwitchHide:function(){return"Skrýt ovladače"},formatFilterControlSwitchShow:function(){return"Zobrazit ovladače"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["cs-CZ"]),t.fn.bootstrapTable.locales["es-CL"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," filas por página")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(o," filas totales)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Refrescar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["es-CL"]),t.fn.bootstrapTable.locales["en-US"]=t.fn.bootstrapTable.locales.en={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Loading, please wait"},formatRecordsPerPage:function(t){return"".concat(t," rows per page")},formatShowingRows:function(t,n,r,o){return void 0!==o&&o>0&&o>r?"Showing ".concat(t," to ").concat(n," of ").concat(r," rows (filtered from ").concat(o," total rows)"):"Showing ".concat(t," to ").concat(n," of ").concat(r," rows")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["en-US"])})); diff --git a/dist/bootstrap-table.css b/dist/bootstrap-table.css index 32a6587e2..d8479593e 100644 --- a/dist/bootstrap-table.css +++ b/dist/bootstrap-table.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /** * @author zhixin wen - * version: 1.23.3 + * version: 1.23.4 * https://github.com/wenzhixin/bootstrap-table/ */ /* stylelint-disable annotation-no-unknown, max-line-length */ diff --git a/dist/bootstrap-table.js b/dist/bootstrap-table.js index f4068f791..81749d949 100644 --- a/dist/bootstrap-table.js +++ b/dist/bootstrap-table.js @@ -7022,7 +7022,7 @@ try { for (_iterator13.s(); !(_step13 = _iterator13.n()).done;) { var item = _step13.value; - this.parseStyle(item); + this.parseStyle(dom, item); } } catch (err) { _iterator13.e(err); @@ -7102,7 +7102,7 @@ } }; - var VERSION = '1.23.3'; + var VERSION = '1.23.4'; var bootstrapVersion = Utils.getBootstrapVersion(); var CONSTANTS = { 3: { diff --git a/dist/bootstrap-table.min.css b/dist/bootstrap-table.min.css index 107202055..26a95d383 100644 --- a/dist/bootstrap-table.min.css +++ b/dist/bootstrap-table.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/bootstrap-table.min.js b/dist/bootstrap-table.min.js index 370462943..fdad669d2 100644 --- a/dist/bootstrap-table.min.js +++ b/dist/bootstrap-table.min.js @@ -1,10 +1,10 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).BootstrapTable=e(t.jQuery)}(this,(function(t){"use strict";function e(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=Array(e);i=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,a=!0,s=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return a=t.done,t},e:function(t){s=!0,r=t},f:function(){try{a||null==i.return||i.return()}finally{if(s)throw r}}}}function r(t,e,i){return(e=h(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function a(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function s(t){for(var e=1;e0&&C[0]<4?1:+(C[0]+C[1])),!A&&ct&&(!(C=ct.match(/Edge\/(\d+)/))||C[1]>=74)&&(C=ct.match(/Chrome\/(\d+)/))&&(A=+C[1]);var pt=A,gt=pt,vt=b,bt=g.String,mt=!!Object.getOwnPropertySymbols&&!vt((function(){var t=Symbol("symbol detection");return!bt(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&>&><41})),yt=mt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,wt=nt,St=X,xt=ot,kt=Object,Ot=yt?function(t){return"symbol"==typeof t}:function(t){var e=wt("Symbol");return St(e)&&xt(e.prototype,kt(t))},Pt=String,Tt=function(t){try{return Pt(t)}catch(t){return"Object"}},Ct=X,At=Tt,It=TypeError,Rt=function(t){if(Ct(t))return t;throw new It(At(t)+" is not a function")},$t=Rt,Et=q,jt=function(t,e){var i=t[e];return Et(i)?void 0:$t(i)},Lt=x,Nt=X,Ft=tt,Bt=TypeError,Dt={exports:{}},_t=g,Vt=Object.defineProperty,Ht=function(t,e){try{Vt(_t,t,{value:e,configurable:!0,writable:!0})}catch(i){_t[t]=e}return e},Ut=g,Mt=Ht,qt="__core-js_shared__",zt=Dt.exports=Ut[qt]||Mt(qt,{});(zt.versions||(zt.versions=[])).push({version:"3.38.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Wt=Dt.exports,Gt=Wt,Kt=function(t,e){return Gt[t]||(Gt[t]=e||{})},Jt=G,Yt=Object,Qt=function(t){return Yt(Jt(t))},Xt=Qt,Zt=L({}.hasOwnProperty),te=Object.hasOwn||function(t,e){return Zt(Xt(t),e)},ee=L,ie=0,ne=Math.random(),oe=ee(1..toString),re=function(t){return"Symbol("+(void 0===t?"":t)+")_"+oe(++ie+ne,36)},ae=Kt,se=te,le=re,ce=mt,he=yt,ue=g.Symbol,fe=ae("wks"),de=he?ue.for||ue:ue&&ue.withoutSetter||le,pe=function(t){return se(fe,t)||(fe[t]=ce&&se(ue,t)?ue[t]:de("Symbol."+t)),fe[t]},ge=x,ve=tt,be=Ot,me=jt,ye=function(t,e){var i,n;if("string"===e&&Nt(i=t.toString)&&!Ft(n=Lt(i,t)))return n;if(Nt(i=t.valueOf)&&!Ft(n=Lt(i,t)))return n;if("string"!==e&&Nt(i=t.toString)&&!Ft(n=Lt(i,t)))return n;throw new Bt("Can't convert object to primitive value")},we=TypeError,Se=pe("toPrimitive"),xe=function(t,e){if(!ve(t)||be(t))return t;var i,n=me(t,Se);if(n){if(void 0===e&&(e="default"),i=ge(n,t,e),!ve(i)||be(i))return i;throw new we("Can't convert object to primitive value")}return void 0===e&&(e="number"),ye(t,e)},ke=xe,Oe=Ot,Pe=function(t){var e=ke(t,"string");return Oe(e)?e:e+""},Te=tt,Ce=g.document,Ae=Te(Ce)&&Te(Ce.createElement),Ie=function(t){return Ae?Ce.createElement(t):{}},Re=Ie,$e=!m&&!b((function(){return 7!==Object.defineProperty(Re("div"),"a",{get:function(){return 7}}).a})),Ee=m,je=x,Le=k,Ne=I,Fe=Y,Be=Pe,De=te,_e=$e,Ve=Object.getOwnPropertyDescriptor;v.f=Ee?Ve:function(t,e){if(t=Fe(t),e=Be(e),_e)try{return Ve(t,e)}catch(t){}if(De(t,e))return Ne(!je(Le.f,t,e),t[e])};var He={},Ue=m&&b((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Me=tt,qe=String,ze=TypeError,We=function(t){if(Me(t))return t;throw new ze(qe(t)+" is not an object")},Ge=m,Ke=$e,Je=Ue,Ye=We,Qe=Pe,Xe=TypeError,Ze=Object.defineProperty,ti=Object.getOwnPropertyDescriptor,ei="enumerable",ii="configurable",ni="writable";He.f=Ge?Je?function(t,e,i){if(Ye(t),e=Qe(e),Ye(i),"function"==typeof t&&"prototype"===e&&"value"in i&&ni in i&&!i[ni]){var n=ti(t,e);n&&n[ni]&&(t[e]=i.value,i={configurable:ii in i?i[ii]:n[ii],enumerable:ei in i?i[ei]:n[ei],writable:!1})}return Ze(t,e,i)}:Ze:function(t,e,i){if(Ye(t),e=Qe(e),Ye(i),Ke)try{return Ze(t,e,i)}catch(t){}if("get"in i||"set"in i)throw new Xe("Accessors not supported");return"value"in i&&(t[e]=i.value),t};var oi=He,ri=I,ai=m?function(t,e,i){return oi.f(t,e,ri(1,i))}:function(t,e,i){return t[e]=i,t},si={exports:{}},li=m,ci=te,hi=Function.prototype,ui=li&&Object.getOwnPropertyDescriptor,fi=ci(hi,"name"),di={EXISTS:fi,PROPER:fi&&"something"===function(){}.name,CONFIGURABLE:fi&&(!li||li&&ui(hi,"name").configurable)},pi=X,gi=Wt,vi=L(Function.toString);pi(gi.inspectSource)||(gi.inspectSource=function(t){return vi(t)});var bi,mi,yi,wi=gi.inspectSource,Si=X,xi=g.WeakMap,ki=Si(xi)&&/native code/.test(String(xi)),Oi=re,Pi=Kt("keys"),Ti=function(t){return Pi[t]||(Pi[t]=Oi(t))},Ci={},Ai=ki,Ii=g,Ri=tt,$i=ai,Ei=te,ji=Wt,Li=Ti,Ni=Ci,Fi="Object already initialized",Bi=Ii.TypeError,Di=Ii.WeakMap;if(Ai||ji.state){var _i=ji.state||(ji.state=new Di);_i.get=_i.get,_i.has=_i.has,_i.set=_i.set,bi=function(t,e){if(_i.has(t))throw new Bi(Fi);return e.facade=t,_i.set(t,e),e},mi=function(t){return _i.get(t)||{}},yi=function(t){return _i.has(t)}}else{var Vi=Li("state");Ni[Vi]=!0,bi=function(t,e){if(Ei(t,Vi))throw new Bi(Fi);return e.facade=t,$i(t,Vi,e),e},mi=function(t){return Ei(t,Vi)?t[Vi]:{}},yi=function(t){return Ei(t,Vi)}}var Hi={set:bi,get:mi,has:yi,enforce:function(t){return yi(t)?mi(t):bi(t,{})},getterFor:function(t){return function(e){var i;if(!Ri(e)||(i=mi(e)).type!==t)throw new Bi("Incompatible receiver, "+t+" required");return i}}},Ui=L,Mi=b,qi=X,zi=te,Wi=m,Gi=di.CONFIGURABLE,Ki=wi,Ji=Hi.enforce,Yi=Hi.get,Qi=String,Xi=Object.defineProperty,Zi=Ui("".slice),tn=Ui("".replace),en=Ui([].join),nn=Wi&&!Mi((function(){return 8!==Xi((function(){}),"length",{value:8}).length})),on=String(String).split("String"),rn=si.exports=function(t,e,i){"Symbol("===Zi(Qi(e),0,7)&&(e="["+tn(Qi(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),i&&i.getter&&(e="get "+e),i&&i.setter&&(e="set "+e),(!zi(t,"name")||Gi&&t.name!==e)&&(Wi?Xi(t,"name",{value:e,configurable:!0}):t.name=e),nn&&i&&zi(i,"arity")&&t.length!==i.arity&&Xi(t,"length",{value:i.arity});try{i&&zi(i,"constructor")&&i.constructor?Wi&&Xi(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=Ji(t);return zi(n,"source")||(n.source=en(on,"string"==typeof e?e:"")),t};Function.prototype.toString=rn((function(){return qi(this)&&Yi(this).source||Ki(this)}),"toString");var an=si.exports,sn=X,ln=He,cn=an,hn=Ht,un=function(t,e,i,n){n||(n={});var o=n.enumerable,r=void 0!==n.name?n.name:e;if(sn(i)&&cn(i,r,n),n.global)o?t[e]=i:hn(e,i);else{try{n.unsafe?t[e]&&(o=!0):delete t[e]}catch(t){}o?t[e]=i:ln.f(t,e,{value:i,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return t},fn={},dn=Math.ceil,pn=Math.floor,gn=Math.trunc||function(t){var e=+t;return(e>0?pn:dn)(e)},vn=function(t){var e=+t;return e!=e||0===e?0:gn(e)},bn=vn,mn=Math.max,yn=Math.min,wn=function(t,e){var i=bn(t);return i<0?mn(i+e,0):yn(i,e)},Sn=vn,xn=Math.min,kn=function(t){var e=Sn(t);return e>0?xn(e,9007199254740991):0},On=kn,Pn=function(t){return On(t.length)},Tn=Y,Cn=wn,An=Pn,In=function(t){return function(e,i,n){var o=Tn(e),r=An(o);if(0===r)return!t&&-1;var a,s=Cn(n,r);if(t&&i!=i){for(;r>s;)if((a=o[s++])!=a)return!0}else for(;r>s;s++)if((t||s in o)&&o[s]===i)return t||s||0;return!t&&-1}},Rn={includes:In(!0),indexOf:In(!1)},$n=te,En=Y,jn=Rn.indexOf,Ln=Ci,Nn=L([].push),Fn=function(t,e){var i,n=En(t),o=0,r=[];for(i in n)!$n(Ln,i)&&$n(n,i)&&Nn(r,i);for(;e.length>o;)$n(n,i=e[o++])&&(~jn(r,i)||Nn(r,i));return r},Bn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Dn=Fn,_n=Bn.concat("length","prototype");fn.f=Object.getOwnPropertyNames||function(t){return Dn(t,_n)};var Vn={};Vn.f=Object.getOwnPropertySymbols;var Hn=nt,Un=fn,Mn=Vn,qn=We,zn=L([].concat),Wn=Hn("Reflect","ownKeys")||function(t){var e=Un.f(qn(t)),i=Mn.f;return i?zn(e,i(t)):e},Gn=te,Kn=Wn,Jn=v,Yn=He,Qn=b,Xn=X,Zn=/#|\.prototype\./,to=function(t,e){var i=io[eo(t)];return i===oo||i!==no&&(Xn(e)?Qn(e):!!e)},eo=to.normalize=function(t){return String(t).replace(Zn,".").toLowerCase()},io=to.data={},no=to.NATIVE="N",oo=to.POLYFILL="P",ro=to,ao=g,so=v.f,lo=ai,co=un,ho=Ht,uo=function(t,e,i){for(var n=Kn(e),o=Yn.f,r=Jn.f,a=0;a9007199254740991)throw bo("Maximum allowed index exceeded");return t},yo=m,wo=He,So=I,xo=function(t,e,i){yo?wo.f(t,e,So(0,i)):t[e]=i},ko={};ko[pe("toStringTag")]="z";var Oo="[object z]"===String(ko),Po=Oo,To=X,Co=D,Ao=pe("toStringTag"),Io=Object,Ro="Arguments"===Co(function(){return arguments}()),$o=Po?Co:function(t){var e,i,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=function(t,e){try{return t[e]}catch(t){}}(e=Io(t),Ao))?i:Ro?Co(e):"Object"===(n=Co(e))&&To(e.callee)?"Arguments":n},Eo=L,jo=b,Lo=X,No=$o,Fo=wi,Bo=function(){},Do=nt("Reflect","construct"),_o=/^\s*(?:class|function)\b/,Vo=Eo(_o.exec),Ho=!_o.test(Bo),Uo=function(t){if(!Lo(t))return!1;try{return Do(Bo,[],t),!0}catch(t){return!1}},Mo=function(t){if(!Lo(t))return!1;switch(No(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Ho||!!Vo(_o,Fo(t))}catch(t){return!0}};Mo.sham=!0;var qo=!Do||jo((function(){var t;return Uo(Uo.call)||!Uo(Object)||!Uo((function(){t=!0}))||t}))?Mo:Uo,zo=vo,Wo=qo,Go=tt,Ko=pe("species"),Jo=Array,Yo=function(t){var e;return zo(t)&&(e=t.constructor,(Wo(e)&&(e===Jo||zo(e.prototype))||Go(e)&&null===(e=e[Ko]))&&(e=void 0)),void 0===e?Jo:e},Qo=function(t,e){return new(Yo(t))(0===e?0:e)},Xo=b,Zo=pt,tr=pe("species"),er=function(t){return Zo>=51||!Xo((function(){var e=[];return(e.constructor={})[tr]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},ir=po,nr=b,or=vo,rr=tt,ar=Qt,sr=Pn,lr=mo,cr=xo,hr=Qo,ur=er,fr=pt,dr=pe("isConcatSpreadable"),pr=fr>=51||!nr((function(){var t=[];return t[dr]=!1,t.concat()[0]!==t})),gr=function(t){if(!rr(t))return!1;var e=t[dr];return void 0!==e?!!e:or(t)};ir({target:"Array",proto:!0,arity:1,forced:!pr||!ur("concat")},{concat:function(t){var e,i,n,o,r,a=ar(this),s=hr(a,0),l=0;for(e=-1,n=arguments.length;em;m++)if((s||m in g)&&(d=b(f=g[m],m,p),t))if(e)w[m]=d;else if(d)switch(t){case 3:return!0;case 5:return f;case 6:return m;case 2:Ar(w,f)}else switch(t){case 4:return!1;case 7:Ar(w,f)}return r?-1:n||o?o:w}},Rr={forEach:Ir(0),map:Ir(1),filter:Ir(2),some:Ir(3),every:Ir(4),find:Ir(5),findIndex:Ir(6),filterReject:Ir(7)},$r=Rr.filter;po({target:"Array",proto:!0,forced:!er("filter")},{filter:function(t){return $r(this,t,arguments.length>1?arguments[1]:void 0)}});var Er={},jr=Fn,Lr=Bn,Nr=Object.keys||function(t){return jr(t,Lr)},Fr=m,Br=Ue,Dr=He,_r=We,Vr=Y,Hr=Nr;Er.f=Fr&&!Br?Object.defineProperties:function(t,e){_r(t);for(var i,n=Vr(e),o=Hr(e),r=o.length,a=0;r>a;)Dr.f(t,i=o[a++],n[i]);return t};var Ur,Mr=nt("document","documentElement"),qr=We,zr=Er,Wr=Bn,Gr=Ci,Kr=Mr,Jr=Ie,Yr="prototype",Qr="script",Xr=Ti("IE_PROTO"),Zr=function(){},ta=function(t){return"<"+Qr+">"+t+""},ea=function(t){t.write(ta("")),t.close();var e=t.parentWindow.Object;return t=null,e},ia=function(){try{Ur=new ActiveXObject("htmlfile")}catch(t){}var t,e,i;ia="undefined"!=typeof document?document.domain&&Ur?ea(Ur):(e=Jr("iframe"),i="java"+Qr+":",e.style.display="none",Kr.appendChild(e),e.src=String(i),(t=e.contentWindow.document).open(),t.write(ta("document.F=Object")),t.close(),t.F):ea(Ur);for(var n=Wr.length;n--;)delete ia[Yr][Wr[n]];return ia()};Gr[Xr]=!0;var na=Object.create||function(t,e){var i;return null!==t?(Zr[Yr]=qr(t),i=new Zr,Zr[Yr]=null,i[Xr]=t):i=ia(),void 0===e?i:zr.f(i,e)},oa=pe,ra=na,aa=He.f,sa=oa("unscopables"),la=Array.prototype;void 0===la[sa]&&aa(la,sa,{configurable:!0,value:ra(null)});var ca=function(t){la[sa][t]=!0},ha=po,ua=Rr.find,fa=ca,da="find",pa=!0;da in[]&&Array(1)[da]((function(){pa=!1})),ha({target:"Array",proto:!0,forced:pa},{find:function(t){return ua(this,t,arguments.length>1?arguments[1]:void 0)}}),fa(da);var ga=po,va=Rr.findIndex,ba=ca,ma="findIndex",ya=!0;ma in[]&&Array(1)[ma]((function(){ya=!1})),ga({target:"Array",proto:!0,forced:ya},{findIndex:function(t){return va(this,t,arguments.length>1?arguments[1]:void 0)}}),ba(ma);var wa=Rn.includes,Sa=ca;po({target:"Array",proto:!0,forced:b((function(){return!Array(1).includes()}))},{includes:function(t){return wa(this,t,arguments.length>1?arguments[1]:void 0)}}),Sa("includes");var xa=b,ka=function(t,e){var i=[][t];return!!i&&xa((function(){i.call(null,e||function(){return 1},1)}))},Oa=po,Pa=Rn.indexOf,Ta=ka,Ca=mr([].indexOf),Aa=!!Ca&&1/Ca([1],1,-0)<0;Oa({target:"Array",proto:!0,forced:Aa||!Ta("indexOf")},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return Aa?Ca(this,t,e)||0:Pa(this,t,e)}});var Ia,Ra,$a,Ea={},ja=!b((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),La=te,Na=X,Fa=Qt,Ba=ja,Da=Ti("IE_PROTO"),_a=Object,Va=_a.prototype,Ha=Ba?_a.getPrototypeOf:function(t){var e=Fa(t);if(La(e,Da))return e[Da];var i=e.constructor;return Na(i)&&e instanceof i?i.prototype:e instanceof _a?Va:null},Ua=b,Ma=X,qa=tt,za=Ha,Wa=un,Ga=pe("iterator"),Ka=!1;[].keys&&("next"in($a=[].keys())?(Ra=za(za($a)))!==Object.prototype&&(Ia=Ra):Ka=!0);var Ja=!qa(Ia)||Ua((function(){var t={};return Ia[Ga].call(t)!==t}));Ja&&(Ia={}),Ma(Ia[Ga])||Wa(Ia,Ga,(function(){return this}));var Ya={IteratorPrototype:Ia,BUGGY_SAFARI_ITERATORS:Ka},Qa=He.f,Xa=te,Za=pe("toStringTag"),ts=function(t,e,i){t&&!i&&(t=t.prototype),t&&!Xa(t,Za)&&Qa(t,Za,{configurable:!0,value:e})},es=Ya.IteratorPrototype,is=na,ns=I,os=ts,rs=Ea,as=function(){return this},ss=function(t,e,i,n){var o=e+" Iterator";return t.prototype=is(es,{next:ns(+!n,i)}),os(t,o,!1),rs[o]=as,t},ls=L,cs=Rt,hs=tt,us=function(t){return hs(t)||null===t},fs=String,ds=TypeError,ps=function(t,e,i){try{return ls(cs(Object.getOwnPropertyDescriptor(t,e)[i]))}catch(t){}},gs=tt,vs=G,bs=function(t){if(us(t))return t;throw new ds("Can't set "+fs(t)+" as a prototype")},ms=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,i={};try{(t=ps(Object.prototype,"__proto__","set"))(i,[]),e=i instanceof Array}catch(t){}return function(i,n){return vs(i),bs(n),gs(i)?(e?t(i,n):i.__proto__=n,i):i}}():void 0),ys=po,ws=x,Ss=X,xs=ss,ks=Ha,Os=ms,Ps=ts,Ts=ai,Cs=un,As=Ea,Is=di.PROPER,Rs=di.CONFIGURABLE,$s=Ya.IteratorPrototype,Es=Ya.BUGGY_SAFARI_ITERATORS,js=pe("iterator"),Ls="keys",Ns="values",Fs="entries",Bs=function(){return this},Ds=function(t,e,i,n,o,r,a){xs(i,e,n);var s,l,c,h=function(t){if(t===o&&g)return g;if(!Es&&t&&t in d)return d[t];switch(t){case Ls:case Ns:case Fs:return function(){return new i(this,t)}}return function(){return new i(this)}},u=e+" Iterator",f=!1,d=t.prototype,p=d[js]||d["@@iterator"]||o&&d[o],g=!Es&&p||h(o),v="Array"===e&&d.entries||p;if(v&&(s=ks(v.call(new t)))!==Object.prototype&&s.next&&(ks(s)!==$s&&(Os?Os(s,$s):Ss(s[js])||Cs(s,js,Bs)),Ps(s,u,!0)),Is&&o===Ns&&p&&p.name!==Ns&&(Rs?Ts(d,"name",Ns):(f=!0,g=function(){return ws(p,this)})),o)if(l={values:h(Ns),keys:r?g:h(Ls),entries:h(Fs)},a)for(c in l)(Es||f||!(c in d))&&Cs(d,c,l[c]);else ys({target:e,proto:!0,forced:Es||f},l);return d[js]!==g&&Cs(d,js,g,{name:o}),As[e]=g,l},_s=function(t,e){return{value:t,done:e}},Vs=Y,Hs=ca,Us=Ea,Ms=Hi,qs=He.f,zs=Ds,Ws=_s,Gs=m,Ks="Array Iterator",Js=Ms.set,Ys=Ms.getterFor(Ks),Qs=zs(Array,"Array",(function(t,e){Js(this,{type:Ks,target:Vs(t),index:0,kind:e})}),(function(){var t=Ys(this),e=t.target,i=t.index++;if(!e||i>=e.length)return t.target=null,Ws(void 0,!0);switch(t.kind){case"keys":return Ws(i,!1);case"values":return Ws(e[i],!1)}return Ws([i,e[i]],!1)}),"values"),Xs=Us.Arguments=Us.Array;if(Hs("keys"),Hs("values"),Hs("entries"),Gs&&"values"!==Xs.name)try{qs(Xs,"name",{value:"values"})}catch(t){}var Zs=po,tl=M,el=Y,il=ka,nl=L([].join);Zs({target:"Array",proto:!0,forced:tl!==Object||!il("join",",")},{join:function(t){return nl(el(this),void 0===t?",":t)}});var ol=Rr.map;po({target:"Array",proto:!0,forced:!er("map")},{map:function(t){return ol(this,t,arguments.length>1?arguments[1]:void 0)}});var rl=po,al=vo,sl=L([].reverse),ll=[1,2];rl({target:"Array",proto:!0,forced:String(ll)===String(ll.reverse())},{reverse:function(){return al(this)&&(this.length=this.length),sl(this)}});var cl=L([].slice),hl=po,ul=vo,fl=qo,dl=tt,pl=wn,gl=Pn,vl=Y,bl=xo,ml=pe,yl=cl,wl=er("slice"),Sl=ml("species"),xl=Array,kl=Math.max;hl({target:"Array",proto:!0,forced:!wl},{slice:function(t,e){var i,n,o,r=vl(this),a=gl(r),s=pl(t,a),l=pl(void 0===e?a:e,a);if(ul(r)&&(i=r.constructor,(fl(i)&&(i===xl||ul(i.prototype))||dl(i)&&null===(i=i[Sl]))&&(i=void 0),i===xl||void 0===i))return yl(r,s,l);for(n=new(void 0===i?xl:i)(kl(l-s,0)),o=0;s0;)t[o]=t[--o];o!==r++&&(t[o]=n)}else for(var a=$l(i/2),s=El(Rl(t,0,a),e),l=El(Rl(t,a),e),c=s.length,h=l.length,u=0,f=0;u3)){if(Yl)return!0;if(Xl)return Xl<603;var t,e,i,n,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:i=3;break;case 68:case 71:i=4;break;default:i=2}for(n=0;n<47;n++)Zl.push({k:e+n,v:i})}for(Zl.sort((function(t,e){return e.v-t.v})),n=0;nzl(i)?1:-1}}(t)),i=Ml(o),n=0;nc-n+i;r--)wc(l,r-1)}else if(i>n)for(r=c-n;r>h;r--)s=r+i-1,(a=r+n-1)in l?l[s]=l[a]:wc(l,s);for(r=0;r2)if(c=nh(c),43===(e=ch(c,0))||45===e){if(88===(i=ch(c,2))||120===i)return NaN}else if(48===e){switch(ch(c,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+c}for(a=(r=lh(c,2)).length,s=0;so)return NaN;return parseInt(r,n)}return+c},uh=Wc(oh,!rh(" 0o1")||!rh("0b1")||rh("+0x1")),fh=function(t){var e,i=arguments.length<1?0:rh(function(t){var e=Qc(t,"number");return"bigint"==typeof e?e:hh(e)}(t));return Jc(ah,e=this)&&Xc((function(){ih(e)}))?Kc(Object(i),this,fh):i};fh.prototype=ah,uh&&(ah.constructor=fh),Hc({global:!0,constructor:!0,wrap:!0,forced:uh},{Number:fh});uh&&function(t,e){for(var i,n=Uc?Zc(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)Gc(e,i=n[o])&&!Gc(t,i)&&eh(t,i,th(e,i))}(qc[oh],rh);var dh=m,ph=L,gh=x,vh=b,bh=Nr,mh=Vn,yh=k,wh=Qt,Sh=M,xh=Object.assign,kh=Object.defineProperty,Oh=ph([].concat),Ph=!xh||vh((function(){if(dh&&1!==xh({b:1},xh(kh({},"a",{enumerable:!0,get:function(){kh(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},i=Symbol("assign detection"),n="abcdefghijklmnopqrst";return t[i]=7,n.split("").forEach((function(t){e[t]=t})),7!==xh({},t)[i]||bh(xh({},e)).join("")!==n}))?function(t,e){for(var i=wh(t),n=arguments.length,o=1,r=mh.f,a=yh.f;n>o;)for(var s,l=Sh(arguments[o++]),c=r?Oh(bh(l),r(l)):bh(l),h=c.length,u=0;h>u;)s=c[u++],dh&&!gh(a,l,s)||(i[s]=l[s]);return i}:xh,Th=Ph;po({target:"Object",stat:!0,arity:2,forced:Object.assign!==Th},{assign:Th});var Ch=m,Ah=b,Ih=L,Rh=Ha,$h=Nr,Eh=Y,jh=Ih(k.f),Lh=Ih([].push),Nh=Ch&&Ah((function(){var t=Object.create(null);return t[2]=2,!jh(t,2)})),Fh=function(t){return function(e){for(var i,n=Eh(e),o=$h(n),r=Nh&&null===Rh(n),a=o.length,s=0,l=[];a>s;)i=o[s++],Ch&&!(r?i in n:jh(n,i))||Lh(l,t?[i,n[i]]:n[i]);return l}},Bh={entries:Fh(!0),values:Fh(!1)}.entries;po({target:"Object",stat:!0},{entries:function(t){return Bh(t)}});var Dh=Qt,_h=Nr;po({target:"Object",stat:!0,forced:b((function(){_h(1)}))},{keys:function(t){return _h(Dh(t))}});var Vh=$o,Hh=Oo?{}.toString:function(){return"[object "+Vh(this)+"]"};Oo||un(Object.prototype,"toString",Hh,{unsafe:!0});var Uh=g,Mh=b,qh=Il,zh=Vc.trim,Wh=Ec,Gh=L("".charAt),Kh=Uh.parseFloat,Jh=Uh.Symbol,Yh=Jh&&Jh.iterator,Qh=1/Kh(Wh+"-0")!=-1/0||Yh&&!Mh((function(){Kh(Object(Yh))}))?function(t){var e=zh(qh(t)),i=Kh(e);return 0===i&&"-"===Gh(e,0)?-0:i}:Kh;po({global:!0,forced:parseFloat!==Qh},{parseFloat:Qh});var Xh=g,Zh=b,tu=L,eu=Il,iu=Vc.trim,nu=Ec,ou=Xh.parseInt,ru=Xh.Symbol,au=ru&&ru.iterator,su=/^[+-]?0x/i,lu=tu(su.exec),cu=8!==ou(nu+"08")||22!==ou(nu+"0x16")||au&&!Zh((function(){ou(Object(au))}))?function(t,e){var i=iu(eu(t));return ou(i,e>>>0||(lu(su,i)?16:10))}:ou;po({global:!0,forced:parseInt!==cu},{parseInt:cu});var hu=tt,uu=D,fu=pe("match"),du=function(t){var e;return hu(t)&&(void 0!==(e=t[fu])?!!e:"RegExp"===uu(t))},pu=We,gu=function(){var t=pu(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e},vu=x,bu=te,mu=ot,yu=gu,wu=RegExp.prototype,Su=function(t){var e=t.flags;return void 0!==e||"flags"in wu||bu(t,"flags")||!mu(wu,t)?e:vu(yu,t)},xu=b,ku=g.RegExp,Ou=xu((function(){var t=ku("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),Pu=Ou||xu((function(){return!ku("a","y").sticky})),Tu={BROKEN_CARET:Ou||xu((function(){var t=ku("^r","gy");return t.lastIndex=2,null!==t.exec("str")})),MISSED_STICKY:Pu,UNSUPPORTED_Y:Ou},Cu=He.f,Au=an,Iu=He,Ru=function(t,e,i){return i.get&&Au(i.get,e,{getter:!0}),i.set&&Au(i.set,e,{setter:!0}),Iu.f(t,e,i)},$u=nt,Eu=Ru,ju=m,Lu=pe("species"),Nu=b,Fu=g.RegExp,Bu=Nu((function(){var t=Fu(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)})),Du=b,_u=g.RegExp,Vu=Du((function(){var t=_u("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")})),Hu=m,Uu=g,Mu=L,qu=ro,zu=Rc,Wu=ai,Gu=na,Ku=fn.f,Ju=ot,Yu=du,Qu=Il,Xu=Su,Zu=Tu,tf=function(t,e,i){i in t||Cu(t,i,{configurable:!0,get:function(){return e[i]},set:function(t){e[i]=t}})},ef=un,nf=b,of=te,rf=Hi.enforce,af=function(t){var e=$u(t);ju&&e&&!e[Lu]&&Eu(e,Lu,{configurable:!0,get:function(){return this}})},sf=Bu,lf=Vu,cf=pe("match"),hf=Uu.RegExp,uf=hf.prototype,ff=Uu.SyntaxError,df=Mu(uf.exec),pf=Mu("".charAt),gf=Mu("".replace),vf=Mu("".indexOf),bf=Mu("".slice),mf=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,yf=/a/g,wf=/a/g,Sf=new hf(yf)!==yf,xf=Zu.MISSED_STICKY,kf=Zu.UNSUPPORTED_Y,Of=Hu&&(!Sf||xf||sf||lf||nf((function(){return wf[cf]=!1,hf(yf)!==yf||hf(wf)===wf||"/a/i"!==String(hf(yf,"i"))})));if(qu("RegExp",Of)){for(var Pf=function(t,e){var i,n,o,r,a,s,l=Ju(uf,this),c=Yu(t),h=void 0===e,u=[],f=t;if(!l&&c&&h&&t.constructor===Pf)return t;if((c||Ju(uf,t))&&(t=t.source,h&&(e=Xu(f))),t=void 0===t?"":Qu(t),e=void 0===e?"":Qu(e),f=t,sf&&"dotAll"in yf&&(n=!!e&&vf(e,"s")>-1)&&(e=gf(e,/s/g,"")),i=e,xf&&"sticky"in yf&&(o=!!e&&vf(e,"y")>-1)&&kf&&(e=gf(e,/y/g,"")),lf&&(r=function(t){for(var e,i=t.length,n=0,o="",r=[],a=Gu(null),s=!1,l=!1,c=0,h="";n<=i;n++){if("\\"===(e=pf(t,n)))e+=pf(t,++n);else if("]"===e)s=!1;else if(!s)switch(!0){case"["===e:s=!0;break;case"("===e:if(o+=e,"?:"===bf(t,n+1,n+3))continue;df(mf,bf(t,n+1))&&(n+=2,l=!0),c++;continue;case">"===e&&l:if(""===h||of(a,h))throw new ff("Invalid capture group name");a[h]=!0,r[r.length]=[h,c],l=!1,h="";continue}l?h+=e:o+=e}return[o,r]}(t),t=r[0],u=r[1]),a=zu(hf(t,e),l?this:uf,Pf),(n||o||u.length)&&(s=rf(a),n&&(s.dotAll=!0,s.raw=Pf(function(t){for(var e,i=t.length,n=0,o="",r=!1;n<=i;n++)"\\"!==(e=pf(t,n))?r||"."!==e?("["===e?r=!0:"]"===e&&(r=!1),o+=e):o+="[\\s\\S]":o+=e+pf(t,++n);return o}(t),i)),o&&(s.sticky=!0),u.length&&(s.groups=u)),t!==f)try{Wu(a,"source",""===f?"(?:)":f)}catch(t){}return a},Tf=Ku(hf),Cf=0;Tf.length>Cf;)tf(Pf,hf,Tf[Cf++]);uf.constructor=Pf,Pf.prototype=uf,ef(Uu,"RegExp",Pf,{constructor:!0})}af("RegExp");var Af=x,If=L,Rf=Il,$f=gu,Ef=Tu,jf=na,Lf=Hi.get,Nf=Bu,Ff=Vu,Bf=Kt("native-string-replace",String.prototype.replace),Df=RegExp.prototype.exec,_f=Df,Vf=If("".charAt),Hf=If("".indexOf),Uf=If("".replace),Mf=If("".slice),qf=function(){var t=/a/,e=/b*/g;return Af(Df,t,"a"),Af(Df,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),zf=Ef.BROKEN_CARET,Wf=void 0!==/()??/.exec("")[1];(qf||Wf||zf||Nf||Ff)&&(_f=function(t){var e,i,n,o,r,a,s,l=this,c=Lf(l),h=Rf(t),u=c.raw;if(u)return u.lastIndex=l.lastIndex,e=Af(_f,u,h),l.lastIndex=u.lastIndex,e;var f=c.groups,d=zf&&l.sticky,p=Af($f,l),g=l.source,v=0,b=h;if(d&&(p=Uf(p,"y",""),-1===Hf(p,"g")&&(p+="g"),b=Mf(h,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==Vf(h,l.lastIndex-1))&&(g="(?: "+g+")",b=" "+b,v++),i=new RegExp("^(?:"+g+")",p)),Wf&&(i=new RegExp("^"+g+"$(?!\\s)",p)),qf&&(n=l.lastIndex),o=Af(Df,d?i:l,b),d?o?(o.input=Mf(o.input,v),o[0]=Mf(o[0],v),o.index=l.lastIndex,l.lastIndex+=o[0].length):l.lastIndex=0:qf&&o&&(l.lastIndex=l.global?o.index+o[0].length:n),Wf&&o&&o.length>1&&Af(Bf,o[0],i,(function(){for(r=1;r1?arguments[1]:void 0)}});var vd=L,bd=vn,md=Il,yd=G,wd=vd("".charAt),Sd=vd("".charCodeAt),xd=vd("".slice),kd=function(t){return function(e,i){var n,o,r=md(yd(e)),a=bd(i),s=r.length;return a<0||a>=s?t?"":void 0:(n=Sd(r,a))<55296||n>56319||a+1===s||(o=Sd(r,a+1))<56320||o>57343?t?wd(r,a):n:t?xd(r,a,a+2):o-56320+(n-55296<<10)+65536}},Od={codeAt:kd(!1),charAt:kd(!0)},Pd=Od.charAt,Td=Il,Cd=Hi,Ad=Ds,Id=_s,Rd="String Iterator",$d=Cd.set,Ed=Cd.getterFor(Rd);Ad(String,"String",(function(t){$d(this,{type:Rd,string:Td(t),index:0})}),(function(){var t,e=Ed(this),i=e.string,n=e.index;return n>=i.length?Id(void 0,!0):(t=Pd(i,n),e.index+=t.length,Id(t,!1))}));var jd=y,Ld=Function.prototype,Nd=Ld.apply,Fd=Ld.call,Bd="object"==typeof Reflect&&Reflect.apply||(jd?Fd.bind(Nd):function(){return Fd.apply(Nd,arguments)}),Dd=x,_d=un,Vd=Gf,Hd=b,Ud=pe,Md=ai,qd=Ud("species"),zd=RegExp.prototype,Wd=function(t,e,i,n){var o=Ud(t),r=!Hd((function(){var e={};return e[o]=function(){return 7},7!==""[t](e)})),a=r&&!Hd((function(){var e=!1,i=/a/;return"split"===t&&((i={}).constructor={},i.constructor[qd]=function(){return i},i.flags="",i[o]=/./[o]),i.exec=function(){return e=!0,null},i[o](""),!e}));if(!r||!a||i){var s=/./[o],l=e(o,""[t],(function(t,e,i,n,o){var a=e.exec;return a===Vd||a===zd.exec?r&&!o?{done:!0,value:Dd(s,e,i,n)}:{done:!0,value:Dd(t,i,e,n)}:{done:!1}}));_d(String.prototype,t,l[0]),_d(zd,o,l[1])}n&&Md(zd[o],"sham",!0)},Gd=Od.charAt,Kd=function(t,e,i){return e+(i?Gd(t,e).length:1)},Jd=L,Yd=Qt,Qd=Math.floor,Xd=Jd("".charAt),Zd=Jd("".replace),tp=Jd("".slice),ep=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,ip=/\$([$&'`]|\d{1,2})/g,np=x,op=We,rp=X,ap=D,sp=Gf,lp=TypeError,cp=function(t,e){var i=t.exec;if(rp(i)){var n=np(i,t,e);return null!==n&&op(n),n}if("RegExp"===ap(t))return np(sp,t,e);throw new lp("RegExp#exec called on incompatible receiver")},hp=Bd,up=x,fp=L,dp=Wd,pp=b,gp=We,vp=X,bp=q,mp=vn,yp=kn,wp=Il,Sp=G,xp=Kd,kp=jt,Op=function(t,e,i,n,o,r){var a=i+t.length,s=n.length,l=ip;return void 0!==o&&(o=Yd(o),l=ep),Zd(r,l,(function(r,l){var c;switch(Xd(l,0)){case"$":return"$";case"&":return t;case"`":return tp(e,0,i);case"'":return tp(e,a);case"<":c=o[tp(l,1,-1)];break;default:var h=+l;if(0===h)return r;if(h>s){var u=Qd(h/10);return 0===u?r:u<=s?void 0===n[u-1]?Xd(l,1):n[u-1]+Xd(l,1):r}c=n[h-1]}return void 0===c?"":c}))},Pp=cp,Tp=pe("replace"),Cp=Math.max,Ap=Math.min,Ip=fp([].concat),Rp=fp([].push),$p=fp("".indexOf),Ep=fp("".slice),jp="$0"==="a".replace(/./,"$0"),Lp=!!/./[Tp]&&""===/./[Tp]("a","$0");dp("replace",(function(t,e,i){var n=Lp?"$":"$0";return[function(t,i){var n=Sp(this),o=bp(t)?void 0:kp(t,Tp);return o?up(o,t,n,i):up(e,wp(n),t,i)},function(t,o){var r=gp(this),a=wp(t);if("string"==typeof o&&-1===$p(o,n)&&-1===$p(o,"$<")){var s=i(e,r,a,o);if(s.done)return s.value}var l=vp(o);l||(o=wp(o));var c,h=r.global;h&&(c=r.unicode,r.lastIndex=0);for(var u,f=[];null!==(u=Pp(r,a))&&(Rp(f,u),h);){""===wp(u[0])&&(r.lastIndex=xp(a,yp(r.lastIndex),c))}for(var d,p="",g=0,v=0;v=g&&(p+=Ep(a,g,y)+b,g=y+m.length)}return p+Ep(a,g)}]}),!!pp((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}))||!jp||Lp);var Np=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e},Fp=x,Bp=We,Dp=q,_p=G,Vp=Np,Hp=Il,Up=jt,Mp=cp;Wd("search",(function(t,e,i){return[function(e){var i=_p(this),n=Dp(e)?void 0:Up(e,t);return n?Fp(n,e,i):new RegExp(e)[t](Hp(i))},function(t){var n=Bp(this),o=Hp(t),r=i(e,n,o);if(r.done)return r.value;var a=n.lastIndex;Vp(a,0)||(n.lastIndex=0);var s=Mp(n,o);return Vp(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var qp=qo,zp=Tt,Wp=TypeError,Gp=We,Kp=function(t){if(qp(t))return t;throw new Wp(zp(t)+" is not a constructor")},Jp=q,Yp=pe("species"),Qp=x,Xp=L,Zp=Wd,tg=We,eg=q,ig=G,ng=function(t,e){var i,n=Gp(t).constructor;return void 0===n||Jp(i=Gp(n)[Yp])?e:Kp(i)},og=Kd,rg=kn,ag=Il,sg=jt,lg=cp,cg=b,hg=Tu.UNSUPPORTED_Y,ug=Math.min,fg=Xp([].push),dg=Xp("".slice),pg=!cg((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var i="ab".split(t);return 2!==i.length||"a"!==i[0]||"b"!==i[1]})),gg="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;Zp("split",(function(t,e,i){var n="0".split(void 0,0).length?function(t,i){return void 0===t&&0===i?[]:Qp(e,this,t,i)}:e;return[function(e,i){var o=ig(this),r=eg(e)?void 0:sg(e,t);return r?Qp(r,e,o,i):Qp(n,ag(o),e,i)},function(t,o){var r=tg(this),a=ag(t);if(!gg){var s=i(n,r,a,o,n!==e);if(s.done)return s.value}var l=ng(r,RegExp),c=r.unicode,h=(r.ignoreCase?"i":"")+(r.multiline?"m":"")+(r.unicode?"u":"")+(hg?"g":"y"),u=new l(hg?"^(?:"+r.source+")":r,h),f=void 0===o?4294967295:o>>>0;if(0===f)return[];if(0===a.length)return null===lg(u,a)?[a]:[];for(var d=0,p=0,g=[];p1?arguments[1]:void 0)},Tg=g,Cg=wg,Ag=kg,Ig=Pg,Rg=ai,$g=function(t){if(t&&t.forEach!==Ig)try{Rg(t,"forEach",Ig)}catch(e){t.forEach=Ig}};for(var Eg in Cg)Cg[Eg]&&$g(Tg[Eg]&&Tg[Eg].prototype);$g(Ag);var jg=g,Lg=wg,Ng=kg,Fg=Qs,Bg=ai,Dg=ts,_g=pe("iterator"),Vg=Fg.values,Hg=function(t,e){if(t){if(t[_g]!==Vg)try{Bg(t,_g,Vg)}catch(e){t[_g]=Vg}if(Dg(t,e,!0),Lg[e])for(var i in Fg)if(t[i]!==Fg[i])try{Bg(t,i,Fg[i])}catch(e){t[i]=Fg[i]}}};for(var Ug in Lg)Hg(jg[Ug]&&jg[Ug].prototype,Ug);Hg(Ng,"DOMTokenList");var Mg=b,qg=m,zg=pe("iterator"),Wg=!Mg((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,i=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,i){e.delete("b"),n+=i+t})),i.delete("a",2),i.delete("b",void 0),!e.size&&!qg||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[zg]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host})),Gg=ot,Kg=TypeError,Jg=function(t,e){if(Gg(e,t))return t;throw new Kg("Incorrect invocation")},Yg=x,Qg=We,Xg=jt,Zg=We,tv=function(t,e,i){var n,o;Qg(t);try{if(!(n=Xg(t,"return"))){if("throw"===e)throw i;return i}n=Yg(n,t)}catch(t){o=!0,n=t}if("throw"===e)throw i;if(o)throw n;return Qg(n),i},ev=Ea,iv=pe("iterator"),nv=Array.prototype,ov=$o,rv=jt,av=q,sv=Ea,lv=pe("iterator"),cv=function(t){if(!av(t))return rv(t,lv)||rv(t,"@@iterator")||sv[ov(t)]},hv=x,uv=Rt,fv=We,dv=Tt,pv=cv,gv=TypeError,vv=function(t,e){var i=arguments.length<2?pv(t):e;if(uv(i))return fv(hv(i,t));throw new gv(dv(t)+" is not iterable")},bv=xr,mv=x,yv=Qt,wv=function(t,e,i,n){try{return n?e(Zg(i)[0],i[1]):e(i)}catch(e){tv(t,"throw",e)}},Sv=function(t){return void 0!==t&&(ev.Array===t||nv[iv]===t)},xv=qo,kv=Pn,Ov=xo,Pv=vv,Tv=cv,Cv=Array,Av=L,Iv=2147483647,Rv=/[^\0-\u007E]/,$v=/[.\u3002\uFF0E\uFF61]/g,Ev="Overflow: input needs wider integers to process",jv=RangeError,Lv=Av($v.exec),Nv=Math.floor,Fv=String.fromCharCode,Bv=Av("".charCodeAt),Dv=Av([].join),_v=Av([].push),Vv=Av("".replace),Hv=Av("".split),Uv=Av("".toLowerCase),Mv=function(t){return t+22+75*(t<26)},qv=function(t,e,i){var n=0;for(t=i?Nv(t/700):t>>1,t+=Nv(t/e);t>455;)t=Nv(t/35),n+=36;return Nv(n+36*t/(t+38))},zv=function(t){var e=[];t=function(t){for(var e=[],i=0,n=t.length;i=55296&&o<=56319&&i=r&&nNv((Iv-a)/u))throw new jv(Ev);for(a+=(h-r)*u,r=h,i=0;iIv)throw new jv(Ev);if(n===r){for(var f=a,d=36;;){var p=d<=s?1:d>=s+26?26:d-s;if(fo;){if(e=+arguments[o++],Yv(e,1114111)!==e)throw new Qv(e+" is not a valid code point");i[o]=e<65536?Xv(e):Xv(55296+((e-=65536)>>10),e%1024+56320)}return tb(i,"")}});var eb=g,ib=m,nb=Object.getOwnPropertyDescriptor,ob=un,rb=po,ab=g,sb=function(t){if(!ib)return eb[t];var e=nb(eb,t);return e&&e.value},lb=nt,cb=x,hb=L,ub=m,fb=Wg,db=un,pb=Ru,gb=function(t,e,i){for(var n in e)ob(t,n,e[n],i);return t},vb=ts,bb=ss,mb=Hi,yb=Jg,wb=X,Sb=te,xb=xr,kb=$o,Ob=We,Pb=tt,Tb=Il,Cb=na,Ab=I,Ib=vv,Rb=cv,$b=_s,Eb=Gv,jb=jl,Lb=pe("iterator"),Nb="URLSearchParams",Fb=Nb+"Iterator",Bb=mb.set,Db=mb.getterFor(Nb),_b=mb.getterFor(Fb),Vb=sb("fetch"),Hb=sb("Request"),Ub=sb("Headers"),Mb=Hb&&Hb.prototype,qb=Ub&&Ub.prototype,zb=ab.TypeError,Wb=ab.encodeURIComponent,Gb=String.fromCharCode,Kb=lb("String","fromCodePoint"),Jb=parseInt,Yb=hb("".charAt),Qb=hb([].join),Xb=hb([].push),Zb=hb("".replace),tm=hb([].shift),em=hb([].splice),im=hb("".split),nm=hb("".slice),om=hb(/./.exec),rm=/\+/g,am=/^[0-9a-f]+$/i,sm=function(t,e){var i=nm(t,e,e+2);return om(am,i)?Jb(i,16):NaN},lm=function(t){for(var e=0,i=128;i>0&&t&i;i>>=1)e++;return e},cm=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3]}return e>1114111?null:e},hm=function(t){for(var e=(t=Zb(t,rm," ")).length,i="",n=0;ne){i+="%",n++;continue}var r=sm(t,n+1);if(r!=r){i+=o,n++;continue}n+=2;var a=lm(r);if(0===a)o=Gb(r);else{if(1===a||a>4){i+="�",n++;continue}for(var s=[r],l=1;le||"%"!==Yb(t,n));){var c=sm(t,n+1);if(c!=c){n+=3;break}if(c>191||c<128)break;Xb(s,c),n+=2,l++}if(s.length!==a){i+="�";continue}var h=cm(s);null===h?i+="�":o=Kb(h)}}i+=o,n++}return i},um=/[!'()~]|%20/g,fm={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},dm=function(t){return fm[t]},pm=function(t){return Zb(Wb(t),um,dm)},gm=bb((function(t,e){Bb(this,{type:Fb,target:Db(t).entries,index:0,kind:e})}),Nb,(function(){var t=_b(this),e=t.target,i=t.index++;if(!e||i>=e.length)return t.target=null,$b(void 0,!0);var n=e[i];switch(t.kind){case"keys":return $b(n.key,!1);case"values":return $b(n.value,!1)}return $b([n.key,n.value],!1)}),!0),vm=function(t){this.entries=[],this.url=null,void 0!==t&&(Pb(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===Yb(t,0)?nm(t,1):t:Tb(t)))};vm.prototype={type:Nb,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,i,n,o,r,a,s,l=this.entries,c=Rb(t);if(c)for(i=(e=Ib(t,c)).next;!(n=cb(i,e)).done;){if(r=(o=Ib(Ob(n.value))).next,(a=cb(r,o)).done||(s=cb(r,o)).done||!cb(r,o).done)throw new zb("Expected sequence with length 2");Xb(l,{key:Tb(a.value),value:Tb(s.value)})}else for(var h in t)Sb(t,h)&&Xb(l,{key:h,value:Tb(t[h])})},parseQuery:function(t){if(t)for(var e,i,n=this.entries,o=im(t,"&"),r=0;r0?arguments[0]:void 0));ub||(this.size=t.entries.length)},mm=bm.prototype;if(gb(mm,{append:function(t,e){var i=Db(this);Eb(arguments.length,2),Xb(i.entries,{key:Tb(t),value:Tb(e)}),ub||this.length++,i.updateURL()},delete:function(t){for(var e=Db(this),i=Eb(arguments.length,1),n=e.entries,o=Tb(t),r=i<2?void 0:arguments[1],a=void 0===r?r:Tb(r),s=0;se.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,i=Db(this).entries,n=xb(t,arguments.length>1?arguments[1]:void 0),o=0;o1?Sm(arguments[1]):{})}}),wb(Hb)){var xm=function(t){return yb(this,Mb),new Hb(t,arguments.length>1?Sm(arguments[1]):{})};Mb.constructor=xm,xm.prototype=Mb,rb({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:xm})}}var km,Om=po,Pm=m,Tm=Wg,Cm=g,Am=xr,Im=L,Rm=un,$m=Ru,Em=Jg,jm=te,Lm=Ph,Nm=function(t){var e=yv(t),i=xv(this),n=arguments.length,o=n>1?arguments[1]:void 0,r=void 0!==o;r&&(o=bv(o,n>2?arguments[2]:void 0));var a,s,l,c,h,u,f=Tv(e),d=0;if(!f||this===Cv&&Sv(f))for(a=kv(e),s=i?new this(a):Cv(a);a>d;d++)u=r?o(e[d],d):e[d],Ov(s,d,u);else for(s=i?new this:[],h=(c=Pv(e,f)).next;!(l=mv(h,c)).done;d++)u=r?wv(c,o,[l.value,d],!0):l.value,Ov(s,d,u);return s.length=d,s},Fm=cl,Bm=Od.codeAt,Dm=function(t){var e,i,n=[],o=Hv(Vv(Uv(t),$v,"."),".");for(e=0;e?@[\\\]^|]/,xy=/[\0\t\n\r #/:<>?@[\\\]^|]/,ky=/^[\u0000-\u0020]+/,Oy=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Py=/[\t\n\r]/g,Ty=function(t){var e,i,n,o;if("number"==typeof t){for(e=[],i=0;i<4;i++)hy(e,t%256),t=Qm(t/256);return ey(e,".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,i=1,n=null,o=0,r=0;r<8;r++)0!==t[r]?(o>i&&(e=n,i=o),n=null,o=0):(null===n&&(n=r),++o);return o>i?n:e}(t),i=0;i<8;i++)o&&0===t[i]||(o&&(o=!1),n===i?(e+=i?":":"::",o=!0):(e+=iy(t[i],16),i<7&&(e+=":")));return"["+e+"]"}return t},Cy={},Ay=Lm({},Cy,{" ":1,'"':1,"<":1,">":1,"`":1}),Iy=Lm({},Ay,{"#":1,"?":1,"{":1,"}":1}),Ry=Lm({},Iy,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),$y=function(t,e){var i=Bm(t,0);return i>32&&i<127&&!jm(e,t)?t:encodeURIComponent(t)},Ey={ftp:21,file:null,http:80,https:443,ws:80,wss:443},jy=function(t,e){var i;return 2===t.length&&ty(py,Zm(t,0))&&(":"===(i=Zm(t,1))||!e&&"|"===i)},Ly=function(t){var e;return t.length>1&&jy(ly(t,0,2))&&(2===t.length||"/"===(e=Zm(t,2))||"\\"===e||"?"===e||"#"===e)},Ny=function(t){return"."===t||"%2e"===cy(t)},Fy={},By={},Dy={},_y={},Vy={},Hy={},Uy={},My={},qy={},zy={},Wy={},Gy={},Ky={},Jy={},Yy={},Qy={},Xy={},Zy={},tw={},ew={},iw={},nw=function(t,e,i){var n,o,r,a=_m(t);if(e){if(o=this.parse(a))throw new Jm(o);this.searchParams=null}else{if(void 0!==i&&(n=new nw(i,!0)),o=this.parse(a,null,n))throw new Jm(o);(r=Gm(new Wm)).bindURL(this),this.searchParams=r}};nw.prototype={type:"URL",parse:function(t,e,i){var n,o,r,a,s,l=this,c=e||Fy,h=0,u="",f=!1,d=!1,p=!1;for(t=_m(t),e||(l.scheme="",l.username="",l.password="",l.host=null,l.port=null,l.path=[],l.query=null,l.fragment=null,l.cannotBeABaseURL=!1,t=ry(t,ky,""),t=ry(t,Oy,"$1")),t=ry(t,Py,""),n=Nm(t);h<=n.length;){switch(o=n[h],c){case Fy:if(!o||!ty(py,o)){if(e)return uy;c=Dy;continue}u+=cy(o),c=By;break;case By:if(o&&(ty(gy,o)||"+"===o||"-"===o||"."===o))u+=cy(o);else{if(":"!==o){if(e)return uy;u="",c=Dy,h=0;continue}if(e&&(l.isSpecial()!==jm(Ey,u)||"file"===u&&(l.includesCredentials()||null!==l.port)||"file"===l.scheme&&!l.host))return;if(l.scheme=u,e)return void(l.isSpecial()&&Ey[l.scheme]===l.port&&(l.port=null));u="","file"===l.scheme?c=Jy:l.isSpecial()&&i&&i.scheme===l.scheme?c=_y:l.isSpecial()?c=My:"/"===n[h+1]?(c=Vy,h++):(l.cannotBeABaseURL=!0,oy(l.path,""),c=tw)}break;case Dy:if(!i||i.cannotBeABaseURL&&"#"!==o)return uy;if(i.cannotBeABaseURL&&"#"===o){l.scheme=i.scheme,l.path=Fm(i.path),l.query=i.query,l.fragment="",l.cannotBeABaseURL=!0,c=iw;break}c="file"===i.scheme?Jy:Hy;continue;case _y:if("/"!==o||"/"!==n[h+1]){c=Hy;continue}c=qy,h++;break;case Vy:if("/"===o){c=zy;break}c=Zy;continue;case Hy:if(l.scheme=i.scheme,o===km)l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.query=i.query;else if("/"===o||"\\"===o&&l.isSpecial())c=Uy;else if("?"===o)l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.query="",c=ew;else{if("#"!==o){l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.path.length--,c=Zy;continue}l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.query=i.query,l.fragment="",c=iw}break;case Uy:if(!l.isSpecial()||"/"!==o&&"\\"!==o){if("/"!==o){l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,c=Zy;continue}c=zy}else c=qy;break;case My:if(c=qy,"/"!==o||"/"!==Zm(u,h+1))continue;h++;break;case qy:if("/"!==o&&"\\"!==o){c=zy;continue}break;case zy:if("@"===o){f&&(u="%40"+u),f=!0,r=Nm(u);for(var g=0;g65535)return dy;l.port=l.isSpecial()&&m===Ey[l.scheme]?null:m,u=""}if(e)return;c=Xy;continue}return dy}u+=o;break;case Jy:if(l.scheme="file","/"===o||"\\"===o)c=Yy;else{if(!i||"file"!==i.scheme){c=Zy;continue}switch(o){case km:l.host=i.host,l.path=Fm(i.path),l.query=i.query;break;case"?":l.host=i.host,l.path=Fm(i.path),l.query="",c=ew;break;case"#":l.host=i.host,l.path=Fm(i.path),l.query=i.query,l.fragment="",c=iw;break;default:Ly(ey(Fm(n,h),""))||(l.host=i.host,l.path=Fm(i.path),l.shortenPath()),c=Zy;continue}}break;case Yy:if("/"===o||"\\"===o){c=Qy;break}i&&"file"===i.scheme&&!Ly(ey(Fm(n,h),""))&&(jy(i.path[0],!0)?oy(l.path,i.path[0]):l.host=i.host),c=Zy;continue;case Qy:if(o===km||"/"===o||"\\"===o||"?"===o||"#"===o){if(!e&&jy(u))c=Zy;else if(""===u){if(l.host="",e)return;c=Xy}else{if(a=l.parseHost(u))return a;if("localhost"===l.host&&(l.host=""),e)return;u="",c=Xy}continue}u+=o;break;case Xy:if(l.isSpecial()){if(c=Zy,"/"!==o&&"\\"!==o)continue}else if(e||"?"!==o)if(e||"#"!==o){if(o!==km&&(c=Zy,"/"!==o))continue}else l.fragment="",c=iw;else l.query="",c=ew;break;case Zy:if(o===km||"/"===o||"\\"===o&&l.isSpecial()||!e&&("?"===o||"#"===o)){if(".."===(s=cy(s=u))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(l.shortenPath(),"/"===o||"\\"===o&&l.isSpecial()||oy(l.path,"")):Ny(u)?"/"===o||"\\"===o&&l.isSpecial()||oy(l.path,""):("file"===l.scheme&&!l.path.length&&jy(u)&&(l.host&&(l.host=""),u=Zm(u,0)+":"),oy(l.path,u)),u="","file"===l.scheme&&(o===km||"?"===o||"#"===o))for(;l.path.length>1&&""===l.path[0];)ay(l.path);"?"===o?(l.query="",c=ew):"#"===o&&(l.fragment="",c=iw)}else u+=$y(o,Iy);break;case tw:"?"===o?(l.query="",c=ew):"#"===o?(l.fragment="",c=iw):o!==km&&(l.path[0]+=$y(o,Cy));break;case ew:e||"#"!==o?o!==km&&("'"===o&&l.isSpecial()?l.query+="%27":l.query+="#"===o?"%23":$y(o,Cy)):(l.fragment="",c=iw);break;case iw:o!==km&&(l.fragment+=$y(o,Ay))}h++}},parseHost:function(t){var e,i,n;if("["===Zm(t,0)){if("]"!==Zm(t,t.length-1))return fy;if(e=function(t){var e,i,n,o,r,a,s,l=[0,0,0,0,0,0,0,0],c=0,h=null,u=0,f=function(){return Zm(t,u)};if(":"===f()){if(":"!==Zm(t,1))return;u+=2,h=++c}for(;f();){if(8===c)return;if(":"!==f()){for(e=i=0;i<4&&ty(wy,f());)e=16*e+Ym(f(),16),u++,i++;if("."===f()){if(0===i)return;if(u-=i,c>6)return;for(n=0;f();){if(o=null,n>0){if(!("."===f()&&n<4))return;u++}if(!ty(vy,f()))return;for(;ty(vy,f());){if(r=Ym(f(),10),null===o)o=r;else{if(0===o)return;o=10*o+r}if(o>255)return;u++}l[c]=256*l[c]+o,2!=++n&&4!==n||c++}if(4!==n)return;break}if(":"===f()){if(u++,!f())return}else if(f())return;l[c++]=e}else{if(null!==h)return;u++,h=++c}}if(null!==h)for(a=c-h,c=7;0!==c&&a>0;)s=l[c],l[c--]=l[h+a-1],l[h+--a]=s;else if(8!==c)return;return l}(ly(t,1,-1)),!e)return fy;this.host=e}else if(this.isSpecial()){if(t=Dm(t),ty(Sy,t))return fy;if(e=function(t){var e,i,n,o,r,a,s,l=sy(t,".");if(l.length&&""===l[l.length-1]&&l.length--,(e=l.length)>4)return t;for(i=[],n=0;n1&&"0"===Zm(o,0)&&(r=ty(by,o)?16:8,o=ly(o,8===r?1:2)),""===o)a=0;else{if(!ty(10===r?yy:8===r?my:wy,o))return t;a=Ym(o,r)}oy(i,a)}for(n=0;n=Xm(256,5-e))return null}else if(a>255)return null;for(s=ny(i),n=0;n1?arguments[1]:void 0,n=qm(e,new nw(t,!1,i));Pm||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},rw=ow.prototype,aw=function(t,e){return{get:function(){return zm(this)[t]()},set:e&&function(t){return zm(this)[e](t)},configurable:!0,enumerable:!0}};if(Pm&&($m(rw,"href",aw("serialize","setHref")),$m(rw,"origin",aw("getOrigin")),$m(rw,"protocol",aw("getProtocol","setProtocol")),$m(rw,"username",aw("getUsername","setUsername")),$m(rw,"password",aw("getPassword","setPassword")),$m(rw,"host",aw("getHost","setHost")),$m(rw,"hostname",aw("getHostname","setHostname")),$m(rw,"port",aw("getPort","setPort")),$m(rw,"pathname",aw("getPathname","setPathname")),$m(rw,"search",aw("getSearch","setSearch")),$m(rw,"searchParams",aw("getSearchParams")),$m(rw,"hash",aw("getHash","setHash"))),Rm(rw,"toJSON",(function(){return zm(this).serialize()}),{enumerable:!0}),Rm(rw,"toString",(function(){return zm(this).serialize()}),{enumerable:!0}),Km){var sw=Km.createObjectURL,lw=Km.revokeObjectURL;sw&&Rm(ow,"createObjectURL",Am(sw,Km)),lw&&Rm(ow,"revokeObjectURL",Am(lw,Km))}Vm(ow,"URL"),Om({global:!0,constructor:!0,forced:!Tm,sham:!Pm},{URL:ow});var cw=x;po({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return cw(URL.prototype.toString,this)}});var hw=Qt,uw=Ha,fw=ja;po({target:"Object",stat:!0,forced:b((function(){uw(1)})),sham:!fw},{getPrototypeOf:function(t){return uw(hw(t))}});var dw,pw=po,gw=mr,vw=v.f,bw=kn,mw=Il,yw=sd,ww=G,Sw=cd,xw=gw("".slice),kw=Math.min,Ow=Sw("endsWith");pw({target:"String",proto:!0,forced:!!(Ow||(dw=vw(String.prototype,"endsWith"),!dw||dw.writable))&&!Ow},{endsWith:function(t){var e=mw(ww(this));yw(t);var i=arguments.length>1?arguments[1]:void 0,n=e.length,o=void 0===i?n:kw(bw(i),n),r=mw(t);return xw(e,o-r.length,o)===r}});var Pw=x,Tw=We,Cw=q,Aw=kn,Iw=Il,Rw=G,$w=jt,Ew=Kd,jw=cp;Wd("match",(function(t,e,i){return[function(e){var i=Rw(this),n=Cw(e)?void 0:$w(e,t);return n?Pw(n,e,i):new RegExp(e)[t](Iw(i))},function(t){var n=Tw(this),o=Iw(t),r=i(e,n,o);if(r.done)return r.value;if(!n.global)return jw(n,o);var a=n.unicode;n.lastIndex=0;for(var s,l=[],c=0;null!==(s=jw(n,o));){var h=Iw(s[0]);l[c]=h,""===h&&(n.lastIndex=Ew(o,Aw(n.lastIndex),a)),c++}return 0===c?null:l}]}));var Lw=po,Nw=mr,Fw=v.f,Bw=kn,Dw=Il,_w=sd,Vw=G,Hw=cd,Uw=Nw("".slice),Mw=Math.min,qw=Hw("startsWith"),zw=!qw&&!!function(){var t=Fw(String.prototype,"startsWith");return t&&!t.writable}();Lw({target:"String",proto:!0,forced:!zw&&!qw},{startsWith:function(t){var e=Dw(Vw(this));_w(t);var i=Bw(Mw(arguments.length>1?arguments[1]:void 0,e.length)),n=Dw(t);return Uw(e,i,i+n.length)===n}});var Ww={getBootstrapVersion:function(){var e=5;try{var i=t.fn.dropdown.Constructor.VERSION;void 0!==i&&(e=parseInt(i,10))}catch(t){}try{var n=bootstrap.Tooltip.VERSION;void 0!==n&&(e=parseInt(n,10))}catch(t){}return e},getIconsPrefix:function(t){return{bootstrap3:"glyphicon",bootstrap4:"fa",bootstrap5:"bi","bootstrap-table":"icon",bulma:"fa",foundation:"fa",materialize:"material-icons",semantic:"fa"}[t]||"fa"},getIcons:function(t){return{glyphicon:{clearSearch:"glyphicon-trash",columns:"glyphicon-th icon-th",detailClose:"glyphicon-minus icon-minus",detailOpen:"glyphicon-plus icon-plus",fullscreen:"glyphicon-fullscreen",paginationSwitchDown:"glyphicon-collapse-down icon-chevron-down",paginationSwitchUp:"glyphicon-collapse-up icon-chevron-up",refresh:"glyphicon-refresh icon-refresh",search:"glyphicon-search",toggleOff:"glyphicon-list-alt icon-list-alt",toggleOn:"glyphicon-list-alt icon-list-alt"},fa:{clearSearch:"fa-trash",columns:"fa-th-list",detailClose:"fa-minus",detailOpen:"fa-plus",fullscreen:"fa-arrows-alt",paginationSwitchDown:"fa-caret-square-down",paginationSwitchUp:"fa-caret-square-up",refresh:"fa-sync",search:"fa-search",toggleOff:"fa-toggle-off",toggleOn:"fa-toggle-on"},bi:{clearSearch:"bi-trash",columns:"bi-list-ul",detailClose:"bi-dash",detailOpen:"bi-plus",fullscreen:"bi-arrows-move",paginationSwitchDown:"bi-caret-down-square",paginationSwitchUp:"bi-caret-up-square",refresh:"bi-arrow-clockwise",search:"bi-search",toggleOff:"bi-toggle-off",toggleOn:"bi-toggle-on"},icon:{clearSearch:"icon-trash-2",columns:"icon-list",detailClose:"icon-minus",detailOpen:"icon-plus",fullscreen:"icon-maximize",paginationSwitchDown:"icon-arrow-up-circle",paginationSwitchUp:"icon-arrow-down-circle",refresh:"icon-refresh-cw",search:"icon-search",toggleOff:"icon-toggle-right",toggleOn:"icon-toggle-right"},"material-icons":{clearSearch:"delete",columns:"view_list",detailClose:"remove",detailOpen:"add",fullscreen:"fullscreen",paginationSwitchDown:"grid_on",paginationSwitchUp:"grid_off",refresh:"refresh",search:"search",sort:"sort",toggleOff:"tablet",toggleOn:"tablet_android"}}[t]||{}},getSearchInput:function(e){return"string"==typeof e.options.searchSelector?t(e.options.searchSelector):e.$toolbar.find(".search input")},extend:function(){for(var t=this,e=arguments.length,i=new Array(e),n=0;n1?e-1:0),n=1;n0&&void 0!==arguments[0]?arguments[0]:{};return 0===Object.entries(t).length&&t.constructor===Object},isNumeric:function(t){return!isNaN(parseFloat(t))&&isFinite(t)},getFieldTitle:function(t,e){var i,n=o(t);try{for(n.s();!(i=n.n()).done;){var r=i.value;if(r.field===e)return r.title}}catch(t){n.e(t)}finally{n.f()}return""},setFieldIndex:function(t){var e,i=0,n=[],r=o(t[0]);try{for(r.s();!(e=r.n()).done;){i+=+e.value.colspan||1}}catch(t){r.e(t)}finally{r.f()}for(var a=0;a1){for(var u=0,f=function(t){var e=r.filter((function(e){return e.fieldIndex===t})),i=e[e.length-1];if(e.length>1)for(var n=0;n0}}}catch(t){l.e(t)}finally{l.f()}}}catch(t){a.e(t)}finally{a.f()}if(!(t.length<2)){var p,g=o(e);try{var v=function(){var t=p.value,e=r.filter((function(e){return e.fieldIndex===t.fieldIndex}));if(e.length>1){var i,n=o(e);try{for(n.s();!(i=n.n()).done;){i.value.visible=t.visible}}catch(t){n.e(t)}finally{n.f()}}};for(g.s();!(p=g.n()).done;)v()}catch(t){g.e(t)}finally{g.f()}}},getScrollBarWidth:function(){if(void 0===this.cachedWidth){var e=t("
").addClass("fixed-table-scroll-inner"),i=t("
").addClass("fixed-table-scroll-outer");i.append(e),t("body").append(i);var n=e[0].offsetWidth;i.css("overflow","scroll");var o=e[0].offsetWidth;n===o&&(o=i[0].clientWidth),i.remove(),this.cachedWidth=n-o}return this.cachedWidth},calculateObjectValue:function(t,e,i,n){var r=e;if("string"==typeof e){var a=e.split(".");if(a.length>1){r=window;var s,l=o(a);try{for(l.s();!(s=l.n()).done;){r=r[s.value]}}catch(t){l.e(t)}finally{l.f()}}else r=window[e]}return null!==r&&"object"===u(r)?r:"function"==typeof r?r.apply(t,i||[]):!r&&"string"==typeof e&&i&&this.sprintf.apply(this,[e].concat(c(i)))?this.sprintf.apply(this,[e].concat(c(i))):n},compareObjects:function(t,e,i){var n=Object.keys(t),o=Object.keys(e);if(i&&n.length!==o.length)return!1;for(var r=0,a=n;r/g,">").replace(/"/g,""").replace(/'/g,"'"):t},unescapeHTML:function(t){return"string"==typeof t&&t?t.toString().replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'"):t},removeHTML:function(t){return t?t.toString().replace(/(<([^>]+)>)/gi,"").replace(/&[#A-Za-z0-9]+;/gi,"").trim():t},getRealDataAttr:function(t){for(var e=0,i=Object.entries(t);e3&&void 0!==arguments[3]?arguments[3]:void 0,r=t;if(void 0!==n&&(i=n),"string"!=typeof e||t.hasOwnProperty(e))return i?this.escapeHTML(t[e]):t[e];var a,s=o(e.split("."));try{for(s.s();!(a=s.n()).done;){var l=a.value;r=r&&r[l]}}catch(t){s.e(t)}finally{s.f()}return i?this.escapeHTML(r):r},isIEBrowser:function(){return navigator.userAgent.includes("MSIE ")||/Trident.*rv:11\./.test(navigator.userAgent)},findIndex:function(t,e){var i,n=o(t);try{for(n.s();!(i=n.n()).done;){var r=i.value;if(JSON.stringify(r)===JSON.stringify(e))return t.indexOf(r)}}catch(t){n.e(t)}finally{n.f()}return-1},trToData:function(e,i){var n=this,o=[],r=[];return i.each((function(i,a){var s=t(a),l={};l._id=s.attr("id"),l._class=s.attr("class"),l._data=n.getRealDataAttr(s.data()),l._style=s.attr("style"),s.find(">td,>th").each((function(o,a){for(var s=t(a),c=+s.attr("colspan")||1,h=+s.attr("rowspan")||1,u=o;r[i]&&r[i][u];u++);for(var f=u;fe?i:0;if(n.sortEmptyLast){if(""===t)return 1;if(""===e)return-1}return t===e?0:("string"!=typeof t&&(t=t.toString()),-1===t.localeCompare(e)?-1*i:i)},getEventName:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e=e||"".concat(+new Date).concat(~~(1e6*Math.random())),"".concat(t,"-").concat(e)},hasDetailViewIcon:function(t){return t.detailView&&t.detailViewIcon&&!t.cardView},getDetailViewIndexOffset:function(t){return this.hasDetailViewIcon(t)&&"right"!==t.detailViewAlign?1:0},checkAutoMergeCells:function(t){var e,i=o(t);try{for(i.s();!(e=i.n()).done;)for(var n=e.value,r=0,a=Object.keys(n);r0){var n=e.substring(0,i).trim(),o=e.substring(i+1).trim();t.style.setProperty(n,o)}}));else if(Array.isArray(e)){var i,n=o(e);try{for(n.s();!(i=n.n()).done;){var r=i.value;this.parseStyle(r)}}catch(t){n.e(t)}finally{n.f()}}else if("object"===u(e))for(var a=0,s=Object.entries(e);a',icon:'',inputGroup:'
%s%s
',pageDropdown:['"],pageDropdownItem:'
',pagination:['
    ',"
"],paginationItem:'
  • %s
  • ',searchButton:'',searchClearButton:'',searchInput:'',toolbarDropdown:['"],toolbarDropdownItem:'',toolbarDropdownSeparator:'
  • '}},4:{classes:{buttonActive:"active",buttons:"secondary",buttonsDropdown:"btn-group",buttonsGroup:"btn-group",buttonsPrefix:"btn",dropdownActive:"active",dropup:"dropup",input:"form-control",inputGroup:"btn-group",inputPrefix:"form-control-",paginationActive:"active",paginationDropdown:"btn-group dropdown",pull:"float",select:"form-control"},html:{dropdownCaret:'',icon:'',inputGroup:'
    %s
    %s
    ',pageDropdown:['"],pageDropdownItem:'%s',pagination:['
      ',"
    "],paginationItem:'
  • %s
  • ',searchButton:'',searchClearButton:'',searchInput:'',toolbarDropdown:['"],toolbarDropdownItem:'',toolbarDropdownSeparator:''}},5:{classes:{buttonActive:"active",buttons:"secondary",buttonsDropdown:"btn-group",buttonsGroup:"btn-group",buttonsPrefix:"btn",dropdownActive:"active",dropup:"dropup",input:"form-control",inputGroup:"btn-group",inputPrefix:"form-control-",paginationActive:"active",paginationDropdown:"btn-group dropdown",pull:"float",select:"form-select"},html:{dataToggle:"data-bs-toggle",dropdownCaret:'',icon:'',inputGroup:'
    %s%s
    ',pageDropdown:['"],pageDropdownItem:'%s',pagination:['
      ',"
    "],paginationItem:'
  • %s
  • ',searchButton:'',searchClearButton:'',searchInput:'',toolbarDropdown:['"],toolbarDropdownItem:'',toolbarDropdownSeparator:''}}}[Gw],Jw={ajax:void 0,ajaxOptions:{},buttons:{},buttonsAlign:"right",buttonsAttributeTitle:"title",buttonsClass:Kw.classes.buttons,buttonsOrder:["paginationSwitch","refresh","toggle","fullscreen","columns"],buttonsPrefix:Kw.classes.buttonsPrefix,buttonsToolbar:void 0,cache:!0,cardView:!1,checkboxHeader:!0,classes:"table table-bordered table-hover",clickToSelect:!1,columns:[[]],contentType:"application/json",customSearch:void 0,customSort:void 0,data:[],dataField:"rows",dataType:"json",detailFilter:function(t,e){return!0},detailFormatter:function(t,e){return""},detailView:!1,detailViewAlign:"left",detailViewByClick:!1,detailViewIcon:!0,escape:!1,escapeTitle:!0,filterOptions:{filterAlgorithm:"and"},fixedScroll:!1,footerField:"footer",footerStyle:function(t){return{}},headerStyle:function(t){return{}},height:void 0,icons:{},iconSize:void 0,iconsPrefix:void 0,idField:void 0,ignoreClickToSelectOn:function(t){var e=t.tagName;return["A","BUTTON"].includes(e)},loadingFontSize:"auto",loadingTemplate:function(t){return'\n '.concat(t,'\n \n \n ')},locale:void 0,maintainMetaData:!1,method:"get",minimumCountColumns:1,multipleSelectRow:!1,pageList:[10,25,50,100],pageNumber:1,pageSize:10,pagination:!1,paginationDetailHAlign:"left",paginationHAlign:"right",paginationLoadMore:!1,paginationLoop:!0,paginationNextText:"›",paginationPagesBySide:1,paginationParts:["pageInfo","pageSize","pageList"],paginationPreText:"‹",paginationSuccessivelySize:5,paginationUseIntermediate:!1,paginationVAlign:"bottom",queryParams:function(t){return t},queryParamsType:"limit",regexSearch:!1,rememberOrder:!1,responseHandler:function(t){return t},rowAttributes:function(t,e){return{}},rowStyle:function(t,e){return{}},search:!1,searchable:!1,searchAccentNeutralise:!1,searchAlign:"right",searchHighlight:!1,searchOnEnterKey:!1,searchSelector:!1,searchText:"",searchTimeOut:500,selectItemName:"btSelectItem",serverSort:!0,showButtonIcons:!0,showButtonText:!1,showColumns:!1,showColumnsSearch:!1,showColumnsToggleAll:!1,showExtendedPagination:!1,showFooter:!1,showFullscreen:!1,showHeader:!0,showPaginationSwitch:!1,showRefresh:!1,showSearchButton:!1,showSearchClearButton:!1,showToggle:!1,sidePagination:"client",silentSort:!0,singleSelect:!1,smartDisplay:!0,sortable:!0,sortClass:void 0,sortEmptyLast:!1,sortName:void 0,sortOrder:void 0,sortReset:!1,sortResetPage:!1,sortStable:!1,strictSearch:!1,theadClasses:"",toolbar:void 0,toolbarAlign:"left",totalField:"total",totalNotFiltered:0,totalNotFilteredField:"totalNotFiltered",totalRows:0,trimOnSearch:!0,undefinedText:"-",uniqueId:void 0,url:void 0,virtualScroll:!1,virtualScrollItemHeight:void 0,visibleSearch:!1,onAll:function(t,e){return!1},onCheck:function(t){return!1},onCheckAll:function(t){return!1},onCheckSome:function(t){return!1},onClickCell:function(t,e,i,n){return!1},onClickRow:function(t,e){return!1},onCollapseRow:function(t,e){return!1},onColumnSwitch:function(t,e){return!1},onColumnSwitchAll:function(t){return!1},onDblClickCell:function(t,e,i,n){return!1},onDblClickRow:function(t,e){return!1},onExpandRow:function(t,e,i){return!1},onLoadError:function(t){return!1},onLoadSuccess:function(t){return!1},onPageChange:function(t,e){return!1},onPostBody:function(){return!1},onPostFooter:function(){return!1},onPostHeader:function(){return!1},onPreBody:function(t){return!1},onRefresh:function(t){return!1},onRefreshOptions:function(t){return!1},onResetView:function(){return!1},onScrollBody:function(){return!1},onSearch:function(t){return!1},onSort:function(t,e){return!1},onToggle:function(t){return!1},onTogglePagination:function(t){return!1},onUncheck:function(t){return!1},onUncheckAll:function(t){return!1},onUncheckSome:function(t){return!1},onVirtualScroll:function(t,e){return!1}},Yw={formatLoadingMessage:function(){return"Loading, please wait"},formatRecordsPerPage:function(t){return"".concat(t," rows per page")},formatShowingRows:function(t,e,i,n){return void 0!==n&&n>0&&n>i?"Showing ".concat(t," to ").concat(e," of ").concat(i," rows (filtered from ").concat(n," total rows)"):"Showing ".concat(t," to ").concat(e," of ").concat(i," rows")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatSearch:function(){return"Search"},formatClearSearch:function(){return"Clear Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"}},Qw={align:void 0,cardVisible:!0,cellStyle:void 0,checkbox:!1,checkboxEnabled:!0,class:void 0,clickToSelect:!0,colspan:void 0,detailFormatter:void 0,escape:void 0,events:void 0,falign:void 0,field:void 0,footerFormatter:void 0,footerStyle:void 0,formatter:void 0,halign:void 0,order:"asc",radio:!1,rowspan:void 0,searchable:!0,searchFormatter:!0,searchHighlightFormatter:!1,showSelectTitle:!1,sortable:!1,sorter:void 0,sortName:void 0,switchable:!0,switchableLabel:void 0,title:void 0,titleTooltip:void 0,valign:void 0,visible:!0,width:void 0,widthUnit:"px"};Object.assign(Jw,Yw);var Xw={COLUMN_DEFAULTS:Qw,CONSTANTS:Kw,DEFAULTS:Jw,EVENTS:{"all.bs.table":"onAll","check-all.bs.table":"onCheckAll","check-some.bs.table":"onCheckSome","check.bs.table":"onCheck","click-cell.bs.table":"onClickCell","click-row.bs.table":"onClickRow","collapse-row.bs.table":"onCollapseRow","column-switch-all.bs.table":"onColumnSwitchAll","column-switch.bs.table":"onColumnSwitch","dbl-click-cell.bs.table":"onDblClickCell","dbl-click-row.bs.table":"onDblClickRow","expand-row.bs.table":"onExpandRow","load-error.bs.table":"onLoadError","load-success.bs.table":"onLoadSuccess","page-change.bs.table":"onPageChange","post-body.bs.table":"onPostBody","post-footer.bs.table":"onPostFooter","post-header.bs.table":"onPostHeader","pre-body.bs.table":"onPreBody","refresh-options.bs.table":"onRefreshOptions","refresh.bs.table":"onRefresh","reset-view.bs.table":"onResetView","scroll-body.bs.table":"onScrollBody","search.bs.table":"onSearch","sort.bs.table":"onSort","toggle-pagination.bs.table":"onTogglePagination","toggle.bs.table":"onToggle","uncheck-all.bs.table":"onUncheckAll","uncheck-some.bs.table":"onUncheckSome","uncheck.bs.table":"onUncheck","virtual-scroll.bs.table":"onVirtualScroll"},LOCALES:{en:Yw,"en-US":Yw},METHODS:["getOptions","refreshOptions","getData","getSelections","load","append","prepend","remove","removeAll","insertRow","updateRow","getRowByUniqueId","updateByUniqueId","removeByUniqueId","updateCell","updateCellByUniqueId","showRow","hideRow","getHiddenRows","showColumn","hideColumn","getVisibleColumns","getHiddenColumns","showAllColumns","hideAllColumns","mergeCells","checkAll","uncheckAll","checkInvert","check","uncheck","checkBy","uncheckBy","refresh","destroy","resetView","showLoading","hideLoading","togglePagination","toggleFullscreen","toggleView","resetSearch","filterBy","sortBy","sortReset","scrollTo","getScrollPosition","selectPage","prevPage","nextPage","toggleDetailView","expandRow","collapseRow","expandRowByUniqueId","collapseRowByUniqueId","expandAllRows","collapseAllRows","updateColumnTitle","updateFormatText"],THEME:"bootstrap".concat(Gw),VERSION:"1.23.3"},Zw=function(){return n((function t(e){var n=this;i(this,t),this.rows=e.rows,this.scrollEl=e.scrollEl,this.contentEl=e.contentEl,this.callback=e.callback,this.itemHeight=e.itemHeight,this.cache={},this.scrollTop=this.scrollEl.scrollTop,this.initDOM(this.rows,e.fixedScroll),this.scrollEl.scrollTop=this.scrollTop,this.lastCluster=0;var o=function(){n.lastCluster!==(n.lastCluster=n.getNum())&&(n.initDOM(n.rows),n.callback(n.startIndex,n.endIndex))};this.scrollEl.addEventListener("scroll",o,!1),this.destroy=function(){n.contentEl.innerHtml="",n.scrollEl.removeEventListener("scroll",o,!1)}}),[{key:"initDOM",value:function(t,e){void 0===this.clusterHeight?(this.cache.scrollTop=this.scrollEl.scrollTop,this.cache.data=this.contentEl.innerHTML=t[0]+t[0]+t[0],this.getRowsHeight(t)):0===this.blockHeight&&this.getRowsHeight(t);var i=this.initData(t,this.getNum(e)),n=i.rows.join(""),o=this.checkChanges("data",n),r=this.checkChanges("top",i.topOffset),a=this.checkChanges("bottom",i.bottomOffset),s=[];o&&r?(i.topOffset&&s.push(this.getExtra("top",i.topOffset)),s.push(n),i.bottomOffset&&s.push(this.getExtra("bottom",i.bottomOffset)),this.startIndex=i.start,this.endIndex=i.end,this.contentEl.innerHTML=s.join(""),e&&(this.contentEl.scrollTop=this.cache.scrollTop)):a&&(this.contentEl.lastChild.style.height="".concat(i.bottomOffset,"px"))}},{key:"getRowsHeight",value:function(){if(void 0===this.itemHeight||0===this.itemHeight){var t=this.contentEl.children,e=t[Math.floor(t.length/2)];this.itemHeight=e.offsetHeight}this.blockHeight=50*this.itemHeight,this.clusterRows=200,this.clusterHeight=4*this.blockHeight}},{key:"getNum",value:function(t){return this.scrollTop=t?this.cache.scrollTop:this.scrollEl.scrollTop,Math.floor(this.scrollTop/(this.clusterHeight-this.blockHeight))||0}},{key:"initData",value:function(t,e){if(t.length<50)return{topOffset:0,bottomOffset:0,rowsAbove:0,rows:t};var i=Math.max((this.clusterRows-50)*e,0),n=i+this.clusterRows,o=Math.max(i*this.itemHeight,0),r=Math.max((t.length-n)*this.itemHeight,0),a=[],s=i;o<1&&s++;for(var l=i;l
    ':"",i=["bottom","both"].includes(this.options.paginationVAlign)?'
    ':"",n=Ww.calculateObjectValue(this.options,this.options.loadingTemplate,[this.options.formatLoadingMessage()]);this.$container=t('\n
    \n
    \n ').concat(e,'\n
    \n
    \n
    \n
    \n ').concat(n,'\n
    \n
    \n \n
    \n ').concat(i,"\n
    \n ")),this.$container.insertAfter(this.$el),this.$tableContainer=this.$container.find(".fixed-table-container"),this.$tableHeader=this.$container.find(".fixed-table-header"),this.$tableBody=this.$container.find(".fixed-table-body"),this.$tableLoading=this.$container.find(".fixed-table-loading"),this.$tableFooter=this.$el.find("tfoot"),this.options.buttonsToolbar?this.$toolbar=t("body").find(this.options.buttonsToolbar):this.$toolbar=this.$container.find(".fixed-table-toolbar"),this.$pagination=this.$container.find(".fixed-table-pagination"),this.$tableBody.append(this.$el),this.$container.after('
    '),this.$el.addClass(this.options.classes),this.$tableLoading.addClass(this.options.classes),this.options.height&&(this.$tableContainer.addClass("fixed-height"),this.options.showFooter&&this.$tableContainer.addClass("has-footer"),this.options.classes.split(" ").includes("table-bordered")&&(this.$tableBody.append('
    '),this.$tableBorder=this.$tableBody.find(".fixed-table-border"),this.$tableLoading.addClass("fixed-table-border")),this.$tableFooter=this.$container.find(".fixed-table-footer"))}},{key:"initTable",value:function(){var i=this,n=[];if(this.$header=this.$el.find(">thead"),this.$header.length?this.options.theadClasses&&this.$header.addClass(this.options.theadClasses):this.$header=t('')).appendTo(this.$el),this._headerTrClasses=[],this._headerTrStyles=[],this.$header.find("tr").each((function(e,o){var r=t(o),a=[];r.find("th").each((function(e,i){var n=t(i);void 0!==n.data("field")&&n.data("field","".concat(n.data("field")));var o=Object.assign({},n.data());for(var r in o)t.fn.bootstrapTable.columnDefaults.hasOwnProperty(r)&&delete o[r];a.push(Ww.extend({},{_data:Ww.getRealDataAttr(o),title:n.html(),class:n.attr("class"),titleTooltip:n.attr("title"),rowspan:n.attr("rowspan")?+n.attr("rowspan"):void 0,colspan:n.attr("colspan")?+n.attr("colspan"):void 0},n.data()))})),n.push(a),r.attr("class")&&i._headerTrClasses.push(r.attr("class")),r.attr("style")&&i._headerTrStyles.push(r.attr("style"))})),Array.isArray(this.options.columns[0])||(this.options.columns=[this.options.columns]),this.options.columns=Ww.extend(!0,[],n,this.options.columns),this.columns=[],this.fieldsColumnsIndex=[],Ww.setFieldIndex(this.options.columns),this.options.columns.forEach((function(t,n){t.forEach((function(t,o){var r=Ww.extend({},e.COLUMN_DEFAULTS,t,{passed:t});void 0!==r.fieldIndex&&(i.columns[r.fieldIndex]=r,i.fieldsColumnsIndex[r.field]=r.fieldIndex),i.options.columns[n][o]=r}))})),!this.options.data.length){var o=Ww.trToData(this.columns,this.$el.find(">tbody>tr"));o.length&&(this.options.data=o,this.fromHtml=!0)}this.options.pagination&&"server"!==this.options.sidePagination||(this.footerData=Ww.trToData(this.columns,this.$el.find(">tfoot>tr"))),this.footerData&&this.$el.find("tfoot").html(""),!this.options.showFooter||this.options.cardView?this.$tableFooter.hide():this.$tableFooter.show()}},{key:"initHeader",value:function(){var e=this,i={},n=[];this.header={fields:[],styles:[],classes:[],formatters:[],detailFormatters:[],events:[],sorters:[],sortNames:[],cellStyles:[],searchables:[]},Ww.updateFieldGroup(this.options.columns,this.columns),this.options.columns.forEach((function(t,o){var r=[];r.push(""));var a="";if(0===o&&Ww.hasDetailViewIcon(e.options)){var s=e.options.columns.length>1?' rowspan="'.concat(e.options.columns.length,'"'):"";a='\n
    \n ')}a&&"right"!==e.options.detailViewAlign&&r.push(a),t.forEach((function(t,n){var a=Ww.sprintf(' class="%s"',t.class),s=t.widthUnit,c=parseFloat(t.width),h=t.halign?t.halign:t.align,f=Ww.sprintf("text-align: %s; ",h),d=Ww.sprintf("text-align: %s; ",t.align),p=Ww.sprintf("vertical-align: %s; ",t.valign);if(p+=Ww.sprintf("width: %s; ",!t.checkbox&&!t.radio||c?c?c+s:void 0:t.showSelectTitle?void 0:"36px"),void 0!==t.fieldIndex||t.visible){var g=Ww.calculateObjectValue(null,e.options.headerStyle,[t]),v=[],b=[],m="";if(g&&g.css)for(var y=0,w=Object.entries(g.css);y0)for(var O=0,P=Object.entries(t._data);O0?" data-not-first-th":"",b.length>0?b.join(" "):"",">"),r.push(Ww.sprintf('
    ',e.options.sortable&&t.sortable?"sortable".concat("center"===h?" sortable-center":""," both"):""));var I=e.options.escape&&e.options.escapeTitle?Ww.escapeHTML(t.title):t.title,R=I;t.checkbox&&(I="",!e.options.singleSelect&&e.options.checkboxHeader&&(I=''),e.header.stateField=t.field),t.radio&&(I="",e.header.stateField=t.field),!I&&t.showSelectTitle&&(I+=R),r.push(I),r.push("
    "),r.push('
    '),r.push("
    "),r.push("")}})),a&&"right"===e.options.detailViewAlign&&r.push(a),r.push(""),r.length>3&&n.push(r.join(""))})),this.$header.html(n.join("")),this.$header.find("th[data-field]").each((function(e,n){t(n).data(i[t(n).data("field")])})),this.$container.off("click",".th-inner").on("click",".th-inner",(function(i){var n=t(i.currentTarget);if(e.options.detailView&&!n.parent().hasClass("bs-checkbox")&&n.closest(".bootstrap-table")[0]!==e.$container[0])return!1;e.options.sortable&&n.parent().data().sortable&&e.onSort(i)}));var o=Ww.getEventName("resize.bootstrap-table",this.$el.attr("id"));t(window).off(o),!this.options.showHeader||this.options.cardView?(this.$header.hide(),this.$tableHeader.hide(),this.$tableLoading.css("top",0)):(this.$header.show(),this.$tableHeader.show(),this.$tableLoading.css("top",this.$header.outerHeight()+1),this.getCaret(),t(window).on(o,(function(){return e.resetView()}))),this.$selectAll=this.$header.find('[name="btSelectAll"]'),this.$selectAll.off("click").on("click",(function(i){i.stopPropagation();var n=t(i.currentTarget).prop("checked");e[n?"checkAll":"uncheckAll"](),e.updateSelected()}))}},{key:"initData",value:function(t,e){"append"===e?this.options.data=this.options.data.concat(t):"prepend"===e?this.options.data=[].concat(t).concat(this.options.data):(t=t||Ww.deepCopy(this.options.data),this.options.data=Array.isArray(t)?t:t[this.options.dataField]),this.data=c(this.options.data),this.options.sortReset&&(this.unsortedData=c(this.data)),"server"!==this.options.sidePagination&&this.initSort()}},{key:"initSort",value:function(){var t=this,e=this.options.sortName,i="desc"===this.options.sortOrder?-1:1,n=this.header.fields.indexOf(this.options.sortName),o=0;-1!==n?(this.options.sortStable&&this.data.forEach((function(t,e){t.hasOwnProperty("_position")||(t._position=e)})),this.options.customSort?Ww.calculateObjectValue(this.options,this.options.customSort,[this.options.sortName,this.options.sortOrder,this.data]):this.data.sort((function(o,r){t.header.sortNames[n]&&(e=t.header.sortNames[n]);var a=Ww.getItemField(o,e,t.options.escape),s=Ww.getItemField(r,e,t.options.escape),l=Ww.calculateObjectValue(t.header,t.header.sorters[n],[a,s,o,r]);return void 0!==l?t.options.sortStable&&0===l?i*(o._position-r._position):i*l:Ww.sort(a,s,i,t.options,o._position,r._position)})),void 0!==this.options.sortClass&&(clearTimeout(o),o=setTimeout((function(){t.$el.removeClass(t.options.sortClass);var e=t.$header.find('[data-field="'.concat(t.options.sortName,'"]')).index();t.$el.find("tr td:nth-child(".concat(e+1,")")).addClass(t.options.sortClass)}),250))):this.options.sortReset&&(this.data=c(this.unsortedData))}},{key:"sortReset",value:function(){this.options.sortName=void 0,this.options.sortOrder=void 0,this._sort()}},{key:"sortBy",value:function(t){this.options.sortName=t.field,this.options.sortOrder=t.hasOwnProperty("sortOrder")?t.sortOrder:"asc",this._sort()}},{key:"onSort",value:function(e){var i=e.type,n=e.currentTarget,o="keypress"===i?t(n):t(n).parent(),r=this.$header.find("th").eq(o.index());if(this.$header.add(this.$header_).find("span.order").remove(),this.options.sortName===o.data("field")){var a=this.options.sortOrder,s=this.columns[this.fieldsColumnsIndex[o.data("field")]].sortOrder||this.columns[this.fieldsColumnsIndex[o.data("field")]].order;void 0===a?this.options.sortOrder="asc":"asc"===a?this.options.sortOrder=this.options.sortReset?"asc"===s?"desc":void 0:"desc":"desc"===this.options.sortOrder&&(this.options.sortOrder=this.options.sortReset?"desc"===s?"asc":void 0:"asc"),void 0===this.options.sortOrder&&(this.options.sortName=void 0)}else this.options.sortName=o.data("field"),this.options.rememberOrder?this.options.sortOrder="asc"===o.data("order")?"desc":"asc":this.options.sortOrder=this.columns[this.fieldsColumnsIndex[o.data("field")]].sortOrder||this.columns[this.fieldsColumnsIndex[o.data("field")]].order;o.add(r).data("order",this.options.sortOrder),this.getCaret(),this._sort()}},{key:"_sort",value:function(){if("server"===this.options.sidePagination&&this.options.serverSort)return this.options.pageNumber=1,this.trigger("sort",this.options.sortName,this.options.sortOrder),void this.initServer(this.options.silentSort);this.options.pagination&&this.options.sortResetPage&&(this.options.pageNumber=1,this.initPagination()),this.trigger("sort",this.options.sortName,this.options.sortOrder),this.initSort(),this.initBody()}},{key:"initToolbar",value:function(){var e,i=this,n=this.options,r=[],a=0,s=0;this.$toolbar.find(".bs-bars").children().length&&t("body").append(t(n.toolbar)),this.$toolbar.html(""),"string"!=typeof n.toolbar&&"object"!==u(n.toolbar)||t(Ww.sprintf('
    ',this.constants.classes.pull,n.toolbarAlign)).appendTo(this.$toolbar).append(t(n.toolbar)),r=['
    ')],"string"==typeof n.buttonsOrder&&(n.buttonsOrder=n.buttonsOrder.replace(/\[|\]| |'/g,"").split(",")),this.buttons=Object.assign(this.buttons,{paginationSwitch:{text:n.pagination?n.formatPaginationSwitchUp():n.formatPaginationSwitchDown(),icon:n.pagination?n.icons.paginationSwitchDown:n.icons.paginationSwitchUp,render:!1,event:this.togglePagination,attributes:{"aria-label":n.formatPaginationSwitch(),title:n.formatPaginationSwitch()}},refresh:{text:n.formatRefresh(),icon:n.icons.refresh,render:!1,event:this.refresh,attributes:{"aria-label":n.formatRefresh(),title:n.formatRefresh()}},toggle:{text:n.formatToggleOn(),icon:n.icons.toggleOff,render:!1,event:this.toggleView,attributes:{"aria-label":n.formatToggleOn(),title:n.formatToggleOn()}},fullscreen:{text:n.formatFullscreen(),icon:n.icons.fullscreen,render:!1,event:this.toggleFullscreen,attributes:{"aria-label":n.formatFullscreen(),title:n.formatFullscreen()}},columns:{render:!1,html:function(){var t=[];if(t.push('
    \n \n ").concat(i.constants.html.toolbarDropdown[0])),n.showColumnsSearch&&(t.push(Ww.sprintf(i.constants.html.toolbarDropdownItem,Ww.sprintf('',i.constants.classes.input,n.formatSearch()))),t.push(i.constants.html.toolbarDropdownSeparator)),n.showColumnsToggleAll){var e=i.getVisibleColumns().length===i.columns.filter((function(t){return!i.isSelectionColumn(t)})).length;t.push(Ww.sprintf(i.constants.html.toolbarDropdownItem,Ww.sprintf(' %s',e?'checked="checked"':"",n.formatColumnsToggleAll()))),t.push(i.constants.html.toolbarDropdownSeparator)}var o=0;return i.columns.forEach((function(t){t.visible&&o++})),i.columns.forEach((function(e,r){if(!i.isSelectionColumn(e)&&(!n.cardView||e.cardVisible)){var a=e.visible?' checked="checked"':"",l=o<=n.minimumCountColumns&&a?' disabled="disabled"':"";e.switchable&&(t.push(Ww.sprintf(i.constants.html.toolbarDropdownItem,Ww.sprintf(' %s',e.field,r,a,l,e.switchableLabel||e.title))),s++)}})),t.push(i.constants.html.toolbarDropdown[1],"
    "),t.join("")}}});for(var c={},h=0,f=Object.entries(this.buttons);h"}c[p]=v;var O="show".concat(p.charAt(0).toUpperCase()).concat(p.substring(1)),P=n[O];!(!g.hasOwnProperty("render")||g.hasOwnProperty("render")&&g.render)||void 0!==P&&!0!==P||(n[O]=!0),n.buttonsOrder.includes(p)||n.buttonsOrder.push(p)}var T,C=o(n.buttonsOrder);try{for(C.s();!(T=C.n()).done;){var A=T.value;n["show".concat(A.charAt(0).toUpperCase()).concat(A.substring(1))]&&r.push(c[A])}}catch(t){C.e(t)}finally{C.f()}r.push("
    "),(this.showToolbar||r.length>2)&&this.$toolbar.append(r.join(""));for(var I=function(){var t=l($[R],2),e=t[0],n=t[1];if(n.hasOwnProperty("event")){if("function"==typeof n.event||"string"==typeof n.event){var o="string"==typeof n.event?window[n.event]:n.event;return i.$toolbar.find('button[name="'.concat(e,'"]')).off("click").on("click",(function(){return o.call(i)})),1}for(var r=function(){var t=l(s[a],2),n=t[0],o=t[1],r="string"==typeof o?window[o]:o;i.$toolbar.find('button[name="'.concat(e,'"]')).off(n).on(n,(function(){return r.call(i)}))},a=0,s=Object.entries(n.event);a'),V=_;if(n.showSearchButton||n.showSearchClearButton){var H=(n.showSearchButton?B:"")+(n.showSearchClearButton?D:"");V=n.search?Ww.sprintf(this.constants.html.inputGroup,_,H):H}r.push(Ww.sprintf('\n
    \n %s\n
    \n '),V)),this.$toolbar.append(r.join(""));var U=Ww.getSearchInput(this);n.showSearchButton?(this.$toolbar.find(".search button[name=search]").off("click").on("click",(function(){clearTimeout(a),a=setTimeout((function(){i.onSearch({currentTarget:U})}),n.searchTimeOut)})),n.searchOnEnterKey&&F(U)):F(U),n.showSearchClearButton&&this.$toolbar.find(".search button[name=clearSearch]").click((function(){i.resetSearch()}))}else"string"==typeof n.searchSelector&&F(Ww.getSearchInput(this))}},{key:"onSearch",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.currentTarget,n=e.firedByInitSearchText,o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(void 0!==i&&t(i).length&&o){var r=t(i).val().trim();if(this.options.trimOnSearch&&t(i).val()!==r&&t(i).val(r),this.searchText===r)return;var a=Ww.getSearchInput(this),s=i instanceof jQuery?i:t(i);(s.is(a)||s.hasClass("search-input"))&&(this.searchText=r,this.options.searchText=r)}n||(this.options.pageNumber=1),this.initSearch(),n?"client"===this.options.sidePagination&&this.updatePagination():this.updatePagination(),this.trigger("search",this.searchText)}},{key:"initSearch",value:function(){var e=this;if(this.filterOptions=this.filterOptions||this.options.filterOptions,"server"!==this.options.sidePagination){if(this.options.customSearch)return this.data=Ww.calculateObjectValue(this.options,this.options.customSearch,[this.options.data,this.searchText,this.filterColumns]),this.options.sortReset&&(this.unsortedData=c(this.data)),void this.initSort();var i=this.searchText&&(this.fromHtml?Ww.escapeHTML(this.searchText):this.searchText),n=i?i.toLowerCase():"",o=Ww.isEmptyObject(this.filterColumns)?null:this.filterColumns;this.options.searchAccentNeutralise&&(n=Ww.normalizeAccent(n)),"function"==typeof this.filterOptions.filterAlgorithm?this.data=this.options.data.filter((function(t){return e.filterOptions.filterAlgorithm.apply(null,[t,o])})):"string"==typeof this.filterOptions.filterAlgorithm&&(this.data=o?this.options.data.filter((function(t){var i=e.filterOptions.filterAlgorithm;if("and"===i){for(var n in o)if(Array.isArray(o[n])&&!o[n].includes(t[n])||!Array.isArray(o[n])&&t[n]!==o[n])return!1}else if("or"===i){var r=!1;for(var a in o)(Array.isArray(o[a])&&o[a].includes(t[a])||!Array.isArray(o[a])&&t[a]===o[a])&&(r=!0);return r}return!0})):c(this.options.data));var r=this.getVisibleFields();this.data=n?this.data.filter((function(o,a){for(var s=0;s").html(h).text())),"string"==typeof h||"number"==typeof h){if(e.options.strictSearch&&"".concat(h).toLowerCase()===n||e.options.regexSearch&&Ww.regexCompare(h,i))return!0;var d=/(?:(<=|=>|=<|>=|>|<)(?:\s+)?(-?\d+)?|(-?\d+)?(\s+)?(<=|=>|=<|>=|>|<))/gm.exec(e.searchText),p=!1;if(d){var g=d[1]||"".concat(d[5],"l"),v=d[2]||d[3],b=parseInt(h,10),m=parseInt(v,10);switch(g){case">":case"m;break;case"<":case">l":p=b=l":case"=>l":p=b<=m;break;case">=":case"=>":case"<=l":case"==m}}if(p||"".concat(h).toLowerCase().includes(n))return!0}}return!1})):this.data,this.options.sortReset&&(this.unsortedData=c(this.data)),this.initSort()}}},{key:"initPagination",value:function(){var t=this,e=this.options;if(e.pagination){this.$pagination.show();var i,n,o,r,a,s,l,c=[],h=!1,u=this.getData({includeHiddenRows:!1}),f=e.pageList;if("string"==typeof f&&(f=f.replace(/\[|\]| /g,"").toLowerCase().split(",")),f=f.map((function(t){return"string"==typeof t?t.toLowerCase()===e.formatAllRows().toLowerCase()||["all","unlimited"].includes(t.toLowerCase())?e.formatAllRows():+t:t})),this.paginationParts=e.paginationParts,"string"==typeof this.paginationParts&&(this.paginationParts=this.paginationParts.replace(/\[|\]| |'/g,"").split(",")),"server"!==e.sidePagination&&(e.totalRows=u.length),this.totalPages=0,e.totalRows&&(e.pageSize===e.formatAllRows()&&(e.pageSize=e.totalRows,h=!0),this.totalPages=1+~~((e.totalRows-1)/e.pageSize),e.totalPages=this.totalPages),this.totalPages>0&&e.pageNumber>this.totalPages&&(e.pageNumber=this.totalPages),this.pageFrom=(e.pageNumber-1)*e.pageSize+1,this.pageTo=e.pageNumber*e.pageSize,this.pageTo>e.totalRows&&(this.pageTo=e.totalRows),this.options.pagination&&"server"!==this.options.sidePagination&&(this.options.totalNotFiltered=this.options.data.length),this.options.showExtendedPagination||(this.options.totalNotFiltered=void 0),(this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")||this.paginationParts.includes("pageSize"))&&c.push('
    ')),this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")){var d=this.options.totalRows+("client"===this.options.sidePagination&&this.options.paginationLoadMore&&!this._paginationLoaded?" +":""),p=this.paginationParts.includes("pageInfoShort")?e.formatDetailPagination(d):e.formatShowingRows(this.pageFrom,this.pageTo,d,e.totalNotFiltered);c.push('\n '.concat(p,"\n "))}if(this.paginationParts.includes("pageSize")){c.push('
    ');var g=['
    \n \n ").concat(this.constants.html.pageDropdown[0])];f.forEach((function(i,n){var o;(!e.smartDisplay||0===n||f[n-1]")),c.push(e.formatRecordsPerPage(g.join("")))}if((this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")||this.paginationParts.includes("pageSize"))&&c.push("
    "),this.paginationParts.includes("pageList")){c.push('
    '),Ww.sprintf(this.constants.html.pagination[0],Ww.sprintf(" pagination-%s",e.iconSize)),Ww.sprintf(this.constants.html.paginationItem," page-pre",e.formatSRPaginationPreText(),e.paginationPreText)),this.totalPagesthis.totalPages-n&&(n=n-(e.paginationSuccessivelySize-(this.totalPages-n))+1),n<1&&(n=1),o>this.totalPages&&(o=this.totalPages);var v=Math.round(e.paginationPagesBySide/2),b=function(i){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return Ww.sprintf(t.constants.html.paginationItem,n+(i===e.pageNumber?" ".concat(t.constants.classes.paginationActive):""),e.formatSRPaginationPageText(i),i)};if(n>1){var m=e.paginationPagesBySide;for(m>=n&&(m=n-1),i=1;i<=m;i++)c.push(b(i));n-1===m+1?(i=n-1,c.push(b(i))):n-1>m&&(n-2*e.paginationPagesBySide>e.paginationPagesBySide&&e.paginationUseIntermediate?(i=Math.round((n-v)/2+v),c.push(b(i," page-intermediate"))):c.push(Ww.sprintf(this.constants.html.paginationItem," page-first-separator disabled","","...")))}for(i=n;i<=o;i++)c.push(b(i));if(this.totalPages>o){var y=this.totalPages-(e.paginationPagesBySide-1);for(o>=y&&(y=o+1),o+1===y-1?(i=o+1,c.push(b(i))):y>o+1&&(this.totalPages-o>2*e.paginationPagesBySide&&e.paginationUseIntermediate?(i=Math.round((this.totalPages-v-o)/2+o),c.push(b(i," page-intermediate"))):c.push(Ww.sprintf(this.constants.html.paginationItem," page-last-separator disabled","","..."))),i=y;i<=this.totalPages;i++)c.push(b(i))}c.push(Ww.sprintf(this.constants.html.paginationItem," page-next",e.formatSRPaginationNextText(),e.paginationNextText)),c.push(this.constants.html.pagination[1],"
    ")}this.$pagination.html(c.join(""));var w=["bottom","both"].includes(e.paginationVAlign)?" ".concat(this.constants.classes.dropup):"";this.$pagination.last().find(".page-list > div").addClass(w),e.onlyInfoPagination||(r=this.$pagination.find(".page-list a"),a=this.$pagination.find(".page-pre"),s=this.$pagination.find(".page-next"),l=this.$pagination.find(".page-item").not(".page-next, .page-pre, .page-last-separator, .page-first-separator"),this.totalPages<=1&&this.$pagination.find("div.pagination").hide(),e.smartDisplay&&(f.length<2||e.totalRows<=f[0])&&this.$pagination.find("div.page-list").hide(),this.$pagination[this.getData().length?"show":"hide"](),e.paginationLoop||(1===e.pageNumber&&a.addClass("disabled"),e.pageNumber===this.totalPages&&s.addClass("disabled")),h&&(e.pageSize=e.formatAllRows()),r.off("click").on("click",(function(e){return t.onPageListChange(e)})),a.off("click").on("click",(function(e){return t.onPagePre(e)})),s.off("click").on("click",(function(e){return t.onPageNext(e)})),l.off("click").on("click",(function(e){return t.onPageNumber(e)})))}else this.$pagination.hide()}},{key:"updatePagination",value:function(e){e&&t(e.currentTarget).hasClass("disabled")||(this.options.maintainMetaData||this.resetRows(),this.initPagination(),this.trigger("page-change",this.options.pageNumber,this.options.pageSize),"server"===this.options.sidePagination||"client"===this.options.sidePagination&&this.options.paginationLoadMore&&!this._paginationLoaded&&this.options.pageNumber===this.totalPages?this.initServer():this.initBody())}},{key:"onPageListChange",value:function(e){e.preventDefault();var i=t(e.currentTarget);return i.parent().addClass(this.constants.classes.dropdownActive).siblings().removeClass(this.constants.classes.dropdownActive),this.options.pageSize=i.text().toUpperCase()===this.options.formatAllRows().toUpperCase()?this.options.formatAllRows():+i.text(),this.$toolbar.find(".page-size").text(this.options.pageSize),this.updatePagination(e),!1}},{key:"onPagePre",value:function(e){if(!t(e.target).hasClass("disabled"))return e.preventDefault(),this.options.pageNumber-1==0?this.options.pageNumber=this.options.totalPages:this.options.pageNumber--,this.updatePagination(e),!1}},{key:"onPageNext",value:function(e){if(!t(e.target).hasClass("disabled"))return e.preventDefault(),this.options.pageNumber+1>this.options.totalPages?this.options.pageNumber=1:this.options.pageNumber++,this.updatePagination(e),!1}},{key:"onPageNumber",value:function(e){if(e.preventDefault(),this.options.pageNumber!==+t(e.currentTarget).text())return this.options.pageNumber=+t(e.currentTarget).text(),this.updatePagination(e),!1}},{key:"initRow",value:function(e,i,n,o){var r=this;if(!(Ww.findIndex(this.hiddenRows,e)>-1)){var a=Ww.calculateObjectValue(this.options,this.options.rowStyle,[e,i],{}),h=Ww.calculateObjectValue(this.options,this.options.rowAttributes,[e,i],{}),f={};if(e._data&&!Ww.isEmptyObject(e._data))for(var d=0,p=Object.entries(e._data);dtbody"),this.$body.length||(this.$body=t("").appendTo(this.$el)),this.options.pagination&&"server"!==this.options.sidePagination||(this.pageFrom=1,this.pageTo=o.length);var r=[],a=t(document.createDocumentFragment()),s=!1,l=[];this.autoMergeCells=Ww.checkAutoMergeCells(o.slice(this.pageFrom-1,this.pageTo));for(var c=this.pageFrom-1;c tr[data-uniqueid="%s"][data-has-detail-view]',p)).next();g.is("tr.detail-view")&&(l.push(c),i&&p===i||d.push(g[0]))}this.options.virtualScroll?r.push(t("
    ").html(d).html()):a.append(d)}}this.$el.removeAttr("role"),s?this.options.virtualScroll?(this.virtualScroll&&this.virtualScroll.destroy(),this.virtualScroll=new Zw({rows:r,fixedScroll:e,scrollEl:this.$tableBody[0],contentEl:this.$body[0],itemHeight:this.options.virtualScrollItemHeight,callback:function(t,e){n.fitHeader(),n.initBodyEvent(),n.trigger("virtual-scroll",t,e)}})):this.$body.html(a):(this.$body.html(''.concat(Ww.sprintf('%s',this.getVisibleFields().length+Ww.getDetailViewIndexOffset(this.options),this.options.formatNoMatches()),"")),this.$el.attr("role","presentation")),l.forEach((function(t){n.expandRow(t)})),e||this.scrollTo(0),this.initBodyEvent(),this.initFooter(),this.resetView(),this.updateSelected(),"server"!==this.options.sidePagination&&(this.options.totalRows=o.length),this.trigger("post-body",o)}},{key:"initBodyEvent",value:function(){var e=this;this.$body.find("> tr[data-index] > td").off("click dblclick").on("click dblclick",(function(i){var n=t(i.currentTarget);if(!(n.find(".detail-icon").length||n.index()-Ww.getDetailViewIndexOffset(e.options)<0)){var o=n.parent(),r=t(i.target).parents(".card-views").children(),a=t(i.target).parents(".card-view"),s=o.data("index"),l=e.data[s],c=e.options.cardView?r.index(a):n[0].cellIndex,h=e.getVisibleFields()[c-Ww.getDetailViewIndexOffset(e.options)],u=e.columns[e.fieldsColumnsIndex[h]],f=Ww.getItemField(l,h,e.options.escape,u.escape);if(e.trigger("click"===i.type?"click-cell":"dbl-click-cell",h,f,l,n),e.trigger("click"===i.type?"click-row":"dbl-click-row",l,o,h),"click"===i.type&&e.options.clickToSelect&&u.clickToSelect&&!Ww.calculateObjectValue(e.options,e.options.ignoreClickToSelectOn,[i.target])){var d=o.find(Ww.sprintf('[name="%s"]',e.options.selectItemName));d.length&&d[0].click()}"click"===i.type&&e.options.detailViewByClick&&e.toggleDetailView(s,e.header.detailFormatters[e.fieldsColumnsIndex[h]])}})).off("mousedown").on("mousedown",(function(t){e.multipleSelectRowCtrlKey=t.ctrlKey||t.metaKey,e.multipleSelectRowShiftKey=t.shiftKey})),this.$body.find("> tr[data-index] > td > .detail-icon").off("click").on("click",(function(i){return i.preventDefault(),e.toggleDetailView(t(i.currentTarget).parent().parent().data("index")),!1})),this.$selectItem=this.$body.find(Ww.sprintf('[name="%s"]',this.options.selectItemName)),this.$selectItem.off("click").on("click",(function(i){i.stopImmediatePropagation();var n=t(i.currentTarget);e._toggleCheck(n.prop("checked"),n.data("index"))})),this.header.events.forEach((function(i,n){var o=i;if(o){if("string"==typeof o&&(o=Ww.calculateObjectValue(null,o)),!o)throw new Error("Unknown event in the scope: ".concat(i));var r=e.header.fields[n],a=e.getVisibleFields().indexOf(r);if(-1!==a){a+=Ww.getDetailViewIndexOffset(e.options);var s=function(i){if(!o.hasOwnProperty(i))return 1;var n=o[i];e.$body.find(">tr:not(.no-records-found)").each((function(o,s){var l=t(s),c=l.find(e.options.cardView?".card-views>.card-view":">td").eq(a),h=i.indexOf(" "),u=i.substring(0,h),f=i.substring(h+1);c.find(f).off(u).on(u,(function(t){var i=l.data("index"),o=e.data[i],a=o[r];n.apply(e,[t,a,o,i])}))}))};for(var l in o)s(l)}}}))}},{key:"initServer",value:function(e,i){var n=this,r={},a=this.header.fields.indexOf(this.options.sortName),s={searchText:this.searchText,sortName:this.options.sortName,sortOrder:this.options.sortOrder};if(this.header.sortNames[a]&&(s.sortName=this.header.sortNames[a]),this.options.pagination&&"server"===this.options.sidePagination&&(s.pageSize=this.options.pageSize===this.options.formatAllRows()?this.options.totalRows:this.options.pageSize,s.pageNumber=this.options.pageNumber),this.options.url||this.options.ajax){if("limit"===this.options.queryParamsType&&(s={search:s.searchText,sort:s.sortName,order:s.sortOrder},this.options.pagination&&"server"===this.options.sidePagination&&(s.offset=this.options.pageSize===this.options.formatAllRows()?0:this.options.pageSize*(this.options.pageNumber-1),s.limit=this.options.pageSize,0!==s.limit&&this.options.pageSize!==this.options.formatAllRows()||delete s.limit)),this.options.search&&"server"===this.options.sidePagination&&this.options.searchable&&this.columns.filter((function(t){return t.searchable})).length){s.searchable=[];var l,c=o(this.columns);try{for(c.s();!(l=c.n()).done;){var h=l.value;!h.checkbox&&h.searchable&&(this.options.visibleSearch&&h.visible||!this.options.visibleSearch)&&s.searchable.push(h.field)}}catch(t){c.e(t)}finally{c.f()}}if(Ww.isEmptyObject(this.filterColumnsPartial)||(s.filter=JSON.stringify(this.filterColumnsPartial,null)),Ww.extend(s,i||{}),!1!==(r=Ww.calculateObjectValue(this.options,this.options.queryParams,[s],r))){e||this.showLoading();var u=Ww.extend({},Ww.calculateObjectValue(null,this.options.ajaxOptions),{type:this.options.method,url:this.options.url,data:"application/json"===this.options.contentType&&"post"===this.options.method?JSON.stringify(r):r,cache:this.options.cache,contentType:this.options.contentType,dataType:this.options.dataType,success:function(t,i,o){var r=Ww.calculateObjectValue(n.options,n.options.responseHandler,[t,o],t);"client"===n.options.sidePagination&&n.options.paginationLoadMore&&(n._paginationLoaded=n.data.length===r.length),n.load(r),n.trigger("load-success",r,o&&o.status,o),e||n.hideLoading(),"server"===n.options.sidePagination&&n.options.pageNumber>1&&r[n.options.totalField]>0&&!r[n.options.dataField].length&&n.updatePagination()},error:function(t){if(t&&0===t.status&&n._xhrAbort)n._xhrAbort=!1;else{var i=[];"server"===n.options.sidePagination&&((i={})[n.options.totalField]=0,i[n.options.dataField]=[]),n.load(i),n.trigger("load-error",t&&t.status,t),e||n.hideLoading()}}});return this.options.ajax?Ww.calculateObjectValue(this,this.options.ajax,[u],null):(this._xhr&&4!==this._xhr.readyState&&(this._xhrAbort=!0,this._xhr.abort()),this._xhr=t.ajax(u)),r}}}},{key:"initSearchText",value:function(){if(this.options.search&&(this.searchText="",""!==this.options.searchText)){var t=Ww.getSearchInput(this);t.val(this.options.searchText),this.onSearch({currentTarget:t,firedByInitSearchText:!0})}}},{key:"getCaret",value:function(){var e=this;this.$header.find("th").each((function(i,n){t(n).find(".sortable").removeClass("desc asc").addClass(t(n).data("field")===e.options.sortName?e.options.sortOrder:"both")}))}},{key:"updateSelected",value:function(){var e=this.$selectItem.filter(":enabled").length&&this.$selectItem.filter(":enabled").length===this.$selectItem.filter(":enabled").filter(":checked").length;this.$selectAll.add(this.$selectAll_).prop("checked",e),this.$selectItem.each((function(e,i){t(i).closest("tr")[t(i).prop("checked")?"addClass":"removeClass"]("selected")}))}},{key:"updateRows",value:function(){var e=this;this.$selectItem.each((function(i,n){e.data[t(n).data("index")][e.header.stateField]=t(n).prop("checked")}))}},{key:"resetRows",value:function(){var t,e=o(this.data);try{for(e.s();!(t=e.n()).done;){var i=t.value;this.$selectAll.prop("checked",!1),this.$selectItem.prop("checked",!1),this.header.stateField&&(i[this.header.stateField]=!1)}}catch(t){e.e(t)}finally{e.f()}this.initHiddenRows()}},{key:"trigger",value:function(i){for(var n,o,r="".concat(i,".bs.table"),a=arguments.length,s=new Array(a>1?a-1:0),l=1;li.clientHeight+this.$header.outerHeight()?Ww.getScrollBarWidth():0;this.$el.css("margin-top",-this.$header.outerHeight());var o=this.$tableHeader.find(":focus");if(o.length>0){var r=o.parents("th");if(r.length>0){var a=r.attr("data-field");if(void 0!==a){var s=this.$header.find("[data-field='".concat(a,"']"));s.length>0&&s.find(":input").addClass("focus-temp")}}}this.$header_=this.$header.clone(!0,!0),this.$selectAll_=this.$header_.find('[name="btSelectAll"]'),this.$tableHeader.css("margin-right",n).find("table").css("width",this.$el.outerWidth()).html("").attr("class",this.$el.attr("class")).append(this.$header_),this.$tableLoading.css("width",this.$el.outerWidth());var l=t(".focus-temp:visible:eq(0)");l.length>0&&(l.focus(),this.$header.find(".focus-temp").removeClass("focus-temp")),this.$header.find("th[data-field]").each((function(i,n){e.$header_.find(Ww.sprintf('th[data-field="%s"]',t(n).data("field"))).data(t(n).data())}));for(var c=this.getVisibleFields(),h=this.$header_.find("th"),u=this.$body.find(">tr:not(.no-records-found,.virtual-scroll-top)").eq(0);u.length&&u.find('>td[colspan]:not([colspan="1"])').length;)u=u.next();var f=u.find("> *").length;u.find("> *").each((function(i,n){var o=t(n);if(Ww.hasDetailViewIcon(e.options)&&(0===i&&"right"!==e.options.detailViewAlign||i===f-1&&"right"===e.options.detailViewAlign)){var r=h.filter(".detail"),a=r.innerWidth()-r.find(".fht-cell").width();r.find(".fht-cell").width(o.innerWidth()-a)}else{var s=i-Ww.getDetailViewIndexOffset(e.options),l=e.$header_.find(Ww.sprintf('th[data-field="%s"]',c[s]));l.length>1&&(l=t(h[o[0].cellIndex]));var u=l.innerWidth()-l.find(".fht-cell").width();l.find(".fht-cell").width(o.innerWidth()-u)}})),this.horizontalScroll(),this.trigger("post-header")}}},{key:"initFooter",value:function(){if(this.options.showFooter&&!this.options.cardView){var t=this.getData(),e=[],i="";Ww.hasDetailViewIcon(this.options)&&(i=Ww.h("th",{class:"detail"},[Ww.h("div",{class:"th-inner"}),Ww.h("div",{class:"fht-cell"})])),i&&"right"!==this.options.detailViewAlign&&e.push(i);var n,r=o(this.columns);try{for(r.s();!(n=r.n()).done;){var a=n.value,l=this.footerData&&this.footerData.length>0;if(a.visible&&(!l||a.field in this.footerData[0])){if(this.options.cardView&&!a.cardVisible)return;var h=Ww.calculateObjectValue(null,a.footerStyle||this.options.footerStyle,[a]),u=h&&h.css||{},f=l&&this.footerData[0]["_".concat(a.field,"_colspan")]||0,d=l&&this.footerData[0][a.field]||"";d=Ww.calculateObjectValue(a,a.footerFormatter,[t,d],d),e.push(Ww.h("th",{class:[a.class,h&&h.classes],style:s({"text-align":a.falign?a.falign:a.align,"vertical-align":a.valign},u),colspan:f||void 0},[Ww.h("div",{class:"th-inner"},c(Ww.htmlToNodes(d))),Ww.h("div",{class:"fht-cell"})]))}}}catch(t){r.e(t)}finally{r.f()}i&&"right"===this.options.detailViewAlign&&e.push(i),this.options.height||this.$tableFooter.length||(this.$el.append(""),this.$tableFooter=this.$el.find("tfoot")),this.$tableFooter.find("tr").length||this.$tableFooter.html("
    "),this.$tableFooter.find("tr").html(e),this.trigger("post-footer",this.$tableFooter)}}},{key:"fitFooter",value:function(){var e=this;if(this.$el.is(":hidden"))setTimeout((function(){return e.fitFooter()}),100);else{var i=this.$tableBody.get(0),n=this.hasScrollBar&&i.scrollHeight>i.clientHeight+this.$header.outerHeight()?Ww.getScrollBarWidth():0;this.$tableFooter.css("margin-right",n).find("table").css("width",this.$el.outerWidth()).attr("class",this.$el.attr("class"));var o=this.$tableFooter.find("th"),r=this.$body.find(">tr:first-child:not(.no-records-found)");for(o.find(".fht-cell").width("auto");r.length&&r.find('>td[colspan]:not([colspan="1"])').length;)r=r.next();var a=r.find("> *").length;r.find("> *").each((function(i,n){var r=t(n);if(Ww.hasDetailViewIcon(e.options)&&(0===i&&"left"===e.options.detailViewAlign||i===a-1&&"right"===e.options.detailViewAlign)){var s=o.filter(".detail"),l=s.innerWidth()-s.find(".fht-cell").width();s.find(".fht-cell").width(r.innerWidth()-l)}else{var c=o.eq(i),h=c.innerWidth()-c.find(".fht-cell").width();c.find(".fht-cell").width(r.innerWidth()-h)}})),this.horizontalScroll()}}},{key:"horizontalScroll",value:function(){var t=this;this.$tableBody.off("scroll").on("scroll",(function(){var e=t.$tableBody.scrollLeft();t.options.showHeader&&t.options.height&&t.$tableHeader.scrollLeft(e),t.options.showFooter&&!t.options.cardView&&t.$tableFooter.scrollLeft(e),t.trigger("scroll-body",t.$tableBody)}))}},{key:"getVisibleFields",value:function(){var t,e=[],i=o(this.header.fields);try{for(i.s();!(t=i.n()).done;){var n=t.value,r=this.columns[this.fieldsColumnsIndex[n]];r&&r.visible&&(!this.options.cardView||r.cardVisible)&&e.push(n)}}catch(t){i.e(t)}finally{i.f()}return e}},{key:"initHiddenRows",value:function(){this.hiddenRows=[]}},{key:"getOptions",value:function(){var t=Ww.extend({},this.options);return delete t.data,Ww.extend(!0,{},t)}},{key:"refreshOptions",value:function(t){Ww.compareObjects(this.options,t,!0)||(this.options=Ww.extend(this.options,t),this.trigger("refresh-options",this.options),this.destroy(),this.init())}},{key:"getData",value:function(t){var e=this,i=this.options.data;if(!(this.searchText||this.options.customSearch||void 0!==this.options.sortName||this.enableCustomSort)&&Ww.isEmptyObject(this.filterColumns)&&"function"!=typeof this.options.filterOptions.filterAlgorithm&&Ww.isEmptyObject(this.filterColumnsPartial)||t&&t.unfiltered||(i=this.data),t&&!t.includeHiddenRows){var n=this.getHiddenRows();i=i.filter((function(t){return-1===Ww.findIndex(n,t)}))}return t&&t.useCurrentPage&&(i=i.slice(this.pageFrom-1,this.pageTo)),t&&t.formatted?i.map((function(t){for(var i=0,n=Object.entries(t);i=0;i--){var n=this.options.data[i],o=Ww.getItemField(n,t.field,this.options.escape,n.escape);void 0===o&&"$index"!==t.field||(!n.hasOwnProperty(t.field)&&"$index"===t.field&&t.values.includes(i)||t.values.includes(o))&&(e++,this.options.data.splice(i,1))}e&&("server"===this.options.sidePagination&&(this.options.totalRows-=e,this.data=c(this.options.data)),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0))}},{key:"removeAll",value:function(){this.options.data.length>0&&(this.data.splice(0,this.data.length),this.options.data.splice(0,this.options.data.length),this.initSearch(),this.initPagination(),this.initBody(!0))}},{key:"insertRow",value:function(t){if(t.hasOwnProperty("index")&&t.hasOwnProperty("row")){var e=this.data[t.index],i=this.options.data.indexOf(e);this.data.splice(t.index,0,t.row),this.options.data.splice(i,0,t.row),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0)}}},{key:"updateRow",value:function(t){var e,i=o(Array.isArray(t)?t:[t]);try{for(i.s();!(e=i.n()).done;){var n=e.value;if(n.hasOwnProperty("index")&&n.hasOwnProperty("row")){var r=this.data[n.index],a=this.options.data.indexOf(r);n.hasOwnProperty("replace")&&n.replace?(this.data[n.index]=n.row,this.options.data[a]=n.row):(Ww.extend(this.data[n.index],n.row),Ww.extend(this.options.data[a],n.row))}}}catch(t){i.e(t)}finally{i.f()}this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0)}},{key:"getRowByUniqueId",value:function(t){var e,i,n=this.options.uniqueId,o=t,r=null;for(e=this.options.data.length-1;e>=0;e--){i=this.options.data[e];var a=Ww.getItemField(i,n,this.options.escape,i.escape);if(void 0!==a&&("string"==typeof a?o=t.toString():"number"==typeof a&&(Number(a)===a&&a%1==0?o=parseInt(t,10):a===Number(a)&&0!==a&&(o=parseFloat(t))),a===o)){r=i;break}}return r}},{key:"updateByUniqueId",value:function(t){var e,i=null,n=o(Array.isArray(t)?t:[t]);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r.hasOwnProperty("id")&&r.hasOwnProperty("row")){var a=this.options.data.indexOf(this.getRowByUniqueId(r.id));-1!==a&&(r.hasOwnProperty("replace")&&r.replace?this.options.data[a]=r.row:Ww.extend(this.options.data[a],r.row),i=r.id)}}}catch(t){n.e(t)}finally{n.f()}this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0,i)}},{key:"removeByUniqueId",value:function(t){var e=this.options.data.length,i=this.getRowByUniqueId(t);i&&this.options.data.splice(this.options.data.indexOf(i),1),e!==this.options.data.length&&("server"===this.options.sidePagination&&(this.options.totalRows-=1,this.data=c(this.options.data)),this.initSearch(),this.initPagination(),this.initBody(!0))}},{key:"_updateCellOnly",value:function(e,i){var n=this.initRow(this.data[i],i),o=this.getVisibleFields().indexOf(e);-1!==o&&(o+=Ww.getDetailViewIndexOffset(this.options),this.$body.find(">tr[data-index=".concat(i,"]")).find(">td:eq(".concat(o,")")).replaceWith(t(n).find(">td:eq(".concat(o,")"))),this.initBodyEvent(),this.initFooter(),this.resetView(),this.updateSelected())}},{key:"updateCell",value:function(t){if(t.hasOwnProperty("index")&&t.hasOwnProperty("field")&&t.hasOwnProperty("value")){var e=this.data[t.index],i=this.options.data.indexOf(e);this.data[t.index][t.field]=t.value,this.options.data[i][t.field]=t.value,!1!==t.reinit?(this.initSort(),this.initBody(!0)):this._updateCellOnly(t.field,t.index)}}},{key:"updateCellByUniqueId",value:function(t){var e=this;(Array.isArray(t)?t:[t]).forEach((function(t){var i=t.id,n=t.field,o=t.value,r=e.options.data.indexOf(e.getRowByUniqueId(i));-1!==r&&(e.options.data[r][n]=o)})),!1!==t.reinit?(this.initSort(),this.initBody(!0)):this._updateCellOnly(t.field,this.options.data.indexOf(this.getRowByUniqueId(t.id)))}},{key:"showRow",value:function(t){this._toggleRow(t,!0)}},{key:"hideRow",value:function(t){this._toggleRow(t,!1)}},{key:"_toggleRow",value:function(t,e){var i;if(t.hasOwnProperty("index")?i=this.getData()[t.index]:t.hasOwnProperty("uniqueId")&&(i=this.getRowByUniqueId(t.uniqueId)),i){var n=Ww.findIndex(this.hiddenRows,i);e||-1!==n?e&&n>-1&&this.hiddenRows.splice(n,1):this.hiddenRows.push(i),this.initBody(!0),this.initPagination()}}},{key:"getHiddenRows",value:function(t){if(t)return this.initHiddenRows(),this.initBody(!0),void this.initPagination();var e,i=[],n=o(this.getData());try{for(n.s();!(e=n.n()).done;){var r=e.value;this.hiddenRows.includes(r)&&i.push(r)}}catch(t){n.e(t)}finally{n.f()}return this.hiddenRows=i,i}},{key:"showColumn",value:function(t){var e=this;(Array.isArray(t)?t:[t]).forEach((function(t){e._toggleColumn(e.fieldsColumnsIndex[t],!0,!0)}))}},{key:"hideColumn",value:function(t){var e=this;(Array.isArray(t)?t:[t]).forEach((function(t){e._toggleColumn(e.fieldsColumnsIndex[t],!1,!0)}))}},{key:"_toggleColumn",value:function(t,e,i){if(void 0!==t&&this.columns[t].visible!==e&&(this.columns[t].visible=e,this.initHeader(),this.initSearch(),this.initPagination(),this.initBody(),this.options.showColumns)){var n=this.$toolbar.find('.keep-open input:not(".toggle-all")').prop("disabled",!1);i&&n.filter(Ww.sprintf('[value="%s"]',t)).prop("checked",e),n.filter(":checked").length<=this.options.minimumCountColumns&&n.filter(":checked").prop("disabled",!0)}}},{key:"getVisibleColumns",value:function(){var t=this;return this.columns.filter((function(e){return e.visible&&!t.isSelectionColumn(e)}))}},{key:"getHiddenColumns",value:function(){return this.columns.filter((function(t){return!t.visible}))}},{key:"isSelectionColumn",value:function(t){return t.radio||t.checkbox}},{key:"showAllColumns",value:function(){this._toggleAllColumns(!0)}},{key:"hideAllColumns",value:function(){this._toggleAllColumns(!1)}},{key:"_toggleAllColumns",value:function(e){var i,n=this,r=o(this.columns.slice().reverse());try{for(r.s();!(i=r.n()).done;){var a=i.value;if(a.switchable){if(!e&&this.options.showColumns&&this.getVisibleColumns().filter((function(t){return t.switchable})).length===this.options.minimumCountColumns)continue;a.visible=e}}}catch(t){r.e(t)}finally{r.f()}if(this.initHeader(),this.initSearch(),this.initPagination(),this.initBody(),this.options.showColumns){var s=this.$toolbar.find('.keep-open input[type="checkbox"]:not(".toggle-all")').prop("disabled",!1);e?s.prop("checked",e):s.get().reverse().forEach((function(i){s.filter(":checked").length>n.options.minimumCountColumns&&t(i).prop("checked",e)})),s.filter(":checked").length<=this.options.minimumCountColumns&&s.filter(":checked").prop("disabled",!0)}}},{key:"mergeCells",value:function(t){var e,i,n=t.index,o=this.getVisibleFields().indexOf(t.field),r=+t.rowspan||1,a=+t.colspan||1,s=this.$body.find(">tr[data-index]");o+=Ww.getDetailViewIndexOffset(this.options);var l=s.eq(n).find(">td").eq(o);if(!(n<0||o<0||n>=this.data.length)){for(e=n;etd").eq(i).hide();l.attr("rowspan",r).attr("colspan",a).show()}}},{key:"checkAll",value:function(){this._toggleCheckAll(!0)}},{key:"uncheckAll",value:function(){this._toggleCheckAll(!1)}},{key:"_toggleCheckAll",value:function(t){var e=this.getSelections();this.$selectAll.add(this.$selectAll_).prop("checked",t),this.$selectItem.filter(":enabled").prop("checked",t),this.updateRows(),this.updateSelected();var i=this.getSelections();t?this.trigger("check-all",i,e):this.trigger("uncheck-all",i,e)}},{key:"checkInvert",value:function(){var e=this.$selectItem.filter(":enabled"),i=e.filter(":checked");e.each((function(e,i){t(i).prop("checked",!t(i).prop("checked"))})),this.updateRows(),this.updateSelected(),this.trigger("uncheck-some",i),i=this.getSelections(),this.trigger("check-some",i)}},{key:"check",value:function(t){this._toggleCheck(!0,t)}},{key:"uncheck",value:function(t){this._toggleCheck(!1,t)}},{key:"_toggleCheck",value:function(t,e){var i=this.$selectItem.filter('[data-index="'.concat(e,'"]')),n=this.data[e];if(i.is(":radio")||this.options.singleSelect||this.options.multipleSelectRow&&!this.multipleSelectRowCtrlKey&&!this.multipleSelectRowShiftKey){var r,a=o(this.options.data);try{for(a.s();!(r=a.n()).done;){r.value[this.header.stateField]=!1}}catch(t){a.e(t)}finally{a.f()}this.$selectItem.filter(":checked").not(i).prop("checked",!1)}if(n[this.header.stateField]=t,this.options.multipleSelectRow){if(this.multipleSelectRowShiftKey&&this.multipleSelectRowLastSelectedIndex>=0)for(var s=l(this.multipleSelectRowLastSelectedIndexi.clientWidth}if(!this.options.cardView&&this.options.showHeader&&this.options.height?(this.$tableHeader.show(),this.resetHeader(),e+=this.$header.outerHeight(!0)+1):(this.$tableHeader.hide(),this.trigger("post-header")),!this.options.cardView&&this.options.showFooter&&(this.$tableFooter.show(),this.fitFooter(),this.options.height&&(e+=this.$tableFooter.outerHeight(!0))),this.$container.hasClass("fullscreen"))this.$tableContainer.css("height",""),this.$tableContainer.css("width","");else if(this.options.height){this.$tableBorder&&(this.$tableBorder.css("width",""),this.$tableBorder.css("height",""));var n=this.$toolbar.outerHeight(!0),o=this.$pagination.outerHeight(!0),r=this.options.height-n-o,a=this.$tableBody.find(">table"),s=a.outerHeight();if(this.$tableContainer.css("height","".concat(r,"px")),this.$tableBorder&&a.is(":visible")){var l=r-s-2;this.hasScrollBar&&(l-=Ww.getScrollBarWidth()),this.$tableBorder.css("width","".concat(a.outerWidth(),"px")),this.$tableBorder.css("height","".concat(l,"px"))}}this.options.cardView?(this.$el.css("margin-top","0"),this.$tableContainer.css("padding-bottom","0"),this.$tableFooter.hide()):(this.getCaret(),this.$tableContainer.css("padding-bottom","".concat(e,"px"))),this.trigger("reset-view")}},{key:"showLoading",value:function(){this.$tableLoading.toggleClass("open",!0);var t=this.options.loadingFontSize;"auto"===this.options.loadingFontSize&&(t=.04*this.$tableLoading.width(),t=Math.max(12,t),t=Math.min(32,t),t="".concat(t,"px")),this.$tableLoading.find(".loading-text").css("font-size",t)}},{key:"hideLoading",value:function(){this.$tableLoading.toggleClass("open",!1)}},{key:"togglePagination",value:function(){this.options.pagination=!this.options.pagination;var t=this.options.showButtonIcons?this.options.pagination?this.options.icons.paginationSwitchDown:this.options.icons.paginationSwitchUp:"",e=this.options.showButtonText?this.options.pagination?this.options.formatPaginationSwitchUp():this.options.formatPaginationSwitchDown():"";this.$toolbar.find('button[name="paginationSwitch"]').html("".concat(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,t)," ").concat(e)),this.updatePagination(),this.trigger("toggle-pagination",this.options.pagination)}},{key:"toggleFullscreen",value:function(){this.$el.closest(".bootstrap-table").toggleClass("fullscreen"),this.resetView()}},{key:"toggleView",value:function(){this.options.cardView=!this.options.cardView,this.initHeader();var t=this.options.showButtonIcons?this.options.cardView?this.options.icons.toggleOn:this.options.icons.toggleOff:"",e=this.options.cardView?this.options.formatToggleOff():this.options.formatToggleOn();this.$toolbar.find('button[name="toggle"]').html("".concat(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,t)," ").concat(this.options.showButtonText?e:"")).attr("aria-label",e).attr(this.options.buttonsAttributeTitle,e),this.initBody(),this.trigger("toggle",this.options.cardView)}},{key:"resetSearch",value:function(t){var e=Ww.getSearchInput(this),i=t||"";e.val(i),this.searchText=i,this.onSearch({currentTarget:e},!1)}},{key:"filterBy",value:function(t,e){this.filterOptions=Ww.isEmptyObject(e)?this.options.filterOptions:Ww.extend(this.options.filterOptions,e),this.filterColumns=Ww.isEmptyObject(t)?{}:t,this.options.pageNumber=1,this.initSearch(),this.updatePagination()}},{key:"scrollTo",value:function(e){var i={unit:"px",value:0};"object"===u(e)?i=Object.assign(i,e):"string"==typeof e&&"bottom"===e?i.value=this.$tableBody[0].scrollHeight:"string"!=typeof e&&"number"!=typeof e||(i.value=e);var n=i.value;"rows"===i.unit&&(n=0,this.$body.find("> tr:lt(".concat(i.value,")")).each((function(e,i){n+=t(i).outerHeight(!0)}))),this.$tableBody.scrollTop(n)}},{key:"getScrollPosition",value:function(){return this.$tableBody.scrollTop()}},{key:"selectPage",value:function(t){t>0&&t<=this.options.totalPages&&(this.options.pageNumber=t,this.updatePagination())}},{key:"prevPage",value:function(){this.options.pageNumber>1&&(this.options.pageNumber--,this.updatePagination())}},{key:"nextPage",value:function(){this.options.pageNumber tr[data-index="%s"]',t)).next().is("tr.detail-view")?this.collapseRow(t):this.expandRow(t,e),this.resetView()}},{key:"expandRow",value:function(t,e){var i=this.data[t],n=this.$body.find(Ww.sprintf('> tr[data-index="%s"][data-has-detail-view]',t));if(this.options.detailViewIcon&&n.find("a.detail-icon").html(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,this.options.icons.detailClose)),!n.next().is("tr.detail-view")){n.after(Ww.sprintf('',n.children("td").length));var o=n.next().find("td"),r=e||this.options.detailFormatter,a=Ww.calculateObjectValue(this.options,r,[t,i,o],"");1===o.length&&o.append(a),this.trigger("expand-row",t,i,o)}}},{key:"expandRowByUniqueId",value:function(t){var e=this.getRowByUniqueId(t);e&&this.expandRow(this.data.indexOf(e))}},{key:"collapseRow",value:function(t){var e=this.data[t],i=this.$body.find(Ww.sprintf('> tr[data-index="%s"][data-has-detail-view]',t));i.next().is("tr.detail-view")&&(this.options.detailViewIcon&&i.find("a.detail-icon").html(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,this.options.icons.detailOpen)),this.trigger("collapse-row",t,e,i.next()),i.next().remove())}},{key:"collapseRowByUniqueId",value:function(t){var e=this.getRowByUniqueId(t);e&&this.collapseRow(this.data.indexOf(e))}},{key:"expandAllRows",value:function(){for(var e=this.$body.find("> tr[data-index][data-has-detail-view]"),i=0;i tr[data-index][data-has-detail-view]"),i=0;i1?i-1:0),o=1;ot.length)&&(e=t.length);for(var i=0,n=Array(e);i=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,a=!0,s=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return a=t.done,t},e:function(t){s=!0,r=t},f:function(){try{a||null==i.return||i.return()}finally{if(s)throw r}}}}function r(t,e,i){return(e=h(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function a(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function s(t){for(var e=1;e0&&C[0]<4?1:+(C[0]+C[1])),!A&&ct&&(!(C=ct.match(/Edge\/(\d+)/))||C[1]>=74)&&(C=ct.match(/Chrome\/(\d+)/))&&(A=+C[1]);var pt=A,gt=pt,vt=b,bt=g.String,mt=!!Object.getOwnPropertySymbols&&!vt((function(){var t=Symbol("symbol detection");return!bt(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&>&><41})),yt=mt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,wt=nt,St=X,xt=ot,kt=Object,Ot=yt?function(t){return"symbol"==typeof t}:function(t){var e=wt("Symbol");return St(e)&&xt(e.prototype,kt(t))},Pt=String,Tt=function(t){try{return Pt(t)}catch(t){return"Object"}},Ct=X,At=Tt,It=TypeError,Rt=function(t){if(Ct(t))return t;throw new It(At(t)+" is not a function")},$t=Rt,Et=q,jt=function(t,e){var i=t[e];return Et(i)?void 0:$t(i)},Lt=x,Nt=X,Ft=tt,Bt=TypeError,Dt={exports:{}},_t=g,Vt=Object.defineProperty,Ht=function(t,e){try{Vt(_t,t,{value:e,configurable:!0,writable:!0})}catch(i){_t[t]=e}return e},Ut=g,Mt=Ht,qt="__core-js_shared__",zt=Dt.exports=Ut[qt]||Mt(qt,{});(zt.versions||(zt.versions=[])).push({version:"3.38.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Wt=Dt.exports,Gt=Wt,Kt=function(t,e){return Gt[t]||(Gt[t]=e||{})},Jt=G,Yt=Object,Qt=function(t){return Yt(Jt(t))},Xt=Qt,Zt=L({}.hasOwnProperty),te=Object.hasOwn||function(t,e){return Zt(Xt(t),e)},ee=L,ie=0,ne=Math.random(),oe=ee(1..toString),re=function(t){return"Symbol("+(void 0===t?"":t)+")_"+oe(++ie+ne,36)},ae=Kt,se=te,le=re,ce=mt,he=yt,ue=g.Symbol,fe=ae("wks"),de=he?ue.for||ue:ue&&ue.withoutSetter||le,pe=function(t){return se(fe,t)||(fe[t]=ce&&se(ue,t)?ue[t]:de("Symbol."+t)),fe[t]},ge=x,ve=tt,be=Ot,me=jt,ye=function(t,e){var i,n;if("string"===e&&Nt(i=t.toString)&&!Ft(n=Lt(i,t)))return n;if(Nt(i=t.valueOf)&&!Ft(n=Lt(i,t)))return n;if("string"!==e&&Nt(i=t.toString)&&!Ft(n=Lt(i,t)))return n;throw new Bt("Can't convert object to primitive value")},we=TypeError,Se=pe("toPrimitive"),xe=function(t,e){if(!ve(t)||be(t))return t;var i,n=me(t,Se);if(n){if(void 0===e&&(e="default"),i=ge(n,t,e),!ve(i)||be(i))return i;throw new we("Can't convert object to primitive value")}return void 0===e&&(e="number"),ye(t,e)},ke=xe,Oe=Ot,Pe=function(t){var e=ke(t,"string");return Oe(e)?e:e+""},Te=tt,Ce=g.document,Ae=Te(Ce)&&Te(Ce.createElement),Ie=function(t){return Ae?Ce.createElement(t):{}},Re=Ie,$e=!m&&!b((function(){return 7!==Object.defineProperty(Re("div"),"a",{get:function(){return 7}}).a})),Ee=m,je=x,Le=k,Ne=I,Fe=Y,Be=Pe,De=te,_e=$e,Ve=Object.getOwnPropertyDescriptor;v.f=Ee?Ve:function(t,e){if(t=Fe(t),e=Be(e),_e)try{return Ve(t,e)}catch(t){}if(De(t,e))return Ne(!je(Le.f,t,e),t[e])};var He={},Ue=m&&b((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Me=tt,qe=String,ze=TypeError,We=function(t){if(Me(t))return t;throw new ze(qe(t)+" is not an object")},Ge=m,Ke=$e,Je=Ue,Ye=We,Qe=Pe,Xe=TypeError,Ze=Object.defineProperty,ti=Object.getOwnPropertyDescriptor,ei="enumerable",ii="configurable",ni="writable";He.f=Ge?Je?function(t,e,i){if(Ye(t),e=Qe(e),Ye(i),"function"==typeof t&&"prototype"===e&&"value"in i&&ni in i&&!i[ni]){var n=ti(t,e);n&&n[ni]&&(t[e]=i.value,i={configurable:ii in i?i[ii]:n[ii],enumerable:ei in i?i[ei]:n[ei],writable:!1})}return Ze(t,e,i)}:Ze:function(t,e,i){if(Ye(t),e=Qe(e),Ye(i),Ke)try{return Ze(t,e,i)}catch(t){}if("get"in i||"set"in i)throw new Xe("Accessors not supported");return"value"in i&&(t[e]=i.value),t};var oi=He,ri=I,ai=m?function(t,e,i){return oi.f(t,e,ri(1,i))}:function(t,e,i){return t[e]=i,t},si={exports:{}},li=m,ci=te,hi=Function.prototype,ui=li&&Object.getOwnPropertyDescriptor,fi=ci(hi,"name"),di={EXISTS:fi,PROPER:fi&&"something"===function(){}.name,CONFIGURABLE:fi&&(!li||li&&ui(hi,"name").configurable)},pi=X,gi=Wt,vi=L(Function.toString);pi(gi.inspectSource)||(gi.inspectSource=function(t){return vi(t)});var bi,mi,yi,wi=gi.inspectSource,Si=X,xi=g.WeakMap,ki=Si(xi)&&/native code/.test(String(xi)),Oi=re,Pi=Kt("keys"),Ti=function(t){return Pi[t]||(Pi[t]=Oi(t))},Ci={},Ai=ki,Ii=g,Ri=tt,$i=ai,Ei=te,ji=Wt,Li=Ti,Ni=Ci,Fi="Object already initialized",Bi=Ii.TypeError,Di=Ii.WeakMap;if(Ai||ji.state){var _i=ji.state||(ji.state=new Di);_i.get=_i.get,_i.has=_i.has,_i.set=_i.set,bi=function(t,e){if(_i.has(t))throw new Bi(Fi);return e.facade=t,_i.set(t,e),e},mi=function(t){return _i.get(t)||{}},yi=function(t){return _i.has(t)}}else{var Vi=Li("state");Ni[Vi]=!0,bi=function(t,e){if(Ei(t,Vi))throw new Bi(Fi);return e.facade=t,$i(t,Vi,e),e},mi=function(t){return Ei(t,Vi)?t[Vi]:{}},yi=function(t){return Ei(t,Vi)}}var Hi={set:bi,get:mi,has:yi,enforce:function(t){return yi(t)?mi(t):bi(t,{})},getterFor:function(t){return function(e){var i;if(!Ri(e)||(i=mi(e)).type!==t)throw new Bi("Incompatible receiver, "+t+" required");return i}}},Ui=L,Mi=b,qi=X,zi=te,Wi=m,Gi=di.CONFIGURABLE,Ki=wi,Ji=Hi.enforce,Yi=Hi.get,Qi=String,Xi=Object.defineProperty,Zi=Ui("".slice),tn=Ui("".replace),en=Ui([].join),nn=Wi&&!Mi((function(){return 8!==Xi((function(){}),"length",{value:8}).length})),on=String(String).split("String"),rn=si.exports=function(t,e,i){"Symbol("===Zi(Qi(e),0,7)&&(e="["+tn(Qi(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),i&&i.getter&&(e="get "+e),i&&i.setter&&(e="set "+e),(!zi(t,"name")||Gi&&t.name!==e)&&(Wi?Xi(t,"name",{value:e,configurable:!0}):t.name=e),nn&&i&&zi(i,"arity")&&t.length!==i.arity&&Xi(t,"length",{value:i.arity});try{i&&zi(i,"constructor")&&i.constructor?Wi&&Xi(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=Ji(t);return zi(n,"source")||(n.source=en(on,"string"==typeof e?e:"")),t};Function.prototype.toString=rn((function(){return qi(this)&&Yi(this).source||Ki(this)}),"toString");var an=si.exports,sn=X,ln=He,cn=an,hn=Ht,un=function(t,e,i,n){n||(n={});var o=n.enumerable,r=void 0!==n.name?n.name:e;if(sn(i)&&cn(i,r,n),n.global)o?t[e]=i:hn(e,i);else{try{n.unsafe?t[e]&&(o=!0):delete t[e]}catch(t){}o?t[e]=i:ln.f(t,e,{value:i,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return t},fn={},dn=Math.ceil,pn=Math.floor,gn=Math.trunc||function(t){var e=+t;return(e>0?pn:dn)(e)},vn=function(t){var e=+t;return e!=e||0===e?0:gn(e)},bn=vn,mn=Math.max,yn=Math.min,wn=function(t,e){var i=bn(t);return i<0?mn(i+e,0):yn(i,e)},Sn=vn,xn=Math.min,kn=function(t){var e=Sn(t);return e>0?xn(e,9007199254740991):0},On=kn,Pn=function(t){return On(t.length)},Tn=Y,Cn=wn,An=Pn,In=function(t){return function(e,i,n){var o=Tn(e),r=An(o);if(0===r)return!t&&-1;var a,s=Cn(n,r);if(t&&i!=i){for(;r>s;)if((a=o[s++])!=a)return!0}else for(;r>s;s++)if((t||s in o)&&o[s]===i)return t||s||0;return!t&&-1}},Rn={includes:In(!0),indexOf:In(!1)},$n=te,En=Y,jn=Rn.indexOf,Ln=Ci,Nn=L([].push),Fn=function(t,e){var i,n=En(t),o=0,r=[];for(i in n)!$n(Ln,i)&&$n(n,i)&&Nn(r,i);for(;e.length>o;)$n(n,i=e[o++])&&(~jn(r,i)||Nn(r,i));return r},Bn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Dn=Fn,_n=Bn.concat("length","prototype");fn.f=Object.getOwnPropertyNames||function(t){return Dn(t,_n)};var Vn={};Vn.f=Object.getOwnPropertySymbols;var Hn=nt,Un=fn,Mn=Vn,qn=We,zn=L([].concat),Wn=Hn("Reflect","ownKeys")||function(t){var e=Un.f(qn(t)),i=Mn.f;return i?zn(e,i(t)):e},Gn=te,Kn=Wn,Jn=v,Yn=He,Qn=b,Xn=X,Zn=/#|\.prototype\./,to=function(t,e){var i=io[eo(t)];return i===oo||i!==no&&(Xn(e)?Qn(e):!!e)},eo=to.normalize=function(t){return String(t).replace(Zn,".").toLowerCase()},io=to.data={},no=to.NATIVE="N",oo=to.POLYFILL="P",ro=to,ao=g,so=v.f,lo=ai,co=un,ho=Ht,uo=function(t,e,i){for(var n=Kn(e),o=Yn.f,r=Jn.f,a=0;a9007199254740991)throw bo("Maximum allowed index exceeded");return t},yo=m,wo=He,So=I,xo=function(t,e,i){yo?wo.f(t,e,So(0,i)):t[e]=i},ko={};ko[pe("toStringTag")]="z";var Oo="[object z]"===String(ko),Po=Oo,To=X,Co=D,Ao=pe("toStringTag"),Io=Object,Ro="Arguments"===Co(function(){return arguments}()),$o=Po?Co:function(t){var e,i,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=function(t,e){try{return t[e]}catch(t){}}(e=Io(t),Ao))?i:Ro?Co(e):"Object"===(n=Co(e))&&To(e.callee)?"Arguments":n},Eo=L,jo=b,Lo=X,No=$o,Fo=wi,Bo=function(){},Do=nt("Reflect","construct"),_o=/^\s*(?:class|function)\b/,Vo=Eo(_o.exec),Ho=!_o.test(Bo),Uo=function(t){if(!Lo(t))return!1;try{return Do(Bo,[],t),!0}catch(t){return!1}},Mo=function(t){if(!Lo(t))return!1;switch(No(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Ho||!!Vo(_o,Fo(t))}catch(t){return!0}};Mo.sham=!0;var qo=!Do||jo((function(){var t;return Uo(Uo.call)||!Uo(Object)||!Uo((function(){t=!0}))||t}))?Mo:Uo,zo=vo,Wo=qo,Go=tt,Ko=pe("species"),Jo=Array,Yo=function(t){var e;return zo(t)&&(e=t.constructor,(Wo(e)&&(e===Jo||zo(e.prototype))||Go(e)&&null===(e=e[Ko]))&&(e=void 0)),void 0===e?Jo:e},Qo=function(t,e){return new(Yo(t))(0===e?0:e)},Xo=b,Zo=pt,tr=pe("species"),er=function(t){return Zo>=51||!Xo((function(){var e=[];return(e.constructor={})[tr]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},ir=po,nr=b,or=vo,rr=tt,ar=Qt,sr=Pn,lr=mo,cr=xo,hr=Qo,ur=er,fr=pt,dr=pe("isConcatSpreadable"),pr=fr>=51||!nr((function(){var t=[];return t[dr]=!1,t.concat()[0]!==t})),gr=function(t){if(!rr(t))return!1;var e=t[dr];return void 0!==e?!!e:or(t)};ir({target:"Array",proto:!0,arity:1,forced:!pr||!ur("concat")},{concat:function(t){var e,i,n,o,r,a=ar(this),s=hr(a,0),l=0;for(e=-1,n=arguments.length;em;m++)if((s||m in g)&&(d=b(f=g[m],m,p),t))if(e)w[m]=d;else if(d)switch(t){case 3:return!0;case 5:return f;case 6:return m;case 2:Ar(w,f)}else switch(t){case 4:return!1;case 7:Ar(w,f)}return r?-1:n||o?o:w}},Rr={forEach:Ir(0),map:Ir(1),filter:Ir(2),some:Ir(3),every:Ir(4),find:Ir(5),findIndex:Ir(6),filterReject:Ir(7)},$r=Rr.filter;po({target:"Array",proto:!0,forced:!er("filter")},{filter:function(t){return $r(this,t,arguments.length>1?arguments[1]:void 0)}});var Er={},jr=Fn,Lr=Bn,Nr=Object.keys||function(t){return jr(t,Lr)},Fr=m,Br=Ue,Dr=He,_r=We,Vr=Y,Hr=Nr;Er.f=Fr&&!Br?Object.defineProperties:function(t,e){_r(t);for(var i,n=Vr(e),o=Hr(e),r=o.length,a=0;r>a;)Dr.f(t,i=o[a++],n[i]);return t};var Ur,Mr=nt("document","documentElement"),qr=We,zr=Er,Wr=Bn,Gr=Ci,Kr=Mr,Jr=Ie,Yr="prototype",Qr="script",Xr=Ti("IE_PROTO"),Zr=function(){},ta=function(t){return"<"+Qr+">"+t+""},ea=function(t){t.write(ta("")),t.close();var e=t.parentWindow.Object;return t=null,e},ia=function(){try{Ur=new ActiveXObject("htmlfile")}catch(t){}var t,e,i;ia="undefined"!=typeof document?document.domain&&Ur?ea(Ur):(e=Jr("iframe"),i="java"+Qr+":",e.style.display="none",Kr.appendChild(e),e.src=String(i),(t=e.contentWindow.document).open(),t.write(ta("document.F=Object")),t.close(),t.F):ea(Ur);for(var n=Wr.length;n--;)delete ia[Yr][Wr[n]];return ia()};Gr[Xr]=!0;var na=Object.create||function(t,e){var i;return null!==t?(Zr[Yr]=qr(t),i=new Zr,Zr[Yr]=null,i[Xr]=t):i=ia(),void 0===e?i:zr.f(i,e)},oa=pe,ra=na,aa=He.f,sa=oa("unscopables"),la=Array.prototype;void 0===la[sa]&&aa(la,sa,{configurable:!0,value:ra(null)});var ca=function(t){la[sa][t]=!0},ha=po,ua=Rr.find,fa=ca,da="find",pa=!0;da in[]&&Array(1)[da]((function(){pa=!1})),ha({target:"Array",proto:!0,forced:pa},{find:function(t){return ua(this,t,arguments.length>1?arguments[1]:void 0)}}),fa(da);var ga=po,va=Rr.findIndex,ba=ca,ma="findIndex",ya=!0;ma in[]&&Array(1)[ma]((function(){ya=!1})),ga({target:"Array",proto:!0,forced:ya},{findIndex:function(t){return va(this,t,arguments.length>1?arguments[1]:void 0)}}),ba(ma);var wa=Rn.includes,Sa=ca;po({target:"Array",proto:!0,forced:b((function(){return!Array(1).includes()}))},{includes:function(t){return wa(this,t,arguments.length>1?arguments[1]:void 0)}}),Sa("includes");var xa=b,ka=function(t,e){var i=[][t];return!!i&&xa((function(){i.call(null,e||function(){return 1},1)}))},Oa=po,Pa=Rn.indexOf,Ta=ka,Ca=mr([].indexOf),Aa=!!Ca&&1/Ca([1],1,-0)<0;Oa({target:"Array",proto:!0,forced:Aa||!Ta("indexOf")},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return Aa?Ca(this,t,e)||0:Pa(this,t,e)}});var Ia,Ra,$a,Ea={},ja=!b((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),La=te,Na=X,Fa=Qt,Ba=ja,Da=Ti("IE_PROTO"),_a=Object,Va=_a.prototype,Ha=Ba?_a.getPrototypeOf:function(t){var e=Fa(t);if(La(e,Da))return e[Da];var i=e.constructor;return Na(i)&&e instanceof i?i.prototype:e instanceof _a?Va:null},Ua=b,Ma=X,qa=tt,za=Ha,Wa=un,Ga=pe("iterator"),Ka=!1;[].keys&&("next"in($a=[].keys())?(Ra=za(za($a)))!==Object.prototype&&(Ia=Ra):Ka=!0);var Ja=!qa(Ia)||Ua((function(){var t={};return Ia[Ga].call(t)!==t}));Ja&&(Ia={}),Ma(Ia[Ga])||Wa(Ia,Ga,(function(){return this}));var Ya={IteratorPrototype:Ia,BUGGY_SAFARI_ITERATORS:Ka},Qa=He.f,Xa=te,Za=pe("toStringTag"),ts=function(t,e,i){t&&!i&&(t=t.prototype),t&&!Xa(t,Za)&&Qa(t,Za,{configurable:!0,value:e})},es=Ya.IteratorPrototype,is=na,ns=I,os=ts,rs=Ea,as=function(){return this},ss=function(t,e,i,n){var o=e+" Iterator";return t.prototype=is(es,{next:ns(+!n,i)}),os(t,o,!1),rs[o]=as,t},ls=L,cs=Rt,hs=tt,us=function(t){return hs(t)||null===t},fs=String,ds=TypeError,ps=function(t,e,i){try{return ls(cs(Object.getOwnPropertyDescriptor(t,e)[i]))}catch(t){}},gs=tt,vs=G,bs=function(t){if(us(t))return t;throw new ds("Can't set "+fs(t)+" as a prototype")},ms=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,i={};try{(t=ps(Object.prototype,"__proto__","set"))(i,[]),e=i instanceof Array}catch(t){}return function(i,n){return vs(i),bs(n),gs(i)?(e?t(i,n):i.__proto__=n,i):i}}():void 0),ys=po,ws=x,Ss=X,xs=ss,ks=Ha,Os=ms,Ps=ts,Ts=ai,Cs=un,As=Ea,Is=di.PROPER,Rs=di.CONFIGURABLE,$s=Ya.IteratorPrototype,Es=Ya.BUGGY_SAFARI_ITERATORS,js=pe("iterator"),Ls="keys",Ns="values",Fs="entries",Bs=function(){return this},Ds=function(t,e,i,n,o,r,a){xs(i,e,n);var s,l,c,h=function(t){if(t===o&&g)return g;if(!Es&&t&&t in d)return d[t];switch(t){case Ls:case Ns:case Fs:return function(){return new i(this,t)}}return function(){return new i(this)}},u=e+" Iterator",f=!1,d=t.prototype,p=d[js]||d["@@iterator"]||o&&d[o],g=!Es&&p||h(o),v="Array"===e&&d.entries||p;if(v&&(s=ks(v.call(new t)))!==Object.prototype&&s.next&&(ks(s)!==$s&&(Os?Os(s,$s):Ss(s[js])||Cs(s,js,Bs)),Ps(s,u,!0)),Is&&o===Ns&&p&&p.name!==Ns&&(Rs?Ts(d,"name",Ns):(f=!0,g=function(){return ws(p,this)})),o)if(l={values:h(Ns),keys:r?g:h(Ls),entries:h(Fs)},a)for(c in l)(Es||f||!(c in d))&&Cs(d,c,l[c]);else ys({target:e,proto:!0,forced:Es||f},l);return d[js]!==g&&Cs(d,js,g,{name:o}),As[e]=g,l},_s=function(t,e){return{value:t,done:e}},Vs=Y,Hs=ca,Us=Ea,Ms=Hi,qs=He.f,zs=Ds,Ws=_s,Gs=m,Ks="Array Iterator",Js=Ms.set,Ys=Ms.getterFor(Ks),Qs=zs(Array,"Array",(function(t,e){Js(this,{type:Ks,target:Vs(t),index:0,kind:e})}),(function(){var t=Ys(this),e=t.target,i=t.index++;if(!e||i>=e.length)return t.target=null,Ws(void 0,!0);switch(t.kind){case"keys":return Ws(i,!1);case"values":return Ws(e[i],!1)}return Ws([i,e[i]],!1)}),"values"),Xs=Us.Arguments=Us.Array;if(Hs("keys"),Hs("values"),Hs("entries"),Gs&&"values"!==Xs.name)try{qs(Xs,"name",{value:"values"})}catch(t){}var Zs=po,tl=M,el=Y,il=ka,nl=L([].join);Zs({target:"Array",proto:!0,forced:tl!==Object||!il("join",",")},{join:function(t){return nl(el(this),void 0===t?",":t)}});var ol=Rr.map;po({target:"Array",proto:!0,forced:!er("map")},{map:function(t){return ol(this,t,arguments.length>1?arguments[1]:void 0)}});var rl=po,al=vo,sl=L([].reverse),ll=[1,2];rl({target:"Array",proto:!0,forced:String(ll)===String(ll.reverse())},{reverse:function(){return al(this)&&(this.length=this.length),sl(this)}});var cl=L([].slice),hl=po,ul=vo,fl=qo,dl=tt,pl=wn,gl=Pn,vl=Y,bl=xo,ml=pe,yl=cl,wl=er("slice"),Sl=ml("species"),xl=Array,kl=Math.max;hl({target:"Array",proto:!0,forced:!wl},{slice:function(t,e){var i,n,o,r=vl(this),a=gl(r),s=pl(t,a),l=pl(void 0===e?a:e,a);if(ul(r)&&(i=r.constructor,(fl(i)&&(i===xl||ul(i.prototype))||dl(i)&&null===(i=i[Sl]))&&(i=void 0),i===xl||void 0===i))return yl(r,s,l);for(n=new(void 0===i?xl:i)(kl(l-s,0)),o=0;s0;)t[o]=t[--o];o!==r++&&(t[o]=n)}else for(var a=$l(i/2),s=El(Rl(t,0,a),e),l=El(Rl(t,a),e),c=s.length,h=l.length,u=0,f=0;u3)){if(Yl)return!0;if(Xl)return Xl<603;var t,e,i,n,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:i=3;break;case 68:case 71:i=4;break;default:i=2}for(n=0;n<47;n++)Zl.push({k:e+n,v:i})}for(Zl.sort((function(t,e){return e.v-t.v})),n=0;nzl(i)?1:-1}}(t)),i=Ml(o),n=0;nc-n+i;r--)wc(l,r-1)}else if(i>n)for(r=c-n;r>h;r--)s=r+i-1,(a=r+n-1)in l?l[s]=l[a]:wc(l,s);for(r=0;r2)if(c=nh(c),43===(e=ch(c,0))||45===e){if(88===(i=ch(c,2))||120===i)return NaN}else if(48===e){switch(ch(c,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+c}for(a=(r=lh(c,2)).length,s=0;so)return NaN;return parseInt(r,n)}return+c},uh=Wc(oh,!rh(" 0o1")||!rh("0b1")||rh("+0x1")),fh=function(t){var e,i=arguments.length<1?0:rh(function(t){var e=Qc(t,"number");return"bigint"==typeof e?e:hh(e)}(t));return Jc(ah,e=this)&&Xc((function(){ih(e)}))?Kc(Object(i),this,fh):i};fh.prototype=ah,uh&&(ah.constructor=fh),Hc({global:!0,constructor:!0,wrap:!0,forced:uh},{Number:fh});uh&&function(t,e){for(var i,n=Uc?Zc(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)Gc(e,i=n[o])&&!Gc(t,i)&&eh(t,i,th(e,i))}(qc[oh],rh);var dh=m,ph=L,gh=x,vh=b,bh=Nr,mh=Vn,yh=k,wh=Qt,Sh=M,xh=Object.assign,kh=Object.defineProperty,Oh=ph([].concat),Ph=!xh||vh((function(){if(dh&&1!==xh({b:1},xh(kh({},"a",{enumerable:!0,get:function(){kh(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},i=Symbol("assign detection"),n="abcdefghijklmnopqrst";return t[i]=7,n.split("").forEach((function(t){e[t]=t})),7!==xh({},t)[i]||bh(xh({},e)).join("")!==n}))?function(t,e){for(var i=wh(t),n=arguments.length,o=1,r=mh.f,a=yh.f;n>o;)for(var s,l=Sh(arguments[o++]),c=r?Oh(bh(l),r(l)):bh(l),h=c.length,u=0;h>u;)s=c[u++],dh&&!gh(a,l,s)||(i[s]=l[s]);return i}:xh,Th=Ph;po({target:"Object",stat:!0,arity:2,forced:Object.assign!==Th},{assign:Th});var Ch=m,Ah=b,Ih=L,Rh=Ha,$h=Nr,Eh=Y,jh=Ih(k.f),Lh=Ih([].push),Nh=Ch&&Ah((function(){var t=Object.create(null);return t[2]=2,!jh(t,2)})),Fh=function(t){return function(e){for(var i,n=Eh(e),o=$h(n),r=Nh&&null===Rh(n),a=o.length,s=0,l=[];a>s;)i=o[s++],Ch&&!(r?i in n:jh(n,i))||Lh(l,t?[i,n[i]]:n[i]);return l}},Bh={entries:Fh(!0),values:Fh(!1)}.entries;po({target:"Object",stat:!0},{entries:function(t){return Bh(t)}});var Dh=Qt,_h=Nr;po({target:"Object",stat:!0,forced:b((function(){_h(1)}))},{keys:function(t){return _h(Dh(t))}});var Vh=$o,Hh=Oo?{}.toString:function(){return"[object "+Vh(this)+"]"};Oo||un(Object.prototype,"toString",Hh,{unsafe:!0});var Uh=g,Mh=b,qh=Il,zh=Vc.trim,Wh=Ec,Gh=L("".charAt),Kh=Uh.parseFloat,Jh=Uh.Symbol,Yh=Jh&&Jh.iterator,Qh=1/Kh(Wh+"-0")!=-1/0||Yh&&!Mh((function(){Kh(Object(Yh))}))?function(t){var e=zh(qh(t)),i=Kh(e);return 0===i&&"-"===Gh(e,0)?-0:i}:Kh;po({global:!0,forced:parseFloat!==Qh},{parseFloat:Qh});var Xh=g,Zh=b,tu=L,eu=Il,iu=Vc.trim,nu=Ec,ou=Xh.parseInt,ru=Xh.Symbol,au=ru&&ru.iterator,su=/^[+-]?0x/i,lu=tu(su.exec),cu=8!==ou(nu+"08")||22!==ou(nu+"0x16")||au&&!Zh((function(){ou(Object(au))}))?function(t,e){var i=iu(eu(t));return ou(i,e>>>0||(lu(su,i)?16:10))}:ou;po({global:!0,forced:parseInt!==cu},{parseInt:cu});var hu=tt,uu=D,fu=pe("match"),du=function(t){var e;return hu(t)&&(void 0!==(e=t[fu])?!!e:"RegExp"===uu(t))},pu=We,gu=function(){var t=pu(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e},vu=x,bu=te,mu=ot,yu=gu,wu=RegExp.prototype,Su=function(t){var e=t.flags;return void 0!==e||"flags"in wu||bu(t,"flags")||!mu(wu,t)?e:vu(yu,t)},xu=b,ku=g.RegExp,Ou=xu((function(){var t=ku("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),Pu=Ou||xu((function(){return!ku("a","y").sticky})),Tu={BROKEN_CARET:Ou||xu((function(){var t=ku("^r","gy");return t.lastIndex=2,null!==t.exec("str")})),MISSED_STICKY:Pu,UNSUPPORTED_Y:Ou},Cu=He.f,Au=an,Iu=He,Ru=function(t,e,i){return i.get&&Au(i.get,e,{getter:!0}),i.set&&Au(i.set,e,{setter:!0}),Iu.f(t,e,i)},$u=nt,Eu=Ru,ju=m,Lu=pe("species"),Nu=b,Fu=g.RegExp,Bu=Nu((function(){var t=Fu(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)})),Du=b,_u=g.RegExp,Vu=Du((function(){var t=_u("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")})),Hu=m,Uu=g,Mu=L,qu=ro,zu=Rc,Wu=ai,Gu=na,Ku=fn.f,Ju=ot,Yu=du,Qu=Il,Xu=Su,Zu=Tu,tf=function(t,e,i){i in t||Cu(t,i,{configurable:!0,get:function(){return e[i]},set:function(t){e[i]=t}})},ef=un,nf=b,of=te,rf=Hi.enforce,af=function(t){var e=$u(t);ju&&e&&!e[Lu]&&Eu(e,Lu,{configurable:!0,get:function(){return this}})},sf=Bu,lf=Vu,cf=pe("match"),hf=Uu.RegExp,uf=hf.prototype,ff=Uu.SyntaxError,df=Mu(uf.exec),pf=Mu("".charAt),gf=Mu("".replace),vf=Mu("".indexOf),bf=Mu("".slice),mf=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,yf=/a/g,wf=/a/g,Sf=new hf(yf)!==yf,xf=Zu.MISSED_STICKY,kf=Zu.UNSUPPORTED_Y,Of=Hu&&(!Sf||xf||sf||lf||nf((function(){return wf[cf]=!1,hf(yf)!==yf||hf(wf)===wf||"/a/i"!==String(hf(yf,"i"))})));if(qu("RegExp",Of)){for(var Pf=function(t,e){var i,n,o,r,a,s,l=Ju(uf,this),c=Yu(t),h=void 0===e,u=[],f=t;if(!l&&c&&h&&t.constructor===Pf)return t;if((c||Ju(uf,t))&&(t=t.source,h&&(e=Xu(f))),t=void 0===t?"":Qu(t),e=void 0===e?"":Qu(e),f=t,sf&&"dotAll"in yf&&(n=!!e&&vf(e,"s")>-1)&&(e=gf(e,/s/g,"")),i=e,xf&&"sticky"in yf&&(o=!!e&&vf(e,"y")>-1)&&kf&&(e=gf(e,/y/g,"")),lf&&(r=function(t){for(var e,i=t.length,n=0,o="",r=[],a=Gu(null),s=!1,l=!1,c=0,h="";n<=i;n++){if("\\"===(e=pf(t,n)))e+=pf(t,++n);else if("]"===e)s=!1;else if(!s)switch(!0){case"["===e:s=!0;break;case"("===e:if(o+=e,"?:"===bf(t,n+1,n+3))continue;df(mf,bf(t,n+1))&&(n+=2,l=!0),c++;continue;case">"===e&&l:if(""===h||of(a,h))throw new ff("Invalid capture group name");a[h]=!0,r[r.length]=[h,c],l=!1,h="";continue}l?h+=e:o+=e}return[o,r]}(t),t=r[0],u=r[1]),a=zu(hf(t,e),l?this:uf,Pf),(n||o||u.length)&&(s=rf(a),n&&(s.dotAll=!0,s.raw=Pf(function(t){for(var e,i=t.length,n=0,o="",r=!1;n<=i;n++)"\\"!==(e=pf(t,n))?r||"."!==e?("["===e?r=!0:"]"===e&&(r=!1),o+=e):o+="[\\s\\S]":o+=e+pf(t,++n);return o}(t),i)),o&&(s.sticky=!0),u.length&&(s.groups=u)),t!==f)try{Wu(a,"source",""===f?"(?:)":f)}catch(t){}return a},Tf=Ku(hf),Cf=0;Tf.length>Cf;)tf(Pf,hf,Tf[Cf++]);uf.constructor=Pf,Pf.prototype=uf,ef(Uu,"RegExp",Pf,{constructor:!0})}af("RegExp");var Af=x,If=L,Rf=Il,$f=gu,Ef=Tu,jf=na,Lf=Hi.get,Nf=Bu,Ff=Vu,Bf=Kt("native-string-replace",String.prototype.replace),Df=RegExp.prototype.exec,_f=Df,Vf=If("".charAt),Hf=If("".indexOf),Uf=If("".replace),Mf=If("".slice),qf=function(){var t=/a/,e=/b*/g;return Af(Df,t,"a"),Af(Df,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),zf=Ef.BROKEN_CARET,Wf=void 0!==/()??/.exec("")[1];(qf||Wf||zf||Nf||Ff)&&(_f=function(t){var e,i,n,o,r,a,s,l=this,c=Lf(l),h=Rf(t),u=c.raw;if(u)return u.lastIndex=l.lastIndex,e=Af(_f,u,h),l.lastIndex=u.lastIndex,e;var f=c.groups,d=zf&&l.sticky,p=Af($f,l),g=l.source,v=0,b=h;if(d&&(p=Uf(p,"y",""),-1===Hf(p,"g")&&(p+="g"),b=Mf(h,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==Vf(h,l.lastIndex-1))&&(g="(?: "+g+")",b=" "+b,v++),i=new RegExp("^(?:"+g+")",p)),Wf&&(i=new RegExp("^"+g+"$(?!\\s)",p)),qf&&(n=l.lastIndex),o=Af(Df,d?i:l,b),d?o?(o.input=Mf(o.input,v),o[0]=Mf(o[0],v),o.index=l.lastIndex,l.lastIndex+=o[0].length):l.lastIndex=0:qf&&o&&(l.lastIndex=l.global?o.index+o[0].length:n),Wf&&o&&o.length>1&&Af(Bf,o[0],i,(function(){for(r=1;r1?arguments[1]:void 0)}});var vd=L,bd=vn,md=Il,yd=G,wd=vd("".charAt),Sd=vd("".charCodeAt),xd=vd("".slice),kd=function(t){return function(e,i){var n,o,r=md(yd(e)),a=bd(i),s=r.length;return a<0||a>=s?t?"":void 0:(n=Sd(r,a))<55296||n>56319||a+1===s||(o=Sd(r,a+1))<56320||o>57343?t?wd(r,a):n:t?xd(r,a,a+2):o-56320+(n-55296<<10)+65536}},Od={codeAt:kd(!1),charAt:kd(!0)},Pd=Od.charAt,Td=Il,Cd=Hi,Ad=Ds,Id=_s,Rd="String Iterator",$d=Cd.set,Ed=Cd.getterFor(Rd);Ad(String,"String",(function(t){$d(this,{type:Rd,string:Td(t),index:0})}),(function(){var t,e=Ed(this),i=e.string,n=e.index;return n>=i.length?Id(void 0,!0):(t=Pd(i,n),e.index+=t.length,Id(t,!1))}));var jd=y,Ld=Function.prototype,Nd=Ld.apply,Fd=Ld.call,Bd="object"==typeof Reflect&&Reflect.apply||(jd?Fd.bind(Nd):function(){return Fd.apply(Nd,arguments)}),Dd=x,_d=un,Vd=Gf,Hd=b,Ud=pe,Md=ai,qd=Ud("species"),zd=RegExp.prototype,Wd=function(t,e,i,n){var o=Ud(t),r=!Hd((function(){var e={};return e[o]=function(){return 7},7!==""[t](e)})),a=r&&!Hd((function(){var e=!1,i=/a/;return"split"===t&&((i={}).constructor={},i.constructor[qd]=function(){return i},i.flags="",i[o]=/./[o]),i.exec=function(){return e=!0,null},i[o](""),!e}));if(!r||!a||i){var s=/./[o],l=e(o,""[t],(function(t,e,i,n,o){var a=e.exec;return a===Vd||a===zd.exec?r&&!o?{done:!0,value:Dd(s,e,i,n)}:{done:!0,value:Dd(t,i,e,n)}:{done:!1}}));_d(String.prototype,t,l[0]),_d(zd,o,l[1])}n&&Md(zd[o],"sham",!0)},Gd=Od.charAt,Kd=function(t,e,i){return e+(i?Gd(t,e).length:1)},Jd=L,Yd=Qt,Qd=Math.floor,Xd=Jd("".charAt),Zd=Jd("".replace),tp=Jd("".slice),ep=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,ip=/\$([$&'`]|\d{1,2})/g,np=x,op=We,rp=X,ap=D,sp=Gf,lp=TypeError,cp=function(t,e){var i=t.exec;if(rp(i)){var n=np(i,t,e);return null!==n&&op(n),n}if("RegExp"===ap(t))return np(sp,t,e);throw new lp("RegExp#exec called on incompatible receiver")},hp=Bd,up=x,fp=L,dp=Wd,pp=b,gp=We,vp=X,bp=q,mp=vn,yp=kn,wp=Il,Sp=G,xp=Kd,kp=jt,Op=function(t,e,i,n,o,r){var a=i+t.length,s=n.length,l=ip;return void 0!==o&&(o=Yd(o),l=ep),Zd(r,l,(function(r,l){var c;switch(Xd(l,0)){case"$":return"$";case"&":return t;case"`":return tp(e,0,i);case"'":return tp(e,a);case"<":c=o[tp(l,1,-1)];break;default:var h=+l;if(0===h)return r;if(h>s){var u=Qd(h/10);return 0===u?r:u<=s?void 0===n[u-1]?Xd(l,1):n[u-1]+Xd(l,1):r}c=n[h-1]}return void 0===c?"":c}))},Pp=cp,Tp=pe("replace"),Cp=Math.max,Ap=Math.min,Ip=fp([].concat),Rp=fp([].push),$p=fp("".indexOf),Ep=fp("".slice),jp="$0"==="a".replace(/./,"$0"),Lp=!!/./[Tp]&&""===/./[Tp]("a","$0");dp("replace",(function(t,e,i){var n=Lp?"$":"$0";return[function(t,i){var n=Sp(this),o=bp(t)?void 0:kp(t,Tp);return o?up(o,t,n,i):up(e,wp(n),t,i)},function(t,o){var r=gp(this),a=wp(t);if("string"==typeof o&&-1===$p(o,n)&&-1===$p(o,"$<")){var s=i(e,r,a,o);if(s.done)return s.value}var l=vp(o);l||(o=wp(o));var c,h=r.global;h&&(c=r.unicode,r.lastIndex=0);for(var u,f=[];null!==(u=Pp(r,a))&&(Rp(f,u),h);){""===wp(u[0])&&(r.lastIndex=xp(a,yp(r.lastIndex),c))}for(var d,p="",g=0,v=0;v=g&&(p+=Ep(a,g,y)+b,g=y+m.length)}return p+Ep(a,g)}]}),!!pp((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}))||!jp||Lp);var Np=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e},Fp=x,Bp=We,Dp=q,_p=G,Vp=Np,Hp=Il,Up=jt,Mp=cp;Wd("search",(function(t,e,i){return[function(e){var i=_p(this),n=Dp(e)?void 0:Up(e,t);return n?Fp(n,e,i):new RegExp(e)[t](Hp(i))},function(t){var n=Bp(this),o=Hp(t),r=i(e,n,o);if(r.done)return r.value;var a=n.lastIndex;Vp(a,0)||(n.lastIndex=0);var s=Mp(n,o);return Vp(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var qp=qo,zp=Tt,Wp=TypeError,Gp=We,Kp=function(t){if(qp(t))return t;throw new Wp(zp(t)+" is not a constructor")},Jp=q,Yp=pe("species"),Qp=x,Xp=L,Zp=Wd,tg=We,eg=q,ig=G,ng=function(t,e){var i,n=Gp(t).constructor;return void 0===n||Jp(i=Gp(n)[Yp])?e:Kp(i)},og=Kd,rg=kn,ag=Il,sg=jt,lg=cp,cg=b,hg=Tu.UNSUPPORTED_Y,ug=Math.min,fg=Xp([].push),dg=Xp("".slice),pg=!cg((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var i="ab".split(t);return 2!==i.length||"a"!==i[0]||"b"!==i[1]})),gg="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;Zp("split",(function(t,e,i){var n="0".split(void 0,0).length?function(t,i){return void 0===t&&0===i?[]:Qp(e,this,t,i)}:e;return[function(e,i){var o=ig(this),r=eg(e)?void 0:sg(e,t);return r?Qp(r,e,o,i):Qp(n,ag(o),e,i)},function(t,o){var r=tg(this),a=ag(t);if(!gg){var s=i(n,r,a,o,n!==e);if(s.done)return s.value}var l=ng(r,RegExp),c=r.unicode,h=(r.ignoreCase?"i":"")+(r.multiline?"m":"")+(r.unicode?"u":"")+(hg?"g":"y"),u=new l(hg?"^(?:"+r.source+")":r,h),f=void 0===o?4294967295:o>>>0;if(0===f)return[];if(0===a.length)return null===lg(u,a)?[a]:[];for(var d=0,p=0,g=[];p1?arguments[1]:void 0)},Tg=g,Cg=wg,Ag=kg,Ig=Pg,Rg=ai,$g=function(t){if(t&&t.forEach!==Ig)try{Rg(t,"forEach",Ig)}catch(e){t.forEach=Ig}};for(var Eg in Cg)Cg[Eg]&&$g(Tg[Eg]&&Tg[Eg].prototype);$g(Ag);var jg=g,Lg=wg,Ng=kg,Fg=Qs,Bg=ai,Dg=ts,_g=pe("iterator"),Vg=Fg.values,Hg=function(t,e){if(t){if(t[_g]!==Vg)try{Bg(t,_g,Vg)}catch(e){t[_g]=Vg}if(Dg(t,e,!0),Lg[e])for(var i in Fg)if(t[i]!==Fg[i])try{Bg(t,i,Fg[i])}catch(e){t[i]=Fg[i]}}};for(var Ug in Lg)Hg(jg[Ug]&&jg[Ug].prototype,Ug);Hg(Ng,"DOMTokenList");var Mg=b,qg=m,zg=pe("iterator"),Wg=!Mg((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,i=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,i){e.delete("b"),n+=i+t})),i.delete("a",2),i.delete("b",void 0),!e.size&&!qg||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[zg]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host})),Gg=ot,Kg=TypeError,Jg=function(t,e){if(Gg(e,t))return t;throw new Kg("Incorrect invocation")},Yg=x,Qg=We,Xg=jt,Zg=We,tv=function(t,e,i){var n,o;Qg(t);try{if(!(n=Xg(t,"return"))){if("throw"===e)throw i;return i}n=Yg(n,t)}catch(t){o=!0,n=t}if("throw"===e)throw i;if(o)throw n;return Qg(n),i},ev=Ea,iv=pe("iterator"),nv=Array.prototype,ov=$o,rv=jt,av=q,sv=Ea,lv=pe("iterator"),cv=function(t){if(!av(t))return rv(t,lv)||rv(t,"@@iterator")||sv[ov(t)]},hv=x,uv=Rt,fv=We,dv=Tt,pv=cv,gv=TypeError,vv=function(t,e){var i=arguments.length<2?pv(t):e;if(uv(i))return fv(hv(i,t));throw new gv(dv(t)+" is not iterable")},bv=xr,mv=x,yv=Qt,wv=function(t,e,i,n){try{return n?e(Zg(i)[0],i[1]):e(i)}catch(e){tv(t,"throw",e)}},Sv=function(t){return void 0!==t&&(ev.Array===t||nv[iv]===t)},xv=qo,kv=Pn,Ov=xo,Pv=vv,Tv=cv,Cv=Array,Av=L,Iv=2147483647,Rv=/[^\0-\u007E]/,$v=/[.\u3002\uFF0E\uFF61]/g,Ev="Overflow: input needs wider integers to process",jv=RangeError,Lv=Av($v.exec),Nv=Math.floor,Fv=String.fromCharCode,Bv=Av("".charCodeAt),Dv=Av([].join),_v=Av([].push),Vv=Av("".replace),Hv=Av("".split),Uv=Av("".toLowerCase),Mv=function(t){return t+22+75*(t<26)},qv=function(t,e,i){var n=0;for(t=i?Nv(t/700):t>>1,t+=Nv(t/e);t>455;)t=Nv(t/35),n+=36;return Nv(n+36*t/(t+38))},zv=function(t){var e=[];t=function(t){for(var e=[],i=0,n=t.length;i=55296&&o<=56319&&i=r&&nNv((Iv-a)/u))throw new jv(Ev);for(a+=(h-r)*u,r=h,i=0;iIv)throw new jv(Ev);if(n===r){for(var f=a,d=36;;){var p=d<=s?1:d>=s+26?26:d-s;if(fo;){if(e=+arguments[o++],Yv(e,1114111)!==e)throw new Qv(e+" is not a valid code point");i[o]=e<65536?Xv(e):Xv(55296+((e-=65536)>>10),e%1024+56320)}return tb(i,"")}});var eb=g,ib=m,nb=Object.getOwnPropertyDescriptor,ob=un,rb=po,ab=g,sb=function(t){if(!ib)return eb[t];var e=nb(eb,t);return e&&e.value},lb=nt,cb=x,hb=L,ub=m,fb=Wg,db=un,pb=Ru,gb=function(t,e,i){for(var n in e)ob(t,n,e[n],i);return t},vb=ts,bb=ss,mb=Hi,yb=Jg,wb=X,Sb=te,xb=xr,kb=$o,Ob=We,Pb=tt,Tb=Il,Cb=na,Ab=I,Ib=vv,Rb=cv,$b=_s,Eb=Gv,jb=jl,Lb=pe("iterator"),Nb="URLSearchParams",Fb=Nb+"Iterator",Bb=mb.set,Db=mb.getterFor(Nb),_b=mb.getterFor(Fb),Vb=sb("fetch"),Hb=sb("Request"),Ub=sb("Headers"),Mb=Hb&&Hb.prototype,qb=Ub&&Ub.prototype,zb=ab.TypeError,Wb=ab.encodeURIComponent,Gb=String.fromCharCode,Kb=lb("String","fromCodePoint"),Jb=parseInt,Yb=hb("".charAt),Qb=hb([].join),Xb=hb([].push),Zb=hb("".replace),tm=hb([].shift),em=hb([].splice),im=hb("".split),nm=hb("".slice),om=hb(/./.exec),rm=/\+/g,am=/^[0-9a-f]+$/i,sm=function(t,e){var i=nm(t,e,e+2);return om(am,i)?Jb(i,16):NaN},lm=function(t){for(var e=0,i=128;i>0&&t&i;i>>=1)e++;return e},cm=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3]}return e>1114111?null:e},hm=function(t){for(var e=(t=Zb(t,rm," ")).length,i="",n=0;ne){i+="%",n++;continue}var r=sm(t,n+1);if(r!=r){i+=o,n++;continue}n+=2;var a=lm(r);if(0===a)o=Gb(r);else{if(1===a||a>4){i+="�",n++;continue}for(var s=[r],l=1;le||"%"!==Yb(t,n));){var c=sm(t,n+1);if(c!=c){n+=3;break}if(c>191||c<128)break;Xb(s,c),n+=2,l++}if(s.length!==a){i+="�";continue}var h=cm(s);null===h?i+="�":o=Kb(h)}}i+=o,n++}return i},um=/[!'()~]|%20/g,fm={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},dm=function(t){return fm[t]},pm=function(t){return Zb(Wb(t),um,dm)},gm=bb((function(t,e){Bb(this,{type:Fb,target:Db(t).entries,index:0,kind:e})}),Nb,(function(){var t=_b(this),e=t.target,i=t.index++;if(!e||i>=e.length)return t.target=null,$b(void 0,!0);var n=e[i];switch(t.kind){case"keys":return $b(n.key,!1);case"values":return $b(n.value,!1)}return $b([n.key,n.value],!1)}),!0),vm=function(t){this.entries=[],this.url=null,void 0!==t&&(Pb(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===Yb(t,0)?nm(t,1):t:Tb(t)))};vm.prototype={type:Nb,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,i,n,o,r,a,s,l=this.entries,c=Rb(t);if(c)for(i=(e=Ib(t,c)).next;!(n=cb(i,e)).done;){if(r=(o=Ib(Ob(n.value))).next,(a=cb(r,o)).done||(s=cb(r,o)).done||!cb(r,o).done)throw new zb("Expected sequence with length 2");Xb(l,{key:Tb(a.value),value:Tb(s.value)})}else for(var h in t)Sb(t,h)&&Xb(l,{key:h,value:Tb(t[h])})},parseQuery:function(t){if(t)for(var e,i,n=this.entries,o=im(t,"&"),r=0;r0?arguments[0]:void 0));ub||(this.size=t.entries.length)},mm=bm.prototype;if(gb(mm,{append:function(t,e){var i=Db(this);Eb(arguments.length,2),Xb(i.entries,{key:Tb(t),value:Tb(e)}),ub||this.length++,i.updateURL()},delete:function(t){for(var e=Db(this),i=Eb(arguments.length,1),n=e.entries,o=Tb(t),r=i<2?void 0:arguments[1],a=void 0===r?r:Tb(r),s=0;se.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,i=Db(this).entries,n=xb(t,arguments.length>1?arguments[1]:void 0),o=0;o1?Sm(arguments[1]):{})}}),wb(Hb)){var xm=function(t){return yb(this,Mb),new Hb(t,arguments.length>1?Sm(arguments[1]):{})};Mb.constructor=xm,xm.prototype=Mb,rb({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:xm})}}var km,Om=po,Pm=m,Tm=Wg,Cm=g,Am=xr,Im=L,Rm=un,$m=Ru,Em=Jg,jm=te,Lm=Ph,Nm=function(t){var e=yv(t),i=xv(this),n=arguments.length,o=n>1?arguments[1]:void 0,r=void 0!==o;r&&(o=bv(o,n>2?arguments[2]:void 0));var a,s,l,c,h,u,f=Tv(e),d=0;if(!f||this===Cv&&Sv(f))for(a=kv(e),s=i?new this(a):Cv(a);a>d;d++)u=r?o(e[d],d):e[d],Ov(s,d,u);else for(s=i?new this:[],h=(c=Pv(e,f)).next;!(l=mv(h,c)).done;d++)u=r?wv(c,o,[l.value,d],!0):l.value,Ov(s,d,u);return s.length=d,s},Fm=cl,Bm=Od.codeAt,Dm=function(t){var e,i,n=[],o=Hv(Vv(Uv(t),$v,"."),".");for(e=0;e?@[\\\]^|]/,xy=/[\0\t\n\r #/:<>?@[\\\]^|]/,ky=/^[\u0000-\u0020]+/,Oy=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Py=/[\t\n\r]/g,Ty=function(t){var e,i,n,o;if("number"==typeof t){for(e=[],i=0;i<4;i++)hy(e,t%256),t=Qm(t/256);return ey(e,".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,i=1,n=null,o=0,r=0;r<8;r++)0!==t[r]?(o>i&&(e=n,i=o),n=null,o=0):(null===n&&(n=r),++o);return o>i?n:e}(t),i=0;i<8;i++)o&&0===t[i]||(o&&(o=!1),n===i?(e+=i?":":"::",o=!0):(e+=iy(t[i],16),i<7&&(e+=":")));return"["+e+"]"}return t},Cy={},Ay=Lm({},Cy,{" ":1,'"':1,"<":1,">":1,"`":1}),Iy=Lm({},Ay,{"#":1,"?":1,"{":1,"}":1}),Ry=Lm({},Iy,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),$y=function(t,e){var i=Bm(t,0);return i>32&&i<127&&!jm(e,t)?t:encodeURIComponent(t)},Ey={ftp:21,file:null,http:80,https:443,ws:80,wss:443},jy=function(t,e){var i;return 2===t.length&&ty(py,Zm(t,0))&&(":"===(i=Zm(t,1))||!e&&"|"===i)},Ly=function(t){var e;return t.length>1&&jy(ly(t,0,2))&&(2===t.length||"/"===(e=Zm(t,2))||"\\"===e||"?"===e||"#"===e)},Ny=function(t){return"."===t||"%2e"===cy(t)},Fy={},By={},Dy={},_y={},Vy={},Hy={},Uy={},My={},qy={},zy={},Wy={},Gy={},Ky={},Jy={},Yy={},Qy={},Xy={},Zy={},tw={},ew={},iw={},nw=function(t,e,i){var n,o,r,a=_m(t);if(e){if(o=this.parse(a))throw new Jm(o);this.searchParams=null}else{if(void 0!==i&&(n=new nw(i,!0)),o=this.parse(a,null,n))throw new Jm(o);(r=Gm(new Wm)).bindURL(this),this.searchParams=r}};nw.prototype={type:"URL",parse:function(t,e,i){var n,o,r,a,s,l=this,c=e||Fy,h=0,u="",f=!1,d=!1,p=!1;for(t=_m(t),e||(l.scheme="",l.username="",l.password="",l.host=null,l.port=null,l.path=[],l.query=null,l.fragment=null,l.cannotBeABaseURL=!1,t=ry(t,ky,""),t=ry(t,Oy,"$1")),t=ry(t,Py,""),n=Nm(t);h<=n.length;){switch(o=n[h],c){case Fy:if(!o||!ty(py,o)){if(e)return uy;c=Dy;continue}u+=cy(o),c=By;break;case By:if(o&&(ty(gy,o)||"+"===o||"-"===o||"."===o))u+=cy(o);else{if(":"!==o){if(e)return uy;u="",c=Dy,h=0;continue}if(e&&(l.isSpecial()!==jm(Ey,u)||"file"===u&&(l.includesCredentials()||null!==l.port)||"file"===l.scheme&&!l.host))return;if(l.scheme=u,e)return void(l.isSpecial()&&Ey[l.scheme]===l.port&&(l.port=null));u="","file"===l.scheme?c=Jy:l.isSpecial()&&i&&i.scheme===l.scheme?c=_y:l.isSpecial()?c=My:"/"===n[h+1]?(c=Vy,h++):(l.cannotBeABaseURL=!0,oy(l.path,""),c=tw)}break;case Dy:if(!i||i.cannotBeABaseURL&&"#"!==o)return uy;if(i.cannotBeABaseURL&&"#"===o){l.scheme=i.scheme,l.path=Fm(i.path),l.query=i.query,l.fragment="",l.cannotBeABaseURL=!0,c=iw;break}c="file"===i.scheme?Jy:Hy;continue;case _y:if("/"!==o||"/"!==n[h+1]){c=Hy;continue}c=qy,h++;break;case Vy:if("/"===o){c=zy;break}c=Zy;continue;case Hy:if(l.scheme=i.scheme,o===km)l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.query=i.query;else if("/"===o||"\\"===o&&l.isSpecial())c=Uy;else if("?"===o)l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.query="",c=ew;else{if("#"!==o){l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.path.length--,c=Zy;continue}l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,l.path=Fm(i.path),l.query=i.query,l.fragment="",c=iw}break;case Uy:if(!l.isSpecial()||"/"!==o&&"\\"!==o){if("/"!==o){l.username=i.username,l.password=i.password,l.host=i.host,l.port=i.port,c=Zy;continue}c=zy}else c=qy;break;case My:if(c=qy,"/"!==o||"/"!==Zm(u,h+1))continue;h++;break;case qy:if("/"!==o&&"\\"!==o){c=zy;continue}break;case zy:if("@"===o){f&&(u="%40"+u),f=!0,r=Nm(u);for(var g=0;g65535)return dy;l.port=l.isSpecial()&&m===Ey[l.scheme]?null:m,u=""}if(e)return;c=Xy;continue}return dy}u+=o;break;case Jy:if(l.scheme="file","/"===o||"\\"===o)c=Yy;else{if(!i||"file"!==i.scheme){c=Zy;continue}switch(o){case km:l.host=i.host,l.path=Fm(i.path),l.query=i.query;break;case"?":l.host=i.host,l.path=Fm(i.path),l.query="",c=ew;break;case"#":l.host=i.host,l.path=Fm(i.path),l.query=i.query,l.fragment="",c=iw;break;default:Ly(ey(Fm(n,h),""))||(l.host=i.host,l.path=Fm(i.path),l.shortenPath()),c=Zy;continue}}break;case Yy:if("/"===o||"\\"===o){c=Qy;break}i&&"file"===i.scheme&&!Ly(ey(Fm(n,h),""))&&(jy(i.path[0],!0)?oy(l.path,i.path[0]):l.host=i.host),c=Zy;continue;case Qy:if(o===km||"/"===o||"\\"===o||"?"===o||"#"===o){if(!e&&jy(u))c=Zy;else if(""===u){if(l.host="",e)return;c=Xy}else{if(a=l.parseHost(u))return a;if("localhost"===l.host&&(l.host=""),e)return;u="",c=Xy}continue}u+=o;break;case Xy:if(l.isSpecial()){if(c=Zy,"/"!==o&&"\\"!==o)continue}else if(e||"?"!==o)if(e||"#"!==o){if(o!==km&&(c=Zy,"/"!==o))continue}else l.fragment="",c=iw;else l.query="",c=ew;break;case Zy:if(o===km||"/"===o||"\\"===o&&l.isSpecial()||!e&&("?"===o||"#"===o)){if(".."===(s=cy(s=u))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(l.shortenPath(),"/"===o||"\\"===o&&l.isSpecial()||oy(l.path,"")):Ny(u)?"/"===o||"\\"===o&&l.isSpecial()||oy(l.path,""):("file"===l.scheme&&!l.path.length&&jy(u)&&(l.host&&(l.host=""),u=Zm(u,0)+":"),oy(l.path,u)),u="","file"===l.scheme&&(o===km||"?"===o||"#"===o))for(;l.path.length>1&&""===l.path[0];)ay(l.path);"?"===o?(l.query="",c=ew):"#"===o&&(l.fragment="",c=iw)}else u+=$y(o,Iy);break;case tw:"?"===o?(l.query="",c=ew):"#"===o?(l.fragment="",c=iw):o!==km&&(l.path[0]+=$y(o,Cy));break;case ew:e||"#"!==o?o!==km&&("'"===o&&l.isSpecial()?l.query+="%27":l.query+="#"===o?"%23":$y(o,Cy)):(l.fragment="",c=iw);break;case iw:o!==km&&(l.fragment+=$y(o,Ay))}h++}},parseHost:function(t){var e,i,n;if("["===Zm(t,0)){if("]"!==Zm(t,t.length-1))return fy;if(e=function(t){var e,i,n,o,r,a,s,l=[0,0,0,0,0,0,0,0],c=0,h=null,u=0,f=function(){return Zm(t,u)};if(":"===f()){if(":"!==Zm(t,1))return;u+=2,h=++c}for(;f();){if(8===c)return;if(":"!==f()){for(e=i=0;i<4&&ty(wy,f());)e=16*e+Ym(f(),16),u++,i++;if("."===f()){if(0===i)return;if(u-=i,c>6)return;for(n=0;f();){if(o=null,n>0){if(!("."===f()&&n<4))return;u++}if(!ty(vy,f()))return;for(;ty(vy,f());){if(r=Ym(f(),10),null===o)o=r;else{if(0===o)return;o=10*o+r}if(o>255)return;u++}l[c]=256*l[c]+o,2!=++n&&4!==n||c++}if(4!==n)return;break}if(":"===f()){if(u++,!f())return}else if(f())return;l[c++]=e}else{if(null!==h)return;u++,h=++c}}if(null!==h)for(a=c-h,c=7;0!==c&&a>0;)s=l[c],l[c--]=l[h+a-1],l[h+--a]=s;else if(8!==c)return;return l}(ly(t,1,-1)),!e)return fy;this.host=e}else if(this.isSpecial()){if(t=Dm(t),ty(Sy,t))return fy;if(e=function(t){var e,i,n,o,r,a,s,l=sy(t,".");if(l.length&&""===l[l.length-1]&&l.length--,(e=l.length)>4)return t;for(i=[],n=0;n1&&"0"===Zm(o,0)&&(r=ty(by,o)?16:8,o=ly(o,8===r?1:2)),""===o)a=0;else{if(!ty(10===r?yy:8===r?my:wy,o))return t;a=Ym(o,r)}oy(i,a)}for(n=0;n=Xm(256,5-e))return null}else if(a>255)return null;for(s=ny(i),n=0;n1?arguments[1]:void 0,n=qm(e,new nw(t,!1,i));Pm||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},rw=ow.prototype,aw=function(t,e){return{get:function(){return zm(this)[t]()},set:e&&function(t){return zm(this)[e](t)},configurable:!0,enumerable:!0}};if(Pm&&($m(rw,"href",aw("serialize","setHref")),$m(rw,"origin",aw("getOrigin")),$m(rw,"protocol",aw("getProtocol","setProtocol")),$m(rw,"username",aw("getUsername","setUsername")),$m(rw,"password",aw("getPassword","setPassword")),$m(rw,"host",aw("getHost","setHost")),$m(rw,"hostname",aw("getHostname","setHostname")),$m(rw,"port",aw("getPort","setPort")),$m(rw,"pathname",aw("getPathname","setPathname")),$m(rw,"search",aw("getSearch","setSearch")),$m(rw,"searchParams",aw("getSearchParams")),$m(rw,"hash",aw("getHash","setHash"))),Rm(rw,"toJSON",(function(){return zm(this).serialize()}),{enumerable:!0}),Rm(rw,"toString",(function(){return zm(this).serialize()}),{enumerable:!0}),Km){var sw=Km.createObjectURL,lw=Km.revokeObjectURL;sw&&Rm(ow,"createObjectURL",Am(sw,Km)),lw&&Rm(ow,"revokeObjectURL",Am(lw,Km))}Vm(ow,"URL"),Om({global:!0,constructor:!0,forced:!Tm,sham:!Pm},{URL:ow});var cw=x;po({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return cw(URL.prototype.toString,this)}});var hw=Qt,uw=Ha,fw=ja;po({target:"Object",stat:!0,forced:b((function(){uw(1)})),sham:!fw},{getPrototypeOf:function(t){return uw(hw(t))}});var dw,pw=po,gw=mr,vw=v.f,bw=kn,mw=Il,yw=sd,ww=G,Sw=cd,xw=gw("".slice),kw=Math.min,Ow=Sw("endsWith");pw({target:"String",proto:!0,forced:!!(Ow||(dw=vw(String.prototype,"endsWith"),!dw||dw.writable))&&!Ow},{endsWith:function(t){var e=mw(ww(this));yw(t);var i=arguments.length>1?arguments[1]:void 0,n=e.length,o=void 0===i?n:kw(bw(i),n),r=mw(t);return xw(e,o-r.length,o)===r}});var Pw=x,Tw=We,Cw=q,Aw=kn,Iw=Il,Rw=G,$w=jt,Ew=Kd,jw=cp;Wd("match",(function(t,e,i){return[function(e){var i=Rw(this),n=Cw(e)?void 0:$w(e,t);return n?Pw(n,e,i):new RegExp(e)[t](Iw(i))},function(t){var n=Tw(this),o=Iw(t),r=i(e,n,o);if(r.done)return r.value;if(!n.global)return jw(n,o);var a=n.unicode;n.lastIndex=0;for(var s,l=[],c=0;null!==(s=jw(n,o));){var h=Iw(s[0]);l[c]=h,""===h&&(n.lastIndex=Ew(o,Aw(n.lastIndex),a)),c++}return 0===c?null:l}]}));var Lw=po,Nw=mr,Fw=v.f,Bw=kn,Dw=Il,_w=sd,Vw=G,Hw=cd,Uw=Nw("".slice),Mw=Math.min,qw=Hw("startsWith"),zw=!qw&&!!function(){var t=Fw(String.prototype,"startsWith");return t&&!t.writable}();Lw({target:"String",proto:!0,forced:!zw&&!qw},{startsWith:function(t){var e=Dw(Vw(this));_w(t);var i=Bw(Mw(arguments.length>1?arguments[1]:void 0,e.length)),n=Dw(t);return Uw(e,i,i+n.length)===n}});var Ww={getBootstrapVersion:function(){var e=5;try{var i=t.fn.dropdown.Constructor.VERSION;void 0!==i&&(e=parseInt(i,10))}catch(t){}try{var n=bootstrap.Tooltip.VERSION;void 0!==n&&(e=parseInt(n,10))}catch(t){}return e},getIconsPrefix:function(t){return{bootstrap3:"glyphicon",bootstrap4:"fa",bootstrap5:"bi","bootstrap-table":"icon",bulma:"fa",foundation:"fa",materialize:"material-icons",semantic:"fa"}[t]||"fa"},getIcons:function(t){return{glyphicon:{clearSearch:"glyphicon-trash",columns:"glyphicon-th icon-th",detailClose:"glyphicon-minus icon-minus",detailOpen:"glyphicon-plus icon-plus",fullscreen:"glyphicon-fullscreen",paginationSwitchDown:"glyphicon-collapse-down icon-chevron-down",paginationSwitchUp:"glyphicon-collapse-up icon-chevron-up",refresh:"glyphicon-refresh icon-refresh",search:"glyphicon-search",toggleOff:"glyphicon-list-alt icon-list-alt",toggleOn:"glyphicon-list-alt icon-list-alt"},fa:{clearSearch:"fa-trash",columns:"fa-th-list",detailClose:"fa-minus",detailOpen:"fa-plus",fullscreen:"fa-arrows-alt",paginationSwitchDown:"fa-caret-square-down",paginationSwitchUp:"fa-caret-square-up",refresh:"fa-sync",search:"fa-search",toggleOff:"fa-toggle-off",toggleOn:"fa-toggle-on"},bi:{clearSearch:"bi-trash",columns:"bi-list-ul",detailClose:"bi-dash",detailOpen:"bi-plus",fullscreen:"bi-arrows-move",paginationSwitchDown:"bi-caret-down-square",paginationSwitchUp:"bi-caret-up-square",refresh:"bi-arrow-clockwise",search:"bi-search",toggleOff:"bi-toggle-off",toggleOn:"bi-toggle-on"},icon:{clearSearch:"icon-trash-2",columns:"icon-list",detailClose:"icon-minus",detailOpen:"icon-plus",fullscreen:"icon-maximize",paginationSwitchDown:"icon-arrow-up-circle",paginationSwitchUp:"icon-arrow-down-circle",refresh:"icon-refresh-cw",search:"icon-search",toggleOff:"icon-toggle-right",toggleOn:"icon-toggle-right"},"material-icons":{clearSearch:"delete",columns:"view_list",detailClose:"remove",detailOpen:"add",fullscreen:"fullscreen",paginationSwitchDown:"grid_on",paginationSwitchUp:"grid_off",refresh:"refresh",search:"search",sort:"sort",toggleOff:"tablet",toggleOn:"tablet_android"}}[t]||{}},getSearchInput:function(e){return"string"==typeof e.options.searchSelector?t(e.options.searchSelector):e.$toolbar.find(".search input")},extend:function(){for(var t=this,e=arguments.length,i=new Array(e),n=0;n1?e-1:0),n=1;n0&&void 0!==arguments[0]?arguments[0]:{};return 0===Object.entries(t).length&&t.constructor===Object},isNumeric:function(t){return!isNaN(parseFloat(t))&&isFinite(t)},getFieldTitle:function(t,e){var i,n=o(t);try{for(n.s();!(i=n.n()).done;){var r=i.value;if(r.field===e)return r.title}}catch(t){n.e(t)}finally{n.f()}return""},setFieldIndex:function(t){var e,i=0,n=[],r=o(t[0]);try{for(r.s();!(e=r.n()).done;){i+=+e.value.colspan||1}}catch(t){r.e(t)}finally{r.f()}for(var a=0;a1){for(var u=0,f=function(t){var e=r.filter((function(e){return e.fieldIndex===t})),i=e[e.length-1];if(e.length>1)for(var n=0;n0}}}catch(t){l.e(t)}finally{l.f()}}}catch(t){a.e(t)}finally{a.f()}if(!(t.length<2)){var p,g=o(e);try{var v=function(){var t=p.value,e=r.filter((function(e){return e.fieldIndex===t.fieldIndex}));if(e.length>1){var i,n=o(e);try{for(n.s();!(i=n.n()).done;){i.value.visible=t.visible}}catch(t){n.e(t)}finally{n.f()}}};for(g.s();!(p=g.n()).done;)v()}catch(t){g.e(t)}finally{g.f()}}},getScrollBarWidth:function(){if(void 0===this.cachedWidth){var e=t("
    ").addClass("fixed-table-scroll-inner"),i=t("
    ").addClass("fixed-table-scroll-outer");i.append(e),t("body").append(i);var n=e[0].offsetWidth;i.css("overflow","scroll");var o=e[0].offsetWidth;n===o&&(o=i[0].clientWidth),i.remove(),this.cachedWidth=n-o}return this.cachedWidth},calculateObjectValue:function(t,e,i,n){var r=e;if("string"==typeof e){var a=e.split(".");if(a.length>1){r=window;var s,l=o(a);try{for(l.s();!(s=l.n()).done;){r=r[s.value]}}catch(t){l.e(t)}finally{l.f()}}else r=window[e]}return null!==r&&"object"===u(r)?r:"function"==typeof r?r.apply(t,i||[]):!r&&"string"==typeof e&&i&&this.sprintf.apply(this,[e].concat(c(i)))?this.sprintf.apply(this,[e].concat(c(i))):n},compareObjects:function(t,e,i){var n=Object.keys(t),o=Object.keys(e);if(i&&n.length!==o.length)return!1;for(var r=0,a=n;r/g,">").replace(/"/g,""").replace(/'/g,"'"):t},unescapeHTML:function(t){return"string"==typeof t&&t?t.toString().replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'"):t},removeHTML:function(t){return t?t.toString().replace(/(<([^>]+)>)/gi,"").replace(/&[#A-Za-z0-9]+;/gi,"").trim():t},getRealDataAttr:function(t){for(var e=0,i=Object.entries(t);e3&&void 0!==arguments[3]?arguments[3]:void 0,r=t;if(void 0!==n&&(i=n),"string"!=typeof e||t.hasOwnProperty(e))return i?this.escapeHTML(t[e]):t[e];var a,s=o(e.split("."));try{for(s.s();!(a=s.n()).done;){var l=a.value;r=r&&r[l]}}catch(t){s.e(t)}finally{s.f()}return i?this.escapeHTML(r):r},isIEBrowser:function(){return navigator.userAgent.includes("MSIE ")||/Trident.*rv:11\./.test(navigator.userAgent)},findIndex:function(t,e){var i,n=o(t);try{for(n.s();!(i=n.n()).done;){var r=i.value;if(JSON.stringify(r)===JSON.stringify(e))return t.indexOf(r)}}catch(t){n.e(t)}finally{n.f()}return-1},trToData:function(e,i){var n=this,o=[],r=[];return i.each((function(i,a){var s=t(a),l={};l._id=s.attr("id"),l._class=s.attr("class"),l._data=n.getRealDataAttr(s.data()),l._style=s.attr("style"),s.find(">td,>th").each((function(o,a){for(var s=t(a),c=+s.attr("colspan")||1,h=+s.attr("rowspan")||1,u=o;r[i]&&r[i][u];u++);for(var f=u;fe?i:0;if(n.sortEmptyLast){if(""===t)return 1;if(""===e)return-1}return t===e?0:("string"!=typeof t&&(t=t.toString()),-1===t.localeCompare(e)?-1*i:i)},getEventName:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e=e||"".concat(+new Date).concat(~~(1e6*Math.random())),"".concat(t,"-").concat(e)},hasDetailViewIcon:function(t){return t.detailView&&t.detailViewIcon&&!t.cardView},getDetailViewIndexOffset:function(t){return this.hasDetailViewIcon(t)&&"right"!==t.detailViewAlign?1:0},checkAutoMergeCells:function(t){var e,i=o(t);try{for(i.s();!(e=i.n()).done;)for(var n=e.value,r=0,a=Object.keys(n);r0){var n=e.substring(0,i).trim(),o=e.substring(i+1).trim();t.style.setProperty(n,o)}}));else if(Array.isArray(e)){var i,n=o(e);try{for(n.s();!(i=n.n()).done;){var r=i.value;this.parseStyle(t,r)}}catch(t){n.e(t)}finally{n.f()}}else if("object"===u(e))for(var a=0,s=Object.entries(e);a',icon:'',inputGroup:'
    %s%s
    ',pageDropdown:['"],pageDropdownItem:'
    ',pagination:['
      ',"
    "],paginationItem:'
  • %s
  • ',searchButton:'',searchClearButton:'',searchInput:'',toolbarDropdown:['"],toolbarDropdownItem:'',toolbarDropdownSeparator:'
  • '}},4:{classes:{buttonActive:"active",buttons:"secondary",buttonsDropdown:"btn-group",buttonsGroup:"btn-group",buttonsPrefix:"btn",dropdownActive:"active",dropup:"dropup",input:"form-control",inputGroup:"btn-group",inputPrefix:"form-control-",paginationActive:"active",paginationDropdown:"btn-group dropdown",pull:"float",select:"form-control"},html:{dropdownCaret:'',icon:'',inputGroup:'
    %s
    %s
    ',pageDropdown:['"],pageDropdownItem:'%s',pagination:['
      ',"
    "],paginationItem:'
  • %s
  • ',searchButton:'',searchClearButton:'',searchInput:'',toolbarDropdown:['"],toolbarDropdownItem:'',toolbarDropdownSeparator:''}},5:{classes:{buttonActive:"active",buttons:"secondary",buttonsDropdown:"btn-group",buttonsGroup:"btn-group",buttonsPrefix:"btn",dropdownActive:"active",dropup:"dropup",input:"form-control",inputGroup:"btn-group",inputPrefix:"form-control-",paginationActive:"active",paginationDropdown:"btn-group dropdown",pull:"float",select:"form-select"},html:{dataToggle:"data-bs-toggle",dropdownCaret:'',icon:'',inputGroup:'
    %s%s
    ',pageDropdown:['"],pageDropdownItem:'%s',pagination:['
      ',"
    "],paginationItem:'
  • %s
  • ',searchButton:'',searchClearButton:'',searchInput:'',toolbarDropdown:['"],toolbarDropdownItem:'',toolbarDropdownSeparator:''}}}[Gw],Jw={ajax:void 0,ajaxOptions:{},buttons:{},buttonsAlign:"right",buttonsAttributeTitle:"title",buttonsClass:Kw.classes.buttons,buttonsOrder:["paginationSwitch","refresh","toggle","fullscreen","columns"],buttonsPrefix:Kw.classes.buttonsPrefix,buttonsToolbar:void 0,cache:!0,cardView:!1,checkboxHeader:!0,classes:"table table-bordered table-hover",clickToSelect:!1,columns:[[]],contentType:"application/json",customSearch:void 0,customSort:void 0,data:[],dataField:"rows",dataType:"json",detailFilter:function(t,e){return!0},detailFormatter:function(t,e){return""},detailView:!1,detailViewAlign:"left",detailViewByClick:!1,detailViewIcon:!0,escape:!1,escapeTitle:!0,filterOptions:{filterAlgorithm:"and"},fixedScroll:!1,footerField:"footer",footerStyle:function(t){return{}},headerStyle:function(t){return{}},height:void 0,icons:{},iconSize:void 0,iconsPrefix:void 0,idField:void 0,ignoreClickToSelectOn:function(t){var e=t.tagName;return["A","BUTTON"].includes(e)},loadingFontSize:"auto",loadingTemplate:function(t){return'\n '.concat(t,'\n \n \n ')},locale:void 0,maintainMetaData:!1,method:"get",minimumCountColumns:1,multipleSelectRow:!1,pageList:[10,25,50,100],pageNumber:1,pageSize:10,pagination:!1,paginationDetailHAlign:"left",paginationHAlign:"right",paginationLoadMore:!1,paginationLoop:!0,paginationNextText:"›",paginationPagesBySide:1,paginationParts:["pageInfo","pageSize","pageList"],paginationPreText:"‹",paginationSuccessivelySize:5,paginationUseIntermediate:!1,paginationVAlign:"bottom",queryParams:function(t){return t},queryParamsType:"limit",regexSearch:!1,rememberOrder:!1,responseHandler:function(t){return t},rowAttributes:function(t,e){return{}},rowStyle:function(t,e){return{}},search:!1,searchable:!1,searchAccentNeutralise:!1,searchAlign:"right",searchHighlight:!1,searchOnEnterKey:!1,searchSelector:!1,searchText:"",searchTimeOut:500,selectItemName:"btSelectItem",serverSort:!0,showButtonIcons:!0,showButtonText:!1,showColumns:!1,showColumnsSearch:!1,showColumnsToggleAll:!1,showExtendedPagination:!1,showFooter:!1,showFullscreen:!1,showHeader:!0,showPaginationSwitch:!1,showRefresh:!1,showSearchButton:!1,showSearchClearButton:!1,showToggle:!1,sidePagination:"client",silentSort:!0,singleSelect:!1,smartDisplay:!0,sortable:!0,sortClass:void 0,sortEmptyLast:!1,sortName:void 0,sortOrder:void 0,sortReset:!1,sortResetPage:!1,sortStable:!1,strictSearch:!1,theadClasses:"",toolbar:void 0,toolbarAlign:"left",totalField:"total",totalNotFiltered:0,totalNotFilteredField:"totalNotFiltered",totalRows:0,trimOnSearch:!0,undefinedText:"-",uniqueId:void 0,url:void 0,virtualScroll:!1,virtualScrollItemHeight:void 0,visibleSearch:!1,onAll:function(t,e){return!1},onCheck:function(t){return!1},onCheckAll:function(t){return!1},onCheckSome:function(t){return!1},onClickCell:function(t,e,i,n){return!1},onClickRow:function(t,e){return!1},onCollapseRow:function(t,e){return!1},onColumnSwitch:function(t,e){return!1},onColumnSwitchAll:function(t){return!1},onDblClickCell:function(t,e,i,n){return!1},onDblClickRow:function(t,e){return!1},onExpandRow:function(t,e,i){return!1},onLoadError:function(t){return!1},onLoadSuccess:function(t){return!1},onPageChange:function(t,e){return!1},onPostBody:function(){return!1},onPostFooter:function(){return!1},onPostHeader:function(){return!1},onPreBody:function(t){return!1},onRefresh:function(t){return!1},onRefreshOptions:function(t){return!1},onResetView:function(){return!1},onScrollBody:function(){return!1},onSearch:function(t){return!1},onSort:function(t,e){return!1},onToggle:function(t){return!1},onTogglePagination:function(t){return!1},onUncheck:function(t){return!1},onUncheckAll:function(t){return!1},onUncheckSome:function(t){return!1},onVirtualScroll:function(t,e){return!1}},Yw={formatLoadingMessage:function(){return"Loading, please wait"},formatRecordsPerPage:function(t){return"".concat(t," rows per page")},formatShowingRows:function(t,e,i,n){return void 0!==n&&n>0&&n>i?"Showing ".concat(t," to ").concat(e," of ").concat(i," rows (filtered from ").concat(n," total rows)"):"Showing ".concat(t," to ").concat(e," of ").concat(i," rows")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatSearch:function(){return"Search"},formatClearSearch:function(){return"Clear Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"}},Qw={align:void 0,cardVisible:!0,cellStyle:void 0,checkbox:!1,checkboxEnabled:!0,class:void 0,clickToSelect:!0,colspan:void 0,detailFormatter:void 0,escape:void 0,events:void 0,falign:void 0,field:void 0,footerFormatter:void 0,footerStyle:void 0,formatter:void 0,halign:void 0,order:"asc",radio:!1,rowspan:void 0,searchable:!0,searchFormatter:!0,searchHighlightFormatter:!1,showSelectTitle:!1,sortable:!1,sorter:void 0,sortName:void 0,switchable:!0,switchableLabel:void 0,title:void 0,titleTooltip:void 0,valign:void 0,visible:!0,width:void 0,widthUnit:"px"};Object.assign(Jw,Yw);var Xw={COLUMN_DEFAULTS:Qw,CONSTANTS:Kw,DEFAULTS:Jw,EVENTS:{"all.bs.table":"onAll","check-all.bs.table":"onCheckAll","check-some.bs.table":"onCheckSome","check.bs.table":"onCheck","click-cell.bs.table":"onClickCell","click-row.bs.table":"onClickRow","collapse-row.bs.table":"onCollapseRow","column-switch-all.bs.table":"onColumnSwitchAll","column-switch.bs.table":"onColumnSwitch","dbl-click-cell.bs.table":"onDblClickCell","dbl-click-row.bs.table":"onDblClickRow","expand-row.bs.table":"onExpandRow","load-error.bs.table":"onLoadError","load-success.bs.table":"onLoadSuccess","page-change.bs.table":"onPageChange","post-body.bs.table":"onPostBody","post-footer.bs.table":"onPostFooter","post-header.bs.table":"onPostHeader","pre-body.bs.table":"onPreBody","refresh-options.bs.table":"onRefreshOptions","refresh.bs.table":"onRefresh","reset-view.bs.table":"onResetView","scroll-body.bs.table":"onScrollBody","search.bs.table":"onSearch","sort.bs.table":"onSort","toggle-pagination.bs.table":"onTogglePagination","toggle.bs.table":"onToggle","uncheck-all.bs.table":"onUncheckAll","uncheck-some.bs.table":"onUncheckSome","uncheck.bs.table":"onUncheck","virtual-scroll.bs.table":"onVirtualScroll"},LOCALES:{en:Yw,"en-US":Yw},METHODS:["getOptions","refreshOptions","getData","getSelections","load","append","prepend","remove","removeAll","insertRow","updateRow","getRowByUniqueId","updateByUniqueId","removeByUniqueId","updateCell","updateCellByUniqueId","showRow","hideRow","getHiddenRows","showColumn","hideColumn","getVisibleColumns","getHiddenColumns","showAllColumns","hideAllColumns","mergeCells","checkAll","uncheckAll","checkInvert","check","uncheck","checkBy","uncheckBy","refresh","destroy","resetView","showLoading","hideLoading","togglePagination","toggleFullscreen","toggleView","resetSearch","filterBy","sortBy","sortReset","scrollTo","getScrollPosition","selectPage","prevPage","nextPage","toggleDetailView","expandRow","collapseRow","expandRowByUniqueId","collapseRowByUniqueId","expandAllRows","collapseAllRows","updateColumnTitle","updateFormatText"],THEME:"bootstrap".concat(Gw),VERSION:"1.23.4"},Zw=function(){return n((function t(e){var n=this;i(this,t),this.rows=e.rows,this.scrollEl=e.scrollEl,this.contentEl=e.contentEl,this.callback=e.callback,this.itemHeight=e.itemHeight,this.cache={},this.scrollTop=this.scrollEl.scrollTop,this.initDOM(this.rows,e.fixedScroll),this.scrollEl.scrollTop=this.scrollTop,this.lastCluster=0;var o=function(){n.lastCluster!==(n.lastCluster=n.getNum())&&(n.initDOM(n.rows),n.callback(n.startIndex,n.endIndex))};this.scrollEl.addEventListener("scroll",o,!1),this.destroy=function(){n.contentEl.innerHtml="",n.scrollEl.removeEventListener("scroll",o,!1)}}),[{key:"initDOM",value:function(t,e){void 0===this.clusterHeight?(this.cache.scrollTop=this.scrollEl.scrollTop,this.cache.data=this.contentEl.innerHTML=t[0]+t[0]+t[0],this.getRowsHeight(t)):0===this.blockHeight&&this.getRowsHeight(t);var i=this.initData(t,this.getNum(e)),n=i.rows.join(""),o=this.checkChanges("data",n),r=this.checkChanges("top",i.topOffset),a=this.checkChanges("bottom",i.bottomOffset),s=[];o&&r?(i.topOffset&&s.push(this.getExtra("top",i.topOffset)),s.push(n),i.bottomOffset&&s.push(this.getExtra("bottom",i.bottomOffset)),this.startIndex=i.start,this.endIndex=i.end,this.contentEl.innerHTML=s.join(""),e&&(this.contentEl.scrollTop=this.cache.scrollTop)):a&&(this.contentEl.lastChild.style.height="".concat(i.bottomOffset,"px"))}},{key:"getRowsHeight",value:function(){if(void 0===this.itemHeight||0===this.itemHeight){var t=this.contentEl.children,e=t[Math.floor(t.length/2)];this.itemHeight=e.offsetHeight}this.blockHeight=50*this.itemHeight,this.clusterRows=200,this.clusterHeight=4*this.blockHeight}},{key:"getNum",value:function(t){return this.scrollTop=t?this.cache.scrollTop:this.scrollEl.scrollTop,Math.floor(this.scrollTop/(this.clusterHeight-this.blockHeight))||0}},{key:"initData",value:function(t,e){if(t.length<50)return{topOffset:0,bottomOffset:0,rowsAbove:0,rows:t};var i=Math.max((this.clusterRows-50)*e,0),n=i+this.clusterRows,o=Math.max(i*this.itemHeight,0),r=Math.max((t.length-n)*this.itemHeight,0),a=[],s=i;o<1&&s++;for(var l=i;l
    ':"",i=["bottom","both"].includes(this.options.paginationVAlign)?'
    ':"",n=Ww.calculateObjectValue(this.options,this.options.loadingTemplate,[this.options.formatLoadingMessage()]);this.$container=t('\n
    \n
    \n ').concat(e,'\n
    \n
    \n
    \n
    \n ').concat(n,'\n
    \n
    \n \n
    \n ').concat(i,"\n
    \n ")),this.$container.insertAfter(this.$el),this.$tableContainer=this.$container.find(".fixed-table-container"),this.$tableHeader=this.$container.find(".fixed-table-header"),this.$tableBody=this.$container.find(".fixed-table-body"),this.$tableLoading=this.$container.find(".fixed-table-loading"),this.$tableFooter=this.$el.find("tfoot"),this.options.buttonsToolbar?this.$toolbar=t("body").find(this.options.buttonsToolbar):this.$toolbar=this.$container.find(".fixed-table-toolbar"),this.$pagination=this.$container.find(".fixed-table-pagination"),this.$tableBody.append(this.$el),this.$container.after('
    '),this.$el.addClass(this.options.classes),this.$tableLoading.addClass(this.options.classes),this.options.height&&(this.$tableContainer.addClass("fixed-height"),this.options.showFooter&&this.$tableContainer.addClass("has-footer"),this.options.classes.split(" ").includes("table-bordered")&&(this.$tableBody.append('
    '),this.$tableBorder=this.$tableBody.find(".fixed-table-border"),this.$tableLoading.addClass("fixed-table-border")),this.$tableFooter=this.$container.find(".fixed-table-footer"))}},{key:"initTable",value:function(){var i=this,n=[];if(this.$header=this.$el.find(">thead"),this.$header.length?this.options.theadClasses&&this.$header.addClass(this.options.theadClasses):this.$header=t('')).appendTo(this.$el),this._headerTrClasses=[],this._headerTrStyles=[],this.$header.find("tr").each((function(e,o){var r=t(o),a=[];r.find("th").each((function(e,i){var n=t(i);void 0!==n.data("field")&&n.data("field","".concat(n.data("field")));var o=Object.assign({},n.data());for(var r in o)t.fn.bootstrapTable.columnDefaults.hasOwnProperty(r)&&delete o[r];a.push(Ww.extend({},{_data:Ww.getRealDataAttr(o),title:n.html(),class:n.attr("class"),titleTooltip:n.attr("title"),rowspan:n.attr("rowspan")?+n.attr("rowspan"):void 0,colspan:n.attr("colspan")?+n.attr("colspan"):void 0},n.data()))})),n.push(a),r.attr("class")&&i._headerTrClasses.push(r.attr("class")),r.attr("style")&&i._headerTrStyles.push(r.attr("style"))})),Array.isArray(this.options.columns[0])||(this.options.columns=[this.options.columns]),this.options.columns=Ww.extend(!0,[],n,this.options.columns),this.columns=[],this.fieldsColumnsIndex=[],Ww.setFieldIndex(this.options.columns),this.options.columns.forEach((function(t,n){t.forEach((function(t,o){var r=Ww.extend({},e.COLUMN_DEFAULTS,t,{passed:t});void 0!==r.fieldIndex&&(i.columns[r.fieldIndex]=r,i.fieldsColumnsIndex[r.field]=r.fieldIndex),i.options.columns[n][o]=r}))})),!this.options.data.length){var o=Ww.trToData(this.columns,this.$el.find(">tbody>tr"));o.length&&(this.options.data=o,this.fromHtml=!0)}this.options.pagination&&"server"!==this.options.sidePagination||(this.footerData=Ww.trToData(this.columns,this.$el.find(">tfoot>tr"))),this.footerData&&this.$el.find("tfoot").html(""),!this.options.showFooter||this.options.cardView?this.$tableFooter.hide():this.$tableFooter.show()}},{key:"initHeader",value:function(){var e=this,i={},n=[];this.header={fields:[],styles:[],classes:[],formatters:[],detailFormatters:[],events:[],sorters:[],sortNames:[],cellStyles:[],searchables:[]},Ww.updateFieldGroup(this.options.columns,this.columns),this.options.columns.forEach((function(t,o){var r=[];r.push(""));var a="";if(0===o&&Ww.hasDetailViewIcon(e.options)){var s=e.options.columns.length>1?' rowspan="'.concat(e.options.columns.length,'"'):"";a='\n
    \n ')}a&&"right"!==e.options.detailViewAlign&&r.push(a),t.forEach((function(t,n){var a=Ww.sprintf(' class="%s"',t.class),s=t.widthUnit,c=parseFloat(t.width),h=t.halign?t.halign:t.align,f=Ww.sprintf("text-align: %s; ",h),d=Ww.sprintf("text-align: %s; ",t.align),p=Ww.sprintf("vertical-align: %s; ",t.valign);if(p+=Ww.sprintf("width: %s; ",!t.checkbox&&!t.radio||c?c?c+s:void 0:t.showSelectTitle?void 0:"36px"),void 0!==t.fieldIndex||t.visible){var g=Ww.calculateObjectValue(null,e.options.headerStyle,[t]),v=[],b=[],m="";if(g&&g.css)for(var y=0,w=Object.entries(g.css);y0)for(var O=0,P=Object.entries(t._data);O0?" data-not-first-th":"",b.length>0?b.join(" "):"",">"),r.push(Ww.sprintf('
    ',e.options.sortable&&t.sortable?"sortable".concat("center"===h?" sortable-center":""," both"):""));var I=e.options.escape&&e.options.escapeTitle?Ww.escapeHTML(t.title):t.title,R=I;t.checkbox&&(I="",!e.options.singleSelect&&e.options.checkboxHeader&&(I=''),e.header.stateField=t.field),t.radio&&(I="",e.header.stateField=t.field),!I&&t.showSelectTitle&&(I+=R),r.push(I),r.push("
    "),r.push('
    '),r.push("
    "),r.push("")}})),a&&"right"===e.options.detailViewAlign&&r.push(a),r.push(""),r.length>3&&n.push(r.join(""))})),this.$header.html(n.join("")),this.$header.find("th[data-field]").each((function(e,n){t(n).data(i[t(n).data("field")])})),this.$container.off("click",".th-inner").on("click",".th-inner",(function(i){var n=t(i.currentTarget);if(e.options.detailView&&!n.parent().hasClass("bs-checkbox")&&n.closest(".bootstrap-table")[0]!==e.$container[0])return!1;e.options.sortable&&n.parent().data().sortable&&e.onSort(i)}));var o=Ww.getEventName("resize.bootstrap-table",this.$el.attr("id"));t(window).off(o),!this.options.showHeader||this.options.cardView?(this.$header.hide(),this.$tableHeader.hide(),this.$tableLoading.css("top",0)):(this.$header.show(),this.$tableHeader.show(),this.$tableLoading.css("top",this.$header.outerHeight()+1),this.getCaret(),t(window).on(o,(function(){return e.resetView()}))),this.$selectAll=this.$header.find('[name="btSelectAll"]'),this.$selectAll.off("click").on("click",(function(i){i.stopPropagation();var n=t(i.currentTarget).prop("checked");e[n?"checkAll":"uncheckAll"](),e.updateSelected()}))}},{key:"initData",value:function(t,e){"append"===e?this.options.data=this.options.data.concat(t):"prepend"===e?this.options.data=[].concat(t).concat(this.options.data):(t=t||Ww.deepCopy(this.options.data),this.options.data=Array.isArray(t)?t:t[this.options.dataField]),this.data=c(this.options.data),this.options.sortReset&&(this.unsortedData=c(this.data)),"server"!==this.options.sidePagination&&this.initSort()}},{key:"initSort",value:function(){var t=this,e=this.options.sortName,i="desc"===this.options.sortOrder?-1:1,n=this.header.fields.indexOf(this.options.sortName),o=0;-1!==n?(this.options.sortStable&&this.data.forEach((function(t,e){t.hasOwnProperty("_position")||(t._position=e)})),this.options.customSort?Ww.calculateObjectValue(this.options,this.options.customSort,[this.options.sortName,this.options.sortOrder,this.data]):this.data.sort((function(o,r){t.header.sortNames[n]&&(e=t.header.sortNames[n]);var a=Ww.getItemField(o,e,t.options.escape),s=Ww.getItemField(r,e,t.options.escape),l=Ww.calculateObjectValue(t.header,t.header.sorters[n],[a,s,o,r]);return void 0!==l?t.options.sortStable&&0===l?i*(o._position-r._position):i*l:Ww.sort(a,s,i,t.options,o._position,r._position)})),void 0!==this.options.sortClass&&(clearTimeout(o),o=setTimeout((function(){t.$el.removeClass(t.options.sortClass);var e=t.$header.find('[data-field="'.concat(t.options.sortName,'"]')).index();t.$el.find("tr td:nth-child(".concat(e+1,")")).addClass(t.options.sortClass)}),250))):this.options.sortReset&&(this.data=c(this.unsortedData))}},{key:"sortReset",value:function(){this.options.sortName=void 0,this.options.sortOrder=void 0,this._sort()}},{key:"sortBy",value:function(t){this.options.sortName=t.field,this.options.sortOrder=t.hasOwnProperty("sortOrder")?t.sortOrder:"asc",this._sort()}},{key:"onSort",value:function(e){var i=e.type,n=e.currentTarget,o="keypress"===i?t(n):t(n).parent(),r=this.$header.find("th").eq(o.index());if(this.$header.add(this.$header_).find("span.order").remove(),this.options.sortName===o.data("field")){var a=this.options.sortOrder,s=this.columns[this.fieldsColumnsIndex[o.data("field")]].sortOrder||this.columns[this.fieldsColumnsIndex[o.data("field")]].order;void 0===a?this.options.sortOrder="asc":"asc"===a?this.options.sortOrder=this.options.sortReset?"asc"===s?"desc":void 0:"desc":"desc"===this.options.sortOrder&&(this.options.sortOrder=this.options.sortReset?"desc"===s?"asc":void 0:"asc"),void 0===this.options.sortOrder&&(this.options.sortName=void 0)}else this.options.sortName=o.data("field"),this.options.rememberOrder?this.options.sortOrder="asc"===o.data("order")?"desc":"asc":this.options.sortOrder=this.columns[this.fieldsColumnsIndex[o.data("field")]].sortOrder||this.columns[this.fieldsColumnsIndex[o.data("field")]].order;o.add(r).data("order",this.options.sortOrder),this.getCaret(),this._sort()}},{key:"_sort",value:function(){if("server"===this.options.sidePagination&&this.options.serverSort)return this.options.pageNumber=1,this.trigger("sort",this.options.sortName,this.options.sortOrder),void this.initServer(this.options.silentSort);this.options.pagination&&this.options.sortResetPage&&(this.options.pageNumber=1,this.initPagination()),this.trigger("sort",this.options.sortName,this.options.sortOrder),this.initSort(),this.initBody()}},{key:"initToolbar",value:function(){var e,i=this,n=this.options,r=[],a=0,s=0;this.$toolbar.find(".bs-bars").children().length&&t("body").append(t(n.toolbar)),this.$toolbar.html(""),"string"!=typeof n.toolbar&&"object"!==u(n.toolbar)||t(Ww.sprintf('
    ',this.constants.classes.pull,n.toolbarAlign)).appendTo(this.$toolbar).append(t(n.toolbar)),r=['
    ')],"string"==typeof n.buttonsOrder&&(n.buttonsOrder=n.buttonsOrder.replace(/\[|\]| |'/g,"").split(",")),this.buttons=Object.assign(this.buttons,{paginationSwitch:{text:n.pagination?n.formatPaginationSwitchUp():n.formatPaginationSwitchDown(),icon:n.pagination?n.icons.paginationSwitchDown:n.icons.paginationSwitchUp,render:!1,event:this.togglePagination,attributes:{"aria-label":n.formatPaginationSwitch(),title:n.formatPaginationSwitch()}},refresh:{text:n.formatRefresh(),icon:n.icons.refresh,render:!1,event:this.refresh,attributes:{"aria-label":n.formatRefresh(),title:n.formatRefresh()}},toggle:{text:n.formatToggleOn(),icon:n.icons.toggleOff,render:!1,event:this.toggleView,attributes:{"aria-label":n.formatToggleOn(),title:n.formatToggleOn()}},fullscreen:{text:n.formatFullscreen(),icon:n.icons.fullscreen,render:!1,event:this.toggleFullscreen,attributes:{"aria-label":n.formatFullscreen(),title:n.formatFullscreen()}},columns:{render:!1,html:function(){var t=[];if(t.push('
    \n \n ").concat(i.constants.html.toolbarDropdown[0])),n.showColumnsSearch&&(t.push(Ww.sprintf(i.constants.html.toolbarDropdownItem,Ww.sprintf('',i.constants.classes.input,n.formatSearch()))),t.push(i.constants.html.toolbarDropdownSeparator)),n.showColumnsToggleAll){var e=i.getVisibleColumns().length===i.columns.filter((function(t){return!i.isSelectionColumn(t)})).length;t.push(Ww.sprintf(i.constants.html.toolbarDropdownItem,Ww.sprintf(' %s',e?'checked="checked"':"",n.formatColumnsToggleAll()))),t.push(i.constants.html.toolbarDropdownSeparator)}var o=0;return i.columns.forEach((function(t){t.visible&&o++})),i.columns.forEach((function(e,r){if(!i.isSelectionColumn(e)&&(!n.cardView||e.cardVisible)){var a=e.visible?' checked="checked"':"",l=o<=n.minimumCountColumns&&a?' disabled="disabled"':"";e.switchable&&(t.push(Ww.sprintf(i.constants.html.toolbarDropdownItem,Ww.sprintf(' %s',e.field,r,a,l,e.switchableLabel||e.title))),s++)}})),t.push(i.constants.html.toolbarDropdown[1],"
    "),t.join("")}}});for(var c={},h=0,f=Object.entries(this.buttons);h"}c[p]=v;var O="show".concat(p.charAt(0).toUpperCase()).concat(p.substring(1)),P=n[O];!(!g.hasOwnProperty("render")||g.hasOwnProperty("render")&&g.render)||void 0!==P&&!0!==P||(n[O]=!0),n.buttonsOrder.includes(p)||n.buttonsOrder.push(p)}var T,C=o(n.buttonsOrder);try{for(C.s();!(T=C.n()).done;){var A=T.value;n["show".concat(A.charAt(0).toUpperCase()).concat(A.substring(1))]&&r.push(c[A])}}catch(t){C.e(t)}finally{C.f()}r.push("
    "),(this.showToolbar||r.length>2)&&this.$toolbar.append(r.join(""));for(var I=function(){var t=l($[R],2),e=t[0],n=t[1];if(n.hasOwnProperty("event")){if("function"==typeof n.event||"string"==typeof n.event){var o="string"==typeof n.event?window[n.event]:n.event;return i.$toolbar.find('button[name="'.concat(e,'"]')).off("click").on("click",(function(){return o.call(i)})),1}for(var r=function(){var t=l(s[a],2),n=t[0],o=t[1],r="string"==typeof o?window[o]:o;i.$toolbar.find('button[name="'.concat(e,'"]')).off(n).on(n,(function(){return r.call(i)}))},a=0,s=Object.entries(n.event);a'),V=_;if(n.showSearchButton||n.showSearchClearButton){var H=(n.showSearchButton?B:"")+(n.showSearchClearButton?D:"");V=n.search?Ww.sprintf(this.constants.html.inputGroup,_,H):H}r.push(Ww.sprintf('\n
    \n %s\n
    \n '),V)),this.$toolbar.append(r.join(""));var U=Ww.getSearchInput(this);n.showSearchButton?(this.$toolbar.find(".search button[name=search]").off("click").on("click",(function(){clearTimeout(a),a=setTimeout((function(){i.onSearch({currentTarget:U})}),n.searchTimeOut)})),n.searchOnEnterKey&&F(U)):F(U),n.showSearchClearButton&&this.$toolbar.find(".search button[name=clearSearch]").click((function(){i.resetSearch()}))}else"string"==typeof n.searchSelector&&F(Ww.getSearchInput(this))}},{key:"onSearch",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.currentTarget,n=e.firedByInitSearchText,o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(void 0!==i&&t(i).length&&o){var r=t(i).val().trim();if(this.options.trimOnSearch&&t(i).val()!==r&&t(i).val(r),this.searchText===r)return;var a=Ww.getSearchInput(this),s=i instanceof jQuery?i:t(i);(s.is(a)||s.hasClass("search-input"))&&(this.searchText=r,this.options.searchText=r)}n||(this.options.pageNumber=1),this.initSearch(),n?"client"===this.options.sidePagination&&this.updatePagination():this.updatePagination(),this.trigger("search",this.searchText)}},{key:"initSearch",value:function(){var e=this;if(this.filterOptions=this.filterOptions||this.options.filterOptions,"server"!==this.options.sidePagination){if(this.options.customSearch)return this.data=Ww.calculateObjectValue(this.options,this.options.customSearch,[this.options.data,this.searchText,this.filterColumns]),this.options.sortReset&&(this.unsortedData=c(this.data)),void this.initSort();var i=this.searchText&&(this.fromHtml?Ww.escapeHTML(this.searchText):this.searchText),n=i?i.toLowerCase():"",o=Ww.isEmptyObject(this.filterColumns)?null:this.filterColumns;this.options.searchAccentNeutralise&&(n=Ww.normalizeAccent(n)),"function"==typeof this.filterOptions.filterAlgorithm?this.data=this.options.data.filter((function(t){return e.filterOptions.filterAlgorithm.apply(null,[t,o])})):"string"==typeof this.filterOptions.filterAlgorithm&&(this.data=o?this.options.data.filter((function(t){var i=e.filterOptions.filterAlgorithm;if("and"===i){for(var n in o)if(Array.isArray(o[n])&&!o[n].includes(t[n])||!Array.isArray(o[n])&&t[n]!==o[n])return!1}else if("or"===i){var r=!1;for(var a in o)(Array.isArray(o[a])&&o[a].includes(t[a])||!Array.isArray(o[a])&&t[a]===o[a])&&(r=!0);return r}return!0})):c(this.options.data));var r=this.getVisibleFields();this.data=n?this.data.filter((function(o,a){for(var s=0;s").html(h).text())),"string"==typeof h||"number"==typeof h){if(e.options.strictSearch&&"".concat(h).toLowerCase()===n||e.options.regexSearch&&Ww.regexCompare(h,i))return!0;var d=/(?:(<=|=>|=<|>=|>|<)(?:\s+)?(-?\d+)?|(-?\d+)?(\s+)?(<=|=>|=<|>=|>|<))/gm.exec(e.searchText),p=!1;if(d){var g=d[1]||"".concat(d[5],"l"),v=d[2]||d[3],b=parseInt(h,10),m=parseInt(v,10);switch(g){case">":case"m;break;case"<":case">l":p=b=l":case"=>l":p=b<=m;break;case">=":case"=>":case"<=l":case"==m}}if(p||"".concat(h).toLowerCase().includes(n))return!0}}return!1})):this.data,this.options.sortReset&&(this.unsortedData=c(this.data)),this.initSort()}}},{key:"initPagination",value:function(){var t=this,e=this.options;if(e.pagination){this.$pagination.show();var i,n,o,r,a,s,l,c=[],h=!1,u=this.getData({includeHiddenRows:!1}),f=e.pageList;if("string"==typeof f&&(f=f.replace(/\[|\]| /g,"").toLowerCase().split(",")),f=f.map((function(t){return"string"==typeof t?t.toLowerCase()===e.formatAllRows().toLowerCase()||["all","unlimited"].includes(t.toLowerCase())?e.formatAllRows():+t:t})),this.paginationParts=e.paginationParts,"string"==typeof this.paginationParts&&(this.paginationParts=this.paginationParts.replace(/\[|\]| |'/g,"").split(",")),"server"!==e.sidePagination&&(e.totalRows=u.length),this.totalPages=0,e.totalRows&&(e.pageSize===e.formatAllRows()&&(e.pageSize=e.totalRows,h=!0),this.totalPages=1+~~((e.totalRows-1)/e.pageSize),e.totalPages=this.totalPages),this.totalPages>0&&e.pageNumber>this.totalPages&&(e.pageNumber=this.totalPages),this.pageFrom=(e.pageNumber-1)*e.pageSize+1,this.pageTo=e.pageNumber*e.pageSize,this.pageTo>e.totalRows&&(this.pageTo=e.totalRows),this.options.pagination&&"server"!==this.options.sidePagination&&(this.options.totalNotFiltered=this.options.data.length),this.options.showExtendedPagination||(this.options.totalNotFiltered=void 0),(this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")||this.paginationParts.includes("pageSize"))&&c.push('
    ')),this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")){var d=this.options.totalRows+("client"===this.options.sidePagination&&this.options.paginationLoadMore&&!this._paginationLoaded?" +":""),p=this.paginationParts.includes("pageInfoShort")?e.formatDetailPagination(d):e.formatShowingRows(this.pageFrom,this.pageTo,d,e.totalNotFiltered);c.push('\n '.concat(p,"\n "))}if(this.paginationParts.includes("pageSize")){c.push('
    ');var g=['
    \n \n ").concat(this.constants.html.pageDropdown[0])];f.forEach((function(i,n){var o;(!e.smartDisplay||0===n||f[n-1]")),c.push(e.formatRecordsPerPage(g.join("")))}if((this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")||this.paginationParts.includes("pageSize"))&&c.push("
    "),this.paginationParts.includes("pageList")){c.push('
    '),Ww.sprintf(this.constants.html.pagination[0],Ww.sprintf(" pagination-%s",e.iconSize)),Ww.sprintf(this.constants.html.paginationItem," page-pre",e.formatSRPaginationPreText(),e.paginationPreText)),this.totalPagesthis.totalPages-n&&(n=n-(e.paginationSuccessivelySize-(this.totalPages-n))+1),n<1&&(n=1),o>this.totalPages&&(o=this.totalPages);var v=Math.round(e.paginationPagesBySide/2),b=function(i){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return Ww.sprintf(t.constants.html.paginationItem,n+(i===e.pageNumber?" ".concat(t.constants.classes.paginationActive):""),e.formatSRPaginationPageText(i),i)};if(n>1){var m=e.paginationPagesBySide;for(m>=n&&(m=n-1),i=1;i<=m;i++)c.push(b(i));n-1===m+1?(i=n-1,c.push(b(i))):n-1>m&&(n-2*e.paginationPagesBySide>e.paginationPagesBySide&&e.paginationUseIntermediate?(i=Math.round((n-v)/2+v),c.push(b(i," page-intermediate"))):c.push(Ww.sprintf(this.constants.html.paginationItem," page-first-separator disabled","","...")))}for(i=n;i<=o;i++)c.push(b(i));if(this.totalPages>o){var y=this.totalPages-(e.paginationPagesBySide-1);for(o>=y&&(y=o+1),o+1===y-1?(i=o+1,c.push(b(i))):y>o+1&&(this.totalPages-o>2*e.paginationPagesBySide&&e.paginationUseIntermediate?(i=Math.round((this.totalPages-v-o)/2+o),c.push(b(i," page-intermediate"))):c.push(Ww.sprintf(this.constants.html.paginationItem," page-last-separator disabled","","..."))),i=y;i<=this.totalPages;i++)c.push(b(i))}c.push(Ww.sprintf(this.constants.html.paginationItem," page-next",e.formatSRPaginationNextText(),e.paginationNextText)),c.push(this.constants.html.pagination[1],"
    ")}this.$pagination.html(c.join(""));var w=["bottom","both"].includes(e.paginationVAlign)?" ".concat(this.constants.classes.dropup):"";this.$pagination.last().find(".page-list > div").addClass(w),e.onlyInfoPagination||(r=this.$pagination.find(".page-list a"),a=this.$pagination.find(".page-pre"),s=this.$pagination.find(".page-next"),l=this.$pagination.find(".page-item").not(".page-next, .page-pre, .page-last-separator, .page-first-separator"),this.totalPages<=1&&this.$pagination.find("div.pagination").hide(),e.smartDisplay&&(f.length<2||e.totalRows<=f[0])&&this.$pagination.find("div.page-list").hide(),this.$pagination[this.getData().length?"show":"hide"](),e.paginationLoop||(1===e.pageNumber&&a.addClass("disabled"),e.pageNumber===this.totalPages&&s.addClass("disabled")),h&&(e.pageSize=e.formatAllRows()),r.off("click").on("click",(function(e){return t.onPageListChange(e)})),a.off("click").on("click",(function(e){return t.onPagePre(e)})),s.off("click").on("click",(function(e){return t.onPageNext(e)})),l.off("click").on("click",(function(e){return t.onPageNumber(e)})))}else this.$pagination.hide()}},{key:"updatePagination",value:function(e){e&&t(e.currentTarget).hasClass("disabled")||(this.options.maintainMetaData||this.resetRows(),this.initPagination(),this.trigger("page-change",this.options.pageNumber,this.options.pageSize),"server"===this.options.sidePagination||"client"===this.options.sidePagination&&this.options.paginationLoadMore&&!this._paginationLoaded&&this.options.pageNumber===this.totalPages?this.initServer():this.initBody())}},{key:"onPageListChange",value:function(e){e.preventDefault();var i=t(e.currentTarget);return i.parent().addClass(this.constants.classes.dropdownActive).siblings().removeClass(this.constants.classes.dropdownActive),this.options.pageSize=i.text().toUpperCase()===this.options.formatAllRows().toUpperCase()?this.options.formatAllRows():+i.text(),this.$toolbar.find(".page-size").text(this.options.pageSize),this.updatePagination(e),!1}},{key:"onPagePre",value:function(e){if(!t(e.target).hasClass("disabled"))return e.preventDefault(),this.options.pageNumber-1==0?this.options.pageNumber=this.options.totalPages:this.options.pageNumber--,this.updatePagination(e),!1}},{key:"onPageNext",value:function(e){if(!t(e.target).hasClass("disabled"))return e.preventDefault(),this.options.pageNumber+1>this.options.totalPages?this.options.pageNumber=1:this.options.pageNumber++,this.updatePagination(e),!1}},{key:"onPageNumber",value:function(e){if(e.preventDefault(),this.options.pageNumber!==+t(e.currentTarget).text())return this.options.pageNumber=+t(e.currentTarget).text(),this.updatePagination(e),!1}},{key:"initRow",value:function(e,i,n,o){var r=this;if(!(Ww.findIndex(this.hiddenRows,e)>-1)){var a=Ww.calculateObjectValue(this.options,this.options.rowStyle,[e,i],{}),h=Ww.calculateObjectValue(this.options,this.options.rowAttributes,[e,i],{}),f={};if(e._data&&!Ww.isEmptyObject(e._data))for(var d=0,p=Object.entries(e._data);dtbody"),this.$body.length||(this.$body=t("").appendTo(this.$el)),this.options.pagination&&"server"!==this.options.sidePagination||(this.pageFrom=1,this.pageTo=o.length);var r=[],a=t(document.createDocumentFragment()),s=!1,l=[];this.autoMergeCells=Ww.checkAutoMergeCells(o.slice(this.pageFrom-1,this.pageTo));for(var c=this.pageFrom-1;c tr[data-uniqueid="%s"][data-has-detail-view]',p)).next();g.is("tr.detail-view")&&(l.push(c),i&&p===i||d.push(g[0]))}this.options.virtualScroll?r.push(t("
    ").html(d).html()):a.append(d)}}this.$el.removeAttr("role"),s?this.options.virtualScroll?(this.virtualScroll&&this.virtualScroll.destroy(),this.virtualScroll=new Zw({rows:r,fixedScroll:e,scrollEl:this.$tableBody[0],contentEl:this.$body[0],itemHeight:this.options.virtualScrollItemHeight,callback:function(t,e){n.fitHeader(),n.initBodyEvent(),n.trigger("virtual-scroll",t,e)}})):this.$body.html(a):(this.$body.html(''.concat(Ww.sprintf('%s',this.getVisibleFields().length+Ww.getDetailViewIndexOffset(this.options),this.options.formatNoMatches()),"")),this.$el.attr("role","presentation")),l.forEach((function(t){n.expandRow(t)})),e||this.scrollTo(0),this.initBodyEvent(),this.initFooter(),this.resetView(),this.updateSelected(),"server"!==this.options.sidePagination&&(this.options.totalRows=o.length),this.trigger("post-body",o)}},{key:"initBodyEvent",value:function(){var e=this;this.$body.find("> tr[data-index] > td").off("click dblclick").on("click dblclick",(function(i){var n=t(i.currentTarget);if(!(n.find(".detail-icon").length||n.index()-Ww.getDetailViewIndexOffset(e.options)<0)){var o=n.parent(),r=t(i.target).parents(".card-views").children(),a=t(i.target).parents(".card-view"),s=o.data("index"),l=e.data[s],c=e.options.cardView?r.index(a):n[0].cellIndex,h=e.getVisibleFields()[c-Ww.getDetailViewIndexOffset(e.options)],u=e.columns[e.fieldsColumnsIndex[h]],f=Ww.getItemField(l,h,e.options.escape,u.escape);if(e.trigger("click"===i.type?"click-cell":"dbl-click-cell",h,f,l,n),e.trigger("click"===i.type?"click-row":"dbl-click-row",l,o,h),"click"===i.type&&e.options.clickToSelect&&u.clickToSelect&&!Ww.calculateObjectValue(e.options,e.options.ignoreClickToSelectOn,[i.target])){var d=o.find(Ww.sprintf('[name="%s"]',e.options.selectItemName));d.length&&d[0].click()}"click"===i.type&&e.options.detailViewByClick&&e.toggleDetailView(s,e.header.detailFormatters[e.fieldsColumnsIndex[h]])}})).off("mousedown").on("mousedown",(function(t){e.multipleSelectRowCtrlKey=t.ctrlKey||t.metaKey,e.multipleSelectRowShiftKey=t.shiftKey})),this.$body.find("> tr[data-index] > td > .detail-icon").off("click").on("click",(function(i){return i.preventDefault(),e.toggleDetailView(t(i.currentTarget).parent().parent().data("index")),!1})),this.$selectItem=this.$body.find(Ww.sprintf('[name="%s"]',this.options.selectItemName)),this.$selectItem.off("click").on("click",(function(i){i.stopImmediatePropagation();var n=t(i.currentTarget);e._toggleCheck(n.prop("checked"),n.data("index"))})),this.header.events.forEach((function(i,n){var o=i;if(o){if("string"==typeof o&&(o=Ww.calculateObjectValue(null,o)),!o)throw new Error("Unknown event in the scope: ".concat(i));var r=e.header.fields[n],a=e.getVisibleFields().indexOf(r);if(-1!==a){a+=Ww.getDetailViewIndexOffset(e.options);var s=function(i){if(!o.hasOwnProperty(i))return 1;var n=o[i];e.$body.find(">tr:not(.no-records-found)").each((function(o,s){var l=t(s),c=l.find(e.options.cardView?".card-views>.card-view":">td").eq(a),h=i.indexOf(" "),u=i.substring(0,h),f=i.substring(h+1);c.find(f).off(u).on(u,(function(t){var i=l.data("index"),o=e.data[i],a=o[r];n.apply(e,[t,a,o,i])}))}))};for(var l in o)s(l)}}}))}},{key:"initServer",value:function(e,i){var n=this,r={},a=this.header.fields.indexOf(this.options.sortName),s={searchText:this.searchText,sortName:this.options.sortName,sortOrder:this.options.sortOrder};if(this.header.sortNames[a]&&(s.sortName=this.header.sortNames[a]),this.options.pagination&&"server"===this.options.sidePagination&&(s.pageSize=this.options.pageSize===this.options.formatAllRows()?this.options.totalRows:this.options.pageSize,s.pageNumber=this.options.pageNumber),this.options.url||this.options.ajax){if("limit"===this.options.queryParamsType&&(s={search:s.searchText,sort:s.sortName,order:s.sortOrder},this.options.pagination&&"server"===this.options.sidePagination&&(s.offset=this.options.pageSize===this.options.formatAllRows()?0:this.options.pageSize*(this.options.pageNumber-1),s.limit=this.options.pageSize,0!==s.limit&&this.options.pageSize!==this.options.formatAllRows()||delete s.limit)),this.options.search&&"server"===this.options.sidePagination&&this.options.searchable&&this.columns.filter((function(t){return t.searchable})).length){s.searchable=[];var l,c=o(this.columns);try{for(c.s();!(l=c.n()).done;){var h=l.value;!h.checkbox&&h.searchable&&(this.options.visibleSearch&&h.visible||!this.options.visibleSearch)&&s.searchable.push(h.field)}}catch(t){c.e(t)}finally{c.f()}}if(Ww.isEmptyObject(this.filterColumnsPartial)||(s.filter=JSON.stringify(this.filterColumnsPartial,null)),Ww.extend(s,i||{}),!1!==(r=Ww.calculateObjectValue(this.options,this.options.queryParams,[s],r))){e||this.showLoading();var u=Ww.extend({},Ww.calculateObjectValue(null,this.options.ajaxOptions),{type:this.options.method,url:this.options.url,data:"application/json"===this.options.contentType&&"post"===this.options.method?JSON.stringify(r):r,cache:this.options.cache,contentType:this.options.contentType,dataType:this.options.dataType,success:function(t,i,o){var r=Ww.calculateObjectValue(n.options,n.options.responseHandler,[t,o],t);"client"===n.options.sidePagination&&n.options.paginationLoadMore&&(n._paginationLoaded=n.data.length===r.length),n.load(r),n.trigger("load-success",r,o&&o.status,o),e||n.hideLoading(),"server"===n.options.sidePagination&&n.options.pageNumber>1&&r[n.options.totalField]>0&&!r[n.options.dataField].length&&n.updatePagination()},error:function(t){if(t&&0===t.status&&n._xhrAbort)n._xhrAbort=!1;else{var i=[];"server"===n.options.sidePagination&&((i={})[n.options.totalField]=0,i[n.options.dataField]=[]),n.load(i),n.trigger("load-error",t&&t.status,t),e||n.hideLoading()}}});return this.options.ajax?Ww.calculateObjectValue(this,this.options.ajax,[u],null):(this._xhr&&4!==this._xhr.readyState&&(this._xhrAbort=!0,this._xhr.abort()),this._xhr=t.ajax(u)),r}}}},{key:"initSearchText",value:function(){if(this.options.search&&(this.searchText="",""!==this.options.searchText)){var t=Ww.getSearchInput(this);t.val(this.options.searchText),this.onSearch({currentTarget:t,firedByInitSearchText:!0})}}},{key:"getCaret",value:function(){var e=this;this.$header.find("th").each((function(i,n){t(n).find(".sortable").removeClass("desc asc").addClass(t(n).data("field")===e.options.sortName?e.options.sortOrder:"both")}))}},{key:"updateSelected",value:function(){var e=this.$selectItem.filter(":enabled").length&&this.$selectItem.filter(":enabled").length===this.$selectItem.filter(":enabled").filter(":checked").length;this.$selectAll.add(this.$selectAll_).prop("checked",e),this.$selectItem.each((function(e,i){t(i).closest("tr")[t(i).prop("checked")?"addClass":"removeClass"]("selected")}))}},{key:"updateRows",value:function(){var e=this;this.$selectItem.each((function(i,n){e.data[t(n).data("index")][e.header.stateField]=t(n).prop("checked")}))}},{key:"resetRows",value:function(){var t,e=o(this.data);try{for(e.s();!(t=e.n()).done;){var i=t.value;this.$selectAll.prop("checked",!1),this.$selectItem.prop("checked",!1),this.header.stateField&&(i[this.header.stateField]=!1)}}catch(t){e.e(t)}finally{e.f()}this.initHiddenRows()}},{key:"trigger",value:function(i){for(var n,o,r="".concat(i,".bs.table"),a=arguments.length,s=new Array(a>1?a-1:0),l=1;li.clientHeight+this.$header.outerHeight()?Ww.getScrollBarWidth():0;this.$el.css("margin-top",-this.$header.outerHeight());var o=this.$tableHeader.find(":focus");if(o.length>0){var r=o.parents("th");if(r.length>0){var a=r.attr("data-field");if(void 0!==a){var s=this.$header.find("[data-field='".concat(a,"']"));s.length>0&&s.find(":input").addClass("focus-temp")}}}this.$header_=this.$header.clone(!0,!0),this.$selectAll_=this.$header_.find('[name="btSelectAll"]'),this.$tableHeader.css("margin-right",n).find("table").css("width",this.$el.outerWidth()).html("").attr("class",this.$el.attr("class")).append(this.$header_),this.$tableLoading.css("width",this.$el.outerWidth());var l=t(".focus-temp:visible:eq(0)");l.length>0&&(l.focus(),this.$header.find(".focus-temp").removeClass("focus-temp")),this.$header.find("th[data-field]").each((function(i,n){e.$header_.find(Ww.sprintf('th[data-field="%s"]',t(n).data("field"))).data(t(n).data())}));for(var c=this.getVisibleFields(),h=this.$header_.find("th"),u=this.$body.find(">tr:not(.no-records-found,.virtual-scroll-top)").eq(0);u.length&&u.find('>td[colspan]:not([colspan="1"])').length;)u=u.next();var f=u.find("> *").length;u.find("> *").each((function(i,n){var o=t(n);if(Ww.hasDetailViewIcon(e.options)&&(0===i&&"right"!==e.options.detailViewAlign||i===f-1&&"right"===e.options.detailViewAlign)){var r=h.filter(".detail"),a=r.innerWidth()-r.find(".fht-cell").width();r.find(".fht-cell").width(o.innerWidth()-a)}else{var s=i-Ww.getDetailViewIndexOffset(e.options),l=e.$header_.find(Ww.sprintf('th[data-field="%s"]',c[s]));l.length>1&&(l=t(h[o[0].cellIndex]));var u=l.innerWidth()-l.find(".fht-cell").width();l.find(".fht-cell").width(o.innerWidth()-u)}})),this.horizontalScroll(),this.trigger("post-header")}}},{key:"initFooter",value:function(){if(this.options.showFooter&&!this.options.cardView){var t=this.getData(),e=[],i="";Ww.hasDetailViewIcon(this.options)&&(i=Ww.h("th",{class:"detail"},[Ww.h("div",{class:"th-inner"}),Ww.h("div",{class:"fht-cell"})])),i&&"right"!==this.options.detailViewAlign&&e.push(i);var n,r=o(this.columns);try{for(r.s();!(n=r.n()).done;){var a=n.value,l=this.footerData&&this.footerData.length>0;if(a.visible&&(!l||a.field in this.footerData[0])){if(this.options.cardView&&!a.cardVisible)return;var h=Ww.calculateObjectValue(null,a.footerStyle||this.options.footerStyle,[a]),u=h&&h.css||{},f=l&&this.footerData[0]["_".concat(a.field,"_colspan")]||0,d=l&&this.footerData[0][a.field]||"";d=Ww.calculateObjectValue(a,a.footerFormatter,[t,d],d),e.push(Ww.h("th",{class:[a.class,h&&h.classes],style:s({"text-align":a.falign?a.falign:a.align,"vertical-align":a.valign},u),colspan:f||void 0},[Ww.h("div",{class:"th-inner"},c(Ww.htmlToNodes(d))),Ww.h("div",{class:"fht-cell"})]))}}}catch(t){r.e(t)}finally{r.f()}i&&"right"===this.options.detailViewAlign&&e.push(i),this.options.height||this.$tableFooter.length||(this.$el.append(""),this.$tableFooter=this.$el.find("tfoot")),this.$tableFooter.find("tr").length||this.$tableFooter.html("
    "),this.$tableFooter.find("tr").html(e),this.trigger("post-footer",this.$tableFooter)}}},{key:"fitFooter",value:function(){var e=this;if(this.$el.is(":hidden"))setTimeout((function(){return e.fitFooter()}),100);else{var i=this.$tableBody.get(0),n=this.hasScrollBar&&i.scrollHeight>i.clientHeight+this.$header.outerHeight()?Ww.getScrollBarWidth():0;this.$tableFooter.css("margin-right",n).find("table").css("width",this.$el.outerWidth()).attr("class",this.$el.attr("class"));var o=this.$tableFooter.find("th"),r=this.$body.find(">tr:first-child:not(.no-records-found)");for(o.find(".fht-cell").width("auto");r.length&&r.find('>td[colspan]:not([colspan="1"])').length;)r=r.next();var a=r.find("> *").length;r.find("> *").each((function(i,n){var r=t(n);if(Ww.hasDetailViewIcon(e.options)&&(0===i&&"left"===e.options.detailViewAlign||i===a-1&&"right"===e.options.detailViewAlign)){var s=o.filter(".detail"),l=s.innerWidth()-s.find(".fht-cell").width();s.find(".fht-cell").width(r.innerWidth()-l)}else{var c=o.eq(i),h=c.innerWidth()-c.find(".fht-cell").width();c.find(".fht-cell").width(r.innerWidth()-h)}})),this.horizontalScroll()}}},{key:"horizontalScroll",value:function(){var t=this;this.$tableBody.off("scroll").on("scroll",(function(){var e=t.$tableBody.scrollLeft();t.options.showHeader&&t.options.height&&t.$tableHeader.scrollLeft(e),t.options.showFooter&&!t.options.cardView&&t.$tableFooter.scrollLeft(e),t.trigger("scroll-body",t.$tableBody)}))}},{key:"getVisibleFields",value:function(){var t,e=[],i=o(this.header.fields);try{for(i.s();!(t=i.n()).done;){var n=t.value,r=this.columns[this.fieldsColumnsIndex[n]];r&&r.visible&&(!this.options.cardView||r.cardVisible)&&e.push(n)}}catch(t){i.e(t)}finally{i.f()}return e}},{key:"initHiddenRows",value:function(){this.hiddenRows=[]}},{key:"getOptions",value:function(){var t=Ww.extend({},this.options);return delete t.data,Ww.extend(!0,{},t)}},{key:"refreshOptions",value:function(t){Ww.compareObjects(this.options,t,!0)||(this.options=Ww.extend(this.options,t),this.trigger("refresh-options",this.options),this.destroy(),this.init())}},{key:"getData",value:function(t){var e=this,i=this.options.data;if(!(this.searchText||this.options.customSearch||void 0!==this.options.sortName||this.enableCustomSort)&&Ww.isEmptyObject(this.filterColumns)&&"function"!=typeof this.options.filterOptions.filterAlgorithm&&Ww.isEmptyObject(this.filterColumnsPartial)||t&&t.unfiltered||(i=this.data),t&&!t.includeHiddenRows){var n=this.getHiddenRows();i=i.filter((function(t){return-1===Ww.findIndex(n,t)}))}return t&&t.useCurrentPage&&(i=i.slice(this.pageFrom-1,this.pageTo)),t&&t.formatted?i.map((function(t){for(var i=0,n=Object.entries(t);i=0;i--){var n=this.options.data[i],o=Ww.getItemField(n,t.field,this.options.escape,n.escape);void 0===o&&"$index"!==t.field||(!n.hasOwnProperty(t.field)&&"$index"===t.field&&t.values.includes(i)||t.values.includes(o))&&(e++,this.options.data.splice(i,1))}e&&("server"===this.options.sidePagination&&(this.options.totalRows-=e,this.data=c(this.options.data)),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0))}},{key:"removeAll",value:function(){this.options.data.length>0&&(this.data.splice(0,this.data.length),this.options.data.splice(0,this.options.data.length),this.initSearch(),this.initPagination(),this.initBody(!0))}},{key:"insertRow",value:function(t){if(t.hasOwnProperty("index")&&t.hasOwnProperty("row")){var e=this.data[t.index],i=this.options.data.indexOf(e);this.data.splice(t.index,0,t.row),this.options.data.splice(i,0,t.row),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0)}}},{key:"updateRow",value:function(t){var e,i=o(Array.isArray(t)?t:[t]);try{for(i.s();!(e=i.n()).done;){var n=e.value;if(n.hasOwnProperty("index")&&n.hasOwnProperty("row")){var r=this.data[n.index],a=this.options.data.indexOf(r);n.hasOwnProperty("replace")&&n.replace?(this.data[n.index]=n.row,this.options.data[a]=n.row):(Ww.extend(this.data[n.index],n.row),Ww.extend(this.options.data[a],n.row))}}}catch(t){i.e(t)}finally{i.f()}this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0)}},{key:"getRowByUniqueId",value:function(t){var e,i,n=this.options.uniqueId,o=t,r=null;for(e=this.options.data.length-1;e>=0;e--){i=this.options.data[e];var a=Ww.getItemField(i,n,this.options.escape,i.escape);if(void 0!==a&&("string"==typeof a?o=t.toString():"number"==typeof a&&(Number(a)===a&&a%1==0?o=parseInt(t,10):a===Number(a)&&0!==a&&(o=parseFloat(t))),a===o)){r=i;break}}return r}},{key:"updateByUniqueId",value:function(t){var e,i=null,n=o(Array.isArray(t)?t:[t]);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r.hasOwnProperty("id")&&r.hasOwnProperty("row")){var a=this.options.data.indexOf(this.getRowByUniqueId(r.id));-1!==a&&(r.hasOwnProperty("replace")&&r.replace?this.options.data[a]=r.row:Ww.extend(this.options.data[a],r.row),i=r.id)}}}catch(t){n.e(t)}finally{n.f()}this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0,i)}},{key:"removeByUniqueId",value:function(t){var e=this.options.data.length,i=this.getRowByUniqueId(t);i&&this.options.data.splice(this.options.data.indexOf(i),1),e!==this.options.data.length&&("server"===this.options.sidePagination&&(this.options.totalRows-=1,this.data=c(this.options.data)),this.initSearch(),this.initPagination(),this.initBody(!0))}},{key:"_updateCellOnly",value:function(e,i){var n=this.initRow(this.data[i],i),o=this.getVisibleFields().indexOf(e);-1!==o&&(o+=Ww.getDetailViewIndexOffset(this.options),this.$body.find(">tr[data-index=".concat(i,"]")).find(">td:eq(".concat(o,")")).replaceWith(t(n).find(">td:eq(".concat(o,")"))),this.initBodyEvent(),this.initFooter(),this.resetView(),this.updateSelected())}},{key:"updateCell",value:function(t){if(t.hasOwnProperty("index")&&t.hasOwnProperty("field")&&t.hasOwnProperty("value")){var e=this.data[t.index],i=this.options.data.indexOf(e);this.data[t.index][t.field]=t.value,this.options.data[i][t.field]=t.value,!1!==t.reinit?(this.initSort(),this.initBody(!0)):this._updateCellOnly(t.field,t.index)}}},{key:"updateCellByUniqueId",value:function(t){var e=this;(Array.isArray(t)?t:[t]).forEach((function(t){var i=t.id,n=t.field,o=t.value,r=e.options.data.indexOf(e.getRowByUniqueId(i));-1!==r&&(e.options.data[r][n]=o)})),!1!==t.reinit?(this.initSort(),this.initBody(!0)):this._updateCellOnly(t.field,this.options.data.indexOf(this.getRowByUniqueId(t.id)))}},{key:"showRow",value:function(t){this._toggleRow(t,!0)}},{key:"hideRow",value:function(t){this._toggleRow(t,!1)}},{key:"_toggleRow",value:function(t,e){var i;if(t.hasOwnProperty("index")?i=this.getData()[t.index]:t.hasOwnProperty("uniqueId")&&(i=this.getRowByUniqueId(t.uniqueId)),i){var n=Ww.findIndex(this.hiddenRows,i);e||-1!==n?e&&n>-1&&this.hiddenRows.splice(n,1):this.hiddenRows.push(i),this.initBody(!0),this.initPagination()}}},{key:"getHiddenRows",value:function(t){if(t)return this.initHiddenRows(),this.initBody(!0),void this.initPagination();var e,i=[],n=o(this.getData());try{for(n.s();!(e=n.n()).done;){var r=e.value;this.hiddenRows.includes(r)&&i.push(r)}}catch(t){n.e(t)}finally{n.f()}return this.hiddenRows=i,i}},{key:"showColumn",value:function(t){var e=this;(Array.isArray(t)?t:[t]).forEach((function(t){e._toggleColumn(e.fieldsColumnsIndex[t],!0,!0)}))}},{key:"hideColumn",value:function(t){var e=this;(Array.isArray(t)?t:[t]).forEach((function(t){e._toggleColumn(e.fieldsColumnsIndex[t],!1,!0)}))}},{key:"_toggleColumn",value:function(t,e,i){if(void 0!==t&&this.columns[t].visible!==e&&(this.columns[t].visible=e,this.initHeader(),this.initSearch(),this.initPagination(),this.initBody(),this.options.showColumns)){var n=this.$toolbar.find('.keep-open input:not(".toggle-all")').prop("disabled",!1);i&&n.filter(Ww.sprintf('[value="%s"]',t)).prop("checked",e),n.filter(":checked").length<=this.options.minimumCountColumns&&n.filter(":checked").prop("disabled",!0)}}},{key:"getVisibleColumns",value:function(){var t=this;return this.columns.filter((function(e){return e.visible&&!t.isSelectionColumn(e)}))}},{key:"getHiddenColumns",value:function(){return this.columns.filter((function(t){return!t.visible}))}},{key:"isSelectionColumn",value:function(t){return t.radio||t.checkbox}},{key:"showAllColumns",value:function(){this._toggleAllColumns(!0)}},{key:"hideAllColumns",value:function(){this._toggleAllColumns(!1)}},{key:"_toggleAllColumns",value:function(e){var i,n=this,r=o(this.columns.slice().reverse());try{for(r.s();!(i=r.n()).done;){var a=i.value;if(a.switchable){if(!e&&this.options.showColumns&&this.getVisibleColumns().filter((function(t){return t.switchable})).length===this.options.minimumCountColumns)continue;a.visible=e}}}catch(t){r.e(t)}finally{r.f()}if(this.initHeader(),this.initSearch(),this.initPagination(),this.initBody(),this.options.showColumns){var s=this.$toolbar.find('.keep-open input[type="checkbox"]:not(".toggle-all")').prop("disabled",!1);e?s.prop("checked",e):s.get().reverse().forEach((function(i){s.filter(":checked").length>n.options.minimumCountColumns&&t(i).prop("checked",e)})),s.filter(":checked").length<=this.options.minimumCountColumns&&s.filter(":checked").prop("disabled",!0)}}},{key:"mergeCells",value:function(t){var e,i,n=t.index,o=this.getVisibleFields().indexOf(t.field),r=+t.rowspan||1,a=+t.colspan||1,s=this.$body.find(">tr[data-index]");o+=Ww.getDetailViewIndexOffset(this.options);var l=s.eq(n).find(">td").eq(o);if(!(n<0||o<0||n>=this.data.length)){for(e=n;etd").eq(i).hide();l.attr("rowspan",r).attr("colspan",a).show()}}},{key:"checkAll",value:function(){this._toggleCheckAll(!0)}},{key:"uncheckAll",value:function(){this._toggleCheckAll(!1)}},{key:"_toggleCheckAll",value:function(t){var e=this.getSelections();this.$selectAll.add(this.$selectAll_).prop("checked",t),this.$selectItem.filter(":enabled").prop("checked",t),this.updateRows(),this.updateSelected();var i=this.getSelections();t?this.trigger("check-all",i,e):this.trigger("uncheck-all",i,e)}},{key:"checkInvert",value:function(){var e=this.$selectItem.filter(":enabled"),i=e.filter(":checked");e.each((function(e,i){t(i).prop("checked",!t(i).prop("checked"))})),this.updateRows(),this.updateSelected(),this.trigger("uncheck-some",i),i=this.getSelections(),this.trigger("check-some",i)}},{key:"check",value:function(t){this._toggleCheck(!0,t)}},{key:"uncheck",value:function(t){this._toggleCheck(!1,t)}},{key:"_toggleCheck",value:function(t,e){var i=this.$selectItem.filter('[data-index="'.concat(e,'"]')),n=this.data[e];if(i.is(":radio")||this.options.singleSelect||this.options.multipleSelectRow&&!this.multipleSelectRowCtrlKey&&!this.multipleSelectRowShiftKey){var r,a=o(this.options.data);try{for(a.s();!(r=a.n()).done;){r.value[this.header.stateField]=!1}}catch(t){a.e(t)}finally{a.f()}this.$selectItem.filter(":checked").not(i).prop("checked",!1)}if(n[this.header.stateField]=t,this.options.multipleSelectRow){if(this.multipleSelectRowShiftKey&&this.multipleSelectRowLastSelectedIndex>=0)for(var s=l(this.multipleSelectRowLastSelectedIndexi.clientWidth}if(!this.options.cardView&&this.options.showHeader&&this.options.height?(this.$tableHeader.show(),this.resetHeader(),e+=this.$header.outerHeight(!0)+1):(this.$tableHeader.hide(),this.trigger("post-header")),!this.options.cardView&&this.options.showFooter&&(this.$tableFooter.show(),this.fitFooter(),this.options.height&&(e+=this.$tableFooter.outerHeight(!0))),this.$container.hasClass("fullscreen"))this.$tableContainer.css("height",""),this.$tableContainer.css("width","");else if(this.options.height){this.$tableBorder&&(this.$tableBorder.css("width",""),this.$tableBorder.css("height",""));var n=this.$toolbar.outerHeight(!0),o=this.$pagination.outerHeight(!0),r=this.options.height-n-o,a=this.$tableBody.find(">table"),s=a.outerHeight();if(this.$tableContainer.css("height","".concat(r,"px")),this.$tableBorder&&a.is(":visible")){var l=r-s-2;this.hasScrollBar&&(l-=Ww.getScrollBarWidth()),this.$tableBorder.css("width","".concat(a.outerWidth(),"px")),this.$tableBorder.css("height","".concat(l,"px"))}}this.options.cardView?(this.$el.css("margin-top","0"),this.$tableContainer.css("padding-bottom","0"),this.$tableFooter.hide()):(this.getCaret(),this.$tableContainer.css("padding-bottom","".concat(e,"px"))),this.trigger("reset-view")}},{key:"showLoading",value:function(){this.$tableLoading.toggleClass("open",!0);var t=this.options.loadingFontSize;"auto"===this.options.loadingFontSize&&(t=.04*this.$tableLoading.width(),t=Math.max(12,t),t=Math.min(32,t),t="".concat(t,"px")),this.$tableLoading.find(".loading-text").css("font-size",t)}},{key:"hideLoading",value:function(){this.$tableLoading.toggleClass("open",!1)}},{key:"togglePagination",value:function(){this.options.pagination=!this.options.pagination;var t=this.options.showButtonIcons?this.options.pagination?this.options.icons.paginationSwitchDown:this.options.icons.paginationSwitchUp:"",e=this.options.showButtonText?this.options.pagination?this.options.formatPaginationSwitchUp():this.options.formatPaginationSwitchDown():"";this.$toolbar.find('button[name="paginationSwitch"]').html("".concat(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,t)," ").concat(e)),this.updatePagination(),this.trigger("toggle-pagination",this.options.pagination)}},{key:"toggleFullscreen",value:function(){this.$el.closest(".bootstrap-table").toggleClass("fullscreen"),this.resetView()}},{key:"toggleView",value:function(){this.options.cardView=!this.options.cardView,this.initHeader();var t=this.options.showButtonIcons?this.options.cardView?this.options.icons.toggleOn:this.options.icons.toggleOff:"",e=this.options.cardView?this.options.formatToggleOff():this.options.formatToggleOn();this.$toolbar.find('button[name="toggle"]').html("".concat(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,t)," ").concat(this.options.showButtonText?e:"")).attr("aria-label",e).attr(this.options.buttonsAttributeTitle,e),this.initBody(),this.trigger("toggle",this.options.cardView)}},{key:"resetSearch",value:function(t){var e=Ww.getSearchInput(this),i=t||"";e.val(i),this.searchText=i,this.onSearch({currentTarget:e},!1)}},{key:"filterBy",value:function(t,e){this.filterOptions=Ww.isEmptyObject(e)?this.options.filterOptions:Ww.extend(this.options.filterOptions,e),this.filterColumns=Ww.isEmptyObject(t)?{}:t,this.options.pageNumber=1,this.initSearch(),this.updatePagination()}},{key:"scrollTo",value:function(e){var i={unit:"px",value:0};"object"===u(e)?i=Object.assign(i,e):"string"==typeof e&&"bottom"===e?i.value=this.$tableBody[0].scrollHeight:"string"!=typeof e&&"number"!=typeof e||(i.value=e);var n=i.value;"rows"===i.unit&&(n=0,this.$body.find("> tr:lt(".concat(i.value,")")).each((function(e,i){n+=t(i).outerHeight(!0)}))),this.$tableBody.scrollTop(n)}},{key:"getScrollPosition",value:function(){return this.$tableBody.scrollTop()}},{key:"selectPage",value:function(t){t>0&&t<=this.options.totalPages&&(this.options.pageNumber=t,this.updatePagination())}},{key:"prevPage",value:function(){this.options.pageNumber>1&&(this.options.pageNumber--,this.updatePagination())}},{key:"nextPage",value:function(){this.options.pageNumber tr[data-index="%s"]',t)).next().is("tr.detail-view")?this.collapseRow(t):this.expandRow(t,e),this.resetView()}},{key:"expandRow",value:function(t,e){var i=this.data[t],n=this.$body.find(Ww.sprintf('> tr[data-index="%s"][data-has-detail-view]',t));if(this.options.detailViewIcon&&n.find("a.detail-icon").html(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,this.options.icons.detailClose)),!n.next().is("tr.detail-view")){n.after(Ww.sprintf('',n.children("td").length));var o=n.next().find("td"),r=e||this.options.detailFormatter,a=Ww.calculateObjectValue(this.options,r,[t,i,o],"");1===o.length&&o.append(a),this.trigger("expand-row",t,i,o)}}},{key:"expandRowByUniqueId",value:function(t){var e=this.getRowByUniqueId(t);e&&this.expandRow(this.data.indexOf(e))}},{key:"collapseRow",value:function(t){var e=this.data[t],i=this.$body.find(Ww.sprintf('> tr[data-index="%s"][data-has-detail-view]',t));i.next().is("tr.detail-view")&&(this.options.detailViewIcon&&i.find("a.detail-icon").html(Ww.sprintf(this.constants.html.icon,this.options.iconsPrefix,this.options.icons.detailOpen)),this.trigger("collapse-row",t,e,i.next()),i.next().remove())}},{key:"collapseRowByUniqueId",value:function(t){var e=this.getRowByUniqueId(t);e&&this.collapseRow(this.data.indexOf(e))}},{key:"expandAllRows",value:function(){for(var e=this.$body.find("> tr[data-index][data-has-detail-view]"),i=0;i tr[data-index][data-has-detail-view]"),i=0;i1?i-1:0),o=1;o (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js b/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js index 84038a732..3917ada3e 100644 --- a/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js +++ b/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/cookie/bootstrap-table-cookie.min.js b/dist/extensions/cookie/bootstrap-table-cookie.min.js index 3acdc289a..cece300c3 100644 --- a/dist/extensions/cookie/bootstrap-table-cookie.min.js +++ b/dist/extensions/cookie/bootstrap-table-cookie.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js b/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js index a666c65cc..2631e3117 100644 --- a/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js +++ b/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/custom-view/bootstrap-table-custom-view.min.js b/dist/extensions/custom-view/bootstrap-table-custom-view.min.js index 4102f5acb..76b9f7289 100644 --- a/dist/extensions/custom-view/bootstrap-table-custom-view.min.js +++ b/dist/extensions/custom-view/bootstrap-table-custom-view.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/defer-url/bootstrap-table-defer-url.min.js b/dist/extensions/defer-url/bootstrap-table-defer-url.min.js index fc8384fe9..0e3468e58 100644 --- a/dist/extensions/defer-url/bootstrap-table-defer-url.min.js +++ b/dist/extensions/defer-url/bootstrap-table-defer-url.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/editable/bootstrap-table-editable.min.js b/dist/extensions/editable/bootstrap-table-editable.min.js index 82e9e1014..cb63eeed2 100644 --- a/dist/extensions/editable/bootstrap-table-editable.min.js +++ b/dist/extensions/editable/bootstrap-table-editable.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/export/bootstrap-table-export.min.js b/dist/extensions/export/bootstrap-table-export.min.js index 002f1a813..69d03c76e 100644 --- a/dist/extensions/export/bootstrap-table-export.min.js +++ b/dist/extensions/export/bootstrap-table-export.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/filter-control/bootstrap-table-filter-control.min.css b/dist/extensions/filter-control/bootstrap-table-filter-control.min.css index 11b92bf4c..ac472fba9 100644 --- a/dist/extensions/filter-control/bootstrap-table-filter-control.min.css +++ b/dist/extensions/filter-control/bootstrap-table-filter-control.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/filter-control/bootstrap-table-filter-control.min.js b/dist/extensions/filter-control/bootstrap-table-filter-control.min.js index 48f1cba36..6d37be94b 100644 --- a/dist/extensions/filter-control/bootstrap-table-filter-control.min.js +++ b/dist/extensions/filter-control/bootstrap-table-filter-control.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/filter-control/utils.min.js b/dist/extensions/filter-control/utils.min.js index 1f4baed5e..9d1bfeffa 100644 --- a/dist/extensions/filter-control/utils.min.js +++ b/dist/extensions/filter-control/utils.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css b/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css index fa1f652e2..0fe2b7bc2 100644 --- a/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css +++ b/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js b/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js index 8f0e6d099..c5a2bbb60 100644 --- a/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js +++ b/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/group-by-v2/bootstrap-table-group-by.min.css b/dist/extensions/group-by-v2/bootstrap-table-group-by.min.css index f31dafdb5..5e5e1da6a 100644 --- a/dist/extensions/group-by-v2/bootstrap-table-group-by.min.css +++ b/dist/extensions/group-by-v2/bootstrap-table-group-by.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/group-by-v2/bootstrap-table-group-by.min.js b/dist/extensions/group-by-v2/bootstrap-table-group-by.min.js index aec783ea8..719a15b84 100644 --- a/dist/extensions/group-by-v2/bootstrap-table-group-by.min.js +++ b/dist/extensions/group-by-v2/bootstrap-table-group-by.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js b/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js index 46322dea7..e5891bd47 100644 --- a/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js +++ b/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/key-events/bootstrap-table-key-events.min.js b/dist/extensions/key-events/bootstrap-table-key-events.min.js index f4c2c6c8b..25ed75207 100644 --- a/dist/extensions/key-events/bootstrap-table-key-events.min.js +++ b/dist/extensions/key-events/bootstrap-table-key-events.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/mobile/bootstrap-table-mobile.min.js b/dist/extensions/mobile/bootstrap-table-mobile.min.js index 8f23187c7..0a7e08f6d 100644 --- a/dist/extensions/mobile/bootstrap-table-mobile.min.js +++ b/dist/extensions/mobile/bootstrap-table-mobile.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js b/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js index 3e7e931d5..f991d26b7 100644 --- a/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js +++ b/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css b/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css index 36c2d684a..e01137cfb 100644 --- a/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css +++ b/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js b/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js index 060f82c35..7d5b9373b 100644 --- a/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js +++ b/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/pipeline/bootstrap-table-pipeline.min.js b/dist/extensions/pipeline/bootstrap-table-pipeline.min.js index c6ab26451..9b6da4569 100644 --- a/dist/extensions/pipeline/bootstrap-table-pipeline.min.js +++ b/dist/extensions/pipeline/bootstrap-table-pipeline.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/print/bootstrap-table-print.min.js b/dist/extensions/print/bootstrap-table-print.min.js index 8ab097ee2..cb50fce98 100644 --- a/dist/extensions/print/bootstrap-table-print.min.js +++ b/dist/extensions/print/bootstrap-table-print.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js b/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js index 5ef4ff5e2..bfa82b405 100644 --- a/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js +++ b/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css b/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css index e2a977aa5..d2474f336 100644 --- a/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css +++ b/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js b/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js index 88f785e75..a02350ad6 100644 --- a/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js +++ b/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/resizable/bootstrap-table-resizable.min.js b/dist/extensions/resizable/bootstrap-table-resizable.min.js index 58b48969e..080540f48 100644 --- a/dist/extensions/resizable/bootstrap-table-resizable.min.js +++ b/dist/extensions/resizable/bootstrap-table-resizable.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.css b/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.css index 175016055..c2e34c738 100644 --- a/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.css +++ b/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js b/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js index 09ada3809..21492205f 100644 --- a/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js +++ b/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/toolbar/bootstrap-table-toolbar.min.js b/dist/extensions/toolbar/bootstrap-table-toolbar.min.js index 9962d868e..bfc6e1daa 100644 --- a/dist/extensions/toolbar/bootstrap-table-toolbar.min.js +++ b/dist/extensions/toolbar/bootstrap-table-toolbar.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/extensions/treegrid/bootstrap-table-treegrid.min.js b/dist/extensions/treegrid/bootstrap-table-treegrid.min.js index 40d6501a7..ffd9a512c 100644 --- a/dist/extensions/treegrid/bootstrap-table-treegrid.min.js +++ b/dist/extensions/treegrid/bootstrap-table-treegrid.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-af-ZA.min.js b/dist/locale/bootstrap-table-af-ZA.min.js index 365adf38e..d9ecccd8a 100644 --- a/dist/locale/bootstrap-table-af-ZA.min.js +++ b/dist/locale/bootstrap-table-af-ZA.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ar-SA.min.js b/dist/locale/bootstrap-table-ar-SA.min.js index eef81360a..6ad984469 100644 --- a/dist/locale/bootstrap-table-ar-SA.min.js +++ b/dist/locale/bootstrap-table-ar-SA.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-bg-BG.min.js b/dist/locale/bootstrap-table-bg-BG.min.js index 39894e5b1..3483b49e0 100644 --- a/dist/locale/bootstrap-table-bg-BG.min.js +++ b/dist/locale/bootstrap-table-bg-BG.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ca-ES.min.js b/dist/locale/bootstrap-table-ca-ES.min.js index 4b16dda2e..67db55491 100644 --- a/dist/locale/bootstrap-table-ca-ES.min.js +++ b/dist/locale/bootstrap-table-ca-ES.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-cs-CZ.min.js b/dist/locale/bootstrap-table-cs-CZ.min.js index cdf1bb0be..4139966d9 100644 --- a/dist/locale/bootstrap-table-cs-CZ.min.js +++ b/dist/locale/bootstrap-table-cs-CZ.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-da-DK.min.js b/dist/locale/bootstrap-table-da-DK.min.js index 89b7010cc..9aaf693a8 100644 --- a/dist/locale/bootstrap-table-da-DK.min.js +++ b/dist/locale/bootstrap-table-da-DK.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-de-DE.min.js b/dist/locale/bootstrap-table-de-DE.min.js index 094c8c42b..50acdef67 100644 --- a/dist/locale/bootstrap-table-de-DE.min.js +++ b/dist/locale/bootstrap-table-de-DE.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-el-GR.min.js b/dist/locale/bootstrap-table-el-GR.min.js index bece322c1..b42bb5369 100644 --- a/dist/locale/bootstrap-table-el-GR.min.js +++ b/dist/locale/bootstrap-table-el-GR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-en-US.min.js b/dist/locale/bootstrap-table-en-US.min.js index 82ee5cc2d..0df6a077b 100644 --- a/dist/locale/bootstrap-table-en-US.min.js +++ b/dist/locale/bootstrap-table-en-US.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-es-AR.min.js b/dist/locale/bootstrap-table-es-AR.min.js index 1f81a0f91..375e39fa4 100644 --- a/dist/locale/bootstrap-table-es-AR.min.js +++ b/dist/locale/bootstrap-table-es-AR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-es-CL.min.js b/dist/locale/bootstrap-table-es-CL.min.js index a8615a86e..ad811a7aa 100644 --- a/dist/locale/bootstrap-table-es-CL.min.js +++ b/dist/locale/bootstrap-table-es-CL.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-es-CR.min.js b/dist/locale/bootstrap-table-es-CR.min.js index 20f32d869..1715feadc 100644 --- a/dist/locale/bootstrap-table-es-CR.min.js +++ b/dist/locale/bootstrap-table-es-CR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-es-ES.min.js b/dist/locale/bootstrap-table-es-ES.min.js index 5a0fe0d37..53e813d70 100644 --- a/dist/locale/bootstrap-table-es-ES.min.js +++ b/dist/locale/bootstrap-table-es-ES.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-es-MX.min.js b/dist/locale/bootstrap-table-es-MX.min.js index 44ae4126b..cce1c4b84 100644 --- a/dist/locale/bootstrap-table-es-MX.min.js +++ b/dist/locale/bootstrap-table-es-MX.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-es-NI.min.js b/dist/locale/bootstrap-table-es-NI.min.js index 6923a8549..084f11de6 100644 --- a/dist/locale/bootstrap-table-es-NI.min.js +++ b/dist/locale/bootstrap-table-es-NI.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-es-SP.min.js b/dist/locale/bootstrap-table-es-SP.min.js index d1e4382e8..c75aff8f1 100644 --- a/dist/locale/bootstrap-table-es-SP.min.js +++ b/dist/locale/bootstrap-table-es-SP.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-et-EE.min.js b/dist/locale/bootstrap-table-et-EE.min.js index ac957da49..b4965d4d7 100644 --- a/dist/locale/bootstrap-table-et-EE.min.js +++ b/dist/locale/bootstrap-table-et-EE.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-eu-EU.min.js b/dist/locale/bootstrap-table-eu-EU.min.js index 121f40567..adbc1b11a 100644 --- a/dist/locale/bootstrap-table-eu-EU.min.js +++ b/dist/locale/bootstrap-table-eu-EU.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-fa-IR.min.js b/dist/locale/bootstrap-table-fa-IR.min.js index 58e1f432d..db2758193 100644 --- a/dist/locale/bootstrap-table-fa-IR.min.js +++ b/dist/locale/bootstrap-table-fa-IR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-fi-FI.min.js b/dist/locale/bootstrap-table-fi-FI.min.js index 902499835..261d50bd9 100644 --- a/dist/locale/bootstrap-table-fi-FI.min.js +++ b/dist/locale/bootstrap-table-fi-FI.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-fr-BE.min.js b/dist/locale/bootstrap-table-fr-BE.min.js index 0677e7351..5bdfdf2b7 100644 --- a/dist/locale/bootstrap-table-fr-BE.min.js +++ b/dist/locale/bootstrap-table-fr-BE.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-fr-CH.min.js b/dist/locale/bootstrap-table-fr-CH.min.js index e1c1d239e..bdc39b3af 100644 --- a/dist/locale/bootstrap-table-fr-CH.min.js +++ b/dist/locale/bootstrap-table-fr-CH.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-fr-FR.min.js b/dist/locale/bootstrap-table-fr-FR.min.js index afbce9568..df0c3bfcd 100644 --- a/dist/locale/bootstrap-table-fr-FR.min.js +++ b/dist/locale/bootstrap-table-fr-FR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-fr-LU.min.js b/dist/locale/bootstrap-table-fr-LU.min.js index c3a671b51..0dc1a96b8 100644 --- a/dist/locale/bootstrap-table-fr-LU.min.js +++ b/dist/locale/bootstrap-table-fr-LU.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-he-IL.min.js b/dist/locale/bootstrap-table-he-IL.min.js index f8b78c02b..8d21a1ce0 100644 --- a/dist/locale/bootstrap-table-he-IL.min.js +++ b/dist/locale/bootstrap-table-he-IL.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-hi-IN.min.js b/dist/locale/bootstrap-table-hi-IN.min.js index 7522f61ff..ef5728e99 100644 --- a/dist/locale/bootstrap-table-hi-IN.min.js +++ b/dist/locale/bootstrap-table-hi-IN.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-hr-HR.min.js b/dist/locale/bootstrap-table-hr-HR.min.js index abf3713b4..b8b95393d 100644 --- a/dist/locale/bootstrap-table-hr-HR.min.js +++ b/dist/locale/bootstrap-table-hr-HR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-hu-HU.min.js b/dist/locale/bootstrap-table-hu-HU.min.js index 5e26f9c96..81a3b223b 100644 --- a/dist/locale/bootstrap-table-hu-HU.min.js +++ b/dist/locale/bootstrap-table-hu-HU.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-id-ID.min.js b/dist/locale/bootstrap-table-id-ID.min.js index 014234a5d..b8f5789f3 100644 --- a/dist/locale/bootstrap-table-id-ID.min.js +++ b/dist/locale/bootstrap-table-id-ID.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-it-IT.min.js b/dist/locale/bootstrap-table-it-IT.min.js index 177d4d985..7ec23ba93 100644 --- a/dist/locale/bootstrap-table-it-IT.min.js +++ b/dist/locale/bootstrap-table-it-IT.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ja-JP.min.js b/dist/locale/bootstrap-table-ja-JP.min.js index 0e7a9ef6e..5b735b2c0 100644 --- a/dist/locale/bootstrap-table-ja-JP.min.js +++ b/dist/locale/bootstrap-table-ja-JP.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ka-GE.min.js b/dist/locale/bootstrap-table-ka-GE.min.js index bf9dfde41..f40dd56a0 100644 --- a/dist/locale/bootstrap-table-ka-GE.min.js +++ b/dist/locale/bootstrap-table-ka-GE.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ko-KR.min.js b/dist/locale/bootstrap-table-ko-KR.min.js index 17b502f28..964a0a5f4 100644 --- a/dist/locale/bootstrap-table-ko-KR.min.js +++ b/dist/locale/bootstrap-table-ko-KR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-lb-LU.min.js b/dist/locale/bootstrap-table-lb-LU.min.js index cd01d89a7..93ffd91ed 100644 --- a/dist/locale/bootstrap-table-lb-LU.min.js +++ b/dist/locale/bootstrap-table-lb-LU.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ms-MY.min.js b/dist/locale/bootstrap-table-ms-MY.min.js index f9d0b48b1..dac4035a3 100644 --- a/dist/locale/bootstrap-table-ms-MY.min.js +++ b/dist/locale/bootstrap-table-ms-MY.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-nb-NO.min.js b/dist/locale/bootstrap-table-nb-NO.min.js index b74b2a76b..a6d48e77d 100644 --- a/dist/locale/bootstrap-table-nb-NO.min.js +++ b/dist/locale/bootstrap-table-nb-NO.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-nl-BE.min.js b/dist/locale/bootstrap-table-nl-BE.min.js index 30233d9dc..e2ded7c43 100644 --- a/dist/locale/bootstrap-table-nl-BE.min.js +++ b/dist/locale/bootstrap-table-nl-BE.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-nl-NL.min.js b/dist/locale/bootstrap-table-nl-NL.min.js index 9a1ef659e..56fde62ca 100644 --- a/dist/locale/bootstrap-table-nl-NL.min.js +++ b/dist/locale/bootstrap-table-nl-NL.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-pl-PL.min.js b/dist/locale/bootstrap-table-pl-PL.min.js index ed2419b50..082ee470d 100644 --- a/dist/locale/bootstrap-table-pl-PL.min.js +++ b/dist/locale/bootstrap-table-pl-PL.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-pt-BR.min.js b/dist/locale/bootstrap-table-pt-BR.min.js index 45e7d17f9..af529657f 100644 --- a/dist/locale/bootstrap-table-pt-BR.min.js +++ b/dist/locale/bootstrap-table-pt-BR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-pt-PT.min.js b/dist/locale/bootstrap-table-pt-PT.min.js index 2bf9e367b..6df0cba5f 100644 --- a/dist/locale/bootstrap-table-pt-PT.min.js +++ b/dist/locale/bootstrap-table-pt-PT.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ro-RO.min.js b/dist/locale/bootstrap-table-ro-RO.min.js index 01ad11f9a..78bada1f6 100644 --- a/dist/locale/bootstrap-table-ro-RO.min.js +++ b/dist/locale/bootstrap-table-ro-RO.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ru-RU.min.js b/dist/locale/bootstrap-table-ru-RU.min.js index 057c36392..2c61f6a8c 100644 --- a/dist/locale/bootstrap-table-ru-RU.min.js +++ b/dist/locale/bootstrap-table-ru-RU.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-sk-SK.min.js b/dist/locale/bootstrap-table-sk-SK.min.js index 99ae1ebcb..b4d5034ac 100644 --- a/dist/locale/bootstrap-table-sk-SK.min.js +++ b/dist/locale/bootstrap-table-sk-SK.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-sl-SI.min.js b/dist/locale/bootstrap-table-sl-SI.min.js index 284c7d325..3881af4da 100644 --- a/dist/locale/bootstrap-table-sl-SI.min.js +++ b/dist/locale/bootstrap-table-sl-SI.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-sr-Cyrl-RS.min.js b/dist/locale/bootstrap-table-sr-Cyrl-RS.min.js index 67429a63c..aa2f5d5a6 100644 --- a/dist/locale/bootstrap-table-sr-Cyrl-RS.min.js +++ b/dist/locale/bootstrap-table-sr-Cyrl-RS.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-sr-Latn-RS.min.js b/dist/locale/bootstrap-table-sr-Latn-RS.min.js index dd1a8c10c..6b4ca6708 100644 --- a/dist/locale/bootstrap-table-sr-Latn-RS.min.js +++ b/dist/locale/bootstrap-table-sr-Latn-RS.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-sv-SE.min.js b/dist/locale/bootstrap-table-sv-SE.min.js index 325229214..fe2973de5 100644 --- a/dist/locale/bootstrap-table-sv-SE.min.js +++ b/dist/locale/bootstrap-table-sv-SE.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-th-TH.min.js b/dist/locale/bootstrap-table-th-TH.min.js index 645c0fd8d..3b83628be 100644 --- a/dist/locale/bootstrap-table-th-TH.min.js +++ b/dist/locale/bootstrap-table-th-TH.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-tr-TR.min.js b/dist/locale/bootstrap-table-tr-TR.min.js index ba511d6a3..24951cbec 100644 --- a/dist/locale/bootstrap-table-tr-TR.min.js +++ b/dist/locale/bootstrap-table-tr-TR.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-uk-UA.min.js b/dist/locale/bootstrap-table-uk-UA.min.js index 729295672..4cd657962 100644 --- a/dist/locale/bootstrap-table-uk-UA.min.js +++ b/dist/locale/bootstrap-table-uk-UA.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-ur-PK.min.js b/dist/locale/bootstrap-table-ur-PK.min.js index 5463588cf..4130f567b 100644 --- a/dist/locale/bootstrap-table-ur-PK.min.js +++ b/dist/locale/bootstrap-table-ur-PK.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-uz-Latn-UZ.min.js b/dist/locale/bootstrap-table-uz-Latn-UZ.min.js index 08275ce44..83204eddb 100644 --- a/dist/locale/bootstrap-table-uz-Latn-UZ.min.js +++ b/dist/locale/bootstrap-table-uz-Latn-UZ.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-vi-VN.min.js b/dist/locale/bootstrap-table-vi-VN.min.js index db7286ac8..b2bb51f58 100644 --- a/dist/locale/bootstrap-table-vi-VN.min.js +++ b/dist/locale/bootstrap-table-vi-VN.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-zh-CN.min.js b/dist/locale/bootstrap-table-zh-CN.min.js index 552fc3ba7..23597ac35 100644 --- a/dist/locale/bootstrap-table-zh-CN.min.js +++ b/dist/locale/bootstrap-table-zh-CN.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/locale/bootstrap-table-zh-TW.min.js b/dist/locale/bootstrap-table-zh-TW.min.js index 050e90199..9b7ede87a 100644 --- a/dist/locale/bootstrap-table-zh-TW.min.js +++ b/dist/locale/bootstrap-table-zh-TW.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/bootstrap-table/bootstrap-table.min.css b/dist/themes/bootstrap-table/bootstrap-table.min.css index 0aa0c3b56..f231f7309 100644 --- a/dist/themes/bootstrap-table/bootstrap-table.min.css +++ b/dist/themes/bootstrap-table/bootstrap-table.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/bootstrap-table/bootstrap-table.min.js b/dist/themes/bootstrap-table/bootstrap-table.min.js index 1ddc4d842..7b13a2135 100644 --- a/dist/themes/bootstrap-table/bootstrap-table.min.js +++ b/dist/themes/bootstrap-table/bootstrap-table.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/bulma/bootstrap-table-bulma.min.css b/dist/themes/bulma/bootstrap-table-bulma.min.css index 3b08ad913..d2dc40aa8 100644 --- a/dist/themes/bulma/bootstrap-table-bulma.min.css +++ b/dist/themes/bulma/bootstrap-table-bulma.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/bulma/bootstrap-table-bulma.min.js b/dist/themes/bulma/bootstrap-table-bulma.min.js index b35ce0e81..7108c790c 100644 --- a/dist/themes/bulma/bootstrap-table-bulma.min.js +++ b/dist/themes/bulma/bootstrap-table-bulma.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/foundation/bootstrap-table-foundation.min.css b/dist/themes/foundation/bootstrap-table-foundation.min.css index 13f18756f..76e12d1ab 100644 --- a/dist/themes/foundation/bootstrap-table-foundation.min.css +++ b/dist/themes/foundation/bootstrap-table-foundation.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/foundation/bootstrap-table-foundation.min.js b/dist/themes/foundation/bootstrap-table-foundation.min.js index 193495239..67c97a6dc 100644 --- a/dist/themes/foundation/bootstrap-table-foundation.min.js +++ b/dist/themes/foundation/bootstrap-table-foundation.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/materialize/bootstrap-table-materialize.min.css b/dist/themes/materialize/bootstrap-table-materialize.min.css index 15c58b97d..0ca975aad 100644 --- a/dist/themes/materialize/bootstrap-table-materialize.min.css +++ b/dist/themes/materialize/bootstrap-table-materialize.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/materialize/bootstrap-table-materialize.min.js b/dist/themes/materialize/bootstrap-table-materialize.min.js index ce83d186f..af30fd24e 100644 --- a/dist/themes/materialize/bootstrap-table-materialize.min.js +++ b/dist/themes/materialize/bootstrap-table-materialize.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/semantic/bootstrap-table-semantic.min.css b/dist/themes/semantic/bootstrap-table-semantic.min.css index e7c8f6a0b..52a12063c 100644 --- a/dist/themes/semantic/bootstrap-table-semantic.min.css +++ b/dist/themes/semantic/bootstrap-table-semantic.min.css @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/dist/themes/semantic/bootstrap-table-semantic.min.js b/dist/themes/semantic/bootstrap-table-semantic.min.js index caef4bd08..47ee29cd6 100644 --- a/dist/themes/semantic/bootstrap-table-semantic.min.js +++ b/dist/themes/semantic/bootstrap-table-semantic.min.js @@ -1,7 +1,7 @@ /** * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) * - * @version v1.23.3 + * @version v1.23.4 * @homepage https://bootstrap-table.com * @author wenzhixin (http://wenzhixin.net.cn/) * @license MIT diff --git a/package.json b/package.json index 28383051e..9a5b13c00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-table", "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)", - "version": "1.23.3", + "version": "1.23.4", "type": "module", "style": "dist/bootstrap-table.min.css", "sass": "src/bootstrap-table.scss", diff --git a/site/news.md b/site/news.md index 23b1923a4..8f6b750bc 100644 --- a/site/news.md +++ b/site/news.md @@ -4,6 +4,10 @@ title: News description: News and announcements for all things Bootstrap Table, including new releases. --- +## Bootstrap Table 1.23.4 + + + ## Bootstrap Table 1.23.3 diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index 5b741bfcf..98bbee882 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -1,6 +1,6 @@ /** * @author zhixin wen - * version: 1.23.3 + * version: 1.23.4 * https://github.com/wenzhixin/bootstrap-table/ */ diff --git a/src/bootstrap-table.scss b/src/bootstrap-table.scss index b5945876b..68e7c2a9b 100644 --- a/src/bootstrap-table.scss +++ b/src/bootstrap-table.scss @@ -1,6 +1,6 @@ /** * @author zhixin wen - * version: 1.23.3 + * version: 1.23.4 * https://github.com/wenzhixin/bootstrap-table/ */ diff --git a/src/constants/index.js b/src/constants/index.js index ca6ebe802..1d983435e 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,7 +1,7 @@ /* eslint-disable no-unused-vars */ import Utils from '../utils/index.js' -const VERSION = '1.23.3' +const VERSION = '1.23.4' const bootstrapVersion = Utils.getBootstrapVersion() diff --git a/src/utils/index.js b/src/utils/index.js index 0d1b95b67..1b90fa17f 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -753,7 +753,7 @@ export default { }) } else if (Array.isArray(style)) { for (const item of style) { - this.parseStyle(item) + this.parseStyle(dom, item) } } else if (typeof style === 'object') { for (const [k, v] of Object.entries(style)) {