@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.
Files changed (79) hide show
  1. package/CHANGELOG.md +190 -195
  2. package/README.md +21 -21
  3. package/lib/APIErrorDisplay/APIErrorContent.d.ts +2 -2
  4. package/lib/APIErrorDisplay/APIErrorContent.js +2 -2
  5. package/lib/APIErrorDisplay/APIErrorContent.js.map +1 -1
  6. package/lib/APIErrorDisplay/APIErrorDetails.d.ts +2 -2
  7. package/lib/APIErrorDisplay/APIErrorDetails.js.map +1 -1
  8. package/lib/APIErrorDisplay/APIErrorDialog.d.ts +2 -2
  9. package/lib/APIErrorDisplay/APIErrorDialog.js.map +1 -1
  10. package/lib/APIErrorDisplay/APIErrorDisplay.d.ts +2 -2
  11. package/lib/APIErrorDisplay/APIErrorDisplay.js.map +1 -1
  12. package/lib/APIErrorDisplay/APIErrorDocLink.d.ts +2 -2
  13. package/lib/APIErrorDisplay/APIErrorDocLink.js.map +1 -1
  14. package/lib/APIErrorDisplay/index.js.map +1 -1
  15. package/lib/APIErrorDisplay/utils.d.ts +1 -1
  16. package/lib/APIErrorDisplay/utils.js +1 -2
  17. package/lib/APIErrorDisplay/utils.js.map +1 -1
  18. package/lib/ExtMarkdown.js.map +1 -1
  19. package/lib/OAuthForm/index.js.map +1 -1
  20. package/lib/OAuthForm/src/components/CollapserCard.js.map +1 -1
  21. package/lib/OAuthForm/src/components/ConfigHeading.js +1 -2
  22. package/lib/OAuthForm/src/components/ConfigHeading.js.map +1 -1
  23. package/lib/OAuthForm/src/components/OAuthForm.d.ts +2 -1
  24. package/lib/OAuthForm/src/components/OAuthForm.js +3 -4
  25. package/lib/OAuthForm/src/components/OAuthForm.js.map +1 -1
  26. package/lib/OAuthForm/src/components/index.js.map +1 -1
  27. package/lib/OAuthForm/src/index.js.map +1 -1
  28. package/lib/OAuthForm/src/state/index.js.map +1 -1
  29. package/lib/OAuthForm/src/state/sagas.js.map +1 -1
  30. package/lib/OAuthForm/src/state/slice.js +8 -12
  31. package/lib/OAuthForm/src/state/slice.js.map +1 -1
  32. package/lib/OAuthForm/src/utils.d.ts +1 -1
  33. package/lib/OAuthForm/src/utils.js +6 -8
  34. package/lib/OAuthForm/src/utils.js.map +1 -1
  35. package/lib/OAuthScene.js +2 -2
  36. package/lib/OAuthScene.js.map +1 -1
  37. package/lib/adaptorUtils.js.map +1 -1
  38. package/lib/authUtils.d.ts +1 -1
  39. package/lib/authUtils.js +4 -4
  40. package/lib/authUtils.js.map +1 -1
  41. package/lib/browserAdaptor.js +2 -2
  42. package/lib/browserAdaptor.js.map +1 -1
  43. package/lib/esm/APIErrorDisplay/APIErrorContent.js.map +1 -1
  44. package/lib/esm/APIErrorDisplay/APIErrorDetails.js.map +1 -1
  45. package/lib/esm/APIErrorDisplay/APIErrorDialog.js.map +1 -1
  46. package/lib/esm/APIErrorDisplay/APIErrorDisplay.js.map +1 -1
  47. package/lib/esm/APIErrorDisplay/APIErrorDocLink.js.map +1 -1
  48. package/lib/esm/APIErrorDisplay/index.js.map +1 -1
  49. package/lib/esm/APIErrorDisplay/utils.js.map +1 -1
  50. package/lib/esm/ExtMarkdown.js.map +1 -1
  51. package/lib/esm/OAuthForm/index.js.map +1 -1
  52. package/lib/esm/OAuthForm/src/components/CollapserCard.js +2 -2
  53. package/lib/esm/OAuthForm/src/components/CollapserCard.js.map +1 -1
  54. package/lib/esm/OAuthForm/src/components/ConfigHeading.js.map +1 -1
  55. package/lib/esm/OAuthForm/src/components/OAuthForm.js +1 -1
  56. package/lib/esm/OAuthForm/src/components/OAuthForm.js.map +1 -1
  57. package/lib/esm/OAuthForm/src/components/index.js.map +1 -1
  58. package/lib/esm/OAuthForm/src/index.js.map +1 -1
  59. package/lib/esm/OAuthForm/src/state/index.js.map +1 -1
  60. package/lib/esm/OAuthForm/src/state/sagas.js +2 -2
  61. package/lib/esm/OAuthForm/src/state/sagas.js.map +1 -1
  62. package/lib/esm/OAuthForm/src/state/slice.js +4 -4
  63. package/lib/esm/OAuthForm/src/state/slice.js.map +1 -1
  64. package/lib/esm/OAuthForm/src/utils.js +4 -4
  65. package/lib/esm/OAuthForm/src/utils.js.map +1 -1
  66. package/lib/esm/OAuthScene.js.map +1 -1
  67. package/lib/esm/adaptorUtils.js.map +1 -1
  68. package/lib/esm/authUtils.js +4 -4
  69. package/lib/esm/authUtils.js.map +1 -1
  70. package/lib/esm/browserAdaptor.js +2 -2
  71. package/lib/esm/browserAdaptor.js.map +1 -1
  72. package/lib/esm/extensionAdaptor.js +2 -2
  73. package/lib/esm/extensionAdaptor.js.map +1 -1
  74. package/lib/esm/index.js.map +1 -1
  75. package/lib/extensionAdaptor.d.ts +1 -1
  76. package/lib/extensionAdaptor.js +2 -2
  77. package/lib/extensionAdaptor.js.map +1 -1
  78. package/lib/index.js.map +1 -1
  79. package/package.json +18 -17
