@qxs-bns/components 0.0.31 → 0.0.33
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/es/package.json.mjs +1 -1
- package/es/src/data-chart/src/components/bar.vue.mjs +1 -1
- package/es/src/data-chart/src/components/bar.vue.mjs.map +1 -1
- package/es/src/data-chart/src/components/line.vue2.mjs +1 -1
- package/es/src/data-chart/src/components/line.vue2.mjs.map +1 -1
- package/es/src/data-chart/src/components/pie.vue.mjs +1 -1
- package/es/src/data-chart/src/components/pie.vue.mjs.map +1 -1
- package/es/src/file-upload/src/file-upload.vue.mjs.map +1 -1
- package/es/src/photo-crop-tool/src/photo-crop-tool.vue.mjs +1 -1
- package/es/src/photo-crop-tool/src/photo-crop-tool.vue.mjs.map +1 -1
- package/es/src/subject-list/index.mjs.map +1 -1
- package/es/src/subject-list/src/components/subject-single.vue.mjs +1 -1
- package/es/src/subject-list/src/components/subject-single.vue.mjs.map +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/src/data-chart/src/components/bar.vue.cjs +1 -1
- package/lib/src/data-chart/src/components/bar.vue.cjs.map +1 -1
- package/lib/src/data-chart/src/components/line.vue2.cjs +1 -1
- package/lib/src/data-chart/src/components/line.vue2.cjs.map +1 -1
- package/lib/src/data-chart/src/components/pie.vue.cjs +1 -1
- package/lib/src/data-chart/src/components/pie.vue.cjs.map +1 -1
- package/lib/src/file-upload/src/file-upload.vue.cjs.map +1 -1
- package/lib/src/photo-crop-tool/src/photo-crop-tool.vue.cjs +1 -1
- package/lib/src/photo-crop-tool/src/photo-crop-tool.vue.cjs.map +1 -1
- package/lib/src/subject-list/index.cjs.map +1 -1
- package/lib/src/subject-list/src/components/subject-single.vue.cjs +1 -1
- package/lib/src/subject-list/src/components/subject-single.vue.cjs.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/types/index.d.ts +6 -1
- package/types/index.d.ts.map +1 -0
- package/types/src/base/style/css.d.ts +2 -0
- package/types/src/base/style/css.d.ts.map +1 -0
- package/types/src/base/style/index.d.ts +2 -0
- package/types/src/base/style/index.d.ts.map +1 -0
- package/types/src/components.d.ts +11 -1
- package/types/src/components.d.ts.map +1 -0
- package/types/src/data-chart/index.d.ts +20 -1
- package/types/src/data-chart/index.d.ts.map +1 -0
- package/types/src/data-chart/src/analyze.d.ts +23 -0
- package/types/src/data-chart/src/analyze.d.ts.map +1 -0
- package/types/src/data-chart/src/components/area.vue.d.ts +8 -1
- package/types/src/data-chart/src/components/area.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/bar.vue.d.ts +9 -1
- package/types/src/data-chart/src/components/bar.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/card.vue.d.ts +27 -1
- package/types/src/data-chart/src/components/card.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/empty.vue.d.ts +11 -1
- package/types/src/data-chart/src/components/empty.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/funnel.vue.d.ts +8 -1
- package/types/src/data-chart/src/components/funnel.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/line.vue.d.ts +9 -1
- package/types/src/data-chart/src/components/line.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/pie.vue.d.ts +9 -1
- package/types/src/data-chart/src/components/pie.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/radar.vue.d.ts +8 -1
- package/types/src/data-chart/src/components/radar.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/scatter-simple.vue.d.ts +8 -1
- package/types/src/data-chart/src/components/scatter-simple.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/scatter.vue.d.ts +8 -1
- package/types/src/data-chart/src/components/scatter.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/table.vue.d.ts +27 -1
- package/types/src/data-chart/src/components/table.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/data-chart.vue.d.ts +16 -1
- package/types/src/data-chart/src/data-chart.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/utils/config.d.ts +41 -1
- package/types/src/data-chart/src/utils/config.d.ts.map +1 -0
- package/types/src/data-chart/src/utils/injectionKeys.d.ts +3 -1
- package/types/src/data-chart/src/utils/injectionKeys.d.ts.map +1 -0
- package/types/src/data-chart/src/utils/useCharts.d.ts +16 -1
- package/types/src/data-chart/src/utils/useCharts.d.ts.map +1 -0
- package/types/src/data-chart/style/index.d.ts +3 -0
- package/types/src/data-chart/style/index.d.ts.map +1 -0
- package/types/src/defaults.d.ts +6 -1
- package/types/src/defaults.d.ts.map +1 -0
- package/types/src/file-upload/index.d.ts +30 -1
- package/types/src/file-upload/index.d.ts.map +1 -0
- package/types/src/file-upload/src/file-upload.vue.d.ts +20 -1
- package/types/src/file-upload/src/file-upload.vue.d.ts.map +1 -0
- package/types/src/file-upload/style/index.d.ts +3 -0
- package/types/src/file-upload/style/index.d.ts.map +1 -0
- package/types/src/fixed-action-bar/index.d.ts +56 -1
- package/types/src/fixed-action-bar/index.d.ts.map +1 -0
- package/types/src/fixed-action-bar/src/fixed-action-bar.vue.d.ts +31 -1
- package/types/src/fixed-action-bar/src/fixed-action-bar.vue.d.ts.map +1 -0
- package/types/src/fixed-action-bar/style/index.d.ts +3 -0
- package/types/src/fixed-action-bar/style/index.d.ts.map +1 -0
- package/types/src/image-upload/index.d.ts +47 -1
- package/types/src/image-upload/index.d.ts.map +1 -0
- package/types/src/image-upload/src/image-upload.vue.d.ts +34 -1
- package/types/src/image-upload/src/image-upload.vue.d.ts.map +1 -0
- package/types/src/image-upload/style/index.d.ts +3 -0
- package/types/src/image-upload/style/index.d.ts.map +1 -0
- package/types/src/make-installer.d.ts +9 -1
- package/types/src/make-installer.d.ts.map +1 -0
- package/types/src/photo-crop-tool/index.d.ts +55 -1
- package/types/src/photo-crop-tool/index.d.ts.map +1 -0
- package/types/src/photo-crop-tool/src/composables.d.ts +7 -1
- package/types/src/photo-crop-tool/src/composables.d.ts.map +1 -0
- package/types/src/photo-crop-tool/src/photo-crop-tool.vue.d.ts +65 -1
- package/types/src/photo-crop-tool/src/photo-crop-tool.vue.d.ts.map +1 -0
- package/types/src/photo-crop-tool/style/index.d.ts +3 -0
- package/types/src/photo-crop-tool/style/index.d.ts.map +1 -0
- package/types/src/subject-action/index.d.ts +88 -1
- package/types/src/subject-action/index.d.ts.map +1 -0
- package/types/src/subject-action/src/subject-action.vue.d.ts +87 -1
- package/types/src/subject-action/src/subject-action.vue.d.ts.map +1 -0
- package/types/src/subject-action/style/index.d.ts +3 -0
- package/types/src/subject-action/style/index.d.ts.map +1 -0
- package/types/src/subject-layout/index.d.ts +28 -1
- package/types/src/subject-layout/index.d.ts.map +1 -0
- package/types/src/subject-layout/src/subject-layout.vue.d.ts +42 -1
- package/types/src/subject-layout/src/subject-layout.vue.d.ts.map +1 -0
- package/types/src/subject-layout/style/index.d.ts +3 -0
- package/types/src/subject-layout/style/index.d.ts.map +1 -0
- package/types/src/subject-list/index.d.ts +20 -1
- package/types/src/subject-list/index.d.ts.map +1 -0
- package/types/src/subject-list/src/components/SubjectPageEnd.vue.d.ts +24 -1
- package/types/src/subject-list/src/components/SubjectPageEnd.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/SubjectRichText.vue.d.ts +25 -1
- package/types/src/subject-list/src/components/SubjectRichText.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-blank-fill.vue.d.ts +32 -1
- package/types/src/subject-list/src/components/subject-blank-fill.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-scale.vue.d.ts +29 -1
- package/types/src/subject-list/src/components/subject-scale.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-single.vue.d.ts +37 -1
- package/types/src/subject-list/src/components/subject-single.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-text-fill.vue.d.ts +34 -1
- package/types/src/subject-list/src/components/subject-text-fill.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/subject-list.vue.d.ts +21 -1
- package/types/src/subject-list/src/subject-list.vue.d.ts.map +1 -0
- package/types/src/subject-list/style/index.d.ts +3 -0
- package/types/src/subject-list/style/index.d.ts.map +1 -0
- package/types/src/subject-type/index.d.ts +8 -1
- package/types/src/subject-type/index.d.ts.map +1 -0
- package/types/src/subject-type/src/subject-type.vue.d.ts +7 -1
- package/types/src/subject-type/src/subject-type.vue.d.ts.map +1 -0
- package/types/src/subject-type/style/index.d.ts +3 -0
- package/types/src/subject-type/style/index.d.ts.map +1 -0
- package/types/src/tiny-mce-editor/index.d.ts +20 -1
- package/types/src/tiny-mce-editor/index.d.ts.map +1 -0
- package/types/src/tiny-mce-editor/src/tiny-mce-editor.vue.d.ts +32 -1
- package/types/src/tiny-mce-editor/src/tiny-mce-editor.vue.d.ts.map +1 -0
- package/types/src/tiny-mce-editor/style/index.d.ts +3 -0
- package/types/src/tiny-mce-editor/style/index.d.ts.map +1 -0
- package/types/src/withInstall.d.ts +4 -1
- package/types/src/withInstall.d.ts.map +1 -0
- package/types/_virtual/_plugin-vue_export-helper.d.ts +0 -1
- package/types/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.d.ts +0 -1
- package/types/package.json.d.ts +0 -1
- package/types/src/data-chart/src/components/area.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/area.vue.d3.ts +0 -1
- package/types/src/data-chart/src/components/bar.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/card.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/card.vue.d3.ts +0 -1
- package/types/src/data-chart/src/components/empty.svg.d.ts +0 -1
- package/types/src/data-chart/src/components/empty.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/funnel.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/line.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/line.vue.d3.ts +0 -1
- package/types/src/data-chart/src/components/pie.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/radar.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/scatter-simple.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/scatter.vue.d2.ts +0 -1
- package/types/src/data-chart/src/components/table.vue.d2.ts +0 -1
- package/types/src/data-chart/src/data-chart.vue.d2.ts +0 -1
- package/types/src/file-upload/src/file-upload.vue.d2.ts +0 -1
- package/types/src/fixed-action-bar/src/fixed-action-bar.vue.d2.ts +0 -1
- package/types/src/image-upload/src/image-upload.vue.d2.ts +0 -1
- package/types/src/photo-crop-tool/src/photo-crop-tool.vue.d2.ts +0 -1
- package/types/src/subject-action/src/subject-action.vue.d2.ts +0 -1
- package/types/src/subject-layout/src/subject-layout.vue.d2.ts +0 -1
- package/types/src/subject-list/src/components/SubjectPageEnd.vue.d2.ts +0 -1
- package/types/src/subject-list/src/components/SubjectRichText.vue.d2.ts +0 -1
- package/types/src/subject-list/src/components/subject-blank-fill.vue.d2.ts +0 -1
- package/types/src/subject-list/src/components/subject-scale.vue.d2.ts +0 -1
- package/types/src/subject-list/src/components/subject-single.vue.d2.ts +0 -1
- package/types/src/subject-list/src/components/subject-text-fill.vue.d2.ts +0 -1
- package/types/src/subject-list/src/subject-list.vue.d2.ts +0 -1
- package/types/src/subject-type/src/subject-type.vue.d2.ts +0 -1
- package/types/src/tiny-mce-editor/src/tiny-mce-editor.vue.d2.ts +0 -1
@@ -1 +1,27 @@
|
|
1
|
-
import
|
1
|
+
import type { PropType } from 'vue';
|
2
|
+
import type { IFormatPublicData } from '../types';
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
chartData: {
|
5
|
+
type: PropType<IFormatPublicData>;
|
6
|
+
default: () => {
|
7
|
+
colDesc: never[];
|
8
|
+
xGroupByDesc: never[];
|
9
|
+
data: never[];
|
10
|
+
modelName: string;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
14
|
+
chartData: {
|
15
|
+
type: PropType<IFormatPublicData>;
|
16
|
+
default: () => {
|
17
|
+
colDesc: never[];
|
18
|
+
xGroupByDesc: never[];
|
19
|
+
data: never[];
|
20
|
+
modelName: string;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
}>> & Readonly<{}>, {
|
24
|
+
chartData: IFormatPublicData;
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
26
|
+
export default _default;
|
27
|
+
//# sourceMappingURL=table.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"table.vue.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/data-chart/src/components/table.vue"],"names":[],"mappings":"AAsFA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;;;cAwL7B,QAAQ,CAAC,iBAAiB,CAAC;;;;;;;;;;cAA3B,QAAQ,CAAC,iBAAiB,CAAC;;;;;;;;;;;AAP/C,wBAgBG"}
|
@@ -1 +1,16 @@
|
|
1
|
-
import
|
1
|
+
import type { EChartData, EChartsOption } from './types';
|
2
|
+
import type { IconRow } from './types/index';
|
3
|
+
type __VLS_Props = {
|
4
|
+
modelName?: string;
|
5
|
+
showTypeName?: IconRow['showTypeName'];
|
6
|
+
subShowType?: string;
|
7
|
+
data?: EChartData;
|
8
|
+
chartOptions?: EChartsOption;
|
9
|
+
jsCodeSnippet?: string;
|
10
|
+
};
|
11
|
+
declare function exportExal(): void;
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
13
|
+
exportExal: typeof exportExal;
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
15
|
+
export default _default;
|
16
|
+
//# sourceMappingURL=data-chart.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"data-chart.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/data-chart/src/data-chart.vue"],"names":[],"mappings":"AAyKA,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAqB,MAAM,SAAS,CAAA;AAC3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAwB5C,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAA;IACtC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,YAAY,CAAC,EAAE,aAAa,CAAA;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAC;AA0FF,iBAAS,UAAU,SAQlB;;;;AA0ED,wBAOG"}
|
@@ -1 +1,41 @@
|
|
1
|
-
import
|
1
|
+
import type { GeoJson, IconRow } from '../types';
|
2
|
+
/**
|
3
|
+
* 禁用功能函数
|
4
|
+
* 判断当前图表类型是否被禁用
|
5
|
+
* 调用时机:渲染页面
|
6
|
+
* @param {object} selectInfos 选择信息
|
7
|
+
* @param {object} groupByInfos 分组信息
|
8
|
+
* @param {Message[]|Message} data 数据
|
9
|
+
* @returns Boolean 布尔值
|
10
|
+
*/
|
11
|
+
export declare const iconList: {
|
12
|
+
data: IconRow[];
|
13
|
+
get: (type: keyof IconRow, value: any) => IconRow;
|
14
|
+
};
|
15
|
+
export declare function showTypeText(showType?: number): IconRow;
|
16
|
+
export declare function setDefaultChartOption(option: IconRow[], changeConfig: any): {
|
17
|
+
bar: any;
|
18
|
+
line: any;
|
19
|
+
pie: any;
|
20
|
+
table: any;
|
21
|
+
area: any;
|
22
|
+
funnel: any;
|
23
|
+
card: any;
|
24
|
+
radar: any;
|
25
|
+
scatter: any;
|
26
|
+
"scatter-simple": any;
|
27
|
+
};
|
28
|
+
export declare const defaultChartOption: {
|
29
|
+
bar: any;
|
30
|
+
line: any;
|
31
|
+
pie: any;
|
32
|
+
table: any;
|
33
|
+
area: any;
|
34
|
+
funnel: any;
|
35
|
+
card: any;
|
36
|
+
radar: any;
|
37
|
+
scatter: any;
|
38
|
+
"scatter-simple": any;
|
39
|
+
};
|
40
|
+
export declare function getGeoJsonData(options: any): Promise<GeoJson>;
|
41
|
+
//# sourceMappingURL=config.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/data-chart/src/utils/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAA+B,MAAM,UAAU,CAAA;AAG7E;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE;IACrB,IAAI,EAAE,OAAO,EAAE,CAAA;IACf,GAAG,EAAE,CAAC,IAAI,EAAE,MAAM,OAAO,EAAE,KAAK,EAAE,GAAG,KAAK,OAAO,CAAA;CA4XlD,CAAA;AAED,wBAAgB,YAAY,CAAC,QAAQ,SAAI,GAAG,OAAO,CAGlD;AAGD,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE,YAAY,EAAE,GAAG;;;;;;;;;;;EAQzE;AACD,eAAO,MAAM,kBAAkB;;;;;;;;;;;CAQ7B,CAAA;AAEF,wBAAgB,cAAc,CAAC,OAAO,EAAE,GAAG,GAAG,OAAO,CAAC,OAAO,CAAC,CAmD7D"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"injectionKeys.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/data-chart/src/utils/injectionKeys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAEvC,eAAO,MAAM,mBAAmB,EAAE,YAAY,CAAC,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,KAAK,GAAG,CAAmB,CAAA"}
|
@@ -1 +1,16 @@
|
|
1
|
-
import
|
1
|
+
import type { ECharts } from 'echarts';
|
2
|
+
import type { ComputedRef, Ref } from 'vue';
|
3
|
+
import type { EChartData, EChartsOption, IFormatPublicData } from '../types';
|
4
|
+
export declare function useCharts({ chartDOM, chartData, chartOptions, mountedBefore, initAfter, callback }: {
|
5
|
+
chartDOM: Ref<HTMLElement | null>;
|
6
|
+
chartData: ComputedRef<IFormatPublicData>;
|
7
|
+
chartOptions: ComputedRef<EChartsOption>;
|
8
|
+
mountedBefore?: () => void;
|
9
|
+
initAfter?: () => void;
|
10
|
+
callback?: (e: ECharts) => void;
|
11
|
+
}): {
|
12
|
+
myChart: null;
|
13
|
+
};
|
14
|
+
export declare function useResize(myChart: ECharts, chartDOM: Ref<HTMLElement | null>): void;
|
15
|
+
export declare function useDataToExcelJson(dataSource: EChartData): (string | number)[][];
|
16
|
+
//# sourceMappingURL=useCharts.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useCharts.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/data-chart/src/utils/useCharts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAA;AACrD,OAAO,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC3C,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAM5E,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE;IACnG,QAAQ,EAAE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IACjC,SAAS,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAA;IACzC,YAAY,EAAE,WAAW,CAAC,aAAa,CAAC,CAAA;IACxC,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CAChC;;EA+IA;AAED,wBAAgB,SAAS,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,QAO5E;AAED,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,UAAU,yBASxD"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/data-chart/style/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAA;AACzB,OAAO,6CAA6C,CAAA"}
|
package/types/src/defaults.d.ts
CHANGED
@@ -1 +1,6 @@
|
|
1
|
-
|
1
|
+
declare const _default: {
|
2
|
+
version: string;
|
3
|
+
install: (app: any) => void;
|
4
|
+
};
|
5
|
+
export default _default;
|
6
|
+
//# sourceMappingURL=defaults.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../packages/components/src/defaults.ts"],"names":[],"mappings":";;;;AAGA,wBAAwC"}
|
@@ -1 +1,30 @@
|
|
1
|
-
|
1
|
+
declare const QxsFileUpload: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
2
|
+
action: import("element-plus").UploadProps["action"];
|
3
|
+
headers?: import("element-plus").UploadProps["headers"];
|
4
|
+
data?: import("element-plus").UploadProps["data"];
|
5
|
+
name?: import("element-plus").UploadProps["name"];
|
6
|
+
size?: number;
|
7
|
+
max?: number;
|
8
|
+
accept?: string;
|
9
|
+
files?: import("element-plus").UploadUserFile[];
|
10
|
+
notip?: boolean;
|
11
|
+
ext?: string[];
|
12
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
13
|
+
onSuccess: (...args: any[]) => void;
|
14
|
+
}, string, import("vue").PublicProps, Readonly<{
|
15
|
+
action: import("element-plus").UploadProps["action"];
|
16
|
+
headers?: import("element-plus").UploadProps["headers"];
|
17
|
+
data?: import("element-plus").UploadProps["data"];
|
18
|
+
name?: import("element-plus").UploadProps["name"];
|
19
|
+
size?: number;
|
20
|
+
max?: number;
|
21
|
+
accept?: string;
|
22
|
+
files?: import("element-plus").UploadUserFile[];
|
23
|
+
notip?: boolean;
|
24
|
+
ext?: string[];
|
25
|
+
}> & Readonly<{
|
26
|
+
onOnSuccess?: ((...args: any[]) => any) | undefined;
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>> & Record<string, any>;
|
28
|
+
export { QxsFileUpload, };
|
29
|
+
export default QxsFileUpload;
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/file-upload/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;yGAAyB,CAAA;AAE5C,OAAO,EACL,aAAa,GACd,CAAA;AAED,eAAe,aAAa,CAAA"}
|
@@ -1 +1,20 @@
|
|
1
|
-
import
|
1
|
+
import type { UploadProps, UploadUserFile } from "element-plus";
|
2
|
+
type __VLS_Props = {
|
3
|
+
action: UploadProps["action"];
|
4
|
+
headers?: UploadProps["headers"];
|
5
|
+
data?: UploadProps["data"];
|
6
|
+
name?: UploadProps["name"];
|
7
|
+
size?: number;
|
8
|
+
max?: number;
|
9
|
+
accept?: string;
|
10
|
+
files?: UploadUserFile[];
|
11
|
+
notip?: boolean;
|
12
|
+
ext?: string[];
|
13
|
+
};
|
14
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
15
|
+
onSuccess: (...args: any[]) => void;
|
16
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
17
|
+
onOnSuccess?: ((...args: any[]) => any) | undefined;
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
19
|
+
export default _default;
|
20
|
+
//# sourceMappingURL=file-upload.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/file-upload/src/file-upload.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAQhE,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;CAChB,CAAC;;;;;;AAqKF,wBAOG"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/file-upload/style/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAA;AACzB,OAAO,8CAA8C,CAAA"}
|
@@ -1 +1,56 @@
|
|
1
|
-
|
1
|
+
declare const QxsFixedActionBar: import("../withInstall").SFCWithInstall<{
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
3
|
+
padding: {
|
4
|
+
type: NumberConstructor;
|
5
|
+
default: number;
|
6
|
+
};
|
7
|
+
className: {
|
8
|
+
type: StringConstructor;
|
9
|
+
default: string;
|
10
|
+
};
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
12
|
+
className: string;
|
13
|
+
padding: number;
|
14
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
15
|
+
P: {};
|
16
|
+
B: {};
|
17
|
+
D: {};
|
18
|
+
C: {};
|
19
|
+
M: {};
|
20
|
+
Defaults: {};
|
21
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
22
|
+
padding: {
|
23
|
+
type: NumberConstructor;
|
24
|
+
default: number;
|
25
|
+
};
|
26
|
+
className: {
|
27
|
+
type: StringConstructor;
|
28
|
+
default: string;
|
29
|
+
};
|
30
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
31
|
+
className: string;
|
32
|
+
padding: number;
|
33
|
+
}>;
|
34
|
+
__isFragment?: never;
|
35
|
+
__isTeleport?: never;
|
36
|
+
__isSuspense?: never;
|
37
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
38
|
+
padding: {
|
39
|
+
type: NumberConstructor;
|
40
|
+
default: number;
|
41
|
+
};
|
42
|
+
className: {
|
43
|
+
type: StringConstructor;
|
44
|
+
default: string;
|
45
|
+
};
|
46
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
47
|
+
className: string;
|
48
|
+
padding: number;
|
49
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
50
|
+
$slots: {
|
51
|
+
default?: ((props: {}) => any) | undefined;
|
52
|
+
};
|
53
|
+
})> & Record<string, any>;
|
54
|
+
export { QxsFixedActionBar, };
|
55
|
+
export default QxsFixedActionBar;
|
56
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/fixed-action-bar/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAyB,CAAA;AAEhD,OAAO,EACL,iBAAiB,GAClB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
@@ -1 +1,31 @@
|
|
1
|
-
|
1
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
2
|
+
padding: {
|
3
|
+
type: NumberConstructor;
|
4
|
+
default: number;
|
5
|
+
};
|
6
|
+
className: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
11
|
+
padding: {
|
12
|
+
type: NumberConstructor;
|
13
|
+
default: number;
|
14
|
+
};
|
15
|
+
className: {
|
16
|
+
type: StringConstructor;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
}>> & Readonly<{}>, {
|
20
|
+
className: string;
|
21
|
+
padding: number;
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
23
|
+
default?: ((props: {}) => any) | undefined;
|
24
|
+
}>;
|
25
|
+
export default _default;
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
27
|
+
new (): {
|
28
|
+
$slots: S;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
//# sourceMappingURL=fixed-action-bar.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fixed-action-bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/fixed-action-bar/src/fixed-action-bar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;eA+Qc,CAAC,KAAK,IAAgB,KAAK,GAAG;;AApI5C,wBA6LK;AAEL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/fixed-action-bar/style/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAA;AACtB,OAAO,mDAAmD,CAAA"}
|
@@ -1 +1,47 @@
|
|
1
|
-
|
1
|
+
declare const QxsImageUpload: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
2
|
+
action: import("element-plus").UploadProps["action"];
|
3
|
+
headers?: import("element-plus").UploadProps["headers"];
|
4
|
+
data?: import("element-plus").UploadProps["data"];
|
5
|
+
name?: import("element-plus").UploadProps["name"];
|
6
|
+
url?: string;
|
7
|
+
size?: number;
|
8
|
+
width?: number;
|
9
|
+
accept?: string;
|
10
|
+
height?: number;
|
11
|
+
placeholder?: string;
|
12
|
+
notip?: boolean;
|
13
|
+
tipText?: string;
|
14
|
+
beforeUpload?: import("element-plus").UploadProps["beforeUpload"];
|
15
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
16
|
+
onSuccess: (res: any, uploadFile: import("element-plus").UploadFile, uploadFiles: import("element-plus").UploadFiles) => any;
|
17
|
+
"update:url": (url: string) => any;
|
18
|
+
}, string, import("vue").PublicProps, Readonly<{
|
19
|
+
action: import("element-plus").UploadProps["action"];
|
20
|
+
headers?: import("element-plus").UploadProps["headers"];
|
21
|
+
data?: import("element-plus").UploadProps["data"];
|
22
|
+
name?: import("element-plus").UploadProps["name"];
|
23
|
+
url?: string;
|
24
|
+
size?: number;
|
25
|
+
width?: number;
|
26
|
+
accept?: string;
|
27
|
+
height?: number;
|
28
|
+
placeholder?: string;
|
29
|
+
notip?: boolean;
|
30
|
+
tipText?: string;
|
31
|
+
beforeUpload?: import("element-plus").UploadProps["beforeUpload"];
|
32
|
+
}> & Readonly<{
|
33
|
+
onOnSuccess?: ((res: any, uploadFile: import("element-plus").UploadFile, uploadFiles: import("element-plus").UploadFiles) => any) | undefined;
|
34
|
+
"onUpdate:url"?: ((url: string) => any) | undefined;
|
35
|
+
}>, {
|
36
|
+
width: number;
|
37
|
+
height: number;
|
38
|
+
name: import("element-plus").UploadProps["name"];
|
39
|
+
size: number;
|
40
|
+
accept: string;
|
41
|
+
url: string;
|
42
|
+
notip: boolean;
|
43
|
+
placeholder: string;
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>> & Record<string, any>;
|
45
|
+
export { QxsImageUpload, };
|
46
|
+
export default QxsImageUpload;
|
47
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/image-upload/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oGAAyB,CAAA;AAE7C,OAAO,EACL,cAAc,GACf,CAAA;AAED,eAAe,cAAc,CAAA"}
|
@@ -1 +1,34 @@
|
|
1
|
-
import
|
1
|
+
import type { UploadFile, UploadFiles, UploadProps } from 'element-plus';
|
2
|
+
type __VLS_Props = {
|
3
|
+
action: UploadProps['action'];
|
4
|
+
headers?: UploadProps['headers'];
|
5
|
+
data?: UploadProps['data'];
|
6
|
+
name?: UploadProps['name'];
|
7
|
+
url?: string;
|
8
|
+
size?: number;
|
9
|
+
width?: number;
|
10
|
+
accept?: string;
|
11
|
+
height?: number;
|
12
|
+
placeholder?: string;
|
13
|
+
notip?: boolean;
|
14
|
+
tipText?: string;
|
15
|
+
beforeUpload?: UploadProps['beforeUpload'];
|
16
|
+
};
|
17
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
18
|
+
onSuccess: (res: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => any;
|
19
|
+
"update:url": (url: string) => any;
|
20
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
21
|
+
onOnSuccess?: ((res: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => any) | undefined;
|
22
|
+
"onUpdate:url"?: ((url: string) => any) | undefined;
|
23
|
+
}>, {
|
24
|
+
width: number;
|
25
|
+
height: number;
|
26
|
+
name: UploadProps["name"];
|
27
|
+
size: number;
|
28
|
+
accept: string;
|
29
|
+
url: string;
|
30
|
+
notip: boolean;
|
31
|
+
placeholder: string;
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
33
|
+
export default _default;
|
34
|
+
//# sourceMappingURL=image-upload.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"image-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/image-upload/src/image-upload.vue"],"names":[],"mappings":"AAwLA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAOxE,KAAK,WAAW,GAAG;IACf,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAA;IAC7B,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;IAChC,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC1B,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAA;CAC3C,CAAC;;;;;;;;WAPQ,MAAM;YAEL,MAAM;UALR,WAAW,CAAC,MAAM,CAAC;UAEnB,MAAM;YAEJ,MAAM;SAHT,MAAM;WAMJ,OAAO;iBADD,MAAM;;AAuVxB,wBAQG"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/image-upload/style/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAA;AACzB,OAAO,kDAAkD,CAAA"}
|
@@ -1 +1,9 @@
|
|
1
|
-
import
|
1
|
+
import type { Plugin } from 'vue';
|
2
|
+
declare function makeInstaller(components: {
|
3
|
+
[key: number]: Plugin;
|
4
|
+
}): {
|
5
|
+
version: string;
|
6
|
+
install: (app: any) => void;
|
7
|
+
};
|
8
|
+
export { makeInstaller };
|
9
|
+
//# sourceMappingURL=make-installer.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"make-installer.d.ts","sourceRoot":"","sources":["../../../../packages/components/src/make-installer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAA;AAGjC,iBAAS,aAAa,CAAC,UAAU,EAAE;IACjC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;;mBACuB,GAAG;EAU1B;AAED,OAAO,EAAE,aAAa,EAAE,CAAA"}
|
@@ -1 +1,55 @@
|
|
1
|
-
|
1
|
+
declare const QxsPhotoCropTool: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
2
|
+
imgFile: {
|
3
|
+
type: PropType<File>;
|
4
|
+
default: () => null;
|
5
|
+
};
|
6
|
+
aspectRatio: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: () => string;
|
9
|
+
};
|
10
|
+
defaultWidth: {
|
11
|
+
type: NumberConstructor;
|
12
|
+
default: () => number;
|
13
|
+
};
|
14
|
+
defaultHeight: {
|
15
|
+
type: NumberConstructor;
|
16
|
+
default: () => number;
|
17
|
+
};
|
18
|
+
zoomType: {
|
19
|
+
type: StringConstructor;
|
20
|
+
default: () => string;
|
21
|
+
};
|
22
|
+
}>, {
|
23
|
+
crop: (img?: HTMLImageElement) => Promise<File | null>;
|
24
|
+
resize: () => void;
|
25
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
26
|
+
imgFile: {
|
27
|
+
type: PropType<File>;
|
28
|
+
default: () => null;
|
29
|
+
};
|
30
|
+
aspectRatio: {
|
31
|
+
type: StringConstructor;
|
32
|
+
default: () => string;
|
33
|
+
};
|
34
|
+
defaultWidth: {
|
35
|
+
type: NumberConstructor;
|
36
|
+
default: () => number;
|
37
|
+
};
|
38
|
+
defaultHeight: {
|
39
|
+
type: NumberConstructor;
|
40
|
+
default: () => number;
|
41
|
+
};
|
42
|
+
zoomType: {
|
43
|
+
type: StringConstructor;
|
44
|
+
default: () => string;
|
45
|
+
};
|
46
|
+
}>> & Readonly<{}>, {
|
47
|
+
imgFile: File;
|
48
|
+
aspectRatio: string;
|
49
|
+
defaultWidth: number;
|
50
|
+
defaultHeight: number;
|
51
|
+
zoomType: string;
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
53
|
+
export { QxsPhotoCropTool, };
|
54
|
+
export default QxsPhotoCropTool;
|
55
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/photo-crop-tool/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mGAAyB,CAAA;AAE/C,OAAO,EACL,gBAAgB,GACjB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
@@ -1 +1,7 @@
|
|
1
|
-
|
1
|
+
export declare function useCanvas(canvasElement: HTMLCanvasElement): {
|
2
|
+
clearCanvas: () => void;
|
3
|
+
drawColor: (x: number, y: number, width: number, height: number, color: string) => void;
|
4
|
+
drawImage: (image: HTMLImageElement, x: number, y: number, width: number, height: number) => void;
|
5
|
+
cropCanvas: (x: number, y: number, width: number, height: number) => Promise<File | null>;
|
6
|
+
};
|
7
|
+
//# sourceMappingURL=composables.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"composables.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/photo-crop-tool/src/composables.ts"],"names":[],"mappings":"AAGA,wBAAgB,SAAS,CAAC,aAAa,EAAE,iBAAiB;;mBAalC,MAAM,KAAK,MAAM,SAAS,MAAM,UAAU,MAAM,SAAS,MAAM;uBAO3D,gBAAgB,KAAK,MAAM,KAAK,MAAM,SAAS,MAAM,UAAU,MAAM;oBAIxE,MAAM,KAAK,MAAM,SAAS,MAAM,UAAU,MAAM,KAAG,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;EAmC/F"}
|