├── InventAPI
├── InventoryOnHand
│ ├── Connectors
│ │ ├── new_inventapi-5Fconnector_connectionparameters.json
│ │ ├── new_inventapi-5Fconnector_policytemplateinstances.json
│ │ ├── new_inventapi-5Fconnector.xml
│ │ └── new_inventapi-5Fconnector_openapidefinition.json
│ ├── CanvasApps
│ │ ├── src
│ │ │ └── msbuild_inventonhand_2be80
│ │ │ │ ├── ComponentReferences.json
│ │ │ │ ├── Src
│ │ │ │ ├── App.fx.yaml
│ │ │ │ ├── EditorState
│ │ │ │ │ └── App.editorstate.json
│ │ │ │ ├── Screen2.fx.yaml
│ │ │ │ └── Screen1.fx.yaml
│ │ │ │ ├── DataSources
│ │ │ │ ├── InventAPI_Connector.json
│ │ │ │ └── CustomGallerySample.json
│ │ │ │ ├── Assets
│ │ │ │ └── SampleImage.json
│ │ │ │ ├── Connections
│ │ │ │ └── Connections.json
│ │ │ │ ├── Entropy
│ │ │ │ ├── checksum.json
│ │ │ │ ├── Entropy.json
│ │ │ │ └── AppCheckerResult.sarif
│ │ │ │ ├── pkgs
│ │ │ │ ├── Wadl
│ │ │ │ │ └── InventAPI_Connector.xml
│ │ │ │ ├── rectangle_2.3.0.xml
│ │ │ │ ├── label_2.5.1.xml
│ │ │ │ └── text_2.3.2.xml
│ │ │ │ ├── ControlTemplates.json
│ │ │ │ └── CanvasManifest.json
│ │ ├── msbuild_inventonhand_2be80_BackgroundImageUri
│ │ ├── msbuild_inventonhand_2be80_DocumentUri.msapp
│ │ └── msbuild_inventonhand_2be80.meta.xml
│ └── Other
│ │ ├── Customizations.xml
│ │ └── Solution.xml
├── InventoryOnHand_managed.zip
├── InventoryOnHand_unmanaged.zip
├── appsettings.Development.json
├── appsettings.json
├── InventAPI.csproj
├── Properties
│ └── launchSettings.json
├── Program.cs
└── Models
│ └── Invent.cs
├── Power Fx Demo
├── LegacyIntranet
│ ├── wwwroot
│ │ ├── favicon.ico
│ │ ├── icon-192.png
│ │ ├── css
│ │ │ ├── open-iconic
│ │ │ │ ├── font
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── open-iconic.eot
│ │ │ │ │ │ ├── open-iconic.otf
│ │ │ │ │ │ ├── open-iconic.ttf
│ │ │ │ │ │ └── open-iconic.woff
│ │ │ │ │ └── css
│ │ │ │ │ │ └── open-iconic-bootstrap.min.css
│ │ │ │ ├── ICON-LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── FONT-LICENSE
│ │ │ └── app.css
│ │ ├── sample-data
│ │ │ └── products.json
│ │ └── index.html
│ ├── Pages
│ │ ├── Index.razor
│ │ ├── Counter.razor
│ │ └── OurProducts.razor
│ ├── _Imports.razor
│ ├── Shared
│ │ ├── MainLayout.razor
│ │ ├── SurveyPrompt.razor
│ │ ├── NavMenu.razor
│ │ ├── NavMenu.razor.css
│ │ └── MainLayout.razor.css
│ ├── Program.cs
│ ├── App.razor
│ ├── LegacyIntranet.csproj
│ └── Properties
│ │ └── launchSettings.json
└── LegacyIntranet.sln
├── InventAPI.sln
├── README.md
├── .gitattributes
├── .github
└── workflows
│ └── export-and-commit-solution.yml
└── .gitignore
/InventAPI/InventoryOnHand/Connectors/new_inventapi-5Fconnector_connectionparameters.json:
--------------------------------------------------------------------------------
1 | {}
--------------------------------------------------------------------------------
/InventAPI/InventoryOnHand/Connectors/new_inventapi-5Fconnector_policytemplateinstances.json:
--------------------------------------------------------------------------------
1 | []
--------------------------------------------------------------------------------
/InventAPI/InventoryOnHand/CanvasApps/src/msbuild_inventonhand_2be80/ComponentReferences.json:
--------------------------------------------------------------------------------
1 | []
--------------------------------------------------------------------------------
/InventAPI/InventoryOnHand_managed.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/InventAPI/InventoryOnHand_managed.zip
--------------------------------------------------------------------------------
/InventAPI/InventoryOnHand_unmanaged.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/InventAPI/InventoryOnHand_unmanaged.zip
--------------------------------------------------------------------------------
/Power Fx Demo/LegacyIntranet/wwwroot/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/Power Fx Demo/LegacyIntranet/wwwroot/favicon.ico
--------------------------------------------------------------------------------
/Power Fx Demo/LegacyIntranet/wwwroot/icon-192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/Power Fx Demo/LegacyIntranet/wwwroot/icon-192.png
--------------------------------------------------------------------------------
/InventAPI/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft.AspNetCore": "Warning"
6 | }
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
--------------------------------------------------------------------------------
/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
--------------------------------------------------------------------------------
/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
--------------------------------------------------------------------------------
/InventAPI/InventoryOnHand/CanvasApps/msbuild_inventonhand_2be80_BackgroundImageUri:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/InventAPI/InventoryOnHand/CanvasApps/msbuild_inventonhand_2be80_BackgroundImageUri
--------------------------------------------------------------------------------
/InventAPI/InventoryOnHand/CanvasApps/msbuild_inventonhand_2be80_DocumentUri.msapp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/InventAPI/InventoryOnHand/CanvasApps/msbuild_inventonhand_2be80_DocumentUri.msapp
--------------------------------------------------------------------------------
/InventAPI/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft.AspNetCore": "Warning"
6 | }
7 | },
8 | "AllowedHosts": "*"
9 | }
10 |
--------------------------------------------------------------------------------
/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcelbf/InventAPI/HEAD/Power Fx Demo/LegacyIntranet/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
--------------------------------------------------------------------------------
/Power Fx Demo/LegacyIntranet/Pages/Index.razor:
--------------------------------------------------------------------------------
1 | @page "/"
2 |
3 |
Current count: @currentCount
8 | 9 | 10 | 11 | @code { 12 | private int currentCount = 0; 13 | 14 | private void IncrementCount() 15 | { 16 | currentCount++; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Power Fx Demo/LegacyIntranet/_Imports.razor: -------------------------------------------------------------------------------- 1 | @using System.Net.Http 2 | @using System.Net.Http.Json 3 | @using Microsoft.AspNetCore.Components.Forms 4 | @using Microsoft.AspNetCore.Components.Routing 5 | @using Microsoft.AspNetCore.Components.Web 6 | @using Microsoft.AspNetCore.Components.Web.Virtualization 7 | @using Microsoft.AspNetCore.Components.WebAssembly.Http 8 | @using Microsoft.JSInterop 9 | @using LegacyIntranet 10 | @using LegacyIntranet.Shared 11 | -------------------------------------------------------------------------------- /InventAPI/InventoryOnHand/CanvasApps/src/msbuild_inventonhand_2be80/Assets/SampleImage.json: -------------------------------------------------------------------------------- 1 | { 2 | "Content": "Image", 3 | "FileName": "/ctrllib/image/images/SampleImage.svg", 4 | "IsSampleData": true, 5 | "IsWritable": false, 6 | "Name": "SampleImage", 7 | "Path": "/ctrllib/image/images/SampleImage.svg", 8 | "ResourceKind": "Uri", 9 | "RootPath": "ms-appx:///ctrllib/image/images/SampleImage.svg", 10 | "Schema": "i", 11 | "Type": "ResourceInfo" 12 | } -------------------------------------------------------------------------------- /Power Fx Demo/LegacyIntranet/Shared/MainLayout.razor: -------------------------------------------------------------------------------- 1 | @inherits LayoutComponentBase 2 | 3 |Sorry, there's nothing at this address.
10 |