@pdfme/ui 3.3.0 → 3.4.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
@@ -44318,7 +44318,7 @@ var pdf_workerExports = pdf_worker.exports;
|
|
44318
44318
|
function commonjsRequire(a) {
|
44319
44319
|
throw new Error('Could not dynamically require "' + a + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
44320
44320
|
}
|
44321
|
-
var pdf = { exports: {} };
|
44321
|
+
var pdf$1 = { exports: {} };
|
44322
44322
|
const __viteBrowserExternal = {}, __viteBrowserExternal$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
44323
44323
|
__proto__: null,
|
44324
44324
|
default: __viteBrowserExternal
|
@@ -59671,9 +59671,12 @@ function requirePath2dPolyfill_esm() {
|
|
59671
59671
|
})(), __webpack_exports__;
|
59672
59672
|
})()
|
59673
59673
|
));
|
59674
|
-
})(pdf);
|
59675
|
-
var pdfExports = pdf.exports;
|
59676
|
-
const
|
59674
|
+
})(pdf$1);
|
59675
|
+
var pdfExports = pdf$1.exports;
|
59676
|
+
const pdf = /* @__PURE__ */ getDefaultExportFromCjs(pdfExports), pdfJs = /* @__PURE__ */ _mergeNamespaces({
|
59677
|
+
__proto__: null,
|
59678
|
+
default: pdf
|
59679
|
+
}, [pdfExports]), isff = typeof navigator < "u" ? navigator.userAgent.toLowerCase().indexOf("firefox") > 0 : !1;
|
59677
59680
|
function addEvent$1(a, s, $, _) {
|
59678
59681
|
a.addEventListener ? a.addEventListener(s, $, _) : a.attachEvent && a.attachEvent("on".concat(s), () => {
|
59679
59682
|
$(window.event);
|
@@ -151130,6 +151133,7 @@ Check this document: https://pdfme.com/docs/custom-schemas`);
|
|
151130
151133
|
options: $,
|
151131
151134
|
theme: _e,
|
151132
151135
|
i18n: _,
|
151136
|
+
pdfJs,
|
151133
151137
|
_cache: it.current
|
151134
151138
|
});
|
151135
151139
|
}
|