@ascentgl/ads-icons 0.0.22 → 0.0.28

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.
Files changed (37) hide show
  1. package/fesm2022/ascentgl-ads-icons-icons.mjs +198 -12
  2. package/fesm2022/ascentgl-ads-icons-icons.mjs.map +1 -1
  3. package/fesm2022/ascentgl-ads-icons.mjs +11 -11
  4. package/icons/index.d.ts +31 -0
  5. package/icons/src/ads-icon.model.d.ts +1 -1
  6. package/icons/src/adsIcon-Assembly_Production_Conveyer.icon.d.ts +4 -0
  7. package/icons/src/adsIcon-Badge.icon.d.ts +4 -0
  8. package/icons/src/adsIcon-Box_Check.icon.d.ts +4 -0
  9. package/icons/src/adsIcon-Business_Briefcase.icon.d.ts +4 -0
  10. package/icons/src/adsIcon-Calendar.icon.d.ts +4 -0
  11. package/icons/src/adsIcon-Calendar_Check.icon.d.ts +4 -0
  12. package/icons/src/adsIcon-Caret_Down_2.icon.d.ts +4 -0
  13. package/icons/src/adsIcon-Caret_Up_2.icon.d.ts +4 -0
  14. package/icons/src/adsIcon-Dashboard.icon.d.ts +4 -0
  15. package/icons/src/adsIcon-Download.icon.d.ts +4 -0
  16. package/icons/src/adsIcon-File_Complete.icon.d.ts +4 -0
  17. package/icons/src/adsIcon-File_Multi.icon.d.ts +4 -0
  18. package/icons/src/adsIcon-File_PDF.icon.d.ts +4 -0
  19. package/icons/src/adsIcon-File_Tariff.icon.d.ts +4 -0
  20. package/icons/src/adsIcon-Flame_Fire.icon.d.ts +4 -0
  21. package/icons/src/adsIcon-Flight.icon.d.ts +4 -0
  22. package/icons/src/adsIcon-Gear.icon.d.ts +4 -0
  23. package/icons/src/adsIcon-Globe.icon.d.ts +4 -0
  24. package/icons/src/adsIcon-Heart.icon.d.ts +4 -0
  25. package/icons/src/adsIcon-Image.icon.d.ts +4 -0
  26. package/icons/src/adsIcon-Map.icon.d.ts +4 -0
  27. package/icons/src/adsIcon-Minus_Circle.icon.d.ts +4 -0
  28. package/icons/src/adsIcon-Paper_Clip.icon.d.ts +4 -0
  29. package/icons/src/adsIcon-Phone.icon.d.ts +4 -0
  30. package/icons/src/adsIcon-Print.icon.d.ts +4 -0
  31. package/icons/src/adsIcon-Reporting.icon.d.ts +4 -0
  32. package/icons/src/adsIcon-Sort_Rearrange.icon.d.ts +4 -0
  33. package/icons/src/adsIcon-Thumbs_Up_opportunities.icon.d.ts +4 -0
  34. package/icons/src/adsIcon-Truck_Fast.icon.d.ts +4 -0
  35. package/icons/src/adsIcon-Users.icon.d.ts +4 -0
  36. package/icons/src/adsIcon-Vendor_Management.icon.d.ts +4 -0
  37. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Component, Input, NgModule } from '@angular/core';
2
+ import { Injectable, Input, Component, NgModule } from '@angular/core';
3
3
 
