@evotor-dev/ui-kit 7.0.2 → 7.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.
Files changed (128) hide show
  1. package/README.md +114 -121
  2. package/esm2020/icons/category/index.mjs +4 -4
  3. package/esm2020/icons/navigation/index.mjs +3 -3
  4. package/esm2020/icons/system/index.mjs +9 -5
  5. package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +2 -2
  6. package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +2 -2
  7. package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +2 -2
  8. package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +2 -2
  9. package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +1 -1
  10. package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +2 -2
  11. package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +8 -11
  12. package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +7 -11
  13. package/esm2020/lib/components/evo-button/components/evo-button/evo-button.component.mjs +86 -0
  14. package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -0
  15. package/esm2020/lib/components/evo-button/constants/evo-button-themes-map.mjs +31 -0
  16. package/esm2020/lib/components/evo-button/evo-button.module.mjs +9 -14
  17. package/esm2020/lib/components/evo-button/public-api.mjs +4 -2
  18. package/esm2020/lib/components/evo-button/types/evo-button-color.mjs +2 -0
  19. package/esm2020/lib/components/evo-button/types/evo-button-shape.mjs +2 -0
  20. package/esm2020/lib/components/evo-button/types/evo-button-size.mjs +2 -0
  21. package/esm2020/lib/components/evo-button/types/evo-button-theme-params.mjs +2 -0
  22. package/esm2020/lib/components/evo-button/types/evo-button-theme.mjs +2 -0
  23. package/esm2020/lib/components/evo-button/types/index.mjs +6 -0
  24. package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +11 -7
  25. package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +2 -2
  26. package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +2 -2
  27. package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +2 -2
  28. package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +2 -2
  29. package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +2 -2
  30. package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +15 -11
  31. package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +6 -3
  32. package/esm2020/lib/components/evo-input/evo-input.component.mjs +5 -4
  33. package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +2 -2
  34. package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +3 -3
  35. package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +4 -1
  36. package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +17 -8
  37. package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +12 -0
  38. package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +45 -0
  39. package/esm2020/lib/components/evo-navigation-button/index.mjs +2 -0
  40. package/esm2020/lib/components/evo-navigation-button/public-api.mjs +3 -0
  41. package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +2 -2
  42. package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +3 -3
  43. package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +2 -2
  44. package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +2 -2
  45. package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +2 -2
  46. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +6 -5
  47. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +6 -3
  48. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +9 -24
  49. package/esm2020/lib/components/evo-select/evo-select.component.mjs +3 -3
  50. package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +2 -2
  51. package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +2 -2
  52. package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +1 -1
  53. package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +19 -14
  54. package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +8 -18
  55. package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +2 -2
  56. package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +2 -2
  57. package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +2 -2
  58. package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +2 -2
  59. package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +4 -4
  60. package/esm2020/lib/directives/evo-let/evo-let.directive.mjs +10 -1
  61. package/esm2020/public_api.mjs +2 -1
  62. package/fesm2015/evotor-dev-ui-kit-icons-category.mjs +3 -3
  63. package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
  64. package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs +2 -2
  65. package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
  66. package/fesm2015/evotor-dev-ui-kit-icons-system.mjs +9 -5
  67. package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
  68. package/fesm2015/evotor-dev-ui-kit-icons.mjs +13 -9
  69. package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -1
  70. package/fesm2015/evotor-dev-ui-kit.mjs +402 -231
  71. package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -1
  72. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +3 -3
  73. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
  74. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +2 -2
  75. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
  76. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +9 -5
  77. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
  78. package/fesm2020/evotor-dev-ui-kit-icons.mjs +13 -9
  79. package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -1
  80. package/fesm2020/evotor-dev-ui-kit.mjs +401 -231
  81. package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -1
  82. package/icons/category/index.d.ts +3 -3
  83. package/icons/index.d.ts +11 -9
  84. package/icons/navigation/index.d.ts +2 -2
  85. package/icons/system/index.d.ts +8 -4
  86. package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +24 -0
  87. package/lib/components/evo-button/{evo-button.component.d.ts → components/evo-button-old/evo-button-old.component.d.ts} +9 -3
  88. package/lib/components/evo-button/constants/evo-button-themes-map.d.ts +2 -0
  89. package/lib/components/evo-button/evo-button.module.d.ts +6 -4
  90. package/lib/components/evo-button/public-api.d.ts +3 -1
  91. package/lib/components/evo-button/types/evo-button-color.d.ts +5 -0
  92. package/lib/components/evo-button/types/evo-button-shape.d.ts +4 -0
  93. package/lib/components/evo-button/types/evo-button-size.d.ts +5 -0
  94. package/lib/components/evo-button/types/evo-button-theme-params.d.ts +5 -0
  95. package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -0
  96. package/lib/components/evo-button/types/index.d.ts +5 -0
  97. package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +4 -1
  98. package/lib/components/evo-icon/evo-icon.component.d.ts +7 -7
  99. package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +3 -0
  100. package/lib/components/evo-modal/evo-modal.component.d.ts +10 -6
  101. package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +5 -0
  102. package/lib/components/evo-navigation-button/evo-navigation-button.module.d.ts +9 -0
  103. package/lib/components/evo-navigation-button/index.d.ts +1 -0
  104. package/lib/components/evo-navigation-button/public-api.d.ts +2 -0
  105. package/lib/directives/evo-let/evo-let.directive.d.ts +16 -0
  106. package/package.json +6 -1
  107. package/public_api.d.ts +1 -0
  108. package/styles/components/evo-button.scss +233 -233
  109. package/styles/components/evo-chip.scss +167 -169
  110. package/styles/components/evo-table.scss +42 -42
  111. package/styles/components/evo-title.scss +23 -23
  112. package/styles/globals.scss +78 -67
  113. package/styles/main.scss +24 -19
  114. package/styles/mixins/_evo-input-mixins.scss +74 -0
  115. package/styles/mixins/_evo-text-button-mixin.scss +24 -0
  116. package/styles/mixins/_evo-text-caption-mixin.scss +26 -0
  117. package/styles/mixins/_evo-text-field-mixin.scss +36 -0
  118. package/styles/mixins/_evo-text-header-mixin.scss +62 -0
  119. package/styles/mixins/_evo-text-mobile-header-mixin.scss +34 -0
  120. package/styles/mixins/_evo-text-paragraph-mixin.scss +34 -0
  121. package/styles/mixins/_evo-text-subtitle-mixin.scss +20 -0
  122. package/styles/mixins/_evo-text-tips-mixin.scss +9 -0
  123. package/styles/mixins/_media-mixins.scss +38 -0
  124. package/styles/mixins.scss +96 -210
  125. package/styles/partials/_fonts.scss +2 -0
  126. package/styles/partials/_typography.scss +135 -0
  127. package/styles/variables.scss +140 -137
  128. package/esm2020/lib/components/evo-button/evo-button.component.mjs +0 -82
