igniteui-webcomponents-layouts 1.4.2 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +4546 -141
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ExpansionPanelView_combined.js +23 -23
  4. package/esm2015/lib/HorizontalPropertyEditorPanelDataSource.js +24 -0
  5. package/esm2015/lib/PropertyEditorDataSource.js +7 -0
  6. package/esm2015/lib/PropertyEditorDescriptionObject.js +7 -0
  7. package/esm2015/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
  8. package/esm2015/lib/PropertyEditorPanel.js +7 -0
  9. package/esm2015/lib/PropertyEditorPanelColumnDefinition.js +55 -0
  10. package/esm2015/lib/PropertyEditorPanelColumnFieldType.js +11 -0
  11. package/esm2015/lib/PropertyEditorPanelColumnType.js +11 -0
  12. package/esm2015/lib/PropertyEditorPanelDataBindingEventArgs.js +22 -0
  13. package/esm2015/lib/PropertyEditorPanelDropDownDataListItem.js +21 -0
  14. package/esm2015/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +22 -0
  15. package/esm2015/lib/PropertyEditorPanelView.js +7 -0
  16. package/esm2015/lib/PropertyEditorPanelView_combined.js +1667 -0
  17. package/esm2015/lib/PropertyEditorPropertyDescription.js +7 -0
  18. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +16 -0
  19. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +26 -0
  20. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
  21. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +40 -0
  22. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +522 -0
  23. package/esm2015/lib/PropertyEditorTreeTransformer.js +207 -0
  24. package/esm2015/lib/PropertyEditorValueType.js +36 -0
  25. package/esm2015/lib/{ExpansionPanel.js → XExpansionPanel.js} +1 -1
  26. package/esm2015/lib/igc-horizontal-property-editor-panel-data-source.js +48 -0
  27. package/esm2015/lib/igc-property-editor-data-source.js +39 -0
  28. package/esm2015/lib/igc-property-editor-description-object-collection.js +48 -0
  29. package/esm2015/lib/igc-property-editor-description-object.js +70 -0
  30. package/esm2015/lib/igc-property-editor-panel-component.js +446 -0
  31. package/esm2015/lib/igc-property-editor-panel-module.js +19 -0
  32. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +24 -0
  33. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +30 -0
  34. package/esm2015/lib/igc-property-editor-property-description-collection.js +48 -0
  35. package/esm2015/lib/igc-property-editor-property-description-component.js +407 -0
  36. package/esm2015/lib/igc-property-editor-property-description-module.js +16 -0
  37. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +42 -0
  38. package/esm2015/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +16 -16
  39. package/esm2015/lib/{igc-expansion-panel-module.js → igc-x-expansion-panel-module.js} +7 -7
  40. package/esm2015/public_api.js +34 -3
  41. package/esm5/lib/ExpansionPanelView_combined.js +71 -71
  42. package/esm5/lib/HorizontalPropertyEditorPanelDataSource.js +26 -0
  43. package/esm5/lib/PropertyEditorDataSource.js +7 -0
  44. package/esm5/lib/PropertyEditorDescriptionObject.js +7 -0
  45. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
  46. package/esm5/lib/PropertyEditorPanel.js +7 -0
  47. package/esm5/lib/PropertyEditorPanelColumnDefinition.js +57 -0
  48. package/esm5/lib/PropertyEditorPanelColumnFieldType.js +11 -0
  49. package/esm5/lib/PropertyEditorPanelColumnType.js +11 -0
  50. package/esm5/lib/PropertyEditorPanelDataBindingEventArgs.js +24 -0
  51. package/esm5/lib/PropertyEditorPanelDropDownDataListItem.js +23 -0
  52. package/esm5/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +24 -0
  53. package/esm5/lib/PropertyEditorPanelView.js +7 -0
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +1817 -0
  55. package/esm5/lib/PropertyEditorPropertyDescription.js +7 -0
  56. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +20 -0
  57. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +32 -0
  58. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
  59. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +54 -0
  60. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +605 -0
  61. package/esm5/lib/PropertyEditorTreeTransformer.js +209 -0
  62. package/esm5/lib/PropertyEditorValueType.js +36 -0
  63. package/esm5/lib/{ExpansionPanel.js → XExpansionPanel.js} +1 -1
  64. package/esm5/lib/igc-horizontal-property-editor-panel-data-source.js +53 -0
  65. package/esm5/lib/igc-property-editor-data-source.js +53 -0
  66. package/esm5/lib/igc-property-editor-description-object-collection.js +53 -0
  67. package/esm5/lib/igc-property-editor-description-object.js +84 -0
  68. package/esm5/lib/igc-property-editor-panel-component.js +546 -0
  69. package/esm5/lib/igc-property-editor-panel-module.js +23 -0
  70. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
  71. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +40 -0
  72. package/esm5/lib/igc-property-editor-property-description-collection.js +53 -0
  73. package/esm5/lib/igc-property-editor-property-description-component.js +500 -0
  74. package/esm5/lib/igc-property-editor-property-description-module.js +20 -0
  75. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +60 -0
  76. package/esm5/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +62 -62
  77. package/esm5/lib/igc-x-expansion-panel-module.js +21 -0
  78. package/esm5/public_api.js +34 -3
  79. package/fesm2015/igniteui-webcomponents-layouts.js +3915 -45
  80. package/fesm5/igniteui-webcomponents-layouts.js +4513 -140
  81. package/lib/ExpansionPanelView_combined.d.ts +3 -3
  82. package/lib/HorizontalPropertyEditorPanelDataSource.d.ts +10 -0
  83. package/lib/PropertyEditorDataSource.d.ts +1 -0
  84. package/lib/PropertyEditorDescriptionObject.d.ts +1 -0
  85. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
  86. package/lib/PropertyEditorPanel.d.ts +1 -0
  87. package/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
  88. package/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
  89. package/lib/PropertyEditorPanelColumnType.d.ts +12 -0
  90. package/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
  91. package/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
  92. package/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
  93. package/lib/PropertyEditorPanelView.d.ts +1 -0
  94. package/lib/PropertyEditorPanelView_combined.d.ts +211 -0
  95. package/lib/PropertyEditorPropertyDescription.d.ts +1 -0
  96. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
  97. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +9 -0
  98. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
  99. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +13 -0
  100. package/lib/PropertyEditorPropertyDescription_combined.d.ts +98 -0
  101. package/lib/PropertyEditorTreeTransformer.d.ts +17 -0
  102. package/lib/PropertyEditorValueType.d.ts +29 -0
  103. package/lib/XExpansionPanel.d.ts +1 -0
  104. package/lib/igc-horizontal-property-editor-panel-data-source.d.ts +8 -0
  105. package/lib/igc-property-editor-data-source.d.ts +16 -0
  106. package/lib/igc-property-editor-description-object-collection.d.ts +8 -0
  107. package/lib/igc-property-editor-description-object.d.ts +17 -0
  108. package/lib/igc-property-editor-panel-component.d.ts +101 -0
  109. package/lib/igc-property-editor-panel-module.d.ts +3 -0
  110. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
  111. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +13 -0
  112. package/lib/igc-property-editor-property-description-collection.d.ts +8 -0
  113. package/lib/igc-property-editor-property-description-component.d.ts +70 -0
  114. package/lib/igc-property-editor-property-description-module.d.ts +3 -0
  115. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +15 -0
  116. package/lib/{igc-expansion-panel-component.d.ts → igc-x-expansion-panel-component.d.ts} +7 -7
  117. package/lib/igc-x-expansion-panel-module.d.ts +3 -0
  118. package/package.json +4 -4
  119. package/public_api.d.ts +34 -3
  120. package/esm5/lib/igc-expansion-panel-module.js +0 -21
  121. package/lib/ExpansionPanel.d.ts +0 -1
  122. package/lib/igc-expansion-panel-module.d.ts +0 -3