package/CHANGELOG.md CHANGED
@@ -2,388 +2,383 @@
2
2
 
3
3
  ### Dependencies
4
4
 
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
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
- * 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
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
- * 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
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
- * 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
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
- * 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
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/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
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 ^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
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 ^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
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 ^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
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
- * 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))
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
- * The following workspace dependencies were updated
88
- * dependencies
89
- * @looker/extension-sdk bumped from ^23.10.0 to ^23.12.0
90
- * @looker/extension-sdk-react bumped from ^23.10.0 to ^23.12.0
91
- * @looker/sdk bumped from ^23.10.0 to ^23.12.0
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
- * 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))
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
- * The following workspace dependencies were updated
104
- * dependencies
105
- * @looker/extension-sdk bumped from ^23.6.0 to ^23.8.0
106
- * @looker/extension-sdk-react bumped from ^23.6.0 to ^23.8.0
107
- * @looker/sdk bumped from ^23.6.0 to ^23.8.0
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
- * embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
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
- * 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))
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
- * The following workspace dependencies were updated
125
- * dependencies
126
- * @looker/extension-sdk bumped from ^23.2.0 to ^23.4.0
127
- * @looker/extension-sdk-react bumped from ^23.2.0 to ^23.4.0
128
- * @looker/sdk bumped from ^23.2.0 to ^23.4.0
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
- * 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))
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
- * The following workspace dependencies were updated
141
- * dependencies
142
- * @looker/extension-sdk bumped from ^22.20.1 to ^23.0.0
143
- * @looker/extension-sdk-react bumped from ^22.20.1 to ^23.0.0
144
- * @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
145
- * @looker/code-editor bumped from ^0.1.27 to ^0.1.28
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
- * The following workspace dependencies were updated
153
- * dependencies
154
- * @looker/extension-sdk bumped from ^22.20.0 to ^22.20.1
155
- * @looker/extension-sdk-react bumped from ^22.20.0 to ^22.20.1
156
- * @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
157
- * @looker/code-editor bumped from ^0.1.26 to ^0.1.27
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
- * 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))
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
- * The following workspace dependencies were updated
170
- * dependencies
171
- * @looker/extension-sdk bumped from ^22.18.0 to ^22.20.0
172
- * @looker/extension-sdk-react bumped from ^22.18.0 to ^22.20.0
173
- * @looker/code-editor bumped from ^0.1.25 to ^0.1.26
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
- * The following workspace dependencies were updated
181
- * dependencies
182
- * @looker/extension-sdk bumped from ^22.16.0 to ^22.18.0
183
- * @looker/extension-sdk-react bumped from ^22.16.0 to ^22.18.0
184
- * @looker/code-editor bumped from ^0.1.24 to ^0.1.25
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
- * The following workspace dependencies were updated
192
- * dependencies
193
- * @looker/extension-sdk bumped from ^22.14.0 to ^22.16.0
194
- * @looker/extension-sdk-react bumped from ^22.14.0 to ^22.16.0
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
- * The following workspace dependencies were updated
202
- * dependencies
203
- * @looker/extension-sdk bumped from ^22.12.1 to ^22.14.0
204
- * @looker/extension-sdk-react bumped from ^22.12.1 to ^22.14.0
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
- * 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))
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
- * The following workspace dependencies were updated
219
- * dependencies
220
- * @looker/extension-sdk bumped from ^22.10.1 to ^22.12.1
221
- * @looker/extension-sdk-react bumped from ^22.10.1 to ^22.12.1
222
- * @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
223
- * @looker/code-editor bumped from ^0.1.23 to ^0.1.24
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
- * The following workspace dependencies were updated
231
- * dependencies
232
- * @looker/extension-sdk bumped from ^22.10.0 to ^22.10.1
233
- * @looker/extension-sdk-react bumped from ^22.10.0 to ^22.10.1
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
- * The following workspace dependencies were updated
241
- * dependencies
242
- * @looker/extension-sdk bumped from ^22.8.0 to ^22.10.0
243
- * @looker/extension-sdk-react bumped from ^22.8.0 to ^22.10.0
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
- * The following workspace dependencies were updated
251
- * dependencies
252
- * @looker/extension-sdk bumped from ^22.6.0 to ^22.8.0
253
- * @looker/extension-sdk-react bumped from ^22.6.0 to ^22.8.0
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
- * The following workspace dependencies were updated
261
- * dependencies
262
- * @looker/extension-sdk bumped from ^22.4.2 to ^22.6.0
263
- * @looker/extension-sdk-react bumped from ^22.4.2 to ^22.6.0
264
- * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
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
- * The following workspace dependencies were updated
272
- * dependencies
273
- * @looker/extension-sdk bumped from ^22.4.1 to ^22.4.2
274
- * @looker/extension-sdk-react bumped from ^22.4.1 to ^22.4.2
275
- * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
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
- * The following workspace dependencies were updated
283
- * dependencies
284
- * @looker/extension-sdk bumped from ^22.4.0 to ^22.4.1
285
- * @looker/extension-sdk-react bumped from ^22.4.0 to ^22.4.1
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
- * The following workspace dependencies were updated
293
- * dependencies
294
- * @looker/extension-sdk bumped from ^22.2.0 to ^22.4.0
295
- * @looker/extension-sdk-react bumped from ^22.2.1 to ^22.4.0
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
- * The following workspace dependencies were updated
303
- * dependencies
304
- * @looker/extension-sdk-react bumped from ^22.2.0 to ^22.2.1
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
- * The following workspace dependencies were updated
312
- * dependencies
313
- * @looker/extension-sdk bumped from ^22.0.0 to ^22.2.0
314
- * @looker/extension-sdk-react bumped from ^22.0.0 to ^22.2.0
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
- * The following workspace dependencies were updated
322
- * dependencies
323
- * @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
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
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
331
-
334
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
332
335
 
