@evotor-dev/ui-kit 7.0.3 → 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.
- package/README.md +114 -121
- package/esm2020/icons/category/index.mjs +4 -4
- package/esm2020/icons/navigation/index.mjs +3 -3
- package/esm2020/icons/system/index.mjs +9 -5
- package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +2 -2
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +1 -1
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +2 -2
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +8 -11
- package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +7 -11
- package/esm2020/lib/components/evo-button/components/evo-button/evo-button.component.mjs +86 -0
- package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -0
- package/esm2020/lib/components/evo-button/constants/evo-button-themes-map.mjs +31 -0
- package/esm2020/lib/components/evo-button/evo-button.module.mjs +9 -14
- package/esm2020/lib/components/evo-button/public-api.mjs +4 -2
- package/esm2020/lib/components/evo-button/types/evo-button-color.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-shape.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-size.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-theme-params.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-theme.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/index.mjs +6 -0
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +11 -7
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +2 -2
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +2 -2
- package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +2 -2
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +2 -2
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +2 -2
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +15 -11
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +6 -3
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +5 -4
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +2 -2
- package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +3 -3
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +4 -1
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +17 -8
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +12 -0
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +45 -0
- package/esm2020/lib/components/evo-navigation-button/index.mjs +2 -0
- package/esm2020/lib/components/evo-navigation-button/public-api.mjs +3 -0
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +2 -2
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +3 -3
- package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +2 -2
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +2 -2
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +2 -2
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +6 -5
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +6 -3
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +9 -24
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +3 -3
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +1 -1
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +19 -14
- package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +8 -18
- package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +2 -2
- package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +2 -2
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +2 -2
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +2 -2
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +4 -4
- package/esm2020/lib/directives/evo-let/evo-let.directive.mjs +1 -1
- package/esm2020/public_api.mjs +2 -1
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs +3 -3
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs +2 -2
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs +9 -5
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons.mjs +13 -9
- package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit.mjs +393 -231
- package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +3 -3
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +2 -2
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +9 -5
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +13 -9
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit.mjs +392 -231
- package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -1
- package/icons/category/index.d.ts +3 -3
- package/icons/index.d.ts +11 -9
- package/icons/navigation/index.d.ts +2 -2
- package/icons/system/index.d.ts +8 -4
- package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +24 -0
- package/lib/components/evo-button/{evo-button.component.d.ts → components/evo-button-old/evo-button-old.component.d.ts} +9 -3
- package/lib/components/evo-button/constants/evo-button-themes-map.d.ts +2 -0
- package/lib/components/evo-button/evo-button.module.d.ts +6 -4
- package/lib/components/evo-button/public-api.d.ts +3 -1
- package/lib/components/evo-button/types/evo-button-color.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-shape.d.ts +4 -0
- package/lib/components/evo-button/types/evo-button-size.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-theme-params.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -0
- package/lib/components/evo-button/types/index.d.ts +5 -0
- package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +4 -1
- package/lib/components/evo-icon/evo-icon.component.d.ts +7 -7
- package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +3 -0
- package/lib/components/evo-modal/evo-modal.component.d.ts +10 -6
- package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +5 -0
- package/lib/components/evo-navigation-button/evo-navigation-button.module.d.ts +9 -0
- package/lib/components/evo-navigation-button/index.d.ts +1 -0
- package/lib/components/evo-navigation-button/public-api.d.ts +2 -0
- package/package.json +6 -1
- package/public_api.d.ts +1 -0
- package/styles/components/evo-button.scss +233 -233
- package/styles/components/evo-chip.scss +167 -169
- package/styles/components/evo-table.scss +42 -42
- package/styles/components/evo-title.scss +23 -23
- package/styles/globals.scss +78 -67
- package/styles/main.scss +24 -19
- package/styles/mixins/_evo-input-mixins.scss +74 -0
- package/styles/mixins/_evo-text-button-mixin.scss +24 -0
- package/styles/mixins/_evo-text-caption-mixin.scss +26 -0
- package/styles/mixins/_evo-text-field-mixin.scss +36 -0
- package/styles/mixins/_evo-text-header-mixin.scss +62 -0
- package/styles/mixins/_evo-text-mobile-header-mixin.scss +34 -0
- package/styles/mixins/_evo-text-paragraph-mixin.scss +34 -0
- package/styles/mixins/_evo-text-subtitle-mixin.scss +20 -0
- package/styles/mixins/_evo-text-tips-mixin.scss +9 -0
- package/styles/mixins/_media-mixins.scss +38 -0
- package/styles/mixins.scss +96 -210
- package/styles/partials/_fonts.scss +2 -0
- package/styles/partials/_typography.scss +135 -0
- package/styles/variables.scss +140 -137
- package/esm2020/lib/components/evo-button/evo-button.component.mjs +0 -82
|
@@ -38,13 +38,13 @@ export declare const categoryIcons: {
|
|
|
38
38
|
'person-add': string;
|
|
39
39
|
'person-check': string;
|
|
40
40
|
'person-clientcard': string;
|
|
41
|
-
'person-customer
|
|
42
|
-
'person-customer
|
|
41
|
+
'person-customer-details-off': string;
|
|
42
|
+
'person-customer-details': string;
|
|
43
43
|
'person-group': string;
|
|
44
44
|
'person-loyality': string;
|
|
45
45
|
'person-owner': string;
|
|
46
46
|
'person-profile': string;
|
|
47
|
-
'person-self
|
|
47
|
+
'person-self-employed': string;
|
|
48
48
|
'person-seller': string;
|
|
49
49
|
person: string;
|
|
50
50
|
personnel: string;
|
package/icons/index.d.ts
CHANGED
|
@@ -11,13 +11,13 @@ export declare const icons: ({
|
|
|
11
11
|
'person-add': string;
|
|
12
12
|
'person-check': string;
|
|
13
13
|
'person-clientcard': string;
|
|
14
|
-
'person-customer
|
|
15
|
-
'person-customer
|
|
14
|
+
'person-customer-details-off': string;
|
|
15
|
+
'person-customer-details': string;
|
|
16
16
|
'person-group': string;
|
|
17
17
|
'person-loyality': string;
|
|
18
18
|
'person-owner': string;
|
|
19
19
|
'person-profile': string;
|
|
20
|
-
'person-self
|
|
20
|
+
'person-self-employed': string;
|
|
21
21
|
'person-seller': string;
|
|
22
22
|
person: string;
|
|
23
23
|
personnel: string;
|
|
@@ -79,8 +79,8 @@ export declare const icons: ({
|
|
|
79
79
|
'arrow-southwest': string;
|
|
80
80
|
'arrow-left': string;
|
|
81
81
|
'arrow-right': string;
|
|
82
|
-
'chevron-down
|
|
83
|
-
'chevron-up
|
|
82
|
+
'chevron-down-rounded': string;
|
|
83
|
+
'chevron-up-rounded': string;
|
|
84
84
|
'chevron-left': string;
|
|
85
85
|
'chevron-right': string;
|
|
86
86
|
'drop-down': string;
|
|
@@ -157,7 +157,7 @@ export declare const icons: ({
|
|
|
157
157
|
chat: string;
|
|
158
158
|
'check-all': string;
|
|
159
159
|
'check-rounded': string;
|
|
160
|
-
'check-square
|
|
160
|
+
'check-square-outlined': string;
|
|
161
161
|
check: string;
|
|
162
162
|
'clock-outlined': string;
|
|
163
163
|
'clock-solid': string;
|
|
@@ -194,10 +194,12 @@ export declare const icons: ({
|
|
|
194
194
|
fiscal: string;
|
|
195
195
|
'folder-alert': string;
|
|
196
196
|
'folder-check': string;
|
|
197
|
-
'folder-few
|
|
197
|
+
'folder-few-check': string;
|
|
198
198
|
'folder-move': string;
|
|
199
199
|
folder: string;
|
|
200
200
|
gift: string;
|
|
201
|
+
'go-to-chat': string;
|
|
202
|
+
'go-to-minichat': string;
|
|
201
203
|
goods: string;
|
|
202
204
|
'graph-square': string;
|
|
203
205
|
healing: string;
|
|
@@ -215,7 +217,7 @@ export declare const icons: ({
|
|
|
215
217
|
insurance: string;
|
|
216
218
|
lamp: string;
|
|
217
219
|
like: string;
|
|
218
|
-
'linked-circle
|
|
220
|
+
'linked-circle-outlined': string;
|
|
219
221
|
linked: string;
|
|
220
222
|
'linked-rounded': string;
|
|
221
223
|
list: string;
|
|
@@ -227,7 +229,7 @@ export declare const icons: ({
|
|
|
227
229
|
'logo-1c': string;
|
|
228
230
|
'logo-android': string;
|
|
229
231
|
'logo-apple': string;
|
|
230
|
-
'logo-chestniy
|
|
232
|
+
'logo-chestniy-znak': string;
|
|
231
233
|
'logo-evotor': string;
|
|
232
234
|
'logo-facebook': string;
|
|
233
235
|
'logo-gomarket': string;
|
|
@@ -29,8 +29,8 @@ export declare const navigationIcons: {
|
|
|
29
29
|
'arrow-southwest': string;
|
|
30
30
|
'arrow-left': string;
|
|
31
31
|
'arrow-right': string;
|
|
32
|
-
'chevron-down
|
|
33
|
-
'chevron-up
|
|
32
|
+
'chevron-down-rounded': string;
|
|
33
|
+
'chevron-up-rounded': string;
|
|
34
34
|
'chevron-left': string;
|
|
35
35
|
'chevron-right': string;
|
|
36
36
|
'drop-down': string;
|
package/icons/system/index.d.ts
CHANGED
|
@@ -61,6 +61,8 @@ export declare const iconFolderFewCheck = "<path fill-rule=\"evenodd\" clip-rule
|
|
|
61
61
|
export declare const iconFolderMove = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.58 3.59L11.99 5H2C2 3.9 2.89 3 3.99 3H9.16C9.69 3 10.2 3.21 10.58 3.59ZM2 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6ZM11.9351 15.6444L13.6351 13.9444H8.09435C7.82151 13.9444 7.59589 13.8552 7.41749 13.6769C7.2391 13.4985 7.1499 13.2728 7.1499 13C7.1499 12.7272 7.2391 12.5015 7.41749 12.3231C7.59589 12.1448 7.82151 12.0556 8.09435 12.0556H13.6351L11.9351 10.3556C11.7462 10.1667 11.6518 9.9463 11.6518 9.69444C11.6518 9.44259 11.7462 9.22222 11.9351 9.03333C12.124 8.84444 12.3443 8.75 12.5962 8.75C12.8481 8.75 13.0684 8.84444 13.2573 9.03333L16.5629 12.3389C16.7518 12.5278 16.8462 12.7481 16.8462 13C16.8462 13.2519 16.7518 13.4722 16.5629 13.6611L13.2573 16.9667C13.0684 17.1556 12.8481 17.25 12.5962 17.25C12.3443 17.25 12.124 17.1556 11.9351 16.9667C11.7462 16.7778 11.6518 16.5574 11.6518 16.3056C11.6518 16.0537 11.7462 15.8333 11.9351 15.6444Z\" />";
|
|
62
62
|
export declare const iconFolder = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.99 5L10.58 3.59C10.2 3.21 9.69 3 9.16 3H3.99C2.89 3 2 3.9 2 5H11.99ZM20 6H2V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V8C22 6.89543 21.1046 6 20 6Z\" />";
|
|
63
63
|
export declare const iconGift = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.87868 2.87862C6.03459 3.72272 5.79864 4.94467 6.17085 6H4C2.89543 6 2 6.89543 2 8V9H22V8C22 6.89543 21.1046 6 20 6H17.8289C18.2012 4.9446 17.9653 3.72249 17.1212 2.87831C15.9496 1.70674 14.0501 1.70674 12.8785 2.87831C12.6696 3.08728 12.3389 3.41713 11.9999 3.75505C11.6609 3.41726 11.3302 3.08754 11.1213 2.87862C9.94975 1.70705 8.05025 1.70705 6.87868 2.87862ZM16 4.99961C16 5.55189 15.5523 5.99961 15 5.99961C14.4477 5.99961 13.5 4.99961 13.5 4.99961C13.5 4.99961 14.4477 3.99961 15 3.99961C15.5523 3.99961 16 4.44732 16 4.99961ZM10.4998 4.99997C10.4998 4.99997 9.55207 5.99997 8.99978 5.99997C8.4475 5.99997 7.99978 5.55225 7.99978 4.99997C7.99978 4.44768 8.4475 3.99997 8.99978 3.99997C9.55207 3.99997 10.4998 4.99997 10.4998 4.99997ZM3 11H10V22H5C3.89543 22 3 21.1046 3 20V11ZM19 22H14V11H21V20C21 21.1046 20.1046 22 19 22Z\" />";
|
|
64
|
+
export declare const iconGoToChat = "<path d=\"M3 16H8.175L7.3 16.875C7.1 17.075 7.00417 17.3084 7.0125 17.575C7.02083 17.8417 7.11667 18.075 7.3 18.275C7.5 18.475 7.73333 18.5792 8 18.5875C8.26667 18.5959 8.5 18.5 8.7 18.3L11.3 15.7C11.5 15.5 11.6 15.2667 11.6 15C11.6 14.7334 11.5 14.5 11.3 14.3L8.7 11.7C8.51667 11.5167 8.28333 11.425 8 11.425C7.71667 11.425 7.48333 11.5167 7.3 11.7C7.1 11.9 7 12.1375 7 12.4125C7 12.6875 7.09167 12.9167 7.275 13.1L8.175 14H3C2.71667 14 2.47917 14.0959 2.2875 14.2875C2.09583 14.4792 2 14.7167 2 15C2 15.2834 2.09583 15.5209 2.2875 15.7125C2.47917 15.9042 2.71667 16 3 16Z\" />\n<path d=\"M6 8C6 7.44772 6.44772 7 7 7H17C17.5523 7 18 7.44772 18 8C18 8.55228 17.5523 9 17 9H7C6.44772 9 6 8.55228 6 8Z\" />\n<path d=\"M13 11C13 10.4477 13.4477 10 14 10H17C17.5523 10 18 10.4477 18 11C18 11.5523 17.5523 12 17 12H14C13.4477 12 13 11.5523 13 11Z\" />\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V20C22 20.3688 21.797 20.7077 21.4719 20.8817C21.1467 21.0557 20.7522 21.0366 20.4453 20.8321L17.6972 19H13C12.4477 19 12 18.5523 12 18C12 17.4477 12.4477 17 13 17H17.6972C18.0921 17 18.4781 17.1169 18.8066 17.3359L20 18.1315V5H4V11.5C4 12.0523 3.55228 12.5 3 12.5C2.44772 12.5 2 12.0523 2 11.5V5Z\" />";
|
|
65
|
+
export declare const iconGoToMinichat = "<path d=\"M11.2157 10.9185C11.07 11.0594 10.8857 11.1298 10.6629 11.1298H6.11143C5.88857 11.1298 5.70428 11.0594 5.55857 10.9185C5.41286 10.7776 5.34 10.5994 5.34 10.384C5.34 10.1685 5.41286 9.99033 5.55857 9.84945C5.70428 9.70856 5.88857 9.63812 6.11143 9.63812H8.76L3.23143 4.29282C3.07714 4.14365 3 3.96547 3 3.75829C3 3.5511 3.07714 3.37293 3.23143 3.22376C3.38571 3.07459 3.57 3 3.78428 3C3.99857 3 4.18286 3.07459 4.33714 3.22376L9.89143 8.59392V5.98342C9.89143 5.76796 9.96428 5.58978 10.11 5.44889C10.2557 5.30801 10.44 5.23757 10.6629 5.23757C10.8857 5.23757 11.07 5.30801 11.2157 5.44889C11.3614 5.58978 11.4343 5.76796 11.4343 5.98342V10.384C11.4343 10.5994 11.3614 10.7776 11.2157 10.9185Z\" />\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.2857 6.58009C13.2857 6.03085 13.7462 5.58561 14.3143 5.58561H18.9429C20.079 5.58561 21 6.47609 21 7.57456V17.0221C21 18.1205 20.079 19.011 18.9429 19.011H8.56891L6.81303 20.7087C6.51886 20.9931 6.07645 21.0782 5.6921 20.9243C5.30775 20.7703 5.05714 20.4077 5.05714 20.0055V14.0386C5.05714 13.4894 5.51765 13.0442 6.08572 13.0442C6.65378 13.0442 7.11429 13.4894 7.11429 14.0386V17.6046C7.50008 17.2316 8.02332 17.0221 8.56891 17.0221H18.9429V7.57456H14.3143C13.7462 7.57456 13.2857 7.12932 13.2857 6.58009Z\" />";
|
|
64
66
|
export declare const iconGoods = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2C2.89543 2 2 2.89543 2 4V7H22V4C22 2.89543 21.1046 2 20 2H4ZM3 8H21V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V8ZM8 11C8 10.4477 8.44772 10 9 10H15C15.5523 10 16 10.4477 16 11C16 11.5523 15.5523 12 15 12H9C8.44772 12 8 11.5523 8 11Z\" />";
|
|
65
67
|
export declare const iconGraphSquare = "<path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM9 17H7V7H9V17ZM13 17H11V10.5H13V17ZM17 17H15V13H17V17Z\" />";
|
|
66
68
|
export declare const iconHealing = "<path d=\"M17.73 12.0201L21.71 8.04006C22.1 7.65006 22.1 7.02006 21.71 6.63006L17.37 2.29006C16.98 1.90006 16.35 1.90006 15.96 2.29006L11.98 6.27006L8.00002 2.29006C7.80002 2.10006 7.55002 2.00006 7.29002 2.00006C7.04002 2.00006 6.78002 2.10006 6.59002 2.29006L2.25002 6.63006C1.86002 7.02006 1.86002 7.65006 2.25002 8.04006L6.23002 12.0201L2.25002 16.0001C1.86002 16.3901 1.86002 17.0201 2.25002 17.4101L6.59002 21.7501C6.98002 22.1401 7.61002 22.1401 8.00002 21.7501L11.98 17.7701L15.96 21.7501C16.16 21.9501 16.41 22.0401 16.67 22.0401C16.93 22.0401 17.18 21.9401 17.38 21.7501L21.72 17.4101C22.11 17.0201 22.11 16.3901 21.72 16.0001L17.73 12.0201ZM12 9.00006C12.55 9.00006 13 9.45006 13 10.0001C13 10.5501 12.55 11.0001 12 11.0001C11.45 11.0001 11 10.5501 11 10.0001C11 9.45006 11.45 9.00006 12 9.00006ZM7.29002 10.9601L3.66002 7.34006L7.29002 3.71006L10.91 7.33006L7.29002 10.9601ZM10 13.0001C9.45002 13.0001 9.00002 12.5501 9.00002 12.0001C9.00002 11.4501 9.45002 11.0001 10 11.0001C10.55 11.0001 11 11.4501 11 12.0001C11 12.5501 10.55 13.0001 10 13.0001ZM12 15.0001C11.45 15.0001 11 14.5501 11 14.0001C11 13.4501 11.45 13.0001 12 13.0001C12.55 13.0001 13 13.4501 13 14.0001C13 14.5501 12.55 15.0001 12 15.0001ZM14 11.0001C14.55 11.0001 15 11.4501 15 12.0001C15 12.5501 14.55 13.0001 14 13.0001C13.45 13.0001 13 12.5501 13 12.0001C13 11.4501 13.45 11.0001 14 11.0001ZM16.66 20.3401L13.03 16.7201L16.66 13.0901L20.28 16.7101L16.66 20.3401Z\" />";
|
|
@@ -203,7 +205,7 @@ export declare const systemIcons: {
|
|
|
203
205
|
chat: string;
|
|
204
206
|
'check-all': string;
|
|
205
207
|
'check-rounded': string;
|
|
206
|
-
'check-square
|
|
208
|
+
'check-square-outlined': string;
|
|
207
209
|
check: string;
|
|
208
210
|
'clock-outlined': string;
|
|
209
211
|
'clock-solid': string;
|
|
@@ -240,10 +242,12 @@ export declare const systemIcons: {
|
|
|
240
242
|
fiscal: string;
|
|
241
243
|
'folder-alert': string;
|
|
242
244
|
'folder-check': string;
|
|
243
|
-
'folder-few
|
|
245
|
+
'folder-few-check': string;
|
|
244
246
|
'folder-move': string;
|
|
245
247
|
folder: string;
|
|
246
248
|
gift: string;
|
|
249
|
+
'go-to-chat': string;
|
|
250
|
+
'go-to-minichat': string;
|
|
247
251
|
goods: string;
|
|
248
252
|
'graph-square': string;
|
|
249
253
|
healing: string;
|
|
@@ -261,7 +265,7 @@ export declare const systemIcons: {
|
|
|
261
265
|
insurance: string;
|
|
262
266
|
lamp: string;
|
|
263
267
|
like: string;
|
|
264
|
-
'linked-circle
|
|
268
|
+
'linked-circle-outlined': string;
|
|
265
269
|
linked: string;
|
|
266
270
|
'linked-rounded': string;
|
|
267
271
|
list: string;
|
|
@@ -273,7 +277,7 @@ export declare const systemIcons: {
|
|
|
273
277
|
'logo-1c': string;
|
|
274
278
|
'logo-android': string;
|
|
275
279
|
'logo-apple': string;
|
|
276
|
-
'logo-chestniy
|
|
280
|
+
'logo-chestniy-znak': string;
|
|
277
281
|
'logo-evotor': string;
|
|
278
282
|
'logo-facebook': string;
|
|
279
283
|
'logo-gomarket': string;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { EvoButtonColor, EvoButtonSize, EvoButtonTheme } from '../../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EvoButtonComponent {
|
|
5
|
+
private readonly elRef;
|
|
6
|
+
size: EvoButtonSize;
|
|
7
|
+
color: EvoButtonColor;
|
|
8
|
+
/**
|
|
9
|
+
* `theme` is a complex prop, that sets a number of inner parameters, described in `EvoButtonThemeParams`
|
|
10
|
+
*/
|
|
11
|
+
set theme(value: EvoButtonTheme);
|
|
12
|
+
set disabled(value: boolean);
|
|
13
|
+
set loading(value: boolean);
|
|
14
|
+
private shape;
|
|
15
|
+
private _isOutline;
|
|
16
|
+
private _isDisabled;
|
|
17
|
+
private _isLoading;
|
|
18
|
+
constructor(elRef: ElementRef);
|
|
19
|
+
get isLoading(): boolean;
|
|
20
|
+
get buttonClasses(): string[];
|
|
21
|
+
get buttonStyles(): Record<string, string>;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonComponent, "button[evoButton], a[evoButton]", never, { "size": "size"; "color": "color"; "theme": "theme"; "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"]>;
|
|
24
|
+
}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated use EvoButtonComponent
|
|
5
|
+
*/
|
|
3
6
|
export declare enum EvoButtonSizes {
|
|
4
7
|
small = "small",
|
|
5
8
|
large = "large"
|
|
6
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated use EvoButtonColor with EvoButtonTheme
|
|
12
|
+
*/
|
|
7
13
|
export declare enum EvoButtonStyles {
|
|
8
14
|
lined = "lined",
|
|
9
15
|
darkblue = "darkblue",
|
|
@@ -13,7 +19,7 @@ export declare enum EvoButtonStyles {
|
|
|
13
19
|
purple = "purple",
|
|
14
20
|
red = "red"
|
|
15
21
|
}
|
|
16
|
-
export declare class
|
|
22
|
+
export declare class EvoButtonOldComponent {
|
|
17
23
|
private elRef;
|
|
18
24
|
color: EvoButtonStyles;
|
|
19
25
|
size: EvoButtonSizes;
|
|
@@ -28,6 +34,6 @@ export declare class EvoButtonComponent {
|
|
|
28
34
|
get totalStyles(): {
|
|
29
35
|
[styleKey: string]: any;
|
|
30
36
|
};
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonOldComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonOldComponent, "evo-button, button[evo-button]", never, { "color": "color"; "size": "size"; "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"]>;
|
|
33
39
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./evo-button.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "./components/evo-button/evo-button.component";
|
|
3
|
+
import * as i2 from "./components/evo-button-old/evo-button-old.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../../evo-ui-kit.module";
|
|
6
|
+
import * as i5 from "../evo-loader/evo-loader.module";
|
|
5
7
|
export declare class EvoButtonModule {
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent, typeof i2.EvoButtonOldComponent], [typeof i3.CommonModule, typeof i4.EvoUiKitModule, typeof i5.EvoLoaderModule], [typeof i1.EvoButtonComponent, typeof i2.EvoButtonOldComponent]>;
|
|
8
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoButtonModule>;
|
|
9
11
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type EvoButtonTheme = 'rounded-solid' | 'rounded-outline' | 'rectangle-outline' | 'semi-rectangle-solid';
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { EvoBaseControl } from '../../common/evo-base-control';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EvoCheckboxComponent extends EvoBaseControl implements ControlValueAccessor {
|
|
6
|
+
protected injector: Injector;
|
|
7
|
+
private cdr;
|
|
6
8
|
set setIndeterminate(value: any);
|
|
7
9
|
indeterminateChange: EventEmitter<boolean>;
|
|
8
10
|
inputElement: ElementRef;
|
|
9
11
|
indeterminate: any;
|
|
10
12
|
disabled: boolean;
|
|
11
13
|
private _value;
|
|
14
|
+
constructor(injector: Injector, cdr: ChangeDetectorRef);
|
|
12
15
|
onChange(_: any): void;
|
|
13
16
|
onTouched(): void;
|
|
14
17
|
get value(): boolean;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
2
|
import { EvoIconsLibrary } from './classes/evo-icons-library';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class EvoIconComponent
|
|
6
|
-
private sanitizer;
|
|
7
|
-
private iconsService;
|
|
8
|
-
shape: string;
|
|
4
|
+
export declare class EvoIconComponent {
|
|
5
|
+
private readonly sanitizer;
|
|
6
|
+
private readonly iconsService;
|
|
7
|
+
set shape(shape: string);
|
|
8
|
+
get shape(): string;
|
|
9
9
|
svgWidth: number;
|
|
10
10
|
svgHeight: number;
|
|
11
11
|
svgViewBox: string;
|
|
12
|
-
get viewBox(): string;
|
|
13
12
|
content: SafeHtml;
|
|
13
|
+
get viewBox(): string;
|
|
14
14
|
hostClass: boolean;
|
|
15
15
|
get classes(): string[];
|
|
16
|
+
private _shape;
|
|
16
17
|
constructor(sanitizer: DomSanitizer, iconsService: EvoIconsLibrary);
|
|
17
|
-
ngOnInit(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconComponent, "evo-icon", never, { "shape": "shape"; "svgWidth": "svgWidth"; "svgHeight": "svgHeight"; "svgViewBox": "svgViewBox"; }, {}, never, never>;
|
|
20
20
|
}
|
|
@@ -11,6 +11,9 @@ export declare class EvoIconButtonComponent implements OnInit, OnChanges {
|
|
|
11
11
|
disabled: boolean;
|
|
12
12
|
loading: boolean;
|
|
13
13
|
color: EvoIconButtonColor | string;
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated instead of rectangle theme use `EvoNavigationButtonComponent`
|
|
16
|
+
*/
|
|
14
17
|
theme: EvoIconButtonTheme;
|
|
15
18
|
size: EvoIconButtonSize;
|
|
16
19
|
classes: string[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { EvoModalService, EvoModalState } from './evo-modal.service';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
3
|
+
import { Observable, Subscription } from 'rxjs';
|
|
4
|
+
import { EvoButtonColor, EvoButtonTheme } from '../evo-button';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare enum EvoModalCloseTargets {
|
|
6
7
|
BACKGROUND = "background",
|
|
@@ -9,14 +10,17 @@ export declare enum EvoModalCloseTargets {
|
|
|
9
10
|
ESC = "escape"
|
|
10
11
|
}
|
|
11
12
|
export declare class EvoModalComponent implements OnInit, OnDestroy {
|
|
12
|
-
private modalService;
|
|
13
|
-
private elRef;
|
|
13
|
+
private readonly modalService;
|
|
14
|
+
private readonly elRef;
|
|
14
15
|
get id(): string;
|
|
15
16
|
set id(id: string);
|
|
16
17
|
titleText: string;
|
|
17
18
|
acceptText: string;
|
|
18
|
-
acceptButtonColor:
|
|
19
|
+
acceptButtonColor: EvoButtonColor;
|
|
20
|
+
acceptButtonTheme: EvoButtonTheme;
|
|
19
21
|
declineText: string;
|
|
22
|
+
declineButtonColor: EvoButtonColor;
|
|
23
|
+
declineButtonTheme: EvoButtonTheme;
|
|
20
24
|
asyncAccept: () => Observable<any>;
|
|
21
25
|
modalState: EvoModalState;
|
|
22
26
|
isAcceptLoading: boolean;
|
|
@@ -29,9 +33,9 @@ export declare class EvoModalComponent implements OnInit, OnDestroy {
|
|
|
29
33
|
ngOnInit(): void;
|
|
30
34
|
ngOnDestroy(): void;
|
|
31
35
|
onBackgroundClick($event: any): void;
|
|
32
|
-
handleOnClose(agreement: boolean, closeTarget: EvoModalCloseTargets):
|
|
36
|
+
handleOnClose(agreement: boolean, closeTarget: EvoModalCloseTargets): Subscription;
|
|
33
37
|
private subscribeModalEvents;
|
|
34
38
|
private initKeyboardListener;
|
|
35
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoModalComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoModalComponent, "evo-modal", never, { "id": "id"; "titleText": "titleText"; "acceptText": "acceptText"; "acceptButtonColor": "acceptButtonColor"; "declineText": "declineText"; "asyncAccept": "asyncAccept"; }, {}, never, ["evo-icon", "*"]>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoModalComponent, "evo-modal", never, { "id": "id"; "titleText": "titleText"; "acceptText": "acceptText"; "acceptButtonColor": "acceptButtonColor"; "acceptButtonTheme": "acceptButtonTheme"; "declineText": "declineText"; "declineButtonColor": "declineButtonColor"; "declineButtonTheme": "declineButtonTheme"; "asyncAccept": "asyncAccept"; }, {}, never, ["evo-icon", "*"]>;
|
|
37
41
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EvoNavigationButtonComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavigationButtonComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavigationButtonComponent, "evo-navigation-button", never, {}, {}, never, ["*"]>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./evo-navigation-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../evo-icon/evo-icon.module";
|
|
5
|
+
export declare class EvoNavigationButtonModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavigationButtonModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoNavigationButtonModule, [typeof i1.EvoNavigationButtonComponent], [typeof i2.CommonModule, typeof i3.EvoIconModule], [typeof i1.EvoNavigationButtonComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EvoNavigationButtonModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evotor-dev/ui-kit",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
|
+
"homepage": "https://evotor.github.io/Evo-UI-Kit",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/evotor/Evo-UI-Kit.git"
|
|
8
|
+
},
|
|
4
9
|
"peerDependencies": {
|
|
5
10
|
"@angular/cdk": ">=13.3.9",
|
|
6
11
|
"@angular/common": ">=13.4.0",
|
package/public_api.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export * from './lib/components/evo-toggle/index';
|
|
|
50
50
|
export * from './lib/components/evo-upload/index';
|
|
51
51
|
export * from './lib/components/evo-dropdown/index';
|
|
52
52
|
export * from './lib/components/evo-navbar/index';
|
|
53
|
+
export * from './lib/components/evo-navigation-button/index';
|
|
53
54
|
export * from './lib/pipes/index';
|
|
54
55
|
export * from './lib/services/index';
|
|
55
56
|
export * from './lib/components/evo-portal/index';
|