igniteui-dockmanager 1.17.0 → 1.18.0-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/custom-elements.json +235 -6
- package/dist/cjs/{igc-button-component_21.cjs.entry.js → igc-button-component_22.cjs.entry.js} +447 -177
- package/dist/cjs/igc-button-component_22.cjs.entry.js.map +1 -0
- package/dist/cjs/igniteui-dockmanager.cjs.js +1 -1
- package/dist/cjs/index-050356a8.js +2 -2
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{locale-93b1abd9.js → locale-01a53402.js} +5 -1
- package/dist/cjs/locale-01a53402.js.map +1 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/dockmanager/docking/edge-docking-indicator-component.css +19 -0
- package/dist/collection/components/dockmanager/docking/edge-docking-indicator-component.js +79 -0
- package/dist/collection/components/dockmanager/docking/edge-docking-indicator-component.js.map +1 -0
- package/dist/collection/components/dockmanager/docking/joystick-icon-component.js +1 -1
- package/dist/collection/components/dockmanager/docking/joystick-indicator-component.js.map +1 -1
- package/dist/collection/components/dockmanager/docking/root-docking-indicator-component.js +1 -1
- package/dist/collection/components/dockmanager/docking/splitter-docking-indicator-component.js +1 -1
- package/dist/collection/components/dockmanager/dockmanager-component.css +8 -0
- package/dist/collection/components/dockmanager/dockmanager-component.js +248 -25
- package/dist/collection/components/dockmanager/dockmanager-component.js.map +1 -1
- package/dist/collection/components/dockmanager/dockmanager.interfaces.js.map +1 -1
- package/dist/collection/components/dockmanager/dockmanager.public-interfaces.js +4 -0
- package/dist/collection/components/dockmanager/dockmanager.public-interfaces.js.map +1 -1
- package/dist/collection/components/dockmanager/dockmanager.service.js +61 -24
- package/dist/collection/components/dockmanager/dockmanager.service.js.map +1 -1
- package/dist/collection/components/dockmanager/pane-navigator/pane-navigator-component.js +1 -1
- package/dist/collection/components/dockmanager/pane-navigator/pane-navigator-component.js.map +1 -1
- package/dist/collection/components/dockmanager/panes/split-pane-component.css +0 -1
- package/dist/collection/components/dockmanager/panes/splitter-component.css +4 -0
- package/dist/collection/components/dockmanager/panes/splitter-component.js +48 -4
- package/dist/collection/components/dockmanager/panes/splitter-component.js.map +1 -1
- package/dist/collection/components/icon/icons.js +3 -0
- package/dist/collection/components/icon/icons.js.map +1 -1
- package/dist/collection/components/sample-component/sample-component.css +4 -2
- package/dist/collection/components/sample-component/sample-component.js +103 -117
- package/dist/collection/components/sample-component/sample-component.js.map +1 -1
- package/dist/collection/styles/igc.themes.css +8 -2
- package/dist/collection/utils/test-utils.js +1 -0
- package/dist/collection/utils/test-utils.js.map +1 -1
- package/dist/collection/utils/utils.js +6 -0
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/esm/{igc-button-component_21.entry.js → igc-button-component_22.entry.js} +447 -178
- package/dist/esm/igc-button-component_22.entry.js.map +1 -0
- package/dist/esm/igniteui-dockmanager.js +1 -1
- package/dist/esm/index-f7721357.js +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{locale-9d5d3b14.js → locale-0204d83c.js} +5 -1
- package/dist/esm/locale-0204d83c.js.map +1 -0
- package/dist/igniteui-dockmanager/igniteui-dockmanager.esm.js +1 -1
- package/dist/igniteui-dockmanager/igniteui-dockmanager.esm.js.map +1 -1
- package/dist/igniteui-dockmanager/index.esm.js +1 -1
- package/dist/igniteui-dockmanager/p-6f8c35aa.entry.js +2 -0
- package/dist/igniteui-dockmanager/p-6f8c35aa.entry.js.map +1 -0
- package/dist/igniteui-dockmanager/p-b9005fda.js +2 -0
- package/dist/igniteui-dockmanager/p-b9005fda.js.map +1 -0
- package/dist/igniteui-dockmanager/styles/igc.themes.css +8 -2
- package/dist/types/components/dockmanager/docking/edge-docking-indicator-component.d.ts +10 -0
- package/dist/types/components/dockmanager/dockmanager-component.d.ts +32 -14
- package/dist/types/components/dockmanager/dockmanager.interfaces.d.ts +1 -0
- package/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts +4 -0
- package/dist/types/components/dockmanager/dockmanager.service.d.ts +5 -2
- package/dist/types/components/dockmanager/panes/splitter-component.d.ts +7 -0
- package/dist/types/components/sample-component/sample-component.d.ts +1 -0
- package/dist/types/components.d.ts +49 -0
- package/dist/types/utils/test-utils.d.ts +1 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/loader/cdn.js +2 -2
- package/loader/index.cjs.js +2 -2
- package/package.json +1 -1
- package/dist/cjs/igc-button-component_21.cjs.entry.js.map +0 -1
- package/dist/cjs/locale-93b1abd9.js.map +0 -1
- package/dist/esm/igc-button-component_21.entry.js.map +0 -1
- package/dist/esm/locale-9d5d3b14.js.map +0 -1
- package/dist/igniteui-dockmanager/p-bb430fa4.entry.js +0 -2
- package/dist/igniteui-dockmanager/p-bb430fa4.entry.js.map +0 -1
- package/dist/igniteui-dockmanager/p-e7fd6176.js +0 -2
- package/dist/igniteui-dockmanager/p-e7fd6176.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -532,6 +532,14 @@
|
|
|
532
532
|
"text": "{ edgeThreshold: number, scrollSpeed: number }"
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
|
+
{
|
|
536
|
+
"kind": "field",
|
|
537
|
+
"name": "enableDragCursor",
|
|
538
|
+
"type": {
|
|
539
|
+
"text": "boolean"
|
|
540
|
+
},
|
|
541
|
+
"default": "false"
|
|
542
|
+
},
|
|
535
543
|
{
|
|
536
544
|
"kind": "method",
|
|
537
545
|
"name": "focusElement"
|
|
@@ -795,6 +803,24 @@
|
|
|
795
803
|
}
|
|
796
804
|
]
|
|
797
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"kind": "method",
|
|
808
|
+
"name": "isDockingIndicatorMost",
|
|
809
|
+
"static": true,
|
|
810
|
+
"return": {
|
|
811
|
+
"type": {
|
|
812
|
+
"text": "boolean"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"parameters": [
|
|
816
|
+
{
|
|
817
|
+
"name": "position",
|
|
818
|
+
"type": {
|
|
819
|
+
"text": "IgcDockingIndicatorPosition"
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
]
|
|
823
|
+
},
|
|
798
824
|
{
|
|
799
825
|
"kind": "method",
|
|
800
826
|
"name": "isSplitPaneVertical",
|
|
@@ -1476,6 +1502,42 @@
|
|
|
1476
1502
|
"privacy": "private",
|
|
1477
1503
|
"default": "{ x: 0, y: 0 }"
|
|
1478
1504
|
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "field",
|
|
1507
|
+
"name": "isSplitterResizing",
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "boolean"
|
|
1510
|
+
},
|
|
1511
|
+
"privacy": "private",
|
|
1512
|
+
"default": "false"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"kind": "field",
|
|
1516
|
+
"name": "lastPointerEvent",
|
|
1517
|
+
"type": {
|
|
1518
|
+
"text": "PointerEvent | null"
|
|
1519
|
+
},
|
|
1520
|
+
"privacy": "private",
|
|
1521
|
+
"default": "null"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "field",
|
|
1525
|
+
"name": "splitPaneToResize",
|
|
1526
|
+
"type": {
|
|
1527
|
+
"text": "IgcSplitPane | null"
|
|
1528
|
+
},
|
|
1529
|
+
"privacy": "private",
|
|
1530
|
+
"default": "null"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "field",
|
|
1534
|
+
"name": "splitterResizingContext",
|
|
1535
|
+
"type": {
|
|
1536
|
+
"text": "{\r\n parentPane?: IgcSplitPane;\r\n parentPaneElement?: HTMLElement;\r\n pane?: IgcDockManagerPane;\r\n paneRect?: DOMRect;\r\n sizeSum?: number;\r\n orientation?: IgcSplitPaneOrientation;\r\n accumulatedDelta?: number;\r\n startX?: number;\r\n startY?: number;\r\n }"
|
|
1537
|
+
},
|
|
1538
|
+
"privacy": "private",
|
|
1539
|
+
"default": "{}"
|
|
1540
|
+
},
|
|
1479
1541
|
{
|
|
1480
1542
|
"kind": "field",
|
|
1481
1543
|
"name": "templatableComponents",
|
|
@@ -1704,6 +1766,15 @@
|
|
|
1704
1766
|
},
|
|
1705
1767
|
"default": "true"
|
|
1706
1768
|
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "field",
|
|
1771
|
+
"name": "enableDragCursor",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "boolean"
|
|
1774
|
+
},
|
|
1775
|
+
"default": "false",
|
|
1776
|
+
"description": "Enables changing the mouse cursor when hovering over a tab or pane header.\r\n\r\nWhen set to `true`, the cursor changes from the default to `pointer`,\r\nindicating that the header can be dragged (e.g., to dock or float the pane)."
|
|
1777
|
+
},
|
|
1707
1778
|
{
|
|
1708
1779
|
"kind": "field",
|
|
1709
1780
|
"name": "useFixedSizeOnDock",
|
|
@@ -1835,6 +1906,27 @@
|
|
|
1835
1906
|
"kind": "method",
|
|
1836
1907
|
"name": "handlePointerUp"
|
|
1837
1908
|
},
|
|
1909
|
+
{
|
|
1910
|
+
"kind": "field",
|
|
1911
|
+
"name": "rafId",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "number | null"
|
|
1914
|
+
},
|
|
1915
|
+
"privacy": "private",
|
|
1916
|
+
"default": "null"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"kind": "method",
|
|
1920
|
+
"name": "handlePointerMove",
|
|
1921
|
+
"parameters": [
|
|
1922
|
+
{
|
|
1923
|
+
"name": "event",
|
|
1924
|
+
"type": {
|
|
1925
|
+
"text": "PointerEvent"
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
]
|
|
1929
|
+
},
|
|
1838
1930
|
{
|
|
1839
1931
|
"kind": "method",
|
|
1840
1932
|
"name": "dropPane",
|
|
@@ -1886,6 +1978,16 @@
|
|
|
1886
1978
|
}
|
|
1887
1979
|
}
|
|
1888
1980
|
},
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "method",
|
|
1983
|
+
"name": "splitterResizeAndScroll",
|
|
1984
|
+
"privacy": "private",
|
|
1985
|
+
"return": {
|
|
1986
|
+
"type": {
|
|
1987
|
+
"text": "void"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1889
1991
|
{
|
|
1890
1992
|
"kind": "method",
|
|
1891
1993
|
"name": "handleTabsRendered",
|
|
@@ -2392,6 +2494,19 @@
|
|
|
2392
2494
|
}
|
|
2393
2495
|
}
|
|
2394
2496
|
},
|
|
2497
|
+
{
|
|
2498
|
+
"kind": "method",
|
|
2499
|
+
"name": "scrollPaneIntoView",
|
|
2500
|
+
"privacy": "public",
|
|
2501
|
+
"parameters": [
|
|
2502
|
+
{
|
|
2503
|
+
"name": "pane",
|
|
2504
|
+
"type": {
|
|
2505
|
+
"text": "IgcDockManagerPane"
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
]
|
|
2509
|
+
},
|
|
2395
2510
|
{
|
|
2396
2511
|
"kind": "method",
|
|
2397
2512
|
"name": "handleTabHeaderDragStart",
|
|
@@ -3197,6 +3312,19 @@
|
|
|
3197
3312
|
"kind": "method",
|
|
3198
3313
|
"name": "renderPaneNavigator"
|
|
3199
3314
|
},
|
|
3315
|
+
{
|
|
3316
|
+
"kind": "method",
|
|
3317
|
+
"name": "renderEdgeDockingIndicator",
|
|
3318
|
+
"privacy": "private",
|
|
3319
|
+
"parameters": [
|
|
3320
|
+
{
|
|
3321
|
+
"name": "position",
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "IgcDockingIndicatorPosition"
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
]
|
|
3327
|
+
},
|
|
3200
3328
|
{
|
|
3201
3329
|
"kind": "method",
|
|
3202
3330
|
"name": "render"
|
|
@@ -3291,6 +3419,10 @@
|
|
|
3291
3419
|
"name": "allow-root-dock",
|
|
3292
3420
|
"fieldName": "allowRootDock"
|
|
3293
3421
|
},
|
|
3422
|
+
{
|
|
3423
|
+
"name": "enable-drag-cursor",
|
|
3424
|
+
"fieldName": "enableDragCursor"
|
|
3425
|
+
},
|
|
3294
3426
|
{
|
|
3295
3427
|
"name": "use-fixed-size-on-dock",
|
|
3296
3428
|
"fieldName": "useFixedSizeOnDock",
|
|
@@ -3715,7 +3847,7 @@
|
|
|
3715
3847
|
"type": {
|
|
3716
3848
|
"text": "boolean"
|
|
3717
3849
|
},
|
|
3718
|
-
"description": "Determines whether docking into the root-level pane is allowed.\r\n\r\nWhen set to true (default), panes can be docked directly into the root container
|
|
3850
|
+
"description": "Determines whether docking into the root-level pane is allowed.\r\n\r\nWhen set to true (default), panes can be docked directly into the root container.\r\nThis is done by creating a new root pane and repositioning the existing root pane as a sibling to the newly docked content pane.",
|
|
3719
3851
|
"default": "true"
|
|
3720
3852
|
},
|
|
3721
3853
|
{
|
|
@@ -4137,9 +4269,9 @@
|
|
|
4137
4269
|
},
|
|
4138
4270
|
{
|
|
4139
4271
|
"kind": "field",
|
|
4140
|
-
"name": "
|
|
4272
|
+
"name": "splitterDockTarget",
|
|
4141
4273
|
"type": {
|
|
4142
|
-
"text": "any"
|
|
4274
|
+
"text": "{ pane: any; index: number }"
|
|
4143
4275
|
}
|
|
4144
4276
|
},
|
|
4145
4277
|
{
|
|
@@ -5470,6 +5602,10 @@
|
|
|
5470
5602
|
{
|
|
5471
5603
|
"name": "ignoreNestedPanes",
|
|
5472
5604
|
"default": "false"
|
|
5605
|
+
},
|
|
5606
|
+
{
|
|
5607
|
+
"name": "isRoot",
|
|
5608
|
+
"default": "false"
|
|
5473
5609
|
}
|
|
5474
5610
|
]
|
|
5475
5611
|
}
|
|
@@ -5757,7 +5893,7 @@
|
|
|
5757
5893
|
"type": {
|
|
5758
5894
|
"text": "any"
|
|
5759
5895
|
},
|
|
5760
|
-
"default": "{ close: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"/> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> </svg>`, pin: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M15.18 2.25l7.07 7.07-2.83-.01-3.54 3.55.01 4.24-3.53-3.54-5.66 5.66H5.28V17.8l5.66-5.66L7.4 8.61l4.24.01 3.55-3.54-.01-2.83z\"/> </svg>`, unpin: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path fill=\"none\" d=\"M0 0h24v25H0V0z\"/> <path d=\"M11.84 14.08L6.7 19.22H5.28V17.8l5.14-5.14L2 4.26 3.29 3l18 18L20 22.21zm4-.49l-5-5h.73l3.55-3.54v-2.8l7.07 7.07h-2.77l-3.54 3.54z\" /> </svg>`, first_page: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z\"/> <path fill=\"none\" d=\"M24 24H0V0h24v24z\"/> </svg>`, chevron_left: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z\"/> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> </svg>`, flip: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M15 21h2v-2h-2v2zm4-12h2V7h-2v2zM3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2zm16-2v2h2c0-1.1-.9-2-2-2zm-8 20h2V1h-2v22zm8-6h2v-2h-2v2zM15 5h2V3h-2v2zm4 8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2z\"/> </svg>`, crop_square: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z\"/> </svg> `, arrow_drop_down: `<svg class=\"icon icon-arrow_drop_down\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M7 10l5 5 5-5z\"></path> </svg>`, maximize: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z\"/> </svg>`, minimize: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0V0z\" fill=\"none\"/> <path d=\"M6 19h12v2H6z\"/> </svg>`, more: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/> </svg>`, splitter_docking_indicator: `<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" > <path d=\"M6 8H9V14H6L10 18L14 14H11V8H14L10 4L6 8Z\" fill=\"#616161\"/> <path d=\"M20 22V20H0V22H20Z\" fill=\"#616161\"/> <path d=\"M20 2V0H0V2H20Z\" fill=\"#616161\"/> </svg>`, }"
|
|
5896
|
+
"default": "{ close: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"/> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> </svg>`, pin: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M15.18 2.25l7.07 7.07-2.83-.01-3.54 3.55.01 4.24-3.53-3.54-5.66 5.66H5.28V17.8l5.66-5.66L7.4 8.61l4.24.01 3.55-3.54-.01-2.83z\"/> </svg>`, unpin: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path fill=\"none\" d=\"M0 0h24v25H0V0z\"/> <path d=\"M11.84 14.08L6.7 19.22H5.28V17.8l5.14-5.14L2 4.26 3.29 3l18 18L20 22.21zm4-.49l-5-5h.73l3.55-3.54v-2.8l7.07 7.07h-2.77l-3.54 3.54z\" /> </svg>`, first_page: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z\"/> <path fill=\"none\" d=\"M24 24H0V0h24v24z\"/> </svg>`, chevron_left: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z\"/> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> </svg>`, flip: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M15 21h2v-2h-2v2zm4-12h2V7h-2v2zM3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2zm16-2v2h2c0-1.1-.9-2-2-2zm-8 20h2V1h-2v22zm8-6h2v-2h-2v2zM15 5h2V3h-2v2zm4 8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2z\"/> </svg>`, crop_square: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z\"/> </svg> `, arrow_drop_down: `<svg class=\"icon icon-arrow_drop_down\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M7 10l5 5 5-5z\"></path> </svg>`, maximize: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z\"/> </svg>`, minimize: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0V0z\" fill=\"none\"/> <path d=\"M6 19h12v2H6z\"/> </svg>`, more: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <path d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/> </svg>`, splitter_docking_indicator: `<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" > <path d=\"M6 8H9V14H6L10 18L14 14H11V8H14L10 4L6 8Z\" fill=\"#616161\"/> <path d=\"M20 22V20H0V22H20Z\" fill=\"#616161\"/> <path d=\"M20 2V0H0V2H20Z\" fill=\"#616161\"/> </svg>`, jump_to_beginning: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -960 960 960\"> <path fill=\"#1f1f1f\" d=\"M760-760v-80h80v80h-80Zm0 640v-80h80v80h-80ZM600-760v-80h80v80h-80Zm0 640v-80h80v80h-80ZM440-760v-80h80v80h-80Zm-160 0v-80h80v80h-80Zm0 640v-80h80v80h-80Zm-160 0v-720h80v720h-80Zm440-200L400-480l160-160 56 56-63 64h287v80H553l63 64-56 56ZM440-120v-80h80v80h-80Z\"/> </svg>` }"
|
|
5761
5897
|
}
|
|
5762
5898
|
],
|
|
5763
5899
|
"exports": [
|
|
@@ -5852,7 +5988,7 @@
|
|
|
5852
5988
|
"type": {
|
|
5853
5989
|
"text": "object"
|
|
5854
5990
|
},
|
|
5855
|
-
"default": "{ allowClose: false, allowMaximize: false, allowPinning: false, }"
|
|
5991
|
+
"default": "{ allowClose: false, allowMaximize: false, allowFloating: false, allowPinning: false, }"
|
|
5856
5992
|
},
|
|
5857
5993
|
{
|
|
5858
5994
|
"kind": "field",
|
|
@@ -5872,7 +6008,7 @@
|
|
|
5872
6008
|
"type": {
|
|
5873
6009
|
"text": "IgcDockManagerLayout"
|
|
5874
6010
|
},
|
|
5875
|
-
"default": "{ rootPane: { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.vertical, useFixedSize: true, panes: [ { type: IgcDockManagerPaneType.
|
|
6011
|
+
"default": "{ rootPane: { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.vertical, useFixedSize: true, panes: [ { type: IgcDockManagerPaneType.contentPane, contentId: 'content1', header: 'Content 1 Header', size: 260, // PIXELS }, { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.horizontal, size: 240 + 10, panes: [ { // type: IgcDockManagerPaneType.splitPane, // orientation: IgcSplitPaneOrientation.vertical, // size: this.bodyWidth / 3, // panes: [ // { type: IgcDockManagerPaneType.contentPane, contentId: 'content2', header: 'Content 2 Header', size: 240, // PIXELS // }, // ], }, // { // type: IgcDockManagerPaneType.splitPane, // orientation: IgcSplitPaneOrientation.vertical, // useFixedSize: true, // size: (this.bodyWidth * 2) / 3, // panes: [ { type: IgcDockManagerPaneType.contentPane, contentId: 'content3', header: 'Content 3 Header', size: 240, // PIXELS ...this.commonProps }, // ], // }, // { // type: IgcDockManagerPaneType.contentPane, // contentId: 'content_not_used_2', // header: 'NOT USED', // // size: 0, // ...this.commonProps, // }, ], }, { type: IgcDockManagerPaneType.contentPane, contentId: 'content4', header: 'Content 4 Header', size: 290, // PIXELS }, { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.horizontal, size: 240 + 10, panes: [ { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.vertical, size: this.bodyWidth / 3, panes: [ { type: IgcDockManagerPaneType.contentPane, contentId: 'content5', header: 'Content 5 Header', size: 240, // PIXELS }, ], }, { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.vertical, size: (this.bodyWidth * 2) / 3, panes: [ { type: IgcDockManagerPaneType.contentPane, contentId: 'content6', header: 'Content 6 Header', size: 240, // PIXELS }, ], }, // { // type: IgcDockManagerPaneType.contentPane, // contentId: 'content_not_used_3', // header: 'NOT USED', // ...this.commonProps, // }, ], }, { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.horizontal, size: 240 + 10, panes: [ { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.vertical, size: this.bodyWidth / 2, panes: [ { type: IgcDockManagerPaneType.contentPane, contentId: 'content7', header: 'Content 7 Header', size: 240, // PIXELS }, ], }, { type: IgcDockManagerPaneType.splitPane, orientation: IgcSplitPaneOrientation.vertical, size: this.bodyWidth / 2, panes: [ { type: IgcDockManagerPaneType.contentPane, contentId: 'content8', header: 'Content 8 Header', size: 240, // PIXELS }, ], }, // { // type: IgcDockManagerPaneType.contentPane, // contentId: 'content_not_used_4', // header: 'NOT USED', // ...this.commonProps, // }, ], }, { type: IgcDockManagerPaneType.contentPane, contentId: 'content9', header: 'Content 9 Header', size: 290, // PIXELS }, // { // type: IgcDockManagerPaneType.contentPane, // contentId: 'content_not_used_1', // header: 'NOT USED', // ...this.commonProps, // }, ], }, floatingPanes: [], }"
|
|
5876
6012
|
},
|
|
5877
6013
|
{
|
|
5878
6014
|
"kind": "field",
|
|
@@ -6964,6 +7100,74 @@
|
|
|
6964
7100
|
}
|
|
6965
7101
|
]
|
|
6966
7102
|
},
|
|
7103
|
+
{
|
|
7104
|
+
"kind": "javascript-module",
|
|
7105
|
+
"path": "src/components/dockmanager/docking/edge-docking-indicator-component.tsx",
|
|
7106
|
+
"declarations": [
|
|
7107
|
+
{
|
|
7108
|
+
"kind": "class",
|
|
7109
|
+
"description": "",
|
|
7110
|
+
"name": "IgcEdgeDockingIndicatorComponent",
|
|
7111
|
+
"members": [
|
|
7112
|
+
{
|
|
7113
|
+
"kind": "field",
|
|
7114
|
+
"name": "position",
|
|
7115
|
+
"type": {
|
|
7116
|
+
"text": "IgcDockingIndicatorPosition"
|
|
7117
|
+
}
|
|
7118
|
+
},
|
|
7119
|
+
{
|
|
7120
|
+
"kind": "field",
|
|
7121
|
+
"name": "dropTargetPaneInfo",
|
|
7122
|
+
"type": {
|
|
7123
|
+
"text": "IgcDropTargetPaneInfo"
|
|
7124
|
+
}
|
|
7125
|
+
},
|
|
7126
|
+
{
|
|
7127
|
+
"kind": "method",
|
|
7128
|
+
"name": "render"
|
|
7129
|
+
}
|
|
7130
|
+
],
|
|
7131
|
+
"attributes": [
|
|
7132
|
+
{
|
|
7133
|
+
"name": "position",
|
|
7134
|
+
"fieldName": "position",
|
|
7135
|
+
"type": {
|
|
7136
|
+
"text": "IgcDockingIndicatorPosition"
|
|
7137
|
+
}
|
|
7138
|
+
},
|
|
7139
|
+
{
|
|
7140
|
+
"name": "drop-target-pane-info",
|
|
7141
|
+
"fieldName": "dropTargetPaneInfo",
|
|
7142
|
+
"type": {
|
|
7143
|
+
"text": "IgcDropTargetPaneInfo"
|
|
7144
|
+
}
|
|
7145
|
+
}
|
|
7146
|
+
],
|
|
7147
|
+
"tagName": "igc-edge-docking-indicator-component",
|
|
7148
|
+
"events": [],
|
|
7149
|
+
"customElement": true
|
|
7150
|
+
}
|
|
7151
|
+
],
|
|
7152
|
+
"exports": [
|
|
7153
|
+
{
|
|
7154
|
+
"kind": "js",
|
|
7155
|
+
"name": "IgcEdgeDockingIndicatorComponent",
|
|
7156
|
+
"declaration": {
|
|
7157
|
+
"name": "IgcEdgeDockingIndicatorComponent",
|
|
7158
|
+
"module": "src/components/dockmanager/docking/edge-docking-indicator-component.tsx"
|
|
7159
|
+
}
|
|
7160
|
+
},
|
|
7161
|
+
{
|
|
7162
|
+
"kind": "custom-element-definition",
|
|
7163
|
+
"name": "igc-edge-docking-indicator-component",
|
|
7164
|
+
"declaration": {
|
|
7165
|
+
"name": "IgcEdgeDockingIndicatorComponent",
|
|
7166
|
+
"module": "src/components/dockmanager/docking/edge-docking-indicator-component.tsx"
|
|
7167
|
+
}
|
|
7168
|
+
}
|
|
7169
|
+
]
|
|
7170
|
+
},
|
|
6967
7171
|
{
|
|
6968
7172
|
"kind": "javascript-module",
|
|
6969
7173
|
"path": "src/components/dockmanager/docking/joystick-icon-component.tsx",
|
|
@@ -8820,6 +9024,15 @@
|
|
|
8820
9024
|
},
|
|
8821
9025
|
"privacy": "private"
|
|
8822
9026
|
},
|
|
9027
|
+
{
|
|
9028
|
+
"kind": "field",
|
|
9029
|
+
"name": "resizeEndEmitted",
|
|
9030
|
+
"type": {
|
|
9031
|
+
"text": "boolean"
|
|
9032
|
+
},
|
|
9033
|
+
"privacy": "private",
|
|
9034
|
+
"default": "false"
|
|
9035
|
+
},
|
|
8823
9036
|
{
|
|
8824
9037
|
"kind": "field",
|
|
8825
9038
|
"name": "element",
|
|
@@ -8870,6 +9083,15 @@
|
|
|
8870
9083
|
},
|
|
8871
9084
|
"default": "false"
|
|
8872
9085
|
},
|
|
9086
|
+
{
|
|
9087
|
+
"kind": "field",
|
|
9088
|
+
"name": "resizable",
|
|
9089
|
+
"type": {
|
|
9090
|
+
"text": "boolean"
|
|
9091
|
+
},
|
|
9092
|
+
"default": "true",
|
|
9093
|
+
"description": "Determines whether the splitter can be used to resize adjacent panes."
|
|
9094
|
+
},
|
|
8873
9095
|
{
|
|
8874
9096
|
"kind": "method",
|
|
8875
9097
|
"name": "calculateOffset",
|
|
@@ -9080,6 +9302,13 @@
|
|
|
9080
9302
|
"type": {
|
|
9081
9303
|
"text": "boolean"
|
|
9082
9304
|
}
|
|
9305
|
+
},
|
|
9306
|
+
{
|
|
9307
|
+
"name": "resizable",
|
|
9308
|
+
"fieldName": "resizable",
|
|
9309
|
+
"type": {
|
|
9310
|
+
"text": "boolean"
|
|
9311
|
+
}
|
|
9083
9312
|
}
|
|
9084
9313
|
],
|
|
9085
9314
|
"tagName": "igc-splitter-component",
|