igniteui-dockmanager 2.1.2 → 2.1.3

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.
@@ -466,6 +466,18 @@
466
466
  }
467
467
  }
468
468
  ]
469
+ },
470
+ {
471
+ "kind": "function",
472
+ "name": "exportPartsMap",
473
+ "parameters": [
474
+ {
475
+ "name": "partNameInfo",
476
+ "type": {
477
+ "text": "PartNameInfo"
478
+ }
479
+ }
480
+ ]
469
481
  }
470
482
  ],
471
483
  "exports": [
@@ -476,6 +488,14 @@
476
488
  "name": "partNameMap",
477
489
  "module": "src/common/util.ts"
478
490
  }
491
+ },
492
+ {
493
+ "kind": "js",
494
+ "name": "exportPartsMap",
495
+ "declaration": {
496
+ "name": "exportPartsMap",
497
+ "module": "src/common/util.ts"
498
+ }
479
499
  }
480
500
  ]
481
501
  },
@@ -8580,6 +8600,11 @@
8580
8600
  "name": "_updateParts",
8581
8601
  "privacy": "private"
8582
8602
  },
8603
+ {
8604
+ "kind": "method",
8605
+ "name": "_headerChanged",
8606
+ "privacy": "protected"
8607
+ },
8583
8608
  {
8584
8609
  "kind": "method",
8585
8610
  "name": "_forcedDragChanged",
@@ -10696,34 +10721,32 @@
10696
10721
  },
10697
10722
  {
10698
10723
  "kind": "javascript-module",
10699
- "path": "src/components/dockmanager/panes/content-pane-component.ts",
10724
+ "path": "src/components/dockmanager/pane-navigator/pane-navigator-component.ts",
10700
10725
  "declarations": [
10701
10726
  {
10702
10727
  "kind": "class",
10703
10728
  "description": "",
10704
- "name": "IgcContentPaneComponent",
10729
+ "name": "IgcPaneNavigatorComponent",
10705
10730
  "cssParts": [
10706
10731
  {
10707
- "description": "The main wrapper of the content-pane component.",
10708
- "name": "content-pane"
10732
+ "description": "Wrapper of the panel.",
10733
+ "name": "base"
10709
10734
  },
10710
10735
  {
10711
- "description": "Applied when the pane is disabled.",
10712
- "name": "disabled"
10736
+ "description": "The header element which contains the header of the currently selected pane.",
10737
+ "name": "header"
10713
10738
  },
10714
10739
  {
10715
- "description": "Applied when the pane is the only one in a floating container.",
10716
- "name": "single-floating"
10717
- }
10718
- ],
10719
- "slots": [
10740
+ "description": "The section element where groups of panes and documents are displayed.",
10741
+ "name": "body"
10742
+ },
10720
10743
  {
10721
- "description": "Default slot for pane content.",
10722
- "name": ""
10744
+ "description": "The article element which contains all items of the same group - panes or documents.",
10745
+ "name": "group"
10723
10746
  },
10724
10747
  {
10725
- "description": "Slot for projecting a custom header for the pane.",
10726
- "name": "header"
10748
+ "description": "The header element displayed above the group of panes/documents.",
10749
+ "name": "title"
10727
10750
  }
10728
10751
  ],
10729
10752
  "members": [
@@ -10736,7 +10759,7 @@
10736
10759
  "privacy": "public",
10737
10760
  "static": true,
10738
10761
  "readonly": true,
10739
- "default": "'igc-content-pane'"
10762
+ "default": "'igc-pane-navigator'"
10740
10763
  },
10741
10764
  {
10742
10765
  "kind": "method",
@@ -10746,227 +10769,264 @@
10746
10769
  },
10747
10770
  {
10748
10771
  "kind": "field",
10749
- "name": "_contentId",
10750
- "type": {
10751
- "text": "string"
10752
- },
10753
- "privacy": "private",
10754
- "default": "''"
10755
- },
10756
- {
10757
- "kind": "field",
10758
- "name": "_disabled",
10772
+ "name": "_paneNav",
10759
10773
  "type": {
10760
- "text": "boolean"
10774
+ "text": "Ref<HTMLElement>"
10761
10775
  },
10762
- "privacy": "private",
10763
- "default": "false"
10776
+ "privacy": "private"
10764
10777
  },
10765
10778
  {
10766
10779
  "kind": "field",
10767
- "name": "_isFlyout",
10780
+ "name": "_allItems",
10768
10781
  "type": {
10769
- "text": "boolean"
10782
+ "text": "IgcContentPane[]"
10770
10783
  },
10771
10784
  "privacy": "private",
10772
- "default": "false"
10785
+ "default": "[]"
10773
10786
  },
10774
10787
  {
10775
10788
  "kind": "field",
10776
- "name": "_isSingleFloating",
10789
+ "name": "_allItemsElement",
10777
10790
  "type": {
10778
- "text": "boolean"
10791
+ "text": "HTMLElement[]"
10779
10792
  },
10780
10793
  "privacy": "private",
10781
- "default": "false"
10794
+ "default": "[]"
10782
10795
  },
10783
10796
  {
10784
10797
  "kind": "field",
10785
- "name": "_parentUseFixedSize",
10798
+ "name": "activeDocuments",
10786
10799
  "type": {
10787
- "text": "boolean"
10800
+ "text": "IgcContentPane[]"
10788
10801
  },
10789
- "privacy": "private",
10790
- "default": "false"
10802
+ "privacy": "public",
10803
+ "default": "[]",
10804
+ "description": "Determines currently visible documents.",
10805
+ "attribute": "activeDocuments"
10791
10806
  },
10792
10807
  {
10793
10808
  "kind": "field",
10794
- "name": "_size",
10809
+ "name": "activePanes",
10795
10810
  "type": {
10796
- "text": "number"
10811
+ "text": "IgcContentPane[]"
10797
10812
  },
10798
- "privacy": "private",
10799
- "default": "IGC_DEFAULT_PANE_SIZE"
10813
+ "privacy": "public",
10814
+ "default": "[]",
10815
+ "description": "Determines currently visible panes.",
10816
+ "attribute": "activePanes"
10800
10817
  },
10801
10818
  {
10802
10819
  "kind": "field",
10803
- "name": "_unpinnedSize",
10820
+ "name": "selectedIndex",
10804
10821
  "type": {
10805
10822
  "text": "number"
10806
10823
  },
10807
- "privacy": "private",
10808
- "default": "IGC_DEFAULT_UNPIN_PANE_SIZE"
10809
- },
10810
- {
10811
- "kind": "field",
10812
- "name": "contentId",
10813
10824
  "privacy": "public",
10814
- "description": "Sets a unique identifier for the content pane.\nUsed for targeting slotted content.",
10815
- "attribute": "content-id"
10825
+ "description": "Determines the index of the selected item.",
10826
+ "attribute": "selectedIndex"
10816
10827
  },
10817
10828
  {
10818
10829
  "kind": "field",
10819
- "name": "header",
10830
+ "name": "previousActivePaneIndex",
10820
10831
  "type": {
10821
- "text": "string"
10832
+ "text": "number"
10822
10833
  },
10823
10834
  "privacy": "public",
10824
- "default": "''",
10825
- "description": "Defines the header label for the pane.",
10826
- "attribute": "header"
10827
- },
10828
- {
10829
- "kind": "field",
10830
- "name": "disabled",
10831
- "privacy": "public",
10832
- "description": "Disables the pane and makes it non-interactive.",
10833
- "default": "false",
10834
- "attribute": "disabled"
10835
- },
10836
- {
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"
10843
- },
10844
- {
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"
10851
- },
10852
- {
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"
10835
+ "description": "Determines the index of the previously selected item.",
10836
+ "attribute": "previousActivePaneIndex"
10859
10837
  },
10860
10838
  {
10861
10839
  "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",
10840
+ "name": "resourceStrings",
10866
10841
  "type": {
10867
- "text": "number"
10842
+ "text": "IgcDockManagerResourceStrings | undefined"
10868
10843
  },
10869
- "attribute": "size"
10870
- },
10871
- {
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",
10885
- "privacy": "private",
10886
- "default": "IGC_RESIZING_MIN_SIZE"
10887
- },
10888
- {
10889
- "kind": "field",
10890
- "name": "_minResizeHeight",
10891
- "privacy": "private",
10892
- "default": "IGC_RESIZING_MIN_SIZE"
10893
- },
10894
- {
10895
- "kind": "field",
10896
- "name": "minResizeWidth",
10897
10844
  "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
- }
10845
+ "description": "The resource strings for the pane navigator.",
10846
+ "attribute": "resourceStrings"
10904
10847
  },
10905
10848
  {
10906
10849
  "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
- }
10850
+ "name": "_handleKeyUp",
10851
+ "privacy": "private"
10915
10852
  },
10916
10853
  {
10917
10854
  "kind": "method",
10918
- "name": "_updateFlex",
10919
- "privacy": "private"
10855
+ "name": "_handleKeyDown",
10856
+ "privacy": "private",
10857
+ "parameters": [
10858
+ {
10859
+ "name": "event",
10860
+ "type": {
10861
+ "text": "KeyboardEvent"
10862
+ }
10863
+ }
10864
+ ]
10920
10865
  },
10921
10866
  {
10922
10867
  "kind": "method",
10923
- "name": "_updateParts",
10868
+ "name": "_scrollItemToView",
10924
10869
  "privacy": "private"
10925
10870
  },
10926
10871
  {
10927
10872
  "kind": "method",
10928
- "name": "addEventListener",
10929
- "privacy": "public",
10930
- "return": {
10931
- "type": {
10932
- "text": "void"
10933
- }
10934
- },
10873
+ "name": "_navigateToIndex",
10874
+ "privacy": "private",
10935
10875
  "parameters": [
10936
10876
  {
10937
- "name": "type",
10938
- "type": {
10939
- "text": "K"
10940
- }
10941
- },
10942
- {
10943
- "name": "listener",
10877
+ "name": "initialIndex",
10944
10878
  "type": {
10945
- "text": "(this: HTMLElement, ev: M[K]) => any"
10879
+ "text": "number"
10946
10880
  }
10947
10881
  },
10948
10882
  {
10949
- "name": "options",
10950
- "optional": true,
10883
+ "name": "direction",
10951
10884
  "type": {
10952
- "text": "boolean | AddEventListenerOptions"
10885
+ "text": "'next' | 'previous'"
10953
10886
  }
10954
10887
  }
10955
- ],
10956
- "inheritedFrom": {
10957
- "name": "EventEmitterMixin",
10958
- "module": "src/common/mixins/event-emitter.ts"
10959
- }
10888
+ ]
10960
10889
  },
10961
10890
  {
10962
10891
  "kind": "method",
10963
- "name": "removeEventListener",
10964
- "privacy": "public",
10965
- "return": {
10966
- "type": {
10967
- "text": "void"
10968
- }
10969
- },
10892
+ "name": "_increaseSelectedIndex",
10893
+ "privacy": "private",
10894
+ "parameters": [
10895
+ {
10896
+ "name": "amount",
10897
+ "default": "1"
10898
+ }
10899
+ ]
10900
+ },
10901
+ {
10902
+ "kind": "method",
10903
+ "name": "_decreaseSelectedIndex",
10904
+ "privacy": "private",
10905
+ "parameters": [
10906
+ {
10907
+ "name": "amount",
10908
+ "default": "1"
10909
+ }
10910
+ ]
10911
+ },
10912
+ {
10913
+ "kind": "method",
10914
+ "name": "_resolveItemPart",
10915
+ "privacy": "private",
10916
+ "parameters": [
10917
+ {
10918
+ "name": "item",
10919
+ "type": {
10920
+ "text": "IgcContentPane"
10921
+ }
10922
+ },
10923
+ {
10924
+ "name": "index",
10925
+ "type": {
10926
+ "text": "number"
10927
+ }
10928
+ },
10929
+ {
10930
+ "name": "isDocHost",
10931
+ "type": {
10932
+ "text": "boolean"
10933
+ }
10934
+ }
10935
+ ]
10936
+ },
10937
+ {
10938
+ "kind": "method",
10939
+ "name": "_selectItem",
10940
+ "privacy": "private",
10941
+ "return": {
10942
+ "type": {
10943
+ "text": "void"
10944
+ }
10945
+ },
10946
+ "parameters": [
10947
+ {
10948
+ "name": "index",
10949
+ "type": {
10950
+ "text": "number"
10951
+ }
10952
+ },
10953
+ {
10954
+ "name": "isDocHost",
10955
+ "type": {
10956
+ "text": "boolean"
10957
+ }
10958
+ }
10959
+ ]
10960
+ },
10961
+ {
10962
+ "kind": "method",
10963
+ "name": "_renderItems",
10964
+ "privacy": "private",
10965
+ "parameters": [
10966
+ {
10967
+ "name": "title",
10968
+ "type": {
10969
+ "text": "string"
10970
+ }
10971
+ },
10972
+ {
10973
+ "name": "items",
10974
+ "type": {
10975
+ "text": "IgcContentPane[]"
10976
+ }
10977
+ },
10978
+ {
10979
+ "name": "isDocHost",
10980
+ "type": {
10981
+ "text": "boolean"
10982
+ }
10983
+ }
10984
+ ]
10985
+ },
10986
+ {
10987
+ "kind": "method",
10988
+ "name": "addEventListener",
10989
+ "privacy": "public",
10990
+ "return": {
10991
+ "type": {
10992
+ "text": "void"
10993
+ }
10994
+ },
10995
+ "parameters": [
10996
+ {
10997
+ "name": "type",
10998
+ "type": {
10999
+ "text": "K"
11000
+ }
11001
+ },
11002
+ {
11003
+ "name": "listener",
11004
+ "type": {
11005
+ "text": "(this: HTMLElement, ev: M[K]) => any"
11006
+ }
11007
+ },
11008
+ {
11009
+ "name": "options",
11010
+ "optional": true,
11011
+ "type": {
11012
+ "text": "boolean | AddEventListenerOptions"
11013
+ }
11014
+ }
11015
+ ],
11016
+ "inheritedFrom": {
11017
+ "name": "EventEmitterMixin",
11018
+ "module": "src/common/mixins/event-emitter.ts"
11019
+ }
11020
+ },
11021
+ {
11022
+ "kind": "method",
11023
+ "name": "removeEventListener",
11024
+ "privacy": "public",
11025
+ "return": {
11026
+ "type": {
11027
+ "text": "void"
11028
+ }
11029
+ },
10970
11030
  "parameters": [
10971
11031
  {
10972
11032
  "name": "type",
@@ -11061,8 +11121,8 @@
11061
11121
  ],
11062
11122
  "events": [
11063
11123
  {
11064
- "description": "Emitted after the component has rendered.",
11065
- "name": "igcRendered"
11124
+ "description": "Fired when pane navigator is closed.",
11125
+ "name": "igcClosed"
11066
11126
  },
11067
11127
  {
11068
11128
  "type": {
@@ -11076,85 +11136,46 @@
11076
11136
  ],
11077
11137
  "attributes": [
11078
11138
  {
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"
11083
- },
11084
- {
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",
11139
+ "name": "activeDocuments",
11111
11140
  "type": {
11112
- "text": "number"
11113
- }
11141
+ "text": "IgcContentPane[]"
11142
+ },
11143
+ "default": "[]",
11144
+ "description": "Determines currently visible documents.",
11145
+ "fieldName": "activeDocuments"
11114
11146
  },
11115
11147
  {
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",
11148
+ "name": "activePanes",
11121
11149
  "type": {
11122
- "text": "number"
11123
- }
11150
+ "text": "IgcContentPane[]"
11151
+ },
11152
+ "default": "[]",
11153
+ "description": "Determines currently visible panes.",
11154
+ "fieldName": "activePanes"
11124
11155
  },
11125
11156
  {
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",
11157
+ "name": "selectedIndex",
11131
11158
  "type": {
11132
11159
  "text": "number"
11133
- }
11160
+ },
11161
+ "description": "Determines the index of the selected item.",
11162
+ "fieldName": "selectedIndex"
11134
11163
  },
11135
11164
  {
11136
- "name": "header",
11165
+ "name": "previousActivePaneIndex",
11137
11166
  "type": {
11138
- "text": "string"
11167
+ "text": "number"
11139
11168
  },
11140
- "default": "''",
11141
- "description": "Defines the header label for the pane.",
11142
- "fieldName": "header"
11143
- },
11144
- {
11145
- "name": "disabled",
11146
- "description": "Disables the pane and makes it non-interactive.",
11147
- "default": "false",
11148
- "fieldName": "disabled"
11169
+ "description": "Determines the index of the previously selected item.",
11170
+ "fieldName": "previousActivePaneIndex"
11149
11171
  },
11150
11172
  {
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",
11173
+ "name": "resourceStrings",
11154
11174
  "type": {
11155
- "text": "number"
11175
+ "text": "IgcDockManagerResourceStrings | undefined"
11156
11176
  },
11157
- "fieldName": "size"
11177
+ "description": "The resource strings for the pane navigator.",
11178
+ "fieldName": "resourceStrings"
11158
11179
  }
11159
11180
  ],
11160
11181
  "mixins": [
@@ -11167,7 +11188,7 @@
11167
11188
  "name": "LitElement",
11168
11189
  "package": "lit"
11169
11190
  },
11170
- "tagName": "igc-content-pane",
11191
+ "tagName": "igc-pane-navigator",
11171
11192
  "customElement": true
11172
11193
  }
