xrk-components 0.6.1 → 0.6.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/lib/index.esm.js +4 -2
- package/lib/index.umd.js +4 -2
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -46923,10 +46923,12 @@ var BaseDialog = script$6;
|
|
|
46923
46923
|
var createDialog = function (config) {
|
|
46924
46924
|
var _a;
|
|
46925
46925
|
var container = document.createElement('div');
|
|
46926
|
-
|
|
46926
|
+
// const customDialogCount = document.querySelectorAll(
|
|
46927
|
+
// '._xrk_create_dialog'
|
|
46928
|
+
// ).length;
|
|
46927
46929
|
container.classList.add('_xrk_create_dialog');
|
|
46928
46930
|
container.style.position = 'relative';
|
|
46929
|
-
container.style.zIndex =
|
|
46931
|
+
// container.style.zIndex = `${200 + customDialogCount}`;
|
|
46930
46932
|
var _instance = null;
|
|
46931
46933
|
var close = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
46932
46934
|
var _a, _b;
|
package/lib/index.umd.js
CHANGED
|
@@ -46926,10 +46926,12 @@ usage: app.provide(ID_INJECTION_KEY, {
|
|
|
46926
46926
|
var createDialog = function (config) {
|
|
46927
46927
|
var _a;
|
|
46928
46928
|
var container = document.createElement('div');
|
|
46929
|
-
|
|
46929
|
+
// const customDialogCount = document.querySelectorAll(
|
|
46930
|
+
// '._xrk_create_dialog'
|
|
46931
|
+
// ).length;
|
|
46930
46932
|
container.classList.add('_xrk_create_dialog');
|
|
46931
46933
|
container.style.position = 'relative';
|
|
46932
|
-
container.style.zIndex =
|
|
46934
|
+
// container.style.zIndex = `${200 + customDialogCount}`;
|
|
46933
46935
|
var _instance = null;
|
|
46934
46936
|
var close = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
46935
46937
|
var _a, _b;
|