slicejs-web-framework 3.1.2 → 3.1.4
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/Slice/Slice.js +11 -6
- package/Slice/tests/build-bundled-component-without-category.test.js +103 -0
- package/package.json +1 -1
- package/.worktrees/bundling-v2-precompiled-registrars/LICENSE +0 -21
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/ContextManager/ContextManager.js +0 -369
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/ContextManager/ContextManagerDebugger.js +0 -297
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/Controller/Controller.js +0 -972
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/Debugger/Debugger.css +0 -620
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/Debugger/Debugger.html +0 -73
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/Debugger/Debugger.js +0 -1548
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/EventManager/EventManager.js +0 -338
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/EventManager/EventManagerDebugger.js +0 -361
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/Logger/Log.js +0 -10
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/Logger/Logger.js +0 -146
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/Router/Router.js +0 -721
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/StylesManager/StylesManager.js +0 -78
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Components/Structural/StylesManager/ThemeManager/ThemeManager.js +0 -84
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/Slice.js +0 -504
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/tests/bundle-v2-runtime-contract.test.js +0 -268
- package/.worktrees/bundling-v2-precompiled-registrars/Slice/tests/router-loading-finally.test.js +0 -68
- package/.worktrees/bundling-v2-precompiled-registrars/api/index.js +0 -286
- package/.worktrees/bundling-v2-precompiled-registrars/api/middleware/securityMiddleware.js +0 -253
- package/.worktrees/bundling-v2-precompiled-registrars/package.json +0 -37
- package/.worktrees/bundling-v2-precompiled-registrars/sliceConfig.schema.json +0 -109
- package/.worktrees/bundling-v2-precompiled-registrars/src/App/index.html +0 -22
- package/.worktrees/bundling-v2-precompiled-registrars/src/App/index.js +0 -23
- package/.worktrees/bundling-v2-precompiled-registrars/src/App/style.css +0 -40
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/AppComponents/HomePage/HomePage.css +0 -201
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/AppComponents/HomePage/HomePage.html +0 -37
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/AppComponents/HomePage/HomePage.js +0 -210
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/AppComponents/Playground/Playground.css +0 -12
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/AppComponents/Playground/Playground.html +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/AppComponents/Playground/Playground.js +0 -111
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Service/FetchManager/FetchManager.js +0 -133
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Service/IndexedDbManager/IndexedDbManager.js +0 -141
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Service/LocalStorageManager/LocalStorageManager.js +0 -45
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Button/Button.css +0 -47
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Button/Button.html +0 -5
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Button/Button.js +0 -93
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Card/Card.css +0 -68
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Card/Card.html +0 -7
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Card/Card.js +0 -107
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Checkbox/Checkbox.css +0 -87
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Checkbox/Checkbox.html +0 -8
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Checkbox/Checkbox.js +0 -86
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/CodeVisualizer/CodeVisualizer.css +0 -130
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/CodeVisualizer/CodeVisualizer.html +0 -4
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/CodeVisualizer/CodeVisualizer.js +0 -262
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Details/Details.css +0 -70
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Details/Details.html +0 -9
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Details/Details.js +0 -76
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/DropDown/DropDown.css +0 -60
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/DropDown/DropDown.html +0 -5
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/DropDown/DropDown.js +0 -63
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Grid/Grid.css +0 -7
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Grid/Grid.html +0 -1
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Grid/Grid.js +0 -57
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/Icon.css +0 -510
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/Icon.html +0 -1
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/Icon.js +0 -89
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.eot +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.json +0 -555
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.styl +0 -507
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.svg +0 -1485
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.symbol.svg +0 -1059
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.ttf +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.woff +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Icon/slc.woff2 +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Input/Input.css +0 -91
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Input/Input.html +0 -4
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Input/Input.js +0 -215
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Layout/Layout.css +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Layout/Layout.html +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Layout/Layout.js +0 -49
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Link/Link.css +0 -8
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Link/Link.html +0 -1
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Link/Link.js +0 -63
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Loading/Loading.css +0 -56
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Loading/Loading.html +0 -83
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Loading/Loading.js +0 -38
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/MultiRoute/MultiRoute.js +0 -93
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Navbar/Navbar.css +0 -115
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Navbar/Navbar.html +0 -44
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Navbar/Navbar.js +0 -141
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/NotFound/NotFound.css +0 -117
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/NotFound/NotFound.html +0 -24
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/NotFound/NotFound.js +0 -16
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Route/Route.js +0 -93
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Select/Select.css +0 -84
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Select/Select.html +0 -8
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Select/Select.js +0 -195
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Switch/Switch.css +0 -76
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Switch/Switch.html +0 -8
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/Switch/Switch.js +0 -102
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/TreeItem/TreeItem.css +0 -36
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/TreeItem/TreeItem.html +0 -1
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/TreeItem/TreeItem.js +0 -126
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/TreeView/TreeView.css +0 -8
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/TreeView/TreeView.html +0 -1
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/Visual/TreeView/TreeView.js +0 -48
- package/.worktrees/bundling-v2-precompiled-registrars/src/Components/components.js +0 -27
- package/.worktrees/bundling-v2-precompiled-registrars/src/Styles/sliceStyles.css +0 -34
- package/.worktrees/bundling-v2-precompiled-registrars/src/Themes/Dark.css +0 -42
- package/.worktrees/bundling-v2-precompiled-registrars/src/Themes/Light.css +0 -31
- package/.worktrees/bundling-v2-precompiled-registrars/src/Themes/Slice.css +0 -47
- package/.worktrees/bundling-v2-precompiled-registrars/src/images/Slice.js-logo.png +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/images/favicon.ico +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/images/im2/Slice.js-logo.png +0 -0
- package/.worktrees/bundling-v2-precompiled-registrars/src/routes.js +0 -16
- package/.worktrees/bundling-v2-precompiled-registrars/src/sliceConfig.json +0 -73
- package/.worktrees/bundling-v2-precompiled-registrars/src/testing.js +0 -888
- package/.worktrees/public-env-browser-exposure/LICENSE +0 -21
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/ContextManager/ContextManager.js +0 -369
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/ContextManager/ContextManagerDebugger.js +0 -297
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/Controller/Controller.js +0 -972
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/Debugger/Debugger.css +0 -620
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/Debugger/Debugger.html +0 -73
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/Debugger/Debugger.js +0 -1548
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/EventManager/EventManager.js +0 -338
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/EventManager/EventManagerDebugger.js +0 -361
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/Logger/Log.js +0 -10
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/Logger/Logger.js +0 -146
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/Router/Router.js +0 -721
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/StylesManager/StylesManager.js +0 -78
- package/.worktrees/public-env-browser-exposure/Slice/Components/Structural/StylesManager/ThemeManager/ThemeManager.js +0 -84
- package/.worktrees/public-env-browser-exposure/Slice/Slice.js +0 -533
- package/.worktrees/public-env-browser-exposure/Slice/tests/bundle-v2-runtime-contract.test.js +0 -268
- package/.worktrees/public-env-browser-exposure/Slice/tests/public-env-runtime-accessors.test.js +0 -44
- package/.worktrees/public-env-browser-exposure/Slice/tests/router-loading-finally.test.js +0 -68
- package/.worktrees/public-env-browser-exposure/api/index.js +0 -286
- package/.worktrees/public-env-browser-exposure/api/middleware/securityMiddleware.js +0 -253
- package/.worktrees/public-env-browser-exposure/api/tests/public-env-resolver.test.js +0 -193
- package/.worktrees/public-env-browser-exposure/api/utils/publicEnvResolver.js +0 -117
- package/.worktrees/public-env-browser-exposure/package.json +0 -37
- package/.worktrees/public-env-browser-exposure/sliceConfig.schema.json +0 -109
- package/.worktrees/public-env-browser-exposure/src/App/index.html +0 -22
- package/.worktrees/public-env-browser-exposure/src/App/index.js +0 -23
- package/.worktrees/public-env-browser-exposure/src/App/style.css +0 -40
- package/.worktrees/public-env-browser-exposure/src/Components/AppComponents/HomePage/HomePage.css +0 -201
- package/.worktrees/public-env-browser-exposure/src/Components/AppComponents/HomePage/HomePage.html +0 -37
- package/.worktrees/public-env-browser-exposure/src/Components/AppComponents/HomePage/HomePage.js +0 -210
- package/.worktrees/public-env-browser-exposure/src/Components/AppComponents/Playground/Playground.css +0 -12
- package/.worktrees/public-env-browser-exposure/src/Components/AppComponents/Playground/Playground.html +0 -0
- package/.worktrees/public-env-browser-exposure/src/Components/AppComponents/Playground/Playground.js +0 -111
- package/.worktrees/public-env-browser-exposure/src/Components/Service/FetchManager/FetchManager.js +0 -133
- package/.worktrees/public-env-browser-exposure/src/Components/Service/IndexedDbManager/IndexedDbManager.js +0 -141
- package/.worktrees/public-env-browser-exposure/src/Components/Service/LocalStorageManager/LocalStorageManager.js +0 -45
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Button/Button.css +0 -47
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Button/Button.html +0 -5
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Button/Button.js +0 -93
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Card/Card.css +0 -68
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Card/Card.html +0 -7
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Card/Card.js +0 -107
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Checkbox/Checkbox.css +0 -87
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Checkbox/Checkbox.html +0 -8
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Checkbox/Checkbox.js +0 -86
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/CodeVisualizer/CodeVisualizer.css +0 -130
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/CodeVisualizer/CodeVisualizer.html +0 -4
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/CodeVisualizer/CodeVisualizer.js +0 -262
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Details/Details.css +0 -70
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Details/Details.html +0 -9
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Details/Details.js +0 -76
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/DropDown/DropDown.css +0 -60
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/DropDown/DropDown.html +0 -5
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/DropDown/DropDown.js +0 -63
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Grid/Grid.css +0 -7
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Grid/Grid.html +0 -1
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Grid/Grid.js +0 -57
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/Icon.css +0 -510
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/Icon.html +0 -1
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/Icon.js +0 -89
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.eot +0 -0
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.json +0 -555
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.styl +0 -507
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.svg +0 -1485
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.symbol.svg +0 -1059
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.ttf +0 -0
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.woff +0 -0
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Icon/slc.woff2 +0 -0
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Input/Input.css +0 -91
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Input/Input.html +0 -4
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Input/Input.js +0 -215
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Layout/Layout.css +0 -0
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Layout/Layout.html +0 -0
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Layout/Layout.js +0 -49
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Link/Link.css +0 -8
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Link/Link.html +0 -1
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Link/Link.js +0 -63
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Loading/Loading.css +0 -56
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Loading/Loading.html +0 -83
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Loading/Loading.js +0 -38
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/MultiRoute/MultiRoute.js +0 -93
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Navbar/Navbar.css +0 -115
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Navbar/Navbar.html +0 -44
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Navbar/Navbar.js +0 -141
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/NotFound/NotFound.css +0 -117
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/NotFound/NotFound.html +0 -24
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/NotFound/NotFound.js +0 -16
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Route/Route.js +0 -93
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Select/Select.css +0 -84
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Select/Select.html +0 -8
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Select/Select.js +0 -195
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Switch/Switch.css +0 -76
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Switch/Switch.html +0 -8
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/Switch/Switch.js +0 -102
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/TreeItem/TreeItem.css +0 -36
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/TreeItem/TreeItem.html +0 -1
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/TreeItem/TreeItem.js +0 -126
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/TreeView/TreeView.css +0 -8
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/TreeView/TreeView.html +0 -1
- package/.worktrees/public-env-browser-exposure/src/Components/Visual/TreeView/TreeView.js +0 -48
- package/.worktrees/public-env-browser-exposure/src/Components/components.js +0 -27
- package/.worktrees/public-env-browser-exposure/src/Styles/sliceStyles.css +0 -34
- package/.worktrees/public-env-browser-exposure/src/Themes/Dark.css +0 -42
- package/.worktrees/public-env-browser-exposure/src/Themes/Light.css +0 -31
- package/.worktrees/public-env-browser-exposure/src/Themes/Slice.css +0 -47
- package/.worktrees/public-env-browser-exposure/src/images/Slice.js-logo.png +0 -0
- package/.worktrees/public-env-browser-exposure/src/images/favicon.ico +0 -0
- package/.worktrees/public-env-browser-exposure/src/images/im2/Slice.js-logo.png +0 -0
- package/.worktrees/public-env-browser-exposure/src/routes.js +0 -16
- package/.worktrees/public-env-browser-exposure/src/sliceConfig.json +0 -73
- package/.worktrees/public-env-browser-exposure/src/testing.js +0 -888
package/Slice/Slice.js
CHANGED
|
@@ -105,18 +105,23 @@ export default class Slice {
|
|
|
105
105
|
return null;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
if (!this.controller.componentCategories.has(componentName)) {
|
|
109
|
-
this.logger.logError('Slice', null, `Component ${componentName} not found in components.js file`);
|
|
110
|
-
return null;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
108
|
// 📦 Try to load from bundles first
|
|
114
109
|
const bundleName = this.controller.getBundleForComponent(componentName);
|
|
115
110
|
if (bundleName && !this.controller.loadedBundles.has(bundleName)) {
|
|
116
111
|
await this.controller.loadBundle(bundleName);
|
|
117
112
|
}
|
|
118
113
|
|
|
114
|
+
// After bundle loading attempt, allow build when class is already available
|
|
115
|
+
// even if components map has no category entry (stale/components.js mismatch).
|
|
116
|
+
if (!this.controller.componentCategories.has(componentName) && !this.controller.classes.has(componentName)) {
|
|
117
|
+
this.logger.logError('Slice', null, `Component ${componentName} not found in components.js file`);
|
|
118
|
+
return null;
|
|
119
|
+
}
|
|
120
|
+
|
|
119
121
|
let componentCategory = this.controller.componentCategories.get(componentName);
|
|
122
|
+
if (!componentCategory && this.controller.classes.has(componentName)) {
|
|
123
|
+
componentCategory = 'AppComponents';
|
|
124
|
+
}
|
|
120
125
|
|
|
121
126
|
// 📦 Check if component is already available from loaded bundles
|
|
122
127
|
const isFromBundle = this.controller.isComponentFromBundle(componentName);
|
|
@@ -130,7 +135,7 @@ export default class Slice {
|
|
|
130
135
|
return null;
|
|
131
136
|
}
|
|
132
137
|
|
|
133
|
-
let isVisual = slice.paths.components[componentCategory]
|
|
138
|
+
let isVisual = slice.paths.components[componentCategory]?.type === 'Visual';
|
|
134
139
|
let modulePath = `${slice.paths.components[componentCategory].path}/${componentName}/${componentName}.js`;
|
|
135
140
|
const isJsOnlyVisualComponent = isVisual && (componentName === 'MultiRoute' || componentName === 'Route');
|
|
136
141
|
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import test from 'node:test';
|
|
2
|
+
import assert from 'node:assert/strict';
|
|
3
|
+
|
|
4
|
+
globalThis.alert = () => {};
|
|
5
|
+
|
|
6
|
+
const { default: Slice } = await import('../Slice.js');
|
|
7
|
+
|
|
8
|
+
class FakeController {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.componentCategories = new Map();
|
|
11
|
+
this.templates = new Map();
|
|
12
|
+
this.classes = new Map();
|
|
13
|
+
this.requestedStyles = new Set();
|
|
14
|
+
this.loadedBundles = new Set();
|
|
15
|
+
this.activeComponents = new Map();
|
|
16
|
+
this.bundleLoads = 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
getBundleForComponent(componentName) {
|
|
20
|
+
return componentName === 'DocumentationPage' ? 'multiroute-DocumentationPage--p1' : null;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
async loadBundle(bundleName) {
|
|
24
|
+
this.bundleLoads += 1;
|
|
25
|
+
this.loadedBundles.add(bundleName);
|
|
26
|
+
this.classes.set(
|
|
27
|
+
'DocumentationPage',
|
|
28
|
+
class DocumentationPage {
|
|
29
|
+
constructor(props) {
|
|
30
|
+
this.props = props;
|
|
31
|
+
this.sliceId = 'DocumentationPage';
|
|
32
|
+
}
|
|
33
|
+
async init() {}
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
isComponentFromBundle(componentName) {
|
|
39
|
+
return componentName === 'DocumentationPage' && this.loadedBundles.has('multiroute-DocumentationPage--p1');
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
verifyComponentIds() {
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
registerComponent() {}
|
|
47
|
+
|
|
48
|
+
registerComponentsRecursively() {}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
class FakeStylesManager {
|
|
52
|
+
registerComponentStyles() {}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
function createSlice() {
|
|
56
|
+
const instance = new Slice(
|
|
57
|
+
{
|
|
58
|
+
paths: {
|
|
59
|
+
components: {
|
|
60
|
+
AppComponents: {
|
|
61
|
+
path: '/Components/AppComponents',
|
|
62
|
+
type: 'Visual'
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
themeManager: {},
|
|
67
|
+
stylesManager: {},
|
|
68
|
+
logger: {},
|
|
69
|
+
debugger: { enabled: false },
|
|
70
|
+
loading: {},
|
|
71
|
+
events: {}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
Controller: FakeController,
|
|
75
|
+
StylesManager: FakeStylesManager
|
|
76
|
+
}
|
|
77
|
+
);
|
|
78
|
+
|
|
79
|
+
instance.logger = {
|
|
80
|
+
logError() {},
|
|
81
|
+
logWarning() {},
|
|
82
|
+
logInfo() {}
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
return instance;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
test('build succeeds for bundled component even when componentCategories is missing entry', async () => {
|
|
89
|
+
const originalSlice = globalThis.slice;
|
|
90
|
+
|
|
91
|
+
try {
|
|
92
|
+
const sliceInstance = createSlice();
|
|
93
|
+
globalThis.slice = sliceInstance;
|
|
94
|
+
|
|
95
|
+
const component = await sliceInstance.build('DocumentationPage', { from: 'route' });
|
|
96
|
+
|
|
97
|
+
assert.ok(component);
|
|
98
|
+
assert.equal(component.sliceId, 'DocumentationPage');
|
|
99
|
+
assert.equal(sliceInstance.controller.bundleLoads, 1);
|
|
100
|
+
} finally {
|
|
101
|
+
globalThis.slice = originalSlice;
|
|
102
|
+
}
|
|
103
|
+
});
|
package/package.json
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Victor Jose Kneider Alnahi and Julio Antonio Graterol Bracho
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,369 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ContextManager - Sistema de contextos compartidos para Slice.js
|
|
3
|
-
* Ubicación: /Slice/Components/Structural/ContextManager/ContextManager.js
|
|
4
|
-
*
|
|
5
|
-
* Características:
|
|
6
|
-
* - Estado compartido entre componentes
|
|
7
|
-
* - Usa EventManager internamente para notificaciones
|
|
8
|
-
* - Selectores para observar campos específicos
|
|
9
|
-
* - Auto-limpieza cuando componentes se destruyen
|
|
10
|
-
* - Persistencia opcional en localStorage
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* @typedef {Object} ContextOptions
|
|
14
|
-
* @property {boolean} [persist]
|
|
15
|
-
* @property {string} [storageKey]
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
export default class ContextManager {
|
|
19
|
-
constructor() {
|
|
20
|
-
// Map<contextName, { state, options }>
|
|
21
|
-
this.contexts = new Map();
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
init() {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// ============================================
|
|
29
|
-
// CREAR CONTEXTO
|
|
30
|
-
// ============================================
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Crear un nuevo contexto
|
|
34
|
-
* @param {string} name - Nombre unico del contexto
|
|
35
|
-
* @param {Object} [initialState] - Estado inicial
|
|
36
|
-
* @param {ContextOptions} [options] - Opciones: { persist, storageKey }
|
|
37
|
-
* @returns {boolean}
|
|
38
|
-
*
|
|
39
|
-
* @example
|
|
40
|
-
* slice.context.create('auth', {
|
|
41
|
-
* isLoggedIn: false,
|
|
42
|
-
* user: null
|
|
43
|
-
* });
|
|
44
|
-
*
|
|
45
|
-
* // Con persistencia en localStorage
|
|
46
|
-
* slice.context.create('preferences', {
|
|
47
|
-
* theme: 'light',
|
|
48
|
-
* language: 'es'
|
|
49
|
-
* }, { persist: true });
|
|
50
|
-
*/
|
|
51
|
-
create(name, initialState = {}, options = {}) {
|
|
52
|
-
if (this.contexts.has(name)) {
|
|
53
|
-
slice.logger.logWarning('ContextManager', `El contexto "${name}" ya existe`);
|
|
54
|
-
return false;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Cargar estado persistido si existe
|
|
58
|
-
let state = initialState;
|
|
59
|
-
if (options.persist) {
|
|
60
|
-
const persisted = this._loadFromStorage(name);
|
|
61
|
-
if (persisted !== null) {
|
|
62
|
-
state = persisted;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
this.contexts.set(name, {
|
|
67
|
-
state,
|
|
68
|
-
options: {
|
|
69
|
-
persist: options.persist || false,
|
|
70
|
-
storageKey: options.storageKey || `slice_context_${name}`,
|
|
71
|
-
},
|
|
72
|
-
});
|
|
73
|
-
|
|
74
|
-
slice.logger.logInfo('ContextManager', `Contexto "${name}" creado`);
|
|
75
|
-
|
|
76
|
-
return true;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// ============================================
|
|
80
|
-
// LEER ESTADO
|
|
81
|
-
// ============================================
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* Obtener el estado actual de un contexto
|
|
85
|
-
* @param {string} name - Nombre del contexto
|
|
86
|
-
* @returns {any|null} Estado actual o null si no existe
|
|
87
|
-
*
|
|
88
|
-
* @example
|
|
89
|
-
* const auth = slice.context.getState('auth');
|
|
90
|
-
* console.log(auth.user.name);
|
|
91
|
-
*/
|
|
92
|
-
getState(name) {
|
|
93
|
-
if (!this.contexts.has(name)) {
|
|
94
|
-
slice.logger.logError('ContextManager', `El contexto "${name}" no existe`);
|
|
95
|
-
return null;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
return this.contexts.get(name).state;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
// ============================================
|
|
102
|
-
// ACTUALIZAR ESTADO
|
|
103
|
-
// ============================================
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* Actualizar el estado de un contexto
|
|
107
|
-
* @param {string} name - Nombre del contexto
|
|
108
|
-
* @param {Object|Function} updater - Nuevo estado o funcion (prevState) => newState
|
|
109
|
-
* @returns {void}
|
|
110
|
-
*
|
|
111
|
-
* @example
|
|
112
|
-
* // Reemplazar con objeto
|
|
113
|
-
* slice.context.setState('auth', {
|
|
114
|
-
* isLoggedIn: true,
|
|
115
|
-
* user: { name: 'Juan' }
|
|
116
|
-
* });
|
|
117
|
-
*
|
|
118
|
-
* // Usar funcion para acceder al estado anterior
|
|
119
|
-
* slice.context.setState('cart', (prev) => ({
|
|
120
|
-
* ...prev,
|
|
121
|
-
* items: [...prev.items, nuevoProducto],
|
|
122
|
-
* total: prev.total + nuevoProducto.price
|
|
123
|
-
* }));
|
|
124
|
-
*/
|
|
125
|
-
setState(name, updater) {
|
|
126
|
-
if (!this.contexts.has(name)) {
|
|
127
|
-
slice.logger.logError('ContextManager', `El contexto "${name}" no existe`);
|
|
128
|
-
return;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
const context = this.contexts.get(name);
|
|
132
|
-
const prevState = context.state;
|
|
133
|
-
|
|
134
|
-
// Calcular nuevo estado
|
|
135
|
-
let newState;
|
|
136
|
-
if (typeof updater === 'function') {
|
|
137
|
-
newState = updater(prevState);
|
|
138
|
-
} else {
|
|
139
|
-
newState = updater;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// Guardar nuevo estado
|
|
143
|
-
context.state = newState;
|
|
144
|
-
|
|
145
|
-
// Persistir si está habilitado
|
|
146
|
-
if (context.options.persist) {
|
|
147
|
-
this._saveToStorage(name, newState, context.options.storageKey);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// Emitir evento para notificar a los watchers
|
|
151
|
-
slice.events.emit(`context:${name}`, newState, prevState);
|
|
152
|
-
|
|
153
|
-
slice.logger.logInfo('ContextManager', `Contexto "${name}" actualizado`);
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// ============================================
|
|
157
|
-
// WATCH (OBSERVAR CAMBIOS)
|
|
158
|
-
// ============================================
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* Observar cambios en un contexto
|
|
162
|
-
* @param {string} name - Nombre del contexto
|
|
163
|
-
* @param {HTMLElement} component - Componente Slice para auto-cleanup
|
|
164
|
-
* @param {(value: any) => void} callback - Funcion a ejecutar cuando cambia
|
|
165
|
-
* @param {(state: any) => any} [selector] - Opcional. Funcion para seleccionar campos
|
|
166
|
-
* @returns {string|null} subscriptionId
|
|
167
|
-
*
|
|
168
|
-
* @example
|
|
169
|
-
* // Observar todo el estado
|
|
170
|
-
* slice.context.watch('auth', this, (state) => {
|
|
171
|
-
* this.render(state);
|
|
172
|
-
* });
|
|
173
|
-
*
|
|
174
|
-
* // Observar un campo especifico
|
|
175
|
-
* slice.context.watch('auth', this, (name) => {
|
|
176
|
-
* this.$name.textContent = name;
|
|
177
|
-
* }, state => state.user.name);
|
|
178
|
-
*
|
|
179
|
-
* // Observar multiples campos
|
|
180
|
-
* slice.context.watch('auth', this, (data) => {
|
|
181
|
-
* this.$name.textContent = data.name;
|
|
182
|
-
* this.$avatar.src = data.avatar;
|
|
183
|
-
* }, state => ({
|
|
184
|
-
* name: state.user.name,
|
|
185
|
-
* avatar: state.user.avatar
|
|
186
|
-
* }));
|
|
187
|
-
*
|
|
188
|
-
* // Valores computados
|
|
189
|
-
* slice.context.watch('cart', this, (total) => {
|
|
190
|
-
* this.$total.textContent = `${total}`;
|
|
191
|
-
* }, state => state.items.reduce((sum, i) => sum + i.price, 0));
|
|
192
|
-
*/
|
|
193
|
-
watch(name, component, callback, selector = null) {
|
|
194
|
-
if (!this.contexts.has(name)) {
|
|
195
|
-
slice.logger.logError('ContextManager', `El contexto "${name}" no existe`);
|
|
196
|
-
return null;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
if (!component?.sliceId) {
|
|
200
|
-
slice.logger.logError('ContextManager', 'watch() requiere un componente Slice válido');
|
|
201
|
-
return null;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
if (typeof callback !== 'function') {
|
|
205
|
-
slice.logger.logError('ContextManager', 'El callback debe ser una función');
|
|
206
|
-
return null;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
// Guardar el valor anterior del selector para comparar
|
|
210
|
-
let lastSelectedValue = selector ? this._getSelectedValue(name, selector) : this.getState(name);
|
|
211
|
-
|
|
212
|
-
// Crear wrapper que aplica el selector y compara
|
|
213
|
-
const wrappedCallback = (newState, prevState) => {
|
|
214
|
-
if (selector) {
|
|
215
|
-
const newSelectedValue = this._applySelector(newState, selector);
|
|
216
|
-
const prevSelectedValue = this._applySelector(prevState, selector);
|
|
217
|
-
|
|
218
|
-
// Solo ejecutar si el valor seleccionado cambió
|
|
219
|
-
if (!this._isEqual(newSelectedValue, prevSelectedValue)) {
|
|
220
|
-
lastSelectedValue = newSelectedValue;
|
|
221
|
-
callback(newSelectedValue);
|
|
222
|
-
}
|
|
223
|
-
} else {
|
|
224
|
-
// Sin selector, siempre ejecutar
|
|
225
|
-
callback(newState);
|
|
226
|
-
}
|
|
227
|
-
};
|
|
228
|
-
|
|
229
|
-
// Suscribirse al evento del contexto
|
|
230
|
-
const subscriptionId = slice.events.subscribe(`context:${name}`, wrappedCallback, { component });
|
|
231
|
-
|
|
232
|
-
slice.logger.logInfo('ContextManager', `Watch registrado en "${name}" para ${component.sliceId}`);
|
|
233
|
-
|
|
234
|
-
return subscriptionId;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// ============================================
|
|
238
|
-
// UTILIDADES
|
|
239
|
-
// ============================================
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* Verificar si un contexto existe
|
|
243
|
-
* @param {string} name - Nombre del contexto
|
|
244
|
-
* @returns {boolean}
|
|
245
|
-
*/
|
|
246
|
-
has(name) {
|
|
247
|
-
return this.contexts.has(name);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* Eliminar un contexto
|
|
252
|
-
* @param {string} name - Nombre del contexto
|
|
253
|
-
* @returns {boolean}
|
|
254
|
-
*/
|
|
255
|
-
destroy(name) {
|
|
256
|
-
if (!this.contexts.has(name)) {
|
|
257
|
-
return false;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
const context = this.contexts.get(name);
|
|
261
|
-
|
|
262
|
-
// Limpiar storage si existe
|
|
263
|
-
if (context.options.persist) {
|
|
264
|
-
this._removeFromStorage(context.options.storageKey);
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
this.contexts.delete(name);
|
|
268
|
-
|
|
269
|
-
slice.logger.logInfo('ContextManager', `Contexto "${name}" eliminado`);
|
|
270
|
-
|
|
271
|
-
return true;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* Obtener lista de todos los contextos
|
|
276
|
-
* @returns {string[]}
|
|
277
|
-
*/
|
|
278
|
-
list() {
|
|
279
|
-
return Array.from(this.contexts.keys());
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// ============================================
|
|
283
|
-
// MÉTODOS PRIVADOS
|
|
284
|
-
// ============================================
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* Aplicar selector al estado
|
|
288
|
-
*/
|
|
289
|
-
_applySelector(state, selector) {
|
|
290
|
-
try {
|
|
291
|
-
return selector(state);
|
|
292
|
-
} catch (error) {
|
|
293
|
-
slice.logger.logWarning('ContextManager', 'Error al aplicar selector', error);
|
|
294
|
-
return undefined;
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
* Obtener valor seleccionado del estado actual
|
|
300
|
-
*/
|
|
301
|
-
_getSelectedValue(name, selector) {
|
|
302
|
-
const state = this.getState(name);
|
|
303
|
-
return this._applySelector(state, selector);
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* Comparar dos valores (shallow)
|
|
308
|
-
*/
|
|
309
|
-
_isEqual(a, b) {
|
|
310
|
-
// Mismo valor primitivo o referencia
|
|
311
|
-
if (a === b) return true;
|
|
312
|
-
|
|
313
|
-
// Si alguno es null/undefined
|
|
314
|
-
if (a == null || b == null) return false;
|
|
315
|
-
|
|
316
|
-
// Si no son objetos, ya sabemos que son diferentes
|
|
317
|
-
if (typeof a !== 'object' || typeof b !== 'object') return false;
|
|
318
|
-
|
|
319
|
-
// Comparación shallow de objetos
|
|
320
|
-
const keysA = Object.keys(a);
|
|
321
|
-
const keysB = Object.keys(b);
|
|
322
|
-
|
|
323
|
-
if (keysA.length !== keysB.length) return false;
|
|
324
|
-
|
|
325
|
-
for (const key of keysA) {
|
|
326
|
-
if (a[key] !== b[key]) return false;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
return true;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* Cargar estado desde localStorage
|
|
334
|
-
*/
|
|
335
|
-
_loadFromStorage(name) {
|
|
336
|
-
try {
|
|
337
|
-
const key = `slice_context_${name}`;
|
|
338
|
-
const data = localStorage.getItem(key);
|
|
339
|
-
if (data) {
|
|
340
|
-
return JSON.parse(data);
|
|
341
|
-
}
|
|
342
|
-
} catch (error) {
|
|
343
|
-
slice.logger.logWarning('ContextManager', `Error cargando "${name}" de localStorage`, error);
|
|
344
|
-
}
|
|
345
|
-
return null;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* Guardar estado en localStorage
|
|
350
|
-
*/
|
|
351
|
-
_saveToStorage(name, state, storageKey) {
|
|
352
|
-
try {
|
|
353
|
-
localStorage.setItem(storageKey, JSON.stringify(state));
|
|
354
|
-
} catch (error) {
|
|
355
|
-
slice.logger.logWarning('ContextManager', `Error guardando "${name}" en localStorage`, error);
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
/**
|
|
360
|
-
* Eliminar estado de localStorage
|
|
361
|
-
*/
|
|
362
|
-
_removeFromStorage(storageKey) {
|
|
363
|
-
try {
|
|
364
|
-
localStorage.removeItem(storageKey);
|
|
365
|
-
} catch (error) {
|
|
366
|
-
// Ignorar errores al eliminar
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|