@ni/spright-angular 9.3.2 → 9.4.0

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.
@@ -0,0 +1,26 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Directive } from '@angular/core';
3
+ export { iconWorkItemSquareListCogTag } from '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';
4
+ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
5
+
6
+ /**
7
+ * Spright square list cog icon directive for work order items
8
+ */
9
+ class SprightIconWorkItemSquareListCogDirective extends SprightIconBaseDirective {
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: SprightIconWorkItemSquareListCogDirective, isStandalone: true, selector: "spright-icon-work-item-square-list-cog", usesInheritance: true, ngImport: i0 }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, decorators: [{
14
+ type: Directive,
15
+ args: [{
16
+ selector: 'spright-icon-work-item-square-list-cog',
17
+ standalone: true
18
+ }]
19
+ }] });
20
+
21
+ /**
22
+ * Generated bundle index. Do not edit.
23
+ */
24
+
25
+ export { SprightIconWorkItemSquareListCogDirective };
26
+ //# sourceMappingURL=ni-spright-angular-icons-work-item-square-list-cog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-square-list-cog.mjs","sources":["../../../spright-angular/icons/work-item-square-list-cog/spright-icon-work-item-square-list-cog.directive.ts","../../../spright-angular/icons/work-item-square-list-cog/ni-spright-angular-icons-work-item-square-list-cog.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemSquareListCog, iconWorkItemSquareListCogTag } from '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';\nimport '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemSquareListCog, iconWorkItemSquareListCogTag };\n\n/**\n * Spright square list cog icon directive for work order items\n */\n@Directive({\n selector: 'spright-icon-work-item-square-list-cog',\n standalone: true\n})\nexport class SprightIconWorkItemSquareListCogDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-square-list-cog.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,yCAA0C,SAAQ,wBAAwB,CAAA;+GAA1E,yCAAyC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzC,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzC,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBAJrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,wCAAwC;AAClD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
@@ -0,0 +1,13 @@
1
+ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
2
+ import * as i0 from '@angular/core';
3
+ export { IconWorkItemSquareListCog, iconWorkItemSquareListCogTag } from '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';
4
+
5
+ /**
6
+ * Spright square list cog icon directive for work order items
7
+ */
8
+ declare class SprightIconWorkItemSquareListCogDirective extends SprightIconBaseDirective {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SprightIconWorkItemSquareListCogDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SprightIconWorkItemSquareListCogDirective, "spright-icon-work-item-square-list-cog", never, {}, {}, never, never, true, never>;
11
+ }
12
+
13
+ export { SprightIconWorkItemSquareListCogDirective };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/spright-angular",
3
- "version": "9.3.2",
3
+ "version": "9.4.0",
4
4
  "description": "Angular components for NI Spright",
5
5
  "type": "module",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "@angular/common": "^20.3.19",
26
26
  "@angular/core": "^20.3.19",
27
27
  "@angular/localize": "^20.3.19",
28
- "@ni/spright-components": "^6.19.2"
28
+ "@ni/spright-components": "^6.20.0"
29
29
  },
30
30
  "module": "fesm2022/ni-spright-angular.mjs",
31
31
  "typings": "index.d.ts",
@@ -121,6 +121,10 @@
121
121
  "types": "./icons/work-item-rectangle-check-lines/index.d.ts",
122
122
  "default": "./fesm2022/ni-spright-angular-icons-work-item-rectangle-check-lines.mjs"
123
123
  },
124
+ "./icons/work-item-square-list-cog": {
125
+ "types": "./icons/work-item-square-list-cog/index.d.ts",
126
+ "default": "./fesm2022/ni-spright-angular-icons-work-item-square-list-cog.mjs"
127
+ },
124
128
  "./icons/work-item-user-helmet-safety": {
125
129
  "types": "./icons/work-item-user-helmet-safety/index.d.ts",
126
130
  "default": "./fesm2022/ni-spright-angular-icons-work-item-user-helmet-safety.mjs"