@webitel/ui-sdk 23.12.41 → 23.12.44

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 (155) hide show
  1. package/dist/favicon.ico +0 -0
  2. package/dist/img/sprite/index.js +148 -1
  3. package/dist/img/sprite/variable-select.svg +9 -0
  4. package/dist/plyr.svg +70 -0
  5. package/dist/ui-sdk.css +1 -1
  6. package/dist/ui-sdk.mjs +22671 -0
  7. package/dist/ui-sdk.umd.js +37 -43322
  8. package/package.json +33 -41
  9. package/src/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue +3 -3
  10. package/src/components/transitions/wt-expand-transition.vue +2 -2
  11. package/src/components/wt-app-header/wt-app-header.vue +2 -2
  12. package/src/components/wt-app-header/wt-app-navigator.vue +6 -5
  13. package/src/components/wt-app-header/wt-header-actions.vue +30 -14
  14. package/src/components/wt-avatar/wt-avatar.vue +2 -2
  15. package/src/components/wt-badge/wt-badge.vue +3 -3
  16. package/src/components/wt-button/wt-button.vue +5 -3
  17. package/src/components/wt-button-select/__tests__/WtButtonSelect.spec.js +4 -4
  18. package/src/components/wt-button-select/wt-button-select.vue +3 -3
  19. package/src/components/wt-checkbox/wt-checkbox.vue +15 -48
  20. package/src/components/wt-chip/_variables.scss +25 -2
  21. package/src/components/wt-chip/wt-chip.scss +20 -17
  22. package/src/components/wt-chip/wt-chip.vue +10 -5
  23. package/src/components/wt-context-menu/wt-context-menu.vue +4 -4
  24. package/src/components/wt-copy-action/wt-copy-action.vue +6 -6
  25. package/src/components/wt-datepicker/wt-datepicker.vue +14 -12
  26. package/src/components/wt-divider/wt-divider.vue +1 -1
  27. package/src/components/wt-dummy/wt-dummy.vue +6 -2
  28. package/src/components/wt-error-page/wt-error-page.vue +10 -4
  29. package/src/components/wt-expansion-panel/wt-expansion-panel.vue +4 -4
  30. package/src/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue +7 -4
  31. package/src/components/wt-headline/wt-headline.vue +4 -4
  32. package/src/components/wt-headline-nav/wt-headline-nav.vue +11 -4
  33. package/src/components/wt-hint/wt-hint.vue +4 -4
  34. package/src/components/wt-icon/wt-icon.vue +5 -5
  35. package/src/components/wt-icon-action/_internals/wt-add-icon-action.vue +2 -2
  36. package/src/components/wt-icon-action/_internals/wt-delete-icon-action.vue +2 -2
  37. package/src/components/wt-icon-action/_internals/wt-download-icon-action.vue +2 -2
  38. package/src/components/wt-icon-action/_internals/wt-edit-icon-action.vue +2 -2
  39. package/src/components/wt-icon-action/_internals/wt-history-icon-action.vue +2 -2
  40. package/src/components/wt-icon-action/_internals/wt-refresh-icon-action.vue +2 -2
  41. package/src/components/wt-icon-action/wt-icon-action.vue +1 -1
  42. package/src/components/wt-icon-btn/wt-icon-btn.vue +3 -2
  43. package/src/components/wt-indicator/wt-indicator.vue +6 -3
  44. package/src/components/wt-input/wt-input.vue +190 -199
  45. package/src/components/wt-input-info/wt-input-info.vue +2 -2
  46. package/src/components/wt-item-link/wt-item-link.vue +1 -1
  47. package/src/components/wt-label/_variables.scss +4 -2
  48. package/src/components/wt-label/wt-label.vue +5 -18
  49. package/src/components/wt-load-bar/wt-load-bar.vue +5 -2
  50. package/src/components/wt-loader/_internals/wt-loader--md.vue +11 -2
  51. package/src/components/wt-loader/_internals/wt-loader--sm.vue +9 -2
  52. package/src/components/wt-loader/wt-loader.vue +10 -3
  53. package/src/components/wt-navigation-bar/wt-navigation-bar.vue +16 -8
  54. package/src/components/wt-notification/wt-notification.vue +3 -3
  55. package/src/components/wt-notifications-bar/wt-notifications-bar.vue +9 -5
  56. package/src/components/wt-page-header/wt-page-header.vue +7 -8
  57. package/src/components/wt-page-wrapper/wt-page-wrapper.vue +8 -5
  58. package/src/components/wt-pagination/wt-pagination.vue +17 -15
  59. package/src/components/wt-player/wt-player.vue +16 -16
  60. package/src/components/wt-popup/_variables.scss +4 -3
  61. package/src/components/wt-popup/wt-popup.vue +18 -10
  62. package/src/components/wt-progress-bar/wt-progress-bar.vue +11 -7
  63. package/src/components/wt-radio/wt-radio.vue +15 -7
  64. package/src/components/wt-rounded-action/wt-rounded-action.vue +2 -2
  65. package/src/components/wt-search-bar/__tests__/WtSearchBar.spec.js +1 -1
  66. package/src/components/wt-search-bar/wt-search-bar.vue +6 -5
  67. package/src/components/wt-select/_multiselect.scss +48 -53
  68. package/src/components/wt-select/_variables.scss +0 -3
  69. package/src/components/wt-select/wt-select.vue +41 -40
  70. package/src/components/wt-slider/wt-slider.vue +5 -5
  71. package/src/components/wt-status-select/wt-status-select.vue +9 -9
  72. package/src/components/wt-stepper/wt-stepper.vue +8 -6
  73. package/src/components/wt-switcher/_variables.scss +30 -7
  74. package/src/components/wt-switcher/wt-switcher.vue +56 -35
  75. package/src/components/wt-table/_variables.scss +8 -5
  76. package/src/components/wt-table/wt-table.vue +123 -90
  77. package/src/components/wt-table-actions/wt-table-actions.vue +14 -14
  78. package/src/components/wt-table-column-select/wt-table-column-select.vue +33 -28
  79. package/src/components/wt-tabs/_variables.scss +4 -4
  80. package/src/components/wt-tabs/wt-tabs.vue +15 -13
  81. package/src/components/wt-tags-input/wt-tags-input.vue +26 -35
  82. package/src/components/wt-textarea/wt-textarea.vue +21 -33
  83. package/src/components/wt-time-input/wt-time-input.vue +24 -54
  84. package/src/components/wt-timepicker/wt-timepicker.vue +19 -27
  85. package/src/components/wt-tooltip/__tests__/WtTooltip.spec.js +0 -10
  86. package/src/components/wt-tooltip/_internals/wt-tooltip-floating.vue +2 -2
  87. package/src/components/wt-tooltip/_variables.scss +2 -4
  88. package/src/components/wt-tooltip/wt-tooltip.vue +6 -18
  89. package/src/composables/useCachedInterval/__tests__/useCachedInterval.spec.js +5 -5
  90. package/src/css/styleguide/colors/_colors.scss +15 -14
  91. package/src/css/styleguide/colors/reusable/_text-field.scss +36 -0
  92. package/src/css/styleguide/placeholder/_placeholder.scss +9 -9
  93. package/src/locale/i18n.js +1 -1
  94. package/src/locale/kz/kz.js +74 -78
  95. package/src/mixins/validationMixin/useValidation.js +2 -2
  96. package/src/modules/AgentStatusSelect/components/__tests__/wt-cc-agent-status-select.spec.js +4 -4
  97. package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +11 -9
  98. package/src/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue +6 -5
  99. package/src/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue +3 -3
  100. package/src/modules/AuditForm/components/__tests__/audit-form.spec.js +1 -1
  101. package/src/modules/AuditForm/components/audit-form-question-read-wrapper.vue +10 -6
  102. package/src/modules/AuditForm/components/audit-form-question-write-wrapper.vue +8 -8
  103. package/src/modules/AuditForm/components/audit-form-question.vue +8 -8
  104. package/src/modules/AuditForm/components/audit-form.vue +6 -5
  105. package/src/modules/AuditForm/components/questions/options/audit-form-question-options-write-row.vue +4 -4
  106. package/src/modules/AuditForm/components/questions/options/audit-form-question-options.vue +7 -4
  107. package/src/modules/AuditForm/components/questions/score/audit-form-question-score.vue +3 -3
  108. package/src/modules/CSVExport/__tests__/CSVExport.spec.js +5 -2
  109. package/src/modules/DeleteConfirmationPopup/__tests__/delete-confirmation-popup.spec.js +6 -6
  110. package/src/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue +13 -6
  111. package/src/modules/FilesExport/__tests__/FilesExport.spec.js +6 -3
  112. package/src/modules/Filters/components/filter-pagination.vue +1 -1
  113. package/src/modules/Filters/components/filter-table-fields.vue +1 -1
  114. package/src/modules/Notifications/store/__tests__/NotificationsStoreModule.actions.spec.js +6 -6
  115. package/src/modules/QueryFilters/classes/__tests__/ApiFilterSchema.spec.js +1 -1
  116. package/src/modules/QueryFilters/components/__tests__/abstract-api-filter.spec.js +4 -4
  117. package/src/modules/QueryFilters/components/__tests__/filter-datetime.spec.js +2 -2
  118. package/src/modules/QueryFilters/components/__tests__/filter-from-to.spec.js +4 -4
  119. package/src/modules/QueryFilters/components/__tests__/filter-search.spec.js +2 -2
  120. package/src/modules/QueryFilters/components/abstract-api-filter.vue +2 -2
  121. package/src/modules/QueryFilters/components/abstract-enum-filter.vue +2 -2
  122. package/src/modules/QueryFilters/components/filter-datetime.vue +2 -2
  123. package/src/modules/QueryFilters/components/filter-from-to.vue +12 -10
  124. package/src/modules/QueryFilters/components/filter-search.vue +2 -2
  125. package/src/modules/QueryFilters/components/filter-table-fields.vue +7 -7
  126. package/src/modules/QueryFilters/mixins/__tests__/apiFilterMixin.spec.js +1 -1
  127. package/src/modules/QueryFilters/mixins/__tests__/enumFilterMixin.spec.js +2 -2
  128. package/src/modules/QueryFilters/mixins/__tests__/paginationFilterMixin.spec.js +2 -2
  129. package/src/modules/QueryFilters/mixins/__tests__/sortFilterMixin.spec.js +1 -1
  130. package/src/modules/QueryFilters/store/__tests__/QueryFiltersStoreModule.spec.js +2 -2
  131. package/src/modules/Userinfo/components/__tests__/auth.spec.js +7 -8
  132. package/src/modules/Userinfo/components/the-auth.vue +7 -4
  133. package/src/store/BaseStoreModules/__tests__/BaseStoreModule.spec.js +6 -6
  134. package/dist/demo.html +0 -1
  135. package/dist/ui-sdk.common.js +0 -43304
  136. package/dist/ui-sdk.common.js.map +0 -1
  137. package/dist/ui-sdk.umd.js.map +0 -1
  138. package/dist/ui-sdk.umd.min.js +0 -35
  139. package/dist/ui-sdk.umd.min.js.map +0 -1
  140. package/src/components/wt-button/Readme.md +0 -23
  141. package/src/components/wt-button-select/Readme.md +0 -13
  142. package/src/components/wt-headline-nav/Readme.md +0 -9
  143. package/src/components/wt-icon/Readme.md +0 -327
  144. package/src/components/wt-icon/docs/cleanup-svg-fill-none.png +0 -0
  145. package/src/components/wt-icon/docs/cleanup-svg-fill.png +0 -0
  146. package/src/components/wt-icon/docs/cleanup-svg-viewbox-correct.png +0 -0
  147. package/src/components/wt-icon/docs/cleanup-svg-viewbox-incorrect.png +0 -0
  148. package/src/components/wt-icon/docs/cleanup-svg-width-height.png +0 -0
  149. package/src/components/wt-icon/docs/svg-icon-code-example.png +0 -0
  150. package/src/components/wt-icon/docs/svg-sprite-in-dom.png +0 -0
  151. package/src/components/wt-icon-btn/Readme.md +0 -10
  152. package/src/components/wt-rounded-action/Readme.md +0 -68
  153. package/src/components/wt-tags-input/_variables.scss +0 -24
  154. package/src/validators/variableSearchValidator/Readme.md +0 -13
  155. package/src/validators/websocketValidator/Readme.md +0 -7
