@webitel/ui-sdk 25.10.66 → 25.10.68
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/img/sprite/index.js +2 -0
- package/dist/img/sprite/tile.svg +6 -0
- package/dist/{install-CW8oHjb5.js → install-BX7DtU4E.js} +29181 -25087
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1130 -609
- package/dist/{vidstack-Bq6c3Bam-LsSTFDin.js → vidstack-Bq6c3Bam-CcgXYtx3.js} +2 -2
- package/dist/{vidstack-D2pY00kU-BwJtWNq2.js → vidstack-D2pY00kU-Dd_evVt0.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CA2iLYFD.js → vidstack-DDXt6fpN-C7cfgYWh.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-PulLI2mI.js → vidstack-D_-9AA6_-Dg186Vwc.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-CfsZRUOX.js → vidstack-DqAw8m9J-C_JvCAxU.js} +1 -1
- package/dist/{vidstack-audio-CnObeLGZ.js → vidstack-audio-DsdkNpLr.js} +2 -2
- package/dist/{vidstack-dash-CrnWMZAr.js → vidstack-dash-CTibUY2Y.js} +3 -3
- package/dist/{vidstack-google-cast-C7wR4EmH.js → vidstack-google-cast-B7elqrpL.js} +3 -3
- package/dist/{vidstack-hls-C6Idke2U.js → vidstack-hls-CVaO-8ff.js} +3 -3
- package/dist/{vidstack-video-CdqnqAr9.js → vidstack-video-Bu1K77pl.js} +2 -2
- package/dist/{vidstack-vimeo-9Y9DFwy9.js → vidstack-vimeo-DnvfVz1H.js} +3 -3
- package/dist/{vidstack-youtube-C3w6gYqB.js → vidstack-youtube-Cj2UsmZj.js} +2 -2
- package/package.json +2 -2
- package/src/assets/icons/sprite/index.js +2 -0
- package/src/assets/icons/sprite/tile.svg +6 -0
- package/src/components/index.js +3 -0
- package/src/components/wt-galleria/types/WtGalleria.d.ts +6 -0
- package/src/components/wt-galleria/wt-galleria.vue +229 -0
- package/src/components/wt-popup/_variables.scss +1 -1
- package/src/composables/index.ts +1 -0
- package/src/composables/useCard/useCardComponent.js +4 -0
- package/src/composables/useGalleriaFullscreen/useGalleriaFullscreen.ts +65 -0
- package/src/modules/CardStoreModule/composables/useCardStore.js +9 -3
- package/src/plugins/primevue/primevue.plugin.js +2 -0
- package/src/plugins/primevue/theme/components/components.js +2 -0
- package/src/plugins/primevue/theme/components/galleria/galleria.js +71 -0
- package/types/components/index.d.ts +3 -1
- package/types/components/wt-galleria/wt-galleria.vue.d.ts +22 -0
- package/types/components/wt-popup/wt-popup.vue.d.ts +1 -1
- package/types/composables/index.d.ts +1 -0
- package/types/composables/useGalleriaFullscreen/useGalleriaFullscreen.d.ts +4 -0
- package/types/modules/CardStoreModule/composables/useCardStore.d.ts +4 -2
- package/types/modules/Filters/components/filter-pagination.vue.d.ts +2 -2
- package/types/modules/Filters/components/filter-table-fields.vue.d.ts +2 -2
- package/types/plugins/primevue/theme/components/components.d.ts +2 -0
- package/types/plugins/primevue/theme/components/galleria/galleria.d.ts +233 -0
package/dist/img/sprite/index.js
CHANGED
|
@@ -201,6 +201,7 @@ import sttSearch from './stt-search.svg';
|
|
|
201
201
|
import table from './table.svg';
|
|
202
202
|
import telegramBot from './telegram-bot.svg';
|
|
203
203
|
import tick from './tick.svg';
|
|
204
|
+
import tile from './tile.svg';
|
|
204
205
|
import treeCollapse from './tree-collapse.svg';
|
|
205
206
|
import treeCorner from './tree-corner.svg';
|
|
206
207
|
import treeCross from './tree-cross.svg';
|
|
@@ -446,6 +447,7 @@ export default objCamelToKebab({
|
|
|
446
447
|
checkboxTick,
|
|
447
448
|
log,
|
|
448
449
|
downloadPdf,
|
|
450
|
+
tile,
|
|
449
451
|
|
|
450
452
|
recordStart,
|
|
451
453
|
recordStop,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 13C9.65685 13 11 14.3431 11 16V19C11 20.6569 9.65685 22 8 22H5C3.34315 22 2 20.6569 2 19V16C2 14.3431 3.34315 13 5 13H8ZM5 15H8C8.55229 15 9 15.4477 9 16V19C9 19.5523 8.55228 20 8 20H5C4.44772 20 4 19.5523 4 19V16C4 15.4477 4.44772 15 5 15Z"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C9.65685 2 11 3.34315 11 5V8C11 9.65685 9.65685 11 8 11H5C3.34315 11 2 9.65685 2 8V5C2 3.34315 3.34315 2 5 2H8ZM5 4H8C8.55229 4 9 4.44772 9 5V8C9 8.55228 8.55228 9 8 9H5C4.44772 9 4 8.55228 4 8V5C4 4.44771 4.44772 4 5 4Z"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 13C20.6569 13 22 14.3431 22 16V19C22 20.6569 20.6569 22 19 22H16C14.3431 22 13 20.6569 13 19V16C13 14.3431 14.3431 13 16 13H19ZM16 15H19C19.5523 15 20 15.4477 20 16V19C20 19.5523 19.5523 20 19 20H16C15.4477 20 15 19.5523 15 19V16C15 15.4477 15.4477 15 16 15Z"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 2C20.6569 2 22 3.34315 22 5V8C22 9.65685 20.6569 11 19 11H16C14.3431 11 13 9.65685 13 8V5C13 3.34315 14.3431 2 16 2H19ZM16 4H19C19.5523 4 20 4.44772 20 5V8C20 8.55228 19.5523 9 19 9H16C15.4477 9 15 8.55228 15 8V5C15 4.44771 15.4477 4 16 4Z"/>
|
|
6
|
+
</svg>
|