@progress/kendo-angular-gauges 4.1.3 → 5.0.0-dev.202204131907
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/{dist/es2015/arc-gauge → arc-gauge}/arc-center-template.directive.d.ts +3 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/arc-gauge.component.d.ts +3 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/arc-gauge.directives.d.ts +0 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/arc-gauge.module.d.ts +13 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/color.component.d.ts +3 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/colors.component.d.ts +3 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/gauge-area.component.d.ts +3 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/labels.component.d.ts +3 -0
- package/{dist/es2015/arc-gauge → arc-gauge}/scale.component.d.ts +3 -0
- package/{dist/es2015/base-components → base-components}/collection-item.component.d.ts +3 -0
- package/{dist/es2015/base-components → base-components}/collection.component.d.ts +3 -0
- package/{dist/es2015/base-components → base-components}/gauge-area.component.d.ts +3 -0
- package/{dist/es2015/base-components → base-components}/gauge.component.d.ts +5 -2
- package/{dist/es2015/base-components → base-components}/labels.component.d.ts +3 -0
- package/{dist/es2015/base-components → base-components}/range.component.d.ts +3 -0
- package/{dist/es2015/base-components → base-components}/scale.component.d.ts +3 -0
- package/{dist/es2015/base-components → base-components}/settings.component.d.ts +3 -0
- package/{dist/es2015/base-components.d.ts → base-components.d.ts} +0 -0
- package/bundles/kendo-angular-gauges.umd.js +5 -0
- package/{dist/es2015/circular-gauge → circular-gauge}/center-template.directive.d.ts +3 -0
- package/{dist/es2015/circular-gauge → circular-gauge}/circular-gauge.component.d.ts +3 -0
- package/circular-gauge/circular-gauge.directives.d.ts +9 -0
- package/{dist/es2015/circular-gauge → circular-gauge}/circular-gauge.module.d.ts +11 -0
- package/{dist/es2015/circular-gauge → circular-gauge}/gauge-area.component.d.ts +3 -0
- package/{dist/es2015/circular-gauge → circular-gauge}/labels.component.d.ts +3 -0
- package/{dist/es2015/circular-gauge → circular-gauge}/scale.component.d.ts +3 -0
- package/{dist/es2015 → esm2015}/arc-gauge/arc-center-template.directive.js +14 -12
- package/{dist/es2015 → esm2015}/arc-gauge/arc-gauge.component.js +62 -65
- package/{dist/es → esm2015}/arc-gauge/arc-gauge.directives.js +0 -0
- package/{dist/es2015 → esm2015}/arc-gauge/arc-gauge.module.js +16 -11
- package/esm2015/arc-gauge/color.component.js +35 -0
- package/{dist/es2015 → esm2015}/arc-gauge/colors.component.js +19 -19
- package/esm2015/arc-gauge/gauge-area.component.js +27 -0
- package/esm2015/arc-gauge/labels.component.js +27 -0
- package/esm2015/arc-gauge/scale.component.js +37 -0
- package/esm2015/base-components/collection-item.component.js +25 -0
- package/{dist/es2015 → esm2015}/base-components/collection.component.js +8 -0
- package/esm2015/base-components/gauge-area.component.js +27 -0
- package/{dist/es2015 → esm2015}/base-components/gauge.component.js +29 -36
- package/esm2015/base-components/labels.component.js +35 -0
- package/esm2015/base-components/range.component.js +25 -0
- package/esm2015/base-components/scale.component.js +37 -0
- package/esm2015/base-components/settings.component.js +27 -0
- package/{dist/es → esm2015}/base-components.js +0 -0
- package/{dist/es2015 → esm2015}/circular-gauge/center-template.directive.js +14 -12
- package/esm2015/circular-gauge/circular-gauge.component.js +85 -0
- package/esm2015/circular-gauge/circular-gauge.directives.js +9 -0
- package/{dist/es2015 → esm2015}/circular-gauge/circular-gauge.module.js +22 -11
- package/esm2015/circular-gauge/gauge-area.component.js +22 -0
- package/esm2015/circular-gauge/labels.component.js +21 -0
- package/esm2015/circular-gauge/scale.component.js +22 -0
- package/{dist/es2015 → esm2015}/gauges.module.js +12 -9
- package/{dist/es2015/shared.module.d.ts → esm2015/kendo-angular-gauges.js} +2 -3
- package/esm2015/linear-gauge/gauge-area.component.js +27 -0
- package/esm2015/linear-gauge/labels.component.js +26 -0
- package/esm2015/linear-gauge/linear-gauge.component.js +78 -0
- package/{dist/es → esm2015}/linear-gauge/linear-gauge.directives.js +0 -0
- package/{dist/es2015 → esm2015}/linear-gauge/linear-gauge.module.js +16 -11
- package/esm2015/linear-gauge/pointer.component.js +41 -0
- package/{dist/es2015 → esm2015}/linear-gauge/pointers.component.js +19 -19
- package/esm2015/linear-gauge/range.component.js +27 -0
- package/{dist/es2015 → esm2015}/linear-gauge/ranges.component.js +19 -19
- package/esm2015/linear-gauge/scale.component.js +35 -0
- package/{dist/es → esm2015}/main.js +3 -0
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/esm2015/radial-gauge/gauge-area.component.js +27 -0
- package/esm2015/radial-gauge/labels.component.js +28 -0
- package/esm2015/radial-gauge/pointer.component.js +35 -0
- package/{dist/es2015 → esm2015}/radial-gauge/pointers.component.js +19 -19
- package/esm2015/radial-gauge/radial-gauge.component.js +78 -0
- package/{dist/es → esm2015}/radial-gauge/radial-gauge.directives.js +0 -0
- package/{dist/es2015 → esm2015}/radial-gauge/radial-gauge.module.js +16 -11
- package/esm2015/radial-gauge/range.component.js +27 -0
- package/{dist/es2015 → esm2015}/radial-gauge/ranges.component.js +19 -19
- package/esm2015/radial-gauge/scale.component.js +37 -0
- package/esm2015/services/collection-changes.service.js +16 -0
- package/{dist/es2015 → esm2015}/services/configuration.service.js +8 -10
- package/{dist/es2015 → esm2015}/services/theme.service.js +8 -7
- package/{dist/es → esm2015}/services.js +0 -0
- package/esm2015/shared.module.js +27 -0
- package/{dist/es2015 → esm2015}/types/arc-scale.interface.js +1 -0
- package/{dist/es2015 → esm2015}/types/border.interface.js +1 -0
- package/{dist/es → esm2015}/types/cap.interface.js +1 -0
- package/{dist/es → esm2015}/types/circular-gauge-scale.interface.js +1 -0
- package/{dist/es → esm2015}/types/color-range.interface.js +1 -0
- package/{dist/es → esm2015}/types/dash-type.interface.js +1 -0
- package/{dist/es → esm2015}/types/gauge-area.interface.js +1 -0
- package/{dist/es → esm2015}/types/labels.interface.js +1 -0
- package/{dist/es → esm2015}/types/line-cap.js +1 -0
- package/{dist/es → esm2015}/types/line.interface.js +1 -0
- package/{dist/es → esm2015}/types/linear-pointer-shape.js +1 -0
- package/{dist/es → esm2015}/types/linear-pointer.interface.js +1 -0
- package/{dist/es → esm2015}/types/linear-scale.interface.js +1 -0
- package/{dist/es → esm2015}/types/margin.interface.js +1 -0
- package/{dist/es → esm2015}/types/padding.interface.js +1 -0
- package/{dist/es → esm2015}/types/radial-label-position.js +1 -0
- package/{dist/es → esm2015}/types/radial-labels.interface.js +1 -0
- package/{dist/es → esm2015}/types/radial-pointer.interface.js +1 -0
- package/{dist/es → esm2015}/types/radial-scale.interface.js +1 -0
- package/{dist/es → esm2015}/types/range.interface.js +1 -0
- package/{dist/es → esm2015}/types/scale.interface.js +1 -0
- package/{dist/es → esm2015}/types/ticks.interface.js +1 -0
- package/{dist/es2015 → esm2015}/types.js +1 -0
- package/fesm2015/kendo-angular-gauges.js +1924 -0
- package/{dist/es2015/gauges.module.d.ts → gauges.module.d.ts} +8 -0
- package/{dist/es2015/services/collection-changes.service.d.ts → kendo-angular-gauges.d.ts} +3 -4
- package/{dist/es2015/linear-gauge → linear-gauge}/gauge-area.component.d.ts +3 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/labels.component.d.ts +3 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/linear-gauge.component.d.ts +3 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/linear-gauge.directives.d.ts +0 -0
- package/linear-gauge/linear-gauge.module.d.ts +41 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/pointer.component.d.ts +3 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/pointers.component.d.ts +3 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/range.component.d.ts +3 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/ranges.component.d.ts +3 -0
- package/{dist/es2015/linear-gauge → linear-gauge}/scale.component.d.ts +3 -0
- package/{dist/es2015/main.d.ts → main.d.ts} +2 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +37 -107
- package/{dist/es2015/radial-gauge → radial-gauge}/gauge-area.component.d.ts +3 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/labels.component.d.ts +3 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/pointer.component.d.ts +3 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/pointers.component.d.ts +3 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/radial-gauge.component.d.ts +3 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/radial-gauge.directives.d.ts +0 -0
- package/radial-gauge/radial-gauge.module.d.ts +41 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/range.component.d.ts +3 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/ranges.component.d.ts +3 -0
- package/{dist/es2015/radial-gauge → radial-gauge}/scale.component.d.ts +3 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/services/collection-changes.service.d.ts +13 -0
- package/{dist/es2015/services → services}/configuration.service.d.ts +3 -0
- package/{dist/es2015/services → services}/theme.service.d.ts +3 -0
- package/{dist/es2015/services.d.ts → services.d.ts} +0 -0
- package/{dist/es2015/base-components/settings.component.js → shared.module.d.ts} +6 -11
- package/{dist/es2015/types → types}/arc-scale.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/border.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/cap.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/circular-gauge-scale.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/color-range.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/dash-type.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/gauge-area.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/labels.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/line-cap.d.ts +0 -0
- package/{dist/es2015/types → types}/line.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/linear-pointer-shape.d.ts +0 -0
- package/{dist/es2015/types → types}/linear-pointer.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/linear-scale.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/margin.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/padding.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/radial-label-position.d.ts +0 -0
- package/{dist/es2015/types → types}/radial-labels.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/radial-pointer.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/radial-scale.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/range.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/scale.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/ticks.interface.d.ts +0 -0
- package/{dist/es2015/types.d.ts → types.d.ts} +0 -0
- package/dist/cdn/js/kendo-angular-gauges.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/arc-gauge/arc-center-template.directive.js +0 -46
- package/dist/es/arc-gauge/arc-gauge.component.js +0 -176
- package/dist/es/arc-gauge/arc-gauge.module.js +0 -52
- package/dist/es/arc-gauge/color.component.js +0 -44
- package/dist/es/arc-gauge/colors.component.js +0 -72
- package/dist/es/arc-gauge/gauge-area.component.js +0 -29
- package/dist/es/arc-gauge/labels.component.js +0 -29
- package/dist/es/arc-gauge/scale.component.js +0 -49
- package/dist/es/base-components/collection-item.component.js +0 -19
- package/dist/es/base-components/collection.component.js +0 -33
- package/dist/es/base-components/gauge-area.component.js +0 -38
- package/dist/es/base-components/gauge.component.js +0 -243
- package/dist/es/base-components/labels.component.js +0 -54
- package/dist/es/base-components/range.component.js +0 -34
- package/dist/es/base-components/scale.component.js +0 -58
- package/dist/es/base-components/settings.component.js +0 -21
- package/dist/es/circular-gauge/center-template.directive.js +0 -46
- package/dist/es/circular-gauge/circular-gauge.component.js +0 -70
- package/dist/es/circular-gauge/circular-gauge.module.js +0 -55
- package/dist/es/circular-gauge/gauge-area.component.js +0 -25
- package/dist/es/circular-gauge/labels.component.js +0 -24
- package/dist/es/circular-gauge/scale.component.js +0 -25
- package/dist/es/gauges.module.js +0 -44
- package/dist/es/index.js +0 -15
- package/dist/es/linear-gauge/gauge-area.component.js +0 -29
- package/dist/es/linear-gauge/labels.component.js +0 -28
- package/dist/es/linear-gauge/linear-gauge.component.js +0 -73
- package/dist/es/linear-gauge/linear-gauge.module.js +0 -52
- package/dist/es/linear-gauge/pointer.component.js +0 -56
- package/dist/es/linear-gauge/pointers.component.js +0 -65
- package/dist/es/linear-gauge/range.component.js +0 -28
- package/dist/es/linear-gauge/ranges.component.js +0 -70
- package/dist/es/linear-gauge/scale.component.js +0 -45
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/radial-gauge/gauge-area.component.js +0 -29
- package/dist/es/radial-gauge/labels.component.js +0 -32
- package/dist/es/radial-gauge/pointer.component.js +0 -44
- package/dist/es/radial-gauge/pointers.component.js +0 -65
- package/dist/es/radial-gauge/radial-gauge.component.js +0 -73
- package/dist/es/radial-gauge/radial-gauge.module.js +0 -52
- package/dist/es/radial-gauge/range.component.js +0 -28
- package/dist/es/radial-gauge/ranges.component.js +0 -70
- package/dist/es/radial-gauge/scale.component.js +0 -49
- package/dist/es/services/collection-changes.service.js +0 -18
- package/dist/es/services/configuration.service.js +0 -98
- package/dist/es/services/theme.service.js +0 -66
- package/dist/es/shared.module.js +0 -25
- package/dist/es/types/arc-scale.interface.js +0 -4
- package/dist/es/types/border.interface.js +0 -4
- package/dist/es/types.js +0 -4
- package/dist/es2015/arc-gauge/arc-gauge.directives.js +0 -11
- package/dist/es2015/arc-gauge/color.component.js +0 -42
- package/dist/es2015/arc-gauge/gauge-area.component.js +0 -26
- package/dist/es2015/arc-gauge/labels.component.js +0 -26
- package/dist/es2015/arc-gauge/scale.component.js +0 -46
- package/dist/es2015/base-components/collection-item.component.js +0 -17
- package/dist/es2015/base-components/gauge-area.component.js +0 -32
- package/dist/es2015/base-components/labels.component.js +0 -48
- package/dist/es2015/base-components/range.component.js +0 -28
- package/dist/es2015/base-components/scale.component.js +0 -52
- package/dist/es2015/base-components.js +0 -12
- package/dist/es2015/circular-gauge/circular-gauge.component.js +0 -71
- package/dist/es2015/circular-gauge/gauge-area.component.js +0 -20
- package/dist/es2015/circular-gauge/labels.component.js +0 -19
- package/dist/es2015/circular-gauge/scale.component.js +0 -20
- package/dist/es2015/index.d.ts +0 -15
- package/dist/es2015/index.js +0 -15
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/linear-gauge/gauge-area.component.js +0 -26
- package/dist/es2015/linear-gauge/labels.component.js +0 -25
- package/dist/es2015/linear-gauge/linear-gauge.component.js +0 -74
- package/dist/es2015/linear-gauge/linear-gauge.directives.js +0 -12
- package/dist/es2015/linear-gauge/linear-gauge.module.d.ts +0 -28
- package/dist/es2015/linear-gauge/pointer.component.js +0 -54
- package/dist/es2015/linear-gauge/range.component.js +0 -26
- package/dist/es2015/linear-gauge/scale.component.js +0 -42
- package/dist/es2015/main.js +0 -14
- package/dist/es2015/radial-gauge/gauge-area.component.js +0 -26
- package/dist/es2015/radial-gauge/labels.component.js +0 -29
- package/dist/es2015/radial-gauge/pointer.component.js +0 -42
- package/dist/es2015/radial-gauge/radial-gauge.component.js +0 -74
- package/dist/es2015/radial-gauge/radial-gauge.directives.js +0 -12
- package/dist/es2015/radial-gauge/radial-gauge.module.d.ts +0 -28
- package/dist/es2015/radial-gauge/range.component.js +0 -26
- package/dist/es2015/radial-gauge/scale.component.js +0 -46
- package/dist/es2015/services/collection-changes.service.js +0 -15
- package/dist/es2015/services.js +0 -7
- package/dist/es2015/shared.module.js +0 -22
- package/dist/es2015/types/cap.interface.js +0 -4
- package/dist/es2015/types/circular-gauge-scale.interface.js +0 -4
- package/dist/es2015/types/color-range.interface.js +0 -4
- package/dist/es2015/types/dash-type.interface.js +0 -4
- package/dist/es2015/types/gauge-area.interface.js +0 -4
- package/dist/es2015/types/labels.interface.js +0 -4
- package/dist/es2015/types/line-cap.js +0 -4
- package/dist/es2015/types/line.interface.js +0 -4
- package/dist/es2015/types/linear-pointer-shape.js +0 -4
- package/dist/es2015/types/linear-pointer.interface.js +0 -4
- package/dist/es2015/types/linear-scale.interface.js +0 -4
- package/dist/es2015/types/margin.interface.js +0 -4
- package/dist/es2015/types/padding.interface.js +0 -4
- package/dist/es2015/types/radial-label-position.js +0 -4
- package/dist/es2015/types/radial-labels.interface.js +0 -4
- package/dist/es2015/types/radial-pointer.interface.js +0 -4
- package/dist/es2015/types/radial-scale.interface.js +0 -4
- package/dist/es2015/types/range.interface.js +0 -4
- package/dist/es2015/types/scale.interface.js +0 -4
- package/dist/es2015/types/ticks.interface.js +0 -4
- package/dist/fesm2015/index.js +0 -1917
- package/dist/fesm5/index.js +0 -2031
- package/dist/npm/arc-gauge/arc-center-template.directive.js +0 -48
- package/dist/npm/arc-gauge/arc-gauge.component.js +0 -178
- package/dist/npm/arc-gauge/arc-gauge.directives.js +0 -20
- package/dist/npm/arc-gauge/arc-gauge.module.js +0 -54
- package/dist/npm/arc-gauge/color.component.js +0 -46
- package/dist/npm/arc-gauge/colors.component.js +0 -74
- package/dist/npm/arc-gauge/gauge-area.component.js +0 -31
- package/dist/npm/arc-gauge/labels.component.js +0 -31
- package/dist/npm/arc-gauge/scale.component.js +0 -51
- package/dist/npm/base-components/collection-item.component.js +0 -21
- package/dist/npm/base-components/collection.component.js +0 -35
- package/dist/npm/base-components/gauge-area.component.js +0 -40
- package/dist/npm/base-components/gauge.component.js +0 -245
- package/dist/npm/base-components/labels.component.js +0 -56
- package/dist/npm/base-components/range.component.js +0 -36
- package/dist/npm/base-components/scale.component.js +0 -60
- package/dist/npm/base-components/settings.component.js +0 -23
- package/dist/npm/base-components.js +0 -22
- package/dist/npm/circular-gauge/center-template.directive.js +0 -48
- package/dist/npm/circular-gauge/circular-gauge.component.js +0 -72
- package/dist/npm/circular-gauge/circular-gauge.module.js +0 -57
- package/dist/npm/circular-gauge/gauge-area.component.js +0 -27
- package/dist/npm/circular-gauge/labels.component.js +0 -26
- package/dist/npm/circular-gauge/scale.component.js +0 -27
- package/dist/npm/gauges.module.js +0 -46
- package/dist/npm/index.js +0 -25
- package/dist/npm/linear-gauge/gauge-area.component.js +0 -31
- package/dist/npm/linear-gauge/labels.component.js +0 -30
- package/dist/npm/linear-gauge/linear-gauge.component.js +0 -75
- package/dist/npm/linear-gauge/linear-gauge.directives.js +0 -22
- package/dist/npm/linear-gauge/linear-gauge.module.js +0 -54
- package/dist/npm/linear-gauge/pointer.component.js +0 -58
- package/dist/npm/linear-gauge/pointers.component.js +0 -67
- package/dist/npm/linear-gauge/range.component.js +0 -30
- package/dist/npm/linear-gauge/ranges.component.js +0 -72
- package/dist/npm/linear-gauge/scale.component.js +0 -47
- package/dist/npm/main.js +0 -22
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/radial-gauge/gauge-area.component.js +0 -31
- package/dist/npm/radial-gauge/labels.component.js +0 -34
- package/dist/npm/radial-gauge/pointer.component.js +0 -46
- package/dist/npm/radial-gauge/pointers.component.js +0 -67
- package/dist/npm/radial-gauge/radial-gauge.component.js +0 -75
- package/dist/npm/radial-gauge/radial-gauge.directives.js +0 -22
- package/dist/npm/radial-gauge/radial-gauge.module.js +0 -54
- package/dist/npm/radial-gauge/range.component.js +0 -30
- package/dist/npm/radial-gauge/ranges.component.js +0 -72
- package/dist/npm/radial-gauge/scale.component.js +0 -51
- package/dist/npm/services/collection-changes.service.js +0 -20
- package/dist/npm/services/configuration.service.js +0 -100
- package/dist/npm/services/theme.service.js +0 -68
- package/dist/npm/services.js +0 -12
- package/dist/npm/shared.module.js +0 -27
- package/dist/npm/types/arc-scale.interface.js +0 -6
- package/dist/npm/types/border.interface.js +0 -6
- package/dist/npm/types/cap.interface.js +0 -6
- package/dist/npm/types/circular-gauge-scale.interface.js +0 -6
- package/dist/npm/types/color-range.interface.js +0 -6
- package/dist/npm/types/dash-type.interface.js +0 -6
- package/dist/npm/types/gauge-area.interface.js +0 -6
- package/dist/npm/types/labels.interface.js +0 -6
- package/dist/npm/types/line-cap.js +0 -6
- package/dist/npm/types/line.interface.js +0 -6
- package/dist/npm/types/linear-pointer-shape.js +0 -6
- package/dist/npm/types/linear-pointer.interface.js +0 -6
- package/dist/npm/types/linear-scale.interface.js +0 -6
- package/dist/npm/types/margin.interface.js +0 -6
- package/dist/npm/types/padding.interface.js +0 -6
- package/dist/npm/types/radial-label-position.js +0 -6
- package/dist/npm/types/radial-labels.interface.js +0 -6
- package/dist/npm/types/radial-pointer.interface.js +0 -6
- package/dist/npm/types/radial-scale.interface.js +0 -6
- package/dist/npm/types/range.interface.js +0 -6
- package/dist/npm/types/scale.interface.js +0 -6
- package/dist/npm/types/ticks.interface.js +0 -6
- package/dist/npm/types.js +0 -6
- package/dist/systemjs/kendo-angular-gauges.js +0 -5
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import
|
|
6
|
-
import { Component, ContentChildren, QueryList } from '@angular/core';
|
|
5
|
+
import { Component, ContentChildren } from '@angular/core';
|
|
7
6
|
import { LinearPointerComponent } from './pointer.component';
|
|
8
7
|
import { CollectionComponent } from '../base-components';
|
|
9
|
-
import { CollectionChangesService
|
|
8
|
+
import { CollectionChangesService } from '../services';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "../services";
|
|
10
11
|
/**
|
|
11
12
|
* A collection of one or more LinearGauge pointers
|
|
12
13
|
* ([more information]({% slug multiplepointers_lineargauge %})).
|
|
@@ -42,22 +43,21 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
42
43
|
*
|
|
43
44
|
* ```
|
|
44
45
|
*/
|
|
45
|
-
|
|
46
|
+
export class LinearPointersComponent extends CollectionComponent {
|
|
46
47
|
constructor(configurationService, collectionChangesService) {
|
|
47
48
|
super('pointer', configurationService, collectionChangesService);
|
|
48
49
|
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
]
|
|
63
|
-
export { LinearPointersComponent };
|
|
50
|
+
}
|
|
51
|
+
LinearPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearPointersComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
LinearPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearPointersComponent, selector: "kendo-lineargauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearPointersComponent, decorators: [{
|
|
54
|
+
type: Component,
|
|
55
|
+
args: [{
|
|
56
|
+
providers: [CollectionChangesService],
|
|
57
|
+
selector: 'kendo-lineargauge-pointers',
|
|
58
|
+
template: ''
|
|
59
|
+
}]
|
|
60
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.CollectionChangesService }]; }, propDecorators: { children: [{
|
|
61
|
+
type: ContentChildren,
|
|
62
|
+
args: [LinearPointerComponent]
|
|
63
|
+
}] } });
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Component } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../services';
|
|
7
|
+
import { RangeComponent } from '../base-components';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
import * as i1 from "../services";
|
|
10
|
+
/**
|
|
11
|
+
* The configuration options for a scale range item of a LinearGauge.
|
|
12
|
+
*/
|
|
13
|
+
export class LinearRangeComponent extends RangeComponent {
|
|
14
|
+
constructor(configurationService, collectionChangesService) {
|
|
15
|
+
super(configurationService, collectionChangesService);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
LinearRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
LinearRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearRangeComponent, selector: "kendo-lineargauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangeComponent, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{
|
|
23
|
+
providers: [ConfigurationService],
|
|
24
|
+
selector: 'kendo-lineargauge-scale-range',
|
|
25
|
+
template: ''
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.CollectionChangesService }]; } });
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import
|
|
6
|
-
import { Component, ContentChildren, QueryList } from '@angular/core';
|
|
5
|
+
import { Component, ContentChildren } from '@angular/core';
|
|
7
6
|
import { CollectionComponent } from '../base-components';
|
|
8
7
|
import { LinearRangeComponent } from './range.component';
|
|
9
|
-
import { CollectionChangesService
|
|
8
|
+
import { CollectionChangesService } from '../services';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "../services";
|
|
10
11
|
/**
|
|
11
12
|
* A collection of one or more LinearGauge scale ranges
|
|
12
13
|
* ([more information and example]({% slug scaleranghes_lineargauge %})).
|
|
@@ -47,22 +48,21 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
47
48
|
*
|
|
48
49
|
* ```
|
|
49
50
|
*/
|
|
50
|
-
|
|
51
|
+
export class LinearRangesComponent extends CollectionComponent {
|
|
51
52
|
constructor(configurationService, collectionChangesService) {
|
|
52
53
|
super('scale.ranges', configurationService, collectionChangesService);
|
|
53
54
|
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
]
|
|
68
|
-
export { LinearRangesComponent };
|
|
55
|
+
}
|
|
56
|
+
LinearRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangesComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
57
|
+
LinearRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearRangesComponent, selector: "kendo-lineargauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangesComponent, decorators: [{
|
|
59
|
+
type: Component,
|
|
60
|
+
args: [{
|
|
61
|
+
providers: [CollectionChangesService],
|
|
62
|
+
selector: 'kendo-lineargauge-scale-ranges',
|
|
63
|
+
template: ''
|
|
64
|
+
}]
|
|
65
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.CollectionChangesService }]; }, propDecorators: { children: [{
|
|
66
|
+
type: ContentChildren,
|
|
67
|
+
args: [LinearRangeComponent]
|
|
68
|
+
}] } });
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Input, Component } from '@angular/core';
|
|
6
|
+
import { ScaleComponent } from '../base-components';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "../services";
|
|
9
|
+
/**
|
|
10
|
+
* The configuration options for the scale of the LinearGauge
|
|
11
|
+
* ([see example]({% slug scaleoptions_lineargauge %})).
|
|
12
|
+
*/
|
|
13
|
+
export class LinearScaleComponent extends ScaleComponent {
|
|
14
|
+
constructor(configurationService) {
|
|
15
|
+
super('scale', configurationService);
|
|
16
|
+
this.configurationService = configurationService;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
LinearScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearScaleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
LinearScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearScaleComponent, selector: "kendo-lineargauge-scale", inputs: { line: "line", ranges: "ranges", mirror: "mirror", vertical: "vertical" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearScaleComponent, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{
|
|
24
|
+
selector: 'kendo-lineargauge-scale',
|
|
25
|
+
template: ''
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { line: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], ranges: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], mirror: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}], vertical: [{
|
|
34
|
+
type: Input
|
|
35
|
+
}] } });
|
|
@@ -5,10 +5,13 @@
|
|
|
5
5
|
export { ArcGaugeModule } from './arc-gauge/arc-gauge.module';
|
|
6
6
|
export { LinearGaugeModule } from './linear-gauge/linear-gauge.module';
|
|
7
7
|
export { RadialGaugeModule } from './radial-gauge/radial-gauge.module';
|
|
8
|
+
export { CircularGaugeModule } from './circular-gauge/circular-gauge.module';
|
|
8
9
|
export { GaugesModule } from './gauges.module';
|
|
10
|
+
export * from './types';
|
|
9
11
|
export * from './base-components';
|
|
10
12
|
export * from './services';
|
|
11
13
|
export * from './arc-gauge/arc-gauge.directives';
|
|
12
14
|
export * from './linear-gauge/linear-gauge.directives';
|
|
13
15
|
export * from './radial-gauge/radial-gauge.directives';
|
|
16
|
+
export * from './circular-gauge/circular-gauge.directives';
|
|
14
17
|
export { ResizeSensorComponent } from '@progress/kendo-angular-common';
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-gauges',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1649876825,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Component } from '@angular/core';
|
|
6
|
+
import { GaugeAreaComponent } from '../base-components';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "../services";
|
|
9
|
+
/**
|
|
10
|
+
* The configuration options for the RadialGauge area.
|
|
11
|
+
* Represents the entire visible area of the RadialGauge.
|
|
12
|
+
*/
|
|
13
|
+
export class RadialGaugeAreaComponent extends GaugeAreaComponent {
|
|
14
|
+
constructor(configurationService) {
|
|
15
|
+
super('gaugeArea', configurationService);
|
|
16
|
+
this.configurationService = configurationService;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
RadialGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeAreaComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
RadialGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialGaugeAreaComponent, selector: "kendo-radialgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeAreaComponent, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{
|
|
24
|
+
selector: 'kendo-radialgauge-area',
|
|
25
|
+
template: ''
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; } });
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Input, Component } from '@angular/core';
|
|
6
|
+
import { LabelsComponent } from '../base-components';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "../services";
|
|
9
|
+
/**
|
|
10
|
+
* The configuration options for the scale labels of the RadialGauge.
|
|
11
|
+
*/
|
|
12
|
+
export class RadialLabelsComponent extends LabelsComponent {
|
|
13
|
+
constructor(configurationService) {
|
|
14
|
+
super('scale.labels', configurationService);
|
|
15
|
+
this.configurationService = configurationService;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
RadialLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
RadialLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialLabelsComponent, selector: "kendo-radialgauge-scale-labels", inputs: { position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialLabelsComponent, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{
|
|
23
|
+
selector: 'kendo-radialgauge-scale-labels',
|
|
24
|
+
template: ''
|
|
25
|
+
}]
|
|
26
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { position: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}] } });
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Input, Component } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../services';
|
|
7
|
+
import { CollectionItemComponent } from '../base-components';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
import * as i1 from "../services";
|
|
10
|
+
/**
|
|
11
|
+
* The configuration options for a pointer item of a RadialGauge.
|
|
12
|
+
*/
|
|
13
|
+
export class RadialPointerComponent extends CollectionItemComponent {
|
|
14
|
+
constructor(configurationService, collectionChangesService) {
|
|
15
|
+
super(configurationService, collectionChangesService);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
RadialPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointerComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialPointerComponent, selector: "kendo-radialgauge-pointer", inputs: { cap: "cap", color: "color", length: "length", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointerComponent, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{
|
|
23
|
+
providers: [ConfigurationService],
|
|
24
|
+
selector: 'kendo-radialgauge-pointer',
|
|
25
|
+
template: ''
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.CollectionChangesService }]; }, propDecorators: { cap: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], color: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], length: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}], value: [{
|
|
34
|
+
type: Input
|
|
35
|
+
}] } });
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import
|
|
6
|
-
import { Component, ContentChildren, QueryList } from '@angular/core';
|
|
5
|
+
import { Component, ContentChildren } from '@angular/core';
|
|
7
6
|
import { RadialPointerComponent } from './pointer.component';
|
|
8
7
|
import { CollectionComponent } from '../base-components';
|
|
9
|
-
import { CollectionChangesService
|
|
8
|
+
import { CollectionChangesService } from '../services';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "../services";
|
|
10
11
|
/**
|
|
11
12
|
* A collection of one or more RadialGauge pointers
|
|
12
13
|
* ([more information and example]({% slug multiplepointers_radialgauge %})).
|
|
@@ -42,22 +43,21 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
42
43
|
*
|
|
43
44
|
* ```
|
|
44
45
|
*/
|
|
45
|
-
|
|
46
|
+
export class RadialPointersComponent extends CollectionComponent {
|
|
46
47
|
constructor(configurationService, collectionChangesService) {
|
|
47
48
|
super('pointer', configurationService, collectionChangesService);
|
|
48
49
|
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
]
|
|
63
|
-
export { RadialPointersComponent };
|
|
50
|
+
}
|
|
51
|
+
RadialPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointersComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialPointersComponent, selector: "kendo-radialgauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointersComponent, decorators: [{
|
|
54
|
+
type: Component,
|
|
55
|
+
args: [{
|
|
56
|
+
providers: [CollectionChangesService],
|
|
57
|
+
selector: 'kendo-radialgauge-pointers',
|
|
58
|
+
template: ''
|
|
59
|
+
}]
|
|
60
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.CollectionChangesService }]; }, propDecorators: { children: [{
|
|
61
|
+
type: ContentChildren,
|
|
62
|
+
args: [RadialPointerComponent]
|
|
63
|
+
}] } });
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../services';
|
|
7
|
+
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
8
|
+
import { GaugeComponent } from '../base-components';
|
|
9
|
+
import { RadialGauge } from '@progress/kendo-charts';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "../services";
|
|
12
|
+
import * as i2 from "@progress/kendo-angular-intl";
|
|
13
|
+
import * as i3 from "@progress/kendo-angular-l10n";
|
|
14
|
+
import * as i4 from "@progress/kendo-angular-common";
|
|
15
|
+
/**
|
|
16
|
+
* Represents the [Kendo UI RadialGauge component for Angular]({% slug overview_radialgauge_gauges %}).
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```ts
|
|
20
|
+
* import { Component } from '@angular/core';
|
|
21
|
+
*
|
|
22
|
+
* _@Component({
|
|
23
|
+
* selector: 'my-app',
|
|
24
|
+
* template: `
|
|
25
|
+
* <kendo-radialgauge [pointer]="{ value: value }">
|
|
26
|
+
* </kendo-radialgauge>
|
|
27
|
+
* `
|
|
28
|
+
* })
|
|
29
|
+
* class AppComponent {
|
|
30
|
+
* public value: number = 10;
|
|
31
|
+
* }
|
|
32
|
+
*
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export class RadialGaugeComponent extends GaugeComponent {
|
|
36
|
+
constructor(configurationService, themeService, intlService, localizationService, element, renderer, ngZone) {
|
|
37
|
+
super(configurationService, themeService, intlService, localizationService, element, renderer, ngZone);
|
|
38
|
+
}
|
|
39
|
+
createInstance(element, options, theme, context) {
|
|
40
|
+
this.instance = new RadialGauge(element, options, theme, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
RadialGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialGaugeComponent, selector: "kendo-radialgauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
|
|
45
|
+
ConfigurationService,
|
|
46
|
+
LocalizationService,
|
|
47
|
+
{
|
|
48
|
+
provide: L10N_PREFIX,
|
|
49
|
+
useValue: 'kendo.radialgauge'
|
|
50
|
+
}
|
|
51
|
+
], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
52
|
+
<div #surface class='k-chart-surface'></div>
|
|
53
|
+
<kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
54
|
+
`, isInline: true, components: [{ type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{
|
|
58
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
59
|
+
exportAs: 'kendoRadialGauge',
|
|
60
|
+
providers: [
|
|
61
|
+
ConfigurationService,
|
|
62
|
+
LocalizationService,
|
|
63
|
+
{
|
|
64
|
+
provide: L10N_PREFIX,
|
|
65
|
+
useValue: 'kendo.radialgauge'
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
selector: 'kendo-radialgauge',
|
|
69
|
+
template: `
|
|
70
|
+
<div #surface class='k-chart-surface'></div>
|
|
71
|
+
<kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
72
|
+
`
|
|
73
|
+
}]
|
|
74
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.ThemeService }, { type: i2.IntlService }, { type: i3.LocalizationService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { pointer: [{
|
|
75
|
+
type: Input
|
|
76
|
+
}], scale: [{
|
|
77
|
+
type: Input
|
|
78
|
+
}] } });
|
|
File without changes
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as tslib_1 from "tslib";
|
|
6
5
|
import { NgModule } from '@angular/core';
|
|
7
6
|
import { SharedModule } from '../shared.module';
|
|
8
7
|
import { RadialGaugeComponent } from './radial-gauge.component';
|
|
@@ -13,6 +12,7 @@ import { RadialPointersComponent } from './pointers.component';
|
|
|
13
12
|
import { RadialPointerComponent } from './pointer.component';
|
|
14
13
|
import { RadialRangeComponent } from './range.component';
|
|
15
14
|
import { RadialRangesComponent } from './ranges.component';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
16
|
const DIRECTIVES = [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
|
|
17
17
|
RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent];
|
|
18
18
|
/**
|
|
@@ -37,13 +37,18 @@ const DIRECTIVES = [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleC
|
|
|
37
37
|
* }
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
RadialGaugeModule =
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
40
|
+
export class RadialGaugeModule {
|
|
41
|
+
}
|
|
42
|
+
RadialGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
43
|
+
RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, declarations: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
|
|
44
|
+
RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent], imports: [SharedModule], exports: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
|
|
45
|
+
RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
|
|
46
|
+
RadialGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, imports: [[SharedModule]] });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, decorators: [{
|
|
48
|
+
type: NgModule,
|
|
49
|
+
args: [{
|
|
50
|
+
declarations: [DIRECTIVES],
|
|
51
|
+
exports: [DIRECTIVES],
|
|
52
|
+
imports: [SharedModule]
|
|
53
|
+
}]
|
|
54
|
+
}] });
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Component } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../services';
|
|
7
|
+
import { RangeComponent } from '../base-components';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
import * as i1 from "../services";
|
|
10
|
+
/**
|
|
11
|
+
* The configuration options for a scale range item of a RadialGauge.
|
|
12
|
+
*/
|
|
13
|
+
export class RadialRangeComponent extends RangeComponent {
|
|
14
|
+
constructor(configurationService, collectionChangesService) {
|
|
15
|
+
super(configurationService, collectionChangesService);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
RadialRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialRangeComponent, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangeComponent, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{
|
|
23
|
+
providers: [ConfigurationService],
|
|
24
|
+
selector: 'kendo-radialgauge-scale-range',
|
|
25
|
+
template: ''
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.CollectionChangesService }]; } });
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import
|
|
6
|
-
import { Component, ContentChildren, QueryList } from '@angular/core';
|
|
5
|
+
import { Component, ContentChildren } from '@angular/core';
|
|
7
6
|
import { CollectionComponent } from '../base-components';
|
|
8
7
|
import { RadialRangeComponent } from './range.component';
|
|
9
|
-
import { CollectionChangesService
|
|
8
|
+
import { CollectionChangesService } from '../services';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "../services";
|
|
10
11
|
/**
|
|
11
12
|
* A collection of one or more RadialGauge scale ranges
|
|
12
13
|
* ([more information and example]({% slug scaleranghes_radialgauge %})).
|
|
@@ -47,22 +48,21 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
47
48
|
*
|
|
48
49
|
* ```
|
|
49
50
|
*/
|
|
50
|
-
|
|
51
|
+
export class RadialRangesComponent extends CollectionComponent {
|
|
51
52
|
constructor(configurationService, collectionChangesService) {
|
|
52
53
|
super('scale.ranges', configurationService, collectionChangesService);
|
|
53
54
|
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
]
|
|
68
|
-
export { RadialRangesComponent };
|
|
55
|
+
}
|
|
56
|
+
RadialRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangesComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
57
|
+
RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialRangesComponent, selector: "kendo-radialgauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangesComponent, decorators: [{
|
|
59
|
+
type: Component,
|
|
60
|
+
args: [{
|
|
61
|
+
providers: [CollectionChangesService],
|
|
62
|
+
selector: 'kendo-radialgauge-scale-ranges',
|
|
63
|
+
template: ''
|
|
64
|
+
}]
|
|
65
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.CollectionChangesService }]; }, propDecorators: { children: [{
|
|
66
|
+
type: ContentChildren,
|
|
67
|
+
args: [RadialRangeComponent]
|
|
68
|
+
}] } });
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Input, Component } from '@angular/core';
|
|
6
|
+
import { ScaleComponent } from '../base-components';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "../services";
|
|
9
|
+
/**
|
|
10
|
+
* The configuration options for the scale of the RadialGauge
|
|
11
|
+
* ([more information and example]({% slug scaleoptions_radialgauge %})).
|
|
12
|
+
*/
|
|
13
|
+
export class RadialScaleComponent extends ScaleComponent {
|
|
14
|
+
constructor(configurationService) {
|
|
15
|
+
super('scale', configurationService);
|
|
16
|
+
this.configurationService = configurationService;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
RadialScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialScaleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialScaleComponent, selector: "kendo-radialgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", ranges: "ranges", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialScaleComponent, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{
|
|
24
|
+
selector: 'kendo-radialgauge-scale',
|
|
25
|
+
template: ''
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { labels: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], rangeDistance: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], ranges: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}], startAngle: [{
|
|
34
|
+
type: Input
|
|
35
|
+
}], endAngle: [{
|
|
36
|
+
type: Input
|
|
37
|
+
}] } });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Injectable } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export class CollectionChangesService {
|
|
11
|
+
}
|
|
12
|
+
CollectionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13
|
+
CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionChangesService });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionChangesService, decorators: [{
|
|
15
|
+
type: Injectable
|
|
16
|
+
}] });
|