@delon/chart 12.4.0 → 13.0.0-beta.2
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/bar/bar.component.d.ts +4 -1
- package/bar/bar.d.ts +1 -0
- package/bar/bar.module.d.ts +8 -0
- package/bar/package.json +5 -6
- package/card/card.component.d.ts +7 -4
- package/card/card.d.ts +1 -0
- package/card/card.module.d.ts +9 -0
- package/card/package.json +5 -6
- package/card/style/index.less +11 -0
- package/chart-echarts/delon-chart-chart-echarts.d.ts +1 -0
- package/chart-echarts/echarts.component.d.ts +3 -0
- package/chart-echarts/echarts.module.d.ts +7 -0
- package/chart-echarts/echarts.service.d.ts +3 -0
- package/chart-echarts/package.json +5 -6
- package/chart.d.ts +1 -0
- package/core/delon-chart-core.d.ts +1 -0
- package/core/g2.base.component.d.ts +4 -1
- package/core/g2.servicce.d.ts +3 -0
- package/core/package.json +5 -6
- package/custom/custom.component.d.ts +4 -1
- package/custom/custom.module.d.ts +7 -0
- package/custom/delon-chart-custom.d.ts +5 -0
- package/custom/package.json +6 -7
- package/esm2020/bar/bar.component.mjs +143 -0
- package/{esm2015/bar/bar.js → esm2020/bar/bar.mjs} +0 -0
- package/esm2020/bar/bar.module.mjs +21 -0
- package/{esm2015/bar/public_api.js → esm2020/bar/public_api.mjs} +0 -0
- package/esm2020/card/card.component.mjs +55 -0
- package/{esm2015/card/card.js → esm2020/card/card.mjs} +0 -0
- package/esm2020/card/card.module.mjs +22 -0
- package/{esm2015/card/public_api.js → esm2020/card/public_api.mjs} +0 -0
- package/{esm2015/chart-echarts/delon-chart-chart-echarts.js → esm2020/chart-echarts/delon-chart-chart-echarts.mjs} +0 -0
- package/esm2020/chart-echarts/echarts.component.mjs +162 -0
- package/esm2020/chart-echarts/echarts.module.mjs +20 -0
- package/esm2020/chart-echarts/echarts.service.mjs +60 -0
- package/{esm2015/chart-echarts/echarts.types.js → esm2020/chart-echarts/echarts.types.mjs} +0 -0
- package/{esm2015/chart-echarts/public_api.js → esm2020/chart-echarts/public_api.mjs} +0 -0
- package/{esm2015/chart.js → esm2020/chart.mjs} +0 -0
- package/{esm2015/core/delon-chart-core.js → esm2020/core/delon-chart-core.mjs} +0 -0
- package/esm2020/core/g2.base.component.mjs +109 -0
- package/esm2020/core/g2.servicce.mjs +54 -0
- package/{esm2015/core/public_api.js → esm2020/core/public_api.mjs} +0 -0
- package/{esm2015/core/types/interaction.js → esm2020/core/types/interaction.mjs} +0 -0
- package/{esm2015/core/types/time.js → esm2020/core/types/time.mjs} +0 -0
- package/esm2020/core/utils.mjs +21 -0
- package/esm2020/custom/custom.component.mjs +70 -0
- package/esm2020/custom/custom.module.mjs +20 -0
- package/esm2020/custom/delon-chart-custom.mjs +5 -0
- package/{esm2015/custom/public_api.js → esm2020/custom/public_api.mjs} +0 -0
- package/{esm2015/mini-progress/mini-progress.js → esm2020/gauge/delon-chart-gauge.mjs} +1 -1
- package/esm2020/gauge/gauge.component.mjs +169 -0
- package/esm2020/gauge/gauge.module.mjs +20 -0
- package/{esm2015/gauge/public_api.js → esm2020/gauge/public_api.mjs} +0 -0
- package/esm2020/mini-area/delon-chart-mini-area.mjs +5 -0
- package/esm2020/mini-area/mini-area.component.mjs +133 -0
- package/esm2020/mini-area/mini-area.module.mjs +19 -0
- package/{esm2015/mini-area/public_api.js → esm2020/mini-area/public_api.mjs} +0 -0
- package/esm2020/mini-bar/delon-chart-mini-bar.mjs +5 -0
- package/esm2020/mini-bar/mini-bar.component.mjs +100 -0
- package/esm2020/mini-bar/mini-bar.module.mjs +19 -0
- package/{esm2015/mini-bar/public_api.js → esm2020/mini-bar/public_api.mjs} +0 -0
- package/{esm2015/gauge/gauge.js → esm2020/mini-progress/delon-chart-mini-progress.mjs} +1 -1
- package/esm2020/mini-progress/mini-progress.component.mjs +46 -0
- package/esm2020/mini-progress/mini-progress.module.mjs +21 -0
- package/{esm2015/mini-progress/public_api.js → esm2020/mini-progress/public_api.mjs} +0 -0
- package/{esm2015/pie/pie.js → esm2020/number-info/delon-chart-number-info.mjs} +1 -1
- package/esm2020/number-info/number-info.component.mjs +45 -0
- package/esm2020/number-info/number-info.module.mjs +21 -0
- package/{esm2015/number-info/public_api.js → esm2020/number-info/public_api.mjs} +0 -0
- package/{esm2015/number-info/number-info.js → esm2020/pie/delon-chart-pie.mjs} +1 -1
- package/esm2020/pie/pie.component.mjs +215 -0
- package/esm2020/pie/pie.module.mjs +22 -0
- package/{esm2015/pie/public_api.js → esm2020/pie/public_api.mjs} +0 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/esm2020/radar/delon-chart-radar.mjs +5 -0
- package/{esm2015/radar/public_api.js → esm2020/radar/public_api.mjs} +0 -0
- package/esm2020/radar/radar.component.mjs +148 -0
- package/esm2020/radar/radar.module.mjs +22 -0
- package/esm2020/single-bar/delon-chart-single-bar.mjs +5 -0
- package/{esm2015/single-bar/public_api.js → esm2020/single-bar/public_api.mjs} +0 -0
- package/esm2020/single-bar/single-bar.component.mjs +126 -0
- package/esm2020/single-bar/single-bar.module.mjs +19 -0
- package/esm2020/tag-cloud/delon-chart-tag-cloud.mjs +5 -0
- package/{esm2015/tag-cloud/public_api.js → esm2020/tag-cloud/public_api.mjs} +0 -0
- package/esm2020/tag-cloud/tag-cloud.component.mjs +161 -0
- package/esm2020/tag-cloud/tag-cloud.module.mjs +20 -0
- package/esm2020/timeline/delon-chart-timeline.mjs +5 -0
- package/{esm2015/timeline/public_api.js → esm2020/timeline/public_api.mjs} +0 -0
- package/esm2020/timeline/timeline.component.mjs +204 -0
- package/esm2020/timeline/timeline.module.mjs +21 -0
- package/esm2020/trend/delon-chart-trend.mjs +5 -0
- package/{esm2015/trend/public_api.js → esm2020/trend/public_api.mjs} +0 -0
- package/esm2020/trend/trend.component.mjs +52 -0
- package/esm2020/trend/trend.module.mjs +20 -0
- package/esm2020/water-wave/delon-chart-water-wave.mjs +5 -0
- package/{esm2015/water-wave/public_api.js → esm2020/water-wave/public_api.mjs} +0 -0
- package/esm2020/water-wave/water-wave.component.mjs +221 -0
- package/esm2020/water-wave/water-wave.module.mjs +20 -0
- package/fesm2015/{bar.js → bar.mjs} +57 -34
- package/fesm2015/bar.mjs.map +1 -0
- package/fesm2015/card.mjs +81 -0
- package/fesm2015/card.mjs.map +1 -0
- package/fesm2015/{chart.js → chart.mjs} +1 -1
- package/fesm2015/chart.mjs.map +1 -0
- package/fesm2015/{delon-chart-chart-echarts.js → delon-chart-chart-echarts.mjs} +62 -53
- package/fesm2015/delon-chart-chart-echarts.mjs.map +1 -0
- package/fesm2015/{delon-chart-core.js → delon-chart-core.mjs} +23 -29
- package/fesm2015/delon-chart-core.mjs.map +1 -0
- package/fesm2015/delon-chart-custom.mjs +94 -0
- package/fesm2015/delon-chart-custom.mjs.map +1 -0
- package/fesm2015/{gauge.js → delon-chart-gauge.mjs} +46 -31
- package/fesm2015/delon-chart-gauge.mjs.map +1 -0
- package/fesm2015/delon-chart-mini-area.mjs +156 -0
- package/fesm2015/delon-chart-mini-area.mjs.map +1 -0
- package/fesm2015/delon-chart-mini-bar.mjs +123 -0
- package/fesm2015/delon-chart-mini-bar.mjs.map +1 -0
- package/fesm2015/delon-chart-mini-progress.mjs +71 -0
- package/fesm2015/delon-chart-mini-progress.mjs.map +1 -0
- package/fesm2015/delon-chart-number-info.mjs +70 -0
- package/fesm2015/delon-chart-number-info.mjs.map +1 -0
- package/fesm2015/delon-chart-pie.mjs +241 -0
- package/fesm2015/delon-chart-pie.mjs.map +1 -0
- package/fesm2015/{radar.js → delon-chart-radar.mjs} +43 -33
- package/fesm2015/delon-chart-radar.mjs.map +1 -0
- package/fesm2015/delon-chart-single-bar.mjs +147 -0
- package/fesm2015/delon-chart-single-bar.mjs.map +1 -0
- package/fesm2015/{tag-cloud.js → delon-chart-tag-cloud.mjs} +39 -26
- package/fesm2015/delon-chart-tag-cloud.mjs.map +1 -0
- package/fesm2015/{timeline.js → delon-chart-timeline.mjs} +64 -36
- package/fesm2015/delon-chart-timeline.mjs.map +1 -0
- package/fesm2015/delon-chart-trend.mjs +76 -0
- package/fesm2015/delon-chart-trend.mjs.map +1 -0
- package/fesm2015/{water-wave.js → delon-chart-water-wave.mjs} +38 -37
- package/fesm2015/delon-chart-water-wave.mjs.map +1 -0
- package/fesm2020/bar.mjs +168 -0
- package/fesm2020/bar.mjs.map +1 -0
- package/fesm2020/card.mjs +81 -0
- package/fesm2020/card.mjs.map +1 -0
- package/fesm2020/chart.mjs +7 -0
- package/fesm2020/chart.mjs.map +1 -0
- package/fesm2020/delon-chart-chart-echarts.mjs +242 -0
- package/fesm2020/delon-chart-chart-echarts.mjs.map +1 -0
- package/fesm2020/delon-chart-core.mjs +187 -0
- package/fesm2020/delon-chart-core.mjs.map +1 -0
- package/fesm2020/delon-chart-custom.mjs +94 -0
- package/fesm2020/delon-chart-custom.mjs.map +1 -0
- package/fesm2020/delon-chart-gauge.mjs +193 -0
- package/fesm2020/delon-chart-gauge.mjs.map +1 -0
- package/fesm2020/delon-chart-mini-area.mjs +156 -0
- package/fesm2020/delon-chart-mini-area.mjs.map +1 -0
- package/fesm2020/delon-chart-mini-bar.mjs +123 -0
- package/fesm2020/delon-chart-mini-bar.mjs.map +1 -0
- package/fesm2020/delon-chart-mini-progress.mjs +71 -0
- package/fesm2020/delon-chart-mini-progress.mjs.map +1 -0
- package/fesm2020/delon-chart-number-info.mjs +70 -0
- package/fesm2020/delon-chart-number-info.mjs.map +1 -0
- package/fesm2020/delon-chart-pie.mjs +241 -0
- package/fesm2020/delon-chart-pie.mjs.map +1 -0
- package/fesm2020/delon-chart-radar.mjs +174 -0
- package/fesm2020/delon-chart-radar.mjs.map +1 -0
- package/fesm2020/delon-chart-single-bar.mjs +149 -0
- package/fesm2020/delon-chart-single-bar.mjs.map +1 -0
- package/fesm2020/delon-chart-tag-cloud.mjs +185 -0
- package/fesm2020/delon-chart-tag-cloud.mjs.map +1 -0
- package/fesm2020/delon-chart-timeline.mjs +229 -0
- package/fesm2020/delon-chart-timeline.mjs.map +1 -0
- package/fesm2020/delon-chart-trend.mjs +76 -0
- package/fesm2020/delon-chart-trend.mjs.map +1 -0
- package/fesm2020/delon-chart-water-wave.mjs +245 -0
- package/fesm2020/delon-chart-water-wave.mjs.map +1 -0
- package/{mini-bar/mini-bar.d.ts → gauge/delon-chart-gauge.d.ts} +1 -0
- package/gauge/gauge.component.d.ts +8 -5
- package/gauge/gauge.module.d.ts +7 -0
- package/gauge/package.json +6 -7
- package/mini-area/delon-chart-mini-area.d.ts +5 -0
- package/mini-area/mini-area.component.d.ts +3 -0
- package/mini-area/mini-area.module.d.ts +6 -0
- package/mini-area/package.json +6 -7
- package/mini-bar/delon-chart-mini-bar.d.ts +5 -0
- package/mini-bar/mini-bar.component.d.ts +3 -0
- package/mini-bar/mini-bar.module.d.ts +6 -0
- package/mini-bar/package.json +6 -7
- package/mini-progress/delon-chart-mini-progress.d.ts +5 -0
- package/mini-progress/mini-progress.component.d.ts +6 -3
- package/mini-progress/mini-progress.module.d.ts +8 -0
- package/mini-progress/package.json +6 -7
- package/mini-progress/style/index.less +5 -0
- package/number-info/delon-chart-number-info.d.ts +5 -0
- package/number-info/number-info.component.d.ts +9 -6
- package/number-info/number-info.module.d.ts +8 -0
- package/number-info/package.json +6 -7
- package/number-info/style/index.less +12 -0
- package/package.json +160 -12
- package/{custom/g2Custom.d.ts → pie/delon-chart-pie.d.ts} +1 -0
- package/pie/package.json +6 -7
- package/pie/pie.component.d.ts +8 -5
- package/pie/pie.module.d.ts +9 -0
- package/pie/style/index.less +14 -0
- package/{gauge/gauge.d.ts → radar/delon-chart-radar.d.ts} +1 -0
- package/radar/package.json +6 -7
- package/radar/radar.component.d.ts +4 -1
- package/radar/radar.module.d.ts +9 -0
- package/radar/style/index.less +6 -0
- package/single-bar/delon-chart-single-bar.d.ts +5 -0
- package/single-bar/package.json +6 -7
- package/single-bar/single-bar.component.d.ts +4 -1
- package/single-bar/single-bar.module.d.ts +6 -0
- package/tag-cloud/delon-chart-tag-cloud.d.ts +5 -0
- package/tag-cloud/package.json +6 -7
- package/tag-cloud/tag-cloud.component.d.ts +3 -0
- package/tag-cloud/tag-cloud.module.d.ts +7 -0
- package/timeline/delon-chart-timeline.d.ts +5 -0
- package/timeline/package.json +6 -7
- package/timeline/timeline.component.d.ts +5 -2
- package/timeline/timeline.module.d.ts +8 -0
- package/{mini-area/mini-area.d.ts → trend/delon-chart-trend.d.ts} +1 -0
- package/trend/package.json +6 -7
- package/trend/style/index.less +6 -0
- package/trend/trend.component.d.ts +4 -1
- package/trend/trend.module.d.ts +7 -0
- package/water-wave/delon-chart-water-wave.d.ts +5 -0
- package/water-wave/package.json +6 -7
- package/water-wave/style/index.less +4 -0
- package/water-wave/water-wave.component.d.ts +5 -2
- package/water-wave/water-wave.module.d.ts +7 -0
- package/bar/bar.metadata.json +0 -1
- package/bundles/bar.umd.js +0 -471
- package/bundles/bar.umd.js.map +0 -1
- package/bundles/card.umd.js +0 -408
- package/bundles/card.umd.js.map +0 -1
- package/bundles/chart.umd.js +0 -19
- package/bundles/chart.umd.js.map +0 -1
- package/bundles/delon-chart-chart-echarts.umd.js +0 -617
- package/bundles/delon-chart-chart-echarts.umd.js.map +0 -1
- package/bundles/delon-chart-core.umd.js +0 -550
- package/bundles/delon-chart-core.umd.js.map +0 -1
- package/bundles/g2Custom.umd.js +0 -407
- package/bundles/g2Custom.umd.js.map +0 -1
- package/bundles/gauge.umd.js +0 -511
- package/bundles/gauge.umd.js.map +0 -1
- package/bundles/mini-area.umd.js +0 -471
- package/bundles/mini-area.umd.js.map +0 -1
- package/bundles/mini-bar.umd.js +0 -444
- package/bundles/mini-bar.umd.js.map +0 -1
- package/bundles/mini-progress.umd.js +0 -401
- package/bundles/mini-progress.umd.js.map +0 -1
- package/bundles/number-info.umd.js +0 -392
- package/bundles/number-info.umd.js.map +0 -1
- package/bundles/pie.umd.js +0 -567
- package/bundles/pie.umd.js.map +0 -1
- package/bundles/radar.umd.js +0 -497
- package/bundles/radar.umd.js.map +0 -1
- package/bundles/single-bar.umd.js +0 -464
- package/bundles/single-bar.umd.js.map +0 -1
- package/bundles/tag-cloud.umd.js +0 -495
- package/bundles/tag-cloud.umd.js.map +0 -1
- package/bundles/timeline.umd.js +0 -524
- package/bundles/timeline.umd.js.map +0 -1
- package/bundles/trend.umd.js +0 -391
- package/bundles/trend.umd.js.map +0 -1
- package/bundles/water-wave.umd.js +0 -587
- package/bundles/water-wave.umd.js.map +0 -1
- package/card/card.metadata.json +0 -1
- package/chart-echarts/delon-chart-chart-echarts.metadata.json +0 -1
- package/chart.metadata.json +0 -1
- package/core/delon-chart-core.metadata.json +0 -1
- package/custom/g2Custom.metadata.json +0 -1
- package/esm2015/bar/bar.component.js +0 -124
- package/esm2015/bar/bar.module.js +0 -16
- package/esm2015/card/card.component.js +0 -52
- package/esm2015/card/card.module.js +0 -17
- package/esm2015/chart-echarts/echarts.component.js +0 -152
- package/esm2015/chart-echarts/echarts.module.js +0 -15
- package/esm2015/chart-echarts/echarts.service.js +0 -64
- package/esm2015/core/g2.base.component.js +0 -110
- package/esm2015/core/g2.servicce.js +0 -58
- package/esm2015/core/utils.js +0 -15
- package/esm2015/custom/custom.component.js +0 -58
- package/esm2015/custom/custom.module.js +0 -15
- package/esm2015/custom/g2Custom.js +0 -5
- package/esm2015/gauge/gauge.component.js +0 -158
- package/esm2015/gauge/gauge.module.js +0 -15
- package/esm2015/mini-area/mini-area.component.js +0 -117
- package/esm2015/mini-area/mini-area.js +0 -5
- package/esm2015/mini-area/mini-area.module.js +0 -14
- package/esm2015/mini-bar/mini-bar.component.js +0 -90
- package/esm2015/mini-bar/mini-bar.js +0 -5
- package/esm2015/mini-bar/mini-bar.module.js +0 -14
- package/esm2015/mini-progress/mini-progress.component.js +0 -50
- package/esm2015/mini-progress/mini-progress.module.js +0 -16
- package/esm2015/number-info/number-info.component.js +0 -40
- package/esm2015/number-info/number-info.module.js +0 -16
- package/esm2015/pie/pie.component.js +0 -197
- package/esm2015/pie/pie.module.js +0 -17
- package/esm2015/radar/radar.component.js +0 -142
- package/esm2015/radar/radar.js +0 -5
- package/esm2015/radar/radar.module.js +0 -17
- package/esm2015/single-bar/single-bar.component.js +0 -111
- package/esm2015/single-bar/single-bar.js +0 -5
- package/esm2015/single-bar/single-bar.module.js +0 -14
- package/esm2015/tag-cloud/tag-cloud.component.js +0 -142
- package/esm2015/tag-cloud/tag-cloud.js +0 -5
- package/esm2015/tag-cloud/tag-cloud.module.js +0 -15
- package/esm2015/timeline/timeline.component.js +0 -178
- package/esm2015/timeline/timeline.js +0 -5
- package/esm2015/timeline/timeline.module.js +0 -16
- package/esm2015/trend/trend.component.js +0 -42
- package/esm2015/trend/trend.js +0 -5
- package/esm2015/trend/trend.module.js +0 -15
- package/esm2015/water-wave/water-wave.component.js +0 -224
- package/esm2015/water-wave/water-wave.js +0 -5
- package/esm2015/water-wave/water-wave.module.js +0 -15
- package/fesm2015/bar.js.map +0 -1
- package/fesm2015/card.js +0 -74
- package/fesm2015/card.js.map +0 -1
- package/fesm2015/chart.js.map +0 -1
- package/fesm2015/delon-chart-chart-echarts.js.map +0 -1
- package/fesm2015/delon-chart-core.js.map +0 -1
- package/fesm2015/g2Custom.js +0 -78
- package/fesm2015/g2Custom.js.map +0 -1
- package/fesm2015/gauge.js.map +0 -1
- package/fesm2015/mini-area.js +0 -136
- package/fesm2015/mini-area.js.map +0 -1
- package/fesm2015/mini-bar.js +0 -109
- package/fesm2015/mini-bar.js.map +0 -1
- package/fesm2015/mini-progress.js +0 -70
- package/fesm2015/mini-progress.js.map +0 -1
- package/fesm2015/number-info.js +0 -61
- package/fesm2015/number-info.js.map +0 -1
- package/fesm2015/pie.js +0 -219
- package/fesm2015/pie.js.map +0 -1
- package/fesm2015/radar.js.map +0 -1
- package/fesm2015/single-bar.js +0 -130
- package/fesm2015/single-bar.js.map +0 -1
- package/fesm2015/tag-cloud.js.map +0 -1
- package/fesm2015/timeline.js.map +0 -1
- package/fesm2015/trend.js +0 -62
- package/fesm2015/trend.js.map +0 -1
- package/fesm2015/water-wave.js.map +0 -1
- package/gauge/gauge.metadata.json +0 -1
- package/mini-area/mini-area.metadata.json +0 -1
- package/mini-bar/mini-bar.metadata.json +0 -1
- package/mini-progress/mini-progress.d.ts +0 -4
- package/mini-progress/mini-progress.metadata.json +0 -1
- package/number-info/number-info.d.ts +0 -4
- package/number-info/number-info.metadata.json +0 -1
- package/pie/pie.d.ts +0 -4
- package/pie/pie.metadata.json +0 -1
- package/radar/radar.d.ts +0 -4
- package/radar/radar.metadata.json +0 -1
- package/single-bar/single-bar.d.ts +0 -4
- package/single-bar/single-bar.metadata.json +0 -1
- package/tag-cloud/tag-cloud.d.ts +0 -4
- package/tag-cloud/tag-cloud.metadata.json +0 -1
- package/timeline/timeline.d.ts +0 -4
- package/timeline/timeline.metadata.json +0 -1
- package/trend/trend.d.ts +0 -4
- package/trend/trend.metadata.json +0 -1
- package/water-wave/water-wave.d.ts +0 -4
- package/water-wave/water-wave.metadata.json +0 -1
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./single-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class G2SingleBarModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2SingleBarModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2SingleBarModule, [typeof i1.G2SingleBarComponent], [typeof i2.CommonModule], [typeof i1.G2SingleBarComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2SingleBarModule>;
|
|
2
8
|
}
|
package/tag-cloud/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"fesm2015": "../fesm2015/tag-cloud.
|
|
7
|
-
"typings": "tag-cloud.d.ts",
|
|
8
|
-
"metadata": "tag-cloud.metadata.json",
|
|
2
|
+
"module": "../fesm2015/delon-chart-tag-cloud.mjs",
|
|
3
|
+
"es2020": "../fesm2020/delon-chart-tag-cloud.mjs",
|
|
4
|
+
"esm2020": "../esm2020/tag-cloud/delon-chart-tag-cloud.mjs",
|
|
5
|
+
"fesm2020": "../fesm2020/delon-chart-tag-cloud.mjs",
|
|
6
|
+
"fesm2015": "../fesm2015/delon-chart-tag-cloud.mjs",
|
|
7
|
+
"typings": "delon-chart-tag-cloud.d.ts",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"name": "@delon/chart/tag-cloud"
|
|
11
10
|
}
|
|
@@ -3,6 +3,7 @@ import type { Event } from '@antv/g2';
|
|
|
3
3
|
import { G2BaseComponent } from '@delon/chart/core';
|
|
4
4
|
import { NumberInput } from '@delon/util/decorator';
|
|
5
5
|
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export interface G2TagCloudData {
|
|
7
8
|
value?: number;
|
|
8
9
|
name?: string;
|
|
@@ -25,4 +26,6 @@ export declare class G2TagCloudComponent extends G2BaseComponent {
|
|
|
25
26
|
changeData(): void;
|
|
26
27
|
private installResizeEvent;
|
|
27
28
|
onInit(): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TagCloudComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2TagCloudComponent, "g2-tag-cloud", ["g2TagCloud"], { "width": "width"; "height": "height"; "padding": "padding"; "data": "data"; }, { "clickItem": "clickItem"; }, never, never>;
|
|
28
31
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tag-cloud.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-zorro-antd/skeleton";
|
|
1
5
|
export declare class G2TagCloudModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TagCloudModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2TagCloudModule, [typeof i1.G2TagCloudComponent], [typeof i2.CommonModule, typeof i3.NzSkeletonModule], [typeof i1.G2TagCloudComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2TagCloudModule>;
|
|
2
9
|
}
|
package/timeline/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"fesm2015": "../fesm2015/timeline.
|
|
7
|
-
"typings": "timeline.d.ts",
|
|
8
|
-
"metadata": "timeline.metadata.json",
|
|
2
|
+
"module": "../fesm2015/delon-chart-timeline.mjs",
|
|
3
|
+
"es2020": "../fesm2020/delon-chart-timeline.mjs",
|
|
4
|
+
"esm2020": "../esm2020/timeline/delon-chart-timeline.mjs",
|
|
5
|
+
"fesm2020": "../fesm2020/delon-chart-timeline.mjs",
|
|
6
|
+
"fesm2015": "../fesm2015/delon-chart-timeline.mjs",
|
|
7
|
+
"typings": "delon-chart-timeline.d.ts",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"name": "@delon/chart/timeline"
|
|
11
10
|
}
|
|
@@ -3,6 +3,7 @@ import type { Event } from '@antv/g2';
|
|
|
3
3
|
import { G2BaseComponent, G2Time } from '@delon/chart/core';
|
|
4
4
|
import { BooleanInput, NumberInput } from '@delon/util/decorator';
|
|
5
5
|
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export interface G2TimelineData {
|
|
7
8
|
/**
|
|
8
9
|
* 时间值
|
|
@@ -42,10 +43,10 @@ export declare class G2TimelineComponent extends G2BaseComponent {
|
|
|
42
43
|
static ngAcceptInputType_maxAxis: NumberInput;
|
|
43
44
|
static ngAcceptInputType_borderWidth: NumberInput;
|
|
44
45
|
static ngAcceptInputType_slider: BooleanInput;
|
|
45
|
-
title
|
|
46
|
+
title?: string | TemplateRef<void> | null;
|
|
46
47
|
maxAxis: number;
|
|
47
48
|
data: G2TimelineData[];
|
|
48
|
-
titleMap
|
|
49
|
+
titleMap?: G2TimelineMap | null;
|
|
49
50
|
colorMap: G2TimelineMap;
|
|
50
51
|
mask: string;
|
|
51
52
|
maskSlider: string;
|
|
@@ -58,4 +59,6 @@ export declare class G2TimelineComponent extends G2BaseComponent {
|
|
|
58
59
|
onlyChangeData: (changes: SimpleChanges) => boolean;
|
|
59
60
|
install(): void;
|
|
60
61
|
changeData(): void;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TimelineComponent, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2TimelineComponent, "g2-timeline", ["g2Timeline"], { "title": "title"; "maxAxis": "maxAxis"; "data": "data"; "titleMap": "titleMap"; "colorMap": "colorMap"; "mask": "mask"; "maskSlider": "maskSlider"; "position": "position"; "height": "height"; "padding": "padding"; "borderWidth": "borderWidth"; "slider": "slider"; }, { "clickItem": "clickItem"; }, never, never>;
|
|
61
64
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./timeline.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-zorro-antd/core/outlet";
|
|
5
|
+
import * as i4 from "ng-zorro-antd/skeleton";
|
|
1
6
|
export declare class G2TimelineModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TimelineModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2TimelineModule, [typeof i1.G2TimelineComponent], [typeof i2.CommonModule, typeof i3.NzOutletModule, typeof i4.NzSkeletonModule], [typeof i1.G2TimelineComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2TimelineModule>;
|
|
2
10
|
}
|
package/trend/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"fesm2015": "../fesm2015/trend.
|
|
7
|
-
"typings": "trend.d.ts",
|
|
8
|
-
"metadata": "trend.metadata.json",
|
|
2
|
+
"module": "../fesm2015/delon-chart-trend.mjs",
|
|
3
|
+
"es2020": "../fesm2020/delon-chart-trend.mjs",
|
|
4
|
+
"esm2020": "../esm2020/trend/delon-chart-trend.mjs",
|
|
5
|
+
"fesm2020": "../fesm2020/delon-chart-trend.mjs",
|
|
6
|
+
"fesm2015": "../fesm2015/delon-chart-trend.mjs",
|
|
7
|
+
"typings": "delon-chart-trend.d.ts",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"name": "@delon/chart/trend"
|
|
11
10
|
}
|
package/trend/style/index.less
CHANGED
|
@@ -5,29 +5,35 @@
|
|
|
5
5
|
display: inline-block;
|
|
6
6
|
font-size: @font-size-base;
|
|
7
7
|
line-height: 22px;
|
|
8
|
+
|
|
8
9
|
&__up,
|
|
9
10
|
&__down {
|
|
10
11
|
position: relative;
|
|
11
12
|
top: 1px;
|
|
12
13
|
margin-left: 4px;
|
|
14
|
+
|
|
13
15
|
i {
|
|
14
16
|
font-size: 12px;
|
|
15
17
|
transform: scale(0.83);
|
|
16
18
|
}
|
|
17
19
|
}
|
|
20
|
+
|
|
18
21
|
&__up {
|
|
19
22
|
color: @red-6;
|
|
20
23
|
}
|
|
24
|
+
|
|
21
25
|
&__down {
|
|
22
26
|
top: -1px;
|
|
23
27
|
color: @green-6;
|
|
24
28
|
}
|
|
29
|
+
|
|
25
30
|
&__grey {
|
|
26
31
|
@{trend-prefix}__up,
|
|
27
32
|
@{trend-prefix}__down {
|
|
28
33
|
color: @text-color;
|
|
29
34
|
}
|
|
30
35
|
}
|
|
36
|
+
|
|
31
37
|
&__reverse {
|
|
32
38
|
@{trend-prefix}__up {
|
|
33
39
|
color: @green-6;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { BooleanInput } from '@delon/util/decorator';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TrendComponent {
|
|
3
4
|
static ngAcceptInputType_colorful: BooleanInput;
|
|
4
5
|
static ngAcceptInputType_reverseColor: BooleanInput;
|
|
5
6
|
/** 上升下降标识 */
|
|
6
|
-
flag
|
|
7
|
+
flag?: 'up' | 'down';
|
|
7
8
|
/** 是否彩色标记 */
|
|
8
9
|
colorful: boolean;
|
|
9
10
|
/** 颜色反转 */
|
|
10
11
|
reverseColor: boolean;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TrendComponent, "trend", ["trend"], { "flag": "flag"; "colorful": "colorful"; "reverseColor": "reverseColor"; }, {}, never, ["*"]>;
|
|
11
14
|
}
|
package/trend/trend.module.d.ts
CHANGED
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./trend.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-zorro-antd/icon";
|
|
1
5
|
export declare class TrendModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TrendModule, [typeof i1.TrendComponent], [typeof i2.CommonModule, typeof i3.NzIconModule], [typeof i1.TrendComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TrendModule>;
|
|
2
9
|
}
|
package/water-wave/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"fesm2015": "../fesm2015/water-wave.
|
|
7
|
-
"typings": "water-wave.d.ts",
|
|
8
|
-
"metadata": "water-wave.metadata.json",
|
|
2
|
+
"module": "../fesm2015/delon-chart-water-wave.mjs",
|
|
3
|
+
"es2020": "../fesm2020/delon-chart-water-wave.mjs",
|
|
4
|
+
"esm2020": "../esm2020/water-wave/delon-chart-water-wave.mjs",
|
|
5
|
+
"fesm2020": "../fesm2020/delon-chart-water-wave.mjs",
|
|
6
|
+
"fesm2015": "../fesm2015/delon-chart-water-wave.mjs",
|
|
7
|
+
"typings": "delon-chart-water-wave.d.ts",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"name": "@delon/chart/water-wave"
|
|
11
10
|
}
|
|
@@ -5,23 +5,27 @@
|
|
|
5
5
|
position: relative;
|
|
6
6
|
display: inline-block;
|
|
7
7
|
transform-origin: left;
|
|
8
|
+
|
|
8
9
|
&__desc {
|
|
9
10
|
position: absolute;
|
|
10
11
|
top: 32px;
|
|
11
12
|
left: 0;
|
|
12
13
|
width: 100%;
|
|
13
14
|
text-align: center;
|
|
15
|
+
|
|
14
16
|
&-title {
|
|
15
17
|
color: @text-color-secondary;
|
|
16
18
|
font-size: 14px;
|
|
17
19
|
line-height: 22px;
|
|
18
20
|
}
|
|
21
|
+
|
|
19
22
|
&-percent {
|
|
20
23
|
color: @heading-color;
|
|
21
24
|
font-size: 24px;
|
|
22
25
|
line-height: 32px;
|
|
23
26
|
}
|
|
24
27
|
}
|
|
28
|
+
|
|
25
29
|
&__canvas {
|
|
26
30
|
transform: scale(0.5);
|
|
27
31
|
transform-origin: 0 0;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Platform } from '@angular/cdk/platform';
|
|
2
2
|
import { ChangeDetectorRef, ElementRef, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, TemplateRef } from '@angular/core';
|
|
3
3
|
import { BooleanInput, NumberInput } from '@delon/util/decorator';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class G2WaterWaveComponent implements OnDestroy, OnChanges, OnInit {
|
|
5
6
|
private el;
|
|
6
7
|
private renderer;
|
|
@@ -16,10 +17,10 @@ export declare class G2WaterWaveComponent implements OnDestroy, OnChanges, OnIni
|
|
|
16
17
|
private timer;
|
|
17
18
|
animate: boolean;
|
|
18
19
|
delay: number;
|
|
19
|
-
title
|
|
20
|
+
title?: string | TemplateRef<void> | null;
|
|
20
21
|
color: string;
|
|
21
22
|
height: number;
|
|
22
|
-
percent
|
|
23
|
+
percent?: number;
|
|
23
24
|
constructor(el: ElementRef, renderer: Renderer2, ngZone: NgZone, cdr: ChangeDetectorRef, platform: Platform);
|
|
24
25
|
private renderChart;
|
|
25
26
|
private updateRadio;
|
|
@@ -28,4 +29,6 @@ export declare class G2WaterWaveComponent implements OnDestroy, OnChanges, OnIni
|
|
|
28
29
|
ngOnInit(): void;
|
|
29
30
|
ngOnChanges(): void;
|
|
30
31
|
ngOnDestroy(): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2WaterWaveComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2WaterWaveComponent, "g2-water-wave", ["g2WaterWave"], { "animate": "animate"; "delay": "delay"; "title": "title"; "color": "color"; "height": "height"; "percent": "percent"; }, {}, never, never>;
|
|
31
34
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./water-wave.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-zorro-antd/core/outlet";
|
|
1
5
|
export declare class G2WaterWaveModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2WaterWaveModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2WaterWaveModule, [typeof i1.G2WaterWaveComponent], [typeof i2.CommonModule, typeof i3.NzOutletModule], [typeof i1.G2WaterWaveComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2WaterWaveModule>;
|
|
2
9
|
}
|
package/bar/bar.metadata.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"__symbolic":"module","version":4,"metadata":{"G2BarData":{"__symbolic":"interface"},"G2BarClickItem":{"__symbolic":"interface"},"G2BarComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@delon/chart/core","name":"G2BaseComponent","line":49,"character":36},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":32,"character":1},"arguments":[{"selector":"g2-bar","exportAs":"g2Bar","template":"\n <ng-container *nzStringTemplateOutlet=\"title\">\n <h4 style=\"margin-bottom: 20px;\">{{ title }}</h4>\n </ng-container>\n <nz-skeleton *ngIf=\"!loaded\"></nz-skeleton>\n <div #container></div>\n ","host":{"[style.height.px]":"height","$quoted$":["[style.height.px]"]},"preserveWhitespaces":false,"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":46,"character":19},"member":"OnPush"},"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":47,"character":17},"member":"None"}}]}],"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":56,"character":3}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@delon/util/decorator","name":"InputNumber","line":57,"character":12}}]}],"padding":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":58,"character":3}}]}],"data":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":59,"character":3}}]}],"autoLabel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@delon/util/decorator","name":"InputBoolean","line":60,"character":12}}]}],"interaction":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":61,"character":3}}]}],"clickItem":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":62,"character":3}}]}],"getHeight":[{"__symbolic":"method"}],"install":[{"__symbolic":"method"}],"changeData":[{"__symbolic":"method"}],"updatelabel":[{"__symbolic":"method"}],"installResizeEvent":[{"__symbolic":"method"}]}},"G2BarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":11,"character":12},{"__symbolic":"reference","module":"ng-zorro-antd/core/outlet","name":"NzOutletModule","line":11,"character":26},{"__symbolic":"reference","module":"ng-zorro-antd/skeleton","name":"NzSkeletonModule","line":11,"character":42}],"declarations":[{"__symbolic":"reference","name":"G2BarComponent"}],"exports":[{"__symbolic":"reference","name":"G2BarComponent"}]}]}],"members":{}}},"origins":{"G2BarData":"./bar.component","G2BarClickItem":"./bar.component","G2BarComponent":"./bar.component","G2BarModule":"./bar.module"},"importAs":"@delon/chart/bar"}
|