@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.
Files changed (79) hide show
  1. package/CHANGELOG.md +181 -194
  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,380 +2,367 @@
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
43
 
44
44
  ### Dependencies
45
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
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 ^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
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 ^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
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
- * 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))
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
- * The following workspace dependencies were updated
80
- * dependencies
81
- * @looker/extension-sdk bumped from ^23.10.0 to ^23.12.0
82
- * @looker/extension-sdk-react bumped from ^23.10.0 to ^23.12.0
83
- * @looker/sdk bumped from ^23.10.0 to ^23.12.0
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
- * 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))
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
- * The following workspace dependencies were updated
96
- * dependencies
97
- * @looker/extension-sdk bumped from ^23.6.0 to ^23.8.0
98
- * @looker/extension-sdk-react bumped from ^23.6.0 to ^23.8.0
99
- * @looker/sdk bumped from ^23.6.0 to ^23.8.0
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
- * embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
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
- * 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))
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
- * The following workspace dependencies were updated
117
- * dependencies
118
- * @looker/extension-sdk bumped from ^23.2.0 to ^23.4.0
119
- * @looker/extension-sdk-react bumped from ^23.2.0 to ^23.4.0
120
- * @looker/sdk bumped from ^23.2.0 to ^23.4.0
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
- * 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))
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
- * The following workspace dependencies were updated
133
- * dependencies
134
- * @looker/extension-sdk bumped from ^22.20.1 to ^23.0.0
135
- * @looker/extension-sdk-react bumped from ^22.20.1 to ^23.0.0
136
- * @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
137
- * @looker/code-editor bumped from ^0.1.27 to ^0.1.28
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
- * The following workspace dependencies were updated
145
- * dependencies
146
- * @looker/extension-sdk bumped from ^22.20.0 to ^22.20.1
147
- * @looker/extension-sdk-react bumped from ^22.20.0 to ^22.20.1
148
- * @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
149
- * @looker/code-editor bumped from ^0.1.26 to ^0.1.27
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
- * 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))
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
- * The following workspace dependencies were updated
162
- * dependencies
163
- * @looker/extension-sdk bumped from ^22.18.0 to ^22.20.0
164
- * @looker/extension-sdk-react bumped from ^22.18.0 to ^22.20.0
165
- * @looker/code-editor bumped from ^0.1.25 to ^0.1.26
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
- * The following workspace dependencies were updated
173
- * dependencies
174
- * @looker/extension-sdk bumped from ^22.16.0 to ^22.18.0
175
- * @looker/extension-sdk-react bumped from ^22.16.0 to ^22.18.0
176
- * @looker/code-editor bumped from ^0.1.24 to ^0.1.25
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
- * The following workspace dependencies were updated
184
- * dependencies
185
- * @looker/extension-sdk bumped from ^22.14.0 to ^22.16.0
186
- * @looker/extension-sdk-react bumped from ^22.14.0 to ^22.16.0
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
- * The following workspace dependencies were updated
194
- * dependencies
195
- * @looker/extension-sdk bumped from ^22.12.1 to ^22.14.0
196
- * @looker/extension-sdk-react bumped from ^22.12.1 to ^22.14.0
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
- * 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))
204
- * 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))
205
- * 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))
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
- * The following workspace dependencies were updated
211
- * dependencies
212
- * @looker/extension-sdk bumped from ^22.10.1 to ^22.12.1
213
- * @looker/extension-sdk-react bumped from ^22.10.1 to ^22.12.1
214
- * @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
215
- * @looker/code-editor bumped from ^0.1.23 to ^0.1.24
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
- * The following workspace dependencies were updated
223
- * dependencies
224
- * @looker/extension-sdk bumped from ^22.10.0 to ^22.10.1
225
- * @looker/extension-sdk-react bumped from ^22.10.0 to ^22.10.1
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
- * The following workspace dependencies were updated
233
- * dependencies
234
- * @looker/extension-sdk bumped from ^22.8.0 to ^22.10.0
235
- * @looker/extension-sdk-react bumped from ^22.8.0 to ^22.10.0
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
- * The following workspace dependencies were updated
243
- * dependencies
244
- * @looker/extension-sdk bumped from ^22.6.0 to ^22.8.0
245
- * @looker/extension-sdk-react bumped from ^22.6.0 to ^22.8.0
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
- * The following workspace dependencies were updated
253
- * dependencies
254
- * @looker/extension-sdk bumped from ^22.4.2 to ^22.6.0
255
- * @looker/extension-sdk-react bumped from ^22.4.2 to ^22.6.0
256
- * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
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
- * The following workspace dependencies were updated
264
- * dependencies
265
- * @looker/extension-sdk bumped from ^22.4.1 to ^22.4.2
266
- * @looker/extension-sdk-react bumped from ^22.4.1 to ^22.4.2
267
- * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
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
- * The following workspace dependencies were updated
275
- * dependencies
276
- * @looker/extension-sdk bumped from ^22.4.0 to ^22.4.1
277
- * @looker/extension-sdk-react bumped from ^22.4.0 to ^22.4.1
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
- * 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
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
- * The following workspace dependencies were updated
295
- * dependencies
296
- * @looker/extension-sdk-react bumped from ^22.2.0 to ^22.2.1
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
- * The following workspace dependencies were updated
304
- * dependencies
305
- * @looker/extension-sdk bumped from ^22.0.0 to ^22.2.0
306
- * @looker/extension-sdk-react bumped from ^22.0.0 to ^22.2.0
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
- * The following workspace dependencies were updated
314
- * dependencies
315
- * @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
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
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
323
-
318
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
324
319
 
325
320
  ### Bug Fixes
326
321
 
327
- * 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))
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
- * The following workspace dependencies were updated
333
- * dependencies
334
- * @looker/extension-sdk bumped from ^21.20.0 to ^21.20.1
335
- * @looker/extension-sdk-react bumped from ^21.20.0 to ^21.20.1
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
- * The following workspace dependencies were updated
343
- * dependencies
344
- * @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
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
- * The following workspace dependencies were updated
352
- * dependencies
353
- * @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
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
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
361
-
351
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
362
352
 
363
353
  ### Bug Fixes
364
354
 
365
- * 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))
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
- * 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))
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
- * The following workspace dependencies were updated
379
- * dependencies
380
- * @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
381
- * @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
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
- 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;