@rangertechnologies/ngnxt 2.1.224 → 2.1.225
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/esm2022/environments/version.mjs +2 -2
- package/esm2022/lib/components/datatable/datatable.component.mjs +3 -3
- package/esm2022/lib/components/list-view-filter/list-view-filter.component.mjs +3 -3
- package/esm2022/lib/components/pagination/pagination.component.mjs +1 -1
- package/esm2022/lib/pages/builder/properties/common-fields.constants.mjs +22 -1
- package/esm2022/lib/pages/builder/properties/properties.component.mjs +1 -1
- package/fesm2022/rangertechnologies-ngnxt.mjs +26 -5
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/pages/builder/properties/common-fields.constants.d.ts +24 -0
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.225.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.224.tgz +0 -0
|
@@ -77,3 +77,27 @@ export declare const COMMON_OPTIONS_FIELD: {
|
|
|
77
77
|
addOptionLabel: string;
|
|
78
78
|
icon: string;
|
|
79
79
|
}[];
|
|
80
|
+
export declare const COMMON_COLUMN_FIELD: ({
|
|
81
|
+
label: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
type: string;
|
|
84
|
+
targetArray: string;
|
|
85
|
+
targetArrayKey: string;
|
|
86
|
+
key: string;
|
|
87
|
+
subQuestion?: undefined;
|
|
88
|
+
} | {
|
|
89
|
+
label: string;
|
|
90
|
+
placeholder: string;
|
|
91
|
+
type: string;
|
|
92
|
+
targetArray: string;
|
|
93
|
+
targetArrayKey: string;
|
|
94
|
+
key: string;
|
|
95
|
+
subQuestion: {
|
|
96
|
+
label: string;
|
|
97
|
+
placeholder: string;
|
|
98
|
+
type: string;
|
|
99
|
+
targetArray: string;
|
|
100
|
+
targetArrayKey: string;
|
|
101
|
+
key: string;
|
|
102
|
+
}[];
|
|
103
|
+
})[];
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|