@pisell/materials 3.0.43 → 3.0.44

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.
@@ -43,7 +43,7 @@ var Actions = function Actions(_ref) {
43
43
  })), /*#__PURE__*/React.createElement("div", {
44
44
  className: "right-wrap",
45
45
  style: {
46
- gap: isMobileBool ? 0 : 12
46
+ columnGap: isMobileBool ? 0 : 12
47
47
  }
48
48
  }, view.multiple && /*#__PURE__*/React.createElement(Form.Item, {
49
49
  name: "view_mode",
@@ -19,7 +19,10 @@
19
19
  .right-wrap {
20
20
  display: flex;
21
21
  align-items: center;
22
- gap: 12px;
22
+ justify-content: end;
23
+ column-gap: 12px;
24
+ flex-wrap: wrap;
25
+ row-gap: 6px;
23
26
 
24
27
  .icon {
25
28
  cursor: pointer;
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
155
155
  sort?: SortType | undefined;
156
156
  mode: "" | "localStorage" | "remote";
157
157
  currentViewMode: ModeType;
158
- }) => ("view_mode" | "column_setting" | "order_by" | "group_by" | "gallery_setting" | "filter_setting")[];
158
+ }) => ("filter_setting" | "column_setting" | "gallery_setting" | "view_mode" | "group_by" | "order_by")[];
159
159
  export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
160
160
  export declare const stringify: (obj: Record<string, any>) => string;
161
161
  export {};
@@ -86,7 +86,7 @@ var Actions = ({
86
86
  {
87
87
  className: "right-wrap",
88
88
  style: {
89
- gap: isMobileBool ? 0 : 12
89
+ columnGap: isMobileBool ? 0 : 12
90
90
  }
91
91
  },
92
92
  view.multiple && /* @__PURE__ */ import_react.default.createElement(import_antd.Form.Item, { name: "view_mode", noStyle: true }, /* @__PURE__ */ import_react.default.createElement(import_ViewMode.default, { view })),
@@ -19,7 +19,10 @@
19
19
  .right-wrap {
20
20
  display: flex;
21
21
  align-items: center;
22
- gap: 12px;
22
+ justify-content: end;
23
+ column-gap: 12px;
24
+ flex-wrap: wrap;
25
+ row-gap: 6px;
23
26
 
24
27
  .icon {
25
28
  cursor: pointer;
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
155
155
  sort?: SortType | undefined;
156
156
  mode: "" | "localStorage" | "remote";
157
157
  currentViewMode: ModeType;
158
- }) => ("view_mode" | "column_setting" | "order_by" | "group_by" | "gallery_setting" | "filter_setting")[];
158
+ }) => ("filter_setting" | "column_setting" | "gallery_setting" | "view_mode" | "group_by" | "order_by")[];
159
159
  export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
160
160
  export declare const stringify: (obj: Record<string, any>) => string;
161
161
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "3.0.43",
3
+ "version": "3.0.44",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -63,9 +63,9 @@
63
63
  "react-virtualized-auto-sizer": "^1.0.20",
64
64
  "crypto-js": "^4.2.0",
65
65
  "@zxing/library": "0.21.2",
66
- "@pisell/date-picker": "1.0.99",
66
+ "@pisell/utils": "1.0.42",
67
67
  "@pisell/icon": "0.0.11",
68
- "@pisell/utils": "1.0.42"
68
+ "@pisell/date-picker": "1.0.99"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "react": "^18.0.0",