cnhis-design-vue 3.1.30-beta.7 → 3.1.31-beta.0

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.
Files changed (53) hide show
  1. package/es/components/button-print/index.d.ts +1268 -0
  2. package/es/components/button-print/index.js +1 -0
  3. package/es/components/button-print/src/ButtonPrint.vue.d.ts +1269 -3
  4. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +86 -44
  5. package/es/components/button-print/src/components/IdentityVerification.js +42 -11
  6. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1253 -0
  7. package/es/components/button-print/src/components/edit.js +142 -0
  8. package/es/components/button-print/src/components/edit.vue.d.ts +1237 -0
  9. package/es/components/button-print/src/utils/browserPrint.d.ts +1 -0
  10. package/es/components/button-print/src/utils/browserPrint.js +40 -0
  11. package/es/components/button-print/src/utils/index.d.ts +1 -0
  12. package/es/components/button-print/src/utils/index.js +1 -0
  13. package/es/components/button-print/style/index.css +1 -1
  14. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -1
  15. package/es/components/form-render/src/hooks/useBusinessBinding.js +16 -9
  16. package/es/components/form-render/src/utils/business.js +1 -1
  17. package/es/components/iho-table/index.d.ts +45 -39
  18. package/es/components/iho-table/index.js +1 -0
  19. package/es/components/iho-table/src/IhoTable.js +9 -4
  20. package/es/components/iho-table/src/IhoTable.vue.d.ts +45 -39
  21. package/es/components/iho-table/src/components/IhoTableColumn.js +8 -5
  22. package/es/components/iho-table/src/constants/index.d.ts +1 -1
  23. package/es/components/iho-table/src/constants/index.js +2 -0
  24. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
  25. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  26. package/es/components/iho-table/src/hooks/useTableContext.d.ts +1 -1
  27. package/es/components/iho-table/src/plugins/filterPlugin/filter.js +189 -0
  28. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +126 -0
  29. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +1 -0
  30. package/es/components/iho-table/src/plugins/filterPlugin/index.js +74 -0
  31. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +11 -0
  32. package/es/components/iho-table/src/plugins/filterPlugin/types.js +8 -0
  33. package/es/components/iho-table/src/plugins/index.js +14 -12
  34. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +4 -3
  35. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
  36. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +14 -3
  37. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +12 -7
  38. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +5 -1
  39. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +14 -3
  40. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
  41. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +17 -5
  42. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -4
  43. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +2 -17
  44. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +12 -7
  45. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +8 -2
  46. package/es/components/iho-table/src/types/index.d.ts +36 -10
  47. package/es/components/iho-table/src/utils/index.d.ts +12 -1
  48. package/es/components/iho-table/src/utils/index.js +36 -2
  49. package/es/components/iho-table/style/index.css +1 -1
  50. package/es/components/index.css +1 -1
  51. package/es/components/index.js +1 -0
  52. package/es/shared/types/index.d.ts +2 -2
  53. package/package.json +2 -2
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import { SFCWithInstall } from '../../../es/shared/types';
2
3
  export * from './src/utils';
3
4
  declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
@@ -59,6 +60,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
59
60
  default: string;
60
61
  type: StringConstructor;
61
62
  };
63
+ queryPrintFile: {
64
+ type: FunctionConstructor;
65
+ default: () => Promise<{}>;
66
+ };
62
67
  }, {
63
68
  $message: import("naive-ui").MessageApi;
64
69
  printInstance: any;
@@ -121,6 +126,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
121
126
  default: string;
122
127
  type: StringConstructor;
123
128
  };
129
+ queryPrintFile: {
130
+ type: FunctionConstructor;
131
+ default: () => Promise<{}>;
132
+ };
124
133
  }>> & {
125
134
  onError?: ((...args: any[]) => any) | undefined;
126
135
  onSuccess?: ((...args: any[]) => any) | undefined;
@@ -140,6 +149,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
140
149
  isInited: boolean;
141
150
  watchPrintParamsReformatFn: null;
142
151
  spinTimer: null;
152
+ fileObject: null;
143
153
  };
144
154
  options: {
145
155
  label: string;
@@ -154,6 +164,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
154
164
  prevFnError: () => void;
155
165
  getPrintParams: (index?: number) => string;
156
166
  getOnceParams: () => string;
167
+ browserPrint: (mode: any) => Promise<void>;
157
168
  handleClickPrint: () => void;
158
169
  handleClickPreview: () => Promise<void>;
159
170
  handleClickPdf: () => Promise<void>;
@@ -195,6 +206,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
195
206
  type: BooleanConstructor;
196
207
  required: true;
197
208
  };
