@univerjs/design 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/lib/cjs/index.js +322 -88
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +329 -15659
  15. package/lib/es/locale/ca-ES.js +1 -50
  16. package/lib/es/locale/en-US.js +1 -50
  17. package/lib/es/locale/es-ES.js +1 -50
  18. package/lib/es/locale/fa-IR.js +1 -50
  19. package/lib/es/locale/fr-FR.js +1 -50
  20. package/lib/es/locale/ja-JP.js +1 -50
  21. package/lib/es/locale/ko-KR.js +1 -50
  22. package/lib/es/locale/ru-RU.js +1 -50
  23. package/lib/es/locale/sk-SK.js +1 -50
  24. package/lib/es/locale/vi-VN.js +1 -50
  25. package/lib/es/locale/zh-CN.js +1 -50
  26. package/lib/es/locale/zh-TW.js +1 -50
  27. package/lib/index.css +2580 -1
  28. package/lib/index.js +329 -15659
  29. package/lib/locale/ca-ES.js +1 -50
  30. package/lib/locale/en-US.js +1 -50
  31. package/lib/locale/es-ES.js +1 -50
  32. package/lib/locale/fa-IR.js +1 -50
  33. package/lib/locale/fr-FR.js +1 -50
  34. package/lib/locale/ja-JP.js +1 -50
  35. package/lib/locale/ko-KR.js +1 -50
  36. package/lib/locale/ru-RU.js +1 -50
  37. package/lib/locale/sk-SK.js +1 -50
  38. package/lib/locale/vi-VN.js +1 -50
  39. package/lib/locale/zh-CN.js +1 -50
  40. package/lib/locale/zh-TW.js +1 -50
  41. package/lib/types/components/accordion/Accordion.d.ts +16 -1
  42. package/lib/types/components/accordion/Accordion.stories.d.ts +16 -1
  43. package/lib/types/components/avatar/Avatar.d.ts +18 -3
  44. package/lib/types/components/avatar/Avatar.stories.d.ts +16 -1
  45. package/lib/types/components/badge/Badge.d.ts +16 -1
  46. package/lib/types/components/badge/Badge.stories.d.ts +16 -1
  47. package/lib/types/components/button/Button.d.ts +19 -4
  48. package/lib/types/components/button/Button.stories.d.ts +16 -1
  49. package/lib/types/components/button/ButtonGroup.d.ts +17 -2
  50. package/lib/types/components/button/ButtonGroup.stories.d.ts +16 -1
  51. package/lib/types/components/calendar/Calendar.stories.d.ts +16 -1
  52. package/lib/types/components/cascader-list/CascaderList.stories.d.ts +16 -1
  53. package/lib/types/components/checkbox/Checkbox.d.ts +16 -1
  54. package/lib/types/components/checkbox/Checkbox.stories.d.ts +16 -1
  55. package/lib/types/components/checkbox-group/CheckboxGroup.d.ts +16 -1
  56. package/lib/types/components/checkbox-group/CheckboxGroup.stories.d.ts +16 -1
  57. package/lib/types/components/color-picker/ColorPicker.stories.d.ts +16 -1
  58. package/lib/types/components/config-provider/ConfigProvider.d.ts +17 -2
  59. package/lib/types/components/config-provider/ConfigProvider.stories.d.ts +16 -1
  60. package/lib/types/components/confirm/Confirm.d.ts +16 -1
  61. package/lib/types/components/confirm/Confirm.stories.d.ts +16 -1
  62. package/lib/types/components/date-picker/DatePicker.stories.d.ts +16 -1
  63. package/lib/types/components/date-range-picker/DateRangePicker.stories.d.ts +16 -1
  64. package/lib/types/components/dialog/Dialog.d.ts +16 -1
  65. package/lib/types/components/dialog/Dialog.stories.d.ts +16 -1
  66. package/lib/types/components/dialog/DialogPrimitive.d.ts +24 -9
  67. package/lib/types/components/draggable-list/DraggableList.d.ts +16 -1
  68. package/lib/types/components/draggable-list/DraggableList.stories.d.ts +16 -1
  69. package/lib/types/components/dropdown/Dropdown.d.ts +16 -1
  70. package/lib/types/components/dropdown/Dropdown.stories.d.ts +16 -1
  71. package/lib/types/components/dropdown/PopoverPrimitive.d.ts +16 -1
  72. package/lib/types/components/dropdown-menu/DropdownMenu.d.ts +16 -1
  73. package/lib/types/components/dropdown-menu/DropdownMenuPrimitive.d.ts +16 -1
  74. package/lib/types/components/form-layout/FormLayout.d.ts +16 -1
  75. package/lib/types/components/form-layout/FormLayout.stories.d.ts +16 -1
  76. package/lib/types/components/gallery/Gallery.d.ts +1 -1
  77. package/lib/types/components/gallery/Gallery.stories.d.ts +16 -1
  78. package/lib/types/components/gradient-color-picker/GradientColorPicker.stories.d.ts +16 -1
  79. package/lib/types/components/hover-card/HoverCard.d.ts +16 -1
  80. package/lib/types/components/hover-card/HoverCard.stories.d.ts +16 -1
  81. package/lib/types/components/hover-card/HoverCardPrimitive.d.ts +4 -4
  82. package/lib/types/components/input/Input.d.ts +19 -4
  83. package/lib/types/components/input/Input.stories.d.ts +16 -1
  84. package/lib/types/components/input-number/InputNumber.d.ts +17 -2
  85. package/lib/types/components/input-number/InputNumber.stories.d.ts +16 -1
  86. package/lib/types/components/kbd/Kbd.stories.d.ts +16 -1
  87. package/lib/types/components/message/Message.d.ts +16 -1
  88. package/lib/types/components/message/Message.stories.d.ts +16 -1
  89. package/lib/types/components/pager/Pager.stories.d.ts +16 -1
  90. package/lib/types/components/popup/Popup.d.ts +17 -2
  91. package/lib/types/components/popup/Popup.stories.d.ts +16 -1
  92. package/lib/types/components/radio/Radio.d.ts +16 -1
  93. package/lib/types/components/radio/Radio.stories.d.ts +16 -1
  94. package/lib/types/components/radio-group/RadioGroup.d.ts +16 -1
  95. package/lib/types/components/radio-group/RadioGroup.stories.d.ts +16 -1
  96. package/lib/types/components/segmented/Segmented.stories.d.ts +16 -1
  97. package/lib/types/components/select/MultipleSelect.d.ts +16 -1
  98. package/lib/types/components/select/Select.d.ts +16 -1
  99. package/lib/types/components/select/Select.stories.d.ts +16 -1
  100. package/lib/types/components/select-list/SelectList.stories.d.ts +16 -1
  101. package/lib/types/components/separator/Separator.d.ts +16 -1
  102. package/lib/types/components/textarea/Textarea.d.ts +17 -2
  103. package/lib/types/components/toaster/Toaster.d.ts +16 -1
  104. package/lib/types/components/tooltip/Tooltip.d.ts +16 -1
  105. package/lib/types/components/tooltip/Tooltip.stories.d.ts +16 -1
  106. package/lib/types/components/tree/Tree.d.ts +16 -1
  107. package/lib/types/components/tree/Tree.stories.d.ts +16 -1
  108. package/lib/types/components/tree/util.d.ts +16 -1
  109. package/lib/types/components/virtual-list/VirtualList.d.ts +16 -1
  110. package/lib/types/helper/clsx.d.ts +16 -1
  111. package/lib/types/index.d.ts +0 -1
  112. package/lib/types/locale/ca-ES.d.ts +16 -1
  113. package/lib/types/locale/es-ES.d.ts +16 -1
  114. package/lib/types/locale/fa-IR.d.ts +16 -1
  115. package/lib/types/locale/fr-FR.d.ts +16 -1
  116. package/lib/types/locale/ja-JP.d.ts +16 -1
  117. package/lib/types/locale/ko-KR.d.ts +16 -1
  118. package/lib/types/locale/ru-RU.d.ts +16 -1
  119. package/lib/types/locale/sk-SK.d.ts +16 -1
  120. package/lib/types/locale/vi-VN.d.ts +16 -1
  121. package/lib/types/locale/zh-CN.d.ts +16 -1
  122. package/lib/types/locale/zh-TW.d.ts +16 -1
  123. package/lib/umd/index.js +349 -71
  124. package/lib/umd/locale/ca-ES.js +1 -1
  125. package/lib/umd/locale/en-US.js +1 -1
  126. package/lib/umd/locale/es-ES.js +1 -1
  127. package/lib/umd/locale/fa-IR.js +1 -1
  128. package/lib/umd/locale/fr-FR.js +1 -1
  129. package/lib/umd/locale/ja-JP.js +1 -1
  130. package/lib/umd/locale/ko-KR.js +1 -1
  131. package/lib/umd/locale/ru-RU.js +1 -1
  132. package/lib/umd/locale/sk-SK.js +1 -1
  133. package/lib/umd/locale/vi-VN.js +1 -1
  134. package/lib/umd/locale/zh-CN.js +1 -1
  135. package/lib/umd/locale/zh-TW.js +1 -1
  136. package/package.json +7 -9
  137. package/lib/types/components/menu/Menu.d.ts +0 -27
  138. package/lib/types/components/menu/index.d.ts +0 -17
  139. package/lib/types/components/menu/menu.stories.d.ts +0 -27
  140. package/lib/types/type.d.ts +0 -18
