@dxs-ts/eveli-ide 2.0.36 → 2.0.37
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/dist/gitlog.json +174 -328
- package/dist/index.d.ts +5 -0
- package/dist/index.js +33141 -32937
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1708,6 +1708,8 @@ export declare const messages: {
|
|
|
1708
1708
|
'adminUI.dialog.emptyTitle': string;
|
|
1709
1709
|
'adminUI.dialog.heading': string;
|
|
1710
1710
|
'adminUI.dialog.deleteQuestion': string;
|
|
1711
|
+
'adminUI.dialog.form.addFormLabel.title': string;
|
|
1712
|
+
'adminUI.dialog.form.addFormLabel.desc': string;
|
|
1711
1713
|
'adminUI.table.tooltip.add': string;
|
|
1712
1714
|
'adminUI.table.tooltip.edit': string;
|
|
1713
1715
|
'adminUI.table.tooltip.copy': string;
|
|
@@ -2201,6 +2203,7 @@ export declare const messages: {
|
|
|
2201
2203
|
'eveli.table.clearFilters': string;
|
|
2202
2204
|
'eveli.table.drawer.buttons.savedFiltersButton': string;
|
|
2203
2205
|
'eveli.table.saveasdefault': string;
|
|
2206
|
+
'eveli.table.defaultSettings': string;
|
|
2204
2207
|
'eveli.table.saveas': string;
|
|
2205
2208
|
'eveli.error.general': string;
|
|
2206
2209
|
'eveli.error.notFound': string;
|
|
@@ -3130,6 +3133,7 @@ export declare const messages: {
|
|
|
3130
3133
|
'eveli.table.clearFilters': string;
|
|
3131
3134
|
'eveli.table.drawer.buttons.savedFiltersButton': string;
|
|
3132
3135
|
'eveli.table.saveasdefault': string;
|
|
3136
|
+
'eveli.table.defaultSettings': string;
|
|
3133
3137
|
'eveli.table.saveas': string;
|
|
3134
3138
|
'eveli.error.general': string;
|
|
3135
3139
|
'eveli.error.notFound': string;
|
|
@@ -4008,6 +4012,7 @@ export declare const messages: {
|
|
|
4008
4012
|
'eveli.table.clearFilters': string;
|
|
4009
4013
|
'eveli.table.drawer.buttons.savedFiltersButton': string;
|
|
4010
4014
|
'eveli.table.saveasdefault': string;
|
|
4015
|
+
'eveli.table.defaultSettings': string;
|
|
4011
4016
|
'eveli.table.saveas': string;
|
|
4012
4017
|
'eveli.error.general': string;
|
|
4013
4018
|
'eveli.error.notFound': string;
|