raise-common-lib-new 0.0.36 → 0.0.38

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.
Files changed (122) hide show
  1. package/README.md +24 -24
  2. package/esm2022/lib/actions/toolbar/constants.mjs +2 -0
  3. package/esm2022/lib/{layout → actions}/toolbar/index.component.mjs +3 -3
  4. package/esm2022/lib/actions/toolbar-item/index.component.mjs +82 -0
  5. package/esm2022/lib/commentary/index.component.mjs +19 -10
  6. package/esm2022/lib/common-grid/grid-action/grid-action-item/grid-action-item.component.mjs +42 -3
  7. package/esm2022/lib/common-grid/grid-action/grid-action.component.mjs +2 -2
  8. package/esm2022/lib/common-grid/index.component.mjs +30 -3
  9. package/esm2022/lib/dialog/common-delete-dialog/index.component.mjs +11 -7
  10. package/esm2022/lib/dialog/common-dialog/index.component.mjs +45 -12
  11. package/esm2022/lib/float-box/index.component.mjs +3 -1
  12. package/esm2022/lib/form/confirm-select/index.component.mjs +78 -0
  13. package/esm2022/lib/form/drawer-form/constants.mjs +1 -1
  14. package/esm2022/lib/form/drawer-form/drawer-form.component.mjs +52 -24
  15. package/esm2022/lib/form/richtexteditor/ai-config.mjs +35 -0
  16. package/esm2022/lib/form/richtexteditor/data-config.mjs +222 -0
  17. package/esm2022/lib/form/richtexteditor/index.component.mjs +425 -0
  18. package/esm2022/lib/form/richtexteditor/openapi.mjs +121 -0
  19. package/esm2022/lib/form/search-input/index.component.mjs +45 -0
  20. package/esm2022/lib/form/tag-input/index.component.mjs +1 -1
  21. package/esm2022/lib/layout/drawer/index.component.mjs +28 -18
  22. package/esm2022/lib/layout/grid-box/index.component.mjs +28 -19
  23. package/esm2022/lib/layout/main-container/index.component.mjs +3 -3
  24. package/esm2022/lib/layout/multi-tab/index.component.mjs +80 -41
  25. package/esm2022/lib/layout/page-list/index.component.mjs +28 -19
  26. package/esm2022/lib/layout/rs-aside/index.component.mjs +12 -9
  27. package/esm2022/lib/layout/rs-footer/index.component.mjs +2 -2
  28. package/esm2022/lib/layout/rs-header/index.component.mjs +6 -3
  29. package/esm2022/lib/raise-common-lib.module.mjs +43 -15
  30. package/esm2022/lib/service/dialog.service.mjs +9 -6
  31. package/esm2022/lib/service/drawer.service.mjs +8 -6
  32. package/esm2022/lib/truncated-text-toggle/index.component.mjs +41 -0
  33. package/esm2022/public-api.mjs +7 -4
  34. package/fesm2022/raise-common-lib-new.mjs +1433 -220
  35. package/fesm2022/raise-common-lib-new.mjs.map +1 -1
  36. package/lib/{form → actions}/toolbar-item/index.component.d.ts +2 -1
  37. package/lib/commentary/index.component.d.ts +2 -2
  38. package/lib/common-grid/grid-action/grid-action-item/grid-action-item.component.d.ts +6 -1
  39. package/lib/common-grid/index.component.d.ts +10 -1
  40. package/lib/dialog/common-delete-dialog/index.component.d.ts +8 -2
  41. package/lib/dialog/common-dialog/index.component.d.ts +10 -2
  42. package/lib/float-box/index.component.d.ts +2 -2
  43. package/lib/form/confirm-select/index.component.d.ts +28 -0
  44. package/lib/form/drawer-form/constants.d.ts +2 -0
  45. package/lib/form/drawer-form/drawer-form.component.d.ts +8 -5
  46. package/lib/form/richtexteditor/ai-config.d.ts +10 -0
  47. package/lib/form/richtexteditor/data-config.d.ts +14 -0
  48. package/lib/form/richtexteditor/index.component.d.ts +83 -0
  49. package/lib/form/richtexteditor/openapi.d.ts +3 -0
  50. package/lib/form/search-input/index.component.d.ts +17 -0
  51. package/lib/layout/drawer/index.component.d.ts +8 -7
  52. package/lib/layout/grid-box/index.component.d.ts +9 -6
  53. package/lib/layout/multi-tab/index.component.d.ts +9 -3
  54. package/lib/layout/page-list/index.component.d.ts +9 -6
  55. package/lib/layout/rs-aside/index.component.d.ts +3 -1
  56. package/lib/layout/rs-header/index.component.d.ts +2 -1
  57. package/lib/raise-common-lib.module.d.ts +37 -32
  58. package/lib/service/dialog.service.d.ts +3 -1
  59. package/lib/service/drawer.service.d.ts +1 -1
  60. package/lib/truncated-text-toggle/index.component.d.ts +15 -0
  61. package/package.json +2 -2
  62. package/public-api.d.ts +6 -3
  63. package/src/assets/img/arrow_right.svg +4 -4
  64. package/src/assets/img/calendar-disabled.svg +6 -6
  65. package/src/assets/img/calendar.svg +6 -6
  66. package/src/assets/img/calendar_arrow_left.svg +3 -3
  67. package/src/assets/img/calendar_arrow_right.svg +3 -3
  68. package/src/assets/img/checked-vector.svg +3 -3
  69. package/src/assets/img/click_show_more_icon.svg +3 -0
  70. package/src/assets/img/dialog-close.svg +4 -0
  71. package/src/assets/img/dialog-grow.svg +6 -0
  72. package/src/assets/img/dialog-shrink.svg +6 -0
  73. package/src/assets/img/editor-copy.svg +5 -0
  74. package/src/assets/img/grid-action-detail.svg +4 -5
  75. package/src/assets/img/grid-action-duplicate.svg +6 -0
  76. package/src/assets/img/grid-action-export.svg +4 -11
  77. package/src/assets/img/grid-action-preview.svg +7 -0
  78. package/src/assets/img/grid-action-refresh.svg +4 -0
  79. package/src/assets/img/grid-action-verify.svg +7 -0
  80. package/src/assets/img/grid-action-viewStatus.svg +3 -0
  81. package/src/assets/img/grid-menu-arrow-up.svg +4 -0
  82. package/src/assets/img/grid-menu-filter.svg +6 -0
  83. package/src/assets/img/info.svg +5 -0
  84. package/src/assets/img/plus.svg +4 -4
  85. package/src/assets/img/search.svg +4 -4
  86. package/src/assets/img/shrink-icon.svg +6 -0
  87. package/src/assets/img/time-disabled.svg +4 -4
  88. package/src/assets/img/time.svg +4 -4
  89. package/src/assets/img/toolbar-action-addFolder.svg +17 -0
  90. package/src/assets/img/toolbar-action-calculator.svg +11 -0
  91. package/src/assets/img/toolbar-action-collapse.svg +7 -0
  92. package/src/assets/img/toolbar-action-combine.svg +4 -0
  93. package/src/assets/img/toolbar-action-edit.svg +4 -0
  94. package/src/assets/img/toolbar-action-expand.svg +7 -0
  95. package/src/assets/img/toolbar-action-fetchData.svg +3 -0
  96. package/src/assets/img/toolbar-action-folderMove.svg +8 -0
  97. package/src/assets/img/toolbar-action-lock.svg +6 -0
  98. package/src/assets/img/toolbar-action-preview.svg +7 -0
  99. package/src/assets/img/toolbar-action-publish.svg +5 -0
  100. package/src/assets/img/toolbar-action-refresh.svg +3 -13
  101. package/src/assets/img/toolbar-action-reminders.svg +10 -0
  102. package/src/assets/img/toolbar-action-rename.svg +7 -0
  103. package/src/assets/img/toolbar-action-saveSequence.svg +5 -0
  104. package/src/assets/img/toolbar-action-send-file.svg +5 -0
  105. package/src/assets/img/toolbar-action-settle.svg +7 -0
  106. package/src/assets/img/toolbar-action-share.svg +5 -0
  107. package/src/assets/img/toolbar-action-submitForApproval.svg +4 -0
  108. package/src/assets/img/toolbar-action-sync.svg +4 -0
  109. package/src/assets/img/toolbar-action-template.svg +6 -0
  110. package/src/assets/img/toolbar-action-update.svg +11 -0
  111. package/src/assets/img/toolbar-action-workflow.svg +9 -0
  112. package/src/assets/style/reset/button.scss +3 -3
  113. package/src/assets/style/reset/checkbox.scss +15 -9
  114. package/src/assets/style/reset/dropdown.scss +56 -14
  115. package/src/assets/style/reset/grid.scss +134 -2
  116. package/src/assets/style/reset/mat-dialog.scss +1 -2
  117. package/src/assets/style/reset/radio.scss +33 -35
  118. package/src/assets/style/style.scss +0 -1
  119. package/esm2022/lib/form/toolbar-item/index.component.mjs +0 -56
  120. package/esm2022/lib/layout/toolbar/constants.mjs +0 -2
  121. /package/lib/{layout → actions}/toolbar/constants.d.ts +0 -0
  122. /package/lib/{layout → actions}/toolbar/index.component.d.ts +0 -0
