@webitel/ui-sdk 23.12.41 → 23.12.43

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 (144) hide show
  1. package/dist/favicon.ico +0 -0
  2. package/dist/img/sprite/index.js +147 -1
  3. package/dist/plyr.svg +70 -0
  4. package/dist/ui-sdk.css +1 -1
  5. package/dist/ui-sdk.mjs +22672 -0
  6. package/dist/ui-sdk.umd.js +37 -43322
  7. package/package.json +33 -41
  8. package/src/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue +3 -3
  9. package/src/components/transitions/wt-expand-transition.vue +2 -2
  10. package/src/components/wt-app-header/wt-app-header.vue +2 -2
  11. package/src/components/wt-app-header/wt-app-navigator.vue +6 -5
  12. package/src/components/wt-app-header/wt-header-actions.vue +30 -14
  13. package/src/components/wt-avatar/wt-avatar.vue +2 -2
  14. package/src/components/wt-badge/wt-badge.vue +3 -3
  15. package/src/components/wt-button/wt-button.vue +5 -3
  16. package/src/components/wt-button-select/__tests__/WtButtonSelect.spec.js +4 -4
  17. package/src/components/wt-button-select/wt-button-select.vue +3 -3
  18. package/src/components/wt-checkbox/wt-checkbox.vue +12 -7
  19. package/src/components/wt-chip/wt-chip.vue +6 -3
  20. package/src/components/wt-context-menu/wt-context-menu.vue +4 -4
  21. package/src/components/wt-copy-action/wt-copy-action.vue +6 -6
  22. package/src/components/wt-datepicker/wt-datepicker.vue +14 -12
  23. package/src/components/wt-divider/wt-divider.vue +1 -1
  24. package/src/components/wt-dummy/wt-dummy.vue +6 -2
  25. package/src/components/wt-error-page/wt-error-page.vue +10 -4
  26. package/src/components/wt-expansion-panel/wt-expansion-panel.vue +4 -4
  27. package/src/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue +7 -4
  28. package/src/components/wt-headline/wt-headline.vue +4 -4
  29. package/src/components/wt-headline-nav/wt-headline-nav.vue +11 -4
  30. package/src/components/wt-hint/wt-hint.vue +4 -4
  31. package/src/components/wt-icon/wt-icon.vue +5 -5
  32. package/src/components/wt-icon-action/_internals/wt-add-icon-action.vue +2 -2
  33. package/src/components/wt-icon-action/_internals/wt-delete-icon-action.vue +2 -2
  34. package/src/components/wt-icon-action/_internals/wt-download-icon-action.vue +2 -2
  35. package/src/components/wt-icon-action/_internals/wt-edit-icon-action.vue +2 -2
  36. package/src/components/wt-icon-action/_internals/wt-history-icon-action.vue +2 -2
  37. package/src/components/wt-icon-action/_internals/wt-refresh-icon-action.vue +2 -2
  38. package/src/components/wt-icon-action/wt-icon-action.vue +1 -1
  39. package/src/components/wt-icon-btn/wt-icon-btn.vue +1 -1
  40. package/src/components/wt-indicator/wt-indicator.vue +6 -3
  41. package/src/components/wt-input/wt-input.vue +189 -198
  42. package/src/components/wt-input-info/wt-input-info.vue +2 -2
  43. package/src/components/wt-item-link/wt-item-link.vue +1 -1
  44. package/src/components/wt-label/_variables.scss +4 -2
  45. package/src/components/wt-label/wt-label.vue +5 -18
  46. package/src/components/wt-load-bar/wt-load-bar.vue +5 -2
  47. package/src/components/wt-loader/_internals/wt-loader--md.vue +11 -2
  48. package/src/components/wt-loader/_internals/wt-loader--sm.vue +9 -2
  49. package/src/components/wt-loader/wt-loader.vue +10 -3
  50. package/src/components/wt-navigation-bar/wt-navigation-bar.vue +16 -8
  51. package/src/components/wt-notification/wt-notification.vue +3 -3
  52. package/src/components/wt-notifications-bar/wt-notifications-bar.vue +9 -5
  53. package/src/components/wt-page-header/wt-page-header.vue +7 -8
  54. package/src/components/wt-page-wrapper/wt-page-wrapper.vue +8 -5
  55. package/src/components/wt-pagination/wt-pagination.vue +17 -15
  56. package/src/components/wt-player/wt-player.vue +16 -16
  57. package/src/components/wt-popup/wt-popup.vue +13 -7
  58. package/src/components/wt-progress-bar/wt-progress-bar.vue +11 -7
  59. package/src/components/wt-radio/wt-radio.vue +15 -7
  60. package/src/components/wt-rounded-action/wt-rounded-action.vue +2 -2
  61. package/src/components/wt-search-bar/__tests__/WtSearchBar.spec.js +1 -1
  62. package/src/components/wt-search-bar/wt-search-bar.vue +6 -5
  63. package/src/components/wt-select/_multiselect.scss +1 -2
  64. package/src/components/wt-select/wt-select.vue +33 -19
  65. package/src/components/wt-slider/wt-slider.vue +5 -5
  66. package/src/components/wt-status-select/wt-status-select.vue +9 -9
  67. package/src/components/wt-stepper/wt-stepper.vue +8 -6
  68. package/src/components/wt-switcher/wt-switcher.vue +12 -7
  69. package/src/components/wt-table/wt-table.vue +110 -72
  70. package/src/components/wt-table-actions/wt-table-actions.vue +14 -14
  71. package/src/components/wt-table-column-select/wt-table-column-select.vue +28 -26
  72. package/src/components/wt-tabs/wt-tabs.vue +7 -7
  73. package/src/components/wt-tags-input/wt-tags-input.vue +23 -15
  74. package/src/components/wt-textarea/wt-textarea.vue +16 -11
  75. package/src/components/wt-time-input/wt-time-input.vue +8 -5
  76. package/src/components/wt-timepicker/wt-timepicker.vue +20 -16
  77. package/src/components/wt-tooltip/_internals/wt-tooltip-floating.vue +2 -2
  78. package/src/components/wt-tooltip/wt-tooltip.vue +4 -4
  79. package/src/composables/useCachedInterval/__tests__/useCachedInterval.spec.js +5 -5
  80. package/src/css/styleguide/colors/_colors.scss +9 -8
  81. package/src/css/styleguide/colors/reusable/_text-field.scss +20 -0
  82. package/src/css/styleguide/placeholder/_placeholder.scss +6 -11
  83. package/src/locale/i18n.js +1 -1
  84. package/src/locale/kz/kz.js +74 -78
  85. package/src/mixins/validationMixin/useValidation.js +2 -2
  86. package/src/modules/AgentStatusSelect/components/__tests__/wt-cc-agent-status-select.spec.js +4 -4
  87. package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +11 -9
  88. package/src/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue +6 -5
  89. package/src/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue +3 -3
  90. package/src/modules/AuditForm/components/__tests__/audit-form.spec.js +1 -1
  91. package/src/modules/AuditForm/components/audit-form-question-read-wrapper.vue +10 -6
  92. package/src/modules/AuditForm/components/audit-form-question-write-wrapper.vue +8 -8
  93. package/src/modules/AuditForm/components/audit-form-question.vue +8 -8
  94. package/src/modules/AuditForm/components/audit-form.vue +6 -5
  95. package/src/modules/AuditForm/components/questions/options/audit-form-question-options-write-row.vue +4 -4
  96. package/src/modules/AuditForm/components/questions/options/audit-form-question-options.vue +7 -4
  97. package/src/modules/AuditForm/components/questions/score/audit-form-question-score.vue +3 -3
  98. package/src/modules/CSVExport/__tests__/CSVExport.spec.js +5 -2
  99. package/src/modules/DeleteConfirmationPopup/__tests__/delete-confirmation-popup.spec.js +6 -6
  100. package/src/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue +13 -6
  101. package/src/modules/FilesExport/__tests__/FilesExport.spec.js +6 -3
  102. package/src/modules/Filters/components/filter-pagination.vue +1 -1
  103. package/src/modules/Filters/components/filter-table-fields.vue +1 -1
  104. package/src/modules/Notifications/store/__tests__/NotificationsStoreModule.actions.spec.js +6 -6
  105. package/src/modules/QueryFilters/classes/__tests__/ApiFilterSchema.spec.js +1 -1
  106. package/src/modules/QueryFilters/components/__tests__/abstract-api-filter.spec.js +4 -4
  107. package/src/modules/QueryFilters/components/__tests__/filter-datetime.spec.js +2 -2
  108. package/src/modules/QueryFilters/components/__tests__/filter-from-to.spec.js +4 -4
  109. package/src/modules/QueryFilters/components/__tests__/filter-search.spec.js +2 -2
  110. package/src/modules/QueryFilters/components/abstract-api-filter.vue +2 -2
  111. package/src/modules/QueryFilters/components/abstract-enum-filter.vue +2 -2
  112. package/src/modules/QueryFilters/components/filter-datetime.vue +2 -2
  113. package/src/modules/QueryFilters/components/filter-from-to.vue +12 -10
  114. package/src/modules/QueryFilters/components/filter-search.vue +2 -2
  115. package/src/modules/QueryFilters/components/filter-table-fields.vue +7 -7
  116. package/src/modules/QueryFilters/mixins/__tests__/apiFilterMixin.spec.js +1 -1
  117. package/src/modules/QueryFilters/mixins/__tests__/enumFilterMixin.spec.js +2 -2
  118. package/src/modules/QueryFilters/mixins/__tests__/paginationFilterMixin.spec.js +2 -2
  119. package/src/modules/QueryFilters/mixins/__tests__/sortFilterMixin.spec.js +1 -1
  120. package/src/modules/QueryFilters/store/__tests__/QueryFiltersStoreModule.spec.js +2 -2
  121. package/src/modules/Userinfo/components/__tests__/auth.spec.js +7 -8
  122. package/src/modules/Userinfo/components/the-auth.vue +7 -4
  123. package/src/store/BaseStoreModules/__tests__/BaseStoreModule.spec.js +6 -6
  124. package/dist/demo.html +0 -1
  125. package/dist/ui-sdk.common.js +0 -43304
  126. package/dist/ui-sdk.common.js.map +0 -1
  127. package/dist/ui-sdk.umd.js.map +0 -1
  128. package/dist/ui-sdk.umd.min.js +0 -35
  129. package/dist/ui-sdk.umd.min.js.map +0 -1
  130. package/src/components/wt-button/Readme.md +0 -23
  131. package/src/components/wt-button-select/Readme.md +0 -13
  132. package/src/components/wt-headline-nav/Readme.md +0 -9
  133. package/src/components/wt-icon/Readme.md +0 -327
  134. package/src/components/wt-icon/docs/cleanup-svg-fill-none.png +0 -0
  135. package/src/components/wt-icon/docs/cleanup-svg-fill.png +0 -0
  136. package/src/components/wt-icon/docs/cleanup-svg-viewbox-correct.png +0 -0
  137. package/src/components/wt-icon/docs/cleanup-svg-viewbox-incorrect.png +0 -0
  138. package/src/components/wt-icon/docs/cleanup-svg-width-height.png +0 -0
  139. package/src/components/wt-icon/docs/svg-icon-code-example.png +0 -0
  140. package/src/components/wt-icon/docs/svg-sprite-in-dom.png +0 -0
  141. package/src/components/wt-icon-btn/Readme.md +0 -10
  142. package/src/components/wt-rounded-action/Readme.md +0 -68
  143. package/src/validators/variableSearchValidator/Readme.md +0 -13
  144. package/src/validators/websocketValidator/Readme.md +0 -7
