@flywheel-io/vision 19.6.0 → 19.7.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.
- package/assets/fonts/Flywheel-Vision-Icons.svg +8 -4
- package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
- package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
- package/assets/svg/edit.svg +2 -1
- package/assets/svg/eye-modern-square-read.svg +4 -0
- package/assets/svg/task-list-add-checkmark.svg +4 -0
- package/components/alert/alert.component.d.ts +5 -1
- package/components/app-icon/app-icon.component.d.ts +4 -0
- package/components/avatar/avatar.component.d.ts +5 -1
- package/components/badge/badge.component.d.ts +4 -0
- package/components/breadcrumbs/breadcrumbs.component.d.ts +4 -0
- package/components/breadcrumbs/crumb.component.d.ts +4 -0
- package/components/button/button.component.d.ts +4 -0
- package/components/button-group/button-group.component.d.ts +4 -0
- package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +4 -0
- package/components/button-toggle/button-toggle.component.d.ts +4 -0
- package/components/card/card-attribute/card-attribute.component.d.ts +4 -0
- package/components/card/card-author/card-author.component.d.ts +4 -0
- package/components/card/card-content/card-content.component.d.ts +4 -0
- package/components/card/card-footer/card-footer.component.d.ts +4 -0
- package/components/card/card-header/card-header.component.d.ts +4 -0
- package/components/card/card.component.d.ts +4 -0
- package/components/checkbox/checkbox.component.d.ts +4 -0
- package/components/chip/chip.component.d.ts +4 -0
- package/components/contained-input/contained-input.component.d.ts +4 -0
- package/components/date-input/date-input.component.d.ts +4 -0
- package/components/dialog/dialog-actions.component.d.ts +4 -0
- package/components/dialog/dialog-confirm.component.d.ts +4 -0
- package/components/dialog/dialog-content.component.d.ts +4 -0
- package/components/dialog/dialog-header.component.d.ts +4 -0
- package/components/dialog/dialog-simple.component.d.ts +4 -0
- package/components/dialog/dialog.component.d.ts +4 -0
- package/components/dialog/dialogs.module.d.ts +7 -8
- package/components/form-heading/form-heading.component.d.ts +4 -0
- package/components/icon/icon.component.d.ts +5 -0
- package/components/icon/icon.types.d.ts +1 -1
- package/components/icon-button/icon-button.component.d.ts +5 -1
- package/components/layouts/context/context.component.d.ts +4 -0
- package/components/layouts/grid/grid.component.d.ts +4 -0
- package/components/layouts/layout-group.component.d.ts +4 -0
- package/components/layouts/panel/panel.component.d.ts +4 -0
- package/components/layouts/sidebar/sidebar.component.d.ts +4 -0
- package/components/layouts/toolbar/toolbar.component.d.ts +4 -0
- package/components/menu/menu-container/menu-container.component.d.ts +4 -0
- package/components/menu/menu-header/menu-header.component.d.ts +4 -0
- package/components/menu/menu-item/menu-item.component.d.ts +4 -0
- package/components/menu/menu-item-group/menu-item-group.component.d.ts +4 -0
- package/components/menu/menu-separator/menu-separator.component.d.ts +4 -0
- package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +4 -0
- package/components/menu/menu.component.d.ts +4 -0
- package/components/navbar/navbar-header/navbar-header.component.d.ts +4 -0
- package/components/navbar/navbar-item/navbar-item.component.d.ts +4 -0
- package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +4 -0
- package/components/navbar/navbar.component.d.ts +4 -0
- package/components/number-input/number-input.component.d.ts +4 -0
- package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +4 -0
- package/components/paginator/paginator.component.d.ts +4 -0
- package/components/phone-input/phone-input.component.d.ts +4 -0
- package/components/popover/popover-panel/popover-panel.component.d.ts +3 -0
- package/components/progress/bar/bar.component.d.ts +4 -1
- package/components/progress/spinner/spinner.component.d.ts +4 -1
- package/components/radio/radio-group.component.d.ts +4 -0
- package/components/radio/radio.component.d.ts +4 -0
- package/components/section-heading/back-button/back-button.component.d.ts +4 -0
- package/components/section-heading/section-heading.component.d.ts +4 -0
- package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +4 -0
- package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +2 -2
- package/components/select-menu/select-menu.component.d.ts +5 -1
- package/components/snackbar/snackbar/snackbar.component.d.ts +4 -0
- package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +3 -0
- package/components/stepper/step.component.d.ts +4 -0
- package/components/stepper/stepper.component.d.ts +4 -0
- package/components/switch/switch.component.d.ts +4 -0
- package/components/table/table-dense.component.d.ts +4 -0
- package/components/table/table.component.d.ts +4 -0
- package/components/tabs/tab/tab.component.d.ts +4 -0
- package/components/tabs/tab-panel/tab-panel.component.d.ts +4 -0
- package/components/tabs/tabs.component.d.ts +4 -0
- package/components/tag/tag.component.d.ts +5 -1
- package/components/text/text.component.d.ts +4 -0
- package/components/text-input/text-input.component.d.ts +4 -0
- package/components/textarea-input/textarea-input.component.d.ts +4 -0
- package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +3 -0
- package/components/wrapped-input/wrapped-input.component.d.ts +4 -0
- package/fesm2022/flywheel-io-vision.mjs +810 -603
- package/fesm2022/flywheel-io-vision.mjs.map +1 -1
- package/package.json +1 -1
- package/scss/icons/_icon-glyphs.scss +7 -1
- package/styles.css +9 -1
- package/components/shared/pipes/pipes.module.d.ts +0 -13
- package/components/shared/pipes/translate.pipe.d.ts +0 -17
- package/components/shared/pipes/trusthtml.pipe.d.ts +0 -10
package/package.json
CHANGED
|
@@ -40,9 +40,15 @@
|
|
|
40
40
|
-moz-osx-font-smoothing: grayscale;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.icon-
|
|
43
|
+
.icon-eye-modern-square-read:before {
|
|
44
44
|
content: "\ea5c";
|
|
45
45
|
}
|
|
46
|
+
.icon-task-list-add-checkmark:before {
|
|
47
|
+
content: "\ea5d";
|
|
48
|
+
}
|
|
49
|
+
.icon-pen-edit-compose-new:before {
|
|
50
|
+
content: "\ea5b";
|
|
51
|
+
}
|
|
46
52
|
.icon-edit:before {
|
|
47
53
|
content: "\e923";
|
|
48
54
|
}
|
package/styles.css
CHANGED
|
@@ -390,10 +390,18 @@ a:visited {
|
|
|
390
390
|
-moz-osx-font-smoothing: grayscale;
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
.icon-
|
|
393
|
+
.icon-eye-modern-square-read:before {
|
|
394
394
|
content: "\ea5c";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.icon-task-list-add-checkmark:before {
|
|
398
|
+
content: "\ea5d";
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.icon-pen-edit-compose-new:before {
|
|
402
|
+
content: "\ea5b";
|
|
403
|
+
}
|
|
404
|
+
|
|
397
405
|
.icon-edit:before {
|
|
398
406
|
content: "\e923";
|
|
399
407
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { TranslationService } from '../translation.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./translate.pipe";
|
|
4
|
-
import * as i2 from "./trusthtml.pipe";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import component directly, intent to remove in v20
|
|
7
|
-
*/
|
|
8
|
-
export declare class PipesModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, never, [typeof i1.TranslatePipe, typeof i2.TrustHtmlPipe], [typeof i1.TranslatePipe, typeof i2.TrustHtmlPipe]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
|
|
12
|
-
}
|
|
13
|
-
export { TranslationService };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslationService } from '../translation.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Translate a message given a nested key to a location in the loaded locale copy.
|
|
6
|
-
*/
|
|
7
|
-
export declare class TranslatePipe implements PipeTransform, OnDestroy {
|
|
8
|
-
private cdr;
|
|
9
|
-
private translationService;
|
|
10
|
-
private subscriptions;
|
|
11
|
-
private messages;
|
|
12
|
-
constructor(cdr: ChangeDetectorRef, translationService: TranslationService);
|
|
13
|
-
ngOnDestroy(): void;
|
|
14
|
-
transform(key: string, silent?: boolean): string;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
|
|
16
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "translate", true>;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TrustHtmlPipe implements PipeTransform {
|
|
5
|
-
private sanitizer;
|
|
6
|
-
constructor(sanitizer: DomSanitizer);
|
|
7
|
-
transform(html: string): SafeHtml;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TrustHtmlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TrustHtmlPipe, "trusthtml", true>;
|
|
10
|
-
}
|