1.5.4 • Published 2 years ago

@coveops/microsoft-dynamics-365-components v1.5.4

Weekly downloads
144
License
Apache-2.0
Repository
-
Last release
2 years ago

MicrosoftDynamics365Components

Disclaimer: This component was built by the community at large and is not an official Coveo JSUI Component. Use this component at your own risk.

Getting Started

  1. Install the component into your project.
npm i @coveops/microsoft-dynamics-365-components
  1. Use the Component or extend it

Typescript:

import { MicrosoftDynamics365Components, IMicrosoftDynamics365ComponentsOptions } from '@coveops/microsoft-dynamics-365-components';

Javascript

const MicrosoftDynamics365Components = require('@coveops/microsoft-dynamics-365-components').MicrosoftDynamics365Components;
  1. You can also expose the component alongside other components being built in your project.
export * from '@coveops/microsoft-dynamics-365-components'
  1. Or for quick testing, you can add the script from unpkg
<script src="https://unpkg.com/@coveops/microsoft-dynamics-365-components@latest/dist/index.min.js"></script>

Disclaimer: Unpkg should be used for testing but not for production.

  1. Include the component in your template as follows:

Place the component in your markup:

<div class="CoveoMicrosoftDynamics365Components"></div>

Extending

Extending the component can be done as follows:

import { MicrosoftDynamics365Components, IMicrosoftDynamics365ComponentsOptions } from "@coveops/microsoft-dynamics-365-components";

export interface IExtendedMicrosoftDynamics365ComponentsOptions extends IMicrosoftDynamics365ComponentsOptions {}

export class ExtendedMicrosoftDynamics365Components extends MicrosoftDynamics365Components {}

Contribute

  1. Clone the project
  2. Copy .env.dist to .env and update the COVEO_ORG_ID and COVEO_TOKEN fields in the .env file to use your Coveo credentials and SERVER_PORT to configure the port of the sandbox - it will use 8080 by default.
  3. Build the code base: npm run build
  4. Serve the sandbox for live development npm run serve
1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.3-beta.2

3 years ago

1.4.3-beta.1

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0-beta.14

3 years ago

1.4.0-beta.13

3 years ago

1.4.0-beta.11

3 years ago

1.4.0-beta.12

3 years ago

1.4.0-beta.10

3 years ago

1.4.0-beta.9

3 years ago

1.4.0-beta.8

3 years ago

1.4.0-beta.7

3 years ago

1.4.0-beta.6

3 years ago

1.4.0-beta.5

3 years ago

1.4.0-beta.3

3 years ago

1.4.0-beta.2

3 years ago

1.4.0-beta.1

3 years ago

1.4.0-beta.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.3.0-beta.3

3 years ago

1.3.0-beta.1

3 years ago

1.3.0-beta.2

3 years ago

1.3.0-beta.0

3 years ago

1.2.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.10

3 years ago

1.0.0

3 years ago