@flywheel-io/vision 2.9.2 → 2.10.1
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 +12 -2
- package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
- package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
- package/assets/svg/edit.svg +1 -2
- package/assets/svg/message-chat-add-plus.svg +4 -0
- package/assets/svg/moon-night-mode.svg +4 -0
- package/assets/svg/pen-edit-compose-new.svg +4 -0
- package/assets/svg/star-ai-artificial-intelligence.svg +4 -0
- package/assets/svg/trash-bin-warning.svg +6 -0
- package/components/icon/icon.types.d.ts +1 -1
- package/components/icon-button/icon-button.component.d.ts +2 -1
- package/esm2022/components/alert/alert.component.mjs +1 -1
- package/esm2022/components/card/card-content/card-content.component.mjs +2 -2
- package/esm2022/components/dialog/dialog.component.mjs +1 -1
- package/esm2022/components/icon/icon.types.mjs +6 -1
- package/esm2022/components/icon-button/icon-button.component.mjs +5 -4
- package/esm2022/components/layouts/context/context.component.mjs +3 -3
- package/esm2022/components/menu/menu-item/menu-item.component.mjs +1 -1
- package/esm2022/components/navbar/navbar-item/navbar-item.component.mjs +1 -1
- package/esm2022/components/snackbar/snackbar/snackbar.component.mjs +1 -1
- package/fesm2022/flywheel-io-vision.mjs +18 -12
- package/fesm2022/flywheel-io-vision.mjs.map +1 -1
- package/package.json +2 -2
- package/scss/icons/_icon-glyphs.scss +18 -0
- package/scss/icons/_icon-variables.scss +37 -1
- package/styles.css +24 -0
|
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class FwCardContentComponent {
|
|
4
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardContentComponent, selector: "fw-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardContentComponent, selector: "fw-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-pen-edit-compose-new:before{content:\"\\ea5c\"}:host .icon-star-ai-artificial-intelligence:before{content:\"\\e975\"}:host .icon-moon-night-mode:before{content:\"\\ea58\"}:host .icon-message-chat-add-plus:before{content:\"\\ea59\"}:host .icon-trash-bin-warning:before{content:\"\\ea5a\"}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
6
6
|
}
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardContentComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
|
-
args: [{ selector: 'fw-card-content', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.ShadowDom, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"] }]
|
|
9
|
+
args: [{ selector: 'fw-card-content', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.ShadowDom, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-pen-edit-compose-new:before{content:\"\\ea5c\"}:host .icon-star-ai-artificial-intelligence:before{content:\"\\e975\"}:host .icon-moon-night-mode:before{content:\"\\ea58\"}:host .icon-message-chat-add-plus:before{content:\"\\ea59\"}:host .icon-trash-bin-warning:before{content:\"\\ea5a\"}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"] }]
|
|
10
10
|
}] });
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL2NhcmQvY2FyZC1jb250ZW50L2NhcmQtY29udGVudC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRN0QsTUFBTSxPQUFPLHNCQUFzQjsrR0FBdEIsc0JBQXNCO21HQUF0QixzQkFBc0IsdURBSnZCLDJCQUEyQjs7NEZBSTFCLHNCQUFzQjtrQkFObEMsU0FBUzsrQkFDRSxpQkFBaUIsWUFDakIsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmdy1jYXJkLWNvbnRlbnQnLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBzdHlsZVVybHM6IFsnLi9jYXJkLWNvbnRlbnQuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uU2hhZG93RG9tLFxufSlcbmV4cG9ydCBjbGFzcyBGd0NhcmRDb250ZW50Q29tcG9uZW50IHtcblxufVxuIl19
|
|
@@ -64,7 +64,7 @@ export class FwDialogComponent {
|
|
|
64
64
|
}, 300);
|
|
65
65
|
}
|
|
66
66
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwDialogComponent, deps: [{ token: i1.DialogRef, optional: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
67
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwDialogComponent, selector: "fw-dialog", inputs: { width: "width", title: "title", icon: "icon", iconColor: "iconColor", showClose: "showClose", externalClasses: ["class", "externalClasses"] }, outputs: { close: "close" }, host: { properties: { "class": "this.classes" } }, ngImport: i0, template: "<div class=\"fw-dialog\">\n <fw-icon-button\n *ngIf=\"showClose\"\n tabindex=\"-1\" icon=\"close\" color=\"slate\"\n (click)=\"handleCloseButton()\">\n </fw-icon-button>\n <div class=\"dialog-header\">\n <ng-content select=\"fw-dialog-header\"></ng-content>\n <div class=\"dialog-title\" *ngIf=\"title\">\n <fw-icon *ngIf=\"icon\" [color]=\"iconColor\">{{ icon }}</fw-icon>\n <h3 class=\"vision-h3\">{{ title }}</h3>\n </div>\n </div>\n <div class=\"dialog-body\">\n <ng-content select=\"fw-dialog-content\"></ng-content>\n </div>\n <div class=\"dialog-actions\">\n <ng-content select=\"fw-dialog-actions\"></ng-content>\n </div>\n</div>\n", styles: ["@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(100vh)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out-to-bottom{0%{opacity:1;transform:translateY(0)}99%{opacity:0;transform:translateY(100vh)}to{opacity:0;transform:translateY(100vh)}}:host{box-sizing:border-box;background-color:var(--card-background);border:1px solid var(--separations-border);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;animation:slide-in-from-bottom .15s ease-out}:host.dialog-closing{animation:slide-out-to-bottom .15s ease-in forwards}:host.dialog-width-extra-small{width:444px}:host.dialog-width-small{width:600px}:host.dialog-width-medium{width:900px}:host.dialog-width-large{width:1200px}:host.dialog-width-extra-large{width:1536px}:host.dialog-width-responsive{max-width:100vw;margin:0 12px}@media only screen and (width <= 575px){:host.dialog-width-responsive{max-height:92vh;margin-top:4vh;margin-bottom:4vh}:host.dialog-width-responsive .fw-dialog{border-radius:12px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:65vh;overflow-y:auto;-webkit-overflow-scrolling:touch}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar{width:4px}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-track{background:var(--separations-base)}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-thumb{background:var(--slate-base);border-radius:2px}}@media only screen and (width >= 576px){:host.dialog-width-responsive{width:90vw;max-width:600px;margin:0}}@media only screen and (width >= 768px){:host.dialog-width-responsive{width:80vw;max-width:900px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:70vh;overflow-y:auto}}@media only screen and (width >= 992px){:host.dialog-width-responsive{width:60vw;max-width:1200px}}@media only screen and (width >= 1200px){:host.dialog-width-responsive{width:50vw;max-width:1536px}}:host .fw-dialog{position:relative}:host .fw-dialog fw-icon-button{position:absolute;top:4px;right:4px}:host .fw-dialog .dialog-header{background-color:var(--card-header)}:host .fw-dialog .dialog-header .dialog-title{display:flex;gap:8px;box-sizing:border-box;border-bottom:1px solid var(--separations-base);padding:12px 16px;height:44px;overflow:hidden;align-items:center}:host .fw-dialog .dialog-header .dialog-title fw-icon{font-size:22px}:host .fw-dialog .dialog-header .dialog-title h3{overflow:clip visible;min-width:0;white-space:nowrap;text-overflow:ellipsis;margin-right:30px;flex:1}:host .fw-dialog .dialog-header h3{margin:0}:host .fw-dialog .dialog-header:empty{display:none}:host .fw-dialog .dialog-body{background-color:var(--card-background);border-bottom:1px solid var(--separations-base)}:host .fw-dialog .dialog-body:empty{display:none}:host .fw-dialog .dialog-actions{padding:16px}:host .fw-dialog .dialog-actions:empty{display:none}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }, { kind: "component", type: i4.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
67
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwDialogComponent, selector: "fw-dialog", inputs: { width: "width", title: "title", icon: "icon", iconColor: "iconColor", showClose: "showClose", externalClasses: ["class", "externalClasses"] }, outputs: { close: "close" }, host: { properties: { "class": "this.classes" } }, ngImport: i0, template: "<div class=\"fw-dialog\">\n <fw-icon-button\n *ngIf=\"showClose\"\n tabindex=\"-1\" icon=\"close\" color=\"slate\"\n (click)=\"handleCloseButton()\">\n </fw-icon-button>\n <div class=\"dialog-header\">\n <ng-content select=\"fw-dialog-header\"></ng-content>\n <div class=\"dialog-title\" *ngIf=\"title\">\n <fw-icon *ngIf=\"icon\" [color]=\"iconColor\">{{ icon }}</fw-icon>\n <h3 class=\"vision-h3\">{{ title }}</h3>\n </div>\n </div>\n <div class=\"dialog-body\">\n <ng-content select=\"fw-dialog-content\"></ng-content>\n </div>\n <div class=\"dialog-actions\">\n <ng-content select=\"fw-dialog-actions\"></ng-content>\n </div>\n</div>\n", styles: ["@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(100vh)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out-to-bottom{0%{opacity:1;transform:translateY(0)}99%{opacity:0;transform:translateY(100vh)}to{opacity:0;transform:translateY(100vh)}}:host{box-sizing:border-box;background-color:var(--card-background);border:1px solid var(--separations-border);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;animation:slide-in-from-bottom .15s ease-out}:host.dialog-closing{animation:slide-out-to-bottom .15s ease-in forwards}:host.dialog-width-extra-small{width:444px}:host.dialog-width-small{width:600px}:host.dialog-width-medium{width:900px}:host.dialog-width-large{width:1200px}:host.dialog-width-extra-large{width:1536px}:host.dialog-width-responsive{max-width:100vw;margin:0 12px}@media only screen and (width <= 575px){:host.dialog-width-responsive{max-height:92vh;margin-top:4vh;margin-bottom:4vh}:host.dialog-width-responsive .fw-dialog{border-radius:12px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:65vh;overflow-y:auto;-webkit-overflow-scrolling:touch}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar{width:4px}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-track{background:var(--separations-base)}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-thumb{background:var(--slate-base);border-radius:2px}}@media only screen and (width >= 576px){:host.dialog-width-responsive{width:90vw;max-width:600px;margin:0}}@media only screen and (width >= 768px){:host.dialog-width-responsive{width:80vw;max-width:900px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:70vh;overflow-y:auto}}@media only screen and (width >= 992px){:host.dialog-width-responsive{width:60vw;max-width:1200px}}@media only screen and (width >= 1200px){:host.dialog-width-responsive{width:50vw;max-width:1536px}}:host .fw-dialog{position:relative}:host .fw-dialog fw-icon-button{position:absolute;top:4px;right:4px}:host .fw-dialog .dialog-header{background-color:var(--card-header)}:host .fw-dialog .dialog-header .dialog-title{display:flex;gap:8px;box-sizing:border-box;border-bottom:1px solid var(--separations-base);padding:12px 16px;height:44px;overflow:hidden;align-items:center}:host .fw-dialog .dialog-header .dialog-title fw-icon{font-size:22px}:host .fw-dialog .dialog-header .dialog-title h3{overflow:clip visible;min-width:0;white-space:nowrap;text-overflow:ellipsis;margin-right:30px;flex:1}:host .fw-dialog .dialog-header h3{margin:0}:host .fw-dialog .dialog-header:empty{display:none}:host .fw-dialog .dialog-body{background-color:var(--card-background);border-bottom:1px solid var(--separations-base)}:host .fw-dialog .dialog-body:empty{display:none}:host .fw-dialog .dialog-actions{padding:16px}:host .fw-dialog .dialog-actions:empty{display:none}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected", "border"] }, { kind: "component", type: i4.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
68
68
|
}
|
|
69
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwDialogComponent, decorators: [{
|
|
70
70
|
type: Component,
|
|
@@ -205,6 +205,7 @@ export const allIcons = [
|
|
|
205
205
|
'menu-horizontal',
|
|
206
206
|
'menu-list-form-square',
|
|
207
207
|
'menu-vertical',
|
|
208
|
+
'message-chat-add-plus',
|
|
208
209
|
'message-chat-info',
|
|
209
210
|
'message-chat-question-support',
|
|
210
211
|
'message-checkmark-sent',
|
|
@@ -219,6 +220,7 @@ export const allIcons = [
|
|
|
219
220
|
'money-coin',
|
|
220
221
|
'money-dollar',
|
|
221
222
|
'monitor-computer',
|
|
223
|
+
'moon-night-mode',
|
|
222
224
|
'mouse-big',
|
|
223
225
|
'mouse-scroll',
|
|
224
226
|
'move',
|
|
@@ -236,6 +238,7 @@ export const allIcons = [
|
|
|
236
238
|
'paint-roller',
|
|
237
239
|
'pause',
|
|
238
240
|
'pen-edit-circle',
|
|
241
|
+
'pen-edit-compose-new',
|
|
239
242
|
'pencil-edit-create',
|
|
240
243
|
'photo-edit-brightness-invert',
|
|
241
244
|
'pie-chart',
|
|
@@ -292,6 +295,7 @@ export const allIcons = [
|
|
|
292
295
|
'square-fill-outline',
|
|
293
296
|
'square-outline',
|
|
294
297
|
'star',
|
|
298
|
+
'star-ai-artificial-intelligence',
|
|
295
299
|
'stars-light-sparkle',
|
|
296
300
|
'stomach',
|
|
297
301
|
'stop-minus',
|
|
@@ -314,6 +318,7 @@ export const allIcons = [
|
|
|
314
318
|
'thumbs-down-dislike',
|
|
315
319
|
'thumbs-up-like',
|
|
316
320
|
'timer-clock-style',
|
|
321
|
+
'trash-bin-warning',
|
|
317
322
|
'trash-delete',
|
|
318
323
|
'twitter',
|
|
319
324
|
'undone-uncheck-untracked',
|
|
@@ -344,4 +349,4 @@ export const allIcons = [
|
|
|
344
349
|
'youtube',
|
|
345
350
|
'zendesk-logo',
|
|
346
351
|
];
|
|
347
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi50eXBlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL2ljb24vaWNvbi50eXBlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLENBQUMsTUFBTSxRQUFRLEdBQVU7SUFDN0IseUJBQXlCO0lBQ3pCLFlBQVk7SUFDWixnQkFBZ0I7SUFDaEIsZUFBZTtJQUNmLGVBQWU7SUFDZixZQUFZO0lBQ1osK0JBQStCO0lBQy9CLFVBQVU7SUFDVixJQUFJO0lBQ0osT0FBTztJQUNQLHNCQUFzQjtJQUN0QiwyQkFBMkI7SUFDM0IscUJBQXFCO0lBQ3JCLE9BQU87SUFDUCxnQkFBZ0I7SUFDaEIsWUFBWTtJQUNaLHFCQUFxQjtJQUNyQixZQUFZO0lBQ1osZUFBZTtJQUNmLHdCQUF3QjtJQUN4QixZQUFZO0lBQ1osY0FBYztJQUNkLHNCQUFzQjtJQUN0QixZQUFZO0lBQ1osVUFBVTtJQUNWLHdCQUF3QjtJQUN4Qix1QkFBdUI7SUFDdkIsZ0JBQWdCO0lBQ2hCLG9CQUFvQjtJQUNwQixtQkFBbUI7SUFDbkIsY0FBYztJQUNkLDRCQUE0QjtJQUM1QixnQkFBZ0I7SUFDaEIsVUFBVTtJQUNWLG1CQUFtQjtJQUNuQixPQUFPO0lBQ1AsdUJBQXVCO0lBQ3ZCLDhCQUE4QjtJQUM5QixtQkFBbUI7SUFDbkIsY0FBYztJQUNkLHFCQUFxQjtJQUNyQiw0QkFBNEI7SUFDNUIsbUJBQW1CO0lBQ25CLHNCQUFzQjtJQUN0QixnQkFBZ0I7SUFDaEIsYUFBYTtJQUNiLGNBQWM7SUFDZCxvQkFBb0I7SUFDcEIsc0JBQXNCO0lBQ3RCLHdCQUF3QjtJQUN4QixXQUFXO0lBQ1gsa0NBQWtDO0lBQ2xDLGNBQWM7SUFDZCxjQUFjO0lBQ2QsaUJBQWlCO0lBQ2pCLHNCQUFzQjtJQUN0QixZQUFZO0lBQ1osUUFBUTtJQUNSLGlCQUFpQjtJQUNqQixxQkFBcUI7SUFDckIsaUJBQWlCO0lBQ2pCLGVBQWU7SUFDZixjQUFjO0lBQ2QsZUFBZTtJQUNmLE9BQU87SUFDUCxlQUFlO0lBQ2YsNkJBQTZCO0lBQzdCLG1CQUFtQjtJQUNuQix5QkFBeUI7SUFDekIsY0FBYztJQUNkLGtCQUFrQjtJQUNsQixXQUFXO0lBQ1gsc0JBQXNCO0lBQ3RCLGtDQUFrQztJQUNsQyxhQUFhO0lBQ2IsZUFBZTtJQUNmLG1CQUFtQjtJQUNuQixxQkFBcUI7SUFDckIscUJBQXFCO0lBQ3JCLFdBQVc7SUFDWCxrQkFBa0I7SUFDbEIsV0FBVztJQUNYLG9CQUFvQjtJQUNwQixjQUFjO0lBQ2QsZUFBZTtJQUNmLDJCQUEyQjtJQUMzQixXQUFXO0lBQ1gsNEJBQTRCO0lBQzVCLHNCQUFzQjtJQUN0QixvQ0FBb0M7SUFDcEMscUJBQXFCO0lBQ3JCLHFDQUFxQztJQUNyQyxrREFBa0Q7SUFDbEQsd0JBQXdCO0lBQ3hCLDZCQUE2QjtJQUM3QixtQkFBbUI7SUFDbkIsb0NBQW9DO0lBQ3BDLG1CQUFtQjtJQUNuQixnQ0FBZ0M7SUFDaEMsa0JBQWtCO0lBQ2xCLGdCQUFnQjtJQUNoQiwwQkFBMEI7SUFDMUIsaUNBQWlDO0lBQ2pDLGlCQUFpQjtJQUNqQixZQUFZO0lBQ1osb0JBQW9CO0lBQ3BCLFVBQVU7SUFDVixpQkFBaUI7SUFDakIscUJBQXFCO0lBQ3JCLGdCQUFnQjtJQUNoQixrQkFBa0I7SUFDbEIsTUFBTTtJQUNOLFlBQVk7SUFDWixZQUFZO0lBQ1osT0FBTztJQUNQLDRCQUE0QjtJQUM1QixjQUFjO0lBQ2QsVUFBVTtJQUNWLDJDQUEyQztJQUMzQyxVQUFVO0lBQ1YsNEJBQTRCO0lBQzVCLG1CQUFtQjtJQUNuQixlQUFlO0lBQ2YsV0FBVztJQUNYLE9BQU87SUFDUCxlQUFlO0lBQ2YsdUJBQXVCO0lBQ3ZCLFFBQVE7SUFDUixpQkFBaUI7SUFDakIsd0JBQXdCO0lBQ3hCLG9CQUFvQjtJQUNwQixNQUFNO0lBQ04saUJBQWlCO0lBQ2pCLGVBQWU7SUFDZixhQUFhO0lBQ2Isb0JBQW9CO0lBQ3BCLDJCQUEyQjtJQUMzQixZQUFZO0lBQ1osY0FBYztJQUNkLGdCQUFnQjtJQUNoQiwrQkFBK0I7SUFDL0IsNkJBQTZCO0lBQzdCLGNBQWM7SUFDZCxhQUFhO0lBQ2IsYUFBYTtJQUNiLGNBQWM7SUFDZCx1QkFBdUI7SUFDdkIsYUFBYTtJQUNiLHNCQUFzQjtJQUN0QixrQkFBa0I7SUFDbEIsZ0JBQWdCO0lBQ2hCLFlBQVk7SUFDWixXQUFXO0lBQ1gsaUJBQWlCO0lBQ2pCLG9CQUFvQjtJQUNwQixvQkFBb0I7SUFDcEIsUUFBUTtJQUNSLGNBQWM7SUFDZCxpQkFBaUI7SUFDakIsYUFBYTtJQUNiLHNCQUFzQjtJQUN0QixxQkFBcUI7SUFDckIsb0JBQW9CO0lBQ3BCLHFCQUFxQjtJQUNyQixxQkFBcUI7SUFDckIsa0JBQWtCO0lBQ2xCLDBCQUEwQjtJQUMxQiwrQkFBK0I7SUFDL0Isa0JBQWtCO0lBQ2xCLDRCQUE0QjtJQUM1QixzQkFBc0I7SUFDdEIsb0JBQW9CO0lBQ3BCLFNBQVM7SUFDVCx3QkFBd0I7SUFDeEIsUUFBUTtJQUNSLHNCQUFzQjtJQUN0QixLQUFLO0lBQ0wsVUFBVTtJQUNWLFVBQVU7SUFDVixXQUFXO0lBQ1gsNkJBQTZCO0lBQzdCLFFBQVE7SUFDUixRQUFRO0lBQ1IsYUFBYTtJQUNiLE1BQU07SUFDTixNQUFNO0lBQ04sYUFBYTtJQUNiLFVBQVU7SUFDVixPQUFPO0lBQ1AsZ0JBQWdCO0lBQ2hCLHVCQUF1QjtJQUN2QixxQkFBcUI7SUFDckIsZUFBZTtJQUNmLDBCQUEwQjtJQUMxQixNQUFNO0lBQ04sYUFBYTtJQUNiLFFBQVE7SUFDUixPQUFPO0lBQ1AsVUFBVTtJQUNWLGVBQWU7SUFDZiwyQkFBMkI7SUFDM0IsK0JBQStCO0lBQy9CLG9CQUFvQjtJQUNwQixpQkFBaUI7SUFDakIsdUJBQXVCO0lBQ3ZCLGVBQWU7SUFDZixtQkFBbUI7SUFDbkIsK0JBQStCO0lBQy9CLHdCQUF3QjtJQUN4Qiw0QkFBNEI7SUFDNUIsb0JBQW9CO0lBQ3BCLDJCQUEyQjtJQUMzQixpQ0FBaUM7SUFDakMsT0FBTztJQUNQLFlBQVk7SUFDWixVQUFVO0lBQ1YsT0FBTztJQUNQLFlBQVk7SUFDWixjQUFjO0lBQ2Qsa0JBQWtCO0lBQ2xCLFdBQVc7SUFDWCxjQUFjO0lBQ2QsTUFBTTtJQUNOLG1CQUFtQjtJQUNuQixZQUFZO0lBQ1osTUFBTTtJQUNOLHVCQUF1QjtJQUN2QixVQUFVO0lBQ1YsbUJBQW1CO0lBQ25CLGVBQWU7SUFDZixtQkFBbUI7SUFDbkIsV0FBVztJQUNYLHlCQUF5QjtJQUN6QixNQUFNO0lBQ04sY0FBYztJQUNkLE9BQU87SUFDUCxpQkFBaUI7SUFDakIsb0JBQW9CO0lBQ3BCLDhCQUE4QjtJQUM5QixXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLG9CQUFvQjtJQUNwQixTQUFTO0lBQ1QsZ0NBQWdDO0lBQ2hDLG1CQUFtQjtJQUNuQixpQkFBaUI7SUFDakIsaUJBQWlCO0lBQ2pCLE9BQU87SUFDUCxnQkFBZ0I7SUFDaEIsdUJBQXVCO0lBQ3ZCLGdCQUFnQjtJQUNoQixRQUFRO0lBQ1IscUJBQXFCO0lBQ3JCLGtCQUFrQjtJQUNsQixtQkFBbUI7SUFDbkIsZ0JBQWdCO0lBQ2hCLE9BQU87SUFDUCxxQkFBcUI7SUFDckIsU0FBUztJQUNULFFBQVE7SUFDUixhQUFhO0lBQ2IsNEJBQTRCO0lBQzVCLG1CQUFtQjtJQUNuQixrQkFBa0I7SUFDbEIsc0JBQXNCO0lBQ3RCLG9CQUFvQjtJQUNwQixRQUFRO0lBQ1Isa0JBQWtCO0lBQ2xCLDBCQUEwQjtJQUMxQixpQ0FBaUM7SUFDakMsMEJBQTBCO0lBQzFCLDJCQUEyQjtJQUMzQixpQ0FBaUM7SUFDakMsbUNBQW1DO0lBQ25DLHVCQUF1QjtJQUN2Qiw4QkFBOEI7SUFDOUIsZUFBZTtJQUNmLGtCQUFrQjtJQUNsQixjQUFjO0lBQ2QsaUJBQWlCO0lBQ2pCLGVBQWU7SUFDZixzQkFBc0I7SUFDdEIsaUJBQWlCO0lBQ2pCLGdCQUFnQjtJQUNoQixPQUFPO0lBQ1AsZ0JBQWdCO0lBQ2hCLGNBQWM7SUFDZCxtQkFBbUI7SUFDbkIsaUJBQWlCO0lBQ2pCLGFBQWE7SUFDYixxQkFBcUI7SUFDckIsZ0JBQWdCO0lBQ2hCLE1BQU07SUFDTixxQkFBcUI7SUFDckIsU0FBUztJQUNULFlBQVk7SUFDWixrQkFBa0I7SUFDbEIsaUJBQWlCO0lBQ2pCLFFBQVE7SUFDUixRQUFRO0lBQ1IsNEJBQTRCO0lBQzVCLDBCQUEwQjtJQUMxQixvQkFBb0I7SUFDcEIsZ0JBQWdCO0lBQ2hCLFdBQVc7SUFDWCxZQUFZO0lBQ1osU0FBUztJQUNULFNBQVM7SUFDVCxpQkFBaUI7SUFDakIsV0FBVztJQUNYLHlCQUF5QjtJQUN6QixnQkFBZ0I7SUFDaEIscUJBQXFCO0lBQ3JCLGdCQUFnQjtJQUNoQixtQkFBbUI7SUFDbkIsY0FBYztJQUNkLFNBQVM7SUFDVCwwQkFBMEI7SUFDMUIsc0NBQXNDO0lBQ3RDLFFBQVE7SUFDUixNQUFNO0lBQ04sY0FBYztJQUNkLG1CQUFtQjtJQUNuQixlQUFlO0lBQ2YsWUFBWTtJQUNaLFVBQVU7SUFDVixXQUFXO0lBQ1gseUJBQXlCO0lBQ3pCLDhCQUE4QjtJQUM5QixtQkFBbUI7SUFDbkIsdUJBQXVCO0lBQ3ZCLG9CQUFvQjtJQUNwQixhQUFhO0lBQ2IsU0FBUztJQUNULGdCQUFnQjtJQUNoQixpQ0FBaUM7SUFDakMsK0JBQStCO0lBQy9CLG9CQUFvQjtJQUNwQixxQkFBcUI7SUFDckIsd0JBQXdCO0lBQ3hCLFNBQVM7SUFDVCxnQkFBZ0I7SUFDaEIsU0FBUztJQUNULGNBQWM7Q0FDZixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgSWNvblR5cGUgPSB0eXBlb2YgYWxsSWNvbnNbbnVtYmVyXTtcblxuZXhwb3J0IGNvbnN0IGFsbEljb25zID0gPGNvbnN0PltcbiAgJzNkLXNwaGVyZS1yb3RhdGUtYXJyb3dzJyxcbiAgJ2FkZC1jaXJjbGUnLFxuICAnYWRkLW5ldy1jcmVhdGUnLFxuICAnYWRkLXJvdy1hYm92ZScsXG4gICdhZGQtcm93LWJlbG93JyxcbiAgJ2FkZC1zZXJ2ZXInLFxuICAnYWRkLXNlcnZlci1kYXRhYmFzZXMtZW5kcG9pbnQnLFxuICAnYWRkLXVzZXInLFxuICAnYWknLFxuICAnYXBwbGUnLFxuICAnYXBwbHktY29weS1kdXBsaWNhdGUnLFxuICAnYXJjaGl2ZS1kb2N1bWVudHMtYm94LWJpZycsXG4gICdhcnJhbmdlLWZpbHRlci1zb3J0JyxcbiAgJ2Fycm93JyxcbiAgJ2Fycm93LWFubm90YXRlJyxcbiAgJ2Fycm93LWJhY2snLFxuICAnYXJyb3ctYmFjay1jb2xsYXBzZScsXG4gICdhcnJvdy1kb3duJyxcbiAgJ2Fycm93LWZvcndhcmQnLFxuICAnYXJyb3ctZm9yd2FyZC1jb2xsYXBzZScsXG4gICdhcnJvdy1yZWRvJyxcbiAgJ2Fycm93LXJvdGF0ZScsXG4gICdhcnJvdy1yb3RhdGUtcmVzdG9yZScsXG4gICdhcnJvdy11bmRvJyxcbiAgJ2Fycm93LXVwJyxcbiAgJ2Fycm93LXVwLWhpZ2gtcHJpb3JpdHknLFxuICAnYXJyb3ctdXAtbG93LXByaW9yaXR5JyxcbiAgJ2JhcmNvZGUtc2VyaWFsJyxcbiAgJ2JhcmNvZGUtc3RhY2stc2NhbicsXG4gICdiZWxsLW5vdGlmaWNhdGlvbicsXG4gICdiZXppZXItY3VydmUnLFxuICAnYmxvY2tzLWNvZGUtdGVzdC1jaGVja21hcmsnLFxuICAnYm9vay1sYWItZmxhc2snLFxuICAnYm9va21hcmsnLFxuICAnYm9va21hcmstcGx1cy1hZGQnLFxuICAnYnJhaW4nLFxuICAnYnJpZ2h0bmVzcy1waG90by1lZGl0JyxcbiAgJ2Jyb3dzZXItaW50ZXJuZXQtd2ViLXdpbmRvd3MnLFxuICAnYnJ1c2gtZWRpdC1jcmVhdGUnLFxuICAnYnVja2V0LXBhaW50JyxcbiAgJ2J1dHRvbi1mb3JtLWVsZW1lbnQnLFxuICAnY2FsZW5kYXItYXJyb3ctbGVmdC1jZW50ZXInLFxuICAnY2FsZW5kYXItc2NoZWR1bGUnLFxuICAnY2FtZXJhLXBob3RvLWNhcHR1cmUnLFxuICAnY2FzaC1iYW5rbm90ZXMnLFxuICAnY2VydGlmaWNhdGUnLFxuICAnY2hhcnQtc3F1YXJlJyxcbiAgJ2NoYXJ0LXRyZW5kLXNxdWFyZScsXG4gICdjaGF0LW1lc3NhZ2VzLWJ1YmJsZScsXG4gICdjaGVjay1tYXJrLWNlcnRpZmljYXRlJyxcbiAgJ2NoZWNrbGlzdCcsXG4gICdjaGVja2xpc3QtdGFza3MtY2hlY2htYXJrLXNxdWFyZScsXG4gICdjaGV2cm9uLWJhY2snLFxuICAnY2hldnJvbi1kb3duJyxcbiAgJ2NoZXZyb24tZm9yd2FyZCcsXG4gICdjaGV2cm9uLWlucHV0LW51bWJlcicsXG4gICdjaGV2cm9uLXVwJyxcbiAgJ2NpcmNsZScsXG4gICdjaXJjbGUtZWxsaXBzZXMnLFxuICAnY2xhcC1hcHBsYXVzZS1oYW5kcycsXG4gICdjbGlwLWF0dGFjaG1lbnQnLFxuICAnY2xvY2staGlzdG9yeScsXG4gICdjbG9jay1ob3VyLTQnLFxuICAnY2xvY2stbG9hZGluZycsXG4gICdjbG9zZScsXG4gICdjbG9zZS1jaXJjbGVkJyxcbiAgJ2Nsb3NlZC1mcmVlaGFuZC12ZWN0b3ItcG9seScsXG4gICdjbG91ZC1uZXR3b3JrLWFkZCcsXG4gICdjbG91ZC1zdG9yYWdlLWNoZWNrbWFyaycsXG4gICdjbG91ZC11cGxvYWQnLFxuICAnY29kZS1ibG9jay1lbWJlZCcsXG4gICdjb2RlLXRleHQnLFxuICAnY29sb3ItZGVzaWduLXByb2ZpbGUnLFxuICAnY29sb3ItdmVuLWRlc2lnbi1wcm9maWxlLWNlbnRyYWwnLFxuICAnY29sdW1uLWVkaXQnLFxuICAnY29tcHV0ZXItY2hpcCcsXG4gICdjb250cmFjdC12ZXJ0aWNhbCcsXG4gICdjb250cmFzdC1waG90by1lZGl0JyxcbiAgJ2NvbnZlcnNpb24tZXhjaGFuZ2UnLFxuICAnY29weS1pdGVtJyxcbiAgJ2NyZWF0aXZlLWNvbW1vbnMnLFxuICAnY3Jvc3NoYWlyJyxcbiAgJ2Nyb3duLXN0eWxlLWNpcmNsZScsXG4gICdjdXJzb3ItY2xpY2snLFxuICAnY3Vyc29yLXNlbGVjdCcsXG4gICdjdXJ2ZS1vYmplY3Qtc2VjZXQtY3Vyc29yJyxcbiAgJ2RhdGEtdHJlZScsXG4gICdkZWxpdmVyeS1zaGlwbWVudC1wYWNrYWdlcycsXG4gICdkbmEtaG9zcGl0YWwtbWVkaWNhbCcsXG4gICdkb2N1bWVudC1maWxlLWFkZC1wbHVzLWJvdHRvbS1sZWZ0JyxcbiAgJ2RvY3VtZW50LWZpbGUtYmxhbmsnLFxuICAnZG9jdW1lbnQtZmlsZS1jaGVja21hcmstYm90dG9tLWxlZnQnLFxuICAnZG9jdW1lbnQtZmlsZS1kZWxldGVkLWNyb3NzLXJlbW92ZS1jZW50ZXItY2FuY2VsJyxcbiAgJ2RvY3VtZW50LWZpbGUtZG93bmxvYWQnLFxuICAnZG9jdW1lbnQtZmlsZS1saXN0LXByb3RvY29sJyxcbiAgJ2RvY3VtZW50LWZpbGUtdGFyJyxcbiAgJ2RvY3VtZW50LWZpbGUtdXBsb2FkLWJvdHRvbS1jZW50ZXInLFxuICAnZG9jdW1lbnQtZmlsZS16aXAnLFxuICAnZG9jdW1lbnQtc3RhdHVzLWRvbmUtY2hlY2ttYXJrJyxcbiAgJ2RvY3VtZW50LXZpc2libGUnLFxuICAnZG9jdW1lbnRzLWZpbGUnLFxuICAnZG9jdW1lbnRzLWZpbGUtY2hlY2ttYXJrJyxcbiAgJ2RvY3VtZW50cy1maWxlLW1vdmUtYXJyb3ctcmlnaHQnLFxuICAnZG9jdW1lbnRzLWZpbGVzJyxcbiAgJ2RvbmUtY2hlY2snLFxuICAnZG9uZS1jaGVjay10cmFja2VkJyxcbiAgJ2Rvd25sb2FkJyxcbiAgJ2Rvd25sb2FkLXN0YXR1cycsXG4gICdkcmFnLWRyb3AtaW5kaWNhdG9yJyxcbiAgJ2RyYXctcmVjdGFuZ2xlJyxcbiAgJ2VhcnRoLWdsb2JlLWZhaWwnLFxuICAnZWRpdCcsXG4gICdlZGl0LWJveGVkJyxcbiAgJ2VkaXQtZXJhc2UnLFxuICAnZW1haWwnLFxuICAnZW1haWwtbWFpbC1jaGVja21hcmstZ3JvdXAnLFxuICAnZW1iZWQtY2lyY2xlJyxcbiAgJ2V4Y2hhbmdlJyxcbiAgJ2V4cGFuZC1wYXRoZmluZGVyLWRvdC1zcXVhcmUtc2VnbWVudGF0aW9uJyxcbiAgJ2ZhY2Vib29rJyxcbiAgJ2ZpbGUtYmxhbmstaW1hZ2UtbG9hZC1tYXNrJyxcbiAgJ2ZpbGUtYmxhbmstc2VhcmNoJyxcbiAgJ2ZpbGUtZG93bmxvYWQnLFxuICAnZmlsZS10ZXh0JyxcbiAgJ2ZpbGVzJyxcbiAgJ2ZpbGVzLWxpYnJhcnknLFxuICAnZmlsZXMtbGlicmFyeS1jb250ZW50JyxcbiAgJ2ZpbHRlcicsXG4gICdmaWx0ZXItc29ydC1hZGQnLFxuICAnZmlsdGVyLXNvcnQtY2hlY2stbWFyaycsXG4gICdmaWx0ZXItc29ydC1kZWxldGUnLFxuICAnZmxhZycsXG4gICdmbGlwLWhvcml6b250YWwnLFxuICAnZmxpcC12ZXJ0aWNhbCcsXG4gICdmbG9wcHktc2F2ZScsXG4gICdmbHl3aGVlbC1tYXJrLWxvZ28nLFxuICAnZmx5d2hlZWwtdmlld2VyLW1hcmstbG9nbycsXG4gICdmb2xkZXItYWRkJyxcbiAgJ2ZvbGRlci1ibGFuaycsXG4gICdmb2xkZXItY2hlY2tlZCcsXG4gICdmb2xkZXItY29weS1leHBhbmQtYXJyb3ctZG93bicsXG4gICdmb2xkZXItY29weS1leHBhbmQtYXJyb3ctdXAnLFxuICAnZm9sZGVyLWdyb3VwJyxcbiAgJ2ZvbGRlci1tb3ZlJyxcbiAgJ2ZvbGRlci1vcGVuJyxcbiAgJ2ZvbGRlci1zaGFyZScsXG4gICdmb3JtLW1ldGFkYXRhLWVsZW1lbnQnLFxuICAnZnJlZS1yaWdodHMnLFxuICAnZnJlZWhhbmQtdmVjdG9yLXBvbHknLFxuICAnZnVsbC1zY3JlZW4tem9vbScsXG4gICdnaXQtYWRkLWJyYW5jaCcsXG4gICdnaXQtYnJhbmNoJyxcbiAgJ2dpdC1tZXJnZScsXG4gICdnaXQtbWVyZ2UtZHJhZnQnLFxuICAnZ2l0LXB1bGwtcmVxdWVzdC0yJyxcbiAgJ2dpdGh1Yi1jb2xvci1sb2dpbicsXG4gICdnaXRsYWInLFxuICAnZ3JhZHVhdGUtaGF0JyxcbiAgJ2dyaWQtZG90LXNxdWFyZScsXG4gICdncmlkLWxheW91dCcsXG4gICdncmlkLWxheW91dC05LXNxdWFyZScsXG4gICdoYW1tZXItbGVnYWwtc3F1YXJlJyxcbiAgJ2hhbW1lci1zY3Jld2RyaXZlcicsXG4gICdoYW5kLW1vbmV5LWN1cnJlbmN5JyxcbiAgJ2hlYWRlci1mb3JtLWVsZW1lbnQnLFxuICAnaG9tZS1tb2Rlcm4tZG9vcicsXG4gICdob21lLW1vZGVybi1vcHRpb24tbGluZXMnLFxuICAnaHVtYW4tYXJ0aWZpY2lhbC1pbnRlbGxpZ2VuY2UnLFxuICAnaWNvbi1wbGFjZWhvbGRlcicsXG4gICdpbWFnZS1waG90by1jb3B5LWxlZnQtZG93bicsXG4gICdpbWFnZS1waWN0dXJlLXNxdWFyZScsXG4gICdpbmZvcm1hdGlvbi1jaXJjbGUnLFxuICAnaW52b2ljZScsXG4gICdpbnZvaWNlLWNoZWNrbWFyay1wYWlkJyxcbiAgJ2l0YWxpYycsXG4gICdpdGVtcy1ncm91cC1lbGVtZW50cycsXG4gICdrZXknLFxuICAna2V5Ym9hcmQnLFxuICAna2V5Y2hhaW4nLFxuICAnbGFiZWwtdGFnJyxcbiAgJ2xhcHRvcC1oZWFsdGgtbWVkaWNhbC1jcm9zcycsXG4gICdsYXllcnMnLFxuICAnbGF5b3V0JyxcbiAgJ2xheW91dC1ncmlkJyxcbiAgJ2xpbmUnLFxuICAnbGluaycsXG4gICdsaW5rLXVubGluaycsXG4gICdsaW5rZWRpbicsXG4gICdsaW51eCcsXG4gICdsaXN0LXBhcmFncmFwaCcsXG4gICdsaXN0LXBhcmFncmFwaC1udW1iZXInLFxuICAnbGlzdC10ZXN0LWxhYi1mbGFzaycsXG4gICdsaXZld2lyZS10b29sJyxcbiAgJ2xvYWRpbmctc3RhdHVzLWNoZWNrbWFyaycsXG4gICdsb2NrJyxcbiAgJ2xvY2stdW5sb2NrJyxcbiAgJ2xvZ291dCcsXG4gICdsdW5ncycsXG4gICdtYXJrZG93bicsXG4gICdtZWFzdXJlLWFuZ2xlJyxcbiAgJ21lYXN1cmUtcnVsZXItY2FsaWJyYXRpb24nLFxuICAnbWVkaWEtbGlicmFyeS1pbXBvcnRzLWRvd2xvYWQnLFxuICAnbWVudS1idXJnZXItaGFuZGxlJyxcbiAgJ21lbnUtaG9yaXpvbnRhbCcsXG4gICdtZW51LWxpc3QtZm9ybS1zcXVhcmUnLFxuICAnbWVudS12ZXJ0aWNhbCcsXG4gICdtZXNzYWdlLWNoYXQtaW5mbycsXG4gICdtZXNzYWdlLWNoYXQtcXVlc3Rpb24tc3VwcG9ydCcsXG4gICdtZXNzYWdlLWNoZWNrbWFyay1zZW50JyxcbiAgJ21lc3NhZ2UtcXVlc3Rpb24tY2hlY2ttYXJrJyxcbiAgJ21pY3JvcGhvbmUtbWljLXJlYycsXG4gICdtaWNyb3Bob25lLW1pYy1yZWMtY2lyY2xlJyxcbiAgJ21pY3JvcGhvbmUtbWljLXJlY29yZGluZy1jaXJjbGUnLFxuICAnbWludXMnLFxuICAnbW9kYWxpdGllcycsXG4gICdtb2xlY3VsZScsXG4gICdtb25leScsXG4gICdtb25leS1jb2luJyxcbiAgJ21vbmV5LWRvbGxhcicsXG4gICdtb25pdG9yLWNvbXB1dGVyJyxcbiAgJ21vdXNlLWJpZycsXG4gICdtb3VzZS1zY3JvbGwnLFxuICAnbW92ZScsXG4gICdtdXNpYy1wbGF5LXJlc3VtZScsXG4gICdtdXNpYy1zdG9wJyxcbiAgJ211dGUnLFxuICAnbmV0d29yay1zdG9yYWdlLWFsZXJ0JyxcbiAgJ25vdGVib29rJyxcbiAgJ25vdGVib29rLWFkZC1wbHVzJyxcbiAgJ25vdGVib29rLW9wZW4nLFxuICAnbm90ZWJvb2stcGVuLWVkaXQnLFxuICAnbm90ZXMtcGVuJyxcbiAgJ29iamVjdC1zZWFyY2gtem9vbS1wbHVzJyxcbiAgJ29wZW4nLFxuICAncGFpbnQtcm9sbGVyJyxcbiAgJ3BhdXNlJyxcbiAgJ3Blbi1lZGl0LWNpcmNsZScsXG4gICdwZW5jaWwtZWRpdC1jcmVhdGUnLFxuICAncGhvdG8tZWRpdC1icmlnaHRuZXNzLWludmVydCcsXG4gICdwaWUtY2hhcnQnLFxuICAncGllLWdyYXBoLWNoYXJ0LXNhbXBsZScsXG4gICdwbHVzLWFkZC1yZWN0YW5nbGUnLFxuICAncG9seWdvbicsXG4gICdwcml2YXRlLW1vZGUtcHJvdGVjdGlvbi1jaXJjbGUnLFxuICAncHJvdGVjdGlvbi10YXJnZXQnLFxuICAncHJvdGVjdGl2ZS1tYXNrJyxcbiAgJ3F1ZXN0aW9uLWNpcmNsZScsXG4gICdxdW90ZScsXG4gICdyYWRpb2xvZ3ktc2NhbicsXG4gICdyYWRpb2xvZ3ktc2Nhbi1jaXJjbGUnLFxuICAncmVhZGVyLXN0dWRpZXMnLFxuICAncm90YXRlJyxcbiAgJ3JvdGF0ZS1hcnJvdy1tYW51YWwnLFxuICAncm90YXRlLWl0ZW0tbGVmdCcsXG4gICdyb3RhdGUtaXRlbS1yaWdodCcsXG4gICdyb3RhdGUtcmVmcmVzaCcsXG4gICdydWxlcicsXG4gICdydWxlci1iaWRpcmVjdGlvbmFsJyxcbiAgJ3NjYW5uZXInLFxuICAnc2VhcmNoJyxcbiAgJ3NlYXJjaC1sb29wJyxcbiAgJ3NlYXJjaC11c2VyLXByb2ZpbGUtcGVyc29uJyxcbiAgJ3NlYXJjaC16b29tLW1pbnVzJyxcbiAgJ3NlYXJjaC16b29tLXBsdXMnLFxuICAnc2VjdGlvbi1mb3JtLWVsZW1lbnQnLFxuICAnc2VuZC1tZXNzYWdlLXNoYXJlJyxcbiAgJ3NlcnZlcicsXG4gICdzZXJ2ZXItY2hlY2ttYXJrJyxcbiAgJ3NlcnZlci1kYXRhYmFzZS1lbmRwb2ludCcsXG4gICdzZXJ2ZXItZGF0YWJhc2VzLWNoZWNrbWFyay11c2VyJyxcbiAgJ3NlcnZlci1kYXRhYmFzZXMtY29ubmVjdCcsXG4gICdzZXJ2ZXItZGF0YWJhc2VzLWRvd25sb2FkJyxcbiAgJ3NlcnZlci1kYXRhYmFzZXMta2V5LXByb3RlY3Rpb24nLFxuICAnc2VydmVyLWRhdGFiYXNlcy1taW5pbWFsLWRvd25sb2FkJyxcbiAgJ3NlcnZlci1kYXRhYmFzZXMtc3luYycsXG4gICdzZXJ2ZXItZGF0YWJhc2VzLXN5bmMtaW1wb3J0JyxcbiAgJ3NlcnZlci11cGxvYWQnLFxuICAnc2VydmVycy1kYXRhYmFzZScsXG4gICdzZXR0aW5nLWdlYXInLFxuICAnc2V0dGluZ3MtYWRqdXN0JyxcbiAgJ3NldHRpbmdzLWdlYXInLFxuICAnc2V0dGluZ3MtZ2Vhci1zcXVhcmUnLFxuICAnc2V0dGluZ3Mtc2VsZWN0JyxcbiAgJ3NoYXBlcy1vYmplY3RzJyxcbiAgJ3NoYXJlJyxcbiAgJ3NoaWVsZC1wcm90ZWN0JyxcbiAgJ3Nob3ctdmlzaWJsZScsXG4gICdzbWlsZXktZW1vamktZmFjZScsXG4gICdzcGVlZC1kYXNoYm9hcmQnLFxuICAnc3F1YXJlLWZpbGwnLFxuICAnc3F1YXJlLWZpbGwtb3V0bGluZScsXG4gICdzcXVhcmUtb3V0bGluZScsXG4gICdzdGFyJyxcbiAgJ3N0YXJzLWxpZ2h0LXNwYXJrbGUnLFxuICAnc3RvbWFjaCcsXG4gICdzdG9wLW1pbnVzJyxcbiAgJ3N0cmV0Y2gtdmVydGljYWwnLFxuICAnc3Vic3RyYWN0LWdyb3VwJyxcbiAgJ3N3aXRjaCcsXG4gICd0YXJnZXQnLFxuICAndGFyZ2V0LXNwYWNlLW9iamVjdC1zZWxlY3QnLFxuICAndGFza2xpc3QtdG8tZG8tY2hlY2ttYXJrJyxcbiAgJ3RlY2hub2xvZ3ktY3ViZS0zZCcsXG4gICd0ZXN0LWxhYi1mbGFzaycsXG4gICd0ZXh0LWJvbGQnLFxuICAndGV4dC1jcm9zcycsXG4gICd0ZXh0LWgxJyxcbiAgJ3RleHQtaDInLFxuICAndGV4dC1pbnB1dC1mb3JtJyxcbiAgJ3RleHQtbG9uZycsXG4gICd0ZXh0LXNob3J0LWZvcm0tZWxlbWVudCcsXG4gICd0ZXh0LXVuZGVybGluZScsXG4gICd0aHVtYnMtZG93bi1kaXNsaWtlJyxcbiAgJ3RodW1icy11cC1saWtlJyxcbiAgJ3RpbWVyLWNsb2NrLXN0eWxlJyxcbiAgJ3RyYXNoLWRlbGV0ZScsXG4gICd0d2l0dGVyJyxcbiAgJ3VuZG9uZS11bmNoZWNrLXVudHJhY2tlZCcsXG4gICd1bmxpbWl0ZWQtcmVwZWF0LXN1YnNjcmlwdGlvbi1jaXJjbGUnLFxuICAndXBsb2FkJyxcbiAgJ3VzZXInLFxuICAndXNlci1jaGVja2VkJyxcbiAgJ3VzZXItZGVsZXRlLWNyb3NzJyxcbiAgJ3VzZXItZG9jdW1lbnQnLFxuICAndXNlci1ncm91cCcsXG4gICd1c2VyLWtleScsXG4gICd1c2VyLWxvY2snLFxuICAndXNlci1wcm9maWxlLWNhcmRzLXBvb2wnLFxuICAndXNlci1wcm9maWxlLWdyb3VwLWRpc2NvdmVyeScsXG4gICd1c2VyLXNldHRpbmctZ2VhcicsXG4gICd2aWRlby1wbGF5ZXItY29udHJvbHMnLFxuICAndmlzaWJsZS1leWUtaGlkZGVuJyxcbiAgJ3ZvbHVtZS1mdWxsJyxcbiAgJ3dhcm5pbmcnLFxuICAnd2FybmluZy1jaXJjbGUnLFxuICAnd2luZG93LWZpbmRlci1yZXNpemUtYXJyb3ctZG93bicsXG4gICd3aW5kb3ctZmluZGVyLXJlc2l6ZS1hcnJvdy11cCcsXG4gICd3aW5kb3ctcmVzaXplLWxlZnQnLFxuICAnd2luZG93LXJlc2l6ZS1yaWdodCcsXG4gICd3aW5kb3ctem9vbS1wbHVzLWxvdXBlJyxcbiAgJ3dpbmRvd3MnLFxuICAnd29ya3NwYWNlLW1vZGUnLFxuICAneW91dHViZScsXG4gICd6ZW5kZXNrLWxvZ28nLFxuXTtcbiJdfQ==
|
|
352
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi50eXBlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL2ljb24vaWNvbi50eXBlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLENBQUMsTUFBTSxRQUFRLEdBQVU7SUFDN0IseUJBQXlCO0lBQ3pCLFlBQVk7SUFDWixnQkFBZ0I7SUFDaEIsZUFBZTtJQUNmLGVBQWU7SUFDZixZQUFZO0lBQ1osK0JBQStCO0lBQy9CLFVBQVU7SUFDVixJQUFJO0lBQ0osT0FBTztJQUNQLHNCQUFzQjtJQUN0QiwyQkFBMkI7SUFDM0IscUJBQXFCO0lBQ3JCLE9BQU87SUFDUCxnQkFBZ0I7SUFDaEIsWUFBWTtJQUNaLHFCQUFxQjtJQUNyQixZQUFZO0lBQ1osZUFBZTtJQUNmLHdCQUF3QjtJQUN4QixZQUFZO0lBQ1osY0FBYztJQUNkLHNCQUFzQjtJQUN0QixZQUFZO0lBQ1osVUFBVTtJQUNWLHdCQUF3QjtJQUN4Qix1QkFBdUI7SUFDdkIsZ0JBQWdCO0lBQ2hCLG9CQUFvQjtJQUNwQixtQkFBbUI7SUFDbkIsY0FBYztJQUNkLDRCQUE0QjtJQUM1QixnQkFBZ0I7SUFDaEIsVUFBVTtJQUNWLG1CQUFtQjtJQUNuQixPQUFPO0lBQ1AsdUJBQXVCO0lBQ3ZCLDhCQUE4QjtJQUM5QixtQkFBbUI7SUFDbkIsY0FBYztJQUNkLHFCQUFxQjtJQUNyQiw0QkFBNEI7SUFDNUIsbUJBQW1CO0lBQ25CLHNCQUFzQjtJQUN0QixnQkFBZ0I7SUFDaEIsYUFBYTtJQUNiLGNBQWM7SUFDZCxvQkFBb0I7SUFDcEIsc0JBQXNCO0lBQ3RCLHdCQUF3QjtJQUN4QixXQUFXO0lBQ1gsa0NBQWtDO0lBQ2xDLGNBQWM7SUFDZCxjQUFjO0lBQ2QsaUJBQWlCO0lBQ2pCLHNCQUFzQjtJQUN0QixZQUFZO0lBQ1osUUFBUTtJQUNSLGlCQUFpQjtJQUNqQixxQkFBcUI7SUFDckIsaUJBQWlCO0lBQ2pCLGVBQWU7SUFDZixjQUFjO0lBQ2QsZUFBZTtJQUNmLE9BQU87SUFDUCxlQUFlO0lBQ2YsNkJBQTZCO0lBQzdCLG1CQUFtQjtJQUNuQix5QkFBeUI7SUFDekIsY0FBYztJQUNkLGtCQUFrQjtJQUNsQixXQUFXO0lBQ1gsc0JBQXNCO0lBQ3RCLGtDQUFrQztJQUNsQyxhQUFhO0lBQ2IsZUFBZTtJQUNmLG1CQUFtQjtJQUNuQixxQkFBcUI7SUFDckIscUJBQXFCO0lBQ3JCLFdBQVc7SUFDWCxrQkFBa0I7SUFDbEIsV0FBVztJQUNYLG9CQUFvQjtJQUNwQixjQUFjO0lBQ2QsZUFBZTtJQUNmLDJCQUEyQjtJQUMzQixXQUFXO0lBQ1gsNEJBQTRCO0lBQzVCLHNCQUFzQjtJQUN0QixvQ0FBb0M7SUFDcEMscUJBQXFCO0lBQ3JCLHFDQUFxQztJQUNyQyxrREFBa0Q7SUFDbEQsd0JBQXdCO0lBQ3hCLDZCQUE2QjtJQUM3QixtQkFBbUI7SUFDbkIsb0NBQW9DO0lBQ3BDLG1CQUFtQjtJQUNuQixnQ0FBZ0M7SUFDaEMsa0JBQWtCO0lBQ2xCLGdCQUFnQjtJQUNoQiwwQkFBMEI7SUFDMUIsaUNBQWlDO0lBQ2pDLGlCQUFpQjtJQUNqQixZQUFZO0lBQ1osb0JBQW9CO0lBQ3BCLFVBQVU7SUFDVixpQkFBaUI7SUFDakIscUJBQXFCO0lBQ3JCLGdCQUFnQjtJQUNoQixrQkFBa0I7SUFDbEIsTUFBTTtJQUNOLFlBQVk7SUFDWixZQUFZO0lBQ1osT0FBTztJQUNQLDRCQUE0QjtJQUM1QixjQUFjO0lBQ2QsVUFBVTtJQUNWLDJDQUEyQztJQUMzQyxVQUFVO0lBQ1YsNEJBQTRCO0lBQzVCLG1CQUFtQjtJQUNuQixlQUFlO0lBQ2YsV0FBVztJQUNYLE9BQU87SUFDUCxlQUFlO0lBQ2YsdUJBQXVCO0lBQ3ZCLFFBQVE7SUFDUixpQkFBaUI7SUFDakIsd0JBQXdCO0lBQ3hCLG9CQUFvQjtJQUNwQixNQUFNO0lBQ04saUJBQWlCO0lBQ2pCLGVBQWU7SUFDZixhQUFhO0lBQ2Isb0JBQW9CO0lBQ3BCLDJCQUEyQjtJQUMzQixZQUFZO0lBQ1osY0FBYztJQUNkLGdCQUFnQjtJQUNoQiwrQkFBK0I7SUFDL0IsNkJBQTZCO0lBQzdCLGNBQWM7SUFDZCxhQUFhO0lBQ2IsYUFBYTtJQUNiLGNBQWM7SUFDZCx1QkFBdUI7SUFDdkIsYUFBYTtJQUNiLHNCQUFzQjtJQUN0QixrQkFBa0I7SUFDbEIsZ0JBQWdCO0lBQ2hCLFlBQVk7SUFDWixXQUFXO0lBQ1gsaUJBQWlCO0lBQ2pCLG9CQUFvQjtJQUNwQixvQkFBb0I7SUFDcEIsUUFBUTtJQUNSLGNBQWM7SUFDZCxpQkFBaUI7SUFDakIsYUFBYTtJQUNiLHNCQUFzQjtJQUN0QixxQkFBcUI7SUFDckIsb0JBQW9CO0lBQ3BCLHFCQUFxQjtJQUNyQixxQkFBcUI7SUFDckIsa0JBQWtCO0lBQ2xCLDBCQUEwQjtJQUMxQiwrQkFBK0I7SUFDL0Isa0JBQWtCO0lBQ2xCLDRCQUE0QjtJQUM1QixzQkFBc0I7SUFDdEIsb0JBQW9CO0lBQ3BCLFNBQVM7SUFDVCx3QkFBd0I7SUFDeEIsUUFBUTtJQUNSLHNCQUFzQjtJQUN0QixLQUFLO0lBQ0wsVUFBVTtJQUNWLFVBQVU7SUFDVixXQUFXO0lBQ1gsNkJBQTZCO0lBQzdCLFFBQVE7SUFDUixRQUFRO0lBQ1IsYUFBYTtJQUNiLE1BQU07SUFDTixNQUFNO0lBQ04sYUFBYTtJQUNiLFVBQVU7SUFDVixPQUFPO0lBQ1AsZ0JBQWdCO0lBQ2hCLHVCQUF1QjtJQUN2QixxQkFBcUI7SUFDckIsZUFBZTtJQUNmLDBCQUEwQjtJQUMxQixNQUFNO0lBQ04sYUFBYTtJQUNiLFFBQVE7SUFDUixPQUFPO0lBQ1AsVUFBVTtJQUNWLGVBQWU7SUFDZiwyQkFBMkI7SUFDM0IsK0JBQStCO0lBQy9CLG9CQUFvQjtJQUNwQixpQkFBaUI7SUFDakIsdUJBQXVCO0lBQ3ZCLGVBQWU7SUFDZix1QkFBdUI7SUFDdkIsbUJBQW1CO0lBQ25CLCtCQUErQjtJQUMvQix3QkFBd0I7SUFDeEIsNEJBQTRCO0lBQzVCLG9CQUFvQjtJQUNwQiwyQkFBMkI7SUFDM0IsaUNBQWlDO0lBQ2pDLE9BQU87SUFDUCxZQUFZO0lBQ1osVUFBVTtJQUNWLE9BQU87SUFDUCxZQUFZO0lBQ1osY0FBYztJQUNkLGtCQUFrQjtJQUNsQixpQkFBaUI7SUFDakIsV0FBVztJQUNYLGNBQWM7SUFDZCxNQUFNO0lBQ04sbUJBQW1CO0lBQ25CLFlBQVk7SUFDWixNQUFNO0lBQ04sdUJBQXVCO0lBQ3ZCLFVBQVU7SUFDVixtQkFBbUI7SUFDbkIsZUFBZTtJQUNmLG1CQUFtQjtJQUNuQixXQUFXO0lBQ1gseUJBQXlCO0lBQ3pCLE1BQU07SUFDTixjQUFjO0lBQ2QsT0FBTztJQUNQLGlCQUFpQjtJQUNqQixzQkFBc0I7SUFDdEIsb0JBQW9CO0lBQ3BCLDhCQUE4QjtJQUM5QixXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLG9CQUFvQjtJQUNwQixTQUFTO0lBQ1QsZ0NBQWdDO0lBQ2hDLG1CQUFtQjtJQUNuQixpQkFBaUI7SUFDakIsaUJBQWlCO0lBQ2pCLE9BQU87SUFDUCxnQkFBZ0I7SUFDaEIsdUJBQXVCO0lBQ3ZCLGdCQUFnQjtJQUNoQixRQUFRO0lBQ1IscUJBQXFCO0lBQ3JCLGtCQUFrQjtJQUNsQixtQkFBbUI7SUFDbkIsZ0JBQWdCO0lBQ2hCLE9BQU87SUFDUCxxQkFBcUI7SUFDckIsU0FBUztJQUNULFFBQVE7SUFDUixhQUFhO0lBQ2IsNEJBQTRCO0lBQzVCLG1CQUFtQjtJQUNuQixrQkFBa0I7SUFDbEIsc0JBQXNCO0lBQ3RCLG9CQUFvQjtJQUNwQixRQUFRO0lBQ1Isa0JBQWtCO0lBQ2xCLDBCQUEwQjtJQUMxQixpQ0FBaUM7SUFDakMsMEJBQTBCO0lBQzFCLDJCQUEyQjtJQUMzQixpQ0FBaUM7SUFDakMsbUNBQW1DO0lBQ25DLHVCQUF1QjtJQUN2Qiw4QkFBOEI7SUFDOUIsZUFBZTtJQUNmLGtCQUFrQjtJQUNsQixjQUFjO0lBQ2QsaUJBQWlCO0lBQ2pCLGVBQWU7SUFDZixzQkFBc0I7SUFDdEIsaUJBQWlCO0lBQ2pCLGdCQUFnQjtJQUNoQixPQUFPO0lBQ1AsZ0JBQWdCO0lBQ2hCLGNBQWM7SUFDZCxtQkFBbUI7SUFDbkIsaUJBQWlCO0lBQ2pCLGFBQWE7SUFDYixxQkFBcUI7SUFDckIsZ0JBQWdCO0lBQ2hCLE1BQU07SUFDTixpQ0FBaUM7SUFDakMscUJBQXFCO0lBQ3JCLFNBQVM7SUFDVCxZQUFZO0lBQ1osa0JBQWtCO0lBQ2xCLGlCQUFpQjtJQUNqQixRQUFRO0lBQ1IsUUFBUTtJQUNSLDRCQUE0QjtJQUM1QiwwQkFBMEI7SUFDMUIsb0JBQW9CO0lBQ3BCLGdCQUFnQjtJQUNoQixXQUFXO0lBQ1gsWUFBWTtJQUNaLFNBQVM7SUFDVCxTQUFTO0lBQ1QsaUJBQWlCO0lBQ2pCLFdBQVc7SUFDWCx5QkFBeUI7SUFDekIsZ0JBQWdCO0lBQ2hCLHFCQUFxQjtJQUNyQixnQkFBZ0I7SUFDaEIsbUJBQW1CO0lBQ25CLG1CQUFtQjtJQUNuQixjQUFjO0lBQ2QsU0FBUztJQUNULDBCQUEwQjtJQUMxQixzQ0FBc0M7SUFDdEMsUUFBUTtJQUNSLE1BQU07SUFDTixjQUFjO0lBQ2QsbUJBQW1CO0lBQ25CLGVBQWU7SUFDZixZQUFZO0lBQ1osVUFBVTtJQUNWLFdBQVc7SUFDWCx5QkFBeUI7SUFDekIsOEJBQThCO0lBQzlCLG1CQUFtQjtJQUNuQix1QkFBdUI7SUFDdkIsb0JBQW9CO0lBQ3BCLGFBQWE7SUFDYixTQUFTO0lBQ1QsZ0JBQWdCO0lBQ2hCLGlDQUFpQztJQUNqQywrQkFBK0I7SUFDL0Isb0JBQW9CO0lBQ3BCLHFCQUFxQjtJQUNyQix3QkFBd0I7SUFDeEIsU0FBUztJQUNULGdCQUFnQjtJQUNoQixTQUFTO0lBQ1QsY0FBYztDQUNmLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBJY29uVHlwZSA9IHR5cGVvZiBhbGxJY29uc1tudW1iZXJdO1xuXG5leHBvcnQgY29uc3QgYWxsSWNvbnMgPSA8Y29uc3Q+W1xuICAnM2Qtc3BoZXJlLXJvdGF0ZS1hcnJvd3MnLFxuICAnYWRkLWNpcmNsZScsXG4gICdhZGQtbmV3LWNyZWF0ZScsXG4gICdhZGQtcm93LWFib3ZlJyxcbiAgJ2FkZC1yb3ctYmVsb3cnLFxuICAnYWRkLXNlcnZlcicsXG4gICdhZGQtc2VydmVyLWRhdGFiYXNlcy1lbmRwb2ludCcsXG4gICdhZGQtdXNlcicsXG4gICdhaScsXG4gICdhcHBsZScsXG4gICdhcHBseS1jb3B5LWR1cGxpY2F0ZScsXG4gICdhcmNoaXZlLWRvY3VtZW50cy1ib3gtYmlnJyxcbiAgJ2FycmFuZ2UtZmlsdGVyLXNvcnQnLFxuICAnYXJyb3cnLFxuICAnYXJyb3ctYW5ub3RhdGUnLFxuICAnYXJyb3ctYmFjaycsXG4gICdhcnJvdy1iYWNrLWNvbGxhcHNlJyxcbiAgJ2Fycm93LWRvd24nLFxuICAnYXJyb3ctZm9yd2FyZCcsXG4gICdhcnJvdy1mb3J3YXJkLWNvbGxhcHNlJyxcbiAgJ2Fycm93LXJlZG8nLFxuICAnYXJyb3ctcm90YXRlJyxcbiAgJ2Fycm93LXJvdGF0ZS1yZXN0b3JlJyxcbiAgJ2Fycm93LXVuZG8nLFxuICAnYXJyb3ctdXAnLFxuICAnYXJyb3ctdXAtaGlnaC1wcmlvcml0eScsXG4gICdhcnJvdy11cC1sb3ctcHJpb3JpdHknLFxuICAnYmFyY29kZS1zZXJpYWwnLFxuICAnYmFyY29kZS1zdGFjay1zY2FuJyxcbiAgJ2JlbGwtbm90aWZpY2F0aW9uJyxcbiAgJ2Jlemllci1jdXJ2ZScsXG4gICdibG9ja3MtY29kZS10ZXN0LWNoZWNrbWFyaycsXG4gICdib29rLWxhYi1mbGFzaycsXG4gICdib29rbWFyaycsXG4gICdib29rbWFyay1wbHVzLWFkZCcsXG4gICdicmFpbicsXG4gICdicmlnaHRuZXNzLXBob3RvLWVkaXQnLFxuICAnYnJvd3Nlci1pbnRlcm5ldC13ZWItd2luZG93cycsXG4gICdicnVzaC1lZGl0LWNyZWF0ZScsXG4gICdidWNrZXQtcGFpbnQnLFxuICAnYnV0dG9uLWZvcm0tZWxlbWVudCcsXG4gICdjYWxlbmRhci1hcnJvdy1sZWZ0LWNlbnRlcicsXG4gICdjYWxlbmRhci1zY2hlZHVsZScsXG4gICdjYW1lcmEtcGhvdG8tY2FwdHVyZScsXG4gICdjYXNoLWJhbmtub3RlcycsXG4gICdjZXJ0aWZpY2F0ZScsXG4gICdjaGFydC1zcXVhcmUnLFxuICAnY2hhcnQtdHJlbmQtc3F1YXJlJyxcbiAgJ2NoYXQtbWVzc2FnZXMtYnViYmxlJyxcbiAgJ2NoZWNrLW1hcmstY2VydGlmaWNhdGUnLFxuICAnY2hlY2tsaXN0JyxcbiAgJ2NoZWNrbGlzdC10YXNrcy1jaGVjaG1hcmstc3F1YXJlJyxcbiAgJ2NoZXZyb24tYmFjaycsXG4gICdjaGV2cm9uLWRvd24nLFxuICAnY2hldnJvbi1mb3J3YXJkJyxcbiAgJ2NoZXZyb24taW5wdXQtbnVtYmVyJyxcbiAgJ2NoZXZyb24tdXAnLFxuICAnY2lyY2xlJyxcbiAgJ2NpcmNsZS1lbGxpcHNlcycsXG4gICdjbGFwLWFwcGxhdXNlLWhhbmRzJyxcbiAgJ2NsaXAtYXR0YWNobWVudCcsXG4gICdjbG9jay1oaXN0b3J5JyxcbiAgJ2Nsb2NrLWhvdXItNCcsXG4gICdjbG9jay1sb2FkaW5nJyxcbiAgJ2Nsb3NlJyxcbiAgJ2Nsb3NlLWNpcmNsZWQnLFxuICAnY2xvc2VkLWZyZWVoYW5kLXZlY3Rvci1wb2x5JyxcbiAgJ2Nsb3VkLW5ldHdvcmstYWRkJyxcbiAgJ2Nsb3VkLXN0b3JhZ2UtY2hlY2ttYXJrJyxcbiAgJ2Nsb3VkLXVwbG9hZCcsXG4gICdjb2RlLWJsb2NrLWVtYmVkJyxcbiAgJ2NvZGUtdGV4dCcsXG4gICdjb2xvci1kZXNpZ24tcHJvZmlsZScsXG4gICdjb2xvci12ZW4tZGVzaWduLXByb2ZpbGUtY2VudHJhbCcsXG4gICdjb2x1bW4tZWRpdCcsXG4gICdjb21wdXRlci1jaGlwJyxcbiAgJ2NvbnRyYWN0LXZlcnRpY2FsJyxcbiAgJ2NvbnRyYXN0LXBob3RvLWVkaXQnLFxuICAnY29udmVyc2lvbi1leGNoYW5nZScsXG4gICdjb3B5LWl0ZW0nLFxuICAnY3JlYXRpdmUtY29tbW9ucycsXG4gICdjcm9zc2hhaXInLFxuICAnY3Jvd24tc3R5bGUtY2lyY2xlJyxcbiAgJ2N1cnNvci1jbGljaycsXG4gICdjdXJzb3Itc2VsZWN0JyxcbiAgJ2N1cnZlLW9iamVjdC1zZWNldC1jdXJzb3InLFxuICAnZGF0YS10cmVlJyxcbiAgJ2RlbGl2ZXJ5LXNoaXBtZW50LXBhY2thZ2VzJyxcbiAgJ2RuYS1ob3NwaXRhbC1tZWRpY2FsJyxcbiAgJ2RvY3VtZW50LWZpbGUtYWRkLXBsdXMtYm90dG9tLWxlZnQnLFxuICAnZG9jdW1lbnQtZmlsZS1ibGFuaycsXG4gICdkb2N1bWVudC1maWxlLWNoZWNrbWFyay1ib3R0b20tbGVmdCcsXG4gICdkb2N1bWVudC1maWxlLWRlbGV0ZWQtY3Jvc3MtcmVtb3ZlLWNlbnRlci1jYW5jZWwnLFxuICAnZG9jdW1lbnQtZmlsZS1kb3dubG9hZCcsXG4gICdkb2N1bWVudC1maWxlLWxpc3QtcHJvdG9jb2wnLFxuICAnZG9jdW1lbnQtZmlsZS10YXInLFxuICAnZG9jdW1lbnQtZmlsZS11cGxvYWQtYm90dG9tLWNlbnRlcicsXG4gICdkb2N1bWVudC1maWxlLXppcCcsXG4gICdkb2N1bWVudC1zdGF0dXMtZG9uZS1jaGVja21hcmsnLFxuICAnZG9jdW1lbnQtdmlzaWJsZScsXG4gICdkb2N1bWVudHMtZmlsZScsXG4gICdkb2N1bWVudHMtZmlsZS1jaGVja21hcmsnLFxuICAnZG9jdW1lbnRzLWZpbGUtbW92ZS1hcnJvdy1yaWdodCcsXG4gICdkb2N1bWVudHMtZmlsZXMnLFxuICAnZG9uZS1jaGVjaycsXG4gICdkb25lLWNoZWNrLXRyYWNrZWQnLFxuICAnZG93bmxvYWQnLFxuICAnZG93bmxvYWQtc3RhdHVzJyxcbiAgJ2RyYWctZHJvcC1pbmRpY2F0b3InLFxuICAnZHJhdy1yZWN0YW5nbGUnLFxuICAnZWFydGgtZ2xvYmUtZmFpbCcsXG4gICdlZGl0JyxcbiAgJ2VkaXQtYm94ZWQnLFxuICAnZWRpdC1lcmFzZScsXG4gICdlbWFpbCcsXG4gICdlbWFpbC1tYWlsLWNoZWNrbWFyay1ncm91cCcsXG4gICdlbWJlZC1jaXJjbGUnLFxuICAnZXhjaGFuZ2UnLFxuICAnZXhwYW5kLXBhdGhmaW5kZXItZG90LXNxdWFyZS1zZWdtZW50YXRpb24nLFxuICAnZmFjZWJvb2snLFxuICAnZmlsZS1ibGFuay1pbWFnZS1sb2FkLW1hc2snLFxuICAnZmlsZS1ibGFuay1zZWFyY2gnLFxuICAnZmlsZS1kb3dubG9hZCcsXG4gICdmaWxlLXRleHQnLFxuICAnZmlsZXMnLFxuICAnZmlsZXMtbGlicmFyeScsXG4gICdmaWxlcy1saWJyYXJ5LWNvbnRlbnQnLFxuICAnZmlsdGVyJyxcbiAgJ2ZpbHRlci1zb3J0LWFkZCcsXG4gICdmaWx0ZXItc29ydC1jaGVjay1tYXJrJyxcbiAgJ2ZpbHRlci1zb3J0LWRlbGV0ZScsXG4gICdmbGFnJyxcbiAgJ2ZsaXAtaG9yaXpvbnRhbCcsXG4gICdmbGlwLXZlcnRpY2FsJyxcbiAgJ2Zsb3BweS1zYXZlJyxcbiAgJ2ZseXdoZWVsLW1hcmstbG9nbycsXG4gICdmbHl3aGVlbC12aWV3ZXItbWFyay1sb2dvJyxcbiAgJ2ZvbGRlci1hZGQnLFxuICAnZm9sZGVyLWJsYW5rJyxcbiAgJ2ZvbGRlci1jaGVja2VkJyxcbiAgJ2ZvbGRlci1jb3B5LWV4cGFuZC1hcnJvdy1kb3duJyxcbiAgJ2ZvbGRlci1jb3B5LWV4cGFuZC1hcnJvdy11cCcsXG4gICdmb2xkZXItZ3JvdXAnLFxuICAnZm9sZGVyLW1vdmUnLFxuICAnZm9sZGVyLW9wZW4nLFxuICAnZm9sZGVyLXNoYXJlJyxcbiAgJ2Zvcm0tbWV0YWRhdGEtZWxlbWVudCcsXG4gICdmcmVlLXJpZ2h0cycsXG4gICdmcmVlaGFuZC12ZWN0b3ItcG9seScsXG4gICdmdWxsLXNjcmVlbi16b29tJyxcbiAgJ2dpdC1hZGQtYnJhbmNoJyxcbiAgJ2dpdC1icmFuY2gnLFxuICAnZ2l0LW1lcmdlJyxcbiAgJ2dpdC1tZXJnZS1kcmFmdCcsXG4gICdnaXQtcHVsbC1yZXF1ZXN0LTInLFxuICAnZ2l0aHViLWNvbG9yLWxvZ2luJyxcbiAgJ2dpdGxhYicsXG4gICdncmFkdWF0ZS1oYXQnLFxuICAnZ3JpZC1kb3Qtc3F1YXJlJyxcbiAgJ2dyaWQtbGF5b3V0JyxcbiAgJ2dyaWQtbGF5b3V0LTktc3F1YXJlJyxcbiAgJ2hhbW1lci1sZWdhbC1zcXVhcmUnLFxuICAnaGFtbWVyLXNjcmV3ZHJpdmVyJyxcbiAgJ2hhbmQtbW9uZXktY3VycmVuY3knLFxuICAnaGVhZGVyLWZvcm0tZWxlbWVudCcsXG4gICdob21lLW1vZGVybi1kb29yJyxcbiAgJ2hvbWUtbW9kZXJuLW9wdGlvbi1saW5lcycsXG4gICdodW1hbi1hcnRpZmljaWFsLWludGVsbGlnZW5jZScsXG4gICdpY29uLXBsYWNlaG9sZGVyJyxcbiAgJ2ltYWdlLXBob3RvLWNvcHktbGVmdC1kb3duJyxcbiAgJ2ltYWdlLXBpY3R1cmUtc3F1YXJlJyxcbiAgJ2luZm9ybWF0aW9uLWNpcmNsZScsXG4gICdpbnZvaWNlJyxcbiAgJ2ludm9pY2UtY2hlY2ttYXJrLXBhaWQnLFxuICAnaXRhbGljJyxcbiAgJ2l0ZW1zLWdyb3VwLWVsZW1lbnRzJyxcbiAgJ2tleScsXG4gICdrZXlib2FyZCcsXG4gICdrZXljaGFpbicsXG4gICdsYWJlbC10YWcnLFxuICAnbGFwdG9wLWhlYWx0aC1tZWRpY2FsLWNyb3NzJyxcbiAgJ2xheWVycycsXG4gICdsYXlvdXQnLFxuICAnbGF5b3V0LWdyaWQnLFxuICAnbGluZScsXG4gICdsaW5rJyxcbiAgJ2xpbmstdW5saW5rJyxcbiAgJ2xpbmtlZGluJyxcbiAgJ2xpbnV4JyxcbiAgJ2xpc3QtcGFyYWdyYXBoJyxcbiAgJ2xpc3QtcGFyYWdyYXBoLW51bWJlcicsXG4gICdsaXN0LXRlc3QtbGFiLWZsYXNrJyxcbiAgJ2xpdmV3aXJlLXRvb2wnLFxuICAnbG9hZGluZy1zdGF0dXMtY2hlY2ttYXJrJyxcbiAgJ2xvY2snLFxuICAnbG9jay11bmxvY2snLFxuICAnbG9nb3V0JyxcbiAgJ2x1bmdzJyxcbiAgJ21hcmtkb3duJyxcbiAgJ21lYXN1cmUtYW5nbGUnLFxuICAnbWVhc3VyZS1ydWxlci1jYWxpYnJhdGlvbicsXG4gICdtZWRpYS1saWJyYXJ5LWltcG9ydHMtZG93bG9hZCcsXG4gICdtZW51LWJ1cmdlci1oYW5kbGUnLFxuICAnbWVudS1ob3Jpem9udGFsJyxcbiAgJ21lbnUtbGlzdC1mb3JtLXNxdWFyZScsXG4gICdtZW51LXZlcnRpY2FsJyxcbiAgJ21lc3NhZ2UtY2hhdC1hZGQtcGx1cycsXG4gICdtZXNzYWdlLWNoYXQtaW5mbycsXG4gICdtZXNzYWdlLWNoYXQtcXVlc3Rpb24tc3VwcG9ydCcsXG4gICdtZXNzYWdlLWNoZWNrbWFyay1zZW50JyxcbiAgJ21lc3NhZ2UtcXVlc3Rpb24tY2hlY2ttYXJrJyxcbiAgJ21pY3JvcGhvbmUtbWljLXJlYycsXG4gICdtaWNyb3Bob25lLW1pYy1yZWMtY2lyY2xlJyxcbiAgJ21pY3JvcGhvbmUtbWljLXJlY29yZGluZy1jaXJjbGUnLFxuICAnbWludXMnLFxuICAnbW9kYWxpdGllcycsXG4gICdtb2xlY3VsZScsXG4gICdtb25leScsXG4gICdtb25leS1jb2luJyxcbiAgJ21vbmV5LWRvbGxhcicsXG4gICdtb25pdG9yLWNvbXB1dGVyJyxcbiAgJ21vb24tbmlnaHQtbW9kZScsXG4gICdtb3VzZS1iaWcnLFxuICAnbW91c2Utc2Nyb2xsJyxcbiAgJ21vdmUnLFxuICAnbXVzaWMtcGxheS1yZXN1bWUnLFxuICAnbXVzaWMtc3RvcCcsXG4gICdtdXRlJyxcbiAgJ25ldHdvcmstc3RvcmFnZS1hbGVydCcsXG4gICdub3RlYm9vaycsXG4gICdub3RlYm9vay1hZGQtcGx1cycsXG4gICdub3RlYm9vay1vcGVuJyxcbiAgJ25vdGVib29rLXBlbi1lZGl0JyxcbiAgJ25vdGVzLXBlbicsXG4gICdvYmplY3Qtc2VhcmNoLXpvb20tcGx1cycsXG4gICdvcGVuJyxcbiAgJ3BhaW50LXJvbGxlcicsXG4gICdwYXVzZScsXG4gICdwZW4tZWRpdC1jaXJjbGUnLFxuICAncGVuLWVkaXQtY29tcG9zZS1uZXcnLFxuICAncGVuY2lsLWVkaXQtY3JlYXRlJyxcbiAgJ3Bob3RvLWVkaXQtYnJpZ2h0bmVzcy1pbnZlcnQnLFxuICAncGllLWNoYXJ0JyxcbiAgJ3BpZS1ncmFwaC1jaGFydC1zYW1wbGUnLFxuICAncGx1cy1hZGQtcmVjdGFuZ2xlJyxcbiAgJ3BvbHlnb24nLFxuICAncHJpdmF0ZS1tb2RlLXByb3RlY3Rpb24tY2lyY2xlJyxcbiAgJ3Byb3RlY3Rpb24tdGFyZ2V0JyxcbiAgJ3Byb3RlY3RpdmUtbWFzaycsXG4gICdxdWVzdGlvbi1jaXJjbGUnLFxuICAncXVvdGUnLFxuICAncmFkaW9sb2d5LXNjYW4nLFxuICAncmFkaW9sb2d5LXNjYW4tY2lyY2xlJyxcbiAgJ3JlYWRlci1zdHVkaWVzJyxcbiAgJ3JvdGF0ZScsXG4gICdyb3RhdGUtYXJyb3ctbWFudWFsJyxcbiAgJ3JvdGF0ZS1pdGVtLWxlZnQnLFxuICAncm90YXRlLWl0ZW0tcmlnaHQnLFxuICAncm90YXRlLXJlZnJlc2gnLFxuICAncnVsZXInLFxuICAncnVsZXItYmlkaXJlY3Rpb25hbCcsXG4gICdzY2FubmVyJyxcbiAgJ3NlYXJjaCcsXG4gICdzZWFyY2gtbG9vcCcsXG4gICdzZWFyY2gtdXNlci1wcm9maWxlLXBlcnNvbicsXG4gICdzZWFyY2gtem9vbS1taW51cycsXG4gICdzZWFyY2gtem9vbS1wbHVzJyxcbiAgJ3NlY3Rpb24tZm9ybS1lbGVtZW50JyxcbiAgJ3NlbmQtbWVzc2FnZS1zaGFyZScsXG4gICdzZXJ2ZXInLFxuICAnc2VydmVyLWNoZWNrbWFyaycsXG4gICdzZXJ2ZXItZGF0YWJhc2UtZW5kcG9pbnQnLFxuICAnc2VydmVyLWRhdGFiYXNlcy1jaGVja21hcmstdXNlcicsXG4gICdzZXJ2ZXItZGF0YWJhc2VzLWNvbm5lY3QnLFxuICAnc2VydmVyLWRhdGFiYXNlcy1kb3dubG9hZCcsXG4gICdzZXJ2ZXItZGF0YWJhc2VzLWtleS1wcm90ZWN0aW9uJyxcbiAgJ3NlcnZlci1kYXRhYmFzZXMtbWluaW1hbC1kb3dubG9hZCcsXG4gICdzZXJ2ZXItZGF0YWJhc2VzLXN5bmMnLFxuICAnc2VydmVyLWRhdGFiYXNlcy1zeW5jLWltcG9ydCcsXG4gICdzZXJ2ZXItdXBsb2FkJyxcbiAgJ3NlcnZlcnMtZGF0YWJhc2UnLFxuICAnc2V0dGluZy1nZWFyJyxcbiAgJ3NldHRpbmdzLWFkanVzdCcsXG4gICdzZXR0aW5ncy1nZWFyJyxcbiAgJ3NldHRpbmdzLWdlYXItc3F1YXJlJyxcbiAgJ3NldHRpbmdzLXNlbGVjdCcsXG4gICdzaGFwZXMtb2JqZWN0cycsXG4gICdzaGFyZScsXG4gICdzaGllbGQtcHJvdGVjdCcsXG4gICdzaG93LXZpc2libGUnLFxuICAnc21pbGV5LWVtb2ppLWZhY2UnLFxuICAnc3BlZWQtZGFzaGJvYXJkJyxcbiAgJ3NxdWFyZS1maWxsJyxcbiAgJ3NxdWFyZS1maWxsLW91dGxpbmUnLFxuICAnc3F1YXJlLW91dGxpbmUnLFxuICAnc3RhcicsXG4gICdzdGFyLWFpLWFydGlmaWNpYWwtaW50ZWxsaWdlbmNlJyxcbiAgJ3N0YXJzLWxpZ2h0LXNwYXJrbGUnLFxuICAnc3RvbWFjaCcsXG4gICdzdG9wLW1pbnVzJyxcbiAgJ3N0cmV0Y2gtdmVydGljYWwnLFxuICAnc3Vic3RyYWN0LWdyb3VwJyxcbiAgJ3N3aXRjaCcsXG4gICd0YXJnZXQnLFxuICAndGFyZ2V0LXNwYWNlLW9iamVjdC1zZWxlY3QnLFxuICAndGFza2xpc3QtdG8tZG8tY2hlY2ttYXJrJyxcbiAgJ3RlY2hub2xvZ3ktY3ViZS0zZCcsXG4gICd0ZXN0LWxhYi1mbGFzaycsXG4gICd0ZXh0LWJvbGQnLFxuICAndGV4dC1jcm9zcycsXG4gICd0ZXh0LWgxJyxcbiAgJ3RleHQtaDInLFxuICAndGV4dC1pbnB1dC1mb3JtJyxcbiAgJ3RleHQtbG9uZycsXG4gICd0ZXh0LXNob3J0LWZvcm0tZWxlbWVudCcsXG4gICd0ZXh0LXVuZGVybGluZScsXG4gICd0aHVtYnMtZG93bi1kaXNsaWtlJyxcbiAgJ3RodW1icy11cC1saWtlJyxcbiAgJ3RpbWVyLWNsb2NrLXN0eWxlJyxcbiAgJ3RyYXNoLWJpbi13YXJuaW5nJyxcbiAgJ3RyYXNoLWRlbGV0ZScsXG4gICd0d2l0dGVyJyxcbiAgJ3VuZG9uZS11bmNoZWNrLXVudHJhY2tlZCcsXG4gICd1bmxpbWl0ZWQtcmVwZWF0LXN1YnNjcmlwdGlvbi1jaXJjbGUnLFxuICAndXBsb2FkJyxcbiAgJ3VzZXInLFxuICAndXNlci1jaGVja2VkJyxcbiAgJ3VzZXItZGVsZXRlLWNyb3NzJyxcbiAgJ3VzZXItZG9jdW1lbnQnLFxuICAndXNlci1ncm91cCcsXG4gICd1c2VyLWtleScsXG4gICd1c2VyLWxvY2snLFxuICAndXNlci1wcm9maWxlLWNhcmRzLXBvb2wnLFxuICAndXNlci1wcm9maWxlLWdyb3VwLWRpc2NvdmVyeScsXG4gICd1c2VyLXNldHRpbmctZ2VhcicsXG4gICd2aWRlby1wbGF5ZXItY29udHJvbHMnLFxuICAndmlzaWJsZS1leWUtaGlkZGVuJyxcbiAgJ3ZvbHVtZS1mdWxsJyxcbiAgJ3dhcm5pbmcnLFxuICAnd2FybmluZy1jaXJjbGUnLFxuICAnd2luZG93LWZpbmRlci1yZXNpemUtYXJyb3ctZG93bicsXG4gICd3aW5kb3ctZmluZGVyLXJlc2l6ZS1hcnJvdy11cCcsXG4gICd3aW5kb3ctcmVzaXplLWxlZnQnLFxuICAnd2luZG93LXJlc2l6ZS1yaWdodCcsXG4gICd3aW5kb3ctem9vbS1wbHVzLWxvdXBlJyxcbiAgJ3dpbmRvd3MnLFxuICAnd29ya3NwYWNlLW1vZGUnLFxuICAneW91dHViZScsXG4gICd6ZW5kZXNrLWxvZ28nLFxuXTtcbiJdfQ==
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, HostBinding, Input } from '@angular/core';
|
|
1
|
+
import { Component, HostBinding, Input, input } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "../icon/icon.component";
|
|
4
4
|
export class FwIconButtonComponent {
|
|
@@ -8,17 +8,18 @@ export class FwIconButtonComponent {
|
|
|
8
8
|
this.size = 'medium';
|
|
9
9
|
this.disabled = false;
|
|
10
10
|
this.selected = false;
|
|
11
|
+
this.border = input(false);
|
|
11
12
|
}
|
|
12
13
|
get classes() {
|
|
13
14
|
return this.size;
|
|
14
15
|
}
|
|
15
16
|
;
|
|
16
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwIconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: false, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: false, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: false, isRequired: false, transformFunction: null }, border: { classPropertyName: "border", publicName: "border", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.class": "this.classes", "tabindex": "this.tabindex" } }, ngImport: i0, template: "<button [disabled]=\"disabled\"\n [class]=\"color + '-button'\"\n [class.selected-button]=\"selected\"\n [class.border]=\"border()\"\n [tabindex]=\"tabindex\">\n <fw-icon>{{ icon }}</fw-icon>\n</button>\n", styles: [":host{display:inline-block;position:relative}:host button{border:none;min-height:inherit;min-width:inherit;border-radius:8px;background:none;padding:0;display:flex;align-items:center;justify-content:center}:host button:hover{border:none;cursor:pointer}:host button.border{border-radius:8px;border:1px solid var(--separations-divider)}:host .primary-button:hover,:host .info-button:hover{background:var(--primary-hover)}:host .primary-button:focus,:host .info-button:focus{background:var(--primary-focus)}:host .primary-button.selected-button,:host .info-button.selected-button{background-color:var(--primary-base)}:host .primary-button fw-icon,:host .info-button fw-icon{color:var(--primary-base)}:host .secondary-button:hover{background:var(--secondary-hover)}:host .secondary-button:focus{background:var(--secondary-focus)}:host .secondary-button.selected-button{background-color:var(--secondary-base)}:host .secondary-button fw-icon{color:var(--secondary-base)}:host .slate-button:hover{background:var(--slate-hover)}:host .slate-button:focus{background:var(--slate-focus)}:host .slate-button.selected-button{background-color:var(--typography-muted)}:host .slate-button fw-icon{color:var(--typography-muted)}:host .light-slate-button:hover{background:var(--slate-hover)}:host .light-slate-button:focus{background:var(--slate-focus)}:host .light-slate-button.selected-button{background-color:var(--typography-muted)}:host .light-slate-button fw-icon{color:var(--typography-light)}:host .overlay-button:hover{background:var(--slate-hover)}:host .overlay-button:focus{background:var(--slate-focus)}:host .overlay-button.selected-button{background-color:var(--typography-muted)}:host .overlay-button fw-icon{color:var(--typography-contrast)}:host .red-button:hover,:host .error-button:hover{background:var(--red-hover)}:host .red-button:focus,:host .error-button:focus{background:var(--red-focus)}:host .red-button.selected-button,:host .error-button.selected-button{background-color:var(--red-base)}:host .red-button fw-icon,:host .error-button fw-icon{color:var(--red-base)}:host .orange-button:hover,:host .warning-button:hover{background:var(--orange-hover)}:host .orange-button:focus,:host .warning-button:focus{background:var(--orange-focus)}:host .orange-button.selected-button,:host .warning-button.selected-button{background-color:var(--orange-base)}:host .orange-button fw-icon,:host .warning-button fw-icon{color:var(--orange-base)}:host .green-button:hover,:host .success-button:hover{background:var(--green-hover)}:host .green-button:focus,:host .success-button:focus{background:var(--green-focus)}:host .green-button.selected-button,:host .success-button.selected-button{background-color:var(--green-base)}:host .green-button fw-icon,:host .success-button fw-icon{color:var(--green-base)}:host .selected-button fw-icon{color:var(--typography-contrast)}:host button:disabled{cursor:not-allowed}:host button:disabled:hover{background:none}:host button:disabled:focus{background:none}:host button:disabled fw-icon{color:var(--typography-muted);opacity:.2}:host button:disabled.selected-button{background-color:var(--typography-light)!important}:host button:disabled.selected-button fw-icon{color:var(--typography-contrast)!important}:host.small{min-height:30px;min-width:30px}:host.small fw-icon{font-size:22px;min-width:22px;width:22px}:host.medium{min-height:36px;min-width:36px}:host.medium fw-icon{font-size:24px;min-width:24px;width:24px}:host.large{min-height:40px;min-width:40px}:host.large fw-icon{font-size:28px;min-width:28px;width:28px}\n"], dependencies: [{ kind: "component", type: i1.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
18
19
|
}
|
|
19
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwIconButtonComponent, decorators: [{
|
|
20
21
|
type: Component,
|
|
21
|
-
args: [{ selector: 'fw-icon-button', template: "<button [disabled]=\"disabled\"\n [class]=\"color + '-button'\"\n [class.selected-button]=\"selected\"\n [tabindex]=\"tabindex\">\n <fw-icon>{{ icon }}</fw-icon>\n</button>\n", styles: [":host{display:inline-block;position:relative}:host button{border:none;min-height:inherit;min-width:inherit;border-radius:8px;background:none;padding:0;display:flex;align-items:center;justify-content:center}:host button:hover{border:none;cursor:pointer}:host .primary-button:hover,:host .info-button:hover{background:var(--primary-hover)}:host .primary-button:focus,:host .info-button:focus{background:var(--primary-focus)}:host .primary-button.selected-button,:host .info-button.selected-button{background-color:var(--primary-base)}:host .primary-button fw-icon,:host .info-button fw-icon{color:var(--primary-base)}:host .secondary-button:hover{background:var(--secondary-hover)}:host .secondary-button:focus{background:var(--secondary-focus)}:host .secondary-button.selected-button{background-color:var(--secondary-base)}:host .secondary-button fw-icon{color:var(--secondary-base)}:host .slate-button:hover{background:var(--slate-hover)}:host .slate-button:focus{background:var(--slate-focus)}:host .slate-button.selected-button{background-color:var(--typography-muted)}:host .slate-button fw-icon{color:var(--typography-muted)}:host .light-slate-button:hover{background:var(--slate-hover)}:host .light-slate-button:focus{background:var(--slate-focus)}:host .light-slate-button.selected-button{background-color:var(--typography-muted)}:host .light-slate-button fw-icon{color:var(--typography-light)}:host .overlay-button:hover{background:var(--slate-hover)}:host .overlay-button:focus{background:var(--slate-focus)}:host .overlay-button.selected-button{background-color:var(--typography-muted)}:host .overlay-button fw-icon{color:var(--typography-contrast)}:host .red-button:hover,:host .error-button:hover{background:var(--red-hover)}:host .red-button:focus,:host .error-button:focus{background:var(--red-focus)}:host .red-button.selected-button,:host .error-button.selected-button{background-color:var(--red-base)}:host .red-button fw-icon,:host .error-button fw-icon{color:var(--red-base)}:host .orange-button:hover,:host .warning-button:hover{background:var(--orange-hover)}:host .orange-button:focus,:host .warning-button:focus{background:var(--orange-focus)}:host .orange-button.selected-button,:host .warning-button.selected-button{background-color:var(--orange-base)}:host .orange-button fw-icon,:host .warning-button fw-icon{color:var(--orange-base)}:host .green-button:hover,:host .success-button:hover{background:var(--green-hover)}:host .green-button:focus,:host .success-button:focus{background:var(--green-focus)}:host .green-button.selected-button,:host .success-button.selected-button{background-color:var(--green-base)}:host .green-button fw-icon,:host .success-button fw-icon{color:var(--green-base)}:host .selected-button fw-icon{color:var(--typography-contrast)}:host button:disabled{cursor:not-allowed}:host button:disabled:hover{background:none}:host button:disabled:focus{background:none}:host button:disabled fw-icon{color:var(--typography-muted);opacity:.2}:host button:disabled.selected-button{background-color:var(--typography-light)!important}:host button:disabled.selected-button fw-icon{color:var(--typography-contrast)!important}:host.small{min-height:30px;min-width:30px}:host.small fw-icon{font-size:22px;min-width:22px;width:22px}:host.medium{min-height:36px;min-width:36px}:host.medium fw-icon{font-size:24px;min-width:24px;width:24px}:host.large{min-height:40px;min-width:40px}:host.large fw-icon{font-size:28px;min-width:28px;width:28px}\n"] }]
|
|
22
|
+
args: [{ selector: 'fw-icon-button', template: "<button [disabled]=\"disabled\"\n [class]=\"color + '-button'\"\n [class.selected-button]=\"selected\"\n [class.border]=\"border()\"\n [tabindex]=\"tabindex\">\n <fw-icon>{{ icon }}</fw-icon>\n</button>\n", styles: [":host{display:inline-block;position:relative}:host button{border:none;min-height:inherit;min-width:inherit;border-radius:8px;background:none;padding:0;display:flex;align-items:center;justify-content:center}:host button:hover{border:none;cursor:pointer}:host button.border{border-radius:8px;border:1px solid var(--separations-divider)}:host .primary-button:hover,:host .info-button:hover{background:var(--primary-hover)}:host .primary-button:focus,:host .info-button:focus{background:var(--primary-focus)}:host .primary-button.selected-button,:host .info-button.selected-button{background-color:var(--primary-base)}:host .primary-button fw-icon,:host .info-button fw-icon{color:var(--primary-base)}:host .secondary-button:hover{background:var(--secondary-hover)}:host .secondary-button:focus{background:var(--secondary-focus)}:host .secondary-button.selected-button{background-color:var(--secondary-base)}:host .secondary-button fw-icon{color:var(--secondary-base)}:host .slate-button:hover{background:var(--slate-hover)}:host .slate-button:focus{background:var(--slate-focus)}:host .slate-button.selected-button{background-color:var(--typography-muted)}:host .slate-button fw-icon{color:var(--typography-muted)}:host .light-slate-button:hover{background:var(--slate-hover)}:host .light-slate-button:focus{background:var(--slate-focus)}:host .light-slate-button.selected-button{background-color:var(--typography-muted)}:host .light-slate-button fw-icon{color:var(--typography-light)}:host .overlay-button:hover{background:var(--slate-hover)}:host .overlay-button:focus{background:var(--slate-focus)}:host .overlay-button.selected-button{background-color:var(--typography-muted)}:host .overlay-button fw-icon{color:var(--typography-contrast)}:host .red-button:hover,:host .error-button:hover{background:var(--red-hover)}:host .red-button:focus,:host .error-button:focus{background:var(--red-focus)}:host .red-button.selected-button,:host .error-button.selected-button{background-color:var(--red-base)}:host .red-button fw-icon,:host .error-button fw-icon{color:var(--red-base)}:host .orange-button:hover,:host .warning-button:hover{background:var(--orange-hover)}:host .orange-button:focus,:host .warning-button:focus{background:var(--orange-focus)}:host .orange-button.selected-button,:host .warning-button.selected-button{background-color:var(--orange-base)}:host .orange-button fw-icon,:host .warning-button fw-icon{color:var(--orange-base)}:host .green-button:hover,:host .success-button:hover{background:var(--green-hover)}:host .green-button:focus,:host .success-button:focus{background:var(--green-focus)}:host .green-button.selected-button,:host .success-button.selected-button{background-color:var(--green-base)}:host .green-button fw-icon,:host .success-button fw-icon{color:var(--green-base)}:host .selected-button fw-icon{color:var(--typography-contrast)}:host button:disabled{cursor:not-allowed}:host button:disabled:hover{background:none}:host button:disabled:focus{background:none}:host button:disabled fw-icon{color:var(--typography-muted);opacity:.2}:host button:disabled.selected-button{background-color:var(--typography-light)!important}:host button:disabled.selected-button fw-icon{color:var(--typography-contrast)!important}:host.small{min-height:30px;min-width:30px}:host.small fw-icon{font-size:22px;min-width:22px;width:22px}:host.medium{min-height:36px;min-width:36px}:host.medium fw-icon{font-size:24px;min-width:24px;width:24px}:host.large{min-height:40px;min-width:40px}:host.large fw-icon{font-size:28px;min-width:28px;width:28px}\n"] }]
|
|
22
23
|
}], propDecorators: { classes: [{
|
|
23
24
|
type: HostBinding,
|
|
24
25
|
args: ['attr.class']
|
|
@@ -36,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
36
37
|
}], selected: [{
|
|
37
38
|
type: Input
|
|
38
39
|
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvaWNvbi1idXR0b24vaWNvbi1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvaWNvbi1idXR0b24vaWNvbi1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBT3JFLE1BQU0sT0FBTyxxQkFBcUI7SUFMbEM7UUFZYSxVQUFLLEdBWUMsU0FBUyxDQUFDO1FBQ2hCLFNBQUksR0FBVyxFQUFFLENBQUM7UUFDbEIsU0FBSSxHQUFrQyxRQUFRLENBQUM7UUFDL0MsYUFBUSxHQUFhLEtBQUssQ0FBQztRQUMzQixhQUFRLEdBQWEsS0FBSyxDQUFDO1FBRTdCLFdBQU0sR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7S0FDaEM7SUF6QkcsSUFBK0IsT0FBTztRQUNsQyxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUM7SUFDckIsQ0FBQztJQUFBLENBQUM7K0dBSE8scUJBQXFCO21HQUFyQixxQkFBcUIsMjNCQ1BsQyw2T0FPQTs7NEZEQWEscUJBQXFCO2tCQUxqQyxTQUFTOytCQUNJLGdCQUFnQjs4QkFLSyxPQUFPO3NCQUFyQyxXQUFXO3VCQUFDLFlBQVk7Z0JBSUEsUUFBUTtzQkFBaEMsV0FBVzt1QkFBQyxVQUFVO2dCQUVkLEtBQUs7c0JBQWIsS0FBSztnQkFhRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Z3LWljb24tYnV0dG9uJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vaWNvbi1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2ljb24tYnV0dG9uLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEZ3SWNvbkJ1dHRvbkNvbXBvbmVudCB7XG4gICAgQEhvc3RCaW5kaW5nKCdhdHRyLmNsYXNzJykgZ2V0IGNsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuc2l6ZTtcbiAgICB9O1xuXG4gICAgQEhvc3RCaW5kaW5nKCd0YWJpbmRleCcpIHRhYmluZGV4OiBzdHJpbmc7XG5cbiAgICBASW5wdXQoKSBjb2xvcj86XG4gICAgICAgIHwgJ3ByaW1hcnknXG4gICAgICAgIHwgJ3NlY29uZGFyeSdcbiAgICAgICAgfCAncmVkJ1xuICAgICAgICB8ICdlcnJvcidcbiAgICAgICAgfCAnd2FybmluZydcbiAgICAgICAgfCAnb3JhbmdlJ1xuICAgICAgICB8ICdzdWNjZXNzJ1xuICAgICAgICB8ICdncmVlbidcbiAgICAgICAgfCAnbGlnaHQtc2xhdGUnXG4gICAgICAgIHwgJ3NsYXRlJ1xuICAgICAgICB8ICdvdmVybGF5J1xuICAgICAgICB8ICdpbmZvJyA9ICdwcmltYXJ5JztcbiAgICBASW5wdXQoKSBpY29uOiBzdHJpbmcgPSAnJztcbiAgICBASW5wdXQoKSBzaXplPzogJ2xhcmdlJyB8ICdtZWRpdW0nIHwgJ3NtYWxsJyA9ICdtZWRpdW0nO1xuICAgIEBJbnB1dCgpIGRpc2FibGVkPzogYm9vbGVhbiA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIHNlbGVjdGVkPzogYm9vbGVhbiA9IGZhbHNlO1xuXG4gICAgcHVibGljIGJvcmRlciA9IGlucHV0KGZhbHNlKTtcbn1cbiIsIjxidXR0b24gW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgW2NsYXNzXT1cImNvbG9yICsgJy1idXR0b24nXCJcbiAgICAgICAgW2NsYXNzLnNlbGVjdGVkLWJ1dHRvbl09XCJzZWxlY3RlZFwiXG4gICAgICAgIFtjbGFzcy5ib3JkZXJdPVwiYm9yZGVyKClcIlxuICAgICAgICBbdGFiaW5kZXhdPVwidGFiaW5kZXhcIj5cbiAgICA8ZnctaWNvbj57eyBpY29uIH19PC9mdy1pY29uPlxuPC9idXR0b24+XG4iXX0=
|
|
@@ -24,11 +24,11 @@ export class FwLayoutContextComponent {
|
|
|
24
24
|
}
|
|
25
25
|
;
|
|
26
26
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwLayoutContextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
27
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: FwLayoutContextComponent, selector: "fw-layout-context", inputs: { width: "width", icon: "icon", iconColor: "iconColor", title: "title", description: "description" }, host: { properties: { "attr.class": "this.classes" } }, ngImport: i0, template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
27
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: FwLayoutContextComponent, selector: "fw-layout-context", inputs: { width: "width", icon: "icon", iconColor: "iconColor", title: "title", description: "description" }, host: { properties: { "attr.class": "this.classes" } }, ngImport: i0, template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n@if (description) {\n <p class=\"vision-p3\">{{description}}</p>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
28
28
|
}
|
|
29
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwLayoutContextComponent, decorators: [{
|
|
30
30
|
type: Component,
|
|
31
|
-
args: [{ selector: 'fw-layout-context', template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"] }]
|
|
31
|
+
args: [{ selector: 'fw-layout-context', template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n@if (description) {\n <p class=\"vision-p3\">{{description}}</p>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"] }]
|
|
32
32
|
}], propDecorators: { width: [{
|
|
33
33
|
type: Input
|
|
34
34
|
}], icon: [{
|
|
@@ -43,4 +43,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
43
43
|
type: HostBinding,
|
|
44
44
|
args: ['attr.class']
|
|
45
45
|
}] } });
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
46
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGV4dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9sYXlvdXRzL2NvbnRleHQvY29udGV4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9sYXlvdXRzL2NvbnRleHQvY29udGV4dC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFJOUQsTUFBTSxDQUFOLElBQVksV0FLWDtBQUxELFdBQVksV0FBVztJQUNyQiw4QkFBZSxDQUFBO0lBQ2YsZ0NBQWlCLENBQUE7SUFDakIsOEJBQWUsQ0FBQTtJQUNmLHlDQUEwQixDQUFBO0FBQzVCLENBQUMsRUFMVyxXQUFXLEtBQVgsV0FBVyxRQUt0QjtBQU9ELE1BQU0sT0FBTyx3QkFBd0I7SUFMckM7UUFNVyxVQUFLLEdBQWtELFdBQVcsQ0FBQyxLQUFLLENBQUM7UUFFekUsY0FBUyxHQUEwRSxXQUFXLENBQUM7S0FZekc7SUFSQyxJQUErQixPQUFPO1FBQ3BDLE1BQU0sT0FBTyxHQUFHLENBQUMsbUJBQW1CLENBQUMsQ0FBQztRQUN0QyxPQUFPLENBQUMsSUFBSSxDQUFDLGlCQUFpQixJQUFJLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBQztRQUM1QyxJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztZQUNuQixPQUFPLENBQUMsSUFBSSxDQUFDLGlCQUFpQixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsQ0FBQztRQUNsRCxDQUFDO1FBQ0QsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFBQSxDQUFDOytHQWRTLHdCQUF3QjttR0FBeEIsd0JBQXdCLCtOQ2hCckMsaVdBaUJBOzs0RkREYSx3QkFBd0I7a0JBTHBDLFNBQVM7K0JBQ0UsbUJBQW1COzhCQUtwQixLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBRXlCLE9BQU87c0JBQXJDLFdBQVc7dUJBQUMsWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEljb25UeXBlIH0gZnJvbSAnLi4vLi4vaWNvbi9pY29uLnR5cGVzJztcblxuZXhwb3J0IGVudW0gTGF5b3V0V2lkdGgge1xuICBTbWFsbCA9ICdzbWFsbCcsXG4gIE1lZGl1bSA9ICdtZWRpdW0nLFxuICBMYXJnZSA9ICdsYXJnZScsXG4gIEV4dHJhTGFyZ2UgPSAnZXh0cmEtbGFyZ2UnXG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Z3LWxheW91dC1jb250ZXh0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbnRleHQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jb250ZXh0LmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEZ3TGF5b3V0Q29udGV4dENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHdpZHRoPzogJ3NtYWxsJyB8ICdtZWRpdW0nIHwgJ2xhcmdlJyB8ICdleHRyYS1sYXJnZScgPSBMYXlvdXRXaWR0aC5TbWFsbDtcbiAgQElucHV0KCkgaWNvbj86IEljb25UeXBlO1xuICBASW5wdXQoKSBpY29uQ29sb3I/OiAncHJpbWFyeScgfCAnc2Vjb25kYXJ5JyB8ICdkYW5nZXInIHwgJ3NsYXRlJyB8ICd3YXJuaW5nJyB8ICdzdWNjZXNzJyA9ICdzZWNvbmRhcnknO1xuICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgQElucHV0KCkgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmNsYXNzJykgZ2V0IGNsYXNzZXMoKTogc3RyaW5nIHtcbiAgICBjb25zdCBjbGFzc2VzID0gWydmdy1sYXlvdXQtY29udGV4dCddO1xuICAgIGNsYXNzZXMucHVzaChgY29udGV4dC13aWR0aC0ke3RoaXMud2lkdGh9YCk7XG4gICAgaWYgKHRoaXMuaWNvbkNvbG9yKSB7XG4gICAgICBjbGFzc2VzLnB1c2goYGNvbnRleHQtY29sb3ItJHt0aGlzLmljb25Db2xvcn1gKTtcbiAgICB9XG4gICAgcmV0dXJuIGNsYXNzZXMuam9pbignICcpO1xuICB9O1xufVxuIiwiQGlmIChpY29uKSB7XG4gIDxmdy1pY29uIFtuZ0NsYXNzXT1cImljb25Db2xvclwiPnt7IGljb24gfX08L2Z3LWljb24+XG59XG5cbkBpZiAodGl0bGUpIHtcbiAgPGgzPnt7IHRpdGxlIH19PC9oMz5cbn1cblxuQGlmIChkZXNjcmlwdGlvbikge1xuICA8cCBjbGFzcz1cInZpc2lvbi1wM1wiPnt7ZGVzY3JpcHRpb259fTwvcD5cbn1cblxuPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3Nsb3Q9J2Rlc2NyaXB0aW9uJ11cIj48L25nLWNvbnRlbnQ+XG5cbjxkaXYgY2xhc3M9XCJjb250ZXh0LWFjdGlvbnNcIj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3Nsb3Q9J2FjdGlvbnMnXVwiPjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
|
|
@@ -89,7 +89,7 @@ export class FwMenuItemComponent {
|
|
|
89
89
|
}
|
|
90
90
|
;
|
|
91
91
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwMenuItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
92
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: FwMenuItemComponent, selector: "fw-menu-item", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: false, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: false, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: false, isRequired: false, transformFunction: null }, iconColor: { classPropertyName: "iconColor", publicName: "iconColor", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, showCheckbox: { classPropertyName: "showCheckbox", publicName: "showCheckbox", isSignal: false, isRequired: false, transformFunction: null }, checkboxColor: { classPropertyName: "checkboxColor", publicName: "checkboxColor", isSignal: false, isRequired: false, transformFunction: null }, multiSelect: { classPropertyName: "multiSelect", publicName: "multiSelect", isSignal: false, isRequired: false, transformFunction: null }, hidden: { classPropertyName: "hidden", publicName: "hidden", isSignal: false, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: false, isRequired: false, transformFunction: null }, href: { classPropertyName: "href", publicName: "href", isSignal: false, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: false, isRequired: false, transformFunction: null }, subItemsOpen: { classPropertyName: "subItemsOpen", publicName: "subItemsOpen", isSignal: false, isRequired: false, transformFunction: null }, mouseEnterHandler: { classPropertyName: "mouseEnterHandler", publicName: "mouseEnterHandler", isSignal: true, isRequired: false, transformFunction: null }, focused: { classPropertyName: "focused", publicName: "focused", isSignal: false, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { mouseEnterHandler: "mouseEnterHandlerChange", click: "click" }, host: { listeners: { "mouseenter": "onMouseEnter($event)" }, properties: { "class.collapsed": "this.collapsed", "class.focused": "this.focused", "class.selected": "this.selected", "attr.title": "this.attrTitle" } }, queries: [{ propertyName: "subItems", predicate: FwMenuSubItemComponent }], usesOnChanges: true, ngImport: i0, template: "<div (click)=\"handleClick($event)\" *ngIf=\"!hidden\">\n <div\n [ngClass]=\"['menu-item', 'size-'+size, disabled?'disabled':'']\"\n [class.disabled]=\"disabled\">\n <div class=\"item-checkbox\" *ngIf=\"showCheckbox && multiSelect\">\n <fw-checkbox\n [disabled]=\"disabled\"\n [color]=\"checkboxColor\"\n [checked]=\"selected\">\n </fw-checkbox>\n </div>\n <div class=\"item-radiobutton\" *ngIf=\"showCheckbox && !multiSelect\">\n <fw-radio-button\n [value]=\"value\"\n [color]=\"checkboxColor\"\n [disabled]=\"disabled\"\n [checked]=\"selected\">\n </fw-radio-button>\n </div>\n <fw-icon [color]=\"iconColor\" *ngIf=\"icon\" class=\"menu-icon {{iconColor}}\">{{ icon }}</fw-icon>\n <ng-content select=\"fw-avatar\"></ng-content>\n <div class=\"menu-text\" *ngIf=\"title\">\n <h4 class=\"vision-h4\">{{ title }}</h4>\n <p *ngIf=\"description\" class=\"vision-p4 description\">{{ description }}</p>\n </div>\n <div class=\"key-text vision-p2\">\n <ng-content select=\"p\"></ng-content>\n <ng-content select=\"fw-badge\"></ng-content>\n <ng-content select=\"fw-icon\"></ng-content>\n <ng-content select=\"fw-icon-button\"></ng-content>\n <fw-icon-button\n [size]=\"'small'\"\n [icon]=\"subItemsOpen?'chevron-up':'chevron-down'\"\n *ngIf=\"subItems.length>0\"\n (click)=\"toggleSubItemsView()\">\n </fw-icon-button>\n </div>\n </div>\n</div>\n<div class=\"item-subitems\">\n <ng-content select=\"fw-menu-sub-item\"></ng-content>\n</div>\n", styles: [":host{position:relative;display:flex;flex-direction:column}:host>div{display:flex;flex:1;text-decoration:none;max-width:100%}:host h4{text-overflow:ellipsis}:host:hover:not(.selected) .menu-item:not(.disabled),:host.focused .menu-item:not(.disabled){background-color:var(--slate-hover);cursor:pointer}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-icon,:host.focused .menu-item:not(.disabled) .menu-icon{color:var(--primary-base)}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-text h4,:host.focused .menu-item:not(.disabled) .menu-text h4{color:var(--typography-base)}:host.selected .menu-item{background-color:var(--primary-hover);cursor:pointer}:host.selected .menu-item .menu-icon{color:var(--primary-base)}:host.selected .menu-item .menu-text h4{color:var(--typography-base)}:host.collapsed .menu-item{container-name:menuitem;container-type:size}:host .menu-item{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;flex:1;gap:8px;padding:8px;margin:1px 4px;border-radius:4px;color:var(--typography-muted);min-height:40px;width:stretch}:host .menu-item .item-checkbox:empty{display:none}:host .menu-item .item-radiobutton{padding:0}:host .menu-item .item-radiobutton:empty{display:none}:host .menu-item .menu-icon{font-size:18px;min-width:18px;width:18px;white-space:nowrap}:host .menu-item .menu-text{flex:1;overflow:hidden;padding:2px 0}:host .menu-item .menu-text h4{margin:0;color:var(--typography-muted);white-space:nowrap;overflow:hidden}:host .menu-item .menu-text p{margin:0}:host .menu-item .menu-text p.description{color:var(--typography-light)}:host .menu-item .key-text{display:flex;align-items:center;gap:8px;color:var(--typography-light)}:host .menu-item .key-text fw-icon-button{min-height:22px!important;min-width:22px!important;width:22px!important}:host .menu-item.size-compact{min-height:32px}:host .menu-item.size-compact .menu-text .description{display:none}:host .menu-item.disabled{opacity:.4;cursor:not-allowed}:host .item-subitems{display:flex;flex-direction:column}@container menuitem (max-width: 60px){.menu-item{gap:0}.menu-item .menu-text{opacity:0}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }, { kind: "component", type: i3.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: i4.FwCheckboxComponent, selector: "fw-checkbox", inputs: ["name", "disabled", "size", "color", "title", "focused", "checked"], outputs: ["change"] }, { kind: "component", type: i5.FwRadioComponent, selector: "fw-radio-button", inputs: ["value", "checked", "group", "disabled", "size", "color", "title", "focused"], outputs: ["checkedChange", "change"] }] }); }
|
|
92
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: FwMenuItemComponent, selector: "fw-menu-item", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: false, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: false, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: false, isRequired: false, transformFunction: null }, iconColor: { classPropertyName: "iconColor", publicName: "iconColor", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, showCheckbox: { classPropertyName: "showCheckbox", publicName: "showCheckbox", isSignal: false, isRequired: false, transformFunction: null }, checkboxColor: { classPropertyName: "checkboxColor", publicName: "checkboxColor", isSignal: false, isRequired: false, transformFunction: null }, multiSelect: { classPropertyName: "multiSelect", publicName: "multiSelect", isSignal: false, isRequired: false, transformFunction: null }, hidden: { classPropertyName: "hidden", publicName: "hidden", isSignal: false, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: false, isRequired: false, transformFunction: null }, href: { classPropertyName: "href", publicName: "href", isSignal: false, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: false, isRequired: false, transformFunction: null }, subItemsOpen: { classPropertyName: "subItemsOpen", publicName: "subItemsOpen", isSignal: false, isRequired: false, transformFunction: null }, mouseEnterHandler: { classPropertyName: "mouseEnterHandler", publicName: "mouseEnterHandler", isSignal: true, isRequired: false, transformFunction: null }, focused: { classPropertyName: "focused", publicName: "focused", isSignal: false, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { mouseEnterHandler: "mouseEnterHandlerChange", click: "click" }, host: { listeners: { "mouseenter": "onMouseEnter($event)" }, properties: { "class.collapsed": "this.collapsed", "class.focused": "this.focused", "class.selected": "this.selected", "attr.title": "this.attrTitle" } }, queries: [{ propertyName: "subItems", predicate: FwMenuSubItemComponent }], usesOnChanges: true, ngImport: i0, template: "<div (click)=\"handleClick($event)\" *ngIf=\"!hidden\">\n <div\n [ngClass]=\"['menu-item', 'size-'+size, disabled?'disabled':'']\"\n [class.disabled]=\"disabled\">\n <div class=\"item-checkbox\" *ngIf=\"showCheckbox && multiSelect\">\n <fw-checkbox\n [disabled]=\"disabled\"\n [color]=\"checkboxColor\"\n [checked]=\"selected\">\n </fw-checkbox>\n </div>\n <div class=\"item-radiobutton\" *ngIf=\"showCheckbox && !multiSelect\">\n <fw-radio-button\n [value]=\"value\"\n [color]=\"checkboxColor\"\n [disabled]=\"disabled\"\n [checked]=\"selected\">\n </fw-radio-button>\n </div>\n <fw-icon [color]=\"iconColor\" *ngIf=\"icon\" class=\"menu-icon {{iconColor}}\">{{ icon }}</fw-icon>\n <ng-content select=\"fw-avatar\"></ng-content>\n <div class=\"menu-text\" *ngIf=\"title\">\n <h4 class=\"vision-h4\">{{ title }}</h4>\n <p *ngIf=\"description\" class=\"vision-p4 description\">{{ description }}</p>\n </div>\n <div class=\"key-text vision-p2\">\n <ng-content select=\"p\"></ng-content>\n <ng-content select=\"fw-badge\"></ng-content>\n <ng-content select=\"fw-icon\"></ng-content>\n <ng-content select=\"fw-icon-button\"></ng-content>\n <fw-icon-button\n [size]=\"'small'\"\n [icon]=\"subItemsOpen?'chevron-up':'chevron-down'\"\n *ngIf=\"subItems.length>0\"\n (click)=\"toggleSubItemsView()\">\n </fw-icon-button>\n </div>\n </div>\n</div>\n<div class=\"item-subitems\">\n <ng-content select=\"fw-menu-sub-item\"></ng-content>\n</div>\n", styles: [":host{position:relative;display:flex;flex-direction:column}:host>div{display:flex;flex:1;text-decoration:none;max-width:100%}:host h4{text-overflow:ellipsis}:host:hover:not(.selected) .menu-item:not(.disabled),:host.focused .menu-item:not(.disabled){background-color:var(--slate-hover);cursor:pointer}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-icon,:host.focused .menu-item:not(.disabled) .menu-icon{color:var(--primary-base)}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-text h4,:host.focused .menu-item:not(.disabled) .menu-text h4{color:var(--typography-base)}:host.selected .menu-item{background-color:var(--primary-hover);cursor:pointer}:host.selected .menu-item .menu-icon{color:var(--primary-base)}:host.selected .menu-item .menu-text h4{color:var(--typography-base)}:host.collapsed .menu-item{container-name:menuitem;container-type:size}:host .menu-item{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;flex:1;gap:8px;padding:8px;margin:1px 4px;border-radius:4px;color:var(--typography-muted);min-height:40px;width:stretch}:host .menu-item .item-checkbox:empty{display:none}:host .menu-item .item-radiobutton{padding:0}:host .menu-item .item-radiobutton:empty{display:none}:host .menu-item .menu-icon{font-size:18px;min-width:18px;width:18px;white-space:nowrap}:host .menu-item .menu-text{flex:1;overflow:hidden;padding:2px 0}:host .menu-item .menu-text h4{margin:0;color:var(--typography-muted);white-space:nowrap;overflow:hidden}:host .menu-item .menu-text p{margin:0}:host .menu-item .menu-text p.description{color:var(--typography-light)}:host .menu-item .key-text{display:flex;align-items:center;gap:8px;color:var(--typography-light)}:host .menu-item .key-text fw-icon-button{min-height:22px!important;min-width:22px!important;width:22px!important}:host .menu-item.size-compact{min-height:32px}:host .menu-item.size-compact .menu-text .description{display:none}:host .menu-item.disabled{opacity:.4;cursor:not-allowed}:host .item-subitems{display:flex;flex-direction:column}@container menuitem (max-width: 60px){.menu-item{gap:0}.menu-item .menu-text{opacity:0}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected", "border"] }, { kind: "component", type: i3.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: i4.FwCheckboxComponent, selector: "fw-checkbox", inputs: ["name", "disabled", "size", "color", "title", "focused", "checked"], outputs: ["change"] }, { kind: "component", type: i5.FwRadioComponent, selector: "fw-radio-button", inputs: ["value", "checked", "group", "disabled", "size", "color", "title", "focused"], outputs: ["checkedChange", "change"] }] }); }
|
|
93
93
|
}
|
|
94
94
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwMenuItemComponent, decorators: [{
|
|
95
95
|
type: Component,
|