@@ -23,7 +23,7 @@ export declare class ExpansionPanelView extends Base {
23
23
  private static readonly t;
24
24
  private static readonly s;
25
25
  protected readonly r: DomWrapper;
26
- protected readonly h: ExpansionPanel;
26
+ protected readonly h: XExpansionPanel;
27
27
  protected readonly k: DomRenderer;
28
28
  protected ab(): void;
29
29
  aj(): void;
@@ -40,7 +40,7 @@ export declare class ExpansionPanelView extends Base {
40
40
  private ah;
41
41
  private ai;
42
42
  protected y(a: DomWrapper): void;
43
- z(a: ExpansionPanel): void;
43
+ z(a: XExpansionPanel): void;
44
44
  aa(): void;
45
45
  af(a: any): void;
46
46
  v(a: DomWrapper): void;
@@ -52,7 +52,7 @@ export declare class ExpansionPanelView extends Base {
52
52
  /**
53
53
  * @hidden
54
54
  */
55
- export declare class ExpansionPanel extends Base implements INotifyPropertyChanged {
55
+ export declare class XExpansionPanel extends Base implements INotifyPropertyChanged {
56
56
  static $t: Type;
57
57
  private c;
58
58
  constructor();
@@ -0,0 +1,10 @@
1
+ import { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class HorizontalPropertyEditorPanelDataSource extends PropertyEditorPropertyDescriptionCollection {
7
+ static $t: Type;
8
+ constructor(a: PropertyEditorPropertyDescriptionCollection);
9
+ ae: PropertyEditorPropertyDescriptionCollection;
10
+ }
@@ -0,0 +1 @@
1
+ export { PropertyEditorDataSource } from "./PropertyEditorPropertyDescription_combined";
@@ -0,0 +1 @@
1
+ export { PropertyEditorDescriptionObject } from "./PropertyEditorPropertyDescription_combined";
@@ -0,0 +1 @@
1
+ export { PropertyEditorDescriptionObjectCollection } from "./PropertyEditorPropertyDescription_combined";
@@ -0,0 +1 @@
1
+ export { PropertyEditorPanel } from "./PropertyEditorPanelView_combined";
@@ -0,0 +1,22 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { PropertyEditorPanelColumnType } from "./PropertyEditorPanelColumnType";
3
+ import { PropertyEditorPanelColumnFieldType } from "./PropertyEditorPanelColumnFieldType";
4
+ import { PropertyEditorPanelTemplateCellUpdatingEventArgs } from "./PropertyEditorPanelTemplateCellUpdatingEventArgs";
5
+ import { PropertyEditorPanelDataBindingEventArgs } from "./PropertyEditorPanelDataBindingEventArgs";
6
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare class PropertyEditorPanelColumnDefinition extends Base {
11
+ static $t: Type;
12
+ b: PropertyEditorPanelColumnType;
13
+ f: number;
14
+ g: number;
15
+ a: PropertyEditorPanelColumnFieldType;
16
+ h: number;
17
+ j: string;
18
+ cellUpdating: (sender: any, args: PropertyEditorPanelTemplateCellUpdatingEventArgs) => void;
19
+ dataBinding: (sender: any, args: PropertyEditorPanelDataBindingEventArgs) => void;
20
+ i(a: any, b: number, c: any): any;
21
+ e(a: NativeUIComponent, b: number, c: any): NativeUIComponent;
22
+ }
@@ -0,0 +1,12 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum PropertyEditorPanelColumnFieldType {
6
+ PropertyPath = 0,
7
+ ValueType = 1
8
+ }
9
+ /**
10
+ * @hidden
11
+ */
12
+ export declare let PropertyEditorPanelColumnFieldType_$type: Type;
@@ -0,0 +1,12 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum PropertyEditorPanelColumnType {
6
+ Label = 0,
7
+ Value = 1
8
+ }
9
+ /**
10
+ * @hidden
11
+ */
12
+ export declare let PropertyEditorPanelColumnType_$type: Type;
@@ -0,0 +1,10 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class PropertyEditorPanelDataBindingEventArgs extends Base {
6
+ static $t: Type;
7
+ a: number;
8
+ c: any;
9
+ b: any;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class PropertyEditorPanelDropDownDataListItem extends Base {
6
+ static $t: Type;
7
+ Name: string;
8
+ Value: string;
9
+ }
@@ -0,0 +1,11 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class PropertyEditorPanelTemplateCellUpdatingEventArgs extends Base {
7
+ static $t: Type;
8
+ b: number;
9
+ c: any;
10
+ a: NativeUIComponent;
11
+ }
@@ -0,0 +1 @@
1
+ export { PropertyEditorPanelView } from "./PropertyEditorPanelView_combined";
@@ -0,0 +1,211 @@
1
+ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
2
+ import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
3
+ import { RenderingContext } from "igniteui-webcomponents-core";
4
+ import { FontInfo } from "igniteui-webcomponents-core";
5
+ import { Size } from "igniteui-webcomponents-core";
6
+ import { NativeUIGrid } from "igniteui-webcomponents-core";
7
+ import { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
8
+ import { IDataSource } from "igniteui-webcomponents-core";
9
+ import { IExecutionContext } from "igniteui-webcomponents-core";
10
+ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
11
+ import { PropertyEditorPanelColumnDefinition } from "./PropertyEditorPanelColumnDefinition";
12
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
13
+ import { ComponentRenderer } from "igniteui-webcomponents-core";
14
+ import { Brush } from "igniteui-webcomponents-core";
15
+ /**
16
+ * @hidden
17
+ */
18
+ export declare class PropertyEditorPanelView extends Base {
19
+ static $t: Type;
20
+ private n;
21
+ private m;
22
+ constructor();
23
+ p(): any;
24
+ a: PropertyEditorPanel;
25
+ v(): void;
26
+ i: DomRenderer;
27
+ l: DomWrapper;
28
+ e: RenderingContext;
29
+ k: DomWrapper;
30
+ t(a: DomRenderer): void;
31
+ y(): void;
32
+ x(): void;
33
+ s(): void;
34
+ z(): void;
35
+ private b;
36
+ private aa;
37
+ private c;
38
+ private _gridExternal;
39
+ d(): FontInfo;
40
+ u(): void;
41
+ w(): void;
42
+ r(): void;
43
+ g(): number;
44
+ h(a: string): number;
45
+ f: boolean;
46
+ private j;
47
+ q(a: any, b: (arg1: any) => void): void;
48
+ }
49
+ /**
50
+ * @hidden
51
+ */
52
+ export declare class PropertyEditorPanel extends Base implements INotifyPropertyChanged {
53
+ static $t: Type;
54
+ private l;
55
+ v: NativeUIGrid;
56
+ private r;
57
+ private y;
58
+ private z;
59
+ private w;
60
+ private readonly x;
61
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
62
+ constructor();
63
+ private dx;
64
+ private dt;
65
+ private dj;
66
+ private af;
67
+ notifySizeChanged(): void;
68
+ dh(a: NativeUIGrid, b: any): void;
69
+ destroy(): void;
70
+ provideContainer(a: DomRenderer): void;
71
+ ds(a: string): void;
72
+ private n;
73
+ actualProperties: PropertyEditorPropertyDescriptionCollection;
74
+ private o;
75
+ properties: PropertyEditorPropertyDescriptionCollection;
76
+ private bk;
77
+ bp: number;
78
+ private aq;
79
+ ar: number;
80
+ private s;
81
+ t: FontInfo;
82
+ u(): FontInfo;
83
+ private br;
84
+ c: IDataSource;
85
+ protected du(a: string, b: any, c: any): void;
86
+ protected dy(a: string, b: any, c: any): void;
87
+ private aj;
88
+ private an;
89
+ j: IExecutionContext;
90
+ private ae;
91
+ private d0;
92
+ private cj;
93
+ private dw;
94
+ ap: ObservableCollection$1<PropertyEditorPanelColumnDefinition>;
95
+ d2(): void;
96
+ private bj;
97
+ private cg;
98
+ ea(): Size;
99
+ private bm;
100
+ private d1;
101
+ private cl;
102
+ private dl;
103
+ private a5;
104
+ private bi;
105
+ private a8;
106
+ private aw;
107
+ private bf;
108
+ private bh;
109
+ private bg;
110
+ private be;
111
+ private bd;
112
+ private bc;
113
+ private bb;
114
+ private ba;
115
+ private a7;
116
+ private a6;
117
+ private a4;
118
+ private a2;
119
+ private a3;
120
+ private a1;
121
+ private az;
122
+ private a0;
123
+ private ay;
124
+ private au;
125
+ private av;
126
+ private at;
127
+ private ax;
128
+ private as;
129
+ private a9;
130
+ private b5;
131
+ private dk;
132
+ private ck;
133
+ private dg;
134
+ private df;
135
+ private de;
136
+ private dc;
137
+ private db;
138
+ private da;
139
+ private c9;
140
+ private c7;
141
+ private c6;
142
+ private cq;
143
+ private cp;
144
+ private cm;
145
+ private cr;
146
+ private co;
147
+ private cn;
148
+ private cw;
149
+ private dd;
150
+ private d3;
151
+ private c3;
152
+ private b;
153
+ private a;
154
+ private ch;
155
+ private di;
156
+ private cd;
157
+ private bt;
158
+ private ad;
159
+ private dv;
160
+ private al;
161
+ private ak;
162
+ private ao;
163
+ private b4;
164
+ private c2;
165
+ private c8;
166
+ private c5;
167
+ private c4;
168
+ private c1;
169
+ private c0;
170
+ private cy;
171
+ private cz;
172
+ private cx;
173
+ private cu;
174
+ private cv;
175
+ private ct;
176
+ private m;
177
+ private am;
178
+ private bn;
179
+ private cf;
180
+ private cs;
181
+ dq(a: number, b: any, c: any): void;
182
+ dm(): void;
183
+ dn(a: number, b: any): void;
184
+ dp(a: number, b: any): void;
185
+ private f;
186
+ h: TypeDescriptionContext;
187
+ private g;
188
+ i: TypeDescriptionContext;
189
+ private d;
190
+ e: ComponentRenderer;
191
+ private bq;
192
+ bs: any;
193
+ private bu;
194
+ b2: string;
195
+ private aa;
196
+ ag: boolean;
197
+ private ac;
198
+ ai: boolean;
199
+ private ab;
200
+ ah: boolean;
201
+ static d7: Brush;
202
+ private d4;
203
+ d6: Brush;
204
+ static d8: Brush;
205
+ d5: Brush;
206
+ d9: Brush;
207
+ private bo;
208
+ private bl;
209
+ private k;
210
+ private ce;
211
+ }
@@ -0,0 +1 @@
1
+ export { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription_combined";
@@ -0,0 +1,7 @@
1
+ import { EventArgs, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class PropertyEditorPropertyDescriptionButtonClickEventArgs extends EventArgs {
6
+ static $t: Type;
7
+ }
@@ -0,0 +1,9 @@
1
+ import { EventArgs, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class PropertyEditorPropertyDescriptionChangedEventArgs extends EventArgs {
6
+ static $t: Type;
7
+ private _newValue;
8
+ newValue: any;
9
+ }
@@ -0,0 +1 @@
1
+ export { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescription_combined";
@@ -0,0 +1,13 @@
1
+ import { EventArgs, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs extends EventArgs {
6
+ static $t: Type;
7
+ private _target;
8
+ target: any;
9
+ private _value;
10
+ value: any;
11
+ private _propertyPath;
12
+ propertyPath: string;
13
+ }
@@ -0,0 +1,98 @@
1
+ import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "igniteui-webcomponents-core";
2
+ import { PropertyEditorValueType } from "./PropertyEditorValueType";
3
+ import { PropertyEditorPropertyDescriptionButtonClickEventArgs } from "./PropertyEditorPropertyDescriptionButtonClickEventArgs";
4
+ import { PropertyEditorPropertyDescriptionChangedEventArgs } from "./PropertyEditorPropertyDescriptionChangedEventArgs";
5
+ import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
6
+ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
7
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export declare class PropertyEditorPropertyDescription extends Base implements INotifyPropertyChanged {
12
+ static $t: Type;
13
+ private ah;
14
+ al: string;
15
+ private af;
16
+ aj: string;
17
+ private m;
18
+ n: PropertyEditorValueType;
19
+ private ag;
20
+ ak: string;
21
+ private o;
22
+ q: boolean;
23
+ private ae;
24
+ ai: string;
25
+ private a;
26
+ c: string[];
27
+ private b;
28
+ d: string[];
29
+ private ab;
30
+ ad: any;
31
+ private u;
32
+ z: number;
33
+ private r;
34
+ w: number;
35
+ private s;
36
+ x: number;
37
+ private t;
38
+ y: number;
39
+ private v;
40
+ aa: number;
41
+ private f;
42
+ g: PropertyEditorDescriptionObject;
43
+ private h;
44
+ i: PropertyEditorDescriptionObjectCollection;
45
+ e: PropertyEditorDataSource;
46
+ private ao;
47
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
48
+ p(a: PropertyEditorPropertyDescription): boolean;
49
+ ac(a: string, b: boolean): any;
50
+ an(): void;
51
+ am(): void;
52
+ buttonClicked: (sender: any, args: PropertyEditorPropertyDescriptionButtonClickEventArgs) => void;
53
+ changed: (sender: any, args: PropertyEditorPropertyDescriptionChangedEventArgs) => void;
54
+ targetPropertyUpdating: (sender: any, args: PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs) => void;
55
+ ap(a: string, b: any, c: any): void;
56
+ }
57
+ /**
58
+ * @hidden
59
+ */
60
+ export declare class PropertyEditorPropertyDescriptionCollection extends ObservableCollection$1<PropertyEditorPropertyDescription> {
61
+ static $t: Type;
62
+ constructor();
63
+ }
64
+ /**
65
+ * @hidden
66
+ */
67
+ export declare class PropertyEditorDataSource extends Base implements INotifyPropertyChanged {
68
+ static $t: Type;
69
+ private i;
70
+ l: string;
71
+ private a;
72
+ b: TypeDescriptionContext;
73
+ private f;
74
+ g: PropertyEditorPropertyDescriptionCollection;
75
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
76
+ protected n(a: string, b: any, c: any): void;
77
+ protected o(a: string, b: any, c: any): void;
78
+ private e;
79
+ private h;
80
+ private p;
81
+ d(a: string, b: boolean): PropertyEditorPropertyDescription;
82
+ private c;
83
+ }
84
+ /**
85
+ * @hidden
86
+ */
87
+ export declare class PropertyEditorDescriptionObject extends Base {
88
+ static $t: Type;
89
+ b: string;
90
+ a: PropertyEditorPropertyDescriptionCollection;
91
+ }
92
+ /**
93
+ * @hidden
94
+ */
95
+ export declare class PropertyEditorDescriptionObjectCollection extends ObservableCollection$1<PropertyEditorDescriptionObject> {
96
+ static $t: Type;
97
+ constructor();
98
+ }
@@ -0,0 +1,17 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class PropertyEditorTreeTransformer extends Base {
7
+ static $t: Type;
8
+ private a;
9
+ private b;
10
+ constructor(a: TypeDescriptionContext, b: string);
11
+ h(a: string, b: any, c: string): void;
12
+ private c;
13
+ private f;
14
+ private e;
15
+ private d;
16
+ g(): string;
17
+ }
@@ -0,0 +1,29 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ export declare enum PropertyEditorValueType {
3
+ Unhandled = 0,
4
+ Number = 1,
5
+ StringValue = 2,
6
+ Date = 3,
7
+ Brush = 4,
8
+ Color = 5,
9
+ BrushCollection = 6,
10
+ boolean1 = 7,
11
+ SubType = 8,
12
+ Collection = 9,
13
+ Array = 10,
14
+ Point = 11,
15
+ Size = 12,
16
+ Rect = 13,
17
+ ColorCollection = 14,
18
+ EnumValue = 15,
19
+ MethodRef = 16,
20
+ EventRef = 17,
21
+ DataRef = 18,
22
+ TimeSpan = 19,
23
+ Button = 20,
24
+ Slider = 21
25
+ }
26
+ /**
27
+ * @hidden
28
+ */
29
+ export declare let PropertyEditorValueType_$type: Type;
@@ -0,0 +1 @@
1
+ export { XExpansionPanel } from "./ExpansionPanelView_combined";
@@ -0,0 +1,8 @@
1
+ import { IgCollection } from "igniteui-webcomponents-core";
2
+ import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
3
+ import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from './PropertyEditorPropertyDescription';
4
+ import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
5
+ export declare class IgcHorizontalPropertyEditorPanelDataSource extends IgCollection<IgcPropertyEditorPropertyDescriptionComponent, PropertyEditorPropertyDescription_internal> {
6
+ constructor(list?: IgcPropertyEditorPropertyDescriptionComponent[]);
7
+ protected _createInnerColl(): SyncableObservableCollection$2<IgcPropertyEditorPropertyDescriptionComponent, PropertyEditorPropertyDescription_internal>;
8
+ }
@@ -0,0 +1,16 @@
1
+ import { PropertyEditorDataSource as PropertyEditorDataSource_internal } from "./PropertyEditorDataSource";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ export declare class IgcPropertyEditorDataSource {
4
+ protected createImplementation(): PropertyEditorDataSource_internal;
5
+ protected _implementation: any;
6
+ /**
7
+ * @hidden
8
+ */
9
+ readonly i: PropertyEditorDataSource_internal;
10
+ private onImplementationCreated;
11
+ constructor();
12
+ protected _provideImplementation(i: any): void;
13
+ descriptionType: string;
14
+ context: TypeDescriptionContext;
15
+ findByName(name: string): any;
16
+ }
@@ -0,0 +1,8 @@
1
+ import { IgCollection } from "igniteui-webcomponents-core";
2
+ import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
3
+ import { PropertyEditorDescriptionObject as PropertyEditorDescriptionObject_internal } from './PropertyEditorDescriptionObject';
4
+ import { IgcPropertyEditorDescriptionObject as IgcPropertyEditorDescriptionObject } from './igc-property-editor-description-object';
5
+ export declare class IgcPropertyEditorDescriptionObjectCollection extends IgCollection<IgcPropertyEditorDescriptionObject, PropertyEditorDescriptionObject_internal> {
6
+ constructor(list?: IgcPropertyEditorDescriptionObject[]);
7
+ protected _createInnerColl(): SyncableObservableCollection$2<IgcPropertyEditorDescriptionObject, PropertyEditorDescriptionObject_internal>;
8
+ }
@@ -0,0 +1,17 @@
1
+ import { IgcPropertyEditorPropertyDescriptionCollection } from "./igc-property-editor-property-description-collection";
2
+ import { PropertyEditorDescriptionObject as PropertyEditorDescriptionObject_internal } from "./PropertyEditorDescriptionObject";
3
+ export declare class IgcPropertyEditorDescriptionObject {
4
+ protected createImplementation(): PropertyEditorDescriptionObject_internal;
5
+ protected _implementation: any;
6
+ /**
7
+ * @hidden
8
+ */
9
+ readonly i: PropertyEditorDescriptionObject_internal;
10
+ private onImplementationCreated;
11
+ constructor();
12
+ protected _provideImplementation(i: any): void;
13
+ descriptionType: string;
14
+ private _properties;
15
+ properties: IgcPropertyEditorPropertyDescriptionCollection;
16
+ findByName(name: string): any;
17
+ }