bootstrap-table-rails 1.18.1 → 1.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/Gemfile.lock +1 -1
- data/README.md +30 -132
- data/lib/bootstrap-table-rails/version.rb +1 -1
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/.DS_Store +0 -0
- data/vendor/assets/javascripts/.DS_Store +0 -0
- data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +196 -147
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +179 -990
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +180 -991
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +731 -1114
- data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +122 -35
- data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +115 -39
- data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +458 -911
- data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +124 -48
- data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +122 -43
- data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +66 -24
- data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +433 -977
- data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +460 -951
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +275 -140
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +176 -86
- data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +128 -48
- data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +164 -75
- data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +45 -11
- data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +136 -36
- data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +227 -141
- data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +148 -94
- data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +111 -35
- data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +93 -49
- data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +396 -999
- data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +144 -56
- data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +104 -33
- data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +283 -87
- data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +116 -40
- data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +456 -1034
- data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +278 -990
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +69 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +53 -43
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +114 -35
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +109 -30
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +113 -34
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +110 -31
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +107 -28
- metadata +6 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
|
|
4
|
-
(global = global || self, factory(global.jQuery));
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
|
|
5
5
|
}(this, (function ($) { 'use strict';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var $__default = /*#__PURE__*/_interopDefaultLegacy($);
|
|
8
10
|
|
|
9
11
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
10
12
|
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
check(typeof self == 'object' && self) ||
|
|
25
27
|
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
26
28
|
// eslint-disable-next-line no-new-func
|
|
27
|
-
Function('return this')();
|
|
29
|
+
(function () { return this; })() || Function('return this')();
|
|
28
30
|
|
|
29
31
|
var fails = function (exec) {
|
|
30
32
|
try {
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
|
|
37
39
|
// Thank's IE8 for his funny defineProperty
|
|
38
40
|
var descriptors = !fails(function () {
|
|
39
|
-
return Object.defineProperty({},
|
|
41
|
+
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
40
42
|
});
|
|
41
43
|
|
|
42
44
|
var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
|
|
@@ -217,9 +219,9 @@
|
|
|
217
219
|
(module.exports = function (key, value) {
|
|
218
220
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
219
221
|
})('versions', []).push({
|
|
220
|
-
version: '3.
|
|
222
|
+
version: '3.8.1',
|
|
221
223
|
mode: 'global',
|
|
222
|
-
copyright: '©
|
|
224
|
+
copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
|
|
223
225
|
});
|
|
224
226
|
});
|
|
225
227
|
|
|
@@ -255,11 +257,12 @@
|
|
|
255
257
|
};
|
|
256
258
|
|
|
257
259
|
if (nativeWeakMap) {
|
|
258
|
-
var store$1 = new WeakMap$1();
|
|
260
|
+
var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
|
|
259
261
|
var wmget = store$1.get;
|
|
260
262
|
var wmhas = store$1.has;
|
|
261
263
|
var wmset = store$1.set;
|
|
262
264
|
set = function (it, metadata) {
|
|
265
|
+
metadata.facade = it;
|
|
263
266
|
wmset.call(store$1, it, metadata);
|
|
264
267
|
return metadata;
|
|
265
268
|
};
|
|
@@ -273,6 +276,7 @@
|
|
|
273
276
|
var STATE = sharedKey('state');
|
|
274
277
|
hiddenKeys[STATE] = true;
|
|
275
278
|
set = function (it, metadata) {
|
|
279
|
+
metadata.facade = it;
|
|
276
280
|
createNonEnumerableProperty(it, STATE, metadata);
|
|
277
281
|
return metadata;
|
|
278
282
|
};
|
|
@@ -301,9 +305,15 @@
|
|
|
301
305
|
var unsafe = options ? !!options.unsafe : false;
|
|
302
306
|
var simple = options ? !!options.enumerable : false;
|
|
303
307
|
var noTargetGet = options ? !!options.noTargetGet : false;
|
|
308
|
+
var state;
|
|
304
309
|
if (typeof value == 'function') {
|
|
305
|
-
if (typeof key == 'string' && !has(value, 'name'))
|
|
306
|
-
|
|
310
|
+
if (typeof key == 'string' && !has(value, 'name')) {
|
|
311
|
+
createNonEnumerableProperty(value, 'name', key);
|
|
312
|
+
}
|
|
313
|
+
state = enforceInternalState(value);
|
|
314
|
+
if (!state.source) {
|
|
315
|
+
state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
|
|
316
|
+
}
|
|
307
317
|
}
|
|
308
318
|
if (O === global_1) {
|
|
309
319
|
if (simple) O[key] = value;
|
|
@@ -554,11 +564,11 @@
|
|
|
554
564
|
// eslint-disable-next-line no-undef
|
|
555
565
|
&& !Symbol.sham
|
|
556
566
|
// eslint-disable-next-line no-undef
|
|
557
|
-
&& typeof Symbol
|
|
567
|
+
&& typeof Symbol.iterator == 'symbol';
|
|
558
568
|
|
|
559
569
|
var WellKnownSymbolsStore = shared('wks');
|
|
560
570
|
var Symbol$1 = global_1.Symbol;
|
|
561
|
-
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
|
|
571
|
+
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
|
|
562
572
|
|
|
563
573
|
var wellKnownSymbol = function (name) {
|
|
564
574
|
if (!has(WellKnownSymbolsStore, name)) {
|
|
@@ -584,7 +594,7 @@
|
|
|
584
594
|
} return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
|
|
585
595
|
};
|
|
586
596
|
|
|
587
|
-
var
|
|
597
|
+
var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
588
598
|
|
|
589
599
|
var process = global_1.process;
|
|
590
600
|
var versions = process && process.versions;
|
|
@@ -594,15 +604,15 @@
|
|
|
594
604
|
if (v8) {
|
|
595
605
|
match = v8.split('.');
|
|
596
606
|
version = match[0] + match[1];
|
|
597
|
-
} else if (
|
|
598
|
-
match =
|
|
607
|
+
} else if (engineUserAgent) {
|
|
608
|
+
match = engineUserAgent.match(/Edge\/(\d+)/);
|
|
599
609
|
if (!match || match[1] >= 74) {
|
|
600
|
-
match =
|
|
610
|
+
match = engineUserAgent.match(/Chrome\/(\d+)/);
|
|
601
611
|
if (match) version = match[1];
|
|
602
612
|
}
|
|
603
613
|
}
|
|
604
614
|
|
|
605
|
-
var
|
|
615
|
+
var engineV8Version = version && +version;
|
|
606
616
|
|
|
607
617
|
var SPECIES$1 = wellKnownSymbol('species');
|
|
608
618
|
|
|
@@ -610,7 +620,7 @@
|
|
|
610
620
|
// We can't use this feature detection in V8 since it causes
|
|
611
621
|
// deoptimization and serious performance degradation
|
|
612
622
|
// https://github.com/zloirock/core-js/issues/677
|
|
613
|
-
return
|
|
623
|
+
return engineV8Version >= 51 || !fails(function () {
|
|
614
624
|
var array = [];
|
|
615
625
|
var constructor = array.constructor = {};
|
|
616
626
|
constructor[SPECIES$1] = function () {
|
|
@@ -627,7 +637,7 @@
|
|
|
627
637
|
// We can't use this feature detection in V8 since it causes
|
|
628
638
|
// deoptimization and serious performance degradation
|
|
629
639
|
// https://github.com/zloirock/core-js/issues/679
|
|
630
|
-
var IS_CONCAT_SPREADABLE_SUPPORT =
|
|
640
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
|
|
631
641
|
var array = [];
|
|
632
642
|
array[IS_CONCAT_SPREADABLE] = false;
|
|
633
643
|
return array.concat()[0] !== array;
|
|
@@ -674,7 +684,7 @@
|
|
|
674
684
|
* Update: kerogos <kerog @ wp pl>
|
|
675
685
|
*/
|
|
676
686
|
|
|
677
|
-
|
|
687
|
+
$__default['default'].fn.bootstrapTable.locales['pl-PL'] = $__default['default'].fn.bootstrapTable.locales['pl'] = {
|
|
678
688
|
formatCopyRows: function formatCopyRows() {
|
|
679
689
|
return 'Kopiuj wiersze';
|
|
680
690
|
},
|
|
@@ -773,6 +783,6 @@
|
|
|
773
783
|
return 'Ukryj';
|
|
774
784
|
}
|
|
775
785
|
};
|
|
776
|
-
|
|
786
|
+
$__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, $__default['default'].fn.bootstrapTable.locales['pl-PL']);
|
|
777
787
|
|
|
778
788
|
})));
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
|
|
4
|
-
(global = global || self, factory(global.jQuery));
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
|
|
5
5
|
}(this, (function ($) { 'use strict';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var $__default = /*#__PURE__*/_interopDefaultLegacy($);
|
|
8
10
|
|
|
9
11
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
10
12
|
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
check(typeof self == 'object' && self) ||
|
|
25
27
|
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
26
28
|
// eslint-disable-next-line no-new-func
|
|
27
|
-
Function('return this')();
|
|
29
|
+
(function () { return this; })() || Function('return this')();
|
|
28
30
|
|
|
29
31
|
var fails = function (exec) {
|
|
30
32
|
try {
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
|
|
37
39
|
// Thank's IE8 for his funny defineProperty
|
|
38
40
|
var descriptors = !fails(function () {
|
|
39
|
-
return Object.defineProperty({},
|
|
41
|
+
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
40
42
|
});
|
|
41
43
|
|
|
42
44
|
var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
|
|
@@ -217,9 +219,9 @@
|
|
|
217
219
|
(module.exports = function (key, value) {
|
|
218
220
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
219
221
|
})('versions', []).push({
|
|
220
|
-
version: '3.
|
|
222
|
+
version: '3.8.1',
|
|
221
223
|
mode: 'global',
|
|
222
|
-
copyright: '©
|
|
224
|
+
copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
|
|
223
225
|
});
|
|
224
226
|
});
|
|
225
227
|
|
|
@@ -255,11 +257,12 @@
|
|
|
255
257
|
};
|
|
256
258
|
|
|
257
259
|
if (nativeWeakMap) {
|
|
258
|
-
var store$1 = new WeakMap$1();
|
|
260
|
+
var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
|
|
259
261
|
var wmget = store$1.get;
|
|
260
262
|
var wmhas = store$1.has;
|
|
261
263
|
var wmset = store$1.set;
|
|
262
264
|
set = function (it, metadata) {
|
|
265
|
+
metadata.facade = it;
|
|
263
266
|
wmset.call(store$1, it, metadata);
|
|
264
267
|
return metadata;
|
|
265
268
|
};
|
|
@@ -273,6 +276,7 @@
|
|
|
273
276
|
var STATE = sharedKey('state');
|
|
274
277
|
hiddenKeys[STATE] = true;
|
|
275
278
|
set = function (it, metadata) {
|
|
279
|
+
metadata.facade = it;
|
|
276
280
|
createNonEnumerableProperty(it, STATE, metadata);
|
|
277
281
|
return metadata;
|
|
278
282
|
};
|
|
@@ -301,9 +305,15 @@
|
|
|
301
305
|
var unsafe = options ? !!options.unsafe : false;
|
|
302
306
|
var simple = options ? !!options.enumerable : false;
|
|
303
307
|
var noTargetGet = options ? !!options.noTargetGet : false;
|
|
308
|
+
var state;
|
|
304
309
|
if (typeof value == 'function') {
|
|
305
|
-
if (typeof key == 'string' && !has(value, 'name'))
|
|
306
|
-
|
|
310
|
+
if (typeof key == 'string' && !has(value, 'name')) {
|
|
311
|
+
createNonEnumerableProperty(value, 'name', key);
|
|
312
|
+
}
|
|
313
|
+
state = enforceInternalState(value);
|
|
314
|
+
if (!state.source) {
|
|
315
|
+
state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
|
|
316
|
+
}
|
|
307
317
|
}
|
|
308
318
|
if (O === global_1) {
|
|
309
319
|
if (simple) O[key] = value;
|
|
@@ -554,11 +564,11 @@
|
|
|
554
564
|
// eslint-disable-next-line no-undef
|
|
555
565
|
&& !Symbol.sham
|
|
556
566
|
// eslint-disable-next-line no-undef
|
|
557
|
-
&& typeof Symbol
|
|
567
|
+
&& typeof Symbol.iterator == 'symbol';
|
|
558
568
|
|
|
559
569
|
var WellKnownSymbolsStore = shared('wks');
|
|
560
570
|
var Symbol$1 = global_1.Symbol;
|
|
561
|
-
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
|
|
571
|
+
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
|
|
562
572
|
|
|
563
573
|
var wellKnownSymbol = function (name) {
|
|
564
574
|
if (!has(WellKnownSymbolsStore, name)) {
|
|
@@ -584,7 +594,7 @@
|
|
|
584
594
|
} return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
|
|
585
595
|
};
|
|
586
596
|
|
|
587
|
-
var
|
|
597
|
+
var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
588
598
|
|
|
589
599
|
var process = global_1.process;
|
|
590
600
|
var versions = process && process.versions;
|
|
@@ -594,15 +604,15 @@
|
|
|
594
604
|
if (v8) {
|
|
595
605
|
match = v8.split('.');
|
|
596
606
|
version = match[0] + match[1];
|
|
597
|
-
} else if (
|
|
598
|
-
match =
|
|
607
|
+
} else if (engineUserAgent) {
|
|
608
|
+
match = engineUserAgent.match(/Edge\/(\d+)/);
|
|
599
609
|
if (!match || match[1] >= 74) {
|
|
600
|
-
match =
|
|
610
|
+
match = engineUserAgent.match(/Chrome\/(\d+)/);
|
|
601
611
|
if (match) version = match[1];
|
|
602
612
|
}
|
|
603
613
|
}
|
|
604
614
|
|
|
605
|
-
var
|
|
615
|
+
var engineV8Version = version && +version;
|
|
606
616
|
|
|
607
617
|
var SPECIES$1 = wellKnownSymbol('species');
|
|
608
618
|
|
|
@@ -610,7 +620,7 @@
|
|
|
610
620
|
// We can't use this feature detection in V8 since it causes
|
|
611
621
|
// deoptimization and serious performance degradation
|
|
612
622
|
// https://github.com/zloirock/core-js/issues/677
|
|
613
|
-
return
|
|
623
|
+
return engineV8Version >= 51 || !fails(function () {
|
|
614
624
|
var array = [];
|
|
615
625
|
var constructor = array.constructor = {};
|
|
616
626
|
constructor[SPECIES$1] = function () {
|
|
@@ -627,7 +637,7 @@
|
|
|
627
637
|
// We can't use this feature detection in V8 since it causes
|
|
628
638
|
// deoptimization and serious performance degradation
|
|
629
639
|
// https://github.com/zloirock/core-js/issues/679
|
|
630
|
-
var IS_CONCAT_SPREADABLE_SUPPORT =
|
|
640
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
|
|
631
641
|
var array = [];
|
|
632
642
|
array[IS_CONCAT_SPREADABLE] = false;
|
|
633
643
|
return array.concat()[0] !== array;
|
|
@@ -676,7 +686,7 @@
|
|
|
676
686
|
* Update: Fernando Marcos Souza Silva<fernandomarcosss@gmail.com>
|
|
677
687
|
*/
|
|
678
688
|
|
|
679
|
-
|
|
689
|
+
$__default['default'].fn.bootstrapTable.locales['pt-BR'] = {
|
|
680
690
|
formatCopyRows: function formatCopyRows() {
|
|
681
691
|
return 'Copy Rows';
|
|
682
692
|
},
|
|
@@ -775,6 +785,6 @@
|
|
|
775
785
|
return 'Exibir controles';
|
|
776
786
|
}
|
|
777
787
|
};
|
|
778
|
-
|
|
788
|
+
$__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, $__default['default'].fn.bootstrapTable.locales['pt-BR']);
|
|
779
789
|
|
|
780
790
|
})));
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
|
|
4
|
-
(global = global || self, factory(global.jQuery));
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
|
|
5
5
|
}(this, (function ($) { 'use strict';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var $__default = /*#__PURE__*/_interopDefaultLegacy($);
|
|
8
10
|
|
|
9
11
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
10
12
|
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
check(typeof self == 'object' && self) ||
|
|
25
27
|
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
26
28
|
// eslint-disable-next-line no-new-func
|
|
27
|
-
Function('return this')();
|
|
29
|
+
(function () { return this; })() || Function('return this')();
|
|
28
30
|
|
|
29
31
|
var fails = function (exec) {
|
|
30
32
|
try {
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
|
|
37
39
|
// Thank's IE8 for his funny defineProperty
|
|
38
40
|
var descriptors = !fails(function () {
|
|
39
|
-
return Object.defineProperty({},
|
|
41
|
+
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
40
42
|
});
|
|
41
43
|
|
|
42
44
|
var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
|
|
@@ -217,9 +219,9 @@
|
|
|
217
219
|
(module.exports = function (key, value) {
|
|
218
220
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
219
221
|
})('versions', []).push({
|
|
220
|
-
version: '3.
|
|
222
|
+
version: '3.8.1',
|
|
221
223
|
mode: 'global',
|
|
222
|
-
copyright: '©
|
|
224
|
+
copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
|
|
223
225
|
});
|
|
224
226
|
});
|
|
225
227
|
|
|
@@ -255,11 +257,12 @@
|
|
|
255
257
|
};
|
|
256
258
|
|
|
257
259
|
if (nativeWeakMap) {
|
|
258
|
-
var store$1 = new WeakMap$1();
|
|
260
|
+
var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
|
|
259
261
|
var wmget = store$1.get;
|
|
260
262
|
var wmhas = store$1.has;
|
|
261
263
|
var wmset = store$1.set;
|
|
262
264
|
set = function (it, metadata) {
|
|
265
|
+
metadata.facade = it;
|
|
263
266
|
wmset.call(store$1, it, metadata);
|
|
264
267
|
return metadata;
|
|
265
268
|
};
|
|
@@ -273,6 +276,7 @@
|
|
|
273
276
|
var STATE = sharedKey('state');
|
|
274
277
|
hiddenKeys[STATE] = true;
|
|
275
278
|
set = function (it, metadata) {
|
|
279
|
+
metadata.facade = it;
|
|
276
280
|
createNonEnumerableProperty(it, STATE, metadata);
|
|
277
281
|
return metadata;
|
|
278
282
|
};
|
|
@@ -301,9 +305,15 @@
|
|
|
301
305
|
var unsafe = options ? !!options.unsafe : false;
|
|
302
306
|
var simple = options ? !!options.enumerable : false;
|
|
303
307
|
var noTargetGet = options ? !!options.noTargetGet : false;
|
|
308
|
+
var state;
|
|
304
309
|
if (typeof value == 'function') {
|
|
305
|
-
if (typeof key == 'string' && !has(value, 'name'))
|
|
306
|
-
|
|
310
|
+
if (typeof key == 'string' && !has(value, 'name')) {
|
|
311
|
+
createNonEnumerableProperty(value, 'name', key);
|
|
312
|
+
}
|
|
313
|
+
state = enforceInternalState(value);
|
|
314
|
+
if (!state.source) {
|
|
315
|
+
state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
|
|
316
|
+
}
|
|
307
317
|
}
|
|
308
318
|
if (O === global_1) {
|
|
309
319
|
if (simple) O[key] = value;
|
|
@@ -554,11 +564,11 @@
|
|
|
554
564
|
// eslint-disable-next-line no-undef
|
|
555
565
|
&& !Symbol.sham
|
|
556
566
|
// eslint-disable-next-line no-undef
|
|
557
|
-
&& typeof Symbol
|
|
567
|
+
&& typeof Symbol.iterator == 'symbol';
|
|
558
568
|
|
|
559
569
|
var WellKnownSymbolsStore = shared('wks');
|
|
560
570
|
var Symbol$1 = global_1.Symbol;
|
|
561
|
-
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
|
|
571
|
+
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
|
|
562
572
|
|
|
563
573
|
var wellKnownSymbol = function (name) {
|
|
564
574
|
if (!has(WellKnownSymbolsStore, name)) {
|
|
@@ -584,7 +594,7 @@
|
|
|
584
594
|
} return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
|
|
585
595
|
};
|
|
586
596
|
|
|
587
|
-
var
|
|
597
|
+
var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
588
598
|
|
|
589
599
|
var process = global_1.process;
|
|
590
600
|
var versions = process && process.versions;
|
|
@@ -594,15 +604,15 @@
|
|
|
594
604
|
if (v8) {
|
|
595
605
|
match = v8.split('.');
|
|
596
606
|
version = match[0] + match[1];
|
|
597
|
-
} else if (
|
|
598
|
-
match =
|
|
607
|
+
} else if (engineUserAgent) {
|
|
608
|
+
match = engineUserAgent.match(/Edge\/(\d+)/);
|
|
599
609
|
if (!match || match[1] >= 74) {
|
|
600
|
-
match =
|
|
610
|
+
match = engineUserAgent.match(/Chrome\/(\d+)/);
|
|
601
611
|
if (match) version = match[1];
|
|
602
612
|
}
|
|
603
613
|
}
|
|
604
614
|
|
|
605
|
-
var
|
|
615
|
+
var engineV8Version = version && +version;
|
|
606
616
|
|
|
607
617
|
var SPECIES$1 = wellKnownSymbol('species');
|
|
608
618
|
|
|
@@ -610,7 +620,7 @@
|
|
|
610
620
|
// We can't use this feature detection in V8 since it causes
|
|
611
621
|
// deoptimization and serious performance degradation
|
|
612
622
|
// https://github.com/zloirock/core-js/issues/677
|
|
613
|
-
return
|
|
623
|
+
return engineV8Version >= 51 || !fails(function () {
|
|
614
624
|
var array = [];
|
|
615
625
|
var constructor = array.constructor = {};
|
|
616
626
|
constructor[SPECIES$1] = function () {
|
|
@@ -627,7 +637,7 @@
|
|
|
627
637
|
// We can't use this feature detection in V8 since it causes
|
|
628
638
|
// deoptimization and serious performance degradation
|
|
629
639
|
// https://github.com/zloirock/core-js/issues/679
|
|
630
|
-
var IS_CONCAT_SPREADABLE_SUPPORT =
|
|
640
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
|
|
631
641
|
var array = [];
|
|
632
642
|
array[IS_CONCAT_SPREADABLE] = false;
|
|
633
643
|
return array.concat()[0] !== array;
|
|
@@ -673,7 +683,7 @@
|
|
|
673
683
|
* Author: Burnspirit<burnspirit@gmail.com>
|
|
674
684
|
*/
|
|
675
685
|
|
|
676
|
-
|
|
686
|
+
$__default['default'].fn.bootstrapTable.locales['pt-PT'] = $__default['default'].fn.bootstrapTable.locales['pt'] = {
|
|
677
687
|
formatCopyRows: function formatCopyRows() {
|
|
678
688
|
return 'Copy Rows';
|
|
679
689
|
},
|
|
@@ -772,6 +782,6 @@
|
|
|
772
782
|
return 'Show controls';
|
|
773
783
|
}
|
|
774
784
|
};
|
|
775
|
-
|
|
785
|
+
$__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, $__default['default'].fn.bootstrapTable.locales['pt-PT']);
|
|
776
786
|
|
|
777
787
|
})));
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
|
|
4
|
-
(global = global || self, factory(global.jQuery));
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
|
|
5
5
|
}(this, (function ($) { 'use strict';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var $__default = /*#__PURE__*/_interopDefaultLegacy($);
|
|
8
10
|
|
|
9
11
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
10
12
|
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
check(typeof self == 'object' && self) ||
|
|
25
27
|
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
26
28
|
// eslint-disable-next-line no-new-func
|
|
27
|
-
Function('return this')();
|
|
29
|
+
(function () { return this; })() || Function('return this')();
|
|
28
30
|
|
|
29
31
|
var fails = function (exec) {
|
|
30
32
|
try {
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
|
|
37
39
|
// Thank's IE8 for his funny defineProperty
|
|
38
40
|
var descriptors = !fails(function () {
|
|
39
|
-
return Object.defineProperty({},
|
|
41
|
+
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
40
42
|
});
|
|
41
43
|
|
|
42
44
|
var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
|
|
@@ -217,9 +219,9 @@
|
|
|
217
219
|
(module.exports = function (key, value) {
|
|
218
220
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
219
221
|
})('versions', []).push({
|
|
220
|
-
version: '3.
|
|
222
|
+
version: '3.8.1',
|
|
221
223
|
mode: 'global',
|
|
222
|
-
copyright: '©
|
|
224
|
+
copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
|
|
223
225
|
});
|
|
224
226
|
});
|
|
225
227
|
|
|
@@ -255,11 +257,12 @@
|
|
|
255
257
|
};
|
|
256
258
|
|
|
257
259
|
if (nativeWeakMap) {
|
|
258
|
-
var store$1 = new WeakMap$1();
|
|
260
|
+
var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
|
|
259
261
|
var wmget = store$1.get;
|
|
260
262
|
var wmhas = store$1.has;
|
|
261
263
|
var wmset = store$1.set;
|
|
262
264
|
set = function (it, metadata) {
|
|
265
|
+
metadata.facade = it;
|
|
263
266
|
wmset.call(store$1, it, metadata);
|
|
264
267
|
return metadata;
|
|
265
268
|
};
|
|
@@ -273,6 +276,7 @@
|
|
|
273
276
|
var STATE = sharedKey('state');
|
|
274
277
|
hiddenKeys[STATE] = true;
|
|
275
278
|
set = function (it, metadata) {
|
|
279
|
+
metadata.facade = it;
|
|
276
280
|
createNonEnumerableProperty(it, STATE, metadata);
|
|
277
281
|
return metadata;
|
|
278
282
|
};
|
|
@@ -301,9 +305,15 @@
|
|
|
301
305
|
var unsafe = options ? !!options.unsafe : false;
|
|
302
306
|
var simple = options ? !!options.enumerable : false;
|
|
303
307
|
var noTargetGet = options ? !!options.noTargetGet : false;
|
|
308
|
+
var state;
|
|
304
309
|
if (typeof value == 'function') {
|
|
305
|
-
if (typeof key == 'string' && !has(value, 'name'))
|
|
306
|
-
|
|
310
|
+
if (typeof key == 'string' && !has(value, 'name')) {
|
|
311
|
+
createNonEnumerableProperty(value, 'name', key);
|
|
312
|
+
}
|
|
313
|
+
state = enforceInternalState(value);
|
|
314
|
+
if (!state.source) {
|
|
315
|
+
state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
|
|
316
|
+
}
|
|
307
317
|
}
|
|
308
318
|
if (O === global_1) {
|
|
309
319
|
if (simple) O[key] = value;
|
|
@@ -554,11 +564,11 @@
|
|
|
554
564
|
// eslint-disable-next-line no-undef
|
|
555
565
|
&& !Symbol.sham
|
|
556
566
|
// eslint-disable-next-line no-undef
|
|
557
|
-
&& typeof Symbol
|
|
567
|
+
&& typeof Symbol.iterator == 'symbol';
|
|
558
568
|
|
|
559
569
|
var WellKnownSymbolsStore = shared('wks');
|
|
560
570
|
var Symbol$1 = global_1.Symbol;
|
|
561
|
-
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
|
|
571
|
+
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
|
|
562
572
|
|
|
563
573
|
var wellKnownSymbol = function (name) {
|
|
564
574
|
if (!has(WellKnownSymbolsStore, name)) {
|
|
@@ -584,7 +594,7 @@
|
|
|
584
594
|
} return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
|
|
585
595
|
};
|
|
586
596
|
|
|
587
|
-
var
|
|
597
|
+
var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
588
598
|
|
|
589
599
|
var process = global_1.process;
|
|
590
600
|
var versions = process && process.versions;
|
|
@@ -594,15 +604,15 @@
|
|
|
594
604
|
if (v8) {
|
|
595
605
|
match = v8.split('.');
|
|
596
606
|
version = match[0] + match[1];
|
|
597
|
-
} else if (
|
|
598
|
-
match =
|
|
607
|
+
} else if (engineUserAgent) {
|
|
608
|
+
match = engineUserAgent.match(/Edge\/(\d+)/);
|
|
599
609
|
if (!match || match[1] >= 74) {
|
|
600
|
-
match =
|
|
610
|
+
match = engineUserAgent.match(/Chrome\/(\d+)/);
|
|
601
611
|
if (match) version = match[1];
|
|
602
612
|
}
|
|
603
613
|
}
|
|
604
614
|
|
|
605
|
-
var
|
|
615
|
+
var engineV8Version = version && +version;
|
|
606
616
|
|
|
607
617
|
var SPECIES$1 = wellKnownSymbol('species');
|
|
608
618
|
|
|
@@ -610,7 +620,7 @@
|
|
|
610
620
|
// We can't use this feature detection in V8 since it causes
|
|
611
621
|
// deoptimization and serious performance degradation
|
|
612
622
|
// https://github.com/zloirock/core-js/issues/677
|
|
613
|
-
return
|
|
623
|
+
return engineV8Version >= 51 || !fails(function () {
|
|
614
624
|
var array = [];
|
|
615
625
|
var constructor = array.constructor = {};
|
|
616
626
|
constructor[SPECIES$1] = function () {
|
|
@@ -627,7 +637,7 @@
|
|
|
627
637
|
// We can't use this feature detection in V8 since it causes
|
|
628
638
|
// deoptimization and serious performance degradation
|
|
629
639
|
// https://github.com/zloirock/core-js/issues/679
|
|
630
|
-
var IS_CONCAT_SPREADABLE_SUPPORT =
|
|
640
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
|
|
631
641
|
var array = [];
|
|
632
642
|
array[IS_CONCAT_SPREADABLE] = false;
|
|
633
643
|
return array.concat()[0] !== array;
|
|
@@ -673,7 +683,7 @@
|
|
|
673
683
|
* Author: cristake <cristianiosif@me.com>
|
|
674
684
|
*/
|
|
675
685
|
|
|
676
|
-
|
|
686
|
+
$__default['default'].fn.bootstrapTable.locales['ro-RO'] = $__default['default'].fn.bootstrapTable.locales['ro'] = {
|
|
677
687
|
formatCopyRows: function formatCopyRows() {
|
|
678
688
|
return 'Copy Rows';
|
|
679
689
|
},
|
|
@@ -772,6 +782,6 @@
|
|
|
772
782
|
return 'Show controls';
|
|
773
783
|
}
|
|
774
784
|
};
|
|
775
|
-
|
|
785
|
+
$__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, $__default['default'].fn.bootstrapTable.locales['ro-RO']);
|
|
776
786
|
|
|
777
787
|
})));
|