@pyreon/document-primitives 0.14.0 → 0.16.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 +430 -416
- package/package.json +19 -20
- package/src/__tests__/primitives-attrs.test.ts +7 -1
- package/src/__tests__/useDocumentExport.test.ts +1 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js.map +0 -1
package/lib/index.d.ts
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
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";
|
|
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
6
|
|
|
7
7
|
//#region src/DocumentPreview.d.ts
|
|
8
|
-
declare const DocumentPreview: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
9
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
10
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
11
|
-
children: _pyreon_elements0.Content;
|
|
12
|
-
content: _pyreon_elements0.Content;
|
|
13
|
-
label: _pyreon_elements0.Content;
|
|
14
|
-
beforeContent: _pyreon_elements0.Content;
|
|
15
|
-
afterContent: _pyreon_elements0.Content;
|
|
16
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
17
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
8
|
+
declare const DocumentPreview: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
9
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
10
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
11
|
+
children: _$_pyreon_elements0.Content;
|
|
12
|
+
content: _$_pyreon_elements0.Content;
|
|
13
|
+
label: _$_pyreon_elements0.Content;
|
|
14
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
15
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
16
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
17
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
18
18
|
equalBeforeAfter: boolean;
|
|
19
|
-
gap: _pyreon_elements0.Responsive;
|
|
20
|
-
direction: _pyreon_elements0.Direction;
|
|
21
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
22
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
23
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
24
|
-
alignX: _pyreon_elements0.AlignX;
|
|
25
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
26
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
27
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
28
|
-
alignY: _pyreon_elements0.AlignY;
|
|
29
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
30
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
31
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
19
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
20
|
+
direction: _$_pyreon_elements0.Direction;
|
|
21
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
22
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
23
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
24
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
25
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
26
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
27
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
28
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
29
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
30
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
31
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
32
32
|
dangerouslySetInnerHTML: {
|
|
33
33
|
__html: string;
|
|
34
34
|
};
|
|
35
|
-
css: _pyreon_elements0.ExtendCss;
|
|
36
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
37
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
38
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
39
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
35
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
36
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
37
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
38
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
39
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
40
40
|
size?: string;
|
|
41
41
|
showPageBreaks?: boolean;
|
|
42
42
|
}, {}, {
|
|
@@ -46,7 +46,7 @@ declare const DocumentPreview: _pyreon_rocketstyle0.RocketStyleComponent<Partial
|
|
|
46
46
|
_documentType: "document";
|
|
47
47
|
}, {}, {
|
|
48
48
|
readonly sizes: "size";
|
|
49
|
-
}, true, _pyreon_rocketstyle0.DimensionProps<"size", {
|
|
49
|
+
}, true, _$_pyreon_rocketstyle0.DimensionProps<"size", {
|
|
50
50
|
readonly sizes: "size";
|
|
51
51
|
}, {
|
|
52
52
|
A4: {
|
|
@@ -72,26 +72,26 @@ declare const DocumentPreview: _pyreon_rocketstyle0.RocketStyleComponent<Partial
|
|
|
72
72
|
}, {}>>;
|
|
73
73
|
//#endregion
|
|
74
74
|
//#region src/primitives/DocButton.d.ts
|
|
75
|
-
declare const DocButton: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
76
|
-
label: _pyreon_core0.VNodeChild;
|
|
77
|
-
children: _pyreon_core0.VNodeChild;
|
|
75
|
+
declare const DocButton: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
76
|
+
label: _$_pyreon_core0.VNodeChild;
|
|
77
|
+
children: _$_pyreon_core0.VNodeChild;
|
|
78
78
|
paragraph: boolean;
|
|
79
|
-
tag: _pyreon_ui_core0.HTMLTextTags;
|
|
80
|
-
css: _pyreon_elements0.ExtendCss;
|
|
81
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
79
|
+
tag: _$_pyreon_ui_core0.HTMLTextTags;
|
|
80
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
81
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
82
82
|
href?: string;
|
|
83
83
|
}, {}, {
|
|
84
|
+
padding: string;
|
|
84
85
|
borderRadius: number;
|
|
85
86
|
fontSize: number;
|
|
86
87
|
fontWeight: string;
|
|
87
|
-
padding: string;
|
|
88
88
|
textAlign: string;
|
|
89
89
|
textDecoration: string;
|
|
90
90
|
}, {
|
|
91
91
|
_documentType: "button";
|
|
92
92
|
}, {}, {
|
|
93
93
|
readonly variants: "variant";
|
|
94
|
-
}, true, _pyreon_rocketstyle0.DimensionProps<"variant", {
|
|
94
|
+
}, true, _$_pyreon_rocketstyle0.DimensionProps<"variant", {
|
|
95
95
|
readonly variants: "variant";
|
|
96
96
|
}, {
|
|
97
97
|
primary: {
|
|
@@ -108,20 +108,20 @@ declare const DocButton: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
108
108
|
}, {}>>;
|
|
109
109
|
//#endregion
|
|
110
110
|
//#region src/primitives/DocCode.d.ts
|
|
111
|
-
declare const DocCode: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
112
|
-
label: _pyreon_core0.VNodeChild;
|
|
113
|
-
children: _pyreon_core0.VNodeChild;
|
|
111
|
+
declare const DocCode: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
112
|
+
label: _$_pyreon_core0.VNodeChild;
|
|
113
|
+
children: _$_pyreon_core0.VNodeChild;
|
|
114
114
|
paragraph: boolean;
|
|
115
|
-
tag: _pyreon_ui_core0.HTMLTextTags;
|
|
116
|
-
css: _pyreon_elements0.ExtendCss;
|
|
117
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
115
|
+
tag: _$_pyreon_ui_core0.HTMLTextTags;
|
|
116
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
117
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
118
118
|
language?: string;
|
|
119
119
|
}, {}, {
|
|
120
120
|
backgroundColor: string;
|
|
121
|
+
padding: string;
|
|
121
122
|
borderRadius: number;
|
|
122
123
|
fontFamily: string;
|
|
123
124
|
fontSize: number;
|
|
124
|
-
padding: string;
|
|
125
125
|
}, {
|
|
126
126
|
_documentType: "code";
|
|
127
127
|
}, {}, {
|
|
@@ -140,38 +140,38 @@ declare const DocCode: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
140
140
|
}, false, {}>;
|
|
141
141
|
//#endregion
|
|
142
142
|
//#region src/primitives/DocColumn.d.ts
|
|
143
|
-
declare const DocColumn: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
144
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
145
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
146
|
-
children: _pyreon_elements0.Content;
|
|
147
|
-
content: _pyreon_elements0.Content;
|
|
148
|
-
label: _pyreon_elements0.Content;
|
|
149
|
-
beforeContent: _pyreon_elements0.Content;
|
|
150
|
-
afterContent: _pyreon_elements0.Content;
|
|
151
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
152
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
143
|
+
declare const DocColumn: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
144
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
145
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
146
|
+
children: _$_pyreon_elements0.Content;
|
|
147
|
+
content: _$_pyreon_elements0.Content;
|
|
148
|
+
label: _$_pyreon_elements0.Content;
|
|
149
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
150
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
151
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
152
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
153
153
|
equalBeforeAfter: boolean;
|
|
154
|
-
gap: _pyreon_elements0.Responsive;
|
|
155
|
-
direction: _pyreon_elements0.Direction;
|
|
156
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
157
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
158
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
159
|
-
alignX: _pyreon_elements0.AlignX;
|
|
160
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
161
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
162
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
163
|
-
alignY: _pyreon_elements0.AlignY;
|
|
164
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
165
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
166
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
154
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
155
|
+
direction: _$_pyreon_elements0.Direction;
|
|
156
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
157
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
158
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
159
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
160
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
161
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
162
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
163
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
164
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
165
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
166
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
167
167
|
dangerouslySetInnerHTML: {
|
|
168
168
|
__html: string;
|
|
169
169
|
};
|
|
170
|
-
css: _pyreon_elements0.ExtendCss;
|
|
171
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
172
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
173
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
174
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
170
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
171
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
172
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
173
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
174
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
175
175
|
width?: number | string;
|
|
176
176
|
}, {}, {}, {
|
|
177
177
|
_documentType: "column";
|
|
@@ -191,38 +191,38 @@ declare const DocColumn: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
191
191
|
}, false, {}>;
|
|
192
192
|
//#endregion
|
|
193
193
|
//#region src/primitives/DocDivider.d.ts
|
|
194
|
-
declare const DocDivider: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
195
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
196
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
197
|
-
children: _pyreon_elements0.Content;
|
|
198
|
-
content: _pyreon_elements0.Content;
|
|
199
|
-
label: _pyreon_elements0.Content;
|
|
200
|
-
beforeContent: _pyreon_elements0.Content;
|
|
201
|
-
afterContent: _pyreon_elements0.Content;
|
|
202
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
203
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
194
|
+
declare const DocDivider: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
195
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
196
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
197
|
+
children: _$_pyreon_elements0.Content;
|
|
198
|
+
content: _$_pyreon_elements0.Content;
|
|
199
|
+
label: _$_pyreon_elements0.Content;
|
|
200
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
201
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
202
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
203
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
204
204
|
equalBeforeAfter: boolean;
|
|
205
|
-
gap: _pyreon_elements0.Responsive;
|
|
206
|
-
direction: _pyreon_elements0.Direction;
|
|
207
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
208
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
209
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
210
|
-
alignX: _pyreon_elements0.AlignX;
|
|
211
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
212
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
213
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
214
|
-
alignY: _pyreon_elements0.AlignY;
|
|
215
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
216
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
217
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
205
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
206
|
+
direction: _$_pyreon_elements0.Direction;
|
|
207
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
208
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
209
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
210
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
211
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
212
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
213
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
214
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
215
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
216
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
217
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
218
218
|
dangerouslySetInnerHTML: {
|
|
219
219
|
__html: string;
|
|
220
220
|
};
|
|
221
|
-
css: _pyreon_elements0.ExtendCss;
|
|
222
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
223
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
224
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
225
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
221
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
222
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
223
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
224
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
225
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
226
226
|
color?: string;
|
|
227
227
|
thickness?: number;
|
|
228
228
|
}, {}, {
|
|
@@ -292,38 +292,38 @@ declare const DocDivider: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
292
292
|
* }
|
|
293
293
|
* ```
|
|
294
294
|
*/
|
|
295
|
-
declare const DocDocument: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
296
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
297
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
298
|
-
children: _pyreon_elements0.Content;
|
|
299
|
-
content: _pyreon_elements0.Content;
|
|
300
|
-
label: _pyreon_elements0.Content;
|
|
301
|
-
beforeContent: _pyreon_elements0.Content;
|
|
302
|
-
afterContent: _pyreon_elements0.Content;
|
|
303
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
304
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
295
|
+
declare const DocDocument: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
296
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
297
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
298
|
+
children: _$_pyreon_elements0.Content;
|
|
299
|
+
content: _$_pyreon_elements0.Content;
|
|
300
|
+
label: _$_pyreon_elements0.Content;
|
|
301
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
302
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
303
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
304
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
305
305
|
equalBeforeAfter: boolean;
|
|
306
|
-
gap: _pyreon_elements0.Responsive;
|
|
307
|
-
direction: _pyreon_elements0.Direction;
|
|
308
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
309
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
310
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
311
|
-
alignX: _pyreon_elements0.AlignX;
|
|
312
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
313
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
314
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
315
|
-
alignY: _pyreon_elements0.AlignY;
|
|
316
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
317
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
318
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
306
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
307
|
+
direction: _$_pyreon_elements0.Direction;
|
|
308
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
309
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
310
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
311
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
312
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
313
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
314
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
315
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
316
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
317
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
318
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
319
319
|
dangerouslySetInnerHTML: {
|
|
320
320
|
__html: string;
|
|
321
321
|
};
|
|
322
|
-
css: _pyreon_elements0.ExtendCss;
|
|
323
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
324
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
325
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
326
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
322
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
323
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
324
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
325
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
326
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
327
327
|
title?: string | (() => string);
|
|
328
328
|
author?: string | (() => string);
|
|
329
329
|
subject?: string | (() => string);
|
|
@@ -345,23 +345,23 @@ declare const DocDocument: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
345
345
|
}, false, {}>;
|
|
346
346
|
//#endregion
|
|
347
347
|
//#region src/primitives/DocHeading.d.ts
|
|
348
|
-
declare const DocHeading: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
349
|
-
label: _pyreon_core0.VNodeChild;
|
|
350
|
-
children: _pyreon_core0.VNodeChild;
|
|
348
|
+
declare const DocHeading: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
349
|
+
label: _$_pyreon_core0.VNodeChild;
|
|
350
|
+
children: _$_pyreon_core0.VNodeChild;
|
|
351
351
|
paragraph: boolean;
|
|
352
|
-
tag: _pyreon_ui_core0.HTMLTextTags;
|
|
353
|
-
css: _pyreon_elements0.ExtendCss;
|
|
354
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
352
|
+
tag: _$_pyreon_ui_core0.HTMLTextTags;
|
|
353
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
354
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
355
355
|
level?: string;
|
|
356
356
|
}, {}, {
|
|
357
|
-
marginBottom: number;
|
|
358
357
|
color: string;
|
|
359
358
|
fontWeight: string;
|
|
359
|
+
marginBottom: number;
|
|
360
360
|
}, {
|
|
361
361
|
_documentType: "heading";
|
|
362
362
|
}, {}, {
|
|
363
363
|
readonly levels: "level";
|
|
364
|
-
}, true, _pyreon_rocketstyle0.DimensionProps<"level", {
|
|
364
|
+
}, true, _$_pyreon_rocketstyle0.DimensionProps<"level", {
|
|
365
365
|
readonly levels: "level";
|
|
366
366
|
}, {
|
|
367
367
|
h1: {
|
|
@@ -391,41 +391,41 @@ declare const DocHeading: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
391
391
|
}, {}>>;
|
|
392
392
|
//#endregion
|
|
393
393
|
//#region src/primitives/DocImage.d.ts
|
|
394
|
-
declare const DocImage: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
395
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
396
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
397
|
-
children: _pyreon_elements0.Content;
|
|
398
|
-
content: _pyreon_elements0.Content;
|
|
399
|
-
label: _pyreon_elements0.Content;
|
|
400
|
-
beforeContent: _pyreon_elements0.Content;
|
|
401
|
-
afterContent: _pyreon_elements0.Content;
|
|
402
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
403
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
394
|
+
declare const DocImage: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
395
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
396
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
397
|
+
children: _$_pyreon_elements0.Content;
|
|
398
|
+
content: _$_pyreon_elements0.Content;
|
|
399
|
+
label: _$_pyreon_elements0.Content;
|
|
400
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
401
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
402
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
403
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
404
404
|
equalBeforeAfter: boolean;
|
|
405
|
-
gap: _pyreon_elements0.Responsive;
|
|
406
|
-
direction: _pyreon_elements0.Direction;
|
|
407
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
408
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
409
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
410
|
-
alignX: _pyreon_elements0.AlignX;
|
|
411
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
412
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
413
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
414
|
-
alignY: _pyreon_elements0.AlignY;
|
|
415
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
416
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
417
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
405
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
406
|
+
direction: _$_pyreon_elements0.Direction;
|
|
407
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
408
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
409
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
410
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
411
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
412
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
413
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
414
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
415
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
416
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
417
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
418
418
|
dangerouslySetInnerHTML: {
|
|
419
419
|
__html: string;
|
|
420
420
|
};
|
|
421
|
-
css: _pyreon_elements0.ExtendCss;
|
|
422
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
423
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
424
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
425
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
421
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
422
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
423
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
424
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
425
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
426
|
+
width?: number | string;
|
|
426
427
|
caption?: string;
|
|
427
428
|
height?: number | string;
|
|
428
|
-
width?: number | string;
|
|
429
429
|
src?: string;
|
|
430
430
|
alt?: string;
|
|
431
431
|
}, {}, {}, {
|
|
@@ -446,13 +446,13 @@ declare const DocImage: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
446
446
|
}, false, {}>;
|
|
447
447
|
//#endregion
|
|
448
448
|
//#region src/primitives/DocLink.d.ts
|
|
449
|
-
declare const DocLink: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
450
|
-
label: _pyreon_core0.VNodeChild;
|
|
451
|
-
children: _pyreon_core0.VNodeChild;
|
|
449
|
+
declare const DocLink: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
450
|
+
label: _$_pyreon_core0.VNodeChild;
|
|
451
|
+
children: _$_pyreon_core0.VNodeChild;
|
|
452
452
|
paragraph: boolean;
|
|
453
|
-
tag: _pyreon_ui_core0.HTMLTextTags;
|
|
454
|
-
css: _pyreon_elements0.ExtendCss;
|
|
455
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
453
|
+
tag: _$_pyreon_ui_core0.HTMLTextTags;
|
|
454
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
455
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
456
456
|
href?: string;
|
|
457
457
|
}, {}, {
|
|
458
458
|
color: string;
|
|
@@ -475,38 +475,38 @@ declare const DocLink: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
475
475
|
}, false, {}>;
|
|
476
476
|
//#endregion
|
|
477
477
|
//#region src/primitives/DocList.d.ts
|
|
478
|
-
declare const DocList: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
479
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
480
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
481
|
-
children: _pyreon_elements0.Content;
|
|
482
|
-
content: _pyreon_elements0.Content;
|
|
483
|
-
label: _pyreon_elements0.Content;
|
|
484
|
-
beforeContent: _pyreon_elements0.Content;
|
|
485
|
-
afterContent: _pyreon_elements0.Content;
|
|
486
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
487
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
478
|
+
declare const DocList: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
479
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
480
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
481
|
+
children: _$_pyreon_elements0.Content;
|
|
482
|
+
content: _$_pyreon_elements0.Content;
|
|
483
|
+
label: _$_pyreon_elements0.Content;
|
|
484
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
485
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
486
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
487
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
488
488
|
equalBeforeAfter: boolean;
|
|
489
|
-
gap: _pyreon_elements0.Responsive;
|
|
490
|
-
direction: _pyreon_elements0.Direction;
|
|
491
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
492
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
493
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
494
|
-
alignX: _pyreon_elements0.AlignX;
|
|
495
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
496
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
497
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
498
|
-
alignY: _pyreon_elements0.AlignY;
|
|
499
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
500
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
501
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
489
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
490
|
+
direction: _$_pyreon_elements0.Direction;
|
|
491
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
492
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
493
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
494
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
495
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
496
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
497
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
498
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
499
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
500
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
501
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
502
502
|
dangerouslySetInnerHTML: {
|
|
503
503
|
__html: string;
|
|
504
504
|
};
|
|
505
|
-
css: _pyreon_elements0.ExtendCss;
|
|
506
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
507
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
508
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
509
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
505
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
506
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
507
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
508
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
509
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
510
510
|
ordered?: boolean;
|
|
511
511
|
}, {}, {
|
|
512
512
|
marginBottom: number;
|
|
@@ -529,13 +529,16 @@ declare const DocList: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
529
529
|
}, false, {}>;
|
|
530
530
|
//#endregion
|
|
531
531
|
//#region src/primitives/DocListItem.d.ts
|
|
532
|
-
declare const DocListItem: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
533
|
-
label: _pyreon_core0.VNodeChild;
|
|
534
|
-
children: _pyreon_core0.VNodeChild;
|
|
532
|
+
declare const DocListItem: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
533
|
+
label: _$_pyreon_core0.VNodeChild;
|
|
534
|
+
children: _$_pyreon_core0.VNodeChild;
|
|
535
535
|
paragraph: boolean;
|
|
536
|
-
tag: _pyreon_ui_core0.HTMLTextTags;
|
|
537
|
-
css: _pyreon_elements0.ExtendCss;
|
|
538
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
536
|
+
tag: _$_pyreon_ui_core0.HTMLTextTags;
|
|
537
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
538
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
539
|
+
tag: string;
|
|
540
|
+
_documentProps: {};
|
|
541
|
+
}, {}, {
|
|
539
542
|
fontSize: number;
|
|
540
543
|
lineHeight: number;
|
|
541
544
|
}, {
|
|
@@ -556,38 +559,38 @@ declare const DocListItem: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
556
559
|
}, false, {}>;
|
|
557
560
|
//#endregion
|
|
558
561
|
//#region src/primitives/DocPage.d.ts
|
|
559
|
-
declare const DocPage: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
560
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
561
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
562
|
-
children: _pyreon_elements0.Content;
|
|
563
|
-
content: _pyreon_elements0.Content;
|
|
564
|
-
label: _pyreon_elements0.Content;
|
|
565
|
-
beforeContent: _pyreon_elements0.Content;
|
|
566
|
-
afterContent: _pyreon_elements0.Content;
|
|
567
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
568
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
562
|
+
declare const DocPage: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
563
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
564
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
565
|
+
children: _$_pyreon_elements0.Content;
|
|
566
|
+
content: _$_pyreon_elements0.Content;
|
|
567
|
+
label: _$_pyreon_elements0.Content;
|
|
568
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
569
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
570
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
571
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
569
572
|
equalBeforeAfter: boolean;
|
|
570
|
-
gap: _pyreon_elements0.Responsive;
|
|
571
|
-
direction: _pyreon_elements0.Direction;
|
|
572
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
573
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
574
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
575
|
-
alignX: _pyreon_elements0.AlignX;
|
|
576
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
577
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
578
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
579
|
-
alignY: _pyreon_elements0.AlignY;
|
|
580
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
581
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
582
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
573
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
574
|
+
direction: _$_pyreon_elements0.Direction;
|
|
575
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
576
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
577
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
578
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
579
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
580
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
581
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
582
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
583
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
584
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
585
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
583
586
|
dangerouslySetInnerHTML: {
|
|
584
587
|
__html: string;
|
|
585
588
|
};
|
|
586
|
-
css: _pyreon_elements0.ExtendCss;
|
|
587
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
588
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
589
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
590
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
589
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
590
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
591
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
592
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
593
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
591
594
|
size?: string;
|
|
592
595
|
orientation?: string;
|
|
593
596
|
}, {}, {
|
|
@@ -611,38 +614,41 @@ declare const DocPage: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
611
614
|
}, false, {}>;
|
|
612
615
|
//#endregion
|
|
613
616
|
//#region src/primitives/DocPageBreak.d.ts
|
|
614
|
-
declare const DocPageBreak: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
615
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
616
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
617
|
-
children: _pyreon_elements0.Content;
|
|
618
|
-
content: _pyreon_elements0.Content;
|
|
619
|
-
label: _pyreon_elements0.Content;
|
|
620
|
-
beforeContent: _pyreon_elements0.Content;
|
|
621
|
-
afterContent: _pyreon_elements0.Content;
|
|
622
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
623
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
617
|
+
declare const DocPageBreak: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
618
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
619
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
620
|
+
children: _$_pyreon_elements0.Content;
|
|
621
|
+
content: _$_pyreon_elements0.Content;
|
|
622
|
+
label: _$_pyreon_elements0.Content;
|
|
623
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
624
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
625
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
626
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
624
627
|
equalBeforeAfter: boolean;
|
|
625
|
-
gap: _pyreon_elements0.Responsive;
|
|
626
|
-
direction: _pyreon_elements0.Direction;
|
|
627
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
628
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
629
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
630
|
-
alignX: _pyreon_elements0.AlignX;
|
|
631
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
632
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
633
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
634
|
-
alignY: _pyreon_elements0.AlignY;
|
|
635
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
636
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
637
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
628
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
629
|
+
direction: _$_pyreon_elements0.Direction;
|
|
630
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
631
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
632
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
633
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
634
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
635
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
636
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
637
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
638
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
639
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
640
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
638
641
|
dangerouslySetInnerHTML: {
|
|
639
642
|
__html: string;
|
|
640
643
|
};
|
|
641
|
-
css: _pyreon_elements0.ExtendCss;
|
|
642
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
643
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
644
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
645
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
644
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
645
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
646
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
647
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
648
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
649
|
+
tag: string;
|
|
650
|
+
_documentProps: {};
|
|
651
|
+
}, {}, {}, {
|
|
646
652
|
_documentType: "page-break";
|
|
647
653
|
}, {}, {
|
|
648
654
|
readonly states: "state";
|
|
@@ -660,44 +666,44 @@ declare const DocPageBreak: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
660
666
|
}, false, {}>;
|
|
661
667
|
//#endregion
|
|
662
668
|
//#region src/primitives/DocQuote.d.ts
|
|
663
|
-
declare const DocQuote: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
664
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
665
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
666
|
-
children: _pyreon_elements0.Content;
|
|
667
|
-
content: _pyreon_elements0.Content;
|
|
668
|
-
label: _pyreon_elements0.Content;
|
|
669
|
-
beforeContent: _pyreon_elements0.Content;
|
|
670
|
-
afterContent: _pyreon_elements0.Content;
|
|
671
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
672
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
669
|
+
declare const DocQuote: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
670
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
671
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
672
|
+
children: _$_pyreon_elements0.Content;
|
|
673
|
+
content: _$_pyreon_elements0.Content;
|
|
674
|
+
label: _$_pyreon_elements0.Content;
|
|
675
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
676
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
677
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
678
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
673
679
|
equalBeforeAfter: boolean;
|
|
674
|
-
gap: _pyreon_elements0.Responsive;
|
|
675
|
-
direction: _pyreon_elements0.Direction;
|
|
676
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
677
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
678
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
679
|
-
alignX: _pyreon_elements0.AlignX;
|
|
680
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
681
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
682
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
683
|
-
alignY: _pyreon_elements0.AlignY;
|
|
684
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
685
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
686
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
680
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
681
|
+
direction: _$_pyreon_elements0.Direction;
|
|
682
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
683
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
684
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
685
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
686
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
687
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
688
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
689
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
690
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
691
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
692
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
687
693
|
dangerouslySetInnerHTML: {
|
|
688
694
|
__html: string;
|
|
689
695
|
};
|
|
690
|
-
css: _pyreon_elements0.ExtendCss;
|
|
691
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
692
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
693
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
694
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
696
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
697
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
698
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
699
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
700
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
695
701
|
borderColor?: string;
|
|
696
702
|
}, {}, {
|
|
703
|
+
padding: string;
|
|
697
704
|
borderColor: string;
|
|
698
705
|
color: string;
|
|
699
706
|
fontStyle: string;
|
|
700
|
-
padding: string;
|
|
701
707
|
}, {
|
|
702
708
|
_documentType: "quote";
|
|
703
709
|
}, {}, {
|
|
@@ -722,38 +728,43 @@ declare const DocQuote: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
722
728
|
* Element base accepts `direction: 'inline' | 'rows' | 'reverseInline'
|
|
723
729
|
* | 'reverseRows'` — `'row'` is not a valid value.
|
|
724
730
|
*/
|
|
725
|
-
declare const DocRow: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
726
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
727
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
728
|
-
children: _pyreon_elements0.Content;
|
|
729
|
-
content: _pyreon_elements0.Content;
|
|
730
|
-
label: _pyreon_elements0.Content;
|
|
731
|
-
beforeContent: _pyreon_elements0.Content;
|
|
732
|
-
afterContent: _pyreon_elements0.Content;
|
|
733
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
734
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
731
|
+
declare const DocRow: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
732
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
733
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
734
|
+
children: _$_pyreon_elements0.Content;
|
|
735
|
+
content: _$_pyreon_elements0.Content;
|
|
736
|
+
label: _$_pyreon_elements0.Content;
|
|
737
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
738
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
739
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
740
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
735
741
|
equalBeforeAfter: boolean;
|
|
736
|
-
gap: _pyreon_elements0.Responsive;
|
|
737
|
-
direction: _pyreon_elements0.Direction;
|
|
738
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
739
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
740
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
741
|
-
alignX: _pyreon_elements0.AlignX;
|
|
742
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
743
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
744
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
745
|
-
alignY: _pyreon_elements0.AlignY;
|
|
746
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
747
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
748
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
742
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
743
|
+
direction: _$_pyreon_elements0.Direction;
|
|
744
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
745
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
746
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
747
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
748
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
749
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
750
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
751
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
752
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
753
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
754
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
749
755
|
dangerouslySetInnerHTML: {
|
|
750
756
|
__html: string;
|
|
751
757
|
};
|
|
752
|
-
css: _pyreon_elements0.ExtendCss;
|
|
753
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
754
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
755
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
756
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
758
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
759
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
760
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
761
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
762
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
763
|
+
tag: string;
|
|
764
|
+
gap: number;
|
|
765
|
+
direction: "inline";
|
|
766
|
+
_documentProps: {};
|
|
767
|
+
}, {}, {}, {
|
|
757
768
|
_documentType: "row";
|
|
758
769
|
}, {}, {
|
|
759
770
|
readonly states: "state";
|
|
@@ -771,38 +782,38 @@ declare const DocRow: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
771
782
|
}, false, {}>;
|
|
772
783
|
//#endregion
|
|
773
784
|
//#region src/primitives/DocSection.d.ts
|
|
774
|
-
declare const DocSection: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
775
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
776
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
777
|
-
children: _pyreon_elements0.Content;
|
|
778
|
-
content: _pyreon_elements0.Content;
|
|
779
|
-
label: _pyreon_elements0.Content;
|
|
780
|
-
beforeContent: _pyreon_elements0.Content;
|
|
781
|
-
afterContent: _pyreon_elements0.Content;
|
|
782
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
783
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
785
|
+
declare const DocSection: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
786
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
787
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
788
|
+
children: _$_pyreon_elements0.Content;
|
|
789
|
+
content: _$_pyreon_elements0.Content;
|
|
790
|
+
label: _$_pyreon_elements0.Content;
|
|
791
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
792
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
793
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
794
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
784
795
|
equalBeforeAfter: boolean;
|
|
785
|
-
gap: _pyreon_elements0.Responsive;
|
|
786
|
-
direction: _pyreon_elements0.Direction;
|
|
787
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
788
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
789
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
790
|
-
alignX: _pyreon_elements0.AlignX;
|
|
791
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
792
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
793
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
794
|
-
alignY: _pyreon_elements0.AlignY;
|
|
795
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
796
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
797
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
796
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
797
|
+
direction: _$_pyreon_elements0.Direction;
|
|
798
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
799
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
800
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
801
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
802
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
803
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
804
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
805
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
806
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
807
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
808
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
798
809
|
dangerouslySetInnerHTML: {
|
|
799
810
|
__html: string;
|
|
800
811
|
};
|
|
801
|
-
css: _pyreon_elements0.ExtendCss;
|
|
802
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
803
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
804
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
805
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
812
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
813
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
814
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
815
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
816
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
806
817
|
direction?: string;
|
|
807
818
|
}, {}, {
|
|
808
819
|
padding: number;
|
|
@@ -810,7 +821,7 @@ declare const DocSection: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
810
821
|
_documentType: "section";
|
|
811
822
|
}, {}, {
|
|
812
823
|
readonly directions: "direction";
|
|
813
|
-
}, false, _pyreon_rocketstyle0.DimensionProps<"direction", {
|
|
824
|
+
}, false, _$_pyreon_rocketstyle0.DimensionProps<"direction", {
|
|
814
825
|
readonly directions: "direction";
|
|
815
826
|
}, {
|
|
816
827
|
column: {};
|
|
@@ -820,38 +831,38 @@ declare const DocSection: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
820
831
|
}, {}>>;
|
|
821
832
|
//#endregion
|
|
822
833
|
//#region src/primitives/DocSpacer.d.ts
|
|
823
|
-
declare const DocSpacer: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
824
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
825
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
826
|
-
children: _pyreon_elements0.Content;
|
|
827
|
-
content: _pyreon_elements0.Content;
|
|
828
|
-
label: _pyreon_elements0.Content;
|
|
829
|
-
beforeContent: _pyreon_elements0.Content;
|
|
830
|
-
afterContent: _pyreon_elements0.Content;
|
|
831
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
832
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
834
|
+
declare const DocSpacer: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
835
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
836
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
837
|
+
children: _$_pyreon_elements0.Content;
|
|
838
|
+
content: _$_pyreon_elements0.Content;
|
|
839
|
+
label: _$_pyreon_elements0.Content;
|
|
840
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
841
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
842
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
843
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
833
844
|
equalBeforeAfter: boolean;
|
|
834
|
-
gap: _pyreon_elements0.Responsive;
|
|
835
|
-
direction: _pyreon_elements0.Direction;
|
|
836
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
837
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
838
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
839
|
-
alignX: _pyreon_elements0.AlignX;
|
|
840
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
841
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
842
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
843
|
-
alignY: _pyreon_elements0.AlignY;
|
|
844
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
845
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
846
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
845
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
846
|
+
direction: _$_pyreon_elements0.Direction;
|
|
847
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
848
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
849
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
850
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
851
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
852
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
853
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
854
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
855
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
856
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
857
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
847
858
|
dangerouslySetInnerHTML: {
|
|
848
859
|
__html: string;
|
|
849
860
|
};
|
|
850
|
-
css: _pyreon_elements0.ExtendCss;
|
|
851
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
852
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
853
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
854
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
861
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
862
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
863
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
864
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
865
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
855
866
|
height?: number;
|
|
856
867
|
}, {}, {}, {
|
|
857
868
|
_documentType: "spacer";
|
|
@@ -889,38 +900,38 @@ declare const DocSpacer: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
889
900
|
* column collection on parent table). Filtering them at the
|
|
890
901
|
* rocketstyle layer keeps the DOM render path clean.
|
|
891
902
|
*/
|
|
892
|
-
declare const DocTable: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
893
|
-
tag: _pyreon_ui_core0.HTMLTags;
|
|
894
|
-
innerRef: _pyreon_elements0.InnerRef;
|
|
895
|
-
children: _pyreon_elements0.Content;
|
|
896
|
-
content: _pyreon_elements0.Content;
|
|
897
|
-
label: _pyreon_elements0.Content;
|
|
898
|
-
beforeContent: _pyreon_elements0.Content;
|
|
899
|
-
afterContent: _pyreon_elements0.Content;
|
|
900
|
-
block: _pyreon_elements0.ResponsiveBoolType;
|
|
901
|
-
equalCols: _pyreon_elements0.ResponsiveBoolType;
|
|
903
|
+
declare const DocTable: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
904
|
+
tag: _$_pyreon_ui_core0.HTMLTags;
|
|
905
|
+
innerRef: _$_pyreon_elements0.InnerRef;
|
|
906
|
+
children: _$_pyreon_elements0.Content;
|
|
907
|
+
content: _$_pyreon_elements0.Content;
|
|
908
|
+
label: _$_pyreon_elements0.Content;
|
|
909
|
+
beforeContent: _$_pyreon_elements0.Content;
|
|
910
|
+
afterContent: _$_pyreon_elements0.Content;
|
|
911
|
+
block: _$_pyreon_elements0.ResponsiveBoolType;
|
|
912
|
+
equalCols: _$_pyreon_elements0.ResponsiveBoolType;
|
|
902
913
|
equalBeforeAfter: boolean;
|
|
903
|
-
gap: _pyreon_elements0.Responsive;
|
|
904
|
-
direction: _pyreon_elements0.Direction;
|
|
905
|
-
contentDirection: _pyreon_elements0.Direction;
|
|
906
|
-
beforeContentDirection: _pyreon_elements0.Direction;
|
|
907
|
-
afterContentDirection: _pyreon_elements0.Direction;
|
|
908
|
-
alignX: _pyreon_elements0.AlignX;
|
|
909
|
-
contentAlignX: _pyreon_elements0.AlignX;
|
|
910
|
-
beforeContentAlignX: _pyreon_elements0.AlignX;
|
|
911
|
-
afterContentAlignX: _pyreon_elements0.AlignX;
|
|
912
|
-
alignY: _pyreon_elements0.AlignY;
|
|
913
|
-
contentAlignY: _pyreon_elements0.AlignY;
|
|
914
|
-
beforeContentAlignY: _pyreon_elements0.AlignY;
|
|
915
|
-
afterContentAlignY: _pyreon_elements0.AlignY;
|
|
914
|
+
gap: _$_pyreon_elements0.Responsive;
|
|
915
|
+
direction: _$_pyreon_elements0.Direction;
|
|
916
|
+
contentDirection: _$_pyreon_elements0.Direction;
|
|
917
|
+
beforeContentDirection: _$_pyreon_elements0.Direction;
|
|
918
|
+
afterContentDirection: _$_pyreon_elements0.Direction;
|
|
919
|
+
alignX: _$_pyreon_elements0.AlignX;
|
|
920
|
+
contentAlignX: _$_pyreon_elements0.AlignX;
|
|
921
|
+
beforeContentAlignX: _$_pyreon_elements0.AlignX;
|
|
922
|
+
afterContentAlignX: _$_pyreon_elements0.AlignX;
|
|
923
|
+
alignY: _$_pyreon_elements0.AlignY;
|
|
924
|
+
contentAlignY: _$_pyreon_elements0.AlignY;
|
|
925
|
+
beforeContentAlignY: _$_pyreon_elements0.AlignY;
|
|
926
|
+
afterContentAlignY: _$_pyreon_elements0.AlignY;
|
|
916
927
|
dangerouslySetInnerHTML: {
|
|
917
928
|
__html: string;
|
|
918
929
|
};
|
|
919
|
-
css: _pyreon_elements0.ExtendCss;
|
|
920
|
-
contentCss: _pyreon_elements0.ExtendCss;
|
|
921
|
-
beforeContentCss: _pyreon_elements0.ExtendCss;
|
|
922
|
-
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
923
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
930
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
931
|
+
contentCss: _$_pyreon_elements0.ExtendCss;
|
|
932
|
+
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
933
|
+
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
934
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
924
935
|
caption?: string;
|
|
925
936
|
rows?: unknown[];
|
|
926
937
|
columns?: unknown[];
|
|
@@ -937,22 +948,25 @@ declare const DocTable: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
937
948
|
}, true, {}>;
|
|
938
949
|
//#endregion
|
|
939
950
|
//#region src/primitives/DocText.d.ts
|
|
940
|
-
declare const DocText: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
941
|
-
label: _pyreon_core0.VNodeChild;
|
|
942
|
-
children: _pyreon_core0.VNodeChild;
|
|
951
|
+
declare const DocText: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
952
|
+
label: _$_pyreon_core0.VNodeChild;
|
|
953
|
+
children: _$_pyreon_core0.VNodeChild;
|
|
943
954
|
paragraph: boolean;
|
|
944
|
-
tag: _pyreon_ui_core0.HTMLTextTags;
|
|
945
|
-
css: _pyreon_elements0.ExtendCss;
|
|
946
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
947
|
-
|
|
955
|
+
tag: _$_pyreon_ui_core0.HTMLTextTags;
|
|
956
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
957
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
958
|
+
tag: string;
|
|
959
|
+
_documentProps: {};
|
|
960
|
+
}, {}, {
|
|
948
961
|
color: string;
|
|
949
962
|
lineHeight: number;
|
|
963
|
+
marginBottom: number;
|
|
950
964
|
}, {
|
|
951
965
|
_documentType: "text";
|
|
952
966
|
}, {}, {
|
|
953
967
|
readonly variants: "variant";
|
|
954
968
|
readonly weights: "weight";
|
|
955
|
-
}, true, _pyreon_rocketstyle0.DimensionProps<"weight", {
|
|
969
|
+
}, true, _$_pyreon_rocketstyle0.DimensionProps<"weight", {
|
|
956
970
|
readonly variants: "variant";
|
|
957
971
|
readonly weights: "weight";
|
|
958
972
|
}, {
|
|
@@ -962,7 +976,7 @@ declare const DocText: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
962
976
|
bold: {
|
|
963
977
|
fontWeight: string;
|
|
964
978
|
};
|
|
965
|
-
}, _pyreon_rocketstyle0.DimensionProps<"variant", {
|
|
979
|
+
}, _$_pyreon_rocketstyle0.DimensionProps<"variant", {
|
|
966
980
|
readonly variants: "variant";
|
|
967
981
|
readonly weights: "weight";
|
|
968
982
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/document-primitives",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "Rocketstyle document components — render in browser, export to 18 formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"lib",
|
|
13
|
+
"!lib/**/*.map",
|
|
13
14
|
"!lib/analysis",
|
|
14
15
|
"README.md",
|
|
15
16
|
"LICENSE",
|
|
@@ -41,29 +42,27 @@
|
|
|
41
42
|
"typecheck": "tsc --noEmit"
|
|
42
43
|
},
|
|
43
44
|
"dependencies": {
|
|
44
|
-
"@pyreon/connector-document": "^0.
|
|
45
|
+
"@pyreon/connector-document": "^0.16.0",
|
|
46
|
+
"@pyreon/core": "^0.16.0",
|
|
47
|
+
"@pyreon/document": "^0.16.0",
|
|
48
|
+
"@pyreon/elements": "^0.16.0",
|
|
49
|
+
"@pyreon/rocketstyle": "^0.16.0",
|
|
50
|
+
"@pyreon/styler": "^0.16.0",
|
|
51
|
+
"@pyreon/ui-core": "^0.16.0"
|
|
45
52
|
},
|
|
46
53
|
"devDependencies": {
|
|
47
|
-
"@pyreon/core": "^0.
|
|
48
|
-
"@pyreon/elements": "^0.
|
|
54
|
+
"@pyreon/core": "^0.16.0",
|
|
55
|
+
"@pyreon/elements": "^0.16.0",
|
|
49
56
|
"@pyreon/manifest": "0.13.1",
|
|
50
|
-
"@pyreon/reactivity": "^0.
|
|
51
|
-
"@pyreon/rocketstyle": "^0.
|
|
52
|
-
"@pyreon/runtime-dom": "^0.
|
|
53
|
-
"@pyreon/styler": "^0.
|
|
54
|
-
"@pyreon/test-utils": "^0.13.
|
|
55
|
-
"@pyreon/typescript": "^0.
|
|
56
|
-
"@pyreon/ui-core": "^0.
|
|
57
|
+
"@pyreon/reactivity": "^0.16.0",
|
|
58
|
+
"@pyreon/rocketstyle": "^0.16.0",
|
|
59
|
+
"@pyreon/runtime-dom": "^0.16.0",
|
|
60
|
+
"@pyreon/styler": "^0.16.0",
|
|
61
|
+
"@pyreon/test-utils": "^0.13.3",
|
|
62
|
+
"@pyreon/typescript": "^0.16.0",
|
|
63
|
+
"@pyreon/ui-core": "^0.16.0",
|
|
57
64
|
"@vitest/browser-playwright": "^4.1.4",
|
|
58
|
-
"@vitus-labs/tools-rolldown": "^
|
|
59
|
-
},
|
|
60
|
-
"peerDependencies": {
|
|
61
|
-
"@pyreon/core": "^0.14.0",
|
|
62
|
-
"@pyreon/document": "^0.14.0",
|
|
63
|
-
"@pyreon/elements": "^0.14.0",
|
|
64
|
-
"@pyreon/rocketstyle": "^0.14.0",
|
|
65
|
-
"@pyreon/styler": "^0.14.0",
|
|
66
|
-
"@pyreon/ui-core": "^0.14.0"
|
|
65
|
+
"@vitus-labs/tools-rolldown": "^2.3.0"
|
|
67
66
|
},
|
|
68
67
|
"engines": {
|
|
69
68
|
"node": ">= 22"
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { initTestConfig, renderProps } from '@pyreon/test-utils'
|
|
2
|
-
import { afterAll, beforeAll, describe, expect, it } from 'vitest'
|
|
2
|
+
import { afterAll, beforeAll, describe, expect, it, vi } from 'vitest'
|
|
3
|
+
|
|
4
|
+
// Each test dynamically imports a primitive module which transitively
|
|
5
|
+
// pulls in @pyreon/rocketstyle + @pyreon/attrs + @pyreon/styler chain.
|
|
6
|
+
// First-load on slow CI runners takes 5-30s per primitive. The default
|
|
7
|
+
// 5000ms timeout was hitting these on every cold load.
|
|
8
|
+
vi.setConfig({ testTimeout: 60_000 })
|
|
3
9
|
|
|
4
10
|
let cleanup: () => void
|
|
5
11
|
beforeAll(() => {
|
|
@@ -217,7 +217,7 @@ describe('DocDocument reactive metadata (D1 integration)', () => {
|
|
|
217
217
|
// compilation, rocketstyle wrapping, etc.) which takes 5+
|
|
218
218
|
// seconds on slow CI runners on first hit. The default 5000ms
|
|
219
219
|
// timeout fails reliably on CI.
|
|
220
|
-
it('DocDocument with accessor title produces live values across multiple extractions', { timeout:
|
|
220
|
+
it('DocDocument with accessor title produces live values across multiple extractions', { timeout: 60_000 }, async () => {
|
|
221
221
|
// Use happy-dom + initTestConfig like the rest of the test suite
|
|
222
222
|
const { initTestConfig } = await import('@pyreon/test-utils')
|
|
223
223
|
const { h } = await import('@pyreon/core')
|
package/lib/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index2.d.ts","names":[],"sources":["../../src/DocumentPreview.ts","../../src/primitives/DocButton.ts","../../src/primitives/DocCode.ts","../../src/primitives/DocColumn.ts","../../src/primitives/DocDivider.ts","../../src/primitives/DocDocument.ts","../../src/primitives/DocHeading.ts","../../src/primitives/DocImage.ts","../../src/primitives/DocLink.ts","../../src/primitives/DocList.ts","../../src/primitives/DocListItem.ts","../../src/primitives/DocPage.ts","../../src/primitives/DocPageBreak.ts","../../src/primitives/DocQuote.ts","../../src/primitives/DocRow.ts","../../src/primitives/DocSection.ts","../../src/primitives/DocSpacer.ts","../../src/primitives/DocTable.ts","../../src/primitives/DocText.ts","../../src/theme.ts","../../src/useDocumentExport.ts"],"mappings":"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"}
|
package/lib/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["extractDocumentTree"],"sources":["../src/DocumentPreview.ts","../src/primitives/DocButton.ts","../src/primitives/DocCode.ts","../src/primitives/DocColumn.ts","../src/primitives/DocDivider.ts","../src/primitives/DocDocument.ts","../src/primitives/DocHeading.ts","../src/primitives/DocImage.ts","../src/primitives/DocLink.ts","../src/primitives/DocList.ts","../src/primitives/DocListItem.ts","../src/primitives/DocPage.ts","../src/primitives/DocPageBreak.ts","../src/primitives/DocQuote.ts","../src/primitives/DocRow.ts","../src/primitives/DocSection.ts","../src/primitives/DocSpacer.ts","../src/primitives/DocTable.ts","../src/primitives/DocText.ts","../src/theme.ts","../src/useDocumentExport.ts"],"sourcesContent":["import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocumentPreview = rocketstyle({\n dimensions: {\n sizes: 'size',\n },\n useBooleans: true,\n})({ name: 'DocumentPreview', component: Element })\n .theme({\n backgroundColor: '#f5f5f5',\n padding: 40,\n })\n .sizes({\n A4: { width: '210mm', minHeight: '297mm' },\n A3: { width: '297mm', minHeight: '420mm' },\n A5: { width: '148mm', minHeight: '210mm' },\n letter: { width: '8.5in', minHeight: '11in' },\n legal: { width: '8.5in', minHeight: '14in' },\n })\n .styles(\n (css: any) => css`\n display: flex;\n flex-direction: column;\n align-items: center;\n min-height: 100vh;\n\n & > * {\n background: white;\n padding: 25mm;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n margin: 20px 0;\n }\n `,\n )\n .statics({ _documentType: 'document' as const })\n .attrs<{\n size?: string\n showPageBreaks?: boolean\n }>((props) => ({\n tag: 'div',\n _documentProps: {\n ...(props.size ? { size: props.size } : { size: 'A4' }),\n ...(props.showPageBreaks ? { showPageBreaks: props.showPageBreaks } : {}),\n },\n }))\n\nexport default DocumentPreview\n","import { Text } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocButton = rocketstyle({\n dimensions: {\n variants: 'variant',\n },\n useBooleans: true,\n})({ name: 'DocButton', component: Text })\n .theme({\n fontSize: 14,\n fontWeight: 'bold',\n padding: '10px 24px',\n borderRadius: 4,\n textAlign: 'center',\n textDecoration: 'none',\n })\n .variants({\n primary: {\n backgroundColor: '#4f46e5',\n color: '#ffffff',\n },\n secondary: {\n backgroundColor: '#ffffff',\n color: '#4f46e5',\n borderWidth: 1,\n borderColor: '#4f46e5',\n borderStyle: 'solid',\n },\n })\n .statics({ _documentType: 'button' as const })\n .attrs<{ href?: string }>((props) => ({\n tag: 'a',\n _documentProps: { href: props.href ?? '#' },\n }))\n\nexport default DocButton\n","import { Text } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocCode = rocketstyle()({ name: 'DocCode', component: Text })\n .theme({\n fontFamily: 'ui-monospace, monospace',\n fontSize: 13,\n backgroundColor: '#f5f5f5',\n padding: '8px 12px',\n borderRadius: 4,\n })\n .statics({ _documentType: 'code' as const })\n .attrs<{ language?: string }>((props) => ({\n tag: 'pre',\n _documentProps: props.language ? { language: props.language } : {},\n }))\n\nexport default DocCode\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocColumn = rocketstyle()({ name: 'DocColumn', component: Element })\n .statics({ _documentType: 'column' as const })\n .attrs<{ width?: number | string }>((props) => ({\n tag: 'div',\n _documentProps: props.width != null ? { width: props.width } : {},\n }))\n\nexport default DocColumn\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocDivider = rocketstyle()({ name: 'DocDivider', component: Element })\n .theme({\n borderColor: '#dddddd',\n borderWidth: 1,\n })\n .statics({ _documentType: 'divider' as const })\n .attrs<{\n color?: string\n thickness?: number\n }>((props) => ({\n tag: 'hr',\n _documentProps: {\n ...(props.color ? { color: props.color } : {}),\n ...(props.thickness ? { thickness: props.thickness } : {}),\n },\n }))\n\nexport default DocDivider\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\n/**\n * Root document container with metadata for the export pipeline.\n *\n * The `title`, `author`, and `subject` props each accept either a\n * plain `string` or a `() => string` accessor. Accessors are\n * resolved by `extractDocumentTree` at export time, so consumers\n * can pass live signal accessors without capturing values at\n * component mount.\n *\n * **Why accessors are needed**: rocketstyle's `.attrs()` callback\n * runs ONCE at component mount (see\n * `packages/ui-system/rocketstyle/src/hoc/rocketstyleAttrsHoc.ts`\n * line 38: \".attrs() callbacks run once at mount\"). If `title` were\n * `string`-only and a consumer wanted to bind it to a live signal,\n * they'd have to capture the initial value at template setup time\n * — meaning the export metadata would be permanently stale relative\n * to the live UI state.\n *\n * Storing the accessor in `_documentProps` and resolving it at\n * extraction time means every `extractDocumentTree` call (one per\n * export click) reads the live value. Plain string values still\n * work as before — `extractDocumentTree` only calls the value if\n * it's a function.\n *\n * @example Plain string\n * ```tsx\n * <DocDocument title=\"My Report\" author=\"Alice\">\n * ...\n * </DocDocument>\n * ```\n *\n * @example Reactive accessor (recommended for templates that drive\n * a live preview AND export the same tree)\n * ```tsx\n * function MyTemplate({ resume }: { resume: () => Resume }) {\n * return (\n * <DocDocument\n * title={() => `${resume().name} — Resume`}\n * author={() => resume().name}\n * >\n * ...\n * </DocDocument>\n * )\n * }\n * ```\n */\nconst DocDocument = rocketstyle()({ name: 'DocDocument', component: Element })\n .statics({ _documentType: 'document' as const })\n .attrs<{\n title?: string | (() => string)\n author?: string | (() => string)\n subject?: string | (() => string)\n }>((props) => ({\n tag: 'div',\n _documentProps: {\n // Pass accessor functions through unmodified — extractDocumentTree\n // resolves them at export time. Plain strings pass through too.\n // Empty / nullish values are omitted entirely so they don't\n // appear as `title: undefined` in the export metadata.\n ...(props.title != null ? { title: props.title } : {}),\n ...(props.author != null ? { author: props.author } : {}),\n ...(props.subject != null ? { subject: props.subject } : {}),\n },\n }))\n\nexport default DocDocument\n","import { Text } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocHeading = rocketstyle({\n dimensions: {\n levels: 'level',\n },\n useBooleans: true,\n})({ name: 'DocHeading', component: Text })\n .theme({\n fontWeight: 'bold',\n color: '#1a1a2e',\n marginBottom: 12,\n })\n .levels({\n h1: { fontSize: 32, lineHeight: 1.2 },\n h2: { fontSize: 24, lineHeight: 1.3 },\n h3: { fontSize: 20, lineHeight: 1.4 },\n h4: { fontSize: 18, lineHeight: 1.4 },\n h5: { fontSize: 16, lineHeight: 1.5 },\n h6: { fontSize: 14, lineHeight: 1.5 },\n })\n .statics({ _documentType: 'heading' as const })\n .attrs<{ level?: string }>((props) => {\n const lvl = props.level ?? 'h1'\n const num = Number.parseInt(String(lvl).replace('h', ''), 10) || 1\n return {\n tag: lvl,\n _documentProps: { level: num },\n }\n })\n\nexport default DocHeading\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocImage = rocketstyle()({ name: 'DocImage', component: Element })\n .statics({ _documentType: 'image' as const })\n .attrs<{\n src?: string\n alt?: string\n width?: number | string\n height?: number | string\n caption?: string\n }>((props) => ({\n tag: 'img',\n _documentProps: {\n src: props.src ?? '',\n ...(props.alt ? { alt: props.alt } : {}),\n ...(props.width ? { width: props.width } : {}),\n ...(props.height ? { height: props.height } : {}),\n ...(props.caption ? { caption: props.caption } : {}),\n },\n }))\n\nexport default DocImage\n","import { Text } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocLink = rocketstyle()({ name: 'DocLink', component: Text })\n .theme({\n color: '#4f46e5',\n textDecoration: 'underline',\n })\n .statics({ _documentType: 'link' as const })\n .attrs<{ href?: string }>((props) => ({\n tag: 'a',\n _documentProps: { href: props.href ?? '#' },\n }))\n\nexport default DocLink\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocList = rocketstyle()({ name: 'DocList', component: Element })\n .theme({\n marginBottom: 8,\n paddingLeft: 20,\n })\n .statics({ _documentType: 'list' as const })\n .attrs<{ ordered?: boolean }>((props) => ({\n tag: props.ordered ? 'ol' : 'ul',\n _documentProps: props.ordered ? { ordered: props.ordered } : {},\n }))\n\nexport default DocList\n","import { Text } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocListItem = rocketstyle()({ name: 'DocListItem', component: Text })\n .theme({\n fontSize: 14,\n lineHeight: 1.5,\n })\n .statics({ _documentType: 'list-item' as const })\n .attrs(() => ({\n tag: 'li',\n _documentProps: {},\n }))\n\nexport default DocListItem\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocPage = rocketstyle()({ name: 'DocPage', component: Element })\n .theme({\n backgroundColor: '#ffffff',\n padding: '25mm',\n })\n .statics({ _documentType: 'page' as const })\n .attrs<{\n size?: string\n orientation?: string\n }>((props) => ({\n tag: 'div',\n _documentProps: {\n ...(props.size ? { size: props.size } : {}),\n ...(props.orientation ? { orientation: props.orientation } : {}),\n },\n }))\n\nexport default DocPage\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocPageBreak = rocketstyle()({ name: 'DocPageBreak', component: Element })\n .statics({ _documentType: 'page-break' as const })\n .attrs(() => ({\n tag: 'div',\n _documentProps: {},\n }))\n\nexport default DocPageBreak\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocQuote = rocketstyle()({ name: 'DocQuote', component: Element })\n .theme({\n borderColor: '#4f46e5',\n padding: '8px 16px',\n fontStyle: 'italic',\n color: '#666666',\n })\n .statics({ _documentType: 'quote' as const })\n .attrs<{ borderColor?: string }>((props) => ({\n tag: 'blockquote',\n _documentProps: props.borderColor ? { borderColor: props.borderColor } : {},\n }))\n\nexport default DocQuote\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\n/**\n * Horizontal row of inline children. Per project conventions, layout\n * props (`direction`, `gap`) live in `.attrs()`, not `.theme()`. The\n * Element base accepts `direction: 'inline' | 'rows' | 'reverseInline'\n * | 'reverseRows'` — `'row'` is not a valid value.\n */\nconst DocRow = rocketstyle()({ name: 'DocRow', component: Element })\n .statics({ _documentType: 'row' as const })\n .attrs(() => ({\n tag: 'div',\n direction: 'inline' as const,\n gap: 8,\n _documentProps: {},\n }))\n\nexport default DocRow\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocSection = rocketstyle({\n dimensions: {\n directions: 'direction',\n },\n useBooleans: false,\n})({ name: 'DocSection', component: Element })\n .theme({\n padding: 0,\n })\n .directions({\n column: {},\n row: { direction: 'row' },\n })\n .statics({ _documentType: 'section' as const })\n .attrs<{ direction?: string }>((props) => ({\n tag: 'div',\n _documentProps: { direction: props.direction ?? 'column' },\n }))\n\nexport default DocSection\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocSpacer = rocketstyle()({ name: 'DocSpacer', component: Element })\n .statics({ _documentType: 'spacer' as const })\n .attrs<{ height?: number }>((props) => ({\n tag: 'div',\n _documentProps: { height: props.height ?? 16 },\n }))\n\nexport default DocSpacer\n","import { Element } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\n/**\n * Tabular data primitive.\n *\n * The `columns`, `rows`, `headerStyle`, `striped`, `bordered`, and\n * `caption` props are document-export metadata — they belong in\n * `_documentProps` only and must NOT be forwarded to the rendered\n * `<table>` element. The `filter` option on `.attrs()` strips them\n * from the props that flow into the DOM.\n *\n * Why this matters: HTMLTableElement's `rows` property is a\n * read-only `HTMLCollection` of `<tr>` elements. If `rows` were\n * forwarded as a DOM attr, the runtime would call\n * `el.rows = [...]` and crash with\n * `TypeError: Cannot set property rows of [object Object] which has\n * only a getter`. Same family for `columns` (`HTMLTableColElement`'s\n * column collection on parent table). Filtering them at the\n * rocketstyle layer keeps the DOM render path clean.\n */\nconst DocTable = rocketstyle({\n dimensions: {\n variants: 'variant',\n },\n useBooleans: true,\n})({ name: 'DocTable', component: Element })\n .theme({\n fontSize: 14,\n borderColor: '#dddddd',\n })\n .statics({ _documentType: 'table' as const })\n .attrs<{\n columns?: unknown[]\n rows?: unknown[]\n headerStyle?: Record<string, unknown>\n striped?: boolean\n bordered?: boolean\n caption?: string\n }>(\n (props) => ({\n tag: 'table',\n _documentProps: {\n columns: props.columns ?? [],\n rows: props.rows ?? [],\n ...(props.headerStyle ? { headerStyle: props.headerStyle } : {}),\n ...(props.striped ? { striped: props.striped } : {}),\n ...(props.bordered ? { bordered: props.bordered } : {}),\n ...(props.caption ? { caption: props.caption } : {}),\n },\n }),\n {\n filter: ['columns', 'rows', 'headerStyle', 'striped', 'bordered', 'caption'],\n },\n )\n\nexport default DocTable\n","import { Text } from '@pyreon/elements'\nimport rocketstyle from '@pyreon/rocketstyle'\n\nconst DocText = rocketstyle({\n dimensions: {\n variants: 'variant',\n weights: 'weight',\n },\n useBooleans: true,\n})({ name: 'DocText', component: Text })\n .theme({\n color: '#333333',\n lineHeight: 1.5,\n marginBottom: 8,\n })\n .variants({\n body: { fontSize: 14 },\n caption: { fontSize: 12, color: '#666666' },\n label: { fontSize: 11, fontWeight: 'bold' },\n })\n .weights({\n normal: { fontWeight: 'normal' },\n bold: { fontWeight: 'bold' },\n })\n .statics({ _documentType: 'text' as const })\n .attrs(() => ({\n tag: 'p',\n _documentProps: {},\n }))\n\nexport default DocText\n","export const documentTheme = {\n colors: {\n primary: '#4f46e5',\n text: '#333333',\n textSecondary: '#666666',\n background: '#ffffff',\n border: '#dddddd',\n headerBg: '#1a1a2e',\n headerText: '#ffffff',\n stripedRow: '#f9f9f9',\n },\n fonts: {\n heading: 'system-ui, -apple-system, sans-serif',\n body: 'system-ui, -apple-system, sans-serif',\n mono: 'ui-monospace, monospace',\n },\n sizes: {\n h1: 32,\n h2: 24,\n h3: 20,\n h4: 18,\n h5: 16,\n h6: 14,\n body: 14,\n caption: 12,\n label: 11,\n },\n spacing: {\n xs: 4,\n sm: 8,\n md: 16,\n lg: 24,\n xl: 40,\n },\n}\n\nexport type DocumentTheme = typeof documentTheme\n","import type { DocNode, ExtractOptions } from '@pyreon/connector-document'\nimport { extractDocumentTree } from '@pyreon/connector-document'\n\nexport interface DocumentExportOptions extends ExtractOptions {\n /** Theme object to provide during extraction. */\n theme?: Record<string, unknown>\n /** Mode: 'light' or 'dark'. */\n mode?: 'light' | 'dark'\n}\n\nexport interface DocumentExport {\n /** Extract the DocNode tree from the template. */\n getDocNode: () => DocNode\n}\n\n/**\n * One-step helper: extract a DocNode tree from a template function.\n *\n * Equivalent to `createDocumentExport(templateFn).getDocNode()` but\n * without the wrapper-object indirection. Use this when you just\n * need the tree to feed into `@pyreon/document`'s `render()` or\n * `download()` — which is the only thing the wrapper object was\n * ever used for in practice.\n *\n * ```ts\n * import { extractDocNode } from '@pyreon/document-primitives'\n * import { download } from '@pyreon/document'\n *\n * function ResumeTemplate({ resume }: { resume: () => Resume }) {\n * return (\n * <DocDocument title={() => `${resume().name} — Resume`}>\n * <DocPage>...</DocPage>\n * </DocDocument>\n * )\n * }\n *\n * // Export click handler:\n * const tree = extractDocNode(() => <ResumeTemplate resume={store.resume} />)\n * await download(tree, 'resume.pdf')\n * ```\n *\n * The two-step `createDocumentExport` form is still exported for\n * backward compatibility and for callers that want to pass the\n * helper object around (e.g. to wrapper components that take a\n * `DocumentExport` instance). New code should prefer this one-step\n * form unless you specifically need the helper object.\n */\nexport function extractDocNode(\n templateFn: () => unknown,\n options: DocumentExportOptions = {},\n): DocNode {\n return extractDocumentTree(templateFn(), options)\n}\n\n/**\n * Create a document export helper from a template function.\n *\n * The template function should return a VNode tree built with\n * document primitives (DocHeading, DocText, DocTable, etc.).\n *\n * ```ts\n * const doc = createDocumentExport(() =>\n * DocDocument({ title: 'Report', children: [\n * DocHeading({ h1: true, children: 'Sales Report' }),\n * DocText({ children: 'Q4 summary.' }),\n * ]})\n * )\n *\n * const tree = doc.getDocNode()\n * // Pass to @pyreon/document's render() for any format\n * ```\n *\n * **Most consumers should use `extractDocNode(templateFn)` instead**\n * — it's the same operation in one call without the wrapper\n * object. `createDocumentExport` is kept for callers that want to\n * pass the helper object around.\n */\nexport function createDocumentExport(\n templateFn: () => unknown,\n options: DocumentExportOptions = {},\n): DocumentExport {\n const getDocNode = (): DocNode => extractDocNode(templateFn, options)\n return { getDocNode }\n}\n"],"mappings":"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"}
|