ngx-color 7.0.2 → 7.3.1
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/alpha/alpha-picker.component.d.ts +8 -0
- package/alpha/ngx-color-alpha.d.ts +2 -1
- package/alpha/package.json +6 -10
- package/alpha/public_api.d.ts +1 -0
- package/alpha.component.d.ts +9 -0
- package/block/block-swatches.component.d.ts +13 -8
- package/block/block.component.d.ts +9 -0
- package/block/ngx-color-block.d.ts +2 -2
- package/block/package.json +6 -10
- package/block/public_api.d.ts +2 -0
- package/checkboard.component.d.ts +7 -0
- package/chrome/chrome-fields.component.d.ts +3 -0
- package/chrome/chrome.component.d.ts +9 -0
- package/chrome/ngx-color-chrome.d.ts +2 -2
- package/chrome/package.json +6 -10
- package/chrome/public_api.d.ts +2 -0
- package/circle/circle-swatch.component.d.ts +3 -0
- package/circle/circle.component.d.ts +9 -0
- package/circle/ngx-color-circle.d.ts +2 -2
- package/circle/package.json +9 -10
- package/circle/public_api.d.ts +2 -0
- package/color-wrap.component.d.ts +27 -2
- package/compact/compact-color.component.d.ts +3 -0
- package/compact/compact-fields.component.d.ts +3 -0
- package/compact/compact.component.d.ts +10 -0
- package/compact/ngx-color-compact.d.ts +2 -3
- package/compact/package.json +6 -10
- package/compact/public_api.d.ts +3 -0
- package/coordinates.directive.d.ts +6 -0
- package/editable-input.component.d.ts +7 -0
- package/esm2020/alpha/alpha-picker.component.mjs +116 -0
- package/esm2020/alpha/ngx-color-alpha.mjs +5 -0
- package/esm2020/alpha/public_api.mjs +2 -0
- package/esm2020/alpha.component.mjs +186 -0
- package/esm2020/block/block-swatches.component.mjs +74 -0
- package/esm2020/block/block.component.mjs +199 -0
- package/esm2020/block/ngx-color-block.mjs +5 -0
- package/esm2020/block/public_api.mjs +3 -0
- package/esm2020/checkboard.component.mjs +66 -0
- package/esm2020/chrome/chrome-fields.component.mjs +356 -0
- package/esm2020/chrome/chrome.component.mjs +249 -0
- package/esm2020/chrome/ngx-color-chrome.mjs +5 -0
- package/esm2020/chrome/public_api.mjs +3 -0
- package/esm2020/circle/circle-swatch.component.mjs +85 -0
- package/esm2020/circle/circle.component.mjs +148 -0
- package/esm2020/circle/ngx-color-circle.mjs +5 -0
- package/esm2020/circle/public_api.mjs +3 -0
- package/esm2020/color-wrap.component.mjs +163 -0
- package/esm2020/compact/compact-color.component.mjs +91 -0
- package/esm2020/compact/compact-fields.component.mjs +186 -0
- package/esm2020/compact/compact.component.mjs +177 -0
- package/esm2020/compact/ngx-color-compact.mjs +5 -0
- package/esm2020/compact/public_api.mjs +4 -0
- package/esm2020/coordinates.directive.mjs +104 -0
- package/esm2020/editable-input.component.mjs +217 -0
- package/esm2020/github/github-swatch.component.mjs +67 -0
- package/esm2020/github/github.component.mjs +179 -0
- package/esm2020/github/ngx-color-github.mjs +5 -0
- package/esm2020/github/public_api.mjs +3 -0
- package/esm2020/helpers/checkboard.mjs +33 -0
- package/esm2020/helpers/color.interfaces.mjs +2 -0
- package/esm2020/helpers/color.mjs +60 -0
- package/esm2020/hue/hue-picker.component.mjs +113 -0
- package/esm2020/hue/ngx-color-hue.mjs +5 -0
- package/esm2020/hue/public_api.mjs +2 -0
- package/esm2020/hue.component.mjs +165 -0
- package/esm2020/material/material.component.mjs +211 -0
- package/esm2020/material/ngx-color-material.mjs +5 -0
- package/esm2020/material/public_api.mjs +2 -0
- package/esm2020/ngx-color.mjs +5 -0
- package/esm2020/photoshop/ngx-color-photoshop.mjs +5 -0
- package/esm2020/photoshop/photoshop-button.component.mjs +63 -0
- package/esm2020/photoshop/photoshop-fields.component.mjs +241 -0
- package/esm2020/photoshop/photoshop-previews.component.mjs +68 -0
- package/esm2020/photoshop/photoshop.component.mjs +258 -0
- package/esm2020/photoshop/public_api.mjs +5 -0
- package/esm2020/public_api.mjs +14 -0
- package/esm2020/raised.component.mjs +89 -0
- package/esm2020/saturation.component.mjs +136 -0
- package/esm2020/shade/ngx-color-shade.mjs +5 -0
- package/esm2020/shade/public_api.mjs +2 -0
- package/esm2020/shade/shade-picker.component.mjs +105 -0
- package/esm2020/shade.component.mjs +165 -0
- package/esm2020/sketch/ngx-color-sketch.mjs +5 -0
- package/esm2020/sketch/public_api.mjs +4 -0
- package/esm2020/sketch/sketch-fields.component.mjs +243 -0
- package/esm2020/sketch/sketch-preset-colors.component.mjs +98 -0
- package/esm2020/sketch/sketch.component.mjs +283 -0
- package/esm2020/slider/ngx-color-slider.mjs +5 -0
- package/esm2020/slider/public_api.mjs +4 -0
- package/esm2020/slider/slider-swatch.component.mjs +80 -0
- package/esm2020/slider/slider-swatches.component.mjs +135 -0
- package/esm2020/slider/slider.component.mjs +116 -0
- package/esm2020/swatch.component.mjs +125 -0
- package/esm2020/swatches/ngx-color-swatches.mjs +5 -0
- package/esm2020/swatches/public_api.mjs +4 -0
- package/esm2020/swatches/swatches-color.component.mjs +123 -0
- package/esm2020/swatches/swatches-group.component.mjs +64 -0
- package/esm2020/swatches/swatches.component.mjs +258 -0
- package/esm2020/twitter/ngx-color-twitter.mjs +5 -0
- package/esm2020/twitter/public_api.mjs +2 -0
- package/esm2020/twitter/twitter.component.mjs +255 -0
- package/fesm2015/ngx-color-alpha.mjs +123 -0
- package/fesm2015/ngx-color-alpha.mjs.map +1 -0
- package/fesm2015/ngx-color-block.mjs +275 -0
- package/fesm2015/ngx-color-block.mjs.map +1 -0
- package/fesm2015/ngx-color-chrome.mjs +606 -0
- package/fesm2015/ngx-color-chrome.mjs.map +1 -0
- package/fesm2015/ngx-color-circle.mjs +237 -0
- package/fesm2015/ngx-color-circle.mjs.map +1 -0
- package/fesm2015/ngx-color-compact.mjs +451 -0
- package/fesm2015/ngx-color-compact.mjs.map +1 -0
- package/fesm2015/ngx-color-github.mjs +250 -0
- package/fesm2015/ngx-color-github.mjs.map +1 -0
- package/fesm2015/ngx-color-hue.mjs +120 -0
- package/fesm2015/ngx-color-hue.mjs.map +1 -0
- package/fesm2015/ngx-color-material.mjs +218 -0
- package/fesm2015/ngx-color-material.mjs.map +1 -0
- package/fesm2015/ngx-color-photoshop.mjs +626 -0
- package/fesm2015/ngx-color-photoshop.mjs.map +1 -0
- package/fesm2015/ngx-color-shade.mjs +112 -0
- package/fesm2015/ngx-color-shade.mjs.map +1 -0
- package/fesm2015/ngx-color-sketch.mjs +620 -0
- package/fesm2015/ngx-color-sketch.mjs.map +1 -0
- package/fesm2015/ngx-color-slider.mjs +331 -0
- package/fesm2015/ngx-color-slider.mjs.map +1 -0
- package/fesm2015/ngx-color-swatches.mjs +441 -0
- package/fesm2015/ngx-color-swatches.mjs.map +1 -0
- package/fesm2015/ngx-color-twitter.mjs +262 -0
- package/fesm2015/ngx-color-twitter.mjs.map +1 -0
- package/fesm2015/ngx-color.mjs +1461 -0
- package/fesm2015/ngx-color.mjs.map +1 -0
- package/fesm2020/ngx-color-alpha.mjs +123 -0
- package/fesm2020/ngx-color-alpha.mjs.map +1 -0
- package/fesm2020/ngx-color-block.mjs +275 -0
- package/fesm2020/ngx-color-block.mjs.map +1 -0
- package/fesm2020/ngx-color-chrome.mjs +606 -0
- package/fesm2020/ngx-color-chrome.mjs.map +1 -0
- package/fesm2020/ngx-color-circle.mjs +237 -0
- package/fesm2020/ngx-color-circle.mjs.map +1 -0
- package/fesm2020/ngx-color-compact.mjs +451 -0
- package/fesm2020/ngx-color-compact.mjs.map +1 -0
- package/fesm2020/ngx-color-github.mjs +250 -0
- package/fesm2020/ngx-color-github.mjs.map +1 -0
- package/fesm2020/ngx-color-hue.mjs +120 -0
- package/fesm2020/ngx-color-hue.mjs.map +1 -0
- package/fesm2020/ngx-color-material.mjs +218 -0
- package/fesm2020/ngx-color-material.mjs.map +1 -0
- package/fesm2020/ngx-color-photoshop.mjs +626 -0
- package/fesm2020/ngx-color-photoshop.mjs.map +1 -0
- package/fesm2020/ngx-color-shade.mjs +112 -0
- package/fesm2020/ngx-color-shade.mjs.map +1 -0
- package/fesm2020/ngx-color-sketch.mjs +620 -0
- package/fesm2020/ngx-color-sketch.mjs.map +1 -0
- package/fesm2020/ngx-color-slider.mjs +331 -0
- package/fesm2020/ngx-color-slider.mjs.map +1 -0
- package/fesm2020/ngx-color-swatches.mjs +441 -0
- package/fesm2020/ngx-color-swatches.mjs.map +1 -0
- package/fesm2020/ngx-color-twitter.mjs +262 -0
- package/fesm2020/ngx-color-twitter.mjs.map +1 -0
- package/fesm2020/ngx-color.mjs +1466 -0
- package/fesm2020/ngx-color.mjs.map +1 -0
- package/github/github-swatch.component.d.ts +3 -0
- package/github/github.component.d.ts +9 -0
- package/github/ngx-color-github.d.ts +2 -2
- package/github/package.json +6 -10
- package/github/public_api.d.ts +2 -0
- package/hue/hue-picker.component.d.ts +8 -0
- package/hue/ngx-color-hue.d.ts +2 -1
- package/hue/package.json +6 -10
- package/hue/public_api.d.ts +1 -0
- package/hue.component.d.ts +8 -0
- package/material/material.component.d.ts +8 -0
- package/material/ngx-color-material.d.ts +2 -1
- package/material/package.json +6 -10
- package/material/public_api.d.ts +1 -0
- package/ngx-color.d.ts +1 -0
- package/package.json +137 -14
- package/photoshop/ngx-color-photoshop.d.ts +2 -4
- package/photoshop/package.json +6 -10
- package/photoshop/photoshop-button.component.d.ts +3 -0
- package/photoshop/photoshop-fields.component.d.ts +3 -0
- package/photoshop/photoshop-previews.component.d.ts +3 -0
- package/photoshop/photoshop.component.d.ts +11 -0
- package/photoshop/public_api.d.ts +4 -0
- package/raised.component.d.ts +7 -0
- package/saturation.component.d.ts +8 -0
- package/shade/ngx-color-shade.d.ts +2 -1
- package/shade/package.json +6 -10
- package/shade/public_api.d.ts +1 -0
- package/shade/shade-picker.component.d.ts +8 -0
- package/shade.component.d.ts +8 -0
- package/sketch/ngx-color-sketch.d.ts +2 -3
- package/sketch/package.json +6 -10
- package/sketch/public_api.d.ts +3 -0
- package/sketch/sketch-fields.component.d.ts +3 -0
- package/sketch/sketch-preset-colors.component.d.ts +3 -0
- package/sketch/sketch.component.d.ts +10 -0
- package/slider/ngx-color-slider.d.ts +2 -3
- package/slider/package.json +6 -10
- package/slider/public_api.d.ts +3 -0
- package/slider/slider-swatch.component.d.ts +3 -0
- package/slider/slider-swatches.component.d.ts +3 -0
- package/slider/slider.component.d.ts +10 -0
- package/swatch.component.d.ts +8 -0
- package/swatches/ngx-color-swatches.d.ts +2 -3
- package/swatches/package.json +9 -10
- package/swatches/public_api.d.ts +3 -0
- package/swatches/swatches-color.component.d.ts +3 -0
- package/swatches/swatches-group.component.d.ts +3 -0
- package/swatches/swatches.component.d.ts +10 -0
- package/twitter/ngx-color-twitter.d.ts +2 -1
- package/twitter/package.json +6 -10
- package/twitter/public_api.d.ts +1 -0
- package/twitter/twitter.component.d.ts +8 -0
- package/LICENSE +0 -21
- package/README.md +0 -280
- package/alpha/bundles/ngx-color-alpha.umd.js +0 -387
- package/alpha/bundles/ngx-color-alpha.umd.js.map +0 -1
- package/alpha/esm2015/alpha-picker.component.js +0 -72
- package/alpha/esm2015/ngx-color-alpha.js +0 -5
- package/alpha/fesm2015/ngx-color-alpha.js +0 -79
- package/alpha/fesm2015/ngx-color-alpha.js.map +0 -1
- package/alpha/ngx-color-alpha.metadata.json +0 -1
- package/block/bundles/ngx-color-block.umd.js +0 -455
- package/block/bundles/ngx-color-block.umd.js.map +0 -1
- package/block/esm2015/block-swatches.component.js +0 -58
- package/block/esm2015/block.component.js +0 -139
- package/block/esm2015/ngx-color-block.js +0 -6
- package/block/fesm2015/ngx-color-block.js +0 -202
- package/block/fesm2015/ngx-color-block.js.map +0 -1
- package/block/ngx-color-block.metadata.json +0 -1
- package/bundles/ngx-color.umd.js +0 -953
- package/bundles/ngx-color.umd.js.map +0 -1
- package/chrome/bundles/ngx-color-chrome.umd.js +0 -526
- package/chrome/bundles/ngx-color-chrome.umd.js.map +0 -1
- package/chrome/esm2015/chrome-fields.component.js +0 -255
- package/chrome/esm2015/chrome.component.js +0 -161
- package/chrome/esm2015/ngx-color-chrome.js +0 -6
- package/chrome/fesm2015/ngx-color-chrome.js +0 -420
- package/chrome/fesm2015/ngx-color-chrome.js.map +0 -1
- package/chrome/ngx-color-chrome.metadata.json +0 -1
- package/circle/bundles/ngx-color-circle.umd.js +0 -452
- package/circle/bundles/ngx-color-circle.umd.js.map +0 -1
- package/circle/esm2015/circle-swatch.component.js +0 -63
- package/circle/esm2015/circle.component.js +0 -97
- package/circle/esm2015/ngx-color-circle.js +0 -6
- package/circle/fesm2015/ngx-color-circle.js +0 -165
- package/circle/fesm2015/ngx-color-circle.js.map +0 -1
- package/circle/ngx-color-circle.metadata.json +0 -1
- package/compact/bundles/ngx-color-compact.umd.js +0 -562
- package/compact/bundles/ngx-color-compact.umd.js.map +0 -1
- package/compact/esm2015/compact-color.component.js +0 -70
- package/compact/esm2015/compact-fields.component.js +0 -142
- package/compact/esm2015/compact.component.js +0 -123
- package/compact/esm2015/ngx-color-compact.js +0 -7
- package/compact/fesm2015/ngx-color-compact.js +0 -336
- package/compact/fesm2015/ngx-color-compact.js.map +0 -1
- package/compact/ngx-color-compact.metadata.json +0 -1
- package/esm2015/alpha.component.js +0 -156
- package/esm2015/checkboard.component.js +0 -52
- package/esm2015/color-wrap.component.js +0 -82
- package/esm2015/coordinates.directive.js +0 -85
- package/esm2015/editable-input.component.js +0 -183
- package/esm2015/helpers/checkboard.js +0 -33
- package/esm2015/helpers/color.interfaces.js +0 -2
- package/esm2015/helpers/color.js +0 -60
- package/esm2015/hue.component.js +0 -140
- package/esm2015/ngx-color.js +0 -5
- package/esm2015/public_api.js +0 -14
- package/esm2015/raised.component.js +0 -73
- package/esm2015/saturation.component.js +0 -111
- package/esm2015/shade.component.js +0 -127
- package/esm2015/swatch.component.js +0 -85
- package/fesm2015/ngx-color.js +0 -1166
- package/fesm2015/ngx-color.js.map +0 -1
- package/github/bundles/ngx-color-github.umd.js +0 -430
- package/github/bundles/ngx-color-github.umd.js.map +0 -1
- package/github/esm2015/github-swatch.component.js +0 -48
- package/github/esm2015/github.component.js +0 -134
- package/github/esm2015/ngx-color-github.js +0 -6
- package/github/fesm2015/ngx-color-github.js +0 -187
- package/github/fesm2015/ngx-color-github.js.map +0 -1
- package/github/ngx-color-github.metadata.json +0 -1
- package/hue/bundles/ngx-color-hue.umd.js +0 -390
- package/hue/bundles/ngx-color-hue.umd.js.map +0 -1
- package/hue/esm2015/hue-picker.component.js +0 -70
- package/hue/esm2015/ngx-color-hue.js +0 -5
- package/hue/fesm2015/ngx-color-hue.js +0 -77
- package/hue/fesm2015/ngx-color-hue.js.map +0 -1
- package/hue/ngx-color-hue.metadata.json +0 -1
- package/material/bundles/ngx-color-material.umd.js +0 -438
- package/material/bundles/ngx-color-material.umd.js.map +0 -1
- package/material/esm2015/material.component.js +0 -149
- package/material/esm2015/ngx-color-material.js +0 -5
- package/material/fesm2015/ngx-color-material.js +0 -156
- package/material/fesm2015/ngx-color-material.js.map +0 -1
- package/material/ngx-color-material.metadata.json +0 -1
- package/ngx-color.metadata.json +0 -1
- package/photoshop/bundles/ngx-color-photoshop.umd.js +0 -554
- package/photoshop/bundles/ngx-color-photoshop.umd.js.map +0 -1
- package/photoshop/esm2015/ngx-color-photoshop.js +0 -8
- package/photoshop/esm2015/photoshop-button.component.js +0 -50
- package/photoshop/esm2015/photoshop-fields.component.js +0 -180
- package/photoshop/esm2015/photoshop-previews.component.js +0 -53
- package/photoshop/esm2015/photoshop.component.js +0 -169
- package/photoshop/fesm2015/ngx-color-photoshop.js +0 -452
- package/photoshop/fesm2015/ngx-color-photoshop.js.map +0 -1
- package/photoshop/ngx-color-photoshop.metadata.json +0 -1
- package/shade/bundles/ngx-color-shade.umd.js +0 -382
- package/shade/bundles/ngx-color-shade.umd.js.map +0 -1
- package/shade/esm2015/ngx-color-shade.js +0 -5
- package/shade/esm2015/shade-picker.component.js +0 -63
- package/shade/fesm2015/ngx-color-shade.js +0 -70
- package/shade/fesm2015/ngx-color-shade.js.map +0 -1
- package/shade/ngx-color-shade.metadata.json +0 -1
- package/sketch/bundles/ngx-color-sketch.umd.js +0 -568
- package/sketch/bundles/ngx-color-sketch.umd.js.map +0 -1
- package/sketch/esm2015/ngx-color-sketch.js +0 -7
- package/sketch/esm2015/sketch-fields.component.js +0 -181
- package/sketch/esm2015/sketch-preset-colors.component.js +0 -76
- package/sketch/esm2015/sketch.component.js +0 -191
- package/sketch/fesm2015/ngx-color-sketch.js +0 -450
- package/sketch/fesm2015/ngx-color-sketch.js.map +0 -1
- package/sketch/ngx-color-sketch.metadata.json +0 -1
- package/slider/bundles/ngx-color-slider.umd.js +0 -453
- package/slider/bundles/ngx-color-slider.umd.js.map +0 -1
- package/slider/esm2015/ngx-color-slider.js +0 -7
- package/slider/esm2015/slider-swatch.component.js +0 -65
- package/slider/esm2015/slider-swatches.component.js +0 -84
- package/slider/esm2015/slider.component.js +0 -69
- package/slider/fesm2015/ngx-color-slider.js +0 -221
- package/slider/fesm2015/ngx-color-slider.js.map +0 -1
- package/slider/ngx-color-slider.metadata.json +0 -1
- package/swatches/bundles/ngx-color-swatches.umd.js +0 -595
- package/swatches/bundles/ngx-color-swatches.umd.js.map +0 -1
- package/swatches/esm2015/ngx-color-swatches.js +0 -7
- package/swatches/esm2015/swatches-color.component.js +0 -90
- package/swatches/esm2015/swatches-group.component.js +0 -42
- package/swatches/esm2015/swatches.component.js +0 -205
- package/swatches/fesm2015/ngx-color-swatches.js +0 -339
- package/swatches/fesm2015/ngx-color-swatches.js.map +0 -1
- package/swatches/ngx-color-swatches.metadata.json +0 -1
- package/twitter/bundles/ngx-color-twitter.umd.js +0 -416
- package/twitter/bundles/ngx-color-twitter.umd.js.map +0 -1
- package/twitter/esm2015/ngx-color-twitter.js +0 -5
- package/twitter/esm2015/twitter.component.js +0 -195
- package/twitter/fesm2015/ngx-color-twitter.js +0 -202
- package/twitter/fesm2015/ngx-color-twitter.js.map +0 -1
- package/twitter/ngx-color-twitter.metadata.json +0 -1
@@ -1,5 +1,11 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { ColorWrap } from 'ngx-color';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
import * as i1 from "./photoshop-previews.component";
|
5
|
+
import * as i2 from "./photoshop-button.component";
|
6
|
+
import * as i3 from "./photoshop-fields.component";
|
7
|
+
import * as i4 from "@angular/common";
|
8
|
+
import * as i5 from "ngx-color";
|
3
9
|
export declare class PhotoshopComponent extends ColorWrap {
|
4
10
|
/** Title text */
|
5
11
|
header: string;
|
@@ -17,6 +23,11 @@ export declare class PhotoshopComponent extends ColorWrap {
|
|
17
23
|
data: any;
|
18
24
|
$event: any;
|
19
25
|
}): void;
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PhotoshopComponent, never>;
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhotoshopComponent, "color-photoshop", never, { "header": "header"; }, { "onAccept": "onAccept"; "onCancel": "onCancel"; }, never, never>;
|
20
28
|
}
|
21
29
|
export declare class ColorPhotoshopModule {
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPhotoshopModule, never>;
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPhotoshopModule, [typeof PhotoshopComponent, typeof i1.PhotoshopPreviewsComponent, typeof i2.PhotoshopButtonComponent, typeof i3.PhotoshopFieldsComponent], [typeof i4.CommonModule, typeof i5.EditableInputModule, typeof i5.HueModule, typeof i5.AlphaModule, typeof i5.SwatchModule, typeof i5.SaturationModule], [typeof PhotoshopComponent, typeof i1.PhotoshopPreviewsComponent, typeof i2.PhotoshopButtonComponent, typeof i3.PhotoshopFieldsComponent]>;
|
32
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPhotoshopModule>;
|
22
33
|
}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
export { PhotoshopButtonComponent } from './photoshop-button.component';
|
2
|
+
export { PhotoshopFieldsComponent } from './photoshop-fields.component';
|
3
|
+
export { PhotoshopPreviewsComponent } from './photoshop-previews.component';
|
4
|
+
export { ColorPhotoshopModule, PhotoshopComponent } from './photoshop.component';
|
package/raised.component.d.ts
CHANGED
@@ -1,8 +1,15 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "@angular/common";
|
1
3
|
export declare type zDepth = 0 | 1 | 2 | 3 | 4 | 5;
|
2
4
|
export declare class RaisedComponent {
|
3
5
|
zDepth: zDepth;
|
4
6
|
radius: number;
|
5
7
|
background: string;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RaisedComponent, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RaisedComponent, "color-raised", never, { "zDepth": "zDepth"; "radius": "radius"; "background": "background"; }, {}, never, ["*"]>;
|
6
10
|
}
|
7
11
|
export declare class RaisedModule {
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RaisedModule, never>;
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RaisedModule, [typeof RaisedComponent], [typeof i1.CommonModule], [typeof RaisedComponent]>;
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RaisedModule>;
|
8
15
|
}
|
@@ -1,5 +1,8 @@
|
|
1
1
|
import { EventEmitter, OnChanges } from '@angular/core';
|
2
2
|
import { HSLA, HSVA, HSVAsource } from './helpers/color.interfaces';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
import * as i1 from "@angular/common";
|
5
|
+
import * as i2 from "./coordinates.directive";
|
3
6
|
export declare class SaturationComponent implements OnChanges {
|
4
7
|
hsl: HSLA;
|
5
8
|
hsv: HSVA;
|
@@ -21,6 +24,11 @@ export declare class SaturationComponent implements OnChanges {
|
|
21
24
|
containerWidth: any;
|
22
25
|
$event: any;
|
23
26
|
}): void;
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SaturationComponent, never>;
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaturationComponent, "color-saturation", never, { "hsl": "hsl"; "hsv": "hsv"; "radius": "radius"; "pointer": "pointer"; "circle": "circle"; }, { "onChange": "onChange"; }, never, never>;
|
24
29
|
}
|
25
30
|
export declare class SaturationModule {
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SaturationModule, never>;
|
32
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SaturationModule, [typeof SaturationComponent], [typeof i1.CommonModule, typeof i2.CoordinatesModule], [typeof SaturationComponent]>;
|
33
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SaturationModule>;
|
26
34
|
}
|
package/shade/package.json
CHANGED
@@ -7,15 +7,11 @@
|
|
7
7
|
"url": "git+https://github.com/scttcper/ngx-color.git"
|
8
8
|
},
|
9
9
|
"license": "MIT",
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"fesm2015": "fesm2015/ngx-color-shade.
|
10
|
+
"module": "../fesm2015/ngx-color-shade.mjs",
|
11
|
+
"es2020": "../fesm2020/ngx-color-shade.mjs",
|
12
|
+
"esm2020": "../esm2020/shade/ngx-color-shade.mjs",
|
13
|
+
"fesm2020": "../fesm2020/ngx-color-shade.mjs",
|
14
|
+
"fesm2015": "../fesm2015/ngx-color-shade.mjs",
|
15
15
|
"typings": "ngx-color-shade.d.ts",
|
16
|
-
"
|
17
|
-
"sideEffects": false,
|
18
|
-
"dependencies": {
|
19
|
-
"tslib": "^2.1.0"
|
20
|
-
}
|
16
|
+
"sideEffects": false
|
21
17
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export { ColorShadeModule, ShadeSliderComponent } from './shade-picker.component';
|
@@ -1,5 +1,8 @@
|
|
1
1
|
import { OnChanges } from '@angular/core';
|
2
2
|
import { ColorWrap } from 'ngx-color';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
import * as i1 from "@angular/common";
|
5
|
+
import * as i2 from "ngx-color";
|
3
6
|
export declare class ShadeSliderComponent extends ColorWrap implements OnChanges {
|
4
7
|
/** Pixel value for picker width */
|
5
8
|
width: string | number;
|
@@ -14,6 +17,11 @@ export declare class ShadeSliderComponent extends ColorWrap implements OnChanges
|
|
14
17
|
data: any;
|
15
18
|
$event: any;
|
16
19
|
}): void;
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShadeSliderComponent, never>;
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShadeSliderComponent, "color-shade-picker", never, { "width": "width"; "height": "height"; }, {}, never, never>;
|
17
22
|
}
|
18
23
|
export declare class ColorShadeModule {
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorShadeModule, never>;
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorShadeModule, [typeof ShadeSliderComponent], [typeof i1.CommonModule, typeof i2.ShadeModule], [typeof ShadeSliderComponent]>;
|
26
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorShadeModule>;
|
19
27
|
}
|
package/shade.component.d.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
import { EventEmitter, OnChanges } from '@angular/core';
|
2
2
|
import { HSLA, RGBA } from './helpers/color.interfaces';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
import * as i1 from "@angular/common";
|
5
|
+
import * as i2 from "./coordinates.directive";
|
3
6
|
export declare class ShadeComponent implements OnChanges {
|
4
7
|
hsl: HSLA;
|
5
8
|
rgb: RGBA;
|
@@ -16,6 +19,11 @@ export declare class ShadeComponent implements OnChanges {
|
|
16
19
|
containerWidth: any;
|
17
20
|
$event: any;
|
18
21
|
}): void;
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShadeComponent, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShadeComponent, "color-shade", never, { "hsl": "hsl"; "rgb": "rgb"; "pointer": "pointer"; "shadow": "shadow"; "radius": "radius"; }, { "onChange": "onChange"; }, never, never>;
|
19
24
|
}
|
20
25
|
export declare class ShadeModule {
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShadeModule, never>;
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ShadeModule, [typeof ShadeComponent], [typeof i1.CommonModule, typeof i2.CoordinatesModule], [typeof ShadeComponent]>;
|
28
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ShadeModule>;
|
21
29
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
/**
|
2
2
|
* Generated bundle index. Do not edit.
|
3
3
|
*/
|
4
|
-
|
5
|
-
export
|
6
|
-
export { SketchPresetColorsComponent as ɵb } from './sketch-preset-colors.component';
|
4
|
+
/// <amd-module name="ngx-color/sketch" />
|
5
|
+
export * from './public_api';
|
package/sketch/package.json
CHANGED
@@ -5,15 +5,11 @@
|
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
7
|
},
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"fesm2015": "fesm2015/ngx-color-sketch.
|
8
|
+
"module": "../fesm2015/ngx-color-sketch.mjs",
|
9
|
+
"es2020": "../fesm2020/ngx-color-sketch.mjs",
|
10
|
+
"esm2020": "../esm2020/sketch/ngx-color-sketch.mjs",
|
11
|
+
"fesm2020": "../fesm2020/ngx-color-sketch.mjs",
|
12
|
+
"fesm2015": "../fesm2015/ngx-color-sketch.mjs",
|
13
13
|
"typings": "ngx-color-sketch.d.ts",
|
14
|
-
"
|
15
|
-
"sideEffects": false,
|
16
|
-
"dependencies": {
|
17
|
-
"tslib": "^2.1.0"
|
18
|
-
}
|
14
|
+
"sideEffects": false
|
19
15
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { HSLA, RGBA } from 'ngx-color';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class SketchFieldsComponent {
|
4
5
|
hsl: HSLA;
|
5
6
|
rgb: RGBA;
|
@@ -17,4 +18,6 @@ export declare class SketchFieldsComponent {
|
|
17
18
|
data: any;
|
18
19
|
$event: any;
|
19
20
|
}): void;
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SketchFieldsComponent, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SketchFieldsComponent, "color-sketch-fields", never, { "hsl": "hsl"; "rgb": "rgb"; "hex": "hex"; "disableAlpha": "disableAlpha"; }, { "onChange": "onChange"; }, never, never>;
|
20
23
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { Shape } from 'ngx-color';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class SketchPresetColorsComponent {
|
4
5
|
colors: string[];
|
5
6
|
onClick: EventEmitter<any>;
|
@@ -18,4 +19,6 @@ export declare class SketchPresetColorsComponent {
|
|
18
19
|
focusStyle(val: string | Shape): {
|
19
20
|
boxShadow: string;
|
20
21
|
};
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SketchPresetColorsComponent, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SketchPresetColorsComponent, "color-sketch-preset-colors", never, { "colors": "colors"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
21
24
|
}
|
@@ -1,4 +1,9 @@
|
|
1
1
|
import { ColorWrap } from 'ngx-color';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "./sketch-fields.component";
|
4
|
+
import * as i2 from "./sketch-preset-colors.component";
|
5
|
+
import * as i3 from "@angular/common";
|
6
|
+
import * as i4 from "ngx-color";
|
2
7
|
export declare class SketchComponent extends ColorWrap {
|
3
8
|
/** Remove alpha slider and options from picker */
|
4
9
|
disableAlpha: boolean;
|
@@ -17,6 +22,11 @@ export declare class SketchComponent extends ColorWrap {
|
|
17
22
|
hex: any;
|
18
23
|
$event: any;
|
19
24
|
}): void;
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SketchComponent, never>;
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SketchComponent, "color-sketch", never, { "disableAlpha": "disableAlpha"; "presetColors": "presetColors"; "width": "width"; }, {}, never, never>;
|
20
27
|
}
|
21
28
|
export declare class ColorSketchModule {
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSketchModule, never>;
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorSketchModule, [typeof SketchComponent, typeof i1.SketchFieldsComponent, typeof i2.SketchPresetColorsComponent], [typeof i3.CommonModule, typeof i4.AlphaModule, typeof i4.CheckboardModule, typeof i4.EditableInputModule, typeof i4.HueModule, typeof i4.SaturationModule, typeof i4.SwatchModule], [typeof SketchComponent, typeof i1.SketchFieldsComponent, typeof i2.SketchPresetColorsComponent]>;
|
31
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorSketchModule>;
|
22
32
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
/**
|
2
2
|
* Generated bundle index. Do not edit.
|
3
3
|
*/
|
4
|
-
|
5
|
-
export
|
6
|
-
export { SliderSwatchesComponent as ɵb } from './slider-swatches.component';
|
4
|
+
/// <amd-module name="ngx-color/slider" />
|
5
|
+
export * from './public_api';
|
package/slider/package.json
CHANGED
@@ -5,15 +5,11 @@
|
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
7
|
},
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"fesm2015": "fesm2015/ngx-color-slider.
|
8
|
+
"module": "../fesm2015/ngx-color-slider.mjs",
|
9
|
+
"es2020": "../fesm2020/ngx-color-slider.mjs",
|
10
|
+
"esm2020": "../esm2020/slider/ngx-color-slider.mjs",
|
11
|
+
"fesm2020": "../fesm2020/ngx-color-slider.mjs",
|
12
|
+
"fesm2015": "../fesm2015/ngx-color-slider.mjs",
|
13
13
|
"typings": "ngx-color-slider.d.ts",
|
14
|
-
"
|
15
|
-
"sideEffects": false,
|
16
|
-
"dependencies": {
|
17
|
-
"tslib": "^2.1.0"
|
18
|
-
}
|
14
|
+
"sideEffects": false
|
19
15
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { EventEmitter, OnChanges } from '@angular/core';
|
2
2
|
import { HSL } from 'ngx-color';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class SliderSwatchComponent implements OnChanges {
|
4
5
|
hsl: HSL;
|
5
6
|
active: boolean;
|
@@ -10,4 +11,6 @@ export declare class SliderSwatchComponent implements OnChanges {
|
|
10
11
|
background: string;
|
11
12
|
ngOnChanges(): void;
|
12
13
|
handleClick($event: any): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SliderSwatchComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderSwatchComponent, "color-slider-swatch", never, { "hsl": "hsl"; "active": "active"; "offset": "offset"; "first": "first"; "last": "last"; }, { "onClick": "onClick"; }, never, never>;
|
13
16
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { HSL } from 'ngx-color';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class SliderSwatchesComponent {
|
4
5
|
hsl: HSL;
|
5
6
|
onClick: EventEmitter<any>;
|
@@ -9,4 +10,6 @@ export declare class SliderSwatchesComponent {
|
|
9
10
|
data: any;
|
10
11
|
$event: any;
|
11
12
|
}): void;
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SliderSwatchesComponent, never>;
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderSwatchesComponent, "color-slider-swatches", never, { "hsl": "hsl"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
12
15
|
}
|
@@ -1,4 +1,9 @@
|
|
1
1
|
import { ColorWrap } from 'ngx-color';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "./slider-swatch.component";
|
4
|
+
import * as i2 from "./slider-swatches.component";
|
5
|
+
import * as i3 from "@angular/common";
|
6
|
+
import * as i4 from "ngx-color";
|
2
7
|
export declare class SliderComponent extends ColorWrap {
|
3
8
|
pointer: Record<string, string>;
|
4
9
|
radius: number;
|
@@ -7,6 +12,11 @@ export declare class SliderComponent extends ColorWrap {
|
|
7
12
|
data: any;
|
8
13
|
$event: any;
|
9
14
|
}): void;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "color-slider", never, { "pointer": "pointer"; "radius": "radius"; }, {}, never, never>;
|
10
17
|
}
|
11
18
|
export declare class ColorSliderModule {
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSliderModule, never>;
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorSliderModule, [typeof SliderComponent, typeof i1.SliderSwatchComponent, typeof i2.SliderSwatchesComponent], [typeof i3.CommonModule, typeof i4.HueModule, typeof i4.SwatchModule], [typeof SliderComponent, typeof i1.SliderSwatchComponent, typeof i2.SliderSwatchesComponent]>;
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorSliderModule>;
|
12
22
|
}
|
package/swatch.component.d.ts
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "@angular/common";
|
4
|
+
import * as i2 from "./checkboard.component";
|
2
5
|
export declare class SwatchComponent implements OnInit {
|
3
6
|
color: string;
|
4
7
|
style: Record<string, string>;
|
@@ -15,6 +18,11 @@ export declare class SwatchComponent implements OnInit {
|
|
15
18
|
handleFocus(): void;
|
16
19
|
handleHover(hex: string, $event: any): void;
|
17
20
|
handleClick(hex: string, $event: any): void;
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchComponent, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchComponent, "color-swatch", never, { "color": "color"; "style": "style"; "focusStyle": "focusStyle"; "focus": "focus"; }, { "onClick": "onClick"; "onHover": "onHover"; }, never, ["*"]>;
|
18
23
|
}
|
19
24
|
export declare class SwatchModule {
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchModule, never>;
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SwatchModule, [typeof SwatchComponent], [typeof i1.CommonModule, typeof i2.CheckboardModule], [typeof SwatchComponent]>;
|
27
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SwatchModule>;
|
20
28
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
/**
|
2
2
|
* Generated bundle index. Do not edit.
|
3
3
|
*/
|
4
|
-
|
5
|
-
export
|
6
|
-
export { SwatchesGroupComponent as ɵa } from './swatches-group.component';
|
4
|
+
/// <amd-module name="ngx-color/swatches" />
|
5
|
+
export * from './public_api';
|
package/swatches/package.json
CHANGED
@@ -5,15 +5,14 @@
|
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
7
|
},
|
8
|
-
"
|
9
|
-
|
10
|
-
|
11
|
-
"
|
12
|
-
"
|
8
|
+
"peerDependencies": {
|
9
|
+
"material-colors": "^1.2.6"
|
10
|
+
},
|
11
|
+
"module": "../fesm2015/ngx-color-swatches.mjs",
|
12
|
+
"es2020": "../fesm2020/ngx-color-swatches.mjs",
|
13
|
+
"esm2020": "../esm2020/swatches/ngx-color-swatches.mjs",
|
14
|
+
"fesm2020": "../fesm2020/ngx-color-swatches.mjs",
|
15
|
+
"fesm2015": "../fesm2015/ngx-color-swatches.mjs",
|
13
16
|
"typings": "ngx-color-swatches.d.ts",
|
14
|
-
"
|
15
|
-
"sideEffects": false,
|
16
|
-
"dependencies": {
|
17
|
-
"tslib": "^2.1.0"
|
18
|
-
}
|
17
|
+
"sideEffects": false
|
19
18
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
2
2
|
import { getContrastingColor } from 'ngx-color';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class SwatchesColorComponent implements OnInit {
|
4
5
|
color: string;
|
5
6
|
first: boolean;
|
@@ -12,4 +13,6 @@ export declare class SwatchesColorComponent implements OnInit {
|
|
12
13
|
focusStyle: Record<string, string>;
|
13
14
|
ngOnInit(): void;
|
14
15
|
handleClick($event: any): void;
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchesColorComponent, never>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesColorComponent, "color-swatches-color", never, { "color": "color"; "first": "first"; "last": "last"; "active": "active"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
15
18
|
}
|
@@ -1,7 +1,10 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class SwatchesGroupComponent {
|
3
4
|
group: string[];
|
4
5
|
active: string;
|
5
6
|
onClick: EventEmitter<any>;
|
6
7
|
onSwatchHover: EventEmitter<any>;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchesGroupComponent, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesGroupComponent, "color-swatches-group", never, { "group": "group"; "active": "active"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
7
10
|
}
|
@@ -1,4 +1,9 @@
|
|
1
1
|
import { ColorWrap, zDepth } from 'ngx-color';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "./swatches-group.component";
|
4
|
+
import * as i2 from "./swatches-color.component";
|
5
|
+
import * as i3 from "@angular/common";
|
6
|
+
import * as i4 from "ngx-color";
|
2
7
|
export declare class SwatchesComponent extends ColorWrap {
|
3
8
|
/** Pixel value for picker width */
|
4
9
|
width: string | number;
|
@@ -14,6 +19,11 @@ export declare class SwatchesComponent extends ColorWrap {
|
|
14
19
|
data: any;
|
15
20
|
$event: any;
|
16
21
|
}): void;
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchesComponent, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesComponent, "color-swatches", never, { "width": "width"; "height": "height"; "colors": "colors"; "zDepth": "zDepth"; "radius": "radius"; "background": "background"; }, {}, never, never>;
|
17
24
|
}
|
18
25
|
export declare class ColorSwatchesModule {
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchesModule, never>;
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorSwatchesModule, [typeof SwatchesComponent, typeof i1.SwatchesGroupComponent, typeof i2.SwatchesColorComponent], [typeof i3.CommonModule, typeof i4.SwatchModule, typeof i4.RaisedModule], [typeof SwatchesComponent, typeof i1.SwatchesGroupComponent, typeof i2.SwatchesColorComponent]>;
|
28
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorSwatchesModule>;
|
19
29
|
}
|
package/twitter/package.json
CHANGED
@@ -5,15 +5,11 @@
|
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
7
|
},
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"fesm2015": "fesm2015/ngx-color-twitter.
|
8
|
+
"module": "../fesm2015/ngx-color-twitter.mjs",
|
9
|
+
"es2020": "../fesm2020/ngx-color-twitter.mjs",
|
10
|
+
"esm2020": "../esm2020/twitter/ngx-color-twitter.mjs",
|
11
|
+
"fesm2020": "../fesm2020/ngx-color-twitter.mjs",
|
12
|
+
"fesm2015": "../fesm2015/ngx-color-twitter.mjs",
|
13
13
|
"typings": "ngx-color-twitter.d.ts",
|
14
|
-
"
|
15
|
-
"sideEffects": false,
|
16
|
-
"dependencies": {
|
17
|
-
"tslib": "^2.1.0"
|
18
|
-
}
|
14
|
+
"sideEffects": false
|
19
15
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export { ColorTwitterModule, TwitterComponent } from './twitter.component';
|
@@ -1,4 +1,7 @@
|
|
1
1
|
import { ColorWrap } from 'ngx-color';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "@angular/common";
|
4
|
+
import * as i2 from "ngx-color";
|
2
5
|
export declare class TwitterComponent extends ColorWrap {
|
3
6
|
/** Pixel value for picker width */
|
4
7
|
width: string | number;
|
@@ -18,6 +21,11 @@ export declare class TwitterComponent extends ColorWrap {
|
|
18
21
|
};
|
19
22
|
handleBlockChange({ hex, $event }: any): void;
|
20
23
|
handleValueChange({ data, $event }: any): void;
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TwitterComponent, never>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwitterComponent, "color-twitter", never, { "width": "width"; "colors": "colors"; "triangle": "triangle"; }, {}, never, never>;
|
21
26
|
}
|
22
27
|
export declare class ColorTwitterModule {
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorTwitterModule, never>;
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorTwitterModule, [typeof TwitterComponent], [typeof i1.CommonModule, typeof i2.SwatchModule, typeof i2.EditableInputModule], [typeof TwitterComponent]>;
|
30
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorTwitterModule>;
|
23
31
|
}
|
package/LICENSE
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) Scott Cooper
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|