@@ -16,39 +16,44 @@ import * as i14 from "./form/radio-group/index.component";
16
16
  import * as i15 from "./form/checkbox-group/index.component";
17
17
  import * as i16 from "./form/switch-input/index.component";
18
18
  import * as i17 from "./form/encrypted-input/index.component";
19
- import * as i18 from "./dialog/new-action-notification/new-action-notification.component";
20
- import * as i19 from "./dialog/common-dialog/index.component";
21
- import * as i20 from "./dialog/common-delete-dialog/index.component";
22
- import * as i21 from "./layout/drawer/index.component";
23
- import * as i22 from "./form/drawer-form/drawer-form.component";
24
- import * as i23 from "./form/toolbar-item/index.component";
25
- import * as i24 from "./commentary/index.component";
26
- import * as i25 from "./layout/nav-card-group/index.component";
27
- import * as i26 from "./layout/toolbar/index.component";
28
- import * as i27 from "@angular/common";
29
- import * as i28 from "@angular/common/http";
30
- import * as i29 from "@angular/forms";
31
- import * as i30 from "@angular/material/snack-bar";
32
- import * as i31 from "@angular/material/menu";
33
- import * as i32 from "@angular/material/tooltip";
34
- import * as i33 from "@angular/material/dialog";
35
- import * as i34 from "@angular/material/icon";
36
- import * as i35 from "@syncfusion/ej2-angular-grids";
37
- import * as i36 from "@syncfusion/ej2-angular-buttons";
38
- import * as i37 from "@syncfusion/ej2-angular-diagrams";
39
- import * as i38 from "@syncfusion/ej2-angular-popups";
40
- import * as i39 from "@syncfusion/ej2-angular-calendars";
41
- import * as i40 from "@syncfusion/ej2-angular-inputs";
42
- import * as i41 from "@syncfusion/ej2-angular-dropdowns";
43
- import * as i42 from "@syncfusion/ej2-angular-pivotview";
44
- import * as i43 from "@syncfusion/ej2-angular-charts";
45
- import * as i44 from "@syncfusion/ej2-angular-layouts";
46
- import * as i45 from "@syncfusion/ej2-angular-navigations";
47
- import * as i46 from "@syncfusion/ej2-angular-pdfviewer";
48
- import * as i47 from "@syncfusion/ej2-angular-splitbuttons";
49
- import * as i48 from "@syncfusion/ej2-angular-richtexteditor";
19
+ import * as i18 from "./form/search-input/index.component";
20
+ import * as i19 from "./form/confirm-select/index.component";
21
+ import * as i20 from "./dialog/new-action-notification/new-action-notification.component";
22
+ import * as i21 from "./dialog/common-dialog/index.component";
23
+ import * as i22 from "./dialog/common-delete-dialog/index.component";
24
+ import * as i23 from "./layout/drawer/index.component";
25
+ import * as i24 from "./form/drawer-form/drawer-form.component";
26
+ import * as i25 from "./actions/toolbar-item/index.component";
27
+ import * as i26 from "./commentary/index.component";
28
+ import * as i27 from "./layout/nav-card-group/index.component";
29
+ import * as i28 from "./actions/toolbar/index.component";
30
+ import * as i29 from "./truncated-text-toggle/index.component";
31
+ import * as i30 from "./form/richtexteditor/index.component";
32
+ import * as i31 from "@angular/common";
33
+ import * as i32 from "@angular/common/http";
34
+ import * as i33 from "@angular/forms";
35
+ import * as i34 from "@angular/cdk/drag-drop";
36
+ import * as i35 from "@angular/material/snack-bar";
37
+ import * as i36 from "@angular/material/menu";
38
+ import * as i37 from "@angular/material/tooltip";
39
+ import * as i38 from "@angular/material/dialog";
40
+ import * as i39 from "@angular/material/icon";
41
+ import * as i40 from "@syncfusion/ej2-angular-grids";
42
+ import * as i41 from "@syncfusion/ej2-angular-buttons";
43
+ import * as i42 from "@syncfusion/ej2-angular-diagrams";
44
+ import * as i43 from "@syncfusion/ej2-angular-popups";
45
+ import * as i44 from "@syncfusion/ej2-angular-calendars";
46
+ import * as i45 from "@syncfusion/ej2-angular-inputs";
47
+ import * as i46 from "@syncfusion/ej2-angular-dropdowns";
48
+ import * as i47 from "@syncfusion/ej2-angular-pivotview";
49
+ import * as i48 from "@syncfusion/ej2-angular-charts";
50
+ import * as i49 from "@syncfusion/ej2-angular-layouts";
51
+ import * as i50 from "@syncfusion/ej2-angular-navigations";
52
+ import * as i51 from "@syncfusion/ej2-angular-pdfviewer";
53
+ import * as i52 from "@syncfusion/ej2-angular-splitbuttons";
54
+ import * as i53 from "@syncfusion/ej2-angular-richtexteditor";
50
55
  export declare class RaiseCommonLibModule {
51
56
  static ɵfac: i0.ɵɵFactoryDeclaration<RaiseCommonLibModule, never>;
52
- static ɵmod: i0.ɵɵNgModuleDeclaration<RaiseCommonLibModule, [typeof i1.CommonGridComponent, typeof i2.GridActionComponent, typeof i3.GridActionItemComponent, typeof i4.FloatBoxComponent, typeof i5.RsPageListComponent, typeof i6.RsPageTabComponent, typeof i7.GridBoxComponent, typeof i8.RSHeaderComponent, typeof i9.RSFooterComponent, typeof i10.RSAsideComponent, typeof i11.MultiTabComponent, typeof i12.MainContainerComponent, typeof i13.TagInputComponent, typeof i14.RadioGroupComponent, typeof i15.CheckboxGroupComponent, typeof i16.SwitchInputComponent, typeof i17.EncryptedInputComponent, typeof i18.NewActionNotificationComponent, typeof i19.CommonDialogComponent, typeof i20.CommonDeleteComponent, typeof i21.DrawerComponent, typeof i22.DrawerFormComponent, typeof i23.ToolbarItemComponent, typeof i24.RsCommentaryComponent, typeof i25.RSNavCardGroupComponent, typeof i26.RSToolbarComponent], [typeof i27.CommonModule, typeof i28.HttpClientModule, typeof i29.ReactiveFormsModule, typeof i29.FormsModule, typeof i30.MatSnackBarModule, typeof i31.MatMenuModule, typeof i32.MatTooltipModule, typeof i33.MatDialogModule, typeof i34.MatIconModule, typeof i35.GridModule, typeof i35.PagerModule, typeof i35.GridAllModule, typeof i36.SwitchModule, typeof i36.CheckBoxModule, typeof i36.RadioButtonModule, typeof i36.ButtonModule, typeof i37.DiagramModule, typeof i38.TooltipModule, typeof i38.DialogModule, typeof i39.DatePickerModule, typeof i39.DateRangePickerModule, typeof i39.DateTimePickerModule, typeof i40.TextBoxModule, typeof i40.ColorPickerModule, typeof i40.UploaderModule, typeof i40.NumericTextBoxModule, typeof i41.DropDownListModule, typeof i41.DropDownTreeModule, typeof i41.MultiSelectAllModule, typeof i41.AutoCompleteModule, typeof i41.ListBoxModule, typeof i42.PivotViewAllModule, typeof i42.PivotFieldListAllModule, typeof i43.ChartAllModule, typeof i43.AccumulationChartAllModule, typeof i43.RangeNavigatorAllModule, typeof i43.AccumulationChartModule, typeof i44.DashboardLayoutModule, typeof i45.CarouselAllModule, typeof i45.ToolbarModule, typeof i45.TabModule, typeof i46.PdfViewerModule, typeof i47.DropDownButtonModule, typeof i47.SplitButtonModule, typeof i48.RichTextEditorAllModule], [typeof i27.CommonModule, typeof i28.HttpClientModule, typeof i29.ReactiveFormsModule, typeof i29.FormsModule, typeof i30.MatSnackBarModule, typeof i31.MatMenuModule, typeof i32.MatTooltipModule, typeof i33.MatDialogModule, typeof i34.MatIconModule, typeof i35.GridModule, typeof i35.PagerModule, typeof i35.GridAllModule, typeof i36.SwitchModule, typeof i36.CheckBoxModule, typeof i36.RadioButtonModule, typeof i36.ButtonModule, typeof i37.DiagramModule, typeof i38.TooltipModule, typeof i38.DialogModule, typeof i39.DatePickerModule, typeof i39.DateRangePickerModule, typeof i39.DateTimePickerModule, typeof i40.TextBoxModule, typeof i40.ColorPickerModule, typeof i40.UploaderModule, typeof i40.NumericTextBoxModule, typeof i41.DropDownListModule, typeof i41.DropDownTreeModule, typeof i41.MultiSelectAllModule, typeof i41.AutoCompleteModule, typeof i41.ListBoxModule, typeof i42.PivotViewAllModule, typeof i42.PivotFieldListAllModule, typeof i43.ChartAllModule, typeof i43.AccumulationChartAllModule, typeof i43.RangeNavigatorAllModule, typeof i43.AccumulationChartModule, typeof i44.DashboardLayoutModule, typeof i45.CarouselAllModule, typeof i45.ToolbarModule, typeof i45.TabModule, typeof i46.PdfViewerModule, typeof i47.DropDownButtonModule, typeof i47.SplitButtonModule, typeof i48.RichTextEditorAllModule, typeof i1.CommonGridComponent, typeof i2.GridActionComponent, typeof i3.GridActionItemComponent, typeof i4.FloatBoxComponent, typeof i5.RsPageListComponent, typeof i6.RsPageTabComponent, typeof i7.GridBoxComponent, typeof i8.RSHeaderComponent, typeof i9.RSFooterComponent, typeof i10.RSAsideComponent, typeof i11.MultiTabComponent, typeof i12.MainContainerComponent, typeof i13.TagInputComponent, typeof i14.RadioGroupComponent, typeof i15.CheckboxGroupComponent, typeof i16.SwitchInputComponent, typeof i17.EncryptedInputComponent, typeof i21.DrawerComponent, typeof i22.DrawerFormComponent, typeof i23.ToolbarItemComponent, typeof i24.RsCommentaryComponent, typeof i25.RSNavCardGroupComponent, typeof i26.RSToolbarComponent, typeof i18.NewActionNotificationComponent, typeof i19.CommonDialogComponent, typeof i20.CommonDeleteComponent]>;
57
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RaiseCommonLibModule, [typeof i1.CommonGridComponent, typeof i2.GridActionComponent, typeof i3.GridActionItemComponent, typeof i4.FloatBoxComponent, typeof i5.RsPageListComponent, typeof i6.RsPageTabComponent, typeof i7.GridBoxComponent, typeof i8.RSHeaderComponent, typeof i9.RSFooterComponent, typeof i10.RSAsideComponent, typeof i11.MultiTabComponent, typeof i12.MainContainerComponent, typeof i13.TagInputComponent, typeof i14.RadioGroupComponent, typeof i15.CheckboxGroupComponent, typeof i16.SwitchInputComponent, typeof i17.EncryptedInputComponent, typeof i18.SearchInputComponent, typeof i19.ConfirmSelectComponent, typeof i20.NewActionNotificationComponent, typeof i21.CommonDialogComponent, typeof i22.CommonDeleteComponent, typeof i23.DrawerComponent, typeof i24.DrawerFormComponent, typeof i25.ToolbarItemComponent, typeof i26.RsCommentaryComponent, typeof i27.RSNavCardGroupComponent, typeof i28.RSToolbarComponent, typeof i29.TruncatedTextToggleComponent, typeof i30.RichtexteditorComponent], [typeof i31.CommonModule, typeof i32.HttpClientModule, typeof i33.ReactiveFormsModule, typeof i33.FormsModule, typeof i34.DragDropModule, typeof i35.MatSnackBarModule, typeof i36.MatMenuModule, typeof i37.MatTooltipModule, typeof i38.MatDialogModule, typeof i39.MatIconModule, typeof i40.GridModule, typeof i40.PagerModule, typeof i40.GridAllModule, typeof i41.SwitchModule, typeof i41.CheckBoxModule, typeof i41.RadioButtonModule, typeof i41.ButtonModule, typeof i42.DiagramModule, typeof i43.TooltipModule, typeof i43.DialogModule, typeof i44.DatePickerModule, typeof i44.DateRangePickerModule, typeof i44.DateTimePickerModule, typeof i45.TextBoxModule, typeof i45.ColorPickerModule, typeof i45.UploaderModule, typeof i45.NumericTextBoxModule, typeof i46.DropDownListModule, typeof i46.DropDownTreeModule, typeof i46.MultiSelectAllModule, typeof i46.AutoCompleteModule, typeof i46.ListBoxModule, typeof i47.PivotViewAllModule, typeof i47.PivotFieldListAllModule, typeof i48.ChartAllModule, typeof i48.AccumulationChartAllModule, typeof i48.RangeNavigatorAllModule, typeof i48.AccumulationChartModule, typeof i49.DashboardLayoutModule, typeof i50.CarouselAllModule, typeof i50.ToolbarModule, typeof i50.TabModule, typeof i50.TreeViewModule, typeof i51.PdfViewerModule, typeof i52.DropDownButtonModule, typeof i52.SplitButtonModule, typeof i53.RichTextEditorAllModule], [typeof i31.CommonModule, typeof i32.HttpClientModule, typeof i33.ReactiveFormsModule, typeof i33.FormsModule, typeof i34.DragDropModule, typeof i35.MatSnackBarModule, typeof i36.MatMenuModule, typeof i37.MatTooltipModule, typeof i38.MatDialogModule, typeof i40.GridModule, typeof i40.PagerModule, typeof i40.GridAllModule, typeof i41.SwitchModule, typeof i41.CheckBoxModule, typeof i41.RadioButtonModule, typeof i41.ButtonModule, typeof i42.DiagramModule, typeof i43.TooltipModule, typeof i43.DialogModule, typeof i44.DatePickerModule, typeof i44.DateRangePickerModule, typeof i44.DateTimePickerModule, typeof i45.TextBoxModule, typeof i45.ColorPickerModule, typeof i45.UploaderModule, typeof i45.NumericTextBoxModule, typeof i46.DropDownListModule, typeof i46.DropDownTreeModule, typeof i46.MultiSelectAllModule, typeof i46.AutoCompleteModule, typeof i46.ListBoxModule, typeof i47.PivotViewAllModule, typeof i47.PivotFieldListAllModule, typeof i48.ChartAllModule, typeof i48.AccumulationChartAllModule, typeof i48.RangeNavigatorAllModule, typeof i48.AccumulationChartModule, typeof i49.DashboardLayoutModule, typeof i50.CarouselAllModule, typeof i50.ToolbarModule, typeof i50.TabModule, typeof i50.TreeViewModule, typeof i51.PdfViewerModule, typeof i52.DropDownButtonModule, typeof i52.SplitButtonModule, typeof i53.RichTextEditorAllModule, typeof i1.CommonGridComponent, typeof i2.GridActionComponent, typeof i3.GridActionItemComponent, typeof i4.FloatBoxComponent, typeof i5.RsPageListComponent, typeof i6.RsPageTabComponent, typeof i7.GridBoxComponent, typeof i8.RSHeaderComponent, typeof i9.RSFooterComponent, typeof i10.RSAsideComponent, typeof i11.MultiTabComponent, typeof i12.MainContainerComponent, typeof i13.TagInputComponent, typeof i14.RadioGroupComponent, typeof i15.CheckboxGroupComponent, typeof i16.SwitchInputComponent, typeof i17.EncryptedInputComponent, typeof i18.SearchInputComponent, typeof i19.ConfirmSelectComponent, typeof i23.DrawerComponent, typeof i24.DrawerFormComponent, typeof i25.ToolbarItemComponent, typeof i26.RsCommentaryComponent, typeof i27.RSNavCardGroupComponent, typeof i28.RSToolbarComponent, typeof i29.TruncatedTextToggleComponent, typeof i21.CommonDialogComponent, typeof i30.RichtexteditorComponent]>;
53
58
  static ɵinj: i0.ɵɵInjectorDeclaration<RaiseCommonLibModule>;
54
59
  }
