igniteui-angular-core 21.0.0 → 21.0.1
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/bundles/igniteui-angular-core.umd.js +4494 -2941
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/BrushUtil.js +52 -20
- package/esm2015/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm2015/lib/ComponentRendererSerializationProvider.js +167 -0
- package/esm2015/lib/ComponentRenderer_combined.js +853 -965
- package/esm2015/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm2015/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm2015/lib/DescriptionSerializer.js +50 -50
- package/esm2015/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm2015/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm2015/lib/FlatDataProvider_combined.js +3 -0
- package/esm2015/lib/FontDefaults.js +5 -5
- package/esm2015/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +18 -0
- package/esm2015/lib/NativeUIButtonGroup.js +8 -2
- package/esm2015/lib/NativeUICheckboxList.js +48 -10
- package/esm2015/lib/PopupView_combined.js +3 -3
- package/esm2015/lib/SVGNode_combined.js +2 -2
- package/esm2015/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm2015/lib/ValueTuple$2.js +38 -0
- package/esm2015/lib/ValueTuple$3.js +43 -0
- package/esm2015/lib/WebBadgeDescription.js +16 -8
- package/esm2015/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm2015/lib/WebCalendarBaseDescription.js +19 -11
- package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebCalendarDescription.js +5 -13
- package/esm2015/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebComboDescription.js +78 -70
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDatePickerDescription.js +8 -8
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
- package/esm2015/lib/WebDateValidationContextDescription.js +26 -0
- package/esm2015/lib/WebDateValidationContextDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebEntityTypeDescription.js +42 -0
- package/esm2015/lib/WebEntityTypeDescriptionMetadata.js +49 -0
- package/esm2015/lib/WebExpressionTreeDetailDescription.js +68 -0
- package/esm2015/lib/WebExpressionTreeDetailDescriptionMetadata.js +51 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescription.js +36 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebFieldTypeDescription.js +98 -0
- package/esm2015/lib/WebFieldTypeDescriptionMetadata.js +60 -0
- package/esm2015/lib/WebFilteringOptionsDescription.js +24 -0
- package/esm2015/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +327 -335
- package/esm2015/lib/WebGridDescription.js +49 -49
- package/esm2015/lib/WebGridToolbarExporterDescription.js +16 -8
- package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebInputBaseDescription.js +20 -28
- package/esm2015/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebInputDescription.js +14 -6
- package/esm2015/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebMaskInputBaseDescription.js +18 -2
- package/esm2015/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebMaskInputDescription.js +7 -15
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebPivotGridDescription.js +41 -41
- package/esm2015/lib/WebQueryBuilderDescription.js +98 -0
- package/esm2015/lib/WebQueryBuilderDescriptionMetadata.js +66 -0
- package/esm2015/lib/WebQueryBuilderDescriptionModule.js +30 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescription.js +42 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionModule.js +20 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescription.js +52 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebRadioDescription.js +8 -8
- package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowIslandDescription.js +348 -356
- package/esm2015/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm2015/lib/WebThemeProviderDescription.js +42 -0
- package/esm2015/lib/WebThemeProviderDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebThemeProviderDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/componentUtil.js +9 -8
- package/esm2015/public_api.js +25 -0
- package/esm5/lib/BrushUtil.js +52 -20
- package/esm5/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm5/lib/ComponentRendererSerializationProvider.js +168 -0
- package/esm5/lib/ComponentRenderer_combined.js +856 -964
- package/esm5/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm5/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm5/lib/DescriptionSerializer.js +50 -50
- package/esm5/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm5/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm5/lib/FlatDataProvider_combined.js +3 -0
- package/esm5/lib/FontDefaults.js +5 -5
- package/esm5/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm5/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +18 -0
- package/esm5/lib/NativeUIButtonGroup.js +11 -1
- package/esm5/lib/NativeUICheckboxList.js +63 -5
- package/esm5/lib/PopupView_combined.js +3 -3
- package/esm5/lib/SVGNode_combined.js +2 -2
- package/esm5/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm5/lib/ValueTuple$2.js +44 -0
- package/esm5/lib/ValueTuple$3.js +49 -0
- package/esm5/lib/WebBadgeDescription.js +20 -8
- package/esm5/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm5/lib/WebCalendarBaseDescription.js +23 -11
- package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm5/lib/WebCalendarDescription.js +4 -16
- package/esm5/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm5/lib/WebComboDescription.js +82 -70
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDatePickerDescription.js +9 -9
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm5/lib/WebDateTimeInputDescription.js +25 -25
- package/esm5/lib/WebDateValidationContextDescription.js +31 -0
- package/esm5/lib/WebDateValidationContextDescriptionMetadata.js +43 -0
- package/esm5/lib/WebEntityTypeDescription.js +56 -0
- package/esm5/lib/WebEntityTypeDescriptionMetadata.js +53 -0
- package/esm5/lib/WebExpressionTreeDetailDescription.js +94 -0
- package/esm5/lib/WebExpressionTreeDetailDescriptionMetadata.js +55 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescription.js +46 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +49 -0
- package/esm5/lib/WebFieldTypeDescription.js +140 -0
- package/esm5/lib/WebFieldTypeDescriptionMetadata.js +64 -0
- package/esm5/lib/WebFilteringOptionsDescription.js +38 -1
- package/esm5/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +327 -339
- package/esm5/lib/WebGridDescription.js +49 -49
- package/esm5/lib/WebGridToolbarExporterDescription.js +20 -8
- package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebInputBaseDescription.js +20 -32
- package/esm5/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm5/lib/WebInputDescription.js +18 -6
- package/esm5/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm5/lib/WebMaskInputBaseDescription.js +25 -1
- package/esm5/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm5/lib/WebMaskInputDescription.js +7 -19
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm5/lib/WebPivotGridDescription.js +41 -41
- package/esm5/lib/WebQueryBuilderDescription.js +140 -0
- package/esm5/lib/WebQueryBuilderDescriptionMetadata.js +70 -0
- package/esm5/lib/WebQueryBuilderDescriptionModule.js +34 -0
- package/esm5/lib/WebQueryBuilderHeaderDescription.js +56 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionMetadata.js +52 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionModule.js +24 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescription.js +70 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +52 -0
- package/esm5/lib/WebRadioDescription.js +12 -12
- package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowIslandDescription.js +352 -364
- package/esm5/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm5/lib/WebThemeProviderDescription.js +56 -0
- package/esm5/lib/WebThemeProviderDescriptionMetadata.js +50 -0
- package/esm5/lib/WebThemeProviderDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/componentUtil.js +9 -8
- package/esm5/public_api.js +25 -0
- package/fesm2015/igniteui-angular-core.js +4145 -2864
- package/fesm5/igniteui-angular-core.js +4470 -2942
- package/lib/BrushUtil.d.ts +14 -12
- package/lib/ComponentRendererSerializationProvider.d.ts +14 -0
- package/lib/ComponentRenderer_combined.d.ts +141 -141
- package/lib/DescriptionSerializerBuilder.d.ts +4 -4
- package/lib/IComponentRendererSerializationProvider.d.ts +13 -0
- package/lib/INativeUICheckboxListBridge.d.ts +1 -0
- package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +27 -27
- package/lib/NativeUIBuiltInProperties.d.ts +6 -1
- package/lib/NativeUIButton.d.ts +3 -0
- package/lib/NativeUIButtonGroup.d.ts +2 -0
- package/lib/NativeUICheckboxList.d.ts +15 -4
- package/lib/ToolActionCheckboxListInfo.d.ts +1 -0
- package/lib/ValueTuple$2.d.ts +14 -0
- package/lib/ValueTuple$3.d.ts +16 -0
- package/lib/WebBadgeDescription.d.ts +6 -3
- package/lib/WebCalendarBaseDescription.d.ts +8 -4
- package/lib/WebCalendarDescription.d.ts +2 -6
- package/lib/WebComboDescription.d.ts +28 -25
- package/lib/WebDatePickerDescription.d.ts +3 -3
- package/lib/WebDateTimeInputDescription.d.ts +9 -9
- package/lib/WebDateValidationContextDescription.d.ts +11 -0
- package/lib/WebDateValidationContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebEntityTypeDescription.d.ts +18 -0
- package/lib/WebEntityTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeDetailDescription.d.ts +29 -0
- package/lib/WebExpressionTreeDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeEventArgsDescription.d.ts +17 -0
- package/lib/WebExpressionTreeEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebFieldTypeDescription.d.ts +41 -0
- package/lib/WebFieldTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebFilteringOptionsDescription.d.ts +9 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +113 -117
- package/lib/WebGridDescription.d.ts +18 -18
- package/lib/WebGridToolbarExporterDescription.d.ts +6 -3
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebInputBaseDescription.d.ts +7 -10
- package/lib/WebInputDescription.d.ts +5 -2
- package/lib/WebMaskInputBaseDescription.d.ts +6 -0
- package/lib/WebMaskInputDescription.d.ts +3 -6
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebQueryBuilderDescription.d.ts +41 -0
- package/lib/WebQueryBuilderDescriptionMetadata.d.ts +15 -0
- package/lib/WebQueryBuilderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderHeaderDescription.d.ts +17 -0
- package/lib/WebQueryBuilderHeaderDescriptionMetadata.d.ts +13 -0
- package/lib/WebQueryBuilderHeaderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderSearchValueContextDescription.d.ts +23 -0
- package/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebRadioDescription.d.ts +3 -3
- package/lib/WebRowIslandDescription.d.ts +122 -126
- package/lib/WebThemeProviderDescription.d.ts +17 -0
- package/lib/WebThemeProviderDescriptionMetadata.d.ts +13 -0
- package/lib/WebThemeProviderDescriptionModule.d.ts +9 -0
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/package.json +1 -1
- package/public_api.d.ts +25 -0
|
@@ -8,4 +8,4 @@ import { markEnum } from "./type";
|
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|
|
10
10
|
*/
|
|
11
|
-
export let NativeUIBuiltInProperties_$type = markEnum('NativeUIBuiltInProperties', 'DisplayType,0|Density,1|Value,2|Label,3|DisableRipple,4|DisableHover,5|DisableFocusStyle,6|IsChecked,7|DataSource,8|SelectedValue,9|Text,10|FontInfo,11|Min,12|Max,13|Step,14|CollectionName,15|IconName,16|CornerRadius,17|BaseTheme,18|InputType,19|TextAlignment,20|ShowSpinner,21|IsShown,22|Background,23|HoverBackground,24|AnimationEnabled,25|AnimationDuration,26|Actions,27|RowHeight,28|ActualRowHeight,29|Orientation,30|IsWrapEnabled,31|IsDisabled,32|TextColor,33|DisabledTextColor,34|AnimationType,35|IsHitTestVisible,36|IsFocusable,37|BoxSizing,38|DisableHitTestDuringAnimation,39|Elevation,40|IsPointerEnabled,41|PointerBackground,42|PointerPosition,43|ViewBoxLeft,44|ViewBoxTop,45|ViewBoxWidth,46|ViewBoxHeight,47|IconWidth,48|IconHeight,49|SubmenuBackground,50|GroupHeaderBackground,51|GroupHeaderTextColor,52|SeparatorBackground,53|Content,54|ContentPadding,55|DisablePointer,56|FillAvailableSpace,57|ClickTunneling,58|StopPropagation,59|IsShowing,60|IsClosing,61|PointerSize,62|FillColors,63|StrokeColors,64|StrokeWidth,65|UncheckedBackgroundColor,66|CheckedBackgroundColor,67|UncheckedBorderColor,68|CheckedBorderColor,69|MenuArrowStroke,70|IconFill,71|IconStroke,72|PlaceContent,73|ItemsSource,74|SelectedMemberPath,75|DataMemberPath,76|SubtitleMemberPath,77|PropertyTypeMemberPath,78|ShowSelectAll,79|PrimaryKey,80|SearchIconColor,81|SearchTextColor,82|SubtitleTextColor,83|GroupHeaderSubtitleTextColor,84|SubtitleFontInfo,85|Target,86|SelectedIndices,87|MinWidth,88|SelectedItems,89|ValuePath,90|DisplayPath,91|YValue,92|BarBackgroundColor,93|ThumbBackgroundColor,94|ThumbOutlineColor,95|ThumbRidgesColor,96|YMin,97|YMax,98|IndexType,99|SuffixIconSVGPath,100|SuffixIconFill,101|SuffixIconOutline,102|InputBackgroundColor,103|IsOpen,104|SelectionStart,105|SelectionEnd,106|IsExpanded,107|AutomationName,108|ShowsOnHover,109|UseTopLayer,110|ItemSpacing,111|GroupHeaderFontInfo,112|CheckboxAlignedRight,113|LabelClickTriggersChange,114|DataLegendTarget,115');
|
|
11
|
+
export let NativeUIBuiltInProperties_$type = markEnum('NativeUIBuiltInProperties', 'DisplayType,0|Density,1|Value,2|Label,3|DisableRipple,4|DisableHover,5|DisableFocusStyle,6|IsChecked,7|DataSource,8|SelectedValue,9|Text,10|FontInfo,11|Min,12|Max,13|Step,14|CollectionName,15|IconName,16|CornerRadius,17|BaseTheme,18|InputType,19|TextAlignment,20|ShowSpinner,21|IsShown,22|Background,23|HoverBackground,24|AnimationEnabled,25|AnimationDuration,26|Actions,27|RowHeight,28|ActualRowHeight,29|Orientation,30|IsWrapEnabled,31|IsDisabled,32|TextColor,33|DisabledTextColor,34|AnimationType,35|IsHitTestVisible,36|IsFocusable,37|BoxSizing,38|DisableHitTestDuringAnimation,39|Elevation,40|IsPointerEnabled,41|PointerBackground,42|PointerPosition,43|ViewBoxLeft,44|ViewBoxTop,45|ViewBoxWidth,46|ViewBoxHeight,47|IconWidth,48|IconHeight,49|SubmenuBackground,50|GroupHeaderBackground,51|GroupHeaderTextColor,52|SeparatorBackground,53|Content,54|ContentPadding,55|DisablePointer,56|FillAvailableSpace,57|ClickTunneling,58|StopPropagation,59|IsShowing,60|IsClosing,61|PointerSize,62|FillColors,63|StrokeColors,64|StrokeWidth,65|UncheckedBackgroundColor,66|CheckedBackgroundColor,67|UncheckedBorderColor,68|CheckedBorderColor,69|MenuArrowStroke,70|IconFill,71|IconStroke,72|PlaceContent,73|ItemsSource,74|SelectedMemberPath,75|DataMemberPath,76|SubtitleMemberPath,77|PropertyTypeMemberPath,78|ShowSelectAll,79|PrimaryKey,80|SearchIconColor,81|SearchTextColor,82|SubtitleTextColor,83|GroupHeaderSubtitleTextColor,84|SubtitleFontInfo,85|Target,86|SelectedIndices,87|MinWidth,88|SelectedItems,89|ValuePath,90|DisplayPath,91|YValue,92|BarBackgroundColor,93|ThumbBackgroundColor,94|ThumbOutlineColor,95|ThumbRidgesColor,96|YMin,97|YMax,98|IndexType,99|SuffixIconSVGPath,100|SuffixIconFill,101|SuffixIconOutline,102|InputBackgroundColor,103|IsOpen,104|SelectionStart,105|SelectionEnd,106|IsExpanded,107|AutomationName,108|ShowsOnHover,109|UseTopLayer,110|ItemSpacing,111|GroupHeaderFontInfo,112|CheckboxAlignedRight,113|LabelClickTriggersChange,114|DataLegendTarget,115|ToolTipTextColor,116|SelectAllCaptionTextColor,117|BorderColor,118|ItemBorderColor,119|AccentColor,120');
|
|
@@ -140,6 +140,24 @@ export let NativeUIButton = /*@__PURE__*/ (() => {
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
|
+
a6(a, b) {
|
|
144
|
+
switch (a) {
|
|
145
|
+
case 3:
|
|
146
|
+
this.a4(118, b);
|
|
147
|
+
return;
|
|
148
|
+
case 2:
|
|
149
|
+
this.a4(23, b);
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
super.a6(a, b);
|
|
153
|
+
}
|
|
154
|
+
ai(a) {
|
|
155
|
+
switch (a) {
|
|
156
|
+
case 3: return this.ag(118);
|
|
157
|
+
case 2: return this.ag(23);
|
|
158
|
+
}
|
|
159
|
+
return super.ai(a);
|
|
160
|
+
}
|
|
143
161
|
}
|
|
144
162
|
NativeUIButton.$t = markType(NativeUIButton, 'NativeUIButton', NativeUIComponent.$);
|
|
145
163
|
return NativeUIButton;
|
|
@@ -47,12 +47,18 @@ export let NativeUIButtonGroup = /*@__PURE__*/ (() => {
|
|
|
47
47
|
set br(a) {
|
|
48
48
|
this.a4(32, a);
|
|
49
49
|
}
|
|
50
|
-
get
|
|
50
|
+
get bz() {
|
|
51
51
|
return this.ag(24);
|
|
52
52
|
}
|
|
53
|
-
set
|
|
53
|
+
set bz(a) {
|
|
54
54
|
this.a4(24, a);
|
|
55
55
|
}
|
|
56
|
+
get by() {
|
|
57
|
+
return this.ag(119);
|
|
58
|
+
}
|
|
59
|
+
set by(a) {
|
|
60
|
+
this.a4(119, a);
|
|
61
|
+
}
|
|
56
62
|
get bx() {
|
|
57
63
|
return this.ag(17);
|
|
58
64
|
}
|
|
@@ -135,11 +135,11 @@ export let NativeUICheckboxList = /*@__PURE__*/ (() => {
|
|
|
135
135
|
cd() {
|
|
136
136
|
this.bm.refresh(this.am);
|
|
137
137
|
}
|
|
138
|
-
get
|
|
138
|
+
get ci() {
|
|
139
139
|
let a = this.ag(23);
|
|
140
140
|
return a;
|
|
141
141
|
}
|
|
142
|
-
set
|
|
142
|
+
set ci(a) {
|
|
143
143
|
this.a4(23, a);
|
|
144
144
|
}
|
|
145
145
|
get b6() {
|
|
@@ -198,34 +198,69 @@ export let NativeUICheckboxList = /*@__PURE__*/ (() => {
|
|
|
198
198
|
set bk(a) {
|
|
199
199
|
this.a4(80, a);
|
|
200
200
|
}
|
|
201
|
-
get
|
|
201
|
+
get cn() {
|
|
202
202
|
let a = this.ag(33);
|
|
203
203
|
return a;
|
|
204
204
|
}
|
|
205
|
-
set
|
|
205
|
+
set cn(a) {
|
|
206
206
|
this.a4(33, a);
|
|
207
207
|
}
|
|
208
|
-
get
|
|
208
|
+
get cj() {
|
|
209
209
|
let a = this.ag(24);
|
|
210
210
|
return a;
|
|
211
211
|
}
|
|
212
|
-
set
|
|
212
|
+
set cj(a) {
|
|
213
213
|
this.a4(24, a);
|
|
214
214
|
}
|
|
215
|
-
get
|
|
215
|
+
get ck() {
|
|
216
216
|
let a = this.ag(81);
|
|
217
217
|
return a;
|
|
218
218
|
}
|
|
219
|
-
set
|
|
219
|
+
set ck(a) {
|
|
220
220
|
this.a4(81, a);
|
|
221
221
|
}
|
|
222
|
-
get
|
|
222
|
+
get cl() {
|
|
223
223
|
let a = this.ag(82);
|
|
224
224
|
return a;
|
|
225
225
|
}
|
|
226
|
-
set
|
|
226
|
+
set cl(a) {
|
|
227
227
|
this.a4(82, a);
|
|
228
228
|
}
|
|
229
|
+
get cm() {
|
|
230
|
+
let a = this.ag(117);
|
|
231
|
+
return a;
|
|
232
|
+
}
|
|
233
|
+
set cm(a) {
|
|
234
|
+
this.a4(117, a);
|
|
235
|
+
}
|
|
236
|
+
get co() {
|
|
237
|
+
let a = this.ag(66);
|
|
238
|
+
return a;
|
|
239
|
+
}
|
|
240
|
+
set co(a) {
|
|
241
|
+
this.a4(66, a);
|
|
242
|
+
}
|
|
243
|
+
get cp() {
|
|
244
|
+
let a = this.ag(68);
|
|
245
|
+
return a;
|
|
246
|
+
}
|
|
247
|
+
set cp(a) {
|
|
248
|
+
this.a4(68, a);
|
|
249
|
+
}
|
|
250
|
+
get cg() {
|
|
251
|
+
let a = this.ag(67);
|
|
252
|
+
return a;
|
|
253
|
+
}
|
|
254
|
+
set cg(a) {
|
|
255
|
+
this.a4(67, a);
|
|
256
|
+
}
|
|
257
|
+
get ch() {
|
|
258
|
+
let a = this.ag(69);
|
|
259
|
+
return a;
|
|
260
|
+
}
|
|
261
|
+
set ch(a) {
|
|
262
|
+
this.a4(69, a);
|
|
263
|
+
}
|
|
229
264
|
get b0() {
|
|
230
265
|
let a = this.ag(113);
|
|
231
266
|
return a;
|
|
@@ -247,6 +282,9 @@ export let NativeUICheckboxList = /*@__PURE__*/ (() => {
|
|
|
247
282
|
set b3(a) {
|
|
248
283
|
this.a4(17, a);
|
|
249
284
|
}
|
|
285
|
+
cf(a) {
|
|
286
|
+
this.bm.setGridColumnProvider(this.am, a);
|
|
287
|
+
}
|
|
250
288
|
cb() {
|
|
251
289
|
this.bm.clearSelectedKeys(this.am);
|
|
252
290
|
}
|
|
@@ -1439,8 +1439,8 @@ export let Popup = /*@__PURE__*/ (() => {
|
|
|
1439
1439
|
}
|
|
1440
1440
|
Popup.$t = markType(Popup, 'Popup', Base.$, [INotifyPropertyChanged_$type]);
|
|
1441
1441
|
Popup.ba = 2;
|
|
1442
|
-
Popup.c3 = BrushUtil.
|
|
1443
|
-
Popup.c2 = BrushUtil.
|
|
1444
|
-
Popup.c1 = BrushUtil.
|
|
1442
|
+
Popup.c3 = BrushUtil.l(66, 0, 0, 0);
|
|
1443
|
+
Popup.c2 = BrushUtil.l(30, 0, 0, 0);
|
|
1444
|
+
Popup.c1 = BrushUtil.l(20, 0, 0, 0);
|
|
1445
1445
|
return Popup;
|
|
1446
1446
|
})();
|
|
@@ -166,10 +166,10 @@ export let SVGBrush = /*@__PURE__*/ (() => {
|
|
|
166
166
|
if (this.c.d()) {
|
|
167
167
|
let b = this.c;
|
|
168
168
|
if (this.a == 0 && !isNaN_(b.p)) {
|
|
169
|
-
return BrushUtil.
|
|
169
|
+
return BrushUtil.u(a, b.p);
|
|
170
170
|
}
|
|
171
171
|
else if (this.a == 1 && !isNaN_(b.s)) {
|
|
172
|
-
return BrushUtil.
|
|
172
|
+
return BrushUtil.u(a, b.s);
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
return a;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { ValueType, markStruct } from "./type";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ValueTuple$2 = /*@__PURE__*/ (() => {
|
|
12
|
+
class ValueTuple$2 extends ValueType {
|
|
13
|
+
constructor($t1, $t2, a, ..._rest) {
|
|
14
|
+
super();
|
|
15
|
+
this.$t1 = null;
|
|
16
|
+
this.$t2 = null;
|
|
17
|
+
this.a = null;
|
|
18
|
+
this.b = null;
|
|
19
|
+
this.$t1 = $t1;
|
|
20
|
+
this.$t2 = $t2;
|
|
21
|
+
this.$type = this.$type.specialize(this.$t1, this.$t2);
|
|
22
|
+
a = (a == void 0) ? 0 : a;
|
|
23
|
+
switch (a) {
|
|
24
|
+
case 0: break;
|
|
25
|
+
case 1:
|
|
26
|
+
{
|
|
27
|
+
let c = _rest[0];
|
|
28
|
+
let d = _rest[1];
|
|
29
|
+
this.a = c;
|
|
30
|
+
this.b = d;
|
|
31
|
+
}
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
ValueTuple$2.$t = markStruct(ValueTuple$2, 'ValueTuple$2');
|
|
37
|
+
return ValueTuple$2;
|
|
38
|
+
})();
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { ValueType, markStruct } from "./type";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ValueTuple$3 = /*@__PURE__*/ (() => {
|
|
12
|
+
class ValueTuple$3 extends ValueType {
|
|
13
|
+
constructor($t1, $t2, $t3, a, ..._rest) {
|
|
14
|
+
super();
|
|
15
|
+
this.$t1 = null;
|
|
16
|
+
this.$t2 = null;
|
|
17
|
+
this.$t3 = null;
|
|
18
|
+
this.a = null;
|
|
19
|
+
this.b = null;
|
|
20
|
+
this.c = null;
|
|
21
|
+
this.$t1 = $t1;
|
|
22
|
+
this.$t2 = $t2;
|
|
23
|
+
this.$t3 = $t3;
|
|
24
|
+
this.$type = this.$type.specialize(this.$t1, this.$t2, this.$t3);
|
|
25
|
+
a = (a == void 0) ? 0 : a;
|
|
26
|
+
switch (a) {
|
|
27
|
+
case 0: break;
|
|
28
|
+
case 1:
|
|
29
|
+
{
|
|
30
|
+
let c = _rest[0];
|
|
31
|
+
let d = _rest[1];
|
|
32
|
+
let e = _rest[2];
|
|
33
|
+
this.a = c;
|
|
34
|
+
this.b = d;
|
|
35
|
+
this.c = e;
|
|
36
|
+
}
|
|
37
|
+
break;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
ValueTuple$3.$t = markStruct(ValueTuple$3, 'ValueTuple$3');
|
|
42
|
+
return ValueTuple$3;
|
|
43
|
+
})();
|
|
@@ -13,9 +13,10 @@ export let WebBadgeDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebBadgeDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.p = null;
|
|
17
|
+
this.l = false;
|
|
18
|
+
this.o = null;
|
|
17
19
|
this.k = false;
|
|
18
|
-
this.m = null;
|
|
19
20
|
}
|
|
20
21
|
get_type() {
|
|
21
22
|
return "WebBadge";
|
|
@@ -24,26 +25,33 @@ export let WebBadgeDescription = /*@__PURE__*/ (() => {
|
|
|
24
25
|
return this.get_type();
|
|
25
26
|
}
|
|
26
27
|
get variant() {
|
|
27
|
-
return this.
|
|
28
|
+
return this.p;
|
|
28
29
|
}
|
|
29
30
|
set variant(a) {
|
|
30
|
-
this.
|
|
31
|
+
this.p = a;
|
|
31
32
|
this.j("Variant");
|
|
32
33
|
}
|
|
33
34
|
get outlined() {
|
|
34
|
-
return this.
|
|
35
|
+
return this.l;
|
|
35
36
|
}
|
|
36
37
|
set outlined(a) {
|
|
37
|
-
this.
|
|
38
|
+
this.l = a;
|
|
38
39
|
this.j("Outlined");
|
|
39
40
|
}
|
|
40
41
|
get shape() {
|
|
41
|
-
return this.
|
|
42
|
+
return this.o;
|
|
42
43
|
}
|
|
43
44
|
set shape(a) {
|
|
44
|
-
this.
|
|
45
|
+
this.o = a;
|
|
45
46
|
this.j("Shape");
|
|
46
47
|
}
|
|
48
|
+
get dot() {
|
|
49
|
+
return this.k;
|
|
50
|
+
}
|
|
51
|
+
set dot(a) {
|
|
52
|
+
this.k = a;
|
|
53
|
+
this.j("Dot");
|
|
54
|
+
}
|
|
47
55
|
}
|
|
48
56
|
WebBadgeDescription.$t = markType(WebBadgeDescription, 'WebBadgeDescription', Description.$);
|
|
49
57
|
return WebBadgeDescription;
|
|
@@ -34,6 +34,7 @@ export let WebBadgeDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
34
34
|
a.item("Shape", "ExportedType:string:BadgeShape");
|
|
35
35
|
a.item("Shape@stringUnion", "WebComponents;React");
|
|
36
36
|
a.item("Shape@names", "Rounded;Square");
|
|
37
|
+
a.item("Dot", "Boolean");
|
|
37
38
|
}
|
|
38
39
|
static d(a) {
|
|
39
40
|
WebBadgeDescriptionMetadata.b(a);
|
|
@@ -23,7 +23,6 @@ import { WebFilteringExpressionsTreeDescriptionMetadata } from "./WebFilteringEx
|
|
|
23
23
|
import { WebPinningConfigDescriptionMetadata } from "./WebPinningConfigDescriptionMetadata";
|
|
24
24
|
import { WebFilteringStrategyDescriptionMetadata } from "./WebFilteringStrategyDescriptionMetadata";
|
|
25
25
|
import { WebGridSortingStrategyDescriptionMetadata } from "./WebGridSortingStrategyDescriptionMetadata";
|
|
26
|
-
import { WebGridMergeStrategyDescriptionMetadata } from "./WebGridMergeStrategyDescriptionMetadata";
|
|
27
26
|
import { WebSortingOptionsDescriptionMetadata } from "./WebSortingOptionsDescriptionMetadata";
|
|
28
27
|
import { WebSortingExpressionDescriptionMetadata } from "./WebSortingExpressionDescriptionMetadata";
|
|
29
28
|
import { WebOverlayOutletDirectiveDescriptionMetadata } from "./WebOverlayOutletDirectiveDescriptionMetadata";
|
|
@@ -276,7 +275,6 @@ export let WebGridBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
276
275
|
WebPinningConfigDescriptionMetadata.d(a);
|
|
277
276
|
WebFilteringStrategyDescriptionMetadata.d(a);
|
|
278
277
|
WebGridSortingStrategyDescriptionMetadata.d(a);
|
|
279
|
-
WebGridMergeStrategyDescriptionMetadata.d(a);
|
|
280
278
|
WebSortingOptionsDescriptionMetadata.d(a);
|
|
281
279
|
WebSortingExpressionDescriptionMetadata.d(a);
|
|
282
280
|
WebOverlayOutletDirectiveDescriptionMetadata.d(a);
|
|
@@ -400,7 +398,6 @@ export let WebGridBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
400
398
|
a.item("ShowSummaryOnCollapse", "Boolean");
|
|
401
399
|
a.item("FilterStrategy", "ExportedType:WebFilteringStrategy");
|
|
402
400
|
a.item("SortStrategy", "ExportedType:WebGridSortingStrategy");
|
|
403
|
-
a.item("MergeStrategy", "ExportedType:WebGridMergeStrategy");
|
|
404
401
|
a.item("SortingOptions", "ExportedType:WebSortingOptions");
|
|
405
402
|
a.item("SelectedRows", "Array:object");
|
|
406
403
|
a.item("HeadSelectorTemplateRef", "(w:HeadSelectorTemplate,p:HeadSelectorTemplate)TemplateRef::object");
|
|
@@ -414,7 +411,7 @@ export let WebGridBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
414
411
|
a.item("CellSelection@names", "None;Single;Multiple;MultipleCascade");
|
|
415
412
|
a.item("CellMergeMode", "ExportedType:string:GridCellMergeMode");
|
|
416
413
|
a.item("CellMergeMode@stringUnion", "WebComponents;React");
|
|
417
|
-
a.item("CellMergeMode@names", "Always
|
|
414
|
+
a.item("CellMergeMode@names", "OnSort;Always");
|
|
418
415
|
a.item("RowSelection", "ExportedType:string:GridSelectionMode");
|
|
419
416
|
a.item("RowSelection@stringUnion", "WebComponents;React");
|
|
420
417
|
a.item("RowSelection@names", "None;Single;Multiple;MultipleCascade");
|
|
@@ -13,10 +13,11 @@ export let WebCalendarBaseDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebCalendarBaseDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.t = null;
|
|
17
|
+
this.q = false;
|
|
18
|
+
this.u = null;
|
|
18
19
|
this.s = null;
|
|
19
|
-
this.
|
|
20
|
+
this.o = null;
|
|
20
21
|
this.l = null;
|
|
21
22
|
this.k = null;
|
|
22
23
|
}
|
|
@@ -27,33 +28,40 @@ export let WebCalendarBaseDescription = /*@__PURE__*/ (() => {
|
|
|
27
28
|
return this.get_type();
|
|
28
29
|
}
|
|
29
30
|
get selection() {
|
|
30
|
-
return this.
|
|
31
|
+
return this.t;
|
|
31
32
|
}
|
|
32
33
|
set selection(a) {
|
|
33
|
-
this.
|
|
34
|
+
this.t = a;
|
|
34
35
|
this.j("Selection");
|
|
35
36
|
}
|
|
36
37
|
get showWeekNumbers() {
|
|
37
|
-
return this.
|
|
38
|
+
return this.q;
|
|
38
39
|
}
|
|
39
40
|
set showWeekNumbers(a) {
|
|
40
|
-
this.
|
|
41
|
+
this.q = a;
|
|
41
42
|
this.j("ShowWeekNumbers");
|
|
42
43
|
}
|
|
43
44
|
get weekStart() {
|
|
44
|
-
return this.
|
|
45
|
+
return this.u;
|
|
45
46
|
}
|
|
46
47
|
set weekStart(a) {
|
|
47
|
-
this.
|
|
48
|
+
this.u = a;
|
|
48
49
|
this.j("WeekStart");
|
|
49
50
|
}
|
|
50
51
|
get locale() {
|
|
51
|
-
return this.
|
|
52
|
+
return this.s;
|
|
52
53
|
}
|
|
53
54
|
set locale(a) {
|
|
54
|
-
this.
|
|
55
|
+
this.s = a;
|
|
55
56
|
this.j("Locale");
|
|
56
57
|
}
|
|
58
|
+
get resourceStrings() {
|
|
59
|
+
return this.o;
|
|
60
|
+
}
|
|
61
|
+
set resourceStrings(a) {
|
|
62
|
+
this.o = a;
|
|
63
|
+
this.j("ResourceStrings");
|
|
64
|
+
}
|
|
57
65
|
get specialDates() {
|
|
58
66
|
return this.l;
|
|
59
67
|
}
|
|
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, String_$type, markType } from "./type";
|
|
8
8
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebCalendarResourceStringsDescriptionMetadata } from "./WebCalendarResourceStringsDescriptionMetadata";
|
|
9
10
|
import { DateRangeDescriptorDescriptionMetadata } from "./DateRangeDescriptorDescriptionMetadata";
|
|
10
11
|
import { WebCalendarBaseDescription } from "./WebCalendarBaseDescription";
|
|
11
12
|
/**
|
|
@@ -22,6 +23,7 @@ export let WebCalendarBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
22
23
|
return;
|
|
23
24
|
}
|
|
24
25
|
a.ad(WebCalendarBaseDescriptionMetadata.a);
|
|
26
|
+
WebCalendarResourceStringsDescriptionMetadata.d(a);
|
|
25
27
|
DateRangeDescriptorDescriptionMetadata.d(a);
|
|
26
28
|
}
|
|
27
29
|
static c(a) {
|
|
@@ -37,6 +39,7 @@ export let WebCalendarBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
37
39
|
a.item("WeekStart@stringUnion", "WebComponents;React");
|
|
38
40
|
a.item("WeekStart@names", "Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday");
|
|
39
41
|
a.item("Locale", "String");
|
|
42
|
+
a.item("ResourceStrings", "ExportedType:WebCalendarResourceStrings");
|
|
40
43
|
a.item("SpecialDates", "Array:DateRangeDescriptorDescription:IDateRangeDescriptor");
|
|
41
44
|
a.item("DisabledDates", "Array:DateRangeDescriptorDescription:IDateRangeDescriptor");
|
|
42
45
|
}
|
|
@@ -14,7 +14,7 @@ export let WebCalendarDescription = /*@__PURE__*/ (() => {
|
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
16
|
this.ai = new Date();
|
|
17
|
-
this.
|
|
17
|
+
this.z = null;
|
|
18
18
|
this.ah = new Date();
|
|
19
19
|
this.ae = false;
|
|
20
20
|
this.ad = false;
|
|
@@ -22,7 +22,6 @@ export let WebCalendarDescription = /*@__PURE__*/ (() => {
|
|
|
22
22
|
this.aq = null;
|
|
23
23
|
this.al = 0;
|
|
24
24
|
this.an = null;
|
|
25
|
-
this.z = null;
|
|
26
25
|
this.ab = null;
|
|
27
26
|
this.ao = null;
|
|
28
27
|
}
|
|
@@ -37,10 +36,10 @@ export let WebCalendarDescription = /*@__PURE__*/ (() => {
|
|
|
37
36
|
this.j("Value");
|
|
38
37
|
}
|
|
39
38
|
get values() {
|
|
40
|
-
return this.
|
|
39
|
+
return this.z;
|
|
41
40
|
}
|
|
42
41
|
set values(a) {
|
|
43
|
-
this.
|
|
42
|
+
this.z = a;
|
|
44
43
|
this.j("Values");
|
|
45
44
|
}
|
|
46
45
|
get activeDate() {
|
|
@@ -93,18 +92,11 @@ export let WebCalendarDescription = /*@__PURE__*/ (() => {
|
|
|
93
92
|
this.j("ActiveView");
|
|
94
93
|
}
|
|
95
94
|
get formatOptions() {
|
|
96
|
-
return this.z;
|
|
97
|
-
}
|
|
98
|
-
set formatOptions(a) {
|
|
99
|
-
this.z = a;
|
|
100
|
-
this.j("FormatOptions");
|
|
101
|
-
}
|
|
102
|
-
get resourceStrings() {
|
|
103
95
|
return this.ab;
|
|
104
96
|
}
|
|
105
|
-
set
|
|
97
|
+
set formatOptions(a) {
|
|
106
98
|
this.ab = a;
|
|
107
|
-
this.j("
|
|
99
|
+
this.j("FormatOptions");
|
|
108
100
|
}
|
|
109
101
|
get changeRef() {
|
|
110
102
|
return this.ao;
|
|
@@ -7,7 +7,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { Base, String_$type, markType } from "./type";
|
|
8
8
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
9
|
import { CalendarFormatOptionsDescriptionMetadata } from "./CalendarFormatOptionsDescriptionMetadata";
|
|
10
|
-
import { WebCalendarResourceStringsDescriptionMetadata } from "./WebCalendarResourceStringsDescriptionMetadata";
|
|
11
10
|
import { WebComponentDataValueChangedEventArgsDescriptionMetadata } from "./WebComponentDataValueChangedEventArgsDescriptionMetadata";
|
|
12
11
|
import { WebCalendarBaseDescriptionMetadata } from "./WebCalendarBaseDescriptionMetadata";
|
|
13
12
|
import { WebCalendarDescription } from "./WebCalendarDescription";
|
|
@@ -26,7 +25,6 @@ export let WebCalendarDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
26
25
|
}
|
|
27
26
|
a.ad(WebCalendarDescriptionMetadata.a);
|
|
28
27
|
CalendarFormatOptionsDescriptionMetadata.d(a);
|
|
29
|
-
WebCalendarResourceStringsDescriptionMetadata.d(a);
|
|
30
28
|
WebComponentDataValueChangedEventArgsDescriptionMetadata.d(a);
|
|
31
29
|
}
|
|
32
30
|
static c(a) {
|
|
@@ -51,7 +49,6 @@ export let WebCalendarDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
51
49
|
a.item("ActiveView@stringUnion", "WebComponents;React");
|
|
52
50
|
a.item("ActiveView@names", "Days;Months;Years");
|
|
53
51
|
a.item("FormatOptions", "ExportedType:CalendarFormatOptions");
|
|
54
|
-
a.item("ResourceStrings", "ExportedType:WebCalendarResourceStrings");
|
|
55
52
|
a.item("ChangeRef", "EventRef:ComponentDataValueChangedEventHandler:change");
|
|
56
53
|
a.item("ChangeRef@args", "ComponentDataValueChangedEventArgs");
|
|
57
54
|
}
|