@evlop/commons 1.0.359 → 1.0.360
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/constants/iconInfo/index.d.ts +1 -12
- package/dist/cjs/src/constants/iconInfo/index.d.ts.map +1 -1
- package/dist/cjs/src/constants/iconInfo/index.js +1 -1
- package/dist/cjs/src/constants/iconInfo/index.js.map +1 -1
- package/dist/esm/src/constants/iconInfo/index.d.ts +1 -12
- package/dist/esm/src/constants/iconInfo/index.d.ts.map +1 -1
- package/dist/esm/src/constants/iconInfo/index.js +1 -1
- package/dist/esm/src/constants/iconInfo/index.js.map +1 -1
- package/dist/types/src/constants/iconInfo/index.d.ts +1 -12
- package/dist/types/src/constants/iconInfo/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
import IconManager from "./IconManager";
|
|
2
2
|
import IconIdentifier from "./types";
|
|
3
3
|
export declare const iconManager: IconManager;
|
|
4
|
-
export declare const getIconInfo:
|
|
5
|
-
id: IconIdentifier | string;
|
|
6
|
-
type: string;
|
|
7
|
-
name: string;
|
|
8
|
-
isDirected: boolean;
|
|
9
|
-
variant?: string;
|
|
10
|
-
character?: string;
|
|
11
|
-
} | {
|
|
12
|
-
id: string;
|
|
13
|
-
type: "svg";
|
|
14
|
-
url: string;
|
|
15
|
-
};
|
|
4
|
+
export declare const getIconInfo: any;
|
|
16
5
|
declare const reactNativeVectorIcons: {};
|
|
17
6
|
export { IconIdentifier };
|
|
18
7
|
export default reactNativeVectorIcons;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW,aAAoB,CAAC;AAE7C,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW,aAAoB,CAAC;AAE7C,eAAO,MAAM,WAAW,KAA4C,CAAC;AAErE,QAAA,MAAM,sBAAsB,IAAK,CAAC;AAElC,OAAO,EAAE,cAAc,EAAE,CAAC;AAE1B,eAAe,sBAAsB,CAAC"}
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.getIconInfo = exports.iconManager = void 0;
|
|
7
7
|
const IconManager_1 = __importDefault(require("./IconManager"));
|
|
8
8
|
exports.iconManager = new IconManager_1.default();
|
|
9
|
-
exports.getIconInfo = exports.iconManager.getIconInfo;
|
|
9
|
+
exports.getIconInfo = exports.iconManager.getIconInfo.bind(exports.iconManager);
|
|
10
10
|
const reactNativeVectorIcons = {};
|
|
11
11
|
exports.default = reactNativeVectorIcons;
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":";;;;;;AAAA,gEAAwC;AAG3B,QAAA,WAAW,GAAG,IAAI,qBAAW,EAAE,CAAC;AAEhC,QAAA,WAAW,GAAG,mBAAW,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":";;;;;;AAAA,gEAAwC;AAG3B,QAAA,WAAW,GAAG,IAAI,qBAAW,EAAE,CAAC;AAEhC,QAAA,WAAW,GAAG,mBAAW,CAAC,WAAW,CAAC,IAAI,CAAC,mBAAW,CAAC,CAAC;AAErE,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAIlC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
import IconManager from "./IconManager";
|
|
2
2
|
import IconIdentifier from "./types";
|
|
3
3
|
export declare const iconManager: IconManager;
|
|
4
|
-
export declare const getIconInfo:
|
|
5
|
-
id: IconIdentifier | string;
|
|
6
|
-
type: string;
|
|
7
|
-
name: string;
|
|
8
|
-
isDirected: boolean;
|
|
9
|
-
variant?: string;
|
|
10
|
-
character?: string;
|
|
11
|
-
} | {
|
|
12
|
-
id: string;
|
|
13
|
-
type: "svg";
|
|
14
|
-
url: string;
|
|
15
|
-
};
|
|
4
|
+
export declare const getIconInfo: any;
|
|
16
5
|
declare const reactNativeVectorIcons: {};
|
|
17
6
|
export { IconIdentifier };
|
|
18
7
|
export default reactNativeVectorIcons;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW,aAAoB,CAAC;AAE7C,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW,aAAoB,CAAC;AAE7C,eAAO,MAAM,WAAW,KAA4C,CAAC;AAErE,QAAA,MAAM,sBAAsB,IAAK,CAAC;AAElC,OAAO,EAAE,cAAc,EAAE,CAAC;AAE1B,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import IconManager from "./IconManager";
|
|
2
2
|
export const iconManager = new IconManager();
|
|
3
|
-
export const getIconInfo = iconManager.getIconInfo;
|
|
3
|
+
export const getIconInfo = iconManager.getIconInfo.bind(iconManager);
|
|
4
4
|
const reactNativeVectorIcons = {};
|
|
5
5
|
export default reactNativeVectorIcons;
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AAGxC,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,WAAW,EAAE,CAAC;AAE7C,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AAGxC,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,WAAW,EAAE,CAAC;AAE7C,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;AAErE,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAIlC,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
import IconManager from "./IconManager";
|
|
2
2
|
import IconIdentifier from "./types";
|
|
3
3
|
export declare const iconManager: IconManager;
|
|
4
|
-
export declare const getIconInfo:
|
|
5
|
-
id: IconIdentifier | string;
|
|
6
|
-
type: string;
|
|
7
|
-
name: string;
|
|
8
|
-
isDirected: boolean;
|
|
9
|
-
variant?: string;
|
|
10
|
-
character?: string;
|
|
11
|
-
} | {
|
|
12
|
-
id: string;
|
|
13
|
-
type: "svg";
|
|
14
|
-
url: string;
|
|
15
|
-
};
|
|
4
|
+
export declare const getIconInfo: any;
|
|
16
5
|
declare const reactNativeVectorIcons: {};
|
|
17
6
|
export { IconIdentifier };
|
|
18
7
|
export default reactNativeVectorIcons;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW,aAAoB,CAAC;AAE7C,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/iconInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW,aAAoB,CAAC;AAE7C,eAAO,MAAM,WAAW,KAA4C,CAAC;AAErE,QAAA,MAAM,sBAAsB,IAAK,CAAC;AAElC,OAAO,EAAE,cAAc,EAAE,CAAC;AAE1B,eAAe,sBAAsB,CAAC"}
|