igniteui-webcomponents-layouts 7.1.1-beta.2 → 7.1.1-beta.4

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 +2412 -0
  139. package/esm2022/lib/NativeUILayoutFactory_combined.js +14824 -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,20 @@
1
+ import { ListPanelContentRebindEventArgs as ListPanelContentRebindEventArgs_internal } from "./ListPanelContentRebindEventArgs";
2
+ /**
3
+ * Information about list item content that was just rebound.
4
+ */
5
+ export declare class IgcListPanelContentRebindEventArgs {
6
+ protected createImplementation(): ListPanelContentRebindEventArgs_internal;
7
+ protected _implementation: any;
8
+ /**
9
+ * @hidden
10
+ */
11
+ get i(): ListPanelContentRebindEventArgs_internal;
12
+ private onImplementationCreated;
13
+ constructor();
14
+ protected _provideImplementation(i: any): void;
15
+ /**
16
+ * The model that is rebinding.
17
+ */
18
+ get rowObject(): any;
19
+ set rowObject(v: any);
20
+ }
@@ -0,0 +1,42 @@
1
+ import { ListPanelContentRebindEventArgs as ListPanelContentRebindEventArgs_internal } from "./ListPanelContentRebindEventArgs";
2
+ /**
3
+ * Information about list item content that was just rebound.
4
+ */
5
+ export class IgcListPanelContentRebindEventArgs {
6
+ createImplementation() {
7
+ return new ListPanelContentRebindEventArgs_internal();
8
+ }
9
+ /**
10
+ * @hidden
11
+ */
12
+ get i() {
13
+ return this._implementation;
14
+ }
15
+ onImplementationCreated() {
16
+ }
17
+ constructor() {
18
+ this._implementation = this.createImplementation();
19
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
20
+ this.onImplementationCreated();
21
+ if (this._initializeAdapters) {
22
+ this._initializeAdapters();
23
+ }
24
+ }
25
+ _provideImplementation(i) {
26
+ this._implementation = i;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
+ this.onImplementationCreated();
29
+ if (this._initializeAdapters) {
30
+ this._initializeAdapters();
31
+ }
32
+ }
33
+ /**
34
+ * The model that is rebinding.
35
+ */
36
+ get rowObject() {
37
+ return this.i.rowObject;
38
+ }
39
+ set rowObject(v) {
40
+ this.i.rowObject = v;
41
+ }
42
+ }
@@ -0,0 +1,20 @@
1
+ import { ListPanelContentRecycledEventArgs as ListPanelContentRecycledEventArgs_internal } from "./ListPanelContentRecycledEventArgs";
2
+ /**
3
+ * Information about list item content that was just recycled.
4
+ */
5
+ export declare class IgcListPanelContentRecycledEventArgs {
6
+ protected createImplementation(): ListPanelContentRecycledEventArgs_internal;
7
+ protected _implementation: any;
8
+ /**
9
+ * @hidden
10
+ */
11
+ get i(): ListPanelContentRecycledEventArgs_internal;
12
+ private onImplementationCreated;
13
+ constructor();
14
+ protected _provideImplementation(i: any): void;
15
+ /**
16
+ * The model that was recycled.
17
+ */
18
+ get rowObject(): any;
19
+ set rowObject(v: any);
20
+ }
@@ -0,0 +1,42 @@
1
+ import { ListPanelContentRecycledEventArgs as ListPanelContentRecycledEventArgs_internal } from "./ListPanelContentRecycledEventArgs";
2
+ /**
3
+ * Information about list item content that was just recycled.
4
+ */
5
+ export class IgcListPanelContentRecycledEventArgs {
6
+ createImplementation() {
7
+ return new ListPanelContentRecycledEventArgs_internal();
8
+ }
9
+ /**
10
+ * @hidden
11
+ */
12
+ get i() {
13
+ return this._implementation;
14
+ }
15
+ onImplementationCreated() {
16
+ }
17
+ constructor() {
18
+ this._implementation = this.createImplementation();
19
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
20
+ this.onImplementationCreated();
21
+ if (this._initializeAdapters) {
22
+ this._initializeAdapters();
23
+ }
24
+ }
25
+ _provideImplementation(i) {
26
+ this._implementation = i;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
+ this.onImplementationCreated();
29
+ if (this._initializeAdapters) {
30
+ this._initializeAdapters();
31
+ }
32
+ }
33
+ /**
34
+ * The model that was recycled.
35
+ */
36
+ get rowObject() {
37
+ return this.i.rowObject;
38
+ }
39
+ set rowObject(v) {
40
+ this.i.rowObject = v;
41
+ }
42
+ }
@@ -0,0 +1,12 @@
1
+ import { ListPanelContentRefreshedEventArgs as ListPanelContentRefreshedEventArgs_internal } from "./ListPanelContentRefreshedEventArgs";
2
+ export declare class IgcListPanelContentRefreshedEventArgs {
3
+ protected createImplementation(): ListPanelContentRefreshedEventArgs_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i(): ListPanelContentRefreshedEventArgs_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ }
@@ -0,0 +1,30 @@
1
+ import { ListPanelContentRefreshedEventArgs as ListPanelContentRefreshedEventArgs_internal } from "./ListPanelContentRefreshedEventArgs";
2
+ export class IgcListPanelContentRefreshedEventArgs {
3
+ createImplementation() {
4
+ return new ListPanelContentRefreshedEventArgs_internal();
5
+ }
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i() {
10
+ return this._implementation;
11
+ }
12
+ onImplementationCreated() {
13
+ }
14
+ constructor() {
15
+ this._implementation = this.createImplementation();
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
+ this.onImplementationCreated();
18
+ if (this._initializeAdapters) {
19
+ this._initializeAdapters();
20
+ }
21
+ }
22
+ _provideImplementation(i) {
23
+ this._implementation = i;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
+ this.onImplementationCreated();
26
+ if (this._initializeAdapters) {
27
+ this._initializeAdapters();
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,25 @@
1
+ import { IgcListPanelItemModel } from "./igc-list-panel-item-model";
2
+ import { IgcListPanelComponent } from "./igc-list-panel-component";
3
+ import { ListPanelItemEventArgs as ListPanelItemEventArgs_internal } from "./ListPanelItemEventArgs";
4
+ /**
5
+ * Event arguments for the SelectionChanged event.
6
+ */
7
+ export declare class IgcListPanelItemEventArgs {
8
+ protected createImplementation(): ListPanelItemEventArgs_internal;
9
+ protected _implementation: any;
10
+ /**
11
+ * @hidden
12
+ */
13
+ get i(): ListPanelItemEventArgs_internal;
14
+ private onImplementationCreated;
15
+ constructor();
16
+ protected _provideImplementation(i: any): void;
17
+ get itemInfo(): IgcListPanelItemModel;
18
+ set itemInfo(v: IgcListPanelItemModel);
19
+ get listPanel(): IgcListPanelComponent;
20
+ set listPanel(v: IgcListPanelComponent);
21
+ get isLeftButton(): boolean;
22
+ set isLeftButton(v: boolean);
23
+ get isDoubleClick(): boolean;
24
+ set isDoubleClick(v: boolean);
25
+ }
@@ -0,0 +1,79 @@
1
+ import { IgcListPanelItemModel } from "./igc-list-panel-item-model";
2
+ import { ListPanelItemEventArgs as ListPanelItemEventArgs_internal } from "./ListPanelItemEventArgs";
3
+ import { ensureBool } from "igniteui-webcomponents-core";
4
+ /**
5
+ * Event arguments for the SelectionChanged event.
6
+ */
7
+ export class IgcListPanelItemEventArgs {
8
+ createImplementation() {
9
+ return new ListPanelItemEventArgs_internal();
10
+ }
11
+ /**
12
+ * @hidden
13
+ */
14
+ get i() {
15
+ return this._implementation;
16
+ }
17
+ onImplementationCreated() {
18
+ }
19
+ constructor() {
20
+ this._implementation = this.createImplementation();
21
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
22
+ this.onImplementationCreated();
23
+ if (this._initializeAdapters) {
24
+ this._initializeAdapters();
25
+ }
26
+ }
27
+ _provideImplementation(i) {
28
+ this._implementation = i;
29
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
30
+ this.onImplementationCreated();
31
+ if (this._initializeAdapters) {
32
+ this._initializeAdapters();
33
+ }
34
+ }
35
+ get itemInfo() {
36
+ const r = this.i.itemInfo;
37
+ if (r == null) {
38
+ return null;
39
+ }
40
+ if (!r.externalObject) {
41
+ let e = new IgcListPanelItemModel();
42
+ if (r.$type) {
43
+ e._implementation = r;
44
+ }
45
+ else {
46
+ if (e.i.setNativeElement) {
47
+ e.i.setNativeElement(r);
48
+ }
49
+ }
50
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
51
+ }
52
+ return r.externalObject;
53
+ }
54
+ set itemInfo(v) {
55
+ v == null ? this.i.itemInfo = null : this.i.itemInfo = v.i;
56
+ }
57
+ get listPanel() {
58
+ const r = this.i.listPanel;
59
+ if (r == null) {
60
+ return null;
61
+ }
62
+ return r.externalObject;
63
+ }
64
+ set listPanel(v) {
65
+ v == null ? this.i.listPanel = null : this.i.listPanel = v.i;
66
+ }
67
+ get isLeftButton() {
68
+ return this.i.isLeftButton;
69
+ }
70
+ set isLeftButton(v) {
71
+ this.i.isLeftButton = ensureBool(v);
72
+ }
73
+ get isDoubleClick() {
74
+ return this.i.isDoubleClick;
75
+ }
76
+ set isDoubleClick(v) {
77
+ this.i.isDoubleClick = ensureBool(v);
78
+ }
79
+ }
@@ -0,0 +1,31 @@
1
+ import { ListPanelItemModel as ListPanelItemModel_internal } from "./ListPanelItemModel";
2
+ export declare class IgcListPanelItemModel {
3
+ protected createImplementation(): ListPanelItemModel_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i(): ListPanelItemModel_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ get dataRow(): number;
13
+ set dataRow(v: number);
14
+ get rowHeight(): number;
15
+ set rowHeight(v: number);
16
+ get rowObject(): any;
17
+ set rowObject(v: any);
18
+ get isModelDirty(): boolean;
19
+ set isModelDirty(v: boolean);
20
+ get left(): number;
21
+ set left(v: number);
22
+ get top(): number;
23
+ set top(v: number);
24
+ get isActivated(): boolean;
25
+ set isActivated(v: boolean);
26
+ get isActivationSupported(): boolean;
27
+ set isActivationSupported(v: boolean);
28
+ get isSelected(): boolean;
29
+ set isSelected(v: boolean);
30
+ findByName(name: string): any;
31
+ }
@@ -0,0 +1,93 @@
1
+ import { ListPanelItemModel as ListPanelItemModel_internal } from "./ListPanelItemModel";
2
+ import { ensureBool } from "igniteui-webcomponents-core";
3
+ export class IgcListPanelItemModel {
4
+ createImplementation() {
5
+ return new ListPanelItemModel_internal();
6
+ }
7
+ /**
8
+ * @hidden
9
+ */
10
+ get i() {
11
+ return this._implementation;
12
+ }
13
+ onImplementationCreated() {
14
+ }
15
+ constructor() {
16
+ this._implementation = this.createImplementation();
17
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
18
+ this.onImplementationCreated();
19
+ if (this._initializeAdapters) {
20
+ this._initializeAdapters();
21
+ }
22
+ }
23
+ _provideImplementation(i) {
24
+ this._implementation = i;
25
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
26
+ this.onImplementationCreated();
27
+ if (this._initializeAdapters) {
28
+ this._initializeAdapters();
29
+ }
30
+ }
31
+ get dataRow() {
32
+ return this.i.v;
33
+ }
34
+ set dataRow(v) {
35
+ this.i.v = +v;
36
+ }
37
+ get rowHeight() {
38
+ return this.i.t;
39
+ }
40
+ set rowHeight(v) {
41
+ this.i.t = +v;
42
+ }
43
+ get rowObject() {
44
+ return this.i.x;
45
+ }
46
+ set rowObject(v) {
47
+ this.i.x = v;
48
+ }
49
+ get isModelDirty() {
50
+ return this.i.m;
51
+ }
52
+ set isModelDirty(v) {
53
+ this.i.m = ensureBool(v);
54
+ }
55
+ get left() {
56
+ return this.i.s;
57
+ }
58
+ set left(v) {
59
+ this.i.s = +v;
60
+ }
61
+ get top() {
62
+ return this.i.u;
63
+ }
64
+ set top(v) {
65
+ this.i.u = +v;
66
+ }
67
+ get isActivated() {
68
+ return this.i.j;
69
+ }
70
+ set isActivated(v) {
71
+ this.i.j = ensureBool(v);
72
+ }
73
+ get isActivationSupported() {
74
+ return this.i.k;
75
+ }
76
+ set isActivationSupported(v) {
77
+ this.i.k = ensureBool(v);
78
+ }
79
+ get isSelected() {
80
+ return this.i.n;
81
+ }
82
+ set isSelected(v) {
83
+ this.i.n = ensureBool(v);
84
+ }
85
+ findByName(name) {
86
+ if (this.findEphemera) {
87
+ if (name && name.indexOf("@@e:") == 0) {
88
+ return this.findEphemera(name);
89
+ }
90
+ }
91
+ return null;
92
+ }
93
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcListPanelModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,17 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { IgcListPanelComponent } from './igc-list-panel-component';
8
+ import { ListPanel } from './ListPanel';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ export class IgcListPanelModule {
11
+ static register() {
12
+ IgcListPanelComponent.register();
13
+ TypeRegistrar.registerCons('IgcListPanelComponent', IgcListPanelComponent);
14
+ TypeRegistrar.registerCons('IgcListPanelComponent', IgcListPanelComponent);
15
+ TypeRegistrar.register('ListPanel', ListPanel.$type);
16
+ }
17
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcListPanelPrimaryKeyValueModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,15 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { IgcListPanelPrimaryKeyValue } from './igc-list-panel-primary-key-value';
8
+ import { ListPanelPrimaryKeyValue } from './ListPanelPrimaryKeyValue';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ export class IgcListPanelPrimaryKeyValueModule {
11
+ static register() {
12
+ TypeRegistrar.registerCons("IgcListPanelPrimaryKeyValue", IgcListPanelPrimaryKeyValue);
13
+ TypeRegistrar.register("ListPanelPrimaryKeyValue", ListPanelPrimaryKeyValue.$type);
14
+ }
15
+ }
@@ -0,0 +1,31 @@
1
+ import { ListPanelPrimaryKeyValue as ListPanelPrimaryKeyValue_internal } from "./ListPanelPrimaryKeyValue";
2
+ /**
3
+ * A primary key value.
4
+ */
5
+ export declare class IgcListPanelPrimaryKeyValue {
6
+ protected _implementation: any;
7
+ /**
8
+ * @hidden
9
+ */
10
+ get i(): ListPanelPrimaryKeyValue_internal;
11
+ private onImplementationCreated;
12
+ constructor();
13
+ protected _provideImplementation(i: any): void;
14
+ /**
15
+ * The primary key associated with this value.
16
+ */
17
+ get key(): string[];
18
+ set key(v: string[]);
19
+ /**
20
+ * The value of the keys for this primary key value.
21
+ */
22
+ get value(): any[];
23
+ set value(v: any[]);
24
+ findByName(name: string): any;
25
+ /**
26
+ * Determines if two primary key values are equal.
27
+
28
+ * @param other * The other key value to check against.
29
+ */
30
+ equals(other: any): boolean;
31
+ }
@@ -0,0 +1,66 @@
1
+ /**
2
+ * A primary key value.
3
+ */
4
+ export class IgcListPanelPrimaryKeyValue {
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i() {
9
+ return this._implementation;
10
+ }
11
+ onImplementationCreated() {
12
+ }
13
+ constructor() {
14
+ }
15
+ _provideImplementation(i) {
16
+ this._implementation = i;
17
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
18
+ this.onImplementationCreated();
19
+ if (this._initializeAdapters) {
20
+ this._initializeAdapters();
21
+ }
22
+ }
23
+ /**
24
+ * The primary key associated with this value.
25
+ */
26
+ get key() {
27
+ return this.i.key;
28
+ }
29
+ set key(v) {
30
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
31
+ const re = /\s*(?:,|\s|$)\s*/gm;
32
+ v = v.split(re);
33
+ }
34
+ this.i.key = v;
35
+ }
36
+ /**
37
+ * The value of the keys for this primary key value.
38
+ */
39
+ get value() {
40
+ return this.i.value;
41
+ }
42
+ set value(v) {
43
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
44
+ const re = /\s*(?:,|\s|$)\s*/gm;
45
+ v = v.split(re);
46
+ }
47
+ this.i.value = v;
48
+ }
49
+ findByName(name) {
50
+ if (this.findEphemera) {
51
+ if (name && name.indexOf("@@e:") == 0) {
52
+ return this.findEphemera(name);
53
+ }
54
+ }
55
+ return null;
56
+ }
57
+ /**
58
+ * Determines if two primary key values are equal.
59
+
60
+ * @param other * The other key value to check against.
61
+ */
62
+ equals(other) {
63
+ let iv = this.i.equals(other);
64
+ return (iv);
65
+ }
66
+ }
@@ -0,0 +1,34 @@
1
+ import { IgcListPanelSelectedItemsCollection } from "./igc-list-panel-selected-items-collection";
2
+ import { ListPanelSelectedItemsChangedEventArgs as ListPanelSelectedItemsChangedEventArgs_internal } from "./ListPanelSelectedItemsChangedEventArgs";
3
+ /**
4
+ * Information about the changing selected items in the grid.
5
+ */
6
+ export declare class IgcListPanelSelectedItemsChangedEventArgs {
7
+ protected createImplementation(): ListPanelSelectedItemsChangedEventArgs_internal;
8
+ protected _implementation: any;
9
+ /**
10
+ * @hidden
11
+ */
12
+ get i(): ListPanelSelectedItemsChangedEventArgs_internal;
13
+ private onImplementationCreated;
14
+ constructor();
15
+ protected _provideImplementation(i: any): void;
16
+ private _currentItems;
17
+ /**
18
+ * The items added to the selection.
19
+ */
20
+ get currentItems(): IgcListPanelSelectedItemsCollection;
21
+ set currentItems(v: IgcListPanelSelectedItemsCollection);
22
+ private _addedItems;
23
+ /**
24
+ * The items added to the selection.
25
+ */
26
+ get addedItems(): IgcListPanelSelectedItemsCollection;
27
+ set addedItems(v: IgcListPanelSelectedItemsCollection);
28
+ private _removedItems;
29
+ /**
30
+ * The items removed from the selection.
31
+ */
32
+ get removedItems(): IgcListPanelSelectedItemsCollection;
33
+ set removedItems(v: IgcListPanelSelectedItemsCollection);
34
+ }