@univerjs/design 0.1.0-alpha.1 → 0.1.0-alpha.2
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/LICENSE.txt +178 -0
- package/lib/cjs/index.js +48 -2170
- package/lib/es/index.js +11986 -0
- package/lib/index.css +1 -1833
- package/lib/types/components/avatar/Avatar.d.ts +15 -1
- package/lib/types/components/avatar/Avatar.stories.d.ts +29 -0
- package/lib/types/components/avatar/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/avatar/index.d.ts +15 -1
- package/lib/types/components/button/Button.d.ts +15 -1
- package/lib/types/components/button/Button.stories.d.ts +32 -0
- package/lib/types/components/button/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/button/index.d.ts +15 -1
- package/lib/types/components/cascader-list/CascaderList.d.ts +15 -1
- package/lib/types/components/cascader-list/CascaderList.stories.d.ts +23 -0
- package/lib/types/components/cascader-list/index.d.ts +15 -1
- package/lib/types/components/checkbox/Checkbox.d.ts +15 -1
- package/lib/types/components/checkbox/Checkbox.stories.d.ts +26 -0
- package/lib/types/components/checkbox/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/checkbox/index.d.ts +15 -1
- package/lib/types/components/checkbox-group/CheckboxGroup.d.ts +15 -1
- package/lib/types/components/checkbox-group/CheckboxGroup.stories.d.ts +23 -0
- package/lib/types/components/checkbox-group/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/checkbox-group/index.d.ts +15 -1
- package/lib/types/components/color-picker/ColorPicker.d.ts +15 -1
- package/lib/types/components/color-picker/ColorPicker.stories.d.ts +23 -0
- package/lib/types/components/color-picker/index.d.ts +15 -1
- package/lib/types/components/color-picker/presets.d.ts +15 -1
- package/lib/types/components/config-provider/ConfigProvider.d.ts +15 -1
- package/lib/types/components/config-provider/ConfigProvider.stories.d.ts +23 -0
- package/lib/types/components/config-provider/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/config-provider/index.d.ts +15 -1
- package/lib/types/components/confirm/Confirm.d.ts +23 -1
- package/lib/types/components/confirm/Confirm.stories.d.ts +23 -0
- package/lib/types/components/confirm/index.d.ts +15 -1
- package/lib/types/components/container/Container.d.ts +15 -1
- package/lib/types/components/container/Container.stories.d.ts +23 -0
- package/lib/types/components/container/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/container/index.d.ts +15 -1
- package/lib/types/components/design-token/Palette.d.ts +15 -1
- package/lib/types/components/design-token/Palette.stories.d.ts +19 -0
- package/lib/types/components/dialog/Dialog.d.ts +15 -1
- package/lib/types/components/dialog/Dialog.stories.d.ts +23 -0
- package/lib/types/components/dialog/index.d.ts +15 -1
- package/lib/types/components/dropdown/Dropdown.d.ts +15 -1
- package/lib/types/components/dropdown/Dropdown.stories.d.ts +23 -0
- package/lib/types/components/dropdown/index.d.ts +15 -1
- package/lib/types/components/icon/Icon.stories.d.ts +22 -0
- package/lib/types/components/input/Input.d.ts +15 -1
- package/lib/types/components/input/Input.stories.d.ts +29 -0
- package/lib/types/components/input/index.d.ts +15 -1
- package/lib/types/components/input-number/InputNumber.d.ts +15 -1
- package/lib/types/components/input-number/InputNumber.stories.d.ts +29 -0
- package/lib/types/components/input-number/index.d.ts +15 -1
- package/lib/types/components/menu/Menu.d.ts +15 -1
- package/lib/types/components/menu/index.d.ts +15 -1
- package/lib/types/components/message/Message.d.ts +15 -1
- package/lib/types/components/message/Message.stories.d.ts +22 -0
- package/lib/types/components/message/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/message/index.d.ts +15 -1
- package/lib/types/components/popup/Popup.d.ts +15 -1
- package/lib/types/components/popup/Popup.stories.d.ts +23 -0
- package/lib/types/components/popup/index.d.ts +15 -1
- package/lib/types/components/radio/Radio.d.ts +15 -1
- package/lib/types/components/radio/Radio.stories.d.ts +26 -0
- package/lib/types/components/radio/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/radio/index.d.ts +15 -1
- package/lib/types/components/radio-group/RadioGroup.d.ts +15 -1
- package/lib/types/components/radio-group/RadioGroup.stories.d.ts +23 -0
- package/lib/types/components/radio-group/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/radio-group/index.d.ts +15 -1
- package/lib/types/components/scrollbar/Scrollbar.d.ts +15 -1
- package/lib/types/components/scrollbar/Scrollbar.stories.d.ts +20 -0
- package/lib/types/components/scrollbar/__tests__/index.spec.d.ts +15 -1
- package/lib/types/components/scrollbar/index.d.ts +15 -1
- package/lib/types/components/select/Select.d.ts +15 -1
- package/lib/types/components/select/Select.stories.d.ts +26 -0
- package/lib/types/components/select/index.d.ts +15 -1
- package/lib/types/components/select-list/SelectList.d.ts +15 -1
- package/lib/types/components/select-list/SelectList.stories.d.ts +23 -0
- package/lib/types/components/select-list/index.d.ts +15 -1
- package/lib/types/components/slider/Slider.d.ts +15 -1
- package/lib/types/components/slider/Slider.stories.d.ts +23 -0
- package/lib/types/components/slider/__test__/index.spec.d.ts +15 -1
- package/lib/types/components/slider/index.d.ts +15 -1
- package/lib/types/components/tooltip/Tooltip.d.ts +15 -1
- package/lib/types/components/tooltip/Tooltip.stories.d.ts +23 -0
- package/lib/types/components/tooltip/index.d.ts +15 -1
- package/lib/types/components/tooltip/placements.d.ts +15 -1
- package/lib/types/components/tree/Tree.d.ts +54 -0
- package/lib/types/components/tree/Tree.stories.d.ts +23 -0
- package/lib/types/components/tree/__tests__/index.spec.d.ts +16 -0
- package/lib/types/components/tree/index.d.ts +16 -0
- package/lib/types/index.d.ts +17 -1
- package/lib/types/locale/en-US.d.ts +15 -1
- package/lib/types/locale/index.d.ts +15 -1
- package/lib/types/locale/interface.d.ts +15 -1
- package/lib/types/locale/zh-CN.d.ts +15 -1
- package/lib/types/themes/index.d.ts +15 -1
- package/lib/types/themes/theme.d.ts +15 -1
- package/lib/umd/index.js +48 -0
- package/package.json +21 -20
- package/LICENSE +0 -21
- package/lib/cjs/locale/en-US.js +0 -37
- package/lib/cjs/locale/zh-CN.js +0 -37
- package/lib/esm/index.js +0 -2016
- package/lib/esm/locale/en-US.js +0 -16
- package/lib/esm/locale/zh-CN.js +0 -16
- package/lib/types/components/avatar/Avatar.d.ts.map +0 -1
- package/lib/types/components/avatar/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/avatar/index.d.ts.map +0 -1
- package/lib/types/components/button/Button.d.ts.map +0 -1
- package/lib/types/components/button/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/button/index.d.ts.map +0 -1
- package/lib/types/components/cascader-list/CascaderList.d.ts.map +0 -1
- package/lib/types/components/cascader-list/index.d.ts.map +0 -1
- package/lib/types/components/checkbox/Checkbox.d.ts.map +0 -1
- package/lib/types/components/checkbox/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/checkbox/index.d.ts.map +0 -1
- package/lib/types/components/checkbox-group/CheckboxGroup.d.ts.map +0 -1
- package/lib/types/components/checkbox-group/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/checkbox-group/index.d.ts.map +0 -1
- package/lib/types/components/color-picker/ColorPicker.d.ts.map +0 -1
- package/lib/types/components/color-picker/index.d.ts.map +0 -1
- package/lib/types/components/color-picker/presets.d.ts.map +0 -1
- package/lib/types/components/config-provider/ConfigProvider.d.ts.map +0 -1
- package/lib/types/components/config-provider/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/config-provider/index.d.ts.map +0 -1
- package/lib/types/components/confirm/Confirm.d.ts.map +0 -1
- package/lib/types/components/confirm/index.d.ts.map +0 -1
- package/lib/types/components/container/Container.d.ts.map +0 -1
- package/lib/types/components/container/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/container/index.d.ts.map +0 -1
- package/lib/types/components/design-token/Palette.d.ts.map +0 -1
- package/lib/types/components/dialog/Dialog.d.ts.map +0 -1
- package/lib/types/components/dialog/index.d.ts.map +0 -1
- package/lib/types/components/dropdown/Dropdown.d.ts.map +0 -1
- package/lib/types/components/dropdown/index.d.ts.map +0 -1
- package/lib/types/components/input/Input.d.ts.map +0 -1
- package/lib/types/components/input/index.d.ts.map +0 -1
- package/lib/types/components/input-number/InputNumber.d.ts.map +0 -1
- package/lib/types/components/input-number/index.d.ts.map +0 -1
- package/lib/types/components/menu/Menu.d.ts.map +0 -1
- package/lib/types/components/menu/index.d.ts.map +0 -1
- package/lib/types/components/message/Message.d.ts.map +0 -1
- package/lib/types/components/message/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/message/index.d.ts.map +0 -1
- package/lib/types/components/popup/Popup.d.ts.map +0 -1
- package/lib/types/components/popup/index.d.ts.map +0 -1
- package/lib/types/components/radio/Radio.d.ts.map +0 -1
- package/lib/types/components/radio/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/radio/index.d.ts.map +0 -1
- package/lib/types/components/radio-group/RadioGroup.d.ts.map +0 -1
- package/lib/types/components/radio-group/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/radio-group/index.d.ts.map +0 -1
- package/lib/types/components/scrollbar/Scrollbar.d.ts.map +0 -1
- package/lib/types/components/scrollbar/__tests__/index.spec.d.ts.map +0 -1
- package/lib/types/components/scrollbar/index.d.ts.map +0 -1
- package/lib/types/components/select/Select.d.ts.map +0 -1
- package/lib/types/components/select/index.d.ts.map +0 -1
- package/lib/types/components/select-list/SelectList.d.ts.map +0 -1
- package/lib/types/components/select-list/index.d.ts.map +0 -1
- package/lib/types/components/slider/Slider.d.ts.map +0 -1
- package/lib/types/components/slider/__test__/index.spec.d.ts.map +0 -1
- package/lib/types/components/slider/index.d.ts.map +0 -1
- package/lib/types/components/tooltip/Tooltip.d.ts.map +0 -1
- package/lib/types/components/tooltip/index.d.ts.map +0 -1
- package/lib/types/components/tooltip/placements.d.ts.map +0 -1
- package/lib/types/index.d.ts.map +0 -1
- package/lib/types/locale/en-US.d.ts.map +0 -1
- package/lib/types/locale/index.d.ts.map +0 -1
- package/lib/types/locale/interface.d.ts.map +0 -1
- package/lib/types/locale/zh-CN.d.ts.map +0 -1
- package/lib/types/themes/index.d.ts.map +0 -1
- package/lib/types/themes/theme.d.ts.map +0 -1
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { Confirm, type IConfirmProps } from './Confirm';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import React from 'react';
|
|
2
17
|
export interface IContainerProps {
|
|
3
18
|
children?: React.ReactNode;
|
|
@@ -14,4 +29,3 @@ export interface IContainerProps {
|
|
|
14
29
|
* Container Component
|
|
15
30
|
*/
|
|
16
31
|
export declare const Container: React.ForwardRefExoticComponent<IContainerProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
-
//# sourceMappingURL=Container.d.ts.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
import { Container } from './Container';
|
|
19
|
+
declare const meta: Meta<typeof Container>;
|
|
20
|
+
export default meta;
|
|
21
|
+
export declare const Playground: {
|
|
22
|
+
render(): React.JSX.Element;
|
|
23
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export {};
|
|
2
|
-
//# sourceMappingURL=index.spec.d.ts.map
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { Container, type IContainerProps } from './Container';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,7 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import React from 'react';
|
|
2
17
|
interface IProps {
|
|
3
18
|
theme: Record<string, string>;
|
|
4
19
|
}
|
|
5
20
|
export declare function Palette(props: IProps): React.JSX.Element;
|
|
6
21
|
export {};
|
|
7
|
-
//# sourceMappingURL=Palette.d.ts.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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, StoryObj } from '@storybook/react';
|
|
17
|
+
declare const meta: Meta;
|
|
18
|
+
export default meta;
|
|
19
|
+
export declare const Playground: StoryObj;
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import React from 'react';
|
|
2
17
|
export interface IDialogProps {
|
|
3
18
|
children: React.ReactNode;
|
|
@@ -29,4 +44,3 @@ export interface IDialogProps {
|
|
|
29
44
|
onClose?: () => void;
|
|
30
45
|
}
|
|
31
46
|
export declare function Dialog(props: IDialogProps): React.JSX.Element;
|
|
32
|
-
//# sourceMappingURL=Dialog.d.ts.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
import { Dialog } from './Dialog';
|
|
19
|
+
declare const meta: Meta<typeof Dialog>;
|
|
20
|
+
export default meta;
|
|
21
|
+
export declare const DialogBasic: {
|
|
22
|
+
render(): React.JSX.Element;
|
|
23
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { Dialog, type IDialogProps } from './Dialog';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import type { ActionType, AlignType } from '@rc-component/trigger';
|
|
2
17
|
import type Placements from 'rc-dropdown/lib/placements';
|
|
3
18
|
import React from 'react';
|
|
@@ -39,4 +54,3 @@ export interface IDropdownProps {
|
|
|
39
54
|
onVisibleChange?: (visible: boolean) => void;
|
|
40
55
|
}
|
|
41
56
|
export declare function Dropdown(props: IDropdownProps): React.JSX.Element;
|
|
42
|
-
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
import { Dropdown } from './Dropdown';
|
|
19
|
+
declare const meta: Meta<typeof Dropdown>;
|
|
20
|
+
export default meta;
|
|
21
|
+
export declare const Playground: {
|
|
22
|
+
render(): React.JSX.Element;
|
|
23
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { Dropdown, type IDropdownProps } from './Dropdown';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
declare const meta: Meta;
|
|
19
|
+
export default meta;
|
|
20
|
+
export declare const PlayGround: {
|
|
21
|
+
render(): React.JSX.Element;
|
|
22
|
+
};
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import React from 'react';
|
|
2
17
|
export interface IInputProps {
|
|
3
18
|
/**
|
|
@@ -49,4 +64,3 @@ export interface IInputProps {
|
|
|
49
64
|
onChange?: (value: string) => void;
|
|
50
65
|
}
|
|
51
66
|
export declare function Input(props: IInputProps): React.JSX.Element;
|
|
52
|
-
//# sourceMappingURL=Input.d.ts.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
import { Input } from './Input';
|
|
19
|
+
declare const meta: Meta<typeof Input>;
|
|
20
|
+
export default meta;
|
|
21
|
+
export declare const InputBasic: {
|
|
22
|
+
render(): React.JSX.Element;
|
|
23
|
+
};
|
|
24
|
+
export declare const InputSize: {
|
|
25
|
+
render(): React.JSX.Element;
|
|
26
|
+
};
|
|
27
|
+
export declare const InputDisabled: {
|
|
28
|
+
render(): React.JSX.Element;
|
|
29
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { type IInputProps, Input } from './Input';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import React from 'react';
|
|
2
17
|
export interface IInputNumberProps {
|
|
3
18
|
/**
|
|
@@ -57,4 +72,3 @@ export interface IInputNumberProps {
|
|
|
57
72
|
onPressEnter?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
58
73
|
}
|
|
59
74
|
export declare function InputNumber(props: IInputNumberProps): React.JSX.Element;
|
|
60
|
-
//# sourceMappingURL=InputNumber.d.ts.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
import { InputNumber } from './InputNumber';
|
|
19
|
+
declare const meta: Meta<typeof InputNumber>;
|
|
20
|
+
export default meta;
|
|
21
|
+
export declare const InputNumberBasic: {
|
|
22
|
+
render(): React.JSX.Element;
|
|
23
|
+
};
|
|
24
|
+
export declare const InputNumberDisabled: {
|
|
25
|
+
render(): React.JSX.Element;
|
|
26
|
+
};
|
|
27
|
+
export declare const InputNumberHideControls: {
|
|
28
|
+
render(): React.JSX.Element;
|
|
29
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { type IInputNumberProps, InputNumber } from './InputNumber';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,7 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import type { MenuItemGroupProps, MenuItemProps, MenuProps, SubMenuProps } from 'rc-menu';
|
|
2
17
|
import React from 'react';
|
|
3
18
|
export declare function Menu(props: MenuProps): React.FunctionComponentElement<any>;
|
|
4
19
|
export declare function MenuItem(props: MenuItemProps): React.FunctionComponentElement<any>;
|
|
5
20
|
export declare function SubMenu(props: SubMenuProps): React.FunctionComponentElement<any>;
|
|
6
21
|
export declare function MenuItemGroup(props: MenuItemGroupProps): React.FunctionComponentElement<any>;
|
|
7
|
-
//# sourceMappingURL=Menu.d.ts.map
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { Menu, MenuItem, MenuItemGroup, SubMenu } from './Menu';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export declare enum MessageType {
|
|
2
17
|
Success = "success",
|
|
3
18
|
Warning = "warning",
|
|
@@ -23,4 +38,3 @@ export declare class Message {
|
|
|
23
38
|
warning(options: IMessageMethodOptions): void;
|
|
24
39
|
error(options: IMessageMethodOptions): void;
|
|
25
40
|
}
|
|
26
|
-
//# sourceMappingURL=Message.d.ts.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
declare const meta: Meta;
|
|
19
|
+
export default meta;
|
|
20
|
+
export declare const Playground: {
|
|
21
|
+
render: () => React.JSX.Element;
|
|
22
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export {};
|
|
2
|
-
//# sourceMappingURL=index.spec.d.ts.map
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { type IMessageMethodOptions, type IMessageProps, Message, MessageType } from './Message';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
import React from 'react';
|
|
2
17
|
export interface IPopupProps {
|
|
3
18
|
children: React.ReactElement;
|
|
@@ -13,4 +28,3 @@ export interface IPopupProps {
|
|
|
13
28
|
offset?: [number, number];
|
|
14
29
|
}
|
|
15
30
|
export declare function Popup(props: IPopupProps): React.JSX.Element;
|
|
16
|
-
//# sourceMappingURL=Popup.d.ts.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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';
|
|
17
|
+
import React from 'react';
|
|
18
|
+
import { Popup } from './Popup';
|
|
19
|
+
declare const meta: Meta<typeof Popup>;
|
|
20
|
+
export default meta;
|
|
21
|
+
export declare const PopupBasic: {
|
|
22
|
+
render(): React.JSX.Element;
|
|
23
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Inc.
|
|
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
|
+
*/
|
|
1
16
|
export { type IPopupProps, Popup } from './Popup';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|