@@ -0,0 +1,135 @@
1
+ @import '../mixins';
2
+
3
+ .evo-text-field {
4
+ &_label {
5
+ @include evo-text-field(label);
6
+ }
7
+
8
+ &_placeholder {
9
+ @include evo-text-field(placeholder);
10
+ }
11
+
12
+ &_placeholder-bold {
13
+ @include evo-text-field(placeholder-bold);
14
+ }
15
+
16
+ &_hint {
17
+ @include evo-text-field(hint);
18
+ }
19
+
20
+ &_error {
21
+ @include evo-text-field(error);
22
+ }
23
+ }
24
+
25
+ .evo-text-paragraph {
26
+ &_p1 {
27
+ @include evo-text-paragraph(p1);
28
+ }
29
+
30
+ &_p2 {
31
+ @include evo-text-paragraph(p2);
32
+ }
33
+
34
+ &_p3 {
35
+ @include evo-text-paragraph(p3);
36
+ }
37
+
38
+ &_p4 {
39
+ @include evo-text-paragraph(p4);
40
+ }
41
+
42
+ &_p5 {
43
+ @include evo-text-paragraph(p5);
44
+ }
45
+
46
+ &_tips {
47
+ @include evo-text-paragraph(tips);
48
+ }
49
+ }
50
+
51
+ .evo-text-caption {
52
+ &_c1 {
53
+ @include evo-text-caption(c1);
54
+ }
55
+
56
+ &_c2 {
57
+ @include evo-text-caption(c2);
58
+ }
59
+
60
+ &_c3 {
61
+ @include evo-text-caption(c3);
62
+ }
63
+ }
64
+
65
+ .evo-text-subtitle {
66
+ &_s1 {
67
+ @include evo-text-subtitle(s1);
68
+ }
69
+
70
+ &_s2 {
71
+ @include evo-text-subtitle(s2);
72
+ }
73
+ }
74
+
75
+ .evo-text-header {
76
+ &_h1 {
77
+ @include evo-text-header(h1);
78
+ }
79
+
80
+ &_h2 {
81
+ @include evo-text-header(h2);
82
+ }
83
+
84
+ &_h3 {
85
+ @include evo-text-header(h3);
86
+ }
87
+
88
+ &_h4 {
89
+ @include evo-text-header(h4);
90
+ }
91
+
92
+ &_h5 {
93
+ @include evo-text-header(h5);
94
+ }
95
+ }
96
+
97
+ .evo-text-mobile-header {
98
+ &_h1 {
99
+ @include evo-text-mobile-header(h1);
100
+ }
101
+
102
+ &_h2 {
103
+ @include evo-text-mobile-header(h2);
104
+ }
105
+
106
+ &_h3 {
107
+ @include evo-text-mobile-header(h3);
108
+ }
109
+
110
+ &_h4 {
111
+ @include evo-text-mobile-header(h4);
112
+ }
113
+
114
+ &_h5 {
115
+ @include evo-text-mobile-header(h5);
116
+ }
117
+ }
118
+
119
+ .evo-text-tips {
120
+ @include evo-text-tips;
121
+ }
122
+
123
+ .evo-text-button {
124
+ &_b1 {
125
+ @include evo-text-button(b1);
126
+ }
127
+
128
+ &_b2 {
129
+ @include evo-text-button(b2);
130
+ }
131
+
132
+ &_b3 {
133
+ @include evo-text-button(b3);
134
+ }
135
+ }
@@ -1,137 +1,140 @@
1
- /* colors*/
2
- $color-primary: #F05023; /* Primary color*/
3
- $color-secondary: #231F20; /* Secondary color*/
4
- $color-success: #21C68B; /* Accent color*/
5
- $color-secondary-light: #403C3D; /* Secondary color light*/
6
- $color-secondary-lighter: #74706F;
7
- $color-bonus: #C72AAE; /* Bonus color*/
8
- $color-background-grey: #F4F6F8; /* Background color*/
9
- $color-background-50: #F9FAFB;
10
- $color-highlight: #FFF8E6; /* Highlight color*/
11
- $color-rating: #F2C94C; /* Rating color*/
12
- $color-primary-light: #FF6433; /* Primary color light*/
13
- $color-icon-light: #BEDCE3; /* Icon color light*/
14
- $color-icon-dark: #91B1B8; /* Icon color dark*/
15
- $color-disabled: #D6D6D6; /* Disabled color*/
16
- $color-text: #212121; /* Text color*/
17
- $color-text-grey: #727272; /* Secondary text color*/
18
- $color-caption-text: #9B9B9B; /* Caption text color*/
19
- $color-link: #2099F1; /* Links color*/
20
- $color-error: #FF1817; /* Error color*/
21
- $color-danger: #FF6F6F; /* Notification color*/
22
- $color-white: #FFFFFF; /* White color*/
23
- $color-white-hover: #FDFDFE;
24
- $color-grey: #F4F6F8;
25
- $color-dark-grey: #494D59;
26
- $color-black: #000000; /**/
27
- $color-info: #E6F9FF; /* Note blue*/
28
- $color-note-success: #E4F8F1; /* Note green*/
29
- $color-note-error: #FFE8E8; /* Note error*/
30
-
31
- $color-primary-hover: #f3734f;
32
- $color-primary-active: #d8481f;
33
-
34
- $color-success-hover: #4dd1a2;
35
- $color-success-active: #1eb27d;
36
-
37
- $color-bonus-hover: #d255bd;
38
- $color-bonus-active: #b3269d;
39
-
40
- $color-link-hover: #4DADF4;
41
- $color-link-active: #1D8AD9;
42
-
43
- $color-error-hover: #ff4645;
44
- $color-error-active: #E51715;
45
-
46
- $color-grey-hover: #F6F8F9;
47
- $color-grey-active: #DCDDDF;
48
-
49
- $color-icon-dark-hover: #a7c1c6;
50
- $color-icon-dark-active: #829fa6;
51
-
52
- $color-graph-1: #EB5365;
53
- $color-graph-2: #9474C9;
54
- $color-graph-3: #41B2E5;
55
- $color-graph-4: #3CCFCF;
56
- $color-graph-5: #B7CE2C;
57
- $color-graph-6: #F4D221;
58
- $color-graph-7: #F0A042;
59
- $color-graph-8: #F87550;
60
- $color-graph-9: #847474;
61
- $color-graph-10: #7A96A5;
62
-
63
- /* deprecated*/
64
- $color-dark: $color-text;
65
- $color-background-dark: $color-secondary;
66
- $color-background-dark: $color-secondary;
67
- $color-secondary-2: $color-icon-dark;
68
- $color-text-subscription: $color-caption-text;
69
-
70
- /* shadows*/
71
- /* ------------------------------------------------------------*/
72
- $shadow-1dp: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
73
- $shadow-2dp: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
74
- $shadow-4dp: 0px 1px 10px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
75
- $shadow-8dp: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
76
- $shadow-16dp: 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14);
77
- $shadow-soft: 0px 16px 48px rgba(0, 0, 0, 0.02), 0px 12px 32px rgba(0, 0, 0, 0.04), 0px 8px 24px rgba(0, 0, 0, 0.08);
78
- $shadow-soft-small: 0px 16px 24px rgba(0, 0, 0, 0.02), 0px 6px 16px rgba(0, 0, 0, 0.04), 0px 4px 12px rgba(0, 0, 0, 0.08);
79
-
80
- /* fonts*/
81
- /* ------------------------------------------------------------*/
82
- $font-fallback: "Helvetica Neue", Arial, sans-serif;
83
- $font: "Noto Sans", "Open Sans", $font-fallback;
84
- $font-secondary: "Ubuntu", $font-fallback;
85
-
86
- $font-size: 14px;
87
- $line-height: 22px;
88
-
89
- /* media variables*/
90
- /* ------------------------------------------------------------*/
91
- $media-mobile: 500px;
92
- $media-tablet: 768px;
93
- $media-desktop-s: 992px;
94
- $media-desktop-m: 1200px;
95
- $media-desktop-l: 1680px;
96
- $media-desktop-xl: 2500px;
97
-
98
- /* layout sizes*/
99
- /* ------------------------------------------------------------*/
100
- $header-height: 80px;
101
- $smartappbanner-height: 80px;
102
-
103
- /* offsets*/
104
- /* ------------------------------------------------------------*/
105
- $distance-large: 40px;
106
- $distance-medium: 30px;
107
- $distance-small: 20px;
108
- $distance-micro: 10px;
109
-
110
- /* grid settings*/
111
- /* ------------------------------------------------------------*/
112
- $grid-container-max-width-mobile: 100%;
113
- $grid-container-max-width-tablet: 750px;
114
- $grid-container-max-width-desktop-s: 970px;
115
- $grid-container-max-width-desktop-m: 1170px;
116
- $grid-container-max-width-desktop-l: 1220px;
117
- $grid-container-max-width-desktop-xl: 1600px;
118
-
119
- $grid-container-hor-gap-mobile: 15px;
120
- $grid-container-hor-gap-tablet: 15px;
121
- $grid-container-hor-gap-desktop-s: 15px;
122
- $grid-container-hor-gap-desktop-m: 15px;
123
- $grid-container-hor-gap-desktop-l: 40px;
124
- $grid-container-hor-gap-desktop-xl: 40px;
125
-
126
- /* applications*/
127
- /* ------------------------------------------------------------*/
128
- $app-card-width: 190px;
129
- $app-card-height: 358px;
130
- $app-card-hor-gap: 30px;
131
- $app-card-ver-gap: 20px;
132
- $app-card-border-radius: 6px;
133
-
134
- $app-card-bundle-width: 300px;
135
-
136
- $app-card-portrait-width: 290px;
137
- $app-card-portrait-height: 140px;
1
+ /* colors*/
2
+ $color-primary: #F05023; /* Primary color*/
3
+ $color-secondary: #231F20; /* Secondary color*/
4
+ $color-success: #21C68B; /* Accent color*/
5
+ $color-secondary-light: #403C3D; /* Secondary color light*/
6
+ $color-secondary-lighter: #74706F; /* Secondary Lighter color*/
7
+ $color-bonus: #C72AAE; /* Bonus color*/
8
+ $color-background-grey: #F4F6F8; /* Background Regular color*/
9
+ $color-background-grey-light: #F9FAFB; /* Background Light color*/
10
+ $color-background-grey-dark: #E1ECEF; /* Background Dark color*/
11
+ $color-highlight: #FFF8E6; /* Highlight color*/
12
+ $color-rating: #F2C94C; /* Rating color*/
13
+ $color-primary-light: #FF6433; /* Primary color light*/
14
+ $color-icon-light: #BEDCE3; /* Icon color light*/
15
+ $color-icon-dark: #91B1B8; /* Icon color dark*/
16
+ $color-disabled: #C6C6C6; /* Disabled color*/
17
+ $color-disabled-text: #B0B0B0; /* Disabled Text*/
18
+ $color-disabled-light: #E3E3E3; /* Disabled Light*/
19
+ $color-text: #212121; /* Text color*/
20
+ $color-text-grey: #727272; /* Secondary text color*/
21
+ $color-caption-text: #9B9B9B; /* Caption text color*/
22
+ $color-link: #0986E2; /* Links color*/
23
+ $color-error: #FF1817; /* Error color*/
24
+ $color-danger: #FF6F6F; /* Notification color*/
25
+ $color-white: #FFFFFF; /* White color*/
26
+ $color-white-hover: #FDFDFE;
27
+ $color-dark-grey: #494D59;
28
+ $color-black: #000000; /**/
29
+ $color-info: #E6F9FF; /* Note blue*/
30
+ $color-note-success: #E4F8F1; /* Note green*/
31
+ $color-note-error: #FFE8E8; /* Note error*/
32
+
33
+ $color-primary-hover: #f3734f;
34
+ $color-primary-active: #d8481f;
35
+
36
+ $color-success-hover: #4dd1a2;
37
+ $color-success-active: #1eb27d;
38
+
39
+ $color-bonus-hover: #d255bd;
40
+ $color-bonus-active: #b3269d;
41
+
42
+ $color-link-hover: #3A9EE8;
43
+ $color-link-active: #0879CB;
44
+
45
+ $color-error-hover: #ff4645;
46
+ $color-error-active: #E51715;
47
+
48
+ $color-grey-hover: #F6F8F9;
49
+ $color-grey-active: #DCDDDF;
50
+
51
+ $color-icon-dark-hover: #a7c1c6;
52
+ $color-icon-dark-active: #829fa6;
53
+
54
+ $color-graph-1: #EB5365;
55
+ $color-graph-2: #9474C9;
56
+ $color-graph-3: #41B2E5;
57
+ $color-graph-4: #3CCFCF;
58
+ $color-graph-5: #B7CE2C;
59
+ $color-graph-6: #F4D221;
60
+ $color-graph-7: #F0A042;
61
+ $color-graph-8: #F87550;
62
+ $color-graph-9: #847474;
63
+ $color-graph-10: #7A96A5;
64
+
65
+ /* deprecated*/
66
+ $color-dark: $color-text; /* deprecated, use $color-text */
67
+ $color-background-dark: $color-secondary; /* deprecated, use $color-secondary */
68
+ $color-secondary-2: $color-icon-dark; /* deprecated, use $color-icon-dark */
69
+ $color-text-subscription: $color-caption-text; /* deprecated, use $color-caption-text */
70
+ $color-background-50: $color-background-grey-light; /* deprecated, use $color-background-grey-light */
71
+ $color-grey: $color-background-grey; /* deprecated, use $color-background-grey */
72
+
73
+ /* shadows*/
74
+ /* ------------------------------------------------------------*/
75
+ $shadow-1dp: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
76
+ $shadow-2dp: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
77
+ $shadow-4dp: 0px 1px 10px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
78
+ $shadow-8dp: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
79
+ $shadow-16dp: 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14);
80
+ $shadow-soft: 0px 16px 48px rgba(0, 0, 0, 0.02), 0px 12px 32px rgba(0, 0, 0, 0.04), 0px 8px 24px rgba(0, 0, 0, 0.08);
81
+ $shadow-soft-small: 0px 16px 24px rgba(0, 0, 0, 0.02), 0px 6px 16px rgba(0, 0, 0, 0.04), 0px 4px 12px rgba(0, 0, 0, 0.08);
82
+
83
+ /* fonts*/
84
+ /* ------------------------------------------------------------*/
85
+ $font-fallback: "Helvetica Neue", Arial, sans-serif;
86
+ $font: "Noto Sans", "Open Sans", $font-fallback;
87
+ $font-secondary: "Ubuntu", $font-fallback;
88
+
89
+ $font-size: 14px;
90
+ $line-height: 22px;
91
+
92
+ /* media variables*/
93
+ /* ------------------------------------------------------------*/
94
+ $media-mobile: 500px;
95
+ $media-tablet: 768px;
96
+ $media-desktop-s: 992px;
97
+ $media-desktop-m: 1200px;
98
+ $media-desktop-l: 1680px;
99
+ $media-desktop-xl: 2500px;
100
+
101
+ /* layout sizes*/
102
+ /* ------------------------------------------------------------*/
103
+ $header-height: 80px;
104
+ $smartappbanner-height: 80px;
105
+
106
+ /* offsets*/
107
+ /* ------------------------------------------------------------*/
108
+ $distance-large: 40px;
109
+ $distance-medium: 30px;
110
+ $distance-small: 20px;
111
+ $distance-micro: 10px;
112
+
113
+ /* grid settings*/
114
+ /* ------------------------------------------------------------*/
115
+ $grid-container-max-width-mobile: 100%;
116
+ $grid-container-max-width-tablet: 750px;
117
+ $grid-container-max-width-desktop-s: 970px;
118
+ $grid-container-max-width-desktop-m: 1170px;
119
+ $grid-container-max-width-desktop-l: 1220px;
120
+ $grid-container-max-width-desktop-xl: 1600px;
121
+
122
+ $grid-container-hor-gap-mobile: 15px;
123
+ $grid-container-hor-gap-tablet: 15px;
124
+ $grid-container-hor-gap-desktop-s: 15px;
125
+ $grid-container-hor-gap-desktop-m: 15px;
126
+ $grid-container-hor-gap-desktop-l: 40px;
127
+ $grid-container-hor-gap-desktop-xl: 40px;
128
+
129
+ /* applications*/
130
+ /* ------------------------------------------------------------*/
131
+ $app-card-width: 190px;
132
+ $app-card-height: 358px;
133
+ $app-card-hor-gap: 30px;
134
+ $app-card-ver-gap: 20px;
135
+ $app-card-border-radius: 6px;
136
+
137
+ $app-card-bundle-width: 300px;
138
+
139
+ $app-card-portrait-width: 290px;
140
+ $app-card-portrait-height: 140px;
@@ -1,82 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../../directives/evo-ui-class.directive";
4
- import * as i2 from "@angular/common";
5
- export var EvoButtonSizes;
6
- (function (EvoButtonSizes) {
7
- EvoButtonSizes["small"] = "small";
8
- EvoButtonSizes["large"] = "large";
9
- })(EvoButtonSizes || (EvoButtonSizes = {}));
10
- export var EvoButtonStyles;
11
- (function (EvoButtonStyles) {
12
- EvoButtonStyles["lined"] = "lined";
13
- EvoButtonStyles["darkblue"] = "darkblue";
14
- EvoButtonStyles["darkblueLined"] = "darkblue-lined";
15
- EvoButtonStyles["green"] = "green";
16
- EvoButtonStyles["greenlined"] = "green-lined";
17
- EvoButtonStyles["purple"] = "purple";
18
- EvoButtonStyles["red"] = "red";
19
- })(EvoButtonStyles || (EvoButtonStyles = {}));
20
- export class EvoButtonComponent {
21
- constructor(elRef) {
22
- this.elRef = elRef;
23
- this._disabled = false;
24
- this._loading = false;
25
- }
26
- set disabled(value) {
27
- this._disabled = value;
28
- if (!this.loading) {
29
- this.elRef.nativeElement.disabled = value;
30
- }
31
- }
32
- set loading(value) {
33
- this._loading = value;
34
- if (!this.disabled) {
35
- this.elRef.nativeElement.disabled = value;
36
- }
37
- }
38
- get disabled() {
39
- return this._disabled;
40
- }
41
- get loading() {
42
- return this._loading;
43
- }
44
- get totalClasses() {
45
- const classes = [];
46
- if (this.size) {
47
- classes.push(this.size);
48
- }
49
- if (this.color) {
50
- classes.push(this.color);
51
- }
52
- if (this.loading) {
53
- classes.push('loading');
54
- }
55
- if (this.disabled) {
56
- classes.push('disabled');
57
- }
58
- return classes;
59
- }
60
- get totalStyles() {
61
- const result = {};
62
- if (this.loading) {
63
- result['visibility'] = 'hidden';
64
- }
65
- return result;
66
- }
67
- }
68
- EvoButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoButtonComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
69
- EvoButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoButtonComponent, selector: "evo-button, button[evo-button]", inputs: { color: "color", size: "size", disabled: "disabled", loading: "loading" }, ngImport: i0, template: "<div class=\"evo-button\" [evoUiClass]=\"totalClasses\">\n <span [ngStyle]=\"totalStyles\">\n <ng-content></ng-content>\n </span>\n <span *ngIf=\"loading\" class=\"evo-button__dots\">\n <span class=\"evo-button__dot\"></span>\n <span class=\"evo-button__dot\"></span>\n <span class=\"evo-button__dot\"></span>\n </span>\n</div>\n", styles: ["@keyframes evo-fx-blink{50%{transform:scale(1);opacity:1}to{opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:50vw 50%}to{background-position:100vw 50%}}.evo-button{display:flex;justify-content:center;align-items:center;min-width:96px;height:40px;padding:0 24px;color:#fff;font-weight:500;font-size:16px;font-family:Ubuntu,Helvetica Neue,Arial,sans-serif;line-height:1;white-space:nowrap;text-align:center;text-transform:uppercase;background:#F05023 none;border:solid 1px transparent;border-radius:30px;outline:none;cursor:pointer;transition:background-color .3s,color .3s,border .3s;-webkit-user-select:none;user-select:none}.evo-button:hover{color:#fff;background-color:#f3734f}.evo-button:active,.evo-button:focus{color:#fff;background-color:#d8481f;outline:none}.evo-button:disabled,.evo-button_disabled{color:#fff!important;background:rgba(0,0,0,.16)!important;border-color:transparent!important;pointer-events:none}.evo-button_lined{color:#f05023;background-color:#fff;border:1px solid #F05023}.evo-button_lined:hover{color:#fff;background-color:#f05023}.evo-button_lined:active,.evo-button_lined:focus{color:#fff;background-color:#d8481f;border-color:#d8481f}.evo-button_darkblue{background-color:#546e7a}.evo-button_darkblue:hover{background-color:#7596a5}.evo-button_darkblue:active,.evo-button_darkblue:focus{background-color:#283239}.evo-button_darkblue-lined{color:#403c3d;background-color:#fff;border:1px solid #403C3D}.evo-button_darkblue-lined:hover{color:#fff;background-color:#403c3d}.evo-button_darkblue-lined:active,.evo-button_darkblue-lined:focus{color:#fff;background-color:#343031;border-color:#343031}.evo-button_green{background-color:#21c68b}.evo-button_green:hover{background-color:#4cd2a2}.evo-button_green:active,.evo-button_green:focus{background-color:#1c9e6e}.evo-button_green-lined{color:#21c68b;background-color:#fff;border:1px solid #21C68B}.evo-button_green-lined:hover{color:#fff;background-color:#21c68b}.evo-button_green-lined:active,.evo-button_green-lined:focus{color:#fff;background-color:#1c9e6e;border-color:#1c9e6e}.evo-button_red{color:#fff;background-color:#ff1817}.evo-button_red:hover{background-color:#ff4645}.evo-button_red:active,.evo-button_red:focus{background-color:#e51715}.evo-button_purple{background-color:#c72aae}.evo-button_purple:hover{background-color:#d255be}.evo-button_purple:active,.evo-button_purple:focus{background-color:#9f228b}.evo-button_white{background-color:transparent;border:1px solid #FFFFFF}.evo-button_white:hover{color:#403c3d;background-color:#fff}.evo-button_white:active,.evo-button_white:focus{color:#fff;background-color:transparent}.evo-button_small{min-width:72px;height:32px;padding:0 16px;font-size:14px}.evo-button_large{min-width:120px;height:56px;padding:0 40px;font-size:18px}.evo-button_icon{display:inline-flex;align-items:center;padding-right:22px;padding-left:22px}.evo-button_loading{position:relative;pointer-events:none}.evo-button__dots{position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-30px}.evo-button__dot{float:left;width:10px;height:10px;margin:0 5px;background:currentColor;border-radius:50%;transform:scale(0);animation:evo-fx-blink 1s ease infinite 0ms}.evo-button__dot:nth-child(2){animation:evo-fx-blink 1s ease infinite .3s}.evo-button__dot:nth-child(3){animation:evo-fx-blink 1s ease infinite .6s}:host{display:inline-block;margin:0;padding:0;vertical-align:top;background:none;border:0;outline:none}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoButtonComponent, decorators: [{
71
- type: Component,
72
- args: [{ selector: 'evo-button, button[evo-button]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"evo-button\" [evoUiClass]=\"totalClasses\">\n <span [ngStyle]=\"totalStyles\">\n <ng-content></ng-content>\n </span>\n <span *ngIf=\"loading\" class=\"evo-button__dots\">\n <span class=\"evo-button__dot\"></span>\n <span class=\"evo-button__dot\"></span>\n <span class=\"evo-button__dot\"></span>\n </span>\n</div>\n", styles: ["@keyframes evo-fx-blink{50%{transform:scale(1);opacity:1}to{opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:50vw 50%}to{background-position:100vw 50%}}.evo-button{display:flex;justify-content:center;align-items:center;min-width:96px;height:40px;padding:0 24px;color:#fff;font-weight:500;font-size:16px;font-family:Ubuntu,Helvetica Neue,Arial,sans-serif;line-height:1;white-space:nowrap;text-align:center;text-transform:uppercase;background:#F05023 none;border:solid 1px transparent;border-radius:30px;outline:none;cursor:pointer;transition:background-color .3s,color .3s,border .3s;-webkit-user-select:none;user-select:none}.evo-button:hover{color:#fff;background-color:#f3734f}.evo-button:active,.evo-button:focus{color:#fff;background-color:#d8481f;outline:none}.evo-button:disabled,.evo-button_disabled{color:#fff!important;background:rgba(0,0,0,.16)!important;border-color:transparent!important;pointer-events:none}.evo-button_lined{color:#f05023;background-color:#fff;border:1px solid #F05023}.evo-button_lined:hover{color:#fff;background-color:#f05023}.evo-button_lined:active,.evo-button_lined:focus{color:#fff;background-color:#d8481f;border-color:#d8481f}.evo-button_darkblue{background-color:#546e7a}.evo-button_darkblue:hover{background-color:#7596a5}.evo-button_darkblue:active,.evo-button_darkblue:focus{background-color:#283239}.evo-button_darkblue-lined{color:#403c3d;background-color:#fff;border:1px solid #403C3D}.evo-button_darkblue-lined:hover{color:#fff;background-color:#403c3d}.evo-button_darkblue-lined:active,.evo-button_darkblue-lined:focus{color:#fff;background-color:#343031;border-color:#343031}.evo-button_green{background-color:#21c68b}.evo-button_green:hover{background-color:#4cd2a2}.evo-button_green:active,.evo-button_green:focus{background-color:#1c9e6e}.evo-button_green-lined{color:#21c68b;background-color:#fff;border:1px solid #21C68B}.evo-button_green-lined:hover{color:#fff;background-color:#21c68b}.evo-button_green-lined:active,.evo-button_green-lined:focus{color:#fff;background-color:#1c9e6e;border-color:#1c9e6e}.evo-button_red{color:#fff;background-color:#ff1817}.evo-button_red:hover{background-color:#ff4645}.evo-button_red:active,.evo-button_red:focus{background-color:#e51715}.evo-button_purple{background-color:#c72aae}.evo-button_purple:hover{background-color:#d255be}.evo-button_purple:active,.evo-button_purple:focus{background-color:#9f228b}.evo-button_white{background-color:transparent;border:1px solid #FFFFFF}.evo-button_white:hover{color:#403c3d;background-color:#fff}.evo-button_white:active,.evo-button_white:focus{color:#fff;background-color:transparent}.evo-button_small{min-width:72px;height:32px;padding:0 16px;font-size:14px}.evo-button_large{min-width:120px;height:56px;padding:0 40px;font-size:18px}.evo-button_icon{display:inline-flex;align-items:center;padding-right:22px;padding-left:22px}.evo-button_loading{position:relative;pointer-events:none}.evo-button__dots{position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-30px}.evo-button__dot{float:left;width:10px;height:10px;margin:0 5px;background:currentColor;border-radius:50%;transform:scale(0);animation:evo-fx-blink 1s ease infinite 0ms}.evo-button__dot:nth-child(2){animation:evo-fx-blink 1s ease infinite .3s}.evo-button__dot:nth-child(3){animation:evo-fx-blink 1s ease infinite .6s}:host{display:inline-block;margin:0;padding:0;vertical-align:top;background:none;border:0;outline:none}\n"] }]
73
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { color: [{
74
- type: Input
75
- }], size: [{
76
- type: Input
77
- }], disabled: [{
78
- type: Input
79
- }], loading: [{
80
- type: Input
81
- }] } });
82
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tYnV0dG9uL2V2by1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWJ1dHRvbi9ldm8tYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQWMsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBRXRGLE1BQU0sQ0FBTixJQUFZLGNBR1g7QUFIRCxXQUFZLGNBQWM7SUFDdEIsaUNBQWUsQ0FBQTtJQUNmLGlDQUFlLENBQUE7QUFDbkIsQ0FBQyxFQUhXLGNBQWMsS0FBZCxjQUFjLFFBR3pCO0FBRUQsTUFBTSxDQUFOLElBQVksZUFRWDtBQVJELFdBQVksZUFBZTtJQUN2QixrQ0FBZSxDQUFBO0lBQ2Ysd0NBQXFCLENBQUE7SUFDckIsbURBQWdDLENBQUE7SUFDaEMsa0NBQWUsQ0FBQTtJQUNmLDZDQUEwQixDQUFBO0lBQzFCLG9DQUFpQixDQUFBO0lBQ2pCLDhCQUFXLENBQUE7QUFDZixDQUFDLEVBUlcsZUFBZSxLQUFmLGVBQWUsUUFRMUI7QUFRRCxNQUFNLE9BQU8sa0JBQWtCO0lBdUIzQixZQUFvQixLQUFpQjtRQUFqQixVQUFLLEdBQUwsS0FBSyxDQUFZO1FBSDdCLGNBQVMsR0FBRyxLQUFLLENBQUM7UUFDbEIsYUFBUSxHQUFHLEtBQUssQ0FBQztJQUd6QixDQUFDO0lBcEJELElBQWEsUUFBUSxDQUFDLEtBQWM7UUFDaEMsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7UUFFdkIsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDZixJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1NBQzdDO0lBQ0wsQ0FBQztJQUVELElBQWEsT0FBTyxDQUFDLEtBQWM7UUFDL0IsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUM7UUFFdEIsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUU7WUFDaEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQztTQUM3QztJQUNMLENBQUM7SUFRRCxJQUFJLFFBQVE7UUFDUixPQUFPLElBQUksQ0FBQyxTQUFTLENBQUM7SUFDMUIsQ0FBQztJQUVELElBQUksT0FBTztRQUNQLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUN6QixDQUFDO0lBRUQsSUFBSSxZQUFZO1FBQ1osTUFBTSxPQUFPLEdBQWEsRUFBRSxDQUFDO1FBRTdCLElBQUksSUFBSSxDQUFDLElBQUksRUFBRTtZQUNYLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzNCO1FBRUQsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFO1lBQ1osT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDNUI7UUFFRCxJQUFJLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDZCxPQUFPLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1NBQzNCO1FBRUQsSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFO1lBQ2YsT0FBTyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztTQUM1QjtRQUVELE9BQU8sT0FBTyxDQUFDO0lBQ25CLENBQUM7SUFFRCxJQUFJLFdBQVc7UUFDWCxNQUFNLE1BQU0sR0FBRyxFQUFFLENBQUM7UUFFbEIsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQ2QsTUFBTSxDQUFFLFlBQVksQ0FBRSxHQUFHLFFBQVEsQ0FBQztTQUNyQztRQUVELE9BQU8sTUFBTSxDQUFDO0lBQ2xCLENBQUM7OytHQWhFUSxrQkFBa0I7bUdBQWxCLGtCQUFrQiwwSkN2Qi9CLG1YQVVBOzJGRGFhLGtCQUFrQjtrQkFOOUIsU0FBUzsrQkFDSSxnQ0FBZ0MsbUJBR3pCLHVCQUF1QixDQUFDLE1BQU07aUdBR3RDLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBRU8sUUFBUTtzQkFBcEIsS0FBSztnQkFRTyxPQUFPO3NCQUFuQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRWxlbWVudFJlZiwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IGVudW0gRXZvQnV0dG9uU2l6ZXMge1xuICAgIHNtYWxsID0gJ3NtYWxsJyxcbiAgICBsYXJnZSA9ICdsYXJnZScsXG59XG5cbmV4cG9ydCBlbnVtIEV2b0J1dHRvblN0eWxlcyB7XG4gICAgbGluZWQgPSAnbGluZWQnLFxuICAgIGRhcmtibHVlID0gJ2RhcmtibHVlJyxcbiAgICBkYXJrYmx1ZUxpbmVkID0gJ2RhcmtibHVlLWxpbmVkJyxcbiAgICBncmVlbiA9ICdncmVlbicsXG4gICAgZ3JlZW5saW5lZCA9ICdncmVlbi1saW5lZCcsXG4gICAgcHVycGxlID0gJ3B1cnBsZScsXG4gICAgcmVkID0gJ3JlZCcsXG59XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXZvLWJ1dHRvbiwgYnV0dG9uW2V2by1idXR0b25dJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXZvLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbICcuL2V2by1idXR0b24uY29tcG9uZW50LnNjc3MnIF0sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEV2b0J1dHRvbkNvbXBvbmVudCB7XG4gICAgQElucHV0KCkgY29sb3I6IEV2b0J1dHRvblN0eWxlcztcbiAgICBASW5wdXQoKSBzaXplOiBFdm9CdXR0b25TaXplcztcblxuICAgIEBJbnB1dCgpIHNldCBkaXNhYmxlZCh2YWx1ZTogYm9vbGVhbikge1xuICAgICAgICB0aGlzLl9kaXNhYmxlZCA9IHZhbHVlO1xuXG4gICAgICAgIGlmICghdGhpcy5sb2FkaW5nKSB7XG4gICAgICAgICAgICB0aGlzLmVsUmVmLm5hdGl2ZUVsZW1lbnQuZGlzYWJsZWQgPSB2YWx1ZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIEBJbnB1dCgpIHNldCBsb2FkaW5nKHZhbHVlOiBib29sZWFuKSB7XG4gICAgICAgIHRoaXMuX2xvYWRpbmcgPSB2YWx1ZTtcblxuICAgICAgICBpZiAoIXRoaXMuZGlzYWJsZWQpIHtcbiAgICAgICAgICAgIHRoaXMuZWxSZWYubmF0aXZlRWxlbWVudC5kaXNhYmxlZCA9IHZhbHVlO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBfZGlzYWJsZWQgPSBmYWxzZTtcbiAgICBwcml2YXRlIF9sb2FkaW5nID0gZmFsc2U7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsUmVmOiBFbGVtZW50UmVmKSB7XG4gICAgfVxuXG4gICAgZ2V0IGRpc2FibGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fZGlzYWJsZWQ7XG4gICAgfVxuXG4gICAgZ2V0IGxvYWRpbmcoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLl9sb2FkaW5nO1xuICAgIH1cblxuICAgIGdldCB0b3RhbENsYXNzZXMoKTogc3RyaW5nW10ge1xuICAgICAgICBjb25zdCBjbGFzc2VzOiBzdHJpbmdbXSA9IFtdO1xuXG4gICAgICAgIGlmICh0aGlzLnNpemUpIHtcbiAgICAgICAgICAgIGNsYXNzZXMucHVzaCh0aGlzLnNpemUpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuY29sb3IpIHtcbiAgICAgICAgICAgIGNsYXNzZXMucHVzaCh0aGlzLmNvbG9yKTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICh0aGlzLmxvYWRpbmcpIHtcbiAgICAgICAgICAgIGNsYXNzZXMucHVzaCgnbG9hZGluZycpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuZGlzYWJsZWQpIHtcbiAgICAgICAgICAgIGNsYXNzZXMucHVzaCgnZGlzYWJsZWQnKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBjbGFzc2VzO1xuICAgIH1cblxuICAgIGdldCB0b3RhbFN0eWxlcygpOiB7IFsgc3R5bGVLZXk6IHN0cmluZyBdOiBhbnkgfSB7XG4gICAgICAgIGNvbnN0IHJlc3VsdCA9IHt9O1xuXG4gICAgICAgIGlmICh0aGlzLmxvYWRpbmcpIHtcbiAgICAgICAgICAgIHJlc3VsdFsgJ3Zpc2liaWxpdHknIF0gPSAnaGlkZGVuJztcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImV2by1idXR0b25cIiBbZXZvVWlDbGFzc109XCJ0b3RhbENsYXNzZXNcIj5cbiAgICA8c3BhbiBbbmdTdHlsZV09XCJ0b3RhbFN0eWxlc1wiPlxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPC9zcGFuPlxuICAgIDxzcGFuICpuZ0lmPVwibG9hZGluZ1wiIGNsYXNzPVwiZXZvLWJ1dHRvbl9fZG90c1wiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImV2by1idXR0b25fX2RvdFwiPjwvc3Bhbj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJldm8tYnV0dG9uX19kb3RcIj48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiZXZvLWJ1dHRvbl9fZG90XCI+PC9zcGFuPlxuICAgIDwvc3Bhbj5cbjwvZGl2PlxuIl19