rune-lab 0.1.2 → 0.2.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.
- package/dist/core/index.d.ts +3 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +2 -0
- package/dist/{internal → core/internal}/message-resolver.d.ts +1 -0
- package/dist/core/internal/message-resolver.d.ts.map +1 -0
- package/dist/{persistence → core/persistence}/types.d.ts +1 -0
- package/dist/core/persistence/types.d.ts.map +1 -0
- package/dist/index.d.ts +2 -30
- package/dist/index.js +2 -40
- package/dist/state/api.svelte.js +3 -2
- package/dist/state/app.svelte.js +3 -2
- package/dist/state/commands.svelte.js +2 -2
- package/dist/{composables → state/composables}/usePersistence.d.ts +1 -1
- package/dist/{composables → state/composables}/useRuneLab.d.ts +1 -1
- package/dist/{composables → state/composables}/useRuneLab.js +1 -1
- package/dist/state/createConfigStore.svelte.d.ts +1 -1
- package/dist/state/createConfigStore.svelte.js +3 -3
- package/dist/state/currency.svelte.d.ts +1 -1
- package/dist/state/currency.svelte.js +1 -1
- package/dist/state/daisyui.d.ts +4 -0
- package/dist/state/index.d.ts +5 -0
- package/dist/state/index.js +9 -2
- package/dist/state/language.svelte.d.ts +1 -1
- package/dist/state/language.svelte.js +2 -2
- package/dist/state/layout.svelte.d.ts +1 -1
- package/dist/state/layout.svelte.js +1 -1
- package/dist/{persistence → state/persistence}/drivers.d.ts +1 -1
- package/dist/{persistence → state/persistence}/drivers.js +1 -1
- package/dist/state/shortcuts.svelte.js +4 -3
- package/dist/state/theme.svelte.d.ts +1 -1
- package/dist/state/theme.svelte.js +2 -2
- package/dist/state/toast.svelte.js +1 -1
- package/dist/{actions → ui/actions}/portal.js +2 -1
- package/dist/{components → ui/components}/ApiMonitor.svelte +2 -2
- package/dist/ui/components/ApiMonitor.svelte.d.ts +3 -0
- package/dist/{components → ui/components}/Icon.svelte +3 -2
- package/dist/ui/components/Icon.svelte.d.ts +9 -0
- package/dist/{components → ui/components}/RuneProvider.svelte +6 -11
- package/dist/ui/components/RuneProvider.svelte.d.ts +22 -0
- package/dist/{components → ui/components}/Toaster.svelte +1 -1
- package/dist/ui/components/Toaster.svelte.d.ts +18 -0
- package/dist/{features → ui/features}/command-palette/CommandPalette.svelte +3 -3
- package/dist/ui/features/command-palette/CommandPalette.svelte.d.ts +6 -0
- package/dist/ui/features/config/AppSettingSelector.svelte.d.ts +13 -0
- package/dist/{features → ui/features}/config/CurrencySelector.svelte +1 -1
- package/dist/ui/features/config/CurrencySelector.svelte.d.ts +8 -0
- package/dist/{features → ui/features}/config/LanguageSelector.svelte +1 -4
- package/dist/ui/features/config/LanguageSelector.svelte.d.ts +8 -0
- package/dist/{features → ui/features}/config/ThemeSelector.svelte +1 -1
- package/dist/ui/features/config/ThemeSelector.svelte.d.ts +8 -0
- package/dist/{features → ui/features}/shortcuts/ShortcutPalette.svelte +3 -3
- package/dist/ui/features/shortcuts/ShortcutPalette.svelte.d.ts +6 -0
- package/dist/ui/index.d.ts +21 -0
- package/dist/ui/index.js +31 -0
- package/dist/{features/layout/smart → ui/layout}/ConnectedNavigationPanel.svelte +2 -5
- package/dist/ui/layout/ConnectedNavigationPanel.svelte.d.ts +10 -0
- package/dist/{features/layout/smart → ui/layout}/ConnectedWorkspaceStrip.svelte +2 -5
- package/dist/ui/layout/ConnectedWorkspaceStrip.svelte.d.ts +9 -0
- package/dist/ui/layout/ContentArea.svelte.d.ts +8 -0
- package/dist/ui/layout/DetailPanel.svelte.d.ts +7 -0
- package/dist/{layout → ui/layout}/NavigationPanel.svelte +1 -1
- package/dist/ui/layout/NavigationPanel.svelte.d.ts +14 -0
- package/dist/{layout → ui/layout}/WorkspaceLayout.svelte +2 -2
- package/dist/{layout → ui/layout}/WorkspaceLayout.svelte.d.ts +3 -14
- package/dist/{layout → ui/layout}/WorkspaceStrip.svelte +1 -1
- package/dist/ui/layout/WorkspaceStrip.svelte.d.ts +11 -0
- package/dist/{layout → ui/layout}/index.d.ts +2 -2
- package/dist/{layout → ui/layout}/index.js +1 -1
- package/dist/{paraglide → ui/paraglide}/README.md +3 -2
- package/dist/{paraglide → ui/paraglide}/runtime.d.ts +15 -0
- package/dist/{paraglide → ui/paraglide}/runtime.js +45 -0
- package/package.json +40 -41
- package/dist/components/ApiMonitor.svelte.d.ts +0 -14
- package/dist/components/Icon.svelte.d.ts +0 -14
- package/dist/components/RuneProvider.svelte.d.ts +0 -28
- package/dist/components/Toaster.svelte.d.ts +0 -14
- package/dist/features/command-palette/CommandPalette.svelte.d.ts +0 -14
- package/dist/features/config/AppSettingSelector.svelte.d.ts +0 -14
- package/dist/features/config/CurrencySelector.svelte.d.ts +0 -14
- package/dist/features/config/LanguageSelector.svelte.d.ts +0 -14
- package/dist/features/config/ThemeSelector.svelte.d.ts +0 -14
- package/dist/features/detail-panels/DashboardPanel.svelte +0 -171
- package/dist/features/detail-panels/DashboardPanel.svelte.d.ts +0 -14
- package/dist/features/detail-panels/ShortcutsPanel.svelte +0 -233
- package/dist/features/detail-panels/ShortcutsPanel.svelte.d.ts +0 -14
- package/dist/features/detail-panels/ShowcasePanel.svelte +0 -114
- package/dist/features/detail-panels/ShowcasePanel.svelte.d.ts +0 -14
- package/dist/features/detail-panels/showcase-components.d.ts +0 -6
- package/dist/features/detail-panels/showcase-components.js +0 -65
- package/dist/features/layout/smart/ConnectedNavigationPanel.svelte.d.ts +0 -14
- package/dist/features/layout/smart/ConnectedWorkspaceStrip.svelte.d.ts +0 -14
- package/dist/features/shortcuts/ShortcutPalette.svelte.d.ts +0 -19
- package/dist/layout/ContentArea.svelte.d.ts +0 -14
- package/dist/layout/DetailPanel.svelte.d.ts +0 -14
- package/dist/layout/NavigationPanel.svelte.d.ts +0 -14
- package/dist/layout/WorkspaceStrip.svelte.d.ts +0 -14
- package/dist/paraglide/messages/_index.d.ts +0 -83
- package/dist/paraglide/messages/_index.js +0 -84
- package/dist/paraglide/messages/abyss.d.ts +0 -16
- package/dist/paraglide/messages/abyss.js +0 -84
- package/dist/paraglide/messages/acid.d.ts +0 -16
- package/dist/paraglide/messages/acid.js +0 -84
- package/dist/paraglide/messages/active_toasts.d.ts +0 -16
- package/dist/paraglide/messages/active_toasts.js +0 -84
- package/dist/paraglide/messages/aed3.d.ts +0 -17
- package/dist/paraglide/messages/aed3.js +0 -85
- package/dist/paraglide/messages/all_currencies.d.ts +0 -16
- package/dist/paraglide/messages/all_currencies.js +0 -84
- package/dist/paraglide/messages/all_languages.d.ts +0 -16
- package/dist/paraglide/messages/all_languages.js +0 -84
- package/dist/paraglide/messages/all_themes.d.ts +0 -16
- package/dist/paraglide/messages/all_themes.js +0 -84
- package/dist/paraglide/messages/api_status.d.ts +0 -16
- package/dist/paraglide/messages/api_status.js +0 -84
- package/dist/paraglide/messages/app_info.d.ts +0 -16
- package/dist/paraglide/messages/app_info.js +0 -84
- package/dist/paraglide/messages/appearance.d.ts +0 -16
- package/dist/paraglide/messages/appearance.js +0 -84
- package/dist/paraglide/messages/aqua.d.ts +0 -16
- package/dist/paraglide/messages/aqua.js +0 -84
- package/dist/paraglide/messages/ar.d.ts +0 -16
- package/dist/paraglide/messages/ar.js +0 -84
- package/dist/paraglide/messages/autumn.d.ts +0 -16
- package/dist/paraglide/messages/autumn.js +0 -84
- package/dist/paraglide/messages/black.d.ts +0 -16
- package/dist/paraglide/messages/black.js +0 -84
- package/dist/paraglide/messages/bumblebee.d.ts +0 -16
- package/dist/paraglide/messages/bumblebee.js +0 -84
- package/dist/paraglide/messages/business.d.ts +0 -16
- package/dist/paraglide/messages/business.js +0 -84
- package/dist/paraglide/messages/caramellatte.d.ts +0 -16
- package/dist/paraglide/messages/caramellatte.js +0 -84
- package/dist/paraglide/messages/cmyk.d.ts +0 -16
- package/dist/paraglide/messages/cmyk.js +0 -84
- package/dist/paraglide/messages/cny3.d.ts +0 -17
- package/dist/paraglide/messages/cny3.js +0 -85
- package/dist/paraglide/messages/coffee.d.ts +0 -16
- package/dist/paraglide/messages/coffee.js +0 -84
- package/dist/paraglide/messages/commands_label.d.ts +0 -16
- package/dist/paraglide/messages/commands_label.js +0 -84
- package/dist/paraglide/messages/corporate.d.ts +0 -16
- package/dist/paraglide/messages/corporate.js +0 -84
- package/dist/paraglide/messages/cupcake.d.ts +0 -16
- package/dist/paraglide/messages/cupcake.js +0 -84
- package/dist/paraglide/messages/currency.d.ts +0 -16
- package/dist/paraglide/messages/currency.js +0 -84
- package/dist/paraglide/messages/current_currency.d.ts +0 -16
- package/dist/paraglide/messages/current_currency.js +0 -84
- package/dist/paraglide/messages/current_language.d.ts +0 -16
- package/dist/paraglide/messages/current_language.js +0 -84
- package/dist/paraglide/messages/current_theme.d.ts +0 -16
- package/dist/paraglide/messages/current_theme.js +0 -84
- package/dist/paraglide/messages/currently_in_queue.d.ts +0 -16
- package/dist/paraglide/messages/currently_in_queue.js +0 -84
- package/dist/paraglide/messages/cyberpunk.d.ts +0 -16
- package/dist/paraglide/messages/cyberpunk.js +0 -84
- package/dist/paraglide/messages/dark.d.ts +0 -16
- package/dist/paraglide/messages/dark.js +0 -84
- package/dist/paraglide/messages/de.d.ts +0 -16
- package/dist/paraglide/messages/de.js +0 -84
- package/dist/paraglide/messages/dim.d.ts +0 -16
- package/dist/paraglide/messages/dim.js +0 -84
- package/dist/paraglide/messages/dracula.d.ts +0 -16
- package/dist/paraglide/messages/dracula.js +0 -84
- package/dist/paraglide/messages/emerald.d.ts +0 -16
- package/dist/paraglide/messages/emerald.js +0 -84
- package/dist/paraglide/messages/en.d.ts +0 -16
- package/dist/paraglide/messages/en.js +0 -84
- package/dist/paraglide/messages/es.d.ts +0 -16
- package/dist/paraglide/messages/es.js +0 -84
- package/dist/paraglide/messages/eur3.d.ts +0 -17
- package/dist/paraglide/messages/eur3.js +0 -85
- package/dist/paraglide/messages/extended_controls.d.ts +0 -16
- package/dist/paraglide/messages/extended_controls.js +0 -84
- package/dist/paraglide/messages/fantasy.d.ts +0 -16
- package/dist/paraglide/messages/fantasy.js +0 -84
- package/dist/paraglide/messages/forest.d.ts +0 -16
- package/dist/paraglide/messages/forest.js +0 -84
- package/dist/paraglide/messages/fr.d.ts +0 -16
- package/dist/paraglide/messages/fr.js +0 -84
- package/dist/paraglide/messages/garden.d.ts +0 -16
- package/dist/paraglide/messages/garden.js +0 -84
- package/dist/paraglide/messages/halloween.d.ts +0 -16
- package/dist/paraglide/messages/halloween.js +0 -84
- package/dist/paraglide/messages/hello_world.d.ts +0 -18
- package/dist/paraglide/messages/hello_world.js +0 -84
- package/dist/paraglide/messages/hi.d.ts +0 -16
- package/dist/paraglide/messages/hi.js +0 -84
- package/dist/paraglide/messages/it.d.ts +0 -16
- package/dist/paraglide/messages/it.js +0 -84
- package/dist/paraglide/messages/ja.d.ts +0 -16
- package/dist/paraglide/messages/ja.js +0 -84
- package/dist/paraglide/messages/jpy3.d.ts +0 -17
- package/dist/paraglide/messages/jpy3.js +0 -85
- package/dist/paraglide/messages/ko.d.ts +0 -16
- package/dist/paraglide/messages/ko.js +0 -84
- package/dist/paraglide/messages/krw3.d.ts +0 -17
- package/dist/paraglide/messages/krw3.js +0 -85
- package/dist/paraglide/messages/languages.d.ts +0 -16
- package/dist/paraglide/messages/languages.js +0 -84
- package/dist/paraglide/messages/lemonade.d.ts +0 -16
- package/dist/paraglide/messages/lemonade.js +0 -84
- package/dist/paraglide/messages/light.d.ts +0 -16
- package/dist/paraglide/messages/light.js +0 -84
- package/dist/paraglide/messages/live_store_dashboard.d.ts +0 -16
- package/dist/paraglide/messages/live_store_dashboard.js +0 -84
- package/dist/paraglide/messages/localization.d.ts +0 -16
- package/dist/paraglide/messages/localization.js +0 -84
- package/dist/paraglide/messages/lofi.d.ts +0 -16
- package/dist/paraglide/messages/lofi.js +0 -84
- package/dist/paraglide/messages/luxury.d.ts +0 -16
- package/dist/paraglide/messages/luxury.js +0 -84
- package/dist/paraglide/messages/mxn3.d.ts +0 -17
- package/dist/paraglide/messages/mxn3.js +0 -85
- package/dist/paraglide/messages/name_label.d.ts +0 -16
- package/dist/paraglide/messages/name_label.js +0 -84
- package/dist/paraglide/messages/night.d.ts +0 -16
- package/dist/paraglide/messages/night.js +0 -84
- package/dist/paraglide/messages/nord.d.ts +0 -16
- package/dist/paraglide/messages/nord.js +0 -84
- package/dist/paraglide/messages/pastel.d.ts +0 -16
- package/dist/paraglide/messages/pastel.js +0 -84
- package/dist/paraglide/messages/pt.d.ts +0 -16
- package/dist/paraglide/messages/pt.js +0 -84
- package/dist/paraglide/messages/real_time_monitor_desc.d.ts +0 -16
- package/dist/paraglide/messages/real_time_monitor_desc.js +0 -84
- package/dist/paraglide/messages/registered_in_registry.d.ts +0 -16
- package/dist/paraglide/messages/registered_in_registry.js +0 -84
- package/dist/paraglide/messages/retro.d.ts +0 -16
- package/dist/paraglide/messages/retro.js +0 -84
- package/dist/paraglide/messages/ru.d.ts +0 -16
- package/dist/paraglide/messages/ru.js +0 -84
- package/dist/paraglide/messages/silk.d.ts +0 -16
- package/dist/paraglide/messages/silk.js +0 -84
- package/dist/paraglide/messages/state_label.d.ts +0 -16
- package/dist/paraglide/messages/state_label.js +0 -84
- package/dist/paraglide/messages/sunset.d.ts +0 -16
- package/dist/paraglide/messages/sunset.js +0 -84
- package/dist/paraglide/messages/synthwave.d.ts +0 -16
- package/dist/paraglide/messages/synthwave.js +0 -84
- package/dist/paraglide/messages/system.d.ts +0 -16
- package/dist/paraglide/messages/system.js +0 -84
- package/dist/paraglide/messages/theme.d.ts +0 -16
- package/dist/paraglide/messages/theme.js +0 -84
- package/dist/paraglide/messages/themes.d.ts +0 -16
- package/dist/paraglide/messages/themes.js +0 -84
- package/dist/paraglide/messages/url_label.d.ts +0 -16
- package/dist/paraglide/messages/url_label.js +0 -84
- package/dist/paraglide/messages/usd3.d.ts +0 -17
- package/dist/paraglide/messages/usd3.js +0 -85
- package/dist/paraglide/messages/valentine.d.ts +0 -16
- package/dist/paraglide/messages/valentine.js +0 -84
- package/dist/paraglide/messages/version_label.d.ts +0 -16
- package/dist/paraglide/messages/version_label.js +0 -84
- package/dist/paraglide/messages/vi.d.ts +0 -16
- package/dist/paraglide/messages/vi.js +0 -84
- package/dist/paraglide/messages/winter.d.ts +0 -16
- package/dist/paraglide/messages/winter.js +0 -84
- package/dist/paraglide/messages/wireframe.d.ts +0 -16
- package/dist/paraglide/messages/wireframe.js +0 -84
- package/dist/paraglide/messages/zh.d.ts +0 -16
- package/dist/paraglide/messages/zh.js +0 -84
- package/dist/server/index.d.ts +0 -15
- package/dist/server/index.js +0 -20
- package/dist/showcase/AppStateInspector.svelte +0 -184
- package/dist/showcase/AppStateInspector.svelte.d.ts +0 -14
- package/dist/showcase/Showcase.svelte +0 -115
- package/dist/showcase/Showcase.svelte.d.ts +0 -14
- package/dist/showcase/ShowcaseCard.svelte +0 -18
- package/dist/showcase/ShowcaseCard.svelte.d.ts +0 -14
- package/dist/showcase/StoreDetailCard.svelte +0 -68
- package/dist/showcase/StoreDetailCard.svelte.d.ts +0 -14
- package/dist/showcase/shared.d.ts +0 -7
- package/dist/showcase/shared.js +0 -34
- package/dist/showcase/state.svelte.d.ts +0 -3
- package/dist/showcase/state.svelte.js +0 -3
- package/dist/showcase/tabs/Actions.svelte +0 -150
- package/dist/showcase/tabs/Actions.svelte.d.ts +0 -14
- package/dist/showcase/tabs/DataInput.svelte +0 -164
- package/dist/showcase/tabs/DataInput.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Display.svelte +0 -159
- package/dist/showcase/tabs/Display.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Feedback.svelte +0 -180
- package/dist/showcase/tabs/Feedback.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Navigation.svelte +0 -170
- package/dist/showcase/tabs/Navigation.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Visual.svelte +0 -133
- package/dist/showcase/tabs/Visual.svelte.d.ts +0 -14
- /package/dist/{internal → core/internal}/message-resolver.js +0 -0
- /package/dist/{persistence → core/persistence}/types.js +0 -0
- /package/dist/{composables → state/composables}/usePersistence.js +0 -0
- /package/dist/{config.d.ts → state/config.d.ts} +0 -0
- /package/dist/{config.js → state/config.js} +0 -0
- /package/dist/{context.d.ts → state/context.d.ts} +0 -0
- /package/dist/{context.js → state/context.js} +0 -0
- /package/dist/{actions → ui/actions}/portal.d.ts +0 -0
- /package/dist/{features → ui/features}/config/AppSettingSelector.svelte +0 -0
- /package/dist/{layout → ui/layout}/ContentArea.svelte +0 -0
- /package/dist/{layout → ui/layout}/DetailPanel.svelte +0 -0
- /package/dist/{paraglide → ui/paraglide}/messages.d.ts +0 -0
- /package/dist/{paraglide → ui/paraglide}/messages.js +0 -0
- /package/dist/{paraglide → ui/paraglide}/registry.d.ts +0 -0
- /package/dist/{paraglide → ui/paraglide}/registry.js +0 -0
- /package/dist/{paraglide → ui/paraglide}/server.d.ts +0 -0
- /package/dist/{paraglide → ui/paraglide}/server.js +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
open?: () => void;
|
|
5
|
-
close?: () => void;
|
|
6
|
-
};
|
|
7
|
-
events: {
|
|
8
|
-
[evt: string]: CustomEvent<any>;
|
|
9
|
-
};
|
|
10
|
-
slots: {};
|
|
11
|
-
};
|
|
12
|
-
export type ShortcutPaletteProps = typeof __propDef.props;
|
|
13
|
-
export type ShortcutPaletteEvents = typeof __propDef.events;
|
|
14
|
-
export type ShortcutPaletteSlots = typeof __propDef.slots;
|
|
15
|
-
export default class ShortcutPalette extends SvelteComponentTyped<ShortcutPaletteProps, ShortcutPaletteEvents, ShortcutPaletteSlots> {
|
|
16
|
-
get open(): () => void;
|
|
17
|
-
get close(): () => void;
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: Record<string, never>;
|
|
4
|
-
events: {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
};
|
|
7
|
-
slots: {};
|
|
8
|
-
};
|
|
9
|
-
export type ContentAreaProps = typeof __propDef.props;
|
|
10
|
-
export type ContentAreaEvents = typeof __propDef.events;
|
|
11
|
-
export type ContentAreaSlots = typeof __propDef.slots;
|
|
12
|
-
export default class ContentArea extends SvelteComponentTyped<ContentAreaProps, ContentAreaEvents, ContentAreaSlots> {
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: Record<string, never>;
|
|
4
|
-
events: {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
};
|
|
7
|
-
slots: {};
|
|
8
|
-
};
|
|
9
|
-
export type DetailPanelProps = typeof __propDef.props;
|
|
10
|
-
export type DetailPanelEvents = typeof __propDef.events;
|
|
11
|
-
export type DetailPanelSlots = typeof __propDef.slots;
|
|
12
|
-
export default class DetailPanel extends SvelteComponentTyped<DetailPanelProps, DetailPanelEvents, DetailPanelSlots> {
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: Record<string, never>;
|
|
4
|
-
events: {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
};
|
|
7
|
-
slots: {};
|
|
8
|
-
};
|
|
9
|
-
export type NavigationPanelProps = typeof __propDef.props;
|
|
10
|
-
export type NavigationPanelEvents = typeof __propDef.events;
|
|
11
|
-
export type NavigationPanelSlots = typeof __propDef.slots;
|
|
12
|
-
export default class NavigationPanel extends SvelteComponentTyped<NavigationPanelProps, NavigationPanelEvents, NavigationPanelSlots> {
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: Record<string, never>;
|
|
4
|
-
events: {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
};
|
|
7
|
-
slots: {};
|
|
8
|
-
};
|
|
9
|
-
export type WorkspaceStripProps = typeof __propDef.props;
|
|
10
|
-
export type WorkspaceStripEvents = typeof __propDef.events;
|
|
11
|
-
export type WorkspaceStripSlots = typeof __propDef.slots;
|
|
12
|
-
export default class WorkspaceStrip extends SvelteComponentTyped<WorkspaceStripProps, WorkspaceStripEvents, WorkspaceStripSlots> {
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
export * from "./hello_world.js";
|
|
2
|
-
export * from "./languages.js";
|
|
3
|
-
export * from "./de.js";
|
|
4
|
-
export * from "./en.js";
|
|
5
|
-
export * from "./es.js";
|
|
6
|
-
export * from "./fr.js";
|
|
7
|
-
export * from "./it.js";
|
|
8
|
-
export * from "./pt.js";
|
|
9
|
-
export * from "./ru.js";
|
|
10
|
-
export * from "./hi.js";
|
|
11
|
-
export * from "./ar.js";
|
|
12
|
-
export * from "./zh.js";
|
|
13
|
-
export * from "./ja.js";
|
|
14
|
-
export * from "./ko.js";
|
|
15
|
-
export * from "./vi.js";
|
|
16
|
-
export * from "./currency.js";
|
|
17
|
-
export * from "./usd3.js";
|
|
18
|
-
export * from "./eur3.js";
|
|
19
|
-
export * from "./mxn3.js";
|
|
20
|
-
export * from "./cny3.js";
|
|
21
|
-
export * from "./jpy3.js";
|
|
22
|
-
export * from "./krw3.js";
|
|
23
|
-
export * from "./aed3.js";
|
|
24
|
-
export * from "./theme.js";
|
|
25
|
-
export * from "./themes.js";
|
|
26
|
-
export * from "./all_themes.js";
|
|
27
|
-
export * from "./all_currencies.js";
|
|
28
|
-
export * from "./all_languages.js";
|
|
29
|
-
export * from "./extended_controls.js";
|
|
30
|
-
export * from "./light.js";
|
|
31
|
-
export * from "./dark.js";
|
|
32
|
-
export * from "./system.js";
|
|
33
|
-
export * from "./cupcake.js";
|
|
34
|
-
export * from "./bumblebee.js";
|
|
35
|
-
export * from "./emerald.js";
|
|
36
|
-
export * from "./corporate.js";
|
|
37
|
-
export * from "./synthwave.js";
|
|
38
|
-
export * from "./retro.js";
|
|
39
|
-
export * from "./cyberpunk.js";
|
|
40
|
-
export * from "./valentine.js";
|
|
41
|
-
export * from "./halloween.js";
|
|
42
|
-
export * from "./garden.js";
|
|
43
|
-
export * from "./forest.js";
|
|
44
|
-
export * from "./aqua.js";
|
|
45
|
-
export * from "./lofi.js";
|
|
46
|
-
export * from "./pastel.js";
|
|
47
|
-
export * from "./fantasy.js";
|
|
48
|
-
export * from "./wireframe.js";
|
|
49
|
-
export * from "./black.js";
|
|
50
|
-
export * from "./luxury.js";
|
|
51
|
-
export * from "./dracula.js";
|
|
52
|
-
export * from "./cmyk.js";
|
|
53
|
-
export * from "./autumn.js";
|
|
54
|
-
export * from "./business.js";
|
|
55
|
-
export * from "./acid.js";
|
|
56
|
-
export * from "./lemonade.js";
|
|
57
|
-
export * from "./night.js";
|
|
58
|
-
export * from "./coffee.js";
|
|
59
|
-
export * from "./winter.js";
|
|
60
|
-
export * from "./dim.js";
|
|
61
|
-
export * from "./nord.js";
|
|
62
|
-
export * from "./sunset.js";
|
|
63
|
-
export * from "./caramellatte.js";
|
|
64
|
-
export * from "./abyss.js";
|
|
65
|
-
export * from "./silk.js";
|
|
66
|
-
export * from "./live_store_dashboard.js";
|
|
67
|
-
export * from "./real_time_monitor_desc.js";
|
|
68
|
-
export * from "./api_status.js";
|
|
69
|
-
export * from "./active_toasts.js";
|
|
70
|
-
export * from "./commands_label.js";
|
|
71
|
-
export * from "./app_info.js";
|
|
72
|
-
export * from "./appearance.js";
|
|
73
|
-
export * from "./localization.js";
|
|
74
|
-
export * from "./name_label.js";
|
|
75
|
-
export * from "./version_label.js";
|
|
76
|
-
export * from "./current_theme.js";
|
|
77
|
-
export * from "./current_language.js";
|
|
78
|
-
export * from "./current_currency.js";
|
|
79
|
-
export * from "./state_label.js";
|
|
80
|
-
export * from "./url_label.js";
|
|
81
|
-
export * from "./currently_in_queue.js";
|
|
82
|
-
export * from "./registered_in_registry.js";
|
|
83
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
export * from './hello_world.js'
|
|
4
|
-
export * from './languages.js'
|
|
5
|
-
export * from './de.js'
|
|
6
|
-
export * from './en.js'
|
|
7
|
-
export * from './es.js'
|
|
8
|
-
export * from './fr.js'
|
|
9
|
-
export * from './it.js'
|
|
10
|
-
export * from './pt.js'
|
|
11
|
-
export * from './ru.js'
|
|
12
|
-
export * from './hi.js'
|
|
13
|
-
export * from './ar.js'
|
|
14
|
-
export * from './zh.js'
|
|
15
|
-
export * from './ja.js'
|
|
16
|
-
export * from './ko.js'
|
|
17
|
-
export * from './vi.js'
|
|
18
|
-
export * from './currency.js'
|
|
19
|
-
export * from './usd3.js'
|
|
20
|
-
export * from './eur3.js'
|
|
21
|
-
export * from './mxn3.js'
|
|
22
|
-
export * from './cny3.js'
|
|
23
|
-
export * from './jpy3.js'
|
|
24
|
-
export * from './krw3.js'
|
|
25
|
-
export * from './aed3.js'
|
|
26
|
-
export * from './theme.js'
|
|
27
|
-
export * from './themes.js'
|
|
28
|
-
export * from './all_themes.js'
|
|
29
|
-
export * from './all_currencies.js'
|
|
30
|
-
export * from './all_languages.js'
|
|
31
|
-
export * from './extended_controls.js'
|
|
32
|
-
export * from './light.js'
|
|
33
|
-
export * from './dark.js'
|
|
34
|
-
export * from './system.js'
|
|
35
|
-
export * from './cupcake.js'
|
|
36
|
-
export * from './bumblebee.js'
|
|
37
|
-
export * from './emerald.js'
|
|
38
|
-
export * from './corporate.js'
|
|
39
|
-
export * from './synthwave.js'
|
|
40
|
-
export * from './retro.js'
|
|
41
|
-
export * from './cyberpunk.js'
|
|
42
|
-
export * from './valentine.js'
|
|
43
|
-
export * from './halloween.js'
|
|
44
|
-
export * from './garden.js'
|
|
45
|
-
export * from './forest.js'
|
|
46
|
-
export * from './aqua.js'
|
|
47
|
-
export * from './lofi.js'
|
|
48
|
-
export * from './pastel.js'
|
|
49
|
-
export * from './fantasy.js'
|
|
50
|
-
export * from './wireframe.js'
|
|
51
|
-
export * from './black.js'
|
|
52
|
-
export * from './luxury.js'
|
|
53
|
-
export * from './dracula.js'
|
|
54
|
-
export * from './cmyk.js'
|
|
55
|
-
export * from './autumn.js'
|
|
56
|
-
export * from './business.js'
|
|
57
|
-
export * from './acid.js'
|
|
58
|
-
export * from './lemonade.js'
|
|
59
|
-
export * from './night.js'
|
|
60
|
-
export * from './coffee.js'
|
|
61
|
-
export * from './winter.js'
|
|
62
|
-
export * from './dim.js'
|
|
63
|
-
export * from './nord.js'
|
|
64
|
-
export * from './sunset.js'
|
|
65
|
-
export * from './caramellatte.js'
|
|
66
|
-
export * from './abyss.js'
|
|
67
|
-
export * from './silk.js'
|
|
68
|
-
export * from './live_store_dashboard.js'
|
|
69
|
-
export * from './real_time_monitor_desc.js'
|
|
70
|
-
export * from './api_status.js'
|
|
71
|
-
export * from './active_toasts.js'
|
|
72
|
-
export * from './commands_label.js'
|
|
73
|
-
export * from './app_info.js'
|
|
74
|
-
export * from './appearance.js'
|
|
75
|
-
export * from './localization.js'
|
|
76
|
-
export * from './name_label.js'
|
|
77
|
-
export * from './version_label.js'
|
|
78
|
-
export * from './current_theme.js'
|
|
79
|
-
export * from './current_language.js'
|
|
80
|
-
export * from './current_currency.js'
|
|
81
|
-
export * from './state_label.js'
|
|
82
|
-
export * from './url_label.js'
|
|
83
|
-
export * from './currently_in_queue.js'
|
|
84
|
-
export * from './registered_in_registry.js'
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Abyss" |
|
|
5
|
-
*
|
|
6
|
-
* @param {AbyssInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const abyss: ((inputs?: AbyssInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<AbyssInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type AbyssInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} AbyssInputs */
|
|
7
|
-
|
|
8
|
-
const es_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Abismo`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Abîme`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Abisso`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Abismo`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Abyss`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Abgrund`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Бездна`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`एबिस`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`هاوية`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`深渊`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`アビス`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`어비스`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_abyss = /** @type {(inputs: AbyssInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Vực thẳm`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Abyss" |
|
|
64
|
-
*
|
|
65
|
-
* @param {AbyssInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const abyss = /** @type {((inputs?: AbyssInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<AbyssInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_abyss(inputs)
|
|
72
|
-
if (locale === "fr") return fr_abyss(inputs)
|
|
73
|
-
if (locale === "it") return it_abyss(inputs)
|
|
74
|
-
if (locale === "pt") return pt_abyss(inputs)
|
|
75
|
-
if (locale === "en") return en_abyss(inputs)
|
|
76
|
-
if (locale === "de") return de_abyss(inputs)
|
|
77
|
-
if (locale === "ru") return ru_abyss(inputs)
|
|
78
|
-
if (locale === "hi") return hi_abyss(inputs)
|
|
79
|
-
if (locale === "ar") return ar_abyss(inputs)
|
|
80
|
-
if (locale === "zh") return zh_abyss(inputs)
|
|
81
|
-
if (locale === "ja") return ja_abyss(inputs)
|
|
82
|
-
if (locale === "ko") return ko_abyss(inputs)
|
|
83
|
-
return vi_abyss(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Acid" |
|
|
5
|
-
*
|
|
6
|
-
* @param {AcidInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const acid: ((inputs?: AcidInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<AcidInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type AcidInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} AcidInputs */
|
|
7
|
-
|
|
8
|
-
const es_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Ácido`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Acide`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Acido`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Ácido`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Acid`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Säure`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Кислота`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`एसिड`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`حمضي`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`酸性`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`アシッド`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`애시드`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_acid = /** @type {(inputs: AcidInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Axit`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Acid" |
|
|
64
|
-
*
|
|
65
|
-
* @param {AcidInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const acid = /** @type {((inputs?: AcidInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<AcidInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_acid(inputs)
|
|
72
|
-
if (locale === "fr") return fr_acid(inputs)
|
|
73
|
-
if (locale === "it") return it_acid(inputs)
|
|
74
|
-
if (locale === "pt") return pt_acid(inputs)
|
|
75
|
-
if (locale === "en") return en_acid(inputs)
|
|
76
|
-
if (locale === "de") return de_acid(inputs)
|
|
77
|
-
if (locale === "ru") return ru_acid(inputs)
|
|
78
|
-
if (locale === "hi") return hi_acid(inputs)
|
|
79
|
-
if (locale === "ar") return ar_acid(inputs)
|
|
80
|
-
if (locale === "zh") return zh_acid(inputs)
|
|
81
|
-
if (locale === "ja") return ja_acid(inputs)
|
|
82
|
-
if (locale === "ko") return ko_acid(inputs)
|
|
83
|
-
return vi_acid(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Active Toasts" |
|
|
5
|
-
*
|
|
6
|
-
* @param {Active_ToastsInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const active_toasts: ((inputs?: Active_ToastsInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<Active_ToastsInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type Active_ToastsInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} Active_ToastsInputs */
|
|
7
|
-
|
|
8
|
-
const es_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Notificaciones Activas`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Notifications actives`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Notifiche attive`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Notificações ativas`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Active Toasts`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Aktive Benachrichtigungen`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Активные уведомления`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`सक्रिय टोस्ट`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`الإشعارات النشطة`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`活动提示`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`アクティブトースト`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`활성 토스트`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_active_toasts = /** @type {(inputs: Active_ToastsInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Thông báo đang hoạt động`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Active Toasts" |
|
|
64
|
-
*
|
|
65
|
-
* @param {Active_ToastsInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const active_toasts = /** @type {((inputs?: Active_ToastsInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Active_ToastsInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_active_toasts(inputs)
|
|
72
|
-
if (locale === "fr") return fr_active_toasts(inputs)
|
|
73
|
-
if (locale === "it") return it_active_toasts(inputs)
|
|
74
|
-
if (locale === "pt") return pt_active_toasts(inputs)
|
|
75
|
-
if (locale === "en") return en_active_toasts(inputs)
|
|
76
|
-
if (locale === "de") return de_active_toasts(inputs)
|
|
77
|
-
if (locale === "ru") return ru_active_toasts(inputs)
|
|
78
|
-
if (locale === "hi") return hi_active_toasts(inputs)
|
|
79
|
-
if (locale === "ar") return ar_active_toasts(inputs)
|
|
80
|
-
if (locale === "zh") return zh_active_toasts(inputs)
|
|
81
|
-
if (locale === "ja") return ja_active_toasts(inputs)
|
|
82
|
-
if (locale === "ko") return ko_active_toasts(inputs)
|
|
83
|
-
return vi_active_toasts(inputs)
|
|
84
|
-
});
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export { aed3 as AED };
|
|
2
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
3
|
-
export type Aed3Inputs = {};
|
|
4
|
-
/**
|
|
5
|
-
* | output |
|
|
6
|
-
* | --- |
|
|
7
|
-
* | "United Arab Emirates Dirham" |
|
|
8
|
-
*
|
|
9
|
-
* @param {Aed3Inputs} inputs
|
|
10
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
11
|
-
* @returns {LocalizedString}
|
|
12
|
-
*/
|
|
13
|
-
declare const aed3: ((inputs?: Aed3Inputs, options?: {
|
|
14
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
15
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<Aed3Inputs, {
|
|
16
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
17
|
-
}, {}>;
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} Aed3Inputs */
|
|
7
|
-
|
|
8
|
-
const es_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Dirham de los EAU`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Dirham des Émirats arabes unis`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Dirham degli EAU`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Dirham dos EAU`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`United Arab Emirates Dirham`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`VAE-Dirham`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Дирхам ОАЭ`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`संयुक्त अरब अमीरात दिरहम`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`درهم إماراتي`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`阿联酋迪拉姆`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`UAEディルハム`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`UAE 디르함`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_aed3 = /** @type {(inputs: Aed3Inputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Dirham UAE`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "United Arab Emirates Dirham" |
|
|
64
|
-
*
|
|
65
|
-
* @param {Aed3Inputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
const aed3 = /** @type {((inputs?: Aed3Inputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Aed3Inputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_aed3(inputs)
|
|
72
|
-
if (locale === "fr") return fr_aed3(inputs)
|
|
73
|
-
if (locale === "it") return it_aed3(inputs)
|
|
74
|
-
if (locale === "pt") return pt_aed3(inputs)
|
|
75
|
-
if (locale === "en") return en_aed3(inputs)
|
|
76
|
-
if (locale === "de") return de_aed3(inputs)
|
|
77
|
-
if (locale === "ru") return ru_aed3(inputs)
|
|
78
|
-
if (locale === "hi") return hi_aed3(inputs)
|
|
79
|
-
if (locale === "ar") return ar_aed3(inputs)
|
|
80
|
-
if (locale === "zh") return zh_aed3(inputs)
|
|
81
|
-
if (locale === "ja") return ja_aed3(inputs)
|
|
82
|
-
if (locale === "ko") return ko_aed3(inputs)
|
|
83
|
-
return vi_aed3(inputs)
|
|
84
|
-
});
|
|
85
|
-
export { aed3 as "AED" }
|