@igniteui/material-icons-extended
Advanced tools
Comparing version 2.3.1-beta.2 to 2.4.0
@@ -1,1 +0,2 @@ | ||
export default function (): void; | ||
import { Rule } from "@angular-devkit/schematics"; | ||
export default function (): Rule; |
import { IMXIcon } from "./common/icon"; | ||
export declare const all: IMXIcon; | ||
export declare const caseSensitive: IMXIcon; | ||
export declare const check: IMXIcon; | ||
export declare const contains: IMXIcon; | ||
@@ -25,2 +26,3 @@ export declare const doesNotContain: IMXIcon; | ||
export declare const notEqual: IMXIcon; | ||
export declare const selectAll: IMXIcon; | ||
export declare const startExpression: IMXIcon; | ||
@@ -33,2 +35,3 @@ export declare const startsWith: IMXIcon; | ||
export declare const yesterday: IMXIcon; | ||
export declare const tomorrow: IMXIcon; | ||
export declare const editor: IMXIcon[]; |
@@ -1,1 +0,7 @@ | ||
export default function (): void {} | ||
import { Rule, Tree } from "@angular-devkit/schematics"; | ||
export default function (): Rule { | ||
return (tree: Tree) => { | ||
return tree; | ||
}; | ||
} |
{ | ||
"name": "@igniteui/material-icons-extended", | ||
"version": "2.3.1-beta.2", | ||
"version": "2.4.0", | ||
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.", | ||
@@ -31,6 +31,5 @@ "scripts": { | ||
}, | ||
"dependencies": { | ||
"@angular-devkit/schematics": "^10.1.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@angular-devkit/schematics": "^10.0.8", | ||
"@types/node": "^14.6.2", | ||
@@ -37,0 +36,0 @@ "gulp": "^4.0.2", |
import { IMXIcon } from "./common/icon"; | ||
export const all: IMXIcon = { | ||
name: "all", | ||
value: require("./svgs/all.svg"), | ||
export const caseSensitive: IMXIcon = { | ||
name: "case-sensitive", | ||
value: require("./svgs/case-sensitive.svg"), | ||
categories: ["editor"], | ||
}; | ||
export const check: IMXIcon = { | ||
name: "check", | ||
value: require("./svgs/check.svg"), | ||
categories: ["editor"], | ||
}; | ||
export const contains: IMXIcon = { | ||
@@ -141,2 +147,8 @@ name: "contains", | ||
export const selectAll: IMXIcon = { | ||
name: "select-all", | ||
value: require("./svgs/all.svg"), | ||
categories: ["editor"], | ||
}; | ||
export const startExpression: IMXIcon = { | ||
@@ -184,3 +196,11 @@ name: "start-expression", | ||
export const tomorrow: IMXIcon = { | ||
name: "tomorrow", | ||
value: require("./svgs/tomorrow.svg"), | ||
categories: ["editor"], | ||
}; | ||
export const editor = [ | ||
caseSensitive, | ||
check, | ||
contains, | ||
@@ -199,2 +219,3 @@ doesNotContain, | ||
isNull, | ||
isTrue, | ||
lastMonth, | ||
@@ -211,2 +232,3 @@ lastYear, | ||
isEmpty, | ||
selectAll, | ||
startExpression, | ||
@@ -219,2 +241,3 @@ startsWith, | ||
yesterday, | ||
tomorrow, | ||
]; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
732486
0
299
2886
0
10
- Removed@angular-devkit/schematics@^10.1.0
- Removed@angular-devkit/core@10.2.4(transitive)
- Removed@angular-devkit/schematics@10.2.4(transitive)
- Removedajv@6.12.4(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcli-cursor@3.1.0(transitive)
- Removedcli-spinners@2.9.2(transitive)
- Removedclone@1.0.4(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removeddefaults@1.0.4(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedis-interactive@1.0.0(transitive)
- Removedis-unicode-supported@0.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedlog-symbols@4.1.0(transitive)
- Removedmagic-string@0.25.7(transitive)
- Removedmimic-fn@2.1.0(transitive)
- Removedmute-stream@0.0.8(transitive)
- Removedonetime@5.1.2(transitive)
- Removedora@5.0.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedrestore-cursor@3.1.0(transitive)
- Removedrxjs@6.6.2(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedsource-map@0.7.3(transitive)
- Removedsourcemap-codec@1.4.8(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedtslib@1.14.1(transitive)
- Removeduri-js@4.4.1(transitive)
- Removedwcwidth@1.0.1(transitive)