@bitrix24/b24ui-nuxt 0.7.1 → 1.0.1
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/.nuxt/b24ui/accordion.ts +3 -3
- package/.nuxt/b24ui/advice.ts +6 -5
- package/.nuxt/b24ui/alert.ts +102 -49
- package/.nuxt/b24ui/avatar-group.ts +10 -10
- package/.nuxt/b24ui/avatar.ts +18 -18
- package/.nuxt/b24ui/badge.ts +167 -176
- package/.nuxt/b24ui/button-group.ts +3 -1
- package/.nuxt/b24ui/button.ts +179 -170
- package/.nuxt/b24ui/calendar.ts +48 -28
- package/.nuxt/b24ui/checkbox.ts +82 -85
- package/.nuxt/b24ui/chip.ts +121 -32
- package/.nuxt/b24ui/container.ts +1 -1
- package/.nuxt/b24ui/content/table-wrapper.ts +11 -11
- package/.nuxt/b24ui/countdown.ts +11 -11
- package/.nuxt/b24ui/description-list.ts +6 -6
- package/.nuxt/b24ui/dropdown-menu.ts +111 -183
- package/.nuxt/b24ui/form-field.ts +19 -19
- package/.nuxt/b24ui/index.ts +0 -1
- package/.nuxt/b24ui/input-menu.ts +294 -357
- package/.nuxt/b24ui/input-number.ts +111 -259
- package/.nuxt/b24ui/input.ts +136 -259
- package/.nuxt/b24ui/kbd.ts +15 -13
- package/.nuxt/b24ui/link.ts +5 -5
- package/.nuxt/b24ui/modal.ts +14 -12
- package/.nuxt/b24ui/navbar-divider.ts +1 -1
- package/.nuxt/b24ui/navbar-section.ts +1 -1
- package/.nuxt/b24ui/navbar.ts +1 -1
- package/.nuxt/b24ui/navigation-menu.ts +70 -754
- package/.nuxt/b24ui/popover.ts +2 -2
- package/.nuxt/b24ui/progress.ts +58 -68
- package/.nuxt/b24ui/prose/a.ts +1 -1
- package/.nuxt/b24ui/prose/blockquote.ts +1 -1
- package/.nuxt/b24ui/prose/code.ts +45 -9
- package/.nuxt/b24ui/prose/h1.ts +21 -2
- package/.nuxt/b24ui/prose/h2.ts +21 -12
- package/.nuxt/b24ui/prose/h3.ts +21 -12
- package/.nuxt/b24ui/prose/h4.ts +21 -12
- package/.nuxt/b24ui/prose/h5.ts +21 -12
- package/.nuxt/b24ui/prose/h6.ts +21 -12
- package/.nuxt/b24ui/prose/hr.ts +1 -1
- package/.nuxt/b24ui/prose/ol.ts +1 -1
- package/.nuxt/b24ui/prose/p.ts +26 -1
- package/.nuxt/b24ui/prose/thead.ts +1 -1
- package/.nuxt/b24ui/prose/ul.ts +1 -1
- package/.nuxt/b24ui/radio-group.ts +115 -155
- package/.nuxt/b24ui/range.ts +38 -26
- package/.nuxt/b24ui/select-menu.ts +251 -306
- package/.nuxt/b24ui/select.ts +246 -301
- package/.nuxt/b24ui/separator.ts +40 -85
- package/.nuxt/b24ui/sidebar-header.ts +1 -1
- package/.nuxt/b24ui/sidebar-heading.ts +1 -1
- package/.nuxt/b24ui/sidebar-layout.ts +130 -19
- package/.nuxt/b24ui/sidebar-section.ts +1 -1
- package/.nuxt/b24ui/skeleton.ts +19 -1
- package/.nuxt/b24ui/slideover.ts +35 -34
- package/.nuxt/b24ui/switch.ts +59 -48
- package/.nuxt/b24ui/tabs.ts +26 -239
- package/.nuxt/b24ui/textarea.ts +50 -236
- package/.nuxt/b24ui/toast.ts +38 -30
- package/.nuxt/b24ui/toaster.ts +1 -1
- package/.nuxt/b24ui/tooltip.ts +5 -5
- package/cli/templates.mjs +2 -1
- package/dist/meta.d.mts +18759 -5002
- package/dist/meta.mjs +18759 -5002
- package/dist/module.d.mts +1 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +3 -5
- package/dist/runtime/air-design-tokens/001_b24_global.css +1 -0
- package/dist/runtime/air-design-tokens/002_b24_context_utility.css +0 -0
- package/dist/runtime/air-design-tokens/003_b24_context_light.css +1 -0
- package/dist/runtime/air-design-tokens/004_b24_context_dark.css +1 -0
- package/dist/runtime/air-design-tokens/005_b24_context_edge-light.css +1 -0
- package/dist/runtime/air-design-tokens/006_b24_context_edge-dark.css +1 -0
- package/dist/runtime/air-design-tokens/007_b24_global.css +1 -0
- package/dist/runtime/air-design-tokens/008_ui_global.css +1 -0
- package/dist/runtime/air-design-tokens/009_b24_tools.css +1 -0
- package/dist/runtime/air-design-tokens/components/badge-counter.css +1 -0
- package/dist/runtime/air-design-tokens/components/button.css +1 -0
- package/dist/runtime/air-design-tokens/components/navigation-menu.css +1 -0
- package/dist/runtime/air-design-tokens/components/popup.css +1 -0
- package/dist/runtime/air-design-tokens/components/scrollbar.css +2 -0
- package/dist/runtime/air-design-tokens/index.css +1 -0
- package/dist/runtime/components/Accordion.vue.d.ts +1 -1
- package/dist/runtime/components/Advice.vue +1 -13
- package/dist/runtime/components/Advice.vue.d.ts +1 -1
- package/dist/runtime/components/Alert.vue +6 -4
- package/dist/runtime/components/Alert.vue.d.ts +11 -4
- package/dist/runtime/components/App.vue.d.ts +1 -1
- package/dist/runtime/components/Avatar.vue.d.ts +1 -1
- package/dist/runtime/components/AvatarGroup.vue.d.ts +1 -1
- package/dist/runtime/components/Badge.vue +7 -11
- package/dist/runtime/components/Badge.vue.d.ts +6 -8
- package/dist/runtime/components/Button.vue +18 -15
- package/dist/runtime/components/Button.vue.d.ts +5 -7
- package/dist/runtime/components/ButtonGroup.vue.d.ts +1 -1
- package/dist/runtime/components/Calendar.vue +8 -8
- package/dist/runtime/components/Calendar.vue.d.ts +14 -8
- package/dist/runtime/components/Checkbox.vue.d.ts +2 -2
- package/dist/runtime/components/Chip.vue +28 -7
- package/dist/runtime/components/Chip.vue.d.ts +22 -2
- package/dist/runtime/components/Collapsible.vue.d.ts +1 -1
- package/dist/runtime/components/Container.vue.d.ts +1 -1
- package/dist/runtime/components/Countdown.vue.d.ts +5 -3
- package/dist/runtime/components/DescriptionList.vue.d.ts +1 -1
- package/dist/runtime/components/DropdownMenu.vue +20 -9
- package/dist/runtime/components/DropdownMenu.vue.d.ts +1 -5
- package/dist/runtime/components/DropdownMenuContent.vue +29 -7
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +14 -6
- package/dist/runtime/components/Form.vue +3 -3
- package/dist/runtime/components/Form.vue.d.ts +6 -5
- package/dist/runtime/components/FormField.vue +2 -2
- package/dist/runtime/components/FormField.vue.d.ts +4 -4
- package/dist/runtime/components/Input.vue +8 -4
- package/dist/runtime/components/Input.vue.d.ts +9 -8
- package/dist/runtime/components/InputMenu.vue +44 -18
- package/dist/runtime/components/InputMenu.vue.d.ts +17 -223
- package/dist/runtime/components/InputNumber.vue +14 -11
- package/dist/runtime/components/InputNumber.vue.d.ts +13 -87
- package/dist/runtime/components/Kbd.vue +6 -3
- package/dist/runtime/components/Kbd.vue.d.ts +7 -3
- package/dist/runtime/components/Link.vue +6 -5
- package/dist/runtime/components/Link.vue.d.ts +1 -3
- package/dist/runtime/components/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/components/Modal.vue +37 -33
- package/dist/runtime/components/Modal.vue.d.ts +2 -2
- package/dist/runtime/components/ModalDialogClose.vue.d.ts +1 -1
- package/dist/runtime/components/Navbar.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarSection.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -1
- package/dist/runtime/components/NavigationMenu.vue +95 -84
- package/dist/runtime/components/NavigationMenu.vue.d.ts +31 -33
- package/dist/runtime/components/OverlayProvider.vue.d.ts +1 -1
- package/dist/runtime/components/Popover.vue +8 -2
- package/dist/runtime/components/Popover.vue.d.ts +9 -3
- package/dist/runtime/components/Progress.vue.d.ts +3 -3
- package/dist/runtime/components/RadioGroup.vue +1 -1
- package/dist/runtime/components/RadioGroup.vue.d.ts +6 -5
- package/dist/runtime/components/Range.vue.d.ts +6 -6
- package/dist/runtime/components/Select.vue +25 -11
- package/dist/runtime/components/Select.vue.d.ts +7 -7
- package/dist/runtime/components/SelectMenu.vue +38 -19
- package/dist/runtime/components/SelectMenu.vue.d.ts +11 -10
- package/dist/runtime/components/Separator.vue +4 -4
- package/dist/runtime/components/Separator.vue.d.ts +6 -3
- package/dist/runtime/components/Sidebar.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarBody.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarFooter.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarHeader.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarHeading.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarLayout.vue +148 -63
- package/dist/runtime/components/SidebarLayout.vue.d.ts +61 -8
- package/dist/runtime/components/SidebarSection.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +4 -1
- package/dist/runtime/components/Skeleton.vue +7 -3
- package/dist/runtime/components/Skeleton.vue.d.ts +12 -1
- package/dist/runtime/components/Slideover.vue +120 -43
- package/dist/runtime/components/Slideover.vue.d.ts +22 -9
- package/dist/runtime/components/Switch.vue.d.ts +2 -2
- package/dist/runtime/components/Tabs.vue +11 -3
- package/dist/runtime/components/Tabs.vue.d.ts +8 -7
- package/dist/runtime/components/Textarea.vue +8 -4
- package/dist/runtime/components/Textarea.vue.d.ts +8 -7
- package/dist/runtime/components/Toast.vue +16 -8
- package/dist/runtime/components/Toast.vue.d.ts +16 -15
- package/dist/runtime/components/Toaster.vue.d.ts +2 -2
- package/dist/runtime/components/Tooltip.vue +9 -5
- package/dist/runtime/components/Tooltip.vue.d.ts +7 -1
- package/dist/runtime/components/content/TableWrapper.vue.d.ts +1 -1
- package/dist/runtime/composables/defineShortcuts.js +5 -3
- package/dist/runtime/composables/useAvatarGroup.d.ts +1 -1
- package/dist/runtime/composables/useButtonGroup.d.ts +1 -1
- package/dist/runtime/composables/useComponentIcons.d.ts +1 -1
- package/dist/runtime/composables/useFormField.d.ts +4 -7
- package/dist/runtime/composables/useFormField.js +6 -3
- package/dist/runtime/composables/useKbd.d.ts +1 -1
- package/dist/runtime/composables/useLocale.js +2 -2
- package/dist/runtime/composables/useOverlay.d.ts +29 -2
- package/dist/runtime/composables/useOverlay.js +8 -7
- package/dist/runtime/composables/usePortal.d.ts +1 -1
- package/dist/runtime/composables/useSidebarLayout.d.ts +20 -0
- package/dist/runtime/composables/useSidebarLayout.js +16 -0
- package/dist/runtime/dictionary/icons.js +7 -7
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/inertia/components/Link.vue +3 -0
- package/dist/runtime/inertia/components/Link.vue.d.ts +1 -1
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/inertia/stubs.d.ts +1 -0
- package/dist/runtime/inertia/stubs.js +4 -2
- package/dist/runtime/locale/ar.js +6 -0
- package/dist/runtime/locale/br.js +6 -0
- package/dist/runtime/locale/de.js +6 -0
- package/dist/runtime/locale/en.js +6 -0
- package/dist/runtime/locale/fr.js +6 -0
- package/dist/runtime/locale/id.js +6 -0
- package/dist/runtime/locale/it.js +6 -0
- package/dist/runtime/locale/ja.js +6 -0
- package/dist/runtime/locale/kz.js +6 -0
- package/dist/runtime/locale/la.js +6 -0
- package/dist/runtime/locale/ms.js +6 -0
- package/dist/runtime/locale/pl.js +6 -0
- package/dist/runtime/locale/ru.js +6 -0
- package/dist/runtime/locale/sc.js +6 -0
- package/dist/runtime/locale/tc.js +6 -0
- package/dist/runtime/locale/th.js +6 -0
- package/dist/runtime/locale/tr.js +6 -0
- package/dist/runtime/locale/ua.js +6 -0
- package/dist/runtime/locale/vn.js +6 -0
- package/dist/runtime/plugins/ui-version.d.ts +5 -0
- package/dist/runtime/plugins/ui-version.js +8 -0
- package/dist/runtime/prose/A.vue.d.ts +4 -1
- package/dist/runtime/prose/Blockquote.vue.d.ts +4 -1
- package/dist/runtime/prose/Code.vue.d.ts +4 -1
- package/dist/runtime/prose/Em.vue.d.ts +4 -1
- package/dist/runtime/prose/H1.vue +4 -1
- package/dist/runtime/prose/H1.vue.d.ts +7 -1
- package/dist/runtime/prose/H2.vue +4 -1
- package/dist/runtime/prose/H2.vue.d.ts +7 -1
- package/dist/runtime/prose/H3.vue +4 -1
- package/dist/runtime/prose/H3.vue.d.ts +7 -1
- package/dist/runtime/prose/H4.vue +4 -1
- package/dist/runtime/prose/H4.vue.d.ts +7 -1
- package/dist/runtime/prose/H5.vue +4 -1
- package/dist/runtime/prose/H5.vue.d.ts +7 -1
- package/dist/runtime/prose/H6.vue +4 -1
- package/dist/runtime/prose/H6.vue.d.ts +7 -1
- package/dist/runtime/prose/Hr.vue.d.ts +1 -1
- package/dist/runtime/prose/Img.vue.d.ts +1 -1
- package/dist/runtime/prose/Li.vue.d.ts +4 -1
- package/dist/runtime/prose/Ol.vue.d.ts +4 -1
- package/dist/runtime/prose/P.vue +6 -1
- package/dist/runtime/prose/P.vue.d.ts +12 -1
- package/dist/runtime/prose/Pre.vue.d.ts +4 -1
- package/dist/runtime/prose/Strong.vue.d.ts +4 -1
- package/dist/runtime/prose/Table.vue.d.ts +5 -2
- package/dist/runtime/prose/Tbody.vue.d.ts +4 -1
- package/dist/runtime/prose/Td.vue.d.ts +4 -1
- package/dist/runtime/prose/Th.vue.d.ts +4 -1
- package/dist/runtime/prose/Thead.vue.d.ts +4 -1
- package/dist/runtime/prose/Tr.vue.d.ts +4 -1
- package/dist/runtime/prose/Ul.vue.d.ts +4 -1
- package/dist/runtime/types/index.d.ts +1 -2
- package/dist/runtime/types/index.js +1 -2
- package/dist/runtime/types/locale.d.ts +6 -0
- package/dist/runtime/utils/index.d.ts +6 -0
- package/dist/runtime/utils/index.js +27 -0
- package/dist/runtime/utils/tv.js +66 -1
- package/dist/runtime/vue/components/Link.vue +3 -0
- package/dist/runtime/vue/components/Link.vue.d.ts +1 -1
- package/dist/runtime/vue/stubs.d.ts +1 -0
- package/dist/runtime/vue/stubs.js +3 -1
- package/dist/shared/b24ui-nuxt.dLc5H7ID.mjs +6100 -0
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +40 -28
- package/.nuxt/b24ui/stacked-layout.ts +0 -34
- package/dist/runtime/air-design-tokens.css +0 -1
- package/dist/runtime/components/StackedLayout.vue +0 -117
- package/dist/runtime/components/StackedLayout.vue.d.ts +0 -44
- package/dist/shared/b24ui-nuxt.CxsFEY3M.mjs +0 -7895
|
@@ -15,7 +15,7 @@ const props = defineProps({
|
|
|
15
15
|
text: { type: String, required: false },
|
|
16
16
|
kbds: { type: Array, required: false },
|
|
17
17
|
content: { type: Object, required: false },
|
|
18
|
-
arrow: { type: [Boolean, Object], required: false },
|
|
18
|
+
arrow: { type: [Boolean, Object], required: false, default: true },
|
|
19
19
|
portal: { type: [Boolean, String], required: false, skipCheck: true, default: true },
|
|
20
20
|
reference: { type: null, required: false },
|
|
21
21
|
class: { type: null, required: false },
|
|
@@ -31,17 +31,21 @@ const props = defineProps({
|
|
|
31
31
|
const emits = defineEmits(["update:open"]);
|
|
32
32
|
const slots = defineSlots();
|
|
33
33
|
const appConfig = useAppConfig();
|
|
34
|
-
const rootProps = useForwardPropsEmits(reactivePick(props, "defaultOpen", "open", "delayDuration", "disableHoverableContent", "disableClosingTrigger", "
|
|
34
|
+
const rootProps = useForwardPropsEmits(reactivePick(props, "defaultOpen", "open", "delayDuration", "disableHoverableContent", "disableClosingTrigger", "ignoreNonKeyboardFocus"), emits);
|
|
35
35
|
const portalProps = usePortal(toRef(() => props.portal));
|
|
36
36
|
const contentProps = toRef(() => defu(props.content, { side: "bottom", sideOffset: 8, collisionPadding: 8 }));
|
|
37
|
-
const arrowProps = toRef(() => props.arrow);
|
|
37
|
+
const arrowProps = toRef(() => defu(typeof props.arrow === "boolean" ? {} : props.arrow, { width: 12, height: 7 }));
|
|
38
38
|
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.tooltip || {} })({
|
|
39
39
|
side: contentProps.value.side
|
|
40
40
|
}));
|
|
41
41
|
</script>
|
|
42
42
|
|
|
43
43
|
<template>
|
|
44
|
-
<TooltipRoot
|
|
44
|
+
<TooltipRoot
|
|
45
|
+
v-slot="{ open }"
|
|
46
|
+
v-bind="rootProps"
|
|
47
|
+
:disabled="!(text || kbds?.length || !!slots.content) || props.disabled"
|
|
48
|
+
>
|
|
45
49
|
<TooltipTrigger
|
|
46
50
|
v-if="!!slots.default || !!reference"
|
|
47
51
|
v-bind="$attrs"
|
|
@@ -62,7 +66,7 @@ const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.tooltip
|
|
|
62
66
|
v-for="(kbd, index) in kbds"
|
|
63
67
|
:key="index"
|
|
64
68
|
:size="props.b24ui?.kbdsSize || b24ui.kbdsSize()"
|
|
65
|
-
:
|
|
69
|
+
:accent="props.b24ui?.kbdsAccent || b24ui.kbdsAccent()"
|
|
66
70
|
v-bind="typeof kbd === 'string' ? { value: kbd } : kbd"
|
|
67
71
|
/>
|
|
68
72
|
</span>
|
|
@@ -24,6 +24,11 @@ export interface TooltipProps extends TooltipRootProps {
|
|
|
24
24
|
* @defaultValue true
|
|
25
25
|
*/
|
|
26
26
|
portal?: boolean | string | HTMLElement;
|
|
27
|
+
/**
|
|
28
|
+
* The reference (or anchor) element that is being referred to for positioning.
|
|
29
|
+
*
|
|
30
|
+
* If not provided will use the current component as anchor.
|
|
31
|
+
*/
|
|
27
32
|
reference?: TooltipTriggerProps['reference'];
|
|
28
33
|
class?: any;
|
|
29
34
|
b24ui?: Tooltip['slots'];
|
|
@@ -36,12 +41,13 @@ export interface TooltipSlots {
|
|
|
36
41
|
}): any;
|
|
37
42
|
content(props?: {}): any;
|
|
38
43
|
}
|
|
39
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<TooltipProps,
|
|
44
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<TooltipProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
45
|
"update:open": (value: boolean) => any;
|
|
41
46
|
}, string, import("vue").PublicProps, Readonly<TooltipProps> & Readonly<{
|
|
42
47
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
43
48
|
}>, {
|
|
44
49
|
portal: boolean | string | HTMLElement;
|
|
50
|
+
arrow: boolean | Omit<TooltipArrowProps, "as" | "asChild">;
|
|
45
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, TooltipSlots>;
|
|
46
52
|
export default _default;
|
|
47
53
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -46,7 +46,7 @@ export interface TableWrapperProps {
|
|
|
46
46
|
export interface TableWrapperSlots {
|
|
47
47
|
default(props?: {}): any;
|
|
48
48
|
}
|
|
49
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<TableWrapperProps,
|
|
49
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<TableWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableWrapperProps> & Readonly<{}>, {
|
|
50
50
|
as: any;
|
|
51
51
|
scrollbarThin: boolean;
|
|
52
52
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -3,6 +3,7 @@ import { useEventListener, useActiveElement, useDebounceFn } from "@vueuse/core"
|
|
|
3
3
|
import { useKbd } from "./useKbd.js";
|
|
4
4
|
const chainedShortcutRegex = /^[^-]+.*-.*[^-]+$/;
|
|
5
5
|
const combinedShortcutRegex = /^[^_]+.*_.*[^_]+$/;
|
|
6
|
+
const shiftableKeys = ["arrowleft", "arrowright", "arrowup", "arrowright", "tab", "escape", "enter", "backspace"];
|
|
6
7
|
export function extractShortcuts(items) {
|
|
7
8
|
const shortcuts = {};
|
|
8
9
|
function traverse(items2) {
|
|
@@ -34,7 +35,8 @@ export function defineShortcuts(config, options = {}) {
|
|
|
34
35
|
if (!e.key) {
|
|
35
36
|
return;
|
|
36
37
|
}
|
|
37
|
-
const
|
|
38
|
+
const alphabetKey = /^[a-z]{1}$/i.test(e.key);
|
|
39
|
+
const shiftableKey = shiftableKeys.includes(e.key.toLowerCase());
|
|
38
40
|
let chainedKey;
|
|
39
41
|
chainedInputs.value.push(e.key);
|
|
40
42
|
if (chainedInputs.value.length >= 2) {
|
|
@@ -61,12 +63,12 @@ export function defineShortcuts(config, options = {}) {
|
|
|
61
63
|
if (e.ctrlKey !== shortcut.ctrlKey) {
|
|
62
64
|
continue;
|
|
63
65
|
}
|
|
64
|
-
if (
|
|
66
|
+
if ((alphabetKey || shiftableKey) && e.shiftKey !== shortcut.shiftKey) {
|
|
65
67
|
continue;
|
|
66
68
|
}
|
|
67
69
|
if (shortcut.enabled) {
|
|
68
70
|
e.preventDefault();
|
|
69
|
-
shortcut.handler();
|
|
71
|
+
shortcut.handler(e);
|
|
70
72
|
}
|
|
71
73
|
clearChainedInput();
|
|
72
74
|
return;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ComputedRef, InjectionKey } from 'vue';
|
|
2
2
|
import type { AvatarGroupProps } from '../types';
|
|
3
3
|
export declare const avatarGroupInjectionKey: InjectionKey<ComputedRef<{
|
|
4
4
|
size: AvatarGroupProps['size'];
|
|
@@ -11,7 +11,7 @@ type Props<T> = {
|
|
|
11
11
|
};
|
|
12
12
|
export declare function useButtonGroup<T>(props: Props<T>): {
|
|
13
13
|
orientation: ComputedRef<"horizontal" | "vertical" | undefined>;
|
|
14
|
-
size: ComputedRef<"md" | "xs" | "sm" | "lg" | NonNullable<GetObjectField<T, "size">> | undefined>;
|
|
14
|
+
size: ComputedRef<"md" | "xs" | "sm" | "lg" | "xl" | "xss" | NonNullable<GetObjectField<T, "size">> | undefined>;
|
|
15
15
|
noSplit: ComputedRef<boolean>;
|
|
16
16
|
};
|
|
17
17
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { InjectionKey, Ref, ComputedRef } from 'vue';
|
|
2
|
+
import type { UseEventBusReturn } from '@vueuse/core';
|
|
3
3
|
import type { FormFieldProps } from '../types';
|
|
4
4
|
import type { FormEvent, FormFieldInjectedOptions, FormInjectedOptions } from '../types/form';
|
|
5
5
|
import type { GetObjectField } from '../types/utils';
|
|
@@ -27,16 +27,13 @@ export declare function useFormField<T>(props?: Props<T>, opts?: {
|
|
|
27
27
|
id: ComputedRef<string | undefined>;
|
|
28
28
|
name: ComputedRef<string | undefined>;
|
|
29
29
|
size: ComputedRef<"md" | "xs" | "sm" | "lg" | NonNullable<GetObjectField<T, "size">> | undefined>;
|
|
30
|
-
color: ComputedRef<"
|
|
30
|
+
color: ComputedRef<"air-primary-alert" | GetObjectField<T, "color"> | undefined>;
|
|
31
31
|
highlight: ComputedRef<boolean | undefined>;
|
|
32
32
|
disabled: ComputedRef<boolean | undefined>;
|
|
33
33
|
emitFormBlur: () => void;
|
|
34
34
|
emitFormInput: import("@vueuse/core").UseDebounceFnReturn<() => void>;
|
|
35
35
|
emitFormChange: () => void;
|
|
36
36
|
emitFormFocus: () => void;
|
|
37
|
-
ariaAttrs: ComputedRef<
|
|
38
|
-
'aria-describedby': string;
|
|
39
|
-
'aria-invalid': boolean;
|
|
40
|
-
} | undefined>;
|
|
37
|
+
ariaAttrs: ComputedRef<Record<string, any> | undefined>;
|
|
41
38
|
};
|
|
42
39
|
export {};
|
|
@@ -47,7 +47,7 @@ export function useFormField(props, opts) {
|
|
|
47
47
|
id: computed(() => props?.id ?? inputId?.value),
|
|
48
48
|
name: computed(() => props?.name ?? formField?.value.name),
|
|
49
49
|
size: computed(() => props?.size ?? formField?.value.size),
|
|
50
|
-
color: computed(() => formField?.value.error ? "
|
|
50
|
+
color: computed(() => formField?.value.error ? "air-primary-alert" : props?.color),
|
|
51
51
|
highlight: computed(() => formField?.value.error ? true : props?.highlight),
|
|
52
52
|
disabled: computed(() => formOptions?.value.disabled || props?.disabled),
|
|
53
53
|
emitFormBlur,
|
|
@@ -57,10 +57,13 @@ export function useFormField(props, opts) {
|
|
|
57
57
|
ariaAttrs: computed(() => {
|
|
58
58
|
if (!formField?.value) return;
|
|
59
59
|
const descriptiveAttrs = ["error", "hint", "description", "help"].filter((type) => formField?.value?.[type]).map((type) => `${formField?.value.ariaId}-${type}`) || [];
|
|
60
|
-
|
|
61
|
-
"aria-describedby": descriptiveAttrs.join(" "),
|
|
60
|
+
const attrs = {
|
|
62
61
|
"aria-invalid": !!formField?.value.error
|
|
63
62
|
};
|
|
63
|
+
if (descriptiveAttrs.length > 0) {
|
|
64
|
+
attrs["aria-describedby"] = descriptiveAttrs.join(" ");
|
|
65
|
+
}
|
|
66
|
+
return attrs;
|
|
64
67
|
})
|
|
65
68
|
};
|
|
66
69
|
}
|
|
@@ -30,7 +30,7 @@ export declare const kbdKeysMap: {
|
|
|
30
30
|
export type KbdKey = keyof typeof kbdKeysMap;
|
|
31
31
|
export type KbdKeySpecific = keyof KbdKeysSpecificMap;
|
|
32
32
|
export declare const useKbd: () => {
|
|
33
|
-
macOS: import("vue").ComputedRef<false | "" | RegExpMatchArray | null
|
|
33
|
+
macOS: import("vue").ComputedRef<false | "" | RegExpMatchArray | null>;
|
|
34
34
|
getKbdKey: (value?: KbdKey | string) => string | undefined;
|
|
35
35
|
};
|
|
36
36
|
export {};
|
|
@@ -4,7 +4,7 @@ import { buildLocaleContext } from "../utils/locale.js";
|
|
|
4
4
|
import en from "../locale/en.js";
|
|
5
5
|
export const localeContextInjectionKey = Symbol.for("bitrix24-ui.locale-context");
|
|
6
6
|
const _useLocale = (localeOverrides) => {
|
|
7
|
-
const locale = localeOverrides || toRef(inject(localeContextInjectionKey));
|
|
7
|
+
const locale = localeOverrides || toRef(inject(localeContextInjectionKey, en));
|
|
8
8
|
return buildLocaleContext(computed(() => locale.value || en));
|
|
9
9
|
};
|
|
10
|
-
export const useLocale =
|
|
10
|
+
export const useLocale = import.meta.client ? createSharedComposable(_useLocale) : _useLocale;
|
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
import type { ComponentProps, ComponentEmit } from 'vue-component-type-helpers';
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* This is a workaround for a design limitation in TypeScript.
|
|
5
|
+
*
|
|
6
|
+
* Conditional types only match the last function overload, not a union of all possible
|
|
7
|
+
* parameter types. This workaround forces TypeScript to properly extract the 'close'
|
|
8
|
+
* event argument type from component emits with multiple event signatures.
|
|
9
|
+
*
|
|
10
|
+
* @see https://github.com/microsoft/TypeScript/issues/32164
|
|
11
|
+
*/
|
|
12
|
+
type CloseEventArgType<T> = T extends {
|
|
13
|
+
(event: 'close', arg_0: infer Arg, ...args: any[]): void;
|
|
14
|
+
(...args: any[]): void;
|
|
15
|
+
(...args: any[]): void;
|
|
16
|
+
(...args: any[]): void;
|
|
17
|
+
(...args: any[]): void;
|
|
18
|
+
(...args: any[]): void;
|
|
19
|
+
(...args: any[]): void;
|
|
20
|
+
(...args: any[]): void;
|
|
21
|
+
(...args: any[]): void;
|
|
22
|
+
(...args: any[]): void;
|
|
23
|
+
(...args: any[]): void;
|
|
24
|
+
(...args: any[]): void;
|
|
25
|
+
(...args: any[]): void;
|
|
26
|
+
(...args: any[]): void;
|
|
27
|
+
(...args: any[]): void;
|
|
28
|
+
(...args: any[]): void;
|
|
29
|
+
(...args: any[]): void;
|
|
30
|
+
} ? Arg : never;
|
|
4
31
|
export type OverlayOptions<OverlayAttrs = Record<string, any>> = {
|
|
5
32
|
defaultOpen?: boolean;
|
|
6
33
|
props?: OverlayAttrs;
|
|
@@ -23,7 +50,7 @@ type OverlayInstance<T extends Component> = Omit<ManagedOverlayOptionsPrivate<T>
|
|
|
23
50
|
};
|
|
24
51
|
type OpenedOverlay<T extends Component> = Omit<OverlayInstance<T>, 'open' | 'close' | 'patch' | 'modelValue' | 'resolvePromise'> & {
|
|
25
52
|
result: Promise<CloseEventArgType<ComponentEmit<T>>>;
|
|
26
|
-
}
|
|
53
|
+
} & Promise<CloseEventArgType<ComponentEmit<T>>>;
|
|
27
54
|
declare function _useOverlay(): {
|
|
28
55
|
overlays: import("vue").ShallowReactive<Overlay[]>;
|
|
29
56
|
open: <T extends Component>(id: symbol, props?: ComponentProps<T>) => OpenedOverlay<T>;
|
|
@@ -11,7 +11,7 @@ function _useOverlay() {
|
|
|
11
11
|
isMounted: !!defaultOpen,
|
|
12
12
|
destroyOnClose: !!destroyOnClose,
|
|
13
13
|
originalProps: props || {},
|
|
14
|
-
props: { ...props
|
|
14
|
+
props: { ...props }
|
|
15
15
|
});
|
|
16
16
|
overlays.push(options);
|
|
17
17
|
return {
|
|
@@ -24,18 +24,19 @@ function _useOverlay() {
|
|
|
24
24
|
const open = (id, props) => {
|
|
25
25
|
const overlay = getOverlay(id);
|
|
26
26
|
if (props) {
|
|
27
|
-
|
|
27
|
+
overlay.props = { ...overlay.originalProps, ...props };
|
|
28
28
|
} else {
|
|
29
|
-
|
|
29
|
+
overlay.props = { ...overlay.originalProps };
|
|
30
30
|
}
|
|
31
31
|
overlay.isOpen = true;
|
|
32
32
|
overlay.isMounted = true;
|
|
33
|
-
|
|
33
|
+
const result = new Promise((resolve) => overlay.resolvePromise = resolve);
|
|
34
|
+
return Object.assign(result, {
|
|
34
35
|
id,
|
|
35
36
|
isMounted: overlay.isMounted,
|
|
36
37
|
isOpen: overlay.isOpen,
|
|
37
|
-
result
|
|
38
|
-
};
|
|
38
|
+
result
|
|
39
|
+
});
|
|
39
40
|
};
|
|
40
41
|
const close = (id, value) => {
|
|
41
42
|
const overlay = getOverlay(id);
|
|
@@ -58,7 +59,7 @@ function _useOverlay() {
|
|
|
58
59
|
};
|
|
59
60
|
const patch = (id, props) => {
|
|
60
61
|
const overlay = getOverlay(id);
|
|
61
|
-
overlay.props = { ...props };
|
|
62
|
+
overlay.props = { ...overlay.props, ...props };
|
|
62
63
|
};
|
|
63
64
|
const getOverlay = (id) => {
|
|
64
65
|
const overlay = overlays.find((overlay2) => overlay2.id === id);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Ref, InjectionKey } from 'vue';
|
|
2
2
|
export declare const portalTargetInjectionKey: InjectionKey<Ref<string | HTMLElement>>;
|
|
3
3
|
export declare function usePortal(portal: Ref<string | HTMLElement | boolean | undefined>): import("vue").ComputedRef<{
|
|
4
4
|
to: string | HTMLElement;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type Ref, type InjectionKey } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Loading state for SidebarLayout
|
|
4
|
+
*/
|
|
5
|
+
export interface SidebarLayoutApi {
|
|
6
|
+
readonly isLoading: Readonly<Ref<boolean>>;
|
|
7
|
+
readonly isParentLoading: Readonly<Ref<boolean>>;
|
|
8
|
+
readonly isRootLoading: Readonly<Ref<boolean>>;
|
|
9
|
+
setLoading: (value: boolean) => void;
|
|
10
|
+
setParentLoading: (value: boolean) => void;
|
|
11
|
+
setRootLoading: (value: boolean) => void;
|
|
12
|
+
rootRef: Ref<boolean>;
|
|
13
|
+
}
|
|
14
|
+
export declare const sidebarLayoutInjectionKey: InjectionKey<SidebarLayoutApi>;
|
|
15
|
+
/**
|
|
16
|
+
* Hook for accessing SidebarLayout API
|
|
17
|
+
* @returns API of current SidebarLayout
|
|
18
|
+
* @throws {Error} If called outside SidebarLayout component
|
|
19
|
+
*/
|
|
20
|
+
export declare function useSidebarLayout(): SidebarLayoutApi;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {
|
|
2
|
+
inject,
|
|
3
|
+
getCurrentInstance
|
|
4
|
+
} from "vue";
|
|
5
|
+
export const sidebarLayoutInjectionKey = Symbol("bitrix24-ui.sidebar-layout");
|
|
6
|
+
export function useSidebarLayout() {
|
|
7
|
+
const instance = getCurrentInstance();
|
|
8
|
+
if (!instance) {
|
|
9
|
+
throw new Error("useSidebarLayout must be called within a component");
|
|
10
|
+
}
|
|
11
|
+
const context = inject(sidebarLayoutInjectionKey, null);
|
|
12
|
+
if (!context) {
|
|
13
|
+
throw new Error("useSidebarLayout must be used within SidebarLayout");
|
|
14
|
+
}
|
|
15
|
+
return context;
|
|
16
|
+
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import ArrowToTheLeftIcon from "@bitrix24/b24icons-vue/actions/ArrowToTheLeftIcon";
|
|
2
2
|
import ArrowToTheRightIcon from "@bitrix24/b24icons-vue/actions/ArrowToTheRightIcon";
|
|
3
|
-
import CheckIcon from "@bitrix24/b24icons-vue/
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import ChevronToTheRightIcon from "@bitrix24/b24icons-vue/actions/ChevronToTheRightIcon";
|
|
3
|
+
import CheckIcon from "@bitrix24/b24icons-vue/outline/CheckLIcon";
|
|
4
|
+
import ChevronTopLIcon from "@bitrix24/b24icons-vue/outline/ChevronTopLIcon";
|
|
5
|
+
import ChevronToTheLeftIcon from "@bitrix24/b24icons-vue/outline/ChevronLeftLIcon";
|
|
6
|
+
import ChevronToTheRightIcon from "@bitrix24/b24icons-vue/outline/ChevronRightLIcon";
|
|
8
7
|
import DoubleShevronsRightIcon from "@bitrix24/b24icons-vue/actions/DoubleShevronsRightIcon";
|
|
9
8
|
import DoubleShevronsLeftIcon from "@bitrix24/b24icons-vue/actions/DoubleShevronsLeftIcon";
|
|
10
9
|
import Cross30Icon from "@bitrix24/b24icons-vue/actions/Cross30Icon";
|
|
@@ -15,16 +14,17 @@ import Minus30Icon from "@bitrix24/b24icons-vue/actions/Minus30Icon";
|
|
|
15
14
|
import Plus30Icon from "@bitrix24/b24icons-vue/actions/Plus30Icon";
|
|
16
15
|
import Search2Icon from "@bitrix24/b24icons-vue/main/Search2Icon";
|
|
17
16
|
import LoaderWaitIcon from "@bitrix24/b24icons-vue/animated/LoaderWaitIcon";
|
|
17
|
+
import ChevronDownLIcon from "@bitrix24/b24icons-vue/outline/ChevronDownLIcon";
|
|
18
18
|
export default {
|
|
19
19
|
arrowLeft: ArrowToTheLeftIcon,
|
|
20
20
|
arrowRight: ArrowToTheRightIcon,
|
|
21
21
|
check: CheckIcon,
|
|
22
22
|
chevronDoubleLeft: DoubleShevronsLeftIcon,
|
|
23
23
|
chevronDoubleRight: DoubleShevronsRightIcon,
|
|
24
|
-
chevronDown:
|
|
24
|
+
chevronDown: ChevronDownLIcon,
|
|
25
25
|
chevronLeft: ChevronToTheLeftIcon,
|
|
26
26
|
chevronRight: ChevronToTheRightIcon,
|
|
27
|
-
chevronUp:
|
|
27
|
+
chevronUp: ChevronTopLIcon,
|
|
28
28
|
close: Cross30Icon,
|
|
29
29
|
ellipsis: DotsIcon,
|
|
30
30
|
external: OpenIn50Icon,
|
package/dist/runtime/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@plugin "@bitrix24/b24style";@import "#build/b24ui.css";@import "./keyframes.css";@import "./air-design-tokens.css";@
|
|
1
|
+
@plugin "@bitrix24/b24style";@import "#build/b24ui.css";@import "./keyframes.css";@import "./air-design-tokens/index.css";@layer base{.sidebar-layout.--inner,body{--air-theme-background:var(--air-theme-bg-image,none) var(--air-theme-bg-position,0 0) /var(--air-theme-bg-size,auto) var(--air-theme-bg-repeat,repeat) var(--air-theme-bg-attachment,scroll) var(--air-theme-bg-color,transparent);--air-theme-background-blurred:var(--air-theme-bg-image-blurred,none) var(--air-theme-bg-position,0 0) /var(--air-theme-bg-size,auto) var(--air-theme-bg-repeat,repeat) var(--air-theme-bg-attachment,scroll)}.sidebar-layout.--inner,body{background:var(--air-theme-background)}.--app{overflow-y:scroll;scrollbar-gutter:stable}.--app[data-state=loading]{overflow:hidden}}
|
|
@@ -50,7 +50,7 @@ export interface LinkSlots {
|
|
|
50
50
|
active: boolean;
|
|
51
51
|
}): any;
|
|
52
52
|
}
|
|
53
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkProps,
|
|
53
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
|
|
54
54
|
as: any;
|
|
55
55
|
type: "reset" | "submit" | "button";
|
|
56
56
|
activeClass: string;
|
|
@@ -9,7 +9,7 @@ export interface LinkBaseProps {
|
|
|
9
9
|
active?: boolean;
|
|
10
10
|
isExternal?: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkBaseProps,
|
|
12
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkBaseProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkBaseProps> & Readonly<{}>, {
|
|
13
13
|
as: string;
|
|
14
14
|
type: string;
|
|
15
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ref, onScopeDispose } from "vue";
|
|
2
2
|
import { createHooks } from "hookable";
|
|
3
|
-
import appConfig from "#build/app.config";
|
|
4
|
-
import { useColorMode as useColorModeVueUse } from "@vueuse/core";
|
|
5
3
|
import { usePage } from "@inertiajs/vue3";
|
|
4
|
+
import { useColorMode as useColorModeVueUse } from "@vueuse/core";
|
|
5
|
+
import appConfig from "#build/app.config";
|
|
6
6
|
export { useHead } from "@unhead/vue";
|
|
7
7
|
export { useAppConfig } from "../vue/composables/useAppConfig.js";
|
|
8
8
|
export { defineShortcuts } from "../composables/defineShortcuts.js";
|
|
@@ -18,6 +18,8 @@ export const useRoute = () => {
|
|
|
18
18
|
};
|
|
19
19
|
export const useRouter = () => {
|
|
20
20
|
};
|
|
21
|
+
export const clearError = () => {
|
|
22
|
+
};
|
|
21
23
|
export const useColorMode = () => {
|
|
22
24
|
if (!appConfig.colorMode) {
|
|
23
25
|
return {
|
|
@@ -51,6 +51,12 @@ export default defineLocale({
|
|
|
51
51
|
},
|
|
52
52
|
table: {
|
|
53
53
|
noData: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A"
|
|
54
|
+
},
|
|
55
|
+
sidebarLayout: {
|
|
56
|
+
open: "\u0641\u062A\u062D \u0627\u0644\u062A\u0646\u0642\u0644",
|
|
57
|
+
close: "\u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u062A\u0646\u0642\u0644",
|
|
58
|
+
slideoverTitle: "\u0627\u0644\u062A\u0646\u0642\u0644",
|
|
59
|
+
slideoverDescription: "\u062A\u0646\u0642\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649"
|
|
54
60
|
}
|
|
55
61
|
}
|
|
56
62
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Nenhum dado"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "Abrir navega\xE7\xE3o",
|
|
56
|
+
close: "Fechar navega\xE7\xE3o",
|
|
57
|
+
slideoverTitle: "Navega\xE7\xE3o",
|
|
58
|
+
slideoverDescription: "Navega\xE7\xE3o de conte\xFAdo"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Keine Daten"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "Navigation \xF6ffnen",
|
|
56
|
+
close: "Navigation schlie\xDFen",
|
|
57
|
+
slideoverTitle: "Navigation",
|
|
58
|
+
slideoverDescription: "Inhaltsnavigation"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Aucune donn\xE9e"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "Ouvrir la navigation",
|
|
56
|
+
close: "Fermer la navigation",
|
|
57
|
+
slideoverTitle: "Navigation",
|
|
58
|
+
slideoverDescription: "Navigation du contenu"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Nessun dato"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "Apri navigazione",
|
|
56
|
+
close: "Chiudi navigazione",
|
|
57
|
+
slideoverTitle: "Navigazione",
|
|
58
|
+
slideoverDescription: "Navigazione dei contenuti"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3092\u958B\u304F",
|
|
56
|
+
close: "\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3092\u9589\u3058\u308B",
|
|
57
|
+
slideoverTitle: "\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3",
|
|
58
|
+
slideoverDescription: "\u30B3\u30F3\u30C6\u30F3\u30C4\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "\u0414\u0435\u0440\u0435\u043A\u0442\u0435\u0440 \u0436\u043E\u049B"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F\u043D\u044B \u0430\u0448\u0443",
|
|
56
|
+
close: "\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F\u043D\u044B \u0436\u0430\u0431\u0443",
|
|
57
|
+
slideoverTitle: "\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F",
|
|
58
|
+
slideoverDescription: "\u041C\u0430\u0437\u043C\u04B1\u043D \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F\u0441\u044B"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Sin datos"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "Abrir navegaci\xF3n",
|
|
56
|
+
close: "Cerrar navegaci\xF3n",
|
|
57
|
+
slideoverTitle: "Navegaci\xF3n",
|
|
58
|
+
slideoverDescription: "Navegaci\xF3n de contenido"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Brak danych"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "Otw\xF3rz nawigacj\u0119",
|
|
56
|
+
close: "Zamknij nawigacj\u0119",
|
|
57
|
+
slideoverTitle: "Nawigacja",
|
|
58
|
+
slideoverDescription: "Nawigacja tre\u015Bci"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E",
|
|
56
|
+
close: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E",
|
|
57
|
+
slideoverTitle: "\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F",
|
|
58
|
+
slideoverDescription: "\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F \u043F\u043E \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u043C\u0443"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|