@saltcorn/data 0.7.1-beta.3 → 0.7.2-beta.2

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 (260) hide show
  1. package/dist/app-locales/en.json +6 -0
  2. package/dist/app-locales/public/da.json +3 -0
  3. package/dist/app-locales/public/tlh.json +3 -0
  4. package/dist/base-plugin/actions.d.ts.map +1 -1
  5. package/dist/base-plugin/actions.js +4 -1
  6. package/dist/base-plugin/actions.js.map +1 -1
  7. package/dist/base-plugin/fieldviews.d.ts +29 -0
  8. package/dist/base-plugin/fieldviews.d.ts.map +1 -1
  9. package/dist/base-plugin/fieldviews.js +60 -5
  10. package/dist/base-plugin/fieldviews.js.map +1 -1
  11. package/dist/base-plugin/index.d.ts +245 -20
  12. package/dist/base-plugin/index.d.ts.map +1 -1
  13. package/dist/base-plugin/types.d.ts +127 -65
  14. package/dist/base-plugin/types.d.ts.map +1 -1
  15. package/dist/base-plugin/types.js +152 -36
  16. package/dist/base-plugin/types.js.map +1 -1
  17. package/dist/base-plugin/viewtemplates/edit.d.ts +46 -8
  18. package/dist/base-plugin/viewtemplates/edit.d.ts.map +1 -1
  19. package/dist/base-plugin/viewtemplates/edit.js +258 -112
  20. package/dist/base-plugin/viewtemplates/edit.js.map +1 -1
  21. package/dist/base-plugin/viewtemplates/feed.d.ts +14 -1
  22. package/dist/base-plugin/viewtemplates/feed.d.ts.map +1 -1
  23. package/dist/base-plugin/viewtemplates/feed.js +20 -8
  24. package/dist/base-plugin/viewtemplates/feed.js.map +1 -1
  25. package/dist/base-plugin/viewtemplates/filter.d.ts +17 -1
  26. package/dist/base-plugin/viewtemplates/filter.d.ts.map +1 -1
  27. package/dist/base-plugin/viewtemplates/filter.js +64 -45
  28. package/dist/base-plugin/viewtemplates/filter.js.map +1 -1
  29. package/dist/base-plugin/viewtemplates/list.d.ts +21 -1
  30. package/dist/base-plugin/viewtemplates/list.d.ts.map +1 -1
  31. package/dist/base-plugin/viewtemplates/list.js +63 -40
  32. package/dist/base-plugin/viewtemplates/list.js.map +1 -1
  33. package/dist/base-plugin/viewtemplates/listshowlist.d.ts +14 -1
  34. package/dist/base-plugin/viewtemplates/listshowlist.d.ts.map +1 -1
  35. package/dist/base-plugin/viewtemplates/listshowlist.js +15 -4
  36. package/dist/base-plugin/viewtemplates/listshowlist.js.map +1 -1
  37. package/dist/base-plugin/viewtemplates/room.d.ts +41 -1
  38. package/dist/base-plugin/viewtemplates/room.d.ts.map +1 -1
  39. package/dist/base-plugin/viewtemplates/room.js +107 -80
  40. package/dist/base-plugin/viewtemplates/room.js.map +1 -1
  41. package/dist/base-plugin/viewtemplates/show.d.ts +38 -4
  42. package/dist/base-plugin/viewtemplates/show.d.ts.map +1 -1
  43. package/dist/base-plugin/viewtemplates/show.js +120 -75
  44. package/dist/base-plugin/viewtemplates/show.js.map +1 -1
  45. package/dist/base-plugin/viewtemplates/viewable_fields.d.ts +26 -7
  46. package/dist/base-plugin/viewtemplates/viewable_fields.d.ts.map +1 -1
  47. package/dist/base-plugin/viewtemplates/viewable_fields.js +60 -48
  48. package/dist/base-plugin/viewtemplates/viewable_fields.js.map +1 -1
  49. package/dist/coverage/coverage-final.json +46 -0
  50. package/dist/coverage/lcov-report/block-navigation.d.ts +2 -0
  51. package/dist/coverage/lcov-report/block-navigation.d.ts.map +1 -0
  52. package/dist/coverage/lcov-report/block-navigation.js +71 -0
  53. package/dist/coverage/lcov-report/block-navigation.js.map +1 -0
  54. package/dist/coverage/lcov-report/prettify.d.ts +1 -0
  55. package/dist/coverage/lcov-report/prettify.d.ts.map +1 -0
  56. package/dist/coverage/lcov-report/prettify.js +478 -0
  57. package/dist/coverage/lcov-report/prettify.js.map +1 -0
  58. package/dist/coverage/lcov-report/sorter.d.ts +2 -0
  59. package/dist/coverage/lcov-report/sorter.d.ts.map +1 -0
  60. package/dist/coverage/lcov-report/sorter.js +164 -0
  61. package/dist/coverage/lcov-report/sorter.js.map +1 -0
  62. package/dist/db/connect.d.ts.map +1 -1
  63. package/dist/db/connect.js +8 -1
  64. package/dist/db/connect.js.map +1 -1
  65. package/dist/db/connect_mobile.d.ts +9 -0
  66. package/dist/db/connect_mobile.d.ts.map +1 -0
  67. package/dist/db/connect_mobile.js +15 -0
  68. package/dist/db/connect_mobile.js.map +1 -0
  69. package/dist/db/fixtures.d.ts.map +1 -1
  70. package/dist/db/fixtures.js +6 -1
  71. package/dist/db/fixtures.js.map +1 -1
  72. package/dist/db/index.d.ts.map +1 -1
  73. package/dist/db/index.js +16 -2
  74. package/dist/db/index.js.map +1 -1
  75. package/dist/db/state.d.ts +207 -52
  76. package/dist/db/state.d.ts.map +1 -1
  77. package/dist/db/state.js +87 -84
  78. package/dist/db/state.js.map +1 -1
  79. package/dist/index.d.ts +8 -0
  80. package/dist/index.d.ts.map +1 -1
  81. package/dist/index.js +27 -2
  82. package/dist/index.js.map +1 -1
  83. package/dist/migrate.d.ts.map +1 -1
  84. package/dist/migrate.js +54 -40
  85. package/dist/migrate.js.map +1 -1
  86. package/dist/mobile-mocks/db/postgres.d.ts +1 -0
  87. package/dist/mobile-mocks/db/postgres.d.ts.map +1 -0
  88. package/dist/mobile-mocks/db/postgres.js +2 -0
  89. package/dist/mobile-mocks/db/postgres.js.map +1 -0
  90. package/dist/mobile-mocks/db/sqlite.d.ts +1 -0
  91. package/dist/mobile-mocks/db/sqlite.d.ts.map +1 -0
  92. package/dist/mobile-mocks/db/sqlite.js +2 -0
  93. package/dist/mobile-mocks/db/sqlite.js.map +1 -0
  94. package/dist/mobile-mocks/models/email.d.ts +1 -0
  95. package/dist/mobile-mocks/models/email.d.ts.map +1 -0
  96. package/dist/mobile-mocks/models/email.js +2 -0
  97. package/dist/mobile-mocks/models/email.js.map +1 -0
  98. package/dist/mobile-mocks/node/async_hooks.d.ts +4 -0
  99. package/dist/mobile-mocks/node/async_hooks.d.ts.map +1 -0
  100. package/dist/mobile-mocks/node/async_hooks.js +8 -0
  101. package/dist/mobile-mocks/node/async_hooks.js.map +1 -0
  102. package/dist/mobile-mocks/node/child_process.d.ts +3 -0
  103. package/dist/mobile-mocks/node/child_process.d.ts.map +1 -0
  104. package/dist/mobile-mocks/node/child_process.js +6 -0
  105. package/dist/mobile-mocks/node/child_process.js.map +1 -0
  106. package/dist/mobile-mocks/node/fs/promises.d.ts +6 -0
  107. package/dist/mobile-mocks/node/fs/promises.d.ts.map +1 -0
  108. package/dist/mobile-mocks/node/fs/promises.js +16 -0
  109. package/dist/mobile-mocks/node/fs/promises.js.map +1 -0
  110. package/dist/mobile-mocks/node/fs.d.ts +4 -0
  111. package/dist/mobile-mocks/node/fs.d.ts.map +1 -0
  112. package/dist/mobile-mocks/node/fs.js +15 -0
  113. package/dist/mobile-mocks/node/fs.js.map +1 -0
  114. package/dist/mobile-mocks/node/latest-version.d.ts +2 -0
  115. package/dist/mobile-mocks/node/latest-version.d.ts.map +1 -0
  116. package/dist/mobile-mocks/node/latest-version.js +7 -0
  117. package/dist/mobile-mocks/node/latest-version.js.map +1 -0
  118. package/dist/mobile-mocks/node/v8.d.ts +3 -0
  119. package/dist/mobile-mocks/node/v8.d.ts.map +1 -0
  120. package/dist/mobile-mocks/node/v8.js +8 -0
  121. package/dist/mobile-mocks/node/v8.js.map +1 -0
  122. package/dist/mobile-mocks/npm/env-paths.d.ts +6 -0
  123. package/dist/mobile-mocks/npm/env-paths.d.ts.map +1 -0
  124. package/dist/mobile-mocks/npm/env-paths.js +9 -0
  125. package/dist/mobile-mocks/npm/env-paths.js.map +1 -0
  126. package/dist/mobile-mocks/saltcorn/plugin-testing.d.ts +1 -0
  127. package/dist/mobile-mocks/saltcorn/plugin-testing.d.ts.map +1 -0
  128. package/dist/mobile-mocks/saltcorn/plugin-testing.js +2 -0
  129. package/dist/mobile-mocks/saltcorn/plugin-testing.js.map +1 -0
  130. package/dist/models/config.d.ts +9 -10
  131. package/dist/models/config.d.ts.map +1 -1
  132. package/dist/models/config.js +8 -7
  133. package/dist/models/config.js.map +1 -1
  134. package/dist/models/discovery.d.ts.map +1 -1
  135. package/dist/models/discovery.js +5 -1
  136. package/dist/models/discovery.js.map +1 -1
  137. package/dist/models/email.d.ts +2 -0
  138. package/dist/models/email.d.ts.map +1 -1
  139. package/dist/models/field.d.ts +6 -4
  140. package/dist/models/field.d.ts.map +1 -1
  141. package/dist/models/field.js +40 -21
  142. package/dist/models/field.js.map +1 -1
  143. package/dist/models/fieldrepeat.d.ts +5 -0
  144. package/dist/models/fieldrepeat.d.ts.map +1 -1
  145. package/dist/models/fieldrepeat.js +2 -0
  146. package/dist/models/fieldrepeat.js.map +1 -1
  147. package/dist/models/form.d.ts +2 -0
  148. package/dist/models/form.d.ts.map +1 -1
  149. package/dist/models/form.js +1 -0
  150. package/dist/models/form.js.map +1 -1
  151. package/dist/models/index.d.ts +2 -13
  152. package/dist/models/index.d.ts.map +1 -1
  153. package/dist/models/layout.d.ts.map +1 -1
  154. package/dist/models/layout.js +12 -2
  155. package/dist/models/layout.js.map +1 -1
  156. package/dist/models/page.d.ts +1 -1
  157. package/dist/models/page.d.ts.map +1 -1
  158. package/dist/models/page.js +17 -9
  159. package/dist/models/page.js.map +1 -1
  160. package/dist/models/scheduler.d.ts.map +1 -1
  161. package/dist/models/scheduler.js +3 -1
  162. package/dist/models/scheduler.js.map +1 -1
  163. package/dist/models/table.d.ts +2 -1
  164. package/dist/models/table.d.ts.map +1 -1
  165. package/dist/models/table.js +32 -11
  166. package/dist/models/table.js.map +1 -1
  167. package/dist/models/trigger.d.ts +3 -3
  168. package/dist/models/trigger.d.ts.map +1 -1
  169. package/dist/models/trigger.js +4 -5
  170. package/dist/models/trigger.js.map +1 -1
  171. package/dist/models/user.d.ts +1 -1
  172. package/dist/models/user.d.ts.map +1 -1
  173. package/dist/models/user.js +7 -15
  174. package/dist/models/user.js.map +1 -1
  175. package/dist/models/view.d.ts +16 -12
  176. package/dist/models/view.d.ts.map +1 -1
  177. package/dist/models/view.js +63 -15
  178. package/dist/models/view.js.map +1 -1
  179. package/dist/models/workflow.d.ts +1 -0
  180. package/dist/models/workflow.d.ts.map +1 -1
  181. package/dist/models/workflow.js +58 -2
  182. package/dist/models/workflow.js.map +1 -1
  183. package/dist/package.json +127 -0
  184. package/dist/plugin-helper.d.ts +17 -13
  185. package/dist/plugin-helper.d.ts.map +1 -1
  186. package/dist/plugin-helper.js +122 -74
  187. package/dist/plugin-helper.js.map +1 -1
  188. package/dist/plugin-testing.d.ts +1 -0
  189. package/dist/plugin-testing.d.ts.map +1 -1
  190. package/dist/plugin-testing.js +84 -1
  191. package/dist/plugin-testing.js.map +1 -1
  192. package/dist/tests/actions.test.js +30 -5
  193. package/dist/tests/actions.test.js.map +1 -1
  194. package/dist/tests/db.test.d.ts +2 -0
  195. package/dist/tests/db.test.d.ts.map +1 -0
  196. package/dist/tests/db.test.js +32 -0
  197. package/dist/tests/db.test.js.map +1 -0
  198. package/dist/tests/exact_views.test.js +274 -19
  199. package/dist/tests/exact_views.test.js.map +1 -1
  200. package/dist/tests/field.test.js +36 -0
  201. package/dist/tests/field.test.js.map +1 -1
  202. package/dist/tests/mocks.d.ts +2 -0
  203. package/dist/tests/mocks.d.ts.map +1 -1
  204. package/dist/tests/mocks.js +2 -0
  205. package/dist/tests/mocks.js.map +1 -1
  206. package/dist/tests/models.test.js +46 -1
  207. package/dist/tests/models.test.js.map +1 -1
  208. package/dist/tests/remote_query_helper.d.ts +341 -0
  209. package/dist/tests/remote_query_helper.d.ts.map +1 -0
  210. package/dist/tests/remote_query_helper.js +446 -0
  211. package/dist/tests/remote_query_helper.js.map +1 -0
  212. package/dist/tests/state.test.d.ts +2 -0
  213. package/dist/tests/state.test.d.ts.map +1 -0
  214. package/dist/tests/state.test.js +78 -0
  215. package/dist/tests/state.test.js.map +1 -0
  216. package/dist/tests/table.test.js +19 -0
  217. package/dist/tests/table.test.js.map +1 -1
  218. package/dist/tests/view.test.js +29 -0
  219. package/dist/tests/view.test.js.map +1 -1
  220. package/dist/tsconfig.json +24 -0
  221. package/dist/tsconfig.ref.json +9 -0
  222. package/dist/tsconfig.ref.tsbuildinfo +1 -1
  223. package/dist/utils.d.ts +3 -1
  224. package/dist/utils.d.ts.map +1 -1
  225. package/dist/utils.js +14 -23
  226. package/dist/utils.js.map +1 -1
  227. package/dist/webpack.config.d.ts +57 -0
  228. package/dist/webpack.config.d.ts.map +1 -0
  229. package/dist/webpack.config.js +75 -0
  230. package/dist/webpack.config.js.map +1 -0
  231. package/package.json +38 -13
  232. package/CHANGELOG.md +0 -8
  233. package/dist/models/backup.d.ts +0 -9
  234. package/dist/models/backup.d.ts.map +0 -1
  235. package/dist/models/backup.js +0 -278
  236. package/dist/models/backup.js.map +0 -1
  237. package/dist/models/pack.d.ts +0 -42
  238. package/dist/models/pack.d.ts.map +0 -1
  239. package/dist/models/pack.js +0 -419
  240. package/dist/models/pack.js.map +0 -1
  241. package/dist/models/tenant.d.ts +0 -17
  242. package/dist/models/tenant.d.ts.map +0 -1
  243. package/dist/models/tenant.js +0 -152
  244. package/dist/models/tenant.js.map +0 -1
  245. package/dist/tests/backup.test.d.ts +0 -2
  246. package/dist/tests/backup.test.d.ts.map +0 -1
  247. package/dist/tests/backup.test.js +0 -101
  248. package/dist/tests/backup.test.js.map +0 -1
  249. package/dist/tests/pack.test.d.ts +0 -2
  250. package/dist/tests/pack.test.d.ts.map +0 -1
  251. package/dist/tests/pack.test.js +0 -338
  252. package/dist/tests/pack.test.js.map +0 -1
  253. package/dist/tests/random.test.d.ts +0 -2
  254. package/dist/tests/random.test.d.ts.map +0 -1
  255. package/dist/tests/random.test.js +0 -149
  256. package/dist/tests/random.test.js.map +0 -1
  257. package/dist/tests/tenant.test.d.ts +0 -2
  258. package/dist/tests/tenant.test.d.ts.map +0 -1
  259. package/dist/tests/tenant.test.js +0 -52
  260. package/dist/tests/tenant.test.js.map +0 -1
