@qqt-product/system 16.0.0 → 16.0.2

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.
@@ -2694,6 +2694,7 @@ declare const _sfc_main: DefineComponent<{
2694
2694
  field: string;
2695
2695
  fieldType?: string | undefined;
2696
2696
  helpText?: string | undefined;
2697
+ disabled?: boolean | undefined;
2697
2698
  required?: "0" | "1" | undefined;
2698
2699
  regex?: string | {
2699
2700
  exec: (string: string) => RegExpExecArray | null;
@@ -2718,6 +2719,7 @@ declare const _sfc_main: DefineComponent<{
2718
2719
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2719
2720
  } | undefined;
2720
2721
  alertMsg?: string | undefined;
2722
+ options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2721
2723
  callback?: ((ctx: {
2722
2724
  attrs: {
2723
2725
  [x: string]: unknown;
@@ -2745,6 +2747,7 @@ declare const _sfc_main: DefineComponent<{
2745
2747
  fieldLabel: string;
2746
2748
  fieldName: string;
2747
2749
  helpText?: string | undefined;
2750
+ disabled?: boolean | undefined;
2748
2751
  required?: "0" | "1" | undefined;
2749
2752
  regex?: {
2750
2753
  exec: (string: string) => RegExpExecArray | null;
@@ -2769,6 +2772,7 @@ declare const _sfc_main: DefineComponent<{
2769
2772
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2770
2773
  } | undefined;
2771
2774
  alertMsg?: string | undefined;
2775
+ options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2772
2776
  callback?: ((ctx: ComponentInternalInstance | null, payload: GlobalPageLayoutTypes.ValuePayload) => void) | undefined;
2773
2777
  }[] | undefined;
2774
2778
  }[] | undefined;
@@ -2779,6 +2783,7 @@ declare const _sfc_main: DefineComponent<{
2779
2783
  fieldLabel: string;
2780
2784
  fieldName: string;
2781
2785
  helpText?: string | undefined;
2786
+ disabled?: boolean | undefined;
2782
2787
  required?: "0" | "1" | undefined;
2783
2788
  regex?: {
2784
2789
  exec: (string: string) => RegExpExecArray | null;
@@ -2803,6 +2808,7 @@ declare const _sfc_main: DefineComponent<{
2803
2808
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2804
2809
  } | undefined;
2805
2810
  alertMsg?: string | undefined;
2811
+ options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2806
2812
  callback?: ((ctx: ComponentInternalInstance | null, payload: GlobalPageLayoutTypes.ValuePayload) => void) | undefined;
2807
2813
  }[] | undefined;
2808
2814
  itemColumns?: {
@@ -2813,6 +2819,7 @@ declare const _sfc_main: DefineComponent<{
2813
2819
  field: string;
2814
2820
  fieldType?: string | undefined;
2815
2821
  helpText?: string | undefined;
2822
+ disabled?: boolean | undefined;
2816
2823
  required?: "0" | "1" | undefined;
2817
2824
  regex?: string | {
2818
2825
  exec: (string: string) => RegExpExecArray | null;
@@ -2837,6 +2844,7 @@ declare const _sfc_main: DefineComponent<{
2837
2844
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2838
2845
  } | undefined;
2839
2846
  alertMsg?: string | undefined;
2847
+ options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2840
2848
  callback?: ((ctx: {
2841
2849
  attrs: {
2842
2850
  [x: string]: unknown;
@@ -174,7 +174,7 @@ declare const _sfc_main: DefineComponent<{}, {
174
174
  fieldCode?: string | undefined;
175
175
  dictCode?: string | undefined;
176
176
  fieldType?: string | undefined;
177
- fieldValue?: string | number | undefined;
177
+ fieldValue?: unknown;
178
178
  showValue?: string | number | undefined;
179
179
  joiner?: string | number | undefined;
180
180
  dictTable?: string | number | undefined;
@@ -14,6 +14,7 @@ export declare function useCommonRegexp(): {
14
14
  dateISO: RegExp;
15
15
  interger: RegExp;
16
16
  positiveInterger: RegExp;
17
+ positiveIntergerNotZero: RegExp;
17
18
  number: RegExp;
18
19
  digits: RegExp;
19
20
  idCard: RegExp;
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  dateISO: RegExp;
6
6
  interger: RegExp;
7
7
  positiveInterger: RegExp;
8
+ positiveIntergerNotZero: RegExp;
8
9
  number: RegExp;
9
10
  digits: RegExp;
10
11
  idCard: RegExp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qqt-product/system",
3
3
  "private": false,
4
- "version": "16.0.0",
4
+ "version": "16.0.2",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",
7
7
  "type": "module",
@@ -18,10 +18,10 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@ant-design/icons-vue": "^6.1.0",
21
- "@qqt-product/api": "16.0.0",
22
- "@qqt-product/icons": "16.0.0",
23
- "@qqt-product/ui": "16.0.0",
24
- "@qqt-product/utils": "16.0.0",
21
+ "@qqt-product/api": "16.0.1",
22
+ "@qqt-product/icons": "16.0.1",
23
+ "@qqt-product/ui": "16.0.1",
24
+ "@qqt-product/utils": "16.0.1",
25
25
  "@types/node": "^18.11.4",
26
26
  "@types/sortablejs": "^1.15.1",
27
27
  "@typescript-eslint/eslint-plugin": "^5.40.0",
@@ -51,10 +51,10 @@
51
51
  "xe-utils": "^3.5.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@qqt-product/api": "16.0.0",
55
- "@qqt-product/icons": "16.0.0",
56
- "@qqt-product/ui": "16.0.0",
57
- "@qqt-product/utils": "16.0.0",
54
+ "@qqt-product/api": "16.0.1",
55
+ "@qqt-product/icons": "16.0.1",
56
+ "@qqt-product/ui": "16.0.1",
57
+ "@qqt-product/utils": "16.0.1",
58
58
  "@types/sortablejs": "^1.15.1",
59
59
  "ant-design-vue": "4.2.6",
60
60
  "echarts": "5.4.3",