@ni/ok-angular 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/button/index.d.ts +5 -0
- package/button/ok-button.directive.d.ts +11 -0
- package/button/ok-button.module.d.ts +9 -0
- package/button/public-api.d.ts +2 -0
- package/esm2022/button/ni-ok-angular-button.mjs +5 -0
- package/esm2022/button/ok-button.directive.mjs +18 -0
- package/esm2022/button/ok-button.module.mjs +19 -0
- package/esm2022/button/public-api.mjs +3 -0
- package/esm2022/ni-ok-angular.mjs +5 -0
- package/esm2022/public-api.mjs +6 -0
- package/fesm2022/ni-ok-angular-button.mjs +39 -0
- package/fesm2022/ni-ok-angular-button.mjs.map +1 -0
- package/fesm2022/ni-ok-angular.mjs +10 -0
- package/fesm2022/ni-ok-angular.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +48 -0
- package/public-api.d.ts +2 -0
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<p><b>ni | ok | angular</b></p>
|
|
3
|
+
</div>
|
|
4
|
+
|
|
5
|
+
# Ok Angular
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@ni/ok-angular)
|
|
8
|
+
|
|
9
|
+
Ok components for [Angular](https://angular.io) applications
|
|
10
|
+
|
|
11
|
+
## Getting started
|
|
12
|
+
|
|
13
|
+
See the `ok-angular` [README.md](/packages/angular-workspace/ok-angular/README.md#getting-started) for details on getting started.
|
|
14
|
+
|
|
15
|
+
## Contributing
|
|
16
|
+
|
|
17
|
+
Follow the instructions in [CONTRIBUTING.md](/packages/angular-workspace/ok-angular/CONTRIBUTING.md) to modify this library.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type Button, buttonTag } from '@ni/ok-components/dist/esm/button';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type { Button };
|
|
4
|
+
export { buttonTag };
|
|
5
|
+
/**
|
|
6
|
+
* Directive to provide Angular integration for the button.
|
|
7
|
+
*/
|
|
8
|
+
export declare class OkButtonDirective {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OkButtonDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OkButtonDirective, "ok-button", never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import '@ni/ok-components/dist/esm/button';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./ok-button.directive";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
export declare class OkButtonModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OkButtonModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OkButtonModule, [typeof i1.OkButtonDirective], [typeof i2.CommonModule], [typeof i1.OkButtonDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OkButtonModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmktb2stYW5ndWxhci1idXR0b24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9vay1hbmd1bGFyL2J1dHRvbi9uaS1vay1hbmd1bGFyLWJ1dHRvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Directive } from '@angular/core';
|
|
2
|
+
import { buttonTag } from '@ni/ok-components/dist/esm/button';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export { buttonTag };
|
|
5
|
+
/**
|
|
6
|
+
* Directive to provide Angular integration for the button.
|
|
7
|
+
*/
|
|
8
|
+
export class OkButtonDirective {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OkButtonDirective, selector: "ok-button", ngImport: i0 }); }
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonDirective, decorators: [{
|
|
13
|
+
type: Directive,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: 'ok-button'
|
|
16
|
+
}]
|
|
17
|
+
}] });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2stYnV0dG9uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL29rLWFuZ3VsYXIvYnV0dG9uL29rLWJ1dHRvbi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQWUsU0FBUyxFQUFFLE1BQU0sbUNBQW1DLENBQUM7O0FBRzNFLE9BQU8sRUFBRSxTQUFTLEVBQUUsQ0FBQztBQUVyQjs7R0FFRztBQUlILE1BQU0sT0FBTyxpQkFBaUI7K0dBQWpCLGlCQUFpQjttR0FBakIsaUJBQWlCOzs0RkFBakIsaUJBQWlCO2tCQUg3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxXQUFXO2lCQUN4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdHlwZSBCdXR0b24sIGJ1dHRvblRhZyB9IGZyb20gJ0BuaS9vay1jb21wb25lbnRzL2Rpc3QvZXNtL2J1dHRvbic7XG5cbmV4cG9ydCB0eXBlIHsgQnV0dG9uIH07XG5leHBvcnQgeyBidXR0b25UYWcgfTtcblxuLyoqXG4gKiBEaXJlY3RpdmUgdG8gcHJvdmlkZSBBbmd1bGFyIGludGVncmF0aW9uIGZvciB0aGUgYnV0dG9uLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ29rLWJ1dHRvbidcbn0pXG5leHBvcnQgY2xhc3MgT2tCdXR0b25EaXJlY3RpdmUgeyB9XG4iXX0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { OkButtonDirective } from './ok-button.directive';
|
|
4
|
+
import '@ni/ok-components/dist/esm/button';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class OkButtonModule {
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, declarations: [OkButtonDirective], imports: [CommonModule], exports: [OkButtonDirective] }); }
|
|
9
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, imports: [CommonModule] }); }
|
|
10
|
+
}
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, decorators: [{
|
|
12
|
+
type: NgModule,
|
|
13
|
+
args: [{
|
|
14
|
+
declarations: [OkButtonDirective],
|
|
15
|
+
imports: [CommonModule],
|
|
16
|
+
exports: [OkButtonDirective]
|
|
17
|
+
}]
|
|
18
|
+
}] });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2stYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL29rLWFuZ3VsYXIvYnV0dG9uL29rLWJ1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFFMUQsT0FBTyxtQ0FBbUMsQ0FBQzs7QUFPM0MsTUFBTSxPQUFPLGNBQWM7K0dBQWQsY0FBYztnSEFBZCxjQUFjLGlCQUpSLGlCQUFpQixhQUN0QixZQUFZLGFBQ1osaUJBQWlCO2dIQUVsQixjQUFjLFlBSGIsWUFBWTs7NEZBR2IsY0FBYztrQkFMMUIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztvQkFDakMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztpQkFDL0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE9rQnV0dG9uRGlyZWN0aXZlIH0gZnJvbSAnLi9vay1idXR0b24uZGlyZWN0aXZlJztcblxuaW1wb3J0ICdAbmkvb2stY29tcG9uZW50cy9kaXN0L2VzbS9idXR0b24nO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW09rQnV0dG9uRGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbT2tCdXR0b25EaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE9rQnV0dG9uTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './ok-button.directive';
|
|
2
|
+
export * from './ok-button.module';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL29rLWFuZ3VsYXIvYnV0dG9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9vay1idXR0b24uZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vb2stYnV0dG9uLm1vZHVsZSc7XG4iXX0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmktb2stYW5ndWxhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL29rLWFuZ3VsYXIvc3JjL25pLW9rLWFuZ3VsYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of ok-angular
|
|
3
|
+
*/
|
|
4
|
+
// eslint-disable-next-line import/no-default-export
|
|
5
|
+
export default {};
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL29rLWFuZ3VsYXIvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxvREFBb0Q7QUFDcEQsZUFBZSxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIG9rLWFuZ3VsYXJcbiAqL1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgaW1wb3J0L25vLWRlZmF1bHQtZXhwb3J0XG5leHBvcnQgZGVmYXVsdCB7fTtcbiJdfQ==
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Directive, NgModule } from '@angular/core';
|
|
3
|
+
export { buttonTag } from '@ni/ok-components/dist/esm/button';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Directive to provide Angular integration for the button.
|
|
8
|
+
*/
|
|
9
|
+
class OkButtonDirective {
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OkButtonDirective, selector: "ok-button", ngImport: i0 }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonDirective, decorators: [{
|
|
14
|
+
type: Directive,
|
|
15
|
+
args: [{
|
|
16
|
+
selector: 'ok-button'
|
|
17
|
+
}]
|
|
18
|
+
}] });
|
|
19
|
+
|
|
20
|
+
class OkButtonModule {
|
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, declarations: [OkButtonDirective], imports: [CommonModule], exports: [OkButtonDirective] }); }
|
|
23
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, imports: [CommonModule] }); }
|
|
24
|
+
}
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OkButtonModule, decorators: [{
|
|
26
|
+
type: NgModule,
|
|
27
|
+
args: [{
|
|
28
|
+
declarations: [OkButtonDirective],
|
|
29
|
+
imports: [CommonModule],
|
|
30
|
+
exports: [OkButtonDirective]
|
|
31
|
+
}]
|
|
32
|
+
}] });
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Generated bundle index. Do not edit.
|
|
36
|
+
*/
|
|
37
|
+
|
|
38
|
+
export { OkButtonDirective, OkButtonModule };
|
|
39
|
+
//# sourceMappingURL=ni-ok-angular-button.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ni-ok-angular-button.mjs","sources":["../../../ok-angular/button/ok-button.directive.ts","../../../ok-angular/button/ok-button.module.ts","../../../ok-angular/button/ni-ok-angular-button.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type Button, buttonTag } from '@ni/ok-components/dist/esm/button';\n\nexport type { Button };\nexport { buttonTag };\n\n/**\n * Directive to provide Angular integration for the button.\n */\n@Directive({\n selector: 'ok-button'\n})\nexport class OkButtonDirective { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { OkButtonDirective } from './ok-button.directive';\n\nimport '@ni/ok-components/dist/esm/button';\n\n@NgModule({\n declarations: [OkButtonDirective],\n imports: [CommonModule],\n exports: [OkButtonDirective]\n})\nexport class OkButtonModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAIU,iBAAiB,CAAA;+GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAjB,iBAAiB,EAAA,QAAA,EAAA,WAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAjB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAH7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE;AACb,iBAAA;;;MCAY,cAAc,CAAA;+GAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,EAAA,YAAA,EAAA,CAJR,iBAAiB,CAAA,EAAA,OAAA,EAAA,CACtB,YAAY,aACZ,iBAAiB,CAAA,EAAA,CAAA,CAAA;AAElB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAHb,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAGb,cAAc,EAAA,UAAA,EAAA,CAAA;kBAL1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,YAAY,EAAE,CAAC,iBAAiB,CAAC;oBACjC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,iBAAiB;AAC9B,iBAAA;;;ACVD;;AAEG;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ni-ok-angular.mjs","sources":["../../../ok-angular/src/public-api.ts","../../../ok-angular/src/ni-ok-angular.ts"],"sourcesContent":["/*\n * Public API Surface of ok-angular\n */\n\n// eslint-disable-next-line import/no-default-export\nexport default {};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;AAEG;AAEH;AACA,gBAAe,EAAE;;ACLjB;;AAEG"}
|
package/index.d.ts
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ni/ok-angular",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "Angular components for NI OK Components",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/ni/nimble.git"
|
|
8
|
+
},
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "National Instruments"
|
|
14
|
+
},
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/ni/nimble/issues"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/ni/nimble#readme",
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"@angular/common": "^18.2.13",
|
|
22
|
+
"@angular/core": "^18.2.13",
|
|
23
|
+
"@ni/ok-components": "^0.0.2"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"tslib": "^2.2.0"
|
|
27
|
+
},
|
|
28
|
+
"module": "fesm2022/ni-ok-angular.mjs",
|
|
29
|
+
"typings": "index.d.ts",
|
|
30
|
+
"exports": {
|
|
31
|
+
"./package.json": {
|
|
32
|
+
"default": "./package.json"
|
|
33
|
+
},
|
|
34
|
+
".": {
|
|
35
|
+
"types": "./index.d.ts",
|
|
36
|
+
"esm2022": "./esm2022/ni-ok-angular.mjs",
|
|
37
|
+
"esm": "./esm2022/ni-ok-angular.mjs",
|
|
38
|
+
"default": "./fesm2022/ni-ok-angular.mjs"
|
|
39
|
+
},
|
|
40
|
+
"./button": {
|
|
41
|
+
"types": "./button/index.d.ts",
|
|
42
|
+
"esm2022": "./esm2022/button/ni-ok-angular-button.mjs",
|
|
43
|
+
"esm": "./esm2022/button/ni-ok-angular-button.mjs",
|
|
44
|
+
"default": "./fesm2022/ni-ok-angular-button.mjs"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"sideEffects": false
|
|
48
|
+
}
|
package/public-api.d.ts
ADDED