@rangertechnologies/ngnxt 2.1.250 → 2.1.252

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.
@@ -3,6 +3,7 @@ export declare const COMMON_ELEMENT_PROPS: ({
3
3
  placeholder: string;
4
4
  type: string;
5
5
  key: string;
6
+ labelPath: string;
6
7
  isTranslate?: undefined;
7
8
  } | {
8
9
  label: string;
@@ -10,10 +11,12 @@ export declare const COMMON_ELEMENT_PROPS: ({
10
11
  type: string;
11
12
  key: string;
12
13
  isTranslate: boolean;
14
+ labelPath: string;
13
15
  } | {
14
16
  label: string;
15
17
  type: string;
16
18
  key: string;
19
+ labelPath: string;
17
20
  placeholder?: undefined;
18
21
  isTranslate?: undefined;
19
22
  })[];
@@ -21,6 +24,7 @@ export declare const COMMON_FIELD_PROPS: ({
21
24
  label: string;
22
25
  type: string;
23
26
  key: string;
27
+ labelPath: string;
24
28
  placeholder?: undefined;
25
29
  isTranslate?: undefined;
26
30
  subQuestion?: undefined;
@@ -30,23 +34,27 @@ export declare const COMMON_FIELD_PROPS: ({
30
34
  type: string;
31
35
  key: string;
32
36
  isTranslate: boolean;
37
+ labelPath: string;
33
38
  subQuestion?: undefined;
34
39
  } | {
35
40
  label: string;
36
41
  placeholder: string;
37
42
  type: string;
38
43
  key: string;
44
+ labelPath: string;
39
45
  isTranslate?: undefined;
40
46
  subQuestion?: undefined;
41
47
  } | {
42
48
  label: string;
43
49
  type: string;
44
50
  key: string;
51
+ labelPath: string;
45
52
  subQuestion: {
46
53
  label: string;
47
54
  placeholder: string;
48
55
  type: string;
49
56
  key: string;
57
+ labelPath: string;
50
58
  }[];
51
59
  placeholder?: undefined;
52
60
  isTranslate?: undefined;
@@ -56,9 +64,11 @@ export declare const COMMON_APPEARANCE_PROPS: ({
56
64
  type: string;
57
65
  key: string;
58
66
  required: boolean;
67
+ labelPath: string;
59
68
  options: {
60
69
  label: string;
61
70
  value: string;
71
+ labelPath: string;
62
72
  }[];
63
73
  defaultValue?: undefined;
64
74
  } | {
@@ -66,6 +76,7 @@ export declare const COMMON_APPEARANCE_PROPS: ({
66
76
  type: string;
67
77
  key: string;
68
78
  required: boolean;
79
+ labelPath: string;
69
80
  options?: undefined;
70
81
  defaultValue?: undefined;
71
82
  } | {
@@ -73,6 +84,7 @@ export declare const COMMON_APPEARANCE_PROPS: ({
73
84
  type: string;
74
85
  key: string;
75
86
  defaultValue: boolean;
87
+ labelPath: string;
76
88
  required?: undefined;
77
89
  options?: undefined;
78
90
  })[];
@@ -82,6 +94,8 @@ export declare const COMMON_OPTIONS_FIELD: {
82
94
  key: string;
83
95
  addOptionLabel: string;
84
96
  icon: string;
97
+ labelPath: string;
98
+ addOptionLabelPath: string;
85
99
  }[];
86
100
  export declare const COMMON_COLUMN_FIELD: ({
87
101
  label: string;
@@ -91,6 +105,7 @@ export declare const COMMON_COLUMN_FIELD: ({
91
105
  targetArrayKey: string;
92
106
  key: string;
93
107
  isTranslate: boolean;
108
+ labelPath: string;
94
109
  subQuestion?: undefined;
95
110
  } | {
96
111
  label: string;
@@ -99,6 +114,7 @@ export declare const COMMON_COLUMN_FIELD: ({
99
114
  targetArray: string;
100
115
  targetArrayKey: string;
101
116
  key: string;
117
+ labelPath: string;
102
118
  isTranslate?: undefined;
103
119
  subQuestion?: undefined;
104
120
  } | {
@@ -108,6 +124,7 @@ export declare const COMMON_COLUMN_FIELD: ({
108
124
  targetArray: string;
109
125
  targetArrayKey: string;
110
126
  key: string;
127
+ labelPath: string;
111
128
  subQuestion: {
112
129
  label: string;
113
130
  placeholder: string;
@@ -115,6 +132,7 @@ export declare const COMMON_COLUMN_FIELD: ({
115
132
  targetArray: string;
116
133
  targetArrayKey: string;
117
134
  key: string;
135
+ labelPath: string;
118
136
  }[];
119
137
  isTranslate?: undefined;
120
138
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.250",
3
+ "version": "2.1.252",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13"