@@ -30,12 +30,14 @@ export declare class DialogService {
30
30
  deleteElement(): import("@angular/material/dialog").MatDialogRef<CommonDeleteComponent, any>;
31
31
  showCommonDilaog(data?: {
32
32
  title?: string;
33
- description?: string;
33
+ description?: string | string[];
34
34
  saveBtnLabel?: string;
35
35
  cancelBtnLabel?: string;
36
36
  showErrorIcon?: boolean;
37
37
  size?: string;
38
38
  hideSaveBtn?: boolean;
39
+ onCloseRequest?: (e: any) => Promise<boolean>;
40
+ showZoomBtn?: boolean;
39
41
  }): import("@angular/material/dialog").MatDialogRef<CommonDeleteComponent, any>;
40
42
  showUnsavedChanges(data?: {
41
43
  title?: string;
@@ -26,7 +26,6 @@ export declare class DrawerService implements OnDestroy {
26
26
  private router;
27
27
  private uniqueDrawerComponent;
28
28
  private resultPromiseResolveMap;
29
- private openedSubscription;
30
29
  private routerSubscription;
31
30
  private ListenChangeCbs;
32
31
  constructor(router: Router);
@@ -38,6 +37,7 @@ export declare class DrawerService implements OnDestroy {
38
37
  show<T>(component: new (...args: any[]) => T, config: DrawerConfig, data?: {}): DrawerShowInstance<T>;
39
38
  hide(): void;
40
39
  complete(data?: any): void;
40
+ setConfig(config: Partial<DrawerConfig>): void;
41
41
  deleteCache(cacheKey: string): void;
42
42
  onChange(callback: DrawerChangeListener): () => void;
43
43
  private checkChange;
@@ -0,0 +1,15 @@
1
+ import { OnInit } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class TruncatedTextToggleComponent implements OnInit {
4
+ data: string;
5
+ maximum: number;
6
+ showData: string;
7
+ showExpandMoreBtn: boolean;
8
+ showCollapseBtn: boolean;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ showAll(): void;
12
+ collapse(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruncatedTextToggleComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TruncatedTextToggleComponent, "truncated-text-toggle", never, { "data": { "alias": "data"; "required": false; }; "maximum": { "alias": "maximum"; "required": false; }; }, {}, never, never, false, never>;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib-new",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"
@@ -22,4 +22,4 @@
22
22
  "default": "./fesm2022/raise-common-lib-new.mjs"
23
23
  }
24
24
  }
25
- }
25
+ }
package/public-api.d.ts CHANGED
@@ -3,13 +3,15 @@ export * from "./lib/common-grid/grid-action/grid-action.component";
3
3
  export * from "./lib/common-grid/grid-action/grid-action-item/grid-action-item.component";
4
4
  export * from "./lib/float-box/index.component";
5
5
  export * from "./lib/commentary/index.component";
6
+ export * from "./lib/truncated-text-toggle/index.component";
6
7
  export * from "./lib/layout/page-list/index.component";
7
8
  export * from "./lib/layout/page-tab/index.component";
8
9
  export * from "./lib/layout/grid-box/index.component";
9
10
  export * from "./lib/layout/multi-tab/index.component";
10
11
  export * from "./lib/layout/drawer/index.component";
11
12
  export * from "./lib/layout/nav-card-group/index.component";
12
- export * from "./lib/layout/toolbar/index.component";
13
+ export * from "./lib/actions/toolbar/index.component";
14
+ export * from "./lib/actions/toolbar-item/index.component";
13
15
  export * from "./lib/layout/main-container/index.component";
14
16
  export * from "./lib/layout/rs-header/index.component";
15
17
  export * from "./lib/layout/rs-footer/index.component";
@@ -21,8 +23,9 @@ export * from "./lib/form/switch-input/index.component";
21
23
  export * from "./lib/form/encrypted-input/index.component";
22
24
  export * from "./lib/form/drawer-form/drawer-form.component";
23
25
  export * from "./lib/form/drawer-form/constants";
24
- export * from "./lib/form/toolbar-item/index.component";
25
- export * from "./lib/dialog/common-delete-dialog/index.component";
26
+ export * from "./lib/form/richtexteditor/index.component";
27
+ export * from "./lib/form/confirm-select/index.component";
28
+ export * from "./lib/form/search-input/index.component";
26
29
  export * from "./lib/dialog/common-dialog/index.component";
27
30
  export * from "./lib/dialog/new-action-notification/new-action-notification.component";
28
31
  export * from "./lib/service/common-function.service";
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.24264 3.75736L12.5 8L9.24264 12.2426" stroke="#6C7C90" stroke-linecap="round"/>
3
- <path d="M3 7.5C2.72386 7.5 2.5 7.72386 2.5 8C2.5 8.27614 2.72386 8.5 3 8.5V7.5ZM12 7.5L3 7.5V8.5L12 8.5V7.5Z" fill="#6C7C90"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.24264 3.75736L12.5 8L9.24264 12.2426" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M3 7.5C2.72386 7.5 2.5 7.72386 2.5 8C2.5 8.27614 2.72386 8.5 3 8.5V7.5ZM12 7.5L3 7.5V8.5L12 8.5V7.5Z" fill="#6C7C90"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 6C2 4.61929 3.11929 3.5 4.5 3.5H11.5C12.8807 3.5 14 4.61929 14 6V13C14 13.8284 13.3284 14.5 12.5 14.5H3.5C2.67157 14.5 2 13.8284 2 13V6Z" stroke="#6B6B6B66"/>
3
- <line x1="1.5" y1="6.5" x2="13.5" y2="6.5" stroke="#6B6B6B66"/>
4
- <line x1="5" y1="2" x2="5" y2="5" stroke="#6B6B6B66"/>
5
- <line x1="11" y1="2" x2="11" y2="5" stroke="#6B6B6B66"/>
6
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 6C2 4.61929 3.11929 3.5 4.5 3.5H11.5C12.8807 3.5 14 4.61929 14 6V13C14 13.8284 13.3284 14.5 12.5 14.5H3.5C2.67157 14.5 2 13.8284 2 13V6Z" stroke="#6B6B6B66"/>
3
+ <line x1="1.5" y1="6.5" x2="13.5" y2="6.5" stroke="#6B6B6B66"/>
4
+ <line x1="5" y1="2" x2="5" y2="5" stroke="#6B6B6B66"/>
5
+ <line x1="11" y1="2" x2="11" y2="5" stroke="#6B6B6B66"/>
6
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 6C2 4.61929 3.11929 3.5 4.5 3.5H11.5C12.8807 3.5 14 4.61929 14 6V13C14 13.8284 13.3284 14.5 12.5 14.5H3.5C2.67157 14.5 2 13.8284 2 13V6Z" stroke="#1F7BFF"/>
3
- <line x1="1.5" y1="6.5" x2="13.5" y2="6.5" stroke="#1F7BFF"/>
4
- <line x1="5" y1="2" x2="5" y2="5" stroke="#1F7BFF"/>
5
- <line x1="11" y1="2" x2="11" y2="5" stroke="#1F7BFF"/>
6
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 6C2 4.61929 3.11929 3.5 4.5 3.5H11.5C12.8807 3.5 14 4.61929 14 6V13C14 13.8284 13.3284 14.5 12.5 14.5H3.5C2.67157 14.5 2 13.8284 2 13V6Z" stroke="#1F7BFF"/>
3
+ <line x1="1.5" y1="6.5" x2="13.5" y2="6.5" stroke="#1F7BFF"/>
4
+ <line x1="5" y1="2" x2="5" y2="5" stroke="#1F7BFF"/>
5
+ <line x1="11" y1="2" x2="11" y2="5" stroke="#1F7BFF"/>
6
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.5062 17.2905L9.90119 11.9892L13.4582 6.65546" stroke="#6C7C90" stroke-linecap="round"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5062 17.2905L9.90119 11.9892L13.4582 6.65546" stroke="#6C7C90" stroke-linecap="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.4938 17.2905L14.0988 11.9892L10.5418 6.65546" stroke="#6C7C90" stroke-linecap="round"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.4938 17.2905L14.0988 11.9892L10.5418 6.65546" stroke="#6C7C90" stroke-linecap="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.571289 4.14293L3.42843 7.00007L6.57129 3.85721L9.71415 0.714355" stroke="white" stroke-linecap="round"/>
3
- </svg>
1
+ <svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.571289 4.14293L3.42843 7.00007L6.57129 3.85721L9.71415 0.714355" stroke="white" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.8284 6.82843L8 9L5.17157 6.82843" stroke="#929DAB" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.500244 10L9.50011 1.00013" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M9.5 10L0.500133 1.00013" stroke="#6C7C90" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.2168 1.02539L13.2168 1.02539L13.2168 6.02539" stroke="#6C7C90"/>
3
+ <line x1="13.3389" y1="0.853553" x2="8.38916" y2="5.8033" stroke="#6C7C90"/>
4
+ <path d="M6 12.8379L1 12.8379L1 7.83789" stroke="#6C7C90"/>
5
+ <line x1="0.878869" y1="13.0097" x2="5.82862" y2="8.05998" stroke="#6C7C90"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.99512 2.28223V7.28223H13.9951" stroke="#6C7C90"/>
3
+ <line y1="-0.5" x2="7" y2="-0.5" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 8.4707 7.0498)" stroke="#6C7C90"/>
4
+ <path d="M7.00684 14.1724L7.00684 9.17236L2.00684 9.17236" stroke="#6C7C90"/>
5
+ <line y1="-0.5" x2="7" y2="-0.5" transform="matrix(-0.707107 0.707107 0.707107 0.707107 7.53223 9.4043)" stroke="#6C7C90"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="16" height="16" fill="white"/>
3
+ <rect x="4.5" y="4.5" width="9" height="9" rx="1.5" stroke="#6C7C90"/>
4
+ <path d="M11.5 2.5H4.5C3.39543 2.5 2.5 3.39543 2.5 4.5V11.5" stroke="#6C7C90" stroke-linecap="round"/>
5
+ </svg>
@@ -1,7 +1,6 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.91387 13.5H5.44643H4.5C3.39543 13.5 2.5 12.6046 2.5 11.5V3.5C2.5 2.39543 3.39543 1.5 4.5 1.5H11.5C12.6046 1.5 13.5 2.39543 13.5 3.5V7.5" stroke="#6C7C90" stroke-linecap="round"/>
3
- <path d="M5 7H8" stroke="#6C7C90" stroke-linecap="round"/>
4
- <path d="M5 5H9" stroke="#6C7C90" stroke-linecap="round"/>
5
- <path d="M14.9642 11.9359C14.9769 11.9637 14.9854 11.9848 14.9911 12C14.9854 12.0152 14.9769 12.0363 14.9642 12.0641C14.9246 12.1505 14.8601 12.2661 14.7692 12.403C14.5878 12.6761 14.3191 13.0067 13.9841 13.325C13.3019 13.9729 12.4199 14.5 11.5 14.5C10.5801 14.5 9.69806 13.9729 9.0159 13.325C8.68087 13.0067 8.41225 12.6761 8.23081 12.403C8.13985 12.2661 8.07542 12.1505 8.03577 12.0641C8.02305 12.0363 8.01455 12.0152 8.00893 12C8.01455 11.9848 8.02305 11.9637 8.03577 11.9359C8.07542 11.8495 8.13985 11.7339 8.23081 11.597C8.41225 11.3239 8.68087 10.9933 9.0159 10.675C9.69806 10.0271 10.5801 9.5 11.5 9.5C12.4199 9.5 13.3019 10.0271 13.9841 10.675C14.3191 10.9933 14.5878 11.3239 14.7692 11.597C14.8601 11.7339 14.9246 11.8495 14.9642 11.9359Z" stroke="#6C7C90"/>
6
- <circle cx="11.5" cy="12" r="0.5" stroke="#6C7C90"/>
2
+ <path d="M13 5.2666L13 13C13 13.8284 12.3284 14.5 11.5 14.5L4.5 14.5C3.67157 14.5 3 13.8284 3 13L3 3C3 2.17157 3.67157 1.5 4.5 1.5L9.46484 1.5C9.89066 1.5 10.2966 1.68122 10.5811 1.99805L12.6162 4.26367C12.8634 4.53895 13 4.89662 13 5.2666Z" stroke="#6C7C90"/>
3
+ <line x1="5" y1="5" x2="8" y2="5" stroke="#6C7C90"/>
4
+ <line x1="5" y1="9.5" x2="9" y2="9.5" stroke="#6C7C90"/>
5
+ <line x1="5" y1="11.5" x2="10" y2="11.5" stroke="#6C7C90"/>
7
6
  </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2.5" y="2.5" width="8" height="8" rx="1.5" stroke="#6C7C90"/>
3
+ <rect x="5.5" y="5.5" width="8" height="8" rx="1.5" fill="white" stroke="#6C7C90"/>
4
+ <path d="M7.5 9.5H11.5" stroke="#6C7C90" stroke-linecap="round"/>
5
+ <path d="M9.5 11.5L9.5 7.5" stroke="#6C7C90" stroke-linecap="round"/>
6
+ </svg>
@@ -1,12 +1,5 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M10 11L10 12C10 13.1046 9.10457 14 8 14L7.75 14L5.5 14L3 14C1.89543 14 1 13.1046 1 12L1 4C1 2.89543 1.89543 2 3 2L7.58579 2C7.851 2 8.10536 2.10536 8.29289 2.29289L9.70711 3.70711C9.89464 3.89464 10 4.149 10 4.41421L10 8"
4
- stroke="#6C7C90" />
5
- <path d="M11.7816 13.0083L14.7249 10.0042L11.7816 6.99998" stroke="#6C7C90" stroke-linecap="round" />
6
- <line x1="0.5" y1="-0.5" x2="9.5" y2="-0.5" transform="matrix(-1 0 0 1 15 10.5414)" stroke="#6C7C90"
7
- stroke-linecap="round" />
8
- <line x1="4.5" y1="5.5" x2="7.5" y2="5.5" stroke="#6C7C90" />
9
- <line x1="5.5" y1="7.5" x2="8.5" y2="7.5" stroke="#6C7C90" />
10
- <line x1="2.5" y1="5.5" x2="3.5" y2="5.5" stroke="#6C7C90" />
11
- <line x1="3.5" y1="7.5" x2="4.5" y2="7.5" stroke="#6C7C90" />
12
- </svg>
2
+ <path d="M11 11L11 12C11 13.1046 10.1046 14 9 14L8.75 14L6.5 14L4 14C2.89543 14 2 13.1046 2 12L2 4C2 2.89543 2.89543 2 4 2L7.96864 2C8.26056 2 8.53791 2.12756 8.72789 2.34921L10.7593 4.71913C10.9146 4.90038 11 5.13121 11 5.36992L11 8" stroke="#6C7C90"/>
3
+ <path d="M13.0995 11.2859L15.199 9.14294L13.0995 7" stroke="#6C7C90" stroke-linecap="round"/>
4
+ <line x1="0.5" y1="-0.5" x2="7.5" y2="-0.5" transform="matrix(-1 0 0 1 15 9.68018)" stroke="#6C7C90" stroke-linecap="round"/>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.91387 13.5H5.44643H4.5C3.39543 13.5 2.5 12.6046 2.5 11.5V3.5C2.5 2.39543 3.39543 1.5 4.5 1.5H11.5C12.6046 1.5 13.5 2.39543 13.5 3.5V7.5" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M5 7H8" stroke="#6C7C90" stroke-linecap="round"/>
4
+ <path d="M5 5H9" stroke="#6C7C90" stroke-linecap="round"/>
5
+ <path d="M11.5 9.5C12.4199 9.5 13.3022 10.0269 13.9844 10.6748C14.3194 10.993 14.5881 11.3236 14.7695 11.5967C14.8603 11.7334 14.9242 11.8491 14.9639 11.9355C14.9764 11.9629 14.9836 11.9849 14.9893 12C14.9836 12.0151 14.9764 12.0371 14.9639 12.0645C14.9242 12.1509 14.8603 12.2666 14.7695 12.4033C14.5881 12.6764 14.3194 13.007 13.9844 13.3252C13.3022 13.9731 12.4199 14.5 11.5 14.5C10.5801 14.5 9.69778 13.9731 9.01562 13.3252C8.68062 13.007 8.41189 12.6764 8.23047 12.4033C8.13967 12.2666 8.0758 12.1509 8.03613 12.0645C8.02349 12.0369 8.01539 12.0152 8.00977 12C8.01539 11.9848 8.02349 11.9631 8.03613 11.9355C8.0758 11.8491 8.13967 11.7334 8.23047 11.5967C8.41189 11.3236 8.68062 10.993 9.01562 10.6748C9.69778 10.0269 10.5801 9.5 11.5 9.5Z" stroke="#6C7C90"/>
6
+ <circle cx="11.5" cy="12" r="0.5" stroke="#6C7C90"/>
7
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.91304 2.58996C8.31041 2.42848 7.68188 2.38728 7.06333 2.46872C6.44477 2.55015 5.84832 2.75262 5.30801 3.06457C4.76771 3.37651 4.29414 3.79182 3.91434 4.28679C3.53454 4.78175 3.25595 5.34668 3.09448 5.94931C2.933 6.55194 2.89181 7.18047 2.97324 7.79902C3.05467 8.41757 3.25714 9.01403 3.56909 9.55433L1.33357 8.43896" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M6.45369 11.7677C7.05632 11.9292 7.68486 11.9704 8.30341 11.8889C8.92196 11.8075 9.51842 11.605 10.0587 11.2931C10.599 10.9811 11.0726 10.5658 11.4524 10.0709C11.8322 9.5759 12.1108 9.01097 12.2723 8.40834C12.4337 7.80571 12.4749 7.17718 12.3935 6.55862C12.3121 5.94007 12.1096 5.34362 11.7976 4.80331L14.1211 6.07111" stroke="#6C7C90" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.5 11L10.4105 12L12.5 10" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M12 5.79412V3.5C12 2.39543 11.1046 1.5 10 1.5H7.5H5C3.89543 1.5 3 2.39543 3 3.5V11.5C3 12.6046 3.89543 13.5 5 13.5H6.5" stroke="#6C7C90" stroke-linecap="round"/>
4
+ <line x1="4.5" y1="4.5" x2="8.5" y2="4.5" stroke="#6C7C90"/>
5
+ <path d="M4.5 7H7.5" stroke="#6C7C90"/>
6
+ <circle cx="11" cy="11" r="3.5" stroke="#6C7C90"/>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.07324 13.3955H9.07422L9.15625 13.8115L9.16992 13.8848C8.79145 13.9596 8.40042 14 8 14C7.59924 14 7.20786 13.9597 6.8291 13.8848L7.02344 12.9053C7.33846 12.9676 7.66494 13 8 13C8.33506 13 8.66154 12.9676 8.97656 12.9053L9.07324 13.3955ZM3.8418 10.7773C4.2071 11.323 4.67703 11.7929 5.22266 12.1582L4.94336 12.5732L4.94434 12.5742L4.69238 12.9502L4.66602 12.9883C4.01187 12.5502 3.44867 11.9873 3.01074 11.333L3.8418 10.7773ZM12.5732 11.0557H12.5742L12.6572 11.1113L12.9883 11.333C12.5502 11.9873 11.9873 12.5502 11.333 12.9883L11.3076 12.9502L11.0557 12.5742V12.5732L10.7773 12.1582C11.323 11.7929 11.7929 11.323 12.1582 10.7773L12.5732 11.0557ZM2.60449 6.92578H2.60352L3.09473 7.02344C3.03243 7.33846 3 7.66494 3 8C3 8.33506 3.03243 8.66154 3.09473 8.97656L2.60352 9.07324L2.60449 9.07422L2.11426 9.16992C2.03946 8.79151 2 8.40036 2 8C2 7.59931 2.03934 7.2078 2.11426 6.8291L2.60449 6.92578ZM13.8848 6.8291C13.9597 7.20786 14 7.59924 14 8C14 8.40042 13.9596 8.79145 13.8848 9.16992L13.3955 9.07422V9.07324L12.9053 8.97656C12.9676 8.66154 13 8.33506 13 8C13 7.66494 12.9676 7.33846 12.9053 7.02344L13.3955 6.92578L13.8848 6.8291ZM4.92871 3.40332L5.22266 3.8418C4.67703 4.2071 4.2071 4.67703 3.8418 5.22266L3.01074 4.66602C3.44871 4.01191 4.01191 3.44871 4.66602 3.01074L4.92871 3.40332ZM11.333 3.01074C11.9873 3.44867 12.5502 4.01187 12.9883 4.66602L12.1582 5.22266C11.7929 4.67703 11.323 4.2071 10.7773 3.8418L11.0713 3.40332L11.333 3.01074ZM8 2C8.40036 2 8.79151 2.03946 9.16992 2.11426L9.07617 2.59473L8.97656 3.09473C8.66154 3.03243 8.33506 3 8 3C7.66494 3 7.33846 3.03243 7.02344 3.09473L6.92383 2.59473L6.8291 2.11426C7.2078 2.03934 7.59931 2 8 2Z" fill="#6C7C90"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.5 6.44939L8 4.0001L10.5 6.44939" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <line x1="8" y1="4.59277" x2="8" y2="11.9145" stroke="#6C7C90" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-inside-1_10115_44202" fill="white">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 3H2.5L6.5 7.72727V14L9.5 12V7.72727L13.5 3Z"/>
4
+ </mask>
5
+ <path d="M2.5 3V2H0.343894L1.73661 3.64594L2.5 3ZM13.5 3L14.2634 3.64594L15.6561 2H13.5V3ZM6.5 7.72727H7.5V7.36097L7.26339 7.08133L6.5 7.72727ZM6.5 14H5.5V15.8685L7.0547 14.8321L6.5 14ZM9.5 12L10.0547 12.8321L10.5 12.5352V12H9.5ZM9.5 7.72727L8.73661 7.08133L8.5 7.36097V7.72727H9.5ZM2.5 4H13.5V2H2.5V4ZM7.26339 7.08133L3.26339 2.35406L1.73661 3.64594L5.73661 8.37322L7.26339 7.08133ZM7.5 14V7.72727H5.5V14H7.5ZM8.9453 11.1679L5.9453 13.1679L7.0547 14.8321L10.0547 12.8321L8.9453 11.1679ZM8.5 7.72727V12H10.5V7.72727H8.5ZM12.7366 2.35406L8.73661 7.08133L10.2634 8.37322L14.2634 3.64594L12.7366 2.35406Z" fill="#A1AAB5" mask="url(#path-1-inside-1_10115_44202)"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="8" cy="8.5" r="6.5" stroke="#6B6B6B"/>
3
+ <path d="M8 8.5V11.5" stroke="#6B6B6B" stroke-width="2" stroke-linecap="round"/>
4
+ <circle cx="8" cy="5.5" r="1" fill="#6B6B6B"/>
5
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <line x1="2.5" y1="8" x2="13.5" y2="8" stroke="#44566C" stroke-linecap="round"/>
3
- <path d="M8 13.5L8 2.5" stroke="#44566C" stroke-linecap="round"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <line x1="2.5" y1="8" x2="13.5" y2="8" stroke="#44566C" stroke-linecap="round"/>
3
+ <path d="M8 13.5L8 2.5" stroke="#44566C" stroke-linecap="round"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="7" cy="7" r="4.5" transform="rotate(-90 7 7)" stroke="#6C7C90"/>
3
- <line x1="10.3399" y1="9.63326" x2="13.8754" y2="13.1688" stroke="#6C7C90"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="7" cy="7" r="4.5" transform="rotate(-90 7 7)" stroke="#6C7C90"/>
3
+ <line x1="10.3399" y1="9.63326" x2="13.8754" y2="13.1688" stroke="#6C7C90"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.99463 2.28125V7.28125H13.9946" stroke="#6C7C90"/>
3
+ <line y1="-0.5" x2="7" y2="-0.5" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 8.46973 7.04883)" stroke="#6C7C90"/>
4
+ <path d="M7.00635 14.1719L7.00635 9.17188L2.00635 9.17188" stroke="#6C7C90"/>
5
+ <line y1="-0.5" x2="7" y2="-0.5" transform="matrix(-0.707107 0.707107 0.707107 0.707107 7.53174 9.4043)" stroke="#6C7C90"/>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="9" cy="9" r="8.5" stroke="#6B6B6B88"/>
3
- <path d="M9 4.23535V9.36657L12.1765 11.6471" stroke="#6B6B6B88"/>
4
- </svg>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="9" cy="9" r="8.5" stroke="#6B6B6B88"/>
3
+ <path d="M9 4.23535V9.36657L12.1765 11.6471" stroke="#6B6B6B88"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="9" cy="9" r="8.5" stroke="#1F7BFF"/>
3
- <path d="M9 4.23535V9.36657L12.1765 11.6471" stroke="#1F7BFF"/>
4
- </svg>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="9" cy="9" r="8.5" stroke="#1F7BFF"/>
3
+ <path d="M9 4.23535V9.36657L12.1765 11.6471" stroke="#1F7BFF"/>
4
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_14533_30925)">
3
+ <mask id="path-1-inside-1_14533_30925" fill="white">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.0229 2.69637C1.16918 1.73589 1.99865 1 3 1H5.08928C5.7188 1 6.31158 1.29639 6.68929 1.8L7.36156 2.69637H12.5714C13.5728 2.69637 14.4024 3.43237 14.5486 4.39294H14.5714V4.69637V5.24101V8.63402V10.7546V10.8751C14.5714 11.9797 13.676 12.8751 12.5714 12.8751H11.1786H7.78571H3C1.89543 12.8751 1 11.9797 1 10.8751V5.24101V4.39294V4.39286V3V2.69637H1.0229Z"/>
5
+ </mask>
6
+ <path d="M1.0229 2.69637V3.69637H1.88213L2.0115 2.84694L1.0229 2.69637ZM6.68929 1.8L7.48929 1.2V1.2L6.68929 1.8ZM7.36156 2.69637L6.56156 3.29637L6.86156 3.69637H7.36156V2.69637ZM14.5486 4.39294L13.5599 4.54341L13.6892 5.39294H14.5486V4.39294ZM14.5714 4.39294H15.5714V3.39294H14.5714V4.39294ZM1 2.69637V1.69637H0V2.69637H1ZM1.0229 2.69637L2.0115 2.84694C2.08451 2.36758 2.50024 2 3 2V1V0C1.49707 0 0.253859 1.10421 0.0342995 2.5458L1.0229 2.69637ZM3 1V2H5.08928V1V0H3V1ZM5.08928 1V2C5.40404 2 5.70043 2.14819 5.88929 2.4L6.68929 1.8L7.48929 1.2C6.92272 0.444582 6.03356 0 5.08928 0V1ZM6.68929 1.8L5.88929 2.4L6.56156 3.29637L7.36156 2.69637L8.16156 2.09637L7.48929 1.2L6.68929 1.8ZM7.36156 2.69637V3.69637H12.5714V2.69637V1.69637H7.36156V2.69637ZM12.5714 2.69637V3.69637C13.0712 3.69637 13.487 4.064 13.5599 4.54341L14.5486 4.39294L15.5372 4.24248C15.3177 2.80074 14.0745 1.69637 12.5714 1.69637V2.69637ZM14.5486 4.39294V5.39294H14.5714V4.39294V3.39294H14.5486V4.39294ZM14.5714 4.39294H13.5714V4.69637H14.5714H15.5714V4.39294H14.5714ZM14.5714 4.69637H13.5714V5.24101H14.5714H15.5714V4.69637H14.5714ZM14.5714 5.24101H13.5714V8.63402H14.5714H15.5714V5.24101H14.5714ZM14.5714 8.63402H13.5714V10.7546H14.5714H15.5714V8.63402H14.5714ZM14.5714 10.7546H13.5714V10.8751H14.5714H15.5714V10.7546H14.5714ZM14.5714 10.8751H13.5714C13.5714 11.4274 13.1237 11.8751 12.5714 11.8751V12.8751V13.8751C14.2283 13.8751 15.5714 12.5319 15.5714 10.8751H14.5714ZM12.5714 12.8751V11.8751H11.1786V12.8751V13.8751H12.5714V12.8751ZM11.1786 12.8751V11.8751H7.78571V12.8751V13.8751H11.1786V12.8751ZM7.78571 12.8751V11.8751H3V12.8751V13.8751H7.78571V12.8751ZM3 12.8751V11.8751C2.44771 11.8751 2 11.4274 2 10.8751H1H0C0 12.5319 1.34314 13.8751 3 13.8751V12.8751ZM1 10.8751H2V5.24101H1H0V10.8751H1ZM1 5.24101H2V4.39294H1H0V5.24101H1ZM1 4.39294H2V4.39286H1H0V4.39294H1ZM1 4.39286H2V3H1H0V4.39286H1ZM1 3H2V2.69637H1H0V3H1ZM1 2.69637V3.69637H1.0229V2.69637V1.69637H1V2.69637Z" fill="#6C7C90" mask="url(#path-1-inside-1_14533_30925)"/>
7
+ <rect x="15" y="14" width="9" height="9" fill="#F8F8F8"/>
8
+ <circle cx="11" cy="10" r="4.5" fill="#F8FAFB" stroke="#6C7C90"/>
9
+ <line x1="8" y1="9.92859" x2="14" y2="9.92859" stroke="#6C7C90"/>
10
+ <line x1="10.9287" y1="13" x2="10.9287" y2="7" stroke="#6C7C90"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_14533_30925">
14
+ <rect width="16" height="16" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2.5" y="1.5" width="11" height="13" rx="1.5" fill="white" stroke="#6C7C90"/>
3
+ <rect x="10" y="10" width="2" height="1" fill="#6C7C90"/>
4
+ <rect x="10" y="12" width="2" height="1" fill="#6C7C90"/>
5
+ <rect x="4" y="10" width="1.5" height="1" fill="#6C7C90"/>
6
+ <rect x="7" y="10" width="1.5" height="1" fill="#6C7C90"/>
7
+ <rect x="4" y="12" width="1.5" height="1" fill="#6C7C90"/>
8
+ <rect x="7" y="12" width="1.5" height="1" fill="#6C7C90"/>
9
+ <rect x="9" y="5" width="1" height="1" fill="#6C7C90"/>
10
+ <rect x="4.5" y="3.5" width="7" height="4" rx="0.5" stroke="#6C7C90"/>
11
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.8284 3.67157L8 5.84314L5.17157 3.67157" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M8 2L8 5" stroke="#6C7C90" stroke-linecap="round"/>
4
+ <path d="M5.17157 12.1716L8 10L10.8284 12.1716" stroke="#6C7C90" stroke-linecap="round"/>
5
+ <path d="M8 11L8 14" stroke="#6C7C90" stroke-linecap="round"/>
6
+ <path d="M4 8L12 8" stroke="#6C7C90" stroke-linecap="round"/>
7
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2.5" y="2.5" width="7" height="7" rx="1.5" stroke="#6C7C90"/>
3
+ <rect x="6.5" y="6.5" width="7" height="7" rx="1.5" stroke="#6C7C90"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.88478 4H3.9043L3.7002 4.01074C2.69152 4.113 1.9043 4.96435 1.9043 6V12L1.91504 12.2041C2.0105 13.1457 2.75864 13.8938 3.7002 13.9893L3.9043 14H9.9043L10.1084 13.9893C11.05 13.8938 11.7981 13.1457 11.8936 12.2041L11.9043 12V9.53764L10.9043 10.425V12C10.9043 12.5523 10.4566 13 9.9043 13H3.9043C3.35201 13 2.9043 12.5523 2.9043 12V6C2.9043 5.44772 3.35201 5 3.9043 5H7.75785L8.88478 4Z" fill="#6C7C90"/>
3
+ <path d="M13.8897 3.22159C14.2802 3.61211 14.2802 4.24528 13.8897 4.6358L8.27361 10.2519L6.52242 10.5889L6.8594 8.8377L12.4755 3.22159C12.866 2.83106 13.4992 2.83106 13.8897 3.22159Z" stroke="#6C7C90"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.8289 4.17157L8.00049 2L5.17206 4.17157" stroke="#6C7C90"/>
3
+ <line x1="8" y1="6.15686" x2="8" y2="2.15686" stroke="#6C7C90"/>
4
+ <path d="M5.17157 11.8284L8 14L10.8284 11.8284" stroke="#6C7C90"/>
5
+ <line x1="8" y1="13.5" x2="8" y2="9.5" stroke="#6C7C90"/>
6
+ <path d="M3 8L13 8" stroke="#6C7C90" stroke-linecap="round"/>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 1.5C10.7612 1.5 12.9996 2.45923 13 3.64258V11.8564L12.9941 11.9668C12.86 13.099 10.675 13.999 8 13.999C5.32509 13.999 3.1411 13.0989 3.00684 11.9668L3 11.8564V3.64258C3.00045 2.45926 5.23884 1.50004 8 1.5ZM4 11.8262L4.00098 11.8506C4.00921 11.8709 4.04081 11.931 4.14355 12.0254C4.29546 12.1648 4.55165 12.3273 4.92871 12.4814C5.68123 12.7889 6.76277 12.999 8 12.999C9.23713 12.999 10.3185 12.7889 11.0713 12.4814C11.4486 12.3273 11.7054 12.1648 11.8574 12.0254C11.9553 11.9356 11.988 11.8764 11.998 11.8535L12 11.8213V10.4609C11.0876 10.9815 9.63618 11.3203 8 11.3203C6.36334 11.3203 4.91203 10.9809 4 10.46V11.8262ZM4 9.14746L4.00098 9.17188C4.00921 9.19222 4.04085 9.25236 4.14355 9.34668C4.29546 9.48606 4.55166 9.64864 4.92871 9.80273C5.68123 10.1102 6.76278 10.3203 8 10.3203C9.23713 10.3203 10.3185 10.1101 11.0713 9.80273C11.4486 9.6486 11.7054 9.48611 11.8574 9.34668C11.9552 9.25688 11.988 9.19774 11.998 9.1748L12 9.14258V7.7832C11.0876 8.30376 9.6361 8.64258 8 8.64258C6.36341 8.64255 4.91204 8.30309 4 7.78223V9.14746ZM12 4.92383C11.0879 5.44507 9.63692 5.78613 8 5.78613L7.48926 5.77441C6.06379 5.71241 4.81605 5.39249 4 4.92676V6.46973L4.00098 6.49414C4.00921 6.51448 4.04057 6.57443 4.14355 6.66895C4.29548 6.80835 4.55153 6.97088 4.92871 7.125C5.68123 7.43245 6.76276 7.64256 8 7.64258C9.23732 7.64258 10.3195 7.43248 11.0723 7.125C11.4494 6.9709 11.7055 6.80834 11.8574 6.66895C11.9555 6.57896 11.988 6.52001 11.998 6.49707L12 6.46484V4.92383ZM8 2.5C6.7215 2.50002 5.61144 2.72414 4.8584 3.04688C4.48011 3.209 4.23765 3.3768 4.10449 3.51172C4.05915 3.5577 4.03291 3.59294 4.01758 3.61719C4.01066 3.62854 4.0068 3.63784 4.00391 3.64453C4.01413 3.66653 4.04063 3.70967 4.10449 3.77441C4.23765 3.90934 4.48008 4.07712 4.8584 4.23926C5.61144 4.56198 6.72152 4.78611 8 4.78613C9.27839 4.78613 10.3885 4.56193 11.1416 4.23926C11.5199 4.07712 11.7623 3.90934 11.8955 3.77441C11.9598 3.70927 11.985 3.66548 11.9951 3.64355C11.9925 3.63769 11.9888 3.63028 11.9834 3.62109C11.9686 3.59668 11.943 3.55984 11.8955 3.51172C11.7623 3.37679 11.5199 3.20901 11.1416 3.04688C10.3885 2.72418 9.27844 2.5 8 2.5Z" fill="#6C7C90"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-inside-1_14533_33884" fill="white">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.01548 3.74994C1.13853 2.76339 1.98012 2 3 2H5.25C5.87951 2 6.47229 2.29639 6.85 2.8L7.56245 3.74994H13C14.02 3.74994 14.8616 4.51344 14.9845 5.50009H15V5.74994V6.37494V12.2501C15 13.3547 14.1046 14.2501 13 14.2501H3C1.89543 14.2501 1 13.3547 1 12.2501V6.37494V5.50009V5.5V4V3.74994H1.01548Z"/>
4
+ </mask>
5
+ <path d="M1.01548 3.74994V4.74994H1.8985L2.00779 3.87371L1.01548 3.74994ZM6.85 2.8L7.65 2.2L6.85 2.8ZM7.56245 3.74994L6.76245 4.34994L7.06245 4.74994H7.56245V3.74994ZM14.9845 5.50009L13.9922 5.62375L14.1014 6.50009H14.9845V5.50009ZM15 5.50009H16V4.50009H15V5.50009ZM1 3.74994V2.74994H0V3.74994H1ZM1.01548 3.74994L2.00779 3.87371C2.06919 3.38146 2.49081 3 3 3V2V1C1.46942 1 0.207877 2.14532 0.0231705 3.62617L1.01548 3.74994ZM3 2V3H5.25V2V1H3V2ZM5.25 2V3C5.56476 3 5.86115 3.14819 6.05 3.4L6.85 2.8L7.65 2.2C7.08344 1.44458 6.19427 1 5.25 1V2ZM6.85 2.8L6.05 3.4L6.76245 4.34994L7.56245 3.74994L8.36245 3.14994L7.65 2.2L6.85 2.8ZM7.56245 3.74994V4.74994H13V3.74994V2.74994H7.56245V3.74994ZM13 3.74994V4.74994C13.5092 4.74994 13.9309 5.13145 13.9922 5.62375L14.9845 5.50009L15.9769 5.37642C15.7923 3.89542 14.5307 2.74994 13 2.74994V3.74994ZM14.9845 5.50009V6.50009H15V5.50009V4.50009H14.9845V5.50009ZM15 5.50009H14V5.74994H15H16V5.50009H15ZM15 5.74994H14V6.37494H15H16V5.74994H15ZM15 6.37494H14V12.2501H15H16V6.37494H15ZM15 12.2501H14C14 12.8024 13.5523 13.2501 13 13.2501V14.2501V15.2501C14.6569 15.2501 16 13.9069 16 12.2501H15ZM13 14.2501V13.2501H3V14.2501V15.2501H13V14.2501ZM3 14.2501V13.2501C2.44772 13.2501 2 12.8024 2 12.2501H1H0C0 13.9069 1.34315 15.2501 3 15.2501V14.2501ZM1 12.2501H2V6.37494H1H0V12.2501H1ZM1 6.37494H2V5.50009H1H0V6.37494H1ZM1 5.50009H2V5.5H1H0V5.50009H1ZM1 5.5H2V4H1H0V5.5H1ZM1 4H2V3.74994H1H0V4H1ZM1 3.74994V4.74994H1.01548V3.74994V2.74994H1V3.74994Z" fill="#6C7C90" mask="url(#path-1-inside-1_14533_33884)"/>
6
+ <path d="M7.91295 11.1179L10.0124 8.97498L7.91295 6.83203" stroke="#6C7C90" stroke-linecap="round"/>
7
+ <line x1="0.5" y1="-0.5" x2="5.5" y2="-0.5" transform="matrix(-1 8.42937e-08 8.42937e-08 1 9.97461 9.47498)" stroke="#6C7C90" stroke-linecap="round"/>
8
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3" y="5.5" width="10" height="8" rx="1.5" stroke="#6C7C90"/>
3
+ <path d="M8 1.5C9.38071 1.5 10.5 2.61929 10.5 4V5.5H5.5V4C5.5 2.61929 6.61929 1.5 8 1.5Z" stroke="#6C7C90"/>
4
+ <circle cx="8" cy="9" r="1" stroke="#6C7C90"/>
5
+ <line x1="8" y1="9.5" x2="8" y2="11.5" stroke="#6C7C90"/>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.91387 13.5H5.44643H4.5C3.39543 13.5 2.5 12.6046 2.5 11.5V3.5C2.5 2.39543 3.39543 1.5 4.5 1.5H11.5C12.6046 1.5 13.5 2.39543 13.5 3.5V7.5" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M5 7H8" stroke="#6C7C90" stroke-linecap="round"/>
4
+ <path d="M5 5H9" stroke="#6C7C90" stroke-linecap="round"/>
5
+ <path d="M11.5 9.5C12.4199 9.5 13.3022 10.0269 13.9844 10.6748C14.3194 10.993 14.5881 11.3236 14.7695 11.5967C14.8603 11.7334 14.9242 11.8491 14.9639 11.9355C14.9764 11.9629 14.9836 11.9849 14.9893 12C14.9836 12.0151 14.9764 12.0371 14.9639 12.0645C14.9242 12.1509 14.8603 12.2666 14.7695 12.4033C14.5881 12.6764 14.3194 13.007 13.9844 13.3252C13.3022 13.9731 12.4199 14.5 11.5 14.5C10.5801 14.5 9.69778 13.9731 9.01562 13.3252C8.68062 13.007 8.41189 12.6764 8.23047 12.4033C8.13967 12.2666 8.0758 12.1509 8.03613 12.0645C8.02349 12.0369 8.01539 12.0152 8.00977 12C8.01539 11.9848 8.02349 11.9631 8.03613 11.9355C8.0758 11.8491 8.13967 11.7334 8.23047 11.5967C8.41189 11.3236 8.68062 10.993 9.01562 10.6748C9.69778 10.0269 10.5801 9.5 11.5 9.5Z" stroke="#6C7C90"/>
6
+ <circle cx="11.5" cy="12" r="0.5" stroke="#6C7C90"/>
7
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 5.2666L13 13C13 13.8284 12.3284 14.5 11.5 14.5L4.5 14.5C3.67157 14.5 3 13.8284 3 13L3 3C3 2.17157 3.67157 1.5 4.5 1.5L9.46484 1.5C9.83745 1.5 10.1947 1.63884 10.4687 1.88574L10.5811 1.99805L12.6162 4.26367C12.8634 4.53895 13 4.89662 13 5.2666Z" stroke="#6C7C90"/>
3
+ <path d="M6.00001 10.7646L8.20947 8.59991L10.4189 10.7646" stroke="#6C7C90" stroke-linecap="round"/>
4
+ <line x1="8.20654" y1="9.1626" x2="8.20654" y2="13.4959" stroke="#6C7C90" stroke-linecap="round"/>
5
+ </svg>