@univerjs-pro/docs-chart-ui 1.0.0-insiders.20260709-77c5732
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/README.md +31 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +300 -0
- package/lib/index.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/commands/operations/chart-dialog.operation.d.ts +15 -0
- package/lib/types/components/DocChartDataEditor.d.ts +15 -0
- package/lib/types/components/DocChartEditPanel.d.ts +19 -0
- package/lib/types/components/DocChartEditorDialog.d.ts +9 -0
- package/lib/types/components/DocChartInlineTableEditor.d.ts +11 -0
- package/lib/types/components/DocChartInsertPanel.d.ts +11 -0
- package/lib/types/components/DocChartPreview.d.ts +10 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/doc-chart-clipboard.controller.d.ts +20 -0
- package/lib/types/controllers/doc-chart-drawing-edit.controller.d.ts +12 -0
- package/lib/types/controllers/doc-chart-snapshot-refresh.controller.d.ts +12 -0
- package/lib/types/controllers/doc-chart-static-render.controller.d.ts +21 -0
- package/lib/types/controllers/ui.controller.d.ts +20 -0
- package/lib/types/index.d.ts +35 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +74 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/menu/chart.menu.d.ts +12 -0
- package/lib/types/menu/schema.d.ts +2 -0
- package/lib/types/plugin.d.ts +16 -0
- package/lib/types/services/doc-chart-active-render.service.d.ts +40 -0
- package/lib/types/services/doc-chart-data-edit.service.d.ts +24 -0
- package/lib/types/services/doc-chart-host.d.ts +35 -0
- package/lib/types/services/doc-chart-insert-position.d.ts +18 -0
- package/lib/types/services/doc-chart-insert.service.d.ts +28 -0
- package/lib/types/services/doc-chart-print.service.d.ts +16 -0
- package/lib/types/services/doc-chart-render.service.d.ts +33 -0
- package/lib/types/services/doc-chart-snapshot-render.service.d.ts +57 -0
- package/lib/types/utils/ChartPanelOptions.d.ts +137 -0
- package/lib/types/views/active-chart/index.d.ts +11 -0
- package/lib/types/views/print-chart/index.d.ts +9 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +94 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1f95(){const _0x351781=['Shared\x20charts','14109010LMPDuQ','Save','Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','411LZPiAG','Add\x20row','Insert\x20chart','585690KECIAJ','Setup','Unable\x20to\x20update\x20chart.','Scatter\x20chart','Percent\x20stacked\x20area\x20chart','Subtitle','Vertical\x20axis\x20title','Background','301JBAUOt','Visible','Word\x20cloud\x20chart','Funnel\x20chart','Chart\x20style','Customize','Area\x20chart','Close','Column\x20chart','24328oVIkRE','1983933XNchal','Legend','Chart\x20is\x20unavailable.','Line\x20chart','Chart\x20type','Inline\x20data','Series','Apply','24100ayOAiC','Combination\x20chart','Chart\x20editor','Duplicate','Bar\x20chart','Fill','Percent\x20stacked\x20bar\x20chart','Stacked\x20area\x20chart','24iIlHDN','Rows','Columns','Unable\x20to\x20insert\x20chart.','Show\x20data\x20labels','Pie\x20chart','Stacked\x20bar\x20chart','675970GFCbPm','Preview','Sankey\x20chart','Chart\x20and\x20axis\x20titles','Table\x20data\x20is\x20empty.','36476DRysST','Reverse\x20axis','Data','Insert','Heatmap','Indicator\x20line','Add\x20column'];_0x1f95=function(){return _0x351781;};return _0x1f95();}const _0xcd4311=_0x24f9;function _0x24f9(_0xef8b0d,_0x46bfc8){_0xef8b0d=_0xef8b0d-0x82;const _0x1f9534=_0x1f95();let _0x24f9ac=_0x1f9534[_0xef8b0d];return _0x24f9ac;}(function(_0x4ea404,_0x218f4b){const _0x4cfb40=_0x24f9,_0x3cbefe=_0x4ea404();while(!![]){try{const _0x552d25=-parseInt(_0x4cfb40(0xa4))/0x1+-parseInt(_0x4cfb40(0xb2))/0x2+-parseInt(_0x4cfb40(0xaf))/0x3*(parseInt(_0x4cfb40(0x90))/0x4)+parseInt(_0x4cfb40(0x9f))/0x5*(parseInt(_0x4cfb40(0x98))/0x6)+-parseInt(_0x4cfb40(0xba))/0x7*(parseInt(_0x4cfb40(0x87))/0x8)+-parseInt(_0x4cfb40(0x88))/0x9+parseInt(_0x4cfb40(0xac))/0xa;if(_0x552d25===_0x218f4b)break;else _0x3cbefe['push'](_0x3cbefe['shift']());}catch(_0x49e87c){_0x3cbefe['push'](_0x3cbefe['shift']());}}}(_0x1f95,0x6cd23));const e={'docs-chart-ui':{'insertChart':_0xcd4311(0xb1),'editChart':_0xcd4311(0x92),'chartType':_0xcd4311(0x8c),'inlineData':_0xcd4311(0x8d),'inlineDataPasteHint':_0xcd4311(0xae),'addRow':_0xcd4311(0xb0),'addColumn':_0xcd4311(0xaa),'cancel':'Cancel','insert':_0xcd4311(0xa7),'save':_0xcd4311(0xad),'apply':_0xcd4311(0x8f),'close':_0xcd4311(0x85),'duplicate':_0xcd4311(0x93),'chartPreview':_0xcd4311(0xa0),'previewRenderFailed':'Unable\x20to\x20render\x20chart\x20preview.','setupChart':_0xcd4311(0xb3),'customizeChart':_0xcd4311(0x83),'data':_0xcd4311(0xa6),'editData':'Modify\x20data','rows':_0xcd4311(0x99),'columns':_0xcd4311(0x9a),'sharedData':_0xcd4311(0xab),'backgroundColor':_0xcd4311(0xb9),'chartStyle':_0xcd4311(0x82),'chartAndAxisTitles':_0xcd4311(0xa2),'fill':_0xcd4311(0x95),'border':'Border','title':'Chart\x20title','subtitle':_0xcd4311(0xb7),'horizontalAxisTitle':'Horizontal\x20axis\x20title','verticalAxisTitle':_0xcd4311(0xb8),'series':_0xcd4311(0x8e),'showDataLabels':_0xcd4311(0x9c),'legend':_0xcd4311(0x89),'horizontalAxis':'Horizontal\x20axis','verticalAxis':'Vertical\x20axis','visible':_0xcd4311(0xbb),'showLabels':'Show\x20labels','reverseAxis':_0xcd4311(0xa5),'gridlinesAndTicks':'Gridlines\x20and\x20ticks','indicatorLine':_0xcd4311(0xa9),'useAbsoluteValue':'Use\x20absolute\x20values','tableDataEmpty':_0xcd4311(0xa3),'insertChartFailed':_0xcd4311(0x9b),'updateChartFailed':_0xcd4311(0xb4),'chartNotFound':_0xcd4311(0x8a),'chartTypes':{'line':_0xcd4311(0x8b),'area':_0xcd4311(0x84),'areaStacked':_0xcd4311(0x97),'areaPercentStacked':_0xcd4311(0xb6),'column':_0xcd4311(0x86),'bar':_0xcd4311(0x94),'barStacked':_0xcd4311(0x9e),'barPercentStacked':_0xcd4311(0x96),'pie':_0xcd4311(0x9d),'scatter':_0xcd4311(0xb5),'radar':'Radar\x20chart','combination':_0xcd4311(0x91),'wordCloud':_0xcd4311(0xbc),'funnel':_0xcd4311(0xbd),'bubble':'Bubble\x20chart','relation':'Relation\x20chart','waterfall':'Waterfall\x20chart','pareto':'Pareto\x20chart','sankey':_0xcd4311(0xa1),'heatmap':_0xcd4311(0xa8),'boxplot':'Boxplot\x20chart'}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5d827a=_0x58e1;function _0x58e1(_0x4a6bb2,_0x50bf6d){_0x4a6bb2=_0x4a6bb2-0x173;const _0x185ffd=_0x185f();let _0x58e143=_0x185ffd[_0x4a6bb2];return _0x58e143;}(function(_0x22d25d,_0x5a0395){const _0x1c4fdb=_0x58e1,_0x188c84=_0x22d25d();while(!![]){try{const _0x301f58=-parseInt(_0x1c4fdb(0x173))/0x1*(parseInt(_0x1c4fdb(0x18a))/0x2)+-parseInt(_0x1c4fdb(0x1a2))/0x3+-parseInt(_0x1c4fdb(0x197))/0x4*(-parseInt(_0x1c4fdb(0x181))/0x5)+parseInt(_0x1c4fdb(0x174))/0x6+-parseInt(_0x1c4fdb(0x193))/0x7*(-parseInt(_0x1c4fdb(0x17c))/0x8)+parseInt(_0x1c4fdb(0x1a5))/0x9*(-parseInt(_0x1c4fdb(0x177))/0xa)+parseInt(_0x1c4fdb(0x188))/0xb*(parseInt(_0x1c4fdb(0x18d))/0xc);if(_0x301f58===_0x5a0395)break;else _0x188c84['push'](_0x188c84['shift']());}catch(_0x3816bc){_0x188c84['push'](_0x188c84['shift']());}}}(_0x185f,0xa2010));const e={'docs-chart-ui':{'insertChart':_0x5d827a(0x175),'editChart':_0x5d827a(0x17d),'chartType':_0x5d827a(0x196),'inlineData':_0x5d827a(0x1a1),'inlineDataPasteHint':'Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','addRow':_0x5d827a(0x1a6),'addColumn':'Add\x20column','cancel':_0x5d827a(0x176),'insert':'Insert','save':'Save','apply':_0x5d827a(0x18c),'close':'Close','duplicate':_0x5d827a(0x183),'chartPreview':_0x5d827a(0x19b),'previewRenderFailed':_0x5d827a(0x17e),'setupChart':_0x5d827a(0x1a7),'customizeChart':'Customize','data':_0x5d827a(0x185),'editData':'Modify\x20data','rows':'Rows','columns':_0x5d827a(0x1a3),'sharedData':'Shared\x20charts','backgroundColor':_0x5d827a(0x186),'chartStyle':_0x5d827a(0x18f),'chartAndAxisTitles':'Chart\x20and\x20axis\x20titles','fill':'Fill','border':_0x5d827a(0x18e),'title':'Chart\x20title','subtitle':'Subtitle','horizontalAxisTitle':_0x5d827a(0x192),'verticalAxisTitle':_0x5d827a(0x17a),'series':_0x5d827a(0x19c),'showDataLabels':_0x5d827a(0x1a4),'legend':'Legend','horizontalAxis':_0x5d827a(0x187),'verticalAxis':_0x5d827a(0x184),'visible':_0x5d827a(0x179),'showLabels':_0x5d827a(0x189),'reverseAxis':'Reverse\x20axis','gridlinesAndTicks':_0x5d827a(0x19d),'indicatorLine':_0x5d827a(0x182),'useAbsoluteValue':'Use\x20absolute\x20values','tableDataEmpty':_0x5d827a(0x198),'insertChartFailed':_0x5d827a(0x195),'updateChartFailed':_0x5d827a(0x194),'chartNotFound':_0x5d827a(0x191),'chartTypes':{'line':'Line\x20chart','area':'Area\x20chart','areaStacked':_0x5d827a(0x19f),'areaPercentStacked':_0x5d827a(0x178),'column':'Column\x20chart','bar':_0x5d827a(0x17b),'barStacked':_0x5d827a(0x19e),'barPercentStacked':_0x5d827a(0x1a9),'pie':'Pie\x20chart','scatter':'Scatter\x20chart','radar':_0x5d827a(0x1a0),'combination':_0x5d827a(0x1a8),'wordCloud':'Word\x20cloud\x20chart','funnel':_0x5d827a(0x19a),'bubble':_0x5d827a(0x199),'relation':'Relation\x20chart','waterfall':_0x5d827a(0x180),'pareto':'Pareto\x20chart','sankey':_0x5d827a(0x17f),'heatmap':_0x5d827a(0x18b),'boxplot':_0x5d827a(0x190)}}};function _0x185f(){const _0x23d12b=['28008wrHEtZ','Chart\x20editor','Unable\x20to\x20render\x20chart\x20preview.','Sankey\x20chart','Waterfall\x20chart','4883810JHXwAs','Indicator\x20line','Duplicate','Vertical\x20axis','Data','Background','Horizontal\x20axis','1005301FZynzU','Show\x20labels','26UbhVEj','Heatmap','Apply','12LNVJeW','Border','Chart\x20style','Boxplot\x20chart','Chart\x20is\x20unavailable.','Horizontal\x20axis\x20title','1883PAGaOH','Unable\x20to\x20update\x20chart.','Unable\x20to\x20insert\x20chart.','Chart\x20type','4sNfweF','Table\x20data\x20is\x20empty.','Bubble\x20chart','Funnel\x20chart','Preview','Series','Gridlines\x20and\x20ticks','Stacked\x20bar\x20chart','Stacked\x20area\x20chart','Radar\x20chart','Inline\x20data','1436370QZhlLd','Columns','Show\x20data\x20labels','56178BBramn','Add\x20row','Setup','Combination\x20chart','Percent\x20stacked\x20bar\x20chart','71474YCdVnu','1230984QfydZd','Insert\x20chart','Cancel','230OBsbMB','Percent\x20stacked\x20area\x20chart','Visible','Vertical\x20axis\x20title','Bar\x20chart'];_0x185f=function(){return _0x23d12b;};return _0x185f();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x282f(){const _0x635c11=['Unable\x20to\x20insert\x20chart.','Inline\x20data','Add\x20row','36933VYVSrz','Legend','758364Wtgirw','Line\x20chart','Pie\x20chart','Columns','Unable\x20to\x20update\x20chart.','Cancel','Save','Heatmap','Preview','Chart\x20title','Chart\x20style','Percent\x20stacked\x20area\x20chart','9362386UOBKXF','Area\x20chart','Boxplot\x20chart','9WbavQS','Gridlines\x20and\x20ticks','Waterfall\x20chart','Customize','Chart\x20and\x20axis\x20titles','2679790NDufNC','4190CxeoOu','Relation\x20chart','Chart\x20editor','3654973gVTVwU','Pareto\x20chart','Word\x20cloud\x20chart','3099888HjqKBm','Radar\x20chart','Series','Shared\x20charts','264AcHIah','Close','34NsieNP','Horizontal\x20axis\x20title','Setup','Table\x20data\x20is\x20empty.','Chart\x20type','Use\x20absolute\x20values','Sankey\x20chart','Funnel\x20chart','Scatter\x20chart','Apply','Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','Data','8MYWEJi','Percent\x20stacked\x20bar\x20chart','Vertical\x20axis\x20title','Background','Indicator\x20line','Rows','Stacked\x20bar\x20chart','Unable\x20to\x20render\x20chart\x20preview.'];_0x282f=function(){return _0x635c11;};return _0x282f();}const _0x59c709=_0x2e71;(function(_0x4b275f,_0x287e3e){const _0x4ad270=_0x2e71,_0x238629=_0x4b275f();while(!![]){try{const _0x37dd1d=parseInt(_0x4ad270(0x1a4))/0x1+-parseInt(_0x4ad270(0x18b))/0x2*(-parseInt(_0x4ad270(0x1a2))/0x3)+-parseInt(_0x4ad270(0x189))/0x4*(-parseInt(_0x4ad270(0x17f))/0x5)+parseInt(_0x4ad270(0x185))/0x6+-parseInt(_0x4ad270(0x182))/0x7*(parseInt(_0x4ad270(0x197))/0x8)+parseInt(_0x4ad270(0x179))/0x9*(parseInt(_0x4ad270(0x17e))/0xa)+-parseInt(_0x4ad270(0x1b0))/0xb;if(_0x37dd1d===_0x287e3e)break;else _0x238629['push'](_0x238629['shift']());}catch(_0x5731f8){_0x238629['push'](_0x238629['shift']());}}}(_0x282f,0x6a091));const e={'docs-chart-ui':{'insertChart':'Insert\x20chart','editChart':_0x59c709(0x181),'chartType':_0x59c709(0x18f),'inlineData':_0x59c709(0x1a0),'inlineDataPasteHint':_0x59c709(0x195),'addRow':_0x59c709(0x1a1),'addColumn':'Add\x20column','cancel':_0x59c709(0x1a9),'insert':'Insert','save':_0x59c709(0x1aa),'apply':_0x59c709(0x194),'close':_0x59c709(0x18a),'duplicate':'Duplicate','chartPreview':_0x59c709(0x1ac),'previewRenderFailed':_0x59c709(0x19e),'setupChart':_0x59c709(0x18d),'customizeChart':_0x59c709(0x17c),'data':_0x59c709(0x196),'editData':'Modify\x20data','rows':_0x59c709(0x19c),'columns':_0x59c709(0x1a7),'sharedData':_0x59c709(0x188),'backgroundColor':_0x59c709(0x19a),'chartStyle':_0x59c709(0x1ae),'chartAndAxisTitles':_0x59c709(0x17d),'fill':'Fill','border':'Border','title':_0x59c709(0x1ad),'subtitle':'Subtitle','horizontalAxisTitle':_0x59c709(0x18c),'verticalAxisTitle':_0x59c709(0x199),'series':_0x59c709(0x187),'showDataLabels':'Show\x20data\x20labels','legend':_0x59c709(0x1a3),'horizontalAxis':'Horizontal\x20axis','verticalAxis':'Vertical\x20axis','visible':'Visible','showLabels':'Show\x20labels','reverseAxis':'Reverse\x20axis','gridlinesAndTicks':_0x59c709(0x17a),'indicatorLine':_0x59c709(0x19b),'useAbsoluteValue':_0x59c709(0x190),'tableDataEmpty':_0x59c709(0x18e),'insertChartFailed':_0x59c709(0x19f),'updateChartFailed':_0x59c709(0x1a8),'chartNotFound':'Chart\x20is\x20unavailable.','chartTypes':{'line':_0x59c709(0x1a5),'area':_0x59c709(0x1b1),'areaStacked':'Stacked\x20area\x20chart','areaPercentStacked':_0x59c709(0x1af),'column':'Column\x20chart','bar':'Bar\x20chart','barStacked':_0x59c709(0x19d),'barPercentStacked':_0x59c709(0x198),'pie':_0x59c709(0x1a6),'scatter':_0x59c709(0x193),'radar':_0x59c709(0x186),'combination':'Combination\x20chart','wordCloud':_0x59c709(0x184),'funnel':_0x59c709(0x192),'bubble':'Bubble\x20chart','relation':_0x59c709(0x180),'waterfall':_0x59c709(0x17b),'pareto':_0x59c709(0x183),'sankey':_0x59c709(0x191),'heatmap':_0x59c709(0x1ab),'boxplot':_0x59c709(0x1b2)}}};function _0x2e71(_0x205a45,_0x4bb11d){_0x205a45=_0x205a45-0x179;const _0x282fd2=_0x282f();let _0x2e713c=_0x282fd2[_0x205a45];return _0x2e713c;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x52598f=_0x4d17;function _0x4d17(_0x46c90c,_0x2109dc){_0x46c90c=_0x46c90c-0x1cd;const _0x3b5302=_0x3b53();let _0x4d1741=_0x3b5302[_0x46c90c];return _0x4d1741;}(function(_0x61a3ea,_0x22663b){const _0x10e68d=_0x4d17,_0x4d3547=_0x61a3ea();while(!![]){try{const _0x5cd42d=-parseInt(_0x10e68d(0x1ec))/0x1*(parseInt(_0x10e68d(0x201))/0x2)+parseInt(_0x10e68d(0x202))/0x3+-parseInt(_0x10e68d(0x200))/0x4*(-parseInt(_0x10e68d(0x1ed))/0x5)+-parseInt(_0x10e68d(0x1fa))/0x6+-parseInt(_0x10e68d(0x1e5))/0x7*(-parseInt(_0x10e68d(0x1f6))/0x8)+parseInt(_0x10e68d(0x1f4))/0x9*(parseInt(_0x10e68d(0x1e2))/0xa)+-parseInt(_0x10e68d(0x1d3))/0xb;if(_0x5cd42d===_0x22663b)break;else _0x4d3547['push'](_0x4d3547['shift']());}catch(_0x1c7e22){_0x4d3547['push'](_0x4d3547['shift']());}}}(_0x3b53,0x1e203));function _0x3b53(){const _0x4a3e32=['14886yKcwVe','Indicator\x20line','38408rVUiel','Pareto\x20chart','Stacked\x20bar\x20chart','Chart\x20is\x20unavailable.','692808thrIGH','Chart\x20editor','Horizontal\x20axis','Columns','Boxplot\x20chart','Modify\x20data','52AYkluN','2EqbiOu','668859zxnTBG','Inline\x20data','Percent\x20stacked\x20area\x20chart','Customize','Use\x20absolute\x20values','Legend','Vertical\x20axis','Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','Subtitle','Visible','Chart\x20title','Reverse\x20axis','Funnel\x20chart','Unable\x20to\x20update\x20chart.','Add\x20column','Bubble\x20chart','Column\x20chart','Apply','131516UXMXRa','Preview','Word\x20cloud\x20chart','Border','Radar\x20chart','Stacked\x20area\x20chart','Chart\x20style','Shared\x20charts','Chart\x20and\x20axis\x20titles','Setup','Unable\x20to\x20insert\x20chart.','Close','Chart\x20type','Relation\x20chart','Area\x20chart','1150GrUVJH','Sankey\x20chart','Bar\x20chart','14efuXqa','Horizontal\x20axis\x20title','Waterfall\x20chart','Vertical\x20axis\x20title','Line\x20chart','Gridlines\x20and\x20ticks','Duplicate','175157MekOhg','1235GFiqFR','Data','Combination\x20chart','Fill','Percent\x20stacked\x20bar\x20chart','Scatter\x20chart','Cancel'];_0x3b53=function(){return _0x4a3e32;};return _0x3b53();}const e={'docs-chart-ui':{'insertChart':'Insert\x20chart','editChart':_0x52598f(0x1fb),'chartType':_0x52598f(0x1df),'inlineData':_0x52598f(0x203),'inlineDataPasteHint':_0x52598f(0x209),'addRow':'Add\x20row','addColumn':_0x52598f(0x1cf),'cancel':_0x52598f(0x1f3),'insert':'Insert','save':'Save','apply':_0x52598f(0x1d2),'close':_0x52598f(0x1de),'duplicate':_0x52598f(0x1eb),'chartPreview':_0x52598f(0x1d4),'previewRenderFailed':'Unable\x20to\x20render\x20chart\x20preview.','setupChart':_0x52598f(0x1dc),'customizeChart':_0x52598f(0x205),'data':_0x52598f(0x1ee),'editData':_0x52598f(0x1ff),'rows':'Rows','columns':_0x52598f(0x1fd),'sharedData':_0x52598f(0x1da),'backgroundColor':'Background','chartStyle':_0x52598f(0x1d9),'chartAndAxisTitles':_0x52598f(0x1db),'fill':_0x52598f(0x1f0),'border':_0x52598f(0x1d6),'title':_0x52598f(0x20c),'subtitle':_0x52598f(0x20a),'horizontalAxisTitle':_0x52598f(0x1e6),'verticalAxisTitle':_0x52598f(0x1e8),'series':'Series','showDataLabels':'Show\x20data\x20labels','legend':_0x52598f(0x207),'horizontalAxis':_0x52598f(0x1fc),'verticalAxis':_0x52598f(0x208),'visible':_0x52598f(0x20b),'showLabels':'Show\x20labels','reverseAxis':_0x52598f(0x20d),'gridlinesAndTicks':_0x52598f(0x1ea),'indicatorLine':_0x52598f(0x1f5),'useAbsoluteValue':_0x52598f(0x206),'tableDataEmpty':'Table\x20data\x20is\x20empty.','insertChartFailed':_0x52598f(0x1dd),'updateChartFailed':_0x52598f(0x1ce),'chartNotFound':_0x52598f(0x1f9),'chartTypes':{'line':_0x52598f(0x1e9),'area':_0x52598f(0x1e1),'areaStacked':_0x52598f(0x1d8),'areaPercentStacked':_0x52598f(0x204),'column':_0x52598f(0x1d1),'bar':_0x52598f(0x1e4),'barStacked':_0x52598f(0x1f8),'barPercentStacked':_0x52598f(0x1f1),'pie':'Pie\x20chart','scatter':_0x52598f(0x1f2),'radar':_0x52598f(0x1d7),'combination':_0x52598f(0x1ef),'wordCloud':_0x52598f(0x1d5),'funnel':_0x52598f(0x1cd),'bubble':_0x52598f(0x1d0),'relation':_0x52598f(0x1e0),'waterfall':_0x52598f(0x1e7),'pareto':_0x52598f(0x1f7),'sankey':_0x52598f(0x1e3),'heatmap':'Heatmap','boxplot':_0x52598f(0x1fe)}}};export{e as default};
|
package/lib/index.css
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
.univer-absolute {
|
|
2
|
+
position: absolute;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.univer-relative {
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.univer-inset-0 {
|
|
10
|
+
top: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
right: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.univer-bottom-3 {
|
|
17
|
+
bottom: .75rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.univer-left-3 {
|
|
21
|
+
left: .75rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.univer-mx-0 {
|
|
25
|
+
margin-left: 0;
|
|
26
|
+
margin-right: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.univer-mb-2 {
|
|
30
|
+
margin-bottom: .5rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.univer-ml-2 {
|
|
34
|
+
margin-left: .5rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.univer-mt-0 {
|
|
38
|
+
margin-top: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.univer-mt-2 {
|
|
42
|
+
margin-top: .5rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.univer-mt-auto {
|
|
46
|
+
margin-top: auto;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.univer-box-border {
|
|
50
|
+
box-sizing: border-box;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.univer-flex {
|
|
54
|
+
display: flex;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.univer-size-6 {
|
|
58
|
+
width: 1.5rem;
|
|
59
|
+
height: 1.5rem;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.univer-h-\[26px\] {
|
|
63
|
+
height: 26px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.univer-h-full {
|
|
67
|
+
height: 100%;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.univer-min-h-0 {
|
|
71
|
+
min-height: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.univer-min-h-\[420px\] {
|
|
75
|
+
min-height: 420px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.univer-min-h-full {
|
|
79
|
+
min-height: 100%;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.univer-w-\[--radix-popper-anchor-width\] {
|
|
83
|
+
width: var(--radix-popper-anchor-width);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.univer-w-\[388px\] {
|
|
87
|
+
width: 388px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.univer-w-full {
|
|
91
|
+
width: 100%;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.\!univer-min-w-0 {
|
|
95
|
+
min-width: 0 !important;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.univer-min-w-0 {
|
|
99
|
+
min-width: 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.univer-flex-1 {
|
|
103
|
+
flex: 1;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.univer-shrink-0 {
|
|
107
|
+
flex-shrink: 0;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.univer-cursor-pointer {
|
|
111
|
+
cursor: pointer;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.univer-flex-row {
|
|
115
|
+
flex-direction: row;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.univer-flex-col {
|
|
119
|
+
flex-direction: column;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.univer-flex-wrap {
|
|
123
|
+
flex-wrap: wrap;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.univer-items-center {
|
|
127
|
+
align-items: center;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.univer-justify-start {
|
|
131
|
+
justify-content: flex-start;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.univer-justify-end {
|
|
135
|
+
justify-content: flex-end;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.univer-justify-center {
|
|
139
|
+
justify-content: center;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.univer-gap-1\.5 {
|
|
143
|
+
gap: .375rem;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.univer-gap-2 {
|
|
147
|
+
gap: .5rem;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.univer-gap-3 {
|
|
151
|
+
gap: .75rem;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.univer-gap-4 {
|
|
155
|
+
gap: 1rem;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.univer-gap-5 {
|
|
159
|
+
gap: 1.25rem;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.univer-overflow-auto {
|
|
163
|
+
overflow: auto;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.univer-overflow-hidden {
|
|
167
|
+
overflow: hidden;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.univer-overscroll-contain {
|
|
171
|
+
overscroll-behavior: contain;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.univer-truncate {
|
|
175
|
+
text-overflow: ellipsis;
|
|
176
|
+
white-space: nowrap;
|
|
177
|
+
overflow: hidden;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.univer-rounded {
|
|
181
|
+
border-radius: .25rem;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.univer-rounded-lg {
|
|
185
|
+
border-radius: .5rem;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.univer-rounded-sm {
|
|
189
|
+
border-radius: .125rem;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.univer-border {
|
|
193
|
+
border-width: 1px;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.univer-border-solid {
|
|
197
|
+
border-style: solid;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.univer-border-gray-200 {
|
|
201
|
+
border-color: var(--univer-gray-200);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.univer-bg-white {
|
|
205
|
+
background-color: var(--univer-white);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.univer-p-4 {
|
|
209
|
+
padding: 1rem;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.univer-p-6 {
|
|
213
|
+
padding: 1.5rem;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.univer-px-1 {
|
|
217
|
+
padding-left: .25rem;
|
|
218
|
+
padding-right: .25rem;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.univer-px-2 {
|
|
222
|
+
padding-left: .5rem;
|
|
223
|
+
padding-right: .5rem;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.univer-py-1 {
|
|
227
|
+
padding-top: .25rem;
|
|
228
|
+
padding-bottom: .25rem;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.univer-pb-3 {
|
|
232
|
+
padding-bottom: .75rem;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.univer-pr-1 {
|
|
236
|
+
padding-right: .25rem;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.univer-text-base {
|
|
240
|
+
font-size: 1rem;
|
|
241
|
+
line-height: 1.5rem;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.univer-text-sm {
|
|
245
|
+
font-size: .875rem;
|
|
246
|
+
line-height: 1.25rem;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.univer-text-xs {
|
|
250
|
+
font-size: .75rem;
|
|
251
|
+
line-height: 1rem;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.univer-leading-4 {
|
|
255
|
+
line-height: 1rem;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.univer-leading-6 {
|
|
259
|
+
line-height: 1.5rem;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.univer-text-gray-500 {
|
|
263
|
+
color: var(--univer-gray-500);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.univer-text-gray-900 {
|
|
267
|
+
color: var(--univer-gray-900);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.univer-text-primary-600 {
|
|
271
|
+
color: var(--univer-primary-600);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.univer-text-red-600 {
|
|
275
|
+
color: var(--univer-red-600);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.hover\:univer-bg-gray-100:hover {
|
|
279
|
+
background-color: var(--univer-gray-100);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
|
|
283
|
+
border-color: var(--univer-gray-700) !important;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
287
|
+
background-color: var(--univer-gray-900) !important;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
|
|
291
|
+
color: var(--univer-gray-400) !important;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
295
|
+
color: var(--univer-white) !important;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
299
|
+
background-color: var(--univer-gray-700) !important;
|
|
300
|
+
}
|