4
4
  class AdsIconRegistry {
5
5
  constructor() {
@@ -19,10 +19,10 @@ class AdsIconRegistry {
19
19
  }
20
20
  return this.registry.get(iconName);
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
23
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconRegistry, providedIn: 'root' }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
23
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconRegistry, providedIn: 'root' }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconRegistry, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconRegistry, decorators: [{
26
26
  type: Injectable,
27
27
  args: [{
28
28
  providedIn: 'root',
@@ -136,10 +136,10 @@ class AdsIconComponent {
136
136
  getSvgElement() {
137
137
  return this.element.nativeElement.querySelector('svg');
138
138
  }
139
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconComponent, deps: [{ token: i0.ElementRef }, { token: AdsIconRegistry }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
140
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: AdsIconComponent, isStandalone: false, selector: "ads-icon", inputs: { size: "size", name: "name", color: "color", theme: "theme", stroke: "stroke" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, styles: [":host{display:inline-flex;justify-content:center;align-items:center;width:32px;height:32px;font-size:32px;fill:currentColor}:host ::ng-deep [data-no-fill]{fill:none!important}:host ::ng-deep [data-no-stroke]{stroke:none!important}:host ::ng-deep [data-stroke-white]{stroke:var(--color-white)}:host ::ng-deep [data-fill-white]{fill:var(--color-white)}\n"] }); }
139
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconComponent, deps: [{ token: i0.ElementRef }, { token: AdsIconRegistry }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
140
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AdsIconComponent, isStandalone: false, selector: "ads-icon", inputs: { size: "size", name: "name", color: "color", theme: "theme", stroke: "stroke" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, styles: [":host{display:inline-flex;justify-content:center;align-items:center;width:32px;height:32px;font-size:32px;fill:currentColor}:host ::ng-deep [data-no-fill]{fill:none!important}:host ::ng-deep [data-no-stroke]{stroke:none!important}:host ::ng-deep [data-stroke-white]{stroke:var(--color-white)}:host ::ng-deep [data-fill-white]{fill:var(--color-white)}\n"] }); }
141
141
  }
142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconComponent, decorators: [{
142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconComponent, decorators: [{
143
143
  type: Component,
144
144
  args: [{ selector: 'ads-icon', template: '', standalone: false, styles: [":host{display:inline-flex;justify-content:center;align-items:center;width:32px;height:32px;font-size:32px;fill:currentColor}:host ::ng-deep [data-no-fill]{fill:none!important}:host ::ng-deep [data-no-stroke]{stroke:none!important}:host ::ng-deep [data-stroke-white]{stroke:var(--color-white)}:host ::ng-deep [data-fill-white]{fill:var(--color-white)}\n"] }]
145
145
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: AdsIconRegistry }, { type: i0.Renderer2 }], propDecorators: { size: [{
@@ -155,11 +155,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
155
155
  }] } });
156
156
 
157
157
  class AdsIconModule {
158
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
159
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: AdsIconModule, declarations: [AdsIconComponent], exports: [AdsIconComponent] }); }
160
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconModule }); }
158
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
159
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.2", ngImport: i0, type: AdsIconModule, declarations: [AdsIconComponent], exports: [AdsIconComponent] }); }
160
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconModule }); }
161
161
  }
