@flywheel-io/vision 1.8.4 → 1.9.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 -0
- package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
- package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
- package/assets/svg/chevron-input-number.svg +5 -0
- package/assets/svg/filter-sort-add.svg +4 -0
- package/assets/svg/filter-sort-check-mark.svg +4 -0
- package/assets/svg/filter-sort-delete.svg +4 -0
- package/components/icon/icon.types.d.ts +1 -1
- package/esm2020/components/alert/alert.component.mjs +3 -3
- package/esm2020/components/icon/icon.types.mjs +243 -239
- package/esm2020/components/menu/menu.component.mjs +9 -1
- package/fesm2015/flywheel-io-vision.mjs +252 -240
- package/fesm2015/flywheel-io-vision.mjs.map +1 -1
- package/fesm2020/flywheel-io-vision.mjs +252 -240
- package/fesm2020/flywheel-io-vision.mjs.map +1 -1
- package/package.json +1 -1
- package/scss/icons/_icon-glyphs.scss +12 -1
- package/styles.css +16 -0
|
@@ -133,10 +133,10 @@ class FwAlertComponent {
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
FwAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FwAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
136
|
-
FwAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: FwAlertComponent, selector: "fw-alert", inputs: { description: "description", icon: "icon", severity: "severity", title: "title", variant: "variant", showClose: "showClose" }, outputs: { close: "close" }, ngImport: i0, template: "<div [ngClass]=\"['alert', variant, severity]\">\n <fw-icon *ngIf=\"icon\" class=\"alert-icon\">{{ icon }}</fw-icon>\n <div class=\"alert-text\">\n <h4 *ngIf=\"title\">{{ title }}</h4>\n <p *ngIf=\"description\">{{ description }}</p>\n <p>\n <ng-content></ng-content>\n </p>\n </div>\n <div class=\"close-icon\">\n <ng-content select=\"fw-button\"></ng-content>\n <fw-icon-button\n *ngIf=\"showClose\"\n icon=\"close\" size=\"small\"\n [color]=\"variant==='filled'?'overlay':severity\"\n (click)=\"close?close.emit():undefined\">\n </fw-icon-button>\n </div>\n</div>\n", styles: [".alert{border-radius:8px;padding:6px 16px;display:flex;box-sizing:border-box;min-height:48px}.alert .alert-icon{padding:7px 12px 7px 0;align-items:flex-start;font-size:22px}.alert .alert-text{padding:6px 0;flex:1;display:flex;flex-direction:column;justify-items:center}.alert h4{margin:3px 0;color:var(--typography-contrast)}.alert p{margin:3px 0 0;color:inherit;font-size:12px;font-weight:400;line-height:16.8px}.alert .close-icon{display:flex;align-items:flex-start;margin-left:16px;gap:16px;margin-top:4px;height:30px}.alert .close-icon:empty{display:none}.alert.standard.info{color:var(--primary-base);background-color:var(--primary-hover);border:1px solid var(--primary-border)}.alert.standard.info h4{color:var(--primary-base)}.alert.standard.warning{color:var(--orange-base);background-color:var(--orange-hover);border:1px solid var(--orange-border)}.alert.standard.warning h4{color:var(--orange-base)}.alert.standard.success{color:var(--green-base);background-color:var(--green-hover);border:1px solid var(--green-border)}.alert.standard.success h4{color:var(--green-base)}.alert.standard.error{color:var(--red-base);background-color:var(--red-hover);border:1px solid var(--red-border)}.alert.standard.error h4{color:var(--red-base)}.alert.outlined.info{color:var(--primary-base);border:1px solid var(--primary-base)}.alert.outlined.info h4{color:var(--primary-base)}.alert.outlined.warning{color:var(--orange-base);border:1px solid var(--orange-base)}.alert.outlined.warning h4{color:var(--orange-base)}.alert.outlined.success{color:var(--green-base);border:1px solid var(--green-base)}.alert.outlined.success h4{color:var(--green-base)}.alert.outlined.error{color:var(--red-base);border:1px solid var(--red-base)}.alert.outlined.error h4{color:var(--red-base)}.alert.filled.info{color:var(--typography-contrast);background-color:var(--primary-base)}.alert.filled.warning{color:var(--typography-contrast);background-color:var(--orange-base)}.alert.filled.success{color:var(--typography-contrast);background-color:var(--green-base)}.alert.filled.error{color:var(--typography-contrast);background-color:var(--red-base)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }] });
|
|
136
|
+
FwAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: FwAlertComponent, selector: "fw-alert", inputs: { description: "description", icon: "icon", severity: "severity", title: "title", variant: "variant", showClose: "showClose" }, outputs: { close: "close" }, ngImport: i0, template: "<div [ngClass]=\"['fw-alert', variant, severity]\">\n <fw-icon *ngIf=\"icon\" class=\"fw-alert-icon\">{{ icon }}</fw-icon>\n <div class=\"fw-alert-text\">\n <h4 *ngIf=\"title\">{{ title }}</h4>\n <p *ngIf=\"description\">{{ description }}</p>\n <p>\n <ng-content></ng-content>\n </p>\n </div>\n <div class=\"close-icon\">\n <ng-content select=\"fw-button\"></ng-content>\n <fw-icon-button\n *ngIf=\"showClose\"\n icon=\"close\" size=\"small\"\n [color]=\"variant==='filled'?'overlay':severity\"\n (click)=\"close?close.emit():undefined\">\n </fw-icon-button>\n </div>\n</div>\n", styles: [".fw-alert{border-radius:8px;padding:6px 16px;display:flex;box-sizing:border-box;min-height:48px}.fw-alert .fw-alert-icon{padding:7px 12px 7px 0;align-items:flex-start;font-size:22px}.fw-alert .fw-alert-text{padding:6px 0;flex:1;display:flex;flex-direction:column;justify-items:center}.fw-alert h4{margin:3px 0;color:var(--typography-contrast)}.fw-alert p{margin:3px 0 0;color:inherit;font-size:12px;font-weight:400;line-height:16.8px}.fw-alert .close-icon{display:flex;align-items:flex-start;margin-left:16px;gap:16px;margin-top:4px;height:30px}.fw-alert .close-icon:empty{display:none}.fw-alert.standard.info{color:var(--primary-base);background-color:var(--primary-hover);border:1px solid var(--primary-border)}.fw-alert.standard.info h4{color:var(--primary-base)}.fw-alert.standard.warning{color:var(--orange-base);background-color:var(--orange-hover);border:1px solid var(--orange-border)}.fw-alert.standard.warning h4{color:var(--orange-base)}.fw-alert.standard.success{color:var(--green-base);background-color:var(--green-hover);border:1px solid var(--green-border)}.fw-alert.standard.success h4{color:var(--green-base)}.fw-alert.standard.error{color:var(--red-base);background-color:var(--red-hover);border:1px solid var(--red-border)}.fw-alert.standard.error h4{color:var(--red-base)}.fw-alert.outlined.info{color:var(--primary-base);border:1px solid var(--primary-base)}.fw-alert.outlined.info h4{color:var(--primary-base)}.fw-alert.outlined.warning{color:var(--orange-base);border:1px solid var(--orange-base)}.fw-alert.outlined.warning h4{color:var(--orange-base)}.fw-alert.outlined.success{color:var(--green-base);border:1px solid var(--green-base)}.fw-alert.outlined.success h4{color:var(--green-base)}.fw-alert.outlined.error{color:var(--red-base);border:1px solid var(--red-base)}.fw-alert.outlined.error h4{color:var(--red-base)}.fw-alert.filled.info{color:var(--typography-contrast);background-color:var(--primary-base)}.fw-alert.filled.warning{color:var(--typography-contrast);background-color:var(--orange-base)}.fw-alert.filled.success{color:var(--typography-contrast);background-color:var(--green-base)}.fw-alert.filled.error{color:var(--typography-contrast);background-color:var(--red-base)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }] });
|
|
137
137
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FwAlertComponent, decorators: [{
|
|
138
138
|
type: Component,
|
|
139
|
-
args: [{ selector: 'fw-alert', template: "<div [ngClass]=\"['alert', variant, severity]\">\n <fw-icon *ngIf=\"icon\" class=\"alert-icon\">{{ icon }}</fw-icon>\n <div class=\"alert-text\">\n <h4 *ngIf=\"title\">{{ title }}</h4>\n <p *ngIf=\"description\">{{ description }}</p>\n <p>\n <ng-content></ng-content>\n </p>\n </div>\n <div class=\"close-icon\">\n <ng-content select=\"fw-button\"></ng-content>\n <fw-icon-button\n *ngIf=\"showClose\"\n icon=\"close\" size=\"small\"\n [color]=\"variant==='filled'?'overlay':severity\"\n (click)=\"close?close.emit():undefined\">\n </fw-icon-button>\n </div>\n</div>\n", styles: [".alert{border-radius:8px;padding:6px 16px;display:flex;box-sizing:border-box;min-height:48px}.alert .alert-icon{padding:7px 12px 7px 0;align-items:flex-start;font-size:22px}.alert .alert-text{padding:6px 0;flex:1;display:flex;flex-direction:column;justify-items:center}.alert h4{margin:3px 0;color:var(--typography-contrast)}.alert p{margin:3px 0 0;color:inherit;font-size:12px;font-weight:400;line-height:16.8px}.alert .close-icon{display:flex;align-items:flex-start;margin-left:16px;gap:16px;margin-top:4px;height:30px}.alert .close-icon:empty{display:none}.alert.standard.info{color:var(--primary-base);background-color:var(--primary-hover);border:1px solid var(--primary-border)}.alert.standard.info h4{color:var(--primary-base)}.alert.standard.warning{color:var(--orange-base);background-color:var(--orange-hover);border:1px solid var(--orange-border)}.alert.standard.warning h4{color:var(--orange-base)}.alert.standard.success{color:var(--green-base);background-color:var(--green-hover);border:1px solid var(--green-border)}.alert.standard.success h4{color:var(--green-base)}.alert.standard.error{color:var(--red-base);background-color:var(--red-hover);border:1px solid var(--red-border)}.alert.standard.error h4{color:var(--red-base)}.alert.outlined.info{color:var(--primary-base);border:1px solid var(--primary-base)}.alert.outlined.info h4{color:var(--primary-base)}.alert.outlined.warning{color:var(--orange-base);border:1px solid var(--orange-base)}.alert.outlined.warning h4{color:var(--orange-base)}.alert.outlined.success{color:var(--green-base);border:1px solid var(--green-base)}.alert.outlined.success h4{color:var(--green-base)}.alert.outlined.error{color:var(--red-base);border:1px solid var(--red-base)}.alert.outlined.error h4{color:var(--red-base)}.alert.filled.info{color:var(--typography-contrast);background-color:var(--primary-base)}.alert.filled.warning{color:var(--typography-contrast);background-color:var(--orange-base)}.alert.filled.success{color:var(--typography-contrast);background-color:var(--green-base)}.alert.filled.error{color:var(--typography-contrast);background-color:var(--red-base)}\n"] }]
|
|
139
|
+
args: [{ selector: 'fw-alert', template: "<div [ngClass]=\"['fw-alert', variant, severity]\">\n <fw-icon *ngIf=\"icon\" class=\"fw-alert-icon\">{{ icon }}</fw-icon>\n <div class=\"fw-alert-text\">\n <h4 *ngIf=\"title\">{{ title }}</h4>\n <p *ngIf=\"description\">{{ description }}</p>\n <p>\n <ng-content></ng-content>\n </p>\n </div>\n <div class=\"close-icon\">\n <ng-content select=\"fw-button\"></ng-content>\n <fw-icon-button\n *ngIf=\"showClose\"\n icon=\"close\" size=\"small\"\n [color]=\"variant==='filled'?'overlay':severity\"\n (click)=\"close?close.emit():undefined\">\n </fw-icon-button>\n </div>\n</div>\n", styles: [".fw-alert{border-radius:8px;padding:6px 16px;display:flex;box-sizing:border-box;min-height:48px}.fw-alert .fw-alert-icon{padding:7px 12px 7px 0;align-items:flex-start;font-size:22px}.fw-alert .fw-alert-text{padding:6px 0;flex:1;display:flex;flex-direction:column;justify-items:center}.fw-alert h4{margin:3px 0;color:var(--typography-contrast)}.fw-alert p{margin:3px 0 0;color:inherit;font-size:12px;font-weight:400;line-height:16.8px}.fw-alert .close-icon{display:flex;align-items:flex-start;margin-left:16px;gap:16px;margin-top:4px;height:30px}.fw-alert .close-icon:empty{display:none}.fw-alert.standard.info{color:var(--primary-base);background-color:var(--primary-hover);border:1px solid var(--primary-border)}.fw-alert.standard.info h4{color:var(--primary-base)}.fw-alert.standard.warning{color:var(--orange-base);background-color:var(--orange-hover);border:1px solid var(--orange-border)}.fw-alert.standard.warning h4{color:var(--orange-base)}.fw-alert.standard.success{color:var(--green-base);background-color:var(--green-hover);border:1px solid var(--green-border)}.fw-alert.standard.success h4{color:var(--green-base)}.fw-alert.standard.error{color:var(--red-base);background-color:var(--red-hover);border:1px solid var(--red-border)}.fw-alert.standard.error h4{color:var(--red-base)}.fw-alert.outlined.info{color:var(--primary-base);border:1px solid var(--primary-base)}.fw-alert.outlined.info h4{color:var(--primary-base)}.fw-alert.outlined.warning{color:var(--orange-base);border:1px solid var(--orange-base)}.fw-alert.outlined.warning h4{color:var(--orange-base)}.fw-alert.outlined.success{color:var(--green-base);border:1px solid var(--green-base)}.fw-alert.outlined.success h4{color:var(--green-base)}.fw-alert.outlined.error{color:var(--red-base);border:1px solid var(--red-base)}.fw-alert.outlined.error h4{color:var(--red-base)}.fw-alert.filled.info{color:var(--typography-contrast);background-color:var(--primary-base)}.fw-alert.filled.warning{color:var(--typography-contrast);background-color:var(--orange-base)}.fw-alert.filled.success{color:var(--typography-contrast);background-color:var(--green-base)}.fw-alert.filled.error{color:var(--typography-contrast);background-color:var(--red-base)}\n"] }]
|
|
140
140
|
}], propDecorators: { description: [{
|
|
141
141
|
type: Input
|
|
142
142
|
}], icon: [{
|
|
@@ -2405,309 +2405,313 @@ FwValidators.url = (control) => {
|
|
|
2405
2405
|
};
|
|
2406
2406
|
|
|
2407
2407
|
const allIcons = [
|
|
2408
|
-
'shield-protect',
|
|
2409
2408
|
'3d-sphere-rotate-arrows',
|
|
2410
|
-
'
|
|
2411
|
-
'bezier-curve',
|
|
2412
|
-
'technology-cube-3d',
|
|
2413
|
-
'brightness-photo-edit',
|
|
2414
|
-
'target-space-object-select',
|
|
2415
|
-
'crown-style-circle',
|
|
2416
|
-
'hammer-legal-square',
|
|
2417
|
-
'browser-internet-web-windows',
|
|
2418
|
-
'settings-adjust',
|
|
2419
|
-
'lock-unlock',
|
|
2420
|
-
'private-mode-protection-circle',
|
|
2421
|
-
'ai',
|
|
2422
|
-
'reader-studies',
|
|
2423
|
-
'shapes-objects',
|
|
2424
|
-
'cloud-upload',
|
|
2425
|
-
'floppy-save',
|
|
2426
|
-
'text-input-form',
|
|
2427
|
-
'document-file-add-plus-bottom-left',
|
|
2428
|
-
'document-file-upload-bottom-center',
|
|
2429
|
-
'paint-roller',
|
|
2430
|
-
'brush-edit-create',
|
|
2431
|
-
'bucket-paint',
|
|
2432
|
-
'edit-erase',
|
|
2433
|
-
'grid-dot-square',
|
|
2434
|
-
'column-edit',
|
|
2435
|
-
'molecule',
|
|
2436
|
-
'invoice-checkmark-paid',
|
|
2437
|
-
'invoice',
|
|
2438
|
-
'pause',
|
|
2439
|
-
'calendar-arrow-left-center',
|
|
2440
|
-
'file-blank-image-load-mask',
|
|
2441
|
-
'closed-freehand-vector-poly',
|
|
2442
|
-
'curve-object-secet-cursor',
|
|
2443
|
-
'freehand-vector-poly',
|
|
2444
|
-
'pen-edit-circle',
|
|
2445
|
-
'code-block-embed',
|
|
2446
|
-
'italic',
|
|
2447
|
-
'list-paragraph-number',
|
|
2448
|
-
'list-paragraph',
|
|
2449
|
-
'text-bold',
|
|
2450
|
-
'text-cross',
|
|
2451
|
-
'text-h1',
|
|
2452
|
-
'text-h2',
|
|
2453
|
-
'text-underline',
|
|
2454
|
-
'twitter',
|
|
2455
|
-
'smiley-emoji-face',
|
|
2456
|
-
'exchange',
|
|
2457
|
-
'markdown',
|
|
2458
|
-
'quote',
|
|
2459
|
-
'measure-ruler-calibration',
|
|
2460
|
-
'zendesk-logo',
|
|
2461
|
-
'add-server-databases-endpoint',
|
|
2462
|
-
'cloud-network-add',
|
|
2463
|
-
'server-database-endpoint',
|
|
2464
|
-
'book-lab-flask',
|
|
2465
|
-
'list-test-lab-flask',
|
|
2466
|
-
'test-lab-flask',
|
|
2467
|
-
'message-checkmark-sent',
|
|
2468
|
-
'send-message-share',
|
|
2469
|
-
'flywheel-mark-logo',
|
|
2470
|
-
'speed-dashboard',
|
|
2471
|
-
'arrange-filter-sort',
|
|
2472
|
-
'delivery-shipment-packages',
|
|
2473
|
-
'color-ven-design-profile-central',
|
|
2474
|
-
'home-modern-door',
|
|
2475
|
-
'tasklist-to-do-checkmark',
|
|
2476
|
-
'user-profile-group-discovery',
|
|
2477
|
-
'flip-horizontal',
|
|
2478
|
-
'flip-vertical',
|
|
2479
|
-
'facebook',
|
|
2480
|
-
'github-color-login',
|
|
2481
|
-
'linkedin',
|
|
2482
|
-
'youtube',
|
|
2483
|
-
'server-databases-connect',
|
|
2484
|
-
'server-databases-download',
|
|
2485
|
-
'server-databases-minimal-download',
|
|
2486
|
-
'server-databases-sync',
|
|
2487
|
-
'graduate-hat',
|
|
2488
|
-
'blocks-code-test-checkmark',
|
|
2489
|
-
'camera-photo-capture',
|
|
2490
|
-
'photo-edit-brightness-invert',
|
|
2491
|
-
'unlimited-repeat-subscription-circle',
|
|
2492
|
-
'mute',
|
|
2493
|
-
'volume-full',
|
|
2494
|
-
'hand-money-currency',
|
|
2495
|
-
'bookmark-plus-add',
|
|
2496
|
-
'circle',
|
|
2497
|
-
'clip-attachment',
|
|
2498
|
-
'code-text',
|
|
2499
|
-
'document-status-done-checkmark',
|
|
2500
|
-
'done-check-tracked',
|
|
2501
|
-
'home-modern-option-lines',
|
|
2502
|
-
'keyboard',
|
|
2503
|
-
'line',
|
|
2504
|
-
'link-unlink',
|
|
2505
|
-
'measure-angle',
|
|
2506
|
-
'media-library-imports-dowload',
|
|
2507
|
-
'message-chat-info',
|
|
2508
|
-
'microphone-mic-rec-circle',
|
|
2509
|
-
'microphone-mic-rec',
|
|
2510
|
-
'microphone-mic-recording-circle',
|
|
2511
|
-
'pie-graph-chart-sample',
|
|
2512
|
-
'plus-add-rectangle',
|
|
2513
|
-
'polygon',
|
|
2514
|
-
'rotate-arrow-manual',
|
|
2515
|
-
'rotate-item-left',
|
|
2516
|
-
'rotate-item-right',
|
|
2517
|
-
'stars-light-sparkle',
|
|
2518
|
-
'undone-uncheck-untracked',
|
|
2519
|
-
'clap-applause-hands',
|
|
2520
|
-
'email-mail-checkmark-group',
|
|
2521
|
-
'circle-ellipses',
|
|
2522
|
-
'crosshair',
|
|
2523
|
-
'cursor-select',
|
|
2524
|
-
'draw-rectangle',
|
|
2525
|
-
'ruler-bidirectional',
|
|
2526
|
-
'ruler',
|
|
2527
|
-
'workspace-mode',
|
|
2528
|
-
'creative-commons',
|
|
2529
|
-
'free-rights',
|
|
2530
|
-
'hammer-screwdriver',
|
|
2531
|
-
'arrow-annotate',
|
|
2532
|
-
'arrow',
|
|
2533
|
-
'notebook-open',
|
|
2534
|
-
'windows',
|
|
2409
|
+
'add-circle',
|
|
2535
2410
|
'add-new-create',
|
|
2536
2411
|
'add-row-above',
|
|
2537
2412
|
'add-row-below',
|
|
2538
|
-
'
|
|
2539
|
-
'
|
|
2413
|
+
'add-server-databases-endpoint',
|
|
2414
|
+
'add-server',
|
|
2415
|
+
'add-user',
|
|
2416
|
+
'ai',
|
|
2417
|
+
'apple',
|
|
2418
|
+
'apply-copy-duplicate',
|
|
2419
|
+
'arrange-filter-sort',
|
|
2420
|
+
'arrow-annotate',
|
|
2540
2421
|
'arrow-back-collapse',
|
|
2422
|
+
'arrow-back',
|
|
2423
|
+
'arrow-down',
|
|
2541
2424
|
'arrow-forward-collapse',
|
|
2425
|
+
'arrow-forward',
|
|
2426
|
+
'arrow-rotate-restore',
|
|
2427
|
+
'arrow-rotate',
|
|
2428
|
+
'arrow-up',
|
|
2429
|
+
'arrow',
|
|
2542
2430
|
'barcode-serial',
|
|
2543
2431
|
'barcode-stack-scan',
|
|
2432
|
+
'bell-notification',
|
|
2433
|
+
'bezier-curve',
|
|
2434
|
+
'blocks-code-test-checkmark',
|
|
2435
|
+
'book-lab-flask',
|
|
2436
|
+
'bookmark-plus-add',
|
|
2437
|
+
'bookmark',
|
|
2438
|
+
'brain',
|
|
2439
|
+
'brightness-photo-edit',
|
|
2440
|
+
'browser-internet-web-windows',
|
|
2441
|
+
'brush-edit-create',
|
|
2442
|
+
'bucket-paint',
|
|
2544
2443
|
'button-form-element',
|
|
2444
|
+
'calendar-arrow-left-center',
|
|
2545
2445
|
'calendar-schedule',
|
|
2446
|
+
'camera-photo-capture',
|
|
2447
|
+
'cash-banknotes',
|
|
2448
|
+
'chart-square',
|
|
2449
|
+
'chart-trend-square',
|
|
2546
2450
|
'chat-messages-bubble',
|
|
2547
2451
|
'checklist-tasks-chechmark-square',
|
|
2452
|
+
'checklist',
|
|
2453
|
+
'chevron-back',
|
|
2454
|
+
'chevron-down',
|
|
2455
|
+
'chevron-forward',
|
|
2456
|
+
'chevron-input-number',
|
|
2457
|
+
'chevron-up',
|
|
2458
|
+
'circle-ellipses',
|
|
2459
|
+
'circle',
|
|
2460
|
+
'clap-applause-hands',
|
|
2461
|
+
'clip-attachment',
|
|
2462
|
+
'clock-history',
|
|
2463
|
+
'clock-loading',
|
|
2464
|
+
'close-circled',
|
|
2465
|
+
'close',
|
|
2466
|
+
'closed-freehand-vector-poly',
|
|
2467
|
+
'cloud-network-add',
|
|
2468
|
+
'cloud-storage-checkmark',
|
|
2469
|
+
'cloud-upload',
|
|
2470
|
+
'code-block-embed',
|
|
2471
|
+
'code-text',
|
|
2548
2472
|
'color-design-profile',
|
|
2473
|
+
'color-ven-design-profile-central',
|
|
2474
|
+
'column-edit',
|
|
2549
2475
|
'computer-chip',
|
|
2550
2476
|
'contrast-photo-edit',
|
|
2477
|
+
'copy-item',
|
|
2478
|
+
'creative-commons',
|
|
2479
|
+
'crosshair',
|
|
2480
|
+
'crown-style-circle',
|
|
2481
|
+
'cursor-select',
|
|
2482
|
+
'curve-object-secet-cursor',
|
|
2483
|
+
'data-tree',
|
|
2484
|
+
'delivery-shipment-packages',
|
|
2485
|
+
'dna-hospital-medical',
|
|
2486
|
+
'document-file-add-plus-bottom-left',
|
|
2487
|
+
'document-file-blank',
|
|
2488
|
+
'document-file-download',
|
|
2551
2489
|
'document-file-list-protocol',
|
|
2490
|
+
'document-file-tar',
|
|
2491
|
+
'document-file-upload-bottom-center',
|
|
2492
|
+
'document-file-zip',
|
|
2493
|
+
'document-status-done-checkmark',
|
|
2494
|
+
'document-visible',
|
|
2495
|
+
'documents-files',
|
|
2496
|
+
'done-check-tracked',
|
|
2497
|
+
'done-check',
|
|
2498
|
+
'download-status',
|
|
2499
|
+
'download',
|
|
2552
2500
|
'drag-drop-indicator',
|
|
2501
|
+
'draw-rectangle',
|
|
2502
|
+
'earth-globe-fail',
|
|
2503
|
+
'edit-boxed',
|
|
2504
|
+
'edit-erase',
|
|
2505
|
+
'edit',
|
|
2506
|
+
'email-mail-checkmark-group',
|
|
2507
|
+
'email',
|
|
2508
|
+
'embed-circle',
|
|
2509
|
+
'exchange',
|
|
2510
|
+
'facebook',
|
|
2511
|
+
'file-blank-image-load-mask',
|
|
2512
|
+
'file-download',
|
|
2513
|
+
'file-text',
|
|
2514
|
+
'files-library-content',
|
|
2515
|
+
'files-library',
|
|
2516
|
+
'files',
|
|
2517
|
+
'filter-sort-add',
|
|
2518
|
+
'filter-sort-check-mark',
|
|
2519
|
+
'filter-sort-delete',
|
|
2520
|
+
'filter',
|
|
2521
|
+
'flag',
|
|
2522
|
+
'flip-horizontal',
|
|
2523
|
+
'flip-vertical',
|
|
2524
|
+
'floppy-save',
|
|
2525
|
+
'flywheel-mark-logo',
|
|
2526
|
+
'folder-add',
|
|
2527
|
+
'folder-blank',
|
|
2528
|
+
'folder-checked',
|
|
2529
|
+
'folder-group',
|
|
2530
|
+
'folder-open',
|
|
2531
|
+
'folder-share',
|
|
2553
2532
|
'form-metadata-element',
|
|
2533
|
+
'free-rights',
|
|
2534
|
+
'freehand-vector-poly',
|
|
2554
2535
|
'full-screen-zoom',
|
|
2555
|
-
'
|
|
2536
|
+
'github-color-login',
|
|
2537
|
+
'gitlab',
|
|
2538
|
+
'graduate-hat',
|
|
2539
|
+
'grid-dot-square',
|
|
2540
|
+
'grid-layout',
|
|
2541
|
+
'hammer-legal-square',
|
|
2542
|
+
'hammer-screwdriver',
|
|
2543
|
+
'hand-money-currency',
|
|
2556
2544
|
'header-form-element',
|
|
2545
|
+
'home-modern-door',
|
|
2546
|
+
'home-modern-option-lines',
|
|
2557
2547
|
'human-artificial-intelligence',
|
|
2548
|
+
'icon-placeholder',
|
|
2558
2549
|
'image-photo-copy-left-down',
|
|
2559
2550
|
'image-picture-square',
|
|
2551
|
+
'information-circle',
|
|
2552
|
+
'invoice-checkmark-paid',
|
|
2553
|
+
'invoice',
|
|
2554
|
+
'italic',
|
|
2560
2555
|
'items-group-elements',
|
|
2556
|
+
'key',
|
|
2557
|
+
'keyboard',
|
|
2558
|
+
'keychain',
|
|
2559
|
+
'label-tag',
|
|
2560
|
+
'laptop-health-medical-cross',
|
|
2561
2561
|
'layers',
|
|
2562
|
+
'layout-grid',
|
|
2563
|
+
'layout',
|
|
2564
|
+
'line',
|
|
2565
|
+
'link-unlink',
|
|
2566
|
+
'link',
|
|
2567
|
+
'linkedin',
|
|
2568
|
+
'linux',
|
|
2569
|
+
'list-paragraph-number',
|
|
2570
|
+
'list-paragraph',
|
|
2571
|
+
'list-test-lab-flask',
|
|
2572
|
+
'livewire-tool',
|
|
2573
|
+
'loading-status-checkmark',
|
|
2574
|
+
'lock-unlock',
|
|
2575
|
+
'lock',
|
|
2576
|
+
'logout',
|
|
2577
|
+
'lung',
|
|
2578
|
+
'lungs',
|
|
2579
|
+
'markdown',
|
|
2580
|
+
'measure-angle',
|
|
2581
|
+
'measure-ruler-calibration',
|
|
2582
|
+
'media-library-imports-dowload',
|
|
2562
2583
|
'menu-burger-handle',
|
|
2584
|
+
'menu-horizontal',
|
|
2563
2585
|
'menu-list-form-square',
|
|
2586
|
+
'menu-vertical',
|
|
2587
|
+
'message-chat-info',
|
|
2564
2588
|
'message-chat-question-support',
|
|
2589
|
+
'message-checkmark-sent',
|
|
2565
2590
|
'message-question-checkmark',
|
|
2591
|
+
'microphone-mic-rec-circle',
|
|
2592
|
+
'microphone-mic-rec',
|
|
2593
|
+
'microphone-mic-recording-circle',
|
|
2566
2594
|
'minus',
|
|
2595
|
+
'modalities',
|
|
2596
|
+
'molecule',
|
|
2597
|
+
'money-coin',
|
|
2598
|
+
'money-dollar',
|
|
2599
|
+
'money',
|
|
2567
2600
|
'mouse-big',
|
|
2568
2601
|
'move',
|
|
2569
2602
|
'music-play-resume',
|
|
2570
2603
|
'music-stop',
|
|
2604
|
+
'mute',
|
|
2605
|
+
'network-storage-alert',
|
|
2571
2606
|
'notebook-add-plus',
|
|
2607
|
+
'notebook-open',
|
|
2572
2608
|
'notebook-pen-edit',
|
|
2573
2609
|
'notebook',
|
|
2574
2610
|
'notes-pen',
|
|
2575
2611
|
'object-search-zoom-plus',
|
|
2612
|
+
'open',
|
|
2613
|
+
'paint-roller',
|
|
2614
|
+
'pause',
|
|
2615
|
+
'pen-edit-circle',
|
|
2576
2616
|
'pencil-edit-create',
|
|
2617
|
+
'photo-edit-brightness-invert',
|
|
2618
|
+
'pie-chart',
|
|
2619
|
+
'pie-graph-chart-sample',
|
|
2620
|
+
'plus-add-rectangle',
|
|
2621
|
+
'polygon',
|
|
2622
|
+
'private-mode-protection-circle',
|
|
2577
2623
|
'protection-target',
|
|
2624
|
+
'protective-mask',
|
|
2625
|
+
'question-circle',
|
|
2626
|
+
'quote',
|
|
2627
|
+
'radiology-scan-circle',
|
|
2628
|
+
'radiology-scan',
|
|
2629
|
+
'reader-studies',
|
|
2630
|
+
'rotate-arrow-manual',
|
|
2631
|
+
'rotate-item-left',
|
|
2632
|
+
'rotate-item-right',
|
|
2633
|
+
'rotate-refresh',
|
|
2578
2634
|
'rotate',
|
|
2635
|
+
'ruler-bidirectional',
|
|
2636
|
+
'ruler',
|
|
2579
2637
|
'scanner',
|
|
2638
|
+
'search-loop',
|
|
2580
2639
|
'search-user-profile-person',
|
|
2581
2640
|
'search-zoom-minus',
|
|
2582
2641
|
'search-zoom-plus',
|
|
2642
|
+
'search',
|
|
2583
2643
|
'section-form-element',
|
|
2644
|
+
'send-message-share',
|
|
2645
|
+
'server-checkmark',
|
|
2646
|
+
'server-database-endpoint',
|
|
2647
|
+
'server-databases-connect',
|
|
2648
|
+
'server-databases-download',
|
|
2584
2649
|
'server-databases-key-protection',
|
|
2650
|
+
'server-databases-minimal-download',
|
|
2585
2651
|
'server-databases-sync-import',
|
|
2586
|
-
'
|
|
2587
|
-
'target',
|
|
2588
|
-
'text-long',
|
|
2589
|
-
'text-short-form-element',
|
|
2590
|
-
'timer-clock-style',
|
|
2591
|
-
'user-document',
|
|
2592
|
-
'video-player-controls',
|
|
2593
|
-
'visible-eye-hidden',
|
|
2594
|
-
'window-finder-resize-arrow-down',
|
|
2595
|
-
'window-finder-resize-arrow-up',
|
|
2596
|
-
'window-resize-left',
|
|
2597
|
-
'window-resize-right',
|
|
2598
|
-
'window-zoom-plus-loupe',
|
|
2599
|
-
'laptop-health-medical-cross',
|
|
2600
|
-
'radiology-scan-circle',
|
|
2601
|
-
'money-coin',
|
|
2602
|
-
'brain',
|
|
2603
|
-
'dna-hospital-medical',
|
|
2604
|
-
'lung',
|
|
2605
|
-
'lungs',
|
|
2606
|
-
'protective-mask',
|
|
2607
|
-
'radiology-scan',
|
|
2608
|
-
'stomach',
|
|
2609
|
-
'cash-banknotes',
|
|
2610
|
-
'money-dollar',
|
|
2611
|
-
'money',
|
|
2612
|
-
'cloud-storage-checkmark',
|
|
2613
|
-
'modalities',
|
|
2614
|
-
'search-loop',
|
|
2615
|
-
'question-circle',
|
|
2616
|
-
'earth-globe-fail',
|
|
2617
|
-
'user-setting-gear',
|
|
2618
|
-
'user-delete-cross',
|
|
2619
|
-
'apply-copy-duplicate',
|
|
2620
|
-
'arrow-down',
|
|
2621
|
-
'arrow-up',
|
|
2622
|
-
'grid-layout',
|
|
2623
|
-
'folder-blank',
|
|
2624
|
-
'folder-group',
|
|
2625
|
-
'file-text',
|
|
2626
|
-
'edit-boxed',
|
|
2627
|
-
'chart-trend-square',
|
|
2628
|
-
'layout-grid',
|
|
2629
|
-
'files-library-content',
|
|
2630
|
-
'user-lock',
|
|
2631
|
-
'lock',
|
|
2632
|
-
'add-user',
|
|
2633
|
-
'user-checked',
|
|
2634
|
-
'user-group',
|
|
2635
|
-
'user-key',
|
|
2636
|
-
'thumbs-up-like',
|
|
2637
|
-
'apple',
|
|
2638
|
-
'gitlab',
|
|
2639
|
-
'linux',
|
|
2640
|
-
'add-server',
|
|
2641
|
-
'server-checkmark',
|
|
2652
|
+
'server-databases-sync',
|
|
2642
2653
|
'server-upload',
|
|
2643
2654
|
'server',
|
|
2644
|
-
'
|
|
2645
|
-
'add-circle',
|
|
2646
|
-
'bell-notification',
|
|
2647
|
-
'bookmark',
|
|
2648
|
-
'chart-square',
|
|
2649
|
-
'checklist',
|
|
2650
|
-
'clock-history',
|
|
2651
|
-
'clock-loading',
|
|
2652
|
-
'close-circled',
|
|
2653
|
-
'close',
|
|
2654
|
-
'copy-item',
|
|
2655
|
-
'done-check',
|
|
2656
|
-
'download-status',
|
|
2657
|
-
'download',
|
|
2658
|
-
'edit',
|
|
2659
|
-
'email',
|
|
2660
|
-
'file-download',
|
|
2661
|
-
'files-library',
|
|
2662
|
-
'files',
|
|
2663
|
-
'filter',
|
|
2664
|
-
'flag',
|
|
2665
|
-
'information-circle',
|
|
2666
|
-
'key',
|
|
2667
|
-
'keychain',
|
|
2668
|
-
'label-tag',
|
|
2669
|
-
'link',
|
|
2670
|
-
'loading-status-checkmark',
|
|
2671
|
-
'logout',
|
|
2672
|
-
'menu-horizontal',
|
|
2673
|
-
'menu-vertical',
|
|
2674
|
-
'open',
|
|
2675
|
-
'pie-chart',
|
|
2676
|
-
'search',
|
|
2655
|
+
'servers-database',
|
|
2677
2656
|
'setting-gear',
|
|
2657
|
+
'settings-adjust',
|
|
2678
2658
|
'settings-gear-square',
|
|
2679
2659
|
'settings-gear',
|
|
2680
2660
|
'settings-select',
|
|
2661
|
+
'shapes-objects',
|
|
2681
2662
|
'share',
|
|
2663
|
+
'shield-protect',
|
|
2682
2664
|
'show-visible',
|
|
2665
|
+
'smiley-emoji-face',
|
|
2666
|
+
'speed-dashboard',
|
|
2683
2667
|
'star',
|
|
2668
|
+
'stars-light-sparkle',
|
|
2669
|
+
'stomach',
|
|
2684
2670
|
'substract-group',
|
|
2685
2671
|
'switch',
|
|
2672
|
+
'target-space-object-select',
|
|
2673
|
+
'target',
|
|
2674
|
+
'tasklist-to-do-checkmark',
|
|
2675
|
+
'technology-cube-3d',
|
|
2676
|
+
'test-lab-flask',
|
|
2677
|
+
'text-bold',
|
|
2678
|
+
'text-cross',
|
|
2679
|
+
'text-h1',
|
|
2680
|
+
'text-h2',
|
|
2681
|
+
'text-input-form',
|
|
2682
|
+
'text-long',
|
|
2683
|
+
'text-short-form-element',
|
|
2684
|
+
'text-underline',
|
|
2685
|
+
'thumbs-up-like',
|
|
2686
|
+
'timer-clock-style',
|
|
2686
2687
|
'trash-delete',
|
|
2688
|
+
'twitter',
|
|
2689
|
+
'undone-uncheck-untracked',
|
|
2690
|
+
'unlimited-repeat-subscription-circle',
|
|
2687
2691
|
'upload',
|
|
2692
|
+
'user-checked',
|
|
2693
|
+
'user-delete-cross',
|
|
2694
|
+
'user-document',
|
|
2695
|
+
'user-group',
|
|
2696
|
+
'user-key',
|
|
2697
|
+
'user-lock',
|
|
2698
|
+
'user-profile-group-discovery',
|
|
2699
|
+
'user-setting-gear',
|
|
2688
2700
|
'user',
|
|
2701
|
+
'video-player-controls',
|
|
2702
|
+
'visible-eye-hidden',
|
|
2703
|
+
'volume-full',
|
|
2689
2704
|
'warning-circle',
|
|
2690
2705
|
'warning',
|
|
2691
|
-
'
|
|
2692
|
-
'
|
|
2693
|
-
'
|
|
2694
|
-
'
|
|
2695
|
-
'
|
|
2696
|
-
'
|
|
2697
|
-
'
|
|
2698
|
-
'
|
|
2699
|
-
'
|
|
2700
|
-
'document-file-zip',
|
|
2701
|
-
'document-visible',
|
|
2702
|
-
'documents-files',
|
|
2703
|
-
'arrow-back',
|
|
2704
|
-
'arrow-forward',
|
|
2705
|
-
'chevron-back',
|
|
2706
|
-
'chevron-down',
|
|
2707
|
-
'chevron-forward',
|
|
2708
|
-
'chevron-up',
|
|
2709
|
-
'embed-circle',
|
|
2710
|
-
'rotate-refresh',
|
|
2706
|
+
'window-finder-resize-arrow-down',
|
|
2707
|
+
'window-finder-resize-arrow-up',
|
|
2708
|
+
'window-resize-left',
|
|
2709
|
+
'window-resize-right',
|
|
2710
|
+
'window-zoom-plus-loupe',
|
|
2711
|
+
'windows',
|
|
2712
|
+
'workspace-mode',
|
|
2713
|
+
'youtube',
|
|
2714
|
+
'zendesk-logo',
|
|
2711
2715
|
];
|
|
2712
2716
|
|
|
2713
2717
|
var LayoutWidth;
|
|
@@ -4076,6 +4080,14 @@ class FwMenuComponent {
|
|
|
4076
4080
|
const sub = item.click.subscribe(value => this.handleSelect(value));
|
|
4077
4081
|
this.subscriptions.push(sub);
|
|
4078
4082
|
});
|
|
4083
|
+
const menuItemChangeSub = this.menuItems.changes.subscribe((newMenuItems) => {
|
|
4084
|
+
newMenuItems.forEach(item => {
|
|
4085
|
+
const sub = item.click.subscribe(value => this.handleSelect(value));
|
|
4086
|
+
this.subscriptions.push(sub);
|
|
4087
|
+
});
|
|
4088
|
+
this.updateLayout();
|
|
4089
|
+
});
|
|
4090
|
+
this.subscriptions.push(menuItemChangeSub);
|
|
4079
4091
|
this.updateLayout();
|
|
4080
4092
|
}
|
|
4081
4093
|
writeValue(value) {
|