@eigenpal/docx-js-editor 0.0.25 → 0.0.26
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/{chunk-R56SLH64.js → chunk-FUK46DWH.js} +4 -4
- package/dist/chunk-MUIREXKH.js +3 -0
- package/dist/chunk-OWMG5MW5.cjs +3 -0
- package/dist/chunk-S36T7OK5.cjs +258 -0
- package/dist/{chunk-3C2VHZX6.cjs → chunk-Y62HOQL2.cjs} +4 -4
- package/dist/chunk-YYBSUBRG.js +258 -0
- package/dist/{clipboard-DriRE6eS.d.ts → clipboard-CU-zASXS.d.ts} +1 -154
- package/dist/{clipboard-Bj2X5pLO.d.cts → clipboard-DBabJ6mU.d.cts} +1 -154
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +90 -7
- package/dist/index.d.ts +90 -7
- package/dist/index.js +6 -6
- package/dist/{react-Bj9uDtjg.d.ts → react-CFPWe7nV.d.ts} +11 -9
- package/dist/{react-BYRZYSPG.d.cts → react-CKqhN17E.d.cts} +11 -9
- package/dist/react.cjs +1 -1
- package/dist/react.d.cts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.d.cts +5 -4
- package/dist/ui.d.ts +5 -4
- package/dist/ui.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-2JOQ7WKO.js +0 -258
- package/dist/chunk-C6ELWJWO.js +0 -3
- package/dist/chunk-I5YZ4MRV.cjs +0 -3
- package/dist/chunk-RHLMVYVZ.cjs +0 -258
package/dist/react.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { a as DocxEditor, b as DocxEditorHandle, c as DocxEditorProps, d as DocxEditorRef, e as EditorPlugin, f as ErrorBoundary, g as ErrorBoundaryProps, h as ErrorContextValue, i as ErrorProvider, P as PLUGIN_HOST_STYLES, k as ParseErrorDisplay, l as ParseErrorDisplayProps, m as PluginContext, n as PluginHost, o as PluginHostProps, p as PluginHostRef, q as RenderAsyncOptions, s as SelectionOverlayProps, T as TableSelectionState, U as UnsupportedFeatureWarning, u as UnsupportedFeatureWarningProps, v as UseAutoSaveOptions, w as UseAutoSaveReturn, x as UseClipboardOptions, y as UseClipboardReturn, z as UseSelectionHighlightOptions, A as UseSelectionHighlightReturn, B as UseTableSelectionOptions, C as UseTableSelectionReturn, F as UseWheelZoomOptions, G as UseWheelZoomReturn, Z as ZOOM_PRESETS, J as clampZoom, M as findNearestZoomPreset, N as formatZoom, O as generateOverlayElements, X as getNextZoomPreset, Y as getPreviousZoomPreset, a1 as getUserFriendlyMessage, a2 as getZoomPresets, a6 as isParseError, a9 as isZoomPreset, ac as parseZoom, ae as renderAsync, ag as useAutoSave, ah as useClipboard, ai as useErrorNotifications, aj as useSelectionHighlight, ak as useTableSelection, al as useWheelZoom } from './react-
|
|
1
|
+
export { a as DocxEditor, b as DocxEditorHandle, c as DocxEditorProps, d as DocxEditorRef, e as EditorPlugin, f as ErrorBoundary, g as ErrorBoundaryProps, h as ErrorContextValue, i as ErrorProvider, P as PLUGIN_HOST_STYLES, k as ParseErrorDisplay, l as ParseErrorDisplayProps, m as PluginContext, n as PluginHost, o as PluginHostProps, p as PluginHostRef, q as RenderAsyncOptions, s as SelectionOverlayProps, T as TableSelectionState, U as UnsupportedFeatureWarning, u as UnsupportedFeatureWarningProps, v as UseAutoSaveOptions, w as UseAutoSaveReturn, x as UseClipboardOptions, y as UseClipboardReturn, z as UseSelectionHighlightOptions, A as UseSelectionHighlightReturn, B as UseTableSelectionOptions, C as UseTableSelectionReturn, F as UseWheelZoomOptions, G as UseWheelZoomReturn, Z as ZOOM_PRESETS, J as clampZoom, M as findNearestZoomPreset, N as formatZoom, O as generateOverlayElements, X as getNextZoomPreset, Y as getPreviousZoomPreset, a1 as getUserFriendlyMessage, a2 as getZoomPresets, a6 as isParseError, a9 as isZoomPreset, ac as parseZoom, ae as renderAsync, ag as useAutoSave, ah as useClipboard, ai as useErrorNotifications, aj as useSelectionHighlight, ak as useTableSelection, al as useWheelZoom } from './react-CKqhN17E.cjs';
|
|
2
2
|
export { g as DocxInput, t as toArrayBuffer } from './DocumentAgent-cHf96hwL.cjs';
|
|
3
3
|
export { d as AutoSaveStatus, e as ClipboardSelection, h as ErrorNotification, i as ErrorSeverity, j as PanelConfig, k as PluginPanelProps, m as SavedDocumentData, T as TABLE_DATA_ATTRIBUTES, p as createSelectionFromDOM, t as formatLastSaveTime, u as formatStorageSize, v as getAutoSaveStatusLabel, w as getAutoSaveStorageSize, x as getSelectionRuns, z as isAutoSaveSupported } from './ClipboardManager-Bbo5MM_U.cjs';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'prosemirror-view';
|
|
6
6
|
import 'prosemirror-state';
|
|
7
7
|
import './agentApi-DmDuQm0e.cjs';
|
|
8
|
-
import './clipboard-
|
|
8
|
+
import './clipboard-DBabJ6mU.cjs';
|
|
9
9
|
import 'react/jsx-runtime';
|
|
10
10
|
import 'prosemirror-model';
|
package/dist/react.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { a as DocxEditor, b as DocxEditorHandle, c as DocxEditorProps, d as DocxEditorRef, e as EditorPlugin, f as ErrorBoundary, g as ErrorBoundaryProps, h as ErrorContextValue, i as ErrorProvider, P as PLUGIN_HOST_STYLES, k as ParseErrorDisplay, l as ParseErrorDisplayProps, m as PluginContext, n as PluginHost, o as PluginHostProps, p as PluginHostRef, q as RenderAsyncOptions, s as SelectionOverlayProps, T as TableSelectionState, U as UnsupportedFeatureWarning, u as UnsupportedFeatureWarningProps, v as UseAutoSaveOptions, w as UseAutoSaveReturn, x as UseClipboardOptions, y as UseClipboardReturn, z as UseSelectionHighlightOptions, A as UseSelectionHighlightReturn, B as UseTableSelectionOptions, C as UseTableSelectionReturn, F as UseWheelZoomOptions, G as UseWheelZoomReturn, Z as ZOOM_PRESETS, J as clampZoom, M as findNearestZoomPreset, N as formatZoom, O as generateOverlayElements, X as getNextZoomPreset, Y as getPreviousZoomPreset, a1 as getUserFriendlyMessage, a2 as getZoomPresets, a6 as isParseError, a9 as isZoomPreset, ac as parseZoom, ae as renderAsync, ag as useAutoSave, ah as useClipboard, ai as useErrorNotifications, aj as useSelectionHighlight, ak as useTableSelection, al as useWheelZoom } from './react-
|
|
1
|
+
export { a as DocxEditor, b as DocxEditorHandle, c as DocxEditorProps, d as DocxEditorRef, e as EditorPlugin, f as ErrorBoundary, g as ErrorBoundaryProps, h as ErrorContextValue, i as ErrorProvider, P as PLUGIN_HOST_STYLES, k as ParseErrorDisplay, l as ParseErrorDisplayProps, m as PluginContext, n as PluginHost, o as PluginHostProps, p as PluginHostRef, q as RenderAsyncOptions, s as SelectionOverlayProps, T as TableSelectionState, U as UnsupportedFeatureWarning, u as UnsupportedFeatureWarningProps, v as UseAutoSaveOptions, w as UseAutoSaveReturn, x as UseClipboardOptions, y as UseClipboardReturn, z as UseSelectionHighlightOptions, A as UseSelectionHighlightReturn, B as UseTableSelectionOptions, C as UseTableSelectionReturn, F as UseWheelZoomOptions, G as UseWheelZoomReturn, Z as ZOOM_PRESETS, J as clampZoom, M as findNearestZoomPreset, N as formatZoom, O as generateOverlayElements, X as getNextZoomPreset, Y as getPreviousZoomPreset, a1 as getUserFriendlyMessage, a2 as getZoomPresets, a6 as isParseError, a9 as isZoomPreset, ac as parseZoom, ae as renderAsync, ag as useAutoSave, ah as useClipboard, ai as useErrorNotifications, aj as useSelectionHighlight, ak as useTableSelection, al as useWheelZoom } from './react-CFPWe7nV.js';
|
|
2
2
|
export { g as DocxInput, t as toArrayBuffer } from './DocumentAgent-lHtXgMFN.js';
|
|
3
3
|
export { d as AutoSaveStatus, e as ClipboardSelection, h as ErrorNotification, i as ErrorSeverity, j as PanelConfig, k as PluginPanelProps, m as SavedDocumentData, T as TABLE_DATA_ATTRIBUTES, p as createSelectionFromDOM, t as formatLastSaveTime, u as formatStorageSize, v as getAutoSaveStatusLabel, w as getAutoSaveStorageSize, x as getSelectionRuns, z as isAutoSaveSupported } from './ClipboardManager-CR843H7H.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'prosemirror-view';
|
|
6
6
|
import 'prosemirror-state';
|
|
7
7
|
import './agentApi-DmDuQm0e.js';
|
|
8
|
-
import './clipboard-
|
|
8
|
+
import './clipboard-CU-zASXS.js';
|
|
9
9
|
import 'react/jsx-runtime';
|
|
10
10
|
import 'prosemirror-model';
|
package/dist/react.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{j as DocxEditor,d as ErrorBoundary,c as ErrorProvider,U as PLUGIN_HOST_STYLES,e as ParseErrorDisplay,V as PluginHost,f as UnsupportedFeatureWarning,m as ZOOM_PRESETS,v as clampZoom,p as findNearestZoomPreset,s as formatZoom,S as generateOverlayElements,q as getNextZoomPreset,r as getPreviousZoomPreset,h as getUserFriendlyMessage,o as getZoomPresets,g as isParseError,u as isZoomPreset,t as parseZoom,k as renderAsync,l as useAutoSave,T as useClipboard,b as useErrorNotifications,R as useSelectionHighlight,i as useTableSelection,n as useWheelZoom}from'./chunk-YYBSUBRG.js';import'./chunk-5GFXHUMP.js';import'./chunk-MUIREXKH.js';import'./chunk-CTYOM6BE.js';import'./chunk-PJVI53AH.js';export{x as TABLE_DATA_ATTRIBUTES,F as createSelectionFromDOM,s as formatLastSaveTime,v as formatStorageSize,t as getAutoSaveStatusLabel,u as getAutoSaveStorageSize,E as getSelectionRuns,w as isAutoSaveSupported}from'./chunk-FVUGBRDD.js';import'./chunk-JIKVCUR6.js';import'./chunk-4VUZBV2S.js';import'./chunk-6TUCNECX.js';import'./chunk-CLDB6TL7.js';import'./chunk-PGEORVCG.js';import'./chunk-AARNCPWR.js';export{m as toArrayBuffer}from'./chunk-3X3LTNK4.js';import'./chunk-BUEMG4NW.js';import'./chunk-SE5EN2QL.js';import'./chunk-USRMBYI6.js';import'./chunk-H5NTJZO4.js';
|
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.ep-root .\!visible{visibility:visible!important}.ep-root .visible{visibility:visible}.ep-root .collapse{visibility:collapse}.ep-root .static{position:static}.ep-root .fixed{position:fixed}.ep-root .absolute{position:absolute}.ep-root .relative{position:relative}.ep-root .sticky{position:sticky}.ep-root .right-2{right:.5rem}.ep-root .top-0{top:0}.ep-root .z-50{z-index:50}.ep-root .-mx-1{margin-left:-.25rem;margin-right:-.25rem}.ep-root .mx-1\.5{margin-left:.375rem;margin-right:.375rem}.ep-root .my-1{margin-top:.25rem;margin-bottom:.25rem}.ep-root .-ml-1{margin-left:-.25rem}.ep-root .block{display:block}.ep-root .inline-block{display:inline-block}.ep-root .inline{display:inline}.ep-root .flex{display:flex}.ep-root .inline-flex{display:inline-flex}.ep-root .\!table{display:table!important}.ep-root .table{display:table}.ep-root .grid{display:grid}.ep-root .inline-grid{display:inline-grid}.ep-root .contents{display:contents}.ep-root .hidden{display:none}.ep-root .h-10{height:2.5rem}.ep-root .h-11{height:2.75rem}.ep-root .h-3\.5{height:.875rem}.ep-root .h-4{height:1rem}.ep-root .h-5{height:1.25rem}.ep-root .h-6{height:1.5rem}.ep-root .h-7{height:1.75rem}.ep-root .h-8{height:2rem}.ep-root .h-9{height:2.25rem}.ep-root .h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.ep-root .h-px{height:1px}.ep-root .max-h-72{max-height:18rem}.ep-root .max-h-\[300px\]{max-height:300px}.ep-root .max-h-\[400px\]{max-height:400px}.ep-root .min-h-\[36px\]{min-height:36px}.ep-root .w-10{width:2.5rem}.ep-root .w-3\.5{width:.875rem}.ep-root .w-4{width:1rem}.ep-root .w-5{width:1.25rem}.ep-root .w-7{width:1.75rem}.ep-root .w-9{width:2.25rem}.ep-root .w-full{width:100%}.ep-root .w-px{width:1px}.ep-root .min-w-\[260px\]{min-width:260px}.ep-root .min-w-\[55px\]{min-width:55px}.ep-root .min-w-\[70px\]{min-width:70px}.ep-root .min-w-\[8rem\]{min-width:8rem}.ep-root .min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.ep-root .flex-shrink{flex-shrink:1}.ep-root .flex-shrink-0{flex-shrink:0}.ep-root .shrink{flex-shrink:1}.ep-root .shrink-0{flex-shrink:0}.ep-root .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ep-root .cursor-not-allowed{cursor:not-allowed}.ep-root .cursor-pointer{cursor:pointer}.ep-root .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ep-root .select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.ep-root .resize{resize:both}.ep-root .flex-col{flex-direction:column}.ep-root .flex-wrap{flex-wrap:wrap}.ep-root .items-center{align-items:center}.ep-root .justify-center{justify-content:center}.ep-root .justify-between{justify-content:space-between}.ep-root .gap-0{gap:0}.ep-root .gap-0\.5{gap:.125rem}.ep-root .gap-1{gap:.25rem}.ep-root .gap-px{gap:1px}.ep-root .overflow-hidden{overflow:hidden}.ep-root .overflow-x-auto{overflow-x:auto}.ep-root .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-root .whitespace-nowrap{white-space:nowrap}.ep-root .rounded{border-radius:.25rem}.ep-root .rounded-lg{border-radius:var(--radius)}.ep-root .rounded-md{border-radius:calc(var(--radius) - 2px)}.ep-root .rounded-none{border-radius:0}.ep-root .rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.ep-root .rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.ep-root .\!border{border-width:1px!important}.ep-root .border{border-width:1px}.ep-root .border-b{border-bottom-width:1px}.ep-root .border-r{border-right-width:1px}.ep-root .border-input{border-color:hsl(var(--input))}.ep-root .border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.ep-root .border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.ep-root .border-slate-200\/50{border-color:rgba(226,232,240,.5)}.ep-root .border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.ep-root .bg-background{background-color:hsl(var(--background))}.ep-root .bg-destructive{background-color:hsl(var(--destructive))}.ep-root .bg-doc-bg{background-color:var(--doc-bg)}.ep-root .bg-primary{background-color:hsl(var(--primary))}.ep-root .bg-secondary{background-color:hsl(var(--secondary))}.ep-root .bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.ep-root .bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.ep-root .bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.ep-root .bg-transparent{background-color:transparent}.ep-root .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.ep-root .p-1{padding:.25rem}.ep-root .px-1{padding-left:.25rem;padding-right:.25rem}.ep-root .px-1\.5{padding-left:.375rem;padding-right:.375rem}.ep-root .px-2{padding-left:.5rem;padding-right:.5rem}.ep-root .px-3{padding-left:.75rem;padding-right:.75rem}.ep-root .px-4{padding-left:1rem;padding-right:1rem}.ep-root .px-5{padding-left:1.25rem;padding-right:1.25rem}.ep-root .px-8{padding-left:2rem;padding-right:2rem}.ep-root .py-1{padding-top:.25rem;padding-bottom:.25rem}.ep-root .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.ep-root .py-2{padding-top:.5rem;padding-bottom:.5rem}.ep-root .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.ep-root .text-left{text-align:left}.ep-root .text-center{text-align:center}.ep-root .text-sm{font-size:.875rem;line-height:1.25rem}.ep-root .text-xs{font-size:.75rem;line-height:1rem}.ep-root .font-medium{font-weight:500}.ep-root .uppercase{text-transform:uppercase}.ep-root .lowercase{text-transform:lowercase}.ep-root .capitalize{text-transform:capitalize}.ep-root .italic{font-style:italic}.ep-root .ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.ep-root .text-destructive-foreground{color:hsl(var(--destructive-foreground))}.ep-root .text-primary{color:hsl(var(--primary))}.ep-root .text-primary-foreground{color:hsl(var(--primary-foreground))}.ep-root .text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.ep-root .text-secondary-foreground{color:hsl(var(--secondary-foreground))}.ep-root .text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.ep-root .text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.ep-root .text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.ep-root .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.ep-root .underline{text-decoration-line:underline}.ep-root .line-through{text-decoration-line:line-through}.ep-root .underline-offset-4{text-underline-offset:4px}.ep-root .opacity-30{opacity:.3}.ep-root .opacity-50{opacity:.5}.ep-root .shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.ep-root .shadow-lg,.ep-root .shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.ep-root .shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.ep-root .outline-none{outline:2px solid transparent;outline-offset:2px}.ep-root .\!outline{outline-style:solid!important}.ep-root .outline{outline-style:solid}.ep-root .ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.ep-root .blur{--tw-blur:blur(8px)}.ep-root .blur,.ep-root .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.ep-root .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ep-root .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ep-root .duration-150{transition-duration:.15s}.ep-root .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ep-root .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.ep-root .zoom-in{--tw-enter-scale:0}.ep-root .zoom-out{--tw-exit-scale:0}.ep-root .duration-150{animation-duration:.15s}.ep-root .ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ep-root .ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.ep-root .running{animation-play-state:running}.ep-root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--radius:0.5rem;--doc-bg:#f8f9fa;--doc-primary:#1a73e8;--doc-primary-hover:#1557b0;--doc-primary-light:#e8f0fe;--doc-text:#202124;--doc-text-muted:#5f6368;--doc-text-subtle:#9aa0a6;--doc-text-placeholder:#999;--doc-border:#e0e0e0;--doc-border-light:#dadce0;--doc-border-dark:#d0d0d0;--doc-border-input:#ccc;--doc-bg-subtle:#f5f5f5;--doc-bg-hover:#f1f3f4;--doc-bg-input:#f8f9fa;--doc-error:#c5221f;--doc-error-bg:#fce8e6;--doc-success:#34a853;--doc-success-bg:#e8f5e9;--doc-warning:#f9a825;--doc-warning-bg:#fff8e1;--doc-link:#0563c1}[contenteditable=true]{caret-color:#000;outline:none;caret-shape:bar}.docx-run-editable[contenteditable=true]{caret-color:#000;min-height:1em;display:inline}.docx-paragraph-empty [contenteditable=true]{min-height:1em;min-width:1px;display:inline-block}.docx-paragraph-editable{cursor:text}.docx-run-editable[contenteditable=true]:focus{outline:none}.docx-paragraph-editable:focus-within{outline:none}.docx-run ::selection,.docx-run-editable ::selection,.docx-run-editable::selection,.docx-run::selection,[contenteditable=true] ::selection,[contenteditable=true]::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run ::-moz-selection,.docx-run-editable ::-moz-selection,.docx-run-editable::-moz-selection,.docx-run::-moz-selection,[contenteditable=true] ::-moz-selection,[contenteditable=true]::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-paragraph ::selection,.docx-paragraph-editable ::selection,.docx-paragraph-editable::selection,.docx-paragraph::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-paragraph ::-moz-selection,.docx-paragraph-editable ::-moz-selection,.docx-paragraph-editable::-moz-selection,.docx-paragraph::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-hyperlink ::selection,.docx-hyperlink::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-hyperlink ::-moz-selection,.docx-hyperlink::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-highlighted ::selection,.docx-run-highlighted::selection{background-color:rgba(26,115,232,.5)!important;color:inherit!important}.docx-run-highlighted ::-moz-selection,.docx-run-highlighted::-moz-selection{background-color:rgba(26,115,232,.5)!important;color:inherit!important}.docx-run-dark-bg ::selection,.docx-run-dark-bg::selection{background-color:rgba(100,181,246,.5)!important;color:inherit!important}.docx-run-dark-bg ::-moz-selection,.docx-run-dark-bg::-moz-selection{background-color:rgba(100,181,246,.5)!important;color:inherit!important}.docx-run-bold ::selection,.docx-run-bold::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-bold ::-moz-selection,.docx-run-bold::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-italic ::selection,.docx-run-italic::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-italic ::-moz-selection,.docx-run-italic::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-find-highlight{background-color:rgba(255,235,59,.5)!important;border-radius:2px}.docx-find-highlight-current{background-color:rgba(255,152,0,.6)!important;border-radius:2px;outline:2px solid rgba(255,152,0,.8)}.docx-ai-selection-preview{background-color:rgba(156,39,176,.2);border-bottom:2px dashed rgba(156,39,176,.6)}.docx-selection-overlay-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.docx-selection-overlay-rect{position:absolute;background-color:rgba(66,133,244,.25);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.docx-run-highlighted[contenteditable=true]{caret-color:#333}.docx-run-dark-bg[contenteditable=true]{caret-color:#fff}.docx-editor{cursor:default}.docx-editor-page{cursor:text}.docx-bookmark-end,.docx-bookmark-start,.docx-drawing-placeholder,.docx-field,.docx-list-marker,.docx-shape-placeholder{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.docx-run-has-variable [contenteditable=false]{cursor:default;-webkit-user-select:all;-moz-user-select:all;user-select:all}.layout-table-cell-selected{position:relative;outline:2px solid rgba(66,133,244,.6);outline-offset:-2px}.layout-table-cell-selected:after{content:"";position:absolute;inset:0;background-color:rgba(66,133,244,.15);pointer-events:none}.layout-table-resize-handle{background-color:transparent;transition:background-color .15s}.layout-table-resize-handle.dragging,.layout-table-resize-handle:hover{background-color:rgba(66,133,244,.6)}.layout-table-edge-handle-bottom,.layout-table-row-resize-handle{background-color:transparent;transition:background-color .15s}.layout-table-edge-handle-bottom.dragging,.layout-table-edge-handle-bottom:hover,.layout-table-row-resize-handle.dragging,.layout-table-row-resize-handle:hover{background-color:rgba(66,133,244,.6)}.layout-table-edge-handle-right{background-color:transparent;transition:background-color .15s}.layout-table-edge-handle-right.dragging,.layout-table-edge-handle-right:hover{background-color:rgba(66,133,244,.6)}.paged-editor--readonly .layout-table-edge-handle-bottom,.paged-editor--readonly .layout-table-edge-handle-right,.paged-editor--readonly .layout-table-resize-handle,.paged-editor--readonly .layout-table-row-resize-handle{display:none!important}.paged-editor--readonly .layout-page-footer,.paged-editor--readonly .layout-page-header{cursor:default;pointer-events:none}.paged-editor--readonly .layout-page-content{cursor:default}.docx-outline-heading-btn:hover{background-color:#f1f3f4}@media (max-width:1280px){.docx-outline-nav{display:none!important}}.layout-page-content{cursor:text}.layout-page-footer,.layout-page-header{cursor:pointer;transition:background-color .15s ease}.layout-page-footer:hover,.layout-page-header:hover{background-color:rgba(37,99,235,.06)}.layout-page-header:empty:hover:after{content:"Double-click to add header";display:block;text-align:center;color:#9ca3af;font-size:11px;padding:4px 0}.layout-page-footer:empty:hover:after{content:"Double-click to add footer";display:block;text-align:center;color:#9ca3af;font-size:11px;padding:4px 0}.hf-editor-pm .ProseMirror{outline:none;min-height:40px;padding:4px}.hf-editor-pm .ProseMirror:focus{outline:none}.hf-editor-pm .ProseMirror p{display:block;margin:0;padding:0;min-height:1em;white-space:pre-wrap;word-wrap:break-word;line-height:normal}.paged-editor--hf-editing .layout-page-content{opacity:.4;pointer-events:none;transition:opacity .15s ease}.paged-editor--editing-header .layout-page-header{border-bottom:1px dotted #4285f4}.paged-editor--editing-footer .layout-page-footer{border-top:1px dotted #4285f4}.paged-editor--editing-footer .layout-page-footer>*,.paged-editor--editing-header .layout-page-header>*{visibility:hidden}.paged-editor--hf-editing .layout-page-footer:hover,.paged-editor--hf-editing .layout-page-header:hover{background-color:transparent}.docx-section-break{position:relative}.docx-section-break:after{content:"Section Break (" attr(data-section-break) ")";display:block;text-align:center;font-size:9px;color:var(--doc-text-muted,#9ca3af);border-top:1px dashed var(--doc-border,#d1d5db);margin-top:4px;padding-top:2px;pointer-events:none}.ep-hyperlink-popup__icon-btn:hover{background:#f1f3f4}.ep-root .first\:pl-0:first-child{padding-left:0}.ep-root .last\:border-r-0:last-child{border-right-width:0}.ep-root .hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.ep-root .hover\:bg-accent:hover{background-color:hsl(var(--accent))}.ep-root .hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.ep-root .hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.ep-root .hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.ep-root .hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.ep-root .hover\:bg-slate-100\/80:hover{background-color:rgba(241,245,249,.8)}.ep-root .hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.ep-root .hover\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.ep-root .hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.ep-root .hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.ep-root .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.ep-root .hover\:underline:hover{text-decoration-line:underline}.ep-root .focus\:bg-slate-100:focus{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.ep-root .focus\:bg-slate-100\/80:focus{background-color:rgba(241,245,249,.8)}.ep-root .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.ep-root .focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ep-root .focus\:ring-slate-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity,1))}.ep-root .focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.ep-root .focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ep-root .focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.ep-root .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.ep-root .disabled\:pointer-events-none:disabled{pointer-events:none}.ep-root .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.ep-root .disabled\:opacity-50:disabled{opacity:.5}.ep-root .data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.ep-root .data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.ep-root .data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.ep-root .data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ep-root .data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.ep-root .data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.ep-root .data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.ep-root .data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.ep-root .data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.ep-root .data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.ep-root .data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.ep-root .data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.ep-root .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.ep-root .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.ep-root :is(.\[\&\>span\]\:truncate>span){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
1
|
+
.ep-root .\!visible{visibility:visible!important}.ep-root .visible{visibility:visible}.ep-root .collapse{visibility:collapse}.ep-root .static{position:static}.ep-root .fixed{position:fixed}.ep-root .absolute{position:absolute}.ep-root .relative{position:relative}.ep-root .sticky{position:sticky}.ep-root .right-2{right:.5rem}.ep-root .z-50{z-index:50}.ep-root .-mx-1{margin-left:-.25rem;margin-right:-.25rem}.ep-root .mx-1\.5{margin-left:.375rem;margin-right:.375rem}.ep-root .mx-2{margin-left:.5rem;margin-right:.5rem}.ep-root .my-1{margin-top:.25rem;margin-bottom:.25rem}.ep-root .-ml-1{margin-left:-.25rem}.ep-root .mb-1{margin-bottom:.25rem}.ep-root .ml-auto{margin-left:auto}.ep-root .block{display:block}.ep-root .inline-block{display:inline-block}.ep-root .\!inline{display:inline!important}.ep-root .inline{display:inline}.ep-root .flex{display:flex}.ep-root .inline-flex{display:inline-flex}.ep-root .\!table{display:table!important}.ep-root .table{display:table}.ep-root .grid{display:grid}.ep-root .inline-grid{display:inline-grid}.ep-root .contents{display:contents}.ep-root .hidden{display:none}.ep-root .h-10{height:2.5rem}.ep-root .h-11{height:2.75rem}.ep-root .h-3\.5{height:.875rem}.ep-root .h-4{height:1rem}.ep-root .h-5{height:1.25rem}.ep-root .h-6{height:1.5rem}.ep-root .h-7{height:1.75rem}.ep-root .h-8{height:2rem}.ep-root .h-9{height:2.25rem}.ep-root .h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.ep-root .h-px{height:1px}.ep-root .max-h-72{max-height:18rem}.ep-root .max-h-\[300px\]{max-height:300px}.ep-root .max-h-\[400px\]{max-height:400px}.ep-root .min-h-\[36px\]{min-height:36px}.ep-root .w-10{width:2.5rem}.ep-root .w-3\.5{width:.875rem}.ep-root .w-4{width:1rem}.ep-root .w-5{width:1.25rem}.ep-root .w-7{width:1.75rem}.ep-root .w-9{width:2.25rem}.ep-root .w-full{width:100%}.ep-root .w-px{width:1px}.ep-root .min-w-0{min-width:0}.ep-root .min-w-\[100px\]{min-width:100px}.ep-root .min-w-\[260px\]{min-width:260px}.ep-root .min-w-\[55px\]{min-width:55px}.ep-root .min-w-\[70px\]{min-width:70px}.ep-root .min-w-\[8rem\]{min-width:8rem}.ep-root .min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.ep-root .max-w-\[300px\]{max-width:300px}.ep-root .flex-1{flex:1 1 0%}.ep-root .flex-shrink{flex-shrink:1}.ep-root .flex-shrink-0{flex-shrink:0}.ep-root .shrink{flex-shrink:1}.ep-root .shrink-0{flex-shrink:0}.ep-root .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ep-root .cursor-not-allowed{cursor:not-allowed}.ep-root .cursor-pointer{cursor:pointer}.ep-root .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ep-root .select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.ep-root .resize{resize:both}.ep-root .flex-col{flex-direction:column}.ep-root .flex-wrap{flex-wrap:wrap}.ep-root .items-center{align-items:center}.ep-root .items-stretch{align-items:stretch}.ep-root .justify-center{justify-content:center}.ep-root .justify-between{justify-content:space-between}.ep-root .gap-0{gap:0}.ep-root .gap-0\.5{gap:.125rem}.ep-root .gap-1{gap:.25rem}.ep-root .gap-2{gap:.5rem}.ep-root .gap-px{gap:1px}.ep-root .overflow-hidden{overflow:hidden}.ep-root .overflow-x-auto{overflow-x:auto}.ep-root .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-root .whitespace-nowrap{white-space:nowrap}.ep-root .rounded{border-radius:.25rem}.ep-root .rounded-full{border-radius:9999px}.ep-root .rounded-lg{border-radius:var(--radius)}.ep-root .rounded-md{border-radius:calc(var(--radius) - 2px)}.ep-root .rounded-none{border-radius:0}.ep-root .rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.ep-root .rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.ep-root .\!border{border-width:1px!important}.ep-root .border{border-width:1px}.ep-root .border-0{border-width:0}.ep-root .border-b{border-bottom-width:1px}.ep-root .border-r{border-right-width:1px}.ep-root .border-input{border-color:hsl(var(--input))}.ep-root .border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.ep-root .border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.ep-root .border-slate-200\/50{border-color:rgba(226,232,240,.5)}.ep-root .border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.ep-root .bg-\[\#f1f5f9\]{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.ep-root .bg-background{background-color:hsl(var(--background))}.ep-root .bg-destructive{background-color:hsl(var(--destructive))}.ep-root .bg-doc-bg{background-color:var(--doc-bg)}.ep-root .bg-primary{background-color:hsl(var(--primary))}.ep-root .bg-secondary{background-color:hsl(var(--secondary))}.ep-root .bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.ep-root .bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.ep-root .bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.ep-root .bg-transparent{background-color:transparent}.ep-root .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.ep-root .p-1{padding:.25rem}.ep-root .px-1{padding-left:.25rem;padding-right:.25rem}.ep-root .px-1\.5{padding-left:.375rem;padding-right:.375rem}.ep-root .px-2{padding-left:.5rem;padding-right:.5rem}.ep-root .px-3{padding-left:.75rem;padding-right:.75rem}.ep-root .px-4{padding-left:1rem;padding-right:1rem}.ep-root .px-5{padding-left:1.25rem;padding-right:1.25rem}.ep-root .px-8{padding-left:2rem;padding-right:2rem}.ep-root .py-0{padding-top:0;padding-bottom:0}.ep-root .py-1{padding-top:.25rem;padding-bottom:.25rem}.ep-root .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.ep-root .py-2{padding-top:.5rem;padding-bottom:.5rem}.ep-root .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.ep-root .pl-3{padding-left:.75rem}.ep-root .pr-1{padding-right:.25rem}.ep-root .pt-2{padding-top:.5rem}.ep-root .text-left{text-align:left}.ep-root .text-center{text-align:center}.ep-root .text-base{font-size:1rem;line-height:1.5rem}.ep-root .text-sm{font-size:.875rem;line-height:1.25rem}.ep-root .text-xs{font-size:.75rem;line-height:1rem}.ep-root .font-medium{font-weight:500}.ep-root .font-normal{font-weight:400}.ep-root .uppercase{text-transform:uppercase}.ep-root .lowercase{text-transform:lowercase}.ep-root .capitalize{text-transform:capitalize}.ep-root .italic{font-style:italic}.ep-root .ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.ep-root .leading-tight{line-height:1.25}.ep-root .text-destructive-foreground{color:hsl(var(--destructive-foreground))}.ep-root .text-primary{color:hsl(var(--primary))}.ep-root .text-primary-foreground{color:hsl(var(--primary-foreground))}.ep-root .text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.ep-root .text-secondary-foreground{color:hsl(var(--secondary-foreground))}.ep-root .text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.ep-root .text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.ep-root .text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.ep-root .text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.ep-root .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.ep-root .underline{text-decoration-line:underline}.ep-root .line-through{text-decoration-line:line-through}.ep-root .underline-offset-4{text-underline-offset:4px}.ep-root .opacity-30{opacity:.3}.ep-root .opacity-50{opacity:.5}.ep-root .shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.ep-root .shadow-lg,.ep-root .shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.ep-root .shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.ep-root .outline-none{outline:2px solid transparent;outline-offset:2px}.ep-root .\!outline{outline-style:solid!important}.ep-root .outline{outline-style:solid}.ep-root .ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.ep-root .blur{--tw-blur:blur(8px)}.ep-root .blur,.ep-root .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.ep-root .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ep-root .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ep-root .duration-150{transition-duration:.15s}.ep-root .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ep-root .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.ep-root .zoom-in{--tw-enter-scale:0}.ep-root .zoom-out{--tw-exit-scale:0}.ep-root .duration-150{animation-duration:.15s}.ep-root .ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ep-root .ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.ep-root .running{animation-play-state:running}.ep-root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--radius:0.5rem;--doc-bg:#f8f9fa;--doc-primary:#1a73e8;--doc-primary-hover:#1557b0;--doc-primary-light:#e8f0fe;--doc-text:#202124;--doc-text-muted:#5f6368;--doc-text-subtle:#9aa0a6;--doc-text-placeholder:#999;--doc-border:#e0e0e0;--doc-border-light:#dadce0;--doc-border-dark:#d0d0d0;--doc-border-input:#ccc;--doc-bg-subtle:#f5f5f5;--doc-bg-hover:#f1f3f4;--doc-bg-input:#f8f9fa;--doc-error:#c5221f;--doc-error-bg:#fce8e6;--doc-success:#34a853;--doc-success-bg:#e8f5e9;--doc-warning:#f9a825;--doc-warning-bg:#fff8e1;--doc-link:#0563c1}[contenteditable=true]{caret-color:#000;outline:none;caret-shape:bar}.docx-run-editable[contenteditable=true]{caret-color:#000;min-height:1em;display:inline}.docx-paragraph-empty [contenteditable=true]{min-height:1em;min-width:1px;display:inline-block}.docx-paragraph-editable{cursor:text}.docx-run-editable[contenteditable=true]:focus{outline:none}.docx-paragraph-editable:focus-within{outline:none}.docx-run ::selection,.docx-run-editable ::selection,.docx-run-editable::selection,.docx-run::selection,[contenteditable=true] ::selection,[contenteditable=true]::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run ::-moz-selection,.docx-run-editable ::-moz-selection,.docx-run-editable::-moz-selection,.docx-run::-moz-selection,[contenteditable=true] ::-moz-selection,[contenteditable=true]::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-paragraph ::selection,.docx-paragraph-editable ::selection,.docx-paragraph-editable::selection,.docx-paragraph::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-paragraph ::-moz-selection,.docx-paragraph-editable ::-moz-selection,.docx-paragraph-editable::-moz-selection,.docx-paragraph::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-hyperlink ::selection,.docx-hyperlink::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-hyperlink ::-moz-selection,.docx-hyperlink::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-highlighted ::selection,.docx-run-highlighted::selection{background-color:rgba(26,115,232,.5)!important;color:inherit!important}.docx-run-highlighted ::-moz-selection,.docx-run-highlighted::-moz-selection{background-color:rgba(26,115,232,.5)!important;color:inherit!important}.docx-run-dark-bg ::selection,.docx-run-dark-bg::selection{background-color:rgba(100,181,246,.5)!important;color:inherit!important}.docx-run-dark-bg ::-moz-selection,.docx-run-dark-bg::-moz-selection{background-color:rgba(100,181,246,.5)!important;color:inherit!important}.docx-run-bold ::selection,.docx-run-bold::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-bold ::-moz-selection,.docx-run-bold::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-italic ::selection,.docx-run-italic::selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-run-italic ::-moz-selection,.docx-run-italic::-moz-selection{background-color:rgba(26,115,232,.3)!important;color:inherit!important}.docx-find-highlight{background-color:rgba(255,235,59,.5)!important;border-radius:2px}.docx-find-highlight-current{background-color:rgba(255,152,0,.6)!important;border-radius:2px;outline:2px solid rgba(255,152,0,.8)}.docx-ai-selection-preview{background-color:rgba(156,39,176,.2);border-bottom:2px dashed rgba(156,39,176,.6)}.docx-selection-overlay-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.docx-selection-overlay-rect{position:absolute;background-color:rgba(66,133,244,.25);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.docx-run-highlighted[contenteditable=true]{caret-color:#333}.docx-run-dark-bg[contenteditable=true]{caret-color:#fff}.docx-editor{cursor:default}.docx-editor-page{cursor:text}.docx-bookmark-end,.docx-bookmark-start,.docx-drawing-placeholder,.docx-field,.docx-list-marker,.docx-shape-placeholder{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.docx-run-has-variable [contenteditable=false]{cursor:default;-webkit-user-select:all;-moz-user-select:all;user-select:all}.layout-table-cell-selected{position:relative;outline:2px solid rgba(66,133,244,.6);outline-offset:-2px}.layout-table-cell-selected:after{content:"";position:absolute;inset:0;background-color:rgba(66,133,244,.15);pointer-events:none}.layout-table-resize-handle{background-color:transparent;transition:background-color .15s}.layout-table-resize-handle.dragging,.layout-table-resize-handle:hover{background-color:rgba(66,133,244,.6)}.layout-table-edge-handle-bottom,.layout-table-row-resize-handle{background-color:transparent;transition:background-color .15s}.layout-table-edge-handle-bottom.dragging,.layout-table-edge-handle-bottom:hover,.layout-table-row-resize-handle.dragging,.layout-table-row-resize-handle:hover{background-color:rgba(66,133,244,.6)}.layout-table-edge-handle-right{background-color:transparent;transition:background-color .15s}.layout-table-edge-handle-right.dragging,.layout-table-edge-handle-right:hover{background-color:rgba(66,133,244,.6)}.paged-editor--readonly .layout-table-edge-handle-bottom,.paged-editor--readonly .layout-table-edge-handle-right,.paged-editor--readonly .layout-table-resize-handle,.paged-editor--readonly .layout-table-row-resize-handle{display:none!important}.paged-editor--readonly .layout-page-footer,.paged-editor--readonly .layout-page-header{cursor:default;pointer-events:none}.paged-editor--readonly .layout-page-content{cursor:default}.docx-outline-heading-btn:hover{background-color:#f1f3f4}@media (max-width:1280px){.docx-outline-nav{display:none!important}}.layout-page-content{cursor:text}.layout-page-footer,.layout-page-header{cursor:pointer;transition:background-color .15s ease}.layout-page-footer:hover,.layout-page-header:hover{background-color:rgba(37,99,235,.06)}.layout-page-header:empty:hover:after{content:"Double-click to add header";display:block;text-align:center;color:#9ca3af;font-size:11px;padding:4px 0}.layout-page-footer:empty:hover:after{content:"Double-click to add footer";display:block;text-align:center;color:#9ca3af;font-size:11px;padding:4px 0}.hf-editor-pm .ProseMirror{outline:none;min-height:40px;padding:4px}.hf-editor-pm .ProseMirror:focus{outline:none}.hf-editor-pm .ProseMirror p{display:block;margin:0;padding:0;min-height:1em;white-space:pre-wrap;word-wrap:break-word;line-height:normal}.paged-editor--hf-editing .layout-page-content{opacity:.4;pointer-events:none;transition:opacity .15s ease}.paged-editor--editing-header .layout-page-header{border-bottom:1px dotted #4285f4}.paged-editor--editing-footer .layout-page-footer{border-top:1px dotted #4285f4}.paged-editor--editing-footer .layout-page-footer>*,.paged-editor--editing-header .layout-page-header>*{visibility:hidden}.paged-editor--hf-editing .layout-page-footer:hover,.paged-editor--hf-editing .layout-page-header:hover{background-color:transparent}.docx-section-break{position:relative}.docx-section-break:after{content:"Section Break (" attr(data-section-break) ")";display:block;text-align:center;font-size:9px;color:var(--doc-text-muted,#9ca3af);border-top:1px dashed var(--doc-border,#d1d5db);margin-top:4px;padding-top:2px;pointer-events:none}.ep-hyperlink-popup__icon-btn:hover{background:#f1f3f4}.ep-root .first\:pl-0:first-child{padding-left:0}.ep-root .last\:border-r-0:last-child{border-right-width:0}.ep-root .hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.ep-root .hover\:bg-accent:hover{background-color:hsl(var(--accent))}.ep-root .hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.ep-root .hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.ep-root .hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.ep-root .hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.ep-root .hover\:bg-slate-100\/80:hover{background-color:rgba(241,245,249,.8)}.ep-root .hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.ep-root .hover\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.ep-root .hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.ep-root .hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.ep-root .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.ep-root .hover\:underline:hover{text-decoration-line:underline}.ep-root .focus\:bg-slate-100:focus{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.ep-root .focus\:bg-slate-100\/80:focus{background-color:rgba(241,245,249,.8)}.ep-root .focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.ep-root .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.ep-root .focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ep-root .focus\:ring-slate-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.ep-root .focus\:ring-slate-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity,1))}.ep-root .focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.ep-root .focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ep-root .focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.ep-root .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.ep-root .disabled\:pointer-events-none:disabled{pointer-events:none}.ep-root .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.ep-root .disabled\:opacity-50:disabled{opacity:.5}.ep-root .data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.ep-root .data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.ep-root .data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.ep-root .data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ep-root .data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.ep-root .data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.ep-root .data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.ep-root .data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.ep-root .data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.ep-root .data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.ep-root .data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.ep-root .data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.ep-root .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.ep-root .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.ep-root :is(.\[\&\>span\]\:truncate>span){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
package/dist/ui.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var chunk3C2VHZX6_cjs=require('./chunk-3C2VHZX6.cjs'),chunkI5YZ4MRV_cjs=require('./chunk-I5YZ4MRV.cjs'),chunkVTAS7VZ6_cjs=require('./chunk-VTAS7VZ6.cjs'),chunkXS2AQFMF_cjs=require('./chunk-XS2AQFMF.cjs');require('./chunk-NVAQQYBJ.cjs'),require('./chunk-IA4LPH2A.cjs'),require('./chunk-KR32M3S4.cjs'),require('./chunk-PCJ5ACUV.cjs');Object.defineProperty(exports,"ColorPicker",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.q}});Object.defineProperty(exports,"ContextMenu",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.a}});Object.defineProperty(exports,"InsertImageDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.$}});Object.defineProperty(exports,"InsertSymbolDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ja}});Object.defineProperty(exports,"InsertTableDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.U}});Object.defineProperty(exports,"KeyboardShortcutsDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.wa}});Object.defineProperty(exports,"LoadingIndicator",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.H}});Object.defineProperty(exports,"PasteSpecialDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.qa}});Object.defineProperty(exports,"PrintButton",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.r}});Object.defineProperty(exports,"PrintStyles",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.s}});Object.defineProperty(exports,"ResponsePreview",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.g}});Object.defineProperty(exports,"ResponsiveToolbar",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.P}});Object.defineProperty(exports,"ResponsiveToolbarGroup",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.Q}});Object.defineProperty(exports,"SYMBOL_CATEGORIES",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ia}});Object.defineProperty(exports,"TableInsertButtons",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.A}});Object.defineProperty(exports,"TableMergeButton",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.z}});Object.defineProperty(exports,"TextContextMenu",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.k}});Object.defineProperty(exports,"UnsavedIndicator",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.B}});Object.defineProperty(exports,"calculateFitDimensions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ea}});Object.defineProperty(exports,"clampTableConfig",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.Y}});Object.defineProperty(exports,"createChangeTracker",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.G}});Object.defineProperty(exports,"createDefaultTableConfig",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.W}});Object.defineProperty(exports,"createErrorResponse",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.j}});Object.defineProperty(exports,"createMockResponse",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.i}});Object.defineProperty(exports,"createToolbarItem",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.R}});Object.defineProperty(exports,"createToolbarItems",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.S}});Object.defineProperty(exports,"dataUrlToBlob",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.fa}});Object.defineProperty(exports,"delay",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.N}});Object.defineProperty(exports,"formatFileSize",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ha}});Object.defineProperty(exports,"formatPrintPageRange",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.x}});Object.defineProperty(exports,"formatShortcutKeys",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.Da}});Object.defineProperty(exports,"formatTableDimensions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.Z}});Object.defineProperty(exports,"getActionShortcut",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.c}});Object.defineProperty(exports,"getAllActions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.f}});Object.defineProperty(exports,"getAllCategories",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.Ca}});Object.defineProperty(exports,"getAllIndicatorPositions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.F}});Object.defineProperty(exports,"getAllIndicatorVariants",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.E}});Object.defineProperty(exports,"getAllLoadingSizes",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.M}});Object.defineProperty(exports,"getAllLoadingVariants",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.L}});Object.defineProperty(exports,"getAllPasteOptions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ta}});Object.defineProperty(exports,"getCategoryLabel",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.Ba}});Object.defineProperty(exports,"getCommonShortcuts",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.Aa}});Object.defineProperty(exports,"getDefaultActions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.e}});Object.defineProperty(exports,"getDefaultPasteOption",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ua}});Object.defineProperty(exports,"getDefaultPrintOptions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.v}});Object.defineProperty(exports,"getDefaultShortcuts",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ya}});Object.defineProperty(exports,"getDefaultTextContextMenuItems",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.o}});Object.defineProperty(exports,"getImageAcceptString",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.da}});Object.defineProperty(exports,"getImageDimensions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ga}});Object.defineProperty(exports,"getLoadingVariantLabel",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.K}});Object.defineProperty(exports,"getPasteOption",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.sa}});Object.defineProperty(exports,"getRecommendedPriority",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.T}});Object.defineProperty(exports,"getShortcutsByCategory",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.za}});Object.defineProperty(exports,"getSupportedImageExtensions",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ca}});Object.defineProperty(exports,"getSymbolCategories",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.la}});Object.defineProperty(exports,"getSymbolUnicodeInfo",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.na}});Object.defineProperty(exports,"getSymbolsByCategory",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ma}});Object.defineProperty(exports,"getTablePresets",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs._}});Object.defineProperty(exports,"getTextActionLabel",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.m}});Object.defineProperty(exports,"getTextActionShortcut",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.n}});Object.defineProperty(exports,"getVariantLabel",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.D}});Object.defineProperty(exports,"isActionAvailable",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.d}});Object.defineProperty(exports,"isPasteSpecialShortcut",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.va}});Object.defineProperty(exports,"isPrintSupported",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.y}});Object.defineProperty(exports,"isTextActionAvailable",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.p}});Object.defineProperty(exports,"isValidImageFile",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ba}});Object.defineProperty(exports,"isValidTableConfig",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.X}});Object.defineProperty(exports,"openPrintWindow",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.u}});Object.defineProperty(exports,"parsePageRange",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.w}});Object.defineProperty(exports,"searchSymbols",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.oa}});Object.defineProperty(exports,"symbolFromCodePoint",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.pa}});Object.defineProperty(exports,"triggerPrint",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.t}});Object.defineProperty(exports,"useContextMenu",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.b}});Object.defineProperty(exports,"useInsertImageDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.aa}});Object.defineProperty(exports,"useInsertSymbolDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ka}});Object.defineProperty(exports,"useInsertTableDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.V}});Object.defineProperty(exports,"useKeyboardShortcutsDialog",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.xa}});Object.defineProperty(exports,"useLoading",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.I}});Object.defineProperty(exports,"useLoadingOperations",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.J}});Object.defineProperty(exports,"usePasteSpecial",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.ra}});Object.defineProperty(exports,"useResponsePreview",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.h}});Object.defineProperty(exports,"useResponsiveToolbar",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.O}});Object.defineProperty(exports,"useTextContextMenu",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.l}});Object.defineProperty(exports,"useUnsavedChanges",{enumerable:true,get:function(){return chunk3C2VHZX6_cjs.C}});Object.defineProperty(exports,"AdvancedColorPicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.h}});Object.defineProperty(exports,"AlignmentButtons",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.j}});Object.defineProperty(exports,"FontPicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.b}});Object.defineProperty(exports,"FontSizePicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.g}});Object.defineProperty(exports,"HorizontalRuler",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.O}});Object.defineProperty(exports,"LineSpacingPicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.m}});Object.defineProperty(exports,"ListButtons",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.k}});Object.defineProperty(exports,"PageNavigator",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.H}});Object.defineProperty(exports,"PageNumberIndicator",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.z}});Object.defineProperty(exports,"StylePicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.n}});Object.defineProperty(exports,"TableBorderColorPicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.q}});Object.defineProperty(exports,"TableBorderPicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.p}});Object.defineProperty(exports,"TableBorderWidthPicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.r}});Object.defineProperty(exports,"TableCellFillPicker",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.s}});Object.defineProperty(exports,"TableMoreDropdown",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.t}});Object.defineProperty(exports,"TableToolbar",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.T}});Object.defineProperty(exports,"Toolbar",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.y}});Object.defineProperty(exports,"ToolbarButton",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.v}});Object.defineProperty(exports,"ToolbarGroup",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.w}});Object.defineProperty(exports,"ToolbarSeparator",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.x}});Object.defineProperty(exports,"ZoomControl",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.o}});Object.defineProperty(exports,"addColumn",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.Z}});Object.defineProperty(exports,"addRow",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.X}});Object.defineProperty(exports,"calculateProgress",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.N}});Object.defineProperty(exports,"calculateScrollToPage",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.G}});Object.defineProperty(exports,"calculateVisiblePage",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.F}});Object.defineProperty(exports,"clampPageNumber",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.K}});Object.defineProperty(exports,"createDefaultListState",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.l}});Object.defineProperty(exports,"createPageFormat",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.B}});Object.defineProperty(exports,"createTableContext",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.U}});Object.defineProperty(exports,"deleteColumn",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs._}});Object.defineProperty(exports,"deleteRow",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.Y}});Object.defineProperty(exports,"formatPageOrdinal",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.A}});Object.defineProperty(exports,"formatPageRange",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.M}});Object.defineProperty(exports,"getCellAt",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.W}});Object.defineProperty(exports,"getColumnCount",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.V}});Object.defineProperty(exports,"getMarginInUnits",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.R}});Object.defineProperty(exports,"getNavigationShortcuts",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.L}});Object.defineProperty(exports,"getPageProgress",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.C}});Object.defineProperty(exports,"getRulerDimensions",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.Q}});Object.defineProperty(exports,"isFirstPage",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.D}});Object.defineProperty(exports,"isLastPage",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.E}});Object.defineProperty(exports,"isValidPageNumber",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.J}});Object.defineProperty(exports,"mergeCells",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.$}});Object.defineProperty(exports,"parseMarginFromUnits",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.S}});Object.defineProperty(exports,"parsePageInput",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.I}});Object.defineProperty(exports,"positionToMargin",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.P}});Object.defineProperty(exports,"splitCell",{enumerable:true,get:function(){return chunkI5YZ4MRV_cjs.aa}});Object.defineProperty(exports,"FindReplaceDialog",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.n}});Object.defineProperty(exports,"createDefaultFindOptions",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.a}});Object.defineProperty(exports,"createSearchPattern",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.c}});Object.defineProperty(exports,"escapeRegexString",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.b}});Object.defineProperty(exports,"findAllMatches",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.d}});Object.defineProperty(exports,"findInDocument",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.j}});Object.defineProperty(exports,"findInParagraph",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.k}});Object.defineProperty(exports,"getDefaultHighlightOptions",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.i}});Object.defineProperty(exports,"getMatchCountText",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.g}});Object.defineProperty(exports,"isEmptySearch",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.h}});Object.defineProperty(exports,"replaceAllInContent",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.e}});Object.defineProperty(exports,"replaceFirstInContent",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.f}});Object.defineProperty(exports,"scrollToMatch",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.l}});Object.defineProperty(exports,"useFindReplace",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.m}});Object.defineProperty(exports,"HyperlinkDialog",{enumerable:true,get:function(){return chunkXS2AQFMF_cjs.d}});Object.defineProperty(exports,"useHyperlinkDialog",{enumerable:true,get:function(){return chunkXS2AQFMF_cjs.m}});
|
|
1
|
+
'use strict';var chunkY62HOQL2_cjs=require('./chunk-Y62HOQL2.cjs'),chunkOWMG5MW5_cjs=require('./chunk-OWMG5MW5.cjs'),chunkVTAS7VZ6_cjs=require('./chunk-VTAS7VZ6.cjs'),chunkXS2AQFMF_cjs=require('./chunk-XS2AQFMF.cjs');require('./chunk-NVAQQYBJ.cjs'),require('./chunk-IA4LPH2A.cjs'),require('./chunk-KR32M3S4.cjs'),require('./chunk-PCJ5ACUV.cjs');Object.defineProperty(exports,"ColorPicker",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.q}});Object.defineProperty(exports,"ContextMenu",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.a}});Object.defineProperty(exports,"InsertImageDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.$}});Object.defineProperty(exports,"InsertSymbolDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ja}});Object.defineProperty(exports,"InsertTableDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.U}});Object.defineProperty(exports,"KeyboardShortcutsDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.wa}});Object.defineProperty(exports,"LoadingIndicator",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.H}});Object.defineProperty(exports,"PasteSpecialDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.qa}});Object.defineProperty(exports,"PrintButton",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.r}});Object.defineProperty(exports,"PrintStyles",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.s}});Object.defineProperty(exports,"ResponsePreview",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.g}});Object.defineProperty(exports,"ResponsiveToolbar",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.P}});Object.defineProperty(exports,"ResponsiveToolbarGroup",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.Q}});Object.defineProperty(exports,"SYMBOL_CATEGORIES",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ia}});Object.defineProperty(exports,"TableInsertButtons",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.A}});Object.defineProperty(exports,"TableMergeButton",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.z}});Object.defineProperty(exports,"TextContextMenu",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.k}});Object.defineProperty(exports,"UnsavedIndicator",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.B}});Object.defineProperty(exports,"calculateFitDimensions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ea}});Object.defineProperty(exports,"clampTableConfig",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.Y}});Object.defineProperty(exports,"createChangeTracker",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.G}});Object.defineProperty(exports,"createDefaultTableConfig",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.W}});Object.defineProperty(exports,"createErrorResponse",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.j}});Object.defineProperty(exports,"createMockResponse",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.i}});Object.defineProperty(exports,"createToolbarItem",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.R}});Object.defineProperty(exports,"createToolbarItems",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.S}});Object.defineProperty(exports,"dataUrlToBlob",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.fa}});Object.defineProperty(exports,"delay",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.N}});Object.defineProperty(exports,"formatFileSize",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ha}});Object.defineProperty(exports,"formatPrintPageRange",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.x}});Object.defineProperty(exports,"formatShortcutKeys",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.Da}});Object.defineProperty(exports,"formatTableDimensions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.Z}});Object.defineProperty(exports,"getActionShortcut",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.c}});Object.defineProperty(exports,"getAllActions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.f}});Object.defineProperty(exports,"getAllCategories",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.Ca}});Object.defineProperty(exports,"getAllIndicatorPositions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.F}});Object.defineProperty(exports,"getAllIndicatorVariants",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.E}});Object.defineProperty(exports,"getAllLoadingSizes",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.M}});Object.defineProperty(exports,"getAllLoadingVariants",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.L}});Object.defineProperty(exports,"getAllPasteOptions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ta}});Object.defineProperty(exports,"getCategoryLabel",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.Ba}});Object.defineProperty(exports,"getCommonShortcuts",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.Aa}});Object.defineProperty(exports,"getDefaultActions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.e}});Object.defineProperty(exports,"getDefaultPasteOption",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ua}});Object.defineProperty(exports,"getDefaultPrintOptions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.v}});Object.defineProperty(exports,"getDefaultShortcuts",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ya}});Object.defineProperty(exports,"getDefaultTextContextMenuItems",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.o}});Object.defineProperty(exports,"getImageAcceptString",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.da}});Object.defineProperty(exports,"getImageDimensions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ga}});Object.defineProperty(exports,"getLoadingVariantLabel",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.K}});Object.defineProperty(exports,"getPasteOption",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.sa}});Object.defineProperty(exports,"getRecommendedPriority",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.T}});Object.defineProperty(exports,"getShortcutsByCategory",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.za}});Object.defineProperty(exports,"getSupportedImageExtensions",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ca}});Object.defineProperty(exports,"getSymbolCategories",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.la}});Object.defineProperty(exports,"getSymbolUnicodeInfo",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.na}});Object.defineProperty(exports,"getSymbolsByCategory",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ma}});Object.defineProperty(exports,"getTablePresets",{enumerable:true,get:function(){return chunkY62HOQL2_cjs._}});Object.defineProperty(exports,"getTextActionLabel",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.m}});Object.defineProperty(exports,"getTextActionShortcut",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.n}});Object.defineProperty(exports,"getVariantLabel",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.D}});Object.defineProperty(exports,"isActionAvailable",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.d}});Object.defineProperty(exports,"isPasteSpecialShortcut",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.va}});Object.defineProperty(exports,"isPrintSupported",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.y}});Object.defineProperty(exports,"isTextActionAvailable",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.p}});Object.defineProperty(exports,"isValidImageFile",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ba}});Object.defineProperty(exports,"isValidTableConfig",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.X}});Object.defineProperty(exports,"openPrintWindow",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.u}});Object.defineProperty(exports,"parsePageRange",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.w}});Object.defineProperty(exports,"searchSymbols",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.oa}});Object.defineProperty(exports,"symbolFromCodePoint",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.pa}});Object.defineProperty(exports,"triggerPrint",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.t}});Object.defineProperty(exports,"useContextMenu",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.b}});Object.defineProperty(exports,"useInsertImageDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.aa}});Object.defineProperty(exports,"useInsertSymbolDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ka}});Object.defineProperty(exports,"useInsertTableDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.V}});Object.defineProperty(exports,"useKeyboardShortcutsDialog",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.xa}});Object.defineProperty(exports,"useLoading",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.I}});Object.defineProperty(exports,"useLoadingOperations",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.J}});Object.defineProperty(exports,"usePasteSpecial",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.ra}});Object.defineProperty(exports,"useResponsePreview",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.h}});Object.defineProperty(exports,"useResponsiveToolbar",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.O}});Object.defineProperty(exports,"useTextContextMenu",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.l}});Object.defineProperty(exports,"useUnsavedChanges",{enumerable:true,get:function(){return chunkY62HOQL2_cjs.C}});Object.defineProperty(exports,"AdvancedColorPicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.k}});Object.defineProperty(exports,"AlignmentButtons",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.l}});Object.defineProperty(exports,"FontPicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.g}});Object.defineProperty(exports,"FontSizePicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.j}});Object.defineProperty(exports,"HorizontalRuler",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.E}});Object.defineProperty(exports,"LineSpacingPicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.o}});Object.defineProperty(exports,"ListButtons",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.m}});Object.defineProperty(exports,"StylePicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.p}});Object.defineProperty(exports,"TableBorderColorPicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.s}});Object.defineProperty(exports,"TableBorderPicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.r}});Object.defineProperty(exports,"TableBorderWidthPicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.t}});Object.defineProperty(exports,"TableCellFillPicker",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.u}});Object.defineProperty(exports,"TableMoreDropdown",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.v}});Object.defineProperty(exports,"TableToolbar",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.J}});Object.defineProperty(exports,"Toolbar",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.D}});Object.defineProperty(exports,"ToolbarButton",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.A}});Object.defineProperty(exports,"ToolbarGroup",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.B}});Object.defineProperty(exports,"ToolbarSeparator",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.C}});Object.defineProperty(exports,"ZoomControl",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.q}});Object.defineProperty(exports,"addColumn",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.P}});Object.defineProperty(exports,"addRow",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.N}});Object.defineProperty(exports,"createDefaultListState",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.n}});Object.defineProperty(exports,"createTableContext",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.K}});Object.defineProperty(exports,"deleteColumn",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.Q}});Object.defineProperty(exports,"deleteRow",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.O}});Object.defineProperty(exports,"getCellAt",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.M}});Object.defineProperty(exports,"getColumnCount",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.L}});Object.defineProperty(exports,"getMarginInUnits",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.H}});Object.defineProperty(exports,"getRulerDimensions",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.G}});Object.defineProperty(exports,"mergeCells",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.R}});Object.defineProperty(exports,"parseMarginFromUnits",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.I}});Object.defineProperty(exports,"positionToMargin",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.F}});Object.defineProperty(exports,"splitCell",{enumerable:true,get:function(){return chunkOWMG5MW5_cjs.S}});Object.defineProperty(exports,"FindReplaceDialog",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.n}});Object.defineProperty(exports,"createDefaultFindOptions",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.a}});Object.defineProperty(exports,"createSearchPattern",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.c}});Object.defineProperty(exports,"escapeRegexString",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.b}});Object.defineProperty(exports,"findAllMatches",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.d}});Object.defineProperty(exports,"findInDocument",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.j}});Object.defineProperty(exports,"findInParagraph",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.k}});Object.defineProperty(exports,"getDefaultHighlightOptions",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.i}});Object.defineProperty(exports,"getMatchCountText",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.g}});Object.defineProperty(exports,"isEmptySearch",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.h}});Object.defineProperty(exports,"replaceAllInContent",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.e}});Object.defineProperty(exports,"replaceFirstInContent",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.f}});Object.defineProperty(exports,"scrollToMatch",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.l}});Object.defineProperty(exports,"useFindReplace",{enumerable:true,get:function(){return chunkVTAS7VZ6_cjs.m}});Object.defineProperty(exports,"HyperlinkDialog",{enumerable:true,get:function(){return chunkXS2AQFMF_cjs.d}});Object.defineProperty(exports,"useHyperlinkDialog",{enumerable:true,get:function(){return chunkXS2AQFMF_cjs.m}});
|
package/dist/ui.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default, { CSSProperties, ReactNode } from 'react';
|
|
3
3
|
import { ag as ParagraphAlignment, ae as ColorValue, K as Style, X as Theme, G as SelectionContext, f as AIAction, i as AgentResponse, ah as StyleType, C as SectionProperties, ai as TabStop, D as Document } from './agentApi-DmDuQm0e.cjs';
|
|
4
|
-
import { T as TableAction,
|
|
5
|
-
export {
|
|
4
|
+
import { T as TableAction, P as ParsedClipboardContent } from './clipboard-DBabJ6mU.cjs';
|
|
5
|
+
export { c as PrintButton, d as PrintButtonProps, e as PrintOptions, f as PrintStyles, g as TableContext, h as TableSelection, i as TableToolbar, j as TableToolbarProps, k as addColumn, l as addRow, q as createTableContext, r as deleteColumn, s as deleteRow, t as formatPrintPageRange, u as getCellAt, v as getColumnCount, w as getDefaultPrintOptions, A as isPrintSupported, D as mergeCells, E as openPrintWindow, H as parsePageRange, L as splitCell, M as triggerPrint } from './clipboard-DBabJ6mU.cjs';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* List type
|
|
@@ -269,9 +269,10 @@ declare function ToolbarGroup$1({ label, children, className }: ToolbarGroupProp
|
|
|
269
269
|
*/
|
|
270
270
|
declare function ToolbarSeparator(): react_jsx_runtime.JSX.Element;
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
* Classic single-row formatting toolbar: menus + formatting icons.
|
|
273
|
+
* Uses FormattingBar internally with inline mode so everything stays in one flex row.
|
|
273
274
|
*/
|
|
274
|
-
declare function Toolbar({
|
|
275
|
+
declare function Toolbar({ children, className, style, disabled, onFormat, onPrint, showPrintButton, onPageSetup, onInsertImage, onInsertTable, showTableInsert, onInsertPageBreak, onInsertTOC, onRefocusEditor, ...restProps }: ToolbarProps): react_jsx_runtime.JSX.Element;
|
|
275
276
|
|
|
276
277
|
/**
|
|
277
278
|
* Context Menu Component
|
package/dist/ui.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default, { CSSProperties, ReactNode } from 'react';
|
|
3
3
|
import { ag as ParagraphAlignment, ae as ColorValue, K as Style, X as Theme, G as SelectionContext, f as AIAction, i as AgentResponse, ah as StyleType, C as SectionProperties, ai as TabStop, D as Document } from './agentApi-DmDuQm0e.js';
|
|
4
|
-
import { T as TableAction,
|
|
5
|
-
export {
|
|
4
|
+
import { T as TableAction, P as ParsedClipboardContent } from './clipboard-CU-zASXS.js';
|
|
5
|
+
export { c as PrintButton, d as PrintButtonProps, e as PrintOptions, f as PrintStyles, g as TableContext, h as TableSelection, i as TableToolbar, j as TableToolbarProps, k as addColumn, l as addRow, q as createTableContext, r as deleteColumn, s as deleteRow, t as formatPrintPageRange, u as getCellAt, v as getColumnCount, w as getDefaultPrintOptions, A as isPrintSupported, D as mergeCells, E as openPrintWindow, H as parsePageRange, L as splitCell, M as triggerPrint } from './clipboard-CU-zASXS.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* List type
|
|
@@ -269,9 +269,10 @@ declare function ToolbarGroup$1({ label, children, className }: ToolbarGroupProp
|
|
|
269
269
|
*/
|
|
270
270
|
declare function ToolbarSeparator(): react_jsx_runtime.JSX.Element;
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
* Classic single-row formatting toolbar: menus + formatting icons.
|
|
273
|
+
* Uses FormattingBar internally with inline mode so everything stays in one flex row.
|
|
273
274
|
*/
|
|
274
|
-
declare function Toolbar({
|
|
275
|
+
declare function Toolbar({ children, className, style, disabled, onFormat, onPrint, showPrintButton, onPageSetup, onInsertImage, onInsertTable, showTableInsert, onInsertPageBreak, onInsertTOC, onRefocusEditor, ...restProps }: ToolbarProps): react_jsx_runtime.JSX.Element;
|
|
275
276
|
|
|
276
277
|
/**
|
|
277
278
|
* Context Menu Component
|
package/dist/ui.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{q as ColorPicker,a as ContextMenu,$ as InsertImageDialog,ja as InsertSymbolDialog,U as InsertTableDialog,wa as KeyboardShortcutsDialog,H as LoadingIndicator,qa as PasteSpecialDialog,r as PrintButton,s as PrintStyles,g as ResponsePreview,P as ResponsiveToolbar,Q as ResponsiveToolbarGroup,ia as SYMBOL_CATEGORIES,A as TableInsertButtons,z as TableMergeButton,k as TextContextMenu,B as UnsavedIndicator,ea as calculateFitDimensions,Y as clampTableConfig,G as createChangeTracker,W as createDefaultTableConfig,j as createErrorResponse,i as createMockResponse,R as createToolbarItem,S as createToolbarItems,fa as dataUrlToBlob,N as delay,ha as formatFileSize,x as formatPrintPageRange,Da as formatShortcutKeys,Z as formatTableDimensions,c as getActionShortcut,f as getAllActions,Ca as getAllCategories,F as getAllIndicatorPositions,E as getAllIndicatorVariants,M as getAllLoadingSizes,L as getAllLoadingVariants,ta as getAllPasteOptions,Ba as getCategoryLabel,Aa as getCommonShortcuts,e as getDefaultActions,ua as getDefaultPasteOption,v as getDefaultPrintOptions,ya as getDefaultShortcuts,o as getDefaultTextContextMenuItems,da as getImageAcceptString,ga as getImageDimensions,K as getLoadingVariantLabel,sa as getPasteOption,T as getRecommendedPriority,za as getShortcutsByCategory,ca as getSupportedImageExtensions,la as getSymbolCategories,na as getSymbolUnicodeInfo,ma as getSymbolsByCategory,_ as getTablePresets,m as getTextActionLabel,n as getTextActionShortcut,D as getVariantLabel,d as isActionAvailable,va as isPasteSpecialShortcut,y as isPrintSupported,p as isTextActionAvailable,ba as isValidImageFile,X as isValidTableConfig,u as openPrintWindow,w as parsePageRange,oa as searchSymbols,pa as symbolFromCodePoint,t as triggerPrint,b as useContextMenu,aa as useInsertImageDialog,ka as useInsertSymbolDialog,V as useInsertTableDialog,xa as useKeyboardShortcutsDialog,I as useLoading,J as useLoadingOperations,ra as usePasteSpecial,h as useResponsePreview,O as useResponsiveToolbar,l as useTextContextMenu,C as useUnsavedChanges}from'./chunk-
|
|
1
|
+
export{q as ColorPicker,a as ContextMenu,$ as InsertImageDialog,ja as InsertSymbolDialog,U as InsertTableDialog,wa as KeyboardShortcutsDialog,H as LoadingIndicator,qa as PasteSpecialDialog,r as PrintButton,s as PrintStyles,g as ResponsePreview,P as ResponsiveToolbar,Q as ResponsiveToolbarGroup,ia as SYMBOL_CATEGORIES,A as TableInsertButtons,z as TableMergeButton,k as TextContextMenu,B as UnsavedIndicator,ea as calculateFitDimensions,Y as clampTableConfig,G as createChangeTracker,W as createDefaultTableConfig,j as createErrorResponse,i as createMockResponse,R as createToolbarItem,S as createToolbarItems,fa as dataUrlToBlob,N as delay,ha as formatFileSize,x as formatPrintPageRange,Da as formatShortcutKeys,Z as formatTableDimensions,c as getActionShortcut,f as getAllActions,Ca as getAllCategories,F as getAllIndicatorPositions,E as getAllIndicatorVariants,M as getAllLoadingSizes,L as getAllLoadingVariants,ta as getAllPasteOptions,Ba as getCategoryLabel,Aa as getCommonShortcuts,e as getDefaultActions,ua as getDefaultPasteOption,v as getDefaultPrintOptions,ya as getDefaultShortcuts,o as getDefaultTextContextMenuItems,da as getImageAcceptString,ga as getImageDimensions,K as getLoadingVariantLabel,sa as getPasteOption,T as getRecommendedPriority,za as getShortcutsByCategory,ca as getSupportedImageExtensions,la as getSymbolCategories,na as getSymbolUnicodeInfo,ma as getSymbolsByCategory,_ as getTablePresets,m as getTextActionLabel,n as getTextActionShortcut,D as getVariantLabel,d as isActionAvailable,va as isPasteSpecialShortcut,y as isPrintSupported,p as isTextActionAvailable,ba as isValidImageFile,X as isValidTableConfig,u as openPrintWindow,w as parsePageRange,oa as searchSymbols,pa as symbolFromCodePoint,t as triggerPrint,b as useContextMenu,aa as useInsertImageDialog,ka as useInsertSymbolDialog,V as useInsertTableDialog,xa as useKeyboardShortcutsDialog,I as useLoading,J as useLoadingOperations,ra as usePasteSpecial,h as useResponsePreview,O as useResponsiveToolbar,l as useTextContextMenu,C as useUnsavedChanges}from'./chunk-FUK46DWH.js';export{k as AdvancedColorPicker,l as AlignmentButtons,g as FontPicker,j as FontSizePicker,E as HorizontalRuler,o as LineSpacingPicker,m as ListButtons,p as StylePicker,s as TableBorderColorPicker,r as TableBorderPicker,t as TableBorderWidthPicker,u as TableCellFillPicker,v as TableMoreDropdown,J as TableToolbar,D as Toolbar,A as ToolbarButton,B as ToolbarGroup,C as ToolbarSeparator,q as ZoomControl,P as addColumn,N as addRow,n as createDefaultListState,K as createTableContext,Q as deleteColumn,O as deleteRow,M as getCellAt,L as getColumnCount,H as getMarginInUnits,G as getRulerDimensions,R as mergeCells,I as parseMarginFromUnits,F as positionToMargin,S as splitCell}from'./chunk-MUIREXKH.js';export{n as FindReplaceDialog,a as createDefaultFindOptions,c as createSearchPattern,b as escapeRegexString,d as findAllMatches,j as findInDocument,k as findInParagraph,i as getDefaultHighlightOptions,g as getMatchCountText,h as isEmptySearch,e as replaceAllInContent,f as replaceFirstInContent,l as scrollToMatch,m as useFindReplace}from'./chunk-CTYOM6BE.js';export{d as HyperlinkDialog,m as useHyperlinkDialog}from'./chunk-PJVI53AH.js';import'./chunk-QVPR2W5S.js';import'./chunk-4VUZBV2S.js';import'./chunk-SE5EN2QL.js';import'./chunk-H5NTJZO4.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eigenpal/docx-js-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"description": "A browser-based DOCX template editor with variable insertion support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "tsup && bun run build:css",
|
|
77
77
|
"build:css": "tailwindcss -c ../../tailwind.config.lib.js -i ./src/styles/editor.css -o ./dist/styles.css --minify",
|
|
78
|
-
"prepublishOnly": "sed -e 's|\\./assets/|https://raw.githubusercontent.com/eigenpal/docx-js-editor/main/assets/|g' -e 's|(packages/|(https://github.com/eigenpal/docx-js-editor/tree/main/packages/|g' -e 's|(docs/|(https://github.com/eigenpal/docx-js-editor/blob/main/docs/|g' -e 's|(examples/|(https://github.com/eigenpal/docx-js-editor/tree/main/examples/|g' ../../README.md > README.md",
|
|
78
|
+
"prepublishOnly": "bun run build && sed -e 's|\\./assets/|https://raw.githubusercontent.com/eigenpal/docx-js-editor/main/assets/|g' -e 's|(packages/|(https://github.com/eigenpal/docx-js-editor/tree/main/packages/|g' -e 's|(docs/|(https://github.com/eigenpal/docx-js-editor/blob/main/docs/|g' -e 's|(examples/|(https://github.com/eigenpal/docx-js-editor/tree/main/examples/|g' ../../README.md > README.md",
|
|
79
79
|
"typecheck": "tsc --noEmit"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|