@mparticle/aquarium 1.6.2 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aquarium.js +8632 -8613
- package/dist/aquarium.umd.cjs +60 -60
- package/dist/index.d.ts +57 -0
- package/package.json +9 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AffixProps } from 'antd';
|
|
2
2
|
import { AlertProps } from 'antd';
|
|
3
|
+
import AlicornIcon from '../../../../../../../../src/assets/svg/alicorn.svg?react';
|
|
3
4
|
import { AnchorProps } from 'antd';
|
|
4
5
|
import { AppProps } from 'antd';
|
|
5
6
|
import { AutoCompleteProps } from 'antd';
|
|
@@ -17,15 +18,21 @@ import { CardProps } from 'antd';
|
|
|
17
18
|
import { CarouselProps } from 'antd';
|
|
18
19
|
import { CascaderPanelProps } from 'antd/es/cascader/Panel';
|
|
19
20
|
import { CascaderProps } from 'antd';
|
|
21
|
+
import ChartColumnIcon from '../../../../../../../../src/assets/svg/chart-column.svg?react';
|
|
22
|
+
import ChartLineIcon from '../../../../../../../../src/assets/svg/chart-line.svg?react';
|
|
20
23
|
import { CheckableTagProps as CheckableTagProps_2 } from 'antd/lib/tag';
|
|
21
24
|
import { CheckboxGroupProps } from 'antd/es/checkbox';
|
|
22
25
|
import { CheckboxProps } from 'antd';
|
|
23
26
|
import { CheckboxRef } from 'rc-checkbox';
|
|
24
27
|
import { CheckboxValueType } from 'antd/es/checkbox/Group';
|
|
28
|
+
import CircleNodesIcon from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
|
|
29
|
+
import CloudIcon from '../../../../../../../../src/assets/svg/cloud.svg?react';
|
|
25
30
|
import { Col } from 'antd';
|
|
26
31
|
import { CollapseProps } from 'antd';
|
|
27
32
|
import { ColorPickerProps } from 'antd';
|
|
28
33
|
import { ConfigProviderProps } from 'antd/es/config-provider';
|
|
34
|
+
import ConnectionsIcon from '../../../../../../../../src/assets/svg/connections.svg?react';
|
|
35
|
+
import DatabaseIcon from '../../../../../../../../src/assets/svg/database.svg?react';
|
|
29
36
|
import { Dayjs } from 'dayjs';
|
|
30
37
|
import { default as default_2 } from 'rc-field-form/es/useWatch';
|
|
31
38
|
import { default as default_3 } from 'antd/es/form/hooks/useFormInstance';
|
|
@@ -42,14 +49,18 @@ import { ErrorListProps } from 'antd/es/form';
|
|
|
42
49
|
import { FC } from 'react';
|
|
43
50
|
import { FlexProps } from 'antd';
|
|
44
51
|
import { FloatButtonProps } from 'antd';
|
|
52
|
+
import FolderClosedIcon from '../../../../../../../../src/assets/svg/folder-closed.svg?react';
|
|
45
53
|
import { FormItemProps } from 'antd';
|
|
46
54
|
import { FormListProps } from 'antd/es/form';
|
|
47
55
|
import { FormProps } from 'antd';
|
|
48
56
|
import { FormProviderProps } from 'antd/es/form/context';
|
|
49
57
|
import { ForwardRefExoticComponent } from 'react';
|
|
58
|
+
import GearIcon from '../../../../../../../../src/assets/svg/gear.svg?react';
|
|
50
59
|
import { Grid } from 'antd';
|
|
60
|
+
import GridIcon from '../../../../../../../../src/assets/svg/grid.svg?react';
|
|
51
61
|
import { GroupProps } from 'antd/es/input';
|
|
52
62
|
import { GroupProps as GroupProps_2 } from 'antd/es/avatar';
|
|
63
|
+
import HeartIcon from '../../../../../../../../src/assets/svg/heart.svg?react';
|
|
53
64
|
import { ColProps as IColProps } from 'antd';
|
|
54
65
|
import { IFlexProps as IFlexProps_2 } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
55
66
|
import { IGlobalNavigationLogo } from '../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
@@ -78,6 +89,7 @@ import { IWorkspaceSelectorItem } from './navigation/GlobalNavigation/WorkspaceS
|
|
|
78
89
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
79
90
|
import { JSXElementConstructor } from 'react';
|
|
80
91
|
import { LayoutProps } from 'antd';
|
|
92
|
+
import LightBulbIcon from '../../../../../../../../src/assets/svg/lightbulb.svg?react';
|
|
81
93
|
import { ListItemTypeProps } from 'antd/es/list/Item';
|
|
82
94
|
import { ListProps } from 'antd';
|
|
83
95
|
import { MemoExoticComponent } from 'react';
|
|
@@ -89,6 +101,7 @@ import { MenuItemGroupType } from 'antd/es/menu/hooks/useItems';
|
|
|
89
101
|
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
90
102
|
import { MenuProps } from 'antd';
|
|
91
103
|
import { MessageArgsProps } from 'antd';
|
|
104
|
+
import MessageQuestionIcon from '../../../../../../../../src/assets/svg/message-question.svg?react';
|
|
92
105
|
import { ModalProps } from 'antd';
|
|
93
106
|
import { NotificationArgsProps } from 'antd';
|
|
94
107
|
import { PaginationProps } from 'antd';
|
|
@@ -111,12 +124,16 @@ import { Row } from 'antd';
|
|
|
111
124
|
import { SearchProps } from 'antd/es/input';
|
|
112
125
|
import { SegmentedProps } from 'antd';
|
|
113
126
|
import { SelectProps } from 'antd';
|
|
127
|
+
import ShieldKeyholeIcon from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
|
|
114
128
|
import { SiderProps } from 'antd';
|
|
129
|
+
import SiteMapIcon from '../../../../../../../../src/assets/svg/sitemap.svg?react';
|
|
115
130
|
import { SkeletonProps } from 'antd';
|
|
116
131
|
import { SliderRangeProps } from 'antd/es/slider';
|
|
117
132
|
import { SliderSingleProps } from 'antd/es/slider';
|
|
118
133
|
import { SpaceProps } from 'antd';
|
|
134
|
+
import SparklesIcon from '../../../../../../../../src/assets/svg/sparkles.svg?react';
|
|
119
135
|
import { SpinProps } from 'antd';
|
|
136
|
+
import SplitIcon from '../../../../../../../../src/assets/svg/split.svg?react';
|
|
120
137
|
import { StatisticProps } from 'antd';
|
|
121
138
|
import { StepsProps } from 'antd';
|
|
122
139
|
import { SubMenuType } from 'antd/es/menu/hooks/useItems';
|
|
@@ -136,7 +153,9 @@ import { TreeProps } from 'antd';
|
|
|
136
153
|
import { TreeSelectProps } from 'antd';
|
|
137
154
|
import { UploadProps } from 'antd';
|
|
138
155
|
import { useForm } from 'antd/es/form/Form';
|
|
156
|
+
import UsersIcon from '../../../../../../../../src/assets/svg/users.svg?react';
|
|
139
157
|
import { WatermarkProps } from 'antd';
|
|
158
|
+
import WrenchIcon from '../../../../../../../../src/assets/svg/wrench.svg?react';
|
|
140
159
|
|
|
141
160
|
export declare const Affix: (props: IAffixProps) => JSX_2.Element;
|
|
142
161
|
|
|
@@ -145,6 +164,8 @@ export declare const Alert: {
|
|
|
145
164
|
ErrorBoundary: typeof default_4;
|
|
146
165
|
};
|
|
147
166
|
|
|
167
|
+
export { AlicornIcon }
|
|
168
|
+
|
|
148
169
|
export declare const Anchor: (props: IAnchorProps) => JSX_2.Element;
|
|
149
170
|
|
|
150
171
|
declare type AntDatePickerProps = PickerDateProps<Dayjs>;
|
|
@@ -194,6 +215,10 @@ export declare const Cascader: {
|
|
|
194
215
|
|
|
195
216
|
export declare const Center: (props: Omit<IFlexProps_2, 'justify' | 'align'>) => JSX_2.Element;
|
|
196
217
|
|
|
218
|
+
export { ChartColumnIcon }
|
|
219
|
+
|
|
220
|
+
export { ChartLineIcon }
|
|
221
|
+
|
|
197
222
|
declare type CheckableTagProps = CheckableTagProps_2 & ITagProps;
|
|
198
223
|
|
|
199
224
|
export declare const Checkbox: {
|
|
@@ -201,6 +226,10 @@ export declare const Checkbox: {
|
|
|
201
226
|
Group: <T extends CheckboxValueType = CheckboxValueType>(props: CheckboxGroupProps<T> & RefAttributes<HTMLDivElement>) => ReactElement<any, string | JSXElementConstructor<any>>;
|
|
202
227
|
};
|
|
203
228
|
|
|
229
|
+
export { CircleNodesIcon }
|
|
230
|
+
|
|
231
|
+
export { CloudIcon }
|
|
232
|
+
|
|
204
233
|
export { Col }
|
|
205
234
|
|
|
206
235
|
export declare const Collapse: (props: ICollapseProps) => JSX_2.Element;
|
|
@@ -209,6 +238,10 @@ export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
|
|
|
209
238
|
|
|
210
239
|
export declare const ConfigProvider: (props: IConfigProviderProps) => JSX_2.Element;
|
|
211
240
|
|
|
241
|
+
export { ConnectionsIcon }
|
|
242
|
+
|
|
243
|
+
export { DatabaseIcon }
|
|
244
|
+
|
|
212
245
|
export declare const DatePicker: (props: IDatePickerProps) => JSX_2.Element;
|
|
213
246
|
|
|
214
247
|
export declare const Descriptions: {
|
|
@@ -235,6 +268,8 @@ export declare const Flex: (props: IFlexProps) => JSX_2.Element;
|
|
|
235
268
|
|
|
236
269
|
export declare const FloatButton: (props: IFloatButtonProps) => JSX_2.Element;
|
|
237
270
|
|
|
271
|
+
export { FolderClosedIcon }
|
|
272
|
+
|
|
238
273
|
export declare const Form: {
|
|
239
274
|
(props: IFormProps): JSX_2.Element;
|
|
240
275
|
useForm: typeof useForm;
|
|
@@ -253,12 +288,18 @@ export declare const Form: {
|
|
|
253
288
|
ErrorList: FC<ErrorListProps>;
|
|
254
289
|
};
|
|
255
290
|
|
|
291
|
+
export { GearIcon }
|
|
292
|
+
|
|
256
293
|
export declare const GlobalNavigation: (props: IGlobalNavigationProps) => JSX_2.Element;
|
|
257
294
|
|
|
258
295
|
export declare const GlobalNavWidth: 90;
|
|
259
296
|
|
|
260
297
|
export { Grid }
|
|
261
298
|
|
|
299
|
+
export { GridIcon }
|
|
300
|
+
|
|
301
|
+
export { HeartIcon }
|
|
302
|
+
|
|
262
303
|
export declare interface IAffixProps extends AffixProps {
|
|
263
304
|
}
|
|
264
305
|
|
|
@@ -528,6 +569,8 @@ export declare const Layout: {
|
|
|
528
569
|
Header: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLElement>>;
|
|
529
570
|
};
|
|
530
571
|
|
|
572
|
+
export { LightBulbIcon }
|
|
573
|
+
|
|
531
574
|
export declare const List: {
|
|
532
575
|
(props: IListProps): JSX_2.Element;
|
|
533
576
|
Item: ListItemTypeProps;
|
|
@@ -549,6 +592,8 @@ export { MenuItemType }
|
|
|
549
592
|
|
|
550
593
|
export declare const Message: (props: IMessageProps) => JSX_2.Element;
|
|
551
594
|
|
|
595
|
+
export { MessageQuestionIcon }
|
|
596
|
+
|
|
552
597
|
export declare const Modal: (props: IModalProps) => JSX_2.Element;
|
|
553
598
|
|
|
554
599
|
declare const Notification_2: (props: INotificationProps) => JSX_2.Element;
|
|
@@ -580,14 +625,22 @@ export declare const Segmented: (props: ISegmentedProps) => JSX_2.Element;
|
|
|
580
625
|
|
|
581
626
|
export declare const Select: (props: ISelectProps) => JSX_2.Element;
|
|
582
627
|
|
|
628
|
+
export { ShieldKeyholeIcon }
|
|
629
|
+
|
|
630
|
+
export { SiteMapIcon }
|
|
631
|
+
|
|
583
632
|
export declare const Skeleton: (props: ISkeletonProps) => JSX_2.Element;
|
|
584
633
|
|
|
585
634
|
export declare const Slider: (props: ISliderProps) => JSX_2.Element;
|
|
586
635
|
|
|
587
636
|
export declare const Space: (props: ISpaceProps) => JSX_2.Element;
|
|
588
637
|
|
|
638
|
+
export { SparklesIcon }
|
|
639
|
+
|
|
589
640
|
export declare const Spin: (props: ISpinProps) => JSX_2.Element;
|
|
590
641
|
|
|
642
|
+
export { SplitIcon }
|
|
643
|
+
|
|
591
644
|
export declare const Statistic: (props: IStatisticProps) => JSX_2.Element;
|
|
592
645
|
|
|
593
646
|
export declare const Steps: (props: IStepsProps) => JSX_2.Element;
|
|
@@ -621,6 +674,10 @@ export declare const TreeSelect: (props: ITreeSelectProps) => JSX_2.Element;
|
|
|
621
674
|
|
|
622
675
|
export declare const Upload: (props: IUploadProps) => JSX_2.Element;
|
|
623
676
|
|
|
677
|
+
export { UsersIcon }
|
|
678
|
+
|
|
624
679
|
export declare const Watermark: (props: IWatermarkProps) => JSX_2.Element;
|
|
625
680
|
|
|
681
|
+
export { WrenchIcon }
|
|
682
|
+
|
|
626
683
|
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/aquarium",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "mParticle Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dist/style.css"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
+
"antd": ">=5.13.1",
|
|
26
27
|
"react": ">=17.0.2",
|
|
27
|
-
"react-dom": ">=17.0.2"
|
|
28
|
-
"antd": ">=5.13.1"
|
|
28
|
+
"react-dom": ">=17.0.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@storybook/addon-essentials": "7.6.14",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "6.19.0",
|
|
44
44
|
"@vitejs/plugin-react": "4.2.1",
|
|
45
45
|
"concurrently": "8.2.2",
|
|
46
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
46
47
|
"eslint": "8.56.0",
|
|
47
48
|
"eslint-config-prettier": "9.1.0",
|
|
48
49
|
"eslint-config-standard-with-typescript": "43.0.0",
|
|
@@ -90,5 +91,10 @@
|
|
|
90
91
|
"*.{json,yml,md}": [
|
|
91
92
|
"prettier --write"
|
|
92
93
|
]
|
|
94
|
+
},
|
|
95
|
+
"config": {
|
|
96
|
+
"commitizen": {
|
|
97
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
98
|
+
}
|
|
93
99
|
}
|
|
94
100
|
}
|