@react-spectrum/menu 3.15.2-nightly.4228 → 3.15.2-nightly.4242
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/import.mjs +258 -191
- package/dist/main.css +1 -1
- package/dist/main.js +262 -195
- package/dist/main.js.map +1 -1
- package/dist/module.js +258 -191
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +29 -29
- package/src/ContextualHelpTrigger.tsx +2 -3
- package/src/Menu.tsx +3 -2
- package/src/MenuSection.tsx +11 -1
package/dist/import.mjs
CHANGED
|
@@ -20,100 +20,89 @@ import $9SHwR$spectrumiconsworkflowMore from "@spectrum-icons/workflow/More";
|
|
|
20
20
|
import {DismissButton as $9SHwR$DismissButton} from "@react-aria/overlays";
|
|
21
21
|
import {useOverlayTriggerState as $9SHwR$useOverlayTriggerState} from "@react-stately/overlays";
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
return a && a.__esModule ? a.default : a;
|
|
25
|
-
}
|
|
23
|
+
|
|
26
24
|
function $parcel$export(e, n, v, s) {
|
|
27
25
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
28
26
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
33
|
-
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
34
|
-
*
|
|
35
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
36
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
37
|
-
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
38
|
-
* governing permissions and limitations under the License.
|
|
39
|
-
*/ /// <reference types="css-module-types" />
|
|
40
|
-
/*
|
|
41
|
-
* Copyright 2020 Adobe. All rights reserved.
|
|
42
|
-
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
43
|
-
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
44
|
-
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
45
|
-
*
|
|
46
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
47
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
48
|
-
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
49
|
-
* governing permissions and limitations under the License.
|
|
50
|
-
*/
|
|
51
|
-
/*
|
|
52
|
-
* Copyright 2020 Adobe. All rights reserved.
|
|
53
|
-
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
54
|
-
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
55
|
-
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
56
|
-
*
|
|
57
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
58
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
59
|
-
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
60
|
-
* governing permissions and limitations under the License.
|
|
61
|
-
*/
|
|
62
|
-
const $d94604d52c3e3feb$export$c7e742effb1c51e2 = (0, $9SHwR$react).createContext({});
|
|
63
|
-
function $d94604d52c3e3feb$export$21c7ab35b39f78ec() {
|
|
64
|
-
return (0, $9SHwR$useContext)($d94604d52c3e3feb$export$c7e742effb1c51e2);
|
|
65
|
-
}
|
|
66
|
-
const $d94604d52c3e3feb$export$e239f1ef5b7afe1a = (0, $9SHwR$react).createContext(undefined);
|
|
67
|
-
function $d94604d52c3e3feb$export$4bbcd0ebecc48abd() {
|
|
68
|
-
return (0, $9SHwR$useContext)($d94604d52c3e3feb$export$e239f1ef5b7afe1a);
|
|
69
|
-
}
|
|
70
|
-
const $d94604d52c3e3feb$export$24aad8519b95b41b = (0, $9SHwR$react).createContext({});
|
|
71
|
-
function $d94604d52c3e3feb$export$efa3856fc0e85e7f() {
|
|
72
|
-
return (0, $9SHwR$useContext)($d94604d52c3e3feb$export$24aad8519b95b41b);
|
|
27
|
+
|
|
28
|
+
function $parcel$interopDefault(a) {
|
|
29
|
+
return a && a.__esModule ? a.default : a;
|
|
73
30
|
}
|
|
74
31
|
|
|
32
|
+
var $parcel$global = globalThis;
|
|
33
|
+
|
|
34
|
+
var $parcel$modules = {};
|
|
35
|
+
var $parcel$inits = {};
|
|
36
|
+
|
|
37
|
+
var parcelRequire = $parcel$global["parcelRequire7f0c"];
|
|
75
38
|
|
|
39
|
+
if (parcelRequire == null) {
|
|
40
|
+
parcelRequire = function(id) {
|
|
41
|
+
if (id in $parcel$modules) {
|
|
42
|
+
return $parcel$modules[id].exports;
|
|
43
|
+
}
|
|
44
|
+
if (id in $parcel$inits) {
|
|
45
|
+
var init = $parcel$inits[id];
|
|
46
|
+
delete $parcel$inits[id];
|
|
47
|
+
var module = {id: id, exports: {}};
|
|
48
|
+
$parcel$modules[id] = module;
|
|
49
|
+
init.call(module.exports, module, module.exports);
|
|
50
|
+
return module.exports;
|
|
51
|
+
}
|
|
52
|
+
var err = new Error("Cannot find module '" + id + "'");
|
|
53
|
+
err.code = 'MODULE_NOT_FOUND';
|
|
54
|
+
throw err;
|
|
55
|
+
};
|
|
76
56
|
|
|
57
|
+
parcelRequire.register = function register(id, init) {
|
|
58
|
+
$parcel$inits[id] = init;
|
|
59
|
+
};
|
|
77
60
|
|
|
61
|
+
$parcel$global["parcelRequire7f0c"] = parcelRequire;
|
|
62
|
+
}
|
|
78
63
|
|
|
79
|
-
var
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
$parcel$export(
|
|
83
|
-
$parcel$export(
|
|
84
|
-
$parcel$export(
|
|
85
|
-
$parcel$export(
|
|
86
|
-
$parcel$export(
|
|
87
|
-
$parcel$export(
|
|
88
|
-
$parcel$export(
|
|
89
|
-
$parcel$export(
|
|
90
|
-
$parcel$export(
|
|
91
|
-
$parcel$export(
|
|
92
|
-
$parcel$export(
|
|
93
|
-
$parcel$export(
|
|
94
|
-
$parcel$export(
|
|
95
|
-
$parcel$export(
|
|
96
|
-
$parcel$export(
|
|
97
|
-
$parcel$export(
|
|
98
|
-
$parcel$export(
|
|
99
|
-
$parcel$export(
|
|
100
|
-
$parcel$export(
|
|
101
|
-
$parcel$export(
|
|
102
|
-
$parcel$export(
|
|
103
|
-
$parcel$export(
|
|
104
|
-
$parcel$export(
|
|
105
|
-
$parcel$export(
|
|
106
|
-
$parcel$export(
|
|
107
|
-
$parcel$export(
|
|
108
|
-
$parcel$export(
|
|
109
|
-
$parcel$export(
|
|
110
|
-
$parcel$export(
|
|
111
|
-
$parcel$export(
|
|
112
|
-
$parcel$export(
|
|
113
|
-
$parcel$export(
|
|
114
|
-
$parcel$export(
|
|
115
|
-
$parcel$export(
|
|
116
|
-
$parcel$export(
|
|
64
|
+
var parcelRegister = parcelRequire.register;
|
|
65
|
+
parcelRegister("3tbDX", function(module, exports) {
|
|
66
|
+
|
|
67
|
+
$parcel$export(module.exports, "checkmark", () => $286d1cb34bb7dc84$export$292abbf31ed842a, (v) => $286d1cb34bb7dc84$export$292abbf31ed842a = v);
|
|
68
|
+
$parcel$export(module.exports, "description", () => $286d1cb34bb7dc84$export$6d59db4903f20f7d, (v) => $286d1cb34bb7dc84$export$6d59db4903f20f7d = v);
|
|
69
|
+
$parcel$export(module.exports, "end", () => $286d1cb34bb7dc84$export$bd5df0f255a350f8, (v) => $286d1cb34bb7dc84$export$bd5df0f255a350f8 = v);
|
|
70
|
+
$parcel$export(module.exports, "focus-ring", () => $286d1cb34bb7dc84$export$f39a09f249340e2a, (v) => $286d1cb34bb7dc84$export$f39a09f249340e2a = v);
|
|
71
|
+
$parcel$export(module.exports, "i18nFontFamily", () => $286d1cb34bb7dc84$export$8c4ee2c50c22c514, (v) => $286d1cb34bb7dc84$export$8c4ee2c50c22c514 = v);
|
|
72
|
+
$parcel$export(module.exports, "icon", () => $286d1cb34bb7dc84$export$1ca1ec8b29a4ce27, (v) => $286d1cb34bb7dc84$export$1ca1ec8b29a4ce27 = v);
|
|
73
|
+
$parcel$export(module.exports, "is-active", () => $286d1cb34bb7dc84$export$20fd0f7cd4e6112f, (v) => $286d1cb34bb7dc84$export$20fd0f7cd4e6112f = v);
|
|
74
|
+
$parcel$export(module.exports, "is-disabled", () => $286d1cb34bb7dc84$export$d35bc1e505d1ebbf, (v) => $286d1cb34bb7dc84$export$d35bc1e505d1ebbf = v);
|
|
75
|
+
$parcel$export(module.exports, "is-focused", () => $286d1cb34bb7dc84$export$e7dc768d35940237, (v) => $286d1cb34bb7dc84$export$e7dc768d35940237 = v);
|
|
76
|
+
$parcel$export(module.exports, "is-highlighted", () => $286d1cb34bb7dc84$export$451c613d0772eb99, (v) => $286d1cb34bb7dc84$export$451c613d0772eb99 = v);
|
|
77
|
+
$parcel$export(module.exports, "is-hovered", () => $286d1cb34bb7dc84$export$b8813cd5d7824ce7, (v) => $286d1cb34bb7dc84$export$b8813cd5d7824ce7 = v);
|
|
78
|
+
$parcel$export(module.exports, "is-open", () => $286d1cb34bb7dc84$export$a9781837241c946d, (v) => $286d1cb34bb7dc84$export$a9781837241c946d = v);
|
|
79
|
+
$parcel$export(module.exports, "is-selectable", () => $286d1cb34bb7dc84$export$fbd22ba224473193, (v) => $286d1cb34bb7dc84$export$fbd22ba224473193 = v);
|
|
80
|
+
$parcel$export(module.exports, "is-selected", () => $286d1cb34bb7dc84$export$1e0fb04f31d3c22a, (v) => $286d1cb34bb7dc84$export$1e0fb04f31d3c22a = v);
|
|
81
|
+
$parcel$export(module.exports, "keyboard", () => $286d1cb34bb7dc84$export$cfdd767f5a513509, (v) => $286d1cb34bb7dc84$export$cfdd767f5a513509 = v);
|
|
82
|
+
$parcel$export(module.exports, "spectrum-FocusRing-ring", () => $286d1cb34bb7dc84$export$4109102f950813a6, (v) => $286d1cb34bb7dc84$export$4109102f950813a6 = v);
|
|
83
|
+
$parcel$export(module.exports, "spectrum-FocusRing", () => $286d1cb34bb7dc84$export$24c7f46a6e3605dd, (v) => $286d1cb34bb7dc84$export$24c7f46a6e3605dd = v);
|
|
84
|
+
$parcel$export(module.exports, "spectrum-FocusRing--quiet", () => $286d1cb34bb7dc84$export$2927016961429360, (v) => $286d1cb34bb7dc84$export$2927016961429360 = v);
|
|
85
|
+
$parcel$export(module.exports, "spectrum-Icon", () => $286d1cb34bb7dc84$export$d374b04f30360026, (v) => $286d1cb34bb7dc84$export$d374b04f30360026 = v);
|
|
86
|
+
$parcel$export(module.exports, "spectrum-Menu", () => $286d1cb34bb7dc84$export$fae6af6decd50ac5, (v) => $286d1cb34bb7dc84$export$fae6af6decd50ac5 = v);
|
|
87
|
+
$parcel$export(module.exports, "spectrum-Menu-checkmark", () => $286d1cb34bb7dc84$export$8e15a726e4f7e62d, (v) => $286d1cb34bb7dc84$export$8e15a726e4f7e62d = v);
|
|
88
|
+
$parcel$export(module.exports, "spectrum-Menu-description", () => $286d1cb34bb7dc84$export$36f1275051e39ead, (v) => $286d1cb34bb7dc84$export$36f1275051e39ead = v);
|
|
89
|
+
$parcel$export(module.exports, "spectrum-Menu-divider", () => $286d1cb34bb7dc84$export$e892026f534efed8, (v) => $286d1cb34bb7dc84$export$e892026f534efed8 = v);
|
|
90
|
+
$parcel$export(module.exports, "spectrum-Menu-end", () => $286d1cb34bb7dc84$export$926a1bb74ed65667, (v) => $286d1cb34bb7dc84$export$926a1bb74ed65667 = v);
|
|
91
|
+
$parcel$export(module.exports, "spectrum-Menu-icon", () => $286d1cb34bb7dc84$export$cbbae63ef9e44c7a, (v) => $286d1cb34bb7dc84$export$cbbae63ef9e44c7a = v);
|
|
92
|
+
$parcel$export(module.exports, "spectrum-Menu-item", () => $286d1cb34bb7dc84$export$45faad328e6c532b, (v) => $286d1cb34bb7dc84$export$45faad328e6c532b = v);
|
|
93
|
+
$parcel$export(module.exports, "spectrum-Menu-itemGrid", () => $286d1cb34bb7dc84$export$ee5f52784f57f9c8, (v) => $286d1cb34bb7dc84$export$ee5f52784f57f9c8 = v);
|
|
94
|
+
$parcel$export(module.exports, "spectrum-Menu-itemIcon", () => $286d1cb34bb7dc84$export$f431001e1bb54633, (v) => $286d1cb34bb7dc84$export$f431001e1bb54633 = v);
|
|
95
|
+
$parcel$export(module.exports, "spectrum-Menu-itemLabel", () => $286d1cb34bb7dc84$export$1aa6419c5c650567, (v) => $286d1cb34bb7dc84$export$1aa6419c5c650567 = v);
|
|
96
|
+
$parcel$export(module.exports, "spectrum-Menu-itemLabel--wrapping", () => $286d1cb34bb7dc84$export$465092164a8e1d98, (v) => $286d1cb34bb7dc84$export$465092164a8e1d98 = v);
|
|
97
|
+
$parcel$export(module.exports, "spectrum-Menu-keyboard", () => $286d1cb34bb7dc84$export$4f9817a7dff6ba0f, (v) => $286d1cb34bb7dc84$export$4f9817a7dff6ba0f = v);
|
|
98
|
+
$parcel$export(module.exports, "spectrum-Menu-popover", () => $286d1cb34bb7dc84$export$d959f30786125b, (v) => $286d1cb34bb7dc84$export$d959f30786125b = v);
|
|
99
|
+
$parcel$export(module.exports, "spectrum-Menu-section--isFirst", () => $286d1cb34bb7dc84$export$dae331c15950f1e, (v) => $286d1cb34bb7dc84$export$dae331c15950f1e = v);
|
|
100
|
+
$parcel$export(module.exports, "spectrum-Menu-section--isLast", () => $286d1cb34bb7dc84$export$9778864c5b622fbc, (v) => $286d1cb34bb7dc84$export$9778864c5b622fbc = v);
|
|
101
|
+
$parcel$export(module.exports, "spectrum-Menu-section--noHeading", () => $286d1cb34bb7dc84$export$8b61ec49b96ad17e, (v) => $286d1cb34bb7dc84$export$8b61ec49b96ad17e = v);
|
|
102
|
+
$parcel$export(module.exports, "spectrum-Menu-sectionHeading", () => $286d1cb34bb7dc84$export$c20ea4b35020fbdd, (v) => $286d1cb34bb7dc84$export$c20ea4b35020fbdd = v);
|
|
103
|
+
$parcel$export(module.exports, "spectrum-Menu-subdialog", () => $286d1cb34bb7dc84$export$d7e47bfca92b5744, (v) => $286d1cb34bb7dc84$export$d7e47bfca92b5744 = v);
|
|
104
|
+
$parcel$export(module.exports, "spectrum-Menu-wrapper", () => $286d1cb34bb7dc84$export$76d36e55740ad742, (v) => $286d1cb34bb7dc84$export$76d36e55740ad742 = v);
|
|
105
|
+
$parcel$export(module.exports, "text", () => $286d1cb34bb7dc84$export$6f093cfa640b7166, (v) => $286d1cb34bb7dc84$export$6f093cfa640b7166 = v);
|
|
117
106
|
var $286d1cb34bb7dc84$export$292abbf31ed842a;
|
|
118
107
|
var $286d1cb34bb7dc84$export$6d59db4903f20f7d;
|
|
119
108
|
var $286d1cb34bb7dc84$export$bd5df0f255a350f8;
|
|
@@ -146,6 +135,9 @@ var $286d1cb34bb7dc84$export$1aa6419c5c650567;
|
|
|
146
135
|
var $286d1cb34bb7dc84$export$465092164a8e1d98;
|
|
147
136
|
var $286d1cb34bb7dc84$export$4f9817a7dff6ba0f;
|
|
148
137
|
var $286d1cb34bb7dc84$export$d959f30786125b;
|
|
138
|
+
var $286d1cb34bb7dc84$export$dae331c15950f1e;
|
|
139
|
+
var $286d1cb34bb7dc84$export$9778864c5b622fbc;
|
|
140
|
+
var $286d1cb34bb7dc84$export$8b61ec49b96ad17e;
|
|
149
141
|
var $286d1cb34bb7dc84$export$c20ea4b35020fbdd;
|
|
150
142
|
var $286d1cb34bb7dc84$export$d7e47bfca92b5744;
|
|
151
143
|
var $286d1cb34bb7dc84$export$76d36e55740ad742;
|
|
@@ -182,13 +174,86 @@ $286d1cb34bb7dc84$export$1aa6419c5c650567 = `Q7FggG_spectrum-Menu-itemLabel`;
|
|
|
182
174
|
$286d1cb34bb7dc84$export$465092164a8e1d98 = `Q7FggG_spectrum-Menu-itemLabel--wrapping`;
|
|
183
175
|
$286d1cb34bb7dc84$export$4f9817a7dff6ba0f = `Q7FggG_spectrum-Menu-keyboard`;
|
|
184
176
|
$286d1cb34bb7dc84$export$d959f30786125b = `Q7FggG_spectrum-Menu-popover`;
|
|
177
|
+
$286d1cb34bb7dc84$export$dae331c15950f1e = `Q7FggG_spectrum-Menu-section--isFirst`;
|
|
178
|
+
$286d1cb34bb7dc84$export$9778864c5b622fbc = `Q7FggG_spectrum-Menu-section--isLast`;
|
|
179
|
+
$286d1cb34bb7dc84$export$8b61ec49b96ad17e = `Q7FggG_spectrum-Menu-section--noHeading`;
|
|
185
180
|
$286d1cb34bb7dc84$export$c20ea4b35020fbdd = `Q7FggG_spectrum-Menu-sectionHeading`;
|
|
186
181
|
$286d1cb34bb7dc84$export$d7e47bfca92b5744 = `Q7FggG_spectrum-Menu-subdialog`;
|
|
187
182
|
$286d1cb34bb7dc84$export$76d36e55740ad742 = `Q7FggG_spectrum-Menu-wrapper`;
|
|
188
183
|
$286d1cb34bb7dc84$export$6f093cfa640b7166 = `Q7FggG_text`;
|
|
189
184
|
|
|
185
|
+
});
|
|
186
|
+
|
|
187
|
+
parcelRegister("gS7K3", function(module, exports) {
|
|
188
|
+
|
|
189
|
+
$parcel$export(module.exports, "react-spectrum-ContextualHelp-button", () => $c487b1d738ebeac2$export$20d9583c9f1529c1, (v) => $c487b1d738ebeac2$export$20d9583c9f1529c1 = v);
|
|
190
|
+
$parcel$export(module.exports, "react-spectrum-ContextualHelp-content", () => $c487b1d738ebeac2$export$a1f805890cf58c4, (v) => $c487b1d738ebeac2$export$a1f805890cf58c4 = v);
|
|
191
|
+
$parcel$export(module.exports, "react-spectrum-ContextualHelp-dialog", () => $c487b1d738ebeac2$export$ab2d873674d20d28, (v) => $c487b1d738ebeac2$export$ab2d873674d20d28 = v);
|
|
192
|
+
$parcel$export(module.exports, "react-spectrum-ContextualHelp-footer", () => $c487b1d738ebeac2$export$d901bc3fa82b87a6, (v) => $c487b1d738ebeac2$export$d901bc3fa82b87a6 = v);
|
|
193
|
+
var $c487b1d738ebeac2$export$20d9583c9f1529c1;
|
|
194
|
+
var $c487b1d738ebeac2$export$a1f805890cf58c4;
|
|
195
|
+
var $c487b1d738ebeac2$export$ab2d873674d20d28;
|
|
196
|
+
var $c487b1d738ebeac2$export$d901bc3fa82b87a6;
|
|
197
|
+
$c487b1d738ebeac2$export$20d9583c9f1529c1 = `L6gUaa_react-spectrum-ContextualHelp-button`;
|
|
198
|
+
$c487b1d738ebeac2$export$a1f805890cf58c4 = `L6gUaa_react-spectrum-ContextualHelp-content`;
|
|
199
|
+
$c487b1d738ebeac2$export$ab2d873674d20d28 = `L6gUaa_react-spectrum-ContextualHelp-dialog`;
|
|
200
|
+
$c487b1d738ebeac2$export$d901bc3fa82b87a6 = `L6gUaa_react-spectrum-ContextualHelp-footer`;
|
|
201
|
+
|
|
202
|
+
});
|
|
203
|
+
|
|
204
|
+
/*
|
|
205
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
206
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
207
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
208
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
209
|
+
*
|
|
210
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
211
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
212
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
213
|
+
* governing permissions and limitations under the License.
|
|
214
|
+
*/ /// <reference types="css-module-types" />
|
|
215
|
+
/*
|
|
216
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
217
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
218
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
219
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
220
|
+
*
|
|
221
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
222
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
223
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
224
|
+
* governing permissions and limitations under the License.
|
|
225
|
+
*/
|
|
226
|
+
/*
|
|
227
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
228
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
229
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
230
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
231
|
+
*
|
|
232
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
233
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
234
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
235
|
+
* governing permissions and limitations under the License.
|
|
236
|
+
*/
|
|
237
|
+
const $d94604d52c3e3feb$export$c7e742effb1c51e2 = (0, $9SHwR$react).createContext({});
|
|
238
|
+
function $d94604d52c3e3feb$export$21c7ab35b39f78ec() {
|
|
239
|
+
return (0, $9SHwR$useContext)($d94604d52c3e3feb$export$c7e742effb1c51e2);
|
|
240
|
+
}
|
|
241
|
+
const $d94604d52c3e3feb$export$e239f1ef5b7afe1a = (0, $9SHwR$react).createContext(undefined);
|
|
242
|
+
function $d94604d52c3e3feb$export$4bbcd0ebecc48abd() {
|
|
243
|
+
return (0, $9SHwR$useContext)($d94604d52c3e3feb$export$e239f1ef5b7afe1a);
|
|
244
|
+
}
|
|
245
|
+
const $d94604d52c3e3feb$export$24aad8519b95b41b = (0, $9SHwR$react).createContext({});
|
|
246
|
+
function $d94604d52c3e3feb$export$efa3856fc0e85e7f() {
|
|
247
|
+
return (0, $9SHwR$useContext)($d94604d52c3e3feb$export$24aad8519b95b41b);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
190
253
|
|
|
191
254
|
|
|
255
|
+
var $3tbDX = parcelRequire("3tbDX");
|
|
256
|
+
|
|
192
257
|
|
|
193
258
|
function $aa0b855f135b86e3$var$MenuTrigger(props, ref) {
|
|
194
259
|
let triggerRef = (0, $9SHwR$useRef)();
|
|
@@ -226,7 +291,7 @@ function $aa0b855f135b86e3$var$MenuTrigger(props, ref) {
|
|
|
226
291
|
width: "100%",
|
|
227
292
|
maxHeight: "inherit"
|
|
228
293
|
} : undefined,
|
|
229
|
-
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
294
|
+
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), {
|
|
230
295
|
"spectrum-Menu-popover": !isMobile
|
|
231
296
|
})
|
|
232
297
|
};
|
|
@@ -300,25 +365,25 @@ function $aa0b855f135b86e3$var$MenuTrigger(props, ref) {
|
|
|
300
365
|
var $90339528ca3fdd88$exports = {};
|
|
301
366
|
var $9c47fa309a7d4d43$exports = {};
|
|
302
367
|
$9c47fa309a7d4d43$exports = {
|
|
303
|
-
"backButton": (args)
|
|
304
|
-
"moreActions":
|
|
305
|
-
"unavailable":
|
|
368
|
+
"backButton": (args)=>`\u{627}\u{644}\u{631}\u{62C}\u{648}\u{639} \u{625}\u{644}\u{649} ${args.prevMenuButton}`,
|
|
369
|
+
"moreActions": `\u{627}\u{644}\u{645}\u{632}\u{64A}\u{62F} \u{645}\u{646} \u{627}\u{644}\u{625}\u{62C}\u{631}\u{627}\u{621}\u{627}\u{62A}`,
|
|
370
|
+
"unavailable": `\u{63A}\u{64A}\u{631} \u{645}\u{64F}\u{62A}\u{648}\u{641}\u{631}\u{60C} \u{642}\u{64F}\u{645} \u{628}\u{627}\u{644}\u{62A}\u{648}\u{633}\u{64A}\u{639} \u{644}\u{644}\u{62D}\u{635}\u{648}\u{644} \u{639}\u{644}\u{649} \u{627}\u{644}\u{62A}\u{641}\u{627}\u{635}\u{64A}\u{644}`
|
|
306
371
|
};
|
|
307
372
|
|
|
308
373
|
|
|
309
374
|
var $4cd8d8b72a119260$exports = {};
|
|
310
375
|
$4cd8d8b72a119260$exports = {
|
|
311
|
-
"backButton": (args)
|
|
312
|
-
"moreActions":
|
|
313
|
-
"unavailable":
|
|
376
|
+
"backButton": (args)=>`\u{41D}\u{430}\u{437}\u{430}\u{434} \u{43A}\u{44A}\u{43C} ${args.prevMenuButton}`,
|
|
377
|
+
"moreActions": `\u{41F}\u{43E}\u{432}\u{435}\u{447}\u{435} \u{434}\u{435}\u{439}\u{441}\u{442}\u{432}\u{438}\u{44F}`,
|
|
378
|
+
"unavailable": `\u{41D}\u{435}\u{434}\u{43E}\u{441}\u{442}\u{44A}\u{43F}\u{43D}\u{43E}, \u{440}\u{430}\u{437}\u{433}\u{44A}\u{43D}\u{435}\u{442}\u{435} \u{437}\u{430} \u{43F}\u{43E}\u{434}\u{440}\u{43E}\u{431}\u{43D}\u{43E}\u{441}\u{442}\u{438}`
|
|
314
379
|
};
|
|
315
380
|
|
|
316
381
|
|
|
317
382
|
var $10556a59bf2ddefc$exports = {};
|
|
318
383
|
$10556a59bf2ddefc$exports = {
|
|
319
|
-
"backButton": (args)=>`
|
|
320
|
-
"moreActions": `
|
|
321
|
-
"unavailable": `
|
|
384
|
+
"backButton": (args)=>`N\xe1vrat na ${args.prevMenuButton}`,
|
|
385
|
+
"moreActions": `Dal\u{161}\xed akce`,
|
|
386
|
+
"unavailable": `Nen\xed k dispozici, rozbalen\xedm zobraz\xedte podrobnosti`
|
|
322
387
|
};
|
|
323
388
|
|
|
324
389
|
|
|
@@ -326,23 +391,23 @@ var $c31b6134a3770ee4$exports = {};
|
|
|
326
391
|
$c31b6134a3770ee4$exports = {
|
|
327
392
|
"backButton": (args)=>`Vend tilbage til ${args.prevMenuButton}`,
|
|
328
393
|
"moreActions": `Flere handlinger`,
|
|
329
|
-
"unavailable": `Ikke
|
|
394
|
+
"unavailable": `Ikke tilg\xe6ngelig, udvid for detaljer`
|
|
330
395
|
};
|
|
331
396
|
|
|
332
397
|
|
|
333
398
|
var $16c606e9b72a71c3$exports = {};
|
|
334
399
|
$16c606e9b72a71c3$exports = {
|
|
335
|
-
"backButton": (args)=>`
|
|
400
|
+
"backButton": (args)=>`Zur\xfcck zu ${args.prevMenuButton}`,
|
|
336
401
|
"moreActions": `Mehr Aktionen`,
|
|
337
|
-
"unavailable": `Nicht
|
|
402
|
+
"unavailable": `Nicht verf\xfcgbar, f\xfcr Details erweitern`
|
|
338
403
|
};
|
|
339
404
|
|
|
340
405
|
|
|
341
406
|
var $055104befa589c0a$exports = {};
|
|
342
407
|
$055104befa589c0a$exports = {
|
|
343
|
-
"backButton": (args)
|
|
344
|
-
"moreActions":
|
|
345
|
-
"unavailable":
|
|
408
|
+
"backButton": (args)=>`\u{395}\u{3C0}\u{3B9}\u{3C3}\u{3C4}\u{3C1}\u{3BF}\u{3C6}\u{3AE} \u{3C3}\u{3C4}\u{3BF} ${args.prevMenuButton}`,
|
|
409
|
+
"moreActions": `\u{3A0}\u{3B5}\u{3C1}\u{3B9}\u{3C3}\u{3C3}\u{3CC}\u{3C4}\u{3B5}\u{3C1}\u{3B5}\u{3C2} \u{3B5}\u{3BD}\u{3AD}\u{3C1}\u{3B3}\u{3B5}\u{3B9}\u{3B5}\u{3C2}`,
|
|
410
|
+
"unavailable": `\u{39C}\u{3B7} \u{3B4}\u{3B9}\u{3B1}\u{3B8}\u{3AD}\u{3C3}\u{3B9}\u{3BC}\u{3BF}, \u{3B1}\u{3BD}\u{3AC}\u{3C0}\u{3C4}\u{3C5}\u{3BE}\u{3B7} \u{3B3}\u{3B9}\u{3B1} \u{3BB}\u{3B5}\u{3C0}\u{3C4}\u{3BF}\u{3BC}\u{3AD}\u{3C1}\u{3B5}\u{3B9}\u{3B5}\u{3C2}`
|
|
346
411
|
};
|
|
347
412
|
|
|
348
413
|
|
|
@@ -357,8 +422,8 @@ $de5da9cdd5bee12a$exports = {
|
|
|
357
422
|
var $db3723c51a085311$exports = {};
|
|
358
423
|
$db3723c51a085311$exports = {
|
|
359
424
|
"backButton": (args)=>`Volver a ${args.prevMenuButton}`,
|
|
360
|
-
"moreActions": `
|
|
361
|
-
"unavailable": `No disponible, ampliar para
|
|
425
|
+
"moreActions": `M\xe1s acciones`,
|
|
426
|
+
"unavailable": `No disponible, ampliar para m\xe1s detalles`
|
|
362
427
|
};
|
|
363
428
|
|
|
364
429
|
|
|
@@ -366,15 +431,15 @@ var $5cd99c404e06eb9f$exports = {};
|
|
|
366
431
|
$5cd99c404e06eb9f$exports = {
|
|
367
432
|
"backButton": (args)=>`Tagasi ${args.prevMenuButton}`,
|
|
368
433
|
"moreActions": `Veel toiminguid`,
|
|
369
|
-
"unavailable": `Pole
|
|
434
|
+
"unavailable": `Pole k\xe4ttesaadav, \xfcksikasjade vaatamiseks laiendage`
|
|
370
435
|
};
|
|
371
436
|
|
|
372
437
|
|
|
373
438
|
var $65f73c6fde514402$exports = {};
|
|
374
439
|
$65f73c6fde514402$exports = {
|
|
375
440
|
"backButton": (args)=>`Palaa kohtaan ${args.prevMenuButton}`,
|
|
376
|
-
"moreActions": `
|
|
377
|
-
"unavailable": `Ei saatavilla, laajenna saadaksesi
|
|
441
|
+
"moreActions": `Lis\xe4\xe4 toimintoja`,
|
|
442
|
+
"unavailable": `Ei saatavilla, laajenna saadaksesi lis\xe4tietoja`
|
|
378
443
|
};
|
|
379
444
|
|
|
380
445
|
|
|
@@ -382,15 +447,15 @@ var $0f0e6467596070ec$exports = {};
|
|
|
382
447
|
$0f0e6467596070ec$exports = {
|
|
383
448
|
"backButton": (args)=>`Retour vers ${args.prevMenuButton}`,
|
|
384
449
|
"moreActions": `Autres actions`,
|
|
385
|
-
"unavailable": `Indisponible,
|
|
450
|
+
"unavailable": `Indisponible, d\xe9velopper pour plus de d\xe9tails`
|
|
386
451
|
};
|
|
387
452
|
|
|
388
453
|
|
|
389
454
|
var $93c080405bcb117f$exports = {};
|
|
390
455
|
$93c080405bcb117f$exports = {
|
|
391
|
-
"backButton": (args)
|
|
392
|
-
"moreActions":
|
|
393
|
-
"unavailable":
|
|
456
|
+
"backButton": (args)=>`\u{5D7}\u{5D6}\u{5D5}\u{5E8} \u{5D0}\u{5DC} ${args.prevMenuButton}`,
|
|
457
|
+
"moreActions": `\u{5E4}\u{5E2}\u{5D5}\u{5DC}\u{5D5}\u{5EA} \u{5E0}\u{5D5}\u{5E1}\u{5E4}\u{5D5}\u{5EA}`,
|
|
458
|
+
"unavailable": `\u{5DC}\u{5D0} \u{5D6}\u{5DE}\u{5D9}\u{5DF}, \u{5D4}\u{5E8}\u{5D7}\u{5D1} \u{5DC}\u{5E4}\u{5E8}\u{5D8}\u{5D9}\u{5DD}`
|
|
394
459
|
};
|
|
395
460
|
|
|
396
461
|
|
|
@@ -398,15 +463,15 @@ var $4c9dcf87f189563f$exports = {};
|
|
|
398
463
|
$4c9dcf87f189563f$exports = {
|
|
399
464
|
"backButton": (args)=>`Povratak na ${args.prevMenuButton}`,
|
|
400
465
|
"moreActions": `Dodatne radnje`,
|
|
401
|
-
"unavailable": `Nije dostupno,
|
|
466
|
+
"unavailable": `Nije dostupno, pro\u{161}iri za detalje`
|
|
402
467
|
};
|
|
403
468
|
|
|
404
469
|
|
|
405
470
|
var $9be03138870991df$exports = {};
|
|
406
471
|
$9be03138870991df$exports = {
|
|
407
472
|
"backButton": (args)=>`Vissza ide: ${args.prevMenuButton}`,
|
|
408
|
-
"moreActions": `
|
|
409
|
-
"unavailable": `Nem
|
|
473
|
+
"moreActions": `Tov\xe1bbi lehet\u{151}s\xe9gek`,
|
|
474
|
+
"unavailable": `Nem \xe9rhet\u{151} el, a r\xe9szletek\xe9rt bontsa ki`
|
|
410
475
|
};
|
|
411
476
|
|
|
412
477
|
|
|
@@ -420,39 +485,39 @@ $ad8c9cad3dbd650f$exports = {
|
|
|
420
485
|
|
|
421
486
|
var $bc78ecf2de5c1277$exports = {};
|
|
422
487
|
$bc78ecf2de5c1277$exports = {
|
|
423
|
-
"backButton": (args)=>`${args.prevMenuButton}
|
|
424
|
-
"moreActions":
|
|
425
|
-
"unavailable":
|
|
488
|
+
"backButton": (args)=>`${args.prevMenuButton} \u{306B}\u{623B}\u{308B}`,
|
|
489
|
+
"moreActions": `\u{305D}\u{306E}\u{4ED6}\u{306E}\u{30A2}\u{30AF}\u{30B7}\u{30E7}\u{30F3}`,
|
|
490
|
+
"unavailable": `\u{5229}\u{7528}\u{3067}\u{304D}\u{307E}\u{305B}\u{3093}\u{3002}\u{8A73}\u{3057}\u{304F}\u{306F}\u{3001}\u{5C55}\u{958B}\u{3057}\u{3066}\u{78BA}\u{8A8D}\u{3057}\u{3066}\u{304F}\u{3060}\u{3055}\u{3044}`
|
|
426
491
|
};
|
|
427
492
|
|
|
428
493
|
|
|
429
494
|
var $e1819c2136902bf7$exports = {};
|
|
430
495
|
$e1819c2136902bf7$exports = {
|
|
431
|
-
"backButton": (args)=>`${args.prevMenuButton}(
|
|
432
|
-
"moreActions":
|
|
433
|
-
"unavailable":
|
|
496
|
+
"backButton": (args)=>`${args.prevMenuButton}(\u{C73C})\u{B85C} \u{B3CC}\u{C544}\u{AC00}\u{AE30}`,
|
|
497
|
+
"moreActions": `\u{AE30}\u{D0C0} \u{C561}\u{C158}`,
|
|
498
|
+
"unavailable": `\u{C0AC}\u{C6A9}\u{D560} \u{C218} \u{C5C6}\u{C74C}, \u{C790}\u{C138}\u{D788} \u{BCF4}\u{B824}\u{BA74} \u{D3BC}\u{CE58}\u{AE30}`
|
|
434
499
|
};
|
|
435
500
|
|
|
436
501
|
|
|
437
502
|
var $99b345867a868892$exports = {};
|
|
438
503
|
$99b345867a868892$exports = {
|
|
439
|
-
"backButton": (args)=>`
|
|
440
|
-
"moreActions": `Daugiau veiksm
|
|
441
|
-
"unavailable": `Nepasiekiama,
|
|
504
|
+
"backButton": (args)=>`Gr\u{12F}\u{17E}ti \u{12F} ${args.prevMenuButton}`,
|
|
505
|
+
"moreActions": `Daugiau veiksm\u{173}`,
|
|
506
|
+
"unavailable": `Nepasiekiama, nor\u{117}dami gauti daugiau informacijos, i\u{161}skleiskite`
|
|
442
507
|
};
|
|
443
508
|
|
|
444
509
|
|
|
445
510
|
var $5f3754867e416768$exports = {};
|
|
446
511
|
$5f3754867e416768$exports = {
|
|
447
512
|
"backButton": (args)=>`Atgriezties uz ${args.prevMenuButton}`,
|
|
448
|
-
"moreActions": `Citas
|
|
449
|
-
"unavailable": `Nav pieejams,
|
|
513
|
+
"moreActions": `Citas darb\u{12B}bas`,
|
|
514
|
+
"unavailable": `Nav pieejams, izv\u{113}rsiet, lai skat\u{12B}tu s\u{12B}k\u{101}ku inform\u{101}ciju`
|
|
450
515
|
};
|
|
451
516
|
|
|
452
517
|
|
|
453
518
|
var $68ce88a369285902$exports = {};
|
|
454
519
|
$68ce88a369285902$exports = {
|
|
455
|
-
"backButton": (args)=>`
|
|
520
|
+
"backButton": (args)=>`G\xe5 tilbake til ${args.prevMenuButton}`,
|
|
456
521
|
"moreActions": `Flere handlinger`,
|
|
457
522
|
"unavailable": `Utilgjengelig, utvid for detaljer`
|
|
458
523
|
};
|
|
@@ -468,57 +533,57 @@ $e9243a5fd645a2cf$exports = {
|
|
|
468
533
|
|
|
469
534
|
var $ab29dff56735387a$exports = {};
|
|
470
535
|
$ab29dff56735387a$exports = {
|
|
471
|
-
"backButton": (args)=>`
|
|
472
|
-
"moreActions": `
|
|
473
|
-
"unavailable": `
|
|
536
|
+
"backButton": (args)=>`Wr\xf3\u{107} do: ${args.prevMenuButton}`,
|
|
537
|
+
"moreActions": `Wi\u{119}cej akcji`,
|
|
538
|
+
"unavailable": `Niedost\u{119}pne, rozwi\u{144}, aby zobaczy\u{107} szczeg\xf3\u{142}y`
|
|
474
539
|
};
|
|
475
540
|
|
|
476
541
|
|
|
477
542
|
var $d943521233798059$exports = {};
|
|
478
543
|
$d943521233798059$exports = {
|
|
479
544
|
"backButton": (args)=>`Retornar a ${args.prevMenuButton}`,
|
|
480
|
-
"moreActions": `Mais
|
|
481
|
-
"unavailable": `
|
|
545
|
+
"moreActions": `Mais a\xe7\xf5es`,
|
|
546
|
+
"unavailable": `Indispon\xedvel. Expanda para ver os detalhes`
|
|
482
547
|
};
|
|
483
548
|
|
|
484
549
|
|
|
485
550
|
var $3ad4dfd69f313220$exports = {};
|
|
486
551
|
$3ad4dfd69f313220$exports = {
|
|
487
552
|
"backButton": (args)=>`Voltar ao ${args.prevMenuButton}`,
|
|
488
|
-
"moreActions": `Mais
|
|
489
|
-
"unavailable": `
|
|
553
|
+
"moreActions": `Mais a\xe7\xf5es`,
|
|
554
|
+
"unavailable": `Indispon\xedvel, expandir para mais detalhes`
|
|
490
555
|
};
|
|
491
556
|
|
|
492
557
|
|
|
493
558
|
var $22fbf25776bcbdd5$exports = {};
|
|
494
559
|
$22fbf25776bcbdd5$exports = {
|
|
495
|
-
"backButton": (args)=>`
|
|
496
|
-
"moreActions": `Mai multe
|
|
497
|
-
"unavailable": `Indisponibil,
|
|
560
|
+
"backButton": (args)=>`Reveni\u{21B}i la ${args.prevMenuButton}`,
|
|
561
|
+
"moreActions": `Mai multe ac\u{21B}iuni`,
|
|
562
|
+
"unavailable": `Indisponibil, extinde\u{21B}i pentru detalii`
|
|
498
563
|
};
|
|
499
564
|
|
|
500
565
|
|
|
501
566
|
var $ae7dddfad0448b8a$exports = {};
|
|
502
567
|
$ae7dddfad0448b8a$exports = {
|
|
503
|
-
"backButton": (args)
|
|
504
|
-
"moreActions":
|
|
505
|
-
"unavailable":
|
|
568
|
+
"backButton": (args)=>`\u{412}\u{435}\u{440}\u{43D}\u{443}\u{442}\u{44C}\u{441}\u{44F} \u{43A} ${args.prevMenuButton}`,
|
|
569
|
+
"moreActions": `\u{414}\u{43E}\u{43F}\u{43E}\u{43B}\u{43D}\u{438}\u{442}\u{435}\u{43B}\u{44C}\u{43D}\u{44B}\u{435} \u{434}\u{435}\u{439}\u{441}\u{442}\u{432}\u{438}\u{44F}`,
|
|
570
|
+
"unavailable": `\u{41D}\u{435}\u{434}\u{43E}\u{441}\u{442}\u{443}\u{43F}\u{43D}\u{43E}, \u{440}\u{430}\u{437}\u{432}\u{435}\u{440}\u{43D}\u{438}\u{442}\u{435} \u{434}\u{43B}\u{44F} \u{43F}\u{43E}\u{434}\u{440}\u{43E}\u{431}\u{43D}\u{43E}\u{441}\u{442}\u{435}\u{439}`
|
|
506
571
|
};
|
|
507
572
|
|
|
508
573
|
|
|
509
574
|
var $3a572e5fc81706d7$exports = {};
|
|
510
575
|
$3a572e5fc81706d7$exports = {
|
|
511
|
-
"backButton": (args)=>`
|
|
512
|
-
"moreActions":
|
|
513
|
-
"unavailable": `Nedostupn
|
|
576
|
+
"backButton": (args)=>`Sp\xe4\u{165} na ${args.prevMenuButton}`,
|
|
577
|
+
"moreActions": `\u{10E}al\u{161}ie akcie`,
|
|
578
|
+
"unavailable": `Nedostupn\xe9, rozba\u{13E}te podrobnosti`
|
|
514
579
|
};
|
|
515
580
|
|
|
516
581
|
|
|
517
582
|
var $f510599a6178d1bd$exports = {};
|
|
518
583
|
$f510599a6178d1bd$exports = {
|
|
519
584
|
"backButton": (args)=>`Nazaj na ${args.prevMenuButton}`,
|
|
520
|
-
"moreActions": `
|
|
521
|
-
"unavailable": `Ni na voljo,
|
|
585
|
+
"moreActions": `Ve\u{10D} mo\u{17E}nosti`,
|
|
586
|
+
"unavailable": `Ni na voljo, raz\u{161}irite za podrobnosti`
|
|
522
587
|
};
|
|
523
588
|
|
|
524
589
|
|
|
@@ -526,47 +591,47 @@ var $931fd402ea71f56a$exports = {};
|
|
|
526
591
|
$931fd402ea71f56a$exports = {
|
|
527
592
|
"backButton": (args)=>`Povratak na ${args.prevMenuButton}`,
|
|
528
593
|
"moreActions": `Dodatne radnje`,
|
|
529
|
-
"unavailable": `Nije dostupno,
|
|
594
|
+
"unavailable": `Nije dostupno, pro\u{161}irite za detalje`
|
|
530
595
|
};
|
|
531
596
|
|
|
532
597
|
|
|
533
598
|
var $afa6d5819988437d$exports = {};
|
|
534
599
|
$afa6d5819988437d$exports = {
|
|
535
|
-
"backButton": (args)
|
|
536
|
-
"moreActions": `Fler
|
|
537
|
-
"unavailable": `Ej
|
|
600
|
+
"backButton": (args)=>`\xc5terg\xe5 till ${args.prevMenuButton}`,
|
|
601
|
+
"moreActions": `Fler \xe5tg\xe4rder`,
|
|
602
|
+
"unavailable": `Ej tillg\xe4nglig, expandera f\xf6r mer information`
|
|
538
603
|
};
|
|
539
604
|
|
|
540
605
|
|
|
541
606
|
var $6ef9c252e9fbc070$exports = {};
|
|
542
607
|
$6ef9c252e9fbc070$exports = {
|
|
543
|
-
"backButton": (args)=>`Geri
|
|
608
|
+
"backButton": (args)=>`Geri d\xf6n: ${args.prevMenuButton}`,
|
|
544
609
|
"moreActions": `Daha fazla eylem`,
|
|
545
|
-
"unavailable": `
|
|
610
|
+
"unavailable": `Kullan\u{131}lam\u{131}yor, ayr\u{131}nt\u{131}lar\u{131} g\xf6rmek i\xe7in geni\u{15F}letin`
|
|
546
611
|
};
|
|
547
612
|
|
|
548
613
|
|
|
549
614
|
var $9a5e4d563d152847$exports = {};
|
|
550
615
|
$9a5e4d563d152847$exports = {
|
|
551
|
-
"backButton": (args)
|
|
552
|
-
"moreActions":
|
|
553
|
-
"unavailable":
|
|
616
|
+
"backButton": (args)=>`\u{41F}\u{43E}\u{432}\u{435}\u{440}\u{43D}\u{443}\u{442}\u{438}\u{441}\u{44F} \u{434}\u{43E} ${args.prevMenuButton}`,
|
|
617
|
+
"moreActions": `\u{411}\u{456}\u{43B}\u{44C}\u{448}\u{435} \u{434}\u{456}\u{439}`,
|
|
618
|
+
"unavailable": `\u{41D}\u{435}\u{434}\u{43E}\u{441}\u{442}\u{443}\u{43F}\u{43D}\u{43E}, \u{440}\u{43E}\u{437}\u{433}\u{43E}\u{440}\u{43D}\u{456}\u{442}\u{44C} \u{434}\u{43B}\u{44F} \u{434}\u{43E}\u{43A}\u{43B}\u{430}\u{434}\u{43D}\u{456}\u{448}\u{43E}\u{457} \u{456}\u{43D}\u{444}\u{43E}\u{440}\u{43C}\u{430}\u{446}\u{456}\u{457}`
|
|
554
619
|
};
|
|
555
620
|
|
|
556
621
|
|
|
557
622
|
var $57bb191f18e8be40$exports = {};
|
|
558
623
|
$57bb191f18e8be40$exports = {
|
|
559
|
-
"backButton": (args)
|
|
560
|
-
"moreActions":
|
|
561
|
-
"unavailable":
|
|
624
|
+
"backButton": (args)=>`\u{8FD4}\u{56DE} ${args.prevMenuButton}`,
|
|
625
|
+
"moreActions": `\u{66F4}\u{591A}\u{64CD}\u{4F5C}`,
|
|
626
|
+
"unavailable": `\u{4E0D}\u{53EF}\u{7528}\u{FF0C}\u{5C55}\u{5F00}\u{4EE5}\u{67E5}\u{770B}\u{8BE6}\u{7EC6}\u{4FE1}\u{606F}`
|
|
562
627
|
};
|
|
563
628
|
|
|
564
629
|
|
|
565
630
|
var $56f3d9ca2967952d$exports = {};
|
|
566
631
|
$56f3d9ca2967952d$exports = {
|
|
567
|
-
"backButton": (args)
|
|
568
|
-
"moreActions":
|
|
569
|
-
"unavailable":
|
|
632
|
+
"backButton": (args)=>`\u{8FD4}\u{56DE} ${args.prevMenuButton}`,
|
|
633
|
+
"moreActions": `\u{66F4}\u{591A}\u{52D5}\u{4F5C}`,
|
|
634
|
+
"unavailable": `\u{7121}\u{6CD5}\u{4F7F}\u{7528}\u{FF0C}\u{5C55}\u{958B}\u{4EE5}\u{53D6}\u{5F97}\u{8A73}\u{7D30}\u{8CC7}\u{6599}`
|
|
570
635
|
};
|
|
571
636
|
|
|
572
637
|
|
|
@@ -611,6 +676,7 @@ $90339528ca3fdd88$exports = {
|
|
|
611
676
|
|
|
612
677
|
|
|
613
678
|
|
|
679
|
+
var $3tbDX = parcelRequire("3tbDX");
|
|
614
680
|
|
|
615
681
|
|
|
616
682
|
|
|
@@ -654,44 +720,44 @@ function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
|
|
|
654
720
|
}
|
|
655
721
|
let contents = typeof rendered === "string" ? /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$Text), null, rendered) : rendered;
|
|
656
722
|
return /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$FocusRing), {
|
|
657
|
-
focusRingClass: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
723
|
+
focusRingClass: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "focus-ring")
|
|
658
724
|
}, /*#__PURE__*/ (0, $9SHwR$react).createElement(ElementType, {
|
|
659
725
|
...menuItemProps,
|
|
660
726
|
ref: ref,
|
|
661
|
-
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
727
|
+
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "spectrum-Menu-item", {
|
|
662
728
|
"is-disabled": isDisabled,
|
|
663
729
|
"is-selected": isSelected,
|
|
664
730
|
"is-selectable": state.selectionManager.selectionMode !== "none",
|
|
665
731
|
"is-open": state.expandedKeys.has(key)
|
|
666
732
|
})
|
|
667
733
|
}, /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$Grid), {
|
|
668
|
-
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
734
|
+
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "spectrum-Menu-itemGrid")
|
|
669
735
|
}, /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$ClearSlots), null, /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$SlotProvider), {
|
|
670
736
|
slots: {
|
|
671
737
|
text: {
|
|
672
|
-
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($
|
|
738
|
+
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($3tbDX)))["spectrum-Menu-itemLabel"],
|
|
673
739
|
...labelProps
|
|
674
740
|
},
|
|
675
741
|
end: {
|
|
676
|
-
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($
|
|
742
|
+
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($3tbDX)))["spectrum-Menu-end"],
|
|
677
743
|
...endProps
|
|
678
744
|
},
|
|
679
745
|
icon: {
|
|
680
|
-
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($
|
|
746
|
+
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($3tbDX)))["spectrum-Menu-icon"],
|
|
681
747
|
size: "S"
|
|
682
748
|
},
|
|
683
749
|
description: {
|
|
684
|
-
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($
|
|
750
|
+
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($3tbDX)))["spectrum-Menu-description"],
|
|
685
751
|
...descriptionProps
|
|
686
752
|
},
|
|
687
753
|
keyboard: {
|
|
688
|
-
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($
|
|
754
|
+
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($3tbDX)))["spectrum-Menu-keyboard"],
|
|
689
755
|
...keyboardShortcutProps
|
|
690
756
|
}
|
|
691
757
|
}
|
|
692
758
|
}, contents, isSelected && /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$spectrumiconsuiCheckmarkMedium), {
|
|
693
759
|
slot: "checkmark",
|
|
694
|
-
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
760
|
+
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "spectrum-Menu-checkmark")
|
|
695
761
|
}), isUnavailable && /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$spectrumiconsworkflowInfoOutline), {
|
|
696
762
|
slot: "end",
|
|
697
763
|
size: "XS",
|
|
@@ -716,9 +782,11 @@ function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
|
|
|
716
782
|
|
|
717
783
|
|
|
718
784
|
|
|
785
|
+
var $3tbDX = parcelRequire("3tbDX");
|
|
719
786
|
|
|
720
787
|
|
|
721
788
|
function $b966e606890cc5ca$export$4b1545b4f2016d26(props) {
|
|
789
|
+
var _filter_at;
|
|
722
790
|
let { item: item, state: state, onAction: onAction } = props;
|
|
723
791
|
let { itemProps: itemProps, headingProps: headingProps, groupProps: groupProps } = (0, $9SHwR$useMenuSection)({
|
|
724
792
|
heading: item.rendered,
|
|
@@ -727,15 +795,25 @@ function $b966e606890cc5ca$export$4b1545b4f2016d26(props) {
|
|
|
727
795
|
let { separatorProps: separatorProps } = (0, $9SHwR$useSeparator)({
|
|
728
796
|
elementType: "div"
|
|
729
797
|
});
|
|
798
|
+
let firstSectionKey = state.collection.getFirstKey();
|
|
799
|
+
let lastSectionKey = (_filter_at = [
|
|
800
|
+
...state.collection
|
|
801
|
+
].filter((node)=>node.type === "section").at(-1)) === null || _filter_at === void 0 ? void 0 : _filter_at.key;
|
|
802
|
+
let sectionIsFirst = firstSectionKey === item.key && state.collection.getFirstKey() === firstSectionKey;
|
|
803
|
+
let sectionIsLast = lastSectionKey === item.key && state.collection.getItem(state.collection.getLastKey()).parentKey === lastSectionKey;
|
|
730
804
|
return /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$Fragment), null, item.key !== state.collection.getFirstKey() && /*#__PURE__*/ (0, $9SHwR$react).createElement("div", {
|
|
731
805
|
...separatorProps,
|
|
732
|
-
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
806
|
+
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "spectrum-Menu-divider")
|
|
733
807
|
}), /*#__PURE__*/ (0, $9SHwR$react).createElement("div", itemProps, item.rendered && /*#__PURE__*/ (0, $9SHwR$react).createElement("span", {
|
|
734
808
|
...headingProps,
|
|
735
|
-
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
809
|
+
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "spectrum-Menu-sectionHeading")
|
|
736
810
|
}, item.rendered), /*#__PURE__*/ (0, $9SHwR$react).createElement("div", {
|
|
737
811
|
...groupProps,
|
|
738
|
-
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
812
|
+
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "spectrum-Menu", {
|
|
813
|
+
"spectrum-Menu-section--noHeading": item.rendered == null,
|
|
814
|
+
"spectrum-Menu-section--isFirst": sectionIsFirst,
|
|
815
|
+
"spectrum-Menu-section--isLast": sectionIsLast
|
|
816
|
+
})
|
|
739
817
|
}, [
|
|
740
818
|
...(0, $9SHwR$getChildNodes)(item, state.collection)
|
|
741
819
|
].map((node)=>{
|
|
@@ -754,6 +832,7 @@ function $b966e606890cc5ca$export$4b1545b4f2016d26(props) {
|
|
|
754
832
|
|
|
755
833
|
|
|
756
834
|
|
|
835
|
+
var $3tbDX = parcelRequire("3tbDX");
|
|
757
836
|
|
|
758
837
|
|
|
759
838
|
function $49b26f4b606348f6$var$Menu(props, ref) {
|
|
@@ -767,6 +846,7 @@ function $49b26f4b606348f6$var$Menu(props, ref) {
|
|
|
767
846
|
let { menuProps: menuProps } = (0, $9SHwR$useMenu)(completeProps, state, domRef);
|
|
768
847
|
let { styleProps: styleProps } = (0, $9SHwR$useStyleProps)(completeProps);
|
|
769
848
|
(0, $9SHwR$useSyncRef)(contextProps, domRef);
|
|
849
|
+
let isMobile = (0, $9SHwR$useIsMobileDevice)();
|
|
770
850
|
return /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $d94604d52c3e3feb$export$24aad8519b95b41b).Provider, {
|
|
771
851
|
value: {
|
|
772
852
|
state: state,
|
|
@@ -776,12 +856,12 @@ function $49b26f4b606348f6$var$Menu(props, ref) {
|
|
|
776
856
|
}, /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$FocusScope), {
|
|
777
857
|
contain: state.expandedKeys.size > 0
|
|
778
858
|
}, /*#__PURE__*/ (0, $9SHwR$react).createElement("div", {
|
|
779
|
-
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
859
|
+
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), !isMobile ? "spectrum-Menu-wrapper" : "")
|
|
780
860
|
}, /*#__PURE__*/ (0, $9SHwR$react).createElement("div", {
|
|
781
861
|
...menuProps,
|
|
782
862
|
...styleProps,
|
|
783
863
|
ref: domRef,
|
|
784
|
-
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
864
|
+
className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), "spectrum-Menu", styleProps.className)
|
|
785
865
|
}, [
|
|
786
866
|
...state.collection
|
|
787
867
|
].map((item)=>{
|
|
@@ -871,26 +951,13 @@ function $43fa9949e6af393d$var$ActionMenu(props, ref) {
|
|
|
871
951
|
* governing permissions and limitations under the License.
|
|
872
952
|
*/
|
|
873
953
|
|
|
874
|
-
var $c487b1d738ebeac2$exports = {};
|
|
875
|
-
|
|
876
|
-
$parcel$export($c487b1d738ebeac2$exports, "react-spectrum-ContextualHelp-button", () => $c487b1d738ebeac2$export$20d9583c9f1529c1, (v) => $c487b1d738ebeac2$export$20d9583c9f1529c1 = v);
|
|
877
|
-
$parcel$export($c487b1d738ebeac2$exports, "react-spectrum-ContextualHelp-content", () => $c487b1d738ebeac2$export$a1f805890cf58c4, (v) => $c487b1d738ebeac2$export$a1f805890cf58c4 = v);
|
|
878
|
-
$parcel$export($c487b1d738ebeac2$exports, "react-spectrum-ContextualHelp-dialog", () => $c487b1d738ebeac2$export$ab2d873674d20d28, (v) => $c487b1d738ebeac2$export$ab2d873674d20d28 = v);
|
|
879
|
-
$parcel$export($c487b1d738ebeac2$exports, "react-spectrum-ContextualHelp-footer", () => $c487b1d738ebeac2$export$d901bc3fa82b87a6, (v) => $c487b1d738ebeac2$export$d901bc3fa82b87a6 = v);
|
|
880
|
-
var $c487b1d738ebeac2$export$20d9583c9f1529c1;
|
|
881
|
-
var $c487b1d738ebeac2$export$a1f805890cf58c4;
|
|
882
|
-
var $c487b1d738ebeac2$export$ab2d873674d20d28;
|
|
883
|
-
var $c487b1d738ebeac2$export$d901bc3fa82b87a6;
|
|
884
|
-
$c487b1d738ebeac2$export$20d9583c9f1529c1 = `L6gUaa_react-spectrum-ContextualHelp-button`;
|
|
885
|
-
$c487b1d738ebeac2$export$a1f805890cf58c4 = `L6gUaa_react-spectrum-ContextualHelp-content`;
|
|
886
|
-
$c487b1d738ebeac2$export$ab2d873674d20d28 = `L6gUaa_react-spectrum-ContextualHelp-dialog`;
|
|
887
|
-
$c487b1d738ebeac2$export$d901bc3fa82b87a6 = `L6gUaa_react-spectrum-ContextualHelp-footer`;
|
|
888
|
-
|
|
889
954
|
|
|
955
|
+
var $gS7K3 = parcelRequire("gS7K3");
|
|
890
956
|
|
|
891
957
|
|
|
892
958
|
|
|
893
959
|
|
|
960
|
+
var $3tbDX = parcelRequire("3tbDX");
|
|
894
961
|
|
|
895
962
|
function $726fb1b478e356bf$var$ContextualHelpTrigger(props) {
|
|
896
963
|
let { isUnavailable: isUnavailable } = props;
|
|
@@ -905,21 +972,21 @@ function $726fb1b478e356bf$var$ContextualHelpTrigger(props) {
|
|
|
905
972
|
}
|
|
906
973
|
}
|
|
907
974
|
});
|
|
975
|
+
let isMobile = (0, $9SHwR$useIsMobileDevice)();
|
|
908
976
|
let slots = {};
|
|
909
977
|
if (isUnavailable) slots = {
|
|
910
978
|
dialog: {
|
|
911
|
-
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($
|
|
979
|
+
UNSAFE_className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($gS7K3))), "react-spectrum-ContextualHelp-dialog", (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3tbDX))), !isMobile ? "spectrum-Menu-subdialog" : ""))
|
|
912
980
|
},
|
|
913
981
|
content: {
|
|
914
|
-
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($
|
|
982
|
+
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($gS7K3)))["react-spectrum-ContextualHelp-content"]
|
|
915
983
|
},
|
|
916
984
|
footer: {
|
|
917
|
-
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($
|
|
985
|
+
UNSAFE_className: (0, (/*@__PURE__*/$parcel$interopDefault($gS7K3)))["react-spectrum-ContextualHelp-footer"]
|
|
918
986
|
}
|
|
919
987
|
};
|
|
920
988
|
let [trigger] = (0, $9SHwR$react).Children.toArray(props.children);
|
|
921
989
|
let [, content] = props.children;
|
|
922
|
-
let isMobile = (0, $9SHwR$useIsMobileDevice)();
|
|
923
990
|
let onExit = ()=>{
|
|
924
991
|
// if focus was already moved back to a menu item, don't need to do anything
|
|
925
992
|
if (!menu.current.contains(document.activeElement)) // need to return focus to the trigger because hitting Esc causes focus to go to the subdialog, which is then unmounted
|