mdui 2.0.5 → 2.1.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 (249) hide show
  1. package/components/avatar/index.js +2 -7
  2. package/components/avatar/style.js +1 -31
  3. package/components/badge/style.js +1 -25
  4. package/components/bottom-app-bar/style.js +1 -92
  5. package/components/button/button-base-style.js +1 -28
  6. package/components/button/button-base.js +1 -8
  7. package/components/button/index.js +8 -18
  8. package/components/button/style.js +2 -111
  9. package/components/button-icon/index.js +5 -22
  10. package/components/button-icon/style.js +2 -103
  11. package/components/card/index.js +1 -5
  12. package/components/card/style.js +1 -72
  13. package/components/checkbox/index.js +7 -50
  14. package/components/checkbox/style.js +1 -131
  15. package/components/chip/index.js +9 -33
  16. package/components/chip/style.js +2 -205
  17. package/components/circular-progress/index.js +5 -39
  18. package/components/circular-progress/style.js +1 -136
  19. package/components/collapse/collapse-item-style.js +1 -21
  20. package/components/collapse/collapse-item.js +2 -10
  21. package/components/collapse/collapse-style.js +1 -5
  22. package/components/collapse/collapse.js +1 -4
  23. package/components/dialog/index.js +10 -35
  24. package/components/dialog/style.js +1 -116
  25. package/components/divider/style.js +1 -18
  26. package/components/dropdown/index.js +1 -8
  27. package/components/dropdown/style.js +1 -11
  28. package/components/fab/index.js +5 -13
  29. package/components/fab/style.js +4 -153
  30. package/components/icon/index.js +1 -5
  31. package/components/icon/style.js +1 -29
  32. package/components/layout/layout-item-style.js +1 -6
  33. package/components/layout/layout-main-style.js +1 -7
  34. package/components/layout/layout-style.js +1 -11
  35. package/components/linear-progress/index.js +2 -6
  36. package/components/linear-progress/style.js +1 -73
  37. package/components/list/list-item-style.js +2 -153
  38. package/components/list/list-item.js +8 -27
  39. package/components/list/list-style.js +1 -10
  40. package/components/list/list-subheader-style.js +1 -19
  41. package/components/menu/menu-item-style.js +1 -125
  42. package/components/menu/menu-item.js +13 -55
  43. package/components/menu/menu-style.js +1 -19
  44. package/components/menu/menu.js +1 -5
  45. package/components/navigation-bar/navigation-bar-item-style.js +1 -132
  46. package/components/navigation-bar/navigation-bar-item.js +7 -23
  47. package/components/navigation-bar/navigation-bar-style.js +1 -28
  48. package/components/navigation-bar/navigation-bar.js +1 -4
  49. package/components/navigation-drawer/index.js +1 -12
  50. package/components/navigation-drawer/style.js +1 -66
  51. package/components/navigation-rail/navigation-rail-item-style.js +1 -122
  52. package/components/navigation-rail/navigation-rail-item.js +7 -26
  53. package/components/navigation-rail/navigation-rail-style.js +1 -79
  54. package/components/navigation-rail/navigation-rail.js +1 -10
  55. package/components/radio/radio-group-style.js +1 -20
  56. package/components/radio/radio-group.js +1 -19
  57. package/components/radio/radio-style.js +1 -107
  58. package/components/radio/radio.js +5 -23
  59. package/components/range-slider/index.d.ts +1 -1
  60. package/components/range-slider/index.js +5 -53
  61. package/components/ripple/index.js +2 -5
  62. package/components/ripple/style.js +1 -96
  63. package/components/segmented-button/segmented-button-group-style.js +1 -28
  64. package/components/segmented-button/segmented-button-group.js +1 -21
  65. package/components/segmented-button/segmented-button-style.js +2 -81
  66. package/components/segmented-button/segmented-button.js +11 -27
  67. package/components/select/index.d.ts +18 -0
  68. package/components/select/index.js +42 -87
  69. package/components/select/style.js +1 -27
  70. package/components/slider/index.js +2 -33
  71. package/components/slider/slider-base-style.js +1 -173
  72. package/components/slider/slider-base.js +1 -6
  73. package/components/slider/style.js +1 -7
  74. package/components/snackbar/index.js +5 -32
  75. package/components/snackbar/style.js +1 -100
  76. package/components/switch/index.js +6 -40
  77. package/components/switch/style.js +1 -202
  78. package/components/tabs/tab-panel-style.js +1 -10
  79. package/components/tabs/tab-style.js +1 -85
  80. package/components/tabs/tab.js +4 -24
  81. package/components/tabs/tabs-style.js +1 -138
  82. package/components/tabs/tabs.js +1 -9
  83. package/components/text-field/index.d.ts +2 -0
  84. package/components/text-field/index.js +58 -163
  85. package/components/text-field/style.js +1 -362
  86. package/components/tooltip/index.js +1 -10
  87. package/components/tooltip/style.js +1 -57
  88. package/components/top-app-bar/top-app-bar-style.js +1 -78
  89. package/components/top-app-bar/top-app-bar-title-style.js +1 -81
  90. package/components/top-app-bar/top-app-bar-title.js +3 -17
  91. package/custom-elements.json +1194 -1099
  92. package/functions/alert.d.ts +2 -0
  93. package/functions/alert.js +19 -4
  94. package/functions/confirm.d.ts +4 -0
  95. package/functions/confirm.js +33 -6
  96. package/functions/getLocale.d.ts +6 -0
  97. package/functions/getLocale.js +11 -0
  98. package/functions/getTheme.d.ts +1 -1
  99. package/functions/loadLocale.d.ts +6 -0
  100. package/functions/loadLocale.js +8 -0
  101. package/functions/prompt.d.ts +4 -0
  102. package/functions/prompt.js +35 -8
  103. package/functions/removeColorScheme.js +1 -1
  104. package/functions/setColorScheme.d.ts +1 -1
  105. package/functions/setColorScheme.js +1 -1
  106. package/functions/setLocale.d.ts +6 -0
  107. package/functions/setLocale.js +11 -0
  108. package/functions/setTheme.d.ts +1 -1
  109. package/internal/localeCodes.d.ts +13 -0
  110. package/internal/localeCodes.js +144 -0
  111. package/internal/localize.d.ts +32 -0
  112. package/internal/localize.js +55 -0
  113. package/locales/ar-eg.d.ts +8 -0
  114. package/locales/ar-eg.js +12 -0
  115. package/locales/az-az.d.ts +8 -0
  116. package/locales/az-az.js +12 -0
  117. package/locales/be-by.d.ts +8 -0
  118. package/locales/be-by.js +12 -0
  119. package/locales/bg-bg.d.ts +8 -0
  120. package/locales/bg-bg.js +12 -0
  121. package/locales/bn-bd.d.ts +8 -0
  122. package/locales/bn-bd.js +12 -0
  123. package/locales/ca-es.d.ts +8 -0
  124. package/locales/ca-es.js +12 -0
  125. package/locales/cs-cz.d.ts +8 -0
  126. package/locales/cs-cz.js +12 -0
  127. package/locales/da-dk.d.ts +8 -0
  128. package/locales/da-dk.js +12 -0
  129. package/locales/de-de.d.ts +8 -0
  130. package/locales/de-de.js +12 -0
  131. package/locales/el-gr.d.ts +8 -0
  132. package/locales/el-gr.js +12 -0
  133. package/locales/en-gb.d.ts +8 -0
  134. package/locales/en-gb.js +12 -0
  135. package/locales/es-es.d.ts +8 -0
  136. package/locales/es-es.js +12 -0
  137. package/locales/et-ee.d.ts +8 -0
  138. package/locales/et-ee.js +12 -0
  139. package/locales/fa-ir.d.ts +8 -0
  140. package/locales/fa-ir.js +12 -0
  141. package/locales/fi-fi.d.ts +8 -0
  142. package/locales/fi-fi.js +12 -0
  143. package/locales/fr-be.d.ts +8 -0
  144. package/locales/fr-be.js +12 -0
  145. package/locales/fr-ca.d.ts +8 -0
  146. package/locales/fr-ca.js +12 -0
  147. package/locales/fr-fr.d.ts +8 -0
  148. package/locales/fr-fr.js +12 -0
  149. package/locales/ga-ie.d.ts +8 -0
  150. package/locales/ga-ie.js +12 -0
  151. package/locales/gl-es.d.ts +8 -0
  152. package/locales/gl-es.js +12 -0
  153. package/locales/he-il.d.ts +8 -0
  154. package/locales/he-il.js +12 -0
  155. package/locales/hi-in.d.ts +8 -0
  156. package/locales/hi-in.js +12 -0
  157. package/locales/hr-hr.d.ts +8 -0
  158. package/locales/hr-hr.js +12 -0
  159. package/locales/hu-hu.d.ts +8 -0
  160. package/locales/hu-hu.js +12 -0
  161. package/locales/hy-am.d.ts +8 -0
  162. package/locales/hy-am.js +12 -0
  163. package/locales/id-id.d.ts +8 -0
  164. package/locales/id-id.js +12 -0
  165. package/locales/is-is.d.ts +8 -0
  166. package/locales/is-is.js +12 -0
  167. package/locales/it-it.d.ts +8 -0
  168. package/locales/it-it.js +12 -0
  169. package/locales/ja-jp.d.ts +8 -0
  170. package/locales/ja-jp.js +12 -0
  171. package/locales/ka-ge.d.ts +8 -0
  172. package/locales/ka-ge.js +12 -0
  173. package/locales/kk-kz.d.ts +8 -0
  174. package/locales/kk-kz.js +12 -0
  175. package/locales/km-kh.d.ts +8 -0
  176. package/locales/km-kh.js +12 -0
  177. package/locales/kmr-iq.d.ts +8 -0
  178. package/locales/kmr-iq.js +12 -0
  179. package/locales/kn-in.d.ts +8 -0
  180. package/locales/kn-in.js +12 -0
  181. package/locales/ko-kr.d.ts +8 -0
  182. package/locales/ko-kr.js +12 -0
  183. package/locales/lt-lt.d.ts +8 -0
  184. package/locales/lt-lt.js +12 -0
  185. package/locales/lv-lv.d.ts +8 -0
  186. package/locales/lv-lv.js +12 -0
  187. package/locales/mk-mk.d.ts +8 -0
  188. package/locales/mk-mk.js +12 -0
  189. package/locales/ml-in.d.ts +8 -0
  190. package/locales/ml-in.js +12 -0
  191. package/locales/mn-mn.d.ts +8 -0
  192. package/locales/mn-mn.js +12 -0
  193. package/locales/ms-my.d.ts +8 -0
  194. package/locales/ms-my.js +12 -0
  195. package/locales/nb-no.d.ts +8 -0
  196. package/locales/nb-no.js +12 -0
  197. package/locales/ne-np.d.ts +8 -0
  198. package/locales/ne-np.js +12 -0
  199. package/locales/nl-be.d.ts +8 -0
  200. package/locales/nl-be.js +12 -0
  201. package/locales/nl-nl.d.ts +8 -0
  202. package/locales/nl-nl.js +12 -0
  203. package/locales/pl-pl.d.ts +8 -0
  204. package/locales/pl-pl.js +12 -0
  205. package/locales/pt-br.d.ts +8 -0
  206. package/locales/pt-br.js +12 -0
  207. package/locales/pt-pt.d.ts +8 -0
  208. package/locales/pt-pt.js +12 -0
  209. package/locales/ro-ro.d.ts +8 -0
  210. package/locales/ro-ro.js +12 -0
  211. package/locales/ru-ru.d.ts +8 -0
  212. package/locales/ru-ru.js +12 -0
  213. package/locales/sk-sk.d.ts +8 -0
  214. package/locales/sk-sk.js +12 -0
  215. package/locales/sl-si.d.ts +8 -0
  216. package/locales/sl-si.js +12 -0
  217. package/locales/sr-rs.d.ts +8 -0
  218. package/locales/sr-rs.js +12 -0
  219. package/locales/sv-se.d.ts +8 -0
  220. package/locales/sv-se.js +12 -0
  221. package/locales/ta-in.d.ts +8 -0
  222. package/locales/ta-in.js +12 -0
  223. package/locales/th-th.d.ts +8 -0
  224. package/locales/th-th.js +12 -0
  225. package/locales/tr-tr.d.ts +8 -0
  226. package/locales/tr-tr.js +12 -0
  227. package/locales/uk-ua.d.ts +8 -0
  228. package/locales/uk-ua.js +12 -0
  229. package/locales/ur-pk.d.ts +8 -0
  230. package/locales/ur-pk.js +12 -0
  231. package/locales/vi-vn.d.ts +8 -0
  232. package/locales/vi-vn.js +12 -0
  233. package/locales/zh-cn.d.ts +8 -0
  234. package/locales/zh-cn.js +12 -0
  235. package/locales/zh-hk.d.ts +8 -0
  236. package/locales/zh-hk.js +12 -0
  237. package/locales/zh-tw.d.ts +8 -0
  238. package/locales/zh-tw.js +12 -0
  239. package/mdui.d.ts +5 -0
  240. package/mdui.esm.js +22 -0
  241. package/mdui.global.js +22 -0
  242. package/mdui.js +3 -0
  243. package/package.json +9 -6
  244. package/web-types.en.json +91 -1
  245. package/web-types.zh-cn.json +91 -1
  246. /package/{functions/utils → internal}/colorScheme.d.ts +0 -0
  247. /package/{functions/utils → internal}/colorScheme.js +0 -0
  248. /package/{functions/utils → internal}/theme.d.ts +0 -0
  249. /package/{functions/utils → internal}/theme.js +0 -0
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `សូមផ្គូផ្គងទៅនឹងទ្រង់ទ្រាយដែលបានស្នើរ។`,
7
+ 'functions.alert.confirmText': `យល់ព្រម`,
8
+ 'functions.confirm.cancelText': `បោះបង់`,
9
+ 'functions.confirm.confirmText': `យល់ព្រម`,
10
+ 'functions.prompt.cancelText': `បោះបង់`,
11
+ 'functions.prompt.confirmText': `យល់ព្រម`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `تکایە یەکخستنەوە لەگەڵ فۆرماتی داواکراو.`,
7
+ 'functions.alert.confirmText': `باشە`,
8
+ 'functions.confirm.cancelText': `هەڵوەشاندنەوە`,
9
+ 'functions.confirm.confirmText': `باشە`,
10
+ 'functions.prompt.cancelText': `هەڵوەشاندنەوە`,
11
+ 'functions.prompt.confirmText': `باشە`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `ಕೋರಿದ ನಮೂನೆಯನ್ನು ಹೊಂದಿಸಿ.`,
7
+ 'functions.alert.confirmText': `ಸರಿ`,
8
+ 'functions.confirm.cancelText': `ರದ್ದು ಮಾಡು`,
9
+ 'functions.confirm.confirmText': `ಸರಿ`,
10
+ 'functions.prompt.cancelText': `ರದ್ದು ಮಾಡು`,
11
+ 'functions.prompt.confirmText': `ಸರಿ`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `요청된 형식과 일치시켜 주세요.`,
7
+ 'functions.alert.confirmText': `확인`,
8
+ 'functions.confirm.cancelText': `취소`,
9
+ 'functions.confirm.confirmText': `확인`,
10
+ 'functions.prompt.cancelText': `취소`,
11
+ 'functions.prompt.confirmText': `확인`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Prašome atitikti prašomą formatą.`,
7
+ 'functions.alert.confirmText': `Gerai`,
8
+ 'functions.confirm.cancelText': `Atšaukti`,
9
+ 'functions.confirm.confirmText': `Gerai`,
10
+ 'functions.prompt.cancelText': `Atšaukti`,
11
+ 'functions.prompt.confirmText': `Gerai`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Lūdzu, atbilstiet pieprasītajam formātam.`,
7
+ 'functions.alert.confirmText': `Labi`,
8
+ 'functions.confirm.cancelText': `Atcelt`,
9
+ 'functions.confirm.confirmText': `Labi`,
10
+ 'functions.prompt.cancelText': `Atcelt`,
11
+ 'functions.prompt.confirmText': `Labi`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Ве молиме, внесете го бараниот формат.`,
7
+ 'functions.alert.confirmText': `Во ред`,
8
+ 'functions.confirm.cancelText': `Откажи`,
9
+ 'functions.confirm.confirmText': `Во ред`,
10
+ 'functions.prompt.cancelText': `Откажи`,
11
+ 'functions.prompt.confirmText': `Во ред`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `ദയവായി അനുഗ്രഹിക്കുക, അഭ്യർത്ഥിച്ച ഫോർമാറ്റ് പൊരുതുക.`,
7
+ 'functions.alert.confirmText': `ശരി`,
8
+ 'functions.confirm.cancelText': `റദ്ദാക്കുക`,
9
+ 'functions.confirm.confirmText': `ശരി`,
10
+ 'functions.prompt.cancelText': `റദ്ദാക്കുക`,
11
+ 'functions.prompt.confirmText': `ശരി`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Та хүссэн загвартай тааруулж байхаар оруулна уу.`,
7
+ 'functions.alert.confirmText': `Зөв`,
8
+ 'functions.confirm.cancelText': `Цуцлах`,
9
+ 'functions.confirm.confirmText': `Зөв`,
10
+ 'functions.prompt.cancelText': `Цуцлах`,
11
+ 'functions.prompt.confirmText': `Зөв`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Sila padankan format yang diminta.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Batal`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Batal`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Vennligst match den forespurte formatet.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Avbryt`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Avbryt`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `कृपया अनुरोधित स्वरूपको मेल खाली जानुहोस्।`,
7
+ 'functions.alert.confirmText': `ठिक छ`,
8
+ 'functions.confirm.cancelText': `रद्द गर्नुहोस्`,
9
+ 'functions.confirm.confirmText': `ठिक छ`,
10
+ 'functions.prompt.cancelText': `रद्द गर्नुहोस्`,
11
+ 'functions.prompt.confirmText': `ठिक छ`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Gelieve het gevraagde formaat overeen te laten komen.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Annuleren`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Annuleren`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Graag overeenkomen met het gevraagde formaat.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Annuleren`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Annuleren`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Proszę dopasować wymagany format.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Anuluj`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Anuluj`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Por favor, corresponda ao formato solicitado.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Cancelar`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Cancelar`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Por favor, corresponda ao formato solicitado.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Cancelar`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Cancelar`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Vă rugăm să respectați formatul solicitat.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Anulare`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Anulare`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Пожалуйста, соответствуйте запрашиваемому формату.`,
7
+ 'functions.alert.confirmText': `ОК`,
8
+ 'functions.confirm.cancelText': `Отмена`,
9
+ 'functions.confirm.confirmText': `ОК`,
10
+ 'functions.prompt.cancelText': `Отмена`,
11
+ 'functions.prompt.confirmText': `ОК`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Prosím, zodpovedajte požadovaný formát.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Zrušiť`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Zrušiť`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Prosimo, ujemite zahtevani format.`,
7
+ 'functions.alert.confirmText': `V redu`,
8
+ 'functions.confirm.cancelText': `Prekliči`,
9
+ 'functions.confirm.confirmText': `V redu`,
10
+ 'functions.prompt.cancelText': `Prekliči`,
11
+ 'functions.prompt.confirmText': `V redu`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Molimo vas, prilagodite zahtevani format.`,
7
+ 'functions.alert.confirmText': `U redu`,
8
+ 'functions.confirm.cancelText': `Otkaži`,
9
+ 'functions.confirm.confirmText': `U redu`,
10
+ 'functions.prompt.cancelText': `Otkaži`,
11
+ 'functions.prompt.confirmText': `U redu`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Vänligen matcha det efterfrågade formatet.`,
7
+ 'functions.alert.confirmText': `OK`,
8
+ 'functions.confirm.cancelText': `Avbryt`,
9
+ 'functions.confirm.confirmText': `OK`,
10
+ 'functions.prompt.cancelText': `Avbryt`,
11
+ 'functions.prompt.confirmText': `OK`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `தயவுசெய்து கேள்விக்கான வடிவமைப்பு பொருத்தமாக உள்ளது.`,
7
+ 'functions.alert.confirmText': `சரி`,
8
+ 'functions.confirm.cancelText': `ரத்து`,
9
+ 'functions.confirm.confirmText': `சரி`,
10
+ 'functions.prompt.cancelText': `ரத்து`,
11
+ 'functions.prompt.confirmText': `சரி`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `โปรดตรงตามรูปแบบที่ร้องขอ`,
7
+ 'functions.alert.confirmText': `ตกลง`,
8
+ 'functions.confirm.cancelText': `ยกเลิก`,
9
+ 'functions.confirm.confirmText': `ตกลง`,
10
+ 'functions.prompt.cancelText': `ยกเลิก`,
11
+ 'functions.prompt.confirmText': `ตกลง`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };
@@ -0,0 +1,12 @@
1
+ // Do not modify this file by hand!
2
+ // Re-generate this file by running lit-localize
3
+ /* eslint-disable no-irregular-whitespace */
4
+ /* eslint-disable @typescript-eslint/no-explicit-any */
5
+ export const templates = {
6
+ 'components.textField.patternError': `Lütfen istenilen formata uyun.`,
7
+ 'functions.alert.confirmText': `Tamam`,
8
+ 'functions.confirm.cancelText': `İptal`,
9
+ 'functions.confirm.confirmText': `Tamam`,
10
+ 'functions.prompt.cancelText': `İptal`,
11
+ 'functions.prompt.confirmText': `Tamam`,
12
+ };
@@ -0,0 +1,8 @@
1
+ export declare const templates: {
2
+ 'components.textField.patternError': string;
3
+ 'functions.alert.confirmText': string;
4
+ 'functions.confirm.cancelText': string;
5
+ 'functions.confirm.confirmText': string;
6
+ 'functions.prompt.cancelText': string;
7
+ 'functions.prompt.confirmText': string;
8
+ };