@gravity-ui/navigation 6.0.0-beta.4 → 6.1.0
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/README.md +1 -1
- package/build/cjs/components/AsideHeader/AsideHeader.js +2 -2
- package/build/cjs/components/AsideHeader/AsideHeader.js.map +1 -1
- package/build/cjs/components/AsideHeader/components/CompositeBar/HighlightedItem/HighlightedItem.js +2 -2
- package/build/cjs/components/AsideHeader/components/CompositeBar/HighlightedItem/HighlightedItem.js.map +1 -1
- package/build/cjs/components/AsideHeader/components/CompositeBar/Item/Item.js +7 -13
- package/build/cjs/components/AsideHeader/components/CompositeBar/Item/Item.js.map +1 -1
- package/build/cjs/components/AsideHeader/components/Panels.js +2 -2
- package/build/cjs/components/AsideHeader/components/Panels.js.map +1 -1
- package/build/cjs/components/AsideHeader/useAsideHeaderInnerContextValue.js +1 -0
- package/build/cjs/components/AsideHeader/useAsideHeaderInnerContextValue.js.map +1 -1
- package/build/cjs/components/Footer/MenuItem/MenuItem.js +2 -2
- package/build/cjs/components/Footer/MenuItem/MenuItem.js.map +1 -1
- package/build/cjs/components/HotkeysPanel/HotkeysPanel.js +2 -2
- package/build/cjs/components/HotkeysPanel/HotkeysPanel.js.map +1 -1
- package/build/cjs/components/Logo/Logo.js +2 -2
- package/build/cjs/components/Logo/Logo.js.map +1 -1
- package/build/cjs/components/MobileHeader/MobileHeader.js +2 -2
- package/build/cjs/components/MobileHeader/MobileHeader.js.map +1 -1
- package/build/cjs/components/Settings/Settings.js +87 -40
- package/build/cjs/components/Settings/Settings.js.map +1 -1
- package/build/cjs/components/Settings/SettingsMenu/SettingsMenu.js +2 -2
- package/build/cjs/components/Settings/SettingsMenu/SettingsMenu.js.map +1 -1
- package/build/cjs/components/Settings/SettingsMenuMobile/SettingsMenuMobile.d.ts +2 -2
- package/build/cjs/components/Settings/SettingsMenuMobile/SettingsMenuMobile.js +11 -6
- package/build/cjs/components/Settings/SettingsMenuMobile/SettingsMenuMobile.js.map +1 -1
- package/build/cjs/components/Settings/SettingsSearch/AllResultsPage.d.ts +3 -2
- package/build/cjs/components/Settings/SettingsSearch/AllResultsPage.js +5 -10
- package/build/cjs/components/Settings/SettingsSearch/AllResultsPage.js.map +1 -1
- package/build/cjs/components/Settings/SettingsSearch/SettingsSearch.js +3 -3
- package/build/cjs/components/Settings/SettingsSearch/SettingsSearch.js.map +1 -1
- package/build/cjs/components/Settings/SettingsSection.js +2 -2
- package/build/cjs/components/Settings/SettingsSection.js.map +1 -1
- package/build/cjs/components/Settings/collect-settings.d.ts +2 -0
- package/build/cjs/components/Settings/collect-settings.js +1 -0
- package/build/cjs/components/Settings/collect-settings.js.map +1 -1
- package/build/cjs/components/Settings/index.d.ts +1 -1
- package/build/cjs/components/Settings/types.d.ts +8 -0
- package/build/cjs/components/TopAlert/useTopAlertHeight.js +2 -2
- package/build/cjs/components/TopAlert/useTopAlertHeight.js.map +1 -1
- package/build/cjs/components/types.d.ts +2 -0
- package/build/cjs/hooks/useOverflowingHorizontalListItems/useOverflowingHorizontalListItems.js +2 -2
- package/build/cjs/hooks/useOverflowingHorizontalListItems/useOverflowingHorizontalListItems.js.map +1 -1
- package/build/esm/components/AsideHeader/AsideHeader.js +1 -1
- package/build/esm/components/AsideHeader/components/CompositeBar/HighlightedItem/HighlightedItem.js +1 -1
- package/build/esm/components/AsideHeader/components/CompositeBar/Item/Item.js +7 -13
- package/build/esm/components/AsideHeader/components/CompositeBar/Item/Item.js.map +1 -1
- package/build/esm/components/AsideHeader/components/Panels.js +1 -1
- package/build/esm/components/AsideHeader/useAsideHeaderInnerContextValue.js +1 -0
- package/build/esm/components/AsideHeader/useAsideHeaderInnerContextValue.js.map +1 -1
- package/build/esm/components/Footer/MenuItem/MenuItem.js +1 -1
- package/build/esm/components/HotkeysPanel/HotkeysPanel.js +1 -1
- package/build/esm/components/Logo/Logo.js +1 -1
- package/build/esm/components/MobileHeader/MobileHeader.js +1 -1
- package/build/esm/components/Settings/Settings.js +86 -39
- package/build/esm/components/Settings/Settings.js.map +1 -1
- package/build/esm/components/Settings/SettingsMenu/SettingsMenu.js +2 -2
- package/build/esm/components/Settings/SettingsMenu/SettingsMenu.js.map +1 -1
- package/build/esm/components/Settings/SettingsMenuMobile/SettingsMenuMobile.d.ts +2 -2
- package/build/esm/components/Settings/SettingsMenuMobile/SettingsMenuMobile.js +11 -6
- package/build/esm/components/Settings/SettingsMenuMobile/SettingsMenuMobile.js.map +1 -1
- package/build/esm/components/Settings/SettingsSearch/AllResultsPage.d.ts +3 -2
- package/build/esm/components/Settings/SettingsSearch/AllResultsPage.js +4 -9
- package/build/esm/components/Settings/SettingsSearch/AllResultsPage.js.map +1 -1
- package/build/esm/components/Settings/SettingsSearch/SettingsSearch.js +1 -1
- package/build/esm/components/Settings/SettingsSection.js +1 -1
- package/build/esm/components/Settings/collect-settings.d.ts +2 -0
- package/build/esm/components/Settings/collect-settings.js +1 -0
- package/build/esm/components/Settings/collect-settings.js.map +1 -1
- package/build/esm/components/Settings/index.d.ts +1 -1
- package/build/esm/components/Settings/types.d.ts +8 -0
- package/build/esm/components/TopAlert/useTopAlertHeight.js +1 -1
- package/build/esm/components/types.d.ts +2 -0
- package/build/esm/hooks/useOverflowingHorizontalListItems/useOverflowingHorizontalListItems.js +1 -1
- package/codemods/transforms/unifyInterfaces.ts +1 -0
- package/package.json +12 -16
- package/build/cjs/_virtual/_commonjsHelpers.js +0 -11
- package/build/cjs/_virtual/_commonjsHelpers.js.map +0 -1
- package/build/cjs/_virtual/debounce.js +0 -12
- package/build/cjs/_virtual/debounce.js.map +0 -1
- package/build/cjs/_virtual/identity.js +0 -12
- package/build/cjs/_virtual/identity.js.map +0 -1
- package/build/cjs/_virtual/last.js +0 -12
- package/build/cjs/_virtual/last.js.map +0 -1
- package/build/cjs/node_modules/lodash/_Symbol.js +0 -21
- package/build/cjs/node_modules/lodash/_Symbol.js.map +0 -1
- package/build/cjs/node_modules/lodash/_baseGetTag.js +0 -45
- package/build/cjs/node_modules/lodash/_baseGetTag.js.map +0 -1
- package/build/cjs/node_modules/lodash/_baseTrim.js +0 -34
- package/build/cjs/node_modules/lodash/_baseTrim.js.map +0 -1
- package/build/cjs/node_modules/lodash/_freeGlobal.js +0 -20
- package/build/cjs/node_modules/lodash/_freeGlobal.js.map +0 -1
- package/build/cjs/node_modules/lodash/_getRawTag.js +0 -61
- package/build/cjs/node_modules/lodash/_getRawTag.js.map +0 -1
- package/build/cjs/node_modules/lodash/_objectToString.js +0 -36
- package/build/cjs/node_modules/lodash/_objectToString.js.map +0 -1
- package/build/cjs/node_modules/lodash/_root.js +0 -24
- package/build/cjs/node_modules/lodash/_root.js.map +0 -1
- package/build/cjs/node_modules/lodash/_trimmedEndIndex.js +0 -33
- package/build/cjs/node_modules/lodash/_trimmedEndIndex.js.map +0 -1
- package/build/cjs/node_modules/lodash/debounce.js +0 -208
- package/build/cjs/node_modules/lodash/debounce.js.map +0 -1
- package/build/cjs/node_modules/lodash/identity.js +0 -35
- package/build/cjs/node_modules/lodash/identity.js.map +0 -1
- package/build/cjs/node_modules/lodash/isObject.js +0 -45
- package/build/cjs/node_modules/lodash/isObject.js.map +0 -1
- package/build/cjs/node_modules/lodash/isObjectLike.js +0 -43
- package/build/cjs/node_modules/lodash/isObjectLike.js.map +0 -1
- package/build/cjs/node_modules/lodash/isSymbol.js +0 -45
- package/build/cjs/node_modules/lodash/isSymbol.js.map +0 -1
- package/build/cjs/node_modules/lodash/last.js +0 -34
- package/build/cjs/node_modules/lodash/last.js.map +0 -1
- package/build/cjs/node_modules/lodash/now.js +0 -38
- package/build/cjs/node_modules/lodash/now.js.map +0 -1
- package/build/cjs/node_modules/lodash/toNumber.js +0 -81
- package/build/cjs/node_modules/lodash/toNumber.js.map +0 -1
- package/build/cjs/node_modules/tslib/tslib.es6.js +0 -38
- package/build/cjs/node_modules/tslib/tslib.es6.js.map +0 -1
- package/build/esm/_virtual/_commonjsHelpers.js +0 -8
- package/build/esm/_virtual/_commonjsHelpers.js.map +0 -1
- package/build/esm/_virtual/debounce.js +0 -8
- package/build/esm/_virtual/debounce.js.map +0 -1
- package/build/esm/_virtual/identity.js +0 -8
- package/build/esm/_virtual/identity.js.map +0 -1
- package/build/esm/_virtual/last.js +0 -8
- package/build/esm/_virtual/last.js.map +0 -1
- package/build/esm/node_modules/lodash/_Symbol.js +0 -19
- package/build/esm/node_modules/lodash/_Symbol.js.map +0 -1
- package/build/esm/node_modules/lodash/_baseGetTag.js +0 -43
- package/build/esm/node_modules/lodash/_baseGetTag.js.map +0 -1
- package/build/esm/node_modules/lodash/_baseTrim.js +0 -32
- package/build/esm/node_modules/lodash/_baseTrim.js.map +0 -1
- package/build/esm/node_modules/lodash/_freeGlobal.js +0 -18
- package/build/esm/node_modules/lodash/_freeGlobal.js.map +0 -1
- package/build/esm/node_modules/lodash/_getRawTag.js +0 -59
- package/build/esm/node_modules/lodash/_getRawTag.js.map +0 -1
- package/build/esm/node_modules/lodash/_objectToString.js +0 -34
- package/build/esm/node_modules/lodash/_objectToString.js.map +0 -1
- package/build/esm/node_modules/lodash/_root.js +0 -22
- package/build/esm/node_modules/lodash/_root.js.map +0 -1
- package/build/esm/node_modules/lodash/_trimmedEndIndex.js +0 -31
- package/build/esm/node_modules/lodash/_trimmedEndIndex.js.map +0 -1
- package/build/esm/node_modules/lodash/debounce.js +0 -206
- package/build/esm/node_modules/lodash/debounce.js.map +0 -1
- package/build/esm/node_modules/lodash/identity.js +0 -33
- package/build/esm/node_modules/lodash/identity.js.map +0 -1
- package/build/esm/node_modules/lodash/isObject.js +0 -43
- package/build/esm/node_modules/lodash/isObject.js.map +0 -1
- package/build/esm/node_modules/lodash/isObjectLike.js +0 -41
- package/build/esm/node_modules/lodash/isObjectLike.js.map +0 -1
- package/build/esm/node_modules/lodash/isSymbol.js +0 -43
- package/build/esm/node_modules/lodash/isSymbol.js.map +0 -1
- package/build/esm/node_modules/lodash/last.js +0 -32
- package/build/esm/node_modules/lodash/last.js.map +0 -1
- package/build/esm/node_modules/lodash/now.js +0 -36
- package/build/esm/node_modules/lodash/now.js.map +0 -1
- package/build/esm/node_modules/lodash/toNumber.js +0 -79
- package/build/esm/node_modules/lodash/toNumber.js.map +0 -1
- package/build/esm/node_modules/tslib/tslib.es6.js +0 -36
- package/build/esm/node_modules/tslib/tslib.es6.js.map +0 -1
|
@@ -6,12 +6,14 @@ interface GroupItem {
|
|
|
6
6
|
groupTitle: string;
|
|
7
7
|
items: Item[];
|
|
8
8
|
}
|
|
9
|
+
export type SettingsMenuItemAriaProps = React.AriaAttributes & Pick<React.HTMLAttributes<HTMLSpanElement>, 'role'>;
|
|
9
10
|
export interface Item {
|
|
10
11
|
id: string;
|
|
11
12
|
title: string;
|
|
12
13
|
icon?: IconProps;
|
|
13
14
|
disabled?: boolean;
|
|
14
15
|
withBadge?: boolean;
|
|
16
|
+
menuItemAriaProps?: SettingsMenuItemAriaProps;
|
|
15
17
|
}
|
|
16
18
|
type SettingsMenuItems = (GroupItem | Item)[];
|
|
17
19
|
export interface SettingsMenuProps {
|
|
@@ -21,6 +23,9 @@ export interface SettingsMenuProps {
|
|
|
21
23
|
focusItemId?: string;
|
|
22
24
|
className?: string;
|
|
23
25
|
}
|
|
26
|
+
export type SettingsMenuMobileProps = Omit<SettingsMenuProps, 'activeItemId' | 'focusItemId' | 'onChange'> & {
|
|
27
|
+
enableTabsScroll?: boolean;
|
|
28
|
+
};
|
|
24
29
|
export interface SettingsProps {
|
|
25
30
|
children: React.ReactNode;
|
|
26
31
|
title?: string;
|
|
@@ -38,6 +43,7 @@ export interface SettingsProps {
|
|
|
38
43
|
renderRightAdornment?: (item: SettingsItemProps) => React.ReactNode;
|
|
39
44
|
renderSectionRightAdornment?: (section: SettingsPageSection) => React.ReactNode;
|
|
40
45
|
showRightAdornmentOnHover?: boolean;
|
|
46
|
+
enableMobileSettingsTabsScroll?: boolean;
|
|
41
47
|
}
|
|
42
48
|
export interface SettingsGroupProps {
|
|
43
49
|
id?: string;
|
|
@@ -49,6 +55,8 @@ export interface SettingsPageProps {
|
|
|
49
55
|
title?: string;
|
|
50
56
|
icon?: IconProps;
|
|
51
57
|
children: React.ReactNode;
|
|
58
|
+
/** Merged onto the left menu row in desktop Settings (`SettingsMenu`). */
|
|
59
|
+
menuItemAriaProps?: SettingsMenuItemAriaProps;
|
|
52
60
|
}
|
|
53
61
|
export interface SettingsSectionProps {
|
|
54
62
|
id?: string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { HTMLAttributeAnchorTarget } from 'react';
|
|
2
2
|
import { AlertProps, IconProps, QAProps } from '@gravity-ui/uikit';
|
|
3
3
|
export type MenuItemType = 'regular' | 'action' | 'divider';
|
|
4
|
+
export type AsideHeaderMenuItemAriaProps = React.AriaAttributes & Pick<React.HTMLAttributes<HTMLButtonElement>, 'role'>;
|
|
4
5
|
export type OpenModalSubscriber = (open: boolean) => void;
|
|
5
6
|
export interface MakeItemParams {
|
|
6
7
|
icon?: React.ReactNode;
|
|
@@ -45,6 +46,7 @@ export interface MenuItem extends QAProps {
|
|
|
45
46
|
*/
|
|
46
47
|
groupId?: string;
|
|
47
48
|
className?: string;
|
|
49
|
+
menuItemAriaProps?: AsideHeaderMenuItemAriaProps;
|
|
48
50
|
}
|
|
49
51
|
export interface MenuGroup {
|
|
50
52
|
id: string;
|
package/build/esm/hooks/useOverflowingHorizontalListItems/useOverflowingHorizontalListItems.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState, useLayoutEffect, useMemo } from 'react';
|
|
2
|
-
import debounceFn from '
|
|
2
|
+
import debounceFn from 'lodash/debounce';
|
|
3
3
|
|
|
4
4
|
function useOverflowingHorizontalListItems({ containerRef, items, itemSelector, moreButtonWidth = 0, }) {
|
|
5
5
|
const [containerWidth, setContainerWidth] = useState(0);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-ui/navigation",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Gravity UI Navigation components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -52,6 +52,8 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"commander": "^11.0.0",
|
|
54
54
|
"jscodeshift": "^0.15.0",
|
|
55
|
+
"lodash": "^4.17.21",
|
|
56
|
+
"react-virtualized-auto-sizer": "^1.0.26",
|
|
55
57
|
"tslib": "^2.8.1"
|
|
56
58
|
},
|
|
57
59
|
"devDependencies": {
|
|
@@ -60,7 +62,7 @@
|
|
|
60
62
|
"@babel/preset-react": "^7.26.3",
|
|
61
63
|
"@babel/preset-typescript": "^7.26.0",
|
|
62
64
|
"@bem-react/classname": "^1.6.0",
|
|
63
|
-
"@chromatic-com/storybook": "^
|
|
65
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
64
66
|
"@commitlint/cli": "^19.6.1",
|
|
65
67
|
"@commitlint/config-conventional": "^19.6.0",
|
|
66
68
|
"@doc-tools/transform": "^3.11.0",
|
|
@@ -69,31 +71,25 @@
|
|
|
69
71
|
"@gravity-ui/prettier-config": "^1.0.0",
|
|
70
72
|
"@gravity-ui/stylelint-config": "^4.0.1",
|
|
71
73
|
"@gravity-ui/tsconfig": "^1.0.0",
|
|
72
|
-
"@gravity-ui/uikit": "^7.
|
|
74
|
+
"@gravity-ui/uikit": "^7.42.0",
|
|
73
75
|
"@jest/globals": "^30.0.5",
|
|
74
76
|
"@playwright/experimental-ct-react": "^1.49.1",
|
|
75
77
|
"@playwright/test": "^1.49.1",
|
|
76
78
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
77
79
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
78
80
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
79
|
-
"@storybook/addon-a11y": "
|
|
80
|
-
"@storybook/addon-
|
|
81
|
-
"@storybook/addon-
|
|
82
|
-
"@storybook/addon-links": "^8.5.0",
|
|
81
|
+
"@storybook/addon-a11y": "9.1.17",
|
|
82
|
+
"@storybook/addon-docs": "9.1.17",
|
|
83
|
+
"@storybook/addon-links": "9.1.17",
|
|
83
84
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
|
84
|
-
"@storybook/
|
|
85
|
-
"@storybook/
|
|
86
|
-
"@storybook/react-webpack5": "^8.5.0",
|
|
87
|
-
"@storybook/test": "^8.5.0",
|
|
88
|
-
"@storybook/test-runner": "^0.17.0",
|
|
89
|
-
"@storybook/theming": "^8.5.0",
|
|
85
|
+
"@storybook/react-webpack5": "9.1.17",
|
|
86
|
+
"@storybook/test-runner": "^0.23.0",
|
|
90
87
|
"@svgr/rollup": "^8.1.0",
|
|
91
88
|
"@testing-library/react": "^16.3.2",
|
|
92
89
|
"@types/jest": "^28.1.0",
|
|
93
90
|
"@types/jscodeshift": "^0.12.0",
|
|
94
91
|
"@types/lodash": "^4.17.14",
|
|
95
92
|
"@types/react": "^18.3.18",
|
|
96
|
-
"@types/react-virtualized-auto-sizer": "^1.0.4",
|
|
97
93
|
"@vitejs/plugin-react": "^4.3.4",
|
|
98
94
|
"axe-playwright": "^2.0.3",
|
|
99
95
|
"babel-jest": "^28.0.0",
|
|
@@ -118,7 +114,7 @@
|
|
|
118
114
|
"rollup-plugin-postcss": "^4.0.2",
|
|
119
115
|
"sass": "^1.93.2",
|
|
120
116
|
"sass-loader": "^16.0.4",
|
|
121
|
-
"storybook": "
|
|
117
|
+
"storybook": "9.1.17",
|
|
122
118
|
"storybook-preset-inline-svg": "^1.0.1",
|
|
123
119
|
"style-loader": "^4.0.0",
|
|
124
120
|
"stylelint": "^15.11.0",
|
|
@@ -130,7 +126,7 @@
|
|
|
130
126
|
"peerDependencies": {
|
|
131
127
|
"@bem-react/classname": "^1.6.0",
|
|
132
128
|
"@gravity-ui/icons": "^2.2.0",
|
|
133
|
-
"@gravity-ui/uikit": "^7.
|
|
129
|
+
"@gravity-ui/uikit": "^7.42.0",
|
|
134
130
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
135
131
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
136
132
|
},
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
|
-
|
|
5
|
-
function getDefaultExportFromCjs (x) {
|
|
6
|
-
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
exports.commonjsGlobal = commonjsGlobal;
|
|
10
|
-
exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
|
|
11
|
-
//# sourceMappingURL=_commonjsHelpers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var _commonjsHelpers = require('./_commonjsHelpers.js');
|
|
6
|
-
var debounce = require('../node_modules/lodash/debounce.js');
|
|
7
|
-
|
|
8
|
-
var debounceExports = debounce.__require();
|
|
9
|
-
var debounceFn = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(debounceExports);
|
|
10
|
-
|
|
11
|
-
exports.default = debounceFn;
|
|
12
|
-
//# sourceMappingURL=debounce.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"debounce.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var _commonjsHelpers = require('./_commonjsHelpers.js');
|
|
6
|
-
var identity$1 = require('../node_modules/lodash/identity.js');
|
|
7
|
-
|
|
8
|
-
var identityExports = identity$1.__require();
|
|
9
|
-
var identity = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(identityExports);
|
|
10
|
-
|
|
11
|
-
exports.default = identity;
|
|
12
|
-
//# sourceMappingURL=identity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"identity.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var _commonjsHelpers = require('./_commonjsHelpers.js');
|
|
6
|
-
var last$1 = require('../node_modules/lodash/last.js');
|
|
7
|
-
|
|
8
|
-
var lastExports = last$1.__require();
|
|
9
|
-
var last = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(lastExports);
|
|
10
|
-
|
|
11
|
-
exports.default = last;
|
|
12
|
-
//# sourceMappingURL=last.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"last.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var _root = require('./_root.js');
|
|
4
|
-
|
|
5
|
-
var _Symbol;
|
|
6
|
-
var hasRequired_Symbol;
|
|
7
|
-
|
|
8
|
-
function require_Symbol () {
|
|
9
|
-
if (hasRequired_Symbol) return _Symbol;
|
|
10
|
-
hasRequired_Symbol = 1;
|
|
11
|
-
var root = _root.__require();
|
|
12
|
-
|
|
13
|
-
/** Built-in value references. */
|
|
14
|
-
var Symbol = root.Symbol;
|
|
15
|
-
|
|
16
|
-
_Symbol = Symbol;
|
|
17
|
-
return _Symbol;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.__require = require_Symbol;
|
|
21
|
-
//# sourceMappingURL=_Symbol.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_Symbol.js","sources":["../../../../node_modules/lodash/_Symbol.js"],"sourcesContent":["var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n"],"names":["require$$0"],"mappings":";;;;;;;;;;CAAA,IAAI,IAAI,GAAGA,eAAkB,EAAA;;AAE7B;AACA,CAAA,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM;;AAExB,CAAA,OAAc,GAAG,MAAM;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var _Symbol = require('./_Symbol.js');
|
|
4
|
-
var _getRawTag = require('./_getRawTag.js');
|
|
5
|
-
var _objectToString = require('./_objectToString.js');
|
|
6
|
-
|
|
7
|
-
var _baseGetTag;
|
|
8
|
-
var hasRequired_baseGetTag;
|
|
9
|
-
|
|
10
|
-
function require_baseGetTag () {
|
|
11
|
-
if (hasRequired_baseGetTag) return _baseGetTag;
|
|
12
|
-
hasRequired_baseGetTag = 1;
|
|
13
|
-
var Symbol = _Symbol.__require(),
|
|
14
|
-
getRawTag = _getRawTag.__require(),
|
|
15
|
-
objectToString = _objectToString.__require();
|
|
16
|
-
|
|
17
|
-
/** `Object#toString` result references. */
|
|
18
|
-
var nullTag = '[object Null]',
|
|
19
|
-
undefinedTag = '[object Undefined]';
|
|
20
|
-
|
|
21
|
-
/** Built-in value references. */
|
|
22
|
-
var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* The base implementation of `getTag` without fallbacks for buggy environments.
|
|
26
|
-
*
|
|
27
|
-
* @private
|
|
28
|
-
* @param {*} value The value to query.
|
|
29
|
-
* @returns {string} Returns the `toStringTag`.
|
|
30
|
-
*/
|
|
31
|
-
function baseGetTag(value) {
|
|
32
|
-
if (value == null) {
|
|
33
|
-
return value === undefined ? undefinedTag : nullTag;
|
|
34
|
-
}
|
|
35
|
-
return (symToStringTag && symToStringTag in Object(value))
|
|
36
|
-
? getRawTag(value)
|
|
37
|
-
: objectToString(value);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
_baseGetTag = baseGetTag;
|
|
41
|
-
return _baseGetTag;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
exports.__require = require_baseGetTag;
|
|
45
|
-
//# sourceMappingURL=_baseGetTag.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_baseGetTag.js","sources":["../../../../node_modules/lodash/_baseGetTag.js"],"sourcesContent":["var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;;;;;;;;;CAAA,IAAI,MAAM,GAAGA,iBAAoB,EAAA;KAC7B,SAAS,GAAGC,oBAAuB,EAAA;KACnC,cAAc,GAAGC,yBAA4B,EAAA;;AAEjD;CACA,IAAI,OAAO,GAAG,eAAe;KACzB,YAAY,GAAG,oBAAoB;;AAEvC;CACA,IAAI,cAAc,GAAG,MAAM,GAAG,MAAM,CAAC,WAAW,GAAG,SAAS;;AAE5D;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,UAAU,CAAC,KAAK,EAAE;AAC3B,GAAE,IAAI,KAAK,IAAI,IAAI,EAAE;AACrB,KAAI,OAAO,KAAK,KAAK,SAAS,GAAG,YAAY,GAAG,OAAO;AACvD;GACE,OAAO,CAAC,cAAc,IAAI,cAAc,IAAI,MAAM,CAAC,KAAK,CAAC;OACrD,SAAS,CAAC,KAAK;OACf,cAAc,CAAC,KAAK,CAAC;AAC3B;;AAEA,CAAA,WAAc,GAAG,UAAU;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var _trimmedEndIndex = require('./_trimmedEndIndex.js');
|
|
4
|
-
|
|
5
|
-
var _baseTrim;
|
|
6
|
-
var hasRequired_baseTrim;
|
|
7
|
-
|
|
8
|
-
function require_baseTrim () {
|
|
9
|
-
if (hasRequired_baseTrim) return _baseTrim;
|
|
10
|
-
hasRequired_baseTrim = 1;
|
|
11
|
-
var trimmedEndIndex = _trimmedEndIndex.__require();
|
|
12
|
-
|
|
13
|
-
/** Used to match leading whitespace. */
|
|
14
|
-
var reTrimStart = /^\s+/;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* The base implementation of `_.trim`.
|
|
18
|
-
*
|
|
19
|
-
* @private
|
|
20
|
-
* @param {string} string The string to trim.
|
|
21
|
-
* @returns {string} Returns the trimmed string.
|
|
22
|
-
*/
|
|
23
|
-
function baseTrim(string) {
|
|
24
|
-
return string
|
|
25
|
-
? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
|
|
26
|
-
: string;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
_baseTrim = baseTrim;
|
|
30
|
-
return _baseTrim;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
exports.__require = require_baseTrim;
|
|
34
|
-
//# sourceMappingURL=_baseTrim.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_baseTrim.js","sources":["../../../../node_modules/lodash/_baseTrim.js"],"sourcesContent":["var trimmedEndIndex = require('./_trimmedEndIndex');\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n return string\n ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n : string;\n}\n\nmodule.exports = baseTrim;\n"],"names":["require$$0"],"mappings":";;;;;;;;;;CAAA,IAAI,eAAe,GAAGA,0BAA6B,EAAA;;AAEnD;CACA,IAAI,WAAW,GAAG,MAAM;;AAExB;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,QAAQ,CAAC,MAAM,EAAE;AAC1B,GAAE,OAAO;AACT,OAAM,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE;AAC1E,OAAM,MAAM;AACZ;;AAEA,CAAA,SAAc,GAAG,QAAQ;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var _commonjsHelpers = require('../../_virtual/_commonjsHelpers.js');
|
|
4
|
-
|
|
5
|
-
/** Detect free variable `global` from Node.js. */
|
|
6
|
-
|
|
7
|
-
var _freeGlobal;
|
|
8
|
-
var hasRequired_freeGlobal;
|
|
9
|
-
|
|
10
|
-
function require_freeGlobal () {
|
|
11
|
-
if (hasRequired_freeGlobal) return _freeGlobal;
|
|
12
|
-
hasRequired_freeGlobal = 1;
|
|
13
|
-
var freeGlobal = typeof _commonjsHelpers.commonjsGlobal == 'object' && _commonjsHelpers.commonjsGlobal && _commonjsHelpers.commonjsGlobal.Object === Object && _commonjsHelpers.commonjsGlobal;
|
|
14
|
-
|
|
15
|
-
_freeGlobal = freeGlobal;
|
|
16
|
-
return _freeGlobal;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
exports.__require = require_freeGlobal;
|
|
20
|
-
//# sourceMappingURL=_freeGlobal.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_freeGlobal.js","sources":["../../../../node_modules/lodash/_freeGlobal.js"],"sourcesContent":["/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n"],"names":["global"],"mappings":";;;;;;;;;;;;AACA,CAAA,IAAI,UAAU,GAAG,OAAOA,+BAAM,IAAI,QAAQ,IAAIA,+BAAM,IAAIA,+BAAM,CAAC,MAAM,KAAK,MAAM,IAAIA,+BAAM;;AAE1F,CAAA,WAAc,GAAG,UAAU;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var _Symbol = require('./_Symbol.js');
|
|
4
|
-
|
|
5
|
-
var _getRawTag;
|
|
6
|
-
var hasRequired_getRawTag;
|
|
7
|
-
|
|
8
|
-
function require_getRawTag () {
|
|
9
|
-
if (hasRequired_getRawTag) return _getRawTag;
|
|
10
|
-
hasRequired_getRawTag = 1;
|
|
11
|
-
var Symbol = _Symbol.__require();
|
|
12
|
-
|
|
13
|
-
/** Used for built-in method references. */
|
|
14
|
-
var objectProto = Object.prototype;
|
|
15
|
-
|
|
16
|
-
/** Used to check objects for own properties. */
|
|
17
|
-
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Used to resolve the
|
|
21
|
-
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
22
|
-
* of values.
|
|
23
|
-
*/
|
|
24
|
-
var nativeObjectToString = objectProto.toString;
|
|
25
|
-
|
|
26
|
-
/** Built-in value references. */
|
|
27
|
-
var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
|
|
31
|
-
*
|
|
32
|
-
* @private
|
|
33
|
-
* @param {*} value The value to query.
|
|
34
|
-
* @returns {string} Returns the raw `toStringTag`.
|
|
35
|
-
*/
|
|
36
|
-
function getRawTag(value) {
|
|
37
|
-
var isOwn = hasOwnProperty.call(value, symToStringTag),
|
|
38
|
-
tag = value[symToStringTag];
|
|
39
|
-
|
|
40
|
-
try {
|
|
41
|
-
value[symToStringTag] = undefined;
|
|
42
|
-
var unmasked = true;
|
|
43
|
-
} catch (e) {}
|
|
44
|
-
|
|
45
|
-
var result = nativeObjectToString.call(value);
|
|
46
|
-
if (unmasked) {
|
|
47
|
-
if (isOwn) {
|
|
48
|
-
value[symToStringTag] = tag;
|
|
49
|
-
} else {
|
|
50
|
-
delete value[symToStringTag];
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
return result;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
_getRawTag = getRawTag;
|
|
57
|
-
return _getRawTag;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
exports.__require = require_getRawTag;
|
|
61
|
-
//# sourceMappingURL=_getRawTag.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_getRawTag.js","sources":["../../../../node_modules/lodash/_getRawTag.js"],"sourcesContent":["var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n"],"names":["require$$0"],"mappings":";;;;;;;;;;CAAA,IAAI,MAAM,GAAGA,iBAAoB,EAAA;;AAEjC;AACA,CAAA,IAAI,WAAW,GAAG,MAAM,CAAC,SAAS;;AAElC;AACA,CAAA,IAAI,cAAc,GAAG,WAAW,CAAC,cAAc;;AAE/C;AACA;AACA;AACA;AACA;AACA,CAAA,IAAI,oBAAoB,GAAG,WAAW,CAAC,QAAQ;;AAE/C;CACA,IAAI,cAAc,GAAG,MAAM,GAAG,MAAM,CAAC,WAAW,GAAG,SAAS;;AAE5D;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,SAAS,CAAC,KAAK,EAAE;GACxB,IAAI,KAAK,GAAG,cAAc,CAAC,IAAI,CAAC,KAAK,EAAE,cAAc,CAAC;AACxD,OAAM,GAAG,GAAG,KAAK,CAAC,cAAc,CAAC;;AAEjC,GAAE,IAAI;AACN,KAAI,KAAK,CAAC,cAAc,CAAC,GAAG,SAAS;KACjC,IAAI,QAAQ,GAAG,IAAI;IACpB,CAAC,OAAO,CAAC,EAAE;;GAEZ,IAAI,MAAM,GAAG,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC;GAC7C,IAAI,QAAQ,EAAE;KACZ,IAAI,KAAK,EAAE;AACf,OAAM,KAAK,CAAC,cAAc,CAAC,GAAG,GAAG;AACjC,MAAK,MAAM;AACX,OAAM,OAAO,KAAK,CAAC,cAAc,CAAC;AAClC;AACA;AACA,GAAE,OAAO,MAAM;AACf;;AAEA,CAAA,UAAc,GAAG,SAAS;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
/** Used for built-in method references. */
|
|
4
|
-
|
|
5
|
-
var _objectToString;
|
|
6
|
-
var hasRequired_objectToString;
|
|
7
|
-
|
|
8
|
-
function require_objectToString () {
|
|
9
|
-
if (hasRequired_objectToString) return _objectToString;
|
|
10
|
-
hasRequired_objectToString = 1;
|
|
11
|
-
var objectProto = Object.prototype;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Used to resolve the
|
|
15
|
-
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
16
|
-
* of values.
|
|
17
|
-
*/
|
|
18
|
-
var nativeObjectToString = objectProto.toString;
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Converts `value` to a string using `Object.prototype.toString`.
|
|
22
|
-
*
|
|
23
|
-
* @private
|
|
24
|
-
* @param {*} value The value to convert.
|
|
25
|
-
* @returns {string} Returns the converted string.
|
|
26
|
-
*/
|
|
27
|
-
function objectToString(value) {
|
|
28
|
-
return nativeObjectToString.call(value);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
_objectToString = objectToString;
|
|
32
|
-
return _objectToString;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
exports.__require = require_objectToString;
|
|
36
|
-
//# sourceMappingURL=_objectToString.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_objectToString.js","sources":["../../../../node_modules/lodash/_objectToString.js"],"sourcesContent":["/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n"],"names":[],"mappings":";;;;;;;;;;AACA,CAAA,IAAI,WAAW,GAAG,MAAM,CAAC,SAAS;;AAElC;AACA;AACA;AACA;AACA;AACA,CAAA,IAAI,oBAAoB,GAAG,WAAW,CAAC,QAAQ;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,cAAc,CAAC,KAAK,EAAE;AAC/B,GAAE,OAAO,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC;AACzC;;AAEA,CAAA,eAAc,GAAG,cAAc;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var _freeGlobal = require('./_freeGlobal.js');
|
|
4
|
-
|
|
5
|
-
var _root;
|
|
6
|
-
var hasRequired_root;
|
|
7
|
-
|
|
8
|
-
function require_root () {
|
|
9
|
-
if (hasRequired_root) return _root;
|
|
10
|
-
hasRequired_root = 1;
|
|
11
|
-
var freeGlobal = _freeGlobal.__require();
|
|
12
|
-
|
|
13
|
-
/** Detect free variable `self`. */
|
|
14
|
-
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
15
|
-
|
|
16
|
-
/** Used as a reference to the global object. */
|
|
17
|
-
var root = freeGlobal || freeSelf || Function('return this')();
|
|
18
|
-
|
|
19
|
-
_root = root;
|
|
20
|
-
return _root;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
exports.__require = require_root;
|
|
24
|
-
//# sourceMappingURL=_root.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_root.js","sources":["../../../../node_modules/lodash/_root.js"],"sourcesContent":["var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n"],"names":["require$$0"],"mappings":";;;;;;;;;;CAAA,IAAI,UAAU,GAAGA,qBAAwB,EAAA;;AAEzC;AACA,CAAA,IAAI,QAAQ,GAAG,OAAO,IAAI,IAAI,QAAQ,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,MAAM,IAAI,IAAI;;AAEhF;CACA,IAAI,IAAI,GAAG,UAAU,IAAI,QAAQ,IAAI,QAAQ,CAAC,aAAa,CAAC,EAAE;;AAE9D,CAAA,KAAc,GAAG,IAAI;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
/** Used to match a single whitespace character. */
|
|
4
|
-
|
|
5
|
-
var _trimmedEndIndex;
|
|
6
|
-
var hasRequired_trimmedEndIndex;
|
|
7
|
-
|
|
8
|
-
function require_trimmedEndIndex () {
|
|
9
|
-
if (hasRequired_trimmedEndIndex) return _trimmedEndIndex;
|
|
10
|
-
hasRequired_trimmedEndIndex = 1;
|
|
11
|
-
var reWhitespace = /\s/;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace
|
|
15
|
-
* character of `string`.
|
|
16
|
-
*
|
|
17
|
-
* @private
|
|
18
|
-
* @param {string} string The string to inspect.
|
|
19
|
-
* @returns {number} Returns the index of the last non-whitespace character.
|
|
20
|
-
*/
|
|
21
|
-
function trimmedEndIndex(string) {
|
|
22
|
-
var index = string.length;
|
|
23
|
-
|
|
24
|
-
while (index-- && reWhitespace.test(string.charAt(index))) {}
|
|
25
|
-
return index;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
_trimmedEndIndex = trimmedEndIndex;
|
|
29
|
-
return _trimmedEndIndex;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
exports.__require = require_trimmedEndIndex;
|
|
33
|
-
//# sourceMappingURL=_trimmedEndIndex.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_trimmedEndIndex.js","sources":["../../../../node_modules/lodash/_trimmedEndIndex.js"],"sourcesContent":["/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n var index = string.length;\n\n while (index-- && reWhitespace.test(string.charAt(index))) {}\n return index;\n}\n\nmodule.exports = trimmedEndIndex;\n"],"names":[],"mappings":";;;;;;;;;;CACA,IAAI,YAAY,GAAG,IAAI;;AAEvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,eAAe,CAAC,MAAM,EAAE;AACjC,GAAE,IAAI,KAAK,GAAG,MAAM,CAAC,MAAM;;AAE3B,GAAE,OAAO,KAAK,EAAE,IAAI,YAAY,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE;AAC7D,GAAE,OAAO,KAAK;AACd;;AAEA,CAAA,gBAAc,GAAG,eAAe;;;;;;","x_google_ignoreList":[0]}
|