11173
11194
  ],
@@ -11176,130 +11197,42 @@
11176
11197
  "kind": "js",
11177
11198
  "name": "default",
11178
11199
  "declaration": {
11179
- "name": "IgcContentPaneComponent",
11180
- "module": "src/components/dockmanager/panes/content-pane-component.ts"
11200
+ "name": "IgcPaneNavigatorComponent",
11201
+ "module": "src/components/dockmanager/pane-navigator/pane-navigator-component.ts"
11181
11202
  }
11182
11203
  }
11183
11204
  ]
11184
11205
  },
11185
11206
  {
11186
11207
  "kind": "javascript-module",
11187
- "path": "src/components/dockmanager/panes/document-host-component.ts",
11208
+ "path": "src/components/dockmanager/panes/content-pane-component.ts",
11188
11209
  "declarations": [
11189
11210
  {
11190
11211
  "kind": "class",
11191
11212
  "description": "",
11192
- "name": "IgcDocumentHostComponent",
11193
- "members": [
11213
+ "name": "IgcContentPaneComponent",
11214
+ "cssParts": [
11194
11215
  {
11195
- "kind": "field",
11196
- "name": "tagName",
11197
- "type": {
11198
- "text": "string"
11199
- },
11200
- "privacy": "public",
11201
- "static": true,
11202
- "readonly": true,
11203
- "default": "'igc-document-host'"
11216
+ "description": "The main wrapper of the content-pane component.",
11217
+ "name": "content-pane"
11204
11218
  },
11205
11219
  {
11206
- "kind": "method",
11207
- "name": "register",
11208
- "privacy": "public",
11209
- "static": true
11210
- },
11211
- {
11212
- "kind": "field",
11213
- "name": "_size",
11214
- "type": {
11215
- "text": "number"
11216
- },
11217
- "privacy": "private",
11218
- "default": "IGC_DEFAULT_PANE_SIZE"
11219
- },
11220
- {
11221
- "kind": "field",
11222
- "name": "_parentUseFixedSize",
11223
- "type": {
11224
- "text": "boolean"
11225
- },
11226
- "privacy": "private",
11227
- "default": "false"
11228
- },
11229
- {
11230
- "kind": "field",
11231
- "name": "parentUseFixedSize",
11232
- "privacy": "public",
11233
- "attribute": "parentUseFixedSize"
11234
- },
11235
- {
11236
- "kind": "field",
11237
- "name": "size",
11238
- "privacy": "public",
11239
- "type": {
11240
- "text": "number"
11241
- },
11242
- "attribute": "size"
11243
- },
11244
- {
11245
- "kind": "method",
11246
- "name": "_applyDynamicStyles",
11247
- "privacy": "private"
11248
- }
11249
- ],
11250
- "attributes": [
11251
- {
11252
- "name": "parentUseFixedSize",
11253
- "fieldName": "parentUseFixedSize"
11220
+ "description": "Applied when the pane is disabled.",
11221
+ "name": "disabled"
11254
11222
  },
11255
11223
  {
11256
- "name": "size",
11257
- "type": {
11258
- "text": "number"
11259
- },
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"
11224
+ "description": "Applied when the pane is the only one in a floating container.",
11225
+ "name": "single-floating"
11293
11226
  }
11294
11227
  ],
11295
11228
  "slots": [
11296
11229
  {
11297
- "description": "Renders the floating pane header content.",
11298
- "name": "header"
11230
+ "description": "Default slot for pane content.",
11231
+ "name": ""
11299
11232
  },
11300
11233
  {
11301
- "description": "Renders the main content of the floating pane.",
11302
- "name": ""
11234
+ "description": "Slot for projecting a custom header for the pane.",
11235
+ "name": "header"
11303
11236
  }
11304
11237
  ],
11305
11238
  "members": [
@@ -11312,7 +11245,7 @@
11312
11245
  "privacy": "public",
11313
11246
  "static": true,
11314
11247
  "readonly": true,
11315
- "default": "'igc-floating-pane'"
11248
+ "default": "'igc-content-pane'"
11316
11249
  },
11317
11250
  {
11318
11251
  "kind": "method",
@@ -11322,39 +11255,34 @@
11322
11255
  },
11323
11256
  {
11324
11257
  "kind": "field",
11325
- "name": "_floatingLocation",
11258
+ "name": "_contentId",
11326
11259
  "type": {
11327
- "text": "IgcDockManagerPoint"
11260
+ "text": "string"
11328
11261
  },
11329
- "privacy": "private"
11330
- },
11331
- {
11332
- "kind": "field",
11333
- "name": "_floatingHeight",
11334
11262
  "privacy": "private",
11335
- "default": "IGC_DEFAULT_PANE_SIZE"
11336
- },
11337
- {
11338
- "kind": "field",
11339
- "name": "_floatingWidth",
11340
- "privacy": "private",
11341
- "default": "IGC_DEFAULT_PANE_SIZE"
11263
+ "default": "''"
11342
11264
  },
11343
11265
  {
11344
11266
  "kind": "field",
11345
- "name": "_floatingMinHeight",
11267
+ "name": "_disabled",
11268
+ "type": {
11269
+ "text": "boolean"
11270
+ },
11346
11271
  "privacy": "private",
11347
- "default": "IGC_DEFAULT_PANE_SIZE"
11272
+ "default": "false"
11348
11273
  },
11349
11274
  {
11350
11275
  "kind": "field",
11351
- "name": "_floatingMinWidth",
11276
+ "name": "_isFlyout",
11277
+ "type": {
11278
+ "text": "boolean"
11279
+ },
11352
11280
  "privacy": "private",
11353
- "default": "IGC_DEFAULT_PANE_SIZE"
11281
+ "default": "false"
11354
11282
  },
11355
11283
  {
11356
11284
  "kind": "field",
11357
- "name": "_maximized",
11285
+ "name": "_isSingleFloating",
11358
11286
  "type": {
11359
11287
  "text": "boolean"
11360
11288
  },
@@ -11363,127 +11291,154 @@
11363
11291
  },
11364
11292
  {
11365
11293
  "kind": "field",
11366
- "name": "allowResize",
11294
+ "name": "_parentUseFixedSize",
11367
11295
  "type": {
11368
11296
  "text": "boolean"
11369
11297
  },
11370
- "privacy": "public",
11371
- "default": "true",
11372
- "description": "Indicates whether the floating pane can be resized.",
11373
- "attribute": "allowResize"
11298
+ "privacy": "private",
11299
+ "default": "false"
11374
11300
  },
11375
11301
  {
11376
11302
  "kind": "field",
11377
- "name": "floatingLocation",
11378
- "privacy": "public",
11379
- "description": "The current location of the floating pane.\nDefaults to top-left corner position.",
11303
+ "name": "_size",
11380
11304
  "type": {
11381
- "text": "IgcDockManagerPoint"
11305
+ "text": "number"
11382
11306
  },
11383
- "attribute": "floatingLocation"
11307
+ "privacy": "private",
11308
+ "default": "IGC_DEFAULT_PANE_SIZE"
11384
11309
  },
11385
11310
  {
11386
11311
  "kind": "field",
11387
- "name": "floatingWidth",
11388
- "privacy": "public",
11389
- "description": "The current width of the floating pane.",
11390
- "default": "100",
11312
+ "name": "_unpinnedSize",
11391
11313
  "type": {
11392
11314
  "text": "number"
11393
11315
  },
11394
- "attribute": "floatingWidth"
11316
+ "privacy": "private",
11317
+ "default": "IGC_DEFAULT_UNPIN_PANE_SIZE"
11395
11318
  },
11396
11319
  {
11397
11320
  "kind": "field",
11398
- "name": "floatingHeight",
11321
+ "name": "contentId",
11399
11322
  "privacy": "public",
11400
- "description": "The current height of the floating pane.",
11401
- "default": "100",
11402
- "type": {
11403
- "text": "number"
11404
- },
11405
- "attribute": "floatingHeight"
11323
+ "description": "Sets a unique identifier for the content pane.\nUsed for targeting slotted content.",
11324
+ "attribute": "content-id"
11406
11325
  },
11407
11326
  {
11408
11327
  "kind": "field",
11409
- "name": "hasHeader",
11328
+ "name": "header",
11410
11329
  "type": {
11411
- "text": "boolean"
11330
+ "text": "string"
11412
11331
  },
11413
11332
  "privacy": "public",
11414
- "default": "false",
11415
- "description": "Indicates whether the pane has a header section.",
11416
- "attribute": "hasHeader"
11333
+ "default": "''",
11334
+ "description": "Defines the header label for the pane.",
11335
+ "attribute": "header"
11417
11336
  },
11418
11337
  {
11419
11338
  "kind": "field",
11420
- "name": "floatingMinHeight",
11339
+ "name": "disabled",
11421
11340
  "privacy": "public",
11422
- "description": "The minimum height constraint for the floating pane.",
11423
- "default": "100",
11424
- "type": {
11425
- "text": "number"
11426
- },
11427
- "attribute": "floatingMinHeight"
11341
+ "description": "Disables the pane and makes it non-interactive.",
11342
+ "default": "false",
11343
+ "attribute": "disabled"
11428
11344
  },
11429
11345
  {
11430
11346
  "kind": "field",
11431
- "name": "floatingMinWidth",
11347
+ "name": "isFlyout",
11432
11348
  "privacy": "public",
11433
- "description": "The minimum width constraint for the floating pane.",
11434
- "default": "100",
11435
- "type": {
11436
- "text": "number"
11437
- },
11438
- "attribute": "floatingMinWidth"
11349
+ "description": "Indicates whether the pane is currently in a flyout state.",
11350
+ "default": "false",
11351
+ "attribute": "is-flyout"
11439
11352
  },
11440
11353
  {
11441
11354
  "kind": "field",
11442
- "name": "floatingId",
11443
- "type": {
11444
- "text": "string"
11445
- },
11355
+ "name": "isSingleFloating",
11446
11356
  "privacy": "public",
11447
- "default": "''",
11448
- "description": "A unique identifier for the floating pane.",
11449
- "attribute": "floatingId"
11357
+ "description": "Indicates that the pane is a single floating item.",
11358
+ "default": "false",
11359
+ "attribute": "is-single-floating"
11450
11360
  },
11451
11361
  {
11452
11362
  "kind": "field",
11453
- "name": "maximized",
11363
+ "name": "parentUseFixedSize",
11454
11364
  "privacy": "public",
11455
- "description": "Indicates whether the floating pane is currently maximized.",
11365
+ "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.",
11456
11366
  "default": "false",
11457
- "attribute": "maximized"
11367
+ "attribute": "parent-use-fixed-size"
11458
11368
  },
11459
11369
  {
11460
11370
  "kind": "field",
11461
- "name": "_dynamicStyles",
11462
- "privacy": "private",
11463
- "readonly": true
11371
+ "name": "size",
11372
+ "privacy": "public",
11373
+ "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.",
11374
+ "default": "100",
11375
+ "type": {
11376
+ "text": "number"
11377
+ },
11378
+ "attribute": "size"
11464
11379
  },
11465
11380
  {
11466
- "kind": "method",
11467
- "name": "_applyDynamicStyles",
11468
- "privacy": "private"
11381
+ "kind": "field",
11382
+ "name": "unpinnedSize",
11383
+ "privacy": "public",
11384
+ "description": "Specifies the pane's unpinned size when in flyout state.",
11385
+ "default": "100",
11386
+ "attribute": "unpinned-size",
11387
+ "type": {
11388
+ "text": "number"
11389
+ }
11469
11390
  },
11470
11391
  {
11471
11392
  "kind": "field",
11472
- "name": "_handleResizeStart",
11473
- "privacy": "private"
11393
+ "name": "_minResizeWidth",
11394
+ "privacy": "private",
11395
+ "default": "IGC_RESIZING_MIN_SIZE"
11474
11396
  },
11475
11397
  {
11476
11398
  "kind": "field",
11477
- "name": "_handleResizeMove",
11478
- "privacy": "private"
11399
+ "name": "_minResizeHeight",
11400
+ "privacy": "private",
11401
+ "default": "IGC_RESIZING_MIN_SIZE"
11479
11402
  },
11480
11403
  {
11481
11404
  "kind": "field",
11482
- "name": "_handleResizeEnd",
11483
- "privacy": "private"
11405
+ "name": "minResizeWidth",
11406
+ "privacy": "public",
11407
+ "description": "The minimum width of the pane in pixels during resizing.",
11408
+ "default": "42",
11409
+ "attribute": "min-resize-width",
11410
+ "type": {
11411
+ "text": "number"
11412
+ }
11484
11413
  },
11485
11414
  {
11486
- "kind": "method",
11415
+ "kind": "field",
11416
+ "name": "minResizeHeight",
11417
+ "privacy": "public",
11418
+ "description": "The minimum height of the pane in pixels during resizing.",
11419
+ "default": "42",
11420
+ "attribute": "min-resize-height",
11421
+ "type": {
11422
+ "text": "number"
11423
+ }
11424
+ },
11425
+ {
11426
+ "kind": "method",
11427
+ "name": "_headerChanged",
11428
+ "privacy": "protected"
11429
+ },
11430
+ {
11431
+ "kind": "method",
11432
+ "name": "_updateFlex",
11433
+ "privacy": "private"
11434
+ },
11435
+ {
11436
+ "kind": "method",
11437
+ "name": "_updateParts",
11438
+ "privacy": "private"
11439
+ },
11440
+ {
11441
+ "kind": "method",
11487
11442
  "name": "addEventListener",
11488
11443
  "privacy": "public",
11489
11444
  "return": {
@@ -11620,16 +11575,8 @@
11620
11575
  ],
11621
11576
  "events": [
11622
11577
  {
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"
11578
+ "description": "Emitted after the component has rendered.",
11579
+ "name": "igcRendered"
11633
11580
  },
11634
11581
  {
11635
11582
  "type": {
@@ -11643,81 +11590,85 @@
11643
11590
  ],
11644
11591
  "attributes": [
11645
11592
  {
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"
11593
+ "name": "content-id",
11594
+ "description": "Sets a unique identifier for the content pane.\nUsed for targeting slotted content.",
11595
+ "fieldName": "contentId",
11596
+ "attribute": "content-id"
11653
11597
  },
11654
11598
  {
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"
11599
+ "name": "is-flyout",
11600
+ "description": "Indicates whether the pane is currently in a flyout state.",
11601
+ "default": "false",
11602
+ "fieldName": "isFlyout",
11603
+ "attribute": "is-flyout"
11661
11604
  },
11662
11605
  {
11663
- "name": "floatingWidth",
11664
- "description": "The current width of the floating pane.",
11665
- "default": "100",
11666
- "type": {
11667
- "text": "number"
11668
- },
11669
- "fieldName": "floatingWidth"
11606
+ "name": "is-single-floating",
11607
+ "description": "Indicates that the pane is a single floating item.",
11608
+ "default": "false",
11609
+ "fieldName": "isSingleFloating",
11610
+ "attribute": "is-single-floating"
11670
11611
  },
11671
11612
  {
11672
- "name": "floatingHeight",
11673
- "description": "The current height of the floating pane.",
11674
- "default": "100",
11675
- "type": {
11676
- "text": "number"
11677
- },
11678
- "fieldName": "floatingHeight"
11613
+ "name": "parent-use-fixed-size",
11614
+ "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.",
11615
+ "default": "false",
11616
+ "fieldName": "parentUseFixedSize",
11617
+ "attribute": "parent-use-fixed-size"
11679
11618
  },
11680
11619
  {
11681
- "name": "hasHeader",
11620
+ "name": "unpinned-size",
11621
+ "description": "Specifies the pane's unpinned size when in flyout state.",
11622
+ "default": "100",
11623
+ "fieldName": "unpinnedSize",
11624
+ "attribute": "unpinned-size",
11682
11625
  "type": {
11683
- "text": "boolean"
11684
- },
11685
- "default": "false",
11686
- "description": "Indicates whether the pane has a header section.",
11687
- "fieldName": "hasHeader"
11626
+ "text": "number"
11627
+ }
11688
11628
  },
11689
11629
  {
11690
- "name": "floatingMinHeight",
11691
- "description": "The minimum height constraint for the floating pane.",
11692
- "default": "100",
11630
+ "name": "min-resize-width",
11631
+ "description": "The minimum width of the pane in pixels during resizing.",
11632
+ "default": "42",
11633
+ "fieldName": "minResizeWidth",
11634
+ "attribute": "min-resize-width",
11693
11635
  "type": {
11694
11636
  "text": "number"
11695
- },
11696
- "fieldName": "floatingMinHeight"
11637
+ }
11697
11638
  },
11698
11639
  {
11699
- "name": "floatingMinWidth",
11700
- "description": "The minimum width constraint for the floating pane.",
11701
- "default": "100",
11640
+ "name": "min-resize-height",
11641
+ "description": "The minimum height of the pane in pixels during resizing.",
11642
+ "default": "42",
11643
+ "fieldName": "minResizeHeight",
11644
+ "attribute": "min-resize-height",
11702
11645
  "type": {
11703
11646
  "text": "number"
11704
- },
11705
- "fieldName": "floatingMinWidth"
11647
+ }
11706
11648
  },
11707
11649
  {
11708
- "name": "floatingId",
11650
+ "name": "header",
11709
11651
  "type": {
11710
11652
  "text": "string"
11711
11653
  },
11712
11654
  "default": "''",
11713
- "description": "A unique identifier for the floating pane.",
11714
- "fieldName": "floatingId"
11655
+ "description": "Defines the header label for the pane.",
11656
+ "fieldName": "header"
11715
11657
  },
11716
11658
  {
11717
- "name": "maximized",
11718
- "description": "Indicates whether the floating pane is currently maximized.",
11659
+ "name": "disabled",
11660
+ "description": "Disables the pane and makes it non-interactive.",
11719
11661
  "default": "false",
11720
- "fieldName": "maximized"
11662
+ "fieldName": "disabled"
11663
+ },
11664
+ {
11665
+ "name": "size",
11666
+ "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.",
11667
+ "default": "100",
11668
+ "type": {
11669
+ "text": "number"
11670
+ },
11671
+ "fieldName": "size"
11721
11672
  }
11722
11673
  ],
11723
11674
  "mixins": [
@@ -11730,7 +11681,7 @@
11730
11681
  "name": "LitElement",
11731
11682
  "package": "lit"
11732
11683
  },
11733
- "tagName": "igc-floating-pane",
11684
+ "tagName": "igc-content-pane",
11734
11685
  "customElement": true
11735
11686
  }
11736
11687
  ],
@@ -11739,46 +11690,20 @@
11739
11690
  "kind": "js",
11740
11691
  "name": "default",
11741
11692
  "declaration": {
11742
- "name": "IgcFloatingPaneComponent",
11743
- "module": "src/components/dockmanager/panes/floating-pane-component.ts"
11693
+ "name": "IgcContentPaneComponent",
11694
+ "module": "src/components/dockmanager/panes/content-pane-component.ts"
11744
11695
  }
11745
11696
  }
11746
11697
  ]
