igniteui-angular-core 16.1.2-beta.0 → 17.0.0
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/License +1 -1
- package/bundles/igniteui-angular-core.umd.js +50539 -48357
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AxisAnnotationDescriptionMetadata.js +1 -0
- package/esm2015/lib/AxisDescriptionMetadata.js +1 -0
- package/esm2015/lib/BulletGraphDescriptionMetadata.js +1 -0
- package/esm2015/lib/CalendarDateDescriptionMetadata.js +1 -0
- package/esm2015/lib/CalendarFormatOptionsDescriptionMetadata.js +1 -0
- package/esm2015/lib/CanvasRenderScheduler.js +70 -59
- package/esm2015/lib/CaptureImageFormat.js +16 -0
- package/esm2015/lib/CaptureImageSettings.js +28 -0
- package/esm2015/lib/CellInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/CellKeyDescriptionMetadata.js +1 -0
- package/esm2015/lib/CellRangeDescriptionMetadata.js +1 -0
- package/esm2015/lib/ChartGroupDescriptionDescriptionMetadata.js +1 -0
- package/esm2015/lib/ChartSortDescriptionDescriptionMetadata.js +1 -0
- package/esm2015/lib/ChartSummaryDescriptionDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +709 -579
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererTemplateEmitter.js +1 -0
- package/esm2015/lib/ColumnDependenciesDescriptionModule.js +26 -0
- package/esm2015/lib/ColumnGroupDescriptionDescriptionMetadata.js +3 -0
- package/esm2015/lib/ColumnSortDescriptionDescriptionMetadata.js +1 -0
- package/esm2015/lib/ColumnSummaryDescriptionDescriptionMetadata.js +3 -0
- package/esm2015/lib/ColumnWidthDescriptionMetadata.js +1 -0
- package/esm2015/lib/ComponentRendererAdapter.js +1 -0
- package/esm2015/lib/CrosshairLayerDescription.js +31 -15
- package/esm2015/lib/CrosshairLayerDescriptionMetadata.js +2 -0
- package/esm2015/lib/DOMWindowBridge.js +12 -0
- package/esm2015/lib/DataContextDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/DataGridSummaryResultDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataLegendDescriptionMetadata.js +2 -0
- package/esm2015/lib/DataSourceAggregatedResultDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataSourceSpecialRowDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +2 -0
- package/esm2015/lib/DateRangeDescriptorDescriptionMetadata.js +1 -0
- package/esm2015/lib/DateTimeCellInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/DateTimeColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/DateTimeFormatSpecifierDescriptionMetadata.js +7 -0
- package/esm2015/lib/DelayManager.js +4 -4
- package/esm2015/lib/{DelayManager_CallbackSettings.js → DelayManagerCallbackSettings.js} +4 -4
- package/esm2015/lib/DomainChartDescriptionMetadata.js +2 -0
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererHandlerEmitter.js +1 -1
- package/esm2015/lib/FilterExpressionDescriptionMetadata.js +1 -0
- package/esm2015/lib/FilterOperandDescriptionMetadata_combined.js +1 -0
- package/esm2015/lib/FinalValueLayerDescription.js +21 -13
- package/esm2015/lib/FinalValueLayerDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescriptionModule.js +2 -2
- package/esm2015/lib/FocusOptionsDescriptionMetadata.js +1 -0
- package/esm2015/lib/FormatSpecifierDescriptionMetadata.js +1 -0
- package/esm2015/lib/GridCellPositionDescriptionMetadata.js +1 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm2015/lib/IgCollection.js +3 -0
- package/esm2015/lib/ImageCapturedEventArgs.js +34 -0
- package/esm2015/lib/LinearGaugeDescriptionMetadata.js +1 -0
- package/esm2015/lib/ListPanelDescriptionMetadata.js +1 -1
- package/esm2015/lib/NativeUI.js +81 -75
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIPopup.js +31 -19
- package/esm2015/lib/NativeUIPopupDirection.js +1 -1
- package/esm2015/lib/NativeUIPopupPointerPosition.js +1 -1
- package/esm2015/lib/NativeUIWindow.js +14 -2
- package/esm2015/lib/NumberFormatSpecifierDescriptionMetadata.js +7 -0
- package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/NumericCellInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/NumericColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/PieChartBaseDescriptionMetadata.js +4 -0
- package/esm2015/lib/PieSliceDataContextDescriptionMetadata.js +1 -0
- package/esm2015/lib/PopupDescription.js +75 -51
- package/esm2015/lib/PopupDescriptionMetadata.js +4 -1
- package/esm2015/lib/PopupDirection.js +10 -2
- package/esm2015/lib/PopupPointerPosition.js +6 -3
- package/esm2015/lib/PopupView_combined.js +807 -532
- package/esm2015/lib/Popup_OuterAnimationInfo.js +6 -4
- package/esm2015/lib/PrimaryKeyValueDescriptionMetadata.js +1 -0
- package/esm2015/lib/RadialGaugeDescriptionMetadata.js +1 -0
- package/esm2015/lib/RingSeriesBaseDescriptionMetadata.js +4 -0
- package/esm2015/lib/SectionInformationDescriptionMetadata.js +1 -0
- package/esm2015/lib/SparklineDescriptionMetadata.js +2 -0
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +9 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererTemplateEmitter.js +6 -1
- package/esm2015/lib/TemplateContainerDescriptionModule.js +18 -0
- package/esm2015/lib/ToolActionDescriptionMetadata.js +79 -1
- package/esm2015/lib/ToolActionEventDetailDescription.js +23 -23
- package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +38 -1
- package/esm2015/lib/ToolActionInfo.js +7 -0
- package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +35 -1
- package/esm2015/lib/ToolCommandArgumentDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolCommandDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolCommandExecutionState.js +17 -0
- package/esm2015/lib/UIElementPropertyAccessorFactory_combined.js +5 -1
- package/esm2015/lib/UIElementPropertyId.js +1 -1
- package/esm2015/lib/ValueLayerDescription.js +31 -15
- package/esm2015/lib/ValueLayerDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebActionStripDescription.js +3 -11
- package/esm2015/lib/WebActionStripDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebActiveNodeChangeEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebActiveNodeChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebActivePaneEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebActivePaneEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebBaseEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +92 -34
- package/esm2015/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebCancelableBrowserEventArgsDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCancelableBrowserEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCancelableEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebCancelableEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCellTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCellTypeDescription.js +1 -142
- package/esm2015/lib/WebCellTypeDescription_combined.js +352 -0
- package/esm2015/lib/WebClipboardOptionsDescription.js +58 -0
- package/esm2015/lib/WebClipboardOptionsDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebColumnComponentEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebColumnDescription.js +75 -75
- package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -6
- package/esm2015/lib/WebColumnGroupDescription.js +11 -3
- package/esm2015/lib/WebColumnGroupDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebColumnMovingEndEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnMovingEndEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnMovingEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnMovingEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnMovingStartEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnMovingStartEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnResizeEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnResizeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnSelectionEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnSelectionEventArgsDetailDescription.js +36 -17
- package/esm2015/lib/WebColumnSelectionEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebColumnTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnToggledEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnToggledEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnVisibilityChangedEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnVisibilityChangedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnVisibilityChangingEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnVisibilityChangingEventArgsDetailDescription.js +32 -5
- package/esm2015/lib/WebColumnVisibilityChangingEventArgsDetailDescriptionMetadata.js +4 -3
- package/esm2015/lib/WebColumnsAutoGeneratedEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnsAutoGeneratedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboChangeEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebComponentBoolValueChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebComponentDateValueChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebComponentValueChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDensityChangedEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebDensityChangedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebDimensionsChangeDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebDisplayDensityBaseElementDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebDockManagerLayoutDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockManagerPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockManagerPointDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDocumentHostDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDropdownItemComponentEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -0
- package/esm2015/lib/WebExporterEventDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebExporterEventDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebExporterEventEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebFilteringEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebFilteringEventArgsDetailDescription.js +26 -7
- package/esm2015/lib/WebFilteringEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebFilteringExpressionsTreeEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebFilteringOperationDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebFloatingPaneResizeEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebForOfDataChangingEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebForOfDataChangingEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebForOfStateDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebForOfStateEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebFormDataDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebFormDataEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +169 -153
- package/esm2015/lib/WebGridCellEventArgsDetailDescription.js +8 -0
- package/esm2015/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridClipboardEventDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridClipboardEventDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridClipboardEventEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebGridDescription.js +45 -45
- package/esm2015/lib/WebGridDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridDescriptionModule.js +8 -0
- package/esm2015/lib/WebGridEditEventArgsDetailDescription.js +96 -5
- package/esm2015/lib/WebGridEmptyTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridHeaderTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridKeydownEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebGridKeydownEventArgsDetailDescription.js +13 -5
- package/esm2015/lib/WebGridKeydownEventArgsDetailDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebGridMasterDetailContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridRowDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridRowDragGhostContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridRowEditActionsTemplateContextDescription.js +8 -0
- package/esm2015/lib/WebGridRowEditActionsTemplateContextDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebGridRowEditTextTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridRowTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridScrollEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebGridScrollEventArgsDetailDescription.js +11 -3
- package/esm2015/lib/WebGridScrollEventArgsDetailDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebGridSelectionRangeDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebGridSelectionRangeDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridSelectionRangeEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebGridTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGroupByRecordDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGroupByRowSelectorTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGroupByRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGroupByRowTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGroupByRowTemplateContextEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGroupingDoneEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebGroupingDoneEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGroupingExpressionDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebHeadSelectorTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebHeadSelectorTemplateDetailsDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebHeaderTypeDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebImportsHalper.js +8 -1
- package/esm2015/lib/WebLayoutChangeEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebNumberEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPageCancellableEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebPageCancellableEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebPageEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebPageEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebPaginatorDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneCloseEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneCloseEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneDragActionDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneDragEndEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneDragOverEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneDragStartEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPaneHeaderElementDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPanePinnedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPanePinnedEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPinColumnCancellableEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebPinColumnCancellableEventArgsDetailDescription.js +40 -5
- package/esm2015/lib/WebPinColumnCancellableEventArgsDetailDescriptionMetadata.js +7 -3
- package/esm2015/lib/WebPinColumnEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebPinColumnEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebPinRowEventArgsDetailDescription.js +36 -17
- package/esm2015/lib/WebPivotAggregatorDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebPivotConfigurationDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotDataSelectorDescriptionModule.js +2 -0
- package/esm2015/lib/WebPivotDimensionDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotDimensionDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebPivotGridDescription.js +36 -36
- package/esm2015/lib/WebPivotGridDescriptionModule.js +4 -0
- package/esm2015/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebPivotKeysDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotValueDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotValueDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebPivotValueEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebRangeSliderValueDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDataEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDragStartEventArgsDetailDescription.js +29 -10
- package/esm2015/lib/WebRowExportingEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebRowExportingEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowSelectionEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebRowSelectionEventArgsDetailDescription.js +37 -18
- package/esm2015/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebRowSelectorTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebRowToggleEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebRowToggleEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowTypeDescription.js +1 -198
- package/esm2015/lib/WebSortingEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebSortingEventArgsDetailDescription.js +30 -11
- package/esm2015/lib/WebSortingEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebSortingExpressionDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSortingExpressionEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSummaryExpressionDescription.js +11 -3
- package/esm2015/lib/WebSummaryExpressionDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebSummaryResultDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebSummaryTemplateContextDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebTabComponentEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTabHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTabHeaderElementDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebToggleViewCancelableEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebToggleViewCancelableEventArgsDetailDescription.js +16 -5
- package/esm2015/lib/WebToggleViewCancelableEventArgsDetailDescriptionMetadata.js +2 -3
- package/esm2015/lib/WebToggleViewEventArgsDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebToggleViewEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebTreeGridDescription.js +28 -28
- package/esm2015/lib/WebTreeGridDescriptionModule.js +2 -0
- package/esm2015/lib/WebTreeGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebValuesChangeDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebValuesChangeEventArgsDescriptionMetadata.js +5 -0
- package/esm2015/lib/XYChartDescriptionMetadata.js +2 -0
- package/esm2015/lib/XamMultiScaleImageView_combined.js +3 -3
- package/esm2015/lib/XmlChar.js +2 -2
- package/esm2015/lib/XmlReader_combined.js +1 -1
- package/esm2015/lib/componentUtil.js +55 -1
- package/esm2015/lib/igx-cancel-event-args.js +3 -0
- package/esm2015/lib/igx-cancelling-multi-scale-image-event-args.js +3 -0
- package/esm2015/lib/igx-capture-image-settings.js +49 -0
- package/esm2015/lib/igx-data-legend-series-context.js +3 -0
- package/esm2015/lib/igx-data-legend-series-value-info.js +3 -0
- package/esm2015/lib/igx-focus-event-args.js +3 -0
- package/esm2015/lib/igx-format-specifier.js +3 -0
- package/esm2015/lib/igx-image-captured-event-args.js +52 -0
- package/esm2015/lib/igx-on-closed-event-args.js +3 -0
- package/esm2015/lib/igx-on-popup-event-args.js +3 -0
- package/esm2015/lib/igx-popup-component.js +70 -37
- package/esm2015/lib/igx-provide-calculator-event-args.js +3 -0
- package/esm2015/lib/igx-shape-filter-record-event-args.js +3 -0
- package/esm2015/lib/igx-style.js +3 -0
- package/esm2015/lib/type.js +1 -1
- package/esm2015/public_api.js +22 -12
- package/esm5/lib/AxisAnnotationDescriptionMetadata.js +1 -0
- package/esm5/lib/AxisDescriptionMetadata.js +1 -0
- package/esm5/lib/BulletGraphDescriptionMetadata.js +1 -0
- package/esm5/lib/CalendarDateDescriptionMetadata.js +1 -0
- package/esm5/lib/CalendarFormatOptionsDescriptionMetadata.js +1 -0
- package/esm5/lib/CanvasRenderScheduler.js +74 -59
- package/esm5/lib/CaptureImageFormat.js +16 -0
- package/esm5/lib/CaptureImageSettings.js +34 -0
- package/esm5/lib/CellInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/CellKeyDescriptionMetadata.js +1 -0
- package/esm5/lib/CellRangeDescriptionMetadata.js +1 -0
- package/esm5/lib/ChartGroupDescriptionDescriptionMetadata.js +1 -0
- package/esm5/lib/ChartSortDescriptionDescriptionMetadata.js +1 -0
- package/esm5/lib/ChartSummaryDescriptionDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +717 -579
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererTemplateEmitter.js +1 -0
- package/esm5/lib/ColumnDependenciesDescriptionModule.js +30 -0
- package/esm5/lib/ColumnGroupDescriptionDescriptionMetadata.js +3 -0
- package/esm5/lib/ColumnSortDescriptionDescriptionMetadata.js +1 -0
- package/esm5/lib/ColumnSummaryDescriptionDescriptionMetadata.js +3 -0
- package/esm5/lib/ColumnWidthDescriptionMetadata.js +1 -0
- package/esm5/lib/ComponentRendererAdapter.js +1 -0
- package/esm5/lib/CrosshairLayerDescription.js +39 -15
- package/esm5/lib/CrosshairLayerDescriptionMetadata.js +2 -0
- package/esm5/lib/DOMWindowBridge.js +12 -0
- package/esm5/lib/DataContextDescriptionMetadata.js +1 -0
- package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/DataGridSummaryResultDescriptionMetadata.js +1 -0
- package/esm5/lib/DataLegendDescriptionMetadata.js +2 -0
- package/esm5/lib/DataSourceAggregatedResultDescriptionMetadata.js +1 -0
- package/esm5/lib/DataSourceSpecialRowDescriptionMetadata.js +1 -0
- package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +2 -0
- package/esm5/lib/DateRangeDescriptorDescriptionMetadata.js +1 -0
- package/esm5/lib/DateTimeCellInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/DateTimeColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/DateTimeFormatSpecifierDescriptionMetadata.js +7 -0
- package/esm5/lib/DelayManager.js +4 -4
- package/esm5/lib/{DelayManager_CallbackSettings.js → DelayManagerCallbackSettings.js} +6 -6
- package/esm5/lib/DomainChartDescriptionMetadata.js +2 -0
- package/esm5/lib/DotNetCodeGeneratingComponentRendererHandlerEmitter.js +1 -1
- package/esm5/lib/FilterExpressionDescriptionMetadata.js +1 -0
- package/esm5/lib/FilterOperandDescriptionMetadata_combined.js +1 -0
- package/esm5/lib/FinalValueLayerDescription.js +25 -13
- package/esm5/lib/FinalValueLayerDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescriptionModule.js +2 -2
- package/esm5/lib/FocusOptionsDescriptionMetadata.js +1 -0
- package/esm5/lib/FormatSpecifierDescriptionMetadata.js +1 -0
- package/esm5/lib/GridCellPositionDescriptionMetadata.js +1 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm5/lib/IgCollection.js +3 -0
- package/esm5/lib/ImageCapturedEventArgs.js +48 -0
- package/esm5/lib/LinearGaugeDescriptionMetadata.js +1 -0
- package/esm5/lib/ListPanelDescriptionMetadata.js +1 -1
- package/esm5/lib/NativeUI.js +81 -75
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIPopup.js +36 -12
- package/esm5/lib/NativeUIPopupDirection.js +1 -1
- package/esm5/lib/NativeUIPopupPointerPosition.js +1 -1
- package/esm5/lib/NativeUIWindow.js +14 -2
- package/esm5/lib/NumberFormatSpecifierDescriptionMetadata.js +7 -0
- package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/NumericCellInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/NumericColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/PieChartBaseDescriptionMetadata.js +4 -0
- package/esm5/lib/PieSliceDataContextDescriptionMetadata.js +1 -0
- package/esm5/lib/PopupDescription.js +87 -51
- package/esm5/lib/PopupDescriptionMetadata.js +4 -1
- package/esm5/lib/PopupDirection.js +10 -2
- package/esm5/lib/PopupPointerPosition.js +6 -3
- package/esm5/lib/PopupView_combined.js +840 -517
- package/esm5/lib/Popup_OuterAnimationInfo.js +6 -4
- package/esm5/lib/PrimaryKeyValueDescriptionMetadata.js +1 -0
- package/esm5/lib/RadialGaugeDescriptionMetadata.js +1 -0
- package/esm5/lib/RingSeriesBaseDescriptionMetadata.js +4 -0
- package/esm5/lib/SectionInformationDescriptionMetadata.js +1 -0
- package/esm5/lib/SparklineDescriptionMetadata.js +2 -0
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +9 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererTemplateEmitter.js +6 -1
- package/esm5/lib/TemplateContainerDescriptionModule.js +22 -0
- package/esm5/lib/ToolActionDescriptionMetadata.js +83 -1
- package/esm5/lib/ToolActionEventDetailDescription.js +22 -22
- package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +42 -1
- package/esm5/lib/ToolActionInfo.js +11 -0
- package/esm5/lib/ToolActionInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +39 -1
- package/esm5/lib/ToolCommandArgumentDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolCommandDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolCommandExecutionState.js +17 -0
- package/esm5/lib/UIElementPropertyAccessorFactory_combined.js +5 -1
- package/esm5/lib/UIElementPropertyId.js +1 -1
- package/esm5/lib/ValueLayerDescription.js +39 -15
- package/esm5/lib/ValueLayerDescriptionMetadata.js +2 -0
- package/esm5/lib/WebActionStripDescription.js +3 -15
- package/esm5/lib/WebActionStripDescriptionMetadata.js +1 -1
- package/esm5/lib/WebActiveNodeChangeEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebActiveNodeChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebActivePaneEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebActivePaneEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebBaseEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +92 -34
- package/esm5/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebCancelableBrowserEventArgsDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCancelableBrowserEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCancelableEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebCancelableEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCellTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCellTypeDescription.js +1 -208
- package/esm5/lib/WebCellTypeDescription_combined.js +515 -0
- package/esm5/lib/WebClipboardOptionsDescription.js +80 -0
- package/esm5/lib/WebClipboardOptionsDescriptionMetadata.js +51 -0
- package/esm5/lib/WebColumnComponentEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebColumnDescription.js +82 -82
- package/esm5/lib/WebColumnDescriptionMetadata.js +4 -6
- package/esm5/lib/WebColumnGroupDescription.js +15 -3
- package/esm5/lib/WebColumnGroupDescriptionMetadata.js +1 -0
- package/esm5/lib/WebColumnMovingEndEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnMovingEndEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnMovingEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnMovingEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnMovingStartEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnMovingStartEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnResizeEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnResizeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnSelectionEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnSelectionEventArgsDetailDescription.js +48 -17
- package/esm5/lib/WebColumnSelectionEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm5/lib/WebColumnTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnToggledEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnToggledEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnVisibilityChangedEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnVisibilityChangedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnVisibilityChangingEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnVisibilityChangingEventArgsDetailDescription.js +50 -6
- package/esm5/lib/WebColumnVisibilityChangingEventArgsDetailDescriptionMetadata.js +4 -3
- package/esm5/lib/WebColumnsAutoGeneratedEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnsAutoGeneratedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboChangeEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebComponentBoolValueChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebComponentDateValueChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebComponentValueChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDensityChangedEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebDensityChangedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebDimensionsChangeDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebDisplayDensityBaseElementDescriptionMetadata.js +4 -0
- package/esm5/lib/WebDockManagerLayoutDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockManagerPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockManagerPointDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDocumentHostDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDropdownItemComponentEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -0
- package/esm5/lib/WebExporterEventDescriptionMetadata.js +0 -1
- package/esm5/lib/WebExporterEventDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebExporterEventEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebFilteringEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebFilteringEventArgsDetailDescription.js +37 -6
- package/esm5/lib/WebFilteringEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +2 -0
- package/esm5/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +1 -0
- package/esm5/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebFilteringExpressionsTreeEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebFilteringOperationDescriptionMetadata.js +2 -0
- package/esm5/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebFloatingPaneResizeEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebForOfDataChangingEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebForOfDataChangingEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebForOfStateDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebForOfStateEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebFormDataDescriptionMetadata.js +1 -0
- package/esm5/lib/WebFormDataEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +176 -152
- package/esm5/lib/WebGridCellEventArgsDetailDescription.js +12 -0
- package/esm5/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridClipboardEventDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridClipboardEventDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridClipboardEventEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebGridDescription.js +45 -45
- package/esm5/lib/WebGridDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridDescriptionModule.js +8 -0
- package/esm5/lib/WebGridEditEventArgsDetailDescription.js +146 -6
- package/esm5/lib/WebGridEmptyTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridHeaderTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridKeydownEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebGridKeydownEventArgsDetailDescription.js +16 -4
- package/esm5/lib/WebGridKeydownEventArgsDetailDescriptionMetadata.js +2 -1
- package/esm5/lib/WebGridMasterDetailContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridRowDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridRowDragGhostContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridRowEditActionsTemplateContextDescription.js +14 -1
- package/esm5/lib/WebGridRowEditActionsTemplateContextDescriptionMetadata.js +2 -1
- package/esm5/lib/WebGridRowEditTextTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridRowTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridScrollEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebGridScrollEventArgsDetailDescription.js +15 -3
- package/esm5/lib/WebGridScrollEventArgsDetailDescriptionMetadata.js +2 -1
- package/esm5/lib/WebGridSelectionRangeDescriptionMetadata.js +2 -0
- package/esm5/lib/WebGridSelectionRangeDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridSelectionRangeEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebGridTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGroupByRecordDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGroupByRowSelectorTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGroupByRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGroupByRowTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGroupByRowTemplateContextEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGroupingDoneEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebGroupingDoneEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGroupingExpressionDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebHeadSelectorTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebHeadSelectorTemplateDetailsDescriptionMetadata.js +0 -1
- package/esm5/lib/WebHeaderTypeDescriptionMetadata.js +0 -1
- package/esm5/lib/WebImportsHalper.js +8 -1
- package/esm5/lib/WebLayoutChangeEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebNumberEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPageCancellableEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebPageCancellableEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebPageEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebPageEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebPaginatorDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneCloseEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneCloseEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneDragActionDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneDragEndEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneDragOverEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneDragStartEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPaneHeaderElementDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPanePinnedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPanePinnedEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPinColumnCancellableEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebPinColumnCancellableEventArgsDetailDescription.js +62 -6
- package/esm5/lib/WebPinColumnCancellableEventArgsDetailDescriptionMetadata.js +7 -3
- package/esm5/lib/WebPinColumnEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebPinColumnEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebPinRowEventArgsDetailDescription.js +48 -17
- package/esm5/lib/WebPivotAggregatorDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebPivotConfigurationDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotDataSelectorDescriptionModule.js +2 -0
- package/esm5/lib/WebPivotDimensionDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotDimensionDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebPivotGridDescription.js +36 -36
- package/esm5/lib/WebPivotGridDescriptionModule.js +4 -0
- package/esm5/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebPivotKeysDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotValueDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotValueDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebPivotValueEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebRangeSliderValueDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDataEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDragStartEventArgsDetailDescription.js +41 -10
- package/esm5/lib/WebRowExportingEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebRowExportingEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowSelectionEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebRowSelectionEventArgsDetailDescription.js +49 -18
- package/esm5/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm5/lib/WebRowSelectorTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
- package/esm5/lib/WebRowToggleEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebRowToggleEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowTypeDescription.js +1 -292
- package/esm5/lib/WebSortingEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebSortingEventArgsDetailDescription.js +41 -10
- package/esm5/lib/WebSortingEventArgsDetailDescriptionMetadata.js +3 -3
- package/esm5/lib/WebSortingExpressionDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSortingExpressionEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSummaryExpressionDescription.js +15 -3
- package/esm5/lib/WebSummaryExpressionDescriptionMetadata.js +4 -0
- package/esm5/lib/WebSummaryResultDescriptionMetadata.js +2 -0
- package/esm5/lib/WebSummaryTemplateContextDescriptionMetadata.js +1 -1
- package/esm5/lib/WebTabComponentEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTabHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTabHeaderElementDescriptionMetadata.js +1 -0
- package/esm5/lib/WebToggleViewCancelableEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebToggleViewCancelableEventArgsDetailDescription.js +26 -6
- package/esm5/lib/WebToggleViewCancelableEventArgsDetailDescriptionMetadata.js +2 -3
- package/esm5/lib/WebToggleViewEventArgsDescriptionMetadata.js +5 -1
- package/esm5/lib/WebToggleViewEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebTreeGridDescription.js +28 -28
- package/esm5/lib/WebTreeGridDescriptionModule.js +2 -0
- package/esm5/lib/WebTreeGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebValuesChangeDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebValuesChangeEventArgsDescriptionMetadata.js +5 -0
- package/esm5/lib/XYChartDescriptionMetadata.js +2 -0
- package/esm5/lib/XamMultiScaleImageView_combined.js +3 -3
- package/esm5/lib/XmlChar.js +2 -2
- package/esm5/lib/XmlReader_combined.js +1 -1
- package/esm5/lib/componentUtil.js +55 -1
- package/esm5/lib/igx-cancel-event-args.js +3 -0
- package/esm5/lib/igx-cancelling-multi-scale-image-event-args.js +3 -0
- package/esm5/lib/igx-capture-image-settings.js +63 -0
- package/esm5/lib/igx-data-legend-series-context.js +3 -0
- package/esm5/lib/igx-data-legend-series-value-info.js +3 -0
- package/esm5/lib/igx-focus-event-args.js +3 -0
- package/esm5/lib/igx-format-specifier.js +3 -0
- package/esm5/lib/igx-image-captured-event-args.js +70 -0
- package/esm5/lib/igx-on-closed-event-args.js +3 -0
- package/esm5/lib/igx-on-popup-event-args.js +3 -0
- package/esm5/lib/igx-popup-component.js +82 -37
- package/esm5/lib/igx-provide-calculator-event-args.js +3 -0
- package/esm5/lib/igx-shape-filter-record-event-args.js +3 -0
- package/esm5/lib/igx-style.js +3 -0
- package/esm5/lib/type.js +1 -0
- package/esm5/public_api.js +22 -12
- package/fesm2015/igniteui-angular-core.js +44486 -42711
- package/fesm5/igniteui-angular-core.js +50525 -48357
- package/lib/CanvasRenderScheduler.d.ts +20 -17
- package/lib/CaptureImageFormat.d.ts +9 -0
- package/lib/CaptureImageSettings.d.ts +11 -0
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +205 -189
- package/lib/CodeGeneratingComponentRendererHandlerEmitter.d.ts +1 -1
- package/lib/ColumnDependenciesDescriptionModule.d.ts +9 -0
- package/lib/ComponentRenderer_combined.d.ts +7 -6
- package/lib/CrosshairLayerDescription.d.ts +11 -5
- package/lib/DOMWindowBridge.d.ts +4 -0
- package/lib/DateTimeFormatSpecifierDescriptionMetadata.d.ts +2 -1
- package/lib/{DelayManager_CallbackSettings.d.ts → DelayManagerCallbackSettings.d.ts} +1 -1
- package/lib/DotNetCodeGeneratingComponentRendererHandlerEmitter.d.ts +1 -1
- package/lib/FinalValueLayerDescription.d.ts +8 -5
- package/lib/INativeUIWindowBridge.d.ts +4 -0
- package/lib/IToolbarTarget.d.ts +6 -3
- package/lib/IgCollection.d.ts +1 -0
- package/lib/ImageCapturedEventArgs.d.ts +15 -0
- package/lib/NativeUI.d.ts +35 -33
- package/lib/NativeUIBuiltInProperties.d.ts +4 -1
- package/lib/NativeUIPopup.d.ts +21 -17
- package/lib/NativeUIPopupDirection.d.ts +3 -1
- package/lib/NativeUIPopupPointerPosition.d.ts +5 -2
- package/lib/NativeUIWindow.d.ts +6 -2
- package/lib/NumberFormatSpecifierDescriptionMetadata.d.ts +2 -1
- package/lib/PopupDescription.d.ts +27 -18
- package/lib/PopupDirection.d.ts +10 -2
- package/lib/PopupPointerPosition.d.ts +5 -2
- package/lib/PopupView_combined.d.ts +164 -134
- package/lib/Popup_OuterAnimationInfo.d.ts +6 -4
- package/lib/TemplateContainerDescriptionModule.d.ts +9 -0
- package/lib/ToolActionDescriptionMetadata.d.ts +13 -1
- package/lib/ToolActionEventDetailDescription.d.ts +9 -10
- package/lib/ToolActionEventDetailDescriptionMetadata.d.ts +13 -1
- package/lib/ToolActionInfo.d.ts +3 -0
- package/lib/ToolActionPerformedEventArgsDescriptionMetadata.d.ts +13 -1
- package/lib/ToolCommandExecutionState.d.ts +10 -0
- package/lib/UIElementPropertyId.d.ts +3 -1
- package/lib/ValueLayerDescription.d.ts +11 -5
- package/lib/WebActionStripDescription.d.ts +2 -5
- package/lib/WebCellTypeDescription.d.ts +1 -62
- package/lib/WebCellTypeDescription_combined.d.ts +144 -0
- package/lib/WebClipboardOptionsDescription.d.ts +23 -0
- package/lib/WebClipboardOptionsDescriptionMetadata.d.ts +13 -0
- package/lib/WebColumnDescription.d.ts +27 -27
- package/lib/WebColumnGroupDescription.d.ts +4 -1
- package/lib/WebColumnSelectionEventArgsDetailDescription.d.ts +15 -8
- package/lib/WebColumnVisibilityChangingEventArgsDetailDescription.d.ts +14 -4
- package/lib/WebFilteringEventArgsDetailDescription.d.ts +12 -5
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +65 -59
- package/lib/WebGridCellEventArgsDetailDescription.d.ts +3 -0
- package/lib/WebGridDescription.d.ts +16 -16
- package/lib/WebGridEditEventArgsDetailDescription.d.ts +41 -4
- package/lib/WebGridKeydownEventArgsDetailDescription.d.ts +5 -2
- package/lib/WebGridRowEditActionsTemplateContextDescription.d.ts +3 -0
- package/lib/WebGridScrollEventArgsDetailDescription.d.ts +4 -1
- package/lib/WebImportsHalper.d.ts +2 -1
- package/lib/WebPinColumnCancellableEventArgsDetailDescription.d.ts +18 -4
- package/lib/WebPinRowEventArgsDetailDescription.d.ts +15 -8
- package/lib/WebPivotGridDescription.d.ts +13 -13
- package/lib/WebRowDragStartEventArgsDetailDescription.d.ts +13 -6
- package/lib/WebRowSelectionEventArgsDetailDescription.d.ts +16 -9
- package/lib/WebRowTypeDescription.d.ts +1 -84
- package/lib/WebSortingEventArgsDetailDescription.d.ts +13 -6
- package/lib/WebSummaryExpressionDescription.d.ts +4 -1
- package/lib/WebToggleViewCancelableEventArgsDetailDescription.d.ts +8 -4
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/componentUtil.d.ts +1 -0
- package/lib/igx-capture-image-settings.d.ts +20 -0
- package/lib/igx-image-captured-event-args.d.ts +24 -0
- package/lib/igx-popup-component.d.ts +19 -1
- package/lib/type.d.ts +7 -0
- package/package.json +4 -4
- package/public_api.d.ts +22 -12
- package/esm2015/lib/ToolActionDescriptionMetadata_combined.js +0 -153
- package/esm5/lib/ToolActionDescriptionMetadata_combined.js +0 -163
- package/lib/ToolActionDescriptionMetadata_combined.d.ts +0 -33
|
@@ -5,7 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { __extends, __values } from "tslib";
|
|
8
|
-
import { Base, IList_$type, NotSupportedException, String_$type, typeCast, Array_$type, fromEnum, Boolean_$type, markType, EnumUtil, fromEn, Number_$type, runOn } from "./type";
|
|
8
|
+
import { Base, IList_$type, NotSupportedException, String_$type, typeCast, Array_$type, fromEnum, Boolean_$type, markType, EnumUtil, fromEn, Number_$type, Point_$type, typeGetValue, runOn } from "./type";
|
|
9
9
|
import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
|
|
10
10
|
import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
|
|
11
11
|
import { CodeGeneratingCodeWriter } from "./CodeGeneratingCodeWriter";
|
|
@@ -14,8 +14,11 @@ import { CodeGenerationItemBuilderPropertyInfo } from "./CodeGenerationItemBuild
|
|
|
14
14
|
import { List$1 } from "./List$1";
|
|
15
15
|
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
16
16
|
import { TypeDescriptionMetadata } from "./TypeDescriptionMetadata";
|
|
17
|
+
import { Rect } from "./Rect";
|
|
18
|
+
import { Size } from "./Size";
|
|
17
19
|
import { CodeGenerationSpecialValue } from "./CodeGenerationSpecialValue";
|
|
18
20
|
import { ColorUtil } from "./ColorUtil";
|
|
21
|
+
import { Brush } from "./Brush";
|
|
19
22
|
import { StringBuilder } from "./StringBuilder";
|
|
20
23
|
import { CodeGeneratingImportManager } from "./CodeGeneratingImportManager";
|
|
21
24
|
import { stringIsNullOrEmpty, stringReplace, stringStartsWith, stringEndsWith, stringContains } from "./string";
|
|
@@ -28,6 +31,8 @@ import { Dictionary$2 } from "./Dictionary$2";
|
|
|
28
31
|
import { JsonDictionaryValue } from "./JsonDictionaryValue";
|
|
29
32
|
import { JsonDictionaryObject } from "./JsonDictionaryObject";
|
|
30
33
|
import { JsonDictionaryArray } from "./JsonDictionaryArray";
|
|
34
|
+
import { isNaN_ } from "./number";
|
|
35
|
+
import { timeSpanFromMilliseconds } from "./timespan";
|
|
31
36
|
import { ComponentRenderer } from "./ComponentRenderer";
|
|
32
37
|
import { DotNetCodeGeneratingComponentRendererHandlerEmitter } from "./DotNetCodeGeneratingComponentRendererHandlerEmitter";
|
|
33
38
|
import { TSCodeGeneratingComponentRendererTemplateEmitter } from "./TSCodeGeneratingComponentRendererTemplateEmitter";
|
|
@@ -47,17 +52,17 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
47
52
|
var _this = _super.call(this) || this;
|
|
48
53
|
_this.l = null;
|
|
49
54
|
_this.j = null;
|
|
50
|
-
_this.
|
|
55
|
+
_this.z = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
|
|
51
56
|
_this.d = null;
|
|
52
57
|
_this.a = null;
|
|
53
58
|
_this.c = null;
|
|
54
59
|
_this.b = null;
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
60
|
+
_this.aa = new List$1(String_$type, 0);
|
|
61
|
+
_this.ad = new Stack$1(String_$type);
|
|
62
|
+
_this.ab = new Stack$1(String_$type);
|
|
63
|
+
_this.ac = new Stack$1(Boolean_$type);
|
|
64
|
+
_this.a3 = null;
|
|
59
65
|
_this.a2 = null;
|
|
60
|
-
_this.a1 = null;
|
|
61
66
|
_this.l = a;
|
|
62
67
|
_this.j = b;
|
|
63
68
|
_this.d = new CodeGeneratingCodeWriter(_this.l);
|
|
@@ -66,7 +71,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
66
71
|
_this.b = new CodeGeneratingCodeWriter(_this.l);
|
|
67
72
|
return _this;
|
|
68
73
|
}
|
|
69
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
74
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_aj = function () {
|
|
70
75
|
switch (this.j.platform) {
|
|
71
76
|
case 1: return "Igx";
|
|
72
77
|
case 2: return "Igr";
|
|
@@ -77,14 +82,14 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
77
82
|
}
|
|
78
83
|
return "";
|
|
79
84
|
};
|
|
80
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
85
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "aj", {
|
|
81
86
|
get: function () {
|
|
82
|
-
return this.
|
|
87
|
+
return this.get_aj();
|
|
83
88
|
},
|
|
84
89
|
enumerable: false,
|
|
85
90
|
configurable: true
|
|
86
91
|
});
|
|
87
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
92
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_ak = function () {
|
|
88
93
|
switch (this.j.platform) {
|
|
89
94
|
case 1: return "Component";
|
|
90
95
|
case 2: return "";
|
|
@@ -94,14 +99,14 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
94
99
|
}
|
|
95
100
|
return "";
|
|
96
101
|
};
|
|
97
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
102
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ak", {
|
|
98
103
|
get: function () {
|
|
99
|
-
return this.
|
|
104
|
+
return this.get_ak();
|
|
100
105
|
},
|
|
101
106
|
enumerable: false,
|
|
102
107
|
configurable: true
|
|
103
108
|
});
|
|
104
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
109
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a4", {
|
|
105
110
|
get: function () {
|
|
106
111
|
switch (this.j.platform) {
|
|
107
112
|
case 1: return "angular";
|
|
@@ -120,7 +125,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
120
125
|
enumerable: false,
|
|
121
126
|
configurable: true
|
|
122
127
|
});
|
|
123
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
128
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bp = function (a) {
|
|
124
129
|
this.j.af(a);
|
|
125
130
|
};
|
|
126
131
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "k", {
|
|
@@ -158,13 +163,13 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
158
163
|
enumerable: false,
|
|
159
164
|
configurable: true
|
|
160
165
|
});
|
|
161
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
166
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a) {
|
|
162
167
|
if (a == null || a == "any") {
|
|
163
168
|
return;
|
|
164
169
|
}
|
|
165
|
-
this.
|
|
170
|
+
this.aa.add(a);
|
|
166
171
|
};
|
|
167
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
172
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.w = function (a, b) {
|
|
168
173
|
if (this.r) {
|
|
169
174
|
return false;
|
|
170
175
|
}
|
|
@@ -195,7 +200,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
195
200
|
}
|
|
196
201
|
}
|
|
197
202
|
if (b.b != null && (b.b.knownType == 8 || b.b.knownType == 9 || b.b.knownType == 10)) {
|
|
198
|
-
if (this.
|
|
203
|
+
if (this.w(a, b)) {
|
|
199
204
|
return true;
|
|
200
205
|
}
|
|
201
206
|
}
|
|
@@ -209,54 +214,61 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
209
214
|
}
|
|
210
215
|
return false;
|
|
211
216
|
};
|
|
212
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
217
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ao", {
|
|
213
218
|
get: function () {
|
|
214
|
-
return this.
|
|
219
|
+
return this.ad.d();
|
|
215
220
|
},
|
|
216
221
|
enumerable: false,
|
|
217
222
|
configurable: true
|
|
218
223
|
});
|
|
219
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
220
|
-
this.
|
|
224
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
225
|
+
this.ad.h(a);
|
|
221
226
|
};
|
|
222
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
227
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.u = function (a, b) {
|
|
228
|
+
var c = false;
|
|
229
|
+
if (b.getMetadata(a, "__isPlainObject") != null) {
|
|
230
|
+
c = true;
|
|
231
|
+
}
|
|
232
|
+
return c;
|
|
223
233
|
};
|
|
224
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
234
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
225
235
|
};
|
|
226
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
227
|
-
this.ac.e();
|
|
236
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a) {
|
|
228
237
|
};
|
|
229
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
238
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
239
|
+
this.ad.e();
|
|
230
240
|
};
|
|
231
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
232
|
-
|
|
241
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
242
|
+
};
|
|
243
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
244
|
+
this.bg(a, b, c, d);
|
|
233
245
|
};
|
|
234
246
|
CodeGeneratingComponentRendererCodeEmitter.prototype.toString = function () {
|
|
235
247
|
return this.d.toString();
|
|
236
248
|
};
|
|
237
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
249
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
238
250
|
return "null";
|
|
239
251
|
};
|
|
240
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
252
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c) {
|
|
241
253
|
if (b.b == null) {
|
|
242
254
|
return b.c;
|
|
243
255
|
}
|
|
244
256
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
245
|
-
b.c = this.
|
|
257
|
+
b.c = this.ae(b);
|
|
246
258
|
}
|
|
247
259
|
switch (b.b.knownType) {
|
|
248
260
|
case 10:
|
|
249
|
-
if (this.
|
|
250
|
-
return this.
|
|
261
|
+
if (this.w(a, b)) {
|
|
262
|
+
return this.am(a, b);
|
|
251
263
|
}
|
|
252
|
-
return this.
|
|
264
|
+
return this.ar(a, b);
|
|
253
265
|
case 23:
|
|
254
|
-
if (this.
|
|
255
|
-
return this.
|
|
266
|
+
if (this.w(a, b)) {
|
|
267
|
+
return this.am(a, b);
|
|
256
268
|
}
|
|
257
|
-
return this.
|
|
269
|
+
return this.ar(a, b);
|
|
258
270
|
case 7: return b.c ? "true" : "false";
|
|
259
|
-
case 4: return this.
|
|
271
|
+
case 4: return this.ag(b);
|
|
260
272
|
case 6:
|
|
261
273
|
{
|
|
262
274
|
var d = "";
|
|
@@ -265,17 +277,17 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
265
277
|
if (f >= 1) {
|
|
266
278
|
d += " ";
|
|
267
279
|
}
|
|
268
|
-
d += this.
|
|
280
|
+
d += this.af(e.item(f));
|
|
269
281
|
}
|
|
270
282
|
return d;
|
|
271
283
|
}
|
|
272
284
|
break;
|
|
273
285
|
case 9:
|
|
274
|
-
if (this.
|
|
275
|
-
return this.
|
|
286
|
+
if (this.w(a, b)) {
|
|
287
|
+
return this.am(a, b);
|
|
276
288
|
}
|
|
277
289
|
throw new NotSupportedException(1, "shouldn't get here");
|
|
278
|
-
case 5: return this.
|
|
290
|
+
case 5: return this.ai(b);
|
|
279
291
|
case 16:
|
|
280
292
|
{
|
|
281
293
|
var g = "";
|
|
@@ -284,55 +296,55 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
284
296
|
if (i >= 1) {
|
|
285
297
|
g += " ";
|
|
286
298
|
}
|
|
287
|
-
g += this.
|
|
299
|
+
g += this.ah(h.item(i));
|
|
288
300
|
}
|
|
289
301
|
return g;
|
|
290
302
|
}
|
|
291
303
|
break;
|
|
292
304
|
case 20:
|
|
293
305
|
if (b.a != null) {
|
|
294
|
-
return this.
|
|
306
|
+
return this.a0(b);
|
|
295
307
|
}
|
|
296
308
|
if (b.c == null) {
|
|
297
|
-
return this.
|
|
309
|
+
return this.ay();
|
|
298
310
|
}
|
|
299
311
|
break;
|
|
300
312
|
case 22:
|
|
301
313
|
if (b.a != null) {
|
|
302
|
-
return this.
|
|
314
|
+
return this.a0(b);
|
|
303
315
|
}
|
|
304
316
|
if (b.c == null) {
|
|
305
|
-
return this.
|
|
317
|
+
return this.ay();
|
|
306
318
|
}
|
|
307
319
|
break;
|
|
308
320
|
case 15: throw new NotSupportedException(1, "need to figure this out");
|
|
309
321
|
case 3: throw new NotSupportedException(1, "need to figure this out");
|
|
310
322
|
case 19:
|
|
311
323
|
if (b.a != null) {
|
|
312
|
-
return this.
|
|
324
|
+
return this.av(b);
|
|
313
325
|
}
|
|
314
326
|
else {
|
|
315
|
-
return this.
|
|
327
|
+
return this.ay();
|
|
316
328
|
}
|
|
317
329
|
break;
|
|
318
330
|
case 8:
|
|
319
331
|
if (b.b.specificExternalType == "string") {
|
|
320
|
-
return this.
|
|
332
|
+
return this.au(b);
|
|
321
333
|
}
|
|
322
334
|
if (b.a != null) {
|
|
323
|
-
return this.
|
|
335
|
+
return this.aw(b);
|
|
324
336
|
}
|
|
325
|
-
if (this.
|
|
326
|
-
return this.
|
|
337
|
+
if (this.w(a, b)) {
|
|
338
|
+
return this.am(a, b);
|
|
327
339
|
}
|
|
328
340
|
throw new NotSupportedException(1, "shouldn't get here");
|
|
329
341
|
case 13: throw new NotSupportedException(1, "shouldn't get here");
|
|
330
342
|
case 18:
|
|
331
343
|
if (b.a != null) {
|
|
332
|
-
return this.
|
|
344
|
+
return this.ax(b);
|
|
333
345
|
}
|
|
334
346
|
else {
|
|
335
|
-
return this.
|
|
347
|
+
return this.ay();
|
|
336
348
|
}
|
|
337
349
|
break;
|
|
338
350
|
case 1: return b.c.toString();
|
|
@@ -351,8 +363,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
351
363
|
var l = b.c;
|
|
352
364
|
return l.width + ", " + l.height;
|
|
353
365
|
}
|
|
354
|
-
case 2: return b.c != null ? b.c.toString() : this.
|
|
355
|
-
case 21: return b.c
|
|
366
|
+
case 2: return b.c != null ? b.c.toString() : this.ay();
|
|
367
|
+
case 21: return this.a7(b.c);
|
|
356
368
|
case 17:
|
|
357
369
|
if (b.c == null) {
|
|
358
370
|
return "null";
|
|
@@ -365,54 +377,64 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
365
377
|
}
|
|
366
378
|
return "";
|
|
367
379
|
};
|
|
368
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
369
|
-
|
|
380
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a) {
|
|
381
|
+
if (a == null) {
|
|
382
|
+
return "";
|
|
383
|
+
}
|
|
384
|
+
return a.toString();
|
|
385
|
+
};
|
|
386
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
387
|
+
var c = this.a6(a, b);
|
|
370
388
|
if (b.c != null) {
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
var f = b.c;
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
389
|
+
var d = b.c;
|
|
390
|
+
if (typeCast(List$1.$.specialize(Base.$), d) !== null) {
|
|
391
|
+
d = d.toArray();
|
|
392
|
+
}
|
|
393
|
+
if (typeCast(CodeGenerationItemBuilder.$, d) !== null) {
|
|
394
|
+
var e = this.i(this.l, this.j);
|
|
395
|
+
var f = this.al(c, b.c, e);
|
|
396
|
+
c = this.ap(a, b.c, f, c);
|
|
397
|
+
}
|
|
398
|
+
else if (typeCast(Array_$type, d) !== null) {
|
|
399
|
+
var g = d;
|
|
400
|
+
var h = new List$1(CodeGenerationItemBuilder.$, 0);
|
|
401
|
+
var i = new List$1(String_$type, 0);
|
|
402
|
+
for (var j = 0; j < g.length; j++) {
|
|
403
|
+
if (typeCast(CodeGenerationItemBuilder.$, g[j]) !== null) {
|
|
404
|
+
var k = this.i(this.l, this.j);
|
|
405
|
+
var l = c;
|
|
406
|
+
var m = g[j].o();
|
|
407
|
+
if (m == null) {
|
|
408
|
+
m = g[j].m();
|
|
409
|
+
m = this.as(m);
|
|
388
410
|
}
|
|
389
|
-
if (
|
|
390
|
-
if (
|
|
391
|
-
|
|
411
|
+
if (m != null) {
|
|
412
|
+
if (m != l) {
|
|
413
|
+
l = m;
|
|
392
414
|
}
|
|
393
415
|
else {
|
|
394
|
-
|
|
416
|
+
l = c + "_" + j.toString();
|
|
395
417
|
}
|
|
396
418
|
}
|
|
397
|
-
var
|
|
398
|
-
|
|
399
|
-
|
|
419
|
+
var n = this.al(l, g[j], k);
|
|
420
|
+
h.add(g[j]);
|
|
421
|
+
i.add(n);
|
|
400
422
|
}
|
|
401
423
|
}
|
|
402
|
-
c = this.
|
|
424
|
+
c = this.aq(b, a, h, i, c);
|
|
403
425
|
}
|
|
404
426
|
}
|
|
405
427
|
return c;
|
|
406
428
|
};
|
|
407
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
429
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c) {
|
|
408
430
|
var e_1, _a;
|
|
409
431
|
b.t = a;
|
|
410
432
|
b.u(c, true);
|
|
411
433
|
var d = c.toString();
|
|
412
434
|
try {
|
|
413
|
-
for (var _b = __values(fromEnum(c.
|
|
435
|
+
for (var _b = __values(fromEnum(c.aa)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
414
436
|
var e = _c.value;
|
|
415
|
-
this.
|
|
437
|
+
this.aa.add(e);
|
|
416
438
|
}
|
|
417
439
|
}
|
|
418
440
|
catch (e_1_1) {
|
|
@@ -430,15 +452,15 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
430
452
|
}
|
|
431
453
|
return d;
|
|
432
454
|
};
|
|
433
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
455
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b, c, d) {
|
|
434
456
|
return d;
|
|
435
457
|
};
|
|
436
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
458
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a, b, c, d, e) {
|
|
437
459
|
return e;
|
|
438
460
|
};
|
|
439
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
461
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a6 = function (a, b) {
|
|
440
462
|
if (b.c == null) {
|
|
441
|
-
return this.
|
|
463
|
+
return this.ay();
|
|
442
464
|
}
|
|
443
465
|
if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
|
|
444
466
|
var c = b.c.o();
|
|
@@ -446,7 +468,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
446
468
|
return c;
|
|
447
469
|
}
|
|
448
470
|
var d = b.c.m();
|
|
449
|
-
var e = this.
|
|
471
|
+
var e = this.as(d);
|
|
450
472
|
return e;
|
|
451
473
|
}
|
|
452
474
|
else if (typeCast(IList_$type, b.c) !== null) {
|
|
@@ -458,10 +480,10 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
458
480
|
return h;
|
|
459
481
|
}
|
|
460
482
|
var i = g.m();
|
|
461
|
-
var j = this.
|
|
483
|
+
var j = this.as(i);
|
|
462
484
|
return j;
|
|
463
485
|
}
|
|
464
|
-
return this.
|
|
486
|
+
return this.as(b.b.propertyName);
|
|
465
487
|
}
|
|
466
488
|
else if (typeCast(Array_$type, b.c) !== null) {
|
|
467
489
|
var k = b.c;
|
|
@@ -471,29 +493,29 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
471
493
|
return l;
|
|
472
494
|
}
|
|
473
495
|
var m = b.c.m();
|
|
474
|
-
var n = this.
|
|
496
|
+
var n = this.as(m);
|
|
475
497
|
return n;
|
|
476
498
|
}
|
|
477
|
-
return this.
|
|
499
|
+
return this.as(b.b.propertyName);
|
|
478
500
|
}
|
|
479
|
-
return this.
|
|
501
|
+
return this.ay();
|
|
480
502
|
};
|
|
481
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
503
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
482
504
|
return "";
|
|
483
505
|
};
|
|
484
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
506
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
485
507
|
return a.c;
|
|
486
508
|
};
|
|
487
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
509
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a) {
|
|
488
510
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
489
511
|
if (a.a.a) {
|
|
490
|
-
return this.
|
|
512
|
+
return this.at(a);
|
|
491
513
|
}
|
|
492
514
|
else {
|
|
493
|
-
return this.
|
|
515
|
+
return this.az(a);
|
|
494
516
|
}
|
|
495
517
|
}
|
|
496
|
-
return this.
|
|
518
|
+
return this.ay();
|
|
497
519
|
};
|
|
498
520
|
CodeGeneratingComponentRendererCodeEmitter.prototype.s = function (a) {
|
|
499
521
|
if (a.a != null && !stringIsNullOrEmpty(a.a.e)) {
|
|
@@ -503,122 +525,122 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
503
525
|
}
|
|
504
526
|
return false;
|
|
505
527
|
};
|
|
506
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
528
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
507
529
|
return "";
|
|
508
530
|
};
|
|
509
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
531
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
510
532
|
return "";
|
|
511
533
|
};
|
|
512
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
534
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
513
535
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
514
536
|
return a.a.e;
|
|
515
537
|
}
|
|
516
|
-
return this.
|
|
538
|
+
return this.ay();
|
|
517
539
|
};
|
|
518
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
540
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
519
541
|
return a.c != null ? a.c.toString() : "";
|
|
520
542
|
};
|
|
521
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
522
|
-
return this.
|
|
543
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
544
|
+
return this.av(a);
|
|
523
545
|
};
|
|
524
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
546
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
|
|
525
547
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
526
|
-
this.
|
|
548
|
+
this.bp(a);
|
|
527
549
|
return a.a.e;
|
|
528
550
|
}
|
|
529
|
-
return this.
|
|
551
|
+
return this.ay();
|
|
530
552
|
};
|
|
531
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
553
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
532
554
|
return false;
|
|
533
555
|
};
|
|
534
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
556
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "x", {
|
|
535
557
|
get: function () {
|
|
536
|
-
return this.
|
|
558
|
+
return this.get_x();
|
|
537
559
|
},
|
|
538
560
|
enumerable: false,
|
|
539
561
|
configurable: true
|
|
540
562
|
});
|
|
541
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
563
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a) {
|
|
542
564
|
var b = a.c;
|
|
543
|
-
return ColorUtil.i(b, this.
|
|
565
|
+
return ColorUtil.i(b, this.x);
|
|
544
566
|
};
|
|
545
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
567
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
546
568
|
var b = a;
|
|
547
|
-
return ColorUtil.i(b, this.
|
|
569
|
+
return ColorUtil.i(b, this.x);
|
|
548
570
|
};
|
|
549
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
571
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
|
|
550
572
|
if (a.c == null) {
|
|
551
573
|
return "";
|
|
552
574
|
}
|
|
553
575
|
var b = a.c;
|
|
554
|
-
return ColorUtil.i(b.color, this.
|
|
576
|
+
return ColorUtil.i(b.color, this.x);
|
|
555
577
|
};
|
|
556
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
578
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.af = function (a) {
|
|
557
579
|
if (a == null) {
|
|
558
580
|
return "";
|
|
559
581
|
}
|
|
560
582
|
var b = a;
|
|
561
|
-
return ColorUtil.i(b.color, this.
|
|
583
|
+
return ColorUtil.i(b.color, this.x);
|
|
562
584
|
};
|
|
563
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
564
|
-
this.
|
|
565
|
-
this.
|
|
585
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
|
|
586
|
+
this.ab.h(a);
|
|
587
|
+
this.ac.h(false);
|
|
566
588
|
};
|
|
567
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
568
|
-
var b = this.
|
|
569
|
-
this.
|
|
570
|
-
this.
|
|
589
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
590
|
+
var b = this.as(a);
|
|
591
|
+
this.ab.h(b);
|
|
592
|
+
this.ac.h(true);
|
|
571
593
|
};
|
|
572
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
573
|
-
var b = stringReplace(stringReplace(a, this.
|
|
594
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a) {
|
|
595
|
+
var b = stringReplace(stringReplace(a, this.a5, ""), "Component", "");
|
|
574
596
|
b = CodeGeneratingComponentRenderer.d4(b);
|
|
575
597
|
return this.j.v(b);
|
|
576
598
|
};
|
|
577
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
578
|
-
this.
|
|
579
|
-
this.
|
|
599
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bk = function () {
|
|
600
|
+
this.a2 = this.ab.e();
|
|
601
|
+
this.ac.e();
|
|
580
602
|
};
|
|
581
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
603
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
582
604
|
return "";
|
|
583
605
|
};
|
|
584
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
606
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a5", {
|
|
585
607
|
get: function () {
|
|
586
|
-
return this.
|
|
608
|
+
return this.get_a5();
|
|
587
609
|
},
|
|
588
610
|
enumerable: false,
|
|
589
611
|
configurable: true
|
|
590
612
|
});
|
|
591
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
613
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "an", {
|
|
592
614
|
get: function () {
|
|
593
|
-
if (this.
|
|
594
|
-
return this.
|
|
615
|
+
if (this.ab.f > 0) {
|
|
616
|
+
return this.ab.d();
|
|
595
617
|
}
|
|
596
|
-
var a = stringReplace(stringReplace(this.
|
|
618
|
+
var a = stringReplace(stringReplace(this.ao, this.a5, ""), "Component", "");
|
|
597
619
|
return CodeGeneratingComponentRenderer.d4(a);
|
|
598
620
|
},
|
|
599
621
|
enumerable: false,
|
|
600
622
|
configurable: true
|
|
601
623
|
});
|
|
602
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
624
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "v", {
|
|
603
625
|
get: function () {
|
|
604
|
-
return this.
|
|
626
|
+
return this.ad.f == 1;
|
|
605
627
|
},
|
|
606
628
|
enumerable: false,
|
|
607
629
|
configurable: true
|
|
608
630
|
});
|
|
609
631
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "o", {
|
|
610
632
|
get: function () {
|
|
611
|
-
if (this.
|
|
633
|
+
if (this.ac.f == 0) {
|
|
612
634
|
return false;
|
|
613
635
|
}
|
|
614
|
-
return this.
|
|
636
|
+
return this.ac.d();
|
|
615
637
|
},
|
|
616
638
|
enumerable: false,
|
|
617
639
|
configurable: true
|
|
618
640
|
});
|
|
619
641
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "p", {
|
|
620
642
|
get: function () {
|
|
621
|
-
if (this.
|
|
643
|
+
if (this.ab.f > 0) {
|
|
622
644
|
return true;
|
|
623
645
|
}
|
|
624
646
|
return false;
|
|
@@ -626,12 +648,12 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
626
648
|
enumerable: false,
|
|
627
649
|
configurable: true
|
|
628
650
|
});
|
|
629
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
651
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
630
652
|
return true;
|
|
631
653
|
};
|
|
632
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
654
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "y", {
|
|
633
655
|
get: function () {
|
|
634
|
-
return this.
|
|
656
|
+
return this.get_y();
|
|
635
657
|
},
|
|
636
658
|
enumerable: false,
|
|
637
659
|
configurable: true
|
|
@@ -646,33 +668,33 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
646
668
|
enumerable: false,
|
|
647
669
|
configurable: true
|
|
648
670
|
});
|
|
649
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
650
|
-
this.
|
|
671
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bl = function () {
|
|
672
|
+
this.a2 = this.ab.e();
|
|
651
673
|
};
|
|
652
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
674
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
|
|
653
675
|
var b = this.f.toString();
|
|
654
676
|
if (b.length > 0) {
|
|
655
677
|
a.l(b);
|
|
656
678
|
}
|
|
657
679
|
};
|
|
658
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
680
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bf = function (a) {
|
|
659
681
|
var b = this.g.toString();
|
|
660
682
|
if (b.length > 0) {
|
|
661
683
|
a.l(b);
|
|
662
684
|
}
|
|
663
685
|
};
|
|
664
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
686
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
|
|
665
687
|
var b = this.e.toString();
|
|
666
688
|
if (b.length > 0) {
|
|
667
689
|
a.l(b);
|
|
668
690
|
}
|
|
669
691
|
};
|
|
670
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
671
|
-
if (this.
|
|
672
|
-
this.
|
|
692
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b) {
|
|
693
|
+
if (this.aa.count > 0) {
|
|
694
|
+
this.be(a, this.aa, b);
|
|
673
695
|
}
|
|
674
696
|
};
|
|
675
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
697
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a, b, c) {
|
|
676
698
|
};
|
|
677
699
|
CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
|
|
678
700
|
return CodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -685,9 +707,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
685
707
|
__extends(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
686
708
|
function BlazorRazorCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
687
709
|
var _this = _super.call(this, a, b) || this;
|
|
688
|
-
_this.
|
|
689
|
-
_this.
|
|
690
|
-
_this.
|
|
710
|
+
_this.bs = 0;
|
|
711
|
+
_this.bq = new HashSet$1(String_$type, 0);
|
|
712
|
+
_this.br = new HashSet$1(String_$type, 0);
|
|
691
713
|
return _this;
|
|
692
714
|
}
|
|
693
715
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -700,8 +722,8 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
700
722
|
enumerable: false,
|
|
701
723
|
configurable: true
|
|
702
724
|
});
|
|
703
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
704
|
-
d = _super.prototype.
|
|
725
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b, c, d) {
|
|
726
|
+
d = _super.prototype.ap.call(this, a, b, c, d);
|
|
705
727
|
this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.d4(d) + " = null;");
|
|
706
728
|
this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.d5(d));
|
|
707
729
|
this.f.l("{");
|
|
@@ -723,15 +745,15 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
723
745
|
this.f.l("}");
|
|
724
746
|
return CodeGeneratingComponentRenderer.d5(d);
|
|
725
747
|
};
|
|
726
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
727
|
-
e = _super.prototype.
|
|
748
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a, b, c, d, e) {
|
|
749
|
+
e = _super.prototype.aq.call(this, a, b, c, d, e);
|
|
728
750
|
var f = null;
|
|
729
751
|
if (c.count > 0) {
|
|
730
752
|
f = c._inner[0].q() + "[]";
|
|
731
753
|
}
|
|
732
754
|
else {
|
|
733
755
|
var g = a.b.specificExternalType;
|
|
734
|
-
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.
|
|
756
|
+
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
|
|
735
757
|
}
|
|
736
758
|
this.f.l("private " + f + " _" + CodeGeneratingComponentRenderer.d4(e) + " = null;");
|
|
737
759
|
this.f.l("public " + f + " " + CodeGeneratingComponentRenderer.d5(e));
|
|
@@ -761,10 +783,10 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
761
783
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
762
784
|
return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
763
785
|
};
|
|
764
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
786
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
765
787
|
return false;
|
|
766
788
|
};
|
|
767
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
789
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a, b, c) {
|
|
768
790
|
if (c.c == null) {
|
|
769
791
|
return "null";
|
|
770
792
|
}
|
|
@@ -790,7 +812,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
790
812
|
f.b.knownType = 1;
|
|
791
813
|
}
|
|
792
814
|
if (f.b.knownType == 8) {
|
|
793
|
-
e = this.
|
|
815
|
+
e = this.a5 + e;
|
|
794
816
|
}
|
|
795
817
|
var g = "@(new " + e + "[] { ";
|
|
796
818
|
for (var h = 0; h < d.length; h++) {
|
|
@@ -799,55 +821,55 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
799
821
|
}
|
|
800
822
|
f.c = d[h];
|
|
801
823
|
if (f.b.knownType == 2) {
|
|
802
|
-
g += "\"" + this.
|
|
824
|
+
g += "\"" + this.a1(a, f, true) + "\"";
|
|
803
825
|
}
|
|
804
826
|
else {
|
|
805
|
-
g += this.
|
|
827
|
+
g += this.a1(a, f, true);
|
|
806
828
|
}
|
|
807
829
|
}
|
|
808
830
|
g += " })";
|
|
809
831
|
return g;
|
|
810
832
|
};
|
|
811
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
833
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
812
834
|
var c = b.b.specificType;
|
|
813
835
|
if (c == null) {
|
|
814
836
|
c = b.b.specificExternalType;
|
|
815
837
|
}
|
|
816
|
-
return this.
|
|
838
|
+
return this.bt(a, c, b);
|
|
817
839
|
};
|
|
818
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
819
|
-
_super.prototype.
|
|
840
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
841
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
820
842
|
this.h.l("<" + a + "");
|
|
821
|
-
if (!this.
|
|
822
|
-
this.
|
|
823
|
-
if (!this.
|
|
824
|
-
this.
|
|
825
|
-
this.
|
|
843
|
+
if (!this.bq.contains(this.an)) {
|
|
844
|
+
this.bq.add_1(this.an);
|
|
845
|
+
if (!this.br.contains(this.ao)) {
|
|
846
|
+
this.br.add_1(this.ao);
|
|
847
|
+
this.a9(this.ao);
|
|
826
848
|
}
|
|
827
|
-
this.f.l("private " + this.
|
|
849
|
+
this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
828
850
|
if (!this.p) {
|
|
829
|
-
if (this.
|
|
830
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
851
|
+
if (this.v) {
|
|
852
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
831
853
|
}
|
|
832
854
|
}
|
|
833
855
|
else {
|
|
834
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
856
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
835
857
|
}
|
|
836
858
|
}
|
|
837
859
|
};
|
|
838
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
860
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
839
861
|
this.h.l(">");
|
|
840
862
|
this.h.h();
|
|
841
863
|
};
|
|
842
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
864
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
843
865
|
this.h.f();
|
|
844
866
|
this.h.l("</" + a + ">");
|
|
845
867
|
this.h.l("");
|
|
846
|
-
_super.prototype.
|
|
868
|
+
_super.prototype.bj.call(this, a);
|
|
847
869
|
};
|
|
848
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
870
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
849
871
|
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d5(c.b.propertyName)) && this.q(d, c)) {
|
|
850
|
-
this.
|
|
872
|
+
this.bp(c);
|
|
851
873
|
if (a > 0) {
|
|
852
874
|
this.h.l("");
|
|
853
875
|
}
|
|
@@ -860,29 +882,29 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
860
882
|
return;
|
|
861
883
|
}
|
|
862
884
|
if (this.s(c)) {
|
|
863
|
-
this.
|
|
864
|
-
if (!this.
|
|
865
|
-
this.
|
|
866
|
-
if (!this.
|
|
867
|
-
this.
|
|
868
|
-
this.
|
|
869
|
-
}
|
|
870
|
-
this.f.l("private " + this.
|
|
885
|
+
this.bp(c);
|
|
886
|
+
if (!this.bq.contains(this.an)) {
|
|
887
|
+
this.bq.add_1(this.an);
|
|
888
|
+
if (!this.br.contains(this.ao)) {
|
|
889
|
+
this.br.add_1(this.ao);
|
|
890
|
+
this.a9(this.ao);
|
|
891
|
+
}
|
|
892
|
+
this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
871
893
|
if (!this.p) {
|
|
872
|
-
if (this.
|
|
873
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
894
|
+
if (this.v) {
|
|
895
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
874
896
|
}
|
|
875
897
|
}
|
|
876
898
|
else {
|
|
877
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
899
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
878
900
|
}
|
|
879
901
|
}
|
|
880
|
-
var e = CodeGeneratingComponentRenderer.d4(this.
|
|
902
|
+
var e = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
|
|
881
903
|
var f = e;
|
|
882
904
|
if (f != "null" && !stringStartsWith(f, "this.")) {
|
|
883
905
|
f = "this." + f;
|
|
884
906
|
}
|
|
885
|
-
this.e.l(CodeGeneratingComponentRenderer.d4(this.
|
|
907
|
+
this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + b + " = " + f + ";");
|
|
886
908
|
return;
|
|
887
909
|
}
|
|
888
910
|
if (a > 0) {
|
|
@@ -909,24 +931,24 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
909
931
|
this.h.j(b);
|
|
910
932
|
this.h.j("=");
|
|
911
933
|
this.h.j("\"");
|
|
912
|
-
this.h.j(this.
|
|
934
|
+
this.h.j(this.a1(d, c, true));
|
|
913
935
|
this.h.j("\"");
|
|
914
936
|
}
|
|
915
937
|
if (b == "Name") {
|
|
916
938
|
this.h.l("");
|
|
917
|
-
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d4(this.
|
|
939
|
+
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d4(this.a1(d, c, true)) + "\"");
|
|
918
940
|
}
|
|
919
941
|
};
|
|
920
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
942
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
921
943
|
var b = a.b != null ? a.b.specificType + "." : "";
|
|
922
944
|
return b + (a.c != null ? a.c.toString() : "");
|
|
923
945
|
};
|
|
924
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
946
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c) {
|
|
925
947
|
if (b.b == null) {
|
|
926
948
|
return b.c;
|
|
927
949
|
}
|
|
928
950
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
929
|
-
b.c = this.
|
|
951
|
+
b.c = this.ae(b);
|
|
930
952
|
}
|
|
931
953
|
switch (b.b.knownType) {
|
|
932
954
|
case 11:
|
|
@@ -956,9 +978,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
956
978
|
}
|
|
957
979
|
return b.c.toString();
|
|
958
980
|
}
|
|
959
|
-
return _super.prototype.
|
|
981
|
+
return _super.prototype.a1.call(this, a, b, c);
|
|
960
982
|
};
|
|
961
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
983
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
962
984
|
var b = a.c;
|
|
963
985
|
switch (b.a) {
|
|
964
986
|
case 3: return b.b;
|
|
@@ -968,21 +990,21 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
968
990
|
}
|
|
969
991
|
return b.b;
|
|
970
992
|
};
|
|
971
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
993
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
972
994
|
return "@null";
|
|
973
995
|
};
|
|
974
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
996
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
975
997
|
return CodeGeneratingComponentRenderer.d4(CodeGeneratingComponentRenderer.d4(a.a.e));
|
|
976
998
|
};
|
|
977
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
999
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bu = function (a) {
|
|
978
1000
|
a = stringReplace(a, "-", "_");
|
|
979
1001
|
return CodeGeneratingComponentRenderer.d5(a);
|
|
980
1002
|
};
|
|
981
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
982
|
-
this.
|
|
1003
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
1004
|
+
this.bp(a);
|
|
983
1005
|
return CodeGeneratingComponentRenderer.d5(a.a.e);
|
|
984
1006
|
};
|
|
985
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1007
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
986
1008
|
var e_2, _a;
|
|
987
1009
|
if (c.b.knownType == 9) {
|
|
988
1010
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1018,7 +1040,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1018
1040
|
}
|
|
1019
1041
|
}
|
|
1020
1042
|
};
|
|
1021
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1043
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
1022
1044
|
return "Igb";
|
|
1023
1045
|
};
|
|
1024
1046
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, 'BlazorRazorCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -1032,9 +1054,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1032
1054
|
__extends(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1033
1055
|
function BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1034
1056
|
var _this = _super.call(this, a, b) || this;
|
|
1035
|
-
_this.
|
|
1036
|
-
_this.
|
|
1037
|
-
_this.
|
|
1057
|
+
_this.bs = 0;
|
|
1058
|
+
_this.bq = new HashSet$1(String_$type, 0);
|
|
1059
|
+
_this.br = new HashSet$1(String_$type, 0);
|
|
1038
1060
|
return _this;
|
|
1039
1061
|
}
|
|
1040
1062
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1050,10 +1072,10 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1050
1072
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1051
1073
|
return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1052
1074
|
};
|
|
1053
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1075
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
1054
1076
|
return false;
|
|
1055
1077
|
};
|
|
1056
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1078
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a, b) {
|
|
1057
1079
|
if (b.c == null) {
|
|
1058
1080
|
return "null";
|
|
1059
1081
|
}
|
|
@@ -1068,9 +1090,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1068
1090
|
d += " }";
|
|
1069
1091
|
return d;
|
|
1070
1092
|
};
|
|
1071
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1093
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
1072
1094
|
if (b.b.specificExternalType == "string") {
|
|
1073
|
-
return this.
|
|
1095
|
+
return this.bt(b.b.specificExternalType, b);
|
|
1074
1096
|
}
|
|
1075
1097
|
if (b.c == null) {
|
|
1076
1098
|
return "null";
|
|
@@ -1085,74 +1107,74 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1085
1107
|
}
|
|
1086
1108
|
return d;
|
|
1087
1109
|
};
|
|
1088
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1089
|
-
_super.prototype.
|
|
1090
|
-
if (this.
|
|
1091
|
-
this.h.l("var " + this.
|
|
1110
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
1111
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
1112
|
+
if (this.v) {
|
|
1113
|
+
this.h.l("var " + this.an + " = new " + a + "();");
|
|
1092
1114
|
}
|
|
1093
1115
|
else {
|
|
1094
|
-
this.h.l("var " + this.
|
|
1116
|
+
this.h.l("var " + this.an + " = new " + a + "();");
|
|
1095
1117
|
}
|
|
1096
|
-
if (!this.
|
|
1097
|
-
this.
|
|
1098
|
-
if (!this.
|
|
1099
|
-
this.
|
|
1100
|
-
this.
|
|
1118
|
+
if (!this.bq.contains(this.an)) {
|
|
1119
|
+
this.bq.add_1(this.an);
|
|
1120
|
+
if (!this.br.contains(this.ao)) {
|
|
1121
|
+
this.br.add_1(this.ao);
|
|
1122
|
+
this.a9(this.ao);
|
|
1101
1123
|
}
|
|
1102
|
-
this.f.l("private " + this.
|
|
1124
|
+
this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
1103
1125
|
if (!this.p) {
|
|
1104
|
-
if (this.
|
|
1105
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1126
|
+
if (this.v) {
|
|
1127
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
1106
1128
|
}
|
|
1107
1129
|
}
|
|
1108
1130
|
else {
|
|
1109
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1131
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
1110
1132
|
}
|
|
1111
1133
|
}
|
|
1112
1134
|
};
|
|
1113
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1135
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
1114
1136
|
};
|
|
1115
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1116
|
-
_super.prototype.
|
|
1137
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
1138
|
+
_super.prototype.bj.call(this, a);
|
|
1117
1139
|
};
|
|
1118
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1140
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
1119
1141
|
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d5(c.b.propertyName)) && this.q(d, c)) {
|
|
1120
|
-
this.
|
|
1142
|
+
this.bp(c);
|
|
1121
1143
|
if (a > 0) {
|
|
1122
1144
|
this.h.l("");
|
|
1123
1145
|
}
|
|
1124
1146
|
if (c.a == null || c.a.e == null) {
|
|
1125
|
-
this.h.j(this.
|
|
1147
|
+
this.h.j(this.an + "." + b + "Name = null;");
|
|
1126
1148
|
}
|
|
1127
1149
|
else {
|
|
1128
|
-
this.h.j(this.
|
|
1150
|
+
this.h.j(this.an + "." + b + "Name = " + c.a.e + ";");
|
|
1129
1151
|
}
|
|
1130
1152
|
return;
|
|
1131
1153
|
}
|
|
1132
1154
|
if (this.s(c)) {
|
|
1133
|
-
this.
|
|
1134
|
-
if (!this.
|
|
1135
|
-
this.
|
|
1136
|
-
if (!this.
|
|
1137
|
-
this.
|
|
1138
|
-
this.
|
|
1139
|
-
}
|
|
1140
|
-
this.f.l("private " + this.
|
|
1155
|
+
this.bp(c);
|
|
1156
|
+
if (!this.bq.contains(this.an)) {
|
|
1157
|
+
this.bq.add_1(this.an);
|
|
1158
|
+
if (!this.br.contains(this.ao)) {
|
|
1159
|
+
this.br.add_1(this.ao);
|
|
1160
|
+
this.a9(this.ao);
|
|
1161
|
+
}
|
|
1162
|
+
this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
1141
1163
|
if (!this.p) {
|
|
1142
|
-
if (this.
|
|
1143
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1164
|
+
if (this.v) {
|
|
1165
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
1144
1166
|
}
|
|
1145
1167
|
}
|
|
1146
1168
|
else {
|
|
1147
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1169
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
|
|
1148
1170
|
}
|
|
1149
1171
|
}
|
|
1150
|
-
var e = CodeGeneratingComponentRenderer.d4(this.
|
|
1172
|
+
var e = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
|
|
1151
1173
|
var f = e;
|
|
1152
1174
|
if (f != "null" && !stringStartsWith(f, "this.")) {
|
|
1153
1175
|
f = "this." + f;
|
|
1154
1176
|
}
|
|
1155
|
-
this.e.l(CodeGeneratingComponentRenderer.d4(this.
|
|
1177
|
+
this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + b + " = " + f + ";");
|
|
1156
1178
|
return;
|
|
1157
1179
|
}
|
|
1158
1180
|
if (a > 0) {
|
|
@@ -1178,28 +1200,28 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1178
1200
|
}
|
|
1179
1201
|
}
|
|
1180
1202
|
}
|
|
1181
|
-
this.h.j(this.
|
|
1203
|
+
this.h.j(this.an + ".");
|
|
1182
1204
|
this.h.j(b);
|
|
1183
1205
|
this.h.j(" = ");
|
|
1184
1206
|
if (h) {
|
|
1185
|
-
this.h.j("\"" + this.
|
|
1207
|
+
this.h.j("\"" + this.a1(d, c, true) + "\"");
|
|
1186
1208
|
}
|
|
1187
1209
|
else {
|
|
1188
|
-
this.h.j(this.
|
|
1210
|
+
this.h.j(this.a1(d, c, true));
|
|
1189
1211
|
}
|
|
1190
1212
|
this.h.j(";");
|
|
1191
1213
|
}
|
|
1192
1214
|
};
|
|
1193
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1215
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
1194
1216
|
var b = a.b != null ? a.b.specificType + "." : "";
|
|
1195
1217
|
return b + (a.c != null ? a.c.toString() : "");
|
|
1196
1218
|
};
|
|
1197
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1219
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c) {
|
|
1198
1220
|
if (b.b == null) {
|
|
1199
1221
|
return "\"" + b.c + "\"";
|
|
1200
1222
|
}
|
|
1201
1223
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
1202
|
-
b.c = this.
|
|
1224
|
+
b.c = this.ae(b);
|
|
1203
1225
|
}
|
|
1204
1226
|
switch (b.b.knownType) {
|
|
1205
1227
|
case 11:
|
|
@@ -1231,12 +1253,12 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1231
1253
|
case 5:
|
|
1232
1254
|
case 6:
|
|
1233
1255
|
case 16:
|
|
1234
|
-
case 2: return "\"" + _super.prototype.
|
|
1256
|
+
case 2: return "\"" + _super.prototype.a1.call(this, a, b, c) + "\"";
|
|
1235
1257
|
case 9: throw new NotSupportedException(1, "shouldn't get here");
|
|
1236
1258
|
}
|
|
1237
|
-
return _super.prototype.
|
|
1259
|
+
return _super.prototype.a1.call(this, a, b, c);
|
|
1238
1260
|
};
|
|
1239
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1261
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
1240
1262
|
var b = a.c;
|
|
1241
1263
|
switch (b.a) {
|
|
1242
1264
|
case 3: return b.b;
|
|
@@ -1246,21 +1268,21 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1246
1268
|
}
|
|
1247
1269
|
return b.b;
|
|
1248
1270
|
};
|
|
1249
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1271
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
1250
1272
|
return "null";
|
|
1251
1273
|
};
|
|
1252
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1274
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
1253
1275
|
return CodeGeneratingComponentRenderer.d4(CodeGeneratingComponentRenderer.d4(a.a.e));
|
|
1254
1276
|
};
|
|
1255
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1277
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bu = function (a) {
|
|
1256
1278
|
a = stringReplace(a, "-", "_");
|
|
1257
1279
|
return CodeGeneratingComponentRenderer.d5(a);
|
|
1258
1280
|
};
|
|
1259
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1260
|
-
this.
|
|
1281
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
1282
|
+
this.bp(a);
|
|
1261
1283
|
return CodeGeneratingComponentRenderer.d5(a.a.e);
|
|
1262
1284
|
};
|
|
1263
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1285
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
1264
1286
|
var e_3, _a;
|
|
1265
1287
|
if (c.b.knownType == 9) {
|
|
1266
1288
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1271,7 +1293,7 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1271
1293
|
if (typeCast(CodeGenerationItemBuilder.$, f) !== null) {
|
|
1272
1294
|
var g = f;
|
|
1273
1295
|
g.u(this, false);
|
|
1274
|
-
this.h.l(this.
|
|
1296
|
+
this.h.l(this.an + "." + b + ".Add(" + this.a2 + ");");
|
|
1275
1297
|
}
|
|
1276
1298
|
}
|
|
1277
1299
|
}
|
|
@@ -1294,11 +1316,11 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1294
1316
|
if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
|
|
1295
1317
|
var h = c.c;
|
|
1296
1318
|
h.u(this, false);
|
|
1297
|
-
this.h.l(this.
|
|
1319
|
+
this.h.l(this.an + "." + b + " = " + this.a2 + ";");
|
|
1298
1320
|
}
|
|
1299
1321
|
}
|
|
1300
1322
|
};
|
|
1301
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1323
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
1302
1324
|
return "Igb";
|
|
1303
1325
|
};
|
|
1304
1326
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -1312,8 +1334,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1312
1334
|
__extends(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1313
1335
|
function ReactMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1314
1336
|
var _this = _super.call(this, a, b) || this;
|
|
1315
|
-
_this.
|
|
1316
|
-
_this.
|
|
1337
|
+
_this.bq = new HashSet$1(String_$type, 0);
|
|
1338
|
+
_this.br = new HashSet$1(String_$type, 0);
|
|
1317
1339
|
return _this;
|
|
1318
1340
|
}
|
|
1319
1341
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1326,8 +1348,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1326
1348
|
enumerable: false,
|
|
1327
1349
|
configurable: true
|
|
1328
1350
|
});
|
|
1329
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1330
|
-
d = _super.prototype.
|
|
1351
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b, c, d) {
|
|
1352
|
+
d = _super.prototype.ap.call(this, a, b, c, d);
|
|
1331
1353
|
var e = b.q();
|
|
1332
1354
|
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d4(d) + ": " + e + " | null = null;");
|
|
1333
1355
|
this.f.l("public get " + CodeGeneratingComponentRenderer.d4(d) + "(): " + e + " {");
|
|
@@ -1344,15 +1366,15 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1344
1366
|
this.f.l("}");
|
|
1345
1367
|
return CodeGeneratingComponentRenderer.d5(d);
|
|
1346
1368
|
};
|
|
1347
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1348
|
-
e = _super.prototype.
|
|
1369
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a, b, c, d, e) {
|
|
1370
|
+
e = _super.prototype.aq.call(this, a, b, c, d, e);
|
|
1349
1371
|
var f = null;
|
|
1350
1372
|
if (c.count > 0) {
|
|
1351
1373
|
f = c._inner[0].q() + "[]";
|
|
1352
1374
|
}
|
|
1353
1375
|
else {
|
|
1354
1376
|
var g = a.b.specificExternalType;
|
|
1355
|
-
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.
|
|
1377
|
+
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
|
|
1356
1378
|
}
|
|
1357
1379
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(e) + ": " + f + " | null = null;");
|
|
1358
1380
|
this.f.l("public get " + CodeGeneratingComponentRenderer.d4(e) + "(): " + f + " {");
|
|
@@ -1376,7 +1398,7 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1376
1398
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1377
1399
|
return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1378
1400
|
};
|
|
1379
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1401
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
1380
1402
|
if (b.c == null) {
|
|
1381
1403
|
return "{null}";
|
|
1382
1404
|
}
|
|
@@ -1397,48 +1419,53 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1397
1419
|
if (h > 0) {
|
|
1398
1420
|
g += ", ";
|
|
1399
1421
|
}
|
|
1400
|
-
|
|
1422
|
+
if (b.b != null && (b.b.specificExternalType == "int" || b.b.specificExternalType == "double")) {
|
|
1423
|
+
g += f[h].toString();
|
|
1424
|
+
}
|
|
1425
|
+
else {
|
|
1426
|
+
g += "\"" + f[h].toString() + "\"";
|
|
1427
|
+
}
|
|
1401
1428
|
}
|
|
1402
1429
|
g += "]";
|
|
1403
1430
|
return g;
|
|
1404
1431
|
};
|
|
1405
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1432
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
1406
1433
|
return true;
|
|
1407
1434
|
};
|
|
1408
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1435
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
1409
1436
|
return "Igr";
|
|
1410
1437
|
};
|
|
1411
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1412
|
-
_super.prototype.
|
|
1413
|
-
this.h.l("<" + this.
|
|
1438
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
1439
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
1440
|
+
this.h.l("<" + this.bt(a) + "");
|
|
1414
1441
|
this.h.h();
|
|
1415
|
-
if (!this.
|
|
1416
|
-
this.
|
|
1417
|
-
this.
|
|
1418
|
-
}
|
|
1419
|
-
if (!this.
|
|
1420
|
-
this.
|
|
1421
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.
|
|
1422
|
-
if (this.
|
|
1423
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.
|
|
1442
|
+
if (!this.br.contains(this.ao)) {
|
|
1443
|
+
this.br.add_1(this.ao);
|
|
1444
|
+
this.a9(this.ao);
|
|
1445
|
+
}
|
|
1446
|
+
if (!this.bq.contains(this.an)) {
|
|
1447
|
+
this.bq.add_1(this.an);
|
|
1448
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
|
|
1449
|
+
if (this.v) {
|
|
1450
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + "Ref(r: " + this.ao + ") {");
|
|
1424
1451
|
this.f.h();
|
|
1425
|
-
this.f.l("this." + CodeGeneratingComponentRenderer.d4(this.
|
|
1452
|
+
this.f.l("this." + CodeGeneratingComponentRenderer.d4(this.an) + " = r;");
|
|
1426
1453
|
this.f.l("this.setState({});");
|
|
1427
1454
|
this.f.f();
|
|
1428
1455
|
this.f.l("}");
|
|
1429
|
-
this.g.l("this." + CodeGeneratingComponentRenderer.d4(this.
|
|
1456
|
+
this.g.l("this." + CodeGeneratingComponentRenderer.d4(this.an) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d4(this.an) + "Ref.bind(this);");
|
|
1430
1457
|
}
|
|
1431
1458
|
}
|
|
1432
1459
|
};
|
|
1433
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1460
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
|
|
1434
1461
|
if (stringEndsWith(a, "Component")) {
|
|
1435
1462
|
a = a.substr(0, a.length - ("Component").length);
|
|
1436
1463
|
}
|
|
1437
1464
|
return CodeGeneratingComponentRenderer.d5(a);
|
|
1438
1465
|
};
|
|
1439
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1440
|
-
if (!this.
|
|
1441
|
-
var a = this.
|
|
1466
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
1467
|
+
if (!this.v && !this.p) {
|
|
1468
|
+
var a = this.bs();
|
|
1442
1469
|
this.h.l("");
|
|
1443
1470
|
this.h.l("name=\"" + a + "\"");
|
|
1444
1471
|
}
|
|
@@ -1446,31 +1473,31 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1446
1473
|
this.h.l(">");
|
|
1447
1474
|
this.h.h();
|
|
1448
1475
|
};
|
|
1449
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1450
|
-
var a = CodeGeneratingComponentRenderer.d4(stringReplace(stringReplace(this.
|
|
1476
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bs = function () {
|
|
1477
|
+
var a = CodeGeneratingComponentRenderer.d4(stringReplace(stringReplace(this.ao, this.a5, ""), "Component", ""));
|
|
1451
1478
|
a = this.k.u(a);
|
|
1452
1479
|
return a;
|
|
1453
1480
|
};
|
|
1454
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1481
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
|
|
1455
1482
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
1456
|
-
this.
|
|
1457
|
-
if (!this.
|
|
1483
|
+
this.bp(a);
|
|
1484
|
+
if (!this.bq.contains(a.a.e)) {
|
|
1458
1485
|
this.g.l("this." + CodeGeneratingComponentRenderer.d4(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + ".bind(this);");
|
|
1459
1486
|
}
|
|
1460
1487
|
return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
1461
1488
|
}
|
|
1462
|
-
return this.
|
|
1489
|
+
return this.ay();
|
|
1463
1490
|
};
|
|
1464
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1491
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
1465
1492
|
this.h.f();
|
|
1466
|
-
this.h.l("</" + this.
|
|
1467
|
-
_super.prototype.
|
|
1493
|
+
this.h.l("</" + this.bt(a) + ">");
|
|
1494
|
+
_super.prototype.bj.call(this, a);
|
|
1468
1495
|
};
|
|
1469
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1496
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
1470
1497
|
var e = CodeGeneratingComponentRenderer.d4(b);
|
|
1471
|
-
var f = this.
|
|
1498
|
+
var f = this.a1(d, c, true);
|
|
1472
1499
|
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d5(c.b.propertyName)) && this.q(d, c)) {
|
|
1473
|
-
this.
|
|
1500
|
+
this.bp(c);
|
|
1474
1501
|
if (a > 0) {
|
|
1475
1502
|
this.h.l("");
|
|
1476
1503
|
}
|
|
@@ -1482,10 +1509,18 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1482
1509
|
}
|
|
1483
1510
|
return;
|
|
1484
1511
|
}
|
|
1485
|
-
if (!(e == "name") || !this.
|
|
1512
|
+
if (!(e == "name") || !this.v) {
|
|
1486
1513
|
var g = (c.b != null && c.b.knownType == 10);
|
|
1487
|
-
if (this.q(d, c)
|
|
1488
|
-
this.
|
|
1514
|
+
if (this.q(d, c)) {
|
|
1515
|
+
this.bp(c);
|
|
1516
|
+
var h = CodeGeneratingComponentRenderer.d4(f);
|
|
1517
|
+
var i = h;
|
|
1518
|
+
if (i != "null" && !stringStartsWith(i, "this.")) {
|
|
1519
|
+
i = "this." + i;
|
|
1520
|
+
}
|
|
1521
|
+
f = "{" + i + "}";
|
|
1522
|
+
}
|
|
1523
|
+
else if (g) {
|
|
1489
1524
|
f = "{" + f + "}";
|
|
1490
1525
|
}
|
|
1491
1526
|
if (a > 0) {
|
|
@@ -1503,15 +1538,15 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1503
1538
|
a++;
|
|
1504
1539
|
}
|
|
1505
1540
|
if (e == "name") {
|
|
1506
|
-
if (this.
|
|
1541
|
+
if (this.v) {
|
|
1507
1542
|
if (a > 0) {
|
|
1508
1543
|
this.h.l("");
|
|
1509
1544
|
}
|
|
1510
|
-
this.h.j("ref={this." + CodeGeneratingComponentRenderer.d4(this.
|
|
1545
|
+
this.h.j("ref={this." + CodeGeneratingComponentRenderer.d4(this.a1(d, c, true)) + "Ref}");
|
|
1511
1546
|
}
|
|
1512
1547
|
}
|
|
1513
1548
|
};
|
|
1514
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1549
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
1515
1550
|
var b = a.c;
|
|
1516
1551
|
switch (b.a) {
|
|
1517
1552
|
case 3: return b.b;
|
|
@@ -1521,16 +1556,16 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1521
1556
|
}
|
|
1522
1557
|
return b.b;
|
|
1523
1558
|
};
|
|
1524
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1559
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
1525
1560
|
return "null";
|
|
1526
1561
|
};
|
|
1527
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1562
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
1528
1563
|
return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
1529
1564
|
};
|
|
1530
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1565
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
1531
1566
|
return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
1532
1567
|
};
|
|
1533
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1568
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
1534
1569
|
var e_4, _a;
|
|
1535
1570
|
if (c.b.knownType == 9) {
|
|
1536
1571
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1566,9 +1601,9 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1566
1601
|
}
|
|
1567
1602
|
}
|
|
1568
1603
|
};
|
|
1569
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1570
|
-
_super.prototype.
|
|
1571
|
-
WebImportsHalper.
|
|
1604
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a, b, c) {
|
|
1605
|
+
_super.prototype.be.call(this, a, b, c);
|
|
1606
|
+
WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
|
|
1572
1607
|
};
|
|
1573
1608
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
1574
1609
|
return ReactMarkupCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -1581,9 +1616,9 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1581
1616
|
__extends(WebCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1582
1617
|
function WebCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1583
1618
|
var _this = _super.call(this, a, b) || this;
|
|
1584
|
-
_this.
|
|
1585
|
-
_this.
|
|
1586
|
-
_this.
|
|
1619
|
+
_this.bt = 0;
|
|
1620
|
+
_this.br = new HashSet$1(String_$type, 0);
|
|
1621
|
+
_this.bs = new HashSet$1(String_$type, 0);
|
|
1587
1622
|
return _this;
|
|
1588
1623
|
}
|
|
1589
1624
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1596,42 +1631,42 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1596
1631
|
enumerable: false,
|
|
1597
1632
|
configurable: true
|
|
1598
1633
|
});
|
|
1599
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1634
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function (a) {
|
|
1600
1635
|
if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
|
|
1601
1636
|
return false;
|
|
1602
1637
|
}
|
|
1603
1638
|
var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
|
|
1604
1639
|
for (var c = 0; c < b.length; c++) {
|
|
1605
|
-
if (b[c].toLowerCase() == this.
|
|
1640
|
+
if (b[c].toLowerCase() == this.a4) {
|
|
1606
1641
|
return true;
|
|
1607
1642
|
}
|
|
1608
1643
|
}
|
|
1609
1644
|
return false;
|
|
1610
1645
|
};
|
|
1611
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1612
|
-
if (this.
|
|
1646
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
1647
|
+
if (this.bq(a)) {
|
|
1613
1648
|
return "\"" + CodeGeneratingComponentRenderer.d6(a.c.toString()) + "\"";
|
|
1614
1649
|
}
|
|
1615
1650
|
else {
|
|
1616
|
-
if (!this.
|
|
1617
|
-
this.
|
|
1651
|
+
if (!this.bs.contains(a.b.specificType)) {
|
|
1652
|
+
this.bs.add_1(a.b.specificType);
|
|
1618
1653
|
if (a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
|
|
1619
1654
|
var b = a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
|
|
1620
|
-
this.
|
|
1655
|
+
this.a9(a.b.specificType + ":" + b);
|
|
1621
1656
|
}
|
|
1622
1657
|
else if (a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
|
|
1623
1658
|
var c = a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
|
|
1624
|
-
this.
|
|
1659
|
+
this.a9(a.b.specificType + ":" + c);
|
|
1625
1660
|
}
|
|
1626
1661
|
else {
|
|
1627
|
-
this.
|
|
1662
|
+
this.a9(a.b.specificType);
|
|
1628
1663
|
}
|
|
1629
1664
|
}
|
|
1630
1665
|
var d = a.b != null ? a.b.specificType + "." : "";
|
|
1631
1666
|
return d + (a.c != null ? a.c.toString() : "");
|
|
1632
1667
|
}
|
|
1633
1668
|
};
|
|
1634
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1669
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
1635
1670
|
if (b.c == null) {
|
|
1636
1671
|
return "null";
|
|
1637
1672
|
}
|
|
@@ -1645,102 +1680,99 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1645
1680
|
}
|
|
1646
1681
|
return d + "]";
|
|
1647
1682
|
};
|
|
1648
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1683
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
1649
1684
|
return true;
|
|
1650
1685
|
};
|
|
1651
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1652
|
-
_super.prototype.
|
|
1653
|
-
var d =
|
|
1654
|
-
if (c.getMetadata(b, "__isPlainObject") != null) {
|
|
1655
|
-
d = true;
|
|
1656
|
-
}
|
|
1686
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
1687
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
1688
|
+
var d = this.u(b, c);
|
|
1657
1689
|
if (d) {
|
|
1658
|
-
if (this.
|
|
1659
|
-
this.h.l("var " + this.
|
|
1690
|
+
if (this.v) {
|
|
1691
|
+
this.h.l("var " + this.an + ": " + a + " = {} as " + a + ";");
|
|
1660
1692
|
}
|
|
1661
1693
|
else {
|
|
1662
|
-
this.h.l("var " + this.
|
|
1694
|
+
this.h.l("var " + this.an + ": " + a + " = {} as " + a + ";");
|
|
1663
1695
|
}
|
|
1664
1696
|
}
|
|
1665
1697
|
else {
|
|
1666
|
-
if (this.
|
|
1667
|
-
this.h.l("var " + this.
|
|
1698
|
+
if (this.v) {
|
|
1699
|
+
this.h.l("var " + this.an + " = new " + a + "();");
|
|
1668
1700
|
}
|
|
1669
1701
|
else {
|
|
1670
|
-
this.h.l("var " + this.
|
|
1702
|
+
this.h.l("var " + this.an + " = new " + a + "();");
|
|
1671
1703
|
}
|
|
1672
1704
|
}
|
|
1673
|
-
if (!this.
|
|
1674
|
-
this.
|
|
1675
|
-
if (!this.
|
|
1676
|
-
this.
|
|
1677
|
-
this.
|
|
1705
|
+
if (!this.br.contains(this.an)) {
|
|
1706
|
+
this.br.add_1(this.an);
|
|
1707
|
+
if (!this.bs.contains(this.ao)) {
|
|
1708
|
+
this.bs.add_1(this.ao);
|
|
1709
|
+
this.a9(this.ao);
|
|
1678
1710
|
}
|
|
1679
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.
|
|
1711
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
|
|
1680
1712
|
if (!this.p) {
|
|
1681
|
-
if (this.
|
|
1682
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1713
|
+
if (this.v) {
|
|
1714
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
|
|
1683
1715
|
}
|
|
1684
1716
|
}
|
|
1685
1717
|
else {
|
|
1686
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1718
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
|
|
1687
1719
|
}
|
|
1688
1720
|
}
|
|
1689
1721
|
};
|
|
1690
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1722
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bu = function (a) {
|
|
1691
1723
|
if (stringEndsWith(a, "Component")) {
|
|
1692
1724
|
a = a.substr(0, a.length - ("Component").length);
|
|
1693
1725
|
}
|
|
1694
1726
|
return CodeGeneratingComponentRenderer.d7(a);
|
|
1695
1727
|
};
|
|
1696
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1728
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
1697
1729
|
this.h.l("");
|
|
1698
1730
|
};
|
|
1699
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1731
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a) {
|
|
1700
1732
|
};
|
|
1701
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1733
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
1702
1734
|
{
|
|
1703
1735
|
this.h.l("");
|
|
1704
1736
|
}
|
|
1705
|
-
_super.prototype.
|
|
1737
|
+
_super.prototype.bj.call(this, a);
|
|
1706
1738
|
};
|
|
1707
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1739
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
1708
1740
|
var e = CodeGeneratingComponentRenderer.d4(b);
|
|
1709
1741
|
if (e == "name" && c.b == null) {
|
|
1710
1742
|
return;
|
|
1711
1743
|
}
|
|
1712
1744
|
if (this.s(c)) {
|
|
1713
|
-
this.
|
|
1714
|
-
if (!this.
|
|
1715
|
-
this.
|
|
1716
|
-
if (!this.
|
|
1717
|
-
this.
|
|
1718
|
-
this.
|
|
1719
|
-
}
|
|
1720
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.
|
|
1745
|
+
this.bp(c);
|
|
1746
|
+
if (!this.br.contains(this.an)) {
|
|
1747
|
+
this.br.add_1(this.an);
|
|
1748
|
+
if (!this.bs.contains(this.ao)) {
|
|
1749
|
+
this.bs.add_1(this.ao);
|
|
1750
|
+
this.a9(this.ao);
|
|
1751
|
+
}
|
|
1752
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
|
|
1721
1753
|
if (!this.p) {
|
|
1722
|
-
if (this.
|
|
1723
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1754
|
+
if (this.v) {
|
|
1755
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
|
|
1724
1756
|
}
|
|
1725
1757
|
}
|
|
1726
1758
|
else {
|
|
1727
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
1759
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
|
|
1728
1760
|
}
|
|
1729
1761
|
}
|
|
1730
|
-
var f = CodeGeneratingComponentRenderer.d4(this.
|
|
1762
|
+
var f = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
|
|
1731
1763
|
var g = f;
|
|
1732
1764
|
if (g != "null" && !stringStartsWith(g, "this.")) {
|
|
1733
1765
|
g = "this." + g;
|
|
1734
1766
|
}
|
|
1735
|
-
if (this.
|
|
1736
|
-
this.e.l(CodeGeneratingComponentRenderer.d4(this.
|
|
1767
|
+
if (this.ao == "any" && stringContains(e, "-")) {
|
|
1768
|
+
this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "['" + e + "'] = " + g + ";");
|
|
1737
1769
|
}
|
|
1738
1770
|
else {
|
|
1739
1771
|
if (c.b != null && c.b.isCustomEvent) {
|
|
1740
|
-
this.e.l(CodeGeneratingComponentRenderer.d4(this.
|
|
1772
|
+
this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + ".addEventListener(\"" + e + "\", " + g + ");");
|
|
1741
1773
|
}
|
|
1742
1774
|
else {
|
|
1743
|
-
this.e.l(CodeGeneratingComponentRenderer.d4(this.
|
|
1775
|
+
this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + e + " = " + g + ";");
|
|
1744
1776
|
}
|
|
1745
1777
|
}
|
|
1746
1778
|
return;
|
|
@@ -1748,17 +1780,17 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1748
1780
|
if (a > 0) {
|
|
1749
1781
|
this.h.l("");
|
|
1750
1782
|
}
|
|
1751
|
-
if (this.
|
|
1752
|
-
this.h.j(this.
|
|
1783
|
+
if (this.ao == "any" && stringContains(e, "-")) {
|
|
1784
|
+
this.h.j(this.an + "." + CodeGeneratingComponentRenderer.d4(this.an) + "['" + e + "']");
|
|
1753
1785
|
}
|
|
1754
1786
|
else {
|
|
1755
|
-
this.h.j(this.
|
|
1787
|
+
this.h.j(this.an + "." + CodeGeneratingComponentRenderer.d4(e));
|
|
1756
1788
|
}
|
|
1757
1789
|
this.h.j(" = ");
|
|
1758
|
-
this.h.j(this.
|
|
1790
|
+
this.h.j(this.a1(d, c, true));
|
|
1759
1791
|
this.h.j(";");
|
|
1760
1792
|
};
|
|
1761
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1793
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
1762
1794
|
var b = a.c;
|
|
1763
1795
|
switch (b.a) {
|
|
1764
1796
|
case 3: return b.b;
|
|
@@ -1768,31 +1800,31 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1768
1800
|
}
|
|
1769
1801
|
return b.b;
|
|
1770
1802
|
};
|
|
1771
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1803
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
1772
1804
|
return "null";
|
|
1773
1805
|
};
|
|
1774
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1806
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
1775
1807
|
return CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
1776
1808
|
};
|
|
1777
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1809
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
1778
1810
|
return CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
1779
1811
|
};
|
|
1780
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1812
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
|
|
1781
1813
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
1782
|
-
this.
|
|
1783
|
-
if (!this.
|
|
1814
|
+
this.bp(a);
|
|
1815
|
+
if (!this.br.contains(a.a.e)) {
|
|
1784
1816
|
this.g.l("this." + CodeGeneratingComponentRenderer.d4(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + ".bind(this);");
|
|
1785
1817
|
}
|
|
1786
1818
|
return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
1787
1819
|
}
|
|
1788
|
-
return this.
|
|
1820
|
+
return this.ay();
|
|
1789
1821
|
};
|
|
1790
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1822
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c) {
|
|
1791
1823
|
if (b.b == null) {
|
|
1792
1824
|
return "\"" + b.c + "\"";
|
|
1793
1825
|
}
|
|
1794
1826
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
1795
|
-
b.c = this.
|
|
1827
|
+
b.c = this.ae(b);
|
|
1796
1828
|
}
|
|
1797
1829
|
switch (b.b.knownType) {
|
|
1798
1830
|
case 11:
|
|
@@ -1825,12 +1857,12 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1825
1857
|
case 23:
|
|
1826
1858
|
case 6:
|
|
1827
1859
|
case 16:
|
|
1828
|
-
case 2: return "\"" + _super.prototype.
|
|
1860
|
+
case 2: return "\"" + _super.prototype.a1.call(this, a, b, c) + "\"";
|
|
1829
1861
|
case 9: throw new NotSupportedException(1, "shouldn't get here");
|
|
1830
1862
|
}
|
|
1831
|
-
return _super.prototype.
|
|
1863
|
+
return _super.prototype.a1.call(this, a, b, c);
|
|
1832
1864
|
};
|
|
1833
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1865
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
1834
1866
|
var e_5, _a;
|
|
1835
1867
|
if (c.b.knownType == 9) {
|
|
1836
1868
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1851,12 +1883,12 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1851
1883
|
if (k) {
|
|
1852
1884
|
if (f) {
|
|
1853
1885
|
f = false;
|
|
1854
|
-
this.h.l(this.
|
|
1886
|
+
this.h.l(this.an + "." + b + " = []");
|
|
1855
1887
|
}
|
|
1856
|
-
this.h.l(this.
|
|
1888
|
+
this.h.l(this.an + "." + b + ".push(" + this.a2 + ");");
|
|
1857
1889
|
}
|
|
1858
1890
|
else {
|
|
1859
|
-
this.h.l(this.
|
|
1891
|
+
this.h.l(this.an + "." + b + ".add(" + this.a2 + ");");
|
|
1860
1892
|
}
|
|
1861
1893
|
}
|
|
1862
1894
|
}
|
|
@@ -1880,7 +1912,7 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1880
1912
|
if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
|
|
1881
1913
|
var l = c.c;
|
|
1882
1914
|
l.u(this, false);
|
|
1883
|
-
this.h.l(this.
|
|
1915
|
+
this.h.l(this.an + "." + b + " = " + this.a2 + ";");
|
|
1884
1916
|
}
|
|
1885
1917
|
}
|
|
1886
1918
|
};
|
|
@@ -1902,12 +1934,19 @@ var ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
1902
1934
|
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1903
1935
|
return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1904
1936
|
};
|
|
1905
|
-
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1937
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
1906
1938
|
return "Igc";
|
|
1907
1939
|
};
|
|
1908
|
-
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1909
|
-
_super.prototype.
|
|
1910
|
-
WebImportsHalper.
|
|
1940
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a, b, c) {
|
|
1941
|
+
_super.prototype.be.call(this, a, b, c);
|
|
1942
|
+
WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
|
|
1943
|
+
};
|
|
1944
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bv = function (a, b) {
|
|
1945
|
+
var c = false;
|
|
1946
|
+
if (b.getMetadata(a, "__isPlainObject") != null && b.getMetadata(a, "__marshalByValue") == null) {
|
|
1947
|
+
c = true;
|
|
1948
|
+
}
|
|
1949
|
+
return c;
|
|
1911
1950
|
};
|
|
1912
1951
|
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
1913
1952
|
return ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -1920,9 +1959,9 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1920
1959
|
__extends(WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1921
1960
|
function WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1922
1961
|
var _this = _super.call(this, a, b) || this;
|
|
1923
|
-
_this.
|
|
1924
|
-
_this.
|
|
1925
|
-
_this.
|
|
1962
|
+
_this.bt = 0;
|
|
1963
|
+
_this.br = new HashSet$1(String_$type, 0);
|
|
1964
|
+
_this.bs = new HashSet$1(String_$type, 0);
|
|
1926
1965
|
return _this;
|
|
1927
1966
|
}
|
|
1928
1967
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1935,31 +1974,31 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1935
1974
|
enumerable: false,
|
|
1936
1975
|
configurable: true
|
|
1937
1976
|
});
|
|
1938
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1977
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function (a) {
|
|
1939
1978
|
if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
|
|
1940
1979
|
return false;
|
|
1941
1980
|
}
|
|
1942
1981
|
var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
|
|
1943
1982
|
for (var c = 0; c < b.length; c++) {
|
|
1944
|
-
if (b[c].toLowerCase() == this.
|
|
1983
|
+
if (b[c].toLowerCase() == this.a4) {
|
|
1945
1984
|
return true;
|
|
1946
1985
|
}
|
|
1947
1986
|
}
|
|
1948
1987
|
return false;
|
|
1949
1988
|
};
|
|
1950
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1951
|
-
if (this.
|
|
1989
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
1990
|
+
if (this.bq(a)) {
|
|
1952
1991
|
return CodeGeneratingComponentRenderer.d6(a.c.toString());
|
|
1953
1992
|
}
|
|
1954
1993
|
else {
|
|
1955
|
-
return _super.prototype.
|
|
1994
|
+
return _super.prototype.au.call(this, a);
|
|
1956
1995
|
}
|
|
1957
1996
|
};
|
|
1958
1997
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1959
1998
|
return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1960
1999
|
};
|
|
1961
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1962
|
-
d = _super.prototype.
|
|
2000
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b, c, d) {
|
|
2001
|
+
d = _super.prototype.ap.call(this, a, b, c, d);
|
|
1963
2002
|
var e = b.q();
|
|
1964
2003
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(d) + ": " + e + " | null = null;");
|
|
1965
2004
|
this.f.l("public get " + CodeGeneratingComponentRenderer.d4(d) + "(): " + e + " {");
|
|
@@ -1976,15 +2015,15 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1976
2015
|
this.f.l("}");
|
|
1977
2016
|
return CodeGeneratingComponentRenderer.d5(d);
|
|
1978
2017
|
};
|
|
1979
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1980
|
-
e = _super.prototype.
|
|
2018
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a, b, c, d, e) {
|
|
2019
|
+
e = _super.prototype.aq.call(this, a, b, c, d, e);
|
|
1981
2020
|
var f = null;
|
|
1982
2021
|
if (c.count > 0) {
|
|
1983
2022
|
f = c._inner[0].q() + "[]";
|
|
1984
2023
|
}
|
|
1985
2024
|
else {
|
|
1986
2025
|
var g = a.b.specificExternalType;
|
|
1987
|
-
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.
|
|
2026
|
+
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
|
|
1988
2027
|
}
|
|
1989
2028
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(e) + ": " + f + " | null = null;");
|
|
1990
2029
|
this.f.l("public get " + CodeGeneratingComponentRenderer.d4(e) + "(): " + f + " {");
|
|
@@ -2005,7 +2044,7 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2005
2044
|
this.f.l("}");
|
|
2006
2045
|
return CodeGeneratingComponentRenderer.d5(e);
|
|
2007
2046
|
};
|
|
2008
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2047
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
2009
2048
|
if (b.c == null) {
|
|
2010
2049
|
return "null";
|
|
2011
2050
|
}
|
|
@@ -2019,81 +2058,81 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2019
2058
|
}
|
|
2020
2059
|
return d;
|
|
2021
2060
|
};
|
|
2022
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2061
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
2023
2062
|
return true;
|
|
2024
2063
|
};
|
|
2025
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2026
|
-
_super.prototype.
|
|
2027
|
-
this.h.l("<" + this.
|
|
2028
|
-
if (!this.
|
|
2029
|
-
this.
|
|
2030
|
-
if (!this.
|
|
2031
|
-
this.
|
|
2032
|
-
this.
|
|
2064
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
2065
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
2066
|
+
this.h.l("<" + this.bu(a) + "");
|
|
2067
|
+
if (!this.br.contains(this.an)) {
|
|
2068
|
+
this.br.add_1(this.an);
|
|
2069
|
+
if (!this.bs.contains(this.ao)) {
|
|
2070
|
+
this.bs.add_1(this.ao);
|
|
2071
|
+
this.a9(this.ao);
|
|
2033
2072
|
}
|
|
2034
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.
|
|
2073
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
|
|
2035
2074
|
if (!this.p) {
|
|
2036
|
-
if (this.
|
|
2037
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
2075
|
+
if (this.v) {
|
|
2076
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
|
|
2038
2077
|
}
|
|
2039
2078
|
}
|
|
2040
2079
|
else {
|
|
2041
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
2080
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
|
|
2042
2081
|
}
|
|
2043
2082
|
}
|
|
2044
2083
|
};
|
|
2045
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2084
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bu = function (a) {
|
|
2046
2085
|
if (stringEndsWith(a, "Component")) {
|
|
2047
2086
|
a = a.substr(0, a.length - ("Component").length);
|
|
2048
2087
|
}
|
|
2049
2088
|
return CodeGeneratingComponentRenderer.d7(a);
|
|
2050
2089
|
};
|
|
2051
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2090
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
2052
2091
|
this.h.l(">");
|
|
2053
2092
|
this.h.h();
|
|
2054
2093
|
};
|
|
2055
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2094
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
2056
2095
|
this.h.f();
|
|
2057
|
-
this.h.l("</" + this.
|
|
2058
|
-
_super.prototype.
|
|
2096
|
+
this.h.l("</" + this.bu(a) + ">");
|
|
2097
|
+
_super.prototype.bj.call(this, a);
|
|
2059
2098
|
};
|
|
2060
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2099
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
2061
2100
|
return "Igc";
|
|
2062
2101
|
};
|
|
2063
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2064
|
-
_super.prototype.
|
|
2065
|
-
WebImportsHalper.
|
|
2102
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a, b, c) {
|
|
2103
|
+
_super.prototype.be.call(this, a, b, c);
|
|
2104
|
+
WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
|
|
2066
2105
|
};
|
|
2067
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2106
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
2068
2107
|
var e = CodeGeneratingComponentRenderer.d4(b);
|
|
2069
2108
|
if (this.q(d, c)) {
|
|
2070
|
-
this.
|
|
2071
|
-
if (!this.
|
|
2072
|
-
this.
|
|
2073
|
-
if (!this.
|
|
2074
|
-
this.
|
|
2075
|
-
this.
|
|
2076
|
-
}
|
|
2077
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.
|
|
2109
|
+
this.bp(c);
|
|
2110
|
+
if (!this.br.contains(this.an)) {
|
|
2111
|
+
this.br.add_1(this.an);
|
|
2112
|
+
if (!this.bs.contains(this.ao)) {
|
|
2113
|
+
this.bs.add_1(this.ao);
|
|
2114
|
+
this.a9(this.ao);
|
|
2115
|
+
}
|
|
2116
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
|
|
2078
2117
|
if (!this.p) {
|
|
2079
|
-
if (this.
|
|
2080
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
2118
|
+
if (this.v) {
|
|
2119
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
|
|
2081
2120
|
}
|
|
2082
2121
|
}
|
|
2083
2122
|
else {
|
|
2084
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.
|
|
2123
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
|
|
2085
2124
|
}
|
|
2086
2125
|
}
|
|
2087
|
-
var f = CodeGeneratingComponentRenderer.d4(this.
|
|
2126
|
+
var f = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
|
|
2088
2127
|
var g = f;
|
|
2089
2128
|
if (g != "null" && !stringStartsWith(g, "this.")) {
|
|
2090
2129
|
g = "this." + g;
|
|
2091
2130
|
}
|
|
2092
2131
|
if (c.b.isCustomEvent) {
|
|
2093
|
-
this.e.l(CodeGeneratingComponentRenderer.d4(this.
|
|
2132
|
+
this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + ".addEventListener(\"" + e + "\", " + g + ");");
|
|
2094
2133
|
}
|
|
2095
2134
|
else {
|
|
2096
|
-
this.e.l(CodeGeneratingComponentRenderer.d4(this.
|
|
2135
|
+
this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + e + " = " + g + ";");
|
|
2097
2136
|
}
|
|
2098
2137
|
return;
|
|
2099
2138
|
}
|
|
@@ -2103,14 +2142,14 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2103
2142
|
this.h.j(CodeGeneratingComponentRenderer.d7(e));
|
|
2104
2143
|
this.h.j("=");
|
|
2105
2144
|
this.h.j("\"");
|
|
2106
|
-
this.h.j(this.
|
|
2145
|
+
this.h.j(this.a1(d, c, true));
|
|
2107
2146
|
this.h.j("\"");
|
|
2108
2147
|
if (e == "name") {
|
|
2109
2148
|
this.h.l("");
|
|
2110
|
-
this.h.j("id=\"" + this.
|
|
2149
|
+
this.h.j("id=\"" + this.a1(d, c, true) + "\"");
|
|
2111
2150
|
}
|
|
2112
2151
|
};
|
|
2113
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2152
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
2114
2153
|
var b = a.c;
|
|
2115
2154
|
switch (b.a) {
|
|
2116
2155
|
case 3: return b.b;
|
|
@@ -2120,26 +2159,26 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2120
2159
|
}
|
|
2121
2160
|
return b.b;
|
|
2122
2161
|
};
|
|
2123
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2162
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
2124
2163
|
return "null";
|
|
2125
2164
|
};
|
|
2126
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2165
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
2127
2166
|
return CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
2128
2167
|
};
|
|
2129
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2168
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
2130
2169
|
return CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
2131
2170
|
};
|
|
2132
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2171
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
|
|
2133
2172
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
2134
|
-
this.
|
|
2135
|
-
if (!this.
|
|
2173
|
+
this.bp(a);
|
|
2174
|
+
if (!this.br.contains(a.a.e)) {
|
|
2136
2175
|
this.g.l("this." + CodeGeneratingComponentRenderer.d4(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + ".bind(this);");
|
|
2137
2176
|
}
|
|
2138
2177
|
return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
2139
2178
|
}
|
|
2140
|
-
return this.
|
|
2179
|
+
return this.ay();
|
|
2141
2180
|
};
|
|
2142
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2181
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
2143
2182
|
var e_6, _a;
|
|
2144
2183
|
if (c.b.knownType == 9) {
|
|
2145
2184
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -2190,12 +2229,12 @@ var WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @cla
|
|
|
2190
2229
|
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2191
2230
|
return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2192
2231
|
};
|
|
2193
|
-
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2232
|
+
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
2194
2233
|
return "Igc";
|
|
2195
2234
|
};
|
|
2196
|
-
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2197
|
-
_super.prototype.
|
|
2198
|
-
WebImportsHalper.
|
|
2235
|
+
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a, b, c) {
|
|
2236
|
+
_super.prototype.be.call(this, a, b, c);
|
|
2237
|
+
WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
|
|
2199
2238
|
};
|
|
2200
2239
|
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
2201
2240
|
return WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -2220,7 +2259,7 @@ var TSCodeGeneratingComponentRendererHandlerEmitter = /** @class */ /*@__PURE__*
|
|
|
2220
2259
|
_super.prototype.u.call(this, a, b);
|
|
2221
2260
|
this.h.l("this." + CodeGeneratingComponentRenderer.d4(a) + "();");
|
|
2222
2261
|
};
|
|
2223
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "
|
|
2262
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "z", {
|
|
2224
2263
|
get: function () {
|
|
2225
2264
|
switch (this.w) {
|
|
2226
2265
|
case 1: return "angular";
|
|
@@ -2232,7 +2271,7 @@ var TSCodeGeneratingComponentRendererHandlerEmitter = /** @class */ /*@__PURE__*
|
|
|
2232
2271
|
enumerable: false,
|
|
2233
2272
|
configurable: true
|
|
2234
2273
|
});
|
|
2235
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "
|
|
2274
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "aa", {
|
|
2236
2275
|
get: function () {
|
|
2237
2276
|
switch (this.w) {
|
|
2238
2277
|
case 1: return "Igx";
|
|
@@ -2251,21 +2290,26 @@ var TSCodeGeneratingComponentRendererHandlerEmitter = /** @class */ /*@__PURE__*
|
|
|
2251
2290
|
c.execute(b, function (d, e, f) {
|
|
2252
2291
|
var g = d(1);
|
|
2253
2292
|
var h = d(2);
|
|
2254
|
-
h = stringReplace(h, "webcomponents", _this.
|
|
2255
|
-
h = stringReplace(h, "react", _this.
|
|
2256
|
-
h = stringReplace(h, "angular", _this.
|
|
2293
|
+
h = stringReplace(h, "webcomponents", _this.z);
|
|
2294
|
+
h = stringReplace(h, "react", _this.z);
|
|
2295
|
+
h = stringReplace(h, "angular", _this.z);
|
|
2296
|
+
if (_this.z == "angular" || _this.z == "react") {
|
|
2297
|
+
if (stringContains(h, "/grids")) {
|
|
2298
|
+
h = stringReplace(h, "/grids", "");
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2257
2301
|
var i = g.split(',');
|
|
2258
2302
|
for (var k = 0; k < i.length; k++) {
|
|
2259
2303
|
var j = i[k];
|
|
2260
2304
|
var l = j.trim();
|
|
2261
2305
|
if (stringStartsWith(l, "Igc")) {
|
|
2262
|
-
l = _this.
|
|
2306
|
+
l = _this.aa + l.substr(3);
|
|
2263
2307
|
}
|
|
2264
2308
|
if (stringStartsWith(l, "Igr")) {
|
|
2265
|
-
l = _this.
|
|
2309
|
+
l = _this.aa + l.substr(3);
|
|
2266
2310
|
}
|
|
2267
2311
|
if (stringStartsWith(l, "Igx")) {
|
|
2268
|
-
l = _this.
|
|
2312
|
+
l = _this.aa + l.substr(3);
|
|
2269
2313
|
}
|
|
2270
2314
|
if (stringStartsWith(l, "Igr") && stringEndsWith(l, "Component")) {
|
|
2271
2315
|
l = l.substr(0, l.length - ("Component").length);
|
|
@@ -2275,7 +2319,42 @@ var TSCodeGeneratingComponentRendererHandlerEmitter = /** @class */ /*@__PURE__*
|
|
|
2275
2319
|
return null;
|
|
2276
2320
|
});
|
|
2277
2321
|
};
|
|
2278
|
-
TSCodeGeneratingComponentRendererHandlerEmitter.prototype.
|
|
2322
|
+
TSCodeGeneratingComponentRendererHandlerEmitter.prototype.get_y = function () {
|
|
2323
|
+
switch (this.n.platform) {
|
|
2324
|
+
case 1: return "Component";
|
|
2325
|
+
case 2: return "";
|
|
2326
|
+
case 3: return "Component";
|
|
2327
|
+
case 4: return "";
|
|
2328
|
+
case 0: return "";
|
|
2329
|
+
}
|
|
2330
|
+
return "";
|
|
2331
|
+
};
|
|
2332
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "y", {
|
|
2333
|
+
get: function () {
|
|
2334
|
+
return this.get_y();
|
|
2335
|
+
},
|
|
2336
|
+
enumerable: false,
|
|
2337
|
+
configurable: true
|
|
2338
|
+
});
|
|
2339
|
+
TSCodeGeneratingComponentRendererHandlerEmitter.prototype.get_x = function () {
|
|
2340
|
+
switch (this.n.platform) {
|
|
2341
|
+
case 1: return "Igx";
|
|
2342
|
+
case 2: return "Igr";
|
|
2343
|
+
case 3: return "Igc";
|
|
2344
|
+
case 4: return "Ultra";
|
|
2345
|
+
case 0: return "Xam";
|
|
2346
|
+
case 5: return "Igb";
|
|
2347
|
+
}
|
|
2348
|
+
return "";
|
|
2349
|
+
};
|
|
2350
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "x", {
|
|
2351
|
+
get: function () {
|
|
2352
|
+
return this.get_x();
|
|
2353
|
+
},
|
|
2354
|
+
enumerable: false,
|
|
2355
|
+
configurable: true
|
|
2356
|
+
});
|
|
2357
|
+
TSCodeGeneratingComponentRendererHandlerEmitter.prototype.q = function (a, b) {
|
|
2279
2358
|
return a;
|
|
2280
2359
|
};
|
|
2281
2360
|
TSCodeGeneratingComponentRendererHandlerEmitter.$t = markType(TSCodeGeneratingComponentRendererHandlerEmitter, 'TSCodeGeneratingComponentRendererHandlerEmitter', CodeGeneratingComponentRendererHandlerEmitter.$);
|
|
@@ -2598,9 +2677,9 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2598
2677
|
__extends(AngularTemplateCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
2599
2678
|
function AngularTemplateCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
2600
2679
|
var _this = _super.call(this, a, b) || this;
|
|
2601
|
-
_this.
|
|
2602
|
-
_this.
|
|
2603
|
-
_this.
|
|
2680
|
+
_this.bs = 0;
|
|
2681
|
+
_this.bq = new HashSet$1(String_$type, 0);
|
|
2682
|
+
_this.br = new HashSet$1(String_$type, 0);
|
|
2604
2683
|
return _this;
|
|
2605
2684
|
}
|
|
2606
2685
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -2613,8 +2692,8 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2613
2692
|
enumerable: false,
|
|
2614
2693
|
configurable: true
|
|
2615
2694
|
});
|
|
2616
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2617
|
-
d = _super.prototype.
|
|
2695
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b, c, d) {
|
|
2696
|
+
d = _super.prototype.ap.call(this, a, b, c, d);
|
|
2618
2697
|
var e = b.q();
|
|
2619
2698
|
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d4(d) + ": " + e + " | null = null;");
|
|
2620
2699
|
this.f.l("public get " + CodeGeneratingComponentRenderer.d4(d) + "(): " + e + " {");
|
|
@@ -2631,15 +2710,15 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2631
2710
|
this.f.l("}");
|
|
2632
2711
|
return CodeGeneratingComponentRenderer.d5(d);
|
|
2633
2712
|
};
|
|
2634
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2635
|
-
e = _super.prototype.
|
|
2713
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a, b, c, d, e) {
|
|
2714
|
+
e = _super.prototype.aq.call(this, a, b, c, d, e);
|
|
2636
2715
|
var f = null;
|
|
2637
2716
|
if (c.count > 0) {
|
|
2638
2717
|
f = c._inner[0].q() + "[]";
|
|
2639
2718
|
}
|
|
2640
2719
|
else {
|
|
2641
2720
|
var g = a.b.specificExternalType;
|
|
2642
|
-
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.
|
|
2721
|
+
f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
|
|
2643
2722
|
}
|
|
2644
2723
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(e) + ": " + f + " | null = null;");
|
|
2645
2724
|
this.f.l("public get " + CodeGeneratingComponentRenderer.d4(e) + "(): " + f + " {");
|
|
@@ -2663,7 +2742,7 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2663
2742
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2664
2743
|
return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2665
2744
|
};
|
|
2666
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2745
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
2667
2746
|
if (b.c == null) {
|
|
2668
2747
|
return "null";
|
|
2669
2748
|
}
|
|
@@ -2677,48 +2756,48 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2677
2756
|
}
|
|
2678
2757
|
return d;
|
|
2679
2758
|
};
|
|
2680
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2759
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
2681
2760
|
return true;
|
|
2682
2761
|
};
|
|
2683
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2762
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
2684
2763
|
return "Igx";
|
|
2685
2764
|
};
|
|
2686
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2687
|
-
_super.prototype.
|
|
2688
|
-
this.h.l("<" + this.
|
|
2689
|
-
if (!this.
|
|
2690
|
-
this.
|
|
2691
|
-
if (!this.
|
|
2692
|
-
this.
|
|
2693
|
-
this.
|
|
2765
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
2766
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
2767
|
+
this.h.l("<" + this.bt(a) + "");
|
|
2768
|
+
if (!this.bq.contains(this.an)) {
|
|
2769
|
+
this.bq.add_1(this.an);
|
|
2770
|
+
if (!this.br.contains(this.ao)) {
|
|
2771
|
+
this.br.add_1(this.ao);
|
|
2772
|
+
this.a9(this.ao);
|
|
2694
2773
|
}
|
|
2695
|
-
this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d4(this.
|
|
2696
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.
|
|
2774
|
+
this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d4(this.an) + "\", { static: true } )");
|
|
2775
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
|
|
2697
2776
|
}
|
|
2698
2777
|
};
|
|
2699
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2700
|
-
_super.prototype.
|
|
2701
|
-
WebImportsHalper.
|
|
2778
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a, b, c) {
|
|
2779
|
+
_super.prototype.be.call(this, a, b, c);
|
|
2780
|
+
WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
|
|
2702
2781
|
};
|
|
2703
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2782
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
|
|
2704
2783
|
if (stringEndsWith(a, "Component")) {
|
|
2705
2784
|
a = a.substr(0, a.length - ("Component").length);
|
|
2706
2785
|
}
|
|
2707
2786
|
return CodeGeneratingComponentRenderer.d7(a);
|
|
2708
2787
|
};
|
|
2709
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2788
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
2710
2789
|
this.h.l(">");
|
|
2711
2790
|
this.h.h();
|
|
2712
2791
|
};
|
|
2713
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2792
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
2714
2793
|
this.h.f();
|
|
2715
|
-
this.h.l("</" + this.
|
|
2716
|
-
_super.prototype.
|
|
2794
|
+
this.h.l("</" + this.bt(a) + ">");
|
|
2795
|
+
_super.prototype.bj.call(this, a);
|
|
2717
2796
|
};
|
|
2718
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2797
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
2719
2798
|
var e = CodeGeneratingComponentRenderer.d4(b);
|
|
2720
2799
|
if (this.q(d, c)) {
|
|
2721
|
-
this.
|
|
2800
|
+
this.bp(c);
|
|
2722
2801
|
if (this.t(c)) {
|
|
2723
2802
|
e = "(" + e + ")";
|
|
2724
2803
|
}
|
|
@@ -2732,21 +2811,21 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2732
2811
|
this.h.j(e);
|
|
2733
2812
|
this.h.j("=");
|
|
2734
2813
|
this.h.j("\"");
|
|
2735
|
-
this.h.j(this.
|
|
2814
|
+
this.h.j(this.a1(d, c, true));
|
|
2736
2815
|
this.h.j("\"");
|
|
2737
2816
|
if (e == "name") {
|
|
2738
2817
|
this.h.l("");
|
|
2739
|
-
this.h.j("#" + CodeGeneratingComponentRenderer.d4(this.
|
|
2818
|
+
this.h.j("#" + CodeGeneratingComponentRenderer.d4(this.a1(d, c, true)));
|
|
2740
2819
|
}
|
|
2741
2820
|
};
|
|
2742
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2821
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
|
|
2743
2822
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
2744
|
-
this.
|
|
2823
|
+
this.bp(a);
|
|
2745
2824
|
return "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + "($event)";
|
|
2746
2825
|
}
|
|
2747
|
-
return this.
|
|
2826
|
+
return this.ay();
|
|
2748
2827
|
};
|
|
2749
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2828
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
2750
2829
|
var b = a.c;
|
|
2751
2830
|
switch (b.a) {
|
|
2752
2831
|
case 3: return b.b;
|
|
@@ -2756,16 +2835,16 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2756
2835
|
}
|
|
2757
2836
|
return b.b;
|
|
2758
2837
|
};
|
|
2759
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2838
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
2760
2839
|
return "null";
|
|
2761
2840
|
};
|
|
2762
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2841
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
2763
2842
|
return CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
2764
2843
|
};
|
|
2765
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2844
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
2766
2845
|
return CodeGeneratingComponentRenderer.d4(a.a.e);
|
|
2767
2846
|
};
|
|
2768
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2847
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
2769
2848
|
var e_8, _a;
|
|
2770
2849
|
if (c.b.knownType == 9) {
|
|
2771
2850
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -2819,12 +2898,12 @@ var AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */
|
|
|
2819
2898
|
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2820
2899
|
return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2821
2900
|
};
|
|
2822
|
-
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2901
|
+
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
2823
2902
|
return "Igc";
|
|
2824
2903
|
};
|
|
2825
|
-
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2826
|
-
_super.prototype.
|
|
2827
|
-
WebImportsHalper.
|
|
2904
|
+
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a, b, c) {
|
|
2905
|
+
_super.prototype.be.call(this, a, b, c);
|
|
2906
|
+
WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
|
|
2828
2907
|
};
|
|
2829
2908
|
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
2830
2909
|
return AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -3131,6 +3210,12 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3131
3210
|
function WPFXamlCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
3132
3211
|
return _super.call(this, a, b) || this;
|
|
3133
3212
|
}
|
|
3213
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a) {
|
|
3214
|
+
if (a == null || isNaN_(a)) {
|
|
3215
|
+
return "";
|
|
3216
|
+
}
|
|
3217
|
+
return timeSpanFromMilliseconds(a).toString();
|
|
3218
|
+
};
|
|
3134
3219
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
3135
3220
|
return false;
|
|
3136
3221
|
};
|
|
@@ -3144,10 +3229,10 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3144
3229
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
3145
3230
|
return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
3146
3231
|
};
|
|
3147
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3232
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
3148
3233
|
return false;
|
|
3149
3234
|
};
|
|
3150
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3235
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b) {
|
|
3151
3236
|
if (b.c == null) {
|
|
3152
3237
|
return "null";
|
|
3153
3238
|
}
|
|
@@ -3161,20 +3246,20 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3161
3246
|
}
|
|
3162
3247
|
return d;
|
|
3163
3248
|
};
|
|
3164
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3165
|
-
_super.prototype.
|
|
3249
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c) {
|
|
3250
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
3166
3251
|
this.h.l("<ig:" + a + "");
|
|
3167
3252
|
};
|
|
3168
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3253
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
3169
3254
|
this.h.l(">");
|
|
3170
3255
|
this.h.h();
|
|
3171
3256
|
};
|
|
3172
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3257
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
3173
3258
|
this.h.f();
|
|
3174
3259
|
this.h.l("</ig:" + a + ">");
|
|
3175
|
-
_super.prototype.
|
|
3260
|
+
_super.prototype.bj.call(this, a);
|
|
3176
3261
|
};
|
|
3177
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3262
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c, d) {
|
|
3178
3263
|
if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
|
|
3179
3264
|
if (c.c != null && stringContains(c.c, "{")) {
|
|
3180
3265
|
if (a > 0) {
|
|
@@ -3183,7 +3268,7 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3183
3268
|
this.h.j(b);
|
|
3184
3269
|
this.h.j("=");
|
|
3185
3270
|
this.h.j("\"");
|
|
3186
|
-
this.h.j("{}" + this.
|
|
3271
|
+
this.h.j("{}" + this.a1(d, c, true));
|
|
3187
3272
|
this.h.j("\"");
|
|
3188
3273
|
return;
|
|
3189
3274
|
}
|
|
@@ -3194,10 +3279,10 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3194
3279
|
this.h.j(b);
|
|
3195
3280
|
this.h.j("=");
|
|
3196
3281
|
this.h.j("\"");
|
|
3197
|
-
this.h.j(this.
|
|
3282
|
+
this.h.j(this.a1(d, c, true));
|
|
3198
3283
|
this.h.j("\"");
|
|
3199
3284
|
};
|
|
3200
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3285
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ae = function (a) {
|
|
3201
3286
|
var b = a.c;
|
|
3202
3287
|
switch (b.a) {
|
|
3203
3288
|
case 3: return b.b;
|
|
@@ -3207,25 +3292,25 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3207
3292
|
}
|
|
3208
3293
|
return b.b;
|
|
3209
3294
|
};
|
|
3210
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3295
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function () {
|
|
3211
3296
|
return "{x:Null}";
|
|
3212
3297
|
};
|
|
3213
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3298
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
3214
3299
|
return "{Binding ElementName=" + a.a.e + "}";
|
|
3215
3300
|
};
|
|
3216
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3301
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function (a) {
|
|
3217
3302
|
a = stringReplace(a, "-", "_");
|
|
3218
3303
|
return CodeGeneratingComponentRenderer.d5(a);
|
|
3219
3304
|
};
|
|
3220
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3221
|
-
this.
|
|
3222
|
-
return "{Binding " + this.
|
|
3305
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
3306
|
+
this.bp(a);
|
|
3307
|
+
return "{Binding " + this.bq(a.a.e) + "}";
|
|
3223
3308
|
};
|
|
3224
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3309
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c, d) {
|
|
3225
3310
|
var e_10, _a;
|
|
3226
3311
|
this.h.j("<ig:");
|
|
3227
3312
|
{
|
|
3228
|
-
this.h.j(this.
|
|
3313
|
+
this.h.j(this.ao);
|
|
3229
3314
|
this.h.j(".");
|
|
3230
3315
|
}
|
|
3231
3316
|
this.h.j(b);
|
|
@@ -3267,13 +3352,13 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3267
3352
|
this.h.f();
|
|
3268
3353
|
this.h.j("</ig:");
|
|
3269
3354
|
{
|
|
3270
|
-
this.h.j(this.
|
|
3355
|
+
this.h.j(this.ao);
|
|
3271
3356
|
this.h.j(".");
|
|
3272
3357
|
}
|
|
3273
3358
|
this.h.j(b);
|
|
3274
3359
|
this.h.l(">");
|
|
3275
3360
|
};
|
|
3276
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3361
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_a5 = function () {
|
|
3277
3362
|
return "Xam";
|
|
3278
3363
|
};
|
|
3279
3364
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFXamlCodeGeneratingComponentRendererCodeEmitter, 'WPFXamlCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -3288,6 +3373,12 @@ var WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
3288
3373
|
function WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
3289
3374
|
return _super.call(this, a, b) || this;
|
|
3290
3375
|
}
|
|
3376
|
+
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a) {
|
|
3377
|
+
if (a == null || isNaN_(a)) {
|
|
3378
|
+
return "";
|
|
3379
|
+
}
|
|
3380
|
+
return;
|
|
3381
|
+
};
|
|
3291
3382
|
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
3292
3383
|
return true;
|
|
3293
3384
|
};
|
|
@@ -3301,7 +3392,7 @@ var WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
3301
3392
|
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
3302
3393
|
return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
3303
3394
|
};
|
|
3304
|
-
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3395
|
+
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
3305
3396
|
return false;
|
|
3306
3397
|
};
|
|
3307
3398
|
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -3414,6 +3505,43 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3414
3505
|
CodeGeneratingComponentRenderer.prototype.aq = function () {
|
|
3415
3506
|
return true;
|
|
3416
3507
|
};
|
|
3508
|
+
CodeGeneratingComponentRenderer.prototype.bo = function (a) {
|
|
3509
|
+
var b = a.g;
|
|
3510
|
+
return b == null ? { $type: Point_$type, x: NaN, y: NaN } : { $type: Point_$type, x: b.x, y: b.y };
|
|
3511
|
+
};
|
|
3512
|
+
CodeGeneratingComponentRenderer.prototype.bp = function (a) {
|
|
3513
|
+
var b = a.g;
|
|
3514
|
+
return b == null ? Rect.empty : new Rect(0, b.left, b.top, b.width, b.height);
|
|
3515
|
+
};
|
|
3516
|
+
CodeGeneratingComponentRenderer.prototype.bq = function (a) {
|
|
3517
|
+
var b = a.g;
|
|
3518
|
+
return b == null ? new Size(1, NaN, NaN) : new Size(1, b.width, b.height);
|
|
3519
|
+
};
|
|
3520
|
+
CodeGeneratingComponentRenderer.prototype.bs = function (a) {
|
|
3521
|
+
var b = a.g;
|
|
3522
|
+
if (typeof b === 'number') {
|
|
3523
|
+
return typeGetValue(b);
|
|
3524
|
+
}
|
|
3525
|
+
if (typeof b === 'number') {
|
|
3526
|
+
return b;
|
|
3527
|
+
}
|
|
3528
|
+
if (typeof b === 'string') {
|
|
3529
|
+
return parseFloat(b);
|
|
3530
|
+
}
|
|
3531
|
+
return NaN;
|
|
3532
|
+
};
|
|
3533
|
+
CodeGeneratingComponentRenderer.prototype.b6 = function (a) {
|
|
3534
|
+
if (a == null) {
|
|
3535
|
+
return null;
|
|
3536
|
+
}
|
|
3537
|
+
return Brush.create(a);
|
|
3538
|
+
};
|
|
3539
|
+
CodeGeneratingComponentRenderer.prototype.b7 = function (a) {
|
|
3540
|
+
if (a == null) {
|
|
3541
|
+
return null;
|
|
3542
|
+
}
|
|
3543
|
+
return Brush.create(a).color;
|
|
3544
|
+
};
|
|
3417
3545
|
CodeGeneratingComponentRenderer.prototype.ad = function (a) {
|
|
3418
3546
|
_super.prototype.ad.call(this, a);
|
|
3419
3547
|
this.d0 = a;
|
|
@@ -3731,10 +3859,10 @@ var CodeGenerationContainer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3731
3859
|
i.u(j, true);
|
|
3732
3860
|
var k = j.toString();
|
|
3733
3861
|
b.addContainerResult(this.id, k);
|
|
3734
|
-
j.
|
|
3735
|
-
j.
|
|
3736
|
-
j.
|
|
3737
|
-
j.
|
|
3862
|
+
j.bc(e);
|
|
3863
|
+
j.bf(f);
|
|
3864
|
+
j.bb(g);
|
|
3865
|
+
j.bd(a, h);
|
|
3738
3866
|
}
|
|
3739
3867
|
}
|
|
3740
3868
|
catch (e_14_1) {
|
|
@@ -3847,31 +3975,31 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3847
3975
|
var c = this.m();
|
|
3848
3976
|
if (b) {
|
|
3849
3977
|
var d = this.p();
|
|
3850
|
-
a.
|
|
3978
|
+
a.a3 = d;
|
|
3851
3979
|
}
|
|
3852
3980
|
var e = false;
|
|
3853
3981
|
var f = false;
|
|
3854
3982
|
if (this.f.containsKey("Name")) {
|
|
3855
3983
|
e = true;
|
|
3856
|
-
a.
|
|
3984
|
+
a.bn(this.f.item("Name").c);
|
|
3857
3985
|
}
|
|
3858
3986
|
else if (this.f.containsKey("name")) {
|
|
3859
3987
|
e = true;
|
|
3860
|
-
a.
|
|
3988
|
+
a.bn(this.f.item("name").c);
|
|
3861
3989
|
}
|
|
3862
3990
|
else {
|
|
3863
3991
|
if (b && this.t != null) {
|
|
3864
3992
|
e = true;
|
|
3865
|
-
a.
|
|
3993
|
+
a.bn(this.t);
|
|
3866
3994
|
}
|
|
3867
3995
|
else if (this.e(this.c, a)) {
|
|
3868
3996
|
f = true;
|
|
3869
|
-
a.
|
|
3870
|
-
if (a.
|
|
3997
|
+
a.bm(c);
|
|
3998
|
+
if (a.y) {
|
|
3871
3999
|
this.g.add("name");
|
|
3872
4000
|
this.f.addItem("name", ((function () {
|
|
3873
4001
|
var $ret = new CodeGenerationItemBuilderPropertyInfo();
|
|
3874
|
-
$ret.c = a.
|
|
4002
|
+
$ret.c = a.an;
|
|
3875
4003
|
return $ret;
|
|
3876
4004
|
})()));
|
|
3877
4005
|
}
|
|
@@ -3879,13 +4007,13 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3879
4007
|
this.g.add("Name");
|
|
3880
4008
|
this.f.addItem("Name", ((function () {
|
|
3881
4009
|
var $ret = new CodeGenerationItemBuilderPropertyInfo();
|
|
3882
|
-
$ret.c = a.
|
|
4010
|
+
$ret.c = a.an;
|
|
3883
4011
|
return $ret;
|
|
3884
4012
|
})()));
|
|
3885
4013
|
}
|
|
3886
4014
|
}
|
|
3887
4015
|
}
|
|
3888
|
-
a.
|
|
4016
|
+
a.ba(this.q(), this.j, this.c);
|
|
3889
4017
|
var g = 0;
|
|
3890
4018
|
try {
|
|
3891
4019
|
for (var _c = __values(fromEnum(this.g)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
@@ -3895,7 +4023,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3895
4023
|
continue;
|
|
3896
4024
|
}
|
|
3897
4025
|
if (this.d(a, h, i)) {
|
|
3898
|
-
a.
|
|
4026
|
+
a.bg(g, h, i, this.c);
|
|
3899
4027
|
g++;
|
|
3900
4028
|
}
|
|
3901
4029
|
}
|
|
@@ -3913,7 +4041,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3913
4041
|
throw e_15.error;
|
|
3914
4042
|
}
|
|
3915
4043
|
}
|
|
3916
|
-
a.
|
|
4044
|
+
a.bo();
|
|
3917
4045
|
var j = 0;
|
|
3918
4046
|
try {
|
|
3919
4047
|
for (var _e = __values(fromEnum(this.g)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
@@ -3923,7 +4051,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3923
4051
|
continue;
|
|
3924
4052
|
}
|
|
3925
4053
|
if (!this.d(a, k, l)) {
|
|
3926
|
-
a.
|
|
4054
|
+
a.bh(j, k, l, this.c);
|
|
3927
4055
|
j++;
|
|
3928
4056
|
}
|
|
3929
4057
|
}
|
|
@@ -3941,14 +4069,14 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3941
4069
|
throw e_16.error;
|
|
3942
4070
|
}
|
|
3943
4071
|
}
|
|
3944
|
-
a.
|
|
3945
|
-
a.
|
|
4072
|
+
a.bi(j);
|
|
4073
|
+
a.bj(c);
|
|
3946
4074
|
if (e) {
|
|
3947
|
-
a.
|
|
4075
|
+
a.bl();
|
|
3948
4076
|
}
|
|
3949
4077
|
else {
|
|
3950
4078
|
if (f) {
|
|
3951
|
-
a.
|
|
4079
|
+
a.bk();
|
|
3952
4080
|
}
|
|
3953
4081
|
}
|
|
3954
4082
|
};
|
|
@@ -3996,7 +4124,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3996
4124
|
break;
|
|
3997
4125
|
case 23: return true;
|
|
3998
4126
|
case 9:
|
|
3999
|
-
if (a.
|
|
4127
|
+
if (a.w(this.c, c)) {
|
|
4000
4128
|
return true;
|
|
4001
4129
|
}
|
|
4002
4130
|
return false;
|
|
@@ -4008,7 +4136,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4008
4136
|
case 3: return true;
|
|
4009
4137
|
case 19: return true;
|
|
4010
4138
|
case 8:
|
|
4011
|
-
if (a.
|
|
4139
|
+
if (a.w(this.c, c)) {
|
|
4012
4140
|
return true;
|
|
4013
4141
|
}
|
|
4014
4142
|
if (c.b.specificExternalType == "string") {
|
|
@@ -4064,6 +4192,9 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4064
4192
|
return d + i.specificExternalType + e;
|
|
4065
4193
|
}
|
|
4066
4194
|
else {
|
|
4195
|
+
if (c.getMetadata(b, "__skipSuffix") != null) {
|
|
4196
|
+
return d + b;
|
|
4197
|
+
}
|
|
4067
4198
|
return d + b + e;
|
|
4068
4199
|
}
|
|
4069
4200
|
};
|
|
@@ -4079,6 +4210,13 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4079
4210
|
return c[c.length - 2].toLowerCase();
|
|
4080
4211
|
}
|
|
4081
4212
|
}
|
|
4213
|
+
if (this.b == 1 || this.b == 3 || this.b == 2 || this.b == 5) {
|
|
4214
|
+
a = this.c.getMetadata(this.j, "__packageNameWC");
|
|
4215
|
+
if (a != null) {
|
|
4216
|
+
var d = a.specificExternalType;
|
|
4217
|
+
return d;
|
|
4218
|
+
}
|
|
4219
|
+
}
|
|
4082
4220
|
if (this.j == "Legend" || this.j == "ItemLegend") {
|
|
4083
4221
|
return "charts";
|
|
4084
4222
|
}
|