igniteui-webcomponents-layouts 4.3.0 → 4.3.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.
@@ -8,6 +8,7 @@ import { Base, Number_$type, String_$type, typeCast, markType } from "igniteui-w
8
8
  import { DescriptionTreeNode } from "igniteui-webcomponents-core";
9
9
  import { JsonDictionaryObject } from "igniteui-webcomponents-core";
10
10
  import { List$1 } from "igniteui-webcomponents-core";
11
+ import { DescriptionPropertyValue } from "igniteui-webcomponents-core";
11
12
  import { DescriptionSerializerBuilder } from "igniteui-webcomponents-core";
12
13
  import { DescriptionSerializer } from "igniteui-webcomponents-core";
13
14
  import { stringSplit } from "igniteui-webcomponents-core";
@@ -121,6 +122,9 @@ export let PropertyEditorTreeTransformer = /*@__PURE__*/ (() => {
121
122
  }
122
123
  }
123
124
  else {
125
+ if (typeCast(DescriptionPropertyValue.$, c) !== null) {
126
+ c = c.b;
127
+ }
124
128
  let ai = c;
125
129
  ai.o(g, this.e(b, r), r);
126
130
  }
@@ -9,6 +9,7 @@ import { Base, Number_$type, String_$type, typeCast, markType } from "igniteui-w
9
9
  import { DescriptionTreeNode } from "igniteui-webcomponents-core";
10
10
  import { JsonDictionaryObject } from "igniteui-webcomponents-core";
11
11
  import { List$1 } from "igniteui-webcomponents-core";
12
+ import { DescriptionPropertyValue } from "igniteui-webcomponents-core";
12
13
  import { DescriptionSerializerBuilder } from "igniteui-webcomponents-core";
13
14
  import { DescriptionSerializer } from "igniteui-webcomponents-core";
14
15
  import { stringSplit } from "igniteui-webcomponents-core";
@@ -123,6 +124,9 @@ var PropertyEditorTreeTransformer = /** @class */ /*@__PURE__*/ (function (_supe
123
124
  }
124
125
  }
125
126
  else {
127
+ if (typeCast(DescriptionPropertyValue.$, c) !== null) {
128
+ c = c.b;
129
+ }
126
130
  var ai = c;
127
131
  ai.o(g, this.e(b, r), r);
128
132
  }
@@ -5,7 +5,7 @@
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
 
