@palett/fluo
Advanced tools
Comparing version 0.8.18 to 0.9.0
@@ -41,3 +41,3 @@ 'use strict'; | ||
const local = (this == null ? void 0 : (_this$slice = this.slice) == null ? void 0 : _this$slice.call(this)) ?? dyeFactory.DyeFab.shallow(); | ||
const local = (this === null || this === void 0 ? void 0 : (_this$slice = this.slice) === null || _this$slice === void 0 ? void 0 : _this$slice.call(this)) ?? dyeFactory.DyeFab.shallow(); | ||
if (color) (encolor ?? local.encolor).call(local, color); | ||
@@ -67,3 +67,3 @@ return dyeFactory.DyeFab.prototype.render.call(local, text); | ||
const local = (this == null ? void 0 : (_this$slice2 = this.slice) == null ? void 0 : _this$slice2.call(this)) ?? dyeFactory.DyeFab.shallow(); | ||
const local = (this === null || this === void 0 ? void 0 : (_this$slice2 = this.slice) === null || _this$slice2 === void 0 ? void 0 : _this$slice2.call(this)) ?? dyeFactory.DyeFab.shallow(); | ||
if (color) (local.encolor ?? dyeFactory.pushRgb).call(local, color); | ||
@@ -128,35 +128,23 @@ return dyeFactory.DyeFab.prototype.render.call(local, text); | ||
enumerable: true, | ||
get: function () { | ||
return fluoVector.fluoVector; | ||
} | ||
get: function () { return fluoVector.fluoVector; } | ||
}); | ||
Object.defineProperty(exports, 'fluoByColumns', { | ||
enumerable: true, | ||
get: function () { | ||
return fluoMatrix.fluoByColumns; | ||
} | ||
get: function () { return fluoMatrix.fluoByColumns; } | ||
}); | ||
Object.defineProperty(exports, 'fluoByPoints', { | ||
enumerable: true, | ||
get: function () { | ||
return fluoMatrix.fluoByPoints; | ||
} | ||
get: function () { return fluoMatrix.fluoByPoints; } | ||
}); | ||
Object.defineProperty(exports, 'fluoByRows', { | ||
enumerable: true, | ||
get: function () { | ||
return fluoMatrix.fluoByRows; | ||
} | ||
get: function () { return fluoMatrix.fluoByRows; } | ||
}); | ||
Object.defineProperty(exports, 'fluoMatrix', { | ||
enumerable: true, | ||
get: function () { | ||
return fluoMatrix.fluoMatrix; | ||
} | ||
get: function () { return fluoMatrix.fluoMatrix; } | ||
}); | ||
Object.defineProperty(exports, 'fluoEntries', { | ||
enumerable: true, | ||
get: function () { | ||
return fluoEntries.fluoEntries; | ||
} | ||
get: function () { return fluoEntries.fluoEntries; } | ||
}); | ||
@@ -163,0 +151,0 @@ exports.COLUMNWISE = COLUMNWISE; |
@@ -37,3 +37,3 @@ import { DyeFab, pushRgb, pushHex, pushHsl, pushInt } from '@palett/dye-factory'; | ||
const local = (this == null ? void 0 : (_this$slice = this.slice) == null ? void 0 : _this$slice.call(this)) ?? DyeFab.shallow(); | ||
const local = (this === null || this === void 0 ? void 0 : (_this$slice = this.slice) === null || _this$slice === void 0 ? void 0 : _this$slice.call(this)) ?? DyeFab.shallow(); | ||
if (color) (encolor ?? local.encolor).call(local, color); | ||
@@ -63,3 +63,3 @@ return DyeFab.prototype.render.call(local, text); | ||
const local = (this == null ? void 0 : (_this$slice2 = this.slice) == null ? void 0 : _this$slice2.call(this)) ?? DyeFab.shallow(); | ||
const local = (this === null || this === void 0 ? void 0 : (_this$slice2 = this.slice) === null || _this$slice2 === void 0 ? void 0 : _this$slice2.call(this)) ?? DyeFab.shallow(); | ||
if (color) (local.encolor ?? pushRgb).call(local, color); | ||
@@ -66,0 +66,0 @@ return DyeFab.prototype.render.call(local, text); |
{ | ||
"name": "@palett/fluo", | ||
"version": "0.8.18", | ||
"version": "0.9.0", | ||
"description": "A color converter", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"files": [ | ||
@@ -19,15 +22,15 @@ "dist" | ||
"dependencies": { | ||
"@palett/dye-factory": "^0.8.18", | ||
"@palett/fluo-entries": "^0.8.18", | ||
"@palett/fluo-matrix": "^0.8.18", | ||
"@palett/fluo-vector": "^0.8.18", | ||
"@palett/presets": "^0.8.18", | ||
"@palett/projector-factory": "^0.8.18", | ||
"@spare/string-value": "^0.11.22", | ||
"@texting/charset-fullwidth": "^0.0.12", | ||
"@texting/charset-halfwidth": "^0.0.12", | ||
"@palett/dye-factory": "^0.9.0", | ||
"@palett/fluo-entries": "^0.9.0", | ||
"@palett/fluo-matrix": "^0.9.0", | ||
"@palett/fluo-vector": "^0.9.0", | ||
"@palett/presets": "^0.9.0", | ||
"@palett/projector-factory": "^0.9.0", | ||
"@spare/string-value": "^0.13.2", | ||
"@texting/charset-fullwidth": "^0.0.13", | ||
"@texting/charset-halfwidth": "^0.0.13", | ||
"@typen/literal": "^0.1.17", | ||
"@typen/nullish": "^0.1.17", | ||
"@vect/object-update": "^0.4.4", | ||
"@vect/vector": "^0.4.4" | ||
"@vect/object-update": "^0.5.1", | ||
"@vect/vector": "^0.5.1" | ||
}, | ||
@@ -55,3 +58,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/palett/fluo#readme", | ||
"gitHead": "adf5812e323bc29bdaea384c59716e8c7ba39330" | ||
"gitHead": "edabce66a91b4f0b6ded1274071a2711d0857475" | ||
} |
21123
7
466
+ Added@analys/enum-pivot-mode@0.6.14(transitive)
+ Added@analyz/crostab@0.1.1(transitive)
+ Added@analyz/indexable@0.1.1(transitive)
+ Added@analyz/list@0.1.1(transitive)
+ Added@analyz/mappable@0.1.1(transitive)
+ Added@analyz/matrix@0.1.1(transitive)
+ Added@analyz/selectable@0.1.1(transitive)
+ Added@analyz/updatable@0.1.1(transitive)
+ Added@aryth/bound@0.6.9(transitive)
+ Added@aryth/bound-matrix@0.6.9(transitive)
+ Added@aryth/bound-vector@0.6.9(transitive)
+ Added@aryth/comparer@0.5.100.6.9(transitive)
+ Added@aryth/distinct-column@0.6.9(transitive)
+ Added@aryth/flopper@0.6.9(transitive)
+ Added@aryth/math@0.5.100.6.9(transitive)
+ Added@aryth/polar@0.6.9(transitive)
+ Added@aryth/rand@0.5.100.6.9(transitive)
+ Added@aryth/util-bound@0.6.9(transitive)
+ Added@aryth/util-distinct@0.6.9(transitive)
+ Added@ject/mixin@0.0.17(transitive)
+ Added@ject/oneself@0.0.17(transitive)
+ Added@ject/rename@0.0.17(transitive)
+ Added@palett/cards@0.9.19(transitive)
+ Added@palett/color-algebra@0.9.19(transitive)
+ Added@palett/color-space@0.9.19(transitive)
+ Added@palett/convert@0.9.19(transitive)
+ Added@palett/dye@0.9.19(transitive)
+ Added@palett/dye-factory@0.9.15(transitive)
+ Added@palett/enum-ansi-codes@0.9.19(transitive)
+ Added@palett/enum-color-space@0.9.19(transitive)
+ Added@palett/enum-colorant-modes@0.9.19(transitive)
+ Added@palett/enum-font-effects@0.9.19(transitive)
+ Added@palett/fluo-entries@0.9.19(transitive)
+ Added@palett/fluo-matrix@0.9.19(transitive)
+ Added@palett/fluo-vector@0.9.19(transitive)
+ Added@palett/presets@0.9.19(transitive)
+ Added@palett/projector@0.9.19(transitive)
+ Added@palett/projector-config@0.9.16(transitive)
+ Added@palett/projector-factory@0.9.16(transitive)
+ Added@palett/util-ansi@0.9.19(transitive)
+ Added@spare/string-value@0.13.16(transitive)
+ Added@texting/charset-ansi@0.0.13(transitive)
+ Added@texting/charset-fullwidth@0.0.13(transitive)
+ Added@texting/charset-halfwidth@0.0.13(transitive)
+ Added@texting/enum-chars@0.0.130.1.13(transitive)
+ Added@texting/enum-chars-fullwidth@0.0.13(transitive)
+ Added@texting/lange@0.0.13(transitive)
+ Added@texting/phrasing@0.1.13(transitive)
+ Added@texting/regex-charset@0.0.13(transitive)
+ Added@texting/regex-phrasing@0.1.13(transitive)
+ Added@texting/string-value@0.1.13(transitive)
+ Added@vect/column-getter@0.6.13(transitive)
+ Added@vect/column-mapper@0.6.130.7.20(transitive)
+ Added@vect/columns-indicator@0.6.13(transitive)
+ Added@vect/columns-mapper@0.6.130.7.20(transitive)
+ Added@vect/columns-select@0.7.20(transitive)
+ Added@vect/columns-update@0.7.20(transitive)
+ Added@vect/entries-init@0.7.20(transitive)
+ Added@vect/entries-unwind@0.6.13(transitive)
+ Added@vect/entries-zipper@0.7.20(transitive)
+ Added@vect/enum-matrix-directions@0.6.13(transitive)
+ Added@vect/matrix@0.7.20(transitive)
+ Added@vect/matrix-algebra@0.7.20(transitive)
+ Added@vect/matrix-index@0.6.130.7.20(transitive)
+ Added@vect/matrix-indicator@0.6.13(transitive)
+ Added@vect/matrix-init@0.7.20(transitive)
+ Added@vect/matrix-mapper@0.7.20(transitive)
+ Added@vect/matrix-margin@0.6.13(transitive)
+ Added@vect/matrix-quantifier@0.6.13(transitive)
+ Added@vect/matrix-transpose@0.6.13(transitive)
+ Added@vect/matrix-zipper@0.7.20(transitive)
+ Added@vect/object-index@0.7.20(transitive)
+ Added@vect/object-init@0.7.20(transitive)
+ Added@vect/object-select@0.7.20(transitive)
+ Added@vect/object-update@0.5.23(transitive)
+ Added@vect/swap@0.5.230.6.13(transitive)
+ Added@vect/vector@0.5.23(transitive)
+ Added@vect/vector-algebra@0.5.23(transitive)
+ Added@vect/vector-index@0.5.230.7.20(transitive)
+ Added@vect/vector-indicator@0.5.230.6.13(transitive)
+ Added@vect/vector-init@0.5.230.7.20(transitive)
+ Added@vect/vector-mapper@0.5.230.6.130.7.20(transitive)
+ Added@vect/vector-margin@0.5.230.6.13(transitive)
+ Added@vect/vector-merge@0.5.23(transitive)
+ Added@vect/vector-select@0.5.230.7.20(transitive)
+ Added@vect/vector-update@0.5.230.7.20(transitive)
+ Added@vect/vector-zipper@0.5.230.7.20(transitive)
- Removed@aryth/bound-matrix@0.3.26(transitive)
- Removed@aryth/bound-vector@0.3.26(transitive)
- Removed@aryth/comparer@0.3.26(transitive)
- Removed@aryth/math@0.3.26(transitive)
- Removed@aryth/rand@0.3.26(transitive)
- Removed@aryth/util-bound@0.3.26(transitive)
- Removed@ject/oneself@0.0.16(transitive)
- Removed@palett/cards@0.8.19(transitive)
- Removed@palett/convert@0.8.18(transitive)
- Removed@palett/dye@0.8.18(transitive)
- Removed@palett/dye-factory@0.8.18(transitive)
- Removed@palett/enum-ansi-codes@0.8.18(transitive)
- Removed@palett/enum-color-space@0.8.18(transitive)
- Removed@palett/enum-colorant-modes@0.8.18(transitive)
- Removed@palett/enum-font-effects@0.8.18(transitive)
- Removed@palett/fluo-entries@0.8.18(transitive)
- Removed@palett/fluo-matrix@0.8.18(transitive)
- Removed@palett/fluo-vector@0.8.18(transitive)
- Removed@palett/presets@0.8.18(transitive)
- Removed@palett/projector-config@0.8.18(transitive)
- Removed@palett/projector-factory@0.8.18(transitive)
- Removed@palett/toner-hsl@0.8.18(transitive)
- Removed@palett/util-ansi@0.8.18(transitive)
- Removed@spare/string-value@0.11.22(transitive)
- Removed@texting/charset-ansi@0.0.12(transitive)
- Removed@texting/charset-fullwidth@0.0.12(transitive)
- Removed@texting/charset-halfwidth@0.0.12(transitive)
- Removed@texting/enum-chars@0.0.12(transitive)
- Removed@texting/enum-chars-fullwidth@0.0.12(transitive)
- Removed@texting/lange@0.0.12(transitive)
- Removed@texting/regex-charset@0.0.12(transitive)
- Removed@texting/string-value@0.0.13(transitive)
- Removed@vect/column-getter@0.4.10(transitive)
- Removed@vect/column-mapper@0.4.10(transitive)
- Removed@vect/columns-mapper@0.4.10(transitive)
- Removed@vect/columns-select@0.4.10(transitive)
- Removed@vect/columns-update@0.4.10(transitive)
- Removed@vect/entries-init@0.4.10(transitive)
- Removed@vect/entries-unwind@0.4.10(transitive)
- Removed@vect/entries-zipper@0.4.10(transitive)
- Removed@vect/enum-matrix-directions@0.4.10(transitive)
- Removed@vect/matrix@0.4.10(transitive)
- Removed@vect/matrix-indicator@0.4.10(transitive)
- Removed@vect/matrix-init@0.4.10(transitive)
- Removed@vect/matrix-mapper@0.4.10(transitive)
- Removed@vect/matrix-margin@0.4.10(transitive)
- Removed@vect/matrix-quantifier@0.4.10(transitive)
- Removed@vect/matrix-size@0.4.10(transitive)
- Removed@vect/matrix-transpose@0.4.10(transitive)
- Removed@vect/matrix-zipper@0.4.10(transitive)
- Removed@vect/object-select@0.4.10(transitive)
- Removed@vect/object-update@0.4.10(transitive)
- Removed@vect/swap@0.4.10(transitive)
- Removed@vect/vector@0.4.10(transitive)
- Removed@vect/vector-algebra@0.4.10(transitive)
- Removed@vect/vector-index@0.4.10(transitive)
- Removed@vect/vector-indicator@0.4.10(transitive)
- Removed@vect/vector-init@0.4.10(transitive)
- Removed@vect/vector-mapper@0.4.10(transitive)
- Removed@vect/vector-margin@0.4.10(transitive)
- Removed@vect/vector-merge@0.4.10(transitive)
- Removed@vect/vector-select@0.4.10(transitive)
- Removed@vect/vector-update@0.4.10(transitive)
- Removed@vect/vector-zipper@0.4.10(transitive)
Updated@palett/dye-factory@^0.9.0
Updated@palett/fluo-entries@^0.9.0
Updated@palett/fluo-matrix@^0.9.0
Updated@palett/fluo-vector@^0.9.0
Updated@palett/presets@^0.9.0
Updated@spare/string-value@^0.13.2
Updated@vect/object-update@^0.5.1
Updated@vect/vector@^0.5.1