@justifi/webcomponents 4.7.2 → 4.7.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/dist/cjs/justifi-payment-method-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
- package/dist/collection/components/pagination-menu/pagination-menu.js +1 -1
- package/dist/components/pagination-menu2.js +1 -1
- package/dist/components/payment-method-form.js +1 -1
- package/dist/esm/justifi-payment-method-form.entry.js +1 -1
- package/dist/esm/justifi-table_2.entry.js +1 -1
- package/dist/webcomponents/{p-2140e9ba.entry.js → p-b86f7c95.entry.js} +1 -1
- package/dist/webcomponents/{p-3ed43465.entry.js → p-f0051cff.entry.js} +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +2 -2
|
@@ -1494,7 +1494,7 @@ const MessageEventType = {
|
|
|
1494
1494
|
};
|
|
1495
1495
|
|
|
1496
1496
|
const name = "@justifi/webcomponents";
|
|
1497
|
-
const version = "4.7.
|
|
1497
|
+
const version = "4.7.3";
|
|
1498
1498
|
const description = "JustiFi Web Components";
|
|
1499
1499
|
const main = "dist/index.cjs.js";
|
|
1500
1500
|
const module$1 = "dist/components/index.js";
|
|
@@ -69,7 +69,7 @@ const PaginationMenu = class {
|
|
|
69
69
|
}, part: `previous-button${this.paging.has_previous ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_previous ? '' : ' disabled'}` }, index.h("a", { href: "#", class: "page-link" }, index.h("span", { class: "me-1", part: "arrow arrow-left" }, "\u00AB"), index.h("span", { part: "previous-button-text" }, "Previous"))), index.h("li", { onClick: (e) => {
|
|
70
70
|
e.preventDefault();
|
|
71
71
|
this.paging.handleClickNext(this.paging.end_cursor);
|
|
72
|
-
}, part:
|
|
72
|
+
}, part: `next-button${this.paging.has_next ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_next ? '' : ' disabled'}` }, index.h("a", { href: "#", class: "page-link" }, index.h("span", { part: "next-button-text" }, "Next"), index.h("span", { class: "ms-1", part: "arrow arrow-right" }, "\u00BB")))))));
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
75
|
PaginationMenu.style = tableCss;
|
|
@@ -12,7 +12,7 @@ export class PaginationMenu {
|
|
|
12
12
|
}, part: `previous-button${this.paging.has_previous ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_previous ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { class: "me-1", part: "arrow arrow-left" }, "\u00AB"), h("span", { part: "previous-button-text" }, "Previous"))), h("li", { onClick: (e) => {
|
|
13
13
|
e.preventDefault();
|
|
14
14
|
this.paging.handleClickNext(this.paging.end_cursor);
|
|
15
|
-
}, part:
|
|
15
|
+
}, part: `next-button${this.paging.has_next ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_next ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { part: "next-button-text" }, "Next"), h("span", { class: "ms-1", part: "arrow arrow-right" }, "\u00BB")))))));
|
|
16
16
|
}
|
|
17
17
|
static get is() { return "pagination-menu"; }
|
|
18
18
|
static get encapsulation() { return "shadow"; }
|
|
@@ -18,7 +18,7 @@ const PaginationMenu = /*@__PURE__*/ proxyCustomElement(class PaginationMenu ext
|
|
|
18
18
|
}, part: `previous-button${this.paging.has_previous ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_previous ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { class: "me-1", part: "arrow arrow-left" }, "\u00AB"), h("span", { part: "previous-button-text" }, "Previous"))), h("li", { onClick: (e) => {
|
|
19
19
|
e.preventDefault();
|
|
20
20
|
this.paging.handleClickNext(this.paging.end_cursor);
|
|
21
|
-
}, part:
|
|
21
|
+
}, part: `next-button${this.paging.has_next ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_next ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { part: "next-button-text" }, "Next"), h("span", { class: "ms-1", part: "arrow arrow-right" }, "\u00BB")))))));
|
|
22
22
|
}
|
|
23
23
|
static get style() { return tableCss; }
|
|
24
24
|
}, [1, "pagination-menu", {
|
|
@@ -1490,7 +1490,7 @@ const MessageEventType = {
|
|
|
1490
1490
|
};
|
|
1491
1491
|
|
|
1492
1492
|
const name = "@justifi/webcomponents";
|
|
1493
|
-
const version = "4.7.
|
|
1493
|
+
const version = "4.7.3";
|
|
1494
1494
|
const description = "JustiFi Web Components";
|
|
1495
1495
|
const main = "dist/index.cjs.js";
|
|
1496
1496
|
const module = "dist/components/index.js";
|
|
@@ -1490,7 +1490,7 @@ const MessageEventType = {
|
|
|
1490
1490
|
};
|
|
1491
1491
|
|
|
1492
1492
|
const name = "@justifi/webcomponents";
|
|
1493
|
-
const version = "4.7.
|
|
1493
|
+
const version = "4.7.3";
|
|
1494
1494
|
const description = "JustiFi Web Components";
|
|
1495
1495
|
const main = "dist/index.cjs.js";
|
|
1496
1496
|
const module = "dist/components/index.js";
|
|
@@ -65,7 +65,7 @@ const PaginationMenu = class {
|
|
|
65
65
|
}, part: `previous-button${this.paging.has_previous ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_previous ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { class: "me-1", part: "arrow arrow-left" }, "\u00AB"), h("span", { part: "previous-button-text" }, "Previous"))), h("li", { onClick: (e) => {
|
|
66
66
|
e.preventDefault();
|
|
67
67
|
this.paging.handleClickNext(this.paging.end_cursor);
|
|
68
|
-
}, part:
|
|
68
|
+
}, part: `next-button${this.paging.has_next ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_next ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { part: "next-button-text" }, "Next"), h("span", { class: "ms-1", part: "arrow arrow-right" }, "\u00BB")))))));
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
PaginationMenu.style = tableCss;
|