smarthr-ui 83.0.0 → 83.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/esm/_virtual/index.js +4 -4
- package/esm/_virtual/index2.js +4 -4
- package/esm/_virtual/index3.js +4 -4
- package/esm/components/Combobox/MultiCombobox/MultiCombobox.js +1 -1
- package/esm/components/Combobox/SingleCombobox/SingleCombobox.js +1 -1
- package/esm/components/Combobox/helper.js +1 -1
- package/esm/components/Combobox/useOptions.js +1 -1
- package/esm/components/Dropdown/DropdownMenuButton/DropdownMenuButton.js +1 -1
- package/esm/components/Dropdown/FilterDropdown/FilterDropdown.js +1 -1
- package/esm/components/FormControl/FormControl.js +1 -1
- package/esm/components/Heading/PageHeading/PageHeading.js +1 -1
- package/esm/components/SideMenu/SideMenu.js +5 -1
- package/esm/components/SideMenu/SideMenu.js.map +1 -1
- package/esm/components/SideNav/SideNavItemButton.js +3 -3
- package/esm/components/SideNav/SideNavItemButton.js.map +1 -1
- package/esm/components/Table/Table.js +1 -7
- package/esm/components/Table/Table.js.map +1 -1
- package/esm/components/Tooltip/Tooltip.js +1 -1
- package/esm/intl/locales/en_us.d.ts +1 -0
- package/esm/intl/locales/en_us.js +1 -0
- package/esm/intl/locales/en_us.js.map +1 -1
- package/esm/intl/locales/id_id.d.ts +1 -0
- package/esm/intl/locales/id_id.js +1 -0
- package/esm/intl/locales/id_id.js.map +1 -1
- package/esm/intl/locales/ja.d.ts +1 -0
- package/esm/intl/locales/ja.js +1 -0
- package/esm/intl/locales/ja.js.map +1 -1
- package/esm/intl/locales/ja_easy.d.ts +1 -0
- package/esm/intl/locales/ja_easy.js +1 -0
- package/esm/intl/locales/ja_easy.js.map +1 -1
- package/esm/intl/locales/ko_kr.d.ts +1 -0
- package/esm/intl/locales/ko_kr.js +1 -0
- package/esm/intl/locales/ko_kr.js.map +1 -1
- package/esm/intl/locales/pt_br.d.ts +1 -0
- package/esm/intl/locales/pt_br.js +1 -0
- package/esm/intl/locales/pt_br.js.map +1 -1
- package/esm/intl/locales/vi_vn.d.ts +1 -0
- package/esm/intl/locales/vi_vn.js +1 -0
- package/esm/intl/locales/vi_vn.js.map +1 -1
- package/esm/intl/locales/zh_hans_cn.d.ts +1 -0
- package/esm/intl/locales/zh_hans_cn.js +1 -0
- package/esm/intl/locales/zh_hans_cn.js.map +1 -1
- package/esm/intl/locales/zh_hant_tw.d.ts +1 -0
- package/esm/intl/locales/zh_hant_tw.js +1 -0
- package/esm/intl/locales/zh_hant_tw.js.map +1 -1
- package/esm/libs/lodash.js +2 -2
- package/lib/components/SideMenu/SideMenu.js +2 -1
- package/lib/components/SideMenu/SideMenu.js.map +1 -1
- package/lib/components/SideNav/SideNavItemButton.js +3 -3
- package/lib/components/SideNav/SideNavItemButton.js.map +1 -1
- package/lib/components/Table/Table.js +1 -7
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/intl/locales/en_us.d.ts +1 -0
- package/lib/intl/locales/en_us.js +1 -0
- package/lib/intl/locales/en_us.js.map +1 -1
- package/lib/intl/locales/id_id.d.ts +1 -0
- package/lib/intl/locales/id_id.js +1 -0
- package/lib/intl/locales/id_id.js.map +1 -1
- package/lib/intl/locales/ja.d.ts +1 -0
- package/lib/intl/locales/ja.js +1 -0
- package/lib/intl/locales/ja.js.map +1 -1
- package/lib/intl/locales/ja_easy.d.ts +1 -0
- package/lib/intl/locales/ja_easy.js +1 -0
- package/lib/intl/locales/ja_easy.js.map +1 -1
- package/lib/intl/locales/ko_kr.d.ts +1 -0
- package/lib/intl/locales/ko_kr.js +1 -0
- package/lib/intl/locales/ko_kr.js.map +1 -1
- package/lib/intl/locales/pt_br.d.ts +1 -0
- package/lib/intl/locales/pt_br.js +1 -0
- package/lib/intl/locales/pt_br.js.map +1 -1
- package/lib/intl/locales/vi_vn.d.ts +1 -0
- package/lib/intl/locales/vi_vn.js +1 -0
- package/lib/intl/locales/vi_vn.js.map +1 -1
- package/lib/intl/locales/zh_hans_cn.d.ts +1 -0
- package/lib/intl/locales/zh_hans_cn.js +1 -0
- package/lib/intl/locales/zh_hans_cn.js.map +1 -1
- package/lib/intl/locales/zh_hant_tw.d.ts +1 -0
- package/lib/intl/locales/zh_hant_tw.js +1 -0
- package/lib/intl/locales/zh_hant_tw.js.map +1 -1
- package/package.json +1 -1
- package/smarthr-ui.css +0 -8
- package/esm/components/Table/TableFixedHead.d.ts +0 -4
- package/esm/components/Table/TableFixedHead.js +0 -35
- package/esm/components/Table/TableFixedHead.js.map +0 -1
- package/lib/components/Table/TableFixedHead.d.ts +0 -4
- package/lib/components/Table/TableFixedHead.js +0 -36
- package/lib/components/Table/TableFixedHead.js.map +0 -1
package/esm/_virtual/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
|
-
import { __require as
|
|
2
|
+
import { __require as requireLodash_merge } from './../vendor/.pnpm/lodash.merge@4.6.2/vendor/lodash.merge/index.js';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var lodash_mergeExports = requireLodash_merge();
|
|
5
|
+
var _merge = /*@__PURE__*/getDefaultExportFromCjs(lodash_mergeExports);
|
|
6
6
|
|
|
7
|
-
export {
|
|
7
|
+
export { _merge as default };
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
package/esm/_virtual/index2.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
|
-
import { __require as
|
|
2
|
+
import { __require as requireLodash_range } from './../vendor/.pnpm/lodash.range@3.2.0/vendor/lodash.range/index.js';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var lodash_rangeExports = requireLodash_range();
|
|
5
|
+
var _range = /*@__PURE__*/getDefaultExportFromCjs(lodash_rangeExports);
|
|
6
6
|
|
|
7
|
-
export {
|
|
7
|
+
export { _range as default };
|
|
8
8
|
//# sourceMappingURL=index2.js.map
|
package/esm/_virtual/index3.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
|
-
import { __require as
|
|
2
|
+
import { __require as requireReactInnertext } from './../vendor/.pnpm/react-innertext@1.1.5_@types_react@18.3.27_react@19.2.3/vendor/react-innertext/index.js';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var reactInnertextExports = requireReactInnertext();
|
|
5
|
+
var innerText = /*@__PURE__*/getDefaultExportFromCjs(reactInnertextExports);
|
|
6
6
|
|
|
7
|
-
export {
|
|
7
|
+
export { innerText as default };
|
|
8
8
|
//# sourceMappingURL=index3.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { memo, useMemo, useRef, useState, useCallback, useImperativeHandle, useEffect, useId } from 'react';
|
|
4
|
-
import innerText from '../../../_virtual/
|
|
4
|
+
import innerText from '../../../_virtual/index3.js';
|
|
5
5
|
import { tv as ce } from './../../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
6
6
|
import { useOuterClick } from '../../../hooks/useOuterClick.js';
|
|
7
7
|
import '../../../intl/IntlProvider.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
3
3
|
import { useRef, useState, useImperativeHandle, useCallback, useMemo, useEffect } from 'react';
|
|
4
|
-
import innerText from '../../../_virtual/
|
|
4
|
+
import innerText from '../../../_virtual/index3.js';
|
|
5
5
|
import { tv as ce } from './../../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
6
6
|
import { useClick } from '../../../hooks/useClick.js';
|
|
7
7
|
import { useDecorators } from '../../../hooks/useDecorators.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCallback, useId, useMemo } from 'react';
|
|
2
|
-
import innerText from '../../_virtual/
|
|
2
|
+
import innerText from '../../_virtual/index3.js';
|
|
3
3
|
import { areItemsEqual, convertMatchableString } from './helper.js';
|
|
4
4
|
|
|
5
5
|
const defaultIsItemSelected = (targetItem, selectedItems) => selectedItems.some((item) => areItemsEqual(item, targetItem));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { memo, useContext, useMemo, isValidElement, useRef, Children, Fragment, cloneElement } from 'react';
|
|
4
|
-
import innerText from '../../../_virtual/
|
|
4
|
+
import innerText from '../../../_virtual/index3.js';
|
|
5
5
|
import { tv as ce } from './../../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
6
6
|
import { DropdownContext, Dropdown } from '../Dropdown.js';
|
|
7
7
|
import { DropdownTrigger } from '../DropdownTrigger.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useMemo } from 'react';
|
|
4
|
-
import innerText from '../../../_virtual/
|
|
4
|
+
import innerText from '../../../_virtual/index3.js';
|
|
5
5
|
import { tv as ce } from './../../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
6
6
|
import { useDecorators } from '../../../hooks/useDecorators.js';
|
|
7
7
|
import { useResponseStatus } from '../../../hooks/useResponseStatus.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { memo, useMemo, isValidElement, useId, useState, useRef, Fragment as Fragment$1, createElement, useEffect } from 'react';
|
|
3
3
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
4
|
-
import innerText from '../../_virtual/
|
|
4
|
+
import innerText from '../../_virtual/index3.js';
|
|
5
5
|
import { tv as ce } from './../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
6
6
|
import { FaCircleExclamationIcon } from '../Icon/FaIcon.js';
|
|
7
7
|
import '../Icon/generateIcon.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { memo, useMemo, useId, useEffect } from 'react';
|
|
4
|
-
import innerText from '../../../_virtual/
|
|
4
|
+
import innerText from '../../../_virtual/index3.js';
|
|
5
5
|
import { tv as ce } from './../../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
6
6
|
import { STYLE_TYPE_MAP, Text } from '../../Text/Text.js';
|
|
7
7
|
import { visuallyHiddenTextClassName, VisuallyHiddenText } from '../../VisuallyHiddenText/VisuallyHiddenText.js';
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useMemo } from 'react';
|
|
3
3
|
import { tv as ce } from './../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
4
|
+
import '../../intl/IntlProvider.js';
|
|
5
|
+
import 'react-intl';
|
|
6
|
+
import { Localizer } from '../../intl/Localizer.js';
|
|
7
|
+
import '../../_virtual/dayjs.min.js';
|
|
4
8
|
import { Base } from '../Base/Base.js';
|
|
5
9
|
import '../Base/BaseColumn/BaseColumn.js';
|
|
6
10
|
import { Heading } from '../Heading/Heading.js';
|
|
@@ -13,7 +17,7 @@ const classNameGenerator = ce({
|
|
|
13
17
|
});
|
|
14
18
|
const SideMenu = ({ elementAs = 'ul', className, ...rest }) => {
|
|
15
19
|
const actualClassName = useMemo(() => classNameGenerator({ className }), [className]);
|
|
16
|
-
return (jsxs(Nav, { children: [jsx(Heading, { visuallyHidden: true, children: "\u30B5\u30A4\u30C9\u30E1\u30CB\u30E5\u30FC" }), jsx(Base, { ...rest, as: elementAs, className: actualClassName })] }));
|
|
20
|
+
return (jsxs(Nav, { children: [jsx(Heading, { visuallyHidden: true, children: jsx(Localizer, { id: "smarthr-ui/SideMenu/navigationLabel", defaultText: "\u30B5\u30A4\u30C9\u30E1\u30CB\u30E5\u30FC" }) }), jsx(Base, { ...rest, as: elementAs, className: actualClassName })] }));
|
|
17
21
|
};
|
|
18
22
|
|
|
19
23
|
export { SideMenu };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SideMenu.js","sources":["../../../src/components/SideMenu/SideMenu.tsx"],"sourcesContent":["import { type ComponentPropsWithoutRef, type FC, type PropsWithChildren, useMemo } from 'react'\nimport { tv } from 'tailwind-variants'\n\nimport { Base } from '../Base'\nimport { Heading } from '../Heading'\nimport { Nav } from '../SectioningContent'\n\nconst classNameGenerator = tv({\n base: 'smarthr-ui-SideMenu shr-list-none shr-py-0.5',\n})\n\ntype Props = PropsWithChildren<\n Pick<ComponentPropsWithoutRef<typeof Base>, 'radius' | 'layer' | 'className'>\n> & {\n /**\n * @default ul\n */\n elementAs?: 'ul' | 'ol'\n}\n\nexport const SideMenu: FC<Props> = ({ elementAs = 'ul', className, ...rest }) => {\n const actualClassName = useMemo(() => classNameGenerator({ className }), [className])\n\n return (\n <Nav>\n <Heading visuallyHidden={true}
|
|
1
|
+
{"version":3,"file":"SideMenu.js","sources":["../../../src/components/SideMenu/SideMenu.tsx"],"sourcesContent":["import { type ComponentPropsWithoutRef, type FC, type PropsWithChildren, useMemo } from 'react'\nimport { tv } from 'tailwind-variants'\n\nimport { Localizer } from '../../intl'\nimport { Base } from '../Base'\nimport { Heading } from '../Heading'\nimport { Nav } from '../SectioningContent'\n\nconst classNameGenerator = tv({\n base: 'smarthr-ui-SideMenu shr-list-none shr-py-0.5',\n})\n\ntype Props = PropsWithChildren<\n Pick<ComponentPropsWithoutRef<typeof Base>, 'radius' | 'layer' | 'className'>\n> & {\n /**\n * @default ul\n */\n elementAs?: 'ul' | 'ol'\n}\n\nexport const SideMenu: FC<Props> = ({ elementAs = 'ul', className, ...rest }) => {\n const actualClassName = useMemo(() => classNameGenerator({ className }), [className])\n\n return (\n <Nav>\n <Heading visuallyHidden={true}>\n <Localizer id=\"smarthr-ui/SideMenu/navigationLabel\" defaultText=\"サイドメニュー\" />\n </Heading>\n <Base {...rest} as={elementAs} className={actualClassName} />\n </Nav>\n )\n}\n"],"names":["tv","_jsxs","_jsx"],"mappings":";;;;;;;;;;;;;;AAQA,MAAM,kBAAkB,GAAGA,EAAE,CAAC;AAC5B,IAAA,IAAI,EAAE,8CAA8C;AACrD,CAAA,CAAC;AAWK,MAAM,QAAQ,GAAc,CAAC,EAAE,SAAS,GAAG,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,KAAI;AAC9E,IAAA,MAAM,eAAe,GAAG,OAAO,CAAC,MAAM,kBAAkB,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC;AAErF,IAAA,QACEC,IAAA,CAAC,GAAG,EAAA,EAAA,QAAA,EAAA,CACFC,GAAA,CAAC,OAAO,EAAA,EAAC,cAAc,EAAE,IAAI,YAC3BA,GAAA,CAAC,SAAS,IAAC,EAAE,EAAC,qCAAqC,EAAC,WAAW,EAAC,4CAAS,GAAG,EAAA,CACpE,EACVA,IAAC,IAAI,EAAA,EAAA,GAAK,IAAI,EAAE,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,eAAe,EAAA,CAAI,CAAA,EAAA,CACzD;AAEV;;;;"}
|
|
@@ -38,16 +38,16 @@ const classNameGenerator = ce({
|
|
|
38
38
|
},
|
|
39
39
|
},
|
|
40
40
|
});
|
|
41
|
-
const SideNavItemButton = ({ id, title, prefix, suffix, current, size, onClick, children, ...rest }) => {
|
|
41
|
+
const SideNavItemButton = ({ id, title, prefix, suffix, current, size, onClick, children, className, ...rest }) => {
|
|
42
42
|
const classNames = useMemo(() => {
|
|
43
43
|
const { wrapper, button, buttonBody, buttonTitle } = classNameGenerator();
|
|
44
44
|
return {
|
|
45
|
-
wrapper: wrapper(),
|
|
45
|
+
wrapper: wrapper({ className }),
|
|
46
46
|
button: button({ size: size ?? 'default' }),
|
|
47
47
|
buttonBody: buttonBody(),
|
|
48
48
|
buttonTitle: buttonTitle(),
|
|
49
49
|
};
|
|
50
|
-
}, [size]);
|
|
50
|
+
}, [className, size]);
|
|
51
51
|
return (jsx("li", { ...rest, "data-current": !!current, className: classNames.wrapper, children: jsx(UnstyledButton, { className: classNames.button, onClick: onClick, value: id, children: jsx(ButtonBodyCluster, { prefix: prefix, suffix: suffix, title: children ?? title, classNames: classNames }) }) }));
|
|
52
52
|
};
|
|
53
53
|
const ButtonBodyCluster = memo(({ prefix, suffix, title, classNames }) => (jsxs(Cluster, { inline: true, align: "center", className: classNames.buttonBody, as: "span", children: [prefix, jsx("span", { className: classNames.buttonTitle, children: title }), suffix] })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SideNavItemButton.js","sources":["../../../src/components/SideNav/SideNavItemButton.tsx"],"sourcesContent":["import { type ComponentPropsWithoutRef, type FC, type ReactNode, memo, useMemo } from 'react'\nimport { tv } from 'tailwind-variants'\n\nimport { UnstyledButton } from '../Button'\nimport { Cluster } from '../Layout'\n\nexport type SideNavSizeType = 'default' | 's'\n\ntype AbstractProps = {\n /** アイテムの識別子 */\n id: string\n /** アイテムのタイトル\n * @deprecated SideNav で items を使う時の props です。children を使ってください。\n */\n title?: ReactNode\n /** タイトルのプレフィックスの内容。通常、StatusLabelやIconの配置に用います。 */\n prefix?: ReactNode\n /** タイトルのサフィックスの内容。通常、Prefixを使用済みの場合にStatusLabelやChipの配置に用います。 */\n suffix?: ReactNode\n /** 選択されているアイテムかどうか */\n current?: boolean\n /** アイテムの大きさ */\n size?: SideNavSizeType\n /** アイテムを押下したときに発火するコールバック関数 */\n onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void\n}\ntype Props = AbstractProps & Omit<ComponentPropsWithoutRef<'li'>, keyof AbstractProps>\n\nconst classNameGenerator = tv({\n slots: {\n wrapper: [\n 'smarthr-ui-SideNav-item',\n 'data-[current=true]:shr-relative data-[current=true]:shr-bg-main data-[current=true]:shr-text-white',\n 'data-[current=true]:after:shr-absolute data-[current=true]:after:-shr-right-0.25 data-[current=true]:after:shr-top-1/2 data-[current=true]:after:-shr-translate-y-1/2 data-[current=true]:after:shr-translate-x-0 data-[current=true]:after:shr-border-b-4 data-[current=true]:after:shr-border-l-4 data-[current=true]:after:shr-border-r-0 data-[current=true]:after:shr-border-t-4 data-[current=true]:after:shr-border-solid data-[current=true]:after:shr-border-b-transparent data-[current=true]:after:shr-border-l-main data-[current=true]:after:shr-border-r-transparent data-[current=true]:after:shr-border-t-transparent data-[current=true]:after:shr-content-[\"\"]',\n 'data-[current=false]:hover:shr-bg-column-darken',\n ],\n button: [\n 'shr-w-full shr-leading-none [&]:shr-box-border',\n 'focus-visible:shr-focus-indicator',\n 'shr-inline-flex shr-items-center',\n ],\n buttonBody: 'shr-w-full',\n buttonTitle: 'smarthr-ui-SideNav-itemTitle shr-grow',\n },\n variants: {\n size: {\n default: {\n button: 'shr-p-1 shr-text-base',\n },\n s: {\n button: 'shr-px-1 shr-py-0.5 shr-text-sm',\n },\n },\n },\n})\n\nexport const SideNavItemButton: FC<Props> = ({\n id,\n title,\n prefix,\n suffix,\n current,\n size,\n onClick,\n children,\n ...rest\n}) => {\n const classNames = useMemo(() => {\n const { wrapper, button, buttonBody, buttonTitle } = classNameGenerator()\n\n return {\n wrapper: wrapper(),\n button: button({ size: size ?? 'default' }),\n buttonBody: buttonBody(),\n buttonTitle: buttonTitle(),\n }\n }, [size])\n\n return (\n <li {...rest} data-current={!!current} className={classNames.wrapper}>\n <UnstyledButton className={classNames.button} onClick={onClick} value={id}>\n <ButtonBodyCluster\n prefix={prefix}\n suffix={suffix}\n title={children ?? title}\n classNames={classNames}\n />\n </UnstyledButton>\n </li>\n )\n}\n\nconst ButtonBodyCluster = memo<\n Pick<Props, 'prefix' | 'suffix' | 'title'> & {\n classNames: { buttonBody: string; buttonTitle: string }\n }\n>(({ prefix, suffix, title, classNames }) => (\n <Cluster inline align=\"center\" className={classNames.buttonBody} as=\"span\">\n {prefix}\n <span className={classNames.buttonTitle}>{title}</span>\n {suffix}\n </Cluster>\n))\n"],"names":["tv","_jsx","_jsxs"],"mappings":";;;;;;;;;;;;;AA4BA,MAAM,kBAAkB,GAAGA,EAAE,CAAC;AAC5B,IAAA,KAAK,EAAE;AACL,QAAA,OAAO,EAAE;YACP,yBAAyB;YACzB,qGAAqG;YACrG,kpBAAkpB;YAClpB,iDAAiD;AAClD,SAAA;AACD,QAAA,MAAM,EAAE;YACN,gDAAgD;YAChD,mCAAmC;YACnC,kCAAkC;AACnC,SAAA;AACD,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,WAAW,EAAE,uCAAuC;AACrD,KAAA;AACD,IAAA,QAAQ,EAAE;AACR,QAAA,IAAI,EAAE;AACJ,YAAA,OAAO,EAAE;AACP,gBAAA,MAAM,EAAE,uBAAuB;AAChC,aAAA;AACD,YAAA,CAAC,EAAE;AACD,gBAAA,MAAM,EAAE,iCAAiC;AAC1C,aAAA;AACF,SAAA;AACF,KAAA;AACF,CAAA,CAAC;AAEK,MAAM,iBAAiB,GAAc,CAAC,EAC3C,EAAE,EACF,KAAK,EACL,MAAM,EACN,MAAM,EACN,OAAO,EACP,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,GAAG,IAAI,EACR,KAAI;AACH,IAAA,MAAM,UAAU,GAAG,OAAO,CAAC,MAAK;AAC9B,QAAA,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,kBAAkB,EAAE;QAEzE,OAAO;
|
|
1
|
+
{"version":3,"file":"SideNavItemButton.js","sources":["../../../src/components/SideNav/SideNavItemButton.tsx"],"sourcesContent":["import { type ComponentPropsWithoutRef, type FC, type ReactNode, memo, useMemo } from 'react'\nimport { tv } from 'tailwind-variants'\n\nimport { UnstyledButton } from '../Button'\nimport { Cluster } from '../Layout'\n\nexport type SideNavSizeType = 'default' | 's'\n\ntype AbstractProps = {\n /** アイテムの識別子 */\n id: string\n /** アイテムのタイトル\n * @deprecated SideNav で items を使う時の props です。children を使ってください。\n */\n title?: ReactNode\n /** タイトルのプレフィックスの内容。通常、StatusLabelやIconの配置に用います。 */\n prefix?: ReactNode\n /** タイトルのサフィックスの内容。通常、Prefixを使用済みの場合にStatusLabelやChipの配置に用います。 */\n suffix?: ReactNode\n /** 選択されているアイテムかどうか */\n current?: boolean\n /** アイテムの大きさ */\n size?: SideNavSizeType\n /** アイテムを押下したときに発火するコールバック関数 */\n onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void\n}\ntype Props = AbstractProps & Omit<ComponentPropsWithoutRef<'li'>, keyof AbstractProps>\n\nconst classNameGenerator = tv({\n slots: {\n wrapper: [\n 'smarthr-ui-SideNav-item',\n 'data-[current=true]:shr-relative data-[current=true]:shr-bg-main data-[current=true]:shr-text-white',\n 'data-[current=true]:after:shr-absolute data-[current=true]:after:-shr-right-0.25 data-[current=true]:after:shr-top-1/2 data-[current=true]:after:-shr-translate-y-1/2 data-[current=true]:after:shr-translate-x-0 data-[current=true]:after:shr-border-b-4 data-[current=true]:after:shr-border-l-4 data-[current=true]:after:shr-border-r-0 data-[current=true]:after:shr-border-t-4 data-[current=true]:after:shr-border-solid data-[current=true]:after:shr-border-b-transparent data-[current=true]:after:shr-border-l-main data-[current=true]:after:shr-border-r-transparent data-[current=true]:after:shr-border-t-transparent data-[current=true]:after:shr-content-[\"\"]',\n 'data-[current=false]:hover:shr-bg-column-darken',\n ],\n button: [\n 'shr-w-full shr-leading-none [&]:shr-box-border',\n 'focus-visible:shr-focus-indicator',\n 'shr-inline-flex shr-items-center',\n ],\n buttonBody: 'shr-w-full',\n buttonTitle: 'smarthr-ui-SideNav-itemTitle shr-grow',\n },\n variants: {\n size: {\n default: {\n button: 'shr-p-1 shr-text-base',\n },\n s: {\n button: 'shr-px-1 shr-py-0.5 shr-text-sm',\n },\n },\n },\n})\n\nexport const SideNavItemButton: FC<Props> = ({\n id,\n title,\n prefix,\n suffix,\n current,\n size,\n onClick,\n children,\n className,\n ...rest\n}) => {\n const classNames = useMemo(() => {\n const { wrapper, button, buttonBody, buttonTitle } = classNameGenerator()\n\n return {\n wrapper: wrapper({ className }),\n button: button({ size: size ?? 'default' }),\n buttonBody: buttonBody(),\n buttonTitle: buttonTitle(),\n }\n }, [className, size])\n\n return (\n <li {...rest} data-current={!!current} className={classNames.wrapper}>\n <UnstyledButton className={classNames.button} onClick={onClick} value={id}>\n <ButtonBodyCluster\n prefix={prefix}\n suffix={suffix}\n title={children ?? title}\n classNames={classNames}\n />\n </UnstyledButton>\n </li>\n )\n}\n\nconst ButtonBodyCluster = memo<\n Pick<Props, 'prefix' | 'suffix' | 'title'> & {\n classNames: { buttonBody: string; buttonTitle: string }\n }\n>(({ prefix, suffix, title, classNames }) => (\n <Cluster inline align=\"center\" className={classNames.buttonBody} as=\"span\">\n {prefix}\n <span className={classNames.buttonTitle}>{title}</span>\n {suffix}\n </Cluster>\n))\n"],"names":["tv","_jsx","_jsxs"],"mappings":";;;;;;;;;;;;;AA4BA,MAAM,kBAAkB,GAAGA,EAAE,CAAC;AAC5B,IAAA,KAAK,EAAE;AACL,QAAA,OAAO,EAAE;YACP,yBAAyB;YACzB,qGAAqG;YACrG,kpBAAkpB;YAClpB,iDAAiD;AAClD,SAAA;AACD,QAAA,MAAM,EAAE;YACN,gDAAgD;YAChD,mCAAmC;YACnC,kCAAkC;AACnC,SAAA;AACD,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,WAAW,EAAE,uCAAuC;AACrD,KAAA;AACD,IAAA,QAAQ,EAAE;AACR,QAAA,IAAI,EAAE;AACJ,YAAA,OAAO,EAAE;AACP,gBAAA,MAAM,EAAE,uBAAuB;AAChC,aAAA;AACD,YAAA,CAAC,EAAE;AACD,gBAAA,MAAM,EAAE,iCAAiC;AAC1C,aAAA;AACF,SAAA;AACF,KAAA;AACF,CAAA,CAAC;AAEK,MAAM,iBAAiB,GAAc,CAAC,EAC3C,EAAE,EACF,KAAK,EACL,MAAM,EACN,MAAM,EACN,OAAO,EACP,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,KAAI;AACH,IAAA,MAAM,UAAU,GAAG,OAAO,CAAC,MAAK;AAC9B,QAAA,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,kBAAkB,EAAE;QAEzE,OAAO;AACL,YAAA,OAAO,EAAE,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;YAC/B,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,IAAI,SAAS,EAAE,CAAC;YAC3C,UAAU,EAAE,UAAU,EAAE;YACxB,WAAW,EAAE,WAAW,EAAE;SAC3B;AACH,IAAA,CAAC,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;IAErB,QACEC,GAAA,CAAA,IAAA,EAAA,EAAA,GAAQ,IAAI,EAAA,cAAA,EAAgB,CAAC,CAAC,OAAO,EAAE,SAAS,EAAE,UAAU,CAAC,OAAO,EAAA,QAAA,EAClEA,GAAA,CAAC,cAAc,EAAA,EAAC,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAA,QAAA,EACvEA,GAAA,CAAC,iBAAiB,EAAA,EAChB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,QAAQ,IAAI,KAAK,EACxB,UAAU,EAAE,UAAU,EAAA,CACtB,EAAA,CACa,EAAA,CACd;AAET;AAEA,MAAM,iBAAiB,GAAG,IAAI,CAI5B,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MACtCC,IAAA,CAAC,OAAO,EAAA,EAAC,MAAM,EAAA,IAAA,EAAC,KAAK,EAAC,QAAQ,EAAC,SAAS,EAAE,UAAU,CAAC,UAAU,EAAE,EAAE,EAAC,MAAM,EAAA,QAAA,EAAA,CACvE,MAAM,EACPD,GAAA,CAAA,MAAA,EAAA,EAAM,SAAS,EAAE,UAAU,CAAC,WAAW,EAAA,QAAA,EAAG,KAAK,EAAA,CAAQ,EACtD,MAAM,CAAA,EAAA,CACC,CACX,CAAC;;;;"}
|
|
@@ -3,7 +3,6 @@ import { useMemo, Fragment } from 'react';
|
|
|
3
3
|
import { tv as ce } from './../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
4
4
|
import { Base } from '../Base/Base.js';
|
|
5
5
|
import '../Base/BaseColumn/BaseColumn.js';
|
|
6
|
-
import { TableFixedHead } from './TableFixedHead.js';
|
|
7
6
|
import { TableReel } from './TableReel.js';
|
|
8
7
|
|
|
9
8
|
const classNameGenerator = ce({
|
|
@@ -112,14 +111,9 @@ const Table = ({ borderType, borderStyle, fixedHead, layout, rounded, className,
|
|
|
112
111
|
});
|
|
113
112
|
return { table: table({ className }), wrapper: wrapper() };
|
|
114
113
|
}, [borderType, borderStyle, className, fixedHead, layout, rounded]);
|
|
115
|
-
const [Wrapper, wrapperProps] = useMemo(() => rounded
|
|
116
|
-
? [RoundedWrapper, { className: classNames.wrapper }]
|
|
117
|
-
: fixedHead
|
|
118
|
-
? [FixedHeadWrapper]
|
|
119
|
-
: [Fragment], [rounded, classNames.wrapper, fixedHead]);
|
|
114
|
+
const [Wrapper, wrapperProps] = useMemo(() => (rounded ? [RoundedWrapper, { className: classNames.wrapper }] : [Fragment]), [rounded, classNames.wrapper]);
|
|
120
115
|
return (jsx(Wrapper, { ...wrapperProps, children: jsx("table", { ...rest, className: classNames.table }) }));
|
|
121
116
|
};
|
|
122
|
-
const FixedHeadWrapper = ({ children }) => (jsx(TableFixedHead, { children: children }));
|
|
123
117
|
const RoundedWrapper = ({ children, className }) => (jsx(Base, { className: className, overflow: "hidden", layer: 0, children: jsx(TableReel, { children: children }) }));
|
|
124
118
|
|
|
125
119
|
export { Table };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sources":["../../../src/components/Table/Table.tsx"],"sourcesContent":["import { type ComponentProps, type FC, Fragment, type PropsWithChildren, useMemo } from 'react'\nimport { type VariantProps, tv } from 'tailwind-variants'\n\nimport { Base } from '../Base'\n\nimport {
|
|
1
|
+
{"version":3,"file":"Table.js","sources":["../../../src/components/Table/Table.tsx"],"sourcesContent":["import { type ComponentProps, type FC, Fragment, type PropsWithChildren, useMemo } from 'react'\nimport { type VariantProps, tv } from 'tailwind-variants'\n\nimport { Base } from '../Base'\n\nimport { TableReel } from './TableReel'\n\ntype AbstractProps = PropsWithChildren<VariantProps<typeof classNameGenerator>>\ntype Props = AbstractProps & Omit<ComponentProps<'table'>, keyof AbstractProps>\n\nconst classNameGenerator = tv({\n slots: {\n wrapper: '',\n table: [\n 'smarthr-ui-Table',\n 'shr-w-full shr-border-collapse',\n '[&_tbody]:shr-bg-white',\n '[&_th]:contrast-more:shr-border-shorthand [&_th]:shr-bg-head [&_th]:contrast-more:shr-border-high-contrast',\n '[&_td]:contrast-more:shr-border-shorthand [&_td]:contrast-more:shr-border-high-contrast',\n 'contrast-more:shr-border-shorthand contrast-more:shr-border-high-contrast',\n ],\n },\n variants: {\n borderType: {\n vertical: {},\n horizontal: {},\n both: {},\n outer: {\n table: 'shr-border-shorthand',\n },\n all: {\n table: 'shr-border-shorthand',\n },\n },\n borderStyle: {\n solid: {\n table: '[&_:is(.smarthr-ui-Th,.smarthr-ui-Td)]:shr-border-solid',\n },\n dotted: {\n table: '[&_:is(.smarthr-ui-Th,.smarthr-ui-Td)]:shr-border-dotted',\n },\n dashed: {\n table: '[&_:is(.smarthr-ui-Th,.smarthr-ui-Td)]:shr-border-dashed',\n },\n },\n rounded: {\n true: {},\n },\n layout: {\n auto: {},\n fixed: {\n table: 'shr-table-fixed',\n },\n },\n fixedHead: {\n true: {\n table:\n '[&_tbody]:shr-relative [&_tbody]:shr-z-1 [&_thead]:shr-sticky [&_thead]:shr-start-0 [&_thead]:shr-top-0 [&_thead]:shr-z-[2]',\n },\n },\n },\n compoundVariants: [\n {\n // rounded のとき Wrapper である Base に装飾するため、Table には装飾しない\n borderType: ['outer', 'all'],\n rounded: true,\n className: {\n table: 'shr-border-none',\n wrapper: 'shr-border-shorthand',\n },\n },\n {\n borderType: ['vertical', 'both', 'all'],\n className: {\n table: [\n '[&_:is(.smarthr-ui-Th:not(:first-child),.smarthr-ui-Td:not(:first-child))]:shr-border-l',\n '[&_:is(.smarthr-ui-Th:not(:first-child),.smarthr-ui-Td:not(:first-child))]:shr-border-l-default',\n ],\n },\n },\n {\n borderType: ['horizontal', 'both', 'all'],\n className: {\n table: [\n // thead がある場合は、thead 配下以外の th と td に border-t を適用\n [\n '[&:has(thead)_tr:not(:where(thead_tr))_:is(.smarthr-ui-Th,.smarthr-ui-Td)]:shr-border-t',\n '[&:has(thead)_tr:not(:where(thead_tr))_:is(.smarthr-ui-Th,.smarthr-ui-Td)]:shr-border-t-default',\n ],\n // thead がない場合は、最初以外の tr 配下の th と td に border-t を適用\n [\n '[&:not(:has(thead))_tr:not(:first-of-type)_:is(.smarthr-ui-Th,.smarthr-ui-Td)]:shr-border-t',\n '[&:not(:has(thead))_tr:not(:first-of-type)_:is(.smarthr-ui-Th,.smarthr-ui-Td)]:shr-border-t-default',\n ],\n ],\n },\n },\n ],\n defaultVariants: {\n borderType: 'horizontal',\n borderStyle: 'solid',\n layout: 'auto',\n fixedHead: false,\n },\n})\n\nexport const Table: FC<Props> = ({\n borderType,\n borderStyle,\n fixedHead,\n layout,\n rounded,\n className,\n ...rest\n}) => {\n const classNames = useMemo(() => {\n const { table, wrapper } = classNameGenerator({\n borderType,\n borderStyle,\n fixedHead,\n layout,\n rounded,\n className,\n })\n return { table: table({ className }), wrapper: wrapper() }\n }, [borderType, borderStyle, className, fixedHead, layout, rounded])\n const [Wrapper, wrapperProps] = useMemo(\n () => (rounded ? [RoundedWrapper, { className: classNames.wrapper }] : [Fragment]),\n [rounded, classNames.wrapper],\n )\n\n return (\n <Wrapper {...wrapperProps}>\n <table {...rest} className={classNames.table} />\n </Wrapper>\n )\n}\n\nconst RoundedWrapper = ({ children, className }: PropsWithChildren<{ className?: string }>) => (\n <Base className={className} overflow=\"hidden\" layer={0}>\n <TableReel>{children}</TableReel>\n </Base>\n)\n"],"names":["tv","_jsx"],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { memo, useMemo, useState, useRef, useId, useSyncExternalStore, useCallback, cloneElement } from 'react';
|
|
4
4
|
import { createPortal } from 'react-dom';
|
|
5
|
-
import innerText from '../../_virtual/
|
|
5
|
+
import innerText from '../../_virtual/index3.js';
|
|
6
6
|
import { tv as ce } from './../../vendor/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.18_ts-node@10.9.2_@swc_core@1.13.5_@types_node@20.19.20_typescript@5.8.3__/vendor/tailwind-variants/dist/index.js';
|
|
7
7
|
import { useEnhancedEffect } from '../../hooks/useEnhancedEffect.js';
|
|
8
8
|
import { VisuallyHiddenText } from '../VisuallyHiddenText/VisuallyHiddenText.js';
|
|
@@ -76,6 +76,7 @@ export declare const locale: {
|
|
|
76
76
|
readonly 'smarthr-ui/RequiredLabel/text': "Required";
|
|
77
77
|
readonly 'smarthr-ui/SearchInput/iconAlt': "Search";
|
|
78
78
|
readonly 'smarthr-ui/Select/blankLabel': "Select";
|
|
79
|
+
readonly 'smarthr-ui/SideMenu/navigationLabel': "";
|
|
79
80
|
readonly 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': "Clear";
|
|
80
81
|
readonly 'smarthr-ui/SortDropdown/applyButtonLabel': "Apply";
|
|
81
82
|
readonly 'smarthr-ui/SortDropdown/ascLabel': "Ascending";
|
|
@@ -78,6 +78,7 @@ const locale = {
|
|
|
78
78
|
'smarthr-ui/RequiredLabel/text': 'Required',
|
|
79
79
|
'smarthr-ui/SearchInput/iconAlt': 'Search',
|
|
80
80
|
'smarthr-ui/Select/blankLabel': 'Select',
|
|
81
|
+
'smarthr-ui/SideMenu/navigationLabel': '',
|
|
81
82
|
'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Clear',
|
|
82
83
|
'smarthr-ui/SortDropdown/applyButtonLabel': 'Apply',
|
|
83
84
|
'smarthr-ui/SortDropdown/ascLabel': 'Ascending',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en_us.js","sources":["../../../src/intl/locales/en_us.ts"],"sourcesContent":["import type { ja } from '.'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'English',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/AppHeader/school': 'SmartHR School',\n 'smarthr-ui/AppHeader/help': 'Help',\n 'smarthr-ui/AppHeader/userSettings': 'Personal Settings',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release Notes',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Failed to load the release notes. Please try again later.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'View all release notes',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Apps',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Account',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Open menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Close menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'All Apps',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Admin Menu',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Latest Release Notes',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Back',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Open',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Close',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Enter the name of the App.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'All Apps',\n 'smarthr-ui/AppHeader/Launcher/listText': 'App List',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'About Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Search results',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'App not found.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Sort by',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Selected',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default order',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'App name (A→Z)',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'App name (Z→A)',\n 'smarthr-ui/AppLauncher/showAllText': 'View all',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Apps',\n 'smarthr-ui/Browser/notFoundDescription': 'Try changing the filter criteria.',\n 'smarthr-ui/Browser/notFoundTitle': 'No items found.',\n 'smarthr-ui/Button/loading': 'In Progress',\n 'smarthr-ui/Calendar/currentYear': 'Current year',\n 'smarthr-ui/Calendar/nextMonth': 'Next month',\n 'smarthr-ui/Calendar/previousMonth': 'Previous month',\n 'smarthr-ui/Calendar/selectYear': 'Select year',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Add “{name}”',\n 'smarthr-ui/Combobox/loadingText': 'In Progress',\n 'smarthr-ui/Combobox/noResultsText': 'No matching results found.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Hide options',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Show options',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Choose file to upload',\n 'smarthr-ui/FileViewer/rotateAlt': 'Rotate Left',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Zoom Out',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Zoom Factor (%)',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Zoom In',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Unsupported file format.',\n 'smarthr-ui/FilterDropdown/applyButton': 'Apply',\n 'smarthr-ui/FilterDropdown/cancelButton': 'Cancel',\n 'smarthr-ui/FilterDropdown/resetButton': 'Clear filters',\n 'smarthr-ui/FilterDropdown/status': 'Filters applied',\n 'smarthr-ui/FilterDropdown/triggerButton': 'Filter',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Close',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Open',\n 'smarthr-ui/InputFile/destroy': 'Delete',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Selected',\n 'smarthr-ui/Loader/alt': 'In Progress',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Close',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Close',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Dialog position',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaValuetext': '{top}px from top, {left}px from left',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': remove',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Selected items',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Close',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'First',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Last',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Next',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Previous',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Page {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Pagination',\n 'smarthr-ui/RequiredLabel/text': 'Required',\n 'smarthr-ui/SearchInput/iconAlt': 'Search',\n 'smarthr-ui/Select/blankLabel': 'Select',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Clear',\n 'smarthr-ui/SortDropdown/applyButtonLabel': 'Apply',\n 'smarthr-ui/SortDropdown/ascLabel': 'Ascending',\n 'smarthr-ui/SortDropdown/cancelButtonLabel': 'Cancel',\n 'smarthr-ui/SortDropdown/descLabel': 'Descending',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Sort items',\n 'smarthr-ui/SortDropdown/sortOrderLabel': 'Order',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Back',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Next',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Interrupted',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Completed',\n 'smarthr-ui/Textarea/availableLetters': '{availableLetters} characters left',\n 'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters} characters over limit',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maximum {maxLetters} characters',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Open in another tab',\n 'smarthr-ui/Th/sortDirectionAsc': 'Ascending',\n 'smarthr-ui/Th/sortDirectionDesc': 'Descending',\n 'smarthr-ui/Th/sortDirectionNone': 'No sorting',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Select/Deselect All',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Select',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"AAEA;AACA;AACO,MAAM,MAAM,GAAG;AACpB,IAAA,4BAA4B,EAAE,SAAS;AACvC,IAAA,0CAA0C,EAAE,QAAQ;AACpD,IAAA,6BAA6B,EAAE,gBAAgB;AAC/C,IAAA,2BAA2B,EAAE,MAAM;AACnC,IAAA,mCAAmC,EAAE,mBAAmB;AACxD,IAAA,mCAAmC,EAAE,eAAe;AACpD,IAAA,4CAA4C,EAAE,2DAA2D;AACzG,IAAA,yCAAyC,EAAE,wBAAwB;AACnE,IAAA,qDAAqD,EAAE,MAAM;AAC7D,IAAA,2CAA2C,EAAE,SAAS;AACtD,IAAA,4CAA4C,EAAE,WAAW;AACzD,IAAA,6CAA6C,EAAE,YAAY;AAC3D,IAAA,gDAAgD,EAAE,UAAU;AAC5D,IAAA,kDAAkD,EAAE,YAAY;AAChE,IAAA,sDAAsD,EAAE,sBAAsB;AAC9E,IAAA,wCAAwC,EAAE,MAAM;AAChD,IAAA,qDAAqD,EAAE,MAAM;AAC7D,IAAA,sDAAsD,EAAE,OAAO;AAC/D,IAAA,gDAAgD,EAAE,4BAA4B;AAC9E,IAAA,gDAAgD,EAAE,eAAe;AACjE,IAAA,2CAA2C,EAAE,UAAU;AACvD,IAAA,wCAAwC,EAAE,UAAU;AACpD,IAAA,wCAAwC,EAAE,qBAAqB;AAC/D,IAAA,gDAAgD,EAAE,gBAAgB;AAClE,IAAA,yCAAyC,EAAE,gBAAgB;AAC3D,IAAA,iDAAiD,EAAE,SAAS;AAC5D,IAAA,oDAAoD,EAAE,UAAU;AAChE,IAAA,wDAAwD,EAAE,eAAe;AACzE,IAAA,wDAAwD,EAAE,gBAAgB;AAC1E,IAAA,yDAAyD,EAAE,gBAAgB;AAC3E,IAAA,oCAAoC,EAAE,UAAU;AAChD,IAAA,qCAAqC,EAAE,MAAM;AAC7C,IAAA,wCAAwC,EAAE,mCAAmC;AAC7E,IAAA,kCAAkC,EAAE,iBAAiB;AACrD,IAAA,2BAA2B,EAAE,aAAa;AAC1C,IAAA,iCAAiC,EAAE,cAAc;AACjD,IAAA,+BAA+B,EAAE,YAAY;AAC7C,IAAA,mCAAmC,EAAE,gBAAgB;AACrD,IAAA,gCAAgC,EAAE,aAAa;AAC/C,IAAA,wCAAwC,EAAE,cAAc;AACxD,IAAA,iCAAiC,EAAE,aAAa;AAChD,IAAA,mCAAmC,EAAE,4BAA4B;AACjE,IAAA,6CAA6C,EAAE,cAAc;AAC7D,IAAA,+CAA+C,EAAE,cAAc;AAC/D,IAAA,uCAAuC,EAAE,uBAAuB;AAChE,IAAA,iCAAiC,EAAE,aAAa;AAChD,IAAA,oCAAoC,EAAE,UAAU;AAChD,IAAA,sCAAsC,EAAE,iBAAiB;AACzD,IAAA,kCAAkC,EAAE,SAAS;AAC7C,IAAA,2CAA2C,EAAE,0BAA0B;AACvE,IAAA,uCAAuC,EAAE,OAAO;AAChD,IAAA,wCAAwC,EAAE,QAAQ;AAClD,IAAA,uCAAuC,EAAE,eAAe;AACxD,IAAA,kCAAkC,EAAE,iBAAiB;AACrD,IAAA,yCAAyC,EAAE,QAAQ;AACnD,IAAA,wCAAwC,EAAE,QAAQ;AAClD,IAAA,8CAA8C,EAAE,OAAO;AACvD,IAAA,6CAA6C,EAAE,MAAM;AACrD,IAAA,8BAA8B,EAAE,QAAQ;AACxC,IAAA,0CAA0C,EAAE,UAAU;AACtD,IAAA,uBAAuB,EAAE,aAAa;AACtC,IAAA,2CAA2C,EAAE,OAAO;AACpD,IAAA,8CAA8C,EAAE,OAAO;AACvD,IAAA,kDAAkD,EAAE,iBAAiB;AACrE,IAAA,sDAAsD,EAAE,sCAAsC;AAC9F,IAAA,qDAAqD,EAAE,UAAU;AACjE,IAAA,gDAAgD,EAAE,gBAAgB;AAClE,IAAA,+CAA+C,EAAE,OAAO;AACxD,IAAA,sDAAsD,EAAE,OAAO;AAC/D,IAAA,qDAAqD,EAAE,MAAM;AAC7D,IAAA,qDAAqD,EAAE,MAAM;AAC7D,IAAA,yDAAyD,EAAE,UAAU;AACrE,IAAA,uCAAuC,EAAE,aAAa;AACtD,IAAA,uCAAuC,EAAE,YAAY;AACrD,IAAA,+BAA+B,EAAE,UAAU;AAC3C,IAAA,gCAAgC,EAAE,QAAQ;AAC1C,IAAA,8BAA8B,EAAE,QAAQ;AACxC,IAAA,gDAAgD,EAAE,OAAO;AACzD,IAAA,0CAA0C,EAAE,OAAO;AACnD,IAAA,kCAAkC,EAAE,WAAW;AAC/C,IAAA,2CAA2C,EAAE,QAAQ;AACrD,IAAA,mCAAmC,EAAE,YAAY;AACjD,IAAA,wCAAwC,EAAE,YAAY;AACtD,IAAA,wCAAwC,EAAE,OAAO;AACjD,IAAA,2CAA2C,EAAE,MAAM;AACnD,IAAA,4CAA4C,EAAE,QAAQ;AACtD,IAAA,2CAA2C,EAAE,MAAM;AACnD,IAAA,qCAAqC,EAAE,aAAa;AACpD,IAAA,wCAAwC,EAAE,WAAW;AACrD,IAAA,sCAAsC,EAAE,oCAAoC;AAC5E,IAAA,wCAAwC,EAAE,yCAAyC;AACnF,IAAA,uDAAuD,EAAE,iCAAiC;AAC1F,IAAA,0CAA0C,EAAE,qBAAqB;AACjE,IAAA,gCAAgC,EAAE,WAAW;AAC7C,IAAA,iCAAiC,EAAE,YAAY;AAC/C,IAAA,iCAAiC,EAAE,YAAY;AAC/C,IAAA,8CAA8C,EAAE,qBAAqB;AACrE,IAAA,uCAAuC,EAAE,QAAQ;;;;;"}
|
|
1
|
+
{"version":3,"file":"en_us.js","sources":["../../../src/intl/locales/en_us.ts"],"sourcesContent":["import type { ja } from '.'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'English',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/AppHeader/school': 'SmartHR School',\n 'smarthr-ui/AppHeader/help': 'Help',\n 'smarthr-ui/AppHeader/userSettings': 'Personal Settings',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release Notes',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Failed to load the release notes. Please try again later.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'View all release notes',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Apps',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Account',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Open menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Close menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'All Apps',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Admin Menu',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Latest Release Notes',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Back',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Open',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Close',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Enter the name of the App.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'All Apps',\n 'smarthr-ui/AppHeader/Launcher/listText': 'App List',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'About Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Search results',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'App not found.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Sort by',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Selected',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default order',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'App name (A→Z)',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'App name (Z→A)',\n 'smarthr-ui/AppLauncher/showAllText': 'View all',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Apps',\n 'smarthr-ui/Browser/notFoundDescription': 'Try changing the filter criteria.',\n 'smarthr-ui/Browser/notFoundTitle': 'No items found.',\n 'smarthr-ui/Button/loading': 'In Progress',\n 'smarthr-ui/Calendar/currentYear': 'Current year',\n 'smarthr-ui/Calendar/nextMonth': 'Next month',\n 'smarthr-ui/Calendar/previousMonth': 'Previous month',\n 'smarthr-ui/Calendar/selectYear': 'Select year',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Add “{name}”',\n 'smarthr-ui/Combobox/loadingText': 'In Progress',\n 'smarthr-ui/Combobox/noResultsText': 'No matching results found.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Hide options',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Show options',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Choose file to upload',\n 'smarthr-ui/FileViewer/rotateAlt': 'Rotate Left',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Zoom Out',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Zoom Factor (%)',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Zoom In',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Unsupported file format.',\n 'smarthr-ui/FilterDropdown/applyButton': 'Apply',\n 'smarthr-ui/FilterDropdown/cancelButton': 'Cancel',\n 'smarthr-ui/FilterDropdown/resetButton': 'Clear filters',\n 'smarthr-ui/FilterDropdown/status': 'Filters applied',\n 'smarthr-ui/FilterDropdown/triggerButton': 'Filter',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Close',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Open',\n 'smarthr-ui/InputFile/destroy': 'Delete',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Selected',\n 'smarthr-ui/Loader/alt': 'In Progress',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Close',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Close',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Dialog position',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaValuetext': '{top}px from top, {left}px from left',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': remove',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Selected items',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Close',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'First',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Last',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Next',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Previous',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Page {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Pagination',\n 'smarthr-ui/RequiredLabel/text': 'Required',\n 'smarthr-ui/SearchInput/iconAlt': 'Search',\n 'smarthr-ui/Select/blankLabel': 'Select',\n 'smarthr-ui/SideMenu/navigationLabel': '',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Clear',\n 'smarthr-ui/SortDropdown/applyButtonLabel': 'Apply',\n 'smarthr-ui/SortDropdown/ascLabel': 'Ascending',\n 'smarthr-ui/SortDropdown/cancelButtonLabel': 'Cancel',\n 'smarthr-ui/SortDropdown/descLabel': 'Descending',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Sort items',\n 'smarthr-ui/SortDropdown/sortOrderLabel': 'Order',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Back',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Next',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Interrupted',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Completed',\n 'smarthr-ui/Textarea/availableLetters': '{availableLetters} characters left',\n 'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters} characters over limit',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maximum {maxLetters} characters',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Open in another tab',\n 'smarthr-ui/Th/sortDirectionAsc': 'Ascending',\n 'smarthr-ui/Th/sortDirectionDesc': 'Descending',\n 'smarthr-ui/Th/sortDirectionNone': 'No sorting',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Select/Deselect All',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Select',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"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"}
|
|
@@ -76,6 +76,7 @@ export declare const locale: {
|
|
|
76
76
|
readonly 'smarthr-ui/RequiredLabel/text': "Wajib";
|
|
77
77
|
readonly 'smarthr-ui/SearchInput/iconAlt': "Cari";
|
|
78
78
|
readonly 'smarthr-ui/Select/blankLabel': "Silakan pilih";
|
|
79
|
+
readonly 'smarthr-ui/SideMenu/navigationLabel': "";
|
|
79
80
|
readonly 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': "Bersihkan";
|
|
80
81
|
readonly 'smarthr-ui/SortDropdown/applyButtonLabel': "Terapkan";
|
|
81
82
|
readonly 'smarthr-ui/SortDropdown/ascLabel': "Urutan naik";
|
|
@@ -78,6 +78,7 @@ const locale = {
|
|
|
78
78
|
'smarthr-ui/RequiredLabel/text': 'Wajib',
|
|
79
79
|
'smarthr-ui/SearchInput/iconAlt': 'Cari',
|
|
80
80
|
'smarthr-ui/Select/blankLabel': 'Silakan pilih',
|
|
81
|
+
'smarthr-ui/SideMenu/navigationLabel': '',
|
|
81
82
|
'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Bersihkan',
|
|
82
83
|
'smarthr-ui/SortDropdown/applyButtonLabel': 'Terapkan',
|
|
83
84
|
'smarthr-ui/SortDropdown/ascLabel': 'Urutan naik',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id_id.js","sources":["../../../src/intl/locales/id_id.ts"],"sourcesContent":["import type { ja } from '.'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'Bahasa Indonesia',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Batal',\n 'smarthr-ui/AppHeader/school': 'SmartHR School',\n 'smarthr-ui/AppHeader/help': 'Bantuan',\n 'smarthr-ui/AppHeader/userSettings': 'Pengaturan pribadi',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release note',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Gagal memuat release note.\\nSilakan coba beberapa saat lagi.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'Lihat semua release note',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Aplikasi',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Akun',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Buka menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Tutup menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'Semua aplikasi',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Menu pengelolaan',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Release note terkini',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Kembali',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Buka',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Tutup',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Masukkan nama aplikasi.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Aplikasi yang sering digunakan',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'Semua aplikasi',\n 'smarthr-ui/AppHeader/Launcher/listText': 'Daftar aplikasi',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'Tentang aplikasi yang sering digunakan',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Hasil penelusuran',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'Tidak ditemukan aplikasi yang sesuai.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Urutkan berdasarkan',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Dipilih',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'Urutkan nama aplikasi A-Z',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'Urutkan nama aplikasi Z-A',\n 'smarthr-ui/AppLauncher/showAllText': 'Lihat semua',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Aplikasi',\n 'smarthr-ui/Browser/notFoundDescription': 'Silakan coba dengan kriteria lain.',\n 'smarthr-ui/Browser/notFoundTitle': 'Tidak ada item yang sesuai.',\n 'smarthr-ui/Button/loading': 'Sedang diproses',\n 'smarthr-ui/Calendar/currentYear': 'Tahun saat ini',\n 'smarthr-ui/Calendar/nextMonth': 'Ke bulan berikutnya',\n 'smarthr-ui/Calendar/previousMonth': 'Ke bulan sebelumnya',\n 'smarthr-ui/Calendar/selectYear': 'Pilih tahun',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Tambah “{name}”',\n 'smarthr-ui/Combobox/loadingText': 'Sedang diproses',\n 'smarthr-ui/Combobox/noResultsText': 'Tidak ada pilihan yang sesuai.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Tutup pilihan',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Buka pilihan',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Pilih file',\n 'smarthr-ui/FileViewer/rotateAlt': 'Putar ke kiri',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Perkecil',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Skala pembesaran',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Perbesar',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Format file tidak didukung.',\n 'smarthr-ui/FilterDropdown/applyButton': 'Terapkan',\n 'smarthr-ui/FilterDropdown/cancelButton': 'Batal',\n 'smarthr-ui/FilterDropdown/resetButton': 'Hapus kriteria filter',\n 'smarthr-ui/FilterDropdown/status': 'Diterapkan',\n 'smarthr-ui/FilterDropdown/triggerButton': 'Filter',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Batal',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Tutup',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Buka',\n 'smarthr-ui/InputFile/destroy': 'Hapus',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Dipilih',\n 'smarthr-ui/Loader/alt': 'Sedang diproses',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Tutup',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Tutup',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Posisi dialog',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaValuetext': '{top} px dari atas, {left} px dari kiri',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': hapus',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Item yang dipilih',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Tutup',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'Ke halaman pertama',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Ke halaman terakhir',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Selanjutnya',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Sebelumnya',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Halaman {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Navigasi halaman',\n 'smarthr-ui/RequiredLabel/text': 'Wajib',\n 'smarthr-ui/SearchInput/iconAlt': 'Cari',\n 'smarthr-ui/Select/blankLabel': 'Silakan pilih',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Bersihkan',\n 'smarthr-ui/SortDropdown/applyButtonLabel': 'Terapkan',\n 'smarthr-ui/SortDropdown/ascLabel': 'Urutan naik',\n 'smarthr-ui/SortDropdown/cancelButtonLabel': 'Batal',\n 'smarthr-ui/SortDropdown/descLabel': 'Urutan turun',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Kriteria pengurutan',\n 'smarthr-ui/SortDropdown/sortOrderLabel': 'Urutan',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Kembali',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Batal',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Selanjutnya',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Terhenti',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Selesai',\n 'smarthr-ui/Textarea/availableLetters': 'Sisa {availableLetters} karakter',\n 'smarthr-ui/Textarea/maxLettersExceeded': 'Melebihi {exceededLetters} karakter',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maksimal {maxLetters} karakter',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Buka di tab baru',\n 'smarthr-ui/Th/sortDirectionAsc': 'Urutan naik',\n 'smarthr-ui/Th/sortDirectionDesc': 'Urutan turun',\n 'smarthr-ui/Th/sortDirectionNone': 'Tanpa pengurutan',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Pilih/hapus semua item',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Pilih',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"id_id.js","sources":["../../../src/intl/locales/id_id.ts"],"sourcesContent":["import type { ja } from '.'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'Bahasa Indonesia',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Batal',\n 'smarthr-ui/AppHeader/school': 'SmartHR School',\n 'smarthr-ui/AppHeader/help': 'Bantuan',\n 'smarthr-ui/AppHeader/userSettings': 'Pengaturan pribadi',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release note',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Gagal memuat release note.\\nSilakan coba beberapa saat lagi.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'Lihat semua release note',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Aplikasi',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Akun',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Buka menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Tutup menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'Semua aplikasi',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Menu pengelolaan',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Release note terkini',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Kembali',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Buka',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Tutup',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Masukkan nama aplikasi.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Aplikasi yang sering digunakan',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'Semua aplikasi',\n 'smarthr-ui/AppHeader/Launcher/listText': 'Daftar aplikasi',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'Tentang aplikasi yang sering digunakan',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Hasil penelusuran',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'Tidak ditemukan aplikasi yang sesuai.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Urutkan berdasarkan',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Dipilih',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'Urutkan nama aplikasi A-Z',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'Urutkan nama aplikasi Z-A',\n 'smarthr-ui/AppLauncher/showAllText': 'Lihat semua',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Aplikasi',\n 'smarthr-ui/Browser/notFoundDescription': 'Silakan coba dengan kriteria lain.',\n 'smarthr-ui/Browser/notFoundTitle': 'Tidak ada item yang sesuai.',\n 'smarthr-ui/Button/loading': 'Sedang diproses',\n 'smarthr-ui/Calendar/currentYear': 'Tahun saat ini',\n 'smarthr-ui/Calendar/nextMonth': 'Ke bulan berikutnya',\n 'smarthr-ui/Calendar/previousMonth': 'Ke bulan sebelumnya',\n 'smarthr-ui/Calendar/selectYear': 'Pilih tahun',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Tambah “{name}”',\n 'smarthr-ui/Combobox/loadingText': 'Sedang diproses',\n 'smarthr-ui/Combobox/noResultsText': 'Tidak ada pilihan yang sesuai.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Tutup pilihan',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Buka pilihan',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Pilih file',\n 'smarthr-ui/FileViewer/rotateAlt': 'Putar ke kiri',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Perkecil',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Skala pembesaran',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Perbesar',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Format file tidak didukung.',\n 'smarthr-ui/FilterDropdown/applyButton': 'Terapkan',\n 'smarthr-ui/FilterDropdown/cancelButton': 'Batal',\n 'smarthr-ui/FilterDropdown/resetButton': 'Hapus kriteria filter',\n 'smarthr-ui/FilterDropdown/status': 'Diterapkan',\n 'smarthr-ui/FilterDropdown/triggerButton': 'Filter',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Batal',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Tutup',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Buka',\n 'smarthr-ui/InputFile/destroy': 'Hapus',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Dipilih',\n 'smarthr-ui/Loader/alt': 'Sedang diproses',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Tutup',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Tutup',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Posisi dialog',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaValuetext': '{top} px dari atas, {left} px dari kiri',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': hapus',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Item yang dipilih',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Tutup',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'Ke halaman pertama',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Ke halaman terakhir',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Selanjutnya',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Sebelumnya',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Halaman {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Navigasi halaman',\n 'smarthr-ui/RequiredLabel/text': 'Wajib',\n 'smarthr-ui/SearchInput/iconAlt': 'Cari',\n 'smarthr-ui/Select/blankLabel': 'Silakan pilih',\n 'smarthr-ui/SideMenu/navigationLabel': '',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Bersihkan',\n 'smarthr-ui/SortDropdown/applyButtonLabel': 'Terapkan',\n 'smarthr-ui/SortDropdown/ascLabel': 'Urutan naik',\n 'smarthr-ui/SortDropdown/cancelButtonLabel': 'Batal',\n 'smarthr-ui/SortDropdown/descLabel': 'Urutan turun',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Kriteria pengurutan',\n 'smarthr-ui/SortDropdown/sortOrderLabel': 'Urutan',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Kembali',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Batal',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Selanjutnya',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Terhenti',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Selesai',\n 'smarthr-ui/Textarea/availableLetters': 'Sisa {availableLetters} karakter',\n 'smarthr-ui/Textarea/maxLettersExceeded': 'Melebihi {exceededLetters} karakter',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maksimal {maxLetters} karakter',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Buka di tab baru',\n 'smarthr-ui/Th/sortDirectionAsc': 'Urutan naik',\n 'smarthr-ui/Th/sortDirectionDesc': 'Urutan turun',\n 'smarthr-ui/Th/sortDirectionNone': 'Tanpa pengurutan',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Pilih/hapus semua item',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Pilih',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"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"}
|
package/esm/intl/locales/ja.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export declare const locale: {
|
|
|
76
76
|
readonly 'smarthr-ui/RequiredLabel/text': "必須";
|
|
77
77
|
readonly 'smarthr-ui/SearchInput/iconAlt': "検索";
|
|
78
78
|
readonly 'smarthr-ui/Select/blankLabel': "選択してください";
|
|
79
|
+
readonly 'smarthr-ui/SideMenu/navigationLabel': "サイドメニュー";
|
|
79
80
|
readonly 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': "クリア";
|
|
80
81
|
readonly 'smarthr-ui/SortDropdown/applyButtonLabel': "適用";
|
|
81
82
|
readonly 'smarthr-ui/SortDropdown/ascLabel': "昇順";
|
package/esm/intl/locales/ja.js
CHANGED
|
@@ -78,6 +78,7 @@ const locale = {
|
|
|
78
78
|
'smarthr-ui/RequiredLabel/text': '必須',
|
|
79
79
|
'smarthr-ui/SearchInput/iconAlt': '検索',
|
|
80
80
|
'smarthr-ui/Select/blankLabel': '選択してください',
|
|
81
|
+
'smarthr-ui/SideMenu/navigationLabel': 'サイドメニュー',
|
|
81
82
|
'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'クリア',
|
|
82
83
|
'smarthr-ui/SortDropdown/applyButtonLabel': '適用',
|
|
83
84
|
'smarthr-ui/SortDropdown/ascLabel': '昇順',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.js","sources":["../../../src/intl/locales/ja.ts"],"sourcesContent":["// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': '日本語',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'キャンセル',\n 'smarthr-ui/AppHeader/school': 'スクール',\n 'smarthr-ui/AppHeader/help': 'ヘルプ',\n 'smarthr-ui/AppHeader/userSettings': '個人設定',\n 'smarthr-ui/AppHeader/releaseNotes': 'リリースノート',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'リリースノートの読み込みに失敗しました。\\n時間をおいて、やり直してください。',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'すべてのリリースノートを見る',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'アプリ',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'アカウント',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'メニューを開く',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'メニューを閉じる',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'すべてのアプリ',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': '管理メニュー',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': '最新のリリースノート',\n 'smarthr-ui/AppHeader/MobileHeader/back': '戻る',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': '開く',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': '閉じる',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'アプリ名を入力してください。',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'よく使うアプリ',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'すべてのアプリ',\n 'smarthr-ui/AppHeader/Launcher/listText': 'アプリ一覧',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'よく使うアプリとは',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': '検索結果',\n 'smarthr-ui/AppHeader/Launcher/emptyText': '該当するアプリが見つかりませんでした。',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': '表示順',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': '選択中',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'デフォルト',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'アプリ名の昇順',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'アプリ名の降順',\n 'smarthr-ui/AppLauncher/showAllText': 'すべて見る',\n 'smarthr-ui/AppLauncher/triggerLabel': 'アプリ',\n 'smarthr-ui/Browser/notFoundDescription': '別の条件を試してください。',\n 'smarthr-ui/Browser/notFoundTitle': '該当する項目がありません。',\n 'smarthr-ui/Button/loading': '処理中',\n 'smarthr-ui/Calendar/currentYear': '現在の年',\n 'smarthr-ui/Calendar/nextMonth': '次の月へ',\n 'smarthr-ui/Calendar/previousMonth': '前の月へ',\n 'smarthr-ui/Calendar/selectYear': '年を選択する',\n 'smarthr-ui/Combobox/addItemButtonLabel': '「{name}」を追加',\n 'smarthr-ui/Combobox/loadingText': '処理中',\n 'smarthr-ui/Combobox/noResultsText': '一致する選択肢がありません。',\n 'smarthr-ui/DropdownMenuButton/triggerActive': '候補を閉じる',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': '候補を開く',\n 'smarthr-ui/DropZone/selectButtonLabel': 'ファイルを選択',\n 'smarthr-ui/FileViewer/rotateAlt': '左回転',\n 'smarthr-ui/FileViewer/scaleDownAlt': '縮小',\n 'smarthr-ui/FileViewer/scaleRateLabel': '拡大率',\n 'smarthr-ui/FileViewer/scaleUpAlt': '拡大',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'サポートされていない形式のファイルです。',\n 'smarthr-ui/FilterDropdown/applyButton': '適用',\n 'smarthr-ui/FilterDropdown/cancelButton': 'キャンセル',\n 'smarthr-ui/FilterDropdown/resetButton': '絞り込み条件を解除',\n 'smarthr-ui/FilterDropdown/status': '適用中',\n 'smarthr-ui/FilterDropdown/triggerButton': '絞り込み',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'キャンセル',\n 'smarthr-ui/InformationPanel/closeButtonLabel': '閉じる',\n 'smarthr-ui/InformationPanel/openButtonLabel': '開く',\n 'smarthr-ui/InputFile/destroy': '削除',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': '選択中',\n 'smarthr-ui/Loader/alt': '処理中',\n 'smarthr-ui/MessageDialog/closeButtonLabel': '閉じる',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': '閉じる',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'ダイアログの位置',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaValuetext': '上から{top}px、左から{left}px',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': 'を削除',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': '選択済みアイテム',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': '閉じる',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': '最初へ',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': '最後へ',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': '次へ',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': '前へ',\n 'smarthr-ui/Pagination/itemButtonLabel': '{page}ページ目',\n 'smarthr-ui/Pagination/navigationLabel': 'ページネーション',\n 'smarthr-ui/RequiredLabel/text': '必須',\n 'smarthr-ui/SearchInput/iconAlt': '検索',\n 'smarthr-ui/Select/blankLabel': '選択してください',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'クリア',\n 'smarthr-ui/SortDropdown/applyButtonLabel': '適用',\n 'smarthr-ui/SortDropdown/ascLabel': '昇順',\n 'smarthr-ui/SortDropdown/cancelButtonLabel': 'キャンセル',\n 'smarthr-ui/SortDropdown/descLabel': '降順',\n 'smarthr-ui/SortDropdown/sortFieldLabel': '並べ替え項目',\n 'smarthr-ui/SortDropdown/sortOrderLabel': '並び順',\n 'smarthr-ui/StepFormDialog/backButtonLabel': '戻る',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'キャンセル',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': '次へ',\n 'smarthr-ui/StepStatusIcon/closedAlt': '中断',\n 'smarthr-ui/StepStatusIcon/completedAlt': '完了',\n 'smarthr-ui/Textarea/availableLetters': 'あと{availableLetters}文字',\n 'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters}文字オーバー',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': '最大{maxLetters}文字入力できます',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': '別タブで開く',\n 'smarthr-ui/Th/sortDirectionAsc': '昇順',\n 'smarthr-ui/Th/sortDirectionDesc': '降順',\n 'smarthr-ui/Th/sortDirectionNone': '並び替えなし',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'すべての項目を選択/解除',\n 'smarthr-ui/ThCheckbox/checkColumnName': '選択',\n} as const\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ja.js","sources":["../../../src/intl/locales/ja.ts"],"sourcesContent":["// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': '日本語',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'キャンセル',\n 'smarthr-ui/AppHeader/school': 'スクール',\n 'smarthr-ui/AppHeader/help': 'ヘルプ',\n 'smarthr-ui/AppHeader/userSettings': '個人設定',\n 'smarthr-ui/AppHeader/releaseNotes': 'リリースノート',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'リリースノートの読み込みに失敗しました。\\n時間をおいて、やり直してください。',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'すべてのリリースノートを見る',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'アプリ',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'アカウント',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'メニューを開く',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'メニューを閉じる',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'すべてのアプリ',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': '管理メニュー',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': '最新のリリースノート',\n 'smarthr-ui/AppHeader/MobileHeader/back': '戻る',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': '開く',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': '閉じる',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'アプリ名を入力してください。',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'よく使うアプリ',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'すべてのアプリ',\n 'smarthr-ui/AppHeader/Launcher/listText': 'アプリ一覧',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'よく使うアプリとは',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': '検索結果',\n 'smarthr-ui/AppHeader/Launcher/emptyText': '該当するアプリが見つかりませんでした。',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': '表示順',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': '選択中',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'デフォルト',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'アプリ名の昇順',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'アプリ名の降順',\n 'smarthr-ui/AppLauncher/showAllText': 'すべて見る',\n 'smarthr-ui/AppLauncher/triggerLabel': 'アプリ',\n 'smarthr-ui/Browser/notFoundDescription': '別の条件を試してください。',\n 'smarthr-ui/Browser/notFoundTitle': '該当する項目がありません。',\n 'smarthr-ui/Button/loading': '処理中',\n 'smarthr-ui/Calendar/currentYear': '現在の年',\n 'smarthr-ui/Calendar/nextMonth': '次の月へ',\n 'smarthr-ui/Calendar/previousMonth': '前の月へ',\n 'smarthr-ui/Calendar/selectYear': '年を選択する',\n 'smarthr-ui/Combobox/addItemButtonLabel': '「{name}」を追加',\n 'smarthr-ui/Combobox/loadingText': '処理中',\n 'smarthr-ui/Combobox/noResultsText': '一致する選択肢がありません。',\n 'smarthr-ui/DropdownMenuButton/triggerActive': '候補を閉じる',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': '候補を開く',\n 'smarthr-ui/DropZone/selectButtonLabel': 'ファイルを選択',\n 'smarthr-ui/FileViewer/rotateAlt': '左回転',\n 'smarthr-ui/FileViewer/scaleDownAlt': '縮小',\n 'smarthr-ui/FileViewer/scaleRateLabel': '拡大率',\n 'smarthr-ui/FileViewer/scaleUpAlt': '拡大',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'サポートされていない形式のファイルです。',\n 'smarthr-ui/FilterDropdown/applyButton': '適用',\n 'smarthr-ui/FilterDropdown/cancelButton': 'キャンセル',\n 'smarthr-ui/FilterDropdown/resetButton': '絞り込み条件を解除',\n 'smarthr-ui/FilterDropdown/status': '適用中',\n 'smarthr-ui/FilterDropdown/triggerButton': '絞り込み',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'キャンセル',\n 'smarthr-ui/InformationPanel/closeButtonLabel': '閉じる',\n 'smarthr-ui/InformationPanel/openButtonLabel': '開く',\n 'smarthr-ui/InputFile/destroy': '削除',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': '選択中',\n 'smarthr-ui/Loader/alt': '処理中',\n 'smarthr-ui/MessageDialog/closeButtonLabel': '閉じる',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': '閉じる',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'ダイアログの位置',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaValuetext': '上から{top}px、左から{left}px',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': 'を削除',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': '選択済みアイテム',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': '閉じる',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': '最初へ',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': '最後へ',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': '次へ',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': '前へ',\n 'smarthr-ui/Pagination/itemButtonLabel': '{page}ページ目',\n 'smarthr-ui/Pagination/navigationLabel': 'ページネーション',\n 'smarthr-ui/RequiredLabel/text': '必須',\n 'smarthr-ui/SearchInput/iconAlt': '検索',\n 'smarthr-ui/Select/blankLabel': '選択してください',\n 'smarthr-ui/SideMenu/navigationLabel': 'サイドメニュー',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'クリア',\n 'smarthr-ui/SortDropdown/applyButtonLabel': '適用',\n 'smarthr-ui/SortDropdown/ascLabel': '昇順',\n 'smarthr-ui/SortDropdown/cancelButtonLabel': 'キャンセル',\n 'smarthr-ui/SortDropdown/descLabel': '降順',\n 'smarthr-ui/SortDropdown/sortFieldLabel': '並べ替え項目',\n 'smarthr-ui/SortDropdown/sortOrderLabel': '並び順',\n 'smarthr-ui/StepFormDialog/backButtonLabel': '戻る',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'キャンセル',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': '次へ',\n 'smarthr-ui/StepStatusIcon/closedAlt': '中断',\n 'smarthr-ui/StepStatusIcon/completedAlt': '完了',\n 'smarthr-ui/Textarea/availableLetters': 'あと{availableLetters}文字',\n 'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters}文字オーバー',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': '最大{maxLetters}文字入力できます',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': '別タブで開く',\n 'smarthr-ui/Th/sortDirectionAsc': '昇順',\n 'smarthr-ui/Th/sortDirectionDesc': '降順',\n 'smarthr-ui/Th/sortDirectionNone': '並び替えなし',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'すべての項目を選択/解除',\n 'smarthr-ui/ThCheckbox/checkColumnName': '選択',\n} as const\n"],"names":[],"mappings":"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"}
|
|
@@ -76,6 +76,7 @@ export declare const locale: {
|
|
|
76
76
|
readonly 'smarthr-ui/RequiredLabel/text': "";
|
|
77
77
|
readonly 'smarthr-ui/SearchInput/iconAlt': "";
|
|
78
78
|
readonly 'smarthr-ui/Select/blankLabel': "";
|
|
79
|
+
readonly 'smarthr-ui/SideMenu/navigationLabel': "";
|
|
79
80
|
readonly 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': "";
|
|
80
81
|
readonly 'smarthr-ui/SortDropdown/applyButtonLabel': "";
|
|
81
82
|
readonly 'smarthr-ui/SortDropdown/ascLabel': "";
|
|
@@ -78,6 +78,7 @@ const locale = {
|
|
|
78
78
|
'smarthr-ui/RequiredLabel/text': '',
|
|
79
79
|
'smarthr-ui/SearchInput/iconAlt': '',
|
|
80
80
|
'smarthr-ui/Select/blankLabel': '',
|
|
81
|
+
'smarthr-ui/SideMenu/navigationLabel': '',
|
|
81
82
|
'smarthr-ui/SingleCombobox/destroyButtonIconAlt': '',
|
|
82
83
|
'smarthr-ui/SortDropdown/applyButtonLabel': '',
|
|
83
84
|
'smarthr-ui/SortDropdown/ascLabel': '',
|