@evergis/uilib-gl 1.0.61 → 1.0.63
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.
|
@@ -233,7 +233,8 @@ export declare const iconTypes: {
|
|
|
233
233
|
symbol_library: string;
|
|
234
234
|
globe: string;
|
|
235
235
|
alert: string;
|
|
236
|
-
|
|
236
|
+
tree_folder_closed: string;
|
|
237
|
+
tree_folder_opened: string;
|
|
237
238
|
add_group: string;
|
|
238
239
|
ungroup: string;
|
|
239
240
|
feature_card: string;
|
|
@@ -259,6 +260,7 @@ export declare const iconTypes: {
|
|
|
259
260
|
change_geom: string;
|
|
260
261
|
settings_horizontal: string;
|
|
261
262
|
text_editor: string;
|
|
263
|
+
dashboard_loading: string;
|
|
262
264
|
dashboard_placeholder: string;
|
|
263
265
|
sort: string;
|
|
264
266
|
postgresql: string;
|
package/dist/uilib-gl.esm.js
CHANGED
|
@@ -10866,7 +10866,8 @@ const iconTypes = {
|
|
|
10866
10866
|
symbol_library: "\\e9f4",
|
|
10867
10867
|
globe: "\\e9f5",
|
|
10868
10868
|
alert: "\\e9f6",
|
|
10869
|
-
|
|
10869
|
+
tree_folder_closed: "\\e9f7",
|
|
10870
|
+
tree_folder_opened: "\\e9f8",
|
|
10870
10871
|
add_group: "\\e9f9",
|
|
10871
10872
|
ungroup: "\\e9fa",
|
|
10872
10873
|
feature_card: "\\e9fb",
|
|
@@ -10892,6 +10893,7 @@ const iconTypes = {
|
|
|
10892
10893
|
change_geom: "\\ea11",
|
|
10893
10894
|
settings_horizontal: "\\ea12",
|
|
10894
10895
|
text_editor: "\\ea13",
|
|
10896
|
+
dashboard_loading: "\\ea14",
|
|
10895
10897
|
dashboard_placeholder: "\\ea15",
|
|
10896
10898
|
sort: "\\ea16",
|
|
10897
10899
|
postgresql: "\\ea17",
|