From 04b0e620d86ddb8960df11f2a274fecae434f57f Mon Sep 17 00:00:00 2001 From: Ben Feely Date: Thu, 16 Aug 2018 12:17:03 -0700 Subject: [PATCH] Update to license/copyright on each lib file. Lint fixes. --- libs/core/karma.conf.js | 5 ++ libs/core/public-api.ts | 3 + libs/core/src/index.ts | 3 + .../lib/angular-react-browser.module.spec.ts | 3 + .../src/lib/angular-react-browser.module.ts | 3 + .../src/lib/components/wrapper-component.ts | 3 + libs/core/src/lib/declarations/StringMap.d.ts | 3 + libs/core/src/lib/declarations/omit.d.ts | 3 + .../core/src/lib/declarations/public-api.d.ts | 3 + .../src/lib/renderer/components/Disguise.ts | 3 + .../src/lib/renderer/pass-prop-decorator.ts | 3 + libs/core/src/lib/renderer/react-content.ts | 3 + libs/core/src/lib/renderer/react-node.ts | 3 + libs/core/src/lib/renderer/registry.ts | 3 + libs/core/src/lib/renderer/renderer.ts | 3 + .../src/lib/renderer/renderprop-helpers.ts | 3 + .../remove-undefined-properties.spec.ts | 3 + .../object/remove-undefined-properties.ts | 3 + .../core/src/lib/utils/render/render-delay.ts | 3 + libs/core/src/lib/utils/types/unreachable.ts | 3 + libs/core/src/public-api.ts | 3 + libs/core/src/test.ts | 3 + libs/fabric/build.ts | 3 + libs/fabric/karma.conf.js | 2 + libs/fabric/public-api.ts | 3 + libs/fabric/src/index.ts | 3 + .../breadcrumb/breadcrumb.component.ts | 3 + .../breadcrumb/breadcrumb.module.ts | 3 + .../src/lib/components/breadcrumb/index.ts | 3 + .../lib/components/breadcrumb/public-api.ts | 3 + .../button/action-button.component.ts | 3 + .../button/base-button.component.ts | 3 + .../lib/components/button/button.module.ts | 3 + .../button/command-bar-button.component.ts | 3 + .../button/compound-button.component.ts | 3 + .../button/default-button.component.ts | 3 + .../button/icon-button.component.ts | 3 + .../fabric/src/lib/components/button/index.ts | 3 + .../button/messagebar-button.component.ts | 3 + .../button/primary-button.component.ts | 3 + .../src/lib/components/button/public-api.ts | 3 + .../button/split-button.component.ts | 3 + .../components/callout/callout.component.ts | 3 + .../lib/components/callout/callout.module.ts | 3 + .../src/lib/components/callout/index.ts | 3 + .../src/lib/components/callout/public-api.ts | 3 + .../components/checkbox/checkbox.component.ts | 3 + .../components/checkbox/checkbox.module.ts | 3 + .../src/lib/components/checkbox/index.ts | 3 + .../src/lib/components/checkbox/public-api.ts | 3 + .../choice-group/choice-group.component.ts | 3 + .../choice-group/choice-group.module.ts | 3 + .../src/lib/components/choice-group/index.ts | 3 + .../lib/components/choice-group/public-api.ts | 3 + .../combo-box/base-combo-box.component.ts | 3 + .../combo-box/combo-box.component.ts | 3 + .../components/combo-box/combo-box.module.ts | 3 + .../src/lib/components/combo-box/index.ts | 3 + .../lib/components/combo-box/public-api.ts | 3 + .../virtualized-combo-box.component.ts | 3 + .../command-bar/command-bar.component.ts | 3 + .../command-bar/command-bar.module.ts | 3 + .../directives/command-bar-item.directives.ts | 3 + .../command-bar-items.directives.ts | 3 + .../src/lib/components/command-bar/index.ts | 3 + .../lib/components/command-bar/public-api.ts | 3 + .../contextual-menu/contextual-menu.module.ts | 3 + .../contextual-menu-item.directive.ts | 3 + .../lib/components/contextual-menu/index.ts | 3 + .../components/contextual-menu/public-api.ts | 3 + .../core/declarative/item-changed.helpers.ts | 3 + .../core/declarative/item-changed.payload.ts | 3 + .../core/declarative/item-changed.ts | 3 + .../date-picker/date-picker.component.ts | 3 + .../date-picker/date-picker.module.ts | 3 + .../src/lib/components/date-picker/index.ts | 3 + .../lib/components/date-picker/public-api.ts | 3 + .../lib/components/dialog/dialog.component.ts | 3 + .../lib/components/dialog/dialog.module.ts | 3 + .../fabric/src/lib/components/dialog/index.ts | 3 + .../src/lib/components/dialog/public-api.ts | 3 + .../components/divider/divider.component.ts | 3 + .../lib/components/divider/divider.module.ts | 3 + .../src/lib/components/divider/index.ts | 3 + .../src/lib/components/divider/public-api.ts | 3 + .../lib/components/fabric/fabric.component.ts | 3 + .../lib/components/fabric/fabric.module.ts | 3 + .../fabric/src/lib/components/fabric/index.ts | 3 + .../src/lib/components/fabric/public-api.ts | 3 + .../grouped-list/grouped-list.component.ts | 3 + .../grouped-list/grouped-list.module.ts | 3 + .../src/lib/components/grouped-list/index.ts | 3 + .../lib/components/grouped-list/public-api.ts | 3 + .../hover-card/hover-card.component.ts | 3 + .../hover-card/hover-card.module.ts | 3 + .../src/lib/components/hover-card/index.ts | 3 + .../lib/components/hover-card/public-api.ts | 3 + .../src/lib/components/icon/icon.component.ts | 3 + .../src/lib/components/icon/icon.module.ts | 3 + libs/fabric/src/lib/components/icon/index.ts | 3 + .../src/lib/components/icon/public-api.ts | 3 + .../lib/components/image/image.component.ts | 3 + .../src/lib/components/image/image.module.ts | 3 + libs/fabric/src/lib/components/image/index.ts | 3 + .../src/lib/components/image/public-api.ts | 3 + libs/fabric/src/lib/components/link/index.ts | 3 + .../src/lib/components/link/link.component.ts | 3 + .../src/lib/components/link/link.module.ts | 3 + .../src/lib/components/link/public-api.ts | 3 + .../src/lib/components/message-bar/index.ts | 3 + .../message-bar/message-bar.component.ts | 3 + .../message-bar/message-bar.module.ts | 3 + .../lib/components/message-bar/public-api.ts | 3 + libs/fabric/src/lib/components/modal/index.ts | 3 + .../lib/components/modal/modal.component.ts | 3 + .../src/lib/components/modal/modal.module.ts | 3 + .../src/lib/components/modal/public-api.ts | 3 + libs/fabric/src/lib/components/panel/index.ts | 3 + .../lib/components/panel/panel.component.ts | 3 + .../src/lib/components/panel/panel.module.ts | 3 + .../src/lib/components/panel/public-api.ts | 3 + .../src/lib/components/persona/index.ts | 3 + .../components/persona/persona.component.ts | 3 + .../lib/components/persona/persona.module.ts | 3 + .../src/lib/components/persona/public-api.ts | 3 + .../base-picker/base-picker.component.ts | 5 +- .../pickers/base-picker/base-picker.module.ts | 3 + .../components/pickers/base-picker/index.ts | 3 + .../pickers/base-picker/public-api.ts | 3 + .../src/lib/components/pickers/index.ts | 3 + .../src/lib/components/pickers/public-api.ts | 3 + .../components/pickers/tag-picker/index.ts | 3 + .../pickers/tag-picker/public-api.ts | 3 + .../tag-picker/tag-picker.component.ts | 3 + .../pickers/tag-picker/tag-picker.module.ts | 3 + libs/fabric/src/lib/components/pivot/index.ts | 3 + .../lib/components/pivot/pivot.component.ts | 3 + .../src/lib/components/pivot/pivot.module.ts | 3 + .../src/lib/components/pivot/public-api.ts | 3 + .../src/lib/components/search-box/index.ts | 3 + .../lib/components/search-box/public-api.ts | 3 + .../search-box/search-box.component.ts | 3 + .../search-box/search-box.module.ts | 3 + .../src/lib/components/shimmer/index.ts | 3 + .../src/lib/components/shimmer/public-api.ts | 3 + .../components/shimmer/shimmer.component.ts | 3 + .../lib/components/shimmer/shimmer.module.ts | 3 + .../fabric/src/lib/components/slider/index.ts | 3 + .../src/lib/components/slider/public-api.ts | 3 + .../lib/components/slider/slider.component.ts | 3 + .../lib/components/slider/slider.module.ts | 3 + .../src/lib/components/spinner/index.ts | 3 + .../src/lib/components/spinner/public-api.ts | 3 + .../components/spinner/spinner.component.ts | 3 + .../lib/components/spinner/spinner.module.ts | 3 + .../fabric/src/lib/components/toggle/index.ts | 3 + .../src/lib/components/toggle/public-api.ts | 3 + .../lib/components/toggle/toggle.component.ts | 3 + .../lib/components/toggle/toggle.module.ts | 3 + .../src/lib/components/tooltip/index.ts | 3 + .../src/lib/components/tooltip/public-api.ts | 3 + .../tooltip/tooltip-host.component.ts | 3 + .../lib/components/tooltip/tooltip.module.ts | 3 + .../declarations/angular/typed-changes.d.ts | 3 + libs/fabric/src/lib/utils/omit.ts | 3 + libs/fabric/src/lib/utils/pick.ts | 3 + libs/fabric/src/public-api.ts | 3 + libs/fabric/src/test.ts | 3 + libs/semantic-ui/build.ts | 3 + libs/semantic-ui/karma.conf.js | 2 + libs/semantic-ui/src/index.ts | 3 + .../src/lib/button/button.component.ts | 3 + .../src/lib/button/button.module.ts | 3 + libs/semantic-ui/src/lib/button/index.ts | 3 + libs/semantic-ui/src/lib/button/public-api.ts | 3 + libs/semantic-ui/src/public-api.ts | 3 + libs/semantic-ui/src/test.ts | 3 + nx.json | 1 + package-lock.json | 57 +++---------------- package.json | 4 +- 180 files changed, 542 insertions(+), 53 deletions(-) diff --git a/libs/core/karma.conf.js b/libs/core/karma.conf.js index 6ccac29..a0dfb48 100644 --- a/libs/core/karma.conf.js +++ b/libs/core/karma.conf.js @@ -1,3 +1,8 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html diff --git a/libs/core/public-api.ts b/libs/core/public-api.ts index 1875d3f..434dc29 100644 --- a/libs/core/public-api.ts +++ b/libs/core/public-api.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './src/public-api'; diff --git a/libs/core/src/index.ts b/libs/core/src/index.ts index 7e1a213..3bab80d 100644 --- a/libs/core/src/index.ts +++ b/libs/core/src/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/core/src/lib/angular-react-browser.module.spec.ts b/libs/core/src/lib/angular-react-browser.module.spec.ts index da3bfae..9d58759 100644 --- a/libs/core/src/lib/angular-react-browser.module.spec.ts +++ b/libs/core/src/lib/angular-react-browser.module.spec.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { AngularReactBrowserModule } from './angular-react-browser.module'; describe('AngularReactModule', () => { diff --git a/libs/core/src/lib/angular-react-browser.module.ts b/libs/core/src/lib/angular-react-browser.module.ts index 3ee4a46..4b0aa8f 100644 --- a/libs/core/src/lib/angular-react-browser.module.ts +++ b/libs/core/src/lib/angular-react-browser.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { NgModule } from '@angular/core'; import { BrowserModule, ɵDomRendererFactory2 } from '@angular/platform-browser'; diff --git a/libs/core/src/lib/components/wrapper-component.ts b/libs/core/src/lib/components/wrapper-component.ts index bac865e..00cd0b5 100644 --- a/libs/core/src/lib/components/wrapper-component.ts +++ b/libs/core/src/lib/components/wrapper-component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, Injector, Input, OnChanges, Renderer2, SimpleChanges, TemplateRef, Type } from '@angular/core'; import toStyle from 'css-to-style'; import { ReactContentProps } from '../renderer/react-content'; diff --git a/libs/core/src/lib/declarations/StringMap.d.ts b/libs/core/src/lib/declarations/StringMap.d.ts index 0b3b1ac..f9c5517 100644 --- a/libs/core/src/lib/declarations/StringMap.d.ts +++ b/libs/core/src/lib/declarations/StringMap.d.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export type StringMap = { [index: string]: T }; diff --git a/libs/core/src/lib/declarations/omit.d.ts b/libs/core/src/lib/declarations/omit.d.ts index 3e4c505..8a7a892 100644 --- a/libs/core/src/lib/declarations/omit.d.ts +++ b/libs/core/src/lib/declarations/omit.d.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export type Omit = Pick>; diff --git a/libs/core/src/lib/declarations/public-api.d.ts b/libs/core/src/lib/declarations/public-api.d.ts index b7e9f2e..887206a 100644 --- a/libs/core/src/lib/declarations/public-api.d.ts +++ b/libs/core/src/lib/declarations/public-api.d.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './omit'; export * from './StringMap'; diff --git a/libs/core/src/lib/renderer/components/Disguise.ts b/libs/core/src/lib/renderer/components/Disguise.ts index f35d664..3691bea 100644 --- a/libs/core/src/lib/renderer/components/Disguise.ts +++ b/libs/core/src/lib/renderer/components/Disguise.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { ReactWrapperComponent } from '../../components/wrapper-component'; diff --git a/libs/core/src/lib/renderer/pass-prop-decorator.ts b/libs/core/src/lib/renderer/pass-prop-decorator.ts index 5b1a6e6..95c24f2 100644 --- a/libs/core/src/lib/renderer/pass-prop-decorator.ts +++ b/libs/core/src/lib/renderer/pass-prop-decorator.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export const passPropsSymbol = Symbol('passProps'); export interface PassProp { diff --git a/libs/core/src/lib/renderer/react-content.ts b/libs/core/src/lib/renderer/react-content.ts index 6f598c0..e1d4c93 100644 --- a/libs/core/src/lib/renderer/react-content.ts +++ b/libs/core/src/lib/renderer/react-content.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { Omit } from '../declarations/omit'; diff --git a/libs/core/src/lib/renderer/react-node.ts b/libs/core/src/lib/renderer/react-node.ts index 1bedb40..d0ecfe3 100644 --- a/libs/core/src/lib/renderer/react-node.ts +++ b/libs/core/src/lib/renderer/react-node.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { StringMap } from '../declarations/StringMap'; diff --git a/libs/core/src/lib/renderer/registry.ts b/libs/core/src/lib/renderer/registry.ts index 92f83be..bbd3161 100644 --- a/libs/core/src/lib/renderer/registry.ts +++ b/libs/core/src/lib/renderer/registry.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import * as React from 'react'; import { Disguise } from './components/Disguise'; diff --git a/libs/core/src/lib/renderer/renderer.ts b/libs/core/src/lib/renderer/renderer.ts index 11d3fa1..9ba8da7 100644 --- a/libs/core/src/lib/renderer/renderer.ts +++ b/libs/core/src/lib/renderer/renderer.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { Injectable, Renderer2, RendererStyleFlags2, RendererType2 } from '@angular/core'; import { EventManager, ɵDomRendererFactory2, ɵDomSharedStylesHost } from '@angular/platform-browser'; import * as ReactDOM from 'react-dom'; diff --git a/libs/core/src/lib/renderer/renderprop-helpers.ts b/libs/core/src/lib/renderer/renderprop-helpers.ts index d71c7d2..72af9c4 100644 --- a/libs/core/src/lib/renderer/renderprop-helpers.ts +++ b/libs/core/src/lib/renderer/renderprop-helpers.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ComponentRef, TemplateRef } from '@angular/core'; import * as React from 'react'; import { CHILDREN_TO_APPEND_PROP, ReactContent, ReactContentProps } from '../renderer/react-content'; diff --git a/libs/core/src/lib/utils/object/remove-undefined-properties.spec.ts b/libs/core/src/lib/utils/object/remove-undefined-properties.spec.ts index d822902..a8f5cda 100644 --- a/libs/core/src/lib/utils/object/remove-undefined-properties.spec.ts +++ b/libs/core/src/lib/utils/object/remove-undefined-properties.spec.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import removeUndefinedProperties from './remove-undefined-properties'; describe('object utils', () => { diff --git a/libs/core/src/lib/utils/object/remove-undefined-properties.ts b/libs/core/src/lib/utils/object/remove-undefined-properties.ts index 40ef3ab..40fa7ec 100644 --- a/libs/core/src/lib/utils/object/remove-undefined-properties.ts +++ b/libs/core/src/lib/utils/object/remove-undefined-properties.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + /** * Remove all undefined properties from obj. * diff --git a/libs/core/src/lib/utils/render/render-delay.ts b/libs/core/src/lib/utils/render/render-delay.ts index 6b831ed..69481e4 100644 --- a/libs/core/src/lib/utils/render/render-delay.ts +++ b/libs/core/src/lib/utils/render/render-delay.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export const afterRenderFinished = (callback: Function) => { setTimeout(callback, 0); }; diff --git a/libs/core/src/lib/utils/types/unreachable.ts b/libs/core/src/lib/utils/types/unreachable.ts index 8e94432..aaa5592 100644 --- a/libs/core/src/lib/utils/types/unreachable.ts +++ b/libs/core/src/lib/utils/types/unreachable.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + /** * A utility function that can be used for exhaustiveness checks in switch statements. * @see [Docs](https://www.typescriptlang.org/docs/handbook/advanced-types.html#exhaustiveness-checking). diff --git a/libs/core/src/public-api.ts b/libs/core/src/public-api.ts index 847edfc..0274dfc 100644 --- a/libs/core/src/public-api.ts +++ b/libs/core/src/public-api.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export { AngularReactBrowserModule } from './lib/angular-react-browser.module'; export * from './lib/components/wrapper-component'; export * from './lib/declarations/public-api'; diff --git a/libs/core/src/test.ts b/libs/core/src/test.ts index be4725e..f959347 100644 --- a/libs/core/src/test.ts +++ b/libs/core/src/test.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'core-js/es7/reflect'; diff --git a/libs/fabric/build.ts b/libs/fabric/build.ts index 908bfb4..388a5f6 100644 --- a/libs/fabric/build.ts +++ b/libs/fabric/build.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import * as path from 'path'; import { ngPackagr } from 'ng-packagr'; diff --git a/libs/fabric/karma.conf.js b/libs/fabric/karma.conf.js index 6ccac29..76367c8 100644 --- a/libs/fabric/karma.conf.js +++ b/libs/fabric/karma.conf.js @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html diff --git a/libs/fabric/public-api.ts b/libs/fabric/public-api.ts index 1875d3f..434dc29 100644 --- a/libs/fabric/public-api.ts +++ b/libs/fabric/public-api.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './src/public-api'; diff --git a/libs/fabric/src/index.ts b/libs/fabric/src/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/index.ts +++ b/libs/fabric/src/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/breadcrumb/breadcrumb.component.ts b/libs/fabric/src/lib/components/breadcrumb/breadcrumb.component.ts index c73f432..4c74495 100644 --- a/libs/fabric/src/lib/components/breadcrumb/breadcrumb.component.ts +++ b/libs/fabric/src/lib/components/breadcrumb/breadcrumb.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, OnInit, Renderer2, ViewChild } from '@angular/core'; import { IBreadcrumbItem, IBreadcrumbProps } from 'office-ui-fabric-react/lib/Breadcrumb'; diff --git a/libs/fabric/src/lib/components/breadcrumb/breadcrumb.module.ts b/libs/fabric/src/lib/components/breadcrumb/breadcrumb.module.ts index ceda050..eb9f76e 100644 --- a/libs/fabric/src/lib/components/breadcrumb/breadcrumb.module.ts +++ b/libs/fabric/src/lib/components/breadcrumb/breadcrumb.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/breadcrumb/index.ts b/libs/fabric/src/lib/components/breadcrumb/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/breadcrumb/index.ts +++ b/libs/fabric/src/lib/components/breadcrumb/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/breadcrumb/public-api.ts b/libs/fabric/src/lib/components/breadcrumb/public-api.ts index e196455..9bdadfa 100644 --- a/libs/fabric/src/lib/components/breadcrumb/public-api.ts +++ b/libs/fabric/src/lib/components/breadcrumb/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './breadcrumb.component'; export * from './breadcrumb.module'; diff --git a/libs/fabric/src/lib/components/button/action-button.component.ts b/libs/fabric/src/lib/components/button/action-button.component.ts index 2c0fe0f..4051d35 100644 --- a/libs/fabric/src/lib/components/button/action-button.component.ts +++ b/libs/fabric/src/lib/components/button/action-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/button/base-button.component.ts b/libs/fabric/src/lib/components/button/base-button.component.ts index 593ff71..ccf1b65 100644 --- a/libs/fabric/src/lib/components/button/base-button.component.ts +++ b/libs/fabric/src/lib/components/button/base-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectorRef, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2 } from '@angular/core'; import { IButtonProps } from 'office-ui-fabric-react/lib/Button'; diff --git a/libs/fabric/src/lib/components/button/button.module.ts b/libs/fabric/src/lib/components/button/button.module.ts index 0bd6413..c2306c4 100644 --- a/libs/fabric/src/lib/components/button/button.module.ts +++ b/libs/fabric/src/lib/components/button/button.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/button/command-bar-button.component.ts b/libs/fabric/src/lib/components/button/command-bar-button.component.ts index b73f8e7..04b78ca 100644 --- a/libs/fabric/src/lib/components/button/command-bar-button.component.ts +++ b/libs/fabric/src/lib/components/button/command-bar-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/button/compound-button.component.ts b/libs/fabric/src/lib/components/button/compound-button.component.ts index d759b98..ed4a77c 100644 --- a/libs/fabric/src/lib/components/button/compound-button.component.ts +++ b/libs/fabric/src/lib/components/button/compound-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/button/default-button.component.ts b/libs/fabric/src/lib/components/button/default-button.component.ts index da3c0a5..9ceb42d 100644 --- a/libs/fabric/src/lib/components/button/default-button.component.ts +++ b/libs/fabric/src/lib/components/button/default-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/button/icon-button.component.ts b/libs/fabric/src/lib/components/button/icon-button.component.ts index 7ee4872..80b97f4 100644 --- a/libs/fabric/src/lib/components/button/icon-button.component.ts +++ b/libs/fabric/src/lib/components/button/icon-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/button/index.ts b/libs/fabric/src/lib/components/button/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/button/index.ts +++ b/libs/fabric/src/lib/components/button/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/button/messagebar-button.component.ts b/libs/fabric/src/lib/components/button/messagebar-button.component.ts index 6552b94..d351a69 100644 --- a/libs/fabric/src/lib/components/button/messagebar-button.component.ts +++ b/libs/fabric/src/lib/components/button/messagebar-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/button/primary-button.component.ts b/libs/fabric/src/lib/components/button/primary-button.component.ts index a4ea65b..150ba22 100644 --- a/libs/fabric/src/lib/components/button/primary-button.component.ts +++ b/libs/fabric/src/lib/components/button/primary-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/button/public-api.ts b/libs/fabric/src/lib/components/button/public-api.ts index cb75ad2..e1fc338 100644 --- a/libs/fabric/src/lib/components/button/public-api.ts +++ b/libs/fabric/src/lib/components/button/public-api.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './action-button.component'; export * from './button.module'; export * from './command-bar-button.component'; diff --git a/libs/fabric/src/lib/components/button/split-button.component.ts b/libs/fabric/src/lib/components/button/split-button.component.ts index 45c2b25..32de5da 100644 --- a/libs/fabric/src/lib/components/button/split-button.component.ts +++ b/libs/fabric/src/lib/components/button/split-button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseButtonComponent } from './base-button.component'; diff --git a/libs/fabric/src/lib/components/callout/callout.component.ts b/libs/fabric/src/lib/components/callout/callout.component.ts index 1d19de9..54a3e8e 100644 --- a/libs/fabric/src/lib/components/callout/callout.component.ts +++ b/libs/fabric/src/lib/components/callout/callout.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { ICalloutProps } from 'office-ui-fabric-react/lib/Callout'; diff --git a/libs/fabric/src/lib/components/callout/callout.module.ts b/libs/fabric/src/lib/components/callout/callout.module.ts index ffa09ae..b9f8847 100644 --- a/libs/fabric/src/lib/components/callout/callout.module.ts +++ b/libs/fabric/src/lib/components/callout/callout.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/callout/index.ts b/libs/fabric/src/lib/components/callout/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/callout/index.ts +++ b/libs/fabric/src/lib/components/callout/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/callout/public-api.ts b/libs/fabric/src/lib/components/callout/public-api.ts index 87d4d0d..3461839 100644 --- a/libs/fabric/src/lib/components/callout/public-api.ts +++ b/libs/fabric/src/lib/components/callout/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './callout.component'; export * from './callout.module'; diff --git a/libs/fabric/src/lib/components/checkbox/checkbox.component.ts b/libs/fabric/src/lib/components/checkbox/checkbox.component.ts index d87b4a4..f824fc5 100644 --- a/libs/fabric/src/lib/components/checkbox/checkbox.component.ts +++ b/libs/fabric/src/lib/components/checkbox/checkbox.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2, ViewChild } from '@angular/core'; import { ICheckboxProps } from 'office-ui-fabric-react/lib/Checkbox'; diff --git a/libs/fabric/src/lib/components/checkbox/checkbox.module.ts b/libs/fabric/src/lib/components/checkbox/checkbox.module.ts index fb6fbcb..9ca4ecf 100644 --- a/libs/fabric/src/lib/components/checkbox/checkbox.module.ts +++ b/libs/fabric/src/lib/components/checkbox/checkbox.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/checkbox/index.ts b/libs/fabric/src/lib/components/checkbox/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/checkbox/index.ts +++ b/libs/fabric/src/lib/components/checkbox/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/checkbox/public-api.ts b/libs/fabric/src/lib/components/checkbox/public-api.ts index 7856036..b875800 100644 --- a/libs/fabric/src/lib/components/checkbox/public-api.ts +++ b/libs/fabric/src/lib/components/checkbox/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './checkbox.component'; export * from './checkbox.module'; diff --git a/libs/fabric/src/lib/components/choice-group/choice-group.component.ts b/libs/fabric/src/lib/components/choice-group/choice-group.component.ts index bea08a1..ac82f6a 100644 --- a/libs/fabric/src/lib/components/choice-group/choice-group.component.ts +++ b/libs/fabric/src/lib/components/choice-group/choice-group.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IChoiceGroupOption, IChoiceGroupProps } from 'office-ui-fabric-react/lib/ChoiceGroup'; diff --git a/libs/fabric/src/lib/components/choice-group/choice-group.module.ts b/libs/fabric/src/lib/components/choice-group/choice-group.module.ts index 00c24d0..5ed2911 100644 --- a/libs/fabric/src/lib/components/choice-group/choice-group.module.ts +++ b/libs/fabric/src/lib/components/choice-group/choice-group.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/choice-group/index.ts b/libs/fabric/src/lib/components/choice-group/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/choice-group/index.ts +++ b/libs/fabric/src/lib/components/choice-group/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/choice-group/public-api.ts b/libs/fabric/src/lib/components/choice-group/public-api.ts index bf14d63..ad3cb17 100644 --- a/libs/fabric/src/lib/components/choice-group/public-api.ts +++ b/libs/fabric/src/lib/components/choice-group/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './choice-group.component'; export * from './choice-group.module'; diff --git a/libs/fabric/src/lib/components/combo-box/base-combo-box.component.ts b/libs/fabric/src/lib/components/combo-box/base-combo-box.component.ts index c340a90..1a8f375 100644 --- a/libs/fabric/src/lib/components/combo-box/base-combo-box.component.ts +++ b/libs/fabric/src/lib/components/combo-box/base-combo-box.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectorRef, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2 } from '@angular/core'; import { IComboBoxOption, IComboBoxProps } from 'office-ui-fabric-react/lib/ComboBox'; diff --git a/libs/fabric/src/lib/components/combo-box/combo-box.component.ts b/libs/fabric/src/lib/components/combo-box/combo-box.component.ts index 604f6b6..980ceb2 100644 --- a/libs/fabric/src/lib/components/combo-box/combo-box.component.ts +++ b/libs/fabric/src/lib/components/combo-box/combo-box.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseComboBoxComponent } from './base-combo-box.component'; diff --git a/libs/fabric/src/lib/components/combo-box/combo-box.module.ts b/libs/fabric/src/lib/components/combo-box/combo-box.module.ts index e834fba..8a0ee4c 100644 --- a/libs/fabric/src/lib/components/combo-box/combo-box.module.ts +++ b/libs/fabric/src/lib/components/combo-box/combo-box.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/combo-box/index.ts b/libs/fabric/src/lib/components/combo-box/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/combo-box/index.ts +++ b/libs/fabric/src/lib/components/combo-box/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/combo-box/public-api.ts b/libs/fabric/src/lib/components/combo-box/public-api.ts index 3a32400..e68c3d6 100644 --- a/libs/fabric/src/lib/components/combo-box/public-api.ts +++ b/libs/fabric/src/lib/components/combo-box/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './combo-box.component'; export * from './combo-box.module'; diff --git a/libs/fabric/src/lib/components/combo-box/virtualized-combo-box.component.ts b/libs/fabric/src/lib/components/combo-box/virtualized-combo-box.component.ts index b339fd1..181ed9c 100644 --- a/libs/fabric/src/lib/components/combo-box/virtualized-combo-box.component.ts +++ b/libs/fabric/src/lib/components/combo-box/virtualized-combo-box.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { FabBaseComboBoxComponent } from './base-combo-box.component'; diff --git a/libs/fabric/src/lib/components/command-bar/command-bar.component.ts b/libs/fabric/src/lib/components/command-bar/command-bar.component.ts index 97423dd..bcef9d1 100644 --- a/libs/fabric/src/lib/components/command-bar/command-bar.component.ts +++ b/libs/fabric/src/lib/components/command-bar/command-bar.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, Omit, ReactWrapperComponent } from '@angular-react/core'; import { AfterContentInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ElementRef, EventEmitter, Input, OnDestroy, Output, QueryList, Renderer2, ViewChild } from '@angular/core'; import { ICommandBarItemProps, ICommandBarProps } from 'office-ui-fabric-react/lib/CommandBar'; diff --git a/libs/fabric/src/lib/components/command-bar/command-bar.module.ts b/libs/fabric/src/lib/components/command-bar/command-bar.module.ts index fe92166..634652c 100644 --- a/libs/fabric/src/lib/components/command-bar/command-bar.module.ts +++ b/libs/fabric/src/lib/components/command-bar/command-bar.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/command-bar/directives/command-bar-item.directives.ts b/libs/fabric/src/lib/components/command-bar/directives/command-bar-item.directives.ts index 729cc76..cdb8faa 100644 --- a/libs/fabric/src/lib/components/command-bar/directives/command-bar-item.directives.ts +++ b/libs/fabric/src/lib/components/command-bar/directives/command-bar-item.directives.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { AfterContentInit, ContentChild, Directive, Input, TemplateRef } from '@angular/core'; import { ContextualMenuItemDirective } from '../../contextual-menu'; import { ItemChangedPayload } from '../../core/declarative/item-changed.payload'; diff --git a/libs/fabric/src/lib/components/command-bar/directives/command-bar-items.directives.ts b/libs/fabric/src/lib/components/command-bar/directives/command-bar-items.directives.ts index c3a82f1..af64b66 100644 --- a/libs/fabric/src/lib/components/command-bar/directives/command-bar-items.directives.ts +++ b/libs/fabric/src/lib/components/command-bar/directives/command-bar-items.directives.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { Directive, ContentChildren, diff --git a/libs/fabric/src/lib/components/command-bar/index.ts b/libs/fabric/src/lib/components/command-bar/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/command-bar/index.ts +++ b/libs/fabric/src/lib/components/command-bar/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/command-bar/public-api.ts b/libs/fabric/src/lib/components/command-bar/public-api.ts index 21c32d8..3a59a45 100644 --- a/libs/fabric/src/lib/components/command-bar/public-api.ts +++ b/libs/fabric/src/lib/components/command-bar/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './command-bar.component'; export * from './command-bar.module'; diff --git a/libs/fabric/src/lib/components/contextual-menu/contextual-menu.module.ts b/libs/fabric/src/lib/components/contextual-menu/contextual-menu.module.ts index 6785388..ecdfb2a 100644 --- a/libs/fabric/src/lib/components/contextual-menu/contextual-menu.module.ts +++ b/libs/fabric/src/lib/components/contextual-menu/contextual-menu.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; import { ContextualMenuItemDirective } from './directives/contextual-menu-item.directive'; diff --git a/libs/fabric/src/lib/components/contextual-menu/directives/contextual-menu-item.directive.ts b/libs/fabric/src/lib/components/contextual-menu/directives/contextual-menu-item.directive.ts index b3e1b90..4e1c454 100644 --- a/libs/fabric/src/lib/components/contextual-menu/directives/contextual-menu-item.directive.ts +++ b/libs/fabric/src/lib/components/contextual-menu/directives/contextual-menu-item.directive.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { AfterContentInit, ContentChildren, diff --git a/libs/fabric/src/lib/components/contextual-menu/index.ts b/libs/fabric/src/lib/components/contextual-menu/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/contextual-menu/index.ts +++ b/libs/fabric/src/lib/components/contextual-menu/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/contextual-menu/public-api.ts b/libs/fabric/src/lib/components/contextual-menu/public-api.ts index 377cf21..664e7ca 100644 --- a/libs/fabric/src/lib/components/contextual-menu/public-api.ts +++ b/libs/fabric/src/lib/components/contextual-menu/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './contextual-menu.module'; export * from './directives/contextual-menu-item.directive'; diff --git a/libs/fabric/src/lib/components/core/declarative/item-changed.helpers.ts b/libs/fabric/src/lib/components/core/declarative/item-changed.helpers.ts index aeeb11e..2ba4577 100644 --- a/libs/fabric/src/lib/components/core/declarative/item-changed.helpers.ts +++ b/libs/fabric/src/lib/components/core/declarative/item-changed.helpers.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ItemChanges, PropertyChange } from './item-changed.payload'; export function mergeItemChanges(target: T, changes: ItemChanges): T { diff --git a/libs/fabric/src/lib/components/core/declarative/item-changed.payload.ts b/libs/fabric/src/lib/components/core/declarative/item-changed.payload.ts index 0e6e568..fb3177c 100644 --- a/libs/fabric/src/lib/components/core/declarative/item-changed.payload.ts +++ b/libs/fabric/src/lib/components/core/declarative/item-changed.payload.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export interface PropertyChange { readonly currentValue: TValue; } diff --git a/libs/fabric/src/lib/components/core/declarative/item-changed.ts b/libs/fabric/src/lib/components/core/declarative/item-changed.ts index 32783fb..8397b4f 100644 --- a/libs/fabric/src/lib/components/core/declarative/item-changed.ts +++ b/libs/fabric/src/lib/components/core/declarative/item-changed.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './item-changed.payload'; export * from './item-changed.helpers'; diff --git a/libs/fabric/src/lib/components/date-picker/date-picker.component.ts b/libs/fabric/src/lib/components/date-picker/date-picker.component.ts index 7588aaf..a16c565 100644 --- a/libs/fabric/src/lib/components/date-picker/date-picker.component.ts +++ b/libs/fabric/src/lib/components/date-picker/date-picker.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IDatePickerProps } from 'office-ui-fabric-react/lib/DatePicker'; diff --git a/libs/fabric/src/lib/components/date-picker/date-picker.module.ts b/libs/fabric/src/lib/components/date-picker/date-picker.module.ts index 9967bd4..664de8b 100644 --- a/libs/fabric/src/lib/components/date-picker/date-picker.module.ts +++ b/libs/fabric/src/lib/components/date-picker/date-picker.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/date-picker/index.ts b/libs/fabric/src/lib/components/date-picker/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/date-picker/index.ts +++ b/libs/fabric/src/lib/components/date-picker/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/date-picker/public-api.ts b/libs/fabric/src/lib/components/date-picker/public-api.ts index 96e2095..a0fdd62 100644 --- a/libs/fabric/src/lib/components/date-picker/public-api.ts +++ b/libs/fabric/src/lib/components/date-picker/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './date-picker.component'; export * from './date-picker.module'; diff --git a/libs/fabric/src/lib/components/dialog/dialog.component.ts b/libs/fabric/src/lib/components/dialog/dialog.component.ts index 3aa40cd..c993032 100644 --- a/libs/fabric/src/lib/components/dialog/dialog.component.ts +++ b/libs/fabric/src/lib/components/dialog/dialog.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IDialogContentProps, IDialogFooterProps, IDialogProps } from 'office-ui-fabric-react/lib/Dialog'; diff --git a/libs/fabric/src/lib/components/dialog/dialog.module.ts b/libs/fabric/src/lib/components/dialog/dialog.module.ts index fd3bb60..c060988 100644 --- a/libs/fabric/src/lib/components/dialog/dialog.module.ts +++ b/libs/fabric/src/lib/components/dialog/dialog.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/dialog/index.ts b/libs/fabric/src/lib/components/dialog/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/dialog/index.ts +++ b/libs/fabric/src/lib/components/dialog/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/dialog/public-api.ts b/libs/fabric/src/lib/components/dialog/public-api.ts index 19529a4..e1366e7 100644 --- a/libs/fabric/src/lib/components/dialog/public-api.ts +++ b/libs/fabric/src/lib/components/dialog/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './dialog.component'; export * from './dialog.module'; diff --git a/libs/fabric/src/lib/components/divider/divider.component.ts b/libs/fabric/src/lib/components/divider/divider.component.ts index 0a587c4..5f1af95 100644 --- a/libs/fabric/src/lib/components/divider/divider.component.ts +++ b/libs/fabric/src/lib/components/divider/divider.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, Renderer2, ViewChild } from '@angular/core'; import { IVerticalDividerProps } from 'office-ui-fabric-react/lib/Divider'; diff --git a/libs/fabric/src/lib/components/divider/divider.module.ts b/libs/fabric/src/lib/components/divider/divider.module.ts index c36c898..738de02 100644 --- a/libs/fabric/src/lib/components/divider/divider.module.ts +++ b/libs/fabric/src/lib/components/divider/divider.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/divider/index.ts b/libs/fabric/src/lib/components/divider/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/divider/index.ts +++ b/libs/fabric/src/lib/components/divider/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/divider/public-api.ts b/libs/fabric/src/lib/components/divider/public-api.ts index 7a579ff..3e5eb69 100644 --- a/libs/fabric/src/lib/components/divider/public-api.ts +++ b/libs/fabric/src/lib/components/divider/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './divider.component'; export * from './divider.module'; diff --git a/libs/fabric/src/lib/components/fabric/fabric.component.ts b/libs/fabric/src/lib/components/fabric/fabric.component.ts index 2db061b..bd3b7af 100644 --- a/libs/fabric/src/lib/components/fabric/fabric.component.ts +++ b/libs/fabric/src/lib/components/fabric/fabric.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, Renderer2, ViewChild } from '@angular/core'; import { IFabricProps } from 'office-ui-fabric-react/lib/Fabric'; diff --git a/libs/fabric/src/lib/components/fabric/fabric.module.ts b/libs/fabric/src/lib/components/fabric/fabric.module.ts index 49974cd..e2aa777 100644 --- a/libs/fabric/src/lib/components/fabric/fabric.module.ts +++ b/libs/fabric/src/lib/components/fabric/fabric.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/fabric/index.ts b/libs/fabric/src/lib/components/fabric/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/fabric/index.ts +++ b/libs/fabric/src/lib/components/fabric/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/fabric/public-api.ts b/libs/fabric/src/lib/components/fabric/public-api.ts index bbfee76..c730cff 100644 --- a/libs/fabric/src/lib/components/fabric/public-api.ts +++ b/libs/fabric/src/lib/components/fabric/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './fabric.component'; export * from './fabric.module'; diff --git a/libs/fabric/src/lib/components/grouped-list/grouped-list.component.ts b/libs/fabric/src/lib/components/grouped-list/grouped-list.component.ts index b498200..1ab6caa 100644 --- a/libs/fabric/src/lib/components/grouped-list/grouped-list.component.ts +++ b/libs/fabric/src/lib/components/grouped-list/grouped-list.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2, ViewChild } from '@angular/core'; import { IGroupedListProps, IGroupRenderProps } from 'office-ui-fabric-react/lib/GroupedList'; diff --git a/libs/fabric/src/lib/components/grouped-list/grouped-list.module.ts b/libs/fabric/src/lib/components/grouped-list/grouped-list.module.ts index db10ad3..12d7617 100644 --- a/libs/fabric/src/lib/components/grouped-list/grouped-list.module.ts +++ b/libs/fabric/src/lib/components/grouped-list/grouped-list.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/grouped-list/index.ts b/libs/fabric/src/lib/components/grouped-list/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/grouped-list/index.ts +++ b/libs/fabric/src/lib/components/grouped-list/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/grouped-list/public-api.ts b/libs/fabric/src/lib/components/grouped-list/public-api.ts index de2a2f1..8f99a44 100644 --- a/libs/fabric/src/lib/components/grouped-list/public-api.ts +++ b/libs/fabric/src/lib/components/grouped-list/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './grouped-list.component'; export * from './grouped-list.module'; diff --git a/libs/fabric/src/lib/components/hover-card/hover-card.component.ts b/libs/fabric/src/lib/components/hover-card/hover-card.component.ts index ad9aee2..b913589 100644 --- a/libs/fabric/src/lib/components/hover-card/hover-card.component.ts +++ b/libs/fabric/src/lib/components/hover-card/hover-card.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, Omit, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IExpandingCardProps, IHoverCardProps } from 'office-ui-fabric-react/lib/HoverCard'; diff --git a/libs/fabric/src/lib/components/hover-card/hover-card.module.ts b/libs/fabric/src/lib/components/hover-card/hover-card.module.ts index 5068691..58e4965 100644 --- a/libs/fabric/src/lib/components/hover-card/hover-card.module.ts +++ b/libs/fabric/src/lib/components/hover-card/hover-card.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/hover-card/index.ts b/libs/fabric/src/lib/components/hover-card/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/hover-card/index.ts +++ b/libs/fabric/src/lib/components/hover-card/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/hover-card/public-api.ts b/libs/fabric/src/lib/components/hover-card/public-api.ts index 96870b1..c8a8da3 100644 --- a/libs/fabric/src/lib/components/hover-card/public-api.ts +++ b/libs/fabric/src/lib/components/hover-card/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './hover-card.component'; export * from './hover-card.module'; diff --git a/libs/fabric/src/lib/components/icon/icon.component.ts b/libs/fabric/src/lib/components/icon/icon.component.ts index fce0100..16e8a31 100644 --- a/libs/fabric/src/lib/components/icon/icon.component.ts +++ b/libs/fabric/src/lib/components/icon/icon.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, Renderer2, ViewChild } from '@angular/core'; import { IIconProps } from 'office-ui-fabric-react/lib/Icon'; diff --git a/libs/fabric/src/lib/components/icon/icon.module.ts b/libs/fabric/src/lib/components/icon/icon.module.ts index 17f9aae..8aa571f 100644 --- a/libs/fabric/src/lib/components/icon/icon.module.ts +++ b/libs/fabric/src/lib/components/icon/icon.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/icon/index.ts b/libs/fabric/src/lib/components/icon/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/icon/index.ts +++ b/libs/fabric/src/lib/components/icon/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/icon/public-api.ts b/libs/fabric/src/lib/components/icon/public-api.ts index 4837ca0..c49580b 100644 --- a/libs/fabric/src/lib/components/icon/public-api.ts +++ b/libs/fabric/src/lib/components/icon/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './icon.component'; export * from './icon.module'; diff --git a/libs/fabric/src/lib/components/image/image.component.ts b/libs/fabric/src/lib/components/image/image.component.ts index e89c28e..8cdaefd 100644 --- a/libs/fabric/src/lib/components/image/image.component.ts +++ b/libs/fabric/src/lib/components/image/image.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IImageProps, ImageLoadState } from 'office-ui-fabric-react/lib/Image'; diff --git a/libs/fabric/src/lib/components/image/image.module.ts b/libs/fabric/src/lib/components/image/image.module.ts index fbeb4d9..999c841 100644 --- a/libs/fabric/src/lib/components/image/image.module.ts +++ b/libs/fabric/src/lib/components/image/image.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/image/index.ts b/libs/fabric/src/lib/components/image/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/image/index.ts +++ b/libs/fabric/src/lib/components/image/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/image/public-api.ts b/libs/fabric/src/lib/components/image/public-api.ts index 2e76fd6..fff867b 100644 --- a/libs/fabric/src/lib/components/image/public-api.ts +++ b/libs/fabric/src/lib/components/image/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './image.component'; export * from './image.module'; diff --git a/libs/fabric/src/lib/components/link/index.ts b/libs/fabric/src/lib/components/link/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/link/index.ts +++ b/libs/fabric/src/lib/components/link/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/link/link.component.ts b/libs/fabric/src/lib/components/link/link.component.ts index df8e6ba..2c33a34 100644 --- a/libs/fabric/src/lib/components/link/link.component.ts +++ b/libs/fabric/src/lib/components/link/link.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, Renderer2, ViewChild } from '@angular/core'; import { ILinkProps, Link } from 'office-ui-fabric-react/lib/Link'; diff --git a/libs/fabric/src/lib/components/link/link.module.ts b/libs/fabric/src/lib/components/link/link.module.ts index ccbdd88..3f820c2 100644 --- a/libs/fabric/src/lib/components/link/link.module.ts +++ b/libs/fabric/src/lib/components/link/link.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/link/public-api.ts b/libs/fabric/src/lib/components/link/public-api.ts index c950a35..78e6788 100644 --- a/libs/fabric/src/lib/components/link/public-api.ts +++ b/libs/fabric/src/lib/components/link/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './link.component'; export * from './link.module'; diff --git a/libs/fabric/src/lib/components/message-bar/index.ts b/libs/fabric/src/lib/components/message-bar/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/message-bar/index.ts +++ b/libs/fabric/src/lib/components/message-bar/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/message-bar/message-bar.component.ts b/libs/fabric/src/lib/components/message-bar/message-bar.component.ts index e6f2f2a..34939fd 100644 --- a/libs/fabric/src/lib/components/message-bar/message-bar.component.ts +++ b/libs/fabric/src/lib/components/message-bar/message-bar.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2, ViewChild } from '@angular/core'; import { IMessageBarProps } from 'office-ui-fabric-react/lib/MessageBar'; diff --git a/libs/fabric/src/lib/components/message-bar/message-bar.module.ts b/libs/fabric/src/lib/components/message-bar/message-bar.module.ts index b20daf1..a0be297 100644 --- a/libs/fabric/src/lib/components/message-bar/message-bar.module.ts +++ b/libs/fabric/src/lib/components/message-bar/message-bar.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/message-bar/public-api.ts b/libs/fabric/src/lib/components/message-bar/public-api.ts index b8be69c..e2c34f6 100644 --- a/libs/fabric/src/lib/components/message-bar/public-api.ts +++ b/libs/fabric/src/lib/components/message-bar/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './message-bar.component'; export * from './message-bar.module'; diff --git a/libs/fabric/src/lib/components/modal/index.ts b/libs/fabric/src/lib/components/modal/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/modal/index.ts +++ b/libs/fabric/src/lib/components/modal/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/modal/modal.component.ts b/libs/fabric/src/lib/components/modal/modal.component.ts index f5e1921..be8a85e 100644 --- a/libs/fabric/src/lib/components/modal/modal.component.ts +++ b/libs/fabric/src/lib/components/modal/modal.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IAccessiblePopupProps } from 'office-ui-fabric-react/lib/common/IAccessiblePopupProps'; diff --git a/libs/fabric/src/lib/components/modal/modal.module.ts b/libs/fabric/src/lib/components/modal/modal.module.ts index f0ca063..0b72b18 100644 --- a/libs/fabric/src/lib/components/modal/modal.module.ts +++ b/libs/fabric/src/lib/components/modal/modal.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/modal/public-api.ts b/libs/fabric/src/lib/components/modal/public-api.ts index 8db32a4..4133615 100644 --- a/libs/fabric/src/lib/components/modal/public-api.ts +++ b/libs/fabric/src/lib/components/modal/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './modal.component'; export * from './modal.module'; diff --git a/libs/fabric/src/lib/components/panel/index.ts b/libs/fabric/src/lib/components/panel/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/panel/index.ts +++ b/libs/fabric/src/lib/components/panel/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/panel/panel.component.ts b/libs/fabric/src/lib/components/panel/panel.component.ts index 3e72477..132c5c5 100644 --- a/libs/fabric/src/lib/components/panel/panel.component.ts +++ b/libs/fabric/src/lib/components/panel/panel.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2, ViewChild } from '@angular/core'; import { IPanelHeaderRenderer, IPanelProps } from 'office-ui-fabric-react/lib/Panel'; diff --git a/libs/fabric/src/lib/components/panel/panel.module.ts b/libs/fabric/src/lib/components/panel/panel.module.ts index 9ee63dd..3757808 100644 --- a/libs/fabric/src/lib/components/panel/panel.module.ts +++ b/libs/fabric/src/lib/components/panel/panel.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/panel/public-api.ts b/libs/fabric/src/lib/components/panel/public-api.ts index 37880dd..1c439d7 100644 --- a/libs/fabric/src/lib/components/panel/public-api.ts +++ b/libs/fabric/src/lib/components/panel/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './panel.component'; export * from './panel.module'; diff --git a/libs/fabric/src/lib/components/persona/index.ts b/libs/fabric/src/lib/components/persona/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/persona/index.ts +++ b/libs/fabric/src/lib/components/persona/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/persona/persona.component.ts b/libs/fabric/src/lib/components/persona/persona.component.ts index 01c6f99..4229a81 100644 --- a/libs/fabric/src/lib/components/persona/persona.component.ts +++ b/libs/fabric/src/lib/components/persona/persona.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2, ViewChild } from '@angular/core'; import { ImageLoadState } from 'office-ui-fabric-react/lib/components/Image/Image.types'; diff --git a/libs/fabric/src/lib/components/persona/persona.module.ts b/libs/fabric/src/lib/components/persona/persona.module.ts index cdab08d..e909fbf 100644 --- a/libs/fabric/src/lib/components/persona/persona.module.ts +++ b/libs/fabric/src/lib/components/persona/persona.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/persona/public-api.ts b/libs/fabric/src/lib/components/persona/public-api.ts index a54a051..1066539 100644 --- a/libs/fabric/src/lib/components/persona/public-api.ts +++ b/libs/fabric/src/lib/components/persona/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './persona.component'; export * from './persona.module'; diff --git a/libs/fabric/src/lib/components/pickers/base-picker/base-picker.component.ts b/libs/fabric/src/lib/components/pickers/base-picker/base-picker.component.ts index 2aa2f5e..63baf75 100644 --- a/libs/fabric/src/lib/components/pickers/base-picker/base-picker.component.ts +++ b/libs/fabric/src/lib/components/pickers/base-picker/base-picker.component.ts @@ -1,5 +1,8 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, Omit, ReactWrapperComponent } from '@angular-react/core'; -import { ChangeDetectorRef, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core'; +import { ChangeDetectorRef, ElementRef, EventEmitter, Input, OnInit, Output, Renderer2 } from '@angular/core'; import { IPersonaProps } from 'office-ui-fabric-react/lib/Persona'; import { BaseAutoFill, IBasePickerProps, IBasePickerSuggestionsProps, IPickerItemProps } from 'office-ui-fabric-react/lib/Pickers'; import omit from '../../../utils/omit'; diff --git a/libs/fabric/src/lib/components/pickers/base-picker/base-picker.module.ts b/libs/fabric/src/lib/components/pickers/base-picker/base-picker.module.ts index 583a7ca..1cd3d1d 100644 --- a/libs/fabric/src/lib/components/pickers/base-picker/base-picker.module.ts +++ b/libs/fabric/src/lib/components/pickers/base-picker/base-picker.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/pickers/base-picker/index.ts b/libs/fabric/src/lib/components/pickers/base-picker/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/pickers/base-picker/index.ts +++ b/libs/fabric/src/lib/components/pickers/base-picker/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/pickers/base-picker/public-api.ts b/libs/fabric/src/lib/components/pickers/base-picker/public-api.ts index b9840cb..c1954bb 100644 --- a/libs/fabric/src/lib/components/pickers/base-picker/public-api.ts +++ b/libs/fabric/src/lib/components/pickers/base-picker/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './base-picker.component'; export * from './base-picker.module'; diff --git a/libs/fabric/src/lib/components/pickers/index.ts b/libs/fabric/src/lib/components/pickers/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/pickers/index.ts +++ b/libs/fabric/src/lib/components/pickers/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/pickers/public-api.ts b/libs/fabric/src/lib/components/pickers/public-api.ts index d6b35f8..09e9b94 100644 --- a/libs/fabric/src/lib/components/pickers/public-api.ts +++ b/libs/fabric/src/lib/components/pickers/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './base-picker/public-api'; export * from './tag-picker/public-api'; diff --git a/libs/fabric/src/lib/components/pickers/tag-picker/index.ts b/libs/fabric/src/lib/components/pickers/tag-picker/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/pickers/tag-picker/index.ts +++ b/libs/fabric/src/lib/components/pickers/tag-picker/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/pickers/tag-picker/public-api.ts b/libs/fabric/src/lib/components/pickers/tag-picker/public-api.ts index 9767d8b..7464b4e 100644 --- a/libs/fabric/src/lib/components/pickers/tag-picker/public-api.ts +++ b/libs/fabric/src/lib/components/pickers/tag-picker/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './tag-picker.component'; export * from './tag-picker.module'; diff --git a/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.component.ts b/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.component.ts index aca0b1f..8e4195e 100644 --- a/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.component.ts +++ b/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Renderer2, ViewChild } from '@angular/core'; import { ITag, ITagPickerProps } from 'office-ui-fabric-react/lib/Pickers/TagPicker/TagPicker'; import { FabBasePickerComponent } from '../base-picker/base-picker.component'; diff --git a/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.module.ts b/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.module.ts index 0c374e4..6a6cd36 100644 --- a/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.module.ts +++ b/libs/fabric/src/lib/components/pickers/tag-picker/tag-picker.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/pivot/index.ts b/libs/fabric/src/lib/components/pivot/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/pivot/index.ts +++ b/libs/fabric/src/lib/components/pivot/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/pivot/pivot.component.ts b/libs/fabric/src/lib/components/pivot/pivot.component.ts index efe60da..6e0dad7 100644 --- a/libs/fabric/src/lib/components/pivot/pivot.component.ts +++ b/libs/fabric/src/lib/components/pivot/pivot.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, JsxRenderFunc, passProp, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, ElementRef, EventEmitter, Input, OnInit, Output, QueryList, Renderer2, ViewChild } from '@angular/core'; import { IPivotItemProps, IPivotProps, Pivot, PivotItem } from 'office-ui-fabric-react/lib/Pivot'; diff --git a/libs/fabric/src/lib/components/pivot/pivot.module.ts b/libs/fabric/src/lib/components/pivot/pivot.module.ts index 9c74f27..8ff2900 100644 --- a/libs/fabric/src/lib/components/pivot/pivot.module.ts +++ b/libs/fabric/src/lib/components/pivot/pivot.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/pivot/public-api.ts b/libs/fabric/src/lib/components/pivot/public-api.ts index 2e89c2e..ffe6124 100644 --- a/libs/fabric/src/lib/components/pivot/public-api.ts +++ b/libs/fabric/src/lib/components/pivot/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './pivot.component'; export * from './pivot.module'; diff --git a/libs/fabric/src/lib/components/search-box/index.ts b/libs/fabric/src/lib/components/search-box/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/search-box/index.ts +++ b/libs/fabric/src/lib/components/search-box/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/search-box/public-api.ts b/libs/fabric/src/lib/components/search-box/public-api.ts index 47cca43..f44d651 100644 --- a/libs/fabric/src/lib/components/search-box/public-api.ts +++ b/libs/fabric/src/lib/components/search-box/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './search-box.component'; export * from './search-box.module'; diff --git a/libs/fabric/src/lib/components/search-box/search-box.component.ts b/libs/fabric/src/lib/components/search-box/search-box.component.ts index 863c8b9..6101cc9 100644 --- a/libs/fabric/src/lib/components/search-box/search-box.component.ts +++ b/libs/fabric/src/lib/components/search-box/search-box.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, Omit, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IButtonProps } from 'office-ui-fabric-react/lib/Button'; diff --git a/libs/fabric/src/lib/components/search-box/search-box.module.ts b/libs/fabric/src/lib/components/search-box/search-box.module.ts index db62a98..0704726 100644 --- a/libs/fabric/src/lib/components/search-box/search-box.module.ts +++ b/libs/fabric/src/lib/components/search-box/search-box.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/shimmer/index.ts b/libs/fabric/src/lib/components/shimmer/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/shimmer/index.ts +++ b/libs/fabric/src/lib/components/shimmer/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/shimmer/public-api.ts b/libs/fabric/src/lib/components/shimmer/public-api.ts index 90bf401..50c4949 100644 --- a/libs/fabric/src/lib/components/shimmer/public-api.ts +++ b/libs/fabric/src/lib/components/shimmer/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './shimmer.component'; export * from './shimmer.module'; diff --git a/libs/fabric/src/lib/components/shimmer/shimmer.component.ts b/libs/fabric/src/lib/components/shimmer/shimmer.component.ts index 32b933e..fe1b01d 100644 --- a/libs/fabric/src/lib/components/shimmer/shimmer.component.ts +++ b/libs/fabric/src/lib/components/shimmer/shimmer.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, Renderer2, ViewChild } from '@angular/core'; import { IShimmerElementsGroupProps } from 'office-ui-fabric-react/lib/components/Shimmer/ShimmerElementsGroup/ShimmerElementsGroup.types'; diff --git a/libs/fabric/src/lib/components/shimmer/shimmer.module.ts b/libs/fabric/src/lib/components/shimmer/shimmer.module.ts index 870e0be..965c89f 100644 --- a/libs/fabric/src/lib/components/shimmer/shimmer.module.ts +++ b/libs/fabric/src/lib/components/shimmer/shimmer.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/slider/index.ts b/libs/fabric/src/lib/components/slider/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/slider/index.ts +++ b/libs/fabric/src/lib/components/slider/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/slider/public-api.ts b/libs/fabric/src/lib/components/slider/public-api.ts index b0c82fb..2c229e8 100644 --- a/libs/fabric/src/lib/components/slider/public-api.ts +++ b/libs/fabric/src/lib/components/slider/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './slider.component'; export * from './slider.module'; diff --git a/libs/fabric/src/lib/components/slider/slider.component.ts b/libs/fabric/src/lib/components/slider/slider.component.ts index 215b5a4..3f435ce 100644 --- a/libs/fabric/src/lib/components/slider/slider.component.ts +++ b/libs/fabric/src/lib/components/slider/slider.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { ISliderProps } from 'office-ui-fabric-react/lib/Slider'; diff --git a/libs/fabric/src/lib/components/slider/slider.module.ts b/libs/fabric/src/lib/components/slider/slider.module.ts index c8832d1..b9b88da 100644 --- a/libs/fabric/src/lib/components/slider/slider.module.ts +++ b/libs/fabric/src/lib/components/slider/slider.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/spinner/index.ts b/libs/fabric/src/lib/components/spinner/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/spinner/index.ts +++ b/libs/fabric/src/lib/components/spinner/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/spinner/public-api.ts b/libs/fabric/src/lib/components/spinner/public-api.ts index a6a3df9..0af71dc 100644 --- a/libs/fabric/src/lib/components/spinner/public-api.ts +++ b/libs/fabric/src/lib/components/spinner/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './spinner.component'; export * from './spinner.module'; diff --git a/libs/fabric/src/lib/components/spinner/spinner.component.ts b/libs/fabric/src/lib/components/spinner/spinner.component.ts index c957db8..a442434 100644 --- a/libs/fabric/src/lib/components/spinner/spinner.component.ts +++ b/libs/fabric/src/lib/components/spinner/spinner.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, Renderer2, ViewChild } from '@angular/core'; import { ISpinnerProps } from 'office-ui-fabric-react/lib/Spinner'; diff --git a/libs/fabric/src/lib/components/spinner/spinner.module.ts b/libs/fabric/src/lib/components/spinner/spinner.module.ts index f528034..d2fdded 100644 --- a/libs/fabric/src/lib/components/spinner/spinner.module.ts +++ b/libs/fabric/src/lib/components/spinner/spinner.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/toggle/index.ts b/libs/fabric/src/lib/components/toggle/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/toggle/index.ts +++ b/libs/fabric/src/lib/components/toggle/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/toggle/public-api.ts b/libs/fabric/src/lib/components/toggle/public-api.ts index 6cec914..8915e59 100644 --- a/libs/fabric/src/lib/components/toggle/public-api.ts +++ b/libs/fabric/src/lib/components/toggle/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './toggle.component'; export * from './toggle.module'; diff --git a/libs/fabric/src/lib/components/toggle/toggle.component.ts b/libs/fabric/src/lib/components/toggle/toggle.component.ts index 5d643cb..4cac511 100644 --- a/libs/fabric/src/lib/components/toggle/toggle.component.ts +++ b/libs/fabric/src/lib/components/toggle/toggle.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { IToggleProps } from 'office-ui-fabric-react/lib/Toggle'; diff --git a/libs/fabric/src/lib/components/toggle/toggle.module.ts b/libs/fabric/src/lib/components/toggle/toggle.module.ts index b9a1b1c..9796c5e 100644 --- a/libs/fabric/src/lib/components/toggle/toggle.module.ts +++ b/libs/fabric/src/lib/components/toggle/toggle.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/components/tooltip/index.ts b/libs/fabric/src/lib/components/tooltip/index.ts index 7e1a213..3bab80d 100644 --- a/libs/fabric/src/lib/components/tooltip/index.ts +++ b/libs/fabric/src/lib/components/tooltip/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/fabric/src/lib/components/tooltip/public-api.ts b/libs/fabric/src/lib/components/tooltip/public-api.ts index 1dfecc4..01f17ce 100644 --- a/libs/fabric/src/lib/components/tooltip/public-api.ts +++ b/libs/fabric/src/lib/components/tooltip/public-api.ts @@ -1,2 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './tooltip-host.component'; export * from './tooltip.module'; diff --git a/libs/fabric/src/lib/components/tooltip/tooltip-host.component.ts b/libs/fabric/src/lib/components/tooltip/tooltip-host.component.ts index 4d6701e..38c8622 100644 --- a/libs/fabric/src/lib/components/tooltip/tooltip-host.component.ts +++ b/libs/fabric/src/lib/components/tooltip/tooltip-host.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { InputRendererOptions, Omit, ReactWrapperComponent } from '@angular-react/core'; import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, Renderer2, ViewChild } from '@angular/core'; import { ITooltipHostProps, ITooltipProps } from 'office-ui-fabric-react/lib/Tooltip'; diff --git a/libs/fabric/src/lib/components/tooltip/tooltip.module.ts b/libs/fabric/src/lib/components/tooltip/tooltip.module.ts index beaebbb..b86da0a 100644 --- a/libs/fabric/src/lib/components/tooltip/tooltip.module.ts +++ b/libs/fabric/src/lib/components/tooltip/tooltip.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { registerElement } from '@angular-react/core'; import { CommonModule } from '@angular/common'; import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/libs/fabric/src/lib/declarations/angular/typed-changes.d.ts b/libs/fabric/src/lib/declarations/angular/typed-changes.d.ts index b0c7a25..d3fda0a 100644 --- a/libs/fabric/src/lib/declarations/angular/typed-changes.d.ts +++ b/libs/fabric/src/lib/declarations/angular/typed-changes.d.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import * as AngularCore from '@angular/core'; export interface TypedChange extends AngularCore.SimpleChange { diff --git a/libs/fabric/src/lib/utils/omit.ts b/libs/fabric/src/lib/utils/omit.ts index e50dcca..02c8b00 100644 --- a/libs/fabric/src/lib/utils/omit.ts +++ b/libs/fabric/src/lib/utils/omit.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { Omit } from '@angular-react/core'; /** diff --git a/libs/fabric/src/lib/utils/pick.ts b/libs/fabric/src/lib/utils/pick.ts index f94becf..83b4b23 100644 --- a/libs/fabric/src/lib/utils/pick.ts +++ b/libs/fabric/src/lib/utils/pick.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + /** * Pick a a set of properties from an object. * diff --git a/libs/fabric/src/public-api.ts b/libs/fabric/src/public-api.ts index 21a188b..e295f4d 100644 --- a/libs/fabric/src/public-api.ts +++ b/libs/fabric/src/public-api.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './lib/components/breadcrumb/public-api'; export * from './lib/components/button/public-api'; export * from './lib/components/callout/public-api'; diff --git a/libs/fabric/src/test.ts b/libs/fabric/src/test.ts index be4725e..f959347 100644 --- a/libs/fabric/src/test.ts +++ b/libs/fabric/src/test.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'core-js/es7/reflect'; diff --git a/libs/semantic-ui/build.ts b/libs/semantic-ui/build.ts index 908bfb4..388a5f6 100644 --- a/libs/semantic-ui/build.ts +++ b/libs/semantic-ui/build.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import * as path from 'path'; import { ngPackagr } from 'ng-packagr'; diff --git a/libs/semantic-ui/karma.conf.js b/libs/semantic-ui/karma.conf.js index 6ccac29..76367c8 100644 --- a/libs/semantic-ui/karma.conf.js +++ b/libs/semantic-ui/karma.conf.js @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html diff --git a/libs/semantic-ui/src/index.ts b/libs/semantic-ui/src/index.ts index 7e1a213..3bab80d 100644 --- a/libs/semantic-ui/src/index.ts +++ b/libs/semantic-ui/src/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/semantic-ui/src/lib/button/button.component.ts b/libs/semantic-ui/src/lib/button/button.component.ts index 8c395e9..240414c 100644 --- a/libs/semantic-ui/src/lib/button/button.component.ts +++ b/libs/semantic-ui/src/lib/button/button.component.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + // tslint:disable:component-selector // tslint:disable:no-input-rename // tslint:disable:no-output-rename diff --git a/libs/semantic-ui/src/lib/button/button.module.ts b/libs/semantic-ui/src/lib/button/button.module.ts index b89462f..4d90fc0 100644 --- a/libs/semantic-ui/src/lib/button/button.module.ts +++ b/libs/semantic-ui/src/lib/button/button.module.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; import { CommonModule } from '@angular/common'; diff --git a/libs/semantic-ui/src/lib/button/index.ts b/libs/semantic-ui/src/lib/button/index.ts index 7e1a213..3bab80d 100644 --- a/libs/semantic-ui/src/lib/button/index.ts +++ b/libs/semantic-ui/src/lib/button/index.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './public-api'; diff --git a/libs/semantic-ui/src/lib/button/public-api.ts b/libs/semantic-ui/src/lib/button/public-api.ts index 269f2b9..b99642b 100644 --- a/libs/semantic-ui/src/lib/button/public-api.ts +++ b/libs/semantic-ui/src/lib/button/public-api.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './button.module'; diff --git a/libs/semantic-ui/src/public-api.ts b/libs/semantic-ui/src/public-api.ts index 7d3dadf..aba97f0 100644 --- a/libs/semantic-ui/src/public-api.ts +++ b/libs/semantic-ui/src/public-api.ts @@ -1 +1,4 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + export * from './lib/button/public-api'; diff --git a/libs/semantic-ui/src/test.ts b/libs/semantic-ui/src/test.ts index be4725e..f959347 100644 --- a/libs/semantic-ui/src/test.ts +++ b/libs/semantic-ui/src/test.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'core-js/es7/reflect'; diff --git a/nx.json b/nx.json index 51f19a7..8c09eb9 100644 --- a/nx.json +++ b/nx.json @@ -1,4 +1,5 @@ { + "npmScope": "angular-react", "projects": { "docs": { "tags": [] diff --git a/package-lock.json b/package-lock.json index bf0a48f..5a9fd84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1451,17 +1451,17 @@ } }, "@nrwl/nx": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@nrwl/nx/-/nx-6.1.1.tgz", - "integrity": "sha512-9YZrU/tpBYrKPiqE3w1h/7viFtxS8UFpW7lOp5DVgsNCXXM14W+KIw8SLnvhRdFssuWzF2eWKaJw8MKexuUNnw==" + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@nrwl/nx/-/nx-6.2.0.tgz", + "integrity": "sha512-iMrRVk57GIPFTjVM/PXsoLve6PozY76QoLvzZcZ5uLnR0u+Hc7qlgRGyZMPxephngCvpkyvZzwhvF/nuWWVG1Q==", + "dev": true }, "@nrwl/schematics": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@nrwl/schematics/-/schematics-6.1.1.tgz", - "integrity": "sha512-QaURZlrPdOwXlLXZKPEuLnGA10tr1ejLKc5Qq0+f26AaqiY0iSSSSceWupGNm3om5hjNZ1uT4YCeZFJtYq6yCg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@nrwl/schematics/-/schematics-6.2.0.tgz", + "integrity": "sha512-EnoNoyhxnnntD7m/P/irXDezlQVx9RCP74aa07SJ2psTJBh9qTBdRc1clMPUizLOGZgSLv/JmxbsKeYLh6pbGA==", "dev": true, "requires": { - "@ngrx/schematics": "5.2.0", "@types/yargs": "^11.0.0", "app-root-path": "^2.0.1", "cosmiconfig": "4.0.0", @@ -1477,12 +1477,6 @@ "yargs-parser": "10.0.0" }, "dependencies": { - "@ngrx/schematics": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@ngrx/schematics/-/schematics-5.2.0.tgz", - "integrity": "sha1-q3GA158OxovUrD707IO5NI0Y0mw=", - "dev": true - }, "ansi-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", @@ -1506,18 +1500,6 @@ "wrap-ansi": "^2.0.0" } }, - "cosmiconfig": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-4.0.0.tgz", - "integrity": "sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==", - "dev": true, - "requires": { - "is-directory": "^0.3.1", - "js-yaml": "^3.9.0", - "parse-json": "^4.0.0", - "require-from-string": "^2.0.1" - } - }, "fs-extra": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.0.tgz", @@ -1535,15 +1517,6 @@ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, - "opn": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", - "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", - "dev": true, - "requires": { - "is-wsl": "^1.1.0" - } - }, "os-locale": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz", @@ -1555,22 +1528,6 @@ "mem": "^1.1.0" } }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true - }, "semver": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", diff --git a/package.json b/package.json index fbf21a1..adad9ff 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,6 @@ "@ngrx/router-store": "6.0.1", "@ngrx/store": "6.0.1", "@ngrx/store-devtools": "6.0.1", - "@nrwl/nx": "6.1.1", "core-js": "^2.5.4", "ngrx-store-freeze": "^0.2.1", "office-ui-fabric-react": "6.43.0", @@ -91,7 +90,8 @@ "@angular/compiler-cli": "6.1.0", "@angular/language-service": "6.1.0", "@ngrx/schematics": "6.0.1", - "@nrwl/schematics": "^6.1.1", + "@nrwl/nx": "^6.2.0", + "@nrwl/schematics": "^6.2.0", "@types/css-to-style": "^1.2.0", "@types/jasmine": "~2.8.6", "@types/jasminewd2": "~2.0.3",