igniteui-webcomponents-layouts 7.1.1-beta.1 → 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.
- package/entry-points.json +28 -0
- package/{esm5 → esm2022}/lib/ComboEditorBridge.js +39 -42
- package/{esm2015 → esm2022}/lib/ComboEditorCloneDataSourceFilterOperation.js +4 -4
- package/{esm2015 → esm2022}/lib/ComboEditorGotFocusEventArgs.js +6 -6
- package/{esm2015 → esm2022}/lib/ComboEditorLostFocusEventArgs.js +6 -6
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.js +59 -0
- package/{esm5 → esm2022}/lib/ComboEditorSelectedItemChangeType.js +4 -4
- package/{esm5/lib/ComboEditorGotFocusEventArgs.js → esm2022/lib/ComboEditorTextChangedEventArgs.js} +16 -8
- package/{esm5/lib/ComboEditorLostFocusEventArgs.js → esm2022/lib/ComboEditorValueChangedEventArgs.js} +16 -8
- package/esm2022/lib/ComboEditorView_combined.js +2563 -0
- package/esm2022/lib/ComboEditorVisualModelExport.js +181 -0
- package/{esm5 → esm2022}/lib/ExpansionPanelUtilities.js +13 -18
- package/esm2022/lib/ExpansionPanelView_combined.js +708 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
- package/{esm2015/lib/IToolbarView.js → esm2022/lib/IExternalListPanel.js} +1 -1
- package/{esm2015/lib/IListPanelView.js → esm2022/lib/IExternalToolPanel.js} +1 -1
- package/esm2022/lib/IExternalToolbar.js +11 -0
- package/{esm5 → esm2022}/lib/IListPanelView.js +1 -1
- package/{esm2015/lib/IExternalListPanel.js → esm2022/lib/IListPanelViewportManager.js} +1 -1
- package/{esm5/lib/INativeUIToolbarBridge.js → esm2022/lib/INativeUIToolPanelBridge.js} +1 -1
- package/{esm2015 → esm2022}/lib/INativeUIToolbarBridge.js +1 -1
- package/{esm2015/lib/IExternalToolbar.js → esm2022/lib/IPropertyEditorPanelView.js} +1 -1
- package/{esm2015 → esm2022}/lib/IToolPanelView.js +1 -1
- package/{esm5 → esm2022}/lib/IToolbarView.js +1 -1
- package/esm2022/lib/LayoutPrimaryKeyValue.js +101 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.js +157 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.js +158 -0
- package/{esm2015 → esm2022}/lib/ListPanelActivationMode.js +4 -4
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.js +31 -0
- package/{esm2015 → esm2022}/lib/ListPanelColumnDefinition.js +9 -9
- package/{esm5/lib/OnExpandedEventArgs.js → esm2022/lib/ListPanelContentRebindEventArgs.js} +13 -8
- package/{esm5/lib/OnCollapsedEventArgs.js → esm2022/lib/ListPanelContentRecycledEventArgs.js} +13 -8
- package/{esm2015 → esm2022}/lib/ListPanelContentRefreshedEventArgs.js +8 -8
- package/esm2022/lib/ListPanelDataBindingEventArgs.js +20 -0
- package/{esm2015 → esm2022}/lib/ListPanelItemPresenter.js +9 -9
- package/esm2022/lib/ListPanelItemVisualData.js +37 -0
- package/{esm2015 → esm2022}/lib/ListPanelOrientation.js +4 -4
- package/esm2022/lib/ListPanelPrimaryKeyValue.js +85 -0
- package/esm2022/lib/ListPanelRowRange.js +36 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.js +67 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.js +38 -0
- package/{esm5 → esm2022}/lib/ListPanelSelectedItemsCollection.js +15 -22
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.js +158 -0
- package/{esm2015 → esm2022}/lib/ListPanelSelectionBehavior.js +4 -4
- package/{esm2015 → esm2022}/lib/ListPanelSelectionChangedEventArgs.js +6 -6
- package/{esm2015 → esm2022}/lib/ListPanelSelectionMode.js +4 -4
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.js +20 -0
- package/{esm5 → esm2022}/lib/ListPanelView_combined.js +1612 -2048
- package/{esm5/lib/ToolbarSubMenuClosingEventArgs.js → esm2022/lib/ListPanelViewportChangedEventArgs.js} +14 -8
- package/{esm5 → esm2022}/lib/ListPanelVisualData.js +19 -22
- package/{esm2015 → esm2022}/lib/ListPanelVisualModel.js +15 -15
- package/{esm2015 → esm2022}/lib/NativeUIContentRefreshedEventArgs.js +6 -6
- package/{lib → esm2022/lib}/NativeUILayoutFactory_combined.d.ts +2 -2
- package/esm2022/lib/NativeUILayoutFactory_combined.js +14724 -0
- package/{esm2015/lib/IExternalToolPanel.js → esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.js} +5 -2
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +14 -0
- package/{esm2015 → esm2022}/lib/NestedActionMode.js +4 -4
- package/{esm2015 → esm2022}/lib/OnCollapsedEventArgs.js +6 -6
- package/{esm2015 → esm2022}/lib/OnExpandedEventArgs.js +6 -6
- package/esm2022/lib/PropertyEditorDataSource_combined.js +694 -0
- package/{esm5 → esm2022}/lib/PropertyEditorPanelColumnDefinition.js +20 -23
- package/{esm5/lib/PropertyEditorPanelColumnType.js → esm2022/lib/PropertyEditorPanelColumnFieldType.js} +1 -1
- package/{esm2015 → esm2022}/lib/PropertyEditorPanelColumnType.js +1 -1
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.js +24 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.js +19 -0
- package/{esm2015/lib/NativeUIToolbarSubMenuClosingEventArgs.js → esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js} +12 -6
- package/{esm2015 → esm2022}/lib/PropertyEditorPanelUpdateMode.js +4 -4
- package/{esm5 → esm2022}/lib/PropertyEditorPanelView_combined.js +452 -580
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +14 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +24 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +38 -0
- package/{esm5 → esm2022}/lib/PropertyEditorTreeTransformer.js +66 -69
- package/{esm2015 → esm2022}/lib/PropertyEditorValueType.js +4 -4
- package/{esm2015 → esm2022}/lib/ToolActionButtonDisplayType.js +4 -4
- package/{esm2015 → esm2022}/lib/ToolActionButtonGroupDisplayType.js +4 -4
- package/{esm5 → esm2022}/lib/ToolActionButtonPairVisualData.js +16 -19
- package/{esm2015 → esm2022}/lib/ToolActionButtonVisualData.js +13 -13
- package/{esm5 → esm2022}/lib/ToolActionCheckboxGroupVisualData.js +10 -13
- package/{esm2015 → esm2022}/lib/ToolActionCheckboxListIndexType.js +4 -4
- package/{esm2015 → esm2022}/lib/ToolActionCheckboxListVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionCheckboxVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionColorEditorVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionComboVisualData.js +13 -13
- package/esm2022/lib/ToolActionEventDetail.js +25 -0
- package/{esm2015 → esm2022}/lib/ToolActionEventDetailCollection.js +8 -8
- package/esm2022/lib/ToolActionFieldSelectorAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.js +158 -0
- package/{esm2015 → esm2022}/lib/ToolActionFieldSelectorEventType.js +4 -4
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +158 -0
- package/{esm2015 → esm2022}/lib/ToolActionFieldSelectorType.js +4 -4
- package/{esm5/lib/ListPanelContentRefreshedEventArgs.js → esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js} +13 -8
- package/{esm2015 → esm2022}/lib/ToolActionGroupHeaderVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionIconMenuVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionLabelVisualData.js +13 -13
- package/{esm5/lib/ListPanelColumnDefinition.js → esm2022/lib/ToolActionMeasurementContext.js} +19 -10
- package/{esm2015 → esm2022}/lib/ToolActionNumberInputVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionPerformedEventArgs.js +12 -12
- package/{esm5 → esm2022}/lib/ToolActionRadioGroupVisualData.js +10 -13
- package/{esm2015 → esm2022}/lib/ToolActionRadioVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionSeparatorVisualData.js +8 -8
- package/{esm2015 → esm2022}/lib/ToolActionSubPanelVisualData.js +13 -13
- package/{esm2015 → esm2022}/lib/ToolActionTextInputVisualData.js +13 -13
- package/{esm5 → esm2022}/lib/ToolActionVisualData.js +21 -24
- package/{esm2015 → esm2022}/lib/ToolCommandEventArgs.js +10 -10
- package/esm2022/lib/ToolContextBinding.js +74 -0
- package/{esm5 → esm2022}/lib/ToolContextBindingCollection.js +10 -13
- package/{esm2015 → esm2022}/lib/ToolPanelContentRefreshedEventArgs.js +8 -8
- package/{esm5 → esm2022}/lib/ToolPanelContext.js +25 -28
- package/esm2022/lib/ToolPanelContextChangedEventArgs.js +20 -0
- package/{esm2015 → esm2022}/lib/ToolPanelContextSwappedEventArgs.js +6 -6
- package/esm2022/lib/ToolPanelIconRepository.js +30 -0
- package/{esm2015 → esm2022}/lib/ToolPanelOrientation.js +4 -4
- package/esm2022/lib/ToolPanelVisualData_combined.js +70 -0
- package/{esm5 → esm2022}/lib/ToolbarIconManager.js +9 -14
- package/{esm2015 → esm2022}/lib/ToolbarOrientation.js +4 -4
- package/{esm2015 → esm2022}/lib/ToolbarSubMenuClosingEventArgs.js +8 -8
- package/{esm2015 → esm2022}/lib/ToolbarSubMenuOpeningEventArgs.js +8 -8
- package/esm2022/lib/TooltipTextPresenter.js +176 -0
- package/esm2022/lib/combo-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/combo-editor-entrypoint.js +4 -0
- package/esm2022/lib/igc-combo-editor-component.js +1497 -0
- package/{esm2015 → esm2022}/lib/igc-layout-primary-key-value.js +1 -1
- package/esm2022/lib/igc-list-panel-component.js +1118 -0
- package/{esm2015 → esm2022}/lib/igc-list-panel-primary-key-value.js +1 -1
- package/esm2022/lib/igc-property-editor-panel-component.js +456 -0
- package/esm2022/lib/igc-property-editor-property-description-component.js +592 -0
- package/esm2022/lib/igc-tool-action-button-component.js +92 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.js +401 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.js +173 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.js +259 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.js +81 -0
- package/esm2022/lib/igc-tool-action-combo-component.js +135 -0
- package/esm2022/lib/igc-tool-action-component.js +1018 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.js +259 -0
- package/esm2022/lib/igc-tool-action-group-header-component.js +91 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.js +183 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.js +101 -0
- package/esm2022/lib/igc-tool-action-label-component.js +71 -0
- package/esm2022/lib/igc-tool-action-number-input-component.js +81 -0
- package/esm2022/lib/igc-tool-action-radio-component.js +206 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-separator-component.js +91 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.js +81 -0
- package/esm2022/lib/igc-tool-action-text-input-component.js +80 -0
- package/esm2022/lib/igc-tool-panel-component.js +1260 -0
- package/esm2022/lib/igc-toolbar-component.js +1127 -0
- package/esm2022/lib/igc-x-expansion-panel-component.js +505 -0
- package/esm2022/lib/list-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/list-panel-entrypoint.js +4 -0
- package/esm2022/lib/property-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/property-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/tool-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/tool-panel-entrypoint.js +4 -0
- package/esm2022/lib/toolbar-entrypoint.d.ts +1 -0
- package/esm2022/lib/toolbar-entrypoint.js +4 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.js +4 -0
- package/package.json +47 -12
- package/bundles/igniteui-webcomponents-layouts.umd.js +0 -48815
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +0 -7
- package/esm2015/igniteui-webcomponents-layouts.js +0 -1
- package/esm2015/lib/ComboEditorBridge.js +0 -159
- package/esm2015/lib/ComboEditorMultipleDataSourceNotifier.js +0 -59
- package/esm2015/lib/ComboEditorSelectedItemChangeType.js +0 -20
- package/esm2015/lib/ComboEditorTextChangedEventArgs.js +0 -27
- package/esm2015/lib/ComboEditorValueChangedEventArgs.js +0 -27
- package/esm2015/lib/ComboEditorView_combined.js +0 -2563
- package/esm2015/lib/ComboEditorVisualModelExport.js +0 -181
- package/esm2015/lib/ExpansionPanelUtilities.js +0 -35
- package/esm2015/lib/ExpansionPanelView_combined.js +0 -708
- package/esm2015/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +0 -18
- package/esm2015/lib/IListPanelViewportManager.js +0 -11
- package/esm2015/lib/INativeUIToolPanelBridge.js +0 -12
- package/esm2015/lib/IPropertyEditorPanelView.js +0 -11
- package/esm2015/lib/LayoutPrimaryKeyValue.js +0 -101
- package/esm2015/lib/LayoutSelectedItemsCollection.js +0 -157
- package/esm2015/lib/LayoutSelectedKeysCollection.js +0 -158
- package/esm2015/lib/ListPanelActiveRowChangedEventArgs.js +0 -31
- package/esm2015/lib/ListPanelContentRebindEventArgs.js +0 -24
- package/esm2015/lib/ListPanelContentRecycledEventArgs.js +0 -24
- package/esm2015/lib/ListPanelDataBindingEventArgs.js +0 -20
- package/esm2015/lib/ListPanelItemVisualData.js +0 -37
- package/esm2015/lib/ListPanelPrimaryKeyValue.js +0 -85
- package/esm2015/lib/ListPanelRowRange.js +0 -36
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +0 -67
- package/esm2015/lib/ListPanelSelectedItemsChangedEventArgs.js +0 -38
- package/esm2015/lib/ListPanelSelectedItemsCollection.js +0 -40
- package/esm2015/lib/ListPanelSelectedKeysChangedEventArgs.js +0 -38
- package/esm2015/lib/ListPanelSelectedKeysCollection.js +0 -158
- package/esm2015/lib/ListPanelTemplateHeightRequestedEventArgs.js +0 -20
- package/esm2015/lib/ListPanelTemplateWidthRequestedEventArgs.js +0 -20
- package/esm2015/lib/ListPanelView_combined.js +0 -3942
- package/esm2015/lib/ListPanelViewportChangedEventArgs.js +0 -25
- package/esm2015/lib/ListPanelVisualData.js +0 -47
- package/esm2015/lib/NativeUILayoutFactory_combined.js +0 -14724
- package/esm2015/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +0 -14
- package/esm2015/lib/PropertyEditorDataSource_combined.js +0 -694
- package/esm2015/lib/PropertyEditorPanelColumnDefinition.js +0 -53
- package/esm2015/lib/PropertyEditorPanelColumnFieldType.js +0 -11
- package/esm2015/lib/PropertyEditorPanelComboBoxBridgeItem.js +0 -24
- package/esm2015/lib/PropertyEditorPanelDataBindingEventArgs.js +0 -20
- package/esm2015/lib/PropertyEditorPanelDropDownDataListItem.js +0 -19
- package/esm2015/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +0 -20
- package/esm2015/lib/PropertyEditorPanelView_combined.js +0 -1105
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -14
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -24
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -38
- package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -243
- package/esm2015/lib/ToolActionButtonPairVisualData.js +0 -37
- package/esm2015/lib/ToolActionCheckboxGroupVisualData.js +0 -23
- package/esm2015/lib/ToolActionEventDetail.js +0 -25
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +0 -38
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +0 -158
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +0 -38
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +0 -158
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +0 -24
- package/esm2015/lib/ToolActionMeasurementContext.js +0 -30
- package/esm2015/lib/ToolActionRadioGroupVisualData.js +0 -23
- package/esm2015/lib/ToolActionVisualData.js +0 -58
- package/esm2015/lib/ToolContextBinding.js +0 -74
- package/esm2015/lib/ToolContextBindingCollection.js +0 -26
- package/esm2015/lib/ToolPanelContext.js +0 -74
- package/esm2015/lib/ToolPanelContextChangedEventArgs.js +0 -20
- package/esm2015/lib/ToolPanelIconRepository.js +0 -30
- package/esm2015/lib/ToolPanelVisualData_combined.js +0 -70
- package/esm2015/lib/ToolbarIconManager.js +0 -38
- package/esm2015/lib/TooltipTextPresenter.js +0 -176
- package/esm2015/lib/igc-combo-editor-component.js +0 -1500
- package/esm2015/lib/igc-list-panel-component.js +0 -1121
- package/esm2015/lib/igc-property-editor-panel-component.js +0 -459
- package/esm2015/lib/igc-property-editor-property-description-component.js +0 -595
- package/esm2015/lib/igc-tool-action-button-component.js +0 -95
- package/esm2015/lib/igc-tool-action-button-pair-component.js +0 -404
- package/esm2015/lib/igc-tool-action-checkbox-component.js +0 -176
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +0 -112
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +0 -262
- package/esm2015/lib/igc-tool-action-color-editor-component.js +0 -84
- package/esm2015/lib/igc-tool-action-combo-component.js +0 -138
- package/esm2015/lib/igc-tool-action-component.js +0 -1020
- package/esm2015/lib/igc-tool-action-field-selector-component.js +0 -262
- package/esm2015/lib/igc-tool-action-group-header-component.js +0 -94
- package/esm2015/lib/igc-tool-action-icon-button-component.js +0 -186
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +0 -104
- package/esm2015/lib/igc-tool-action-label-component.js +0 -74
- package/esm2015/lib/igc-tool-action-number-input-component.js +0 -84
- package/esm2015/lib/igc-tool-action-radio-component.js +0 -209
- package/esm2015/lib/igc-tool-action-radio-group-component.js +0 -112
- package/esm2015/lib/igc-tool-action-separator-component.js +0 -94
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +0 -84
- package/esm2015/lib/igc-tool-action-text-input-component.js +0 -83
- package/esm2015/lib/igc-tool-panel-component.js +0 -1263
- package/esm2015/lib/igc-toolbar-component.js +0 -1130
- package/esm2015/lib/igc-x-expansion-panel-component.js +0 -508
- package/esm5/igniteui-webcomponents-layouts.js +0 -1
- package/esm5/lib/ComboEditor.js +0 -7
- package/esm5/lib/ComboEditorCloneDataSourceFilterOperation.js +0 -20
- package/esm5/lib/ComboEditorDataSourceNotificationHandler.js +0 -7
- package/esm5/lib/ComboEditorMultipleDataSourceNotifier.js +0 -70
- package/esm5/lib/ComboEditorTextChangedEventArgs.js +0 -38
- package/esm5/lib/ComboEditorValueChangedEventArgs.js +0 -38
- package/esm5/lib/ComboEditorView.js +0 -7
- package/esm5/lib/ComboEditorView_combined.js +0 -2966
- package/esm5/lib/ComboEditorVisualModelExport.js +0 -200
- package/esm5/lib/DrillDownRequestedEventArgs.js +0 -7
- package/esm5/lib/ExpansionPanelView.js +0 -7
- package/esm5/lib/ExpansionPanelView_combined.js +0 -807
- package/esm5/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +0 -21
- package/esm5/lib/IExternalListPanel.js +0 -11
- package/esm5/lib/IExternalToolPanel.js +0 -11
- package/esm5/lib/IExternalToolbar.js +0 -11
- package/esm5/lib/IListPanelViewportManager.js +0 -11
- package/esm5/lib/INativeUIToolPanelBridge.js +0 -12
- package/esm5/lib/IPropertyEditorPanelView.js +0 -11
- package/esm5/lib/IToolPanelView.js +0 -11
- package/esm5/lib/LayoutPrimaryKeyValue.js +0 -116
- package/esm5/lib/LayoutSelectedItemsCollection.js +0 -218
- package/esm5/lib/LayoutSelectedKeysCollection.js +0 -219
- package/esm5/lib/ListPanel.js +0 -7
- package/esm5/lib/ListPanelActivationManager.js +0 -7
- package/esm5/lib/ListPanelActivationMode.js +0 -25
- package/esm5/lib/ListPanelActiveRowChangedEventArgs.js +0 -42
- package/esm5/lib/ListPanelContentRebindEventArgs.js +0 -31
- package/esm5/lib/ListPanelContentRecycledEventArgs.js +0 -31
- package/esm5/lib/ListPanelDataBindingEventArgs.js +0 -23
- package/esm5/lib/ListPanelDataSourceNotificationBridge.js +0 -7
- package/esm5/lib/ListPanelItemEventArgs.js +0 -7
- package/esm5/lib/ListPanelItemModel.js +0 -7
- package/esm5/lib/ListPanelItemPresenter.js +0 -21
- package/esm5/lib/ListPanelItemVisualData.js +0 -40
- package/esm5/lib/ListPanelLayoutPanel.js +0 -7
- package/esm5/lib/ListPanelOrientation.js +0 -17
- package/esm5/lib/ListPanelPrimaryKeyValue.js +0 -96
- package/esm5/lib/ListPanelRowRange.js +0 -43
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +0 -70
- package/esm5/lib/ListPanelSelectedItemsChangedEventArgs.js +0 -53
- package/esm5/lib/ListPanelSelectedKeysChangedEventArgs.js +0 -53
- package/esm5/lib/ListPanelSelectedKeysCollection.js +0 -219
- package/esm5/lib/ListPanelSelectionBehavior.js +0 -25
- package/esm5/lib/ListPanelSelectionChangedEventArgs.js +0 -19
- package/esm5/lib/ListPanelSelectionManager.js +0 -7
- package/esm5/lib/ListPanelSelectionMode.js +0 -29
- package/esm5/lib/ListPanelTemplateHeightRequestedEventArgs.js +0 -23
- package/esm5/lib/ListPanelTemplateItemUpdatingEventArgs.js +0 -7
- package/esm5/lib/ListPanelTemplateWidthRequestedEventArgs.js +0 -23
- package/esm5/lib/ListPanelView.js +0 -7
- package/esm5/lib/ListPanelViewportChangedEventArgs.js +0 -28
- package/esm5/lib/ListPanelVisualModel.js +0 -32
- package/esm5/lib/NativeUIContentRefreshedEventArgs.js +0 -19
- package/esm5/lib/NativeUILayoutFactory.js +0 -7
- package/esm5/lib/NativeUILayoutFactory_combined.js +0 -17035
- package/esm5/lib/NativeUIToolPanel.js +0 -7
- package/esm5/lib/NativeUIToolbar.js +0 -7
- package/esm5/lib/NativeUIToolbarSubMenuClosingEventArgs.js +0 -19
- package/esm5/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +0 -19
- package/esm5/lib/NestedActionMode.js +0 -18
- package/esm5/lib/PanelAnimationRequest.js +0 -7
- package/esm5/lib/PanelInfo.js +0 -7
- package/esm5/lib/PropertyEditorDataSource.js +0 -7
- package/esm5/lib/PropertyEditorDataSource_combined.js +0 -828
- package/esm5/lib/PropertyEditorDescriptionObject.js +0 -7
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
- package/esm5/lib/PropertyEditorPanel.js +0 -7
- package/esm5/lib/PropertyEditorPanelColumnFieldType.js +0 -11
- package/esm5/lib/PropertyEditorPanelComboBoxBridgeItem.js +0 -31
- package/esm5/lib/PropertyEditorPanelDataBindingEventArgs.js +0 -23
- package/esm5/lib/PropertyEditorPanelDropDownDataListItem.js +0 -22
- package/esm5/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +0 -23
- package/esm5/lib/PropertyEditorPanelUpdateMode.js +0 -17
- package/esm5/lib/PropertyEditorPanelView.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -19
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -31
- package/esm5/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -53
- package/esm5/lib/PropertyEditorValueType.js +0 -40
- package/esm5/lib/ToolAction.js +0 -7
- package/esm5/lib/ToolActionButton.js +0 -7
- package/esm5/lib/ToolActionButtonDisplayType.js +0 -20
- package/esm5/lib/ToolActionButtonGroupDisplayType.js +0 -19
- package/esm5/lib/ToolActionButtonPair.js +0 -7
- package/esm5/lib/ToolActionButtonVisualData.js +0 -27
- package/esm5/lib/ToolActionCheckbox.js +0 -7
- package/esm5/lib/ToolActionCheckboxGroup.js +0 -7
- package/esm5/lib/ToolActionCheckboxList.js +0 -7
- package/esm5/lib/ToolActionCheckboxListIndexType.js +0 -16
- package/esm5/lib/ToolActionCheckboxListVisualData.js +0 -27
- package/esm5/lib/ToolActionCheckboxVisualData.js +0 -27
- package/esm5/lib/ToolActionCollection.js +0 -7
- package/esm5/lib/ToolActionColorEditor.js +0 -7
- package/esm5/lib/ToolActionColorEditorVisualData.js +0 -27
- package/esm5/lib/ToolActionCombo.js +0 -7
- package/esm5/lib/ToolActionComboVisualData.js +0 -27
- package/esm5/lib/ToolActionEventDetail.js +0 -28
- package/esm5/lib/ToolActionEventDetailCollection.js +0 -21
- package/esm5/lib/ToolActionFieldSelector.js +0 -7
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +0 -53
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +0 -219
- package/esm5/lib/ToolActionFieldSelectorEventType.js +0 -16
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +0 -53
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +0 -219
- package/esm5/lib/ToolActionFieldSelectorType.js +0 -16
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +0 -27
- package/esm5/lib/ToolActionGroupHeader.js +0 -7
- package/esm5/lib/ToolActionGroupHeaderVisualData.js +0 -27
- package/esm5/lib/ToolActionIconButton.js +0 -7
- package/esm5/lib/ToolActionIconMenu.js +0 -7
- package/esm5/lib/ToolActionIconMenuVisualData.js +0 -27
- package/esm5/lib/ToolActionLabel.js +0 -7
- package/esm5/lib/ToolActionLabelVisualData.js +0 -27
- package/esm5/lib/ToolActionMeasurementContext.js +0 -33
- package/esm5/lib/ToolActionNumberInput.js +0 -7
- package/esm5/lib/ToolActionNumberInputVisualData.js +0 -27
- package/esm5/lib/ToolActionPerformedEventArgs.js +0 -25
- package/esm5/lib/ToolActionPopupOpeningEventArgs.js +0 -7
- package/esm5/lib/ToolActionRadio.js +0 -7
- package/esm5/lib/ToolActionRadioGroup.js +0 -7
- package/esm5/lib/ToolActionRadioVisualData.js +0 -27
- package/esm5/lib/ToolActionSeparator.js +0 -7
- package/esm5/lib/ToolActionSeparatorVisualData.js +0 -23
- package/esm5/lib/ToolActionSubPanel.js +0 -7
- package/esm5/lib/ToolActionSubPanelVisualData.js +0 -27
- package/esm5/lib/ToolActionTextInput.js +0 -7
- package/esm5/lib/ToolActionTextInputVisualData.js +0 -27
- package/esm5/lib/ToolCommandEventArgs.js +0 -22
- package/esm5/lib/ToolContextBinding.js +0 -89
- package/esm5/lib/ToolPanel.js +0 -7
- package/esm5/lib/ToolPanelContentRefreshedEventArgs.js +0 -19
- package/esm5/lib/ToolPanelContextChangedEventArgs.js +0 -23
- package/esm5/lib/ToolPanelContextSwappedEventArgs.js +0 -19
- package/esm5/lib/ToolPanelDropdownMenuVisualData.js +0 -7
- package/esm5/lib/ToolPanelIconRepository.js +0 -35
- package/esm5/lib/ToolPanelOrientation.js +0 -17
- package/esm5/lib/ToolPanelView.js +0 -7
- package/esm5/lib/ToolPanelVisualData.js +0 -7
- package/esm5/lib/ToolPanelVisualData_combined.js +0 -75
- package/esm5/lib/ToolPanelsPresenter.js +0 -7
- package/esm5/lib/Toolbar.js +0 -7
- package/esm5/lib/ToolbarContextAccessor.js +0 -7
- package/esm5/lib/ToolbarOrientation.js +0 -17
- package/esm5/lib/ToolbarSubMenuOpeningEventArgs.js +0 -19
- package/esm5/lib/ToolbarView.js +0 -7
- package/esm5/lib/TooltipTextPresenter.js +0 -208
- package/esm5/lib/XExpansionPanel.js +0 -7
- package/esm5/lib/XToolPanelBridge.js +0 -7
- package/esm5/lib/XToolbarBridge.js +0 -7
- package/esm5/lib/igc-combo-editor-component.js +0 -1901
- package/esm5/lib/igc-combo-editor-got-focus-event-args.js +0 -36
- package/esm5/lib/igc-combo-editor-lost-focus-event-args.js +0 -36
- package/esm5/lib/igc-combo-editor-module.js +0 -25
- package/esm5/lib/igc-combo-editor-text-changed-event-args.js +0 -40
- package/esm5/lib/igc-combo-editor-value-changed-event-args.js +0 -40
- package/esm5/lib/igc-layout-primary-key-value-module.js +0 -19
- package/esm5/lib/igc-layout-primary-key-value.js +0 -80
- package/esm5/lib/igc-layout-selected-items-collection.js +0 -35
- package/esm5/lib/igc-layout-selected-keys-collection.js +0 -58
- package/esm5/lib/igc-list-panel-active-row-changed-event-args.js +0 -65
- package/esm5/lib/igc-list-panel-component.js +0 -1321
- package/esm5/lib/igc-list-panel-content-rebind-event-args.js +0 -52
- package/esm5/lib/igc-list-panel-content-recycled-event-args.js +0 -52
- package/esm5/lib/igc-list-panel-content-refreshed-event-args.js +0 -36
- package/esm5/lib/igc-list-panel-item-event-args.js +0 -101
- package/esm5/lib/igc-list-panel-item-model.js +0 -135
- package/esm5/lib/igc-list-panel-module.js +0 -21
- package/esm5/lib/igc-list-panel-primary-key-value-module.js +0 -19
- package/esm5/lib/igc-list-panel-primary-key-value.js +0 -80
- package/esm5/lib/igc-list-panel-selected-items-changed-event-args.js +0 -154
- package/esm5/lib/igc-list-panel-selected-items-collection.js +0 -35
- package/esm5/lib/igc-list-panel-selected-keys-changed-event-args.js +0 -154
- package/esm5/lib/igc-list-panel-selected-keys-collection.js +0 -58
- package/esm5/lib/igc-list-panel-selection-changed-event-args.js +0 -39
- package/esm5/lib/igc-list-panel-template-height-requested-event-args.js +0 -66
- package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +0 -83
- package/esm5/lib/igc-list-panel-template-width-requested-event-args.js +0 -66
- package/esm5/lib/igc-on-collapsed-event-args.js +0 -36
- package/esm5/lib/igc-on-expanded-event-args.js +0 -36
- package/esm5/lib/igc-property-editor-data-source.js +0 -64
- package/esm5/lib/igc-property-editor-description-object-collection.js +0 -58
- package/esm5/lib/igc-property-editor-description-object.js +0 -95
- package/esm5/lib/igc-property-editor-panel-component.js +0 -561
- package/esm5/lib/igc-property-editor-panel-module.js +0 -25
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -36
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -46
- package/esm5/lib/igc-property-editor-property-description-coercing-value-event-args.js +0 -111
- package/esm5/lib/igc-property-editor-property-description-collection.js +0 -58
- package/esm5/lib/igc-property-editor-property-description-component.js +0 -723
- package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -66
- package/esm5/lib/igc-tool-action-button-component.js +0 -110
- package/esm5/lib/igc-tool-action-button-module.js +0 -20
- package/esm5/lib/igc-tool-action-button-pair-component.js +0 -559
- package/esm5/lib/igc-tool-action-button-pair-module.js +0 -20
- package/esm5/lib/igc-tool-action-checkbox-component.js +0 -223
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +0 -131
- package/esm5/lib/igc-tool-action-checkbox-group-module.js +0 -20
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +0 -330
- package/esm5/lib/igc-tool-action-checkbox-list-module.js +0 -20
- package/esm5/lib/igc-tool-action-checkbox-module.js +0 -20
- package/esm5/lib/igc-tool-action-collection.js +0 -58
- package/esm5/lib/igc-tool-action-color-editor-component.js +0 -95
- package/esm5/lib/igc-tool-action-color-editor-module.js +0 -20
- package/esm5/lib/igc-tool-action-combo-component.js +0 -162
- package/esm5/lib/igc-tool-action-combo-module.js +0 -20
- package/esm5/lib/igc-tool-action-component.js +0 -1360
- package/esm5/lib/igc-tool-action-event-detail-collection.js +0 -58
- package/esm5/lib/igc-tool-action-event-detail.js +0 -126
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +0 -19
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +0 -76
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +0 -58
- package/esm5/lib/igc-tool-action-field-selector-component.js +0 -330
- package/esm5/lib/igc-tool-action-field-selector-module.js +0 -20
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +0 -19
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +0 -76
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +0 -58
- package/esm5/lib/igc-tool-action-group-header-component.js +0 -109
- package/esm5/lib/igc-tool-action-group-header-module.js +0 -20
- package/esm5/lib/igc-tool-action-icon-button-component.js +0 -243
- package/esm5/lib/igc-tool-action-icon-button-module.js +0 -20
- package/esm5/lib/igc-tool-action-icon-menu-component.js +0 -123
- package/esm5/lib/igc-tool-action-icon-menu-module.js +0 -20
- package/esm5/lib/igc-tool-action-label-component.js +0 -81
- package/esm5/lib/igc-tool-action-label-module.js +0 -20
- package/esm5/lib/igc-tool-action-number-input-component.js +0 -95
- package/esm5/lib/igc-tool-action-number-input-module.js +0 -20
- package/esm5/lib/igc-tool-action-performed-event-args.js +0 -112
- package/esm5/lib/igc-tool-action-popup-opening-event-args.js +0 -69
- package/esm5/lib/igc-tool-action-radio-component.js +0 -268
- package/esm5/lib/igc-tool-action-radio-group-component.js +0 -131
- package/esm5/lib/igc-tool-action-radio-group-module.js +0 -20
- package/esm5/lib/igc-tool-action-radio-module.js +0 -20
- package/esm5/lib/igc-tool-action-separator-component.js +0 -109
- package/esm5/lib/igc-tool-action-separator-module.js +0 -20
- package/esm5/lib/igc-tool-action-sub-panel-component.js +0 -95
- package/esm5/lib/igc-tool-action-sub-panel-module.js +0 -20
- package/esm5/lib/igc-tool-action-text-input-component.js +0 -94
- package/esm5/lib/igc-tool-action-text-input-module.js +0 -20
- package/esm5/lib/igc-tool-command-event-args.js +0 -57
- package/esm5/lib/igc-tool-context-binding-collection.js +0 -58
- package/esm5/lib/igc-tool-context-binding.js +0 -108
- package/esm5/lib/igc-tool-panel-component.js +0 -1679
- package/esm5/lib/igc-tool-panel-content-refreshed-event-args.js +0 -36
- package/esm5/lib/igc-tool-panel-context-changed-event-args.js +0 -66
- package/esm5/lib/igc-tool-panel-context-swapped-event-args.js +0 -36
- package/esm5/lib/igc-tool-panel-module.js +0 -63
- package/esm5/lib/igc-toolbar-component.js +0 -1399
- package/esm5/lib/igc-toolbar-module.js +0 -23
- package/esm5/lib/igc-toolbar-sub-menu-closing-event-args.js +0 -36
- package/esm5/lib/igc-toolbar-sub-menu-opening-event-args.js +0 -36
- package/esm5/lib/igc-x-expansion-panel-component.js +0 -635
- package/esm5/lib/igc-x-expansion-panel-module.js +0 -21
- package/esm5/public_api.js +0 -276
- package/fesm2015/igniteui-webcomponents-layouts.js +0 -40943
- package/fesm5/igniteui-webcomponents-layouts.js +0 -48518
- package/igniteui-webcomponents-layouts.d.ts +0 -1
- /package/{lib → esm2022/lib}/ComboEditor.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ComboEditor.js +0 -0
- /package/{lib → esm2022/lib}/ComboEditorBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorCloneDataSourceFilterOperation.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorDataSourceNotificationHandler.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ComboEditorDataSourceNotificationHandler.js +0 -0
- /package/{lib → esm2022/lib}/ComboEditorGotFocusEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorLostFocusEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorMultipleDataSourceNotifier.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorSelectedItemChangeType.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorTextChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorValueChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ComboEditorView.js +0 -0
- /package/{lib → esm2022/lib}/ComboEditorView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/ComboEditorVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/DrillDownRequestedEventArgs.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/DrillDownRequestedEventArgs.js +0 -0
- /package/{lib → esm2022/lib}/ExpansionPanelUtilities.d.ts +0 -0
- /package/{lib → esm2022/lib}/ExpansionPanelView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ExpansionPanelView.js +0 -0
- /package/{lib → esm2022/lib}/ExpansionPanelView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/IExternalListPanel.d.ts +0 -0
- /package/{lib → esm2022/lib}/IExternalToolPanel.d.ts +0 -0
- /package/{lib → esm2022/lib}/IExternalToolbar.d.ts +0 -0
- /package/{lib → esm2022/lib}/IListPanelView.d.ts +0 -0
- /package/{lib → esm2022/lib}/IListPanelViewportManager.d.ts +0 -0
- /package/{lib → esm2022/lib}/INativeUIToolPanelBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/INativeUIToolbarBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/IPropertyEditorPanelView.d.ts +0 -0
- /package/{lib → esm2022/lib}/IToolPanelView.d.ts +0 -0
- /package/{lib → esm2022/lib}/IToolbarView.d.ts +0 -0
- /package/{lib → esm2022/lib}/LayoutPrimaryKeyValue.d.ts +0 -0
- /package/{lib → esm2022/lib}/LayoutSelectedItemsCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/LayoutSelectedKeysCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanel.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelActivationManager.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelActivationManager.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelActivationMode.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelActiveRowChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelColumnDefinition.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelContentRebindEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelContentRecycledEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelContentRefreshedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelDataBindingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelDataSourceNotificationBridge.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelDataSourceNotificationBridge.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelItemEventArgs.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelItemEventArgs.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelItemModel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelItemModel.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelItemPresenter.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelItemVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelLayoutPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelLayoutPanel.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelOrientation.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelPrimaryKeyValue.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelRowRange.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelScrollerKeyboardListener.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectedItemsChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectedItemsCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectedKeysChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectedKeysCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectionBehavior.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectionChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectionManager.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelSelectionManager.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelSelectionMode.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelTemplateHeightRequestedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelTemplateItemUpdatingEventArgs.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelTemplateItemUpdatingEventArgs.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelTemplateWidthRequestedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ListPanelView.js +0 -0
- /package/{lib → esm2022/lib}/ListPanelView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelViewportChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ListPanelVisualModel.d.ts +0 -0
- /package/{lib → esm2022/lib}/NativeUIContentRefreshedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/NativeUILayoutFactory.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/NativeUILayoutFactory.js +0 -0
- /package/{lib → esm2022/lib}/NativeUIToolPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/NativeUIToolPanel.js +0 -0
- /package/{lib → esm2022/lib}/NativeUIToolbar.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/NativeUIToolbar.js +0 -0
- /package/{lib → esm2022/lib}/NativeUIToolbarSubMenuClosingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/NativeUIToolbarSubMenuOpeningEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/NestedActionMode.d.ts +0 -0
- /package/{lib → esm2022/lib}/OnCollapsedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/OnExpandedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/PanelAnimationRequest.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PanelAnimationRequest.js +0 -0
- /package/{lib → esm2022/lib}/PanelInfo.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PanelInfo.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorDataSource.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorDataSource.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorDataSource_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorDescriptionObject.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorDescriptionObject.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorDescriptionObjectCollection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorDescriptionObjectCollection.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorPanel.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelColumnDefinition.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelColumnFieldType.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelColumnType.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelComboBoxBridgeItem.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelDataBindingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelDropDownDataListItem.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelUpdateMode.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorPanelView.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPanelView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPropertyDescription.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorPropertyDescription.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPropertyDescriptionCoercingValueEventArgs.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPropertyDescriptionCollection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PropertyEditorPropertyDescriptionCollection.js +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorTreeTransformer.d.ts +0 -0
- /package/{lib → esm2022/lib}/PropertyEditorValueType.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolAction.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolAction.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionButton.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionButton.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionButtonDisplayType.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionButtonGroupDisplayType.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionButtonPair.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionButtonPair.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionButtonPairVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionButtonVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionCheckbox.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionCheckbox.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionCheckboxGroup.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionCheckboxGroup.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionCheckboxGroupVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionCheckboxList.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionCheckboxList.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionCheckboxListIndexType.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionCheckboxListVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionCheckboxVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionCollection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionCollection.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionColorEditor.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionColorEditor.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionColorEditorVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionCombo.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionCombo.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionComboVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionEventDetail.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionEventDetailCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelector.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionFieldSelector.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelectorAggregation.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelectorAggregationsCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelectorEventType.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelectorSelectedAggregation.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelectorType.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionGroupHeader.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionGroupHeader.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionGroupHeaderVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionIconButton.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionIconButton.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionIconMenu.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionIconMenu.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionIconMenuVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionLabel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionLabel.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionLabelVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionMeasurementContext.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionNumberInput.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionNumberInput.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionNumberInputVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionPerformedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionPopupOpeningEventArgs.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionPopupOpeningEventArgs.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionRadio.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionRadio.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionRadioGroup.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionRadioGroup.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionRadioGroupVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionRadioVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionSeparator.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionSeparator.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionSeparatorVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionSubPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionSubPanel.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionSubPanelVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionTextInput.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolActionTextInput.js +0 -0
- /package/{lib → esm2022/lib}/ToolActionTextInputVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolActionVisualData.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolCommandEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolContextBinding.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolContextBindingCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolPanel.js +0 -0
- /package/{lib → esm2022/lib}/ToolPanelContentRefreshedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanelContext.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanelContextChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanelContextSwappedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanelDropdownMenuVisualData.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolPanelDropdownMenuVisualData.js +0 -0
- /package/{lib → esm2022/lib}/ToolPanelIconRepository.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanelOrientation.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanelView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolPanelView.js +0 -0
- /package/{lib → esm2022/lib}/ToolPanelVisualData.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolPanelVisualData.js +0 -0
- /package/{lib → esm2022/lib}/ToolPanelVisualData_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolPanelsPresenter.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolPanelsPresenter.js +0 -0
- /package/{lib → esm2022/lib}/Toolbar.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/Toolbar.js +0 -0
- /package/{lib → esm2022/lib}/ToolbarContextAccessor.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolbarContextAccessor.js +0 -0
- /package/{lib → esm2022/lib}/ToolbarIconManager.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolbarOrientation.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolbarSubMenuClosingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolbarSubMenuOpeningEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ToolbarView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ToolbarView.js +0 -0
- /package/{lib → esm2022/lib}/TooltipTextPresenter.d.ts +0 -0
- /package/{lib → esm2022/lib}/XExpansionPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XExpansionPanel.js +0 -0
- /package/{lib → esm2022/lib}/XToolPanelBridge.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XToolPanelBridge.js +0 -0
- /package/{lib → esm2022/lib}/XToolbarBridge.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XToolbarBridge.js +0 -0
- /package/{lib → esm2022/lib}/igc-combo-editor-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-combo-editor-got-focus-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-combo-editor-got-focus-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-combo-editor-lost-focus-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-combo-editor-lost-focus-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-combo-editor-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-combo-editor-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-combo-editor-text-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-combo-editor-text-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-combo-editor-value-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-combo-editor-value-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-layout-primary-key-value-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-layout-primary-key-value-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-layout-primary-key-value.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-layout-selected-items-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-layout-selected-items-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-layout-selected-keys-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-layout-selected-keys-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-active-row-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-active-row-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-content-rebind-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-content-rebind-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-content-recycled-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-content-recycled-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-content-refreshed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-content-refreshed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-item-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-item-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-item-model.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-item-model.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-primary-key-value-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-primary-key-value-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-primary-key-value.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-selected-items-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-selected-items-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-selected-items-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-selected-items-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-selected-keys-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-selected-keys-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-selected-keys-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-selected-keys-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-selection-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-selection-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-template-height-requested-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-template-height-requested-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-template-item-updating-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-template-item-updating-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-list-panel-template-width-requested-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-list-panel-template-width-requested-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-on-collapsed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-on-collapsed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-on-expanded-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-on-expanded-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-data-source.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-data-source.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-description-object-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-description-object-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-description-object.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-description-object.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-panel-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-panel-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-panel-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-property-description-button-click-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-property-description-button-click-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-property-description-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-property-description-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-property-description-coercing-value-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-property-description-coercing-value-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-property-description-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-property-description-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-property-description-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-property-description-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-property-description-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-button-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-button-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-button-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-button-pair-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-button-pair-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-button-pair-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-checkbox-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-checkbox-group-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-checkbox-group-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-checkbox-group-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-checkbox-list-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-checkbox-list-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-checkbox-list-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-checkbox-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-checkbox-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-color-editor-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-color-editor-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-color-editor-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-combo-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-combo-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-combo-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-event-detail-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-event-detail-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-event-detail.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-event-detail.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-aggregation-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-field-selector-aggregation-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-aggregation.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-field-selector-aggregation.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-aggregations-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-field-selector-aggregations-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-field-selector-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-selected-aggregation-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-field-selector-selected-aggregation-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-selected-aggregation.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-field-selector-selected-aggregation.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-group-header-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-group-header-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-group-header-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-icon-button-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-icon-button-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-icon-button-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-icon-menu-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-icon-menu-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-icon-menu-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-label-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-label-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-label-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-number-input-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-number-input-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-number-input-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-performed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-performed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-popup-opening-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-popup-opening-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-radio-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-radio-group-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-radio-group-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-radio-group-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-radio-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-radio-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-separator-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-separator-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-separator-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-sub-panel-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-sub-panel-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-sub-panel-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-text-input-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-action-text-input-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-action-text-input-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-command-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-command-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-context-binding-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-context-binding-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-context-binding.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-context-binding.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-panel-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-tool-panel-content-refreshed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-panel-content-refreshed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-panel-context-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-panel-context-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-panel-context-swapped-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-panel-context-swapped-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-tool-panel-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-tool-panel-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-toolbar-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-toolbar-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-toolbar-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-toolbar-sub-menu-closing-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-toolbar-sub-menu-closing-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-toolbar-sub-menu-opening-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-toolbar-sub-menu-opening-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-expansion-panel-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-expansion-panel-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-expansion-panel-module.js +0 -0
- /package/{public_api.d.ts → esm2022/public_api.d.ts} +0 -0
- /package/{esm2015 → esm2022}/public_api.js +0 -0
|
@@ -0,0 +1,2563 @@
|
|
|
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 { Base, runOn, typeCast, fromEnum, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type, delegateRemove, delegateCombine, Array_$type } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Rect } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
10
|
+
import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
11
|
+
import { XLabel } from "igniteui-webcomponents-inputs";
|
|
12
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
13
|
+
import { XInput } from "igniteui-webcomponents-inputs";
|
|
14
|
+
import { NativeUIContent } from "igniteui-webcomponents-core";
|
|
15
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
16
|
+
import { SRProvider } from "igniteui-webcomponents-core";
|
|
17
|
+
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
18
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
19
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
20
|
+
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
21
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
22
|
+
import { StringComparer } from "igniteui-webcomponents-core";
|
|
23
|
+
import { InputGroupDisplayType_$type } from "igniteui-webcomponents-inputs";
|
|
24
|
+
import { ThemeResolver } from "igniteui-webcomponents-inputs";
|
|
25
|
+
import { ComboEditorTextChangedEventArgs } from "./ComboEditorTextChangedEventArgs";
|
|
26
|
+
import { ComboEditorValueChangedEventArgs } from "./ComboEditorValueChangedEventArgs";
|
|
27
|
+
import { FastReflectionHelper } from "igniteui-webcomponents-core";
|
|
28
|
+
import { ComboEditorVisualModelExport } from "./ComboEditorVisualModelExport";
|
|
29
|
+
import { AppearanceHelper } from "igniteui-webcomponents-core";
|
|
30
|
+
import { FontUtil } from "igniteui-webcomponents-core";
|
|
31
|
+
import { ComboEditorGotFocusEventArgs } from "./ComboEditorGotFocusEventArgs";
|
|
32
|
+
import { ComboEditorLostFocusEventArgs } from "./ComboEditorLostFocusEventArgs";
|
|
33
|
+
import { KeyEventArgs } from "igniteui-webcomponents-core";
|
|
34
|
+
import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
|
|
35
|
+
import { FilterFactory } from "igniteui-webcomponents-core";
|
|
36
|
+
import { IDataSourceUpdateNotifier_$type } from "igniteui-webcomponents-core";
|
|
37
|
+
import { ComboEditorMultipleDataSourceNotifier } from "./ComboEditorMultipleDataSourceNotifier";
|
|
38
|
+
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
39
|
+
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
40
|
+
import { stringIsNullOrEmpty, stringEmpty, stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
|
|
41
|
+
/**
|
|
42
|
+
* @hidden
|
|
43
|
+
*/
|
|
44
|
+
class ComboEditorView extends Base {
|
|
45
|
+
static { this.$t = markType(ComboEditorView, 'ComboEditorView'); }
|
|
46
|
+
constructor(a) {
|
|
47
|
+
super();
|
|
48
|
+
this.b = false;
|
|
49
|
+
this.a = null;
|
|
50
|
+
this.c = null;
|
|
51
|
+
this.a = a;
|
|
52
|
+
}
|
|
53
|
+
g() {
|
|
54
|
+
}
|
|
55
|
+
r() {
|
|
56
|
+
let a = this.c.rootWrapper.getNativeElement();
|
|
57
|
+
let b = (a.getBoundingClientRect());
|
|
58
|
+
return new Rect(0, b.left + window.pageXOffset, b.top + window.pageYOffset, b.width, b.height);
|
|
59
|
+
}
|
|
60
|
+
f(a, b) {
|
|
61
|
+
this.c.getPortal(a.ao, "ListPanel", (c) => {
|
|
62
|
+
let d = c.componentRef;
|
|
63
|
+
let e = (d.i);
|
|
64
|
+
b(e);
|
|
65
|
+
}, false);
|
|
66
|
+
}
|
|
67
|
+
i() {
|
|
68
|
+
if (this.b) {
|
|
69
|
+
this.b = false;
|
|
70
|
+
window.addEventListener("resize", runOn(this, this.q), false);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
h() {
|
|
74
|
+
if (!this.b) {
|
|
75
|
+
this.b = true;
|
|
76
|
+
window.removeEventListener("resize", runOn(this, this.q), false);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
q(a) {
|
|
80
|
+
let b = this.a.bh;
|
|
81
|
+
if (null == b || false == b.b7) {
|
|
82
|
+
return;
|
|
83
|
+
}
|
|
84
|
+
let c = this.r();
|
|
85
|
+
this.a.bh.cf(c);
|
|
86
|
+
}
|
|
87
|
+
k(a) {
|
|
88
|
+
let b = this.a;
|
|
89
|
+
let c = typeCast(XInputGroup.$, a.ao);
|
|
90
|
+
if (c != null) {
|
|
91
|
+
c.oi = b.k4;
|
|
92
|
+
c.ks = b.jg;
|
|
93
|
+
c.no = b.j7;
|
|
94
|
+
c.eg = b.cx;
|
|
95
|
+
c.np = b.j8;
|
|
96
|
+
c.eh = b.cy;
|
|
97
|
+
c.ei = b.cz;
|
|
98
|
+
c.nq = b.j9;
|
|
99
|
+
c.ej = b.c0;
|
|
100
|
+
c.ek = b.c1;
|
|
101
|
+
c.n6 = b.ke;
|
|
102
|
+
c.e5 = b.c2;
|
|
103
|
+
c.n7 = b.kf;
|
|
104
|
+
c.e6 = b.c3;
|
|
105
|
+
c.e7 = b.c4;
|
|
106
|
+
c.e8 = b.c5;
|
|
107
|
+
for (let d of fromEnum(c.inputs)) {
|
|
108
|
+
if (d != null && typeCast(XInput.$, d) !== null) {
|
|
109
|
+
d.cg = b.gc;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
for (let e of fromEnum(c.inputs)) {
|
|
113
|
+
if (e != null && typeCast(XLabel.$, e) !== null) {
|
|
114
|
+
e.dj = b.ka;
|
|
115
|
+
let f = e;
|
|
116
|
+
if (b.av != null) {
|
|
117
|
+
f.y = b.av;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
l(a) {
|
|
124
|
+
if (this.a.be != null) {
|
|
125
|
+
let b = this.a.be.ao;
|
|
126
|
+
for (let c = 0; c < b.inputs.count; c++) {
|
|
127
|
+
if (typeCast(XInput.$, b.inputs._inner[c]) !== null) {
|
|
128
|
+
b.inputs._inner[c].e = a;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
o() {
|
|
134
|
+
if (this.a.disallowTabFocus) {
|
|
135
|
+
let a = this.a.bb.ao;
|
|
136
|
+
if (a != null) {
|
|
137
|
+
a.setAttribute("tabIndex", "-1");
|
|
138
|
+
}
|
|
139
|
+
if (this.a.be != null) {
|
|
140
|
+
let b = this.a.be.ao;
|
|
141
|
+
for (let c = 0; c < b.inputs.count; c++) {
|
|
142
|
+
if (typeCast(XInput.$, b.inputs._inner[c]) !== null) {
|
|
143
|
+
b.inputs._inner[c].be = -1;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
else {
|
|
149
|
+
let d = this.a.bb.ao;
|
|
150
|
+
if (d != null) {
|
|
151
|
+
d.setAttribute("tabIndex", "0");
|
|
152
|
+
}
|
|
153
|
+
if (this.a.be != null) {
|
|
154
|
+
let e = this.a.be.ao;
|
|
155
|
+
for (let f = 0; f < e.inputs.count; f++) {
|
|
156
|
+
if (typeCast(XInput.$, e.inputs._inner[f]) !== null) {
|
|
157
|
+
e.inputs._inner[f].cu();
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
n() {
|
|
164
|
+
if (this.a.bh != null) {
|
|
165
|
+
let a = this.a.bh.ao;
|
|
166
|
+
a.ar = this.a.b4;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
p() {
|
|
170
|
+
if (this.a.bh != null) {
|
|
171
|
+
let a = this.a.bh.ao;
|
|
172
|
+
a.ay = this.a.cb;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
j(a) {
|
|
176
|
+
if (a == null) {
|
|
177
|
+
this.i();
|
|
178
|
+
this.c = null;
|
|
179
|
+
return;
|
|
180
|
+
}
|
|
181
|
+
this.c = a;
|
|
182
|
+
NativeUIComponent.av(this.c, 7, (b) => {
|
|
183
|
+
this.c.append(b.ao);
|
|
184
|
+
this.a.ie(b);
|
|
185
|
+
});
|
|
186
|
+
this.h();
|
|
187
|
+
}
|
|
188
|
+
d() {
|
|
189
|
+
return this.c;
|
|
190
|
+
}
|
|
191
|
+
m(a, b) {
|
|
192
|
+
}
|
|
193
|
+
e(a, b) {
|
|
194
|
+
let c = (a.ao);
|
|
195
|
+
c.remove();
|
|
196
|
+
c.append(b.view.j.rootWrapper);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
export { ComboEditorView };
|
|
200
|
+
/**
|
|
201
|
+
* @hidden
|
|
202
|
+
*/
|
|
203
|
+
class ComboEditor extends Base {
|
|
204
|
+
static { this.$t = markType(ComboEditor, 'ComboEditor', Base.$, [INotifyPropertyChanged_$type]); }
|
|
205
|
+
static { this.ag = 1; }
|
|
206
|
+
static { this.ki = ThemeResolver.aj(ComboEditor.ag, XLabel.de, XLabel.c7); }
|
|
207
|
+
static { this.kk = ThemeResolver.aj(ComboEditor.ag, XLabel.de, XLabel.c7); }
|
|
208
|
+
static { this.kj = BrushUtil.l(255, 255, 255, 255); }
|
|
209
|
+
constructor() {
|
|
210
|
+
super();
|
|
211
|
+
this.d0 = null;
|
|
212
|
+
this.kl = XInputGroup.m.af(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
213
|
+
this.km = XInputGroup.m.af(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
214
|
+
this.c8 = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
215
|
+
this.k6 = XInputGroup.m.ak(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
216
|
+
this.ji = XInputGroup.m.z(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
217
|
+
this.kn = XInputGroup.m.af(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
218
|
+
this.c9 = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
219
|
+
this.ko = XInputGroup.m.af(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
220
|
+
this.da = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
221
|
+
this.db = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
222
|
+
this.kp = XInputGroup.m.af(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
223
|
+
this.dc = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
224
|
+
this.dd = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
225
|
+
this.kq = XInputGroup.m.af(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
226
|
+
this.de = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
227
|
+
this.kr = XInputGroup.m.af(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
228
|
+
this.df = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
229
|
+
this.dg = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
230
|
+
this.dh = XInputGroup.m.i(ComboEditor.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
231
|
+
this.bi = null;
|
|
232
|
+
this.a0 = null;
|
|
233
|
+
this.ab = null;
|
|
234
|
+
this.bl = false;
|
|
235
|
+
this.c = null;
|
|
236
|
+
this.ju = null;
|
|
237
|
+
this.jj = ThemeResolver.ah(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
238
|
+
this.af = 0;
|
|
239
|
+
this.ae = 1;
|
|
240
|
+
this.jv = null;
|
|
241
|
+
this.jk = ThemeResolver.ah(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
242
|
+
this.cm = NaN;
|
|
243
|
+
this.cc = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
244
|
+
this.k3 = new Thickness(1, NaN, NaN, NaN, NaN);
|
|
245
|
+
this.k2 = ThemeResolver.am(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
246
|
+
this.jf = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
247
|
+
this.je = ThemeResolver.ab(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
248
|
+
this.b = null;
|
|
249
|
+
this.al = 0;
|
|
250
|
+
this.ak = 0;
|
|
251
|
+
this.bw = true;
|
|
252
|
+
this.jw = null;
|
|
253
|
+
this.jl = ThemeResolver.ah(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
254
|
+
this.cn = NaN;
|
|
255
|
+
this.cd = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
256
|
+
this.jx = null;
|
|
257
|
+
this.jm = ThemeResolver.ah(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
258
|
+
this.co = NaN;
|
|
259
|
+
this.ce = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
260
|
+
this.cp = NaN;
|
|
261
|
+
this.cf = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
262
|
+
this.jy = null;
|
|
263
|
+
this.jn = ThemeResolver.ah(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
264
|
+
this.cq = NaN;
|
|
265
|
+
this.cg = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
266
|
+
this.cr = NaN;
|
|
267
|
+
this.ch = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
268
|
+
this.du = null;
|
|
269
|
+
this.f2 = null;
|
|
270
|
+
this.jz = null;
|
|
271
|
+
this.jo = ComboEditor.ki;
|
|
272
|
+
this.as = null;
|
|
273
|
+
this.ap = null;
|
|
274
|
+
this.bs = false;
|
|
275
|
+
this.f5 = null;
|
|
276
|
+
this.er = "No Matches Found";
|
|
277
|
+
this.j0 = null;
|
|
278
|
+
this.jp = ComboEditor.kj;
|
|
279
|
+
this.j1 = null;
|
|
280
|
+
this.jq = ComboEditor.kk;
|
|
281
|
+
this.at = null;
|
|
282
|
+
this.aq = null;
|
|
283
|
+
this.gd = "";
|
|
284
|
+
this.j2 = ComboEditor.ks;
|
|
285
|
+
this.jr = ComboEditor.ks;
|
|
286
|
+
this.au = null;
|
|
287
|
+
this.ar = null;
|
|
288
|
+
this.j3 = null;
|
|
289
|
+
this.js = ThemeResolver.ah(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
290
|
+
this.cs = NaN;
|
|
291
|
+
this.ci = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
292
|
+
this.j4 = null;
|
|
293
|
+
this.jt = ThemeResolver.ah(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
294
|
+
this.ct = NaN;
|
|
295
|
+
this.cj = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
296
|
+
this.cu = NaN;
|
|
297
|
+
this.ck = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
298
|
+
this.cv = NaN;
|
|
299
|
+
this.cl = ThemeResolver.k(ComboEditor.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
300
|
+
this.bk = true;
|
|
301
|
+
this.d6 = null;
|
|
302
|
+
this.d5 = null;
|
|
303
|
+
this.d = null;
|
|
304
|
+
this.a = null;
|
|
305
|
+
this.dv = null;
|
|
306
|
+
this.q = 0;
|
|
307
|
+
this.b2 = false;
|
|
308
|
+
this.bn = false;
|
|
309
|
+
this.bq = false;
|
|
310
|
+
this.br = false;
|
|
311
|
+
this.gotFocus = null;
|
|
312
|
+
this.lostFocus = null;
|
|
313
|
+
this.textValueChanged = null;
|
|
314
|
+
this.selectedValueChanged = null;
|
|
315
|
+
this.keyDown = null;
|
|
316
|
+
this.change = null;
|
|
317
|
+
this.changing = null;
|
|
318
|
+
this.propertyChanged = null;
|
|
319
|
+
this.a6 = null;
|
|
320
|
+
this.a9 = null;
|
|
321
|
+
this.a7 = null;
|
|
322
|
+
this.bd = null;
|
|
323
|
+
this.bg = null;
|
|
324
|
+
this.ac = null;
|
|
325
|
+
this.d7 = null;
|
|
326
|
+
this.ca = true;
|
|
327
|
+
this.dt = 0;
|
|
328
|
+
this.b6 = false;
|
|
329
|
+
this.l = null;
|
|
330
|
+
this.v = 0;
|
|
331
|
+
this.b5 = false;
|
|
332
|
+
this.b1 = false;
|
|
333
|
+
this.b0 = false;
|
|
334
|
+
this.by = false;
|
|
335
|
+
this.ba = null;
|
|
336
|
+
this.a5 = null;
|
|
337
|
+
this.n = null;
|
|
338
|
+
this.ds = -1;
|
|
339
|
+
this.bo = false;
|
|
340
|
+
this.b8 = false;
|
|
341
|
+
this.bp = false;
|
|
342
|
+
this.bm = false;
|
|
343
|
+
this.a8 = null;
|
|
344
|
+
this.bf = null;
|
|
345
|
+
let a = this.aa();
|
|
346
|
+
this.ab = a;
|
|
347
|
+
}
|
|
348
|
+
gz() {
|
|
349
|
+
let a = this.ad;
|
|
350
|
+
a.dw = -1;
|
|
351
|
+
}
|
|
352
|
+
get bj() {
|
|
353
|
+
if (this.bi == null) {
|
|
354
|
+
this.bi = new SRProvider(this.ab.c);
|
|
355
|
+
this.bi.cb("ComboEditor");
|
|
356
|
+
}
|
|
357
|
+
return this.bi;
|
|
358
|
+
}
|
|
359
|
+
aa() {
|
|
360
|
+
return new ComboEditorView(this);
|
|
361
|
+
}
|
|
362
|
+
iq(a, b, c) {
|
|
363
|
+
switch (a) {
|
|
364
|
+
case "BackgroundColor":
|
|
365
|
+
this.j5 = this.kg != null ? this.kg : this.kl;
|
|
366
|
+
break;
|
|
367
|
+
case "BorderColor":
|
|
368
|
+
this.j6 = this.kh != null ? this.kh : this.km;
|
|
369
|
+
break;
|
|
370
|
+
case "BorderWidth":
|
|
371
|
+
this.cw = !isNaN_(this.c6) ? this.c6 : this.c8;
|
|
372
|
+
break;
|
|
373
|
+
case "ContentPadding":
|
|
374
|
+
this.k4 = XInputGroup.oh(this.k5, this.k6);
|
|
375
|
+
break;
|
|
376
|
+
case "CornerRadius":
|
|
377
|
+
this.jg = XInputGroup.kr(this.jh, this.ji);
|
|
378
|
+
break;
|
|
379
|
+
case "FocusBorderColor":
|
|
380
|
+
this.j7 = this.kt != null ? this.kt : this.kn;
|
|
381
|
+
break;
|
|
382
|
+
case "FocusBorderWidth":
|
|
383
|
+
this.cx = !isNaN_(this.di) ? this.di : this.c9;
|
|
384
|
+
break;
|
|
385
|
+
case "FocusUnderlineColor":
|
|
386
|
+
this.j8 = this.ku != null ? this.ku : this.ko;
|
|
387
|
+
break;
|
|
388
|
+
case "FocusUnderlineOpacity":
|
|
389
|
+
this.cy = !isNaN_(this.dj) ? this.dj : this.da;
|
|
390
|
+
break;
|
|
391
|
+
case "FocusUnderlineRippleOpacity":
|
|
392
|
+
this.cz = !isNaN_(this.dk) ? this.dk : this.db;
|
|
393
|
+
break;
|
|
394
|
+
case "HoverUnderlineColor":
|
|
395
|
+
this.j9 = this.kv != null ? this.kv : this.kp;
|
|
396
|
+
break;
|
|
397
|
+
case "HoverUnderlineOpacity":
|
|
398
|
+
this.c0 = !isNaN_(this.dl) ? this.dl : this.dc;
|
|
399
|
+
break;
|
|
400
|
+
case "HoverUnderlineWidth":
|
|
401
|
+
this.c1 = !isNaN_(this.dm) ? this.dm : this.dd;
|
|
402
|
+
break;
|
|
403
|
+
case "ItemsSource":
|
|
404
|
+
case "ValueField":
|
|
405
|
+
case "DataSourceDesiredProperties":
|
|
406
|
+
case "Fields":
|
|
407
|
+
this.jb();
|
|
408
|
+
break;
|
|
409
|
+
case "LabelTextColor":
|
|
410
|
+
this.ka = this.kw != null ? this.kw : ComboEditor.ki;
|
|
411
|
+
break;
|
|
412
|
+
case "LabelTextStyle":
|
|
413
|
+
this.av = this.a2 != null ? this.a2 : ComboEditor.ay;
|
|
414
|
+
break;
|
|
415
|
+
case "NoMatchesFoundLabelTextColor":
|
|
416
|
+
this.kc = this.ky != null ? this.ky : ComboEditor.kk;
|
|
417
|
+
break;
|
|
418
|
+
case "NoMatchesFoundLabelBackgroundColor":
|
|
419
|
+
this.kb = this.kx != null ? this.kx : ComboEditor.kj;
|
|
420
|
+
break;
|
|
421
|
+
case "NoMatchesFoundLabelTextStyle":
|
|
422
|
+
this.aw = this.a3 != null ? this.a3 : ComboEditor.az;
|
|
423
|
+
break;
|
|
424
|
+
case "UnderlineColor":
|
|
425
|
+
this.ke = this.k0 != null ? this.k0 : this.kq;
|
|
426
|
+
break;
|
|
427
|
+
case "UnderlineOpacity":
|
|
428
|
+
this.c2 = !isNaN_(this.dn) ? this.dn : this.de;
|
|
429
|
+
break;
|
|
430
|
+
case "UnderlineRippleColor":
|
|
431
|
+
this.kf = this.k1 != null ? this.k1 : this.kr;
|
|
432
|
+
break;
|
|
433
|
+
case "UnderlineRippleOpacity":
|
|
434
|
+
this.c3 = !isNaN_(this.dp) ? this.dp : this.df;
|
|
435
|
+
break;
|
|
436
|
+
case "UnderlineRippleWidth":
|
|
437
|
+
this.c4 = !isNaN_(this.dq) ? this.dq : this.dg;
|
|
438
|
+
break;
|
|
439
|
+
case "UnderlineWidth":
|
|
440
|
+
this.c5 = !isNaN_(this.dr) ? this.dr : this.dh;
|
|
441
|
+
break;
|
|
442
|
+
case "BaseTheme":
|
|
443
|
+
this.ah = this.ai == 0 ? 1 : this.ai;
|
|
444
|
+
break;
|
|
445
|
+
case "Density":
|
|
446
|
+
this.am = this.density == 0 ? 0 : this.density;
|
|
447
|
+
break;
|
|
448
|
+
case "TextColor":
|
|
449
|
+
this.kd = this.kz != null ? this.kz : ComboEditor.ks;
|
|
450
|
+
break;
|
|
451
|
+
case "TextStyle":
|
|
452
|
+
this.ax = this.a4 != null ? this.a4 : null;
|
|
453
|
+
break;
|
|
454
|
+
case "ActualDensity":
|
|
455
|
+
case "ActualBaseTheme":
|
|
456
|
+
case "ActualTextColor":
|
|
457
|
+
case "ActualTextStyle":
|
|
458
|
+
case "DisplayType":
|
|
459
|
+
case "ActualBackgroundColor":
|
|
460
|
+
case "ActualBorderColor":
|
|
461
|
+
case "ActualBorderWidth":
|
|
462
|
+
case "ActualContentPadding":
|
|
463
|
+
case "ActualCornerRadius":
|
|
464
|
+
case "ActualFocusBorderColor":
|
|
465
|
+
case "ActualFocusBorderWidth":
|
|
466
|
+
case "ActualFocusUnderlineColor":
|
|
467
|
+
case "ActualFocusUnderlineOpacity":
|
|
468
|
+
case "ActualFocusUnderlineRippleOpacity":
|
|
469
|
+
case "ActualHoverUnderlineColor":
|
|
470
|
+
case "ActualHoverUnderlineOpacity":
|
|
471
|
+
case "ActualHoverUnderlineWidth":
|
|
472
|
+
case "ActualLabelTextColor":
|
|
473
|
+
case "ActualLabelTextStyle":
|
|
474
|
+
case "ActualUnderlineColor":
|
|
475
|
+
case "ActualUnderlineOpacity":
|
|
476
|
+
case "ActualUnderlineRippleColor":
|
|
477
|
+
case "ActualUnderlineRippleOpacity":
|
|
478
|
+
case "ActualUnderlineRippleWidth":
|
|
479
|
+
case "ActualUnderlineWidth":
|
|
480
|
+
case "DropDownButtonVisible":
|
|
481
|
+
case "ActualNoMatchesFoundLabel":
|
|
482
|
+
case "ActualNoMatchesFoundLabelTextColor":
|
|
483
|
+
case "ActualNoMatchesFoundLabelTextStyle":
|
|
484
|
+
case ComboEditor.et:
|
|
485
|
+
this.i2();
|
|
486
|
+
break;
|
|
487
|
+
case "NoMatchesFoundLabel":
|
|
488
|
+
this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.f6) ? "No Matches Found" : this.f6;
|
|
489
|
+
break;
|
|
490
|
+
case "Label":
|
|
491
|
+
case "PlaceholderText":
|
|
492
|
+
this.i2();
|
|
493
|
+
this.actualLabelVisible = !stringIsNullOrEmpty(this.f2);
|
|
494
|
+
break;
|
|
495
|
+
case "Text":
|
|
496
|
+
this.i6();
|
|
497
|
+
let d = b != null ? b.toString() : null;
|
|
498
|
+
let e = c != null ? c.toString() : null;
|
|
499
|
+
this.id(new ComboEditorTextChangedEventArgs(d, e));
|
|
500
|
+
this.ip(1, e);
|
|
501
|
+
break;
|
|
502
|
+
case "Value":
|
|
503
|
+
this.ia(new ComboEditorValueChangedEventArgs(b, c));
|
|
504
|
+
this.ip(0, c);
|
|
505
|
+
break;
|
|
506
|
+
case "AllowFilter":
|
|
507
|
+
this.g7(this.bu);
|
|
508
|
+
break;
|
|
509
|
+
case "DisallowTabFocus":
|
|
510
|
+
this.ab.o();
|
|
511
|
+
break;
|
|
512
|
+
case "IsFixed":
|
|
513
|
+
this.ab.n();
|
|
514
|
+
break;
|
|
515
|
+
case "UseTopLayer":
|
|
516
|
+
this.ab.p();
|
|
517
|
+
break;
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
get a1() {
|
|
521
|
+
if (null == this.a0) {
|
|
522
|
+
this.a0 = new FontInfo();
|
|
523
|
+
this.a0.q = "Verdana";
|
|
524
|
+
this.a0.f = DeviceUtils.f(16);
|
|
525
|
+
}
|
|
526
|
+
return this.a0;
|
|
527
|
+
}
|
|
528
|
+
focus(a) {
|
|
529
|
+
this.g9(a);
|
|
530
|
+
}
|
|
531
|
+
setName(a) {
|
|
532
|
+
this.ab.l(a);
|
|
533
|
+
}
|
|
534
|
+
get disallowTabFocus() {
|
|
535
|
+
return this.bl;
|
|
536
|
+
}
|
|
537
|
+
set disallowTabFocus(a) {
|
|
538
|
+
let b = this.bl;
|
|
539
|
+
this.bl = a;
|
|
540
|
+
if (b != this.bl) {
|
|
541
|
+
this.h7("DisallowTabFocus", b, this.bl);
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
get g() {
|
|
545
|
+
return this.c;
|
|
546
|
+
}
|
|
547
|
+
set g(a) {
|
|
548
|
+
let b = this.c;
|
|
549
|
+
this.c = a;
|
|
550
|
+
if (b != this.c) {
|
|
551
|
+
this.h7("Fields", b, this.c);
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
get kg() {
|
|
555
|
+
return this.ju;
|
|
556
|
+
}
|
|
557
|
+
set kg(a) {
|
|
558
|
+
let b = this.ju;
|
|
559
|
+
this.ju = a;
|
|
560
|
+
if (b != this.ju) {
|
|
561
|
+
this.h7("BackgroundColor", b, a);
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
get j5() {
|
|
565
|
+
return this.jj;
|
|
566
|
+
}
|
|
567
|
+
set j5(a) {
|
|
568
|
+
let b = this.jj;
|
|
569
|
+
this.jj = a;
|
|
570
|
+
if (b != this.jj) {
|
|
571
|
+
this.h7("ActualBackgroundColor", b, a);
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
get ai() {
|
|
575
|
+
return this.af;
|
|
576
|
+
}
|
|
577
|
+
set ai(a) {
|
|
578
|
+
let b = this.af;
|
|
579
|
+
this.af = a;
|
|
580
|
+
if (b != this.af) {
|
|
581
|
+
this.h7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
get ah() {
|
|
585
|
+
return this.ae;
|
|
586
|
+
}
|
|
587
|
+
set ah(a) {
|
|
588
|
+
let b = this.ae;
|
|
589
|
+
this.ae = a;
|
|
590
|
+
if (b != this.ae) {
|
|
591
|
+
this.h7("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
get kh() {
|
|
595
|
+
return this.jv;
|
|
596
|
+
}
|
|
597
|
+
set kh(a) {
|
|
598
|
+
let b = this.jv;
|
|
599
|
+
this.jv = a;
|
|
600
|
+
if (b != this.jv) {
|
|
601
|
+
this.h7("BorderColor", b, a);
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
get j6() {
|
|
605
|
+
return this.jk;
|
|
606
|
+
}
|
|
607
|
+
set j6(a) {
|
|
608
|
+
let b = this.jk;
|
|
609
|
+
this.jk = a;
|
|
610
|
+
if (b != this.jk) {
|
|
611
|
+
this.h7("ActualBorderColor", b, a);
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
get c6() {
|
|
615
|
+
return this.cm;
|
|
616
|
+
}
|
|
617
|
+
set c6(a) {
|
|
618
|
+
let b = this.cm;
|
|
619
|
+
this.cm = a;
|
|
620
|
+
if (b != this.cm) {
|
|
621
|
+
this.h7("BorderWidth", b, a);
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
get cw() {
|
|
625
|
+
return this.cc;
|
|
626
|
+
}
|
|
627
|
+
set cw(a) {
|
|
628
|
+
let b = this.cc;
|
|
629
|
+
this.cc = a;
|
|
630
|
+
if (b != this.cc) {
|
|
631
|
+
this.h7("ActualBorderWidth", b, a);
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
get k5() {
|
|
635
|
+
return this.k3;
|
|
636
|
+
}
|
|
637
|
+
set k5(a) {
|
|
638
|
+
let b = this.k3;
|
|
639
|
+
this.k3 = a;
|
|
640
|
+
if (b != this.k3) {
|
|
641
|
+
this.h7("ContentPadding", b, a);
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
get k4() {
|
|
645
|
+
return this.k2;
|
|
646
|
+
}
|
|
647
|
+
set k4(a) {
|
|
648
|
+
let b = this.k2;
|
|
649
|
+
this.k2 = a;
|
|
650
|
+
if (b != this.k2) {
|
|
651
|
+
this.h7("ActualContentPadding", b, a);
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
get jh() {
|
|
655
|
+
return this.jf;
|
|
656
|
+
}
|
|
657
|
+
set jh(a) {
|
|
658
|
+
let b = this.jf;
|
|
659
|
+
this.jf = a;
|
|
660
|
+
if (b != this.jf) {
|
|
661
|
+
this.h7("CornerRadius", b, a);
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
get jg() {
|
|
665
|
+
return this.je;
|
|
666
|
+
}
|
|
667
|
+
set jg(a) {
|
|
668
|
+
let b = this.je;
|
|
669
|
+
this.je = a;
|
|
670
|
+
if (b != this.je) {
|
|
671
|
+
this.h7("ActualCornerRadius", b, a);
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
get f() {
|
|
675
|
+
return this.b;
|
|
676
|
+
}
|
|
677
|
+
set f(a) {
|
|
678
|
+
let b = this.b;
|
|
679
|
+
this.b = a;
|
|
680
|
+
if (b != this.b) {
|
|
681
|
+
this.h7("DataSourceDesiredProperties", b, this.b);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
get density() {
|
|
685
|
+
return this.al;
|
|
686
|
+
}
|
|
687
|
+
set density(a) {
|
|
688
|
+
let b = this.al;
|
|
689
|
+
this.al = a;
|
|
690
|
+
if (b != this.al) {
|
|
691
|
+
this.h7("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
get am() {
|
|
695
|
+
return this.ak;
|
|
696
|
+
}
|
|
697
|
+
set am(a) {
|
|
698
|
+
let b = this.ak;
|
|
699
|
+
this.ak = a;
|
|
700
|
+
if (b != this.ak) {
|
|
701
|
+
this.h7("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
get dropDownButtonVisible() {
|
|
705
|
+
return this.bw;
|
|
706
|
+
}
|
|
707
|
+
set dropDownButtonVisible(a) {
|
|
708
|
+
let b = this.bw;
|
|
709
|
+
this.bw = a;
|
|
710
|
+
if (b != this.bw) {
|
|
711
|
+
this.h7("DropDownButtonVisible", b, a);
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
get kt() {
|
|
715
|
+
return this.jw;
|
|
716
|
+
}
|
|
717
|
+
set kt(a) {
|
|
718
|
+
let b = this.jw;
|
|
719
|
+
this.jw = a;
|
|
720
|
+
if (b != this.jw) {
|
|
721
|
+
this.h7("FocusBorderColor", b, a);
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
get j7() {
|
|
725
|
+
return this.jl;
|
|
726
|
+
}
|
|
727
|
+
set j7(a) {
|
|
728
|
+
let b = this.jl;
|
|
729
|
+
this.jl = a;
|
|
730
|
+
if (b != this.jl) {
|
|
731
|
+
this.h7("ActualFocusBorderColor", b, a);
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
get di() {
|
|
735
|
+
return this.cn;
|
|
736
|
+
}
|
|
737
|
+
set di(a) {
|
|
738
|
+
let b = this.cn;
|
|
739
|
+
this.cn = a;
|
|
740
|
+
if (b != this.cn) {
|
|
741
|
+
this.h7("FocusBorderWidth", b, a);
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
get cx() {
|
|
745
|
+
return this.cd;
|
|
746
|
+
}
|
|
747
|
+
set cx(a) {
|
|
748
|
+
let b = this.cd;
|
|
749
|
+
this.cd = a;
|
|
750
|
+
if (b != this.cd) {
|
|
751
|
+
this.h7("ActualFocusBorderWidth", b, a);
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
get ku() {
|
|
755
|
+
return this.jx;
|
|
756
|
+
}
|
|
757
|
+
set ku(a) {
|
|
758
|
+
let b = this.jx;
|
|
759
|
+
this.jx = a;
|
|
760
|
+
if (b != this.jx) {
|
|
761
|
+
this.h7("FocusUnderlineColor", b, a);
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
get j8() {
|
|
765
|
+
return this.jm;
|
|
766
|
+
}
|
|
767
|
+
set j8(a) {
|
|
768
|
+
let b = this.jm;
|
|
769
|
+
this.jx = a;
|
|
770
|
+
if (b != this.jm) {
|
|
771
|
+
this.h7("ActualFocusUnderlineColor", b, a);
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
get dj() {
|
|
775
|
+
return this.co;
|
|
776
|
+
}
|
|
777
|
+
set dj(a) {
|
|
778
|
+
let b = this.co;
|
|
779
|
+
this.co = a;
|
|
780
|
+
if (b != this.co) {
|
|
781
|
+
this.h7("FocusUnderlineOpacity", b, a);
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
get cy() {
|
|
785
|
+
return this.ce;
|
|
786
|
+
}
|
|
787
|
+
set cy(a) {
|
|
788
|
+
let b = this.ce;
|
|
789
|
+
this.ce = a;
|
|
790
|
+
if (b != this.ce) {
|
|
791
|
+
this.h7("ActualFocusUnderlineOpacity", b, a);
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
get dk() {
|
|
795
|
+
return this.cp;
|
|
796
|
+
}
|
|
797
|
+
set dk(a) {
|
|
798
|
+
let b = this.cp;
|
|
799
|
+
this.cp = a;
|
|
800
|
+
if (b != this.cp) {
|
|
801
|
+
this.h7("FocusUnderlineRippleOpacity", b, a);
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
get cz() {
|
|
805
|
+
return this.cf;
|
|
806
|
+
}
|
|
807
|
+
set cz(a) {
|
|
808
|
+
let b = this.cf;
|
|
809
|
+
this.cf = a;
|
|
810
|
+
if (b != this.cf) {
|
|
811
|
+
this.h7("ActualFocusUnderlineRippleOpacity", b, a);
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
get kv() {
|
|
815
|
+
return this.jy;
|
|
816
|
+
}
|
|
817
|
+
set kv(a) {
|
|
818
|
+
let b = this.jy;
|
|
819
|
+
this.jy = a;
|
|
820
|
+
if (b != this.jy) {
|
|
821
|
+
this.h7("HoverUnderlineColor", b, a);
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
get j9() {
|
|
825
|
+
return this.jn;
|
|
826
|
+
}
|
|
827
|
+
set j9(a) {
|
|
828
|
+
let b = this.jn;
|
|
829
|
+
this.jn = a;
|
|
830
|
+
if (b != this.jn) {
|
|
831
|
+
this.h7("ActualHoverUnderlineColor", b, a);
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
get dl() {
|
|
835
|
+
return this.cq;
|
|
836
|
+
}
|
|
837
|
+
set dl(a) {
|
|
838
|
+
let b = this.cq;
|
|
839
|
+
this.cq = a;
|
|
840
|
+
if (b != this.cq) {
|
|
841
|
+
this.h7("HoverUnderlineOpacity", b, a);
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
get c0() {
|
|
845
|
+
return this.cg;
|
|
846
|
+
}
|
|
847
|
+
set c0(a) {
|
|
848
|
+
let b = this.cg;
|
|
849
|
+
this.cg = a;
|
|
850
|
+
if (b != this.cg) {
|
|
851
|
+
this.h7("ActualHoverUnderlineOpacity", b, a);
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
get dm() {
|
|
855
|
+
return this.cr;
|
|
856
|
+
}
|
|
857
|
+
set dm(a) {
|
|
858
|
+
let b = this.cr;
|
|
859
|
+
this.cr = a;
|
|
860
|
+
if (b != this.cr) {
|
|
861
|
+
this.h7("HoverUnderlineWidth", b, a);
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
get c1() {
|
|
865
|
+
return this.ch;
|
|
866
|
+
}
|
|
867
|
+
set c1(a) {
|
|
868
|
+
let b = this.ch;
|
|
869
|
+
this.ch = a;
|
|
870
|
+
if (b != this.ch) {
|
|
871
|
+
this.h7("ActualHoverUnderlineWidth", b, a);
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
get itemsSource() {
|
|
875
|
+
return this.du;
|
|
876
|
+
}
|
|
877
|
+
set itemsSource(a) {
|
|
878
|
+
let b = this.du;
|
|
879
|
+
this.du = a;
|
|
880
|
+
if (b != this.du) {
|
|
881
|
+
this.h7("ItemsSource", b, this.du);
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
get actualDataSource() {
|
|
885
|
+
return this.m();
|
|
886
|
+
}
|
|
887
|
+
get f0() {
|
|
888
|
+
return this.f2;
|
|
889
|
+
}
|
|
890
|
+
set f0(a) {
|
|
891
|
+
let b = this.f0;
|
|
892
|
+
if (0 == StringComparer.b.compare(a, b)) {
|
|
893
|
+
return;
|
|
894
|
+
}
|
|
895
|
+
this.f2 = a;
|
|
896
|
+
this.h7("Label", b, this.f2);
|
|
897
|
+
}
|
|
898
|
+
get kw() {
|
|
899
|
+
return this.jz;
|
|
900
|
+
}
|
|
901
|
+
set kw(a) {
|
|
902
|
+
let b = this.jz;
|
|
903
|
+
this.jz = a;
|
|
904
|
+
if (b != this.jz) {
|
|
905
|
+
this.h7("LabelTextColor", b, a);
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
get ka() {
|
|
909
|
+
return this.jo;
|
|
910
|
+
}
|
|
911
|
+
set ka(a) {
|
|
912
|
+
let b = this.jo;
|
|
913
|
+
this.jo = a;
|
|
914
|
+
if (b != this.jo) {
|
|
915
|
+
this.h7("ActualLabelTextColor", b, a);
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
static { this.ay = null; }
|
|
919
|
+
get a2() {
|
|
920
|
+
return this.as;
|
|
921
|
+
}
|
|
922
|
+
set a2(a) {
|
|
923
|
+
let b = this.as;
|
|
924
|
+
this.as = a;
|
|
925
|
+
if (b != this.as) {
|
|
926
|
+
this.h7("LabelTextStyle", b, this.as);
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
get av() {
|
|
930
|
+
return this.ap;
|
|
931
|
+
}
|
|
932
|
+
set av(a) {
|
|
933
|
+
let b = this.ap;
|
|
934
|
+
this.ap = a;
|
|
935
|
+
if (this.ap != b) {
|
|
936
|
+
this.h7("ActualLabelTextStyle", b, this.ap);
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
get actualLabelVisible() {
|
|
940
|
+
return this.bs;
|
|
941
|
+
}
|
|
942
|
+
set actualLabelVisible(a) {
|
|
943
|
+
let b = this.bs;
|
|
944
|
+
this.bs = a;
|
|
945
|
+
if (b != this.bs) {
|
|
946
|
+
this.h7("ActualLabelVisible", b, a);
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
get f6() {
|
|
950
|
+
return this.f5;
|
|
951
|
+
}
|
|
952
|
+
set f6(a) {
|
|
953
|
+
let b = this.f5;
|
|
954
|
+
if (0 == StringComparer.b.compare(a, b)) {
|
|
955
|
+
return;
|
|
956
|
+
}
|
|
957
|
+
this.f5 = a;
|
|
958
|
+
this.h7("NoMatchesFoundLabel", b, this.f5);
|
|
959
|
+
}
|
|
960
|
+
get actualNoMatchesFoundLabel() {
|
|
961
|
+
return this.er;
|
|
962
|
+
}
|
|
963
|
+
set actualNoMatchesFoundLabel(a) {
|
|
964
|
+
let b = this.er;
|
|
965
|
+
this.er = a;
|
|
966
|
+
if (b != this.er) {
|
|
967
|
+
this.h7("ActualNoMatchesFoundLabel", b, a);
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
get kx() {
|
|
971
|
+
return this.j0;
|
|
972
|
+
}
|
|
973
|
+
set kx(a) {
|
|
974
|
+
let b = this.j0;
|
|
975
|
+
this.j0 = a;
|
|
976
|
+
if (b != this.j0) {
|
|
977
|
+
this.h7("NoMatchesFoundLabelBackgroundColor", b, a);
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
static { this.et = "ActualNoMatchesFoundLabelBackgroundColor"; }
|
|
981
|
+
get kb() {
|
|
982
|
+
return this.jp;
|
|
983
|
+
}
|
|
984
|
+
set kb(a) {
|
|
985
|
+
let b = this.jp;
|
|
986
|
+
this.jp = a;
|
|
987
|
+
if (b != this.jp) {
|
|
988
|
+
this.h7(ComboEditor.et, b, a);
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
get ky() {
|
|
992
|
+
return this.j1;
|
|
993
|
+
}
|
|
994
|
+
set ky(a) {
|
|
995
|
+
let b = this.j1;
|
|
996
|
+
this.j1 = a;
|
|
997
|
+
if (b != this.j1) {
|
|
998
|
+
this.h7("NoMatchesFoundLabelTextColor", b, a);
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
get kc() {
|
|
1002
|
+
return this.jq;
|
|
1003
|
+
}
|
|
1004
|
+
set kc(a) {
|
|
1005
|
+
let b = this.jq;
|
|
1006
|
+
this.jq = a;
|
|
1007
|
+
if (b != this.jq) {
|
|
1008
|
+
this.h7("ActualNoMatchesFoundLabelTextColor", b, a);
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
static { this.az = null; }
|
|
1012
|
+
get a3() {
|
|
1013
|
+
return this.at;
|
|
1014
|
+
}
|
|
1015
|
+
set a3(a) {
|
|
1016
|
+
let b = this.at;
|
|
1017
|
+
this.at = a;
|
|
1018
|
+
if (b != this.at) {
|
|
1019
|
+
this.h7("NoMatchesFoundLabelTextStyle", b, this.at);
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
get aw() {
|
|
1023
|
+
return this.aq;
|
|
1024
|
+
}
|
|
1025
|
+
set aw(a) {
|
|
1026
|
+
let b = this.aq;
|
|
1027
|
+
this.aq = a;
|
|
1028
|
+
if (this.aq != b) {
|
|
1029
|
+
this.h7("ActualNoMatchesFoundLabelTextStyle", b, this.aq);
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
get gc() {
|
|
1033
|
+
return this.gd;
|
|
1034
|
+
}
|
|
1035
|
+
set gc(a) {
|
|
1036
|
+
let b = this.gc;
|
|
1037
|
+
if (0 == StringComparer.b.compare(a, b)) {
|
|
1038
|
+
return;
|
|
1039
|
+
}
|
|
1040
|
+
this.gd = a;
|
|
1041
|
+
this.h7("PlaceholderText", b, this.gd);
|
|
1042
|
+
}
|
|
1043
|
+
static { this.ks = BrushUtil.l(221, 0, 0, 0); }
|
|
1044
|
+
get kz() {
|
|
1045
|
+
return this.j2;
|
|
1046
|
+
}
|
|
1047
|
+
set kz(a) {
|
|
1048
|
+
let b = this.j2;
|
|
1049
|
+
this.j2 = a;
|
|
1050
|
+
if (b != this.j2) {
|
|
1051
|
+
this.h7("TextColor", b, a);
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
get kd() {
|
|
1055
|
+
return this.jr;
|
|
1056
|
+
}
|
|
1057
|
+
set kd(a) {
|
|
1058
|
+
let b = this.jr;
|
|
1059
|
+
this.jr = a;
|
|
1060
|
+
if (b != this.jr) {
|
|
1061
|
+
this.h7("ActualTextColor", b, a);
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
get a4() {
|
|
1065
|
+
return this.au;
|
|
1066
|
+
}
|
|
1067
|
+
set a4(a) {
|
|
1068
|
+
let b = this.au;
|
|
1069
|
+
this.au = a;
|
|
1070
|
+
if (b != this.au) {
|
|
1071
|
+
this.h7("TextStyle", b, this.au);
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
get ax() {
|
|
1075
|
+
return this.ar;
|
|
1076
|
+
}
|
|
1077
|
+
set ax(a) {
|
|
1078
|
+
let b = this.ar;
|
|
1079
|
+
this.ar = a;
|
|
1080
|
+
if (this.ar != b) {
|
|
1081
|
+
this.h7("ActualTextStyle", b, this.ar);
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
get k0() {
|
|
1085
|
+
return this.j3;
|
|
1086
|
+
}
|
|
1087
|
+
set k0(a) {
|
|
1088
|
+
let b = this.j3;
|
|
1089
|
+
this.j3 = a;
|
|
1090
|
+
if (b != this.j3) {
|
|
1091
|
+
this.h7("UnderlineColor", b, a);
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
get ke() {
|
|
1095
|
+
return this.js;
|
|
1096
|
+
}
|
|
1097
|
+
set ke(a) {
|
|
1098
|
+
let b = this.js;
|
|
1099
|
+
this.js = a;
|
|
1100
|
+
if (b != this.js) {
|
|
1101
|
+
this.h7("ActualUnderlineColor", b, a);
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
get dn() {
|
|
1105
|
+
return this.cs;
|
|
1106
|
+
}
|
|
1107
|
+
set dn(a) {
|
|
1108
|
+
let b = this.cs;
|
|
1109
|
+
this.cs = a;
|
|
1110
|
+
if (b != this.cs) {
|
|
1111
|
+
this.h7("UnderlineOpacity", b, a);
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
get c2() {
|
|
1115
|
+
return this.ci;
|
|
1116
|
+
}
|
|
1117
|
+
set c2(a) {
|
|
1118
|
+
let b = this.ci;
|
|
1119
|
+
this.ci = a;
|
|
1120
|
+
if (b != this.ci) {
|
|
1121
|
+
this.h7("ActualUnderlineOpacity", b, a);
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
get k1() {
|
|
1125
|
+
return this.j4;
|
|
1126
|
+
}
|
|
1127
|
+
set k1(a) {
|
|
1128
|
+
let b = this.j4;
|
|
1129
|
+
this.j4 = a;
|
|
1130
|
+
if (b != this.j4) {
|
|
1131
|
+
this.h7("UnderlineRippleColor", b, a);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
get kf() {
|
|
1135
|
+
return this.jt;
|
|
1136
|
+
}
|
|
1137
|
+
set kf(a) {
|
|
1138
|
+
let b = this.jt;
|
|
1139
|
+
this.jt = a;
|
|
1140
|
+
if (b != this.jt) {
|
|
1141
|
+
this.h7("ActualUnderlineRippleColor", b, a);
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
get dp() {
|
|
1145
|
+
return this.ct;
|
|
1146
|
+
}
|
|
1147
|
+
set dp(a) {
|
|
1148
|
+
let b = this.ct;
|
|
1149
|
+
this.ct = a;
|
|
1150
|
+
if (b != this.ct) {
|
|
1151
|
+
this.h7("UnderlineRippleOpacity", b, a);
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
get c3() {
|
|
1155
|
+
return this.cj;
|
|
1156
|
+
}
|
|
1157
|
+
set c3(a) {
|
|
1158
|
+
let b = this.cj;
|
|
1159
|
+
this.cj = a;
|
|
1160
|
+
if (b != this.cj) {
|
|
1161
|
+
this.h7("ActualUnderlineRippleOpacity", b, a);
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
get dq() {
|
|
1165
|
+
return this.cu;
|
|
1166
|
+
}
|
|
1167
|
+
set dq(a) {
|
|
1168
|
+
let b = this.cu;
|
|
1169
|
+
this.cu = a;
|
|
1170
|
+
if (b != this.cu) {
|
|
1171
|
+
this.h7("UnderlineRippleWidth", b, a);
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
get c4() {
|
|
1175
|
+
return this.ck;
|
|
1176
|
+
}
|
|
1177
|
+
set c4(a) {
|
|
1178
|
+
let b = this.ck;
|
|
1179
|
+
this.ck = a;
|
|
1180
|
+
if (b != this.ck) {
|
|
1181
|
+
this.h7("ActualUnderlineRippleWidth", b, a);
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
get dr() {
|
|
1185
|
+
return this.cv;
|
|
1186
|
+
}
|
|
1187
|
+
set dr(a) {
|
|
1188
|
+
let b = this.cv;
|
|
1189
|
+
this.cv = a;
|
|
1190
|
+
if (b != this.cv) {
|
|
1191
|
+
this.h7("UnderlineWidth", b, a);
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
get c5() {
|
|
1195
|
+
return this.cl;
|
|
1196
|
+
}
|
|
1197
|
+
set c5(a) {
|
|
1198
|
+
let b = this.cl;
|
|
1199
|
+
this.cl = a;
|
|
1200
|
+
if (b != this.cl) {
|
|
1201
|
+
this.h7("ActualUnderlineWidth", b, a);
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
get bu() {
|
|
1205
|
+
return this.bk;
|
|
1206
|
+
}
|
|
1207
|
+
set bu(a) {
|
|
1208
|
+
let b = this.bk;
|
|
1209
|
+
this.bk = a;
|
|
1210
|
+
if (b != this.bk) {
|
|
1211
|
+
this.h7("AllowFilter", b, a);
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
get gh() {
|
|
1215
|
+
return this.d6;
|
|
1216
|
+
}
|
|
1217
|
+
set gh(a) {
|
|
1218
|
+
let b = this.d6;
|
|
1219
|
+
this.d6 = a;
|
|
1220
|
+
if (b != this.d6) {
|
|
1221
|
+
this.h7("TextField", b, a);
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
get text() {
|
|
1225
|
+
return this.d5;
|
|
1226
|
+
}
|
|
1227
|
+
set text(a) {
|
|
1228
|
+
let b = this.d5;
|
|
1229
|
+
this.d5 = a;
|
|
1230
|
+
if (b != this.d5) {
|
|
1231
|
+
this.h7("Text", b, a);
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
get j() {
|
|
1235
|
+
return this.d;
|
|
1236
|
+
}
|
|
1237
|
+
set j(a) {
|
|
1238
|
+
let b = this.d;
|
|
1239
|
+
this.d = a;
|
|
1240
|
+
if (b != this.d) {
|
|
1241
|
+
this.h7("ValueField", b, a);
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
get e() {
|
|
1245
|
+
return this.a;
|
|
1246
|
+
}
|
|
1247
|
+
set e(a) {
|
|
1248
|
+
let b = this.a;
|
|
1249
|
+
this.a = a;
|
|
1250
|
+
if (b != this.a) {
|
|
1251
|
+
this.h7("ActualValueField", b, a);
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
get value() {
|
|
1255
|
+
return this.dv;
|
|
1256
|
+
}
|
|
1257
|
+
set value(a) {
|
|
1258
|
+
let b = this.dv;
|
|
1259
|
+
this.dv = a;
|
|
1260
|
+
if (b != this.dv) {
|
|
1261
|
+
this.h7("Value", b, a);
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
get s() {
|
|
1265
|
+
return this.q;
|
|
1266
|
+
}
|
|
1267
|
+
set s(a) {
|
|
1268
|
+
let b = this.q;
|
|
1269
|
+
this.q = a;
|
|
1270
|
+
if (b != this.q) {
|
|
1271
|
+
this.h7("DisplayType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, a));
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
dx(a, b) {
|
|
1275
|
+
let c = new FastReflectionHelper(false, b);
|
|
1276
|
+
return c.getPropertyValue(a);
|
|
1277
|
+
}
|
|
1278
|
+
fu() {
|
|
1279
|
+
return this.ft(this.gh);
|
|
1280
|
+
}
|
|
1281
|
+
dy(a) {
|
|
1282
|
+
let b = this.i();
|
|
1283
|
+
if (null == b || b.length == 0) {
|
|
1284
|
+
return null;
|
|
1285
|
+
}
|
|
1286
|
+
let c = new List$1(Base.$, 0);
|
|
1287
|
+
for (let e = 0; e < b.length; e++) {
|
|
1288
|
+
let d = b[e];
|
|
1289
|
+
let f = this.dx(a, d);
|
|
1290
|
+
c.add1(f);
|
|
1291
|
+
}
|
|
1292
|
+
if (c.count == 1) {
|
|
1293
|
+
return c._inner[0];
|
|
1294
|
+
}
|
|
1295
|
+
return c.toArray();
|
|
1296
|
+
}
|
|
1297
|
+
fr(a) {
|
|
1298
|
+
let b = this.fu();
|
|
1299
|
+
let c;
|
|
1300
|
+
if (null != b) {
|
|
1301
|
+
let d = this.dx(a, b);
|
|
1302
|
+
c = null != d ? d.toString() : null;
|
|
1303
|
+
}
|
|
1304
|
+
else {
|
|
1305
|
+
c = null;
|
|
1306
|
+
}
|
|
1307
|
+
return c;
|
|
1308
|
+
}
|
|
1309
|
+
ft(a) {
|
|
1310
|
+
if (stringIsNullOrEmpty(a)) {
|
|
1311
|
+
let b = this.actualDataSource;
|
|
1312
|
+
if (null == b) {
|
|
1313
|
+
return null;
|
|
1314
|
+
}
|
|
1315
|
+
let c = b.actualSchema;
|
|
1316
|
+
if (null == c) {
|
|
1317
|
+
return null;
|
|
1318
|
+
}
|
|
1319
|
+
let d = c.propertyNames;
|
|
1320
|
+
if (0 == d.length) {
|
|
1321
|
+
return null;
|
|
1322
|
+
}
|
|
1323
|
+
return d[0];
|
|
1324
|
+
}
|
|
1325
|
+
return a;
|
|
1326
|
+
}
|
|
1327
|
+
h(a) {
|
|
1328
|
+
let b = new List$1(String_$type, 0);
|
|
1329
|
+
if (null == a || a.length == 0) {
|
|
1330
|
+
let c = this.ft(null);
|
|
1331
|
+
if (stringIsNullOrEmpty(c)) {
|
|
1332
|
+
return null;
|
|
1333
|
+
}
|
|
1334
|
+
b.add(c);
|
|
1335
|
+
return b.toArray();
|
|
1336
|
+
}
|
|
1337
|
+
for (let e = 0; e < a.length; e++) {
|
|
1338
|
+
let d = a[e];
|
|
1339
|
+
let f = this.ft(d);
|
|
1340
|
+
if (null != f) {
|
|
1341
|
+
b.add(f);
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
if (b.count > 0) {
|
|
1345
|
+
return b.toArray();
|
|
1346
|
+
}
|
|
1347
|
+
return null;
|
|
1348
|
+
}
|
|
1349
|
+
i() {
|
|
1350
|
+
let a = this.j;
|
|
1351
|
+
return this.h(a);
|
|
1352
|
+
}
|
|
1353
|
+
h9(a) {
|
|
1354
|
+
this.ip(2, a);
|
|
1355
|
+
}
|
|
1356
|
+
ip(a, b) {
|
|
1357
|
+
if (this.b2) {
|
|
1358
|
+
return;
|
|
1359
|
+
}
|
|
1360
|
+
this.b2 = true;
|
|
1361
|
+
try {
|
|
1362
|
+
switch (a) {
|
|
1363
|
+
case 2:
|
|
1364
|
+
{
|
|
1365
|
+
let c = b;
|
|
1366
|
+
let d;
|
|
1367
|
+
let e;
|
|
1368
|
+
if (null != c) {
|
|
1369
|
+
d = this.fr(c);
|
|
1370
|
+
e = this.dy(c);
|
|
1371
|
+
}
|
|
1372
|
+
else {
|
|
1373
|
+
d = stringEmpty();
|
|
1374
|
+
e = null;
|
|
1375
|
+
}
|
|
1376
|
+
if (this.text != d) {
|
|
1377
|
+
this.text = d;
|
|
1378
|
+
}
|
|
1379
|
+
if (this.value != e) {
|
|
1380
|
+
this.value = e;
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
break;
|
|
1384
|
+
case 1:
|
|
1385
|
+
this.i1(b.toString());
|
|
1386
|
+
break;
|
|
1387
|
+
case 0:
|
|
1388
|
+
this.i0(b);
|
|
1389
|
+
break;
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
finally {
|
|
1393
|
+
this.b2 = false;
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
iz(a) {
|
|
1397
|
+
this.text = a;
|
|
1398
|
+
}
|
|
1399
|
+
jd() {
|
|
1400
|
+
this.ax = (null == this.a4) ? this.a1 : this.a4;
|
|
1401
|
+
this.av = (null == this.a2) ? this.a1 : this.a2;
|
|
1402
|
+
}
|
|
1403
|
+
i4() {
|
|
1404
|
+
}
|
|
1405
|
+
closeUp() {
|
|
1406
|
+
this.g1();
|
|
1407
|
+
}
|
|
1408
|
+
destroy() {
|
|
1409
|
+
this.provideRenderer(null);
|
|
1410
|
+
}
|
|
1411
|
+
dropDown() {
|
|
1412
|
+
this.g6();
|
|
1413
|
+
}
|
|
1414
|
+
select() {
|
|
1415
|
+
this.iv();
|
|
1416
|
+
}
|
|
1417
|
+
notifySizeChanged() {
|
|
1418
|
+
this.ab.g();
|
|
1419
|
+
}
|
|
1420
|
+
provideRenderer(a) {
|
|
1421
|
+
this.ab.j(a);
|
|
1422
|
+
this.actualNoMatchesFoundLabel = !stringIsNullOrWhiteSpace(this.bj.b1("NoMatches")) ? this.bj.b1("NoMatches") : "No Matches Found";
|
|
1423
|
+
}
|
|
1424
|
+
dw() {
|
|
1425
|
+
return this.u();
|
|
1426
|
+
}
|
|
1427
|
+
fk() {
|
|
1428
|
+
let a = this.u();
|
|
1429
|
+
return a.aq();
|
|
1430
|
+
}
|
|
1431
|
+
u() {
|
|
1432
|
+
let a = new ComboEditorVisualModelExport();
|
|
1433
|
+
a.i = this.ac.ei();
|
|
1434
|
+
a.n = this.bh.b7;
|
|
1435
|
+
for (let b of fromEnum(a.i.a)) {
|
|
1436
|
+
let c = b.e;
|
|
1437
|
+
let d = this.actualDataSource.getItemAtIndex(c);
|
|
1438
|
+
let e = this.fs(d);
|
|
1439
|
+
b.f = e;
|
|
1440
|
+
}
|
|
1441
|
+
a.a = AppearanceHelper.a(this.j5);
|
|
1442
|
+
a.j = this.ah;
|
|
1443
|
+
a.b = AppearanceHelper.a(this.j6);
|
|
1444
|
+
a.p = this.cw;
|
|
1445
|
+
a.ay = this.k4;
|
|
1446
|
+
a.ax = this.jg;
|
|
1447
|
+
a.k = this.am;
|
|
1448
|
+
a.dropDownButtonVisible = this.dropDownButtonVisible;
|
|
1449
|
+
a.q = this.cy;
|
|
1450
|
+
a.ae = this.f0;
|
|
1451
|
+
a.c = AppearanceHelper.a(this.ka);
|
|
1452
|
+
a.actualLabelVisible = this.actualLabelVisible;
|
|
1453
|
+
a.actualNoMatchesFoundLabel = this.actualNoMatchesFoundLabel;
|
|
1454
|
+
a.d = AppearanceHelper.a(this.kb);
|
|
1455
|
+
a.e = AppearanceHelper.a(this.kc);
|
|
1456
|
+
a.ap = this.gc;
|
|
1457
|
+
a.f = AppearanceHelper.a(this.kd);
|
|
1458
|
+
a.g = AppearanceHelper.a(this.ke);
|
|
1459
|
+
a.r = this.c2;
|
|
1460
|
+
a.h = AppearanceHelper.a(this.kf);
|
|
1461
|
+
a.s = this.c3;
|
|
1462
|
+
a.t = this.c4;
|
|
1463
|
+
a.u = this.c5;
|
|
1464
|
+
a.ar = this.text;
|
|
1465
|
+
a.ac = this.value;
|
|
1466
|
+
if (this.av != null) {
|
|
1467
|
+
let f = this.av;
|
|
1468
|
+
if (this.ab != null && f.q == null) {
|
|
1469
|
+
let g = this.ab.c;
|
|
1470
|
+
let h = FontUtil.getFontInfoFromString(g, f.fontString);
|
|
1471
|
+
f.q = h.q;
|
|
1472
|
+
f.f = h.f;
|
|
1473
|
+
f.r = h.r;
|
|
1474
|
+
f.t = h.t;
|
|
1475
|
+
f.u = h.u;
|
|
1476
|
+
f.v = h.v;
|
|
1477
|
+
}
|
|
1478
|
+
if (f.q != null) {
|
|
1479
|
+
a.af = f.q;
|
|
1480
|
+
}
|
|
1481
|
+
if (!isNaN_(f.f)) {
|
|
1482
|
+
a.w = f.f;
|
|
1483
|
+
}
|
|
1484
|
+
if (f.v != null) {
|
|
1485
|
+
a.aj = f.v;
|
|
1486
|
+
}
|
|
1487
|
+
if (f.t != null) {
|
|
1488
|
+
a.ah = f.t;
|
|
1489
|
+
}
|
|
1490
|
+
if (f.r != null) {
|
|
1491
|
+
a.ag = f.t;
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
if (this.aw != null) {
|
|
1495
|
+
let i = this.aw;
|
|
1496
|
+
if (this.ab != null && i.q == null) {
|
|
1497
|
+
let j = this.ab.c;
|
|
1498
|
+
let k = FontUtil.getFontInfoFromString(j, i.fontString);
|
|
1499
|
+
i.q = k.q;
|
|
1500
|
+
i.f = k.f;
|
|
1501
|
+
i.r = k.r;
|
|
1502
|
+
i.t = k.t;
|
|
1503
|
+
i.u = k.u;
|
|
1504
|
+
i.v = k.v;
|
|
1505
|
+
}
|
|
1506
|
+
if (i.q != null) {
|
|
1507
|
+
a.ak = i.q;
|
|
1508
|
+
}
|
|
1509
|
+
if (!isNaN_(i.f)) {
|
|
1510
|
+
a.y = i.f;
|
|
1511
|
+
}
|
|
1512
|
+
if (i.v != null) {
|
|
1513
|
+
a.ao = i.v;
|
|
1514
|
+
}
|
|
1515
|
+
if (i.t != null) {
|
|
1516
|
+
a.am = i.t;
|
|
1517
|
+
}
|
|
1518
|
+
if (i.r != null) {
|
|
1519
|
+
a.al = i.t;
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
if (this.ax != null) {
|
|
1523
|
+
let l = this.ax;
|
|
1524
|
+
if (this.ab != null && l.q == null) {
|
|
1525
|
+
let m = this.ab.c;
|
|
1526
|
+
let n = FontUtil.getFontInfoFromString(m, l.fontString);
|
|
1527
|
+
l.q = n.q;
|
|
1528
|
+
l.f = n.f;
|
|
1529
|
+
l.r = n.r;
|
|
1530
|
+
l.t = n.t;
|
|
1531
|
+
l.u = n.u;
|
|
1532
|
+
l.v = n.v;
|
|
1533
|
+
}
|
|
1534
|
+
if (l.q != null) {
|
|
1535
|
+
a.as = l.q;
|
|
1536
|
+
}
|
|
1537
|
+
if (!isNaN_(l.f)) {
|
|
1538
|
+
a.z = l.f;
|
|
1539
|
+
}
|
|
1540
|
+
if (l.v != null) {
|
|
1541
|
+
a.aw = l.v;
|
|
1542
|
+
}
|
|
1543
|
+
if (l.t != null) {
|
|
1544
|
+
a.au = l.t;
|
|
1545
|
+
}
|
|
1546
|
+
if (l.r != null) {
|
|
1547
|
+
a.at = l.t;
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
return a;
|
|
1551
|
+
}
|
|
1552
|
+
get b4() {
|
|
1553
|
+
return this.bn;
|
|
1554
|
+
}
|
|
1555
|
+
set b4(a) {
|
|
1556
|
+
let b = this.bn;
|
|
1557
|
+
this.bn = a;
|
|
1558
|
+
if (b != this.bn) {
|
|
1559
|
+
this.h7("IsFixed", b, this.bn);
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
get b9() {
|
|
1563
|
+
return this.bq;
|
|
1564
|
+
}
|
|
1565
|
+
set b9(a) {
|
|
1566
|
+
let b = this.bq;
|
|
1567
|
+
this.bq = a;
|
|
1568
|
+
if (b != this.bq) {
|
|
1569
|
+
this.h7("OpenAsChild", b, this.bq);
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
get cb() {
|
|
1573
|
+
return this.br;
|
|
1574
|
+
}
|
|
1575
|
+
set cb(a) {
|
|
1576
|
+
let b = this.br;
|
|
1577
|
+
this.br = a;
|
|
1578
|
+
if (b != this.br) {
|
|
1579
|
+
this.h7("UseTopLayer", b, this.br);
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
h2(a) {
|
|
1583
|
+
if (null != this.gotFocus) {
|
|
1584
|
+
this.gotFocus(this, a);
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
h5(a) {
|
|
1588
|
+
if (null != this.lostFocus) {
|
|
1589
|
+
this.lostFocus(this, a);
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
id(a) {
|
|
1593
|
+
if (null != this.textValueChanged) {
|
|
1594
|
+
this.textValueChanged(this, a);
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
ia(a) {
|
|
1598
|
+
if (null != this.selectedValueChanged) {
|
|
1599
|
+
this.selectedValueChanged(this, a);
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
h7(a, b, c) {
|
|
1603
|
+
if (this.propertyChanged != null) {
|
|
1604
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1605
|
+
}
|
|
1606
|
+
this.iq(a, b, c);
|
|
1607
|
+
}
|
|
1608
|
+
h4(a) {
|
|
1609
|
+
if (null != this.keyDown) {
|
|
1610
|
+
let b = new KeyEventArgs(1, a.g, a.a, a.e, a.b, a.h);
|
|
1611
|
+
this.keyDown(this, b);
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
hr(a) {
|
|
1615
|
+
let b = new InputChangeEventArgs();
|
|
1616
|
+
b.isCompositionInProgress = a.a;
|
|
1617
|
+
b.value = a.b;
|
|
1618
|
+
if (null != this.changing) {
|
|
1619
|
+
this.changing(this, b);
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
static { this.d2 = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"; }
|
|
1623
|
+
static { this.d4 = "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"; }
|
|
1624
|
+
static { this.d3 = "M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"; }
|
|
1625
|
+
get ad() {
|
|
1626
|
+
return this.ac;
|
|
1627
|
+
}
|
|
1628
|
+
get b7() {
|
|
1629
|
+
return this.dt == 46;
|
|
1630
|
+
}
|
|
1631
|
+
get bh() {
|
|
1632
|
+
return this.bg;
|
|
1633
|
+
}
|
|
1634
|
+
ie(a) {
|
|
1635
|
+
this.a9 = a;
|
|
1636
|
+
this.h6();
|
|
1637
|
+
}
|
|
1638
|
+
h1() {
|
|
1639
|
+
this.ab.i();
|
|
1640
|
+
}
|
|
1641
|
+
hq() {
|
|
1642
|
+
this.ab.h();
|
|
1643
|
+
}
|
|
1644
|
+
h6() {
|
|
1645
|
+
this.g3();
|
|
1646
|
+
this.i9();
|
|
1647
|
+
this.g2();
|
|
1648
|
+
this.bc.bo(this.a7);
|
|
1649
|
+
this.i2();
|
|
1650
|
+
this.i3();
|
|
1651
|
+
this.ab.h();
|
|
1652
|
+
}
|
|
1653
|
+
gw(a) {
|
|
1654
|
+
let b = this.m();
|
|
1655
|
+
if (this.n != null) {
|
|
1656
|
+
if (b != null) {
|
|
1657
|
+
if (b.filterExpressions.k.contains(this.n)) {
|
|
1658
|
+
b.filterExpressions.remove(this.n);
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
this.n = a;
|
|
1663
|
+
this.by = false;
|
|
1664
|
+
if (a != null && b != null && !b.filterExpressions.k.contains(a)) {
|
|
1665
|
+
b.filterExpressions.add(a);
|
|
1666
|
+
this.by = true;
|
|
1667
|
+
}
|
|
1668
|
+
else {
|
|
1669
|
+
this.dropDown();
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
gx() {
|
|
1673
|
+
let a = this.m();
|
|
1674
|
+
if (a != null) {
|
|
1675
|
+
if (a.filterExpressions.k.contains(this.n)) {
|
|
1676
|
+
a.filterExpressions.remove(this.n);
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
this.n = null;
|
|
1680
|
+
}
|
|
1681
|
+
g1() {
|
|
1682
|
+
let a = this.bh;
|
|
1683
|
+
if (null != a) {
|
|
1684
|
+
a.cd();
|
|
1685
|
+
}
|
|
1686
|
+
this.i3();
|
|
1687
|
+
this.gx();
|
|
1688
|
+
}
|
|
1689
|
+
get bb() {
|
|
1690
|
+
return this.a7;
|
|
1691
|
+
}
|
|
1692
|
+
b3(a) {
|
|
1693
|
+
if (null == a) {
|
|
1694
|
+
return false;
|
|
1695
|
+
}
|
|
1696
|
+
let b = this.a7;
|
|
1697
|
+
let c = this.ac;
|
|
1698
|
+
let d = this.a5;
|
|
1699
|
+
return this.bh.t(a) || this.bc.t(a);
|
|
1700
|
+
}
|
|
1701
|
+
g2() {
|
|
1702
|
+
let a = this.ab.d();
|
|
1703
|
+
NativeUIContent.aw(a, [7, 2], [2, 2], (b) => {
|
|
1704
|
+
this.a7 = b[0];
|
|
1705
|
+
this.a7.h = 3;
|
|
1706
|
+
this.a7.n = runOn(this, this.hl);
|
|
1707
|
+
this.a7.o = runOn(this, this.hm);
|
|
1708
|
+
this.bd = b[1];
|
|
1709
|
+
this.a7.bo(this.bd);
|
|
1710
|
+
this.bd.b8 = this.text;
|
|
1711
|
+
this.bd.bt = runOn(this, this.hg);
|
|
1712
|
+
this.bd.bu = runOn(this, this.hh);
|
|
1713
|
+
this.bd.by = runOn(this, this.hj);
|
|
1714
|
+
this.bd.n = runOn(this, this.hi);
|
|
1715
|
+
this.bd.b0 = runOn(this, this.hk);
|
|
1716
|
+
this.g7(this.bu);
|
|
1717
|
+
this.bd.b7 = ComboEditor.d2;
|
|
1718
|
+
this.bd.cd = BrushUtil.l(255, 0, 0, 0);
|
|
1719
|
+
this.bd.bo = runOn(this, this.ic);
|
|
1720
|
+
});
|
|
1721
|
+
}
|
|
1722
|
+
get be() {
|
|
1723
|
+
return this.bd;
|
|
1724
|
+
}
|
|
1725
|
+
g3() {
|
|
1726
|
+
NativeUIContent.aw(this.ab.d(), [7, 12, 0, 3, 7], [2, 2, 2, 2, 2], (a) => {
|
|
1727
|
+
let b = a[1];
|
|
1728
|
+
this.bg = b;
|
|
1729
|
+
this.bg.b8 = true;
|
|
1730
|
+
this.a5 = a[2];
|
|
1731
|
+
this.a5.bj = new Thickness(0, 4);
|
|
1732
|
+
this.ba = a[0];
|
|
1733
|
+
this.ba.bo(this.a5);
|
|
1734
|
+
this.a8 = a[4];
|
|
1735
|
+
this.ba.bo(this.a8);
|
|
1736
|
+
this.a9.bo(this.bg);
|
|
1737
|
+
this.bf = a[3];
|
|
1738
|
+
this.bg.bo(this.ba);
|
|
1739
|
+
this.bg.bx = runOn(this, this.ih);
|
|
1740
|
+
});
|
|
1741
|
+
}
|
|
1742
|
+
ih(a, b) {
|
|
1743
|
+
if (this.ad != null && this.a8.bk == 0) {
|
|
1744
|
+
this.ad.notifySizeChanged();
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
hu(a, b) {
|
|
1748
|
+
}
|
|
1749
|
+
hx(a, b, c) {
|
|
1750
|
+
}
|
|
1751
|
+
ht() {
|
|
1752
|
+
switch (this.v) {
|
|
1753
|
+
case 2:
|
|
1754
|
+
case 1:
|
|
1755
|
+
if (null == this.l) {
|
|
1756
|
+
this.v = 0;
|
|
1757
|
+
}
|
|
1758
|
+
break;
|
|
1759
|
+
}
|
|
1760
|
+
let a = null;
|
|
1761
|
+
switch (this.v) {
|
|
1762
|
+
case 2:
|
|
1763
|
+
{
|
|
1764
|
+
let b = this.l.actualCount;
|
|
1765
|
+
if (b == 0) {
|
|
1766
|
+
this.value = null;
|
|
1767
|
+
}
|
|
1768
|
+
else {
|
|
1769
|
+
if (b > 1) {
|
|
1770
|
+
}
|
|
1771
|
+
a = this.l.getItemAtIndex(0);
|
|
1772
|
+
let c = this.i();
|
|
1773
|
+
let d = new List$1(Base.$, 0);
|
|
1774
|
+
for (let f = 0; f < c.length; f++) {
|
|
1775
|
+
let e = c[f];
|
|
1776
|
+
let g = this.l.getItemProperty(a, e);
|
|
1777
|
+
d.add1(g);
|
|
1778
|
+
}
|
|
1779
|
+
this.value = d.count == 1 ? d._inner[0] : d.toArray();
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
break;
|
|
1783
|
+
case 1:
|
|
1784
|
+
{
|
|
1785
|
+
let h = this.l.actualCount;
|
|
1786
|
+
if (h == 0) {
|
|
1787
|
+
this.text = stringEmpty();
|
|
1788
|
+
}
|
|
1789
|
+
else {
|
|
1790
|
+
if (h > 1) {
|
|
1791
|
+
}
|
|
1792
|
+
let i = this.fu();
|
|
1793
|
+
a = this.l.getItemAtIndex(0);
|
|
1794
|
+
let j = this.l.getItemProperty(a, i).toString();
|
|
1795
|
+
this.text = j;
|
|
1796
|
+
}
|
|
1797
|
+
let k = this.m();
|
|
1798
|
+
let l = k.indexOfItem(a);
|
|
1799
|
+
this.ix(l);
|
|
1800
|
+
}
|
|
1801
|
+
break;
|
|
1802
|
+
case 0:
|
|
1803
|
+
default: return;
|
|
1804
|
+
}
|
|
1805
|
+
if (null != a) {
|
|
1806
|
+
let m = this.m();
|
|
1807
|
+
let n = m.indexOfItem(a);
|
|
1808
|
+
this.ix(n);
|
|
1809
|
+
}
|
|
1810
|
+
else {
|
|
1811
|
+
this.ix(-1);
|
|
1812
|
+
}
|
|
1813
|
+
if (this.l != null) {
|
|
1814
|
+
this.l.updateNotifier = null;
|
|
1815
|
+
this.l = null;
|
|
1816
|
+
}
|
|
1817
|
+
this.v = 0;
|
|
1818
|
+
}
|
|
1819
|
+
hv(a, b) {
|
|
1820
|
+
}
|
|
1821
|
+
hw(a, b) {
|
|
1822
|
+
}
|
|
1823
|
+
h0(a, b) {
|
|
1824
|
+
let c = this.ad;
|
|
1825
|
+
if (null != c) {
|
|
1826
|
+
let d = c.dw;
|
|
1827
|
+
if (-1 != d) {
|
|
1828
|
+
if (d >= a && d <= b) {
|
|
1829
|
+
this.iu(d);
|
|
1830
|
+
this.ja();
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
ib(a, b, c) {
|
|
1836
|
+
}
|
|
1837
|
+
hs() {
|
|
1838
|
+
this.ij();
|
|
1839
|
+
if (this.b5) {
|
|
1840
|
+
let a = this.m();
|
|
1841
|
+
let b = a.actualCount;
|
|
1842
|
+
if (this.ca && b > 0) {
|
|
1843
|
+
this.il();
|
|
1844
|
+
}
|
|
1845
|
+
else {
|
|
1846
|
+
this.im();
|
|
1847
|
+
}
|
|
1848
|
+
}
|
|
1849
|
+
else {
|
|
1850
|
+
this.i8();
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
h3(a, b) {
|
|
1854
|
+
}
|
|
1855
|
+
h8(a, b) {
|
|
1856
|
+
}
|
|
1857
|
+
g6() {
|
|
1858
|
+
this.jc();
|
|
1859
|
+
this.hn();
|
|
1860
|
+
let a = this.bh;
|
|
1861
|
+
if (a.b7) {
|
|
1862
|
+
return;
|
|
1863
|
+
}
|
|
1864
|
+
a.b1 = !this.b5;
|
|
1865
|
+
a.ch(this.bc, 1, 1);
|
|
1866
|
+
this.i3();
|
|
1867
|
+
}
|
|
1868
|
+
m() {
|
|
1869
|
+
let a = this.ad;
|
|
1870
|
+
if (null != a) {
|
|
1871
|
+
return a.actualDataSource;
|
|
1872
|
+
}
|
|
1873
|
+
return null;
|
|
1874
|
+
}
|
|
1875
|
+
bz(a) {
|
|
1876
|
+
let b = this.ac.ai;
|
|
1877
|
+
let c = b.count;
|
|
1878
|
+
if (0 == c) {
|
|
1879
|
+
a = null;
|
|
1880
|
+
return {
|
|
1881
|
+
ret: true,
|
|
1882
|
+
p0: a
|
|
1883
|
+
};
|
|
1884
|
+
}
|
|
1885
|
+
else if (1 == c) {
|
|
1886
|
+
a = b._inner[0];
|
|
1887
|
+
}
|
|
1888
|
+
else {
|
|
1889
|
+
a = b._inner[0];
|
|
1890
|
+
}
|
|
1891
|
+
return {
|
|
1892
|
+
ret: null != a,
|
|
1893
|
+
p0: a
|
|
1894
|
+
};
|
|
1895
|
+
}
|
|
1896
|
+
hb(a) {
|
|
1897
|
+
let b = -1 != a ? a : -1;
|
|
1898
|
+
this.iu(b);
|
|
1899
|
+
}
|
|
1900
|
+
hd() {
|
|
1901
|
+
if (this.bo) {
|
|
1902
|
+
return;
|
|
1903
|
+
}
|
|
1904
|
+
let a;
|
|
1905
|
+
let b = ((() => { let c = this.bz(a); a = c.p0; return c.ret; })());
|
|
1906
|
+
if (!b) {
|
|
1907
|
+
return;
|
|
1908
|
+
}
|
|
1909
|
+
if (a == null) {
|
|
1910
|
+
return;
|
|
1911
|
+
}
|
|
1912
|
+
this.h9(a);
|
|
1913
|
+
}
|
|
1914
|
+
hn() {
|
|
1915
|
+
this.bh.ce();
|
|
1916
|
+
}
|
|
1917
|
+
hp() {
|
|
1918
|
+
let a = this.bh;
|
|
1919
|
+
if (a.b7) {
|
|
1920
|
+
this.closeUp();
|
|
1921
|
+
let b = this.bd;
|
|
1922
|
+
b.a0();
|
|
1923
|
+
let c = b.b8;
|
|
1924
|
+
let d = null != c ? b.b8.length : 0;
|
|
1925
|
+
b.cb(d, d);
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
hy() {
|
|
1929
|
+
this.bd.b2 = true;
|
|
1930
|
+
this.bd.ca();
|
|
1931
|
+
let a = new ComboEditorGotFocusEventArgs();
|
|
1932
|
+
this.h2(a);
|
|
1933
|
+
}
|
|
1934
|
+
hz() {
|
|
1935
|
+
this.closeUp();
|
|
1936
|
+
this.bd.b9();
|
|
1937
|
+
let a = new ComboEditorLostFocusEventArgs();
|
|
1938
|
+
this.h5(a);
|
|
1939
|
+
}
|
|
1940
|
+
im() {
|
|
1941
|
+
let a = this.ac;
|
|
1942
|
+
a.selectedItemsChanged = delegateRemove(a.selectedItemsChanged, runOn(this, this.he));
|
|
1943
|
+
this.bo = true;
|
|
1944
|
+
try {
|
|
1945
|
+
this.iz(this.d7);
|
|
1946
|
+
}
|
|
1947
|
+
finally {
|
|
1948
|
+
this.bo = false;
|
|
1949
|
+
let b = this.ac;
|
|
1950
|
+
b.selectedItemsChanged = delegateCombine(b.selectedItemsChanged, runOn(this, this.he));
|
|
1951
|
+
}
|
|
1952
|
+
this.b5 = false;
|
|
1953
|
+
}
|
|
1954
|
+
io() {
|
|
1955
|
+
this.b5 = true;
|
|
1956
|
+
if (stringIsNullOrEmpty(this.d7)) {
|
|
1957
|
+
if (this.n != null) {
|
|
1958
|
+
this.gw(null);
|
|
1959
|
+
}
|
|
1960
|
+
else {
|
|
1961
|
+
this.im();
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
else {
|
|
1965
|
+
let a = FilterFactory.instance.property(this.fu()).toLower().startsWith(this.d7.toLowerCase());
|
|
1966
|
+
this.gw(a);
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
is() {
|
|
1970
|
+
this.dt = 0;
|
|
1971
|
+
this.b6 = false;
|
|
1972
|
+
}
|
|
1973
|
+
iu(a) {
|
|
1974
|
+
let b = this.m();
|
|
1975
|
+
let c = b.isPlaceholderItem(a);
|
|
1976
|
+
if (c) {
|
|
1977
|
+
}
|
|
1978
|
+
else {
|
|
1979
|
+
let d = this.ad;
|
|
1980
|
+
if (a < 0) {
|
|
1981
|
+
this.b1 = false;
|
|
1982
|
+
d.ai.clear();
|
|
1983
|
+
if (!this.b1) {
|
|
1984
|
+
this.hd();
|
|
1985
|
+
}
|
|
1986
|
+
return;
|
|
1987
|
+
}
|
|
1988
|
+
d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.he));
|
|
1989
|
+
try {
|
|
1990
|
+
d.ai.clear();
|
|
1991
|
+
}
|
|
1992
|
+
finally {
|
|
1993
|
+
d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.he));
|
|
1994
|
+
}
|
|
1995
|
+
if (a >= 0) {
|
|
1996
|
+
let e = b.getItemAtIndex(a);
|
|
1997
|
+
this.b1 = false;
|
|
1998
|
+
d.ai.add1(e);
|
|
1999
|
+
if (!this.b1) {
|
|
2000
|
+
this.hd();
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
ix(a) {
|
|
2006
|
+
let b = this.ad;
|
|
2007
|
+
if (-1 == a) {
|
|
2008
|
+
b.dw = -1;
|
|
2009
|
+
return;
|
|
2010
|
+
}
|
|
2011
|
+
let c = b.dw;
|
|
2012
|
+
let d = -1;
|
|
2013
|
+
let e;
|
|
2014
|
+
this.ds = a;
|
|
2015
|
+
d = a;
|
|
2016
|
+
this.b0 = false;
|
|
2017
|
+
b.dw = d;
|
|
2018
|
+
if (!this.b0) {
|
|
2019
|
+
this.hb(b.dw);
|
|
2020
|
+
}
|
|
2021
|
+
this.ja();
|
|
2022
|
+
}
|
|
2023
|
+
i1(a) {
|
|
2024
|
+
this.ig(2, a);
|
|
2025
|
+
}
|
|
2026
|
+
i0(a) {
|
|
2027
|
+
this.ig(1, a);
|
|
2028
|
+
}
|
|
2029
|
+
i2() {
|
|
2030
|
+
let a = this;
|
|
2031
|
+
if (null != this.bd) {
|
|
2032
|
+
this.bd.bq = a.density;
|
|
2033
|
+
this.bd.c = a.ah;
|
|
2034
|
+
this.bd.bv = a.s;
|
|
2035
|
+
this.bd.a9 = a.j5;
|
|
2036
|
+
this.bd.ba = a.j6;
|
|
2037
|
+
this.bd.bh = new Thickness(0, a.cw);
|
|
2038
|
+
this.bd.bq = a.am;
|
|
2039
|
+
this.ab.k(this.bd);
|
|
2040
|
+
}
|
|
2041
|
+
if (null != this.bd) {
|
|
2042
|
+
this.bd.cf = a.kd;
|
|
2043
|
+
this.bd.bl = a.ax;
|
|
2044
|
+
}
|
|
2045
|
+
if (null != this.bd) {
|
|
2046
|
+
this.bd.b6 = a.f0;
|
|
2047
|
+
}
|
|
2048
|
+
if (null != this.a5) {
|
|
2049
|
+
this.a5.bb = a.kc;
|
|
2050
|
+
this.a5.a9 = a.kb;
|
|
2051
|
+
if (null != a.aw) {
|
|
2052
|
+
let b = a.aw;
|
|
2053
|
+
this.ab.m(this.a5, b);
|
|
2054
|
+
}
|
|
2055
|
+
this.a5.bt = this.bf;
|
|
2056
|
+
this.bf.bo = this.actualNoMatchesFoundLabel;
|
|
2057
|
+
this.hn();
|
|
2058
|
+
}
|
|
2059
|
+
if (null != this.ad) {
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
i6() {
|
|
2063
|
+
if (!this.bo) {
|
|
2064
|
+
if (null != this.bd) {
|
|
2065
|
+
let a = this.text;
|
|
2066
|
+
this.bd.b8 = a;
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
i3() {
|
|
2071
|
+
let a = this.bh;
|
|
2072
|
+
let b = null != a ? a.b7 : false;
|
|
2073
|
+
this.bd.b7 = b ? ComboEditor.d3 : ComboEditor.d4;
|
|
2074
|
+
}
|
|
2075
|
+
i5() {
|
|
2076
|
+
this.jd();
|
|
2077
|
+
let a = this.ac.ia();
|
|
2078
|
+
let b = Math.min(a.height, 40 * 8);
|
|
2079
|
+
this.a8.z = b;
|
|
2080
|
+
let c = a.width;
|
|
2081
|
+
c = Math.max(c, 150);
|
|
2082
|
+
this.a8.af = c;
|
|
2083
|
+
}
|
|
2084
|
+
i7() {
|
|
2085
|
+
if (this.b5) {
|
|
2086
|
+
return;
|
|
2087
|
+
}
|
|
2088
|
+
this.d7 = null;
|
|
2089
|
+
if (this.n != null) {
|
|
2090
|
+
this.gx();
|
|
2091
|
+
}
|
|
2092
|
+
else {
|
|
2093
|
+
this.i8();
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
i8() {
|
|
2097
|
+
if (null != this.value) {
|
|
2098
|
+
let a = this.value;
|
|
2099
|
+
let b = typeCast(Array_$type, a) !== null ? a : [a];
|
|
2100
|
+
let c = this.m();
|
|
2101
|
+
let d = c.indexOfKey(b);
|
|
2102
|
+
if (-1 != d) {
|
|
2103
|
+
this.ix(d);
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
i9() {
|
|
2108
|
+
if (null == this.ad) {
|
|
2109
|
+
this.jd();
|
|
2110
|
+
this.ab.f(this.a8, (a) => {
|
|
2111
|
+
let b = a;
|
|
2112
|
+
this.ac = b;
|
|
2113
|
+
let c = this.ac;
|
|
2114
|
+
c.rowUpdating = delegateCombine(c.rowUpdating, runOn(this, this.gu));
|
|
2115
|
+
this.jb();
|
|
2116
|
+
this.ad.as = 1;
|
|
2117
|
+
this.ad.an = 0;
|
|
2118
|
+
this.ad.r = 1;
|
|
2119
|
+
this.a8.a9 = BrushUtil.l(255, 255, 255, 255);
|
|
2120
|
+
this.ac.h8 = BrushUtil.l(255, 200, 200, 200);
|
|
2121
|
+
this.ac.h2 = BrushUtil.l(255, 100, 100, 100);
|
|
2122
|
+
this.ac.ef = 32;
|
|
2123
|
+
this.ad.h6 = BrushUtil.l(0, 0, 0, 0);
|
|
2124
|
+
this.ad.by = false;
|
|
2125
|
+
this.ad.bt = false;
|
|
2126
|
+
let d = this.ad;
|
|
2127
|
+
d.activeRowChanged = delegateCombine(d.activeRowChanged, runOn(this, this.ha));
|
|
2128
|
+
let e = this.ad;
|
|
2129
|
+
e.selectedItemsChanged = delegateCombine(e.selectedItemsChanged, runOn(this, this.he));
|
|
2130
|
+
let f = this.ad;
|
|
2131
|
+
f.itemClicked = delegateCombine(f.itemClicked, runOn(this, this.hc));
|
|
2132
|
+
this.ad.a9 = runOn(this, this.hf);
|
|
2133
|
+
this.i2();
|
|
2134
|
+
});
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
gu(a, b) {
|
|
2138
|
+
if (b.b != null) {
|
|
2139
|
+
let c = null;
|
|
2140
|
+
if (b.b.ap != "comboItem") {
|
|
2141
|
+
NativeUIComponent.av(this.ab.d(), 3, (d) => {
|
|
2142
|
+
let e = d;
|
|
2143
|
+
e.bl = this.ax;
|
|
2144
|
+
b.b.bt = e;
|
|
2145
|
+
b.b.ap = "comboItem";
|
|
2146
|
+
e.f = 0;
|
|
2147
|
+
e.h = 1;
|
|
2148
|
+
e.bi = new Thickness(0, 5);
|
|
2149
|
+
e.bo = this.fs(b.a.x);
|
|
2150
|
+
});
|
|
2151
|
+
}
|
|
2152
|
+
else {
|
|
2153
|
+
let d = b.b.bt;
|
|
2154
|
+
d.bo = this.fs(b.a.x);
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
fs(a) {
|
|
2159
|
+
return this.fu() != null ? this.actualDataSource.getItemProperty(a, this.fu()).toString() : "";
|
|
2160
|
+
}
|
|
2161
|
+
ig(a, b) {
|
|
2162
|
+
let c = this.m();
|
|
2163
|
+
if (null == c) {
|
|
2164
|
+
return;
|
|
2165
|
+
}
|
|
2166
|
+
if (null != this.l) {
|
|
2167
|
+
if (a != this.v) {
|
|
2168
|
+
}
|
|
2169
|
+
this.l.updateNotifier = null;
|
|
2170
|
+
this.l = null;
|
|
2171
|
+
}
|
|
2172
|
+
this.v = a;
|
|
2173
|
+
let d = new FilterFactory();
|
|
2174
|
+
let e = null;
|
|
2175
|
+
let f = null;
|
|
2176
|
+
switch (a) {
|
|
2177
|
+
case 2:
|
|
2178
|
+
{
|
|
2179
|
+
let g = this.fu();
|
|
2180
|
+
if (stringIsNullOrEmpty(g)) {
|
|
2181
|
+
return;
|
|
2182
|
+
}
|
|
2183
|
+
e = b.toString();
|
|
2184
|
+
let h = d.property(g);
|
|
2185
|
+
f = h.isEqualTo(e);
|
|
2186
|
+
}
|
|
2187
|
+
break;
|
|
2188
|
+
case 1:
|
|
2189
|
+
{
|
|
2190
|
+
let i = this.i();
|
|
2191
|
+
if (i == null || i.length < 1) {
|
|
2192
|
+
return;
|
|
2193
|
+
}
|
|
2194
|
+
let j = typeCast(Array_$type, b) !== null ? b : [b];
|
|
2195
|
+
if (i.length != j.length) {
|
|
2196
|
+
return;
|
|
2197
|
+
}
|
|
2198
|
+
for (let k = 0; k < i.length; k++) {
|
|
2199
|
+
let l = i[k];
|
|
2200
|
+
e = j[k];
|
|
2201
|
+
let m = d.property(l);
|
|
2202
|
+
let n = m.isEqualTo(e);
|
|
2203
|
+
if (null == f) {
|
|
2204
|
+
f = n;
|
|
2205
|
+
}
|
|
2206
|
+
else {
|
|
2207
|
+
f.and(n);
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
break;
|
|
2212
|
+
case 0:
|
|
2213
|
+
default: return;
|
|
2214
|
+
}
|
|
2215
|
+
this.l = c.clone();
|
|
2216
|
+
this.l.filterExpressions.clear();
|
|
2217
|
+
this.l.updateNotifier = new ComboEditorDataSourceNotificationHandler(this, true);
|
|
2218
|
+
this.l.filterExpressions.add(f);
|
|
2219
|
+
if (!this.l.isVirtual) {
|
|
2220
|
+
this.l.flushAutoRefresh();
|
|
2221
|
+
}
|
|
2222
|
+
}
|
|
2223
|
+
ii() {
|
|
2224
|
+
this.i6();
|
|
2225
|
+
let a = this.text;
|
|
2226
|
+
let b = this.d7.length;
|
|
2227
|
+
let c = !stringIsNullOrEmpty(a) ? a.length : 0;
|
|
2228
|
+
if (this.b6 && !stringIsNullOrEmpty(this.d7) && b > 0) {
|
|
2229
|
+
b--;
|
|
2230
|
+
}
|
|
2231
|
+
this.bd.cb(b, c);
|
|
2232
|
+
}
|
|
2233
|
+
ij() {
|
|
2234
|
+
if (this.by) {
|
|
2235
|
+
this.by = false;
|
|
2236
|
+
this.dropDown();
|
|
2237
|
+
}
|
|
2238
|
+
}
|
|
2239
|
+
ik(a) {
|
|
2240
|
+
this.d7 = a;
|
|
2241
|
+
this.ca = !this.b7;
|
|
2242
|
+
this.io();
|
|
2243
|
+
}
|
|
2244
|
+
il() {
|
|
2245
|
+
if (stringIsNullOrEmpty(this.d7)) {
|
|
2246
|
+
this.gy();
|
|
2247
|
+
}
|
|
2248
|
+
else {
|
|
2249
|
+
this.ix(0);
|
|
2250
|
+
}
|
|
2251
|
+
this.ii();
|
|
2252
|
+
this.b5 = false;
|
|
2253
|
+
}
|
|
2254
|
+
gy() {
|
|
2255
|
+
let a = this.ad;
|
|
2256
|
+
a.dw = -1;
|
|
2257
|
+
}
|
|
2258
|
+
g7(a) {
|
|
2259
|
+
if (this.bd != null) {
|
|
2260
|
+
this.bd.b1 = !a;
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
ja() {
|
|
2264
|
+
if (!this.bp) {
|
|
2265
|
+
return;
|
|
2266
|
+
}
|
|
2267
|
+
let a = this.ad;
|
|
2268
|
+
let b = a.dw;
|
|
2269
|
+
if (-1 != b) {
|
|
2270
|
+
let c = this.m();
|
|
2271
|
+
if (null != c) {
|
|
2272
|
+
let d = b < c.actualCount ? c.getItemAtIndex(b) : 0;
|
|
2273
|
+
if (null == d) {
|
|
2274
|
+
return;
|
|
2275
|
+
}
|
|
2276
|
+
a.cl(d);
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
else {
|
|
2280
|
+
a.hj(0);
|
|
2281
|
+
}
|
|
2282
|
+
}
|
|
2283
|
+
jb() {
|
|
2284
|
+
if (this.ad != null) {
|
|
2285
|
+
let a = this.itemsSource;
|
|
2286
|
+
this.ad.ai.clear();
|
|
2287
|
+
if (this.ad.actualDataSource != null) {
|
|
2288
|
+
let b = this.ad.actualDataSource;
|
|
2289
|
+
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.gv));
|
|
2290
|
+
}
|
|
2291
|
+
this.ad.g = null;
|
|
2292
|
+
this.ad.itemsSource = a;
|
|
2293
|
+
this.ad.f = this.i();
|
|
2294
|
+
this.ds = -1;
|
|
2295
|
+
let c = this.m();
|
|
2296
|
+
if (null != c) {
|
|
2297
|
+
let d = c.updateNotifier;
|
|
2298
|
+
let e = new ComboEditorDataSourceNotificationHandler(this, false);
|
|
2299
|
+
let f = new ComboEditorMultipleDataSourceNotifier(1, [d, e]);
|
|
2300
|
+
c.updateNotifier = f;
|
|
2301
|
+
c.propertiesRequested = this.f;
|
|
2302
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.gv));
|
|
2303
|
+
if (this.value != null) {
|
|
2304
|
+
this.ig(1, this.value);
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2307
|
+
this.l = null;
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
gv(a, b) {
|
|
2311
|
+
if (this.ds != -1) {
|
|
2312
|
+
this.ix(this.ds);
|
|
2313
|
+
this.ds = -1;
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
2316
|
+
iw(a) {
|
|
2317
|
+
if (this.bd != null) {
|
|
2318
|
+
this.bd.b1 = !a;
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
jc() {
|
|
2322
|
+
this.i5();
|
|
2323
|
+
if (!this.b5) {
|
|
2324
|
+
this.b8 = false;
|
|
2325
|
+
}
|
|
2326
|
+
else {
|
|
2327
|
+
let a = this.m();
|
|
2328
|
+
this.b8 = a.actualCount == 0;
|
|
2329
|
+
}
|
|
2330
|
+
this.a5.bk = this.b8 ? 0 : 1;
|
|
2331
|
+
let b = this.a8.bk;
|
|
2332
|
+
this.a8.bk = !this.b8 ? 0 : 1;
|
|
2333
|
+
}
|
|
2334
|
+
g9(a) {
|
|
2335
|
+
if (this.bd != null) {
|
|
2336
|
+
if (a) {
|
|
2337
|
+
this.bd.a1();
|
|
2338
|
+
}
|
|
2339
|
+
else {
|
|
2340
|
+
this.bd.a0();
|
|
2341
|
+
}
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
iv() {
|
|
2345
|
+
if (this.bd != null) {
|
|
2346
|
+
this.bd.ca();
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
get bc() {
|
|
2350
|
+
return this.a9;
|
|
2351
|
+
}
|
|
2352
|
+
ic(a, b) {
|
|
2353
|
+
b.a = true;
|
|
2354
|
+
let c = this.bh;
|
|
2355
|
+
if (c.b7) {
|
|
2356
|
+
this.closeUp();
|
|
2357
|
+
}
|
|
2358
|
+
else {
|
|
2359
|
+
this.gw(null);
|
|
2360
|
+
}
|
|
2361
|
+
if (null != this.bd) {
|
|
2362
|
+
this.bd.a0();
|
|
2363
|
+
this.bd.ca();
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
ha(a, b) {
|
|
2367
|
+
let c = b.newActiveRow;
|
|
2368
|
+
this.hb(c);
|
|
2369
|
+
this.b0 = true;
|
|
2370
|
+
}
|
|
2371
|
+
hc(a, b) {
|
|
2372
|
+
this.hp();
|
|
2373
|
+
}
|
|
2374
|
+
he(a, b) {
|
|
2375
|
+
this.hd();
|
|
2376
|
+
this.b1 = true;
|
|
2377
|
+
}
|
|
2378
|
+
hf() {
|
|
2379
|
+
this.bp = this.ad.ay.a;
|
|
2380
|
+
this.ja();
|
|
2381
|
+
}
|
|
2382
|
+
hg(a, b) {
|
|
2383
|
+
if (b.a) {
|
|
2384
|
+
return;
|
|
2385
|
+
}
|
|
2386
|
+
this.hr(b);
|
|
2387
|
+
let c = b.b;
|
|
2388
|
+
this.ik(c);
|
|
2389
|
+
}
|
|
2390
|
+
hh(a, b) {
|
|
2391
|
+
let c = this.bd.b8;
|
|
2392
|
+
this.ik(c);
|
|
2393
|
+
}
|
|
2394
|
+
hi(a, b) {
|
|
2395
|
+
this.is();
|
|
2396
|
+
}
|
|
2397
|
+
hj(a, b) {
|
|
2398
|
+
this.h4(b);
|
|
2399
|
+
if (b.c) {
|
|
2400
|
+
return;
|
|
2401
|
+
}
|
|
2402
|
+
let c = b.g;
|
|
2403
|
+
this.dt = c;
|
|
2404
|
+
this.b6 = false;
|
|
2405
|
+
switch (c) {
|
|
2406
|
+
case 8:
|
|
2407
|
+
let d = this.bd.b5;
|
|
2408
|
+
if (0 == d) {
|
|
2409
|
+
break;
|
|
2410
|
+
}
|
|
2411
|
+
let e = this.bd.b8;
|
|
2412
|
+
if (stringIsNullOrEmpty(e)) {
|
|
2413
|
+
break;
|
|
2414
|
+
}
|
|
2415
|
+
let f = e.length;
|
|
2416
|
+
let g = this.bd.b4;
|
|
2417
|
+
let h = g - d;
|
|
2418
|
+
if (h > 0 && h < f && g == f) {
|
|
2419
|
+
this.b6 = true;
|
|
2420
|
+
}
|
|
2421
|
+
break;
|
|
2422
|
+
case 40:
|
|
2423
|
+
if (b.a) {
|
|
2424
|
+
this.dropDown();
|
|
2425
|
+
this.i7();
|
|
2426
|
+
b.d = true;
|
|
2427
|
+
}
|
|
2428
|
+
else {
|
|
2429
|
+
let i = this.ad;
|
|
2430
|
+
if (null == i) {
|
|
2431
|
+
return;
|
|
2432
|
+
}
|
|
2433
|
+
let j = this.ad.dw;
|
|
2434
|
+
if (-1 != i.dw) {
|
|
2435
|
+
this.ad.b4(false, false);
|
|
2436
|
+
b.d = true;
|
|
2437
|
+
}
|
|
2438
|
+
else {
|
|
2439
|
+
let k = this.m();
|
|
2440
|
+
if (null != k) {
|
|
2441
|
+
let l = k.actualCount;
|
|
2442
|
+
if (l > 0) {
|
|
2443
|
+
this.ix(0);
|
|
2444
|
+
b.d = true;
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
break;
|
|
2450
|
+
case 38:
|
|
2451
|
+
if (b.a) {
|
|
2452
|
+
this.closeUp();
|
|
2453
|
+
b.d = true;
|
|
2454
|
+
}
|
|
2455
|
+
else {
|
|
2456
|
+
let m = this.ad;
|
|
2457
|
+
if (null == m) {
|
|
2458
|
+
return;
|
|
2459
|
+
}
|
|
2460
|
+
let n = this.ad.dw;
|
|
2461
|
+
if (null != m.dw) {
|
|
2462
|
+
this.ac.ch(false, false);
|
|
2463
|
+
b.d = true;
|
|
2464
|
+
}
|
|
2465
|
+
else {
|
|
2466
|
+
let o = this.m();
|
|
2467
|
+
if (null != o) {
|
|
2468
|
+
let p = o.actualCount;
|
|
2469
|
+
if (p > 0) {
|
|
2470
|
+
this.ix(p - 1);
|
|
2471
|
+
b.d = true;
|
|
2472
|
+
}
|
|
2473
|
+
}
|
|
2474
|
+
}
|
|
2475
|
+
}
|
|
2476
|
+
break;
|
|
2477
|
+
case 13:
|
|
2478
|
+
if (this.bh.b7) {
|
|
2479
|
+
b.f = true;
|
|
2480
|
+
}
|
|
2481
|
+
this.hp();
|
|
2482
|
+
break;
|
|
2483
|
+
case 27:
|
|
2484
|
+
this.closeUp();
|
|
2485
|
+
break;
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
hk(a, b) {
|
|
2489
|
+
}
|
|
2490
|
+
hl(a, b) {
|
|
2491
|
+
if (this.bm) {
|
|
2492
|
+
return;
|
|
2493
|
+
}
|
|
2494
|
+
this.bm = true;
|
|
2495
|
+
this.bd.a0();
|
|
2496
|
+
this.bm = false;
|
|
2497
|
+
let c = b.b;
|
|
2498
|
+
if (!this.b3(c)) {
|
|
2499
|
+
this.hy();
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2502
|
+
hm(a, b) {
|
|
2503
|
+
let c = b.b;
|
|
2504
|
+
if (!this.b3(c)) {
|
|
2505
|
+
this.hz();
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
}
|
|
2509
|
+
export { ComboEditor };
|
|
2510
|
+
/**
|
|
2511
|
+
* @hidden
|
|
2512
|
+
*/
|
|
2513
|
+
class ComboEditorDataSourceNotificationHandler extends Base {
|
|
2514
|
+
static { this.$t = markType(ComboEditorDataSourceNotificationHandler, 'ComboEditorDataSourceNotificationHandler', Base.$, [IDataSourceUpdateNotifier_$type]); }
|
|
2515
|
+
constructor(a, b) {
|
|
2516
|
+
super();
|
|
2517
|
+
this.a = null;
|
|
2518
|
+
this.b = false;
|
|
2519
|
+
this.a = a;
|
|
2520
|
+
this.b = b;
|
|
2521
|
+
}
|
|
2522
|
+
rangeActualized(a, b) {
|
|
2523
|
+
if (!this.b) {
|
|
2524
|
+
this.a.h0(a, b);
|
|
2525
|
+
}
|
|
2526
|
+
else {
|
|
2527
|
+
this.a.hu(a, b);
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2530
|
+
notifySetItem(a, b, c) {
|
|
2531
|
+
if (!this.b) {
|
|
2532
|
+
this.a.ib(a, b, c);
|
|
2533
|
+
}
|
|
2534
|
+
else {
|
|
2535
|
+
this.a.hx(a, b, c);
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
notifyClearItems() {
|
|
2539
|
+
if (!this.b) {
|
|
2540
|
+
this.a.hs();
|
|
2541
|
+
}
|
|
2542
|
+
else {
|
|
2543
|
+
this.a.ht();
|
|
2544
|
+
}
|
|
2545
|
+
}
|
|
2546
|
+
notifyInsertItem(a, b) {
|
|
2547
|
+
if (!this.b) {
|
|
2548
|
+
this.a.h3(a, b);
|
|
2549
|
+
}
|
|
2550
|
+
else {
|
|
2551
|
+
this.a.hv(a, b);
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
notifyRemoveItem(a, b) {
|
|
2555
|
+
if (!this.b) {
|
|
2556
|
+
this.a.h8(a, b);
|
|
2557
|
+
}
|
|
2558
|
+
else {
|
|
2559
|
+
this.a.hw(a, b);
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
}
|
|
2563
|
+
export { ComboEditorDataSourceNotificationHandler };
|