@nextcloud/vue 8.2.0 → 8.3.0

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 (162) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/Components/NcActionButton.cjs +3 -3
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +9 -9
  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/NcActions.cjs +8 -8
  9. package/dist/Components/NcActions.cjs.map +1 -1
  10. package/dist/Components/NcActions.mjs +21 -21
  11. package/dist/Components/NcActions.mjs.map +1 -1
  12. package/dist/Components/NcAppContent.cjs +1 -1
  13. package/dist/Components/NcAppContent.mjs +1 -1
  14. package/dist/Components/NcAppNavigation.cjs +14 -14
  15. package/dist/Components/NcAppNavigation.cjs.map +1 -1
  16. package/dist/Components/NcAppNavigation.mjs +20 -20
  17. package/dist/Components/NcAppNavigation.mjs.map +1 -1
  18. package/dist/Components/NcAppNavigationCaption.cjs +2 -2
  19. package/dist/Components/NcAppNavigationCaption.cjs.map +1 -1
  20. package/dist/Components/NcAppNavigationCaption.mjs +2 -2
  21. package/dist/Components/NcAppNavigationCaption.mjs.map +1 -1
  22. package/dist/Components/NcAppNavigationItem.cjs +3 -3
  23. package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
  24. package/dist/Components/NcAppNavigationItem.mjs +4 -4
  25. package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
  26. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  27. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  28. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  29. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  30. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  31. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  32. package/dist/Components/NcAppSettingsDialog.cjs +20 -20
  33. package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
  34. package/dist/Components/NcAppSettingsDialog.mjs +13 -13
  35. package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
  36. package/dist/Components/NcAppSidebar.cjs +1 -1
  37. package/dist/Components/NcAppSidebar.mjs +1 -1
  38. package/dist/Components/NcAvatar.cjs +1 -1
  39. package/dist/Components/NcAvatar.mjs +1 -1
  40. package/dist/Components/NcCheckboxRadioSwitch.cjs +7 -7
  41. package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
  42. package/dist/Components/NcCheckboxRadioSwitch.mjs +7 -7
  43. package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
  44. package/dist/Components/NcColorPicker.cjs +6 -6
  45. package/dist/Components/NcColorPicker.cjs.map +1 -1
  46. package/dist/Components/NcColorPicker.mjs +9 -9
  47. package/dist/Components/NcColorPicker.mjs.map +1 -1
  48. package/dist/Components/NcDashboardWidget.cjs +1 -1
  49. package/dist/Components/NcDashboardWidget.mjs +2 -2
  50. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  51. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  52. package/dist/Components/NcDateTime.cjs +1 -1
  53. package/dist/Components/NcDateTime.mjs +1 -1
  54. package/dist/Components/NcDateTimePicker.cjs +2 -2
  55. package/dist/Components/NcDateTimePicker.mjs +4 -4
  56. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  57. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  58. package/dist/Components/NcDialog.cjs +15 -15
  59. package/dist/Components/NcDialog.cjs.map +1 -1
  60. package/dist/Components/NcDialog.mjs +13 -13
  61. package/dist/Components/NcDialog.mjs.map +1 -1
  62. package/dist/Components/NcDialogButton.cjs +1 -1
  63. package/dist/Components/NcDialogButton.cjs.map +1 -1
  64. package/dist/Components/NcDialogButton.mjs +1 -1
  65. package/dist/Components/NcDialogButton.mjs.map +1 -1
  66. package/dist/Components/NcEmojiPicker.cjs +1 -1
  67. package/dist/Components/NcEmojiPicker.mjs +1 -1
  68. package/dist/Components/NcInputField.cjs +15 -4
  69. package/dist/Components/NcInputField.cjs.map +1 -1
  70. package/dist/Components/NcInputField.mjs +18 -7
  71. package/dist/Components/NcInputField.mjs.map +1 -1
  72. package/dist/Components/NcListItem.cjs +1 -1
  73. package/dist/Components/NcListItem.mjs +1 -1
  74. package/dist/Components/NcListItemIcon.cjs +1 -1
  75. package/dist/Components/NcListItemIcon.mjs +1 -1
  76. package/dist/Components/NcModal.cjs +1 -1
  77. package/dist/Components/NcModal.mjs +3 -3
  78. package/dist/Components/NcPasswordField.cjs +1 -1
  79. package/dist/Components/NcPasswordField.mjs +1 -1
  80. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  81. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  82. package/dist/Components/NcRichContenteditable.cjs +2 -2
  83. package/dist/Components/NcRichContenteditable.mjs +2 -2
  84. package/dist/Components/NcRichText.cjs +1 -1
  85. package/dist/Components/NcRichText.mjs +3 -3
  86. package/dist/Components/NcSelect.cjs +1 -1
  87. package/dist/Components/NcSelect.mjs +2 -2
  88. package/dist/Components/NcSelectTags.cjs +1 -1
  89. package/dist/Components/NcSelectTags.mjs +1 -1
  90. package/dist/Components/NcSettingsInputText.cjs +1 -1
  91. package/dist/Components/NcSettingsInputText.mjs +1 -1
  92. package/dist/Components/NcSettingsSection.cjs +1 -1
  93. package/dist/Components/NcSettingsSection.mjs +1 -1
  94. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  95. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  96. package/dist/Components/NcTextField.cjs +1 -1
  97. package/dist/Components/NcTextField.mjs +1 -1
  98. package/dist/Components/NcTimezonePicker.cjs +1 -1
  99. package/dist/Components/NcTimezonePicker.mjs +1 -1
  100. package/dist/Components/NcUserBubble.cjs +1 -1
  101. package/dist/Components/NcUserBubble.mjs +1 -1
  102. package/dist/Functions/usernameToColor.cjs +1 -1
  103. package/dist/Functions/usernameToColor.mjs +1 -1
  104. package/dist/assets/{NcAppNavigationToggle-9e170630.css → NcAppNavigationToggle-2bc73ee8.css} +2 -2
  105. package/dist/assets/{index-a0532427.css → index-2a1ec06b.css} +42 -36
  106. package/dist/assets/{index-5c74e333.css → index-50dc154e.css} +10 -10
  107. package/dist/assets/{index-4437e6bf.css → index-5784183b.css} +8 -8
  108. package/dist/assets/{index-f8d6daf3.css → index-5e4bf286.css} +41 -41
  109. package/dist/assets/{index-a9d1ad5c.css → index-7157aefa.css} +24 -24
  110. package/dist/assets/{index-e9fce208.css → index-7868494b.css} +16 -16
  111. package/dist/assets/{index-51c1f2a9.css → index-810b8984.css} +13 -20
  112. package/dist/assets/{index-dc612aa3.css → index-9941f384.css} +15 -12
  113. package/dist/assets/{index-d1c0876d.css → index-b0a8a48c.css} +11 -11
  114. package/dist/assets/{index-db846386.css → index-e6a91529.css} +49 -45
  115. package/dist/assets/{index-edee3304.css → index-f72cef5d.css} +6 -7
  116. package/dist/chunks/{GenColors-02173e2c.mjs → GenColors-12ec1caa.mjs} +1 -1
  117. package/dist/chunks/{GenColors-02173e2c.mjs.map → GenColors-12ec1caa.mjs.map} +1 -1
  118. package/dist/chunks/{GenColors-4314c256.cjs → GenColors-a8d54566.cjs} +1 -1
  119. package/dist/chunks/{GenColors-4314c256.cjs.map → GenColors-a8d54566.cjs.map} +1 -1
  120. package/dist/chunks/{NcAppNavigationToggle-1301e882.cjs → NcAppNavigationToggle-6a975868.cjs} +21 -26
  121. package/dist/chunks/{NcAppNavigationToggle-2574bba5.mjs.map → NcAppNavigationToggle-6a975868.cjs.map} +1 -1
  122. package/dist/chunks/{NcAppNavigationToggle-2574bba5.mjs → NcAppNavigationToggle-f5591773.mjs} +25 -30
  123. package/dist/chunks/{NcAppNavigationToggle-1301e882.cjs.map → NcAppNavigationToggle-f5591773.mjs.map} +1 -1
  124. package/dist/chunks/{NcInputConfirmCancel-a612e6a3.mjs → NcInputConfirmCancel-7837eb4d.mjs} +1 -1
  125. package/dist/chunks/{NcInputConfirmCancel-a612e6a3.mjs.map → NcInputConfirmCancel-7837eb4d.mjs.map} +1 -1
  126. package/dist/chunks/{NcInputConfirmCancel-9906b563.cjs → NcInputConfirmCancel-790f5902.cjs} +1 -1
  127. package/dist/chunks/{NcInputConfirmCancel-9906b563.cjs.map → NcInputConfirmCancel-790f5902.cjs.map} +1 -1
  128. package/dist/chunks/{NcRichText-f5cfcd57.mjs → NcRichText-0db09c78.mjs} +1 -1
  129. package/dist/chunks/{NcRichText-f5cfcd57.mjs.map → NcRichText-0db09c78.mjs.map} +1 -1
  130. package/dist/chunks/{NcRichText-9f77a9c6.cjs → NcRichText-0dd96aac.cjs} +1 -1
  131. package/dist/chunks/{NcRichText-9f77a9c6.cjs.map → NcRichText-0dd96aac.cjs.map} +1 -1
  132. package/dist/chunks/{NcSettingsSelectGroup-0f71fef4.cjs → NcSettingsSelectGroup-532ba813.cjs} +1 -1
  133. package/dist/chunks/{NcSettingsSelectGroup-0f71fef4.cjs.map → NcSettingsSelectGroup-532ba813.cjs.map} +1 -1
  134. package/dist/chunks/{NcSettingsSelectGroup-091c0306.mjs → NcSettingsSelectGroup-cdd84895.mjs} +2 -2
  135. package/dist/chunks/{NcSettingsSelectGroup-091c0306.mjs.map → NcSettingsSelectGroup-cdd84895.mjs.map} +1 -1
  136. package/dist/chunks/{ScopeComponent-df4b58b1.cjs → ScopeComponent-92144d97.cjs} +1 -1
  137. package/dist/chunks/{ScopeComponent-df4b58b1.cjs.map → ScopeComponent-92144d97.cjs.map} +1 -1
  138. package/dist/chunks/{ScopeComponent-3ea00dcd.mjs → ScopeComponent-ac5265f5.mjs} +1 -1
  139. package/dist/chunks/{ScopeComponent-3ea00dcd.mjs.map → ScopeComponent-ac5265f5.mjs.map} +1 -1
  140. package/dist/chunks/{index-dc10fd2b.cjs → index-32c8b581.cjs} +1 -1
  141. package/dist/chunks/{index-dc10fd2b.cjs.map → index-32c8b581.cjs.map} +1 -1
  142. package/dist/chunks/{index-cea13a24.mjs → index-efb07851.mjs} +1 -1
  143. package/dist/chunks/{index-cea13a24.mjs.map → index-efb07851.mjs.map} +1 -1
  144. package/dist/chunks/l10n-070da9ad.cjs +29 -0
  145. package/dist/chunks/l10n-070da9ad.cjs.map +1 -0
  146. package/dist/chunks/l10n-1b905a9a.mjs +31 -0
  147. package/dist/chunks/l10n-1b905a9a.mjs.map +1 -0
  148. package/dist/chunks/{l10n-a12cdbfa.cjs → l10n-38626490.cjs} +1 -1
  149. package/dist/chunks/{l10n-a12cdbfa.cjs.map → l10n-38626490.cjs.map} +1 -1
  150. package/dist/chunks/{l10n-c603e589.mjs → l10n-6cfc1200.mjs} +1 -1
  151. package/dist/chunks/{l10n-c603e589.mjs.map → l10n-6cfc1200.mjs.map} +1 -1
  152. package/dist/chunks/{referencePickerModal-aa5d3f47.cjs → referencePickerModal-90dac0d0.cjs} +1 -1
  153. package/dist/chunks/{referencePickerModal-aa5d3f47.cjs.map → referencePickerModal-90dac0d0.cjs.map} +1 -1
  154. package/dist/chunks/{referencePickerModal-c2f33569.mjs → referencePickerModal-ded8273d.mjs} +1 -1
  155. package/dist/chunks/{referencePickerModal-c2f33569.mjs.map → referencePickerModal-ded8273d.mjs.map} +1 -1
  156. package/dist/index.cjs +4 -4
  157. package/dist/index.mjs +6 -6
  158. package/package.json +1 -1
  159. package/dist/chunks/l10n-e9ffbe5e.cjs +0 -29
  160. package/dist/chunks/l10n-e9ffbe5e.cjs.map +0 -1
  161. package/dist/chunks/l10n-ef44019c.mjs +0 -31
  162. package/dist/chunks/l10n-ef44019c.mjs.map +0 -1
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
3
- const r = require("../chunks/NcRichText-9f77a9c6.cjs"), e = require("../chunks/referencePickerModal-aa5d3f47.cjs");
3
+ const r = require("../chunks/NcRichText-0dd96aac.cjs"), e = require("../chunks/referencePickerModal-90dac0d0.cjs");
4
4
  /**
5
5
  * @copyright Copyright (c) 2023 Raimund Schlüßler <raimund.schluessler@mailbox.org>
6
6
  *
@@ -1,6 +1,6 @@
1
- import { N as r } from "../chunks/NcRichText-f5cfcd57.mjs";
2
- import { a as t } from "../chunks/NcRichText-f5cfcd57.mjs";
3
- import { e as c, a as d, b as o, N as n, c as g, k as m, j as P, l as k, m as f, h as N, i as R, f as l, r as u, g as h, d as v, n as W, s as p } from "../chunks/referencePickerModal-c2f33569.mjs";
1
+ import { N as r } from "../chunks/NcRichText-0db09c78.mjs";
2
+ import { a as t } from "../chunks/NcRichText-0db09c78.mjs";
3
+ import { e as c, a as d, b as o, N as n, c as g, k as m, j as P, l as k, m as f, h as N, i as R, f as l, r as u, g as h, d as v, n as W, s as p } from "../chunks/referencePickerModal-ded8273d.mjs";
4
4
  /**
5
5
  * @copyright Copyright (c) 2023 Raimund Schlüßler <raimund.schluessler@mailbox.org>
6
6
  *
@@ -1,6 +1,6 @@
1
1
  var I = require("../assets/index-f9bfa317.css");
2
2
  require("@nextcloud/vue-select/dist/vue-select.css");
3
- const c = require("@nextcloud/vue-select"), a = require("@floating-ui/dom"), u = require("../chunks/l10n-e9ffbe5e.cjs"), f = require("../chunks/ChevronDown-dc32e51d.cjs"), d = require("../chunks/Close-98cb6f12.cjs"), m = require("./NcEllipsisedOption.cjs"), y = require("./NcListItemIcon.cjs"), _ = require("./NcLoadingIcon.cjs"), h = require("../chunks/l10n-a12cdbfa.cjs"), g = require("../chunks/GenRandomId-c214d235.cjs"), S = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs");
3
+ const c = require("@nextcloud/vue-select"), a = require("@floating-ui/dom"), u = require("../chunks/l10n-070da9ad.cjs"), f = require("../chunks/ChevronDown-dc32e51d.cjs"), d = require("../chunks/Close-98cb6f12.cjs"), m = require("./NcEllipsisedOption.cjs"), y = require("./NcListItemIcon.cjs"), _ = require("./NcLoadingIcon.cjs"), h = require("../chunks/l10n-38626490.cjs"), g = require("../chunks/GenRandomId-c214d235.cjs"), S = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs");
4
4
  const b = {
5
5
  name: "NcSelect",
6
6
  components: {
@@ -2,13 +2,13 @@ import "../assets/index-f9bfa317.css";
2
2
  import "@nextcloud/vue-select/dist/vue-select.css";
3
3
  import { VueSelect as s } from "@nextcloud/vue-select";
4
4
  import { autoUpdate as p, computePosition as f, offset as d, flip as m, shift as y, limitShift as _ } from "@floating-ui/dom";
5
- import { t as c } from "../chunks/l10n-ef44019c.mjs";
5
+ import { t as c } from "../chunks/l10n-1b905a9a.mjs";
6
6
  import { C as h } from "../chunks/ChevronDown-a72d365d.mjs";
7
7
  import { C as g } from "../chunks/Close-271f72e2.mjs";
8
8
  import b from "./NcEllipsisedOption.mjs";
9
9
  import S from "./NcListItemIcon.mjs";
10
10
  import L from "./NcLoadingIcon.mjs";
11
- import { l as C } from "../chunks/l10n-c603e589.mjs";
11
+ import { l as C } from "../chunks/l10n-6cfc1200.mjs";
12
12
  import { G as v } from "../chunks/GenRandomId-cb9ccebe.mjs";
13
13
  import { n as N } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
14
14
  const B = {
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const c = require("./NcEllipsisedOption.cjs"), l = require("./NcSelect.cjs"), p = require("@nextcloud/axios"), d = require("@nextcloud/router"), o = require("../chunks/l10n-e9ffbe5e.cjs"), f = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), h = (t) => t && t.__esModule ? t : { default: t }, g = /* @__PURE__ */ h(p);
2
+ const c = require("./NcEllipsisedOption.cjs"), l = require("./NcSelect.cjs"), p = require("@nextcloud/axios"), d = require("@nextcloud/router"), o = require("../chunks/l10n-070da9ad.cjs"), f = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), h = (t) => t && t.__esModule ? t : { default: t }, g = /* @__PURE__ */ h(p);
3
3
  /**
4
4
  * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
5
5
  *
@@ -2,7 +2,7 @@ import p from "./NcEllipsisedOption.mjs";
2
2
  import l from "./NcSelect.mjs";
3
3
  import c from "@nextcloud/axios";
4
4
  import { generateRemoteUrl as d } from "@nextcloud/router";
5
- import { t as i } from "../chunks/l10n-ef44019c.mjs";
5
+ import { t as i } from "../chunks/l10n-1b905a9a.mjs";
6
6
  import { n as f } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
7
7
  /**
8
8
  * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
@@ -1,5 +1,5 @@
1
1
  var m = require("../assets/index-6c47e88a.css");
2
- const s = require("../chunks/l10n-e9ffbe5e.cjs"), a = require("../chunks/GenRandomId-c214d235.cjs"), u = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs");
2
+ const s = require("../chunks/l10n-070da9ad.cjs"), a = require("../chunks/GenRandomId-c214d235.cjs"), u = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs");
3
3
  const r = {
4
4
  name: "NcSettingsInputText",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import "../assets/index-6c47e88a.css";
2
- import { t as a } from "../chunks/l10n-ef44019c.mjs";
2
+ import { t as a } from "../chunks/l10n-1b905a9a.mjs";
3
3
  import { G as s } from "../chunks/GenRandomId-cb9ccebe.mjs";
4
4
  import { n as u } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
5
5
  const r = {
@@ -1,5 +1,5 @@
1
1
  var g = require("../assets/index-76a58945.css");
2
- const r = require("../chunks/l10n-e9ffbe5e.cjs"), n = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), l = {
2
+ const r = require("../chunks/l10n-070da9ad.cjs"), n = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), l = {
3
3
  name: "HelpCircleIcon",
4
4
  emits: ["click"],
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import "../assets/index-76a58945.css";
2
- import { t as r } from "../chunks/l10n-ef44019c.mjs";
2
+ import { t as r } from "../chunks/l10n-1b905a9a.mjs";
3
3
  import { n as i } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
4
4
  const l = {
5
5
  name: "HelpCircleIcon",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
3
- const e = require("../chunks/NcSettingsSelectGroup-0f71fef4.cjs");
3
+ const e = require("../chunks/NcSettingsSelectGroup-532ba813.cjs");
4
4
  /**
5
5
  * @copyright Copyright (c) 2019 Greta Doci <gretadoci@gmail.com>
6
6
  *
@@ -1,4 +1,4 @@
1
- import { N as e } from "../chunks/NcSettingsSelectGroup-091c0306.mjs";
1
+ import { N as e } from "../chunks/NcSettingsSelectGroup-cdd84895.mjs";
2
2
  /**
3
3
  * @copyright Copyright (c) 2019 Greta Doci <gretadoci@gmail.com>
4
4
  *
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const i = require("./NcInputField.cjs"), o = require("../chunks/Close-98cb6f12.cjs"), a = require("../chunks/ArrowRight-7315f6c1.cjs"), s = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), r = require("../chunks/l10n-e9ffbe5e.cjs"), c = {
2
+ const i = require("./NcInputField.cjs"), o = require("../chunks/Close-98cb6f12.cjs"), a = require("../chunks/ArrowRight-7315f6c1.cjs"), s = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), r = require("../chunks/l10n-070da9ad.cjs"), c = {
3
3
  name: "UndoVariantIcon",
4
4
  emits: ["click"],
5
5
  props: {
@@ -2,7 +2,7 @@ import i from "./NcInputField.mjs";
2
2
  import { C as l } from "../chunks/Close-271f72e2.mjs";
3
3
  import { A as a } from "../chunks/ArrowRight-74a9fcb2.mjs";
4
4
  import { n as s } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
5
- import { t as r } from "../chunks/l10n-ef44019c.mjs";
5
+ import { t as r } from "../chunks/l10n-1b905a9a.mjs";
6
6
  const c = {
7
7
  name: "UndoVariantIcon",
8
8
  emits: ["click"],
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const N = require("../chunks/l10n-e9ffbe5e.cjs"), t = require("../chunks/logger-4998b668.cjs"), e = require("@nextcloud/calendar-js"), Z = require("../chunks/GenRandomId-c214d235.cjs"), Y = require("./NcSelect.cjs"), M = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs");
2
+ const N = require("../chunks/l10n-070da9ad.cjs"), t = require("../chunks/logger-4998b668.cjs"), e = require("@nextcloud/calendar-js"), Z = require("../chunks/GenRandomId-c214d235.cjs"), Y = require("./NcSelect.cjs"), M = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs");
3
3
  /**
4
4
  * @copyright Copyright (c) 2019 Georg Ehrke
5
5
  *
@@ -1,4 +1,4 @@
1
- import { t as N } from "../chunks/l10n-ef44019c.mjs";
1
+ import { t as N } from "../chunks/l10n-1b905a9a.mjs";
2
2
  import { l as t } from "../chunks/logger-3612e664.mjs";
3
3
  import { getTimezoneManager as e } from "@nextcloud/calendar-js";
4
4
  import { G as Z } from "../chunks/GenRandomId-cb9ccebe.mjs";
@@ -1,5 +1,5 @@
1
1
  var y = require("../assets/index-c221fe05.css");
2
- const s = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), a = require("../chunks/index-dc10fd2b.cjs"), n = require("./NcPopover.cjs"), i = require("vue"), o = (t) => t && t.__esModule ? t : { default: t }, u = /* @__PURE__ */ o(i), l = {
2
+ const s = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), a = require("../chunks/index-32c8b581.cjs"), n = require("./NcPopover.cjs"), i = require("vue"), o = (t) => t && t.__esModule ? t : { default: t }, u = /* @__PURE__ */ o(i), l = {
3
3
  name: "NcUserBubbleDiv"
4
4
  };
