@steedos-widgets/amis-object 6.10.1-beta.8 → 6.10.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.
- package/dist/amis/AmisAppLauncher.d.ts +0 -6
- package/dist/amis/AmisAppMenu.d.ts +0 -3
- package/dist/amis/AmisGlobalHeader.d.ts +2 -0
- package/dist/amis/AmisInstanceDetail.d.ts +141 -65
- package/dist/amis/AmisObjectListview.d.ts +8 -10
- package/dist/amis/AmisRecordDetail.d.ts +3 -0
- package/dist/amis/AmisSteedosFlowForm.d.ts +8 -0
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis/steedos-fields/index.d.ts +1 -1
- package/dist/amis-object.umd.css +447 -270
- package/dist/amis-object.umd.js +546 -391
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/components/Dropdown/index.d.ts +1 -1
- package/dist/components/SteedosObject.d.ts +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/meta.js +1874 -2769
- package/dist/metas/AmisSteedosFlowForm.d.ts +2 -0
- package/dist/pages/PageListView.d.ts +1 -0
- package/dist/pages/PageObject.d.ts +27 -1
- package/dist/pages/PageRecordDetail.d.ts +1 -0
- package/dist/tailwind-base.css +115 -105
- package/package.json +5 -5
- package/dist/amis-object.cjs.css +0 -3121
- package/dist/amis-object.cjs.js +0 -28472
- package/dist/amis-object.cjs.js.map +0 -1
- package/dist/amis-object.esm.css +0 -3121
- package/dist/amis-object.esm.js +0 -28378
- package/dist/amis-object.esm.js.map +0 -1
package/dist/assets.json
CHANGED
|
@@ -11,31 +11,31 @@
|
|
|
11
11
|
{
|
|
12
12
|
"package": "@steedos-widgets/fullcalendar",
|
|
13
13
|
"urls": [
|
|
14
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1
|
|
15
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1
|
|
14
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1/dist/fullcalendar.umd.js",
|
|
15
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1/dist/fullcalendar.umd.css"
|
|
16
16
|
],
|
|
17
17
|
"library": "BuilderFullCalendar"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"package": "@steedos-widgets/sortable",
|
|
21
21
|
"urls": [
|
|
22
|
-
"https://unpkg.com/@steedos-widgets/sortable@6.10.1
|
|
23
|
-
"https://unpkg.com/@steedos-widgets/sortable@6.10.1
|
|
22
|
+
"https://unpkg.com/@steedos-widgets/sortable@6.10.1/dist/sortable.umd.js",
|
|
23
|
+
"https://unpkg.com/@steedos-widgets/sortable@6.10.1/dist/sortable.umd.css"
|
|
24
24
|
],
|
|
25
25
|
"library": "BuilderSortable"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"package": "steedos-lib",
|
|
29
29
|
"urls": [
|
|
30
|
-
"https://unpkg.com/@steedos-widgets/steedos-lib@6.10.1
|
|
30
|
+
"https://unpkg.com/@steedos-widgets/steedos-lib@6.10.1/dist/index.umd.js"
|
|
31
31
|
],
|
|
32
32
|
"library": "SteedosLib"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"package": "@steedos-widgets/amis-object",
|
|
36
36
|
"urls": [
|
|
37
|
-
"https://unpkg.com/@steedos-widgets/amis-object@6.10.1
|
|
38
|
-
"https://unpkg.com/@steedos-widgets/amis-object@6.10.1
|
|
37
|
+
"https://unpkg.com/@steedos-widgets/amis-object@6.10.1/dist/amis-object.umd.js",
|
|
38
|
+
"https://unpkg.com/@steedos-widgets/amis-object@6.10.1/dist/amis-object.umd.css"
|
|
39
39
|
],
|
|
40
40
|
"library": "BuilderAmisObject"
|
|
41
41
|
}
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"npm": {
|
|
47
47
|
"package": "@steedos-widgets/fullcalendar"
|
|
48
48
|
},
|
|
49
|
-
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1
|
|
49
|
+
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1/dist/meta.js",
|
|
50
50
|
"urls": {
|
|
51
|
-
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1
|
|
52
|
-
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1
|
|
51
|
+
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1/dist/meta.js",
|
|
52
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.1/dist/meta.js"
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
{
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"npm": {
|
|
58
58
|
"package": "@steedos-widgets/reactflow"
|
|
59
59
|
},
|
|
60
|
-
"url": "https://unpkg.com/@steedos-widgets/reactflow@6.10.1
|
|
60
|
+
"url": "https://unpkg.com/@steedos-widgets/reactflow@6.10.1/dist/meta.js",
|
|
61
61
|
"urls": {
|
|
62
|
-
"default": "https://unpkg.com/@steedos-widgets/reactflow@6.10.1
|
|
63
|
-
"design": "https://unpkg.com/@steedos-widgets/reactflow@6.10.1
|
|
62
|
+
"default": "https://unpkg.com/@steedos-widgets/reactflow@6.10.1/dist/meta.js",
|
|
63
|
+
"design": "https://unpkg.com/@steedos-widgets/reactflow@6.10.1/dist/meta.js"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
{
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"npm": {
|
|
69
69
|
"package": "@steedos-widgets/sortable"
|
|
70
70
|
},
|
|
71
|
-
"url": "https://unpkg.com/@steedos-widgets/sortable@6.10.1
|
|
71
|
+
"url": "https://unpkg.com/@steedos-widgets/sortable@6.10.1/dist/meta.js",
|
|
72
72
|
"urls": {
|
|
73
|
-
"default": "https://unpkg.com/@steedos-widgets/sortable@6.10.1
|
|
74
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@6.10.1
|
|
73
|
+
"default": "https://unpkg.com/@steedos-widgets/sortable@6.10.1/dist/meta.js",
|
|
74
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@6.10.1/dist/meta.js"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
{
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"npm": {
|
|
80
80
|
"package": "@steedos-widgets/amis-object"
|
|
81
81
|
},
|
|
82
|
-
"url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.1
|
|
82
|
+
"url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.1/dist/meta.js",
|
|
83
83
|
"urls": {
|
|
84
|
-
"default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.1
|
|
85
|
-
"design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.1
|
|
84
|
+
"default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.1/dist/meta.js",
|
|
85
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.1/dist/meta.js"
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DropDownProps } from 'antd/es/dropdown';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
export
|
|
3
|
+
export type HeaderDropdownProps = {
|
|
4
4
|
overlayClassName?: string;
|
|
5
5
|
overlay: React.ReactNode | (() => React.ReactNode) | any;
|
|
6
6
|
placement?: 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topCenter' | 'topRight' | 'bottomCenter';
|
|
@@ -92,7 +92,7 @@ declare class Container<T> extends React.Component<ContainerProps & T, object> {
|
|
|
92
92
|
static defaultProps: {
|
|
93
93
|
className: string;
|
|
94
94
|
draggableConfig: {
|
|
95
|
-
axis: "
|
|
95
|
+
axis: ContainerDraggableConfig["axis"];
|
|
96
96
|
scale: number;
|
|
97
97
|
enableUserSelect: boolean;
|
|
98
98
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import './styles/amis.css';
|
|
2
|
+
import './styles/amis-nav.css';
|
|
2
3
|
import './styles/antd.css';
|
|
3
4
|
import './styles/tailwind.css';
|
|
4
5
|
import './styles/object.less';
|
|
@@ -6,6 +7,9 @@ import './styles/dropdown.css';
|
|
|
6
7
|
import './styles/dropdown-button.less';
|
|
7
8
|
import './styles/steedos.css';
|
|
8
9
|
import './styles/data-table.less';
|
|
10
|
+
import './styles/workflow.less';
|
|
11
|
+
export * as AmisLib from '@steedos-widgets/amis-lib';
|
|
12
|
+
export * as SteedosLib from '@steedos-widgets/steedos-lib';
|
|
9
13
|
/**
|
|
10
14
|
* 请勿删除, 让tailwind编译出一下class
|
|
11
15
|
* min-w-[240px]
|
|
@@ -13,5 +17,3 @@ import './styles/data-table.less';
|
|
|
13
17
|
export * from './components';
|
|
14
18
|
export * from './amis';
|
|
15
19
|
export * from './pages';
|
|
16
|
-
export * as AmisLib from '@steedos-widgets/amis-lib';
|
|
17
|
-
export * as SteedosLib from '@steedos-widgets/steedos-lib';
|