jamespot-react-components 1.0.204 → 1.0.205
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.
|
@@ -6,59 +6,53 @@ export declare const Primary: Story<{
|
|
|
6
6
|
mode: "view" | "preview" | "edit";
|
|
7
7
|
inplace: boolean;
|
|
8
8
|
onChange: (args_0: {
|
|
9
|
-
widgets?: {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
tableSizedColumns?: boolean | undefined;
|
|
57
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
58
|
-
};
|
|
59
|
-
});
|
|
60
|
-
}[] | undefined;
|
|
61
|
-
} & (import("jamespot-user-api").WidgetCheckListContent | import("jamespot-user-api").WidgetApiContent | import("jamespot-user-api").WidgetArticleAttachmentContent | import("jamespot-user-api").WidgetArticleGalleryContent | import("jamespot-user-api").WidgetArticleImageContent | import("jamespot-user-api").WidgetArticleTitleContent | WidgetArticleTextContent | import("jamespot-user-api").WidgetArticleSliderContent | {
|
|
9
|
+
widgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
|
|
10
|
+
layers?: string[] | undefined;
|
|
11
|
+
} & import("jamespot-user-api").WidgetApiType) | ({
|
|
12
|
+
layers?: string[] | undefined;
|
|
13
|
+
} & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
|
|
14
|
+
layers?: string[] | undefined;
|
|
15
|
+
} & import("jamespot-user-api").WidgetArticleButtonType) | ({
|
|
16
|
+
layers?: string[] | undefined;
|
|
17
|
+
} & import("jamespot-user-api").WidgetArticleGalleryType) | ({
|
|
18
|
+
layers?: string[] | undefined;
|
|
19
|
+
} & import("jamespot-user-api").WidgetArticleImageType) | ({
|
|
20
|
+
layers?: string[] | undefined;
|
|
21
|
+
} & import("jamespot-user-api").WidgetArticleTitleType) | ({
|
|
22
|
+
layers?: string[] | undefined;
|
|
23
|
+
} & import("jamespot-user-api").WidgetArticleTextType) | ({
|
|
24
|
+
layers?: string[] | undefined;
|
|
25
|
+
} & import("jamespot-user-api").WidgetArticleSliderType) | ({
|
|
26
|
+
layers?: string[] | undefined;
|
|
27
|
+
} & import("jamespot-user-api").WidgetType<import("jamespot-user-api").WidgetCheckListContent>) | ({
|
|
28
|
+
layers?: string[] | undefined;
|
|
29
|
+
} & import("jamespot-user-api").WidgetDatasourceTableType) | ({
|
|
30
|
+
layers?: string[] | undefined;
|
|
31
|
+
} & {
|
|
32
|
+
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
33
|
+
uniqid: string;
|
|
34
|
+
content: {
|
|
35
|
+
uri?: string | undefined;
|
|
36
|
+
limit?: number | undefined;
|
|
37
|
+
tableColumnsData?: {
|
|
38
|
+
name?: string | undefined;
|
|
39
|
+
label?: string | undefined;
|
|
40
|
+
isVisible?: boolean | undefined;
|
|
41
|
+
textEllipsis?: boolean | undefined;
|
|
42
|
+
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
43
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
44
|
+
}[] | undefined;
|
|
45
|
+
tableHeadColor?: string | undefined;
|
|
46
|
+
tableHeadTextColor?: string | undefined;
|
|
47
|
+
tableHeadIconColor?: string | undefined;
|
|
48
|
+
tableRowColor?: string | undefined;
|
|
49
|
+
tableRowTextColor?: string | undefined;
|
|
50
|
+
tableBorderRadius?: number | undefined;
|
|
51
|
+
tableSizedColumns?: boolean | undefined;
|
|
52
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
53
|
+
};
|
|
54
|
+
})>[] | undefined;
|
|
55
|
+
} & (import("jamespot-user-api").WidgetCheckListContent | import("jamespot-user-api").WidgetArticleAttachmentContent | import("jamespot-user-api").WidgetArticleGalleryContent | import("jamespot-user-api").WidgetArticleImageContent | WidgetArticleTextContent | import("jamespot-user-api").WidgetArticleTitleContent | import("jamespot-user-api").WidgetArticleSliderContent | import("jamespot-user-api").WidgetApiContent | {
|
|
62
56
|
url?: string | undefined;
|
|
63
57
|
target?: string | undefined;
|
|
64
58
|
text?: string | undefined;
|
|
@@ -99,6 +93,25 @@ export declare const Primary: Story<{
|
|
|
99
93
|
tableBorderRadius?: number | undefined;
|
|
100
94
|
tableSizedColumns?: boolean | undefined;
|
|
101
95
|
tableSizedColumnsWidth?: number | undefined;
|
|
96
|
+
} | {
|
|
97
|
+
uri?: string | undefined;
|
|
98
|
+
limit?: number | undefined;
|
|
99
|
+
tableColumnsData?: {
|
|
100
|
+
name?: string | undefined;
|
|
101
|
+
label?: string | undefined;
|
|
102
|
+
isVisible?: boolean | undefined;
|
|
103
|
+
textEllipsis?: boolean | undefined;
|
|
104
|
+
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
105
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
106
|
+
}[] | undefined;
|
|
107
|
+
tableHeadColor?: string | undefined;
|
|
108
|
+
tableHeadTextColor?: string | undefined;
|
|
109
|
+
tableHeadIconColor?: string | undefined;
|
|
110
|
+
tableRowColor?: string | undefined;
|
|
111
|
+
tableRowTextColor?: string | undefined;
|
|
112
|
+
tableBorderRadius?: number | undefined;
|
|
113
|
+
tableSizedColumns?: boolean | undefined;
|
|
114
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
102
115
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
103
116
|
onStateChange: (args_0: {
|
|
104
117
|
busy?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.205",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/jamespot-react-components.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"chroma-js": "^2.1.1",
|
|
81
81
|
"classnames": "^2.3.1",
|
|
82
82
|
"dompurify": "^3.0.5",
|
|
83
|
-
"jamespot-user-api": "^1.0.
|
|
83
|
+
"jamespot-user-api": "^1.0.183",
|
|
84
84
|
"moment": "2.29.4",
|
|
85
85
|
"react": "^17.x",
|
|
86
86
|
"react-beautiful-dnd": "^13.1.1",
|