@makeswift/prop-controllers 0.1.1-canary.0 → 0.2.0-canary.0

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 (142) hide show
  1. package/dist/index.cjs +369 -220
  2. package/dist/types/border copy/border.d.ts +2435 -0
  3. package/dist/types/border copy/border.d.ts.map +1 -0
  4. package/dist/types/border copy/border.test.d.ts +2 -0
  5. package/dist/types/border copy/border.test.d.ts.map +1 -0
  6. package/dist/types/border copy/index.d.ts +2 -0
  7. package/dist/types/border copy/index.d.ts.map +1 -0
  8. package/dist/types/date/checkbox.test.d.ts +2 -0
  9. package/dist/types/date/checkbox.test.d.ts.map +1 -0
  10. package/dist/types/date copy/date.d.ts +50 -0
  11. package/dist/types/date copy/date.d.ts.map +1 -0
  12. package/dist/types/date copy/date.test.d.ts +2 -0
  13. package/dist/types/date copy/date.test.d.ts.map +1 -0
  14. package/dist/types/date copy/index.d.ts +2 -0
  15. package/dist/types/date copy/index.d.ts.map +1 -0
  16. package/dist/types/deleted.d.ts +1 -0
  17. package/dist/types/deleted.d.ts.map +1 -0
  18. package/dist/types/deteted.d.ts +1 -0
  19. package/dist/types/deteted.d.ts.map +1 -0
  20. package/dist/types/element-id/date.d.ts +50 -0
  21. package/dist/types/element-id/date.d.ts.map +1 -0
  22. package/dist/types/element-id/date.test.d.ts +2 -0
  23. package/dist/types/element-id/date.test.d.ts.map +1 -0
  24. package/dist/types/element-id/element-id.d.ts +51 -0
  25. package/dist/types/element-id/element-id.d.ts.map +1 -0
  26. package/dist/types/element-id/element-id.test.d.ts +2 -0
  27. package/dist/types/element-id/element-id.test.d.ts.map +1 -0
  28. package/dist/types/element-id/index.d.ts +2 -0
  29. package/dist/types/element-id/index.d.ts.map +1 -0
  30. package/dist/types/font/border.d.ts +2435 -0
  31. package/dist/types/font/border.d.ts.map +1 -0
  32. package/dist/types/font/border.test.d.ts +2 -0
  33. package/dist/types/font/border.test.d.ts.map +1 -0
  34. package/dist/types/font/date.d.ts +50 -0
  35. package/dist/types/font/date.d.ts.map +1 -0
  36. package/dist/types/font/date.test.d.ts +2 -0
  37. package/dist/types/font/date.test.d.ts.map +1 -0
  38. package/dist/types/gap-x/text-style.d.ts +589 -0
  39. package/dist/types/gap-x/text-style.d.ts.map +1 -0
  40. package/dist/types/gap-x/text-style.test.d.ts +2 -0
  41. package/dist/types/gap-x/text-style.test.d.ts.map +1 -0
  42. package/dist/types/gap-x copy/gap-x.d.ts +177 -0
  43. package/dist/types/gap-x copy/gap-x.d.ts.map +1 -0
  44. package/dist/types/gap-x copy/gap-x.test.d.ts +2 -0
  45. package/dist/types/gap-x copy/gap-x.test.d.ts.map +1 -0
  46. package/dist/types/gap-x copy/index.d.ts +2 -0
  47. package/dist/types/gap-x copy/index.d.ts.map +1 -0
  48. package/dist/types/gap-y/gap-x.d.ts +177 -0
  49. package/dist/types/gap-y/gap-x.d.ts.map +1 -0
  50. package/dist/types/gap-y/gap-x.test.d.ts +2 -0
  51. package/dist/types/gap-y/gap-x.test.d.ts.map +1 -0
  52. package/dist/types/grid/grid.d.ts +548 -0
  53. package/dist/types/grid/grid.d.ts.map +1 -0
  54. package/dist/types/grid/grid.test.d.ts +2 -0
  55. package/dist/types/grid/grid.test.d.ts.map +1 -0
  56. package/dist/types/grid/index.d.ts +2 -0
  57. package/dist/types/grid/index.d.ts.map +1 -0
  58. package/dist/types/grid/table.d.ts +54 -0
  59. package/dist/types/grid/table.d.ts.map +1 -0
  60. package/dist/types/grid/table.test.d.ts +2 -0
  61. package/dist/types/grid/table.test.d.ts.map +1 -0
  62. package/dist/types/index.d.ts +4 -0
  63. package/dist/types/index.d.ts.map +1 -1
  64. package/dist/types/margin/border.d.ts +2435 -0
  65. package/dist/types/margin/border.d.ts.map +1 -0
  66. package/dist/types/margin/border.test.d.ts +2 -0
  67. package/dist/types/margin/border.test.d.ts.map +1 -0
  68. package/dist/types/margin copy/index.d.ts +2 -0
  69. package/dist/types/margin copy/index.d.ts.map +1 -0
  70. package/dist/types/margin copy/margin.d.ts +1026 -0
  71. package/dist/types/margin copy/margin.d.ts.map +1 -0
  72. package/dist/types/margin copy/margin.test.d.ts +2 -0
  73. package/dist/types/margin copy/margin.test.d.ts.map +1 -0
  74. package/dist/types/navigation-links/date.d.ts +50 -0
  75. package/dist/types/navigation-links/date.d.ts.map +1 -0
  76. package/dist/types/navigation-links/date.test.d.ts +2 -0
  77. package/dist/types/navigation-links/date.test.d.ts.map +1 -0
  78. package/dist/types/padding/margin.d.ts +1026 -0
  79. package/dist/types/padding/margin.d.ts.map +1 -0
  80. package/dist/types/padding/margin.test.d.ts +2 -0
  81. package/dist/types/padding/margin.test.d.ts.map +1 -0
  82. package/dist/types/padding copy/index.d.ts +2 -0
  83. package/dist/types/padding copy/index.d.ts.map +1 -0
  84. package/dist/types/padding copy/padding.d.ts +1026 -0
  85. package/dist/types/padding copy/padding.d.ts.map +1 -0
  86. package/dist/types/padding copy/padding.test.d.ts +2 -0
  87. package/dist/types/padding copy/padding.test.d.ts.map +1 -0
  88. package/dist/types/prop-controllers.d.ts +2 -0
  89. package/dist/types/prop-controllers.d.ts.map +1 -1
  90. package/dist/types/table/date.d.ts +50 -0
  91. package/dist/types/table/date.d.ts.map +1 -0
  92. package/dist/types/table/date.test.d.ts +2 -0
  93. package/dist/types/table/date.test.d.ts.map +1 -0
  94. package/dist/types/table copy/index.d.ts +2 -0
  95. package/dist/types/table copy/index.d.ts.map +1 -0
  96. package/dist/types/table copy/table.d.ts +54 -0
  97. package/dist/types/table copy/table.d.ts.map +1 -0
  98. package/dist/types/table copy/table.test.d.ts +2 -0
  99. package/dist/types/table copy/table.test.d.ts.map +1 -0
  100. package/dist/types/table-form-fields/date.d.ts +50 -0
  101. package/dist/types/table-form-fields/date.d.ts.map +1 -0
  102. package/dist/types/table-form-fields/date.test.d.ts +2 -0
  103. package/dist/types/table-form-fields/date.test.d.ts.map +1 -0
  104. package/dist/types/table-form-fields/index.d.ts +2 -0
  105. package/dist/types/table-form-fields/index.d.ts.map +1 -0
  106. package/dist/types/table-form-fields/table-form-fields.d.ts +633 -0
  107. package/dist/types/table-form-fields/table-form-fields.d.ts.map +1 -0
  108. package/dist/types/table-form-fields/table-form-fields.test.d.ts +2 -0
  109. package/dist/types/table-form-fields/table-form-fields.test.d.ts.map +1 -0
  110. package/dist/types/text-area/date.d.ts +50 -0
  111. package/dist/types/text-area/date.d.ts.map +1 -0
  112. package/dist/types/text-area/date.test.d.ts +2 -0
  113. package/dist/types/text-area/date.test.d.ts.map +1 -0
  114. package/dist/types/text-style/font.test.d.ts +2 -0
  115. package/dist/types/text-style/font.test.d.ts.map +1 -0
  116. package/dist/types/text-style copy/index.d.ts +2 -0
  117. package/dist/types/text-style copy/index.d.ts.map +1 -0
  118. package/dist/types/text-style copy/text-style.d.ts +589 -0
  119. package/dist/types/text-style copy/text-style.d.ts.map +1 -0
  120. package/dist/types/text-style copy/text-style.test.d.ts +2 -0
  121. package/dist/types/text-style copy/text-style.test.d.ts.map +1 -0
  122. package/dist/types/typeahead/date.d.ts +50 -0
  123. package/dist/types/typeahead/date.d.ts.map +1 -0
  124. package/dist/types/typeahead/date.test.d.ts +2 -0
  125. package/dist/types/typeahead/date.test.d.ts.map +1 -0
  126. package/dist/types/typeahead/index.d.ts +2 -0
  127. package/dist/types/typeahead/index.d.ts.map +1 -0
  128. package/dist/types/typeahead/typeahead.d.ts +50 -0
  129. package/dist/types/typeahead/typeahead.d.ts.map +1 -0
  130. package/dist/types/typeahead/typeahead.test.d.ts +2 -0
  131. package/dist/types/typeahead/typeahead.test.d.ts.map +1 -0
  132. package/dist/types/video/date.d.ts +50 -0
  133. package/dist/types/video/date.d.ts.map +1 -0
  134. package/dist/types/video/date.test.d.ts +2 -0
  135. package/dist/types/video/date.test.d.ts.map +1 -0
  136. package/dist/types/video/font.test.d.ts +2 -0
  137. package/dist/types/video/font.test.d.ts.map +1 -0
  138. package/dist/types/width/padding.d.ts +1026 -0
  139. package/dist/types/width/padding.d.ts.map +1 -0
  140. package/dist/types/width/padding.test.d.ts +2 -0
  141. package/dist/types/width/padding.test.d.ts.map +1 -0
  142. package/package.json +1 -1
