@kwirthmagnify/kwirth-common-front 0.5.57 → 0.5.59
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/kwirthicons.d.ts +0 -11
- package/dist/kwirthicons.js +3 -25
- package/package.json +1 -1
package/dist/kwirthicons.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { default as AccessTime } from '@mui/icons-material/AccessTime';
|
|
2
1
|
export { default as AccountCircle } from '@mui/icons-material/AccountCircle';
|
|
3
2
|
export { default as AccountTree } from '@mui/icons-material/AccountTree';
|
|
4
3
|
export { default as Add } from '@mui/icons-material/Add';
|
|
@@ -26,7 +25,6 @@ export { default as DarkMode } from '@mui/icons-material/DarkMode';
|
|
|
26
25
|
export { default as DataObjectOutlined } from '@mui/icons-material/DataObjectOutlined';
|
|
27
26
|
export { default as Delete } from '@mui/icons-material/Delete';
|
|
28
27
|
export { default as Description } from '@mui/icons-material/Description';
|
|
29
|
-
export { default as DeleteOutline } from '@mui/icons-material/DeleteOutline';
|
|
30
28
|
export { default as DeleteSweep } from '@mui/icons-material/DeleteSweep';
|
|
31
29
|
export { default as DoneAll } from '@mui/icons-material/DoneAll';
|
|
32
30
|
export { default as Download } from '@mui/icons-material/Download';
|
|
@@ -42,9 +40,7 @@ export { default as ExpandMore } from '@mui/icons-material/ExpandMore';
|
|
|
42
40
|
export { default as Extension } from '@mui/icons-material/Extension';
|
|
43
41
|
export { default as FactCheck } from '@mui/icons-material/FactCheck';
|
|
44
42
|
export { default as Factory } from '@mui/icons-material/Factory';
|
|
45
|
-
export { default as FileDownload } from '@mui/icons-material/FileDownload';
|
|
46
43
|
export { default as FileOpen } from '@mui/icons-material/FileOpen';
|
|
47
|
-
export { default as FileUpload } from '@mui/icons-material/FileUpload';
|
|
48
44
|
export { default as FilterAlt } from '@mui/icons-material/FilterAlt';
|
|
49
45
|
export { default as FilterList } from '@mui/icons-material/FilterList';
|
|
50
46
|
export { default as Forum } from '@mui/icons-material/Forum';
|
|
@@ -85,18 +81,13 @@ export { default as MoreVert } from '@mui/icons-material/MoreVert';
|
|
|
85
81
|
export { default as Newspaper } from '@mui/icons-material/Newspaper';
|
|
86
82
|
export { default as Notifications } from '@mui/icons-material/Notifications';
|
|
87
83
|
export { default as NotificationsActive } from '@mui/icons-material/NotificationsActive';
|
|
88
|
-
export { default as OpenInBrowser } from '@mui/icons-material/OpenInBrowser';
|
|
89
|
-
export { default as OpenInNew } from '@mui/icons-material/OpenInNew';
|
|
90
84
|
export { default as Pause } from '@mui/icons-material/Pause';
|
|
91
|
-
export { default as PauseCircle } from '@mui/icons-material/PauseCircle';
|
|
92
85
|
export { default as Person } from '@mui/icons-material/Person';
|
|
93
86
|
export { default as PieChart } from '@mui/icons-material/PieChart';
|
|
94
87
|
export { default as PinDrop } from '@mui/icons-material/PinDrop';
|
|
95
88
|
export { default as Place } from '@mui/icons-material/Place';
|
|
96
89
|
export { default as PlayArrow } from '@mui/icons-material/PlayArrow';
|
|
97
|
-
export { default as PlayCircle } from '@mui/icons-material/PlayCircle';
|
|
98
90
|
export { default as Refresh } from '@mui/icons-material/Refresh';
|
|
99
|
-
export { default as RemoveCircleRounded } from '@mui/icons-material/RemoveCircleRounded';
|
|
100
91
|
export { default as Replay } from '@mui/icons-material/Replay';
|
|
101
92
|
export { default as RestartAlt } from '@mui/icons-material/RestartAlt';
|
|
102
93
|
export { default as RocketLaunch } from '@mui/icons-material/RocketLaunch';
|
|
@@ -113,14 +104,12 @@ export { default as SmartToy } from '@mui/icons-material/SmartToy';
|
|
|
113
104
|
export { default as StackedLineChart } from '@mui/icons-material/StackedLineChart';
|
|
114
105
|
export { default as Star } from '@mui/icons-material/Star';
|
|
115
106
|
export { default as Stop } from '@mui/icons-material/Stop';
|
|
116
|
-
export { default as StopCircle } from '@mui/icons-material/StopCircle';
|
|
117
107
|
export { default as Subject } from '@mui/icons-material/Subject';
|
|
118
108
|
export { default as SwapVert } from '@mui/icons-material/SwapVert';
|
|
119
109
|
export { default as Terminal } from '@mui/icons-material/Terminal';
|
|
120
110
|
export { default as ThirtyFps } from '@mui/icons-material/ThirtyFps';
|
|
121
111
|
export { default as Timeline } from '@mui/icons-material/Timeline';
|
|
122
112
|
export { default as Upload } from '@mui/icons-material/Upload';
|
|
123
|
-
export { default as UploadFile } from '@mui/icons-material/UploadFile';
|
|
124
113
|
export { default as Verified } from '@mui/icons-material/Verified';
|
|
125
114
|
export { default as VerifiedUser } from '@mui/icons-material/VerifiedUser';
|
|
126
115
|
export { default as ZoomIn } from '@mui/icons-material/ZoomIn';
|
package/dist/kwirthicons.js
CHANGED
|
@@ -3,13 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.LockPerson = exports.ViewModule = exports.ViewList = exports.Palette = exports.NotificationsOff = exports.West = exports.Warning = exports.VisibilityOff = exports.Visibility = exports.ZoomOut = exports.ZoomIn = exports.VerifiedUser = exports.Verified = exports.
|
|
6
|
+
exports.Fullscreen = exports.FolderZip = exports.FolderOpen = exports.FolderCopy = exports.Forum = exports.FilterList = exports.FilterAlt = exports.FileOpen = exports.Factory = exports.FactCheck = exports.Extension = exports.ExpandMore = exports.ExpandLess = exports.ExitToApp = exports.Error = exports.EditOff = exports.Edit = exports.Email = exports.East = exports.DriveFileRenameOutline = exports.Download = exports.DoneAll = exports.DeleteSweep = exports.Description = exports.Delete = exports.DataObjectOutlined = exports.DarkMode = exports.CreateNewFolder = exports.ContentCopy = exports.Construction = exports.Collections = exports.CloudQueue = exports.CloudOff = exports.Close = exports.ChevronRight = exports.CheckCircle = exports.Check = exports.CenterFocusStrong = exports.CallSplit = exports.BrowserUpdated = exports.Bolt = exports.BarChart = exports.AutoFixHigh = exports.ArrowUpward = exports.ArrowDownward = exports.AreaChart = exports.Analytics = exports.Add = exports.AccountTree = exports.AccountCircle = void 0;
|
|
7
|
+
exports.Settings = exports.Send = exports.Search = exports.Science = exports.Schedule = exports.SaveAs = exports.Save = exports.RocketLaunch = exports.RestartAlt = exports.Replay = exports.Refresh = exports.PlayArrow = exports.Place = exports.PinDrop = exports.PieChart = exports.Person = exports.Pause = exports.NotificationsActive = exports.Notifications = exports.Newspaper = exports.MoreVert = exports.Menu = exports.Memory = exports.ManageSearch = exports.LocalOffer = exports.LocalFireDepartment = exports.List = exports.Link = exports.LightMode = exports.LegendToggle = exports.Launch = exports.KeyboardDoubleArrowRight = exports.KeyboardDoubleArrowLeft = exports.KeyboardArrowRight = exports.KeyboardArrowLeft = exports.Key = exports.Iso = exports.Info = exports.ImportExport = exports.Image = exports.Https = exports.Hub = exports.HorizontalRule = exports.HomeRepairService = exports.Home = exports.HistoryOutlined = exports.HexagonOutlined = exports.HelpOutline = exports.Groups = exports.FullscreenExit = void 0;
|
|
8
|
+
exports.LockPerson = exports.ViewModule = exports.ViewList = exports.Palette = exports.NotificationsOff = exports.West = exports.Warning = exports.VisibilityOff = exports.Visibility = exports.ZoomOut = exports.ZoomIn = exports.VerifiedUser = exports.Verified = exports.Upload = exports.Timeline = exports.ThirtyFps = exports.Terminal = exports.SwapVert = exports.Subject = exports.Stop = exports.Star = exports.StackedLineChart = exports.SmartToy = exports.ShowChart = exports.Speed = void 0;
|
|
9
9
|
// Curated MUI icon list exposed via window.__kwirth__.MUI.icons
|
|
10
10
|
// To add a new icon: add an export line here. It will be available to all plugins at runtime.
|
|
11
|
-
var AccessTime_1 = require("@mui/icons-material/AccessTime");
|
|
12
|
-
Object.defineProperty(exports, "AccessTime", { enumerable: true, get: function () { return __importDefault(AccessTime_1).default; } });
|
|
13
11
|
var AccountCircle_1 = require("@mui/icons-material/AccountCircle");
|
|
14
12
|
Object.defineProperty(exports, "AccountCircle", { enumerable: true, get: function () { return __importDefault(AccountCircle_1).default; } });
|
|
15
13
|
var AccountTree_1 = require("@mui/icons-material/AccountTree");
|
|
@@ -64,8 +62,6 @@ var Delete_1 = require("@mui/icons-material/Delete");
|
|
|
64
62
|
Object.defineProperty(exports, "Delete", { enumerable: true, get: function () { return __importDefault(Delete_1).default; } });
|
|
65
63
|
var Description_1 = require("@mui/icons-material/Description");
|
|
66
64
|
Object.defineProperty(exports, "Description", { enumerable: true, get: function () { return __importDefault(Description_1).default; } });
|
|
67
|
-
var DeleteOutline_1 = require("@mui/icons-material/DeleteOutline");
|
|
68
|
-
Object.defineProperty(exports, "DeleteOutline", { enumerable: true, get: function () { return __importDefault(DeleteOutline_1).default; } });
|
|
69
65
|
var DeleteSweep_1 = require("@mui/icons-material/DeleteSweep");
|
|
70
66
|
Object.defineProperty(exports, "DeleteSweep", { enumerable: true, get: function () { return __importDefault(DeleteSweep_1).default; } });
|
|
71
67
|
var DoneAll_1 = require("@mui/icons-material/DoneAll");
|
|
@@ -96,12 +92,8 @@ var FactCheck_1 = require("@mui/icons-material/FactCheck");
|
|
|
96
92
|
Object.defineProperty(exports, "FactCheck", { enumerable: true, get: function () { return __importDefault(FactCheck_1).default; } });
|
|
97
93
|
var Factory_1 = require("@mui/icons-material/Factory");
|
|
98
94
|
Object.defineProperty(exports, "Factory", { enumerable: true, get: function () { return __importDefault(Factory_1).default; } });
|
|
99
|
-
var FileDownload_1 = require("@mui/icons-material/FileDownload");
|
|
100
|
-
Object.defineProperty(exports, "FileDownload", { enumerable: true, get: function () { return __importDefault(FileDownload_1).default; } });
|
|
101
95
|
var FileOpen_1 = require("@mui/icons-material/FileOpen");
|
|
102
96
|
Object.defineProperty(exports, "FileOpen", { enumerable: true, get: function () { return __importDefault(FileOpen_1).default; } });
|
|
103
|
-
var FileUpload_1 = require("@mui/icons-material/FileUpload");
|
|
104
|
-
Object.defineProperty(exports, "FileUpload", { enumerable: true, get: function () { return __importDefault(FileUpload_1).default; } });
|
|
105
97
|
var FilterAlt_1 = require("@mui/icons-material/FilterAlt");
|
|
106
98
|
Object.defineProperty(exports, "FilterAlt", { enumerable: true, get: function () { return __importDefault(FilterAlt_1).default; } });
|
|
107
99
|
var FilterList_1 = require("@mui/icons-material/FilterList");
|
|
@@ -182,14 +174,8 @@ var Notifications_1 = require("@mui/icons-material/Notifications");
|
|
|
182
174
|
Object.defineProperty(exports, "Notifications", { enumerable: true, get: function () { return __importDefault(Notifications_1).default; } });
|
|
183
175
|
var NotificationsActive_1 = require("@mui/icons-material/NotificationsActive");
|
|
184
176
|
Object.defineProperty(exports, "NotificationsActive", { enumerable: true, get: function () { return __importDefault(NotificationsActive_1).default; } });
|
|
185
|
-
var OpenInBrowser_1 = require("@mui/icons-material/OpenInBrowser");
|
|
186
|
-
Object.defineProperty(exports, "OpenInBrowser", { enumerable: true, get: function () { return __importDefault(OpenInBrowser_1).default; } });
|
|
187
|
-
var OpenInNew_1 = require("@mui/icons-material/OpenInNew");
|
|
188
|
-
Object.defineProperty(exports, "OpenInNew", { enumerable: true, get: function () { return __importDefault(OpenInNew_1).default; } });
|
|
189
177
|
var Pause_1 = require("@mui/icons-material/Pause");
|
|
190
178
|
Object.defineProperty(exports, "Pause", { enumerable: true, get: function () { return __importDefault(Pause_1).default; } });
|
|
191
|
-
var PauseCircle_1 = require("@mui/icons-material/PauseCircle");
|
|
192
|
-
Object.defineProperty(exports, "PauseCircle", { enumerable: true, get: function () { return __importDefault(PauseCircle_1).default; } });
|
|
193
179
|
var Person_1 = require("@mui/icons-material/Person");
|
|
194
180
|
Object.defineProperty(exports, "Person", { enumerable: true, get: function () { return __importDefault(Person_1).default; } });
|
|
195
181
|
var PieChart_1 = require("@mui/icons-material/PieChart");
|
|
@@ -200,12 +186,8 @@ var Place_1 = require("@mui/icons-material/Place");
|
|
|
200
186
|
Object.defineProperty(exports, "Place", { enumerable: true, get: function () { return __importDefault(Place_1).default; } });
|
|
201
187
|
var PlayArrow_1 = require("@mui/icons-material/PlayArrow");
|
|
202
188
|
Object.defineProperty(exports, "PlayArrow", { enumerable: true, get: function () { return __importDefault(PlayArrow_1).default; } });
|
|
203
|
-
var PlayCircle_1 = require("@mui/icons-material/PlayCircle");
|
|
204
|
-
Object.defineProperty(exports, "PlayCircle", { enumerable: true, get: function () { return __importDefault(PlayCircle_1).default; } });
|
|
205
189
|
var Refresh_1 = require("@mui/icons-material/Refresh");
|
|
206
190
|
Object.defineProperty(exports, "Refresh", { enumerable: true, get: function () { return __importDefault(Refresh_1).default; } });
|
|
207
|
-
var RemoveCircleRounded_1 = require("@mui/icons-material/RemoveCircleRounded");
|
|
208
|
-
Object.defineProperty(exports, "RemoveCircleRounded", { enumerable: true, get: function () { return __importDefault(RemoveCircleRounded_1).default; } });
|
|
209
191
|
var Replay_1 = require("@mui/icons-material/Replay");
|
|
210
192
|
Object.defineProperty(exports, "Replay", { enumerable: true, get: function () { return __importDefault(Replay_1).default; } });
|
|
211
193
|
var RestartAlt_1 = require("@mui/icons-material/RestartAlt");
|
|
@@ -238,8 +220,6 @@ var Star_1 = require("@mui/icons-material/Star");
|
|
|
238
220
|
Object.defineProperty(exports, "Star", { enumerable: true, get: function () { return __importDefault(Star_1).default; } });
|
|
239
221
|
var Stop_1 = require("@mui/icons-material/Stop");
|
|
240
222
|
Object.defineProperty(exports, "Stop", { enumerable: true, get: function () { return __importDefault(Stop_1).default; } });
|
|
241
|
-
var StopCircle_1 = require("@mui/icons-material/StopCircle");
|
|
242
|
-
Object.defineProperty(exports, "StopCircle", { enumerable: true, get: function () { return __importDefault(StopCircle_1).default; } });
|
|
243
223
|
var Subject_1 = require("@mui/icons-material/Subject");
|
|
244
224
|
Object.defineProperty(exports, "Subject", { enumerable: true, get: function () { return __importDefault(Subject_1).default; } });
|
|
245
225
|
var SwapVert_1 = require("@mui/icons-material/SwapVert");
|
|
@@ -252,8 +232,6 @@ var Timeline_1 = require("@mui/icons-material/Timeline");
|
|
|
252
232
|
Object.defineProperty(exports, "Timeline", { enumerable: true, get: function () { return __importDefault(Timeline_1).default; } });
|
|
253
233
|
var Upload_1 = require("@mui/icons-material/Upload");
|
|
254
234
|
Object.defineProperty(exports, "Upload", { enumerable: true, get: function () { return __importDefault(Upload_1).default; } });
|
|
255
|
-
var UploadFile_1 = require("@mui/icons-material/UploadFile");
|
|
256
|
-
Object.defineProperty(exports, "UploadFile", { enumerable: true, get: function () { return __importDefault(UploadFile_1).default; } });
|
|
257
235
|
var Verified_1 = require("@mui/icons-material/Verified");
|
|
258
236
|
Object.defineProperty(exports, "Verified", { enumerable: true, get: function () { return __importDefault(Verified_1).default; } });
|
|
259
237
|
var VerifiedUser_1 = require("@mui/icons-material/VerifiedUser");
|