Binary file
@@ -1 +1,147 @@
1
- import"./account.svg";import"./adfs.svg";import"./app-navigator.svg";import"./arrow-down.svg";import"./arrow-left.svg";import"./arrow-right.svg";import"./arrow-up.svg";import"./arrow-mix.svg";import"./attach.svg";import"./attention.svg";import"./azure.svg";import"./back.svg";import"./bell.svg";import"./bell-badged.svg";import"./bucket.svg";import"./calendar.svg";import"./call.svg";import"./call--filled.svg";import"./call-add-to.svg";import"./call-add-to--filled.svg";import"./call-disconnect.svg";import"./call-disconnect--filled.svg";import"./call-end.svg";import"./call-end--filled.svg";import"./call-inbound.svg";import"./call-inbound--filled.svg";import"./call-missed.svg";import"./call-missed--filled.svg";import"./call-outbound.svg";import"./call-outbound--filled.svg";import"./call-ringing.svg";import"./call-ringing--filled.svg";import"./call-transfer.svg";import"./call-transfer--filled.svg";import"./chat.svg";import"./chat--filled.svg";import"./chat-emoji.svg";import"./chat-end.svg";import"./chat-end--filled.svg";import"./chat-group.svg";import"./chat-join.svg";import"./chat-message-status-read.svg";import"./chat-message-status-sent.svg";import"./chat-quick-response.svg";import"./chat-quick-response--filled.svg";import"./chat-reply.svg";import"./chat-send.svg";import"./chat-transfer.svg";import"./chat-transfer--filled.svg";import"./job.svg";import"./job--accept.svg";import"./job--end.svg";import"./checkbox.svg";import"./checkbox--checked.svg";import"./checkbox--checked--filled.svg";import"./clear.svg";import"./close.svg";import"./close--filled.svg";import"./collapse.svg";import"./column-select.svg";import"./contacts.svg";import"./copy.svg";import"./docs.svg";import"./download.svg";import"./edit.svg";import"./expand.svg";import"./eye--closed.svg";import"./eye--opened.svg";import"./filter.svg";import"./generate.svg";import"./google.svg";import"./history.svg";import"./hold.svg";import"./link.svg";import"./lock.svg";import"./logout.svg";import"./menu.svg";import"./email.svg";import"./mail.svg";import"./mail--color.svg";import"./messenger-facebook.svg";import"./messenger-facebook--filled.svg";import"./messenger-infobip.svg";import"./messenger-telegram.svg";import"./messenger-telegram--filled.svg";import"./messenger-viber.svg";import"./messenger-viber--filled.svg";import"./messenger-web-chat.svg";import"./messenger-whatsapp.svg";import"./messenger-whatsapp--filled.svg";import"./messenger-messenger.svg";import"./instagram.svg";import"./mic.svg";import"./mic-muted.svg";import"./move.svg";import"./note.svg";import"./numpad.svg";import"./pause.svg";import"./play.svg";import"./plus.svg";import"./prompter.svg";import"./queue-member.svg";import"./radio.svg";import"./radio--checked.svg";import"./rec.svg";import"./rec-off.svg";import"./refresh.svg";import"./rounded-info.svg";import"./role.svg";import"./done.svg";import"./search.svg";import"./send-arrow.svg";import"./settings.svg";import"./sort-arrow-down.svg";import"./sort-arrow-up.svg";import"./sound-off.svg";import"./sound-on.svg";import"./scorecard.svg";import"./star.svg";import"./star--filled.svg";import"./stop.svg";import"./tick.svg";import"./upload.svg";import"./user.svg";import"./video-cam-off.svg";import"./video-cam.svg";import"./zoom-in.svg";import"./zoom-out.svg";import"./tts-download.svg";import"./stt.svg";import"./stt-download.svg";import"./stt-search.svg";import"./idle.svg";import"./telegram-bot.svg";import"./pin.svg";import"./unpin.svg";import"./conference.svg";import"./meta.svg";import"./options.svg";import"./preview-tag-audio.svg";import"./preview-tag-video.svg";import"./preview-tag-application.svg";import"./preview-tag-image.svg";
1
+ import './account.svg';
2
+ import './adfs.svg';
3
+ import './app-navigator.svg';
4
+ import './arrow-down.svg';
5
+ import './arrow-left.svg';
6
+ import './arrow-right.svg';
7
+ import './arrow-up.svg';
8
+ import './arrow-mix.svg';
9
+ import './attach.svg';
10
+ import './attention.svg';
11
+ import './azure.svg';
12
+ import './back.svg';
13
+ import './bell.svg';
14
+ import './bell-badged.svg';
15
+ import './bucket.svg';
16
+ import './calendar.svg';
17
+
18
+ import './call.svg';
19
+ import './call--filled.svg';
20
+ import './call-add-to.svg';
21
+ import './call-add-to--filled.svg';
22
+ import './call-disconnect.svg';
23
+ import './call-disconnect--filled.svg';
24
+ import './call-end.svg';
25
+ import './call-end--filled.svg';
26
+ import './call-inbound.svg';
27
+ import './call-inbound--filled.svg';
28
+ import './call-missed.svg';
29
+ import './call-missed--filled.svg';
30
+ import './call-outbound.svg';
31
+ import './call-outbound--filled.svg';
32
+ import './call-ringing.svg';
33
+ import './call-ringing--filled.svg';
34
+ import './call-transfer.svg';
35
+ import './call-transfer--filled.svg';
36
+
37
+ import './chat.svg';
38
+ import './chat--filled.svg';
39
+ import './chat-emoji.svg';
40
+ import './chat-end.svg';
41
+ import './chat-end--filled.svg';
42
+ import './chat-group.svg';
43
+ import './chat-join.svg';
44
+ import './chat-message-status-read.svg';
45
+ import './chat-message-status-sent.svg';
46
+ import './chat-quick-response.svg';
47
+ import './chat-quick-response--filled.svg';
48
+ import './chat-reply.svg';
49
+ import './chat-send.svg';
50
+ import './chat-transfer.svg';
51
+ import './chat-transfer--filled.svg';
52
+ import './job.svg';
53
+ import './job--accept.svg';
54
+ import './job--end.svg';
55
+
56
+ import './checkbox.svg';
57
+ import './checkbox--checked.svg';
58
+ import './checkbox--checked--filled.svg';
59
+ import './clear.svg';
60
+ import './close.svg';
61
+ import './close--filled.svg';
62
+ import './collapse.svg';
63
+ import './column-select.svg';
64
+ import './contacts.svg';
65
+ import './copy.svg';
66
+ import './docs.svg';
67
+ import './download.svg';
68
+ import './edit.svg';
69
+ import './expand.svg';
70
+ import './eye--closed.svg';
71
+ import './eye--opened.svg';
72
+ import './filter.svg';
73
+ import './generate.svg';
74
+ import './google.svg';
75
+ import './history.svg';
76
+ import './hold.svg';
77
+ import './link.svg';
78
+ import './lock.svg';
79
+ import './logout.svg';
80
+ import './menu.svg';
81
+ import './email.svg';
82
+ import './mail.svg';
83
+ import './mail--color.svg';
84
+ import './messenger-facebook.svg';
85
+ import './messenger-facebook--filled.svg';
86
+ import './messenger-infobip.svg';
87
+ import './messenger-telegram.svg';
88
+ import './messenger-telegram--filled.svg';
89
+ import './messenger-viber.svg';
90
+ import './messenger-viber--filled.svg';
91
+ import './messenger-web-chat.svg';
92
+ import './messenger-whatsapp.svg';
93
+ import './messenger-whatsapp--filled.svg';
94
+ import './messenger-messenger.svg';
95
+ import './instagram.svg';
96
+ import './mic.svg';
97
+ import './mic-muted.svg';
98
+ import './move.svg';
99
+ import './note.svg';
100
+ import './numpad.svg';
101
+ import './pause.svg';
102
+ import './play.svg';
103
+ import './plus.svg';
104
+ import './prompter.svg';
105
+ import './queue-member.svg';
106
+ import './radio.svg';
107
+ import './radio--checked.svg';
108
+ import './rec.svg';
109
+ import './rec-off.svg';
110
+ import './refresh.svg';
111
+ import './rounded-info.svg';
112
+ import './role.svg';
113
+ import './done.svg';
114
+ import './search.svg';
115
+ import './send-arrow.svg';
116
+ import './settings.svg';
117
+ import './sort-arrow-down.svg';
118
+ import './sort-arrow-up.svg';
119
+ import './sound-off.svg';
120
+ import './sound-on.svg';
121
+ import './scorecard.svg';
122
+ import './star.svg';
123
+ import './star--filled.svg';
124
+ import './stop.svg';
125
+ import './tick.svg';
126
+ import './upload.svg';
127
+ import './user.svg';
128
+ import './video-cam-off.svg';
129
+ import './video-cam.svg';
130
+ import './zoom-in.svg';
131
+ import './zoom-out.svg';
132
+ import './tts-download.svg';
133
+ import './stt.svg';
134
+ import './stt-download.svg';
135
+ import './stt-search.svg';
136
+ import './idle.svg';
137
+ import './telegram-bot.svg';
138
+ import './pin.svg';
139
+ import './unpin.svg';
140
+ import './conference.svg';
141
+ import './meta.svg';
142
+ import './options.svg';
143
+
144
+ import './preview-tag-audio.svg';
145
+ import './preview-tag-video.svg';
146
+ import './preview-tag-application.svg';
147
+ import './preview-tag-image.svg';
package/dist/plyr.svg ADDED
@@ -0,0 +1,70 @@
1
+ <!--<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"-->
2
+ <!-- "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">-->
3
+ <!--<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">-->
4
+ <!-- <symbol id="plyr-airplay" viewBox="0 0 32 32">-->
5
+ <!-- <path d="M8.667 8.667v14.667h0.333c0.92 0 1.667 0.746 1.667 1.667s-0.746 1.667-1.667 1.667h-1c-1.473 0-2.667-1.194-2.667-2.667v-16c0-1.473 1.194-2.667 2.667-2.667h16c1.473 0 2.667 1.194 2.667 2.667v16c0 1.473-1.194 2.667-2.667 2.667h-1c-0.921 0-1.667-0.746-1.667-1.667s0.746-1.667 1.667-1.667h0.333v-14.667h-14.667z"></path>-->
6
+ <!-- <path d="M17.059 20.561c-0.468-0.748-1.65-0.748-2.119 0l-2.778 4.439c-0.465 0.743 0.123 1.667 1.059 1.667h5.556c0.937 0 1.524-0.924 1.059-1.667l-2.778-4.439z"></path>-->
7
+ <!-- </symbol>-->
8
+ <!-- <symbol id="plyr-captions-off" viewBox="0 0 18 18">-->
9
+ <!-- <path-->
10
+ <!-- d="M1 1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h4.6l2.7 2.7c.2.2.4.3.7.3.3 0 .5-.1.7-.3l2.7-2.7H17c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1H1zm4.52 10.15c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41C8.47 4.96 7.46 3.76 5.5 3.76c-1.9 0-3.61 1.44-3.61 3.7 0 2.26 1.65 3.69 3.63 3.69zm7.57 0c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41c-.28-1.15-1.29-2.35-3.25-2.35-1.9 0-3.61 1.44-3.61 3.7 0 2.26 1.65 3.69 3.63 3.69z"-->
11
+ <!-- fill-rule="evenodd" fill-opacity=".5"/>-->
12
+ <!-- </symbol>-->
13
+ <!-- <symbol id="plyr-captions-on" viewBox="0 0 18 18">-->
14
+ <!-- <path-->
15
+ <!-- d="M1 1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h4.6l2.7 2.7c.2.2.4.3.7.3.3 0 .5-.1.7-.3l2.7-2.7H17c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1H1zm4.52 10.15c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41C8.47 4.96 7.46 3.76 5.5 3.76c-1.9 0-3.61 1.44-3.61 3.7 0 2.26 1.65 3.69 3.63 3.69zm7.57 0c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41c-.28-1.15-1.29-2.35-3.25-2.35-1.9 0-3.61 1.44-3.61 3.7 0 2.26 1.65 3.69 3.63 3.69z"-->
16
+ <!-- fill-rule="evenodd"/>-->
17
+ <!-- </symbol>-->
18
+ <!-- <symbol id="plyr-download" viewBox="0 0 32 32">-->
19
+ <!-- <path d="M22.475 14.186c0.651-0.651 0.651-1.706 0-2.357s-1.706-0.651-2.357 0l-2.128 2.128v-7.29c0-0.92-0.746-1.667-1.667-1.667s-1.667 0.746-1.667 1.667v7.29l-2.128-2.128c-0.651-0.651-1.706-0.651-2.357 0s-0.651 1.706 0 2.357l4.973 4.973c0.651 0.651 1.706 0.651 2.357 0l4.973-4.973z"></path>-->
20
+ <!-- <path d="M10.667 22.98c-0.92 0-1.667 0.746-1.667 1.667s0.746 1.667 1.667 1.667h11.314c0.92 0 1.667-0.746 1.667-1.667s-0.746-1.667-1.667-1.667h-11.314z"></path>-->
21
+ <!-- </symbol>-->
22
+ <!-- <symbol id="plyr-enter-fullscreen" viewBox="0 0 32 32">-->
23
+ <!-- <path d="M18.3 5c-0.921 0-1.667 0.746-1.667 1.667s0.746 1.667 1.667 1.667h3.009l-5.155 5.155c-0.651 0.651-0.651 1.706 0 2.357s1.706 0.651 2.357 0l5.155-5.155v3.009c0 0.921 0.746 1.667 1.667 1.667s1.667-0.746 1.667-1.667v-7.033c0-0.92-0.746-1.667-1.667-1.667h-7.033z"></path>-->
24
+ <!-- <path d="M13.7 27c0.921 0 1.667-0.746 1.667-1.667s-0.746-1.667-1.667-1.667h-3.009l5.155-5.155c0.651-0.651 0.651-1.706 0-2.357s-1.706-0.651-2.357 0l-5.155 5.155v-3.009c0-0.921-0.746-1.667-1.667-1.667s-1.667 0.746-1.667 1.667v7.033c0 0.921 0.746 1.667 1.667 1.667h7.033z"></path>-->
25
+ <!-- </symbol>-->
26
+ <!-- <symbol id="plyr-exit-fullscreen" viewBox="0 0 32 32">-->
27
+ <!-- <path d="M24.366 16.333c0.921 0 1.667-0.746 1.667-1.667s-0.746-1.667-1.667-1.667h-3.009l5.155-5.155c0.651-0.651 0.651-1.706 0-2.357s-1.706-0.651-2.357 0l-5.155 5.155v-3.009c0-0.92-0.746-1.667-1.667-1.667s-1.667 0.746-1.667 1.667v7.033c0 0.921 0.746 1.667 1.667 1.667h7.033z"></path>-->
28
+ <!-- <path d="M7.634 15.667c-0.92 0-1.667 0.746-1.667 1.667s0.746 1.667 1.667 1.667h3.009l-5.155 5.155c-0.651 0.651-0.651 1.706 0 2.357s1.706 0.651 2.357 0l5.155-5.155v3.009c0 0.921 0.746 1.667 1.667 1.667s1.667-0.746 1.667-1.667v-7.033c0-0.921-0.746-1.667-1.667-1.667h-7.033z"></path>-->
29
+ <!-- </symbol>-->
30
+ <!-- <symbol id="plyr-fast-forward" viewBox="0 0 32 32">-->
31
+ <!-- <path d="M16 15.999c-0-0.825-0.375-1.649-1.123-2.117l-8.877-5.556c-1.485-0.93-3.333 0.245-3.333 2.119v11.112c0 1.874 1.848 3.048 3.333 2.119l8.877-5.556c0.748-0.468 1.122-1.293 1.123-2.117v5.555c0 1.874 1.848 3.048 3.333 2.119l8.877-5.556c1.497-0.937 1.497-3.301 0-4.238l-8.877-5.556c-1.485-0.93-3.333 0.245-3.333 2.119v5.555z"></path>-->
32
+ <!-- </symbol>-->
33
+ <!-- <symbol id="plyr-logo-vimeo" viewBox="0 0 18 18">-->
34
+ <!-- <path-->
35
+ <!-- d="M17 5.3c-.1 1.6-1.2 3.7-3.3 6.4-2.2 2.8-4 4.2-5.5 4.2-.9 0-1.7-.9-2.4-2.6C5 10.9 4.4 6 3 6c-.1 0-.5.3-1.2.8l-.8-1c.8-.7 3.5-3.4 4.7-3.5 1.2-.1 2 .7 2.3 2.5.3 2 .8 6.1 1.8 6.1.9 0 2.5-3.4 2.6-4 .1-.9-.3-1.9-2.3-1.1.8-2.6 2.3-3.8 4.5-3.8 1.7.1 2.5 1.2 2.4 3.3z"/>-->
36
+ <!-- </symbol>-->
37
+ <!-- <symbol id="plyr-logo-youtube" viewBox="0 0 18 18">-->
38
+ <!-- <path-->
39
+ <!-- d="M16.8 5.8c-.2-1.3-.8-2.2-2.2-2.4C12.4 3 9 3 9 3s-3.4 0-5.6.4C2 3.6 1.3 4.5 1.2 5.8 1 7.1 1 9 1 9s0 1.9.2 3.2c.2 1.3.8 2.2 2.2 2.4C5.6 15 9 15 9 15s3.4 0 5.6-.4c1.4-.3 2-1.1 2.2-2.4.2-1.3.2-3.2.2-3.2s0-1.9-.2-3.2zM7 12V6l5 3-5 3z"/>-->
40
+ <!-- </symbol>-->
41
+ <!-- <symbol id="plyr-muted" viewBox="0 0 32 32">-->
42
+ <!-- <path d="M24 14.1l-1.71-1.708c-0.524-0.523-1.373-0.523-1.897 0s-0.524 1.371 0 1.895l1.716 1.714-1.714 1.712c-0.524 0.523-0.524 1.371 0 1.895s1.373 0.523 1.897 0l1.708-1.706 1.708 1.706c0.524 0.523 1.897 0 1.897 0 0.524-0.523 0.524-1.371 0-1.895l-1.714-1.712 1.716-1.714c0.524-0.523 0.524-1.371 0-1.895s-1.373-0.523-1.897 0l-1.71 1.708z"></path>-->
43
+ <!-- <path d="M15.219 25.827l-5.053-4.295h-2.833c-0.627 0-1.228-0.213-1.674-0.659s-0.66-1.047-0.66-1.674v-6.4c0-0.627 0.213-1.228 0.66-1.674s1.047-0.66 1.674-0.66h2.832l5.027-4.273c0.735-0.708 1.726-0.753 2.488-0.372s1.319 1.187 1.319 2.178v16c0 2.065-2.336 3.033-3.773 1.835l-0.007-0.006z"></path>-->
44
+ <!-- <path d="M22.29 12.392l1.71 1.708 1.71-1.708c0.524-0.523 1.373-0.523 1.897 0s0.524 1.371 0 1.895l-1.716 1.714 1.714 1.712c0.524 0.523 0.524 1.371 0 1.895 0 0-1.373 0.523-1.897 0l-1.708-1.706-1.708 1.706c-0.524 0.523-1.373 0.523-1.897 0s-0.524-1.371 0-1.895l1.714-1.712-1.716-1.714c-0.524-0.523-0.524-1.371 0-1.895s1.373-0.523 1.897 0z"></path>-->
45
+ <!-- </symbol>-->
46
+ <!-- <symbol id="plyr-pause" viewBox="0 0 32 32">-->
47
+ <!-- <path d="M9.333 6.667c-0.736 0-1.333 0.597-1.333 1.333v16c0 0.736 0.597 1.333 1.333 1.333h2.667c0.736 0 1.333-0.597 1.333-1.333v-16c0-0.736-0.597-1.333-1.333-1.333h-2.667z"></path>-->
48
+ <!-- <path d="M20 6.667c-0.736 0-1.333 0.597-1.333 1.333v16c0 0.736 0.597 1.333 1.333 1.333h2.667c0.736 0 1.333-0.597 1.333-1.333v-16c0-0.736-0.597-1.333-1.333-1.333h-2.667z"></path>-->
49
+ <!-- </symbol>-->
50
+ <!-- <symbol id="plyr-pip" viewBox="0 0 32 32">-->
51
+ <!-- <path d="M11.667 5.333c0.92 0 1.667 0.746 1.667 1.667s-0.746 1.667-1.667 1.667h-2.333c-0.368 0-0.667 0.298-0.667 0.667v13.333c0 0.368 0.298 0.667 0.667 0.667h13.333c0.368 0 0.667-0.299 0.667-0.667v-2.333c0-0.921 0.746-1.667 1.667-1.667s1.667 0.746 1.667 1.667v2.333c0 2.209-1.791 4-4 4h-13.333c-2.209 0-4-1.791-4-4v-13.333c0-2.209 1.791-4 4-4h2.333z"></path>-->
52
+ <!-- <path d="M16.3 7c0-0.92 0.746-1.667 1.667-1.667h7.033c0.921 0 1.667 0.746 1.667 1.667v7.033c0 0.921-0.746 1.667-1.667 1.667s-1.667-0.746-1.667-1.667v-3.009l-5.155 5.155c-0.651 0.651-1.706 0.651-2.357 0s-0.651-1.706 0-2.357l5.155-5.155h-3.009c-0.921 0-1.667-0.746-1.667-1.667z"></path>-->
53
+ <!-- </symbol>-->
54
+ <!-- <symbol id="plyr-play" viewBox="0 0 32 32">-->
55
+ <!-- <path d="M22.615 13.685c1.792 1.024 1.792 3.607 0 4.631l-10.625 6.072c-1.778 1.016-3.99-0.268-3.99-2.315v-12.143c0-2.048 2.212-3.331 3.99-2.315l10.625 6.072z"></path>-->
56
+ <!-- </symbol>-->
57
+ <!-- <symbol id="plyr-restart" viewBox="0 0 32 32">-->
58
+ <!-- <path d="M18.422 4.462c-0.639-0.626-1.662-0.614-2.285 0.028l-3.765 3.876c-0.306 0.304-0.466 0.701-0.48 1.102-0.001 0.025-0.001 0.049-0.001 0.074 0.005 0.413 0.165 0.823 0.48 1.136l3.765 3.876c0.623 0.642 1.647 0.654 2.285 0.028s0.651-1.655 0.028-2.296l-0.962-0.99c3.393 0.693 5.946 3.707 5.946 7.32 0 4.126-3.329 7.47-7.434 7.47s-7.434-3.345-7.434-7.47c0-0.897-0.724-1.624-1.616-1.624s-1.616 0.727-1.616 1.624c0 5.919 4.776 10.718 10.667 10.718s10.667-4.799 10.667-10.718c0-5.488-4.104-10.012-9.397-10.643l1.18-1.214c0.623-0.642 0.611-1.67-0.028-2.296z"></path>-->
59
+ <!-- </symbol>-->
60
+ <!-- <symbol id="plyr-rewind" viewBox="0 0 32 32">-->
61
+ <!-- <path d="M16 15.999c0-0.825 0.375-1.649 1.123-2.117l8.877-5.556c1.485-0.93 3.333 0.245 3.333 2.119v11.112c0 1.874-1.848 3.048-3.333 2.119l-8.877-5.556c-0.748-0.468-1.122-1.293-1.123-2.117v5.555c0 1.874-1.848 3.048-3.333 2.119l-8.877-5.556c-1.497-0.937-1.497-3.301 0-4.238l8.877-5.556c1.485-0.93 3.333 0.245 3.333 2.119v5.555z"></path>-->
62
+ <!--</symbol>-->
63
+ <!-- <symbol id="plyr-settings" viewBox="0 0 32 32">-->
64
+ <!-- <path d="M13.165 5.929c1.309-2.038 4.361-2.038 5.67 0l0.652 1.015c0.589 0.917 1.608 1.489 2.719 1.526l1.23 0.041c2.47 0.083 3.996 2.653 2.835 4.774l-0.578 1.056c-0.522 0.954-0.522 2.098 0 3.053l0.578 1.056c1.161 2.121-0.365 4.691-2.835 4.774l-1.23 0.041c-1.111 0.037-2.13 0.61-2.719 1.526l-0.652 1.015c-1.309 2.038-4.361 2.038-5.67 0l-0.652-1.015c-0.589-0.917-1.608-1.489-2.719-1.526l-1.23-0.041c-2.47-0.083-3.996-2.653-2.835-4.774l0.578-1.056c0.522-0.954 0.522-2.098 0-3.053l-0.578-1.056c-1.161-2.121 0.365-4.691 2.835-4.774l1.23-0.041c1.111-0.037 2.13-0.61 2.719-1.526l0.652-1.015zM16 18.668c1.546 0 2.8-1.254 2.8-2.8s-1.254-2.8-2.8-2.8c-1.546 0-2.8 1.254-2.8 2.8s1.254 2.8 2.8 2.8z"></path>-->
65
+ <!-- </symbol>-->
66
+ <!-- <symbol id="plyr-volume" viewBox="0 0 32 32">-->
67
+ <!-- <path d="M10.166 21.532l5.061 4.301c1.438 1.198 3.773 0.231 3.773-1.835v-16c0-0.991-0.558-1.797-1.319-2.178s-1.753-0.336-2.488 0.372l-5.027 4.273h-2.832c-0.627 0-1.228 0.213-1.674 0.66s-0.66 1.047-0.66 1.674v6.4c0 0.627 0.213 1.228 0.66 1.674s1.047 0.659 1.674 0.659h2.833z"></path>-->
68
+ <!-- <path d="M22.47 10.162c0.278-0.477 0.891-0.638 1.368-0.36 1.98 1.155 3.163 3.668 3.163 6.197 0 2.675-1.191 5.047-3.163 6.197-0.477 0.278-1.089 0.117-1.368-0.36s-0.117-1.089 0.36-1.368c1.229-0.717 2.171-2.344 2.171-4.47 0-2.004-0.951-3.758-2.171-4.47-0.477-0.278-0.638-0.891-0.36-1.368z"></path>-->
69
+ <!-- </symbol>-->
70
+ <!--</svg>-->