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