@rangertechnologies/ngnxt 2.1.111 → 2.1.113

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.
@@ -17,49 +17,6 @@ export declare class PropertiesComponent implements OnInit {
17
17
  bookId: any;
18
18
  book: any;
19
19
  activeTab: string;
20
- attributesData: {
21
- tableName: string;
22
- inputTextAlignment: string;
23
- tableScaleSize: string;
24
- rowChoice: string;
25
- quickActionTools: {
26
- edit: boolean;
27
- view: boolean;
28
- delete: boolean;
29
- };
30
- addRecordEvent: boolean;
31
- tableScrollEventChoice: {
32
- horizontal: boolean;
33
- vertical: boolean;
34
- };
35
- };
36
- propertyData: {
37
- tabelId: string;
38
- inputTextAlignment: string;
39
- requiredField: boolean;
40
- readOnly: boolean;
41
- hideLabel: boolean;
42
- disabled: boolean;
43
- hideElements: boolean;
44
- masking: boolean;
45
- helpText: string;
46
- defaultValue: string;
47
- referenceAnchor: string;
48
- controllingElements: boolean;
49
- isDependence: boolean;
50
- newLine: boolean;
51
- };
52
- appearanceData: {
53
- selectFont: string;
54
- fontColor: string;
55
- hexCode: string;
56
- fontSize: string;
57
- fontWidth: string;
58
- backgroundColor: string;
59
- backgroundHexCode: string;
60
- referenceAnchor: string;
61
- blankSpace: boolean;
62
- };
63
20
  setActiveTab(tab: string): void;
64
21
  onSave(): void;
65
22
  onCancel(): void;
@@ -247,6 +204,100 @@ export declare class PropertiesComponent implements OnInit {
247
204
  key: string;
248
205
  })[];
249
206
  };
207
+ Table: {
208
+ elementProps: ({
209
+ label: string;
210
+ placeholder: string;
211
+ type: string;
212
+ key: string;
213
+ children?: undefined;
214
+ } | {
215
+ label: string;
216
+ type: string;
217
+ key: string;
218
+ children: {
219
+ label: string;
220
+ type: string;
221
+ key: string;
222
+ }[];
223
+ placeholder?: undefined;
224
+ } | {
225
+ label: string;
226
+ type: string;
227
+ key: string;
228
+ placeholder?: undefined;
229
+ children?: undefined;
230
+ })[];
231
+ fieldProps: ({
232
+ label: string;
233
+ placeholder: string;
234
+ type: string;
235
+ key: string;
236
+ } | {
237
+ label: string;
238
+ type: string;
239
+ key: string;
240
+ placeholder?: undefined;
241
+ })[];
242
+ appearance: ({
243
+ label: string;
244
+ placeholder: string;
245
+ type: string;
246
+ key: string;
247
+ } | {
248
+ label: string;
249
+ type: string;
250
+ key: string;
251
+ placeholder?: undefined;
252
+ })[];
253
+ };
254
+ TableColumn: {
255
+ elementProps: ({
256
+ label: string;
257
+ placeholder: string;
258
+ type: string;
259
+ key: string;
260
+ children?: undefined;
261
+ } | {
262
+ label: string;
263
+ type: string;
264
+ key: string;
265
+ children: {
266
+ label: string;
267
+ type: string;
268
+ key: string;
269
+ }[];
270
+ placeholder?: undefined;
271
+ } | {
272
+ label: string;
273
+ type: string;
274
+ key: string;
275
+ placeholder?: undefined;
276
+ children?: undefined;
277
+ })[];
278
+ fieldProps: ({
279
+ label: string;
280
+ placeholder: string;
281
+ type: string;
282
+ key: string;
283
+ } | {
284
+ label: string;
285
+ type: string;
286
+ key: string;
287
+ placeholder?: undefined;
288
+ })[];
289
+ appearance: ({
290
+ label: string;
291
+ placeholder: string;
292
+ type: string;
293
+ key: string;
294
+ } | {
295
+ label: string;
296
+ type: string;
297
+ key: string;
298
+ placeholder?: undefined;
299
+ })[];
300
+ };
250
301
  File: {
251
302
  elementProps: ({
252
303
  label: string;
@@ -536,30 +587,6 @@ export declare class PropertiesComponent implements OnInit {
536
587
  key: string;
537
588
  })[];
538
589
  };
539
- Table: {
540
- elementProps: ({
541
- label: string;
542
- placeholder: string;
543
- type: string;
544
- key: string;
545
- } | {
546
- label: string;
547
- type: string;
548
- key: string;
549
- placeholder?: undefined;
550
- })[];
551
- fieldProps: ({
552
- label: string;
553
- type: string;
554
- placeholder?: undefined;
555
- key?: undefined;
556
- } | {
557
- label: string;
558
- placeholder: string;
559
- type: string;
560
- key: string;
561
- })[];
562
- };
563
590
  };
564
591
  constructor(http: HttpClient, formBuilderService: FormBuilderService);
565
592
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.111",
3
+ "version": "2.1.113",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13"