11747
11698
  },
11748
11699
  {
11749
11700
  "kind": "javascript-module",
11750
- "path": "src/components/dockmanager/panes/pane-header-component.ts",
11701
+ "path": "src/components/dockmanager/panes/document-host-component.ts",
11751
11702
  "declarations": [
11752
11703
  {
11753
11704
  "kind": "class",
11754
11705
  "description": "",
11755
- "name": "IgcPaneHeaderComponent",
11756
- "slots": [
11757
- {
11758
- "description": "Renders the pane header title.",
11759
- "name": ""
11760
- },
11761
- {
11762
- "description": "Renders a custom close button.",
11763
- "name": "paneHeaderCloseButton"
11764
- },
11765
- {
11766
- "description": "Renders a custom maximize button.",
11767
- "name": "paneHeaderMaximizeButton"
11768
- },
11769
- {
11770
- "description": "Renders a custom minimize button.",
11771
- "name": "paneHeaderMinimizeButton"
11772
- },
11773
- {
11774
- "description": "Renders a custom pin button.",
11775
- "name": "paneHeaderPinButton"
11776
- },
11777
- {
11778
- "description": "Renders a custom unpin button.",
11779
- "name": "paneHeaderUnpinButton"
11780
- }
11781
- ],
11706
+ "name": "IgcDocumentHostComponent",
11782
11707
  "members": [
11783
11708
  {
11784
11709
  "kind": "field",
@@ -11789,7 +11714,7 @@
11789
11714
  "privacy": "public",
11790
11715
  "static": true,
11791
11716
  "readonly": true,
11792
- "default": "'igc-pane-header'"
11717
+ "default": "'igc-document-host'"
11793
11718
  },
11794
11719
  {
11795
11720
  "kind": "method",
@@ -11799,230 +11724,277 @@
11799
11724
  },
11800
11725
  {
11801
11726
  "kind": "field",
11802
- "name": "_dragService",
11727
+ "name": "_size",
11803
11728
  "type": {
11804
- "text": "IgcDragService"
11729
+ "text": "number"
11805
11730
  },
11806
11731
  "privacy": "private",
11807
- "default": "new IgcDragService(this)"
11808
- },
11809
- {
11810
- "kind": "field",
11811
- "name": "commonParts",
11812
- "privacy": "private",
11813
- "readonly": true
11732
+ "default": "IGC_DEFAULT_PANE_SIZE"
11814
11733
  },
11815
11734
  {
11816
11735
  "kind": "field",
11817
- "name": "pinned",
11736
+ "name": "_parentUseFixedSize",
11818
11737
  "type": {
11819
11738
  "text": "boolean"
11820
11739
  },
11821
- "privacy": "public",
11822
- "default": "false",
11823
- "description": "Whether the pane is currently pinned.",
11824
- "attribute": "pinned"
11740
+ "privacy": "private",
11741
+ "default": "false"
11825
11742
  },
11826
11743
  {
11827
11744
  "kind": "field",
11828
- "name": "maximized",
11829
- "type": {
11830
- "text": "boolean"
11831
- },
11745
+ "name": "parentUseFixedSize",
11832
11746
  "privacy": "public",
11833
- "default": "false",
11834
- "description": "Whether the pane is currently maximized.",
11835
- "attribute": "maximized"
11747
+ "attribute": "parentUseFixedSize"
11836
11748
  },
11837
11749
  {
11838
11750
  "kind": "field",
11839
- "name": "disabled",
11840
- "type": {
11841
- "text": "boolean"
11842
- },
11751
+ "name": "size",
11843
11752
  "privacy": "public",
11844
- "default": "false",
11845
- "description": "Disables interaction with the pane header.",
11846
- "attribute": "disabled"
11847
- },
11848
- {
11849
- "kind": "field",
11850
- "name": "isFloating",
11851
11753
  "type": {
11852
- "text": "boolean"
11754
+ "text": "number"
11853
11755
  },
11854
- "privacy": "public",
11855
- "default": "false",
11856
- "description": "Indicates whether the header is used in a floating window.",
11857
- "attribute": "is-floating"
11756
+ "attribute": "size"
11858
11757
  },
11859
11758
  {
11860
- "kind": "field",
11861
- "name": "isFloatingPaneHeader",
11862
- "type": {
11863
- "text": "boolean"
11864
- },
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"
11869
- },
11759
+ "kind": "method",
11760
+ "name": "_applyDynamicStyles",
11761
+ "privacy": "private"
11762
+ }
11763
+ ],
11764
+ "attributes": [
11870
11765
  {
11871
- "kind": "field",
11872
- "name": "isActive",
11873
- "type": {
11874
- "text": "boolean"
11875
- },
11876
- "privacy": "public",
11877
- "default": "false",
11878
- "description": "Marks the header as active.",
11879
- "attribute": "is-active"
11766
+ "name": "parentUseFixedSize",
11767
+ "fieldName": "parentUseFixedSize"
11880
11768
  },
11881
11769
  {
11882
- "kind": "field",
11883
- "name": "forcedDrag",
11770
+ "name": "size",
11884
11771
  "type": {
11885
- "text": "boolean"
11772
+ "text": "number"
11886
11773
  },
11887
- "privacy": "public",
11888
- "default": "false",
11889
- "description": "Forces drag behavior on the pane header.",
11890
- "attribute": "forced-drag"
11774
+ "fieldName": "size"
11775
+ }
11776
+ ],
11777
+ "superclass": {
11778
+ "name": "LitElement",
11779
+ "package": "lit"
11780
+ },
11781
+ "customElement": true
11782
+ }
11783
+ ],
11784
+ "exports": [
11785
+ {
11786
+ "kind": "js",
11787
+ "name": "default",
11788
+ "declaration": {
11789
+ "name": "IgcDocumentHostComponent",
11790
+ "module": "src/components/dockmanager/panes/document-host-component.ts"
11791
+ }
11792
+ }
11793
+ ]
11794
+ },
11795
+ {
11796
+ "kind": "javascript-module",
11797
+ "path": "src/components/dockmanager/panes/floating-pane-component.ts",
11798
+ "declarations": [
11799
+ {
11800
+ "kind": "class",
11801
+ "description": "",
11802
+ "name": "IgcFloatingPaneComponent",
11803
+ "cssParts": [
11804
+ {
11805
+ "description": "The root floating pane container.",
11806
+ "name": "floating-window"
11807
+ }
11808
+ ],
11809
+ "slots": [
11810
+ {
11811
+ "description": "Renders the floating pane header content.",
11812
+ "name": "header"
11891
11813
  },
11814
+ {
11815
+ "description": "Renders the main content of the floating pane.",
11816
+ "name": ""
11817
+ }
11818
+ ],
11819
+ "members": [
11892
11820
  {
11893
11821
  "kind": "field",
11894
- "name": "allowClose",
11822
+ "name": "tagName",
11895
11823
  "type": {
11896
- "text": "boolean"
11824
+ "text": "string"
11897
11825
  },
11898
11826
  "privacy": "public",
11899
- "default": "true",
11900
- "description": "Enables or disables closing.",
11901
- "attribute": "allow-close"
11827
+ "static": true,
11828
+ "readonly": true,
11829
+ "default": "'igc-floating-pane'"
11902
11830
  },
11903
11831
  {
11904
- "kind": "field",
11905
- "name": "allowMaximize",
11906
- "type": {
11907
- "text": "boolean"
11908
- },
11832
+ "kind": "method",
11833
+ "name": "register",
11909
11834
  "privacy": "public",
11910
- "default": "true",
11911
- "description": "Enables or disables maximizing.",
11912
- "attribute": "allow-maximize"
11835
+ "static": true
11913
11836
  },
11914
11837
  {
11915
11838
  "kind": "field",
11916
- "name": "allowPinning",
11839
+ "name": "_floatingLocation",
11917
11840
  "type": {
11918
- "text": "boolean"
11841
+ "text": "IgcDockManagerPoint"
11919
11842
  },
11920
- "privacy": "public",
11921
- "default": "true",
11922
- "description": "Enables or disables pinning.",
11923
- "attribute": "allow-pinning"
11843
+ "privacy": "private"
11924
11844
  },
11925
11845
  {
11926
11846
  "kind": "field",
11927
- "name": "pane",
11928
- "type": {
11929
- "text": "IgcContentPane"
11930
- },
11931
- "privacy": "public",
11932
- "description": "Reference to the content pane associated with this header."
11847
+ "name": "_floatingHeight",
11848
+ "privacy": "private",
11849
+ "default": "IGC_DEFAULT_PANE_SIZE"
11933
11850
  },
11934
11851
  {
11935
11852
  "kind": "field",
11936
- "name": "resourceStrings",
11937
- "type": {
11938
- "text": "IgcDockManagerResourceStrings | undefined"
11939
- },
11940
- "description": "Localized strings used for icon button accessibility."
11853
+ "name": "_floatingWidth",
11854
+ "privacy": "private",
11855
+ "default": "IGC_DEFAULT_PANE_SIZE"
11941
11856
  },
11942
11857
  {
11943
- "kind": "method",
11944
- "name": "forceDragging",
11945
- "privacy": "private"
11858
+ "kind": "field",
11859
+ "name": "_floatingMinHeight",
11860
+ "privacy": "private",
11861
+ "default": "IGC_DEFAULT_PANE_SIZE"
11946
11862
  },
11947
11863
  {
11948
- "kind": "method",
11949
- "name": "visualStateChanged",
11950
- "privacy": "protected"
11864
+ "kind": "field",
11865
+ "name": "_floatingMinWidth",
11866
+ "privacy": "private",
11867
+ "default": "IGC_DEFAULT_PANE_SIZE"
11951
11868
  },
11952
11869
  {
11953
11870
  "kind": "field",
11954
- "name": "_handleDragStart",
11955
- "privacy": "private"
11871
+ "name": "_maximized",
11872
+ "type": {
11873
+ "text": "boolean"
11874
+ },
11875
+ "privacy": "private",
11876
+ "default": "false"
11956
11877
  },
11957
11878
  {
11958
11879
  "kind": "field",
11959
- "name": "_handleDragMove",
11960
- "privacy": "private"
11880
+ "name": "allowResize",
11881
+ "type": {
11882
+ "text": "boolean"
11883
+ },
11884
+ "privacy": "public",
11885
+ "default": "true",
11886
+ "description": "Indicates whether the floating pane can be resized.",
11887
+ "attribute": "allowResize"
11961
11888
  },
11962
11889
  {
11963
11890
  "kind": "field",
11964
- "name": "_handleDragEnd",
11965
- "privacy": "private"
11891
+ "name": "floatingLocation",
11892
+ "privacy": "public",
11893
+ "description": "The current location of the floating pane.\nDefaults to top-left corner position.",
11894
+ "type": {
11895
+ "text": "IgcDockManagerPoint"
11896
+ },
11897
+ "attribute": "floatingLocation"
11966
11898
  },
11967
11899
  {
11968
11900
  "kind": "field",
11969
- "name": "_handlePinButtonClick",
11970
- "privacy": "private"
11901
+ "name": "floatingWidth",
11902
+ "privacy": "public",
11903
+ "description": "The current width of the floating pane.",
11904
+ "default": "100",
11905
+ "type": {
11906
+ "text": "number"
11907
+ },
11908
+ "attribute": "floatingWidth"
11971
11909
  },
11972
11910
  {
11973
11911
  "kind": "field",
11974
- "name": "_handleMaximizeButtonClick",
11975
- "privacy": "private"
11912
+ "name": "floatingHeight",
11913
+ "privacy": "public",
11914
+ "description": "The current height of the floating pane.",
11915
+ "default": "100",
11916
+ "type": {
11917
+ "text": "number"
11918
+ },
11919
+ "attribute": "floatingHeight"
11976
11920
  },
11977
11921
  {
11978
11922
  "kind": "field",
11979
- "name": "_handleCloseButtonClick",
11980
- "privacy": "private"
11923
+ "name": "hasHeader",
11924
+ "type": {
11925
+ "text": "boolean"
11926
+ },
11927
+ "privacy": "public",
11928
+ "default": "false",
11929
+ "description": "Indicates whether the pane has a header section.",
11930
+ "attribute": "hasHeader"
11981
11931
  },
11982
11932
  {
11983
- "kind": "method",
11984
- "name": "renderCloseButton",
11985
- "privacy": "private"
11933
+ "kind": "field",
11934
+ "name": "floatingMinHeight",
11935
+ "privacy": "public",
11936
+ "description": "The minimum height constraint for the floating pane.",
11937
+ "default": "100",
11938
+ "type": {
11939
+ "text": "number"
11940
+ },
11941
+ "attribute": "floatingMinHeight"
11986
11942
  },
11987
11943
  {
11988
- "kind": "method",
11989
- "name": "renderMaximizeButton",
11990
- "privacy": "private"
11944
+ "kind": "field",
11945
+ "name": "floatingMinWidth",
11946
+ "privacy": "public",
11947
+ "description": "The minimum width constraint for the floating pane.",
11948
+ "default": "100",
11949
+ "type": {
11950
+ "text": "number"
11951
+ },
11952
+ "attribute": "floatingMinWidth"
11991
11953
  },
11992
11954
  {
11993
- "kind": "method",
11994
- "name": "renderMinimizeButton",
11995
- "privacy": "private"
11955
+ "kind": "field",
11956
+ "name": "floatingId",
11957
+ "type": {
11958
+ "text": "string"
11959
+ },
11960
+ "privacy": "public",
11961
+ "default": "''",
11962
+ "description": "A unique identifier for the floating pane.",
11963
+ "attribute": "floatingId"
11996
11964
  },
11997
11965
  {
11998
- "kind": "method",
11999
- "name": "renderPinButton",
12000
- "privacy": "private"
11966
+ "kind": "field",
11967
+ "name": "maximized",
11968
+ "privacy": "public",
11969
+ "description": "Indicates whether the floating pane is currently maximized.",
11970
+ "default": "false",
11971
+ "attribute": "maximized"
12001
11972
  },
12002
11973
  {
12003
- "kind": "method",
12004
- "name": "renderUnpinButton",
12005
- "privacy": "private"
11974
+ "kind": "field",
11975
+ "name": "_dynamicStyles",
11976
+ "privacy": "private",
11977
+ "readonly": true
12006
11978
  },
12007
11979
  {
12008
- "kind": "field",
12009
- "name": "dragEdgeTolerance",
12010
- "type": {
12011
- "text": "number"
12012
- },
12013
- "default": "3"
11980
+ "kind": "method",
11981
+ "name": "_applyDynamicStyles",
11982
+ "privacy": "private"
12014
11983
  },
12015
11984
  {
12016
11985
  "kind": "field",
12017
- "name": "dragStart"
11986
+ "name": "_handleResizeStart",
11987
+ "privacy": "private"
12018
11988
  },
12019
11989
  {
12020
11990
  "kind": "field",
12021
- "name": "dragMove"
11991
+ "name": "_handleResizeMove",
11992
+ "privacy": "private"
12022
11993
  },
12023
11994
  {
12024
11995
  "kind": "field",
12025
- "name": "dragEnd"
11996
+ "name": "_handleResizeEnd",
11997
+ "privacy": "private"
12026
11998
  },
12027
11999
  {
12028
12000
  "kind": "method",
@@ -12162,36 +12134,16 @@
12162
12134
  ],
12163
12135
  "events": [
12164
12136
  {
12165
- "description": "Emitted when dragging starts on the header.",
12166
- "name": "igcPaneHeaderDragStart"
12167
- },
12168
- {
12169
- "description": "Emitted during header dragging.",
12170
- "name": "igcPaneHeaderDragMoved"
12137
+ "description": "Emitted when a resize interaction begins.",
12138
+ "name": "wndResizeStart"
12171
12139
  },
12172
12140
  {
12173
- "description": "Emitted when dragging ends on the header.",
12174
- "name": "igcPaneHeaderDragEnd"
12141
+ "description": "Emitted during the pane resize movement.",
12142
+ "name": "wndResizeMove"
12175
12143
  },
12176
12144
  {
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"
12145
+ "description": "Emitted when the resize interaction ends.",
12146
+ "name": "wndResizeEnd"
12195
12147
  },
12196
12148
  {
12197
12149
  "type": {
@@ -12205,101 +12157,81 @@
12205
12157
  ],
12206
12158
  "attributes": [
12207
12159
  {
12208
- "name": "is-floating",
12160
+ "name": "allowResize",
12209
12161
  "type": {
12210
12162
  "text": "boolean"
12211
12163
  },
12212
- "default": "false",
12213
- "description": "Indicates whether the header is used in a floating window.",
12214
- "fieldName": "isFloating",
12215
- "attribute": "is-floating"
12164
+ "default": "true",
12165
+ "description": "Indicates whether the floating pane can be resized.",
12166
+ "fieldName": "allowResize"
12216
12167
  },
12217
12168
  {
12218
- "name": "is-floating-pane-header",
12169
+ "name": "floatingLocation",
12170
+ "description": "The current location of the floating pane.\nDefaults to top-left corner position.",
12219
12171
  "type": {
12220
- "text": "boolean"
12172
+ "text": "IgcDockManagerPoint"
12221
12173
  },
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"
12174
+ "fieldName": "floatingLocation"
12226
12175
  },
12227
12176
  {
12228
- "name": "is-active",
12177
+ "name": "floatingWidth",
12178
+ "description": "The current width of the floating pane.",
12179
+ "default": "100",
12229
12180
  "type": {
12230
- "text": "boolean"
12181
+ "text": "number"
12231
12182
  },
12232
- "default": "false",
12233
- "description": "Marks the header as active.",
12234
- "fieldName": "isActive",
12235
- "attribute": "is-active"
12183
+ "fieldName": "floatingWidth"
12236
12184
  },
12237
12185
  {
12238
- "name": "forced-drag",
12186
+ "name": "floatingHeight",
12187
+ "description": "The current height of the floating pane.",
12188
+ "default": "100",
12239
12189
  "type": {
12240
- "text": "boolean"
12190
+ "text": "number"
12241
12191
  },
12242
- "default": "false",
12243
- "description": "Forces drag behavior on the pane header.",
12244
- "fieldName": "forcedDrag",
12245
- "attribute": "forced-drag"
12192
+ "fieldName": "floatingHeight"
12246
12193
  },
12247
12194
  {
12248
- "name": "allow-close",
12195
+ "name": "hasHeader",
12249
12196
  "type": {
12250
12197
  "text": "boolean"
12251
12198
  },
12252
- "default": "true",
12253
- "description": "Enables or disables closing.",
12254
- "fieldName": "allowClose",
12255
- "attribute": "allow-close"
12199
+ "default": "false",
12200
+ "description": "Indicates whether the pane has a header section.",
12201
+ "fieldName": "hasHeader"
12256
12202
  },
12257
12203
  {
12258
- "name": "allow-maximize",
12204
+ "name": "floatingMinHeight",
12205
+ "description": "The minimum height constraint for the floating pane.",
12206
+ "default": "100",
12259
12207
  "type": {
12260
- "text": "boolean"
12208
+ "text": "number"
12261
12209
  },
12262
- "default": "true",
12263
- "description": "Enables or disables maximizing.",
12264
- "fieldName": "allowMaximize",
12265
- "attribute": "allow-maximize"
12210
+ "fieldName": "floatingMinHeight"
12266
12211
  },
12267
12212
  {
12268
- "name": "allow-pinning",
12213
+ "name": "floatingMinWidth",
12214
+ "description": "The minimum width constraint for the floating pane.",
12215
+ "default": "100",
12269
12216
  "type": {
12270
- "text": "boolean"
12217
+ "text": "number"
12271
12218
  },
12272
- "default": "true",
12273
- "description": "Enables or disables pinning.",
12274
- "fieldName": "allowPinning",
12275
- "attribute": "allow-pinning"
12219
+ "fieldName": "floatingMinWidth"
12276
12220
  },
12277
12221
  {
12278
- "name": "pinned",
12222
+ "name": "floatingId",
12279
12223
  "type": {
12280
- "text": "boolean"
12224
+ "text": "string"
12281
12225
  },
12282
- "default": "false",
12283
- "description": "Whether the pane is currently pinned.",
12284
- "fieldName": "pinned"
12226
+ "default": "''",
12227
+ "description": "A unique identifier for the floating pane.",
12228
+ "fieldName": "floatingId"
12285
12229
  },
12286
12230
  {
12287
12231
  "name": "maximized",
12288
- "type": {
12289
- "text": "boolean"
12290
- },
12232
+ "description": "Indicates whether the floating pane is currently maximized.",
12291
12233
  "default": "false",
12292
- "description": "Whether the pane is currently maximized.",
12293
12234
  "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"
12303
12235
  }
12304
12236
  ],
12305
12237
  "mixins": [
@@ -12312,7 +12244,7 @@
12312
12244
  "name": "LitElement",
12313
12245
  "package": "lit"
12314
12246
  },
12315
- "tagName": "igc-pane-header",
12247
+ "tagName": "igc-floating-pane",
12316
12248
  "customElement": true
12317
12249
  }
12318
12250
  ],
@@ -12321,20 +12253,46 @@
12321
12253
  "kind": "js",
12322
12254
  "name": "default",
12323
12255
  "declaration": {
12324
- "name": "IgcPaneHeaderComponent",
12325
- "module": "src/components/dockmanager/panes/pane-header-component.ts"
12256
+ "name": "IgcFloatingPaneComponent",
12257
+ "module": "src/components/dockmanager/panes/floating-pane-component.ts"
12326
12258
  }
12327
12259
  }
12328
12260
  ]
12329
12261
  },
12330
12262
  {
12331
12263
  "kind": "javascript-module",
12332
- "path": "src/components/dockmanager/panes/resizer-component.ts",
12264
+ "path": "src/components/dockmanager/panes/pane-header-component.ts",
12333
12265
  "declarations": [
12334
12266
  {
12335
12267
  "kind": "class",
12336
12268
  "description": "",
12337
- "name": "IgcResizerComponent",
12269
+ "name": "IgcPaneHeaderComponent",
12270
+ "slots": [
12271
+ {
12272
+ "description": "Renders the pane header title.",
12273
+ "name": ""
12274
+ },
12275
+ {
12276
+ "description": "Renders a custom close button.",
12277
+ "name": "paneHeaderCloseButton"
12278
+ },
12279
+ {
12280
+ "description": "Renders a custom maximize button.",
12281
+ "name": "paneHeaderMaximizeButton"
12282
+ },
12283
+ {
12284
+ "description": "Renders a custom minimize button.",
12285
+ "name": "paneHeaderMinimizeButton"
12286
+ },
12287
+ {
12288
+ "description": "Renders a custom pin button.",
12289
+ "name": "paneHeaderPinButton"
12290
+ },
12291
+ {
12292
+ "description": "Renders a custom unpin button.",
12293
+ "name": "paneHeaderUnpinButton"
12294
+ }
12295
+ ],
12338
12296
  "members": [
12339
12297
  {
12340
12298
  "kind": "field",
@@ -12345,7 +12303,7 @@
12345
12303
  "privacy": "public",
12346
12304
  "static": true,
12347
12305
  "readonly": true,
12348
- "default": "'igc-resizer'"
12306
+ "default": "'igc-pane-header'"
12349
12307
  },
12350
12308
  {
12351
12309
  "kind": "method",
@@ -12364,66 +12322,238 @@
12364
12322
  },
12365
12323
  {
12366
12324
  "kind": "field",
12367
- "name": "orientation",
12325
+ "name": "commonParts",
12326
+ "privacy": "private",
12327
+ "readonly": true
12328
+ },
12329
+ {
12330
+ "kind": "field",
12331
+ "name": "pinned",
12368
12332
  "type": {
12369
- "text": "ResizerLocation"
12333
+ "text": "boolean"
12370
12334
  },
12371
12335
  "privacy": "public",
12372
- "description": "Specifies the orientation of the resizer.",
12373
- "attribute": "orientation"
12336
+ "default": "false",
12337
+ "description": "Whether the pane is currently pinned.",
12338
+ "attribute": "pinned"
12374
12339
  },
12375
12340
  {
12376
12341
  "kind": "field",
12377
- "name": "isCornerResizer",
12342
+ "name": "maximized",
12378
12343
  "type": {
12379
12344
  "text": "boolean"
12380
12345
  },
12381
- "privacy": "private",
12382
- "readonly": true
12346
+ "privacy": "public",
12347
+ "default": "false",
12348
+ "description": "Whether the pane is currently maximized.",
12349
+ "attribute": "maximized"
12383
12350
  },
12384
12351
  {
12385
12352
  "kind": "field",
12386
- "name": "_handleDragStart",
12387
- "privacy": "private"
12353
+ "name": "disabled",
12354
+ "type": {
12355
+ "text": "boolean"
12356
+ },
12357
+ "privacy": "public",
12358
+ "default": "false",
12359
+ "description": "Disables interaction with the pane header.",
12360
+ "attribute": "disabled"
12388
12361
  },
12389
12362
  {
12390
12363
  "kind": "field",
12391
- "name": "_handleDragMove",
12392
- "privacy": "private"
12364
+ "name": "isFloating",
12365
+ "type": {
12366
+ "text": "boolean"
12367
+ },
12368
+ "privacy": "public",
12369
+ "default": "false",
12370
+ "description": "Indicates whether the header is used in a floating window.",
12371
+ "attribute": "is-floating"
12393
12372
  },
12394
12373
  {
12395
12374
  "kind": "field",
12396
- "name": "_handleDragEnd",
12397
- "privacy": "private"
12375
+ "name": "isFloatingPaneHeader",
12376
+ "type": {
12377
+ "text": "boolean"
12378
+ },
12379
+ "privacy": "public",
12380
+ "default": "false",
12381
+ "description": "Indicates that the header is used in a floating pane context.",
12382
+ "attribute": "is-floating-pane-header"
12398
12383
  },
12399
12384
  {
12400
12385
  "kind": "field",
12401
- "name": "dragStart"
12386
+ "name": "isActive",
12387
+ "type": {
12388
+ "text": "boolean"
12389
+ },
12390
+ "privacy": "public",
12391
+ "default": "false",
12392
+ "description": "Marks the header as active.",
12393
+ "attribute": "is-active"
12402
12394
  },
12403
12395
  {
12404
12396
  "kind": "field",
12405
- "name": "dragMove"
12397
+ "name": "forcedDrag",
12398
+ "type": {
12399
+ "text": "boolean"
12400
+ },
12401
+ "privacy": "public",
12402
+ "default": "false",
12403
+ "description": "Forces drag behavior on the pane header.",
12404
+ "attribute": "forced-drag"
12406
12405
  },
12407
12406
  {
12408
12407
  "kind": "field",
12409
- "name": "dragEnd"
12408
+ "name": "allowClose",
12409
+ "type": {
12410
+ "text": "boolean"
12411
+ },
12412
+ "privacy": "public",
12413
+ "default": "true",
12414
+ "description": "Enables or disables closing.",
12415
+ "attribute": "allow-close"
12410
12416
  },
12411
12417
  {
12412
- "kind": "method",
12413
- "name": "addEventListener",
12418
+ "kind": "field",
12419
+ "name": "allowMaximize",
12420
+ "type": {
12421
+ "text": "boolean"
12422
+ },
12414
12423
  "privacy": "public",
12415
- "return": {
12416
- "type": {
12417
- "text": "void"
12418
- }
12424
+ "default": "true",
12425
+ "description": "Enables or disables maximizing.",
12426
+ "attribute": "allow-maximize"
12427
+ },
12428
+ {
12429
+ "kind": "field",
12430
+ "name": "allowPinning",
12431
+ "type": {
12432
+ "text": "boolean"
12419
12433
  },
12420
- "parameters": [
12421
- {
12422
- "name": "type",
12423
- "type": {
12424
- "text": "K"
12425
- }
12426
- },
12434
+ "privacy": "public",
12435
+ "default": "true",
12436
+ "description": "Enables or disables pinning.",
12437
+ "attribute": "allow-pinning"
12438
+ },
12439
+ {
12440
+ "kind": "field",
12441
+ "name": "pane",
12442
+ "type": {
12443
+ "text": "IgcContentPane"
12444
+ },
12445
+ "privacy": "public",
12446
+ "description": "Reference to the content pane associated with this header."
12447
+ },
12448
+ {
12449
+ "kind": "field",
12450
+ "name": "resourceStrings",
12451
+ "type": {
12452
+ "text": "IgcDockManagerResourceStrings | undefined"
12453
+ },
12454
+ "description": "Localized strings used for icon button accessibility."
12455
+ },
12456
+ {
12457
+ "kind": "method",
12458
+ "name": "forceDragging",
12459
+ "privacy": "private"
12460
+ },
12461
+ {
12462
+ "kind": "method",
12463
+ "name": "visualStateChanged",
12464
+ "privacy": "protected"
12465
+ },
12466
+ {
12467
+ "kind": "field",
12468
+ "name": "_handleDragStart",
12469
+ "privacy": "private"
12470
+ },
12471
+ {
12472
+ "kind": "field",
12473
+ "name": "_handleDragMove",
12474
+ "privacy": "private"
12475
+ },
12476
+ {
12477
+ "kind": "field",
12478
+ "name": "_handleDragEnd",
12479
+ "privacy": "private"
12480
+ },
12481
+ {
12482
+ "kind": "field",
12483
+ "name": "_handlePinButtonClick",
12484
+ "privacy": "private"
12485
+ },
12486
+ {
12487
+ "kind": "field",
12488
+ "name": "_handleMaximizeButtonClick",
12489
+ "privacy": "private"
12490
+ },
12491
+ {
12492
+ "kind": "field",
12493
+ "name": "_handleCloseButtonClick",
12494
+ "privacy": "private"
12495
+ },
12496
+ {
12497
+ "kind": "method",
12498
+ "name": "renderCloseButton",
12499
+ "privacy": "private"
12500
+ },
12501
+ {
12502
+ "kind": "method",
12503
+ "name": "renderMaximizeButton",
12504
+ "privacy": "private"
12505
+ },
12506
+ {
12507
+ "kind": "method",
12508
+ "name": "renderMinimizeButton",
12509
+ "privacy": "private"
12510
+ },
12511
+ {
12512
+ "kind": "method",
12513
+ "name": "renderPinButton",
12514
+ "privacy": "private"
12515
+ },
12516
+ {
12517
+ "kind": "method",
12518
+ "name": "renderUnpinButton",
12519
+ "privacy": "private"
12520
+ },
12521
+ {
12522
+ "kind": "field",
12523
+ "name": "dragEdgeTolerance",
12524
+ "type": {
12525
+ "text": "number"
12526
+ },
12527
+ "default": "3"
12528
+ },
12529
+ {
12530
+ "kind": "field",
12531
+ "name": "dragStart"
12532
+ },
12533
+ {
12534
+ "kind": "field",
12535
+ "name": "dragMove"
12536
+ },
12537
+ {
12538
+ "kind": "field",
12539
+ "name": "dragEnd"
12540
+ },
12541
+ {
12542
+ "kind": "method",
12543
+ "name": "addEventListener",
12544
+ "privacy": "public",
12545
+ "return": {
12546
+ "type": {
12547
+ "text": "void"
12548
+ }
12549
+ },
12550
+ "parameters": [
12551
+ {
12552
+ "name": "type",
12553
+ "type": {
12554
+ "text": "K"
12555
+ }
12556
+ },
12427
12557
  {
12428
12558
  "name": "listener",
12429
12559
  "type": {
@@ -12546,16 +12676,36 @@
12546
12676
  ],
12547
12677
  "events": [
12548
12678
  {
12549
- "description": "Emitted when a drag operation starts on the resizer.",
12550
- "name": "igcResizerDragStart"
12679
+ "description": "Emitted when dragging starts on the header.",
12680
+ "name": "igcPaneHeaderDragStart"
12551
12681
  },
12552
12682
  {
12553
- "description": "Emitted during resizer moving.",
12554
- "name": "igcResizerMoved"
12683
+ "description": "Emitted during header dragging.",
12684
+ "name": "igcPaneHeaderDragMoved"
12555
12685
  },
12556
12686
  {
12557
- "description": "Emitted when dragging ends on the resizer.",
12558
- "name": "igcResizerDragEnd"
12687
+ "description": "Emitted when dragging ends on the header.",
12688
+ "name": "igcPaneHeaderDragEnd"
12689
+ },
12690
+ {
12691
+ "description": "Emitted when the pin button is clicked.",
12692
+ "name": "igcPinToggle"
12693
+ },
12694
+ {
12695
+ "description": "Emitted when the maximize button is clicked.",
12696
+ "name": "igcMaximize"
12697
+ },
12698
+ {
12699
+ "description": "Emitted when the close button is clicked.",
12700
+ "name": "igcClose"
12701
+ },
12702
+ {
12703
+ "description": "Emitted when the element is connected to the DOM.",
12704
+ "name": "elementConnected"
12705
+ },
12706
+ {
12707
+ "description": "Emitted when the element is disconnected from the DOM.",
12708
+ "name": "elementDisconnected"
12559
12709
  },
12560
12710
  {
12561
12711
  "type": {
@@ -12569,12 +12719,101 @@
12569
12719
  ],
12570
12720
  "attributes": [
12571
12721
  {
12572
- "name": "orientation",
12722
+ "name": "is-floating",
12573
12723
  "type": {
12574
- "text": "ResizerLocation"
12724
+ "text": "boolean"
12575
12725
  },
12576
- "description": "Specifies the orientation of the resizer.",
12577
- "fieldName": "orientation"
12726
+ "default": "false",
12727
+ "description": "Indicates whether the header is used in a floating window.",
12728
+ "fieldName": "isFloating",
12729
+ "attribute": "is-floating"
12730
+ },
12731
+ {
12732
+ "name": "is-floating-pane-header",
12733
+ "type": {
12734
+ "text": "boolean"
12735
+ },
12736
+ "default": "false",
12737
+ "description": "Indicates that the header is used in a floating pane context.",
12738
+ "fieldName": "isFloatingPaneHeader",
12739
+ "attribute": "is-floating-pane-header"
12740
+ },
12741
+ {
12742
+ "name": "is-active",
12743
+ "type": {
12744
+ "text": "boolean"
12745
+ },
12746
+ "default": "false",
12747
+ "description": "Marks the header as active.",
12748
+ "fieldName": "isActive",
12749
+ "attribute": "is-active"
12750
+ },
12751
+ {
12752
+ "name": "forced-drag",
12753
+ "type": {
12754
+ "text": "boolean"
12755
+ },
12756
+ "default": "false",
12757
+ "description": "Forces drag behavior on the pane header.",
12758
+ "fieldName": "forcedDrag",
12759
+ "attribute": "forced-drag"
12760
+ },
12761
+ {
12762
+ "name": "allow-close",
12763
+ "type": {
12764
+ "text": "boolean"
12765
+ },
12766
+ "default": "true",
12767
+ "description": "Enables or disables closing.",
12768
+ "fieldName": "allowClose",
12769
+ "attribute": "allow-close"
12770
+ },
12771
+ {
12772
+ "name": "allow-maximize",
12773
+ "type": {
12774
+ "text": "boolean"
12775
+ },
12776
+ "default": "true",
12777
+ "description": "Enables or disables maximizing.",
12778
+ "fieldName": "allowMaximize",
12779
+ "attribute": "allow-maximize"
12780
+ },
12781
+ {
12782
+ "name": "allow-pinning",
12783
+ "type": {
12784
+ "text": "boolean"
12785
+ },
12786
+ "default": "true",
12787
+ "description": "Enables or disables pinning.",
12788
+ "fieldName": "allowPinning",
12789
+ "attribute": "allow-pinning"
12790
+ },
12791
+ {
12792
+ "name": "pinned",
12793
+ "type": {
12794
+ "text": "boolean"
12795
+ },
12796
+ "default": "false",
12797
+ "description": "Whether the pane is currently pinned.",
12798
+ "fieldName": "pinned"
12799
+ },
12800
+ {
12801
+ "name": "maximized",
12802
+ "type": {
12803
+ "text": "boolean"
12804
+ },
12805
+ "default": "false",
12806
+ "description": "Whether the pane is currently maximized.",
12807
+ "fieldName": "maximized"
12808
+ },
12809
+ {
12810
+ "name": "disabled",
12811
+ "type": {
12812
+ "text": "boolean"
12813
+ },
12814
+ "default": "false",
12815
+ "description": "Disables interaction with the pane header.",
12816
+ "fieldName": "disabled"
12578
12817
  }
12579
12818
  ],
12580
12819
  "mixins": [
@@ -12587,7 +12826,7 @@
12587
12826
  "name": "LitElement",
12588
12827
  "package": "lit"
12589
12828
  },
12590
- "tagName": "igc-resizer",
12829
+ "tagName": "igc-pane-header",
12591
12830
  "customElement": true
12592
12831
  }
12593
12832
  ],
@@ -12596,26 +12835,20 @@
12596
12835
  "kind": "js",
12597
12836
  "name": "default",
12598
12837
  "declaration": {
12599
- "name": "IgcResizerComponent",
12600
- "module": "src/components/dockmanager/panes/resizer-component.ts"
12838
+ "name": "IgcPaneHeaderComponent",
12839
+ "module": "src/components/dockmanager/panes/pane-header-component.ts"
12601
12840
  }
12602
12841
  }
12603
12842
  ]
12604
12843
  },
12605
12844
  {
12606
12845
  "kind": "javascript-module",
12607
- "path": "src/components/dockmanager/panes/split-pane-component.ts",
12846
+ "path": "src/components/dockmanager/panes/resizer-component.ts",
12608
12847
  "declarations": [
12609
12848
  {
12610
12849
  "kind": "class",
12611
12850
  "description": "",
12612
- "name": "IgcSplitPaneComponent",
12613
- "cssParts": [
12614
- {
12615
- "description": "The root split pane container.",
12616
- "name": "split-pane"
12617
- }
12618
- ],
12851
+ "name": "IgcResizerComponent",
12619
12852
  "members": [
12620
12853
  {
12621
12854
  "kind": "field",
@@ -12626,7 +12859,7 @@
12626
12859
  "privacy": "public",
12627
12860
  "static": true,
12628
12861
  "readonly": true,
12629
- "default": "'igc-split-pane'"
12862
+ "default": "'igc-resizer'"
12630
12863
  },
12631
12864
  {
12632
12865
  "kind": "method",
@@ -12636,100 +12869,58 @@
12636
12869
  },
12637
12870
  {
12638
12871
  "kind": "field",
12639
- "name": "_orientation",
12640
- "type": {
12641
- "text": "SplitPaneOrientation"
12642
- },
12643
- "privacy": "private"
12644
- },
12645
- {
12646
- "kind": "field",
12647
- "name": "_parentUseFixedSize",
12872
+ "name": "_dragService",
12648
12873
  "type": {
12649
- "text": "boolean"
12874
+ "text": "IgcDragService"
12650
12875
  },
12651
12876
  "privacy": "private",
12652
- "default": "false"
12877
+ "default": "new IgcDragService(this)"
12653
12878
  },
12654
12879
  {
12655
12880
  "kind": "field",
12656
12881
  "name": "orientation",
12657
- "privacy": "public",
12658
- "description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
12659
12882
  "type": {
12660
- "text": "SplitPaneOrientation"
12883
+ "text": "ResizerLocation"
12661
12884
  },
12885
+ "privacy": "public",
12886
+ "description": "Specifies the orientation of the resizer.",
12662
12887
  "attribute": "orientation"
12663
12888
  },
12664
12889
  {
12665
12890
  "kind": "field",
12666
- "name": "useFixedSize",
12891
+ "name": "isCornerResizer",
12667
12892
  "type": {
12668
12893
  "text": "boolean"
12669
12894
  },
12670
- "privacy": "public",
12671
- "default": "false",
12672
- "description": "Indicates whether the pane uses a fixed size.",
12673
- "attribute": "use-fixed-size"
12895
+ "privacy": "private",
12896
+ "readonly": true
12674
12897
  },
12675
12898
  {
12676
12899
  "kind": "field",
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
- }
12900
+ "name": "_handleDragStart",
12901
+ "privacy": "private"
12685
12902
  },
12686
12903
  {
12687
12904
  "kind": "field",
12688
- "name": "size",
12689
- "type": {
12690
- "text": "number | undefined"
12691
- },
12692
- "privacy": "public",
12693
- "attribute": "size"
12905
+ "name": "_handleDragMove",
12906
+ "privacy": "private"
12694
12907
  },
12695
12908
  {
12696
12909
  "kind": "field",
12697
- "name": "_minResizeWidth",
12698
- "privacy": "private",
12699
- "default": "IGC_RESIZING_MIN_SIZE"
12910
+ "name": "_handleDragEnd",
12911
+ "privacy": "private"
12700
12912
  },
12701
12913
  {
12702
12914
  "kind": "field",
12703
- "name": "_minResizeHeight",
12704
- "privacy": "private",
12705
- "default": "IGC_RESIZING_MIN_SIZE"
12915
+ "name": "dragStart"
12706
12916
  },
12707
12917
  {
12708
12918
  "kind": "field",
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
- }
12919
+ "name": "dragMove"
12717
12920
  },
12718
12921
  {
12719
12922
  "kind": "field",
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"
12923
+ "name": "dragEnd"
12733
12924
  },
12734
12925
  {
12735
12926
  "kind": "method",
@@ -12869,8 +13060,16 @@
12869
13060
  ],
12870
13061
  "events": [
12871
13062
  {
12872
- "description": "Emitted when the component is updated and rendered.",
12873
- "name": "igcRendered"
13063
+ "description": "Emitted when a drag operation starts on the resizer.",
13064
+ "name": "igcResizerDragStart"
13065
+ },
13066
+ {
13067
+ "description": "Emitted during resizer moving.",
13068
+ "name": "igcResizerMoved"
13069
+ },
13070
+ {
13071
+ "description": "Emitted when dragging ends on the resizer.",
13072
+ "name": "igcResizerDragEnd"
12874
13073
  },
12875
13074
  {
12876
13075
  "type": {
@@ -12883,60 +13082,13 @@
12883
13082
  }
12884
13083
  ],
12885
13084
  "attributes": [
12886
- {
12887
- "name": "use-fixed-size",
12888
- "type": {
12889
- "text": "boolean"
12890
- },
12891
- "default": "false",
12892
- "description": "Indicates whether the pane uses a fixed size.",
12893
- "fieldName": "useFixedSize",
12894
- "attribute": "use-fixed-size"
12895
- },
12896
- {
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
13085
  {
12927
13086
  "name": "orientation",
12928
- "description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
12929
13087
  "type": {
12930
- "text": "SplitPaneOrientation"
13088
+ "text": "ResizerLocation"
12931
13089
  },
13090
+ "description": "Specifies the orientation of the resizer.",
12932
13091
  "fieldName": "orientation"
12933
- },
12934
- {
12935
- "name": "size",
12936
- "type": {
12937
- "text": "number | undefined"
12938
- },
12939
- "fieldName": "size"
12940
13092
  }
12941
13093
  ],
12942
13094
  "mixins": [
@@ -12949,7 +13101,7 @@
12949
13101
  "name": "LitElement",
12950
13102
  "package": "lit"
12951
13103
  },
12952
- "tagName": "igc-split-pane",
13104
+ "tagName": "igc-resizer",
12953
13105
  "customElement": true
12954
13106
  }
12955
13107
  ],
@@ -12958,32 +13110,24 @@
12958
13110
  "kind": "js",
12959
13111
  "name": "default",
12960
13112
  "declaration": {
12961
- "name": "IgcSplitPaneComponent",
12962
- "module": "src/components/dockmanager/panes/split-pane-component.ts"
13113
+ "name": "IgcResizerComponent",
13114
+ "module": "src/components/dockmanager/panes/resizer-component.ts"
12963
13115
  }
12964
13116
  }
12965
13117
  ]
12966
13118
  },
12967
13119
  {
12968
13120
  "kind": "javascript-module",
12969
- "path": "src/components/dockmanager/panes/splitter-component.ts",
13121
+ "path": "src/components/dockmanager/panes/split-pane-component.ts",
12970
13122
  "declarations": [
12971
13123
  {
12972
13124
  "kind": "class",
12973
13125
  "description": "",
12974
- "name": "IgcSplitterComponent",
13126
+ "name": "IgcSplitPaneComponent",
12975
13127
  "cssParts": [
12976
13128
  {
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"
13129
+ "description": "The root split pane container.",
13130
+ "name": "split-pane"
12987
13131
  }
12988
13132
  ],
12989
13133
  "members": [
@@ -12996,7 +13140,7 @@
12996
13140
  "privacy": "public",
12997
13141
  "static": true,
12998
13142
  "readonly": true,
12999
- "default": "'igc-splitter-component'"
13143
+ "default": "'igc-split-pane'"
13000
13144
  },
13001
13145
  {
13002
13146
  "kind": "method",
@@ -13006,42 +13150,15 @@
13006
13150
  },
13007
13151
  {
13008
13152
  "kind": "field",
13009
- "name": "_paneSizes",
13010
- "type": {
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",
13153
+ "name": "_orientation",
13037
13154
  "type": {
13038
- "text": "IgcDragService | undefined"
13155
+ "text": "SplitPaneOrientation"
13039
13156
  },
13040
13157
  "privacy": "private"
13041
13158
  },
13042
13159
  {
13043
13160
  "kind": "field",
13044
- "name": "resizeEndEmitted",
13161
+ "name": "_parentUseFixedSize",
13045
13162
  "type": {
13046
13163
  "text": "boolean"
13047
13164
  },
@@ -13050,296 +13167,83 @@
13050
13167
  },
13051
13168
  {
13052
13169
  "kind": "field",
13053
- "name": "_splitPaneOrientation",
13170
+ "name": "orientation",
13171
+ "privacy": "public",
13172
+ "description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
13054
13173
  "type": {
13055
13174
  "text": "SplitPaneOrientation"
13056
13175
  },
13057
- "privacy": "private",
13058
- "default": "'horizontal'"
13059
- },
13060
- {
13061
- "kind": "field",
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"
13176
+ "attribute": "orientation"
13086
13177
  },
13087
13178
  {
13088
13179
  "kind": "field",
13089
- "name": "showDragGhost",
13180
+ "name": "useFixedSize",
13090
13181
  "type": {
13091
13182
  "text": "boolean"
13092
13183
  },
13093
13184
  "privacy": "public",
13094
13185
  "default": "false",
13095
- "description": "Indicates whether the drag ghost element is shown while resizing.",
13096
- "attribute": "show-drag-ghost"
13186
+ "description": "Indicates whether the pane uses a fixed size.",
13187
+ "attribute": "use-fixed-size"
13097
13188
  },
13098
13189
  {
13099
13190
  "kind": "field",
13100
13191
  "name": "parentUseFixedSize",
13101
- "type": {
13102
- "text": "boolean"
13103
- },
13104
13192
  "privacy": "public",
13105
- "default": "false",
13106
13193
  "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",
13194
+ "default": "false",
13195
+ "attribute": "parent-use-fixed-size",
13120
13196
  "type": {
13121
- "text": "UnpinnedLocation"
13122
- },
13123
- "privacy": "public",
13124
- "description": "Indicates the flyout location of the splitter.",
13125
- "attribute": "flyout-location"
13197
+ "text": "boolean"
13198
+ }
13126
13199
  },
13127
13200
  {
13128
13201
  "kind": "field",
13129
- "name": "scrollSpeed",
13202
+ "name": "size",
13130
13203
  "type": {
13131
13204
  "text": "number | undefined"
13132
13205
  },
13133
13206
  "privacy": "public",
13134
- "attribute": "scrollSpeed"
13135
- },
13136
- {
13137
- "kind": "field",
13138
- "name": "_ghostRef",
13139
- "type": {
13140
- "text": "HTMLElement"
13141
- },
13142
- "privacy": "private"
13143
- },
13144
- {
13145
- "kind": "field",
13146
- "name": "_splitterBaseRef",
13147
- "type": {
13148
- "text": "HTMLElement"
13149
- },
13150
- "privacy": "private"
13151
- },
13152
- {
13153
- "kind": "field",
13154
- "name": "dragStart",
13155
- "privacy": "private"
13156
- },
13157
- {
13158
- "kind": "field",
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"
13207
+ "attribute": "size"
13181
13208
  },
13182
13209
  {
13183
13210
  "kind": "field",
13184
- "name": "_handleKeyDown",
13185
- "privacy": "private"
13186
- },
13187
- {
13188
- "kind": "method",
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",
13221
- "privacy": "private"
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",
13211
+ "name": "_minResizeWidth",
13277
13212
  "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
- ]
13213
+ "default": "IGC_RESIZING_MIN_SIZE"
13291
13214
  },
13292
13215
  {
13293
- "kind": "method",
13294
- "name": "_isArrowRight",
13216
+ "kind": "field",
13217
+ "name": "_minResizeHeight",
13295
13218
  "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"
13219
+ "default": "IGC_RESIZING_MIN_SIZE"
13314
13220
  },
13315
13221
  {
13316
- "kind": "method",
13317
- "name": "_isVertical",
13318
- "privacy": "private"
13222
+ "kind": "field",
13223
+ "name": "minResizeWidth",
13224
+ "privacy": "public",
13225
+ "description": "The minimum width of child panes in pixels during resizing.",
13226
+ "default": "42",
13227
+ "attribute": "min-resize-width",
13228
+ "type": {
13229
+ "text": "number"
13230
+ }
13319
13231
  },
13320
13232
  {
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
- ]
13233
+ "kind": "field",
13234
+ "name": "minResizeHeight",
13235
+ "privacy": "public",
13236
+ "description": "The minimum height of child panes in pixels during resizing.",
13237
+ "default": "42",
13238
+ "attribute": "min-resize-height",
13239
+ "type": {
13240
+ "text": "number"
13241
+ }
13242
+ },
13243
+ {
13244
+ "kind": "method",
13245
+ "name": "_updateFlexStyle",
13246
+ "privacy": "private"
13343
13247
  },
13344
13248
  {
13345
13249
  "kind": "method",
@@ -13479,12 +13383,8 @@
13479
13383
  ],
13480
13384
  "events": [
13481
13385
  {
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"
13386
+ "description": "Emitted when the component is updated and rendered.",
13387
+ "name": "igcRendered"
13488
13388
  },
13489
13389
  {
13490
13390
  "type": {
@@ -13498,47 +13398,59 @@
13498
13398
  ],
13499
13399
  "attributes": [
13500
13400
  {
13501
- "name": "show-drag-ghost",
13401
+ "name": "use-fixed-size",
13502
13402
  "type": {
13503
13403
  "text": "boolean"
13504
13404
  },
13505
13405
  "default": "false",
13506
- "description": "Indicates whether the drag ghost element is shown while resizing.",
13507
- "fieldName": "showDragGhost",
13508
- "attribute": "show-drag-ghost"
13406
+ "description": "Indicates whether the pane uses a fixed size.",
13407
+ "fieldName": "useFixedSize",
13408
+ "attribute": "use-fixed-size"
13509
13409
  },
13510
13410
  {
13511
13411
  "name": "parent-use-fixed-size",
13512
- "type": {
13513
- "text": "boolean"
13514
- },
13515
- "default": "false",
13516
13412
  "description": "Indicates if the parent pane uses fixed pane sizes.",
13413
+ "default": "false",
13517
13414
  "fieldName": "parentUseFixedSize",
13518
- "attribute": "parent-use-fixed-size"
13415
+ "attribute": "parent-use-fixed-size",
13416
+ "type": {
13417
+ "text": "boolean"
13418
+ }
13519
13419
  },
13520
13420
  {
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"
13421
+ "name": "min-resize-width",
13422
+ "description": "The minimum width of child panes in pixels during resizing.",
13423
+ "default": "42",
13424
+ "fieldName": "minResizeWidth",
13425
+ "attribute": "min-resize-width",
13426
+ "type": {
13427
+ "text": "number"
13428
+ }
13526
13429
  },
13527
13430
  {
13528
- "name": "flyout-location",
13431
+ "name": "min-resize-height",
13432
+ "description": "The minimum height of child panes in pixels during resizing.",
13433
+ "default": "42",
13434
+ "fieldName": "minResizeHeight",
13435
+ "attribute": "min-resize-height",
13529
13436
  "type": {
13530
- "text": "UnpinnedLocation"
13437
+ "text": "number"
13438
+ }
13439
+ },
13440
+ {
13441
+ "name": "orientation",
13442
+ "description": "Defines the layout direction of the split pane: `horizontal` or `vertical`.",
13443
+ "type": {
13444
+ "text": "SplitPaneOrientation"
13531
13445
  },
13532
- "description": "Indicates the flyout location of the splitter.",
13533
- "fieldName": "flyoutLocation",
13534
- "attribute": "flyout-location"
13446
+ "fieldName": "orientation"
13535
13447
  },
13536
13448
  {
13537
- "name": "scrollSpeed",
13449
+ "name": "size",
13538
13450
  "type": {
13539
13451
  "text": "number | undefined"
13540
13452
  },
13541
- "fieldName": "scrollSpeed"
13453
+ "fieldName": "size"
13542
13454
  }
13543
13455
  ],
13544
13456
  "mixins": [
@@ -13551,7 +13463,7 @@
13551
13463
  "name": "LitElement",
13552
13464
  "package": "lit"
13553
13465
  },
13554
- "tagName": "igc-splitter-component",
13466
+ "tagName": "igc-split-pane",
13555
13467
  "customElement": true
13556
13468
  }
13557
13469
  ],
@@ -13560,54 +13472,32 @@
13560
13472
  "kind": "js",
13561
13473
  "name": "default",
13562
13474
  "declaration": {
13563
- "name": "IgcSplitterComponent",
13564
- "module": "src/components/dockmanager/panes/splitter-component.ts"
13475
+ "name": "IgcSplitPaneComponent",
13476
+ "module": "src/components/dockmanager/panes/split-pane-component.ts"
13565
13477
  }
13566
13478
  }
13567
13479
  ]
13568
13480
  },
13569
13481
  {
13570
13482
  "kind": "javascript-module",
13571
- "path": "src/components/dockmanager/panes/unpinned-pane-header-component.ts",
13483
+ "path": "src/components/dockmanager/panes/splitter-component.ts",
13572
13484
  "declarations": [
13573
13485
  {
13574
13486
  "kind": "class",
13575
13487
  "description": "",
13576
- "name": "IgcUnpinnedPaneHeaderComponent",
13488
+ "name": "IgcSplitterComponent",
13577
13489
  "cssParts": [
13578
13490
  {
13579
- "description": "The main container of the pane header.",
13580
- "name": "unpinned-pane-header"
13581
- },
13582
- {
13583
- "description": "Applied when the header is in a horizontal orientation.",
13584
- "name": "horizontal"
13585
- },
13586
- {
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"
13491
+ "description": "The main container of the splitter.",
13492
+ "name": "splitter"
13597
13493
  },
13598
13494
  {
13599
- "description": "Applied when the header is in active state.",
13600
- "name": "active"
13495
+ "description": "The draggable element that users interact with.",
13496
+ "name": "splitter-base"
13601
13497
  },
13602
13498
  {
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": ""
13499
+ "description": "The visual indicator (ghost element) shown during drag.",
13500
+ "name": "splitter-ghost"
13611
13501
  }
13612
13502
  ],
13613
13503
  "members": [
@@ -13620,259 +13510,206 @@
13620
13510
  "privacy": "public",
13621
13511
  "static": true,
13622
13512
  "readonly": true,
13623
- "default": "'igc-unpinned-pane-header'"
13513
+ "default": "'igc-splitter-component'"
13624
13514
  },
13625
13515
  {
13626
- "kind": "field",
13627
- "name": "_location",
13628
- "type": {
13629
- "text": "UnpinnedLocation"
13630
- },
13631
- "privacy": "private"
13516
+ "kind": "method",
13517
+ "name": "register",
13518
+ "privacy": "public",
13519
+ "static": true
13632
13520
  },
13633
13521
  {
13634
13522
  "kind": "field",
13635
- "name": "_isActive",
13523
+ "name": "_paneSizes",
13636
13524
  "type": {
13637
- "text": "boolean"
13525
+ "text": "number[] | null"
13638
13526
  },
13639
13527
  "privacy": "private",
13640
- "default": "false"
13528
+ "default": "null"
13641
13529
  },
13642
13530
  {
13643
13531
  "kind": "field",
13644
- "name": "_disabled",
13532
+ "name": "_paneMinSizes",
13645
13533
  "type": {
13646
- "text": "boolean"
13534
+ "text": "number[] | null"
13647
13535
  },
13648
13536
  "privacy": "private",
13649
- "default": "false"
13650
- },
13651
- {
13652
- "kind": "method",
13653
- "name": "register",
13654
- "privacy": "public",
13655
- "static": true
13656
- },
13657
- {
13658
- "kind": "field",
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"
13537
+ "default": "null"
13679
13538
  },
13680
13539
  {
13681
13540
  "kind": "field",
13682
- "name": "_dynamicStyles",
13541
+ "name": "_flyoutMaxSize",
13542
+ "type": {
13543
+ "text": "number"
13544
+ },
13683
13545
  "privacy": "private",
13684
- "readonly": true
13685
- },
13686
- {
13687
- "kind": "method",
13688
- "name": "_applyDynamicStyles",
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"
13546
+ "default": "0"
13758
13547
  },
13759
13548
  {
13760
- "description": "The article element which contains all items of the same group - panes or documents.",
13761
- "name": "group"
13549
+ "kind": "field",
13550
+ "name": "_dragService",
13551
+ "type": {
13552
+ "text": "IgcDragService | undefined"
13553
+ },
13554
+ "privacy": "private"
13762
13555
  },
13763
- {
13764
- "description": "The header element displayed above the group of panes/documents.",
13765
- "name": "title"
13766
- }
13767
- ],
13768
- "members": [
13769
13556
  {
13770
13557
  "kind": "field",
13771
- "name": "tagName",
13558
+ "name": "resizeEndEmitted",
13772
13559
  "type": {
13773
- "text": "string"
13560
+ "text": "boolean"
13774
13561
  },
13775
- "privacy": "public",
13776
- "static": true,
13777
- "readonly": true,
13778
- "default": "'igc-pane-navigator'"
13562
+ "privacy": "private",
13563
+ "default": "false"
13779
13564
  },
13780
13565
  {
13781
- "kind": "method",
13782
- "name": "register",
13783
- "privacy": "public",
13784
- "static": true
13566
+ "kind": "field",
13567
+ "name": "_splitPaneOrientation",
13568
+ "type": {
13569
+ "text": "SplitPaneOrientation"
13570
+ },
13571
+ "privacy": "private",
13572
+ "default": "'horizontal'"
13785
13573
  },
13786
13574
  {
13787
13575
  "kind": "field",
13788
- "name": "_paneNav",
13576
+ "name": "isRTL",
13789
13577
  "type": {
13790
- "text": "Ref<HTMLElement>"
13578
+ "text": "boolean"
13791
13579
  },
13792
- "privacy": "private"
13580
+ "privacy": "private",
13581
+ "readonly": true
13793
13582
  },
13794
13583
  {
13795
13584
  "kind": "field",
13796
- "name": "_allItems",
13585
+ "name": "_dragOffset",
13797
13586
  "type": {
13798
- "text": "IgcContentPane[]"
13587
+ "text": "number"
13799
13588
  },
13800
13589
  "privacy": "private",
13801
- "default": "[]"
13590
+ "default": "0"
13802
13591
  },
13803
13592
  {
13804
13593
  "kind": "field",
13805
- "name": "_allItemsElement",
13594
+ "name": "_hasCustomSplitterHandle",
13806
13595
  "type": {
13807
- "text": "HTMLElement[]"
13596
+ "text": "boolean"
13808
13597
  },
13809
13598
  "privacy": "private",
13810
- "default": "[]"
13599
+ "default": "false"
13811
13600
  },
13812
13601
  {
13813
13602
  "kind": "field",
13814
- "name": "activeDocuments",
13603
+ "name": "showDragGhost",
13815
13604
  "type": {
13816
- "text": "IgcContentPane[]"
13605
+ "text": "boolean"
13817
13606
  },
13818
13607
  "privacy": "public",
13819
- "default": "[]",
13820
- "description": "Determines currently visible documents.",
13821
- "attribute": "activeDocuments"
13608
+ "default": "false",
13609
+ "description": "Indicates whether the drag ghost element is shown while resizing.",
13610
+ "attribute": "show-drag-ghost"
13822
13611
  },
13823
13612
  {
13824
13613
  "kind": "field",
13825
- "name": "activePanes",
13614
+ "name": "parentUseFixedSize",
13826
13615
  "type": {
13827
- "text": "IgcContentPane[]"
13616
+ "text": "boolean"
13828
13617
  },
13829
13618
  "privacy": "public",
13830
- "default": "[]",
13831
- "description": "Determines currently visible panes.",
13832
- "attribute": "activePanes"
13619
+ "default": "false",
13620
+ "description": "Indicates if the parent pane uses fixed pane sizes.",
13621
+ "attribute": "parent-use-fixed-size"
13833
13622
  },
13834
13623
  {
13835
13624
  "kind": "field",
13836
- "name": "selectedIndex",
13625
+ "name": "splitPaneOrientation",
13626
+ "privacy": "public",
13627
+ "description": "Defines the orientation of the splitter based on the split pane orientation.",
13628
+ "default": "horizontal",
13629
+ "attribute": "split-pane-orientation"
13630
+ },
13631
+ {
13632
+ "kind": "field",
13633
+ "name": "flyoutLocation",
13837
13634
  "type": {
13838
- "text": "number"
13635
+ "text": "UnpinnedLocation"
13839
13636
  },
13840
13637
  "privacy": "public",
13841
- "description": "Determines the index of the selected item.",
13842
- "attribute": "selectedIndex"
13638
+ "description": "Indicates the flyout location of the splitter.",
13639
+ "attribute": "flyout-location"
13843
13640
  },
13844
13641
  {
13845
13642
  "kind": "field",
13846
- "name": "previousActivePaneIndex",
13643
+ "name": "scrollSpeed",
13847
13644
  "type": {
13848
- "text": "number"
13645
+ "text": "number | undefined"
13849
13646
  },
13850
13647
  "privacy": "public",
13851
- "description": "Determines the index of the previously selected item.",
13852
- "attribute": "previousActivePaneIndex"
13648
+ "attribute": "scrollSpeed"
13853
13649
  },
13854
13650
  {
13855
13651
  "kind": "field",
13856
- "name": "resourceStrings",
13652
+ "name": "_ghostRef",
13857
13653
  "type": {
13858
- "text": "IgcDockManagerResourceStrings | undefined"
13654
+ "text": "HTMLElement"
13859
13655
  },
13860
- "privacy": "public",
13861
- "description": "The resource strings for the pane navigator.",
13862
- "attribute": "resourceStrings"
13656
+ "privacy": "private"
13863
13657
  },
13864
13658
  {
13865
13659
  "kind": "field",
13866
- "name": "_handleKeyUp",
13660
+ "name": "_splitterBaseRef",
13661
+ "type": {
13662
+ "text": "HTMLElement"
13663
+ },
13867
13664
  "privacy": "private"
13868
13665
  },
13869
13666
  {
13870
- "kind": "method",
13667
+ "kind": "field",
13668
+ "name": "dragStart",
13669
+ "privacy": "private"
13670
+ },
13671
+ {
13672
+ "kind": "field",
13673
+ "name": "dragEnd",
13674
+ "privacy": "private"
13675
+ },
13676
+ {
13677
+ "kind": "field",
13678
+ "name": "dragMove",
13679
+ "privacy": "private"
13680
+ },
13681
+ {
13682
+ "kind": "field",
13683
+ "name": "_handlePointerDown",
13684
+ "privacy": "private"
13685
+ },
13686
+ {
13687
+ "kind": "field",
13688
+ "name": "_handlePointerUp",
13689
+ "privacy": "private"
13690
+ },
13691
+ {
13692
+ "kind": "field",
13693
+ "name": "applyAutoDrag",
13694
+ "privacy": "public"
13695
+ },
13696
+ {
13697
+ "kind": "field",
13871
13698
  "name": "_handleKeyDown",
13699
+ "privacy": "private"
13700
+ },
13701
+ {
13702
+ "kind": "method",
13703
+ "name": "_calculateOffset",
13872
13704
  "privacy": "private",
13705
+ "return": {
13706
+ "type": {
13707
+ "text": "number"
13708
+ }
13709
+ },
13873
13710
  "parameters": [
13874
13711
  {
13875
- "name": "event",
13712
+ "name": "e",
13876
13713
  "type": {
13877
13714
  "text": "KeyboardEvent"
13878
13715
  }
@@ -13881,120 +13718,139 @@
13881
13718
  },
13882
13719
  {
13883
13720
  "kind": "method",
13884
- "name": "_scrollItemToView",
13885
- "privacy": "private"
13886
- },
13887
- {
13888
- "kind": "method",
13889
- "name": "_navigateToIndex",
13721
+ "name": "_dragStartHelper",
13890
13722
  "privacy": "private",
13891
13723
  "parameters": [
13892
13724
  {
13893
- "name": "initialIndex",
13725
+ "name": "offset",
13894
13726
  "type": {
13895
13727
  "text": "number"
13896
13728
  }
13897
- },
13898
- {
13899
- "name": "direction",
13900
- "type": {
13901
- "text": "'next' | 'previous'"
13902
- }
13903
13729
  }
13904
13730
  ]
13905
13731
  },
13906
13732
  {
13907
13733
  "kind": "method",
13908
- "name": "_increaseSelectedIndex",
13734
+ "name": "_dragEndHelper",
13735
+ "privacy": "private"
13736
+ },
13737
+ {
13738
+ "kind": "method",
13739
+ "name": "_constrainFlyoutResize",
13740
+ "privacy": "private"
13741
+ },
13742
+ {
13743
+ "kind": "method",
13744
+ "name": "_constrainSplitPaneResize",
13745
+ "privacy": "private"
13746
+ },
13747
+ {
13748
+ "kind": "method",
13749
+ "name": "_handleSplitterHandleSlotChange",
13750
+ "privacy": "private"
13751
+ },
13752
+ {
13753
+ "kind": "method",
13754
+ "name": "_isArrowUp",
13909
13755
  "privacy": "private",
13756
+ "return": {
13757
+ "type": {
13758
+ "text": "boolean"
13759
+ }
13760
+ },
13910
13761
  "parameters": [
13911
13762
  {
13912
- "name": "amount",
13913
- "default": "1"
13763
+ "name": "event",
13764
+ "type": {
13765
+ "text": "KeyboardEvent"
13766
+ }
13914
13767
  }
13915
13768
  ]
13916
13769
  },
13917
13770
  {
13918
13771
  "kind": "method",
13919
- "name": "_decreaseSelectedIndex",
13772
+ "name": "_isArrowDown",
13920
13773
  "privacy": "private",
13774
+ "return": {
13775
+ "type": {
13776
+ "text": "boolean"
13777
+ }
13778
+ },
13921
13779
  "parameters": [
13922
13780
  {
13923
- "name": "amount",
13924
- "default": "1"
13781
+ "name": "event",
13782
+ "type": {
13783
+ "text": "KeyboardEvent"
13784
+ }
13925
13785
  }
13926
13786
  ]
13927
13787
  },
13928
13788
  {
13929
13789
  "kind": "method",
13930
- "name": "_resolveItemPart",
13790
+ "name": "_isArrowLeft",
13931
13791
  "privacy": "private",
13792
+ "return": {
13793
+ "type": {
13794
+ "text": "boolean"
13795
+ }
13796
+ },
13932
13797
  "parameters": [
13933
13798
  {
13934
- "name": "item",
13935
- "type": {
13936
- "text": "IgcContentPane"
13937
- }
13938
- },
13939
- {
13940
- "name": "index",
13941
- "type": {
13942
- "text": "number"
13943
- }
13944
- },
13945
- {
13946
- "name": "isDocHost",
13799
+ "name": "event",
13947
13800
  "type": {
13948
- "text": "boolean"
13801
+ "text": "KeyboardEvent"
13949
13802
  }
13950
13803
  }
13951
13804
  ]
13952
13805
  },
13953
13806
  {
13954
13807
  "kind": "method",
13955
- "name": "_selectItem",
13808
+ "name": "_isArrowRight",
13956
13809
  "privacy": "private",
13957
13810
  "return": {
13958
13811
  "type": {
13959
- "text": "void"
13812
+ "text": "boolean"
13960
13813
  }
13961
13814
  },
13962
13815
  "parameters": [
13963
13816
  {
13964
- "name": "index",
13965
- "type": {
13966
- "text": "number"
13967
- }
13968
- },
13969
- {
13970
- "name": "isDocHost",
13817
+ "name": "event",
13971
13818
  "type": {
13972
- "text": "boolean"
13819
+ "text": "KeyboardEvent"
13973
13820
  }
13974
13821
  }
13975
13822
  ]
13976
13823
  },
13977
13824
  {
13978
13825
  "kind": "method",
13979
- "name": "_renderItems",
13826
+ "name": "_isHorizontal",
13827
+ "privacy": "private"
13828
+ },
13829
+ {
13830
+ "kind": "method",
13831
+ "name": "_isVertical",
13832
+ "privacy": "private"
13833
+ },
13834
+ {
13835
+ "kind": "method",
13836
+ "name": "_getMinSize",
13980
13837
  "privacy": "private",
13838
+ "return": {
13839
+ "type": {
13840
+ "text": "number"
13841
+ }
13842
+ },
13981
13843
  "parameters": [
13982
13844
  {
13983
- "name": "title",
13984
- "type": {
13985
- "text": "string"
13986
- }
13987
- },
13988
- {
13989
- "name": "items",
13845
+ "name": "pane",
13990
13846
  "type": {
13991
- "text": "IgcContentPane[]"
13847
+ "text": "HTMLElement | undefined"
13992
13848
  }
13993
13849
  },
13994
13850
  {
13995
- "name": "isDocHost",
13851
+ "name": "orientation",
13996
13852
  "type": {
13997
- "text": "boolean"
13853
+ "text": "'horizontal' | 'vertical'"
13998
13854
  }
13999
13855
  }
14000
13856
  ]
@@ -14137,8 +13993,12 @@
14137
13993
  ],
14138
13994
  "events": [
14139
13995
  {
14140
- "description": "Fired when pane navigator is closed.",
14141
- "name": "igcClosed"
13996
+ "description": "Emitted when a resize interaction starts.",
13997
+ "name": "igcResizeStart"
13998
+ },
13999
+ {
14000
+ "description": "Emitted when the resize ends, passing the final size.",
14001
+ "name": "igcResizeEnd"
14142
14002
  },
14143
14003
  {
14144
14004
  "type": {
@@ -14152,46 +14012,47 @@
14152
14012
  ],
14153
14013
  "attributes": [
14154
14014
  {
14155
- "name": "activeDocuments",
14015
+ "name": "show-drag-ghost",
14156
14016
  "type": {
14157
- "text": "IgcContentPane[]"
14017
+ "text": "boolean"
14158
14018
  },
14159
- "default": "[]",
14160
- "description": "Determines currently visible documents.",
14161
- "fieldName": "activeDocuments"
14019
+ "default": "false",
14020
+ "description": "Indicates whether the drag ghost element is shown while resizing.",
14021
+ "fieldName": "showDragGhost",
14022
+ "attribute": "show-drag-ghost"
14162
14023
  },
14163
14024
  {
14164
- "name": "activePanes",
14025
+ "name": "parent-use-fixed-size",
14165
14026
  "type": {
14166
- "text": "IgcContentPane[]"
14027
+ "text": "boolean"
14167
14028
  },
14168
- "default": "[]",
14169
- "description": "Determines currently visible panes.",
14170
- "fieldName": "activePanes"
14029
+ "default": "false",
14030
+ "description": "Indicates if the parent pane uses fixed pane sizes.",
14031
+ "fieldName": "parentUseFixedSize",
14032
+ "attribute": "parent-use-fixed-size"
14171
14033
  },
14172
14034
  {
14173
- "name": "selectedIndex",
14174
- "type": {
14175
- "text": "number"
14176
- },
14177
- "description": "Determines the index of the selected item.",
14178
- "fieldName": "selectedIndex"
14035
+ "name": "split-pane-orientation",
14036
+ "description": "Defines the orientation of the splitter based on the split pane orientation.",
14037
+ "default": "horizontal",
14038
+ "fieldName": "splitPaneOrientation",
14039
+ "attribute": "split-pane-orientation"
14179
14040
  },
14180
14041
  {
14181
- "name": "previousActivePaneIndex",
14042
+ "name": "flyout-location",
14182
14043
  "type": {
14183
- "text": "number"
14044
+ "text": "UnpinnedLocation"
14184
14045
  },
14185
- "description": "Determines the index of the previously selected item.",
14186
- "fieldName": "previousActivePaneIndex"
14046
+ "description": "Indicates the flyout location of the splitter.",
14047
+ "fieldName": "flyoutLocation",
14048
+ "attribute": "flyout-location"
14187
14049
  },
14188
14050
  {
14189
- "name": "resourceStrings",
14051
+ "name": "scrollSpeed",
14190
14052
  "type": {
14191
- "text": "IgcDockManagerResourceStrings | undefined"
14053
+ "text": "number | undefined"
14192
14054
  },
14193
- "description": "The resource strings for the pane navigator.",
14194
- "fieldName": "resourceStrings"
14055
+ "fieldName": "scrollSpeed"
14195
14056
  }
14196
14057
  ],
14197
14058
  "mixins": [
@@ -14204,7 +14065,7 @@
14204
14065
  "name": "LitElement",
14205
14066
  "package": "lit"
14206
14067
  },
14207
- "tagName": "igc-pane-navigator",
14068
+ "tagName": "igc-splitter-component",
14208
14069
  "customElement": true
14209
14070
  }
14210
14071
  ],
@@ -14213,8 +14074,177 @@
14213
14074
  "kind": "js",
14214
14075
  "name": "default",
14215
14076
  "declaration": {
14216
- "name": "IgcPaneNavigatorComponent",
14217
- "module": "src/components/dockmanager/pane-navigator/pane-navigator-component.ts"
14077
+ "name": "IgcSplitterComponent",
14078
+ "module": "src/components/dockmanager/panes/splitter-component.ts"
14079
+ }
14080
+ }
14081
+ ]
14082
+ },
14083
+ {
14084
+ "kind": "javascript-module",
14085
+ "path": "src/components/dockmanager/panes/unpinned-pane-header-component.ts",
14086
+ "declarations": [
14087
+ {
14088
+ "kind": "class",
14089
+ "description": "",
14090
+ "name": "IgcUnpinnedPaneHeaderComponent",
14091
+ "cssParts": [
14092
+ {
14093
+ "description": "The main container of the pane header.",
14094
+ "name": "unpinned-pane-header"
14095
+ },
14096
+ {
14097
+ "description": "Applied when the header is in a horizontal orientation.",
14098
+ "name": "horizontal"
14099
+ },
14100
+ {
14101
+ "description": "Applied when the header is in a vertical orientation.",
14102
+ "name": "vertical"
14103
+ },
14104
+ {
14105
+ "description": "Applied when the header is on the left or top side.",
14106
+ "name": "start"
14107
+ },
14108
+ {
14109
+ "description": "Applied when the header is on the right or bottom side.",
14110
+ "name": "end"
14111
+ },
14112
+ {
14113
+ "description": "Applied when the header is in active state.",
14114
+ "name": "active"
14115
+ },
14116
+ {
14117
+ "description": "Applied when the header is disabled.",
14118
+ "name": "disabled"
14119
+ }
14120
+ ],
14121
+ "slots": [
14122
+ {
14123
+ "description": "Default slot for the pane header content.",
14124
+ "name": ""
14125
+ }
14126
+ ],
14127
+ "members": [
14128
+ {
14129
+ "kind": "field",
14130
+ "name": "tagName",
14131
+ "type": {
14132
+ "text": "string"
14133
+ },
14134
+ "privacy": "public",
14135
+ "static": true,
14136
+ "readonly": true,
14137
+ "default": "'igc-unpinned-pane-header'"
14138
+ },
14139
+ {
14140
+ "kind": "field",
14141
+ "name": "_location",
14142
+ "type": {
14143
+ "text": "UnpinnedLocation"
14144
+ },
14145
+ "privacy": "private"
14146
+ },
14147
+ {
14148
+ "kind": "field",
14149
+ "name": "_isActive",
14150
+ "type": {
14151
+ "text": "boolean"
14152
+ },
14153
+ "privacy": "private",
14154
+ "default": "false"
14155
+ },
14156
+ {
14157
+ "kind": "field",
14158
+ "name": "_disabled",
14159
+ "type": {
14160
+ "text": "boolean"
14161
+ },
14162
+ "privacy": "private",
14163
+ "default": "false"
14164
+ },
14165
+ {
14166
+ "kind": "method",
14167
+ "name": "register",
14168
+ "privacy": "public",
14169
+ "static": true
14170
+ },
14171
+ {
14172
+ "kind": "field",
14173
+ "name": "location",
14174
+ "privacy": "public",
14175
+ "description": "The location where the unpinned pane is docked.",
14176
+ "attribute": "location"
14177
+ },
14178
+ {
14179
+ "kind": "field",
14180
+ "name": "isActive",
14181
+ "privacy": "public",
14182
+ "description": "Indicates whether the unpinned pane header is active.",
14183
+ "default": "false",
14184
+ "attribute": "isActive"
14185
+ },
14186
+ {
14187
+ "kind": "field",
14188
+ "name": "disabled",
14189
+ "privacy": "public",
14190
+ "description": "Indicates whether the unpinned pane header is disabled.",
14191
+ "default": "false",
14192
+ "attribute": "disabled"
14193
+ },
14194
+ {
14195
+ "kind": "field",
14196
+ "name": "_dynamicStyles",
14197
+ "privacy": "private",
14198
+ "readonly": true
14199
+ },
14200
+ {
14201
+ "kind": "method",
14202
+ "name": "_applyDynamicStyles",
14203
+ "privacy": "private"
14204
+ }
14205
+ ],
14206
+ "attributes": [
14207
+ {
14208
+ "name": "is-active",
14209
+ "description": "Indicates whether the unpinned pane header is active.",
14210
+ "default": "false",
14211
+ "fieldName": "isActive"
14212
+ },
14213
+ {
14214
+ "name": "disabled",
14215
+ "description": "Indicates whether the unpinned pane header is disabled.",
14216
+ "default": "false",
14217
+ "fieldName": "disabled",
14218
+ "attribute": "disabled"
14219
+ },
14220
+ {
14221
+ "name": "location",
14222
+ "description": "The location where the unpinned pane is docked.",
14223
+ "fieldName": "location"
14224
+ },
14225
+ {
14226
+ "name": "isActive",
14227
+ "description": "Indicates whether the unpinned pane header is active.",
14228
+ "default": "false",
14229
+ "attribute": "is-active",
14230
+ "fieldName": "isActive"
14231
+ }
14232
+ ],
14233
+ "superclass": {
14234
+ "name": "LitElement",
14235
+ "package": "lit"
14236
+ },
14237
+ "tagName": "igc-unpinned-pane-header",
14238
+ "customElement": true
14239
+ }
14240
+ ],
14241
+ "exports": [
14242
+ {
14243
+ "kind": "js",
14244
+ "name": "default",
14245
+ "declaration": {
14246
+ "name": "IgcUnpinnedPaneHeaderComponent",
14247
+ "module": "src/components/dockmanager/panes/unpinned-pane-header-component.ts"
14218
14248
  }
14219
14249
  }
14220
14250
  ]