@wordpress/compose 5.0.1 → 5.0.5
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 +12 -3
- package/build/higher-order/if-condition/index.js.map +1 -1
- package/build/higher-order/pure/index.js.map +1 -1
- package/build/higher-order/with-instance-id/index.js.map +1 -1
- package/build/higher-order/with-safe-timeout/index.js.map +1 -1
- package/build/hooks/use-constrained-tabbing/index.js +46 -43
- package/build/hooks/use-constrained-tabbing/index.js.map +1 -1
- package/build/hooks/use-debounce/index.js +1 -1
- package/build/hooks/use-debounce/index.js.map +1 -1
- package/build/hooks/use-drop-zone/index.js +12 -6
- package/build/hooks/use-drop-zone/index.js.map +1 -1
- package/build/hooks/use-fixed-window-list/index.js +175 -0
- package/build/hooks/use-fixed-window-list/index.js.map +1 -0
- package/build/hooks/use-focusable-iframe/index.js +50 -0
- package/build/hooks/use-focusable-iframe/index.js.map +1 -0
- package/build/hooks/use-previous/index.js +3 -14
- package/build/hooks/use-previous/index.js.map +1 -1
- package/build/hooks/use-reduced-motion/index.js +1 -7
- package/build/hooks/use-reduced-motion/index.js.map +1 -1
- package/build/hooks/use-throttle/index.js +1 -1
- package/build/hooks/use-throttle/index.js.map +1 -1
- package/build/index.js +16 -0
- package/build/index.js.map +1 -1
- package/build-module/higher-order/if-condition/index.js +1 -1
- package/build-module/higher-order/if-condition/index.js.map +1 -1
- package/build-module/higher-order/pure/index.js +1 -1
- package/build-module/higher-order/pure/index.js.map +1 -1
- package/build-module/higher-order/with-instance-id/index.js +1 -2
- package/build-module/higher-order/with-instance-id/index.js.map +1 -1
- package/build-module/higher-order/with-safe-timeout/index.js +1 -1
- package/build-module/higher-order/with-safe-timeout/index.js.map +1 -1
- package/build-module/hooks/use-constrained-tabbing/index.js +41 -40
- package/build-module/hooks/use-constrained-tabbing/index.js.map +1 -1
- package/build-module/hooks/use-debounce/index.js +1 -1
- package/build-module/hooks/use-debounce/index.js.map +1 -1
- package/build-module/hooks/use-drop-zone/index.js +12 -6
- package/build-module/hooks/use-drop-zone/index.js.map +1 -1
- package/build-module/hooks/use-fixed-window-list/index.js +164 -0
- package/build-module/hooks/use-fixed-window-list/index.js.map +1 -0
- package/build-module/hooks/use-focusable-iframe/index.js +40 -0
- package/build-module/hooks/use-focusable-iframe/index.js.map +1 -0
- package/build-module/hooks/use-previous/index.js +3 -14
- package/build-module/hooks/use-previous/index.js.map +1 -1
- package/build-module/hooks/use-reduced-motion/index.js +2 -8
- package/build-module/hooks/use-reduced-motion/index.js.map +1 -1
- package/build-module/hooks/use-throttle/index.js +1 -1
- package/build-module/hooks/use-throttle/index.js.map +1 -1
- package/build-module/index.js +2 -0
- package/build-module/index.js.map +1 -1
- package/build-types/higher-order/if-condition/index.d.ts.map +1 -1
- package/build-types/higher-order/pure/index.d.ts.map +1 -1
- package/build-types/higher-order/with-instance-id/index.d.ts.map +1 -1
- package/build-types/higher-order/with-safe-timeout/index.d.ts.map +1 -1
- package/build-types/hooks/use-constrained-tabbing/index.d.ts.map +1 -1
- package/build-types/hooks/use-debounce/index.d.ts +2 -2
- package/build-types/hooks/use-debounce/index.d.ts.map +1 -1
- package/build-types/hooks/use-drop-zone/index.d.ts.map +1 -1
- package/build-types/hooks/use-fixed-window-list/index.d.ts +57 -0
- package/build-types/hooks/use-fixed-window-list/index.d.ts.map +1 -0
- package/build-types/hooks/use-focus-outside/index.d.ts +3 -3
- package/build-types/hooks/use-focus-outside/index.d.ts.map +1 -1
- package/build-types/hooks/use-focusable-iframe/index.d.ts +8 -0
- package/build-types/hooks/use-focusable-iframe/index.d.ts.map +1 -0
- package/build-types/hooks/use-previous/index.d.ts +2 -4
- package/build-types/hooks/use-previous/index.d.ts.map +1 -1
- package/build-types/hooks/use-reduced-motion/index.d.ts +5 -0
- package/build-types/hooks/use-reduced-motion/index.d.ts.map +1 -1
- package/build-types/hooks/use-throttle/index.d.ts +2 -2
- package/build-types/hooks/use-throttle/index.d.ts.map +1 -1
- package/build-types/hooks/use-viewport-match/index.d.ts +2 -2
- package/build-types/hooks/use-viewport-match/index.d.ts.map +1 -1
- package/build-types/index.d.ts +2 -0
- package/package.json +9 -9
- package/src/higher-order/if-condition/index.tsx +0 -1
- package/src/higher-order/pure/index.tsx +0 -1
- package/src/higher-order/with-instance-id/index.tsx +0 -1
- package/src/higher-order/with-safe-timeout/index.tsx +0 -1
- package/src/hooks/use-constrained-tabbing/index.js +39 -33
- package/src/hooks/use-debounce/index.js +1 -1
- package/src/hooks/use-drop-zone/index.js +11 -9
- package/src/hooks/use-fixed-window-list/index.js +174 -0
- package/src/hooks/use-focusable-iframe/README.md +29 -0
- package/src/hooks/use-focusable-iframe/index.js +34 -0
- package/src/hooks/use-previous/index.ts +24 -0
- package/src/hooks/use-reduced-motion/index.js +2 -13
- package/src/hooks/use-throttle/index.js +1 -1
- package/src/index.js +2 -0
- package/tsconfig.tsbuildinfo +1 -1694
- package/src/hooks/use-previous/index.js +0 -31
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1,1694 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"program": {
|
|
3
|
-
"fileInfos": {
|
|
4
|
-
"../../node_modules/typescript/lib/lib.es5.d.ts": {
|
|
5
|
-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
|
|
6
|
-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
|
|
7
|
-
"affectsGlobalScope": true
|
|
8
|
-
},
|
|
9
|
-
"../../node_modules/typescript/lib/lib.es2015.d.ts": {
|
|
10
|
-
"version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
|
|
11
|
-
"signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
|
|
12
|
-
"affectsGlobalScope": false
|
|
13
|
-
},
|
|
14
|
-
"../../node_modules/typescript/lib/lib.es2016.d.ts": {
|
|
15
|
-
"version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
|
|
16
|
-
"signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
|
|
17
|
-
"affectsGlobalScope": false
|
|
18
|
-
},
|
|
19
|
-
"../../node_modules/typescript/lib/lib.es2017.d.ts": {
|
|
20
|
-
"version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
|
|
21
|
-
"signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
|
|
22
|
-
"affectsGlobalScope": false
|
|
23
|
-
},
|
|
24
|
-
"../../node_modules/typescript/lib/lib.es2018.d.ts": {
|
|
25
|
-
"version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
|
|
26
|
-
"signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
|
|
27
|
-
"affectsGlobalScope": false
|
|
28
|
-
},
|
|
29
|
-
"../../node_modules/typescript/lib/lib.es2019.d.ts": {
|
|
30
|
-
"version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
|
|
31
|
-
"signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
|
|
32
|
-
"affectsGlobalScope": false
|
|
33
|
-
},
|
|
34
|
-
"../../node_modules/typescript/lib/lib.es2020.d.ts": {
|
|
35
|
-
"version": "e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",
|
|
36
|
-
"signature": "e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",
|
|
37
|
-
"affectsGlobalScope": false
|
|
38
|
-
},
|
|
39
|
-
"../../node_modules/typescript/lib/lib.esnext.d.ts": {
|
|
40
|
-
"version": "fc7a21dd3ee27fd0a9ff1c46534efcd9c3cec51a445b479bb326d871c0aa8302",
|
|
41
|
-
"signature": "fc7a21dd3ee27fd0a9ff1c46534efcd9c3cec51a445b479bb326d871c0aa8302",
|
|
42
|
-
"affectsGlobalScope": false
|
|
43
|
-
},
|
|
44
|
-
"../../node_modules/typescript/lib/lib.dom.d.ts": {
|
|
45
|
-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
|
|
46
|
-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
|
|
47
|
-
"affectsGlobalScope": true
|
|
48
|
-
},
|
|
49
|
-
"../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
|
|
50
|
-
"version": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
|
|
51
|
-
"signature": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
|
|
52
|
-
"affectsGlobalScope": true
|
|
53
|
-
},
|
|
54
|
-
"../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
|
|
55
|
-
"version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
|
|
56
|
-
"signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
|
|
57
|
-
"affectsGlobalScope": true
|
|
58
|
-
},
|
|
59
|
-
"../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
|
|
60
|
-
"version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
|
|
61
|
-
"signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
|
|
62
|
-
"affectsGlobalScope": true
|
|
63
|
-
},
|
|
64
|
-
"../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
|
|
65
|
-
"version": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
|
|
66
|
-
"signature": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
|
|
67
|
-
"affectsGlobalScope": true
|
|
68
|
-
},
|
|
69
|
-
"../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
|
|
70
|
-
"version": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
|
|
71
|
-
"signature": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
|
|
72
|
-
"affectsGlobalScope": true
|
|
73
|
-
},
|
|
74
|
-
"../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
|
|
75
|
-
"version": "7207e317a2cb07a177e7d963ab7b8c0e85dde7f9ddb50351f830239bf597569e",
|
|
76
|
-
"signature": "7207e317a2cb07a177e7d963ab7b8c0e85dde7f9ddb50351f830239bf597569e",
|
|
77
|
-
"affectsGlobalScope": true
|
|
78
|
-
},
|
|
79
|
-
"../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
|
|
80
|
-
"version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
|
|
81
|
-
"signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
|
|
82
|
-
"affectsGlobalScope": true
|
|
83
|
-
},
|
|
84
|
-
"../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
|
|
85
|
-
"version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
|
|
86
|
-
"signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
|
|
87
|
-
"affectsGlobalScope": true
|
|
88
|
-
},
|
|
89
|
-
"../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
|
|
90
|
-
"version": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
|
|
91
|
-
"signature": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
|
|
92
|
-
"affectsGlobalScope": true
|
|
93
|
-
},
|
|
94
|
-
"../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
|
|
95
|
-
"version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
|
|
96
|
-
"signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
|
|
97
|
-
"affectsGlobalScope": true
|
|
98
|
-
},
|
|
99
|
-
"../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
|
|
100
|
-
"version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
|
|
101
|
-
"signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
|
|
102
|
-
"affectsGlobalScope": true
|
|
103
|
-
},
|
|
104
|
-
"../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
|
|
105
|
-
"version": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
|
|
106
|
-
"signature": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
|
|
107
|
-
"affectsGlobalScope": true
|
|
108
|
-
},
|
|
109
|
-
"../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
|
|
110
|
-
"version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
|
|
111
|
-
"signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
|
|
112
|
-
"affectsGlobalScope": true
|
|
113
|
-
},
|
|
114
|
-
"../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
|
|
115
|
-
"version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
|
|
116
|
-
"signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
|
|
117
|
-
"affectsGlobalScope": true
|
|
118
|
-
},
|
|
119
|
-
"../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
|
|
120
|
-
"version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
|
|
121
|
-
"signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
|
|
122
|
-
"affectsGlobalScope": true
|
|
123
|
-
},
|
|
124
|
-
"../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
|
|
125
|
-
"version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
|
|
126
|
-
"signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
|
|
127
|
-
"affectsGlobalScope": true
|
|
128
|
-
},
|
|
129
|
-
"../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
|
|
130
|
-
"version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
|
|
131
|
-
"signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
|
|
132
|
-
"affectsGlobalScope": true
|
|
133
|
-
},
|
|
134
|
-
"../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
|
|
135
|
-
"version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
|
|
136
|
-
"signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
|
|
137
|
-
"affectsGlobalScope": true
|
|
138
|
-
},
|
|
139
|
-
"../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
|
|
140
|
-
"version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
|
|
141
|
-
"signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
|
|
142
|
-
"affectsGlobalScope": true
|
|
143
|
-
},
|
|
144
|
-
"../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
|
|
145
|
-
"version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
|
|
146
|
-
"signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
|
|
147
|
-
"affectsGlobalScope": true
|
|
148
|
-
},
|
|
149
|
-
"../../node_modules/typescript/lib/lib.es2019.array.d.ts": {
|
|
150
|
-
"version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
|
|
151
|
-
"signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
|
|
152
|
-
"affectsGlobalScope": true
|
|
153
|
-
},
|
|
154
|
-
"../../node_modules/typescript/lib/lib.es2019.object.d.ts": {
|
|
155
|
-
"version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
|
|
156
|
-
"signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
|
|
157
|
-
"affectsGlobalScope": true
|
|
158
|
-
},
|
|
159
|
-
"../../node_modules/typescript/lib/lib.es2019.string.d.ts": {
|
|
160
|
-
"version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
|
|
161
|
-
"signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
|
|
162
|
-
"affectsGlobalScope": true
|
|
163
|
-
},
|
|
164
|
-
"../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
|
|
165
|
-
"version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
|
|
166
|
-
"signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
|
|
167
|
-
"affectsGlobalScope": true
|
|
168
|
-
},
|
|
169
|
-
"../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
|
|
170
|
-
"version": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
|
|
171
|
-
"signature": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
|
|
172
|
-
"affectsGlobalScope": true
|
|
173
|
-
},
|
|
174
|
-
"../../node_modules/typescript/lib/lib.es2020.promise.d.ts": {
|
|
175
|
-
"version": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
|
|
176
|
-
"signature": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
|
|
177
|
-
"affectsGlobalScope": true
|
|
178
|
-
},
|
|
179
|
-
"../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts": {
|
|
180
|
-
"version": "e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40",
|
|
181
|
-
"signature": "e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40",
|
|
182
|
-
"affectsGlobalScope": true
|
|
183
|
-
},
|
|
184
|
-
"../../node_modules/typescript/lib/lib.es2020.string.d.ts": {
|
|
185
|
-
"version": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
|
|
186
|
-
"signature": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
|
|
187
|
-
"affectsGlobalScope": true
|
|
188
|
-
},
|
|
189
|
-
"../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": {
|
|
190
|
-
"version": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
|
|
191
|
-
"signature": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
|
|
192
|
-
"affectsGlobalScope": true
|
|
193
|
-
},
|
|
194
|
-
"../../node_modules/typescript/lib/lib.es2020.intl.d.ts": {
|
|
195
|
-
"version": "31e8df2398e328077079c17ea4f1664bad0a34adf8b0608837e504e310e329a1",
|
|
196
|
-
"signature": "31e8df2398e328077079c17ea4f1664bad0a34adf8b0608837e504e310e329a1",
|
|
197
|
-
"affectsGlobalScope": true
|
|
198
|
-
},
|
|
199
|
-
"../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
|
|
200
|
-
"version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
|
201
|
-
"signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
|
202
|
-
"affectsGlobalScope": true
|
|
203
|
-
},
|
|
204
|
-
"../../node_modules/typescript/lib/lib.esnext.string.d.ts": {
|
|
205
|
-
"version": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
|
|
206
|
-
"signature": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
|
|
207
|
-
"affectsGlobalScope": true
|
|
208
|
-
},
|
|
209
|
-
"../../node_modules/typescript/lib/lib.esnext.promise.d.ts": {
|
|
210
|
-
"version": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
|
|
211
|
-
"signature": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
|
|
212
|
-
"affectsGlobalScope": true
|
|
213
|
-
},
|
|
214
|
-
"../../node_modules/typescript/lib/lib.esnext.weakref.d.ts": {
|
|
215
|
-
"version": "1e61418f41d404e744b6536af9f8c6f6674dd4d54c12335cd0c4f7eded69cf3f",
|
|
216
|
-
"signature": "1e61418f41d404e744b6536af9f8c6f6674dd4d54c12335cd0c4f7eded69cf3f",
|
|
217
|
-
"affectsGlobalScope": true
|
|
218
|
-
},
|
|
219
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts": {
|
|
220
|
-
"version": "4025cf62742c5bb3d383c8a62342481622c87e3397ea5e7b7baab18b9efd5798",
|
|
221
|
-
"signature": "4025cf62742c5bb3d383c8a62342481622c87e3397ea5e7b7baab18b9efd5798",
|
|
222
|
-
"affectsGlobalScope": false
|
|
223
|
-
},
|
|
224
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts": {
|
|
225
|
-
"version": "c21830111d49a5cd7a9f384370db5b41c659d045fe920bcac1cc9f507c88125d",
|
|
226
|
-
"signature": "c21830111d49a5cd7a9f384370db5b41c659d045fe920bcac1cc9f507c88125d",
|
|
227
|
-
"affectsGlobalScope": false
|
|
228
|
-
},
|
|
229
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts": {
|
|
230
|
-
"version": "0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8",
|
|
231
|
-
"signature": "0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8",
|
|
232
|
-
"affectsGlobalScope": false
|
|
233
|
-
},
|
|
234
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts": {
|
|
235
|
-
"version": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
|
|
236
|
-
"signature": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
|
|
237
|
-
"affectsGlobalScope": false
|
|
238
|
-
},
|
|
239
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts": {
|
|
240
|
-
"version": "035b95793288bf4457a2b80bfe9b7500a29324ad62adcf9991277198e8833096",
|
|
241
|
-
"signature": "035b95793288bf4457a2b80bfe9b7500a29324ad62adcf9991277198e8833096",
|
|
242
|
-
"affectsGlobalScope": false
|
|
243
|
-
},
|
|
244
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts": {
|
|
245
|
-
"version": "c2d47e5668f89ed8768d306919c42bb88d50d4029d68f58343141360895cfcc0",
|
|
246
|
-
"signature": "c2d47e5668f89ed8768d306919c42bb88d50d4029d68f58343141360895cfcc0",
|
|
247
|
-
"affectsGlobalScope": false
|
|
248
|
-
},
|
|
249
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts": {
|
|
250
|
-
"version": "65648639567d214f62c1b21d200c852807e68bdb08311f95ab6f526ef5b98995",
|
|
251
|
-
"signature": "65648639567d214f62c1b21d200c852807e68bdb08311f95ab6f526ef5b98995",
|
|
252
|
-
"affectsGlobalScope": false
|
|
253
|
-
},
|
|
254
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts": {
|
|
255
|
-
"version": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
|
|
256
|
-
"signature": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
|
|
257
|
-
"affectsGlobalScope": false
|
|
258
|
-
},
|
|
259
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts": {
|
|
260
|
-
"version": "7fc5a3d7cff296cea5c225911726a56283b663328709088fcc912d61f73682fc",
|
|
261
|
-
"signature": "7fc5a3d7cff296cea5c225911726a56283b663328709088fcc912d61f73682fc",
|
|
262
|
-
"affectsGlobalScope": false
|
|
263
|
-
},
|
|
264
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts": {
|
|
265
|
-
"version": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
|
|
266
|
-
"signature": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
|
|
267
|
-
"affectsGlobalScope": false
|
|
268
|
-
},
|
|
269
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts": {
|
|
270
|
-
"version": "e34f3f6159b1e23de9bb5521382795aaa5aaed6f53b4702e70a2ec45bc76ddb5",
|
|
271
|
-
"signature": "e34f3f6159b1e23de9bb5521382795aaa5aaed6f53b4702e70a2ec45bc76ddb5",
|
|
272
|
-
"affectsGlobalScope": false
|
|
273
|
-
},
|
|
274
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts": {
|
|
275
|
-
"version": "2630a7cbb597e85d713b7ef47f2946d4280d3d4c02733282770741d40672b1a5",
|
|
276
|
-
"signature": "2630a7cbb597e85d713b7ef47f2946d4280d3d4c02733282770741d40672b1a5",
|
|
277
|
-
"affectsGlobalScope": false
|
|
278
|
-
},
|
|
279
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts": {
|
|
280
|
-
"version": "bbf144d4354e2aaa6439f32761f3ee798cc68d1600adab6e2a596f25269f106d",
|
|
281
|
-
"signature": "bbf144d4354e2aaa6439f32761f3ee798cc68d1600adab6e2a596f25269f106d",
|
|
282
|
-
"affectsGlobalScope": true
|
|
283
|
-
},
|
|
284
|
-
"../../node_modules/@types/react/global.d.ts": {
|
|
285
|
-
"version": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
|
|
286
|
-
"signature": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
|
|
287
|
-
"affectsGlobalScope": true
|
|
288
|
-
},
|
|
289
|
-
"../../node_modules/@types/react/node_modules/csstype/index.d.ts": {
|
|
290
|
-
"version": "b3a4ee9791cdd4f5029b3ffe60b9cae1ac308a4238b0444f40a5222e4ecc5cc1",
|
|
291
|
-
"signature": "b3a4ee9791cdd4f5029b3ffe60b9cae1ac308a4238b0444f40a5222e4ecc5cc1",
|
|
292
|
-
"affectsGlobalScope": false
|
|
293
|
-
},
|
|
294
|
-
"../../node_modules/@types/prop-types/index.d.ts": {
|
|
295
|
-
"version": "a7e32dcb90bf0c1b7a1e4ac89b0f7747cbcba25e7beddc1ebf17be1e161842ad",
|
|
296
|
-
"signature": "a7e32dcb90bf0c1b7a1e4ac89b0f7747cbcba25e7beddc1ebf17be1e161842ad",
|
|
297
|
-
"affectsGlobalScope": false
|
|
298
|
-
},
|
|
299
|
-
"../../node_modules/@types/react/index.d.ts": {
|
|
300
|
-
"version": "0290ce481d9430774f1d41e757d087e9324b497e1ee0a9e908cf57a9f8bc6e0d",
|
|
301
|
-
"signature": "0290ce481d9430774f1d41e757d087e9324b497e1ee0a9e908cf57a9f8bc6e0d",
|
|
302
|
-
"affectsGlobalScope": true
|
|
303
|
-
},
|
|
304
|
-
"./src/utils/create-higher-order-component/index.ts": {
|
|
305
|
-
"version": "e0cf5719020994706e8ea6c2dcaba3a3ed1bcab3f179c7699e53bbfa770cb033",
|
|
306
|
-
"signature": "92e23bda03d6d9c31fff603387c735102959ae10db8a6ed0433f47eb3e5cd6a8",
|
|
307
|
-
"affectsGlobalScope": false
|
|
308
|
-
},
|
|
309
|
-
"./src/higher-order/compose.ts": {
|
|
310
|
-
"version": "69b10db64ffa3da633ed87c4287bf34639c09e9fd7e9253b865b68a778ad59a3",
|
|
311
|
-
"signature": "c293abb3ed2bec7742b7ba1b1b1ba1baa3dcdcb564f9c2e979d6652c8cd3469e",
|
|
312
|
-
"affectsGlobalScope": false
|
|
313
|
-
},
|
|
314
|
-
"./src/higher-order/if-condition/index.tsx": {
|
|
315
|
-
"version": "f37895f4ee891a7c42a8bb3b1f74b2cac1b76d725b469dc82ea44314bfc68ad4",
|
|
316
|
-
"signature": "4f6cd560f5b1cb413dcc5d8f1f97445436befecf79603fdbf4272b6db76f973a",
|
|
317
|
-
"affectsGlobalScope": false
|
|
318
|
-
},
|
|
319
|
-
"../is-shallow-equal/build-types/objects.d.ts": {
|
|
320
|
-
"version": "5190f1a110a789c2f8ed8dcf2da6ce122dcb74249d0c01d19d1ed0b1c6bb02a1",
|
|
321
|
-
"signature": "5190f1a110a789c2f8ed8dcf2da6ce122dcb74249d0c01d19d1ed0b1c6bb02a1",
|
|
322
|
-
"affectsGlobalScope": false
|
|
323
|
-
},
|
|
324
|
-
"../is-shallow-equal/build-types/arrays.d.ts": {
|
|
325
|
-
"version": "3650bbe137c9c44bc6b8f44a56353b00eba9654e41a9355e6228f7f0f464c648",
|
|
326
|
-
"signature": "3650bbe137c9c44bc6b8f44a56353b00eba9654e41a9355e6228f7f0f464c648",
|
|
327
|
-
"affectsGlobalScope": false
|
|
328
|
-
},
|
|
329
|
-
"../is-shallow-equal/build-types/index.d.ts": {
|
|
330
|
-
"version": "bf22f9901bb68ebcda7bee942981ae7f2f47f93443f5c86f870b66d7e4dbe5db",
|
|
331
|
-
"signature": "bf22f9901bb68ebcda7bee942981ae7f2f47f93443f5c86f870b66d7e4dbe5db",
|
|
332
|
-
"affectsGlobalScope": false
|
|
333
|
-
},
|
|
334
|
-
"../element/build-types/create-interpolate-element.d.ts": {
|
|
335
|
-
"version": "714f021dc2db2b15b51a8b804033bd026c8b4c4684bdd193491d47eb05bc7609",
|
|
336
|
-
"signature": "714f021dc2db2b15b51a8b804033bd026c8b4c4684bdd193491d47eb05bc7609",
|
|
337
|
-
"affectsGlobalScope": false
|
|
338
|
-
},
|
|
339
|
-
"../element/build-types/react.d.ts": {
|
|
340
|
-
"version": "9f6d5663e46086245bce47df222e43bf63ad3044dfe23643c15c283a1c013fcb",
|
|
341
|
-
"signature": "9f6d5663e46086245bce47df222e43bf63ad3044dfe23643c15c283a1c013fcb",
|
|
342
|
-
"affectsGlobalScope": false
|
|
343
|
-
},
|
|
344
|
-
"../../node_modules/@types/react-dom/index.d.ts": {
|
|
345
|
-
"version": "c45d6f4d3a20be54e46237608f537a8d85397f87b9c3318d68ed925c2f1d0b51",
|
|
346
|
-
"signature": "c45d6f4d3a20be54e46237608f537a8d85397f87b9c3318d68ed925c2f1d0b51",
|
|
347
|
-
"affectsGlobalScope": false
|
|
348
|
-
},
|
|
349
|
-
"../element/build-types/react-platform.d.ts": {
|
|
350
|
-
"version": "64edfb2b255173bc63214290f9c3ed2306d658b5895ca482a0f20f03fd544ffc",
|
|
351
|
-
"signature": "64edfb2b255173bc63214290f9c3ed2306d658b5895ca482a0f20f03fd544ffc",
|
|
352
|
-
"affectsGlobalScope": false
|
|
353
|
-
},
|
|
354
|
-
"../element/build-types/utils.d.ts": {
|
|
355
|
-
"version": "d2d9e98a2b167079474768593e1e7125fc3db055add8fbdb5977e3d05a8a3696",
|
|
356
|
-
"signature": "d2d9e98a2b167079474768593e1e7125fc3db055add8fbdb5977e3d05a8a3696",
|
|
357
|
-
"affectsGlobalScope": false
|
|
358
|
-
},
|
|
359
|
-
"../element/build-types/platform.d.ts": {
|
|
360
|
-
"version": "93035ec2c9db63a62f000e1c6eac2c620aa35d6a9e966334bf3afefe35103a0a",
|
|
361
|
-
"signature": "93035ec2c9db63a62f000e1c6eac2c620aa35d6a9e966334bf3afefe35103a0a",
|
|
362
|
-
"affectsGlobalScope": false
|
|
363
|
-
},
|
|
364
|
-
"../element/build-types/serialize.d.ts": {
|
|
365
|
-
"version": "54ac5951247217d6eb7def04109838359c2d35347780a1a9a50ba5c08104584e",
|
|
366
|
-
"signature": "54ac5951247217d6eb7def04109838359c2d35347780a1a9a50ba5c08104584e",
|
|
367
|
-
"affectsGlobalScope": false
|
|
368
|
-
},
|
|
369
|
-
"../element/build-types/raw-html.d.ts": {
|
|
370
|
-
"version": "215de5a51de5d973a10f09df709d622f84ce5abfa98003afa0c99f9ad9feab7e",
|
|
371
|
-
"signature": "215de5a51de5d973a10f09df709d622f84ce5abfa98003afa0c99f9ad9feab7e",
|
|
372
|
-
"affectsGlobalScope": false
|
|
373
|
-
},
|
|
374
|
-
"../element/build-types/index.d.ts": {
|
|
375
|
-
"version": "0449615e1ed03c7d54fc435a63b7ef0cb4e5cea5ac40c9a63280a46f7eeae0ff",
|
|
376
|
-
"signature": "0449615e1ed03c7d54fc435a63b7ef0cb4e5cea5ac40c9a63280a46f7eeae0ff",
|
|
377
|
-
"affectsGlobalScope": false
|
|
378
|
-
},
|
|
379
|
-
"./src/higher-order/pure/index.tsx": {
|
|
380
|
-
"version": "eeb3ff22149e193aed346691f2cddbdf3640b9becb69da798162ff7ad53acfd6",
|
|
381
|
-
"signature": "636908c70a910249f965fc3ed73fd54e7b715fcb378eca171a4b7ff4ce0bb35c",
|
|
382
|
-
"affectsGlobalScope": false
|
|
383
|
-
},
|
|
384
|
-
"../deprecated/build-types/index.d.ts": {
|
|
385
|
-
"version": "de3938b75b9e28bdbd8a8c15fd68a2ec49b5eec69b05b7a48ee27909936782ad",
|
|
386
|
-
"signature": "de3938b75b9e28bdbd8a8c15fd68a2ec49b5eec69b05b7a48ee27909936782ad",
|
|
387
|
-
"affectsGlobalScope": false
|
|
388
|
-
},
|
|
389
|
-
"./src/higher-order/with-global-events/listener.js": {
|
|
390
|
-
"version": "685c1e09dc780ec54927eb79661f631c10753d9dd36063994c35df72d97ec32c",
|
|
391
|
-
"signature": "39d038de9820c24a5ae2016f70d507ded765d62475f147f832ab135e49fc674c",
|
|
392
|
-
"affectsGlobalScope": false
|
|
393
|
-
},
|
|
394
|
-
"./src/higher-order/with-global-events/index.js": {
|
|
395
|
-
"version": "d1c7fd60c15e8923cdfb51bb9105ddf21726b62cd6fa53bfad981e17dfcb0a57",
|
|
396
|
-
"signature": "f9523fca1617fd31e048afd09f08cca592a7bbaeca4d5ff1e1781ab0cd2ffe9b",
|
|
397
|
-
"affectsGlobalScope": false
|
|
398
|
-
},
|
|
399
|
-
"./src/hooks/use-instance-id/index.js": {
|
|
400
|
-
"version": "97d817c482aed9bfe6fa9a5d4ebf1b155b5d9435233a983d1afc66096babf7fa",
|
|
401
|
-
"signature": "9f437538e527d5cae91aedde19cd7aea5de915f015854c574b270407b2e34f27",
|
|
402
|
-
"affectsGlobalScope": false
|
|
403
|
-
},
|
|
404
|
-
"./src/higher-order/with-instance-id/index.tsx": {
|
|
405
|
-
"version": "80994715488a76d12a629f9fd85263da8bf4b3816170cc06a9e84914405e3a34",
|
|
406
|
-
"signature": "db33d608cf491d4340845d8c8347010fc11645d1d7028683bf60c073ce15cb64",
|
|
407
|
-
"affectsGlobalScope": false
|
|
408
|
-
},
|
|
409
|
-
"./src/higher-order/with-safe-timeout/index.tsx": {
|
|
410
|
-
"version": "235777876ca23c4eb070380e59cd32295f31c22e8adcbb0394dbf3ff144f814a",
|
|
411
|
-
"signature": "54692cb89f25b09ad797cad57664a8d8915a2bfa1c514234f814041a61f322cc",
|
|
412
|
-
"affectsGlobalScope": false
|
|
413
|
-
},
|
|
414
|
-
"./src/higher-order/with-state/index.js": {
|
|
415
|
-
"version": "849b34283ea59408a1f5036713d771f3f0130bd41115d50c316cd9bfd71d4033",
|
|
416
|
-
"signature": "23d7a8b5d3297675007160f5cc75777e6eccf63ff6650bd3ed01eb0b3cdf2a38",
|
|
417
|
-
"affectsGlobalScope": false
|
|
418
|
-
},
|
|
419
|
-
"../keycodes/build-types/index.d.ts": {
|
|
420
|
-
"version": "49310ade69b01cb33ca7290c0fd484eef447e6d1874cbff669091cc620190e7c",
|
|
421
|
-
"signature": "49310ade69b01cb33ca7290c0fd484eef447e6d1874cbff669091cc620190e7c",
|
|
422
|
-
"affectsGlobalScope": false
|
|
423
|
-
},
|
|
424
|
-
"../dom/build-types/dom/compute-caret-rect.d.ts": {
|
|
425
|
-
"version": "cbf4ee77c80de53d71a1d076ea25eddd23541685119a67c43bd4aeaad8533b1f",
|
|
426
|
-
"signature": "cbf4ee77c80de53d71a1d076ea25eddd23541685119a67c43bd4aeaad8533b1f",
|
|
427
|
-
"affectsGlobalScope": false
|
|
428
|
-
},
|
|
429
|
-
"../dom/build-types/dom/document-has-text-selection.d.ts": {
|
|
430
|
-
"version": "3f03fa892a09c094d92aea91973637d8a29ad76cabdaa3b6c971a506c46186dd",
|
|
431
|
-
"signature": "3f03fa892a09c094d92aea91973637d8a29ad76cabdaa3b6c971a506c46186dd",
|
|
432
|
-
"affectsGlobalScope": false
|
|
433
|
-
},
|
|
434
|
-
"../dom/build-types/dom/document-has-uncollapsed-selection.d.ts": {
|
|
435
|
-
"version": "7c1a5c13b2a676f6927576f87dc3d0338c06cb894006d3744dcf929ef53263b8",
|
|
436
|
-
"signature": "7c1a5c13b2a676f6927576f87dc3d0338c06cb894006d3744dcf929ef53263b8",
|
|
437
|
-
"affectsGlobalScope": false
|
|
438
|
-
},
|
|
439
|
-
"../dom/build-types/dom/document-has-selection.d.ts": {
|
|
440
|
-
"version": "99745b3ec986ce2f5be49ce530a088df5fb327fa6958d6fab4132cc9dadb70c3",
|
|
441
|
-
"signature": "99745b3ec986ce2f5be49ce530a088df5fb327fa6958d6fab4132cc9dadb70c3",
|
|
442
|
-
"affectsGlobalScope": false
|
|
443
|
-
},
|
|
444
|
-
"../dom/build-types/dom/get-rectangle-from-range.d.ts": {
|
|
445
|
-
"version": "ed29e483e8f02b00928f055ff2ba529f951464fb8fd7d1c7f77ea851b4e56039",
|
|
446
|
-
"signature": "ed29e483e8f02b00928f055ff2ba529f951464fb8fd7d1c7f77ea851b4e56039",
|
|
447
|
-
"affectsGlobalScope": false
|
|
448
|
-
},
|
|
449
|
-
"../dom/build-types/dom/get-scroll-container.d.ts": {
|
|
450
|
-
"version": "fe43e4fd566293aee946e5db5b055db1215602498d315e468c6adaf1e6917fb4",
|
|
451
|
-
"signature": "fe43e4fd566293aee946e5db5b055db1215602498d315e468c6adaf1e6917fb4",
|
|
452
|
-
"affectsGlobalScope": false
|
|
453
|
-
},
|
|
454
|
-
"../dom/build-types/dom/get-offset-parent.d.ts": {
|
|
455
|
-
"version": "ea912b91fed2f873b87e24180399baad37c43019b6f51b210e1d9f1d1d0135ba",
|
|
456
|
-
"signature": "ea912b91fed2f873b87e24180399baad37c43019b6f51b210e1d9f1d1d0135ba",
|
|
457
|
-
"affectsGlobalScope": false
|
|
458
|
-
},
|
|
459
|
-
"../dom/build-types/dom/is-entirely-selected.d.ts": {
|
|
460
|
-
"version": "a1cd2b1943db96616abf3a3f939dfd0eb69fab8149725d195a8acc7f5672a1f9",
|
|
461
|
-
"signature": "a1cd2b1943db96616abf3a3f939dfd0eb69fab8149725d195a8acc7f5672a1f9",
|
|
462
|
-
"affectsGlobalScope": false
|
|
463
|
-
},
|
|
464
|
-
"../dom/build-types/dom/is-horizontal-edge.d.ts": {
|
|
465
|
-
"version": "1466691ae57846e0280465b012fd01aed3c4a4e0b39fcc11276833fbfc72ade7",
|
|
466
|
-
"signature": "1466691ae57846e0280465b012fd01aed3c4a4e0b39fcc11276833fbfc72ade7",
|
|
467
|
-
"affectsGlobalScope": false
|
|
468
|
-
},
|
|
469
|
-
"../dom/build-types/dom/is-number-input.d.ts": {
|
|
470
|
-
"version": "f36506440d1abba7d2aff62bfcda4c95402d3e81314a482ac9c83e4c87b69229",
|
|
471
|
-
"signature": "f36506440d1abba7d2aff62bfcda4c95402d3e81314a482ac9c83e4c87b69229",
|
|
472
|
-
"affectsGlobalScope": false
|
|
473
|
-
},
|
|
474
|
-
"../dom/build-types/dom/is-text-field.d.ts": {
|
|
475
|
-
"version": "cfa03019dd5cdd18ff1b5f00b3cb37ac762faf9eca2e86ea2c718502285cf67b",
|
|
476
|
-
"signature": "cfa03019dd5cdd18ff1b5f00b3cb37ac762faf9eca2e86ea2c718502285cf67b",
|
|
477
|
-
"affectsGlobalScope": false
|
|
478
|
-
},
|
|
479
|
-
"../dom/build-types/dom/is-vertical-edge.d.ts": {
|
|
480
|
-
"version": "4d8d7075a3381162b4ae5147f84b4d2a2ae49398d98bef7c4437b8db0fefb194",
|
|
481
|
-
"signature": "4d8d7075a3381162b4ae5147f84b4d2a2ae49398d98bef7c4437b8db0fefb194",
|
|
482
|
-
"affectsGlobalScope": false
|
|
483
|
-
},
|
|
484
|
-
"../dom/build-types/dom/place-caret-at-horizontal-edge.d.ts": {
|
|
485
|
-
"version": "a8b1a9f91ecb89faabb130af767e007ee28ac6ca794565d856759bb87e42feb1",
|
|
486
|
-
"signature": "a8b1a9f91ecb89faabb130af767e007ee28ac6ca794565d856759bb87e42feb1",
|
|
487
|
-
"affectsGlobalScope": false
|
|
488
|
-
},
|
|
489
|
-
"../dom/build-types/dom/place-caret-at-vertical-edge.d.ts": {
|
|
490
|
-
"version": "2c6991251c5f1f83ab9643d01a31d8748f8b67f35190dd29db07293f293c5e9a",
|
|
491
|
-
"signature": "2c6991251c5f1f83ab9643d01a31d8748f8b67f35190dd29db07293f293c5e9a",
|
|
492
|
-
"affectsGlobalScope": false
|
|
493
|
-
},
|
|
494
|
-
"../dom/build-types/dom/replace.d.ts": {
|
|
495
|
-
"version": "5ad070af2f7e4b7a676a63137c6a6cf670144ee5f23a9a30b21c19e70bb077f3",
|
|
496
|
-
"signature": "5ad070af2f7e4b7a676a63137c6a6cf670144ee5f23a9a30b21c19e70bb077f3",
|
|
497
|
-
"affectsGlobalScope": false
|
|
498
|
-
},
|
|
499
|
-
"../dom/build-types/dom/remove.d.ts": {
|
|
500
|
-
"version": "df060b3639c427e1c09bcf5cc14975f00b296e53192c710ea76e4a658a382aa0",
|
|
501
|
-
"signature": "df060b3639c427e1c09bcf5cc14975f00b296e53192c710ea76e4a658a382aa0",
|
|
502
|
-
"affectsGlobalScope": false
|
|
503
|
-
},
|
|
504
|
-
"../dom/build-types/dom/insert-after.d.ts": {
|
|
505
|
-
"version": "4dd037aee1fed84d54490818e9a32d12e3e2f75d1dd9816d25fb9a0ecacee3b9",
|
|
506
|
-
"signature": "4dd037aee1fed84d54490818e9a32d12e3e2f75d1dd9816d25fb9a0ecacee3b9",
|
|
507
|
-
"affectsGlobalScope": false
|
|
508
|
-
},
|
|
509
|
-
"../dom/build-types/dom/unwrap.d.ts": {
|
|
510
|
-
"version": "ca84eb7ffe779cb8812ee0a6aa151adac3dd25c4dc877767f37d079e5b62151f",
|
|
511
|
-
"signature": "ca84eb7ffe779cb8812ee0a6aa151adac3dd25c4dc877767f37d079e5b62151f",
|
|
512
|
-
"affectsGlobalScope": false
|
|
513
|
-
},
|
|
514
|
-
"../dom/build-types/dom/replace-tag.d.ts": {
|
|
515
|
-
"version": "f1d5239e0cdfb4ddd24a47727b88871802d3d2b3fda70229b158525753ad643e",
|
|
516
|
-
"signature": "f1d5239e0cdfb4ddd24a47727b88871802d3d2b3fda70229b158525753ad643e",
|
|
517
|
-
"affectsGlobalScope": false
|
|
518
|
-
},
|
|
519
|
-
"../dom/build-types/dom/wrap.d.ts": {
|
|
520
|
-
"version": "af89d09746be737e24c50de49f035f3afea14c11be30ad5d2764d142daaa4078",
|
|
521
|
-
"signature": "af89d09746be737e24c50de49f035f3afea14c11be30ad5d2764d142daaa4078",
|
|
522
|
-
"affectsGlobalScope": false
|
|
523
|
-
},
|
|
524
|
-
"../dom/build-types/dom/strip-html.d.ts": {
|
|
525
|
-
"version": "5422948be7ac69dd13078af8ce2a8d9ea4d79eb510bfc54b75586573185183f9",
|
|
526
|
-
"signature": "5422948be7ac69dd13078af8ce2a8d9ea4d79eb510bfc54b75586573185183f9",
|
|
527
|
-
"affectsGlobalScope": false
|
|
528
|
-
},
|
|
529
|
-
"../dom/build-types/dom/is-empty.d.ts": {
|
|
530
|
-
"version": "246fc68fbf5c3ae2fded7eebcc38e6c5bb0f2cb796096916d0e65505cfbe850f",
|
|
531
|
-
"signature": "246fc68fbf5c3ae2fded7eebcc38e6c5bb0f2cb796096916d0e65505cfbe850f",
|
|
532
|
-
"affectsGlobalScope": false
|
|
533
|
-
},
|
|
534
|
-
"../dom/build-types/dom/clean-node-list.d.ts": {
|
|
535
|
-
"version": "91d43b0fd1332582e49a23fcb8092eb97c22035760606465aa0dbdf103bee9e0",
|
|
536
|
-
"signature": "91d43b0fd1332582e49a23fcb8092eb97c22035760606465aa0dbdf103bee9e0",
|
|
537
|
-
"affectsGlobalScope": false
|
|
538
|
-
},
|
|
539
|
-
"../dom/build-types/dom/remove-invalid-html.d.ts": {
|
|
540
|
-
"version": "6e278ba8dbcf2617a2c5f5805e3addd1cf1c35b75b7dde3cbdabbccbf926b6fe",
|
|
541
|
-
"signature": "6e278ba8dbcf2617a2c5f5805e3addd1cf1c35b75b7dde3cbdabbccbf926b6fe",
|
|
542
|
-
"affectsGlobalScope": false
|
|
543
|
-
},
|
|
544
|
-
"../dom/build-types/dom/is-rtl.d.ts": {
|
|
545
|
-
"version": "a2e36dad616090f5bcb99c4491b8b34bf8f2b5bf2fdcd6b5a43ddfd23f1b8433",
|
|
546
|
-
"signature": "a2e36dad616090f5bcb99c4491b8b34bf8f2b5bf2fdcd6b5a43ddfd23f1b8433",
|
|
547
|
-
"affectsGlobalScope": false
|
|
548
|
-
},
|
|
549
|
-
"../dom/build-types/dom/safe-html.d.ts": {
|
|
550
|
-
"version": "c9d56f52ca68c2c86ec5ba05d927ef3892dca4923bd3cebe6593ebbcdd7e70c3",
|
|
551
|
-
"signature": "c9d56f52ca68c2c86ec5ba05d927ef3892dca4923bd3cebe6593ebbcdd7e70c3",
|
|
552
|
-
"affectsGlobalScope": false
|
|
553
|
-
},
|
|
554
|
-
"../dom/build-types/dom/index.d.ts": {
|
|
555
|
-
"version": "669e565019c7940333c2d36213f78681d7244eab84d0dd82846b84bc2afd6b36",
|
|
556
|
-
"signature": "669e565019c7940333c2d36213f78681d7244eab84d0dd82846b84bc2afd6b36",
|
|
557
|
-
"affectsGlobalScope": false
|
|
558
|
-
},
|
|
559
|
-
"../dom/build-types/phrasing-content.d.ts": {
|
|
560
|
-
"version": "fcd13efc630be705f8ce0ef7f71df5adcd1bde55537d2958a48b09d1d4761e35",
|
|
561
|
-
"signature": "fcd13efc630be705f8ce0ef7f71df5adcd1bde55537d2958a48b09d1d4761e35",
|
|
562
|
-
"affectsGlobalScope": false
|
|
563
|
-
},
|
|
564
|
-
"../dom/build-types/data-transfer.d.ts": {
|
|
565
|
-
"version": "e3ea09f9ea097b88c98df19c52694ac83daab0692e90cea9cf3faff00087899f",
|
|
566
|
-
"signature": "e3ea09f9ea097b88c98df19c52694ac83daab0692e90cea9cf3faff00087899f",
|
|
567
|
-
"affectsGlobalScope": false
|
|
568
|
-
},
|
|
569
|
-
"../dom/build-types/focusable.d.ts": {
|
|
570
|
-
"version": "5cfe6c1d8a2f46feff60485304f064db19f96d37f8f8b9487b488a099904420f",
|
|
571
|
-
"signature": "5cfe6c1d8a2f46feff60485304f064db19f96d37f8f8b9487b488a099904420f",
|
|
572
|
-
"affectsGlobalScope": false
|
|
573
|
-
},
|
|
574
|
-
"../dom/build-types/tabbable.d.ts": {
|
|
575
|
-
"version": "27975d9cac72e99faebc1518e0f1820d4733795f1418d03741bb82d73b69947d",
|
|
576
|
-
"signature": "27975d9cac72e99faebc1518e0f1820d4733795f1418d03741bb82d73b69947d",
|
|
577
|
-
"affectsGlobalScope": false
|
|
578
|
-
},
|
|
579
|
-
"../dom/build-types/index.d.ts": {
|
|
580
|
-
"version": "4a43623f49489a0e0359e905dc2eaeb88c9bc5dce62819b9c04c8c60d79d2782",
|
|
581
|
-
"signature": "4a43623f49489a0e0359e905dc2eaeb88c9bc5dce62819b9c04c8c60d79d2782",
|
|
582
|
-
"affectsGlobalScope": false
|
|
583
|
-
},
|
|
584
|
-
"./src/hooks/use-constrained-tabbing/index.js": {
|
|
585
|
-
"version": "d5d14e575fcd28139dff7b15c4bd0365c9b696459a7d9041a4995336b44f6299",
|
|
586
|
-
"signature": "8db59d5540f8bc033f35eb1a4a7903d202fbace0874b456e463af2675da2398b",
|
|
587
|
-
"affectsGlobalScope": false
|
|
588
|
-
},
|
|
589
|
-
"../../node_modules/@types/clipboard/index.d.ts": {
|
|
590
|
-
"version": "2ac89c16ebeda00239a2e15a43450996a53f8f529791cef8b4b9e68d0e12e057",
|
|
591
|
-
"signature": "2ac89c16ebeda00239a2e15a43450996a53f8f529791cef8b4b9e68d0e12e057",
|
|
592
|
-
"affectsGlobalScope": false
|
|
593
|
-
},
|
|
594
|
-
"./src/hooks/use-copy-on-click/index.js": {
|
|
595
|
-
"version": "44cdc8a6052751fee13933ab39e7a980b5ccf4d4a169a052b8dcb9e2ae70d114",
|
|
596
|
-
"signature": "c5a28d3d50c8edecc8cc87ae3a5dcfa34e630f970626bf30c552e681c7055fd0",
|
|
597
|
-
"affectsGlobalScope": false
|
|
598
|
-
},
|
|
599
|
-
"./src/hooks/use-ref-effect/index.ts": {
|
|
600
|
-
"version": "88ffe0a85567a555c2479b914ac2858d8c7212042b2b32ea943facb8d547e541",
|
|
601
|
-
"signature": "c1fafd2c41f811336d4533cbecddb30bd594febf19c738e2343714bd9706d2cd",
|
|
602
|
-
"affectsGlobalScope": false
|
|
603
|
-
},
|
|
604
|
-
"./src/hooks/use-copy-to-clipboard/index.js": {
|
|
605
|
-
"version": "af2cdede165faf7ea5de8e750f2f453f5bd43e2cdc4c40a94920ae6ece3c24cb",
|
|
606
|
-
"signature": "5f8402dfce577684c2de40394f60628ffe6e44e6bc308dbeb1b643c527d758bf",
|
|
607
|
-
"affectsGlobalScope": false
|
|
608
|
-
},
|
|
609
|
-
"./src/hooks/use-focus-on-mount/index.js": {
|
|
610
|
-
"version": "612f95d4d34eb1ed0f12cfb2bb732920103691a730e56021d392523045d885a8",
|
|
611
|
-
"signature": "daa0b5b58eab0c3dfc200cde4cc933084b908ede3aacdda1d2797f98c172142b",
|
|
612
|
-
"affectsGlobalScope": false
|
|
613
|
-
},
|
|
614
|
-
"./src/hooks/use-focus-return/index.js": {
|
|
615
|
-
"version": "b2f5779995addb268ede0af28f431d3496b482f1f41debf05b89e063e55ff366",
|
|
616
|
-
"signature": "f08d251cb25341aedf5edbfa1317f59f93ddb133de124a31962f656ab4f6ebd9",
|
|
617
|
-
"affectsGlobalScope": false
|
|
618
|
-
},
|
|
619
|
-
"./src/hooks/use-focus-outside/index.js": {
|
|
620
|
-
"version": "ab102b3a9dff9560dbbad27061cd9440122caed1e5343c9ba3f1df76a8d0cde8",
|
|
621
|
-
"signature": "2309f71870b8f99da662fa98ab6a097f0800171093bb99d76ff73193cc7a51b9",
|
|
622
|
-
"affectsGlobalScope": false
|
|
623
|
-
},
|
|
624
|
-
"./src/hooks/use-merge-refs/index.js": {
|
|
625
|
-
"version": "be8b993a2eebe3915c6aa0216c1c33ffc768f76ac12347ed3ba4c012c595b64c",
|
|
626
|
-
"signature": "d759d5a895085d1cfc89d1d1791c188c8170d933092db93e2b48676c49ee7310",
|
|
627
|
-
"affectsGlobalScope": false
|
|
628
|
-
},
|
|
629
|
-
"./src/hooks/use-dialog/index.js": {
|
|
630
|
-
"version": "17b9f139390e7af350f055749ef641f7268e5ca157d394cbf7a89bf9810d4c2b",
|
|
631
|
-
"signature": "6c98c147d10e465513c792a239687bf3ec11eaa3d1c9d69e0bbd1807b6b4b0fc",
|
|
632
|
-
"affectsGlobalScope": false
|
|
633
|
-
},
|
|
634
|
-
"./src/hooks/use-isomorphic-layout-effect/index.js": {
|
|
635
|
-
"version": "98d019534dd7c963b013eed9a2a2e8a96618e70a40730f6920614be6d410ef80",
|
|
636
|
-
"signature": "2cc143754ed238f214e763525cd4c11613409a643fdd602f4e0a2b19f1f2d397",
|
|
637
|
-
"affectsGlobalScope": false
|
|
638
|
-
},
|
|
639
|
-
"./src/hooks/use-dragging/index.js": {
|
|
640
|
-
"version": "314f946c60be58c8783f62d7e635ed6a84200f49944818594e349e405b6c69c5",
|
|
641
|
-
"signature": "c7511c9ff4c555d12735b322eddeeabda257635c9fd68f5622fdef9d59f5a558",
|
|
642
|
-
"affectsGlobalScope": false
|
|
643
|
-
},
|
|
644
|
-
"../../node_modules/@types/mousetrap/index.d.ts": {
|
|
645
|
-
"version": "96520a873073a2f39f922d0a422498cdcc28be9066a769000cdd07ecaba7b645",
|
|
646
|
-
"signature": "96520a873073a2f39f922d0a422498cdcc28be9066a769000cdd07ecaba7b645",
|
|
647
|
-
"affectsGlobalScope": false
|
|
648
|
-
},
|
|
649
|
-
"../../node_modules/@types/mousetrap/plugins/global-bind/mousetrap-global-bind.d.ts": {
|
|
650
|
-
"version": "135aa6d18002bfec723f8697aa80a59648cf0582752d5e089b6eb0770b63a02d",
|
|
651
|
-
"signature": "135aa6d18002bfec723f8697aa80a59648cf0582752d5e089b6eb0770b63a02d",
|
|
652
|
-
"affectsGlobalScope": false
|
|
653
|
-
},
|
|
654
|
-
"./src/hooks/use-keyboard-shortcut/index.js": {
|
|
655
|
-
"version": "cb00746df33e6191fa63a666fa109c3cbcf09a6596ea4b860110990036ac2dd7",
|
|
656
|
-
"signature": "c399f99e8f30f301ccf2e206943088839bbef9fdeb4d76f04afce19a98962b73",
|
|
657
|
-
"affectsGlobalScope": false
|
|
658
|
-
},
|
|
659
|
-
"./src/hooks/use-media-query/index.js": {
|
|
660
|
-
"version": "831d99b85c6ced631649a70014e1288d3f927fa262e4009ba1fbcd11b965ce58",
|
|
661
|
-
"signature": "ed4ec3d435678a5703a016a801afc2cd7b543c53ab4615b3e214cac9c30f560a",
|
|
662
|
-
"affectsGlobalScope": false
|
|
663
|
-
},
|
|
664
|
-
"./src/hooks/use-previous/index.js": {
|
|
665
|
-
"version": "44773b207d767b3fb026c1d82ddc181eba0a22e485d488fcf7c86b4014d14aaa",
|
|
666
|
-
"signature": "6ae3543677e5ea91c35af2c018849bd3e75ea078a0584b0057d92595e0c12784",
|
|
667
|
-
"affectsGlobalScope": false
|
|
668
|
-
},
|
|
669
|
-
"./src/hooks/use-reduced-motion/index.js": {
|
|
670
|
-
"version": "8ecb8f753f428a0fd498aed61ddd774e693d77c2a23cb314e353ef7fb1ff70fc",
|
|
671
|
-
"signature": "7d082b332be1dbb981d1c483deb8e1362028457e41b285036d8d32a771a98472",
|
|
672
|
-
"affectsGlobalScope": false
|
|
673
|
-
},
|
|
674
|
-
"./src/hooks/use-viewport-match/index.js": {
|
|
675
|
-
"version": "914d7cdcd8c7ebff500b43e8a878164ef0f93168eea0e5246747484a160d730b",
|
|
676
|
-
"signature": "76a6821ba0766e9e324b372f3e285f8bae0659458f49f9383ac569265566630c",
|
|
677
|
-
"affectsGlobalScope": false
|
|
678
|
-
},
|
|
679
|
-
"../../node_modules/react-resize-aware/dist/index.d.ts": {
|
|
680
|
-
"version": "86d2b7c95a540a2e9c1b35a41e0657adbdcce0e49f7c14c4162d594119ebb565",
|
|
681
|
-
"signature": "86d2b7c95a540a2e9c1b35a41e0657adbdcce0e49f7c14c4162d594119ebb565",
|
|
682
|
-
"affectsGlobalScope": false
|
|
683
|
-
},
|
|
684
|
-
"./src/hooks/use-resize-observer/index.js": {
|
|
685
|
-
"version": "1e9c747baab36c95f28b88da102d5b2f60e047dcb315fbaf61b14b9448313806",
|
|
686
|
-
"signature": "0b44b0b44827ae28815f0e1ba2c10d003e2893942444f06a30ac20ad272209e8",
|
|
687
|
-
"affectsGlobalScope": false
|
|
688
|
-
},
|
|
689
|
-
"../priority-queue/build-types/index.d.ts": {
|
|
690
|
-
"version": "8428253b010d7a2ef74156e763b59c11beb86ef4b8088b01837951633f955c11",
|
|
691
|
-
"signature": "8428253b010d7a2ef74156e763b59c11beb86ef4b8088b01837951633f955c11",
|
|
692
|
-
"affectsGlobalScope": false
|
|
693
|
-
},
|
|
694
|
-
"./src/hooks/use-async-list/index.ts": {
|
|
695
|
-
"version": "e7669752758ae96e591040a264669535d7e65a8ce01f86812211fe39dc7bef6c",
|
|
696
|
-
"signature": "b935d4ca97dc9aa05c92aaa51ab5cf2ada5b9722e84ea3af8dc5f93fea3cd361",
|
|
697
|
-
"affectsGlobalScope": false
|
|
698
|
-
},
|
|
699
|
-
"./src/hooks/use-warn-on-change/index.js": {
|
|
700
|
-
"version": "8ebd5899eefab0ba9bb82ae4cdd18aca44564a25cebfa51ea5d92db4252b49dd",
|
|
701
|
-
"signature": "f295ab6b1bfd2b6b5b19ba621cca18c1b94b25c430c67fcb66c9594e89e3ff39",
|
|
702
|
-
"affectsGlobalScope": false
|
|
703
|
-
},
|
|
704
|
-
"../../node_modules/use-memo-one/index.d.ts": {
|
|
705
|
-
"version": "62540abf0bac8bf8c13c183db0457c5495a2bdad157f9eb03916c3953feb765e",
|
|
706
|
-
"signature": "62540abf0bac8bf8c13c183db0457c5495a2bdad157f9eb03916c3953feb765e",
|
|
707
|
-
"affectsGlobalScope": false
|
|
708
|
-
},
|
|
709
|
-
"./src/hooks/use-debounce/index.js": {
|
|
710
|
-
"version": "913f4c4e501e1c8d7884d99070e13ecd748e07de5705a54f23cc4f3d5160fbd9",
|
|
711
|
-
"signature": "6d4a14dcdf7e15223f0f65f59100b2024030c99cbe5e1abd581b8412f7e636af",
|
|
712
|
-
"affectsGlobalScope": false
|
|
713
|
-
},
|
|
714
|
-
"./src/hooks/use-throttle/index.js": {
|
|
715
|
-
"version": "02d631c8ceabfb9d76b2e04141370f4b2170912cbda4933dcd5da727ebfee25a",
|
|
716
|
-
"signature": "7ced41a0a8e042524af844c4536b6ca47ca882d638ce9afa3bb0761e28ff8b36",
|
|
717
|
-
"affectsGlobalScope": false
|
|
718
|
-
},
|
|
719
|
-
"./src/hooks/use-drop-zone/index.js": {
|
|
720
|
-
"version": "76e3c64c6102042d3e7b1e75364367b8e0bf9774c1008ab6679cc0ba9f360ea1",
|
|
721
|
-
"signature": "3e006a620bc41e8b467373fcaba522d5f79ce9dcaaa813a94c561457fcab80ad",
|
|
722
|
-
"affectsGlobalScope": false
|
|
723
|
-
},
|
|
724
|
-
"./src/index.js": {
|
|
725
|
-
"version": "697fa1807785babc8bef6e321083737772ea5e5312c95c00d98c6c7038e5b0e9",
|
|
726
|
-
"signature": "23dec9670b8c80b6cd2c89a1eb52b36c0daca3e7f1580235938b056bdab83b66",
|
|
727
|
-
"affectsGlobalScope": false
|
|
728
|
-
},
|
|
729
|
-
"../../typings/gutenberg-env/index.d.ts": {
|
|
730
|
-
"version": "c63d7c3f912d6f757d2ffee28f25781211661bf966e11eeca080976e4d8e79bb",
|
|
731
|
-
"signature": "c63d7c3f912d6f757d2ffee28f25781211661bf966e11eeca080976e4d8e79bb",
|
|
732
|
-
"affectsGlobalScope": true
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
"options": {
|
|
736
|
-
"allowJs": true,
|
|
737
|
-
"checkJs": true,
|
|
738
|
-
"allowSyntheticDefaultImports": true,
|
|
739
|
-
"jsx": 1,
|
|
740
|
-
"target": 99,
|
|
741
|
-
"module": 99,
|
|
742
|
-
"lib": [
|
|
743
|
-
"lib.dom.d.ts",
|
|
744
|
-
"lib.esnext.d.ts"
|
|
745
|
-
],
|
|
746
|
-
"declaration": true,
|
|
747
|
-
"declarationMap": true,
|
|
748
|
-
"composite": true,
|
|
749
|
-
"emitDeclarationOnly": true,
|
|
750
|
-
"isolatedModules": true,
|
|
751
|
-
"strict": true,
|
|
752
|
-
"noUnusedLocals": true,
|
|
753
|
-
"noUnusedParameters": true,
|
|
754
|
-
"noImplicitReturns": true,
|
|
755
|
-
"noFallthroughCasesInSwitch": true,
|
|
756
|
-
"importsNotUsedAsValues": 2,
|
|
757
|
-
"moduleResolution": 2,
|
|
758
|
-
"esModuleInterop": false,
|
|
759
|
-
"resolveJsonModule": true,
|
|
760
|
-
"typeRoots": [
|
|
761
|
-
"../../typings",
|
|
762
|
-
"../../node_modules/@types"
|
|
763
|
-
],
|
|
764
|
-
"types": [
|
|
765
|
-
"gutenberg-env"
|
|
766
|
-
],
|
|
767
|
-
"rootDir": "./src",
|
|
768
|
-
"declarationDir": "./build-types",
|
|
769
|
-
"configFilePath": "./tsconfig.json"
|
|
770
|
-
},
|
|
771
|
-
"referencedMap": {
|
|
772
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts": [
|
|
773
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
774
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
775
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
776
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
777
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
778
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
779
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
780
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
781
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
782
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
783
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
784
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
785
|
-
],
|
|
786
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts": [
|
|
787
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
788
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
789
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
790
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
791
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
792
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
793
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
794
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
795
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
796
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
797
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
798
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
799
|
-
],
|
|
800
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts": [
|
|
801
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
802
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
803
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
804
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
805
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
806
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
807
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
808
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
809
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
810
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
811
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
812
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
813
|
-
],
|
|
814
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts": [
|
|
815
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
816
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
817
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
818
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
819
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
820
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
821
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
822
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
823
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
824
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
825
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
826
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
827
|
-
],
|
|
828
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts": [
|
|
829
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
830
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
831
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
832
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
833
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
834
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
835
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
836
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
837
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
838
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
839
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
840
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
841
|
-
],
|
|
842
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts": [
|
|
843
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
844
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
845
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
846
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
847
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
848
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
849
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
850
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
851
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
852
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
853
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
854
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
855
|
-
],
|
|
856
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts": [
|
|
857
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
858
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
859
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
860
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
861
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
862
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
863
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
864
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
865
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
866
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
867
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
868
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
869
|
-
],
|
|
870
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts": [
|
|
871
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
872
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
873
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
874
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
875
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
876
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
877
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
878
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
879
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
880
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
881
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
882
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
883
|
-
],
|
|
884
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts": [
|
|
885
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
886
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
887
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
888
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
889
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
890
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
891
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
892
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
893
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
894
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
895
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
896
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
897
|
-
],
|
|
898
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts": [
|
|
899
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
900
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
901
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
902
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
903
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
904
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
905
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
906
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
907
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
908
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
909
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
910
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
911
|
-
],
|
|
912
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts": [
|
|
913
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
914
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
915
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
916
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
917
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
918
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
919
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
920
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
921
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
922
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
923
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
924
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
925
|
-
],
|
|
926
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts": [
|
|
927
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
928
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
929
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
930
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
931
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
932
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
933
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
934
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
935
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
936
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
937
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
938
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
939
|
-
],
|
|
940
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts": [
|
|
941
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
942
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
943
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
944
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
945
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
946
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
947
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
948
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
949
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
950
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
951
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
952
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts"
|
|
953
|
-
],
|
|
954
|
-
"../../node_modules/@types/mousetrap/plugins/global-bind/mousetrap-global-bind.d.ts": [
|
|
955
|
-
"../../node_modules/@types/mousetrap/index.d.ts"
|
|
956
|
-
],
|
|
957
|
-
"../../node_modules/@types/react-dom/index.d.ts": [
|
|
958
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
959
|
-
],
|
|
960
|
-
"../../node_modules/@types/react/index.d.ts": [
|
|
961
|
-
"../../node_modules/@types/prop-types/index.d.ts",
|
|
962
|
-
"../../node_modules/@types/react/global.d.ts",
|
|
963
|
-
"../../node_modules/@types/react/node_modules/csstype/index.d.ts"
|
|
964
|
-
],
|
|
965
|
-
"../../node_modules/react-resize-aware/dist/index.d.ts": [
|
|
966
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
967
|
-
],
|
|
968
|
-
"./src/higher-order/compose.ts": [
|
|
969
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
970
|
-
],
|
|
971
|
-
"./src/higher-order/if-condition/index.tsx": [
|
|
972
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
973
|
-
],
|
|
974
|
-
"./src/higher-order/pure/index.tsx": [
|
|
975
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
976
|
-
"../element/build-types/index.d.ts",
|
|
977
|
-
"../is-shallow-equal/build-types/index.d.ts",
|
|
978
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
979
|
-
],
|
|
980
|
-
"./src/higher-order/with-global-events/index.js": [
|
|
981
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
982
|
-
"../deprecated/build-types/index.d.ts",
|
|
983
|
-
"../element/build-types/index.d.ts",
|
|
984
|
-
"./src/higher-order/with-global-events/listener.js",
|
|
985
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
986
|
-
],
|
|
987
|
-
"./src/higher-order/with-global-events/listener.js": [
|
|
988
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
989
|
-
],
|
|
990
|
-
"./src/higher-order/with-instance-id/index.tsx": [
|
|
991
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
992
|
-
"./src/hooks/use-instance-id/index.js",
|
|
993
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
994
|
-
],
|
|
995
|
-
"./src/higher-order/with-safe-timeout/index.tsx": [
|
|
996
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
997
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
998
|
-
"../element/build-types/index.d.ts",
|
|
999
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
1000
|
-
],
|
|
1001
|
-
"./src/higher-order/with-state/index.js": [
|
|
1002
|
-
"../deprecated/build-types/index.d.ts",
|
|
1003
|
-
"../element/build-types/index.d.ts",
|
|
1004
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
1005
|
-
],
|
|
1006
|
-
"./src/hooks/use-async-list/index.ts": [
|
|
1007
|
-
"../element/build-types/index.d.ts",
|
|
1008
|
-
"../priority-queue/build-types/index.d.ts"
|
|
1009
|
-
],
|
|
1010
|
-
"./src/hooks/use-constrained-tabbing/index.js": [
|
|
1011
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1012
|
-
"../dom/build-types/index.d.ts",
|
|
1013
|
-
"../element/build-types/index.d.ts",
|
|
1014
|
-
"../keycodes/build-types/index.d.ts"
|
|
1015
|
-
],
|
|
1016
|
-
"./src/hooks/use-copy-on-click/index.js": [
|
|
1017
|
-
"../../node_modules/@types/clipboard/index.d.ts",
|
|
1018
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1019
|
-
"../deprecated/build-types/index.d.ts",
|
|
1020
|
-
"../element/build-types/index.d.ts"
|
|
1021
|
-
],
|
|
1022
|
-
"./src/hooks/use-copy-to-clipboard/index.js": [
|
|
1023
|
-
"../../node_modules/@types/clipboard/index.d.ts",
|
|
1024
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1025
|
-
"../element/build-types/index.d.ts",
|
|
1026
|
-
"./src/hooks/use-ref-effect/index.ts"
|
|
1027
|
-
],
|
|
1028
|
-
"./src/hooks/use-debounce/index.js": [
|
|
1029
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
1030
|
-
"../../node_modules/use-memo-one/index.d.ts",
|
|
1031
|
-
"../element/build-types/index.d.ts"
|
|
1032
|
-
],
|
|
1033
|
-
"./src/hooks/use-dialog/index.js": [
|
|
1034
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1035
|
-
"../element/build-types/index.d.ts",
|
|
1036
|
-
"../keycodes/build-types/index.d.ts",
|
|
1037
|
-
"./src/hooks/use-constrained-tabbing/index.js",
|
|
1038
|
-
"./src/hooks/use-focus-on-mount/index.js",
|
|
1039
|
-
"./src/hooks/use-focus-outside/index.js",
|
|
1040
|
-
"./src/hooks/use-focus-return/index.js",
|
|
1041
|
-
"./src/hooks/use-merge-refs/index.js"
|
|
1042
|
-
],
|
|
1043
|
-
"./src/hooks/use-dragging/index.js": [
|
|
1044
|
-
"../element/build-types/index.d.ts",
|
|
1045
|
-
"./src/hooks/use-isomorphic-layout-effect/index.js"
|
|
1046
|
-
],
|
|
1047
|
-
"./src/hooks/use-drop-zone/index.js": [
|
|
1048
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1049
|
-
"../element/build-types/index.d.ts",
|
|
1050
|
-
"./src/hooks/use-ref-effect/index.ts"
|
|
1051
|
-
],
|
|
1052
|
-
"./src/hooks/use-focus-on-mount/index.js": [
|
|
1053
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1054
|
-
"../dom/build-types/index.d.ts",
|
|
1055
|
-
"../element/build-types/index.d.ts"
|
|
1056
|
-
],
|
|
1057
|
-
"./src/hooks/use-focus-outside/index.js": [
|
|
1058
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
1059
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1060
|
-
"../element/build-types/index.d.ts"
|
|
1061
|
-
],
|
|
1062
|
-
"./src/hooks/use-focus-return/index.js": [
|
|
1063
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1064
|
-
"../element/build-types/index.d.ts"
|
|
1065
|
-
],
|
|
1066
|
-
"./src/hooks/use-instance-id/index.js": [
|
|
1067
|
-
"../element/build-types/index.d.ts"
|
|
1068
|
-
],
|
|
1069
|
-
"./src/hooks/use-isomorphic-layout-effect/index.js": [
|
|
1070
|
-
"../element/build-types/index.d.ts"
|
|
1071
|
-
],
|
|
1072
|
-
"./src/hooks/use-keyboard-shortcut/index.js": [
|
|
1073
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
1074
|
-
"../../node_modules/@types/mousetrap/index.d.ts",
|
|
1075
|
-
"../../node_modules/@types/mousetrap/plugins/global-bind/mousetrap-global-bind.d.ts",
|
|
1076
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1077
|
-
"../element/build-types/index.d.ts"
|
|
1078
|
-
],
|
|
1079
|
-
"./src/hooks/use-media-query/index.js": [
|
|
1080
|
-
"../element/build-types/index.d.ts"
|
|
1081
|
-
],
|
|
1082
|
-
"./src/hooks/use-merge-refs/index.js": [
|
|
1083
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1084
|
-
"../element/build-types/index.d.ts"
|
|
1085
|
-
],
|
|
1086
|
-
"./src/hooks/use-previous/index.js": [
|
|
1087
|
-
"../element/build-types/index.d.ts"
|
|
1088
|
-
],
|
|
1089
|
-
"./src/hooks/use-reduced-motion/index.js": [
|
|
1090
|
-
"./src/hooks/use-media-query/index.js"
|
|
1091
|
-
],
|
|
1092
|
-
"./src/hooks/use-ref-effect/index.ts": [
|
|
1093
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1094
|
-
"../element/build-types/index.d.ts"
|
|
1095
|
-
],
|
|
1096
|
-
"./src/hooks/use-resize-observer/index.js": [
|
|
1097
|
-
"../../node_modules/react-resize-aware/dist/index.d.ts"
|
|
1098
|
-
],
|
|
1099
|
-
"./src/hooks/use-throttle/index.js": [
|
|
1100
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
1101
|
-
"../../node_modules/use-memo-one/index.d.ts",
|
|
1102
|
-
"../element/build-types/index.d.ts"
|
|
1103
|
-
],
|
|
1104
|
-
"./src/hooks/use-viewport-match/index.js": [
|
|
1105
|
-
"../element/build-types/index.d.ts",
|
|
1106
|
-
"./src/hooks/use-media-query/index.js"
|
|
1107
|
-
],
|
|
1108
|
-
"./src/hooks/use-warn-on-change/index.js": [
|
|
1109
|
-
"./src/hooks/use-previous/index.js"
|
|
1110
|
-
],
|
|
1111
|
-
"./src/index.js": [
|
|
1112
|
-
"./src/higher-order/compose.ts",
|
|
1113
|
-
"./src/higher-order/if-condition/index.tsx",
|
|
1114
|
-
"./src/higher-order/pure/index.tsx",
|
|
1115
|
-
"./src/higher-order/with-global-events/index.js",
|
|
1116
|
-
"./src/higher-order/with-instance-id/index.tsx",
|
|
1117
|
-
"./src/higher-order/with-safe-timeout/index.tsx",
|
|
1118
|
-
"./src/higher-order/with-state/index.js",
|
|
1119
|
-
"./src/hooks/use-async-list/index.ts",
|
|
1120
|
-
"./src/hooks/use-constrained-tabbing/index.js",
|
|
1121
|
-
"./src/hooks/use-copy-on-click/index.js",
|
|
1122
|
-
"./src/hooks/use-copy-to-clipboard/index.js",
|
|
1123
|
-
"./src/hooks/use-debounce/index.js",
|
|
1124
|
-
"./src/hooks/use-dialog/index.js",
|
|
1125
|
-
"./src/hooks/use-dragging/index.js",
|
|
1126
|
-
"./src/hooks/use-drop-zone/index.js",
|
|
1127
|
-
"./src/hooks/use-focus-on-mount/index.js",
|
|
1128
|
-
"./src/hooks/use-focus-outside/index.js",
|
|
1129
|
-
"./src/hooks/use-focus-return/index.js",
|
|
1130
|
-
"./src/hooks/use-instance-id/index.js",
|
|
1131
|
-
"./src/hooks/use-isomorphic-layout-effect/index.js",
|
|
1132
|
-
"./src/hooks/use-keyboard-shortcut/index.js",
|
|
1133
|
-
"./src/hooks/use-media-query/index.js",
|
|
1134
|
-
"./src/hooks/use-merge-refs/index.js",
|
|
1135
|
-
"./src/hooks/use-previous/index.js",
|
|
1136
|
-
"./src/hooks/use-reduced-motion/index.js",
|
|
1137
|
-
"./src/hooks/use-ref-effect/index.ts",
|
|
1138
|
-
"./src/hooks/use-resize-observer/index.js",
|
|
1139
|
-
"./src/hooks/use-throttle/index.js",
|
|
1140
|
-
"./src/hooks/use-viewport-match/index.js",
|
|
1141
|
-
"./src/hooks/use-warn-on-change/index.js",
|
|
1142
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
1143
|
-
],
|
|
1144
|
-
"./src/utils/create-higher-order-component/index.ts": [
|
|
1145
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
1146
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1147
|
-
],
|
|
1148
|
-
"../dom/build-types/dom/index.d.ts": [
|
|
1149
|
-
"../dom/build-types/dom/compute-caret-rect.d.ts",
|
|
1150
|
-
"../dom/build-types/dom/document-has-selection.d.ts",
|
|
1151
|
-
"../dom/build-types/dom/document-has-text-selection.d.ts",
|
|
1152
|
-
"../dom/build-types/dom/document-has-uncollapsed-selection.d.ts",
|
|
1153
|
-
"../dom/build-types/dom/get-offset-parent.d.ts",
|
|
1154
|
-
"../dom/build-types/dom/get-rectangle-from-range.d.ts",
|
|
1155
|
-
"../dom/build-types/dom/get-scroll-container.d.ts",
|
|
1156
|
-
"../dom/build-types/dom/insert-after.d.ts",
|
|
1157
|
-
"../dom/build-types/dom/is-empty.d.ts",
|
|
1158
|
-
"../dom/build-types/dom/is-entirely-selected.d.ts",
|
|
1159
|
-
"../dom/build-types/dom/is-horizontal-edge.d.ts",
|
|
1160
|
-
"../dom/build-types/dom/is-number-input.d.ts",
|
|
1161
|
-
"../dom/build-types/dom/is-rtl.d.ts",
|
|
1162
|
-
"../dom/build-types/dom/is-text-field.d.ts",
|
|
1163
|
-
"../dom/build-types/dom/is-vertical-edge.d.ts",
|
|
1164
|
-
"../dom/build-types/dom/place-caret-at-horizontal-edge.d.ts",
|
|
1165
|
-
"../dom/build-types/dom/place-caret-at-vertical-edge.d.ts",
|
|
1166
|
-
"../dom/build-types/dom/remove-invalid-html.d.ts",
|
|
1167
|
-
"../dom/build-types/dom/remove.d.ts",
|
|
1168
|
-
"../dom/build-types/dom/replace-tag.d.ts",
|
|
1169
|
-
"../dom/build-types/dom/replace.d.ts",
|
|
1170
|
-
"../dom/build-types/dom/safe-html.d.ts",
|
|
1171
|
-
"../dom/build-types/dom/strip-html.d.ts",
|
|
1172
|
-
"../dom/build-types/dom/unwrap.d.ts",
|
|
1173
|
-
"../dom/build-types/dom/wrap.d.ts"
|
|
1174
|
-
],
|
|
1175
|
-
"../dom/build-types/dom/remove-invalid-html.d.ts": [
|
|
1176
|
-
"../dom/build-types/dom/clean-node-list.d.ts"
|
|
1177
|
-
],
|
|
1178
|
-
"../dom/build-types/index.d.ts": [
|
|
1179
|
-
"../dom/build-types/data-transfer.d.ts",
|
|
1180
|
-
"../dom/build-types/dom/index.d.ts",
|
|
1181
|
-
"../dom/build-types/focusable.d.ts",
|
|
1182
|
-
"../dom/build-types/phrasing-content.d.ts",
|
|
1183
|
-
"../dom/build-types/tabbable.d.ts"
|
|
1184
|
-
],
|
|
1185
|
-
"../element/build-types/create-interpolate-element.d.ts": [
|
|
1186
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1187
|
-
],
|
|
1188
|
-
"../element/build-types/index.d.ts": [
|
|
1189
|
-
"../element/build-types/create-interpolate-element.d.ts",
|
|
1190
|
-
"../element/build-types/platform.d.ts",
|
|
1191
|
-
"../element/build-types/raw-html.d.ts",
|
|
1192
|
-
"../element/build-types/react-platform.d.ts",
|
|
1193
|
-
"../element/build-types/react.d.ts",
|
|
1194
|
-
"../element/build-types/serialize.d.ts",
|
|
1195
|
-
"../element/build-types/utils.d.ts"
|
|
1196
|
-
],
|
|
1197
|
-
"../element/build-types/raw-html.d.ts": [
|
|
1198
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1199
|
-
],
|
|
1200
|
-
"../element/build-types/react-platform.d.ts": [
|
|
1201
|
-
"../../node_modules/@types/react-dom/index.d.ts"
|
|
1202
|
-
],
|
|
1203
|
-
"../element/build-types/react.d.ts": [
|
|
1204
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1205
|
-
],
|
|
1206
|
-
"../element/build-types/serialize.d.ts": [
|
|
1207
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1208
|
-
],
|
|
1209
|
-
"../is-shallow-equal/build-types/index.d.ts": [
|
|
1210
|
-
"../is-shallow-equal/build-types/arrays.d.ts",
|
|
1211
|
-
"../is-shallow-equal/build-types/objects.d.ts"
|
|
1212
|
-
],
|
|
1213
|
-
"../is-shallow-equal/build-types/objects.d.ts": [
|
|
1214
|
-
"../is-shallow-equal/build-types/index.d.ts"
|
|
1215
|
-
]
|
|
1216
|
-
},
|
|
1217
|
-
"exportedModulesMap": {
|
|
1218
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts": [
|
|
1219
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1220
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1221
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1222
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1223
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1224
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1225
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1226
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1227
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1228
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1229
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1230
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1231
|
-
],
|
|
1232
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts": [
|
|
1233
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1234
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1235
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1236
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1237
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1238
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1239
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1240
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1241
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1242
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1243
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1244
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1245
|
-
],
|
|
1246
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts": [
|
|
1247
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1248
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1249
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1250
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1251
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1252
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1253
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1254
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1255
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1256
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1257
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1258
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1259
|
-
],
|
|
1260
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts": [
|
|
1261
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1262
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1263
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1264
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1265
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1266
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1267
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1268
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1269
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1270
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1271
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1272
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1273
|
-
],
|
|
1274
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts": [
|
|
1275
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1276
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1277
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1278
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1279
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1280
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1281
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1282
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1283
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1284
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1285
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1286
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1287
|
-
],
|
|
1288
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts": [
|
|
1289
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1290
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1291
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1292
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1293
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1294
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1295
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1296
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1297
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1298
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1299
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1300
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1301
|
-
],
|
|
1302
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts": [
|
|
1303
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1304
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1305
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1306
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1307
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1308
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1309
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1310
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1311
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1312
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1313
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1314
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1315
|
-
],
|
|
1316
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts": [
|
|
1317
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1318
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1319
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1320
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1321
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1322
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1323
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1324
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1325
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1326
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1327
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1328
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1329
|
-
],
|
|
1330
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts": [
|
|
1331
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1332
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1333
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1334
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1335
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1336
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1337
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1338
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1339
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1340
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1341
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1342
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1343
|
-
],
|
|
1344
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts": [
|
|
1345
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1346
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1347
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1348
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1349
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1350
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1351
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1352
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1353
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1354
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1355
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1356
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1357
|
-
],
|
|
1358
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts": [
|
|
1359
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1360
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1361
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1362
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1363
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1364
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1365
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1366
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1367
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1368
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1369
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1370
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1371
|
-
],
|
|
1372
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts": [
|
|
1373
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1374
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1375
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1376
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1377
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1378
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1379
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1380
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1381
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1382
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1383
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1384
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1385
|
-
],
|
|
1386
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts": [
|
|
1387
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1388
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1389
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1390
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1391
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1392
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1393
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1394
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1395
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1396
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1397
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1398
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts"
|
|
1399
|
-
],
|
|
1400
|
-
"../../node_modules/@types/mousetrap/plugins/global-bind/mousetrap-global-bind.d.ts": [
|
|
1401
|
-
"../../node_modules/@types/mousetrap/index.d.ts"
|
|
1402
|
-
],
|
|
1403
|
-
"../../node_modules/@types/react-dom/index.d.ts": [
|
|
1404
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1405
|
-
],
|
|
1406
|
-
"../../node_modules/@types/react/index.d.ts": [
|
|
1407
|
-
"../../node_modules/@types/prop-types/index.d.ts",
|
|
1408
|
-
"../../node_modules/@types/react/global.d.ts",
|
|
1409
|
-
"../../node_modules/@types/react/node_modules/csstype/index.d.ts"
|
|
1410
|
-
],
|
|
1411
|
-
"../../node_modules/react-resize-aware/dist/index.d.ts": [
|
|
1412
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1413
|
-
],
|
|
1414
|
-
"./src/higher-order/compose.ts": [
|
|
1415
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1416
|
-
],
|
|
1417
|
-
"./src/higher-order/if-condition/index.tsx": [
|
|
1418
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
1419
|
-
],
|
|
1420
|
-
"./src/higher-order/pure/index.tsx": [
|
|
1421
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
1422
|
-
],
|
|
1423
|
-
"./src/higher-order/with-instance-id/index.tsx": [
|
|
1424
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
1425
|
-
],
|
|
1426
|
-
"./src/higher-order/with-safe-timeout/index.tsx": [
|
|
1427
|
-
"./src/utils/create-higher-order-component/index.ts"
|
|
1428
|
-
],
|
|
1429
|
-
"./src/hooks/use-constrained-tabbing/index.js": [
|
|
1430
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1431
|
-
],
|
|
1432
|
-
"./src/hooks/use-copy-on-click/index.js": [
|
|
1433
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1434
|
-
],
|
|
1435
|
-
"./src/hooks/use-copy-to-clipboard/index.js": [
|
|
1436
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1437
|
-
],
|
|
1438
|
-
"./src/hooks/use-debounce/index.js": [
|
|
1439
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1440
|
-
],
|
|
1441
|
-
"./src/hooks/use-dialog/index.js": [
|
|
1442
|
-
"./src/hooks/use-focus-outside/index.js"
|
|
1443
|
-
],
|
|
1444
|
-
"./src/hooks/use-drop-zone/index.js": [
|
|
1445
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1446
|
-
],
|
|
1447
|
-
"./src/hooks/use-focus-on-mount/index.js": [
|
|
1448
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1449
|
-
],
|
|
1450
|
-
"./src/hooks/use-focus-outside/index.js": [
|
|
1451
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1452
|
-
],
|
|
1453
|
-
"./src/hooks/use-focus-return/index.js": [
|
|
1454
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1455
|
-
],
|
|
1456
|
-
"./src/hooks/use-keyboard-shortcut/index.js": [
|
|
1457
|
-
"../../node_modules/@types/mousetrap/index.d.ts",
|
|
1458
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1459
|
-
],
|
|
1460
|
-
"./src/hooks/use-merge-refs/index.js": [
|
|
1461
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1462
|
-
],
|
|
1463
|
-
"./src/hooks/use-ref-effect/index.ts": [
|
|
1464
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1465
|
-
],
|
|
1466
|
-
"./src/hooks/use-throttle/index.js": [
|
|
1467
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts"
|
|
1468
|
-
],
|
|
1469
|
-
"./src/hooks/use-viewport-match/index.js": [
|
|
1470
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1471
|
-
],
|
|
1472
|
-
"./src/utils/create-higher-order-component/index.ts": [
|
|
1473
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1474
|
-
],
|
|
1475
|
-
"../dom/build-types/dom/index.d.ts": [
|
|
1476
|
-
"../dom/build-types/dom/compute-caret-rect.d.ts",
|
|
1477
|
-
"../dom/build-types/dom/document-has-selection.d.ts",
|
|
1478
|
-
"../dom/build-types/dom/document-has-text-selection.d.ts",
|
|
1479
|
-
"../dom/build-types/dom/document-has-uncollapsed-selection.d.ts",
|
|
1480
|
-
"../dom/build-types/dom/get-offset-parent.d.ts",
|
|
1481
|
-
"../dom/build-types/dom/get-rectangle-from-range.d.ts",
|
|
1482
|
-
"../dom/build-types/dom/get-scroll-container.d.ts",
|
|
1483
|
-
"../dom/build-types/dom/insert-after.d.ts",
|
|
1484
|
-
"../dom/build-types/dom/is-empty.d.ts",
|
|
1485
|
-
"../dom/build-types/dom/is-entirely-selected.d.ts",
|
|
1486
|
-
"../dom/build-types/dom/is-horizontal-edge.d.ts",
|
|
1487
|
-
"../dom/build-types/dom/is-number-input.d.ts",
|
|
1488
|
-
"../dom/build-types/dom/is-rtl.d.ts",
|
|
1489
|
-
"../dom/build-types/dom/is-text-field.d.ts",
|
|
1490
|
-
"../dom/build-types/dom/is-vertical-edge.d.ts",
|
|
1491
|
-
"../dom/build-types/dom/place-caret-at-horizontal-edge.d.ts",
|
|
1492
|
-
"../dom/build-types/dom/place-caret-at-vertical-edge.d.ts",
|
|
1493
|
-
"../dom/build-types/dom/remove-invalid-html.d.ts",
|
|
1494
|
-
"../dom/build-types/dom/remove.d.ts",
|
|
1495
|
-
"../dom/build-types/dom/replace-tag.d.ts",
|
|
1496
|
-
"../dom/build-types/dom/replace.d.ts",
|
|
1497
|
-
"../dom/build-types/dom/safe-html.d.ts",
|
|
1498
|
-
"../dom/build-types/dom/strip-html.d.ts",
|
|
1499
|
-
"../dom/build-types/dom/unwrap.d.ts",
|
|
1500
|
-
"../dom/build-types/dom/wrap.d.ts"
|
|
1501
|
-
],
|
|
1502
|
-
"../dom/build-types/dom/remove-invalid-html.d.ts": [
|
|
1503
|
-
"../dom/build-types/dom/clean-node-list.d.ts"
|
|
1504
|
-
],
|
|
1505
|
-
"../dom/build-types/index.d.ts": [
|
|
1506
|
-
"../dom/build-types/data-transfer.d.ts",
|
|
1507
|
-
"../dom/build-types/dom/index.d.ts",
|
|
1508
|
-
"../dom/build-types/focusable.d.ts",
|
|
1509
|
-
"../dom/build-types/phrasing-content.d.ts",
|
|
1510
|
-
"../dom/build-types/tabbable.d.ts"
|
|
1511
|
-
],
|
|
1512
|
-
"../element/build-types/create-interpolate-element.d.ts": [
|
|
1513
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1514
|
-
],
|
|
1515
|
-
"../element/build-types/index.d.ts": [
|
|
1516
|
-
"../element/build-types/create-interpolate-element.d.ts",
|
|
1517
|
-
"../element/build-types/platform.d.ts",
|
|
1518
|
-
"../element/build-types/raw-html.d.ts",
|
|
1519
|
-
"../element/build-types/react-platform.d.ts",
|
|
1520
|
-
"../element/build-types/react.d.ts",
|
|
1521
|
-
"../element/build-types/serialize.d.ts",
|
|
1522
|
-
"../element/build-types/utils.d.ts"
|
|
1523
|
-
],
|
|
1524
|
-
"../element/build-types/raw-html.d.ts": [
|
|
1525
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1526
|
-
],
|
|
1527
|
-
"../element/build-types/react-platform.d.ts": [
|
|
1528
|
-
"../../node_modules/@types/react-dom/index.d.ts"
|
|
1529
|
-
],
|
|
1530
|
-
"../element/build-types/react.d.ts": [
|
|
1531
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1532
|
-
],
|
|
1533
|
-
"../element/build-types/serialize.d.ts": [
|
|
1534
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
1535
|
-
],
|
|
1536
|
-
"../is-shallow-equal/build-types/index.d.ts": [
|
|
1537
|
-
"../is-shallow-equal/build-types/arrays.d.ts",
|
|
1538
|
-
"../is-shallow-equal/build-types/objects.d.ts"
|
|
1539
|
-
],
|
|
1540
|
-
"../is-shallow-equal/build-types/objects.d.ts": [
|
|
1541
|
-
"../is-shallow-equal/build-types/index.d.ts"
|
|
1542
|
-
]
|
|
1543
|
-
},
|
|
1544
|
-
"semanticDiagnosticsPerFile": [
|
|
1545
|
-
"../../node_modules/@types/clipboard/index.d.ts",
|
|
1546
|
-
"../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
|
|
1547
|
-
"../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
|
|
1548
|
-
"../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
|
|
1549
|
-
"../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
|
|
1550
|
-
"../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
|
|
1551
|
-
"../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
|
|
1552
|
-
"../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
|
|
1553
|
-
"../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
|
|
1554
|
-
"../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
|
|
1555
|
-
"../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
|
|
1556
|
-
"../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
|
|
1557
|
-
"../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
|
|
1558
|
-
"../../node_modules/@types/lodash/ts3.1/index.d.ts",
|
|
1559
|
-
"../../node_modules/@types/mousetrap/index.d.ts",
|
|
1560
|
-
"../../node_modules/@types/mousetrap/plugins/global-bind/mousetrap-global-bind.d.ts",
|
|
1561
|
-
"../../node_modules/@types/prop-types/index.d.ts",
|
|
1562
|
-
"../../node_modules/@types/react-dom/index.d.ts",
|
|
1563
|
-
"../../node_modules/@types/react/global.d.ts",
|
|
1564
|
-
"../../node_modules/@types/react/index.d.ts",
|
|
1565
|
-
"../../node_modules/@types/react/node_modules/csstype/index.d.ts",
|
|
1566
|
-
"../../node_modules/react-resize-aware/dist/index.d.ts",
|
|
1567
|
-
"../../node_modules/typescript/lib/lib.dom.d.ts",
|
|
1568
|
-
"../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
|
|
1569
|
-
"../../node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
1570
|
-
"../../node_modules/typescript/lib/lib.es2015.d.ts",
|
|
1571
|
-
"../../node_modules/typescript/lib/lib.es2015.generator.d.ts",
|
|
1572
|
-
"../../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
1573
|
-
"../../node_modules/typescript/lib/lib.es2015.promise.d.ts",
|
|
1574
|
-
"../../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
|
|
1575
|
-
"../../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
|
|
1576
|
-
"../../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
|
|
1577
|
-
"../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
1578
|
-
"../../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
|
|
1579
|
-
"../../node_modules/typescript/lib/lib.es2016.d.ts",
|
|
1580
|
-
"../../node_modules/typescript/lib/lib.es2017.d.ts",
|
|
1581
|
-
"../../node_modules/typescript/lib/lib.es2017.intl.d.ts",
|
|
1582
|
-
"../../node_modules/typescript/lib/lib.es2017.object.d.ts",
|
|
1583
|
-
"../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
|
|
1584
|
-
"../../node_modules/typescript/lib/lib.es2017.string.d.ts",
|
|
1585
|
-
"../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
|
|
1586
|
-
"../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
|
|
1587
|
-
"../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
|
|
1588
|
-
"../../node_modules/typescript/lib/lib.es2018.d.ts",
|
|
1589
|
-
"../../node_modules/typescript/lib/lib.es2018.intl.d.ts",
|
|
1590
|
-
"../../node_modules/typescript/lib/lib.es2018.promise.d.ts",
|
|
1591
|
-
"../../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
|
|
1592
|
-
"../../node_modules/typescript/lib/lib.es2019.array.d.ts",
|
|
1593
|
-
"../../node_modules/typescript/lib/lib.es2019.d.ts",
|
|
1594
|
-
"../../node_modules/typescript/lib/lib.es2019.object.d.ts",
|
|
1595
|
-
"../../node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
1596
|
-
"../../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
|
|
1597
|
-
"../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
|
|
1598
|
-
"../../node_modules/typescript/lib/lib.es2020.d.ts",
|
|
1599
|
-
"../../node_modules/typescript/lib/lib.es2020.intl.d.ts",
|
|
1600
|
-
"../../node_modules/typescript/lib/lib.es2020.promise.d.ts",
|
|
1601
|
-
"../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts",
|
|
1602
|
-
"../../node_modules/typescript/lib/lib.es2020.string.d.ts",
|
|
1603
|
-
"../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
|
|
1604
|
-
"../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1605
|
-
"../../node_modules/typescript/lib/lib.esnext.d.ts",
|
|
1606
|
-
"../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
1607
|
-
"../../node_modules/typescript/lib/lib.esnext.promise.d.ts",
|
|
1608
|
-
"../../node_modules/typescript/lib/lib.esnext.string.d.ts",
|
|
1609
|
-
"../../node_modules/typescript/lib/lib.esnext.weakref.d.ts",
|
|
1610
|
-
"../../node_modules/use-memo-one/index.d.ts",
|
|
1611
|
-
"./src/higher-order/compose.ts",
|
|
1612
|
-
"./src/higher-order/if-condition/index.tsx",
|
|
1613
|
-
"./src/higher-order/pure/index.tsx",
|
|
1614
|
-
"./src/higher-order/with-global-events/index.js",
|
|
1615
|
-
"./src/higher-order/with-global-events/listener.js",
|
|
1616
|
-
"./src/higher-order/with-instance-id/index.tsx",
|
|
1617
|
-
"./src/higher-order/with-safe-timeout/index.tsx",
|
|
1618
|
-
"./src/higher-order/with-state/index.js",
|
|
1619
|
-
"./src/hooks/use-async-list/index.ts",
|
|
1620
|
-
"./src/hooks/use-constrained-tabbing/index.js",
|
|
1621
|
-
"./src/hooks/use-copy-on-click/index.js",
|
|
1622
|
-
"./src/hooks/use-copy-to-clipboard/index.js",
|
|
1623
|
-
"./src/hooks/use-debounce/index.js",
|
|
1624
|
-
"./src/hooks/use-dialog/index.js",
|
|
1625
|
-
"./src/hooks/use-dragging/index.js",
|
|
1626
|
-
"./src/hooks/use-drop-zone/index.js",
|
|
1627
|
-
"./src/hooks/use-focus-on-mount/index.js",
|
|
1628
|
-
"./src/hooks/use-focus-outside/index.js",
|
|
1629
|
-
"./src/hooks/use-focus-return/index.js",
|
|
1630
|
-
"./src/hooks/use-instance-id/index.js",
|
|
1631
|
-
"./src/hooks/use-isomorphic-layout-effect/index.js",
|
|
1632
|
-
"./src/hooks/use-keyboard-shortcut/index.js",
|
|
1633
|
-
"./src/hooks/use-media-query/index.js",
|
|
1634
|
-
"./src/hooks/use-merge-refs/index.js",
|
|
1635
|
-
"./src/hooks/use-previous/index.js",
|
|
1636
|
-
"./src/hooks/use-reduced-motion/index.js",
|
|
1637
|
-
"./src/hooks/use-ref-effect/index.ts",
|
|
1638
|
-
"./src/hooks/use-resize-observer/index.js",
|
|
1639
|
-
"./src/hooks/use-throttle/index.js",
|
|
1640
|
-
"./src/hooks/use-viewport-match/index.js",
|
|
1641
|
-
"./src/hooks/use-warn-on-change/index.js",
|
|
1642
|
-
"./src/index.js",
|
|
1643
|
-
"./src/utils/create-higher-order-component/index.ts",
|
|
1644
|
-
"../deprecated/build-types/index.d.ts",
|
|
1645
|
-
"../dom/build-types/data-transfer.d.ts",
|
|
1646
|
-
"../dom/build-types/dom/clean-node-list.d.ts",
|
|
1647
|
-
"../dom/build-types/dom/compute-caret-rect.d.ts",
|
|
1648
|
-
"../dom/build-types/dom/document-has-selection.d.ts",
|
|
1649
|
-
"../dom/build-types/dom/document-has-text-selection.d.ts",
|
|
1650
|
-
"../dom/build-types/dom/document-has-uncollapsed-selection.d.ts",
|
|
1651
|
-
"../dom/build-types/dom/get-offset-parent.d.ts",
|
|
1652
|
-
"../dom/build-types/dom/get-rectangle-from-range.d.ts",
|
|
1653
|
-
"../dom/build-types/dom/get-scroll-container.d.ts",
|
|
1654
|
-
"../dom/build-types/dom/index.d.ts",
|
|
1655
|
-
"../dom/build-types/dom/insert-after.d.ts",
|
|
1656
|
-
"../dom/build-types/dom/is-empty.d.ts",
|
|
1657
|
-
"../dom/build-types/dom/is-entirely-selected.d.ts",
|
|
1658
|
-
"../dom/build-types/dom/is-horizontal-edge.d.ts",
|
|
1659
|
-
"../dom/build-types/dom/is-number-input.d.ts",
|
|
1660
|
-
"../dom/build-types/dom/is-rtl.d.ts",
|
|
1661
|
-
"../dom/build-types/dom/is-text-field.d.ts",
|
|
1662
|
-
"../dom/build-types/dom/is-vertical-edge.d.ts",
|
|
1663
|
-
"../dom/build-types/dom/place-caret-at-horizontal-edge.d.ts",
|
|
1664
|
-
"../dom/build-types/dom/place-caret-at-vertical-edge.d.ts",
|
|
1665
|
-
"../dom/build-types/dom/remove-invalid-html.d.ts",
|
|
1666
|
-
"../dom/build-types/dom/remove.d.ts",
|
|
1667
|
-
"../dom/build-types/dom/replace-tag.d.ts",
|
|
1668
|
-
"../dom/build-types/dom/replace.d.ts",
|
|
1669
|
-
"../dom/build-types/dom/safe-html.d.ts",
|
|
1670
|
-
"../dom/build-types/dom/strip-html.d.ts",
|
|
1671
|
-
"../dom/build-types/dom/unwrap.d.ts",
|
|
1672
|
-
"../dom/build-types/dom/wrap.d.ts",
|
|
1673
|
-
"../dom/build-types/focusable.d.ts",
|
|
1674
|
-
"../dom/build-types/index.d.ts",
|
|
1675
|
-
"../dom/build-types/phrasing-content.d.ts",
|
|
1676
|
-
"../dom/build-types/tabbable.d.ts",
|
|
1677
|
-
"../element/build-types/create-interpolate-element.d.ts",
|
|
1678
|
-
"../element/build-types/index.d.ts",
|
|
1679
|
-
"../element/build-types/platform.d.ts",
|
|
1680
|
-
"../element/build-types/raw-html.d.ts",
|
|
1681
|
-
"../element/build-types/react-platform.d.ts",
|
|
1682
|
-
"../element/build-types/react.d.ts",
|
|
1683
|
-
"../element/build-types/serialize.d.ts",
|
|
1684
|
-
"../element/build-types/utils.d.ts",
|
|
1685
|
-
"../is-shallow-equal/build-types/arrays.d.ts",
|
|
1686
|
-
"../is-shallow-equal/build-types/index.d.ts",
|
|
1687
|
-
"../is-shallow-equal/build-types/objects.d.ts",
|
|
1688
|
-
"../keycodes/build-types/index.d.ts",
|
|
1689
|
-
"../priority-queue/build-types/index.d.ts",
|
|
1690
|
-
"../../typings/gutenberg-env/index.d.ts"
|
|
1691
|
-
]
|
|
1692
|
-
},
|
|
1693
|
-
"version": "4.1.3"
|
|
1694
|
-
}
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","../../node_modules/@types/react/global.d.ts","../../node_modules/@types/react/node_modules/csstype/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/react/index.d.ts","./src/utils/create-higher-order-component/index.ts","./src/higher-order/compose.ts","./src/higher-order/if-condition/index.tsx","../is-shallow-equal/build-types/objects.d.ts","../is-shallow-equal/build-types/arrays.d.ts","../is-shallow-equal/build-types/index.d.ts","../element/build-types/react.d.ts","../element/build-types/create-interpolate-element.d.ts","../../node_modules/@types/react-dom/index.d.ts","../element/build-types/react-platform.d.ts","../element/build-types/utils.d.ts","../element/build-types/platform.d.ts","../element/build-types/serialize.d.ts","../element/build-types/raw-html.d.ts","../element/build-types/index.d.ts","./src/higher-order/pure/index.tsx","../../node_modules/utility-types/dist/aliases-and-guards.d.ts","../../node_modules/utility-types/dist/mapped-types.d.ts","../../node_modules/utility-types/dist/utility-types.d.ts","../../node_modules/utility-types/dist/functional-helpers.d.ts","../../node_modules/utility-types/dist/index.d.ts","../deprecated/build-types/index.d.ts","./src/higher-order/with-global-events/listener.js","./src/higher-order/with-global-events/index.js","./src/hooks/use-instance-id/index.js","./src/higher-order/with-instance-id/index.tsx","./src/higher-order/with-safe-timeout/index.tsx","./src/higher-order/with-state/index.js","../keycodes/build-types/index.d.ts","../dom/build-types/dom/compute-caret-rect.d.ts","../dom/build-types/dom/document-has-text-selection.d.ts","../dom/build-types/dom/document-has-uncollapsed-selection.d.ts","../dom/build-types/dom/document-has-selection.d.ts","../dom/build-types/dom/get-rectangle-from-range.d.ts","../dom/build-types/dom/get-scroll-container.d.ts","../dom/build-types/dom/get-offset-parent.d.ts","../dom/build-types/dom/is-entirely-selected.d.ts","../dom/build-types/dom/is-horizontal-edge.d.ts","../dom/build-types/dom/is-number-input.d.ts","../dom/build-types/dom/is-text-field.d.ts","../dom/build-types/dom/is-vertical-edge.d.ts","../dom/build-types/dom/place-caret-at-horizontal-edge.d.ts","../dom/build-types/dom/place-caret-at-vertical-edge.d.ts","../dom/build-types/dom/replace.d.ts","../dom/build-types/dom/remove.d.ts","../dom/build-types/dom/insert-after.d.ts","../dom/build-types/dom/unwrap.d.ts","../dom/build-types/dom/replace-tag.d.ts","../dom/build-types/dom/wrap.d.ts","../dom/build-types/dom/strip-html.d.ts","../dom/build-types/dom/is-empty.d.ts","../dom/build-types/dom/clean-node-list.d.ts","../dom/build-types/dom/remove-invalid-html.d.ts","../dom/build-types/dom/is-rtl.d.ts","../dom/build-types/dom/safe-html.d.ts","../dom/build-types/dom/index.d.ts","../dom/build-types/phrasing-content.d.ts","../dom/build-types/data-transfer.d.ts","../dom/build-types/focusable.d.ts","../dom/build-types/tabbable.d.ts","../dom/build-types/index.d.ts","./src/hooks/use-ref-effect/index.ts","./src/hooks/use-constrained-tabbing/index.js","../../node_modules/clipboard/src/clipboard.d.ts","./src/hooks/use-copy-on-click/index.js","./src/hooks/use-copy-to-clipboard/index.js","./src/hooks/use-focus-on-mount/index.js","./src/hooks/use-focus-return/index.js","./src/hooks/use-focus-outside/index.js","./src/hooks/use-merge-refs/index.js","./src/hooks/use-dialog/index.js","./src/hooks/use-isomorphic-layout-effect/index.js","./src/hooks/use-dragging/index.js","../../node_modules/@types/mousetrap/index.d.ts","../../node_modules/@types/mousetrap/plugins/global-bind/mousetrap-global-bind.d.ts","./src/hooks/use-keyboard-shortcut/index.js","./src/hooks/use-media-query/index.js","./src/hooks/use-previous/index.ts","./src/hooks/use-reduced-motion/index.js","./src/hooks/use-viewport-match/index.js","../../node_modules/react-resize-aware/dist/index.d.ts","./src/hooks/use-resize-observer/index.js","../priority-queue/build-types/index.d.ts","./src/hooks/use-async-list/index.ts","./src/hooks/use-warn-on-change/index.js","../../node_modules/use-memo-one/index.d.ts","./src/hooks/use-debounce/index.js","./src/hooks/use-throttle/index.js","./src/hooks/use-drop-zone/index.js","./src/hooks/use-focusable-iframe/index.js","./src/hooks/use-fixed-window-list/index.js","./src/index.js","../../typings/gutenberg-env/index.d.ts"],"fileInfos":[{"version":"aa9fb4c70f369237c2f45f9d969c9a59e0eae9a192962eb48581fe864aa609db","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","eb75e89d63b3b72dd9ca8b0cac801cecae5be352307c004adeaa60bc9d6df51f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"e54c8715a4954cfdc66cd69489f2b725c09ebf37492dbd91cff0a1688b1159e8","affectsGlobalScope":true},{"version":"51b8b27c21c066bf877646e320bf6a722b80d1ade65e686923cd9d4494aef1ca","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"2c8c5ee58f30e7c944e04ab1fb5506fdbb4dd507c9efa6972cf4b91cec90c503","affectsGlobalScope":true},{"version":"2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"9f1817f7c3f02f6d56e0f403b927e90bb133f371dcebc36fa7d6d208ef6899da","affectsGlobalScope":true},{"version":"cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"4632665b87204bb1caa8b44d165bce0c50dfab177df5b561b345a567cabacf9a","affectsGlobalScope":true},"675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","438284c7c455a29b9c0e2d1e72abc62ee93d9a163029ffe918a34c5db3b92da2","0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","82251920b05f30981c9a4109cb5f3169dce4b477effc845c6d781044a30e7672","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},{"version":"ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6","affectsGlobalScope":true},"b3a4ee9791cdd4f5029b3ffe60b9cae1ac308a4238b0444f40a5222e4ecc5cc1","a7e32dcb90bf0c1b7a1e4ac89b0f7747cbcba25e7beddc1ebf17be1e161842ad",{"version":"0290ce481d9430774f1d41e757d087e9324b497e1ee0a9e908cf57a9f8bc6e0d","affectsGlobalScope":true},"e0cf5719020994706e8ea6c2dcaba3a3ed1bcab3f179c7699e53bbfa770cb033","69b10db64ffa3da633ed87c4287bf34639c09e9fd7e9253b865b68a778ad59a3","3071ac26843262443e9e8eb5c866ab7c4aa30e6c4f0c4048eaa8a46a20055ea5","5190f1a110a789c2f8ed8dcf2da6ce122dcb74249d0c01d19d1ed0b1c6bb02a1","3650bbe137c9c44bc6b8f44a56353b00eba9654e41a9355e6228f7f0f464c648","9c4f32d2fa2b6efeed4f9fbd98254121b17982110b48edcede96e2dc2af0894d","e59d00012fb20e6746def2f4bc94650526aa6c574c49ad6a50a992f61a3ee675","e47b8ec56eb49bc1c53c9012daa9874de14ad0c5da442485aec333571c74b526","c45d6f4d3a20be54e46237608f537a8d85397f87b9c3318d68ed925c2f1d0b51","64edfb2b255173bc63214290f9c3ed2306d658b5895ca482a0f20f03fd544ffc","d2d9e98a2b167079474768593e1e7125fc3db055add8fbdb5977e3d05a8a3696","6462da67490105ba7d98cf312c2faf8794c425781128b161ea8394d66502eec8","62359da52b6c8d00c50c2e50738fac82e902f916fdf458d8159e7edb1c60c3a8","1e0ac21bc775686383ea8c8e48bd98b385e6195b25c85525a7affd08a2cd38b9","0449615e1ed03c7d54fc435a63b7ef0cb4e5cea5ac40c9a63280a46f7eeae0ff","b209028102cd52052a2c11011af5e4e010414843aa7d883c3b8cdc3e7403e0d5","bd0d80db12ef1aceefc4f9d3eb88517b9634fa747ae8475981da8655292feab8","55e68fb1618e3f55f7866b8c8415152159309a14b716370081ab0b7af96d876e","bf0491af2455f92282b61807be2be6e7ad7d532e47fac7b698019d3617c28ff7","5d874fb879ab8601c02549817dceb2d0a30729cb7e161625dd6f819bbff1ec0b","ee551a880882770c4f56a0964a9767c9feafe497a5be52652527d098c88d85cb","b192606574769a5566620f9bf19358a3994bc2726ecdeaad9c66f3333b2687c8","685c1e09dc780ec54927eb79661f631c10753d9dd36063994c35df72d97ec32c","d1c7fd60c15e8923cdfb51bb9105ddf21726b62cd6fa53bfad981e17dfcb0a57","97d817c482aed9bfe6fa9a5d4ebf1b155b5d9435233a983d1afc66096babf7fa","3c390becfafff24a26b8d839679e1bc5b0b64695d8789d20b928a1b924839963","397371f84b27760761b7bf792b074bb21f3de264b8f4ee7845be66b313378d55","849b34283ea59408a1f5036713d771f3f0130bd41115d50c316cd9bfd71d4033","f8c1fc8d1d92c7b953cf047a994edb35ed08a0a54ab4daefa8996944689d0c9d","cbf4ee77c80de53d71a1d076ea25eddd23541685119a67c43bd4aeaad8533b1f","215f6d27f88aeaa56a4e0fe358a6fe3b8b5f7c76a2f83663035028b0c2595b1f","df917f07e5930a2ddf94e8a040fa4353bc17080e3b97e635e2c1f4bcc2b0b649","99745b3ec986ce2f5be49ce530a088df5fb327fa6958d6fab4132cc9dadb70c3","ed29e483e8f02b00928f055ff2ba529f951464fb8fd7d1c7f77ea851b4e56039","fe43e4fd566293aee946e5db5b055db1215602498d315e468c6adaf1e6917fb4","ea912b91fed2f873b87e24180399baad37c43019b6f51b210e1d9f1d1d0135ba","a1cd2b1943db96616abf3a3f939dfd0eb69fab8149725d195a8acc7f5672a1f9","1466691ae57846e0280465b012fd01aed3c4a4e0b39fcc11276833fbfc72ade7","f36506440d1abba7d2aff62bfcda4c95402d3e81314a482ac9c83e4c87b69229","cfa03019dd5cdd18ff1b5f00b3cb37ac762faf9eca2e86ea2c718502285cf67b","4d8d7075a3381162b4ae5147f84b4d2a2ae49398d98bef7c4437b8db0fefb194","a8b1a9f91ecb89faabb130af767e007ee28ac6ca794565d856759bb87e42feb1","1b1c43c378278f5dfea558337b0e3d57944a806eb4f55330baba592967253350","5ad070af2f7e4b7a676a63137c6a6cf670144ee5f23a9a30b21c19e70bb077f3","df060b3639c427e1c09bcf5cc14975f00b296e53192c710ea76e4a658a382aa0","4dd037aee1fed84d54490818e9a32d12e3e2f75d1dd9816d25fb9a0ecacee3b9","ca84eb7ffe779cb8812ee0a6aa151adac3dd25c4dc877767f37d079e5b62151f","f1d5239e0cdfb4ddd24a47727b88871802d3d2b3fda70229b158525753ad643e","af89d09746be737e24c50de49f035f3afea14c11be30ad5d2764d142daaa4078","5422948be7ac69dd13078af8ce2a8d9ea4d79eb510bfc54b75586573185183f9","246fc68fbf5c3ae2fded7eebcc38e6c5bb0f2cb796096916d0e65505cfbe850f","fc35e9bf454dcd7c42bab9e51bdedd4c9a5662b8d9964b1204913e268cb1fe6f","6e278ba8dbcf2617a2c5f5805e3addd1cf1c35b75b7dde3cbdabbccbf926b6fe","a2e36dad616090f5bcb99c4491b8b34bf8f2b5bf2fdcd6b5a43ddfd23f1b8433","c9d56f52ca68c2c86ec5ba05d927ef3892dca4923bd3cebe6593ebbcdd7e70c3","669e565019c7940333c2d36213f78681d7244eab84d0dd82846b84bc2afd6b36","067b19c3d1fde05a39e5b769cbb5f44e0f6cf201f52fa2cafedc3943ea2e9052","e3ea09f9ea097b88c98df19c52694ac83daab0692e90cea9cf3faff00087899f","02e1dfd21586ad4379dc0d0ab88283694734f786ed4dcffaf5fbe25b23cd4b62","513bf444023dc9ee010c6ab19bebc0bb3b8d8185cf09151041ae8a35d794ad77","4a43623f49489a0e0359e905dc2eaeb88c9bc5dce62819b9c04c8c60d79d2782","88ffe0a85567a555c2479b914ac2858d8c7212042b2b32ea943facb8d547e541","0529cc464f3dcf6322b23f37cb2a35bcc52baccb9afe128b38485cda9ea5db7d","d7865f701e0b27e883babea23a4aa1d1a8f37ccc502f7834b81d117401d689f4","44cdc8a6052751fee13933ab39e7a980b5ccf4d4a169a052b8dcb9e2ae70d114","af2cdede165faf7ea5de8e750f2f453f5bd43e2cdc4c40a94920ae6ece3c24cb","612f95d4d34eb1ed0f12cfb2bb732920103691a730e56021d392523045d885a8","b2f5779995addb268ede0af28f431d3496b482f1f41debf05b89e063e55ff366","ab102b3a9dff9560dbbad27061cd9440122caed1e5343c9ba3f1df76a8d0cde8","be8b993a2eebe3915c6aa0216c1c33ffc768f76ac12347ed3ba4c012c595b64c","17b9f139390e7af350f055749ef641f7268e5ca157d394cbf7a89bf9810d4c2b","98d019534dd7c963b013eed9a2a2e8a96618e70a40730f6920614be6d410ef80","314f946c60be58c8783f62d7e635ed6a84200f49944818594e349e405b6c69c5","96520a873073a2f39f922d0a422498cdcc28be9066a769000cdd07ecaba7b645","135aa6d18002bfec723f8697aa80a59648cf0582752d5e089b6eb0770b63a02d","cb00746df33e6191fa63a666fa109c3cbcf09a6596ea4b860110990036ac2dd7","831d99b85c6ced631649a70014e1288d3f927fa262e4009ba1fbcd11b965ce58","38fef887c5b2cae9d244172fe72957e61c3393bacc2be3ae5e2c1bf1e8a69e71","e064325c76ef07fec4cd69a91dabe717fae011bba5e15d81a2486ce25e80a91e","914d7cdcd8c7ebff500b43e8a878164ef0f93168eea0e5246747484a160d730b","86d2b7c95a540a2e9c1b35a41e0657adbdcce0e49f7c14c4162d594119ebb565","1e9c747baab36c95f28b88da102d5b2f60e047dcb315fbaf61b14b9448313806","8428253b010d7a2ef74156e763b59c11beb86ef4b8088b01837951633f955c11","e7669752758ae96e591040a264669535d7e65a8ce01f86812211fe39dc7bef6c","8ebd5899eefab0ba9bb82ae4cdd18aca44564a25cebfa51ea5d92db4252b49dd","62540abf0bac8bf8c13c183db0457c5495a2bdad157f9eb03916c3953feb765e","8a126a8c4817c6365ffb7445acec8149af98848f032a9cfcabcfdb4265378617","87ac7ab11dcc72117e09c35493e19a0bdcf75ca611e48e3a81beebca9f3f04b5","9b692d3cbc5c1c246fdc72b900181488e5de06841cab58e07cf1fa4307400379","6dd661da9a47bde2190abb41b215af59eb3f5161ea91d827dc7192bb8d071273","1ebfb8edbccd5dc522a17a4c4e550604b01abb1ad62b893a729fd3b9bd3be324","a5e4163d950d5b56839b50d4eef477dd673553a2b075079005edf4f26607f77b",{"version":"f254c1abf6bb4c92633159831f924588908da902aa5e04ae45c39bd001f62e2e","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationDir":"./build-types","declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":false,"importsNotUsedAsValues":2,"jsx":1,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"rootDir":"./src","strict":true,"target":99},"fileIdsList":[[45,47,48,49,50,51,52,53,54,55,56,57],[45,46,48,49,50,51,52,53,54,55,56,57],[46,47,48,49,50,51,52,53,54,55,56,57],[45,46,47,49,50,51,52,53,54,55,56,57],[45,46,47,48,50,51,52,53,54,55,56,57],[45,46,47,48,49,51,52,53,54,55,56,57],[45,46,47,48,49,50,52,53,54,55,56,57],[45,46,47,48,49,50,51,53,54,55,56,57],[45,46,47,48,49,50,51,52,54,55,56,57],[45,46,47,48,49,50,51,52,53,55,56,57],[45,46,47,48,49,50,51,52,53,54,56,57],[45,46,47,48,49,50,51,52,53,54,55,57],[45,46,47,48,49,50,51,52,53,54,55,56],[135],[61],[58,59,60],[78,79,80,81],[78],[79],[57],[62],[61,62,67,76],[57,62,76,83,84],[61,62,86],[57,61,62,76],[62,76,83],[76,144],[61,90,122,123],[61,76,83,125],[61,76,123,125],[57,76,147],[61,76,90,124,128,129,130,131],[76,133],[61,76,123],[57,61,76,90,122],[61,76,122],[57,61,76],[61,76],[123],[76],[57,61,76,135,136],[138],[142],[76,138],[139],[62,63,64,77,85,86,87,88,89,123,124,126,127,128,129,130,131,132,133,134,137,138,139,140,141,143,145,146,148,149,150,151,152],[57,61],[82],[91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,114,115,116],[113],[117,118,119,120,121],[68],[68,69,71,72,73,74,75],[70],[61,68],[65,66],[67]],"referencedMap":[[46,1],[47,2],[45,3],[48,4],[49,5],[50,6],[51,7],[52,8],[53,9],[54,10],[55,11],[56,12],[57,13],[136,14],[70,15],[61,16],[142,15],[82,17],[79,18],[80,19],[63,20],[64,21],[77,22],[85,23],[84,20],[87,24],[88,25],[89,26],[145,27],[124,28],[126,29],[127,30],[148,31],[132,32],[134,33],[150,34],[152,35],[128,36],[130,37],[129,38],[151,39],[86,40],[133,40],[137,41],[138,40],[131,38],[139,40],[140,42],[123,38],[143,43],[149,31],[141,44],[146,45],[153,46],[62,47],[83,48],[117,49],[114,50],[122,51],[69,52],[76,53],[75,15],[71,54],[68,15],[74,55],[67,56],[65,57]],"exportedModulesMap":[[46,1],[47,2],[45,3],[48,4],[49,5],[50,6],[51,7],[52,8],[53,9],[54,10],[55,11],[56,12],[57,13],[136,14],[70,15],[61,16],[142,15],[82,17],[79,18],[80,19],[63,20],[64,21],[77,22],[85,23],[84,20],[87,24],[88,25],[89,26],[145,27],[124,28],[126,29],[127,30],[148,31],[132,32],[134,33],[150,34],[152,35],[128,36],[130,37],[129,38],[151,39],[86,40],[133,40],[137,41],[138,40],[131,38],[139,40],[140,42],[123,38],[143,43],[149,31],[141,44],[146,45],[153,46],[62,47],[83,48],[117,49],[114,50],[122,51],[69,52],[76,53],[75,15],[71,54],[68,15],[74,55],[67,56],[65,57]],"semanticDiagnosticsPerFile":[46,47,45,48,49,50,51,52,53,54,55,56,57,135,136,60,70,58,61,59,125,142,10,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,32,33,34,35,7,40,36,37,38,39,8,41,42,43,1,9,44,147,78,81,82,79,80,63,64,77,85,84,87,88,89,145,124,126,127,148,132,134,150,152,128,130,129,151,86,133,137,138,131,139,140,123,143,149,141,146,153,62,83,119,113,91,94,92,93,97,95,96,117,107,112,98,99,100,115,101,102,103,104,114,106,109,105,116,111,108,110,120,122,118,121,69,76,73,75,71,68,74,72,66,67,65,90,144,154]},"version":"4.4.2"}
|