@digipair/skill-web-pdf 0.41.1 → 0.41.3

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/index.cjs.js CHANGED
@@ -2019,7 +2019,7 @@ class InputPdfElement extends s {
2019
2019
  return this._content;
2020
2020
  }
2021
2021
  get value() {
2022
- return this._value;
2022
+ return 'NOEVAL:' + this._value;
2023
2023
  }
2024
2024
  loadFile() {
2025
2025
  const input = document.createElement('input');
@@ -2071,7 +2071,7 @@ class InputPdfElement extends s {
2071
2071
  >
2072
2072
  ${this.state === 'loaded' ? x` <ui5-icon name="attachment"></ui5-icon>
2073
2073
  <p>${this.label}<br />${this._content}</p>` : this.state === 'loading' ? x`<ui5-busy-indicator size="Small" active></ui5-busy-indicator>` : x` <ui5-icon name="add-document"></ui5-icon>
2074
- <p>${this.label}</p>`}
2074
+ <p>${this.label}</p>`}
2075
2075
  </section>
2076
2076
  `;
2077
2077
  }
package/index.esm.js CHANGED
@@ -1997,7 +1997,7 @@ class InputPdfElement extends s {
1997
1997
  return this._content;
1998
1998
  }
1999
1999
  get value() {
2000
- return this._value;
2000
+ return 'NOEVAL:' + this._value;
2001
2001
  }
2002
2002
  loadFile() {
2003
2003
  const input = document.createElement('input');
@@ -2049,7 +2049,7 @@ class InputPdfElement extends s {
2049
2049
  >
2050
2050
  ${this.state === 'loaded' ? x` <ui5-icon name="attachment"></ui5-icon>
2051
2051
  <p>${this.label}<br />${this._content}</p>` : this.state === 'loading' ? x`<ui5-busy-indicator size="Small" active></ui5-busy-indicator>` : x` <ui5-icon name="add-document"></ui5-icon>
2052
- <p>${this.label}</p>`}
2052
+ <p>${this.label}</p>`}
2053
2053
  </section>
2054
2054
  `;
2055
2055
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-pdf",
3
- "version": "0.41.1",
3
+ "version": "0.41.3",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"