@eui/components 17.3.5-snapshot-1716513864886 → 17.3.5
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/docs/dependencies.html +2 -2
- package/docs/js/menu-wc_es5.js +10 -10
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +37 -0
- package/esm2022/eui-file-upload/utils/eui-file-upload.validators.mjs +24 -1
- package/eui-file-upload/utils/eui-file-upload.validators.d.ts +11 -0
- package/eui-file-upload/utils/eui-file-upload.validators.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-file-upload.mjs +24 -1
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/package.json +10 -10
package/docs/dependencies.html
CHANGED
@@ -311,9 +311,9 @@
|
|
311
311
|
<li>
|
312
312
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/styles-base</b> : 17.3.5-snapshot-
|
314
|
+
<b>@eui/styles-base</b> : 17.3.5-snapshot-1716513864886</li>
|
315
315
|
<li>
|
316
|
-
<b>@eui/ecl</b> : 17.3.5-snapshot-
|
316
|
+
<b>@eui/ecl</b> : 17.3.5-snapshot-1716513864886</li>
|
317
317
|
<li>
|
318
318
|
<b>@eui/tools</b> : ^6.0.0</li>
|
319
319
|
</ul>
|
package/docs/js/menu-wc_es5.js
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
'use strict';
|
2
2
|
|
3
3
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
-
function _classCallCheck(
|
5
|
-
function _defineProperties(
|
6
|
-
function _createClass(
|
4
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
5
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
6
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
7
7
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
8
8
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
9
9
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
10
|
-
function _possibleConstructorReturn(
|
11
|
-
function _assertThisInitialized(
|
12
|
-
function _inherits(
|
13
|
-
function _wrapNativeSuper(
|
10
|
+
function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
|
11
|
+
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
12
|
+
function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
|
13
|
+
function _wrapNativeSuper(t) { var r = "function" == typeof Map ? new Map() : void 0; return _wrapNativeSuper = function _wrapNativeSuper(t) { if (null === t || !_isNativeFunction(t)) return t; if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function"); if (void 0 !== r) { if (r.has(t)) return r.get(t); r.set(t, Wrapper); } function Wrapper() { return _construct(t, arguments, _getPrototypeOf(this).constructor); } return Wrapper.prototype = Object.create(t.prototype, { constructor: { value: Wrapper, enumerable: !1, writable: !0, configurable: !0 } }), _setPrototypeOf(Wrapper, t); }, _wrapNativeSuper(t); }
|
14
14
|
function _construct(t, e, r) { if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); var o = [null]; o.push.apply(o, e); var p = new (t.bind.apply(t, o))(); return r && _setPrototypeOf(p, r.prototype), p; }
|
15
15
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
16
|
-
function _isNativeFunction(
|
17
|
-
function _setPrototypeOf(
|
18
|
-
function _getPrototypeOf(
|
16
|
+
function _isNativeFunction(t) { try { return -1 !== Function.toString.call(t).indexOf("[native code]"); } catch (n) { return "function" == typeof t; } }
|
17
|
+
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
18
|
+
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
19
19
|
customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
|
20
20
|
function _class() {
|
21
21
|
var _this;
|