5
5
  var c = function() {
@@ -1,6 +1,6 @@
1
1
  import "../assets/index-c221fe05.css";
2
2
  import { n as s } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
3
- import { N as a } from "../chunks/index-cea13a24.mjs";
3
+ import { N as a } from "../chunks/index-efb07851.mjs";
4
4
  import n from "./NcPopover.mjs";
5
5
  import i from "vue";
6
6
  const o = {
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const f = require("../chunks/GenColors-4314c256.cjs"), i = require("md5"), p = (t) => t && t.__esModule ? t : { default: t }, d = /* @__PURE__ */ p(i);
2
+ const f = require("../chunks/GenColors-a8d54566.cjs"), i = require("md5"), p = (t) => t && t.__esModule ? t : { default: t }, d = /* @__PURE__ */ p(i);
3
3
  /**
4
4
  * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
5
5
  *
@@ -1,4 +1,4 @@
1
- import { G as i } from "../chunks/GenColors-02173e2c.mjs";
1
+ import { G as i } from "../chunks/GenColors-12ec1caa.mjs";
2
2
  import p from "md5";
3
3
  /**
4
4
  * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
@@ -20,14 +20,14 @@
20
20
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
  *
22
22
  */
23
- .material-design-icon[data-v-13b4f13a] {
23
+ .material-design-icon[data-v-8cb91920] {
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
- button.app-navigation-toggle[data-v-13b4f13a] {
30
+ button.app-navigation-toggle[data-v-8cb91920] {
31
31
  position: absolute;
32
32
  top: var(--app-navigation-padding);
33
33
  right: calc(0px - var(--app-navigation-padding));
@@ -20,28 +20,28 @@
20
20
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
  *
22
22
  */
23
- .material-design-icon[data-v-31a36009] {
23
+ .material-design-icon[data-v-e8c696ab] {
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
- .input-field[data-v-31a36009] {
30
+ .input-field[data-v-e8c696ab] {
31
31
  position: relative;
32
32
  width: 100%;
33
33
  border-radius: var(--border-radius-large);
34
34
  margin-block-start: 6px;
35
35
  }
36
- .input-field__main-wrapper[data-v-31a36009] {
36
+ .input-field__main-wrapper[data-v-e8c696ab] {
37
37
  height: var(--default-clickable-area);
38
38
  position: relative;
39
39
  }
40
- .input-field--disabled[data-v-31a36009] {
40
+ .input-field--disabled[data-v-e8c696ab] {
41
41
  opacity: .7;
42
42
  filter: saturate(.7);
43
43
  }
44
- .input-field__input[data-v-31a36009] {
44
+ .input-field__input[data-v-e8c696ab] {
45
45
  margin: 0;
46
46
  padding-inline: 12px 6px;
47
47
  height: var(--default-clickable-area) !important;
@@ -56,56 +56,59 @@
56
56
  -webkit-appearance: textfield !important;
57
57
  -moz-appearance: textfield !important;
58
58
  }
59
- .input-field__input--label-outside[data-v-31a36009] {
59
+ .input-field__input--label-outside[data-v-e8c696ab] {
60
60
  padding-block: 0;
61
61
  }
62
- .input-field__input[data-v-31a36009]:active:not([disabled]),
63
- .input-field__input[data-v-31a36009]:hover:not([disabled]),
64
- .input-field__input[data-v-31a36009]:focus:not([disabled]) {
62
+ .input-field__input[data-v-e8c696ab]:active:not([disabled]),
63
+ .input-field__input[data-v-e8c696ab]:hover:not([disabled]),
64
+ .input-field__input[data-v-e8c696ab]:focus:not([disabled]) {
65
65
  border-color: 2px solid var(--color-main-text) !important;
66
66
  box-shadow: 0 0 0 2px var(--color-main-background) !important;
67
67
  }
68
- .input-field__input:focus + .input-field__label[data-v-31a36009],
69
- .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-31a36009] {
68
+ .input-field__input:focus + .input-field__label[data-v-e8c696ab],
69
+ .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-e8c696ab] {
70
70
  color: var(--color-main-text);
71
71
  }
72
- .input-field__input[data-v-31a36009]:not(:focus, .input-field__input--label-outside)::placeholder {
72
+ .input-field__input[data-v-e8c696ab]:not(:focus, .input-field__input--label-outside)::placeholder {
73
73
  opacity: 0;
74
74
  }
75
- .input-field__input[data-v-31a36009]:focus {
75
+ .input-field__input[data-v-e8c696ab]:focus {
76
76
  cursor: text;
77
77
  }
78
- .input-field__input[data-v-31a36009]:disabled {
78
+ .input-field__input[data-v-e8c696ab]:disabled {
79
79
  cursor: default;
80
80
  }
81
- .input-field__input[data-v-31a36009]:focus-visible {
81
+ .input-field__input[data-v-e8c696ab]:focus-visible {
82
82
  box-shadow: unset !important;
83
83
  }
84
- .input-field__input--leading-icon[data-v-31a36009] {
84
+ .input-field__input--leading-icon[data-v-e8c696ab] {
85
85
  padding-inline-start: var(--default-clickable-area);
86
86
  }
87
- .input-field__input--trailing-icon[data-v-31a36009] {
87
+ .input-field__input--trailing-icon[data-v-e8c696ab] {
88
88
  padding-inline-end: var(--default-clickable-area);
89
89
  }
90
- .input-field__input--success[data-v-31a36009] {
90
+ .input-field__input--success[data-v-e8c696ab] {
91
91
  border-color: var(--color-success) !important;
92
92
  }
93
- .input-field__input--success[data-v-31a36009]:focus-visible {
93
+ .input-field__input--success[data-v-e8c696ab]:focus-visible {
94
94
  box-shadow:
95
95
  #f8fafc 0 0 0 2px,
96
96
  var(--color-primary-element) 0 0 0 4px,
97
97
  #0000000d 0 1px 2px;
98
98
  }
99
- .input-field__input--error[data-v-31a36009] {
99
+ .input-field__input--error[data-v-e8c696ab] {
100
100
  border-color: var(--color-error) !important;
101
101
  }
102
- .input-field__input--error[data-v-31a36009]:focus-visible {
102
+ .input-field__input--error[data-v-e8c696ab]:focus-visible {
103
103
  box-shadow:
104
104
  #f8fafc 0 0 0 2px,
105
105
  var(--color-primary-element) 0 0 0 4px,
106
106
  #0000000d 0 1px 2px;
107
107
  }
108
- .input-field__label[data-v-31a36009] {
108
+ .input-field__input--pill[data-v-e8c696ab] {
109
+ border-radius: var(--border-radius-pill);
110
+ }
111
+ .input-field__label[data-v-e8c696ab] {
109
112
  position: absolute;
110
113
  margin-inline: 14px 0;
111
114
  max-width: fit-content;
@@ -123,14 +126,14 @@
123
126
  color var(--animation-quick),
124
127
  background-color var(--animation-quick) var(--animation-slow);
125
128
  }
126
- .input-field__label--leading-icon[data-v-31a36009] {
129
+ .input-field__label--leading-icon[data-v-e8c696ab] {
127
130
  margin-inline-start: var(--default-clickable-area);
128
131
  }
129
- .input-field__label--trailing-icon[data-v-31a36009] {
132
+ .input-field__label--trailing-icon[data-v-e8c696ab] {
130
133
  margin-inline-end: var(--default-clickable-area);
131
134
  }
132
- .input-field__input:focus + .input-field__label[data-v-31a36009],
133
- .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-31a36009] {
135
+ .input-field__input:focus + .input-field__label[data-v-e8c696ab],
136
+ .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-e8c696ab] {
134
137
  inset-block-start: -10px;
135
138
  font-size: 13px;
136
139
  font-weight: 500;
@@ -144,11 +147,11 @@
144
147
  font-size var(--animation-quick),
145
148
  color var(--animation-quick);
146
149
  }
147
- .input-field__input:focus + .input-field__label--leading-icon[data-v-31a36009],
148
- .input-field__input:not(:placeholder-shown) + .input-field__label--leading-icon[data-v-31a36009] {
150
+ .input-field__input:focus + .input-field__label--leading-icon[data-v-e8c696ab],
151
+ .input-field__input:not(:placeholder-shown) + .input-field__label--leading-icon[data-v-e8c696ab] {
149
152
  margin-inline-start: 41px;
150
153
  }
151
- .input-field__icon[data-v-31a36009] {
154
+ .input-field__icon[data-v-e8c696ab] {
152
155
  position: absolute;
153
156
  height: var(--default-clickable-area);
154
157
  width: var(--default-clickable-area);
@@ -157,31 +160,34 @@
157
160
  justify-content: center;
158
161
  opacity: .7;
159
162
  }
160
- .input-field__icon--leading[data-v-31a36009] {
163
+ .input-field__icon--leading[data-v-e8c696ab] {
161
164
  inset-block-end: 0;
162
165
  inset-inline-start: 2px;
163
166
  }
164
- .input-field__icon--trailing[data-v-31a36009] {
167
+ .input-field__icon--trailing[data-v-e8c696ab] {
165
168
  inset-block-end: 0;
166
169
  inset-inline-end: 2px;
167
170
  }
168
- .input-field__trailing-button.button-vue[data-v-31a36009] {
171
+ .input-field__trailing-button.button-vue[data-v-e8c696ab] {
169
172
  position: absolute;
170
173
  top: 0;
171
174
  right: 0;
172
175
  border-radius: var(--border-radius-large);
173
176
  }
174
- .input-field__helper-text-message[data-v-31a36009] {
177
+ .input-field__trailing-button--pill.button-vue[data-v-e8c696ab] {
178
+ border-radius: var(--border-radius-pill);
179
+ }
180
+ .input-field__helper-text-message[data-v-e8c696ab] {
175
181
  padding-block: 4px;
176
182
  display: flex;
177
183
  align-items: center;
178
184
  }
179
- .input-field__helper-text-message__icon[data-v-31a36009] {
185
+ .input-field__helper-text-message__icon[data-v-e8c696ab] {
180
186
  margin-inline-end: 8px;
181
187
  }
182
- .input-field__helper-text-message--error[data-v-31a36009] {
188
+ .input-field__helper-text-message--error[data-v-e8c696ab] {
183
189
  color: var(--color-error-text);
184
190
  }
185
- .input-field__helper-text-message--success[data-v-31a36009] {
191
+ .input-field__helper-text-message--success[data-v-e8c696ab] {
186
192
  color: var(--color-success-text);
187
193
  }
@@ -424,32 +424,32 @@
424
424
  color: #ccc;
425
425
  background-color: #f3f3f3;
426
426
  }
427
- .mx-datepicker[data-v-21c5172] {
427
+ .mx-datepicker[data-v-c7eb113] {
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-21c5172] svg {
432
+ .mx-datepicker[data-v-c7eb113] svg {
433
433
  fill: var(--color-main-text);
434
434
  }
435
- .mx-datepicker[data-v-21c5172] .mx-input-wrapper .mx-input {
435
+ .mx-datepicker[data-v-c7eb113] .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-21c5172] .mx-input-wrapper .mx-input:active:not(.disabled),
442
- .mx-datepicker[data-v-21c5172] .mx-input-wrapper .mx-input:hover:not(.disabled),
443
- .mx-datepicker[data-v-21c5172] .mx-input-wrapper .mx-input:focus:not(.disabled) {
441
+ .mx-datepicker[data-v-c7eb113] .mx-input-wrapper .mx-input:active:not(.disabled),
442
+ .mx-datepicker[data-v-c7eb113] .mx-input-wrapper .mx-input:hover:not(.disabled),
443
+ .mx-datepicker[data-v-c7eb113] .mx-input-wrapper .mx-input:focus:not(.disabled) {
444
444
  border-color: var(--color-primary-element);
445
445
  }
446
- .mx-datepicker[data-v-21c5172] .mx-input-wrapper:disabled,
447
- .mx-datepicker[data-v-21c5172] .mx-input-wrapper.disabled {
446
+ .mx-datepicker[data-v-c7eb113] .mx-input-wrapper:disabled,
447
+ .mx-datepicker[data-v-c7eb113] .mx-input-wrapper.disabled {
448
448
  cursor: not-allowed;
449
449
  opacity: .7;
450
450
  }
451
- .mx-datepicker[data-v-21c5172] .mx-input-wrapper .mx-icon-calendar,
452
- .mx-datepicker[data-v-21c5172] .mx-input-wrapper .mx-icon-clear {
451
+ .mx-datepicker[data-v-c7eb113] .mx-input-wrapper .mx-icon-calendar,
452
+ .mx-datepicker[data-v-c7eb113] .mx-input-wrapper .mx-icon-clear {
453
453
  color: var(--color-text-lighter);
454
454
  }
455
455
  .mx-datepicker-main {
@@ -31,14 +31,14 @@
31
31
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
32
32
  *
33
33
  */
34
- .material-design-icon[data-v-926cf86d] {
34
+ .material-design-icon[data-v-8c6d0d34] {
35
35
  display: flex;
36
36
  align-self: center;
37
37
  justify-self: center;
38
38
  align-items: center;
39
39
  justify-content: center;
40
40
  }
41
- .app-navigation[data-v-926cf86d] {
41
+ .app-navigation[data-v-8c6d0d34] {
42
42
  --color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-text-maxcontrast-default));
43
43
  transition: transform var(--animation-quick), margin var(--animation-quick);
44
44
  width: 300px;
@@ -60,12 +60,12 @@
60
60
  -webkit-backdrop-filter: var(--filter-background-blur, none);
61
61
  backdrop-filter: var(--filter-background-blur, none);
62
62
  }
63
- .app-navigation--close[data-v-926cf86d] {
63
+ .app-navigation--close[data-v-8c6d0d34] {
64
64
  transform: translate(-100%);
65
65
  position: absolute;
66
66
  }
67
- .app-navigation__content > ul[data-v-926cf86d],
68
- .app-navigation__list[data-v-926cf86d] {
67
+ .app-navigation__content > ul[data-v-8c6d0d34],
68
+ .app-navigation__list[data-v-8c6d0d34] {
69
69
  position: relative;
70
70
  height: 100%;
71
71
  width: 100%;
@@ -77,16 +77,16 @@
77
77
  gap: var(--default-grid-baseline, 4px);
78
78
  padding: var(--app-navigation-padding);
79
79
  }
80
- .app-navigation__content[data-v-926cf86d] {
80
+ .app-navigation__content[data-v-8c6d0d34] {
81
81
  height: 100%;
82
82
  display: flex;
83
83
  flex-direction: column;
84
84
  }
85
- [data-themes*=highcontrast] .app-navigation[data-v-926cf86d] {
85
+ [data-themes*=highcontrast] .app-navigation[data-v-8c6d0d34] {
86
86
  border-right: 1px solid var(--color-border);
87
87
  }
88
88
  @media only screen and (max-width: 1024px) {
89
- .app-navigation[data-v-926cf86d]:not(.app-navigation--close) {
89
+ .app-navigation[data-v-8c6d0d34]:not(.app-navigation--close) {
90
90
  position: absolute;
91
91
  }
92
92
  }