@everymatrix/helper-pagination 1.44.0 → 1.45.2
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/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/helper-pagination.cjs.entry.js +195 -224
- package/dist/cjs/helper-pagination.cjs.js +16 -10
- package/dist/cjs/index-015efb63.js +1169 -0
- package/dist/cjs/loader.cjs.js +6 -12
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/components/helper-pagination/helper-pagination.css +0 -3
- package/dist/collection/components/helper-pagination/helper-pagination.js +386 -429
- package/dist/collection/components/helper-pagination/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +38 -38
- package/dist/collection/utils/utils.js +5 -5
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/helper-pagination.entry.js +195 -224
- package/dist/esm/helper-pagination.js +13 -10
- package/dist/esm/index-3d52300b.js +1142 -0
- package/dist/esm/loader.js +6 -12
- package/dist/helper-pagination/helper-pagination.esm.js +1 -1
- package/dist/helper-pagination/p-7b10b966.js +2 -0
- package/dist/helper-pagination/p-d1a681d7.entry.js +1 -0
- package/dist/helper-pagination/p-e1255160.js +1 -0
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +14 -19
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/helper-pagination/.stencil/packages/stencil/helper-pagination/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/helper-pagination/.stencil/packages/stencil/helper-pagination/stencil.config.dev.d.ts +2 -0
- package/dist/types/components/helper-pagination/helper-pagination.d.ts +93 -93
- package/dist/types/components/helper-pagination/index.d.ts +1 -0
- package/dist/types/components.d.ts +16 -1
- package/dist/types/stencil-public-runtime.d.ts +142 -33
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +13 -1
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/loader/package.json +1 -0
- package/package.json +8 -1
- package/dist/cjs/index-7c071a78.js +0 -1185
- package/dist/components/helper-pagination.d.ts +0 -11
- package/dist/components/helper-pagination.js +0 -290
- package/dist/components/index.d.ts +0 -26
- package/dist/components/index.js +0 -1
- package/dist/esm/index-b281577e.js +0 -1159
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/helper-pagination/p-5fa7b152.entry.js +0 -1
- package/dist/helper-pagination/p-eab215a1.js +0 -1
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/helper-pagination/.stencil/packages/helper-pagination/stencil.config.d.ts +0 -2
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,20 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-015efb63.js');
|
|
6
|
+
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const patchEsm = () => {
|
|
11
|
-
return index.promiseResolve();
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
const defineCustomElements = (win, options) => {
|
|
15
|
-
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
|
-
return patchEsm().then(() => {
|
|
8
|
+
const defineCustomElements = async (win, options) => {
|
|
9
|
+
if (typeof window === 'undefined') return undefined;
|
|
10
|
+
await appGlobals.globalScripts();
|
|
17
11
|
return index.bootstrapLazy([["helper-pagination.cjs",[[1,"helper-pagination",{"nextPage":[1537,"next-page"],"prevPage":[1537,"prev-page"],"offset":[1538],"limit":[1538],"total":[1538],"language":[1537],"clientStyling":[1537,"client-styling"],"clientStylingUrlContent":[1537,"client-styling-url-content"],"arrowsActive":[1540,"arrows-active"],"secondaryArrowsActive":[1540,"secondary-arrows-active"],"numberedNavActive":[1540,"numbered-nav-active"],"offsetInt":[32],"lastPage":[32],"previousPage":[32],"limitInt":[32],"totalInt":[32],"pagesArray":[32],"endInt":[32],"limitStylingAppends":[32]}]]]], options);
|
|
18
|
-
});
|
|
19
12
|
};
|
|
20
13
|
|
|
14
|
+
exports.setNonce = index.setNonce;
|
|
21
15
|
exports.defineCustomElements = defineCustomElements;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"entries": [
|
|
3
|
-
"
|
|
3
|
+
"components/helper-pagination/helper-pagination.js"
|
|
4
4
|
],
|
|
5
5
|
"compiler": {
|
|
6
6
|
"name": "@stencil/core",
|
|
7
|
-
"version": "
|
|
8
|
-
"typescriptVersion": "
|
|
7
|
+
"version": "4.20.0",
|
|
8
|
+
"typescriptVersion": "5.5.3"
|
|
9
9
|
},
|
|
10
10
|
"collections": [],
|
|
11
11
|
"bundles": []
|
|
@@ -106,7 +106,6 @@ button:disabled {
|
|
|
106
106
|
width: 70px;
|
|
107
107
|
font-size: 14px;
|
|
108
108
|
}
|
|
109
|
-
|
|
110
109
|
.paginationArea {
|
|
111
110
|
padding: 5px;
|
|
112
111
|
}
|
|
@@ -116,7 +115,6 @@ button:disabled {
|
|
|
116
115
|
width: 58px;
|
|
117
116
|
font-size: 12px;
|
|
118
117
|
}
|
|
119
|
-
|
|
120
118
|
.paginationArea {
|
|
121
119
|
padding: 5px;
|
|
122
120
|
gap: 5px;
|
|
@@ -130,7 +128,6 @@ button:disabled {
|
|
|
130
128
|
color: inherit;
|
|
131
129
|
opacity: 1;
|
|
132
130
|
}
|
|
133
|
-
|
|
134
131
|
.paginationItem.activeItem button:hover {
|
|
135
132
|
background: #009993;
|
|
136
133
|
border-color: #009993;
|