el-plus-crud 0.1.136 → 0.1.138

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.
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "permissions": {
3
3
  "allow": [
4
- "Bash(npx vite *)"
4
+ "Bash(npx vite *)",
5
+ "Bash(git add *)",
6
+ "Bash(git commit -m ' *)"
5
7
  ]
6
8
  }
7
9
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.138](https://github.com/KDJack/el-plus-crud/compare/v0.1.137...v0.1.138) (2026-09-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * **form:** 表单/表格/弹窗移动端窄屏适配,断点统一 992 ([90274b0](https://github.com/KDJack/el-plus-crud/commit/90274b0e03f1bf0be4e664acddc3a1d010c5029a))
11
+ * 移动端适配——窄屏断点对齐 el-col 单列区间(992),表格去固定列/精简分页,筛选表单流式布局 ([2f6eaca](https://github.com/KDJack/el-plus-crud/commit/2f6eaca127a5017be65514f5984e3733cbb4ad14))
12
+
13
+ ### [0.1.137](https://github.com/KDJack/el-plus-crud/compare/v0.1.136...v0.1.137) (2026-08-28)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **form:** 新增 parseDate 统一日期解析,数组值类型必填补 cascader 校验 ([2264509](https://github.com/KDJack/el-plus-crud/commit/226450905241c6a4d4683c277cc11c33f457e286))
19
+
5
20
  ### [0.1.136](https://github.com/KDJack/el-plus-crud/compare/v0.1.134...v0.1.136) (2026-08-28)
6
21
 
7
22
 
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
17
17
  isDIYMain?: boolean | undefined;
18
18
  selectList?: any[] | [] | undefined;
19
19
  colMinWidth?: string | undefined;
20
- headerAlign?: "center" | "right" | "left" | undefined;
20
+ headerAlign?: "center" | "left" | "right" | undefined;
21
21
  isTempId?: boolean | undefined;
22
22
  loading?: boolean | undefined;
23
23
  initLoad?: boolean | undefined;
@@ -83,7 +83,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
83
83
  isDIYMain?: boolean | undefined;
84
84
  selectList?: any[] | [] | undefined;
85
85
  colMinWidth?: string | undefined;
86
- headerAlign?: "center" | "right" | "left" | undefined;
86
+ headerAlign?: "center" | "left" | "right" | undefined;
87
87
  isTempId?: boolean | undefined;
88
88
  loading?: boolean | undefined;
89
89
  initLoad?: boolean | undefined;