File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7575 },
7676 "./style.css" : " ./dist/style.css"
7777 },
78- "main" : " dist/vue-data-ui.cjs" ,
7978 "module" : " dist/vue-data-ui.js" ,
8079 "types" : " dist/types/vue-data-ui.d.ts" ,
8180 "scripts" : {
Original file line number Diff line number Diff line change @@ -42,7 +42,12 @@ import { throttle } from '../canvas-lib';
4242import { useResponsive } from ' ../useResponsive' ;
4343import themes from " ../themes.json" ;
4444
45- // TODO: patterns
45+ /**
46+ *
47+ * - Diplay percentages per group (#donut)
48+ * - Add grab cursor when mousedown
49+ *
50+ */
4651
4752const { vue_ui_chord: DEFAULT_CONFIG } = useConfig ();
4853
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default defineConfig({
3131 name : "VueDataUi" ,
3232 // the name of the output files when the build is run
3333 fileName : "vue-data-ui" ,
34- formats : [ 'es' , 'cjs' ]
34+ formats : [ 'es' ]
3535 } ,
3636 rollupOptions : {
3737 // make sure to externalize deps that shouldn't be bundled
You can’t perform that action at this time.
0 commit comments