@looker/extension-utils 0.1.32 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +190 -195
- package/README.md +21 -21
- package/lib/APIErrorDisplay/APIErrorContent.d.ts +2 -2
- package/lib/APIErrorDisplay/APIErrorContent.js +2 -2
- package/lib/APIErrorDisplay/APIErrorContent.js.map +1 -1
- package/lib/APIErrorDisplay/APIErrorDetails.d.ts +2 -2
- package/lib/APIErrorDisplay/APIErrorDetails.js.map +1 -1
- package/lib/APIErrorDisplay/APIErrorDialog.d.ts +2 -2
- package/lib/APIErrorDisplay/APIErrorDialog.js.map +1 -1
- package/lib/APIErrorDisplay/APIErrorDisplay.d.ts +2 -2
- package/lib/APIErrorDisplay/APIErrorDisplay.js.map +1 -1
- package/lib/APIErrorDisplay/APIErrorDocLink.d.ts +2 -2
- package/lib/APIErrorDisplay/APIErrorDocLink.js.map +1 -1
- package/lib/APIErrorDisplay/index.js.map +1 -1
- package/lib/APIErrorDisplay/utils.d.ts +1 -1
- package/lib/APIErrorDisplay/utils.js +1 -2
- package/lib/APIErrorDisplay/utils.js.map +1 -1
- package/lib/ExtMarkdown.js.map +1 -1
- package/lib/OAuthForm/index.js.map +1 -1
- package/lib/OAuthForm/src/components/CollapserCard.js.map +1 -1
- package/lib/OAuthForm/src/components/ConfigHeading.js +1 -2
- package/lib/OAuthForm/src/components/ConfigHeading.js.map +1 -1
- package/lib/OAuthForm/src/components/OAuthForm.d.ts +2 -1
- package/lib/OAuthForm/src/components/OAuthForm.js +3 -4
- package/lib/OAuthForm/src/components/OAuthForm.js.map +1 -1
- package/lib/OAuthForm/src/components/index.js.map +1 -1
- package/lib/OAuthForm/src/index.js.map +1 -1
- package/lib/OAuthForm/src/state/index.js.map +1 -1
- package/lib/OAuthForm/src/state/sagas.js.map +1 -1
- package/lib/OAuthForm/src/state/slice.js +8 -12
- package/lib/OAuthForm/src/state/slice.js.map +1 -1
- package/lib/OAuthForm/src/utils.d.ts +1 -1
- package/lib/OAuthForm/src/utils.js +6 -8
- package/lib/OAuthForm/src/utils.js.map +1 -1
- package/lib/OAuthScene.js +2 -2
- package/lib/OAuthScene.js.map +1 -1
- package/lib/adaptorUtils.js.map +1 -1
- package/lib/authUtils.d.ts +1 -1
- package/lib/authUtils.js +4 -4
- package/lib/authUtils.js.map +1 -1
- package/lib/browserAdaptor.js +2 -2
- package/lib/browserAdaptor.js.map +1 -1
- package/lib/esm/APIErrorDisplay/APIErrorContent.js.map +1 -1
- package/lib/esm/APIErrorDisplay/APIErrorDetails.js.map +1 -1
- package/lib/esm/APIErrorDisplay/APIErrorDialog.js.map +1 -1
- package/lib/esm/APIErrorDisplay/APIErrorDisplay.js.map +1 -1
- package/lib/esm/APIErrorDisplay/APIErrorDocLink.js.map +1 -1
- package/lib/esm/APIErrorDisplay/index.js.map +1 -1
- package/lib/esm/APIErrorDisplay/utils.js.map +1 -1
- package/lib/esm/ExtMarkdown.js.map +1 -1
- package/lib/esm/OAuthForm/index.js.map +1 -1
- package/lib/esm/OAuthForm/src/components/CollapserCard.js +2 -2
- package/lib/esm/OAuthForm/src/components/CollapserCard.js.map +1 -1
- package/lib/esm/OAuthForm/src/components/ConfigHeading.js.map +1 -1
- package/lib/esm/OAuthForm/src/components/OAuthForm.js +1 -1
- package/lib/esm/OAuthForm/src/components/OAuthForm.js.map +1 -1
- package/lib/esm/OAuthForm/src/components/index.js.map +1 -1
- package/lib/esm/OAuthForm/src/index.js.map +1 -1
- package/lib/esm/OAuthForm/src/state/index.js.map +1 -1
- package/lib/esm/OAuthForm/src/state/sagas.js +2 -2
- package/lib/esm/OAuthForm/src/state/sagas.js.map +1 -1
- package/lib/esm/OAuthForm/src/state/slice.js +4 -4
- package/lib/esm/OAuthForm/src/state/slice.js.map +1 -1
- package/lib/esm/OAuthForm/src/utils.js +4 -4
- package/lib/esm/OAuthForm/src/utils.js.map +1 -1
- package/lib/esm/OAuthScene.js.map +1 -1
- package/lib/esm/adaptorUtils.js.map +1 -1
- package/lib/esm/authUtils.js +4 -4
- package/lib/esm/authUtils.js.map +1 -1
- package/lib/esm/browserAdaptor.js +2 -2
- package/lib/esm/browserAdaptor.js.map +1 -1
- package/lib/esm/extensionAdaptor.js +2 -2
- package/lib/esm/extensionAdaptor.js.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/extensionAdaptor.d.ts +1 -1
- package/lib/extensionAdaptor.js +2 -2
- package/lib/extensionAdaptor.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +18 -17
package/CHANGELOG.md
CHANGED
|
@@ -2,388 +2,383 @@
|
|
|
2
2
|
|
|
3
3
|
### Dependencies
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
- The following workspace dependencies were updated
|
|
6
|
+
- dependencies
|
|
7
|
+
- @looker/extension-sdk bumped from ^23.0.0 to ^23.2.0
|
|
8
|
+
- @looker/extension-sdk-react bumped from ^23.0.0 to ^23.2.0
|
|
9
9
|
|
|
10
10
|
### Dependencies
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
- The following workspace dependencies were updated
|
|
13
|
+
- dependencies
|
|
14
|
+
- @looker/extension-sdk bumped from ^23.4.0 to ^23.6.0
|
|
15
|
+
- @looker/extension-sdk-react bumped from ^23.4.0 to ^23.6.0
|
|
16
|
+
- @looker/sdk bumped from ^23.4.0 to ^23.6.0
|
|
17
17
|
|
|
18
18
|
### Dependencies
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
- The following workspace dependencies were updated
|
|
21
|
+
- dependencies
|
|
22
|
+
- @looker/extension-sdk bumped from ^23.8.0 to ^23.8.1
|
|
23
|
+
- @looker/extension-sdk-react bumped from ^23.8.0 to ^23.8.1
|
|
24
|
+
- @looker/sdk bumped from ^23.8.0 to ^23.8.1
|
|
25
25
|
|
|
26
26
|
### Dependencies
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
- The following workspace dependencies were updated
|
|
29
|
+
- dependencies
|
|
30
|
+
- @looker/code-editor bumped from ^0.1.28 to ^0.1.29
|
|
31
|
+
- @looker/extension-sdk bumped from ^23.8.1 to ^23.10.0
|
|
32
|
+
- @looker/extension-sdk-react bumped from ^23.8.1 to ^23.10.0
|
|
33
|
+
- @looker/sdk bumped from ^23.8.1 to ^23.10.0
|
|
34
|
+
- @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
35
35
|
|
|
36
36
|
### Dependencies
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
- The following workspace dependencies were updated
|
|
39
|
+
- dependencies
|
|
40
|
+
- @looker/extension-sdk bumped from ^23.12.0 to ^23.14.1
|
|
41
|
+
- @looker/extension-sdk-react bumped from ^23.12.0 to ^23.14.1
|
|
42
|
+
- @looker/sdk bumped from ^23.12.0 to ^23.14.1
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
- The following workspace dependencies were updated
|
|
47
|
+
- dependencies
|
|
48
|
+
- @looker/code-editor bumped from ^0.1.29 to ^0.1.30
|
|
49
|
+
- @looker/extension-sdk bumped from ^23.14.1 to ^23.16.0
|
|
50
|
+
- @looker/extension-sdk-react bumped from ^23.14.1 to ^23.16.0
|
|
51
|
+
- @looker/sdk bumped from ^23.14.1 to ^23.16.0
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
- The following workspace dependencies were updated
|
|
56
|
+
- dependencies
|
|
57
|
+
- @looker/extension-sdk bumped from ^23.16.0 to ^23.18.0
|
|
58
|
+
- @looker/extension-sdk-react bumped from ^23.16.0 to ^23.18.0
|
|
59
|
+
- @looker/sdk bumped from ^23.16.0 to ^23.18.0
|
|
60
|
+
|
|
61
|
+
### Dependencies
|
|
62
|
+
|
|
63
|
+
- The following workspace dependencies were updated
|
|
64
|
+
- dependencies
|
|
65
|
+
- @looker/extension-sdk bumped from ^23.18.0 to ^23.20.0
|
|
66
|
+
- @looker/extension-sdk-react bumped from ^23.18.0 to ^23.20.0
|
|
67
|
+
- @looker/sdk bumped from ^23.18.0 to ^23.20.0
|
|
68
|
+
|
|
69
|
+
### Dependencies
|
|
70
|
+
|
|
71
|
+
- The following workspace dependencies were updated
|
|
72
|
+
- dependencies
|
|
73
|
+
- @looker/extension-sdk bumped from ^23.20.0 to ^23.20.1
|
|
74
|
+
- @looker/extension-sdk-react bumped from ^23.20.0 to ^23.20.1
|
|
75
|
+
- @looker/sdk bumped from ^23.20.0 to ^23.20.1
|
|
43
76
|
|
|
44
77
|
### Dependencies
|
|
45
78
|
|
|
46
79
|
* The following workspace dependencies were updated
|
|
47
80
|
* dependencies
|
|
48
|
-
* @looker/
|
|
49
|
-
* @looker/extension-sdk bumped from
|
|
50
|
-
* @looker/
|
|
51
|
-
* @looker/sdk bumped from ^23.14.1 to ^23.16.0
|
|
81
|
+
* @looker/extension-sdk bumped from 23.20.1 to 24.0.0
|
|
82
|
+
* @looker/extension-sdk-react bumped from 23.20.1 to 24.0.0
|
|
83
|
+
* @looker/sdk bumped from 23.20.1 to 24.0.0
|
|
52
84
|
|
|
53
85
|
### Dependencies
|
|
54
86
|
|
|
55
87
|
* The following workspace dependencies were updated
|
|
56
88
|
* dependencies
|
|
57
|
-
* @looker/extension-sdk bumped from
|
|
58
|
-
* @looker/extension-sdk-react bumped from
|
|
59
|
-
* @looker/sdk bumped from
|
|
89
|
+
* @looker/extension-sdk bumped from 24.0.0 to 24.2.0
|
|
90
|
+
* @looker/extension-sdk-react bumped from 24.0.0 to 24.2.0
|
|
91
|
+
* @looker/sdk bumped from 24.0.0 to 24.2.0
|
|
60
92
|
|
|
61
93
|
### Dependencies
|
|
62
94
|
|
|
63
95
|
* The following workspace dependencies were updated
|
|
64
96
|
* dependencies
|
|
65
|
-
* @looker/extension-sdk bumped from
|
|
66
|
-
* @looker/extension-sdk-react bumped from
|
|
67
|
-
* @looker/sdk bumped from
|
|
97
|
+
* @looker/extension-sdk bumped from 24.2.0 to 24.2.1
|
|
98
|
+
* @looker/extension-sdk-react bumped from 24.2.0 to 24.2.1
|
|
99
|
+
* @looker/sdk bumped from 24.2.0 to 24.2.1
|
|
68
100
|
|
|
69
101
|
### Dependencies
|
|
70
102
|
|
|
71
103
|
* The following workspace dependencies were updated
|
|
72
104
|
* dependencies
|
|
73
|
-
* @looker/extension-sdk bumped from
|
|
74
|
-
* @looker/extension-sdk-react bumped from
|
|
75
|
-
* @looker/sdk bumped from
|
|
105
|
+
* @looker/extension-sdk bumped from 24.2.1 to 24.4.0
|
|
106
|
+
* @looker/extension-sdk-react bumped from 24.2.1 to 24.4.0
|
|
107
|
+
* @looker/sdk bumped from 24.2.1 to 24.4.0
|
|
76
108
|
|
|
77
109
|
## [0.1.27](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.26...extension-utils-v0.1.27) (2023-07-17)
|
|
78
110
|
|
|
79
|
-
|
|
80
111
|
### Features
|
|
81
112
|
|
|
82
|
-
|
|
83
|
-
|
|
113
|
+
- Add sagas to OAuth Form ([#1330](https://github.com/looker-open-source/sdk-codegen/issues/1330)) ([3095a48](https://github.com/looker-open-source/sdk-codegen/commit/3095a488d578bf5496f6e1622271bc568a4512f9))
|
|
84
114
|
|
|
85
115
|
### Dependencies
|
|
86
116
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
117
|
+
- The following workspace dependencies were updated
|
|
118
|
+
- dependencies
|
|
119
|
+
- @looker/extension-sdk bumped from ^23.10.0 to ^23.12.0
|
|
120
|
+
- @looker/extension-sdk-react bumped from ^23.10.0 to ^23.12.0
|
|
121
|
+
- @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
|
92
122
|
|
|
93
123
|
## [0.1.24](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.23...extension-utils-v0.1.24) (2023-05-11)
|
|
94
124
|
|
|
95
|
-
|
|
96
125
|
### Features
|
|
97
126
|
|
|
98
|
-
|
|
99
|
-
|
|
127
|
+
- replace @looker/redux for with npm dependency ([#1307](https://github.com/looker-open-source/sdk-codegen/issues/1307)) ([baa58db](https://github.com/looker-open-source/sdk-codegen/commit/baa58db1bce9d974384c63a0e11301f38774a7b2))
|
|
100
128
|
|
|
101
129
|
### Dependencies
|
|
102
130
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
131
|
+
- The following workspace dependencies were updated
|
|
132
|
+
- dependencies
|
|
133
|
+
- @looker/extension-sdk bumped from ^23.6.0 to ^23.8.0
|
|
134
|
+
- @looker/extension-sdk-react bumped from ^23.6.0 to ^23.8.0
|
|
135
|
+
- @looker/sdk bumped from ^23.6.0 to ^23.8.0
|
|
108
136
|
|
|
109
137
|
## [0.1.22](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.21...extension-utils-v0.1.22) (2023-03-31)
|
|
110
138
|
|
|
111
|
-
|
|
112
139
|
### Features
|
|
113
140
|
|
|
114
|
-
|
|
115
|
-
|
|
141
|
+
- embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
|
|
116
142
|
|
|
117
143
|
### Bug Fixes
|
|
118
144
|
|
|
119
|
-
|
|
120
|
-
|
|
145
|
+
- Oauth message on failed verify ([#1282](https://github.com/looker-open-source/sdk-codegen/issues/1282)) ([f3c1b2c](https://github.com/looker-open-source/sdk-codegen/commit/f3c1b2c3ef6e34ab3f984e3e28288a99f14d77b7))
|
|
121
146
|
|
|
122
147
|
### Dependencies
|
|
123
148
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
149
|
+
- The following workspace dependencies were updated
|
|
150
|
+
- dependencies
|
|
151
|
+
- @looker/extension-sdk bumped from ^23.2.0 to ^23.4.0
|
|
152
|
+
- @looker/extension-sdk-react bumped from ^23.2.0 to ^23.4.0
|
|
153
|
+
- @looker/sdk bumped from ^23.2.0 to ^23.4.0
|
|
129
154
|
|
|
130
155
|
## [0.1.20](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.19...extension-utils-v0.1.20) (2023-02-22)
|
|
131
156
|
|
|
132
|
-
|
|
133
157
|
### Features
|
|
134
158
|
|
|
135
|
-
|
|
136
|
-
|
|
159
|
+
- keep all body parameters toggle in API Explorer requests ([#1245](https://github.com/looker-open-source/sdk-codegen/issues/1245)) ([043ed3f](https://github.com/looker-open-source/sdk-codegen/commit/043ed3ff12cba4f821604b5b668d7301ed4aa6d1))
|
|
137
160
|
|
|
138
161
|
### Dependencies
|
|
139
162
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
163
|
+
- The following workspace dependencies were updated
|
|
164
|
+
- dependencies
|
|
165
|
+
- @looker/extension-sdk bumped from ^22.20.1 to ^23.0.0
|
|
166
|
+
- @looker/extension-sdk-react bumped from ^22.20.1 to ^23.0.0
|
|
167
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
168
|
+
- @looker/code-editor bumped from ^0.1.27 to ^0.1.28
|
|
146
169
|
|
|
147
170
|
### [0.1.19](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.18...extension-utils-v0.1.19) (2022-12-09)
|
|
148
171
|
|
|
149
|
-
|
|
150
172
|
### Dependencies
|
|
151
173
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
174
|
+
- The following workspace dependencies were updated
|
|
175
|
+
- dependencies
|
|
176
|
+
- @looker/extension-sdk bumped from ^22.20.0 to ^22.20.1
|
|
177
|
+
- @looker/extension-sdk-react bumped from ^22.20.0 to ^22.20.1
|
|
178
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
179
|
+
- @looker/code-editor bumped from ^0.1.26 to ^0.1.27
|
|
158
180
|
|
|
159
181
|
### [0.1.18](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.17...extension-utils-v0.1.18) (2022-11-10)
|
|
160
182
|
|
|
161
|
-
|
|
162
183
|
### Bug Fixes
|
|
163
184
|
|
|
164
|
-
|
|
165
|
-
|
|
185
|
+
- oauth support in APIX when embedded in another app ([#1198](https://www.github.com/looker-open-source/sdk-codegen/issues/1198)) ([c464d2f](https://www.github.com/looker-open-source/sdk-codegen/commit/c464d2f24c7f8e7d282208efd00feaaba216fe3e))
|
|
166
186
|
|
|
167
187
|
### Dependencies
|
|
168
188
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
189
|
+
- The following workspace dependencies were updated
|
|
190
|
+
- dependencies
|
|
191
|
+
- @looker/extension-sdk bumped from ^22.18.0 to ^22.20.0
|
|
192
|
+
- @looker/extension-sdk-react bumped from ^22.18.0 to ^22.20.0
|
|
193
|
+
- @looker/code-editor bumped from ^0.1.25 to ^0.1.26
|
|
174
194
|
|
|
175
195
|
### [0.1.17](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.16...extension-utils-v0.1.17) (2022-10-17)
|
|
176
196
|
|
|
177
|
-
|
|
178
197
|
### Dependencies
|
|
179
198
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
199
|
+
- The following workspace dependencies were updated
|
|
200
|
+
- dependencies
|
|
201
|
+
- @looker/extension-sdk bumped from ^22.16.0 to ^22.18.0
|
|
202
|
+
- @looker/extension-sdk-react bumped from ^22.16.0 to ^22.18.0
|
|
203
|
+
- @looker/code-editor bumped from ^0.1.24 to ^0.1.25
|
|
185
204
|
|
|
186
205
|
### [0.1.16](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.15...extension-utils-v0.1.16) (2022-09-21)
|
|
187
206
|
|
|
188
|
-
|
|
189
207
|
### Dependencies
|
|
190
208
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
209
|
+
- The following workspace dependencies were updated
|
|
210
|
+
- dependencies
|
|
211
|
+
- @looker/extension-sdk bumped from ^22.14.0 to ^22.16.0
|
|
212
|
+
- @looker/extension-sdk-react bumped from ^22.14.0 to ^22.16.0
|
|
195
213
|
|
|
196
214
|
### [0.1.15](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.14...extension-utils-v0.1.15) (2022-09-21)
|
|
197
215
|
|
|
198
|
-
|
|
199
216
|
### Dependencies
|
|
200
217
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
218
|
+
- The following workspace dependencies were updated
|
|
219
|
+
- dependencies
|
|
220
|
+
- @looker/extension-sdk bumped from ^22.12.1 to ^22.14.0
|
|
221
|
+
- @looker/extension-sdk-react bumped from ^22.12.1 to ^22.14.0
|
|
205
222
|
|
|
206
223
|
### [0.1.14](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.13...extension-utils-v0.1.14) (2022-09-21)
|
|
207
224
|
|
|
208
|
-
|
|
209
225
|
### Features
|
|
210
226
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
227
|
+
- copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120)) ([d6e0c37](https://www.github.com/looker-open-source/sdk-codegen/commit/d6e0c37ae36b1ff4129cf3bb30f8462f4aa49b0d))
|
|
228
|
+
- error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
|
|
229
|
+
- error documentation redirect and support for detailed error content ([#1167](https://www.github.com/looker-open-source/sdk-codegen/issues/1167)) ([5b4fc5b](https://www.github.com/looker-open-source/sdk-codegen/commit/5b4fc5b91e05ed4ccd9090724e4ac3f506b541fd))
|
|
215
230
|
|
|
216
231
|
### Dependencies
|
|
217
232
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
233
|
+
- The following workspace dependencies were updated
|
|
234
|
+
- dependencies
|
|
235
|
+
- @looker/extension-sdk bumped from ^22.10.1 to ^22.12.1
|
|
236
|
+
- @looker/extension-sdk-react bumped from ^22.10.1 to ^22.12.1
|
|
237
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
238
|
+
- @looker/code-editor bumped from ^0.1.23 to ^0.1.24
|
|
224
239
|
|
|
225
240
|
### [0.1.13](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.12...extension-utils-v0.1.13) (2022-07-29)
|
|
226
241
|
|
|
227
|
-
|
|
228
242
|
### Dependencies
|
|
229
243
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
244
|
+
- The following workspace dependencies were updated
|
|
245
|
+
- dependencies
|
|
246
|
+
- @looker/extension-sdk bumped from ^22.10.0 to ^22.10.1
|
|
247
|
+
- @looker/extension-sdk-react bumped from ^22.10.0 to ^22.10.1
|
|
234
248
|
|
|
235
249
|
### [0.1.12](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.11...extension-utils-v0.1.12) (2022-07-14)
|
|
236
250
|
|
|
237
|
-
|
|
238
251
|
### Dependencies
|
|
239
252
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
253
|
+
- The following workspace dependencies were updated
|
|
254
|
+
- dependencies
|
|
255
|
+
- @looker/extension-sdk bumped from ^22.8.0 to ^22.10.0
|
|
256
|
+
- @looker/extension-sdk-react bumped from ^22.8.0 to ^22.10.0
|
|
244
257
|
|
|
245
258
|
### [0.1.11](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.10...extension-utils-v0.1.11) (2022-07-13)
|
|
246
259
|
|
|
247
|
-
|
|
248
260
|
### Dependencies
|
|
249
261
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
262
|
+
- The following workspace dependencies were updated
|
|
263
|
+
- dependencies
|
|
264
|
+
- @looker/extension-sdk bumped from ^22.6.0 to ^22.8.0
|
|
265
|
+
- @looker/extension-sdk-react bumped from ^22.6.0 to ^22.8.0
|
|
254
266
|
|
|
255
267
|
### [0.1.10](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.9...extension-utils-v0.1.10) (2022-07-07)
|
|
256
268
|
|
|
257
|
-
|
|
258
269
|
### Dependencies
|
|
259
270
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
271
|
+
- The following workspace dependencies were updated
|
|
272
|
+
- dependencies
|
|
273
|
+
- @looker/extension-sdk bumped from ^22.4.2 to ^22.6.0
|
|
274
|
+
- @looker/extension-sdk-react bumped from ^22.4.2 to ^22.6.0
|
|
275
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
265
276
|
|
|
266
277
|
### [0.1.9](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.8...extension-utils-v0.1.9) (2022-04-07)
|
|
267
278
|
|
|
268
|
-
|
|
269
279
|
### Dependencies
|
|
270
280
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
281
|
+
- The following workspace dependencies were updated
|
|
282
|
+
- dependencies
|
|
283
|
+
- @looker/extension-sdk bumped from ^22.4.1 to ^22.4.2
|
|
284
|
+
- @looker/extension-sdk-react bumped from ^22.4.1 to ^22.4.2
|
|
285
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
276
286
|
|
|
277
287
|
### [0.1.8](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.7...extension-utils-v0.1.8) (2022-04-07)
|
|
278
288
|
|
|
279
|
-
|
|
280
289
|
### Dependencies
|
|
281
290
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
291
|
+
- The following workspace dependencies were updated
|
|
292
|
+
- dependencies
|
|
293
|
+
- @looker/extension-sdk bumped from ^22.4.0 to ^22.4.1
|
|
294
|
+
- @looker/extension-sdk-react bumped from ^22.4.0 to ^22.4.1
|
|
286
295
|
|
|
287
296
|
### [0.1.7](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.6...extension-utils-v0.1.7) (2022-03-24)
|
|
288
297
|
|
|
289
|
-
|
|
290
298
|
### Dependencies
|
|
291
299
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
300
|
+
- The following workspace dependencies were updated
|
|
301
|
+
- dependencies
|
|
302
|
+
- @looker/extension-sdk bumped from ^22.2.0 to ^22.4.0
|
|
303
|
+
- @looker/extension-sdk-react bumped from ^22.2.1 to ^22.4.0
|
|
296
304
|
|
|
297
305
|
### [0.1.6](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.5...extension-utils-v0.1.6) (2022-03-04)
|
|
298
306
|
|
|
299
|
-
|
|
300
307
|
### Dependencies
|
|
301
308
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
309
|
+
- The following workspace dependencies were updated
|
|
310
|
+
- dependencies
|
|
311
|
+
- @looker/extension-sdk-react bumped from ^22.2.0 to ^22.2.1
|
|
305
312
|
|
|
306
313
|
### [0.1.5](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.4...extension-utils-v0.1.5) (2022-02-18)
|
|
307
314
|
|
|
308
|
-
|
|
309
315
|
### Dependencies
|
|
310
316
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
317
|
+
- The following workspace dependencies were updated
|
|
318
|
+
- dependencies
|
|
319
|
+
- @looker/extension-sdk bumped from ^22.0.0 to ^22.2.0
|
|
320
|
+
- @looker/extension-sdk-react bumped from ^22.0.0 to ^22.2.0
|
|
315
321
|
|
|
316
322
|
### [0.1.4](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.3...extension-utils-v0.1.4) (2022-02-14)
|
|
317
323
|
|
|
318
|
-
|
|
319
324
|
### Dependencies
|
|
320
325
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
326
|
+
- The following workspace dependencies were updated
|
|
327
|
+
- dependencies
|
|
328
|
+
- @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
|
|
324
329
|
|
|
325
330
|
### [0.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.0...extension-utils-v0.1.3) (2022-01-27)
|
|
326
331
|
|
|
327
|
-
|
|
328
332
|
### Features
|
|
329
333
|
|
|
330
|
-
|
|
331
|
-
|
|
334
|
+
- OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
|
|
332
335
|
|
|
333
336
|
### Bug Fixes
|
|
334
337
|
|
|
335
|
-
|
|
336
|
-
|
|
338
|
+
- hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
|
|
337
339
|
|
|
338
340
|
### Dependencies
|
|
339
341
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
- The following workspace dependencies were updated
|
|
343
|
+
- dependencies
|
|
344
|
+
- @looker/extension-sdk bumped from ^21.20.0 to ^21.20.1
|
|
345
|
+
- @looker/extension-sdk-react bumped from ^21.20.0 to ^21.20.1
|
|
344
346
|
|
|
345
347
|
### [0.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.2...extension-utils-v0.1.3) (2021-12-20)
|
|
346
348
|
|
|
347
|
-
|
|
348
349
|
### Dependencies
|
|
349
350
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
- The following workspace dependencies were updated
|
|
352
|
+
- dependencies
|
|
353
|
+
- @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
|
|
353
354
|
|
|
354
355
|
### [0.1.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.1...extension-utils-v0.1.2) (2021-12-16)
|
|
355
356
|
|
|
356
|
-
|
|
357
357
|
### Dependencies
|
|
358
358
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
359
|
+
- The following workspace dependencies were updated
|
|
360
|
+
- dependencies
|
|
361
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
|
|
362
362
|
|
|
363
363
|
### [0.1.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.0...extension-utils-v0.1.1) (2021-12-06)
|
|
364
364
|
|
|
365
|
-
|
|
366
365
|
### Features
|
|
367
366
|
|
|
368
|
-
|
|
369
|
-
|
|
367
|
+
- OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
|
|
370
368
|
|
|
371
369
|
### Bug Fixes
|
|
372
370
|
|
|
373
|
-
|
|
371
|
+
- hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
|
|
374
372
|
|
|
375
373
|
## [0.1.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.17.1...extension-utils-v0.1.0) (2021-11-10)
|
|
376
374
|
|
|
377
|
-
|
|
378
375
|
### Features
|
|
379
376
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
377
|
+
- create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
|
|
383
378
|
|
|
384
379
|
### Dependencies
|
|
385
380
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
381
|
+
- The following workspace dependencies were updated
|
|
382
|
+
- dependencies
|
|
383
|
+
- @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
|
|
384
|
+
- @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
|
package/README.md
CHANGED
|
@@ -40,16 +40,16 @@ The following code, extracted from the [Hackathon application's index.tsx](https
|
|
|
40
40
|
configures the extension provider so the extension SDK and extension adaptor can be used in the [`<Hackathon />`](https://github.com/looker-open-source/sdk-codegen/tree/main/packages/hackathon/src/Hackathon.tsx) React component.
|
|
41
41
|
|
|
42
42
|
```tsx
|
|
43
|
-
import * as React from 'react'
|
|
44
|
-
import * as ReactDOM from 'react-dom'
|
|
45
|
-
import { ExtensionProvider } from '@looker/extension-sdk-react'
|
|
46
|
-
import { Provider } from 'react-redux'
|
|
47
|
-
import { Hackathon } from './Hackathon'
|
|
48
|
-
import store from './data/store'
|
|
43
|
+
import * as React from 'react';
|
|
44
|
+
import * as ReactDOM from 'react-dom';
|
|
45
|
+
import { ExtensionProvider } from '@looker/extension-sdk-react';
|
|
46
|
+
import { Provider } from 'react-redux';
|
|
47
|
+
import { Hackathon } from './Hackathon';
|
|
48
|
+
import store from './data/store';
|
|
49
49
|
|
|
50
50
|
window.addEventListener('DOMContentLoaded', (_) => {
|
|
51
|
-
const root = document.createElement('div')
|
|
52
|
-
document.body.appendChild(root)
|
|
51
|
+
const root = document.createElement('div');
|
|
52
|
+
document.body.appendChild(root);
|
|
53
53
|
ReactDOM.render(
|
|
54
54
|
<ExtensionProvider requiredLookerVersion=">=21.3.0">
|
|
55
55
|
<Provider store={store}>
|
|
@@ -57,25 +57,25 @@ window.addEventListener('DOMContentLoaded', (_) => {
|
|
|
57
57
|
</Provider>
|
|
58
58
|
</ExtensionProvider>,
|
|
59
59
|
root
|
|
60
|
-
)
|
|
61
|
-
})
|
|
60
|
+
);
|
|
61
|
+
});
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
Inside `<Hackathon />`, this is the code that sets up the theming and "browser API" services like opening links:
|
|
65
65
|
|
|
66
66
|
```tsx
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
67
|
+
const extSdk = getExtensionSDK();
|
|
68
|
+
const adaptor = new ExtensionAdaptor(extSdk);
|
|
69
|
+
const themeOverrides = adaptor.themeOverrides();
|
|
70
70
|
|
|
71
71
|
// ...
|
|
72
72
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
73
|
+
return (
|
|
74
|
+
<ComponentsProvider
|
|
75
|
+
loadGoogleFonts={themeOverrides.loadGoogleFonts}
|
|
76
|
+
themeCustomizations={themeOverrides.themeCustomizations}
|
|
77
|
+
>
|
|
78
|
+
// ...
|
|
79
|
+
</ComponentsProvider>
|
|
80
|
+
);
|
|
81
81
|
```
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { APIErrorDisplayProps } from './APIErrorDisplay';
|
|
3
|
-
export declare const APIErrorContent: ({ error, showDoc }: APIErrorDisplayProps) => JSX.Element;
|
|
3
|
+
export declare const APIErrorContent: ({ error, showDoc }: APIErrorDisplayProps) => React.JSX.Element;
|