sf-i-events 1.0.618 → 1.0.619
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/package.json +1 -1
- package/sf-i-events.js +1 -1
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -14171,7 +14171,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
14171
14171
|
if (page != 0) {
|
|
14172
14172
|
html += '<button id="button-prev" part="icon-button-small" class="material-symbols-outlined mr-10">keyboard_arrow_left</button>';
|
|
14173
14173
|
}
|
|
14174
|
-
html += 'Page ' + (page + 1);
|
|
14174
|
+
html += '<p part="page-next">Page ' + (page + 1) + '</p>';
|
|
14175
14175
|
html += '<button id="button-next" part="icon-button-small" class="material-symbols-outlined ml-10">keyboard_arrow_right</button>';
|
|
14176
14176
|
html += '</div>';
|
|
14177
14177
|
html += '</div>';
|