SDN-R add updated odlux 08/101008/2
authorherbert <herbert.eiselt@highstreet-technologies.com>
Sat, 1 Feb 2020 15:00:00 +0000 (16:00 +0100)
committerKAPIL SINGAL <ks220y@att.com>
Sun, 2 Feb 2020 00:27:16 +0000 (00:27 +0000)
commit05ef023752abdb4f1e072332496dc7c6eaff8965
treee6be03fadda7e715076f16cca27b5d5ecedaa2a3
parentff8cf309fba867c2e641ea20c2ddf074fda5e3e5
SDN-R add updated odlux

Updates all odlux framework and app components.

Issue-ID: SDNC-1032
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I13c520489fd40d05b7fd5215f5941af6238e9cae
63 files changed:
sdnr/wt/odlux/README.md
sdnr/wt/odlux/apps/apiDemo/pom.xml
sdnr/wt/odlux/apps/app-feature/pom.xml
sdnr/wt/odlux/apps/configurationApp/pom.xml
sdnr/wt/odlux/apps/configurationApp/src/actions/deviceActions.ts
sdnr/wt/odlux/apps/configurationApp/src/components/baseProps.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/ifWhenTextInput.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementBoolean.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementNumber.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementReference.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementSelection.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementString.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementUnion.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/components/verifyer.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/handlers/configurationAppRootHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/handlers/connectedNetworkElementsHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/handlers/deviceDescriptionHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/handlers/valueSelectorHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/handlers/viewDescriptionHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/models/networkElementConnection.ts
sdnr/wt/odlux/apps/configurationApp/src/models/uiModels.ts
sdnr/wt/odlux/apps/configurationApp/src/models/yang.ts
sdnr/wt/odlux/apps/configurationApp/src/pluginConfiguration.tsx
sdnr/wt/odlux/apps/configurationApp/src/services/restServices.ts
sdnr/wt/odlux/apps/configurationApp/src/services/yangService.ts
sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx
sdnr/wt/odlux/apps/configurationApp/src/views/networkElementSelector.tsx
sdnr/wt/odlux/apps/configurationApp/src/yang/yangParser.ts
sdnr/wt/odlux/apps/configurationApp/tsconfig.json
sdnr/wt/odlux/apps/connectApp/pom.xml
sdnr/wt/odlux/apps/connectApp/src/actions/commonNetworkElementsActions.ts
sdnr/wt/odlux/apps/connectApp/src/actions/networkElementsActions.ts
sdnr/wt/odlux/apps/connectApp/src/components/editNetworkElementDialog.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/connectAppRootHandler.ts
sdnr/wt/odlux/apps/connectApp/src/handlers/networkElementsHandler.ts
sdnr/wt/odlux/apps/connectApp/src/models/guiCutTrough.ts
sdnr/wt/odlux/apps/connectApp/src/models/networkElementConnection.ts
sdnr/wt/odlux/apps/connectApp/src/models/panelId.ts
sdnr/wt/odlux/apps/connectApp/src/services/connectService.ts
sdnr/wt/odlux/apps/connectApp/src/views/connectView.tsx
sdnr/wt/odlux/apps/connectApp/webpack.config.js
sdnr/wt/odlux/apps/demoApp/pom.xml
sdnr/wt/odlux/apps/eventLogApp/pom.xml
sdnr/wt/odlux/apps/faultApp/pom.xml
sdnr/wt/odlux/apps/helpApp/pom.xml
sdnr/wt/odlux/apps/inventoryApp/pom.xml
sdnr/wt/odlux/apps/maintenanceApp/pom.xml
sdnr/wt/odlux/apps/mediatorApp/pom.xml
sdnr/wt/odlux/apps/minimumApp/pom.xml
sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml
sdnr/wt/odlux/core/features/pom.xml
sdnr/wt/odlux/core/installer/pom.xml
sdnr/wt/odlux/core/pom.xml
sdnr/wt/odlux/core/provider/pom.xml
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/app.css
sdnr/wt/odlux/framework/src/components/material-table/index.tsx
sdnr/wt/odlux/framework/src/components/material-table/tableFilter.tsx
sdnr/wt/odlux/framework/src/components/material-table/utilities.ts
sdnr/wt/odlux/framework/src/views/about.tsx
sdnr/wt/odlux/framework/webpack.config.js
sdnr/wt/odlux/pom.xml
sdnr/wt/odlux/yarn.lock