@pyreon/document-primitives 0.14.0 → 0.15.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 +416 -416
- package/package.json +18 -17
- 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,13 @@ 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
539
|
fontSize: number;
|
|
540
540
|
lineHeight: number;
|
|
541
541
|
}, {
|
|
@@ -556,38 +556,38 @@ declare const DocListItem: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
556
556
|
}, false, {}>;
|
|
557
557
|
//#endregion
|
|
558
558
|
//#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;
|
|
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;
|
|
569
569
|
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;
|
|
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;
|
|
583
583
|
dangerouslySetInnerHTML: {
|
|
584
584
|
__html: string;
|
|
585
585
|
};
|
|
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>, {
|
|
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>, {
|
|
591
591
|
size?: string;
|
|
592
592
|
orientation?: string;
|
|
593
593
|
}, {}, {
|
|
@@ -611,38 +611,38 @@ declare const DocPage: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
611
611
|
}, false, {}>;
|
|
612
612
|
//#endregion
|
|
613
613
|
//#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;
|
|
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;
|
|
624
624
|
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;
|
|
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;
|
|
638
638
|
dangerouslySetInnerHTML: {
|
|
639
639
|
__html: string;
|
|
640
640
|
};
|
|
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>, {}, {}, {}, {
|
|
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>, {}, {}, {}, {
|
|
646
646
|
_documentType: "page-break";
|
|
647
647
|
}, {}, {
|
|
648
648
|
readonly states: "state";
|
|
@@ -660,44 +660,44 @@ declare const DocPageBreak: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
660
660
|
}, false, {}>;
|
|
661
661
|
//#endregion
|
|
662
662
|
//#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;
|
|
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;
|
|
673
673
|
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;
|
|
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;
|
|
687
687
|
dangerouslySetInnerHTML: {
|
|
688
688
|
__html: string;
|
|
689
689
|
};
|
|
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>, {
|
|
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>, {
|
|
695
695
|
borderColor?: string;
|
|
696
696
|
}, {}, {
|
|
697
|
+
padding: string;
|
|
697
698
|
borderColor: string;
|
|
698
699
|
color: string;
|
|
699
700
|
fontStyle: string;
|
|
700
|
-
padding: string;
|
|
701
701
|
}, {
|
|
702
702
|
_documentType: "quote";
|
|
703
703
|
}, {}, {
|
|
@@ -722,38 +722,38 @@ declare const DocQuote: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
722
722
|
* Element base accepts `direction: 'inline' | 'rows' | 'reverseInline'
|
|
723
723
|
* | 'reverseRows'` — `'row'` is not a valid value.
|
|
724
724
|
*/
|
|
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;
|
|
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;
|
|
735
735
|
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;
|
|
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;
|
|
749
749
|
dangerouslySetInnerHTML: {
|
|
750
750
|
__html: string;
|
|
751
751
|
};
|
|
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>, {}, {}, {}, {
|
|
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>, {}, {}, {}, {
|
|
757
757
|
_documentType: "row";
|
|
758
758
|
}, {}, {
|
|
759
759
|
readonly states: "state";
|
|
@@ -771,38 +771,38 @@ declare const DocRow: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
771
771
|
}, false, {}>;
|
|
772
772
|
//#endregion
|
|
773
773
|
//#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;
|
|
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;
|
|
784
784
|
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;
|
|
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;
|
|
798
798
|
dangerouslySetInnerHTML: {
|
|
799
799
|
__html: string;
|
|
800
800
|
};
|
|
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>, {
|
|
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>, {
|
|
806
806
|
direction?: string;
|
|
807
807
|
}, {}, {
|
|
808
808
|
padding: number;
|
|
@@ -810,7 +810,7 @@ declare const DocSection: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
810
810
|
_documentType: "section";
|
|
811
811
|
}, {}, {
|
|
812
812
|
readonly directions: "direction";
|
|
813
|
-
}, false, _pyreon_rocketstyle0.DimensionProps<"direction", {
|
|
813
|
+
}, false, _$_pyreon_rocketstyle0.DimensionProps<"direction", {
|
|
814
814
|
readonly directions: "direction";
|
|
815
815
|
}, {
|
|
816
816
|
column: {};
|
|
@@ -820,38 +820,38 @@ declare const DocSection: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
820
820
|
}, {}>>;
|
|
821
821
|
//#endregion
|
|
822
822
|
//#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;
|
|
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;
|
|
833
833
|
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;
|
|
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;
|
|
847
847
|
dangerouslySetInnerHTML: {
|
|
848
848
|
__html: string;
|
|
849
849
|
};
|
|
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>, {
|
|
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>, {
|
|
855
855
|
height?: number;
|
|
856
856
|
}, {}, {}, {
|
|
857
857
|
_documentType: "spacer";
|
|
@@ -889,38 +889,38 @@ declare const DocSpacer: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
889
889
|
* column collection on parent table). Filtering them at the
|
|
890
890
|
* rocketstyle layer keeps the DOM render path clean.
|
|
891
891
|
*/
|
|
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;
|
|
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;
|
|
902
902
|
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;
|
|
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;
|
|
916
916
|
dangerouslySetInnerHTML: {
|
|
917
917
|
__html: string;
|
|
918
918
|
};
|
|
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>, {
|
|
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>, {
|
|
924
924
|
caption?: string;
|
|
925
925
|
rows?: unknown[];
|
|
926
926
|
columns?: unknown[];
|
|
@@ -937,22 +937,22 @@ declare const DocTable: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
937
937
|
}, true, {}>;
|
|
938
938
|
//#endregion
|
|
939
939
|
//#region src/primitives/DocText.d.ts
|
|
940
|
-
declare const DocText: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
941
|
-
label: _pyreon_core0.VNodeChild;
|
|
942
|
-
children: _pyreon_core0.VNodeChild;
|
|
940
|
+
declare const DocText: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
941
|
+
label: _$_pyreon_core0.VNodeChild;
|
|
942
|
+
children: _$_pyreon_core0.VNodeChild;
|
|
943
943
|
paragraph: boolean;
|
|
944
|
-
tag: _pyreon_ui_core0.HTMLTextTags;
|
|
945
|
-
css: _pyreon_elements0.ExtendCss;
|
|
946
|
-
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {}, {}, {
|
|
947
|
-
marginBottom: number;
|
|
944
|
+
tag: _$_pyreon_ui_core0.HTMLTextTags;
|
|
945
|
+
css: _$_pyreon_elements0.ExtendCss;
|
|
946
|
+
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {}, {}, {
|
|
948
947
|
color: string;
|
|
949
948
|
lineHeight: number;
|
|
949
|
+
marginBottom: number;
|
|
950
950
|
}, {
|
|
951
951
|
_documentType: "text";
|
|
952
952
|
}, {}, {
|
|
953
953
|
readonly variants: "variant";
|
|
954
954
|
readonly weights: "weight";
|
|
955
|
-
}, true, _pyreon_rocketstyle0.DimensionProps<"weight", {
|
|
955
|
+
}, true, _$_pyreon_rocketstyle0.DimensionProps<"weight", {
|
|
956
956
|
readonly variants: "variant";
|
|
957
957
|
readonly weights: "weight";
|
|
958
958
|
}, {
|
|
@@ -962,7 +962,7 @@ declare const DocText: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
962
962
|
bold: {
|
|
963
963
|
fontWeight: string;
|
|
964
964
|
};
|
|
965
|
-
}, _pyreon_rocketstyle0.DimensionProps<"variant", {
|
|
965
|
+
}, _$_pyreon_rocketstyle0.DimensionProps<"variant", {
|
|
966
966
|
readonly variants: "variant";
|
|
967
967
|
readonly weights: "weight";
|
|
968
968
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/document-primitives",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.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,29 @@
|
|
|
41
42
|
"typecheck": "tsc --noEmit"
|
|
42
43
|
},
|
|
43
44
|
"dependencies": {
|
|
44
|
-
"@pyreon/connector-document": "^0.
|
|
45
|
+
"@pyreon/connector-document": "^0.15.0"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@pyreon/core": "^0.
|
|
48
|
-
"@pyreon/elements": "^0.
|
|
48
|
+
"@pyreon/core": "^0.15.0",
|
|
49
|
+
"@pyreon/elements": "^0.15.0",
|
|
49
50
|
"@pyreon/manifest": "0.13.1",
|
|
50
|
-
"@pyreon/reactivity": "^0.
|
|
51
|
-
"@pyreon/rocketstyle": "^0.
|
|
52
|
-
"@pyreon/runtime-dom": "^0.
|
|
53
|
-
"@pyreon/styler": "^0.
|
|
51
|
+
"@pyreon/reactivity": "^0.15.0",
|
|
52
|
+
"@pyreon/rocketstyle": "^0.15.0",
|
|
53
|
+
"@pyreon/runtime-dom": "^0.15.0",
|
|
54
|
+
"@pyreon/styler": "^0.15.0",
|
|
54
55
|
"@pyreon/test-utils": "^0.13.2",
|
|
55
|
-
"@pyreon/typescript": "^0.
|
|
56
|
-
"@pyreon/ui-core": "^0.
|
|
56
|
+
"@pyreon/typescript": "^0.15.0",
|
|
57
|
+
"@pyreon/ui-core": "^0.15.0",
|
|
57
58
|
"@vitest/browser-playwright": "^4.1.4",
|
|
58
|
-
"@vitus-labs/tools-rolldown": "^
|
|
59
|
+
"@vitus-labs/tools-rolldown": "^2.3.0"
|
|
59
60
|
},
|
|
60
61
|
"peerDependencies": {
|
|
61
|
-
"@pyreon/core": "^0.
|
|
62
|
-
"@pyreon/document": "^0.
|
|
63
|
-
"@pyreon/elements": "^0.
|
|
64
|
-
"@pyreon/rocketstyle": "^0.
|
|
65
|
-
"@pyreon/styler": "^0.
|
|
66
|
-
"@pyreon/ui-core": "^0.
|
|
62
|
+
"@pyreon/core": "^0.15.0",
|
|
63
|
+
"@pyreon/document": "^0.15.0",
|
|
64
|
+
"@pyreon/elements": "^0.15.0",
|
|
65
|
+
"@pyreon/rocketstyle": "^0.15.0",
|
|
66
|
+
"@pyreon/styler": "^0.15.0",
|
|
67
|
+
"@pyreon/ui-core": "^0.15.0"
|
|
67
68
|
},
|
|
68
69
|
"engines": {
|
|
69
70
|
"node": ">= 22"
|
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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"}
|