@@ -1,4 +1,19 @@
1
- import { Meta } from '@storybook/react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { Meta } from '@storybook/react';
2
17
  import { Select } from './Select';
3
18
  declare const meta: Meta<typeof Select>;
4
19
  export default meta;
@@ -1,4 +1,19 @@
1
- import { Meta } from '@storybook/react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { Meta } from '@storybook/react';
2
17
  import { SelectList } from './SelectList';
3
18
  declare const meta: Meta<typeof SelectList>;
4
19
  export default meta;
@@ -1,4 +1,19 @@
1
- import { ComponentProps } from 'react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { ComponentProps } from 'react';
2
17
  import { Root } from '@radix-ui/react-separator';
3
18
  declare function Separator({ className, orientation, decorative, ...props }: ComponentProps<typeof Root>): import("react/jsx-runtime").JSX.Element;
4
19
  export { Separator };
@@ -1,8 +1,23 @@
1
- import { ComponentProps } from 'react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { ComponentProps } from 'react';
2
17
  interface ITextareaProps extends ComponentProps<'textarea'> {
3
18
  className?: string;
4
19
  onResize?: (width: number, height: number) => void;
5
20
  onValueChange?: (value: string) => void;
6
21
  }
7
- export declare const Textarea: import('react').ForwardRefExoticComponent<Omit<ITextareaProps, "ref"> & import('react').RefAttributes<HTMLTextAreaElement>>;
22
+ export declare const Textarea: import("react").ForwardRefExoticComponent<Omit<ITextareaProps, "ref"> & import("react").RefAttributes<HTMLTextAreaElement>>;
8
23
  export {};