8
- import { Base, markType, EventArgs, ElevationHelper, NativeUI, AnimationKeyFrameEffect, KeyFrameAnimationFactory, runOn, BaseDOMEventProxy, BrushUtil, stringEmpty, PropertyChangedEventArgs, AnimationKeyFrameProperty, TranslateTransform, AnimationKeyFrameEffectTiming, INotifyPropertyChanged_$type, IgcHTMLElement, NamePatcher, PortalManager, WebComponentRenderer, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, delegateRemove, delegateCombine, TypeRegistrar, markEnum, enumGetBox, ObservableCollection$1, Dictionary$2, String_$type, stringEndsWith, stringSplit, List$1, stringContains, stringReplace, typeCast, IgCollection, SyncableObservableCollection$2, SyncableObservableCollection$1, ensureEnum, enumToString, DescriptionTreeNode, JsonDictionaryObject, Number_$type, stringJoin, DescriptionSerializerBuilder, DescriptionSerializer, FontInfo, Size, DOMExecutionContext, RenderingContext, CanvasViewRenderer, NativeUIComponent, FontUtil, SRProvider, DeviceUtils, NativeUIInputsFactory, fromEn, LocalDataSource, ComponentRenderer, fromEnum, Thickness, HashSet$1, isNaN_, tryParseNumber, stringIsNullOrEmpty, tryParseBool, typeGetValue, truncate, NotifyCollectionChangedAction, CollectionAdapter, FastIterationDictionary$2, Stack$1, IDataSource_$type, IDataSourceUpdateNotifier_$type, Type, INativeUIElementBridge_$type, INativeUIElementFactory_$type, EnumUtil, BaseControlTheme_$type, Popup, Rect, ToolCommandArgument, Visibility_$type, isPositiveInfinity, ToolCommand, CSSColorUtil, ToolActionType_$type, SvgIconRegistry, DelayManager, NativeUIWindow, NativeUIIconButton, BrushUtilCore, CornerRadius, Queue$1, MatrixTransform, fromSize, ICommandStateChangedListener_$type } from 'igniteui-webcomponents-core';
8
+ import { Base, markType, EventArgs, ElevationHelper, NativeUI, AnimationKeyFrameEffect, KeyFrameAnimationFactory, runOn, BaseDOMEventProxy, BrushUtil, stringEmpty, PropertyChangedEventArgs, AnimationKeyFrameProperty, TranslateTransform, AnimationKeyFrameEffectTiming, INotifyPropertyChanged_$type, IgcHTMLElement, NamePatcher, PortalManager, WebComponentRenderer, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, delegateRemove, delegateCombine, TypeRegistrar, markEnum, enumGetBox, ObservableCollection$1, Dictionary$2, String_$type, stringEndsWith, stringSplit, List$1, stringContains, stringReplace, typeCast, IgCollection, SyncableObservableCollection$2, SyncableObservableCollection$1, ensureEnum, enumToString, DescriptionTreeNode, JsonDictionaryObject, Number_$type, stringJoin, DescriptionPropertyValue, DescriptionSerializerBuilder, DescriptionSerializer, FontInfo, Size, DOMExecutionContext, RenderingContext, CanvasViewRenderer, NativeUIComponent, FontUtil, SRProvider, DeviceUtils, NativeUIInputsFactory, fromEn, LocalDataSource, ComponentRenderer, fromEnum, Thickness, HashSet$1, isNaN_, tryParseNumber, stringIsNullOrEmpty, tryParseBool, typeGetValue, truncate, NotifyCollectionChangedAction, CollectionAdapter, FastIterationDictionary$2, Stack$1, IDataSource_$type, IDataSourceUpdateNotifier_$type, Type, INativeUIElementBridge_$type, INativeUIElementFactory_$type, EnumUtil, BaseControlTheme_$type, Popup, Rect, ToolCommandArgument, Visibility_$type, isPositiveInfinity, ToolCommand, CSSColorUtil, ToolActionType_$type, SvgIconRegistry, DelayManager, NativeUIWindow, NativeUIIconButton, BrushUtilCore, CornerRadius, Queue$1, MatrixTransform, fromSize, ICommandStateChangedListener_$type } from 'igniteui-webcomponents-core';
9
9
  import { XComponentBridge, NativeUIXInputsFactory, IgcXInputGroupModule, IgcXCheckboxModule, IgcXButtonModule, IgcXIconModule } from 'igniteui-webcomponents-inputs';
10
10
 
11
11
  /*
@@ -3014,6 +3014,9 @@ let PropertyEditorTreeTransformer = /*@__PURE__*/ (() => {
3014
3014
  }
3015
3015
  }
