@mparticle/aquarium 1.19.2-chore-more-icons.2 → 1.19.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/dist/index.d.ts +14 -2
- package/package.json +15 -16
package/dist/index.d.ts
CHANGED
|
@@ -31,6 +31,8 @@ import { Col } from 'antd';
|
|
|
31
31
|
import { CollapsePanelProps } from 'antd';
|
|
32
32
|
import { CollapseProps } from 'antd';
|
|
33
33
|
import { ColorPickerProps } from 'antd';
|
|
34
|
+
import { ColumnsType } from 'antd/es/table';
|
|
35
|
+
import { ColumnType } from 'antd/es/table/interface';
|
|
34
36
|
import { CompositeUserPreferences } from '../services/user-preferences/models/user-preferences/composite-user-preferences';
|
|
35
37
|
import { CompositeUserPreferencesService } from '../services/user-preferences/composite-user-preferences-service';
|
|
36
38
|
import { ConfigOptions } from 'antd/es/message/interface';
|
|
@@ -61,6 +63,7 @@ import { DropdownButtonProps } from 'antd/es/dropdown';
|
|
|
61
63
|
import { DropdownProps } from 'antd';
|
|
62
64
|
import { EmptyProps } from 'antd';
|
|
63
65
|
import { ErrorListProps } from 'antd/es/form';
|
|
66
|
+
import { ExpandableConfig } from 'antd/es/table/interface';
|
|
64
67
|
import { FC } from 'react';
|
|
65
68
|
import { FlexProps } from 'antd';
|
|
66
69
|
import { FloatButtonGroupProps } from 'antd';
|
|
@@ -176,7 +179,8 @@ import { StepsProps } from 'antd';
|
|
|
176
179
|
import { SubMenuProps } from 'antd';
|
|
177
180
|
import { SubMenuType } from 'antd/es/menu/hooks/useItems';
|
|
178
181
|
import { SwitchProps } from 'antd';
|
|
179
|
-
import { TableProps } from 'antd';
|
|
182
|
+
import { TableProps } from 'antd/es/table';
|
|
183
|
+
import { TableProps as TableProps_2 } from 'antd';
|
|
180
184
|
import { TabPaneProps } from 'antd';
|
|
181
185
|
import { TabsProps } from 'antd';
|
|
182
186
|
import { TagProps } from 'antd';
|
|
@@ -295,6 +299,10 @@ export declare const Collapse: {
|
|
|
295
299
|
|
|
296
300
|
export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
|
|
297
301
|
|
|
302
|
+
export { ColumnsType }
|
|
303
|
+
|
|
304
|
+
export { ColumnType }
|
|
305
|
+
|
|
298
306
|
export { CompositeUserPreferences }
|
|
299
307
|
|
|
300
308
|
export { CompositeUserPreferencesService }
|
|
@@ -360,6 +368,8 @@ export declare const Empty: {
|
|
|
360
368
|
PRESENTED_IMAGE_SIMPLE: ReactNode;
|
|
361
369
|
};
|
|
362
370
|
|
|
371
|
+
export { ExpandableConfig }
|
|
372
|
+
|
|
363
373
|
export declare const Flex: (props: IFlexProps) => JSX_2.Element;
|
|
364
374
|
|
|
365
375
|
export declare const FloatButton: {
|
|
@@ -670,7 +680,7 @@ export declare interface IStepsProps extends StepsProps {
|
|
|
670
680
|
export declare interface ISwitchProps extends SwitchProps {
|
|
671
681
|
}
|
|
672
682
|
|
|
673
|
-
export declare interface ITableProps<RecordType extends AnyObject = AnyObject> extends
|
|
683
|
+
export declare interface ITableProps<RecordType extends AnyObject = AnyObject> extends TableProps_2<RecordType> {
|
|
674
684
|
}
|
|
675
685
|
|
|
676
686
|
export declare interface ITabsProps extends TabsProps {
|
|
@@ -888,6 +898,8 @@ export declare const Table: {
|
|
|
888
898
|
SELECTION_COLUMN: {};
|
|
889
899
|
};
|
|
890
900
|
|
|
901
|
+
export { TableProps }
|
|
902
|
+
|
|
891
903
|
export declare const Tabs: {
|
|
892
904
|
(props: ITabsProps): JSX_2.Element;
|
|
893
905
|
TabPane: FC<TabPaneProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/aquarium",
|
|
3
|
-
"version": "1.19.2
|
|
3
|
+
"version": "1.19.2",
|
|
4
4
|
"description": "mParticle Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -34,24 +34,23 @@
|
|
|
34
34
|
"@faker-js/faker": "8.4.1",
|
|
35
35
|
"@semantic-release/changelog": "6.0.3",
|
|
36
36
|
"@semantic-release/git": "10.0.1",
|
|
37
|
-
"@storybook/addon-essentials": "8.
|
|
38
|
-
"@storybook/addon-interactions": "8.
|
|
39
|
-
"@storybook/addon-links": "8.
|
|
40
|
-
"@storybook/addon-onboarding": "8.
|
|
41
|
-
"@storybook/blocks": "8.
|
|
42
|
-
"@storybook/react": "8.
|
|
43
|
-
"@storybook/react-vite": "8.
|
|
44
|
-
"@storybook/test": "8.
|
|
45
|
-
"@storybook/test-runner": "0.
|
|
37
|
+
"@storybook/addon-essentials": "8.1.10",
|
|
38
|
+
"@storybook/addon-interactions": "8.1.10",
|
|
39
|
+
"@storybook/addon-links": "8.1.10",
|
|
40
|
+
"@storybook/addon-onboarding": "8.1.10",
|
|
41
|
+
"@storybook/blocks": "8.1.10",
|
|
42
|
+
"@storybook/react": "8.1.10",
|
|
43
|
+
"@storybook/react-vite": "8.1.10",
|
|
44
|
+
"@storybook/test": "8.1.10",
|
|
45
|
+
"@storybook/test-runner": "0.18.2",
|
|
46
46
|
"@typescript-eslint/eslint-plugin": "6.19.0",
|
|
47
47
|
"@vitejs/plugin-react": "4.2.1",
|
|
48
48
|
"concurrently": "8.2.2",
|
|
49
49
|
"cz-conventional-changelog": "3.3.0",
|
|
50
50
|
"eslint": "8.56.0",
|
|
51
51
|
"eslint-config-prettier": "9.1.0",
|
|
52
|
-
"eslint-config-standard-with-typescript": "43.0.
|
|
52
|
+
"eslint-config-standard-with-typescript": "43.0.1",
|
|
53
53
|
"eslint-plugin-import": "2.29.1",
|
|
54
|
-
"eslint-plugin-n": "16.6.2",
|
|
55
54
|
"eslint-plugin-promise": "6.1.1",
|
|
56
55
|
"eslint-plugin-react": "7.33.2",
|
|
57
56
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
@@ -59,22 +58,22 @@
|
|
|
59
58
|
"http-server": "14.1.1",
|
|
60
59
|
"husky": "9.0.11",
|
|
61
60
|
"jsdom": "24.0.0",
|
|
62
|
-
"prettier": "3.
|
|
63
|
-
"storybook": "8.
|
|
61
|
+
"prettier": "3.3.2",
|
|
62
|
+
"storybook": "8.1.10",
|
|
64
63
|
"stylelint": "16.2.0",
|
|
65
64
|
"stylelint-config-recommended": "14.0.0",
|
|
66
65
|
"stylelint-config-standard": "36.0.0",
|
|
67
66
|
"stylelint-no-indistinguishable-colors": "2.1.0",
|
|
68
67
|
"type-fest": "^4.20.0",
|
|
69
68
|
"typescript": "5.3.3",
|
|
70
|
-
"vite": "5.0.
|
|
69
|
+
"vite": "5.0.13",
|
|
71
70
|
"vite-plugin-dts": "3.7.2",
|
|
72
71
|
"vite-plugin-svgr": "4.2.0",
|
|
73
72
|
"vitest": "1.3.1",
|
|
74
73
|
"wait-on": "7.2.0"
|
|
75
74
|
},
|
|
76
75
|
"optionalDependencies": {
|
|
77
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
76
|
+
"@rollup/rollup-linux-x64-gnu": "4.18.0",
|
|
78
77
|
"@swc/core-linux-x64-gnu": "1.4.0",
|
|
79
78
|
"@swc/core-linux-x64-musl": "1.4.0"
|
|
80
79
|
},
|