@limetech/lime-elements 34.1.0-next.8 → 34.1.1-next.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.
- package/dist/cjs/{_arrayIncludesWith-d69e30af.js → _arrayIncludesWith-36a6fafb.js} +7 -6
- package/dist/cjs/{_assignValue-493aac17.js → _assignValue-c9fc3712.js} +2 -2
- package/dist/cjs/{_defineProperty-c081d04c.js → _defineProperty-8351e789.js} +4 -3
- package/dist/cjs/{checkbox.template-d4423721.js → checkbox.template-312308d8.js} +9 -1
- package/dist/cjs/eq-9a943b00.js +75 -0
- package/dist/cjs/{isArrayLike-2bebb99c.js → isArrayLike-ac53bdac.js} +1 -30
- package/dist/cjs/{isEqual-1ce0c121.js → isEqual-e3b9c27c.js} +21 -19
- package/dist/cjs/{eq-3b43a5ca.js → isObject-e28b7997.js} +0 -71
- package/dist/cjs/isObjectLike-3e3f0cba.js +31 -0
- package/dist/cjs/{isSymbol-4666002c.js → isSymbol-d22b2798.js} +3 -3
- package/dist/cjs/lime-elements.cjs.js +1 -1
- package/dist/cjs/limel-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/limel-chip-set.cjs.entry.js +50 -28
- package/dist/cjs/limel-code-editor.cjs.entry.js +1 -1
- package/dist/cjs/limel-color-picker-palette_2.cjs.entry.js +188 -0
- package/dist/cjs/limel-color-picker.cjs.entry.js +51 -0
- package/dist/cjs/limel-file.cjs.entry.js +1 -1
- package/dist/cjs/{limel-flatpickr-adapter_2.cjs.entry.js → limel-flatpickr-adapter.cjs.entry.js} +8 -801
- package/dist/cjs/limel-form.cjs.entry.js +62 -27
- package/dist/cjs/limel-grid.cjs.entry.js +1 -1
- package/dist/cjs/limel-input-field.cjs.entry.js +713 -0
- package/dist/cjs/{limel-list_2.cjs.entry.js → limel-list_3.cjs.entry.js} +1948 -2
- package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
- package/dist/cjs/limel-menu.cjs.entry.js +5 -4
- package/dist/cjs/limel-picker.cjs.entry.js +1 -1
- package/dist/cjs/limel-slider.cjs.entry.js +69 -13
- package/dist/cjs/limel-tab-bar.cjs.entry.js +7 -5
- package/dist/cjs/limel-table.cjs.entry.js +9 -7
- package/dist/cjs/{limel-tooltip.cjs.entry.js → limel-tooltip_2.cjs.entry.js} +16 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{pickBy-64252559.js → pickBy-88b0430a.js} +10 -10
- package/dist/cjs/toNumber-062ea29c.js +99 -0
- package/dist/cjs/{zipObject-2f430e94.js → zipObject-4050a45f.js} +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/checkbox/checkbox.css +96 -0
- package/dist/collection/components/checkbox/checkbox.js +19 -1
- package/dist/collection/components/checkbox/checkbox.template.js +9 -1
- package/dist/collection/components/chip-set/chip-set.css +22 -0
- package/dist/collection/components/chip-set/chip-set.js +75 -35
- package/dist/collection/components/code-editor/code-editor.css +7 -0
- package/dist/collection/components/color-picker/color-picker-palette.css +1239 -0
- package/dist/collection/components/color-picker/color-picker-palette.js +135 -0
- package/dist/collection/components/color-picker/color-picker.css +108 -0
- package/dist/collection/components/color-picker/color-picker.js +189 -0
- package/dist/collection/components/color-picker/swatches.js +29 -0
- package/dist/collection/components/file/file.js +1 -1
- package/dist/collection/components/form/adapters/widget-adapter.js +4 -1
- package/dist/collection/components/form/fields/schema-field.js +3 -1
- package/dist/collection/components/form/form.js +50 -0
- package/dist/collection/components/form/templates/array-field-collapsible-item.js +8 -8
- package/dist/collection/components/form/templates/common.js +1 -1
- package/dist/collection/components/form/widgets/select.js +3 -4
- package/dist/collection/components/grid/grid.css +1 -1
- package/dist/collection/components/input-field/input-field.css +13 -0
- package/dist/collection/components/list/list-renderer.js +17 -0
- package/dist/collection/components/list/list.css +421 -2
- package/dist/collection/components/list/list.js +1 -0
- package/dist/collection/components/menu-list/menu-list.css +1408 -60
- package/dist/collection/components/picker/picker.js +18 -1
- package/dist/collection/components/slider/slider.js +69 -13
- package/dist/esm/{_arrayIncludesWith-3f5ce249.js → _arrayIncludesWith-b5d3fd9e.js} +5 -4
- package/dist/esm/{_assignValue-94fb6adc.js → _assignValue-08fe10bc.js} +2 -2
- package/dist/esm/{_defineProperty-cbf98a2a.js → _defineProperty-8c869077.js} +2 -1
- package/dist/esm/{checkbox.template-dbdd27c8.js → checkbox.template-4be69ce6.js} +9 -1
- package/dist/esm/eq-c1c7f528.js +72 -0
- package/dist/esm/{isArrayLike-14db8f02.js → isArrayLike-dd37ba9a.js} +2 -30
- package/dist/esm/{isEqual-4d982635.js → isEqual-4f22635f.js} +5 -3
- package/dist/esm/{eq-f40dd1d6.js → isObject-c74e273c.js} +1 -70
- package/dist/esm/isObjectLike-38996507.js +29 -0
- package/dist/esm/{isSymbol-84252d8e.js → isSymbol-5bf20921.js} +2 -2
- package/dist/esm/lime-elements.js +1 -1
- package/dist/esm/limel-checkbox.entry.js +3 -3
- package/dist/esm/limel-chip-set.entry.js +50 -28
- package/dist/esm/limel-code-editor.entry.js +1 -1
- package/dist/esm/limel-color-picker-palette_2.entry.js +183 -0
- package/dist/esm/limel-color-picker.entry.js +47 -0
- package/dist/esm/limel-file.entry.js +1 -1
- package/dist/esm/{limel-flatpickr-adapter_2.entry.js → limel-flatpickr-adapter.entry.js} +8 -800
- package/dist/esm/limel-form.entry.js +58 -23
- package/dist/esm/limel-grid.entry.js +1 -1
- package/dist/esm/limel-input-field.entry.js +709 -0
- package/dist/esm/{limel-list_2.entry.js → limel-list_3.entry.js} +1948 -3
- package/dist/esm/limel-menu-list.entry.js +1 -1
- package/dist/esm/limel-menu.entry.js +5 -4
- package/dist/esm/limel-picker.entry.js +1 -1
- package/dist/esm/limel-slider.entry.js +69 -13
- package/dist/esm/limel-tab-bar.entry.js +7 -5
- package/dist/esm/limel-table.entry.js +9 -7
- package/dist/esm/{limel-tooltip.entry.js → limel-tooltip_2.entry.js} +16 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{pickBy-c485c1b5.js → pickBy-8a849e46.js} +5 -5
- package/dist/esm/toNumber-a6ed64f0.js +97 -0
- package/dist/esm/{zipObject-53fcafb3.js → zipObject-22e88ce9.js} +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-090bc949.js +1 -0
- package/dist/lime-elements/p-0c121e2f.js +1 -0
- package/dist/lime-elements/{p-c6b97214.entry.js → p-0ce9165f.entry.js} +1 -1
- package/dist/lime-elements/p-13f0e4f4.entry.js +1 -0
- package/dist/lime-elements/p-1876a96a.entry.js +1 -0
- package/dist/lime-elements/{p-425a0596.js → p-1a64b531.js} +1 -1
- package/dist/lime-elements/p-365098fe.js +1 -0
- package/dist/lime-elements/p-379955f4.js +1 -0
- package/dist/lime-elements/p-426d11b4.js +1 -0
- package/dist/lime-elements/p-440084ea.js +1 -0
- package/dist/lime-elements/p-468e940e.entry.js +16 -0
- package/dist/lime-elements/p-46af5a60.entry.js +82 -0
- package/dist/lime-elements/p-4bc5d3fc.entry.js +1 -0
- package/dist/lime-elements/p-511d71e0.entry.js +1 -0
- package/dist/lime-elements/p-5170a62c.entry.js +1 -0
- package/dist/lime-elements/p-5a9ecd77.entry.js +73 -0
- package/dist/lime-elements/p-6003f817.entry.js +1 -0
- package/dist/lime-elements/p-7f43b0c4.js +1 -0
- package/dist/lime-elements/p-858c6b82.js +1 -0
- package/dist/lime-elements/p-8a2c1038.entry.js +16 -0
- package/dist/lime-elements/{p-a1153d2a.entry.js → p-8ad5e143.entry.js} +1 -1
- package/dist/lime-elements/{p-b386bfeb.entry.js → p-a2cf74c1.entry.js} +1 -1
- package/dist/lime-elements/p-a77cbb08.entry.js +1 -0
- package/dist/lime-elements/p-c93050d6.js +1 -0
- package/dist/lime-elements/p-d48ad9f7.entry.js +126 -0
- package/dist/lime-elements/p-d529bb7d.js +1 -0
- package/dist/lime-elements/{p-fc691234.entry.js → p-d93a3b07.entry.js} +2 -2
- package/dist/lime-elements/p-eda23c05.js +1 -0
- package/dist/lime-elements/{p-ff0217b3.entry.js → p-f2c706b8.entry.js} +1 -1
- package/dist/lime-elements/p-f83213b8.js +1 -0
- package/dist/lime-elements/{p-23d59a30.entry.js → p-fbe6100e.entry.js} +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +5 -0
- package/dist/types/components/checkbox/checkbox.template.d.ts +1 -0
- package/dist/types/components/chip-set/chip-set.d.ts +12 -0
- package/dist/types/components/color-picker/color-picker-palette.d.ts +32 -0
- package/dist/types/components/color-picker/color-picker.d.ts +54 -0
- package/dist/types/components/color-picker/swatches.d.ts +4 -0
- package/dist/types/components/form/form.d.ts +7 -1
- package/dist/types/components/list/list-item.types.d.ts +14 -0
- package/dist/types/components/list/list-renderer.d.ts +2 -0
- package/dist/types/components/list/list.d.ts +1 -0
- package/dist/types/components/picker/picker.d.ts +4 -0
- package/dist/types/components/slider/slider.d.ts +8 -0
- package/dist/types/components.d.ts +147 -1
- package/package.json +1 -1
- package/dist/cjs/limel-popover.cjs.entry.js +0 -116
- package/dist/cjs/limel-portal.cjs.entry.js +0 -1935
- package/dist/cjs/limel-tooltip-content.cjs.entry.js +0 -22
- package/dist/esm/limel-popover.entry.js +0 -112
- package/dist/esm/limel-portal.entry.js +0 -1931
- package/dist/esm/limel-tooltip-content.entry.js +0 -18
- package/dist/lime-elements/p-1cf833c8.entry.js +0 -16
- package/dist/lime-elements/p-227d2c5a.entry.js +0 -1
- package/dist/lime-elements/p-3ce2d46a.js +0 -1
- package/dist/lime-elements/p-77afe6dd.entry.js +0 -1
- package/dist/lime-elements/p-7c4d91f5.js +0 -1
- package/dist/lime-elements/p-845e645a.entry.js +0 -1
- package/dist/lime-elements/p-89b5a983.js +0 -1
- package/dist/lime-elements/p-8bbe3720.js +0 -1
- package/dist/lime-elements/p-8d8bd2ab.entry.js +0 -73
- package/dist/lime-elements/p-8e4ff107.js +0 -1
- package/dist/lime-elements/p-acfbf7ac.js +0 -1
- package/dist/lime-elements/p-b5d6abc3.entry.js +0 -126
- package/dist/lime-elements/p-bbc1bb01.entry.js +0 -1
- package/dist/lime-elements/p-c0765c9b.js +0 -1
- package/dist/lime-elements/p-df55ee67.entry.js +0 -82
- package/dist/lime-elements/p-e28a4246.entry.js +0 -1
- package/dist/lime-elements/p-ee7355e7.js +0 -1
- package/dist/lime-elements/p-f4495f59.entry.js +0 -1
- package/dist/lime-elements/p-facf936d.entry.js +0 -1
- package/dist/lime-elements/p-fbe32287.entry.js +0 -16
- package/dist/lime-elements/p-fc610f15.js +0 -1
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const isEqual = require('./isEqual-
|
|
4
|
-
const _defineProperty = require('./_defineProperty-
|
|
5
|
-
const
|
|
3
|
+
const isEqual = require('./isEqual-e3b9c27c.js');
|
|
4
|
+
const _defineProperty = require('./_defineProperty-8351e789.js');
|
|
5
|
+
const isObject = require('./isObject-e28b7997.js');
|
|
6
6
|
const isArray = require('./isArray-d188a04f.js');
|
|
7
|
-
const isArrayLike = require('./isArrayLike-
|
|
7
|
+
const isArrayLike = require('./isArrayLike-ac53bdac.js');
|
|
8
|
+
const isObjectLike = require('./isObjectLike-3e3f0cba.js');
|
|
8
9
|
|
|
9
10
|
/**
|
|
10
11
|
* A faster alternative to `Function#apply`, this function invokes `func`
|
|
@@ -245,7 +246,7 @@ function baseRest(func, start) {
|
|
|
245
246
|
}
|
|
246
247
|
|
|
247
248
|
/** Built-in value references. */
|
|
248
|
-
var spreadableSymbol =
|
|
249
|
+
var spreadableSymbol = isObject.Symbol ? isObject.Symbol.isConcatSpreadable : undefined;
|
|
249
250
|
|
|
250
251
|
/**
|
|
251
252
|
* Checks if `value` is a flattenable `arguments` object or array.
|
|
@@ -319,7 +320,7 @@ function baseFlatten(array, depth, predicate, isStrict, result) {
|
|
|
319
320
|
* // => false
|
|
320
321
|
*/
|
|
321
322
|
function isArrayLikeObject(value) {
|
|
322
|
-
return
|
|
323
|
+
return isObjectLike.isObjectLike(value) && isArrayLike.isArrayLike(value);
|
|
323
324
|
}
|
|
324
325
|
|
|
325
326
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const _defineProperty = require('./_defineProperty-
|
|
4
|
-
const eq = require('./eq-
|
|
3
|
+
const _defineProperty = require('./_defineProperty-8351e789.js');
|
|
4
|
+
const eq = require('./eq-9a943b00.js');
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* The base implementation of `assignValue` and `assignMergeValue` without
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const eq = require('./eq-
|
|
3
|
+
const eq = require('./eq-9a943b00.js');
|
|
4
|
+
const isObject = require('./isObject-e28b7997.js');
|
|
4
5
|
|
|
5
6
|
/** Used to detect overreaching core-js shims. */
|
|
6
|
-
var coreJsData =
|
|
7
|
+
var coreJsData = isObject.root['__core-js_shared__'];
|
|
7
8
|
|
|
8
9
|
/** Used to detect methods masquerading as native. */
|
|
9
10
|
var maskSrcKey = (function() {
|
|
@@ -81,7 +82,7 @@ var reIsNative = RegExp('^' +
|
|
|
81
82
|
* else `false`.
|
|
82
83
|
*/
|
|
83
84
|
function baseIsNative(value) {
|
|
84
|
-
if (!
|
|
85
|
+
if (!isObject.isObject(value) || isMasked(value)) {
|
|
85
86
|
return false;
|
|
86
87
|
}
|
|
87
88
|
var pattern = eq.isFunction(value) ? reIsNative : reIsHostCtor;
|
|
@@ -20,7 +20,15 @@ const CheckboxTemplate = (props) => {
|
|
|
20
20
|
'mdc-checkbox--invalid': props.invalid,
|
|
21
21
|
'mdc-checkbox--disabled': props.disabled,
|
|
22
22
|
'mdc-checkbox--required': props.required,
|
|
23
|
-
}, htmlFor: props.id }, props.label)
|
|
23
|
+
}, htmlFor: props.id }, props.label),
|
|
24
|
+
index.h(HelperText, { text: props.helperText })));
|
|
25
|
+
};
|
|
26
|
+
const HelperText = (props) => {
|
|
27
|
+
if (typeof props.text !== 'string') {
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
return (index.h("div", { class: "limel-checkbox-helper-line" },
|
|
31
|
+
index.h("p", { class: "limel-checkbox-helper-text", "aria-hidden": "true" }, props.text.trim())));
|
|
24
32
|
};
|
|
25
33
|
|
|
26
34
|
exports.CheckboxTemplate = CheckboxTemplate;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const isObject = require('./isObject-e28b7997.js');
|
|
4
|
+
|
|
5
|
+
/** `Object#toString` result references. */
|
|
6
|
+
var asyncTag = '[object AsyncFunction]',
|
|
7
|
+
funcTag = '[object Function]',
|
|
8
|
+
genTag = '[object GeneratorFunction]',
|
|
9
|
+
proxyTag = '[object Proxy]';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Checks if `value` is classified as a `Function` object.
|
|
13
|
+
*
|
|
14
|
+
* @static
|
|
15
|
+
* @memberOf _
|
|
16
|
+
* @since 0.1.0
|
|
17
|
+
* @category Lang
|
|
18
|
+
* @param {*} value The value to check.
|
|
19
|
+
* @returns {boolean} Returns `true` if `value` is a function, else `false`.
|
|
20
|
+
* @example
|
|
21
|
+
*
|
|
22
|
+
* _.isFunction(_);
|
|
23
|
+
* // => true
|
|
24
|
+
*
|
|
25
|
+
* _.isFunction(/abc/);
|
|
26
|
+
* // => false
|
|
27
|
+
*/
|
|
28
|
+
function isFunction(value) {
|
|
29
|
+
if (!isObject.isObject(value)) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
// The use of `Object#toString` avoids issues with the `typeof` operator
|
|
33
|
+
// in Safari 9 which returns 'object' for typed arrays and other constructors.
|
|
34
|
+
var tag = isObject.baseGetTag(value);
|
|
35
|
+
return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Performs a
|
|
40
|
+
* [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
|
|
41
|
+
* comparison between two values to determine if they are equivalent.
|
|
42
|
+
*
|
|
43
|
+
* @static
|
|
44
|
+
* @memberOf _
|
|
45
|
+
* @since 4.0.0
|
|
46
|
+
* @category Lang
|
|
47
|
+
* @param {*} value The value to compare.
|
|
48
|
+
* @param {*} other The other value to compare.
|
|
49
|
+
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.
|
|
50
|
+
* @example
|
|
51
|
+
*
|
|
52
|
+
* var object = { 'a': 1 };
|
|
53
|
+
* var other = { 'a': 1 };
|
|
54
|
+
*
|
|
55
|
+
* _.eq(object, object);
|
|
56
|
+
* // => true
|
|
57
|
+
*
|
|
58
|
+
* _.eq(object, other);
|
|
59
|
+
* // => false
|
|
60
|
+
*
|
|
61
|
+
* _.eq('a', 'a');
|
|
62
|
+
* // => true
|
|
63
|
+
*
|
|
64
|
+
* _.eq('a', Object('a'));
|
|
65
|
+
* // => false
|
|
66
|
+
*
|
|
67
|
+
* _.eq(NaN, NaN);
|
|
68
|
+
* // => true
|
|
69
|
+
*/
|
|
70
|
+
function eq(value, other) {
|
|
71
|
+
return value === other || (value !== value && other !== other);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
exports.eq = eq;
|
|
75
|
+
exports.isFunction = isFunction;
|
|
@@ -1,34 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const eq = require('./eq-
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
7
|
-
* and has a `typeof` result of "object".
|
|
8
|
-
*
|
|
9
|
-
* @static
|
|
10
|
-
* @memberOf _
|
|
11
|
-
* @since 4.0.0
|
|
12
|
-
* @category Lang
|
|
13
|
-
* @param {*} value The value to check.
|
|
14
|
-
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
|
15
|
-
* @example
|
|
16
|
-
*
|
|
17
|
-
* _.isObjectLike({});
|
|
18
|
-
* // => true
|
|
19
|
-
*
|
|
20
|
-
* _.isObjectLike([1, 2, 3]);
|
|
21
|
-
* // => true
|
|
22
|
-
*
|
|
23
|
-
* _.isObjectLike(_.noop);
|
|
24
|
-
* // => false
|
|
25
|
-
*
|
|
26
|
-
* _.isObjectLike(null);
|
|
27
|
-
* // => false
|
|
28
|
-
*/
|
|
29
|
-
function isObjectLike(value) {
|
|
30
|
-
return value != null && typeof value == 'object';
|
|
31
|
-
}
|
|
3
|
+
const eq = require('./eq-9a943b00.js');
|
|
32
4
|
|
|
33
5
|
/** Used as references for various `Number` constants. */
|
|
34
6
|
var MAX_SAFE_INTEGER$1 = 9007199254740991;
|
|
@@ -120,4 +92,3 @@ function isArrayLike(value) {
|
|
|
120
92
|
exports.isArrayLike = isArrayLike;
|
|
121
93
|
exports.isIndex = isIndex;
|
|
122
94
|
exports.isLength = isLength;
|
|
123
|
-
exports.isObjectLike = isObjectLike;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const eq = require('./eq-
|
|
4
|
-
const _defineProperty = require('./_defineProperty-
|
|
3
|
+
const eq = require('./eq-9a943b00.js');
|
|
4
|
+
const _defineProperty = require('./_defineProperty-8351e789.js');
|
|
5
|
+
const isObject = require('./isObject-e28b7997.js');
|
|
5
6
|
const isArray = require('./isArray-d188a04f.js');
|
|
6
|
-
const
|
|
7
|
+
const isObjectLike = require('./isObjectLike-3e3f0cba.js');
|
|
8
|
+
const isArrayLike = require('./isArrayLike-ac53bdac.js');
|
|
7
9
|
|
|
8
10
|
/**
|
|
9
11
|
* A specialized version of `_.map` for arrays without support for iteratee
|
|
@@ -46,7 +48,7 @@ function identity(value) {
|
|
|
46
48
|
}
|
|
47
49
|
|
|
48
50
|
/* Built-in method references that are verified to be native. */
|
|
49
|
-
var WeakMap = _defineProperty.getNative(
|
|
51
|
+
var WeakMap = _defineProperty.getNative(isObject.root, 'WeakMap');
|
|
50
52
|
|
|
51
53
|
/** Used for built-in method references. */
|
|
52
54
|
var objectProto$8 = Object.prototype;
|
|
@@ -95,7 +97,7 @@ var argsTag$2 = '[object Arguments]';
|
|
|
95
97
|
* @returns {boolean} Returns `true` if `value` is an `arguments` object,
|
|
96
98
|
*/
|
|
97
99
|
function baseIsArguments(value) {
|
|
98
|
-
return
|
|
100
|
+
return isObjectLike.isObjectLike(value) && isObject.baseGetTag(value) == argsTag$2;
|
|
99
101
|
}
|
|
100
102
|
|
|
101
103
|
/** Used for built-in method references. */
|
|
@@ -126,7 +128,7 @@ var propertyIsEnumerable$1 = objectProto$7.propertyIsEnumerable;
|
|
|
126
128
|
* // => false
|
|
127
129
|
*/
|
|
128
130
|
var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
|
|
129
|
-
return
|
|
131
|
+
return isObjectLike.isObjectLike(value) && hasOwnProperty$6.call(value, 'callee') &&
|
|
130
132
|
!propertyIsEnumerable$1.call(value, 'callee');
|
|
131
133
|
};
|
|
132
134
|
|
|
@@ -157,7 +159,7 @@ var freeModule$1 = freeExports$1 && typeof module == 'object' && module && !modu
|
|
|
157
159
|
var moduleExports$1 = freeModule$1 && freeModule$1.exports === freeExports$1;
|
|
158
160
|
|
|
159
161
|
/** Built-in value references. */
|
|
160
|
-
var Buffer = moduleExports$1 ?
|
|
162
|
+
var Buffer = moduleExports$1 ? isObject.root.Buffer : undefined;
|
|
161
163
|
|
|
162
164
|
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
163
165
|
var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
|
|
@@ -232,8 +234,8 @@ typedArrayTags[weakMapTag$1] = false;
|
|
|
232
234
|
* @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
|
|
233
235
|
*/
|
|
234
236
|
function baseIsTypedArray(value) {
|
|
235
|
-
return
|
|
236
|
-
isArrayLike.isLength(value.length) && !!typedArrayTags[
|
|
237
|
+
return isObjectLike.isObjectLike(value) &&
|
|
238
|
+
isArrayLike.isLength(value.length) && !!typedArrayTags[isObject.baseGetTag(value)];
|
|
237
239
|
}
|
|
238
240
|
|
|
239
241
|
/**
|
|
@@ -259,7 +261,7 @@ var freeModule = freeExports && typeof module == 'object' && module && !module.n
|
|
|
259
261
|
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
260
262
|
|
|
261
263
|
/** Detect free variable `process` from Node.js. */
|
|
262
|
-
var freeProcess = moduleExports &&
|
|
264
|
+
var freeProcess = moduleExports && isObject.freeGlobal.process;
|
|
263
265
|
|
|
264
266
|
/** Used to access faster Node.js helpers. */
|
|
265
267
|
var nodeUtil = (function() {
|
|
@@ -677,7 +679,7 @@ ListCache.prototype.has = listCacheHas;
|
|
|
677
679
|
ListCache.prototype.set = listCacheSet;
|
|
678
680
|
|
|
679
681
|
/* Built-in method references that are verified to be native. */
|
|
680
|
-
var Map = _defineProperty.getNative(
|
|
682
|
+
var Map = _defineProperty.getNative(isObject.root, 'Map');
|
|
681
683
|
|
|
682
684
|
/**
|
|
683
685
|
* Removes all key-value entries from the map.
|
|
@@ -1031,13 +1033,13 @@ function getAllKeys(object) {
|
|
|
1031
1033
|
}
|
|
1032
1034
|
|
|
1033
1035
|
/* Built-in method references that are verified to be native. */
|
|
1034
|
-
var DataView = _defineProperty.getNative(
|
|
1036
|
+
var DataView = _defineProperty.getNative(isObject.root, 'DataView');
|
|
1035
1037
|
|
|
1036
1038
|
/* Built-in method references that are verified to be native. */
|
|
1037
|
-
var Promise$1 = _defineProperty.getNative(
|
|
1039
|
+
var Promise$1 = _defineProperty.getNative(isObject.root, 'Promise');
|
|
1038
1040
|
|
|
1039
1041
|
/* Built-in method references that are verified to be native. */
|
|
1040
|
-
var Set = _defineProperty.getNative(
|
|
1042
|
+
var Set = _defineProperty.getNative(isObject.root, 'Set');
|
|
1041
1043
|
|
|
1042
1044
|
/** `Object#toString` result references. */
|
|
1043
1045
|
var mapTag$1 = '[object Map]',
|
|
@@ -1062,7 +1064,7 @@ var dataViewCtorString = _defineProperty.toSource(DataView),
|
|
|
1062
1064
|
* @param {*} value The value to query.
|
|
1063
1065
|
* @returns {string} Returns the `toStringTag`.
|
|
1064
1066
|
*/
|
|
1065
|
-
var getTag =
|
|
1067
|
+
var getTag = isObject.baseGetTag;
|
|
1066
1068
|
|
|
1067
1069
|
// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.
|
|
1068
1070
|
if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag$1) ||
|
|
@@ -1071,7 +1073,7 @@ if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag$1) ||
|
|
|
1071
1073
|
(Set && getTag(new Set) != setTag$1) ||
|
|
1072
1074
|
(WeakMap && getTag(new WeakMap) != weakMapTag)) {
|
|
1073
1075
|
getTag = function(value) {
|
|
1074
|
-
var result =
|
|
1076
|
+
var result = isObject.baseGetTag(value),
|
|
1075
1077
|
Ctor = result == objectTag$1 ? value.constructor : undefined,
|
|
1076
1078
|
ctorString = Ctor ? _defineProperty.toSource(Ctor) : '';
|
|
1077
1079
|
|
|
@@ -1091,7 +1093,7 @@ if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag$1) ||
|
|
|
1091
1093
|
const getTag$1 = getTag;
|
|
1092
1094
|
|
|
1093
1095
|
/** Built-in value references. */
|
|
1094
|
-
var Uint8Array =
|
|
1096
|
+
var Uint8Array = isObject.root.Uint8Array;
|
|
1095
1097
|
|
|
1096
1098
|
/** Used to stand-in for `undefined` hash values. */
|
|
1097
1099
|
var HASH_UNDEFINED = '__lodash_hash_undefined__';
|
|
@@ -1312,7 +1314,7 @@ var arrayBufferTag = '[object ArrayBuffer]',
|
|
|
1312
1314
|
dataViewTag = '[object DataView]';
|
|
1313
1315
|
|
|
1314
1316
|
/** Used to convert symbols to primitives and strings. */
|
|
1315
|
-
var symbolProto =
|
|
1317
|
+
var symbolProto = isObject.Symbol ? isObject.Symbol.prototype : undefined,
|
|
1316
1318
|
symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
|
|
1317
1319
|
|
|
1318
1320
|
/**
|
|
@@ -1575,7 +1577,7 @@ function baseIsEqual(value, other, bitmask, customizer, stack) {
|
|
|
1575
1577
|
if (value === other) {
|
|
1576
1578
|
return true;
|
|
1577
1579
|
}
|
|
1578
|
-
if (value == null || other == null || (!
|
|
1580
|
+
if (value == null || other == null || (!isObjectLike.isObjectLike(value) && !isObjectLike.isObjectLike(other))) {
|
|
1579
1581
|
return value !== value && other !== other;
|
|
1580
1582
|
}
|
|
1581
1583
|
return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);
|
|
@@ -129,79 +129,8 @@ function isObject(value) {
|
|
|
129
129
|
return value != null && (type == 'object' || type == 'function');
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
/** `Object#toString` result references. */
|
|
133
|
-
var asyncTag = '[object AsyncFunction]',
|
|
134
|
-
funcTag = '[object Function]',
|
|
135
|
-
genTag = '[object GeneratorFunction]',
|
|
136
|
-
proxyTag = '[object Proxy]';
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* Checks if `value` is classified as a `Function` object.
|
|
140
|
-
*
|
|
141
|
-
* @static
|
|
142
|
-
* @memberOf _
|
|
143
|
-
* @since 0.1.0
|
|
144
|
-
* @category Lang
|
|
145
|
-
* @param {*} value The value to check.
|
|
146
|
-
* @returns {boolean} Returns `true` if `value` is a function, else `false`.
|
|
147
|
-
* @example
|
|
148
|
-
*
|
|
149
|
-
* _.isFunction(_);
|
|
150
|
-
* // => true
|
|
151
|
-
*
|
|
152
|
-
* _.isFunction(/abc/);
|
|
153
|
-
* // => false
|
|
154
|
-
*/
|
|
155
|
-
function isFunction(value) {
|
|
156
|
-
if (!isObject(value)) {
|
|
157
|
-
return false;
|
|
158
|
-
}
|
|
159
|
-
// The use of `Object#toString` avoids issues with the `typeof` operator
|
|
160
|
-
// in Safari 9 which returns 'object' for typed arrays and other constructors.
|
|
161
|
-
var tag = baseGetTag(value);
|
|
162
|
-
return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Performs a
|
|
167
|
-
* [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
|
|
168
|
-
* comparison between two values to determine if they are equivalent.
|
|
169
|
-
*
|
|
170
|
-
* @static
|
|
171
|
-
* @memberOf _
|
|
172
|
-
* @since 4.0.0
|
|
173
|
-
* @category Lang
|
|
174
|
-
* @param {*} value The value to compare.
|
|
175
|
-
* @param {*} other The other value to compare.
|
|
176
|
-
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.
|
|
177
|
-
* @example
|
|
178
|
-
*
|
|
179
|
-
* var object = { 'a': 1 };
|
|
180
|
-
* var other = { 'a': 1 };
|
|
181
|
-
*
|
|
182
|
-
* _.eq(object, object);
|
|
183
|
-
* // => true
|
|
184
|
-
*
|
|
185
|
-
* _.eq(object, other);
|
|
186
|
-
* // => false
|
|
187
|
-
*
|
|
188
|
-
* _.eq('a', 'a');
|
|
189
|
-
* // => true
|
|
190
|
-
*
|
|
191
|
-
* _.eq('a', Object('a'));
|
|
192
|
-
* // => false
|
|
193
|
-
*
|
|
194
|
-
* _.eq(NaN, NaN);
|
|
195
|
-
* // => true
|
|
196
|
-
*/
|
|
197
|
-
function eq(value, other) {
|
|
198
|
-
return value === other || (value !== value && other !== other);
|
|
199
|
-
}
|
|
200
|
-
|
|
201
132
|
exports.Symbol = Symbol;
|
|
202
133
|
exports.baseGetTag = baseGetTag;
|
|
203
|
-
exports.eq = eq;
|
|
204
134
|
exports.freeGlobal = freeGlobal;
|
|
205
|
-
exports.isFunction = isFunction;
|
|
206
135
|
exports.isObject = isObject;
|
|
207
136
|
exports.root = root;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
5
|
+
* and has a `typeof` result of "object".
|
|
6
|
+
*
|
|
7
|
+
* @static
|
|
8
|
+
* @memberOf _
|
|
9
|
+
* @since 4.0.0
|
|
10
|
+
* @category Lang
|
|
11
|
+
* @param {*} value The value to check.
|
|
12
|
+
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
|
13
|
+
* @example
|
|
14
|
+
*
|
|
15
|
+
* _.isObjectLike({});
|
|
16
|
+
* // => true
|
|
17
|
+
*
|
|
18
|
+
* _.isObjectLike([1, 2, 3]);
|
|
19
|
+
* // => true
|
|
20
|
+
*
|
|
21
|
+
* _.isObjectLike(_.noop);
|
|
22
|
+
* // => false
|
|
23
|
+
*
|
|
24
|
+
* _.isObjectLike(null);
|
|
25
|
+
* // => false
|
|
26
|
+
*/
|
|
27
|
+
function isObjectLike(value) {
|
|
28
|
+
return value != null && typeof value == 'object';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
exports.isObjectLike = isObjectLike;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
const
|
|
3
|
+
const isObject = require('./isObject-e28b7997.js');
|
|
4
|
+
const isObjectLike = require('./isObjectLike-3e3f0cba.js');
|
|
5
5
|
|
|
6
6
|
/** `Object#toString` result references. */
|
|
7
7
|
var symbolTag = '[object Symbol]';
|
|
@@ -25,7 +25,7 @@ var symbolTag = '[object Symbol]';
|
|
|
25
25
|
*/
|
|
26
26
|
function isSymbol(value) {
|
|
27
27
|
return typeof value == 'symbol' ||
|
|
28
|
-
(
|
|
28
|
+
(isObjectLike.isObjectLike(value) && isObject.baseGetTag(value) == symbolTag);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
exports.isSymbol = isSymbol;
|
|
@@ -15,5 +15,5 @@ const patchBrowser = () => {
|
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(options => {
|
|
18
|
-
return index.bootstrapLazy([["limel-picker.cjs",[[1,"limel-picker",{"disabled":[4],"readonly":[516],"label":[1],"searchLabel":[1,"search-label"],"leadingIcon":[1,"leading-icon"],"emptyResultMessage":[1,"empty-result-message"],"required":[4],"value":[16],"searcher":[16],"multiple":[4],"delimiter":[513],"actions":[16],"actionPosition":[1,"action-position"],"actionScrollBehavior":[1,"action-scroll-behavior"],"badgeIcons":[516,"badge-icons"],"items":[32],"textValue":[32],"loading":[32],"chips":[32]}]]],["limel-date-picker.cjs",[[1,"limel-date-picker",{"disabled":[516],"readonly":[516],"invalid":[516],"label":[513],"helperText":[513,"helper-text"],"required":[516],"value":[16],"type":[513],"format":[513],"language":[513],"formattedValue":[32],"internalFormat":[32],"showPortal":[32]}]]],["limel-button-group.cjs",[[1,"limel-button-group",{"value":[16],"disabled":[516],"selectedButtonId":[32]}]]],["limel-select.cjs",[[1,"limel-select",{"disabled":[516],"readonly":[516],"invalid":[516],"required":[516],"label":[513],"helperText":[513,"helper-text"],"value":[16],"options":[16],"multiple":[4],"menuOpen":[32]}]]],["limel-tab-panel.cjs",[[1,"limel-tab-panel",{"tabs":[1040]}]]],["limel-file.cjs",[[1,"limel-file",{"value":[16],"label":[513],"required":[516],"disabled":[516],"readonly":[516],"accept":[513],"language":[1],"isDraggingOverDropZone":[32]}]]],["limel-menu.cjs",[[1,"limel-menu",{"items":[16],"disabled":[516],"openDirection":[513,"open-direction"],"open":[1540],"badgeIcons":[516,"badge-icons"],"gridLayout":[516,"grid-layout"]}]]],["limel-button.cjs",[[1,"limel-button",{"label":[513],"primary":[516],"outlined":[516],"icon":[513],"disabled":[516],"loading":[516]}]]],["limel-collapsible-section.cjs",[[1,"limel-collapsible-section",{"isOpen":[1540,"is-open"],"header":[513],"actions":[16]}]]],["limel-dialog.cjs",[[1,"limel-dialog",{"heading":[1],"fullscreen":[516],"open":[1540],"closingActions":[16]}]]],["limel-
|
|
18
|
+
return index.bootstrapLazy([["limel-color-picker.cjs",[[1,"limel-color-picker",{"value":[513],"label":[513],"helperText":[513,"helper-text"],"tooltipLabel":[513,"tooltip-label"],"required":[516],"readonly":[516],"isOpen":[32]}]]],["limel-picker.cjs",[[1,"limel-picker",{"disabled":[4],"readonly":[516],"label":[1],"searchLabel":[1,"search-label"],"helperText":[513,"helper-text"],"leadingIcon":[1,"leading-icon"],"emptyResultMessage":[1,"empty-result-message"],"required":[4],"value":[16],"searcher":[16],"multiple":[4],"delimiter":[513],"actions":[16],"actionPosition":[1,"action-position"],"actionScrollBehavior":[1,"action-scroll-behavior"],"badgeIcons":[516,"badge-icons"],"items":[32],"textValue":[32],"loading":[32],"chips":[32]}]]],["limel-date-picker.cjs",[[1,"limel-date-picker",{"disabled":[516],"readonly":[516],"invalid":[516],"label":[513],"helperText":[513,"helper-text"],"required":[516],"value":[16],"type":[513],"format":[513],"language":[513],"formattedValue":[32],"internalFormat":[32],"showPortal":[32]}]]],["limel-button-group.cjs",[[1,"limel-button-group",{"value":[16],"disabled":[516],"selectedButtonId":[32]}]]],["limel-select.cjs",[[1,"limel-select",{"disabled":[516],"readonly":[516],"invalid":[516],"required":[516],"label":[513],"helperText":[513,"helper-text"],"value":[16],"options":[16],"multiple":[4],"menuOpen":[32]}]]],["limel-tab-panel.cjs",[[1,"limel-tab-panel",{"tabs":[1040]}]]],["limel-file.cjs",[[1,"limel-file",{"value":[16],"label":[513],"required":[516],"disabled":[516],"readonly":[516],"accept":[513],"language":[1],"isDraggingOverDropZone":[32]}]]],["limel-menu.cjs",[[1,"limel-menu",{"items":[16],"disabled":[516],"openDirection":[513,"open-direction"],"open":[1540],"badgeIcons":[516,"badge-icons"],"gridLayout":[516,"grid-layout"]}]]],["limel-button.cjs",[[1,"limel-button",{"label":[513],"primary":[516],"outlined":[516],"icon":[513],"disabled":[516],"loading":[516]}]]],["limel-collapsible-section.cjs",[[1,"limel-collapsible-section",{"isOpen":[1540,"is-open"],"header":[513],"actions":[16]}]]],["limel-dialog.cjs",[[1,"limel-dialog",{"heading":[1],"fullscreen":[516],"open":[1540],"closingActions":[16]}]]],["limel-progress-flow.cjs",[[1,"limel-progress-flow",{"flowItems":[16],"disabled":[4],"readonly":[4]}]]],["limel-banner.cjs",[[1,"limel-banner",{"message":[513],"icon":[513],"isOpen":[32],"open":[64],"close":[64]}]]],["limel-table.cjs",[[1,"limel-table",{"data":[16],"columns":[16],"mode":[1],"pageSize":[2,"page-size"],"totalRows":[2,"total-rows"],"sorting":[16],"activeRow":[1040],"movableColumns":[4,"movable-columns"],"loading":[4],"page":[2],"emptyMessage":[1,"empty-message"]}]]],["limel-checkbox.cjs",[[1,"limel-checkbox",{"disabled":[516],"readonly":[516],"label":[513],"helperText":[513,"helper-text"],"checked":[516],"required":[516],"modified":[32]}]]],["limel-circular-progress.cjs",[[1,"limel-circular-progress",{"value":[2],"maxValue":[2,"max-value"],"suffix":[1],"displayPercentageColors":[4,"display-percentage-colors"],"size":[513]}]]],["limel-code-editor.cjs",[[1,"limel-code-editor",{"value":[1],"language":[1],"readonly":[4],"lineNumbers":[4,"line-numbers"],"colorScheme":[1,"color-scheme"],"random":[32]}]]],["limel-config.cjs",[[1,"limel-config",{"config":[16]}]]],["limel-flex-container.cjs",[[1,"limel-flex-container",{"direction":[513],"justify":[513],"align":[513],"reverse":[516]}]]],["limel-form.cjs",[[1,"limel-form",{"schema":[16],"value":[16],"disabled":[4],"propsFactory":[16],"transformErrors":[16]}]]],["limel-grid.cjs",[[1,"limel-grid"]]],["limel-linear-progress.cjs",[[1,"limel-linear-progress",{"value":[2],"indeterminate":[4]}]]],["limel-slider.cjs",[[1,"limel-slider",{"disabled":[516],"readonly":[516],"factor":[514],"label":[513],"helperText":[513,"helper-text"],"unit":[513],"value":[514],"valuemax":[514],"valuemin":[514],"step":[514],"percentageClass":[32]}]]],["limel-snackbar.cjs",[[1,"limel-snackbar",{"message":[1],"timeout":[2],"actionText":[1,"action-text"],"dismissible":[4],"multiline":[4],"language":[1],"show":[64]}]]],["limel-switch.cjs",[[1,"limel-switch",{"label":[513],"disabled":[516],"readonly":[516],"value":[516],"fieldId":[32]}]]],["limel-tab-bar.cjs",[[1,"limel-tab-bar",{"tabs":[1040],"canScrollLeft":[32],"canScrollRight":[32]},[[9,"resize","handleWindowResize"]]]]],["limel-header.cjs",[[1,"limel-header",{"icon":[1],"heading":[1],"subheading":[1],"supportingText":[1,"supporting-text"]}]]],["limel-progress-flow-item.cjs",[[0,"limel-progress-flow-item",{"item":[16],"disabled":[4],"readonly":[4]}]]],["limel-flatpickr-adapter.cjs",[[1,"limel-flatpickr-adapter",{"value":[16],"type":[1],"format":[1],"isOpen":[4,"is-open"],"inputElement":[16],"language":[1]}]]],["limel-menu-list.cjs",[[1,"limel-menu-list",{"items":[16],"badgeIcons":[4,"badge-icons"],"iconSize":[1,"icon-size"],"type":[1],"maxLinesSecondaryText":[2,"max-lines-secondary-text"]}]]],["limel-popover-surface.cjs",[[1,"limel-popover-surface",{"contentCollection":[16]}]]],["limel-icon.cjs",[[1,"limel-icon",{"size":[513],"name":[513],"badge":[516]}]]],["limel-input-field.cjs",[[1,"limel-input-field",{"disabled":[516],"readonly":[516],"invalid":[516],"label":[513],"helperText":[513,"helper-text"],"required":[516],"value":[513],"trailingIcon":[513,"trailing-icon"],"leadingIcon":[513,"leading-icon"],"pattern":[513],"type":[513],"formatNumber":[516,"format-number"],"step":[520],"max":[514],"min":[514],"maxlength":[514],"minlength":[514],"completions":[16],"showLink":[516,"show-link"],"isFocused":[32],"isModified":[32],"showCompletions":[32]}]]],["limel-color-picker-palette_2.cjs",[[1,"limel-color-picker-palette",{"value":[513],"label":[513],"helperText":[513,"helper-text"],"required":[516]}],[1,"limel-popover",{"open":[4]}]]],["limel-badge.cjs",[[1,"limel-badge",{"label":[514]}]]],["limel-chip-set.cjs",[[1,"limel-chip-set",{"value":[16],"type":[513],"label":[513],"helperText":[513,"helper-text"],"disabled":[516],"readonly":[516],"maxItems":[514,"max-items"],"required":[516],"searchLabel":[513,"search-label"],"emptyInputOnBlur":[516,"empty-input-on-blur"],"clearAllButton":[4,"clear-all-button"],"leadingIcon":[513,"leading-icon"],"delimiter":[513],"language":[1],"editMode":[32],"textValue":[32],"blurred":[32],"inputChipIndexSelected":[32],"getEditMode":[64],"setFocus":[64],"emptyInput":[64]}]]],["limel-icon-button.cjs",[[1,"limel-icon-button",{"icon":[513],"elevated":[516],"label":[513],"disabled":[516],"relayout":[64]}]]],["limel-spinner.cjs",[[1,"limel-spinner",{"size":[513],"limeBranded":[4,"lime-branded"]}]]],["limel-list_3.cjs",[[1,"limel-list",{"items":[16],"badgeIcons":[4,"badge-icons"],"iconSize":[1,"icon-size"],"type":[1],"maxLinesSecondaryText":[2,"max-lines-secondary-text"]}],[1,"limel-menu-surface",{"open":[4],"allowClicksElement":[16]}],[1,"limel-portal",{"openDirection":[1,"open-direction"],"position":[1],"containerId":[1,"container-id"],"containerStyle":[16],"parent":[16],"inheritParentWidth":[4,"inherit-parent-width"],"visible":[4]}]]],["limel-tooltip_2.cjs",[[1,"limel-tooltip",{"label":[513],"helperLabel":[513,"helper-label"],"elementId":[513,"element-id"],"open":[32]}],[1,"limel-tooltip-content",{"label":[513],"helperLabel":[513,"helper-label"]}]]]], options);
|
|
19
19
|
});
|