@everymatrix/stage-mm-verification-report 1.0.12 → 1.0.13
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/chunk-A3NTIEMP.js +1 -0
- package/chunk-CAY35YP7.js +7 -0
- package/chunk-H3QHLLCN.js +1 -0
- package/chunk-HL6EPJDY.js +1 -0
- package/chunk-OHPEWN32.js +1198 -0
- package/chunk-QQWFMG3W.js +872 -0
- package/component-lib.js +1 -6
- package/index.html +6 -6
- package/main.js +1027 -53872
- package/package.json +1 -1
- package/polyfills.js +2 -2383
- package/styles.css +1 -174
- package/app.component.css.map +0 -7
- package/chunk-AO6WY7SS.js +0 -14
- package/chunk-AO6WY7SS.js.map +0 -7
- package/chunk-ASC7H5NM.js +0 -9484
- package/chunk-ASC7H5NM.js.map +0 -1
- package/chunk-G3EGCVBN.js +0 -28953
- package/chunk-G3EGCVBN.js.map +0 -1
- package/chunk-LAU42YHY.js +0 -4108
- package/chunk-LAU42YHY.js.map +0 -1
- package/chunk-QOVMFFNP.js +0 -9
- package/chunk-QOVMFFNP.js.map +0 -7
- package/chunk-WBKHZ3PI.js +0 -37822
- package/chunk-WBKHZ3PI.js.map +0 -1
- package/component-lib.js.map +0 -7
- package/delete-template-modal.css.map +0 -7
- package/dm-button-lib.component.css.map +0 -7
- package/dm-date-picker-lib.component.css.map +0 -7
- package/dm-input-text-lib.component.css.map +0 -7
- package/dm-range-date-picker-lib.component.css.map +0 -7
- package/dm-select-lib.component.css.map +0 -7
- package/dm-tree-table.component.css.map +0 -7
- package/dm-ui-grid-lib.component.css.map +0 -7
- package/domains-overload-modal.css.map +0 -7
- package/main.js.map +0 -1
- package/polyfills.js.map +0 -1
- package/report-configuration-modal.css.map +0 -7
- package/save-template-modal.component.css.map +0 -7
- package/send-settings-modal.css.map +0 -7
- package/styles.css.map +0 -7
- package/template-select-modal.css.map +0 -7
- package/toast-message.css.map +0 -7
package/component-lib.js
CHANGED
package/index.html
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
2
|
+
<html lang="en" data-beasties-container>
|
|
3
3
|
<head>
|
|
4
|
-
<meta charset="utf-8"
|
|
4
|
+
<meta charset="utf-8">
|
|
5
5
|
<title>verification</title>
|
|
6
|
-
<base href="/"
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"
|
|
8
|
-
<link rel="stylesheet" href="styles.css"></head>
|
|
6
|
+
<base href="/">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<style>*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}*{font-family:Inter,Arial,serif;caret-color:transparent!important}body{margin:0;padding:0}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
|
|
9
9
|
<body>
|
|
10
10
|
<everymatrix-mm-verification-report></everymatrix-mm-verification-report>
|
|
11
|
-
<link rel="modulepreload" href="chunk-
|
|
11
|
+
<link rel="modulepreload" href="chunk-QQWFMG3W.js"><link rel="modulepreload" href="chunk-OHPEWN32.js"><link rel="modulepreload" href="chunk-CAY35YP7.js"><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
12
12
|
</html>
|