@iobroker/adapter-react-v5 3.0.7 → 3.0.8
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/README.md +3 -0
- package/index.js +22 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -641,6 +641,9 @@ If you still have questions, try to find an answer [here](https://mui.com/guides
|
|
|
641
641
|
-->
|
|
642
642
|
|
|
643
643
|
## Changelog
|
|
644
|
+
### 3.0.8 (2022-05-25)
|
|
645
|
+
* (bluefox) Added ConfigGeneric to import
|
|
646
|
+
|
|
644
647
|
### 3.0.7 (2022-05-25)
|
|
645
648
|
* (bluefox) Made the module definitions
|
|
646
649
|
|
package/index.js
CHANGED
|
@@ -63,7 +63,8 @@ var _exportNames = {
|
|
|
63
63
|
Message: true,
|
|
64
64
|
SelectID: true,
|
|
65
65
|
SimpleCronDialog: true,
|
|
66
|
-
TextInput: true
|
|
66
|
+
TextInput: true,
|
|
67
|
+
ConfigGeneric: true
|
|
67
68
|
};
|
|
68
69
|
Object.defineProperty(exports, "ColorPicker", {
|
|
69
70
|
enumerable: true,
|
|
@@ -83,6 +84,12 @@ Object.defineProperty(exports, "ComplexCronDialog", {
|
|
|
83
84
|
return _ComplexCron2["default"];
|
|
84
85
|
}
|
|
85
86
|
});
|
|
87
|
+
Object.defineProperty(exports, "ConfigGeneric", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function get() {
|
|
90
|
+
return _ConfigGeneric["default"];
|
|
91
|
+
}
|
|
92
|
+
});
|
|
86
93
|
Object.defineProperty(exports, "Confirm", {
|
|
87
94
|
enumerable: true,
|
|
88
95
|
get: function get() {
|
|
@@ -1174,6 +1181,20 @@ Object.keys(_TextInput).forEach(function (key) {
|
|
|
1174
1181
|
});
|
|
1175
1182
|
});
|
|
1176
1183
|
|
|
1184
|
+
var _ConfigGeneric = _interopRequireWildcard(require("./Components/JsonConfigComponent/ConfigGeneric"));
|
|
1185
|
+
|
|
1186
|
+
Object.keys(_ConfigGeneric).forEach(function (key) {
|
|
1187
|
+
if (key === "default" || key === "__esModule") return;
|
|
1188
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
1189
|
+
if (key in exports && exports[key] === _ConfigGeneric[key]) return;
|
|
1190
|
+
Object.defineProperty(exports, key, {
|
|
1191
|
+
enumerable: true,
|
|
1192
|
+
get: function get() {
|
|
1193
|
+
return _ConfigGeneric[key];
|
|
1194
|
+
}
|
|
1195
|
+
});
|
|
1196
|
+
});
|
|
1197
|
+
|
|
1177
1198
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
1178
1199
|
|
|
1179
1200
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":[],"sources":["index.js"],"sourcesContent":["export { default as Theme } from './Theme';\nexport * from './Theme';\n\nexport { default as GenericApp } from './GenericApp';\nexport * from './GenericApp';\n\nexport { default as Connection } from './Connection';\nexport * from './Connection';\n\nexport { default as i18n } from './i18n';\nexport * from './i18n';\n\nexport { default as Prompt } from './Prompt';\nexport * from './Prompt';\n\nexport { default as ColorPicker } from './Components/ColorPicker';\nexport * from './Components/ColorPicker';\n\nexport { default as ComplexCron } from './Components/ComplexCron';\nexport * from './Components/ComplexCron';\n\nexport { default as copy } from './Components/copy-to-clipboard';\n\nexport { default as CustomModal } from './Components/CustomModal';\nexport * from './Components/CustomModal';\n\nexport { default as FileBrowser } from './Components/FileBrowser';\nexport * from './Components/FileBrowser';\n\nexport { default as FileViewer } from './Components/FileViewer';\nexport * from './Components/FileViewer';\n\nexport { default as Icon } from './Components/Icon';\nexport * from './Components/Icon';\n\nexport { default as IconPicker } from './Components/IconPicker';\nexport * from './Components/IconPicker';\n\nexport { default as IconSelector } from './Components/IconSelector';\nexport * from './Components/IconSelector';\n\nexport { default as Image } from './Components/Image';\nexport * from './Components/Image';\n\nexport { default as Loader } from './Components/Loader';\nexport * from './Components/Loader';\n\nexport { default as Logo } from './Components/Logo';\nexport * from './Components/Logo';\n\nexport { default as MDUtils } from './Components/MDUtils';\nexport * from './Components/MDUtils';\n\nexport { default as ObjectBrowser } from './Components/ObjectBrowser';\nexport * from './Components/ObjectBrowser';\n\nexport { default as Router } from './Components/Router';\nexport * from './Components/Router';\n\nexport { default as SaveCloseButtons } from './Components/SaveCloseButtons';\nexport * from './Components/SaveCloseButtons';\n\nexport { default as Schedule } from './Components/Schedule';\nexport * from './Components/Schedule';\n\nexport { default as SelectWithIcon } from './Components/SelectWithIcon';\nexport * from './Components/SelectWithIcon';\n\nexport { default as TabContainer } from './Components/TabContainer';\nexport * from './Components/TabContainer';\n\nexport { default as TabContent } from './Components/TabContent';\nexport * from './Components/TabContent';\n\nexport { default as TabHeader } from './Components/TabHeader';\nexport * from './Components/TabHeader';\n\nexport { default as TextWithIcon } from './Components/TextWithIcon';\nexport * from './Components/TextWithIcon';\n\nexport { default as ToggleThemeMenu } from './Components/ToggleThemeMenu';\nexport * from './Components/ToggleThemeMenu';\n\nexport { default as TreeTable } from './Components/TreeTable';\nexport * from './Components/TreeTable';\n\nexport { default as UploadImage } from './Components/UploadImage';\nexport * from './Components/UploadImage';\n\nexport { default as Utils } from './Components/Utils';\nexport * from './Components/Utils';\n\nexport { default as withWidth } from './Components/withWidth';\nexport * from './Components/withWidth';\n\nexport { default as SimpleCron } from './Components/SimpleCron';\nexport * from './Components/SimpleCron';\n\nexport { default as Vendor } from './Components/Loaders/Vendor';\nexport * from './Components/Loaders/Vendor';\n\nexport { default as JsonConfigComponent } from './Components/JsonConfigComponent';\nexport * from './Components/JsonConfigComponent';\n\nexport { default as IconAdapter } from './icons/IconAdapter';\nexport * from './icons/IconAdapter';\n\nexport { default as IconAlias } from './icons/IconAlias';\nexport * from './icons/IconAlias';\n\nexport { default as IconChannel } from './icons/IconChannel';\nexport * from './icons/IconChannel';\n\nexport { default as IconClosed } from './icons/IconClosed';\nexport * from './icons/IconClosed';\n\nexport { default as IconCopy } from './icons/IconCopy';\nexport * from './icons/IconCopy';\n\nexport { default as IconDevice } from './icons/IconDevice';\nexport * from './icons/IconDevice';\n\nexport { default as IconDocument } from './icons/IconDocument';\nexport * from './icons/IconDocument';\n\nexport { default as IconExpert } from './icons/IconExpert';\nexport * from './icons/IconExpert';\n\nexport { default as IconFx } from './icons/IconFx';\nexport * from './icons/IconFx';\n\nexport { default as IconInstance } from './icons/IconInstance';\nexport * from './icons/IconInstance';\n\nexport { default as IconLogout } from './icons/IconLogout';\nexport * from './icons/IconLogout';\n\nexport { default as IconOpen } from './icons/IconOpen';\nexport * from './icons/IconOpen';\n\nexport { default as IconState } from './icons/IconState';\nexport * from './icons/IconState';\n\nexport { default as ComplexCronDialog } from './Dialogs/ComplexCron';\nexport * from './Dialogs/ComplexCron';\n\nexport { default as Confirm } from './Dialogs/Confirm';\nexport * from './Dialogs/Confirm';\n\nexport { default as Cron } from './Dialogs/Cron';\nexport * from './Dialogs/Cron';\n\nexport { default as Error } from './Dialogs/Error';\nexport * from './Dialogs/Error';\n\nexport { default as Message } from './Dialogs/Message';\nexport * from './Dialogs/Message';\n\nexport { default as SelectID } from './Dialogs/SelectID';\nexport * from './Dialogs/SelectID';\n\nexport { default as SimpleCronDialog } from './Dialogs/SimpleCron';\nexport * from './Dialogs/SimpleCron';\n\nexport { default as TextInput } from './Dialogs/TextInput';\nexport * from './Dialogs/TextInput';\n\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["index.js"],"sourcesContent":["export { default as Theme } from './Theme';\nexport * from './Theme';\n\nexport { default as GenericApp } from './GenericApp';\nexport * from './GenericApp';\n\nexport { default as Connection } from './Connection';\nexport * from './Connection';\n\nexport { default as i18n } from './i18n';\nexport * from './i18n';\n\nexport { default as Prompt } from './Prompt';\nexport * from './Prompt';\n\nexport { default as ColorPicker } from './Components/ColorPicker';\nexport * from './Components/ColorPicker';\n\nexport { default as ComplexCron } from './Components/ComplexCron';\nexport * from './Components/ComplexCron';\n\nexport { default as copy } from './Components/copy-to-clipboard';\n\nexport { default as CustomModal } from './Components/CustomModal';\nexport * from './Components/CustomModal';\n\nexport { default as FileBrowser } from './Components/FileBrowser';\nexport * from './Components/FileBrowser';\n\nexport { default as FileViewer } from './Components/FileViewer';\nexport * from './Components/FileViewer';\n\nexport { default as Icon } from './Components/Icon';\nexport * from './Components/Icon';\n\nexport { default as IconPicker } from './Components/IconPicker';\nexport * from './Components/IconPicker';\n\nexport { default as IconSelector } from './Components/IconSelector';\nexport * from './Components/IconSelector';\n\nexport { default as Image } from './Components/Image';\nexport * from './Components/Image';\n\nexport { default as Loader } from './Components/Loader';\nexport * from './Components/Loader';\n\nexport { default as Logo } from './Components/Logo';\nexport * from './Components/Logo';\n\nexport { default as MDUtils } from './Components/MDUtils';\nexport * from './Components/MDUtils';\n\nexport { default as ObjectBrowser } from './Components/ObjectBrowser';\nexport * from './Components/ObjectBrowser';\n\nexport { default as Router } from './Components/Router';\nexport * from './Components/Router';\n\nexport { default as SaveCloseButtons } from './Components/SaveCloseButtons';\nexport * from './Components/SaveCloseButtons';\n\nexport { default as Schedule } from './Components/Schedule';\nexport * from './Components/Schedule';\n\nexport { default as SelectWithIcon } from './Components/SelectWithIcon';\nexport * from './Components/SelectWithIcon';\n\nexport { default as TabContainer } from './Components/TabContainer';\nexport * from './Components/TabContainer';\n\nexport { default as TabContent } from './Components/TabContent';\nexport * from './Components/TabContent';\n\nexport { default as TabHeader } from './Components/TabHeader';\nexport * from './Components/TabHeader';\n\nexport { default as TextWithIcon } from './Components/TextWithIcon';\nexport * from './Components/TextWithIcon';\n\nexport { default as ToggleThemeMenu } from './Components/ToggleThemeMenu';\nexport * from './Components/ToggleThemeMenu';\n\nexport { default as TreeTable } from './Components/TreeTable';\nexport * from './Components/TreeTable';\n\nexport { default as UploadImage } from './Components/UploadImage';\nexport * from './Components/UploadImage';\n\nexport { default as Utils } from './Components/Utils';\nexport * from './Components/Utils';\n\nexport { default as withWidth } from './Components/withWidth';\nexport * from './Components/withWidth';\n\nexport { default as SimpleCron } from './Components/SimpleCron';\nexport * from './Components/SimpleCron';\n\nexport { default as Vendor } from './Components/Loaders/Vendor';\nexport * from './Components/Loaders/Vendor';\n\nexport { default as JsonConfigComponent } from './Components/JsonConfigComponent';\nexport * from './Components/JsonConfigComponent';\n\nexport { default as IconAdapter } from './icons/IconAdapter';\nexport * from './icons/IconAdapter';\n\nexport { default as IconAlias } from './icons/IconAlias';\nexport * from './icons/IconAlias';\n\nexport { default as IconChannel } from './icons/IconChannel';\nexport * from './icons/IconChannel';\n\nexport { default as IconClosed } from './icons/IconClosed';\nexport * from './icons/IconClosed';\n\nexport { default as IconCopy } from './icons/IconCopy';\nexport * from './icons/IconCopy';\n\nexport { default as IconDevice } from './icons/IconDevice';\nexport * from './icons/IconDevice';\n\nexport { default as IconDocument } from './icons/IconDocument';\nexport * from './icons/IconDocument';\n\nexport { default as IconExpert } from './icons/IconExpert';\nexport * from './icons/IconExpert';\n\nexport { default as IconFx } from './icons/IconFx';\nexport * from './icons/IconFx';\n\nexport { default as IconInstance } from './icons/IconInstance';\nexport * from './icons/IconInstance';\n\nexport { default as IconLogout } from './icons/IconLogout';\nexport * from './icons/IconLogout';\n\nexport { default as IconOpen } from './icons/IconOpen';\nexport * from './icons/IconOpen';\n\nexport { default as IconState } from './icons/IconState';\nexport * from './icons/IconState';\n\nexport { default as ComplexCronDialog } from './Dialogs/ComplexCron';\nexport * from './Dialogs/ComplexCron';\n\nexport { default as Confirm } from './Dialogs/Confirm';\nexport * from './Dialogs/Confirm';\n\nexport { default as Cron } from './Dialogs/Cron';\nexport * from './Dialogs/Cron';\n\nexport { default as Error } from './Dialogs/Error';\nexport * from './Dialogs/Error';\n\nexport { default as Message } from './Dialogs/Message';\nexport * from './Dialogs/Message';\n\nexport { default as SelectID } from './Dialogs/SelectID';\nexport * from './Dialogs/SelectID';\n\nexport { default as SimpleCronDialog } from './Dialogs/SimpleCron';\nexport * from './Dialogs/SimpleCron';\n\nexport { default as TextInput } from './Dialogs/TextInput';\nexport * from './Dialogs/TextInput';\n\nexport { default as ConfigGeneric } from './Components/JsonConfigComponent/ConfigGeneric';\nexport * from './Components/JsonConfigComponent/ConfigGeneric';\n\n\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AAEA;;AACA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
|