@webitel/ui-sdk 23.12.40 → 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.
- package/dist/favicon.ico +0 -0
- package/dist/img/sprite/index.js +147 -1
- package/dist/plyr.svg +70 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.mjs +22672 -0
- package/dist/ui-sdk.umd.js +37 -43322
- package/package.json +33 -41
- package/src/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue +3 -3
- package/src/components/transitions/wt-expand-transition.vue +2 -2
- package/src/components/wt-app-header/wt-app-header.vue +2 -2
- package/src/components/wt-app-header/wt-app-navigator.vue +6 -5
- package/src/components/wt-app-header/wt-header-actions.vue +30 -14
- package/src/components/wt-avatar/wt-avatar.vue +2 -2
- package/src/components/wt-badge/wt-badge.vue +3 -3
- package/src/components/wt-button/wt-button.vue +5 -3
- package/src/components/wt-button-select/__tests__/WtButtonSelect.spec.js +4 -4
- package/src/components/wt-button-select/wt-button-select.vue +3 -3
- package/src/components/wt-checkbox/wt-checkbox.vue +12 -7
- package/src/components/wt-chip/wt-chip.vue +6 -3
- package/src/components/wt-context-menu/wt-context-menu.vue +4 -4
- package/src/components/wt-copy-action/wt-copy-action.vue +6 -6
- package/src/components/wt-datepicker/wt-datepicker.vue +14 -12
- package/src/components/wt-divider/wt-divider.vue +1 -1
- package/src/components/wt-dummy/wt-dummy.vue +6 -2
- package/src/components/wt-error-page/wt-error-page.vue +10 -4
- package/src/components/wt-expansion-panel/wt-expansion-panel.vue +4 -4
- package/src/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue +7 -4
- package/src/components/wt-headline/wt-headline.vue +4 -4
- package/src/components/wt-headline-nav/wt-headline-nav.vue +11 -4
- package/src/components/wt-hint/wt-hint.vue +4 -4
- package/src/components/wt-icon/wt-icon.vue +5 -5
- package/src/components/wt-icon-action/_internals/wt-add-icon-action.vue +2 -2
- package/src/components/wt-icon-action/_internals/wt-delete-icon-action.vue +2 -2
- package/src/components/wt-icon-action/_internals/wt-download-icon-action.vue +2 -2
- package/src/components/wt-icon-action/_internals/wt-edit-icon-action.vue +2 -2
- package/src/components/wt-icon-action/_internals/wt-history-icon-action.vue +2 -2
- package/src/components/wt-icon-action/_internals/wt-refresh-icon-action.vue +2 -2
- package/src/components/wt-icon-action/wt-icon-action.vue +1 -1
- package/src/components/wt-icon-btn/wt-icon-btn.vue +1 -1
- package/src/components/wt-indicator/wt-indicator.vue +6 -3
- package/src/components/wt-input/wt-input.vue +189 -198
- package/src/components/wt-input-info/wt-input-info.vue +2 -2
- package/src/components/wt-item-link/wt-item-link.vue +1 -1
- package/src/components/wt-label/_variables.scss +4 -2
- package/src/components/wt-label/wt-label.vue +5 -18
- package/src/components/wt-load-bar/wt-load-bar.vue +5 -2
- package/src/components/wt-loader/_internals/wt-loader--md.vue +11 -2
- package/src/components/wt-loader/_internals/wt-loader--sm.vue +9 -2
- package/src/components/wt-loader/wt-loader.vue +10 -3
- package/src/components/wt-navigation-bar/wt-navigation-bar.vue +16 -8
- package/src/components/wt-notification/wt-notification.vue +3 -3
- package/src/components/wt-notifications-bar/wt-notifications-bar.vue +9 -5
- package/src/components/wt-page-header/wt-page-header.vue +7 -8
- package/src/components/wt-page-wrapper/wt-page-wrapper.vue +8 -5
- package/src/components/wt-pagination/wt-pagination.vue +17 -15
- package/src/components/wt-player/wt-player.vue +16 -16
- package/src/components/wt-popup/wt-popup.vue +13 -7
- package/src/components/wt-progress-bar/wt-progress-bar.vue +11 -7
- package/src/components/wt-radio/wt-radio.vue +15 -7
- package/src/components/wt-rounded-action/wt-rounded-action.vue +2 -2
- package/src/components/wt-search-bar/__tests__/WtSearchBar.spec.js +1 -1
- package/src/components/wt-search-bar/wt-search-bar.vue +6 -5
- package/src/components/wt-select/_multiselect.scss +1 -2
- package/src/components/wt-select/wt-select.vue +33 -19
- package/src/components/wt-slider/wt-slider.vue +5 -5
- package/src/components/wt-status-select/wt-status-select.vue +9 -9
- package/src/components/wt-stepper/wt-stepper.vue +8 -6
- package/src/components/wt-switcher/wt-switcher.vue +12 -7
- package/src/components/wt-table/wt-table.vue +110 -72
- package/src/components/wt-table-actions/wt-table-actions.vue +14 -14
- package/src/components/wt-table-column-select/wt-table-column-select.vue +28 -26
- package/src/components/wt-tabs/wt-tabs.vue +7 -7
- package/src/components/wt-tags-input/wt-tags-input.vue +23 -15
- package/src/components/wt-textarea/wt-textarea.vue +16 -11
- package/src/components/wt-time-input/wt-time-input.vue +8 -5
- package/src/components/wt-timepicker/wt-timepicker.vue +20 -16
- package/src/components/wt-tooltip/_internals/wt-tooltip-floating.vue +2 -2
- package/src/components/wt-tooltip/wt-tooltip.vue +4 -4
- package/src/composables/useCachedInterval/__tests__/useCachedInterval.spec.js +5 -5
- package/src/css/styleguide/colors/_colors.scss +9 -8
- package/src/css/styleguide/colors/reusable/_text-field.scss +20 -0
- package/src/css/styleguide/placeholder/_placeholder.scss +6 -11
- package/src/locale/i18n.js +1 -1
- package/src/locale/kz/kz.js +74 -78
- package/src/mixins/validationMixin/useValidation.js +2 -2
- package/src/modules/AgentStatusSelect/components/__tests__/wt-cc-agent-status-select.spec.js +4 -4
- package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +11 -9
- package/src/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue +6 -5
- package/src/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue +3 -3
- package/src/modules/AuditForm/components/__tests__/audit-form.spec.js +1 -1
- package/src/modules/AuditForm/components/audit-form-question-read-wrapper.vue +10 -6
- package/src/modules/AuditForm/components/audit-form-question-write-wrapper.vue +8 -8
- package/src/modules/AuditForm/components/audit-form-question.vue +8 -8
- package/src/modules/AuditForm/components/audit-form.vue +6 -5
- package/src/modules/AuditForm/components/questions/options/audit-form-question-options-write-row.vue +4 -4
- package/src/modules/AuditForm/components/questions/options/audit-form-question-options.vue +7 -4
- package/src/modules/AuditForm/components/questions/score/audit-form-question-score.vue +3 -3
- package/src/modules/CSVExport/__tests__/CSVExport.spec.js +5 -2
- package/src/modules/DeleteConfirmationPopup/__tests__/delete-confirmation-popup.spec.js +6 -6
- package/src/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue +13 -6
- package/src/modules/FilesExport/__tests__/FilesExport.spec.js +6 -3
- package/src/modules/Filters/components/filter-pagination.vue +1 -1
- package/src/modules/Filters/components/filter-table-fields.vue +1 -1
- package/src/modules/Notifications/store/__tests__/NotificationsStoreModule.actions.spec.js +6 -6
- package/src/modules/QueryFilters/classes/__tests__/ApiFilterSchema.spec.js +1 -1
- package/src/modules/QueryFilters/components/__tests__/abstract-api-filter.spec.js +4 -4
- package/src/modules/QueryFilters/components/__tests__/filter-datetime.spec.js +2 -2
- package/src/modules/QueryFilters/components/__tests__/filter-from-to.spec.js +4 -4
- package/src/modules/QueryFilters/components/__tests__/filter-search.spec.js +2 -2
- package/src/modules/QueryFilters/components/abstract-api-filter.vue +2 -2
- package/src/modules/QueryFilters/components/abstract-enum-filter.vue +2 -2
- package/src/modules/QueryFilters/components/filter-datetime.vue +2 -2
- package/src/modules/QueryFilters/components/filter-from-to.vue +12 -10
- package/src/modules/QueryFilters/components/filter-search.vue +2 -2
- package/src/modules/QueryFilters/components/filter-table-fields.vue +7 -7
- package/src/modules/QueryFilters/mixins/__tests__/apiFilterMixin.spec.js +1 -1
- package/src/modules/QueryFilters/mixins/__tests__/enumFilterMixin.spec.js +2 -2
- package/src/modules/QueryFilters/mixins/__tests__/paginationFilterMixin.spec.js +2 -2
- package/src/modules/QueryFilters/mixins/__tests__/sortFilterMixin.spec.js +1 -1
- package/src/modules/QueryFilters/store/__tests__/QueryFiltersStoreModule.spec.js +2 -2
- package/src/modules/Userinfo/components/__tests__/auth.spec.js +7 -8
- package/src/modules/Userinfo/components/the-auth.vue +7 -4
- package/src/scripts/saveAsJSON.js +3 -1
- package/src/store/BaseStoreModules/__tests__/BaseStoreModule.spec.js +6 -6
- package/dist/demo.html +0 -1
- package/dist/ui-sdk.common.js +0 -43304
- package/dist/ui-sdk.common.js.map +0 -1
- package/dist/ui-sdk.umd.js.map +0 -1
- package/dist/ui-sdk.umd.min.js +0 -35
- package/dist/ui-sdk.umd.min.js.map +0 -1
- package/src/components/wt-button/Readme.md +0 -23
- package/src/components/wt-button-select/Readme.md +0 -13
- package/src/components/wt-headline-nav/Readme.md +0 -9
- package/src/components/wt-icon/Readme.md +0 -327
- package/src/components/wt-icon/docs/cleanup-svg-fill-none.png +0 -0
- package/src/components/wt-icon/docs/cleanup-svg-fill.png +0 -0
- package/src/components/wt-icon/docs/cleanup-svg-viewbox-correct.png +0 -0
- package/src/components/wt-icon/docs/cleanup-svg-viewbox-incorrect.png +0 -0
- package/src/components/wt-icon/docs/cleanup-svg-width-height.png +0 -0
- package/src/components/wt-icon/docs/svg-icon-code-example.png +0 -0
- package/src/components/wt-icon/docs/svg-sprite-in-dom.png +0 -0
- package/src/components/wt-icon-btn/Readme.md +0 -10
- package/src/components/wt-rounded-action/Readme.md +0 -68
- package/src/validators/variableSearchValidator/Readme.md +0 -13
- package/src/validators/websocketValidator/Readme.md +0 -7
package/dist/favicon.ico
ADDED
|
Binary file
|
package/dist/img/sprite/index.js
CHANGED
|
@@ -1 +1,147 @@
|
|
|
1
|
-
import
|
|
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>-->
|