@jari-ace/element-plus-component 0.3.1 → 0.3.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.
@@ -5,6 +5,77 @@ export declare const JaUploader: import("../../utils/install").SFCWithInstall<im
5
5
  classificationLevel?: number;
6
6
  height?: string | number;
7
7
  maxHeight?: string | number;
8
+ }, {
9
+ focus: () => any;
10
+ blur: () => any;
11
+ elSelect: import("vue").Ref<import("vue").DefineComponent<{
12
+ serviceName: string;
13
+ configKey: string;
14
+ attachToken?: string;
15
+ classificationLevel?: number;
16
+ height?: string | number;
17
+ maxHeight?: string | number;
18
+ } & {
19
+ modelValue?: string;
20
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ change: (...args: any[]) => void;
22
+ "update:modelValue": (value: string) => void;
23
+ }, string, import("vue").PublicProps, Readonly<{
24
+ serviceName: string;
25
+ configKey: string;
26
+ attachToken?: string;
27
+ classificationLevel?: number;
28
+ height?: string | number;
29
+ maxHeight?: string | number;
30
+ } & {
31
+ modelValue?: string;
32
+ }> & Readonly<{
33
+ "onUpdate:modelValue"?: (value: string) => any;
34
+ onChange?: (...args: any[]) => any;
35
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, import("vue").DefineComponent<{
36
+ serviceName: string;
37
+ configKey: string;
38
+ attachToken?: string;
39
+ classificationLevel?: number;
40
+ height?: string | number;
41
+ maxHeight?: string | number;
42
+ } & {
43
+ modelValue?: string;
44
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
45
+ change: (...args: any[]) => void;
46
+ "update:modelValue": (value: string) => void;
47
+ }, string, import("vue").PublicProps, Readonly<{
48
+ serviceName: string;
49
+ configKey: string;
50
+ attachToken?: string;
51
+ classificationLevel?: number;
52
+ height?: string | number;
53
+ maxHeight?: string | number;
54
+ } & {
55
+ modelValue?: string;
56
+ }> & Readonly<{
57
+ "onUpdate:modelValue"?: (value: string) => any;
58
+ onChange?: (...args: any[]) => any;
59
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
60
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
61
+ change: (value: string) => any;
62
+ }, string, import("vue").PublicProps, Readonly<{
63
+ serviceName: string;
64
+ configKey: string;
65
+ attachToken?: string;
66
+ classificationLevel?: number;
67
+ height?: string | number;
68
+ maxHeight?: string | number;
69
+ }> & Readonly<{
70
+ onChange?: (value: string) => any;
71
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>> & Record<string, any>;
72
+ export declare const JaUploaderRaw: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
73
+ serviceName: string;
74
+ configKey: string;
75
+ attachToken?: string;
76
+ classificationLevel?: number;
77
+ height?: string | number;
78
+ maxHeight?: string | number;
8
79
  } & {
9
80
  modelValue?: string;
10
81
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/upload/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;yGAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/upload/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yGAA2B,CAAC;AACnD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;yGAAsB,CAAC"}
@@ -1,4 +1,6 @@
1
1
  import { withInstall } from '../../utils/install';
2
2
  import Upload from './uploader.vue';
3
- export const JaUploader = withInstall(Upload);
3
+ import _JaUploader from './JaUploader.vue';
4
+ export const JaUploader = withInstall(_JaUploader);
5
+ export const JaUploaderRaw = withInstall(Upload);
4
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages/components/upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,MAAM,MAAM,gBAAgB,CAAA;AACnC,MAAM,CAAC,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages/components/upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,MAAM,MAAM,gBAAgB,CAAA;AACnC,OAAO,WAAW,MAAM,kBAAkB,CAAA;AAC1C,MAAM,CAAC,MAAM,UAAU,GAAG,WAAW,CAAC,WAAW,CAAC,CAAC;AACnD,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC"}