@@ -0,0 +1,548 @@
1
+ import { z } from 'zod';
2
+ import { CopyContext, Element, MergeTranslatableDataContext, Options, Types } from '../prop-controllers';
3
+ declare const gridDataSchema: z.ZodObject<{
4
+ elements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
5
+ type: z.ZodString;
6
+ key: z.ZodString;
7
+ props: z.ZodRecord<z.ZodString, z.ZodType<import("../prop-controllers").Data, z.ZodTypeDef, import("../prop-controllers").Data>>;
8
+ }, "strip", z.ZodTypeAny, {
9
+ type: string;
10
+ key: string;
11
+ props: Record<string, import("../prop-controllers").Data>;
12
+ }, {
13
+ type: string;
14
+ key: string;
15
+ props: Record<string, import("../prop-controllers").Data>;
16
+ }>, z.ZodObject<{
17
+ type: z.ZodLiteral<"reference">;
18
+ key: z.ZodString;
19
+ value: z.ZodString;
20
+ }, "strip", z.ZodTypeAny, {
21
+ value: string;
22
+ type: "reference";
23
+ key: string;
24
+ }, {
25
+ value: string;
26
+ type: "reference";
27
+ key: string;
28
+ }>]>, "many">;
29
+ columns: z.ZodArray<z.ZodObject<{
30
+ deviceId: z.ZodString;
31
+ value: z.ZodObject<{
32
+ count: z.ZodNumber;
33
+ spans: z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">;
34
+ }, "strip", z.ZodTypeAny, {
35
+ count: number;
36
+ spans: number[][];
37
+ }, {
38
+ count: number;
39
+ spans: number[][];
40
+ }>;
41
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
42
+ value: {
43
+ count: number;
44
+ spans: number[][];
45
+ };
46
+ deviceId: string;
47
+ }, {
48
+ value: {
49
+ count: number;
50
+ spans: number[][];
51
+ };
52
+ deviceId: string;
53
+ }>, "many">;
54
+ }, "strip", z.ZodTypeAny, {
55
+ elements: ({
56
+ type: string;
57
+ key: string;
58
+ props: Record<string, import("../prop-controllers").Data>;
59
+ } | {
60
+ value: string;
61
+ type: "reference";
62
+ key: string;
63
+ })[];
64
+ columns: {
65
+ value: {
66
+ count: number;
67
+ spans: number[][];
68
+ };
69
+ deviceId: string;
70
+ }[];
71
+ }, {
72
+ elements: ({
73
+ type: string;
74
+ key: string;
75
+ props: Record<string, import("../prop-controllers").Data>;
76
+ } | {
77
+ value: string;
78
+ type: "reference";
79
+ key: string;
80
+ })[];
81
+ columns: {
82
+ value: {
83
+ count: number;
84
+ spans: number[][];
85
+ };
86
+ deviceId: string;
87
+ }[];
88
+ }>;
89
+ export type GridData = z.infer<typeof gridDataSchema>;
90
+ declare const gridPropControllerDataV0Schema: z.ZodObject<{
91
+ elements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
92
+ type: z.ZodString;
93
+ key: z.ZodString;
94
+ props: z.ZodRecord<z.ZodString, z.ZodType<import("../prop-controllers").Data, z.ZodTypeDef, import("../prop-controllers").Data>>;
95
+ }, "strip", z.ZodTypeAny, {
96
+ type: string;
97
+ key: string;
98
+ props: Record<string, import("../prop-controllers").Data>;
99
+ }, {
100
+ type: string;
101
+ key: string;
102
+ props: Record<string, import("../prop-controllers").Data>;
103
+ }>, z.ZodObject<{
104
+ type: z.ZodLiteral<"reference">;
105
+ key: z.ZodString;
106
+ value: z.ZodString;
107
+ }, "strip", z.ZodTypeAny, {
108
+ value: string;
109
+ type: "reference";
110
+ key: string;
111
+ }, {
112
+ value: string;
113
+ type: "reference";
114
+ key: string;
115
+ }>]>, "many">;
116
+ columns: z.ZodArray<z.ZodObject<{
117
+ deviceId: z.ZodString;
118
+ value: z.ZodObject<{
119
+ count: z.ZodNumber;
120
+ spans: z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">;
121
+ }, "strip", z.ZodTypeAny, {
122
+ count: number;
123
+ spans: number[][];
124
+ }, {
125
+ count: number;
126
+ spans: number[][];
127
+ }>;
128
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
129
+ value: {
130
+ count: number;
131
+ spans: number[][];
132
+ };
133
+ deviceId: string;
134
+ }, {
135
+ value: {
136
+ count: number;
137
+ spans: number[][];
138
+ };
139
+ deviceId: string;
140
+ }>, "many">;
141
+ }, "strip", z.ZodTypeAny, {
142
+ elements: ({
143
+ type: string;
144
+ key: string;
145
+ props: Record<string, import("../prop-controllers").Data>;
146
+ } | {
147
+ value: string;
148
+ type: "reference";
149
+ key: string;
150
+ })[];
151
+ columns: {
152
+ value: {
153
+ count: number;
154
+ spans: number[][];
155
+ };
156
+ deviceId: string;
157
+ }[];
158
+ }, {
159
+ elements: ({
160
+ type: string;
161
+ key: string;
162
+ props: Record<string, import("../prop-controllers").Data>;
163
+ } | {
164
+ value: string;
165
+ type: "reference";
166
+ key: string;
167
+ })[];
168
+ columns: {
169
+ value: {
170
+ count: number;
171
+ spans: number[][];
172
+ };
173
+ deviceId: string;
174
+ }[];
175
+ }>;
176
+ export type GridPropControllerDataV0 = z.infer<typeof gridPropControllerDataV0Schema>;
177
+ export declare const GridPropControllerDataV1Type = "prop-controllers::grid::v1";
178
+ declare const gridPropControllerDataV1Schema: z.ZodObject<{
179
+ "@@makeswift/type": z.ZodLiteral<"prop-controllers::grid::v1">;
180
+ value: z.ZodObject<{
181
+ elements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
182
+ type: z.ZodString;
183
+ key: z.ZodString;
184
+ props: z.ZodRecord<z.ZodString, z.ZodType<import("../prop-controllers").Data, z.ZodTypeDef, import("../prop-controllers").Data>>;
185
+ }, "strip", z.ZodTypeAny, {
186
+ type: string;
187
+ key: string;
188
+ props: Record<string, import("../prop-controllers").Data>;
189
+ }, {
190
+ type: string;
191
+ key: string;
192
+ props: Record<string, import("../prop-controllers").Data>;
193
+ }>, z.ZodObject<{
194
+ type: z.ZodLiteral<"reference">;
195
+ key: z.ZodString;
196
+ value: z.ZodString;
197
+ }, "strip", z.ZodTypeAny, {
198
+ value: string;
199
+ type: "reference";
200
+ key: string;
201
+ }, {
202
+ value: string;
203
+ type: "reference";
204
+ key: string;
205
+ }>]>, "many">;
206
+ columns: z.ZodArray<z.ZodObject<{
207
+ deviceId: z.ZodString;
208
+ value: z.ZodObject<{
209
+ count: z.ZodNumber;
210
+ spans: z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">;
211
+ }, "strip", z.ZodTypeAny, {
212
+ count: number;
213
+ spans: number[][];
214
+ }, {
215
+ count: number;
216
+ spans: number[][];
217
+ }>;
218
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
219
+ value: {
220
+ count: number;
221
+ spans: number[][];
222
+ };
223
+ deviceId: string;
224
+ }, {
225
+ value: {
226
+ count: number;
227
+ spans: number[][];
228
+ };
229
+ deviceId: string;
230
+ }>, "many">;
231
+ }, "strip", z.ZodTypeAny, {
232
+ elements: ({
233
+ type: string;
234
+ key: string;
235
+ props: Record<string, import("../prop-controllers").Data>;
236
+ } | {
237
+ value: string;
238
+ type: "reference";
239
+ key: string;
240
+ })[];
241
+ columns: {
242
+ value: {
243
+ count: number;
244
+ spans: number[][];
245
+ };
246
+ deviceId: string;
247
+ }[];
248
+ }, {
249
+ elements: ({
250
+ type: string;
251
+ key: string;
252
+ props: Record<string, import("../prop-controllers").Data>;
253
+ } | {
254
+ value: string;
255
+ type: "reference";
256
+ key: string;
257
+ })[];
258
+ columns: {
259
+ value: {
260
+ count: number;
261
+ spans: number[][];
262
+ };
263
+ deviceId: string;
264
+ }[];
265
+ }>;
266
+ }, "strip", z.ZodTypeAny, {
267
+ value: {
268
+ elements: ({
269
+ type: string;
270
+ key: string;
271
+ props: Record<string, import("../prop-controllers").Data>;
272
+ } | {
273
+ value: string;
274
+ type: "reference";
275
+ key: string;
276
+ })[];
277
+ columns: {
278
+ value: {
279
+ count: number;
280
+ spans: number[][];
281
+ };
282
+ deviceId: string;
283
+ }[];
284
+ };
285
+ "@@makeswift/type": "prop-controllers::grid::v1";
286
+ }, {
287
+ value: {
288
+ elements: ({
289
+ type: string;
290
+ key: string;
291
+ props: Record<string, import("../prop-controllers").Data>;
292
+ } | {
293
+ value: string;
294
+ type: "reference";
295
+ key: string;
296
+ })[];
297
+ columns: {
298
+ value: {
299
+ count: number;
300
+ spans: number[][];
301
+ };
302
+ deviceId: string;
303
+ }[];
304
+ };
305
+ "@@makeswift/type": "prop-controllers::grid::v1";
306
+ }>;
307
+ export type GridPropControllerDataV1 = z.infer<typeof gridPropControllerDataV1Schema>;
308
+ export declare const gridPropControllerDataSchema: z.ZodUnion<[z.ZodObject<{
309
+ elements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
310
+ type: z.ZodString;
311
+ key: z.ZodString;
312
+ props: z.ZodRecord<z.ZodString, z.ZodType<import("../prop-controllers").Data, z.ZodTypeDef, import("../prop-controllers").Data>>;
313
+ }, "strip", z.ZodTypeAny, {
314
+ type: string;
315
+ key: string;
316
+ props: Record<string, import("../prop-controllers").Data>;
317
+ }, {
318
+ type: string;
319
+ key: string;
320
+ props: Record<string, import("../prop-controllers").Data>;
321
+ }>, z.ZodObject<{
322
+ type: z.ZodLiteral<"reference">;
323
+ key: z.ZodString;
324
+ value: z.ZodString;
325
+ }, "strip", z.ZodTypeAny, {
326
+ value: string;
327
+ type: "reference";
328
+ key: string;
329
+ }, {
330
+ value: string;
331
+ type: "reference";
332
+ key: string;
333
+ }>]>, "many">;
334
+ columns: z.ZodArray<z.ZodObject<{
335
+ deviceId: z.ZodString;
336
+ value: z.ZodObject<{
337
+ count: z.ZodNumber;
338
+ spans: z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">;
339
+ }, "strip", z.ZodTypeAny, {
340
+ count: number;
341
+ spans: number[][];
342
+ }, {
343
+ count: number;
344
+ spans: number[][];
345
+ }>;
346
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
347
+ value: {
348
+ count: number;
349
+ spans: number[][];
350
+ };
351
+ deviceId: string;
352
+ }, {
353
+ value: {
354
+ count: number;
355
+ spans: number[][];
356
+ };
357
+ deviceId: string;
358
+ }>, "many">;
359
+ }, "strip", z.ZodTypeAny, {
360
+ elements: ({
361
+ type: string;
362
+ key: string;
363
+ props: Record<string, import("../prop-controllers").Data>;
364
+ } | {
365
+ value: string;
366
+ type: "reference";
367
+ key: string;
368
+ })[];
369
+ columns: {
370
+ value: {
371
+ count: number;
372
+ spans: number[][];
373
+ };
374
+ deviceId: string;
375
+ }[];
376
+ }, {
377
+ elements: ({
378
+ type: string;
379
+ key: string;
380
+ props: Record<string, import("../prop-controllers").Data>;
381
+ } | {
382
+ value: string;
383
+ type: "reference";
384
+ key: string;
385
+ })[];
386
+ columns: {
387
+ value: {
388
+ count: number;
389
+ spans: number[][];
390
+ };
391
+ deviceId: string;
392
+ }[];
393
+ }>, z.ZodObject<{
394
+ "@@makeswift/type": z.ZodLiteral<"prop-controllers::grid::v1">;
395
+ value: z.ZodObject<{
396
+ elements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
397
+ type: z.ZodString;
398
+ key: z.ZodString;
399
+ props: z.ZodRecord<z.ZodString, z.ZodType<import("../prop-controllers").Data, z.ZodTypeDef, import("../prop-controllers").Data>>;
400
+ }, "strip", z.ZodTypeAny, {
401
+ type: string;
402
+ key: string;
403
+ props: Record<string, import("../prop-controllers").Data>;
404
+ }, {
405
+ type: string;
406
+ key: string;
407
+ props: Record<string, import("../prop-controllers").Data>;
408
+ }>, z.ZodObject<{
409
+ type: z.ZodLiteral<"reference">;
410
+ key: z.ZodString;
411
+ value: z.ZodString;
412
+ }, "strip", z.ZodTypeAny, {
413
+ value: string;
414
+ type: "reference";
415
+ key: string;
416
+ }, {
417
+ value: string;
418
+ type: "reference";
419
+ key: string;
420
+ }>]>, "many">;
421
+ columns: z.ZodArray<z.ZodObject<{
422
+ deviceId: z.ZodString;
423
+ value: z.ZodObject<{
424
+ count: z.ZodNumber;
425
+ spans: z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">;
426
+ }, "strip", z.ZodTypeAny, {
427
+ count: number;
428
+ spans: number[][];
429
+ }, {
430
+ count: number;
431
+ spans: number[][];
432
+ }>;
433
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
434
+ value: {
435
+ count: number;
436
+ spans: number[][];
437
+ };
438
+ deviceId: string;
439
+ }, {
440
+ value: {
441
+ count: number;
442
+ spans: number[][];
443
+ };
444
+ deviceId: string;
445
+ }>, "many">;
446
+ }, "strip", z.ZodTypeAny, {
447
+ elements: ({
448
+ type: string;
449
+ key: string;
450
+ props: Record<string, import("../prop-controllers").Data>;
451
+ } | {
452
+ value: string;
453
+ type: "reference";
454
+ key: string;
455
+ })[];
456
+ columns: {
457
+ value: {
458
+ count: number;
459
+ spans: number[][];
460
+ };
461
+ deviceId: string;
462
+ }[];
463
+ }, {
464
+ elements: ({
465
+ type: string;
466
+ key: string;
467
+ props: Record<string, import("../prop-controllers").Data>;
468
+ } | {
469
+ value: string;
470
+ type: "reference";
471
+ key: string;
472
+ })[];
473
+ columns: {
474
+ value: {
475
+ count: number;
476
+ spans: number[][];
477
+ };
478
+ deviceId: string;
479
+ }[];
480
+ }>;
481
+ }, "strip", z.ZodTypeAny, {
482
+ value: {
483
+ elements: ({
484
+ type: string;
485
+ key: string;
486
+ props: Record<string, import("../prop-controllers").Data>;
487
+ } | {
488
+ value: string;
489
+ type: "reference";
490
+ key: string;
491
+ })[];
492
+ columns: {
493
+ value: {
494
+ count: number;
495
+ spans: number[][];
496
+ };
497
+ deviceId: string;
498
+ }[];
499
+ };
500
+ "@@makeswift/type": "prop-controllers::grid::v1";
501
+ }, {
502
+ value: {
503
+ elements: ({
504
+ type: string;
505
+ key: string;
506
+ props: Record<string, import("../prop-controllers").Data>;
507
+ } | {
508
+ value: string;
509
+ type: "reference";
510
+ key: string;
511
+ })[];
512
+ columns: {
513
+ value: {
514
+ count: number;
515
+ spans: number[][];
516
+ };
517
+ deviceId: string;
518
+ }[];
519
+ };
520
+ "@@makeswift/type": "prop-controllers::grid::v1";
521
+ }>]>;
522
+ export type GridPropControllerData = z.infer<typeof gridPropControllerDataSchema>;
523
+ export type GridOptions = Options<Record<string, never>>;
524
+ type GridDescriptorV0<_T = GridPropControllerDataV0> = {
525
+ type: typeof Types.Grid;
526
+ options: GridOptions;
527
+ };
528
+ type GridDescriptorV1<_T = GridPropControllerData, U extends GridOptions = GridOptions> = {
529
+ type: typeof Types.Grid;
530
+ version: 1;
531
+ options: U;
532
+ };
533
+ export type GridDescriptor<_T = GridPropControllerData> = GridDescriptorV0 | GridDescriptorV1;
534
+ export type ResolveGridPropControllerValue<T extends GridDescriptor> = T extends GridDescriptor ? GridData | undefined : never;
535
+ /**
536
+ * @deprecated Imports from @makeswift/prop-controllers are deprecated. Use
537
+ * @makeswift/runtime/controls instead.
538
+ */
539
+ export declare function Grid(options?: GridOptions): GridDescriptorV1;
540
+ export declare function getGridPropControllerDataGridData(data: GridPropControllerData | undefined): GridData | undefined;
541
+ export declare function createGridPropControllerDataFromGridData(value: GridData, definition: GridDescriptor): GridPropControllerData;
542
+ export declare function mergeGridPropControllerTranslatedData(data: GridPropControllerData, context: MergeTranslatableDataContext): GridPropControllerData;
543
+ export declare function getGridPropControllerElementChildren(data: GridPropControllerData | undefined): Element[];
544
+ export declare function copyGridPropControllerData(data: GridPropControllerData | undefined, context: CopyContext): GridPropControllerData | undefined;
545
+ type Path = ReadonlyArray<string | number>;
546
+ export declare function getGridPropControllerGetElementPath(data: GridPropControllerData | undefined, elementKey: string): Path | null;
547
+ export {};
548
+ //# sourceMappingURL=grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../src/grid/grid.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=grid.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid.test.d.ts","sourceRoot":"","sources":["../../../src/grid/grid.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './grid';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/grid/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
@@ -0,0 +1,54 @@
1
+ import { z } from 'zod';
2
+ import { CopyContext, Options, Types } from '../prop-controllers';
3
+ declare const tableIdSchema: z.ZodString;
4
+ type TableId = z.infer<typeof tableIdSchema>;
5
+ declare const tablePropControllerDataV0Schema: z.ZodString;
6
+ export type TablePropControllerDataV0 = z.infer<typeof tablePropControllerDataV0Schema>;
7
+ export declare const TablePropControllerDataV1Type = "prop-controllers::table::v1";
8
+ declare const tablePropControllerDataV1Schema: z.ZodObject<{
9
+ "@@makeswift/type": z.ZodLiteral<"prop-controllers::table::v1">;
10
+ value: z.ZodString;
11
+ }, "strip", z.ZodTypeAny, {
12
+ value: string;
13
+ "@@makeswift/type": "prop-controllers::table::v1";
14
+ }, {
15
+ value: string;
16
+ "@@makeswift/type": "prop-controllers::table::v1";
17
+ }>;
18
+ export type TablePropControllerDataV1 = z.infer<typeof tablePropControllerDataV1Schema>;
19
+ export declare const tablePropControllerDataSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
20
+ "@@makeswift/type": z.ZodLiteral<"prop-controllers::table::v1">;
21
+ value: z.ZodString;
22
+ }, "strip", z.ZodTypeAny, {
23
+ value: string;
24
+ "@@makeswift/type": "prop-controllers::table::v1";
25
+ }, {
26
+ value: string;
27
+ "@@makeswift/type": "prop-controllers::table::v1";
28
+ }>]>;
29
+ export type TablePropControllerData = z.infer<typeof tablePropControllerDataSchema>;
30
+ export type TableOptions = Options<{
31
+ preset?: TablePropControllerData;
32
+ }>;
33
+ type TableDescriptorV0<_T = TablePropControllerDataV0> = {
34
+ type: typeof Types.Table;
35
+ options: TableOptions;
36
+ };
37
+ type TableDescriptorV1<_T = TablePropControllerData, U extends TableOptions = TableOptions> = {
38
+ type: typeof Types.Table;
39
+ version: 1;
40
+ options: U;
41
+ };
42
+ export type TableDescriptor<_T = TablePropControllerData> = TableDescriptorV0 | TableDescriptorV1;
43
+ export type ResolveTablePropControllerValue<T extends TableDescriptor> = T extends TableDescriptor ? TableId | undefined : never;
44
+ /**
45
+ * @deprecated Imports from @makeswift/prop-controllers are deprecated. Use
46
+ * @makeswift/runtime/controls instead.
47
+ */
48
+ export declare function Table(options?: TableOptions): TableDescriptorV1;
49
+ export declare function getTablePropControllerDataTableId(data: TablePropControllerData | undefined): TableId | undefined;
50
+ export declare function createTablePropControllerDataFromTableId(value: TableId, definition?: TableDescriptor): TablePropControllerData;
51
+ export declare function copyTablePropControllerData(data: TablePropControllerData | undefined, context: CopyContext): TablePropControllerData | undefined;
52
+ export declare function getTablePropControllerDataTableIds(data: TablePropControllerData | undefined): string[];
53
+ export {};
54
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/grid/table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAEL,WAAW,EACX,OAAO,EACP,KAAK,EACN,MAAM,qBAAqB,CAAA;AAG5B,QAAA,MAAM,aAAa,aAAa,CAAA;AAEhC,KAAK,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAA;AAE5C,QAAA,MAAM,+BAA+B,aAAgB,CAAA;AAErD,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAA;AAED,eAAO,MAAM,6BAA6B,gCAAgC,CAAA;AAE1E,QAAA,MAAM,+BAA+B;;;;;;;;;EAGnC,CAAA;AAEF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAA;AAED,eAAO,MAAM,6BAA6B;;;;;;;;;IAGxC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;IACjC,MAAM,CAAC,EAAE,uBAAuB,CAAA;CACjC,CAAC,CAAA;AAEF,KAAK,iBAAiB,CAAC,EAAE,GAAG,yBAAyB,IAAI;IACvD,IAAI,EAAE,OAAO,KAAK,CAAC,KAAK,CAAA;IACxB,OAAO,EAAE,YAAY,CAAA;CACtB,CAAA;AAED,KAAK,iBAAiB,CACpB,EAAE,GAAG,uBAAuB,EAC5B,CAAC,SAAS,YAAY,GAAG,YAAY,IACnC;IACF,IAAI,EAAE,OAAO,KAAK,CAAC,KAAK,CAAA;IACxB,OAAO,EAAE,CAAC,CAAA;IACV,OAAO,EAAE,CAAC,CAAA;CACX,CAAA;AAED,MAAM,MAAM,eAAe,CAAC,EAAE,GAAG,uBAAuB,IACpD,iBAAiB,GACjB,iBAAiB,CAAA;AAErB,MAAM,MAAM,+BAA+B,CAAC,CAAC,SAAS,eAAe,IACnE,CAAC,SAAS,eAAe,GAAG,OAAO,GAAG,SAAS,GAAG,KAAK,CAAA;AAEzD;;;GAGG;AACH,wBAAgB,KAAK,CAAC,OAAO,GAAE,YAAiB,GAAG,iBAAiB,CAEnE;AAED,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,uBAAuB,GAAG,SAAS,GACxC,OAAO,GAAG,SAAS,CAOrB;AAED,wBAAgB,wCAAwC,CACtD,KAAK,EAAE,OAAO,EACd,UAAU,CAAC,EAAE,eAAe,GAC3B,uBAAuB,CAYzB;AAQD,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,uBAAuB,GAAG,SAAS,EACzC,OAAO,EAAE,WAAW,GACnB,uBAAuB,GAAG,SAAS,CAYrC;AAED,wBAAgB,kCAAkC,CAChD,IAAI,EAAE,uBAAuB,GAAG,SAAS,GACxC,MAAM,EAAE,CAIV"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=table.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.test.d.ts","sourceRoot":"","sources":["../../../src/grid/table.test.ts"],"names":[],"mappings":""}
@@ -8,6 +8,8 @@ export { Checkbox, checkboxPropControllerDataSchema, getCheckboxPropControllerDa
8
8
  export type { CheckboxDescriptor, CheckboxOptions, CheckboxPropControllerData, ResolveCheckboxPropControllerValue, } from './checkbox';
9
9
  export { Date, datePropControllerDataSchema, getDatePropControllerDataString, createDatePropControllerDataFromString, } from './date';
10
10
  export type { DateDescriptor, DateOptions, DatePropControllerData, ResolveDatePropControllerValue, } from './date';
11
+ export { ElementID, elementIDPropControllerDataSchema, getElementIDPropControllerDataElementID, createElementIDPropControllerDataFromElementID, copyElementIDPropControllerData, } from './element-id';
12
+ export type { ElementIDDescriptor, ElementIDOptions, ElementIDPropControllerData, ResolveElementIDPropControllerValue, } from './element-id';
11
13
  export { Font, fontPropControllerDataSchema, getFontPropControllerDataResponsiveFontData, createFontPropControllerDataFromResponsiveFontData, } from './font';
12
14
  export type { ResolveFontPropControllerValue, ResponsiveFontData, FontDescriptor, FontPropControllerData, } from './font';
13
15
  export { GapX, gapXPropControllerDataSchema, getGapXPropControllerDataResponsiveGapData, createGapXPropControllerDataFromResponsiveGapData, } from './gap-x';
@@ -32,6 +34,8 @@ export { Shadows, copyShadowsPropControllerData, createShadowsPropControllerData
32
34
  export type { ResolveShadowsPropControllerValue, ShadowData, ShadowsData, ShadowsDescriptor, ShadowsPropControllerData, } from './shadows';
33
35
  export { Table, tablePropControllerDataSchema, getTablePropControllerDataTableId, createTablePropControllerDataFromTableId, copyTablePropControllerData, getTablePropControllerDataTableIds, } from './table';
34
36
  export type { TableDescriptor, TableOptions, TablePropControllerData, ResolveTablePropControllerValue, } from './table';
37
+ export { TableFormFields, tableFormFieldsPropControllerDataSchema, getTableFormFieldsPropControllerDataTableFormFieldsData, createTableFormFieldsPropControllerDataFromTableFormFieldsData, copyTableFormFieldsPropControllerData, } from './table-form-fields';
38
+ export type { TableFormFieldsData, TableFormFieldsDescriptor, TableFormFieldsOptions, TableFormFieldsPropControllerData, ResolveTableFormFieldsPropControllerValue, } from './table-form-fields';
35
39
  export { TextArea, textAreaPropControllerDataSchema, getTextAreaPropControllerDataString, createTextAreaPropControllerDataFromString, } from './text-area';
36
40
  export type { TextAreaDescriptor, TextAreaOptions, TextAreaPropControllerData, ResolveTextAreaPropControllerValue, } from './text-area';
37
41
  export { TextStyle, textStylePropControllerDataSchema, getTextStylePropControllerDataResponsiveTextStyleData, createTextStylePropControllerDataFromResponsiveTextStyleData, } from './text-style';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}