@acorex/platform 19.0.1 → 19.1.0
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/lib/app/application.types.d.ts +1 -0
- package/common/lib/common.module.d.ts +2 -2
- package/common/lib/layout/sticky.directive.d.ts +5 -1
- package/common/lib/settings/index.d.ts +1 -0
- package/common/lib/settings/setting-definition.provider.d.ts +7 -8
- package/common/lib/settings/setting.builder.d.ts +45 -0
- package/common/lib/settings/settings.provider.d.ts +3 -2
- package/common/lib/settings/settings.service.d.ts +9 -5
- package/common/lib/settings/settings.types.d.ts +15 -25
- package/common/lib/store/common.effects.d.ts +2 -2
- package/fesm2022/acorex-platform-common.mjs +255 -190
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +82 -25
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +12 -10
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +23 -6
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-setting.mjs +95 -76
- package/fesm2022/acorex-platform-layout-setting.mjs.map +1 -1
- package/fesm2022/acorex-platform-layouts.mjs +1 -1
- package/fesm2022/acorex-platform-layouts.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Bw-rbKbL.mjs → acorex-platform-themes-default-entity-master-create-view.component-CJ_HVKX-.mjs} +4 -4
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Bw-rbKbL.mjs.map → acorex-platform-themes-default-entity-master-create-view.component-CJ_HVKX-.mjs.map} +1 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-CeBk_nxz.mjs +305 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-CeBk_nxz.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-DoeGBemE.mjs → acorex-platform-themes-default-entity-master-modify-view.component-DveB-N1Z.mjs} +5 -5
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-DoeGBemE.mjs.map → acorex-platform-themes-default-entity-master-modify-view.component-DveB-N1Z.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-D8UjpvuI.mjs → acorex-platform-themes-default-entity-master-single-view.component-q_DOP0cT.mjs} +12 -12
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-D8UjpvuI.mjs.map → acorex-platform-themes-default-entity-master-single-view.component-q_DOP0cT.mjs.map} +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +233 -193
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +182 -23
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-RCi5IJOR.mjs → acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs} +4 -4
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-RCi5IJOR.mjs.map → acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-widgets-color-box-widget-designer.component-CWhbgmDV.mjs → acorex-platform-widgets-color-box-widget-designer.component-B2g0ct24.mjs} +4 -4
- package/fesm2022/acorex-platform-widgets-color-box-widget-designer.component-B2g0ct24.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DGNcuRbs.mjs → acorex-platform-widgets-page-widget-designer.component-CITselce.mjs} +5 -5
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-CITselce.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +280 -127
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/lib/builder/widget-column-renderer.d.ts +5 -1
- package/layout/builder/lib/builder/widget-renderer.component.directive.d.ts +6 -1
- package/layout/builder/lib/builder/widget.types.d.ts +14 -9
- package/layout/designer/lib/preview/preview.component.d.ts +2 -2
- package/layout/entity/lib/entity-detail-list.viewmodel.d.ts +1 -0
- package/layout/entity/lib/entity-master-list.viewmodel.d.ts +1 -0
- package/layout/entity/lib/widgets/lookup-widget/lookup-widget-selector.viewmodel.d.ts +1 -0
- package/layout/setting/lib/setting.viewmodel.d.ts +19 -19
- package/layouts/lib/admin/entity-layout/entity-details-view/entity-details-view.component.d.ts +1 -0
- package/package.json +14 -14
- package/themes/default/index.d.ts +2 -1
- package/themes/default/lib/layouts/base/index.d.ts +1 -0
- package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +7 -0
- package/themes/default/lib/layouts/entity-layouts/entity-detail-list-view/entity-detail-list-view.component.d.ts +1 -0
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.d.ts +1 -0
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/list-view-option-columns/list-view-option-columns.component.d.ts +2 -2
- package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.d.ts +1 -0
- package/themes/default/lib/layouts/root-layout/components/header/header.component.d.ts +1 -0
- package/themes/default/lib/layouts/root-layout/root-layout.component.d.ts +1 -0
- package/themes/default/lib/layouts/setting-layout/setting-menu/setting-menu.component.d.ts +0 -2
- package/themes/default/lib/layouts/setting-layout/setting-page/setting-page.component.d.ts +5 -0
- package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +3 -1
- package/themes/shared/index.d.ts +1 -0
- package/themes/shared/lib/components/layout-elements/index.d.ts +2 -0
- package/themes/shared/lib/components/layout-elements/layout-blocks.component.d.ts +5 -0
- package/themes/shared/lib/components/layout-elements/layout-page-header.component.d.ts +11 -0
- package/themes/shared/lib/components/theme-slot.component.d.ts +1 -0
- package/themes/shared/lib/services/theme.service.d.ts +1 -0
- package/themes/shared/lib/setting.keys.d.ts +4 -0
- package/themes/shared/lib/setting.provider.d.ts +4 -0
- package/widgets/lib/properties/layout.props.d.ts +1 -0
- package/widgets/lib/widgets/advance/map/map-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/advance/map/map-box-widget-view.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/checkbox/checkbox-widget-edit.component.d.ts +0 -3
- package/widgets/lib/widgets/editors/checkbox/checkbox-widget.config.d.ts +4 -6
- package/widgets/lib/widgets/editors/password/password-box-widget-view.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/toggle/toggle-widget-edit.component.d.ts +4 -0
- package/widgets/lib/widgets/index.d.ts +1 -0
- package/widgets/lib/widgets/layout/block/block-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/form-field/form-field-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid/grid-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid-item/grid-item-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid-item/grid-item-widget-view.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid-row/grid-row-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/page/page-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/repeater/repeater-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/property-editors/spacing/index.d.ts +3 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-editor.component.d.ts +13 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-type.d.ts +10 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget.config.d.ts +7 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-DJYTC375.mjs +0 -305
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-DJYTC375.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-color-box-widget-designer.component-CWhbgmDV.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DGNcuRbs.mjs.map +0 -1
|
@@ -1,82 +1,206 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import * as i0 from '@angular/core';
|
|
6
|
-
import { Component, ViewEncapsulation, inject, ViewChild, NgModule, viewChild, afterNextRender, ChangeDetectionStrategy, computed, effect, Input } from '@angular/core';
|
|
7
|
-
import * as i1$2 from '@angular/router';
|
|
8
|
-
import { Router, NavigationEnd, RouterModule, ActivatedRoute, RouterOutlet, RouterLink, RouteReuseStrategy, ROUTES } from '@angular/router';
|
|
9
|
-
import * as i1$1 from '@angular/common';
|
|
10
|
-
import { CommonModule, AsyncPipe } from '@angular/common';
|
|
11
|
-
import { filter, Subject, takeUntil } from 'rxjs';
|
|
12
|
-
import { sortBy } from 'lodash-es';
|
|
13
|
-
import * as i2 from '@acorex/components/decorators';
|
|
1
|
+
import * as i4 from '@acorex/components/button';
|
|
2
|
+
import { AXButtonModule } from '@acorex/components/button';
|
|
3
|
+
import { AXCommonModule } from '@acorex/components/common';
|
|
4
|
+
import * as i3 from '@acorex/components/decorators';
|
|
14
5
|
import { AXDecoratorModule } from '@acorex/components/decorators';
|
|
15
|
-
import * as
|
|
16
|
-
import { AXSideMenuModule } from '@acorex/components/side-menu';
|
|
17
|
-
import * as i4 from '@acorex/platform/auth';
|
|
18
|
-
import { AXPAuthModule } from '@acorex/platform/auth';
|
|
19
|
-
import * as i5 from '@acorex/core/translation';
|
|
20
|
-
import { AXTranslationModule } from '@acorex/core/translation';
|
|
21
|
-
import * as i3$1 from '@acorex/components/drawer';
|
|
6
|
+
import * as i2 from '@acorex/components/drawer';
|
|
22
7
|
import { AXDrawerModule } from '@acorex/components/drawer';
|
|
23
|
-
import * as
|
|
24
|
-
import { AXLoadingModule } from '@acorex/components/loading';
|
|
25
|
-
import { AXAvatarModule } from '@acorex/components/avatar';
|
|
26
|
-
import { AXBadgeModule } from '@acorex/components/badge';
|
|
27
|
-
import * as i4$1 from '@acorex/components/button';
|
|
28
|
-
import { AXButtonModule } from '@acorex/components/button';
|
|
29
|
-
import * as i6$1 from '@acorex/components/dropdown';
|
|
8
|
+
import * as i6 from '@acorex/components/dropdown';
|
|
30
9
|
import { AXDropdownModule } from '@acorex/components/dropdown';
|
|
31
|
-
import
|
|
32
|
-
import {
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import {
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import * as i9 from '@acorex/platform/layout/builder';
|
|
42
|
-
import { AXPLayoutBuilderModule } from '@acorex/platform/layout/builder';
|
|
43
|
-
import * as i7 from '@angular/forms';
|
|
44
|
-
import { FormsModule } from '@angular/forms';
|
|
45
|
-
import * as i1$3 from '@acorex/components/action-sheet';
|
|
10
|
+
import * as i7$1 from '@acorex/components/dropdown-button';
|
|
11
|
+
import { AXDropdownButtonModule } from '@acorex/components/dropdown-button';
|
|
12
|
+
import * as i1$2 from '@acorex/platform/common';
|
|
13
|
+
import { AXPStickyDirective, AXPMenuService, AXP_PLATFORM_CONFIG_TOKEN, AXPLogoComponent, AXPComponentSlotModule, AXPCommonModule } from '@acorex/platform/common';
|
|
14
|
+
import { AXPThemeLayoutPageHeaderComponent, AXPThemeLayoutBlockComponent, AXPLayoutThemeService, AXPThemesSharedModule } from '@acorex/platform/themes/shared';
|
|
15
|
+
import * as i1 from '@angular/common';
|
|
16
|
+
import { CommonModule, AsyncPipe } from '@angular/common';
|
|
17
|
+
import * as i0 from '@angular/core';
|
|
18
|
+
import { contentChild, Component, ViewEncapsulation, ChangeDetectionStrategy, inject, computed, effect, Input, ViewChild, NgModule, afterNextRender, Injector } from '@angular/core';
|
|
19
|
+
import * as i1$1 from '@acorex/components/action-sheet';
|
|
46
20
|
import { AXActionSheetModule } from '@acorex/components/action-sheet';
|
|
21
|
+
import { AXBadgeModule } from '@acorex/components/badge';
|
|
22
|
+
import * as i4$2 from '@acorex/components/breadcrumbs';
|
|
23
|
+
import { AXBreadcrumbsModule } from '@acorex/components/breadcrumbs';
|
|
47
24
|
import * as i11 from '@acorex/components/data-table';
|
|
48
25
|
import { AXDataTableModule } from '@acorex/components/data-table';
|
|
49
26
|
import { AXDialogModule } from '@acorex/components/dialog';
|
|
50
27
|
import { AXFormModule } from '@acorex/components/form';
|
|
28
|
+
import * as i5 from '@acorex/components/loading';
|
|
29
|
+
import { AXLoadingModule } from '@acorex/components/loading';
|
|
30
|
+
import { AXPopoverModule } from '@acorex/components/popover';
|
|
31
|
+
import * as i7 from '@acorex/components/search-box';
|
|
32
|
+
import { AXSearchBoxModule } from '@acorex/components/search-box';
|
|
33
|
+
import { AXTabsModule } from '@acorex/components/tabs';
|
|
51
34
|
import { AXTooltipModule } from '@acorex/components/tooltip';
|
|
35
|
+
import * as i10 from '@acorex/core/translation';
|
|
36
|
+
import { AXTranslationModule } from '@acorex/core/translation';
|
|
52
37
|
import * as i2$1 from '@acorex/core/utils';
|
|
53
38
|
import { AXUnsubscriber } from '@acorex/core/utils';
|
|
39
|
+
import * as i4$1 from '@acorex/platform/auth';
|
|
40
|
+
import { AXPAuthModule } from '@acorex/platform/auth';
|
|
41
|
+
import * as i9 from '@acorex/platform/layout/builder';
|
|
42
|
+
import { AXPLayoutBuilderModule } from '@acorex/platform/layout/builder';
|
|
43
|
+
import { AXP_ENTITY_CONFIG_TOKEN } from '@acorex/platform/layout/entity';
|
|
54
44
|
import { AXPEntityDeletedEvent, AXPEntityCreateEvent } from '@acorex/platform/layouts';
|
|
55
45
|
import { AXPWidgetsModule } from '@acorex/platform/widgets';
|
|
56
46
|
import { AXPWorkflowService, ofType } from '@acorex/platform/workflow';
|
|
47
|
+
import * as i10$1 from '@angular/forms';
|
|
48
|
+
import { FormsModule } from '@angular/forms';
|
|
49
|
+
import * as i1$3 from '@angular/router';
|
|
50
|
+
import { RouterModule, Router, NavigationEnd, ActivatedRoute, RouterOutlet, RouterLink, RouteReuseStrategy, ROUTES } from '@angular/router';
|
|
51
|
+
import { Subject, takeUntil, filter } from 'rxjs';
|
|
52
|
+
import { sortBy } from 'lodash-es';
|
|
53
|
+
import * as i3$1 from '@acorex/components/side-menu';
|
|
54
|
+
import { AXSideMenuModule } from '@acorex/components/side-menu';
|
|
55
|
+
import { AXAvatarModule } from '@acorex/components/avatar';
|
|
56
|
+
import { AXImageModule } from '@acorex/components/image';
|
|
57
|
+
import * as i3$2 from '@acorex/components/tree-view';
|
|
58
|
+
import { AXTreeViewModule } from '@acorex/components/tree-view';
|
|
59
|
+
import { AXPSettingsViewModel } from '@acorex/platform/layout/setting';
|
|
57
60
|
|
|
58
|
-
class
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
class AXPSimplePageLayout {
|
|
62
|
+
constructor() {
|
|
63
|
+
this.headerLayout = contentChild(AXPThemeLayoutPageHeaderComponent);
|
|
61
64
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSimplePageLayout, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
66
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.0.3", type: AXPSimplePageLayout, isStandalone: true, selector: "axp-layout-simple-page", queries: [{ propertyName: "headerLayout", first: true, predicate: AXPThemeLayoutPageHeaderComponent, descendants: true, isSignal: true }], ngImport: i0, template: "<ax-drawer-container>\n <ax-drawer #drawer location=\"start\" [collapsed]=\"false\" [mode]=\"'push'\">\n <ax-content class=\"ax-border-e ax-p-6 ax-w-64\">\n <ng-content select=\"axp-page-side\"></ng-content>\n </ax-content>\n </ax-drawer>\n <ax-content #content class=\"ax-overflow-x-hidden\">\n <axp-page-body>\n <axp-page-header #sticky=\"axpSticky\" [axpSticky]=\"'axp-is-sticky'\" [stickyOffset]=\"30\"\n [stickyParent]=\"content.getHostElement()\">\n <ng-template>\n <ng-content select=\"axp-page-header\"></ng-content>\n </ng-template>\n <!-------- Begin Toolbar -------->\n <div class=\"ax-flex ax-justify-between ax-items-center\">\n <!-------- Begin Title -------->\n <div class=\"ax-flex ax-gap-1 ax-items-center\">\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-transition\">\n <ng-container *ngTemplateOutlet=\"headerLayout()?.title()!\"></ng-container>\n <ng-container *ngTemplateOutlet=\"headerLayout()?.description()!\"></ng-container>\n <ng-container *ngTemplateOutlet=\"headerLayout()?.breadcrumbs()!\"></ng-container>\n </div>\n </div>\n <!-------- Finish Title -------->\n <!--------------------------------------------------------------->\n <!-- Begin Action Menu -->\n <ng-container *ngTemplateOutlet=\"headerLayout()?.actions()!\"></ng-container>\n <!-- Finish Action Menu -->\n </div>\n <!----- Finish Toolbar ----->\n <!--------------------------------------------------------------->\n <!-- Begin Navbar -->\n <ng-container *ngTemplateOutlet=\"headerLayout()?.navbar()!\"></ng-container>\n <!-- Finish Navbar -->\n </axp-page-header>\n <ng-content select=\"axp-page-content\"></ng-content>\n </axp-page-body>\n </ax-content>\n</ax-drawer-container>", styles: ["axp-layout-simple-page axp-page-body{display:flex;min-height:100%;flex-direction:column;gap:1rem;border-bottom-width:1px;--tw-bg-opacity: 1;background-color:rgba(var(--ax-color-surface),var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;padding-bottom:1rem}@media (min-width: 768px){axp-layout-simple-page axp-page-body{border-width:0px;--tw-bg-opacity: 1;background-color:rgba(var(--ax-color-background-default),var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem}}axp-layout-simple-page axp-page-body axp-page-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;flex-direction:column;padding-top:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}axp-layout-simple-page axp-page-body axp-page-header.axp-is-sticky{margin-left:-1.5rem;margin-right:-1.5rem;--tw-bg-opacity: 1;background-color:rgba(var(--ax-color-surface),var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}axp-layout-simple-page axp-page-body axp-page-header axp-page-title{font-size:1.25rem;line-height:1.75rem;font-weight:700}@media (min-width: 768px){axp-layout-simple-page axp-page-body axp-page-header axp-page-title{font-size:1.5rem;line-height:2rem}}axp-layout-simple-page axp-page-body axp-page-header axp-page-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgba(var(--ax-color-neutral-600),var(--tw-text-opacity, 1))}axp-layout-simple-page axp-page-body axp-page-header axp-page-actions{display:flex;align-items:center;gap:.75rem}axp-layout-simple-page axp-page-body axp-page-content{height:100%;overflow:auto}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXCommonModule }, { kind: "ngmodule", type: AXDrawerModule }, { kind: "component", type: i2.AXDrawerComponent, selector: "ax-drawer", inputs: ["location", "showBackdrop", "mode", "closeOthers", "collapsed"], outputs: ["locationChange", "modeChange", "collapsedChange"] }, { kind: "component", type: i2.AXDrawerContainerComponent, selector: "ax-drawer-container" }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "directive", type: AXPStickyDirective, selector: "[axpSticky]", inputs: ["axpSticky", "stickyOffset", "stickyParent", "stickyTarget"], outputs: ["isStickyChange"], exportAs: ["axpSticky"] }, { kind: "ngmodule", type: AXDropdownButtonModule }, { kind: "ngmodule", type: AXDropdownModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: AXPThemeLayoutBlockComponent, selector: " axp-page-content, axp-page-body, axp-page-title, axp-page-description, axp-page-actions, axp-page-navbar, axp-page-side, axp-page-breadcrumbs " }, { kind: "component", type: AXPThemeLayoutPageHeaderComponent, selector: "axp-page-header" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
67
|
+
}
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSimplePageLayout, decorators: [{
|
|
69
|
+
type: Component,
|
|
70
|
+
args: [{ standalone: true, imports: [
|
|
71
|
+
CommonModule,
|
|
72
|
+
AXCommonModule,
|
|
73
|
+
AXDrawerModule,
|
|
74
|
+
AXDecoratorModule,
|
|
75
|
+
AXPStickyDirective,
|
|
76
|
+
AXDropdownButtonModule,
|
|
77
|
+
AXDropdownModule,
|
|
78
|
+
AXButtonModule,
|
|
79
|
+
AXPThemeLayoutBlockComponent,
|
|
80
|
+
AXPThemeLayoutPageHeaderComponent
|
|
81
|
+
], selector: 'axp-layout-simple-page', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ax-drawer-container>\n <ax-drawer #drawer location=\"start\" [collapsed]=\"false\" [mode]=\"'push'\">\n <ax-content class=\"ax-border-e ax-p-6 ax-w-64\">\n <ng-content select=\"axp-page-side\"></ng-content>\n </ax-content>\n </ax-drawer>\n <ax-content #content class=\"ax-overflow-x-hidden\">\n <axp-page-body>\n <axp-page-header #sticky=\"axpSticky\" [axpSticky]=\"'axp-is-sticky'\" [stickyOffset]=\"30\"\n [stickyParent]=\"content.getHostElement()\">\n <ng-template>\n <ng-content select=\"axp-page-header\"></ng-content>\n </ng-template>\n <!-------- Begin Toolbar -------->\n <div class=\"ax-flex ax-justify-between ax-items-center\">\n <!-------- Begin Title -------->\n <div class=\"ax-flex ax-gap-1 ax-items-center\">\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-transition\">\n <ng-container *ngTemplateOutlet=\"headerLayout()?.title()!\"></ng-container>\n <ng-container *ngTemplateOutlet=\"headerLayout()?.description()!\"></ng-container>\n <ng-container *ngTemplateOutlet=\"headerLayout()?.breadcrumbs()!\"></ng-container>\n </div>\n </div>\n <!-------- Finish Title -------->\n <!--------------------------------------------------------------->\n <!-- Begin Action Menu -->\n <ng-container *ngTemplateOutlet=\"headerLayout()?.actions()!\"></ng-container>\n <!-- Finish Action Menu -->\n </div>\n <!----- Finish Toolbar ----->\n <!--------------------------------------------------------------->\n <!-- Begin Navbar -->\n <ng-container *ngTemplateOutlet=\"headerLayout()?.navbar()!\"></ng-container>\n <!-- Finish Navbar -->\n </axp-page-header>\n <ng-content select=\"axp-page-content\"></ng-content>\n </axp-page-body>\n </ax-content>\n</ax-drawer-container>", styles: ["axp-layout-simple-page axp-page-body{display:flex;min-height:100%;flex-direction:column;gap:1rem;border-bottom-width:1px;--tw-bg-opacity: 1;background-color:rgba(var(--ax-color-surface),var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;padding-bottom:1rem}@media (min-width: 768px){axp-layout-simple-page axp-page-body{border-width:0px;--tw-bg-opacity: 1;background-color:rgba(var(--ax-color-background-default),var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem}}axp-layout-simple-page axp-page-body axp-page-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;flex-direction:column;padding-top:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}axp-layout-simple-page axp-page-body axp-page-header.axp-is-sticky{margin-left:-1.5rem;margin-right:-1.5rem;--tw-bg-opacity: 1;background-color:rgba(var(--ax-color-surface),var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}axp-layout-simple-page axp-page-body axp-page-header axp-page-title{font-size:1.25rem;line-height:1.75rem;font-weight:700}@media (min-width: 768px){axp-layout-simple-page axp-page-body axp-page-header axp-page-title{font-size:1.5rem;line-height:2rem}}axp-layout-simple-page axp-page-body axp-page-header axp-page-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgba(var(--ax-color-neutral-600),var(--tw-text-opacity, 1))}axp-layout-simple-page axp-page-body axp-page-header axp-page-actions{display:flex;align-items:center;gap:.75rem}axp-layout-simple-page axp-page-body axp-page-content{height:100%;overflow:auto}\n"] }]
|
|
82
|
+
}] });
|
|
83
|
+
|
|
84
|
+
class AXPEntityDetailListViewComponent {
|
|
85
|
+
constructor(actionSheetService, unsubscriber) {
|
|
86
|
+
this.actionSheetService = actionSheetService;
|
|
87
|
+
this.unsubscriber = unsubscriber;
|
|
88
|
+
this.workflow = inject(AXPWorkflowService);
|
|
89
|
+
this.store = inject(AXPLayoutThemeService);
|
|
90
|
+
this.destroyed = new Subject();
|
|
91
|
+
this.dropdownRowItems = computed(() => {
|
|
92
|
+
return this.vm.secondaryRowActions().map((c) => ({
|
|
93
|
+
icon: c.icon,
|
|
94
|
+
name: c.name,
|
|
95
|
+
text: c.title,
|
|
96
|
+
color: c.color,
|
|
97
|
+
}));
|
|
98
|
+
});
|
|
99
|
+
this.commandRowItems = computed(() => {
|
|
100
|
+
return this.vm.primaryRowActions().map((c) => {
|
|
101
|
+
return {
|
|
102
|
+
icon: c.icon,
|
|
103
|
+
name: c.name,
|
|
104
|
+
text: c.title,
|
|
105
|
+
color: c.color,
|
|
106
|
+
};
|
|
107
|
+
});
|
|
108
|
+
});
|
|
109
|
+
this.getCommandRowItems = () => {
|
|
110
|
+
return this.commandRowItems();
|
|
111
|
+
};
|
|
112
|
+
this.getDropdownRowItems = (rowData) => {
|
|
113
|
+
return Promise.resolve(this.dropdownRowItems());
|
|
114
|
+
};
|
|
115
|
+
effect(() => {
|
|
116
|
+
this.grid.selectedRows = this.vm.selectedItems();
|
|
117
|
+
});
|
|
118
|
+
this.subscribeActionEvents();
|
|
65
119
|
}
|
|
66
|
-
|
|
67
|
-
|
|
120
|
+
handleChangeSearchValue(e) {
|
|
121
|
+
if (e.isUserInteraction) {
|
|
122
|
+
this.vm.applyInlineFilter(e.value);
|
|
123
|
+
}
|
|
68
124
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
125
|
+
subscribeActionEvents() {
|
|
126
|
+
this.workflow.events$
|
|
127
|
+
.pipe(ofType(AXPEntityDeletedEvent, AXPEntityCreateEvent))
|
|
128
|
+
.pipe(takeUntil(this.destroyed))
|
|
129
|
+
.subscribe((event) => {
|
|
130
|
+
console.log(event);
|
|
131
|
+
this.grid.refresh();
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
ngAfterViewInit() {
|
|
135
|
+
// this.grid.refresh();
|
|
136
|
+
}
|
|
137
|
+
handleRowDbClick(e) {
|
|
138
|
+
const item = this.dropdownRowItems()?.[0];
|
|
139
|
+
if (item) {
|
|
140
|
+
const d = {
|
|
141
|
+
component: e.component,
|
|
142
|
+
name: item.name,
|
|
143
|
+
data: e.data,
|
|
144
|
+
};
|
|
145
|
+
this.handleRowCommandClick(d);
|
|
72
146
|
}
|
|
73
|
-
return future.routeConfig === curr.routeConfig;
|
|
74
147
|
}
|
|
148
|
+
async handleSelectedRowsChange(rows) {
|
|
149
|
+
this.vm.selectedItems.set(rows);
|
|
150
|
+
}
|
|
151
|
+
async handleRowCommandClick(e) {
|
|
152
|
+
this.vm.executeCommand(e.name, e.data);
|
|
153
|
+
}
|
|
154
|
+
destroy() {
|
|
155
|
+
this.destroyed.next();
|
|
156
|
+
this.destroyed.complete();
|
|
157
|
+
}
|
|
158
|
+
ngOnDestroy() {
|
|
159
|
+
this.destroy();
|
|
160
|
+
}
|
|
161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPEntityDetailListViewComponent, deps: [{ token: i1$1.AXActionSheetService }, { token: i2$1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
162
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPEntityDetailListViewComponent, isStandalone: true, selector: "axp-entity-detail-list-view", inputs: { vm: ["viewModel", "vm"] }, providers: [AXUnsubscriber], viewQueries: [{ propertyName: "grid", first: true, predicate: ["grid"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"ax-flex ax-p-2\">\n <div class=\"ax-flex ax-flex-col ax-items-end ax-gap-3 ax-flex-1 ax-overflow-auto ax-min-h-72\">\n <div class=\"ax-flex ax-justify-between ax-items-center ax-w-full\">\n <div class=\"ax-flex ax-justify-between ax-items-center\">\n <div class=\"ax-flex ax-justify-start ax-items-center ax-gap-4\">\n @if(vm.hasSelectedItems()) {\n <div class=\"ax-flex ax-gap-3 ax-items-center ax-h-10\">\n <span class=\"ax-text-xl ax-font-bold\">\n {{ vm.selectedItems().length }} {{ 't(\"itemsSelected\", { scope: \"common\" })' | translate | async }}\n </span>\n <span\n (click)=\"vm.clearSelection()\"\n class=\"ax-text-sm ax-text-primary dark:ax-text-primary-300 ax-underline ax-cursor-pointer\"\n >{{ 't(\"unselect\", { scope: \"common\" })' | translate | async }}</span\n >\n </div>\n\n } @else { @if(vm.hasInlineFilters() && !store.isSmall()) {\n <div class=\"ax-w-72\">\n <ax-search-box\n [placeholder]=\"('widget.lookup.search' | translate | async) + vm.inlineFiltersPlaceholders().join(', ')\"\n (onValueChanged)=\"handleChangeSearchValue($event)\"\n ><ax-clear-button></ax-clear-button\n ></ax-search-box>\n </div>\n } }\n </div>\n </div>\n <div class=\"ax-flex ax-items-center ax-gap-3\">\n @for(tr of vm.primaryActions();track $index) {\n <ax-button [text]=\"(tr.title | translate | async)!\" [color]=\"tr.color\" (onClick)=\"vm.executeCommand(tr.name)\">\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button>\n } @if(vm.secondaryActions().length) {\n <ax-button [text]=\"store.isSmall() ? null : ('actions' | translate | async)\" color=\"ghost\">\n <ax-prefix>\n <i class=\"fa-solid fa-ellipsis-vertical\"></i>\n </ax-prefix>\n <ax-dropdown-panel>\n <ax-button-item-list>\n @for(tr of vm.secondaryActions();track $index) {\n <ng-container>\n @if(tr.separated && !$first) {\n <ax-divider></ax-divider>\n }\n <ax-button-item\n [text]=\"(tr.title | translate | async)!\"\n class=\"ax-font-semibold ax-text-{{ tr.color }}\"\n (onClick)=\"vm.executeCommand(tr.name)\"\n >\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button-item>\n </ng-container>\n }\n </ax-button-item-list>\n </ax-dropdown-panel>\n </ax-button>\n }\n </div>\n </div>\n\n <ax-data-table\n #grid\n [showFooter]=\"false\"\n class=\"ax-flex-1\"\n [paging]=\"true\"\n [fetchDataMode]=\"'manual'\"\n [loading]=\"{ enabled: true, animation: true }\"\n [dataSource]=\"vm.dataSource\"\n (selectedRowsChange)=\"handleSelectedRowsChange($event)\"\n (onRowDbClick)=\"handleRowDbClick($event)\"\n >\n <ax-select-column fixed=\"start\" [width]=\"'50px'\"></ax-select-column>\n @for(col of vm.columns();track col.name) { @if(col.visible) {\n <axp-widget-column-renderer\n [caption]=\"col.title | translate | async\"\n [expandHandler]=\"$index === 0 && vm.parentKey() ? true : false\"\n [node]=\"col.node()\"\n ></axp-widget-column-renderer>\n } } @if(getCommandRowItems().length){\n\n <ax-command-column\n fixed=\"end\"\n [width]=\"getCommandRowItems().length * 60 + 'px'\"\n [items]=\"getCommandRowItems()\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-command-column>\n\n } @if(dropdownRowItems().length){\n <ax-dropdown-command-column\n fixed=\"end\"\n [width]=\"'60px'\"\n [items]=\"getDropdownRowItems\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-dropdown-command-column>\n }\n </ax-data-table>\n </div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i4.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "component", type: i4.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "component", type: i4.AXButtonItemListComponent, selector: "ax-button-item-list", inputs: ["items"], outputs: ["onItemClick"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "ngmodule", type: AXDropdownModule }, { kind: "component", type: i6.AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: ["isOpen", "fitParent", "dropdownWidth", "position", "_target", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "ngmodule", type: AXActionSheetModule }, { kind: "ngmodule", type: AXDrawerModule }, { kind: "ngmodule", type: AXDialogModule }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "ngmodule", type: AXTabsModule }, { kind: "ngmodule", type: AXTooltipModule }, { kind: "ngmodule", type: AXBreadcrumbsModule }, { kind: "ngmodule", type: AXSearchBoxModule }, { kind: "component", type: i7.AXSearchBoxComponent, selector: "ax-search-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "delayTime"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXDataTableModule }, { kind: "component", type: i11.AXDataTableComponent, selector: "ax-data-table", inputs: ["dataSource", "parentField", "rowTemplate", "emptyTemplate", "alternative", "showHeader", "fixedHeader", "showFooter", "fixedFooter", "itemHeight", "allowReordering", "paging", "fetchDataMode", "loading", "focusedRow"], outputs: ["selectedRowsChange", "focusedRowChange", "onRowClick", "onRowDbClick", "onColumnsOrderChanged", "onColumnSizeChanged"] }, { kind: "component", type: i11.AXRowSelectColumnComponent, selector: "ax-select-column", inputs: ["width", "caption", "fixed"] }, { kind: "component", type: i11.AXRowCommandColumnComponent, selector: "ax-command-column", inputs: ["width", "caption", "fixed", "footerTemplate", "items"], outputs: ["onItemClick"] }, { kind: "component", type: i11.AXRowDropdownCommandColumnComponent, selector: "ax-dropdown-command-column", inputs: ["width", "caption", "fixed", "footerTemplate", "items"], outputs: ["onItemClick"] }, { kind: "ngmodule", type:
|
|
163
|
+
//
|
|
164
|
+
AXPLayoutBuilderModule }, { kind: "component", type: i9.AXPWidgetColumnRendererComponent, selector: "axp-widget-column-renderer", inputs: ["caption", "node", "footerTemplate", "expandHandler", "cellTemplate", "headerTemplate"] }, { kind: "ngmodule", type: AXPWidgetsModule }, { kind: "ngmodule", type: AXPAuthModule }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i10.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
75
165
|
}
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPEntityDetailListViewComponent, decorators: [{
|
|
167
|
+
type: Component,
|
|
168
|
+
args: [{ selector: 'axp-entity-detail-list-view', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [AXUnsubscriber], imports: [
|
|
169
|
+
CommonModule,
|
|
170
|
+
FormsModule,
|
|
171
|
+
RouterModule,
|
|
172
|
+
AXButtonModule,
|
|
173
|
+
AXDecoratorModule,
|
|
174
|
+
AXBadgeModule,
|
|
175
|
+
AXDropdownModule,
|
|
176
|
+
AXPopoverModule,
|
|
177
|
+
AXFormModule,
|
|
178
|
+
AXActionSheetModule,
|
|
179
|
+
AXDrawerModule,
|
|
180
|
+
AXDialogModule,
|
|
181
|
+
AXLoadingModule,
|
|
182
|
+
AXTabsModule,
|
|
183
|
+
AXTooltipModule,
|
|
184
|
+
AXBreadcrumbsModule,
|
|
185
|
+
AXSearchBoxModule,
|
|
186
|
+
AXDataTableModule,
|
|
187
|
+
//
|
|
188
|
+
AXPLayoutBuilderModule,
|
|
189
|
+
AXPWidgetsModule,
|
|
190
|
+
AXPAuthModule,
|
|
191
|
+
AXTranslationModule,
|
|
192
|
+
], template: "<div class=\"ax-flex ax-p-2\">\n <div class=\"ax-flex ax-flex-col ax-items-end ax-gap-3 ax-flex-1 ax-overflow-auto ax-min-h-72\">\n <div class=\"ax-flex ax-justify-between ax-items-center ax-w-full\">\n <div class=\"ax-flex ax-justify-between ax-items-center\">\n <div class=\"ax-flex ax-justify-start ax-items-center ax-gap-4\">\n @if(vm.hasSelectedItems()) {\n <div class=\"ax-flex ax-gap-3 ax-items-center ax-h-10\">\n <span class=\"ax-text-xl ax-font-bold\">\n {{ vm.selectedItems().length }} {{ 't(\"itemsSelected\", { scope: \"common\" })' | translate | async }}\n </span>\n <span\n (click)=\"vm.clearSelection()\"\n class=\"ax-text-sm ax-text-primary dark:ax-text-primary-300 ax-underline ax-cursor-pointer\"\n >{{ 't(\"unselect\", { scope: \"common\" })' | translate | async }}</span\n >\n </div>\n\n } @else { @if(vm.hasInlineFilters() && !store.isSmall()) {\n <div class=\"ax-w-72\">\n <ax-search-box\n [placeholder]=\"('widget.lookup.search' | translate | async) + vm.inlineFiltersPlaceholders().join(', ')\"\n (onValueChanged)=\"handleChangeSearchValue($event)\"\n ><ax-clear-button></ax-clear-button\n ></ax-search-box>\n </div>\n } }\n </div>\n </div>\n <div class=\"ax-flex ax-items-center ax-gap-3\">\n @for(tr of vm.primaryActions();track $index) {\n <ax-button [text]=\"(tr.title | translate | async)!\" [color]=\"tr.color\" (onClick)=\"vm.executeCommand(tr.name)\">\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button>\n } @if(vm.secondaryActions().length) {\n <ax-button [text]=\"store.isSmall() ? null : ('actions' | translate | async)\" color=\"ghost\">\n <ax-prefix>\n <i class=\"fa-solid fa-ellipsis-vertical\"></i>\n </ax-prefix>\n <ax-dropdown-panel>\n <ax-button-item-list>\n @for(tr of vm.secondaryActions();track $index) {\n <ng-container>\n @if(tr.separated && !$first) {\n <ax-divider></ax-divider>\n }\n <ax-button-item\n [text]=\"(tr.title | translate | async)!\"\n class=\"ax-font-semibold ax-text-{{ tr.color }}\"\n (onClick)=\"vm.executeCommand(tr.name)\"\n >\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button-item>\n </ng-container>\n }\n </ax-button-item-list>\n </ax-dropdown-panel>\n </ax-button>\n }\n </div>\n </div>\n\n <ax-data-table\n #grid\n [showFooter]=\"false\"\n class=\"ax-flex-1\"\n [paging]=\"true\"\n [fetchDataMode]=\"'manual'\"\n [loading]=\"{ enabled: true, animation: true }\"\n [dataSource]=\"vm.dataSource\"\n (selectedRowsChange)=\"handleSelectedRowsChange($event)\"\n (onRowDbClick)=\"handleRowDbClick($event)\"\n >\n <ax-select-column fixed=\"start\" [width]=\"'50px'\"></ax-select-column>\n @for(col of vm.columns();track col.name) { @if(col.visible) {\n <axp-widget-column-renderer\n [caption]=\"col.title | translate | async\"\n [expandHandler]=\"$index === 0 && vm.parentKey() ? true : false\"\n [node]=\"col.node()\"\n ></axp-widget-column-renderer>\n } } @if(getCommandRowItems().length){\n\n <ax-command-column\n fixed=\"end\"\n [width]=\"getCommandRowItems().length * 60 + 'px'\"\n [items]=\"getCommandRowItems()\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-command-column>\n\n } @if(dropdownRowItems().length){\n <ax-dropdown-command-column\n fixed=\"end\"\n [width]=\"'60px'\"\n [items]=\"getDropdownRowItems\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-dropdown-command-column>\n }\n </ax-data-table>\n </div>\n</div>\n" }]
|
|
193
|
+
}], ctorParameters: () => [{ type: i1$1.AXActionSheetService }, { type: i2$1.AXUnsubscriber }], propDecorators: { vm: [{
|
|
194
|
+
type: Input,
|
|
195
|
+
args: ['viewModel']
|
|
196
|
+
}], grid: [{
|
|
197
|
+
type: ViewChild,
|
|
198
|
+
args: ['grid', { static: true }]
|
|
199
|
+
}] } });
|
|
76
200
|
|
|
77
201
|
class AXPRootLayoutFooterComponent {
|
|
78
202
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPRootLayoutFooterComponent, isStandalone: false, selector: "axp-dashboard-admin-footer", host: { classAttribute: "ax-h-10 ax-flex ax-item-center ax-justify-between ax-bg-surface ax-px-6 ax-border-t" }, providers: [], ngImport: i0, template: "<div class=\"ax-flex ax-items-center ax-justify-start ax-gap-1\">\n <axp-component-slot name=\"footer-start\"></axp-component-slot>\n</div>\n<div class=\"ax-flex ax-items-center ax-justify-end ax-gap-1\">\n <axp-component-slot name=\"footer-end\"></axp-component-slot>\n</div>", dependencies: [{ kind: "directive", type: i1.AXPComponentSlotDirective, selector: "axp-component-slot", inputs: ["name"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
203
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPRootLayoutFooterComponent, isStandalone: false, selector: "axp-dashboard-admin-footer", host: { classAttribute: "ax-h-10 ax-flex ax-item-center ax-justify-between ax-bg-surface ax-px-6 ax-border-t" }, providers: [], ngImport: i0, template: "<div class=\"ax-flex ax-items-center ax-justify-start ax-gap-1\">\n <axp-component-slot name=\"footer-start\"></axp-component-slot>\n</div>\n<div class=\"ax-flex ax-items-center ax-justify-end ax-gap-1\">\n <axp-component-slot name=\"footer-end\"></axp-component-slot>\n</div>", dependencies: [{ kind: "directive", type: i1$2.AXPComponentSlotDirective, selector: "axp-component-slot", inputs: ["name"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
80
204
|
}
|
|
81
205
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutFooterComponent, decorators: [{
|
|
82
206
|
type: Component,
|
|
@@ -97,7 +221,7 @@ class AXPRootLayoutHeaderComponent {
|
|
|
97
221
|
this.router.navigate(['/']);
|
|
98
222
|
}
|
|
99
223
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
100
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPRootLayoutHeaderComponent, isStandalone: false, selector: "axp-dashboard-admin-header", host: { classAttribute: "ax-h-16 ax-flex ax-justify-between ax-px-4 md:ax-px-0 md:ax-pe-6 ax-py-4 ax-bg-surface ax-border-b" }, ngImport: i0, template: "<div class=\"ax-w-full ax-flex ax-justify-between\">\n <div class=\"ax-flex ax-items-center md:ax-hidden\">\n <i class=\"fa-solid fa-bars ax-text-lg ax-me-3\" (click)=\"menuClick()\"></i>\n </div>\n <div class=\"ax-flex ax-items-center\">\n <div\n class=\"ax-hidden md:ax-flex ax-items-center ax-justify-center ax-w-8 ax-h-8 ax-bg-on-surface ax-rounded ax-rounded-s-none ax-me-8 ax-cursor-pointer\"\n (click)=\"menuClick()\">\n <i class=\"fa-solid fa-chevrons-left ax-text-sm\" [ngClass]=\"{ 'ax-rotate-180': !store.isSideMenuOpen() }\"> </i>\n </div>\n <axp-component-slot name=\"header-start\"></axp-component-slot>\n </div>\n <div class=\"ax-flex ax-items-center ax-gap-1\">\n <axp-component-slot name=\"header-end\"></axp-component-slot>\n </div>\n</div>", styles: [".profile-menus ul{margin-top:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgba(var(--ax-color-border-default),var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem}.profile-menus ul:last-child{border-width:0px}.profile-menus ul li{display:flex;cursor:pointer;border-radius:.375rem;padding:.5rem}.profile-menus ul li:last-child{margin-bottom:.5rem}.profile-menus ul li:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.profile-menus ul li:hover:is(.ax-dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.profile-menus ul li i{margin-inline-end:.75rem;display:grid;height:1.5rem;width:1.5rem;place-items:center;font-size:1.25rem;line-height:1.75rem}\n"], dependencies: [{ kind: "directive", type: i1
|
|
224
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPRootLayoutHeaderComponent, isStandalone: false, selector: "axp-dashboard-admin-header", host: { classAttribute: "ax-h-16 ax-flex ax-justify-between ax-px-4 md:ax-px-0 md:ax-pe-6 ax-py-4 ax-bg-surface ax-border-b" }, ngImport: i0, template: "<div class=\"ax-w-full ax-flex ax-justify-between\">\n <div class=\"ax-flex ax-items-center md:ax-hidden\">\n <i class=\"fa-solid fa-bars ax-text-lg ax-me-3\" (click)=\"menuClick()\"></i>\n </div>\n <div class=\"ax-flex ax-items-center\">\n <div\n class=\"ax-hidden md:ax-flex ax-items-center ax-justify-center ax-w-8 ax-h-8 ax-bg-on-surface ax-rounded ax-rounded-s-none ax-me-8 ax-cursor-pointer\"\n (click)=\"menuClick()\">\n <i class=\"fa-solid fa-chevrons-left ax-text-sm\" [ngClass]=\"{ 'ax-rotate-180': !store.isSideMenuOpen() }\"> </i>\n </div>\n <axp-component-slot name=\"header-start\"></axp-component-slot>\n </div>\n <div class=\"ax-flex ax-items-center ax-gap-1\">\n <axp-component-slot name=\"header-end\"></axp-component-slot>\n </div>\n</div>", styles: [".profile-menus ul{margin-top:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgba(var(--ax-color-border-default),var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem}.profile-menus ul:last-child{border-width:0px}.profile-menus ul li{display:flex;cursor:pointer;border-radius:.375rem;padding:.5rem}.profile-menus ul li:last-child{margin-bottom:.5rem}.profile-menus ul li:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.profile-menus ul li:hover:is(.ax-dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.profile-menus ul li i{margin-inline-end:.75rem;display:grid;height:1.5rem;width:1.5rem;place-items:center;font-size:1.25rem;line-height:1.75rem}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.AXPComponentSlotDirective, selector: "axp-component-slot", inputs: ["name"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
101
225
|
}
|
|
102
226
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutHeaderComponent, decorators: [{
|
|
103
227
|
type: Component,
|
|
@@ -128,7 +252,7 @@ class AXPRootLayoutMenuComponent {
|
|
|
128
252
|
return sortBy(items, [c => c.priority ?? 0, c => c.text]);
|
|
129
253
|
}
|
|
130
254
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
131
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPRootLayoutMenuComponent, isStandalone: false, selector: "axp-root-menu", ngImport: i0, template: "<ax-side-menu>\n <ng-container *ngFor=\"let item of sort(menuStore.items())\" [ngTemplateOutlet]=\"recursiveMenu\"\n [ngTemplateOutletContext]=\"{ item: item }\">\n </ng-container>\n</ax-side-menu>\n\n<ng-template #recursiveMenu let-item=\"item\">\n @if(item.type=='group') {\n <ax-title *permission=\"item.data?.requiredPermission\">{{ item.text | translate | async }}</ax-title>\n } @else {\n <ax-side-menu-item *permission=\"item.data?.requiredPermission\" (onClick)=\"onMenuItemClick( item)\"\n [active]=\"item ===menuStore.selectedMenuItem().item\" [isCollapsed]=\"!menuStore.isItemOpen(item)\">\n <ax-prefix>\n <ax-icon [class]=\"item.icon\"></ax-icon>\n </ax-prefix>\n {{ item.text | translate | async }}\n <ng-container *ngIf=\"item.children?.length\">\n <ng-container *ngFor=\"let child of sort(item.children)\" [ngTemplateOutlet]=\"recursiveMenu\"\n [ngTemplateOutletContext]=\"{ item: child }\">\n </ng-container>\n </ng-container>\n </ax-side-menu-item>\n }\n</ng-template>", styles: [""], dependencies: [{ kind: "directive", type: i1
|
|
255
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPRootLayoutMenuComponent, isStandalone: false, selector: "axp-root-menu", ngImport: i0, template: "<ax-side-menu>\n <ng-container *ngFor=\"let item of sort(menuStore.items())\" [ngTemplateOutlet]=\"recursiveMenu\"\n [ngTemplateOutletContext]=\"{ item: item }\">\n </ng-container>\n</ax-side-menu>\n\n<ng-template #recursiveMenu let-item=\"item\">\n @if(item.type=='group') {\n <ax-title *permission=\"item.data?.requiredPermission\">{{ item.text | translate | async }}</ax-title>\n } @else {\n <ax-side-menu-item *permission=\"item.data?.requiredPermission\" (onClick)=\"onMenuItemClick( item)\"\n [active]=\"item ===menuStore.selectedMenuItem().item\" [isCollapsed]=\"!menuStore.isItemOpen(item)\">\n <ax-prefix>\n <ax-icon [class]=\"item.icon\"></ax-icon>\n </ax-prefix>\n {{ item.text | translate | async }}\n <ng-container *ngIf=\"item.children?.length\">\n <ng-container *ngFor=\"let child of sort(item.children)\" [ngTemplateOutlet]=\"recursiveMenu\"\n [ngTemplateOutletContext]=\"{ item: child }\">\n </ng-container>\n </ng-container>\n </ax-side-menu-item>\n }\n</ng-template>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "component", type: i3$1.AXSideMenuComponent, selector: "ax-side-menu" }, { kind: "component", type: i3$1.AXSideMenuItemComponent, selector: "ax-side-menu-item", inputs: ["disabled", "color", "isLoading", "text", "isCollapsed", "active", "href", "routerLink", "routerLinkActive", "routerLinkActiveOptions", "target"], outputs: ["isLoadingChange", "textChange", "isCollapsedChange", "activeChange", "onClick"] }, { kind: "directive", type: i4$1.AXPPermissionDirective, selector: "[permission]", inputs: ["permission", "permissionElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i10.AXTranslatorPipe, name: "translate" }] }); }
|
|
132
256
|
}
|
|
133
257
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutMenuComponent, decorators: [{
|
|
134
258
|
type: Component,
|
|
@@ -148,7 +272,7 @@ class AXPRootLayoutComponent {
|
|
|
148
272
|
;
|
|
149
273
|
}
|
|
150
274
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
151
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPRootLayoutComponent, isStandalone: false, selector: "ng-component", viewQueries: [{ propertyName: "drawer", first: true, predicate: ["drawer"], descendants: true }], ngImport: i0, template: "<ax-drawer-container>\n <ax-drawer #drawer location=\"start\" [collapsed]=\"!store.isSideMenuOpen()\"\n [mode]=\"store.isSmall() ? 'overlay' : 'push'\" (collapsedChange)=\"handleCollapsedChange($event)\">\n <ax-content\n class=\"ax-w-72 ax-h-full ax-flex ax-flex-col ax-bg-secondary-600 dark:ax-bg-surface ax-text-primary-fore ax-border-e ax-border-primary-700 dark:ax-border-default\">\n <header class=\"ax-px-7 ax-h-16 ax-flex ax-items-center ax-border-b ax-border-white/10\">\n <axp-logo [source]=\"logo?.light\"></axp-logo>\n </header>\n <nav class=\"ax-px-2 ax-py-4 ax-overflow-y-auto ax-flex-1 ax-h-full\">\n <axp-root-menu></axp-root-menu>\n </nav>\n </ax-content>\n </ax-drawer>\n <ax-content class=\"ax-flex ax-flex-col ax-relative\">\n @if(store.isNavigationLoading()) {\n <div class=\"axp-navigating-progress\">\n <div></div>\n </div>\n }\n <axp-dashboard-admin-header></axp-dashboard-admin-header>\n <div class=\"ax-flex-1 ax-overflow-auto ax-relative\" [axIsLoading]=\"store.isOverlayLoading()\">\n <router-outlet></router-outlet>\n </div>\n <axp-dashboard-admin-footer></axp-dashboard-admin-footer>\n </ax-content>\n</ax-drawer-container>", dependencies: [{ kind: "directive", type: i1$
|
|
275
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPRootLayoutComponent, isStandalone: false, selector: "ng-component", viewQueries: [{ propertyName: "drawer", first: true, predicate: ["drawer"], descendants: true }], ngImport: i0, template: "<ax-drawer-container>\n <ax-drawer #drawer location=\"start\" [collapsed]=\"!store.isSideMenuOpen()\"\n [mode]=\"store.isSmall() ? 'overlay' : 'push'\" (collapsedChange)=\"handleCollapsedChange($event)\">\n <ax-content\n class=\"ax-w-72 ax-h-full ax-flex ax-flex-col ax-bg-secondary-600 dark:ax-bg-surface ax-text-primary-fore ax-border-e ax-border-primary-700 dark:ax-border-default\">\n <header class=\"ax-px-7 ax-h-16 ax-flex ax-items-center ax-border-b ax-border-white/10\">\n <axp-logo [source]=\"logo?.light\"></axp-logo>\n </header>\n <nav class=\"ax-px-2 ax-py-4 ax-overflow-y-auto ax-flex-1 ax-h-full\">\n <axp-root-menu></axp-root-menu>\n </nav>\n </ax-content>\n </ax-drawer>\n <ax-content class=\"ax-flex ax-flex-col ax-relative\">\n @if(store.isNavigationLoading()) {\n <div class=\"axp-navigating-progress\">\n <div></div>\n </div>\n }\n <axp-dashboard-admin-header></axp-dashboard-admin-header>\n <div class=\"ax-flex-1 ax-overflow-auto ax-relative\" [axIsLoading]=\"store.isOverlayLoading()\">\n <router-outlet></router-outlet>\n </div>\n <axp-dashboard-admin-footer></axp-dashboard-admin-footer>\n </ax-content>\n</ax-drawer-container>", dependencies: [{ kind: "directive", type: i1$3.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "component", type: i2.AXDrawerComponent, selector: "ax-drawer", inputs: ["location", "showBackdrop", "mode", "closeOthers", "collapsed"], outputs: ["locationChange", "modeChange", "collapsedChange"] }, { kind: "component", type: i2.AXDrawerContainerComponent, selector: "ax-drawer-container" }, { kind: "directive", type: i5.AXLoadingDirective, selector: "[axIsLoading]", inputs: ["axIsLoading"] }, { kind: "component", type: i1$2.AXPLogoComponent, selector: "axp-logo", inputs: ["source"] }, { kind: "component", type: AXPRootLayoutFooterComponent, selector: "axp-dashboard-admin-footer" }, { kind: "component", type: AXPRootLayoutHeaderComponent, selector: "axp-dashboard-admin-header" }, { kind: "component", type: AXPRootLayoutMenuComponent, selector: "axp-root-menu" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
152
276
|
}
|
|
153
277
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRootLayoutComponent, decorators: [{
|
|
154
278
|
type: Component,
|
|
@@ -239,29 +363,30 @@ class AXPSettingsMenuComponent {
|
|
|
239
363
|
constructor() {
|
|
240
364
|
this.settings = inject(AXPSettingsViewModel);
|
|
241
365
|
this.activatedRoute = inject(ActivatedRoute);
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
this.settings.initializeService(this.activatedRoute);
|
|
366
|
+
afterNextRender(async () => {
|
|
367
|
+
await this.settings.initializeService(this.activatedRoute);
|
|
245
368
|
});
|
|
246
369
|
}
|
|
247
370
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSettingsMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
248
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPSettingsMenuComponent, isStandalone: true, selector: "ng-component",
|
|
371
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPSettingsMenuComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<ax-drawer-container id=\"ax-settings\" class=\"ax-w-full md:ax-min-w-96 ax-flex ax-items-center ax-h-[100vh-104px]\">\n <ax-drawer #drawer location=\"start\" mode=\"push\" class=\"ax-w-full ax-max-w-full md:ax-w-auto\"\n [collapsed]=\"settings.isMobile() && !!settings.activatedGroup()\">\n <ax-content class=\"ax-flex ax-min-w-[300px] ax-flex-col ax-p-6 ax-border-r\">\n <p class=\"ax-text-xl ax-font-bold ax-pb-6\">Workspace Settings</p>\n <div class=\"ax-settings-menu\">\n <ax-tree-view #tree (onNodeClick)=\"settings.onChooseGroup($event)\" [hasChildField]=\"'hasChild'\"\n [selectable]=\"false\" [items]=\"settings.formattedData()\"></ax-tree-view>\n </div>\n </ax-content>\n </ax-drawer>\n\n <ax-content [class.ax-hidden]=\"settings.isMobile() && !settings.activatedGroup()\">\n @if(!settings.activatedGroup()){\n <div\n class=\"ax-bg-surface ax-flex ax-flex-col ax-justify-center ax-h-[calc(100vh-104px)] ax-items-center ax-p-10 ax-gap-10\">\n <div class=\"ax-relative ax-w-32 ax-h-32 ax-animate-rotateIn\">\n <div class=\"ax-absolute ax-inset-0 ax-bg-blue-50 ax-rounded-full\"></div>\n <svg\n class=\"ax-absolute ax-inset-0 ax-w-full ax-h-full ax-text-blue-500 ax-transform ax-transition-transform ax-hover:rotate-180 ax-duration-700\"\n fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\">\n </path>\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\">\n </path>\n </svg>\n </div>\n\n <div class=\"ax-space-y-3 ax-text-center\">\n <h2 class=\"ax-text-2xl ax-font-bold\">No Settings Choose</h2>\n <p>Start customizing your settings by choosing one</p>\n </div>\n </div>\n }\n <router-outlet></router-outlet>\n </ax-content>\n</ax-drawer-container>", dependencies: [{ kind: "ngmodule", type: AXDrawerModule }, { kind: "component", type: i2.AXDrawerComponent, selector: "ax-drawer", inputs: ["location", "showBackdrop", "mode", "closeOthers", "collapsed"], outputs: ["locationChange", "modeChange", "collapsedChange"] }, { kind: "component", type: i2.AXDrawerContainerComponent, selector: "ax-drawer-container" }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXTreeViewModule }, { kind: "component", type: i3$2.AXTreeViewComponent, selector: "ax-tree-view", inputs: ["items", "selectable", "selectionMode", "selectionBehavior", "showActiveNode", "valueField", "textField", "visibleField", "disableField", "hasChildField", "iconField"], outputs: ["onSelectionChange", "onItemClick", "onNodeClick", "onNodeExpandClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
249
372
|
}
|
|
250
373
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSettingsMenuComponent, decorators: [{
|
|
251
374
|
type: Component,
|
|
252
|
-
args: [{ imports: [AXDrawerModule, CommonModule, RouterOutlet, AXDecoratorModule, AXTreeViewModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ax-drawer-container id=\"ax-settings\" class=\"ax-w-full md:ax-min-w-96 ax-flex ax-items-center ax-h-[100vh-104px]\">\n <ax-drawer
|
|
375
|
+
args: [{ imports: [AXDrawerModule, CommonModule, RouterOutlet, AXDecoratorModule, AXTreeViewModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ax-drawer-container id=\"ax-settings\" class=\"ax-w-full md:ax-min-w-96 ax-flex ax-items-center ax-h-[100vh-104px]\">\n <ax-drawer #drawer location=\"start\" mode=\"push\" class=\"ax-w-full ax-max-w-full md:ax-w-auto\"\n [collapsed]=\"settings.isMobile() && !!settings.activatedGroup()\">\n <ax-content class=\"ax-flex ax-min-w-[300px] ax-flex-col ax-p-6 ax-border-r\">\n <p class=\"ax-text-xl ax-font-bold ax-pb-6\">Workspace Settings</p>\n <div class=\"ax-settings-menu\">\n <ax-tree-view #tree (onNodeClick)=\"settings.onChooseGroup($event)\" [hasChildField]=\"'hasChild'\"\n [selectable]=\"false\" [items]=\"settings.formattedData()\"></ax-tree-view>\n </div>\n </ax-content>\n </ax-drawer>\n\n <ax-content [class.ax-hidden]=\"settings.isMobile() && !settings.activatedGroup()\">\n @if(!settings.activatedGroup()){\n <div\n class=\"ax-bg-surface ax-flex ax-flex-col ax-justify-center ax-h-[calc(100vh-104px)] ax-items-center ax-p-10 ax-gap-10\">\n <div class=\"ax-relative ax-w-32 ax-h-32 ax-animate-rotateIn\">\n <div class=\"ax-absolute ax-inset-0 ax-bg-blue-50 ax-rounded-full\"></div>\n <svg\n class=\"ax-absolute ax-inset-0 ax-w-full ax-h-full ax-text-blue-500 ax-transform ax-transition-transform ax-hover:rotate-180 ax-duration-700\"\n fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\">\n </path>\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\">\n </path>\n </svg>\n </div>\n\n <div class=\"ax-space-y-3 ax-text-center\">\n <h2 class=\"ax-text-2xl ax-font-bold\">No Settings Choose</h2>\n <p>Start customizing your settings by choosing one</p>\n </div>\n </div>\n }\n <router-outlet></router-outlet>\n </ax-content>\n</ax-drawer-container>" }]
|
|
253
376
|
}], ctorParameters: () => [] });
|
|
254
377
|
|
|
255
378
|
class AXPSettingsViewComponent {
|
|
256
379
|
constructor() {
|
|
257
|
-
this.
|
|
380
|
+
this.vm = inject(AXPSettingsViewModel);
|
|
381
|
+
this.injector = inject(Injector);
|
|
258
382
|
}
|
|
259
383
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSettingsViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
260
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPSettingsViewComponent, isStandalone: true, selector: "ng-component", host: { classAttribute: "ax-w-full" }, ngImport: i0, template: "<div #content class=\"ax-overflow-auto ax-h-full\">\n <div\n class=\"ax-flex ax-flex-col ax-px-6 ax-pt-0 md:ax-pt-6 ax-sticky ax-top-0 ax-z-10 ax-transition-all\"\n #sticky=\"axpSticky\"\n [axpSticky]=\"'ax-bg-surface ax-py-3 ax-shadow-xl'\"\n [stickyOffset]=\"12\"\n [stickyParent]=\"content\"\n >\n <div\n class=\"ax-flex ax-justify-between ax-items-center ax-flex-wrap md:ax-flex-nowrap ax-gap-4 ax-pt-4 ax-overflow-x-auto\"\n >\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-transition\">\n <div class=\"md:ax-block ax-flex ax-justify-start ax-items-center ax-gap-4\">\n <ax-button class=\"ax-block md:ax-hidden\" color=\"ghost\" [routerLink]=\"settings.fullRoute\">\n <ax-icon> <i class=\"fa-solid fa-chevron-left\"></i></ax-icon\n ></ax-button>\n <div class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">\n {{ settings.dataDetails()?.breadcrumb?.[(settings.dataDetails()?.breadcrumb?.length??1)- 1]?.title }}\n </div>\n </div>\n @if(false) {\n <div class=\"ax-text-sm ax-text-neutral-600\">description</div>\n }\n <ax-breadcrumbs class=\"child:ax-font-normal child:ax-text-neutral-400 ax-flex-wrap ax-hidden md:ax-block\">\n <ng-template #divider>\n <i class=\"fa-solid fa-chevron-right ax-text-xs ax-mx-2\"></i>\n </ng-template>\n <ax-breadcrumbs-item [active]=\"false\" [routerLink]=\"settings.fullRoute\">\n <i class=\"ax-me-2 ax-text-xs fa-home fa-solid\"></i>Home</ax-breadcrumbs-item\n >\n @for(b of settings.dataDetails()?.breadcrumb;track $index;let last=$last) {\n <ax-breadcrumbs-item\n [active]=\"last\"\n [class.!ax-font-semibold]=\"last\"\n [class.!ax-text-neutral-600]=\"last\"\n [routerLink]=\"settings.fullRoute + b.name\"\n >\n {{ b.title }}\n </ax-breadcrumbs-item>\n }\n </ax-breadcrumbs>\n </div>\n <div class=\"ax-p-1 ax-w-full md:ax-w-auto md:ax-shrink\">\n <ax-search-box [delayTime]=\"250\" [(ngModel)]=\"settings.search\"> </ax-search-box>\n </div>\n </div>\n </div>\n\n <axp-widgets-container [context]=\"settings.context()\" (contextChange)=\"settings.setContext($event)\">\n @if(settings.search() && settings.searchedSettings()!.length>0){\n <div class=\"ax-settings-items\">\n @for(group of settings.searchedSettings(); track group.name){\n <p class=\"ax-text-lg md:ax-text-xl ax-font-bold ax-p-6 ax-pb-3 ax-text-neutral-400\">\n {{ group.title }}\n </p>\n @for (section of group.sections; track section.name) {\n <div class=\"ax-bg-surface ax-m-6 ax-mt-3 ax-px-4 ax-border ax-rounded-md\">\n <p class=\"ax-font-bold ax-text-xl ax-py-4\">{{ section.title }}</p>\n <div>\n @for(setting of section.settings; track setting.name){\n <div class=\"ax-py-3 ax-w-full md:ax-min-w-fit md:ax-max-w-[50%] last:ax-pb-5\">\n <p class=\"ax-font-medium ax-pb-1\">{{ setting.title }}</p>\n <p class=\"ax-text-neutral-400\">{{ setting.description }}</p>\n <ng-container axp-widget-renderer [node]=\"setting.widget\" [mode]=\"'edit'\"> </ng-container>\n </div>\n }\n </div>\n </div>\n } }\n <div class=\"ax-w-full ax-gap-3 ax-p-6 ax-pt-0 ax-flex ax-justify-end ax-items-center ax-flex-wrap\">\n <ax-button\n [disabled]=\"settings.canCancel()\"\n (onClick)=\"settings.onCancelSettings()\"\n [text]=\"'cancel' | translate | async\"\n ></ax-button>\n <ax-button\n [disabled]=\"!settings.canSave()\"\n (onClick)=\"settings.onSaveSettings()\"\n color=\"primary\"\n [text]=\"'save-changes' | translate | async\"\n ></ax-button>\n </div>\n </div>\n }@else if(settings.search() && settings.searchedSettings()!.length===0) {\n <div class=\"ax-p-2\">\n <div\n class=\"ax-mt-3 ax-flex ax-flex-col ax-justify-center ax-h-[calc(100vh-236px)] ax-items-center ax-p-10 ax-gap-10\"\n >\n <!-- prettier-ignore -->\n <svg class=\"ax-h-full\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 500\"><g id=\"freepik--Floor--inject-5\"><ellipse id=\"freepik--floor--inject-5\" cx=\"250\" cy=\"357.87\" rx=\"223\" ry=\"128.32\" style=\"fill:#f5f5f5\"></ellipse></g><g id=\"freepik--Shadows--inject-5\"><ellipse id=\"freepik--Shadow--inject-5\" cx=\"384.43\" cy=\"338.75\" rx=\"37.32\" ry=\"21.54\" style=\"fill:#e0e0e0\"></ellipse><path id=\"freepik--shadow--inject-5\" d=\"M191.3,461.12l-56.06-32.47c-1.27-.74-1.27-1.94,0-2.68l134.29-77.53a5.11,5.11,0,0,1,4.63,0l56.15,32.42c1.27.73,1.27,1.93,0,2.67l-134.4,77.59A5.08,5.08,0,0,1,191.3,461.12Z\" style=\"fill:#e0e0e0\"></path></g><g id=\"freepik--Plants--inject-5\"><g id=\"freepik--plants--inject-5\"><path d=\"M159.48,394.28s2.18-14.67-1.95-27.6-12-22.43-20.91-25.57-18.44,3.25-10.26,11.58,23.88,18.78,26.09,42.36Z\" style=\"fill:#407BFF\"></path><g style=\"opacity:0.15\"><path d=\"M159.48,394.28s2.18-14.67-1.95-27.6-12-22.43-20.91-25.57-18.44,3.25-10.26,11.58,23.88,18.78,26.09,42.36Z\"></path></g><path d=\"M157.81,389.87h.1a.5.5,0,0,0,.44-.56c-3.29-26.15-18.89-40.87-26.69-45a.5.5,0,0,0-.47.89c7.64,4,22.93,18.5,26.16,44.23A.5.5,0,0,0,157.81,389.87Z\" style=\"fill:#fff\"></path><path d=\"M114.14,373.51c.29,2,1.94,3.4,3.51,4.6s3.28,2.51,3.78,4.42c1,3.87-3.46,7.67-2.3,11.49a6.2,6.2,0,0,0,3.42,3.49c1.25.61,2.59,1,3.9,1.47a19.52,19.52,0,0,0,1.94.38,8.94,8.94,0,0,1,5.35,2.12c2.23,2.22,2.11,5.79,3,8.81a13.05,13.05,0,0,0,7.36,8.07c2.89,1.23,7.57,1.81,8.72.7.87-.84,0-4.38.25-5.55a50.5,50.5,0,0,0,1.34-9.22,17.5,17.5,0,0,1,.56-4.21c.43-1.53.86-3.06,1.28-4.6s1.2-2.86,1.07-4.69a17.67,17.67,0,0,0-1.39-5.08q-.94-2.41-1.93-4.82a24.89,24.89,0,0,0-2.81-5.42,13.05,13.05,0,0,0-9-5.12c-2.91-.31-6.08.5-8.92-.43s-5.29-2.42-8.21-3a10.33,10.33,0,0,0-8.86,1.88A5.51,5.51,0,0,0,114.14,373.51Z\" style=\"fill:#407BFF\"></path><path d=\"M152.42,410.94h0a.45.45,0,0,0,.45-.44c.3-28-26.12-39.42-32.68-40.75a.45.45,0,0,0-.52.35.43.43,0,0,0,.35.52c6.41,1.3,32.26,12.46,32,39.87A.45.45,0,0,0,152.42,410.94Z\" style=\"fill:#fff\"></path><path d=\"M125.57,389.23a.4.4,0,0,0,.26-.06,23.71,23.71,0,0,1,20.17-.06.44.44,0,0,0,.58-.23.45.45,0,0,0-.22-.59,24.64,24.64,0,0,0-21,.11.44.44,0,0,0-.16.61A.42.42,0,0,0,125.57,389.23Z\" style=\"fill:#fff\"></path></g></g><g id=\"freepik--Gear--inject-5\"><g id=\"freepik--gear--inject-5\"><path d=\"M288.87,126.26a1.19,1.19,0,0,0-.24-.63l-.14-.14-.16-.1a1.08,1.08,0,0,0-.41-.1,1.48,1.48,0,0,0-.62.11l-12.91,5.15a1.51,1.51,0,0,1-2.06-1.07c-.13-.48-.27-.95-.42-1.42s-.26-.77-.39-1.14c-.19-.55-.41-1.09-.64-1.6-.11-.26-.23-.52-.34-.77l-.36-.74h0c-.12-.25-.25-.48-.38-.72a3.11,3.11,0,0,1-.31-.84,3.36,3.36,0,0,1,.25-2.23l2.64-4.79,6.55-11.85a1.92,1.92,0,0,0-.63-2.51l-9-5.72-11.41-7.28L249,82.17h0a.75.75,0,0,0-.21-.12l-.18-.07-.07,0a1,1,0,0,0-.23,0,1.57,1.57,0,0,0-.43,0h0l-.17,0h0a.08.08,0,0,0-.08,0l-.15,0a.16.16,0,0,0-.09,0l-.12,0h-.06l-.06,0s0,0,0,0a.69.69,0,0,0-.22.14l0,0h0a.83.83,0,0,0-.17.15l-.16.18-8,10.93h0l-9.21-5.88-.17-.12-2.79-1.78-3.78-2.41a.35.35,0,0,0-.12-.07l0,0-.07,0h0s0,0,0,0h0a.69.69,0,0,0-.2,0h-.37a1.84,1.84,0,0,0-.36.15h0L206.68,91s0,0,0,0l-.06,0a.16.16,0,0,0-.08.06l-.06,0-.21.15-.11.08-.07.08s0,0-.06,0l-.15.14a.6.6,0,0,0-.11.12l-.15.18h0l-.15.19a2.59,2.59,0,0,0-.19.31h0a.41.41,0,0,1-.07.15l0,.06s0,0,0,.06a.61.61,0,0,0,0,.12c0,.11-.09.24-.13.37a.49.49,0,0,0,0,.16,1.55,1.55,0,0,0,0,.21l-2.13,15.76c0,.14-.06.28-.09.42a1.87,1.87,0,0,1-.07.22,2.09,2.09,0,0,0-.08.23,5.51,5.51,0,0,1-1.37,2c-.72.61-1.43,1.23-2.13,1.87-.53.47-1.05,1-1.58,1.46L195.87,117c-.52.51-1,1-1.53,1.56s-1,1.06-1.5,1.61a1.21,1.21,0,0,1-.2.19,1.18,1.18,0,0,1-.22.17,1.1,1.1,0,0,1-.26.14.61.61,0,0,1-.23.11.86.86,0,0,1-.21.07l-.1,0-.14,0a1.11,1.11,0,0,1-.25,0s-.06,0-.08,0a.31.31,0,0,1-.16,0,.33.33,0,0,1-.17,0,2.12,2.12,0,0,1-.44,0h0a.86.86,0,0,1-.23-.06l-.11,0-9-3.6a1.43,1.43,0,0,0-.34-.09l-.32,0,0,0a2.21,2.21,0,0,0-2,.95l-11.26,17.64a1.58,1.58,0,0,0-.16.35l0,.06a2.22,2.22,0,0,0-.09.37s0,0,0,.08a.9.9,0,0,0,0,.16c0,.12,0,.24,0,.35a2.21,2.21,0,0,0,.08.37,2.43,2.43,0,0,0,.27.62,0,0,0,0,1,0,0l.13.18a1.36,1.36,0,0,0,.17.17l7,6.64c.07.08.14.15.2.23a.58.58,0,0,1,.11.15c.06.08.11.18.17.28s.07.17.1.26,0,0,0,0a.13.13,0,0,1,0,.06,1.91,1.91,0,0,1,.12.47.22.22,0,0,1,0,.11.66.66,0,0,1,0,.14c0,.05,0,.1,0,.16s0,.16,0,.24,0,.21,0,.31l0,.1a1.7,1.7,0,0,1-.1.32,86.16,86.16,0,0,0-3.78,10.88,4,4,0,0,1-.29.74,1.41,1.41,0,0,1-.13.24l0,.06c0,.09-.1.18-.16.27a.2.2,0,0,1-.06.07.34.34,0,0,1-.07.11,1.34,1.34,0,0,1-.11.14c-.07.1-.16.2-.24.3l-.09.09a1.37,1.37,0,0,1-.16.18,5,5,0,0,1-.58.48L156,170.06a2.17,2.17,0,0,0-.3.23,1.29,1.29,0,0,0-.17.16l-.12.13h0a1.37,1.37,0,0,0-.19.22,2.4,2.4,0,0,0-.21.31l-.15.25-.13.27a1.28,1.28,0,0,0-.11.27.7.7,0,0,0-.06.19c0,.11-.06.22-.09.32a2.6,2.6,0,0,0,0,.37l-.73,16.42a1.17,1.17,0,0,0,0,.27l0,.15a.47.47,0,0,0,.06.2.05.05,0,0,0,0,0,.63.63,0,0,0,.13.23h0a.58.58,0,0,0,.18.17h0l.09.05,15.94,10.19-6.54,11.84a.72.72,0,0,0-.09.2,1.87,1.87,0,0,0-.14.61,1.58,1.58,0,0,0,0,.37h0a2.25,2.25,0,0,0,.09.35h0a2.14,2.14,0,0,0,.21.43,0,0,0,0,0,0,0l.15.2a2.52,2.52,0,0,0,.39.33l21.8,14a1.29,1.29,0,0,0,.33.17l7.15,4.55a1.91,1.91,0,0,0,2.54-.47l8-10.92,16,10.19h0a1,1,0,0,0,.25.13,1.21,1.21,0,0,0,1-.12l14.59-7.58a2.89,2.89,0,0,0,.63-.46,4.22,4.22,0,0,0,.55-.64,3.42,3.42,0,0,0,.62-1.49l2.14-15.76a5.3,5.3,0,0,1,1.61-2.88,84.05,84.05,0,0,0,8.26-8,2.71,2.71,0,0,1,2.83-.66l9,3.59a2.23,2.23,0,0,0,2.6-.85L275.42,180a2.24,2.24,0,0,0-.34-2.72L268,170.64a2.74,2.74,0,0,1-.58-2.85,84.48,84.48,0,0,0,3.78-10.87,5.33,5.33,0,0,1,1.94-2.68l13.4-8.56a3.85,3.85,0,0,0,1.58-2.73l.73-16.43C288.88,126.43,288.87,126.34,288.87,126.26Zm-51,12.39c-.71,16-12.81,35-27,42.36a29.07,29.07,0,0,1-4.9,2c-.11-.8-.18-1.64-.22-2.51q0-.51,0-1.05v-.59c0-.38,0-.75,0-1.13.71-16,12.82-35,27.05-42.37.43-.23.85-.44,1.28-.63.21-.11.43-.2.63-.29l.63-.26a23.87,23.87,0,0,1,2.35-.85A30.23,30.23,0,0,1,237.88,138.65Z\" style=\"fill:#407BFF\"></path><path d=\"M288.87,126.26a1.19,1.19,0,0,0-.24-.63l-.14-.14-.16-.1a1.08,1.08,0,0,0-.41-.1,1.48,1.48,0,0,0-.62.11l-12.91,5.15a1.51,1.51,0,0,1-2.06-1.07c-.13-.48-.27-.95-.42-1.42s-.26-.77-.39-1.14c-.19-.55-.41-1.09-.64-1.6-.11-.26-.23-.52-.34-.77l-.36-.74h0c-.12-.25-.25-.48-.38-.72a3.11,3.11,0,0,1-.31-.84,3.36,3.36,0,0,1,.25-2.23l2.64-4.79,6.55-11.85a1.92,1.92,0,0,0-.63-2.51l-9-5.72-11.41-7.28L249,82.17h0a.75.75,0,0,0-.21-.12l-.18-.07-.07,0a1,1,0,0,0-.23,0,1.57,1.57,0,0,0-.43,0h0l-.17,0h0a.08.08,0,0,0-.08,0l-.15,0a.16.16,0,0,0-.09,0l-.12,0h-.06l-.06,0s0,0,0,0a.69.69,0,0,0-.22.14l0,0h0a.83.83,0,0,0-.17.15l-.16.18-8,10.93h0l-9.21-5.88-.17-.12-2.79-1.78-3.78-2.41a.35.35,0,0,0-.12-.07l0,0-.07,0h0s0,0,0,0h0a.69.69,0,0,0-.2,0h-.37a1.84,1.84,0,0,0-.36.15h0L206.68,91s0,0,0,0l-.06,0a.16.16,0,0,0-.08.06l-.06,0-.21.15-.11.08-.07.08s0,0-.06,0l-.15.14a.6.6,0,0,0-.11.12l-.15.18h0l-.15.19a2.59,2.59,0,0,0-.19.31h0a.41.41,0,0,1-.07.15l0,.06s0,0,0,.06a.61.61,0,0,0,0,.12c0,.11-.09.24-.13.37a.49.49,0,0,0,0,.16,1.55,1.55,0,0,0,0,.21l-2.13,15.76c0,.14-.06.28-.09.42a1.87,1.87,0,0,1-.07.22,2.09,2.09,0,0,0-.08.23,5.51,5.51,0,0,1-1.37,2c-.72.61-1.43,1.23-2.13,1.87-.53.47-1.05,1-1.58,1.46L195.87,117c-.52.51-1,1-1.53,1.56s-1,1.06-1.5,1.61a1.21,1.21,0,0,1-.2.19,1.18,1.18,0,0,1-.22.17,1.1,1.1,0,0,1-.26.14.61.61,0,0,1-.23.11.86.86,0,0,1-.21.07l-.1,0-.14,0a1.11,1.11,0,0,1-.25,0s-.06,0-.08,0a.31.31,0,0,1-.16,0,.33.33,0,0,1-.17,0,2.12,2.12,0,0,1-.44,0h0a.86.86,0,0,1-.23-.06l-.11,0-9-3.6a1.43,1.43,0,0,0-.34-.09l-.32,0,0,0a2.21,2.21,0,0,0-2,.95l-11.26,17.64a1.58,1.58,0,0,0-.16.35l0,.06a2.22,2.22,0,0,0-.09.37s0,0,0,.08a.9.9,0,0,0,0,.16c0,.12,0,.24,0,.35a2.21,2.21,0,0,0,.08.37,2.43,2.43,0,0,0,.27.62,0,0,0,0,1,0,0l.13.18a1.36,1.36,0,0,0,.17.17l7,6.64c.07.08.14.15.2.23a.58.58,0,0,1,.11.15c.06.08.11.18.17.28s.07.17.1.26,0,0,0,0a.13.13,0,0,1,0,.06,1.91,1.91,0,0,1,.12.47.22.22,0,0,1,0,.11.66.66,0,0,1,0,.14c0,.05,0,.1,0,.16s0,.16,0,.24,0,.21,0,.31l0,.1a1.7,1.7,0,0,1-.1.32,86.16,86.16,0,0,0-3.78,10.88,4,4,0,0,1-.29.74,1.41,1.41,0,0,1-.13.24l0,.06c0,.09-.1.18-.16.27a.2.2,0,0,1-.06.07.34.34,0,0,1-.07.11,1.34,1.34,0,0,1-.11.14c-.07.1-.16.2-.24.3l-.09.09a1.37,1.37,0,0,1-.16.18,5,5,0,0,1-.58.48L156,170.06a2.17,2.17,0,0,0-.3.23,1.29,1.29,0,0,0-.17.16l-.12.13h0a1.37,1.37,0,0,0-.19.22,2.4,2.4,0,0,0-.21.31l-.15.25-.13.27a1.28,1.28,0,0,0-.11.27.7.7,0,0,0-.06.19c0,.11-.06.22-.09.32a2.6,2.6,0,0,0,0,.37l-.73,16.42a1.17,1.17,0,0,0,0,.27l0,.15a.47.47,0,0,0,.06.2.05.05,0,0,0,0,0,.63.63,0,0,0,.13.23h0a.58.58,0,0,0,.18.17h0l.09.05,15.94,10.19-6.54,11.84a.72.72,0,0,0-.09.2,1.87,1.87,0,0,0-.14.61,1.58,1.58,0,0,0,0,.37h0a2.25,2.25,0,0,0,.09.35h0a2.14,2.14,0,0,0,.21.43,0,0,0,0,0,0,0l.15.2a2.52,2.52,0,0,0,.39.33l21.8,14a1.29,1.29,0,0,0,.33.17l7.15,4.55a1.91,1.91,0,0,0,2.54-.47l8-10.92,16,10.19h0a1,1,0,0,0,.25.13,1.21,1.21,0,0,0,1-.12l14.59-7.58a2.89,2.89,0,0,0,.63-.46,4.22,4.22,0,0,0,.55-.64,3.42,3.42,0,0,0,.62-1.49l2.14-15.76a5.3,5.3,0,0,1,1.61-2.88,84.05,84.05,0,0,0,8.26-8,2.71,2.71,0,0,1,2.83-.66l9,3.59a2.23,2.23,0,0,0,2.6-.85L275.42,180a2.24,2.24,0,0,0-.34-2.72L268,170.64a2.74,2.74,0,0,1-.58-2.85,84.48,84.48,0,0,0,3.78-10.87,5.33,5.33,0,0,1,1.94-2.68l13.4-8.56a3.85,3.85,0,0,0,1.58-2.73l.73-16.43C288.88,126.43,288.87,126.34,288.87,126.26Zm-51,12.39c-.71,16-12.81,35-27,42.36a29.07,29.07,0,0,1-4.9,2c-.11-.8-.18-1.64-.22-2.51q0-.51,0-1.05v-.59c0-.38,0-.75,0-1.13.71-16,12.82-35,27.05-42.37.43-.23.85-.44,1.28-.63.21-.11.43-.2.63-.29l.63-.26a23.87,23.87,0,0,1,2.35-.85A30.23,30.23,0,0,1,237.88,138.65Z\" style=\"opacity:0.30000000000000004\"></path><path d=\"M182,200.8l-6.35,2.53a1.2,1.2,0,0,1-1.13-.05l-4.32-2.75-6.54,11.84a1.92,1.92,0,0,0,.64,2.51l21.8,14a1.91,1.91,0,0,0,1.37.26l6-21Z\" style=\"opacity:0.05\"></path><path d=\"M195.68,160.09l-20.38-13a2.67,2.67,0,0,0-.75-2l-7-6.63a2.15,2.15,0,0,1-.64-1.34l20.37,13a2.14,2.14,0,0,0,.63,1.3l7,6.64A2.67,2.67,0,0,1,195.68,160.09Z\" style=\"fill:#407BFF\"></path><path d=\"M195.68,160.09l-20.38-13a2.67,2.67,0,0,0-.75-2l-7-6.63a2.15,2.15,0,0,1-.64-1.34l20.37,13a2.14,2.14,0,0,0,.63,1.3l7,6.64A2.67,2.67,0,0,1,195.68,160.09Z\" style=\"opacity:0.4\"></path><path d=\"M212.1,133.87a2.66,2.66,0,0,1-1.72,0l-9-3.59a1.86,1.86,0,0,0-.66-.14h0l-20.35-13a2,2,0,0,1,.65.13l9,3.59a2.6,2.6,0,0,0,1.7,0Z\" style=\"fill:#407BFF\"></path><path d=\"M212.1,133.87a2.66,2.66,0,0,1-1.72,0l-9-3.59a1.86,1.86,0,0,0-.66-.14h0l-20.35-13a2,2,0,0,1,.65.13l9,3.59a2.6,2.6,0,0,0,1.7,0Z\" style=\"opacity:0.2\"></path><path d=\"M225.49,105.67a3.63,3.63,0,0,0-.27.85l-2.12,15.77a3.62,3.62,0,0,1-.25.87l-20.36-13a3.93,3.93,0,0,0,.24-.87l2.13-15.76a2.94,2.94,0,0,1,.27-.86Z\" style=\"fill:#407BFF\"></path><path d=\"M225.49,105.67a3.63,3.63,0,0,0-.27.85l-2.12,15.77a3.62,3.62,0,0,1-.25.87l-20.36-13a3.93,3.93,0,0,0,.24-.87l2.13-15.76a2.94,2.94,0,0,1,.27-.86Z\" style=\"opacity:0.2\"></path><path d=\"M272.37,115.22l16,10.17a1.21,1.21,0,0,0-1,0l-12.92,5.14a1.51,1.51,0,0,1-2.06-1.07,28.31,28.31,0,0,0-2.55-6.4,3.52,3.52,0,0,1,0-3.07Z\" style=\"fill:#407BFF\"></path><path d=\"M288.41,125.43h0Z\" style=\"fill:#407BFF\"></path><path d=\"M269.33,95.14a1.93,1.93,0,0,0-2.51.5L255.6,111a2.73,2.73,0,0,1-.8.7L249.06,108l-5.35-3.43-.41-7.28a1.18,1.18,0,0,0-.53-1l-.06,0-4.25-2.7,8-10.93a1.91,1.91,0,0,1,2.51-.48l8.94,5.71Z\" style=\"fill:#407BFF\"></path><path d=\"M190.78,173.54a4.42,4.42,0,0,1-1,1l-13.4,8.57a3.11,3.11,0,0,0-1,1l-20.34-13a3.33,3.33,0,0,1,.93-1l13.41-8.56a4.84,4.84,0,0,0,1-1Z\" style=\"fill:#407BFF\"></path><path d=\"M200.4,130.13a2.24,2.24,0,0,0-1.6,1l-11.27,17.65a2.07,2.07,0,0,0-.29,1.41l-20.36-13a2.08,2.08,0,0,1,.29-1.38l11.25-17.64a2.22,2.22,0,0,1,1.76-1Z\" style=\"fill:#407BFF\"></path><path d=\"M242.71,96.27a1.26,1.26,0,0,0-1.09.09l-6,3.1L227,103.94a3.81,3.81,0,0,0-1.55,1.73l-20.37-13A3.79,3.79,0,0,1,206.67,91l14.59-7.57a1.42,1.42,0,0,1,.72-.18.7.7,0,0,1,.42.13l6.68,4.24.17.11,9.21,5.89Z\" style=\"fill:#407BFF\"></path><path d=\"M272.37,115.22l16,10.17a1.21,1.21,0,0,0-1,0l-12.92,5.14a1.51,1.51,0,0,1-2.06-1.07,28.31,28.31,0,0,0-2.55-6.4,3.52,3.52,0,0,1,0-3.07Z\" style=\"opacity:0.1\"></path><path d=\"M269.33,95.14a1.93,1.93,0,0,0-2.51.5L255.6,111a2.73,2.73,0,0,1-.8.7L249.06,108l-5.35-3.43-.41-7.28a1.18,1.18,0,0,0-.53-1l-.06,0-4.25-2.7,8-10.93a1.91,1.91,0,0,1,2.51-.48l8.94,5.71Z\" style=\"opacity:0.2\"></path><path d=\"M190.78,173.54a4.42,4.42,0,0,1-1,1l-13.4,8.57a3.11,3.11,0,0,0-1,1l-20.34-13a3.33,3.33,0,0,1,.93-1l13.41-8.56a4.84,4.84,0,0,0,1-1Z\" style=\"opacity:0.2\"></path><path d=\"M200.4,130.13a2.24,2.24,0,0,0-1.6,1l-11.27,17.65a2.07,2.07,0,0,0-.29,1.41l-20.36-13a2.08,2.08,0,0,1,.29-1.38l11.25-17.64a2.22,2.22,0,0,1,1.76-1Z\" style=\"opacity:0.1\"></path><path d=\"M242.71,96.27a1.26,1.26,0,0,0-1.09.09l-6,3.1L227,103.94a3.81,3.81,0,0,0-1.55,1.73l-20.37-13A3.79,3.79,0,0,1,206.67,91l14.59-7.57a1.42,1.42,0,0,1,.72-.18.7.7,0,0,1,.42.13l6.68,4.24.17.11,9.21,5.89Z\" style=\"opacity:0.1\"></path><path d=\"M193.45,208.1,182,200.8l6.55-2.61a1.5,1.5,0,0,1,2.07,1.06,28.12,28.12,0,0,0,2.55,6.41A3.56,3.56,0,0,1,193.45,208.1Z\" style=\"opacity:0.15\"></path><path d=\"M220.09,232.36l-16-10.19,3.24-4.42a3.51,3.51,0,0,1,2.82-1.25,28.55,28.55,0,0,0,6.88-.39,1.5,1.5,0,0,1,1.83,1.42l.78,13.88A1.2,1.2,0,0,0,220.09,232.36Z\" style=\"opacity:0.15\"></path><path d=\"M288.87,126.26a1.19,1.19,0,0,0-.24-.63l-.14-.14-.16-.1a1.08,1.08,0,0,0-.41-.1,1.48,1.48,0,0,0-.62.11l-12.91,5.15a1.51,1.51,0,0,1-2.06-1.07c-.13-.48-.27-.95-.42-1.42s-.26-.77-.39-1.14c-.19-.55-.41-1.09-.64-1.6-.11-.26-.23-.52-.34-.77l-.36-.74h0c-.12-.25-.25-.48-.38-.72a3.11,3.11,0,0,1-.31-.84,3.36,3.36,0,0,1,.25-2.23l2.64-4.79,6.55-11.85a1.92,1.92,0,0,0-.63-2.51l-8.93-5.7,0,0-.11,0-.08,0,0,0-.2-.08h0l-.1,0-.11,0-.23,0a2,2,0,0,0-1.49.59.84.84,0,0,0-.15.18l-4.12,5.63L255.6,111a1,1,0,0,1-.17.19.67.67,0,0,1-.14.15,2.47,2.47,0,0,1-.49.36,3.71,3.71,0,0,1-2,.55c-.76-.06-1.54-.08-2.33-.07a30.46,30.46,0,0,0-4.55.45,1.5,1.5,0,0,1-1.84-1.42l-.37-6.6-.4-7.28a1.61,1.61,0,0,0-.06-.33,1,1,0,0,0-.1-.29.94.94,0,0,0-.14-.19.06.06,0,0,0,0-.05l-.2-.15-.07,0h0l-.15-.05a1.34,1.34,0,0,0-.91.15L227,103.94a2.31,2.31,0,0,0-.53.37l-.14.13a4.15,4.15,0,0,0-.51.6c-.09.12-.16.23-.24.36l-.13.27a3.2,3.2,0,0,0-.17.43,2.53,2.53,0,0,0-.1.42l-1.51,11.23-.61,4.54c0,.16-.07.34-.12.52a1.66,1.66,0,0,1-.13.35,5.34,5.34,0,0,1-1.36,2,85.36,85.36,0,0,0-8.28,8,2.46,2.46,0,0,1-1.12.68,2.68,2.68,0,0,1-.49.11l-.24,0a2.29,2.29,0,0,1-1-.15l-9-3.59a1.49,1.49,0,0,0-.3-.09.84.84,0,0,0-.27,0h-.1a1.42,1.42,0,0,0-.29,0,2.21,2.21,0,0,0-1.65,1l-2.28,3.58-6.68,10.49-2.29,3.58a2.22,2.22,0,0,0-.19,1.91,2,2,0,0,0,.52.8l7,6.64a2.74,2.74,0,0,1,.58,2.85,86,86,0,0,0-3.78,10.87,5.29,5.29,0,0,1-1.94,2.68L185.93,177l-9.55,6.11a3.8,3.8,0,0,0-1.57,2.72l-.73,16.43a1.06,1.06,0,0,0,1.57,1.12l12.91-5.14a1.51,1.51,0,0,1,2.07,1.06,29.26,29.26,0,0,0,1.5,4.32c.32.73.66,1.42,1,2.09a3.45,3.45,0,0,1,.06,3.07L184,225.36a1.91,1.91,0,0,0,.64,2.51l8.92,5.69a1.91,1.91,0,0,0,2.54-.47l8-10.92,3.24-4.42a3.5,3.5,0,0,1,2.81-1.25,28.55,28.55,0,0,0,6.88-.39,1.51,1.51,0,0,1,1.84,1.42l.78,13.88a1.23,1.23,0,0,0,.4.93v0h0a.72.72,0,0,0,.25.12,1.21,1.21,0,0,0,1-.12l14.59-7.58a2.89,2.89,0,0,0,.63-.46,4.22,4.22,0,0,0,.55-.64,3.42,3.42,0,0,0,.62-1.49l2.14-15.76a5.3,5.3,0,0,1,1.61-2.88,84.05,84.05,0,0,0,8.26-8,2.71,2.71,0,0,1,2.83-.66l9,3.59a2.23,2.23,0,0,0,2.6-.85L275.42,180a2.24,2.24,0,0,0-.34-2.72L268,170.64a2.74,2.74,0,0,1-.58-2.85,84.48,84.48,0,0,0,3.78-10.87,5.33,5.33,0,0,1,1.94-2.68l13.4-8.56a3.85,3.85,0,0,0,1.58-2.73l.73-16.43C288.88,126.43,288.87,126.34,288.87,126.26Zm-34.82,38.79a55.15,55.15,0,0,1-2.38,5.28,60.5,60.5,0,0,1-6.31,9.89,53.65,53.65,0,0,1-3.74,4.32,44.11,44.11,0,0,1-11.43,8.81,23.53,23.53,0,0,1-10.68,3c-7.23,0-12.39-4.85-13.57-13.28-.11-.8-.18-1.64-.22-2.51q0-.51,0-1.05v-.59c0-.38,0-.75,0-1.13.71-16,12.82-35,27.05-42.37.43-.23.85-.44,1.28-.63.21-.11.43-.2.63-.29l.63-.26a23.87,23.87,0,0,1,2.35-.85c8.14-2.48,14.69.16,17.74,6.71A23.38,23.38,0,0,1,257.22,151,44.24,44.24,0,0,1,254.05,165.05Z\" style=\"fill:#407BFF\"></path></g></g><g id=\"freepik--check-mark--inject-5\"><g id=\"freepik--check-mark--inject-5\"><path d=\"M123.3,150.64l-.8,17.94c11.08-6.17,21.53-15.48,30.42-26.5l-8.71-9.64A77.32,77.32,0,0,1,123.3,150.64Z\" style=\"fill:#407BFF\"></path><path d=\"M123.3,150.64l-.8,17.94c11.08-6.17,21.53-15.48,30.42-26.5l-8.71-9.64A77.32,77.32,0,0,1,123.3,150.64Z\" style=\"fill:#fff;opacity:0.8\"></path><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"fill:#407BFF\"></polygon><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"fill:#fff;opacity:0.65\"></polygon><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"fill:#407BFF\"></polygon><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"opacity:0.05\"></polygon><path d=\"M123.3,150.64a77.32,77.32,0,0,0,20.91-18.2l-11.13-7.13a77.43,77.43,0,0,1-20.9,18.2Z\" style=\"fill:#407BFF\"></path><path d=\"M123.3,150.64a77.32,77.32,0,0,0,20.91-18.2l-11.13-7.13a77.43,77.43,0,0,1-20.9,18.2Z\" style=\"fill:#fff;opacity:0.6000000000000001\"></path><path d=\"M99.09,155.88l-10,19.36c8.31,2.09,18.4.72,29.44-4.59l.8-18C111.78,156.22,104.86,157.2,99.09,155.88Z\" style=\"fill:#407BFF\"></path><path d=\"M99.09,155.88l-10,19.36c8.31,2.09,18.4.72,29.44-4.59l.8-18C111.78,156.22,104.86,157.2,99.09,155.88Z\" style=\"fill:#fff;opacity:0.65\"></path><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"fill:#407BFF\"></polygon><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"fill:#fff;opacity:0.55\"></polygon><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"fill:#407BFF\"></polygon><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"opacity:0.1\"></polygon><path d=\"M108.2,145.57c-7.55,3.52-14.47,4.5-20.24,3.18l11.13,7.13c5.77,1.32,12.69.34,20.24-3.18Z\" style=\"fill:#407BFF\"></path><path d=\"M108.2,145.57c-7.55,3.52-14.47,4.5-20.24,3.18l11.13,7.13c5.77,1.32,12.69.34,20.24-3.18Z\" style=\"fill:#fff;opacity:0.55\"></path><path d=\"M84.17,141.82,68.75,155.25c3.19,9.48,9.24,16,17.25,19l10-19.34C90.56,152.73,86.45,148.23,84.17,141.82Z\" style=\"fill:#407BFF\"></path><path d=\"M84.17,141.82,68.75,155.25c3.19,9.48,9.24,16,17.25,19l10-19.34C90.56,152.73,86.45,148.23,84.17,141.82Z\" style=\"fill:#fff;opacity:0.55\"></path><path d=\"M68.75,155.25l-11.13-7.13C60.1,155.47,64.3,161,69.8,164.58l11.12,7.13C75.42,168.17,71.22,162.6,68.75,155.25Z\" style=\"fill:#407BFF\"></path><path d=\"M68.75,155.25l-11.13-7.13C60.1,155.47,64.3,161,69.8,164.58l11.12,7.13C75.42,168.17,71.22,162.6,68.75,155.25Z\" style=\"fill:#fff;opacity:0.45\"></path><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"fill:#fff;opacity:0.55\"></polygon><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"opacity:0.1\"></polygon><path d=\"M147.54,128.14l8.7,9.63A131.83,131.83,0,0,0,176,99.51l-14.92,2.33A95.35,95.35,0,0,1,147.54,128.14Z\" style=\"fill:#407BFF\"></path><path d=\"M147.54,128.14l8.7,9.63A131.83,131.83,0,0,0,176,99.51l-14.92,2.33A95.35,95.35,0,0,1,147.54,128.14Z\" style=\"fill:#fff;opacity:0.85\"></path><polygon points=\"164.92 92.38 150 94.71 161.12 101.84 176.04 99.51 164.92 92.38\" style=\"fill:#407BFF\"></polygon><polygon points=\"164.92 92.38 150 94.71 161.12 101.84 176.04 99.51 164.92 92.38\" style=\"fill:#fff;opacity:0.75\"></polygon><polygon points=\"164.92 92.38 150 94.71 161.12 101.84 176.04 99.51 164.92 92.38\" style=\"fill:#407BFF\"></polygon><path d=\"M150,94.71A94.81,94.81,0,0,1,136.41,121l11.13,7.13a95.35,95.35,0,0,0,13.58-26.3Z\" style=\"fill:#407BFF\"></path><path d=\"M150,94.71A94.81,94.81,0,0,1,136.41,121l11.13,7.13a95.35,95.35,0,0,0,13.58-26.3Z\" style=\"fill:#fff;opacity:0.65\"></path><polygon points=\"147.54 128.14 136.41 121.01 145.11 130.64 156.24 137.77 147.54 128.14\" style=\"fill:#407BFF\"></polygon><polygon points=\"147.54 128.14 136.41 121.01 145.11 130.64 156.24 137.77 147.54 128.14\" style=\"fill:#fff;opacity:0.75\"></polygon><polygon points=\"147.54 128.14 136.41 121.01 145.11 130.64 156.24 137.77 147.54 128.14\" style=\"fill:#407BFF\"></polygon><path d=\"M180.46,75.75a89.46,89.46,0,0,1-3,18.87L162.54,97a64.21,64.21,0,0,0,2-13,45.23,45.23,0,0,0-.3-7.75l12.85-23c.32.75.6,1.55.88,2.35,0,0,.63,1.93,1,3.63A58.64,58.64,0,0,1,180.46,75.75Z\" style=\"fill:#407BFF\"></path><path d=\"M180.46,75.75a89.46,89.46,0,0,1-3,18.87L162.54,97a64.21,64.21,0,0,0,2-13,45.23,45.23,0,0,0-.3-7.75l12.85-23c.32.75.6,1.55.88,2.35,0,0,.63,1.93,1,3.63A58.64,58.64,0,0,1,180.46,75.75Z\" style=\"fill:#fff;opacity:0.9\"></path><polygon points=\"165.99 46.08 153.14 69.12 164.27 76.25 177.12 53.21 165.99 46.08\" style=\"fill:#407BFF\"></polygon><polygon points=\"165.99 46.08 153.14 69.12 164.27 76.25 177.12 53.21 165.99 46.08\" style=\"fill:#fff;opacity:0.85\"></polygon><polygon points=\"165.99 46.08 153.14 69.12 164.27 76.25 177.12 53.21 165.99 46.08\" style=\"fill:#407BFF\"></polygon><path d=\"M164.27,76.25l-11.13-7.13a45.19,45.19,0,0,1,.31,7.75,64.25,64.25,0,0,1-2,12.95L162.54,97a64.21,64.21,0,0,0,2-13A45.23,45.23,0,0,0,164.27,76.25Z\" style=\"fill:#407BFF\"></path><path d=\"M164.64,76.49l-11.12-7.13a44.24,44.24,0,0,1,.3,7.75,63.52,63.52,0,0,1-2,13l11.12,7.13a64.25,64.25,0,0,0,2-13A44.2,44.2,0,0,0,164.64,76.49Z\" style=\"fill:#fff;opacity:0.7000000000000001\"></path><path d=\"M175.59,42.38c-.1-.06-5.31-3.73-5.31-3.73a1.54,1.54,0,0,0-.31-.17l-10.38-4.29a2.31,2.31,0,0,0-2.83,1l-41.92,75.16-16.67-9.16a2.11,2.11,0,0,0-2.79.75L87.2,114.88a1.9,1.9,0,0,0,.6,2.61s4.48,3.21,5.31,3.73a.41.41,0,0,0,.11.07l29,16a2,2,0,0,0,2.72-.78l51.19-91.77A1.73,1.73,0,0,0,175.59,42.38Z\" style=\"fill:#263238\"></path><path d=\"M175.59,42.38c-.1-.06-5.31-3.73-5.31-3.73a1.54,1.54,0,0,0-.31-.17l-10.38-4.29a2.28,2.28,0,0,0-1.94.13l18.11,11.12.39-.71A1.73,1.73,0,0,0,175.59,42.38Z\" style=\"fill:#455a64\"></path><path d=\"M175.28,42.22l-10.39-4.29a2.31,2.31,0,0,0-2.82,1l-41.93,75.17-16.66-9.16a2.1,2.1,0,0,0-2.79.74l-8.18,13a1.9,1.9,0,0,0,.71,2.68l29,16a2,2,0,0,0,2.72-.78l51.19-91.77A1.73,1.73,0,0,0,175.28,42.22Z\" style=\"fill:#37474f\"></path><path d=\"M114.84,110.34l5.29,3.75-16.65-9.17a2.06,2.06,0,0,0-1.55-.18L96.63,101a2,2,0,0,1,1.54.18Z\" style=\"fill:#455a64\"></path><path d=\"M82.18,126.81a64.21,64.21,0,0,1,2-13L69.3,116.19a89.43,89.43,0,0,0-3,18.87,59,59,0,0,0,1.43,16.56l15.4-13.41A43.13,43.13,0,0,1,82.18,126.81Z\" style=\"fill:#407BFF\"></path><path d=\"M82.18,126.81a64.21,64.21,0,0,1,2-13L69.3,116.19a89.43,89.43,0,0,0-3,18.87,59,59,0,0,0,1.43,16.56l15.4-13.41A43.13,43.13,0,0,1,82.18,126.81Z\" style=\"fill:#407BFF\"></path><polygon points=\"73.08 106.73 58.17 109.06 69.3 116.19 84.21 113.86 73.08 106.73\" style=\"fill:#407BFF\"></polygon><polygon points=\"73.08 106.73 58.17 109.06 69.3 116.19 84.21 113.86 73.08 106.73\" style=\"opacity:0.15\"></polygon><path d=\"M69.3,116.19l-11.13-7.13a90.73,90.73,0,0,0-3,18.87,59,59,0,0,0,1.44,16.56l11.12,7.13a59,59,0,0,1-1.43-16.56A89.43,89.43,0,0,1,69.3,116.19Z\" style=\"fill:#407BFF\"></path><path d=\"M69.3,116.19l-11.13-7.13a90.73,90.73,0,0,0-3,18.87,59,59,0,0,0,1.44,16.56l11.12,7.13a59,59,0,0,1-1.43-16.56A89.43,89.43,0,0,1,69.3,116.19Z\" style=\"fill:#fff;opacity:0.30000000000000004\"></path><path d=\"M147.65,54.94l10-19.4c-8.64-2.13-18.89-.42-29.46,4.65l-.79,17.9C134.66,54.72,141.66,53.6,147.65,54.94Z\" style=\"fill:#407BFF\"></path><path d=\"M147.65,54.94l10-19.4c-8.64-2.13-18.89-.42-29.46,4.65l-.79,17.9C134.66,54.72,141.66,53.6,147.65,54.94Z\" style=\"opacity:0.30000000000000004\"></path><polygon points=\"117.09 33.06 116.29 50.96 127.42 58.09 128.22 40.19 117.09 33.06\" style=\"fill:#407BFF\"></polygon><polygon points=\"117.09 33.06 116.29 50.96 127.42 58.09 128.22 40.19 117.09 33.06\" style=\"opacity:0.42\"></polygon><path d=\"M128.21,40.19c10.57-5.07,20.82-6.78,29.46-4.65l-11.12-7.13c-8.64-2.13-18.9-.42-29.46,4.65Z\" style=\"fill:#407BFF\"></path><path d=\"M128.21,40.19c10.57-5.07,20.82-6.78,29.46-4.65l-11.12-7.13c-8.64-2.13-18.9-.42-29.46,4.65Z\" style=\"opacity:0.2\"></path><path d=\"M123.45,60.17l.79-17.94c-11.07,6.17-21.52,15.47-30.41,26.5l8.71,9.63A77.45,77.45,0,0,1,123.45,60.17Z\" style=\"fill:#407BFF\"></path><path d=\"M123.45,60.17l.79-17.94c-11.07,6.17-21.52,15.47-30.41,26.5l8.71,9.63A77.45,77.45,0,0,1,123.45,60.17Z\" style=\"opacity:0.2\"></path><path d=\"M113.12,35.1C102,41.27,91.59,50.57,82.7,61.6l11.13,7.13c8.89-11,19.34-20.33,30.41-26.5Z\" style=\"fill:#407BFF\"></path><path d=\"M113.12,35.1C102,41.27,91.59,50.57,82.7,61.6l11.13,7.13c8.89-11,19.34-20.33,30.41-26.5Z\" style=\"opacity:0.1\"></path><polygon points=\"93.83 68.73 82.7 61.6 91.41 71.23 102.54 78.36 93.83 68.73\" style=\"fill:#407BFF\"></polygon><polygon points=\"93.83 68.73 82.7 61.6 91.41 71.23 102.54 78.36 93.83 68.73\" style=\"opacity:0.35000000000000003\"></polygon><path d=\"M99.21,82.66,90.51,73A132.11,132.11,0,0,0,70.7,111.3L85.63,109A95.27,95.27,0,0,1,99.21,82.66Z\" style=\"fill:#407BFF\"></path><path d=\"M99.21,82.66,90.51,73A132.11,132.11,0,0,0,70.7,111.3L85.63,109A95.27,95.27,0,0,1,99.21,82.66Z\" style=\"opacity:0.1\"></path><path d=\"M70.7,111.3A132.11,132.11,0,0,1,90.51,73L79.38,65.91a131.83,131.83,0,0,0-19.8,38.26Z\" style=\"fill:#407BFF\"></path></g></g><g id=\"freepik--Clock--inject-5\"><g id=\"freepik--clock--inject-5\"><path d=\"M141.3,200.94h0l-.08-.05h0L122,188.28h0l-.12-.06h0c-9-5.23-21.52-4.53-35.37,3.34-27.81,15.8-50.54,54.55-50.76,86.54-.11,16,5.4,27.2,14.39,32.53h0l.08.05h0l19.26,12.61h0l.09.06h0c9,5.24,21.54,4.54,35.4-3.33,27.81-15.81,50.54-54.55,50.76-86.54C155.8,217.52,150.29,206.27,141.3,200.94Z\" style=\"fill:#37474f\"></path><path d=\"M68.77,322.88l-18.6-12.21h0l-.09-.06c-9-5.33-14.49-16.59-14.38-32.51.1-14.27,4.68-29.87,12.18-44.18l19.26,12.61c-7.51,14.3-12.08,29.9-12.17,44.17C54.85,306.31,60.12,317.41,68.77,322.88Z\" style=\"fill:#263238\"></path><ellipse cx=\"105.32\" cy=\"262.09\" rx=\"70.94\" ry=\"40.96\" transform=\"translate(-174.03 220.35) rotate(-59.61)\" style=\"fill:#455a64\"></ellipse><path d=\"M82.55,316.54c-15.88-.11-17.47-18.06-17.42-25.77.19-28.21,21.08-63.83,45.62-77.77,6.24-3.54,12.24-5.4,17.35-5.37,15.88.11,17.47,18.06,17.42,25.77-.2,28.21-21.09,63.83-45.62,77.77-6.24,3.55-12.24,5.4-17.35,5.37Z\" style=\"fill:#fafafa\"></path><path d=\"M108.14,267.53a1.81,1.81,0,0,1-.56-.12,1.73,1.73,0,0,1-1.07-1.7L108.77,225a1.73,1.73,0,0,1,3.45.19l-2,35.69,20.34-23.33a1.73,1.73,0,1,1,2.6,2.27L109.54,267A1.76,1.76,0,0,1,108.14,267.53Z\" style=\"fill:#37474f\"></path><path d=\"M96.75,297.06a.67.67,0,0,1-.24,0,.72.72,0,0,1-.44-.93l11.34-31.67a.72.72,0,1,1,1.36.49L97.44,296.58A.73.73,0,0,1,96.75,297.06Z\" style=\"fill:#407BFF\"></path><path d=\"M108.14,257.64c3.27-1.86,5.9-.32,5.88,3.44a13.07,13.07,0,0,1-6,10.19c-3.28,1.86-5.91.31-5.88-3.45A13,13,0,0,1,108.14,257.64Z\" style=\"fill:#407BFF\"></path><path d=\"M108.14,257.64c3.27-1.86,5.9-.32,5.88,3.44a13.07,13.07,0,0,1-6,10.19c-3.28,1.86-5.91.31-5.88-3.45A13,13,0,0,1,108.14,257.64Z\" style=\"opacity:0.2\"></path></g></g><g id=\"freepik--Barrier--inject-5\"><g id=\"freepik--barrier--inject-5\"><path d=\"M261.22,360.91l-6.36,3.67a2.56,2.56,0,0,1-2.32,0l-2-1.17a2,2,0,0,1-.88-2l21.16-100.15a3.38,3.38,0,0,1,1.43-2l6.37-3.68a2.61,2.61,0,0,1,2.31,0l2,1.18a1.93,1.93,0,0,1,.88,2L262.66,358.93A3.43,3.43,0,0,1,261.22,360.91Z\" style=\"fill:#455a64\"></path><path d=\"M261.22,360.91l-6.36,3.67c-.64.37-1,.09-.89-.64l21.16-100.15a3.39,3.39,0,0,1,1.43-2l6.37-3.68c.64-.37,1-.08.88.64L262.66,358.93A3.43,3.43,0,0,1,261.22,360.91Z\" style=\"fill:#263238\"></path><polygon points=\"257.83 354.37 259.71 345.43 264.05 342.93 304.26 366.14 306.14 377.26 301.81 379.76 257.83 354.37\" style=\"fill:#37474f\"></polygon><polygon points=\"301.81 379.76 257.83 354.37 259.71 345.43 299.92 368.64 301.81 379.76\" style=\"fill:#455a64\"></polygon><path d=\"M309,388.48l-6.37,3.67a2.54,2.54,0,0,1-2.31,0l-2-1.17a3.22,3.22,0,0,1-1.38-2L275.63,263.8a2.06,2.06,0,0,1,.93-2l6.37-3.68a2.56,2.56,0,0,1,2.32,0l2,1.17a3.21,3.21,0,0,1,1.38,2l21.26,125.19A2.05,2.05,0,0,1,309,388.48Z\" style=\"fill:#37474f\"></path><path d=\"M275.63,263.8l.8,4.74L296.89,389a3.21,3.21,0,0,0,1.37,2l2,1.18a2.61,2.61,0,0,0,2.31,0l6.36-3.68a2.08,2.08,0,0,0,.94-2L288.73,261.73l-.07-.43a3.29,3.29,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0l-6.37,3.67A2.08,2.08,0,0,0,275.63,263.8Z\" style=\"fill:#37474f\"></path><path d=\"M288.65,261.3l21.26,125.19a2.05,2.05,0,0,1-.93,2l-6.37,3.67a.87.87,0,0,1-1.38-.65L280,266.31a2.09,2.09,0,0,1,.93-2l6.37-3.67A.87.87,0,0,1,288.65,261.3Z\" style=\"fill:#455a64\"></path><path d=\"M269.76,266.16l3.34,1.93a5.06,5.06,0,0,0,3.33.45,4.28,4.28,0,0,0,1.29-.45l11-6.36-.07-.43a3.29,3.29,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0c.16-.72.64-1,0-1.34l-2-1.16a2.5,2.5,0,0,0-2.32,0l-6.37,3.67a3.38,3.38,0,0,0-1.43,2Z\" style=\"opacity:0.15\"></path><path d=\"M265.9,258.36a1.63,1.63,0,0,1,1-1.36l12.74-7.35a5.11,5.11,0,0,1,4.63,0l6.24,3.6a1.64,1.64,0,0,1,1,1.32v2.9a1.62,1.62,0,0,1-1,1.34l-12.74,7.35a5.11,5.11,0,0,1-4.63,0l-6.24-3.6a1.6,1.6,0,0,1-1-1.32C265.89,260.75,265.9,258.83,265.9,258.36Z\" style=\"fill:#37474f\"></path><path d=\"M265.9,258.36a1.63,1.63,0,0,1,1-1.36l8.56-4.93v14.65a4.74,4.74,0,0,1-2.32-.56l-6.24-3.6a1.6,1.6,0,0,1-1-1.32C265.89,260.75,265.9,258.83,265.9,258.36Z\" style=\"fill:#263238\"></path><path d=\"M277.72,263.28l12.74-7.36c1.28-.74,1.28-1.93,0-2.67l-6.24-3.6a5.11,5.11,0,0,0-4.63,0L266.85,257c-1.27.74-1.27,1.94,0,2.67l6.24,3.61A5.17,5.17,0,0,0,277.72,263.28Z\" style=\"fill:#455a64\"></path><g id=\"freepik--clock--inject-5\"><path d=\"M285.71,242.86h0l-4.3-2.53h0c-1.23-.63-2.88-.45-4.66.7a14.69,14.69,0,0,0-6.08,11.83c.1,2.11.91,3.56,2.14,4.2h0l4.31,2.53h0c1.23.63,2.88.44,4.66-.7a14.71,14.71,0,0,0,6.09-11.83C287.75,245,286.94,243.5,285.71,242.86Z\" style=\"fill:#455a64\"></path><path d=\"M277,259.54l-4.22-2.49h0c-1.23-.64-2-2.09-2.14-4.19a13.2,13.2,0,0,1,1.29-5.94l4.3,2.53a13.2,13.2,0,0,0-1.29,5.94C275,257.44,275.82,258.88,277,259.54Z\" style=\"fill:#263238\"></path><path d=\"M281.77,258.89a14.71,14.71,0,0,0,6.09-11.83c-.21-4.24-3.27-5.81-6.83-3.51a14.7,14.7,0,0,0-6.09,11.83C275.15,259.61,278.2,261.19,281.77,258.89Z\" style=\"fill:#37474f\"></path><path d=\"M278.78,258.59c-2.1.11-2.44-2.26-2.49-3.28a13.44,13.44,0,0,1,5.47-10.63,4.91,4.91,0,0,1,2.25-.84c2.11-.1,2.45,2.27,2.5,3.29A13.44,13.44,0,0,1,281,257.76a4.76,4.76,0,0,1-2.26.83Z\" style=\"fill:#263238\"></path><path d=\"M281.76,244.68a5,5,0,0,1,2-.8,5.21,5.21,0,0,1,.58,2.24,13.47,13.47,0,0,1-5.47,10.63,5,5,0,0,1-2,.8,5.07,5.07,0,0,1-.58-2.24A13.44,13.44,0,0,1,281.76,244.68Z\" style=\"fill:#407BFF\"></path></g><path d=\"M161.35,418.56,155,422.24a2.54,2.54,0,0,1-2.31,0l-2-1.17a2,2,0,0,1-.88-2L170.92,319a3.38,3.38,0,0,1,1.43-2l6.37-3.68a2.54,2.54,0,0,1,2.31,0l2,1.17a2,2,0,0,1,.88,2L162.79,416.59A3.42,3.42,0,0,1,161.35,418.56Z\" style=\"fill:#455a64\"></path><path d=\"M161.35,418.56,155,422.24c-.63.37-1,.08-.88-.64l21.16-100.15a3.39,3.39,0,0,1,1.43-2l6.37-3.68c.64-.37,1-.08.88.64L162.79,416.59A3.42,3.42,0,0,1,161.35,418.56Z\" style=\"fill:#263238\"></path><polygon points=\"157.84 412.18 159.73 403.24 164.07 400.74 204.27 423.95 206.16 435.07 201.82 437.57 157.84 412.18\" style=\"fill:#37474f\"></polygon><polygon points=\"201.82 437.57 157.84 412.18 159.73 403.24 199.94 426.45 201.82 437.57\" style=\"fill:#455a64\"></polygon><path d=\"M209.11,446.14l-6.37,3.67a2.54,2.54,0,0,1-2.31,0l-2-1.17a3.22,3.22,0,0,1-1.38-2l-21.26-125.2a2,2,0,0,1,.93-2l6.37-3.68a2.56,2.56,0,0,1,2.32,0l2,1.17a3.21,3.21,0,0,1,1.38,2L210,444.15A2.07,2.07,0,0,1,209.11,446.14Z\" style=\"fill:#37474f\"></path><path d=\"M175.76,321.46l.8,4.73L197,446.65a3.21,3.21,0,0,0,1.37,2l2,1.18a2.63,2.63,0,0,0,2.32,0l6.36-3.68a2.08,2.08,0,0,0,.94-2L188.86,319.39l-.07-.43a3.26,3.26,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0l-6.37,3.67A2.08,2.08,0,0,0,175.76,321.46Z\" style=\"fill:#37474f\"></path><path d=\"M188.78,319,210,444.15a2.07,2.07,0,0,1-.93,2l-6.37,3.67a.87.87,0,0,1-1.38-.65L180.1,324a2.07,2.07,0,0,1,.93-2l6.37-3.67A.87.87,0,0,1,188.78,319Z\" style=\"fill:#455a64\"></path><path d=\"M169.89,323.82l3.34,1.93a5,5,0,0,0,3.33.44,4,4,0,0,0,1.29-.44l11-6.36-.07-.43a3.26,3.26,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0c.16-.72.64-1,0-1.34l-2-1.17a2.56,2.56,0,0,0-2.32,0L172.35,317a3.35,3.35,0,0,0-1.43,2Z\" style=\"opacity:0.15\"></path><path d=\"M166,316a1.63,1.63,0,0,1,.95-1.36l12.74-7.35a5.11,5.11,0,0,1,4.63,0l6.24,3.6a1.64,1.64,0,0,1,1,1.32v2.9a1.62,1.62,0,0,1-1,1.34l-12.74,7.35a5.11,5.11,0,0,1-4.63,0l-6.24-3.6a1.6,1.6,0,0,1-.95-1.32C166,318.41,166,316.49,166,316Z\" style=\"fill:#37474f\"></path><path d=\"M166,316a1.63,1.63,0,0,1,.95-1.36l8.56-4.94v14.66a4.74,4.74,0,0,1-2.32-.56l-6.24-3.6a1.6,1.6,0,0,1-.95-1.32C166,318.41,166,316.49,166,316Z\" style=\"fill:#263238\"></path><path d=\"M177.85,320.93l12.74-7.35c1.27-.74,1.27-1.93,0-2.67l-6.24-3.6a5.11,5.11,0,0,0-4.63,0L167,314.66c-1.27.74-1.27,1.94,0,2.67l6.24,3.6A5.11,5.11,0,0,0,177.85,320.93Z\" style=\"fill:#455a64\"></path><g id=\"freepik--clock--inject-5\"><path d=\"M185.84,300.52h0l-4.3-2.53h0c-1.23-.62-2.88-.44-4.66.71a14.69,14.69,0,0,0-6.08,11.82c.1,2.12.91,3.57,2.14,4.2h0l4.3,2.53h0c1.23.63,2.88.44,4.66-.7A14.68,14.68,0,0,0,188,304.72C187.88,302.61,187.07,301.16,185.84,300.52Z\" style=\"fill:#455a64\"></path><path d=\"M177.14,317.19l-4.22-2.48h0c-1.23-.64-2-2.09-2.14-4.19a13.32,13.32,0,0,1,1.28-5.94l4.31,2.53a13.2,13.2,0,0,0-1.29,5.94C175.17,315.1,176,316.53,177.14,317.19Z\" style=\"fill:#263238\"></path><path d=\"M181.9,316.55A14.68,14.68,0,0,0,188,304.72c-.2-4.24-3.26-5.81-6.82-3.51A14.7,14.7,0,0,0,175.07,313C175.28,317.27,178.33,318.85,181.9,316.55Z\" style=\"fill:#37474f\"></path><path d=\"M178.91,316.25c-2.1.11-2.44-2.26-2.49-3.28a13.43,13.43,0,0,1,5.47-10.63,4.91,4.91,0,0,1,2.25-.84c2.11-.1,2.45,2.26,2.5,3.29a13.44,13.44,0,0,1-5.47,10.63,4.76,4.76,0,0,1-2.26.83Z\" style=\"fill:#263238\"></path><path d=\"M181.89,302.34a5,5,0,0,1,2-.8,5.21,5.21,0,0,1,.58,2.24A13.47,13.47,0,0,1,179,314.41a5,5,0,0,1-2,.8,4.93,4.93,0,0,1-.58-2.24A13.43,13.43,0,0,1,181.89,302.34Z\" style=\"fill:#407BFF\"></path></g><polygon points=\"171.19 337.69 305.77 259.99 303.58 258.73 169 336.43 171.19 337.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"171.19 337.69 305.77 259.99 303.58 258.73 169 336.43 171.19 337.69\" style=\"fill:#fff;opacity:0.4\"></polygon><polygon points=\"171.19 337.69 177.73 376.55 312.31 298.85 305.77 259.99 171.19 337.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"169 336.43 175.54 375.29 177.73 376.55 171.19 337.69 169 336.43\" style=\"fill:#37474f\"></polygon><polygon points=\"170.37 344.53 173.98 366.02 176.17 367.28 172.56 345.79 170.37 344.53\" style=\"fill:#407BFF\"></polygon><polyline points=\"170.37 344.53 173.98 366.02 176.17 367.28 172.56 345.79\" style=\"opacity:0.2\"></polyline><polygon points=\"183.54 330.56 177.73 376.55 171.19 337.69 183.54 330.56\" style=\"fill:#37474f\"></polygon><polygon points=\"299.96 305.98 305.77 259.99 312.31 298.85 299.96 305.98\" style=\"fill:#37474f\"></polygon><polygon points=\"200.32 363.51 206.14 317.51 192.77 325.22 186.96 371.21 200.32 363.51\" style=\"fill:#37474f\"></polygon><polygon points=\"222.92 350.46 228.74 304.47 215.37 312.18 209.56 358.17 222.92 350.46\" style=\"fill:#37474f\"></polygon><polygon points=\"245.52 337.41 251.34 291.42 237.97 299.13 232.16 345.12 245.52 337.41\" style=\"fill:#37474f\"></polygon><polygon points=\"268.12 324.37 273.94 278.37 260.57 286.08 254.76 332.07 268.12 324.37\" style=\"fill:#37474f\"></polygon><polygon points=\"290.73 311.32 296.54 265.33 283.17 273.04 277.36 319.03 290.73 311.32\" style=\"fill:#37474f\"></polygon><polygon points=\"192.77 325.22 190.58 323.96 203.95 316.25 206.14 317.51 192.77 325.22\" style=\"fill:#455a64\"></polygon><polygon points=\"215.37 312.18 213.18 310.91 226.55 303.2 228.74 304.47 215.37 312.18\" style=\"fill:#455a64\"></polygon><polygon points=\"237.97 299.13 235.78 297.87 249.15 290.16 251.34 291.42 237.97 299.13\" style=\"fill:#455a64\"></polygon><polygon points=\"260.57 286.08 258.38 284.82 271.75 277.11 273.94 278.37 260.57 286.08\" style=\"fill:#455a64\"></polygon><polygon points=\"283.17 273.04 280.98 271.77 294.35 264.06 296.54 265.33 283.17 273.04\" style=\"fill:#455a64\"></polygon><polygon points=\"171.19 337.69 169 336.43 181.35 329.3 183.54 330.56 171.19 337.69\" style=\"fill:#455a64\"></polygon><polygon points=\"172.56 345.79 176.17 367.28 310.75 289.58 307.14 268.09 172.56 345.79\" style=\"fill:#407BFF\"></polygon><path d=\"M194.26,351.84a.3.3,0,0,1-.29,0,.34.34,0,0,1-.16-.26l-1.75-11.06a.76.76,0,0,1,.05-.39.61.61,0,0,1,.25-.29l1.84-1.06a.26.26,0,0,1,.28,0,.33.33,0,0,1,.17.26l1.75,11.06a.69.69,0,0,1-.06.39.6.6,0,0,1-.25.29Z\" style=\"fill:#fafafa\"></path><path d=\"M205.51,345.34a.46.46,0,0,1-.41.07.88.88,0,0,1-.23-.13l-4.13-4,.91,5.79a.65.65,0,0,1-.06.38.55.55,0,0,1-.24.29l-1.84,1.07a.28.28,0,0,1-.28,0,.33.33,0,0,1-.17-.26l-1.75-11.06a.69.69,0,0,1,.06-.39.64.64,0,0,1,.24-.29l1.46-.84a.5.5,0,0,1,.41-.07.73.73,0,0,1,.23.13l4.14,4-.92-5.78a.67.67,0,0,1,.06-.39.56.56,0,0,1,.25-.29l1.83-1.06a.28.28,0,0,1,.29,0,.34.34,0,0,1,.16.26l1.75,11.06a.68.68,0,0,1-.06.39.59.59,0,0,1-.24.29Z\" style=\"fill:#fafafa\"></path><path d=\"M216.17,326.11a5.78,5.78,0,0,1,1.65-.68,2.31,2.31,0,0,1,1.34.05,2,2,0,0,1,1,.81,4.06,4.06,0,0,1,.55,1.58,6.24,6.24,0,0,1,0,1.93,5.21,5.21,0,0,1-.58,1.69A6.09,6.09,0,0,1,219,333a7.62,7.62,0,0,1-1.57,1.19l-1.79,1,.55,3.5a.69.69,0,0,1-.06.39.64.64,0,0,1-.24.29l-1.84,1.06a.28.28,0,0,1-.29,0,.31.31,0,0,1-.16-.26l-1.75-11.06a.69.69,0,0,1,.06-.39.64.64,0,0,1,.24-.29Zm-.95,6.39,1.73-1a2.59,2.59,0,0,0,.92-.88,1.78,1.78,0,0,0,.22-1.26c-.07-.48-.26-.75-.55-.81a1.44,1.44,0,0,0-1,.24l-1.73,1Z\" style=\"fill:#fafafa\"></path><path d=\"M226.27,320.28a6.24,6.24,0,0,1,1.7-.72,2.57,2.57,0,0,1,1.35,0,1.87,1.87,0,0,1,1,.77,4.12,4.12,0,0,1,.55,1.58,5.75,5.75,0,0,1-.1,2.39,5.38,5.38,0,0,1-1,2l2.38,3.07a.38.38,0,0,1,.08.17.58.58,0,0,1-.05.31.54.54,0,0,1-.2.24l-1.91,1.1c-.19.11-.33.13-.42.08a.8.8,0,0,1-.24-.2l-2.14-2.77-1.29.75.58,3.66a.67.67,0,0,1-.06.39.59.59,0,0,1-.24.29l-1.84,1.06a.28.28,0,0,1-.29,0,.37.37,0,0,1-.16-.26l-1.75-11.06a.67.67,0,0,1,.06-.39.6.6,0,0,1,.25-.29Zm-.76,6.1,1.58-.92a2.6,2.6,0,0,0,.93-.83,1.6,1.6,0,0,0,.23-1.22c-.07-.48-.25-.74-.54-.77a1.74,1.74,0,0,0-1,.29l-1.58.91Z\" style=\"fill:#fafafa\"></path><path d=\"M232.92,321.31a7.49,7.49,0,0,1,.06-2,7.28,7.28,0,0,1,.62-2,7.53,7.53,0,0,1,1.19-1.77,7.13,7.13,0,0,1,1.77-1.42,4.9,4.9,0,0,1,1.88-.68,2.67,2.67,0,0,1,1.51.21,2.55,2.55,0,0,1,1.09,1,4.7,4.7,0,0,1,.63,1.6q.14.72.27,1.53c.08.54.16,1,.21,1.52a7.55,7.55,0,0,1-.06,2,7.28,7.28,0,0,1-.62,2,7.39,7.39,0,0,1-1.19,1.78,7.74,7.74,0,0,1-1.77,1.41,5.06,5.06,0,0,1-1.88.69,2.76,2.76,0,0,1-1.51-.21,2.62,2.62,0,0,1-1.08-1,4.56,4.56,0,0,1-.63-1.61c-.1-.46-.18-.95-.27-1.49S233,321.82,232.92,321.31Zm6.62-.59c0-.21,0-.44-.08-.7s-.06-.51-.1-.78-.09-.51-.14-.75l-.13-.64a2.92,2.92,0,0,0-.27-.71,1.29,1.29,0,0,0-.44-.43,1,1,0,0,0-.6-.1,1.89,1.89,0,0,0-.79.28,2.86,2.86,0,0,0-.73.59,3,3,0,0,0-.47.73,2.87,2.87,0,0,0-.24.82,3.62,3.62,0,0,0,0,.87,6,6,0,0,0,.07.68c0,.25.07.5.11.77s.09.52.13.76.09.47.15.67a1.69,1.69,0,0,0,.7,1.14,1.36,1.36,0,0,0,1.39-.18,2.7,2.7,0,0,0,1.2-1.31A3.67,3.67,0,0,0,239.54,320.72Z\" style=\"fill:#fafafa\"></path><path d=\"M247.73,310.69a2.58,2.58,0,0,0-.77.63,2.61,2.61,0,0,0-.46.74,2.48,2.48,0,0,0-.2.8,4.72,4.72,0,0,0,0,.84,4.34,4.34,0,0,0,.06.63l.12.82c0,.28.09.55.15.81s.09.47.12.61a2.75,2.75,0,0,0,.26.68,1.1,1.1,0,0,0,.4.45.94.94,0,0,0,.61.13,1.85,1.85,0,0,0,.81-.29,3.34,3.34,0,0,0,.67-.5,2.44,2.44,0,0,0,.51-.65,2.54,2.54,0,0,0,.29-.8,3,3,0,0,0,0-.95l-1.18.68a.26.26,0,0,1-.28,0,.32.32,0,0,1-.17-.26l-.29-1.81a.67.67,0,0,1,.06-.39.66.66,0,0,1,.25-.29l3.39-2a.28.28,0,0,1,.29,0,.34.34,0,0,1,.16.26l.35,2.19a6.08,6.08,0,0,1,0,2.17,7,7,0,0,1-.69,2,7.58,7.58,0,0,1-2.89,3,4.85,4.85,0,0,1-1.86.67,2.76,2.76,0,0,1-1.51-.22,2.71,2.71,0,0,1-1.1-1,4.7,4.7,0,0,1-.63-1.6c-.09-.45-.18-.95-.26-1.49s-.16-1.05-.22-1.55a7,7,0,0,1,.05-2,7.67,7.67,0,0,1,.63-2,7.39,7.39,0,0,1,1.2-1.79,7.08,7.08,0,0,1,1.74-1.41,5,5,0,0,1,1.82-.67,3.5,3.5,0,0,1,1.48.12,2.53,2.53,0,0,1,1,.69,2.31,2.31,0,0,1,.53,1,.46.46,0,0,1,0,.32.5.5,0,0,1-.21.24l-1.86,1.07a.35.35,0,0,1-.36,0l-.28-.17a1.21,1.21,0,0,0-.62-.26A1.81,1.81,0,0,0,247.73,310.69Z\" style=\"fill:#fafafa\"></path><path d=\"M258.14,301.88a6.32,6.32,0,0,1,1.69-.72,2.5,2.5,0,0,1,1.36,0,1.86,1.86,0,0,1,1,.77,3.85,3.85,0,0,1,.54,1.58,5.33,5.33,0,0,1-1.12,4.38L264,311a.41.41,0,0,1,.07.17.53.53,0,0,1-.05.32.42.42,0,0,1-.2.23l-1.9,1.1c-.19.11-.33.14-.42.08a.8.8,0,0,1-.24-.2l-2.14-2.77-1.29.75.58,3.66a.67.67,0,0,1-.06.39.59.59,0,0,1-.24.29l-1.84,1.06a.28.28,0,0,1-.29,0,.32.32,0,0,1-.16-.26L254,304.75a.68.68,0,0,1,.06-.39.64.64,0,0,1,.24-.29Zm-.76,6.1,1.58-.91a2.92,2.92,0,0,0,.93-.84,1.6,1.6,0,0,0,.23-1.22c-.08-.48-.26-.73-.54-.77a1.7,1.7,0,0,0-1,.29l-1.58.92Z\" style=\"fill:#fafafa\"></path><path d=\"M272.89,303.45a.3.3,0,0,1,.29,0,.34.34,0,0,1,.16.26l.29,1.82a.67.67,0,0,1-.06.39.56.56,0,0,1-.25.29L266.68,310a.3.3,0,0,1-.29,0,.32.32,0,0,1-.16-.26l-1.75-11.06a.69.69,0,0,1,.06-.39.64.64,0,0,1,.24-.29l6.53-3.77a.3.3,0,0,1,.29,0,.38.38,0,0,1,.17.27l.28,1.81a.67.67,0,0,1-.06.39.64.64,0,0,1-.24.29l-4.32,2.49.29,1.85,4-2.31a.28.28,0,0,1,.29,0,.34.34,0,0,1,.16.26l.29,1.82a.69.69,0,0,1-.06.39.64.64,0,0,1-.24.29l-4,2.31.3,1.92Z\" style=\"fill:#fafafa\"></path><path d=\"M277.73,290.38a4.85,4.85,0,0,1,1.7-.64,3.47,3.47,0,0,1,1.42.07,2.25,2.25,0,0,1,1,.6,1.88,1.88,0,0,1,.51,1,.6.6,0,0,1-.05.32.45.45,0,0,1-.19.23L280.32,293a.6.6,0,0,1-.61,0l-.16-.1a.89.89,0,0,0-.3-.09,1.18,1.18,0,0,0-.45,0,2,2,0,0,0-.63.26,3.48,3.48,0,0,0-.51.34,2.52,2.52,0,0,0-.41.38,1.5,1.5,0,0,0-.27.45.91.91,0,0,0-.05.49.51.51,0,0,0,.2.36.83.83,0,0,0,.5.05,4.55,4.55,0,0,0,.88-.2c.36-.1.81-.24,1.34-.42a5.68,5.68,0,0,1,1.42-.29,2.18,2.18,0,0,1,1.08.17,1.59,1.59,0,0,1,.73.7,3.57,3.57,0,0,1,.41,1.28,4.31,4.31,0,0,1-.07,1.75,5.78,5.78,0,0,1-.72,1.69,7.53,7.53,0,0,1-1.26,1.54,8.51,8.51,0,0,1-1.69,1.25,5.51,5.51,0,0,1-1.78.7,3.31,3.31,0,0,1-1.48,0,2.26,2.26,0,0,1-1.07-.63,2.13,2.13,0,0,1-.54-1.09.61.61,0,0,1,.23-.54L277,300a.67.67,0,0,1,.32-.12.59.59,0,0,1,.25.05l.2.12a1.27,1.27,0,0,0,.35.15,1.51,1.51,0,0,0,.52,0,2.11,2.11,0,0,0,.73-.28,5.25,5.25,0,0,0,1.21-.92,1.17,1.17,0,0,0,.39-1,.37.37,0,0,0-.26-.32,1.43,1.43,0,0,0-.59,0,6.62,6.62,0,0,0-1,.26l-1.39.43a2.85,2.85,0,0,1-2.31,0,2.68,2.68,0,0,1-1-2,4.41,4.41,0,0,1,0-1.57,5.9,5.9,0,0,1,.61-1.63,6.8,6.8,0,0,1,1.12-1.54A7.32,7.32,0,0,1,277.73,290.38Z\" style=\"fill:#fafafa\"></path><path d=\"M287.88,284.52a5,5,0,0,1,1.69-.63A3.36,3.36,0,0,1,291,284a2.25,2.25,0,0,1,1,.6,1.79,1.79,0,0,1,.5,1,.52.52,0,0,1,0,.32.49.49,0,0,1-.18.23l-1.84,1.06a.64.64,0,0,1-.32.11.74.74,0,0,1-.28-.06l-.16-.09a.76.76,0,0,0-.3-.1,1.23,1.23,0,0,0-.46,0,2.15,2.15,0,0,0-.63.26,5.5,5.5,0,0,0-.5.34,2.52,2.52,0,0,0-.41.38,1.5,1.5,0,0,0-.27.45.94.94,0,0,0-.05.5.47.47,0,0,0,.2.35.83.83,0,0,0,.5.05,5.18,5.18,0,0,0,.87-.19l1.35-.42a6.14,6.14,0,0,1,1.42-.3,2.14,2.14,0,0,1,1.07.17,1.66,1.66,0,0,1,.74.7,3.57,3.57,0,0,1,.41,1.28,4.48,4.48,0,0,1-.07,1.75,6.37,6.37,0,0,1-.72,1.69,7.88,7.88,0,0,1-1.26,1.54,9,9,0,0,1-1.69,1.26,5.66,5.66,0,0,1-1.79.69,3.32,3.32,0,0,1-1.48,0,2.33,2.33,0,0,1-1.07-.62,2.16,2.16,0,0,1-.54-1.1.58.58,0,0,1,.05-.31.45.45,0,0,1,.19-.23l1.83-1.06a.71.71,0,0,1,.32-.12.56.56,0,0,1,.25.05,1.53,1.53,0,0,1,.21.13,1.25,1.25,0,0,0,.87.15,2.39,2.39,0,0,0,.73-.29,5.48,5.48,0,0,0,1.21-.92,1.12,1.12,0,0,0,.38-1,.37.37,0,0,0-.25-.33,1.48,1.48,0,0,0-.6,0,8.09,8.09,0,0,0-1,.26l-1.39.43a2.85,2.85,0,0,1-2.31,0,2.63,2.63,0,0,1-1-2,4.35,4.35,0,0,1,.05-1.56,5.92,5.92,0,0,1,.6-1.64,7.42,7.42,0,0,1,1.13-1.54A7.09,7.09,0,0,1,287.88,284.52Z\" style=\"fill:#fafafa\"></path></g></g><g id=\"freepik--Character--inject-5\"><g id=\"freepik--character--inject-5\"><path d=\"M454.44,249.41a5.07,5.07,0,0,1,1.39-.76,12.5,12.5,0,0,1,2.71-.9,4.17,4.17,0,0,1,2.78.4c1.25.74,1.81,2.23,2.24,3.62.64,2.07,1.2,4.16,2,6.17a32,32,0,0,0,5,7.85,13.89,13.89,0,0,1,1.65,11.69,5.93,5.93,0,0,1-4.56,4.35l-3.13-7q-3.24-7.24-6.47-14.5-1.24-2.81-2.5-5.61c-.36-.81-.72-1.63-1.09-2.44-.45-1-1.19-1.79-.15-2.75Z\" style=\"fill:#37474f\"></path><path d=\"M453.8,248.22l.21-.05c1.78-.48,3.63-1.26,5.35-.19a6,6,0,0,1,2.31,3,21.79,21.79,0,0,1,.94,3.74,22.57,22.57,0,0,0,1,3.41,13.88,13.88,0,0,0,1.71,2.86c.94,1.43,3.48,4.34,4.3,5.85a13.86,13.86,0,0,1,1.35,3.88,13.1,13.1,0,0,1,.23,4.5c-.35,2.32-1.69,5.56-3.74,6.73a4.26,4.26,0,0,1-6.32-2.14c-.37-.89-.74-1.78-1.06-2.7a24.55,24.55,0,0,0-2.44-5,29.86,29.86,0,0,0-4.57-5.41c-.19-.17-.38-.37-.57-.52-2.19-1.7-4.47-3.23-4.62-4.18-.12-.79.93-8.76-.65-10.82a1.23,1.23,0,0,1-.17-.86c.08-.43.09-.37.58-.51l2.16-.58Z\" style=\"fill:#455a64\"></path><path d=\"M364.33,180.65c-2.35,13.39-3.13,17.08-5.12,25a371,371,0,0,0-6.47,41.37c-.34,3.51,3,11.95,4.41,15.16,8.42,18.72,22.25,48.6,22.25,48.6a16.31,16.31,0,0,1,1.46,8.08,43.42,43.42,0,0,1-2.92,12.1,34.13,34.13,0,0,1-1.74,4c-1.52,3.86.92,4.4,4.66,2.51,3.94-2,6.29-6.4,7.24-9.55,1.41-4.7,4.2-12.13,3.95-14.47l0,0-.09-.26h0l-.82-4.61s-3.78-14.17-6.95-30.47c-2.83-14.49-4.31-19.24-11.5-29.44l23.82-57.41Z\" style=\"fill:#ffa8a7\"></path><path d=\"M397.37,316.67a4.91,4.91,0,0,1,1,2.71c-.5,3.44-4.08,6-5.45,8.21s-2.67,7-3.5,9.81a9.09,9.09,0,0,1-.74,1.77,16.14,16.14,0,0,1-.75,1.5,9.48,9.48,0,0,1-3.26,2.44,16.37,16.37,0,0,1-7.93,1.77,9.4,9.4,0,0,1-5.82-1.77,2.44,2.44,0,0,1-1.08-2.24c.2-.93,1.19-1.42,2.08-1.77,1.86-.72,3.76-1.35,5.58-2.17a17.32,17.32,0,0,0,4.21-2.58,24.8,24.8,0,0,0,3.1-3.52c2-2.5,4-5,6.09-7.45C391.31,322.91,396.8,316.13,397.37,316.67Z\" style=\"fill:#37474f\"></path><path d=\"M394.46,311.15c1.22,1.68,4,4.23,2.94,7.32-.95,2.68-3.52,5.31-5.21,7.48a13.64,13.64,0,0,0-1.75,3.87c-.86,2.23-1.34,4.6-2.21,6.83-1.09,2.74-4.09,4.51-6.84,5.27a19.71,19.71,0,0,1-8.41.25,4.8,4.8,0,0,1-3-1.3,3.3,3.3,0,0,1-.52-3.09,7.22,7.22,0,0,1,1.75-2.73c1.17-1.26,2.54-2.33,3.74-3.56,2.21-2.27,2.91-5,3.69-8,.54-2.1,1.34-5.12,1-6.48a7.24,7.24,0,0,1-.41-2.07,1.3,1.3,0,0,1,.76-1,6.92,6.92,0,0,1,3.34-.45c1,0,2,.24,3,.29a5,5,0,0,0,4.9-5.21l-.31-.95C391.82,306.79,393.08,309.26,394.46,311.15Z\" style=\"fill:#455a64\"></path><path d=\"M451.21,255.63c-.75-3.94-2.47-4.51-2.47-4.51l-12.55.24v.28l-.22,12.7L449.11,262A7,7,0,0,0,451.21,255.63Z\" style=\"fill:#ffa8a7\"></path><path d=\"M436.54,250.81l-29.21.3s5.31-39.19,3.55-62.13l-26.08-3-20.28-6.66c-2.39,7.24-9.44,43.36-9.44,43.36-1.37,10.18-2.27,14.56-3,22.37s1.23,10.66,5.22,19.28,19.89,41.79,19.89,41.79,2,1.6,6.44-.32a11,11,0,0,0,5.72-5s-4.75-22.18-6.43-31.56-7.22-18.56-9.54-20.59l10.38-25c.66,10.16,1.33,28.45,3.49,38.89,1.43,6.93,5.54,10.94,13.12,9.73,10.56-1.68,38.46-7.94,38.46-7.94C444.46,263.56,443.06,253.09,436.54,250.81Z\" style=\"fill:#37474f\"></path><path d=\"M407.33,251.11s.4,5.29-1.86,9.24A14.67,14.67,0,0,0,409.1,255c1.2-3.27,10.57-2.49,17.57-4.05Z\" style=\"fill:#263238\"></path><path d=\"M383.73,223.76l-.74-14a38.27,38.27,0,0,1-10.53-8.85,40.55,40.55,0,0,0,8.35,9.55l.92,13-8.32,25.18Z\" style=\"fill:#263238\"></path><path d=\"M346.69,55.65a36.13,36.13,0,0,1,.28-5.4c.45-3.24,1.57-7.67,5.08-8.81a5.54,5.54,0,0,0,1.9-.69c.57-.46.79-1.28,1.4-1.69.95-.63,2.27,0,3.33-.35l.12,0a3.45,3.45,0,0,0,1.59-2.09q.94-2.27,1.87-4.53l.93-2.26c.19-.47.27-1.28.73-1.57a.93.93,0,0,1,.87,0A2.74,2.74,0,0,1,366,30.6a16.56,16.56,0,0,1-1.28,6.5,58.36,58.36,0,0,0-2,7.21c-.14.64-.62,2.94.5,2.77a4.39,4.39,0,0,0,2.22-1.44,5.89,5.89,0,0,1,2.15-1.28c.8-.27,2.65-.22,2.12,1.1a2.6,2.6,0,0,1-.49.73c-1.05,1.24-2,2.52-3.09,3.73-.53.6-1.08,1.19-1.65,1.76q-.45.45-.9.87c-.21.19-.78.53-.87.78a15.12,15.12,0,0,0-2.18,2.27c-1.12,1.41-1.21,3-1.42,5-.08.77-.29,3.74-.29,3.74-.51,6.89.38,28.39.64,30.24a7.64,7.64,0,0,0,.91,2.87c2.06,3.48,14.3,24.75,14.3,24.75s8.08,14.26-4.05,19.44c-4.28-6.29-21.72-31.29-23.59-34.8a21,21,0,0,1-2.72-9.75C344.08,84.88,346.71,57.71,346.69,55.65Z\" style=\"fill:#ffa8a7\"></path><path d=\"M359.47,40.11c1.23,1.18,2.06,2.63,1.94,3.78a34.73,34.73,0,0,1-1.22,5.22c-.3.72-.93,1.65-2,1.37a2.19,2.19,0,0,1-2.23.85,2.38,2.38,0,0,1-2.35.87,2.2,2.2,0,0,1-2,.66,2.05,2.05,0,0,0,2.25-.15,2.08,2.08,0,0,0,2.27-.86,2.12,2.12,0,0,0,2.21-.69,2.08,2.08,0,0,0,2.22-1.09,16.49,16.49,0,0,0,1.39-5C362.21,43.59,362.56,42,359.47,40.11Z\" style=\"fill:#f28f8f\"></path><path d=\"M354.41,119.41c3.86,5.24,11.33,16.05,13.26,22.08,1.62,3.39,5.92.52,7.78-6.59,2.59-9.91,10.36-14.9,6.94-15.41-4.21-.62-16.4-15-16.4-15-2.36-3-6.05-9-6.05-9l-1.22-22.2s-5.72,2.65-13.25-1.35c0,0-1.23,8.45-1.78,18.19s-.42,12.24,1.61,15.78A145.71,145.71,0,0,0,354.41,119.41Z\" style=\"fill:#407BFF\"></path><path d=\"M418.36,137.69l-6.1,29.75-.75,25.88c-13.83,6.47-35.55,4.24-49.45-6.94,0,0,2.1-45.55,5-55.64s8-12.16,15.14-11.93c7.55.23,17.25,1.3,17.25,1.3l13.33,2.61S418.53,134.1,418.36,137.69Z\" style=\"fill:#455a64\"></path><path d=\"M445.6,166.35s-1.69,13.12-3.37,19.43c-1.17,4.38-3.92,13.59-6.77,17.44-7.08,9.55-13.59,5.39-15.22,4.18-1.87-1.4-2-3.36,2.33-8.17a21.49,21.49,0,0,0,2.54-3.53c.37-.63,1.73-2.39.43-2.71a2.15,2.15,0,0,0-1.19.16l-2.73.91a3.67,3.67,0,0,1-1.84.28,1.28,1.28,0,0,1-1.12-1.28c.07-.55.58-.91,1-1.2q4.23-2.61,8.66-4.88c.6-.31,1.75-.58,2.09-1.17a4.51,4.51,0,0,0,.38-1.16c.12-.8.22-1.6.32-2.41.25-2.17.48-4.35.69-6.52.3-3,.37-9,.63-12l-17.87-20.16s-4.52-5.85-4.52-21.39a25.52,25.52,0,0,1,8.88,2.15c5.14,2.4,22.2,28,24.44,30.52S446.45,158.94,445.6,166.35Z\" style=\"fill:#ffa8a7\"></path><path d=\"M408.92,122c1.17.23,5.68,0,8.67,1.29s5.31,2.93,9.12,8.06,16,21.35,17.85,23.84,2.49,3.68,1.86,8.6-2.95,16.3-2.95,16.3a24.06,24.06,0,0,1-11.85-2l.2-14.19-19.07-20.92S406.69,135,408.92,122Z\" style=\"fill:#407BFF\"></path><path d=\"M397.2,88a12.93,12.93,0,1,1-12.31-13.52A12.94,12.94,0,0,1,397.2,88Z\" style=\"fill:#263238\"></path><path d=\"M406.18,97.59s-2.56,9.74-3.47,11.32a4.43,4.43,0,0,1-2.67,2l.47-6.91Z\" style=\"fill:#263238\"></path><path d=\"M404.22,83.38a4.87,4.87,0,0,1,3.95,1.6c1.64,1.84.41,7.31-2,12.61l-4,.27Z\" style=\"fill:#263238\"></path><path d=\"M401,97.81c.77.51,2-1,3-1.93s4.27-2.22,5.7,1.2-1.78,7.85-4.32,8.52c-4.38,1.15-4.9-1.65-4.9-1.65l-1.08,16h0c-5.69,6.63-20.72,6.62-14.17-.28l.39-6a27.07,27.07,0,0,1-5.84,0,7.75,7.75,0,0,1-6.17-6.59c-1-6.21-1-10.16.49-21,1.65-11.89,15.86-11.31,23.11-6.25S401,97.81,401,97.81Z\" style=\"fill:#ffa8a7\"></path><path d=\"M401,99.14c.4,0,2-2.41,3.06-3.26,1.42-1.18.19-12.5.19-12.5a5.45,5.45,0,0,0-.65-6.11,10.9,10.9,0,0,0-6.87-4c-4.16-.71-8.43-.48-12.29-2.5a12.09,12.09,0,0,0-2.33-1.1,2.82,2.82,0,0,0-2.47.3,2.68,2.68,0,0,0-1,2.14,7.75,7.75,0,0,0,.44,2.37,9.46,9.46,0,0,0-3.31-.09,3.2,3.2,0,0,0-2.49,2,4.78,4.78,0,0,0,.6,3.37c1.45,3.22,5.4,3.9,8.55,4.44a74.82,74.82,0,0,0,14,.39c1.47-.13,1.72,1.31,2.33,5.23C399.33,93.24,399.64,99.05,401,99.14Z\" style=\"fill:#263238\"></path><path d=\"M404.17,84.25l4.9-2.34a2.64,2.64,0,0,0-3.56-1.37A2.87,2.87,0,0,0,404.17,84.25Z\" style=\"fill:#263238\"></path><path d=\"M385.65,113.7s7.15-1.09,9.7-2.3a8.09,8.09,0,0,0,3.58-3.22,11.1,11.1,0,0,1-2.13,3.9c-1.93,2.24-11.28,3.54-11.28,3.54Z\" style=\"fill:#f28f8f\"></path><path d=\"M388.22,95.43A1.45,1.45,0,0,0,389.57,97a1.48,1.48,0,1,0-1.35-1.54Z\" style=\"fill:#263238\"></path><path d=\"M390,90.13l3,1.83a1.83,1.83,0,0,0-.6-2.46A1.69,1.69,0,0,0,390,90.13Z\" style=\"fill:#263238\"></path><path d=\"M387.86,104.34l-4.49,1.45a2.32,2.32,0,0,0,2.93,1.6A2.49,2.49,0,0,0,387.86,104.34Z\" style=\"fill:#f28f8f\"></path><path d=\"M375.74,90.65l2.87-2a1.68,1.68,0,0,0-2.39-.48A1.84,1.84,0,0,0,375.74,90.65Z\" style=\"fill:#263238\"></path><path d=\"M376.42,94.47A1.45,1.45,0,0,0,377.77,96a1.48,1.48,0,1,0-1.35-1.54Z\" style=\"fill:#263238\"></path><polygon points=\"383.72 93.46 382.85 101.98 378.46 100.25 383.72 93.46\" style=\"fill:#f28f8f\"></polygon></g></g></svg>\n <p class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">No Setting Found!</p>\n\n </div>\n\n </div>\n } @else if(settings.dataDetails()?.sections){\n <div class=\"ax-settings-items\">\n @for(i of settings.dataDetails()?.sections; track i.name){\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md\">\n <p class=\"ax-font-bold ax-text-xl ax-py-4\">{{ i.title }}</p>\n <div>\n @for(j of i.settings; track j.name){\n <div class=\"ax-py-3 ax-w-full md:ax-min-w-fit md:ax-max-w-[50%] last:ax-pb-5\">\n <p class=\"ax-font-medium ax-pb-1\">{{ j.title }}</p>\n <p class=\"ax-text-neutral-400\">{{ j.description }}</p>\n <ng-container axp-widget-renderer [node]=\"j.widget\" [mode]=\"'edit'\"> </ng-container>\n </div>\n }\n </div>\n </div>\n\n }\n <div class=\"ax-w-full ax-gap-3 ax-p-6 ax-pt-0 ax-flex ax-justify-end ax-items-center ax-flex-wrap\">\n <ax-button\n [disabled]=\"settings.canCancel()\"\n (onClick)=\"settings.onCancelSettings()\"\n [text]=\"'cancel' | translate | async\"\n ></ax-button>\n <ax-button\n [disabled]=\"!settings.canSave()\"\n (onClick)=\"settings.onSaveSettings()\"\n color=\"primary\"\n [text]=\"'save-changes' | translate | async\"\n ></ax-button>\n </div>\n </div>\n } @else {\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md\">\n @for(group of settings.dataDetails()?.childGroups; track $index){\n <div class=\"ax-p-4\">\n <a\n [routerLink]=\"settings.fullRoute + group.name\"\n class=\"ax-text-primary-500 dark:ax-text-primary-200 ax-underline ax-font-bold ax-text-xl\"\n >{{ group.title }}</a\n >\n </div>\n }\n </div>\n }\n </axp-widgets-container>\n</div>\n", dependencies: [{ kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "component", type: i9.AXPWidgetContainerComponent, selector: "axp-widgets-container", inputs: ["context", "variables", "functions"], outputs: ["onChanged", "contextChange"] }, { kind: "directive", type: i9.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXBreadcrumbsModule }, { kind: "component", type: i3$3.AXBreadCrumbsComponent, selector: "ax-breadcrumbs" }, { kind: "component", type: i3$3.AXBreadCrumbsItemComponent, selector: "ax-breadcrumbs-item", inputs: ["disabled", "active"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i4$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i5.AXTranslatorPipe, name: "translate" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "directive", type: AXPStickyDirective, selector: "[axpSticky]", inputs: ["axpSticky", "stickyOffset", "stickyParent", "stickyTarget"], outputs: ["isStickyChange"], exportAs: ["axpSticky"] }, { kind: "ngmodule", type: AXSearchBoxModule }, { kind: "component", type: i6.AXSearchBoxComponent, selector: "ax-search-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "delayTime"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
384
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPSettingsViewComponent, isStandalone: true, selector: "ng-component", host: { classAttribute: "ax-w-full" }, ngImport: i0, template: "<div #content class=\"ax-overflow-auto ax-h-full\">\n <div class=\"ax-flex ax-flex-col ax-px-6 ax-pt-0 md:ax-pt-6 ax-sticky ax-top-0 ax-z-10 ax-transition-all\"\n #sticky=\"axpSticky\" [axpSticky]=\"'ax-bg-surface ax-py-3 ax-shadow-xl'\" [stickyOffset]=\"0\" [stickyParent]=\"content\">\n <div\n class=\"ax-flex ax-justify-between ax-items-center ax-flex-wrap md:ax-flex-nowrap ax-gap-4 ax-pt-4 ax-overflow-x-auto\">\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-transition\">\n <div class=\"md:ax-block ax-flex ax-justify-start ax-items-center ax-gap-4\">\n <ax-button class=\"ax-block md:ax-hidden\" color=\"ghost\" [routerLink]=\"vm.fullRoute\">\n <ax-icon> <i class=\"fa-solid fa-chevron-left\"></i></ax-icon></ax-button>\n <div class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">\n {{ vm.groups()?.breadcrumb?.[(vm.groups()?.breadcrumb?.length??1)- 1]?.title }}\n </div>\n </div>\n <ax-breadcrumbs class=\"child:ax-font-normal child:ax-text-neutral-400 ax-flex-wrap ax-hidden md:ax-block\">\n <ng-template #divider>\n <i class=\"fa-solid fa-chevron-right ax-text-xs ax-mx-2\"></i>\n </ng-template>\n <ax-breadcrumbs-item [active]=\"false\" [routerLink]=\"vm.fullRoute\">\n <i class=\"ax-me-2 ax-text-xs fa-home fa-solid\"></i>{{ 'home' | translate | async }}</ax-breadcrumbs-item>\n @for(b of vm.groups()?.breadcrumb;track $index;let last=$last) {\n <ax-breadcrumbs-item [active]=\"last\" [class.!ax-font-semibold]=\"last\" [class.!ax-text-neutral-600]=\"last\"\n [routerLink]=\"vm.fullRoute + b.name\">\n {{ b.title | translate | async }}\n </ax-breadcrumbs-item>\n }\n </ax-breadcrumbs>\n </div>\n <div class=\"ax-w-64\">\n <ax-search-box [delayTime]=\"300\" [(ngModel)]=\"vm.search\"> </ax-search-box>\n </div>\n </div>\n </div>\n\n <axp-widgets-container [context]=\"vm.context()\" (onChanged)=\"vm.handleContextChanged($event)\">\n @if(vm.search() && vm.searchResult()!.length>0){\n <div class=\"ax-settings-items\">\n @for(group of vm.searchResult(); track group.name)\n {\n <p class=\"ax-text-lg md:ax-text-xl ax-font-semibold ax-p-6 ax-pb-3 ax-text-neutral-400\">\n {{ group.title }}\n </p>\n @for (section of group.sections; track section.name)\n {\n <ng-container [ngTemplateOutlet]=\"sectionTpl\" [ngTemplateOutletContext]=\"{ section }\"\n [ngTemplateOutletInjector]=\"injector\"></ng-container>\n }\n }\n <ng-container *ngTemplateOutlet=\"actions\"></ng-container>\n </div>\n }\n @else if(vm.search() && vm.searchResult()!.length===0) {\n <div class=\"ax-p-2\">\n <div\n class=\"ax-mt-3 ax-flex ax-flex-col ax-justify-center ax-h-[calc(100vh-236px)] ax-items-center ax-p-10 ax-gap-10\">\n <p class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">No Setting Found!</p>\n </div>\n </div>\n }\n @else if(vm.groups()?.sections)\n {\n <div class=\"ax-settings-items \">\n @for(section of vm.groups()?.sections; track section.name)\n {\n <ng-container [ngTemplateOutlet]=\"sectionTpl\" [ngTemplateOutletContext]=\"{ section }\"\n [ngTemplateOutletInjector]=\"injector\"></ng-container>\n }\n <ng-container *ngTemplateOutlet=\"actions\"></ng-container>\n </div>\n }\n @else\n {\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md\">\n @for(group of vm.groups()?.groups; track $index)\n {\n <div class=\"ax-p-4\">\n <a [routerLink]=\"vm.fullRoute + group.name\"\n class=\"ax-text-primary-500 dark:ax-text-primary-200 ax-underline ax-font-bold ax-text-xl\">{{ group.title\n }}</a>\n </div>\n }\n </div>\n }\n <ng-template #sectionTpl let-section=\"section\">\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md ax-shadow-sm\">\n <div class=\"ax-py-4\">\n <p class=\"ax-font-semibold ax-text-xl\">{{ section.title }}</p>\n @if(section.description)\n {\n <p class=\"ax-text-sm ax-text-neutral-400\">{{ section.description }}</p>\n }\n </div>\n <div class=\"ax-divide-y ax-w-full \">\n @for(j of section.settings; track j.name){\n <div class=\"ax-py-4\">\n @if(widget.options().needLabel!=false || j.description)\n {\n <p class=\"ax-font-semibold\">{{ j.title }}</p>\n }\n @if(j.description)\n {\n <p class=\"ax-text-sm ax-text-neutral-400\">{{ j.description }}</p>\n }\n <div class=\"ax-w-full md:ax-min-w-fit md:ax-max-w-[50%] lg:ax-max-w-[30%] ax-mt-4\">\n <ng-container axp-widget-renderer [node]=\"j.widget\" [mode]=\"'edit'\" #widget=\"widgetRenderer\">\n </ng-container>\n </div>\n </div>\n }\n </div>\n </div>\n </ng-template>\n\n <ng-template #actions>\n <div class=\"ax-w-full ax-gap-3 ax-p-6 ax-pt-0 ax-flex ax-justify-end ax-items-center ax-flex-wrap\">\n <ax-dropdown-button [text]=\"('reset' | translate | async)!\" (onClick)=\"vm.reset()\">\n <ax-button-item-list>\n <ax-button-item [text]=\"('restore-defaults' | translate | async)!\" (onClick)=\"vm.resetToDefault()\">\n <ax-prefix>\n <ax-icon icon=\"fa-solid fa-rotate-left fa-flip-horizontal\"></ax-icon>\n </ax-prefix>\n </ax-button-item>\n </ax-button-item-list>\n </ax-dropdown-button>\n <ax-button [disabled]=\"!vm.canSave()\" (onClick)=\"vm.apply()\" color=\"primary\"\n [text]=\"'apply' | translate | async\">\n @if(vm.isSaving())\n {\n <ax-loading></ax-loading>\n }\n </ax-button>\n </div>\n </ng-template>\n\n </axp-widgets-container>\n</div>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "component", type: i9.AXPWidgetContainerComponent, selector: "axp-widgets-container", inputs: ["context", "variables", "functions"], outputs: ["onChanged", "contextChange"] }, { kind: "directive", type: i9.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXBreadcrumbsModule }, { kind: "component", type: i4$2.AXBreadCrumbsComponent, selector: "ax-breadcrumbs" }, { kind: "component", type: i4$2.AXBreadCrumbsItemComponent, selector: "ax-breadcrumbs-item", inputs: ["disabled", "active"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i4.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "component", type: i4.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "component", type: i4.AXButtonItemListComponent, selector: "ax-button-item-list", inputs: ["items"], outputs: ["onItemClick"] }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i10.AXTranslatorPipe, name: "translate" }, { kind: "directive", type: AXPStickyDirective, selector: "[axpSticky]", inputs: ["axpSticky", "stickyOffset", "stickyParent", "stickyTarget"], outputs: ["isStickyChange"], exportAs: ["axpSticky"] }, { kind: "ngmodule", type: AXSearchBoxModule }, { kind: "component", type: i7.AXSearchBoxComponent, selector: "ax-search-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "delayTime"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXDropdownButtonModule }, { kind: "component", type: i7$1.AXDropdownButtonComponent, selector: "ax-dropdown-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "type", "mode"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "lookChange", "colorChange", "disabledChange"] }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "component", type: i5.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i10$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i10$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
261
385
|
}
|
|
262
386
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSettingsViewComponent, decorators: [{
|
|
263
387
|
type: Component,
|
|
264
388
|
args: [{ imports: [
|
|
389
|
+
CommonModule,
|
|
265
390
|
AXPLayoutBuilderModule,
|
|
266
391
|
AXDecoratorModule,
|
|
267
392
|
AXBreadcrumbsModule,
|
|
@@ -271,17 +396,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
271
396
|
AsyncPipe,
|
|
272
397
|
AXPStickyDirective,
|
|
273
398
|
AXSearchBoxModule,
|
|
399
|
+
AXDropdownButtonModule,
|
|
400
|
+
AXLoadingModule,
|
|
274
401
|
FormsModule
|
|
275
402
|
], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
276
403
|
class: 'ax-w-full',
|
|
277
|
-
}, template: "<div #content class=\"ax-overflow-auto ax-h-full\">\n <div\n class=\"ax-flex ax-flex-col ax-px-6 ax-pt-0 md:ax-pt-6 ax-sticky ax-top-0 ax-z-10 ax-transition-all\"\n #sticky=\"axpSticky\"\n [axpSticky]=\"'ax-bg-surface ax-py-3 ax-shadow-xl'\"\n [stickyOffset]=\"12\"\n [stickyParent]=\"content\"\n >\n <div\n class=\"ax-flex ax-justify-between ax-items-center ax-flex-wrap md:ax-flex-nowrap ax-gap-4 ax-pt-4 ax-overflow-x-auto\"\n >\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-transition\">\n <div class=\"md:ax-block ax-flex ax-justify-start ax-items-center ax-gap-4\">\n <ax-button class=\"ax-block md:ax-hidden\" color=\"ghost\" [routerLink]=\"settings.fullRoute\">\n <ax-icon> <i class=\"fa-solid fa-chevron-left\"></i></ax-icon\n ></ax-button>\n <div class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">\n {{ settings.dataDetails()?.breadcrumb?.[(settings.dataDetails()?.breadcrumb?.length??1)- 1]?.title }}\n </div>\n </div>\n @if(false) {\n <div class=\"ax-text-sm ax-text-neutral-600\">description</div>\n }\n <ax-breadcrumbs class=\"child:ax-font-normal child:ax-text-neutral-400 ax-flex-wrap ax-hidden md:ax-block\">\n <ng-template #divider>\n <i class=\"fa-solid fa-chevron-right ax-text-xs ax-mx-2\"></i>\n </ng-template>\n <ax-breadcrumbs-item [active]=\"false\" [routerLink]=\"settings.fullRoute\">\n <i class=\"ax-me-2 ax-text-xs fa-home fa-solid\"></i>Home</ax-breadcrumbs-item\n >\n @for(b of settings.dataDetails()?.breadcrumb;track $index;let last=$last) {\n <ax-breadcrumbs-item\n [active]=\"last\"\n [class.!ax-font-semibold]=\"last\"\n [class.!ax-text-neutral-600]=\"last\"\n [routerLink]=\"settings.fullRoute + b.name\"\n >\n {{ b.title }}\n </ax-breadcrumbs-item>\n }\n </ax-breadcrumbs>\n </div>\n <div class=\"ax-p-1 ax-w-full md:ax-w-auto md:ax-shrink\">\n <ax-search-box [delayTime]=\"250\" [(ngModel)]=\"settings.search\"> </ax-search-box>\n </div>\n </div>\n </div>\n\n <axp-widgets-container [context]=\"settings.context()\" (contextChange)=\"settings.setContext($event)\">\n @if(settings.search() && settings.searchedSettings()!.length>0){\n <div class=\"ax-settings-items\">\n @for(group of settings.searchedSettings(); track group.name){\n <p class=\"ax-text-lg md:ax-text-xl ax-font-bold ax-p-6 ax-pb-3 ax-text-neutral-400\">\n {{ group.title }}\n </p>\n @for (section of group.sections; track section.name) {\n <div class=\"ax-bg-surface ax-m-6 ax-mt-3 ax-px-4 ax-border ax-rounded-md\">\n <p class=\"ax-font-bold ax-text-xl ax-py-4\">{{ section.title }}</p>\n <div>\n @for(setting of section.settings; track setting.name){\n <div class=\"ax-py-3 ax-w-full md:ax-min-w-fit md:ax-max-w-[50%] last:ax-pb-5\">\n <p class=\"ax-font-medium ax-pb-1\">{{ setting.title }}</p>\n <p class=\"ax-text-neutral-400\">{{ setting.description }}</p>\n <ng-container axp-widget-renderer [node]=\"setting.widget\" [mode]=\"'edit'\"> </ng-container>\n </div>\n }\n </div>\n </div>\n } }\n <div class=\"ax-w-full ax-gap-3 ax-p-6 ax-pt-0 ax-flex ax-justify-end ax-items-center ax-flex-wrap\">\n <ax-button\n [disabled]=\"settings.canCancel()\"\n (onClick)=\"settings.onCancelSettings()\"\n [text]=\"'cancel' | translate | async\"\n ></ax-button>\n <ax-button\n [disabled]=\"!settings.canSave()\"\n (onClick)=\"settings.onSaveSettings()\"\n color=\"primary\"\n [text]=\"'save-changes' | translate | async\"\n ></ax-button>\n </div>\n </div>\n }@else if(settings.search() && settings.searchedSettings()!.length===0) {\n <div class=\"ax-p-2\">\n <div\n class=\"ax-mt-3 ax-flex ax-flex-col ax-justify-center ax-h-[calc(100vh-236px)] ax-items-center ax-p-10 ax-gap-10\"\n >\n <!-- prettier-ignore -->\n <svg class=\"ax-h-full\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 500\"><g id=\"freepik--Floor--inject-5\"><ellipse id=\"freepik--floor--inject-5\" cx=\"250\" cy=\"357.87\" rx=\"223\" ry=\"128.32\" style=\"fill:#f5f5f5\"></ellipse></g><g id=\"freepik--Shadows--inject-5\"><ellipse id=\"freepik--Shadow--inject-5\" cx=\"384.43\" cy=\"338.75\" rx=\"37.32\" ry=\"21.54\" style=\"fill:#e0e0e0\"></ellipse><path id=\"freepik--shadow--inject-5\" d=\"M191.3,461.12l-56.06-32.47c-1.27-.74-1.27-1.94,0-2.68l134.29-77.53a5.11,5.11,0,0,1,4.63,0l56.15,32.42c1.27.73,1.27,1.93,0,2.67l-134.4,77.59A5.08,5.08,0,0,1,191.3,461.12Z\" style=\"fill:#e0e0e0\"></path></g><g id=\"freepik--Plants--inject-5\"><g id=\"freepik--plants--inject-5\"><path d=\"M159.48,394.28s2.18-14.67-1.95-27.6-12-22.43-20.91-25.57-18.44,3.25-10.26,11.58,23.88,18.78,26.09,42.36Z\" style=\"fill:#407BFF\"></path><g style=\"opacity:0.15\"><path d=\"M159.48,394.28s2.18-14.67-1.95-27.6-12-22.43-20.91-25.57-18.44,3.25-10.26,11.58,23.88,18.78,26.09,42.36Z\"></path></g><path d=\"M157.81,389.87h.1a.5.5,0,0,0,.44-.56c-3.29-26.15-18.89-40.87-26.69-45a.5.5,0,0,0-.47.89c7.64,4,22.93,18.5,26.16,44.23A.5.5,0,0,0,157.81,389.87Z\" style=\"fill:#fff\"></path><path d=\"M114.14,373.51c.29,2,1.94,3.4,3.51,4.6s3.28,2.51,3.78,4.42c1,3.87-3.46,7.67-2.3,11.49a6.2,6.2,0,0,0,3.42,3.49c1.25.61,2.59,1,3.9,1.47a19.52,19.52,0,0,0,1.94.38,8.94,8.94,0,0,1,5.35,2.12c2.23,2.22,2.11,5.79,3,8.81a13.05,13.05,0,0,0,7.36,8.07c2.89,1.23,7.57,1.81,8.72.7.87-.84,0-4.38.25-5.55a50.5,50.5,0,0,0,1.34-9.22,17.5,17.5,0,0,1,.56-4.21c.43-1.53.86-3.06,1.28-4.6s1.2-2.86,1.07-4.69a17.67,17.67,0,0,0-1.39-5.08q-.94-2.41-1.93-4.82a24.89,24.89,0,0,0-2.81-5.42,13.05,13.05,0,0,0-9-5.12c-2.91-.31-6.08.5-8.92-.43s-5.29-2.42-8.21-3a10.33,10.33,0,0,0-8.86,1.88A5.51,5.51,0,0,0,114.14,373.51Z\" style=\"fill:#407BFF\"></path><path d=\"M152.42,410.94h0a.45.45,0,0,0,.45-.44c.3-28-26.12-39.42-32.68-40.75a.45.45,0,0,0-.52.35.43.43,0,0,0,.35.52c6.41,1.3,32.26,12.46,32,39.87A.45.45,0,0,0,152.42,410.94Z\" style=\"fill:#fff\"></path><path d=\"M125.57,389.23a.4.4,0,0,0,.26-.06,23.71,23.71,0,0,1,20.17-.06.44.44,0,0,0,.58-.23.45.45,0,0,0-.22-.59,24.64,24.64,0,0,0-21,.11.44.44,0,0,0-.16.61A.42.42,0,0,0,125.57,389.23Z\" style=\"fill:#fff\"></path></g></g><g id=\"freepik--Gear--inject-5\"><g id=\"freepik--gear--inject-5\"><path d=\"M288.87,126.26a1.19,1.19,0,0,0-.24-.63l-.14-.14-.16-.1a1.08,1.08,0,0,0-.41-.1,1.48,1.48,0,0,0-.62.11l-12.91,5.15a1.51,1.51,0,0,1-2.06-1.07c-.13-.48-.27-.95-.42-1.42s-.26-.77-.39-1.14c-.19-.55-.41-1.09-.64-1.6-.11-.26-.23-.52-.34-.77l-.36-.74h0c-.12-.25-.25-.48-.38-.72a3.11,3.11,0,0,1-.31-.84,3.36,3.36,0,0,1,.25-2.23l2.64-4.79,6.55-11.85a1.92,1.92,0,0,0-.63-2.51l-9-5.72-11.41-7.28L249,82.17h0a.75.75,0,0,0-.21-.12l-.18-.07-.07,0a1,1,0,0,0-.23,0,1.57,1.57,0,0,0-.43,0h0l-.17,0h0a.08.08,0,0,0-.08,0l-.15,0a.16.16,0,0,0-.09,0l-.12,0h-.06l-.06,0s0,0,0,0a.69.69,0,0,0-.22.14l0,0h0a.83.83,0,0,0-.17.15l-.16.18-8,10.93h0l-9.21-5.88-.17-.12-2.79-1.78-3.78-2.41a.35.35,0,0,0-.12-.07l0,0-.07,0h0s0,0,0,0h0a.69.69,0,0,0-.2,0h-.37a1.84,1.84,0,0,0-.36.15h0L206.68,91s0,0,0,0l-.06,0a.16.16,0,0,0-.08.06l-.06,0-.21.15-.11.08-.07.08s0,0-.06,0l-.15.14a.6.6,0,0,0-.11.12l-.15.18h0l-.15.19a2.59,2.59,0,0,0-.19.31h0a.41.41,0,0,1-.07.15l0,.06s0,0,0,.06a.61.61,0,0,0,0,.12c0,.11-.09.24-.13.37a.49.49,0,0,0,0,.16,1.55,1.55,0,0,0,0,.21l-2.13,15.76c0,.14-.06.28-.09.42a1.87,1.87,0,0,1-.07.22,2.09,2.09,0,0,0-.08.23,5.51,5.51,0,0,1-1.37,2c-.72.61-1.43,1.23-2.13,1.87-.53.47-1.05,1-1.58,1.46L195.87,117c-.52.51-1,1-1.53,1.56s-1,1.06-1.5,1.61a1.21,1.21,0,0,1-.2.19,1.18,1.18,0,0,1-.22.17,1.1,1.1,0,0,1-.26.14.61.61,0,0,1-.23.11.86.86,0,0,1-.21.07l-.1,0-.14,0a1.11,1.11,0,0,1-.25,0s-.06,0-.08,0a.31.31,0,0,1-.16,0,.33.33,0,0,1-.17,0,2.12,2.12,0,0,1-.44,0h0a.86.86,0,0,1-.23-.06l-.11,0-9-3.6a1.43,1.43,0,0,0-.34-.09l-.32,0,0,0a2.21,2.21,0,0,0-2,.95l-11.26,17.64a1.58,1.58,0,0,0-.16.35l0,.06a2.22,2.22,0,0,0-.09.37s0,0,0,.08a.9.9,0,0,0,0,.16c0,.12,0,.24,0,.35a2.21,2.21,0,0,0,.08.37,2.43,2.43,0,0,0,.27.62,0,0,0,0,1,0,0l.13.18a1.36,1.36,0,0,0,.17.17l7,6.64c.07.08.14.15.2.23a.58.58,0,0,1,.11.15c.06.08.11.18.17.28s.07.17.1.26,0,0,0,0a.13.13,0,0,1,0,.06,1.91,1.91,0,0,1,.12.47.22.22,0,0,1,0,.11.66.66,0,0,1,0,.14c0,.05,0,.1,0,.16s0,.16,0,.24,0,.21,0,.31l0,.1a1.7,1.7,0,0,1-.1.32,86.16,86.16,0,0,0-3.78,10.88,4,4,0,0,1-.29.74,1.41,1.41,0,0,1-.13.24l0,.06c0,.09-.1.18-.16.27a.2.2,0,0,1-.06.07.34.34,0,0,1-.07.11,1.34,1.34,0,0,1-.11.14c-.07.1-.16.2-.24.3l-.09.09a1.37,1.37,0,0,1-.16.18,5,5,0,0,1-.58.48L156,170.06a2.17,2.17,0,0,0-.3.23,1.29,1.29,0,0,0-.17.16l-.12.13h0a1.37,1.37,0,0,0-.19.22,2.4,2.4,0,0,0-.21.31l-.15.25-.13.27a1.28,1.28,0,0,0-.11.27.7.7,0,0,0-.06.19c0,.11-.06.22-.09.32a2.6,2.6,0,0,0,0,.37l-.73,16.42a1.17,1.17,0,0,0,0,.27l0,.15a.47.47,0,0,0,.06.2.05.05,0,0,0,0,0,.63.63,0,0,0,.13.23h0a.58.58,0,0,0,.18.17h0l.09.05,15.94,10.19-6.54,11.84a.72.72,0,0,0-.09.2,1.87,1.87,0,0,0-.14.61,1.58,1.58,0,0,0,0,.37h0a2.25,2.25,0,0,0,.09.35h0a2.14,2.14,0,0,0,.21.43,0,0,0,0,0,0,0l.15.2a2.52,2.52,0,0,0,.39.33l21.8,14a1.29,1.29,0,0,0,.33.17l7.15,4.55a1.91,1.91,0,0,0,2.54-.47l8-10.92,16,10.19h0a1,1,0,0,0,.25.13,1.21,1.21,0,0,0,1-.12l14.59-7.58a2.89,2.89,0,0,0,.63-.46,4.22,4.22,0,0,0,.55-.64,3.42,3.42,0,0,0,.62-1.49l2.14-15.76a5.3,5.3,0,0,1,1.61-2.88,84.05,84.05,0,0,0,8.26-8,2.71,2.71,0,0,1,2.83-.66l9,3.59a2.23,2.23,0,0,0,2.6-.85L275.42,180a2.24,2.24,0,0,0-.34-2.72L268,170.64a2.74,2.74,0,0,1-.58-2.85,84.48,84.48,0,0,0,3.78-10.87,5.33,5.33,0,0,1,1.94-2.68l13.4-8.56a3.85,3.85,0,0,0,1.58-2.73l.73-16.43C288.88,126.43,288.87,126.34,288.87,126.26Zm-51,12.39c-.71,16-12.81,35-27,42.36a29.07,29.07,0,0,1-4.9,2c-.11-.8-.18-1.64-.22-2.51q0-.51,0-1.05v-.59c0-.38,0-.75,0-1.13.71-16,12.82-35,27.05-42.37.43-.23.85-.44,1.28-.63.21-.11.43-.2.63-.29l.63-.26a23.87,23.87,0,0,1,2.35-.85A30.23,30.23,0,0,1,237.88,138.65Z\" style=\"fill:#407BFF\"></path><path d=\"M288.87,126.26a1.19,1.19,0,0,0-.24-.63l-.14-.14-.16-.1a1.08,1.08,0,0,0-.41-.1,1.48,1.48,0,0,0-.62.11l-12.91,5.15a1.51,1.51,0,0,1-2.06-1.07c-.13-.48-.27-.95-.42-1.42s-.26-.77-.39-1.14c-.19-.55-.41-1.09-.64-1.6-.11-.26-.23-.52-.34-.77l-.36-.74h0c-.12-.25-.25-.48-.38-.72a3.11,3.11,0,0,1-.31-.84,3.36,3.36,0,0,1,.25-2.23l2.64-4.79,6.55-11.85a1.92,1.92,0,0,0-.63-2.51l-9-5.72-11.41-7.28L249,82.17h0a.75.75,0,0,0-.21-.12l-.18-.07-.07,0a1,1,0,0,0-.23,0,1.57,1.57,0,0,0-.43,0h0l-.17,0h0a.08.08,0,0,0-.08,0l-.15,0a.16.16,0,0,0-.09,0l-.12,0h-.06l-.06,0s0,0,0,0a.69.69,0,0,0-.22.14l0,0h0a.83.83,0,0,0-.17.15l-.16.18-8,10.93h0l-9.21-5.88-.17-.12-2.79-1.78-3.78-2.41a.35.35,0,0,0-.12-.07l0,0-.07,0h0s0,0,0,0h0a.69.69,0,0,0-.2,0h-.37a1.84,1.84,0,0,0-.36.15h0L206.68,91s0,0,0,0l-.06,0a.16.16,0,0,0-.08.06l-.06,0-.21.15-.11.08-.07.08s0,0-.06,0l-.15.14a.6.6,0,0,0-.11.12l-.15.18h0l-.15.19a2.59,2.59,0,0,0-.19.31h0a.41.41,0,0,1-.07.15l0,.06s0,0,0,.06a.61.61,0,0,0,0,.12c0,.11-.09.24-.13.37a.49.49,0,0,0,0,.16,1.55,1.55,0,0,0,0,.21l-2.13,15.76c0,.14-.06.28-.09.42a1.87,1.87,0,0,1-.07.22,2.09,2.09,0,0,0-.08.23,5.51,5.51,0,0,1-1.37,2c-.72.61-1.43,1.23-2.13,1.87-.53.47-1.05,1-1.58,1.46L195.87,117c-.52.51-1,1-1.53,1.56s-1,1.06-1.5,1.61a1.21,1.21,0,0,1-.2.19,1.18,1.18,0,0,1-.22.17,1.1,1.1,0,0,1-.26.14.61.61,0,0,1-.23.11.86.86,0,0,1-.21.07l-.1,0-.14,0a1.11,1.11,0,0,1-.25,0s-.06,0-.08,0a.31.31,0,0,1-.16,0,.33.33,0,0,1-.17,0,2.12,2.12,0,0,1-.44,0h0a.86.86,0,0,1-.23-.06l-.11,0-9-3.6a1.43,1.43,0,0,0-.34-.09l-.32,0,0,0a2.21,2.21,0,0,0-2,.95l-11.26,17.64a1.58,1.58,0,0,0-.16.35l0,.06a2.22,2.22,0,0,0-.09.37s0,0,0,.08a.9.9,0,0,0,0,.16c0,.12,0,.24,0,.35a2.21,2.21,0,0,0,.08.37,2.43,2.43,0,0,0,.27.62,0,0,0,0,1,0,0l.13.18a1.36,1.36,0,0,0,.17.17l7,6.64c.07.08.14.15.2.23a.58.58,0,0,1,.11.15c.06.08.11.18.17.28s.07.17.1.26,0,0,0,0a.13.13,0,0,1,0,.06,1.91,1.91,0,0,1,.12.47.22.22,0,0,1,0,.11.66.66,0,0,1,0,.14c0,.05,0,.1,0,.16s0,.16,0,.24,0,.21,0,.31l0,.1a1.7,1.7,0,0,1-.1.32,86.16,86.16,0,0,0-3.78,10.88,4,4,0,0,1-.29.74,1.41,1.41,0,0,1-.13.24l0,.06c0,.09-.1.18-.16.27a.2.2,0,0,1-.06.07.34.34,0,0,1-.07.11,1.34,1.34,0,0,1-.11.14c-.07.1-.16.2-.24.3l-.09.09a1.37,1.37,0,0,1-.16.18,5,5,0,0,1-.58.48L156,170.06a2.17,2.17,0,0,0-.3.23,1.29,1.29,0,0,0-.17.16l-.12.13h0a1.37,1.37,0,0,0-.19.22,2.4,2.4,0,0,0-.21.31l-.15.25-.13.27a1.28,1.28,0,0,0-.11.27.7.7,0,0,0-.06.19c0,.11-.06.22-.09.32a2.6,2.6,0,0,0,0,.37l-.73,16.42a1.17,1.17,0,0,0,0,.27l0,.15a.47.47,0,0,0,.06.2.05.05,0,0,0,0,0,.63.63,0,0,0,.13.23h0a.58.58,0,0,0,.18.17h0l.09.05,15.94,10.19-6.54,11.84a.72.72,0,0,0-.09.2,1.87,1.87,0,0,0-.14.61,1.58,1.58,0,0,0,0,.37h0a2.25,2.25,0,0,0,.09.35h0a2.14,2.14,0,0,0,.21.43,0,0,0,0,0,0,0l.15.2a2.52,2.52,0,0,0,.39.33l21.8,14a1.29,1.29,0,0,0,.33.17l7.15,4.55a1.91,1.91,0,0,0,2.54-.47l8-10.92,16,10.19h0a1,1,0,0,0,.25.13,1.21,1.21,0,0,0,1-.12l14.59-7.58a2.89,2.89,0,0,0,.63-.46,4.22,4.22,0,0,0,.55-.64,3.42,3.42,0,0,0,.62-1.49l2.14-15.76a5.3,5.3,0,0,1,1.61-2.88,84.05,84.05,0,0,0,8.26-8,2.71,2.71,0,0,1,2.83-.66l9,3.59a2.23,2.23,0,0,0,2.6-.85L275.42,180a2.24,2.24,0,0,0-.34-2.72L268,170.64a2.74,2.74,0,0,1-.58-2.85,84.48,84.48,0,0,0,3.78-10.87,5.33,5.33,0,0,1,1.94-2.68l13.4-8.56a3.85,3.85,0,0,0,1.58-2.73l.73-16.43C288.88,126.43,288.87,126.34,288.87,126.26Zm-51,12.39c-.71,16-12.81,35-27,42.36a29.07,29.07,0,0,1-4.9,2c-.11-.8-.18-1.64-.22-2.51q0-.51,0-1.05v-.59c0-.38,0-.75,0-1.13.71-16,12.82-35,27.05-42.37.43-.23.85-.44,1.28-.63.21-.11.43-.2.63-.29l.63-.26a23.87,23.87,0,0,1,2.35-.85A30.23,30.23,0,0,1,237.88,138.65Z\" style=\"opacity:0.30000000000000004\"></path><path d=\"M182,200.8l-6.35,2.53a1.2,1.2,0,0,1-1.13-.05l-4.32-2.75-6.54,11.84a1.92,1.92,0,0,0,.64,2.51l21.8,14a1.91,1.91,0,0,0,1.37.26l6-21Z\" style=\"opacity:0.05\"></path><path d=\"M195.68,160.09l-20.38-13a2.67,2.67,0,0,0-.75-2l-7-6.63a2.15,2.15,0,0,1-.64-1.34l20.37,13a2.14,2.14,0,0,0,.63,1.3l7,6.64A2.67,2.67,0,0,1,195.68,160.09Z\" style=\"fill:#407BFF\"></path><path d=\"M195.68,160.09l-20.38-13a2.67,2.67,0,0,0-.75-2l-7-6.63a2.15,2.15,0,0,1-.64-1.34l20.37,13a2.14,2.14,0,0,0,.63,1.3l7,6.64A2.67,2.67,0,0,1,195.68,160.09Z\" style=\"opacity:0.4\"></path><path d=\"M212.1,133.87a2.66,2.66,0,0,1-1.72,0l-9-3.59a1.86,1.86,0,0,0-.66-.14h0l-20.35-13a2,2,0,0,1,.65.13l9,3.59a2.6,2.6,0,0,0,1.7,0Z\" style=\"fill:#407BFF\"></path><path d=\"M212.1,133.87a2.66,2.66,0,0,1-1.72,0l-9-3.59a1.86,1.86,0,0,0-.66-.14h0l-20.35-13a2,2,0,0,1,.65.13l9,3.59a2.6,2.6,0,0,0,1.7,0Z\" style=\"opacity:0.2\"></path><path d=\"M225.49,105.67a3.63,3.63,0,0,0-.27.85l-2.12,15.77a3.62,3.62,0,0,1-.25.87l-20.36-13a3.93,3.93,0,0,0,.24-.87l2.13-15.76a2.94,2.94,0,0,1,.27-.86Z\" style=\"fill:#407BFF\"></path><path d=\"M225.49,105.67a3.63,3.63,0,0,0-.27.85l-2.12,15.77a3.62,3.62,0,0,1-.25.87l-20.36-13a3.93,3.93,0,0,0,.24-.87l2.13-15.76a2.94,2.94,0,0,1,.27-.86Z\" style=\"opacity:0.2\"></path><path d=\"M272.37,115.22l16,10.17a1.21,1.21,0,0,0-1,0l-12.92,5.14a1.51,1.51,0,0,1-2.06-1.07,28.31,28.31,0,0,0-2.55-6.4,3.52,3.52,0,0,1,0-3.07Z\" style=\"fill:#407BFF\"></path><path d=\"M288.41,125.43h0Z\" style=\"fill:#407BFF\"></path><path d=\"M269.33,95.14a1.93,1.93,0,0,0-2.51.5L255.6,111a2.73,2.73,0,0,1-.8.7L249.06,108l-5.35-3.43-.41-7.28a1.18,1.18,0,0,0-.53-1l-.06,0-4.25-2.7,8-10.93a1.91,1.91,0,0,1,2.51-.48l8.94,5.71Z\" style=\"fill:#407BFF\"></path><path d=\"M190.78,173.54a4.42,4.42,0,0,1-1,1l-13.4,8.57a3.11,3.11,0,0,0-1,1l-20.34-13a3.33,3.33,0,0,1,.93-1l13.41-8.56a4.84,4.84,0,0,0,1-1Z\" style=\"fill:#407BFF\"></path><path d=\"M200.4,130.13a2.24,2.24,0,0,0-1.6,1l-11.27,17.65a2.07,2.07,0,0,0-.29,1.41l-20.36-13a2.08,2.08,0,0,1,.29-1.38l11.25-17.64a2.22,2.22,0,0,1,1.76-1Z\" style=\"fill:#407BFF\"></path><path d=\"M242.71,96.27a1.26,1.26,0,0,0-1.09.09l-6,3.1L227,103.94a3.81,3.81,0,0,0-1.55,1.73l-20.37-13A3.79,3.79,0,0,1,206.67,91l14.59-7.57a1.42,1.42,0,0,1,.72-.18.7.7,0,0,1,.42.13l6.68,4.24.17.11,9.21,5.89Z\" style=\"fill:#407BFF\"></path><path d=\"M272.37,115.22l16,10.17a1.21,1.21,0,0,0-1,0l-12.92,5.14a1.51,1.51,0,0,1-2.06-1.07,28.31,28.31,0,0,0-2.55-6.4,3.52,3.52,0,0,1,0-3.07Z\" style=\"opacity:0.1\"></path><path d=\"M269.33,95.14a1.93,1.93,0,0,0-2.51.5L255.6,111a2.73,2.73,0,0,1-.8.7L249.06,108l-5.35-3.43-.41-7.28a1.18,1.18,0,0,0-.53-1l-.06,0-4.25-2.7,8-10.93a1.91,1.91,0,0,1,2.51-.48l8.94,5.71Z\" style=\"opacity:0.2\"></path><path d=\"M190.78,173.54a4.42,4.42,0,0,1-1,1l-13.4,8.57a3.11,3.11,0,0,0-1,1l-20.34-13a3.33,3.33,0,0,1,.93-1l13.41-8.56a4.84,4.84,0,0,0,1-1Z\" style=\"opacity:0.2\"></path><path d=\"M200.4,130.13a2.24,2.24,0,0,0-1.6,1l-11.27,17.65a2.07,2.07,0,0,0-.29,1.41l-20.36-13a2.08,2.08,0,0,1,.29-1.38l11.25-17.64a2.22,2.22,0,0,1,1.76-1Z\" style=\"opacity:0.1\"></path><path d=\"M242.71,96.27a1.26,1.26,0,0,0-1.09.09l-6,3.1L227,103.94a3.81,3.81,0,0,0-1.55,1.73l-20.37-13A3.79,3.79,0,0,1,206.67,91l14.59-7.57a1.42,1.42,0,0,1,.72-.18.7.7,0,0,1,.42.13l6.68,4.24.17.11,9.21,5.89Z\" style=\"opacity:0.1\"></path><path d=\"M193.45,208.1,182,200.8l6.55-2.61a1.5,1.5,0,0,1,2.07,1.06,28.12,28.12,0,0,0,2.55,6.41A3.56,3.56,0,0,1,193.45,208.1Z\" style=\"opacity:0.15\"></path><path d=\"M220.09,232.36l-16-10.19,3.24-4.42a3.51,3.51,0,0,1,2.82-1.25,28.55,28.55,0,0,0,6.88-.39,1.5,1.5,0,0,1,1.83,1.42l.78,13.88A1.2,1.2,0,0,0,220.09,232.36Z\" style=\"opacity:0.15\"></path><path d=\"M288.87,126.26a1.19,1.19,0,0,0-.24-.63l-.14-.14-.16-.1a1.08,1.08,0,0,0-.41-.1,1.48,1.48,0,0,0-.62.11l-12.91,5.15a1.51,1.51,0,0,1-2.06-1.07c-.13-.48-.27-.95-.42-1.42s-.26-.77-.39-1.14c-.19-.55-.41-1.09-.64-1.6-.11-.26-.23-.52-.34-.77l-.36-.74h0c-.12-.25-.25-.48-.38-.72a3.11,3.11,0,0,1-.31-.84,3.36,3.36,0,0,1,.25-2.23l2.64-4.79,6.55-11.85a1.92,1.92,0,0,0-.63-2.51l-8.93-5.7,0,0-.11,0-.08,0,0,0-.2-.08h0l-.1,0-.11,0-.23,0a2,2,0,0,0-1.49.59.84.84,0,0,0-.15.18l-4.12,5.63L255.6,111a1,1,0,0,1-.17.19.67.67,0,0,1-.14.15,2.47,2.47,0,0,1-.49.36,3.71,3.71,0,0,1-2,.55c-.76-.06-1.54-.08-2.33-.07a30.46,30.46,0,0,0-4.55.45,1.5,1.5,0,0,1-1.84-1.42l-.37-6.6-.4-7.28a1.61,1.61,0,0,0-.06-.33,1,1,0,0,0-.1-.29.94.94,0,0,0-.14-.19.06.06,0,0,0,0-.05l-.2-.15-.07,0h0l-.15-.05a1.34,1.34,0,0,0-.91.15L227,103.94a2.31,2.31,0,0,0-.53.37l-.14.13a4.15,4.15,0,0,0-.51.6c-.09.12-.16.23-.24.36l-.13.27a3.2,3.2,0,0,0-.17.43,2.53,2.53,0,0,0-.1.42l-1.51,11.23-.61,4.54c0,.16-.07.34-.12.52a1.66,1.66,0,0,1-.13.35,5.34,5.34,0,0,1-1.36,2,85.36,85.36,0,0,0-8.28,8,2.46,2.46,0,0,1-1.12.68,2.68,2.68,0,0,1-.49.11l-.24,0a2.29,2.29,0,0,1-1-.15l-9-3.59a1.49,1.49,0,0,0-.3-.09.84.84,0,0,0-.27,0h-.1a1.42,1.42,0,0,0-.29,0,2.21,2.21,0,0,0-1.65,1l-2.28,3.58-6.68,10.49-2.29,3.58a2.22,2.22,0,0,0-.19,1.91,2,2,0,0,0,.52.8l7,6.64a2.74,2.74,0,0,1,.58,2.85,86,86,0,0,0-3.78,10.87,5.29,5.29,0,0,1-1.94,2.68L185.93,177l-9.55,6.11a3.8,3.8,0,0,0-1.57,2.72l-.73,16.43a1.06,1.06,0,0,0,1.57,1.12l12.91-5.14a1.51,1.51,0,0,1,2.07,1.06,29.26,29.26,0,0,0,1.5,4.32c.32.73.66,1.42,1,2.09a3.45,3.45,0,0,1,.06,3.07L184,225.36a1.91,1.91,0,0,0,.64,2.51l8.92,5.69a1.91,1.91,0,0,0,2.54-.47l8-10.92,3.24-4.42a3.5,3.5,0,0,1,2.81-1.25,28.55,28.55,0,0,0,6.88-.39,1.51,1.51,0,0,1,1.84,1.42l.78,13.88a1.23,1.23,0,0,0,.4.93v0h0a.72.72,0,0,0,.25.12,1.21,1.21,0,0,0,1-.12l14.59-7.58a2.89,2.89,0,0,0,.63-.46,4.22,4.22,0,0,0,.55-.64,3.42,3.42,0,0,0,.62-1.49l2.14-15.76a5.3,5.3,0,0,1,1.61-2.88,84.05,84.05,0,0,0,8.26-8,2.71,2.71,0,0,1,2.83-.66l9,3.59a2.23,2.23,0,0,0,2.6-.85L275.42,180a2.24,2.24,0,0,0-.34-2.72L268,170.64a2.74,2.74,0,0,1-.58-2.85,84.48,84.48,0,0,0,3.78-10.87,5.33,5.33,0,0,1,1.94-2.68l13.4-8.56a3.85,3.85,0,0,0,1.58-2.73l.73-16.43C288.88,126.43,288.87,126.34,288.87,126.26Zm-34.82,38.79a55.15,55.15,0,0,1-2.38,5.28,60.5,60.5,0,0,1-6.31,9.89,53.65,53.65,0,0,1-3.74,4.32,44.11,44.11,0,0,1-11.43,8.81,23.53,23.53,0,0,1-10.68,3c-7.23,0-12.39-4.85-13.57-13.28-.11-.8-.18-1.64-.22-2.51q0-.51,0-1.05v-.59c0-.38,0-.75,0-1.13.71-16,12.82-35,27.05-42.37.43-.23.85-.44,1.28-.63.21-.11.43-.2.63-.29l.63-.26a23.87,23.87,0,0,1,2.35-.85c8.14-2.48,14.69.16,17.74,6.71A23.38,23.38,0,0,1,257.22,151,44.24,44.24,0,0,1,254.05,165.05Z\" style=\"fill:#407BFF\"></path></g></g><g id=\"freepik--check-mark--inject-5\"><g id=\"freepik--check-mark--inject-5\"><path d=\"M123.3,150.64l-.8,17.94c11.08-6.17,21.53-15.48,30.42-26.5l-8.71-9.64A77.32,77.32,0,0,1,123.3,150.64Z\" style=\"fill:#407BFF\"></path><path d=\"M123.3,150.64l-.8,17.94c11.08-6.17,21.53-15.48,30.42-26.5l-8.71-9.64A77.32,77.32,0,0,1,123.3,150.64Z\" style=\"fill:#fff;opacity:0.8\"></path><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"fill:#407BFF\"></polygon><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"fill:#fff;opacity:0.65\"></polygon><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"fill:#407BFF\"></polygon><polygon points=\"112.18 143.51 111.38 161.45 122.5 168.58 123.3 150.64 112.18 143.51\" style=\"opacity:0.05\"></polygon><path d=\"M123.3,150.64a77.32,77.32,0,0,0,20.91-18.2l-11.13-7.13a77.43,77.43,0,0,1-20.9,18.2Z\" style=\"fill:#407BFF\"></path><path d=\"M123.3,150.64a77.32,77.32,0,0,0,20.91-18.2l-11.13-7.13a77.43,77.43,0,0,1-20.9,18.2Z\" style=\"fill:#fff;opacity:0.6000000000000001\"></path><path d=\"M99.09,155.88l-10,19.36c8.31,2.09,18.4.72,29.44-4.59l.8-18C111.78,156.22,104.86,157.2,99.09,155.88Z\" style=\"fill:#407BFF\"></path><path d=\"M99.09,155.88l-10,19.36c8.31,2.09,18.4.72,29.44-4.59l.8-18C111.78,156.22,104.86,157.2,99.09,155.88Z\" style=\"fill:#fff;opacity:0.65\"></path><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"fill:#407BFF\"></polygon><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"fill:#fff;opacity:0.55\"></polygon><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"fill:#407BFF\"></polygon><polygon points=\"87.96 148.75 77.96 168.11 89.09 175.24 99.09 155.88 87.96 148.75\" style=\"opacity:0.1\"></polygon><path d=\"M108.2,145.57c-7.55,3.52-14.47,4.5-20.24,3.18l11.13,7.13c5.77,1.32,12.69.34,20.24-3.18Z\" style=\"fill:#407BFF\"></path><path d=\"M108.2,145.57c-7.55,3.52-14.47,4.5-20.24,3.18l11.13,7.13c5.77,1.32,12.69.34,20.24-3.18Z\" style=\"fill:#fff;opacity:0.55\"></path><path d=\"M84.17,141.82,68.75,155.25c3.19,9.48,9.24,16,17.25,19l10-19.34C90.56,152.73,86.45,148.23,84.17,141.82Z\" style=\"fill:#407BFF\"></path><path d=\"M84.17,141.82,68.75,155.25c3.19,9.48,9.24,16,17.25,19l10-19.34C90.56,152.73,86.45,148.23,84.17,141.82Z\" style=\"fill:#fff;opacity:0.55\"></path><path d=\"M68.75,155.25l-11.13-7.13C60.1,155.47,64.3,161,69.8,164.58l11.12,7.13C75.42,168.17,71.22,162.6,68.75,155.25Z\" style=\"fill:#407BFF\"></path><path d=\"M68.75,155.25l-11.13-7.13C60.1,155.47,64.3,161,69.8,164.58l11.12,7.13C75.42,168.17,71.22,162.6,68.75,155.25Z\" style=\"fill:#fff;opacity:0.45\"></path><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"fill:#fff;opacity:0.55\"></polygon><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"73.04 134.69 57.62 148.12 68.75 155.25 84.17 141.82 73.04 134.69\" style=\"opacity:0.1\"></polygon><path d=\"M147.54,128.14l8.7,9.63A131.83,131.83,0,0,0,176,99.51l-14.92,2.33A95.35,95.35,0,0,1,147.54,128.14Z\" style=\"fill:#407BFF\"></path><path d=\"M147.54,128.14l8.7,9.63A131.83,131.83,0,0,0,176,99.51l-14.92,2.33A95.35,95.35,0,0,1,147.54,128.14Z\" style=\"fill:#fff;opacity:0.85\"></path><polygon points=\"164.92 92.38 150 94.71 161.12 101.84 176.04 99.51 164.92 92.38\" style=\"fill:#407BFF\"></polygon><polygon points=\"164.92 92.38 150 94.71 161.12 101.84 176.04 99.51 164.92 92.38\" style=\"fill:#fff;opacity:0.75\"></polygon><polygon points=\"164.92 92.38 150 94.71 161.12 101.84 176.04 99.51 164.92 92.38\" style=\"fill:#407BFF\"></polygon><path d=\"M150,94.71A94.81,94.81,0,0,1,136.41,121l11.13,7.13a95.35,95.35,0,0,0,13.58-26.3Z\" style=\"fill:#407BFF\"></path><path d=\"M150,94.71A94.81,94.81,0,0,1,136.41,121l11.13,7.13a95.35,95.35,0,0,0,13.58-26.3Z\" style=\"fill:#fff;opacity:0.65\"></path><polygon points=\"147.54 128.14 136.41 121.01 145.11 130.64 156.24 137.77 147.54 128.14\" style=\"fill:#407BFF\"></polygon><polygon points=\"147.54 128.14 136.41 121.01 145.11 130.64 156.24 137.77 147.54 128.14\" style=\"fill:#fff;opacity:0.75\"></polygon><polygon points=\"147.54 128.14 136.41 121.01 145.11 130.64 156.24 137.77 147.54 128.14\" style=\"fill:#407BFF\"></polygon><path d=\"M180.46,75.75a89.46,89.46,0,0,1-3,18.87L162.54,97a64.21,64.21,0,0,0,2-13,45.23,45.23,0,0,0-.3-7.75l12.85-23c.32.75.6,1.55.88,2.35,0,0,.63,1.93,1,3.63A58.64,58.64,0,0,1,180.46,75.75Z\" style=\"fill:#407BFF\"></path><path d=\"M180.46,75.75a89.46,89.46,0,0,1-3,18.87L162.54,97a64.21,64.21,0,0,0,2-13,45.23,45.23,0,0,0-.3-7.75l12.85-23c.32.75.6,1.55.88,2.35,0,0,.63,1.93,1,3.63A58.64,58.64,0,0,1,180.46,75.75Z\" style=\"fill:#fff;opacity:0.9\"></path><polygon points=\"165.99 46.08 153.14 69.12 164.27 76.25 177.12 53.21 165.99 46.08\" style=\"fill:#407BFF\"></polygon><polygon points=\"165.99 46.08 153.14 69.12 164.27 76.25 177.12 53.21 165.99 46.08\" style=\"fill:#fff;opacity:0.85\"></polygon><polygon points=\"165.99 46.08 153.14 69.12 164.27 76.25 177.12 53.21 165.99 46.08\" style=\"fill:#407BFF\"></polygon><path d=\"M164.27,76.25l-11.13-7.13a45.19,45.19,0,0,1,.31,7.75,64.25,64.25,0,0,1-2,12.95L162.54,97a64.21,64.21,0,0,0,2-13A45.23,45.23,0,0,0,164.27,76.25Z\" style=\"fill:#407BFF\"></path><path d=\"M164.64,76.49l-11.12-7.13a44.24,44.24,0,0,1,.3,7.75,63.52,63.52,0,0,1-2,13l11.12,7.13a64.25,64.25,0,0,0,2-13A44.2,44.2,0,0,0,164.64,76.49Z\" style=\"fill:#fff;opacity:0.7000000000000001\"></path><path d=\"M175.59,42.38c-.1-.06-5.31-3.73-5.31-3.73a1.54,1.54,0,0,0-.31-.17l-10.38-4.29a2.31,2.31,0,0,0-2.83,1l-41.92,75.16-16.67-9.16a2.11,2.11,0,0,0-2.79.75L87.2,114.88a1.9,1.9,0,0,0,.6,2.61s4.48,3.21,5.31,3.73a.41.41,0,0,0,.11.07l29,16a2,2,0,0,0,2.72-.78l51.19-91.77A1.73,1.73,0,0,0,175.59,42.38Z\" style=\"fill:#263238\"></path><path d=\"M175.59,42.38c-.1-.06-5.31-3.73-5.31-3.73a1.54,1.54,0,0,0-.31-.17l-10.38-4.29a2.28,2.28,0,0,0-1.94.13l18.11,11.12.39-.71A1.73,1.73,0,0,0,175.59,42.38Z\" style=\"fill:#455a64\"></path><path d=\"M175.28,42.22l-10.39-4.29a2.31,2.31,0,0,0-2.82,1l-41.93,75.17-16.66-9.16a2.1,2.1,0,0,0-2.79.74l-8.18,13a1.9,1.9,0,0,0,.71,2.68l29,16a2,2,0,0,0,2.72-.78l51.19-91.77A1.73,1.73,0,0,0,175.28,42.22Z\" style=\"fill:#37474f\"></path><path d=\"M114.84,110.34l5.29,3.75-16.65-9.17a2.06,2.06,0,0,0-1.55-.18L96.63,101a2,2,0,0,1,1.54.18Z\" style=\"fill:#455a64\"></path><path d=\"M82.18,126.81a64.21,64.21,0,0,1,2-13L69.3,116.19a89.43,89.43,0,0,0-3,18.87,59,59,0,0,0,1.43,16.56l15.4-13.41A43.13,43.13,0,0,1,82.18,126.81Z\" style=\"fill:#407BFF\"></path><path d=\"M82.18,126.81a64.21,64.21,0,0,1,2-13L69.3,116.19a89.43,89.43,0,0,0-3,18.87,59,59,0,0,0,1.43,16.56l15.4-13.41A43.13,43.13,0,0,1,82.18,126.81Z\" style=\"fill:#407BFF\"></path><polygon points=\"73.08 106.73 58.17 109.06 69.3 116.19 84.21 113.86 73.08 106.73\" style=\"fill:#407BFF\"></polygon><polygon points=\"73.08 106.73 58.17 109.06 69.3 116.19 84.21 113.86 73.08 106.73\" style=\"opacity:0.15\"></polygon><path d=\"M69.3,116.19l-11.13-7.13a90.73,90.73,0,0,0-3,18.87,59,59,0,0,0,1.44,16.56l11.12,7.13a59,59,0,0,1-1.43-16.56A89.43,89.43,0,0,1,69.3,116.19Z\" style=\"fill:#407BFF\"></path><path d=\"M69.3,116.19l-11.13-7.13a90.73,90.73,0,0,0-3,18.87,59,59,0,0,0,1.44,16.56l11.12,7.13a59,59,0,0,1-1.43-16.56A89.43,89.43,0,0,1,69.3,116.19Z\" style=\"fill:#fff;opacity:0.30000000000000004\"></path><path d=\"M147.65,54.94l10-19.4c-8.64-2.13-18.89-.42-29.46,4.65l-.79,17.9C134.66,54.72,141.66,53.6,147.65,54.94Z\" style=\"fill:#407BFF\"></path><path d=\"M147.65,54.94l10-19.4c-8.64-2.13-18.89-.42-29.46,4.65l-.79,17.9C134.66,54.72,141.66,53.6,147.65,54.94Z\" style=\"opacity:0.30000000000000004\"></path><polygon points=\"117.09 33.06 116.29 50.96 127.42 58.09 128.22 40.19 117.09 33.06\" style=\"fill:#407BFF\"></polygon><polygon points=\"117.09 33.06 116.29 50.96 127.42 58.09 128.22 40.19 117.09 33.06\" style=\"opacity:0.42\"></polygon><path d=\"M128.21,40.19c10.57-5.07,20.82-6.78,29.46-4.65l-11.12-7.13c-8.64-2.13-18.9-.42-29.46,4.65Z\" style=\"fill:#407BFF\"></path><path d=\"M128.21,40.19c10.57-5.07,20.82-6.78,29.46-4.65l-11.12-7.13c-8.64-2.13-18.9-.42-29.46,4.65Z\" style=\"opacity:0.2\"></path><path d=\"M123.45,60.17l.79-17.94c-11.07,6.17-21.52,15.47-30.41,26.5l8.71,9.63A77.45,77.45,0,0,1,123.45,60.17Z\" style=\"fill:#407BFF\"></path><path d=\"M123.45,60.17l.79-17.94c-11.07,6.17-21.52,15.47-30.41,26.5l8.71,9.63A77.45,77.45,0,0,1,123.45,60.17Z\" style=\"opacity:0.2\"></path><path d=\"M113.12,35.1C102,41.27,91.59,50.57,82.7,61.6l11.13,7.13c8.89-11,19.34-20.33,30.41-26.5Z\" style=\"fill:#407BFF\"></path><path d=\"M113.12,35.1C102,41.27,91.59,50.57,82.7,61.6l11.13,7.13c8.89-11,19.34-20.33,30.41-26.5Z\" style=\"opacity:0.1\"></path><polygon points=\"93.83 68.73 82.7 61.6 91.41 71.23 102.54 78.36 93.83 68.73\" style=\"fill:#407BFF\"></polygon><polygon points=\"93.83 68.73 82.7 61.6 91.41 71.23 102.54 78.36 93.83 68.73\" style=\"opacity:0.35000000000000003\"></polygon><path d=\"M99.21,82.66,90.51,73A132.11,132.11,0,0,0,70.7,111.3L85.63,109A95.27,95.27,0,0,1,99.21,82.66Z\" style=\"fill:#407BFF\"></path><path d=\"M99.21,82.66,90.51,73A132.11,132.11,0,0,0,70.7,111.3L85.63,109A95.27,95.27,0,0,1,99.21,82.66Z\" style=\"opacity:0.1\"></path><path d=\"M70.7,111.3A132.11,132.11,0,0,1,90.51,73L79.38,65.91a131.83,131.83,0,0,0-19.8,38.26Z\" style=\"fill:#407BFF\"></path></g></g><g id=\"freepik--Clock--inject-5\"><g id=\"freepik--clock--inject-5\"><path d=\"M141.3,200.94h0l-.08-.05h0L122,188.28h0l-.12-.06h0c-9-5.23-21.52-4.53-35.37,3.34-27.81,15.8-50.54,54.55-50.76,86.54-.11,16,5.4,27.2,14.39,32.53h0l.08.05h0l19.26,12.61h0l.09.06h0c9,5.24,21.54,4.54,35.4-3.33,27.81-15.81,50.54-54.55,50.76-86.54C155.8,217.52,150.29,206.27,141.3,200.94Z\" style=\"fill:#37474f\"></path><path d=\"M68.77,322.88l-18.6-12.21h0l-.09-.06c-9-5.33-14.49-16.59-14.38-32.51.1-14.27,4.68-29.87,12.18-44.18l19.26,12.61c-7.51,14.3-12.08,29.9-12.17,44.17C54.85,306.31,60.12,317.41,68.77,322.88Z\" style=\"fill:#263238\"></path><ellipse cx=\"105.32\" cy=\"262.09\" rx=\"70.94\" ry=\"40.96\" transform=\"translate(-174.03 220.35) rotate(-59.61)\" style=\"fill:#455a64\"></ellipse><path d=\"M82.55,316.54c-15.88-.11-17.47-18.06-17.42-25.77.19-28.21,21.08-63.83,45.62-77.77,6.24-3.54,12.24-5.4,17.35-5.37,15.88.11,17.47,18.06,17.42,25.77-.2,28.21-21.09,63.83-45.62,77.77-6.24,3.55-12.24,5.4-17.35,5.37Z\" style=\"fill:#fafafa\"></path><path d=\"M108.14,267.53a1.81,1.81,0,0,1-.56-.12,1.73,1.73,0,0,1-1.07-1.7L108.77,225a1.73,1.73,0,0,1,3.45.19l-2,35.69,20.34-23.33a1.73,1.73,0,1,1,2.6,2.27L109.54,267A1.76,1.76,0,0,1,108.14,267.53Z\" style=\"fill:#37474f\"></path><path d=\"M96.75,297.06a.67.67,0,0,1-.24,0,.72.72,0,0,1-.44-.93l11.34-31.67a.72.72,0,1,1,1.36.49L97.44,296.58A.73.73,0,0,1,96.75,297.06Z\" style=\"fill:#407BFF\"></path><path d=\"M108.14,257.64c3.27-1.86,5.9-.32,5.88,3.44a13.07,13.07,0,0,1-6,10.19c-3.28,1.86-5.91.31-5.88-3.45A13,13,0,0,1,108.14,257.64Z\" style=\"fill:#407BFF\"></path><path d=\"M108.14,257.64c3.27-1.86,5.9-.32,5.88,3.44a13.07,13.07,0,0,1-6,10.19c-3.28,1.86-5.91.31-5.88-3.45A13,13,0,0,1,108.14,257.64Z\" style=\"opacity:0.2\"></path></g></g><g id=\"freepik--Barrier--inject-5\"><g id=\"freepik--barrier--inject-5\"><path d=\"M261.22,360.91l-6.36,3.67a2.56,2.56,0,0,1-2.32,0l-2-1.17a2,2,0,0,1-.88-2l21.16-100.15a3.38,3.38,0,0,1,1.43-2l6.37-3.68a2.61,2.61,0,0,1,2.31,0l2,1.18a1.93,1.93,0,0,1,.88,2L262.66,358.93A3.43,3.43,0,0,1,261.22,360.91Z\" style=\"fill:#455a64\"></path><path d=\"M261.22,360.91l-6.36,3.67c-.64.37-1,.09-.89-.64l21.16-100.15a3.39,3.39,0,0,1,1.43-2l6.37-3.68c.64-.37,1-.08.88.64L262.66,358.93A3.43,3.43,0,0,1,261.22,360.91Z\" style=\"fill:#263238\"></path><polygon points=\"257.83 354.37 259.71 345.43 264.05 342.93 304.26 366.14 306.14 377.26 301.81 379.76 257.83 354.37\" style=\"fill:#37474f\"></polygon><polygon points=\"301.81 379.76 257.83 354.37 259.71 345.43 299.92 368.64 301.81 379.76\" style=\"fill:#455a64\"></polygon><path d=\"M309,388.48l-6.37,3.67a2.54,2.54,0,0,1-2.31,0l-2-1.17a3.22,3.22,0,0,1-1.38-2L275.63,263.8a2.06,2.06,0,0,1,.93-2l6.37-3.68a2.56,2.56,0,0,1,2.32,0l2,1.17a3.21,3.21,0,0,1,1.38,2l21.26,125.19A2.05,2.05,0,0,1,309,388.48Z\" style=\"fill:#37474f\"></path><path d=\"M275.63,263.8l.8,4.74L296.89,389a3.21,3.21,0,0,0,1.37,2l2,1.18a2.61,2.61,0,0,0,2.31,0l6.36-3.68a2.08,2.08,0,0,0,.94-2L288.73,261.73l-.07-.43a3.29,3.29,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0l-6.37,3.67A2.08,2.08,0,0,0,275.63,263.8Z\" style=\"fill:#37474f\"></path><path d=\"M288.65,261.3l21.26,125.19a2.05,2.05,0,0,1-.93,2l-6.37,3.67a.87.87,0,0,1-1.38-.65L280,266.31a2.09,2.09,0,0,1,.93-2l6.37-3.67A.87.87,0,0,1,288.65,261.3Z\" style=\"fill:#455a64\"></path><path d=\"M269.76,266.16l3.34,1.93a5.06,5.06,0,0,0,3.33.45,4.28,4.28,0,0,0,1.29-.45l11-6.36-.07-.43a3.29,3.29,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0c.16-.72.64-1,0-1.34l-2-1.16a2.5,2.5,0,0,0-2.32,0l-6.37,3.67a3.38,3.38,0,0,0-1.43,2Z\" style=\"opacity:0.15\"></path><path d=\"M265.9,258.36a1.63,1.63,0,0,1,1-1.36l12.74-7.35a5.11,5.11,0,0,1,4.63,0l6.24,3.6a1.64,1.64,0,0,1,1,1.32v2.9a1.62,1.62,0,0,1-1,1.34l-12.74,7.35a5.11,5.11,0,0,1-4.63,0l-6.24-3.6a1.6,1.6,0,0,1-1-1.32C265.89,260.75,265.9,258.83,265.9,258.36Z\" style=\"fill:#37474f\"></path><path d=\"M265.9,258.36a1.63,1.63,0,0,1,1-1.36l8.56-4.93v14.65a4.74,4.74,0,0,1-2.32-.56l-6.24-3.6a1.6,1.6,0,0,1-1-1.32C265.89,260.75,265.9,258.83,265.9,258.36Z\" style=\"fill:#263238\"></path><path d=\"M277.72,263.28l12.74-7.36c1.28-.74,1.28-1.93,0-2.67l-6.24-3.6a5.11,5.11,0,0,0-4.63,0L266.85,257c-1.27.74-1.27,1.94,0,2.67l6.24,3.61A5.17,5.17,0,0,0,277.72,263.28Z\" style=\"fill:#455a64\"></path><g id=\"freepik--clock--inject-5\"><path d=\"M285.71,242.86h0l-4.3-2.53h0c-1.23-.63-2.88-.45-4.66.7a14.69,14.69,0,0,0-6.08,11.83c.1,2.11.91,3.56,2.14,4.2h0l4.31,2.53h0c1.23.63,2.88.44,4.66-.7a14.71,14.71,0,0,0,6.09-11.83C287.75,245,286.94,243.5,285.71,242.86Z\" style=\"fill:#455a64\"></path><path d=\"M277,259.54l-4.22-2.49h0c-1.23-.64-2-2.09-2.14-4.19a13.2,13.2,0,0,1,1.29-5.94l4.3,2.53a13.2,13.2,0,0,0-1.29,5.94C275,257.44,275.82,258.88,277,259.54Z\" style=\"fill:#263238\"></path><path d=\"M281.77,258.89a14.71,14.71,0,0,0,6.09-11.83c-.21-4.24-3.27-5.81-6.83-3.51a14.7,14.7,0,0,0-6.09,11.83C275.15,259.61,278.2,261.19,281.77,258.89Z\" style=\"fill:#37474f\"></path><path d=\"M278.78,258.59c-2.1.11-2.44-2.26-2.49-3.28a13.44,13.44,0,0,1,5.47-10.63,4.91,4.91,0,0,1,2.25-.84c2.11-.1,2.45,2.27,2.5,3.29A13.44,13.44,0,0,1,281,257.76a4.76,4.76,0,0,1-2.26.83Z\" style=\"fill:#263238\"></path><path d=\"M281.76,244.68a5,5,0,0,1,2-.8,5.21,5.21,0,0,1,.58,2.24,13.47,13.47,0,0,1-5.47,10.63,5,5,0,0,1-2,.8,5.07,5.07,0,0,1-.58-2.24A13.44,13.44,0,0,1,281.76,244.68Z\" style=\"fill:#407BFF\"></path></g><path d=\"M161.35,418.56,155,422.24a2.54,2.54,0,0,1-2.31,0l-2-1.17a2,2,0,0,1-.88-2L170.92,319a3.38,3.38,0,0,1,1.43-2l6.37-3.68a2.54,2.54,0,0,1,2.31,0l2,1.17a2,2,0,0,1,.88,2L162.79,416.59A3.42,3.42,0,0,1,161.35,418.56Z\" style=\"fill:#455a64\"></path><path d=\"M161.35,418.56,155,422.24c-.63.37-1,.08-.88-.64l21.16-100.15a3.39,3.39,0,0,1,1.43-2l6.37-3.68c.64-.37,1-.08.88.64L162.79,416.59A3.42,3.42,0,0,1,161.35,418.56Z\" style=\"fill:#263238\"></path><polygon points=\"157.84 412.18 159.73 403.24 164.07 400.74 204.27 423.95 206.16 435.07 201.82 437.57 157.84 412.18\" style=\"fill:#37474f\"></polygon><polygon points=\"201.82 437.57 157.84 412.18 159.73 403.24 199.94 426.45 201.82 437.57\" style=\"fill:#455a64\"></polygon><path d=\"M209.11,446.14l-6.37,3.67a2.54,2.54,0,0,1-2.31,0l-2-1.17a3.22,3.22,0,0,1-1.38-2l-21.26-125.2a2,2,0,0,1,.93-2l6.37-3.68a2.56,2.56,0,0,1,2.32,0l2,1.17a3.21,3.21,0,0,1,1.38,2L210,444.15A2.07,2.07,0,0,1,209.11,446.14Z\" style=\"fill:#37474f\"></path><path d=\"M175.76,321.46l.8,4.73L197,446.65a3.21,3.21,0,0,0,1.37,2l2,1.18a2.63,2.63,0,0,0,2.32,0l6.36-3.68a2.08,2.08,0,0,0,.94-2L188.86,319.39l-.07-.43a3.26,3.26,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0l-6.37,3.67A2.08,2.08,0,0,0,175.76,321.46Z\" style=\"fill:#37474f\"></path><path d=\"M188.78,319,210,444.15a2.07,2.07,0,0,1-.93,2l-6.37,3.67a.87.87,0,0,1-1.38-.65L180.1,324a2.07,2.07,0,0,1,.93-2l6.37-3.67A.87.87,0,0,1,188.78,319Z\" style=\"fill:#455a64\"></path><path d=\"M169.89,323.82l3.34,1.93a5,5,0,0,0,3.33.44,4,4,0,0,0,1.29-.44l11-6.36-.07-.43a3.26,3.26,0,0,0-1.38-2l-2-1.17a2.56,2.56,0,0,0-2.32,0c.16-.72.64-1,0-1.34l-2-1.17a2.56,2.56,0,0,0-2.32,0L172.35,317a3.35,3.35,0,0,0-1.43,2Z\" style=\"opacity:0.15\"></path><path d=\"M166,316a1.63,1.63,0,0,1,.95-1.36l12.74-7.35a5.11,5.11,0,0,1,4.63,0l6.24,3.6a1.64,1.64,0,0,1,1,1.32v2.9a1.62,1.62,0,0,1-1,1.34l-12.74,7.35a5.11,5.11,0,0,1-4.63,0l-6.24-3.6a1.6,1.6,0,0,1-.95-1.32C166,318.41,166,316.49,166,316Z\" style=\"fill:#37474f\"></path><path d=\"M166,316a1.63,1.63,0,0,1,.95-1.36l8.56-4.94v14.66a4.74,4.74,0,0,1-2.32-.56l-6.24-3.6a1.6,1.6,0,0,1-.95-1.32C166,318.41,166,316.49,166,316Z\" style=\"fill:#263238\"></path><path d=\"M177.85,320.93l12.74-7.35c1.27-.74,1.27-1.93,0-2.67l-6.24-3.6a5.11,5.11,0,0,0-4.63,0L167,314.66c-1.27.74-1.27,1.94,0,2.67l6.24,3.6A5.11,5.11,0,0,0,177.85,320.93Z\" style=\"fill:#455a64\"></path><g id=\"freepik--clock--inject-5\"><path d=\"M185.84,300.52h0l-4.3-2.53h0c-1.23-.62-2.88-.44-4.66.71a14.69,14.69,0,0,0-6.08,11.82c.1,2.12.91,3.57,2.14,4.2h0l4.3,2.53h0c1.23.63,2.88.44,4.66-.7A14.68,14.68,0,0,0,188,304.72C187.88,302.61,187.07,301.16,185.84,300.52Z\" style=\"fill:#455a64\"></path><path d=\"M177.14,317.19l-4.22-2.48h0c-1.23-.64-2-2.09-2.14-4.19a13.32,13.32,0,0,1,1.28-5.94l4.31,2.53a13.2,13.2,0,0,0-1.29,5.94C175.17,315.1,176,316.53,177.14,317.19Z\" style=\"fill:#263238\"></path><path d=\"M181.9,316.55A14.68,14.68,0,0,0,188,304.72c-.2-4.24-3.26-5.81-6.82-3.51A14.7,14.7,0,0,0,175.07,313C175.28,317.27,178.33,318.85,181.9,316.55Z\" style=\"fill:#37474f\"></path><path d=\"M178.91,316.25c-2.1.11-2.44-2.26-2.49-3.28a13.43,13.43,0,0,1,5.47-10.63,4.91,4.91,0,0,1,2.25-.84c2.11-.1,2.45,2.26,2.5,3.29a13.44,13.44,0,0,1-5.47,10.63,4.76,4.76,0,0,1-2.26.83Z\" style=\"fill:#263238\"></path><path d=\"M181.89,302.34a5,5,0,0,1,2-.8,5.21,5.21,0,0,1,.58,2.24A13.47,13.47,0,0,1,179,314.41a5,5,0,0,1-2,.8,4.93,4.93,0,0,1-.58-2.24A13.43,13.43,0,0,1,181.89,302.34Z\" style=\"fill:#407BFF\"></path></g><polygon points=\"171.19 337.69 305.77 259.99 303.58 258.73 169 336.43 171.19 337.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"171.19 337.69 305.77 259.99 303.58 258.73 169 336.43 171.19 337.69\" style=\"fill:#fff;opacity:0.4\"></polygon><polygon points=\"171.19 337.69 177.73 376.55 312.31 298.85 305.77 259.99 171.19 337.69\" style=\"fill:#407BFF\"></polygon><polygon points=\"169 336.43 175.54 375.29 177.73 376.55 171.19 337.69 169 336.43\" style=\"fill:#37474f\"></polygon><polygon points=\"170.37 344.53 173.98 366.02 176.17 367.28 172.56 345.79 170.37 344.53\" style=\"fill:#407BFF\"></polygon><polyline points=\"170.37 344.53 173.98 366.02 176.17 367.28 172.56 345.79\" style=\"opacity:0.2\"></polyline><polygon points=\"183.54 330.56 177.73 376.55 171.19 337.69 183.54 330.56\" style=\"fill:#37474f\"></polygon><polygon points=\"299.96 305.98 305.77 259.99 312.31 298.85 299.96 305.98\" style=\"fill:#37474f\"></polygon><polygon points=\"200.32 363.51 206.14 317.51 192.77 325.22 186.96 371.21 200.32 363.51\" style=\"fill:#37474f\"></polygon><polygon points=\"222.92 350.46 228.74 304.47 215.37 312.18 209.56 358.17 222.92 350.46\" style=\"fill:#37474f\"></polygon><polygon points=\"245.52 337.41 251.34 291.42 237.97 299.13 232.16 345.12 245.52 337.41\" style=\"fill:#37474f\"></polygon><polygon points=\"268.12 324.37 273.94 278.37 260.57 286.08 254.76 332.07 268.12 324.37\" style=\"fill:#37474f\"></polygon><polygon points=\"290.73 311.32 296.54 265.33 283.17 273.04 277.36 319.03 290.73 311.32\" style=\"fill:#37474f\"></polygon><polygon points=\"192.77 325.22 190.58 323.96 203.95 316.25 206.14 317.51 192.77 325.22\" style=\"fill:#455a64\"></polygon><polygon points=\"215.37 312.18 213.18 310.91 226.55 303.2 228.74 304.47 215.37 312.18\" style=\"fill:#455a64\"></polygon><polygon points=\"237.97 299.13 235.78 297.87 249.15 290.16 251.34 291.42 237.97 299.13\" style=\"fill:#455a64\"></polygon><polygon points=\"260.57 286.08 258.38 284.82 271.75 277.11 273.94 278.37 260.57 286.08\" style=\"fill:#455a64\"></polygon><polygon points=\"283.17 273.04 280.98 271.77 294.35 264.06 296.54 265.33 283.17 273.04\" style=\"fill:#455a64\"></polygon><polygon points=\"171.19 337.69 169 336.43 181.35 329.3 183.54 330.56 171.19 337.69\" style=\"fill:#455a64\"></polygon><polygon points=\"172.56 345.79 176.17 367.28 310.75 289.58 307.14 268.09 172.56 345.79\" style=\"fill:#407BFF\"></polygon><path d=\"M194.26,351.84a.3.3,0,0,1-.29,0,.34.34,0,0,1-.16-.26l-1.75-11.06a.76.76,0,0,1,.05-.39.61.61,0,0,1,.25-.29l1.84-1.06a.26.26,0,0,1,.28,0,.33.33,0,0,1,.17.26l1.75,11.06a.69.69,0,0,1-.06.39.6.6,0,0,1-.25.29Z\" style=\"fill:#fafafa\"></path><path d=\"M205.51,345.34a.46.46,0,0,1-.41.07.88.88,0,0,1-.23-.13l-4.13-4,.91,5.79a.65.65,0,0,1-.06.38.55.55,0,0,1-.24.29l-1.84,1.07a.28.28,0,0,1-.28,0,.33.33,0,0,1-.17-.26l-1.75-11.06a.69.69,0,0,1,.06-.39.64.64,0,0,1,.24-.29l1.46-.84a.5.5,0,0,1,.41-.07.73.73,0,0,1,.23.13l4.14,4-.92-5.78a.67.67,0,0,1,.06-.39.56.56,0,0,1,.25-.29l1.83-1.06a.28.28,0,0,1,.29,0,.34.34,0,0,1,.16.26l1.75,11.06a.68.68,0,0,1-.06.39.59.59,0,0,1-.24.29Z\" style=\"fill:#fafafa\"></path><path d=\"M216.17,326.11a5.78,5.78,0,0,1,1.65-.68,2.31,2.31,0,0,1,1.34.05,2,2,0,0,1,1,.81,4.06,4.06,0,0,1,.55,1.58,6.24,6.24,0,0,1,0,1.93,5.21,5.21,0,0,1-.58,1.69A6.09,6.09,0,0,1,219,333a7.62,7.62,0,0,1-1.57,1.19l-1.79,1,.55,3.5a.69.69,0,0,1-.06.39.64.64,0,0,1-.24.29l-1.84,1.06a.28.28,0,0,1-.29,0,.31.31,0,0,1-.16-.26l-1.75-11.06a.69.69,0,0,1,.06-.39.64.64,0,0,1,.24-.29Zm-.95,6.39,1.73-1a2.59,2.59,0,0,0,.92-.88,1.78,1.78,0,0,0,.22-1.26c-.07-.48-.26-.75-.55-.81a1.44,1.44,0,0,0-1,.24l-1.73,1Z\" style=\"fill:#fafafa\"></path><path d=\"M226.27,320.28a6.24,6.24,0,0,1,1.7-.72,2.57,2.57,0,0,1,1.35,0,1.87,1.87,0,0,1,1,.77,4.12,4.12,0,0,1,.55,1.58,5.75,5.75,0,0,1-.1,2.39,5.38,5.38,0,0,1-1,2l2.38,3.07a.38.38,0,0,1,.08.17.58.58,0,0,1-.05.31.54.54,0,0,1-.2.24l-1.91,1.1c-.19.11-.33.13-.42.08a.8.8,0,0,1-.24-.2l-2.14-2.77-1.29.75.58,3.66a.67.67,0,0,1-.06.39.59.59,0,0,1-.24.29l-1.84,1.06a.28.28,0,0,1-.29,0,.37.37,0,0,1-.16-.26l-1.75-11.06a.67.67,0,0,1,.06-.39.6.6,0,0,1,.25-.29Zm-.76,6.1,1.58-.92a2.6,2.6,0,0,0,.93-.83,1.6,1.6,0,0,0,.23-1.22c-.07-.48-.25-.74-.54-.77a1.74,1.74,0,0,0-1,.29l-1.58.91Z\" style=\"fill:#fafafa\"></path><path d=\"M232.92,321.31a7.49,7.49,0,0,1,.06-2,7.28,7.28,0,0,1,.62-2,7.53,7.53,0,0,1,1.19-1.77,7.13,7.13,0,0,1,1.77-1.42,4.9,4.9,0,0,1,1.88-.68,2.67,2.67,0,0,1,1.51.21,2.55,2.55,0,0,1,1.09,1,4.7,4.7,0,0,1,.63,1.6q.14.72.27,1.53c.08.54.16,1,.21,1.52a7.55,7.55,0,0,1-.06,2,7.28,7.28,0,0,1-.62,2,7.39,7.39,0,0,1-1.19,1.78,7.74,7.74,0,0,1-1.77,1.41,5.06,5.06,0,0,1-1.88.69,2.76,2.76,0,0,1-1.51-.21,2.62,2.62,0,0,1-1.08-1,4.56,4.56,0,0,1-.63-1.61c-.1-.46-.18-.95-.27-1.49S233,321.82,232.92,321.31Zm6.62-.59c0-.21,0-.44-.08-.7s-.06-.51-.1-.78-.09-.51-.14-.75l-.13-.64a2.92,2.92,0,0,0-.27-.71,1.29,1.29,0,0,0-.44-.43,1,1,0,0,0-.6-.1,1.89,1.89,0,0,0-.79.28,2.86,2.86,0,0,0-.73.59,3,3,0,0,0-.47.73,2.87,2.87,0,0,0-.24.82,3.62,3.62,0,0,0,0,.87,6,6,0,0,0,.07.68c0,.25.07.5.11.77s.09.52.13.76.09.47.15.67a1.69,1.69,0,0,0,.7,1.14,1.36,1.36,0,0,0,1.39-.18,2.7,2.7,0,0,0,1.2-1.31A3.67,3.67,0,0,0,239.54,320.72Z\" style=\"fill:#fafafa\"></path><path d=\"M247.73,310.69a2.58,2.58,0,0,0-.77.63,2.61,2.61,0,0,0-.46.74,2.48,2.48,0,0,0-.2.8,4.72,4.72,0,0,0,0,.84,4.34,4.34,0,0,0,.06.63l.12.82c0,.28.09.55.15.81s.09.47.12.61a2.75,2.75,0,0,0,.26.68,1.1,1.1,0,0,0,.4.45.94.94,0,0,0,.61.13,1.85,1.85,0,0,0,.81-.29,3.34,3.34,0,0,0,.67-.5,2.44,2.44,0,0,0,.51-.65,2.54,2.54,0,0,0,.29-.8,3,3,0,0,0,0-.95l-1.18.68a.26.26,0,0,1-.28,0,.32.32,0,0,1-.17-.26l-.29-1.81a.67.67,0,0,1,.06-.39.66.66,0,0,1,.25-.29l3.39-2a.28.28,0,0,1,.29,0,.34.34,0,0,1,.16.26l.35,2.19a6.08,6.08,0,0,1,0,2.17,7,7,0,0,1-.69,2,7.58,7.58,0,0,1-2.89,3,4.85,4.85,0,0,1-1.86.67,2.76,2.76,0,0,1-1.51-.22,2.71,2.71,0,0,1-1.1-1,4.7,4.7,0,0,1-.63-1.6c-.09-.45-.18-.95-.26-1.49s-.16-1.05-.22-1.55a7,7,0,0,1,.05-2,7.67,7.67,0,0,1,.63-2,7.39,7.39,0,0,1,1.2-1.79,7.08,7.08,0,0,1,1.74-1.41,5,5,0,0,1,1.82-.67,3.5,3.5,0,0,1,1.48.12,2.53,2.53,0,0,1,1,.69,2.31,2.31,0,0,1,.53,1,.46.46,0,0,1,0,.32.5.5,0,0,1-.21.24l-1.86,1.07a.35.35,0,0,1-.36,0l-.28-.17a1.21,1.21,0,0,0-.62-.26A1.81,1.81,0,0,0,247.73,310.69Z\" style=\"fill:#fafafa\"></path><path d=\"M258.14,301.88a6.32,6.32,0,0,1,1.69-.72,2.5,2.5,0,0,1,1.36,0,1.86,1.86,0,0,1,1,.77,3.85,3.85,0,0,1,.54,1.58,5.33,5.33,0,0,1-1.12,4.38L264,311a.41.41,0,0,1,.07.17.53.53,0,0,1-.05.32.42.42,0,0,1-.2.23l-1.9,1.1c-.19.11-.33.14-.42.08a.8.8,0,0,1-.24-.2l-2.14-2.77-1.29.75.58,3.66a.67.67,0,0,1-.06.39.59.59,0,0,1-.24.29l-1.84,1.06a.28.28,0,0,1-.29,0,.32.32,0,0,1-.16-.26L254,304.75a.68.68,0,0,1,.06-.39.64.64,0,0,1,.24-.29Zm-.76,6.1,1.58-.91a2.92,2.92,0,0,0,.93-.84,1.6,1.6,0,0,0,.23-1.22c-.08-.48-.26-.73-.54-.77a1.7,1.7,0,0,0-1,.29l-1.58.92Z\" style=\"fill:#fafafa\"></path><path d=\"M272.89,303.45a.3.3,0,0,1,.29,0,.34.34,0,0,1,.16.26l.29,1.82a.67.67,0,0,1-.06.39.56.56,0,0,1-.25.29L266.68,310a.3.3,0,0,1-.29,0,.32.32,0,0,1-.16-.26l-1.75-11.06a.69.69,0,0,1,.06-.39.64.64,0,0,1,.24-.29l6.53-3.77a.3.3,0,0,1,.29,0,.38.38,0,0,1,.17.27l.28,1.81a.67.67,0,0,1-.06.39.64.64,0,0,1-.24.29l-4.32,2.49.29,1.85,4-2.31a.28.28,0,0,1,.29,0,.34.34,0,0,1,.16.26l.29,1.82a.69.69,0,0,1-.06.39.64.64,0,0,1-.24.29l-4,2.31.3,1.92Z\" style=\"fill:#fafafa\"></path><path d=\"M277.73,290.38a4.85,4.85,0,0,1,1.7-.64,3.47,3.47,0,0,1,1.42.07,2.25,2.25,0,0,1,1,.6,1.88,1.88,0,0,1,.51,1,.6.6,0,0,1-.05.32.45.45,0,0,1-.19.23L280.32,293a.6.6,0,0,1-.61,0l-.16-.1a.89.89,0,0,0-.3-.09,1.18,1.18,0,0,0-.45,0,2,2,0,0,0-.63.26,3.48,3.48,0,0,0-.51.34,2.52,2.52,0,0,0-.41.38,1.5,1.5,0,0,0-.27.45.91.91,0,0,0-.05.49.51.51,0,0,0,.2.36.83.83,0,0,0,.5.05,4.55,4.55,0,0,0,.88-.2c.36-.1.81-.24,1.34-.42a5.68,5.68,0,0,1,1.42-.29,2.18,2.18,0,0,1,1.08.17,1.59,1.59,0,0,1,.73.7,3.57,3.57,0,0,1,.41,1.28,4.31,4.31,0,0,1-.07,1.75,5.78,5.78,0,0,1-.72,1.69,7.53,7.53,0,0,1-1.26,1.54,8.51,8.51,0,0,1-1.69,1.25,5.51,5.51,0,0,1-1.78.7,3.31,3.31,0,0,1-1.48,0,2.26,2.26,0,0,1-1.07-.63,2.13,2.13,0,0,1-.54-1.09.61.61,0,0,1,.23-.54L277,300a.67.67,0,0,1,.32-.12.59.59,0,0,1,.25.05l.2.12a1.27,1.27,0,0,0,.35.15,1.51,1.51,0,0,0,.52,0,2.11,2.11,0,0,0,.73-.28,5.25,5.25,0,0,0,1.21-.92,1.17,1.17,0,0,0,.39-1,.37.37,0,0,0-.26-.32,1.43,1.43,0,0,0-.59,0,6.62,6.62,0,0,0-1,.26l-1.39.43a2.85,2.85,0,0,1-2.31,0,2.68,2.68,0,0,1-1-2,4.41,4.41,0,0,1,0-1.57,5.9,5.9,0,0,1,.61-1.63,6.8,6.8,0,0,1,1.12-1.54A7.32,7.32,0,0,1,277.73,290.38Z\" style=\"fill:#fafafa\"></path><path d=\"M287.88,284.52a5,5,0,0,1,1.69-.63A3.36,3.36,0,0,1,291,284a2.25,2.25,0,0,1,1,.6,1.79,1.79,0,0,1,.5,1,.52.52,0,0,1,0,.32.49.49,0,0,1-.18.23l-1.84,1.06a.64.64,0,0,1-.32.11.74.74,0,0,1-.28-.06l-.16-.09a.76.76,0,0,0-.3-.1,1.23,1.23,0,0,0-.46,0,2.15,2.15,0,0,0-.63.26,5.5,5.5,0,0,0-.5.34,2.52,2.52,0,0,0-.41.38,1.5,1.5,0,0,0-.27.45.94.94,0,0,0-.05.5.47.47,0,0,0,.2.35.83.83,0,0,0,.5.05,5.18,5.18,0,0,0,.87-.19l1.35-.42a6.14,6.14,0,0,1,1.42-.3,2.14,2.14,0,0,1,1.07.17,1.66,1.66,0,0,1,.74.7,3.57,3.57,0,0,1,.41,1.28,4.48,4.48,0,0,1-.07,1.75,6.37,6.37,0,0,1-.72,1.69,7.88,7.88,0,0,1-1.26,1.54,9,9,0,0,1-1.69,1.26,5.66,5.66,0,0,1-1.79.69,3.32,3.32,0,0,1-1.48,0,2.33,2.33,0,0,1-1.07-.62,2.16,2.16,0,0,1-.54-1.1.58.58,0,0,1,.05-.31.45.45,0,0,1,.19-.23l1.83-1.06a.71.71,0,0,1,.32-.12.56.56,0,0,1,.25.05,1.53,1.53,0,0,1,.21.13,1.25,1.25,0,0,0,.87.15,2.39,2.39,0,0,0,.73-.29,5.48,5.48,0,0,0,1.21-.92,1.12,1.12,0,0,0,.38-1,.37.37,0,0,0-.25-.33,1.48,1.48,0,0,0-.6,0,8.09,8.09,0,0,0-1,.26l-1.39.43a2.85,2.85,0,0,1-2.31,0,2.63,2.63,0,0,1-1-2,4.35,4.35,0,0,1,.05-1.56,5.92,5.92,0,0,1,.6-1.64,7.42,7.42,0,0,1,1.13-1.54A7.09,7.09,0,0,1,287.88,284.52Z\" style=\"fill:#fafafa\"></path></g></g><g id=\"freepik--Character--inject-5\"><g id=\"freepik--character--inject-5\"><path d=\"M454.44,249.41a5.07,5.07,0,0,1,1.39-.76,12.5,12.5,0,0,1,2.71-.9,4.17,4.17,0,0,1,2.78.4c1.25.74,1.81,2.23,2.24,3.62.64,2.07,1.2,4.16,2,6.17a32,32,0,0,0,5,7.85,13.89,13.89,0,0,1,1.65,11.69,5.93,5.93,0,0,1-4.56,4.35l-3.13-7q-3.24-7.24-6.47-14.5-1.24-2.81-2.5-5.61c-.36-.81-.72-1.63-1.09-2.44-.45-1-1.19-1.79-.15-2.75Z\" style=\"fill:#37474f\"></path><path d=\"M453.8,248.22l.21-.05c1.78-.48,3.63-1.26,5.35-.19a6,6,0,0,1,2.31,3,21.79,21.79,0,0,1,.94,3.74,22.57,22.57,0,0,0,1,3.41,13.88,13.88,0,0,0,1.71,2.86c.94,1.43,3.48,4.34,4.3,5.85a13.86,13.86,0,0,1,1.35,3.88,13.1,13.1,0,0,1,.23,4.5c-.35,2.32-1.69,5.56-3.74,6.73a4.26,4.26,0,0,1-6.32-2.14c-.37-.89-.74-1.78-1.06-2.7a24.55,24.55,0,0,0-2.44-5,29.86,29.86,0,0,0-4.57-5.41c-.19-.17-.38-.37-.57-.52-2.19-1.7-4.47-3.23-4.62-4.18-.12-.79.93-8.76-.65-10.82a1.23,1.23,0,0,1-.17-.86c.08-.43.09-.37.58-.51l2.16-.58Z\" style=\"fill:#455a64\"></path><path d=\"M364.33,180.65c-2.35,13.39-3.13,17.08-5.12,25a371,371,0,0,0-6.47,41.37c-.34,3.51,3,11.95,4.41,15.16,8.42,18.72,22.25,48.6,22.25,48.6a16.31,16.31,0,0,1,1.46,8.08,43.42,43.42,0,0,1-2.92,12.1,34.13,34.13,0,0,1-1.74,4c-1.52,3.86.92,4.4,4.66,2.51,3.94-2,6.29-6.4,7.24-9.55,1.41-4.7,4.2-12.13,3.95-14.47l0,0-.09-.26h0l-.82-4.61s-3.78-14.17-6.95-30.47c-2.83-14.49-4.31-19.24-11.5-29.44l23.82-57.41Z\" style=\"fill:#ffa8a7\"></path><path d=\"M397.37,316.67a4.91,4.91,0,0,1,1,2.71c-.5,3.44-4.08,6-5.45,8.21s-2.67,7-3.5,9.81a9.09,9.09,0,0,1-.74,1.77,16.14,16.14,0,0,1-.75,1.5,9.48,9.48,0,0,1-3.26,2.44,16.37,16.37,0,0,1-7.93,1.77,9.4,9.4,0,0,1-5.82-1.77,2.44,2.44,0,0,1-1.08-2.24c.2-.93,1.19-1.42,2.08-1.77,1.86-.72,3.76-1.35,5.58-2.17a17.32,17.32,0,0,0,4.21-2.58,24.8,24.8,0,0,0,3.1-3.52c2-2.5,4-5,6.09-7.45C391.31,322.91,396.8,316.13,397.37,316.67Z\" style=\"fill:#37474f\"></path><path d=\"M394.46,311.15c1.22,1.68,4,4.23,2.94,7.32-.95,2.68-3.52,5.31-5.21,7.48a13.64,13.64,0,0,0-1.75,3.87c-.86,2.23-1.34,4.6-2.21,6.83-1.09,2.74-4.09,4.51-6.84,5.27a19.71,19.71,0,0,1-8.41.25,4.8,4.8,0,0,1-3-1.3,3.3,3.3,0,0,1-.52-3.09,7.22,7.22,0,0,1,1.75-2.73c1.17-1.26,2.54-2.33,3.74-3.56,2.21-2.27,2.91-5,3.69-8,.54-2.1,1.34-5.12,1-6.48a7.24,7.24,0,0,1-.41-2.07,1.3,1.3,0,0,1,.76-1,6.92,6.92,0,0,1,3.34-.45c1,0,2,.24,3,.29a5,5,0,0,0,4.9-5.21l-.31-.95C391.82,306.79,393.08,309.26,394.46,311.15Z\" style=\"fill:#455a64\"></path><path d=\"M451.21,255.63c-.75-3.94-2.47-4.51-2.47-4.51l-12.55.24v.28l-.22,12.7L449.11,262A7,7,0,0,0,451.21,255.63Z\" style=\"fill:#ffa8a7\"></path><path d=\"M436.54,250.81l-29.21.3s5.31-39.19,3.55-62.13l-26.08-3-20.28-6.66c-2.39,7.24-9.44,43.36-9.44,43.36-1.37,10.18-2.27,14.56-3,22.37s1.23,10.66,5.22,19.28,19.89,41.79,19.89,41.79,2,1.6,6.44-.32a11,11,0,0,0,5.72-5s-4.75-22.18-6.43-31.56-7.22-18.56-9.54-20.59l10.38-25c.66,10.16,1.33,28.45,3.49,38.89,1.43,6.93,5.54,10.94,13.12,9.73,10.56-1.68,38.46-7.94,38.46-7.94C444.46,263.56,443.06,253.09,436.54,250.81Z\" style=\"fill:#37474f\"></path><path d=\"M407.33,251.11s.4,5.29-1.86,9.24A14.67,14.67,0,0,0,409.1,255c1.2-3.27,10.57-2.49,17.57-4.05Z\" style=\"fill:#263238\"></path><path d=\"M383.73,223.76l-.74-14a38.27,38.27,0,0,1-10.53-8.85,40.55,40.55,0,0,0,8.35,9.55l.92,13-8.32,25.18Z\" style=\"fill:#263238\"></path><path d=\"M346.69,55.65a36.13,36.13,0,0,1,.28-5.4c.45-3.24,1.57-7.67,5.08-8.81a5.54,5.54,0,0,0,1.9-.69c.57-.46.79-1.28,1.4-1.69.95-.63,2.27,0,3.33-.35l.12,0a3.45,3.45,0,0,0,1.59-2.09q.94-2.27,1.87-4.53l.93-2.26c.19-.47.27-1.28.73-1.57a.93.93,0,0,1,.87,0A2.74,2.74,0,0,1,366,30.6a16.56,16.56,0,0,1-1.28,6.5,58.36,58.36,0,0,0-2,7.21c-.14.64-.62,2.94.5,2.77a4.39,4.39,0,0,0,2.22-1.44,5.89,5.89,0,0,1,2.15-1.28c.8-.27,2.65-.22,2.12,1.1a2.6,2.6,0,0,1-.49.73c-1.05,1.24-2,2.52-3.09,3.73-.53.6-1.08,1.19-1.65,1.76q-.45.45-.9.87c-.21.19-.78.53-.87.78a15.12,15.12,0,0,0-2.18,2.27c-1.12,1.41-1.21,3-1.42,5-.08.77-.29,3.74-.29,3.74-.51,6.89.38,28.39.64,30.24a7.64,7.64,0,0,0,.91,2.87c2.06,3.48,14.3,24.75,14.3,24.75s8.08,14.26-4.05,19.44c-4.28-6.29-21.72-31.29-23.59-34.8a21,21,0,0,1-2.72-9.75C344.08,84.88,346.71,57.71,346.69,55.65Z\" style=\"fill:#ffa8a7\"></path><path d=\"M359.47,40.11c1.23,1.18,2.06,2.63,1.94,3.78a34.73,34.73,0,0,1-1.22,5.22c-.3.72-.93,1.65-2,1.37a2.19,2.19,0,0,1-2.23.85,2.38,2.38,0,0,1-2.35.87,2.2,2.2,0,0,1-2,.66,2.05,2.05,0,0,0,2.25-.15,2.08,2.08,0,0,0,2.27-.86,2.12,2.12,0,0,0,2.21-.69,2.08,2.08,0,0,0,2.22-1.09,16.49,16.49,0,0,0,1.39-5C362.21,43.59,362.56,42,359.47,40.11Z\" style=\"fill:#f28f8f\"></path><path d=\"M354.41,119.41c3.86,5.24,11.33,16.05,13.26,22.08,1.62,3.39,5.92.52,7.78-6.59,2.59-9.91,10.36-14.9,6.94-15.41-4.21-.62-16.4-15-16.4-15-2.36-3-6.05-9-6.05-9l-1.22-22.2s-5.72,2.65-13.25-1.35c0,0-1.23,8.45-1.78,18.19s-.42,12.24,1.61,15.78A145.71,145.71,0,0,0,354.41,119.41Z\" style=\"fill:#407BFF\"></path><path d=\"M418.36,137.69l-6.1,29.75-.75,25.88c-13.83,6.47-35.55,4.24-49.45-6.94,0,0,2.1-45.55,5-55.64s8-12.16,15.14-11.93c7.55.23,17.25,1.3,17.25,1.3l13.33,2.61S418.53,134.1,418.36,137.69Z\" style=\"fill:#455a64\"></path><path d=\"M445.6,166.35s-1.69,13.12-3.37,19.43c-1.17,4.38-3.92,13.59-6.77,17.44-7.08,9.55-13.59,5.39-15.22,4.18-1.87-1.4-2-3.36,2.33-8.17a21.49,21.49,0,0,0,2.54-3.53c.37-.63,1.73-2.39.43-2.71a2.15,2.15,0,0,0-1.19.16l-2.73.91a3.67,3.67,0,0,1-1.84.28,1.28,1.28,0,0,1-1.12-1.28c.07-.55.58-.91,1-1.2q4.23-2.61,8.66-4.88c.6-.31,1.75-.58,2.09-1.17a4.51,4.51,0,0,0,.38-1.16c.12-.8.22-1.6.32-2.41.25-2.17.48-4.35.69-6.52.3-3,.37-9,.63-12l-17.87-20.16s-4.52-5.85-4.52-21.39a25.52,25.52,0,0,1,8.88,2.15c5.14,2.4,22.2,28,24.44,30.52S446.45,158.94,445.6,166.35Z\" style=\"fill:#ffa8a7\"></path><path d=\"M408.92,122c1.17.23,5.68,0,8.67,1.29s5.31,2.93,9.12,8.06,16,21.35,17.85,23.84,2.49,3.68,1.86,8.6-2.95,16.3-2.95,16.3a24.06,24.06,0,0,1-11.85-2l.2-14.19-19.07-20.92S406.69,135,408.92,122Z\" style=\"fill:#407BFF\"></path><path d=\"M397.2,88a12.93,12.93,0,1,1-12.31-13.52A12.94,12.94,0,0,1,397.2,88Z\" style=\"fill:#263238\"></path><path d=\"M406.18,97.59s-2.56,9.74-3.47,11.32a4.43,4.43,0,0,1-2.67,2l.47-6.91Z\" style=\"fill:#263238\"></path><path d=\"M404.22,83.38a4.87,4.87,0,0,1,3.95,1.6c1.64,1.84.41,7.31-2,12.61l-4,.27Z\" style=\"fill:#263238\"></path><path d=\"M401,97.81c.77.51,2-1,3-1.93s4.27-2.22,5.7,1.2-1.78,7.85-4.32,8.52c-4.38,1.15-4.9-1.65-4.9-1.65l-1.08,16h0c-5.69,6.63-20.72,6.62-14.17-.28l.39-6a27.07,27.07,0,0,1-5.84,0,7.75,7.75,0,0,1-6.17-6.59c-1-6.21-1-10.16.49-21,1.65-11.89,15.86-11.31,23.11-6.25S401,97.81,401,97.81Z\" style=\"fill:#ffa8a7\"></path><path d=\"M401,99.14c.4,0,2-2.41,3.06-3.26,1.42-1.18.19-12.5.19-12.5a5.45,5.45,0,0,0-.65-6.11,10.9,10.9,0,0,0-6.87-4c-4.16-.71-8.43-.48-12.29-2.5a12.09,12.09,0,0,0-2.33-1.1,2.82,2.82,0,0,0-2.47.3,2.68,2.68,0,0,0-1,2.14,7.75,7.75,0,0,0,.44,2.37,9.46,9.46,0,0,0-3.31-.09,3.2,3.2,0,0,0-2.49,2,4.78,4.78,0,0,0,.6,3.37c1.45,3.22,5.4,3.9,8.55,4.44a74.82,74.82,0,0,0,14,.39c1.47-.13,1.72,1.31,2.33,5.23C399.33,93.24,399.64,99.05,401,99.14Z\" style=\"fill:#263238\"></path><path d=\"M404.17,84.25l4.9-2.34a2.64,2.64,0,0,0-3.56-1.37A2.87,2.87,0,0,0,404.17,84.25Z\" style=\"fill:#263238\"></path><path d=\"M385.65,113.7s7.15-1.09,9.7-2.3a8.09,8.09,0,0,0,3.58-3.22,11.1,11.1,0,0,1-2.13,3.9c-1.93,2.24-11.28,3.54-11.28,3.54Z\" style=\"fill:#f28f8f\"></path><path d=\"M388.22,95.43A1.45,1.45,0,0,0,389.57,97a1.48,1.48,0,1,0-1.35-1.54Z\" style=\"fill:#263238\"></path><path d=\"M390,90.13l3,1.83a1.83,1.83,0,0,0-.6-2.46A1.69,1.69,0,0,0,390,90.13Z\" style=\"fill:#263238\"></path><path d=\"M387.86,104.34l-4.49,1.45a2.32,2.32,0,0,0,2.93,1.6A2.49,2.49,0,0,0,387.86,104.34Z\" style=\"fill:#f28f8f\"></path><path d=\"M375.74,90.65l2.87-2a1.68,1.68,0,0,0-2.39-.48A1.84,1.84,0,0,0,375.74,90.65Z\" style=\"fill:#263238\"></path><path d=\"M376.42,94.47A1.45,1.45,0,0,0,377.77,96a1.48,1.48,0,1,0-1.35-1.54Z\" style=\"fill:#263238\"></path><polygon points=\"383.72 93.46 382.85 101.98 378.46 100.25 383.72 93.46\" style=\"fill:#f28f8f\"></polygon></g></g></svg>\n <p class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">No Setting Found!</p>\n\n </div>\n\n </div>\n } @else if(settings.dataDetails()?.sections){\n <div class=\"ax-settings-items\">\n @for(i of settings.dataDetails()?.sections; track i.name){\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md\">\n <p class=\"ax-font-bold ax-text-xl ax-py-4\">{{ i.title }}</p>\n <div>\n @for(j of i.settings; track j.name){\n <div class=\"ax-py-3 ax-w-full md:ax-min-w-fit md:ax-max-w-[50%] last:ax-pb-5\">\n <p class=\"ax-font-medium ax-pb-1\">{{ j.title }}</p>\n <p class=\"ax-text-neutral-400\">{{ j.description }}</p>\n <ng-container axp-widget-renderer [node]=\"j.widget\" [mode]=\"'edit'\"> </ng-container>\n </div>\n }\n </div>\n </div>\n\n }\n <div class=\"ax-w-full ax-gap-3 ax-p-6 ax-pt-0 ax-flex ax-justify-end ax-items-center ax-flex-wrap\">\n <ax-button\n [disabled]=\"settings.canCancel()\"\n (onClick)=\"settings.onCancelSettings()\"\n [text]=\"'cancel' | translate | async\"\n ></ax-button>\n <ax-button\n [disabled]=\"!settings.canSave()\"\n (onClick)=\"settings.onSaveSettings()\"\n color=\"primary\"\n [text]=\"'save-changes' | translate | async\"\n ></ax-button>\n </div>\n </div>\n } @else {\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md\">\n @for(group of settings.dataDetails()?.childGroups; track $index){\n <div class=\"ax-p-4\">\n <a\n [routerLink]=\"settings.fullRoute + group.name\"\n class=\"ax-text-primary-500 dark:ax-text-primary-200 ax-underline ax-font-bold ax-text-xl\"\n >{{ group.title }}</a\n >\n </div>\n }\n </div>\n }\n </axp-widgets-container>\n</div>\n" }]
|
|
404
|
+
}, template: "<div #content class=\"ax-overflow-auto ax-h-full\">\n <div class=\"ax-flex ax-flex-col ax-px-6 ax-pt-0 md:ax-pt-6 ax-sticky ax-top-0 ax-z-10 ax-transition-all\"\n #sticky=\"axpSticky\" [axpSticky]=\"'ax-bg-surface ax-py-3 ax-shadow-xl'\" [stickyOffset]=\"0\" [stickyParent]=\"content\">\n <div\n class=\"ax-flex ax-justify-between ax-items-center ax-flex-wrap md:ax-flex-nowrap ax-gap-4 ax-pt-4 ax-overflow-x-auto\">\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-transition\">\n <div class=\"md:ax-block ax-flex ax-justify-start ax-items-center ax-gap-4\">\n <ax-button class=\"ax-block md:ax-hidden\" color=\"ghost\" [routerLink]=\"vm.fullRoute\">\n <ax-icon> <i class=\"fa-solid fa-chevron-left\"></i></ax-icon></ax-button>\n <div class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">\n {{ vm.groups()?.breadcrumb?.[(vm.groups()?.breadcrumb?.length??1)- 1]?.title }}\n </div>\n </div>\n <ax-breadcrumbs class=\"child:ax-font-normal child:ax-text-neutral-400 ax-flex-wrap ax-hidden md:ax-block\">\n <ng-template #divider>\n <i class=\"fa-solid fa-chevron-right ax-text-xs ax-mx-2\"></i>\n </ng-template>\n <ax-breadcrumbs-item [active]=\"false\" [routerLink]=\"vm.fullRoute\">\n <i class=\"ax-me-2 ax-text-xs fa-home fa-solid\"></i>{{ 'home' | translate | async }}</ax-breadcrumbs-item>\n @for(b of vm.groups()?.breadcrumb;track $index;let last=$last) {\n <ax-breadcrumbs-item [active]=\"last\" [class.!ax-font-semibold]=\"last\" [class.!ax-text-neutral-600]=\"last\"\n [routerLink]=\"vm.fullRoute + b.name\">\n {{ b.title | translate | async }}\n </ax-breadcrumbs-item>\n }\n </ax-breadcrumbs>\n </div>\n <div class=\"ax-w-64\">\n <ax-search-box [delayTime]=\"300\" [(ngModel)]=\"vm.search\"> </ax-search-box>\n </div>\n </div>\n </div>\n\n <axp-widgets-container [context]=\"vm.context()\" (onChanged)=\"vm.handleContextChanged($event)\">\n @if(vm.search() && vm.searchResult()!.length>0){\n <div class=\"ax-settings-items\">\n @for(group of vm.searchResult(); track group.name)\n {\n <p class=\"ax-text-lg md:ax-text-xl ax-font-semibold ax-p-6 ax-pb-3 ax-text-neutral-400\">\n {{ group.title }}\n </p>\n @for (section of group.sections; track section.name)\n {\n <ng-container [ngTemplateOutlet]=\"sectionTpl\" [ngTemplateOutletContext]=\"{ section }\"\n [ngTemplateOutletInjector]=\"injector\"></ng-container>\n }\n }\n <ng-container *ngTemplateOutlet=\"actions\"></ng-container>\n </div>\n }\n @else if(vm.search() && vm.searchResult()!.length===0) {\n <div class=\"ax-p-2\">\n <div\n class=\"ax-mt-3 ax-flex ax-flex-col ax-justify-center ax-h-[calc(100vh-236px)] ax-items-center ax-p-10 ax-gap-10\">\n <p class=\"ax-text-xl md:ax-text-2xl ax-font-bold\">No Setting Found!</p>\n </div>\n </div>\n }\n @else if(vm.groups()?.sections)\n {\n <div class=\"ax-settings-items \">\n @for(section of vm.groups()?.sections; track section.name)\n {\n <ng-container [ngTemplateOutlet]=\"sectionTpl\" [ngTemplateOutletContext]=\"{ section }\"\n [ngTemplateOutletInjector]=\"injector\"></ng-container>\n }\n <ng-container *ngTemplateOutlet=\"actions\"></ng-container>\n </div>\n }\n @else\n {\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md\">\n @for(group of vm.groups()?.groups; track $index)\n {\n <div class=\"ax-p-4\">\n <a [routerLink]=\"vm.fullRoute + group.name\"\n class=\"ax-text-primary-500 dark:ax-text-primary-200 ax-underline ax-font-bold ax-text-xl\">{{ group.title\n }}</a>\n </div>\n }\n </div>\n }\n <ng-template #sectionTpl let-section=\"section\">\n <div class=\"ax-bg-surface ax-m-6 ax-px-4 ax-border ax-rounded-md ax-shadow-sm\">\n <div class=\"ax-py-4\">\n <p class=\"ax-font-semibold ax-text-xl\">{{ section.title }}</p>\n @if(section.description)\n {\n <p class=\"ax-text-sm ax-text-neutral-400\">{{ section.description }}</p>\n }\n </div>\n <div class=\"ax-divide-y ax-w-full \">\n @for(j of section.settings; track j.name){\n <div class=\"ax-py-4\">\n @if(widget.options().needLabel!=false || j.description)\n {\n <p class=\"ax-font-semibold\">{{ j.title }}</p>\n }\n @if(j.description)\n {\n <p class=\"ax-text-sm ax-text-neutral-400\">{{ j.description }}</p>\n }\n <div class=\"ax-w-full md:ax-min-w-fit md:ax-max-w-[50%] lg:ax-max-w-[30%] ax-mt-4\">\n <ng-container axp-widget-renderer [node]=\"j.widget\" [mode]=\"'edit'\" #widget=\"widgetRenderer\">\n </ng-container>\n </div>\n </div>\n }\n </div>\n </div>\n </ng-template>\n\n <ng-template #actions>\n <div class=\"ax-w-full ax-gap-3 ax-p-6 ax-pt-0 ax-flex ax-justify-end ax-items-center ax-flex-wrap\">\n <ax-dropdown-button [text]=\"('reset' | translate | async)!\" (onClick)=\"vm.reset()\">\n <ax-button-item-list>\n <ax-button-item [text]=\"('restore-defaults' | translate | async)!\" (onClick)=\"vm.resetToDefault()\">\n <ax-prefix>\n <ax-icon icon=\"fa-solid fa-rotate-left fa-flip-horizontal\"></ax-icon>\n </ax-prefix>\n </ax-button-item>\n </ax-button-item-list>\n </ax-dropdown-button>\n <ax-button [disabled]=\"!vm.canSave()\" (onClick)=\"vm.apply()\" color=\"primary\"\n [text]=\"'apply' | translate | async\">\n @if(vm.isSaving())\n {\n <ax-loading></ax-loading>\n }\n </ax-button>\n </div>\n </ng-template>\n\n </axp-widgets-container>\n</div>" }]
|
|
278
405
|
}] });
|
|
279
406
|
|
|
407
|
+
class AXPEntityReuseStrategy {
|
|
408
|
+
shouldDetach(route) {
|
|
409
|
+
return false;
|
|
410
|
+
}
|
|
411
|
+
store(route, detachedTree) { }
|
|
412
|
+
shouldAttach(route) {
|
|
413
|
+
return false;
|
|
414
|
+
}
|
|
415
|
+
retrieve(route) {
|
|
416
|
+
return null;
|
|
417
|
+
}
|
|
418
|
+
shouldReuseRoute(future, curr) {
|
|
419
|
+
if (future.data && future.data['reuse'] === false) {
|
|
420
|
+
return false;
|
|
421
|
+
}
|
|
422
|
+
return future.routeConfig === curr.routeConfig;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
|
|
280
426
|
function routesFacory() {
|
|
281
427
|
const config = inject(AXP_ENTITY_CONFIG_TOKEN);
|
|
282
428
|
let routes = [
|
|
283
429
|
{
|
|
284
|
-
path: ':app/settings',
|
|
430
|
+
path: ':app/settings/:scope',
|
|
285
431
|
component: config.viewers.root(),
|
|
286
432
|
children: [
|
|
287
433
|
{
|
|
@@ -297,6 +443,17 @@ function routesFacory() {
|
|
|
297
443
|
},
|
|
298
444
|
],
|
|
299
445
|
},
|
|
446
|
+
// {
|
|
447
|
+
// path: ':app/settings/:scope',
|
|
448
|
+
// component: config.viewers.root(),
|
|
449
|
+
// children: [
|
|
450
|
+
// {
|
|
451
|
+
// path: '',
|
|
452
|
+
// component: AXPSettingPageComponent,
|
|
453
|
+
// data: { reuse: true },
|
|
454
|
+
// },
|
|
455
|
+
// ],
|
|
456
|
+
// },
|
|
300
457
|
{
|
|
301
458
|
path: 'error',
|
|
302
459
|
children: [
|
|
@@ -330,13 +487,13 @@ class AXPDefaultThemeModule {
|
|
|
330
487
|
viewers: {
|
|
331
488
|
root: () => AXPRootLayoutComponent,
|
|
332
489
|
master: {
|
|
333
|
-
single: () => import('./acorex-platform-themes-default-entity-master-single-view.component-
|
|
490
|
+
single: () => import('./acorex-platform-themes-default-entity-master-single-view.component-q_DOP0cT.mjs').then((c) => c.AXPEntityMasterSingleViewComponent),
|
|
334
491
|
///
|
|
335
|
-
create: () => import('./acorex-platform-themes-default-entity-master-create-view.component-
|
|
492
|
+
create: () => import('./acorex-platform-themes-default-entity-master-create-view.component-CJ_HVKX-.mjs').then((c) => c.AXPEntityMasterCreateViewComponent),
|
|
336
493
|
///
|
|
337
|
-
modify: () => import('./acorex-platform-themes-default-entity-master-modify-view.component-
|
|
494
|
+
modify: () => import('./acorex-platform-themes-default-entity-master-modify-view.component-DveB-N1Z.mjs').then((c) => c.AXPEntityMasterModifyViewComponent),
|
|
338
495
|
//
|
|
339
|
-
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-
|
|
496
|
+
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-CeBk_nxz.mjs').then((c) => c.AXPEntityMasterListViewComponent),
|
|
340
497
|
},
|
|
341
498
|
},
|
|
342
499
|
},
|
|
@@ -369,13 +526,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
369
526
|
viewers: {
|
|
370
527
|
root: () => AXPRootLayoutComponent,
|
|
371
528
|
master: {
|
|
372
|
-
single: () => import('./acorex-platform-themes-default-entity-master-single-view.component-
|
|
529
|
+
single: () => import('./acorex-platform-themes-default-entity-master-single-view.component-q_DOP0cT.mjs').then((c) => c.AXPEntityMasterSingleViewComponent),
|
|
373
530
|
///
|
|
374
|
-
create: () => import('./acorex-platform-themes-default-entity-master-create-view.component-
|
|
531
|
+
create: () => import('./acorex-platform-themes-default-entity-master-create-view.component-CJ_HVKX-.mjs').then((c) => c.AXPEntityMasterCreateViewComponent),
|
|
375
532
|
///
|
|
376
|
-
modify: () => import('./acorex-platform-themes-default-entity-master-modify-view.component-
|
|
533
|
+
modify: () => import('./acorex-platform-themes-default-entity-master-modify-view.component-DveB-N1Z.mjs').then((c) => c.AXPEntityMasterModifyViewComponent),
|
|
377
534
|
//
|
|
378
|
-
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-
|
|
535
|
+
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-CeBk_nxz.mjs').then((c) => c.AXPEntityMasterListViewComponent),
|
|
379
536
|
},
|
|
380
537
|
},
|
|
381
538
|
},
|
|
@@ -390,126 +547,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
390
547
|
}]
|
|
391
548
|
}] });
|
|
392
549
|
|
|
393
|
-
class AXPEntityDetailListViewComponent {
|
|
394
|
-
constructor(actionSheetService, unsubscriber) {
|
|
395
|
-
this.actionSheetService = actionSheetService;
|
|
396
|
-
this.unsubscriber = unsubscriber;
|
|
397
|
-
this.workflow = inject(AXPWorkflowService);
|
|
398
|
-
this.store = inject(AXPLayoutThemeService);
|
|
399
|
-
this.destroyed = new Subject();
|
|
400
|
-
this.dropdownRowItems = computed(() => {
|
|
401
|
-
return this.vm.secondaryRowActions().map((c) => ({
|
|
402
|
-
icon: c.icon,
|
|
403
|
-
name: c.name,
|
|
404
|
-
text: c.title,
|
|
405
|
-
color: c.color,
|
|
406
|
-
}));
|
|
407
|
-
});
|
|
408
|
-
this.commandRowItems = computed(() => {
|
|
409
|
-
return this.vm.primaryRowActions().map((c) => {
|
|
410
|
-
return {
|
|
411
|
-
icon: c.icon,
|
|
412
|
-
name: c.name,
|
|
413
|
-
text: c.title,
|
|
414
|
-
color: c.color,
|
|
415
|
-
};
|
|
416
|
-
});
|
|
417
|
-
});
|
|
418
|
-
this.getCommandRowItems = () => {
|
|
419
|
-
return this.commandRowItems();
|
|
420
|
-
};
|
|
421
|
-
this.getDropdownRowItems = (rowData) => {
|
|
422
|
-
return Promise.resolve(this.dropdownRowItems());
|
|
423
|
-
};
|
|
424
|
-
effect(() => {
|
|
425
|
-
this.grid.selectedRows = this.vm.selectedItems();
|
|
426
|
-
});
|
|
427
|
-
this.subscribeActionEvents();
|
|
428
|
-
}
|
|
429
|
-
handleChangeSearchValue(e) {
|
|
430
|
-
if (e.isUserInteraction) {
|
|
431
|
-
this.vm.applyInlineFilter(e.value);
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
subscribeActionEvents() {
|
|
435
|
-
this.workflow.events$
|
|
436
|
-
.pipe(ofType(AXPEntityDeletedEvent, AXPEntityCreateEvent))
|
|
437
|
-
.pipe(takeUntil(this.destroyed))
|
|
438
|
-
.subscribe((event) => {
|
|
439
|
-
console.log(event);
|
|
440
|
-
this.grid.refresh();
|
|
441
|
-
});
|
|
442
|
-
}
|
|
443
|
-
ngAfterViewInit() {
|
|
444
|
-
// this.grid.refresh();
|
|
445
|
-
}
|
|
446
|
-
handleRowDbClick(e) {
|
|
447
|
-
const item = this.dropdownRowItems()?.[0];
|
|
448
|
-
if (item) {
|
|
449
|
-
const d = {
|
|
450
|
-
component: e.component,
|
|
451
|
-
name: item.name,
|
|
452
|
-
data: e.data,
|
|
453
|
-
};
|
|
454
|
-
this.handleRowCommandClick(d);
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
async handleSelectedRowsChange(rows) {
|
|
458
|
-
this.vm.selectedItems.set(rows);
|
|
459
|
-
}
|
|
460
|
-
async handleRowCommandClick(e) {
|
|
461
|
-
this.vm.executeCommand(e.name, e.data);
|
|
462
|
-
}
|
|
463
|
-
destroy() {
|
|
464
|
-
this.destroyed.next();
|
|
465
|
-
this.destroyed.complete();
|
|
466
|
-
}
|
|
467
|
-
ngOnDestroy() {
|
|
468
|
-
this.destroy();
|
|
469
|
-
}
|
|
470
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPEntityDetailListViewComponent, deps: [{ token: i1$3.AXActionSheetService }, { token: i2$1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
471
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPEntityDetailListViewComponent, isStandalone: true, selector: "axp-entity-detail-list-view", inputs: { vm: ["viewModel", "vm"] }, providers: [AXUnsubscriber], viewQueries: [{ propertyName: "grid", first: true, predicate: ["grid"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"ax-flex ax-p-2\">\n <div class=\"ax-flex ax-flex-col ax-items-end ax-gap-3 ax-flex-1 ax-overflow-auto ax-min-h-72\">\n <div class=\"ax-flex ax-justify-between ax-items-center ax-w-full\">\n <div class=\"ax-flex ax-justify-between ax-items-center\">\n <div class=\"ax-flex ax-justify-start ax-items-center ax-gap-4\">\n @if(vm.hasSelectedItems()) {\n <div class=\"ax-flex ax-gap-3 ax-items-center ax-h-10\">\n <span class=\"ax-text-xl ax-font-bold\">\n {{ vm.selectedItems().length }} {{ 't(\"itemsSelected\", { scope: \"common\" })' | translate | async }}\n </span>\n <span\n (click)=\"vm.clearSelection()\"\n class=\"ax-text-sm ax-text-primary dark:ax-text-primary-300 ax-underline ax-cursor-pointer\"\n >{{ 't(\"unselect\", { scope: \"common\" })' | translate | async }}</span\n >\n </div>\n\n } @else { @if(vm.hasInlineFilters() && !store.isSmall()) {\n <div class=\"ax-w-72\">\n <ax-search-box\n [placeholder]=\"('widget.lookup.search' | translate | async) + vm.inlineFiltersPlaceholders().join(', ')\"\n (onValueChanged)=\"handleChangeSearchValue($event)\"\n ><ax-clear-button></ax-clear-button\n ></ax-search-box>\n </div>\n } }\n </div>\n </div>\n <div class=\"ax-flex ax-items-center ax-gap-3\">\n @for(tr of vm.primaryActions();track $index) {\n <ax-button [text]=\"(tr.title | translate | async)!\" [color]=\"tr.color\" (onClick)=\"vm.executeCommand(tr.name)\">\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button>\n } @if(vm.secondaryActions().length) {\n <ax-button [text]=\"store.isSmall() ? null : ('actions' | translate | async)\" color=\"ghost\">\n <ax-prefix>\n <i class=\"fa-solid fa-ellipsis-vertical\"></i>\n </ax-prefix>\n <ax-dropdown-panel>\n <ax-button-item-list>\n @for(tr of vm.secondaryActions();track $index) {\n <ng-container>\n @if(tr.separated && !$first) {\n <ax-divider></ax-divider>\n }\n <ax-button-item\n [text]=\"(tr.title | translate | async)!\"\n class=\"ax-font-semibold ax-text-{{ tr.color }}\"\n (onClick)=\"vm.executeCommand(tr.name)\"\n >\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button-item>\n </ng-container>\n }\n </ax-button-item-list>\n </ax-dropdown-panel>\n </ax-button>\n }\n </div>\n </div>\n\n <ax-data-table\n #grid\n [showFooter]=\"false\"\n class=\"ax-flex-1\"\n [paging]=\"true\"\n [fetchDataMode]=\"'manual'\"\n [loading]=\"{ enabled: true, animation: true }\"\n [dataSource]=\"vm.dataSource\"\n (selectedRowsChange)=\"handleSelectedRowsChange($event)\"\n (onRowDbClick)=\"handleRowDbClick($event)\"\n >\n <ax-select-column fixed=\"start\" [width]=\"'50px'\"></ax-select-column>\n @for(col of vm.columns();track col.name) { @if(col.visible) {\n <axp-widget-column-renderer\n [caption]=\"col.title | translate | async\"\n [node]=\"col.node()\"\n ></axp-widget-column-renderer>\n } } @if(getCommandRowItems().length){\n\n <ax-command-column\n fixed=\"end\"\n [width]=\"getCommandRowItems().length * 60 + 'px'\"\n [items]=\"getCommandRowItems()\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-command-column>\n\n } @if(dropdownRowItems().length){\n <ax-dropdown-command-column\n fixed=\"end\"\n [width]=\"'60px'\"\n [items]=\"getDropdownRowItems\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-dropdown-command-column>\n }\n </ax-data-table>\n </div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i4$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "component", type: i4$1.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "component", type: i4$1.AXButtonItemListComponent, selector: "ax-button-item-list", inputs: ["items"], outputs: ["onItemClick"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i2.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "component", type: i2.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "ngmodule", type: AXDropdownModule }, { kind: "component", type: i6$1.AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: ["isOpen", "fitParent", "dropdownWidth", "position", "_target", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "ngmodule", type: AXActionSheetModule }, { kind: "ngmodule", type: AXDrawerModule }, { kind: "ngmodule", type: AXDialogModule }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "ngmodule", type: AXTabsModule }, { kind: "ngmodule", type: AXTooltipModule }, { kind: "ngmodule", type: AXBreadcrumbsModule }, { kind: "ngmodule", type: AXSearchBoxModule }, { kind: "component", type: i6.AXSearchBoxComponent, selector: "ax-search-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "delayTime"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXDataTableModule }, { kind: "component", type: i11.AXDataTableComponent, selector: "ax-data-table", inputs: ["dataSource", "rowTemplate", "emptyTemplate", "alternative", "showHeader", "fixedHeader", "showFooter", "fixedFooter", "itemHeight", "allowReordering", "paging", "fetchDataMode", "loading", "focusedRow"], outputs: ["selectedRowsChange", "focusedRowChange", "onRowClick", "onRowDbClick", "onColumnsOrderChanged"] }, { kind: "component", type: i11.AXRowSelectColumnComponent, selector: "ax-select-column", inputs: ["width", "caption", "fixed"] }, { kind: "component", type: i11.AXRowCommandColumnComponent, selector: "ax-command-column", inputs: ["width", "caption", "fixed", "footerTemplate", "items"], outputs: ["onItemClick"] }, { kind: "component", type: i11.AXRowDropdownCommandColumnComponent, selector: "ax-dropdown-command-column", inputs: ["width", "caption", "fixed", "footerTemplate", "items"], outputs: ["onItemClick"] }, { kind: "ngmodule", type:
|
|
472
|
-
//
|
|
473
|
-
AXPLayoutBuilderModule }, { kind: "component", type: i9.AXPWidgetColumnRendererComponent, selector: "axp-widget-column-renderer", inputs: ["caption", "node", "footerTemplate", "cellTemplate", "headerTemplate"] }, { kind: "ngmodule", type: AXPWidgetsModule }, { kind: "ngmodule", type: AXPAuthModule }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i5.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
474
|
-
}
|
|
475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPEntityDetailListViewComponent, decorators: [{
|
|
476
|
-
type: Component,
|
|
477
|
-
args: [{ selector: 'axp-entity-detail-list-view', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [AXUnsubscriber], imports: [
|
|
478
|
-
CommonModule,
|
|
479
|
-
FormsModule,
|
|
480
|
-
RouterModule,
|
|
481
|
-
AXButtonModule,
|
|
482
|
-
AXDecoratorModule,
|
|
483
|
-
AXBadgeModule,
|
|
484
|
-
AXDropdownModule,
|
|
485
|
-
AXPopoverModule,
|
|
486
|
-
AXFormModule,
|
|
487
|
-
AXActionSheetModule,
|
|
488
|
-
AXDrawerModule,
|
|
489
|
-
AXDialogModule,
|
|
490
|
-
AXLoadingModule,
|
|
491
|
-
AXTabsModule,
|
|
492
|
-
AXTooltipModule,
|
|
493
|
-
AXBreadcrumbsModule,
|
|
494
|
-
AXSearchBoxModule,
|
|
495
|
-
AXDataTableModule,
|
|
496
|
-
//
|
|
497
|
-
AXPLayoutBuilderModule,
|
|
498
|
-
AXPWidgetsModule,
|
|
499
|
-
AXPAuthModule,
|
|
500
|
-
AXTranslationModule,
|
|
501
|
-
], template: "<div class=\"ax-flex ax-p-2\">\n <div class=\"ax-flex ax-flex-col ax-items-end ax-gap-3 ax-flex-1 ax-overflow-auto ax-min-h-72\">\n <div class=\"ax-flex ax-justify-between ax-items-center ax-w-full\">\n <div class=\"ax-flex ax-justify-between ax-items-center\">\n <div class=\"ax-flex ax-justify-start ax-items-center ax-gap-4\">\n @if(vm.hasSelectedItems()) {\n <div class=\"ax-flex ax-gap-3 ax-items-center ax-h-10\">\n <span class=\"ax-text-xl ax-font-bold\">\n {{ vm.selectedItems().length }} {{ 't(\"itemsSelected\", { scope: \"common\" })' | translate | async }}\n </span>\n <span\n (click)=\"vm.clearSelection()\"\n class=\"ax-text-sm ax-text-primary dark:ax-text-primary-300 ax-underline ax-cursor-pointer\"\n >{{ 't(\"unselect\", { scope: \"common\" })' | translate | async }}</span\n >\n </div>\n\n } @else { @if(vm.hasInlineFilters() && !store.isSmall()) {\n <div class=\"ax-w-72\">\n <ax-search-box\n [placeholder]=\"('widget.lookup.search' | translate | async) + vm.inlineFiltersPlaceholders().join(', ')\"\n (onValueChanged)=\"handleChangeSearchValue($event)\"\n ><ax-clear-button></ax-clear-button\n ></ax-search-box>\n </div>\n } }\n </div>\n </div>\n <div class=\"ax-flex ax-items-center ax-gap-3\">\n @for(tr of vm.primaryActions();track $index) {\n <ax-button [text]=\"(tr.title | translate | async)!\" [color]=\"tr.color\" (onClick)=\"vm.executeCommand(tr.name)\">\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button>\n } @if(vm.secondaryActions().length) {\n <ax-button [text]=\"store.isSmall() ? null : ('actions' | translate | async)\" color=\"ghost\">\n <ax-prefix>\n <i class=\"fa-solid fa-ellipsis-vertical\"></i>\n </ax-prefix>\n <ax-dropdown-panel>\n <ax-button-item-list>\n @for(tr of vm.secondaryActions();track $index) {\n <ng-container>\n @if(tr.separated && !$first) {\n <ax-divider></ax-divider>\n }\n <ax-button-item\n [text]=\"(tr.title | translate | async)!\"\n class=\"ax-font-semibold ax-text-{{ tr.color }}\"\n (onClick)=\"vm.executeCommand(tr.name)\"\n >\n <ax-prefix>\n <ax-icon [icon]=\"tr.icon\"> </ax-icon>\n </ax-prefix>\n </ax-button-item>\n </ng-container>\n }\n </ax-button-item-list>\n </ax-dropdown-panel>\n </ax-button>\n }\n </div>\n </div>\n\n <ax-data-table\n #grid\n [showFooter]=\"false\"\n class=\"ax-flex-1\"\n [paging]=\"true\"\n [fetchDataMode]=\"'manual'\"\n [loading]=\"{ enabled: true, animation: true }\"\n [dataSource]=\"vm.dataSource\"\n (selectedRowsChange)=\"handleSelectedRowsChange($event)\"\n (onRowDbClick)=\"handleRowDbClick($event)\"\n >\n <ax-select-column fixed=\"start\" [width]=\"'50px'\"></ax-select-column>\n @for(col of vm.columns();track col.name) { @if(col.visible) {\n <axp-widget-column-renderer\n [caption]=\"col.title | translate | async\"\n [node]=\"col.node()\"\n ></axp-widget-column-renderer>\n } } @if(getCommandRowItems().length){\n\n <ax-command-column\n fixed=\"end\"\n [width]=\"getCommandRowItems().length * 60 + 'px'\"\n [items]=\"getCommandRowItems()\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-command-column>\n\n } @if(dropdownRowItems().length){\n <ax-dropdown-command-column\n fixed=\"end\"\n [width]=\"'60px'\"\n [items]=\"getDropdownRowItems\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-dropdown-command-column>\n }\n </ax-data-table>\n </div>\n</div>\n" }]
|
|
502
|
-
}], ctorParameters: () => [{ type: i1$3.AXActionSheetService }, { type: i2$1.AXUnsubscriber }], propDecorators: { vm: [{
|
|
503
|
-
type: Input,
|
|
504
|
-
args: ['viewModel']
|
|
505
|
-
}], grid: [{
|
|
506
|
-
type: ViewChild,
|
|
507
|
-
args: ['grid', { static: true }]
|
|
508
|
-
}] } });
|
|
509
|
-
|
|
510
550
|
/**
|
|
511
551
|
* Generated bundle index. Do not edit.
|
|
512
552
|
*/
|
|
513
553
|
|
|
514
|
-
export { AXPAdminRootLayoutModule, AXPDefaultThemeModule, AXPEntityDetailListViewComponent, AXPRootLayoutComponent, AXPRootLayoutFooterComponent, AXPRootLayoutHeaderComponent, AXPRootLayoutMenuComponent, AXPSettingsMenuComponent, AXPSettingsViewComponent };
|
|
554
|
+
export { AXPAdminRootLayoutModule, AXPDefaultThemeModule, AXPEntityDetailListViewComponent, AXPRootLayoutComponent, AXPRootLayoutFooterComponent, AXPRootLayoutHeaderComponent, AXPRootLayoutMenuComponent, AXPSettingsMenuComponent, AXPSettingsViewComponent, AXPSimplePageLayout };
|
|
515
555
|
//# sourceMappingURL=acorex-platform-themes-default.mjs.map
|