@everymatrix/helper-modal 1.13.4 → 1.15.0
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/helper-modal.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/helper-modal/helper-modal.js +3 -3
- package/dist/components/helper-modal.js +3 -3
- package/dist/esm/helper-modal.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/helper-modal/helper-modal.esm.js +1 -1
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/helper-modal/.stencil/packages/helper-modal/stencil.config.d.ts +2 -0
- package/package.json +2 -2
- package/dist/types/Users/adrian.pripon/Documents/Work/stencil/widgets-stencil/packages/helper-modal/.stencil/packages/helper-modal/stencil.config.d.ts +0 -2
|
@@ -15,5 +15,5 @@ const patchBrowser = () => {
|
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(options => {
|
|
18
|
-
return index.bootstrapLazy([["helper-modal.cjs",[[1,"helper-modal",{"titleModal":[
|
|
18
|
+
return index.bootstrapLazy([["helper-modal.cjs",[[1,"helper-modal",{"titleModal":[513,"title-modal"],"visible":[1540],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}]]]], options);
|
|
19
19
|
});
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -14,7 +14,7 @@ const patchEsm = () => {
|
|
|
14
14
|
const defineCustomElements = (win, options) => {
|
|
15
15
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
16
|
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["helper-modal.cjs",[[1,"helper-modal",{"titleModal":[
|
|
17
|
+
return index.bootstrapLazy([["helper-modal.cjs",[[1,"helper-modal",{"titleModal":[513,"title-modal"],"visible":[1540],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}]]]], options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -77,7 +77,7 @@ export class HelperModal {
|
|
|
77
77
|
"text": "Modal title"
|
|
78
78
|
},
|
|
79
79
|
"attribute": "title-modal",
|
|
80
|
-
"reflect":
|
|
80
|
+
"reflect": true
|
|
81
81
|
},
|
|
82
82
|
"visible": {
|
|
83
83
|
"type": "boolean",
|
|
@@ -112,7 +112,7 @@ export class HelperModal {
|
|
|
112
112
|
"text": "Client custom styling via string"
|
|
113
113
|
},
|
|
114
114
|
"attribute": "client-styling",
|
|
115
|
-
"reflect":
|
|
115
|
+
"reflect": true,
|
|
116
116
|
"defaultValue": "''"
|
|
117
117
|
},
|
|
118
118
|
"clientStylingUrlContent": {
|
|
@@ -130,7 +130,7 @@ export class HelperModal {
|
|
|
130
130
|
"text": "Client custom styling via url content"
|
|
131
131
|
},
|
|
132
132
|
"attribute": "client-styling-url-content",
|
|
133
|
-
"reflect":
|
|
133
|
+
"reflect": true,
|
|
134
134
|
"defaultValue": "''"
|
|
135
135
|
}
|
|
136
136
|
}; }
|
|
@@ -70,10 +70,10 @@ const HelperModal$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
|
70
70
|
}
|
|
71
71
|
static get style() { return helperModalCss; }
|
|
72
72
|
}, [1, "helper-modal", {
|
|
73
|
-
"titleModal": [
|
|
73
|
+
"titleModal": [513, "title-modal"],
|
|
74
74
|
"visible": [1540],
|
|
75
|
-
"clientStyling": [
|
|
76
|
-
"clientStylingUrlContent": [
|
|
75
|
+
"clientStyling": [513, "client-styling"],
|
|
76
|
+
"clientStylingUrlContent": [513, "client-styling-url-content"],
|
|
77
77
|
"limitStylingAppends": [32]
|
|
78
78
|
}]);
|
|
79
79
|
function defineCustomElement$1() {
|
package/dist/esm/helper-modal.js
CHANGED
|
@@ -13,5 +13,5 @@ const patchBrowser = () => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
patchBrowser().then(options => {
|
|
16
|
-
return bootstrapLazy([["helper-modal",[[1,"helper-modal",{"titleModal":[
|
|
16
|
+
return bootstrapLazy([["helper-modal",[[1,"helper-modal",{"titleModal":[513,"title-modal"],"visible":[1540],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}]]]], options);
|
|
17
17
|
});
|
package/dist/esm/loader.js
CHANGED
|
@@ -10,7 +10,7 @@ const patchEsm = () => {
|
|
|
10
10
|
const defineCustomElements = (win, options) => {
|
|
11
11
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
12
12
|
return patchEsm().then(() => {
|
|
13
|
-
return bootstrapLazy([["helper-modal",[[1,"helper-modal",{"titleModal":[
|
|
13
|
+
return bootstrapLazy([["helper-modal",[[1,"helper-modal",{"titleModal":[513,"title-modal"],"visible":[1540],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}]]]], options);
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as t,b as l}from"./p-1c2c3fd8.js";(()=>{const l=import.meta.url,i={};return""!==l&&(i.resourcesUrl=new URL(".",l).href),t(i)})().then((t=>l([["p-66f1c138",[[1,"helper-modal",{titleModal:[
|
|
1
|
+
import{p as t,b as l}from"./p-1c2c3fd8.js";(()=>{const l=import.meta.url,i={};return""!==l&&(i.resourcesUrl=new URL(".",l).href),t(i)})().then((t=>l([["p-66f1c138",[[1,"helper-modal",{titleModal:[513,"title-modal"],visible:[1540],clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],limitStylingAppends:[32]}]]]],t)));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/helper-modal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"es2015": "./dist/esm/index.mjs",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"types": "./dist/types/index.d.ts",
|
|
9
9
|
"collection": "./dist/collection/collection-manifest.json",
|
|
10
10
|
"collection:main": "./dist/collection/index.js",
|
|
11
|
-
"unpkg": "./dist/helper-modal/helper-modal.js",
|
|
11
|
+
"unpkg": "./dist/helper-modal/helper-modal.esm.js",
|
|
12
12
|
"files": [
|
|
13
13
|
"dist/",
|
|
14
14
|
"loader/"
|