-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62e9d78
commit 5dfbe04
Showing
29 changed files
with
12,561 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", | ||
"project": { | ||
"name": "pinnate" | ||
}, | ||
"apps": [ | ||
{ | ||
"root": "src", | ||
"outDir": "dist", | ||
"assets": [ | ||
"assets", | ||
"favicon.ico" | ||
], | ||
"index": "index.html", | ||
"main": "main.ts", | ||
"polyfills": "polyfills.ts", | ||
"test": "test.ts", | ||
"tsconfig": "tsconfig.app.json", | ||
"testTsconfig": "tsconfig.spec.json", | ||
"prefix": "app", | ||
"styles": [ | ||
"styles.css" | ||
], | ||
"scripts": [], | ||
"environmentSource": "environments/environment.ts", | ||
"environments": { | ||
"dev": "environments/environment.ts", | ||
"prod": "environments/environment.prod.ts" | ||
} | ||
} | ||
], | ||
"e2e": { | ||
"protractor": { | ||
"config": "./protractor.conf.js" | ||
} | ||
}, | ||
"lint": [ | ||
{ | ||
"project": "src/tsconfig.app.json", | ||
"exclude": "**/node_modules/**" | ||
}, | ||
{ | ||
"project": "src/tsconfig.spec.json", | ||
"exclude": "**/node_modules/**" | ||
}, | ||
{ | ||
"project": "e2e/tsconfig.e2e.json", | ||
"exclude": "**/node_modules/**" | ||
} | ||
], | ||
"test": { | ||
"karma": { | ||
"config": "./karma.conf.js" | ||
} | ||
}, | ||
"defaults": { | ||
"styleExt": "css", | ||
"component": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# compiled output | ||
/dist | ||
/tmp | ||
/out-tsc | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# IDEs and editors | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
/libpeerconnection.log | ||
npm-debug.log | ||
testem.log | ||
/typings | ||
|
||
# e2e | ||
/e2e/*.js | ||
/e2e/*.map | ||
|
||
# System Files | ||
.DS_Store | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# outlook-test-addin | ||
# Pinnate | ||
|
||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.6. | ||
|
||
## Development server | ||
|
||
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. | ||
|
||
## Code scaffolding | ||
|
||
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`. | ||
|
||
## Build | ||
|
||
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build. | ||
|
||
## Running unit tests | ||
|
||
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
|
||
## Running end-to-end tests | ||
|
||
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). | ||
Before running the tests make sure you are serving the app via `ng serve`. | ||
|
||
## Further help | ||
|
||
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp"> | ||
<Id>fc165766-d7c1-4a7b-a711-6de68acfd729</Id> | ||
<Version>1.0.0.0</Version> | ||
<ProviderName>SM</ProviderName> | ||
<DefaultLocale>en-US</DefaultLocale> | ||
<DisplayName DefaultValue="Pinnate"/> | ||
<Description DefaultValue="A template to get started."/> | ||
<IconUrl DefaultValue="https://localhost:3000/assets/icon-64.png"/> | ||
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-128.png"/> | ||
<SupportUrl DefaultValue="https://www.pinnate.com/help"/> | ||
<AppDomains> | ||
<AppDomain>https://www.pinnate.com</AppDomain> | ||
</AppDomains> | ||
<Hosts> | ||
<Host Name="Mailbox"/> | ||
</Hosts> | ||
<Requirements> | ||
<Sets> | ||
<Set Name="Mailbox" MinVersion="1.1"/> | ||
</Sets> | ||
</Requirements> | ||
<FormSettings> | ||
<Form xsi:type="ItemRead"> | ||
<DesktopSettings> | ||
<SourceLocation DefaultValue="https://localhost:3000/index.html"/> | ||
<RequestedHeight>250</RequestedHeight> | ||
</DesktopSettings> | ||
</Form> | ||
</FormSettings> | ||
<Permissions>ReadWriteItem</Permissions> | ||
<Rule xsi:type="RuleCollection" Mode="Or"> | ||
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/> | ||
</Rule> | ||
<DisableEntityHighlighting>false</DisableEntityHighlighting> | ||
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0"> | ||
<Requirements> | ||
<bt:Sets DefaultMinVersion="1.3"> | ||
<bt:Set Name="Mailbox"/> | ||
</bt:Sets> | ||
</Requirements> | ||
<Hosts> | ||
<Host xsi:type="MailHost"> | ||
<DesktopFormFactor> | ||
<FunctionFile resid="Commands.Url"/> | ||
<ExtensionPoint xsi:type="MessageReadCommandSurface"> | ||
<OfficeTab id="TabDefault"> | ||
<Group id="msgReadGroup"> | ||
<Label resid="GroupLabel"/> | ||
<Control xsi:type="Button" id="msgReadOpenPaneButton"> | ||
<Label resid="TaskpaneButton.Label"/> | ||
<Supertip> | ||
<Title resid="TaskpaneButton.Label"/> | ||
<Description resid="TaskpaneButton.Tooltip"/> | ||
</Supertip> | ||
<Icon> | ||
<bt:Image size="16" resid="Icon.16x16"/> | ||
<bt:Image size="32" resid="Icon.32x32"/> | ||
<bt:Image size="80" resid="Icon.80x80"/> | ||
</Icon> | ||
<Action xsi:type="ShowTaskpane"> | ||
<SourceLocation resid="Taskpane.Url"/> | ||
</Action> | ||
</Control> | ||
</Group> | ||
</OfficeTab> | ||
</ExtensionPoint> | ||
</DesktopFormFactor> | ||
</Host> | ||
</Hosts> | ||
<Resources> | ||
<bt:Images> | ||
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icon-16.png"/> | ||
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/icon-32.png"/> | ||
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/> | ||
</bt:Images> | ||
<bt:Urls> | ||
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/index.html"/> | ||
</bt:Urls> | ||
<bt:ShortStrings> | ||
<bt:String id="GroupLabel" DefaultValue="Pinnate Add-in"/> | ||
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane"/> | ||
</bt:ShortStrings> | ||
<bt:LongStrings> | ||
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Opens a taskpane."/> | ||
</bt:LongStrings> | ||
</Resources> | ||
|
||
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1"> | ||
<Requirements> | ||
<bt:Sets DefaultMinVersion="1.3"> | ||
<bt:Set Name="Mailbox"/> | ||
</bt:Sets> | ||
</Requirements> | ||
<Hosts> | ||
<Host xsi:type="MailHost"> | ||
<DesktopFormFactor> | ||
<FunctionFile resid="Commands.Url"/> | ||
<ExtensionPoint xsi:type="MessageReadCommandSurface"> | ||
<OfficeTab id="TabDefault"> | ||
<Group id="msgReadGroup"> | ||
<Label resid="GroupLabel"/> | ||
<Control xsi:type="Button" id="msgReadOpenPaneButton"> | ||
<Label resid="TaskpaneButton.Label"/> | ||
<Supertip> | ||
<Title resid="TaskpaneButton.Label"/> | ||
<Description resid="TaskpaneButton.Tooltip"/> | ||
</Supertip> | ||
<Icon> | ||
<bt:Image size="16" resid="Icon.16x16"/> | ||
<bt:Image size="32" resid="Icon.32x32"/> | ||
<bt:Image size="80" resid="Icon.80x80"/> | ||
</Icon> | ||
<Action xsi:type="ShowTaskpane"> | ||
<SourceLocation resid="Taskpane.Url"/> | ||
<SupportsPinning>true</SupportsPinning> | ||
</Action> | ||
</Control> | ||
</Group> | ||
</OfficeTab> | ||
</ExtensionPoint> | ||
</DesktopFormFactor> | ||
</Host> | ||
</Hosts> | ||
<Resources> | ||
<bt:Images> | ||
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icon-16.png"/> | ||
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/icon-32.png"/> | ||
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/> | ||
</bt:Images> | ||
<bt:Urls> | ||
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/> | ||
</bt:Urls> | ||
<bt:ShortStrings> | ||
<bt:String id="GroupLabel" DefaultValue="Pinnate Add-in"/> | ||
<bt:String id="TaskpaneButton.Label" DefaultValue="Pinnate"/> | ||
</bt:ShortStrings> | ||
<bt:LongStrings> | ||
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Opens a taskpane."/> | ||
</bt:LongStrings> | ||
</Resources> | ||
</VersionOverrides> | ||
|
||
</VersionOverrides> | ||
</OfficeApp> |
Oops, something went wrong.