@syncfusion/ej2-angular-treemap 32.2.3 → 33.1.44-ngcc
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/@syncfusion/ej2-angular-treemap.es5.js +387 -0
- package/@syncfusion/ej2-angular-treemap.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-treemap.js +355 -0
- package/@syncfusion/ej2-angular-treemap.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-treemap.umd.js +520 -0
- package/dist/ej2-angular-treemap.umd.js.map +1 -0
- package/dist/ej2-angular-treemap.umd.min.js +11 -0
- package/dist/ej2-angular-treemap.umd.min.js.map +1 -0
- package/ej2-angular-treemap.d.ts +5 -0
- package/ej2-angular-treemap.metadata.json +1 -0
- package/package.json +10 -23
- package/public_api.d.ts +1 -1
- package/schematics/collection.json +10 -109
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +6 -6
- package/src/treemap/colormapping.directive.d.ts +54 -59
- package/src/treemap/levels.directive.d.ts +98 -103
- package/src/treemap/treemap-all.module.d.ts +13 -19
- package/src/treemap/treemap.component.d.ts +50 -53
- package/src/treemap/treemap.module.d.ts +5 -13
- package/CHANGELOG.md +0 -89
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -7
- package/esm2020/src/treemap/colormapping.directive.mjs +0 -46
- package/esm2020/src/treemap/levels.directive.mjs +0 -66
- package/esm2020/src/treemap/treemap-all.module.mjs +0 -47
- package/esm2020/src/treemap/treemap.component.mjs +0 -126
- package/esm2020/src/treemap/treemap.module.mjs +0 -43
- package/esm2020/syncfusion-ej2-angular-treemap.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-treemap.mjs +0 -314
- package/fesm2015/syncfusion-ej2-angular-treemap.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-treemap.mjs +0 -314
- package/fesm2020/syncfusion-ej2-angular-treemap.mjs.map +0 -1
- package/schematics/generators/treemap-default/index.d.ts +0 -3
- package/schematics/generators/treemap-default/index.js +0 -8
- package/schematics/generators/treemap-default/index.ts +0 -8
- package/schematics/generators/treemap-default/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-default/sample-details.js +0 -7
- package/schematics/generators/treemap-default/sample-details.ts +0 -5
- package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
- package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -60
- package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
- package/schematics/generators/treemap-default/schema.d.ts +0 -3
- package/schematics/generators/treemap-default/schema.js +0 -2
- package/schematics/generators/treemap-default/schema.json +0 -125
- package/schematics/generators/treemap-default/schema.ts +0 -3
- package/schematics/generators/treemap-desaturation-color/index.d.ts +0 -3
- package/schematics/generators/treemap-desaturation-color/index.js +0 -8
- package/schematics/generators/treemap-desaturation-color/index.ts +0 -8
- package/schematics/generators/treemap-desaturation-color/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-desaturation-color/sample-details.js +0 -7
- package/schematics/generators/treemap-desaturation-color/sample-details.ts +0 -5
- package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -48
- package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +0 -20
- package/schematics/generators/treemap-desaturation-color/schema.d.ts +0 -3
- package/schematics/generators/treemap-desaturation-color/schema.js +0 -2
- package/schematics/generators/treemap-desaturation-color/schema.json +0 -125
- package/schematics/generators/treemap-desaturation-color/schema.ts +0 -3
- package/schematics/generators/treemap-drilldown/index.d.ts +0 -3
- package/schematics/generators/treemap-drilldown/index.js +0 -8
- package/schematics/generators/treemap-drilldown/index.ts +0 -8
- package/schematics/generators/treemap-drilldown/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-drilldown/sample-details.js +0 -7
- package/schematics/generators/treemap-drilldown/sample-details.ts +0 -5
- package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
- package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/assets/drilldown-sample.ts +0 -261
- package/schematics/generators/treemap-drilldown/schema.d.ts +0 -3
- package/schematics/generators/treemap-drilldown/schema.js +0 -2
- package/schematics/generators/treemap-drilldown/schema.json +0 -125
- package/schematics/generators/treemap-drilldown/schema.ts +0 -3
- package/schematics/generators/treemap-equal-color/index.d.ts +0 -3
- package/schematics/generators/treemap-equal-color/index.js +0 -8
- package/schematics/generators/treemap-equal-color/index.ts +0 -8
- package/schematics/generators/treemap-equal-color/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-equal-color/sample-details.js +0 -7
- package/schematics/generators/treemap-equal-color/sample-details.ts +0 -5
- package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -53
- package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +0 -20
- package/schematics/generators/treemap-equal-color/schema.d.ts +0 -3
- package/schematics/generators/treemap-equal-color/schema.js +0 -2
- package/schematics/generators/treemap-equal-color/schema.json +0 -125
- package/schematics/generators/treemap-equal-color/schema.ts +0 -3
- package/schematics/generators/treemap-highlight/index.d.ts +0 -3
- package/schematics/generators/treemap-highlight/index.js +0 -8
- package/schematics/generators/treemap-highlight/index.ts +0 -8
- package/schematics/generators/treemap-highlight/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-highlight/sample-details.js +0 -7
- package/schematics/generators/treemap-highlight/sample-details.ts +0 -5
- package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -64
- package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
- package/schematics/generators/treemap-highlight/schema.d.ts +0 -3
- package/schematics/generators/treemap-highlight/schema.js +0 -2
- package/schematics/generators/treemap-highlight/schema.json +0 -125
- package/schematics/generators/treemap-highlight/schema.ts +0 -3
- package/schematics/generators/treemap-label-hide/index.d.ts +0 -3
- package/schematics/generators/treemap-label-hide/index.js +0 -8
- package/schematics/generators/treemap-label-hide/index.ts +0 -8
- package/schematics/generators/treemap-label-hide/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-label-hide/sample-details.js +0 -7
- package/schematics/generators/treemap-label-hide/sample-details.ts +0 -5
- package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
- package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -55
- package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
- package/schematics/generators/treemap-label-hide/schema.d.ts +0 -3
- package/schematics/generators/treemap-label-hide/schema.js +0 -2
- package/schematics/generators/treemap-label-hide/schema.json +0 -125
- package/schematics/generators/treemap-label-hide/schema.ts +0 -3
- package/schematics/generators/treemap-label-trim/index.d.ts +0 -3
- package/schematics/generators/treemap-label-trim/index.js +0 -8
- package/schematics/generators/treemap-label-trim/index.ts +0 -8
- package/schematics/generators/treemap-label-trim/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-label-trim/sample-details.js +0 -7
- package/schematics/generators/treemap-label-trim/sample-details.ts +0 -5
- package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -55
- package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
- package/schematics/generators/treemap-label-trim/schema.d.ts +0 -3
- package/schematics/generators/treemap-label-trim/schema.js +0 -2
- package/schematics/generators/treemap-label-trim/schema.json +0 -125
- package/schematics/generators/treemap-label-trim/schema.ts +0 -3
- package/schematics/generators/treemap-label-wrap/index.d.ts +0 -3
- package/schematics/generators/treemap-label-wrap/index.js +0 -8
- package/schematics/generators/treemap-label-wrap/index.ts +0 -8
- package/schematics/generators/treemap-label-wrap/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-label-wrap/sample-details.js +0 -7
- package/schematics/generators/treemap-label-wrap/sample-details.ts +0 -5
- package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -58
- package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
- package/schematics/generators/treemap-label-wrap/schema.d.ts +0 -3
- package/schematics/generators/treemap-label-wrap/schema.js +0 -2
- package/schematics/generators/treemap-label-wrap/schema.json +0 -125
- package/schematics/generators/treemap-label-wrap/schema.ts +0 -3
- package/schematics/generators/treemap-label-wrapbyword/index.d.ts +0 -3
- package/schematics/generators/treemap-label-wrapbyword/index.js +0 -8
- package/schematics/generators/treemap-label-wrapbyword/index.ts +0 -8
- package/schematics/generators/treemap-label-wrapbyword/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-label-wrapbyword/sample-details.js +0 -7
- package/schematics/generators/treemap-label-wrapbyword/sample-details.ts +0 -5
- package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -55
- package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
- package/schematics/generators/treemap-label-wrapbyword/schema.d.ts +0 -3
- package/schematics/generators/treemap-label-wrapbyword/schema.js +0 -2
- package/schematics/generators/treemap-label-wrapbyword/schema.json +0 -125
- package/schematics/generators/treemap-label-wrapbyword/schema.ts +0 -3
- package/schematics/generators/treemap-layout-squarified/index.d.ts +0 -3
- package/schematics/generators/treemap-layout-squarified/index.js +0 -8
- package/schematics/generators/treemap-layout-squarified/index.ts +0 -8
- package/schematics/generators/treemap-layout-squarified/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-layout-squarified/sample-details.js +0 -7
- package/schematics/generators/treemap-layout-squarified/sample-details.ts +0 -5
- package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
- package/schematics/generators/treemap-layout-squarified/schema.d.ts +0 -3
- package/schematics/generators/treemap-layout-squarified/schema.js +0 -2
- package/schematics/generators/treemap-layout-squarified/schema.json +0 -125
- package/schematics/generators/treemap-layout-squarified/schema.ts +0 -3
- package/schematics/generators/treemap-layout-type-four/index.d.ts +0 -3
- package/schematics/generators/treemap-layout-type-four/index.js +0 -8
- package/schematics/generators/treemap-layout-type-four/index.ts +0 -8
- package/schematics/generators/treemap-layout-type-four/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-layout-type-four/sample-details.js +0 -7
- package/schematics/generators/treemap-layout-type-four/sample-details.ts +0 -5
- package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
- package/schematics/generators/treemap-layout-type-four/schema.d.ts +0 -3
- package/schematics/generators/treemap-layout-type-four/schema.js +0 -2
- package/schematics/generators/treemap-layout-type-four/schema.json +0 -125
- package/schematics/generators/treemap-layout-type-four/schema.ts +0 -3
- package/schematics/generators/treemap-layout-type-three/index.d.ts +0 -3
- package/schematics/generators/treemap-layout-type-three/index.js +0 -8
- package/schematics/generators/treemap-layout-type-three/index.ts +0 -8
- package/schematics/generators/treemap-layout-type-three/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-layout-type-three/sample-details.js +0 -7
- package/schematics/generators/treemap-layout-type-three/sample-details.ts +0 -5
- package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
- package/schematics/generators/treemap-layout-type-three/schema.d.ts +0 -3
- package/schematics/generators/treemap-layout-type-three/schema.js +0 -2
- package/schematics/generators/treemap-layout-type-three/schema.json +0 -125
- package/schematics/generators/treemap-layout-type-three/schema.ts +0 -3
- package/schematics/generators/treemap-layout-type-two/index.d.ts +0 -3
- package/schematics/generators/treemap-layout-type-two/index.js +0 -8
- package/schematics/generators/treemap-layout-type-two/index.ts +0 -8
- package/schematics/generators/treemap-layout-type-two/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-layout-type-two/sample-details.js +0 -7
- package/schematics/generators/treemap-layout-type-two/sample-details.ts +0 -5
- package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
- package/schematics/generators/treemap-layout-type-two/schema.d.ts +0 -3
- package/schematics/generators/treemap-layout-type-two/schema.js +0 -2
- package/schematics/generators/treemap-layout-type-two/schema.json +0 -125
- package/schematics/generators/treemap-layout-type-two/schema.ts +0 -3
- package/schematics/generators/treemap-leaf/index.d.ts +0 -3
- package/schematics/generators/treemap-leaf/index.js +0 -8
- package/schematics/generators/treemap-leaf/index.ts +0 -8
- package/schematics/generators/treemap-leaf/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-leaf/sample-details.js +0 -7
- package/schematics/generators/treemap-leaf/sample-details.ts +0 -5
- package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
- package/schematics/generators/treemap-leaf/schema.d.ts +0 -3
- package/schematics/generators/treemap-leaf/schema.js +0 -2
- package/schematics/generators/treemap-leaf/schema.json +0 -125
- package/schematics/generators/treemap-leaf/schema.ts +0 -3
- package/schematics/generators/treemap-legend-default/index.d.ts +0 -3
- package/schematics/generators/treemap-legend-default/index.js +0 -8
- package/schematics/generators/treemap-legend-default/index.ts +0 -8
- package/schematics/generators/treemap-legend-default/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-legend-default/sample-details.js +0 -7
- package/schematics/generators/treemap-legend-default/sample-details.ts +0 -5
- package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -57
- package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +0 -57
- package/schematics/generators/treemap-legend-default/schema.d.ts +0 -3
- package/schematics/generators/treemap-legend-default/schema.js +0 -2
- package/schematics/generators/treemap-legend-default/schema.json +0 -125
- package/schematics/generators/treemap-legend-default/schema.ts +0 -3
- package/schematics/generators/treemap-legend-interaction/index.d.ts +0 -3
- package/schematics/generators/treemap-legend-interaction/index.js +0 -8
- package/schematics/generators/treemap-legend-interaction/index.ts +0 -8
- package/schematics/generators/treemap-legend-interaction/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-legend-interaction/sample-details.js +0 -7
- package/schematics/generators/treemap-legend-interaction/sample-details.ts +0 -5
- package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -58
- package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +0 -57
- package/schematics/generators/treemap-legend-interaction/schema.d.ts +0 -3
- package/schematics/generators/treemap-legend-interaction/schema.js +0 -2
- package/schematics/generators/treemap-legend-interaction/schema.json +0 -125
- package/schematics/generators/treemap-legend-interaction/schema.ts +0 -3
- package/schematics/generators/treemap-level/index.d.ts +0 -3
- package/schematics/generators/treemap-level/index.js +0 -8
- package/schematics/generators/treemap-level/index.ts +0 -8
- package/schematics/generators/treemap-level/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-level/sample-details.js +0 -7
- package/schematics/generators/treemap-level/sample-details.ts +0 -5
- package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -58
- package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
- package/schematics/generators/treemap-level/schema.d.ts +0 -3
- package/schematics/generators/treemap-level/schema.js +0 -2
- package/schematics/generators/treemap-level/schema.json +0 -125
- package/schematics/generators/treemap-level/schema.ts +0 -3
- package/schematics/generators/treemap-range-color/index.d.ts +0 -3
- package/schematics/generators/treemap-range-color/index.js +0 -8
- package/schematics/generators/treemap-range-color/index.ts +0 -8
- package/schematics/generators/treemap-range-color/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-range-color/sample-details.js +0 -7
- package/schematics/generators/treemap-range-color/sample-details.ts +0 -5
- package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
- package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -59
- package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +0 -20
- package/schematics/generators/treemap-range-color/schema.d.ts +0 -3
- package/schematics/generators/treemap-range-color/schema.js +0 -2
- package/schematics/generators/treemap-range-color/schema.json +0 -125
- package/schematics/generators/treemap-range-color/schema.ts +0 -3
- package/schematics/generators/treemap-selection/index.d.ts +0 -3
- package/schematics/generators/treemap-selection/index.js +0 -8
- package/schematics/generators/treemap-selection/index.ts +0 -8
- package/schematics/generators/treemap-selection/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-selection/sample-details.js +0 -7
- package/schematics/generators/treemap-selection/sample-details.ts +0 -5
- package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -64
- package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
- package/schematics/generators/treemap-selection/schema.d.ts +0 -3
- package/schematics/generators/treemap-selection/schema.js +0 -2
- package/schematics/generators/treemap-selection/schema.json +0 -125
- package/schematics/generators/treemap-selection/schema.ts +0 -3
- package/schematics/generators/treemap-tooltip/index.d.ts +0 -3
- package/schematics/generators/treemap-tooltip/index.js +0 -8
- package/schematics/generators/treemap-tooltip/index.ts +0 -8
- package/schematics/generators/treemap-tooltip/sample-details.d.ts +0 -5
- package/schematics/generators/treemap-tooltip/sample-details.js +0 -7
- package/schematics/generators/treemap-tooltip/sample-details.ts +0 -5
- package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
- package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -90
- package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/assets/airport-count.ts +0 -21
- package/schematics/generators/treemap-tooltip/schema.d.ts +0 -3
- package/schematics/generators/treemap-tooltip/schema.js +0 -2
- package/schematics/generators/treemap-tooltip/schema.json +0 -125
- package/schematics/generators/treemap-tooltip/schema.ts +0 -3
- package/syncfusion-ej2-angular-treemap.d.ts +0 -5
|
@@ -1,59 +1,54 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
*
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
*
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
*
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
*
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
*
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
56
|
-
constructor();
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingsDirective, never>;
|
|
58
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingsDirective, "e-levels>e-colorMappings", never, {}, {}, ["children"]>;
|
|
59
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
directivePropList: any;
|
|
6
|
+
/**
|
|
7
|
+
* Sets and gets the color for the color-mapping in treemap.
|
|
8
|
+
* @default null
|
|
9
|
+
*/
|
|
10
|
+
color: any;
|
|
11
|
+
/**
|
|
12
|
+
* Sets and gets the value from which the range of color mapping starts.
|
|
13
|
+
* @default null
|
|
14
|
+
*/
|
|
15
|
+
from: any;
|
|
16
|
+
/**
|
|
17
|
+
* Sets and gets the label text for the legend when it is rendered based on color mapping.
|
|
18
|
+
* @default null
|
|
19
|
+
*/
|
|
20
|
+
label: any;
|
|
21
|
+
/**
|
|
22
|
+
* Sets and gets the maximum opacity for the color-mapping in the treemap.
|
|
23
|
+
* @default null
|
|
24
|
+
*/
|
|
25
|
+
maxOpacity: any;
|
|
26
|
+
/**
|
|
27
|
+
* Sets and gets the minimum opacity for the color-mapping in the treemap.
|
|
28
|
+
* @default null
|
|
29
|
+
*/
|
|
30
|
+
minOpacity: any;
|
|
31
|
+
/**
|
|
32
|
+
* Enables or disables the visibility of the legend for color mapping in the treemap.
|
|
33
|
+
* @default true
|
|
34
|
+
*/
|
|
35
|
+
showLegend: any;
|
|
36
|
+
/**
|
|
37
|
+
* Sets and gets the value to which the range of color mapping ends.
|
|
38
|
+
* @default null
|
|
39
|
+
*/
|
|
40
|
+
to: any;
|
|
41
|
+
/**
|
|
42
|
+
* Sets and gets the value for the color-mapping from the data source.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
value: any;
|
|
46
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* ColorMapping Array Directive
|
|
50
|
+
* @private
|
|
51
|
+
*/
|
|
52
|
+
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
53
|
+
constructor();
|
|
54
|
+
}
|
|
@@ -1,103 +1,98 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
*
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
*
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
*
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
*
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
*
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
*
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
*
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
*
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
*
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
*
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
*
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
*
|
|
87
|
-
* @
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
|
|
100
|
-
constructor();
|
|
101
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LevelsDirective, never>;
|
|
102
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LevelsDirective, "ej-treemap>e-levels", never, {}, {}, ["children"]>;
|
|
103
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the directive to configure and render level leaf items in the treemap.
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-levels>
|
|
7
|
+
* <e-level></e-level>
|
|
8
|
+
* </e-levels>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class LevelDirective extends ComplexBase<LevelDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
childColorMapping: any;
|
|
15
|
+
tags: string[];
|
|
16
|
+
/**
|
|
17
|
+
* Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
|
|
18
|
+
* @default false
|
|
19
|
+
*/
|
|
20
|
+
autoFill: any;
|
|
21
|
+
/**
|
|
22
|
+
* Sets and gets the options for customizing the color and width of the border of
|
|
23
|
+
* the level leaf items of the treemap.
|
|
24
|
+
*/
|
|
25
|
+
border: any;
|
|
26
|
+
/**
|
|
27
|
+
* Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
|
|
28
|
+
*/
|
|
29
|
+
colorMapping: any;
|
|
30
|
+
/**
|
|
31
|
+
* Sets and gets the fill color of the level leaf item in the treemap.
|
|
32
|
+
* @default null
|
|
33
|
+
*/
|
|
34
|
+
fill: any;
|
|
35
|
+
/**
|
|
36
|
+
* Sets and gets the gap between the level leaf items in the treemap.
|
|
37
|
+
* @default 0
|
|
38
|
+
*/
|
|
39
|
+
groupGap: any;
|
|
40
|
+
/**
|
|
41
|
+
* Sets and gets the padding of level leaf items in the treemap.
|
|
42
|
+
* @default 10
|
|
43
|
+
*/
|
|
44
|
+
groupPadding: any;
|
|
45
|
+
/**
|
|
46
|
+
* Sets and gets the value path from the data source in the treemap to render the item.
|
|
47
|
+
* @default null
|
|
48
|
+
*/
|
|
49
|
+
groupPath: any;
|
|
50
|
+
/**
|
|
51
|
+
* Sets and gets the alignment of the header of the treemap.
|
|
52
|
+
* @default 'Near'
|
|
53
|
+
*/
|
|
54
|
+
headerAlignment: any;
|
|
55
|
+
/**
|
|
56
|
+
* Sets and gets the string to format the header label of the level leaf items in the treemap.
|
|
57
|
+
* @default null
|
|
58
|
+
*/
|
|
59
|
+
headerFormat: any;
|
|
60
|
+
/**
|
|
61
|
+
* Sets and gets the height of header in the treemap.
|
|
62
|
+
* @default 20
|
|
63
|
+
*/
|
|
64
|
+
headerHeight: any;
|
|
65
|
+
/**
|
|
66
|
+
* Sets and gets the options for customizing the text style of header label of the level leaf item.
|
|
67
|
+
*/
|
|
68
|
+
headerStyle: any;
|
|
69
|
+
/**
|
|
70
|
+
* Sets and gets the opacity in the level leaf item of the treemap.
|
|
71
|
+
* @default 1
|
|
72
|
+
*/
|
|
73
|
+
opacity: any;
|
|
74
|
+
/**
|
|
75
|
+
* Shows or hides the header in level leaf item of the treemap.
|
|
76
|
+
* @default true
|
|
77
|
+
*/
|
|
78
|
+
showHeader: any;
|
|
79
|
+
/**
|
|
80
|
+
* Sets and gets the options for customizing the template position of the treemap.
|
|
81
|
+
* @default 'TopLeft'
|
|
82
|
+
*/
|
|
83
|
+
templatePosition: any;
|
|
84
|
+
/**
|
|
85
|
+
* Sets and gets the template for header in the treemap.
|
|
86
|
+
* @default null
|
|
87
|
+
* @asptype string
|
|
88
|
+
*/
|
|
89
|
+
headerTemplate: any;
|
|
90
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Level Array Directive
|
|
94
|
+
* @private
|
|
95
|
+
*/
|
|
96
|
+
export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
|
|
97
|
+
constructor();
|
|
98
|
+
}
|
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
*/
|
|
15
|
-
export declare class TreeMapAllModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeMapAllModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeMapAllModule, never, [typeof i1.CommonModule, typeof i2.TreeMapModule], [typeof i2.TreeMapModule]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeMapAllModule>;
|
|
19
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const TreeMapTooltipService: ValueProvider;
|
|
3
|
+
export declare const TreeMapLegendService: ValueProvider;
|
|
4
|
+
export declare const TreeMapHighlightService: ValueProvider;
|
|
5
|
+
export declare const TreeMapSelectionService: ValueProvider;
|
|
6
|
+
export declare const PrintService: ValueProvider;
|
|
7
|
+
export declare const PdfExportService: ValueProvider;
|
|
8
|
+
export declare const ImageExportService: ValueProvider;
|
|
9
|
+
/**
|
|
10
|
+
* NgModule definition for the TreeMap component with providers.
|
|
11
|
+
*/
|
|
12
|
+
export declare class TreeMapAllModule {
|
|
13
|
+
}
|
|
@@ -1,53 +1,50 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { TreeMap } from '@syncfusion/ej2-treemap';
|
|
4
|
-
import { LevelsDirective } from './levels.directive';
|
|
5
|
-
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeMapComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeMapComponent, "ejs-treemap", never, { "allowImageExport": "allowImageExport"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "background": "background"; "border": "border"; "breadcrumbConnector": "breadcrumbConnector"; "colorValuePath": "colorValuePath"; "dataSource": "dataSource"; "description": "description"; "drillDownView": "drillDownView"; "enableBreadcrumb": "enableBreadcrumb"; "enableDrillDown": "enableDrillDown"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "equalColorValuePath": "equalColorValuePath"; "format": "format"; "height": "height"; "highlightSettings": "highlightSettings"; "initialDrillDown": "initialDrillDown"; "layoutType": "layoutType"; "leafItemSettings": "leafItemSettings"; "legendSettings": "legendSettings"; "levels": "levels"; "locale": "locale"; "margin": "margin"; "palette": "palette"; "query": "query"; "rangeColorValuePath": "rangeColorValuePath"; "renderDirection": "renderDirection"; "selectionSettings": "selectionSettings"; "tabIndex": "tabIndex"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipSettings": "tooltipSettings"; "useGroupingSeparator": "useGroupingSeparator"; "weightValuePath": "weightValuePath"; "width": "width"; }, { "beforePrint": "beforePrint"; "click": "click"; "doubleClick": "doubleClick"; "drillEnd": "drillEnd"; "drillStart": "drillStart"; "itemClick": "itemClick"; "itemHighlight": "itemHighlight"; "itemMove": "itemMove"; "itemRendering": "itemRendering"; "itemSelected": "itemSelected"; "legendItemRendering": "legendItemRendering"; "legendRendering": "legendRendering"; "load": "load"; "loaded": "loaded"; "mouseMove": "mouseMove"; "resize": "resize"; "rightClick": "rightClick"; "tooltipRendering": "tooltipRendering"; }, ["tooltipSettings_template", "leafItemSettings_labelTemplate", "childLevels"], never>;
|
|
53
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { TreeMap } from '@syncfusion/ej2-treemap';
|
|
4
|
+
import { LevelsDirective } from './levels.directive';
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ej-treemap></ej-treemap>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class TreeMapComponent extends TreeMap implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforePrint: any;
|
|
22
|
+
click: any;
|
|
23
|
+
doubleClick: any;
|
|
24
|
+
drillEnd: any;
|
|
25
|
+
drillStart: any;
|
|
26
|
+
itemClick: any;
|
|
27
|
+
itemHighlight: any;
|
|
28
|
+
itemMove: any;
|
|
29
|
+
itemRendering: any;
|
|
30
|
+
itemSelected: any;
|
|
31
|
+
legendItemRendering: any;
|
|
32
|
+
legendRendering: any;
|
|
33
|
+
load: any;
|
|
34
|
+
loaded: any;
|
|
35
|
+
mouseMove: any;
|
|
36
|
+
resize: any;
|
|
37
|
+
rightClick: any;
|
|
38
|
+
tooltipRendering: any;
|
|
39
|
+
childLevels: QueryList<LevelsDirective>;
|
|
40
|
+
tags: string[];
|
|
41
|
+
tooltipSettings_template: any;
|
|
42
|
+
leafItemSettings_labelTemplate: any;
|
|
43
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
44
|
+
ngOnInit(): void;
|
|
45
|
+
ngAfterViewInit(): void;
|
|
46
|
+
ngOnDestroy(): void;
|
|
47
|
+
ngAfterContentChecked(): void;
|
|
48
|
+
registerEvents: (eventList: string[]) => void;
|
|
49
|
+
addTwoWay: (propList: string[]) => void;
|
|
50
|
+
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* NgModule definition for the TreeMap component.
|
|
8
|
-
*/
|
|
9
|
-
export declare class TreeMapModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeMapModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeMapModule, [typeof i1.TreeMapComponent, typeof i2.ColorMappingDirective, typeof i2.ColorMappingsDirective, typeof i3.LevelDirective, typeof i3.LevelsDirective], [typeof i4.CommonModule], [typeof i1.TreeMapComponent, typeof i2.ColorMappingDirective, typeof i2.ColorMappingsDirective, typeof i3.LevelDirective, typeof i3.LevelsDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeMapModule>;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the TreeMap component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class TreeMapModule {
|
|
5
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
<!-- markdownlint-disable MD010 -->
|
|
2
|
-
|
|
3
|
-
<!-- markdownlint-disable MD030 -->
|
|
4
|
-
|
|
5
|
-
<!-- markdownlint-disable MD004 -->
|
|
6
|
-
|
|
7
|
-
# Changelog
|
|
8
|
-
|
|
9
|
-
## [Unreleased]
|
|
10
|
-
|
|
11
|
-
### TreeMap
|
|
12
|
-
|
|
13
|
-
#### Bug Fixes
|
|
14
|
-
|
|
15
|
-
- `#I800564` - Treemap labels render properly across multiple lines when `<br>` tags are used in `labelFormat`.
|
|
16
|
-
|
|
17
|
-
## 18.2.44 (2020-07-07)
|
|
18
|
-
|
|
19
|
-
### TreeMap
|
|
20
|
-
|
|
21
|
-
#### New Features
|
|
22
|
-
|
|
23
|
-
- `#280380` - `isResized` argument is exposed in the `loaded` event arguments for indicating that the component is resized.
|
|
24
|
-
|
|
25
|
-
#### Bug Fixes
|
|
26
|
-
|
|
27
|
-
- `#280380` - Color of the treemap item will be maintained when the fill color of the selection settings is not provided.
|
|
28
|
-
|
|
29
|
-
## 17.1.48 (2019-05-21)
|
|
30
|
-
|
|
31
|
-
### TreeMap
|
|
32
|
-
|
|
33
|
-
#### Bug Fixes
|
|
34
|
-
|
|
35
|
-
- `#I235721` - The issue with color value in individual nodes of levels in treemap has been resolved.
|
|
36
|
-
|
|
37
|
-
## 17.1.44 (2019-05-07)
|
|
38
|
-
|
|
39
|
-
### TreeMap
|
|
40
|
-
|
|
41
|
-
#### Bug Fixes
|
|
42
|
-
|
|
43
|
-
- `#I234615` - The issue with value from the "fill" property is not applied when we have both the "fill" and "colorValuePath" APIs has been fixed.
|
|
44
|
-
|
|
45
|
-
## 17.1.42 (2019-04-23)
|
|
46
|
-
|
|
47
|
-
### TreeMap
|
|
48
|
-
|
|
49
|
-
#### Bug Fixes
|
|
50
|
-
|
|
51
|
-
- `#I233284` – The issue of breaking the treemap, if data contains the "_" character in its value has been fixed.
|
|
52
|
-
|
|
53
|
-
## 17.1.32-beta (2019-03-13)
|
|
54
|
-
|
|
55
|
-
### TreeMap
|
|
56
|
-
|
|
57
|
-
#### New Features
|
|
58
|
-
|
|
59
|
-
- The right-to-left (RTL) rendering support has been provided.
|
|
60
|
-
- Load on-demand option has been provided to load and render the child items dynamically.
|
|
61
|
-
- Responsive support has been provided to the TreeMap legend.
|
|
62
|
-
- The 'doubleClick', 'rightClick', and 'legendRendering' events have been provided in TreeMap.
|
|
63
|
-
|
|
64
|
-
## 16.4.40-beta (2018-12-10)
|
|
65
|
-
|
|
66
|
-
### TreeMap
|
|
67
|
-
|
|
68
|
-
#### New Features
|
|
69
|
-
|
|
70
|
-
- Support has been added for desaturation color mapping.
|
|
71
|
-
- Support has been added to hide specific legend items and bind legend text from data source.
|
|
72
|
-
- Support has been added for highlighting or selecting the legend items along with shapes.
|
|
73
|
-
- Support has been added to bind colors for the items from the data source.
|
|
74
|
-
|
|
75
|
-
## 16.2.41 (2018-06-25)
|
|
76
|
-
|
|
77
|
-
### TreeMap
|
|
78
|
-
|
|
79
|
-
The TreeMap is used to displayed the hierarchical or multi-level data to visualize the nested rectangles.
|
|
80
|
-
|
|
81
|
-
- **Layout Mode** - TreeMap supports different type of layouts like Squarified, SliceAndDiceHorizontal, SliceAndDiceVertical and SliceAndDiceAuto.
|
|
82
|
-
- **Legend** - TreeMap supports legend feature with different mode. Default and Interactive.
|
|
83
|
-
- **LabelTemplate** - Leaf item labels can be customized by the label template.
|
|
84
|
-
- **ColorMapping** - TreeMap supports the color mapping feature. It used to customize the leaf item fill colors based on range or values.
|
|
85
|
-
- **User-Interactions** - TreeMap supports the Drilldown, Tooltip, Highlight and Selection user interaction features.
|
|
86
|
-
- **Print and Export** - TreeMap supports printing and exporting as different file types.## 18.1.36-beta (2020-03-19)
|
|
87
|
-
|
|
88
|
-
- `#258211` - Support to customize the header of the treemap items is provided in the `itemRendering` and `itemClick` events.
|
|
89
|
-
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './src/index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { ColorMappingDirective, ColorMappingsDirective } from './treemap/colormapping.directive';
|
|
2
|
-
export { LevelDirective, LevelsDirective } from './treemap/levels.directive';
|
|
3
|
-
export { TreeMapComponent } from './treemap/treemap.component';
|
|
4
|
-
export { TreeMapModule } from './treemap/treemap.module';
|
|
5
|
-
export { TreeMapAllModule, TreeMapTooltipService, TreeMapLegendService, TreeMapHighlightService, TreeMapSelectionService, PrintService, PdfExportService, ImageExportService } from './treemap/treemap-all.module';
|
|
6
|
-
export * from '@syncfusion/ej2-treemap';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLHFCQUFxQixFQUFDLHNCQUFzQixFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDOUYsT0FBTyxFQUFDLGNBQWMsRUFBQyxlQUFlLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUMsTUFBTSw2QkFBNkIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLHFCQUFxQixFQUFFLG9CQUFvQixFQUFFLHVCQUF1QixFQUFFLHVCQUF1QixFQUFFLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ25OLGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0NvbG9yTWFwcGluZ0RpcmVjdGl2ZSxDb2xvck1hcHBpbmdzRGlyZWN0aXZlfSBmcm9tICcuL3RyZWVtYXAvY29sb3JtYXBwaW5nLmRpcmVjdGl2ZSc7XG5leHBvcnQge0xldmVsRGlyZWN0aXZlLExldmVsc0RpcmVjdGl2ZX0gZnJvbSAnLi90cmVlbWFwL2xldmVscy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgVHJlZU1hcENvbXBvbmVudH0gZnJvbSAnLi90cmVlbWFwL3RyZWVtYXAuY29tcG9uZW50JztcbmV4cG9ydCB7IFRyZWVNYXBNb2R1bGUgfSBmcm9tICcuL3RyZWVtYXAvdHJlZW1hcC5tb2R1bGUnO1xuZXhwb3J0IHsgVHJlZU1hcEFsbE1vZHVsZSwgVHJlZU1hcFRvb2x0aXBTZXJ2aWNlLCBUcmVlTWFwTGVnZW5kU2VydmljZSwgVHJlZU1hcEhpZ2hsaWdodFNlcnZpY2UsIFRyZWVNYXBTZWxlY3Rpb25TZXJ2aWNlLCBQcmludFNlcnZpY2UsIFBkZkV4cG9ydFNlcnZpY2UsIEltYWdlRXhwb3J0U2VydmljZSB9IGZyb20gJy4vdHJlZW1hcC90cmVlbWFwLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXRyZWVtYXAnOyJdfQ==
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { Directive, ContentChildren } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
let input = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
|
|
5
|
-
let outputs = [];
|
|
6
|
-
export class ColorMappingDirective extends ComplexBase {
|
|
7
|
-
constructor(viewContainerRef) {
|
|
8
|
-
super();
|
|
9
|
-
this.viewContainerRef = viewContainerRef;
|
|
10
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
11
|
-
this.registerEvents(outputs);
|
|
12
|
-
this.directivePropList = input;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
ColorMappingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
-
ColorMappingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColorMappingDirective, selector: "e-levels>e-colorMappings>e-colorMapping", inputs: { color: "color", from: "from", label: "label", maxOpacity: "maxOpacity", minOpacity: "minOpacity", showLegend: "showLegend", to: "to", value: "value" }, usesInheritance: true, ngImport: i0 });
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingDirective, decorators: [{
|
|
18
|
-
type: Directive,
|
|
19
|
-
args: [{
|
|
20
|
-
selector: 'e-levels>e-colorMappings>e-colorMapping',
|
|
21
|
-
inputs: input,
|
|
22
|
-
outputs: outputs,
|
|
23
|
-
queries: {}
|
|
24
|
-
}]
|
|
25
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
26
|
-
/**
|
|
27
|
-
* ColorMapping Array Directive
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
export class ColorMappingsDirective extends ArrayBase {
|
|
31
|
-
constructor() {
|
|
32
|
-
super('colormapping');
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
ColorMappingsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
36
|
-
ColorMappingsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColorMappingsDirective, selector: "e-levels>e-colorMappings", queries: [{ propertyName: "children", predicate: ColorMappingDirective }], usesInheritance: true, ngImport: i0 });
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingsDirective, decorators: [{
|
|
38
|
-
type: Directive,
|
|
39
|
-
args: [{
|
|
40
|
-
selector: 'e-levels>e-colorMappings',
|
|
41
|
-
queries: {
|
|
42
|
-
children: new ContentChildren(ColorMappingDirective)
|
|
43
|
-
},
|
|
44
|
-
}]
|
|
45
|
-
}], ctorParameters: function () { return []; } });
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3JtYXBwaW5nLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90cmVlbWFwL2NvbG9ybWFwcGluZy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBb0IsZUFBZSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdFLE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUloRixJQUFJLEtBQUssR0FBYSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLElBQUksRUFBRSxPQUFPLENBQUMsQ0FBQztBQUMxRyxJQUFJLE9BQU8sR0FBYSxFQUFFLENBQUM7QUFVM0IsTUFBTSxPQUFPLHFCQUFzQixTQUFRLFdBQWtDO0lBOEN6RSxZQUFvQixnQkFBaUM7UUFDakQsS0FBSyxFQUFFLENBQUM7UUFEUSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBRWpELFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7O2tIQW5EUSxxQkFBcUI7c0dBQXJCLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQVJqQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx5Q0FBeUM7b0JBQ25ELE1BQU0sRUFBRSxLQUFLO29CQUNiLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsRUFFUjtpQkFDSjs7QUF1REQ7OztHQUdHO0FBT0gsTUFBTSxPQUFPLHNCQUF1QixTQUFRLFNBQWlDO0lBQ3pFO1FBQ0ksS0FBSyxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQzFCLENBQUM7O21IQUhRLHNCQUFzQjt1R0FBdEIsc0JBQXNCLHlGQUhHLHFCQUFxQjsyRkFHOUMsc0JBQXNCO2tCQU5sQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLE9BQU8sRUFBRTt3QkFDTCxRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMscUJBQXFCLENBQUM7cUJBQ3ZEO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBDb250ZW50Q2hpbGRyZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBsZXhCYXNlLCBBcnJheUJhc2UsIHNldFZhbHVlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5cblxuXG5sZXQgaW5wdXQ6IHN0cmluZ1tdID0gWydjb2xvcicsICdmcm9tJywgJ2xhYmVsJywgJ21heE9wYWNpdHknLCAnbWluT3BhY2l0eScsICdzaG93TGVnZW5kJywgJ3RvJywgJ3ZhbHVlJ107XG5sZXQgb3V0cHV0czogc3RyaW5nW10gPSBbXTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlLWxldmVscz5lLWNvbG9yTWFwcGluZ3M+ZS1jb2xvck1hcHBpbmcnLFxuICAgIGlucHV0czogaW5wdXQsXG4gICAgb3V0cHV0czogb3V0cHV0cywgICAgXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBDb2xvck1hcHBpbmdEaXJlY3RpdmUgZXh0ZW5kcyBDb21wbGV4QmFzZTxDb2xvck1hcHBpbmdEaXJlY3RpdmU+IHtcbiAgICBwdWJsaWMgZGlyZWN0aXZlUHJvcExpc3Q6IGFueTtcblx0XG5cblxuICAgIC8qKiBcbiAgICAgKiBTZXRzIGFuZCBnZXRzIHRoZSBjb2xvciBmb3IgdGhlIGNvbG9yLW1hcHBpbmcgaW4gdHJlZW1hcC5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIGNvbG9yOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIHZhbHVlIGZyb20gd2hpY2ggdGhlIHJhbmdlIG9mIGNvbG9yIG1hcHBpbmcgc3RhcnRzLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKi9cbiAgICBwdWJsaWMgZnJvbTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTZXRzIGFuZCBnZXRzIHRoZSBsYWJlbCB0ZXh0IGZvciB0aGUgbGVnZW5kIHdoZW4gaXQgaXMgcmVuZGVyZWQgYmFzZWQgb24gY29sb3IgbWFwcGluZy5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIGxhYmVsOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIG1heGltdW0gb3BhY2l0eSBmb3IgdGhlIGNvbG9yLW1hcHBpbmcgaW4gdGhlIHRyZWVtYXAuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqL1xuICAgIHB1YmxpYyBtYXhPcGFjaXR5OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIG1pbmltdW0gb3BhY2l0eSBmb3IgdGhlIGNvbG9yLW1hcHBpbmcgaW4gdGhlIHRyZWVtYXAuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqL1xuICAgIHB1YmxpYyBtaW5PcGFjaXR5OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIEVuYWJsZXMgb3IgZGlzYWJsZXMgdGhlIHZpc2liaWxpdHkgb2YgdGhlIGxlZ2VuZCBmb3IgY29sb3IgbWFwcGluZyBpbiB0aGUgdHJlZW1hcC5cbiAgICAgKiBAZGVmYXVsdCB0cnVlXG4gICAgICovXG4gICAgcHVibGljIHNob3dMZWdlbmQ6IGFueTtcbiAgICAvKiogXG4gICAgICogU2V0cyBhbmQgZ2V0cyB0aGUgdmFsdWUgdG8gd2hpY2ggdGhlIHJhbmdlIG9mIGNvbG9yIG1hcHBpbmcgZW5kcy5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIHRvOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIHZhbHVlIGZvciB0aGUgY29sb3ItbWFwcGluZyBmcm9tIHRoZSBkYXRhIHNvdXJjZS5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIHZhbHVlOiBhbnk7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5kaXJlY3RpdmVQcm9wTGlzdCA9IGlucHV0O1xuICAgIH1cbn1cblxuLyoqXG4gKiBDb2xvck1hcHBpbmcgQXJyYXkgRGlyZWN0aXZlXG4gKiBAcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2UtbGV2ZWxzPmUtY29sb3JNYXBwaW5ncycsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZHJlbjogbmV3IENvbnRlbnRDaGlsZHJlbihDb2xvck1hcHBpbmdEaXJlY3RpdmUpXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgQ29sb3JNYXBwaW5nc0RpcmVjdGl2ZSBleHRlbmRzIEFycmF5QmFzZTxDb2xvck1hcHBpbmdzRGlyZWN0aXZlPiB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdjb2xvcm1hcHBpbmcnKTtcbiAgICB9XG59Il19
|