@milaboratories/uikit 2.2.75 → 2.2.77
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/CHANGELOG.md +12 -0
- package/dist/pl-uikit.js +2442 -2431
- package/dist/pl-uikit.js.map +1 -1
- package/dist/pl-uikit.umd.cjs +7 -6
- package/dist/pl-uikit.umd.cjs.map +1 -1
- package/dist/src/__tests__/use-debounce-fn.test.d.ts +2 -0
- package/dist/src/__tests__/use-debounce-fn.test.d.ts.map +1 -0
- package/dist/src/components/PlFileInput/PlFileInput.vue.d.ts +2 -2
- package/dist/src/components/PlFileInput/PlFileInput.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/src/__tests__/use-debounce-fn.test.ts +27 -0
- package/src/assets/fonts.scss +3 -3
- package/src/components/PlFileDialog/Local.vue +1 -1
- package/src/components/PlFileInput/PlFileInput.vue +27 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-debounce-fn.test.d.ts","sourceRoot":"","sources":["../../../src/__tests__/use-debounce-fn.test.ts"],"names":[],"mappings":""}
|
|
@@ -32,7 +32,7 @@ type __VLS_Props = {
|
|
|
32
32
|
/**
|
|
33
33
|
* An error message to display below the input field.
|
|
34
34
|
*/
|
|
35
|
-
error?:
|
|
35
|
+
error?: unknown;
|
|
36
36
|
/**
|
|
37
37
|
* A helper text to display below the input field when there are no errors.
|
|
38
38
|
*/
|
|
@@ -69,7 +69,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
69
69
|
}>, {
|
|
70
70
|
label: string;
|
|
71
71
|
progress: ImportProgress;
|
|
72
|
-
error:
|
|
72
|
+
error: undefined;
|
|
73
73
|
helper: string;
|
|
74
74
|
placeholder: string;
|
|
75
75
|
extensions: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlFileInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlFileInput/PlFileInput.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"PlFileInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlFileInput/PlFileInput.vue"],"names":[],"mappings":"AAAA,OA4OO,sBAAsB,CAAC;AAM9B,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAoB7E,KAAK,WAAW,GAAG;IACf;;OAEG;IACH,UAAU,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,6BAA6B,CAAC,EAAE,OAAO,CAAC;CACzC,CAAC;AAqIJ,iBAAS,cAAc;WA8KT,OAAO,IAA6B;;yBAVrB,GAAG;;;;;;;EAe/B;AA4BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WA9XT,MAAM;cAoBH,cAAc;;YAQhB,MAAM;iBAZD,MAAM;gBAJP,MAAM,EAAE;eAoBT,OAAO;qBAID,MAAM;mCAIQ,OAAO;6EA8VzC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|