@next-bricks/presentational-bricks 1.338.1 → 1.339.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.
Files changed (90) hide show
  1. package/deploy/contract.yaml +123 -123
  2. package/dist/bricks.json +30 -30
  3. package/dist/index.8e5be25b.js +2 -0
  4. package/dist/index.8e5be25b.js.map +1 -0
  5. package/dist/stories.json +27 -27
  6. package/dist-types/agent-status/index.d.ts +24 -0
  7. package/dist-types/avatar-upload/index.d.ts +21 -0
  8. package/dist-types/banner-display-card-list/index.d.ts +16 -0
  9. package/dist-types/basic-icon/index.d.ts +37 -0
  10. package/dist-types/basic-progress/index.d.ts +55 -0
  11. package/dist-types/bootstrap.d.ts +78 -0
  12. package/dist-types/brick-alert/index.d.ts +38 -0
  13. package/dist-types/brick-alert-level/index.d.ts +13 -0
  14. package/dist-types/brick-alert-number/index.d.ts +7 -0
  15. package/dist-types/brick-alert-status/index.d.ts +17 -0
  16. package/dist-types/brick-alert-value/index.d.ts +9 -0
  17. package/dist-types/brick-button/index.d.ts +11 -0
  18. package/dist-types/brick-calendar/index.d.ts +49 -0
  19. package/dist-types/brick-cluster-type/index.d.ts +17 -0
  20. package/dist-types/brick-code-display/index.d.ts +15 -0
  21. package/dist-types/brick-collapse-card/index.d.ts +46 -0
  22. package/dist-types/brick-conditional-display/index.d.ts +51 -0
  23. package/dist-types/brick-delete-confirm/index.d.ts +15 -0
  24. package/dist-types/brick-descriptions/index.d.ts +83 -0
  25. package/dist-types/brick-display-structs/index.d.ts +20 -0
  26. package/dist-types/brick-divider/index.d.ts +22 -0
  27. package/dist-types/brick-form/index.d.ts +95 -0
  28. package/dist-types/brick-general-search/index.d.ts +73 -0
  29. package/dist-types/brick-humanize-time/index.d.ts +32 -0
  30. package/dist-types/brick-illustration/index.d.ts +45 -0
  31. package/dist-types/brick-input/index.d.ts +25 -0
  32. package/dist-types/brick-link/index.d.ts +53 -0
  33. package/dist-types/brick-list/index.d.ts +40 -0
  34. package/dist-types/brick-placeholder/index.d.ts +15 -0
  35. package/dist-types/brick-quick-entries/index.d.ts +53 -0
  36. package/dist-types/brick-rate/index.d.ts +33 -0
  37. package/dist-types/brick-result/index.d.ts +62 -0
  38. package/dist-types/brick-table/index.d.ts +313 -0
  39. package/dist-types/brick-tag/index.d.ts +125 -0
  40. package/dist-types/brick-timeline/index.d.ts +54 -0
  41. package/dist-types/brick-tree/index.d.ts +175 -0
  42. package/dist-types/brick-user/index.d.ts +29 -0
  43. package/dist-types/brick-user-group/index.d.ts +19 -0
  44. package/dist-types/brick-utils/index.d.ts +9 -0
  45. package/dist-types/brick-value-mapping/index.d.ts +71 -0
  46. package/dist-types/button-wrapper/index.d.ts +11 -0
  47. package/dist-types/card-item/index.d.ts +169 -0
  48. package/dist-types/code-editor/index.d.ts +45 -0
  49. package/dist-types/collapse-info-list/index.d.ts +27 -0
  50. package/dist-types/collapsible-card-item/index.d.ts +60 -0
  51. package/dist-types/copyable-text/index.d.ts +25 -0
  52. package/dist-types/cost-time/index.d.ts +30 -0
  53. package/dist-types/crontab-display/index.d.ts +11 -0
  54. package/dist-types/datetime-selector/index.d.ts +63 -0
  55. package/dist-types/digital-number/index.d.ts +33 -0
  56. package/dist-types/dropdown-button/index.d.ts +33 -0
  57. package/dist-types/dropdown-select/index.d.ts +80 -0
  58. package/dist-types/dynamic-content/index.d.ts +9 -0
  59. package/dist-types/dynamic-grid-container/index.d.ts +23 -0
  60. package/dist-types/entry-card-item/index.d.ts +62 -0
  61. package/dist-types/general-badge/index.d.ts +29 -0
  62. package/dist-types/general-carousel/index.d.ts +84 -0
  63. package/dist-types/general-image/index.d.ts +55 -0
  64. package/dist-types/general-label/index.d.ts +29 -0
  65. package/dist-types/general-list/index.d.ts +13 -0
  66. package/dist-types/general-pagination/index.d.ts +35 -0
  67. package/dist-types/general-preview-image/index.d.ts +23 -0
  68. package/dist-types/general-slider/index.d.ts +53 -0
  69. package/dist-types/general-tooltip/index.d.ts +80 -0
  70. package/dist-types/general-transfer/index.d.ts +44 -0
  71. package/dist-types/general-video/index.d.ts +13 -0
  72. package/dist-types/index.d.ts +78 -0
  73. package/dist-types/info-display-card-list/index.d.ts +50 -0
  74. package/dist-types/interfaces/common.d.ts +18 -0
  75. package/dist-types/jsx.d.ts +949 -0
  76. package/dist-types/log-display/index.d.ts +16 -0
  77. package/dist-types/markdown-display/index.d.ts +40 -0
  78. package/dist-types/markdown-editor/index.d.ts +53 -0
  79. package/dist-types/modal-confirm/index.d.ts +82 -0
  80. package/dist-types/qrcode-download/index.d.ts +25 -0
  81. package/dist-types/rank-table/index.d.ts +99 -0
  82. package/dist-types/single-field-edit/index.d.ts +53 -0
  83. package/dist-types/statistic-card/index.d.ts +45 -0
  84. package/dist-types/table-transfer/index.d.ts +46 -0
  85. package/dist-types/template-breadcrumb/index.d.ts +7 -0
  86. package/dist-types/text-collapse/index.d.ts +9 -0
  87. package/dist-types/tree-transfer/index.d.ts +33 -0
  88. package/package.json +3 -4
  89. package/dist/index.200a8d2c.js +0 -2
  90. package/dist/index.200a8d2c.js.map +0 -1
