ninegrid2 6.1206.0 → 6.1208.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/bundle.cjs.js +2 -2
- package/dist/bundle.esm.js +2 -2
- package/dist/etc/nxDialog.js +2 -2
- package/package.json +1 -1
- package/src/etc/nxDialog.js +2 -2
package/dist/bundle.cjs.js
CHANGED
|
@@ -119434,14 +119434,14 @@ class nxDialog extends HTMLElement
|
|
|
119434
119434
|
|
|
119435
119435
|
const v = this.innerHTML;
|
|
119436
119436
|
const cssFile = this.getAttribute("css-file");
|
|
119437
|
-
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/
|
|
119437
|
+
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/${cssFile}";`: "";
|
|
119438
119438
|
const customFile2 = cssFile ? ninegrid.getCustomPath(this, cssFile) : "";
|
|
119439
119439
|
|
|
119440
119440
|
//console.log(ninegrid.getCustomPath(this,"nxDialog.css"));
|
|
119441
119441
|
|
|
119442
119442
|
this.innerHTML = `
|
|
119443
119443
|
<style>
|
|
119444
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
119444
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/nxDialog.css";
|
|
119445
119445
|
${ninegrid.getCustomPath(this,"nxDialog.css") || ""}
|
|
119446
119446
|
${customFile1 || ""}
|
|
119447
119447
|
${customFile2 || ""}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -119430,14 +119430,14 @@ class nxDialog extends HTMLElement
|
|
|
119430
119430
|
|
|
119431
119431
|
const v = this.innerHTML;
|
|
119432
119432
|
const cssFile = this.getAttribute("css-file");
|
|
119433
|
-
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/
|
|
119433
|
+
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/${cssFile}";`: "";
|
|
119434
119434
|
const customFile2 = cssFile ? ninegrid.getCustomPath(this, cssFile) : "";
|
|
119435
119435
|
|
|
119436
119436
|
//console.log(ninegrid.getCustomPath(this,"nxDialog.css"));
|
|
119437
119437
|
|
|
119438
119438
|
this.innerHTML = `
|
|
119439
119439
|
<style>
|
|
119440
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
119440
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/nxDialog.css";
|
|
119441
119441
|
${ninegrid.getCustomPath(this,"nxDialog.css") || ""}
|
|
119442
119442
|
${customFile1 || ""}
|
|
119443
119443
|
${customFile2 || ""}
|
package/dist/etc/nxDialog.js
CHANGED
|
@@ -13,14 +13,14 @@ class nxDialog extends HTMLElement
|
|
|
13
13
|
|
|
14
14
|
const v = this.innerHTML;
|
|
15
15
|
const cssFile = this.getAttribute("css-file");
|
|
16
|
-
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/
|
|
16
|
+
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/${cssFile}";`: "";
|
|
17
17
|
const customFile2 = cssFile ? ninegrid.getCustomPath(this, cssFile) : "";
|
|
18
18
|
|
|
19
19
|
//console.log(ninegrid.getCustomPath(this,"nxDialog.css"));
|
|
20
20
|
|
|
21
21
|
this.innerHTML = `
|
|
22
22
|
<style>
|
|
23
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
23
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/nxDialog.css";
|
|
24
24
|
${ninegrid.getCustomPath(this,"nxDialog.css") || ""}
|
|
25
25
|
${customFile1 || ""}
|
|
26
26
|
${customFile2 || ""}
|
package/package.json
CHANGED
package/src/etc/nxDialog.js
CHANGED
|
@@ -13,14 +13,14 @@ class nxDialog extends HTMLElement
|
|
|
13
13
|
|
|
14
14
|
const v = this.innerHTML;
|
|
15
15
|
const cssFile = this.getAttribute("css-file");
|
|
16
|
-
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/
|
|
16
|
+
const customFile1 = cssFile ? `@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/${cssFile}";`: "";
|
|
17
17
|
const customFile2 = cssFile ? ninegrid.getCustomPath(this, cssFile) : "";
|
|
18
18
|
|
|
19
19
|
//console.log(ninegrid.getCustomPath(this,"nxDialog.css"));
|
|
20
20
|
|
|
21
21
|
this.innerHTML = `
|
|
22
22
|
<style>
|
|
23
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
23
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid2@${ninegrid.version}/dist/css/nxDialog.css";
|
|
24
24
|
${ninegrid.getCustomPath(this,"nxDialog.css") || ""}
|
|
25
25
|
${customFile1 || ""}
|
|
26
26
|
${customFile2 || ""}
|