@qqt-product/system 16.0.2 → 16.0.3

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,7 +2694,6 @@ declare const _sfc_main: DefineComponent<{
2694
2694
  field: string;
2695
2695
  fieldType?: string | undefined;
2696
2696
  helpText?: string | undefined;
2697
- disabled?: boolean | undefined;
2698
2697
  required?: "0" | "1" | undefined;
2699
2698
  regex?: string | {
2700
2699
  exec: (string: string) => RegExpExecArray | null;
@@ -2719,7 +2718,6 @@ declare const _sfc_main: DefineComponent<{
2719
2718
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2720
2719
  } | undefined;
2721
2720
  alertMsg?: string | undefined;
2722
- options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2723
2721
  callback?: ((ctx: {
2724
2722
  attrs: {
2725
2723
  [x: string]: unknown;
@@ -2747,7 +2745,6 @@ declare const _sfc_main: DefineComponent<{
2747
2745
  fieldLabel: string;
2748
2746
  fieldName: string;
2749
2747
  helpText?: string | undefined;
2750
- disabled?: boolean | undefined;
2751
2748
  required?: "0" | "1" | undefined;
2752
2749
  regex?: {
2753
2750
  exec: (string: string) => RegExpExecArray | null;
@@ -2772,7 +2769,6 @@ declare const _sfc_main: DefineComponent<{
2772
2769
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2773
2770
  } | undefined;
2774
2771
  alertMsg?: string | undefined;
2775
- options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2776
2772
  callback?: ((ctx: ComponentInternalInstance | null, payload: GlobalPageLayoutTypes.ValuePayload) => void) | undefined;
2777
2773
  }[] | undefined;
2778
2774
  }[] | undefined;
@@ -2783,7 +2779,6 @@ declare const _sfc_main: DefineComponent<{
2783
2779
  fieldLabel: string;
2784
2780
  fieldName: string;
2785
2781
  helpText?: string | undefined;
2786
- disabled?: boolean | undefined;
2787
2782
  required?: "0" | "1" | undefined;
2788
2783
  regex?: {
2789
2784
  exec: (string: string) => RegExpExecArray | null;
@@ -2808,7 +2803,6 @@ declare const _sfc_main: DefineComponent<{
2808
2803
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2809
2804
  } | undefined;
2810
2805
  alertMsg?: string | undefined;
2811
- options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2812
2806
  callback?: ((ctx: ComponentInternalInstance | null, payload: GlobalPageLayoutTypes.ValuePayload) => void) | undefined;
2813
2807
  }[] | undefined;
2814
2808
  itemColumns?: {
@@ -2819,7 +2813,6 @@ declare const _sfc_main: DefineComponent<{
2819
2813
  field: string;
2820
2814
  fieldType?: string | undefined;
2821
2815
  helpText?: string | undefined;
2822
- disabled?: boolean | undefined;
2823
2816
  required?: "0" | "1" | undefined;
2824
2817
  regex?: string | {
2825
2818
  exec: (string: string) => RegExpExecArray | null;
@@ -2844,7 +2837,6 @@ declare const _sfc_main: DefineComponent<{
2844
2837
  [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2845
2838
  } | undefined;
2846
2839
  alertMsg?: string | undefined;
2847
- options?: GlobalPageLayoutTypes.RecordString[] | undefined;
2848
2840
  callback?: ((ctx: {
2849
2841
  attrs: {
2850
2842
  [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?: unknown;
177
+ fieldValue?: string | number | undefined;
178
178
  showValue?: string | number | undefined;
179
179
  joiner?: string | number | undefined;
180
180
  dictTable?: string | number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qqt-product/system",
3
3
  "private": false,
4
- "version": "16.0.2",
4
+ "version": "16.0.3",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",
7
7
  "type": "module",