tera-system-ui 0.1.41 → 0.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +15 -13
- package/dist/components/accordion/index.d.ts +1 -0
- package/dist/components/avatar/Avatar.d.ts +5 -3
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/brand-logo/BrandLogo.d.ts +5 -2
- package/dist/components/brand-logo/index.d.ts +1 -0
- package/dist/components/button/Button.d.ts +58 -14
- package/dist/components/button/Button.js +90 -27
- package/dist/components/button/Button.svelte +35 -30
- package/dist/components/button/Button.svelte.d.ts +1 -4
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +5 -2
- package/dist/components/checkbox/Checkbox.svelte +15 -8
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/combobox/Combobox.d.ts +5 -2
- package/dist/components/combobox/index.d.ts +1 -0
- package/dist/components/dialog/Dialog.d.ts +8 -6
- package/dist/components/dialog/index.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +26 -8
- package/dist/components/dropdown-menu/index.d.ts +1 -0
- package/dist/components/header/Header.d.ts +6 -3
- package/dist/components/header/Header.svelte.d.ts +1 -1
- package/dist/components/header/index.d.ts +1 -0
- package/dist/components/input/Input.d.ts +22 -6
- package/dist/components/input/Input.js +19 -10
- package/dist/components/input/Input.svelte +42 -9
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/label/Label.d.ts +33 -3
- package/dist/components/label/Label.js +14 -3
- package/dist/components/label/Label.svelte +7 -7
- package/dist/components/label/Label.svelte.d.ts +2 -2
- package/dist/components/label/index.d.ts +1 -0
- package/dist/components/language-picker-button/LanguagePickerButton.d.ts +5 -2
- package/dist/components/language-picker-button/index.d.ts +1 -0
- package/dist/components/light-dark-toggle/LightDarkToggle.d.ts +5 -2
- package/dist/components/light-dark-toggle/index.d.ts +1 -0
- package/dist/components/popover/Popover.d.ts +6 -3
- package/dist/components/popover/Popover.js +0 -1
- package/dist/components/popover/index.d.ts +1 -0
- package/dist/components/popover-responsive/PopoverResponsive.d.ts +5 -2
- package/dist/components/popover-responsive/index.d.ts +1 -0
- package/dist/components/select/Select.d.ts +19 -5
- package/dist/components/select/Select.js +18 -9
- package/dist/components/select/Select.svelte +17 -4
- package/dist/components/select/Select.svelte.d.ts +1 -1
- package/dist/components/select/index.d.ts +1 -0
- package/dist/components/side-navigation/SideNavigation.d.ts +6 -3
- package/dist/components/side-navigation/index.d.ts +1 -1
- package/dist/components/slider/Slider.d.ts +7 -4
- package/dist/components/slider/Slider.svelte +26 -51
- package/dist/components/slider/index.d.ts +1 -0
- package/dist/components/star-rating/StarRating.d.ts +5 -2
- package/dist/components/star-rating/StarRating.svelte +5 -5
- package/dist/components/star-rating/index.d.ts +1 -0
- package/dist/components/switch/Switch.d.ts +6 -2
- package/dist/components/switch/Switch.svelte +13 -7
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/tabs/Tabs.svelte.d.ts +23 -3
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tera-ui-context/TeraUiContext.d.ts +4 -6
- package/dist/components/tera-ui-context/index.d.ts +1 -0
- package/dist/components/text-area/TextArea.d.ts +22 -8
- package/dist/components/text-area/TextArea.js +19 -10
- package/dist/components/text-area/TextArea.svelte +36 -30
- package/dist/components/text-area/index.d.ts +1 -0
- package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.d.ts +5 -2
- package/dist/components/user-avatar-with-menu/index.d.ts +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/paraglide/README.md +93 -0
- package/dist/paraglide/messages/_index.d.ts +8 -7
- package/dist/paraglide/messages/_index.js +361 -360
- package/dist/paraglide/messages/ar.d.ts +9 -7
- package/dist/paraglide/messages/ar.js +16 -15
- package/dist/paraglide/messages/bg.d.ts +9 -7
- package/dist/paraglide/messages/bg.js +16 -15
- package/dist/paraglide/messages/bn.d.ts +9 -7
- package/dist/paraglide/messages/bn.js +16 -15
- package/dist/paraglide/messages/ca.d.ts +9 -7
- package/dist/paraglide/messages/ca.js +16 -15
- package/dist/paraglide/messages/cs.d.ts +9 -7
- package/dist/paraglide/messages/cs.js +16 -15
- package/dist/paraglide/messages/da.d.ts +9 -7
- package/dist/paraglide/messages/da.js +16 -15
- package/dist/paraglide/messages/de.d.ts +9 -7
- package/dist/paraglide/messages/de.js +16 -15
- package/dist/paraglide/messages/el.d.ts +9 -7
- package/dist/paraglide/messages/el.js +16 -15
- package/dist/paraglide/messages/en.d.ts +9 -7
- package/dist/paraglide/messages/en.js +16 -15
- package/dist/paraglide/messages/es.d.ts +9 -7
- package/dist/paraglide/messages/es.js +16 -15
- package/dist/paraglide/messages/fi.d.ts +9 -7
- package/dist/paraglide/messages/fi.js +16 -15
- package/dist/paraglide/messages/fr.d.ts +9 -7
- package/dist/paraglide/messages/fr.js +16 -15
- package/dist/paraglide/messages/he.d.ts +9 -7
- package/dist/paraglide/messages/he.js +16 -15
- package/dist/paraglide/messages/hi.d.ts +9 -7
- package/dist/paraglide/messages/hi.js +16 -15
- package/dist/paraglide/messages/hu.d.ts +9 -7
- package/dist/paraglide/messages/hu.js +16 -15
- package/dist/paraglide/messages/id.d.ts +9 -7
- package/dist/paraglide/messages/id.js +16 -15
- package/dist/paraglide/messages/it.d.ts +9 -7
- package/dist/paraglide/messages/it.js +16 -15
- package/dist/paraglide/messages/ja.d.ts +9 -7
- package/dist/paraglide/messages/ja.js +16 -15
- package/dist/paraglide/messages/ko.d.ts +9 -7
- package/dist/paraglide/messages/ko.js +16 -15
- package/dist/paraglide/messages/lt.d.ts +9 -7
- package/dist/paraglide/messages/lt.js +16 -15
- package/dist/paraglide/messages/lv.d.ts +9 -7
- package/dist/paraglide/messages/lv.js +16 -15
- package/dist/paraglide/messages/ms.d.ts +9 -7
- package/dist/paraglide/messages/ms.js +16 -15
- package/dist/paraglide/messages/nl.d.ts +9 -7
- package/dist/paraglide/messages/nl.js +16 -15
- package/dist/paraglide/messages/no.d.ts +9 -7
- package/dist/paraglide/messages/no.js +16 -15
- package/dist/paraglide/messages/pl.d.ts +9 -7
- package/dist/paraglide/messages/pl.js +16 -15
- package/dist/paraglide/messages/pt.d.ts +9 -7
- package/dist/paraglide/messages/pt.js +16 -15
- package/dist/paraglide/messages/ro.d.ts +9 -7
- package/dist/paraglide/messages/ro.js +16 -15
- package/dist/paraglide/messages/ru.d.ts +9 -7
- package/dist/paraglide/messages/ru.js +16 -15
- package/dist/paraglide/messages/sk.d.ts +9 -7
- package/dist/paraglide/messages/sk.js +16 -15
- package/dist/paraglide/messages/sl.d.ts +9 -7
- package/dist/paraglide/messages/sl.js +16 -15
- package/dist/paraglide/messages/sq.d.ts +9 -7
- package/dist/paraglide/messages/sq.js +16 -15
- package/dist/paraglide/messages/sr.d.ts +9 -7
- package/dist/paraglide/messages/sr.js +16 -15
- package/dist/paraglide/messages/sv.d.ts +9 -7
- package/dist/paraglide/messages/sv.js +16 -15
- package/dist/paraglide/messages/sw.d.ts +9 -7
- package/dist/paraglide/messages/sw.js +16 -15
- package/dist/paraglide/messages/ta.d.ts +9 -7
- package/dist/paraglide/messages/ta.js +16 -15
- package/dist/paraglide/messages/te.d.ts +9 -7
- package/dist/paraglide/messages/te.js +16 -15
- package/dist/paraglide/messages/th.d.ts +9 -7
- package/dist/paraglide/messages/th.js +16 -15
- package/dist/paraglide/messages/tl.d.ts +9 -7
- package/dist/paraglide/messages/tl.js +16 -15
- package/dist/paraglide/messages/tr.d.ts +9 -7
- package/dist/paraglide/messages/tr.js +16 -15
- package/dist/paraglide/messages/uk.d.ts +9 -7
- package/dist/paraglide/messages/uk.js +16 -15
- package/dist/paraglide/messages/vi.d.ts +9 -7
- package/dist/paraglide/messages/vi.js +16 -15
- package/dist/paraglide/messages/zh-CN.d.ts +9 -7
- package/dist/paraglide/messages/zh-CN.js +16 -15
- package/dist/paraglide/messages/zh-TW.d.ts +9 -7
- package/dist/paraglide/messages/zh-TW.js +16 -15
- package/dist/paraglide/messages.js +1 -1
- package/dist/paraglide/registry.js +1 -1
- package/dist/paraglide/runtime.d.ts +221 -45
- package/dist/paraglide/runtime.js +378 -65
- package/dist/paraglide/server.d.ts +40 -4
- package/dist/paraglide/server.js +83 -46
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/.meta.json +3 -0
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/README.md +103 -0
- package/dist/themes/tera-ui-base.css +70 -7
- package/dist/types/index.d.ts +25 -0
- package/dist/types/index.js +3 -0
- package/package.json +150 -36
- package/scripts/add-component-template.js +1 -1
- package/scripts/generate-ts-index.js +38 -12
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `เลือกภาษา`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`เลือกภาษา`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `ตัวแปลงหน่วย`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`ตัวแปลงหน่วย`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `เครื่องคิดเลขวิทยาศาสตร์ CalcES`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`เครื่องคิดเลขวิทยาศาสตร์ CalcES`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `เอกสาร CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`เอกสาร CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `การตั้งค่าบัญชี`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`การตั้งค่าบัญชี`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `ออกจากระบบ`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`ออกจากระบบ`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `ตัวแปลงสกุลเงิน`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`ตัวแปลงสกุลเงิน`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Piliin ang wika`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Piliin ang wika`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Tagapagpalit ng Yunit`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Tagapagpalit ng Yunit`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Siyentipikong Kalkulador`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Siyentipikong Kalkulador`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Dokumentasyon ng CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Dokumentasyon ng CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Mga Setting ng Account`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Mga Setting ng Account`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Mag-logout`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Mag-logout`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Tagapagpalit ng Salapi`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Tagapagpalit ng Salapi`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Dil Seçin`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Dil Seçin`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Birim Dönüştürücü`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Birim Dönüştürücü`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Bilimsel Hesap Makinesi`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Bilimsel Hesap Makinesi`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES Belgeleri`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES Belgeleri`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Hesap Ayarları`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Hesap Ayarları`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Çıkış Yap`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Çıkış Yap`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Para Birimi Dönüştürücü`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Para Birimi Dönüştürücü`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Виберіть мову`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Виберіть мову`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Конвертер одиниць`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Конвертер одиниць`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `Науковий калькулятор CalcES`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`Науковий калькулятор CalcES`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Документація CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Документація CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Налаштування акаунту`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Налаштування акаунту`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Вихід`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Вихід`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Конвертер валют`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Конвертер валют`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Chọn ngôn ngữ`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Chọn ngôn ngữ`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Bộ Chuyển Đổi Đơn Vị`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Bộ Chuyển Đổi Đơn Vị`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `Máy Tính Khoa Học`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`Máy Tính Khoa Học`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Tài Liệu CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Tài Liệu CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Cài đặt tài khoản`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Cài đặt tài khoản`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Đăng xuất`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Đăng xuất`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Bộ Chuyển Đổi Tiền Tệ`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Bộ Chuyển Đổi Tiền Tệ`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `选择语言`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`选择语言`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `单位转换器`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`单位转换器`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES 科学计算器`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES 科学计算器`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES 文档`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES 文档`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `账户设置`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`账户设置`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `登出`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`登出`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `货币转换器`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`货币转换器`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `選擇語言`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`選擇語言`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `單位轉換器`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`單位轉換器`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES 科學計算器`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES 科學計算器`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES 文檔`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES 文檔`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `帳戶設定`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`帳戶設定`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `登出`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`登出`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `貨幣轉換器`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`貨幣轉換器`)
|
|
30
31
|
};
|