162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsIconModule, decorators: [{
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AdsIconModule, decorators: [{
163
163
  type: NgModule,
164
164
  args: [{
165
165
  declarations: [AdsIconComponent],
package/icons/index.d.ts CHANGED
@@ -1,5 +1,36 @@
1
1
  import { AdsIcon } from './src/ads-icon.model';
2
2
  export type AdsIconNameSubset<T extends Readonly<AdsIcon[]>> = T[number]['name'];
3
+ export * from './src/adsIcon-Assembly_Production_Conveyer.icon';
4
+ export * from './src/adsIcon-Box_Check.icon';
5
+ export * from './src/adsIcon-File_Multi.icon';
6
+ export * from './src/adsIcon-File_Complete.icon';
7
+ export * from './src/adsIcon-Truck_Fast.icon';
8
+ export * from './src/adsIcon-Thumbs_Up_opportunities.icon';
9
+ export * from './src/adsIcon-Paper_Clip.icon';
10
+ export * from './src/adsIcon-Heart.icon';
11
+ export * from './src/adsIcon-Vendor_Management.icon';
12
+ export * from './src/adsIcon-Users.icon';
13
+ export * from './src/adsIcon-Badge.icon';
14
+ export * from './src/adsIcon-Business_Briefcase.icon';
15
+ export * from './src/adsIcon-Calendar_Check.icon';
16
+ export * from './src/adsIcon-Globe.icon';
17
+ export * from './src/adsIcon-Reporting.icon';
18
+ export * from './src/adsIcon-Dashboard.icon';
19
+ export * from './src/adsIcon-File_Tariff.icon';
20
+ export * from './src/adsIcon-Image.icon';
21
+ export * from './src/adsIcon-File_PDF.icon';
22
+ export * from './src/adsIcon-Phone.icon';
23
+ export * from './src/adsIcon-Map.icon';
24
+ export * from './src/adsIcon-Print.icon';
25
+ export * from './src/adsIcon-Minus_Circle.icon';
26
+ export * from './src/adsIcon-Sort_Rearrange.icon';
27
+ export * from './src/adsIcon-Download.icon';
28
+ export * from './src/adsIcon-Calendar.icon';
29
+ export * from './src/adsIcon-Flame_Fire.icon';
30
+ export * from './src/adsIcon-Flight.icon';
31
+ export * from './src/adsIcon-Gear.icon';
32
+ export * from './src/adsIcon-Caret_Up_2.icon';
33
+ export * from './src/adsIcon-Caret_Down_2.icon';
3
34
  export * from './src/adsIcon-Bell.icon';
4
35
  export * from './src/adsIcon-Bell_Warning.icon';
5
36
  export * from './src/adsIcon-Calendar_Star.icon';
@@ -1,4 +1,4 @@
1
- export type adsIcon = 'bell' | 'bell_warning' | 'calendar_star' | 'check_circle_filled' | 'check_circle' | 'check' | 'checklist' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle_filled' | 'circle_no_filled' | 'cross_circle' | 'cross_circle_filled' | 'cross' | 'cross_v2' | 'datepicker' | 'drag' | 'graph' | 'edit_dashboard' | 'essentials' | 'exclamation' | 'filter' | 'file_signature' | 'front_truck' | 'information' | 'location_filled' | 'lock' | 'mail_envelope' | 'menu_more_info' | 'minus' | 'plus_circle' | 'pencil' | 'plus' | 'search' | 'search_file' | 'sort_ascending' | 'sort_descending' | 'sort_filled' | 'star_25' | 'star_50' | 'star_75' | 'star_full' | 'star' | 'stepper_circle' | 'status_processing' | 'status_new' | 'shipment' | 'order' | 'order_management' | 'timepicker' | 'tools' | 'truck' | 'truck_dolly' | 'user_circle' | 'visibility_eye_none' | 'visibility_eye' | 'warehouse' | 'warning';
1
+ export type adsIcon = 'assembly_production_conveyer' | 'box_check' | 'file_multi' | 'file_complete' | 'truck_fast' | 'thumbs_up_opportunities' | 'paper_clip' | 'heart' | 'vendor_management' | 'users' | 'badge' | 'business_briefcase' | 'calendar_check' | 'globe' | 'reporting' | 'dashboard' | 'file_tariff' | 'image' | 'file_pdf' | 'phone' | 'map' | 'print' | 'minus_circle' | 'sort_rearrange' | 'calendar' | 'download' | 'flame_fire' | 'flight' | 'gear' | 'caret_down_2' | 'caret_up_2' | 'bell' | 'bell_warning' | 'calendar_star' | 'check_circle_filled' | 'check_circle' | 'check' | 'checklist' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle_filled' | 'circle_no_filled' | 'cross_circle' | 'cross_circle_filled' | 'cross' | 'cross_v2' | 'datepicker' | 'drag' | 'graph' | 'edit_dashboard' | 'essentials' | 'exclamation' | 'filter' | 'file_signature' | 'front_truck' | 'information' | 'location_filled' | 'lock' | 'mail_envelope' | 'menu_more_info' | 'minus' | 'plus_circle' | 'pencil' | 'plus' | 'search' | 'search_file' | 'sort_ascending' | 'sort_descending' | 'sort_filled' | 'star_25' | 'star_50' | 'star_75' | 'star_full' | 'star' | 'stepper_circle' | 'status_processing' | 'status_new' | 'shipment' | 'order' | 'order_management' | 'timepicker' | 'tools' | 'truck' | 'truck_dolly' | 'user_circle' | 'visibility_eye_none' | 'visibility_eye' | 'warehouse' | 'warning';
2
2
  export interface AdsIcon {
3
3
  name: adsIcon;
4
4
  data: string;
@@ -0,0 +1,4 @@
1
+ export declare const adsIconAssemblyProductionConveyer: {
2
+ name: 'assembly_production_conveyer';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconBadge: {
2
+ name: 'badge';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconBoxCheck: {
2
+ name: 'box_check';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconBusinessBriefcase: {
2
+ name: 'business_briefcase';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconCalendar: {
2
+ name: 'calendar';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconCalendarCheck: {
2
+ name: 'calendar_check';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconCaretDown2: {
2
+ name: 'caret_down_2';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconCaretUp2: {
2
+ name: 'caret_up_2';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconDashboard: {
2
+ name: 'dashboard';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconDownload: {
2
+ name: 'download';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconFileComplete: {
2
+ name: 'file_complete';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconFileMulti: {
2
+ name: 'file_multi';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconFilePdf: {
2
+ name: 'file_pdf';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconFileTariff: {
2
+ name: 'file_tariff';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconFlameFire: {
2
+ name: 'flame_fire';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconFlight: {
2
+ name: 'flight';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconGear: {
2
+ name: 'gear';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconGlobe: {
2
+ name: 'globe';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconHeart: {
2
+ name: 'heart';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconImage: {
2
+ name: 'image';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconMap: {
2
+ name: 'map';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconMinusCircle: {
2
+ name: 'minus_circle';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconPaperClip: {
2
+ name: 'paper_clip';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconPhone: {
2
+ name: 'phone';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconPrint: {
2
+ name: 'print';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconReporting: {
2
+ name: 'reporting';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconSortRearrange: {
2
+ name: 'sort_rearrange';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconThumbsUpOpportunities: {
2
+ name: 'thumbs_up_opportunities';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconTruckFast: {
2
+ name: 'truck_fast';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconUsers: {
2
+ name: 'users';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconVendorManagement: {
2
+ name: 'vendor_management';
3
+ data: string;
4
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-icons",
3
- "version": "0.0.22",
3
+ "version": "0.0.28",
4
4
  "description": "This library was generated with [Nx](https://nx.dev).",
5
5
  "main": "jest.config.js",
6
6
  "author": "Sergii Sichkar",