@@ -1,4 +1,19 @@
1
- import { ComponentProps } from 'react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { ComponentProps } from 'react';
2
17
  import { Toaster as Sonner, toast } from 'sonner';
3
18
  export type IToasterProps = ComponentProps<typeof Sonner>;
4
19
  declare function Toaster({ visibleToasts, ...props }: IToasterProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,19 @@
1
- import { ReactNode } from 'react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { ReactNode } from 'react';
2
17
  export interface ITooltipProps {
3
18
  /**
4
19
  * The trigger element
@@ -1,4 +1,19 @@
1
- import { Meta } from '@storybook/react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { Meta } from '@storybook/react';
2
17
  import { Tooltip } from './Tooltip';
3
18
  declare const meta: Meta<typeof Tooltip>;
4
19
  export default meta;
@@ -1,4 +1,19 @@
1
- import { CSSProperties, ReactNode } from 'react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { CSSProperties, ReactNode } from 'react';
2
17
  export declare enum TreeSelectionMode {
3
18
  ONLY_LEAF_NODE = 0,
4
19
  ALL = 1
@@ -1,4 +1,19 @@
1
- import { Meta } from '@storybook/react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { Meta } from '@storybook/react';
2
17
  import { Tree } from './Tree';
3
18
  declare const meta: Meta<typeof Tree>;
4
19
  export default meta;
@@ -1,4 +1,19 @@
1
- import { ITreeNodeProps } from './Tree';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { ITreeNodeProps } from './Tree';
2
17
  export declare const findNodePathFromTree: (tree: ITreeNodeProps[], key: string) => string[];
3
18
  export declare const createCacheWithFindNodePathFromTree: (tree: ITreeNodeProps[], defaultCache?: Map<string, string[]>) => {
4
19
  findNodePathFromTreeWithCache: (key: string) => string[];
@@ -1,4 +1,19 @@
1
- import { CSSProperties, Key, ReactNode } from 'react';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { CSSProperties, Key, ReactNode } from 'react';
2
17
  export interface IVirtualListProps<T extends object> {
3
18
  data: T[];
4
19
  itemKey: Key | ((item: T) => Key);
@@ -1,2 +1,17 @@
1
- import { ClassValue } from 'clsx';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { ClassValue } from 'clsx';
2
17
  export declare function clsx(...inputs: ClassValue[]): string;
@@ -39,7 +39,6 @@ export { HoverCard, type IHoverCardProps } from './components/hover-card/HoverCa
39
39
  export { type IInputNumberProps, InputNumber } from './components/input-number/InputNumber';
40
40
  export { type IInputProps, Input } from './components/input/Input';
41
41
  export { type IKBDProps, KBD } from './components/kbd/Kbd';
42
- export { Menu, MenuItem, MenuItemGroup, type MenuRef, SubMenu, TinyMenuGroup } from './components/menu';
43
42
  export { type IMessageProps, message, Messager, MessageType, removeMessage } from './components/message/Message';
44
43
  export { type IPagerProps, Pager } from './components/pager/Pager';
45
44
  export { type IPopupProps, Popup } from './components/popup';
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;