@bagelink/vue 0.0.1109 → 0.0.1111
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/components/form/inputs/FileUpload.vue.d.ts +2 -6
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/index.cjs +237 -237
- package/dist/index.mjs +237 -237
- package/dist/style.css +41 -41
- package/package.json +1 -1
- package/src/components/form/inputs/FileUpload.vue +6 -8
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { StorageFile } from '../../..';
|
|
2
2
|
type StrKey = keyof StorageFile;
|
|
3
|
-
type FSValue = string[] | string;
|
|
4
3
|
type __VLS_Props = {
|
|
5
4
|
label?: string;
|
|
6
5
|
multiple?: boolean;
|
|
7
6
|
files?: StorageFile | StorageFile[];
|
|
8
7
|
bindkey?: StrKey;
|
|
9
|
-
modelValue?:
|
|
8
|
+
modelValue?: string[] | string;
|
|
10
9
|
width?: string;
|
|
11
10
|
height?: string | 'auto';
|
|
12
11
|
topic?: string;
|
|
@@ -18,11 +17,8 @@ type __VLS_Props = {
|
|
|
18
17
|
disabled?: boolean;
|
|
19
18
|
};
|
|
20
19
|
declare function browse(): void;
|
|
21
|
-
declare const __VLS_defaults: {
|
|
22
|
-
modelValue: () => FSValue;
|
|
23
|
-
};
|
|
24
20
|
type __VLS_PublicProps = {
|
|
25
|
-
'modelValue'?:
|
|
21
|
+
'modelValue'?: string[] | string;
|
|
26
22
|
} & __VLS_Props;
|
|
27
23
|
declare function __VLS_template(): {
|
|
28
24
|
attrs: Partial<{}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAosBA,OAAO,EAIN,KAAK,WAAW,EAIhB,MAAM,eAAe,CAAA;AAGtB,KAAK,MAAM,GAAG,MAAM,WAAW,CAAA;AAE/B,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAA;IACnC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAmKF,iBAAS,MAAM,SAkBd;AA8BD,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;CAChC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA4jBT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA3vBvC,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;YA6uBS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhvBpB,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;;YA8uBgB,GAAG;;;;EAerC;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;6FAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|