@acorex/modules 20.5.1 → 20.5.3
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/common/index.d.ts
CHANGED
|
@@ -175,6 +175,8 @@ declare const AXPWidgetsList: {
|
|
|
175
175
|
ColumnFilterSelector: string;
|
|
176
176
|
DataListFilter: string;
|
|
177
177
|
DynamicFormDesigner: string;
|
|
178
|
+
ListEditor: string;
|
|
179
|
+
ConnectedListsEditor: string;
|
|
178
180
|
};
|
|
179
181
|
Layouts: {
|
|
180
182
|
BlockLayout: string;
|
|
@@ -207,7 +209,7 @@ declare const AXPWidgetsList: {
|
|
|
207
209
|
ImageMarker: string;
|
|
208
210
|
Avatar: string;
|
|
209
211
|
FileUploader: string;
|
|
210
|
-
|
|
212
|
+
DataList: string;
|
|
211
213
|
ListToolbar: string;
|
|
212
214
|
CronJob: string;
|
|
213
215
|
ExtraProperties: string;
|
|
@@ -104,6 +104,8 @@ const AXPWidgetsList = {
|
|
|
104
104
|
ColumnFilterSelector: 'column-filter-selector-editor',
|
|
105
105
|
DataListFilter: 'data-list-filter-editor',
|
|
106
106
|
DynamicFormDesigner: 'dynamic-form-designer',
|
|
107
|
+
ListEditor: 'list-editor',
|
|
108
|
+
ConnectedListsEditor: 'connected-lists-editor',
|
|
107
109
|
},
|
|
108
110
|
Layouts: {
|
|
109
111
|
BlockLayout: 'block-layout',
|
|
@@ -136,7 +138,7 @@ const AXPWidgetsList = {
|
|
|
136
138
|
ImageMarker: 'image-marker',
|
|
137
139
|
Avatar: 'avatar',
|
|
138
140
|
FileUploader: 'file-uploader',
|
|
139
|
-
|
|
141
|
+
DataList: 'data-list',
|
|
140
142
|
ListToolbar: 'list-toolbar',
|
|
141
143
|
CronJob: 'cron-job',
|
|
142
144
|
ExtraProperties: 'extra-properties',
|