@oslokommune/punkt-elements 16.7.3 → 16.7.7

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 (248) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/accordion-BB1JrONI.cjs +34 -0
  3. package/dist/accordion-nNH87Y60.js +130 -0
  4. package/dist/alert-BEEnTiCb.cjs +33 -0
  5. package/dist/alert-ePJuDtmm.js +171 -0
  6. package/dist/async-directive-B9P1Qa0k.cjs +1 -0
  7. package/dist/async-directive-CaQiqjyV.js +55 -0
  8. package/dist/backlink-Ba03LlbB.cjs +13 -0
  9. package/dist/backlink-CiwXrQYD.js +38 -0
  10. package/dist/booleanish-BmcOU-43.js +11 -0
  11. package/dist/booleanish-jJLlnr6-.cjs +1 -0
  12. package/dist/breadcrumbs-CD1zib3s.cjs +43 -0
  13. package/dist/breadcrumbs-CpuVqWhF.js +76 -0
  14. package/dist/button-BIpd1xJh.js +95 -0
  15. package/dist/button-D-TOBaJB.cjs +27 -0
  16. package/dist/calendar-BzEtOJla.js +2031 -0
  17. package/dist/calendar-E5jJLt8D.cjs +90 -0
  18. package/dist/card-BYJu1MYm.js +339 -0
  19. package/dist/card-CUFhMVim.cjs +87 -0
  20. package/dist/checkbox-BARDb9iV.cjs +31 -0
  21. package/dist/checkbox-Cspxcvt_.js +111 -0
  22. package/dist/class-map-C8HuhNzZ.js +27 -0
  23. package/dist/class-map-CJ-msbHs.cjs +1 -0
  24. package/dist/classutils-DEL164Ur.js +7 -0
  25. package/dist/classutils-z8YsPlOf.cjs +1 -0
  26. package/dist/combobox-BcdLZRDU.js +984 -0
  27. package/dist/combobox-CGbFTWq_.cjs +135 -0
  28. package/dist/consent-DeB_5sWH.js +197 -0
  29. package/dist/consent-hwu7pp3S.cjs +11 -0
  30. package/dist/datepicker-DpmlsnH_.cjs +273 -0
  31. package/dist/datepicker-OVd8pmnZ.js +1125 -0
  32. package/dist/dialog-polyfill.esm-1hPr0gl9.js +280 -0
  33. package/dist/dialog-polyfill.esm-D3Oinvk0.cjs +1 -0
  34. package/dist/directive-3THFsVew.js +28 -0
  35. package/dist/directive-CJ2giQBZ.cjs +1 -0
  36. package/dist/directive-helpers-D1QSxY17.cjs +1 -0
  37. package/dist/directive-helpers-Dkv2gKgs.js +25 -0
  38. package/dist/element-DjtxO-1r.cjs +2 -0
  39. package/dist/element-cZ85T_aa.js +693 -0
  40. package/dist/element-with-slot-4J2o3SeU.js +166 -0
  41. package/dist/element-with-slot-CWoTGA1B.cjs +1 -0
  42. package/dist/header-DWgPgGfS.cjs +304 -0
  43. package/dist/header-a6ztVNp3.js +782 -0
  44. package/dist/heading-BgSWIRii.cjs +1 -0
  45. package/dist/heading-DiQLPxdf.js +73 -0
  46. package/dist/helptext-CCBKKLus.js +65 -0
  47. package/dist/helptext-D-3QfZv5.cjs +24 -0
  48. package/dist/icon-Co72KtgF.js +86 -0
  49. package/dist/icon-Dr8sfT2X.cjs +1 -0
  50. package/dist/if-defined-Cjj8qN-Z.js +5 -0
  51. package/dist/if-defined-XKOD_t_V.cjs +1 -0
  52. package/dist/index.d.ts +1 -2
  53. package/dist/input-element-B1yxcfz4.cjs +1 -0
  54. package/dist/input-element-Bw1s6NlF.js +643 -0
  55. package/dist/input-wrapper-BRuVELpK.cjs +54 -0
  56. package/dist/input-wrapper-CDyHTR1V.js +164 -0
  57. package/dist/input-wrapper-Dwd-_sKm.cjs +1 -0
  58. package/dist/input-wrapper-YfTmpSSY.js +117 -0
  59. package/dist/link-CKAFMz9j.js +89 -0
  60. package/dist/link-CyTCpI0k.cjs +7 -0
  61. package/dist/linkcard-B0KOGaGj.js +55 -0
  62. package/dist/linkcard-BE4-FewK.cjs +13 -0
  63. package/dist/listbox-DCA2JoPV.cjs +106 -0
  64. package/dist/listbox-DuBgTFvH.js +397 -0
  65. package/dist/loader-6kFZUErT.js +66 -0
  66. package/dist/loader-CX2rsC01.cjs +16 -0
  67. package/dist/messagebox-Cwlg5sOr.js +110 -0
  68. package/dist/messagebox-Din9X53b.cjs +13 -0
  69. package/dist/modal-C_wtsh9m.js +209 -0
  70. package/dist/modal-DS_wUOIv.cjs +36 -0
  71. package/dist/pkt-accordion.cjs +1 -1
  72. package/dist/pkt-accordion.js +2 -7
  73. package/dist/pkt-alert.cjs +1 -1
  74. package/dist/pkt-alert.js +2 -5
  75. package/dist/pkt-backlink.cjs +1 -1
  76. package/dist/pkt-backlink.js +2 -5
  77. package/dist/pkt-breadcrumbs.cjs +1 -43
  78. package/dist/pkt-breadcrumbs.js +2 -81
  79. package/dist/pkt-button.cjs +1 -1
  80. package/dist/pkt-button.js +2 -5
  81. package/dist/pkt-calendar.cjs +1 -1
  82. package/dist/pkt-calendar.js +2 -5
  83. package/dist/pkt-card.cjs +1 -1
  84. package/dist/pkt-card.js +2 -5
  85. package/dist/pkt-checkbox.cjs +1 -1
  86. package/dist/pkt-checkbox.js +2 -5
  87. package/dist/pkt-combobox.cjs +1 -1
  88. package/dist/pkt-combobox.js +2 -5
  89. package/dist/pkt-consent.cjs +1 -1
  90. package/dist/pkt-consent.js +2 -5
  91. package/dist/pkt-datepicker.cjs +1 -1
  92. package/dist/pkt-datepicker.js +5 -9
  93. package/dist/pkt-header.cjs +1 -304
  94. package/dist/pkt-header.js +2 -861
  95. package/dist/pkt-heading.cjs +1 -1
  96. package/dist/pkt-heading.js +2 -5
  97. package/dist/pkt-helptext.cjs +1 -1
  98. package/dist/pkt-helptext.js +2 -5
  99. package/dist/pkt-icon.cjs +1 -1
  100. package/dist/pkt-icon.js +2 -5
  101. package/dist/pkt-index.cjs +1 -1
  102. package/dist/pkt-index.js +30 -66
  103. package/dist/pkt-input-wrapper.cjs +1 -1
  104. package/dist/pkt-input-wrapper.js +2 -5
  105. package/dist/pkt-link.cjs +1 -1
  106. package/dist/pkt-link.js +2 -5
  107. package/dist/pkt-linkcard.cjs +1 -1
  108. package/dist/pkt-linkcard.js +2 -5
  109. package/dist/pkt-listbox.cjs +1 -1
  110. package/dist/pkt-listbox.js +2 -5
  111. package/dist/pkt-loader.cjs +1 -1
  112. package/dist/pkt-loader.js +2 -5
  113. package/dist/pkt-messagebox.cjs +1 -1
  114. package/dist/pkt-messagebox.js +2 -5
  115. package/dist/pkt-modal.cjs +1 -1
  116. package/dist/pkt-modal.js +2 -5
  117. package/dist/pkt-options-controller-CRrI6WMk.js +43 -0
  118. package/dist/pkt-options-controller-CXUGx134.cjs +1 -0
  119. package/dist/pkt-progressbar.cjs +1 -1
  120. package/dist/pkt-progressbar.js +2 -5
  121. package/dist/pkt-radiobutton.cjs +1 -1
  122. package/dist/pkt-radiobutton.js +2 -5
  123. package/dist/pkt-select.cjs +1 -1
  124. package/dist/pkt-select.js +2 -5
  125. package/dist/pkt-tabs.cjs +1 -1
  126. package/dist/pkt-tabs.js +2 -7
  127. package/dist/pkt-tag.cjs +1 -1
  128. package/dist/pkt-tag.js +2 -5
  129. package/dist/pkt-textarea.cjs +1 -1
  130. package/dist/pkt-textarea.js +2 -5
  131. package/dist/pkt-textinput.cjs +1 -1
  132. package/dist/pkt-textinput.js +2 -5
  133. package/dist/pkt-timepicker.cjs +1 -191
  134. package/dist/pkt-timepicker.js +2 -560
  135. package/dist/progressbar-CdXtmOBb.cjs +17 -0
  136. package/dist/progressbar-Dy9AiYQz.js +113 -0
  137. package/dist/radiobutton-GOnpUbCW.cjs +31 -0
  138. package/dist/radiobutton-V_KPbup_.js +84 -0
  139. package/dist/ref-BaJ0mBT_.cjs +1 -0
  140. package/dist/ref-RS8Uv6uC.js +30 -0
  141. package/dist/repeat-Cepr3469.js +57 -0
  142. package/dist/repeat-CqcDYBxr.cjs +1 -0
  143. package/dist/select-BSAFd8Wa.js +164 -0
  144. package/dist/select-C2i8sOk5.cjs +49 -0
  145. package/dist/tabs-D8nL9rWx.cjs +37 -0
  146. package/dist/tabs-Y7utmJi9.js +318 -0
  147. package/dist/tag-DLthw5b4.cjs +27 -0
  148. package/dist/tag-VwykmuQR.js +179 -0
  149. package/dist/textarea-D7aGOyDf.cjs +46 -0
  150. package/dist/textarea-DYOBhJrN.js +115 -0
  151. package/dist/textinput-BUgntXnM.js +124 -0
  152. package/dist/textinput-DFh8_9cx.cjs +70 -0
  153. package/dist/timepicker-BIfE7KKJ.cjs +191 -0
  154. package/dist/timepicker-DaSwn1FA.js +503 -0
  155. package/dist/utils-CUqCKGvp.js +7 -0
  156. package/dist/utils-CjAbIttF.cjs +1 -0
  157. package/package.json +6 -6
  158. package/src/components/alert/alert.test.ts +1 -1
  159. package/src/components/alert/alert.ts +6 -6
  160. package/src/components/datepicker/datepicker-utils.test.ts +16 -23
  161. package/dist/accordionitem-_9AiCIvd.cjs +0 -34
  162. package/dist/accordionitem-dCfSrxh5.js +0 -140
  163. package/dist/alert-BtOk8yRH.cjs +0 -33
  164. package/dist/alert-DlY2_grU.js +0 -117
  165. package/dist/async-directive-CMzWMlZ5.js +0 -65
  166. package/dist/async-directive-DoMuclel.cjs +0 -5
  167. package/dist/backlink-Ce5Vldop.js +0 -49
  168. package/dist/backlink-y3dwjKPC.cjs +0 -13
  169. package/dist/booleanish-BKVonob4.cjs +0 -1
  170. package/dist/booleanish-C9R0tdXH.js +0 -11
  171. package/dist/button-B_TXwNzt.cjs +0 -27
  172. package/dist/button-BiY-wlKF.js +0 -139
  173. package/dist/calendar-B2pji2zn.cjs +0 -90
  174. package/dist/calendar-DhjQDC4C.js +0 -2140
  175. package/dist/card-BwMNB5Bb.cjs +0 -87
  176. package/dist/card-CGlmcMSR.js +0 -233
  177. package/dist/checkbox-BsJZYA26.js +0 -147
  178. package/dist/checkbox-CTY8f_qn.cjs +0 -31
  179. package/dist/class-map-CEnykyO_.js +0 -34
  180. package/dist/class-map-CsENJXf1.cjs +0 -5
  181. package/dist/classutils-BwNK82ZQ.cjs +0 -1
  182. package/dist/classutils-RQs1k6D9.js +0 -7
  183. package/dist/combobox-DSB5WOxg.js +0 -815
  184. package/dist/combobox-DbICIgKG.cjs +0 -135
  185. package/dist/consent-DkOQpbsg.cjs +0 -11
  186. package/dist/consent-SNWV_mMU.js +0 -175
  187. package/dist/datepicker-BEWl9iz3.cjs +0 -273
  188. package/dist/datepicker-euHyzXnb.js +0 -1170
  189. package/dist/dialog-polyfill.esm-CPKZe7AL.cjs +0 -1
  190. package/dist/dialog-polyfill.esm-CbjBMXAG.js +0 -395
  191. package/dist/directive-C7oCP5Bh.cjs +0 -5
  192. package/dist/directive-helpers-BP2WOx60.cjs +0 -5
  193. package/dist/directive-helpers-rm-28gIj.js +0 -38
  194. package/dist/directive-oAbCiebi.js +0 -27
  195. package/dist/element-CPpT3rFQ.js +0 -638
  196. package/dist/element-gR_VtSiD.cjs +0 -27
  197. package/dist/element-with-slot-Dqk6-TRR.js +0 -240
  198. package/dist/element-with-slot-ZX-up7jO.cjs +0 -1
  199. package/dist/heading-D2tVS6lS.js +0 -103
  200. package/dist/heading-DrzbgDb6.cjs +0 -1
  201. package/dist/helptext-BKtU4mas.js +0 -82
  202. package/dist/helptext-DcRC7wW2.cjs +0 -24
  203. package/dist/icon-CxQcIa5F.js +0 -105
  204. package/dist/icon-q81vqPK_.cjs +0 -9
  205. package/dist/if-defined-B0krMLad.js +0 -10
  206. package/dist/if-defined-BOW3ODSj.cjs +0 -5
  207. package/dist/input-element-8nLwuQS4.js +0 -837
  208. package/dist/input-element-DdVhUvva.cjs +0 -1
  209. package/dist/input-wrapper-Bs4CRNst.js +0 -181
  210. package/dist/input-wrapper-Bv9aqqVq.cjs +0 -54
  211. package/dist/input-wrapper-CDgenrYA.js +0 -6
  212. package/dist/input-wrapper-EoSAbU-U.cjs +0 -1
  213. package/dist/link-C0rl-86s.cjs +0 -7
  214. package/dist/link-Cdqgl60z.js +0 -55
  215. package/dist/linkcard-Dimu7Rlx.cjs +0 -13
  216. package/dist/linkcard-Lbq_UhjZ.js +0 -56
  217. package/dist/listbox-Bia4_tvN.js +0 -440
  218. package/dist/listbox-La2GZQei.cjs +0 -106
  219. package/dist/loader-D1ugDXGV.cjs +0 -16
  220. package/dist/loader-DyN6RGC5.js +0 -95
  221. package/dist/messagebox-BGMVm2t9.js +0 -71
  222. package/dist/messagebox-M0yIgCz9.cjs +0 -13
  223. package/dist/modal-CMO1RtIi.cjs +0 -36
  224. package/dist/modal-DjPQDE-Z.js +0 -156
  225. package/dist/pkt-options-controller-5LXbEzuk.cjs +0 -1
  226. package/dist/pkt-options-controller-B5YalfCb.js +0 -39
  227. package/dist/progressbar-BqlMzkM_.cjs +0 -21
  228. package/dist/progressbar-sbHDFC12.js +0 -162
  229. package/dist/radiobutton-5ZqVVtTT.cjs +0 -31
  230. package/dist/radiobutton-D8Ai8ETa.js +0 -113
  231. package/dist/ref-Bg_Swj5w.js +0 -42
  232. package/dist/ref-CL-Xk9Xm.cjs +0 -5
  233. package/dist/repeat-BD8TKgJb.js +0 -61
  234. package/dist/repeat-Cfq8CDlf.cjs +0 -5
  235. package/dist/select-De-n8on9.js +0 -230
  236. package/dist/select-dTWibR6_.cjs +0 -49
  237. package/dist/state-C_1EOo3D.js +0 -12
  238. package/dist/state-Dg-53wQ8.cjs +0 -5
  239. package/dist/tabitem-B9-jeV97.js +0 -334
  240. package/dist/tabitem-BnhzqfW3.cjs +0 -65
  241. package/dist/tag-CbwO8yvD.cjs +0 -27
  242. package/dist/tag-D4FI5t3y.js +0 -117
  243. package/dist/textarea-BmLaKzsc.cjs +0 -50
  244. package/dist/textarea-CMiSJaYL.js +0 -133
  245. package/dist/textinput-em9y4yrL.cjs +0 -70
  246. package/dist/textinput-r8udK0IX.js +0 -152
  247. package/dist/utils-DznhwRXm.js +0 -8
  248. package/dist/utils-byXsEz1u.cjs +0 -1
