react-aria
Version:
Spectrum UI components in React
25 lines (22 loc) • 1.31 kB
JavaScript
/*
* Copyright 2020 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/ const $c1c90317e8bffe4d$export$5b9bb410392e3991 = new WeakMap();
function $c1c90317e8bffe4d$export$f45c25170b9a99c2(state, key) {
let { id: id } = $c1c90317e8bffe4d$export$5b9bb410392e3991.get(state) ?? {};
if (!id) throw new Error('Unknown list');
return `${id}-${$c1c90317e8bffe4d$export$e0c709538cb8ae18(key)}`;
}
function $c1c90317e8bffe4d$export$e0c709538cb8ae18(key) {
if (typeof key === 'string') return key.replace(/\s*/g, '');
return '' + key;
}
export {$c1c90317e8bffe4d$export$5b9bb410392e3991 as listMap, $c1c90317e8bffe4d$export$f45c25170b9a99c2 as getRowId, $c1c90317e8bffe4d$export$e0c709538cb8ae18 as normalizeKey};
//# sourceMappingURL=utils.mjs.map