333
336
  ### Bug Fixes
334
337
 
335
- * 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))
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
- * The following workspace dependencies were updated
341
- * dependencies
342
- * @looker/extension-sdk bumped from ^21.20.0 to ^21.20.1
343
- * @looker/extension-sdk-react bumped from ^21.20.0 to ^21.20.1
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
- * The following workspace dependencies were updated
351
- * dependencies
352
- * @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
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
- * The following workspace dependencies were updated
360
- * dependencies
361
- * @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
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
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
369
-
367
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
370
368
 
371
369
  ### Bug Fixes
372
370
 
373
- * 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))
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
- * 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))
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
- * The following workspace dependencies were updated
387
- * dependencies
388
- * @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
389
- * @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
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
- const extSdk = getExtensionSDK()
68
- const adaptor = new ExtensionAdaptor(extSdk)
69
- const themeOverrides = adaptor.themeOverrides()
67
+ const extSdk = getExtensionSDK();
68
+ const adaptor = new ExtensionAdaptor(extSdk);
69
+ const themeOverrides = adaptor.themeOverrides();
70
70
 
71
71
  // ...
72
72
 
73
- return (
74
- <ComponentsProvider
75
- loadGoogleFonts={themeOverrides.loadGoogleFonts}
76
- themeCustomizations={themeOverrides.themeCustomizations}
77
- >
78
- // ...
79
- </ComponentsProvider>
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
- /// <reference types="react" />
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;