@@ -0,0 +1,693 @@
1
+ //#region ../../node_modules/lit-html/lit-html.js
2
+ var e = globalThis, t = (e) => e, n = e.trustedTypes, r = n ? n.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, i = "$lit$", a = `lit$${Math.random().toFixed(9).slice(2)}$`, o = "?" + a, s = `<${o}>`, c = document, l = () => c.createComment(""), u = (e) => e === null || typeof e != "object" && typeof e != "function", d = Array.isArray, f = (e) => d(e) || typeof e?.[Symbol.iterator] == "function", p = "[ \n\f\r]", m = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, h = /-->/g, g = />/g, _ = RegExp(`>|${p}(?:([^\\s"'>=/]+)(${p}*=${p}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`, "g"), v = /'/g, y = /"/g, b = /^(?:script|style|textarea|title)$/i, x = ((e) => (t, ...n) => ({
3
+ _$litType$: e,
4
+ strings: t,
5
+ values: n
6
+ }))(1), S = Symbol.for("lit-noChange"), C = Symbol.for("lit-nothing"), w = /* @__PURE__ */ new WeakMap(), T = c.createTreeWalker(c, 129);
7
+ function E(e, t) {
8
+ if (!d(e) || !e.hasOwnProperty("raw")) throw Error("invalid template strings array");
9
+ return r === void 0 ? t : r.createHTML(t);
10
+ }
11
+ var D = (e, t) => {
12
+ let n = e.length - 1, r = [], o, c = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", l = m;
13
+ for (let t = 0; t < n; t++) {
14
+ let n = e[t], u, d, f = -1, p = 0;
15
+ for (; p < n.length && (l.lastIndex = p, d = l.exec(n), d !== null);) p = l.lastIndex, l === m ? d[1] === "!--" ? l = h : d[1] === void 0 ? d[2] === void 0 ? d[3] !== void 0 && (l = _) : (b.test(d[2]) && (o = RegExp("</" + d[2], "g")), l = _) : l = g : l === _ ? d[0] === ">" ? (l = o ?? m, f = -1) : d[1] === void 0 ? f = -2 : (f = l.lastIndex - d[2].length, u = d[1], l = d[3] === void 0 ? _ : d[3] === "\"" ? y : v) : l === y || l === v ? l = _ : l === h || l === g ? l = m : (l = _, o = void 0);
16
+ let x = l === _ && e[t + 1].startsWith("/>") ? " " : "";
17
+ c += l === m ? n + s : f >= 0 ? (r.push(u), n.slice(0, f) + i + n.slice(f) + a + x) : n + a + (f === -2 ? t : x);
18
+ }
19
+ return [E(e, c + (e[n] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), r];
20
+ }, O = class e {
21
+ constructor({ strings: t, _$litType$: r }, s) {
22
+ let c;
23
+ this.parts = [];
24
+ let u = 0, d = 0, f = t.length - 1, p = this.parts, [m, h] = D(t, r);
25
+ if (this.el = e.createElement(m, s), T.currentNode = this.el.content, r === 2 || r === 3) {
26
+ let e = this.el.content.firstChild;
27
+ e.replaceWith(...e.childNodes);
28
+ }
29
+ for (; (c = T.nextNode()) !== null && p.length < f;) {
30
+ if (c.nodeType === 1) {
31
+ if (c.hasAttributes()) for (let e of c.getAttributeNames()) if (e.endsWith(i)) {
32
+ let t = h[d++], n = c.getAttribute(e).split(a), r = /([.?@])?(.*)/.exec(t);
33
+ p.push({
34
+ type: 1,
35
+ index: u,
36
+ name: r[2],
37
+ strings: n,
38
+ ctor: r[1] === "." ? N : r[1] === "?" ? P : r[1] === "@" ? F : M
39
+ }), c.removeAttribute(e);
40
+ } else e.startsWith(a) && (p.push({
41
+ type: 6,
42
+ index: u
43
+ }), c.removeAttribute(e));
44
+ if (b.test(c.tagName)) {
45
+ let e = c.textContent.split(a), t = e.length - 1;
46
+ if (t > 0) {
47
+ c.textContent = n ? n.emptyScript : "";
48
+ for (let n = 0; n < t; n++) c.append(e[n], l()), T.nextNode(), p.push({
49
+ type: 2,
50
+ index: ++u
51
+ });
52
+ c.append(e[t], l());
53
+ }
54
+ }
55
+ } else if (c.nodeType === 8) if (c.data === o) p.push({
56
+ type: 2,
57
+ index: u
58
+ });
59
+ else {
60
+ let e = -1;
61
+ for (; (e = c.data.indexOf(a, e + 1)) !== -1;) p.push({
62
+ type: 7,
63
+ index: u
64
+ }), e += a.length - 1;
65
+ }
66
+ u++;
67
+ }
68
+ }
69
+ static createElement(e, t) {
70
+ let n = c.createElement("template");
71
+ return n.innerHTML = e, n;
72
+ }
73
+ };
74
+ function k(e, t, n = e, r) {
75
+ if (t === S) return t;
76
+ let i = r === void 0 ? n._$Cl : n._$Co?.[r], a = u(t) ? void 0 : t._$litDirective$;
77
+ return i?.constructor !== a && (i?._$AO?.(!1), a === void 0 ? i = void 0 : (i = new a(e), i._$AT(e, n, r)), r === void 0 ? n._$Cl = i : (n._$Co ??= [])[r] = i), i !== void 0 && (t = k(e, i._$AS(e, t.values), i, r)), t;
78
+ }
79
+ var A = class {
80
+ constructor(e, t) {
81
+ this._$AV = [], this._$AN = void 0, this._$AD = e, this._$AM = t;
82
+ }
83
+ get parentNode() {
84
+ return this._$AM.parentNode;
85
+ }
86
+ get _$AU() {
87
+ return this._$AM._$AU;
88
+ }
89
+ u(e) {
90
+ let { el: { content: t }, parts: n } = this._$AD, r = (e?.creationScope ?? c).importNode(t, !0);
91
+ T.currentNode = r;
92
+ let i = T.nextNode(), a = 0, o = 0, s = n[0];
93
+ for (; s !== void 0;) {
94
+ if (a === s.index) {
95
+ let t;
96
+ s.type === 2 ? t = new j(i, i.nextSibling, this, e) : s.type === 1 ? t = new s.ctor(i, s.name, s.strings, this, e) : s.type === 6 && (t = new I(i, this, e)), this._$AV.push(t), s = n[++o];
97
+ }
98
+ a !== s?.index && (i = T.nextNode(), a++);
99
+ }
100
+ return T.currentNode = c, r;
101
+ }
102
+ p(e) {
103
+ let t = 0;
104
+ for (let n of this._$AV) n !== void 0 && (n.strings === void 0 ? n._$AI(e[t]) : (n._$AI(e, n, t), t += n.strings.length - 2)), t++;
105
+ }
106
+ }, j = class e {
107
+ get _$AU() {
108
+ return this._$AM?._$AU ?? this._$Cv;
109
+ }
110
+ constructor(e, t, n, r) {
111
+ this.type = 2, this._$AH = C, this._$AN = void 0, this._$AA = e, this._$AB = t, this._$AM = n, this.options = r, this._$Cv = r?.isConnected ?? !0;
112
+ }
113
+ get parentNode() {
114
+ let e = this._$AA.parentNode, t = this._$AM;
115
+ return t !== void 0 && e?.nodeType === 11 && (e = t.parentNode), e;
116
+ }
117
+ get startNode() {
118
+ return this._$AA;
119
+ }
120
+ get endNode() {
121
+ return this._$AB;
122
+ }
123
+ _$AI(e, t = this) {
124
+ e = k(this, e, t), u(e) ? e === C || e == null || e === "" ? (this._$AH !== C && this._$AR(), this._$AH = C) : e !== this._$AH && e !== S && this._(e) : e._$litType$ === void 0 ? e.nodeType === void 0 ? f(e) ? this.k(e) : this._(e) : this.T(e) : this.$(e);
125
+ }
126
+ O(e) {
127
+ return this._$AA.parentNode.insertBefore(e, this._$AB);
128
+ }
129
+ T(e) {
130
+ this._$AH !== e && (this._$AR(), this._$AH = this.O(e));
131
+ }
132
+ _(e) {
133
+ this._$AH !== C && u(this._$AH) ? this._$AA.nextSibling.data = e : this.T(c.createTextNode(e)), this._$AH = e;
134
+ }
135
+ $(e) {
136
+ let { values: t, _$litType$: n } = e, r = typeof n == "number" ? this._$AC(e) : (n.el === void 0 && (n.el = O.createElement(E(n.h, n.h[0]), this.options)), n);
137
+ if (this._$AH?._$AD === r) this._$AH.p(t);
138
+ else {
139
+ let e = new A(r, this), n = e.u(this.options);
140
+ e.p(t), this.T(n), this._$AH = e;
141
+ }
142
+ }
143
+ _$AC(e) {
144
+ let t = w.get(e.strings);
145
+ return t === void 0 && w.set(e.strings, t = new O(e)), t;
146
+ }
147
+ k(t) {
148
+ d(this._$AH) || (this._$AH = [], this._$AR());
149
+ let n = this._$AH, r, i = 0;
150
+ for (let a of t) i === n.length ? n.push(r = new e(this.O(l()), this.O(l()), this, this.options)) : r = n[i], r._$AI(a), i++;
151
+ i < n.length && (this._$AR(r && r._$AB.nextSibling, i), n.length = i);
152
+ }
153
+ _$AR(e = this._$AA.nextSibling, n) {
154
+ for (this._$AP?.(!1, !0, n); e !== this._$AB;) {
155
+ let n = t(e).nextSibling;
156
+ t(e).remove(), e = n;
157
+ }
158
+ }
159
+ setConnected(e) {
160
+ this._$AM === void 0 && (this._$Cv = e, this._$AP?.(e));
161
+ }
162
+ }, M = class {
163
+ get tagName() {
164
+ return this.element.tagName;
165
+ }
166
+ get _$AU() {
167
+ return this._$AM._$AU;
168
+ }
169
+ constructor(e, t, n, r, i) {
170
+ this.type = 1, this._$AH = C, this._$AN = void 0, this.element = e, this.name = t, this._$AM = r, this.options = i, n.length > 2 || n[0] !== "" || n[1] !== "" ? (this._$AH = Array(n.length - 1).fill(/* @__PURE__ */ new String()), this.strings = n) : this._$AH = C;
171
+ }
172
+ _$AI(e, t = this, n, r) {
173
+ let i = this.strings, a = !1;
174
+ if (i === void 0) e = k(this, e, t, 0), a = !u(e) || e !== this._$AH && e !== S, a && (this._$AH = e);
175
+ else {
176
+ let r = e, o, s;
177
+ for (e = i[0], o = 0; o < i.length - 1; o++) s = k(this, r[n + o], t, o), s === S && (s = this._$AH[o]), a ||= !u(s) || s !== this._$AH[o], s === C ? e = C : e !== C && (e += (s ?? "") + i[o + 1]), this._$AH[o] = s;
178
+ }
179
+ a && !r && this.j(e);
180
+ }
181
+ j(e) {
182
+ e === C ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
183
+ }
184
+ }, N = class extends M {
185
+ constructor() {
186
+ super(...arguments), this.type = 3;
187
+ }
188
+ j(e) {
189
+ this.element[this.name] = e === C ? void 0 : e;
190
+ }
191
+ }, P = class extends M {
192
+ constructor() {
193
+ super(...arguments), this.type = 4;
194
+ }
195
+ j(e) {
196
+ this.element.toggleAttribute(this.name, !!e && e !== C);
197
+ }
198
+ }, F = class extends M {
199
+ constructor(e, t, n, r, i) {
200
+ super(e, t, n, r, i), this.type = 5;
201
+ }
202
+ _$AI(e, t = this) {
203
+ if ((e = k(this, e, t, 0) ?? C) === S) return;
204
+ let n = this._$AH, r = e === C && n !== C || e.capture !== n.capture || e.once !== n.once || e.passive !== n.passive, i = e !== C && (n === C || r);
205
+ r && this.element.removeEventListener(this.name, this, n), i && this.element.addEventListener(this.name, this, e), this._$AH = e;
206
+ }
207
+ handleEvent(e) {
208
+ typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, e) : this._$AH.handleEvent(e);
209
+ }
210
+ }, I = class {
211
+ constructor(e, t, n) {
212
+ this.element = e, this.type = 6, this._$AN = void 0, this._$AM = t, this.options = n;
213
+ }
214
+ get _$AU() {
215
+ return this._$AM._$AU;
216
+ }
217
+ _$AI(e) {
218
+ k(this, e);
219
+ }
220
+ }, ee = {
221
+ M: i,
222
+ P: a,
223
+ A: o,
224
+ C: 1,
225
+ L: D,
226
+ R: A,
227
+ D: f,
228
+ V: k,
229
+ I: j,
230
+ H: M,
231
+ N: P,
232
+ U: F,
233
+ B: N,
234
+ F: I
235
+ }, te = e.litHtmlPolyfillSupport;
236
+ te?.(O, j), (e.litHtmlVersions ??= []).push("3.3.2");
237
+ var ne = (e, t, n) => {
238
+ let r = n?.renderBefore ?? t, i = r._$litPart$;
239
+ if (i === void 0) {
240
+ let e = n?.renderBefore ?? null;
241
+ r._$litPart$ = i = new j(t.insertBefore(l(), e), e, void 0, n ?? {});
242
+ }
243
+ return i._$AI(e), i;
244
+ }, re = (e) => (t, n) => {
245
+ n === void 0 ? customElements.define(e, t) : n.addInitializer(() => {
246
+ customElements.define(e, t);
247
+ });
248
+ }, L = globalThis, R = L.ShadowRoot && (L.ShadyCSS === void 0 || L.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, z = Symbol(), B = /* @__PURE__ */ new WeakMap(), ie = class {
249
+ constructor(e, t, n) {
250
+ if (this._$cssResult$ = !0, n !== z) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
251
+ this.cssText = e, this.t = t;
252
+ }
253
+ get styleSheet() {
254
+ let e = this.o, t = this.t;
255
+ if (R && e === void 0) {
256
+ let n = t !== void 0 && t.length === 1;
257
+ n && (e = B.get(t)), e === void 0 && ((this.o = e = new CSSStyleSheet()).replaceSync(this.cssText), n && B.set(t, e));
258
+ }
259
+ return e;
260
+ }
261
+ toString() {
262
+ return this.cssText;
263
+ }
264
+ }, ae = (e) => new ie(typeof e == "string" ? e : e + "", void 0, z), oe = (e, t) => {
265
+ if (R) e.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
266
+ else for (let n of t) {
267
+ let t = document.createElement("style"), r = L.litNonce;
268
+ r !== void 0 && t.setAttribute("nonce", r), t.textContent = n.cssText, e.appendChild(t);
269
+ }
270
+ }, V = R ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((e) => {
271
+ let t = "";
272
+ for (let n of e.cssRules) t += n.cssText;
273
+ return ae(t);
274
+ })(e) : e, { is: se, defineProperty: ce, getOwnPropertyDescriptor: le, getOwnPropertyNames: ue, getOwnPropertySymbols: de, getPrototypeOf: fe } = Object, H = globalThis, U = H.trustedTypes, pe = U ? U.emptyScript : "", me = H.reactiveElementPolyfillSupport, W = (e, t) => e, G = {
275
+ toAttribute(e, t) {
276
+ switch (t) {
277
+ case Boolean:
278
+ e = e ? pe : null;
279
+ break;
280
+ case Object:
281
+ case Array: e = e == null ? e : JSON.stringify(e);
282
+ }
283
+ return e;
284
+ },
285
+ fromAttribute(e, t) {
286
+ let n = e;
287
+ switch (t) {
288
+ case Boolean:
289
+ n = e !== null;
290
+ break;
291
+ case Number:
292
+ n = e === null ? null : Number(e);
293
+ break;
294
+ case Object:
295
+ case Array: try {
296
+ n = JSON.parse(e);
297
+ } catch {
298
+ n = null;
299
+ }
300
+ }
301
+ return n;
302
+ }
303
+ }, K = (e, t) => !se(e, t), q = {
304
+ attribute: !0,
305
+ type: String,
306
+ converter: G,
307
+ reflect: !1,
308
+ useDefault: !1,
309
+ hasChanged: K
310
+ };
311
+ Symbol.metadata ??= Symbol("metadata"), H.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
312
+ var J = class extends HTMLElement {
313
+ static addInitializer(e) {
314
+ this._$Ei(), (this.l ??= []).push(e);
315
+ }
316
+ static get observedAttributes() {
317
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
318
+ }
319
+ static createProperty(e, t = q) {
320
+ if (t.state && (t.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((t = Object.create(t)).wrapped = !0), this.elementProperties.set(e, t), !t.noAccessor) {
321
+ let n = Symbol(), r = this.getPropertyDescriptor(e, n, t);
322
+ r !== void 0 && ce(this.prototype, e, r);
323
+ }
324
+ }
325
+ static getPropertyDescriptor(e, t, n) {
326
+ let { get: r, set: i } = le(this.prototype, e) ?? {
327
+ get() {
328
+ return this[t];
329
+ },
330
+ set(e) {
331
+ this[t] = e;
332
+ }
333
+ };
334
+ return {
335
+ get: r,
336
+ set(t) {
337
+ let a = r?.call(this);
338
+ i?.call(this, t), this.requestUpdate(e, a, n);
339
+ },
340
+ configurable: !0,
341
+ enumerable: !0
342
+ };
343
+ }
344
+ static getPropertyOptions(e) {
345
+ return this.elementProperties.get(e) ?? q;
346
+ }
347
+ static _$Ei() {
348
+ if (this.hasOwnProperty(W("elementProperties"))) return;
349
+ let e = fe(this);
350
+ e.finalize(), e.l !== void 0 && (this.l = [...e.l]), this.elementProperties = new Map(e.elementProperties);
351
+ }
352
+ static finalize() {
353
+ if (this.hasOwnProperty(W("finalized"))) return;
354
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(W("properties"))) {
355
+ let e = this.properties, t = [...ue(e), ...de(e)];
356
+ for (let n of t) this.createProperty(n, e[n]);
357
+ }
358
+ let e = this[Symbol.metadata];
359
+ if (e !== null) {
360
+ let t = litPropertyMetadata.get(e);
361
+ if (t !== void 0) for (let [e, n] of t) this.elementProperties.set(e, n);
362
+ }
363
+ this._$Eh = /* @__PURE__ */ new Map();
364
+ for (let [e, t] of this.elementProperties) {
365
+ let n = this._$Eu(e, t);
366
+ n !== void 0 && this._$Eh.set(n, e);
367
+ }
368
+ this.elementStyles = this.finalizeStyles(this.styles);
369
+ }
370
+ static finalizeStyles(e) {
371
+ let t = [];
372
+ if (Array.isArray(e)) {
373
+ let n = new Set(e.flat(Infinity).reverse());
374
+ for (let e of n) t.unshift(V(e));
375
+ } else e !== void 0 && t.push(V(e));
376
+ return t;
377
+ }
378
+ static _$Eu(e, t) {
379
+ let n = t.attribute;
380
+ return !1 === n ? void 0 : typeof n == "string" ? n : typeof e == "string" ? e.toLowerCase() : void 0;
381
+ }
382
+ constructor() {
383
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
384
+ }
385
+ _$Ev() {
386
+ this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach((e) => e(this));
387
+ }
388
+ addController(e) {
389
+ (this._$EO ??= /* @__PURE__ */ new Set()).add(e), this.renderRoot !== void 0 && this.isConnected && e.hostConnected?.();
390
+ }
391
+ removeController(e) {
392
+ this._$EO?.delete(e);
393
+ }
394
+ _$E_() {
395
+ let e = /* @__PURE__ */ new Map(), t = this.constructor.elementProperties;
396
+ for (let n of t.keys()) this.hasOwnProperty(n) && (e.set(n, this[n]), delete this[n]);
397
+ e.size > 0 && (this._$Ep = e);
398
+ }
399
+ createRenderRoot() {
400
+ let e = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
401
+ return oe(e, this.constructor.elementStyles), e;
402
+ }
403
+ connectedCallback() {
404
+ this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach((e) => e.hostConnected?.());
405
+ }
406
+ enableUpdating(e) {}
407
+ disconnectedCallback() {
408
+ this._$EO?.forEach((e) => e.hostDisconnected?.());
409
+ }
410
+ attributeChangedCallback(e, t, n) {
411
+ this._$AK(e, n);
412
+ }
413
+ _$ET(e, t) {
414
+ let n = this.constructor.elementProperties.get(e), r = this.constructor._$Eu(e, n);
415
+ if (r !== void 0 && !0 === n.reflect) {
416
+ let i = (n.converter?.toAttribute === void 0 ? G : n.converter).toAttribute(t, n.type);
417
+ this._$Em = e, i == null ? this.removeAttribute(r) : this.setAttribute(r, i), this._$Em = null;
418
+ }
419
+ }
420
+ _$AK(e, t) {
421
+ let n = this.constructor, r = n._$Eh.get(e);
422
+ if (r !== void 0 && this._$Em !== r) {
423
+ let e = n.getPropertyOptions(r), i = typeof e.converter == "function" ? { fromAttribute: e.converter } : e.converter?.fromAttribute === void 0 ? G : e.converter;
424
+ this._$Em = r;
425
+ let a = i.fromAttribute(t, e.type);
426
+ this[r] = a ?? this._$Ej?.get(r) ?? a, this._$Em = null;
427
+ }
428
+ }
429
+ requestUpdate(e, t, n, r = !1, i) {
430
+ if (e !== void 0) {
431
+ let a = this.constructor;
432
+ if (!1 === r && (i = this[e]), n ??= a.getPropertyOptions(e), !((n.hasChanged ?? K)(i, t) || n.useDefault && n.reflect && i === this._$Ej?.get(e) && !this.hasAttribute(a._$Eu(e, n)))) return;
433
+ this.C(e, t, n);
434
+ }
435
+ !1 === this.isUpdatePending && (this._$ES = this._$EP());
436
+ }
437
+ C(e, t, { useDefault: n, reflect: r, wrapped: i }, a) {
438
+ n && !(this._$Ej ??= /* @__PURE__ */ new Map()).has(e) && (this._$Ej.set(e, a ?? t ?? this[e]), !0 !== i || a !== void 0) || (this._$AL.has(e) || (this.hasUpdated || n || (t = void 0), this._$AL.set(e, t)), !0 === r && this._$Em !== e && (this._$Eq ??= /* @__PURE__ */ new Set()).add(e));
439
+ }
440
+ async _$EP() {
441
+ this.isUpdatePending = !0;
442
+ try {
443
+ await this._$ES;
444
+ } catch (e) {
445
+ Promise.reject(e);
446
+ }
447
+ let e = this.scheduleUpdate();
448
+ return e != null && await e, !this.isUpdatePending;
449
+ }
450
+ scheduleUpdate() {
451
+ return this.performUpdate();
452
+ }
453
+ performUpdate() {
454
+ if (!this.isUpdatePending) return;
455
+ if (!this.hasUpdated) {
456
+ if (this.renderRoot ??= this.createRenderRoot(), this._$Ep) {
457
+ for (let [e, t] of this._$Ep) this[e] = t;
458
+ this._$Ep = void 0;
459
+ }
460
+ let e = this.constructor.elementProperties;
461
+ if (e.size > 0) for (let [t, n] of e) {
462
+ let { wrapped: e } = n, r = this[t];
463
+ !0 !== e || this._$AL.has(t) || r === void 0 || this.C(t, void 0, n, r);
464
+ }
465
+ }
466
+ let e = !1, t = this._$AL;
467
+ try {
468
+ e = this.shouldUpdate(t), e ? (this.willUpdate(t), this._$EO?.forEach((e) => e.hostUpdate?.()), this.update(t)) : this._$EM();
469
+ } catch (t) {
470
+ throw e = !1, this._$EM(), t;
471
+ }
472
+ e && this._$AE(t);
473
+ }
474
+ willUpdate(e) {}
475
+ _$AE(e) {
476
+ this._$EO?.forEach((e) => e.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(e)), this.updated(e);
477
+ }
478
+ _$EM() {
479
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
480
+ }
481
+ get updateComplete() {
482
+ return this.getUpdateComplete();
483
+ }
484
+ getUpdateComplete() {
485
+ return this._$ES;
486
+ }
487
+ shouldUpdate(e) {
488
+ return !0;
489
+ }
490
+ update(e) {
491
+ this._$Eq &&= this._$Eq.forEach((e) => this._$ET(e, this[e])), this._$EM();
492
+ }
493
+ updated(e) {}
494
+ firstUpdated(e) {}
495
+ };
496
+ J.elementStyles = [], J.shadowRootOptions = { mode: "open" }, J[W("elementProperties")] = /* @__PURE__ */ new Map(), J[W("finalized")] = /* @__PURE__ */ new Map(), me?.({ ReactiveElement: J }), (H.reactiveElementVersions ??= []).push("2.1.2");
497
+ //#endregion
498
+ //#region ../../node_modules/@lit/reactive-element/decorators/property.js
499
+ var he = {
500
+ attribute: !0,
501
+ type: String,
502
+ converter: G,
503
+ reflect: !1,
504
+ hasChanged: K
505
+ }, ge = (e = he, t, n) => {
506
+ let { kind: r, metadata: i } = n, a = globalThis.litPropertyMetadata.get(i);
507
+ if (a === void 0 && globalThis.litPropertyMetadata.set(i, a = /* @__PURE__ */ new Map()), r === "setter" && ((e = Object.create(e)).wrapped = !0), a.set(n.name, e), r === "accessor") {
508
+ let { name: r } = n;
509
+ return {
510
+ set(n) {
511
+ let i = t.get.call(this);
512
+ t.set.call(this, n), this.requestUpdate(r, i, e, !0, n);
513
+ },
514
+ init(t) {
515
+ return t !== void 0 && this.C(r, void 0, e, t), t;
516
+ }
517
+ };
518
+ }
519
+ if (r === "setter") {
520
+ let { name: r } = n;
521
+ return function(n) {
522
+ let i = this[r];
523
+ t.call(this, n), this.requestUpdate(r, i, e, !0, n);
524
+ };
525
+ }
526
+ throw Error("Unsupported decorator location: " + r);
527
+ };
528
+ function Y(e) {
529
+ return (t, n) => typeof n == "object" ? ge(e, t, n) : ((e, t, n) => {
530
+ let r = t.hasOwnProperty(n);
531
+ return t.constructor.createProperty(n, e), r ? Object.getOwnPropertyDescriptor(t, n) : void 0;
532
+ })(e, t, n);
533
+ }
534
+ //#endregion
535
+ //#region ../../node_modules/@lit/reactive-element/decorators/state.js
536
+ function _e(e) {
537
+ return Y({
538
+ ...e,
539
+ state: !0,
540
+ attribute: !1
541
+ });
542
+ }
543
+ //#endregion
544
+ //#region ../../node_modules/lit-element/lit-element.js
545
+ var X = globalThis, Z = class extends J {
546
+ constructor() {
547
+ super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
548
+ }
549
+ createRenderRoot() {
550
+ let e = super.createRenderRoot();
551
+ return this.renderOptions.renderBefore ??= e.firstChild, e;
552
+ }
553
+ update(e) {
554
+ let t = this.render();
555
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = ne(t, this.renderRoot, this.renderOptions);
556
+ }
557
+ connectedCallback() {
558
+ super.connectedCallback(), this._$Do?.setConnected(!0);
559
+ }
560
+ disconnectedCallback() {
561
+ super.disconnectedCallback(), this._$Do?.setConnected(!1);
562
+ }
563
+ render() {
564
+ return S;
565
+ }
566
+ };
567
+ Z._$litElement$ = !0, Z.finalized = !0, X.litElementHydrateSupport?.({ LitElement: Z });
568
+ var ve = X.litElementPolyfillSupport;
569
+ ve?.({ LitElement: Z }), (X.litElementVersions ??= []).push("4.2.2");
570
+ var ye = {
571
+ example: { hi: "Hei!" },
572
+ generic: {
573
+ from: "Fra",
574
+ to: "Til"
575
+ },
576
+ calendar: {
577
+ buttonAltText: "Åpne kalender",
578
+ deleteDate: "Fjern dato"
579
+ },
580
+ dates: {
581
+ month: "Måned",
582
+ year: "År",
583
+ days: [
584
+ "Mandag",
585
+ "Tirsdag",
586
+ "Onsdag",
587
+ "Torsdag",
588
+ "Fredag",
589
+ "Lørdag",
590
+ "Søndag"
591
+ ],
592
+ daysShort: [
593
+ "Man",
594
+ "Tir",
595
+ "Ons",
596
+ "Tor",
597
+ "Fre",
598
+ "Lør",
599
+ "Søn"
600
+ ],
601
+ months: [
602
+ "Januar",
603
+ "Februar",
604
+ "Mars",
605
+ "April",
606
+ "Mai",
607
+ "Juni",
608
+ "Juli",
609
+ "August",
610
+ "September",
611
+ "Oktober",
612
+ "November",
613
+ "Desember"
614
+ ],
615
+ monthsShort: [
616
+ "Jan",
617
+ "Feb",
618
+ "Mar",
619
+ "Apr",
620
+ "Mai",
621
+ "Jun",
622
+ "Jul",
623
+ "Aug",
624
+ "Sep",
625
+ "Okt",
626
+ "Nov",
627
+ "Des"
628
+ ],
629
+ week: "Uke",
630
+ prevMonth: "Forrige måned",
631
+ nextMonth: "Neste måned"
632
+ },
633
+ timepicker: {
634
+ hours: "Timer",
635
+ minutes: "Minutter",
636
+ openPicker: "Åpne tidspunkt-velger",
637
+ prevTime: "Forrige tidspunkt",
638
+ nextTime: "Neste tidspunkt",
639
+ selectTime: "Velg tidspunkt"
640
+ },
641
+ forms: {
642
+ search: { placeholder: "Søk…" },
643
+ labels: {
644
+ optional: "Valgfritt",
645
+ required: "Må fylles ut"
646
+ },
647
+ messages: {
648
+ required: "Dette feltet er påkrevd",
649
+ invalid: "Ugyldig verdi",
650
+ invalidPattern: "Ugyldig format",
651
+ tooShort: "For kort",
652
+ tooLong: "For lang",
653
+ rangeUnderflow: "For lav verdi",
654
+ rangeOverflow: "For høy verdi",
655
+ stepMismatch: "Må treffe på steget som er definert i elementet",
656
+ timeStepMismatch: "Må treffe på et steg, for eksempel 0, {step} minutter",
657
+ timeStepMismatchHour: "Må treffe på hver hele time",
658
+ timeStepMismatchHalfHour: "Må treffe på hver hele eller halve time",
659
+ rangeUnderflowMin: "Verdien må være større enn eller lik {min}.",
660
+ rangeOverflowMax: "Verdien må være mindre enn eller lik {max}.",
661
+ dateUnderflow: "For tidlig dato",
662
+ dateOverflow: "For sen dato"
663
+ },
664
+ helptext: { helptextDropdownButton: "Les mer" },
665
+ date: { multiple: "Her kan du velge flere datoer. Trykk komma eller enter når du har skrevet inn en dato." }
666
+ }
667
+ };
668
+ //#endregion
669
+ //#region \0@oxc-project+runtime@0.124.0/helpers/decorate.js
670
+ function Q(e, t, n, r) {
671
+ var i = arguments.length, a = i < 3 ? t : r === null ? r = Object.getOwnPropertyDescriptor(t, n) : r, o;
672
+ if (typeof Reflect == "object" && typeof Reflect.decorate == "function") a = Reflect.decorate(e, t, n, r);
673
+ else for (var s = e.length - 1; s >= 0; s--) (o = e[s]) && (a = (i < 3 ? o(a) : i > 3 ? o(t, n, a) : o(t, n)) || a);
674
+ return i > 3 && a && Object.defineProperty(t, n, a), a;
675
+ }
676
+ //#endregion
677
+ //#region src/base-elements/element.ts
678
+ var $ = class extends Z {
679
+ constructor(...e) {
680
+ super(...e), this.strings = ye, this.role = null;
681
+ }
682
+ hotReplacedCallback() {
683
+ this.requestUpdate();
684
+ }
685
+ };
686
+ Q([Y({ type: Object })], $.prototype, "strings", void 0), Q([Y({ type: String })], $.prototype, "role", void 0);
687
+ var be = class extends $ {
688
+ createRenderRoot() {
689
+ return this;
690
+ }
691
+ };
692
+ //#endregion
693
+ export { Z as a, re as c, x as d, ee as f, ye as i, C as l, $ as n, _e as o, Q as r, Y as s, be as t, S as u };