@nextcloud/vue 8.6.2 → 8.7.1

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 (137) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/Components/NcActionButton.cjs +6 -6
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +3 -3
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionInput.cjs +1 -1
  7. package/dist/Components/NcActionInput.mjs +1 -1
  8. package/dist/Components/NcBreadcrumb.cjs +1 -1
  9. package/dist/Components/NcBreadcrumb.mjs +1 -1
  10. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  11. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  12. package/dist/Components/NcDashboardWidget.cjs +1 -1
  13. package/dist/Components/NcDashboardWidget.mjs +1 -1
  14. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  15. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  16. package/dist/Components/NcDateTimePicker.cjs +3 -3
  17. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  18. package/dist/Components/NcDateTimePicker.mjs +8 -8
  19. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  20. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  21. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  22. package/dist/Components/NcListItem.cjs +1 -1
  23. package/dist/Components/NcListItem.mjs +1 -1
  24. package/dist/Components/NcModal.cjs +7 -7
  25. package/dist/Components/NcModal.cjs.map +1 -1
  26. package/dist/Components/NcModal.mjs +6 -6
  27. package/dist/Components/NcModal.mjs.map +1 -1
  28. package/dist/Components/NcRichContenteditable.cjs +1 -1
  29. package/dist/Components/NcRichContenteditable.mjs +1 -1
  30. package/dist/Components/NcRichText.cjs +11 -11
  31. package/dist/Components/NcRichText.cjs.map +1 -1
  32. package/dist/Components/NcRichText.mjs +22 -21
  33. package/dist/Components/NcRichText.mjs.map +1 -1
  34. package/dist/Components/NcSelect.cjs +1 -1
  35. package/dist/Components/NcSelect.mjs +1 -1
  36. package/dist/Components/NcSelectTags.cjs +1 -1
  37. package/dist/Components/NcSelectTags.mjs +1 -1
  38. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  39. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  40. package/dist/Components/NcTimezonePicker.cjs +1 -1
  41. package/dist/Components/NcTimezonePicker.mjs +1 -1
  42. package/dist/Functions/reference.cjs +16 -0
  43. package/dist/Functions/reference.cjs.map +1 -0
  44. package/dist/Functions/reference.mjs +17 -0
  45. package/dist/Functions/reference.mjs.map +1 -0
  46. package/dist/Functions/registerReference.cjs +71 -0
  47. package/dist/Functions/registerReference.cjs.map +1 -0
  48. package/dist/Functions/registerReference.mjs +71 -0
  49. package/dist/Functions/registerReference.mjs.map +1 -0
  50. package/dist/assets/{NcActionButton-1Z9lN7ar.css → NcActionButton-rOZFVQA8.css} +17 -17
  51. package/dist/assets/{NcBreadcrumb-M3hqCbqS.css → NcBreadcrumb-HspaFygg.css} +16 -16
  52. package/dist/assets/{NcDashboardWidgetItem-S7fELANA.css → NcDashboardWidgetItem-OL--xR_P.css} +15 -13
  53. package/dist/assets/{NcDateTimePicker-rixdCL1X.css → NcDateTimePicker-TArRbMs-.css} +17 -17
  54. package/dist/assets/{NcListItem-5XAhBDJv.css → NcListItem-L8LeGwpe.css} +43 -43
  55. package/dist/assets/{NcModal-UZh031V1.css → NcModal-sIK5sUoC.css} +63 -63
  56. package/dist/assets/{NcRichContenteditable-WQVknpPy.css → NcRichContenteditable-CuR1YKTU.css} +34 -32
  57. package/dist/assets/NcRichText-Pw6kTpnR.css +215 -0
  58. package/dist/assets/referencePickerModal-A0PlFUEI.css +316 -0
  59. package/dist/chunks/{NcActionInput-BN9rIyI8.mjs → NcActionInput-XHMzOL_h.mjs} +1 -1
  60. package/dist/chunks/{NcActionInput-BN9rIyI8.mjs.map → NcActionInput-XHMzOL_h.mjs.map} +1 -1
  61. package/dist/chunks/{NcActionInput-qeRQBGlt.cjs → NcActionInput-f1Oq2O71.cjs} +1 -1
  62. package/dist/chunks/{NcActionInput-qeRQBGlt.cjs.map → NcActionInput-f1Oq2O71.cjs.map} +1 -1
  63. package/dist/chunks/{NcBreadcrumb-EGgIr-sA.cjs → NcBreadcrumb-DEWk7wO9.cjs} +27 -20
  64. package/dist/chunks/NcBreadcrumb-DEWk7wO9.cjs.map +1 -0
  65. package/dist/chunks/{NcBreadcrumb-on01ofev.mjs → NcBreadcrumb-w1UX2NR-.mjs} +13 -6
  66. package/dist/chunks/NcBreadcrumb-w1UX2NR-.mjs.map +1 -0
  67. package/dist/chunks/{NcBreadcrumbs-hQmUGh48.cjs → NcBreadcrumbs-VuaG3ex5.cjs} +1 -1
  68. package/dist/chunks/{NcBreadcrumbs-hQmUGh48.cjs.map → NcBreadcrumbs-VuaG3ex5.cjs.map} +1 -1
  69. package/dist/chunks/{NcBreadcrumbs-2l-mWYHl.mjs → NcBreadcrumbs-tRR9CjKD.mjs} +1 -1
  70. package/dist/chunks/{NcBreadcrumbs-2l-mWYHl.mjs.map → NcBreadcrumbs-tRR9CjKD.mjs.map} +1 -1
  71. package/dist/chunks/{NcDashboardWidget-ogqyHahY.mjs → NcDashboardWidget-9LDutUO0.mjs} +1 -1
  72. package/dist/chunks/{NcDashboardWidget-ogqyHahY.mjs.map → NcDashboardWidget-9LDutUO0.mjs.map} +1 -1
  73. package/dist/chunks/{NcDashboardWidget-QciRRvL4.cjs → NcDashboardWidget-oPZKAkd-.cjs} +1 -1
  74. package/dist/chunks/{NcDashboardWidget-QciRRvL4.cjs.map → NcDashboardWidget-oPZKAkd-.cjs.map} +1 -1
  75. package/dist/chunks/{NcDashboardWidgetItem-mIPkPR7r.cjs → NcDashboardWidgetItem-1r760Ikh.cjs} +3 -3
  76. package/dist/chunks/NcDashboardWidgetItem-1r760Ikh.cjs.map +1 -0
  77. package/dist/chunks/{NcDashboardWidgetItem-wuUHTeLl.mjs → NcDashboardWidgetItem-Qd8gSF2h.mjs} +5 -5
  78. package/dist/chunks/NcDashboardWidgetItem-Qd8gSF2h.mjs.map +1 -0
  79. package/dist/chunks/{NcListItem-RDF4Yv0n.cjs → NcListItem--_PCqetA.cjs} +2 -2
  80. package/dist/chunks/{NcListItem-_PBHug1k.mjs.map → NcListItem--_PCqetA.cjs.map} +1 -1
  81. package/dist/chunks/{NcListItem-_PBHug1k.mjs → NcListItem-AMcc69jK.mjs} +2 -2
  82. package/dist/chunks/{NcListItem-RDF4Yv0n.cjs.map → NcListItem-AMcc69jK.mjs.map} +1 -1
  83. package/dist/chunks/{NcRichContenteditable-xcoJkj3I.cjs → NcRichContenteditable-cUZMZlgG.cjs} +77 -54
  84. package/dist/chunks/NcRichContenteditable-cUZMZlgG.cjs.map +1 -0
  85. package/dist/chunks/{NcRichContenteditable-glkLWE43.mjs → NcRichContenteditable-d4EOAT2a.mjs} +86 -64
  86. package/dist/chunks/NcRichContenteditable-d4EOAT2a.mjs.map +1 -0
  87. package/dist/chunks/NcRichText-S34HoIhH.cjs +313 -0
  88. package/dist/chunks/NcRichText-S34HoIhH.cjs.map +1 -0
  89. package/dist/chunks/NcRichText-yfYdNWFh.mjs +328 -0
  90. package/dist/chunks/NcRichText-yfYdNWFh.mjs.map +1 -0
  91. package/dist/chunks/{NcSelect-SlL-Y8Qz.cjs → NcSelect-U9LJcdIo.cjs} +54 -44
  92. package/dist/chunks/NcSelect-U9LJcdIo.cjs.map +1 -0
  93. package/dist/chunks/{NcSelect-2ClmJ8jJ.mjs → NcSelect-b2H-YQsK.mjs} +39 -29
  94. package/dist/chunks/NcSelect-b2H-YQsK.mjs.map +1 -0
  95. package/dist/chunks/{NcSelectTags-TC2UmbfI.mjs → NcSelectTags-MlILya2b.mjs} +1 -1
  96. package/dist/chunks/{NcSelectTags-TC2UmbfI.mjs.map → NcSelectTags-MlILya2b.mjs.map} +1 -1
  97. package/dist/chunks/{NcSelectTags-FKigJPco.cjs → NcSelectTags-rO88Pk-1.cjs} +1 -1
  98. package/dist/chunks/{NcSelectTags-FKigJPco.cjs.map → NcSelectTags-rO88Pk-1.cjs.map} +1 -1
  99. package/dist/chunks/{NcSettingsSelectGroup-fOU9O4VD.cjs → NcSettingsSelectGroup-rfeDPLCg.cjs} +1 -1
  100. package/dist/chunks/{NcSettingsSelectGroup-fOU9O4VD.cjs.map → NcSettingsSelectGroup-rfeDPLCg.cjs.map} +1 -1
  101. package/dist/chunks/{NcSettingsSelectGroup-Bcai5uHx.mjs → NcSettingsSelectGroup-xhnDBg8a.mjs} +1 -1
  102. package/dist/chunks/{NcSettingsSelectGroup-Bcai5uHx.mjs.map → NcSettingsSelectGroup-xhnDBg8a.mjs.map} +1 -1
  103. package/dist/chunks/{NcTimezonePicker-Dv6pIP9O.cjs → NcTimezonePicker-KG0dvgUv.cjs} +1 -1
  104. package/dist/chunks/{NcTimezonePicker-Dv6pIP9O.cjs.map → NcTimezonePicker-KG0dvgUv.cjs.map} +1 -1
  105. package/dist/chunks/{NcTimezonePicker-DDce-mch.mjs → NcTimezonePicker-jJeiI-Ff.mjs} +1 -1
  106. package/dist/chunks/{NcTimezonePicker-DDce-mch.mjs.map → NcTimezonePicker-jJeiI-Ff.mjs.map} +1 -1
  107. package/dist/chunks/{ScopeComponent-hYwaRplQ.mjs → ScopeComponent-ZQvTL_tO.mjs} +1 -1
  108. package/dist/chunks/{ScopeComponent-hYwaRplQ.mjs.map → ScopeComponent-ZQvTL_tO.mjs.map} +1 -1
  109. package/dist/chunks/{ScopeComponent-qBzpvxit.cjs → ScopeComponent-v4OJPQb8.cjs} +1 -1
  110. package/dist/chunks/{ScopeComponent-qBzpvxit.cjs.map → ScopeComponent-v4OJPQb8.cjs.map} +1 -1
  111. package/dist/chunks/referencePickerModal-cPBjsn4r.cjs +2393 -0
  112. package/dist/chunks/referencePickerModal-cPBjsn4r.cjs.map +1 -0
  113. package/dist/chunks/referencePickerModal-gDBkGfNV.mjs +2414 -0
  114. package/dist/chunks/referencePickerModal-gDBkGfNV.mjs.map +1 -0
  115. package/dist/index.cjs +189 -170
  116. package/dist/index.cjs.map +1 -1
  117. package/dist/index.mjs +178 -159
  118. package/dist/index.mjs.map +1 -1
  119. package/dist/vendor.LICENSE.txt +4 -0
  120. package/package.json +2 -2
  121. package/dist/assets/referencePickerModal-yucfxaTX.css +0 -509
  122. package/dist/chunks/NcBreadcrumb-EGgIr-sA.cjs.map +0 -1
  123. package/dist/chunks/NcBreadcrumb-on01ofev.mjs.map +0 -1
  124. package/dist/chunks/NcDashboardWidgetItem-mIPkPR7r.cjs.map +0 -1
  125. package/dist/chunks/NcDashboardWidgetItem-wuUHTeLl.mjs.map +0 -1
  126. package/dist/chunks/NcRichContenteditable-glkLWE43.mjs.map +0 -1
  127. package/dist/chunks/NcRichContenteditable-xcoJkj3I.cjs.map +0 -1
  128. package/dist/chunks/NcRichText-TdyEC_z7.cjs +0 -337
  129. package/dist/chunks/NcRichText-TdyEC_z7.cjs.map +0 -1
  130. package/dist/chunks/NcRichText-lyvuLvpr.mjs +0 -353
  131. package/dist/chunks/NcRichText-lyvuLvpr.mjs.map +0 -1
  132. package/dist/chunks/NcSelect-2ClmJ8jJ.mjs.map +0 -1
  133. package/dist/chunks/NcSelect-SlL-Y8Qz.cjs.map +0 -1
  134. package/dist/chunks/referencePickerModal-cy4_Q5bu.cjs +0 -880
  135. package/dist/chunks/referencePickerModal-cy4_Q5bu.cjs.map +0 -1
  136. package/dist/chunks/referencePickerModal-wDsYQHxX.mjs +0 -897
  137. package/dist/chunks/referencePickerModal-wDsYQHxX.mjs.map +0 -1
