igniteui-dockmanager 2.1.0 → 2.1.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/README.md +4 -4
- package/components/button/button-component.js +3 -4
- package/components/context-menu/context-menu.js +3 -4
- package/components/dockmanager/docking/edge-docking-indicator-component.js +3 -4
- package/components/dockmanager/docking/joystick-icon-component.js +3 -4
- package/components/dockmanager/docking/joystick-indicator-component.js +3 -4
- package/components/dockmanager/docking/root-docking-indicator-component.js +3 -4
- package/components/dockmanager/docking/splitter-docking-indicator-component.js +3 -4
- package/components/dockmanager/dockmanager-component.js +16 -17
- package/components/dockmanager/dockmanager.service.d.ts +1 -0
- package/components/dockmanager/dockmanager.service.js +20 -9
- package/components/dockmanager/pane-navigator/pane-navigator-component.js +3 -4
- package/components/dockmanager/panes/content-pane-component.js +3 -4
- package/components/dockmanager/panes/document-host-component.js +3 -4
- package/components/dockmanager/panes/floating-pane-component.js +3 -4
- package/components/dockmanager/panes/pane-header-component.js +3 -4
- package/components/dockmanager/panes/resizer-component.js +2 -3
- package/components/dockmanager/panes/split-pane-component.js +3 -4
- package/components/dockmanager/panes/splitter-component.d.ts +3 -3
- package/components/dockmanager/panes/splitter-component.js +3 -4
- package/components/dockmanager/panes/unpinned-pane-header-component.js +3 -4
- package/components/icon/icon-component.js +3 -4
- package/components/sample-component/sample-component.js +109 -109
- package/components/tabs/tab-header-component.js +3 -4
- package/components/tabs/tab-panel-component.js +3 -4
- package/components/tabs/tabs-component.js +3 -4
- package/custom-elements.json +1518 -1447
- package/igniteui-dockmanager.css-data.json +1 -1
- package/igniteui-dockmanager.html-data.json +1 -1
- package/package.json +1 -1
- package/web-types.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -3174,7 +3174,7 @@
|
|
|
3174
3174
|
"text": "array"
|
|
3175
3175
|
},
|
|
3176
3176
|
"privacy": "private",
|
|
3177
|
-
"default": "[ { slot: 'paneHeaderCloseButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderCloseButton', targetPart: 'pane-header-close-button', }, { slot: 'tabHeaderCloseButton', targetName: 'igc-tab-header', targetSlot: 'tabHeaderCloseButton', targetPart: 'tab-header-close-button', }, { slot: 'tabHeaderCloseButton', targetName: 'igc-context-menu', targetSlot: 'contextMenuCloseButton', targetPart: 'context-menu-close-button', }, { slot: 'closeButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderCloseButton', targetPart: 'pane-header-close-button', }, { slot: 'closeButton', targetName: 'igc-tab-header', targetSlot: 'tabHeaderCloseButton', targetPart: 'tab-header-close-button', }, { slot: 'closeButton', targetName: 'igc-context-menu', targetSlot: 'contextMenuCloseButton', targetPart: 'context-menu-close-button', }, { slot: 'moreTabsButton', targetName: 'igc-tabs-component', targetSlot: 'tabsMoreButton', targetPart: 'tabs-more-button', }, { slot: 'maximizeButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderMaximizeButton', targetPart: 'pane-header-maximize-button', }, { slot: 'maximizeButton', targetName: 'igc-tabs-component', targetSlot: 'tabsMaximizeButton', targetPart: 'tabs-maximize-button', }, { slot: 'minimizeButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderMinimizeButton', targetPart: 'pane-header-minimize-button', }, { slot: 'minimizeButton', targetName: 'igc-tabs-component', targetSlot: 'tabsMinimizeButton', targetPart: 'tabs-minimize-button', }, { slot: 'pinButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderPinButton', targetPart: 'pane-header-pin-button', }, { slot: 'unpinButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderUnpinButton', targetPart: 'pane-header-unpin-button', }, { slot: 'unpinButton', targetName: 'igc-context-menu', targetSlot: 'contextMenuUnpinButton', targetPart: 'context-menu-unpin-button', }, { slot: 'moreOptionsButton', targetName: 'igc-tab-header', targetSlot: 'tabHeaderMoreOptionsButton', targetPart: 'tab-header-more-options-button', }, { slot: 'splitterHandle', targetName: 'igc-splitter', targetSlot: 'splitterHandle', targetPart: 'splitter-handle', }, ]"
|
|
3177
|
+
"default": "[ { slot: 'paneHeaderCloseButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderCloseButton', targetPart: 'pane-header-close-button', }, { slot: 'tabHeaderCloseButton', targetName: 'igc-tab-header', targetSlot: 'tabHeaderCloseButton', targetPart: 'tab-header-close-button', }, { slot: 'tabHeaderCloseButton', targetName: 'igc-context-menu', targetSlot: 'contextMenuCloseButton', targetPart: 'context-menu-close-button', }, { slot: 'closeButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderCloseButton', targetPart: 'pane-header-close-button', }, { slot: 'closeButton', targetName: 'igc-tab-header', targetSlot: 'tabHeaderCloseButton', targetPart: 'tab-header-close-button', }, { slot: 'closeButton', targetName: 'igc-context-menu', targetSlot: 'contextMenuCloseButton', targetPart: 'context-menu-close-button', }, { slot: 'moreTabsButton', targetName: 'igc-tabs-component', targetSlot: 'tabsMoreButton', targetPart: 'tabs-more-button', }, { slot: 'maximizeButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderMaximizeButton', targetPart: 'pane-header-maximize-button', }, { slot: 'maximizeButton', targetName: 'igc-tabs-component', targetSlot: 'tabsMaximizeButton', targetPart: 'tabs-maximize-button', }, { slot: 'minimizeButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderMinimizeButton', targetPart: 'pane-header-minimize-button', }, { slot: 'minimizeButton', targetName: 'igc-tabs-component', targetSlot: 'tabsMinimizeButton', targetPart: 'tabs-minimize-button', }, { slot: 'pinButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderPinButton', targetPart: 'pane-header-pin-button', }, { slot: 'unpinButton', targetName: 'igc-pane-header', targetSlot: 'paneHeaderUnpinButton', targetPart: 'pane-header-unpin-button', }, { slot: 'unpinButton', targetName: 'igc-context-menu', targetSlot: 'contextMenuUnpinButton', targetPart: 'context-menu-unpin-button', }, { slot: 'moreOptionsButton', targetName: 'igc-tab-header', targetSlot: 'tabHeaderMoreOptionsButton', targetPart: 'tab-header-more-options-button', }, { slot: 'splitterHandle', targetName: 'igc-splitter-component', targetSlot: 'splitterHandle', targetPart: 'splitter-handle', }, ]"
|
|
3178
3178
|
},
|
|
3179
3179
|
{
|
|
3180
3180
|
"kind": "field",
|
|
@@ -5393,6 +5393,30 @@
|
|
|
5393
5393
|
},
|
|
5394
5394
|
"tagName": "igc-dockmanager",
|
|
5395
5395
|
"customElement": true
|
|
5396
|
+
},
|
|
5397
|
+
{
|
|
5398
|
+
"kind": "variable",
|
|
5399
|
+
"name": "headerRect"
|
|
5400
|
+
},
|
|
5401
|
+
{
|
|
5402
|
+
"kind": "variable",
|
|
5403
|
+
"name": "tabsRect"
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"kind": "variable",
|
|
5407
|
+
"name": "prevHeaderRect"
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"kind": "variable",
|
|
5411
|
+
"name": "nextHeaderRect"
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"kind": "variable",
|
|
5415
|
+
"name": "lastVisibleHeaderRect"
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"kind": "variable",
|
|
5419
|
+
"name": "maximized"
|
|
5396
5420
|
}
|
|
5397
5421
|
],
|
|
5398
5422
|
"exports": [
|
|
@@ -5855,6 +5879,15 @@
|
|
|
5855
5879
|
"privacy": "private",
|
|
5856
5880
|
"default": "null"
|
|
5857
5881
|
},
|
|
5882
|
+
{
|
|
5883
|
+
"kind": "field",
|
|
5884
|
+
"name": "_previousLocationMap",
|
|
5885
|
+
"type": {
|
|
5886
|
+
"text": "Map<string, UnpinnedLocation> | null"
|
|
5887
|
+
},
|
|
5888
|
+
"privacy": "private",
|
|
5889
|
+
"default": "null"
|
|
5890
|
+
},
|
|
5858
5891
|
{
|
|
5859
5892
|
"kind": "field",
|
|
5860
5893
|
"name": "visibleDocuments",
|
|
@@ -7423,6 +7456,36 @@
|
|
|
7423
7456
|
]
|
|
7424
7457
|
}
|
|
7425
7458
|
]
|
|
7459
|
+
},
|
|
7460
|
+
{
|
|
7461
|
+
"kind": "variable",
|
|
7462
|
+
"name": "panes",
|
|
7463
|
+
"type": {
|
|
7464
|
+
"text": "IgcContentPane[]"
|
|
7465
|
+
},
|
|
7466
|
+
"default": "[]"
|
|
7467
|
+
},
|
|
7468
|
+
{
|
|
7469
|
+
"kind": "variable",
|
|
7470
|
+
"name": "location"
|
|
7471
|
+
},
|
|
7472
|
+
{
|
|
7473
|
+
"kind": "variable",
|
|
7474
|
+
"name": "newValue",
|
|
7475
|
+
"type": {
|
|
7476
|
+
"text": "boolean"
|
|
7477
|
+
},
|
|
7478
|
+
"default": "!this.getActualIsPinned(pane)"
|
|
7479
|
+
},
|
|
7480
|
+
{
|
|
7481
|
+
"kind": "variable",
|
|
7482
|
+
"name": "newWidth",
|
|
7483
|
+
"default": "currW"
|
|
7484
|
+
},
|
|
7485
|
+
{
|
|
7486
|
+
"kind": "variable",
|
|
7487
|
+
"name": "newHeight",
|
|
7488
|
+
"default": "currH"
|
|
7426
7489
|
}
|
|
7427
7490
|
],
|
|
7428
7491
|
"exports": [
|
|
@@ -9836,6 +9899,10 @@
|
|
|
9836
9899
|
},
|
|
9837
9900
|
"tagName": "igc-tabs-component",
|
|
9838
9901
|
"customElement": true
|
|
9902
|
+
},
|
|
9903
|
+
{
|
|
9904
|
+
"kind": "variable",
|
|
9905
|
+
"name": "top"
|
|
9839
9906
|
}
|
|
9840
9907
|
],
|
|
9841
9908
|
"exports": [
|
|
@@ -10610,6 +10677,10 @@
|
|
|
10610
10677
|
]
|
|
10611
10678
|
}
|
|
10612
10679
|
]
|
|
10680
|
+
},
|
|
10681
|
+
{
|
|
10682
|
+
"kind": "variable",
|
|
10683
|
+
"name": "previousActivePaneIndex"
|
|
10613
10684
|
}
|
|
10614
10685
|
],
|
|
10615
10686
|
"exports": [
|
|
@@ -10625,32 +10696,34 @@
|
|
|
10625
10696
|
},
|
|
10626
10697
|
{
|
|
10627
10698
|
"kind": "javascript-module",
|
|
10628
|
-
"path": "src/components/dockmanager/
|
|
10699
|
+
"path": "src/components/dockmanager/panes/content-pane-component.ts",
|
|
10629
10700
|
"declarations": [
|
|
10630
10701
|
{
|
|
10631
10702
|
"kind": "class",
|
|
10632
10703
|
"description": "",
|
|
10633
|
-
"name": "
|
|
10704
|
+
"name": "IgcContentPaneComponent",
|
|
10634
10705
|
"cssParts": [
|
|
10635
10706
|
{
|
|
10636
|
-
"description": "
|
|
10637
|
-
"name": "
|
|
10707
|
+
"description": "The main wrapper of the content-pane component.",
|
|
10708
|
+
"name": "content-pane"
|
|
10638
10709
|
},
|
|
10639
10710
|
{
|
|
10640
|
-
"description": "
|
|
10641
|
-
"name": "
|
|
10711
|
+
"description": "Applied when the pane is disabled.",
|
|
10712
|
+
"name": "disabled"
|
|
10642
10713
|
},
|
|
10643
10714
|
{
|
|
10644
|
-
"description": "
|
|
10645
|
-
"name": "
|
|
10646
|
-
}
|
|
10715
|
+
"description": "Applied when the pane is the only one in a floating container.",
|
|
10716
|
+
"name": "single-floating"
|
|
10717
|
+
}
|
|
10718
|
+
],
|
|
10719
|
+
"slots": [
|
|
10647
10720
|
{
|
|
10648
|
-
"description": "
|
|
10649
|
-
"name": "
|
|
10721
|
+
"description": "Default slot for pane content.",
|
|
10722
|
+
"name": ""
|
|
10650
10723
|
},
|
|
10651
10724
|
{
|
|
10652
|
-
"description": "
|
|
10653
|
-
"name": "
|
|
10725
|
+
"description": "Slot for projecting a custom header for the pane.",
|
|
10726
|
+
"name": "header"
|
|
10654
10727
|
}
|
|
10655
10728
|
],
|
|
10656
10729
|
"members": [
|
|
@@ -10663,7 +10736,7 @@
|
|
|
10663
10736
|
"privacy": "public",
|
|
10664
10737
|
"static": true,
|
|
10665
10738
|
"readonly": true,
|
|
10666
|
-
"default": "'igc-pane
|
|
10739
|
+
"default": "'igc-content-pane'"
|
|
10667
10740
|
},
|
|
10668
10741
|
{
|
|
10669
10742
|
"kind": "method",
|
|
@@ -10673,219 +10746,182 @@
|
|
|
10673
10746
|
},
|
|
10674
10747
|
{
|
|
10675
10748
|
"kind": "field",
|
|
10676
|
-
"name": "
|
|
10749
|
+
"name": "_contentId",
|
|
10677
10750
|
"type": {
|
|
10678
|
-
"text": "
|
|
10751
|
+
"text": "string"
|
|
10679
10752
|
},
|
|
10680
|
-
"privacy": "private"
|
|
10753
|
+
"privacy": "private",
|
|
10754
|
+
"default": "''"
|
|
10681
10755
|
},
|
|
10682
10756
|
{
|
|
10683
10757
|
"kind": "field",
|
|
10684
|
-
"name": "
|
|
10758
|
+
"name": "_disabled",
|
|
10685
10759
|
"type": {
|
|
10686
|
-
"text": "
|
|
10760
|
+
"text": "boolean"
|
|
10687
10761
|
},
|
|
10688
10762
|
"privacy": "private",
|
|
10689
|
-
"default": "
|
|
10763
|
+
"default": "false"
|
|
10690
10764
|
},
|
|
10691
10765
|
{
|
|
10692
10766
|
"kind": "field",
|
|
10693
|
-
"name": "
|
|
10767
|
+
"name": "_isFlyout",
|
|
10694
10768
|
"type": {
|
|
10695
|
-
"text": "
|
|
10769
|
+
"text": "boolean"
|
|
10696
10770
|
},
|
|
10697
10771
|
"privacy": "private",
|
|
10698
|
-
"default": "
|
|
10772
|
+
"default": "false"
|
|
10699
10773
|
},
|
|
10700
10774
|
{
|
|
10701
10775
|
"kind": "field",
|
|
10702
|
-
"name": "
|
|
10776
|
+
"name": "_isSingleFloating",
|
|
10703
10777
|
"type": {
|
|
10704
|
-
"text": "
|
|
10778
|
+
"text": "boolean"
|
|
10705
10779
|
},
|
|
10706
|
-
"privacy": "
|
|
10707
|
-
"default": "
|
|
10708
|
-
"description": "Determines currently visible documents.",
|
|
10709
|
-
"attribute": "activeDocuments"
|
|
10780
|
+
"privacy": "private",
|
|
10781
|
+
"default": "false"
|
|
10710
10782
|
},
|
|
10711
10783
|
{
|
|
10712
10784
|
"kind": "field",
|
|
10713
|
-
"name": "
|
|
10785
|
+
"name": "_parentUseFixedSize",
|
|
10714
10786
|
"type": {
|
|
10715
|
-
"text": "
|
|
10787
|
+
"text": "boolean"
|
|
10716
10788
|
},
|
|
10717
|
-
"privacy": "
|
|
10718
|
-
"default": "
|
|
10719
|
-
"description": "Determines currently visible panes.",
|
|
10720
|
-
"attribute": "activePanes"
|
|
10789
|
+
"privacy": "private",
|
|
10790
|
+
"default": "false"
|
|
10721
10791
|
},
|
|
10722
10792
|
{
|
|
10723
10793
|
"kind": "field",
|
|
10724
|
-
"name": "
|
|
10794
|
+
"name": "_size",
|
|
10725
10795
|
"type": {
|
|
10726
10796
|
"text": "number"
|
|
10727
10797
|
},
|
|
10728
|
-
"privacy": "
|
|
10729
|
-
"
|
|
10730
|
-
"attribute": "selectedIndex"
|
|
10798
|
+
"privacy": "private",
|
|
10799
|
+
"default": "IGC_DEFAULT_PANE_SIZE"
|
|
10731
10800
|
},
|
|
10732
10801
|
{
|
|
10733
10802
|
"kind": "field",
|
|
10734
|
-
"name": "
|
|
10803
|
+
"name": "_unpinnedSize",
|
|
10735
10804
|
"type": {
|
|
10736
10805
|
"text": "number"
|
|
10737
10806
|
},
|
|
10807
|
+
"privacy": "private",
|
|
10808
|
+
"default": "IGC_DEFAULT_UNPIN_PANE_SIZE"
|
|
10809
|
+
},
|
|
10810
|
+
{
|
|
10811
|
+
"kind": "field",
|
|
10812
|
+
"name": "contentId",
|
|
10738
10813
|
"privacy": "public",
|
|
10739
|
-
"description": "
|
|
10740
|
-
"attribute": "
|
|
10814
|
+
"description": "Sets a unique identifier for the content pane.\nUsed for targeting slotted content.",
|
|
10815
|
+
"attribute": "content-id"
|
|
10741
10816
|
},
|
|
10742
10817
|
{
|
|
10743
10818
|
"kind": "field",
|
|
10744
|
-
"name": "
|
|
10819
|
+
"name": "header",
|
|
10745
10820
|
"type": {
|
|
10746
|
-
"text": "
|
|
10821
|
+
"text": "string"
|
|
10747
10822
|
},
|
|
10748
10823
|
"privacy": "public",
|
|
10749
|
-
"
|
|
10750
|
-
"
|
|
10824
|
+
"default": "''",
|
|
10825
|
+
"description": "Defines the header label for the pane.",
|
|
10826
|
+
"attribute": "header"
|
|
10751
10827
|
},
|
|
10752
10828
|
{
|
|
10753
10829
|
"kind": "field",
|
|
10754
|
-
"name": "
|
|
10755
|
-
"privacy": "
|
|
10830
|
+
"name": "disabled",
|
|
10831
|
+
"privacy": "public",
|
|
10832
|
+
"description": "Disables the pane and makes it non-interactive.",
|
|
10833
|
+
"default": "false",
|
|
10834
|
+
"attribute": "disabled"
|
|
10756
10835
|
},
|
|
10757
10836
|
{
|
|
10758
|
-
"kind": "
|
|
10759
|
-
"name": "
|
|
10760
|
-
"privacy": "
|
|
10761
|
-
"
|
|
10762
|
-
|
|
10763
|
-
|
|
10764
|
-
"type": {
|
|
10765
|
-
"text": "KeyboardEvent"
|
|
10766
|
-
}
|
|
10767
|
-
}
|
|
10768
|
-
]
|
|
10837
|
+
"kind": "field",
|
|
10838
|
+
"name": "isFlyout",
|
|
10839
|
+
"privacy": "public",
|
|
10840
|
+
"description": "Indicates whether the pane is currently in a flyout state.",
|
|
10841
|
+
"default": "false",
|
|
10842
|
+
"attribute": "is-flyout"
|
|
10769
10843
|
},
|
|
10770
10844
|
{
|
|
10771
|
-
"kind": "
|
|
10772
|
-
"name": "
|
|
10773
|
-
"privacy": "
|
|
10845
|
+
"kind": "field",
|
|
10846
|
+
"name": "isSingleFloating",
|
|
10847
|
+
"privacy": "public",
|
|
10848
|
+
"description": "Indicates that the pane is a single floating item.",
|
|
10849
|
+
"default": "false",
|
|
10850
|
+
"attribute": "is-single-floating"
|
|
10774
10851
|
},
|
|
10775
10852
|
{
|
|
10776
|
-
"kind": "
|
|
10777
|
-
"name": "
|
|
10778
|
-
"privacy": "
|
|
10779
|
-
"
|
|
10780
|
-
|
|
10781
|
-
|
|
10782
|
-
"type": {
|
|
10783
|
-
"text": "number"
|
|
10784
|
-
}
|
|
10785
|
-
},
|
|
10786
|
-
{
|
|
10787
|
-
"name": "direction",
|
|
10788
|
-
"type": {
|
|
10789
|
-
"text": "'next' | 'previous'"
|
|
10790
|
-
}
|
|
10791
|
-
}
|
|
10792
|
-
]
|
|
10853
|
+
"kind": "field",
|
|
10854
|
+
"name": "parentUseFixedSize",
|
|
10855
|
+
"privacy": "public",
|
|
10856
|
+
"description": "Indicates if the parent uses fixed pixel sizes for its child panes.\nWhen enabled, pane sizes are treated as absolute values instead of relative weights.",
|
|
10857
|
+
"default": "false",
|
|
10858
|
+
"attribute": "parent-use-fixed-size"
|
|
10793
10859
|
},
|
|
10794
10860
|
{
|
|
10795
|
-
"kind": "
|
|
10796
|
-
"name": "
|
|
10797
|
-
"privacy": "
|
|
10798
|
-
"
|
|
10799
|
-
|
|
10800
|
-
|
|
10801
|
-
|
|
10802
|
-
|
|
10803
|
-
|
|
10861
|
+
"kind": "field",
|
|
10862
|
+
"name": "size",
|
|
10863
|
+
"privacy": "public",
|
|
10864
|
+
"description": "Specifies the pane size.\nThis value is relative by default and used as a weight against sibling panes.\nWhen the parent uses fixed size mode, it is treated as an absolute pixel value.",
|
|
10865
|
+
"default": "100",
|
|
10866
|
+
"type": {
|
|
10867
|
+
"text": "number"
|
|
10868
|
+
},
|
|
10869
|
+
"attribute": "size"
|
|
10804
10870
|
},
|
|
10805
10871
|
{
|
|
10806
|
-
"kind": "
|
|
10807
|
-
"name": "
|
|
10872
|
+
"kind": "field",
|
|
10873
|
+
"name": "unpinnedSize",
|
|
10874
|
+
"privacy": "public",
|
|
10875
|
+
"description": "Specifies the pane's unpinned size when in flyout state.",
|
|
10876
|
+
"default": "100",
|
|
10877
|
+
"attribute": "unpinned-size",
|
|
10878
|
+
"type": {
|
|
10879
|
+
"text": "number"
|
|
10880
|
+
}
|
|
10881
|
+
},
|
|
10882
|
+
{
|
|
10883
|
+
"kind": "field",
|
|
10884
|
+
"name": "_minResizeWidth",
|
|
10808
10885
|
"privacy": "private",
|
|
10809
|
-
"
|
|
10810
|
-
{
|
|
10811
|
-
"name": "amount",
|
|
10812
|
-
"default": "1"
|
|
10813
|
-
}
|
|
10814
|
-
]
|
|
10886
|
+
"default": "IGC_RESIZING_MIN_SIZE"
|
|
10815
10887
|
},
|
|
10816
10888
|
{
|
|
10817
|
-
"kind": "
|
|
10818
|
-
"name": "
|
|
10889
|
+
"kind": "field",
|
|
10890
|
+
"name": "_minResizeHeight",
|
|
10819
10891
|
"privacy": "private",
|
|
10820
|
-
"
|
|
10821
|
-
|
|
10822
|
-
|
|
10823
|
-
|
|
10824
|
-
|
|
10825
|
-
|
|
10826
|
-
|
|
10827
|
-
|
|
10828
|
-
|
|
10829
|
-
|
|
10830
|
-
|
|
10831
|
-
|
|
10832
|
-
|
|
10833
|
-
|
|
10834
|
-
|
|
10835
|
-
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
|
|
10839
|
-
|
|
10892
|
+
"default": "IGC_RESIZING_MIN_SIZE"
|
|
10893
|
+
},
|
|
10894
|
+
{
|
|
10895
|
+
"kind": "field",
|
|
10896
|
+
"name": "minResizeWidth",
|
|
10897
|
+
"privacy": "public",
|
|
10898
|
+
"description": "The minimum width of the pane in pixels during resizing.",
|
|
10899
|
+
"default": "42",
|
|
10900
|
+
"attribute": "min-resize-width",
|
|
10901
|
+
"type": {
|
|
10902
|
+
"text": "number"
|
|
10903
|
+
}
|
|
10904
|
+
},
|
|
10905
|
+
{
|
|
10906
|
+
"kind": "field",
|
|
10907
|
+
"name": "minResizeHeight",
|
|
10908
|
+
"privacy": "public",
|
|
10909
|
+
"description": "The minimum height of the pane in pixels during resizing.",
|
|
10910
|
+
"default": "42",
|
|
10911
|
+
"attribute": "min-resize-height",
|
|
10912
|
+
"type": {
|
|
10913
|
+
"text": "number"
|
|
10914
|
+
}
|
|
10840
10915
|
},
|
|
10841
10916
|
{
|
|
10842
10917
|
"kind": "method",
|
|
10843
|
-
"name": "
|
|
10844
|
-
"privacy": "private"
|
|
10845
|
-
"return": {
|
|
10846
|
-
"type": {
|
|
10847
|
-
"text": "void"
|
|
10848
|
-
}
|
|
10849
|
-
},
|
|
10850
|
-
"parameters": [
|
|
10851
|
-
{
|
|
10852
|
-
"name": "index",
|
|
10853
|
-
"type": {
|
|
10854
|
-
"text": "number"
|
|
10855
|
-
}
|
|
10856
|
-
},
|
|
10857
|
-
{
|
|
10858
|
-
"name": "isDocHost",
|
|
10859
|
-
"type": {
|
|
10860
|
-
"text": "boolean"
|
|
10861
|
-
}
|
|
10862
|
-
}
|
|
10863
|
-
]
|
|
10918
|
+
"name": "_updateFlex",
|
|
10919
|
+
"privacy": "private"
|
|
10864
10920
|
},
|
|
10865
10921
|
{
|
|
10866
10922
|
"kind": "method",
|
|
10867
|
-
"name": "
|
|
10868
|
-
"privacy": "private"
|
|
10869
|
-
"parameters": [
|
|
10870
|
-
{
|
|
10871
|
-
"name": "title",
|
|
10872
|
-
"type": {
|
|
10873
|
-
"text": "string"
|
|
10874
|
-
}
|
|
10875
|
-
},
|
|
10876
|
-
{
|
|
10877
|
-
"name": "items",
|
|
10878
|
-
"type": {
|
|
10879
|
-
"text": "IgcContentPane[]"
|
|
10880
|
-
}
|
|
10881
|
-
},
|
|
10882
|
-
{
|
|
10883
|
-
"name": "isDocHost",
|
|
10884
|
-
"type": {
|
|
10885
|
-
"text": "boolean"
|
|
10886
|
-
}
|
|
10887
|
-
}
|
|
10888
|
-
]
|
|
10923
|
+
"name": "_updateParts",
|
|
10924
|
+
"privacy": "private"
|
|
10889
10925
|
},
|
|
10890
10926
|
{
|
|
10891
10927
|
"kind": "method",
|
|
@@ -11025,8 +11061,8 @@
|
|
|
11025
11061
|
],
|
|
11026
11062
|
"events": [
|
|
11027
11063
|
{
|
|
11028
|
-
"description": "
|
|
11029
|
-
"name": "
|
|
11064
|
+
"description": "Emitted after the component has rendered.",
|
|
11065
|
+
"name": "igcRendered"
|
|
11030
11066
|
},
|
|
11031
11067
|
{
|
|
11032
11068
|
"type": {
|
|
@@ -11040,46 +11076,85 @@
|
|
|
11040
11076
|
],
|
|
11041
11077
|
"attributes": [
|
|
11042
11078
|
{
|
|
11043
|
-
"name": "
|
|
11044
|
-
"
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
"default": "[]",
|
|
11048
|
-
"description": "Determines currently visible documents.",
|
|
11049
|
-
"fieldName": "activeDocuments"
|
|
11079
|
+
"name": "content-id",
|
|
11080
|
+
"description": "Sets a unique identifier for the content pane.\nUsed for targeting slotted content.",
|
|
11081
|
+
"fieldName": "contentId",
|
|
11082
|
+
"attribute": "content-id"
|
|
11050
11083
|
},
|
|
11051
11084
|
{
|
|
11052
|
-
"name": "
|
|
11085
|
+
"name": "is-flyout",
|
|
11086
|
+
"description": "Indicates whether the pane is currently in a flyout state.",
|
|
11087
|
+
"default": "false",
|
|
11088
|
+
"fieldName": "isFlyout",
|
|
11089
|
+
"attribute": "is-flyout"
|
|
11090
|
+
},
|
|
11091
|
+
{
|
|
11092
|
+
"name": "is-single-floating",
|
|
11093
|
+
"description": "Indicates that the pane is a single floating item.",
|
|
11094
|
+
"default": "false",
|
|
11095
|
+
"fieldName": "isSingleFloating",
|
|
11096
|
+
"attribute": "is-single-floating"
|
|
11097
|
+
},
|
|
11098
|
+
{
|
|
11099
|
+
"name": "parent-use-fixed-size",
|
|
11100
|
+
"description": "Indicates if the parent uses fixed pixel sizes for its child panes.\nWhen enabled, pane sizes are treated as absolute values instead of relative weights.",
|
|
11101
|
+
"default": "false",
|
|
11102
|
+
"fieldName": "parentUseFixedSize",
|
|
11103
|
+
"attribute": "parent-use-fixed-size"
|
|
11104
|
+
},
|
|
11105
|
+
{
|
|
11106
|
+
"name": "unpinned-size",
|
|
11107
|
+
"description": "Specifies the pane's unpinned size when in flyout state.",
|
|
11108
|
+
"default": "100",
|
|
11109
|
+
"fieldName": "unpinnedSize",
|
|
11110
|
+
"attribute": "unpinned-size",
|
|
11053
11111
|
"type": {
|
|
11054
|
-
"text": "
|
|
11055
|
-
}
|
|
11056
|
-
"default": "[]",
|
|
11057
|
-
"description": "Determines currently visible panes.",
|
|
11058
|
-
"fieldName": "activePanes"
|
|
11112
|
+
"text": "number"
|
|
11113
|
+
}
|
|
11059
11114
|
},
|
|
11060
11115
|
{
|
|
11061
|
-
"name": "
|
|
11116
|
+
"name": "min-resize-width",
|
|
11117
|
+
"description": "The minimum width of the pane in pixels during resizing.",
|
|
11118
|
+
"default": "42",
|
|
11119
|
+
"fieldName": "minResizeWidth",
|
|
11120
|
+
"attribute": "min-resize-width",
|
|
11062
11121
|
"type": {
|
|
11063
11122
|
"text": "number"
|
|
11064
|
-
}
|
|
11065
|
-
"description": "Determines the index of the selected item.",
|
|
11066
|
-
"fieldName": "selectedIndex"
|
|
11123
|
+
}
|
|
11067
11124
|
},
|
|
11068
11125
|
{
|
|
11069
|
-
"name": "
|
|
11126
|
+
"name": "min-resize-height",
|
|
11127
|
+
"description": "The minimum height of the pane in pixels during resizing.",
|
|
11128
|
+
"default": "42",
|
|
11129
|
+
"fieldName": "minResizeHeight",
|
|
11130
|
+
"attribute": "min-resize-height",
|
|
11070
11131
|
"type": {
|
|
11071
11132
|
"text": "number"
|
|
11133
|
+
}
|
|
11134
|
+
},
|
|
11135
|
+
{
|
|
11136
|
+
"name": "header",
|
|
11137
|
+
"type": {
|
|
11138
|
+
"text": "string"
|
|
11072
11139
|
},
|
|
11073
|
-
"
|
|
11074
|
-
"
|
|
11140
|
+
"default": "''",
|
|
11141
|
+
"description": "Defines the header label for the pane.",
|
|
11142
|
+
"fieldName": "header"
|
|
11075
11143
|
},
|
|
11076
11144
|
{
|
|
11077
|
-
"name": "
|
|
11145
|
+
"name": "disabled",
|
|
11146
|
+
"description": "Disables the pane and makes it non-interactive.",
|
|
11147
|
+
"default": "false",
|
|
11148
|
+
"fieldName": "disabled"
|
|
11149
|
+
},
|
|
11150
|
+
{
|
|
11151
|
+
"name": "size",
|
|
11152
|
+
"description": "Specifies the pane size.\nThis value is relative by default and used as a weight against sibling panes.\nWhen the parent uses fixed size mode, it is treated as an absolute pixel value.",
|
|
11153
|
+
"default": "100",
|
|
11078
11154
|
"type": {
|
|
11079
|
-
"text": "
|
|
11155
|
+
"text": "number"
|
|
11080
11156
|
},
|
|
11081
|
-
"
|
|
11082
|
-
"fieldName": "resourceStrings"
|
|
11157
|
+
"fieldName": "size"
|
|
11083
11158
|
}
|
|
11084
11159
|
],
|
|
11085
11160
|
"mixins": [
|
|
@@ -11092,7 +11167,7 @@
|
|
|
11092
11167
|
"name": "LitElement",
|
|
11093
11168
|
"package": "lit"
|
|
11094
11169
|
},
|
|
11095
|
-
"tagName": "igc-pane
|
|
11170
|
+
"tagName": "igc-content-pane",
|
|
11096
11171
|
"customElement": true
|
|
11097
11172
|
}
|
|
11098
11173
|
],
|
|
@@ -11101,44 +11176,20 @@
|
|
|
11101
11176
|
"kind": "js",
|
|
11102
11177
|
"name": "default",
|
|
11103
11178
|
"declaration": {
|
|
11104
|
-
"name": "
|
|
11105
|
-
"module": "src/components/dockmanager/
|
|
11179
|
+
"name": "IgcContentPaneComponent",
|
|
11180
|
+
"module": "src/components/dockmanager/panes/content-pane-component.ts"
|
|
11106
11181
|
}
|
|
11107
11182
|
}
|
|
11108
11183
|
]
|
|
11109
11184
|
},
|
|
11110
11185
|
{
|
|
11111
11186
|
"kind": "javascript-module",
|
|
11112
|
-
"path": "src/components/dockmanager/panes/
|
|
11187
|
+
"path": "src/components/dockmanager/panes/document-host-component.ts",
|
|
11113
11188
|
"declarations": [
|
|
11114
11189
|
{
|
|
11115
11190
|
"kind": "class",
|
|
11116
11191
|
"description": "",
|
|
11117
|
-
"name": "
|
|
11118
|
-
"cssParts": [
|
|
11119
|
-
{
|
|
11120
|
-
"description": "The main wrapper of the content-pane component.",
|
|
11121
|
-
"name": "content-pane"
|
|
11122
|
-
},
|
|
11123
|
-
{
|
|
11124
|
-
"description": "Applied when the pane is disabled.",
|
|
11125
|
-
"name": "disabled"
|
|
11126
|
-
},
|
|
11127
|
-
{
|
|
11128
|
-
"description": "Applied when the pane is the only one in a floating container.",
|
|
11129
|
-
"name": "single-floating"
|
|
11130
|
-
}
|
|
11131
|
-
],
|
|
11132
|
-
"slots": [
|
|
11133
|
-
{
|
|
11134
|
-
"description": "Default slot for pane content.",
|
|
11135
|
-
"name": ""
|
|
11136
|
-
},
|
|
11137
|
-
{
|
|
11138
|
-
"description": "Slot for projecting a custom header for the pane.",
|
|
11139
|
-
"name": "header"
|
|
11140
|
-
}
|
|
11141
|
-
],
|
|
11192
|
+
"name": "IgcDocumentHostComponent",
|
|
11142
11193
|
"members": [
|
|
11143
11194
|
{
|
|
11144
11195
|
"kind": "field",
|
|
@@ -11149,7 +11200,7 @@
|
|
|
11149
11200
|
"privacy": "public",
|
|
11150
11201
|
"static": true,
|
|
11151
11202
|
"readonly": true,
|
|
11152
|
-
"default": "'igc-
|
|
11203
|
+
"default": "'igc-document-host'"
|
|
11153
11204
|
},
|
|
11154
11205
|
{
|
|
11155
11206
|
"kind": "method",
|
|
@@ -11159,16 +11210,16 @@
|
|
|
11159
11210
|
},
|
|
11160
11211
|
{
|
|
11161
11212
|
"kind": "field",
|
|
11162
|
-
"name": "
|
|
11213
|
+
"name": "_size",
|
|
11163
11214
|
"type": {
|
|
11164
|
-
"text": "
|
|
11215
|
+
"text": "number"
|
|
11165
11216
|
},
|
|
11166
11217
|
"privacy": "private",
|
|
11167
|
-
"default": "
|
|
11218
|
+
"default": "IGC_DEFAULT_PANE_SIZE"
|
|
11168
11219
|
},
|
|
11169
11220
|
{
|
|
11170
11221
|
"kind": "field",
|
|
11171
|
-
"name": "
|
|
11222
|
+
"name": "_parentUseFixedSize",
|
|
11172
11223
|
"type": {
|
|
11173
11224
|
"text": "boolean"
|
|
11174
11225
|
},
|
|
@@ -11177,163 +11228,258 @@
|
|
|
11177
11228
|
},
|
|
11178
11229
|
{
|
|
11179
11230
|
"kind": "field",
|
|
11180
|
-
"name": "
|
|
11181
|
-
"
|
|
11182
|
-
|
|
11183
|
-
},
|
|
11184
|
-
"privacy": "private",
|
|
11185
|
-
"default": "false"
|
|
11231
|
+
"name": "parentUseFixedSize",
|
|
11232
|
+
"privacy": "public",
|
|
11233
|
+
"attribute": "parentUseFixedSize"
|
|
11186
11234
|
},
|
|
11187
11235
|
{
|
|
11188
11236
|
"kind": "field",
|
|
11189
|
-
"name": "
|
|
11237
|
+
"name": "size",
|
|
11238
|
+
"privacy": "public",
|
|
11190
11239
|
"type": {
|
|
11191
|
-
"text": "
|
|
11240
|
+
"text": "number"
|
|
11192
11241
|
},
|
|
11193
|
-
"
|
|
11194
|
-
"default": "false"
|
|
11242
|
+
"attribute": "size"
|
|
11195
11243
|
},
|
|
11196
11244
|
{
|
|
11197
|
-
"kind": "
|
|
11198
|
-
"name": "
|
|
11199
|
-
"
|
|
11200
|
-
|
|
11201
|
-
|
|
11202
|
-
|
|
11203
|
-
|
|
11245
|
+
"kind": "method",
|
|
11246
|
+
"name": "_applyDynamicStyles",
|
|
11247
|
+
"privacy": "private"
|
|
11248
|
+
}
|
|
11249
|
+
],
|
|
11250
|
+
"attributes": [
|
|
11251
|
+
{
|
|
11252
|
+
"name": "parentUseFixedSize",
|
|
11253
|
+
"fieldName": "parentUseFixedSize"
|
|
11204
11254
|
},
|
|
11205
11255
|
{
|
|
11206
|
-
"
|
|
11207
|
-
"name": "_size",
|
|
11256
|
+
"name": "size",
|
|
11208
11257
|
"type": {
|
|
11209
11258
|
"text": "number"
|
|
11210
11259
|
},
|
|
11211
|
-
"
|
|
11212
|
-
|
|
11213
|
-
|
|
11214
|
-
|
|
11260
|
+
"fieldName": "size"
|
|
11261
|
+
}
|
|
11262
|
+
],
|
|
11263
|
+
"superclass": {
|
|
11264
|
+
"name": "LitElement",
|
|
11265
|
+
"package": "lit"
|
|
11266
|
+
},
|
|
11267
|
+
"customElement": true
|
|
11268
|
+
}
|
|
11269
|
+
],
|
|
11270
|
+
"exports": [
|
|
11271
|
+
{
|
|
11272
|
+
"kind": "js",
|
|
11273
|
+
"name": "default",
|
|
11274
|
+
"declaration": {
|
|
11275
|
+
"name": "IgcDocumentHostComponent",
|
|
11276
|
+
"module": "src/components/dockmanager/panes/document-host-component.ts"
|
|
11277
|
+
}
|
|
11278
|
+
}
|
|
11279
|
+
]
|
|
11280
|
+
},
|
|
11281
|
+
{
|
|
11282
|
+
"kind": "javascript-module",
|
|
11283
|
+
"path": "src/components/dockmanager/panes/floating-pane-component.ts",
|
|
11284
|
+
"declarations": [
|
|
11285
|
+
{
|
|
11286
|
+
"kind": "class",
|
|
11287
|
+
"description": "",
|
|
11288
|
+
"name": "IgcFloatingPaneComponent",
|
|
11289
|
+
"cssParts": [
|
|
11290
|
+
{
|
|
11291
|
+
"description": "The root floating pane container.",
|
|
11292
|
+
"name": "floating-window"
|
|
11293
|
+
}
|
|
11294
|
+
],
|
|
11295
|
+
"slots": [
|
|
11296
|
+
{
|
|
11297
|
+
"description": "Renders the floating pane header content.",
|
|
11298
|
+
"name": "header"
|
|
11299
|
+
},
|
|
11300
|
+
{
|
|
11301
|
+
"description": "Renders the main content of the floating pane.",
|
|
11302
|
+
"name": ""
|
|
11303
|
+
}
|
|
11304
|
+
],
|
|
11305
|
+
"members": [
|
|
11306
|
+
{
|
|
11215
11307
|
"kind": "field",
|
|
11216
|
-
"name": "
|
|
11308
|
+
"name": "tagName",
|
|
11217
11309
|
"type": {
|
|
11218
|
-
"text": "
|
|
11310
|
+
"text": "string"
|
|
11219
11311
|
},
|
|
11220
|
-
"privacy": "
|
|
11221
|
-
"
|
|
11312
|
+
"privacy": "public",
|
|
11313
|
+
"static": true,
|
|
11314
|
+
"readonly": true,
|
|
11315
|
+
"default": "'igc-floating-pane'"
|
|
11222
11316
|
},
|
|
11223
11317
|
{
|
|
11224
|
-
"kind": "
|
|
11225
|
-
"name": "
|
|
11318
|
+
"kind": "method",
|
|
11319
|
+
"name": "register",
|
|
11226
11320
|
"privacy": "public",
|
|
11227
|
-
"
|
|
11228
|
-
"attribute": "content-id"
|
|
11321
|
+
"static": true
|
|
11229
11322
|
},
|
|
11230
11323
|
{
|
|
11231
11324
|
"kind": "field",
|
|
11232
|
-
"name": "
|
|
11325
|
+
"name": "_floatingLocation",
|
|
11233
11326
|
"type": {
|
|
11234
|
-
"text": "
|
|
11327
|
+
"text": "IgcDockManagerPoint"
|
|
11235
11328
|
},
|
|
11236
|
-
"privacy": "
|
|
11237
|
-
"default": "''",
|
|
11238
|
-
"description": "Defines the header label for the pane.",
|
|
11239
|
-
"attribute": "header"
|
|
11329
|
+
"privacy": "private"
|
|
11240
11330
|
},
|
|
11241
11331
|
{
|
|
11242
11332
|
"kind": "field",
|
|
11243
|
-
"name": "
|
|
11244
|
-
"privacy": "
|
|
11245
|
-
"
|
|
11246
|
-
"default": "false",
|
|
11247
|
-
"attribute": "disabled"
|
|
11333
|
+
"name": "_floatingHeight",
|
|
11334
|
+
"privacy": "private",
|
|
11335
|
+
"default": "IGC_DEFAULT_PANE_SIZE"
|
|
11248
11336
|
},
|
|
11249
11337
|
{
|
|
11250
11338
|
"kind": "field",
|
|
11251
|
-
"name": "
|
|
11252
|
-
"privacy": "
|
|
11253
|
-
"
|
|
11254
|
-
"default": "false",
|
|
11255
|
-
"attribute": "is-flyout"
|
|
11339
|
+
"name": "_floatingWidth",
|
|
11340
|
+
"privacy": "private",
|
|
11341
|
+
"default": "IGC_DEFAULT_PANE_SIZE"
|
|
11256
11342
|
},
|
|
11257
11343
|
{
|
|
11258
11344
|
"kind": "field",
|
|
11259
|
-
"name": "
|
|
11345
|
+
"name": "_floatingMinHeight",
|
|
11346
|
+
"privacy": "private",
|
|
11347
|
+
"default": "IGC_DEFAULT_PANE_SIZE"
|
|
11348
|
+
},
|
|
11349
|
+
{
|
|
11350
|
+
"kind": "field",
|
|
11351
|
+
"name": "_floatingMinWidth",
|
|
11352
|
+
"privacy": "private",
|
|
11353
|
+
"default": "IGC_DEFAULT_PANE_SIZE"
|
|
11354
|
+
},
|
|
11355
|
+
{
|
|
11356
|
+
"kind": "field",
|
|
11357
|
+
"name": "_maximized",
|
|
11358
|
+
"type": {
|
|
11359
|
+
"text": "boolean"
|
|
11360
|
+
},
|
|
11361
|
+
"privacy": "private",
|
|
11362
|
+
"default": "false"
|
|
11363
|
+
},
|
|
11364
|
+
{
|
|
11365
|
+
"kind": "field",
|
|
11366
|
+
"name": "allowResize",
|
|
11367
|
+
"type": {
|
|
11368
|
+
"text": "boolean"
|
|
11369
|
+
},
|
|
11260
11370
|
"privacy": "public",
|
|
11261
|
-
"
|
|
11262
|
-
"
|
|
11263
|
-
"attribute": "
|
|
11371
|
+
"default": "true",
|
|
11372
|
+
"description": "Indicates whether the floating pane can be resized.",
|
|
11373
|
+
"attribute": "allowResize"
|
|
11264
11374
|
},
|
|
11265
11375
|
{
|
|
11266
11376
|
"kind": "field",
|
|
11267
|
-
"name": "
|
|
11377
|
+
"name": "floatingLocation",
|
|
11268
11378
|
"privacy": "public",
|
|
11269
|
-
"description": "
|
|
11270
|
-
"
|
|
11271
|
-
|
|
11379
|
+
"description": "The current location of the floating pane.\nDefaults to top-left corner position.",
|
|
11380
|
+
"type": {
|
|
11381
|
+
"text": "IgcDockManagerPoint"
|
|
11382
|
+
},
|
|
11383
|
+
"attribute": "floatingLocation"
|
|
11272
11384
|
},
|
|
11273
11385
|
{
|
|
11274
11386
|
"kind": "field",
|
|
11275
|
-
"name": "
|
|
11387
|
+
"name": "floatingWidth",
|
|
11276
11388
|
"privacy": "public",
|
|
11277
|
-
"description": "
|
|
11389
|
+
"description": "The current width of the floating pane.",
|
|
11278
11390
|
"default": "100",
|
|
11279
11391
|
"type": {
|
|
11280
11392
|
"text": "number"
|
|
11281
11393
|
},
|
|
11282
|
-
"attribute": "
|
|
11394
|
+
"attribute": "floatingWidth"
|
|
11283
11395
|
},
|
|
11284
11396
|
{
|
|
11285
11397
|
"kind": "field",
|
|
11286
|
-
"name": "
|
|
11398
|
+
"name": "floatingHeight",
|
|
11287
11399
|
"privacy": "public",
|
|
11288
|
-
"description": "
|
|
11400
|
+
"description": "The current height of the floating pane.",
|
|
11289
11401
|
"default": "100",
|
|
11290
|
-
"attribute": "unpinned-size",
|
|
11291
11402
|
"type": {
|
|
11292
11403
|
"text": "number"
|
|
11293
|
-
}
|
|
11404
|
+
},
|
|
11405
|
+
"attribute": "floatingHeight"
|
|
11294
11406
|
},
|
|
11295
11407
|
{
|
|
11296
11408
|
"kind": "field",
|
|
11297
|
-
"name": "
|
|
11298
|
-
"
|
|
11299
|
-
|
|
11409
|
+
"name": "hasHeader",
|
|
11410
|
+
"type": {
|
|
11411
|
+
"text": "boolean"
|
|
11412
|
+
},
|
|
11413
|
+
"privacy": "public",
|
|
11414
|
+
"default": "false",
|
|
11415
|
+
"description": "Indicates whether the pane has a header section.",
|
|
11416
|
+
"attribute": "hasHeader"
|
|
11300
11417
|
},
|
|
11301
11418
|
{
|
|
11302
11419
|
"kind": "field",
|
|
11303
|
-
"name": "
|
|
11304
|
-
"privacy": "
|
|
11305
|
-
"
|
|
11420
|
+
"name": "floatingMinHeight",
|
|
11421
|
+
"privacy": "public",
|
|
11422
|
+
"description": "The minimum height constraint for the floating pane.",
|
|
11423
|
+
"default": "100",
|
|
11424
|
+
"type": {
|
|
11425
|
+
"text": "number"
|
|
11426
|
+
},
|
|
11427
|
+
"attribute": "floatingMinHeight"
|
|
11306
11428
|
},
|
|
11307
11429
|
{
|
|
11308
11430
|
"kind": "field",
|
|
11309
|
-
"name": "
|
|
11431
|
+
"name": "floatingMinWidth",
|
|
11310
11432
|
"privacy": "public",
|
|
11311
|
-
"description": "The minimum width
|
|
11312
|
-
"default": "
|
|
11313
|
-
"attribute": "min-resize-width",
|
|
11433
|
+
"description": "The minimum width constraint for the floating pane.",
|
|
11434
|
+
"default": "100",
|
|
11314
11435
|
"type": {
|
|
11315
11436
|
"text": "number"
|
|
11316
|
-
}
|
|
11437
|
+
},
|
|
11438
|
+
"attribute": "floatingMinWidth"
|
|
11317
11439
|
},
|
|
11318
11440
|
{
|
|
11319
11441
|
"kind": "field",
|
|
11320
|
-
"name": "
|
|
11321
|
-
"privacy": "public",
|
|
11322
|
-
"description": "The minimum height of the pane in pixels during resizing.",
|
|
11323
|
-
"default": "42",
|
|
11324
|
-
"attribute": "min-resize-height",
|
|
11442
|
+
"name": "floatingId",
|
|
11325
11443
|
"type": {
|
|
11326
|
-
"text": "
|
|
11327
|
-
}
|
|
11444
|
+
"text": "string"
|
|
11445
|
+
},
|
|
11446
|
+
"privacy": "public",
|
|
11447
|
+
"default": "''",
|
|
11448
|
+
"description": "A unique identifier for the floating pane.",
|
|
11449
|
+
"attribute": "floatingId"
|
|
11450
|
+
},
|
|
11451
|
+
{
|
|
11452
|
+
"kind": "field",
|
|
11453
|
+
"name": "maximized",
|
|
11454
|
+
"privacy": "public",
|
|
11455
|
+
"description": "Indicates whether the floating pane is currently maximized.",
|
|
11456
|
+
"default": "false",
|
|
11457
|
+
"attribute": "maximized"
|
|
11458
|
+
},
|
|
11459
|
+
{
|
|
11460
|
+
"kind": "field",
|
|
11461
|
+
"name": "_dynamicStyles",
|
|
11462
|
+
"privacy": "private",
|
|
11463
|
+
"readonly": true
|
|
11328
11464
|
},
|
|
11329
11465
|
{
|
|
11330
11466
|
"kind": "method",
|
|
11331
|
-
"name": "
|
|
11467
|
+
"name": "_applyDynamicStyles",
|
|
11332
11468
|
"privacy": "private"
|
|
11333
11469
|
},
|
|
11334
11470
|
{
|
|
11335
|
-
"kind": "
|
|
11336
|
-
"name": "
|
|
11471
|
+
"kind": "field",
|
|
11472
|
+
"name": "_handleResizeStart",
|
|
11473
|
+
"privacy": "private"
|
|
11474
|
+
},
|
|
11475
|
+
{
|
|
11476
|
+
"kind": "field",
|
|
11477
|
+
"name": "_handleResizeMove",
|
|
11478
|
+
"privacy": "private"
|
|
11479
|
+
},
|
|
11480
|
+
{
|
|
11481
|
+
"kind": "field",
|
|
11482
|
+
"name": "_handleResizeEnd",
|
|
11337
11483
|
"privacy": "private"
|
|
11338
11484
|
},
|
|
11339
11485
|
{
|
|
@@ -11474,8 +11620,16 @@
|
|
|
11474
11620
|
],
|
|
11475
11621
|
"events": [
|
|
11476
11622
|
{
|
|
11477
|
-
"description": "Emitted
|
|
11478
|
-
"name": "
|
|
11623
|
+
"description": "Emitted when a resize interaction begins.",
|
|
11624
|
+
"name": "wndResizeStart"
|
|
11625
|
+
},
|
|
11626
|
+
{
|
|
11627
|
+
"description": "Emitted during the pane resize movement.",
|
|
11628
|
+
"name": "wndResizeMove"
|
|
11629
|
+
},
|
|
11630
|
+
{
|
|
11631
|
+
"description": "Emitted when the resize interaction ends.",
|
|
11632
|
+
"name": "wndResizeEnd"
|
|
11479
11633
|
},
|
|
11480
11634
|
{
|
|
11481
11635
|
"type": {
|
|
@@ -11489,85 +11643,81 @@
|
|
|
11489
11643
|
],
|
|
11490
11644
|
"attributes": [
|
|
11491
11645
|
{
|
|
11492
|
-
"name": "
|
|
11493
|
-
"
|
|
11494
|
-
|
|
11495
|
-
|
|
11646
|
+
"name": "allowResize",
|
|
11647
|
+
"type": {
|
|
11648
|
+
"text": "boolean"
|
|
11649
|
+
},
|
|
11650
|
+
"default": "true",
|
|
11651
|
+
"description": "Indicates whether the floating pane can be resized.",
|
|
11652
|
+
"fieldName": "allowResize"
|
|
11496
11653
|
},
|
|
11497
11654
|
{
|
|
11498
|
-
"name": "
|
|
11499
|
-
"description": "
|
|
11500
|
-
"
|
|
11501
|
-
|
|
11502
|
-
|
|
11655
|
+
"name": "floatingLocation",
|
|
11656
|
+
"description": "The current location of the floating pane.\nDefaults to top-left corner position.",
|
|
11657
|
+
"type": {
|
|
11658
|
+
"text": "IgcDockManagerPoint"
|
|
11659
|
+
},
|
|
11660
|
+
"fieldName": "floatingLocation"
|
|
11503
11661
|
},
|
|
11504
11662
|
{
|
|
11505
|
-
"name": "
|
|
11506
|
-
"description": "
|
|
11507
|
-
"default": "
|
|
11508
|
-
"
|
|
11509
|
-
|
|
11510
|
-
|
|
11511
|
-
|
|
11512
|
-
"name": "parent-use-fixed-size",
|
|
11513
|
-
"description": "Indicates if the parent uses fixed pixel sizes for its child panes.\nWhen enabled, pane sizes are treated as absolute values instead of relative weights.",
|
|
11514
|
-
"default": "false",
|
|
11515
|
-
"fieldName": "parentUseFixedSize",
|
|
11516
|
-
"attribute": "parent-use-fixed-size"
|
|
11663
|
+
"name": "floatingWidth",
|
|
11664
|
+
"description": "The current width of the floating pane.",
|
|
11665
|
+
"default": "100",
|
|
11666
|
+
"type": {
|
|
11667
|
+
"text": "number"
|
|
11668
|
+
},
|
|
11669
|
+
"fieldName": "floatingWidth"
|
|
11517
11670
|
},
|
|
11518
11671
|
{
|
|
11519
|
-
"name": "
|
|
11520
|
-
"description": "
|
|
11672
|
+
"name": "floatingHeight",
|
|
11673
|
+
"description": "The current height of the floating pane.",
|
|
11521
11674
|
"default": "100",
|
|
11522
|
-
"fieldName": "unpinnedSize",
|
|
11523
|
-
"attribute": "unpinned-size",
|
|
11524
11675
|
"type": {
|
|
11525
11676
|
"text": "number"
|
|
11526
|
-
}
|
|
11677
|
+
},
|
|
11678
|
+
"fieldName": "floatingHeight"
|
|
11527
11679
|
},
|
|
11528
11680
|
{
|
|
11529
|
-
"name": "
|
|
11530
|
-
"
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
"
|
|
11681
|
+
"name": "hasHeader",
|
|
11682
|
+
"type": {
|
|
11683
|
+
"text": "boolean"
|
|
11684
|
+
},
|
|
11685
|
+
"default": "false",
|
|
11686
|
+
"description": "Indicates whether the pane has a header section.",
|
|
11687
|
+
"fieldName": "hasHeader"
|
|
11688
|
+
},
|
|
11689
|
+
{
|
|
11690
|
+
"name": "floatingMinHeight",
|
|
11691
|
+
"description": "The minimum height constraint for the floating pane.",
|
|
11692
|
+
"default": "100",
|
|
11534
11693
|
"type": {
|
|
11535
11694
|
"text": "number"
|
|
11536
|
-
}
|
|
11695
|
+
},
|
|
11696
|
+
"fieldName": "floatingMinHeight"
|
|
11537
11697
|
},
|
|
11538
11698
|
{
|
|
11539
|
-
"name": "
|
|
11540
|
-
"description": "The minimum
|
|
11541
|
-
"default": "
|
|
11542
|
-
"fieldName": "minResizeHeight",
|
|
11543
|
-
"attribute": "min-resize-height",
|
|
11699
|
+
"name": "floatingMinWidth",
|
|
11700
|
+
"description": "The minimum width constraint for the floating pane.",
|
|
11701
|
+
"default": "100",
|
|
11544
11702
|
"type": {
|
|
11545
11703
|
"text": "number"
|
|
11546
|
-
}
|
|
11704
|
+
},
|
|
11705
|
+
"fieldName": "floatingMinWidth"
|
|
11547
11706
|
},
|
|
11548
11707
|
{
|
|
11549
|
-
"name": "
|
|
11708
|
+
"name": "floatingId",
|
|
11550
11709
|
"type": {
|
|
11551
11710
|
"text": "string"
|
|
11552
11711
|
},
|
|
11553
11712
|
"default": "''",
|
|
11554
|
-
"description": "
|
|
11555
|
-
"fieldName": "
|
|
11713
|
+
"description": "A unique identifier for the floating pane.",
|
|
11714
|
+
"fieldName": "floatingId"
|
|
11556
11715
|
},
|
|
11557
11716
|
{
|
|
11558
|
-
"name": "
|
|
11559
|
-
"description": "
|
|
11717
|
+
"name": "maximized",
|
|
11718
|
+
"description": "Indicates whether the floating pane is currently maximized.",
|
|
11560
11719
|
"default": "false",
|
|
11561
|
-
"fieldName": "
|
|
11562
|
-
},
|
|
11563
|
-
{
|
|
11564
|
-
"name": "size",
|
|
11565
|
-
"description": "Specifies the pane size.\nThis value is relative by default and used as a weight against sibling panes.\nWhen the parent uses fixed size mode, it is treated as an absolute pixel value.",
|
|
11566
|
-
"default": "100",
|
|
11567
|
-
"type": {
|
|
11568
|
-
"text": "number"
|
|
11569
|
-
},
|
|
11570
|
-
"fieldName": "size"
|
|
11720
|
+
"fieldName": "maximized"
|
|
11571
11721
|
}
|
|
11572
11722
|
],
|
|
11573
11723
|
"mixins": [
|
|
@@ -11580,7 +11730,7 @@
|
|
|
11580
11730
|
"name": "LitElement",
|
|
11581
11731
|
"package": "lit"
|
|
11582
11732
|
},
|
|
11583
|
-
"tagName": "igc-
|
|
11733
|
+
"tagName": "igc-floating-pane",
|
|
11584
11734
|
"customElement": true
|
|
11585
11735
|
}
|
|
11586
11736
|
],
|
|
@@ -11589,130 +11739,44 @@
|
|
|
11589
11739
|
"kind": "js",
|
|
11590
11740
|
"name": "default",
|
|
11591
11741
|
"declaration": {
|
|
11592
|
-
"name": "
|
|
11593
|
-
"module": "src/components/dockmanager/panes/
|
|
11742
|
+
"name": "IgcFloatingPaneComponent",
|
|
11743
|
+
"module": "src/components/dockmanager/panes/floating-pane-component.ts"
|
|
11594
11744
|
}
|
|
11595
11745
|
}
|
|
11596
11746
|
]
|
|
11597
11747
|
},
|
|
11598
11748
|
{
|
|
11599
11749
|
"kind": "javascript-module",
|
|
11600
|
-
"path": "src/components/dockmanager/panes/
|
|
11750
|
+
"path": "src/components/dockmanager/panes/pane-header-component.ts",
|
|
11601
11751
|
"declarations": [
|
|
11602
11752
|
{
|
|
11603
11753
|
"kind": "class",
|
|
11604
11754
|
"description": "",
|
|
11605
|
-
"name": "
|
|
11606
|
-
"
|
|
11607
|
-
{
|
|
11608
|
-
"kind": "field",
|
|
11609
|
-
"name": "tagName",
|
|
11610
|
-
"type": {
|
|
11611
|
-
"text": "string"
|
|
11612
|
-
},
|
|
11613
|
-
"privacy": "public",
|
|
11614
|
-
"static": true,
|
|
11615
|
-
"readonly": true,
|
|
11616
|
-
"default": "'igc-document-host'"
|
|
11617
|
-
},
|
|
11618
|
-
{
|
|
11619
|
-
"kind": "method",
|
|
11620
|
-
"name": "register",
|
|
11621
|
-
"privacy": "public",
|
|
11622
|
-
"static": true
|
|
11623
|
-
},
|
|
11624
|
-
{
|
|
11625
|
-
"kind": "field",
|
|
11626
|
-
"name": "_size",
|
|
11627
|
-
"type": {
|
|
11628
|
-
"text": "number"
|
|
11629
|
-
},
|
|
11630
|
-
"privacy": "private",
|
|
11631
|
-
"default": "IGC_DEFAULT_PANE_SIZE"
|
|
11632
|
-
},
|
|
11755
|
+
"name": "IgcPaneHeaderComponent",
|
|
11756
|
+
"slots": [
|
|
11633
11757
|
{
|
|
11634
|
-
"
|
|
11635
|
-
"name": "
|
|
11636
|
-
"type": {
|
|
11637
|
-
"text": "boolean"
|
|
11638
|
-
},
|
|
11639
|
-
"privacy": "private",
|
|
11640
|
-
"default": "false"
|
|
11758
|
+
"description": "Renders the pane header title.",
|
|
11759
|
+
"name": ""
|
|
11641
11760
|
},
|
|
11642
11761
|
{
|
|
11643
|
-
"
|
|
11644
|
-
"name": "
|
|
11645
|
-
"privacy": "public",
|
|
11646
|
-
"attribute": "parentUseFixedSize"
|
|
11762
|
+
"description": "Renders a custom close button.",
|
|
11763
|
+
"name": "paneHeaderCloseButton"
|
|
11647
11764
|
},
|
|
11648
11765
|
{
|
|
11649
|
-
"
|
|
11650
|
-
"name": "
|
|
11651
|
-
"privacy": "public",
|
|
11652
|
-
"type": {
|
|
11653
|
-
"text": "number"
|
|
11654
|
-
},
|
|
11655
|
-
"attribute": "size"
|
|
11766
|
+
"description": "Renders a custom maximize button.",
|
|
11767
|
+
"name": "paneHeaderMaximizeButton"
|
|
11656
11768
|
},
|
|
11657
11769
|
{
|
|
11658
|
-
"
|
|
11659
|
-
"name": "
|
|
11660
|
-
"privacy": "private"
|
|
11661
|
-
}
|
|
11662
|
-
],
|
|
11663
|
-
"attributes": [
|
|
11664
|
-
{
|
|
11665
|
-
"name": "parentUseFixedSize",
|
|
11666
|
-
"fieldName": "parentUseFixedSize"
|
|
11770
|
+
"description": "Renders a custom minimize button.",
|
|
11771
|
+
"name": "paneHeaderMinimizeButton"
|
|
11667
11772
|
},
|
|
11668
11773
|
{
|
|
11669
|
-
"
|
|
11670
|
-
"
|
|
11671
|
-
"text": "number"
|
|
11672
|
-
},
|
|
11673
|
-
"fieldName": "size"
|
|
11674
|
-
}
|
|
11675
|
-
],
|
|
11676
|
-
"superclass": {
|
|
11677
|
-
"name": "LitElement",
|
|
11678
|
-
"package": "lit"
|
|
11679
|
-
},
|
|
11680
|
-
"customElement": true
|
|
11681
|
-
}
|
|
11682
|
-
],
|
|
11683
|
-
"exports": [
|
|
11684
|
-
{
|
|
11685
|
-
"kind": "js",
|
|
11686
|
-
"name": "default",
|
|
11687
|
-
"declaration": {
|
|
11688
|
-
"name": "IgcDocumentHostComponent",
|
|
11689
|
-
"module": "src/components/dockmanager/panes/document-host-component.ts"
|
|
11690
|
-
}
|
|
11691
|
-
}
|
|
11692
|
-
]
|
|
11693
|
-
},
|
|
11694
|
-
{
|
|
11695
|
-
"kind": "javascript-module",
|
|
11696
|
-
"path": "src/components/dockmanager/panes/floating-pane-component.ts",
|
|
11697
|
-
"declarations": [
|
|
11698
|
-
{
|
|
11699
|
-
"kind": "class",
|
|
11700
|
-
"description": "",
|
|
11701
|
-
"name": "IgcFloatingPaneComponent",
|
|
11702
|
-
"cssParts": [
|
|
11703
|
-
{
|
|
11704
|
-
"description": "The root floating pane container.",
|
|
11705
|
-
"name": "floating-window"
|
|
11706
|
-
}
|
|
11707
|
-
],
|
|
11708
|
-
"slots": [
|
|
11709
|
-
{
|
|
11710
|
-
"description": "Renders the floating pane header content.",
|
|
11711
|
-
"name": "header"
|
|
11774
|
+
"description": "Renders a custom pin button.",
|
|
11775
|
+
"name": "paneHeaderPinButton"
|
|
11712
11776
|
},
|
|
11713
11777
|
{
|
|
11714
|
-
"description": "Renders
|
|
11715
|
-
"name": ""
|
|
11778
|
+
"description": "Renders a custom unpin button.",
|
|
11779
|
+
"name": "paneHeaderUnpinButton"
|
|
11716
11780
|
}
|
|
11717
11781
|
],
|
|
11718
11782
|
"members": [
|
|
@@ -11725,7 +11789,7 @@
|
|
|
11725
11789
|
"privacy": "public",
|
|
11726
11790
|
"static": true,
|
|
11727
11791
|
"readonly": true,
|
|
11728
|
-
"default": "'igc-
|
|
11792
|
+
"default": "'igc-pane-header'"
|
|
11729
11793
|
},
|
|
11730
11794
|
{
|
|
11731
11795
|
"kind": "method",
|
|
@@ -11735,166 +11799,231 @@
|
|
|
11735
11799
|
},
|
|
11736
11800
|
{
|
|
11737
11801
|
"kind": "field",
|
|
11738
|
-
"name": "
|
|
11802
|
+
"name": "_dragService",
|
|
11739
11803
|
"type": {
|
|
11740
|
-
"text": "
|
|
11804
|
+
"text": "IgcDragService"
|
|
11741
11805
|
},
|
|
11742
|
-
"privacy": "private"
|
|
11743
|
-
},
|
|
11744
|
-
{
|
|
11745
|
-
"kind": "field",
|
|
11746
|
-
"name": "_floatingHeight",
|
|
11747
11806
|
"privacy": "private",
|
|
11748
|
-
"default": "
|
|
11807
|
+
"default": "new IgcDragService(this)"
|
|
11749
11808
|
},
|
|
11750
11809
|
{
|
|
11751
11810
|
"kind": "field",
|
|
11752
|
-
"name": "
|
|
11811
|
+
"name": "commonParts",
|
|
11753
11812
|
"privacy": "private",
|
|
11754
|
-
"
|
|
11813
|
+
"readonly": true
|
|
11755
11814
|
},
|
|
11756
11815
|
{
|
|
11757
11816
|
"kind": "field",
|
|
11758
|
-
"name": "
|
|
11759
|
-
"
|
|
11760
|
-
|
|
11817
|
+
"name": "pinned",
|
|
11818
|
+
"type": {
|
|
11819
|
+
"text": "boolean"
|
|
11820
|
+
},
|
|
11821
|
+
"privacy": "public",
|
|
11822
|
+
"default": "false",
|
|
11823
|
+
"description": "Whether the pane is currently pinned.",
|
|
11824
|
+
"attribute": "pinned"
|
|
11761
11825
|
},
|
|
11762
11826
|
{
|
|
11763
11827
|
"kind": "field",
|
|
11764
|
-
"name": "
|
|
11765
|
-
"
|
|
11766
|
-
|
|
11828
|
+
"name": "maximized",
|
|
11829
|
+
"type": {
|
|
11830
|
+
"text": "boolean"
|
|
11831
|
+
},
|
|
11832
|
+
"privacy": "public",
|
|
11833
|
+
"default": "false",
|
|
11834
|
+
"description": "Whether the pane is currently maximized.",
|
|
11835
|
+
"attribute": "maximized"
|
|
11767
11836
|
},
|
|
11768
11837
|
{
|
|
11769
11838
|
"kind": "field",
|
|
11770
|
-
"name": "
|
|
11839
|
+
"name": "disabled",
|
|
11771
11840
|
"type": {
|
|
11772
11841
|
"text": "boolean"
|
|
11773
11842
|
},
|
|
11774
|
-
"privacy": "
|
|
11775
|
-
"default": "false"
|
|
11843
|
+
"privacy": "public",
|
|
11844
|
+
"default": "false",
|
|
11845
|
+
"description": "Disables interaction with the pane header.",
|
|
11846
|
+
"attribute": "disabled"
|
|
11776
11847
|
},
|
|
11777
11848
|
{
|
|
11778
11849
|
"kind": "field",
|
|
11779
|
-
"name": "
|
|
11850
|
+
"name": "isFloating",
|
|
11780
11851
|
"type": {
|
|
11781
11852
|
"text": "boolean"
|
|
11782
11853
|
},
|
|
11783
11854
|
"privacy": "public",
|
|
11784
|
-
"default": "
|
|
11785
|
-
"description": "Indicates whether the
|
|
11786
|
-
"attribute": "
|
|
11855
|
+
"default": "false",
|
|
11856
|
+
"description": "Indicates whether the header is used in a floating window.",
|
|
11857
|
+
"attribute": "is-floating"
|
|
11787
11858
|
},
|
|
11788
11859
|
{
|
|
11789
11860
|
"kind": "field",
|
|
11790
|
-
"name": "
|
|
11791
|
-
"privacy": "public",
|
|
11792
|
-
"description": "The current location of the floating pane.\nDefaults to top-left corner position.",
|
|
11861
|
+
"name": "isFloatingPaneHeader",
|
|
11793
11862
|
"type": {
|
|
11794
|
-
"text": "
|
|
11863
|
+
"text": "boolean"
|
|
11795
11864
|
},
|
|
11796
|
-
"
|
|
11865
|
+
"privacy": "public",
|
|
11866
|
+
"default": "false",
|
|
11867
|
+
"description": "Indicates that the header is used in a floating pane context.",
|
|
11868
|
+
"attribute": "is-floating-pane-header"
|
|
11797
11869
|
},
|
|
11798
11870
|
{
|
|
11799
11871
|
"kind": "field",
|
|
11800
|
-
"name": "
|
|
11801
|
-
"privacy": "public",
|
|
11802
|
-
"description": "The current width of the floating pane.",
|
|
11803
|
-
"default": "100",
|
|
11872
|
+
"name": "isActive",
|
|
11804
11873
|
"type": {
|
|
11805
|
-
"text": "
|
|
11874
|
+
"text": "boolean"
|
|
11806
11875
|
},
|
|
11807
|
-
"
|
|
11876
|
+
"privacy": "public",
|
|
11877
|
+
"default": "false",
|
|
11878
|
+
"description": "Marks the header as active.",
|
|
11879
|
+
"attribute": "is-active"
|
|
11808
11880
|
},
|
|
11809
11881
|
{
|
|
11810
11882
|
"kind": "field",
|
|
11811
|
-
"name": "
|
|
11812
|
-
"privacy": "public",
|
|
11813
|
-
"description": "The current height of the floating pane.",
|
|
11814
|
-
"default": "100",
|
|
11883
|
+
"name": "forcedDrag",
|
|
11815
11884
|
"type": {
|
|
11816
|
-
"text": "
|
|
11885
|
+
"text": "boolean"
|
|
11817
11886
|
},
|
|
11818
|
-
"
|
|
11887
|
+
"privacy": "public",
|
|
11888
|
+
"default": "false",
|
|
11889
|
+
"description": "Forces drag behavior on the pane header.",
|
|
11890
|
+
"attribute": "forced-drag"
|
|
11819
11891
|
},
|
|
11820
11892
|
{
|
|
11821
11893
|
"kind": "field",
|
|
11822
|
-
"name": "
|
|
11894
|
+
"name": "allowClose",
|
|
11823
11895
|
"type": {
|
|
11824
11896
|
"text": "boolean"
|
|
11825
11897
|
},
|
|
11826
11898
|
"privacy": "public",
|
|
11827
|
-
"default": "
|
|
11828
|
-
"description": "
|
|
11829
|
-
"attribute": "
|
|
11899
|
+
"default": "true",
|
|
11900
|
+
"description": "Enables or disables closing.",
|
|
11901
|
+
"attribute": "allow-close"
|
|
11830
11902
|
},
|
|
11831
11903
|
{
|
|
11832
11904
|
"kind": "field",
|
|
11833
|
-
"name": "
|
|
11834
|
-
"privacy": "public",
|
|
11835
|
-
"description": "The minimum height constraint for the floating pane.",
|
|
11836
|
-
"default": "100",
|
|
11905
|
+
"name": "allowMaximize",
|
|
11837
11906
|
"type": {
|
|
11838
|
-
"text": "
|
|
11907
|
+
"text": "boolean"
|
|
11839
11908
|
},
|
|
11840
|
-
"
|
|
11909
|
+
"privacy": "public",
|
|
11910
|
+
"default": "true",
|
|
11911
|
+
"description": "Enables or disables maximizing.",
|
|
11912
|
+
"attribute": "allow-maximize"
|
|
11841
11913
|
},
|
|
11842
11914
|
{
|
|
11843
11915
|
"kind": "field",
|
|
11844
|
-
"name": "
|
|
11845
|
-
"privacy": "public",
|
|
11846
|
-
"description": "The minimum width constraint for the floating pane.",
|
|
11847
|
-
"default": "100",
|
|
11916
|
+
"name": "allowPinning",
|
|
11848
11917
|
"type": {
|
|
11849
|
-
"text": "
|
|
11918
|
+
"text": "boolean"
|
|
11850
11919
|
},
|
|
11851
|
-
"
|
|
11920
|
+
"privacy": "public",
|
|
11921
|
+
"default": "true",
|
|
11922
|
+
"description": "Enables or disables pinning.",
|
|
11923
|
+
"attribute": "allow-pinning"
|
|
11852
11924
|
},
|
|
11853
11925
|
{
|
|
11854
11926
|
"kind": "field",
|
|
11855
|
-
"name": "
|
|
11927
|
+
"name": "pane",
|
|
11856
11928
|
"type": {
|
|
11857
|
-
"text": "
|
|
11929
|
+
"text": "IgcContentPane"
|
|
11858
11930
|
},
|
|
11859
11931
|
"privacy": "public",
|
|
11860
|
-
"
|
|
11861
|
-
"description": "A unique identifier for the floating pane.",
|
|
11862
|
-
"attribute": "floatingId"
|
|
11932
|
+
"description": "Reference to the content pane associated with this header."
|
|
11863
11933
|
},
|
|
11864
11934
|
{
|
|
11865
11935
|
"kind": "field",
|
|
11866
|
-
"name": "
|
|
11867
|
-
"
|
|
11868
|
-
|
|
11869
|
-
|
|
11870
|
-
"
|
|
11936
|
+
"name": "resourceStrings",
|
|
11937
|
+
"type": {
|
|
11938
|
+
"text": "IgcDockManagerResourceStrings | undefined"
|
|
11939
|
+
},
|
|
11940
|
+
"description": "Localized strings used for icon button accessibility."
|
|
11871
11941
|
},
|
|
11872
11942
|
{
|
|
11873
|
-
"kind": "
|
|
11874
|
-
"name": "
|
|
11875
|
-
"privacy": "private"
|
|
11876
|
-
"readonly": true
|
|
11943
|
+
"kind": "method",
|
|
11944
|
+
"name": "forceDragging",
|
|
11945
|
+
"privacy": "private"
|
|
11877
11946
|
},
|
|
11878
11947
|
{
|
|
11879
11948
|
"kind": "method",
|
|
11880
|
-
"name": "
|
|
11949
|
+
"name": "visualStateChanged",
|
|
11950
|
+
"privacy": "protected"
|
|
11951
|
+
},
|
|
11952
|
+
{
|
|
11953
|
+
"kind": "field",
|
|
11954
|
+
"name": "_handleDragStart",
|
|
11881
11955
|
"privacy": "private"
|
|
11882
11956
|
},
|
|
11883
11957
|
{
|
|
11884
11958
|
"kind": "field",
|
|
11885
|
-
"name": "
|
|
11959
|
+
"name": "_handleDragMove",
|
|
11886
11960
|
"privacy": "private"
|
|
11887
11961
|
},
|
|
11888
11962
|
{
|
|
11889
11963
|
"kind": "field",
|
|
11890
|
-
"name": "
|
|
11964
|
+
"name": "_handleDragEnd",
|
|
11891
11965
|
"privacy": "private"
|
|
11892
11966
|
},
|
|
11893
11967
|
{
|
|
11894
11968
|
"kind": "field",
|
|
11895
|
-
"name": "
|
|
11969
|
+
"name": "_handlePinButtonClick",
|
|
11970
|
+
"privacy": "private"
|
|
11971
|
+
},
|
|
11972
|
+
{
|
|
11973
|
+
"kind": "field",
|
|
11974
|
+
"name": "_handleMaximizeButtonClick",
|
|
11975
|
+
"privacy": "private"
|
|
11976
|
+
},
|
|
11977
|
+
{
|
|
11978
|
+
"kind": "field",
|
|
11979
|
+
"name": "_handleCloseButtonClick",
|
|
11980
|
+
"privacy": "private"
|
|
11981
|
+
},
|
|
11982
|
+
{
|
|
11983
|
+
"kind": "method",
|
|
11984
|
+
"name": "renderCloseButton",
|
|
11985
|
+
"privacy": "private"
|
|
11986
|
+
},
|
|
11987
|
+
{
|
|
11988
|
+
"kind": "method",
|
|
11989
|
+
"name": "renderMaximizeButton",
|
|
11990
|
+
"privacy": "private"
|
|
11991
|
+
},
|
|
11992
|
+
{
|
|
11993
|
+
"kind": "method",
|
|
11994
|
+
"name": "renderMinimizeButton",
|
|
11995
|
+
"privacy": "private"
|
|
11996
|
+
},
|
|
11997
|
+
{
|
|
11998
|
+
"kind": "method",
|
|
11999
|
+
"name": "renderPinButton",
|
|
12000
|
+
"privacy": "private"
|
|
12001
|
+
},
|
|
12002
|
+
{
|
|
12003
|
+
"kind": "method",
|
|
12004
|
+
"name": "renderUnpinButton",
|
|
11896
12005
|
"privacy": "private"
|
|
11897
12006
|
},
|
|
12007
|
+
{
|
|
12008
|
+
"kind": "field",
|
|
12009
|
+
"name": "dragEdgeTolerance",
|
|
12010
|
+
"type": {
|
|
12011
|
+
"text": "number"
|
|
12012
|
+
},
|
|
12013
|
+
"default": "3"
|
|
12014
|
+
},
|
|
12015
|
+
{
|
|
12016
|
+
"kind": "field",
|
|
12017
|
+
"name": "dragStart"
|
|
12018
|
+
},
|
|
12019
|
+
{
|
|
12020
|
+
"kind": "field",
|
|
12021
|
+
"name": "dragMove"
|
|
12022
|
+
},
|
|
12023
|
+
{
|
|
12024
|
+
"kind": "field",
|
|
12025
|
+
"name": "dragEnd"
|
|
12026
|
+
},
|
|
11898
12027
|
{
|
|
11899
12028
|
"kind": "method",
|
|
11900
12029
|
"name": "addEventListener",
|
|
@@ -12033,16 +12162,36 @@
|
|
|
12033
12162
|
],
|
|
12034
12163
|
"events": [
|
|
12035
12164
|
{
|
|
12036
|
-
"description": "Emitted when
|
|
12037
|
-
"name": "
|
|
12165
|
+
"description": "Emitted when dragging starts on the header.",
|
|
12166
|
+
"name": "igcPaneHeaderDragStart"
|
|
12038
12167
|
},
|
|
12039
12168
|
{
|
|
12040
|
-
"description": "Emitted during
|
|
12041
|
-
"name": "
|
|
12169
|
+
"description": "Emitted during header dragging.",
|
|
12170
|
+
"name": "igcPaneHeaderDragMoved"
|
|
12042
12171
|
},
|
|
12043
12172
|
{
|
|
12044
|
-
"description": "Emitted when
|
|
12045
|
-
"name": "
|
|
12173
|
+
"description": "Emitted when dragging ends on the header.",
|
|
12174
|
+
"name": "igcPaneHeaderDragEnd"
|
|
12175
|
+
},
|
|
12176
|
+
{
|
|
12177
|
+
"description": "Emitted when the pin button is clicked.",
|
|
12178
|
+
"name": "igcPinToggle"
|
|
12179
|
+
},
|
|
12180
|
+
{
|
|
12181
|
+
"description": "Emitted when the maximize button is clicked.",
|
|
12182
|
+
"name": "igcMaximize"
|
|
12183
|
+
},
|
|
12184
|
+
{
|
|
12185
|
+
"description": "Emitted when the close button is clicked.",
|
|
12186
|
+
"name": "igcClose"
|
|
12187
|
+
},
|
|
12188
|
+
{
|
|
12189
|
+
"description": "Emitted when the element is connected to the DOM.",
|
|
12190
|
+
"name": "elementConnected"
|
|
12191
|
+
},
|
|
12192
|
+
{
|
|
12193
|
+
"description": "Emitted when the element is disconnected from the DOM.",
|
|
12194
|
+
"name": "elementDisconnected"
|
|
12046
12195
|
},
|
|
12047
12196
|
{
|
|
12048
12197
|
"type": {
|
|
@@ -12056,81 +12205,101 @@
|
|
|
12056
12205
|
],
|
|
12057
12206
|
"attributes": [
|
|
12058
12207
|
{
|
|
12059
|
-
"name": "
|
|
12208
|
+
"name": "is-floating",
|
|
12060
12209
|
"type": {
|
|
12061
12210
|
"text": "boolean"
|
|
12062
12211
|
},
|
|
12063
|
-
"default": "
|
|
12064
|
-
"description": "Indicates whether the
|
|
12065
|
-
"fieldName": "
|
|
12212
|
+
"default": "false",
|
|
12213
|
+
"description": "Indicates whether the header is used in a floating window.",
|
|
12214
|
+
"fieldName": "isFloating",
|
|
12215
|
+
"attribute": "is-floating"
|
|
12066
12216
|
},
|
|
12067
12217
|
{
|
|
12068
|
-
"name": "
|
|
12069
|
-
"description": "The current location of the floating pane.\nDefaults to top-left corner position.",
|
|
12218
|
+
"name": "is-floating-pane-header",
|
|
12070
12219
|
"type": {
|
|
12071
|
-
"text": "
|
|
12220
|
+
"text": "boolean"
|
|
12072
12221
|
},
|
|
12073
|
-
"
|
|
12222
|
+
"default": "false",
|
|
12223
|
+
"description": "Indicates that the header is used in a floating pane context.",
|
|
12224
|
+
"fieldName": "isFloatingPaneHeader",
|
|
12225
|
+
"attribute": "is-floating-pane-header"
|
|
12074
12226
|
},
|
|
12075
12227
|
{
|
|
12076
|
-
"name": "
|
|
12077
|
-
"description": "The current width of the floating pane.",
|
|
12078
|
-
"default": "100",
|
|
12228
|
+
"name": "is-active",
|
|
12079
12229
|
"type": {
|
|
12080
|
-
"text": "
|
|
12230
|
+
"text": "boolean"
|
|
12081
12231
|
},
|
|
12082
|
-
"
|
|
12232
|
+
"default": "false",
|
|
12233
|
+
"description": "Marks the header as active.",
|
|
12234
|
+
"fieldName": "isActive",
|
|
12235
|
+
"attribute": "is-active"
|
|
12083
12236
|
},
|
|
12084
12237
|
{
|
|
12085
|
-
"name": "
|
|
12086
|
-
"description": "The current height of the floating pane.",
|
|
12087
|
-
"default": "100",
|
|
12238
|
+
"name": "forced-drag",
|
|
12088
12239
|
"type": {
|
|
12089
|
-
"text": "
|
|
12240
|
+
"text": "boolean"
|
|
12090
12241
|
},
|
|
12091
|
-
"
|
|
12242
|
+
"default": "false",
|
|
12243
|
+
"description": "Forces drag behavior on the pane header.",
|
|
12244
|
+
"fieldName": "forcedDrag",
|
|
12245
|
+
"attribute": "forced-drag"
|
|
12092
12246
|
},
|
|
12093
12247
|
{
|
|
12094
|
-
"name": "
|
|
12248
|
+
"name": "allow-close",
|
|
12095
12249
|
"type": {
|
|
12096
12250
|
"text": "boolean"
|
|
12097
12251
|
},
|
|
12098
|
-
"default": "
|
|
12099
|
-
"description": "
|
|
12100
|
-
"fieldName": "
|
|
12252
|
+
"default": "true",
|
|
12253
|
+
"description": "Enables or disables closing.",
|
|
12254
|
+
"fieldName": "allowClose",
|
|
12255
|
+
"attribute": "allow-close"
|
|
12101
12256
|
},
|
|
12102
12257
|
{
|
|
12103
|
-
"name": "
|
|
12104
|
-
"description": "The minimum height constraint for the floating pane.",
|
|
12105
|
-
"default": "100",
|
|
12258
|
+
"name": "allow-maximize",
|
|
12106
12259
|
"type": {
|
|
12107
|
-
"text": "
|
|
12260
|
+
"text": "boolean"
|
|
12108
12261
|
},
|
|
12109
|
-
"
|
|
12262
|
+
"default": "true",
|
|
12263
|
+
"description": "Enables or disables maximizing.",
|
|
12264
|
+
"fieldName": "allowMaximize",
|
|
12265
|
+
"attribute": "allow-maximize"
|
|
12110
12266
|
},
|
|
12111
12267
|
{
|
|
12112
|
-
"name": "
|
|
12113
|
-
"description": "The minimum width constraint for the floating pane.",
|
|
12114
|
-
"default": "100",
|
|
12268
|
+
"name": "allow-pinning",
|
|
12115
12269
|
"type": {
|
|
12116
|
-
"text": "
|
|
12270
|
+
"text": "boolean"
|
|
12117
12271
|
},
|
|
12118
|
-
"
|
|
12272
|
+
"default": "true",
|
|
12273
|
+
"description": "Enables or disables pinning.",
|
|
12274
|
+
"fieldName": "allowPinning",
|
|
12275
|
+
"attribute": "allow-pinning"
|
|
12119
12276
|
},
|
|
12120
12277
|
{
|
|
12121
|
-
"name": "
|
|
12278
|
+
"name": "pinned",
|
|
12122
12279
|
"type": {
|
|
12123
|
-
"text": "
|
|
12280
|
+
"text": "boolean"
|
|
12124
12281
|
},
|
|
12125
|
-
"default": "
|
|
12126
|
-
"description": "
|
|
12127
|
-
"fieldName": "
|
|
12282
|
+
"default": "false",
|
|
12283
|
+
"description": "Whether the pane is currently pinned.",
|
|
12284
|
+
"fieldName": "pinned"
|
|
12128
12285
|
},
|
|
12129
12286
|
{
|
|
12130
12287
|
"name": "maximized",
|
|
12131
|
-
"
|
|
12288
|
+
"type": {
|
|
12289
|
+
"text": "boolean"
|
|
12290
|
+
},
|
|
12132
12291
|
"default": "false",
|
|
12292
|
+
"description": "Whether the pane is currently maximized.",
|
|
12133
12293
|
"fieldName": "maximized"
|
|
12294
|
+
},
|
|
12295
|
+
{
|
|
12296
|
+
"name": "disabled",
|
|
12297
|
+
"type": {
|
|
12298
|
+
"text": "boolean"
|
|
12299
|
+
},
|
|
12300
|
+
"default": "false",
|
|
12301
|
+
"description": "Disables interaction with the pane header.",
|
|
12302
|
+
"fieldName": "disabled"
|
|
12134
12303
|
}
|
|
12135
12304
|
],
|
|
12136
12305
|
"mixins": [
|
|
@@ -12143,7 +12312,7 @@
|
|
|
12143
12312
|
"name": "LitElement",
|
|
12144
12313
|
"package": "lit"
|
|
12145
12314
|
},
|
|
12146
|
-
"tagName": "igc-
|
|
12315
|
+
"tagName": "igc-pane-header",
|
|
12147
12316
|
"customElement": true
|
|
12148
12317
|
}
|
|
12149
12318
|
],
|
|
@@ -12152,46 +12321,20 @@
|
|
|
12152
12321
|
"kind": "js",
|
|
12153
12322
|
"name": "default",
|
|
12154
12323
|
"declaration": {
|
|
12155
|
-
"name": "
|
|
12156
|
-
"module": "src/components/dockmanager/panes/
|
|
12324
|
+
"name": "IgcPaneHeaderComponent",
|
|
12325
|
+
"module": "src/components/dockmanager/panes/pane-header-component.ts"
|
|
12157
12326
|
}
|
|
12158
12327
|
}
|
|
12159
12328
|
]
|
|
12160
12329
|
},
|
|
12161
12330
|
{
|
|
12162
12331
|
"kind": "javascript-module",
|
|
12163
|
-
"path": "src/components/dockmanager/panes/
|
|
12332
|
+
"path": "src/components/dockmanager/panes/resizer-component.ts",
|
|
12164
12333
|
"declarations": [
|
|
12165
12334
|
{
|
|
12166
12335
|
"kind": "class",
|
|
12167
12336
|
"description": "",
|
|
12168
|
-
"name": "
|
|
12169
|
-
"slots": [
|
|
12170
|
-
{
|
|
12171
|
-
"description": "Renders the pane header title.",
|
|
12172
|
-
"name": ""
|
|
12173
|
-
},
|
|
12174
|
-
{
|
|
12175
|
-
"description": "Renders a custom close button.",
|
|
12176
|
-
"name": "paneHeaderCloseButton"
|
|
12177
|
-
},
|
|
12178
|
-
{
|
|
12179
|
-
"description": "Renders a custom maximize button.",
|
|
12180
|
-
"name": "paneHeaderMaximizeButton"
|
|
12181
|
-
},
|
|
12182
|
-
{
|
|
12183
|
-
"description": "Renders a custom minimize button.",
|
|
12184
|
-
"name": "paneHeaderMinimizeButton"
|
|
12185
|
-
},
|
|
12186
|
-
{
|
|
12187
|
-
"description": "Renders a custom pin button.",
|
|
12188
|
-
"name": "paneHeaderPinButton"
|
|
12189
|
-
},
|
|
12190
|
-
{
|
|
12191
|
-
"description": "Renders a custom unpin button.",
|
|
12192
|
-
"name": "paneHeaderUnpinButton"
|
|
12193
|
-
}
|
|
12194
|
-
],
|
|
12337
|
+
"name": "IgcResizerComponent",
|
|
12195
12338
|
"members": [
|
|
12196
12339
|
{
|
|
12197
12340
|
"kind": "field",
|
|
@@ -12202,7 +12345,7 @@
|
|
|
12202
12345
|
"privacy": "public",
|
|
12203
12346
|
"static": true,
|
|
12204
12347
|
"readonly": true,
|
|
12205
|
-
"default": "'igc-
|
|
12348
|
+
"default": "'igc-resizer'"
|
|
12206
12349
|
},
|
|
12207
12350
|
{
|
|
12208
12351
|
"kind": "method",
|
|
@@ -12221,146 +12364,22 @@
|
|
|
12221
12364
|
},
|
|
12222
12365
|
{
|
|
12223
12366
|
"kind": "field",
|
|
12224
|
-
"name": "
|
|
12225
|
-
"privacy": "private",
|
|
12226
|
-
"readonly": true
|
|
12227
|
-
},
|
|
12228
|
-
{
|
|
12229
|
-
"kind": "field",
|
|
12230
|
-
"name": "pinned",
|
|
12231
|
-
"type": {
|
|
12232
|
-
"text": "boolean"
|
|
12233
|
-
},
|
|
12234
|
-
"privacy": "public",
|
|
12235
|
-
"default": "false",
|
|
12236
|
-
"description": "Whether the pane is currently pinned.",
|
|
12237
|
-
"attribute": "pinned"
|
|
12238
|
-
},
|
|
12239
|
-
{
|
|
12240
|
-
"kind": "field",
|
|
12241
|
-
"name": "maximized",
|
|
12242
|
-
"type": {
|
|
12243
|
-
"text": "boolean"
|
|
12244
|
-
},
|
|
12245
|
-
"privacy": "public",
|
|
12246
|
-
"default": "false",
|
|
12247
|
-
"description": "Whether the pane is currently maximized.",
|
|
12248
|
-
"attribute": "maximized"
|
|
12249
|
-
},
|
|
12250
|
-
{
|
|
12251
|
-
"kind": "field",
|
|
12252
|
-
"name": "disabled",
|
|
12253
|
-
"type": {
|
|
12254
|
-
"text": "boolean"
|
|
12255
|
-
},
|
|
12256
|
-
"privacy": "public",
|
|
12257
|
-
"default": "false",
|
|
12258
|
-
"description": "Disables interaction with the pane header.",
|
|
12259
|
-
"attribute": "disabled"
|
|
12260
|
-
},
|
|
12261
|
-
{
|
|
12262
|
-
"kind": "field",
|
|
12263
|
-
"name": "isFloating",
|
|
12264
|
-
"type": {
|
|
12265
|
-
"text": "boolean"
|
|
12266
|
-
},
|
|
12267
|
-
"privacy": "public",
|
|
12268
|
-
"default": "false",
|
|
12269
|
-
"description": "Indicates whether the header is used in a floating window.",
|
|
12270
|
-
"attribute": "is-floating"
|
|
12271
|
-
},
|
|
12272
|
-
{
|
|
12273
|
-
"kind": "field",
|
|
12274
|
-
"name": "isFloatingPaneHeader",
|
|
12275
|
-
"type": {
|
|
12276
|
-
"text": "boolean"
|
|
12277
|
-
},
|
|
12278
|
-
"privacy": "public",
|
|
12279
|
-
"default": "false",
|
|
12280
|
-
"description": "Indicates that the header is used in a floating pane context.",
|
|
12281
|
-
"attribute": "is-floating-pane-header"
|
|
12282
|
-
},
|
|
12283
|
-
{
|
|
12284
|
-
"kind": "field",
|
|
12285
|
-
"name": "isActive",
|
|
12286
|
-
"type": {
|
|
12287
|
-
"text": "boolean"
|
|
12288
|
-
},
|
|
12289
|
-
"privacy": "public",
|
|
12290
|
-
"default": "false",
|
|
12291
|
-
"description": "Marks the header as active.",
|
|
12292
|
-
"attribute": "is-active"
|
|
12293
|
-
},
|
|
12294
|
-
{
|
|
12295
|
-
"kind": "field",
|
|
12296
|
-
"name": "forcedDrag",
|
|
12297
|
-
"type": {
|
|
12298
|
-
"text": "boolean"
|
|
12299
|
-
},
|
|
12300
|
-
"privacy": "public",
|
|
12301
|
-
"default": "false",
|
|
12302
|
-
"description": "Forces drag behavior on the pane header.",
|
|
12303
|
-
"attribute": "forced-drag"
|
|
12304
|
-
},
|
|
12305
|
-
{
|
|
12306
|
-
"kind": "field",
|
|
12307
|
-
"name": "allowClose",
|
|
12308
|
-
"type": {
|
|
12309
|
-
"text": "boolean"
|
|
12310
|
-
},
|
|
12311
|
-
"privacy": "public",
|
|
12312
|
-
"default": "true",
|
|
12313
|
-
"description": "Enables or disables closing.",
|
|
12314
|
-
"attribute": "allow-close"
|
|
12315
|
-
},
|
|
12316
|
-
{
|
|
12317
|
-
"kind": "field",
|
|
12318
|
-
"name": "allowMaximize",
|
|
12367
|
+
"name": "orientation",
|
|
12319
12368
|
"type": {
|
|
12320
|
-
"text": "
|
|
12369
|
+
"text": "ResizerLocation"
|
|
12321
12370
|
},
|
|
12322
12371
|
"privacy": "public",
|
|
12323
|
-
"
|
|
12324
|
-
"
|
|
12325
|
-
"attribute": "allow-maximize"
|
|
12372
|
+
"description": "Specifies the orientation of the resizer.",
|
|
12373
|
+
"attribute": "orientation"
|
|
12326
12374
|
},
|
|
12327
12375
|
{
|
|
12328
12376
|
"kind": "field",
|
|
12329
|
-
"name": "
|
|
12377
|
+
"name": "isCornerResizer",
|
|
12330
12378
|
"type": {
|
|
12331
12379
|
"text": "boolean"
|
|
12332
12380
|
},
|
|
12333
|
-
"privacy": "
|
|
12334
|
-
"
|
|
12335
|
-
"description": "Enables or disables pinning.",
|
|
12336
|
-
"attribute": "allow-pinning"
|
|
12337
|
-
},
|
|
12338
|
-
{
|
|
12339
|
-
"kind": "field",
|
|
12340
|
-
"name": "pane",
|
|
12341
|
-
"type": {
|
|
12342
|
-
"text": "IgcContentPane"
|
|
12343
|
-
},
|
|
12344
|
-
"privacy": "public",
|
|
12345
|
-
"description": "Reference to the content pane associated with this header."
|
|
12346
|
-
},
|
|
12347
|
-
{
|
|
12348
|
-
"kind": "field",
|
|
12349
|
-
"name": "resourceStrings",
|
|
12350
|
-
"type": {
|
|
12351
|
-
"text": "IgcDockManagerResourceStrings | undefined"
|
|
12352
|
-
},
|
|
12353
|
-
"description": "Localized strings used for icon button accessibility."
|
|
12354
|
-
},
|
|
12355
|
-
{
|
|
12356
|
-
"kind": "method",
|
|
12357
|
-
"name": "forceDragging",
|
|
12358
|
-
"privacy": "private"
|
|
12359
|
-
},
|
|
12360
|
-
{
|
|
12361
|
-
"kind": "method",
|
|
12362
|
-
"name": "visualStateChanged",
|
|
12363
|
-
"privacy": "protected"
|
|
12381
|
+
"privacy": "private",
|
|
12382
|
+
"readonly": true
|
|
12364
12383
|
},
|
|
12365
12384
|
{
|
|
12366
12385
|
"kind": "field",
|
|
@@ -12377,54 +12396,6 @@
|
|
|
12377
12396
|
"name": "_handleDragEnd",
|
|
12378
12397
|
"privacy": "private"
|
|
12379
12398
|
},
|
|
12380
|
-
{
|
|
12381
|
-
"kind": "field",
|
|
12382
|
-
"name": "_handlePinButtonClick",
|
|
12383
|
-
"privacy": "private"
|
|
12384
|
-
},
|
|
12385
|
-
{
|
|
12386
|
-
"kind": "field",
|
|
12387
|
-
"name": "_handleMaximizeButtonClick",
|
|
12388
|
-
"privacy": "private"
|
|
12389
|
-
},
|
|
12390
|
-
{
|
|
12391
|
-
"kind": "field",
|
|
12392
|
-
"name": "_handleCloseButtonClick",
|
|
12393
|
-
"privacy": "private"
|
|
12394
|
-
},
|
|
12395
|
-
{
|
|
12396
|
-
"kind": "method",
|
|
12397
|
-
"name": "renderCloseButton",
|
|
12398
|
-
"privacy": "private"
|
|
12399
|
-
},
|
|
12400
|
-
{
|
|
12401
|
-
"kind": "method",
|
|
12402
|
-
"name": "renderMaximizeButton",
|
|
12403
|
-
"privacy": "private"
|
|
12404
|
-
},
|
|
12405
|
-
{
|
|
12406
|
-
"kind": "method",
|
|
12407
|
-
"name": "renderMinimizeButton",
|
|
12408
|
-
"privacy": "private"
|
|
12409
|
-
},
|
|
12410
|
-
{
|
|
12411
|
-
"kind": "method",
|
|
12412
|
-
"name": "renderPinButton",
|
|
12413
|
-
"privacy": "private"
|
|
12414
|
-
},
|
|
12415
|
-
{
|
|
12416
|
-
"kind": "method",
|
|
12417
|
-
"name": "renderUnpinButton",
|
|
12418
|
-
"privacy": "private"
|
|
12419
|
-
},
|
|
12420
|
-
{
|
|
12421
|
-
"kind": "field",
|
|
12422
|
-
"name": "dragEdgeTolerance",
|
|
12423
|
-
"type": {
|
|
12424
|
-
"text": "number"
|
|
12425
|
-
},
|
|
12426
|
-
"default": "3"
|
|
12427
|
-
},
|
|
12428
12399
|
{
|
|
12429
12400
|
"kind": "field",
|
|
12430
12401
|
"name": "dragStart"
|
|
@@ -12575,36 +12546,16 @@
|
|
|
12575
12546
|
],
|
|
12576
12547
|
"events": [
|
|
12577
12548
|
{
|
|
12578
|
-
"description": "Emitted when
|
|
12579
|
-
"name": "
|
|
12580
|
-
},
|
|
12581
|
-
{
|
|
12582
|
-
"description": "Emitted during header dragging.",
|
|
12583
|
-
"name": "igcPaneHeaderDragMoved"
|
|
12584
|
-
},
|
|
12585
|
-
{
|
|
12586
|
-
"description": "Emitted when dragging ends on the header.",
|
|
12587
|
-
"name": "igcPaneHeaderDragEnd"
|
|
12588
|
-
},
|
|
12589
|
-
{
|
|
12590
|
-
"description": "Emitted when the pin button is clicked.",
|
|
12591
|
-
"name": "igcPinToggle"
|
|
12592
|
-
},
|
|
12593
|
-
{
|
|
12594
|
-
"description": "Emitted when the maximize button is clicked.",
|
|
12595
|
-
"name": "igcMaximize"
|
|
12596
|
-
},
|
|
12597
|
-
{
|
|
12598
|
-
"description": "Emitted when the close button is clicked.",
|
|
12599
|
-
"name": "igcClose"
|
|
12549
|
+
"description": "Emitted when a drag operation starts on the resizer.",
|
|
12550
|
+
"name": "igcResizerDragStart"
|
|
12600
12551
|
},
|
|
12601
12552
|
{
|
|
12602
|
-
"description": "Emitted
|
|
12603
|
-
"name": "
|
|
12553
|
+
"description": "Emitted during resizer moving.",
|
|
12554
|
+
"name": "igcResizerMoved"
|
|
12604
12555
|
},
|
|
12605
12556
|
{
|
|
12606
|
-
"description": "Emitted when
|
|
12607
|
-
"name": "
|
|
12557
|
+
"description": "Emitted when dragging ends on the resizer.",
|
|
12558
|
+
"name": "igcResizerDragEnd"
|
|
12608
12559
|
},
|
|
12609
12560
|
{
|
|
12610
12561
|
"type": {
|
|
@@ -12618,101 +12569,12 @@
|
|
|
12618
12569
|
],
|
|
12619
12570
|
"attributes": [
|
|
12620
12571
|
{
|
|
12621
|
-
"name": "
|
|
12622
|
-
"type": {
|
|
12623
|
-
"text": "boolean"
|
|
12624
|
-
},
|
|
12625
|
-
"default": "false",
|
|
12626
|
-
"description": "Indicates whether the header is used in a floating window.",
|
|
12627
|
-
"fieldName": "isFloating",
|
|
12628
|
-
"attribute": "is-floating"
|
|
12629
|
-
},
|
|
12630
|
-
{
|
|
12631
|
-
"name": "is-floating-pane-header",
|
|
12632
|
-
"type": {
|
|
12633
|
-
"text": "boolean"
|
|
12634
|
-
},
|
|
12635
|
-
"default": "false",
|
|
12636
|
-
"description": "Indicates that the header is used in a floating pane context.",
|
|
12637
|
-
"fieldName": "isFloatingPaneHeader",
|
|
12638
|
-
"attribute": "is-floating-pane-header"
|
|
12639
|
-
},
|
|
12640
|
-
{
|
|
12641
|
-
"name": "is-active",
|
|
12642
|
-
"type": {
|
|
12643
|
-
"text": "boolean"
|
|
12644
|
-
},
|
|
12645
|
-
"default": "false",
|
|
12646
|
-
"description": "Marks the header as active.",
|
|
12647
|
-
"fieldName": "isActive",
|
|
12648
|
-
"attribute": "is-active"
|
|
12649
|
-
},
|
|
12650
|
-
{
|
|
12651
|
-
"name": "forced-drag",
|
|
12652
|
-
"type": {
|
|
12653
|
-
"text": "boolean"
|
|
12654
|
-
},
|
|
12655
|
-
"default": "false",
|
|
12656
|
-
"description": "Forces drag behavior on the pane header.",
|
|
12657
|
-
"fieldName": "forcedDrag",
|
|
12658
|
-
"attribute": "forced-drag"
|
|
12659
|
-
},
|
|
12660
|
-
{
|
|
12661
|
-
"name": "allow-close",
|
|
12662
|
-
"type": {
|
|
12663
|
-
"text": "boolean"
|
|
12664
|
-
},
|
|
12665
|
-
"default": "true",
|
|
12666
|
-
"description": "Enables or disables closing.",
|
|
12667
|
-
"fieldName": "allowClose",
|
|
12668
|
-
"attribute": "allow-close"
|
|
12669
|
-
},
|
|
12670
|
-
{
|
|
12671
|
-
"name": "allow-maximize",
|
|
12672
|
-
"type": {
|
|
12673
|
-
"text": "boolean"
|
|
12674
|
-
},
|
|
12675
|
-
"default": "true",
|
|
12676
|
-
"description": "Enables or disables maximizing.",
|
|
12677
|
-
"fieldName": "allowMaximize",
|
|
12678
|
-
"attribute": "allow-maximize"
|
|
12679
|
-
},
|
|
12680
|
-
{
|
|
12681
|
-
"name": "allow-pinning",
|
|
12682
|
-
"type": {
|
|
12683
|
-
"text": "boolean"
|
|
12684
|
-
},
|
|
12685
|
-
"default": "true",
|
|
12686
|
-
"description": "Enables or disables pinning.",
|
|
12687
|
-
"fieldName": "allowPinning",
|
|
12688
|
-
"attribute": "allow-pinning"
|
|
12689
|
-
},
|
|
12690
|
-
{
|
|
12691
|
-
"name": "pinned",
|
|
12692
|
-
"type": {
|
|
12693
|
-
"text": "boolean"
|
|
12694
|
-
},
|
|
12695
|
-
"default": "false",
|
|
12696
|
-
"description": "Whether the pane is currently pinned.",
|
|
12697
|
-
"fieldName": "pinned"
|
|
12698
|
-
},
|
|
12699
|
-
{
|
|
12700
|
-
"name": "maximized",
|
|
12701
|
-
"type": {
|
|
12702
|
-
"text": "boolean"
|
|
12703
|
-
},
|
|
12704
|
-
"default": "false",
|
|
12705
|
-
"description": "Whether the pane is currently maximized.",
|
|
12706
|
-
"fieldName": "maximized"
|
|
12707
|
-
},
|
|
12708
|
-
{
|
|
12709
|
-
"name": "disabled",
|
|
12572
|
+
"name": "orientation",
|
|
12710
12573
|
"type": {
|
|
12711
|
-
"text": "
|
|
12574
|
+
"text": "ResizerLocation"
|
|
12712
12575
|
},
|
|
12713
|
-
"
|
|
12714
|
-
"
|
|
12715
|
-
"fieldName": "disabled"
|
|
12576
|
+
"description": "Specifies the orientation of the resizer.",
|
|
12577
|
+
"fieldName": "orientation"
|
|
12716
12578
|
}
|
|
12717
12579
|
],
|
|
12718
12580
|
"mixins": [
|
|
@@ -12725,7 +12587,7 @@
|
|
|
12725
12587
|
"name": "LitElement",
|
|
12726
12588
|
"package": "lit"
|
|
12727
12589
|
},
|
|
12728
|
-
"tagName": "igc-
|
|
12590
|
+
"tagName": "igc-resizer",
|
|
12729
12591
|
"customElement": true
|
|
12730
12592
|
}
|
|
12731
12593
|
],
|
|
@@ -12734,20 +12596,26 @@
|
|
|
12734
12596
|
"kind": "js",
|
|
12735
12597
|
"name": "default",
|
|
12736
12598
|
"declaration": {
|
|
12737
|
-
"name": "
|
|
12738
|
-
"module": "src/components/dockmanager/panes/
|
|
12599
|
+
"name": "IgcResizerComponent",
|
|
12600
|
+
"module": "src/components/dockmanager/panes/resizer-component.ts"
|
|
12739
12601
|
}
|
|
12740
12602
|
}
|
|
12741
12603
|
]
|
|
12742
12604
|
},
|
|
12743
12605
|
{
|
|
12744
12606
|
"kind": "javascript-module",
|
|
12745
|
-
"path": "src/components/dockmanager/panes/
|
|
12607
|
+
"path": "src/components/dockmanager/panes/split-pane-component.ts",
|
|
12746
12608
|
"declarations": [
|
|
12747
12609
|
{
|
|
12748
12610
|
"kind": "class",
|
|
12749
12611
|
"description": "",
|
|
12750
|
-
"name": "
|
|
12612
|
+
"name": "IgcSplitPaneComponent",
|
|
12613
|
+
"cssParts": [
|
|
12614
|
+
{
|
|
12615
|
+
"description": "The root split pane container.",
|
|
12616
|
+
"name": "split-pane"
|
|
12617
|
+
}
|
|
12618
|
+
],
|
|
12751
12619
|
"members": [
|
|
12752
12620
|
{
|
|
12753
12621
|
"kind": "field",
|
|
@@ -12758,7 +12626,7 @@
|
|
|
12758
12626
|
"privacy": "public",
|
|
12759
12627
|
"static": true,
|
|
12760
12628
|
"readonly": true,
|
|
12761
|
-
"default": "'igc-
|
|
12629
|
+
"default": "'igc-split-pane'"
|
|
12762
12630
|
},
|
|
12763
12631
|
{
|
|
12764
12632
|
"kind": "method",
|
|
@@ -12768,58 +12636,100 @@
|
|
|
12768
12636
|
},
|
|
12769
12637
|
{
|
|
12770
12638
|
"kind": "field",
|
|
12771
|
-
"name": "
|
|
12639
|
+
"name": "_orientation",
|
|
12772
12640
|
"type": {
|
|
12773
|
-
"text": "
|
|
12641
|
+
"text": "SplitPaneOrientation"
|
|
12642
|
+
},
|
|
12643
|
+
"privacy": "private"
|
|
12644
|
+
},
|
|
12645
|
+
{
|
|
12646
|
+
"kind": "field",
|
|
12647
|
+
"name": "_parentUseFixedSize",
|
|
12648
|
+
"type": {
|
|
12649
|
+
"text": "boolean"
|
|
12774
12650
|
},
|
|
12775
12651
|
"privacy": "private",
|
|
12776
|
-
"default": "
|
|
12652
|
+
"default": "false"
|
|
12777
12653
|
},
|
|
12778
12654
|
{
|
|
12779
12655
|
"kind": "field",
|
|
12780
12656
|
"name": "orientation",
|
|
12657
|
+
"privacy": "public",
|
|
12658
|
+
"description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
|
|
12781
12659
|
"type": {
|
|
12782
|
-
"text": "
|
|
12660
|
+
"text": "SplitPaneOrientation"
|
|
12783
12661
|
},
|
|
12784
|
-
"privacy": "public",
|
|
12785
|
-
"description": "Specifies the orientation of the resizer.",
|
|
12786
12662
|
"attribute": "orientation"
|
|
12787
12663
|
},
|
|
12788
12664
|
{
|
|
12789
12665
|
"kind": "field",
|
|
12790
|
-
"name": "
|
|
12666
|
+
"name": "useFixedSize",
|
|
12791
12667
|
"type": {
|
|
12792
12668
|
"text": "boolean"
|
|
12793
12669
|
},
|
|
12794
|
-
"privacy": "
|
|
12795
|
-
"
|
|
12670
|
+
"privacy": "public",
|
|
12671
|
+
"default": "false",
|
|
12672
|
+
"description": "Indicates whether the pane uses a fixed size.",
|
|
12673
|
+
"attribute": "use-fixed-size"
|
|
12796
12674
|
},
|
|
12797
12675
|
{
|
|
12798
12676
|
"kind": "field",
|
|
12799
|
-
"name": "
|
|
12800
|
-
"privacy": "
|
|
12677
|
+
"name": "parentUseFixedSize",
|
|
12678
|
+
"privacy": "public",
|
|
12679
|
+
"description": "Indicates if the parent pane uses fixed pane sizes.",
|
|
12680
|
+
"default": "false",
|
|
12681
|
+
"attribute": "parent-use-fixed-size",
|
|
12682
|
+
"type": {
|
|
12683
|
+
"text": "boolean"
|
|
12684
|
+
}
|
|
12801
12685
|
},
|
|
12802
12686
|
{
|
|
12803
12687
|
"kind": "field",
|
|
12804
|
-
"name": "
|
|
12805
|
-
"
|
|
12688
|
+
"name": "size",
|
|
12689
|
+
"type": {
|
|
12690
|
+
"text": "number | undefined"
|
|
12691
|
+
},
|
|
12692
|
+
"privacy": "public",
|
|
12693
|
+
"attribute": "size"
|
|
12806
12694
|
},
|
|
12807
12695
|
{
|
|
12808
12696
|
"kind": "field",
|
|
12809
|
-
"name": "
|
|
12810
|
-
"privacy": "private"
|
|
12697
|
+
"name": "_minResizeWidth",
|
|
12698
|
+
"privacy": "private",
|
|
12699
|
+
"default": "IGC_RESIZING_MIN_SIZE"
|
|
12811
12700
|
},
|
|
12812
12701
|
{
|
|
12813
12702
|
"kind": "field",
|
|
12814
|
-
"name": "
|
|
12703
|
+
"name": "_minResizeHeight",
|
|
12704
|
+
"privacy": "private",
|
|
12705
|
+
"default": "IGC_RESIZING_MIN_SIZE"
|
|
12815
12706
|
},
|
|
12816
12707
|
{
|
|
12817
12708
|
"kind": "field",
|
|
12818
|
-
"name": "
|
|
12709
|
+
"name": "minResizeWidth",
|
|
12710
|
+
"privacy": "public",
|
|
12711
|
+
"description": "The minimum width of child panes in pixels during resizing.",
|
|
12712
|
+
"default": "42",
|
|
12713
|
+
"attribute": "min-resize-width",
|
|
12714
|
+
"type": {
|
|
12715
|
+
"text": "number"
|
|
12716
|
+
}
|
|
12819
12717
|
},
|
|
12820
12718
|
{
|
|
12821
12719
|
"kind": "field",
|
|
12822
|
-
"name": "
|
|
12720
|
+
"name": "minResizeHeight",
|
|
12721
|
+
"privacy": "public",
|
|
12722
|
+
"description": "The minimum height of child panes in pixels during resizing.",
|
|
12723
|
+
"default": "42",
|
|
12724
|
+
"attribute": "min-resize-height",
|
|
12725
|
+
"type": {
|
|
12726
|
+
"text": "number"
|
|
12727
|
+
}
|
|
12728
|
+
},
|
|
12729
|
+
{
|
|
12730
|
+
"kind": "method",
|
|
12731
|
+
"name": "_updateFlexStyle",
|
|
12732
|
+
"privacy": "private"
|
|
12823
12733
|
},
|
|
12824
12734
|
{
|
|
12825
12735
|
"kind": "method",
|
|
@@ -12959,16 +12869,8 @@
|
|
|
12959
12869
|
],
|
|
12960
12870
|
"events": [
|
|
12961
12871
|
{
|
|
12962
|
-
"description": "Emitted when
|
|
12963
|
-
"name": "
|
|
12964
|
-
},
|
|
12965
|
-
{
|
|
12966
|
-
"description": "Emitted during resizer moving.",
|
|
12967
|
-
"name": "igcResizerMoved"
|
|
12968
|
-
},
|
|
12969
|
-
{
|
|
12970
|
-
"description": "Emitted when dragging ends on the resizer.",
|
|
12971
|
-
"name": "igcResizerDragEnd"
|
|
12872
|
+
"description": "Emitted when the component is updated and rendered.",
|
|
12873
|
+
"name": "igcRendered"
|
|
12972
12874
|
},
|
|
12973
12875
|
{
|
|
12974
12876
|
"type": {
|
|
@@ -12982,25 +12884,72 @@
|
|
|
12982
12884
|
],
|
|
12983
12885
|
"attributes": [
|
|
12984
12886
|
{
|
|
12985
|
-
"name": "
|
|
12887
|
+
"name": "use-fixed-size",
|
|
12986
12888
|
"type": {
|
|
12987
|
-
"text": "
|
|
12889
|
+
"text": "boolean"
|
|
12988
12890
|
},
|
|
12989
|
-
"
|
|
12990
|
-
"
|
|
12991
|
-
|
|
12992
|
-
|
|
12993
|
-
|
|
12891
|
+
"default": "false",
|
|
12892
|
+
"description": "Indicates whether the pane uses a fixed size.",
|
|
12893
|
+
"fieldName": "useFixedSize",
|
|
12894
|
+
"attribute": "use-fixed-size"
|
|
12895
|
+
},
|
|
12994
12896
|
{
|
|
12995
|
-
"name": "
|
|
12996
|
-
"
|
|
12997
|
-
|
|
12998
|
-
|
|
12999
|
-
|
|
12897
|
+
"name": "parent-use-fixed-size",
|
|
12898
|
+
"description": "Indicates if the parent pane uses fixed pane sizes.",
|
|
12899
|
+
"default": "false",
|
|
12900
|
+
"fieldName": "parentUseFixedSize",
|
|
12901
|
+
"attribute": "parent-use-fixed-size",
|
|
12902
|
+
"type": {
|
|
12903
|
+
"text": "boolean"
|
|
12904
|
+
}
|
|
12905
|
+
},
|
|
12906
|
+
{
|
|
12907
|
+
"name": "min-resize-width",
|
|
12908
|
+
"description": "The minimum width of child panes in pixels during resizing.",
|
|
12909
|
+
"default": "42",
|
|
12910
|
+
"fieldName": "minResizeWidth",
|
|
12911
|
+
"attribute": "min-resize-width",
|
|
12912
|
+
"type": {
|
|
12913
|
+
"text": "number"
|
|
12914
|
+
}
|
|
12915
|
+
},
|
|
12916
|
+
{
|
|
12917
|
+
"name": "min-resize-height",
|
|
12918
|
+
"description": "The minimum height of child panes in pixels during resizing.",
|
|
12919
|
+
"default": "42",
|
|
12920
|
+
"fieldName": "minResizeHeight",
|
|
12921
|
+
"attribute": "min-resize-height",
|
|
12922
|
+
"type": {
|
|
12923
|
+
"text": "number"
|
|
12924
|
+
}
|
|
12925
|
+
},
|
|
12926
|
+
{
|
|
12927
|
+
"name": "orientation",
|
|
12928
|
+
"description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
|
|
12929
|
+
"type": {
|
|
12930
|
+
"text": "SplitPaneOrientation"
|
|
12931
|
+
},
|
|
12932
|
+
"fieldName": "orientation"
|
|
12933
|
+
},
|
|
12934
|
+
{
|
|
12935
|
+
"name": "size",
|
|
12936
|
+
"type": {
|
|
12937
|
+
"text": "number | undefined"
|
|
12938
|
+
},
|
|
12939
|
+
"fieldName": "size"
|
|
12940
|
+
}
|
|
12941
|
+
],
|
|
12942
|
+
"mixins": [
|
|
12943
|
+
{
|
|
12944
|
+
"name": "EventEmitterMixin",
|
|
12945
|
+
"module": "/src/common/mixins/event-emitter.js"
|
|
12946
|
+
}
|
|
12947
|
+
],
|
|
12948
|
+
"superclass": {
|
|
13000
12949
|
"name": "LitElement",
|
|
13001
12950
|
"package": "lit"
|
|
13002
12951
|
},
|
|
13003
|
-
"tagName": "igc-
|
|
12952
|
+
"tagName": "igc-split-pane",
|
|
13004
12953
|
"customElement": true
|
|
13005
12954
|
}
|
|
13006
12955
|
],
|
|
@@ -13009,24 +12958,32 @@
|
|
|
13009
12958
|
"kind": "js",
|
|
13010
12959
|
"name": "default",
|
|
13011
12960
|
"declaration": {
|
|
13012
|
-
"name": "
|
|
13013
|
-
"module": "src/components/dockmanager/panes/
|
|
12961
|
+
"name": "IgcSplitPaneComponent",
|
|
12962
|
+
"module": "src/components/dockmanager/panes/split-pane-component.ts"
|
|
13014
12963
|
}
|
|
13015
12964
|
}
|
|
13016
12965
|
]
|
|
13017
12966
|
},
|
|
13018
12967
|
{
|
|
13019
12968
|
"kind": "javascript-module",
|
|
13020
|
-
"path": "src/components/dockmanager/panes/
|
|
12969
|
+
"path": "src/components/dockmanager/panes/splitter-component.ts",
|
|
13021
12970
|
"declarations": [
|
|
13022
12971
|
{
|
|
13023
12972
|
"kind": "class",
|
|
13024
12973
|
"description": "",
|
|
13025
|
-
"name": "
|
|
12974
|
+
"name": "IgcSplitterComponent",
|
|
13026
12975
|
"cssParts": [
|
|
13027
12976
|
{
|
|
13028
|
-
"description": "The
|
|
13029
|
-
"name": "
|
|
12977
|
+
"description": "The main container of the splitter.",
|
|
12978
|
+
"name": "splitter"
|
|
12979
|
+
},
|
|
12980
|
+
{
|
|
12981
|
+
"description": "The draggable element that users interact with.",
|
|
12982
|
+
"name": "splitter-base"
|
|
12983
|
+
},
|
|
12984
|
+
{
|
|
12985
|
+
"description": "The visual indicator (ghost element) shown during drag.",
|
|
12986
|
+
"name": "splitter-ghost"
|
|
13030
12987
|
}
|
|
13031
12988
|
],
|
|
13032
12989
|
"members": [
|
|
@@ -13039,7 +12996,7 @@
|
|
|
13039
12996
|
"privacy": "public",
|
|
13040
12997
|
"static": true,
|
|
13041
12998
|
"readonly": true,
|
|
13042
|
-
"default": "'igc-
|
|
12999
|
+
"default": "'igc-splitter-component'"
|
|
13043
13000
|
},
|
|
13044
13001
|
{
|
|
13045
13002
|
"kind": "method",
|
|
@@ -13049,15 +13006,42 @@
|
|
|
13049
13006
|
},
|
|
13050
13007
|
{
|
|
13051
13008
|
"kind": "field",
|
|
13052
|
-
"name": "
|
|
13009
|
+
"name": "_paneSizes",
|
|
13053
13010
|
"type": {
|
|
13054
|
-
"text": "
|
|
13011
|
+
"text": "number[] | null"
|
|
13012
|
+
},
|
|
13013
|
+
"privacy": "private",
|
|
13014
|
+
"default": "null"
|
|
13015
|
+
},
|
|
13016
|
+
{
|
|
13017
|
+
"kind": "field",
|
|
13018
|
+
"name": "_paneMinSizes",
|
|
13019
|
+
"type": {
|
|
13020
|
+
"text": "number[] | null"
|
|
13021
|
+
},
|
|
13022
|
+
"privacy": "private",
|
|
13023
|
+
"default": "null"
|
|
13024
|
+
},
|
|
13025
|
+
{
|
|
13026
|
+
"kind": "field",
|
|
13027
|
+
"name": "_flyoutMaxSize",
|
|
13028
|
+
"type": {
|
|
13029
|
+
"text": "number"
|
|
13030
|
+
},
|
|
13031
|
+
"privacy": "private",
|
|
13032
|
+
"default": "0"
|
|
13033
|
+
},
|
|
13034
|
+
{
|
|
13035
|
+
"kind": "field",
|
|
13036
|
+
"name": "_dragService",
|
|
13037
|
+
"type": {
|
|
13038
|
+
"text": "IgcDragService | undefined"
|
|
13055
13039
|
},
|
|
13056
13040
|
"privacy": "private"
|
|
13057
13041
|
},
|
|
13058
13042
|
{
|
|
13059
13043
|
"kind": "field",
|
|
13060
|
-
"name": "
|
|
13044
|
+
"name": "resizeEndEmitted",
|
|
13061
13045
|
"type": {
|
|
13062
13046
|
"text": "boolean"
|
|
13063
13047
|
},
|
|
@@ -13066,84 +13050,297 @@
|
|
|
13066
13050
|
},
|
|
13067
13051
|
{
|
|
13068
13052
|
"kind": "field",
|
|
13069
|
-
"name": "
|
|
13070
|
-
"privacy": "public",
|
|
13071
|
-
"description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
|
|
13053
|
+
"name": "_splitPaneOrientation",
|
|
13072
13054
|
"type": {
|
|
13073
13055
|
"text": "SplitPaneOrientation"
|
|
13074
13056
|
},
|
|
13075
|
-
"
|
|
13057
|
+
"privacy": "private",
|
|
13058
|
+
"default": "'horizontal'"
|
|
13076
13059
|
},
|
|
13077
13060
|
{
|
|
13078
13061
|
"kind": "field",
|
|
13079
|
-
"name": "
|
|
13062
|
+
"name": "isRTL",
|
|
13063
|
+
"type": {
|
|
13064
|
+
"text": "boolean"
|
|
13065
|
+
},
|
|
13066
|
+
"privacy": "private",
|
|
13067
|
+
"readonly": true
|
|
13068
|
+
},
|
|
13069
|
+
{
|
|
13070
|
+
"kind": "field",
|
|
13071
|
+
"name": "_dragOffset",
|
|
13072
|
+
"type": {
|
|
13073
|
+
"text": "number"
|
|
13074
|
+
},
|
|
13075
|
+
"privacy": "private",
|
|
13076
|
+
"default": "0"
|
|
13077
|
+
},
|
|
13078
|
+
{
|
|
13079
|
+
"kind": "field",
|
|
13080
|
+
"name": "_hasCustomSplitterHandle",
|
|
13081
|
+
"type": {
|
|
13082
|
+
"text": "boolean"
|
|
13083
|
+
},
|
|
13084
|
+
"privacy": "private",
|
|
13085
|
+
"default": "false"
|
|
13086
|
+
},
|
|
13087
|
+
{
|
|
13088
|
+
"kind": "field",
|
|
13089
|
+
"name": "showDragGhost",
|
|
13080
13090
|
"type": {
|
|
13081
13091
|
"text": "boolean"
|
|
13082
13092
|
},
|
|
13083
13093
|
"privacy": "public",
|
|
13084
13094
|
"default": "false",
|
|
13085
|
-
"description": "Indicates whether the
|
|
13086
|
-
"attribute": "
|
|
13095
|
+
"description": "Indicates whether the drag ghost element is shown while resizing.",
|
|
13096
|
+
"attribute": "show-drag-ghost"
|
|
13087
13097
|
},
|
|
13088
13098
|
{
|
|
13089
13099
|
"kind": "field",
|
|
13090
13100
|
"name": "parentUseFixedSize",
|
|
13101
|
+
"type": {
|
|
13102
|
+
"text": "boolean"
|
|
13103
|
+
},
|
|
13091
13104
|
"privacy": "public",
|
|
13092
|
-
"description": "Indicates if the parent pane uses fixed pane sizes.",
|
|
13093
13105
|
"default": "false",
|
|
13094
|
-
"
|
|
13106
|
+
"description": "Indicates if the parent pane uses fixed pane sizes.",
|
|
13107
|
+
"attribute": "parent-use-fixed-size"
|
|
13108
|
+
},
|
|
13109
|
+
{
|
|
13110
|
+
"kind": "field",
|
|
13111
|
+
"name": "splitPaneOrientation",
|
|
13112
|
+
"privacy": "public",
|
|
13113
|
+
"description": "Defines the orientation of the splitter based on the split pane orientation.",
|
|
13114
|
+
"default": "horizontal",
|
|
13115
|
+
"attribute": "split-pane-orientation"
|
|
13116
|
+
},
|
|
13117
|
+
{
|
|
13118
|
+
"kind": "field",
|
|
13119
|
+
"name": "flyoutLocation",
|
|
13095
13120
|
"type": {
|
|
13096
|
-
"text": "
|
|
13097
|
-
}
|
|
13121
|
+
"text": "UnpinnedLocation"
|
|
13122
|
+
},
|
|
13123
|
+
"privacy": "public",
|
|
13124
|
+
"description": "Indicates the flyout location of the splitter.",
|
|
13125
|
+
"attribute": "flyout-location"
|
|
13098
13126
|
},
|
|
13099
13127
|
{
|
|
13100
13128
|
"kind": "field",
|
|
13101
|
-
"name": "
|
|
13129
|
+
"name": "scrollSpeed",
|
|
13102
13130
|
"type": {
|
|
13103
13131
|
"text": "number | undefined"
|
|
13104
13132
|
},
|
|
13105
13133
|
"privacy": "public",
|
|
13106
|
-
"attribute": "
|
|
13134
|
+
"attribute": "scrollSpeed"
|
|
13107
13135
|
},
|
|
13108
13136
|
{
|
|
13109
13137
|
"kind": "field",
|
|
13110
|
-
"name": "
|
|
13111
|
-
"
|
|
13112
|
-
|
|
13138
|
+
"name": "_ghostRef",
|
|
13139
|
+
"type": {
|
|
13140
|
+
"text": "HTMLElement"
|
|
13141
|
+
},
|
|
13142
|
+
"privacy": "private"
|
|
13113
13143
|
},
|
|
13114
13144
|
{
|
|
13115
13145
|
"kind": "field",
|
|
13116
|
-
"name": "
|
|
13117
|
-
"
|
|
13118
|
-
|
|
13146
|
+
"name": "_splitterBaseRef",
|
|
13147
|
+
"type": {
|
|
13148
|
+
"text": "HTMLElement"
|
|
13149
|
+
},
|
|
13150
|
+
"privacy": "private"
|
|
13119
13151
|
},
|
|
13120
13152
|
{
|
|
13121
13153
|
"kind": "field",
|
|
13122
|
-
"name": "
|
|
13123
|
-
"privacy": "
|
|
13124
|
-
"description": "The minimum width of child panes in pixels during resizing.",
|
|
13125
|
-
"default": "42",
|
|
13126
|
-
"attribute": "min-resize-width",
|
|
13127
|
-
"type": {
|
|
13128
|
-
"text": "number"
|
|
13129
|
-
}
|
|
13154
|
+
"name": "dragStart",
|
|
13155
|
+
"privacy": "private"
|
|
13130
13156
|
},
|
|
13131
13157
|
{
|
|
13132
13158
|
"kind": "field",
|
|
13133
|
-
"name": "
|
|
13134
|
-
"privacy": "
|
|
13135
|
-
|
|
13136
|
-
|
|
13137
|
-
"
|
|
13138
|
-
"
|
|
13139
|
-
|
|
13140
|
-
|
|
13159
|
+
"name": "dragEnd",
|
|
13160
|
+
"privacy": "private"
|
|
13161
|
+
},
|
|
13162
|
+
{
|
|
13163
|
+
"kind": "field",
|
|
13164
|
+
"name": "dragMove",
|
|
13165
|
+
"privacy": "private"
|
|
13166
|
+
},
|
|
13167
|
+
{
|
|
13168
|
+
"kind": "field",
|
|
13169
|
+
"name": "_handlePointerDown",
|
|
13170
|
+
"privacy": "private"
|
|
13171
|
+
},
|
|
13172
|
+
{
|
|
13173
|
+
"kind": "field",
|
|
13174
|
+
"name": "_handlePointerUp",
|
|
13175
|
+
"privacy": "private"
|
|
13176
|
+
},
|
|
13177
|
+
{
|
|
13178
|
+
"kind": "field",
|
|
13179
|
+
"name": "applyAutoDrag",
|
|
13180
|
+
"privacy": "public"
|
|
13181
|
+
},
|
|
13182
|
+
{
|
|
13183
|
+
"kind": "field",
|
|
13184
|
+
"name": "_handleKeyDown",
|
|
13185
|
+
"privacy": "private"
|
|
13141
13186
|
},
|
|
13142
13187
|
{
|
|
13143
13188
|
"kind": "method",
|
|
13144
|
-
"name": "
|
|
13189
|
+
"name": "_calculateOffset",
|
|
13190
|
+
"privacy": "private",
|
|
13191
|
+
"return": {
|
|
13192
|
+
"type": {
|
|
13193
|
+
"text": "number"
|
|
13194
|
+
}
|
|
13195
|
+
},
|
|
13196
|
+
"parameters": [
|
|
13197
|
+
{
|
|
13198
|
+
"name": "e",
|
|
13199
|
+
"type": {
|
|
13200
|
+
"text": "KeyboardEvent"
|
|
13201
|
+
}
|
|
13202
|
+
}
|
|
13203
|
+
]
|
|
13204
|
+
},
|
|
13205
|
+
{
|
|
13206
|
+
"kind": "method",
|
|
13207
|
+
"name": "_dragStartHelper",
|
|
13208
|
+
"privacy": "private",
|
|
13209
|
+
"parameters": [
|
|
13210
|
+
{
|
|
13211
|
+
"name": "offset",
|
|
13212
|
+
"type": {
|
|
13213
|
+
"text": "number"
|
|
13214
|
+
}
|
|
13215
|
+
}
|
|
13216
|
+
]
|
|
13217
|
+
},
|
|
13218
|
+
{
|
|
13219
|
+
"kind": "method",
|
|
13220
|
+
"name": "_dragEndHelper",
|
|
13145
13221
|
"privacy": "private"
|
|
13146
13222
|
},
|
|
13223
|
+
{
|
|
13224
|
+
"kind": "method",
|
|
13225
|
+
"name": "_constrainFlyoutResize",
|
|
13226
|
+
"privacy": "private"
|
|
13227
|
+
},
|
|
13228
|
+
{
|
|
13229
|
+
"kind": "method",
|
|
13230
|
+
"name": "_constrainSplitPaneResize",
|
|
13231
|
+
"privacy": "private"
|
|
13232
|
+
},
|
|
13233
|
+
{
|
|
13234
|
+
"kind": "method",
|
|
13235
|
+
"name": "_handleSplitterHandleSlotChange",
|
|
13236
|
+
"privacy": "private"
|
|
13237
|
+
},
|
|
13238
|
+
{
|
|
13239
|
+
"kind": "method",
|
|
13240
|
+
"name": "_isArrowUp",
|
|
13241
|
+
"privacy": "private",
|
|
13242
|
+
"return": {
|
|
13243
|
+
"type": {
|
|
13244
|
+
"text": "boolean"
|
|
13245
|
+
}
|
|
13246
|
+
},
|
|
13247
|
+
"parameters": [
|
|
13248
|
+
{
|
|
13249
|
+
"name": "event",
|
|
13250
|
+
"type": {
|
|
13251
|
+
"text": "KeyboardEvent"
|
|
13252
|
+
}
|
|
13253
|
+
}
|
|
13254
|
+
]
|
|
13255
|
+
},
|
|
13256
|
+
{
|
|
13257
|
+
"kind": "method",
|
|
13258
|
+
"name": "_isArrowDown",
|
|
13259
|
+
"privacy": "private",
|
|
13260
|
+
"return": {
|
|
13261
|
+
"type": {
|
|
13262
|
+
"text": "boolean"
|
|
13263
|
+
}
|
|
13264
|
+
},
|
|
13265
|
+
"parameters": [
|
|
13266
|
+
{
|
|
13267
|
+
"name": "event",
|
|
13268
|
+
"type": {
|
|
13269
|
+
"text": "KeyboardEvent"
|
|
13270
|
+
}
|
|
13271
|
+
}
|
|
13272
|
+
]
|
|
13273
|
+
},
|
|
13274
|
+
{
|
|
13275
|
+
"kind": "method",
|
|
13276
|
+
"name": "_isArrowLeft",
|
|
13277
|
+
"privacy": "private",
|
|
13278
|
+
"return": {
|
|
13279
|
+
"type": {
|
|
13280
|
+
"text": "boolean"
|
|
13281
|
+
}
|
|
13282
|
+
},
|
|
13283
|
+
"parameters": [
|
|
13284
|
+
{
|
|
13285
|
+
"name": "event",
|
|
13286
|
+
"type": {
|
|
13287
|
+
"text": "KeyboardEvent"
|
|
13288
|
+
}
|
|
13289
|
+
}
|
|
13290
|
+
]
|
|
13291
|
+
},
|
|
13292
|
+
{
|
|
13293
|
+
"kind": "method",
|
|
13294
|
+
"name": "_isArrowRight",
|
|
13295
|
+
"privacy": "private",
|
|
13296
|
+
"return": {
|
|
13297
|
+
"type": {
|
|
13298
|
+
"text": "boolean"
|
|
13299
|
+
}
|
|
13300
|
+
},
|
|
13301
|
+
"parameters": [
|
|
13302
|
+
{
|
|
13303
|
+
"name": "event",
|
|
13304
|
+
"type": {
|
|
13305
|
+
"text": "KeyboardEvent"
|
|
13306
|
+
}
|
|
13307
|
+
}
|
|
13308
|
+
]
|
|
13309
|
+
},
|
|
13310
|
+
{
|
|
13311
|
+
"kind": "method",
|
|
13312
|
+
"name": "_isHorizontal",
|
|
13313
|
+
"privacy": "private"
|
|
13314
|
+
},
|
|
13315
|
+
{
|
|
13316
|
+
"kind": "method",
|
|
13317
|
+
"name": "_isVertical",
|
|
13318
|
+
"privacy": "private"
|
|
13319
|
+
},
|
|
13320
|
+
{
|
|
13321
|
+
"kind": "method",
|
|
13322
|
+
"name": "_getMinSize",
|
|
13323
|
+
"privacy": "private",
|
|
13324
|
+
"return": {
|
|
13325
|
+
"type": {
|
|
13326
|
+
"text": "number"
|
|
13327
|
+
}
|
|
13328
|
+
},
|
|
13329
|
+
"parameters": [
|
|
13330
|
+
{
|
|
13331
|
+
"name": "pane",
|
|
13332
|
+
"type": {
|
|
13333
|
+
"text": "HTMLElement | undefined"
|
|
13334
|
+
}
|
|
13335
|
+
},
|
|
13336
|
+
{
|
|
13337
|
+
"name": "orientation",
|
|
13338
|
+
"type": {
|
|
13339
|
+
"text": "'horizontal' | 'vertical'"
|
|
13340
|
+
}
|
|
13341
|
+
}
|
|
13342
|
+
]
|
|
13343
|
+
},
|
|
13147
13344
|
{
|
|
13148
13345
|
"kind": "method",
|
|
13149
13346
|
"name": "addEventListener",
|
|
@@ -13282,8 +13479,12 @@
|
|
|
13282
13479
|
],
|
|
13283
13480
|
"events": [
|
|
13284
13481
|
{
|
|
13285
|
-
"description": "Emitted when
|
|
13286
|
-
"name": "
|
|
13482
|
+
"description": "Emitted when a resize interaction starts.",
|
|
13483
|
+
"name": "igcResizeStart"
|
|
13484
|
+
},
|
|
13485
|
+
{
|
|
13486
|
+
"description": "Emitted when the resize ends, passing the final size.",
|
|
13487
|
+
"name": "igcResizeEnd"
|
|
13287
13488
|
},
|
|
13288
13489
|
{
|
|
13289
13490
|
"type": {
|
|
@@ -13297,59 +13498,47 @@
|
|
|
13297
13498
|
],
|
|
13298
13499
|
"attributes": [
|
|
13299
13500
|
{
|
|
13300
|
-
"name": "
|
|
13501
|
+
"name": "show-drag-ghost",
|
|
13301
13502
|
"type": {
|
|
13302
13503
|
"text": "boolean"
|
|
13303
13504
|
},
|
|
13304
13505
|
"default": "false",
|
|
13305
|
-
"description": "Indicates whether the
|
|
13306
|
-
"fieldName": "
|
|
13307
|
-
"attribute": "
|
|
13506
|
+
"description": "Indicates whether the drag ghost element is shown while resizing.",
|
|
13507
|
+
"fieldName": "showDragGhost",
|
|
13508
|
+
"attribute": "show-drag-ghost"
|
|
13308
13509
|
},
|
|
13309
13510
|
{
|
|
13310
13511
|
"name": "parent-use-fixed-size",
|
|
13311
|
-
"description": "Indicates if the parent pane uses fixed pane sizes.",
|
|
13312
|
-
"default": "false",
|
|
13313
|
-
"fieldName": "parentUseFixedSize",
|
|
13314
|
-
"attribute": "parent-use-fixed-size",
|
|
13315
13512
|
"type": {
|
|
13316
13513
|
"text": "boolean"
|
|
13317
|
-
}
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
"
|
|
13321
|
-
"
|
|
13322
|
-
"default": "42",
|
|
13323
|
-
"fieldName": "minResizeWidth",
|
|
13324
|
-
"attribute": "min-resize-width",
|
|
13325
|
-
"type": {
|
|
13326
|
-
"text": "number"
|
|
13327
|
-
}
|
|
13514
|
+
},
|
|
13515
|
+
"default": "false",
|
|
13516
|
+
"description": "Indicates if the parent pane uses fixed pane sizes.",
|
|
13517
|
+
"fieldName": "parentUseFixedSize",
|
|
13518
|
+
"attribute": "parent-use-fixed-size"
|
|
13328
13519
|
},
|
|
13329
13520
|
{
|
|
13330
|
-
"name": "
|
|
13331
|
-
"description": "
|
|
13332
|
-
"default": "
|
|
13333
|
-
"fieldName": "
|
|
13334
|
-
"attribute": "
|
|
13335
|
-
"type": {
|
|
13336
|
-
"text": "number"
|
|
13337
|
-
}
|
|
13521
|
+
"name": "split-pane-orientation",
|
|
13522
|
+
"description": "Defines the orientation of the splitter based on the split pane orientation.",
|
|
13523
|
+
"default": "horizontal",
|
|
13524
|
+
"fieldName": "splitPaneOrientation",
|
|
13525
|
+
"attribute": "split-pane-orientation"
|
|
13338
13526
|
},
|
|
13339
13527
|
{
|
|
13340
|
-
"name": "
|
|
13341
|
-
"description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
|
|
13528
|
+
"name": "flyout-location",
|
|
13342
13529
|
"type": {
|
|
13343
|
-
"text": "
|
|
13530
|
+
"text": "UnpinnedLocation"
|
|
13344
13531
|
},
|
|
13345
|
-
"
|
|
13532
|
+
"description": "Indicates the flyout location of the splitter.",
|
|
13533
|
+
"fieldName": "flyoutLocation",
|
|
13534
|
+
"attribute": "flyout-location"
|
|
13346
13535
|
},
|
|
13347
13536
|
{
|
|
13348
|
-
"name": "
|
|
13537
|
+
"name": "scrollSpeed",
|
|
13349
13538
|
"type": {
|
|
13350
13539
|
"text": "number | undefined"
|
|
13351
13540
|
},
|
|
13352
|
-
"fieldName": "
|
|
13541
|
+
"fieldName": "scrollSpeed"
|
|
13353
13542
|
}
|
|
13354
13543
|
],
|
|
13355
13544
|
"mixins": [
|
|
@@ -13362,7 +13551,7 @@
|
|
|
13362
13551
|
"name": "LitElement",
|
|
13363
13552
|
"package": "lit"
|
|
13364
13553
|
},
|
|
13365
|
-
"tagName": "igc-
|
|
13554
|
+
"tagName": "igc-splitter-component",
|
|
13366
13555
|
"customElement": true
|
|
13367
13556
|
}
|
|
13368
13557
|
],
|
|
@@ -13371,32 +13560,54 @@
|
|
|
13371
13560
|
"kind": "js",
|
|
13372
13561
|
"name": "default",
|
|
13373
13562
|
"declaration": {
|
|
13374
|
-
"name": "
|
|
13375
|
-
"module": "src/components/dockmanager/panes/
|
|
13563
|
+
"name": "IgcSplitterComponent",
|
|
13564
|
+
"module": "src/components/dockmanager/panes/splitter-component.ts"
|
|
13376
13565
|
}
|
|
13377
13566
|
}
|
|
13378
13567
|
]
|
|
13379
13568
|
},
|
|
13380
13569
|
{
|
|
13381
13570
|
"kind": "javascript-module",
|
|
13382
|
-
"path": "src/components/dockmanager/panes/
|
|
13571
|
+
"path": "src/components/dockmanager/panes/unpinned-pane-header-component.ts",
|
|
13383
13572
|
"declarations": [
|
|
13384
13573
|
{
|
|
13385
13574
|
"kind": "class",
|
|
13386
13575
|
"description": "",
|
|
13387
|
-
"name": "
|
|
13576
|
+
"name": "IgcUnpinnedPaneHeaderComponent",
|
|
13388
13577
|
"cssParts": [
|
|
13389
13578
|
{
|
|
13390
|
-
"description": "The main container of the
|
|
13391
|
-
"name": "
|
|
13579
|
+
"description": "The main container of the pane header.",
|
|
13580
|
+
"name": "unpinned-pane-header"
|
|
13392
13581
|
},
|
|
13393
13582
|
{
|
|
13394
|
-
"description": "
|
|
13395
|
-
"name": "
|
|
13583
|
+
"description": "Applied when the header is in a horizontal orientation.",
|
|
13584
|
+
"name": "horizontal"
|
|
13396
13585
|
},
|
|
13397
13586
|
{
|
|
13398
|
-
"description": "
|
|
13399
|
-
"name": "
|
|
13587
|
+
"description": "Applied when the header is in a vertical orientation.",
|
|
13588
|
+
"name": "vertical"
|
|
13589
|
+
},
|
|
13590
|
+
{
|
|
13591
|
+
"description": "Applied when the header is on the left or top side.",
|
|
13592
|
+
"name": "start"
|
|
13593
|
+
},
|
|
13594
|
+
{
|
|
13595
|
+
"description": "Applied when the header is on the right or bottom side.",
|
|
13596
|
+
"name": "end"
|
|
13597
|
+
},
|
|
13598
|
+
{
|
|
13599
|
+
"description": "Applied when the header is in active state.",
|
|
13600
|
+
"name": "active"
|
|
13601
|
+
},
|
|
13602
|
+
{
|
|
13603
|
+
"description": "Applied when the header is disabled.",
|
|
13604
|
+
"name": "disabled"
|
|
13605
|
+
}
|
|
13606
|
+
],
|
|
13607
|
+
"slots": [
|
|
13608
|
+
{
|
|
13609
|
+
"description": "Default slot for the pane header content.",
|
|
13610
|
+
"name": ""
|
|
13400
13611
|
}
|
|
13401
13612
|
],
|
|
13402
13613
|
"members": [
|
|
@@ -13409,206 +13620,259 @@
|
|
|
13409
13620
|
"privacy": "public",
|
|
13410
13621
|
"static": true,
|
|
13411
13622
|
"readonly": true,
|
|
13412
|
-
"default": "'igc-
|
|
13413
|
-
},
|
|
13414
|
-
{
|
|
13415
|
-
"kind": "method",
|
|
13416
|
-
"name": "register",
|
|
13417
|
-
"privacy": "public",
|
|
13418
|
-
"static": true
|
|
13623
|
+
"default": "'igc-unpinned-pane-header'"
|
|
13419
13624
|
},
|
|
13420
13625
|
{
|
|
13421
13626
|
"kind": "field",
|
|
13422
|
-
"name": "
|
|
13627
|
+
"name": "_location",
|
|
13423
13628
|
"type": {
|
|
13424
|
-
"text": "
|
|
13629
|
+
"text": "UnpinnedLocation"
|
|
13425
13630
|
},
|
|
13426
|
-
"privacy": "private"
|
|
13427
|
-
"default": "null"
|
|
13631
|
+
"privacy": "private"
|
|
13428
13632
|
},
|
|
13429
13633
|
{
|
|
13430
13634
|
"kind": "field",
|
|
13431
|
-
"name": "
|
|
13635
|
+
"name": "_isActive",
|
|
13432
13636
|
"type": {
|
|
13433
|
-
"text": "
|
|
13637
|
+
"text": "boolean"
|
|
13434
13638
|
},
|
|
13435
13639
|
"privacy": "private",
|
|
13436
|
-
"default": "
|
|
13640
|
+
"default": "false"
|
|
13437
13641
|
},
|
|
13438
13642
|
{
|
|
13439
13643
|
"kind": "field",
|
|
13440
|
-
"name": "
|
|
13644
|
+
"name": "_disabled",
|
|
13441
13645
|
"type": {
|
|
13442
|
-
"text": "
|
|
13646
|
+
"text": "boolean"
|
|
13443
13647
|
},
|
|
13444
13648
|
"privacy": "private",
|
|
13445
|
-
"default": "
|
|
13649
|
+
"default": "false"
|
|
13650
|
+
},
|
|
13651
|
+
{
|
|
13652
|
+
"kind": "method",
|
|
13653
|
+
"name": "register",
|
|
13654
|
+
"privacy": "public",
|
|
13655
|
+
"static": true
|
|
13446
13656
|
},
|
|
13447
13657
|
{
|
|
13448
13658
|
"kind": "field",
|
|
13449
|
-
"name": "
|
|
13450
|
-
"
|
|
13451
|
-
|
|
13452
|
-
|
|
13659
|
+
"name": "location",
|
|
13660
|
+
"privacy": "public",
|
|
13661
|
+
"description": "The location where the unpinned pane is docked.",
|
|
13662
|
+
"attribute": "location"
|
|
13663
|
+
},
|
|
13664
|
+
{
|
|
13665
|
+
"kind": "field",
|
|
13666
|
+
"name": "isActive",
|
|
13667
|
+
"privacy": "public",
|
|
13668
|
+
"description": "Indicates whether the unpinned pane header is active.",
|
|
13669
|
+
"default": "false",
|
|
13670
|
+
"attribute": "isActive"
|
|
13671
|
+
},
|
|
13672
|
+
{
|
|
13673
|
+
"kind": "field",
|
|
13674
|
+
"name": "disabled",
|
|
13675
|
+
"privacy": "public",
|
|
13676
|
+
"description": "Indicates whether the unpinned pane header is disabled.",
|
|
13677
|
+
"default": "false",
|
|
13678
|
+
"attribute": "disabled"
|
|
13679
|
+
},
|
|
13680
|
+
{
|
|
13681
|
+
"kind": "field",
|
|
13682
|
+
"name": "_dynamicStyles",
|
|
13683
|
+
"privacy": "private",
|
|
13684
|
+
"readonly": true
|
|
13685
|
+
},
|
|
13686
|
+
{
|
|
13687
|
+
"kind": "method",
|
|
13688
|
+
"name": "_applyDynamicStyles",
|
|
13453
13689
|
"privacy": "private"
|
|
13690
|
+
}
|
|
13691
|
+
],
|
|
13692
|
+
"attributes": [
|
|
13693
|
+
{
|
|
13694
|
+
"name": "is-active",
|
|
13695
|
+
"description": "Indicates whether the unpinned pane header is active.",
|
|
13696
|
+
"default": "false",
|
|
13697
|
+
"fieldName": "isActive"
|
|
13698
|
+
},
|
|
13699
|
+
{
|
|
13700
|
+
"name": "disabled",
|
|
13701
|
+
"description": "Indicates whether the unpinned pane header is disabled.",
|
|
13702
|
+
"default": "false",
|
|
13703
|
+
"fieldName": "disabled",
|
|
13704
|
+
"attribute": "disabled"
|
|
13705
|
+
},
|
|
13706
|
+
{
|
|
13707
|
+
"name": "location",
|
|
13708
|
+
"description": "The location where the unpinned pane is docked.",
|
|
13709
|
+
"fieldName": "location"
|
|
13710
|
+
},
|
|
13711
|
+
{
|
|
13712
|
+
"name": "isActive",
|
|
13713
|
+
"description": "Indicates whether the unpinned pane header is active.",
|
|
13714
|
+
"default": "false",
|
|
13715
|
+
"attribute": "is-active",
|
|
13716
|
+
"fieldName": "isActive"
|
|
13717
|
+
}
|
|
13718
|
+
],
|
|
13719
|
+
"superclass": {
|
|
13720
|
+
"name": "LitElement",
|
|
13721
|
+
"package": "lit"
|
|
13722
|
+
},
|
|
13723
|
+
"tagName": "igc-unpinned-pane-header",
|
|
13724
|
+
"customElement": true
|
|
13725
|
+
}
|
|
13726
|
+
],
|
|
13727
|
+
"exports": [
|
|
13728
|
+
{
|
|
13729
|
+
"kind": "js",
|
|
13730
|
+
"name": "default",
|
|
13731
|
+
"declaration": {
|
|
13732
|
+
"name": "IgcUnpinnedPaneHeaderComponent",
|
|
13733
|
+
"module": "src/components/dockmanager/panes/unpinned-pane-header-component.ts"
|
|
13734
|
+
}
|
|
13735
|
+
}
|
|
13736
|
+
]
|
|
13737
|
+
},
|
|
13738
|
+
{
|
|
13739
|
+
"kind": "javascript-module",
|
|
13740
|
+
"path": "src/components/dockmanager/pane-navigator/pane-navigator-component.ts",
|
|
13741
|
+
"declarations": [
|
|
13742
|
+
{
|
|
13743
|
+
"kind": "class",
|
|
13744
|
+
"description": "",
|
|
13745
|
+
"name": "IgcPaneNavigatorComponent",
|
|
13746
|
+
"cssParts": [
|
|
13747
|
+
{
|
|
13748
|
+
"description": "Wrapper of the panel.",
|
|
13749
|
+
"name": "base"
|
|
13750
|
+
},
|
|
13751
|
+
{
|
|
13752
|
+
"description": "The header element which contains the header of the currently selected pane.",
|
|
13753
|
+
"name": "header"
|
|
13754
|
+
},
|
|
13755
|
+
{
|
|
13756
|
+
"description": "The section element where groups of panes and documents are displayed.",
|
|
13757
|
+
"name": "body"
|
|
13758
|
+
},
|
|
13759
|
+
{
|
|
13760
|
+
"description": "The article element which contains all items of the same group - panes or documents.",
|
|
13761
|
+
"name": "group"
|
|
13454
13762
|
},
|
|
13763
|
+
{
|
|
13764
|
+
"description": "The header element displayed above the group of panes/documents.",
|
|
13765
|
+
"name": "title"
|
|
13766
|
+
}
|
|
13767
|
+
],
|
|
13768
|
+
"members": [
|
|
13455
13769
|
{
|
|
13456
13770
|
"kind": "field",
|
|
13457
|
-
"name": "
|
|
13771
|
+
"name": "tagName",
|
|
13458
13772
|
"type": {
|
|
13459
|
-
"text": "
|
|
13773
|
+
"text": "string"
|
|
13460
13774
|
},
|
|
13461
|
-
"privacy": "
|
|
13462
|
-
"
|
|
13775
|
+
"privacy": "public",
|
|
13776
|
+
"static": true,
|
|
13777
|
+
"readonly": true,
|
|
13778
|
+
"default": "'igc-pane-navigator'"
|
|
13463
13779
|
},
|
|
13464
13780
|
{
|
|
13465
|
-
"kind": "
|
|
13466
|
-
"name": "
|
|
13467
|
-
"
|
|
13468
|
-
|
|
13469
|
-
},
|
|
13470
|
-
"privacy": "private",
|
|
13471
|
-
"default": "'horizontal'"
|
|
13781
|
+
"kind": "method",
|
|
13782
|
+
"name": "register",
|
|
13783
|
+
"privacy": "public",
|
|
13784
|
+
"static": true
|
|
13472
13785
|
},
|
|
13473
13786
|
{
|
|
13474
13787
|
"kind": "field",
|
|
13475
|
-
"name": "
|
|
13788
|
+
"name": "_paneNav",
|
|
13476
13789
|
"type": {
|
|
13477
|
-
"text": "
|
|
13790
|
+
"text": "Ref<HTMLElement>"
|
|
13478
13791
|
},
|
|
13479
|
-
"privacy": "private"
|
|
13480
|
-
"readonly": true
|
|
13792
|
+
"privacy": "private"
|
|
13481
13793
|
},
|
|
13482
13794
|
{
|
|
13483
13795
|
"kind": "field",
|
|
13484
|
-
"name": "
|
|
13796
|
+
"name": "_allItems",
|
|
13485
13797
|
"type": {
|
|
13486
|
-
"text": "
|
|
13798
|
+
"text": "IgcContentPane[]"
|
|
13487
13799
|
},
|
|
13488
13800
|
"privacy": "private",
|
|
13489
|
-
"default": "
|
|
13801
|
+
"default": "[]"
|
|
13490
13802
|
},
|
|
13491
13803
|
{
|
|
13492
13804
|
"kind": "field",
|
|
13493
|
-
"name": "
|
|
13805
|
+
"name": "_allItemsElement",
|
|
13494
13806
|
"type": {
|
|
13495
|
-
"text": "
|
|
13807
|
+
"text": "HTMLElement[]"
|
|
13496
13808
|
},
|
|
13497
13809
|
"privacy": "private",
|
|
13498
|
-
"default": "
|
|
13810
|
+
"default": "[]"
|
|
13499
13811
|
},
|
|
13500
13812
|
{
|
|
13501
13813
|
"kind": "field",
|
|
13502
|
-
"name": "
|
|
13814
|
+
"name": "activeDocuments",
|
|
13503
13815
|
"type": {
|
|
13504
|
-
"text": "
|
|
13816
|
+
"text": "IgcContentPane[]"
|
|
13505
13817
|
},
|
|
13506
13818
|
"privacy": "public",
|
|
13507
|
-
"default": "
|
|
13508
|
-
"description": "
|
|
13509
|
-
"attribute": "
|
|
13819
|
+
"default": "[]",
|
|
13820
|
+
"description": "Determines currently visible documents.",
|
|
13821
|
+
"attribute": "activeDocuments"
|
|
13510
13822
|
},
|
|
13511
13823
|
{
|
|
13512
13824
|
"kind": "field",
|
|
13513
|
-
"name": "
|
|
13825
|
+
"name": "activePanes",
|
|
13514
13826
|
"type": {
|
|
13515
|
-
"text": "
|
|
13827
|
+
"text": "IgcContentPane[]"
|
|
13516
13828
|
},
|
|
13517
13829
|
"privacy": "public",
|
|
13518
|
-
"default": "
|
|
13519
|
-
"description": "
|
|
13520
|
-
"attribute": "
|
|
13521
|
-
},
|
|
13522
|
-
{
|
|
13523
|
-
"kind": "field",
|
|
13524
|
-
"name": "splitPaneOrientation",
|
|
13525
|
-
"privacy": "public",
|
|
13526
|
-
"description": "Defines the orientation of the splitter based on the split pane orientation.",
|
|
13527
|
-
"default": "horizontal",
|
|
13528
|
-
"attribute": "split-pane-orientation"
|
|
13830
|
+
"default": "[]",
|
|
13831
|
+
"description": "Determines currently visible panes.",
|
|
13832
|
+
"attribute": "activePanes"
|
|
13529
13833
|
},
|
|
13530
13834
|
{
|
|
13531
13835
|
"kind": "field",
|
|
13532
|
-
"name": "
|
|
13836
|
+
"name": "selectedIndex",
|
|
13533
13837
|
"type": {
|
|
13534
|
-
"text": "
|
|
13838
|
+
"text": "number"
|
|
13535
13839
|
},
|
|
13536
13840
|
"privacy": "public",
|
|
13537
|
-
"description": "
|
|
13538
|
-
"attribute": "
|
|
13841
|
+
"description": "Determines the index of the selected item.",
|
|
13842
|
+
"attribute": "selectedIndex"
|
|
13539
13843
|
},
|
|
13540
13844
|
{
|
|
13541
13845
|
"kind": "field",
|
|
13542
|
-
"name": "
|
|
13846
|
+
"name": "previousActivePaneIndex",
|
|
13543
13847
|
"type": {
|
|
13544
|
-
"text": "number
|
|
13848
|
+
"text": "number"
|
|
13545
13849
|
},
|
|
13546
13850
|
"privacy": "public",
|
|
13547
|
-
"
|
|
13548
|
-
|
|
13549
|
-
{
|
|
13550
|
-
"kind": "field",
|
|
13551
|
-
"name": "_ghostRef",
|
|
13552
|
-
"type": {
|
|
13553
|
-
"text": "HTMLElement"
|
|
13554
|
-
},
|
|
13555
|
-
"privacy": "private"
|
|
13851
|
+
"description": "Determines the index of the previously selected item.",
|
|
13852
|
+
"attribute": "previousActivePaneIndex"
|
|
13556
13853
|
},
|
|
13557
13854
|
{
|
|
13558
13855
|
"kind": "field",
|
|
13559
|
-
"name": "
|
|
13856
|
+
"name": "resourceStrings",
|
|
13560
13857
|
"type": {
|
|
13561
|
-
"text": "
|
|
13858
|
+
"text": "IgcDockManagerResourceStrings | undefined"
|
|
13562
13859
|
},
|
|
13563
|
-
"privacy": "
|
|
13564
|
-
|
|
13565
|
-
|
|
13566
|
-
"kind": "field",
|
|
13567
|
-
"name": "dragStart",
|
|
13568
|
-
"privacy": "private"
|
|
13569
|
-
},
|
|
13570
|
-
{
|
|
13571
|
-
"kind": "field",
|
|
13572
|
-
"name": "dragEnd",
|
|
13573
|
-
"privacy": "private"
|
|
13574
|
-
},
|
|
13575
|
-
{
|
|
13576
|
-
"kind": "field",
|
|
13577
|
-
"name": "dragMove",
|
|
13578
|
-
"privacy": "private"
|
|
13579
|
-
},
|
|
13580
|
-
{
|
|
13581
|
-
"kind": "field",
|
|
13582
|
-
"name": "_handlePointerDown",
|
|
13583
|
-
"privacy": "private"
|
|
13584
|
-
},
|
|
13585
|
-
{
|
|
13586
|
-
"kind": "field",
|
|
13587
|
-
"name": "_handlePointerUp",
|
|
13588
|
-
"privacy": "private"
|
|
13589
|
-
},
|
|
13590
|
-
{
|
|
13591
|
-
"kind": "field",
|
|
13592
|
-
"name": "applyAutoDrag",
|
|
13593
|
-
"privacy": "public"
|
|
13860
|
+
"privacy": "public",
|
|
13861
|
+
"description": "The resource strings for the pane navigator.",
|
|
13862
|
+
"attribute": "resourceStrings"
|
|
13594
13863
|
},
|
|
13595
13864
|
{
|
|
13596
13865
|
"kind": "field",
|
|
13597
|
-
"name": "
|
|
13866
|
+
"name": "_handleKeyUp",
|
|
13598
13867
|
"privacy": "private"
|
|
13599
13868
|
},
|
|
13600
13869
|
{
|
|
13601
13870
|
"kind": "method",
|
|
13602
|
-
"name": "
|
|
13871
|
+
"name": "_handleKeyDown",
|
|
13603
13872
|
"privacy": "private",
|
|
13604
|
-
"return": {
|
|
13605
|
-
"type": {
|
|
13606
|
-
"text": "number"
|
|
13607
|
-
}
|
|
13608
|
-
},
|
|
13609
13873
|
"parameters": [
|
|
13610
13874
|
{
|
|
13611
|
-
"name": "
|
|
13875
|
+
"name": "event",
|
|
13612
13876
|
"type": {
|
|
13613
13877
|
"text": "KeyboardEvent"
|
|
13614
13878
|
}
|
|
@@ -13617,139 +13881,120 @@
|
|
|
13617
13881
|
},
|
|
13618
13882
|
{
|
|
13619
13883
|
"kind": "method",
|
|
13620
|
-
"name": "
|
|
13884
|
+
"name": "_scrollItemToView",
|
|
13885
|
+
"privacy": "private"
|
|
13886
|
+
},
|
|
13887
|
+
{
|
|
13888
|
+
"kind": "method",
|
|
13889
|
+
"name": "_navigateToIndex",
|
|
13621
13890
|
"privacy": "private",
|
|
13622
13891
|
"parameters": [
|
|
13623
13892
|
{
|
|
13624
|
-
"name": "
|
|
13893
|
+
"name": "initialIndex",
|
|
13625
13894
|
"type": {
|
|
13626
13895
|
"text": "number"
|
|
13627
13896
|
}
|
|
13897
|
+
},
|
|
13898
|
+
{
|
|
13899
|
+
"name": "direction",
|
|
13900
|
+
"type": {
|
|
13901
|
+
"text": "'next' | 'previous'"
|
|
13902
|
+
}
|
|
13628
13903
|
}
|
|
13629
13904
|
]
|
|
13630
13905
|
},
|
|
13631
13906
|
{
|
|
13632
13907
|
"kind": "method",
|
|
13633
|
-
"name": "
|
|
13634
|
-
"privacy": "private"
|
|
13635
|
-
},
|
|
13636
|
-
{
|
|
13637
|
-
"kind": "method",
|
|
13638
|
-
"name": "_constrainFlyoutResize",
|
|
13639
|
-
"privacy": "private"
|
|
13640
|
-
},
|
|
13641
|
-
{
|
|
13642
|
-
"kind": "method",
|
|
13643
|
-
"name": "_constrainSplitPaneResize",
|
|
13644
|
-
"privacy": "private"
|
|
13645
|
-
},
|
|
13646
|
-
{
|
|
13647
|
-
"kind": "method",
|
|
13648
|
-
"name": "_handleSplitterHandleSlotChange",
|
|
13649
|
-
"privacy": "private"
|
|
13650
|
-
},
|
|
13651
|
-
{
|
|
13652
|
-
"kind": "method",
|
|
13653
|
-
"name": "_isArrowUp",
|
|
13908
|
+
"name": "_increaseSelectedIndex",
|
|
13654
13909
|
"privacy": "private",
|
|
13655
|
-
"return": {
|
|
13656
|
-
"type": {
|
|
13657
|
-
"text": "boolean"
|
|
13658
|
-
}
|
|
13659
|
-
},
|
|
13660
13910
|
"parameters": [
|
|
13661
13911
|
{
|
|
13662
|
-
"name": "
|
|
13663
|
-
"
|
|
13664
|
-
"text": "KeyboardEvent"
|
|
13665
|
-
}
|
|
13912
|
+
"name": "amount",
|
|
13913
|
+
"default": "1"
|
|
13666
13914
|
}
|
|
13667
13915
|
]
|
|
13668
13916
|
},
|
|
13669
13917
|
{
|
|
13670
13918
|
"kind": "method",
|
|
13671
|
-
"name": "
|
|
13919
|
+
"name": "_decreaseSelectedIndex",
|
|
13672
13920
|
"privacy": "private",
|
|
13673
|
-
"return": {
|
|
13674
|
-
"type": {
|
|
13675
|
-
"text": "boolean"
|
|
13676
|
-
}
|
|
13677
|
-
},
|
|
13678
13921
|
"parameters": [
|
|
13679
13922
|
{
|
|
13680
|
-
"name": "
|
|
13681
|
-
"
|
|
13682
|
-
"text": "KeyboardEvent"
|
|
13683
|
-
}
|
|
13923
|
+
"name": "amount",
|
|
13924
|
+
"default": "1"
|
|
13684
13925
|
}
|
|
13685
13926
|
]
|
|
13686
13927
|
},
|
|
13687
13928
|
{
|
|
13688
13929
|
"kind": "method",
|
|
13689
|
-
"name": "
|
|
13930
|
+
"name": "_resolveItemPart",
|
|
13690
13931
|
"privacy": "private",
|
|
13691
|
-
"return": {
|
|
13692
|
-
"type": {
|
|
13693
|
-
"text": "boolean"
|
|
13694
|
-
}
|
|
13695
|
-
},
|
|
13696
13932
|
"parameters": [
|
|
13697
13933
|
{
|
|
13698
|
-
"name": "
|
|
13934
|
+
"name": "item",
|
|
13699
13935
|
"type": {
|
|
13700
|
-
"text": "
|
|
13936
|
+
"text": "IgcContentPane"
|
|
13937
|
+
}
|
|
13938
|
+
},
|
|
13939
|
+
{
|
|
13940
|
+
"name": "index",
|
|
13941
|
+
"type": {
|
|
13942
|
+
"text": "number"
|
|
13943
|
+
}
|
|
13944
|
+
},
|
|
13945
|
+
{
|
|
13946
|
+
"name": "isDocHost",
|
|
13947
|
+
"type": {
|
|
13948
|
+
"text": "boolean"
|
|
13701
13949
|
}
|
|
13702
13950
|
}
|
|
13703
13951
|
]
|
|
13704
13952
|
},
|
|
13705
13953
|
{
|
|
13706
13954
|
"kind": "method",
|
|
13707
|
-
"name": "
|
|
13955
|
+
"name": "_selectItem",
|
|
13708
13956
|
"privacy": "private",
|
|
13709
13957
|
"return": {
|
|
13710
13958
|
"type": {
|
|
13711
|
-
"text": "
|
|
13959
|
+
"text": "void"
|
|
13712
13960
|
}
|
|
13713
13961
|
},
|
|
13714
13962
|
"parameters": [
|
|
13715
13963
|
{
|
|
13716
|
-
"name": "
|
|
13964
|
+
"name": "index",
|
|
13717
13965
|
"type": {
|
|
13718
|
-
"text": "
|
|
13966
|
+
"text": "number"
|
|
13719
13967
|
}
|
|
13720
|
-
}
|
|
13721
|
-
|
|
13722
|
-
|
|
13723
|
-
|
|
13724
|
-
|
|
13725
|
-
|
|
13726
|
-
|
|
13727
|
-
|
|
13728
|
-
{
|
|
13729
|
-
"kind": "method",
|
|
13730
|
-
"name": "_isVertical",
|
|
13731
|
-
"privacy": "private"
|
|
13968
|
+
},
|
|
13969
|
+
{
|
|
13970
|
+
"name": "isDocHost",
|
|
13971
|
+
"type": {
|
|
13972
|
+
"text": "boolean"
|
|
13973
|
+
}
|
|
13974
|
+
}
|
|
13975
|
+
]
|
|
13732
13976
|
},
|
|
13733
13977
|
{
|
|
13734
13978
|
"kind": "method",
|
|
13735
|
-
"name": "
|
|
13979
|
+
"name": "_renderItems",
|
|
13736
13980
|
"privacy": "private",
|
|
13737
|
-
"return": {
|
|
13738
|
-
"type": {
|
|
13739
|
-
"text": "number"
|
|
13740
|
-
}
|
|
13741
|
-
},
|
|
13742
13981
|
"parameters": [
|
|
13743
13982
|
{
|
|
13744
|
-
"name": "
|
|
13983
|
+
"name": "title",
|
|
13745
13984
|
"type": {
|
|
13746
|
-
"text": "
|
|
13985
|
+
"text": "string"
|
|
13747
13986
|
}
|
|
13748
13987
|
},
|
|
13749
13988
|
{
|
|
13750
|
-
"name": "
|
|
13989
|
+
"name": "items",
|
|
13751
13990
|
"type": {
|
|
13752
|
-
"text": "
|
|
13991
|
+
"text": "IgcContentPane[]"
|
|
13992
|
+
}
|
|
13993
|
+
},
|
|
13994
|
+
{
|
|
13995
|
+
"name": "isDocHost",
|
|
13996
|
+
"type": {
|
|
13997
|
+
"text": "boolean"
|
|
13753
13998
|
}
|
|
13754
13999
|
}
|
|
13755
14000
|
]
|
|
@@ -13892,12 +14137,8 @@
|
|
|
13892
14137
|
],
|
|
13893
14138
|
"events": [
|
|
13894
14139
|
{
|
|
13895
|
-
"description": "
|
|
13896
|
-
"name": "
|
|
13897
|
-
},
|
|
13898
|
-
{
|
|
13899
|
-
"description": "Emitted when the resize ends, passing the final size.",
|
|
13900
|
-
"name": "igcResizeEnd"
|
|
14140
|
+
"description": "Fired when pane navigator is closed.",
|
|
14141
|
+
"name": "igcClosed"
|
|
13901
14142
|
},
|
|
13902
14143
|
{
|
|
13903
14144
|
"type": {
|
|
@@ -13911,47 +14152,46 @@
|
|
|
13911
14152
|
],
|
|
13912
14153
|
"attributes": [
|
|
13913
14154
|
{
|
|
13914
|
-
"name": "
|
|
14155
|
+
"name": "activeDocuments",
|
|
13915
14156
|
"type": {
|
|
13916
|
-
"text": "
|
|
14157
|
+
"text": "IgcContentPane[]"
|
|
13917
14158
|
},
|
|
13918
|
-
"default": "
|
|
13919
|
-
"description": "
|
|
13920
|
-
"fieldName": "
|
|
13921
|
-
"attribute": "show-drag-ghost"
|
|
14159
|
+
"default": "[]",
|
|
14160
|
+
"description": "Determines currently visible documents.",
|
|
14161
|
+
"fieldName": "activeDocuments"
|
|
13922
14162
|
},
|
|
13923
14163
|
{
|
|
13924
|
-
"name": "
|
|
14164
|
+
"name": "activePanes",
|
|
13925
14165
|
"type": {
|
|
13926
|
-
"text": "
|
|
14166
|
+
"text": "IgcContentPane[]"
|
|
13927
14167
|
},
|
|
13928
|
-
"default": "
|
|
13929
|
-
"description": "
|
|
13930
|
-
"fieldName": "
|
|
13931
|
-
"attribute": "parent-use-fixed-size"
|
|
14168
|
+
"default": "[]",
|
|
14169
|
+
"description": "Determines currently visible panes.",
|
|
14170
|
+
"fieldName": "activePanes"
|
|
13932
14171
|
},
|
|
13933
14172
|
{
|
|
13934
|
-
"name": "
|
|
13935
|
-
"
|
|
13936
|
-
|
|
13937
|
-
|
|
13938
|
-
"
|
|
14173
|
+
"name": "selectedIndex",
|
|
14174
|
+
"type": {
|
|
14175
|
+
"text": "number"
|
|
14176
|
+
},
|
|
14177
|
+
"description": "Determines the index of the selected item.",
|
|
14178
|
+
"fieldName": "selectedIndex"
|
|
13939
14179
|
},
|
|
13940
14180
|
{
|
|
13941
|
-
"name": "
|
|
14181
|
+
"name": "previousActivePaneIndex",
|
|
13942
14182
|
"type": {
|
|
13943
|
-
"text": "
|
|
14183
|
+
"text": "number"
|
|
13944
14184
|
},
|
|
13945
|
-
"description": "
|
|
13946
|
-
"fieldName": "
|
|
13947
|
-
"attribute": "flyout-location"
|
|
14185
|
+
"description": "Determines the index of the previously selected item.",
|
|
14186
|
+
"fieldName": "previousActivePaneIndex"
|
|
13948
14187
|
},
|
|
13949
14188
|
{
|
|
13950
|
-
"name": "
|
|
14189
|
+
"name": "resourceStrings",
|
|
13951
14190
|
"type": {
|
|
13952
|
-
"text": "
|
|
14191
|
+
"text": "IgcDockManagerResourceStrings | undefined"
|
|
13953
14192
|
},
|
|
13954
|
-
"
|
|
14193
|
+
"description": "The resource strings for the pane navigator.",
|
|
14194
|
+
"fieldName": "resourceStrings"
|
|
13955
14195
|
}
|
|
13956
14196
|
],
|
|
13957
14197
|
"mixins": [
|
|
@@ -13964,176 +14204,7 @@
|
|
|
13964
14204
|
"name": "LitElement",
|
|
13965
14205
|
"package": "lit"
|
|
13966
14206
|
},
|
|
13967
|
-
"tagName": "igc-
|
|
13968
|
-
"customElement": true
|
|
13969
|
-
}
|
|
13970
|
-
],
|
|
13971
|
-
"exports": [
|
|
13972
|
-
{
|
|
13973
|
-
"kind": "js",
|
|
13974
|
-
"name": "default",
|
|
13975
|
-
"declaration": {
|
|
13976
|
-
"name": "IgcSplitterComponent",
|
|
13977
|
-
"module": "src/components/dockmanager/panes/splitter-component.ts"
|
|
13978
|
-
}
|
|
13979
|
-
}
|
|
13980
|
-
]
|
|
13981
|
-
},
|
|
13982
|
-
{
|
|
13983
|
-
"kind": "javascript-module",
|
|
13984
|
-
"path": "src/components/dockmanager/panes/unpinned-pane-header-component.ts",
|
|
13985
|
-
"declarations": [
|
|
13986
|
-
{
|
|
13987
|
-
"kind": "class",
|
|
13988
|
-
"description": "",
|
|
13989
|
-
"name": "IgcUnpinnedPaneHeaderComponent",
|
|
13990
|
-
"cssParts": [
|
|
13991
|
-
{
|
|
13992
|
-
"description": "The main container of the pane header.",
|
|
13993
|
-
"name": "unpinned-pane-header"
|
|
13994
|
-
},
|
|
13995
|
-
{
|
|
13996
|
-
"description": "Applied when the header is in a horizontal orientation.",
|
|
13997
|
-
"name": "horizontal"
|
|
13998
|
-
},
|
|
13999
|
-
{
|
|
14000
|
-
"description": "Applied when the header is in a vertical orientation.",
|
|
14001
|
-
"name": "vertical"
|
|
14002
|
-
},
|
|
14003
|
-
{
|
|
14004
|
-
"description": "Applied when the header is on the left or top side.",
|
|
14005
|
-
"name": "start"
|
|
14006
|
-
},
|
|
14007
|
-
{
|
|
14008
|
-
"description": "Applied when the header is on the right or bottom side.",
|
|
14009
|
-
"name": "end"
|
|
14010
|
-
},
|
|
14011
|
-
{
|
|
14012
|
-
"description": "Applied when the header is in active state.",
|
|
14013
|
-
"name": "active"
|
|
14014
|
-
},
|
|
14015
|
-
{
|
|
14016
|
-
"description": "Applied when the header is disabled.",
|
|
14017
|
-
"name": "disabled"
|
|
14018
|
-
}
|
|
14019
|
-
],
|
|
14020
|
-
"slots": [
|
|
14021
|
-
{
|
|
14022
|
-
"description": "Default slot for the pane header content.",
|
|
14023
|
-
"name": ""
|
|
14024
|
-
}
|
|
14025
|
-
],
|
|
14026
|
-
"members": [
|
|
14027
|
-
{
|
|
14028
|
-
"kind": "field",
|
|
14029
|
-
"name": "tagName",
|
|
14030
|
-
"type": {
|
|
14031
|
-
"text": "string"
|
|
14032
|
-
},
|
|
14033
|
-
"privacy": "public",
|
|
14034
|
-
"static": true,
|
|
14035
|
-
"readonly": true,
|
|
14036
|
-
"default": "'igc-unpinned-pane-header'"
|
|
14037
|
-
},
|
|
14038
|
-
{
|
|
14039
|
-
"kind": "field",
|
|
14040
|
-
"name": "_location",
|
|
14041
|
-
"type": {
|
|
14042
|
-
"text": "UnpinnedLocation"
|
|
14043
|
-
},
|
|
14044
|
-
"privacy": "private"
|
|
14045
|
-
},
|
|
14046
|
-
{
|
|
14047
|
-
"kind": "field",
|
|
14048
|
-
"name": "_isActive",
|
|
14049
|
-
"type": {
|
|
14050
|
-
"text": "boolean"
|
|
14051
|
-
},
|
|
14052
|
-
"privacy": "private",
|
|
14053
|
-
"default": "false"
|
|
14054
|
-
},
|
|
14055
|
-
{
|
|
14056
|
-
"kind": "field",
|
|
14057
|
-
"name": "_disabled",
|
|
14058
|
-
"type": {
|
|
14059
|
-
"text": "boolean"
|
|
14060
|
-
},
|
|
14061
|
-
"privacy": "private",
|
|
14062
|
-
"default": "false"
|
|
14063
|
-
},
|
|
14064
|
-
{
|
|
14065
|
-
"kind": "method",
|
|
14066
|
-
"name": "register",
|
|
14067
|
-
"privacy": "public",
|
|
14068
|
-
"static": true
|
|
14069
|
-
},
|
|
14070
|
-
{
|
|
14071
|
-
"kind": "field",
|
|
14072
|
-
"name": "location",
|
|
14073
|
-
"privacy": "public",
|
|
14074
|
-
"description": "The location where the unpinned pane is docked.",
|
|
14075
|
-
"attribute": "location"
|
|
14076
|
-
},
|
|
14077
|
-
{
|
|
14078
|
-
"kind": "field",
|
|
14079
|
-
"name": "isActive",
|
|
14080
|
-
"privacy": "public",
|
|
14081
|
-
"description": "Indicates whether the unpinned pane header is active.",
|
|
14082
|
-
"default": "false",
|
|
14083
|
-
"attribute": "isActive"
|
|
14084
|
-
},
|
|
14085
|
-
{
|
|
14086
|
-
"kind": "field",
|
|
14087
|
-
"name": "disabled",
|
|
14088
|
-
"privacy": "public",
|
|
14089
|
-
"description": "Indicates whether the unpinned pane header is disabled.",
|
|
14090
|
-
"default": "false",
|
|
14091
|
-
"attribute": "disabled"
|
|
14092
|
-
},
|
|
14093
|
-
{
|
|
14094
|
-
"kind": "field",
|
|
14095
|
-
"name": "_dynamicStyles",
|
|
14096
|
-
"privacy": "private",
|
|
14097
|
-
"readonly": true
|
|
14098
|
-
},
|
|
14099
|
-
{
|
|
14100
|
-
"kind": "method",
|
|
14101
|
-
"name": "_applyDynamicStyles",
|
|
14102
|
-
"privacy": "private"
|
|
14103
|
-
}
|
|
14104
|
-
],
|
|
14105
|
-
"attributes": [
|
|
14106
|
-
{
|
|
14107
|
-
"name": "is-active",
|
|
14108
|
-
"description": "Indicates whether the unpinned pane header is active.",
|
|
14109
|
-
"default": "false",
|
|
14110
|
-
"fieldName": "isActive"
|
|
14111
|
-
},
|
|
14112
|
-
{
|
|
14113
|
-
"name": "disabled",
|
|
14114
|
-
"description": "Indicates whether the unpinned pane header is disabled.",
|
|
14115
|
-
"default": "false",
|
|
14116
|
-
"fieldName": "disabled",
|
|
14117
|
-
"attribute": "disabled"
|
|
14118
|
-
},
|
|
14119
|
-
{
|
|
14120
|
-
"name": "location",
|
|
14121
|
-
"description": "The location where the unpinned pane is docked.",
|
|
14122
|
-
"fieldName": "location"
|
|
14123
|
-
},
|
|
14124
|
-
{
|
|
14125
|
-
"name": "isActive",
|
|
14126
|
-
"description": "Indicates whether the unpinned pane header is active.",
|
|
14127
|
-
"default": "false",
|
|
14128
|
-
"attribute": "is-active",
|
|
14129
|
-
"fieldName": "isActive"
|
|
14130
|
-
}
|
|
14131
|
-
],
|
|
14132
|
-
"superclass": {
|
|
14133
|
-
"name": "LitElement",
|
|
14134
|
-
"package": "lit"
|
|
14135
|
-
},
|
|
14136
|
-
"tagName": "igc-unpinned-pane-header",
|
|
14207
|
+
"tagName": "igc-pane-navigator",
|
|
14137
14208
|
"customElement": true
|
|
14138
14209
|
}
|
|
14139
14210
|
],
|
|
@@ -14142,8 +14213,8 @@
|
|
|
14142
14213
|
"kind": "js",
|
|
14143
14214
|
"name": "default",
|
|
14144
14215
|
"declaration": {
|
|
14145
|
-
"name": "
|
|
14146
|
-
"module": "src/components/dockmanager/
|
|
14216
|
+
"name": "IgcPaneNavigatorComponent",
|
|
14217
|
+
"module": "src/components/dockmanager/pane-navigator/pane-navigator-component.ts"
|
|
14147
14218
|
}
|
|
14148
14219
|
}
|
|
14149
14220
|
]
|