@smart-webcomponents-angular/window 13.1.70 → 15.0.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/common/runtime.js +6 -1
- package/images/load.gif +0 -0
- package/index.d.ts +1936 -168
- package/package.json +14 -19
- package/source/modules/smart.window.js +2 -2
- package/source/smart.button.js +2 -2
- package/source/smart.combobox.js +3 -3
- package/source/smart.dropdownlist.js +3 -3
- package/source/smart.element.js +3 -3
- package/source/smart.listbox.js +3 -3
- package/source/smart.multilinetextbox.js +2 -2
- package/source/smart.progressbar.js +2 -2
- package/source/smart.scrollbar.js +2 -2
- package/source/smart.textbox.js +2 -2
- package/source/smart.window.js +2 -2
- package/styles/font/smart-icons.eot +0 -0
- package/styles/font/smart-icons.svg +24 -0
- package/styles/font/smart-icons.ttf +0 -0
- package/styles/font/smart-icons.woff +0 -0
- package/styles/font/smart-icons.woff2 +0 -0
- package/styles/smart.base.css +1 -1
- package/styles/smart.window.css +2 -2
package/common/runtime.js
CHANGED
|
@@ -744,5 +744,10 @@ try {
|
|
|
744
744
|
// you've misconfigured your bundler to force strict mode and applied a
|
|
745
745
|
// CSP to forbid Function, and you're not willing to fix either of those
|
|
746
746
|
// problems, please detail your unique predicament in a GitHub issue.
|
|
747
|
-
|
|
747
|
+
if (typeof globalThis === "object") {
|
|
748
|
+
globalThis.regeneratorRuntime = runtime;
|
|
749
|
+
}
|
|
750
|
+
else {
|
|
751
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
|
752
|
+
}
|
|
748
753
|
}
|
package/images/load.gif
ADDED
|
Binary file
|