@pyreon/document-primitives 0.19.0 → 0.21.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.
- package/lib/index.d.ts +408 -412
- package/package.json +17 -17
package/lib/index.d.ts
CHANGED
|
@@ -1,42 +1,38 @@
|
|
|
1
1
|
import { DocChild, DocNode, DocNode as DocNode$1, ExtractOptions, ExtractOptions as ExtractOptions$1, NodeType, ResolvedStyles, extractDocumentTree, resolveStyles } from "@pyreon/connector-document";
|
|
2
|
-
import * as _$_pyreon_ui_core0 from "@pyreon/ui-core";
|
|
3
|
-
import * as _$_pyreon_elements0 from "@pyreon/elements";
|
|
4
|
-
import * as _$_pyreon_core0 from "@pyreon/core";
|
|
5
|
-
import * as _$_pyreon_rocketstyle0 from "@pyreon/rocketstyle";
|
|
6
2
|
|
|
7
3
|
//#region src/DocumentPreview.d.ts
|
|
8
|
-
declare const DocumentPreview:
|
|
9
|
-
tag:
|
|
10
|
-
innerRef:
|
|
11
|
-
children:
|
|
12
|
-
content:
|
|
13
|
-
label:
|
|
14
|
-
beforeContent:
|
|
15
|
-
afterContent:
|
|
16
|
-
block:
|
|
17
|
-
equalCols:
|
|
4
|
+
declare const DocumentPreview: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
5
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
6
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
7
|
+
children: import("@pyreon/elements").Content;
|
|
8
|
+
content: import("@pyreon/elements").Content;
|
|
9
|
+
label: import("@pyreon/elements").Content;
|
|
10
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
11
|
+
afterContent: import("@pyreon/elements").Content;
|
|
12
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
13
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
18
14
|
equalBeforeAfter: boolean;
|
|
19
|
-
gap:
|
|
20
|
-
direction:
|
|
21
|
-
contentDirection:
|
|
22
|
-
beforeContentDirection:
|
|
23
|
-
afterContentDirection:
|
|
24
|
-
alignX:
|
|
25
|
-
contentAlignX:
|
|
26
|
-
beforeContentAlignX:
|
|
27
|
-
afterContentAlignX:
|
|
28
|
-
alignY:
|
|
29
|
-
contentAlignY:
|
|
30
|
-
beforeContentAlignY:
|
|
31
|
-
afterContentAlignY:
|
|
15
|
+
gap: import("@pyreon/elements").Responsive;
|
|
16
|
+
direction: import("@pyreon/elements").Direction;
|
|
17
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
18
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
19
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
20
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
21
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
22
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
23
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
24
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
25
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
26
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
27
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
32
28
|
dangerouslySetInnerHTML: {
|
|
33
29
|
__html: string;
|
|
34
30
|
};
|
|
35
|
-
css:
|
|
36
|
-
contentCss:
|
|
37
|
-
beforeContentCss:
|
|
38
|
-
afterContentCss:
|
|
39
|
-
}> &
|
|
31
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
32
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
33
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
34
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
35
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
40
36
|
size?: string;
|
|
41
37
|
showPageBreaks?: boolean;
|
|
42
38
|
}, {}, {
|
|
@@ -46,7 +42,7 @@ declare const DocumentPreview: _$_pyreon_rocketstyle0.RocketStyleComponent<Parti
|
|
|
46
42
|
_documentType: "document";
|
|
47
43
|
}, {}, {
|
|
48
44
|
readonly sizes: "size";
|
|
49
|
-
}, true,
|
|
45
|
+
}, true, import("@pyreon/rocketstyle").DimensionProps<"size", {
|
|
50
46
|
readonly sizes: "size";
|
|
51
47
|
}, {
|
|
52
48
|
A4: {
|
|
@@ -72,13 +68,13 @@ declare const DocumentPreview: _$_pyreon_rocketstyle0.RocketStyleComponent<Parti
|
|
|
72
68
|
}, {}>>;
|
|
73
69
|
//#endregion
|
|
74
70
|
//#region src/primitives/DocButton.d.ts
|
|
75
|
-
declare const DocButton:
|
|
76
|
-
label:
|
|
77
|
-
children:
|
|
71
|
+
declare const DocButton: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
72
|
+
label: import("@pyreon/core").VNodeChild;
|
|
73
|
+
children: import("@pyreon/core").VNodeChild;
|
|
78
74
|
paragraph: boolean;
|
|
79
|
-
tag:
|
|
80
|
-
css:
|
|
81
|
-
}> &
|
|
75
|
+
tag: import("@pyreon/ui-core").HTMLTextTags;
|
|
76
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
77
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
82
78
|
href?: string;
|
|
83
79
|
}, {}, {
|
|
84
80
|
padding: string;
|
|
@@ -91,7 +87,7 @@ declare const DocButton: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
91
87
|
_documentType: "button";
|
|
92
88
|
}, {}, {
|
|
93
89
|
readonly variants: "variant";
|
|
94
|
-
}, true,
|
|
90
|
+
}, true, import("@pyreon/rocketstyle").DimensionProps<"variant", {
|
|
95
91
|
readonly variants: "variant";
|
|
96
92
|
}, {
|
|
97
93
|
primary: {
|
|
@@ -108,13 +104,13 @@ declare const DocButton: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
108
104
|
}, {}>>;
|
|
109
105
|
//#endregion
|
|
110
106
|
//#region src/primitives/DocCode.d.ts
|
|
111
|
-
declare const DocCode:
|
|
112
|
-
label:
|
|
113
|
-
children:
|
|
107
|
+
declare const DocCode: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
108
|
+
label: import("@pyreon/core").VNodeChild;
|
|
109
|
+
children: import("@pyreon/core").VNodeChild;
|
|
114
110
|
paragraph: boolean;
|
|
115
|
-
tag:
|
|
116
|
-
css:
|
|
117
|
-
}> &
|
|
111
|
+
tag: import("@pyreon/ui-core").HTMLTextTags;
|
|
112
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
113
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
118
114
|
language?: string;
|
|
119
115
|
}, {}, {
|
|
120
116
|
backgroundColor: string;
|
|
@@ -140,38 +136,38 @@ declare const DocCode: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
140
136
|
}, false, {}>;
|
|
141
137
|
//#endregion
|
|
142
138
|
//#region src/primitives/DocColumn.d.ts
|
|
143
|
-
declare const DocColumn:
|
|
144
|
-
tag:
|
|
145
|
-
innerRef:
|
|
146
|
-
children:
|
|
147
|
-
content:
|
|
148
|
-
label:
|
|
149
|
-
beforeContent:
|
|
150
|
-
afterContent:
|
|
151
|
-
block:
|
|
152
|
-
equalCols:
|
|
139
|
+
declare const DocColumn: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
140
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
141
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
142
|
+
children: import("@pyreon/elements").Content;
|
|
143
|
+
content: import("@pyreon/elements").Content;
|
|
144
|
+
label: import("@pyreon/elements").Content;
|
|
145
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
146
|
+
afterContent: import("@pyreon/elements").Content;
|
|
147
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
148
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
153
149
|
equalBeforeAfter: boolean;
|
|
154
|
-
gap:
|
|
155
|
-
direction:
|
|
156
|
-
contentDirection:
|
|
157
|
-
beforeContentDirection:
|
|
158
|
-
afterContentDirection:
|
|
159
|
-
alignX:
|
|
160
|
-
contentAlignX:
|
|
161
|
-
beforeContentAlignX:
|
|
162
|
-
afterContentAlignX:
|
|
163
|
-
alignY:
|
|
164
|
-
contentAlignY:
|
|
165
|
-
beforeContentAlignY:
|
|
166
|
-
afterContentAlignY:
|
|
150
|
+
gap: import("@pyreon/elements").Responsive;
|
|
151
|
+
direction: import("@pyreon/elements").Direction;
|
|
152
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
153
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
154
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
155
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
156
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
157
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
158
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
159
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
160
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
161
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
162
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
167
163
|
dangerouslySetInnerHTML: {
|
|
168
164
|
__html: string;
|
|
169
165
|
};
|
|
170
|
-
css:
|
|
171
|
-
contentCss:
|
|
172
|
-
beforeContentCss:
|
|
173
|
-
afterContentCss:
|
|
174
|
-
}> &
|
|
166
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
167
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
168
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
169
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
170
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
175
171
|
width?: number | string;
|
|
176
172
|
}, {}, {}, {
|
|
177
173
|
_documentType: "column";
|
|
@@ -191,38 +187,38 @@ declare const DocColumn: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
191
187
|
}, false, {}>;
|
|
192
188
|
//#endregion
|
|
193
189
|
//#region src/primitives/DocDivider.d.ts
|
|
194
|
-
declare const DocDivider:
|
|
195
|
-
tag:
|
|
196
|
-
innerRef:
|
|
197
|
-
children:
|
|
198
|
-
content:
|
|
199
|
-
label:
|
|
200
|
-
beforeContent:
|
|
201
|
-
afterContent:
|
|
202
|
-
block:
|
|
203
|
-
equalCols:
|
|
190
|
+
declare const DocDivider: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
191
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
192
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
193
|
+
children: import("@pyreon/elements").Content;
|
|
194
|
+
content: import("@pyreon/elements").Content;
|
|
195
|
+
label: import("@pyreon/elements").Content;
|
|
196
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
197
|
+
afterContent: import("@pyreon/elements").Content;
|
|
198
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
199
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
204
200
|
equalBeforeAfter: boolean;
|
|
205
|
-
gap:
|
|
206
|
-
direction:
|
|
207
|
-
contentDirection:
|
|
208
|
-
beforeContentDirection:
|
|
209
|
-
afterContentDirection:
|
|
210
|
-
alignX:
|
|
211
|
-
contentAlignX:
|
|
212
|
-
beforeContentAlignX:
|
|
213
|
-
afterContentAlignX:
|
|
214
|
-
alignY:
|
|
215
|
-
contentAlignY:
|
|
216
|
-
beforeContentAlignY:
|
|
217
|
-
afterContentAlignY:
|
|
201
|
+
gap: import("@pyreon/elements").Responsive;
|
|
202
|
+
direction: import("@pyreon/elements").Direction;
|
|
203
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
204
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
205
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
206
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
207
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
208
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
209
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
210
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
211
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
212
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
213
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
218
214
|
dangerouslySetInnerHTML: {
|
|
219
215
|
__html: string;
|
|
220
216
|
};
|
|
221
|
-
css:
|
|
222
|
-
contentCss:
|
|
223
|
-
beforeContentCss:
|
|
224
|
-
afterContentCss:
|
|
225
|
-
}> &
|
|
217
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
218
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
219
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
220
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
221
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
226
222
|
color?: string;
|
|
227
223
|
thickness?: number;
|
|
228
224
|
}, {}, {
|
|
@@ -292,38 +288,38 @@ declare const DocDivider: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
292
288
|
* }
|
|
293
289
|
* ```
|
|
294
290
|
*/
|
|
295
|
-
declare const DocDocument:
|
|
296
|
-
tag:
|
|
297
|
-
innerRef:
|
|
298
|
-
children:
|
|
299
|
-
content:
|
|
300
|
-
label:
|
|
301
|
-
beforeContent:
|
|
302
|
-
afterContent:
|
|
303
|
-
block:
|
|
304
|
-
equalCols:
|
|
291
|
+
declare const DocDocument: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
292
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
293
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
294
|
+
children: import("@pyreon/elements").Content;
|
|
295
|
+
content: import("@pyreon/elements").Content;
|
|
296
|
+
label: import("@pyreon/elements").Content;
|
|
297
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
298
|
+
afterContent: import("@pyreon/elements").Content;
|
|
299
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
300
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
305
301
|
equalBeforeAfter: boolean;
|
|
306
|
-
gap:
|
|
307
|
-
direction:
|
|
308
|
-
contentDirection:
|
|
309
|
-
beforeContentDirection:
|
|
310
|
-
afterContentDirection:
|
|
311
|
-
alignX:
|
|
312
|
-
contentAlignX:
|
|
313
|
-
beforeContentAlignX:
|
|
314
|
-
afterContentAlignX:
|
|
315
|
-
alignY:
|
|
316
|
-
contentAlignY:
|
|
317
|
-
beforeContentAlignY:
|
|
318
|
-
afterContentAlignY:
|
|
302
|
+
gap: import("@pyreon/elements").Responsive;
|
|
303
|
+
direction: import("@pyreon/elements").Direction;
|
|
304
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
305
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
306
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
307
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
308
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
309
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
310
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
311
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
312
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
313
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
314
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
319
315
|
dangerouslySetInnerHTML: {
|
|
320
316
|
__html: string;
|
|
321
317
|
};
|
|
322
|
-
css:
|
|
323
|
-
contentCss:
|
|
324
|
-
beforeContentCss:
|
|
325
|
-
afterContentCss:
|
|
326
|
-
}> &
|
|
318
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
319
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
320
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
321
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
322
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
327
323
|
title?: string | (() => string);
|
|
328
324
|
author?: string | (() => string);
|
|
329
325
|
subject?: string | (() => string);
|
|
@@ -345,13 +341,13 @@ declare const DocDocument: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
345
341
|
}, false, {}>;
|
|
346
342
|
//#endregion
|
|
347
343
|
//#region src/primitives/DocHeading.d.ts
|
|
348
|
-
declare const DocHeading:
|
|
349
|
-
label:
|
|
350
|
-
children:
|
|
344
|
+
declare const DocHeading: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
345
|
+
label: import("@pyreon/core").VNodeChild;
|
|
346
|
+
children: import("@pyreon/core").VNodeChild;
|
|
351
347
|
paragraph: boolean;
|
|
352
|
-
tag:
|
|
353
|
-
css:
|
|
354
|
-
}> &
|
|
348
|
+
tag: import("@pyreon/ui-core").HTMLTextTags;
|
|
349
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
350
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
355
351
|
level?: string;
|
|
356
352
|
}, {}, {
|
|
357
353
|
color: string;
|
|
@@ -361,7 +357,7 @@ declare const DocHeading: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
361
357
|
_documentType: "heading";
|
|
362
358
|
}, {}, {
|
|
363
359
|
readonly levels: "level";
|
|
364
|
-
}, true,
|
|
360
|
+
}, true, import("@pyreon/rocketstyle").DimensionProps<"level", {
|
|
365
361
|
readonly levels: "level";
|
|
366
362
|
}, {
|
|
367
363
|
h1: {
|
|
@@ -391,40 +387,40 @@ declare const DocHeading: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
391
387
|
}, {}>>;
|
|
392
388
|
//#endregion
|
|
393
389
|
//#region src/primitives/DocImage.d.ts
|
|
394
|
-
declare const DocImage:
|
|
395
|
-
tag:
|
|
396
|
-
innerRef:
|
|
397
|
-
children:
|
|
398
|
-
content:
|
|
399
|
-
label:
|
|
400
|
-
beforeContent:
|
|
401
|
-
afterContent:
|
|
402
|
-
block:
|
|
403
|
-
equalCols:
|
|
390
|
+
declare const DocImage: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
391
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
392
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
393
|
+
children: import("@pyreon/elements").Content;
|
|
394
|
+
content: import("@pyreon/elements").Content;
|
|
395
|
+
label: import("@pyreon/elements").Content;
|
|
396
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
397
|
+
afterContent: import("@pyreon/elements").Content;
|
|
398
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
399
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
404
400
|
equalBeforeAfter: boolean;
|
|
405
|
-
gap:
|
|
406
|
-
direction:
|
|
407
|
-
contentDirection:
|
|
408
|
-
beforeContentDirection:
|
|
409
|
-
afterContentDirection:
|
|
410
|
-
alignX:
|
|
411
|
-
contentAlignX:
|
|
412
|
-
beforeContentAlignX:
|
|
413
|
-
afterContentAlignX:
|
|
414
|
-
alignY:
|
|
415
|
-
contentAlignY:
|
|
416
|
-
beforeContentAlignY:
|
|
417
|
-
afterContentAlignY:
|
|
401
|
+
gap: import("@pyreon/elements").Responsive;
|
|
402
|
+
direction: import("@pyreon/elements").Direction;
|
|
403
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
404
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
405
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
406
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
407
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
408
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
409
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
410
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
411
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
412
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
413
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
418
414
|
dangerouslySetInnerHTML: {
|
|
419
415
|
__html: string;
|
|
420
416
|
};
|
|
421
|
-
css:
|
|
422
|
-
contentCss:
|
|
423
|
-
beforeContentCss:
|
|
424
|
-
afterContentCss:
|
|
425
|
-
}> &
|
|
426
|
-
width?: number | string;
|
|
417
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
418
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
419
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
420
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
421
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
427
422
|
caption?: string;
|
|
423
|
+
width?: number | string;
|
|
428
424
|
height?: number | string;
|
|
429
425
|
src?: string;
|
|
430
426
|
alt?: string;
|
|
@@ -446,13 +442,13 @@ declare const DocImage: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
446
442
|
}, false, {}>;
|
|
447
443
|
//#endregion
|
|
448
444
|
//#region src/primitives/DocLink.d.ts
|
|
449
|
-
declare const DocLink:
|
|
450
|
-
label:
|
|
451
|
-
children:
|
|
445
|
+
declare const DocLink: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
446
|
+
label: import("@pyreon/core").VNodeChild;
|
|
447
|
+
children: import("@pyreon/core").VNodeChild;
|
|
452
448
|
paragraph: boolean;
|
|
453
|
-
tag:
|
|
454
|
-
css:
|
|
455
|
-
}> &
|
|
449
|
+
tag: import("@pyreon/ui-core").HTMLTextTags;
|
|
450
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
451
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
456
452
|
href?: string;
|
|
457
453
|
}, {}, {
|
|
458
454
|
color: string;
|
|
@@ -475,38 +471,38 @@ declare const DocLink: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
475
471
|
}, false, {}>;
|
|
476
472
|
//#endregion
|
|
477
473
|
//#region src/primitives/DocList.d.ts
|
|
478
|
-
declare const DocList:
|
|
479
|
-
tag:
|
|
480
|
-
innerRef:
|
|
481
|
-
children:
|
|
482
|
-
content:
|
|
483
|
-
label:
|
|
484
|
-
beforeContent:
|
|
485
|
-
afterContent:
|
|
486
|
-
block:
|
|
487
|
-
equalCols:
|
|
474
|
+
declare const DocList: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
475
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
476
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
477
|
+
children: import("@pyreon/elements").Content;
|
|
478
|
+
content: import("@pyreon/elements").Content;
|
|
479
|
+
label: import("@pyreon/elements").Content;
|
|
480
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
481
|
+
afterContent: import("@pyreon/elements").Content;
|
|
482
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
483
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
488
484
|
equalBeforeAfter: boolean;
|
|
489
|
-
gap:
|
|
490
|
-
direction:
|
|
491
|
-
contentDirection:
|
|
492
|
-
beforeContentDirection:
|
|
493
|
-
afterContentDirection:
|
|
494
|
-
alignX:
|
|
495
|
-
contentAlignX:
|
|
496
|
-
beforeContentAlignX:
|
|
497
|
-
afterContentAlignX:
|
|
498
|
-
alignY:
|
|
499
|
-
contentAlignY:
|
|
500
|
-
beforeContentAlignY:
|
|
501
|
-
afterContentAlignY:
|
|
485
|
+
gap: import("@pyreon/elements").Responsive;
|
|
486
|
+
direction: import("@pyreon/elements").Direction;
|
|
487
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
488
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
489
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
490
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
491
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
492
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
493
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
494
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
495
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
496
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
497
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
502
498
|
dangerouslySetInnerHTML: {
|
|
503
499
|
__html: string;
|
|
504
500
|
};
|
|
505
|
-
css:
|
|
506
|
-
contentCss:
|
|
507
|
-
beforeContentCss:
|
|
508
|
-
afterContentCss:
|
|
509
|
-
}> &
|
|
501
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
502
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
503
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
504
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
505
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
510
506
|
ordered?: boolean;
|
|
511
507
|
}, {}, {
|
|
512
508
|
marginBottom: number;
|
|
@@ -529,13 +525,13 @@ declare const DocList: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
529
525
|
}, false, {}>;
|
|
530
526
|
//#endregion
|
|
531
527
|
//#region src/primitives/DocListItem.d.ts
|
|
532
|
-
declare const DocListItem:
|
|
533
|
-
label:
|
|
534
|
-
children:
|
|
528
|
+
declare const DocListItem: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
529
|
+
label: import("@pyreon/core").VNodeChild;
|
|
530
|
+
children: import("@pyreon/core").VNodeChild;
|
|
535
531
|
paragraph: boolean;
|
|
536
|
-
tag:
|
|
537
|
-
css:
|
|
538
|
-
}> &
|
|
532
|
+
tag: import("@pyreon/ui-core").HTMLTextTags;
|
|
533
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
534
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
539
535
|
tag: string;
|
|
540
536
|
_documentProps: {};
|
|
541
537
|
}, {}, {
|
|
@@ -559,38 +555,38 @@ declare const DocListItem: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
559
555
|
}, false, {}>;
|
|
560
556
|
//#endregion
|
|
561
557
|
//#region src/primitives/DocPage.d.ts
|
|
562
|
-
declare const DocPage:
|
|
563
|
-
tag:
|
|
564
|
-
innerRef:
|
|
565
|
-
children:
|
|
566
|
-
content:
|
|
567
|
-
label:
|
|
568
|
-
beforeContent:
|
|
569
|
-
afterContent:
|
|
570
|
-
block:
|
|
571
|
-
equalCols:
|
|
558
|
+
declare const DocPage: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
559
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
560
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
561
|
+
children: import("@pyreon/elements").Content;
|
|
562
|
+
content: import("@pyreon/elements").Content;
|
|
563
|
+
label: import("@pyreon/elements").Content;
|
|
564
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
565
|
+
afterContent: import("@pyreon/elements").Content;
|
|
566
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
567
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
572
568
|
equalBeforeAfter: boolean;
|
|
573
|
-
gap:
|
|
574
|
-
direction:
|
|
575
|
-
contentDirection:
|
|
576
|
-
beforeContentDirection:
|
|
577
|
-
afterContentDirection:
|
|
578
|
-
alignX:
|
|
579
|
-
contentAlignX:
|
|
580
|
-
beforeContentAlignX:
|
|
581
|
-
afterContentAlignX:
|
|
582
|
-
alignY:
|
|
583
|
-
contentAlignY:
|
|
584
|
-
beforeContentAlignY:
|
|
585
|
-
afterContentAlignY:
|
|
569
|
+
gap: import("@pyreon/elements").Responsive;
|
|
570
|
+
direction: import("@pyreon/elements").Direction;
|
|
571
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
572
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
573
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
574
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
575
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
576
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
577
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
578
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
579
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
580
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
581
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
586
582
|
dangerouslySetInnerHTML: {
|
|
587
583
|
__html: string;
|
|
588
584
|
};
|
|
589
|
-
css:
|
|
590
|
-
contentCss:
|
|
591
|
-
beforeContentCss:
|
|
592
|
-
afterContentCss:
|
|
593
|
-
}> &
|
|
585
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
586
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
587
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
588
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
589
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
594
590
|
size?: string;
|
|
595
591
|
orientation?: string;
|
|
596
592
|
}, {}, {
|
|
@@ -614,38 +610,38 @@ declare const DocPage: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
614
610
|
}, false, {}>;
|
|
615
611
|
//#endregion
|
|
616
612
|
//#region src/primitives/DocPageBreak.d.ts
|
|
617
|
-
declare const DocPageBreak:
|
|
618
|
-
tag:
|
|
619
|
-
innerRef:
|
|
620
|
-
children:
|
|
621
|
-
content:
|
|
622
|
-
label:
|
|
623
|
-
beforeContent:
|
|
624
|
-
afterContent:
|
|
625
|
-
block:
|
|
626
|
-
equalCols:
|
|
613
|
+
declare const DocPageBreak: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
614
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
615
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
616
|
+
children: import("@pyreon/elements").Content;
|
|
617
|
+
content: import("@pyreon/elements").Content;
|
|
618
|
+
label: import("@pyreon/elements").Content;
|
|
619
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
620
|
+
afterContent: import("@pyreon/elements").Content;
|
|
621
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
622
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
627
623
|
equalBeforeAfter: boolean;
|
|
628
|
-
gap:
|
|
629
|
-
direction:
|
|
630
|
-
contentDirection:
|
|
631
|
-
beforeContentDirection:
|
|
632
|
-
afterContentDirection:
|
|
633
|
-
alignX:
|
|
634
|
-
contentAlignX:
|
|
635
|
-
beforeContentAlignX:
|
|
636
|
-
afterContentAlignX:
|
|
637
|
-
alignY:
|
|
638
|
-
contentAlignY:
|
|
639
|
-
beforeContentAlignY:
|
|
640
|
-
afterContentAlignY:
|
|
624
|
+
gap: import("@pyreon/elements").Responsive;
|
|
625
|
+
direction: import("@pyreon/elements").Direction;
|
|
626
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
627
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
628
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
629
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
630
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
631
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
632
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
633
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
634
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
635
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
636
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
641
637
|
dangerouslySetInnerHTML: {
|
|
642
638
|
__html: string;
|
|
643
639
|
};
|
|
644
|
-
css:
|
|
645
|
-
contentCss:
|
|
646
|
-
beforeContentCss:
|
|
647
|
-
afterContentCss:
|
|
648
|
-
}> &
|
|
640
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
641
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
642
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
643
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
644
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
649
645
|
tag: string;
|
|
650
646
|
_documentProps: {};
|
|
651
647
|
}, {}, {}, {
|
|
@@ -666,43 +662,43 @@ declare const DocPageBreak: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<
|
|
|
666
662
|
}, false, {}>;
|
|
667
663
|
//#endregion
|
|
668
664
|
//#region src/primitives/DocQuote.d.ts
|
|
669
|
-
declare const DocQuote:
|
|
670
|
-
tag:
|
|
671
|
-
innerRef:
|
|
672
|
-
children:
|
|
673
|
-
content:
|
|
674
|
-
label:
|
|
675
|
-
beforeContent:
|
|
676
|
-
afterContent:
|
|
677
|
-
block:
|
|
678
|
-
equalCols:
|
|
665
|
+
declare const DocQuote: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
666
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
667
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
668
|
+
children: import("@pyreon/elements").Content;
|
|
669
|
+
content: import("@pyreon/elements").Content;
|
|
670
|
+
label: import("@pyreon/elements").Content;
|
|
671
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
672
|
+
afterContent: import("@pyreon/elements").Content;
|
|
673
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
674
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
679
675
|
equalBeforeAfter: boolean;
|
|
680
|
-
gap:
|
|
681
|
-
direction:
|
|
682
|
-
contentDirection:
|
|
683
|
-
beforeContentDirection:
|
|
684
|
-
afterContentDirection:
|
|
685
|
-
alignX:
|
|
686
|
-
contentAlignX:
|
|
687
|
-
beforeContentAlignX:
|
|
688
|
-
afterContentAlignX:
|
|
689
|
-
alignY:
|
|
690
|
-
contentAlignY:
|
|
691
|
-
beforeContentAlignY:
|
|
692
|
-
afterContentAlignY:
|
|
676
|
+
gap: import("@pyreon/elements").Responsive;
|
|
677
|
+
direction: import("@pyreon/elements").Direction;
|
|
678
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
679
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
680
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
681
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
682
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
683
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
684
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
685
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
686
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
687
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
688
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
693
689
|
dangerouslySetInnerHTML: {
|
|
694
690
|
__html: string;
|
|
695
691
|
};
|
|
696
|
-
css:
|
|
697
|
-
contentCss:
|
|
698
|
-
beforeContentCss:
|
|
699
|
-
afterContentCss:
|
|
700
|
-
}> &
|
|
692
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
693
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
694
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
695
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
696
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
701
697
|
borderColor?: string;
|
|
702
698
|
}, {}, {
|
|
703
|
-
padding: string;
|
|
704
699
|
borderColor: string;
|
|
705
700
|
color: string;
|
|
701
|
+
padding: string;
|
|
706
702
|
fontStyle: string;
|
|
707
703
|
}, {
|
|
708
704
|
_documentType: "quote";
|
|
@@ -728,38 +724,38 @@ declare const DocQuote: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
728
724
|
* Element base accepts `direction: 'inline' | 'rows' | 'reverseInline'
|
|
729
725
|
* | 'reverseRows'` — `'row'` is not a valid value.
|
|
730
726
|
*/
|
|
731
|
-
declare const DocRow:
|
|
732
|
-
tag:
|
|
733
|
-
innerRef:
|
|
734
|
-
children:
|
|
735
|
-
content:
|
|
736
|
-
label:
|
|
737
|
-
beforeContent:
|
|
738
|
-
afterContent:
|
|
739
|
-
block:
|
|
740
|
-
equalCols:
|
|
727
|
+
declare const DocRow: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
728
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
729
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
730
|
+
children: import("@pyreon/elements").Content;
|
|
731
|
+
content: import("@pyreon/elements").Content;
|
|
732
|
+
label: import("@pyreon/elements").Content;
|
|
733
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
734
|
+
afterContent: import("@pyreon/elements").Content;
|
|
735
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
736
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
741
737
|
equalBeforeAfter: boolean;
|
|
742
|
-
gap:
|
|
743
|
-
direction:
|
|
744
|
-
contentDirection:
|
|
745
|
-
beforeContentDirection:
|
|
746
|
-
afterContentDirection:
|
|
747
|
-
alignX:
|
|
748
|
-
contentAlignX:
|
|
749
|
-
beforeContentAlignX:
|
|
750
|
-
afterContentAlignX:
|
|
751
|
-
alignY:
|
|
752
|
-
contentAlignY:
|
|
753
|
-
beforeContentAlignY:
|
|
754
|
-
afterContentAlignY:
|
|
738
|
+
gap: import("@pyreon/elements").Responsive;
|
|
739
|
+
direction: import("@pyreon/elements").Direction;
|
|
740
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
741
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
742
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
743
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
744
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
745
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
746
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
747
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
748
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
749
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
750
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
755
751
|
dangerouslySetInnerHTML: {
|
|
756
752
|
__html: string;
|
|
757
753
|
};
|
|
758
|
-
css:
|
|
759
|
-
contentCss:
|
|
760
|
-
beforeContentCss:
|
|
761
|
-
afterContentCss:
|
|
762
|
-
}> &
|
|
754
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
755
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
756
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
757
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
758
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
763
759
|
tag: string;
|
|
764
760
|
gap: number;
|
|
765
761
|
direction: "inline";
|
|
@@ -782,38 +778,38 @@ declare const DocRow: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
782
778
|
}, false, {}>;
|
|
783
779
|
//#endregion
|
|
784
780
|
//#region src/primitives/DocSection.d.ts
|
|
785
|
-
declare const DocSection:
|
|
786
|
-
tag:
|
|
787
|
-
innerRef:
|
|
788
|
-
children:
|
|
789
|
-
content:
|
|
790
|
-
label:
|
|
791
|
-
beforeContent:
|
|
792
|
-
afterContent:
|
|
793
|
-
block:
|
|
794
|
-
equalCols:
|
|
781
|
+
declare const DocSection: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
782
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
783
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
784
|
+
children: import("@pyreon/elements").Content;
|
|
785
|
+
content: import("@pyreon/elements").Content;
|
|
786
|
+
label: import("@pyreon/elements").Content;
|
|
787
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
788
|
+
afterContent: import("@pyreon/elements").Content;
|
|
789
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
790
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
795
791
|
equalBeforeAfter: boolean;
|
|
796
|
-
gap:
|
|
797
|
-
direction:
|
|
798
|
-
contentDirection:
|
|
799
|
-
beforeContentDirection:
|
|
800
|
-
afterContentDirection:
|
|
801
|
-
alignX:
|
|
802
|
-
contentAlignX:
|
|
803
|
-
beforeContentAlignX:
|
|
804
|
-
afterContentAlignX:
|
|
805
|
-
alignY:
|
|
806
|
-
contentAlignY:
|
|
807
|
-
beforeContentAlignY:
|
|
808
|
-
afterContentAlignY:
|
|
792
|
+
gap: import("@pyreon/elements").Responsive;
|
|
793
|
+
direction: import("@pyreon/elements").Direction;
|
|
794
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
795
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
796
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
797
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
798
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
799
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
800
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
801
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
802
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
803
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
804
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
809
805
|
dangerouslySetInnerHTML: {
|
|
810
806
|
__html: string;
|
|
811
807
|
};
|
|
812
|
-
css:
|
|
813
|
-
contentCss:
|
|
814
|
-
beforeContentCss:
|
|
815
|
-
afterContentCss:
|
|
816
|
-
}> &
|
|
808
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
809
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
810
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
811
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
812
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
817
813
|
direction?: string;
|
|
818
814
|
}, {}, {
|
|
819
815
|
padding: number;
|
|
@@ -821,7 +817,7 @@ declare const DocSection: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
821
817
|
_documentType: "section";
|
|
822
818
|
}, {}, {
|
|
823
819
|
readonly directions: "direction";
|
|
824
|
-
}, false,
|
|
820
|
+
}, false, import("@pyreon/rocketstyle").DimensionProps<"direction", {
|
|
825
821
|
readonly directions: "direction";
|
|
826
822
|
}, {
|
|
827
823
|
column: {};
|
|
@@ -831,38 +827,38 @@ declare const DocSection: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
831
827
|
}, {}>>;
|
|
832
828
|
//#endregion
|
|
833
829
|
//#region src/primitives/DocSpacer.d.ts
|
|
834
|
-
declare const DocSpacer:
|
|
835
|
-
tag:
|
|
836
|
-
innerRef:
|
|
837
|
-
children:
|
|
838
|
-
content:
|
|
839
|
-
label:
|
|
840
|
-
beforeContent:
|
|
841
|
-
afterContent:
|
|
842
|
-
block:
|
|
843
|
-
equalCols:
|
|
830
|
+
declare const DocSpacer: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
831
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
832
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
833
|
+
children: import("@pyreon/elements").Content;
|
|
834
|
+
content: import("@pyreon/elements").Content;
|
|
835
|
+
label: import("@pyreon/elements").Content;
|
|
836
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
837
|
+
afterContent: import("@pyreon/elements").Content;
|
|
838
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
839
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
844
840
|
equalBeforeAfter: boolean;
|
|
845
|
-
gap:
|
|
846
|
-
direction:
|
|
847
|
-
contentDirection:
|
|
848
|
-
beforeContentDirection:
|
|
849
|
-
afterContentDirection:
|
|
850
|
-
alignX:
|
|
851
|
-
contentAlignX:
|
|
852
|
-
beforeContentAlignX:
|
|
853
|
-
afterContentAlignX:
|
|
854
|
-
alignY:
|
|
855
|
-
contentAlignY:
|
|
856
|
-
beforeContentAlignY:
|
|
857
|
-
afterContentAlignY:
|
|
841
|
+
gap: import("@pyreon/elements").Responsive;
|
|
842
|
+
direction: import("@pyreon/elements").Direction;
|
|
843
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
844
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
845
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
846
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
847
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
848
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
849
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
850
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
851
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
852
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
853
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
858
854
|
dangerouslySetInnerHTML: {
|
|
859
855
|
__html: string;
|
|
860
856
|
};
|
|
861
|
-
css:
|
|
862
|
-
contentCss:
|
|
863
|
-
beforeContentCss:
|
|
864
|
-
afterContentCss:
|
|
865
|
-
}> &
|
|
857
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
858
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
859
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
860
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
861
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
866
862
|
height?: number;
|
|
867
863
|
}, {}, {}, {
|
|
868
864
|
_documentType: "spacer";
|
|
@@ -900,38 +896,38 @@ declare const DocSpacer: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
900
896
|
* column collection on parent table). Filtering them at the
|
|
901
897
|
* rocketstyle layer keeps the DOM render path clean.
|
|
902
898
|
*/
|
|
903
|
-
declare const DocTable:
|
|
904
|
-
tag:
|
|
905
|
-
innerRef:
|
|
906
|
-
children:
|
|
907
|
-
content:
|
|
908
|
-
label:
|
|
909
|
-
beforeContent:
|
|
910
|
-
afterContent:
|
|
911
|
-
block:
|
|
912
|
-
equalCols:
|
|
899
|
+
declare const DocTable: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
900
|
+
tag: import("@pyreon/ui-core").HTMLTags;
|
|
901
|
+
innerRef: import("@pyreon/elements").InnerRef;
|
|
902
|
+
children: import("@pyreon/elements").Content;
|
|
903
|
+
content: import("@pyreon/elements").Content;
|
|
904
|
+
label: import("@pyreon/elements").Content;
|
|
905
|
+
beforeContent: import("@pyreon/elements").Content;
|
|
906
|
+
afterContent: import("@pyreon/elements").Content;
|
|
907
|
+
block: import("@pyreon/elements").ResponsiveBoolType;
|
|
908
|
+
equalCols: import("@pyreon/elements").ResponsiveBoolType;
|
|
913
909
|
equalBeforeAfter: boolean;
|
|
914
|
-
gap:
|
|
915
|
-
direction:
|
|
916
|
-
contentDirection:
|
|
917
|
-
beforeContentDirection:
|
|
918
|
-
afterContentDirection:
|
|
919
|
-
alignX:
|
|
920
|
-
contentAlignX:
|
|
921
|
-
beforeContentAlignX:
|
|
922
|
-
afterContentAlignX:
|
|
923
|
-
alignY:
|
|
924
|
-
contentAlignY:
|
|
925
|
-
beforeContentAlignY:
|
|
926
|
-
afterContentAlignY:
|
|
910
|
+
gap: import("@pyreon/elements").Responsive;
|
|
911
|
+
direction: import("@pyreon/elements").Direction;
|
|
912
|
+
contentDirection: import("@pyreon/elements").Direction;
|
|
913
|
+
beforeContentDirection: import("@pyreon/elements").Direction;
|
|
914
|
+
afterContentDirection: import("@pyreon/elements").Direction;
|
|
915
|
+
alignX: import("@pyreon/elements").AlignX;
|
|
916
|
+
contentAlignX: import("@pyreon/elements").AlignX;
|
|
917
|
+
beforeContentAlignX: import("@pyreon/elements").AlignX;
|
|
918
|
+
afterContentAlignX: import("@pyreon/elements").AlignX;
|
|
919
|
+
alignY: import("@pyreon/elements").AlignY;
|
|
920
|
+
contentAlignY: import("@pyreon/elements").AlignY;
|
|
921
|
+
beforeContentAlignY: import("@pyreon/elements").AlignY;
|
|
922
|
+
afterContentAlignY: import("@pyreon/elements").AlignY;
|
|
927
923
|
dangerouslySetInnerHTML: {
|
|
928
924
|
__html: string;
|
|
929
925
|
};
|
|
930
|
-
css:
|
|
931
|
-
contentCss:
|
|
932
|
-
beforeContentCss:
|
|
933
|
-
afterContentCss:
|
|
934
|
-
}> &
|
|
926
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
927
|
+
contentCss: import("@pyreon/elements").ExtendCss;
|
|
928
|
+
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
929
|
+
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
930
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
935
931
|
caption?: string;
|
|
936
932
|
rows?: unknown[];
|
|
937
933
|
columns?: unknown[];
|
|
@@ -948,13 +944,13 @@ declare const DocTable: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
948
944
|
}, true, {}>;
|
|
949
945
|
//#endregion
|
|
950
946
|
//#region src/primitives/DocText.d.ts
|
|
951
|
-
declare const DocText:
|
|
952
|
-
label:
|
|
953
|
-
children:
|
|
947
|
+
declare const DocText: import("@pyreon/rocketstyle").RocketStyleComponent<Partial<{
|
|
948
|
+
label: import("@pyreon/core").VNodeChild;
|
|
949
|
+
children: import("@pyreon/core").VNodeChild;
|
|
954
950
|
paragraph: boolean;
|
|
955
|
-
tag:
|
|
956
|
-
css:
|
|
957
|
-
}> &
|
|
951
|
+
tag: import("@pyreon/ui-core").HTMLTextTags;
|
|
952
|
+
css: import("@pyreon/elements").ExtendCss;
|
|
953
|
+
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
958
954
|
tag: string;
|
|
959
955
|
_documentProps: {};
|
|
960
956
|
}, {}, {
|
|
@@ -966,7 +962,7 @@ declare const DocText: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
966
962
|
}, {}, {
|
|
967
963
|
readonly variants: "variant";
|
|
968
964
|
readonly weights: "weight";
|
|
969
|
-
}, true,
|
|
965
|
+
}, true, import("@pyreon/rocketstyle").DimensionProps<"weight", {
|
|
970
966
|
readonly variants: "variant";
|
|
971
967
|
readonly weights: "weight";
|
|
972
968
|
}, {
|
|
@@ -976,7 +972,7 @@ declare const DocText: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
976
972
|
bold: {
|
|
977
973
|
fontWeight: string;
|
|
978
974
|
};
|
|
979
|
-
},
|
|
975
|
+
}, import("@pyreon/rocketstyle").DimensionProps<"variant", {
|
|
980
976
|
readonly variants: "variant";
|
|
981
977
|
readonly weights: "weight";
|
|
982
978
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/document-primitives",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"description": "Rocketstyle document components — render in browser, export to 18 formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@pyreon/connector-document": "^0.
|
|
46
|
-
"@pyreon/core": "^0.
|
|
47
|
-
"@pyreon/document": "^0.
|
|
48
|
-
"@pyreon/elements": "^0.
|
|
49
|
-
"@pyreon/rocketstyle": "^0.
|
|
50
|
-
"@pyreon/styler": "^0.
|
|
51
|
-
"@pyreon/ui-core": "^0.
|
|
45
|
+
"@pyreon/connector-document": "^0.21.0",
|
|
46
|
+
"@pyreon/core": "^0.21.0",
|
|
47
|
+
"@pyreon/document": "^0.21.0",
|
|
48
|
+
"@pyreon/elements": "^0.21.0",
|
|
49
|
+
"@pyreon/rocketstyle": "^0.21.0",
|
|
50
|
+
"@pyreon/styler": "^0.21.0",
|
|
51
|
+
"@pyreon/ui-core": "^0.21.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@pyreon/core": "^0.
|
|
55
|
-
"@pyreon/elements": "^0.
|
|
54
|
+
"@pyreon/core": "^0.21.0",
|
|
55
|
+
"@pyreon/elements": "^0.21.0",
|
|
56
56
|
"@pyreon/manifest": "0.13.1",
|
|
57
|
-
"@pyreon/reactivity": "^0.
|
|
58
|
-
"@pyreon/rocketstyle": "^0.
|
|
59
|
-
"@pyreon/runtime-dom": "^0.
|
|
60
|
-
"@pyreon/styler": "^0.
|
|
61
|
-
"@pyreon/test-utils": "^0.13.
|
|
62
|
-
"@pyreon/typescript": "^0.
|
|
63
|
-
"@pyreon/ui-core": "^0.
|
|
57
|
+
"@pyreon/reactivity": "^0.21.0",
|
|
58
|
+
"@pyreon/rocketstyle": "^0.21.0",
|
|
59
|
+
"@pyreon/runtime-dom": "^0.21.0",
|
|
60
|
+
"@pyreon/styler": "^0.21.0",
|
|
61
|
+
"@pyreon/test-utils": "^0.13.8",
|
|
62
|
+
"@pyreon/typescript": "^0.21.0",
|
|
63
|
+
"@pyreon/ui-core": "^0.21.0",
|
|
64
64
|
"@vitest/browser-playwright": "^4.1.4",
|
|
65
65
|
"@vitus-labs/tools-rolldown": "^2.3.0"
|
|
66
66
|
},
|