@kaizen/components 1.8.3 → 1.8.4
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/future.js +1 -1
- package/dist/cjs/{index-80c270e5.js → index-8e4ba0a1.js} +45 -8
- package/dist/cjs/{index-80c270e5.js.map → index-8e4ba0a1.js.map} +1 -1
- package/dist/cjs/index.js +325 -292
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/future.js +1 -1
- package/dist/esm/{index-5498ce7a.js → index-d2699925.js} +42 -9
- package/dist/esm/{index-5498ce7a.js.map → index-d2699925.js.map} +1 -1
- package/dist/esm/index.js +246 -213
- package/dist/esm/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +24 -24
package/dist/cjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-8e4ba0a1.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var designTokens = require('@kaizen/design-tokens');
|
|
6
6
|
|
|
@@ -222,12 +222,12 @@ var RemoveScroll = React__namespace.forwardRef(function (props, parentRef) {
|
|
|
222
222
|
onWheelCapture: nothing,
|
|
223
223
|
onTouchMoveCapture: nothing,
|
|
224
224
|
}), callbacks = _a[0], setCallbacks = _a[1];
|
|
225
|
-
var forwardProps = props.forwardProps, children = props.children, className = props.className, removeScrollBar = props.removeScrollBar, enabled = props.enabled, shards = props.shards, sideCar = props.sideCar, noIsolation = props.noIsolation, inert = props.inert, allowPinchZoom = props.allowPinchZoom, _b = props.as, Container = _b === void 0 ? 'div' : _b, rest = index.__rest(props, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as"]);
|
|
225
|
+
var forwardProps = props.forwardProps, children = props.children, className = props.className, removeScrollBar = props.removeScrollBar, enabled = props.enabled, shards = props.shards, sideCar = props.sideCar, noIsolation = props.noIsolation, inert = props.inert, allowPinchZoom = props.allowPinchZoom, _b = props.as, Container = _b === void 0 ? 'div' : _b, gapMode = props.gapMode, rest = index.__rest(props, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]);
|
|
226
226
|
var SideCar = sideCar;
|
|
227
227
|
var containerRef = useMergeRefs([ref, parentRef]);
|
|
228
228
|
var containerProps = index.__assign(index.__assign({}, rest), callbacks);
|
|
229
229
|
return (React__namespace.createElement(React__namespace.Fragment, null,
|
|
230
|
-
enabled && (React__namespace.createElement(SideCar, { sideCar: effectCar$1, removeScrollBar: removeScrollBar, shards: shards, noIsolation: noIsolation, inert: inert, setCallbacks: setCallbacks, allowPinchZoom: !!allowPinchZoom, lockRef: ref })),
|
|
230
|
+
enabled && (React__namespace.createElement(SideCar, { sideCar: effectCar$1, removeScrollBar: removeScrollBar, shards: shards, noIsolation: noIsolation, inert: inert, setCallbacks: setCallbacks, allowPinchZoom: !!allowPinchZoom, lockRef: ref, gapMode: gapMode })),
|
|
231
231
|
forwardProps ? (React__namespace.cloneElement(React__namespace.Children.only(children), index.__assign(index.__assign({}, containerProps), { ref: containerRef }))) : (React__namespace.createElement(Container, index.__assign({}, containerProps, { className: className, ref: containerRef }), children))));
|
|
232
232
|
});
|
|
233
233
|
RemoveScroll.defaultProps = {
|
|
@@ -255,47 +255,9 @@ function _extends() {
|
|
|
255
255
|
return _extends.apply(this, arguments);
|
|
256
256
|
}
|
|
257
257
|
|
|
258
|
-
var
|
|
258
|
+
var propTypes = {exports: {}};
|
|
259
259
|
|
|
260
|
-
|
|
261
|
-
if (n.__esModule) return n;
|
|
262
|
-
var f = n.default;
|
|
263
|
-
if (typeof f == "function") {
|
|
264
|
-
var a = function a () {
|
|
265
|
-
if (this instanceof a) {
|
|
266
|
-
var args = [null];
|
|
267
|
-
args.push.apply(args, arguments);
|
|
268
|
-
var Ctor = Function.bind.apply(f, args);
|
|
269
|
-
return new Ctor();
|
|
270
|
-
}
|
|
271
|
-
return f.apply(this, arguments);
|
|
272
|
-
};
|
|
273
|
-
a.prototype = f.prototype;
|
|
274
|
-
} else a = {};
|
|
275
|
-
Object.defineProperty(a, '__esModule', {value: true});
|
|
276
|
-
Object.keys(n).forEach(function (k) {
|
|
277
|
-
var d = Object.getOwnPropertyDescriptor(n, k);
|
|
278
|
-
Object.defineProperty(a, k, d.get ? d : {
|
|
279
|
-
enumerable: true,
|
|
280
|
-
get: function () {
|
|
281
|
-
return n[k];
|
|
282
|
-
}
|
|
283
|
-
});
|
|
284
|
-
});
|
|
285
|
-
return a;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
var propTypesExports = {};
|
|
289
|
-
var propTypes = {
|
|
290
|
-
get exports(){ return propTypesExports; },
|
|
291
|
-
set exports(v){ propTypesExports = v; },
|
|
292
|
-
};
|
|
293
|
-
|
|
294
|
-
var reactIsExports = {};
|
|
295
|
-
var reactIs = {
|
|
296
|
-
get exports(){ return reactIsExports; },
|
|
297
|
-
set exports(v){ reactIsExports = v; },
|
|
298
|
-
};
|
|
260
|
+
var reactIs = {exports: {}};
|
|
299
261
|
|
|
300
262
|
var reactIs_production_min = {};
|
|
301
263
|
|
|
@@ -514,17 +476,15 @@ function requireReactIs_development () {
|
|
|
514
476
|
var hasRequiredReactIs;
|
|
515
477
|
|
|
516
478
|
function requireReactIs () {
|
|
517
|
-
if (hasRequiredReactIs) return
|
|
479
|
+
if (hasRequiredReactIs) return reactIs.exports;
|
|
518
480
|
hasRequiredReactIs = 1;
|
|
519
|
-
(function (module) {
|
|
520
481
|
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
return reactIsExports;
|
|
482
|
+
if (process.env.NODE_ENV === 'production') {
|
|
483
|
+
reactIs.exports = requireReactIs_production_min();
|
|
484
|
+
} else {
|
|
485
|
+
reactIs.exports = requireReactIs_development();
|
|
486
|
+
}
|
|
487
|
+
return reactIs.exports;
|
|
528
488
|
}
|
|
529
489
|
|
|
530
490
|
/*
|
|
@@ -1475,6 +1435,9 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1475
1435
|
propTypes.exports = requireFactoryWithThrowingShims()();
|
|
1476
1436
|
}
|
|
1477
1437
|
|
|
1438
|
+
var propTypesExports = propTypes.exports;
|
|
1439
|
+
var PropTypes = /*@__PURE__*/index.getDefaultExportFromCjs(propTypesExports);
|
|
1440
|
+
|
|
1478
1441
|
/**
|
|
1479
1442
|
* defines a focus group
|
|
1480
1443
|
*/
|
|
@@ -1509,7 +1472,7 @@ var hiddenGuard = {
|
|
|
1509
1472
|
};
|
|
1510
1473
|
|
|
1511
1474
|
process.env.NODE_ENV !== "production" ? {
|
|
1512
|
-
children:
|
|
1475
|
+
children: PropTypes.node
|
|
1513
1476
|
} : {};
|
|
1514
1477
|
|
|
1515
1478
|
var mediumFocus = createMedium({}, function (_ref) {
|
|
@@ -1744,20 +1707,20 @@ function deferAction(action) {
|
|
|
1744
1707
|
}
|
|
1745
1708
|
|
|
1746
1709
|
process.env.NODE_ENV !== "production" ? {
|
|
1747
|
-
children:
|
|
1748
|
-
disabled:
|
|
1749
|
-
className:
|
|
1710
|
+
children: PropTypes.node.isRequired,
|
|
1711
|
+
disabled: PropTypes.bool,
|
|
1712
|
+
className: PropTypes.string
|
|
1750
1713
|
} : {};
|
|
1751
1714
|
|
|
1752
1715
|
process.env.NODE_ENV !== "production" ? {
|
|
1753
|
-
children:
|
|
1754
|
-
disabled:
|
|
1755
|
-
className:
|
|
1716
|
+
children: PropTypes.node.isRequired,
|
|
1717
|
+
disabled: PropTypes.bool,
|
|
1718
|
+
className: PropTypes.string
|
|
1756
1719
|
} : {};
|
|
1757
1720
|
|
|
1758
1721
|
process.env.NODE_ENV !== "production" ? {
|
|
1759
|
-
children:
|
|
1760
|
-
className:
|
|
1722
|
+
children: PropTypes.node.isRequired,
|
|
1723
|
+
className: PropTypes.string
|
|
1761
1724
|
} : {};
|
|
1762
1725
|
|
|
1763
1726
|
var effectCar = createSidecarMedium();
|
|
@@ -2742,7 +2705,7 @@ var FocusWatcher = function FocusWatcher() {
|
|
|
2742
2705
|
};
|
|
2743
2706
|
|
|
2744
2707
|
process.env.NODE_ENV !== "production" ? {
|
|
2745
|
-
children:
|
|
2708
|
+
children: PropTypes.node.isRequired
|
|
2746
2709
|
} : {};
|
|
2747
2710
|
|
|
2748
2711
|
var onWindowBlur = function onWindowBlur() {
|
|
@@ -3014,6 +2977,7 @@ var elementCanBeScrolled = function (node, overflow) {
|
|
|
3014
2977
|
var elementCouldBeVScrolled = function (node) { return elementCanBeScrolled(node, 'overflowY'); };
|
|
3015
2978
|
var elementCouldBeHScrolled = function (node) { return elementCanBeScrolled(node, 'overflowX'); };
|
|
3016
2979
|
var locationCouldBeScrolled = function (axis, node) {
|
|
2980
|
+
var ownerDocument = node.ownerDocument;
|
|
3017
2981
|
var current = node;
|
|
3018
2982
|
do {
|
|
3019
2983
|
// Skip over shadow root
|
|
@@ -3028,7 +2992,7 @@ var locationCouldBeScrolled = function (axis, node) {
|
|
|
3028
2992
|
}
|
|
3029
2993
|
}
|
|
3030
2994
|
current = current.parentNode;
|
|
3031
|
-
} while (current && current !==
|
|
2995
|
+
} while (current && current !== ownerDocument.body);
|
|
3032
2996
|
return false;
|
|
3033
2997
|
};
|
|
3034
2998
|
var getVScrollVariables = function (_a) {
|
|
@@ -3112,7 +3076,7 @@ function RemoveScrollSideCar(props) {
|
|
|
3112
3076
|
var touchStartRef = React__namespace.useRef([0, 0]);
|
|
3113
3077
|
var activeAxis = React__namespace.useRef();
|
|
3114
3078
|
var id = React__namespace.useState(idCounter++)[0];
|
|
3115
|
-
var Style = React__namespace.useState(
|
|
3079
|
+
var Style = React__namespace.useState(styleSingleton)[0];
|
|
3116
3080
|
var lastProps = React__namespace.useRef(props);
|
|
3117
3081
|
React__namespace.useEffect(function () {
|
|
3118
3082
|
lastProps.current = props;
|
|
@@ -3234,7 +3198,7 @@ function RemoveScrollSideCar(props) {
|
|
|
3234
3198
|
var removeScrollBar = props.removeScrollBar, inert = props.inert;
|
|
3235
3199
|
return (React__namespace.createElement(React__namespace.Fragment, null,
|
|
3236
3200
|
inert ? React__namespace.createElement(Style, { styles: generateStyle(id) }) : null,
|
|
3237
|
-
removeScrollBar ? React__namespace.createElement(RemoveScrollBar, { gapMode:
|
|
3201
|
+
removeScrollBar ? React__namespace.createElement(RemoveScrollBar, { gapMode: props.gapMode }) : null));
|
|
3238
3202
|
}
|
|
3239
3203
|
|
|
3240
3204
|
exportSidecar(effectCar$1, RemoveScrollSideCar);
|
|
@@ -3562,19 +3526,11 @@ var fromEntries = function fromEntries(entries) {
|
|
|
3562
3526
|
|
|
3563
3527
|
var useIsomorphicLayoutEffect = typeof window !== 'undefined' && window.document && window.document.createElement ? React__namespace.useLayoutEffect : React__namespace.useEffect;
|
|
3564
3528
|
|
|
3565
|
-
var
|
|
3566
|
-
var reactDom = {
|
|
3567
|
-
get exports(){ return reactDomExports; },
|
|
3568
|
-
set exports(v){ reactDomExports = v; },
|
|
3569
|
-
};
|
|
3529
|
+
var reactDom = {exports: {}};
|
|
3570
3530
|
|
|
3571
3531
|
var reactDom_production_min = {};
|
|
3572
3532
|
|
|
3573
|
-
var
|
|
3574
|
-
var scheduler = {
|
|
3575
|
-
get exports(){ return schedulerExports; },
|
|
3576
|
-
set exports(v){ schedulerExports = v; },
|
|
3577
|
-
};
|
|
3533
|
+
var scheduler = {exports: {}};
|
|
3578
3534
|
|
|
3579
3535
|
var scheduler_production_min = {};
|
|
3580
3536
|
|
|
@@ -3603,8 +3559,8 @@ function f(a,b){var c=a.length;a.push(b);a:for(;0<c;){var d=c-1>>>1,e=a[d];if(0<
|
|
|
3603
3559
|
exports.unstable_forceFrameRate=function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):P=0<a?Math.floor(1E3/a):5;};exports.unstable_getCurrentPriorityLevel=function(){return y};exports.unstable_getFirstCallbackNode=function(){return h(r)};exports.unstable_next=function(a){switch(y){case 1:case 2:case 3:var b=3;break;default:b=y;}var c=y;y=b;try{return a()}finally{y=c;}};exports.unstable_pauseExecution=function(){};
|
|
3604
3560
|
exports.unstable_requestPaint=function(){};exports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3;}var c=y;y=a;try{return b()}finally{y=c;}};
|
|
3605
3561
|
exports.unstable_scheduleCallback=function(a,b,c){var d=exports.unstable_now();"object"===typeof c&&null!==c?(c=c.delay,c="number"===typeof c&&0<c?d+c:d):c=d;switch(a){case 1:var e=-1;break;case 2:e=250;break;case 5:e=1073741823;break;case 4:e=1E4;break;default:e=5E3;}e=c+e;a={id:u++,callback:b,priorityLevel:a,startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex=c,f(t,a),null===h(r)&&a===h(t)&&(B?(E(L),L=-1):B=!0,K(H,c-d))):(a.sortIndex=e,f(r,a),A||z||(A=!0,I(J)));return a};
|
|
3606
|
-
exports.unstable_shouldYield=M;exports.unstable_wrapCallback=function(a){var b=y;return function(){var c=y;y=b;try{return a.apply(this,arguments)}finally{y=c;}}};
|
|
3607
|
-
} (scheduler_production_min));
|
|
3562
|
+
exports.unstable_shouldYield=M;exports.unstable_wrapCallback=function(a){var b=y;return function(){var c=y;y=b;try{return a.apply(this,arguments)}finally{y=c;}}};
|
|
3563
|
+
} (scheduler_production_min));
|
|
3608
3564
|
return scheduler_production_min;
|
|
3609
3565
|
}
|
|
3610
3566
|
|
|
@@ -4234,25 +4190,23 @@ function requireScheduler_development () {
|
|
|
4234
4190
|
}
|
|
4235
4191
|
|
|
4236
4192
|
})();
|
|
4237
|
-
}
|
|
4238
|
-
} (scheduler_development));
|
|
4193
|
+
}
|
|
4194
|
+
} (scheduler_development));
|
|
4239
4195
|
return scheduler_development;
|
|
4240
4196
|
}
|
|
4241
4197
|
|
|
4242
4198
|
var hasRequiredScheduler;
|
|
4243
4199
|
|
|
4244
4200
|
function requireScheduler () {
|
|
4245
|
-
if (hasRequiredScheduler) return
|
|
4201
|
+
if (hasRequiredScheduler) return scheduler.exports;
|
|
4246
4202
|
hasRequiredScheduler = 1;
|
|
4247
|
-
(function (module) {
|
|
4248
4203
|
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
return schedulerExports;
|
|
4204
|
+
if (process.env.NODE_ENV === 'production') {
|
|
4205
|
+
scheduler.exports = requireScheduler_production_min();
|
|
4206
|
+
} else {
|
|
4207
|
+
scheduler.exports = requireScheduler_development();
|
|
4208
|
+
}
|
|
4209
|
+
return scheduler.exports;
|
|
4256
4210
|
}
|
|
4257
4211
|
|
|
4258
4212
|
/**
|
|
@@ -34434,45 +34388,44 @@ function requireReactDom_development () {
|
|
|
34434
34388
|
return reactDom_development;
|
|
34435
34389
|
}
|
|
34436
34390
|
|
|
34437
|
-
|
|
34391
|
+
function checkDCE() {
|
|
34392
|
+
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
|
34393
|
+
if (
|
|
34394
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||
|
|
34395
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'
|
|
34396
|
+
) {
|
|
34397
|
+
return;
|
|
34398
|
+
}
|
|
34399
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
34400
|
+
// This branch is unreachable because this function is only called
|
|
34401
|
+
// in production, but the condition is true only in development.
|
|
34402
|
+
// Therefore if the branch is still here, dead code elimination wasn't
|
|
34403
|
+
// properly applied.
|
|
34404
|
+
// Don't change the message. React DevTools relies on it. Also make sure
|
|
34405
|
+
// this message doesn't occur elsewhere in this function, or it will cause
|
|
34406
|
+
// a false positive.
|
|
34407
|
+
throw new Error('^_^');
|
|
34408
|
+
}
|
|
34409
|
+
try {
|
|
34410
|
+
// Verify that the code above has been dead code eliminated (DCE'd).
|
|
34411
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
|
|
34412
|
+
} catch (err) {
|
|
34413
|
+
// DevTools shouldn't crash React, no matter what.
|
|
34414
|
+
// We should still report in case we break this code.
|
|
34415
|
+
console.error(err);
|
|
34416
|
+
}
|
|
34417
|
+
}
|
|
34438
34418
|
|
|
34439
|
-
|
|
34440
|
-
|
|
34441
|
-
|
|
34442
|
-
|
|
34443
|
-
|
|
34444
|
-
|
|
34445
|
-
|
|
34446
|
-
|
|
34447
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
34448
|
-
// This branch is unreachable because this function is only called
|
|
34449
|
-
// in production, but the condition is true only in development.
|
|
34450
|
-
// Therefore if the branch is still here, dead code elimination wasn't
|
|
34451
|
-
// properly applied.
|
|
34452
|
-
// Don't change the message. React DevTools relies on it. Also make sure
|
|
34453
|
-
// this message doesn't occur elsewhere in this function, or it will cause
|
|
34454
|
-
// a false positive.
|
|
34455
|
-
throw new Error('^_^');
|
|
34456
|
-
}
|
|
34457
|
-
try {
|
|
34458
|
-
// Verify that the code above has been dead code eliminated (DCE'd).
|
|
34459
|
-
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
|
|
34460
|
-
} catch (err) {
|
|
34461
|
-
// DevTools shouldn't crash React, no matter what.
|
|
34462
|
-
// We should still report in case we break this code.
|
|
34463
|
-
console.error(err);
|
|
34464
|
-
}
|
|
34465
|
-
}
|
|
34419
|
+
if (process.env.NODE_ENV === 'production') {
|
|
34420
|
+
// DCE check should happen before ReactDOM bundle executes so that
|
|
34421
|
+
// DevTools can report bad minification during injection.
|
|
34422
|
+
checkDCE();
|
|
34423
|
+
reactDom.exports = requireReactDom_production_min();
|
|
34424
|
+
} else {
|
|
34425
|
+
reactDom.exports = requireReactDom_development();
|
|
34426
|
+
}
|
|
34466
34427
|
|
|
34467
|
-
|
|
34468
|
-
// DCE check should happen before ReactDOM bundle executes so that
|
|
34469
|
-
// DevTools can report bad minification during injection.
|
|
34470
|
-
checkDCE();
|
|
34471
|
-
module.exports = requireReactDom_production_min();
|
|
34472
|
-
} else {
|
|
34473
|
-
module.exports = requireReactDom_development();
|
|
34474
|
-
}
|
|
34475
|
-
} (reactDom));
|
|
34428
|
+
var reactDomExports = reactDom.exports;
|
|
34476
34429
|
|
|
34477
34430
|
var top = 'top';
|
|
34478
34431
|
var bottom = 'bottom';
|
|
@@ -36582,6 +36535,8 @@ var reactFastCompare = function isEqual(a, b) {
|
|
|
36582
36535
|
}
|
|
36583
36536
|
};
|
|
36584
36537
|
|
|
36538
|
+
var isEqual = /*@__PURE__*/index.getDefaultExportFromCjs(reactFastCompare);
|
|
36539
|
+
|
|
36585
36540
|
var EMPTY_MODIFIERS$1 = [];
|
|
36586
36541
|
var usePopper = function usePopper(referenceElement, popperElement, options) {
|
|
36587
36542
|
if (options === void 0) {
|
|
@@ -36645,7 +36600,7 @@ var usePopper = function usePopper(referenceElement, popperElement, options) {
|
|
|
36645
36600
|
}])
|
|
36646
36601
|
};
|
|
36647
36602
|
|
|
36648
|
-
if (
|
|
36603
|
+
if (isEqual(prevOptions.current, newOptions)) {
|
|
36649
36604
|
return prevOptions.current || newOptions;
|
|
36650
36605
|
} else {
|
|
36651
36606
|
prevOptions.current = newOptions;
|
|
@@ -36813,6 +36768,8 @@ if (__DEV__) {
|
|
|
36813
36768
|
|
|
36814
36769
|
var warning_1 = warning;
|
|
36815
36770
|
|
|
36771
|
+
var warning$1 = /*@__PURE__*/index.getDefaultExportFromCjs(warning_1);
|
|
36772
|
+
|
|
36816
36773
|
function Reference(_ref) {
|
|
36817
36774
|
var children = _ref.children,
|
|
36818
36775
|
innerRef = _ref.innerRef;
|
|
@@ -36829,7 +36786,7 @@ function Reference(_ref) {
|
|
|
36829
36786
|
};
|
|
36830
36787
|
}, []);
|
|
36831
36788
|
React__namespace.useEffect(function () {
|
|
36832
|
-
|
|
36789
|
+
warning$1(Boolean(setReferenceNode), '`Reference` should not be used outside of a `Manager` component.');
|
|
36833
36790
|
}, [setReferenceNode]);
|
|
36834
36791
|
return unwrapArray(children)({
|
|
36835
36792
|
ref: refHandler
|
|
@@ -37063,7 +37020,7 @@ var Tooltip$1 = {};
|
|
|
37063
37020
|
|
|
37064
37021
|
var Tooltip = {};
|
|
37065
37022
|
|
|
37066
|
-
var require$$3$2 = /*@__PURE__*/getAugmentedNamespace(esm);
|
|
37023
|
+
var require$$3$2 = /*@__PURE__*/index.getAugmentedNamespace(esm);
|
|
37067
37024
|
|
|
37068
37025
|
var AppearanceAnim = {};
|
|
37069
37026
|
|
|
@@ -37076,10 +37033,10 @@ var index_module = /*#__PURE__*/Object.freeze({
|
|
|
37076
37033
|
useThrottledCallback: f$1
|
|
37077
37034
|
});
|
|
37078
37035
|
|
|
37079
|
-
var require$$1$5 = /*@__PURE__*/getAugmentedNamespace(index_module);
|
|
37036
|
+
var require$$1$5 = /*@__PURE__*/index.getAugmentedNamespace(index_module);
|
|
37080
37037
|
|
|
37081
37038
|
(function(exports) {
|
|
37082
|
-
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
37039
|
+
var __assign = index.commonjsGlobal && index.commonjsGlobal.__assign || function() {
|
|
37083
37040
|
__assign = Object.assign || function(t) {
|
|
37084
37041
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
37085
37042
|
s = arguments[i];
|
|
@@ -37091,7 +37048,7 @@ var require$$1$5 = /*@__PURE__*/getAugmentedNamespace(index_module);
|
|
|
37091
37048
|
};
|
|
37092
37049
|
return __assign.apply(this, arguments);
|
|
37093
37050
|
};
|
|
37094
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37051
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37095
37052
|
if (k2 === void 0)
|
|
37096
37053
|
k2 = k;
|
|
37097
37054
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -37106,12 +37063,12 @@ var require$$1$5 = /*@__PURE__*/getAugmentedNamespace(index_module);
|
|
|
37106
37063
|
k2 = k;
|
|
37107
37064
|
o[k2] = m[k];
|
|
37108
37065
|
});
|
|
37109
|
-
var __setModuleDefault = commonjsGlobal && commonjsGlobal.__setModuleDefault || (Object.create ? function(o, v) {
|
|
37066
|
+
var __setModuleDefault = index.commonjsGlobal && index.commonjsGlobal.__setModuleDefault || (Object.create ? function(o, v) {
|
|
37110
37067
|
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
37111
37068
|
} : function(o, v) {
|
|
37112
37069
|
o["default"] = v;
|
|
37113
37070
|
});
|
|
37114
|
-
var __importStar = commonjsGlobal && commonjsGlobal.__importStar || function(mod) {
|
|
37071
|
+
var __importStar = index.commonjsGlobal && index.commonjsGlobal.__importStar || function(mod) {
|
|
37115
37072
|
if (mod && mod.__esModule)
|
|
37116
37073
|
return mod;
|
|
37117
37074
|
var result = {};
|
|
@@ -37123,7 +37080,7 @@ var require$$1$5 = /*@__PURE__*/getAugmentedNamespace(index_module);
|
|
|
37123
37080
|
__setModuleDefault(result, mod);
|
|
37124
37081
|
return result;
|
|
37125
37082
|
};
|
|
37126
|
-
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
37083
|
+
var __rest = index.commonjsGlobal && index.commonjsGlobal.__rest || function(s, e) {
|
|
37127
37084
|
var t = {};
|
|
37128
37085
|
for (var p in s)
|
|
37129
37086
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -37798,7 +37755,7 @@ var esmBrowser = /*#__PURE__*/Object.freeze({
|
|
|
37798
37755
|
version: version
|
|
37799
37756
|
});
|
|
37800
37757
|
|
|
37801
|
-
var require$$1$4 = /*@__PURE__*/getAugmentedNamespace(esmBrowser);
|
|
37758
|
+
var require$$1$4 = /*@__PURE__*/index.getAugmentedNamespace(esmBrowser);
|
|
37802
37759
|
|
|
37803
37760
|
useUuid$1.__esModule = true;
|
|
37804
37761
|
useUuid$1.useUuid = void 0;
|
|
@@ -37818,10 +37775,10 @@ var Tooltip_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
37818
37775
|
default: Tooltip_module
|
|
37819
37776
|
});
|
|
37820
37777
|
|
|
37821
|
-
var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
37778
|
+
var require$$6$1 = /*@__PURE__*/index.getAugmentedNamespace(Tooltip_module$1);
|
|
37822
37779
|
|
|
37823
37780
|
(function(exports) {
|
|
37824
|
-
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
37781
|
+
var __assign = index.commonjsGlobal && index.commonjsGlobal.__assign || function() {
|
|
37825
37782
|
__assign = Object.assign || function(t) {
|
|
37826
37783
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
37827
37784
|
s = arguments[i];
|
|
@@ -37833,7 +37790,7 @@ var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
|
37833
37790
|
};
|
|
37834
37791
|
return __assign.apply(this, arguments);
|
|
37835
37792
|
};
|
|
37836
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37793
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37837
37794
|
if (k2 === void 0)
|
|
37838
37795
|
k2 = k;
|
|
37839
37796
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -37848,12 +37805,12 @@ var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
|
37848
37805
|
k2 = k;
|
|
37849
37806
|
o[k2] = m[k];
|
|
37850
37807
|
});
|
|
37851
|
-
var __setModuleDefault = commonjsGlobal && commonjsGlobal.__setModuleDefault || (Object.create ? function(o, v) {
|
|
37808
|
+
var __setModuleDefault = index.commonjsGlobal && index.commonjsGlobal.__setModuleDefault || (Object.create ? function(o, v) {
|
|
37852
37809
|
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
37853
37810
|
} : function(o, v) {
|
|
37854
37811
|
o["default"] = v;
|
|
37855
37812
|
});
|
|
37856
|
-
var __importStar = commonjsGlobal && commonjsGlobal.__importStar || function(mod) {
|
|
37813
|
+
var __importStar = index.commonjsGlobal && index.commonjsGlobal.__importStar || function(mod) {
|
|
37857
37814
|
if (mod && mod.__esModule)
|
|
37858
37815
|
return mod;
|
|
37859
37816
|
var result = {};
|
|
@@ -37865,7 +37822,7 @@ var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
|
37865
37822
|
__setModuleDefault(result, mod);
|
|
37866
37823
|
return result;
|
|
37867
37824
|
};
|
|
37868
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
37825
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
37869
37826
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
37870
37827
|
};
|
|
37871
37828
|
exports.__esModule = true;
|
|
@@ -37988,7 +37945,7 @@ var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
|
37988
37945
|
})(Tooltip);
|
|
37989
37946
|
|
|
37990
37947
|
(function(exports) {
|
|
37991
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37948
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37992
37949
|
if (k2 === void 0)
|
|
37993
37950
|
k2 = k;
|
|
37994
37951
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -38003,7 +37960,7 @@ var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
|
38003
37960
|
k2 = k;
|
|
38004
37961
|
o[k2] = m[k];
|
|
38005
37962
|
});
|
|
38006
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
37963
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
38007
37964
|
for (var p in m)
|
|
38008
37965
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
38009
37966
|
__createBinding(exports2, m, p);
|
|
@@ -38013,7 +37970,7 @@ var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
|
38013
37970
|
})(Tooltip$1);
|
|
38014
37971
|
|
|
38015
37972
|
(function(exports) {
|
|
38016
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37973
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
38017
37974
|
if (k2 === void 0)
|
|
38018
37975
|
k2 = k;
|
|
38019
37976
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -38028,7 +37985,7 @@ var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
|
38028
37985
|
k2 = k;
|
|
38029
37986
|
o[k2] = m[k];
|
|
38030
37987
|
});
|
|
38031
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
37988
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
38032
37989
|
for (var p in m)
|
|
38033
37990
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
38034
37991
|
__createBinding(exports2, m, p);
|
|
@@ -38214,15 +38171,16 @@ function $458b0a5536c1a7cf$export$40bfa8c7b0832715(value, defaultValue, onChange
|
|
|
38214
38171
|
// being on the page at once, the prefix is set to a random number. SSRProvider
|
|
38215
38172
|
// will reset this to zero for consistency between server and client, so in the
|
|
38216
38173
|
// SSR case multiple copies of React Aria is not supported.
|
|
38217
|
-
const $704cf1d3b684cc5c$var$defaultContext
|
|
38174
|
+
const $704cf1d3b684cc5c$var$defaultContext = {
|
|
38218
38175
|
prefix: String(Math.round(Math.random() * 10000000000)),
|
|
38219
|
-
current: 0
|
|
38176
|
+
current: 0,
|
|
38177
|
+
isSSR: false
|
|
38220
38178
|
};
|
|
38221
|
-
const $704cf1d3b684cc5c$var$SSRContext
|
|
38179
|
+
const $704cf1d3b684cc5c$var$SSRContext = /*#__PURE__*/ (React).createContext($704cf1d3b684cc5c$var$defaultContext);
|
|
38222
38180
|
let $704cf1d3b684cc5c$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
|
|
38223
38181
|
let $704cf1d3b684cc5c$var$componentIds = new WeakMap();
|
|
38224
38182
|
function $704cf1d3b684cc5c$var$useCounter(isDisabled = false) {
|
|
38225
|
-
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext
|
|
38183
|
+
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
38226
38184
|
let ref = (React.useRef)(null);
|
|
38227
38185
|
if (ref.current === null && !isDisabled) {
|
|
38228
38186
|
var _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner;
|
|
@@ -38257,13 +38215,17 @@ function $704cf1d3b684cc5c$var$useCounter(isDisabled = false) {
|
|
|
38257
38215
|
return ref.current;
|
|
38258
38216
|
}
|
|
38259
38217
|
function $704cf1d3b684cc5c$export$619500959fc48b26(defaultId) {
|
|
38260
|
-
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext
|
|
38218
|
+
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
38261
38219
|
// If we are rendering in a non-DOM environment, and there's no SSRProvider,
|
|
38262
38220
|
// provide a warning to hint to the developer to add one.
|
|
38263
|
-
if (ctx === $704cf1d3b684cc5c$var$defaultContext
|
|
38221
|
+
if (ctx === $704cf1d3b684cc5c$var$defaultContext && !$704cf1d3b684cc5c$var$canUseDOM) console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
38264
38222
|
let counter = $704cf1d3b684cc5c$var$useCounter(!!defaultId);
|
|
38265
38223
|
return defaultId || `react-aria${ctx.prefix}-${counter}`;
|
|
38266
38224
|
}
|
|
38225
|
+
function $704cf1d3b684cc5c$export$535bd6ca7f90a273() {
|
|
38226
|
+
let cur = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
38227
|
+
return cur.isSSR;
|
|
38228
|
+
}
|
|
38267
38229
|
|
|
38268
38230
|
function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
|
|
38269
38231
|
|
|
@@ -39752,7 +39714,9 @@ function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
|
|
|
39752
39714
|
]);
|
|
39753
39715
|
const onSyntheticFocus = ($8a9cb279dc87e130$export$715c682d09d639cc)(onBlur);
|
|
39754
39716
|
const onFocus = (React.useCallback)((e)=>{
|
|
39755
|
-
|
|
39717
|
+
// Double check that document.activeElement actually matches e.target in case a previously chained
|
|
39718
|
+
// focus handler already moved focus somewhere else.
|
|
39719
|
+
if (e.target === e.currentTarget && document.activeElement === e.target) {
|
|
39756
39720
|
if (onFocusProp) onFocusProp(e);
|
|
39757
39721
|
if (onFocusChange) onFocusChange(true);
|
|
39758
39722
|
onSyntheticFocus(e);
|
|
@@ -39787,6 +39751,7 @@ function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
|
|
|
39787
39751
|
// See https://github.com/facebook/react/tree/cc7c1aece46a6b69b41958d731e0fd27c94bfc6c/packages/react-interactions
|
|
39788
39752
|
|
|
39789
39753
|
|
|
39754
|
+
|
|
39790
39755
|
let $507fabe10e71c6fb$var$currentModality = null;
|
|
39791
39756
|
let $507fabe10e71c6fb$var$changeHandlers = new Set();
|
|
39792
39757
|
let $507fabe10e71c6fb$var$hasSetupGlobalListeners = false;
|
|
@@ -39903,7 +39868,7 @@ function $507fabe10e71c6fb$export$98e20ec92f614cfe() {
|
|
|
39903
39868
|
$507fabe10e71c6fb$var$changeHandlers.delete(handler);
|
|
39904
39869
|
};
|
|
39905
39870
|
}, []);
|
|
39906
|
-
return modality;
|
|
39871
|
+
return ($704cf1d3b684cc5c$export$535bd6ca7f90a273)() ? null : modality;
|
|
39907
39872
|
}
|
|
39908
39873
|
/**
|
|
39909
39874
|
* If this is attached to text input component, return if the event is a focus event (Tab/Escape keys pressed) so that
|
|
@@ -39964,7 +39929,9 @@ function $9ab94262bd0047c7$export$420e68273165f4ec(props) {
|
|
|
39964
39929
|
]);
|
|
39965
39930
|
let onSyntheticFocus = ($8a9cb279dc87e130$export$715c682d09d639cc)(onBlur);
|
|
39966
39931
|
let onFocus = (React.useCallback)((e)=>{
|
|
39967
|
-
|
|
39932
|
+
// Double check that document.activeElement actually matches e.target in case a previously chained
|
|
39933
|
+
// focus handler already moved focus somewhere else.
|
|
39934
|
+
if (!state.current.isFocusWithin && document.activeElement === e.target) {
|
|
39968
39935
|
if (onFocusWithin) onFocusWithin(e);
|
|
39969
39936
|
if (onFocusWithinChange) onFocusWithinChange(true);
|
|
39970
39937
|
state.current.isFocusWithin = true;
|
|
@@ -41151,55 +41118,6 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
|
|
|
41151
41118
|
};
|
|
41152
41119
|
}
|
|
41153
41120
|
|
|
41154
|
-
/*
|
|
41155
|
-
* Copyright 2020 Adobe. All rights reserved.
|
|
41156
|
-
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
41157
|
-
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
41158
|
-
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
41159
|
-
*
|
|
41160
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
41161
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
41162
|
-
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
41163
|
-
* governing permissions and limitations under the License.
|
|
41164
|
-
*/ /*
|
|
41165
|
-
* Copyright 2020 Adobe. All rights reserved.
|
|
41166
|
-
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
41167
|
-
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
41168
|
-
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
41169
|
-
*
|
|
41170
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
41171
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
41172
|
-
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
41173
|
-
* governing permissions and limitations under the License.
|
|
41174
|
-
*/ // We must avoid a circular dependency with @react-aria/utils, and this useLayoutEffect is
|
|
41175
|
-
// guarded by a check that it only runs on the client side.
|
|
41176
|
-
// eslint-disable-next-line rulesdir/useLayoutEffectRule
|
|
41177
|
-
|
|
41178
|
-
// Default context value to use in case there is no SSRProvider. This is fine for
|
|
41179
|
-
// client-only apps. In order to support multiple copies of React Aria potentially
|
|
41180
|
-
// being on the page at once, the prefix is set to a random number. SSRProvider
|
|
41181
|
-
// will reset this to zero for consistency between server and client, so in the
|
|
41182
|
-
// SSR case multiple copies of React Aria is not supported.
|
|
41183
|
-
const $704cf1d3b684cc5c$var$defaultContext = {
|
|
41184
|
-
prefix: String(Math.round(Math.random() * 10000000000)),
|
|
41185
|
-
current: 0
|
|
41186
|
-
};
|
|
41187
|
-
const $704cf1d3b684cc5c$var$SSRContext = /*#__PURE__*/ (React).createContext($704cf1d3b684cc5c$var$defaultContext);
|
|
41188
|
-
function $704cf1d3b684cc5c$export$535bd6ca7f90a273() {
|
|
41189
|
-
let cur = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
41190
|
-
let isInSSRContext = cur !== $704cf1d3b684cc5c$var$defaultContext;
|
|
41191
|
-
let [isSSR, setIsSSR] = (React.useState)(isInSSRContext);
|
|
41192
|
-
// If on the client, and the component was initially server rendered,
|
|
41193
|
-
// then schedule a layout effect to update the component after hydration.
|
|
41194
|
-
if (typeof window !== "undefined" && isInSSRContext) // This if statement technically breaks the rules of hooks, but is safe
|
|
41195
|
-
// because the condition never changes after mounting.
|
|
41196
|
-
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
41197
|
-
(React.useLayoutEffect)(()=>{
|
|
41198
|
-
setIsSSR(false);
|
|
41199
|
-
}, []);
|
|
41200
|
-
return isSSR;
|
|
41201
|
-
}
|
|
41202
|
-
|
|
41203
41121
|
/*
|
|
41204
41122
|
* Copyright 2022 Adobe. All rights reserved.
|
|
41205
41123
|
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
@@ -41779,10 +41697,12 @@ function $ae20dd8cbca75726$export$d6daf82dcd84e87c(options) {
|
|
|
41779
41697
|
// Restore the scroll position to what it was before.
|
|
41780
41698
|
scrollRef.current.scrollTop = scrollPos.current.top;
|
|
41781
41699
|
scrollRef.current.scrollLeft = scrollPos.current.left;
|
|
41700
|
+
}
|
|
41701
|
+
if (!isVirtualized && manager.focusedKey != null) {
|
|
41782
41702
|
// Refocus and scroll the focused item into view if it exists within the scrollable region.
|
|
41783
41703
|
let element = scrollRef.current.querySelector(`[data-key="${manager.focusedKey}"]`);
|
|
41784
41704
|
if (element) {
|
|
41785
|
-
// This prevents a flash of focus on the first/last element in the collection
|
|
41705
|
+
// This prevents a flash of focus on the first/last element in the collection, or the collection itself.
|
|
41786
41706
|
($7215afc6de606d6b$export$de79e2c695e052f3)(element);
|
|
41787
41707
|
($2f04cbc44ee30ce0$export$53a0910f038337bd)(scrollRef.current, element);
|
|
41788
41708
|
}
|
|
@@ -41893,9 +41813,9 @@ function $880e95eb8b93ba9a$export$ecf600387e221c37(options) {
|
|
|
41893
41813
|
// Focus the associated DOM node when this item becomes the focusedKey
|
|
41894
41814
|
(React.useEffect)(()=>{
|
|
41895
41815
|
let isFocused = key === manager.focusedKey;
|
|
41896
|
-
if (isFocused && manager.isFocused && !shouldUseVirtualFocus
|
|
41816
|
+
if (isFocused && manager.isFocused && !shouldUseVirtualFocus) {
|
|
41897
41817
|
if (focus) focus();
|
|
41898
|
-
else ($6a99195332edec8b$export$80f3e147d781571c)(ref.current);
|
|
41818
|
+
else if (document.activeElement !== ref.current) ($6a99195332edec8b$export$80f3e147d781571c)(ref.current);
|
|
41899
41819
|
}
|
|
41900
41820
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
41901
41821
|
}, [
|
|
@@ -42019,6 +41939,7 @@ function $880e95eb8b93ba9a$export$ecf600387e221c37(options) {
|
|
|
42019
41939
|
}),
|
|
42020
41940
|
isPressed: isPressed,
|
|
42021
41941
|
isSelected: manager.isSelected(key),
|
|
41942
|
+
isFocused: manager.isFocused && manager.focusedKey === key,
|
|
42022
41943
|
isDisabled: isDisabled,
|
|
42023
41944
|
allowsSelection: allowsSelection,
|
|
42024
41945
|
hasAction: hasAction
|
|
@@ -42063,6 +41984,7 @@ function $880e95eb8b93ba9a$var$isSelectionKey() {
|
|
|
42063
41984
|
if (item.type === "item" && !this.disabledKeys.has(key)) return key;
|
|
42064
41985
|
key = this.collection.getKeyAfter(key);
|
|
42065
41986
|
}
|
|
41987
|
+
return null;
|
|
42066
41988
|
}
|
|
42067
41989
|
getKeyAbove(key) {
|
|
42068
41990
|
key = this.collection.getKeyBefore(key);
|
|
@@ -42071,6 +41993,7 @@ function $880e95eb8b93ba9a$var$isSelectionKey() {
|
|
|
42071
41993
|
if (item.type === "item" && !this.disabledKeys.has(key)) return key;
|
|
42072
41994
|
key = this.collection.getKeyBefore(key);
|
|
42073
41995
|
}
|
|
41996
|
+
return null;
|
|
42074
41997
|
}
|
|
42075
41998
|
getFirstKey() {
|
|
42076
41999
|
let key = this.collection.getFirstKey();
|
|
@@ -42079,6 +42002,7 @@ function $880e95eb8b93ba9a$var$isSelectionKey() {
|
|
|
42079
42002
|
if (item.type === "item" && !this.disabledKeys.has(key)) return key;
|
|
42080
42003
|
key = this.collection.getKeyAfter(key);
|
|
42081
42004
|
}
|
|
42005
|
+
return null;
|
|
42082
42006
|
}
|
|
42083
42007
|
getLastKey() {
|
|
42084
42008
|
let key = this.collection.getLastKey();
|
|
@@ -42087,6 +42011,7 @@ function $880e95eb8b93ba9a$var$isSelectionKey() {
|
|
|
42087
42011
|
if (item.type === "item" && !this.disabledKeys.has(key)) return key;
|
|
42088
42012
|
key = this.collection.getKeyBefore(key);
|
|
42089
42013
|
}
|
|
42014
|
+
return null;
|
|
42090
42015
|
}
|
|
42091
42016
|
getItem(key) {
|
|
42092
42017
|
return this.ref.current.querySelector(`[data-key="${key}"]`);
|
|
@@ -42098,7 +42023,7 @@ function $880e95eb8b93ba9a$var$isSelectionKey() {
|
|
|
42098
42023
|
let pageY = Math.max(0, item.offsetTop + item.offsetHeight - menu.offsetHeight);
|
|
42099
42024
|
while(item && item.offsetTop > pageY){
|
|
42100
42025
|
key = this.getKeyAbove(key);
|
|
42101
|
-
item = this.getItem(key);
|
|
42026
|
+
item = key == null ? null : this.getItem(key);
|
|
42102
42027
|
}
|
|
42103
42028
|
return key;
|
|
42104
42029
|
}
|
|
@@ -42109,7 +42034,7 @@ function $880e95eb8b93ba9a$var$isSelectionKey() {
|
|
|
42109
42034
|
let pageY = Math.min(menu.scrollHeight, item.offsetTop - item.offsetHeight + menu.offsetHeight);
|
|
42110
42035
|
while(item && item.offsetTop < pageY){
|
|
42111
42036
|
key = this.getKeyBelow(key);
|
|
42112
|
-
item = this.getItem(key);
|
|
42037
|
+
item = key == null ? null : this.getItem(key);
|
|
42113
42038
|
}
|
|
42114
42039
|
return key;
|
|
42115
42040
|
}
|
|
@@ -42288,12 +42213,12 @@ const $5c3e21d68f1c4674$var$styles = {
|
|
|
42288
42213
|
border: 0,
|
|
42289
42214
|
clip: "rect(0 0 0 0)",
|
|
42290
42215
|
clipPath: "inset(50%)",
|
|
42291
|
-
height:
|
|
42292
|
-
margin: "
|
|
42216
|
+
height: "1px",
|
|
42217
|
+
margin: "-1px",
|
|
42293
42218
|
overflow: "hidden",
|
|
42294
42219
|
padding: 0,
|
|
42295
42220
|
position: "absolute",
|
|
42296
|
-
width:
|
|
42221
|
+
width: "1px",
|
|
42297
42222
|
whiteSpace: "nowrap"
|
|
42298
42223
|
};
|
|
42299
42224
|
function $5c3e21d68f1c4674$export$a966af930f325cab(props = {}) {
|
|
@@ -42478,6 +42403,18 @@ function $628037886ba31236$export$f9d5c8beee7d008d(props, state, ref) {
|
|
|
42478
42403
|
}
|
|
42479
42404
|
};
|
|
42480
42405
|
}
|
|
42406
|
+
// HTML input types that do not cause the software keyboard to appear.
|
|
42407
|
+
new Set([
|
|
42408
|
+
"checkbox",
|
|
42409
|
+
"radio",
|
|
42410
|
+
"range",
|
|
42411
|
+
"color",
|
|
42412
|
+
"file",
|
|
42413
|
+
"image",
|
|
42414
|
+
"button",
|
|
42415
|
+
"submit",
|
|
42416
|
+
"reset"
|
|
42417
|
+
]);
|
|
42481
42418
|
|
|
42482
42419
|
|
|
42483
42420
|
/*
|
|
@@ -42751,6 +42688,21 @@ function $86ea4cb521eb2e37$export$2317d149ed6f78c4(props) {
|
|
|
42751
42688
|
}));
|
|
42752
42689
|
}
|
|
42753
42690
|
|
|
42691
|
+
|
|
42692
|
+
/*
|
|
42693
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
42694
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
42695
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
42696
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
42697
|
+
*
|
|
42698
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
42699
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
42700
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
42701
|
+
* governing permissions and limitations under the License.
|
|
42702
|
+
*/ // Keeps a ref count of all hidden elements. Added to when hiding an element, and
|
|
42703
|
+
// subtracted from when showing it again. When it reaches zero, aria-hidden is removed.
|
|
42704
|
+
new WeakMap();
|
|
42705
|
+
|
|
42754
42706
|
/*
|
|
42755
42707
|
* Copyright 2020 Adobe. All rights reserved.
|
|
42756
42708
|
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
@@ -43060,6 +43012,7 @@ function $7613b1592d41b092$export$6cd28814d92fa9c9(props, factory, context, inva
|
|
|
43060
43012
|
let builder = (React.useMemo)(()=>new ($eb2240fc39a57fa5$export$bf788dd355e3a401)(), []);
|
|
43061
43013
|
let prev = (React.useRef)(null);
|
|
43062
43014
|
return (React.useMemo)(()=>{
|
|
43015
|
+
if (props.collection) return props.collection;
|
|
43063
43016
|
let nodes = builder.build(props, context);
|
|
43064
43017
|
prev.current = factory(nodes, prev.current);
|
|
43065
43018
|
return prev.current;
|
|
@@ -43069,6 +43022,7 @@ function $7613b1592d41b092$export$6cd28814d92fa9c9(props, factory, context, inva
|
|
|
43069
43022
|
builder,
|
|
43070
43023
|
props.children,
|
|
43071
43024
|
props.items,
|
|
43025
|
+
props.collection,
|
|
43072
43026
|
context,
|
|
43073
43027
|
...invalidators
|
|
43074
43028
|
]);
|
|
@@ -43085,13 +43039,69 @@ function $7613b1592d41b092$export$6cd28814d92fa9c9(props, factory, context, inva
|
|
|
43085
43039
|
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
43086
43040
|
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
43087
43041
|
* governing permissions and limitations under the License.
|
|
43088
|
-
*/
|
|
43042
|
+
*/ /*
|
|
43043
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
43044
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
43045
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
43046
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
43047
|
+
*
|
|
43048
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
43049
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
43050
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
43051
|
+
* governing permissions and limitations under the License.
|
|
43052
|
+
*/ function $c5a24bc478652b5f$export$1005530eda016c13(node, collection) {
|
|
43053
|
+
// New API: call collection.getChildren with the node key.
|
|
43054
|
+
if (typeof collection.getChildren === "function") return collection.getChildren(node.key);
|
|
43055
|
+
// Old API: access childNodes directly.
|
|
43056
|
+
return node.childNodes;
|
|
43057
|
+
}
|
|
43058
|
+
function $c5a24bc478652b5f$export$fbdeaa6a76694f71(iterable) {
|
|
43059
|
+
return $c5a24bc478652b5f$export$5f3398f8733f90e2(iterable, 0);
|
|
43060
|
+
}
|
|
43061
|
+
function $c5a24bc478652b5f$export$5f3398f8733f90e2(iterable, index) {
|
|
43062
|
+
if (index < 0) return undefined;
|
|
43063
|
+
let i = 0;
|
|
43064
|
+
for (let item of iterable){
|
|
43065
|
+
if (i === index) return item;
|
|
43066
|
+
i++;
|
|
43067
|
+
}
|
|
43068
|
+
}
|
|
43069
|
+
function $c5a24bc478652b5f$export$8c434b3a7a4dad6(collection, a, b) {
|
|
43070
|
+
// If the two nodes have the same parent, compare their indices.
|
|
43071
|
+
if (a.parentKey === b.parentKey) return a.index - b.index;
|
|
43072
|
+
// Otherwise, collect all of the ancestors from each node, and find the first one that doesn't match starting from the root.
|
|
43073
|
+
let aAncestors = $c5a24bc478652b5f$var$getAncestors(collection, a);
|
|
43074
|
+
let bAncestors = $c5a24bc478652b5f$var$getAncestors(collection, b);
|
|
43075
|
+
let firstNonMatchingAncestor = aAncestors.slice(0, bAncestors.length).findIndex((a, i)=>a !== bAncestors[i]);
|
|
43076
|
+
if (firstNonMatchingAncestor !== -1) {
|
|
43077
|
+
// Compare the indices of two children within the common ancestor.
|
|
43078
|
+
a = aAncestors[firstNonMatchingAncestor];
|
|
43079
|
+
b = bAncestors[firstNonMatchingAncestor];
|
|
43080
|
+
return a.index - b.index;
|
|
43081
|
+
}
|
|
43082
|
+
// 🤷
|
|
43083
|
+
return -1;
|
|
43084
|
+
}
|
|
43085
|
+
function $c5a24bc478652b5f$var$getAncestors(collection, node) {
|
|
43086
|
+
let parents = [];
|
|
43087
|
+
while((node === null || node === void 0 ? void 0 : node.parentKey) != null){
|
|
43088
|
+
node = collection.getItem(node.parentKey);
|
|
43089
|
+
parents.unshift(node);
|
|
43090
|
+
}
|
|
43091
|
+
return parents;
|
|
43092
|
+
}
|
|
43093
|
+
|
|
43094
|
+
|
|
43095
|
+
const $453cc9f0df89c0a5$var$cache = new WeakMap();
|
|
43089
43096
|
function $453cc9f0df89c0a5$export$77d5aafae4e095b2(collection) {
|
|
43090
43097
|
let count = $453cc9f0df89c0a5$var$cache.get(collection);
|
|
43091
43098
|
if (count != null) return count;
|
|
43092
43099
|
count = 0;
|
|
43093
|
-
|
|
43094
|
-
|
|
43100
|
+
let countItems = (items)=>{
|
|
43101
|
+
for (let item of items)if (item.type === "section") countItems(($c5a24bc478652b5f$export$1005530eda016c13)(item, collection));
|
|
43102
|
+
else count++;
|
|
43103
|
+
};
|
|
43104
|
+
countItems(collection);
|
|
43095
43105
|
$453cc9f0df89c0a5$var$cache.set(collection, count);
|
|
43096
43106
|
return count;
|
|
43097
43107
|
}
|
|
@@ -43433,12 +43443,27 @@ function $168583247155ddda$export$dc9c12ed27dd1b49(props, state, ref) {
|
|
|
43433
43443
|
};
|
|
43434
43444
|
}
|
|
43435
43445
|
|
|
43446
|
+
|
|
43436
43447
|
/*
|
|
43437
43448
|
* Copyright 2020 Adobe. All rights reserved.
|
|
43438
43449
|
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
43439
43450
|
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
43440
43451
|
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
43441
|
-
*
|
|
43452
|
+
*
|
|
43453
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
43454
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
43455
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
43456
|
+
* governing permissions and limitations under the License.
|
|
43457
|
+
*/
|
|
43458
|
+
|
|
43459
|
+
new WeakMap();
|
|
43460
|
+
|
|
43461
|
+
/*
|
|
43462
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
43463
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
43464
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
43465
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
43466
|
+
*
|
|
43442
43467
|
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
43443
43468
|
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
43444
43469
|
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
@@ -43874,6 +43899,7 @@ function $7af3f5b51489e0b5$var$convertSelection(selection, defaultValue) {
|
|
|
43874
43899
|
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
43875
43900
|
* governing permissions and limitations under the License.
|
|
43876
43901
|
*/
|
|
43902
|
+
|
|
43877
43903
|
class $d496c0a20b6e58ec$export$6c8a5aaad13c9852 {
|
|
43878
43904
|
/**
|
|
43879
43905
|
* The type of selection that is allowed in the collection.
|
|
@@ -43956,7 +43982,7 @@ class $d496c0a20b6e58ec$export$6c8a5aaad13c9852 {
|
|
|
43956
43982
|
let first = null;
|
|
43957
43983
|
for (let key of this.state.selectedKeys){
|
|
43958
43984
|
let item = this.collection.getItem(key);
|
|
43959
|
-
if (!first ||
|
|
43985
|
+
if (!first || item && ($c5a24bc478652b5f$export$8c434b3a7a4dad6)(this.collection, item, first) < 0) first = item;
|
|
43960
43986
|
}
|
|
43961
43987
|
return first === null || first === void 0 ? void 0 : first.key;
|
|
43962
43988
|
}
|
|
@@ -43964,7 +43990,7 @@ class $d496c0a20b6e58ec$export$6c8a5aaad13c9852 {
|
|
|
43964
43990
|
let last = null;
|
|
43965
43991
|
for (let key of this.state.selectedKeys){
|
|
43966
43992
|
let item = this.collection.getItem(key);
|
|
43967
|
-
if (!last ||
|
|
43993
|
+
if (!last || item && ($c5a24bc478652b5f$export$8c434b3a7a4dad6)(this.collection, item, last) > 0) last = item;
|
|
43968
43994
|
}
|
|
43969
43995
|
return last === null || last === void 0 ? void 0 : last.key;
|
|
43970
43996
|
}
|
|
@@ -44001,7 +44027,7 @@ class $d496c0a20b6e58ec$export$6c8a5aaad13c9852 {
|
|
|
44001
44027
|
let fromItem = this.collection.getItem(from);
|
|
44002
44028
|
let toItem = this.collection.getItem(to);
|
|
44003
44029
|
if (fromItem && toItem) {
|
|
44004
|
-
if (
|
|
44030
|
+
if (($c5a24bc478652b5f$export$8c434b3a7a4dad6)(this.collection, fromItem, toItem) <= 0) return this.getKeyRangeInternal(from, to);
|
|
44005
44031
|
return this.getKeyRangeInternal(to, from);
|
|
44006
44032
|
}
|
|
44007
44033
|
return [];
|
|
@@ -44081,9 +44107,7 @@ class $d496c0a20b6e58ec$export$6c8a5aaad13c9852 {
|
|
|
44081
44107
|
let item = this.collection.getItem(key);
|
|
44082
44108
|
if (item.type === "item") keys.push(key);
|
|
44083
44109
|
// Add child keys. If cell selection is allowed, then include item children too.
|
|
44084
|
-
if (item.hasChildNodes && (this.allowsCellSelection || item.type !== "item")) addKeys(
|
|
44085
|
-
...item.childNodes
|
|
44086
|
-
][0].key);
|
|
44110
|
+
if (item.hasChildNodes && (this.allowsCellSelection || item.type !== "item")) addKeys(($c5a24bc478652b5f$export$fbdeaa6a76694f71)(($c5a24bc478652b5f$export$1005530eda016c13)(item, this.collection)).key);
|
|
44087
44111
|
}
|
|
44088
44112
|
key = this.collection.getKeyAfter(key);
|
|
44089
44113
|
}
|
|
@@ -44215,6 +44239,10 @@ class $a02d57049d202695$export$d085fb9e920b5ca7 {
|
|
|
44215
44239
|
];
|
|
44216
44240
|
return this.getItem(keys[idx]);
|
|
44217
44241
|
}
|
|
44242
|
+
getChildren(key) {
|
|
44243
|
+
let node = this.keyMap.get(key);
|
|
44244
|
+
return (node === null || node === void 0 ? void 0 : node.childNodes) || [];
|
|
44245
|
+
}
|
|
44218
44246
|
constructor(nodes){
|
|
44219
44247
|
(_defineProperty)(this, "keyMap", new Map());
|
|
44220
44248
|
this.iterable = nodes;
|
|
@@ -44535,20 +44563,19 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
|
|
|
44535
44563
|
let isDisabled = (_props_isDisabled = props.isDisabled) !== null && _props_isDisabled !== void 0 ? _props_isDisabled : state.disabledKeys.has(key);
|
|
44536
44564
|
var _props_isSelected;
|
|
44537
44565
|
let isSelected = (_props_isSelected = props.isSelected) !== null && _props_isSelected !== void 0 ? _props_isSelected : state.selectionManager.isSelected(key);
|
|
44538
|
-
let isFocused = state.selectionManager.focusedKey === key;
|
|
44539
44566
|
var _props_shouldSelectOnPressUp;
|
|
44540
|
-
let shouldSelectOnPressUp = (_props_shouldSelectOnPressUp = props.shouldSelectOnPressUp) !== null && _props_shouldSelectOnPressUp !== void 0 ? _props_shouldSelectOnPressUp : data.shouldSelectOnPressUp;
|
|
44567
|
+
let shouldSelectOnPressUp = (_props_shouldSelectOnPressUp = props.shouldSelectOnPressUp) !== null && _props_shouldSelectOnPressUp !== void 0 ? _props_shouldSelectOnPressUp : data === null || data === void 0 ? void 0 : data.shouldSelectOnPressUp;
|
|
44541
44568
|
var _props_shouldFocusOnHover;
|
|
44542
|
-
let shouldFocusOnHover = (_props_shouldFocusOnHover = props.shouldFocusOnHover) !== null && _props_shouldFocusOnHover !== void 0 ? _props_shouldFocusOnHover : data.shouldFocusOnHover;
|
|
44569
|
+
let shouldFocusOnHover = (_props_shouldFocusOnHover = props.shouldFocusOnHover) !== null && _props_shouldFocusOnHover !== void 0 ? _props_shouldFocusOnHover : data === null || data === void 0 ? void 0 : data.shouldFocusOnHover;
|
|
44543
44570
|
var _props_shouldUseVirtualFocus;
|
|
44544
|
-
let shouldUseVirtualFocus = (_props_shouldUseVirtualFocus = props.shouldUseVirtualFocus) !== null && _props_shouldUseVirtualFocus !== void 0 ? _props_shouldUseVirtualFocus : data.shouldUseVirtualFocus;
|
|
44571
|
+
let shouldUseVirtualFocus = (_props_shouldUseVirtualFocus = props.shouldUseVirtualFocus) !== null && _props_shouldUseVirtualFocus !== void 0 ? _props_shouldUseVirtualFocus : data === null || data === void 0 ? void 0 : data.shouldUseVirtualFocus;
|
|
44545
44572
|
var _props_isVirtualized;
|
|
44546
|
-
let isVirtualized = (_props_isVirtualized = props.isVirtualized) !== null && _props_isVirtualized !== void 0 ? _props_isVirtualized : data.isVirtualized;
|
|
44573
|
+
let isVirtualized = (_props_isVirtualized = props.isVirtualized) !== null && _props_isVirtualized !== void 0 ? _props_isVirtualized : data === null || data === void 0 ? void 0 : data.isVirtualized;
|
|
44547
44574
|
let labelId = ($bdb11010cef70236$export$b4cc09c592e8fdb8)();
|
|
44548
44575
|
let descriptionId = ($bdb11010cef70236$export$b4cc09c592e8fdb8)();
|
|
44549
44576
|
let optionProps = {
|
|
44550
44577
|
role: "option",
|
|
44551
|
-
"aria-disabled": isDisabled,
|
|
44578
|
+
"aria-disabled": isDisabled || undefined,
|
|
44552
44579
|
"aria-selected": state.selectionManager.selectionMode !== "none" ? isSelected : undefined
|
|
44553
44580
|
};
|
|
44554
44581
|
// Safari with VoiceOver on macOS misreads options with aria-labelledby or aria-label as simply "text".
|
|
@@ -44560,10 +44587,12 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
|
|
|
44560
44587
|
optionProps["aria-describedby"] = descriptionId;
|
|
44561
44588
|
}
|
|
44562
44589
|
if (isVirtualized) {
|
|
44563
|
-
|
|
44590
|
+
var _state_collection_getItem;
|
|
44591
|
+
let index = Number((_state_collection_getItem = state.collection.getItem(key)) === null || _state_collection_getItem === void 0 ? void 0 : _state_collection_getItem.index);
|
|
44592
|
+
optionProps["aria-posinset"] = Number.isNaN(index) ? undefined : index + 1;
|
|
44564
44593
|
optionProps["aria-setsize"] = ($453cc9f0df89c0a5$export$77d5aafae4e095b2)(state.collection);
|
|
44565
44594
|
}
|
|
44566
|
-
let { itemProps: itemProps , isPressed: isPressed , hasAction: hasAction , allowsSelection: allowsSelection } = ($880e95eb8b93ba9a$export$ecf600387e221c37)({
|
|
44595
|
+
let { itemProps: itemProps , isPressed: isPressed , isFocused: isFocused , hasAction: hasAction , allowsSelection: allowsSelection } = ($880e95eb8b93ba9a$export$ecf600387e221c37)({
|
|
44567
44596
|
selectionManager: state.selectionManager,
|
|
44568
44597
|
key: key,
|
|
44569
44598
|
ref: ref,
|
|
@@ -44572,7 +44601,10 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
|
|
|
44572
44601
|
isVirtualized: isVirtualized,
|
|
44573
44602
|
shouldUseVirtualFocus: shouldUseVirtualFocus,
|
|
44574
44603
|
isDisabled: isDisabled,
|
|
44575
|
-
onAction: data
|
|
44604
|
+
onAction: (data === null || data === void 0 ? void 0 : data.onAction) ? ()=>{
|
|
44605
|
+
var _data_onAction;
|
|
44606
|
+
return data === null || data === void 0 ? void 0 : (_data_onAction = data.onAction) === null || _data_onAction === void 0 ? void 0 : _data_onAction.call(data, key);
|
|
44607
|
+
} : undefined
|
|
44576
44608
|
});
|
|
44577
44609
|
let { hoverProps: hoverProps } = ($6179b936705e76d3$export$ae780daf29e6d456)({
|
|
44578
44610
|
isDisabled: isDisabled || !shouldFocusOnHover,
|
|
@@ -44596,6 +44628,7 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
|
|
|
44596
44628
|
id: descriptionId
|
|
44597
44629
|
},
|
|
44598
44630
|
isFocused: isFocused,
|
|
44631
|
+
isFocusVisible: isFocused && ($507fabe10e71c6fb$export$b9b3dfddab17db27)(),
|
|
44599
44632
|
isSelected: isSelected,
|
|
44600
44633
|
isDisabled: isDisabled,
|
|
44601
44634
|
isPressed: isPressed,
|
|
@@ -44662,10 +44695,10 @@ var Heading_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
44662
44695
|
default: Heading_module
|
|
44663
44696
|
});
|
|
44664
44697
|
|
|
44665
|
-
var require$$2$4 = /*@__PURE__*/getAugmentedNamespace(Heading_module$1);
|
|
44698
|
+
var require$$2$4 = /*@__PURE__*/index.getAugmentedNamespace(Heading_module$1);
|
|
44666
44699
|
|
|
44667
44700
|
(function(exports) {
|
|
44668
|
-
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
44701
|
+
var __assign = index.commonjsGlobal && index.commonjsGlobal.__assign || function() {
|
|
44669
44702
|
__assign = Object.assign || function(t) {
|
|
44670
44703
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
44671
44704
|
s = arguments[i];
|
|
@@ -44677,7 +44710,7 @@ var require$$2$4 = /*@__PURE__*/getAugmentedNamespace(Heading_module$1);
|
|
|
44677
44710
|
};
|
|
44678
44711
|
return __assign.apply(this, arguments);
|
|
44679
44712
|
};
|
|
44680
|
-
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
44713
|
+
var __rest = index.commonjsGlobal && index.commonjsGlobal.__rest || function(s, e) {
|
|
44681
44714
|
var t = {};
|
|
44682
44715
|
for (var p in s)
|
|
44683
44716
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -44689,7 +44722,7 @@ var require$$2$4 = /*@__PURE__*/getAugmentedNamespace(Heading_module$1);
|
|
|
44689
44722
|
}
|
|
44690
44723
|
return t;
|
|
44691
44724
|
};
|
|
44692
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
44725
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
44693
44726
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
44694
44727
|
};
|
|
44695
44728
|
exports.__esModule = true;
|
|
@@ -44733,7 +44766,7 @@ var require$$2$4 = /*@__PURE__*/getAugmentedNamespace(Heading_module$1);
|
|
|
44733
44766
|
})(Heading);
|
|
44734
44767
|
|
|
44735
44768
|
(function(exports) {
|
|
44736
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44769
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44737
44770
|
if (k2 === void 0)
|
|
44738
44771
|
k2 = k;
|
|
44739
44772
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -44748,7 +44781,7 @@ var require$$2$4 = /*@__PURE__*/getAugmentedNamespace(Heading_module$1);
|
|
|
44748
44781
|
k2 = k;
|
|
44749
44782
|
o[k2] = m[k];
|
|
44750
44783
|
});
|
|
44751
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44784
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44752
44785
|
for (var p in m)
|
|
44753
44786
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
44754
44787
|
__createBinding(exports2, m, p);
|
|
@@ -44768,10 +44801,10 @@ var Paragraph_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
44768
44801
|
default: Paragraph_module
|
|
44769
44802
|
});
|
|
44770
44803
|
|
|
44771
|
-
var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
44804
|
+
var require$$2$3 = /*@__PURE__*/index.getAugmentedNamespace(Paragraph_module$1);
|
|
44772
44805
|
|
|
44773
44806
|
(function(exports) {
|
|
44774
|
-
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
44807
|
+
var __assign = index.commonjsGlobal && index.commonjsGlobal.__assign || function() {
|
|
44775
44808
|
__assign = Object.assign || function(t) {
|
|
44776
44809
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
44777
44810
|
s = arguments[i];
|
|
@@ -44783,7 +44816,7 @@ var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
|
44783
44816
|
};
|
|
44784
44817
|
return __assign.apply(this, arguments);
|
|
44785
44818
|
};
|
|
44786
|
-
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
44819
|
+
var __rest = index.commonjsGlobal && index.commonjsGlobal.__rest || function(s, e) {
|
|
44787
44820
|
var t = {};
|
|
44788
44821
|
for (var p in s)
|
|
44789
44822
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -44795,7 +44828,7 @@ var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
|
44795
44828
|
}
|
|
44796
44829
|
return t;
|
|
44797
44830
|
};
|
|
44798
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
44831
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
44799
44832
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
44800
44833
|
};
|
|
44801
44834
|
exports.__esModule = true;
|
|
@@ -44818,7 +44851,7 @@ var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
|
44818
44851
|
})(Paragraph);
|
|
44819
44852
|
|
|
44820
44853
|
(function(exports) {
|
|
44821
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44854
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44822
44855
|
if (k2 === void 0)
|
|
44823
44856
|
k2 = k;
|
|
44824
44857
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -44833,7 +44866,7 @@ var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
|
44833
44866
|
k2 = k;
|
|
44834
44867
|
o[k2] = m[k];
|
|
44835
44868
|
});
|
|
44836
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44869
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44837
44870
|
for (var p in m)
|
|
44838
44871
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
44839
44872
|
__createBinding(exports2, m, p);
|
|
@@ -44843,7 +44876,7 @@ var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
|
44843
44876
|
})(Paragraph$1);
|
|
44844
44877
|
|
|
44845
44878
|
(function(exports) {
|
|
44846
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44879
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44847
44880
|
if (k2 === void 0)
|
|
44848
44881
|
k2 = k;
|
|
44849
44882
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -44858,7 +44891,7 @@ var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
|
44858
44891
|
k2 = k;
|
|
44859
44892
|
o[k2] = m[k];
|
|
44860
44893
|
});
|
|
44861
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44894
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44862
44895
|
for (var p in m)
|
|
44863
44896
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
44864
44897
|
__createBinding(exports2, m, p);
|
|
@@ -44883,7 +44916,7 @@ var chevronDown_icon = /*#__PURE__*/Object.freeze({
|
|
|
44883
44916
|
default: img$2
|
|
44884
44917
|
});
|
|
44885
44918
|
|
|
44886
|
-
var require$$2$2 = /*@__PURE__*/getAugmentedNamespace(chevronDown_icon);
|
|
44919
|
+
var require$$2$2 = /*@__PURE__*/index.getAugmentedNamespace(chevronDown_icon);
|
|
44887
44920
|
|
|
44888
44921
|
var img$1 = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3emeatballs%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e %3cpath d='M4%2c8 C2.9%2c8 2%2c8.9 2%2c10 C2%2c11.1 2.9%2c12 4%2c12 C5.1%2c12 6%2c11.1 6%2c10 C6%2c8.9 5.1%2c8 4%2c8 L4%2c8 Z M16%2c8 C14.9%2c8 14%2c8.9 14%2c10 C14%2c11.1 14.9%2c12 16%2c12 C17.1%2c12 18%2c11.1 18%2c10 C18%2c8.9 17.1%2c8 16%2c8 L16%2c8 Z M10%2c8 C8.9%2c8 8%2c8.9 8%2c10 C8%2c11.1 8.9%2c12 10%2c12 C11.1%2c12 12%2c11.1 12%2c10 C12%2c8.9 11.1%2c8 10%2c8 L10%2c8 Z' id='path-1'%3e%3c/path%3e %3c/defs%3e %3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='meatballs'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse id='Icons/Actions/metballs' fill='black' xlink:href='%23path-1'%3e%3c/use%3e %3c/g%3e %3c/g%3e%3c/svg%3e";
|
|
44889
44922
|
|
|
@@ -44892,7 +44925,7 @@ var ellipsis_icon = /*#__PURE__*/Object.freeze({
|
|
|
44892
44925
|
default: img$1
|
|
44893
44926
|
});
|
|
44894
44927
|
|
|
44895
|
-
var require$$3$1 = /*@__PURE__*/getAugmentedNamespace(ellipsis_icon);
|
|
44928
|
+
var require$$3$1 = /*@__PURE__*/index.getAugmentedNamespace(ellipsis_icon);
|
|
44896
44929
|
|
|
44897
44930
|
var Icon$1 = {};
|
|
44898
44931
|
|
|
@@ -44927,10 +44960,10 @@ var Icon_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
44927
44960
|
default: Icon_module
|
|
44928
44961
|
});
|
|
44929
44962
|
|
|
44930
|
-
var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
44963
|
+
var require$$3 = /*@__PURE__*/index.getAugmentedNamespace(Icon_module$1);
|
|
44931
44964
|
|
|
44932
44965
|
(function(exports) {
|
|
44933
|
-
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
44966
|
+
var __assign = index.commonjsGlobal && index.commonjsGlobal.__assign || function() {
|
|
44934
44967
|
__assign = Object.assign || function(t) {
|
|
44935
44968
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
44936
44969
|
s = arguments[i];
|
|
@@ -44942,7 +44975,7 @@ var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
|
44942
44975
|
};
|
|
44943
44976
|
return __assign.apply(this, arguments);
|
|
44944
44977
|
};
|
|
44945
|
-
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
44978
|
+
var __rest = index.commonjsGlobal && index.commonjsGlobal.__rest || function(s, e) {
|
|
44946
44979
|
var t = {};
|
|
44947
44980
|
for (var p in s)
|
|
44948
44981
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -44954,7 +44987,7 @@ var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
|
44954
44987
|
}
|
|
44955
44988
|
return t;
|
|
44956
44989
|
};
|
|
44957
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
44990
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
44958
44991
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
44959
44992
|
};
|
|
44960
44993
|
exports.__esModule = true;
|
|
@@ -45002,7 +45035,7 @@ var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
|
45002
45035
|
})(Icon);
|
|
45003
45036
|
|
|
45004
45037
|
(function(exports) {
|
|
45005
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45038
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45006
45039
|
if (k2 === void 0)
|
|
45007
45040
|
k2 = k;
|
|
45008
45041
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -45017,7 +45050,7 @@ var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
|
45017
45050
|
k2 = k;
|
|
45018
45051
|
o[k2] = m[k];
|
|
45019
45052
|
});
|
|
45020
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
45053
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
45021
45054
|
for (var p in m)
|
|
45022
45055
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
45023
45056
|
__createBinding(exports2, m, p);
|
|
@@ -45035,10 +45068,10 @@ var Dropdown_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
45035
45068
|
default: Dropdown_module
|
|
45036
45069
|
});
|
|
45037
45070
|
|
|
45038
|
-
var require$$6 = /*@__PURE__*/getAugmentedNamespace(Dropdown_module$1);
|
|
45071
|
+
var require$$6 = /*@__PURE__*/index.getAugmentedNamespace(Dropdown_module$1);
|
|
45039
45072
|
|
|
45040
45073
|
(function(exports) {
|
|
45041
|
-
var __extends = commonjsGlobal && commonjsGlobal.__extends || function() {
|
|
45074
|
+
var __extends = index.commonjsGlobal && index.commonjsGlobal.__extends || function() {
|
|
45042
45075
|
var extendStatics = function(d, b) {
|
|
45043
45076
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
45044
45077
|
d2.__proto__ = b2;
|
|
@@ -45059,7 +45092,7 @@ var require$$6 = /*@__PURE__*/getAugmentedNamespace(Dropdown_module$1);
|
|
|
45059
45092
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
45060
45093
|
};
|
|
45061
45094
|
}();
|
|
45062
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45095
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45063
45096
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45064
45097
|
};
|
|
45065
45098
|
exports.__esModule = true;
|
|
@@ -45125,7 +45158,7 @@ var require$$6 = /*@__PURE__*/getAugmentedNamespace(Dropdown_module$1);
|
|
|
45125
45158
|
})(DropdownMenu);
|
|
45126
45159
|
|
|
45127
45160
|
(function(exports) {
|
|
45128
|
-
var __extends = commonjsGlobal && commonjsGlobal.__extends || function() {
|
|
45161
|
+
var __extends = index.commonjsGlobal && index.commonjsGlobal.__extends || function() {
|
|
45129
45162
|
var extendStatics = function(d, b) {
|
|
45130
45163
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
45131
45164
|
d2.__proto__ = b2;
|
|
@@ -45146,7 +45179,7 @@ var require$$6 = /*@__PURE__*/getAugmentedNamespace(Dropdown_module$1);
|
|
|
45146
45179
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
45147
45180
|
};
|
|
45148
45181
|
}();
|
|
45149
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45182
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45150
45183
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45151
45184
|
};
|
|
45152
45185
|
exports.__esModule = true;
|
|
@@ -45260,7 +45293,7 @@ var require$$6 = /*@__PURE__*/getAugmentedNamespace(Dropdown_module$1);
|
|
|
45260
45293
|
})(Dropdown);
|
|
45261
45294
|
|
|
45262
45295
|
(function(exports) {
|
|
45263
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45296
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45264
45297
|
if (k2 === void 0)
|
|
45265
45298
|
k2 = k;
|
|
45266
45299
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -45292,10 +45325,10 @@ var Layout_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
45292
45325
|
default: Layout_module
|
|
45293
45326
|
});
|
|
45294
45327
|
|
|
45295
|
-
var require$$1$3 = /*@__PURE__*/getAugmentedNamespace(Layout_module$1);
|
|
45328
|
+
var require$$1$3 = /*@__PURE__*/index.getAugmentedNamespace(Layout_module$1);
|
|
45296
45329
|
|
|
45297
45330
|
(function(exports) {
|
|
45298
|
-
var __extends = commonjsGlobal && commonjsGlobal.__extends || function() {
|
|
45331
|
+
var __extends = index.commonjsGlobal && index.commonjsGlobal.__extends || function() {
|
|
45299
45332
|
var extendStatics = function(d, b) {
|
|
45300
45333
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
45301
45334
|
d2.__proto__ = b2;
|
|
@@ -45316,7 +45349,7 @@ var require$$1$3 = /*@__PURE__*/getAugmentedNamespace(Layout_module$1);
|
|
|
45316
45349
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
45317
45350
|
};
|
|
45318
45351
|
}();
|
|
45319
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45352
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45320
45353
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45321
45354
|
};
|
|
45322
45355
|
exports.__esModule = true;
|
|
@@ -45422,7 +45455,7 @@ var require$$1$3 = /*@__PURE__*/getAugmentedNamespace(Layout_module$1);
|
|
|
45422
45455
|
})(Layout);
|
|
45423
45456
|
|
|
45424
45457
|
(function(exports) {
|
|
45425
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45458
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45426
45459
|
if (k2 === void 0)
|
|
45427
45460
|
k2 = k;
|
|
45428
45461
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -45454,10 +45487,10 @@ var Menu_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
45454
45487
|
default: Menu_module
|
|
45455
45488
|
});
|
|
45456
45489
|
|
|
45457
|
-
var require$$1$2 = /*@__PURE__*/getAugmentedNamespace(Menu_module$1);
|
|
45490
|
+
var require$$1$2 = /*@__PURE__*/index.getAugmentedNamespace(Menu_module$1);
|
|
45458
45491
|
|
|
45459
45492
|
(function(exports) {
|
|
45460
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45493
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45461
45494
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45462
45495
|
};
|
|
45463
45496
|
exports.__esModule = true;
|
|
@@ -45473,7 +45506,7 @@ var require$$1$2 = /*@__PURE__*/getAugmentedNamespace(Menu_module$1);
|
|
|
45473
45506
|
var MenuHeader = {};
|
|
45474
45507
|
|
|
45475
45508
|
(function(exports) {
|
|
45476
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45509
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45477
45510
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45478
45511
|
};
|
|
45479
45512
|
exports.__esModule = true;
|
|
@@ -45493,7 +45526,7 @@ var MenuHeader = {};
|
|
|
45493
45526
|
var MenuItem = {};
|
|
45494
45527
|
|
|
45495
45528
|
(function(exports) {
|
|
45496
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45529
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45497
45530
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45498
45531
|
};
|
|
45499
45532
|
exports.__esModule = true;
|
|
@@ -45543,7 +45576,7 @@ var MenuItem = {};
|
|
|
45543
45576
|
var MenuSeparator = {};
|
|
45544
45577
|
|
|
45545
45578
|
(function(exports) {
|
|
45546
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45579
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45547
45580
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45548
45581
|
};
|
|
45549
45582
|
exports.__esModule = true;
|
|
@@ -45557,7 +45590,7 @@ var MenuSeparator = {};
|
|
|
45557
45590
|
})(MenuSeparator);
|
|
45558
45591
|
|
|
45559
45592
|
(function(exports) {
|
|
45560
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45593
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45561
45594
|
if (k2 === void 0)
|
|
45562
45595
|
k2 = k;
|
|
45563
45596
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -45595,10 +45628,10 @@ var Text_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
45595
45628
|
default: Text_module
|
|
45596
45629
|
});
|
|
45597
45630
|
|
|
45598
|
-
var require$$2$1 = /*@__PURE__*/getAugmentedNamespace(Text_module$1);
|
|
45631
|
+
var require$$2$1 = /*@__PURE__*/index.getAugmentedNamespace(Text_module$1);
|
|
45599
45632
|
|
|
45600
45633
|
(function(exports) {
|
|
45601
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45634
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45602
45635
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45603
45636
|
};
|
|
45604
45637
|
exports.__esModule = true;
|
|
@@ -45617,7 +45650,7 @@ var require$$2$1 = /*@__PURE__*/getAugmentedNamespace(Text_module$1);
|
|
|
45617
45650
|
})(Text);
|
|
45618
45651
|
|
|
45619
45652
|
(function(exports) {
|
|
45620
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45653
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45621
45654
|
if (k2 === void 0)
|
|
45622
45655
|
k2 = k;
|
|
45623
45656
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -45686,10 +45719,10 @@ var Padding_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
45686
45719
|
default: Padding_module
|
|
45687
45720
|
});
|
|
45688
45721
|
|
|
45689
|
-
var require$$1$1 = /*@__PURE__*/getAugmentedNamespace(Padding_module$1);
|
|
45722
|
+
var require$$1$1 = /*@__PURE__*/index.getAugmentedNamespace(Padding_module$1);
|
|
45690
45723
|
|
|
45691
45724
|
(function(exports) {
|
|
45692
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45725
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45693
45726
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45694
45727
|
};
|
|
45695
45728
|
exports.__esModule = true;
|
|
@@ -45787,10 +45820,10 @@ var Margin_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
45787
45820
|
default: Margin_module
|
|
45788
45821
|
});
|
|
45789
45822
|
|
|
45790
|
-
var require$$1 = /*@__PURE__*/getAugmentedNamespace(Margin_module$1);
|
|
45823
|
+
var require$$1 = /*@__PURE__*/index.getAugmentedNamespace(Margin_module$1);
|
|
45791
45824
|
|
|
45792
45825
|
(function(exports) {
|
|
45793
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45826
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45794
45827
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45795
45828
|
};
|
|
45796
45829
|
exports.__esModule = true;
|
|
@@ -45884,7 +45917,7 @@ var types = {};
|
|
|
45884
45917
|
types.__esModule = true;
|
|
45885
45918
|
|
|
45886
45919
|
(function(exports) {
|
|
45887
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45920
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45888
45921
|
if (k2 === void 0)
|
|
45889
45922
|
k2 = k;
|
|
45890
45923
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -45899,7 +45932,7 @@ types.__esModule = true;
|
|
|
45899
45932
|
k2 = k;
|
|
45900
45933
|
o[k2] = m[k];
|
|
45901
45934
|
});
|
|
45902
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
45935
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
45903
45936
|
for (var p in m)
|
|
45904
45937
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
45905
45938
|
__createBinding(exports2, m, p);
|
|
@@ -45915,7 +45948,7 @@ var Box$1 = {};
|
|
|
45915
45948
|
var Box = {};
|
|
45916
45949
|
|
|
45917
45950
|
(function(exports) {
|
|
45918
|
-
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
45951
|
+
var __assign = index.commonjsGlobal && index.commonjsGlobal.__assign || function() {
|
|
45919
45952
|
__assign = Object.assign || function(t) {
|
|
45920
45953
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
45921
45954
|
s = arguments[i];
|
|
@@ -45927,7 +45960,7 @@ var Box = {};
|
|
|
45927
45960
|
};
|
|
45928
45961
|
return __assign.apply(this, arguments);
|
|
45929
45962
|
};
|
|
45930
|
-
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
45963
|
+
var __rest = index.commonjsGlobal && index.commonjsGlobal.__rest || function(s, e) {
|
|
45931
45964
|
var t = {};
|
|
45932
45965
|
for (var p in s)
|
|
45933
45966
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -45939,7 +45972,7 @@ var Box = {};
|
|
|
45939
45972
|
}
|
|
45940
45973
|
return t;
|
|
45941
45974
|
};
|
|
45942
|
-
var __spreadArray = commonjsGlobal && commonjsGlobal.__spreadArray || function(to, from, pack) {
|
|
45975
|
+
var __spreadArray = index.commonjsGlobal && index.commonjsGlobal.__spreadArray || function(to, from, pack) {
|
|
45943
45976
|
if (pack || arguments.length === 2)
|
|
45944
45977
|
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
45945
45978
|
if (ar || !(i in from)) {
|
|
@@ -45950,7 +45983,7 @@ var Box = {};
|
|
|
45950
45983
|
}
|
|
45951
45984
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
45952
45985
|
};
|
|
45953
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
45986
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
45954
45987
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
45955
45988
|
};
|
|
45956
45989
|
exports.__esModule = true;
|
|
@@ -45968,7 +46001,7 @@ var Box = {};
|
|
|
45968
46001
|
})(Box);
|
|
45969
46002
|
|
|
45970
46003
|
(function(exports) {
|
|
45971
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
46004
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45972
46005
|
if (k2 === void 0)
|
|
45973
46006
|
k2 = k;
|
|
45974
46007
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -45990,7 +46023,7 @@ var Box = {};
|
|
|
45990
46023
|
})(Box$1);
|
|
45991
46024
|
|
|
45992
46025
|
(function(exports) {
|
|
45993
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
46026
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
45994
46027
|
if (k2 === void 0)
|
|
45995
46028
|
k2 = k;
|
|
45996
46029
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46005,7 +46038,7 @@ var Box = {};
|
|
|
46005
46038
|
k2 = k;
|
|
46006
46039
|
o[k2] = m[k];
|
|
46007
46040
|
});
|
|
46008
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
46041
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
46009
46042
|
for (var p in m)
|
|
46010
46043
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
46011
46044
|
__createBinding(exports2, m, p);
|
|
@@ -46021,7 +46054,7 @@ var Box = {};
|
|
|
46021
46054
|
})(components);
|
|
46022
46055
|
|
|
46023
46056
|
(function(exports) {
|
|
46024
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
46057
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
46025
46058
|
if (k2 === void 0)
|
|
46026
46059
|
k2 = k;
|
|
46027
46060
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46036,7 +46069,7 @@ var Box = {};
|
|
|
46036
46069
|
k2 = k;
|
|
46037
46070
|
o[k2] = m[k];
|
|
46038
46071
|
});
|
|
46039
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
46072
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
46040
46073
|
for (var p in m)
|
|
46041
46074
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
46042
46075
|
__createBinding(exports2, m, p);
|
|
@@ -46138,10 +46171,10 @@ var Divider_module$1 = /*#__PURE__*/Object.freeze({
|
|
|
46138
46171
|
default: Divider_module
|
|
46139
46172
|
});
|
|
46140
46173
|
|
|
46141
|
-
var require$$2 = /*@__PURE__*/getAugmentedNamespace(Divider_module$1);
|
|
46174
|
+
var require$$2 = /*@__PURE__*/index.getAugmentedNamespace(Divider_module$1);
|
|
46142
46175
|
|
|
46143
46176
|
(function(exports) {
|
|
46144
|
-
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
46177
|
+
var __assign = index.commonjsGlobal && index.commonjsGlobal.__assign || function() {
|
|
46145
46178
|
__assign = Object.assign || function(t) {
|
|
46146
46179
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
46147
46180
|
s = arguments[i];
|
|
@@ -46153,7 +46186,7 @@ var require$$2 = /*@__PURE__*/getAugmentedNamespace(Divider_module$1);
|
|
|
46153
46186
|
};
|
|
46154
46187
|
return __assign.apply(this, arguments);
|
|
46155
46188
|
};
|
|
46156
|
-
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
46189
|
+
var __rest = index.commonjsGlobal && index.commonjsGlobal.__rest || function(s, e) {
|
|
46157
46190
|
var t = {};
|
|
46158
46191
|
for (var p in s)
|
|
46159
46192
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -46165,7 +46198,7 @@ var require$$2 = /*@__PURE__*/getAugmentedNamespace(Divider_module$1);
|
|
|
46165
46198
|
}
|
|
46166
46199
|
return t;
|
|
46167
46200
|
};
|
|
46168
|
-
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
46201
|
+
var __importDefault = index.commonjsGlobal && index.commonjsGlobal.__importDefault || function(mod) {
|
|
46169
46202
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
46170
46203
|
};
|
|
46171
46204
|
exports.__esModule = true;
|
|
@@ -46183,7 +46216,7 @@ var require$$2 = /*@__PURE__*/getAugmentedNamespace(Divider_module$1);
|
|
|
46183
46216
|
})(Divider);
|
|
46184
46217
|
|
|
46185
46218
|
(function(exports) {
|
|
46186
|
-
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
46219
|
+
var __createBinding = index.commonjsGlobal && index.commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
46187
46220
|
if (k2 === void 0)
|
|
46188
46221
|
k2 = k;
|
|
46189
46222
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46198,7 +46231,7 @@ var require$$2 = /*@__PURE__*/getAugmentedNamespace(Divider_module$1);
|
|
|
46198
46231
|
k2 = k;
|
|
46199
46232
|
o[k2] = m[k];
|
|
46200
46233
|
});
|
|
46201
|
-
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
46234
|
+
var __exportStar = index.commonjsGlobal && index.commonjsGlobal.__exportStar || function(m, exports2) {
|
|
46202
46235
|
for (var p in m)
|
|
46203
46236
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
46204
46237
|
__createBinding(exports2, m, p);
|