@looker/extension-utils 0.1.32 → 0.1.34
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 +178 -199
- 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,367 @@
|
|
|
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
43
|
|
|
44
44
|
### Dependencies
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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
52
|
|
|
53
53
|
### Dependencies
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
|
60
76
|
|
|
61
77
|
### Dependencies
|
|
62
78
|
|
|
63
79
|
* The following workspace dependencies were updated
|
|
64
80
|
* dependencies
|
|
65
|
-
* @looker/extension-sdk bumped from
|
|
66
|
-
* @looker/extension-sdk-react bumped from
|
|
67
|
-
* @looker/sdk bumped from
|
|
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
|
|
68
84
|
|
|
69
85
|
### Dependencies
|
|
70
86
|
|
|
71
87
|
* The following workspace dependencies were updated
|
|
72
88
|
* dependencies
|
|
73
|
-
* @looker/extension-sdk bumped from
|
|
74
|
-
* @looker/extension-sdk-react bumped from
|
|
75
|
-
* @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
|
|
76
92
|
|
|
77
93
|
## [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
94
|
|
|
79
|
-
|
|
80
95
|
### Features
|
|
81
96
|
|
|
82
|
-
|
|
83
|
-
|
|
97
|
+
- 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
98
|
|
|
85
99
|
### Dependencies
|
|
86
100
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
101
|
+
- The following workspace dependencies were updated
|
|
102
|
+
- dependencies
|
|
103
|
+
- @looker/extension-sdk bumped from ^23.10.0 to ^23.12.0
|
|
104
|
+
- @looker/extension-sdk-react bumped from ^23.10.0 to ^23.12.0
|
|
105
|
+
- @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
|
92
106
|
|
|
93
107
|
## [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
108
|
|
|
95
|
-
|
|
96
109
|
### Features
|
|
97
110
|
|
|
98
|
-
|
|
99
|
-
|
|
111
|
+
- 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
112
|
|
|
101
113
|
### Dependencies
|
|
102
114
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
115
|
+
- The following workspace dependencies were updated
|
|
116
|
+
- dependencies
|
|
117
|
+
- @looker/extension-sdk bumped from ^23.6.0 to ^23.8.0
|
|
118
|
+
- @looker/extension-sdk-react bumped from ^23.6.0 to ^23.8.0
|
|
119
|
+
- @looker/sdk bumped from ^23.6.0 to ^23.8.0
|
|
108
120
|
|
|
109
121
|
## [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
122
|
|
|
111
|
-
|
|
112
123
|
### Features
|
|
113
124
|
|
|
114
|
-
|
|
115
|
-
|
|
125
|
+
- 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
126
|
|
|
117
127
|
### Bug Fixes
|
|
118
128
|
|
|
119
|
-
|
|
120
|
-
|
|
129
|
+
- 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
130
|
|
|
122
131
|
### Dependencies
|
|
123
132
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
133
|
+
- The following workspace dependencies were updated
|
|
134
|
+
- dependencies
|
|
135
|
+
- @looker/extension-sdk bumped from ^23.2.0 to ^23.4.0
|
|
136
|
+
- @looker/extension-sdk-react bumped from ^23.2.0 to ^23.4.0
|
|
137
|
+
- @looker/sdk bumped from ^23.2.0 to ^23.4.0
|
|
129
138
|
|
|
130
139
|
## [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
140
|
|
|
132
|
-
|
|
133
141
|
### Features
|
|
134
142
|
|
|
135
|
-
|
|
136
|
-
|
|
143
|
+
- 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
144
|
|
|
138
145
|
### Dependencies
|
|
139
146
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
147
|
+
- The following workspace dependencies were updated
|
|
148
|
+
- dependencies
|
|
149
|
+
- @looker/extension-sdk bumped from ^22.20.1 to ^23.0.0
|
|
150
|
+
- @looker/extension-sdk-react bumped from ^22.20.1 to ^23.0.0
|
|
151
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
152
|
+
- @looker/code-editor bumped from ^0.1.27 to ^0.1.28
|
|
146
153
|
|
|
147
154
|
### [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
155
|
|
|
149
|
-
|
|
150
156
|
### Dependencies
|
|
151
157
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
+
- The following workspace dependencies were updated
|
|
159
|
+
- dependencies
|
|
160
|
+
- @looker/extension-sdk bumped from ^22.20.0 to ^22.20.1
|
|
161
|
+
- @looker/extension-sdk-react bumped from ^22.20.0 to ^22.20.1
|
|
162
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
163
|
+
- @looker/code-editor bumped from ^0.1.26 to ^0.1.27
|
|
158
164
|
|
|
159
165
|
### [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
166
|
|
|
161
|
-
|
|
162
167
|
### Bug Fixes
|
|
163
168
|
|
|
164
|
-
|
|
165
|
-
|
|
169
|
+
- 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
170
|
|
|
167
171
|
### Dependencies
|
|
168
172
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
173
|
+
- The following workspace dependencies were updated
|
|
174
|
+
- dependencies
|
|
175
|
+
- @looker/extension-sdk bumped from ^22.18.0 to ^22.20.0
|
|
176
|
+
- @looker/extension-sdk-react bumped from ^22.18.0 to ^22.20.0
|
|
177
|
+
- @looker/code-editor bumped from ^0.1.25 to ^0.1.26
|
|
174
178
|
|
|
175
179
|
### [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
180
|
|
|
177
|
-
|
|
178
181
|
### Dependencies
|
|
179
182
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
- The following workspace dependencies were updated
|
|
184
|
+
- dependencies
|
|
185
|
+
- @looker/extension-sdk bumped from ^22.16.0 to ^22.18.0
|
|
186
|
+
- @looker/extension-sdk-react bumped from ^22.16.0 to ^22.18.0
|
|
187
|
+
- @looker/code-editor bumped from ^0.1.24 to ^0.1.25
|
|
185
188
|
|
|
186
189
|
### [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
190
|
|
|
188
|
-
|
|
189
191
|
### Dependencies
|
|
190
192
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
- The following workspace dependencies were updated
|
|
194
|
+
- dependencies
|
|
195
|
+
- @looker/extension-sdk bumped from ^22.14.0 to ^22.16.0
|
|
196
|
+
- @looker/extension-sdk-react bumped from ^22.14.0 to ^22.16.0
|
|
195
197
|
|
|
196
198
|
### [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
199
|
|
|
198
|
-
|
|
199
200
|
### Dependencies
|
|
200
201
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
202
|
+
- The following workspace dependencies were updated
|
|
203
|
+
- dependencies
|
|
204
|
+
- @looker/extension-sdk bumped from ^22.12.1 to ^22.14.0
|
|
205
|
+
- @looker/extension-sdk-react bumped from ^22.12.1 to ^22.14.0
|
|
205
206
|
|
|
206
207
|
### [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
208
|
|
|
208
|
-
|
|
209
209
|
### Features
|
|
210
210
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
211
|
+
- 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))
|
|
212
|
+
- 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))
|
|
213
|
+
- 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
214
|
|
|
216
215
|
### Dependencies
|
|
217
216
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
217
|
+
- The following workspace dependencies were updated
|
|
218
|
+
- dependencies
|
|
219
|
+
- @looker/extension-sdk bumped from ^22.10.1 to ^22.12.1
|
|
220
|
+
- @looker/extension-sdk-react bumped from ^22.10.1 to ^22.12.1
|
|
221
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
222
|
+
- @looker/code-editor bumped from ^0.1.23 to ^0.1.24
|
|
224
223
|
|
|
225
224
|
### [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
225
|
|
|
227
|
-
|
|
228
226
|
### Dependencies
|
|
229
227
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
228
|
+
- The following workspace dependencies were updated
|
|
229
|
+
- dependencies
|
|
230
|
+
- @looker/extension-sdk bumped from ^22.10.0 to ^22.10.1
|
|
231
|
+
- @looker/extension-sdk-react bumped from ^22.10.0 to ^22.10.1
|
|
234
232
|
|
|
235
233
|
### [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
234
|
|
|
237
|
-
|
|
238
235
|
### Dependencies
|
|
239
236
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
237
|
+
- The following workspace dependencies were updated
|
|
238
|
+
- dependencies
|
|
239
|
+
- @looker/extension-sdk bumped from ^22.8.0 to ^22.10.0
|
|
240
|
+
- @looker/extension-sdk-react bumped from ^22.8.0 to ^22.10.0
|
|
244
241
|
|
|
245
242
|
### [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
243
|
|
|
247
|
-
|
|
248
244
|
### Dependencies
|
|
249
245
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
246
|
+
- The following workspace dependencies were updated
|
|
247
|
+
- dependencies
|
|
248
|
+
- @looker/extension-sdk bumped from ^22.6.0 to ^22.8.0
|
|
249
|
+
- @looker/extension-sdk-react bumped from ^22.6.0 to ^22.8.0
|
|
254
250
|
|
|
255
251
|
### [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
252
|
|
|
257
|
-
|
|
258
253
|
### Dependencies
|
|
259
254
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
255
|
+
- The following workspace dependencies were updated
|
|
256
|
+
- dependencies
|
|
257
|
+
- @looker/extension-sdk bumped from ^22.4.2 to ^22.6.0
|
|
258
|
+
- @looker/extension-sdk-react bumped from ^22.4.2 to ^22.6.0
|
|
259
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
265
260
|
|
|
266
261
|
### [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
262
|
|
|
268
|
-
|
|
269
263
|
### Dependencies
|
|
270
264
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
265
|
+
- The following workspace dependencies were updated
|
|
266
|
+
- dependencies
|
|
267
|
+
- @looker/extension-sdk bumped from ^22.4.1 to ^22.4.2
|
|
268
|
+
- @looker/extension-sdk-react bumped from ^22.4.1 to ^22.4.2
|
|
269
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
276
270
|
|
|
277
271
|
### [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
272
|
|
|
279
|
-
|
|
280
273
|
### Dependencies
|
|
281
274
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
275
|
+
- The following workspace dependencies were updated
|
|
276
|
+
- dependencies
|
|
277
|
+
- @looker/extension-sdk bumped from ^22.4.0 to ^22.4.1
|
|
278
|
+
- @looker/extension-sdk-react bumped from ^22.4.0 to ^22.4.1
|
|
286
279
|
|
|
287
280
|
### [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
281
|
|
|
289
|
-
|
|
290
282
|
### Dependencies
|
|
291
283
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
284
|
+
- The following workspace dependencies were updated
|
|
285
|
+
- dependencies
|
|
286
|
+
- @looker/extension-sdk bumped from ^22.2.0 to ^22.4.0
|
|
287
|
+
- @looker/extension-sdk-react bumped from ^22.2.1 to ^22.4.0
|
|
296
288
|
|
|
297
289
|
### [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
290
|
|
|
299
|
-
|
|
300
291
|
### Dependencies
|
|
301
292
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
293
|
+
- The following workspace dependencies were updated
|
|
294
|
+
- dependencies
|
|
295
|
+
- @looker/extension-sdk-react bumped from ^22.2.0 to ^22.2.1
|
|
305
296
|
|
|
306
297
|
### [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
298
|
|
|
308
|
-
|
|
309
299
|
### Dependencies
|
|
310
300
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
301
|
+
- The following workspace dependencies were updated
|
|
302
|
+
- dependencies
|
|
303
|
+
- @looker/extension-sdk bumped from ^22.0.0 to ^22.2.0
|
|
304
|
+
- @looker/extension-sdk-react bumped from ^22.0.0 to ^22.2.0
|
|
315
305
|
|
|
316
306
|
### [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
307
|
|
|
318
|
-
|
|
319
308
|
### Dependencies
|
|
320
309
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
310
|
+
- The following workspace dependencies were updated
|
|
311
|
+
- dependencies
|
|
312
|
+
- @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
|
|
324
313
|
|
|
325
314
|
### [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
315
|
|
|
327
|
-
|
|
328
316
|
### Features
|
|
329
317
|
|
|
330
|
-
|
|
331
|
-
|
|
318
|
+
- OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
|
|
332
319
|
|
|
333
320
|
### Bug Fixes
|
|
334
321
|
|
|
335
|
-
|
|
336
|
-
|
|
322
|
+
- 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
323
|
|
|
338
324
|
### Dependencies
|
|
339
325
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
326
|
+
- The following workspace dependencies were updated
|
|
327
|
+
- dependencies
|
|
328
|
+
- @looker/extension-sdk bumped from ^21.20.0 to ^21.20.1
|
|
329
|
+
- @looker/extension-sdk-react bumped from ^21.20.0 to ^21.20.1
|
|
344
330
|
|
|
345
331
|
### [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
332
|
|
|
347
|
-
|
|
348
333
|
### Dependencies
|
|
349
334
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
335
|
+
- The following workspace dependencies were updated
|
|
336
|
+
- dependencies
|
|
337
|
+
- @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
|
|
353
338
|
|
|
354
339
|
### [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
340
|
|
|
356
|
-
|
|
357
341
|
### Dependencies
|
|
358
342
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
343
|
+
- The following workspace dependencies were updated
|
|
344
|
+
- dependencies
|
|
345
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
|
|
362
346
|
|
|
363
347
|
### [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
348
|
|
|
365
|
-
|
|
366
349
|
### Features
|
|
367
350
|
|
|
368
|
-
|
|
369
|
-
|
|
351
|
+
- OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
|
|
370
352
|
|
|
371
353
|
### Bug Fixes
|
|
372
354
|
|
|
373
|
-
|
|
355
|
+
- 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
356
|
|
|
375
357
|
## [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
358
|
|
|
377
|
-
|
|
378
359
|
### Features
|
|
379
360
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
361
|
+
- 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
362
|
|
|
384
363
|
### Dependencies
|
|
385
364
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
365
|
+
- The following workspace dependencies were updated
|
|
366
|
+
- dependencies
|
|
367
|
+
- @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
|
|
368
|
+
- @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;
|