@iobroker/adapter-react-v5 3.0.9 → 3.0.10
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.
|
@@ -29,6 +29,8 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
|
29
29
|
|
|
30
30
|
var _LinearProgress = _interopRequireDefault(require("@mui/material/LinearProgress"));
|
|
31
31
|
|
|
32
|
+
var _Grid = _interopRequireDefault(require("@mui/material/Grid"));
|
|
33
|
+
|
|
32
34
|
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); }
|
|
33
35
|
|
|
34
36
|
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; }
|
|
@@ -95,7 +97,7 @@ var ConfigCustom = /*#__PURE__*/function (_Component) {
|
|
|
95
97
|
case 7:
|
|
96
98
|
component = _context.sent;
|
|
97
99
|
|
|
98
|
-
if (!component ||
|
|
100
|
+
if (!component || !component["default"] || !component["default"][this.props.schema.name]) {
|
|
99
101
|
keys = Object.keys((component === null || component === void 0 ? void 0 : component["default"]) || {});
|
|
100
102
|
console.error('URL is empty. Cannot load custom component!');
|
|
101
103
|
this.setState({
|
|
@@ -124,13 +126,38 @@ var ConfigCustom = /*#__PURE__*/function (_Component) {
|
|
|
124
126
|
}, {
|
|
125
127
|
key: "render",
|
|
126
128
|
value: function render() {
|
|
127
|
-
var Component = this.state.Component;
|
|
129
|
+
var Component = this.state.Component; // render temporary placeholder
|
|
128
130
|
|
|
129
131
|
if (!Component) {
|
|
130
132
|
if (this.state.error) {
|
|
131
|
-
return
|
|
133
|
+
return;
|
|
132
134
|
} else {
|
|
133
|
-
|
|
135
|
+
var schema = this.props.schema || {};
|
|
136
|
+
|
|
137
|
+
var item = /*#__PURE__*/_react["default"].createElement(_Grid["default"], {
|
|
138
|
+
item: true,
|
|
139
|
+
xs: schema.xs || undefined,
|
|
140
|
+
lg: schema.lg || undefined,
|
|
141
|
+
md: schema.md || undefined,
|
|
142
|
+
sm: schema.sm || undefined,
|
|
143
|
+
style: Object.assign({}, {
|
|
144
|
+
marginBottom: 0,
|
|
145
|
+
//marginRight: 8,
|
|
146
|
+
textAlign: 'left',
|
|
147
|
+
width: schema.type === 'divider' || schema.type === 'header' ? schema.width || '100%' : undefined
|
|
148
|
+
}, schema.style, this.props.themeType === 'dark' ? schema.darkStyle : {})
|
|
149
|
+
}, this.state.error ? /*#__PURE__*/_react["default"].createElement("div", null, this.state.error) : /*#__PURE__*/_react["default"].createElement(_LinearProgress["default"], null));
|
|
150
|
+
|
|
151
|
+
if (schema.newLine) {
|
|
152
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
153
|
+
style: {
|
|
154
|
+
flexBasis: '100%',
|
|
155
|
+
height: 0
|
|
156
|
+
}
|
|
157
|
+
}), item);
|
|
158
|
+
} else {
|
|
159
|
+
return item;
|
|
160
|
+
}
|
|
134
161
|
}
|
|
135
162
|
}
|
|
136
163
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigCustom.js","names":["ConfigCustom","props","state","Component","error","schema","url","console","setState","startsWith","window","_customComponent","location","protocol","host","replace","component","name","keys","Object","join","propTypes","socket","PropTypes","object","isRequired","
|
|
1
|
+
{"version":3,"file":"ConfigCustom.js","names":["ConfigCustom","props","state","Component","error","schema","url","console","setState","startsWith","window","_customComponent","location","protocol","host","replace","component","name","keys","Object","join","item","xs","undefined","lg","md","sm","assign","marginBottom","textAlign","width","type","style","themeType","darkStyle","newLine","flexBasis","height","propTypes","socket","PropTypes","object","isRequired","string","themeName","className","data","onError","func","onChange"],"sources":["JsonConfigComponent/ConfigCustom.jsx"],"sourcesContent":["import React, { Component } from 'react';\nimport PropTypes from 'prop-types';\n\nimport LinearProgress from '@mui/material/LinearProgress';\nimport Grid from '@mui/material/Grid';\n\nclass ConfigCustom extends Component {\n constructor(props) {\n super(props);\n // schema.url - location of Widget\n // schema.name - Component name\n\n this.state = {\n Component: null,\n error: '',\n };\n }\n\n // load component dynamically\n async componentDidMount() {\n if (!this.props.schema.url) {\n console.error('URL is empty. Cannot load custom component!');\n this.setState({ error: 'URL is empty. Cannot load custom component!' });\n return;\n }\n\n if (this.props.schema.url.startsWith('http:') || this.props.schema.url.startsWith('https:')) {\n window._customComponent = this.props.schema.url;\n } else if (this.props.schema.url.startsWith('./')) {\n window._customComponent = `${window.location.protocol}//${window.location.host}${this.props.schema.url.replace(/^\\./, '')}`;\n } else {\n window._customComponent = `${window.location.protocol}//${window.location.host}/${this.props.schema.url}`;\n }\n\n // custom component always has constant name\n const component = await import('CustomComponent/Components');\n\n if (!component || !component.default || !component.default[this.props.schema.name]) {\n const keys = Object.keys(component?.default || {});\n console.error('URL is empty. Cannot load custom component!');\n this.setState({ error: `Component ${this.props.schema.name} not found in ${this.props.schema.url}. Found: ${keys.join(', ')}` });\n } else {\n this.setState({\n Component: component.default[this.props.schema.name]\n });\n }\n }\n\n render() {\n const Component = this.state.Component;\n\n // render temporary placeholder\n if (!Component) {\n if (this.state.error) {\n return ;\n } else {\n const schema = this.props.schema || {};\n\n const item = <Grid\n item\n xs={schema.xs || undefined}\n lg={schema.lg || undefined}\n md={schema.md || undefined}\n sm={schema.sm || undefined}\n style={Object.assign({}, {\n marginBottom: 0,\n //marginRight: 8,\n textAlign: 'left',\n width: schema.type === 'divider' || schema.type === 'header' ? schema.width || '100%' : undefined\n }, schema.style, this.props.themeType === 'dark' ? schema.darkStyle : {})}>\n {this.state.error ? <div>{this.state.error}</div> : <LinearProgress />}\n </Grid>;\n\n if (schema.newLine) {\n return <>\n <div style={{ flexBasis: '100%', height: 0 }} />\n {item}\n </>;\n } else {\n return item;\n }\n }\n }\n\n return <Component {...this.props} />;\n }\n}\n\nConfigCustom.propTypes = {\n socket: PropTypes.object.isRequired,\n themeType: PropTypes.string,\n themeName: PropTypes.string,\n style: PropTypes.object,\n className: PropTypes.string,\n data: PropTypes.object.isRequired,\n schema: PropTypes.object,\n onError: PropTypes.func,\n onChange: PropTypes.func,\n};\n\nexport default ConfigCustom;"],"mappings":"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"}
|
package/README.md
CHANGED
package/index.js
CHANGED
|
@@ -9,7 +9,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
9
9
|
});
|
|
10
10
|
var _exportNames = {
|
|
11
11
|
Theme: true,
|
|
12
|
-
GenericApp: true,
|
|
13
12
|
Connection: true,
|
|
14
13
|
i18n: true,
|
|
15
14
|
Prompt: true,
|
|
@@ -132,12 +131,6 @@ Object.defineProperty(exports, "FileViewer", {
|
|
|
132
131
|
return _FileViewer["default"];
|
|
133
132
|
}
|
|
134
133
|
});
|
|
135
|
-
Object.defineProperty(exports, "GenericApp", {
|
|
136
|
-
enumerable: true,
|
|
137
|
-
get: function get() {
|
|
138
|
-
return _GenericApp["default"];
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
134
|
Object.defineProperty(exports, "Icon", {
|
|
142
135
|
enumerable: true,
|
|
143
136
|
get: function get() {
|
|
@@ -423,20 +416,6 @@ Object.keys(_Theme).forEach(function (key) {
|
|
|
423
416
|
});
|
|
424
417
|
});
|
|
425
418
|
|
|
426
|
-
var _GenericApp = _interopRequireWildcard(require("./GenericApp"));
|
|
427
|
-
|
|
428
|
-
Object.keys(_GenericApp).forEach(function (key) {
|
|
429
|
-
if (key === "default" || key === "__esModule") return;
|
|
430
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
431
|
-
if (key in exports && exports[key] === _GenericApp[key]) return;
|
|
432
|
-
Object.defineProperty(exports, key, {
|
|
433
|
-
enumerable: true,
|
|
434
|
-
get: function get() {
|
|
435
|
-
return _GenericApp[key];
|
|
436
|
-
}
|
|
437
|
-
});
|
|
438
|
-
});
|
|
439
|
-
|
|
440
419
|
var _Connection = _interopRequireWildcard(require("./Connection"));
|
|
441
420
|
|
|
442
421
|
Object.keys(_Connection).forEach(function (key) {
|
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\
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["index.js"],"sourcesContent":["export { default as Theme } from './Theme';\nexport * from './Theme';\n\n// export { default as GenericApp } from './GenericApp';\n// export * 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;;AAKA;;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"}
|