igniteui-dockmanager 1.12.1 → 1.12.2-beta.1
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/igc-button-component_20.cjs.entry.js +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/{locale-d4a89130.js → locale-758076f2.js} +2 -4
- package/dist/collection/components/dockmanager/dockmanager.public-interfaces.js +2 -10
- package/dist/esm/igc-button-component_20.entry.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{locale-505757c0.js → locale-7d22d721.js} +2 -4
- package/dist/esm-es5/igc-button-component_20.entry.js +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/locale-7d22d721.js +1 -0
- package/dist/igniteui-dockmanager/igniteui-dockmanager.esm.js +1 -1
- package/dist/igniteui-dockmanager/index.esm.js +1 -1
- package/dist/igniteui-dockmanager/{p-dd94290a.entry.js → p-20a88a9b.entry.js} +1 -1
- package/dist/igniteui-dockmanager/{p-a48673a3.system.js → p-41c42898.system.js} +1 -1
- package/dist/igniteui-dockmanager/{p-142ceb4c.system.entry.js → p-a6e61784.system.entry.js} +1 -1
- package/dist/igniteui-dockmanager/p-db0ed18d.system.js +1 -0
- package/dist/igniteui-dockmanager/p-f8e35aef.system.js +1 -1
- package/dist/igniteui-dockmanager/p-fdf33b6f.js +1 -0
- package/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts +3 -2
- package/loader/cdn.js +2 -2
- package/loader/index.cjs.js +2 -2
- package/package.json +1 -1
- package/dist/esm-es5/locale-505757c0.js +0 -1
- package/dist/igniteui-dockmanager/p-8ebc07f3.js +0 -1
- package/dist/igniteui-dockmanager/p-9474145a.system.js +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f11f2141.js');
|
|
6
|
-
const locale = require('./locale-
|
|
6
|
+
const locale = require('./locale-758076f2.js');
|
|
7
7
|
|
|
8
8
|
const buttonComponentCss = "button{position:static;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;height:100%;min-width:10px;padding:2px 4px;border-radius:2px;color:var(--igc-button-text, rgba(0, 0, 0, 0.72));cursor:pointer;outline-style:none;font-size:14px;font-family:inherit;background:transparent;border:none;-webkit-tap-highlight-color:transparent;opacity:0.7;-webkit-transition:background 0.25s ease-out, opacity 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;transition:background 0.25s ease-out, opacity 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;transition:background 0.25s ease-out, opacity 0.25s ease-out, box-shadow 0.25s ease-out;transition:background 0.25s ease-out, opacity 0.25s ease-out, box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out}:host([disabled]){pointer-events:none}:host{display:-ms-flexbox;display:flex}button{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}button:hover{opacity:1}button:focus{background:var(--igc-accent-color, #fff);-webkit-box-shadow:inset 0 0 0 1px var(--igc-active-color, cornflowerblue);box-shadow:inset 0 0 0 1px var(--igc-active-color, cornflowerblue);opacity:1}button[disabled]{opacity:0.54}";
|
|
9
9
|
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -56,10 +56,8 @@ class IgcDockManagerComponent extends HTMLElement {
|
|
|
56
56
|
removePane(pane) {
|
|
57
57
|
return null;
|
|
58
58
|
}
|
|
59
|
-
addEventListener(
|
|
60
|
-
}
|
|
61
|
-
removeEventListener(type, listener, options) {
|
|
62
|
-
}
|
|
59
|
+
addEventListener() { }
|
|
60
|
+
removeEventListener() { }
|
|
63
61
|
}
|
|
64
62
|
exports.IgcResizerLocation = void 0;
|
|
65
63
|
(function (IgcResizerLocation) {
|
|
@@ -55,16 +55,8 @@ export class IgcDockManagerComponent extends HTMLElement {
|
|
|
55
55
|
pane = pane;
|
|
56
56
|
return null;
|
|
57
57
|
}
|
|
58
|
-
addEventListener(
|
|
59
|
-
|
|
60
|
-
listener = listener;
|
|
61
|
-
options = options;
|
|
62
|
-
}
|
|
63
|
-
removeEventListener(type, listener, options) {
|
|
64
|
-
type = type;
|
|
65
|
-
listener = listener;
|
|
66
|
-
options = options;
|
|
67
|
-
}
|
|
58
|
+
addEventListener() { }
|
|
59
|
+
removeEventListener() { }
|
|
68
60
|
}
|
|
69
61
|
export var IgcResizerLocation;
|
|
70
62
|
(function (IgcResizerLocation) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, c as createEvent, F as Fragment, g as getElement, f as forceUpdate } from './index-cbe7fc41.js';
|
|
2
|
-
import { h as IgcDockingIndicatorPosition, f as IgcSplitPaneOrientation, e as IgcDockManagerPaneType, g as IgcUnpinnedLocation, i as IgcPaneDragActionType, k as IgcResizerLocation, r as resourceStringsMap, d as addResourceStrings } from './locale-
|
|
2
|
+
import { h as IgcDockingIndicatorPosition, f as IgcSplitPaneOrientation, e as IgcDockManagerPaneType, g as IgcUnpinnedLocation, i as IgcPaneDragActionType, k as IgcResizerLocation, r as resourceStringsMap, d as addResourceStrings } from './locale-7d22d721.js';
|
|
3
3
|
|
|
4
4
|
const buttonComponentCss = "button{position:static;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;height:100%;min-width:10px;padding:2px 4px;border-radius:2px;color:var(--igc-button-text, rgba(0, 0, 0, 0.72));cursor:pointer;outline-style:none;font-size:14px;font-family:inherit;background:transparent;border:none;-webkit-tap-highlight-color:transparent;opacity:0.7;-webkit-transition:background 0.25s ease-out, opacity 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;transition:background 0.25s ease-out, opacity 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;transition:background 0.25s ease-out, opacity 0.25s ease-out, box-shadow 0.25s ease-out;transition:background 0.25s ease-out, opacity 0.25s ease-out, box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out}:host([disabled]){pointer-events:none}:host{display:-ms-flexbox;display:flex}button{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}button:hover{opacity:1}button:focus{background:var(--igc-accent-color, #fff);-webkit-box-shadow:inset 0 0 0 1px var(--igc-active-color, cornflowerblue);box-shadow:inset 0 0 0 1px var(--igc-active-color, cornflowerblue);opacity:1}button[disabled]{opacity:0.54}";
|
|
5
5
|
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { j as IgcDockManagerComponent, e as IgcDockManagerPaneType, I as IgcDockManagerResourceStringsEN, b as IgcDockManagerResourceStringsES, a as IgcDockManagerResourceStringsJP, c as IgcDockManagerResourceStringsKO, h as IgcDockingIndicatorPosition, i as IgcPaneDragActionType, k as IgcResizerLocation, f as IgcSplitPaneOrientation, g as IgcUnpinnedLocation, d as addResourceStrings } from './locale-
|
|
1
|
+
export { j as IgcDockManagerComponent, e as IgcDockManagerPaneType, I as IgcDockManagerResourceStringsEN, b as IgcDockManagerResourceStringsES, a as IgcDockManagerResourceStringsJP, c as IgcDockManagerResourceStringsKO, h as IgcDockingIndicatorPosition, i as IgcPaneDragActionType, k as IgcResizerLocation, f as IgcSplitPaneOrientation, g as IgcUnpinnedLocation, d as addResourceStrings } from './locale-7d22d721.js';
|
|
@@ -54,10 +54,8 @@ class IgcDockManagerComponent extends HTMLElement {
|
|
|
54
54
|
removePane(pane) {
|
|
55
55
|
return null;
|
|
56
56
|
}
|
|
57
|
-
addEventListener(
|
|
58
|
-
}
|
|
59
|
-
removeEventListener(type, listener, options) {
|
|
60
|
-
}
|
|
57
|
+
addEventListener() { }
|
|
58
|
+
removeEventListener() { }
|
|
61
59
|
}
|
|
62
60
|
var IgcResizerLocation;
|
|
63
61
|
(function (IgcResizerLocation) {
|