@teipublisher/pb-components 2.25.1 → 2.25.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/.github/workflows/main.yml +3 -3
- package/.github/workflows/node.js.yml +2 -2
- package/.github/workflows/release.js.yml +2 -2
- package/CHANGELOG.md +14 -0
- package/dist/{es-global-bridge-4240f389.js → es-global-bridge-d8ce175d.js} +1 -1
- package/dist/{iron-form-a25b58de.js → iron-form-7b5c5d03.js} +1 -1
- package/dist/jinn-codemirror-da0e2d1f.js +1 -0
- package/dist/{paper-checkbox-c9177e35.js → paper-checkbox-4f410b1f.js} +33 -32
- package/dist/{paper-icon-button-c15eb1cf.js → paper-icon-button-0fb125c4.js} +4 -4
- package/dist/{paper-listbox-1fc346ac.js → paper-listbox-5f42cff5.js} +1 -1
- package/dist/pb-code-editor.js +3 -3
- package/dist/pb-component-docs.js +19 -8
- package/dist/pb-components-bundle.js +94 -94
- package/dist/pb-edit-app.js +5 -5
- package/dist/pb-elements.json +50 -17
- package/dist/{pb-i18n-b62828ba.js → pb-i18n-0611135a.js} +1 -1
- package/dist/pb-leaflet-map.js +1 -1
- package/dist/pb-mei.js +6 -6
- package/dist/pb-odd-editor.js +32 -32
- package/dist/pb-tify.js +3 -3
- package/dist/{vaadin-element-mixin-96dff806.js → vaadin-element-mixin-859a0132.js} +38 -29
- package/package.json +5 -5
- package/pb-elements.json +50 -17
- package/src/pb-authority-lookup.js +29 -1
- package/src/pb-timeline.js +1 -1
- package/dist/jinn-codemirror-63cf45e9.js +0 -1
- /package/dist/{pb-mixin-e1183270.js → pb-mixin-b1caa22e.js} +0 -0
|
@@ -8,15 +8,15 @@ jobs:
|
|
|
8
8
|
build:
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
steps:
|
|
11
|
-
- uses: actions/checkout@
|
|
11
|
+
- uses: actions/checkout@v4
|
|
12
12
|
- name: Setup Node.js environment
|
|
13
|
-
uses: actions/setup-node@
|
|
13
|
+
uses: actions/setup-node@v4
|
|
14
14
|
with:
|
|
15
15
|
node-version: "16"
|
|
16
16
|
- run: npm ci
|
|
17
17
|
- run: npm run gh-pages
|
|
18
18
|
- name: Deploy to gh-pages
|
|
19
|
-
uses: peaceiris/actions-gh-pages@
|
|
19
|
+
uses: peaceiris/actions-gh-pages@v4
|
|
20
20
|
with:
|
|
21
21
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
22
22
|
publish_dir: ./docs
|
|
@@ -14,9 +14,9 @@ jobs:
|
|
|
14
14
|
build:
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
|
-
- uses: actions/checkout@
|
|
17
|
+
- uses: actions/checkout@v4
|
|
18
18
|
- name: Use Node.js
|
|
19
|
-
uses: actions/setup-node@
|
|
19
|
+
uses: actions/setup-node@v4
|
|
20
20
|
with:
|
|
21
21
|
node-version: "16"
|
|
22
22
|
- name: npm install and build
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.25.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.2...v2.25.3) (2025-05-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pb-timeline:** Fix the timeframe label for some edge cases ([e6a8fbe](https://github.com/eeditiones/tei-publisher-components/commit/e6a8fbe915906ab51186cba2875ee0f107ba41e9))
|
|
7
|
+
|
|
8
|
+
## [2.25.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.1...v2.25.2) (2025-04-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **pb-authority-lookup:** add attributes so the element can be configured via html and not just by sending an event ([fb7a6aa](https://github.com/eeditiones/tei-publisher-components/commit/fb7a6aae18b836dcec0db79339ae266a17204132))
|
|
14
|
+
|
|
1
15
|
## [2.25.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.0...v2.25.1) (2025-03-14)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Copyright 2018 The Pennsylvania State University
|
|
3
3
|
* @license Apache-2.0, see License.md for full text.
|
|
4
4
|
*/
|
|
5
|
-
class t{constructor(){this.imports={},this.webpack=!1,this.import=(t,i,e=!1)=>this.load(t,i,e),this.load=(t,i,e=!1)=>{let o=this.imports[t],s=!e&&this.webpack&&this.webpack[t];return new Promise(s||o?(i,e)=>{i(this.imports[t])}:(e,o)=>{const s=document.createElement("script");s.src=i,s.setAttribute("data-name",t),this.imports[t]=i,s.onload=()=>{e(this.imports[t]),this.imports[t]=!0,setTimeout(()=>{const e=new CustomEvent(`es-bridge-${t}-loaded`,{bubbles:!0,cancelable:!0,detail:{name:t,location:i}});document.dispatchEvent(e)},100)},s.onerror=()=>{o(new Error(`Failed to load ${t} script with location ${i}.`)),delete this.imports[t],this.imports[t]=!1},document.documentElement.appendChild(s)})}}}window.ESGlobalBridge=window.ESGlobalBridge||{},window.ESGlobalBridge.requestAvailability=()=>(window.ESGlobalBridge.instance||(window.ESGlobalBridge.instance=new t),window.ESGlobalBridge.instance)
|
|
5
|
+
class t{constructor(){this.imports={},this.webpack=!1,this.import=(t,i,e=!1)=>this.load(t,i,e),this.load=(t,i,e=!1)=>{let o=this.imports[t],s=!e&&this.webpack&&this.webpack[t];return new Promise(s||o?(i,e)=>{i(this.imports[t])}:(e,o)=>{const s=document.createElement("script");s.src=i,s.setAttribute("data-name",t),this.imports[t]=i,s.onload=()=>{e(this.imports[t]),this.imports[t]=!0,setTimeout(()=>{const e=new CustomEvent(`es-bridge-${t}-loaded`,{bubbles:!0,cancelable:!0,detail:{name:t,location:i}});document.dispatchEvent(e)},100)},s.onerror=()=>{o(new Error(`Failed to load ${t} script with location ${i}.`)),delete this.imports[t],this.imports[t]=!1},document.documentElement.appendChild(s)})}}}window.ESGlobalBridge=window.ESGlobalBridge||{},window.ESGlobalBridge.requestAvailability=()=>(window.ESGlobalBridge.instance||(window.ESGlobalBridge.instance=new t),window.ESGlobalBridge.instance),window.ESGlobalBridge.requestAvailability();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{P as e,h as t,d as i}from"./paper-checkbox-
|
|
1
|
+
import{P as e,h as t,d as i}from"./paper-checkbox-4f410b1f.js";import"./paper-listbox-5f42cff5.js";
|
|
2
2
|
/**
|
|
3
3
|
@license
|
|
4
4
|
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|