mrs-toolbox-cli 0.0.83 → 0.0.85

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.
@@ -1 +1 @@
1
- ad590b0eb1307838367b4c20e59cad5f
1
+ 3e3e60f28df48b76d58e5326ce7d37c6
@@ -32,7 +32,7 @@
32
32
  function KotlinLogging() {
33
33
  KotlinLogging_instance = this;
34
34
  }
35
- protoOf(KotlinLogging).j58 = function (func) {
35
+ protoOf(KotlinLogging).o58 = function (func) {
36
36
  var tmp$ret$0;
37
37
  $l$block: {
38
38
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerNameResolver.name' call
@@ -52,9 +52,9 @@
52
52
  }
53
53
  tmp$ret$0 = '';
54
54
  }
55
- return this.k58(tmp$ret$0);
55
+ return this.p58(tmp$ret$0);
56
56
  };
57
- protoOf(KotlinLogging).k58 = function (name) {
57
+ protoOf(KotlinLogging).p58 = function (name) {
58
58
  var tmp$ret$0;
59
59
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerFactory.logger' call
60
60
  var tmp0_logger = KLoggerFactory_getInstance();
@@ -93,20 +93,20 @@
93
93
  }
94
94
  function Level(name, ordinal, levelInt, levelStr) {
95
95
  Enum.call(this, name, ordinal);
96
- this.n58_1 = levelInt;
97
- this.o58_1 = levelStr;
96
+ this.s58_1 = levelInt;
97
+ this.t58_1 = levelStr;
98
98
  }
99
99
  protoOf(Level).toString = function () {
100
- return this.o58_1;
100
+ return this.t58_1;
101
101
  };
102
102
  function Levels() {
103
103
  Levels_instance = this;
104
- this.p58_1 = 0;
105
- this.q58_1 = 10;
106
- this.r58_1 = 20;
107
- this.s58_1 = 30;
108
- this.t58_1 = 40;
109
- this.u58_1 = 50;
104
+ this.u58_1 = 0;
105
+ this.v58_1 = 10;
106
+ this.w58_1 = 20;
107
+ this.x58_1 = 30;
108
+ this.y58_1 = 40;
109
+ this.z58_1 = 50;
110
110
  }
111
111
  var Levels_instance;
112
112
  function Levels_getInstance() {
@@ -141,7 +141,7 @@
141
141
  function DefaultErrorMessageProducer() {
142
142
  DefaultErrorMessageProducer_instance = this;
143
143
  }
144
- protoOf(DefaultErrorMessageProducer).v58 = function (e) {
144
+ protoOf(DefaultErrorMessageProducer).a59 = function (e) {
145
145
  return 'Log message invocation failed: ' + e;
146
146
  };
147
147
  var DefaultErrorMessageProducer_instance;
@@ -153,13 +153,13 @@
153
153
  function ConsoleOutputAppender() {
154
154
  ConsoleOutputAppender_instance = this;
155
155
  }
156
- protoOf(ConsoleOutputAppender).w58 = function (message) {
156
+ protoOf(ConsoleOutputAppender).b59 = function (message) {
157
157
  return console.info(message);
158
158
  };
159
- protoOf(ConsoleOutputAppender).x58 = function (message) {
159
+ protoOf(ConsoleOutputAppender).c59 = function (message) {
160
160
  return console.warn(message);
161
161
  };
162
- protoOf(ConsoleOutputAppender).y58 = function (message) {
162
+ protoOf(ConsoleOutputAppender).d59 = function (message) {
163
163
  return console.error(message);
164
164
  };
165
165
  var ConsoleOutputAppender_instance;
@@ -171,7 +171,7 @@
171
171
  function DefaultMessageFormatter() {
172
172
  DefaultMessageFormatter_instance = this;
173
173
  }
174
- protoOf(DefaultMessageFormatter).z58 = function (level, loggerName, msg) {
174
+ protoOf(DefaultMessageFormatter).e59 = function (level, loggerName, msg) {
175
175
  var tmp$ret$0;
176
176
  // Inline function 'io.github.oshai.kotlinlogging.internal.toStringSafe' call
177
177
  var tmp;
@@ -181,7 +181,7 @@
181
181
  var tmp_0;
182
182
  if ($p instanceof Exception) {
183
183
  var e = $p;
184
- tmp_0 = DefaultErrorMessageProducer_getInstance().v58(e);
184
+ tmp_0 = DefaultErrorMessageProducer_getInstance().a59(e);
185
185
  } else {
186
186
  throw $p;
187
187
  }
@@ -198,9 +198,9 @@
198
198
  }
199
199
  function KotlinLoggingConfiguration() {
200
200
  KotlinLoggingConfiguration_instance = this;
201
- this.a59_1 = Level_INFO_getInstance();
202
- this.b59_1 = ConsoleOutputAppender_getInstance();
203
- this.c59_1 = DefaultMessageFormatter_getInstance();
201
+ this.f59_1 = Level_INFO_getInstance();
202
+ this.g59_1 = ConsoleOutputAppender_getInstance();
203
+ this.h59_1 = DefaultMessageFormatter_getInstance();
204
204
  }
205
205
  var KotlinLoggingConfiguration_instance;
206
206
  function KotlinLoggingConfiguration_getInstance() {
@@ -209,7 +209,7 @@
209
209
  return KotlinLoggingConfiguration_instance;
210
210
  }
211
211
  function isLoggingEnabled(_this__u8e3s4) {
212
- return _this__u8e3s4.x6_1 >= KotlinLoggingConfiguration_getInstance().a59_1.x6_1;
212
+ return _this__u8e3s4.x6_1 >= KotlinLoggingConfiguration_getInstance().f59_1.x6_1;
213
213
  }
214
214
  function KLoggerFactory() {
215
215
  KLoggerFactory_instance = this;
@@ -222,12 +222,12 @@
222
222
  }
223
223
  function logIfEnabled(_this__u8e3s4, $this, loggerName, msg, logFunction) {
224
224
  if (isLoggingEnabled(_this__u8e3s4)) {
225
- logFunction(KotlinLoggingConfiguration_getInstance().c59_1.z58(_this__u8e3s4, loggerName, msg));
225
+ logFunction(KotlinLoggingConfiguration_getInstance().h59_1.e59(_this__u8e3s4, loggerName, msg));
226
226
  }
227
227
  }
228
228
  function Appender$info$ref($boundThis) {
229
229
  var l = function (p0) {
230
- $boundThis.w58(p0);
230
+ $boundThis.b59(p0);
231
231
  return Unit_getInstance();
232
232
  };
233
233
  l.callableName = 'info';
@@ -235,7 +235,7 @@
235
235
  }
236
236
  function Appender$warn$ref($boundThis) {
237
237
  var l = function (p0) {
238
- $boundThis.x58(p0);
238
+ $boundThis.c59(p0);
239
239
  return Unit_getInstance();
240
240
  };
241
241
  l.callableName = 'warn';
@@ -243,32 +243,32 @@
243
243
  }
244
244
  function Appender$error$ref($boundThis) {
245
245
  var l = function (p0) {
246
- $boundThis.y58(p0);
246
+ $boundThis.d59(p0);
247
247
  return Unit_getInstance();
248
248
  };
249
249
  l.callableName = 'error';
250
250
  return l;
251
251
  }
252
252
  function KLoggerJS(name) {
253
- this.d59_1 = name;
254
- this.e59_1 = isLoggingEnabled(Level_TRACE_getInstance());
255
- this.f59_1 = isLoggingEnabled(Level_DEBUG_getInstance());
256
- this.g59_1 = isLoggingEnabled(Level_INFO_getInstance());
257
- this.h59_1 = isLoggingEnabled(Level_WARN_getInstance());
258
- this.i59_1 = isLoggingEnabled(Level_ERROR_getInstance());
259
- this.j59_1 = isLoggingEnabled(Level_OFF_getInstance());
253
+ this.i59_1 = name;
254
+ this.j59_1 = isLoggingEnabled(Level_TRACE_getInstance());
255
+ this.k59_1 = isLoggingEnabled(Level_DEBUG_getInstance());
256
+ this.l59_1 = isLoggingEnabled(Level_INFO_getInstance());
257
+ this.m59_1 = isLoggingEnabled(Level_WARN_getInstance());
258
+ this.n59_1 = isLoggingEnabled(Level_ERROR_getInstance());
259
+ this.o59_1 = isLoggingEnabled(Level_OFF_getInstance());
260
260
  }
261
- protoOf(KLoggerJS).k59 = function (msg) {
261
+ protoOf(KLoggerJS).p59 = function (msg) {
262
262
  var tmp = Level_INFO_getInstance();
263
- return logIfEnabled(tmp, this, this.d59_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().b59_1));
263
+ return logIfEnabled(tmp, this, this.i59_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().g59_1));
264
264
  };
265
- protoOf(KLoggerJS).l59 = function (msg) {
265
+ protoOf(KLoggerJS).q59 = function (msg) {
266
266
  var tmp = Level_WARN_getInstance();
267
- return logIfEnabled(tmp, this, this.d59_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().b59_1));
267
+ return logIfEnabled(tmp, this, this.i59_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().g59_1));
268
268
  };
269
- protoOf(KLoggerJS).m59 = function (msg) {
269
+ protoOf(KLoggerJS).r59 = function (msg) {
270
270
  var tmp = Level_ERROR_getInstance();
271
- return logIfEnabled(tmp, this, this.d59_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().b59_1));
271
+ return logIfEnabled(tmp, this, this.i59_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().g59_1));
272
272
  };
273
273
  function KLoggerNameResolver() {
274
274
  KLoggerNameResolver_instance = this;
@@ -1 +1 @@
1
- bec327dda030cbbbd5015089e85af8fa
1
+ 1201e137e7fdd00758f3841f0630dfae
@@ -334,11 +334,11 @@ export declare namespace dto.form.property {
334
334
  export declare namespace dto.form.property {
335
335
  class ChecklistProperty extends dto.form.property.Property {
336
336
  constructor();
337
- get groups(): Array<dto.form.property.misc.Group>;
338
- set groups(value: Array<dto.form.property.misc.Group>);
337
+ get sections(): Array<dto.form.property.misc.Section>;
338
+ set sections(value: Array<dto.form.property.misc.Section>);
339
339
  get variants(): Array<dto.form.property.misc.Variant>;
340
340
  set variants(value: Array<dto.form.property.misc.Variant>);
341
- static ChecklistProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, groups: Nullable<Array<dto.form.property.misc.Group>>, variants: Nullable<Array<dto.form.property.misc.Variant>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChecklistProperty;
341
+ static ChecklistProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, sections: Nullable<Array<dto.form.property.misc.Section>>, variants: Nullable<Array<dto.form.property.misc.Variant>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChecklistProperty;
342
342
  static get Companion(): {
343
343
  serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChecklistProperty> */;
344
344
  };
@@ -653,12 +653,12 @@ export declare namespace dto.form.property.misc {
653
653
  export declare namespace dto.form.property.misc {
654
654
  class Group {
655
655
  constructor();
656
- get name(): Nullable<string>;
657
- set name(value: Nullable<string>);
656
+ get name(): string;
657
+ set name(value: string);
658
658
  get title(): Nullable<string>;
659
659
  set title(value: Nullable<string>);
660
- get items(): Nullable<Array<dto.form.property.misc.Item>>;
661
- set items(value: Nullable<Array<dto.form.property.misc.Item>>);
660
+ get items(): Array<dto.form.property.misc.Item>;
661
+ set items(value: Array<dto.form.property.misc.Item>);
662
662
  static Group_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, items: Nullable<Array<dto.form.property.misc.Item>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Group;
663
663
  static get Companion(): {
664
664
  serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.Group> */;
@@ -670,8 +670,8 @@ export declare namespace dto.form.property.misc {
670
670
  export declare namespace dto.form.property.misc {
671
671
  class Item {
672
672
  constructor();
673
- get name(): Nullable<string>;
674
- set name(value: Nullable<string>);
673
+ get name(): string;
674
+ set name(value: string);
675
675
  get title(): Nullable<string>;
676
676
  set title(value: Nullable<string>);
677
677
  static Item_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Item;
@@ -719,6 +719,23 @@ export declare namespace dto.form.property.misc {
719
719
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
720
720
  }
721
721
  }
722
+ export declare namespace dto.form.property.misc {
723
+ class Section {
724
+ constructor();
725
+ get name(): string;
726
+ set name(value: string);
727
+ get groups(): Array<dto.form.property.misc.Group>;
728
+ set groups(value: Array<dto.form.property.misc.Group>);
729
+ get title(): Nullable<string>;
730
+ set title(value: Nullable<string>);
731
+ static Section_init_$Create$(seen1: number, name: Nullable<string>, groups: Nullable<Array<dto.form.property.misc.Group>>, title: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Section;
732
+ static get Companion(): {
733
+ serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.Section> */;
734
+ };
735
+ static get $serializer(): {
736
+ } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.Section> */;
737
+ }
738
+ }
722
739
  export declare namespace dto.form.property.misc {
723
740
  class Variant {
724
741
  constructor();
@@ -1413,10 +1430,138 @@ export declare namespace dto.menu {
1413
1430
  get name(): "BuildingFilled";
1414
1431
  get ordinal(): 113;
1415
1432
  };
1433
+ static get FlashRegular(): dto.menu.Icon & {
1434
+ get name(): "FlashRegular";
1435
+ get ordinal(): 114;
1436
+ };
1437
+ static get PersonTagRegular(): dto.menu.Icon & {
1438
+ get name(): "PersonTagRegular";
1439
+ get ordinal(): 115;
1440
+ };
1441
+ static get CalendarArrowRightRegular(): dto.menu.Icon & {
1442
+ get name(): "CalendarArrowRightRegular";
1443
+ get ordinal(): 116;
1444
+ };
1445
+ static get BookmarkRegular(): dto.menu.Icon & {
1446
+ get name(): "BookmarkRegular";
1447
+ get ordinal(): 117;
1448
+ };
1449
+ static get WindowBulletListRegular(): dto.menu.Icon & {
1450
+ get name(): "WindowBulletListRegular";
1451
+ get ordinal(): 118;
1452
+ };
1453
+ static get PersonBoardRegular(): dto.menu.Icon & {
1454
+ get name(): "PersonBoardRegular";
1455
+ get ordinal(): 119;
1456
+ };
1457
+ static get ReplayRegular(): dto.menu.Icon & {
1458
+ get name(): "ReplayRegular";
1459
+ get ordinal(): 120;
1460
+ };
1461
+ static get CircleHintRegular(): dto.menu.Icon & {
1462
+ get name(): "CircleHintRegular";
1463
+ get ordinal(): 121;
1464
+ };
1465
+ static get PreviousRegular(): dto.menu.Icon & {
1466
+ get name(): "PreviousRegular";
1467
+ get ordinal(): 122;
1468
+ };
1469
+ static get NextRegular(): dto.menu.Icon & {
1470
+ get name(): "NextRegular";
1471
+ get ordinal(): 123;
1472
+ };
1473
+ static get ArrowSortUpRegular(): dto.menu.Icon & {
1474
+ get name(): "ArrowSortUpRegular";
1475
+ get ordinal(): 124;
1476
+ };
1477
+ static get ArrowSortDownRegular(): dto.menu.Icon & {
1478
+ get name(): "ArrowSortDownRegular";
1479
+ get ordinal(): 125;
1480
+ };
1481
+ static get ChevronDoubleUpRegular(): dto.menu.Icon & {
1482
+ get name(): "ChevronDoubleUpRegular";
1483
+ get ordinal(): 126;
1484
+ };
1485
+ static get ChevronDoubleDownRegular(): dto.menu.Icon & {
1486
+ get name(): "ChevronDoubleDownRegular";
1487
+ get ordinal(): 127;
1488
+ };
1489
+ static get EmojiRegular(): dto.menu.Icon & {
1490
+ get name(): "EmojiRegular";
1491
+ get ordinal(): 128;
1492
+ };
1493
+ static get WarningRegular(): dto.menu.Icon & {
1494
+ get name(): "WarningRegular";
1495
+ get ordinal(): 129;
1496
+ };
1497
+ static get FlashFilled(): dto.menu.Icon & {
1498
+ get name(): "FlashFilled";
1499
+ get ordinal(): 130;
1500
+ };
1501
+ static get PersonTagFilled(): dto.menu.Icon & {
1502
+ get name(): "PersonTagFilled";
1503
+ get ordinal(): 131;
1504
+ };
1505
+ static get CalendarArrowRightFilled(): dto.menu.Icon & {
1506
+ get name(): "CalendarArrowRightFilled";
1507
+ get ordinal(): 132;
1508
+ };
1509
+ static get BookmarkFilled(): dto.menu.Icon & {
1510
+ get name(): "BookmarkFilled";
1511
+ get ordinal(): 133;
1512
+ };
1513
+ static get WindowBulletListFilled(): dto.menu.Icon & {
1514
+ get name(): "WindowBulletListFilled";
1515
+ get ordinal(): 134;
1516
+ };
1517
+ static get PersonBoardFilled(): dto.menu.Icon & {
1518
+ get name(): "PersonBoardFilled";
1519
+ get ordinal(): 135;
1520
+ };
1521
+ static get ReplayFilled(): dto.menu.Icon & {
1522
+ get name(): "ReplayFilled";
1523
+ get ordinal(): 136;
1524
+ };
1525
+ static get CircleHintFilled(): dto.menu.Icon & {
1526
+ get name(): "CircleHintFilled";
1527
+ get ordinal(): 137;
1528
+ };
1529
+ static get PreviousFilled(): dto.menu.Icon & {
1530
+ get name(): "PreviousFilled";
1531
+ get ordinal(): 138;
1532
+ };
1533
+ static get NextFilled(): dto.menu.Icon & {
1534
+ get name(): "NextFilled";
1535
+ get ordinal(): 139;
1536
+ };
1537
+ static get ArrowSortUpFilled(): dto.menu.Icon & {
1538
+ get name(): "ArrowSortUpFilled";
1539
+ get ordinal(): 140;
1540
+ };
1541
+ static get ArrowSortDownFilled(): dto.menu.Icon & {
1542
+ get name(): "ArrowSortDownFilled";
1543
+ get ordinal(): 141;
1544
+ };
1545
+ static get ChevronDoubleUpFilled(): dto.menu.Icon & {
1546
+ get name(): "ChevronDoubleUpFilled";
1547
+ get ordinal(): 142;
1548
+ };
1549
+ static get ChevronDoubleDownFilled(): dto.menu.Icon & {
1550
+ get name(): "ChevronDoubleDownFilled";
1551
+ get ordinal(): 143;
1552
+ };
1553
+ static get EmojiFilled(): dto.menu.Icon & {
1554
+ get name(): "EmojiFilled";
1555
+ get ordinal(): 144;
1556
+ };
1557
+ static get WarningFilled(): dto.menu.Icon & {
1558
+ get name(): "WarningFilled";
1559
+ get ordinal(): 145;
1560
+ };
1416
1561
  static values(): Array<dto.menu.Icon>;
1417
1562
  static valueOf(value: string): dto.menu.Icon;
1418
- get name(): "Project" | "Deadline" | "D3D" | "View" | "NotificationOn" | "NotificationOff" | "CompleteInput" | "Mail" | "Tag" | "Mic" | "Archive" | "Home" | "CreditCard" | "Offline" | "Cloud" | "AddUser" | "Message" | "Pdf" | "Excel" | "Word" | "Star" | "Inbox" | "Template" | "Image" | "UserGroup" | "User" | "Pin" | "Timer" | "Folder" | "File" | "Settings" | "Calendar" | "ZoomOut" | "ZoomIn" | "Sync" | "Attach" | "Camera" | "Error" | "Refresh" | "Save" | "Clock" | "Send" | "Complete" | "More" | "Pause" | "Play" | "Info" | "Help" | "Edit" | "Status100" | "Status50" | "Status25" | "Status0" | "Status" | "Delete" | "Sort" | "Search" | "Filter" | "Add" | "CheckboxOn" | "CheckboxOff" | "Move" | "Link" | "Menu" | "List" | "LeftSideBar" | "RightSideBar" | "DropLeft" | "DropRight" | "DropUp" | "DropDown" | "Close" | "ArrowUp" | "ArrowDown" | "ArrowForward" | "ArrowBack" | "Grid" | "Command" | "BriefcaseFilled" | "OrganizationRegular" | "OrganizationFilled" | "PersonAddFilled" | "ErrorCircleRegular" | "DismissCircleFilled" | "DoorArrowRightRegular" | "DoorArrowRightFilled" | "PeopleSyncRegular" | "PeopleSyncFilled" | "ChartMultipleRegular" | "ChartMultipleFilled" | "CalendarAddRegular" | "CalendarAddFilled" | "PlayCircleRegular" | "WrenchScrewdriverRegular" | "BoxCheckmarkRegular" | "KeyRegular" | "ClipboardCheckmarkRegular" | "DocumentBriefcaseRegular" | "BookCompassRegular" | "FolderSyncRegular" | "PeopleRegular" | "PeopleFilled" | "PersonSettingsRegular" | "PersonSettingsFilled" | "MapRegular" | "MapFilled" | "AlertRegular" | "AlertFilled" | "BeakerRegular" | "BeakerFilled" | "GanttChartRegular" | "GanttChartFilled" | "BuildingRegular" | "BuildingFilled";
1419
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113;
1563
+ get name(): "Project" | "Deadline" | "D3D" | "View" | "NotificationOn" | "NotificationOff" | "CompleteInput" | "Mail" | "Tag" | "Mic" | "Archive" | "Home" | "CreditCard" | "Offline" | "Cloud" | "AddUser" | "Message" | "Pdf" | "Excel" | "Word" | "Star" | "Inbox" | "Template" | "Image" | "UserGroup" | "User" | "Pin" | "Timer" | "Folder" | "File" | "Settings" | "Calendar" | "ZoomOut" | "ZoomIn" | "Sync" | "Attach" | "Camera" | "Error" | "Refresh" | "Save" | "Clock" | "Send" | "Complete" | "More" | "Pause" | "Play" | "Info" | "Help" | "Edit" | "Status100" | "Status50" | "Status25" | "Status0" | "Status" | "Delete" | "Sort" | "Search" | "Filter" | "Add" | "CheckboxOn" | "CheckboxOff" | "Move" | "Link" | "Menu" | "List" | "LeftSideBar" | "RightSideBar" | "DropLeft" | "DropRight" | "DropUp" | "DropDown" | "Close" | "ArrowUp" | "ArrowDown" | "ArrowForward" | "ArrowBack" | "Grid" | "Command" | "BriefcaseFilled" | "OrganizationRegular" | "OrganizationFilled" | "PersonAddFilled" | "ErrorCircleRegular" | "DismissCircleFilled" | "DoorArrowRightRegular" | "DoorArrowRightFilled" | "PeopleSyncRegular" | "PeopleSyncFilled" | "ChartMultipleRegular" | "ChartMultipleFilled" | "CalendarAddRegular" | "CalendarAddFilled" | "PlayCircleRegular" | "WrenchScrewdriverRegular" | "BoxCheckmarkRegular" | "KeyRegular" | "ClipboardCheckmarkRegular" | "DocumentBriefcaseRegular" | "BookCompassRegular" | "FolderSyncRegular" | "PeopleRegular" | "PeopleFilled" | "PersonSettingsRegular" | "PersonSettingsFilled" | "MapRegular" | "MapFilled" | "AlertRegular" | "AlertFilled" | "BeakerRegular" | "BeakerFilled" | "GanttChartRegular" | "GanttChartFilled" | "BuildingRegular" | "BuildingFilled" | "FlashRegular" | "PersonTagRegular" | "CalendarArrowRightRegular" | "BookmarkRegular" | "WindowBulletListRegular" | "PersonBoardRegular" | "ReplayRegular" | "CircleHintRegular" | "PreviousRegular" | "NextRegular" | "ArrowSortUpRegular" | "ArrowSortDownRegular" | "ChevronDoubleUpRegular" | "ChevronDoubleDownRegular" | "EmojiRegular" | "WarningRegular" | "FlashFilled" | "PersonTagFilled" | "CalendarArrowRightFilled" | "BookmarkFilled" | "WindowBulletListFilled" | "PersonBoardFilled" | "ReplayFilled" | "CircleHintFilled" | "PreviousFilled" | "NextFilled" | "ArrowSortUpFilled" | "ArrowSortDownFilled" | "ChevronDoubleUpFilled" | "ChevronDoubleDownFilled" | "EmojiFilled" | "WarningFilled";
1564
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145;
1420
1565
  static get Companion(): {
1421
1566
  serializer(): any/* kotlinx.serialization.KSerializer<dto.menu.Icon> */;
1422
1567
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
@@ -1 +1 @@
1
- 48d710bed0496abd9526f8538ff34db4
1
+ e858cdd8d491f0a0f9b1984fa0a694cf