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
- title: string;
11
- widget: {
12
- layers?: string[] | undefined;
13
- } & (import("jamespot-user-api").WidgetArticleButtonType | import("jamespot-user-api").WidgetArticleGalleryType | import("jamespot-user-api").WidgetArticleTitleType | import("jamespot-user-api").WidgetArticleTextType | import("jamespot-user-api").WidgetArticleImageType | import("jamespot-user-api").WidgetArticleAttachmentType | import("jamespot-user-api").WidgetApiType | import("jamespot-user-api").WidgetArticleSliderType | import("jamespot-user-api").WidgetType<import("jamespot-user-api").WidgetCheckListContent & import("jamespot-user-api").LegacyAngularJSType> | import("jamespot-user-api").WidgetDatasourceTableType | {
14
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
15
- uniqid: string;
16
- content: {
17
- uri?: string | undefined;
18
- limit?: number | undefined;
19
- tableColumnsData?: {
20
- name?: string | undefined;
21
- label?: string | undefined;
22
- isVisible?: boolean | undefined;
23
- textEllipsis?: boolean | undefined;
24
- dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
25
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
26
- }[] | undefined;
27
- tableHeadColor?: string | undefined;
28
- tableHeadTextColor?: string | undefined;
29
- tableHeadIconColor?: string | undefined;
30
- tableRowColor?: string | undefined;
31
- tableRowTextColor?: string | undefined;
32
- tableBorderRadius?: number | undefined;
33
- tableSizedColumns?: boolean | undefined;
34
- tableSizedColumnsWidth?: number | undefined;
35
- };
36
- } | {
37
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
38
- uniqid: string;
39
- content: {
40
- uri?: string | undefined;
41
- limit?: number | undefined;
42
- tableColumnsData?: {
43
- name?: string | undefined;
44
- label?: string | undefined;
45
- isVisible?: boolean | undefined;
46
- textEllipsis?: boolean | undefined;
47
- dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
48
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
49
- }[] | undefined;
50
- tableHeadColor?: string | undefined;
51
- tableHeadTextColor?: string | undefined;
52
- tableHeadIconColor?: string | undefined;
53
- tableRowColor?: string | undefined;
54
- tableRowTextColor?: string | undefined;
55
- tableBorderRadius?: number | undefined;
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;
@@ -57,6 +57,7 @@ export type ThemeType = {
57
57
  dropdown: number;
58
58
  toaster: number;
59
59
  fullScreenContainer: number;
60
+ tooltip: number;
60
61
  };
61
62
  space: {
62
63
  xs: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.0.204",
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.180",
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",