igniteui-webcomponents-layouts 7.1.1-beta.2 → 7.1.1-beta.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.
Files changed (584) hide show
  1. package/entry-points.json +28 -0
  2. package/esm2022/lib/ComboEditor.d.ts +1 -0
  3. package/esm2022/lib/ComboEditor.js +7 -0
  4. package/esm2022/lib/ComboEditorBridge.d.ts +20 -0
  5. package/esm2022/lib/ComboEditorBridge.js +159 -0
  6. package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.d.ts +13 -0
  7. package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.js +20 -0
  8. package/esm2022/lib/ComboEditorDataSourceNotificationHandler.d.ts +1 -0
  9. package/esm2022/lib/ComboEditorDataSourceNotificationHandler.js +7 -0
  10. package/esm2022/lib/ComboEditorGotFocusEventArgs.d.ts +7 -0
  11. package/esm2022/lib/ComboEditorGotFocusEventArgs.js +14 -0
  12. package/esm2022/lib/ComboEditorLostFocusEventArgs.d.ts +7 -0
  13. package/esm2022/lib/ComboEditorLostFocusEventArgs.js +14 -0
  14. package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.d.ts +20 -0
  15. package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.js +59 -0
  16. package/esm2022/lib/ComboEditorSelectedItemChangeType.d.ts +13 -0
  17. package/esm2022/lib/ComboEditorSelectedItemChangeType.js +20 -0
  18. package/esm2022/lib/ComboEditorTextChangedEventArgs.d.ts +12 -0
  19. package/esm2022/lib/ComboEditorTextChangedEventArgs.js +27 -0
  20. package/esm2022/lib/ComboEditorValueChangedEventArgs.d.ts +12 -0
  21. package/esm2022/lib/ComboEditorValueChangedEventArgs.js +27 -0
  22. package/esm2022/lib/ComboEditorView.d.ts +1 -0
  23. package/esm2022/lib/ComboEditorView.js +7 -0
  24. package/esm2022/lib/ComboEditorView_combined.d.ts +483 -0
  25. package/esm2022/lib/ComboEditorView_combined.js +2563 -0
  26. package/esm2022/lib/ComboEditorVisualModelExport.d.ts +72 -0
  27. package/esm2022/lib/ComboEditorVisualModelExport.js +181 -0
  28. package/esm2022/lib/DrillDownRequestedEventArgs.d.ts +1 -0
  29. package/esm2022/lib/DrillDownRequestedEventArgs.js +7 -0
  30. package/esm2022/lib/ExpansionPanelUtilities.d.ts +12 -0
  31. package/esm2022/lib/ExpansionPanelUtilities.js +35 -0
  32. package/esm2022/lib/ExpansionPanelView.d.ts +1 -0
  33. package/esm2022/lib/ExpansionPanelView.js +7 -0
  34. package/esm2022/lib/ExpansionPanelView_combined.d.ts +156 -0
  35. package/esm2022/lib/ExpansionPanelView_combined.js +708 -0
  36. package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
  37. package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
  38. package/esm2022/lib/IExternalListPanel.d.ts +17 -0
  39. package/esm2022/lib/IExternalListPanel.js +11 -0
  40. package/esm2022/lib/IExternalToolPanel.d.ts +13 -0
  41. package/esm2022/lib/IExternalToolPanel.js +11 -0
  42. package/esm2022/lib/IExternalToolbar.d.ts +13 -0
  43. package/esm2022/lib/IExternalToolbar.js +11 -0
  44. package/esm2022/lib/IListPanelView.d.ts +27 -0
  45. package/esm2022/lib/IListPanelView.js +11 -0
  46. package/esm2022/lib/IListPanelViewportManager.d.ts +11 -0
  47. package/esm2022/lib/IListPanelViewportManager.js +11 -0
  48. package/esm2022/lib/INativeUIToolPanelBridge.d.ts +38 -0
  49. package/esm2022/lib/INativeUIToolPanelBridge.js +12 -0
  50. package/esm2022/lib/INativeUIToolbarBridge.d.ts +31 -0
  51. package/esm2022/lib/INativeUIToolbarBridge.js +12 -0
  52. package/esm2022/lib/IPropertyEditorPanelView.d.ts +26 -0
  53. package/esm2022/lib/IPropertyEditorPanelView.js +11 -0
  54. package/esm2022/lib/IToolPanelView.d.ts +32 -0
  55. package/esm2022/lib/IToolPanelView.js +11 -0
  56. package/esm2022/lib/IToolbarView.d.ts +26 -0
  57. package/esm2022/lib/IToolbarView.js +11 -0
  58. package/esm2022/lib/LayoutPrimaryKeyValue.d.ts +21 -0
  59. package/esm2022/lib/LayoutPrimaryKeyValue.js +101 -0
  60. package/esm2022/lib/LayoutSelectedItemsCollection.d.ts +30 -0
  61. package/esm2022/lib/LayoutSelectedItemsCollection.js +157 -0
  62. package/esm2022/lib/LayoutSelectedKeysCollection.d.ts +31 -0
  63. package/esm2022/lib/LayoutSelectedKeysCollection.js +158 -0
  64. package/esm2022/lib/ListPanel.d.ts +1 -0
  65. package/esm2022/lib/ListPanel.js +7 -0
  66. package/esm2022/lib/ListPanelActivationManager.d.ts +1 -0
  67. package/esm2022/lib/ListPanelActivationManager.js +7 -0
  68. package/esm2022/lib/ListPanelActivationMode.d.ts +18 -0
  69. package/esm2022/lib/ListPanelActivationMode.js +25 -0
  70. package/esm2022/lib/ListPanelActiveRowChangedEventArgs.d.ts +13 -0
  71. package/esm2022/lib/ListPanelActiveRowChangedEventArgs.js +31 -0
  72. package/esm2022/lib/ListPanelColumnDefinition.d.ts +8 -0
  73. package/esm2022/lib/ListPanelColumnDefinition.js +18 -0
  74. package/esm2022/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
  75. package/esm2022/lib/ListPanelContentRebindEventArgs.js +24 -0
  76. package/esm2022/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
  77. package/esm2022/lib/ListPanelContentRecycledEventArgs.js +24 -0
  78. package/esm2022/lib/ListPanelContentRefreshedEventArgs.d.ts +8 -0
  79. package/esm2022/lib/ListPanelContentRefreshedEventArgs.js +17 -0
  80. package/esm2022/lib/ListPanelDataBindingEventArgs.d.ts +10 -0
  81. package/esm2022/lib/ListPanelDataBindingEventArgs.js +20 -0
  82. package/esm2022/lib/ListPanelDataSourceNotificationBridge.d.ts +1 -0
  83. package/esm2022/lib/ListPanelDataSourceNotificationBridge.js +7 -0
  84. package/esm2022/lib/ListPanelItemEventArgs.d.ts +1 -0
  85. package/esm2022/lib/ListPanelItemEventArgs.js +7 -0
  86. package/esm2022/lib/ListPanelItemModel.d.ts +1 -0
  87. package/esm2022/lib/ListPanelItemModel.js +7 -0
  88. package/esm2022/lib/ListPanelItemPresenter.d.ts +9 -0
  89. package/esm2022/lib/ListPanelItemPresenter.js +18 -0
  90. package/esm2022/lib/ListPanelItemVisualData.d.ts +15 -0
  91. package/esm2022/lib/ListPanelItemVisualData.js +37 -0
  92. package/esm2022/lib/ListPanelLayoutPanel.d.ts +1 -0
  93. package/esm2022/lib/ListPanelLayoutPanel.js +7 -0
  94. package/esm2022/lib/ListPanelOrientation.d.ts +10 -0
  95. package/esm2022/lib/ListPanelOrientation.js +17 -0
  96. package/esm2022/lib/ListPanelPrimaryKeyValue.d.ts +19 -0
  97. package/esm2022/lib/ListPanelPrimaryKeyValue.js +85 -0
  98. package/esm2022/lib/ListPanelRowRange.d.ts +14 -0
  99. package/esm2022/lib/ListPanelRowRange.js +36 -0
  100. package/esm2022/lib/ListPanelScrollerKeyboardListener.d.ts +28 -0
  101. package/esm2022/lib/ListPanelScrollerKeyboardListener.js +67 -0
  102. package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.d.ts +17 -0
  103. package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.js +38 -0
  104. package/esm2022/lib/ListPanelSelectedItemsCollection.d.ts +14 -0
  105. package/esm2022/lib/ListPanelSelectedItemsCollection.js +40 -0
  106. package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.d.ts +17 -0
  107. package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.js +38 -0
  108. package/esm2022/lib/ListPanelSelectedKeysCollection.d.ts +31 -0
  109. package/esm2022/lib/ListPanelSelectedKeysCollection.js +158 -0
  110. package/esm2022/lib/ListPanelSelectionBehavior.d.ts +18 -0
  111. package/esm2022/lib/ListPanelSelectionBehavior.js +25 -0
  112. package/esm2022/lib/ListPanelSelectionChangedEventArgs.d.ts +7 -0
  113. package/esm2022/lib/ListPanelSelectionChangedEventArgs.js +14 -0
  114. package/esm2022/lib/ListPanelSelectionManager.d.ts +1 -0
  115. package/esm2022/lib/ListPanelSelectionManager.js +7 -0
  116. package/esm2022/lib/ListPanelSelectionMode.d.ts +22 -0
  117. package/esm2022/lib/ListPanelSelectionMode.js +29 -0
  118. package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.d.ts +10 -0
  119. package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.js +20 -0
  120. package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.d.ts +1 -0
  121. package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.js +7 -0
  122. package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.d.ts +10 -0
  123. package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.js +20 -0
  124. package/esm2022/lib/ListPanelView.d.ts +1 -0
  125. package/esm2022/lib/ListPanelView.js +7 -0
  126. package/esm2022/lib/ListPanelView_combined.d.ts +577 -0
  127. package/esm2022/lib/ListPanelView_combined.js +3942 -0
  128. package/esm2022/lib/ListPanelViewportChangedEventArgs.d.ts +15 -0
  129. package/esm2022/lib/ListPanelViewportChangedEventArgs.js +25 -0
  130. package/esm2022/lib/ListPanelVisualData.d.ts +17 -0
  131. package/esm2022/lib/ListPanelVisualData.js +47 -0
  132. package/esm2022/lib/ListPanelVisualModel.d.ts +13 -0
  133. package/esm2022/lib/ListPanelVisualModel.js +25 -0
  134. package/esm2022/lib/NativeUIContentRefreshedEventArgs.d.ts +7 -0
  135. package/esm2022/lib/NativeUIContentRefreshedEventArgs.js +14 -0
  136. package/esm2022/lib/NativeUILayoutFactory.d.ts +1 -0
  137. package/esm2022/lib/NativeUILayoutFactory.js +7 -0
  138. package/esm2022/lib/NativeUILayoutFactory_combined.d.ts +2400 -0
  139. package/esm2022/lib/NativeUILayoutFactory_combined.js +14724 -0
  140. package/esm2022/lib/NativeUIToolPanel.d.ts +1 -0
  141. package/esm2022/lib/NativeUIToolPanel.js +7 -0
  142. package/esm2022/lib/NativeUIToolbar.d.ts +1 -0
  143. package/esm2022/lib/NativeUIToolbar.js +7 -0
  144. package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.d.ts +7 -0
  145. package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.js +14 -0
  146. package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.d.ts +7 -0
  147. package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +14 -0
  148. package/esm2022/lib/NestedActionMode.d.ts +11 -0
  149. package/esm2022/lib/NestedActionMode.js +18 -0
  150. package/esm2022/lib/OnCollapsedEventArgs.d.ts +7 -0
  151. package/esm2022/lib/OnCollapsedEventArgs.js +14 -0
  152. package/esm2022/lib/OnExpandedEventArgs.d.ts +7 -0
  153. package/esm2022/lib/OnExpandedEventArgs.js +14 -0
  154. package/esm2022/lib/PanelAnimationRequest.d.ts +1 -0
  155. package/esm2022/lib/PanelAnimationRequest.js +7 -0
  156. package/esm2022/lib/PanelInfo.d.ts +1 -0
  157. package/esm2022/lib/PanelInfo.js +7 -0
  158. package/esm2022/lib/PropertyEditorDataSource.d.ts +1 -0
  159. package/esm2022/lib/PropertyEditorDataSource.js +7 -0
  160. package/esm2022/lib/PropertyEditorDataSource_combined.d.ts +162 -0
  161. package/esm2022/lib/PropertyEditorDataSource_combined.js +694 -0
  162. package/esm2022/lib/PropertyEditorDescriptionObject.d.ts +1 -0
  163. package/esm2022/lib/PropertyEditorDescriptionObject.js +7 -0
  164. package/esm2022/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
  165. package/esm2022/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
  166. package/esm2022/lib/PropertyEditorPanel.d.ts +1 -0
  167. package/esm2022/lib/PropertyEditorPanel.js +7 -0
  168. package/esm2022/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
  169. package/esm2022/lib/PropertyEditorPanelColumnDefinition.js +53 -0
  170. package/esm2022/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
  171. package/esm2022/lib/PropertyEditorPanelColumnFieldType.js +11 -0
  172. package/esm2022/lib/PropertyEditorPanelColumnType.d.ts +12 -0
  173. package/esm2022/lib/PropertyEditorPanelColumnType.js +11 -0
  174. package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.d.ts +10 -0
  175. package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.js +24 -0
  176. package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
  177. package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.js +20 -0
  178. package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
  179. package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.js +19 -0
  180. package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
  181. package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +20 -0
  182. package/esm2022/lib/PropertyEditorPanelUpdateMode.d.ts +10 -0
  183. package/esm2022/lib/PropertyEditorPanelUpdateMode.js +17 -0
  184. package/esm2022/lib/PropertyEditorPanelView.d.ts +1 -0
  185. package/esm2022/lib/PropertyEditorPanelView.js +7 -0
  186. package/esm2022/lib/PropertyEditorPanelView_combined.d.ts +177 -0
  187. package/esm2022/lib/PropertyEditorPanelView_combined.js +1105 -0
  188. package/esm2022/lib/PropertyEditorPropertyDescription.d.ts +1 -0
  189. package/esm2022/lib/PropertyEditorPropertyDescription.js +7 -0
  190. package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
  191. package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +14 -0
  192. package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +10 -0
  193. package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +24 -0
  194. package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.d.ts +1 -0
  195. package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.js +7 -0
  196. package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
  197. package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
  198. package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +16 -0
  199. package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +38 -0
  200. package/esm2022/lib/PropertyEditorTreeTransformer.d.ts +21 -0
  201. package/esm2022/lib/PropertyEditorTreeTransformer.js +243 -0
  202. package/esm2022/lib/PropertyEditorValueType.d.ts +33 -0
  203. package/esm2022/lib/PropertyEditorValueType.js +40 -0
  204. package/esm2022/lib/ToolAction.d.ts +1 -0
  205. package/esm2022/lib/ToolAction.js +7 -0
  206. package/esm2022/lib/ToolActionButton.d.ts +1 -0
  207. package/esm2022/lib/ToolActionButton.js +7 -0
  208. package/esm2022/lib/ToolActionButtonDisplayType.d.ts +13 -0
  209. package/esm2022/lib/ToolActionButtonDisplayType.js +20 -0
  210. package/esm2022/lib/ToolActionButtonGroupDisplayType.d.ts +12 -0
  211. package/esm2022/lib/ToolActionButtonGroupDisplayType.js +19 -0
  212. package/esm2022/lib/ToolActionButtonPair.d.ts +1 -0
  213. package/esm2022/lib/ToolActionButtonPair.js +7 -0
  214. package/esm2022/lib/ToolActionButtonPairVisualData.d.ts +20 -0
  215. package/esm2022/lib/ToolActionButtonPairVisualData.js +37 -0
  216. package/esm2022/lib/ToolActionButtonVisualData.d.ts +11 -0
  217. package/esm2022/lib/ToolActionButtonVisualData.js +24 -0
  218. package/esm2022/lib/ToolActionCheckbox.d.ts +1 -0
  219. package/esm2022/lib/ToolActionCheckbox.js +7 -0
  220. package/esm2022/lib/ToolActionCheckboxGroup.d.ts +1 -0
  221. package/esm2022/lib/ToolActionCheckboxGroup.js +7 -0
  222. package/esm2022/lib/ToolActionCheckboxGroupVisualData.d.ts +13 -0
  223. package/esm2022/lib/ToolActionCheckboxGroupVisualData.js +23 -0
  224. package/esm2022/lib/ToolActionCheckboxList.d.ts +1 -0
  225. package/esm2022/lib/ToolActionCheckboxList.js +7 -0
  226. package/esm2022/lib/ToolActionCheckboxListIndexType.d.ts +9 -0
  227. package/esm2022/lib/ToolActionCheckboxListIndexType.js +16 -0
  228. package/esm2022/lib/ToolActionCheckboxListVisualData.d.ts +11 -0
  229. package/esm2022/lib/ToolActionCheckboxListVisualData.js +24 -0
  230. package/esm2022/lib/ToolActionCheckboxVisualData.d.ts +11 -0
  231. package/esm2022/lib/ToolActionCheckboxVisualData.js +24 -0
  232. package/esm2022/lib/ToolActionCollection.d.ts +1 -0
  233. package/esm2022/lib/ToolActionCollection.js +7 -0
  234. package/esm2022/lib/ToolActionColorEditor.d.ts +1 -0
  235. package/esm2022/lib/ToolActionColorEditor.js +7 -0
  236. package/esm2022/lib/ToolActionColorEditorVisualData.d.ts +11 -0
  237. package/esm2022/lib/ToolActionColorEditorVisualData.js +24 -0
  238. package/esm2022/lib/ToolActionCombo.d.ts +1 -0
  239. package/esm2022/lib/ToolActionCombo.js +7 -0
  240. package/esm2022/lib/ToolActionComboVisualData.d.ts +11 -0
  241. package/esm2022/lib/ToolActionComboVisualData.js +24 -0
  242. package/esm2022/lib/ToolActionEventDetail.d.ts +16 -0
  243. package/esm2022/lib/ToolActionEventDetail.js +25 -0
  244. package/esm2022/lib/ToolActionEventDetailCollection.d.ts +10 -0
  245. package/esm2022/lib/ToolActionEventDetailCollection.js +19 -0
  246. package/esm2022/lib/ToolActionFieldSelector.d.ts +1 -0
  247. package/esm2022/lib/ToolActionFieldSelector.js +7 -0
  248. package/esm2022/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  249. package/esm2022/lib/ToolActionFieldSelectorAggregation.js +38 -0
  250. package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  251. package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.js +158 -0
  252. package/esm2022/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  253. package/esm2022/lib/ToolActionFieldSelectorEventType.js +16 -0
  254. package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  255. package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.js +38 -0
  256. package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  257. package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +158 -0
  258. package/esm2022/lib/ToolActionFieldSelectorType.d.ts +9 -0
  259. package/esm2022/lib/ToolActionFieldSelectorType.js +16 -0
  260. package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  261. package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +24 -0
  262. package/esm2022/lib/ToolActionGroupHeader.d.ts +1 -0
  263. package/esm2022/lib/ToolActionGroupHeader.js +7 -0
  264. package/esm2022/lib/ToolActionGroupHeaderVisualData.d.ts +11 -0
  265. package/esm2022/lib/ToolActionGroupHeaderVisualData.js +24 -0
  266. package/esm2022/lib/ToolActionIconButton.d.ts +1 -0
  267. package/esm2022/lib/ToolActionIconButton.js +7 -0
  268. package/esm2022/lib/ToolActionIconMenu.d.ts +1 -0
  269. package/esm2022/lib/ToolActionIconMenu.js +7 -0
  270. package/esm2022/lib/ToolActionIconMenuVisualData.d.ts +11 -0
  271. package/esm2022/lib/ToolActionIconMenuVisualData.js +24 -0
  272. package/esm2022/lib/ToolActionLabel.d.ts +1 -0
  273. package/esm2022/lib/ToolActionLabel.js +7 -0
  274. package/esm2022/lib/ToolActionLabelVisualData.d.ts +11 -0
  275. package/esm2022/lib/ToolActionLabelVisualData.js +24 -0
  276. package/esm2022/lib/ToolActionMeasurementContext.d.ts +17 -0
  277. package/esm2022/lib/ToolActionMeasurementContext.js +30 -0
  278. package/esm2022/lib/ToolActionNumberInput.d.ts +1 -0
  279. package/esm2022/lib/ToolActionNumberInput.js +7 -0
  280. package/esm2022/lib/ToolActionNumberInputVisualData.d.ts +11 -0
  281. package/esm2022/lib/ToolActionNumberInputVisualData.js +24 -0
  282. package/esm2022/lib/ToolActionPerformedEventArgs.d.ts +13 -0
  283. package/esm2022/lib/ToolActionPerformedEventArgs.js +22 -0
  284. package/esm2022/lib/ToolActionPopupOpeningEventArgs.d.ts +1 -0
  285. package/esm2022/lib/ToolActionPopupOpeningEventArgs.js +7 -0
  286. package/esm2022/lib/ToolActionRadio.d.ts +1 -0
  287. package/esm2022/lib/ToolActionRadio.js +7 -0
  288. package/esm2022/lib/ToolActionRadioGroup.d.ts +1 -0
  289. package/esm2022/lib/ToolActionRadioGroup.js +7 -0
  290. package/esm2022/lib/ToolActionRadioGroupVisualData.d.ts +13 -0
  291. package/esm2022/lib/ToolActionRadioGroupVisualData.js +23 -0
  292. package/esm2022/lib/ToolActionRadioVisualData.d.ts +11 -0
  293. package/esm2022/lib/ToolActionRadioVisualData.js +24 -0
  294. package/esm2022/lib/ToolActionSeparator.d.ts +1 -0
  295. package/esm2022/lib/ToolActionSeparator.js +7 -0
  296. package/esm2022/lib/ToolActionSeparatorVisualData.d.ts +9 -0
  297. package/esm2022/lib/ToolActionSeparatorVisualData.js +18 -0
  298. package/esm2022/lib/ToolActionSubPanel.d.ts +1 -0
  299. package/esm2022/lib/ToolActionSubPanel.js +7 -0
  300. package/esm2022/lib/ToolActionSubPanelVisualData.d.ts +11 -0
  301. package/esm2022/lib/ToolActionSubPanelVisualData.js +24 -0
  302. package/esm2022/lib/ToolActionTextInput.d.ts +1 -0
  303. package/esm2022/lib/ToolActionTextInput.js +7 -0
  304. package/esm2022/lib/ToolActionTextInputVisualData.d.ts +11 -0
  305. package/esm2022/lib/ToolActionTextInputVisualData.js +24 -0
  306. package/esm2022/lib/ToolActionVisualData.d.ts +26 -0
  307. package/esm2022/lib/ToolActionVisualData.js +58 -0
  308. package/esm2022/lib/ToolCommandEventArgs.d.ts +11 -0
  309. package/esm2022/lib/ToolCommandEventArgs.js +19 -0
  310. package/esm2022/lib/ToolContextBinding.d.ts +25 -0
  311. package/esm2022/lib/ToolContextBinding.js +74 -0
  312. package/esm2022/lib/ToolContextBindingCollection.d.ts +12 -0
  313. package/esm2022/lib/ToolContextBindingCollection.js +26 -0
  314. package/esm2022/lib/ToolPanel.d.ts +1 -0
  315. package/esm2022/lib/ToolPanel.js +7 -0
  316. package/esm2022/lib/ToolPanelContentRefreshedEventArgs.d.ts +8 -0
  317. package/esm2022/lib/ToolPanelContentRefreshedEventArgs.js +17 -0
  318. package/esm2022/lib/ToolPanelContext.d.ts +21 -0
  319. package/esm2022/lib/ToolPanelContext.js +74 -0
  320. package/esm2022/lib/ToolPanelContextChangedEventArgs.d.ts +10 -0
  321. package/esm2022/lib/ToolPanelContextChangedEventArgs.js +20 -0
  322. package/esm2022/lib/ToolPanelContextSwappedEventArgs.d.ts +7 -0
  323. package/esm2022/lib/ToolPanelContextSwappedEventArgs.js +14 -0
  324. package/esm2022/lib/ToolPanelDropdownMenuVisualData.d.ts +1 -0
  325. package/esm2022/lib/ToolPanelDropdownMenuVisualData.js +7 -0
  326. package/esm2022/lib/ToolPanelIconRepository.d.ts +13 -0
  327. package/esm2022/lib/ToolPanelIconRepository.js +30 -0
  328. package/esm2022/lib/ToolPanelOrientation.d.ts +10 -0
  329. package/esm2022/lib/ToolPanelOrientation.js +17 -0
  330. package/esm2022/lib/ToolPanelView.d.ts +1 -0
  331. package/esm2022/lib/ToolPanelView.js +7 -0
  332. package/esm2022/lib/ToolPanelVisualData.d.ts +1 -0
  333. package/esm2022/lib/ToolPanelVisualData.js +7 -0
  334. package/esm2022/lib/ToolPanelVisualData_combined.d.ts +24 -0
  335. package/esm2022/lib/ToolPanelVisualData_combined.js +70 -0
  336. package/esm2022/lib/ToolPanelsPresenter.d.ts +1 -0
  337. package/esm2022/lib/ToolPanelsPresenter.js +7 -0
  338. package/esm2022/lib/Toolbar.d.ts +1 -0
  339. package/esm2022/lib/Toolbar.js +7 -0
  340. package/esm2022/lib/ToolbarContextAccessor.d.ts +1 -0
  341. package/esm2022/lib/ToolbarContextAccessor.js +7 -0
  342. package/esm2022/lib/ToolbarIconManager.d.ts +10 -0
  343. package/esm2022/lib/ToolbarIconManager.js +38 -0
  344. package/esm2022/lib/ToolbarOrientation.d.ts +10 -0
  345. package/esm2022/lib/ToolbarOrientation.js +17 -0
  346. package/esm2022/lib/ToolbarSubMenuClosingEventArgs.d.ts +8 -0
  347. package/esm2022/lib/ToolbarSubMenuClosingEventArgs.js +17 -0
  348. package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.d.ts +8 -0
  349. package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.js +17 -0
  350. package/esm2022/lib/ToolbarView.d.ts +1 -0
  351. package/esm2022/lib/ToolbarView.js +7 -0
  352. package/esm2022/lib/TooltipTextPresenter.d.ts +44 -0
  353. package/esm2022/lib/TooltipTextPresenter.js +176 -0
  354. package/esm2022/lib/XExpansionPanel.d.ts +1 -0
  355. package/esm2022/lib/XExpansionPanel.js +7 -0
  356. package/esm2022/lib/XToolPanelBridge.d.ts +1 -0
  357. package/esm2022/lib/XToolPanelBridge.js +7 -0
  358. package/esm2022/lib/XToolbarBridge.d.ts +1 -0
  359. package/esm2022/lib/XToolbarBridge.js +7 -0
  360. package/esm2022/lib/combo-editor-entrypoint.d.ts +1 -0
  361. package/esm2022/lib/combo-editor-entrypoint.js +4 -0
  362. package/esm2022/lib/igc-combo-editor-component.d.ts +500 -0
  363. package/esm2022/lib/igc-combo-editor-component.js +1497 -0
  364. package/esm2022/lib/igc-combo-editor-got-focus-event-args.d.ts +12 -0
  365. package/esm2022/lib/igc-combo-editor-got-focus-event-args.js +30 -0
  366. package/esm2022/lib/igc-combo-editor-lost-focus-event-args.d.ts +12 -0
  367. package/esm2022/lib/igc-combo-editor-lost-focus-event-args.js +30 -0
  368. package/esm2022/lib/igc-combo-editor-module.d.ts +3 -0
  369. package/esm2022/lib/igc-combo-editor-module.js +21 -0
  370. package/esm2022/lib/igc-combo-editor-text-changed-event-args.d.ts +13 -0
  371. package/esm2022/lib/igc-combo-editor-text-changed-event-args.js +26 -0
  372. package/esm2022/lib/igc-combo-editor-value-changed-event-args.d.ts +13 -0
  373. package/esm2022/lib/igc-combo-editor-value-changed-event-args.js +26 -0
  374. package/esm2022/lib/igc-layout-primary-key-value-module.d.ts +3 -0
  375. package/esm2022/lib/igc-layout-primary-key-value-module.js +15 -0
  376. package/esm2022/lib/igc-layout-primary-key-value.d.ts +31 -0
  377. package/esm2022/lib/igc-layout-primary-key-value.js +66 -0
  378. package/esm2022/lib/igc-layout-selected-items-collection.d.ts +6 -0
  379. package/esm2022/lib/igc-layout-selected-items-collection.js +30 -0
  380. package/esm2022/lib/igc-layout-selected-keys-collection.d.ts +8 -0
  381. package/esm2022/lib/igc-layout-selected-keys-collection.js +53 -0
  382. package/esm2022/lib/igc-list-panel-active-row-changed-event-args.d.ts +25 -0
  383. package/esm2022/lib/igc-list-panel-active-row-changed-event-args.js +51 -0
  384. package/esm2022/lib/igc-list-panel-component.d.ts +345 -0
  385. package/esm2022/lib/igc-list-panel-component.js +1118 -0
  386. package/esm2022/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
  387. package/esm2022/lib/igc-list-panel-content-rebind-event-args.js +42 -0
  388. package/esm2022/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
  389. package/esm2022/lib/igc-list-panel-content-recycled-event-args.js +42 -0
  390. package/esm2022/lib/igc-list-panel-content-refreshed-event-args.d.ts +12 -0
  391. package/esm2022/lib/igc-list-panel-content-refreshed-event-args.js +30 -0
  392. package/esm2022/lib/igc-list-panel-item-event-args.d.ts +25 -0
  393. package/esm2022/lib/igc-list-panel-item-event-args.js +79 -0
  394. package/esm2022/lib/igc-list-panel-item-model.d.ts +31 -0
  395. package/esm2022/lib/igc-list-panel-item-model.js +93 -0
  396. package/esm2022/lib/igc-list-panel-module.d.ts +3 -0
  397. package/esm2022/lib/igc-list-panel-module.js +17 -0
  398. package/esm2022/lib/igc-list-panel-primary-key-value-module.d.ts +3 -0
  399. package/esm2022/lib/igc-list-panel-primary-key-value-module.js +15 -0
  400. package/esm2022/lib/igc-list-panel-primary-key-value.d.ts +31 -0
  401. package/esm2022/lib/igc-list-panel-primary-key-value.js +66 -0
  402. package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.d.ts +34 -0
  403. package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.js +136 -0
  404. package/esm2022/lib/igc-list-panel-selected-items-collection.d.ts +6 -0
  405. package/esm2022/lib/igc-list-panel-selected-items-collection.js +30 -0
  406. package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.d.ts +34 -0
  407. package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.js +136 -0
  408. package/esm2022/lib/igc-list-panel-selected-keys-collection.d.ts +8 -0
  409. package/esm2022/lib/igc-list-panel-selected-keys-collection.js +53 -0
  410. package/esm2022/lib/igc-list-panel-selection-changed-event-args.d.ts +15 -0
  411. package/esm2022/lib/igc-list-panel-selection-changed-event-args.js +33 -0
  412. package/esm2022/lib/igc-list-panel-template-height-requested-event-args.d.ts +18 -0
  413. package/esm2022/lib/igc-list-panel-template-height-requested-event-args.js +48 -0
  414. package/esm2022/lib/igc-list-panel-template-item-updating-event-args.d.ts +19 -0
  415. package/esm2022/lib/igc-list-panel-template-item-updating-event-args.js +65 -0
  416. package/esm2022/lib/igc-list-panel-template-width-requested-event-args.d.ts +18 -0
  417. package/esm2022/lib/igc-list-panel-template-width-requested-event-args.js +48 -0
  418. package/esm2022/lib/igc-on-collapsed-event-args.d.ts +12 -0
  419. package/esm2022/lib/igc-on-collapsed-event-args.js +30 -0
  420. package/esm2022/lib/igc-on-expanded-event-args.d.ts +12 -0
  421. package/esm2022/lib/igc-on-expanded-event-args.js +30 -0
  422. package/esm2022/lib/igc-property-editor-data-source.d.ts +18 -0
  423. package/esm2022/lib/igc-property-editor-data-source.js +50 -0
  424. package/esm2022/lib/igc-property-editor-description-object-collection.d.ts +8 -0
  425. package/esm2022/lib/igc-property-editor-description-object-collection.js +53 -0
  426. package/esm2022/lib/igc-property-editor-description-object.d.ts +19 -0
  427. package/esm2022/lib/igc-property-editor-description-object.js +81 -0
  428. package/esm2022/lib/igc-property-editor-panel-component.d.ts +121 -0
  429. package/esm2022/lib/igc-property-editor-panel-component.js +456 -0
  430. package/esm2022/lib/igc-property-editor-panel-module.d.ts +3 -0
  431. package/esm2022/lib/igc-property-editor-panel-module.js +21 -0
  432. package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
  433. package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
  434. package/esm2022/lib/igc-property-editor-property-description-changed-event-args.d.ts +14 -0
  435. package/esm2022/lib/igc-property-editor-property-description-changed-event-args.js +36 -0
  436. package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.d.ts +21 -0
  437. package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.js +93 -0
  438. package/esm2022/lib/igc-property-editor-property-description-collection.d.ts +8 -0
  439. package/esm2022/lib/igc-property-editor-property-description-collection.js +53 -0
  440. package/esm2022/lib/igc-property-editor-property-description-component.d.ts +117 -0
  441. package/esm2022/lib/igc-property-editor-property-description-component.js +592 -0
  442. package/esm2022/lib/igc-property-editor-property-description-module.d.ts +3 -0
  443. package/esm2022/lib/igc-property-editor-property-description-module.js +16 -0
  444. package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +18 -0
  445. package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.js +48 -0
  446. package/esm2022/lib/igc-tool-action-button-component.d.ts +29 -0
  447. package/esm2022/lib/igc-tool-action-button-component.js +92 -0
  448. package/esm2022/lib/igc-tool-action-button-module.d.ts +3 -0
  449. package/esm2022/lib/igc-tool-action-button-module.js +16 -0
  450. package/esm2022/lib/igc-tool-action-button-pair-component.d.ts +171 -0
  451. package/esm2022/lib/igc-tool-action-button-pair-component.js +401 -0
  452. package/esm2022/lib/igc-tool-action-button-pair-module.d.ts +3 -0
  453. package/esm2022/lib/igc-tool-action-button-pair-module.js +16 -0
  454. package/esm2022/lib/igc-tool-action-checkbox-component.d.ts +71 -0
  455. package/esm2022/lib/igc-tool-action-checkbox-component.js +173 -0
  456. package/esm2022/lib/igc-tool-action-checkbox-group-component.d.ts +35 -0
  457. package/esm2022/lib/igc-tool-action-checkbox-group-component.js +109 -0
  458. package/esm2022/lib/igc-tool-action-checkbox-group-module.d.ts +3 -0
  459. package/esm2022/lib/igc-tool-action-checkbox-group-module.js +16 -0
  460. package/esm2022/lib/igc-tool-action-checkbox-list-component.d.ts +97 -0
  461. package/esm2022/lib/igc-tool-action-checkbox-list-component.js +259 -0
  462. package/esm2022/lib/igc-tool-action-checkbox-list-module.d.ts +3 -0
  463. package/esm2022/lib/igc-tool-action-checkbox-list-module.js +16 -0
  464. package/esm2022/lib/igc-tool-action-checkbox-module.d.ts +3 -0
  465. package/esm2022/lib/igc-tool-action-checkbox-module.js +16 -0
  466. package/esm2022/lib/igc-tool-action-collection.d.ts +8 -0
  467. package/esm2022/lib/igc-tool-action-collection.js +53 -0
  468. package/esm2022/lib/igc-tool-action-color-editor-component.d.ts +23 -0
  469. package/esm2022/lib/igc-tool-action-color-editor-component.js +81 -0
  470. package/esm2022/lib/igc-tool-action-color-editor-module.d.ts +3 -0
  471. package/esm2022/lib/igc-tool-action-color-editor-module.js +16 -0
  472. package/esm2022/lib/igc-tool-action-combo-component.d.ts +40 -0
  473. package/esm2022/lib/igc-tool-action-combo-component.js +135 -0
  474. package/esm2022/lib/igc-tool-action-combo-module.d.ts +3 -0
  475. package/esm2022/lib/igc-tool-action-combo-module.js +16 -0
  476. package/esm2022/lib/igc-tool-action-component.d.ts +358 -0
  477. package/esm2022/lib/igc-tool-action-component.js +1018 -0
  478. package/esm2022/lib/igc-tool-action-event-detail-collection.d.ts +8 -0
  479. package/esm2022/lib/igc-tool-action-event-detail-collection.js +53 -0
  480. package/esm2022/lib/igc-tool-action-event-detail.d.ts +30 -0
  481. package/esm2022/lib/igc-tool-action-event-detail.js +88 -0
  482. package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  483. package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  484. package/esm2022/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  485. package/esm2022/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  486. package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  487. package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  488. package/esm2022/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  489. package/esm2022/lib/igc-tool-action-field-selector-component.js +259 -0
  490. package/esm2022/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  491. package/esm2022/lib/igc-tool-action-field-selector-module.js +16 -0
  492. package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  493. package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  494. package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  495. package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  496. package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  497. package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  498. package/esm2022/lib/igc-tool-action-group-header-component.d.ts +28 -0
  499. package/esm2022/lib/igc-tool-action-group-header-component.js +91 -0
  500. package/esm2022/lib/igc-tool-action-group-header-module.d.ts +3 -0
  501. package/esm2022/lib/igc-tool-action-group-header-module.js +16 -0
  502. package/esm2022/lib/igc-tool-action-icon-button-component.d.ts +52 -0
  503. package/esm2022/lib/igc-tool-action-icon-button-component.js +183 -0
  504. package/esm2022/lib/igc-tool-action-icon-button-module.d.ts +3 -0
  505. package/esm2022/lib/igc-tool-action-icon-button-module.js +16 -0
  506. package/esm2022/lib/igc-tool-action-icon-menu-component.d.ts +33 -0
  507. package/esm2022/lib/igc-tool-action-icon-menu-component.js +101 -0
  508. package/esm2022/lib/igc-tool-action-icon-menu-module.d.ts +3 -0
  509. package/esm2022/lib/igc-tool-action-icon-menu-module.js +16 -0
  510. package/esm2022/lib/igc-tool-action-label-component.d.ts +18 -0
  511. package/esm2022/lib/igc-tool-action-label-component.js +71 -0
  512. package/esm2022/lib/igc-tool-action-label-module.d.ts +3 -0
  513. package/esm2022/lib/igc-tool-action-label-module.js +16 -0
  514. package/esm2022/lib/igc-tool-action-number-input-component.d.ts +23 -0
  515. package/esm2022/lib/igc-tool-action-number-input-component.js +81 -0
  516. package/esm2022/lib/igc-tool-action-number-input-module.d.ts +3 -0
  517. package/esm2022/lib/igc-tool-action-number-input-module.js +16 -0
  518. package/esm2022/lib/igc-tool-action-performed-event-args.d.ts +21 -0
  519. package/esm2022/lib/igc-tool-action-performed-event-args.js +94 -0
  520. package/esm2022/lib/igc-tool-action-popup-opening-event-args.d.ts +17 -0
  521. package/esm2022/lib/igc-tool-action-popup-opening-event-args.js +55 -0
  522. package/esm2022/lib/igc-tool-action-radio-component.d.ts +90 -0
  523. package/esm2022/lib/igc-tool-action-radio-component.js +206 -0
  524. package/esm2022/lib/igc-tool-action-radio-group-component.d.ts +35 -0
  525. package/esm2022/lib/igc-tool-action-radio-group-component.js +109 -0
  526. package/esm2022/lib/igc-tool-action-radio-group-module.d.ts +3 -0
  527. package/esm2022/lib/igc-tool-action-radio-group-module.js +16 -0
  528. package/esm2022/lib/igc-tool-action-radio-module.d.ts +3 -0
  529. package/esm2022/lib/igc-tool-action-radio-module.js +16 -0
  530. package/esm2022/lib/igc-tool-action-separator-component.d.ts +28 -0
  531. package/esm2022/lib/igc-tool-action-separator-component.js +91 -0
  532. package/esm2022/lib/igc-tool-action-separator-module.d.ts +3 -0
  533. package/esm2022/lib/igc-tool-action-separator-module.js +16 -0
  534. package/esm2022/lib/igc-tool-action-sub-panel-component.d.ts +23 -0
  535. package/esm2022/lib/igc-tool-action-sub-panel-component.js +81 -0
  536. package/esm2022/lib/igc-tool-action-sub-panel-module.d.ts +3 -0
  537. package/esm2022/lib/igc-tool-action-sub-panel-module.js +16 -0
  538. package/esm2022/lib/igc-tool-action-text-input-component.d.ts +23 -0
  539. package/esm2022/lib/igc-tool-action-text-input-component.js +80 -0
  540. package/esm2022/lib/igc-tool-action-text-input-module.d.ts +3 -0
  541. package/esm2022/lib/igc-tool-action-text-input-module.js +16 -0
  542. package/esm2022/lib/igc-tool-command-event-args.d.ts +17 -0
  543. package/esm2022/lib/igc-tool-command-event-args.js +43 -0
  544. package/esm2022/lib/igc-tool-context-binding-collection.d.ts +8 -0
  545. package/esm2022/lib/igc-tool-context-binding-collection.js +53 -0
  546. package/esm2022/lib/igc-tool-context-binding.d.ts +25 -0
  547. package/esm2022/lib/igc-tool-context-binding.js +85 -0
  548. package/esm2022/lib/igc-tool-panel-component.d.ts +471 -0
  549. package/esm2022/lib/igc-tool-panel-component.js +1260 -0
  550. package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.d.ts +12 -0
  551. package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.js +30 -0
  552. package/esm2022/lib/igc-tool-panel-context-changed-event-args.d.ts +18 -0
  553. package/esm2022/lib/igc-tool-panel-context-changed-event-args.js +48 -0
  554. package/esm2022/lib/igc-tool-panel-context-swapped-event-args.d.ts +12 -0
  555. package/esm2022/lib/igc-tool-panel-context-swapped-event-args.js +30 -0
  556. package/esm2022/lib/igc-tool-panel-module.d.ts +3 -0
  557. package/esm2022/lib/igc-tool-panel-module.js +59 -0
  558. package/esm2022/lib/igc-toolbar-component.d.ts +404 -0
  559. package/esm2022/lib/igc-toolbar-component.js +1127 -0
  560. package/esm2022/lib/igc-toolbar-module.d.ts +3 -0
  561. package/esm2022/lib/igc-toolbar-module.js +19 -0
  562. package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.d.ts +12 -0
  563. package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.js +30 -0
  564. package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.d.ts +12 -0
  565. package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.js +30 -0
  566. package/esm2022/lib/igc-x-expansion-panel-component.d.ts +173 -0
  567. package/esm2022/lib/igc-x-expansion-panel-component.js +505 -0
  568. package/esm2022/lib/igc-x-expansion-panel-module.d.ts +3 -0
  569. package/esm2022/lib/igc-x-expansion-panel-module.js +17 -0
  570. package/esm2022/lib/list-panel-entrypoint.d.ts +1 -0
  571. package/esm2022/lib/list-panel-entrypoint.js +4 -0
  572. package/esm2022/lib/property-editor-panel-entrypoint.d.ts +1 -0
  573. package/esm2022/lib/property-editor-panel-entrypoint.js +4 -0
  574. package/esm2022/lib/tool-panel-entrypoint.d.ts +1 -0
  575. package/esm2022/lib/tool-panel-entrypoint.js +4 -0
  576. package/esm2022/lib/toolbar-entrypoint.d.ts +1 -0
  577. package/esm2022/lib/toolbar-entrypoint.js +4 -0
  578. package/esm2022/lib/x-expansion-panel-entrypoint.d.ts +1 -0
  579. package/esm2022/lib/x-expansion-panel-entrypoint.js +4 -0
  580. package/esm2022/public_api.d.ts +276 -0
  581. package/esm2022/public_api.js +276 -0
  582. package/package.json +40 -9
  583. package/fesm2022/igniteui-webcomponents-layouts.mjs +0 -40866
  584. package/igniteui-webcomponents-layouts.d.ts +0 -9552