209
+ printType: {
210
+ type: (NumberConstructor | StringConstructor)[];
211
+ required: true;
212
+ default: number;
213
+ };
198
214
  }, {
199
215
  $message: import("naive-ui").MessageApi;
200
216
  DEFAULT_FORM: {
@@ -205,8 +221,14 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
205
221
  verifyUser: Function;
206
222
  identityVerificationTitle: string;
207
223
  modelValue: boolean;
224
+ printType: string | number;
208
225
  };
209
226
  emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
227
+ editFormRef: import("vue").Ref<{
228
+ submit: Function;
229
+ } | null>;
230
+ showEditForm: import("vue").Ref<boolean>;
231
+ token: import("vue").Ref<string>;
210
232
  form: {
211
233
  account: string;
212
234
  password: string;
@@ -223,6 +245,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
223
245
  loading: import("vue").Ref<boolean>;
224
246
  submit: () => Promise<false | undefined>;
225
247
  handleClickSubmit: () => void;
248
+ submitEditFile: () => Promise<false | undefined>;
226
249
  NButton: any;
227
250
  NModal: any;
228
251
  NForm: any;
@@ -522,6 +545,1240 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
522
545
  readonly ignorePathChange: boolean;
523
546
  }>;
524
547
  NInput: any;
548
+ EditForm: import("vue").DefineComponent<{
549
+ saveIReportFormat: {
550
+ type: FunctionConstructor;
551
+ required: true;
552
+ default: () => Promise<void>;
553
+ };
554
+ }, {
555
+ $message: import("naive-ui").MessageApi;
556
+ props: {
557
+ saveIReportFormat: Function;
558
+ };
559
+ fileList: import("vue").Ref<{
560
+ key: string;
561
+ value: {
562
+ id: string;
563
+ name: string;
564
+ batchId?: string | null | undefined;
565
+ percentage?: number | null | undefined;
566
+ status: "error" | "pending" | "uploading" | "finished" | "removed";
567
+ url?: string | null | undefined;
568
+ file?: {
569
+ readonly lastModified: number;
570
+ readonly name: string;
571
+ readonly webkitRelativePath: string;
572
+ readonly size: number;
573
+ readonly type: string;
574
+ arrayBuffer: {
575
+ (): Promise<ArrayBuffer>;
576
+ (): Promise<ArrayBuffer>;
577
+ };
578
+ slice: {
579
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
580
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
581
+ };
582
+ stream: {
583
+ (): ReadableStream<Uint8Array>;
584
+ (): NodeJS.ReadableStream;
585
+ };
586
+ text: {
587
+ (): Promise<string>;
588
+ (): Promise<string>;
589
+ };
590
+ } | null | undefined;
591
+ thumbnailUrl?: string | null | undefined;
592
+ type?: string | null | undefined;
593
+ fullPath?: string | null | undefined;
594
+ }[];
595
+ }[]>;
596
+ submit: (token: string) => Promise<unknown>;
597
+ onChange: (data: {
598
+ file: import("naive-ui").UploadFileInfo;
599
+ fileList: import("naive-ui").UploadFileInfo[];
600
+ }, index: number) => void;
601
+ onBeforeUpload: (data: {
602
+ file: import("naive-ui").UploadFileInfo;
603
+ fileList: import("naive-ui").UploadFileInfo[];
604
+ }) => Promise<boolean>;
605
+ validateFormat: (file: import("naive-ui").UploadFileInfo, format: string) => boolean;
606
+ NForm: any;
607
+ NFormItem: import("vue").DefineComponent<{
608
+ readonly label: StringConstructor;
609
+ readonly labelWidth: import("vue").PropType<string | number>;
610
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
611
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
612
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
613
+ readonly path: StringConstructor;
614
+ readonly first: BooleanConstructor;
615
+ readonly rulePath: StringConstructor;
616
+ readonly required: BooleanConstructor;
617
+ readonly showRequireMark: {
618
+ readonly type: import("vue").PropType<boolean | undefined>;
619
+ readonly default: undefined;
620
+ };
621
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
622
+ readonly showFeedback: {
623
+ readonly type: import("vue").PropType<boolean | undefined>;
624
+ readonly default: undefined;
625
+ };
626
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
627
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
628
+ readonly ignorePathChange: BooleanConstructor;
629
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
630
+ readonly feedback: StringConstructor;
631
+ readonly showLabel: {
632
+ readonly type: import("vue").PropType<boolean | undefined>;
633
+ readonly default: undefined;
634
+ };
635
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
636
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
637
+ blankHeightSmall: string;
638
+ blankHeightMedium: string;
639
+ blankHeightLarge: string;
640
+ lineHeight: string;
641
+ labelTextColor: string;
642
+ asteriskColor: string;
643
+ feedbackTextColorError: string;
644
+ feedbackTextColorWarning: string;
645
+ feedbackTextColor: string;
646
+ feedbackPadding: string;
647
+ feedbackHeightSmall: string;
648
+ feedbackHeightMedium: string;
649
+ feedbackHeightLarge: string;
650
+ feedbackFontSizeSmall: string;
651
+ feedbackFontSizeMedium: string;
652
+ feedbackFontSizeLarge: string;
653
+ labelFontSizeLeftSmall: string;
654
+ labelFontSizeLeftMedium: string;
655
+ labelFontSizeLeftLarge: string;
656
+ labelFontSizeTopSmall: string;
657
+ labelFontSizeTopMedium: string;
658
+ labelFontSizeTopLarge: string;
659
+ labelHeightSmall: string;
660
+ labelHeightMedium: string;
661
+ labelHeightLarge: string;
662
+ labelPaddingVertical: string;
663
+ labelPaddingHorizontal: string;
664
+ labelTextAlignVertical: string;
665
+ labelTextAlignHorizontal: string;
666
+ }, any>>;
667
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
668
+ blankHeightSmall: string;
669
+ blankHeightMedium: string;
670
+ blankHeightLarge: string;
671
+ lineHeight: string;
672
+ labelTextColor: string;
673
+ asteriskColor: string;
674
+ feedbackTextColorError: string;
675
+ feedbackTextColorWarning: string;
676
+ feedbackTextColor: string;
677
+ feedbackPadding: string;
678
+ feedbackHeightSmall: string;
679
+ feedbackHeightMedium: string;
680
+ feedbackHeightLarge: string;
681
+ feedbackFontSizeSmall: string;
682
+ feedbackFontSizeMedium: string;
683
+ feedbackFontSizeLarge: string;
684
+ labelFontSizeLeftSmall: string;
685
+ labelFontSizeLeftMedium: string;
686
+ labelFontSizeLeftLarge: string;
687
+ labelFontSizeTopSmall: string;
688
+ labelFontSizeTopMedium: string;
689
+ labelFontSizeTopLarge: string;
690
+ labelHeightSmall: string;
691
+ labelHeightMedium: string;
692
+ labelHeightLarge: string;
693
+ labelPaddingVertical: string;
694
+ labelPaddingHorizontal: string;
695
+ labelTextAlignVertical: string;
696
+ labelTextAlignHorizontal: string;
697
+ }, any>>>;
698
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
699
+ blankHeightSmall: string;
700
+ blankHeightMedium: string;
701
+ blankHeightLarge: string;
702
+ lineHeight: string;
703
+ labelTextColor: string;
704
+ asteriskColor: string;
705
+ feedbackTextColorError: string;
706
+ feedbackTextColorWarning: string;
707
+ feedbackTextColor: string;
708
+ feedbackPadding: string;
709
+ feedbackHeightSmall: string;
710
+ feedbackHeightMedium: string;
711
+ feedbackHeightLarge: string;
712
+ feedbackFontSizeSmall: string;
713
+ feedbackFontSizeMedium: string;
714
+ feedbackFontSizeLarge: string;
715
+ labelFontSizeLeftSmall: string;
716
+ labelFontSizeLeftMedium: string;
717
+ labelFontSizeLeftLarge: string;
718
+ labelFontSizeTopSmall: string;
719
+ labelFontSizeTopMedium: string;
720
+ labelFontSizeTopLarge: string;
721
+ labelHeightSmall: string;
722
+ labelHeightMedium: string;
723
+ labelHeightLarge: string;
724
+ labelPaddingVertical: string;
725
+ labelPaddingHorizontal: string;
726
+ labelTextAlignVertical: string;
727
+ labelTextAlignHorizontal: string;
728
+ }, any>>>;
729
+ }, {
730
+ cssVars: import("vue").ComputedRef<{
731
+ '--n-bezier': string;
732
+ '--n-line-height': string;
733
+ '--n-blank-height': string;
734
+ '--n-label-font-size': string;
735
+ '--n-label-text-align': string;
736
+ '--n-label-height': string;
737
+ '--n-label-padding': string;
738
+ '--n-asterisk-color': string;
739
+ '--n-label-text-color': string;
740
+ '--n-feedback-padding': string;
741
+ '--n-feedback-font-size': string;
742
+ '--n-feedback-height': string;
743
+ '--n-feedback-text-color': string;
744
+ '--n-feedback-text-color-warning': string;
745
+ '--n-feedback-text-color-error': string;
746
+ }> | undefined;
747
+ themeClass: import("vue").Ref<string>;
748
+ onRender: () => void;
749
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
750
+ restoreValidation: () => void;
751
+ path?: string | undefined;
752
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
753
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
754
+ validationErrored: import("vue").Ref<boolean>;
755
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
756
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
757
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
758
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
759
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
760
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
761
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
762
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
763
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
764
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
765
+ mergedClsPrefix: import("vue").ComputedRef<string>;
766
+ mergedRequired: import("vue").ComputedRef<boolean>;
767
+ feedbackId: import("vue").Ref<string>;
768
+ renderExplains: import("vue").Ref<{
769
+ key: string;
770
+ render: () => import("vue").VNodeChild;
771
+ }[]>;
772
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
773
+ readonly label: StringConstructor;
774
+ readonly labelWidth: import("vue").PropType<string | number>;
775
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
776
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
777
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
778
+ readonly path: StringConstructor;
779
+ readonly first: BooleanConstructor;
780
+ readonly rulePath: StringConstructor;
781
+ readonly required: BooleanConstructor;
782
+ readonly showRequireMark: {
783
+ readonly type: import("vue").PropType<boolean | undefined>;
784
+ readonly default: undefined;
785
+ };
786
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
787
+ readonly showFeedback: {
788
+ readonly type: import("vue").PropType<boolean | undefined>;
789
+ readonly default: undefined;
790
+ };
791
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
792
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
793
+ readonly ignorePathChange: BooleanConstructor;
794
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
795
+ readonly feedback: StringConstructor;
796
+ readonly showLabel: {
797
+ readonly type: import("vue").PropType<boolean | undefined>;
798
+ readonly default: undefined;
799
+ };
800
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
801
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
802
+ blankHeightSmall: string;
803
+ blankHeightMedium: string;
804
+ blankHeightLarge: string;
805
+ lineHeight: string;
806
+ labelTextColor: string;
807
+ asteriskColor: string;
808
+ feedbackTextColorError: string;
809
+ feedbackTextColorWarning: string;
810
+ feedbackTextColor: string;
811
+ feedbackPadding: string;
812
+ feedbackHeightSmall: string;
813
+ feedbackHeightMedium: string;
814
+ feedbackHeightLarge: string;
815
+ feedbackFontSizeSmall: string;
816
+ feedbackFontSizeMedium: string;
817
+ feedbackFontSizeLarge: string;
818
+ labelFontSizeLeftSmall: string;
819
+ labelFontSizeLeftMedium: string;
820
+ labelFontSizeLeftLarge: string;
821
+ labelFontSizeTopSmall: string;
822
+ labelFontSizeTopMedium: string;
823
+ labelFontSizeTopLarge: string;
824
+ labelHeightSmall: string;
825
+ labelHeightMedium: string;
826
+ labelHeightLarge: string;
827
+ labelPaddingVertical: string;
828
+ labelPaddingHorizontal: string;
829
+ labelTextAlignVertical: string;
830
+ labelTextAlignHorizontal: string;
831
+ }, any>>;
832
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
833
+ blankHeightSmall: string;
834
+ blankHeightMedium: string;
835
+ blankHeightLarge: string;
836
+ lineHeight: string;
837
+ labelTextColor: string;
838
+ asteriskColor: string;
839
+ feedbackTextColorError: string;
840
+ feedbackTextColorWarning: string;
841
+ feedbackTextColor: string;
842
+ feedbackPadding: string;
843
+ feedbackHeightSmall: string;
844
+ feedbackHeightMedium: string;
845
+ feedbackHeightLarge: string;
846
+ feedbackFontSizeSmall: string;
847
+ feedbackFontSizeMedium: string;
848
+ feedbackFontSizeLarge: string;
849
+ labelFontSizeLeftSmall: string;
850
+ labelFontSizeLeftMedium: string;
851
+ labelFontSizeLeftLarge: string;
852
+ labelFontSizeTopSmall: string;
853
+ labelFontSizeTopMedium: string;
854
+ labelFontSizeTopLarge: string;
855
+ labelHeightSmall: string;
856
+ labelHeightMedium: string;
857
+ labelHeightLarge: string;
858
+ labelPaddingVertical: string;
859
+ labelPaddingHorizontal: string;
860
+ labelTextAlignVertical: string;
861
+ labelTextAlignHorizontal: string;
862
+ }, any>>>;
863
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
864
+ blankHeightSmall: string;
865
+ blankHeightMedium: string;
866
+ blankHeightLarge: string;
867
+ lineHeight: string;
868
+ labelTextColor: string;
869
+ asteriskColor: string;
870
+ feedbackTextColorError: string;
871
+ feedbackTextColorWarning: string;
872
+ feedbackTextColor: string;
873
+ feedbackPadding: string;
874
+ feedbackHeightSmall: string;
875
+ feedbackHeightMedium: string;
876
+ feedbackHeightLarge: string;
877
+ feedbackFontSizeSmall: string;
878
+ feedbackFontSizeMedium: string;
879
+ feedbackFontSizeLarge: string;
880
+ labelFontSizeLeftSmall: string;
881
+ labelFontSizeLeftMedium: string;
882
+ labelFontSizeLeftLarge: string;
883
+ labelFontSizeTopSmall: string;
884
+ labelFontSizeTopMedium: string;
885
+ labelFontSizeTopLarge: string;
886
+ labelHeightSmall: string;
887
+ labelHeightMedium: string;
888
+ labelHeightLarge: string;
889
+ labelPaddingVertical: string;
890
+ labelPaddingHorizontal: string;
891
+ labelTextAlignVertical: string;
892
+ labelTextAlignHorizontal: string;
893
+ }, any>>>;
894
+ }>>, {
895
+ readonly required: boolean;
896
+ readonly first: boolean;
897
+ readonly showRequireMark: boolean | undefined;
898
+ readonly showFeedback: boolean | undefined;
899
+ readonly showLabel: boolean | undefined;
900
+ readonly ignorePathChange: boolean;
901
+ }>;
902
+ NUpload: any;
903
+ NUploadDragger: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
904
+ NP: import("vue").DefineComponent<{
905
+ depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
906
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
907
+ aTextColor: string;
908
+ blockquoteTextColor: string;
909
+ blockquotePrefixColor: string;
910
+ blockquoteLineHeight: string;
911
+ blockquoteFontSize: string;
912
+ codeBorderRadius: string;
913
+ liTextColor: string;
914
+ liLineHeight: string;
915
+ liFontSize: string;
916
+ hrColor: string;
917
+ headerFontWeight: string;
918
+ headerTextColor: string;
919
+ pTextColor: string;
920
+ pTextColor1Depth: string;
921
+ pTextColor2Depth: string;
922
+ pTextColor3Depth: string;
923
+ pLineHeight: string;
924
+ pFontSize: string;
925
+ headerBarColor: string;
926
+ headerBarColorPrimary: string;
927
+ headerBarColorInfo: string;
928
+ headerBarColorError: string;
929
+ headerBarColorWarning: string;
930
+ headerBarColorSuccess: string;
931
+ textColor: string;
932
+ textColor1Depth: string;
933
+ textColor2Depth: string;
934
+ textColor3Depth: string;
935
+ textColorPrimary: string;
936
+ textColorInfo: string;
937
+ textColorSuccess: string;
938
+ textColorWarning: string;
939
+ textColorError: string;
940
+ codeTextColor: string;
941
+ codeColor: string;
942
+ codeBorder: string;
943
+ headerFontSize1: string;
944
+ headerFontSize2: string;
945
+ headerFontSize3: string;
946
+ headerFontSize4: string;
947
+ headerFontSize5: string;
948
+ headerFontSize6: string;
949
+ headerMargin1: string;
950
+ headerMargin2: string;
951
+ headerMargin3: string;
952
+ headerMargin4: string;
953
+ headerMargin5: string;
954
+ headerMargin6: string;
955
+ headerPrefixWidth1: string;
956
+ headerPrefixWidth2: string;
957
+ headerPrefixWidth3: string;
958
+ headerPrefixWidth4: string;
959
+ headerPrefixWidth5: string;
960
+ headerPrefixWidth6: string;
961
+ headerBarWidth1: string;
962
+ headerBarWidth2: string;
963
+ headerBarWidth3: string;
964
+ headerBarWidth4: string;
965
+ headerBarWidth5: string;
966
+ headerBarWidth6: string;
967
+ pMargin: string;
968
+ liMargin: string;
969
+ olPadding: string;
970
+ ulPadding: string;
971
+ }, any>>;
972
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
973
+ aTextColor: string;
974
+ blockquoteTextColor: string;
975
+ blockquotePrefixColor: string;
976
+ blockquoteLineHeight: string;
977
+ blockquoteFontSize: string;
978
+ codeBorderRadius: string;
979
+ liTextColor: string;
980
+ liLineHeight: string;
981
+ liFontSize: string;
982
+ hrColor: string;
983
+ headerFontWeight: string;
984
+ headerTextColor: string;
985
+ pTextColor: string;
986
+ pTextColor1Depth: string;
987
+ pTextColor2Depth: string;
988
+ pTextColor3Depth: string;
989
+ pLineHeight: string;
990
+ pFontSize: string;
991
+ headerBarColor: string;
992
+ headerBarColorPrimary: string;
993
+ headerBarColorInfo: string;
994
+ headerBarColorError: string;
995
+ headerBarColorWarning: string;
996
+ headerBarColorSuccess: string;
997
+ textColor: string;
998
+ textColor1Depth: string;
999
+ textColor2Depth: string;
1000
+ textColor3Depth: string;
1001
+ textColorPrimary: string;
1002
+ textColorInfo: string;
1003
+ textColorSuccess: string;
1004
+ textColorWarning: string;
1005
+ textColorError: string;
1006
+ codeTextColor: string;
1007
+ codeColor: string;
1008
+ codeBorder: string;
1009
+ headerFontSize1: string;
1010
+ headerFontSize2: string;
1011
+ headerFontSize3: string;
1012
+ headerFontSize4: string;
1013
+ headerFontSize5: string;
1014
+ headerFontSize6: string;
1015
+ headerMargin1: string;
1016
+ headerMargin2: string;
1017
+ headerMargin3: string;
1018
+ headerMargin4: string;
1019
+ headerMargin5: string;
1020
+ headerMargin6: string;
1021
+ headerPrefixWidth1: string;
1022
+ headerPrefixWidth2: string;
1023
+ headerPrefixWidth3: string;
1024
+ headerPrefixWidth4: string;
1025
+ headerPrefixWidth5: string;
1026
+ headerPrefixWidth6: string;
1027
+ headerBarWidth1: string;
1028
+ headerBarWidth2: string;
1029
+ headerBarWidth3: string;
1030
+ headerBarWidth4: string;
1031
+ headerBarWidth5: string;
1032
+ headerBarWidth6: string;
1033
+ pMargin: string;
1034
+ liMargin: string;
1035
+ olPadding: string;
1036
+ ulPadding: string;
1037
+ }, any>>>;
1038
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1039
+ aTextColor: string;
1040
+ blockquoteTextColor: string;
1041
+ blockquotePrefixColor: string;
1042
+ blockquoteLineHeight: string;
1043
+ blockquoteFontSize: string;
1044
+ codeBorderRadius: string;
1045
+ liTextColor: string;
1046
+ liLineHeight: string;
1047
+ liFontSize: string;
1048
+ hrColor: string;
1049
+ headerFontWeight: string;
1050
+ headerTextColor: string;
1051
+ pTextColor: string;
1052
+ pTextColor1Depth: string;
1053
+ pTextColor2Depth: string;
1054
+ pTextColor3Depth: string;
1055
+ pLineHeight: string;
1056
+ pFontSize: string;
1057
+ headerBarColor: string;
1058
+ headerBarColorPrimary: string;
1059
+ headerBarColorInfo: string;
1060
+ headerBarColorError: string;
1061
+ headerBarColorWarning: string;
1062
+ headerBarColorSuccess: string;
1063
+ textColor: string;
1064
+ textColor1Depth: string;
1065
+ textColor2Depth: string;
1066
+ textColor3Depth: string;
1067
+ textColorPrimary: string;
1068
+ textColorInfo: string;
1069
+ textColorSuccess: string;
1070
+ textColorWarning: string;
1071
+ textColorError: string;
1072
+ codeTextColor: string;
1073
+ codeColor: string;
1074
+ codeBorder: string;
1075
+ headerFontSize1: string;
1076
+ headerFontSize2: string;
1077
+ headerFontSize3: string;
1078
+ headerFontSize4: string;
1079
+ headerFontSize5: string;
1080
+ headerFontSize6: string;
1081
+ headerMargin1: string;
1082
+ headerMargin2: string;
1083
+ headerMargin3: string;
1084
+ headerMargin4: string;
1085
+ headerMargin5: string;
1086
+ headerMargin6: string;
1087
+ headerPrefixWidth1: string;
1088
+ headerPrefixWidth2: string;
1089
+ headerPrefixWidth3: string;
1090
+ headerPrefixWidth4: string;
1091
+ headerPrefixWidth5: string;
1092
+ headerPrefixWidth6: string;
1093
+ headerBarWidth1: string;
1094
+ headerBarWidth2: string;
1095
+ headerBarWidth3: string;
1096
+ headerBarWidth4: string;
1097
+ headerBarWidth5: string;
1098
+ headerBarWidth6: string;
1099
+ pMargin: string;
1100
+ liMargin: string;
1101
+ olPadding: string;
1102
+ ulPadding: string;
1103
+ }, any>>>;
1104
+ }, {
1105
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1106
+ cssVars: import("vue").ComputedRef<{
1107
+ '--n-bezier': string;
1108
+ '--n-font-size': string;
1109
+ '--n-line-height': string;
1110
+ '--n-margin': string;
1111
+ '--n-text-color': string;
1112
+ }> | undefined;
1113
+ themeClass: import("vue").Ref<string> | undefined;
1114
+ onRender: (() => void) | undefined;
1115
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1116
+ depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
1117
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1118
+ aTextColor: string;
1119
+ blockquoteTextColor: string;
1120
+ blockquotePrefixColor: string;
1121
+ blockquoteLineHeight: string;
1122
+ blockquoteFontSize: string;
1123
+ codeBorderRadius: string;
1124
+ liTextColor: string;
1125
+ liLineHeight: string;
1126
+ liFontSize: string;
1127
+ hrColor: string;
1128
+ headerFontWeight: string;
1129
+ headerTextColor: string;
1130
+ pTextColor: string;
1131
+ pTextColor1Depth: string;
1132
+ pTextColor2Depth: string;
1133
+ pTextColor3Depth: string;
1134
+ pLineHeight: string;
1135
+ pFontSize: string;
1136
+ headerBarColor: string;
1137
+ headerBarColorPrimary: string;
1138
+ headerBarColorInfo: string;
1139
+ headerBarColorError: string;
1140
+ headerBarColorWarning: string;
1141
+ headerBarColorSuccess: string;
1142
+ textColor: string;
1143
+ textColor1Depth: string;
1144
+ textColor2Depth: string;
1145
+ textColor3Depth: string;
1146
+ textColorPrimary: string;
1147
+ textColorInfo: string;
1148
+ textColorSuccess: string;
1149
+ textColorWarning: string;
1150
+ textColorError: string;
1151
+ codeTextColor: string;
1152
+ codeColor: string;
1153
+ codeBorder: string;
1154
+ headerFontSize1: string;
1155
+ headerFontSize2: string;
1156
+ headerFontSize3: string;
1157
+ headerFontSize4: string;
1158
+ headerFontSize5: string;
1159
+ headerFontSize6: string;
1160
+ headerMargin1: string;
1161
+ headerMargin2: string;
1162
+ headerMargin3: string;
1163
+ headerMargin4: string;
1164
+ headerMargin5: string;
1165
+ headerMargin6: string;
1166
+ headerPrefixWidth1: string;
1167
+ headerPrefixWidth2: string;
1168
+ headerPrefixWidth3: string;
1169
+ headerPrefixWidth4: string;
1170
+ headerPrefixWidth5: string;
1171
+ headerPrefixWidth6: string;
1172
+ headerBarWidth1: string;
1173
+ headerBarWidth2: string;
1174
+ headerBarWidth3: string;
1175
+ headerBarWidth4: string;
1176
+ headerBarWidth5: string;
1177
+ headerBarWidth6: string;
1178
+ pMargin: string;
1179
+ liMargin: string;
1180
+ olPadding: string;
1181
+ ulPadding: string;
1182
+ }, any>>;
1183
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1184
+ aTextColor: string;
1185
+ blockquoteTextColor: string;
1186
+ blockquotePrefixColor: string;
1187
+ blockquoteLineHeight: string;
1188
+ blockquoteFontSize: string;
1189
+ codeBorderRadius: string;
1190
+ liTextColor: string;
1191
+ liLineHeight: string;
1192
+ liFontSize: string;
1193
+ hrColor: string;
1194
+ headerFontWeight: string;
1195
+ headerTextColor: string;
1196
+ pTextColor: string;
1197
+ pTextColor1Depth: string;
1198
+ pTextColor2Depth: string;
1199
+ pTextColor3Depth: string;
1200
+ pLineHeight: string;
1201
+ pFontSize: string;
1202
+ headerBarColor: string;
1203
+ headerBarColorPrimary: string;
1204
+ headerBarColorInfo: string;
1205
+ headerBarColorError: string;
1206
+ headerBarColorWarning: string;
1207
+ headerBarColorSuccess: string;
1208
+ textColor: string;
1209
+ textColor1Depth: string;
1210
+ textColor2Depth: string;
1211
+ textColor3Depth: string;
1212
+ textColorPrimary: string;
1213
+ textColorInfo: string;
1214
+ textColorSuccess: string;
1215
+ textColorWarning: string;
1216
+ textColorError: string;
1217
+ codeTextColor: string;
1218
+ codeColor: string;
1219
+ codeBorder: string;
1220
+ headerFontSize1: string;
1221
+ headerFontSize2: string;
1222
+ headerFontSize3: string;
1223
+ headerFontSize4: string;
1224
+ headerFontSize5: string;
1225
+ headerFontSize6: string;
1226
+ headerMargin1: string;
1227
+ headerMargin2: string;
1228
+ headerMargin3: string;
1229
+ headerMargin4: string;
1230
+ headerMargin5: string;
1231
+ headerMargin6: string;
1232
+ headerPrefixWidth1: string;
1233
+ headerPrefixWidth2: string;
1234
+ headerPrefixWidth3: string;
1235
+ headerPrefixWidth4: string;
1236
+ headerPrefixWidth5: string;
1237
+ headerPrefixWidth6: string;
1238
+ headerBarWidth1: string;
1239
+ headerBarWidth2: string;
1240
+ headerBarWidth3: string;
1241
+ headerBarWidth4: string;
1242
+ headerBarWidth5: string;
1243
+ headerBarWidth6: string;
1244
+ pMargin: string;
1245
+ liMargin: string;
1246
+ olPadding: string;
1247
+ ulPadding: string;
1248
+ }, any>>>;
1249
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1250
+ aTextColor: string;
1251
+ blockquoteTextColor: string;
1252
+ blockquotePrefixColor: string;
1253
+ blockquoteLineHeight: string;
1254
+ blockquoteFontSize: string;
1255
+ codeBorderRadius: string;
1256
+ liTextColor: string;
1257
+ liLineHeight: string;
1258
+ liFontSize: string;
1259
+ hrColor: string;
1260
+ headerFontWeight: string;
1261
+ headerTextColor: string;
1262
+ pTextColor: string;
1263
+ pTextColor1Depth: string;
1264
+ pTextColor2Depth: string;
1265
+ pTextColor3Depth: string;
1266
+ pLineHeight: string;
1267
+ pFontSize: string;
1268
+ headerBarColor: string;
1269
+ headerBarColorPrimary: string;
1270
+ headerBarColorInfo: string;
1271
+ headerBarColorError: string;
1272
+ headerBarColorWarning: string;
1273
+ headerBarColorSuccess: string;
1274
+ textColor: string;
1275
+ textColor1Depth: string;
1276
+ textColor2Depth: string;
1277
+ textColor3Depth: string;
1278
+ textColorPrimary: string;
1279
+ textColorInfo: string;
1280
+ textColorSuccess: string;
1281
+ textColorWarning: string;
1282
+ textColorError: string;
1283
+ codeTextColor: string;
1284
+ codeColor: string;
1285
+ codeBorder: string;
1286
+ headerFontSize1: string;
1287
+ headerFontSize2: string;
1288
+ headerFontSize3: string;
1289
+ headerFontSize4: string;
1290
+ headerFontSize5: string;
1291
+ headerFontSize6: string;
1292
+ headerMargin1: string;
1293
+ headerMargin2: string;
1294
+ headerMargin3: string;
1295
+ headerMargin4: string;
1296
+ headerMargin5: string;
1297
+ headerMargin6: string;
1298
+ headerPrefixWidth1: string;
1299
+ headerPrefixWidth2: string;
1300
+ headerPrefixWidth3: string;
1301
+ headerPrefixWidth4: string;
1302
+ headerPrefixWidth5: string;
1303
+ headerPrefixWidth6: string;
1304
+ headerBarWidth1: string;
1305
+ headerBarWidth2: string;
1306
+ headerBarWidth3: string;
1307
+ headerBarWidth4: string;
1308
+ headerBarWidth5: string;
1309
+ headerBarWidth6: string;
1310
+ pMargin: string;
1311
+ liMargin: string;
1312
+ olPadding: string;
1313
+ ulPadding: string;
1314
+ }, any>>>;
1315
+ }>>, {}>;
1316
+ NIcon: any;
1317
+ NText: import("vue").DefineComponent<{
1318
+ readonly code: BooleanConstructor;
1319
+ readonly type: {
1320
+ readonly type: StringConstructor;
1321
+ readonly default: "default";
1322
+ };
1323
+ readonly delete: BooleanConstructor;
1324
+ readonly strong: BooleanConstructor;
1325
+ readonly italic: BooleanConstructor;
1326
+ readonly underline: BooleanConstructor;
1327
+ readonly depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
1328
+ readonly tag: StringConstructor;
1329
+ readonly as: {
1330
+ readonly type: StringConstructor;
1331
+ readonly validator: () => boolean;
1332
+ readonly default: undefined;
1333
+ };
1334
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1335
+ aTextColor: string;
1336
+ blockquoteTextColor: string;
1337
+ blockquotePrefixColor: string;
1338
+ blockquoteLineHeight: string;
1339
+ blockquoteFontSize: string;
1340
+ codeBorderRadius: string;
1341
+ liTextColor: string;
1342
+ liLineHeight: string;
1343
+ liFontSize: string;
1344
+ hrColor: string;
1345
+ headerFontWeight: string;
1346
+ headerTextColor: string;
1347
+ pTextColor: string;
1348
+ pTextColor1Depth: string;
1349
+ pTextColor2Depth: string;
1350
+ pTextColor3Depth: string;
1351
+ pLineHeight: string;
1352
+ pFontSize: string;
1353
+ headerBarColor: string;
1354
+ headerBarColorPrimary: string;
1355
+ headerBarColorInfo: string;
1356
+ headerBarColorError: string;
1357
+ headerBarColorWarning: string;
1358
+ headerBarColorSuccess: string;
1359
+ textColor: string;
1360
+ textColor1Depth: string;
1361
+ textColor2Depth: string;
1362
+ textColor3Depth: string;
1363
+ textColorPrimary: string;
1364
+ textColorInfo: string;
1365
+ textColorSuccess: string;
1366
+ textColorWarning: string;
1367
+ textColorError: string;
1368
+ codeTextColor: string;
1369
+ codeColor: string;
1370
+ codeBorder: string;
1371
+ headerFontSize1: string;
1372
+ headerFontSize2: string;
1373
+ headerFontSize3: string;
1374
+ headerFontSize4: string;
1375
+ headerFontSize5: string;
1376
+ headerFontSize6: string;
1377
+ headerMargin1: string;
1378
+ headerMargin2: string;
1379
+ headerMargin3: string;
1380
+ headerMargin4: string;
1381
+ headerMargin5: string;
1382
+ headerMargin6: string;
1383
+ headerPrefixWidth1: string;
1384
+ headerPrefixWidth2: string;
1385
+ headerPrefixWidth3: string;
1386
+ headerPrefixWidth4: string;
1387
+ headerPrefixWidth5: string;
1388
+ headerPrefixWidth6: string;
1389
+ headerBarWidth1: string;
1390
+ headerBarWidth2: string;
1391
+ headerBarWidth3: string;
1392
+ headerBarWidth4: string;
1393
+ headerBarWidth5: string;
1394
+ headerBarWidth6: string;
1395
+ pMargin: string;
1396
+ liMargin: string;
1397
+ olPadding: string;
1398
+ ulPadding: string;
1399
+ }, any>>;
1400
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1401
+ aTextColor: string;
1402
+ blockquoteTextColor: string;
1403
+ blockquotePrefixColor: string;
1404
+ blockquoteLineHeight: string;
1405
+ blockquoteFontSize: string;
1406
+ codeBorderRadius: string;
1407
+ liTextColor: string;
1408
+ liLineHeight: string;
1409
+ liFontSize: string;
1410
+ hrColor: string;
1411
+ headerFontWeight: string;
1412
+ headerTextColor: string;
1413
+ pTextColor: string;
1414
+ pTextColor1Depth: string;
1415
+ pTextColor2Depth: string;
1416
+ pTextColor3Depth: string;
1417
+ pLineHeight: string;
1418
+ pFontSize: string;
1419
+ headerBarColor: string;
1420
+ headerBarColorPrimary: string;
1421
+ headerBarColorInfo: string;
1422
+ headerBarColorError: string;
1423
+ headerBarColorWarning: string;
1424
+ headerBarColorSuccess: string;
1425
+ textColor: string;
1426
+ textColor1Depth: string;
1427
+ textColor2Depth: string;
1428
+ textColor3Depth: string;
1429
+ textColorPrimary: string;
1430
+ textColorInfo: string;
1431
+ textColorSuccess: string;
1432
+ textColorWarning: string;
1433
+ textColorError: string;
1434
+ codeTextColor: string;
1435
+ codeColor: string;
1436
+ codeBorder: string;
1437
+ headerFontSize1: string;
1438
+ headerFontSize2: string;
1439
+ headerFontSize3: string;
1440
+ headerFontSize4: string;
1441
+ headerFontSize5: string;
1442
+ headerFontSize6: string;
1443
+ headerMargin1: string;
1444
+ headerMargin2: string;
1445
+ headerMargin3: string;
1446
+ headerMargin4: string;
1447
+ headerMargin5: string;
1448
+ headerMargin6: string;
1449
+ headerPrefixWidth1: string;
1450
+ headerPrefixWidth2: string;
1451
+ headerPrefixWidth3: string;
1452
+ headerPrefixWidth4: string;
1453
+ headerPrefixWidth5: string;
1454
+ headerPrefixWidth6: string;
1455
+ headerBarWidth1: string;
1456
+ headerBarWidth2: string;
1457
+ headerBarWidth3: string;
1458
+ headerBarWidth4: string;
1459
+ headerBarWidth5: string;
1460
+ headerBarWidth6: string;
1461
+ pMargin: string;
1462
+ liMargin: string;
1463
+ olPadding: string;
1464
+ ulPadding: string;
1465
+ }, any>>>;
1466
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1467
+ aTextColor: string;
1468
+ blockquoteTextColor: string;
1469
+ blockquotePrefixColor: string;
1470
+ blockquoteLineHeight: string;
1471
+ blockquoteFontSize: string;
1472
+ codeBorderRadius: string;
1473
+ liTextColor: string;
1474
+ liLineHeight: string;
1475
+ liFontSize: string;
1476
+ hrColor: string;
1477
+ headerFontWeight: string;
1478
+ headerTextColor: string;
1479
+ pTextColor: string;
1480
+ pTextColor1Depth: string;
1481
+ pTextColor2Depth: string;
1482
+ pTextColor3Depth: string;
1483
+ pLineHeight: string;
1484
+ pFontSize: string;
1485
+ headerBarColor: string;
1486
+ headerBarColorPrimary: string;
1487
+ headerBarColorInfo: string;
1488
+ headerBarColorError: string;
1489
+ headerBarColorWarning: string;
1490
+ headerBarColorSuccess: string;
1491
+ textColor: string;
1492
+ textColor1Depth: string;
1493
+ textColor2Depth: string;
1494
+ textColor3Depth: string;
1495
+ textColorPrimary: string;
1496
+ textColorInfo: string;
1497
+ textColorSuccess: string;
1498
+ textColorWarning: string;
1499
+ textColorError: string;
1500
+ codeTextColor: string;
1501
+ codeColor: string;
1502
+ codeBorder: string;
1503
+ headerFontSize1: string;
1504
+ headerFontSize2: string;
1505
+ headerFontSize3: string;
1506
+ headerFontSize4: string;
1507
+ headerFontSize5: string;
1508
+ headerFontSize6: string;
1509
+ headerMargin1: string;
1510
+ headerMargin2: string;
1511
+ headerMargin3: string;
1512
+ headerMargin4: string;
1513
+ headerMargin5: string;
1514
+ headerMargin6: string;
1515
+ headerPrefixWidth1: string;
1516
+ headerPrefixWidth2: string;
1517
+ headerPrefixWidth3: string;
1518
+ headerPrefixWidth4: string;
1519
+ headerPrefixWidth5: string;
1520
+ headerPrefixWidth6: string;
1521
+ headerBarWidth1: string;
1522
+ headerBarWidth2: string;
1523
+ headerBarWidth3: string;
1524
+ headerBarWidth4: string;
1525
+ headerBarWidth5: string;
1526
+ headerBarWidth6: string;
1527
+ pMargin: string;
1528
+ liMargin: string;
1529
+ olPadding: string;
1530
+ ulPadding: string;
1531
+ }, any>>>;
1532
+ }, {
1533
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1534
+ compitableTag: import("vue").ComputedRef<string | undefined>;
1535
+ cssVars: import("vue").ComputedRef<{
1536
+ '--n-bezier': string;
1537
+ '--n-text-color': string;
1538
+ '--n-font-weight-strong': string;
1539
+ '--n-font-famliy-mono': string;
1540
+ '--n-code-border-radius': string;
1541
+ '--n-code-text-color': string;
1542
+ '--n-code-color': string;
1543
+ '--n-code-border': string;
1544
+ }> | undefined;
1545
+ themeClass: import("vue").Ref<string> | undefined;
1546
+ onRender: (() => void) | undefined;
1547
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1548
+ readonly code: BooleanConstructor;
1549
+ readonly type: {
1550
+ readonly type: StringConstructor;
1551
+ readonly default: "default";
1552
+ };
1553
+ readonly delete: BooleanConstructor;
1554
+ readonly strong: BooleanConstructor;
1555
+ readonly italic: BooleanConstructor;
1556
+ readonly underline: BooleanConstructor;
1557
+ readonly depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
1558
+ readonly tag: StringConstructor;
1559
+ readonly as: {
1560
+ readonly type: StringConstructor;
1561
+ readonly validator: () => boolean;
1562
+ readonly default: undefined;
1563
+ };
1564
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1565
+ aTextColor: string;
1566
+ blockquoteTextColor: string;
1567
+ blockquotePrefixColor: string;
1568
+ blockquoteLineHeight: string;
1569
+ blockquoteFontSize: string;
1570
+ codeBorderRadius: string;
1571
+ liTextColor: string;
1572
+ liLineHeight: string;
1573
+ liFontSize: string;
1574
+ hrColor: string;
1575
+ headerFontWeight: string;
1576
+ headerTextColor: string;
1577
+ pTextColor: string;
1578
+ pTextColor1Depth: string;
1579
+ pTextColor2Depth: string;
1580
+ pTextColor3Depth: string;
1581
+ pLineHeight: string;
1582
+ pFontSize: string;
1583
+ headerBarColor: string;
1584
+ headerBarColorPrimary: string;
1585
+ headerBarColorInfo: string;
1586
+ headerBarColorError: string;
1587
+ headerBarColorWarning: string;
1588
+ headerBarColorSuccess: string;
1589
+ textColor: string;
1590
+ textColor1Depth: string;
1591
+ textColor2Depth: string;
1592
+ textColor3Depth: string;
1593
+ textColorPrimary: string;
1594
+ textColorInfo: string;
1595
+ textColorSuccess: string;
1596
+ textColorWarning: string;
1597
+ textColorError: string;
1598
+ codeTextColor: string;
1599
+ codeColor: string;
1600
+ codeBorder: string;
1601
+ headerFontSize1: string;
1602
+ headerFontSize2: string;
1603
+ headerFontSize3: string;
1604
+ headerFontSize4: string;
1605
+ headerFontSize5: string;
1606
+ headerFontSize6: string;
1607
+ headerMargin1: string;
1608
+ headerMargin2: string;
1609
+ headerMargin3: string;
1610
+ headerMargin4: string;
1611
+ headerMargin5: string;
1612
+ headerMargin6: string;
1613
+ headerPrefixWidth1: string;
1614
+ headerPrefixWidth2: string;
1615
+ headerPrefixWidth3: string;
1616
+ headerPrefixWidth4: string;
1617
+ headerPrefixWidth5: string;
1618
+ headerPrefixWidth6: string;
1619
+ headerBarWidth1: string;
1620
+ headerBarWidth2: string;
1621
+ headerBarWidth3: string;
1622
+ headerBarWidth4: string;
1623
+ headerBarWidth5: string;
1624
+ headerBarWidth6: string;
1625
+ pMargin: string;
1626
+ liMargin: string;
1627
+ olPadding: string;
1628
+ ulPadding: string;
1629
+ }, any>>;
1630
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1631
+ aTextColor: string;
1632
+ blockquoteTextColor: string;
1633
+ blockquotePrefixColor: string;
1634
+ blockquoteLineHeight: string;
1635
+ blockquoteFontSize: string;
1636
+ codeBorderRadius: string;
1637
+ liTextColor: string;
1638
+ liLineHeight: string;
1639
+ liFontSize: string;
1640
+ hrColor: string;
1641
+ headerFontWeight: string;
1642
+ headerTextColor: string;
1643
+ pTextColor: string;
1644
+ pTextColor1Depth: string;
1645
+ pTextColor2Depth: string;
1646
+ pTextColor3Depth: string;
1647
+ pLineHeight: string;
1648
+ pFontSize: string;
1649
+ headerBarColor: string;
1650
+ headerBarColorPrimary: string;
1651
+ headerBarColorInfo: string;
1652
+ headerBarColorError: string;
1653
+ headerBarColorWarning: string;
1654
+ headerBarColorSuccess: string;
1655
+ textColor: string;
1656
+ textColor1Depth: string;
1657
+ textColor2Depth: string;
1658
+ textColor3Depth: string;
1659
+ textColorPrimary: string;
1660
+ textColorInfo: string;
1661
+ textColorSuccess: string;
1662
+ textColorWarning: string;
1663
+ textColorError: string;
1664
+ codeTextColor: string;
1665
+ codeColor: string;
1666
+ codeBorder: string;
1667
+ headerFontSize1: string;
1668
+ headerFontSize2: string;
1669
+ headerFontSize3: string;
1670
+ headerFontSize4: string;
1671
+ headerFontSize5: string;
1672
+ headerFontSize6: string;
1673
+ headerMargin1: string;
1674
+ headerMargin2: string;
1675
+ headerMargin3: string;
1676
+ headerMargin4: string;
1677
+ headerMargin5: string;
1678
+ headerMargin6: string;
1679
+ headerPrefixWidth1: string;
1680
+ headerPrefixWidth2: string;
1681
+ headerPrefixWidth3: string;
1682
+ headerPrefixWidth4: string;
1683
+ headerPrefixWidth5: string;
1684
+ headerPrefixWidth6: string;
1685
+ headerBarWidth1: string;
1686
+ headerBarWidth2: string;
1687
+ headerBarWidth3: string;
1688
+ headerBarWidth4: string;
1689
+ headerBarWidth5: string;
1690
+ headerBarWidth6: string;
1691
+ pMargin: string;
1692
+ liMargin: string;
1693
+ olPadding: string;
1694
+ ulPadding: string;
1695
+ }, any>>>;
1696
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1697
+ aTextColor: string;
1698
+ blockquoteTextColor: string;
1699
+ blockquotePrefixColor: string;
1700
+ blockquoteLineHeight: string;
1701
+ blockquoteFontSize: string;
1702
+ codeBorderRadius: string;
1703
+ liTextColor: string;
1704
+ liLineHeight: string;
1705
+ liFontSize: string;
1706
+ hrColor: string;
1707
+ headerFontWeight: string;
1708
+ headerTextColor: string;
1709
+ pTextColor: string;
1710
+ pTextColor1Depth: string;
1711
+ pTextColor2Depth: string;
1712
+ pTextColor3Depth: string;
1713
+ pLineHeight: string;
1714
+ pFontSize: string;
1715
+ headerBarColor: string;
1716
+ headerBarColorPrimary: string;
1717
+ headerBarColorInfo: string;
1718
+ headerBarColorError: string;
1719
+ headerBarColorWarning: string;
1720
+ headerBarColorSuccess: string;
1721
+ textColor: string;
1722
+ textColor1Depth: string;
1723
+ textColor2Depth: string;
1724
+ textColor3Depth: string;
1725
+ textColorPrimary: string;
1726
+ textColorInfo: string;
1727
+ textColorSuccess: string;
1728
+ textColorWarning: string;
1729
+ textColorError: string;
1730
+ codeTextColor: string;
1731
+ codeColor: string;
1732
+ codeBorder: string;
1733
+ headerFontSize1: string;
1734
+ headerFontSize2: string;
1735
+ headerFontSize3: string;
1736
+ headerFontSize4: string;
1737
+ headerFontSize5: string;
1738
+ headerFontSize6: string;
1739
+ headerMargin1: string;
1740
+ headerMargin2: string;
1741
+ headerMargin3: string;
1742
+ headerMargin4: string;
1743
+ headerMargin5: string;
1744
+ headerMargin6: string;
1745
+ headerPrefixWidth1: string;
1746
+ headerPrefixWidth2: string;
1747
+ headerPrefixWidth3: string;
1748
+ headerPrefixWidth4: string;
1749
+ headerPrefixWidth5: string;
1750
+ headerPrefixWidth6: string;
1751
+ headerBarWidth1: string;
1752
+ headerBarWidth2: string;
1753
+ headerBarWidth3: string;
1754
+ headerBarWidth4: string;
1755
+ headerBarWidth5: string;
1756
+ headerBarWidth6: string;
1757
+ pMargin: string;
1758
+ liMargin: string;
1759
+ olPadding: string;
1760
+ ulPadding: string;
1761
+ }, any>>>;
1762
+ }>>, {
1763
+ readonly type: string;
1764
+ readonly delete: boolean;
1765
+ readonly italic: boolean;
1766
+ readonly underline: boolean;
1767
+ readonly as: string;
1768
+ readonly code: boolean;
1769
+ readonly strong: boolean;
1770
+ }>;
1771
+ NSpace: any;
1772
+ Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1773
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1774
+ saveIReportFormat: {
1775
+ type: FunctionConstructor;
1776
+ required: true;
1777
+ default: () => Promise<void>;
1778
+ };
1779
+ }>>, {
1780
+ saveIReportFormat: Function;
1781
+ }>;
525
1782
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
526
1783
  verifyUser: {
527
1784
  type: FunctionConstructor;
@@ -537,6 +1794,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
537
1794
  type: BooleanConstructor;
538
1795
  required: true;
539
1796
  };
