@sri-xml-viewer/vue 1.0.0 → 1.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.
- package/dist/VisorXml.vue.d.ts +6 -0
- package/dist/components/barCode.vue.d.ts +12 -0
- package/dist/components/factura.vue.d.ts +43 -0
- package/dist/components/guiaRemision.vue.d.ts +43 -0
- package/dist/components/headDoc.vue.d.ts +41 -0
- package/dist/components/notaCredito.vue.d.ts +43 -0
- package/dist/components/retencion.vue.d.ts +32 -0
- package/dist/components/tableSubtotals.vue.d.ts +20 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1073 -1075
- package/dist/style.css +1 -0
- package/dist/utils.d.ts +3 -0
- package/package.json +3 -3
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
xml: string;
|
|
3
|
+
logoUrl?: string;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
text: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
text: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
document: {
|
|
3
|
+
type: ObjectConstructor | {
|
|
4
|
+
new (): Document;
|
|
5
|
+
prototype: Document;
|
|
6
|
+
parseHTMLUnsafe(html: string): Document;
|
|
7
|
+
};
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
dateAuthorization: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
logoUrl: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
document: {
|
|
22
|
+
type: ObjectConstructor | {
|
|
23
|
+
new (): Document;
|
|
24
|
+
prototype: Document;
|
|
25
|
+
parseHTMLUnsafe(html: string): Document;
|
|
26
|
+
};
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
dateAuthorization: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: false;
|
|
32
|
+
default: undefined;
|
|
33
|
+
};
|
|
34
|
+
logoUrl: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
dateAuthorization: string;
|
|
41
|
+
logoUrl: string;
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
document: {
|
|
3
|
+
type: ObjectConstructor | {
|
|
4
|
+
new (): Document;
|
|
5
|
+
prototype: Document;
|
|
6
|
+
parseHTMLUnsafe(html: string): Document;
|
|
7
|
+
};
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
authorization: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
logoUrl: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
document: {
|
|
22
|
+
type: ObjectConstructor | {
|
|
23
|
+
new (): Document;
|
|
24
|
+
prototype: Document;
|
|
25
|
+
parseHTMLUnsafe(html: string): Document;
|
|
26
|
+
};
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
authorization: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: false;
|
|
32
|
+
default: undefined;
|
|
33
|
+
};
|
|
34
|
+
logoUrl: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
logoUrl: string;
|
|
41
|
+
authorization: string;
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
document: {
|
|
3
|
+
type: ObjectConstructor | {
|
|
4
|
+
new (): Document;
|
|
5
|
+
prototype: Document;
|
|
6
|
+
parseHTMLUnsafe(html: string): Document;
|
|
7
|
+
};
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
dateAuthorization: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
14
|
+
logoUrl: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
19
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
document: {
|
|
21
|
+
type: ObjectConstructor | {
|
|
22
|
+
new (): Document;
|
|
23
|
+
prototype: Document;
|
|
24
|
+
parseHTMLUnsafe(html: string): Document;
|
|
25
|
+
};
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
dateAuthorization: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
logoUrl: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: false;
|
|
35
|
+
default: undefined;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
dateAuthorization: string;
|
|
39
|
+
logoUrl: string;
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
document: {
|
|
3
|
+
type: ObjectConstructor | {
|
|
4
|
+
new (): Document;
|
|
5
|
+
prototype: Document;
|
|
6
|
+
parseHTMLUnsafe(html: string): Document;
|
|
7
|
+
};
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
authorization: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
logoUrl: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
document: {
|
|
22
|
+
type: ObjectConstructor | {
|
|
23
|
+
new (): Document;
|
|
24
|
+
prototype: Document;
|
|
25
|
+
parseHTMLUnsafe(html: string): Document;
|
|
26
|
+
};
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
authorization: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: false;
|
|
32
|
+
default: undefined;
|
|
33
|
+
};
|
|
34
|
+
logoUrl: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
logoUrl: string;
|
|
41
|
+
authorization: string;
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
document: {
|
|
3
|
+
type: ObjectConstructor | {
|
|
4
|
+
new (): Document;
|
|
5
|
+
prototype: Document;
|
|
6
|
+
parseHTMLUnsafe(html: string): Document;
|
|
7
|
+
};
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
authorization: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
document: {
|
|
17
|
+
type: ObjectConstructor | {
|
|
18
|
+
new (): Document;
|
|
19
|
+
prototype: Document;
|
|
20
|
+
parseHTMLUnsafe(html: string): Document;
|
|
21
|
+
};
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
authorization: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
default: undefined;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {
|
|
30
|
+
authorization: string;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ObjectConstructor | {
|
|
4
|
+
new (): Document;
|
|
5
|
+
prototype: Document;
|
|
6
|
+
parseHTMLUnsafe(html: string): Document;
|
|
7
|
+
};
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
data: {
|
|
12
|
+
type: ObjectConstructor | {
|
|
13
|
+
new (): Document;
|
|
14
|
+
prototype: Document;
|
|
15
|
+
parseHTMLUnsafe(html: string): Document;
|
|
16
|
+
};
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|