3016
3016
  else {
3017
+ if (typeCast(DescriptionPropertyValue.$, c) !== null) {
3018
+ c = c.b;
3019
+ }
3017
3020
  let ai = c;
3018
3021
  ai.o(g, this.e(b, r), r);
3019
3022
  }
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import { __extends, __spreadArray, __read, __values } from 'tslib';
9
- import { markType, Base, EventArgs, ElevationHelper, NativeUI, AnimationKeyFrameEffect, KeyFrameAnimationFactory, runOn, BaseDOMEventProxy, BrushUtil, stringEmpty, PropertyChangedEventArgs, AnimationKeyFrameProperty, TranslateTransform, AnimationKeyFrameEffectTiming, INotifyPropertyChanged_$type, NamePatcher, PortalManager, WebComponentRenderer, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, delegateRemove, delegateCombine, IgcHTMLElement, TypeRegistrar, markEnum, enumGetBox, ObservableCollection$1, Dictionary$2, String_$type, stringEndsWith, stringSplit, List$1, stringContains, stringReplace, typeCast, SyncableObservableCollection$2, IgCollection, SyncableObservableCollection$1, ensureEnum, enumToString, DescriptionTreeNode, JsonDictionaryObject, Number_$type, stringJoin, DescriptionSerializerBuilder, DescriptionSerializer, FontInfo, Size, DOMExecutionContext, RenderingContext, CanvasViewRenderer, NativeUIComponent, FontUtil, DeviceUtils, NativeUIInputsFactory, SRProvider, fromEn, LocalDataSource, ComponentRenderer, fromEnum, Thickness, HashSet$1, isNaN_, tryParseNumber, stringIsNullOrEmpty, tryParseBool, typeGetValue, truncate, CollectionAdapter, NotifyCollectionChangedAction, FastIterationDictionary$2, Stack$1, IDataSource_$type, IDataSourceUpdateNotifier_$type, Type, INativeUIElementBridge_$type, INativeUIElementFactory_$type, EnumUtil, BaseControlTheme_$type, Popup, Rect, ToolCommandArgument, Visibility_$type, isPositiveInfinity, ToolCommand, CSSColorUtil, ToolActionType_$type, SvgIconRegistry, DelayManager, NativeUIWindow, NativeUIIconButton, BrushUtilCore, CornerRadius, Queue$1, MatrixTransform, fromSize, ICommandStateChangedListener_$type } from 'igniteui-webcomponents-core';
9
+ import { markType, Base, EventArgs, ElevationHelper, NativeUI, AnimationKeyFrameEffect, KeyFrameAnimationFactory, runOn, BaseDOMEventProxy, BrushUtil, stringEmpty, PropertyChangedEventArgs, AnimationKeyFrameProperty, TranslateTransform, AnimationKeyFrameEffectTiming, INotifyPropertyChanged_$type, NamePatcher, PortalManager, WebComponentRenderer, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, delegateRemove, delegateCombine, IgcHTMLElement, TypeRegistrar, markEnum, enumGetBox, ObservableCollection$1, Dictionary$2, String_$type, stringEndsWith, stringSplit, List$1, stringContains, stringReplace, typeCast, SyncableObservableCollection$2, IgCollection, SyncableObservableCollection$1, ensureEnum, enumToString, DescriptionTreeNode, JsonDictionaryObject, Number_$type, stringJoin, DescriptionPropertyValue, DescriptionSerializerBuilder, DescriptionSerializer, FontInfo, Size, DOMExecutionContext, RenderingContext, CanvasViewRenderer, NativeUIComponent, FontUtil, DeviceUtils, NativeUIInputsFactory, SRProvider, fromEn, LocalDataSource, ComponentRenderer, fromEnum, Thickness, HashSet$1, isNaN_, tryParseNumber, stringIsNullOrEmpty, tryParseBool, typeGetValue, truncate, CollectionAdapter, NotifyCollectionChangedAction, FastIterationDictionary$2, Stack$1, IDataSource_$type, IDataSourceUpdateNotifier_$type, Type, INativeUIElementBridge_$type, INativeUIElementFactory_$type, EnumUtil, BaseControlTheme_$type, Popup, Rect, ToolCommandArgument, Visibility_$type, isPositiveInfinity, ToolCommand, CSSColorUtil, ToolActionType_$type, SvgIconRegistry, DelayManager, NativeUIWindow, NativeUIIconButton, BrushUtilCore, CornerRadius, Queue$1, MatrixTransform, fromSize, ICommandStateChangedListener_$type } from 'igniteui-webcomponents-core';
10
10
  import { XComponentBridge, NativeUIXInputsFactory, IgcXInputGroupModule, IgcXCheckboxModule, IgcXButtonModule, IgcXIconModule } from 'igniteui-webcomponents-inputs';
11
11
 
12
12
  /*
@@ -3502,6 +3502,9 @@ var PropertyEditorTreeTransformer = /** @class */ /*@__PURE__*/ (function (_supe
3502
3502
  }
3503
3503
  }
3504
3504
  else {
3505
+ if (typeCast(DescriptionPropertyValue.$, c) !== null) {
3506
+ c = c.b;
3507
+ }
3505
3508
  var ai = c;
3506
3509
  ai.o(g, this.e(b, r), r);
3507
3510
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-layouts",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Ignite UI WebComponents layout components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-layouts",
6
6
  "keywords": [
@@ -14,8 +14,8 @@
14
14
  "tslib": "^2.3.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "igniteui-webcomponents-core": "4.3.0",
18
- "igniteui-webcomponents-inputs": "4.3.0"
17
+ "igniteui-webcomponents-core": "4.3.1",
18
+ "igniteui-webcomponents-inputs": "4.3.1"
19
19
  },
20
20
  "sideEffects": false,
21
21
  "typings": "igniteui-webcomponents-layouts.d.ts",