1797
+ printType: {
1798
+ type: (NumberConstructor | StringConstructor)[];
1799
+ required: true;
1800
+ default: number;
1801
+ };
540
1802
  }>> & {
541
1803
  onClose?: ((...args: any[]) => any) | undefined;
542
1804
  onSuccess?: ((...args: any[]) => any) | undefined;
@@ -544,6 +1806,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
544
1806
  }, {
545
1807
  verifyUser: Function;
546
1808
  identityVerificationTitle: string;
1809
+ printType: string | number;
547
1810
  }>;
548
1811
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "success" | "clickoutside")[], "error" | "success" | "clickoutside", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
549
1812
  printParams: {
@@ -604,6 +1867,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
604
1867
  default: string;
605
1868
  type: StringConstructor;
606
1869
  };
1870
+ queryPrintFile: {
1871
+ type: FunctionConstructor;
1872
+ default: () => Promise<{}>;
1873
+ };
607
1874
  }>> & {
608
1875
  onError?: ((...args: any[]) => any) | undefined;
609
1876
  onSuccess?: ((...args: any[]) => any) | undefined;
@@ -622,5 +1889,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
622
1889
  clickPrevFn: Function;
623
1890
  noDataMsg: string;
624
1891
  printdlgshow: string;
1892
+ queryPrintFile: Function;
625
1893
  }>>;
626
1894
  export default ButtonPrint;