@budibase/bbui 3.2.17 → 3.2.19
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/dist/bbui.mjs +16 -16
- package/package.json +4 -4
package/dist/bbui.mjs
CHANGED
|
@@ -61036,7 +61036,7 @@ var process$2 = { nextTick, title, browser, env, argv, version: version$1, versi
|
|
|
61036
61036
|
T.prototype = u.prototype, m.prototype = new T(), T.prototype = null;
|
|
61037
61037
|
}
|
|
61038
61038
|
return m;
|
|
61039
|
-
}, functionBind = Function.prototype.bind || implementation, call = Function.prototype.call, $hasOwn = Object.prototype.hasOwnProperty, hasown = functionBind.call(call, $hasOwn), $Error = esErrors, $EvalError = _eval, $RangeError = range, $ReferenceError = ref, $SyntaxError = syntax, $URIError = uri, require$$1 = hasProto$1, hasOwn = hasown, undefined$1, $Function = Function, getEvalledConstructor = function(p) {
|
|
61039
|
+
}, functionBind = Function.prototype.bind || implementation, call = Function.prototype.call, $hasOwn = Object.prototype.hasOwnProperty, hasown = functionBind.call(call, $hasOwn), $Error = esErrors, $EvalError = _eval, $RangeError = range, $ReferenceError = ref, $SyntaxError = syntax, $TypeError = type$1, $URIError = uri, require$$1 = hasProto$1, hasOwn = hasown, undefined$1, $Function = Function, getEvalledConstructor = function(p) {
|
|
61040
61040
|
try {
|
|
61041
61041
|
return $Function('"use strict"; return (' + p + ").constructor;")();
|
|
61042
61042
|
} catch {
|
|
@@ -61049,7 +61049,7 @@ if ($gOPD$1)
|
|
|
61049
61049
|
$gOPD$1 = null;
|
|
61050
61050
|
}
|
|
61051
61051
|
var throwTypeError = function() {
|
|
61052
|
-
throw new
|
|
61052
|
+
throw new $TypeError();
|
|
61053
61053
|
}, ThrowTypeError = $gOPD$1 ? function() {
|
|
61054
61054
|
try {
|
|
61055
61055
|
return throwTypeError;
|
|
@@ -61062,7 +61062,7 @@ var throwTypeError = function() {
|
|
|
61062
61062
|
}
|
|
61063
61063
|
}() : throwTypeError, hasSymbols = hasSymbols$1(), hasProto = require$$1(), getProto$1 = Object.getPrototypeOf || (hasProto ? function(p) {
|
|
61064
61064
|
return p.__proto__;
|
|
61065
|
-
} : null), needsEval = {}, TypedArray = typeof Uint8Array < "u" && getProto$1 ? getProto$1(Uint8Array) : undefined$1, INTRINSICS = { __proto__: null, "%AggregateError%": typeof AggregateError > "u" ? undefined$1 : AggregateError, "%Array%": Array, "%ArrayBuffer%": typeof ArrayBuffer > "u" ? undefined$1 : ArrayBuffer, "%ArrayIteratorPrototype%": hasSymbols && getProto$1 ? getProto$1([][Symbol.iterator]()) : undefined$1, "%AsyncFromSyncIteratorPrototype%": undefined$1, "%AsyncFunction%": needsEval, "%AsyncGenerator%": needsEval, "%AsyncGeneratorFunction%": needsEval, "%AsyncIteratorPrototype%": needsEval, "%Atomics%": typeof Atomics > "u" ? undefined$1 : Atomics, "%BigInt%": typeof BigInt > "u" ? undefined$1 : BigInt, "%BigInt64Array%": typeof BigInt64Array > "u" ? undefined$1 : BigInt64Array, "%BigUint64Array%": typeof BigUint64Array > "u" ? undefined$1 : BigUint64Array, "%Boolean%": Boolean, "%DataView%": typeof DataView > "u" ? undefined$1 : DataView, "%Date%": Date, "%decodeURI%": decodeURI, "%decodeURIComponent%": decodeURIComponent, "%encodeURI%": encodeURI, "%encodeURIComponent%": encodeURIComponent, "%Error%": $Error, "%eval%": eval, "%EvalError%": $EvalError, "%Float32Array%": typeof Float32Array > "u" ? undefined$1 : Float32Array, "%Float64Array%": typeof Float64Array > "u" ? undefined$1 : Float64Array, "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? undefined$1 : FinalizationRegistry, "%Function%": $Function, "%GeneratorFunction%": needsEval, "%Int8Array%": typeof Int8Array > "u" ? undefined$1 : Int8Array, "%Int16Array%": typeof Int16Array > "u" ? undefined$1 : Int16Array, "%Int32Array%": typeof Int32Array > "u" ? undefined$1 : Int32Array, "%isFinite%": isFinite, "%isNaN%": isNaN, "%IteratorPrototype%": hasSymbols && getProto$1 ? getProto$1(getProto$1([][Symbol.iterator]())) : undefined$1, "%JSON%": typeof JSON == "object" ? JSON : undefined$1, "%Map%": typeof Map > "u" ? undefined$1 : Map, "%MapIteratorPrototype%": typeof Map < "u" && hasSymbols && getProto$1 ? getProto$1((/* @__PURE__ */ new Map())[Symbol.iterator]()) : undefined$1, "%Math%": Math, "%Number%": Number, "%Object%": Object, "%parseFloat%": parseFloat, "%parseInt%": parseInt, "%Promise%": typeof Promise > "u" ? undefined$1 : Promise, "%Proxy%": typeof Proxy > "u" ? undefined$1 : Proxy, "%RangeError%": $RangeError, "%ReferenceError%": $ReferenceError, "%Reflect%": typeof Reflect > "u" ? undefined$1 : Reflect, "%RegExp%": RegExp, "%Set%": typeof Set > "u" ? undefined$1 : Set, "%SetIteratorPrototype%": typeof Set < "u" && hasSymbols && getProto$1 ? getProto$1((/* @__PURE__ */ new Set())[Symbol.iterator]()) : undefined$1, "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? undefined$1 : SharedArrayBuffer, "%String%": String, "%StringIteratorPrototype%": hasSymbols && getProto$1 ? getProto$1(""[Symbol.iterator]()) : undefined$1, "%Symbol%": hasSymbols ? Symbol : undefined$1, "%SyntaxError%": $SyntaxError, "%ThrowTypeError%": ThrowTypeError, "%TypedArray%": TypedArray, "%TypeError%":
|
|
61065
|
+
} : null), needsEval = {}, TypedArray = typeof Uint8Array < "u" && getProto$1 ? getProto$1(Uint8Array) : undefined$1, INTRINSICS = { __proto__: null, "%AggregateError%": typeof AggregateError > "u" ? undefined$1 : AggregateError, "%Array%": Array, "%ArrayBuffer%": typeof ArrayBuffer > "u" ? undefined$1 : ArrayBuffer, "%ArrayIteratorPrototype%": hasSymbols && getProto$1 ? getProto$1([][Symbol.iterator]()) : undefined$1, "%AsyncFromSyncIteratorPrototype%": undefined$1, "%AsyncFunction%": needsEval, "%AsyncGenerator%": needsEval, "%AsyncGeneratorFunction%": needsEval, "%AsyncIteratorPrototype%": needsEval, "%Atomics%": typeof Atomics > "u" ? undefined$1 : Atomics, "%BigInt%": typeof BigInt > "u" ? undefined$1 : BigInt, "%BigInt64Array%": typeof BigInt64Array > "u" ? undefined$1 : BigInt64Array, "%BigUint64Array%": typeof BigUint64Array > "u" ? undefined$1 : BigUint64Array, "%Boolean%": Boolean, "%DataView%": typeof DataView > "u" ? undefined$1 : DataView, "%Date%": Date, "%decodeURI%": decodeURI, "%decodeURIComponent%": decodeURIComponent, "%encodeURI%": encodeURI, "%encodeURIComponent%": encodeURIComponent, "%Error%": $Error, "%eval%": eval, "%EvalError%": $EvalError, "%Float32Array%": typeof Float32Array > "u" ? undefined$1 : Float32Array, "%Float64Array%": typeof Float64Array > "u" ? undefined$1 : Float64Array, "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? undefined$1 : FinalizationRegistry, "%Function%": $Function, "%GeneratorFunction%": needsEval, "%Int8Array%": typeof Int8Array > "u" ? undefined$1 : Int8Array, "%Int16Array%": typeof Int16Array > "u" ? undefined$1 : Int16Array, "%Int32Array%": typeof Int32Array > "u" ? undefined$1 : Int32Array, "%isFinite%": isFinite, "%isNaN%": isNaN, "%IteratorPrototype%": hasSymbols && getProto$1 ? getProto$1(getProto$1([][Symbol.iterator]())) : undefined$1, "%JSON%": typeof JSON == "object" ? JSON : undefined$1, "%Map%": typeof Map > "u" ? undefined$1 : Map, "%MapIteratorPrototype%": typeof Map < "u" && hasSymbols && getProto$1 ? getProto$1((/* @__PURE__ */ new Map())[Symbol.iterator]()) : undefined$1, "%Math%": Math, "%Number%": Number, "%Object%": Object, "%parseFloat%": parseFloat, "%parseInt%": parseInt, "%Promise%": typeof Promise > "u" ? undefined$1 : Promise, "%Proxy%": typeof Proxy > "u" ? undefined$1 : Proxy, "%RangeError%": $RangeError, "%ReferenceError%": $ReferenceError, "%Reflect%": typeof Reflect > "u" ? undefined$1 : Reflect, "%RegExp%": RegExp, "%Set%": typeof Set > "u" ? undefined$1 : Set, "%SetIteratorPrototype%": typeof Set < "u" && hasSymbols && getProto$1 ? getProto$1((/* @__PURE__ */ new Set())[Symbol.iterator]()) : undefined$1, "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? undefined$1 : SharedArrayBuffer, "%String%": String, "%StringIteratorPrototype%": hasSymbols && getProto$1 ? getProto$1(""[Symbol.iterator]()) : undefined$1, "%Symbol%": hasSymbols ? Symbol : undefined$1, "%SyntaxError%": $SyntaxError, "%ThrowTypeError%": ThrowTypeError, "%TypedArray%": TypedArray, "%TypeError%": $TypeError, "%Uint8Array%": typeof Uint8Array > "u" ? undefined$1 : Uint8Array, "%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? undefined$1 : Uint8ClampedArray, "%Uint16Array%": typeof Uint16Array > "u" ? undefined$1 : Uint16Array, "%Uint32Array%": typeof Uint32Array > "u" ? undefined$1 : Uint32Array, "%URIError%": $URIError, "%WeakMap%": typeof WeakMap > "u" ? undefined$1 : WeakMap, "%WeakRef%": typeof WeakRef > "u" ? undefined$1 : WeakRef, "%WeakSet%": typeof WeakSet > "u" ? undefined$1 : WeakSet };
|
|
61066
61066
|
if (getProto$1)
|
|
61067
61067
|
try {
|
|
61068
61068
|
null.error;
|
|
@@ -61101,15 +61101,15 @@ var doEval = function p(u) {
|
|
|
61101
61101
|
if (hasOwn(LEGACY_ALIASES, v) && (v = "%" + (m = LEGACY_ALIASES[v])[0] + "%"), hasOwn(INTRINSICS, v)) {
|
|
61102
61102
|
var y = INTRINSICS[v];
|
|
61103
61103
|
if (y === needsEval && (y = doEval(v)), y === void 0 && !u)
|
|
61104
|
-
throw new
|
|
61104
|
+
throw new $TypeError("intrinsic " + p + " exists, but is not available. Please file an issue!");
|
|
61105
61105
|
return { alias: m, name: v, value: y };
|
|
61106
61106
|
}
|
|
61107
61107
|
throw new $SyntaxError("intrinsic " + p + " does not exist!");
|
|
61108
61108
|
}, getIntrinsic = function(p, u) {
|
|
61109
61109
|
if (typeof p != "string" || p.length === 0)
|
|
61110
|
-
throw new
|
|
61110
|
+
throw new $TypeError("intrinsic name must be a non-empty string");
|
|
61111
61111
|
if (arguments.length > 1 && typeof u != "boolean")
|
|
61112
|
-
throw new
|
|
61112
|
+
throw new $TypeError('"allowMissing" argument must be a boolean');
|
|
61113
61113
|
if ($exec(/^%?[^%]*%?$/, p) === null)
|
|
61114
61114
|
throw new $SyntaxError("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
|
|
61115
61115
|
var m = stringToPath(p), v = m.length > 0 ? m[0] : "", y = getBaseIntrinsic("%" + v + "%", u), k = y.name, S = y.value, T = !1, E = y.alias;
|
|
@@ -61123,7 +61123,7 @@ var doEval = function p(u) {
|
|
|
61123
61123
|
else if (S != null) {
|
|
61124
61124
|
if (!(M in S)) {
|
|
61125
61125
|
if (!u)
|
|
61126
|
-
throw new
|
|
61126
|
+
throw new $TypeError("base intrinsic for " + p + " exists, but the property is not available.");
|
|
61127
61127
|
return;
|
|
61128
61128
|
}
|
|
61129
61129
|
if ($gOPD$1 && L + 1 >= m.length) {
|
|
@@ -61151,17 +61151,17 @@ if ($gOPD)
|
|
|
61151
61151
|
}
|
|
61152
61152
|
var gopd = $gOPD, $defineProperty = esDefineProperty, defineDataProperty = function(p, u, m) {
|
|
61153
61153
|
if (!p || typeof p != "object" && typeof p != "function")
|
|
61154
|
-
throw new
|
|
61154
|
+
throw new $TypeError("`obj` must be an object or a function`");
|
|
61155
61155
|
if (typeof u != "string" && typeof u != "symbol")
|
|
61156
|
-
throw new
|
|
61156
|
+
throw new $TypeError("`property` must be a string or a symbol`");
|
|
61157
61157
|
if (arguments.length > 3 && typeof arguments[3] != "boolean" && arguments[3] !== null)
|
|
61158
|
-
throw new
|
|
61158
|
+
throw new $TypeError("`nonEnumerable`, if provided, must be a boolean or null");
|
|
61159
61159
|
if (arguments.length > 4 && typeof arguments[4] != "boolean" && arguments[4] !== null)
|
|
61160
|
-
throw new
|
|
61160
|
+
throw new $TypeError("`nonWritable`, if provided, must be a boolean or null");
|
|
61161
61161
|
if (arguments.length > 5 && typeof arguments[5] != "boolean" && arguments[5] !== null)
|
|
61162
|
-
throw new
|
|
61162
|
+
throw new $TypeError("`nonConfigurable`, if provided, must be a boolean or null");
|
|
61163
61163
|
if (arguments.length > 6 && typeof arguments[6] != "boolean")
|
|
61164
|
-
throw new
|
|
61164
|
+
throw new $TypeError("`loose`, if provided, must be a boolean");
|
|
61165
61165
|
var v = arguments.length > 3 ? arguments[3] : null, y = arguments.length > 4 ? arguments[4] : null, k = arguments.length > 5 ? arguments[5] : null, S = arguments.length > 6 && arguments[6], T = !!gopd && gopd(p, u);
|
|
61166
61166
|
if ($defineProperty)
|
|
61167
61167
|
$defineProperty(p, u, { configurable: k === null && T ? T.configurable : !k, enumerable: v === null && T ? T.enumerable : !v, value: m, writable: y === null && T ? T.writable : !y });
|
|
@@ -61184,9 +61184,9 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function() {
|
|
|
61184
61184
|
};
|
|
61185
61185
|
var hasPropertyDescriptors_1 = hasPropertyDescriptors, define = defineDataProperty, hasDescriptors = hasPropertyDescriptors_1(), $floor = getIntrinsic("%Math.floor%"), setFunctionLength$1 = function(p, u) {
|
|
61186
61186
|
if (typeof p != "function")
|
|
61187
|
-
throw new
|
|
61187
|
+
throw new $TypeError("`fn` is not a function");
|
|
61188
61188
|
if (typeof u != "number" || u < 0 || u > 4294967295 || $floor(u) !== u)
|
|
61189
|
-
throw new
|
|
61189
|
+
throw new $TypeError("`length` must be a positive 32-bit integer");
|
|
61190
61190
|
var m = arguments.length > 2 && !!arguments[2], v = !0, y = !0;
|
|
61191
61191
|
if ("length" in p && gopd) {
|
|
61192
61192
|
var k = gopd(p, "length");
|
|
@@ -61197,7 +61197,7 @@ var hasPropertyDescriptors_1 = hasPropertyDescriptors, define = defineDataProper
|
|
|
61197
61197
|
var u = getIntrinsic("%Function.prototype.apply%"), m = getIntrinsic("%Function.prototype.call%"), v = getIntrinsic("%Reflect.apply%", !0) || functionBind.call(m, u), y = getIntrinsic("%Math.max%");
|
|
61198
61198
|
p.exports = function(S) {
|
|
61199
61199
|
if (typeof S != "function")
|
|
61200
|
-
throw new
|
|
61200
|
+
throw new $TypeError("a function is required");
|
|
61201
61201
|
var T = v(functionBind, m, arguments);
|
|
61202
61202
|
return setFunctionLength(T, 1 + y(0, S.length - (arguments.length - 1)), !0);
|
|
61203
61203
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/bbui",
|
|
3
3
|
"description": "A UI solution used in the different Budibase projects.",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.19",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"svelte": "src/index.js",
|
|
7
7
|
"module": "dist/bbui.mjs",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@adobe/spectrum-css-workflow-icons": "1.2.1",
|
|
32
|
-
"@budibase/shared-core": "3.2.
|
|
33
|
-
"@budibase/string-templates": "3.2.
|
|
32
|
+
"@budibase/shared-core": "3.2.19",
|
|
33
|
+
"@budibase/string-templates": "3.2.19",
|
|
34
34
|
"@spectrum-css/accordion": "3.0.24",
|
|
35
35
|
"@spectrum-css/actionbutton": "1.0.1",
|
|
36
36
|
"@spectrum-css/actiongroup": "1.0.1",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "65828da83bf2d4c5cb8821856ad0e20d9ed99dc5"
|
|
102
102
|
}
|