ngx-color 7.1.0 → 7.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +7 -0
- 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 +132 -9
- 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/alpha/bundles/ngx-color-alpha.umd.js +0 -400
- package/alpha/bundles/ngx-color-alpha.umd.js.map +0 -1
- package/alpha/esm2015/alpha-picker.component.js +0 -80
- package/alpha/esm2015/ngx-color-alpha.js +0 -5
- package/alpha/fesm2015/ngx-color-alpha.js +0 -87
- 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 -468
- 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 -147
- package/block/esm2015/ngx-color-block.js +0 -6
- package/block/fesm2015/ngx-color-block.js +0 -210
- 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 -1014
- package/bundles/ngx-color.umd.js.map +0 -1
- package/chrome/bundles/ngx-color-chrome.umd.js +0 -539
- 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 -169
- package/chrome/esm2015/ngx-color-chrome.js +0 -6
- package/chrome/fesm2015/ngx-color-chrome.js +0 -428
- 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 -465
- 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 -105
- package/circle/esm2015/ngx-color-circle.js +0 -6
- package/circle/fesm2015/ngx-color-circle.js +0 -173
- 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 -575
- 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 -131
- package/compact/esm2015/ngx-color-compact.js +0 -7
- package/compact/fesm2015/ngx-color-compact.js +0 -344
- 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 -145
- 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 -1228
- package/fesm2015/ngx-color.js.map +0 -1
- package/github/bundles/ngx-color-github.umd.js +0 -443
- 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 -142
- package/github/esm2015/ngx-color-github.js +0 -6
- package/github/fesm2015/ngx-color-github.js +0 -195
- 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 -403
- package/hue/bundles/ngx-color-hue.umd.js.map +0 -1
- package/hue/esm2015/hue-picker.component.js +0 -78
- package/hue/esm2015/ngx-color-hue.js +0 -5
- package/hue/fesm2015/ngx-color-hue.js +0 -85
- 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 -451
- package/material/bundles/ngx-color-material.umd.js.map +0 -1
- package/material/esm2015/material.component.js +0 -157
- package/material/esm2015/ngx-color-material.js +0 -5
- package/material/fesm2015/ngx-color-material.js +0 -164
- 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 -567
- 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 -177
- package/photoshop/fesm2015/ngx-color-photoshop.js +0 -460
- 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 -395
- 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 -71
- package/shade/fesm2015/ngx-color-shade.js +0 -78
- 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 -581
- 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 -199
- package/sketch/fesm2015/ngx-color-sketch.js +0 -458
- 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 -466
- 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 -77
- package/slider/fesm2015/ngx-color-slider.js +0 -229
- 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 -608
- 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 -213
- package/swatches/fesm2015/ngx-color-swatches.js +0 -347
- 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 -429
- 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 -203
- package/twitter/fesm2015/ngx-color-twitter.js +0 -210
- package/twitter/fesm2015/ngx-color-twitter.js.map +0 -1
- package/twitter/ngx-color-twitter.metadata.json +0 -1
@@ -1,608 +0,0 @@
|
|
1
|
-
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('material-colors'), require('ngx-color'), require('@angular/forms')) :
|
3
|
-
typeof define === 'function' && define.amd ? define('ngx-color/swatches', ['exports', '@angular/common', '@angular/core', 'material-colors', 'ngx-color', '@angular/forms'], factory) :
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['ngx-color'] = global['ngx-color'] || {}, global['ngx-color'].swatches = {}), global.ng.common, global.ng.core, global['material-colors'], global['ngx-color'], global.ng.forms));
|
5
|
-
}(this, (function (exports, common, core, materialColors, ngxColor, forms) { 'use strict';
|
6
|
-
|
7
|
-
/*! *****************************************************************************
|
8
|
-
Copyright (c) Microsoft Corporation.
|
9
|
-
|
10
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
11
|
-
purpose with or without fee is hereby granted.
|
12
|
-
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
14
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
15
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
16
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
17
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
18
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
19
|
-
PERFORMANCE OF THIS SOFTWARE.
|
20
|
-
***************************************************************************** */
|
21
|
-
/* global Reflect, Promise */
|
22
|
-
var extendStatics = function (d, b) {
|
23
|
-
extendStatics = Object.setPrototypeOf ||
|
24
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
25
|
-
function (d, b) { for (var p in b)
|
26
|
-
if (Object.prototype.hasOwnProperty.call(b, p))
|
27
|
-
d[p] = b[p]; };
|
28
|
-
return extendStatics(d, b);
|
29
|
-
};
|
30
|
-
function __extends(d, b) {
|
31
|
-
if (typeof b !== "function" && b !== null)
|
32
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
33
|
-
extendStatics(d, b);
|
34
|
-
function __() { this.constructor = d; }
|
35
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
36
|
-
}
|
37
|
-
var __assign = function () {
|
38
|
-
__assign = Object.assign || function __assign(t) {
|
39
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
40
|
-
s = arguments[i];
|
41
|
-
for (var p in s)
|
42
|
-
if (Object.prototype.hasOwnProperty.call(s, p))
|
43
|
-
t[p] = s[p];
|
44
|
-
}
|
45
|
-
return t;
|
46
|
-
};
|
47
|
-
return __assign.apply(this, arguments);
|
48
|
-
};
|
49
|
-
function __rest(s, e) {
|
50
|
-
var t = {};
|
51
|
-
for (var p in s)
|
52
|
-
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
53
|
-
t[p] = s[p];
|
54
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
55
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
56
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
57
|
-
t[p[i]] = s[p[i]];
|
58
|
-
}
|
59
|
-
return t;
|
60
|
-
}
|
61
|
-
function __decorate(decorators, target, key, desc) {
|
62
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
63
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
64
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
65
|
-
else
|
66
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
67
|
-
if (d = decorators[i])
|
68
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
69
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
70
|
-
}
|
71
|
-
function __param(paramIndex, decorator) {
|
72
|
-
return function (target, key) { decorator(target, key, paramIndex); };
|
73
|
-
}
|
74
|
-
function __metadata(metadataKey, metadataValue) {
|
75
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
76
|
-
return Reflect.metadata(metadataKey, metadataValue);
|
77
|
-
}
|
78
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
79
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
80
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
81
|
-
function fulfilled(value) { try {
|
82
|
-
step(generator.next(value));
|
83
|
-
}
|
84
|
-
catch (e) {
|
85
|
-
reject(e);
|
86
|
-
} }
|
87
|
-
function rejected(value) { try {
|
88
|
-
step(generator["throw"](value));
|
89
|
-
}
|
90
|
-
catch (e) {
|
91
|
-
reject(e);
|
92
|
-
} }
|
93
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
94
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
95
|
-
});
|
96
|
-
}
|
97
|
-
function __generator(thisArg, body) {
|
98
|
-
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
99
|
-
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
100
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
101
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
102
|
-
function step(op) {
|
103
|
-
if (f)
|
104
|
-
throw new TypeError("Generator is already executing.");
|
105
|
-
while (_)
|
106
|
-
try {
|
107
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
108
|
-
return t;
|
109
|
-
if (y = 0, t)
|
110
|
-
op = [op[0] & 2, t.value];
|
111
|
-
switch (op[0]) {
|
112
|
-
case 0:
|
113
|
-
case 1:
|
114
|
-
t = op;
|
115
|
-
break;
|
116
|
-
case 4:
|
117
|
-
_.label++;
|
118
|
-
return { value: op[1], done: false };
|
119
|
-
case 5:
|
120
|
-
_.label++;
|
121
|
-
y = op[1];
|
122
|
-
op = [0];
|
123
|
-
continue;
|
124
|
-
case 7:
|
125
|
-
op = _.ops.pop();
|
126
|
-
_.trys.pop();
|
127
|
-
continue;
|
128
|
-
default:
|
129
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
130
|
-
_ = 0;
|
131
|
-
continue;
|
132
|
-
}
|
133
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
134
|
-
_.label = op[1];
|
135
|
-
break;
|
136
|
-
}
|
137
|
-
if (op[0] === 6 && _.label < t[1]) {
|
138
|
-
_.label = t[1];
|
139
|
-
t = op;
|
140
|
-
break;
|
141
|
-
}
|
142
|
-
if (t && _.label < t[2]) {
|
143
|
-
_.label = t[2];
|
144
|
-
_.ops.push(op);
|
145
|
-
break;
|
146
|
-
}
|
147
|
-
if (t[2])
|
148
|
-
_.ops.pop();
|
149
|
-
_.trys.pop();
|
150
|
-
continue;
|
151
|
-
}
|
152
|
-
op = body.call(thisArg, _);
|
153
|
-
}
|
154
|
-
catch (e) {
|
155
|
-
op = [6, e];
|
156
|
-
y = 0;
|
157
|
-
}
|
158
|
-
finally {
|
159
|
-
f = t = 0;
|
160
|
-
}
|
161
|
-
if (op[0] & 5)
|
162
|
-
throw op[1];
|
163
|
-
return { value: op[0] ? op[1] : void 0, done: true };
|
164
|
-
}
|
165
|
-
}
|
166
|
-
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
167
|
-
if (k2 === undefined)
|
168
|
-
k2 = k;
|
169
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
170
|
-
}) : (function (o, m, k, k2) {
|
171
|
-
if (k2 === undefined)
|
172
|
-
k2 = k;
|
173
|
-
o[k2] = m[k];
|
174
|
-
});
|
175
|
-
function __exportStar(m, o) {
|
176
|
-
for (var p in m)
|
177
|
-
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
178
|
-
__createBinding(o, m, p);
|
179
|
-
}
|
180
|
-
function __values(o) {
|
181
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
182
|
-
if (m)
|
183
|
-
return m.call(o);
|
184
|
-
if (o && typeof o.length === "number")
|
185
|
-
return {
|
186
|
-
next: function () {
|
187
|
-
if (o && i >= o.length)
|
188
|
-
o = void 0;
|
189
|
-
return { value: o && o[i++], done: !o };
|
190
|
-
}
|
191
|
-
};
|
192
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
193
|
-
}
|
194
|
-
function __read(o, n) {
|
195
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
196
|
-
if (!m)
|
197
|
-
return o;
|
198
|
-
var i = m.call(o), r, ar = [], e;
|
199
|
-
try {
|
200
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
201
|
-
ar.push(r.value);
|
202
|
-
}
|
203
|
-
catch (error) {
|
204
|
-
e = { error: error };
|
205
|
-
}
|
206
|
-
finally {
|
207
|
-
try {
|
208
|
-
if (r && !r.done && (m = i["return"]))
|
209
|
-
m.call(i);
|
210
|
-
}
|
211
|
-
finally {
|
212
|
-
if (e)
|
213
|
-
throw e.error;
|
214
|
-
}
|
215
|
-
}
|
216
|
-
return ar;
|
217
|
-
}
|
218
|
-
/** @deprecated */
|
219
|
-
function __spread() {
|
220
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
221
|
-
ar = ar.concat(__read(arguments[i]));
|
222
|
-
return ar;
|
223
|
-
}
|
224
|
-
/** @deprecated */
|
225
|
-
function __spreadArrays() {
|
226
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
227
|
-
s += arguments[i].length;
|
228
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
229
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
230
|
-
r[k] = a[j];
|
231
|
-
return r;
|
232
|
-
}
|
233
|
-
function __spreadArray(to, from, pack) {
|
234
|
-
if (pack || arguments.length === 2)
|
235
|
-
for (var i = 0, l = from.length, ar; i < l; i++) {
|
236
|
-
if (ar || !(i in from)) {
|
237
|
-
if (!ar)
|
238
|
-
ar = Array.prototype.slice.call(from, 0, i);
|
239
|
-
ar[i] = from[i];
|
240
|
-
}
|
241
|
-
}
|
242
|
-
return to.concat(ar || from);
|
243
|
-
}
|
244
|
-
function __await(v) {
|
245
|
-
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
246
|
-
}
|
247
|
-
function __asyncGenerator(thisArg, _arguments, generator) {
|
248
|
-
if (!Symbol.asyncIterator)
|
249
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
250
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
251
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
252
|
-
function verb(n) { if (g[n])
|
253
|
-
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
254
|
-
function resume(n, v) { try {
|
255
|
-
step(g[n](v));
|
256
|
-
}
|
257
|
-
catch (e) {
|
258
|
-
settle(q[0][3], e);
|
259
|
-
} }
|
260
|
-
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
261
|
-
function fulfill(value) { resume("next", value); }
|
262
|
-
function reject(value) { resume("throw", value); }
|
263
|
-
function settle(f, v) { if (f(v), q.shift(), q.length)
|
264
|
-
resume(q[0][0], q[0][1]); }
|
265
|
-
}
|
266
|
-
function __asyncDelegator(o) {
|
267
|
-
var i, p;
|
268
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
269
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
270
|
-
}
|
271
|
-
function __asyncValues(o) {
|
272
|
-
if (!Symbol.asyncIterator)
|
273
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
274
|
-
var m = o[Symbol.asyncIterator], i;
|
275
|
-
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
276
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
277
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
278
|
-
}
|
279
|
-
function __makeTemplateObject(cooked, raw) {
|
280
|
-
if (Object.defineProperty) {
|
281
|
-
Object.defineProperty(cooked, "raw", { value: raw });
|
282
|
-
}
|
283
|
-
else {
|
284
|
-
cooked.raw = raw;
|
285
|
-
}
|
286
|
-
return cooked;
|
287
|
-
}
|
288
|
-
;
|
289
|
-
var __setModuleDefault = Object.create ? (function (o, v) {
|
290
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
291
|
-
}) : function (o, v) {
|
292
|
-
o["default"] = v;
|
293
|
-
};
|
294
|
-
function __importStar(mod) {
|
295
|
-
if (mod && mod.__esModule)
|
296
|
-
return mod;
|
297
|
-
var result = {};
|
298
|
-
if (mod != null)
|
299
|
-
for (var k in mod)
|
300
|
-
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
301
|
-
__createBinding(result, mod, k);
|
302
|
-
__setModuleDefault(result, mod);
|
303
|
-
return result;
|
304
|
-
}
|
305
|
-
function __importDefault(mod) {
|
306
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
307
|
-
}
|
308
|
-
function __classPrivateFieldGet(receiver, state, kind, f) {
|
309
|
-
if (kind === "a" && !f)
|
310
|
-
throw new TypeError("Private accessor was defined without a getter");
|
311
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
312
|
-
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
313
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
314
|
-
}
|
315
|
-
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
316
|
-
if (kind === "m")
|
317
|
-
throw new TypeError("Private method is not writable");
|
318
|
-
if (kind === "a" && !f)
|
319
|
-
throw new TypeError("Private accessor was defined without a setter");
|
320
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
321
|
-
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
322
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
323
|
-
}
|
324
|
-
|
325
|
-
var SwatchesColorComponent = /** @class */ (function () {
|
326
|
-
function SwatchesColorComponent() {
|
327
|
-
this.first = false;
|
328
|
-
this.last = false;
|
329
|
-
this.onClick = new core.EventEmitter();
|
330
|
-
this.onSwatchHover = new core.EventEmitter();
|
331
|
-
this.getContrastingColor = ngxColor.getContrastingColor;
|
332
|
-
this.colorStyle = {
|
333
|
-
width: '40px',
|
334
|
-
height: '24px',
|
335
|
-
cursor: 'pointer',
|
336
|
-
marginBottom: '1px',
|
337
|
-
};
|
338
|
-
this.focusStyle = {};
|
339
|
-
}
|
340
|
-
SwatchesColorComponent.prototype.ngOnInit = function () {
|
341
|
-
this.colorStyle.background = this.color;
|
342
|
-
this.focusStyle.boxShadow = "0 0 4px " + this.color;
|
343
|
-
if (this.first) {
|
344
|
-
this.colorStyle.borderRadius = '2px 2px 0 0';
|
345
|
-
}
|
346
|
-
if (this.last) {
|
347
|
-
this.colorStyle.borderRadius = '0 0 2px 2px';
|
348
|
-
}
|
349
|
-
if (this.color === '#FFFFFF') {
|
350
|
-
this.colorStyle.boxShadow = 'inset 0 0 0 1px #ddd';
|
351
|
-
}
|
352
|
-
};
|
353
|
-
SwatchesColorComponent.prototype.handleClick = function ($event) {
|
354
|
-
this.onClick.emit({
|
355
|
-
data: {
|
356
|
-
hex: this.color,
|
357
|
-
source: 'hex',
|
358
|
-
},
|
359
|
-
$event: $event,
|
360
|
-
});
|
361
|
-
};
|
362
|
-
return SwatchesColorComponent;
|
363
|
-
}());
|
364
|
-
SwatchesColorComponent.decorators = [
|
365
|
-
{ type: core.Component, args: [{
|
366
|
-
selector: 'color-swatches-color',
|
367
|
-
template: "\n <color-swatch\n [color]=\"color\"\n [style]=\"colorStyle\"\n [focusStyle]=\"focusStyle\"\n [class.first]=\"first\"\n [class.last]=\"last\"\n (click)=\"handleClick($event)\"\n (keydown.enter)=\"handleClick($event)\"\n (onHover)=\"onSwatchHover.emit($event)\"\n >\n <div class=\"swatch-check\" *ngIf=\"active\" [class.first]=\"first\" [class.last]=\"last\">\n <svg\n style=\"width: 24px; height: 24px;\"\n viewBox=\"0 0 24 24\"\n [style.fill]=\"getContrastingColor(color)\"\n >\n <path d=\"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z\" />\n </svg>\n </div>\n </color-swatch>\n ",
|
368
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
369
|
-
preserveWhitespaces: false,
|
370
|
-
styles: ["\n .swatches-group {\n padding-bottom: 10px;\n width: 40px;\n float: left;\n margin-right: 10px;\n }\n .swatch-check {\n display: flex;\n margin-left: 8px;\n }\n "]
|
371
|
-
},] }
|
372
|
-
];
|
373
|
-
SwatchesColorComponent.propDecorators = {
|
374
|
-
color: [{ type: core.Input }],
|
375
|
-
first: [{ type: core.Input }],
|
376
|
-
last: [{ type: core.Input }],
|
377
|
-
active: [{ type: core.Input }],
|
378
|
-
onClick: [{ type: core.Output }],
|
379
|
-
onSwatchHover: [{ type: core.Output }]
|
380
|
-
};
|
381
|
-
|
382
|
-
var SwatchesGroupComponent = /** @class */ (function () {
|
383
|
-
function SwatchesGroupComponent() {
|
384
|
-
this.onClick = new core.EventEmitter();
|
385
|
-
this.onSwatchHover = new core.EventEmitter();
|
386
|
-
}
|
387
|
-
return SwatchesGroupComponent;
|
388
|
-
}());
|
389
|
-
SwatchesGroupComponent.decorators = [
|
390
|
-
{ type: core.Component, args: [{
|
391
|
-
selector: 'color-swatches-group',
|
392
|
-
template: "\n <div class=\"swatches-group\">\n <color-swatches-color\n *ngFor=\"let color of group; let idx = index\"\n [active]=\"color.toLowerCase() === active\"\n [color]=\"color\"\n [first]=\"idx === 0\"\n [last]=\"idx === group.length - 1\"\n (onClick)=\"onClick.emit($event)\"\n >\n </color-swatches-color>\n </div>\n ",
|
393
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
394
|
-
preserveWhitespaces: false,
|
395
|
-
styles: ["\n .swatches-group {\n padding-bottom: 10px;\n width: 40px;\n float: left;\n margin-right: 10px;\n }\n "]
|
396
|
-
},] }
|
397
|
-
];
|
398
|
-
SwatchesGroupComponent.propDecorators = {
|
399
|
-
group: [{ type: core.Input }],
|
400
|
-
active: [{ type: core.Input }],
|
401
|
-
onClick: [{ type: core.Output }],
|
402
|
-
onSwatchHover: [{ type: core.Output }]
|
403
|
-
};
|
404
|
-
|
405
|
-
var SwatchesComponent = /** @class */ (function (_super) {
|
406
|
-
__extends(SwatchesComponent, _super);
|
407
|
-
function SwatchesComponent() {
|
408
|
-
var _this = _super.call(this) || this;
|
409
|
-
/** Pixel value for picker width */
|
410
|
-
_this.width = 320;
|
411
|
-
/** Color squares to display */
|
412
|
-
_this.height = 240;
|
413
|
-
/** An array of color groups, each with an array of colors */
|
414
|
-
_this.colors = [
|
415
|
-
[
|
416
|
-
materialColors.red['900'],
|
417
|
-
materialColors.red['700'],
|
418
|
-
materialColors.red['500'],
|
419
|
-
materialColors.red['300'],
|
420
|
-
materialColors.red['100'],
|
421
|
-
],
|
422
|
-
[
|
423
|
-
materialColors.pink['900'],
|
424
|
-
materialColors.pink['700'],
|
425
|
-
materialColors.pink['500'],
|
426
|
-
materialColors.pink['300'],
|
427
|
-
materialColors.pink['100'],
|
428
|
-
],
|
429
|
-
[
|
430
|
-
materialColors.purple['900'],
|
431
|
-
materialColors.purple['700'],
|
432
|
-
materialColors.purple['500'],
|
433
|
-
materialColors.purple['300'],
|
434
|
-
materialColors.purple['100'],
|
435
|
-
],
|
436
|
-
[
|
437
|
-
materialColors.deepPurple['900'],
|
438
|
-
materialColors.deepPurple['700'],
|
439
|
-
materialColors.deepPurple['500'],
|
440
|
-
materialColors.deepPurple['300'],
|
441
|
-
materialColors.deepPurple['100'],
|
442
|
-
],
|
443
|
-
[
|
444
|
-
materialColors.indigo['900'],
|
445
|
-
materialColors.indigo['700'],
|
446
|
-
materialColors.indigo['500'],
|
447
|
-
materialColors.indigo['300'],
|
448
|
-
materialColors.indigo['100'],
|
449
|
-
],
|
450
|
-
[
|
451
|
-
materialColors.blue['900'],
|
452
|
-
materialColors.blue['700'],
|
453
|
-
materialColors.blue['500'],
|
454
|
-
materialColors.blue['300'],
|
455
|
-
materialColors.blue['100'],
|
456
|
-
],
|
457
|
-
[
|
458
|
-
materialColors.lightBlue['900'],
|
459
|
-
materialColors.lightBlue['700'],
|
460
|
-
materialColors.lightBlue['500'],
|
461
|
-
materialColors.lightBlue['300'],
|
462
|
-
materialColors.lightBlue['100'],
|
463
|
-
],
|
464
|
-
[
|
465
|
-
materialColors.cyan['900'],
|
466
|
-
materialColors.cyan['700'],
|
467
|
-
materialColors.cyan['500'],
|
468
|
-
materialColors.cyan['300'],
|
469
|
-
materialColors.cyan['100'],
|
470
|
-
],
|
471
|
-
[
|
472
|
-
materialColors.teal['900'],
|
473
|
-
materialColors.teal['700'],
|
474
|
-
materialColors.teal['500'],
|
475
|
-
materialColors.teal['300'],
|
476
|
-
materialColors.teal['100'],
|
477
|
-
],
|
478
|
-
[
|
479
|
-
'#194D33',
|
480
|
-
materialColors.green['700'],
|
481
|
-
materialColors.green['500'],
|
482
|
-
materialColors.green['300'],
|
483
|
-
materialColors.green['100'],
|
484
|
-
],
|
485
|
-
[
|
486
|
-
materialColors.lightGreen['900'],
|
487
|
-
materialColors.lightGreen['700'],
|
488
|
-
materialColors.lightGreen['500'],
|
489
|
-
materialColors.lightGreen['300'],
|
490
|
-
materialColors.lightGreen['100'],
|
491
|
-
],
|
492
|
-
[
|
493
|
-
materialColors.lime['900'],
|
494
|
-
materialColors.lime['700'],
|
495
|
-
materialColors.lime['500'],
|
496
|
-
materialColors.lime['300'],
|
497
|
-
materialColors.lime['100'],
|
498
|
-
],
|
499
|
-
[
|
500
|
-
materialColors.yellow['900'],
|
501
|
-
materialColors.yellow['700'],
|
502
|
-
materialColors.yellow['500'],
|
503
|
-
materialColors.yellow['300'],
|
504
|
-
materialColors.yellow['100'],
|
505
|
-
],
|
506
|
-
[
|
507
|
-
materialColors.amber['900'],
|
508
|
-
materialColors.amber['700'],
|
509
|
-
materialColors.amber['500'],
|
510
|
-
materialColors.amber['300'],
|
511
|
-
materialColors.amber['100'],
|
512
|
-
],
|
513
|
-
[
|
514
|
-
materialColors.orange['900'],
|
515
|
-
materialColors.orange['700'],
|
516
|
-
materialColors.orange['500'],
|
517
|
-
materialColors.orange['300'],
|
518
|
-
materialColors.orange['100'],
|
519
|
-
],
|
520
|
-
[
|
521
|
-
materialColors.deepOrange['900'],
|
522
|
-
materialColors.deepOrange['700'],
|
523
|
-
materialColors.deepOrange['500'],
|
524
|
-
materialColors.deepOrange['300'],
|
525
|
-
materialColors.deepOrange['100'],
|
526
|
-
],
|
527
|
-
[
|
528
|
-
materialColors.brown['900'],
|
529
|
-
materialColors.brown['700'],
|
530
|
-
materialColors.brown['500'],
|
531
|
-
materialColors.brown['300'],
|
532
|
-
materialColors.brown['100'],
|
533
|
-
],
|
534
|
-
[
|
535
|
-
materialColors.blueGrey['900'],
|
536
|
-
materialColors.blueGrey['700'],
|
537
|
-
materialColors.blueGrey['500'],
|
538
|
-
materialColors.blueGrey['300'],
|
539
|
-
materialColors.blueGrey['100'],
|
540
|
-
],
|
541
|
-
['#000000', '#525252', '#969696', '#D9D9D9', '#FFFFFF'],
|
542
|
-
];
|
543
|
-
_this.zDepth = 1;
|
544
|
-
_this.radius = 1;
|
545
|
-
_this.background = '#fff';
|
546
|
-
return _this;
|
547
|
-
}
|
548
|
-
SwatchesComponent.prototype.handlePickerChange = function (_a) {
|
549
|
-
var data = _a.data, $event = _a.$event;
|
550
|
-
this.handleChange(data, $event);
|
551
|
-
};
|
552
|
-
return SwatchesComponent;
|
553
|
-
}(ngxColor.ColorWrap));
|
554
|
-
SwatchesComponent.decorators = [
|
555
|
-
{ type: core.Component, args: [{
|
556
|
-
selector: 'color-swatches',
|
557
|
-
template: "\n <div class=\"swatches-picker {{ className }}\"\n [style.width.px]=\"width\" [style.height.px]=\"height\">\n <color-raised [zDepth]=\"zDepth\" [background]=\"background\" [radius]=\"radius\">\n <div class=\"swatches-overflow\" [style.height.px]=\"height\">\n <div class=\"swatches-body\">\n <color-swatches-group\n *ngFor=\"let group of colors\"\n [group]=\"group\" [active]=\"hex\"\n (onClick)=\"handlePickerChange($event)\"\n ></color-swatches-group>\n </div>\n </div>\n </color-raised>\n </div>\n ",
|
558
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
559
|
-
preserveWhitespaces: false,
|
560
|
-
providers: [
|
561
|
-
{
|
562
|
-
provide: forms.NG_VALUE_ACCESSOR,
|
563
|
-
useExisting: core.forwardRef(function () { return SwatchesComponent; }),
|
564
|
-
multi: true,
|
565
|
-
}
|
566
|
-
],
|
567
|
-
styles: ["\n .swatches-overflow {\n overflow-y: scroll;\n }\n .swatches-overflow {\n padding: 16px 0 6px 16px;\n }\n "]
|
568
|
-
},] }
|
569
|
-
];
|
570
|
-
SwatchesComponent.ctorParameters = function () { return []; };
|
571
|
-
SwatchesComponent.propDecorators = {
|
572
|
-
width: [{ type: core.Input }],
|
573
|
-
height: [{ type: core.Input }],
|
574
|
-
colors: [{ type: core.Input }],
|
575
|
-
zDepth: [{ type: core.Input }],
|
576
|
-
radius: [{ type: core.Input }],
|
577
|
-
background: [{ type: core.Input }]
|
578
|
-
};
|
579
|
-
var ColorSwatchesModule = /** @class */ (function () {
|
580
|
-
function ColorSwatchesModule() {
|
581
|
-
}
|
582
|
-
return ColorSwatchesModule;
|
583
|
-
}());
|
584
|
-
ColorSwatchesModule.decorators = [
|
585
|
-
{ type: core.NgModule, args: [{
|
586
|
-
declarations: [
|
587
|
-
SwatchesComponent,
|
588
|
-
SwatchesGroupComponent,
|
589
|
-
SwatchesColorComponent,
|
590
|
-
],
|
591
|
-
exports: [SwatchesComponent, SwatchesGroupComponent, SwatchesColorComponent],
|
592
|
-
imports: [common.CommonModule, ngxColor.SwatchModule, ngxColor.RaisedModule],
|
593
|
-
},] }
|
594
|
-
];
|
595
|
-
|
596
|
-
/**
|
597
|
-
* Generated bundle index. Do not edit.
|
598
|
-
*/
|
599
|
-
|
600
|
-
exports.ColorSwatchesModule = ColorSwatchesModule;
|
601
|
-
exports.SwatchesComponent = SwatchesComponent;
|
602
|
-
exports.ɵa = SwatchesGroupComponent;
|
603
|
-
exports.ɵb = SwatchesColorComponent;
|
604
|
-
|
605
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
606
|
-
|
607
|
-
})));
|
608
|
-
//# sourceMappingURL=ngx-color-swatches.umd.js.map
|