@@ -0,0 +1,71 @@
1
+ window._vue_richtext_widgets || (window._vue_richtext_widgets = {});
2
+ const s = (e) => !!window._vue_richtext_widgets[e], o = (e, t, r = (i) => {
3
+ }) => {
4
+ if (window._vue_richtext_widgets[e]) {
5
+ console.error("Widget for id " + e + " already registered");
6
+ return;
7
+ }
8
+ window._vue_richtext_widgets[e] = {
9
+ id: e,
10
+ callback: t,
11
+ onDestroy: r
12
+ };
13
+ }, c = (e, { richObjectType: t, richObject: r, accessible: i, interactive: n }) => {
14
+ if (t !== "open-graph") {
15
+ if (!window._vue_richtext_widgets[t]) {
16
+ console.error("Widget for rich object type " + t + " not registered");
17
+ return;
18
+ }
19
+ window._vue_richtext_widgets[t].callback(e, { richObjectType: t, richObject: r, accessible: i, interactive: n });
20
+ }
21
+ }, u = (e, t) => {
22
+ e !== "open-graph" && window._vue_richtext_widgets[e] && window._vue_richtext_widgets[e].onDestroy(t);
23
+ };
24
+ window._registerWidget = o;
25
+ window._vue_richtext_custom_picker_elements || (window._vue_richtext_custom_picker_elements = {});
26
+ class w {
27
+ /**
28
+ * @param {HTMLElement} element The HTML element
29
+ * @param {object} object The object
30
+ */
31
+ constructor(t, r) {
32
+ this.element = t, this.object = r;
33
+ }
34
+ }
35
+ const l = (e) => !!window._vue_richtext_custom_picker_elements[e], d = (e) => {
36
+ const t = window._vue_richtext_custom_picker_elements[e]?.size;
37
+ return ["small", "normal", "large", "full"].includes(t) ? t : null;
38
+ }, _ = (e, t, r = (n) => {
39
+ }, i = "large") => {
40
+ if (window._vue_richtext_custom_picker_elements[e]) {
41
+ console.error("Custom reference picker element for id " + e + " already registered");
42
+ return;
43
+ }
44
+ window._vue_richtext_custom_picker_elements[e] = {
45
+ id: e,
46
+ callback: t,
47
+ onDestroy: r,
48
+ size: i
49
+ };
50
+ }, m = (e, { providerId: t, accessible: r }) => {
51
+ if (!window._vue_richtext_custom_picker_elements[t]) {
52
+ console.error("Custom reference picker element for reference provider ID " + t + " not registered");
53
+ return;
54
+ }
55
+ return window._vue_richtext_custom_picker_elements[t].callback(e, { providerId: t, accessible: r });
56
+ }, g = (e, t, r) => {
57
+ window._vue_richtext_custom_picker_elements[e] && window._vue_richtext_custom_picker_elements[e].onDestroy(t, r);
58
+ };
59
+ window._registerCustomPickerElement = _;
60
+ export {
61
+ w as NcCustomPickerRenderResult,
62
+ g as destroyCustomPickerElement,
63
+ u as destroyWidget,
64
+ d as getCustomPickerElementSize,
65
+ l as isCustomPickerElementRegistered,
66
+ s as isWidgetRegistered,
67
+ _ as registerCustomPickerElement,
68
+ o as registerWidget,
69
+ m as renderCustomPickerElement,
70
+ c as renderWidget
71
+ };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registerReference.mjs","sources":["../../src/functions/reference/widgets.js","../../src/functions/reference/customPickerElements.js"],"sourcesContent":["if (!window._vue_richtext_widgets) {\n\twindow._vue_richtext_widgets = {}\n}\n\nconst isWidgetRegistered = (id) => {\n\treturn !!window._vue_richtext_widgets[id]\n}\n\nconst registerWidget = (id, callback, onDestroy = (el) => {}) => {\n\tif (window._vue_richtext_widgets[id]) {\n\t\tconsole.error('Widget for id ' + id + ' already registered')\n\t\treturn\n\t}\n\n\twindow._vue_richtext_widgets[id] = {\n\t\tid,\n\t\tcallback,\n\t\tonDestroy,\n\t}\n}\n\nconst renderWidget = (el, { richObjectType, richObject, accessible, interactive }) => {\n\tif (richObjectType === 'open-graph') {\n\t\treturn\n\t}\n\n\tif (!window._vue_richtext_widgets[richObjectType]) {\n\t\tconsole.error('Widget for rich object type ' + richObjectType + ' not registered')\n\t\treturn\n\t}\n\n\twindow._vue_richtext_widgets[richObjectType].callback(el, { richObjectType, richObject, accessible, interactive })\n}\n\nconst destroyWidget = (richObjectType, el) => {\n\tif (richObjectType === 'open-graph') {\n\t\treturn\n\t}\n\n\tif (!window._vue_richtext_widgets[richObjectType]) {\n\t\treturn\n\t}\n\n\twindow._vue_richtext_widgets[richObjectType].onDestroy(el)\n}\n\nwindow._registerWidget = registerWidget\n\nexport {\n\tregisterWidget,\n\trenderWidget,\n\tdestroyWidget,\n\tisWidgetRegistered,\n}\n","if (!window._vue_richtext_custom_picker_elements) {\n\twindow._vue_richtext_custom_picker_elements = {}\n}\n\n/**\n * Representation of the render callback result\n * It contains a dom element and an object (Vue instance or other fancy things)\n */\nclass NcCustomPickerRenderResult {\n\n\t/**\n\t * @param {HTMLElement} element The HTML element\n\t * @param {object} object The object\n\t */\n\tconstructor(element, object) {\n\t\tthis.element = element\n\t\tthis.object = object\n\t}\n\n}\n\nconst isCustomPickerElementRegistered = (id) => {\n\treturn !!window._vue_richtext_custom_picker_elements[id]\n}\n\nconst getCustomPickerElementSize = (id) => {\n\tconst size = window._vue_richtext_custom_picker_elements[id]?.size\n\tif (['small', 'normal', 'large', 'full'].includes(size)) {\n\t\treturn size\n\t}\n\treturn null\n}\n\nconst registerCustomPickerElement = (id, callback, onDestroy = (el) => {}, size = 'large') => {\n\tif (window._vue_richtext_custom_picker_elements[id]) {\n\t\tconsole.error('Custom reference picker element for id ' + id + ' already registered')\n\t\treturn\n\t}\n\n\twindow._vue_richtext_custom_picker_elements[id] = {\n\t\tid,\n\t\tcallback,\n\t\tonDestroy,\n\t\tsize,\n\t}\n}\n\nconst renderCustomPickerElement = (el, { providerId, accessible }) => {\n\tif (!window._vue_richtext_custom_picker_elements[providerId]) {\n\t\tconsole.error('Custom reference picker element for reference provider ID ' + providerId + ' not registered')\n\t\treturn\n\t}\n\n\treturn window._vue_richtext_custom_picker_elements[providerId].callback(el, { providerId, accessible })\n}\n\nconst destroyCustomPickerElement = (providerId, el, renderResult) => {\n\tif (!window._vue_richtext_custom_picker_elements[providerId]) {\n\t\treturn\n\t}\n\n\twindow._vue_richtext_custom_picker_elements[providerId].onDestroy(el, renderResult)\n}\n\nwindow._registerCustomPickerElement = registerCustomPickerElement\n\nexport {\n\tNcCustomPickerRenderResult,\n\tregisterCustomPickerElement,\n\trenderCustomPickerElement,\n\tdestroyCustomPickerElement,\n\tisCustomPickerElementRegistered,\n\tgetCustomPickerElementSize,\n}\n"],"names":["isWidgetRegistered","id","registerWidget","callback","onDestroy","el","renderWidget","richObjectType","richObject","accessible","interactive","destroyWidget","NcCustomPickerRenderResult","element","object","isCustomPickerElementRegistered","getCustomPickerElementSize","size","registerCustomPickerElement","renderCustomPickerElement","providerId","destroyCustomPickerElement","renderResult"],"mappings":"AAAK,OAAO,0BACX,OAAO,wBAAwB,CAAE;AAG7B,MAACA,IAAqB,CAACC,MACpB,CAAC,CAAC,OAAO,sBAAsBA,CAAE,GAGnCC,IAAiB,CAACD,GAAIE,GAAUC,IAAY,CAACC,MAAO;MAAO;AAChE,MAAI,OAAO,sBAAsBJ,CAAE,GAAG;AACrC,YAAQ,MAAM,mBAAmBA,IAAK,qBAAqB;AAC3D;AAAA,EACA;AAED,SAAO,sBAAsBA,CAAE,IAAI;AAAA,IAClC,IAAAA;AAAA,IACA,UAAAE;AAAA,IACA,WAAAC;AAAA,EACA;AACF,GAEME,IAAe,CAACD,GAAI,EAAE,gBAAAE,GAAgB,YAAAC,GAAY,YAAAC,GAAY,aAAAC,QAAkB;AACrF,MAAIH,MAAmB,cAIvB;AAAA,QAAI,CAAC,OAAO,sBAAsBA,CAAc,GAAG;AAClD,cAAQ,MAAM,iCAAiCA,IAAiB,iBAAiB;AACjF;AAAA,IACA;AAED,WAAO,sBAAsBA,CAAc,EAAE,SAASF,GAAI,EAAE,gBAAAE,GAAgB,YAAAC,GAAY,YAAAC,GAAY,aAAAC,GAAa;AAAA;AAClH,GAEMC,IAAgB,CAACJ,GAAgBF,MAAO;AAC7C,EAAIE,MAAmB,gBAIlB,OAAO,sBAAsBA,CAAc,KAIhD,OAAO,sBAAsBA,CAAc,EAAE,UAAUF,CAAE;AAC1D;AAEA,OAAO,kBAAkBH;AC9CpB,OAAO,yCACX,OAAO,uCAAuC,CAAE;AAOjD,MAAMU,EAA2B;AAAA;AAAA;AAAA;AAAA;AAAA,EAMhC,YAAYC,GAASC,GAAQ;AAC5B,SAAK,UAAUD,GACf,KAAK,SAASC;AAAA,EACd;AAEF;AAEK,MAACC,IAAkC,CAACd,MACjC,CAAC,CAAC,OAAO,qCAAqCA,CAAE,GAGlDe,IAA6B,CAACf,MAAO;AAC1C,QAAMgB,IAAO,OAAO,qCAAqChB,CAAE,GAAG;AAC9D,SAAI,CAAC,SAAS,UAAU,SAAS,MAAM,EAAE,SAASgB,CAAI,IAC9CA,IAED;AACR,GAEMC,IAA8B,CAACjB,GAAIE,GAAUC,IAAY,CAACC,MAAO;AAAA,GAAIY,IAAO,YAAY;AAC7F,MAAI,OAAO,qCAAqChB,CAAE,GAAG;AACpD,YAAQ,MAAM,4CAA4CA,IAAK,qBAAqB;AACpF;AAAA,EACA;AAED,SAAO,qCAAqCA,CAAE,IAAI;AAAA,IACjD,IAAAA;AAAA,IACA,UAAAE;AAAA,IACA,WAAAC;AAAA,IACA,MAAAa;AAAA,EACA;AACF,GAEME,IAA4B,CAACd,GAAI,EAAE,YAAAe,GAAY,YAAAX,EAAU,MAAO;AACrE,MAAI,CAAC,OAAO,qCAAqCW,CAAU,GAAG;AAC7D,YAAQ,MAAM,+DAA+DA,IAAa,iBAAiB;AAC3G;AAAA,EACA;AAED,SAAO,OAAO,qCAAqCA,CAAU,EAAE,SAASf,GAAI,EAAE,YAAAe,GAAY,YAAAX,GAAY;AACvG,GAEMY,IAA6B,CAACD,GAAYf,GAAIiB,MAAiB;AACpE,EAAK,OAAO,qCAAqCF,CAAU,KAI3D,OAAO,qCAAqCA,CAAU,EAAE,UAAUf,GAAIiB,CAAY;AACnF;AAEA,OAAO,+BAA+BJ;"}
@@ -20,7 +20,7 @@
20
20
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
  *
