@iobroker/adapter-react-v5 2.1.5 → 2.1.9
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/Components/404.js +17 -25
- package/Components/404.js.map +1 -1
- package/Components/ColorPicker.js +25 -35
- package/Components/ColorPicker.js.map +1 -1
- package/Components/ComplexCron.js +29 -37
- package/Components/ComplexCron.js.map +1 -1
- package/Components/FileBrowser.js +41 -62
- package/Components/FileBrowser.js.map +1 -1
- package/Components/FileViewer.js +18 -28
- package/Components/FileViewer.js.map +1 -1
- package/Components/Icon.js +15 -25
- package/Components/Icon.js.map +1 -1
- package/Components/IconPicker.js +6 -6
- package/Components/IconPicker.js.map +1 -1
- package/Components/IconSelector.js +25 -31
- package/Components/IconSelector.js.map +1 -1
- package/Components/Image.js +15 -25
- package/Components/Image.js.map +1 -1
- package/Components/Loader.js +14 -24
- package/Components/Loader.js.map +1 -1
- package/Components/Loaders/PT.js +13 -23
- package/Components/Loaders/PT.js.map +1 -1
- package/Components/Loaders/Vendor.js +14 -24
- package/Components/Loaders/Vendor.js.map +1 -1
- package/Components/Logo.js +18 -28
- package/Components/Logo.js.map +1 -1
- package/Components/MDUtils.js +14 -11
- package/Components/MDUtils.js.map +1 -1
- package/Components/ObjectBrowser.js +133 -203
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/Router.js +13 -21
- package/Components/Router.js.map +1 -1
- package/Components/SaveCloseButtons.js +15 -25
- package/Components/SaveCloseButtons.js.map +1 -1
- package/Components/Schedule.js +23 -37
- package/Components/Schedule.js.map +1 -1
- package/Components/SelectWithIcon.js +18 -26
- package/Components/SelectWithIcon.js.map +1 -1
- package/Components/SimpleCron/cron2text.js.map +1 -1
- package/Components/SimpleCron/cronText.js +2 -2
- package/Components/SimpleCron/cronText.js.map +1 -1
- package/Components/SimpleCron/index.js +24 -34
- package/Components/SimpleCron/index.js.map +1 -1
- package/Components/SimpleCron/jquery.cron.locale.js.map +1 -1
- package/Components/TabContainer.js +18 -28
- package/Components/TabContainer.js.map +1 -1
- package/Components/TabContent.js +17 -27
- package/Components/TabContent.js.map +1 -1
- package/Components/TabHeader.js +13 -23
- package/Components/TabHeader.js.map +1 -1
- package/Components/TextWithIcon.js +5 -5
- package/Components/TextWithIcon.js.map +1 -1
- package/Components/ToggleThemeMenu.js +2 -2
- package/Components/ToggleThemeMenu.js.map +1 -1
- package/Components/TreeTable.js +21 -42
- package/Components/TreeTable.js.map +1 -1
- package/Components/Utils.js +34 -42
- package/Components/Utils.js.map +1 -1
- package/Components/copy-to-clipboard.js.map +1 -1
- package/Connection.js +3367 -0
- package/Connection.js.map +1 -0
- package/Dialogs/ComplexCron.js +15 -25
- package/Dialogs/ComplexCron.js.map +1 -1
- package/Dialogs/Confirm.js +15 -25
- package/Dialogs/Confirm.js.map +1 -1
- package/Dialogs/Cron.js +19 -27
- package/Dialogs/Cron.js.map +1 -1
- package/Dialogs/Error.js +15 -25
- package/Dialogs/Error.js.map +1 -1
- package/Dialogs/Message.js +15 -25
- package/Dialogs/Message.js.map +1 -1
- package/Dialogs/SelectID.js +19 -27
- package/Dialogs/SelectID.js.map +1 -1
- package/Dialogs/SimpleCron.js +15 -25
- package/Dialogs/SimpleCron.js.map +1 -1
- package/Dialogs/TextInput.js +18 -28
- package/Dialogs/TextInput.js.map +1 -1
- package/GenericApp.js +41 -50
- package/GenericApp.js.map +1 -1
- package/Prompt.js +21 -0
- package/Prompt.js.map +1 -0
- package/README.md +9 -1
- package/Theme.js +422 -0
- package/Theme.js.map +1 -0
- package/i18n/de.json +3 -3
- package/i18n/en.json +3 -3
- package/i18n/es.json +3 -3
- package/i18n/fr.json +3 -3
- package/i18n/it.json +3 -3
- package/i18n/nl.json +3 -3
- package/i18n/pl.json +3 -3
- package/i18n/pt.json +3 -3
- package/i18n/ru.json +3 -3
- package/i18n/zh-cn.json +3 -3
- package/i18n.js +180 -0
- package/i18n.js.map +1 -0
- package/icons/IconAdapter.js +2 -2
- package/icons/IconAdapter.js.map +1 -1
- package/icons/IconAlias.js +2 -2
- package/icons/IconAlias.js.map +1 -1
- package/icons/IconChannel.js +2 -2
- package/icons/IconChannel.js.map +1 -1
- package/icons/IconClearFilter.js +2 -2
- package/icons/IconClearFilter.js.map +1 -1
- package/icons/IconClosed.js +2 -2
- package/icons/IconClosed.js.map +1 -1
- package/icons/IconCopy.js +2 -2
- package/icons/IconCopy.js.map +1 -1
- package/icons/IconDevice.js +2 -2
- package/icons/IconDevice.js.map +1 -1
- package/icons/IconDocument.js +2 -2
- package/icons/IconDocument.js.map +1 -1
- package/icons/IconExpert.js +2 -2
- package/icons/IconExpert.js.map +1 -1
- package/icons/IconFx.js +2 -2
- package/icons/IconFx.js.map +1 -1
- package/icons/IconInstance.js +2 -2
- package/icons/IconInstance.js.map +1 -1
- package/icons/IconLogout.js +2 -2
- package/icons/IconLogout.js.map +1 -1
- package/icons/IconOpen.js +2 -2
- package/icons/IconOpen.js.map +1 -1
- package/icons/IconState.js +6 -6
- package/icons/IconState.js.map +1 -1
- package/package.json +11 -9
- package/gulpfile.js +0 -113
package/i18n/zh-cn.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"ra_Are you sure?": "你确定吗?",
|
|
15
15
|
"ra_Cancel": "取消",
|
|
16
16
|
"ra_Copied": "复制的",
|
|
17
|
-
"ra_Copied %s": "
|
|
17
|
+
"ra_Copied %s": "复制的\"%s\"",
|
|
18
18
|
"ra_Define functions": "定义功能",
|
|
19
19
|
"ra_Define rooms": "定义房间",
|
|
20
20
|
"ra_Error": "错误",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"ra_Delete": "删除",
|
|
60
60
|
"ra_Toggle expert mode": "切换专家模式",
|
|
61
61
|
"ra_Toggle view mode": "切换检视模式",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
62
|
+
"ra_Root": "根",
|
|
63
|
+
"ra_Back to %s": "返回%s",
|
|
64
64
|
"ra_Place your files here or click here to open the browse dialog": "将文件放在此处或单击此处打开浏览对话框",
|
|
65
65
|
"ra_If no file will be created in the folder, it will disappear after the browser closed": "如果在该文件夹中未创建任何文件,则该文件将在浏览器关闭后消失",
|
|
66
66
|
"ra_Folder name": "文件夹名称",
|
package/i18n.js
ADDED
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
11
|
+
|
|
12
|
+
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
13
|
+
|
|
14
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
|
+
|
|
16
|
+
/***
|
|
17
|
+
* Copyright 2018-2022 bluefox <dogafox@gmail.com>
|
|
18
|
+
*
|
|
19
|
+
* MIT License
|
|
20
|
+
*
|
|
21
|
+
***/
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Translation string management.
|
|
25
|
+
*/
|
|
26
|
+
var I18n = /*#__PURE__*/function () {
|
|
27
|
+
function I18n() {
|
|
28
|
+
(0, _classCallCheck2["default"])(this, I18n);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
(0, _createClass2["default"])(I18n, null, [{
|
|
32
|
+
key: "setLanguage",
|
|
33
|
+
value:
|
|
34
|
+
/**
|
|
35
|
+
* List of all languages with their translations.
|
|
36
|
+
* @type {{ [lang in ioBroker.Languages]?: Record<string, string>; }}
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* The currently displayed language.
|
|
41
|
+
* @type {ioBroker.Languages}
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Set the language to display.
|
|
46
|
+
* @param {ioBroker.Languages} lang
|
|
47
|
+
*/
|
|
48
|
+
function setLanguage(lang) {
|
|
49
|
+
if (lang) {
|
|
50
|
+
I18n.lang = lang;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Add translations
|
|
55
|
+
* User can provide two types of structures:
|
|
56
|
+
* - {"word1": "translated word1", "word2": "translated word2"}, but in this case the lang must be provided
|
|
57
|
+
* - {"word1": {"en": "translated en word1", "de": "translated de word1"}, "word2": {"en": "translated en word2", "de": "translated de word2"}}, but no lang must be provided
|
|
58
|
+
* @param {object} words additional words for specific language
|
|
59
|
+
* @param {ioBroker.Languages} lang
|
|
60
|
+
*/
|
|
61
|
+
|
|
62
|
+
}, {
|
|
63
|
+
key: "extendTranslations",
|
|
64
|
+
value: function extendTranslations(words, lang) {
|
|
65
|
+
try {
|
|
66
|
+
if (!lang) {
|
|
67
|
+
Object.keys(words).forEach(function (word) {
|
|
68
|
+
Object.keys(words[word]).forEach(function (lang) {
|
|
69
|
+
if (!I18n.translations[lang]) {
|
|
70
|
+
console.warn("Used unknown language: ".concat(lang));
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
if (!I18n.translations[lang][word]) {
|
|
74
|
+
I18n.translations[lang][word] = words[word][lang];
|
|
75
|
+
} else if (I18n.translations[lang][word] !== words[word][lang]) {
|
|
76
|
+
console.warn("Translation for word \"".concat(word, "\" in \"").concat(lang, "\" was ignored: existing = \"").concat(I18n.translations[lang][word], "\", new = ").concat(words[word][lang]));
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
});
|
|
80
|
+
} else {
|
|
81
|
+
if (!I18n.translations[lang]) {
|
|
82
|
+
console.warn("Used unknown language: ".concat(lang));
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
I18n.translations[lang] = I18n.translations[lang] || {};
|
|
86
|
+
Object.keys(words).forEach(function (word) {
|
|
87
|
+
if (!I18n.translations[lang][word]) {
|
|
88
|
+
I18n.translations[lang][word] = words[word];
|
|
89
|
+
} else if (I18n.translations[lang][word] !== words[word]) {
|
|
90
|
+
console.warn("Translation for word \"".concat(word, "\" in \"").concat(lang, "\" was ignored: existing = \"").concat(I18n.translations[lang][word], "\", new = ").concat(words[word]));
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
} catch (e) {
|
|
95
|
+
console.error("Cannot apply translations: ".concat(e));
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Sets all translations (in all languages).
|
|
100
|
+
* @param {{ [lang in ioBroker.Languages]?: Record<string, string>; }} translations
|
|
101
|
+
*/
|
|
102
|
+
|
|
103
|
+
}, {
|
|
104
|
+
key: "setTranslations",
|
|
105
|
+
value: function setTranslations(translations) {
|
|
106
|
+
if (translations) {
|
|
107
|
+
I18n.translations = translations;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Get the currently chosen language.
|
|
112
|
+
* @returns {ioBroker.Languages} The current language.
|
|
113
|
+
*/
|
|
114
|
+
|
|
115
|
+
}, {
|
|
116
|
+
key: "getLanguage",
|
|
117
|
+
value: function getLanguage() {
|
|
118
|
+
return I18n.lang;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Translate the given string to the selected language.
|
|
122
|
+
* @param {string} word The (key) word to look up the string.
|
|
123
|
+
* @param {string[]} args Optional arguments which will replace the first (second, third, ...) occurrences of %s
|
|
124
|
+
*/
|
|
125
|
+
|
|
126
|
+
}, {
|
|
127
|
+
key: "t",
|
|
128
|
+
value: function t(word) {
|
|
129
|
+
var translation = I18n.translations[I18n.lang];
|
|
130
|
+
|
|
131
|
+
if (translation) {
|
|
132
|
+
var w = translation[word];
|
|
133
|
+
|
|
134
|
+
if (w) {
|
|
135
|
+
word = w;
|
|
136
|
+
} else {
|
|
137
|
+
I18n._disableWarning && console.log("Translate: ".concat(word));
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
142
|
+
args[_key - 1] = arguments[_key];
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
for (var _i = 0, _args = args; _i < _args.length; _i++) {
|
|
146
|
+
var arg = _args[_i];
|
|
147
|
+
word = word.replace('%s', arg);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
return word;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Disable warning about non-translated words
|
|
154
|
+
* Required during development
|
|
155
|
+
* @param {boolean} disable Do the warning should be disabled
|
|
156
|
+
*/
|
|
157
|
+
|
|
158
|
+
}, {
|
|
159
|
+
key: "disableWarning",
|
|
160
|
+
value: function disableWarning(disable) {
|
|
161
|
+
I18n._disableWarning = !!disable;
|
|
162
|
+
}
|
|
163
|
+
}]);
|
|
164
|
+
return I18n;
|
|
165
|
+
}();
|
|
166
|
+
/*I18n.translations = {
|
|
167
|
+
'en': require('./i18n/en'),
|
|
168
|
+
'ru': require('./i18n/ru'),
|
|
169
|
+
'de': require('./i18n/de'),
|
|
170
|
+
};
|
|
171
|
+
I18n.fallbacks = true;
|
|
172
|
+
I18n.t = function () {};*/
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
(0, _defineProperty2["default"])(I18n, "translations", {});
|
|
176
|
+
(0, _defineProperty2["default"])(I18n, "lang", window.sysLang || 'en');
|
|
177
|
+
(0, _defineProperty2["default"])(I18n, "_disableWarning", false);
|
|
178
|
+
var _default = I18n;
|
|
179
|
+
exports["default"] = _default;
|
|
180
|
+
//# sourceMappingURL=i18n.js.map
|
package/i18n.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n.js","names":["I18n","lang","words","Object","keys","forEach","word","translations","console","warn","e","error","translation","w","_disableWarning","log","args","arg","replace","disable","window","sysLang"],"sources":["i18n.js"],"sourcesContent":["/***\n * Copyright 2018-2022 bluefox <dogafox@gmail.com>\n *\n * MIT License\n *\n ***/\n\n /**\n * Translation string management.\n */\nclass I18n {\n /**\n * List of all languages with their translations.\n * @type {{ [lang in ioBroker.Languages]?: Record<string, string>; }}\n */\n static translations = {};\n\n /**\n * The currently displayed language.\n * @type {ioBroker.Languages}\n */\n static lang = window.sysLang || 'en';\n\n static _disableWarning = false;\n\n /**\n * Set the language to display.\n * @param {ioBroker.Languages} lang\n */\n static setLanguage(lang) {\n if (lang) {\n I18n.lang = lang;\n }\n }\n\n /**\n * Add translations\n * User can provide two types of structures:\n * - {\"word1\": \"translated word1\", \"word2\": \"translated word2\"}, but in this case the lang must be provided\n * - {\"word1\": {\"en\": \"translated en word1\", \"de\": \"translated de word1\"}, \"word2\": {\"en\": \"translated en word2\", \"de\": \"translated de word2\"}}, but no lang must be provided\n * @param {object} words additional words for specific language\n * @param {ioBroker.Languages} lang\n */\n static extendTranslations(words, lang) {\n try {\n if (!lang) {\n Object.keys(words).forEach(word => {\n Object.keys(words[word]).forEach(lang => {\n if (!I18n.translations[lang]) {\n console.warn(`Used unknown language: ${lang}`);\n }\n if (!I18n.translations[lang][word]) {\n I18n.translations[lang][word] = words[word][lang];\n } else if (I18n.translations[lang][word] !== words[word][lang]) {\n console.warn(`Translation for word \"${word}\" in \"${lang}\" was ignored: existing = \"${I18n.translations[lang][word]}\", new = ${words[word][lang]}`);\n }\n });\n });\n } else {\n if (!I18n.translations[lang]) {\n console.warn(`Used unknown language: ${lang}`);\n }\n I18n.translations[lang] = I18n.translations[lang] || {};\n Object.keys(words)\n .forEach(word => {\n if (!I18n.translations[lang][word]) {\n I18n.translations[lang][word] = words[word];\n } else if (I18n.translations[lang][word] !== words[word]) {\n console.warn(`Translation for word \"${word}\" in \"${lang}\" was ignored: existing = \"${I18n.translations[lang][word]}\", new = ${words[word]}`);\n }\n });\n }\n } catch (e) {\n console.error(`Cannot apply translations: ${e}`);\n }\n }\n\n /**\n * Sets all translations (in all languages).\n * @param {{ [lang in ioBroker.Languages]?: Record<string, string>; }} translations\n */\n static setTranslations(translations) {\n if (translations) {\n I18n.translations = translations;\n }\n }\n\n /**\n * Get the currently chosen language.\n * @returns {ioBroker.Languages} The current language.\n */\n static getLanguage() {\n return I18n.lang;\n }\n\n /**\n * Translate the given string to the selected language.\n * @param {string} word The (key) word to look up the string.\n * @param {string[]} args Optional arguments which will replace the first (second, third, ...) occurrences of %s\n */\n static t(word, ...args) {\n const translation = I18n.translations[I18n.lang];\n if (translation) {\n const w = translation[word];\n if (w) {\n word = w;\n } else {\n I18n._disableWarning && console.log(`Translate: ${word}`);\n }\n }\n for (const arg of args) {\n word = word.replace('%s', arg);\n }\n return word;\n }\n\n /**\n * Disable warning about non-translated words\n * Required during development\n * @param {boolean} disable Do the warning should be disabled\n */\n static disableWarning(disable) {\n I18n._disableWarning = !!disable;\n }\n}\n\n/*I18n.translations = {\n 'en': require('./i18n/en'),\n 'ru': require('./i18n/ru'),\n 'de': require('./i18n/de'),\n};\nI18n.fallbacks = true;\nI18n.t = function () {};*/\n\nexport default I18n;"],"mappings":"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"}
|
package/icons/IconAdapter.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
15
|
var IconAdapter = function IconAdapter(props) {
|
|
16
16
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
package/icons/IconAdapter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconAdapter.js","names":["IconAdapter","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconAdapter.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconAdapter = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"/>\n </svg>;\n}\n\nIconAdapter.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\nexport default IconAdapter;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA,IAAMA,WAAW,GAAG,SAAdA,WAAc,CAAAC,KAAK,EAAI;EACzB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,aAA9D;IAA4E,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;IAAsG,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;IAAiJ,KAAK,EAAC,4BAAvJ;IAAoL,SAAS,EAAGH,KAAK,CAACK;EAAtM,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,CAAP;AAGH,CAJD;;AAMAN,WAAW,CAACO,SAAZ,GAAwB;EACpBJ,OAAO,EAAEK,sBAAUC,IADC;EAEpBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFa;EAGpBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHY;EAIpBN,SAAS,EAAEE,sBAAUI;AAJD,CAAxB;eAMeZ,W"}
|
package/icons/IconAlias.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
15
|
var IconAlias = function IconAlias(props) {
|
|
16
16
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
package/icons/IconAlias.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconAlias.js","names":["IconAlias","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconAlias.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconAlias = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"/>\n </svg>;\n}\n\nIconAlias.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconAlias;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAAAC,KAAK,EAAI;EACvB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,aAA9D;IAA4E,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;IAAsG,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;IAAiJ,KAAK,EAAC,4BAAvJ;IAAoL,SAAS,EAAGH,KAAK,CAACK;EAAtM,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,CAAP;AAGH,CAJD;;AAMAN,SAAS,CAACO,SAAV,GAAsB;EAClBJ,OAAO,EAAEK,sBAAUC,IADD;EAElBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFW;EAGlBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHU;EAIlBN,SAAS,EAAEE,sBAAUI;AAJH,CAAtB;eAOeZ,S"}
|
package/icons/IconChannel.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
var IconChannel = function IconChannel(props) {
|
|
15
15
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
16
16
|
onClick: function onClick(e) {
|
package/icons/IconChannel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconChannel.js","names":["IconChannel","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconChannel.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconChannel = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 320 320\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <g fill=\"currentColor\">\n <rect rx=\"32\" id=\"svg_1\" height=\"272\" width=\"267\" y=\"25\" x=\"25\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_2\" cy=\"248\" cx=\"160\" fill=\"none\" strokeWidth=\"15\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_3\" y2=\"201.94531\" x2=\"159.5\" y1=\"46.94531\" x1=\"159.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect id=\"svg_4\" height=\"27\" width=\"50\" y=\"79.7979\" x=\"133.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n </g>\n </svg>;\n}\n\nIconChannel.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconChannel;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA,IAAMA,WAAW,GAAG,SAAdA,WAAc,CAAAC,KAAK,EAAI;EACzB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,aAA9D;IAA4E,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;IAAsG,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;IAAiJ,KAAK,EAAC,4BAAvJ;IAAoL,SAAS,EAAGH,KAAK,CAACK;EAAtM,gBACH;IAAG,IAAI,EAAC;EAAR,gBACI;IAAM,EAAE,EAAC,IAAT;IAAc,EAAE,EAAC,OAAjB;IAAyB,MAAM,EAAC,KAAhC;IAAsC,KAAK,EAAC,KAA5C;IAAkD,CAAC,EAAC,IAApD;IAAyD,CAAC,EAAC,IAA3D;IAAgE,WAAW,EAAC,IAA5E;IAAiF,MAAM,EAAC,cAAxF;IAAuG,IAAI,EAAC;EAA5G,EADJ,eAEI;IAAS,MAAM,EAAC,cAAhB;IAA+B,EAAE,EAAC,IAAlC;IAAuC,EAAE,EAAC,IAA1C;IAA+C,EAAE,EAAC,OAAlD;IAA0D,EAAE,EAAC,KAA7D;IAAmE,EAAE,EAAC,KAAtE;IAA4E,IAAI,EAAC,MAAjF;IAAwF,WAAW,EAAC;EAApG,EAFJ,eAGI;IAAM,aAAa,EAAC,MAApB;IAA2B,cAAc,EAAC,MAA1C;IAAiD,EAAE,EAAC,OAApD;IAA4D,EAAE,EAAC,WAA/D;IAA2E,EAAE,EAAC,OAA9E;IAAsF,EAAE,EAAC,UAAzF;IAAoG,EAAE,EAAC,OAAvG;IAA+G,WAAW,EAAC,MAA3H;IAAkI,aAAa,EAAC,MAAhJ;IAAuJ,WAAW,EAAC,IAAnK;IAAwK,MAAM,EAAC,cAA/K;IAA8L,IAAI,EAAC;EAAnM,EAHJ,eAII;IAAM,EAAE,EAAC,OAAT;IAAiB,MAAM,EAAC,IAAxB;IAA6B,KAAK,EAAC,IAAnC;IAAwC,CAAC,EAAC,SAA1C;IAAoD,CAAC,EAAC,OAAtD;IAA8D,WAAW,EAAC,MAA1E;IAAiF,aAAa,EAAC,MAA/F;IAAsG,WAAW,EAAC,IAAlH;IAAuH,MAAM,EAAC,cAA9H;IAA6I,IAAI,EAAC;EAAlJ,EAJJ,CADG,CAAP;AAQH,CATD;;AAWAN,WAAW,CAACO,SAAZ,GAAwB;EACpBJ,OAAO,EAAEK,sBAAUC,IADC;EAEpBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFa;EAGpBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHY;EAIpBN,SAAS,EAAEE,sBAAUI;AAJD,CAAxB;eAOeZ,W"}
|
package/icons/IconClearFilter.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
// Copyright Apache 2.0 https://raw.githubusercontent.com/material-icons/material-icons/master/svg/filter_alt/baseline.svg
|
|
15
15
|
// https://github.com/material-icons/material-icons/blob/master/LICENSE
|
|
16
16
|
var IconClearFilter = function IconClearFilter(props) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconClearFilter.js","names":["IconClearFilter","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconClearFilter.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Copyright Apache 2.0 https://raw.githubusercontent.com/material-icons/material-icons/master/svg/filter_alt/baseline.svg\n// https://github.com/material-icons/material-icons/blob/master/LICENSE\nconst IconClearFilter = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 24 24\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" stroke=\"currentColor\" d=\"M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39A.998.998 0 0 0 18.95 4H5.04c-.83 0-1.3.95-.79 1.61z\"/>\n </svg>;\n}\n\nIconClearFilter.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconClearFilter;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA;AACA,IAAMA,eAAe,GAAG,SAAlBA,eAAkB,CAAAC,KAAK,EAAI;EAC7B,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,WAA9D;IAA0E,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAhG;IAAoG,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA3I;IAA+I,KAAK,EAAC,4BAArJ;IAAkL,SAAS,EAAGH,KAAK,CAACK;EAApM,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,MAAM,EAAC,cAAjC;IAAgD,CAAC,EAAC;EAAlD,EADG,CAAP;AAGH,CAJD;;AAMAN,eAAe,CAACO,SAAhB,GAA4B;EACxBJ,OAAO,EAAEK,sBAAUC,IADK;EAExBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFiB;EAGxBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHgB;EAIxBN,SAAS,EAAEE,sBAAUI;AAJG,CAA5B;eAOeZ,e"}
|
package/icons/IconClosed.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
15
|
var IconClosed = function IconClosed(props) {
|
|
16
16
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
package/icons/IconClosed.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconClosed.js","names":["IconClosed","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconClosed.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconClosed = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 650 512\" xmlns=\"http://www.w3.org/2000/svg\" width={props.width || 20} height={props.height || props.width || 20} className={ props.className }>\n <path fill=\"currentColor\" d=\"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"/>\n </svg>;\n}\n\nIconClosed.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\nexport default IconClosed;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAAAC,KAAK,EAAI;EACxB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,aAA9D;IAA4E,KAAK,EAAC,4BAAlF;IAA+G,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAArI;IAAyI,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAAhL;IAAoL,SAAS,EAAGH,KAAK,CAACK;EAAtM,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,CAAP;AAGH,CAJD;;AAMAN,UAAU,CAACO,SAAX,GAAuB;EACnBJ,OAAO,EAAEK,sBAAUC,IADA;EAEnBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFY;EAGnBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHW;EAInBN,SAAS,EAAEE,sBAAUI;AAJF,CAAvB;eAMeZ,U"}
|
package/icons/IconCopy.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
/**
|
|
15
15
|
* @typedef {object} IconCopyProps
|
|
16
16
|
* @property {string} [key] The key to identify this component.
|
package/icons/IconCopy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconCopy.js","names":["IconCopy","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconCopy.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconCopyProps\n * @property {string} [key] The key to identify this component.\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconCopyProps>}\n */\nconst IconCopy = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"/>\n </svg>;\n}\n\nIconCopy.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconCopy;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAAAC,KAAK,EAAI;EACtB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,aAA9D;IAA4E,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;IAAsG,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;IAAiJ,KAAK,EAAC,4BAAvJ;IAAoL,SAAS,EAAGH,KAAK,CAACK;EAAtM,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,CAAP;AAGH,CAJD;;AAMAN,QAAQ,CAACO,SAAT,GAAqB;EACjBJ,OAAO,EAAEK,sBAAUC,IADF;EAEjBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFU;EAGjBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHS;EAIjBN,SAAS,EAAEE,sBAAUI;AAJJ,CAArB;eAOeZ,Q"}
|
package/icons/IconDevice.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
var IconDevice = function IconDevice(props) {
|
|
15
15
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
16
16
|
onClick: function onClick(e) {
|
package/icons/IconDevice.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconDevice.js","names":["IconDevice","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDevice.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconDevice = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 320 320\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <g fill=\"currentColor\">\n <rect rx=\"32\" id=\"svg_1\" height=\"272\" width=\"267\" y=\"25\" x=\"25\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_2\" cy=\"252\" cx=\"160\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_3\" y2=\"201.94531\" x2=\"159.5\" y1=\"46.94531\" x1=\"159.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"140.83068\" x=\"133.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_5\" cy=\"251\" cx=\"241\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_6\" y2=\"200.94531\" x2=\"240.5\" y1=\"45.94531\" x1=\"240.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"78.7979\" x=\"214.5\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_8\" cy=\"252\" cx=\"84\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_9\" y2=\"201.94531\" x2=\"83.5\" y1=\"46.94531\" x1=\"83.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"79.7979\" x=\"57.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n </g>\n </svg>;\n}\n\nIconDevice.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconDevice;"],"mappings":"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"}
|
package/icons/IconDocument.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
15
|
var IconDocument = function IconDocument(props) {
|
|
16
16
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconDocument.js","names":["IconDocument","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDocument.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconDocument = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"/>\n </svg>;\n}\n\nIconDocument.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconDocument;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA,IAAMA,YAAY,GAAG,SAAfA,YAAe,CAAAC,KAAK,EAAI;EAC1B,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,aAA9D;IAA4E,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;IAAsG,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;IAAiJ,KAAK,EAAC,4BAAvJ;IAAoL,SAAS,EAAGH,KAAK,CAACK;EAAtM,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,CAAP;AAGH,CAJD;;AAMAN,YAAY,CAACO,SAAb,GAAyB;EACrBJ,OAAO,EAAEK,sBAAUC,IADE;EAErBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFc;EAGrBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHa;EAIrBN,SAAS,EAAEE,sBAAUI;AAJA,CAAzB;eAOeZ,Y"}
|
package/icons/IconExpert.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
/**
|
|
15
15
|
* @typedef {object} ExpertIconProps
|
|
16
16
|
* @property {number} [width] The width in pixels of the icon.
|
package/icons/IconExpert.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconExpert.js","names":["ExpertIcon","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconExpert.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} ExpertIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst ExpertIcon = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 486.70625 486\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"m414.928297,149.715165 c-2.639376,-57.222555 -35.669446,-106.505345 -83.345894,-132.039151 c-3.758948,-2.049842 -7.636885,-3.932022 -11.590542,-5.641125 c-19.303146,-8.394083 -40.607459,-13.050853 -63.004303,-13.050853 c-84.113909,0 -152.791790,65.703174 -157.718988,148.605566 l0.043268,-0.010816 v0.281245 c0,3.061243 -0.146031,16.750306 -0.146031,16.750306 l-2.352723,5.224668 h15.744315 c5.916964,-19.384275 24.078904,-32.635245 45.513024,-32.635245 c26.231510,0 47.573684,21.915481 47.573684,48.146991 c0,26.226103 -21.342174,47.146409 -47.573684,47.146409 c-25.111939,0 -45.734774,-19.735831 -47.443879,-44.658471 h-18.789334 c-0.400232,0 -0.778832,0.638209 -1.162839,0.584122 l-19.762875,55.199753 c-2.774590,7.696379 2.926030,16.214860 11.103771,16.214860 h17.020735 l-0.129805,87.899899 c0,17.356066 14.073071,31.174935 31.429136,31.174935 h56.205745 v82.648189 c0,12.877778 12.937273,22.580734 25.815051,22.580734 h144.597825 c12.877778,0 23.429877,-9.702955 23.429877,-22.580734 v-166.037352 c0,-22.645636 5.976457,-44.761234 16.561008,-64.789128 c11.055093,-20.925714 17.523731,-44.620611 18.129489,-69.792045 c0.027042,-1.260193 0.037858,-2.552839 0.037858,-3.845485 c0,-2.466302 -0.070310,-4.938014 -0.183890,-7.377273 zm-155.393308,-11.731165 h-13.456494 v13.559257 c0,4.732489 -4.267352,8.567157 -8.999842,8.567157 c-4.727079,0 -8.999842,-3.834667 -8.999842,-8.567157 v-13.559257 h-12.185483 c-4.732489,0 -8.567157,-4.267352 -8.567157,-8.999842 c0,-4.727079 3.834667,-8.999842 8.567157,-8.999842 h12.185483 v-12.077311 c0,-4.732489 4.272762,-8.567157 8.999842,-8.567157 c4.732489,0 8.999842,3.834667 8.999842,8.567157 v12.077311 h13.456494 c4.727079,0 8.567157,4.272762 8.567157,8.999842 c0,4.732489 -3.840077,8.999842 -8.567157,8.999842 zm0,0\"/>\n <path fill=\"currentColor\" d=\"m187.695312 285.875c3.9375-3.980469 6.414063-9.449219 6.414063-15.523438 0-12.128906-9.855469-21.980468-21.984375-21.980468-6.007812 0-11.472656 2.410156-15.457031 6.347656-4.023438 4.003906-6.523438 9.539062-6.523438 15.636719 0 12.125 9.855469 21.980469 21.980469 21.980469 6.078125 0 11.585938-2.476563 15.570312-6.460938zm0 0\"/>\n </svg>;\n}\nExpertIcon.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default ExpertIcon;\n"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAAAC,KAAK,EAAI;EACxB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,mBAA9D;IAAkF,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAxG;IAA4G,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAAnJ;IAAuJ,KAAK,EAAC,4BAA7J;IAA0L,SAAS,EAAGH,KAAK,CAACK;EAA5M,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,eAEH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EAFG,CAAP;AAIH,CALD;;AAMAN,UAAU,CAACO,SAAX,GAAuB;EACnBJ,OAAO,EAAEK,sBAAUC,IADA;EAEnBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFY;EAGnBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHW;EAInBN,SAAS,EAAEE,sBAAUI;AAJF,CAAvB;eAOeZ,U"}
|
package/icons/IconFx.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
var IconFx = function IconFx(props) {
|
|
15
15
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
16
16
|
onClick: function onClick(e) {
|
package/icons/IconFx.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconFx.js","names":["IconFx","props","e","onClick","style","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconFx.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconFx = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} style={props.style || {}} viewBox=\"0 0 95 95\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M93.779,63.676c-0.981-1.082-2.24-1.653-3.639-1.653c-1.145,0-3.953,0.396-5.318,4.062\n\t\tc-0.344,0.922-0.443,1.413-0.907,1.363c-0.786-0.078-3.845-3.346-4.845-8.145l-2.482-11.6c1.961-3.177,3.977-5.629,5.988-7.292\n\t\tc1.08-0.882,2.314-1.349,3.808-1.43c3.815-0.26,5.203-0.74,6.14-1.399c1.547-1.115,2.397-2.728,2.397-4.542\n\t\tc0-1.596-0.604-3.019-1.75-4.115c-1.106-1.059-2.581-1.618-4.26-1.618c-2.468,0-5.239,1.142-8.474,3.49\n\t\tc-1.91,1.388-3.935,3.406-6.121,6.111c-0.711-2.653-1.319-3.889-1.771-4.628c-1.396-2.303-3.664-2.303-4.41-2.303l-0.813,0.013\n\t\tl-23.045,0.544l1.297-5.506c0.828-3.593,1.915-6.436,3.226-8.45c0.638-0.98,1.614-2.148,2.638-2.148\n\t\tc0.387,0,1.152,0.063,2.582,0.36c3.978,0.86,5.465,0.959,6.239,0.959c1.708,0,3.21-0.571,4.347-1.651\n\t\tc1.176-1.119,1.797-2.583,1.797-4.233c0-1.29-0.424-3.156-2.445-4.722c-1.396-1.081-3.311-1.629-5.691-1.629\n\t\tc-3.568,0-7.349,1.141-11.241,3.39c-3.862,2.232-7.038,5.317-9.438,9.171c-2.105,3.379-3.929,8.124-5.555,14.459H21.877\n\t\tl-2.238,8.831h10.186l-7.74,31.116c-1.603,6.443-2.777,8.028-3.098,8.361c-0.875,0.904-2.68,1.094-4.04,1.094\n\t\tc-1.683,0-3.477-0.121-5.349-0.361c-1.286-0.157-2.265-0.234-2.991-0.234c-1.878,0-3.423,0.488-4.59,1.448\n\t\tC0.716,81.858,0,83.403,0,85.14c0,1.357,0.44,3.309,2.539,4.895c1.434,1.08,3.389,1.628,5.813,1.628\n\t\tc6.069,0,11.725-2.411,16.813-7.165c4.947-4.624,8.571-11.413,10.773-20.195l6.119-24.935l20.87,0.354l2.244,9.64l-4.573,6.748\n\t\tc-0.824,1.209-2.051,2.701-3.658,4.441c-0.84,0.92-1.398,1.426-1.721,1.689c-1.316-1.608-2.809-2.424-4.432-2.424\n\t\tc-1.525,0-2.91,0.625-4.002,1.804c-1.036,1.116-1.583,2.514-1.583,4.038c0,1.83,0.783,3.459,2.264,4.709\n\t\tc1.357,1.146,3.034,1.728,4.981,1.728c2.414,0,4.884-0.921,7.344-2.737c2.053-1.519,4.697-4.526,8.074-9.189\n\t\tc2.17,6.24,5.248,10.252,6.714,11.927c2.313,2.644,6.049,4.22,9.993,4.22c3.348,0,5.244-1.402,6.916-2.641l0.148-0.109\n\t\tc2.926-2.164,3.54-4.545,3.54-6.166C95.174,65.965,94.691,64.679,93.779,63.676z\"/>\n </svg>;\n}\n\nIconFx.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconFx;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA,IAAMA,MAAM,GAAG,SAATA,MAAS,CAAAC,KAAK,EAAI;EACpB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAA5E;IAAgF,OAAO,EAAC,WAAxF;IAAoG,KAAK,EAAEH,KAAK,CAACI,KAAN,IAAe,EAA1H;IAA8H,MAAM,EAAEJ,KAAK,CAACK,MAAN,IAAgBL,KAAK,CAACI,KAAtB,IAA+B,EAArK;IAAyK,KAAK,EAAC,4BAA/K;IAA4M,SAAS,EAAGJ,KAAK,CAACM;EAA9N,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,CAAP;AAoBH,CArBD;;AAuBAP,MAAM,CAACQ,SAAP,GAAmB;EACfL,OAAO,EAAEM,sBAAUC,IADJ;EAEfL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFQ;EAGfP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHO;EAIfN,SAAS,EAAEE,sBAAUI;AAJN,CAAnB;eAOeb,M"}
|
package/icons/IconInstance.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -9,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
11
|
|
|
10
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
13
|
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
14
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
15
|
var IconInstance = function IconInstance(props) {
|
|
16
16
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IconInstance.js","names":["IconInstance","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconInstance.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconInstance = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"/>\n </svg>;\n}\n\nIconInstance.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconInstance;"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;AACA,IAAMA,YAAY,GAAG,SAAfA,YAAe,CAAAC,KAAK,EAAI;EAC1B,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;IAAA,CAAf;IAAsD,OAAO,EAAC,aAA9D;IAA4E,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;IAAsG,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;IAAiJ,KAAK,EAAC,4BAAvJ;IAAoL,SAAS,EAAGH,KAAK,CAACK;EAAtM,gBACH;IAAM,IAAI,EAAC,cAAX;IAA0B,CAAC,EAAC;EAA5B,EADG,CAAP;AAGH,CAJD;;AAMAN,YAAY,CAACO,SAAb,GAAyB;EACrBJ,OAAO,EAAEK,sBAAUC,IADE;EAErBL,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFc;EAGrBP,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHa;EAIrBN,SAAS,EAAEE,sBAAUI;AAJA,CAAzB;eAOeZ,Y"}
|