@mui/types 7.4.0 → 7.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +197 -0
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +4 -12
- package/modern/OverridableComponentAugmentation.d.ts +0 -31
- package/modern/OverridableComponentAugmentation.js +0 -1
- package/modern/index.d.ts +0 -93
- package/modern/index.js +0 -89
- package/modern/package.json +0 -1
- package/tsconfig.build.tsbuildinfo +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,202 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.0.2..master -->
|
|
6
|
+
|
|
7
|
+
_May 6, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🎉 Material UI now works with **Tailwind CSS v4**! Check out the [setup guide](https://mui.com/material-ui/integrations/tailwindcss/tailwindcss-v4/).
|
|
12
|
+
|
|
13
|
+
### `@mui/material@7.1.0`
|
|
14
|
+
|
|
15
|
+
- [InputBase] Text cursor jumps several lines up when inserting text fragment with new line at the end (#45246) @yermartee
|
|
16
|
+
- [OutlinedInput] Add missing `notchedOutline` slot (#45917) @siriwatknp
|
|
17
|
+
- [Snackbar] Skip default `onClickAway` behavior when `defaultMuiPrevented` is provided (#45629) @sai6855
|
|
18
|
+
- [Avatar] Fix img slot types and add missing slots (#45483) @siriwatknp
|
|
19
|
+
- [Badge] Replace useSlotProps with useSlot hook (#45871) @sai6855
|
|
20
|
+
- [BottomNavigationAction] Add slots and slotProps (#45776) @sai6855
|
|
21
|
+
- [CardActionArea] Add slots and slotProps (#45866) @sai6855
|
|
22
|
+
- [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#44790) @good-jinu
|
|
23
|
+
- Remove unnecessary clsx usages (#46084) @sai6855
|
|
24
|
+
- Corrected generic type definition in `SelectChangeEvent` (#45941) @SuyashShukla0007
|
|
25
|
+
- Fix theme object changes between renders (#45863) @siriwatknp
|
|
26
|
+
|
|
27
|
+
### `@mui/material-nextjs@7.1.0`
|
|
28
|
+
|
|
29
|
+
- Add option to enable CSS layers for pages router (#45596) @siriwatknp
|
|
30
|
+
- Do not wrap `@layer` order rules in App Router (#45864) @Nayeem-XTREME
|
|
31
|
+
|
|
32
|
+
### `@mui/system@7.1.0`
|
|
33
|
+
|
|
34
|
+
- Fix `@mui/system` types organization (#45860) @Janpot
|
|
35
|
+
|
|
36
|
+
### `@mui/styled-engine@7.1.0`
|
|
37
|
+
|
|
38
|
+
- Infer `ownerState` from props in `styled` (#46083) @siriwatknp
|
|
39
|
+
- Fix style overrides variants type (#45478) @siriwatknp
|
|
40
|
+
|
|
41
|
+
### Docs
|
|
42
|
+
|
|
43
|
+
- [Avatar] Add avatar upload demo (#45986) @Demianeen
|
|
44
|
+
- [Dialog] Remove deprecated props usage in demos (#45923) @sai6855
|
|
45
|
+
- [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (#45722) @andreachiera
|
|
46
|
+
- [examples] Remove create-react-app usages (#45426) @CodeLeom
|
|
47
|
+
- Add `AccordionSummary` to the v5 breaking change migration (#45947) @siriwatknp
|
|
48
|
+
- Update CSS variable usage in migration guide for Pigment CSS (#46033) @sai6855
|
|
49
|
+
- Fix docs API dark mode color (#46086) @alexfauquette
|
|
50
|
+
- Add a guide for extending Material UI classes in Tailwind CSS (#46039) @siriwatknp
|
|
51
|
+
- Add `InitColorSchemeScript` docs and API (#45927) @siriwatknp
|
|
52
|
+
- Add Tailwind CSS v4 integration guide (#45906) @siriwatknp
|
|
53
|
+
- Fix 301 links to the system v6 (#45931) @oliviertassinari
|
|
54
|
+
- Add notification for MUI X v8 announcement (#45942) @joserodolfofreitas
|
|
55
|
+
- Fix som 301 redirections (ae84b35) @oliviertassinari
|
|
56
|
+
- Fix some 301 redirections (057384e) @oliviertassinari
|
|
57
|
+
- Fix logo is not centered on small screens (#45920) @crabsim
|
|
58
|
+
- Fix line break typo (a2a62d5) @oliviertassinari
|
|
59
|
+
- Fix markdown typo in templates.md (#45914) @scyzoryck
|
|
60
|
+
- Add Next.js App Router guide for custom classnames (#45852) @siriwatknp
|
|
61
|
+
|
|
62
|
+
### Core
|
|
63
|
+
|
|
64
|
+
- [code-infra] Give a stable name to dev tool app (3889ded) @oliviertassinari
|
|
65
|
+
- [code-infra] Normalize author package in org (8135638) @oliviertassinari
|
|
66
|
+
- [code-infra] Correct some manually curated .d.ts files (#46054) @Janpot
|
|
67
|
+
- [code-infra] Align deps versions (#46048) @Janpot
|
|
68
|
+
- [code-infra] Fix dynamic import in imports resolver (#46046) @Janpot
|
|
69
|
+
- [code-infra] Eliminate `@mui/utils` deep imports (#46004) @Janpot
|
|
70
|
+
- [code-infra] Expand renovate.json for react types (#45935) @Janpot
|
|
71
|
+
- [code-infra] Make Argos upload script reusable (#45883) @Janpot
|
|
72
|
+
- [code-infra] Disallow redundant window prefixes for globals (#45880) @Janpot
|
|
73
|
+
- [code-infra] Remove type generation of modern build (#45912) @Janpot
|
|
74
|
+
- [code-infra] Clean up bundle size checker (#45622) @Janpot
|
|
75
|
+
- [code-infra] Fix `StrictMode` effects not being called twice in React 19 tests (#45812) @bernardobelchior
|
|
76
|
+
- [code-infra] Convert `@mui/utils` to typescript (#45671) @Janpot
|
|
77
|
+
- [docs-infra] Improve export into sandbox package.json (#46044) @oliviertassinari
|
|
78
|
+
- [docs-infra] Update feedback Node.js to v22 (#46064) @oliviertassinari
|
|
79
|
+
- [docs-infra] Normalize netlify.toml in org (b101d5c) @oliviertassinari
|
|
80
|
+
- [docs-infra] Uniformize Vale between repositories (0f79796) @oliviertassinari
|
|
81
|
+
- [docs-infra] Fix Vale no longer working (#46029) @oliviertassinari
|
|
82
|
+
- [docs-infra] Remove demo styling switch (#45926) @Janpot
|
|
83
|
+
- [docs-infra] StackBlitz WebContainer demos (#45924) @Janpot
|
|
84
|
+
- [docs-infra] Fix feedback management (#45872) @alexfauquette
|
|
85
|
+
- [test] Replace `playwright` with `@playwright/test` (#45998) @ZeeshanTamboli
|
|
86
|
+
- Fix internal version duplication (#46051) @oliviertassinari
|
|
87
|
+
- Avoid the need for `@mui/material/themeCssVarsAugmentation` (#46053) @Janpot
|
|
88
|
+
- Add security label to dependabot PRs (0a5c027) @oliviertassinari
|
|
89
|
+
- Remove unecessary versions (#46034) @oliviertassinari
|
|
90
|
+
- Remove redundant overrides resolver (#45970) @romgrk
|
|
91
|
+
- Fix duplicate branch reference (#45915) @oliviertassinari
|
|
92
|
+
- Fix outdated <link rel="shortcut icon" (#45916) @oliviertassinari
|
|
93
|
+
- Fix redirection chains (#45930) @oliviertassinari
|
|
94
|
+
- Run pnpm docs:sync-team (beee09f) @oliviertassinari
|
|
95
|
+
- Add `pkg.pr.new` publishing (#42984) @Aslemammad
|
|
96
|
+
- Remove @mui/base from the master branch (#45857) @mnajdova
|
|
97
|
+
|
|
98
|
+
All contributors of this release in alphabetical order: @alexfauquette, @andreachiera, @Aslemammad, @bernardobelchior, @CodeLeom, @crabsim, @Demianeen, @good-jinu, @Janpot, @joserodolfofreitas, @mnajdova, @Nayeem-XTREME, @oliviertassinari, @renovate[bot], @romgrk, @sai6855, @scyzoryck, @siriwatknp, @SuyashShukla0007, @yermartee, @ZeeshanTamboli
|
|
99
|
+
|
|
100
|
+
## 7.0.2
|
|
101
|
+
|
|
102
|
+
_Apr 9, 2025_
|
|
103
|
+
|
|
104
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
105
|
+
|
|
106
|
+
### `@mui/material@7.0.2`
|
|
107
|
+
|
|
108
|
+
- [Autocomplete] Add ability to render custom single value (#45387) @ZeeshanTamboli
|
|
109
|
+
- [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45734) @imadx
|
|
110
|
+
- [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45799) @Kartik-Murthy
|
|
111
|
+
- [Dialog] Deprecate composed classes (#45418) @sai6855
|
|
112
|
+
|
|
113
|
+
### `@mui/material-nextjs@7.0.2`
|
|
114
|
+
|
|
115
|
+
- Fix nonce issues (#45794) @Janpot
|
|
116
|
+
- Add warnings to nextjs router integration (#45778) @Janpot
|
|
117
|
+
|
|
118
|
+
### `@mui/styled-engine@7.0.2`
|
|
119
|
+
|
|
120
|
+
- Added caching to `StyledEngineProvider` to improve performance for running tests with Jest (#45846) @siriwatknp
|
|
121
|
+
|
|
122
|
+
### Core
|
|
123
|
+
|
|
124
|
+
- [blog] Improve upvote video (0646444) @oliviertassinari
|
|
125
|
+
- [code-infra] Remove webpack aliases (#45841) @Janpot
|
|
126
|
+
- [code-infra] Remove .tsbuildinfo from build folder (#45727) @Janpot
|
|
127
|
+
- [code-infra] Stabilize theme viewer screenshot tests (#45768) @Janpot
|
|
128
|
+
- [code-infra] Remove modern bundles (#45808) @Janpot
|
|
129
|
+
- Update buildTypes script to optionally remove css imports (#45835) @brijeshb42
|
|
130
|
+
- Allow repo to be accepted as an argument for releaseTag (#45801) @brijeshb42
|
|
131
|
+
- Update scripts to support base-ui (#45784) @brijeshb42
|
|
132
|
+
- Sync scorecards.yml across codebase (4de5076) @oliviertassinari
|
|
133
|
+
- Remove baseUrl and skipLibCheck (#45806) @Janpot
|
|
134
|
+
- [docs-infra] Fix redirect styles pages (#45848) @siriwatknp
|
|
135
|
+
- [docs-infra] Remove false-positive Vale rules (#45843) @oliviertassinari
|
|
136
|
+
- [docs-infra] Make sure Next.js can find package.json through its aliases (#45840) @Janpot
|
|
137
|
+
- [docs-infra] Fix Next.js brand name coverage (6915f8d) @oliviertassinari
|
|
138
|
+
- [docs-infra] Fix layout shift between MIT and commercial pages (#45760) @oliviertassinari
|
|
139
|
+
- [docs-infra] Non breaking space for ESM (#45758) @oliviertassinari
|
|
140
|
+
- [support-infra] Remove dead 'workflow_call:' (#45736) @oliviertassinari
|
|
141
|
+
- [utils] Support cleanup callbacks in useForkRef (#45621) @DiegoAndai
|
|
142
|
+
|
|
143
|
+
### Docs
|
|
144
|
+
|
|
145
|
+
- Fix pigment vite integration example (#44746) @brijeshb42
|
|
146
|
+
- Update migration instructions and codemod references for deprecated APIs (#45793) @sai6855
|
|
147
|
+
- Add TanStack Router routing example (#44930) @vetledv
|
|
148
|
+
- Fix layout shifting in icons page (#45779) @sai6855
|
|
149
|
+
- Fix migration instructions (#45762) @oliviertassinari
|
|
150
|
+
- Fix wrong TypeScript support version (#45761) @oliviertassinari
|
|
151
|
+
- Fix link to mui-joy/src/styles/components.d.ts (#45763) @oliviertassinari
|
|
152
|
+
- Fix 301 link (ae94c40) @oliviertassinari
|
|
153
|
+
- Fix 301 links (abd8f63) @oliviertassinari
|
|
154
|
+
- Fix 301 redirection (c7658de) @oliviertassinari
|
|
155
|
+
- [nextjs] Migrate from deprecated "legacyBehavior" prop (#44871) @oliviertassinari
|
|
156
|
+
- [nextjs] Document CSP for Next.js Pages Router (#45798) @Grohden
|
|
157
|
+
|
|
158
|
+
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Grohden, @imadx, @Janpot, @Kartik-Murthy, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp, @vetledv, @ZeeshanTamboli
|
|
159
|
+
|
|
160
|
+
## 7.0.1
|
|
161
|
+
|
|
162
|
+
<!-- generated comparing v7.0.0..master -->
|
|
163
|
+
|
|
164
|
+
_Mar 28, 2025_
|
|
165
|
+
|
|
166
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
167
|
+
|
|
168
|
+
### `@mui/material@7.0.1`
|
|
169
|
+
|
|
170
|
+
- Export ThemeProviderProps (#45701) @aarongarciah
|
|
171
|
+
- [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
|
|
172
|
+
- Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
|
|
173
|
+
- [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
|
|
174
|
+
- Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
|
|
175
|
+
|
|
176
|
+
### `@mui/icons-material@7.0.1`
|
|
177
|
+
|
|
178
|
+
- [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
|
|
179
|
+
- Bring back individual icon dts (#45711) @Janpot
|
|
180
|
+
|
|
181
|
+
### Core
|
|
182
|
+
|
|
183
|
+
- Improve the release instructions (#45688) @mnajdova
|
|
184
|
+
|
|
185
|
+
### Docs
|
|
186
|
+
|
|
187
|
+
- Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
|
|
188
|
+
- Update v7 related copy (#45716) @aarongarciah
|
|
189
|
+
- Avoid unwanted undefined in page title (#45718) @aarongarciah
|
|
190
|
+
- Fix joy templates error (#45715) @siriwatknp
|
|
191
|
+
- Rename GitHub icon import (#45709) @micttyoid
|
|
192
|
+
- Fix Safari issue in dark mode (#45696) @mnajdova
|
|
193
|
+
- Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
|
|
194
|
+
- Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
|
|
195
|
+
- Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
|
|
196
|
+
- Fix Material Icons page in dark mode (#45691) @mnajdova
|
|
197
|
+
|
|
198
|
+
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
|
|
199
|
+
|
|
3
200
|
## 7.0.0
|
|
4
201
|
|
|
5
202
|
<!-- generated comparing v7.0.0-rc.0..master -->
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/types",
|
|
3
|
-
"version": "7.4.
|
|
4
|
-
"private": false,
|
|
3
|
+
"version": "7.4.2",
|
|
5
4
|
"author": "MUI Team",
|
|
6
|
-
"description": "Utility types for
|
|
5
|
+
"description": "Utility types for Material UI.",
|
|
7
6
|
"types": "./index.d.ts",
|
|
8
7
|
"keywords": [
|
|
9
8
|
"react",
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
"directory": "build"
|
|
28
27
|
},
|
|
29
28
|
"dependencies": {
|
|
30
|
-
"@babel/runtime": "^7.
|
|
29
|
+
"@babel/runtime": "^7.27.1"
|
|
31
30
|
},
|
|
32
31
|
"peerDependencies": {
|
|
33
32
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
@@ -37,6 +36,7 @@
|
|
|
37
36
|
"optional": true
|
|
38
37
|
}
|
|
39
38
|
},
|
|
39
|
+
"private": false,
|
|
40
40
|
"exports": {
|
|
41
41
|
"./package.json": "./package.json",
|
|
42
42
|
".": {
|
|
@@ -47,10 +47,6 @@
|
|
|
47
47
|
"import": {
|
|
48
48
|
"types": "./esm/index.d.ts",
|
|
49
49
|
"default": "./esm/index.js"
|
|
50
|
-
},
|
|
51
|
-
"mui-modern": {
|
|
52
|
-
"types": "./modern/index.d.ts",
|
|
53
|
-
"default": "./modern/index.js"
|
|
54
50
|
}
|
|
55
51
|
},
|
|
56
52
|
"./*": {
|
|
@@ -61,10 +57,6 @@
|
|
|
61
57
|
"import": {
|
|
62
58
|
"types": "./esm/*/index.d.ts",
|
|
63
59
|
"default": "./esm/*/index.js"
|
|
64
|
-
},
|
|
65
|
-
"mui-modern": {
|
|
66
|
-
"types": "./modern/*/index.d.ts",
|
|
67
|
-
"default": "./modern/*/index.js"
|
|
68
60
|
}
|
|
69
61
|
},
|
|
70
62
|
"./esm": null,
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare module '@mui/types' {
|
|
3
|
-
/**
|
|
4
|
-
* A component whose root component can be controlled via a `component` prop.
|
|
5
|
-
*
|
|
6
|
-
* Adjusts valid props based on the type of `component`.
|
|
7
|
-
*/
|
|
8
|
-
interface OverridableComponent<M extends OverridableTypeMap> {
|
|
9
|
-
<C extends React.ElementType>(props: {
|
|
10
|
-
/**
|
|
11
|
-
* The component used for the root node.
|
|
12
|
-
* Either a string to use a HTML element or a component.
|
|
13
|
-
*/
|
|
14
|
-
component: C;
|
|
15
|
-
} & OverridePropsVer2<M, C>): React.JSX.Element;
|
|
16
|
-
(props: DefaultComponentPropsVer2<M>): React.JSX.Element;
|
|
17
|
-
propTypes?: any;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Props of the component if `component={Component}` is used.
|
|
21
|
-
*/
|
|
22
|
-
type OverridePropsVer2<M extends OverridableTypeMap, C extends React.ElementType> = (BaseProps<M> & DistributiveOmit<React.ComponentPropsWithoutRef<C>, keyof BaseProps<M>> & {
|
|
23
|
-
ref?: React.Ref<Element>;
|
|
24
|
-
});
|
|
25
|
-
/**
|
|
26
|
-
* Props if `component={Component}` is NOT used.
|
|
27
|
-
*/
|
|
28
|
-
type DefaultComponentPropsVer2<M extends OverridableTypeMap> = BaseProps<M> & DistributiveOmit<React.ComponentPropsWithoutRef<M['defaultComponent']>, keyof BaseProps<M>> & {
|
|
29
|
-
ref?: React.Ref<Element>;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/modern/index.d.ts
DELETED
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export {};
|
|
3
|
-
/**
|
|
4
|
-
* `T extends ConsistentWith<T, U>` means that where `T` has overlapping properties with
|
|
5
|
-
* `U`, their value types do not conflict.
|
|
6
|
-
*
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
|
-
export type ConsistentWith<DecorationTargetProps, InjectedProps> = { [P in keyof DecorationTargetProps]: P extends keyof InjectedProps ? InjectedProps[P] extends DecorationTargetProps[P] ? DecorationTargetProps[P] : InjectedProps[P] : DecorationTargetProps[P] };
|
|
10
|
-
/**
|
|
11
|
-
* a function that takes {component} and returns a component that passes along
|
|
12
|
-
* all the props to {component} except the {InjectedProps} and will accept
|
|
13
|
-
* additional {AdditionalProps}
|
|
14
|
-
*/
|
|
15
|
-
export type PropInjector<InjectedProps, AdditionalProps = {}> = <C extends React.JSXElementConstructor<ConsistentWith<React.ComponentProps<C>, InjectedProps>>>(component: C) => React.JSXElementConstructor<DistributiveOmit<React.JSX.LibraryManagedAttributes<C, React.ComponentProps<C>>, keyof InjectedProps> & AdditionalProps>;
|
|
16
|
-
/**
|
|
17
|
-
* Remove properties `K` from `T`.
|
|
18
|
-
* Distributive for union types.
|
|
19
|
-
*
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
export type DistributiveOmit<T, K extends keyof any> = T extends any ? Omit<T, K> : never;
|
|
23
|
-
/**
|
|
24
|
-
* Generate a set of string literal types with the given default record `T` and
|
|
25
|
-
* override record `U`.
|
|
26
|
-
*
|
|
27
|
-
* If the property value was `true`, the property key will be added to the
|
|
28
|
-
* string union.
|
|
29
|
-
*
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
export type OverridableStringUnion<T extends string | number, U = {}> = GenerateStringUnion<Overwrite<Record<T, true>, U>>;
|
|
33
|
-
/**
|
|
34
|
-
* Like `T & U`, but using the value types from `U` where their properties overlap.
|
|
35
|
-
*
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
export type Overwrite<T, U> = DistributiveOmit<T, keyof U> & U;
|
|
39
|
-
type GenerateStringUnion<T> = Extract<{ [Key in keyof T]: true extends T[Key] ? Key : never }[keyof T], string>;
|
|
40
|
-
export type IfEquals<T, U, Y = unknown, N = never> = (<G>() => G extends T ? 1 : 2) extends (<G>() => G extends U ? 1 : 2) ? Y : N;
|
|
41
|
-
/**
|
|
42
|
-
* Issues a type error if `Expected` is not identical to `Actual`.
|
|
43
|
-
*
|
|
44
|
-
* `Expected` should be declared when invoking `expectType`.
|
|
45
|
-
* `Actual` should almost always we be a `typeof value` statement.
|
|
46
|
-
*
|
|
47
|
-
* @example `expectType<number | string, typeof value>(value)`
|
|
48
|
-
* TypeScript issues a type error since `value is not assignable to never`.
|
|
49
|
-
* This means `typeof value` is not identical to `number | string`
|
|
50
|
-
* @param actual
|
|
51
|
-
*/
|
|
52
|
-
export declare function expectType<Expected, Actual>(actual: IfEquals<Actual, Expected, Actual>): void;
|
|
53
|
-
/**
|
|
54
|
-
* A component whose root component can be controlled via a `component` prop.
|
|
55
|
-
*
|
|
56
|
-
* Adjusts valid props based on the type of `component`.
|
|
57
|
-
*/
|
|
58
|
-
export interface OverridableComponent<M extends OverridableTypeMap> {
|
|
59
|
-
<C extends React.ElementType>(props: {
|
|
60
|
-
/**
|
|
61
|
-
* The component used for the root node.
|
|
62
|
-
* Either a string to use a HTML element or a component.
|
|
63
|
-
*/
|
|
64
|
-
component: C;
|
|
65
|
-
} & OverrideProps<M, C>): React.JSX.Element | null;
|
|
66
|
-
(props: DefaultComponentProps<M>): React.JSX.Element | null;
|
|
67
|
-
propTypes?: any;
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* Props of the component if `component={Component}` is used.
|
|
71
|
-
*/
|
|
72
|
-
export type OverrideProps<M extends OverridableTypeMap, C extends React.ElementType> = (BaseProps<M> & DistributiveOmit<React.ComponentPropsWithRef<C>, keyof BaseProps<M>>);
|
|
73
|
-
/**
|
|
74
|
-
* Props if `component={Component}` is NOT used.
|
|
75
|
-
*/
|
|
76
|
-
export type DefaultComponentProps<M extends OverridableTypeMap> = BaseProps<M> & DistributiveOmit<React.ComponentPropsWithRef<M['defaultComponent']>, keyof BaseProps<M>>;
|
|
77
|
-
/**
|
|
78
|
-
* Props defined on the component.
|
|
79
|
-
*/
|
|
80
|
-
export type BaseProps<M extends OverridableTypeMap> = M['props'];
|
|
81
|
-
export interface OverridableTypeMap {
|
|
82
|
-
props: {};
|
|
83
|
-
defaultComponent: React.ElementType;
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* Simplifies the display of a type (without modifying it).
|
|
87
|
-
* Taken from https://effectivetypescript.com/2022/02/25/gentips-4-display/
|
|
88
|
-
*/
|
|
89
|
-
export type Simplify<T> = T extends Function ? T : { [K in keyof T]: T[K] };
|
|
90
|
-
/**
|
|
91
|
-
* Changes the properties K from T to required
|
|
92
|
-
*/
|
|
93
|
-
export type PartiallyRequired<T, K extends keyof T> = DistributiveOmit<T, K> & { [P in K]-?: T[P] };
|
package/modern/index.js
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @mui/types v7.4.0
|
|
3
|
-
*
|
|
4
|
-
* @license MIT
|
|
5
|
-
* This source code is licensed under the MIT license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/
|
|
8
|
-
// disable automatic export
|
|
9
|
-
export {};
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* `T extends ConsistentWith<T, U>` means that where `T` has overlapping properties with
|
|
13
|
-
* `U`, their value types do not conflict.
|
|
14
|
-
*
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* a function that takes {component} and returns a component that passes along
|
|
20
|
-
* all the props to {component} except the {InjectedProps} and will accept
|
|
21
|
-
* additional {AdditionalProps}
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Remove properties `K` from `T`.
|
|
26
|
-
* Distributive for union types.
|
|
27
|
-
*
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Generate a set of string literal types with the given default record `T` and
|
|
33
|
-
* override record `U`.
|
|
34
|
-
*
|
|
35
|
-
* If the property value was `true`, the property key will be added to the
|
|
36
|
-
* string union.
|
|
37
|
-
*
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Like `T & U`, but using the value types from `U` where their properties overlap.
|
|
43
|
-
*
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
// https://stackoverflow.com/questions/53807517/how-to-test-if-two-types-are-exactly-the-same
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Issues a type error if `Expected` is not identical to `Actual`.
|
|
51
|
-
*
|
|
52
|
-
* `Expected` should be declared when invoking `expectType`.
|
|
53
|
-
* `Actual` should almost always we be a `typeof value` statement.
|
|
54
|
-
*
|
|
55
|
-
* @example `expectType<number | string, typeof value>(value)`
|
|
56
|
-
* TypeScript issues a type error since `value is not assignable to never`.
|
|
57
|
-
* This means `typeof value` is not identical to `number | string`
|
|
58
|
-
* @param actual
|
|
59
|
-
*/
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* A component whose root component can be controlled via a `component` prop.
|
|
63
|
-
*
|
|
64
|
-
* Adjusts valid props based on the type of `component`.
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Props of the component if `component={Component}` is used.
|
|
69
|
-
*/
|
|
70
|
-
// prettier-ignore
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Props if `component={Component}` is NOT used.
|
|
74
|
-
*/
|
|
75
|
-
// prettier-ignore
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* Props defined on the component.
|
|
79
|
-
*/
|
|
80
|
-
// prettier-ignore
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* Simplifies the display of a type (without modifying it).
|
|
84
|
-
* Taken from https://effectivetypescript.com/2022/02/25/gentips-4-display/
|
|
85
|
-
*/
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* Changes the properties K from T to required
|
|
89
|
-
*/
|
package/modern/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type":"module","sideEffects":false}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/@types+react@19.0.12/node_modules/@types/react/global.d.ts","../../../node_modules/.pnpm/csstype@3.1.3/node_modules/csstype/index.d.ts","../../../node_modules/.pnpm/@types+react@19.0.12/node_modules/@types/react/index.d.ts","../src/overridablecomponentaugmentation.ts","../src/index.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.17.27/node_modules/@types/node/index.d.ts","../../../node_modules/.pnpm/@types+mocha@10.0.10/node_modules/@types/mocha/index.d.ts"],"fileIdsList":[[58,100],[58,97,100],[58,99,100],[100],[58,100,105,134],[58,100,101,106,112,113,120,131,142],[58,100,101,102,112,120],[53,54,55,58,100],[58,100,103,143],[58,100,104,105,113,121],[58,100,105,131,139],[58,100,106,108,112,120],[58,99,100,107],[58,100,108,109],[58,100,112],[58,100,110,112],[58,99,100,112],[58,100,112,113,114,131,142],[58,100,112,113,114,127,131,134],[58,95,100,147],[58,100,108,112,115,120,131,142],[58,100,112,113,115,116,120,131,139,142],[58,100,115,117,131,139,142],[56,57,58,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148],[58,100,112,118],[58,100,119,142,147],[58,100,108,112,120,131],[58,100,121],[58,100,122],[58,99,100,123],[58,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148],[58,100,125],[58,100,126],[58,100,112,127,128],[58,100,127,129,143,145],[58,100,112,131,132,134],[58,100,133,134],[58,100,131,132],[58,100,134],[58,100,135],[58,97,100,131],[58,100,112,137,138],[58,100,137,138],[58,100,105,120,131,139],[58,100,140],[58,100,120,141],[58,100,115,126,142],[58,100,105,143],[58,100,131,144],[58,100,119,145],[58,100,146],[58,100,105,112,114,123,131,142,145,147],[58,100,131,148],[48,49,58,100],[58,67,71,100,142],[58,67,100,131,142],[58,62,100],[58,64,67,100,139,142],[58,100,120,139],[58,100,149],[58,62,100,149],[58,64,67,100,120,142],[58,59,60,63,66,100,112,131,142],[58,67,74,100],[58,59,65,100],[58,67,88,89,100],[58,63,67,100,134,142,149],[58,88,100,149],[58,61,62,100,149],[58,67,100],[58,61,62,63,64,65,66,67,68,69,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,100],[58,67,82,100],[58,67,74,75,100],[58,65,67,75,76,100],[58,66,100],[58,59,62,67,100],[58,67,71,75,76,100],[58,71,100],[58,65,67,70,100,142],[58,59,64,67,74,100],[58,100,131],[58,62,67,88,100,147,149],[50,58,100],[50,52,58,100]],"fileInfos":[{"version":"e41c290ef7dd7dab3493e6cbe5909e0148edf4a8dad0271be08edec368a0f7b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"4fd3f3422b2d2a3dfd5cdd0f387b3a8ec45f006c6ea896a4cb41264c2100bb2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"62bb211266ee48b2d0edf0d8d1b191f0c24fc379a82bd4c1692a082c540bc6b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f1e2a172204962276504466a6393426d2ca9c54894b1ad0a6c9dad867a65f876","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","impliedFormat":1},{"version":"9d37372c385ea35087857d10afe0ae636503035feee2f742c4031c3658b17d80","impliedFormat":1},{"version":"bf2877a7aed1b24ca886a53f5251ac1489cf6c3170f702d6db82e06b83f6dc8b","signature":"e3a01dd2e6f4153727fd9a1afc96fb1d4bf310cced90b6e26792cb8e6d6b947f"},{"version":"2dfbac2f78e4a77654f5d4a5cdc699c50f1d02ceb4d08c6dda062984704423fe","signature":"72ec5bba035c4df28698f5de2062d2aff8ff21515b63c9749e04356e635f8741"},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b80c6175da9de59bace50a72c2d68490d4ab5b07016ff5367bc7ba33cf2f219","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"08faa97886e71757779428dd4c69a545c32c85fd629d1116d42710b32c6378bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b042aa5d277ad6963e2837179fd2f8fbb01968ac67115b0833c0244e93d1d50","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36","impliedFormat":1},{"version":"23cfd70b42094e54cc3c5dab996d81b97e2b6f38ccb24ead85454b8ddfe2fc4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3e58c4c18a031cbb17abec7a4ad0bd5ae9fc70c1f4ba1e7fb921ad87c504aca","impliedFormat":1},{"version":"a3e8bafb2af8e850c644f4be7f5156cf7d23b7bfdc3b786bd4d10ed40329649c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4b87f767c7bc841511113c876a6b8bf1fd0cb0b718c888ad84478b372ec486b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d04e3640dd9eb67f7f1e5bd3d0bf96c784666f7aefc8ac1537af6f2d38d4c29","impliedFormat":1},{"version":"3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","impliedFormat":1},{"version":"5a369483ac4cfbdf0331c248deeb36140e6907db5e1daed241546b4a2055f82c","impliedFormat":1},{"version":"e8f5b5cc36615c17d330eaf8eebbc0d6bdd942c25991f96ef122f246f4ff722f","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ada07543808f3b967624645a8e1ccd446f8b01ade47842acf1328aec899fed0","affectsGlobalScope":true,"impliedFormat":1},{"version":"809de4a91e5f9ea79963802ef3ea0144533c6f94ca8eee10efa70f5f42d6eecc","impliedFormat":1},{"version":"71adf5dbc59568663d252a46179e71e4d544c053978bfc526d11543a3f716f42","impliedFormat":1},{"version":"38bf8ff1b403c861e9052c9ea651cb4f38c1ecc084a34d79f8acc6d6477a7321","impliedFormat":1},{"version":"93bd413918fa921c8729cef45302b24d8b6c7855d72d5bf82d3972595ae8dcbf","impliedFormat":1},{"version":"4ff41188773cbf465807dd2f7059c7494cbee5115608efc297383832a1150c43","impliedFormat":1},{"version":"dccdf1677e531e33f8ac961a68bc537418c9a414797c1ea7e91307501cdc3f5e","impliedFormat":1},{"version":"e184c4b8918ef56c8c9e68bd79f3f3780e2d0d75bf2b8a41da1509a40c2deb46","affectsGlobalScope":true,"impliedFormat":1},{"version":"d206b4baf4ddcc15d9d69a9a2f4999a72a2c6adeaa8af20fa7a9960816287555","impliedFormat":1},{"version":"93f437e1398a4f06a984f441f7fa7a9f0535c04399619b5c22e0b87bdee182cb","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"70731d10d5311bd4cf710ef7f6539b62660f4b0bfdbb3f9fbe1d25fe6366a7fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b19db3600a17af69d4f33d08cc7076a7d19fb65bb36e442cac58929ec7c9482","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"137c2894e8f3e9672d401cc0a305dc7b1db7c69511cf6d3970fb53302f9eae09","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"ba1f814c22fd970255ddd60d61fb7e00c28271c933ab5d5cc19cd3ca66b8f57c","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"295f068af94245ee9d780555351bef98adfd58f8baf0b9dadbc31a489b881f8b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1851a3b4db78664f83901bb9cac9e45e03a37bb5933cc5bf37e10bb7e91ab4eb","impliedFormat":1},{"version":"09d479208911ac3ac6a7c2fe86217fc1abe6c4f04e2d52e4890e500699eeab32","affectsGlobalScope":true,"impliedFormat":1},{"version":"27d8987fd22d92efe6560cf0ce11767bf089903ffe26047727debfd1f3bf438b","affectsGlobalScope":true,"impliedFormat":1},{"version":"578d8bb6dcb2a1c03c4c3f8eb71abc9677e1a5c788b7f24848e3138ce17f3400","impliedFormat":1},{"version":"4f029899f9bae07e225c43aef893590541b2b43267383bf5e32e3a884d219ed5","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"5b566927cad2ed2139655d55d690ffa87df378b956e7fe1c96024c4d9f75c4cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"bce947017cb7a2deebcc4f5ba04cead891ce6ad1602a4438ae45ed9aa1f39104","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3dffd70e6375b872f0b4e152de4ae682d762c61a24881ecc5eb9f04c5caf76f","impliedFormat":1},{"version":"e2c72c065a36bc9ab2a00ac6a6f51e71501619a72c0609defd304d46610487a4","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"616075a6ac578cf5a013ee12964188b4412823796ce0b202c6f1d2e4ca8480d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"e8a979b8af001c9fc2e774e7809d233c8ca955a28756f52ee5dee88ccb0611d2","impliedFormat":1},{"version":"cac793cc47c29e26e4ac3601dcb00b4435ebed26203485790e44f2ad8b6ad847","impliedFormat":1},{"version":"29f72ec1289ae3aeda78bf14b38086d3d803262ac13904b400422941a26a3636","affectsGlobalScope":true,"impliedFormat":1}],"root":[51,52],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"emitDeclarationOnly":true,"experimentalDecorators":true,"jsx":1,"module":99,"noErrorTruncation":false,"outDir":"./esm","rootDir":"../src","strict":true,"target":9},"referencedMap":[[150,1],[97,2],[98,2],[99,3],[58,4],[100,5],[101,6],[102,7],[53,1],[56,8],[54,1],[55,1],[103,9],[104,10],[105,11],[106,12],[107,13],[108,14],[109,14],[111,15],[110,16],[112,17],[113,18],[114,19],[96,20],[57,1],[115,21],[116,22],[117,23],[149,24],[118,25],[119,26],[120,27],[121,28],[122,29],[123,30],[124,31],[125,32],[126,33],[127,34],[128,34],[129,35],[130,1],[131,36],[133,37],[132,38],[134,39],[135,40],[136,41],[137,42],[138,43],[139,44],[140,45],[141,46],[142,47],[143,48],[144,49],[145,50],[146,51],[147,52],[148,53],[48,1],[50,54],[49,1],[46,1],[47,1],[8,1],[9,1],[11,1],[10,1],[2,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[3,1],[20,1],[21,1],[4,1],[22,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[37,1],[34,1],[35,1],[36,1],[38,1],[7,1],[39,1],[44,1],[45,1],[40,1],[41,1],[42,1],[43,1],[1,1],[74,55],[84,56],[73,55],[94,57],[65,58],[64,59],[93,60],[87,61],[92,62],[67,63],[81,64],[66,65],[90,66],[62,67],[61,60],[91,68],[63,69],[68,70],[69,1],[72,70],[59,1],[95,71],[85,72],[76,73],[77,74],[79,75],[75,76],[78,77],[88,60],[70,78],[71,79],[80,80],[60,81],[83,72],[82,70],[86,1],[89,82],[52,83],[51,84]],"latestChangedDtsFile":"./esm/index.d.ts","version":"5.7.3"}
|