@@ -0,0 +1,16 @@
1
+ import React from "react";
2
+ import type React from "react";
3
+
4
+ export interface LogDisplayProps {
5
+ value?: string;
6
+ loadingIcon?: boolean;
7
+ hasBackspace?: boolean;
8
+ containerStyle?: React.CSSProperties;
9
+ }
10
+
11
+ export declare class LogDisplayElement extends HTMLElement {
12
+ value: string | undefined;
13
+ loadingIcon: boolean | undefined;
14
+ hasBackspace: boolean | undefined;
15
+ containerStyle: React.CSSProperties | undefined;
16
+ }
@@ -0,0 +1,40 @@
1
+ export interface CheckboxInfo {
2
+ id: string;
3
+ checked: boolean;
4
+ }
5
+
6
+ export interface MarkdownDisplayProps {
7
+ value?: string;
8
+ dataSource?: Record<string, any>;
9
+ fields?: {
10
+ value?: string;
11
+ };
12
+ imagePreview?: boolean;
13
+ hideImgPreviewMask?: boolean;
14
+ imagePreviewOperationInBottom?: boolean;
15
+ linkTarget?: string;
16
+ enableCodeCopy?: boolean;
17
+ }
18
+
19
+ export interface MarkdownDisplayEvents {
20
+ "checkbox.change": CustomEvent<CheckboxInfo[]>;
21
+ }
22
+
23
+ export interface MarkdownDisplayEventsMap {
24
+ onCheckboxChange: "checkbox.change";
25
+ }
26
+
27
+ export declare class MarkdownDisplayElement extends HTMLElement {
28
+ value: string | undefined;
29
+ dataSource: Record<string, any> | undefined;
30
+ fields:
31
+ | {
32
+ value?: string;
33
+ }
34
+ | undefined;
35
+ imagePreview: boolean | undefined;
36
+ hideImgPreviewMask: boolean | undefined;
37
+ imagePreviewOperationInBottom: boolean | undefined;
38
+ linkTarget: string | undefined;
39
+ enableCodeCopy: boolean | undefined;
40
+ }
@@ -0,0 +1,53 @@
1
+ import React from "react";
2
+ import type React from "react";
3
+
4
+ export interface ImageInfo {
5
+ name: string;
6
+ url: string;
7
+ }
8
+
9
+ export interface MarkdownEditorProps {
10
+ value?: string;
11
+ supportUploadImg?: boolean;
12
+ imagePreview?: boolean;
13
+ bucketName?: string;
14
+ imgCompressDisabled?: boolean;
15
+ previewContainerStyle?: React.CSSProperties;
16
+ markdownEditorContainerStyle?: React.CSSProperties;
17
+ textareaStyle?: React.CSSProperties;
18
+ dataSource?: Record<string, any>;
19
+ fields?: {
20
+ value?: string;
21
+ };
22
+ inputMinRows?: number;
23
+ inputMaxRows?: number;
24
+ }
25
+
26
+ export interface MarkdownEditorEvents {
27
+ "markdown.value.change": CustomEvent<string>;
28
+ "image.upload": CustomEvent<ImageInfo>;
29
+ }
30
+
31
+ export interface MarkdownEditorEventsMap {
32
+ onMarkdownValueChange: "markdown.value.change";
33
+ onImageUpload: "image.upload";
34
+ }
35
+
36
+ export declare class MarkdownEditorElement extends HTMLElement {
37
+ value: string | undefined;
38
+ supportUploadImg: boolean | undefined;
39
+ imagePreview: boolean | undefined;
40
+ bucketName: string | undefined;
41
+ imgCompressDisabled: boolean | undefined;
42
+ previewContainerStyle: React.CSSProperties | undefined;
43
+ markdownEditorContainerStyle: React.CSSProperties | undefined;
44
+ textareaStyle: React.CSSProperties | undefined;
45
+ dataSource: Record<string, any> | undefined;
46
+ fields:
47
+ | {
48
+ value?: string;
49
+ }
50
+ | undefined;
51
+ inputMinRows: number | undefined;
52
+ inputMaxRows: number | undefined;
53
+ }
@@ -0,0 +1,82 @@
1
+ import type { ButtonProps, ButtonType } from "antd/lib/button";
2
+ import type { UseBrickConf } from "@next-core/brick-types";
3
+
4
+ export interface ModalConfirmProps {
5
+ visible: boolean;
6
+ dataSource?: Record<string, any>;
7
+ title?: string;
8
+ width?: string | number;
9
+ content?: string;
10
+ extraContent?: string;
11
+ okText?: string;
12
+ okType?: ButtonType;
13
+ okButtonProps?: ButtonProps;
14
+ cancelText?: string;
15
+ cancelButtonProps?: ButtonProps;
16
+ isDelete?: boolean;
17
+ onOk?(): void;
18
+ onCancel?(): void;
19
+ type?: "info" | "success" | "error" | "warning" | "confirm";
20
+ closeWhenOk?: boolean;
21
+ confirmLoading?: boolean;
22
+ expect?: string;
23
+ contentBrick?: { useBrick: UseBrickConf };
24
+ extraContentSuffixBrick?: { useBrick: UseBrickConf };
25
+ }
26
+
27
+ export interface ModalConfirmElementProps {
28
+ modalTitle?: string;
29
+ content?: string;
30
+ type?: ModalConfirmProps["type"];
31
+ dataSource?: Record<string, any>;
32
+ contentBrick?: { useBrick: UseBrickConf };
33
+ extraContentSuffixBrick?: { useBrick: UseBrickConf };
34
+ expect?: string;
35
+ isDelete?: boolean;
36
+ okText?: string;
37
+ okType?: ButtonType;
38
+ okButtonProps?: ButtonProps;
39
+ closeWhenOk?: boolean;
40
+ confirmLoading?: boolean;
41
+ cancelText?: string;
42
+ cancelButtonProps?: ButtonProps;
43
+ extraContent?: string;
44
+ visible?: boolean;
45
+ width?: string | number;
46
+ title?: string;
47
+ }
48
+
49
+ export interface ModalConfirmEvents {
50
+ "confirm.ok": CustomEvent<any>;
51
+ "confirm.cancel": CustomEvent<any>;
52
+ }
53
+
54
+ export interface ModalConfirmEventsMap {
55
+ onConfirmOk: "confirm.ok";
56
+ onConfirmCancel: "confirm.cancel";
57
+ }
58
+
59
+ export declare class ModalConfirmElement extends HTMLElement {
60
+ modalTitle: string | undefined;
61
+ content: string | undefined;
62
+ type: ModalConfirmElementProps["type"] | undefined;
63
+ dataSource: Record<string, any> | undefined;
64
+ contentBrick: { useBrick: UseBrickConf } | undefined;
65
+ extraContentSuffixBrick: { useBrick: UseBrickConf } | undefined;
66
+ expect: string | undefined;
67
+ isDelete: boolean | undefined;
68
+ okText: string | undefined;
69
+ okType: ButtonType | undefined;
70
+ okButtonProps: ButtonProps | undefined;
71
+ closeWhenOk: boolean | undefined;
72
+ confirmLoading: boolean | undefined;
73
+ cancelText: string | undefined;
74
+ cancelButtonProps: ButtonProps | undefined;
75
+ extraContent: string | undefined;
76
+ visible: boolean | undefined;
77
+ width: string | number | undefined;
78
+ title: string;
79
+ open(event?: CustomEvent): void;
80
+ openWithArgs(args?: ModalConfirmProps): void;
81
+ close(): void;
82
+ }
@@ -0,0 +1,25 @@
1
+ export type QrCodeItem = {
2
+ /** 二维码名称 */
3
+ name: string;
4
+ /** 二维码地址 */
5
+ url: string;
6
+ };
7
+
8
+ export interface QrcodeDownloadProps {
9
+ width?: number;
10
+ downloadMaxNum?: number;
11
+ colorDark?: string;
12
+ colorLight?: string;
13
+ domain?: string;
14
+ isEnablePack?: boolean;
15
+ }
16
+
17
+ export declare class QrcodeDownloadElement extends HTMLElement {
18
+ width: number | undefined;
19
+ downloadMaxNum: number | undefined;
20
+ colorDark: string | undefined;
21
+ colorLight: string | undefined;
22
+ domain: string | undefined;
23
+ isEnablePack: boolean | undefined;
24
+ downloadFile(data: QrCodeItem[], name?: string): void;
25
+ }
@@ -0,0 +1,99 @@
1
+ import type { TableProps } from "antd/lib/table";
2
+ import type { UseBrickConf } from "@next-core/brick-types";
3
+ import type { SortOrder } from "antd/lib/table/interface";
4
+ import type { ColumnProps } from "antd/lib/table";
5
+
6
+ export interface Header {
7
+ /**
8
+ * 表格头部左边内容显示区域
9
+ */
10
+ title:
11
+ | string
12
+ | {
13
+ useBrick?: UseBrickConf;
14
+ };
15
+ /**
16
+ * 表格头部右边内容显示区域
17
+ */
18
+ extra?:
19
+ | string
20
+ | {
21
+ useBrick?: UseBrickConf;
22
+ };
23
+ }
24
+
25
+ export interface CustomColumn extends ColumnProps<Record<string, any>> {
26
+ /**
27
+ * 支持为某列自定义展示构件
28
+ */
29
+ useBrick?: UseBrickConf;
30
+ /**
31
+ * 字段的值展示时的后缀
32
+ */
33
+ valueSuffix?: string;
34
+ /**
35
+ * 支持为某列的表头自定义展示构件,可通过 DATA.title 获取标题文本
36
+ */
37
+ headerBrick?: {
38
+ useBrick: UseBrickConf;
39
+ };
40
+
41
+ /**
42
+ * 单元格内元素的垂直对齐方式
43
+ */
44
+ verticalAlign?: "top" | "bottom";
45
+ }
46
+
47
+ export interface RankTableProps {
48
+ header?: Header;
49
+ configProps?: any;
50
+ rowKey?: string;
51
+ scrollConfigs?: TableProps<unknown>["scroll"];
52
+ hiddenColumns?: Array<string | number>;
53
+ showCard?: boolean;
54
+ showHeader?: boolean;
55
+ size?: "default" | "small";
56
+ sortable?: boolean;
57
+ sort?: string;
58
+ order?: SortOrder;
59
+ columns?: CustomColumn[];
60
+ dataSource?: Record<string, any>[];
61
+ headerTitle?:
62
+ | string
63
+ | {
64
+ useBrick?: UseBrickConf;
65
+ };
66
+ }
67
+
68
+ export interface RankTableEvents {
69
+ "sort.update": CustomEvent<{
70
+ sort: string;
71
+ order: string | number;
72
+ }>;
73
+ }
74
+
75
+ export interface RankTableEventsMap {
76
+ onSortUpdate: "sort.update";
77
+ }
78
+
79
+ export declare class RankTableElement extends HTMLElement {
80
+ header: Header | undefined;
81
+ configProps: any | undefined;
82
+ rowKey: string | undefined;
83
+ scrollConfigs: TableProps<unknown>["scroll"] | undefined;
84
+ hiddenColumns: Array<string | number> | undefined;
85
+ showCard: boolean | undefined;
86
+ showHeader: boolean | undefined;
87
+ size: "default" | "small" | undefined;
88
+ sortable: boolean | undefined;
89
+ sort: string | undefined;
90
+ order: SortOrder | undefined;
91
+ columns: CustomColumn[] | undefined;
92
+ dataSource: Record<string, any>[] | undefined;
93
+ headerTitle:
94
+ | string
95
+ | {
96
+ useBrick?: UseBrickConf;
97
+ }
98
+ | undefined;
99
+ }
@@ -0,0 +1,53 @@
1
+ import type { ValidationRule } from "@ant-design/compatible/lib/form";
2
+ import type { AutoSizeType } from "rc-textarea/lib/ResizableTextArea";
3
+
4
+ export enum ControlType {
5
+ Text = "text",
6
+ Textarea = "textarea",
7
+ Number = "number",
8
+ Radio = "radio",
9
+ Select = "select",
10
+ Checkbox = "checkbox",
11
+ }
12
+
13
+ export interface SingleFieldEditProps {
14
+ visible?: boolean;
15
+ title?: string;
16
+ modalTitle?: string;
17
+ label?: string;
18
+ type?: ControlType;
19
+ placeholder?: string;
20
+ initialValue?: any;
21
+ options?: Record<string, any>[];
22
+ labelKey?: string;
23
+ valueKey?: string;
24
+ rules?: ValidationRule[];
25
+ autoSize?: boolean | AutoSizeType;
26
+ }
27
+
28
+ export interface SingleFieldEditEvents {
29
+ "single-field-edit.ok": CustomEvent<any>;
30
+ "single-field-edit.cancel": CustomEvent<any>;
31
+ }
32
+
33
+ export interface SingleFieldEditEventsMap {
34
+ onSingleFieldEditOk: "single-field-edit.ok";
35
+ onSingleFieldEditCancel: "single-field-edit.cancel";
36
+ }
37
+
38
+ export declare class SingleFieldEditElement extends HTMLElement {
39
+ visible: boolean | undefined;
40
+ title: string;
41
+ modalTitle: string | undefined;
42
+ label: string | undefined;
43
+ type: ControlType | undefined;
44
+ placeholder: string | undefined;
45
+ initialValue: any | undefined;
46
+ options: Record<string, any>[] | undefined;
47
+ labelKey: string | undefined;
48
+ valueKey: string | undefined;
49
+ rules: ValidationRule[] | undefined;
50
+ autoSize: boolean | AutoSizeType | undefined;
51
+ open(event?: CustomEvent): void;
52
+ close(): void;
53
+ }
@@ -0,0 +1,45 @@
1
+ import type { MenuIcon } from "@next-core/brick-types";
2
+
3
+ export interface StatisticCardProps {
4
+ cardTitle?: string;
5
+ value?: string | number;
6
+ icon?: MenuIcon | string;
7
+ url?: string;
8
+ tip?: string;
9
+ disabled?: boolean;
10
+ showCard?: boolean;
11
+ dataSource?: Record<string, any>;
12
+ fields?: {
13
+ icon?: string;
14
+ disabled?: string;
15
+ tip?: string;
16
+ url?: string;
17
+ cardTitle?: string;
18
+ value?: string;
19
+ };
20
+ urlTemplate?: string;
21
+ iconType?: string;
22
+ }
23
+
24
+ export declare class StatisticCardElement extends HTMLElement {
25
+ cardTitle: string | undefined;
26
+ value: string | number | undefined;
27
+ icon: MenuIcon | string | undefined;
28
+ url: string | undefined;
29
+ tip: string | undefined;
30
+ disabled: boolean | undefined;
31
+ showCard: boolean | undefined;
32
+ dataSource: Record<string, any> | undefined;
33
+ fields:
34
+ | {
35
+ icon?: string;
36
+ disabled?: string;
37
+ tip?: string;
38
+ url?: string;
39
+ cardTitle?: string;
40
+ value?: string;
41
+ }
42
+ | undefined;
43
+ urlTemplate: string | undefined;
44
+ iconType: string | undefined;
45
+ }
@@ -0,0 +1,46 @@
1
+ import React from "react";
2
+ import type { ColumnsType } from "antd/es/table/interface";
3
+ import type React from "react";
4
+
5
+ export interface TableTransferProps {
6
+ dataSource?: any[];
7
+ columns?: ColumnsType<Record<string, any>>;
8
+ targetKeys?: string[];
9
+ selectedKeys?: string[];
10
+ disabled?: boolean;
11
+ dragSortable?: boolean;
12
+ sortTitle?: string;
13
+ maxSelected?: number;
14
+ listStyle?: React.CSSProperties;
15
+ titles?: string[];
16
+ searchPlaceholder?: string;
17
+ }
18
+
19
+ export interface TableTransferEvents {
20
+ "table.transfer.change": CustomEvent<string[]>;
21
+ "sort.change": CustomEvent<string[]>;
22
+ "search.change": CustomEvent<{
23
+ direction: "left" | "right";
24
+ value: any;
25
+ }>;
26
+ }
27
+
28
+ export interface TableTransferEventsMap {
29
+ onTableTransferChange: "table.transfer.change";
30
+ onSortChange: "sort.change";
31
+ onSearchChange: "search.change";
32
+ }
33
+
34
+ export declare class TableTransferElement extends HTMLElement {
35
+ dataSource: any[] | undefined;
36
+ columns: ColumnsType<Record<string, any>> | undefined;
37
+ targetKeys: string[] | undefined;
38
+ selectedKeys: string[] | undefined;
39
+ disabled: boolean | undefined;
40
+ dragSortable: boolean | undefined;
41
+ sortTitle: string | undefined;
42
+ maxSelected: number | undefined;
43
+ listStyle: React.CSSProperties | undefined;
44
+ titles: string[] | undefined;
45
+ searchPlaceholder: string | undefined;
46
+ }
@@ -0,0 +1,7 @@
1
+ export interface TemplateBreadcrumbProps {
2
+ dataSource?: Record<string, any>;
3
+ }
4
+
5
+ export declare class TemplateBreadcrumbElement extends HTMLElement {
6
+ dataSource: Record<string, any> | undefined;
7
+ }
@@ -0,0 +1,9 @@
1
+ export interface TextCollapseProps {
2
+ text?: string;
3
+ line?: number;
4
+ }
5
+
6
+ export declare class TextCollapseElement extends HTMLElement {
7
+ text: string | undefined;
8
+ line: number | undefined;
9
+ }
@@ -0,0 +1,33 @@
1
+ import React from "react";
2
+ import type { DataNode } from "rc-tree-select/lib/interface";
3
+ import type React from "react";
4
+
5
+ export interface TreeTransferProps {
6
+ dataSource?: any[];
7
+ selectedKeys?: string[];
8
+ listStyle?: React.CSSProperties;
9
+ showSearch?: boolean;
10
+ titles?: string[];
11
+ shownumItem?: boolean;
12
+ replaceFields?: { key: string; title: string };
13
+ defaultExpandAll?: boolean;
14
+ }
15
+
16
+ export interface TreeTransferEvents {
17
+ "general.transfer.change": CustomEvent<Array<DataNode["key"]>>;
18
+ }
19
+
20
+ export interface TreeTransferEventsMap {
21
+ onGeneralTransferChange: "general.transfer.change";
22
+ }
23
+
24
+ export declare class TreeTransferElement extends HTMLElement {
25
+ dataSource: any[] | undefined;
26
+ selectedKeys: string[] | undefined;
27
+ listStyle: React.CSSProperties | undefined;
28
+ showSearch: boolean | undefined;
29
+ titles: string[] | undefined;
30
+ shownumItem: boolean | undefined;
31
+ replaceFields: { key: string; title: string } | undefined;
32
+ defaultExpandAll: boolean | undefined;
33
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.338.1",
3
+ "version": "1.339.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -23,8 +23,7 @@
23
23
  "{projectRoot}/dist",
24
24
  "{projectRoot}/deploy",
25
25
  "{projectRoot}/.pkgbuild",
26
- "{projectRoot}/src/lazy-bricks",
27
- "{projectRoot}/dist-types"
26
+ "{projectRoot}/src/lazy-bricks"
28
27
  ]
29
28
  }
30
29
  }
@@ -86,5 +85,5 @@
86
85
  "@next-dll/ace": "*",
87
86
  "@next-dll/react-dnd": "*"
88
87
  },
89
- "gitHead": "b64384fb666648ad5d991ad0bfc65a7180798d63"
88
+ "gitHead": "a744077ea6d50ceba6828da22d08a9e0f99764d6"
90
89
  }