Binary file
@@ -1 +1,148 @@
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 './variable-select.svg';
65
+ import './contacts.svg';
66
+ import './copy.svg';
67
+ import './docs.svg';
68
+ import './download.svg';
69
+ import './edit.svg';
70
+ import './expand.svg';
71
+ import './eye--closed.svg';
72
+ import './eye--opened.svg';
73
+ import './filter.svg';
74
+ import './generate.svg';
75
+ import './google.svg';
76
+ import './history.svg';
77
+ import './hold.svg';
78
+ import './link.svg';
79
+ import './lock.svg';
80
+ import './logout.svg';
81
+ import './menu.svg';
82
+ import './email.svg';
83
+ import './mail.svg';
84
+ import './mail--color.svg';
85
+ import './messenger-facebook.svg';
86
+ import './messenger-facebook--filled.svg';
87
+ import './messenger-infobip.svg';
88
+ import './messenger-telegram.svg';
89
+ import './messenger-telegram--filled.svg';
90
+ import './messenger-viber.svg';
91
+ import './messenger-viber--filled.svg';
92
+ import './messenger-web-chat.svg';
93
+ import './messenger-whatsapp.svg';
94
+ import './messenger-whatsapp--filled.svg';
95
+ import './messenger-messenger.svg';
96
+ import './instagram.svg';
97
+ import './mic.svg';
98
+ import './mic-muted.svg';
99
+ import './move.svg';
100
+ import './note.svg';
101
+ import './numpad.svg';
102
+ import './pause.svg';
103
+ import './play.svg';
104
+ import './plus.svg';
105
+ import './prompter.svg';
106
+ import './queue-member.svg';
107
+ import './radio.svg';
108
+ import './radio--checked.svg';
109
+ import './rec.svg';
110
+ import './rec-off.svg';
111
+ import './refresh.svg';
112
+ import './rounded-info.svg';
113
+ import './role.svg';
114
+ import './done.svg';
115
+ import './search.svg';
116
+ import './send-arrow.svg';
117
+ import './settings.svg';
118
+ import './sort-arrow-down.svg';
119
+ import './sort-arrow-up.svg';
120
+ import './sound-off.svg';
121
+ import './sound-on.svg';
122
+ import './scorecard.svg';
123
+ import './star.svg';
124
+ import './star--filled.svg';
125
+ import './stop.svg';
126
+ import './tick.svg';
127
+ import './upload.svg';
128
+ import './user.svg';
129
+ import './video-cam-off.svg';
130
+ import './video-cam.svg';
131
+ import './zoom-in.svg';
132
+ import './zoom-out.svg';
133
+ import './tts-download.svg';
134
+ import './stt.svg';
135
+ import './stt-download.svg';
136
+ import './stt-search.svg';
137
+ import './idle.svg';
138
+ import './telegram-bot.svg';
139
+ import './pin.svg';
140
+ import './unpin.svg';
141
+ import './conference.svg';
142
+ import './meta.svg';
143
+ import './options.svg';
144
+
145
+ import './preview-tag-audio.svg';
146
+ import './preview-tag-video.svg';
147
+ import './preview-tag-application.svg';
148
+ import './preview-tag-image.svg';
@@ -0,0 +1,9 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 5.00352C8 4.4258 7.93106 3.36238 7.07714 2.62073C6.29738 1.9435 5.30612 1.99776 5.20758 2.00316L5.2 2.00352H4.8L4.79243 2.00316C4.69388 1.99776 3.70263 1.9435 2.92287 2.62073C2.06894 3.36237 2 4.4258 2 5.00352V19.0035C2 19.5812 2.06894 20.6447 2.92286 21.3863C3.70262 22.0635 4.69388 22.0093 4.79242 22.0039L4.8 22.0035H5.2L5.20757 22.0039C5.30612 22.0093 6.29738 22.0635 7.07714 21.3863C7.93106 20.6447 8 19.5812 8 19.0035L8 17.0034C8 16.4511 7.55228 16.0034 7 16.0034C6.44771 16.0034 6 16.4511 6 17.0034L6 19.0035C6 19.0309 5.99973 19.0576 5.99919 19.0835C5.98018 19.998 5.62964 20.0035 5.2 20.0035H4.8C4.37036 20.0035 4.01982 19.998 4.00081 19.0835C4.00027 19.0576 4 19.0309 4 19.0035V5.00352C4 4.9761 4.00027 4.94944 4.00081 4.92351C4.01982 4.00909 4.37036 4.00352 4.8 4.00352H5.2C5.62964 4.00352 5.98018 4.00909 5.99919 4.92351C5.99973 4.94944 6 4.9761 6 5.00352V7.00342C6 7.5557 6.44772 8.00342 7 8.00342C7.55229 8.00342 8 7.5557 8 7.00342L8 5.00352Z"/>
3
+ <path d="M9 18.0034C9 17.4511 9.44772 17.0034 10 17.0034C10.5523 17.0034 11 17.4511 11 18.0034V19.0035C11 19.0309 11.0003 19.0576 11.0008 19.0835C11.0198 19.998 11.3704 20.0035 11.8 20.0035H12.2C12.6296 20.0035 12.9802 19.998 12.9992 19.0835C12.9997 19.0576 13 19.0309 13 19.0035V18.0034C13 17.4511 13.4477 17.0034 14 17.0034C14.5523 17.0034 15 17.4511 15 18.0034V19.0035C15 19.5812 14.9311 20.6447 14.0771 21.3863C13.2974 22.0635 12.3061 22.0093 12.2076 22.0039L12.2 22.0035H11.8L11.7924 22.0039C11.6939 22.0093 10.7026 22.0635 9.92286 21.3863C9.06894 20.6447 9 19.5812 9 19.0035V18.0034Z"/>
4
+ <path d="M13 6.00342C13 6.5557 13.4477 7.00342 14 7.00342C14.5523 7.00342 15 6.5557 15 6.00342V5.00352C15 4.4258 14.9311 3.36238 14.0771 2.62073C13.2974 1.9435 12.3061 1.99776 12.2076 2.00316L12.2 2.00352H11.8L11.7924 2.00316C11.6939 1.99776 10.7026 1.9435 9.92287 2.62073C9.06894 3.36237 9 4.4258 9 5.00352V6.00342C9 6.5557 9.44772 7.00342 10 7.00342C10.5523 7.00342 11 6.5557 11 6.00342V5.00352C11 4.9761 11.0003 4.94944 11.0008 4.92351C11.0198 4.00909 11.3704 4.00352 11.8 4.00352H12.2C12.6296 4.00352 12.9802 4.00909 12.9992 4.92351C12.9997 4.94944 13 4.9761 13 5.00352V6.00342Z"/>
5
+ <path d="M16 17.0034C16 16.4511 16.4477 16.0034 17 16.0034C17.5523 16.0034 18 16.4511 18 17.0034V19.0035C18 19.0309 18.0003 19.0576 18.0008 19.0835C18.0198 19.998 18.3704 20.0035 18.8 20.0035H19.2C19.6296 20.0035 19.9802 19.998 19.9992 19.0835C19.9995 19.0679 19.9997 19.052 19.9999 19.0359L20 19.0035V5.00352C20 4.9761 19.9997 4.94944 19.9992 4.92351C19.9802 4.00909 19.6296 4.00352 19.2 4.00352H18.8C18.3704 4.00352 18.0198 4.00909 18.0008 4.92351C18.0003 4.94944 18 4.9761 18 5.00352V7.00342C18 7.5557 17.5523 8.00342 17 8.00342C16.4477 8.00342 16 7.5557 16 7.00342V5.00352C16 4.4258 16.0689 3.36237 16.9229 2.62073C17.7026 1.9435 18.6939 1.99776 18.7924 2.00316L18.8 2.00352H19.2L19.2076 2.00316C19.3061 1.99776 20.2974 1.9435 21.0771 2.62073C21.9311 3.36238 22 4.4258 22 5.00352L22 19.0035C22 19.5812 21.9311 20.6447 21.0771 21.3863C20.2974 22.0635 19.3061 22.0093 19.2076 22.0039L19.2 22.0035H18.8L18.7924 22.0039C18.6939 22.0093 17.7026 22.0635 16.9229 21.3863C16.0689 20.6447 16 19.5812 16 19.0035V17.0034Z"/>
6
+ <path d="M8.70744 10.7071C9.09797 10.3166 9.09797 9.68342 8.70744 9.29289C8.31692 8.90237 7.68375 8.90237 7.29323 9.29289L6.00034 10.5858C5.21929 11.3668 5.21929 12.6332 6.00034 13.4142L7.29323 14.7071C7.68375 15.0976 8.31692 15.0976 8.70744 14.7071C9.09797 14.3166 9.09797 13.6834 8.70744 13.2929L7.41455 12L8.70744 10.7071Z"/>
7
+ <path d="M15.293 9.29289C14.9025 9.68342 14.9025 10.3166 15.293 10.7071L16.5859 12L15.293 13.2929C14.9025 13.6834 14.9025 14.3166 15.293 14.7071C15.6836 15.0976 16.3167 15.0976 16.7073 14.7071L18.0002 13.4142C18.7812 12.6332 18.7812 11.3668 18.0002 10.5858L16.7073 9.29289C16.3167 8.90237 15.6836 8.90237 15.293 9.29289Z"/>
8
+ <path d="M11.0002 13C10.448 13 10.0002 13.4477 10.0002 14C10.0002 14.5523 10.448 15 11.0002 15H13.0002C13.5525 15 14.0002 14.5523 14.0002 14C14.0002 13.4477 13.5525 13 13.0002 13H11.0002Z"/>
9
+ </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>-->