@everymatrix/user-transaction-history 1.77.11 → 1.77.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.
|
@@ -11576,6 +11576,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
11576
11576
|
overflow: hidden;
|
|
11577
11577
|
min-width: var(--lumo-size-m);
|
|
11578
11578
|
-webkit-user-select: none;
|
|
11579
|
+
-moz-user-select: none;
|
|
11579
11580
|
user-select: none;
|
|
11580
11581
|
--_focus-ring-color: var(--vaadin-focus-ring-color, var(--lumo-primary-color-50pct));
|
|
11581
11582
|
--_focus-ring-width: var(--vaadin-focus-ring-width, 2px);
|
|
@@ -11785,11 +11786,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
11785
11786
|
}
|
|
11786
11787
|
`,{moduleId:"lumo-tab"});/**
|
|
11787
11788
|
* @license
|
|
11788
|
-
* Copyright (c) 2017 -
|
|
11789
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
11789
11790
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
11790
11791
|
*/const hh=s=>class extends $r(s){ready(){super.ready(),this.setAttribute("role","tab");}_onKeyUp(e){const i=this.hasAttribute("active");if(super._onKeyUp(e),i){const o=this.querySelector("a");o&&o.click();}}};/**
|
|
11791
11792
|
* @license
|
|
11792
|
-
* Copyright (c) 2017 -
|
|
11793
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
11793
11794
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
11794
11795
|
*/const uh=p`
|
|
11795
11796
|
:host {
|
|
@@ -11812,7 +11813,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
11812
11813
|
}
|
|
11813
11814
|
`;/**
|
|
11814
11815
|
* @license
|
|
11815
|
-
* Copyright (c) 2017 -
|
|
11816
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
11816
11817
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
11817
11818
|
*/m("vaadin-tab",uh,{moduleId:"vaadin-tab-styles"});class ph extends N(x(hh(F(b)))){static get template(){return g`
|
|
11818
11819
|
<slot></slot>
|
|
@@ -12057,11 +12058,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
12057
12058
|
}
|
|
12058
12059
|
`,{moduleId:"lumo-tabs"});/**
|
|
12059
12060
|
* @license
|
|
12060
|
-
* Copyright (c) 2017 -
|
|
12061
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
12061
12062
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12062
12063
|
*/const mh=s=>class extends Vr(Ur(s)){static get properties(){return {orientation:{value:"horizontal",type:String,reflectToAttribute:!0,sync:!0},selected:{value:0,type:Number}}}static get observers(){return ["__tabsItemsChanged(items)"]}constructor(){super(),this.__itemsResizeObserver=new ResizeObserver(()=>{setTimeout(()=>this._updateOverflow());});}get _scrollOffset(){return this._vertical?this._scrollerElement.offsetHeight:this._scrollerElement.offsetWidth}get _scrollerElement(){return this.$.scroll}get __direction(){return !this._vertical&&this.__isRTL?1:-1}ready(){super.ready(),this._scrollerElement.addEventListener("scroll",()=>this._updateOverflow()),this.setAttribute("role","tablist"),Ji(this,()=>{this._updateOverflow();});}_onResize(){this._updateOverflow();}__tabsItemsChanged(e){this.__itemsResizeObserver.disconnect(),(e||[]).forEach(i=>{this.__itemsResizeObserver.observe(i);}),this._updateOverflow();}_scrollForward(){const e=this._getNavigationButtonVisibleWidth("forward-button"),i=this._getNavigationButtonVisibleWidth("back-button"),o=this._scrollerElement.getBoundingClientRect(),n=[...this.items].reverse().find(c=>this._isItemVisible(c,e,i,o)).getBoundingClientRect(),l=20+this.shadowRoot.querySelector('[part="back-button"]').clientWidth;let d;if(this.__isRTL){const c=o.right-l;d=n.right-c;}else {const c=o.left+l;d=n.left-c;}-this.__direction*d<1&&(d=-this.__direction*(this._scrollOffset-l)),this._scroll(d);}_scrollBack(){const e=this._getNavigationButtonVisibleWidth("forward-button"),i=this._getNavigationButtonVisibleWidth("back-button"),o=this._scrollerElement.getBoundingClientRect(),n=this.items.find(c=>this._isItemVisible(c,e,i,o)).getBoundingClientRect(),l=20+this.shadowRoot.querySelector('[part="forward-button"]').clientWidth;let d;if(this.__isRTL){const c=o.left+l;d=n.left-c;}else {const c=o.right-l;d=n.right-c;}this.__direction*d<1&&(d=this.__direction*(this._scrollOffset-l)),this._scroll(d);}_isItemVisible(e,i,o,r){if(this._vertical)throw new Error("Visibility check is only supported for horizontal tabs.");const n=this.__isRTL?o:i,a=this.__isRTL?i:o,l=r.right-n,d=r.left+a,c=e.getBoundingClientRect();return l>Math.floor(c.left)&&d<Math.ceil(c.right)}_getNavigationButtonVisibleWidth(e){const i=this.shadowRoot.querySelector(`[part="${e}"]`);return window.getComputedStyle(i).opacity==="0"?0:i.clientWidth}_updateOverflow(){const e=this._vertical?this._scrollerElement.scrollTop:Hr(this._scrollerElement,this.getAttribute("dir")),i=this._vertical?this._scrollerElement.scrollHeight:this._scrollerElement.scrollWidth;let o=Math.floor(e)>1?"start":"";Math.ceil(e)<Math.ceil(i-this._scrollOffset)&&(o+=" end"),this.__direction===1&&(o=o.replace(/start|end/giu,r=>r==="start"?"end":"start")),o?this.setAttribute("overflow",o.trim()):this.removeAttribute("overflow");}};/**
|
|
12063
12064
|
* @license
|
|
12064
|
-
* Copyright (c) 2017 -
|
|
12065
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
12065
12066
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12066
12067
|
*/const fh=p`
|
|
12067
12068
|
:host {
|
|
@@ -12141,7 +12142,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
12141
12142
|
}
|
|
12142
12143
|
`;/**
|
|
12143
12144
|
* @license
|
|
12144
|
-
* Copyright (c) 2017 -
|
|
12145
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
12145
12146
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12146
12147
|
*/m("vaadin-tabs",fh,{moduleId:"vaadin-tabs-styles"});class _h extends mh(N(x(b))){static get template(){return g`
|
|
12147
12148
|
<div on-click="_scrollBack" part="back-button" aria-hidden="true"></div>
|
|
@@ -11572,6 +11572,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
11572
11572
|
overflow: hidden;
|
|
11573
11573
|
min-width: var(--lumo-size-m);
|
|
11574
11574
|
-webkit-user-select: none;
|
|
11575
|
+
-moz-user-select: none;
|
|
11575
11576
|
user-select: none;
|
|
11576
11577
|
--_focus-ring-color: var(--vaadin-focus-ring-color, var(--lumo-primary-color-50pct));
|
|
11577
11578
|
--_focus-ring-width: var(--vaadin-focus-ring-width, 2px);
|
|
@@ -11781,11 +11782,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
11781
11782
|
}
|
|
11782
11783
|
`,{moduleId:"lumo-tab"});/**
|
|
11783
11784
|
* @license
|
|
11784
|
-
* Copyright (c) 2017 -
|
|
11785
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
11785
11786
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
11786
11787
|
*/const hh=s=>class extends $r(s){ready(){super.ready(),this.setAttribute("role","tab");}_onKeyUp(e){const i=this.hasAttribute("active");if(super._onKeyUp(e),i){const o=this.querySelector("a");o&&o.click();}}};/**
|
|
11787
11788
|
* @license
|
|
11788
|
-
* Copyright (c) 2017 -
|
|
11789
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
11789
11790
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
11790
11791
|
*/const uh=p`
|
|
11791
11792
|
:host {
|
|
@@ -11808,7 +11809,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
11808
11809
|
}
|
|
11809
11810
|
`;/**
|
|
11810
11811
|
* @license
|
|
11811
|
-
* Copyright (c) 2017 -
|
|
11812
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
11812
11813
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
11813
11814
|
*/m("vaadin-tab",uh,{moduleId:"vaadin-tab-styles"});class ph extends N(x(hh(F(b)))){static get template(){return g`
|
|
11814
11815
|
<slot></slot>
|
|
@@ -12053,11 +12054,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
12053
12054
|
}
|
|
12054
12055
|
`,{moduleId:"lumo-tabs"});/**
|
|
12055
12056
|
* @license
|
|
12056
|
-
* Copyright (c) 2017 -
|
|
12057
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
12057
12058
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12058
12059
|
*/const mh=s=>class extends Vr(Ur(s)){static get properties(){return {orientation:{value:"horizontal",type:String,reflectToAttribute:!0,sync:!0},selected:{value:0,type:Number}}}static get observers(){return ["__tabsItemsChanged(items)"]}constructor(){super(),this.__itemsResizeObserver=new ResizeObserver(()=>{setTimeout(()=>this._updateOverflow());});}get _scrollOffset(){return this._vertical?this._scrollerElement.offsetHeight:this._scrollerElement.offsetWidth}get _scrollerElement(){return this.$.scroll}get __direction(){return !this._vertical&&this.__isRTL?1:-1}ready(){super.ready(),this._scrollerElement.addEventListener("scroll",()=>this._updateOverflow()),this.setAttribute("role","tablist"),Ji(this,()=>{this._updateOverflow();});}_onResize(){this._updateOverflow();}__tabsItemsChanged(e){this.__itemsResizeObserver.disconnect(),(e||[]).forEach(i=>{this.__itemsResizeObserver.observe(i);}),this._updateOverflow();}_scrollForward(){const e=this._getNavigationButtonVisibleWidth("forward-button"),i=this._getNavigationButtonVisibleWidth("back-button"),o=this._scrollerElement.getBoundingClientRect(),n=[...this.items].reverse().find(c=>this._isItemVisible(c,e,i,o)).getBoundingClientRect(),l=20+this.shadowRoot.querySelector('[part="back-button"]').clientWidth;let d;if(this.__isRTL){const c=o.right-l;d=n.right-c;}else {const c=o.left+l;d=n.left-c;}-this.__direction*d<1&&(d=-this.__direction*(this._scrollOffset-l)),this._scroll(d);}_scrollBack(){const e=this._getNavigationButtonVisibleWidth("forward-button"),i=this._getNavigationButtonVisibleWidth("back-button"),o=this._scrollerElement.getBoundingClientRect(),n=this.items.find(c=>this._isItemVisible(c,e,i,o)).getBoundingClientRect(),l=20+this.shadowRoot.querySelector('[part="forward-button"]').clientWidth;let d;if(this.__isRTL){const c=o.left+l;d=n.left-c;}else {const c=o.right-l;d=n.right-c;}this.__direction*d<1&&(d=this.__direction*(this._scrollOffset-l)),this._scroll(d);}_isItemVisible(e,i,o,r){if(this._vertical)throw new Error("Visibility check is only supported for horizontal tabs.");const n=this.__isRTL?o:i,a=this.__isRTL?i:o,l=r.right-n,d=r.left+a,c=e.getBoundingClientRect();return l>Math.floor(c.left)&&d<Math.ceil(c.right)}_getNavigationButtonVisibleWidth(e){const i=this.shadowRoot.querySelector(`[part="${e}"]`);return window.getComputedStyle(i).opacity==="0"?0:i.clientWidth}_updateOverflow(){const e=this._vertical?this._scrollerElement.scrollTop:Hr(this._scrollerElement,this.getAttribute("dir")),i=this._vertical?this._scrollerElement.scrollHeight:this._scrollerElement.scrollWidth;let o=Math.floor(e)>1?"start":"";Math.ceil(e)<Math.ceil(i-this._scrollOffset)&&(o+=" end"),this.__direction===1&&(o=o.replace(/start|end/giu,r=>r==="start"?"end":"start")),o?this.setAttribute("overflow",o.trim()):this.removeAttribute("overflow");}};/**
|
|
12059
12060
|
* @license
|
|
12060
|
-
* Copyright (c) 2017 -
|
|
12061
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
12061
12062
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12062
12063
|
*/const fh=p`
|
|
12063
12064
|
:host {
|
|
@@ -12137,7 +12138,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
12137
12138
|
}
|
|
12138
12139
|
`;/**
|
|
12139
12140
|
* @license
|
|
12140
|
-
* Copyright (c) 2017 -
|
|
12141
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
12141
12142
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12142
12143
|
*/m("vaadin-tabs",fh,{moduleId:"vaadin-tabs-styles"});class _h extends mh(N(x(b))){static get template(){return g`
|
|
12143
12144
|
<div on-click="_scrollBack" part="back-button" aria-hidden="true"></div>
|
|
@@ -6068,6 +6068,7 @@ const id=t=>class extends t{static get properties(){return{accessibleDescription
|
|
|
6068
6068
|
overflow: hidden;
|
|
6069
6069
|
min-width: var(--lumo-size-m);
|
|
6070
6070
|
-webkit-user-select: none;
|
|
6071
|
+
-moz-user-select: none;
|
|
6071
6072
|
user-select: none;
|
|
6072
6073
|
--_focus-ring-color: var(--vaadin-focus-ring-color, var(--lumo-primary-color-50pct));
|
|
6073
6074
|
--_focus-ring-width: var(--vaadin-focus-ring-width, 2px);
|
|
@@ -6278,18 +6279,18 @@ const id=t=>class extends t{static get properties(){return{accessibleDescription
|
|
|
6278
6279
|
`,{moduleId:"lumo-tab"});
|
|
6279
6280
|
/**
|
|
6280
6281
|
* @license
|
|
6281
|
-
* Copyright (c) 2017 -
|
|
6282
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
6282
6283
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
6283
6284
|
*/
|
|
6284
6285
|
const rd=t=>class extends(jc(t)){ready(){super.ready(),this.setAttribute("role","tab")}_onKeyUp(t){const e=this.hasAttribute("active");if(super._onKeyUp(t),e){const t=this.querySelector("a");t&&t.click()}}}
|
|
6285
6286
|
/**
|
|
6286
6287
|
* @license
|
|
6287
|
-
* Copyright (c) 2017 -
|
|
6288
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
6288
6289
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
6289
6290
|
*/;
|
|
6290
6291
|
/**
|
|
6291
6292
|
* @license
|
|
6292
|
-
* Copyright (c) 2017 -
|
|
6293
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
6293
6294
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
6294
6295
|
*/
|
|
6295
6296
|
Do("vaadin-tab",vi`
|
|
@@ -6555,18 +6556,18 @@ Do("vaadin-tab",vi`
|
|
|
6555
6556
|
`,{moduleId:"lumo-tabs"});
|
|
6556
6557
|
/**
|
|
6557
6558
|
* @license
|
|
6558
|
-
* Copyright (c) 2017 -
|
|
6559
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
6559
6560
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
6560
6561
|
*/
|
|
6561
6562
|
const nd=t=>class extends(Mc($c(t))){static get properties(){return{orientation:{value:"horizontal",type:String,reflectToAttribute:!0,sync:!0},selected:{value:0,type:Number}}}static get observers(){return["__tabsItemsChanged(items)"]}constructor(){super(),this.__itemsResizeObserver=new ResizeObserver((()=>{setTimeout((()=>this._updateOverflow()))}))}get _scrollOffset(){return this._vertical?this._scrollerElement.offsetHeight:this._scrollerElement.offsetWidth}get _scrollerElement(){return this.$.scroll}get __direction(){return!this._vertical&&this.__isRTL?1:-1}ready(){super.ready(),this._scrollerElement.addEventListener("scroll",(()=>this._updateOverflow())),this.setAttribute("role","tablist"),cl(this,(()=>{this._updateOverflow()}))}_onResize(){this._updateOverflow()}__tabsItemsChanged(t){this.__itemsResizeObserver.disconnect(),(t||[]).forEach((t=>{this.__itemsResizeObserver.observe(t)})),this._updateOverflow()}_scrollForward(){const t=this._getNavigationButtonVisibleWidth("forward-button"),e=this._getNavigationButtonVisibleWidth("back-button"),i=this._scrollerElement.getBoundingClientRect(),o=[...this.items].reverse().find((o=>this._isItemVisible(o,t,e,i))).getBoundingClientRect(),r=20+this.shadowRoot.querySelector('[part="back-button"]').clientWidth;let s;s=this.__isRTL?o.right-(i.right-r):o.left-(i.left+r),-this.__direction*s<1&&(s=-this.__direction*(this._scrollOffset-r)),this._scroll(s)}_scrollBack(){const t=this._getNavigationButtonVisibleWidth("forward-button"),e=this._getNavigationButtonVisibleWidth("back-button"),i=this._scrollerElement.getBoundingClientRect(),o=this.items.find((o=>this._isItemVisible(o,t,e,i))).getBoundingClientRect(),r=20+this.shadowRoot.querySelector('[part="forward-button"]').clientWidth;let s;s=this.__isRTL?o.left-(i.left+r):o.right-(i.right-r),this.__direction*s<1&&(s=this.__direction*(this._scrollOffset-r)),this._scroll(s)}_isItemVisible(t,e,i,o){if(this._vertical)throw new Error("Visibility check is only supported for horizontal tabs.");const r=o.right-(this.__isRTL?i:e),s=o.left+(this.__isRTL?e:i),n=t.getBoundingClientRect();return r>Math.floor(n.left)&&s<Math.ceil(n.right)}_getNavigationButtonVisibleWidth(t){const e=this.shadowRoot.querySelector(`[part="${t}"]`);return"0"===window.getComputedStyle(e).opacity?0:e.clientWidth}_updateOverflow(){const t=this._vertical?this._scrollerElement.scrollTop:Lc(this._scrollerElement,this.getAttribute("dir")),e=this._vertical?this._scrollerElement.scrollHeight:this._scrollerElement.scrollWidth;let i=Math.floor(t)>1?"start":"";Math.ceil(t)<Math.ceil(e-this._scrollOffset)&&(i+=" end"),1===this.__direction&&(i=i.replace(/start|end/giu,(t=>"start"===t?"end":"start"))),i?this.setAttribute("overflow",i.trim()):this.removeAttribute("overflow")}}
|
|
6562
6563
|
/**
|
|
6563
6564
|
* @license
|
|
6564
|
-
* Copyright (c) 2017 -
|
|
6565
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
6565
6566
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
6566
6567
|
*/;
|
|
6567
6568
|
/**
|
|
6568
6569
|
* @license
|
|
6569
|
-
* Copyright (c) 2017 -
|
|
6570
|
+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
6570
6571
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
6571
6572
|
*/
|
|
6572
6573
|
Do("vaadin-tabs",vi`
|