@openeuropa/bcl-bootstrap 1.9.2 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/dist/alert.js +1 -1
- package/js/dist/base-component.js +1 -1
- package/js/dist/button.js +1 -1
- package/js/dist/carousel.js +1 -1
- package/js/dist/collapse.js +1 -1
- package/js/dist/dom/event-handler.js +1 -1
- package/js/dist/dom/selector-engine.js +1 -1
- package/js/dist/dropdown.js +1 -1
- package/js/dist/modal.js +1 -1
- package/js/dist/offcanvas.js +1 -1
- package/js/dist/popover.js +1 -1
- package/js/dist/scrollspy.js +1 -1
- package/js/dist/tab.js +1 -1
- package/js/dist/toast.js +1 -1
- package/js/dist/tooltip.js +1 -1
- package/js/dist/util/backdrop.js +1 -1
- package/js/dist/util/component-functions.js +1 -1
- package/js/dist/util/config.js +1 -1
- package/js/dist/util/focustrap.js +1 -1
- package/js/dist/util/scrollbar.js +1 -1
- package/js/dist/util/swipe.js +1 -1
- package/js/dist/util/template-factory.js +1 -1
- package/package.json +2 -2
package/js/dist/alert.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./util/component-functions.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './util/component-functions', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Alert = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Alert = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/component-functions"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, componentFunctions_js, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./dom/data.js'), require('./dom/event-handler.js'), require('./util/config.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./dom/data', './dom/event-handler', './util/config', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BaseComponent = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BaseComponent = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/data"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/config"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (Data, EventHandler, Config, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/button.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Button = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Button = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/carousel.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/manipulator.js'), require('./dom/selector-engine.js'), require('./util/index.js'), require('./util/swipe.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './dom/manipulator', './dom/selector-engine', './util/index', './util/swipe'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Carousel = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Carousel = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/manipulator"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/swipe"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, Manipulator, SelectorEngine, index_js, Swipe) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/collapse.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/selector-engine.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './dom/selector-engine', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Collapse = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Collapse = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, SelectorEngine, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.EventHandler = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.EventHandler = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.SelectorEngine = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.SelectorEngine = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/dropdown.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@popperjs/core'), require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/manipulator.js'), require('./dom/selector-engine.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['@popperjs/core', './base-component', './dom/event-handler', './dom/manipulator', './dom/selector-engine', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Dropdown = factory(global["@popperjs/core"], global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Dropdown = factory(global["@popperjs/core"], global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/manipulator"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (Popper, BaseComponent, EventHandler, Manipulator, SelectorEngine, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
package/js/dist/modal.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/selector-engine.js'), require('./util/backdrop.js'), require('./util/component-functions.js'), require('./util/focustrap.js'), require('./util/index.js'), require('./util/scrollbar.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './dom/selector-engine', './util/backdrop', './util/component-functions', './util/focustrap', './util/index', './util/scrollbar'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Modal = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Modal = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/backdrop"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/component-functions"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/focustrap"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/scrollbar"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, SelectorEngine, Backdrop, componentFunctions_js, FocusTrap, index_js, ScrollBarHelper) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/offcanvas.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/selector-engine.js'), require('./util/backdrop.js'), require('./util/component-functions.js'), require('./util/focustrap.js'), require('./util/index.js'), require('./util/scrollbar.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './dom/selector-engine', './util/backdrop', './util/component-functions', './util/focustrap', './util/index', './util/scrollbar'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Offcanvas = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Offcanvas = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/backdrop"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/component-functions"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/focustrap"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/scrollbar"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, SelectorEngine, Backdrop, componentFunctions_js, FocusTrap, index_js, ScrollBarHelper) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/popover.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./tooltip.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./tooltip', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Popover = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Popover = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/tooltip"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (Tooltip, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/scrollspy.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/selector-engine.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './dom/selector-engine', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Scrollspy = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Scrollspy = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, SelectorEngine, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/tab.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/selector-engine.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './dom/selector-engine', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Tab = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Tab = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, SelectorEngine, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/toast.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./util/component-functions.js'), require('./util/index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './util/component-functions', './util/index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Toast = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Toast = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/component-functions"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (BaseComponent, EventHandler, componentFunctions_js, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/tooltip.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@popperjs/core'), require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/manipulator.js'), require('./util/index.js'), require('./util/sanitizer.js'), require('./util/template-factory.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['@popperjs/core', './base-component', './dom/event-handler', './dom/manipulator', './util/index', './util/sanitizer', './util/template-factory'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Tooltip = factory(global["@popperjs/core"], global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Tooltip = factory(global["@popperjs/core"], global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/base-component"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/manipulator"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/sanitizer"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/template-factory"].js));
|
|
5
5
|
})(this, (function (Popper, BaseComponent, EventHandler, Manipulator, index_js, sanitizer_js, TemplateFactory) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
package/js/dist/util/backdrop.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../dom/event-handler.js'), require('./config.js'), require('./index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../dom/event-handler', './config', './index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Backdrop = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Backdrop = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/config"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (EventHandler, Config, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('../dom/event-handler.js'), require('../dom/selector-engine.js'), require('./index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', '../dom/event-handler', '../dom/selector-engine', './index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ComponentFunctions = {}, global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ComponentFunctions = {}, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (exports, EventHandler, SelectorEngine, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/util/config.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../dom/manipulator.js'), require('./index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../dom/manipulator', './index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Config = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Config = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/manipulator"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (Manipulator, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../dom/event-handler.js'), require('../dom/selector-engine.js'), require('./config.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../dom/event-handler', '../dom/selector-engine', './config'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Focustrap = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Focustrap = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/config"].js));
|
|
5
5
|
})(this, (function (EventHandler, SelectorEngine, Config) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../dom/manipulator.js'), require('../dom/selector-engine.js'), require('./index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../dom/manipulator', '../dom/selector-engine', './index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Scrollbar = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Scrollbar = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/manipulator"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (Manipulator, SelectorEngine, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/js/dist/util/swipe.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../dom/event-handler.js'), require('./config.js'), require('./index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../dom/event-handler', './config', './index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Swipe = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Swipe = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/event-handler"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/config"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (EventHandler, Config, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('../dom/selector-engine.js'), require('./config.js'), require('./sanitizer.js'), require('./index.js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['../dom/selector-engine', './config', './sanitizer', './index'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.TemplateFactory = factory(global["/
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.TemplateFactory = factory(global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/dom/selector-engine"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/config"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/sanitizer"].js, global["/home/moises/www/bootstrap-component-library/bootstrap/js/src/util/index"].js));
|
|
5
5
|
})(this, (function (SelectorEngine, Config, sanitizer_js, index_js) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-bootstrap",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.10.1",
|
|
6
6
|
"description": "OE - BCL bootstrap 5 sources",
|
|
7
7
|
"bin": {
|
|
8
8
|
"plugins-builder": "./bin/build-plugins.js"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"design-system",
|
|
49
49
|
"twig"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "6c77dfb1e65950872e806cd0acb14023c279b934"
|
|
52
52
|
}
|