sat-earth 3.1.12 → 3.1.13

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.
@@ -936,10 +936,21 @@ export declare const components: (({
936
936
  type: BooleanConstructor;
937
937
  default: () => boolean;
938
938
  };
939
+ divContainerElement: {
940
+ required: false;
941
+ type: {
942
+ new (): Element;
943
+ prototype: Element;
944
+ };
945
+ };
939
946
  divChildFilter: {
940
947
  type: PropType<(node: Element) => boolean>;
941
948
  default: (node: Element) => true;
942
949
  };
950
+ fileName: {
951
+ type: StringConstructor;
952
+ default: () => string;
953
+ };
943
954
  }>> & Readonly<{
944
955
  onDownload?: ((value?: string | undefined) => any) | undefined;
945
956
  onInitHooks?: (() => any) | undefined;
@@ -953,6 +964,7 @@ export declare const components: (({
953
964
  }, import('vue').PublicProps, {
954
965
  isIncludeDiv: boolean;
955
966
  divChildFilter: (node: Element) => boolean;
967
+ fileName: string;
956
968
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
957
969
  P: {};
958
970
  B: {};
@@ -965,10 +977,21 @@ export declare const components: (({
965
977
  type: BooleanConstructor;
966
978
  default: () => boolean;
967
979
  };
980
+ divContainerElement: {
981
+ required: false;
982
+ type: {
983
+ new (): Element;
984
+ prototype: Element;
985
+ };
986
+ };
968
987
  divChildFilter: {
969
988
  type: PropType<(node: Element) => boolean>;
970
989
  default: (node: Element) => true;
971
990
  };
991
+ fileName: {
992
+ type: StringConstructor;
993
+ default: () => string;
994
+ };
972
995
  }>> & Readonly<{
973
996
  onDownload?: ((value?: string | undefined) => any) | undefined;
974
997
  onInitHooks?: (() => any) | undefined;
@@ -978,6 +1001,7 @@ export declare const components: (({
978
1001
  }, {}, {}, {}, {
979
1002
  isIncludeDiv: boolean;
980
1003
  divChildFilter: (node: Element) => boolean;
1004
+ fileName: string;
981
1005
  }>;
982
1006
  __isFragment?: never;
983
1007
  __isTeleport?: never;
@@ -987,10 +1011,21 @@ export declare const components: (({
987
1011
  type: BooleanConstructor;
988
1012
  default: () => boolean;
989
1013
  };
1014
+ divContainerElement: {
1015
+ required: false;
1016
+ type: {
1017
+ new (): Element;
1018
+ prototype: Element;
1019
+ };
1020
+ };
990
1021
  divChildFilter: {
991
1022
  type: PropType<(node: Element) => boolean>;
992
1023
  default: (node: Element) => true;
993
1024
  };
1025
+ fileName: {
1026
+ type: StringConstructor;
1027
+ default: () => string;
1028
+ };
994
1029
  }>> & Readonly<{
995
1030
  onDownload?: ((value?: string | undefined) => any) | undefined;
996
1031
  onInitHooks?: (() => any) | undefined;
@@ -1004,6 +1039,7 @@ export declare const components: (({
1004
1039
  }, string, {
1005
1040
  isIncludeDiv: boolean;
1006
1041
  divChildFilter: (node: Element) => boolean;
1042
+ fileName: string;
1007
1043
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1008
1044
  $slots: {
1009
1045
  default?(_: {}): any;
@@ -1014,10 +1050,21 @@ export declare const components: (({
1014
1050
  type: BooleanConstructor;
1015
1051
  default: () => boolean;
1016
1052
  };
1053
+ divContainerElement: {
1054
+ required: false;
1055
+ type: {
1056
+ new (): Element;
1057
+ prototype: Element;
1058
+ };
1059
+ };
1017
1060
  divChildFilter: {
1018
1061
  type: PropType<(node: Element) => boolean>;
1019
1062
  default: (node: Element) => true;
1020
1063
  };
1064
+ fileName: {
1065
+ type: StringConstructor;
1066
+ default: () => string;
1067
+ };
1021
1068
  }>> & Readonly<{
1022
1069
  onDownload?: ((value?: string | undefined) => any) | undefined;
1023
1070
  onInitHooks?: (() => any) | undefined;
@@ -1031,6 +1078,7 @@ export declare const components: (({
1031
1078
  }, import('vue').PublicProps, {
1032
1079
  isIncludeDiv: boolean;
1033
1080
  divChildFilter: (node: Element) => boolean;
1081
+ fileName: string;
1034
1082
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1035
1083
  P: {};
1036
1084
  B: {};
@@ -1043,10 +1091,21 @@ export declare const components: (({
1043
1091
  type: BooleanConstructor;
1044
1092
  default: () => boolean;
1045
1093
  };
1094
+ divContainerElement: {
1095
+ required: false;
1096
+ type: {
1097
+ new (): Element;
1098
+ prototype: Element;
1099
+ };
1100
+ };
1046
1101
  divChildFilter: {
1047
1102
  type: PropType<(node: Element) => boolean>;
1048
1103
  default: (node: Element) => true;
1049
1104
  };
1105
+ fileName: {
1106
+ type: StringConstructor;
1107
+ default: () => string;
1108
+ };
1050
1109
  }>> & Readonly<{
1051
1110
  onDownload?: ((value?: string | undefined) => any) | undefined;
1052
1111
  onInitHooks?: (() => any) | undefined;
@@ -1056,6 +1115,7 @@ export declare const components: (({
1056
1115
  }, {}, {}, {}, {
1057
1116
  isIncludeDiv: boolean;
1058
1117
  divChildFilter: (node: Element) => boolean;
1118
+ fileName: string;
1059
1119
  }>;
1060
1120
  __isFragment?: never;
1061
1121
  __isTeleport?: never;
@@ -1065,10 +1125,21 @@ export declare const components: (({
1065
1125
  type: BooleanConstructor;
1066
1126
  default: () => boolean;
1067
1127
  };
1128
+ divContainerElement: {
1129
+ required: false;
1130
+ type: {
1131
+ new (): Element;
1132
+ prototype: Element;
1133
+ };
1134
+ };
1068
1135
  divChildFilter: {
1069
1136
  type: PropType<(node: Element) => boolean>;
1070
1137
  default: (node: Element) => true;
1071
1138
  };
1139
+ fileName: {
1140
+ type: StringConstructor;
1141
+ default: () => string;
1142
+ };
1072
1143
  }>> & Readonly<{
1073
1144
  onDownload?: ((value?: string | undefined) => any) | undefined;
1074
1145
  onInitHooks?: (() => any) | undefined;
@@ -1082,6 +1153,7 @@ export declare const components: (({
1082
1153
  }, string, {
1083
1154
  isIncludeDiv: boolean;
1084
1155
  divChildFilter: (node: Element) => boolean;
1156
+ fileName: string;
1085
1157
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1086
1158
  $slots: {
1087
1159
  default?(_: {}): any;
@@ -9,10 +9,21 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
9
9
  type: BooleanConstructor;
10
10
  default: () => boolean;
11
11
  };
12
+ divContainerElement: {
13
+ required: false;
14
+ type: {
15
+ new (): Element;
16
+ prototype: Element;
17
+ };
18
+ };
12
19
  divChildFilter: {
13
20
  type: PropType<(node: Element) => boolean>;
14
21
  default: (node: Element) => true;
15
22
  };
23
+ fileName: {
24
+ type: StringConstructor;
25
+ default: () => string;
26
+ };
16
27
  }>, {
17
28
  getImageEditor: () => Ref<TheImageEditorExpose | undefined>;
18
29
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -24,10 +35,21 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
24
35
  type: BooleanConstructor;
25
36
  default: () => boolean;
26
37
  };
38
+ divContainerElement: {
39
+ required: false;
40
+ type: {
41
+ new (): Element;
42
+ prototype: Element;
43
+ };
44
+ };
27
45
  divChildFilter: {
28
46
  type: PropType<(node: Element) => boolean>;
29
47
  default: (node: Element) => true;
30
48
  };
49
+ fileName: {
50
+ type: StringConstructor;
51
+ default: () => string;
52
+ };
31
53
  }>> & Readonly<{
32
54
  onDownload?: ((value?: string | undefined) => any) | undefined;
33
55
  onInitHooks?: (() => any) | undefined;
@@ -35,6 +57,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
35
57
  }>, {
36
58
  isIncludeDiv: boolean;
37
59
  divChildFilter: (node: Element) => boolean;
60
+ fileName: string;
38
61
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
62
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
40
63
  export default _default;
@@ -8,10 +8,21 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<{
8
8
  type: BooleanConstructor;
9
9
  default: () => boolean;
10
10
  };
11
+ divContainerElement: {
12
+ required: false;
13
+ type: {
14
+ new (): Element;
15
+ prototype: Element;
16
+ };
17
+ };
11
18
  divChildFilter: {
12
19
  type: PropType<(node: Element) => boolean>;
13
20
  default: (node: Element) => true;
14
21
  };
22
+ fileName: {
23
+ type: StringConstructor;
24
+ default: () => string;
25
+ };
15
26
  }>> & Readonly<{
16
27
  onDownload?: ((value?: string | undefined) => any) | undefined;
17
28
  onInitHooks?: (() => any) | undefined;
@@ -25,6 +36,7 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<{
25
36
  }, import('vue').PublicProps, {
26
37
  isIncludeDiv: boolean;
27
38
  divChildFilter: (node: Element) => boolean;
39
+ fileName: string;
28
40
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
29
41
  P: {};
30
42
  B: {};
@@ -37,10 +49,21 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<{
37
49
  type: BooleanConstructor;
38
50
  default: () => boolean;
39
51
  };
52
+ divContainerElement: {
53
+ required: false;
54
+ type: {
55
+ new (): Element;
56
+ prototype: Element;
57
+ };
58
+ };
40
59
  divChildFilter: {
41
60
  type: PropType<(node: Element) => boolean>;
42
61
  default: (node: Element) => true;
43
62
  };
63
+ fileName: {
64
+ type: StringConstructor;
65
+ default: () => string;
66
+ };
44
67
  }>> & Readonly<{
45
68
  onDownload?: ((value?: string | undefined) => any) | undefined;
46
69
  onInitHooks?: (() => any) | undefined;
@@ -50,6 +73,7 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<{
50
73
  }, {}, {}, {}, {
51
74
  isIncludeDiv: boolean;
52
75
  divChildFilter: (node: Element) => boolean;
76
+ fileName: string;
53
77
  }>;
54
78
  __isFragment?: never;
55
79
  __isTeleport?: never;
@@ -59,10 +83,21 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<{
59
83
  type: BooleanConstructor;
60
84
  default: () => boolean;
61
85
  };
86
+ divContainerElement: {
87
+ required: false;
88
+ type: {
89
+ new (): Element;
90
+ prototype: Element;
91
+ };
92
+ };
62
93
  divChildFilter: {
63
94
  type: PropType<(node: Element) => boolean>;
64
95
  default: (node: Element) => true;
65
96
  };
97
+ fileName: {
98
+ type: StringConstructor;
99
+ default: () => string;
100
+ };
66
101
  }>> & Readonly<{
67
102
  onDownload?: ((value?: string | undefined) => any) | undefined;
68
103
  onInitHooks?: (() => any) | undefined;
@@ -76,6 +111,7 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<{
76
111
  }, string, {
77
112
  isIncludeDiv: boolean;
78
113
  divChildFilter: (node: Element) => boolean;
114
+ fileName: string;
79
115
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
80
116
  $slots: {
81
117
  default?(_: {}): any;