22
22
  */
23
- .material-design-icon[data-v-04ec546c] {
23
+ .material-design-icon[data-v-51d9ee64] {
24
24
  display: flex;
25
25
  align-self: center;
26
26
  justify-self: center;
@@ -49,24 +49,24 @@
49
49
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
50
50
  *
51
51
  */
52
- li.action.active[data-v-04ec546c] {
52
+ li.action.active[data-v-51d9ee64] {
53
53
  background-color: var(--color-background-hover);
54
54
  border-radius: 6px;
55
55
  padding: 0;
56
56
  }
57
- .action--disabled[data-v-04ec546c] {
57
+ .action--disabled[data-v-51d9ee64] {
58
58
  pointer-events: none;
59
59
  opacity: .5;
60
60
  }
61
- .action--disabled[data-v-04ec546c]:hover,
62
- .action--disabled[data-v-04ec546c]:focus {
61
+ .action--disabled[data-v-51d9ee64]:hover,
62
+ .action--disabled[data-v-51d9ee64]:focus {
63
63
  cursor: default;
64
64
  opacity: .5;
65
65
  }
66
- .action--disabled *[data-v-04ec546c] {
66
+ .action--disabled *[data-v-51d9ee64] {
67
67
  opacity: 1 !important;
68
68
  }
69
- .action-button[data-v-04ec546c] {
69
+ .action-button[data-v-51d9ee64] {
70
70
  display: flex;
71
71
  align-items: flex-start;
72
72
  width: 100%;
@@ -85,11 +85,11 @@ li.action.active[data-v-04ec546c] {
85
85
  font-size: var(--default-font-size);
86
86
  line-height: 44px;
87
87
  }
88
- .action-button > span[data-v-04ec546c] {
88
+ .action-button > span[data-v-51d9ee64] {
89
89
  cursor: pointer;
90
90
  white-space: nowrap;
91
91
  }
92
- .action-button__icon[data-v-04ec546c] {
92
+ .action-button__icon[data-v-51d9ee64] {
93
93
  width: 44px;
94
94
  height: 44px;
95
95
  opacity: 1;
@@ -97,16 +97,16 @@ li.action.active[data-v-04ec546c] {
97
97
  background-size: 16px;
98
98
  background-repeat: no-repeat;
99
99
  }
100
- .action-button[data-v-04ec546c] .material-design-icon {
100
+ .action-button[data-v-51d9ee64] .material-design-icon {
101
101
  width: 44px;
102
102
  height: 44px;
103
103
  opacity: 1;
104
104
  }
105
- .action-button[data-v-04ec546c] .material-design-icon .material-design-icon__svg {
105
+ .action-button[data-v-51d9ee64] .material-design-icon .material-design-icon__svg {
106
106
  vertical-align: middle;
107
107
  }
108
- .action-button__longtext-wrapper[data-v-04ec546c],
109
- .action-button__longtext[data-v-04ec546c] {
108
+ .action-button__longtext-wrapper[data-v-51d9ee64],
109
+ .action-button__longtext[data-v-51d9ee64] {
110
110
  max-width: 220px;
111
111
  line-height: 1.6em;
112
112
  padding: 10.8px 0;
@@ -115,11 +115,11 @@ li.action.active[data-v-04ec546c] {
115
115
  overflow: hidden;
116
116
  text-overflow: ellipsis;
117
117
  }
118
- .action-button__longtext[data-v-04ec546c] {
118
+ .action-button__longtext[data-v-51d9ee64] {
119
119
  cursor: pointer;
120
120
  white-space: pre-wrap !important;
121
121
  }
122
- .action-button__name[data-v-04ec546c] {
122
+ .action-button__name[data-v-51d9ee64] {
123
123
  font-weight: 700;
124
124
  text-overflow: ellipsis;
125
125
  overflow: hidden;
@@ -127,8 +127,8 @@ li.action.active[data-v-04ec546c] {
127
127
  max-width: 100%;
128
128
  display: inline-block;
129
129
  }
130
- .action-button__menu-icon[data-v-04ec546c],
131
- .action-button__pressed-icon[data-v-04ec546c] {
130
+ .action-button__menu-icon[data-v-51d9ee64],
131
+ .action-button__pressed-icon[data-v-51d9ee64] {
132
132
  margin-left: auto;
133
133
  margin-right: -14px;
134
134
  }
@@ -20,61 +20,61 @@
20
20
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
  *
22
22
  */
23
- .material-design-icon[data-v-671302e9] {
23
+ .material-design-icon[data-v-fe4740ac] {
24
24
  display: flex;
25
25
  align-self: center;
26
26
  justify-self: center;
27
27
  align-items: center;
28
28
  justify-content: center;
29
29
  }
30
- .vue-crumb[data-v-671302e9] {
30
+ .vue-crumb[data-v-fe4740ac] {
31
31
  background-image: none;
32
32
  display: inline-flex;
33
33
  height: 44px;
34
34
  padding: 0;
35
35
  }
36
- .vue-crumb[data-v-671302e9]:last-child {
36
+ .vue-crumb[data-v-fe4740ac]:last-child {
37
37
  min-width: 0;
38
38
  }
39
- .vue-crumb:last-child .vue-crumb__separator[data-v-671302e9] {
39
+ .vue-crumb:last-child .vue-crumb__separator[data-v-fe4740ac] {
40
40
  display: none;
41
41
  }
42
- .vue-crumb--hidden[data-v-671302e9] {
42
+ .vue-crumb--hidden[data-v-fe4740ac] {
43
43
  display: none;
44
44
  }
45
- .vue-crumb__separator[data-v-671302e9] {
45
+ .vue-crumb__separator[data-v-fe4740ac] {
46
46
  padding: 0;
47
47
  color: var(--color-text-maxcontrast);
48
48
  }
49
- .vue-crumb.vue-crumb--hovered[data-v-671302e9] .button-vue {
49
+ .vue-crumb.vue-crumb--hovered[data-v-fe4740ac] .button-vue {
50
50
  background-color: var(--color-background-dark);
51
51
  color: var(--color-main-text);
52
52
  }
53
- .vue-crumb[data-v-671302e9]:not(:last-child) .button-vue {
53
+ .vue-crumb[data-v-fe4740ac]:not(:last-child) .button-vue {
54
54
  color: var(--color-text-maxcontrast);
55
55
  }
56
- .vue-crumb[data-v-671302e9]:not(:last-child) .button-vue:hover,
57
- .vue-crumb[data-v-671302e9]:not(:last-child) .button-vue:focus {
56
+ .vue-crumb[data-v-fe4740ac]:not(:last-child) .button-vue:hover,
57
+ .vue-crumb[data-v-fe4740ac]:not(:last-child) .button-vue:focus {
58
58
  background-color: var(--color-background-dark);
59
59
  color: var(--color-main-text);
60
60
  }
61
- .vue-crumb[data-v-671302e9]:not(:last-child) .button-vue__text {
61
+ .vue-crumb[data-v-fe4740ac]:not(:last-child) .button-vue__text {
62
62
  font-weight: 400;
63
63
  }
64
- .vue-crumb[data-v-671302e9] .button-vue__text {
64
+ .vue-crumb[data-v-fe4740ac] .button-vue__text {
65
65
  margin: 0;
66
66
  }
67
- .vue-crumb[data-v-671302e9]:not(.dropdown) .action-item {
67
+ .vue-crumb[data-v-fe4740ac]:not(.dropdown) .action-item {
68
68
  max-width: 100%;
69
69
  }
70
- .vue-crumb[data-v-671302e9]:not(.dropdown) .action-item .button-vue {
70
+ .vue-crumb[data-v-fe4740ac]:not(.dropdown) .action-item .button-vue {
71
71
  padding: 0 4px 0 16px;
72
72
  max-width: 100%;
73
73
  }
74
- .vue-crumb[data-v-671302e9]:not(.dropdown) .action-item .button-vue__wrapper {
74
+ .vue-crumb[data-v-fe4740ac]:not(.dropdown) .action-item .button-vue__wrapper {
75
75
  flex-direction: row-reverse;
76
76
  }
77
- .vue-crumb[data-v-671302e9]:not(.dropdown) .action-item.action-item--open .action-item__menutoggle {
77
+ .vue-crumb[data-v-fe4740ac]:not(.dropdown) .action-item.action-item--open .action-item__menutoggle {
78
78
  background-color: var(--color-background-dark);
79
79
  color: var(--color-main-text);
80
80
  }
@@ -20,63 +20,65 @@
20
20
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
  *
22
22
  */
23
- .material-design-icon[data-v-00e861ef] {
23
+ .material-design-icon[data-v-a688e724] {
24
24
  display: flex;
25
25
  align-self: center;
26
26
  justify-self: center;
27
27
  align-items: center;
28
28
  justify-content: center;
29
29
  }
30
- .item-list__entry[data-v-00e861ef] {
30
+ .item-list__entry[data-v-a688e724] {
31
31
  display: flex;
32
32
  align-items: flex-start;
33
33
  position: relative;
34
34
  padding: 8px;
35
35
  }
36
- .item-list__entry[data-v-00e861ef]:hover,
37
- .item-list__entry[data-v-00e861ef]:focus {
36
+ .item-list__entry[data-v-a688e724]:hover,
37
+ .item-list__entry[data-v-a688e724]:focus {
38
38
  background-color: var(--color-background-hover);
39
39
  border-radius: var(--border-radius-large);
40
40
  }
41
- .item-list__entry .item-avatar[data-v-00e861ef] {
41
+ .item-list__entry .item-avatar[data-v-a688e724] {
42
42
  position: relative;
43
43
  margin-top: auto;
44
44
  margin-bottom: auto;
45
45
  }
46
- .item-list__entry .item__details[data-v-00e861ef] {
46
+ .item-list__entry .item__details[data-v-a688e724] {
47
47
  padding-left: 8px;
48
48
  max-height: 44px;
49
49
  flex-grow: 1;
50
50
  overflow: hidden;
51
51
  display: flex;
52
52
  flex-direction: column;
53
+ justify-content: center;
54
+ min-height: 44px;
53
55
  }
54
- .item-list__entry .item__details h3[data-v-00e861ef],
55
- .item-list__entry .item__details .message[data-v-00e861ef] {
56
+ .item-list__entry .item__details h3[data-v-a688e724],
57
+ .item-list__entry .item__details .message[data-v-a688e724] {
56
58
  white-space: nowrap;
57
59
  overflow: hidden;
58
60
  text-overflow: ellipsis;
59
61
  }
60
- .item-list__entry .item__details .message span[data-v-00e861ef] {
62
+ .item-list__entry .item__details .message span[data-v-a688e724] {
61
63
  width: 10px;
62
64
  display: inline-block;
63
65
  margin-bottom: -3px;
64
66
  }
65
- .item-list__entry .item__details h3[data-v-00e861ef] {
67
+ .item-list__entry .item__details h3[data-v-a688e724] {
66
68
  font-size: 100%;
67
69
  margin: 0;
68
70
  }
69
- .item-list__entry .item__details .message[data-v-00e861ef] {
71
+ .item-list__entry .item__details .message[data-v-a688e724] {
70
72
  width: 100%;
71
73
  color: var(--color-text-maxcontrast);
72
74
  }
73
- .item-list__entry .item-icon[data-v-00e861ef] {
75
+ .item-list__entry .item-icon[data-v-a688e724] {
74
76
  position: relative;
75
77
  width: 14px;
76
78
  height: 14px;
77
79
  margin: 27px -3px 0 -7px;
78
80
  }
79
- .item-list__entry button.primary[data-v-00e861ef] {
81
+ .item-list__entry button.primary[data-v-a688e724] {
80
82
  padding: 21px;
81
83
  margin: 0;
82
84
  }
@@ -424,32 +424,32 @@
424
424
  color: #ccc;
425
425
  background-color: #f3f3f3;
426
426
  }
427
- .mx-datepicker[data-v-69c9b3b] {
427
+ .mx-datepicker[data-v-98ecc7d] {
428
428
  -webkit-user-select: none;
429
429
  user-select: none;
430
430
  color: var(--color-main-text);
431
431
  }
432
- .mx-datepicker[data-v-69c9b3b] svg {
432
+ .mx-datepicker[data-v-98ecc7d] svg {
433
433
  fill: var(--color-main-text);
434
434
  }
435
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper .mx-input {
435
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper .mx-input {
436
436
  width: 100%;
437
437
  border: 2px solid var(--color-border-maxcontrast);
438
438
  background-color: var(--color-main-background);
439
439
  background-clip: content-box;
440
440
  }
441
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper .mx-input:active:not(.disabled),
442
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper .mx-input:hover:not(.disabled),
443
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper .mx-input:focus:not(.disabled) {
441
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper .mx-input:active:not(.disabled),
442
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper .mx-input:hover:not(.disabled),
443
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper .mx-input:focus:not(.disabled) {
444
444
  border-color: var(--color-primary-element);
445
445
  }
446
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper:disabled,
447
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper.disabled {
446
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper:disabled,
447
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper.disabled {
448
448
  cursor: not-allowed;
449
449
  opacity: .7;
450
450
  }
451
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper .mx-icon-calendar,
452
- .mx-datepicker[data-v-69c9b3b] .mx-input-wrapper .mx-icon-clear {
451
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper .mx-icon-calendar,
452
+ .mx-datepicker[data-v-98ecc7d] .mx-input-wrapper .mx-icon-clear {
453
453
  color: var(--color-text-lighter);
454
454
  }
455
455
  .mx-datepicker-main {
@@ -806,17 +806,17 @@
806
806
  color: var(--color-main-text);
807
807
  background-color: var(--color-main-background);
808
808
  }
809
- .material-design-icon[data-v-e1e1644e] {
809
+ .material-design-icon[data-v-56b96a48] {
810
810
  display: flex;
811
811
  align-self: center;
812
812
  justify-self: center;
813
813
  align-items: center;
814
814
  justify-content: center;
815
815
  }
816
- .mx-datepicker[data-v-e1e1644e] .mx-input-wrapper .mx-input {
816
+ .mx-datepicker[data-v-56b96a48] .mx-input-wrapper .mx-input {
817
817
  background-clip: border-box;
818
818
  }
819
- .datetime-picker-inline-icon[data-v-e1e1644e] {
819
+ .datetime-picker-inline-icon[data-v-56b96a48] {
820
820
  opacity: .3;
821
821
  border: none;
822
822
  background-color: transparent;
@@ -824,11 +824,11 @@
824
824
  padding: 0 !important;
825
825
  margin: 0;
826
826
  }
827
- .datetime-picker-inline-icon--highlighted[data-v-e1e1644e] {
827
+ .datetime-picker-inline-icon--highlighted[data-v-56b96a48] {
828
828
  opacity: .7;
829
829
  }
830
- .datetime-picker-inline-icon[data-v-e1e1644e]:focus,
831
- .datetime-picker-inline-icon[data-v-e1e1644e]:hover {
830
+ .datetime-picker-inline-icon[data-v-56b96a48]:focus,
831
+ .datetime-picker-inline-icon[data-v-56b96a48]:hover {
832
832
  opacity: 1;
833
833
  }
834
834
  /**
@@ -880,5 +880,5 @@
880
880
  border-radius: 0 0 calc(var(--border-radius-large) - 4px) calc(var(--border-radius-large) - 4px);
881
881
  }
882
882
  .vs__dropdown-menu--floating {
883
- z-index: 100001;
883
+ z-index: 100001 !important;
884
884
  }
@@ -20,41 +20,41 @@
20
20
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
  *
22
22
  */
23
- .material-design-icon[data-v-1b7b3792] {
23
+ .material-design-icon[data-v-b4e3d453] {
24
24
  display: flex;
25
25
  align-self: center;
26
26
  justify-self: center;
27
27
  align-items: center;
28
28
  justify-content: center;
29
29
  }
30
- .list-item__wrapper[data-v-1b7b3792] {
30
+ .list-item__wrapper[data-v-b4e3d453] {
31
31
  display: flex;
32
32
  position: relative;
33
33
  width: 100%;
34
34
  }
35
- .list-item__wrapper--active .list-item[data-v-1b7b3792],
36
- .list-item__wrapper.active .list-item[data-v-1b7b3792] {
35
+ .list-item__wrapper--active .list-item[data-v-b4e3d453],
36
+ .list-item__wrapper.active .list-item[data-v-b4e3d453] {
37
37
  background-color: var(--color-primary-element);
38
38
  }
39
- .list-item__wrapper--active .list-item[data-v-1b7b3792]:hover,
40
- .list-item__wrapper--active .list-item[data-v-1b7b3792]:focus-within,
41
- .list-item__wrapper--active .list-item[data-v-1b7b3792]:has(:focus-visible),
42
- .list-item__wrapper--active .list-item[data-v-1b7b3792]:has(:active),
43
- .list-item__wrapper.active .list-item[data-v-1b7b3792]:hover,
44
- .list-item__wrapper.active .list-item[data-v-1b7b3792]:focus-within,
45
- .list-item__wrapper.active .list-item[data-v-1b7b3792]:has(:focus-visible),
46
- .list-item__wrapper.active .list-item[data-v-1b7b3792]:has(:active) {
39
+ .list-item__wrapper--active .list-item[data-v-b4e3d453]:hover,
40
+ .list-item__wrapper--active .list-item[data-v-b4e3d453]:focus-within,
41
+ .list-item__wrapper--active .list-item[data-v-b4e3d453]:has(:focus-visible),
42
+ .list-item__wrapper--active .list-item[data-v-b4e3d453]:has(:active),
43
+ .list-item__wrapper.active .list-item[data-v-b4e3d453]:hover,
44
+ .list-item__wrapper.active .list-item[data-v-b4e3d453]:focus-within,
45
+ .list-item__wrapper.active .list-item[data-v-b4e3d453]:has(:focus-visible),
46
+ .list-item__wrapper.active .list-item[data-v-b4e3d453]:has(:active) {
47
47
  background-color: var(--color-primary-element-hover);
48
48
  }
49
- .list-item__wrapper--active .line-one__name[data-v-1b7b3792],
50
- .list-item__wrapper--active .line-one__details[data-v-1b7b3792],
51
- .list-item__wrapper.active .line-one__name[data-v-1b7b3792],
52
- .list-item__wrapper.active .line-one__details[data-v-1b7b3792],
53
- .list-item__wrapper--active .line-two__subname[data-v-1b7b3792],
54
- .list-item__wrapper.active .line-two__subname[data-v-1b7b3792] {
49
+ .list-item__wrapper--active .line-one__name[data-v-b4e3d453],
50
+ .list-item__wrapper--active .line-one__details[data-v-b4e3d453],
51
+ .list-item__wrapper.active .line-one__name[data-v-b4e3d453],
52
+ .list-item__wrapper.active .line-one__details[data-v-b4e3d453],
53
+ .list-item__wrapper--active .line-two__subname[data-v-b4e3d453],
54
+ .list-item__wrapper.active .line-two__subname[data-v-b4e3d453] {
55
55
  color: var(--color-primary-element-text) !important;
56
56
  }
57
- .list-item[data-v-1b7b3792] {
57
+ .list-item[data-v-b4e3d453] {
58
58
  box-sizing: border-box;
59
59
  display: flex;
60
60
  position: relative;
@@ -62,62 +62,62 @@
62
62
  justify-content: flex-start;
63
63
  padding: 8px 10px;
64
64
  margin: 4px;
65
+ width: calc(100% - 8px);
65
66
  border-radius: 32px;
66
- width: 100%;
67
67
  cursor: pointer;
68
68
  transition: background-color var(--animation-quick) ease-in-out;
69
69
  list-style: none;
70
70
  }
71
- .list-item[data-v-1b7b3792]:hover,
72
- .list-item[data-v-1b7b3792]:focus-within,
73
- .list-item[data-v-1b7b3792]:has(:active),
74
- .list-item[data-v-1b7b3792]:has(:focus-visible) {
71
+ .list-item[data-v-b4e3d453]:hover,
72
+ .list-item[data-v-b4e3d453]:focus-within,
73
+ .list-item[data-v-b4e3d453]:has(:active),
74
+ .list-item[data-v-b4e3d453]:has(:focus-visible) {
75
75
  background-color: var(--color-background-hover);
76
76
  }
77
- .list-item[data-v-1b7b3792]:has(.list-item__anchor:focus-visible) {
77
+ .list-item[data-v-b4e3d453]:has(.list-item__anchor:focus-visible) {
78
78
  outline: 2px solid var(--color-main-text);
79
79
  box-shadow: 0 0 0 4px var(--color-main-background);
80
80
  }
81
- .list-item--compact[data-v-1b7b3792] {
81
+ .list-item--compact[data-v-b4e3d453] {
82
82
  padding: 4px 10px;
83
83
  }
84
- .list-item--compact .list-item__anchor .line-one[data-v-1b7b3792],
85
- .list-item--compact .list-item__anchor .line-two[data-v-1b7b3792] {
84
+ .list-item--compact .list-item__anchor .line-one[data-v-b4e3d453],
85
+ .list-item--compact .list-item__anchor .line-two[data-v-b4e3d453] {
86
86
  margin-block: -4px;
87
87
  }
88
- .list-item__anchor[data-v-1b7b3792] {
88
+ .list-item__anchor[data-v-b4e3d453] {
89
89
  display: flex;
90
90
  flex: 1 0 auto;
91
91
  align-items: center;
92
92
  height: var(--default-clickable-area);
93
93
  }
94
- .list-item__anchor[data-v-1b7b3792]:focus-visible {
94
+ .list-item__anchor[data-v-b4e3d453]:focus-visible {
95
95
  outline: none;
96
96
  }
97
- .list-item-content[data-v-1b7b3792] {
97
+ .list-item-content[data-v-b4e3d453] {
98
98
  display: flex;
99
99
  flex: 1 1 auto;
100
100
  justify-content: space-between;
101
101
  padding-left: 8px;
102
102
  }
103
- .list-item-content__main[data-v-1b7b3792] {
103
+ .list-item-content__main[data-v-b4e3d453] {
104
104
  flex: 1 1 auto;
105
105
  width: 0;
106
106
  margin: auto 0;
107
107
  }
108
- .list-item-content__main--oneline[data-v-1b7b3792] {
108
+ .list-item-content__main--oneline[data-v-b4e3d453] {
109
109
  display: flex;
110
110
  }
111
- .list-item-content__actions[data-v-1b7b3792] {
111
+ .list-item-content__actions[data-v-b4e3d453] {
112
112
  flex: 0 0 auto;
113
113
  align-self: center;
114
114
  justify-content: center;
115
115
  margin-left: 4px;
116
116
  }
117
- .list-item__extra[data-v-1b7b3792] {
117
+ .list-item__extra[data-v-b4e3d453] {
118
118
  margin-top: 4px;
119
119
  }
120
- .line-one[data-v-1b7b3792] {
120
+ .line-one[data-v-b4e3d453] {
121
121
  display: flex;
122
122
  align-items: center;
123
123
  justify-content: space-between;
@@ -125,7 +125,7 @@
125
125
  margin: 0 auto 0 0;
126
126
  overflow: hidden;
127
127
  }
128
- .line-one__name[data-v-1b7b3792] {
128
+ .line-one__name[data-v-b4e3d453] {
129
129
  overflow: hidden;
130
130
  flex-grow: 1;
131
131
  cursor: pointer;
@@ -133,21 +133,21 @@
133
133
  color: var(--color-main-text);
134
134
  font-weight: 700;
135
135
  }
136
- .line-one__details[data-v-1b7b3792] {
136
+ .line-one__details[data-v-b4e3d453] {
137
137
  color: var(--color-text-maxcontrast);
138
138
  margin: 0 9px;
139
139
  font-weight: 400;
140
140
  }
141
- .line-two[data-v-1b7b3792] {
141
+ .line-two[data-v-b4e3d453] {
142
142
  display: flex;
143
143
  align-items: flex-start;
144
144
  justify-content: space-between;
145
145
  white-space: nowrap;
146
146
  }
147
- .line-two--bold[data-v-1b7b3792] {
147
+ .line-two--bold[data-v-b4e3d453] {
148
148
  font-weight: 700;
149
149
  }
150
- .line-two__subname[data-v-1b7b3792] {
150
+ .line-two__subname[data-v-b4e3d453] {
151
151
  overflow: hidden;
152
152
  flex-grow: 1;
153
153
  cursor: pointer;
@@ -155,11 +155,11 @@
155
155
  text-overflow: ellipsis;
156
156
  color: var(--color-text-maxcontrast);
157
157
  }
158
- .line-two__additional_elements[data-v-1b7b3792] {
158
+ .line-two__additional_elements[data-v-b4e3d453] {
159
159
  margin: 2px 4px 0;
160
160
  display: flex;
161
161
  align-items: center;
162
162
  }
163
- .line-two__indicator[data-v-1b7b3792] {
163
+ .line-two__indicator[data-v-b4e3d453] {
164
164
  margin: 0 5px;
165
165
  }