@@ -0,0 +1,1127 @@
1
+ import { stringToColor, colorToString, fromSize, ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, fromBrushCollection, toBrushCollection, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
2
+ import { FontInfo } from "igniteui-webcomponents-core";
3
+ import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
4
+ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
5
+ import { CollectionAdapter } from "igniteui-webcomponents-core";
6
+ import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
7
+ import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
+ import { Toolbar } from "./Toolbar";
9
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
10
+ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
11
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
12
+ import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
13
+ import { ToolbarOrientation_$type } from './ToolbarOrientation';
14
+ import { ToolActionCollection as ToolActionCollection_internal } from "./ToolActionCollection";
15
+ import { ToolAction } from "./ToolAction";
16
+ import { IgcToolActionComponent } from "./igc-tool-action-component";
17
+ import { IgcToolActionCollection } from "./igc-tool-action-collection";
18
+ import { IgcToolCommandEventArgs } from './igc-tool-command-event-args';
19
+ import { ToolCommandStateType_$type } from "igniteui-webcomponents-core";
20
+ import { IgcToolbarSubMenuOpeningEventArgs } from './igc-toolbar-sub-menu-opening-event-args';
21
+ import { IgcToolbarSubMenuClosingEventArgs } from './igc-toolbar-sub-menu-closing-event-args';
22
+ import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
23
+ class IgcToolbarComponent extends IgcHTMLElement {
24
+ set height(value) {
25
+ this._height = value;
26
+ this.style.height = value;
27
+ this.i.notifySizeChanged();
28
+ }
29
+ get height() {
30
+ return this._height;
31
+ }
32
+ set width(value) {
33
+ this._width = value;
34
+ this.style.width = value;
35
+ this.i.notifySizeChanged();
36
+ }
37
+ get width() {
38
+ return this._width;
39
+ }
40
+ /**
41
+ * A collection of manually added actions for the editor.
42
+ */
43
+ get actions() {
44
+ if (this._actions === null) {
45
+ let coll = new IgcToolActionCollection();
46
+ let inner = coll._innerColl;
47
+ inner.addListener((sender, e) => {
48
+ switch (e.action) {
49
+ case NotifyCollectionChangedAction.Add:
50
+ this._actionsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
51
+ break;
52
+ case NotifyCollectionChangedAction.Remove:
53
+ this._actionsAdapter.removeManualItemAt(e.oldStartingIndex);
54
+ break;
55
+ case NotifyCollectionChangedAction.Replace:
56
+ this._actionsAdapter.removeManualItemAt(e.oldStartingIndex);
57
+ this._actionsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
58
+ break;
59
+ case NotifyCollectionChangedAction.Reset:
60
+ this._actionsAdapter.clearManualItems();
61
+ break;
62
+ }
63
+ });
64
+ this._actions = coll;
65
+ }
66
+ return this._actions;
67
+ }
68
+ constructor() {
69
+ super();
70
+ this._implementation = null;
71
+ this.contentActions = [];
72
+ /**
73
+ * The actions actually present in the editor. Do not directly modify this array.
74
+ * This array's contents can be modified by using the actions property or providing child content.
75
+ */
76
+ this.combinedActions = [];
77
+ this._actions = null;
78
+ this._actionsAdapter = null;
79
+ this._disconnected = false;
80
+ this._settingAttributes = false;
81
+ this._attached = false;
82
+ this._queuedSetAttributes = [];
83
+ this._updatingFromAttribute = false;
84
+ this._autoGeneratedActions = null;
85
+ this._actualActions = null;
86
+ this.__p = null;
87
+ this._hasUserValues = new Set();
88
+ this._stylingContainer = null;
89
+ this._stylingParent = null;
90
+ this._inStyling = false;
91
+ this._onCommand = null;
92
+ this._onCommand_wrapped = null;
93
+ this._subMenuOpening = null;
94
+ this._subMenuOpening_wrapped = null;
95
+ this._subMenuClosing = null;
96
+ this._subMenuClosing_wrapped = null;
97
+ if (this._styling) {
98
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
99
+ }
100
+ this._implementation = this.createImplementation();
101
+ this._implementation.externalObject = this;
102
+ this._portalManager = new PortalManager("toolbarContent");
103
+ this._webComponentRenderer = new WebComponentRenderer(this, document, true, {}, this._portalManager);
104
+ this._webComponentWrapper = this._webComponentRenderer.createElement("div");
105
+ this._webComponentRenderer.updateRoot(this._webComponentWrapper);
106
+ this._webComponentWrapper.setStyleProperty("display", "block");
107
+ this._webComponentWrapper.setStyleProperty("width", "100%");
108
+ this._webComponentWrapper.setStyleProperty("height", "100%");
109
+ this._actionsAdapter = new CollectionAdapter(this.contentActions, this.i.actions, this.combinedActions, (c) => c.i, (i) => {
110
+ if (this._webComponentRenderer && this._webComponentRenderer.rootWrapper.getNativeElement().parentElement) {
111
+ i._styling(this, this, this);
112
+ }
113
+ }, (i) => { });
114
+ this.i.provideContainer(this._webComponentRenderer);
115
+ this.i.notifySizeChanged();
116
+ let mut = new MutationObserver((list) => {
117
+ for (var mutation of list) {
118
+ if (mutation.type == 'childList') {
119
+ this.updateContentProperties();
120
+ }
121
+ }
122
+ });
123
+ mut.observe(this, {
124
+ childList: true
125
+ });
126
+ this._webComponentRenderer.addSizeWatcher(() => {
127
+ this.i.notifySizeChanged();
128
+ });
129
+ }
130
+ // supports angular themes or custom properties set in CSS
131
+ updateStyle() {
132
+ this._styling(this, this);
133
+ }
134
+ destroy() {
135
+ this._implementation.destroy();
136
+ this._webComponentRenderer.destroy();
137
+ }
138
+ updateContentProperties() {
139
+ this.contentActions.length = 0;
140
+ for (var i = 0; i < this.children.length; i++) {
141
+ if (this.children[i] instanceof IgcToolActionComponent) {
142
+ this.contentActions.push(this.children[i]);
143
+ }
144
+ }
145
+ if (this._actionsAdapter != null) {
146
+ this._actionsAdapter.notifyContentChanged();
147
+ }
148
+ }
149
+ createImplementation() {
150
+ return new Toolbar();
151
+ }
152
+ get i() {
153
+ return this._implementation;
154
+ }
155
+ disconnectedCallback() {
156
+ this._disconnected = true;
157
+ }
158
+ connectedCallback() {
159
+ if (this._disconnected) {
160
+ this._disconnected = false;
161
+ return;
162
+ }
163
+ this.classList.add("ig-toolbar");
164
+ this.classList.add("igc-toolbar");
165
+ var rootWrapper = this._webComponentRenderer.rootWrapper;
166
+ var rootElement = rootWrapper.getNativeElement();
167
+ this.appendChild(rootElement);
168
+ this._attached = true;
169
+ this.style.display = "block";
170
+ this.style.height = this._height;
171
+ this.style.width = this._width;
172
+ this._flushQueuedAttributes();
173
+ // supports themes or custom properties set in CSS
174
+ this._styling(this, this);
175
+ for (let i = 0; i < this.combinedActions.length; i++) {
176
+ let s = this.combinedActions[i];
177
+ s._styling(this, this, this);
178
+ }
179
+ this.afterContentInit();
180
+ }
181
+ afterContentInit() {
182
+ this.i.notifySizeChanged();
183
+ }
184
+ /**
185
+ * Gets or sets a target component which the toolbar can request actions from.
186
+ */
187
+ get target() {
188
+ var ret = this.i.target;
189
+ if (!ret) {
190
+ return ret;
191
+ }
192
+ if (ret.externalObject != null) {
193
+ ret = ret.externalObject;
194
+ }
195
+ return ret;
196
+ }
197
+ set target(v) {
198
+ if (v && v._implementation) {
199
+ v = v._implementation;
200
+ }
201
+ this.i.target = v;
202
+ }
203
+ _enqueueSetAttribute(attrName, attrValue) {
204
+ this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
205
+ }
206
+ _flushQueuedAttributes() {
207
+ this._settingAttributes = true;
208
+ for (let i = 0; i < this._queuedSetAttributes.length; i++) {
209
+ this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
210
+ }
211
+ this._settingAttributes = false;
212
+ this._queuedSetAttributes.length = 0;
213
+ }
214
+ _a(attrName, attrValue) {
215
+ if (this._updatingFromAttribute) {
216
+ return;
217
+ }
218
+ if (attrValue) {
219
+ attrValue = attrValue.toString();
220
+ }
221
+ this._settingAttributes = true;
222
+ attrName = toSpinal(attrName);
223
+ if (this._attached) {
224
+ this.setAttribute(attrName, attrValue);
225
+ }
226
+ else {
227
+ this._enqueueSetAttribute(attrName, attrValue);
228
+ }
229
+ this._settingAttributes = false;
230
+ }
231
+ static { this._observedAttributesIgcToolbarComponent = null; }
232
+ static get observedAttributes() {
233
+ if (IgcToolbarComponent._observedAttributesIgcToolbarComponent == null) {
234
+ let names = getAllPropertyNames(IgcToolbarComponent);
235
+ for (let i = 0; i < names.length; i++) {
236
+ names[i] = toSpinal(names[i]);
237
+ }
238
+ IgcToolbarComponent._observedAttributesIgcToolbarComponent = names;
239
+ }
240
+ return IgcToolbarComponent._observedAttributesIgcToolbarComponent;
241
+ }
242
+ attributeChangedCallback(name, oldValue, newValue) {
243
+ if (this._settingAttributes) {
244
+ return;
245
+ }
246
+ let setName = fromSpinal(name);
247
+ this._updatingFromAttribute = true;
248
+ this[setName] = newValue;
249
+ this._updatingFromAttribute = false;
250
+ }
251
+ static { this.htmlTagName = "igc-toolbar"; }
252
+ static { this._isElementRegistered = false; }
253
+ static register() {
254
+ if (!IgcToolbarComponent._isElementRegistered) {
255
+ IgcToolbarComponent._isElementRegistered = true;
256
+ RegisterElementHelper.registerElement(IgcToolbarComponent.htmlTagName, IgcToolbarComponent);
257
+ }
258
+ }
259
+ /**
260
+ * Gets or sets the base built in theme to use for the checkbox.
261
+ */
262
+ get baseTheme() {
263
+ return this.i.x;
264
+ }
265
+ set baseTheme(v) {
266
+ this.i.x = ensureEnum(BaseControlTheme_$type, v);
267
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.x));
268
+ }
269
+ /**
270
+ * Gets or sets the display density to use for the toolbar.
271
+ */
272
+ get density() {
273
+ return this.i.z;
274
+ }
275
+ set density(v) {
276
+ this.i.z = ensureEnum(ControlDisplayDensity_$type, v);
277
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.z));
278
+ }
279
+ /**
280
+ * Gets or sets the data or data source instance to which to bind the grid.
281
+ */
282
+ get autoGeneratedActions() {
283
+ if (this._autoGeneratedActions === null) {
284
+ let coll = new IgcToolActionCollection();
285
+ let innerColl = this.i.autoGeneratedActions;
286
+ if (!innerColl) {
287
+ innerColl = new ToolActionCollection_internal();
288
+ }
289
+ this._autoGeneratedActions = coll._fromInner(innerColl);
290
+ this.i.autoGeneratedActions = innerColl;
291
+ }
292
+ return this._autoGeneratedActions;
293
+ }
294
+ set autoGeneratedActions(v) {
295
+ if (this._autoGeneratedActions !== null) {
296
+ this._autoGeneratedActions._setSyncTarget(null);
297
+ this._autoGeneratedActions = null;
298
+ }
299
+ let coll = new IgcToolActionCollection();
300
+ this._autoGeneratedActions = coll._fromOuter(v);
301
+ let syncColl = new SyncableObservableCollection$1(ToolAction.$type);
302
+ let innerColl = this.i.autoGeneratedActions;
303
+ if (!innerColl) {
304
+ innerColl = new ToolActionCollection_internal();
305
+ }
306
+ syncColl._inner = innerColl;
307
+ syncColl.clear();
308
+ this._autoGeneratedActions._setSyncTarget(syncColl);
309
+ this.i.autoGeneratedActions = innerColl;
310
+ }
311
+ /**
312
+ * Gets or sets the data or data source instance to which to bind the grid.
313
+ */
314
+ get actualActions() {
315
+ if (this._actualActions === null) {
316
+ let coll = new IgcToolActionCollection();
317
+ let innerColl = this.i.actualActions;
318
+ if (!innerColl) {
319
+ innerColl = new ToolActionCollection_internal();
320
+ }
321
+ this._actualActions = coll._fromInner(innerColl);
322
+ this.i.actualActions = innerColl;
323
+ }
324
+ return this._actualActions;
325
+ }
326
+ set actualActions(v) {
327
+ if (this._actualActions !== null) {
328
+ this._actualActions._setSyncTarget(null);
329
+ this._actualActions = null;
330
+ }
331
+ let coll = new IgcToolActionCollection();
332
+ this._actualActions = coll._fromOuter(v);
333
+ let syncColl = new SyncableObservableCollection$1(ToolAction.$type);
334
+ let innerColl = this.i.actualActions;
335
+ if (!innerColl) {
336
+ innerColl = new ToolActionCollection_internal();
337
+ }
338
+ syncColl._inner = innerColl;
339
+ syncColl.clear();
340
+ this._actualActions._setSyncTarget(syncColl);
341
+ this.i.actualActions = innerColl;
342
+ }
343
+ /**
344
+ * Gets or sets the orientation of the toolbar.
345
+ */
346
+ get orientation() {
347
+ return this.i.m;
348
+ }
349
+ set orientation(v) {
350
+ this.i.m = ensureEnum(ToolbarOrientation_$type, v);
351
+ this._a("orientation", enumToString(ToolbarOrientation_$type, this.i.m));
352
+ }
353
+ /**
354
+ * Gets or sets the color to use for the background of the component.
355
+ */
356
+ get backgroundColor() {
357
+ return brushToString(this.i.f1);
358
+ }
359
+ set backgroundColor(v) {
360
+ this.i.f1 = stringToBrush(v);
361
+ this._a("backgroundColor", brushToString(this.i.f1));
362
+ }
363
+ /**
364
+ * Gets or sets the background color for submenus.
365
+ */
366
+ get submenuBackgroundColor() {
367
+ return brushToString(this.i.gi);
368
+ }
369
+ set submenuBackgroundColor(v) {
370
+ this.i.gi = stringToBrush(v);
371
+ this._a("submenuBackgroundColor", brushToString(this.i.gi));
372
+ }
373
+ /**
374
+ * Gets or sets the group header background color.
375
+ */
376
+ get groupHeaderBackgroundColor() {
377
+ return brushToString(this.i.f9);
378
+ }
379
+ set groupHeaderBackgroundColor(v) {
380
+ this.i.f9 = stringToBrush(v);
381
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.f9));
382
+ }
383
+ /**
384
+ * Gets or sets the separator background color.
385
+ */
386
+ get separatorBackgroundColor() {
387
+ return brushToString(this.i.gh);
388
+ }
389
+ set separatorBackgroundColor(v) {
390
+ this.i.gh = stringToBrush(v);
391
+ this._a("separatorBackgroundColor", brushToString(this.i.gh));
392
+ }
393
+ /**
394
+ * Gets or sets the hover background color.
395
+ */
396
+ get hoverBackgroundColor() {
397
+ return brushToString(this.i.gd);
398
+ }
399
+ set hoverBackgroundColor(v) {
400
+ this.i.gd = stringToBrush(v);
401
+ this._a("hoverBackgroundColor", brushToString(this.i.gd));
402
+ }
403
+ /**
404
+ * Gets or sets the color to use for the text of the component.
405
+ */
406
+ get textColor() {
407
+ return brushToString(this.i.gk);
408
+ }
409
+ set textColor(v) {
410
+ this.i.gk = stringToBrush(v);
411
+ this._a("textColor", brushToString(this.i.gk));
412
+ }
413
+ /**
414
+ * Gets or sets the color to use for the text in disabled tool actions.
415
+ */
416
+ get disabledTextColor() {
417
+ return brushToString(this.i.f7);
418
+ }
419
+ set disabledTextColor(v) {
420
+ this.i.f7 = stringToBrush(v);
421
+ this._a("disabledTextColor", brushToString(this.i.f7));
422
+ }
423
+ /**
424
+ * Gets or sets the text color for group header tool actions.
425
+ */
426
+ get groupHeaderTextColor() {
427
+ return brushToString(this.i.gb);
428
+ }
429
+ set groupHeaderTextColor(v) {
430
+ this.i.gb = stringToBrush(v);
431
+ this._a("groupHeaderTextColor", brushToString(this.i.gb));
432
+ }
433
+ /**
434
+ * Gets or sets the tooltip text color.
435
+ */
436
+ get toolTipTextColor() {
437
+ return brushToString(this.i.gm);
438
+ }
439
+ set toolTipTextColor(v) {
440
+ this.i.gm = stringToBrush(v);
441
+ this._a("toolTipTextColor", brushToString(this.i.gm));
442
+ }
443
+ /**
444
+ * Gets or sets the tooltip background color.
445
+ */
446
+ get toolTipBackgroundColor() {
447
+ return brushToString(this.i.gl);
448
+ }
449
+ set toolTipBackgroundColor(v) {
450
+ this.i.gl = stringToBrush(v);
451
+ this._a("toolTipBackgroundColor", brushToString(this.i.gl));
452
+ }
453
+ /**
454
+ * Gets or sets the tooltip corner radius.
455
+ */
456
+ get toolTipCornerRadius() {
457
+ return this.i.bp;
458
+ }
459
+ set toolTipCornerRadius(v) {
460
+ this.i.bp = +v;
461
+ this._a("toolTipCornerRadius", this.i.bp);
462
+ }
463
+ /**
464
+ * Gets or sets the shadow elevation for the tooltip.
465
+ */
466
+ get toolTipElevation() {
467
+ return this.i.bq;
468
+ }
469
+ set toolTipElevation(v) {
470
+ this.i.bq = +v;
471
+ this._a("toolTipElevation", this.i.bq);
472
+ }
473
+ /**
474
+ * Gets or sets the fill color of icons in the ToolPanel.
475
+ */
476
+ get iconFill() {
477
+ return brushToString(this.i.ge);
478
+ }
479
+ set iconFill(v) {
480
+ this.i.ge = stringToBrush(v);
481
+ this._a("iconFill", brushToString(this.i.ge));
482
+ }
483
+ /**
484
+ * Gets or sets the stroke color of icons in the ToolPanel.
485
+ */
486
+ get iconStroke() {
487
+ return brushToString(this.i.gf);
488
+ }
489
+ set iconStroke(v) {
490
+ this.i.gf = stringToBrush(v);
491
+ this._a("iconStroke", brushToString(this.i.gf));
492
+ }
493
+ /**
494
+ * Gets or sets the text style.
495
+ */
496
+ get cellTextStyle() {
497
+ if (this.i.af == null) {
498
+ return null;
499
+ }
500
+ return this.i.af.fontString;
501
+ }
502
+ set cellTextStyle(v) {
503
+ let fi = new FontInfo();
504
+ fi.fontString = v;
505
+ this.i.af = fi;
506
+ this._a("cellTextStyle", this.i.af != null ? this.i.af.fontString : "");
507
+ }
508
+ /**
509
+ * Gets or sets the text style for subtitles.
510
+ */
511
+ get subtitleTextStyle() {
512
+ if (this.i.aj == null) {
513
+ return null;
514
+ }
515
+ return this.i.aj.fontString;
516
+ }
517
+ set subtitleTextStyle(v) {
518
+ let fi = new FontInfo();
519
+ fi.fontString = v;
520
+ this.i.aj = fi;
521
+ this._a("subtitleTextStyle", this.i.aj != null ? this.i.aj.fontString : "");
522
+ }
523
+ /**
524
+ * Gets or sets the text style.
525
+ */
526
+ get groupHeaderTextStyle() {
527
+ if (this.i.ai == null) {
528
+ return null;
529
+ }
530
+ return this.i.ai.fontString;
531
+ }
532
+ set groupHeaderTextStyle(v) {
533
+ let fi = new FontInfo();
534
+ fi.fontString = v;
535
+ this.i.ai = fi;
536
+ this._a("groupHeaderTextStyle", this.i.ai != null ? this.i.ai.fontString : "");
537
+ }
538
+ /**
539
+ * Gets or sets the left padding for separators in the vertical orientation.
540
+ */
541
+ get separatorVerticalPaddingLeft() {
542
+ return this.i.bm;
543
+ }
544
+ set separatorVerticalPaddingLeft(v) {
545
+ this.i.bm = +v;
546
+ this._a("separatorVerticalPaddingLeft", this.i.bm);
547
+ }
548
+ /**
549
+ * Gets or sets the right padding for separators in the vertical orientation.
550
+ */
551
+ get separatorVerticalPaddingRight() {
552
+ return this.i.bn;
553
+ }
554
+ set separatorVerticalPaddingRight(v) {
555
+ this.i.bn = +v;
556
+ this._a("separatorVerticalPaddingRight", this.i.bn);
557
+ }
558
+ /**
559
+ * Gets or sets the top padding for separators in the vertical orientation.
560
+ */
561
+ get separatorVerticalPaddingTop() {
562
+ return this.i.bo;
563
+ }
564
+ set separatorVerticalPaddingTop(v) {
565
+ this.i.bo = +v;
566
+ this._a("separatorVerticalPaddingTop", this.i.bo);
567
+ }
568
+ /**
569
+ * Gets or sets the bottom padding for separators in the vertical orientation.
570
+ */
571
+ get separatorVerticalPaddingBottom() {
572
+ return this.i.bl;
573
+ }
574
+ set separatorVerticalPaddingBottom(v) {
575
+ this.i.bl = +v;
576
+ this._a("separatorVerticalPaddingBottom", this.i.bl);
577
+ }
578
+ /**
579
+ * Gets or sets the left padding for separators in the horizontal orientation.
580
+ */
581
+ get separatorHorizontalPaddingLeft() {
582
+ return this.i.bi;
583
+ }
584
+ set separatorHorizontalPaddingLeft(v) {
585
+ this.i.bi = +v;
586
+ this._a("separatorHorizontalPaddingLeft", this.i.bi);
587
+ }
588
+ /**
589
+ * Gets or sets the right padding for separators in the horizontal orientation.
590
+ */
591
+ get separatorHorizontalPaddingRight() {
592
+ return this.i.bj;
593
+ }
594
+ set separatorHorizontalPaddingRight(v) {
595
+ this.i.bj = +v;
596
+ this._a("separatorHorizontalPaddingRight", this.i.bj);
597
+ }
598
+ /**
599
+ * Gets or sets the top padding for separators in the horizontal orientation.
600
+ */
601
+ get separatorHorizontalPaddingTop() {
602
+ return this.i.bk;
603
+ }
604
+ set separatorHorizontalPaddingTop(v) {
605
+ this.i.bk = +v;
606
+ this._a("separatorHorizontalPaddingTop", this.i.bk);
607
+ }
608
+ /**
609
+ * Gets or sets the bottom padding for separators in the horizontal orientation.
610
+ */
611
+ get separatorHorizontalPaddingBottom() {
612
+ return this.i.bh;
613
+ }
614
+ set separatorHorizontalPaddingBottom(v) {
615
+ this.i.bh = +v;
616
+ this._a("separatorHorizontalPaddingBottom", this.i.bh);
617
+ }
618
+ /**
619
+ * Gets or sets if the tool actions should display their submenus on mouse hover.
620
+ */
621
+ get showOnHover() {
622
+ return this.i.aw;
623
+ }
624
+ set showOnHover(v) {
625
+ this.i.aw = ensureBool(v);
626
+ this._a("showOnHover", this.i.aw);
627
+ }
628
+ /**
629
+ * Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
630
+ */
631
+ get showTooltipOnHover() {
632
+ return this.i.ax;
633
+ }
634
+ set showTooltipOnHover(v) {
635
+ this.i.ax = ensureBool(v);
636
+ this._a("showTooltipOnHover", this.i.ax);
637
+ }
638
+ /**
639
+ * Gets or sets the amount of time to wait when clicking on the icon menu button while the dropdown is opening. If a click was
640
+ * executed within this buffer window the dropdown will be left open. Otherwise it will close it. Setting a negative value will
641
+ * always keep the dropdown open during a hover open and will require an extra click to close.
642
+ */
643
+ get dropdownClickBuffer() {
644
+ return this.i.bv;
645
+ }
646
+ set dropdownClickBuffer(v) {
647
+ this.i.bv = +v;
648
+ this._a("dropdownClickBuffer", this.i.bv);
649
+ }
650
+ get highlightWidth() {
651
+ return this.i.bg;
652
+ }
653
+ set highlightWidth(v) {
654
+ this.i.bg = +v;
655
+ this._a("highlightWidth", this.i.bg);
656
+ }
657
+ get highlightRadius() {
658
+ return this.i.bf;
659
+ }
660
+ set highlightRadius(v) {
661
+ this.i.bf = +v;
662
+ this._a("highlightRadius", this.i.bf);
663
+ }
664
+ get highlightColor() {
665
+ return brushToString(this.i.gc);
666
+ }
667
+ set highlightColor(v) {
668
+ this.i.gc = stringToBrush(v);
669
+ this._a("highlightColor", brushToString(this.i.gc));
670
+ }
671
+ get accentColor() {
672
+ return brushToString(this.i.f0);
673
+ }
674
+ set accentColor(v) {
675
+ this.i.f0 = stringToBrush(v);
676
+ this._a("accentColor", brushToString(this.i.f0));
677
+ }
678
+ /**
679
+ * Gets or sets the stroke color for all icon menu dropdown arrows.
680
+ */
681
+ get menuArrowStroke() {
682
+ return brushToString(this.i.gg);
683
+ }
684
+ set menuArrowStroke(v) {
685
+ this.i.gg = stringToBrush(v);
686
+ this._a("menuArrowStroke", brushToString(this.i.gg));
687
+ }
688
+ /**
689
+ * Gets or sets the background color of the radio when in the unchecked state.
690
+ */
691
+ get uncheckedBackgroundColor() {
692
+ return brushToString(this.i.gn);
693
+ }
694
+ set uncheckedBackgroundColor(v) {
695
+ this.i.gn = stringToBrush(v);
696
+ this._a("uncheckedBackgroundColor", brushToString(this.i.gn));
697
+ }
698
+ /**
699
+ * Gets or sets the background color of the radio when in the checked state.
700
+ */
701
+ get checkedBackgroundColor() {
702
+ return brushToString(this.i.f5);
703
+ }
704
+ set checkedBackgroundColor(v) {
705
+ this.i.f5 = stringToBrush(v);
706
+ this._a("checkedBackgroundColor", brushToString(this.i.f5));
707
+ }
708
+ /**
709
+ * Gets or sets the border color of the radio when in the unchecked state.
710
+ */
711
+ get uncheckedBorderColor() {
712
+ return brushToString(this.i.go);
713
+ }
714
+ set uncheckedBorderColor(v) {
715
+ this.i.go = stringToBrush(v);
716
+ this._a("uncheckedBorderColor", brushToString(this.i.go));
717
+ }
718
+ /**
719
+ * Gets or sets the border color of the radio when in the checked state.
720
+ */
721
+ get checkedBorderColor() {
722
+ return brushToString(this.i.f6);
723
+ }
724
+ set checkedBorderColor(v) {
725
+ this.i.f6 = stringToBrush(v);
726
+ this._a("checkedBorderColor", brushToString(this.i.f6));
727
+ }
728
+ /**
729
+ * Gets or sets the row height that should be used.
730
+ */
731
+ get rowHeight() {
732
+ return this.i.bz;
733
+ }
734
+ set rowHeight(v) {
735
+ this.i.bz = +v;
736
+ this._a("rowHeight", this.i.bz);
737
+ }
738
+ /**
739
+ * Gets or sets the height to use for the sub panel rows if different than default.
740
+ */
741
+ get subPanelRowHeight() {
742
+ return this.i.b0;
743
+ }
744
+ set subPanelRowHeight(v) {
745
+ this.i.b0 = +v;
746
+ this._a("subPanelRowHeight", this.i.b0);
747
+ }
748
+ /**
749
+ * Gets or sets the text color for subtitles.
750
+ */
751
+ get subtitleTextColor() {
752
+ return brushToString(this.i.gj);
753
+ }
754
+ set subtitleTextColor(v) {
755
+ this.i.gj = stringToBrush(v);
756
+ this._a("subtitleTextColor", brushToString(this.i.gj));
757
+ }
758
+ /**
759
+ * Gets or sets the text color for group header subtitles.
760
+ */
761
+ get groupHeaderSubtitleTextColor() {
762
+ return brushToString(this.i.ga);
763
+ }
764
+ set groupHeaderSubtitleTextColor(v) {
765
+ this.i.ga = stringToBrush(v);
766
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.ga));
767
+ }
768
+ /**
769
+ * Gets or sets the dropdown delay time in milliseconds.
770
+ */
771
+ get dropdownDelay() {
772
+ return this.i.bw;
773
+ }
774
+ set dropdownDelay(v) {
775
+ this.i.bw = +v;
776
+ this._a("dropdownDelay", this.i.bw);
777
+ }
778
+ /**
779
+ * Prevents clicks on the tool actions from bubbling.
780
+ */
781
+ get stopPropagation() {
782
+ return this.i.ay;
783
+ }
784
+ set stopPropagation(v) {
785
+ this.i.ay = ensureBool(v);
786
+ this._a("stopPropagation", this.i.ay);
787
+ }
788
+ /**
789
+ * Gets or sets the style of scrollbar.
790
+ */
791
+ get scrollbarStyle() {
792
+ return this.i.v;
793
+ }
794
+ set scrollbarStyle(v) {
795
+ this.i.v = ensureEnum(ScrollbarStyle_$type, v);
796
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.v));
797
+ }
798
+ /**
799
+ * Gets or sets the scrollbar background color for checkbox lists hosted in this toolbar's sub-menus.
800
+ */
801
+ get checkboxListScrollbarBackground() {
802
+ return brushToString(this.i.f3);
803
+ }
804
+ set checkboxListScrollbarBackground(v) {
805
+ this.i.f3 = stringToBrush(v);
806
+ this._a("checkboxListScrollbarBackground", brushToString(this.i.f3));
807
+ }
808
+ /**
809
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists hosted in this toolbar's sub-menus.
810
+ */
811
+ get checkboxListScrollbarHoverBackground() {
812
+ return brushToString(this.i.f4);
813
+ }
814
+ set checkboxListScrollbarHoverBackground(v) {
815
+ this.i.f4 = stringToBrush(v);
816
+ this._a("checkboxListScrollbarHoverBackground", brushToString(this.i.f4));
817
+ }
818
+ /**
819
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists hosted in this toolbar's sub-menus.
820
+ */
821
+ get checkboxListScrollbarActiveBackground() {
822
+ return brushToString(this.i.f2);
823
+ }
824
+ set checkboxListScrollbarActiveBackground(v) {
825
+ this.i.f2 = stringToBrush(v);
826
+ this._a("checkboxListScrollbarActiveBackground", brushToString(this.i.f2));
827
+ }
828
+ findByName(name) {
829
+ if (this.findEphemera) {
830
+ if (name && name.indexOf("@@e:") == 0) {
831
+ return this.findEphemera(name);
832
+ }
833
+ }
834
+ if (this.autoGeneratedActions != null && this.autoGeneratedActions.findByName && this.autoGeneratedActions.findByName(name)) {
835
+ return this.autoGeneratedActions.findByName(name);
836
+ }
837
+ if (this.actions != null && this.actions.findByName && this.actions.findByName(name)) {
838
+ return this.actions.findByName(name);
839
+ }
840
+ if (this.actualActions != null && this.actualActions.findByName && this.actualActions.findByName(name)) {
841
+ return this.actualActions.findByName(name);
842
+ }
843
+ return null;
844
+ }
845
+ get hasUserValues() {
846
+ return this._hasUserValues;
847
+ }
848
+ __m(propertyName) {
849
+ if (!this._inStyling) {
850
+ this._hasUserValues.add(propertyName);
851
+ }
852
+ }
853
+ _styling(container, component, parent) {
854
+ if (this._inStyling) {
855
+ return;
856
+ }
857
+ this._inStyling = true;
858
+ this._stylingContainer = container;
859
+ this._stylingParent = component;
860
+ let genericPrefix = "";
861
+ let typeName = this.i.$type.name;
862
+ if (typeName.indexOf("Xam") === 0) {
863
+ typeName = typeName.substring(3);
864
+ }
865
+ genericPrefix = toSpinal("ToolbarComponent");
866
+ let additionalPrefixes = [];
867
+ let prefix = toSpinal(typeName);
868
+ additionalPrefixes.push(prefix + "-");
869
+ let b = this.i.$type.baseType;
870
+ while (b && b.name != "Object" &&
871
+ b.name != "Base" &&
872
+ b.name != "Control" &&
873
+ b.Name != "DependencyObject" &&
874
+ b.Name != "FrameworkElement") {
875
+ typeName = b.name;
876
+ if (typeName.indexOf("Xam") === 0) {
877
+ typeName = typeName.substring(3);
878
+ }
879
+ let basePrefix = toSpinal(typeName);
880
+ additionalPrefixes.push(basePrefix + "-");
881
+ b = b.baseType;
882
+ }
883
+ if (parent) {
884
+ let parentTypeName = parent.i.$type.name;
885
+ if (parentTypeName.indexOf("Xam") === 0) {
886
+ parentTypeName = parentTypeName.substring(3);
887
+ }
888
+ let parentPrefix = toSpinal(parentTypeName);
889
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
890
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
891
+ }
892
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
893
+ if (this._otherStyling) {
894
+ this._otherStyling(container, component, parent);
895
+ }
896
+ this._inStyling = false;
897
+ }
898
+ flushRefresh() {
899
+ this.i.d9();
900
+ }
901
+ /**
902
+ * Is a dropdown menu or tooltip currently open.
903
+
904
+ */
905
+ isOpen() {
906
+ let iv = this.i.av();
907
+ return (iv);
908
+ }
909
+ /**
910
+ * Get the desired size the toolbar wants to be.
911
+
912
+ */
913
+ getDesiredSize() {
914
+ let iv = this.i.gq();
915
+ return fromSize(iv);
916
+ }
917
+ /**
918
+ * Forces any open sub menus to close.
919
+
920
+ */
921
+ closeSubmenus() {
922
+ this.i.d6();
923
+ }
924
+ onCommandStateChanged(id, type, value) {
925
+ this.i.onCommandStateChanged(id, ensureEnum(ToolCommandStateType_$type, type), value);
926
+ }
927
+ registerIconFromText(iconCollection, iconName, iconText) {
928
+ this.i.eq(iconCollection, iconName, iconText);
929
+ }
930
+ getIconFromCache(iconCollection, iconName) {
931
+ let iv = this.i.cw(iconCollection, iconName);
932
+ return (iv);
933
+ }
934
+ registerMultiPathSVG(iconCollection, iconName, multiPathSVG) {
935
+ this.i.es(iconCollection, iconName, multiPathSVG);
936
+ }
937
+ getMultiPathSVGFromCache(iconCollection, iconName) {
938
+ let iv = this.i.a(iconCollection, iconName);
939
+ return (iv);
940
+ }
941
+ registerIconFromDataURL(iconCollection, iconName, dataURL) {
942
+ this.i.ep(iconCollection, iconName, dataURL);
943
+ }
944
+ getDataURLFromCache(iconCollection, iconName) {
945
+ let iv = this.i.cv(iconCollection, iconName);
946
+ return (iv);
947
+ }
948
+ registerIconSource(iconCollection, iconName, source) {
949
+ this.i.er(iconCollection, iconName, source);
950
+ }
951
+ getIconSource(iconCollection, iconName) {
952
+ let iv = this.i.ca(iconCollection, iconName);
953
+ return (iv);
954
+ }
955
+ setBrushContextItem(key, value) {
956
+ this.i.ev(key, stringToBrush(value));
957
+ }
958
+ getBrushContextItem(key) {
959
+ let iv = this.i.f8(key);
960
+ return brushToString(iv);
961
+ }
962
+ setBrushCollectionContextItem(key, value) {
963
+ this.i.eu(key, toBrushCollection(value));
964
+ }
965
+ getBrushCollectionContextItem(key) {
966
+ let iv = this.i.b(key);
967
+ return fromBrushCollection(iv);
968
+ }
969
+ setDoubleContextItem(key, value) {
970
+ this.i.ez(key, value);
971
+ }
972
+ getDoubleContextItem(key) {
973
+ let iv = this.i.bd(key);
974
+ return (iv);
975
+ }
976
+ setIntContextItem(key, value) {
977
+ this.i.e6(key, value);
978
+ }
979
+ getExternalDoubleContextItem(key) {
980
+ let iv = this.i.be(key);
981
+ return (iv);
982
+ }
983
+ setExternalDoubleContextItem(key, value) {
984
+ this.i.e4(key, value);
985
+ }
986
+ getIntContextItem(key) {
987
+ let iv = this.i.by(key);
988
+ return (iv);
989
+ }
990
+ setExternalIntContextItem(key, value) {
991
+ this.i.e5(key, value);
992
+ }
993
+ getExternalIntContextItem(key) {
994
+ let iv = this.i.bx(key);
995
+ return (iv);
996
+ }
997
+ setStringContextItem(key, value) {
998
+ this.i.e7(key, value);
999
+ }
1000
+ getStringContextItem(key) {
1001
+ let iv = this.i.cx(key);
1002
+ return (iv);
1003
+ }
1004
+ setBoolContextItem(key, value) {
1005
+ this.i.et(key, value);
1006
+ }
1007
+ getBoolContextItem(key) {
1008
+ let iv = this.i.au(key);
1009
+ return (iv);
1010
+ }
1011
+ setColorContextItem(key, value) {
1012
+ this.i.ew(key, stringToColor(value));
1013
+ }
1014
+ getColorContextItem(key) {
1015
+ let iv = this.i.gp(key);
1016
+ return colorToString(iv);
1017
+ }
1018
+ setDataContextItem(key, value) {
1019
+ this.i.ey(key, value);
1020
+ }
1021
+ getDataContextItem(key) {
1022
+ let iv = this.i.b5(key);
1023
+ return (iv);
1024
+ }
1025
+ setExternalDataContextItem(key, value) {
1026
+ this.i.e3(key, value);
1027
+ }
1028
+ getExternalDataContextItem(key) {
1029
+ let iv = this.i.b9(key);
1030
+ return (iv);
1031
+ }
1032
+ /**
1033
+ * Exports visual information about the current state of the grid.
1034
+
1035
+ */
1036
+ exportVisualData() {
1037
+ let iv = this.i.b3();
1038
+ return (iv);
1039
+ }
1040
+ /**
1041
+ * Returns a serialized copy of the exported visual model
1042
+
1043
+ */
1044
+ exportSerializedVisualData() {
1045
+ let iv = this.i.cu();
1046
+ return (iv);
1047
+ }
1048
+ /**
1049
+ * Event raised when a command is triggered in the toolbar.
1050
+ */
1051
+ get onCommand() {
1052
+ return this._onCommand;
1053
+ }
1054
+ set onCommand(ev) {
1055
+ if (this._onCommand_wrapped !== null) {
1056
+ this.i.onCommand = delegateRemove(this.i.onCommand, this._onCommand_wrapped);
1057
+ this._onCommand_wrapped = null;
1058
+ this._onCommand = null;
1059
+ }
1060
+ this._onCommand = ev;
1061
+ this._onCommand_wrapped = (o, e) => {
1062
+ let outerArgs = new IgcToolCommandEventArgs();
1063
+ outerArgs._provideImplementation(e);
1064
+ if (this.beforeOnCommand) {
1065
+ this.beforeOnCommand(this, outerArgs);
1066
+ }
1067
+ if (this._onCommand) {
1068
+ this._onCommand(this, outerArgs);
1069
+ }
1070
+ };
1071
+ this.i.onCommand = delegateCombine(this.i.onCommand, this._onCommand_wrapped);
1072
+ ;
1073
+ }
1074
+ /**
1075
+ * Event raised when a submenu is opened on the toolbar.
1076
+ */
1077
+ get subMenuOpening() {
1078
+ return this._subMenuOpening;
1079
+ }
1080
+ set subMenuOpening(ev) {
1081
+ if (this._subMenuOpening_wrapped !== null) {
1082
+ this.i.subMenuOpening = delegateRemove(this.i.subMenuOpening, this._subMenuOpening_wrapped);
1083
+ this._subMenuOpening_wrapped = null;
1084
+ this._subMenuOpening = null;
1085
+ }
1086
+ this._subMenuOpening = ev;
1087
+ this._subMenuOpening_wrapped = (o, e) => {
1088
+ let outerArgs = new IgcToolbarSubMenuOpeningEventArgs();
1089
+ outerArgs._provideImplementation(e);
1090
+ if (this.beforeSubMenuOpening) {
1091
+ this.beforeSubMenuOpening(this, outerArgs);
1092
+ }
1093
+ if (this._subMenuOpening) {
1094
+ this._subMenuOpening(this, outerArgs);
1095
+ }
1096
+ };
1097
+ this.i.subMenuOpening = delegateCombine(this.i.subMenuOpening, this._subMenuOpening_wrapped);
1098
+ ;
1099
+ }
1100
+ /**
1101
+ * Event raised when a submenu is closed on the toolbar
1102
+ */
1103
+ get subMenuClosing() {
1104
+ return this._subMenuClosing;
1105
+ }
1106
+ set subMenuClosing(ev) {
1107
+ if (this._subMenuClosing_wrapped !== null) {
1108
+ this.i.subMenuClosing = delegateRemove(this.i.subMenuClosing, this._subMenuClosing_wrapped);
1109
+ this._subMenuClosing_wrapped = null;
1110
+ this._subMenuClosing = null;
1111
+ }
1112
+ this._subMenuClosing = ev;
1113
+ this._subMenuClosing_wrapped = (o, e) => {
1114
+ let outerArgs = new IgcToolbarSubMenuClosingEventArgs();
1115
+ outerArgs._provideImplementation(e);
1116
+ if (this.beforeSubMenuClosing) {
1117
+ this.beforeSubMenuClosing(this, outerArgs);
1118
+ }
1119
+ if (this._subMenuClosing) {
1120
+ this._subMenuClosing(this, outerArgs);
1121
+ }
1122
+ };
1123
+ this.i.subMenuClosing = delegateCombine(this.i.subMenuClosing, this._subMenuClosing_wrapped);
1124
+ ;
1125
+ }
1126
+ }
1127
+ export { IgcToolbarComponent };