@eigenpal/docx-editor-agents 0.0.28 → 0.0.30
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/dist/bridge.js +3 -1
- package/dist/bridge.js.map +1 -1
- package/dist/bridge.mjs +8 -0
- package/dist/bridge.mjs.map +1 -0
- package/dist/chunk-5D2V7VK3.js +976 -0
- package/dist/chunk-5D2V7VK3.js.map +1 -0
- package/dist/chunk-5E3CFYZ4.mjs +249 -0
- package/dist/chunk-5E3CFYZ4.mjs.map +1 -0
- package/dist/chunk-GACRQVPW.js +11680 -0
- package/dist/chunk-GACRQVPW.js.map +1 -0
- package/dist/chunk-OFUT6WUQ.mjs +969 -0
- package/dist/chunk-OFUT6WUQ.mjs.map +1 -0
- package/dist/chunk-Q2HHIVUL.js +266 -0
- package/dist/chunk-Q2HHIVUL.js.map +1 -0
- package/dist/chunk-R4MIGZEJ.mjs +11587 -0
- package/dist/chunk-R4MIGZEJ.mjs.map +1 -0
- package/dist/executor-6ZG2VUZS.mjs +3 -0
- package/dist/executor-6ZG2VUZS.mjs.map +1 -0
- package/dist/executor-ZRVQSXRT.js +16 -0
- package/dist/executor-ZRVQSXRT.js.map +1 -0
- package/dist/headless-O2RRWYCB.js +422 -0
- package/dist/headless-O2RRWYCB.js.map +1 -0
- package/dist/headless-UKRSG32U.mjs +5 -0
- package/dist/headless-UKRSG32U.mjs.map +1 -0
- package/dist/index.d.mts +2013 -0
- package/dist/index.d.ts +1776 -1
- package/dist/index.js +26 -19
- package/dist/index.js.map +1 -1
- package/dist/{index.cjs → index.mjs} +23 -26
- package/dist/index.mjs.map +1 -0
- package/dist/processTemplate-7M6KZ6GR.mjs +3 -0
- package/dist/processTemplate-7M6KZ6GR.mjs.map +1 -0
- package/dist/processTemplate-H4X2MH5R.js +54 -0
- package/dist/processTemplate-H4X2MH5R.js.map +1 -0
- package/package.json +11 -9
- package/dist/bridge.cjs +0 -10
- package/dist/bridge.cjs.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -238
- /package/dist/{bridge.d.cts → bridge.d.mts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"executor-6ZG2VUZS.mjs"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk5D2V7VK3_js = require('./chunk-5D2V7VK3.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "executeCommand", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return chunk5D2V7VK3_js.executeCommand; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "executeCommands", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunk5D2V7VK3_js.executeCommands; }
|
|
14
|
+
});
|
|
15
|
+
//# sourceMappingURL=executor-ZRVQSXRT.js.map
|
|
16
|
+
//# sourceMappingURL=executor-ZRVQSXRT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"executor-ZRVQSXRT.js"}
|
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkGACRQVPW_js = require('./chunk-GACRQVPW.js');
|
|
4
|
+
var chunk5D2V7VK3_js = require('./chunk-5D2V7VK3.js');
|
|
5
|
+
var chunkQ2HHIVUL_js = require('./chunk-Q2HHIVUL.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "DEFAULT_AI_ACTIONS", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkGACRQVPW_js.DEFAULT_AI_ACTIONS; }
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "DocumentAgent", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return chunkGACRQVPW_js.DocumentAgent; }
|
|
16
|
+
});
|
|
17
|
+
Object.defineProperty(exports, "VERSION", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return chunkGACRQVPW_js.VERSION; }
|
|
20
|
+
});
|
|
21
|
+
Object.defineProperty(exports, "attemptSelectiveSave", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () { return chunkGACRQVPW_js.attemptSelectiveSave; }
|
|
24
|
+
});
|
|
25
|
+
Object.defineProperty(exports, "blendColors", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function () { return chunkGACRQVPW_js.blendColors; }
|
|
28
|
+
});
|
|
29
|
+
Object.defineProperty(exports, "buildExtendedSelectionContext", {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: function () { return chunkGACRQVPW_js.buildExtendedSelectionContext; }
|
|
32
|
+
});
|
|
33
|
+
Object.defineProperty(exports, "buildPatchedDocumentXml", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
get: function () { return chunkGACRQVPW_js.buildPatchedDocumentXml; }
|
|
36
|
+
});
|
|
37
|
+
Object.defineProperty(exports, "buildSelectionContext", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
get: function () { return chunkGACRQVPW_js.buildSelectionContext2; }
|
|
40
|
+
});
|
|
41
|
+
Object.defineProperty(exports, "buildSelectionContextFromContext", {
|
|
42
|
+
enumerable: true,
|
|
43
|
+
get: function () { return chunkGACRQVPW_js.buildSelectionContext; }
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperty(exports, "colorsEqual", {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function () { return chunkGACRQVPW_js.colorsEqual; }
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "comparePositions", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkGACRQVPW_js.comparePositions; }
|
|
52
|
+
});
|
|
53
|
+
Object.defineProperty(exports, "countCharacters", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () { return chunkGACRQVPW_js.countCharacters; }
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "countWords", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () { return chunkGACRQVPW_js.countWords; }
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(exports, "createAgent", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function () { return chunkGACRQVPW_js.createAgent; }
|
|
64
|
+
});
|
|
65
|
+
Object.defineProperty(exports, "createAgentFromDocument", {
|
|
66
|
+
enumerable: true,
|
|
67
|
+
get: function () { return chunkGACRQVPW_js.createAgentFromDocument; }
|
|
68
|
+
});
|
|
69
|
+
Object.defineProperty(exports, "createCollapsedRange", {
|
|
70
|
+
enumerable: true,
|
|
71
|
+
get: function () { return chunkGACRQVPW_js.createCollapsedRange; }
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(exports, "createCommand", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function () { return chunkGACRQVPW_js.createCommand; }
|
|
76
|
+
});
|
|
77
|
+
Object.defineProperty(exports, "createDocumentWithText", {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function () { return chunkGACRQVPW_js.createDocumentWithText; }
|
|
80
|
+
});
|
|
81
|
+
Object.defineProperty(exports, "createDocx", {
|
|
82
|
+
enumerable: true,
|
|
83
|
+
get: function () { return chunkGACRQVPW_js.createDocx; }
|
|
84
|
+
});
|
|
85
|
+
Object.defineProperty(exports, "createEmptyDocument", {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
get: function () { return chunkGACRQVPW_js.createEmptyDocument; }
|
|
88
|
+
});
|
|
89
|
+
Object.defineProperty(exports, "createRange", {
|
|
90
|
+
enumerable: true,
|
|
91
|
+
get: function () { return chunkGACRQVPW_js.createRange; }
|
|
92
|
+
});
|
|
93
|
+
Object.defineProperty(exports, "createRgbColor", {
|
|
94
|
+
enumerable: true,
|
|
95
|
+
get: function () { return chunkGACRQVPW_js.createRgbColor; }
|
|
96
|
+
});
|
|
97
|
+
Object.defineProperty(exports, "createThemeColor", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
get: function () { return chunkGACRQVPW_js.createThemeColor; }
|
|
100
|
+
});
|
|
101
|
+
Object.defineProperty(exports, "darkenColor", {
|
|
102
|
+
enumerable: true,
|
|
103
|
+
get: function () { return chunkGACRQVPW_js.darkenColor; }
|
|
104
|
+
});
|
|
105
|
+
Object.defineProperty(exports, "detectVariables", {
|
|
106
|
+
enumerable: true,
|
|
107
|
+
get: function () { return chunkGACRQVPW_js.detectVariables; }
|
|
108
|
+
});
|
|
109
|
+
Object.defineProperty(exports, "detectVariablesDetailed", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
get: function () { return chunkGACRQVPW_js.detectVariablesDetailed; }
|
|
112
|
+
});
|
|
113
|
+
Object.defineProperty(exports, "detectVariablesInBody", {
|
|
114
|
+
enumerable: true,
|
|
115
|
+
get: function () { return chunkGACRQVPW_js.detectVariablesInBody; }
|
|
116
|
+
});
|
|
117
|
+
Object.defineProperty(exports, "detectVariablesInParagraph", {
|
|
118
|
+
enumerable: true,
|
|
119
|
+
get: function () { return chunkGACRQVPW_js.detectVariablesInParagraph; }
|
|
120
|
+
});
|
|
121
|
+
Object.defineProperty(exports, "documentHasVariables", {
|
|
122
|
+
enumerable: true,
|
|
123
|
+
get: function () { return chunkGACRQVPW_js.documentHasVariables; }
|
|
124
|
+
});
|
|
125
|
+
Object.defineProperty(exports, "emuToPixels", {
|
|
126
|
+
enumerable: true,
|
|
127
|
+
get: function () { return chunkGACRQVPW_js.emuToPixels; }
|
|
128
|
+
});
|
|
129
|
+
Object.defineProperty(exports, "emuToTwips", {
|
|
130
|
+
enumerable: true,
|
|
131
|
+
get: function () { return chunkGACRQVPW_js.emuToTwips; }
|
|
132
|
+
});
|
|
133
|
+
Object.defineProperty(exports, "extractVariablesFromText", {
|
|
134
|
+
enumerable: true,
|
|
135
|
+
get: function () { return chunkGACRQVPW_js.extractVariablesFromText; }
|
|
136
|
+
});
|
|
137
|
+
Object.defineProperty(exports, "formatPx", {
|
|
138
|
+
enumerable: true,
|
|
139
|
+
get: function () { return chunkGACRQVPW_js.formatPx; }
|
|
140
|
+
});
|
|
141
|
+
Object.defineProperty(exports, "formatVariable", {
|
|
142
|
+
enumerable: true,
|
|
143
|
+
get: function () { return chunkGACRQVPW_js.formatVariable; }
|
|
144
|
+
});
|
|
145
|
+
Object.defineProperty(exports, "getActionDescription", {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function () { return chunkGACRQVPW_js.getActionDescription; }
|
|
148
|
+
});
|
|
149
|
+
Object.defineProperty(exports, "getActionLabel", {
|
|
150
|
+
enumerable: true,
|
|
151
|
+
get: function () { return chunkGACRQVPW_js.getActionLabel; }
|
|
152
|
+
});
|
|
153
|
+
Object.defineProperty(exports, "getAgentContext", {
|
|
154
|
+
enumerable: true,
|
|
155
|
+
get: function () { return chunkGACRQVPW_js.getAgentContext; }
|
|
156
|
+
});
|
|
157
|
+
Object.defineProperty(exports, "getBlockIndexForParagraph", {
|
|
158
|
+
enumerable: true,
|
|
159
|
+
get: function () { return chunkGACRQVPW_js.getBlockIndexForParagraph; }
|
|
160
|
+
});
|
|
161
|
+
Object.defineProperty(exports, "getBodyCharacterCount", {
|
|
162
|
+
enumerable: true,
|
|
163
|
+
get: function () { return chunkGACRQVPW_js.getBodyCharacterCount; }
|
|
164
|
+
});
|
|
165
|
+
Object.defineProperty(exports, "getBodyText", {
|
|
166
|
+
enumerable: true,
|
|
167
|
+
get: function () { return chunkGACRQVPW_js.getBodyText; }
|
|
168
|
+
});
|
|
169
|
+
Object.defineProperty(exports, "getBodyWordCount", {
|
|
170
|
+
enumerable: true,
|
|
171
|
+
get: function () { return chunkGACRQVPW_js.getBodyWordCount; }
|
|
172
|
+
});
|
|
173
|
+
Object.defineProperty(exports, "getContrastingColor", {
|
|
174
|
+
enumerable: true,
|
|
175
|
+
get: function () { return chunkGACRQVPW_js.getContrastingColor; }
|
|
176
|
+
});
|
|
177
|
+
Object.defineProperty(exports, "getDocumentSummary", {
|
|
178
|
+
enumerable: true,
|
|
179
|
+
get: function () { return chunkGACRQVPW_js.getDocumentSummary; }
|
|
180
|
+
});
|
|
181
|
+
Object.defineProperty(exports, "getFormattingAtPosition", {
|
|
182
|
+
enumerable: true,
|
|
183
|
+
get: function () { return chunkGACRQVPW_js.getFormattingAtPosition; }
|
|
184
|
+
});
|
|
185
|
+
Object.defineProperty(exports, "getHyperlinkAtPosition", {
|
|
186
|
+
enumerable: true,
|
|
187
|
+
get: function () { return chunkGACRQVPW_js.getHyperlinkAtPosition; }
|
|
188
|
+
});
|
|
189
|
+
Object.defineProperty(exports, "getHyperlinkText", {
|
|
190
|
+
enumerable: true,
|
|
191
|
+
get: function () { return chunkGACRQVPW_js.getHyperlinkText; }
|
|
192
|
+
});
|
|
193
|
+
Object.defineProperty(exports, "getParagraphAtIndex", {
|
|
194
|
+
enumerable: true,
|
|
195
|
+
get: function () { return chunkGACRQVPW_js.getParagraphAtIndex; }
|
|
196
|
+
});
|
|
197
|
+
Object.defineProperty(exports, "getParagraphText", {
|
|
198
|
+
enumerable: true,
|
|
199
|
+
get: function () { return chunkGACRQVPW_js.getParagraphText; }
|
|
200
|
+
});
|
|
201
|
+
Object.defineProperty(exports, "getParagraphs", {
|
|
202
|
+
enumerable: true,
|
|
203
|
+
get: function () { return chunkGACRQVPW_js.getParagraphs; }
|
|
204
|
+
});
|
|
205
|
+
Object.defineProperty(exports, "getRunText", {
|
|
206
|
+
enumerable: true,
|
|
207
|
+
get: function () { return chunkGACRQVPW_js.getRunText; }
|
|
208
|
+
});
|
|
209
|
+
Object.defineProperty(exports, "getSelectionFormattingSummary", {
|
|
210
|
+
enumerable: true,
|
|
211
|
+
get: function () { return chunkGACRQVPW_js.getSelectionFormattingSummary; }
|
|
212
|
+
});
|
|
213
|
+
Object.defineProperty(exports, "getTableText", {
|
|
214
|
+
enumerable: true,
|
|
215
|
+
get: function () { return chunkGACRQVPW_js.getTableText; }
|
|
216
|
+
});
|
|
217
|
+
Object.defineProperty(exports, "getTextAfter", {
|
|
218
|
+
enumerable: true,
|
|
219
|
+
get: function () { return chunkGACRQVPW_js.getTextAfter; }
|
|
220
|
+
});
|
|
221
|
+
Object.defineProperty(exports, "getTextBefore", {
|
|
222
|
+
enumerable: true,
|
|
223
|
+
get: function () { return chunkGACRQVPW_js.getTextBefore; }
|
|
224
|
+
});
|
|
225
|
+
Object.defineProperty(exports, "halfPointsToPixels", {
|
|
226
|
+
enumerable: true,
|
|
227
|
+
get: function () { return chunkGACRQVPW_js.halfPointsToPixels; }
|
|
228
|
+
});
|
|
229
|
+
Object.defineProperty(exports, "hasHyperlinks", {
|
|
230
|
+
enumerable: true,
|
|
231
|
+
get: function () { return chunkGACRQVPW_js.hasHyperlinks; }
|
|
232
|
+
});
|
|
233
|
+
Object.defineProperty(exports, "hasImages", {
|
|
234
|
+
enumerable: true,
|
|
235
|
+
get: function () { return chunkGACRQVPW_js.hasImages; }
|
|
236
|
+
});
|
|
237
|
+
Object.defineProperty(exports, "hasTables", {
|
|
238
|
+
enumerable: true,
|
|
239
|
+
get: function () { return chunkGACRQVPW_js.hasTables; }
|
|
240
|
+
});
|
|
241
|
+
Object.defineProperty(exports, "hasTemplateVariables", {
|
|
242
|
+
enumerable: true,
|
|
243
|
+
get: function () { return chunkGACRQVPW_js.hasTemplateVariables; }
|
|
244
|
+
});
|
|
245
|
+
Object.defineProperty(exports, "isBlack", {
|
|
246
|
+
enumerable: true,
|
|
247
|
+
get: function () { return chunkGACRQVPW_js.isBlack; }
|
|
248
|
+
});
|
|
249
|
+
Object.defineProperty(exports, "isHeadingStyle", {
|
|
250
|
+
enumerable: true,
|
|
251
|
+
get: function () { return chunkGACRQVPW_js.isHeadingStyle; }
|
|
252
|
+
});
|
|
253
|
+
Object.defineProperty(exports, "isPositionInHyperlink", {
|
|
254
|
+
enumerable: true,
|
|
255
|
+
get: function () { return chunkGACRQVPW_js.isPositionInHyperlink; }
|
|
256
|
+
});
|
|
257
|
+
Object.defineProperty(exports, "isPositionInRange", {
|
|
258
|
+
enumerable: true,
|
|
259
|
+
get: function () { return chunkGACRQVPW_js.isPositionInRange; }
|
|
260
|
+
});
|
|
261
|
+
Object.defineProperty(exports, "isValidVariableName", {
|
|
262
|
+
enumerable: true,
|
|
263
|
+
get: function () { return chunkGACRQVPW_js.isValidVariableName; }
|
|
264
|
+
});
|
|
265
|
+
Object.defineProperty(exports, "isWhite", {
|
|
266
|
+
enumerable: true,
|
|
267
|
+
get: function () { return chunkGACRQVPW_js.isWhite; }
|
|
268
|
+
});
|
|
269
|
+
Object.defineProperty(exports, "isZodSchema", {
|
|
270
|
+
enumerable: true,
|
|
271
|
+
get: function () { return chunkGACRQVPW_js.isZodSchema; }
|
|
272
|
+
});
|
|
273
|
+
Object.defineProperty(exports, "lightenColor", {
|
|
274
|
+
enumerable: true,
|
|
275
|
+
get: function () { return chunkGACRQVPW_js.lightenColor; }
|
|
276
|
+
});
|
|
277
|
+
Object.defineProperty(exports, "parseColorString", {
|
|
278
|
+
enumerable: true,
|
|
279
|
+
get: function () { return chunkGACRQVPW_js.parseColorString; }
|
|
280
|
+
});
|
|
281
|
+
Object.defineProperty(exports, "parseDocx", {
|
|
282
|
+
enumerable: true,
|
|
283
|
+
get: function () { return chunkGACRQVPW_js.parseDocx; }
|
|
284
|
+
});
|
|
285
|
+
Object.defineProperty(exports, "parseHeadingLevel", {
|
|
286
|
+
enumerable: true,
|
|
287
|
+
get: function () { return chunkGACRQVPW_js.parseHeadingLevel; }
|
|
288
|
+
});
|
|
289
|
+
Object.defineProperty(exports, "parseVariable", {
|
|
290
|
+
enumerable: true,
|
|
291
|
+
get: function () { return chunkGACRQVPW_js.parseVariable; }
|
|
292
|
+
});
|
|
293
|
+
Object.defineProperty(exports, "pixelsToEmu", {
|
|
294
|
+
enumerable: true,
|
|
295
|
+
get: function () { return chunkGACRQVPW_js.pixelsToEmu; }
|
|
296
|
+
});
|
|
297
|
+
Object.defineProperty(exports, "pixelsToTwips", {
|
|
298
|
+
enumerable: true,
|
|
299
|
+
get: function () { return chunkGACRQVPW_js.pixelsToTwips; }
|
|
300
|
+
});
|
|
301
|
+
Object.defineProperty(exports, "pointsToPixels", {
|
|
302
|
+
enumerable: true,
|
|
303
|
+
get: function () { return chunkGACRQVPW_js.pointsToPixels; }
|
|
304
|
+
});
|
|
305
|
+
Object.defineProperty(exports, "removeVariables", {
|
|
306
|
+
enumerable: true,
|
|
307
|
+
get: function () { return chunkGACRQVPW_js.removeVariables; }
|
|
308
|
+
});
|
|
309
|
+
Object.defineProperty(exports, "repackDocx", {
|
|
310
|
+
enumerable: true,
|
|
311
|
+
get: function () { return chunkGACRQVPW_js.repackDocx; }
|
|
312
|
+
});
|
|
313
|
+
Object.defineProperty(exports, "replaceVariables", {
|
|
314
|
+
enumerable: true,
|
|
315
|
+
get: function () { return chunkGACRQVPW_js.replaceVariables; }
|
|
316
|
+
});
|
|
317
|
+
Object.defineProperty(exports, "resolveColor", {
|
|
318
|
+
enumerable: true,
|
|
319
|
+
get: function () { return chunkGACRQVPW_js.resolveColor; }
|
|
320
|
+
});
|
|
321
|
+
Object.defineProperty(exports, "resolveHighlightColor", {
|
|
322
|
+
enumerable: true,
|
|
323
|
+
get: function () { return chunkGACRQVPW_js.resolveHighlightColor; }
|
|
324
|
+
});
|
|
325
|
+
Object.defineProperty(exports, "resolveShadingColor", {
|
|
326
|
+
enumerable: true,
|
|
327
|
+
get: function () { return chunkGACRQVPW_js.resolveShadingColor; }
|
|
328
|
+
});
|
|
329
|
+
Object.defineProperty(exports, "sanitizeVariableName", {
|
|
330
|
+
enumerable: true,
|
|
331
|
+
get: function () { return chunkGACRQVPW_js.sanitizeVariableName; }
|
|
332
|
+
});
|
|
333
|
+
Object.defineProperty(exports, "serializeDocumentBody", {
|
|
334
|
+
enumerable: true,
|
|
335
|
+
get: function () { return chunkGACRQVPW_js.serializeDocumentBody; }
|
|
336
|
+
});
|
|
337
|
+
Object.defineProperty(exports, "serializeDocx", {
|
|
338
|
+
enumerable: true,
|
|
339
|
+
get: function () { return chunkGACRQVPW_js.serializeDocument; }
|
|
340
|
+
});
|
|
341
|
+
Object.defineProperty(exports, "serializeSectionProperties", {
|
|
342
|
+
enumerable: true,
|
|
343
|
+
get: function () { return chunkGACRQVPW_js.serializeSectionProperties; }
|
|
344
|
+
});
|
|
345
|
+
Object.defineProperty(exports, "twipsToEmu", {
|
|
346
|
+
enumerable: true,
|
|
347
|
+
get: function () { return chunkGACRQVPW_js.twipsToEmu; }
|
|
348
|
+
});
|
|
349
|
+
Object.defineProperty(exports, "twipsToPixels", {
|
|
350
|
+
enumerable: true,
|
|
351
|
+
get: function () { return chunkGACRQVPW_js.twipsToPixels; }
|
|
352
|
+
});
|
|
353
|
+
Object.defineProperty(exports, "updateMultipleFiles", {
|
|
354
|
+
enumerable: true,
|
|
355
|
+
get: function () { return chunkGACRQVPW_js.updateMultipleFiles; }
|
|
356
|
+
});
|
|
357
|
+
Object.defineProperty(exports, "validatePatchSafety", {
|
|
358
|
+
enumerable: true,
|
|
359
|
+
get: function () { return chunkGACRQVPW_js.validatePatchSafety; }
|
|
360
|
+
});
|
|
361
|
+
Object.defineProperty(exports, "PluginRegistry", {
|
|
362
|
+
enumerable: true,
|
|
363
|
+
get: function () { return chunk5D2V7VK3_js.PluginRegistry; }
|
|
364
|
+
});
|
|
365
|
+
Object.defineProperty(exports, "createPluginRegistrar", {
|
|
366
|
+
enumerable: true,
|
|
367
|
+
get: function () { return chunk5D2V7VK3_js.createPluginRegistrar; }
|
|
368
|
+
});
|
|
369
|
+
Object.defineProperty(exports, "executeCommand", {
|
|
370
|
+
enumerable: true,
|
|
371
|
+
get: function () { return chunk5D2V7VK3_js.executeCommand; }
|
|
372
|
+
});
|
|
373
|
+
Object.defineProperty(exports, "executeCommands", {
|
|
374
|
+
enumerable: true,
|
|
375
|
+
get: function () { return chunk5D2V7VK3_js.executeCommands; }
|
|
376
|
+
});
|
|
377
|
+
Object.defineProperty(exports, "pluginRegistry", {
|
|
378
|
+
enumerable: true,
|
|
379
|
+
get: function () { return chunk5D2V7VK3_js.pluginRegistry; }
|
|
380
|
+
});
|
|
381
|
+
Object.defineProperty(exports, "registerPlugins", {
|
|
382
|
+
enumerable: true,
|
|
383
|
+
get: function () { return chunk5D2V7VK3_js.registerPlugins; }
|
|
384
|
+
});
|
|
385
|
+
Object.defineProperty(exports, "createTemplateProcessor", {
|
|
386
|
+
enumerable: true,
|
|
387
|
+
get: function () { return chunkQ2HHIVUL_js.createTemplateProcessor; }
|
|
388
|
+
});
|
|
389
|
+
Object.defineProperty(exports, "getMissingVariables", {
|
|
390
|
+
enumerable: true,
|
|
391
|
+
get: function () { return chunkQ2HHIVUL_js.getMissingVariables; }
|
|
392
|
+
});
|
|
393
|
+
Object.defineProperty(exports, "getTemplateTags", {
|
|
394
|
+
enumerable: true,
|
|
395
|
+
get: function () { return chunkQ2HHIVUL_js.getTemplateTags; }
|
|
396
|
+
});
|
|
397
|
+
Object.defineProperty(exports, "previewTemplate", {
|
|
398
|
+
enumerable: true,
|
|
399
|
+
get: function () { return chunkQ2HHIVUL_js.previewTemplate; }
|
|
400
|
+
});
|
|
401
|
+
Object.defineProperty(exports, "processTemplate", {
|
|
402
|
+
enumerable: true,
|
|
403
|
+
get: function () { return chunkQ2HHIVUL_js.processTemplate; }
|
|
404
|
+
});
|
|
405
|
+
Object.defineProperty(exports, "processTemplateAdvanced", {
|
|
406
|
+
enumerable: true,
|
|
407
|
+
get: function () { return chunkQ2HHIVUL_js.processTemplateAdvanced; }
|
|
408
|
+
});
|
|
409
|
+
Object.defineProperty(exports, "processTemplateAsBlob", {
|
|
410
|
+
enumerable: true,
|
|
411
|
+
get: function () { return chunkQ2HHIVUL_js.processTemplateAsBlob; }
|
|
412
|
+
});
|
|
413
|
+
Object.defineProperty(exports, "processTemplateDetailed", {
|
|
414
|
+
enumerable: true,
|
|
415
|
+
get: function () { return chunkQ2HHIVUL_js.processTemplateDetailed; }
|
|
416
|
+
});
|
|
417
|
+
Object.defineProperty(exports, "validateTemplate", {
|
|
418
|
+
enumerable: true,
|
|
419
|
+
get: function () { return chunkQ2HHIVUL_js.validateTemplate; }
|
|
420
|
+
});
|
|
421
|
+
//# sourceMappingURL=headless-O2RRWYCB.js.map
|
|
422
|
+
//# sourceMappingURL=headless-O2RRWYCB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"headless-O2RRWYCB.js"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { DEFAULT_AI_ACTIONS, DocumentAgent, VERSION, attemptSelectiveSave, blendColors, buildExtendedSelectionContext, buildPatchedDocumentXml, buildSelectionContext2 as buildSelectionContext, buildSelectionContext as buildSelectionContextFromContext, colorsEqual, comparePositions, countCharacters, countWords, createAgent, createAgentFromDocument, createCollapsedRange, createCommand, createDocumentWithText, createDocx, createEmptyDocument, createRange, createRgbColor, createThemeColor, darkenColor, detectVariables, detectVariablesDetailed, detectVariablesInBody, detectVariablesInParagraph, documentHasVariables, emuToPixels, emuToTwips, extractVariablesFromText, formatPx, formatVariable, getActionDescription, getActionLabel, getAgentContext, getBlockIndexForParagraph, getBodyCharacterCount, getBodyText, getBodyWordCount, getContrastingColor, getDocumentSummary, getFormattingAtPosition, getHyperlinkAtPosition, getHyperlinkText, getParagraphAtIndex, getParagraphText, getParagraphs, getRunText, getSelectionFormattingSummary, getTableText, getTextAfter, getTextBefore, halfPointsToPixels, hasHyperlinks, hasImages, hasTables, hasTemplateVariables, isBlack, isHeadingStyle, isPositionInHyperlink, isPositionInRange, isValidVariableName, isWhite, isZodSchema, lightenColor, parseColorString, parseDocx, parseHeadingLevel, parseVariable, pixelsToEmu, pixelsToTwips, pointsToPixels, removeVariables, repackDocx, replaceVariables, resolveColor, resolveHighlightColor, resolveShadingColor, sanitizeVariableName, serializeDocumentBody, serializeDocument as serializeDocx, serializeSectionProperties, twipsToEmu, twipsToPixels, updateMultipleFiles, validatePatchSafety } from './chunk-R4MIGZEJ.mjs';
|
|
2
|
+
export { PluginRegistry, createPluginRegistrar, executeCommand, executeCommands, pluginRegistry, registerPlugins } from './chunk-OFUT6WUQ.mjs';
|
|
3
|
+
export { createTemplateProcessor, getMissingVariables, getTemplateTags, previewTemplate, processTemplate, processTemplateAdvanced, processTemplateAsBlob, processTemplateDetailed, validateTemplate } from './chunk-5E3CFYZ4.mjs';
|
|
4
|
+
//# sourceMappingURL=headless-UKRSG32U.mjs.map
|
|
5
|
+
//# sourceMappingURL=headless-UKRSG32U.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"headless-UKRSG32U.mjs"}
|