@@ -0,0 +1,341 @@
1
+ export declare const prepareQueryEnviroment: () => void;
2
+ export declare const sendViewToServer: (view: any) => Promise<void>;
3
+ export declare const deleteViewFromServer: (id: number) => Promise<void>;
4
+ export declare const renderEditInEditConfig: {
5
+ innerEdit: {
6
+ layout: {
7
+ above: ({
8
+ style: {};
9
+ widths: number[];
10
+ besides: ({
11
+ above: ({
12
+ font: string;
13
+ type: string;
14
+ block: boolean;
15
+ style: {};
16
+ inline: boolean;
17
+ contents: string;
18
+ labelFor: string;
19
+ isFormula: {};
20
+ textStyle: string;
21
+ } | null)[];
22
+ } | {
23
+ above: ({
24
+ type: string;
25
+ block: boolean;
26
+ fieldview: string;
27
+ textStyle: string;
28
+ field_name: string;
29
+ configuration: {};
30
+ } | null)[];
31
+ })[];
32
+ breakpoints: string[];
33
+ type?: undefined;
34
+ } | {
35
+ type: string;
36
+ style?: undefined;
37
+ widths?: undefined;
38
+ besides?: undefined;
39
+ breakpoints?: undefined;
40
+ })[];
41
+ };
42
+ columns: {
43
+ type: string;
44
+ block: boolean;
45
+ fieldview: string;
46
+ textStyle: string;
47
+ field_name: string;
48
+ configuration: {};
49
+ }[];
50
+ };
51
+ outerEdit: {
52
+ layout: {
53
+ above: ({
54
+ style: {
55
+ "margin-bottom"?: undefined;
56
+ };
57
+ widths: number[];
58
+ besides: ({
59
+ above: ({
60
+ font: string;
61
+ type: string;
62
+ block: boolean;
63
+ style: {};
64
+ inline: boolean;
65
+ contents: string;
66
+ labelFor: string;
67
+ isFormula: {};
68
+ textStyle: string;
69
+ } | null)[];
70
+ } | {
71
+ above: ({
72
+ type: string;
73
+ block: boolean;
74
+ fieldview: string;
75
+ textStyle: string;
76
+ field_name: string;
77
+ configuration: {};
78
+ } | null)[];
79
+ })[];
80
+ breakpoints: string[];
81
+ type?: undefined;
82
+ name?: undefined;
83
+ view?: undefined;
84
+ state?: undefined;
85
+ configuration?: undefined;
86
+ block?: undefined;
87
+ rndid?: undefined;
88
+ minRole?: undefined;
89
+ isFormula?: undefined;
90
+ action_icon?: undefined;
91
+ action_name?: undefined;
92
+ action_size?: undefined;
93
+ action_bgcol?: undefined;
94
+ action_label?: undefined;
95
+ action_style?: undefined;
96
+ action_textcol?: undefined;
97
+ action_bordercol?: undefined;
98
+ confirm?: undefined;
99
+ } | {
100
+ type: string;
101
+ style?: undefined;
102
+ widths?: undefined;
103
+ besides?: undefined;
104
+ breakpoints?: undefined;
105
+ name?: undefined;
106
+ view?: undefined;
107
+ state?: undefined;
108
+ configuration?: undefined;
109
+ block?: undefined;
110
+ rndid?: undefined;
111
+ minRole?: undefined;
112
+ isFormula?: undefined;
113
+ action_icon?: undefined;
114
+ action_name?: undefined;
115
+ action_size?: undefined;
116
+ action_bgcol?: undefined;
117
+ action_label?: undefined;
118
+ action_style?: undefined;
119
+ action_textcol?: undefined;
120
+ action_bordercol?: undefined;
121
+ confirm?: undefined;
122
+ } | {
123
+ style: {
124
+ "margin-bottom": string;
125
+ };
126
+ widths: number[];
127
+ besides: ({
128
+ above: ({
129
+ font: string;
130
+ type: string;
131
+ block: boolean;
132
+ style: {};
133
+ inline: boolean;
134
+ contents: string;
135
+ labelFor: string;
136
+ isFormula: {};
137
+ textStyle: string;
138
+ } | null)[];
139
+ } | {
140
+ above: ({
141
+ type: string;
142
+ block: boolean;
143
+ fieldview: string;
144
+ textStyle: string;
145
+ field_name: string;
146
+ configuration: {};
147
+ } | null)[];
148
+ })[];
149
+ breakpoints: string[];
150
+ type?: undefined;
151
+ name?: undefined;
152
+ view?: undefined;
153
+ state?: undefined;
154
+ configuration?: undefined;
155
+ block?: undefined;
156
+ rndid?: undefined;
157
+ minRole?: undefined;
158
+ isFormula?: undefined;
159
+ action_icon?: undefined;
160
+ action_name?: undefined;
161
+ action_size?: undefined;
162
+ action_bgcol?: undefined;
163
+ action_label?: undefined;
164
+ action_style?: undefined;
165
+ action_textcol?: undefined;
166
+ action_bordercol?: undefined;
167
+ confirm?: undefined;
168
+ } | {
169
+ name: string;
170
+ type: string;
171
+ view: string;
172
+ state: string;
173
+ configuration: {};
174
+ style?: undefined;
175
+ widths?: undefined;
176
+ besides?: undefined;
177
+ breakpoints?: undefined;
178
+ block?: undefined;
179
+ rndid?: undefined;
180
+ minRole?: undefined;
181
+ isFormula?: undefined;
182
+ action_icon?: undefined;
183
+ action_name?: undefined;
184
+ action_size?: undefined;
185
+ action_bgcol?: undefined;
186
+ action_label?: undefined;
187
+ action_style?: undefined;
188
+ action_textcol?: undefined;
189
+ action_bordercol?: undefined;
190
+ confirm?: undefined;
191
+ } | {
192
+ type: string;
193
+ block: boolean;
194
+ rndid: string;
195
+ minRole: number;
196
+ isFormula: {};
197
+ action_icon: string;
198
+ action_name: string;
199
+ action_size: string;
200
+ action_bgcol: string;
201
+ action_label: string;
202
+ action_style: string;
203
+ configuration: {};
204
+ action_textcol: string;
205
+ action_bordercol: string;
206
+ style?: undefined;
207
+ widths?: undefined;
208
+ besides?: undefined;
209
+ breakpoints?: undefined;
210
+ name?: undefined;
211
+ view?: undefined;
212
+ state?: undefined;
213
+ confirm?: undefined;
214
+ } | {
215
+ type: string;
216
+ block: boolean;
217
+ rndid: string;
218
+ confirm: boolean;
219
+ minRole: number;
220
+ isFormula: {};
221
+ action_icon: string;
222
+ action_name: string;
223
+ action_label: string;
224
+ configuration: {};
225
+ style?: undefined;
226
+ widths?: undefined;
227
+ besides?: undefined;
228
+ breakpoints?: undefined;
229
+ name?: undefined;
230
+ view?: undefined;
231
+ state?: undefined;
232
+ action_size?: undefined;
233
+ action_bgcol?: undefined;
234
+ action_style?: undefined;
235
+ action_textcol?: undefined;
236
+ action_bordercol?: undefined;
237
+ } | {
238
+ type: string;
239
+ block: boolean;
240
+ rndid: string;
241
+ confirm: boolean;
242
+ minRole: number;
243
+ isFormula: {};
244
+ action_icon: string;
245
+ action_name: string;
246
+ action_size: string;
247
+ action_bgcol: string;
248
+ action_label: string;
249
+ action_style: string;
250
+ configuration: {};
251
+ action_textcol: string;
252
+ action_bordercol: string;
253
+ style?: undefined;
254
+ widths?: undefined;
255
+ besides?: undefined;
256
+ breakpoints?: undefined;
257
+ name?: undefined;
258
+ view?: undefined;
259
+ state?: undefined;
260
+ })[];
261
+ };
262
+ columns: ({
263
+ type: string;
264
+ block: boolean;
265
+ fieldview: string;
266
+ textStyle: string;
267
+ field_name: string;
268
+ configuration: {};
269
+ rndid?: undefined;
270
+ minRole?: undefined;
271
+ isFormula?: undefined;
272
+ action_icon?: undefined;
273
+ action_name?: undefined;
274
+ action_size?: undefined;
275
+ action_bgcol?: undefined;
276
+ action_label?: undefined;
277
+ action_style?: undefined;
278
+ action_textcol?: undefined;
279
+ action_bordercol?: undefined;
280
+ confirm?: undefined;
281
+ } | {
282
+ type: string;
283
+ rndid: string;
284
+ minRole: number;
285
+ isFormula: {};
286
+ action_icon: string;
287
+ action_name: string;
288
+ action_size: string;
289
+ action_bgcol: string;
290
+ action_label: string;
291
+ action_style: string;
292
+ configuration: {};
293
+ action_textcol: string;
294
+ action_bordercol: string;
295
+ block?: undefined;
296
+ fieldview?: undefined;
297
+ textStyle?: undefined;
298
+ field_name?: undefined;
299
+ confirm?: undefined;
300
+ } | {
301
+ type: string;
302
+ rndid: string;
303
+ confirm: boolean;
304
+ minRole: number;
305
+ isFormula: {};
306
+ action_icon: string;
307
+ action_name: string;
308
+ action_label: string;
309
+ configuration: {};
310
+ block?: undefined;
311
+ fieldview?: undefined;
312
+ textStyle?: undefined;
313
+ field_name?: undefined;
314
+ action_size?: undefined;
315
+ action_bgcol?: undefined;
316
+ action_style?: undefined;
317
+ action_textcol?: undefined;
318
+ action_bordercol?: undefined;
319
+ } | {
320
+ type: string;
321
+ rndid: string;
322
+ confirm: boolean;
323
+ minRole: number;
324
+ isFormula: {};
325
+ action_icon: string;
326
+ action_name: string;
327
+ action_size: string;
328
+ action_bgcol: string;
329
+ action_label: string;
330
+ action_style: string;
331
+ configuration: {};
332
+ action_textcol: string;
333
+ action_bordercol: string;
334
+ block?: undefined;
335
+ fieldview?: undefined;
336
+ textStyle?: undefined;
337
+ field_name?: undefined;
338
+ })[];
339
+ };
340
+ };
341
+ //# sourceMappingURL=remote_query_helper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote_query_helper.d.ts","sourceRoot":"","sources":["../../tests/remote_query_helper.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB,YAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAgB,GAAG,kBAY/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,OAAc,MAAM,kBAcpD,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqYlC,CAAC"}