@cuby-ui/core 0.0.446 → 0.0.447
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/components/alert-hint/alert-hint.component.d.ts +11 -0
- package/components/alert-hint/error-status.d.ts +1 -0
- package/components/alert-hint/index.d.ts +2 -0
- package/components/card-wrapper/card-wrapper.component.d.ts +2 -1
- package/components/content-header/content-header.component.d.ts +8 -0
- package/components/content-header/index.d.ts +1 -0
- package/components/index.d.ts +5 -0
- package/components/inserted/index.d.ts +1 -0
- package/components/inserted/inserted.component.d.ts +5 -0
- package/components/options-button/index.d.ts +1 -0
- package/components/options-button/options-button.component.d.ts +8 -0
- package/components/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/components/sidebar/sidebar-navigation-item/sidebar-navigation-item.component.d.ts +1 -1
- package/editor/utils/open-file-in-browser.d.ts +1 -1
- package/editor/utils/set-loading.d.ts +1 -1
- package/esm2022/components/alert-hint/alert-hint.component.mjs +28 -0
- package/esm2022/components/alert-hint/error-status.mjs +2 -0
- package/esm2022/components/alert-hint/index.mjs +2 -0
- package/esm2022/components/card-wrapper/card-wrapper.component.mjs +6 -4
- package/esm2022/components/content-header/content-header.component.mjs +19 -0
- package/esm2022/components/content-header/index.mjs +2 -0
- package/esm2022/components/index.mjs +6 -1
- package/esm2022/components/inserted/index.mjs +2 -0
- package/esm2022/components/inserted/inserted.component.mjs +15 -0
- package/esm2022/components/options-button/index.mjs +2 -0
- package/esm2022/components/options-button/options-button.component.mjs +20 -0
- package/esm2022/editor/editor.component.mjs +1 -1
- package/esm2022/editor/index.mjs +1 -1
- package/esm2022/editor/utils/open-file-in-browser.mjs +1 -1
- package/esm2022/editor/utils/set-loading.mjs +3 -3
- package/esm2022/index.mjs +1 -2
- package/esm2022/widgets/ui/inserted/index.mjs +2 -0
- package/esm2022/widgets/ui/inserted/inserted.component.mjs +17 -0
- package/esm2022/widgets/ui/modal-header/index.mjs +2 -0
- package/esm2022/widgets/ui/modal-header/modal-header.component.mjs +31 -0
- package/fesm2022/cuby-ui-core.mjs +6174 -8834
- package/fesm2022/cuby-ui-core.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +4 -4
- package/styles/direcive/flex-container.scss +3 -0
- package/widgets/ui/inserted/index.d.ts +1 -0
- package/widgets/ui/inserted/inserted.component.d.ts +5 -0
- package/widgets/ui/modal-header/index.d.ts +1 -0
- package/widgets/ui/modal-header/modal-header.component.d.ts +12 -0
- package/esm2022/widgets/categories/categories.component.mjs +0 -76
- package/esm2022/widgets/categories/components/categories-list/categories-list.component.mjs +0 -17
- package/esm2022/widgets/categories/components/categories-list/index.mjs +0 -2
- package/esm2022/widgets/categories/components/category-form/category-form.component.mjs +0 -79
- package/esm2022/widgets/categories/components/category-form/index.mjs +0 -2
- package/esm2022/widgets/categories/components/category-item/category-item.component.mjs +0 -125
- package/esm2022/widgets/categories/components/category-item/index.mjs +0 -2
- package/esm2022/widgets/categories/components/create-category-item/create-category-item.component.mjs +0 -25
- package/esm2022/widgets/categories/components/create-category-item/index.mjs +0 -2
- package/esm2022/widgets/categories/components/index.mjs +0 -3
- package/esm2022/widgets/categories/index.mjs +0 -3
- package/esm2022/widgets/categories/services/index.mjs +0 -2
- package/esm2022/widgets/categories/services/selected-category.service.mjs +0 -38
- package/esm2022/widgets/checklist-block/checklist-block.component.mjs +0 -75
- package/esm2022/widgets/checklist-block/checklist-block.options.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list/checklist-block-list.component.mjs +0 -85
- package/esm2022/widgets/checklist-block/components/checklist-block-list/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-card/checklist-block-list-item-action-card.component.mjs +0 -133
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-card/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-with-verification/checklist-block-list-item-action-with-verification.component.mjs +0 -45
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-with-verification/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-without-verification/checklist-block-list-item-action-without-verification.component.mjs +0 -35
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-without-verification/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.component.mjs +0 -152
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.component.mjs +0 -282
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.options.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.component.mjs +0 -117
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.options.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/checklist-block-title-control/checklist-block-title-control.component.mjs +0 -39
- package/esm2022/widgets/checklist-block/components/checklist-block-title-control/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/components/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/index.mjs +0 -2
- package/esm2022/widgets/checklist-block/services/checklist-block.service.mjs +0 -50
- package/esm2022/widgets/checklist-block/services/index.mjs +0 -2
- package/esm2022/widgets/criterion-info/criterion-info.component.mjs +0 -137
- package/esm2022/widgets/criterion-info/index.mjs +0 -2
- package/esm2022/widgets/criterion-info-form/criterion-info-form.component.mjs +0 -147
- package/esm2022/widgets/criterion-info-form/criterion-info-form.options.mjs +0 -2
- package/esm2022/widgets/criterion-info-form/index.mjs +0 -2
- package/esm2022/widgets/criterion-readonly-info/criterion-readonly-info.component.mjs +0 -72
- package/esm2022/widgets/criterion-readonly-info/index.mjs +0 -2
- package/esm2022/widgets/delete-modal/delete-modal.component.mjs +0 -39
- package/esm2022/widgets/delete-modal/delete-modal.options.mjs +0 -2
- package/esm2022/widgets/delete-modal/index.mjs +0 -2
- package/esm2022/widgets/framer-preview/framer-preview.component.mjs +0 -77
- package/esm2022/widgets/framer-preview/framer-preview.options.mjs +0 -2
- package/esm2022/widgets/framer-preview/index.mjs +0 -2
- package/esm2022/widgets/general-control-error-hint/general-control-error-hint.component.mjs +0 -21
- package/esm2022/widgets/general-control-error-hint/index.mjs +0 -2
- package/esm2022/widgets/index.mjs +0 -15
- package/esm2022/widgets/instruction-info/index.mjs +0 -2
- package/esm2022/widgets/instruction-info/instruction-info.component.mjs +0 -147
- package/esm2022/widgets/instruction-info-form/index.mjs +0 -2
- package/esm2022/widgets/instruction-info-form/instruction-info-form.component.mjs +0 -153
- package/esm2022/widgets/instruction-info-form/instruction-info-form.options.mjs +0 -2
- package/esm2022/widgets/instruction-readonly-info/index.mjs +0 -2
- package/esm2022/widgets/instruction-readonly-info/instruction-readonly-info.component.mjs +0 -72
- package/esm2022/widgets/loader/index.mjs +0 -2
- package/esm2022/widgets/loader/loader.component.mjs +0 -36
- package/esm2022/widgets/select-modal/components/index.mjs +0 -3
- package/esm2022/widgets/select-modal/components/select-modal-folder/index.mjs +0 -2
- package/esm2022/widgets/select-modal/components/select-modal-folder/select-modal-folder.component.mjs +0 -21
- package/esm2022/widgets/select-modal/components/select-modal-search/index.mjs +0 -2
- package/esm2022/widgets/select-modal/components/select-modal-search/select-modal-search.component.mjs +0 -32
- package/esm2022/widgets/select-modal/index.mjs +0 -4
- package/esm2022/widgets/select-modal/select-modal.component.mjs +0 -35
- package/esm2022/widgets/select-modal/select-modal.interfaces.mjs +0 -2
- package/esm2022/widgets/select-modal/select-modal.service.mjs +0 -23
- package/esm2022/widgets/storage-list/components/index.mjs +0 -2
- package/esm2022/widgets/storage-list/components/storage-list-item/index.mjs +0 -2
- package/esm2022/widgets/storage-list/components/storage-list-item/storage-list-item.component.mjs +0 -87
- package/esm2022/widgets/storage-list/index.mjs +0 -3
- package/esm2022/widgets/storage-list/storage-list.component.mjs +0 -17
- package/esm2022/widgets/storage-list/storage-list.options.mjs +0 -3
- package/esm2022/widgets/user-action-context-menu/activity-item/activity-item.component.mjs +0 -61
- package/esm2022/widgets/user-action-context-menu/activity-item/index.mjs +0 -2
- package/esm2022/widgets/user-action-context-menu/company-item/company-item.component.mjs +0 -68
- package/esm2022/widgets/user-action-context-menu/company-item/index.mjs +0 -2
- package/esm2022/widgets/user-action-context-menu/constants/index.mjs +0 -2
- package/esm2022/widgets/user-action-context-menu/constants/translations.mjs +0 -5
- package/esm2022/widgets/user-action-context-menu/i18n/en.json +0 -12
- package/esm2022/widgets/user-action-context-menu/i18n/ru.json +0 -12
- package/esm2022/widgets/user-action-context-menu/index.mjs +0 -5
- package/esm2022/widgets/user-action-context-menu/services/activity-base.service.mjs +0 -32
- package/esm2022/widgets/user-action-context-menu/services/activity.service.mjs +0 -35
- package/esm2022/widgets/user-action-context-menu/services/index.mjs +0 -3
- package/esm2022/widgets/user-action-context-menu/user-action-context-menu.component.mjs +0 -83
- package/esm2022/widgets/user-action-context-menu/user-action-context.option.mjs +0 -3
- package/esm2022/widgets/utility-modal/components/criterion-modal-create/criterion-modal-create.component.mjs +0 -41
- package/esm2022/widgets/utility-modal/components/criterion-modal-create/index.mjs +0 -2
- package/esm2022/widgets/utility-modal/components/index.mjs +0 -5
- package/esm2022/widgets/utility-modal/components/instruction-modal-create/index.mjs +0 -2
- package/esm2022/widgets/utility-modal/components/instruction-modal-create/instruction-modal-create.component.mjs +0 -41
- package/esm2022/widgets/utility-modal/components/readonly-criterion-modal/index.mjs +0 -2
- package/esm2022/widgets/utility-modal/components/readonly-criterion-modal/readonly-criterion-modal.component.mjs +0 -40
- package/esm2022/widgets/utility-modal/components/readonly-instruction-modal/index.mjs +0 -2
- package/esm2022/widgets/utility-modal/components/readonly-instruction-modal/readonly-instruction-modal.component.mjs +0 -40
- package/esm2022/widgets/utility-modal/components/readonly-utility-modal/index.mjs +0 -2
- package/esm2022/widgets/utility-modal/components/readonly-utility-modal/readonly-utility-modal.component.mjs +0 -43
- package/esm2022/widgets/utility-modal/components/utility-modal-create/index.mjs +0 -2
- package/esm2022/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.mjs +0 -55
- package/esm2022/widgets/utility-modal/index.mjs +0 -4
- package/esm2022/widgets/utility-modal/utility-modal.component.mjs +0 -22
- package/esm2022/widgets/utility-modal/utility-modal.options.mjs +0 -3
- package/esm2022/widgets/utility-readonly-thumbnail/index.mjs +0 -2
- package/esm2022/widgets/utility-readonly-thumbnail/utility-readonly-thumbnail.component.mjs +0 -15
- package/esm2022/widgets/utility-thumbnail/index.mjs +0 -2
- package/esm2022/widgets/utility-thumbnail/utility-thumbnail.component.mjs +0 -94
- package/fesm2022/cuby-ui-core-en-D0un3--2.mjs +0 -25
- package/fesm2022/cuby-ui-core-en-D0un3--2.mjs.map +0 -1
- package/fesm2022/cuby-ui-core-ru-CMm--FpA.mjs +0 -25
- package/fesm2022/cuby-ui-core-ru-CMm--FpA.mjs.map +0 -1
- package/widgets/categories/categories.component.d.ts +0 -25
- package/widgets/categories/components/categories-list/categories-list.component.d.ts +0 -8
- package/widgets/categories/components/categories-list/index.d.ts +0 -1
- package/widgets/categories/components/category-form/category-form.component.d.ts +0 -28
- package/widgets/categories/components/category-form/index.d.ts +0 -1
- package/widgets/categories/components/category-item/category-item.component.d.ts +0 -42
- package/widgets/categories/components/category-item/index.d.ts +0 -1
- package/widgets/categories/components/create-category-item/create-category-item.component.d.ts +0 -10
- package/widgets/categories/components/create-category-item/index.d.ts +0 -1
- package/widgets/categories/components/index.d.ts +0 -2
- package/widgets/categories/index.d.ts +0 -2
- package/widgets/categories/services/index.d.ts +0 -1
- package/widgets/categories/services/selected-category.service.d.ts +0 -18
- package/widgets/checklist-block/checklist-block.component.d.ts +0 -21
- package/widgets/checklist-block/checklist-block.options.d.ts +0 -12
- package/widgets/checklist-block/components/checklist-block-list/checklist-block-list.component.d.ts +0 -27
- package/widgets/checklist-block/components/checklist-block-list/index.d.ts +0 -1
- package/widgets/checklist-block/components/checklist-block-list-item-action-card/checklist-block-list-item-action-card.component.d.ts +0 -30
- package/widgets/checklist-block/components/checklist-block-list-item-action-card/index.d.ts +0 -1
- package/widgets/checklist-block/components/checklist-block-list-item-action-with-verification/checklist-block-list-item-action-with-verification.component.d.ts +0 -11
- package/widgets/checklist-block/components/checklist-block-list-item-action-with-verification/index.d.ts +0 -1
- package/widgets/checklist-block/components/checklist-block-list-item-action-without-verification/checklist-block-list-item-action-without-verification.component.d.ts +0 -10
- package/widgets/checklist-block/components/checklist-block-list-item-action-without-verification/index.d.ts +0 -1
- package/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.component.d.ts +0 -41
- package/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.d.ts +0 -5
- package/widgets/checklist-block/components/checklist-block-list-item-container/index.d.ts +0 -1
- package/widgets/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.component.d.ts +0 -51
- package/widgets/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.options.d.ts +0 -14
- package/widgets/checklist-block/components/checklist-block-list-item-evaluation/index.d.ts +0 -2
- package/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.component.d.ts +0 -33
- package/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.options.d.ts +0 -4
- package/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/index.d.ts +0 -1
- package/widgets/checklist-block/components/checklist-block-title-control/checklist-block-title-control.component.d.ts +0 -8
- package/widgets/checklist-block/components/checklist-block-title-control/index.d.ts +0 -1
- package/widgets/checklist-block/components/index.d.ts +0 -1
- package/widgets/checklist-block/index.d.ts +0 -1
- package/widgets/checklist-block/services/checklist-block.service.d.ts +0 -19
- package/widgets/checklist-block/services/index.d.ts +0 -1
- package/widgets/criterion-info/criterion-info.component.d.ts +0 -43
- package/widgets/criterion-info/index.d.ts +0 -1
- package/widgets/criterion-info-form/criterion-info-form.component.d.ts +0 -39
- package/widgets/criterion-info-form/criterion-info-form.options.d.ts +0 -7
- package/widgets/criterion-info-form/index.d.ts +0 -2
- package/widgets/criterion-readonly-info/criterion-readonly-info.component.d.ts +0 -26
- package/widgets/criterion-readonly-info/index.d.ts +0 -1
- package/widgets/delete-modal/delete-modal.component.d.ts +0 -13
- package/widgets/delete-modal/delete-modal.options.d.ts +0 -7
- package/widgets/delete-modal/index.d.ts +0 -2
- package/widgets/framer-preview/framer-preview.component.d.ts +0 -26
- package/widgets/framer-preview/framer-preview.options.d.ts +0 -5
- package/widgets/framer-preview/index.d.ts +0 -2
- package/widgets/general-control-error-hint/general-control-error-hint.component.d.ts +0 -9
- package/widgets/general-control-error-hint/index.d.ts +0 -1
- package/widgets/index.d.ts +0 -14
- package/widgets/instruction-info/index.d.ts +0 -1
- package/widgets/instruction-info/instruction-info.component.d.ts +0 -45
- package/widgets/instruction-info-form/index.d.ts +0 -2
- package/widgets/instruction-info-form/instruction-info-form.component.d.ts +0 -43
- package/widgets/instruction-info-form/instruction-info-form.options.d.ts +0 -9
- package/widgets/instruction-readonly-info/index.d.ts +0 -1
- package/widgets/instruction-readonly-info/instruction-readonly-info.component.d.ts +0 -26
- package/widgets/loader/index.d.ts +0 -1
- package/widgets/loader/loader.component.d.ts +0 -20
- package/widgets/select-modal/components/index.d.ts +0 -2
- package/widgets/select-modal/components/select-modal-folder/index.d.ts +0 -1
- package/widgets/select-modal/components/select-modal-folder/select-modal-folder.component.d.ts +0 -10
- package/widgets/select-modal/components/select-modal-search/index.d.ts +0 -1
- package/widgets/select-modal/components/select-modal-search/select-modal-search.component.d.ts +0 -12
- package/widgets/select-modal/index.d.ts +0 -3
- package/widgets/select-modal/select-modal.component.d.ts +0 -13
- package/widgets/select-modal/select-modal.interfaces.d.ts +0 -15
- package/widgets/select-modal/select-modal.service.d.ts +0 -13
- package/widgets/storage-list/components/index.d.ts +0 -1
- package/widgets/storage-list/components/storage-list-item/index.d.ts +0 -1
- package/widgets/storage-list/components/storage-list-item/storage-list-item.component.d.ts +0 -24
- package/widgets/storage-list/index.d.ts +0 -2
- package/widgets/storage-list/storage-list.component.d.ts +0 -10
- package/widgets/storage-list/storage-list.options.d.ts +0 -16
- package/widgets/user-action-context-menu/activity-item/activity-item.component.d.ts +0 -17
- package/widgets/user-action-context-menu/activity-item/index.d.ts +0 -1
- package/widgets/user-action-context-menu/company-item/company-item.component.d.ts +0 -22
- package/widgets/user-action-context-menu/company-item/index.d.ts +0 -1
- package/widgets/user-action-context-menu/constants/index.d.ts +0 -1
- package/widgets/user-action-context-menu/constants/translations.d.ts +0 -2
- package/widgets/user-action-context-menu/index.d.ts +0 -4
- package/widgets/user-action-context-menu/services/activity-base.service.d.ts +0 -14
- package/widgets/user-action-context-menu/services/activity.service.d.ts +0 -14
- package/widgets/user-action-context-menu/services/index.d.ts +0 -2
- package/widgets/user-action-context-menu/user-action-context-menu.component.d.ts +0 -29
- package/widgets/user-action-context-menu/user-action-context.option.d.ts +0 -15
- package/widgets/utility-modal/components/criterion-modal-create/criterion-modal-create.component.d.ts +0 -18
- package/widgets/utility-modal/components/criterion-modal-create/index.d.ts +0 -1
- package/widgets/utility-modal/components/index.d.ts +0 -4
- package/widgets/utility-modal/components/instruction-modal-create/index.d.ts +0 -1
- package/widgets/utility-modal/components/instruction-modal-create/instruction-modal-create.component.d.ts +0 -18
- package/widgets/utility-modal/components/readonly-criterion-modal/index.d.ts +0 -1
- package/widgets/utility-modal/components/readonly-criterion-modal/readonly-criterion-modal.component.d.ts +0 -16
- package/widgets/utility-modal/components/readonly-instruction-modal/index.d.ts +0 -1
- package/widgets/utility-modal/components/readonly-instruction-modal/readonly-instruction-modal.component.d.ts +0 -16
- package/widgets/utility-modal/components/readonly-utility-modal/index.d.ts +0 -1
- package/widgets/utility-modal/components/readonly-utility-modal/readonly-utility-modal.component.d.ts +0 -18
- package/widgets/utility-modal/components/utility-modal-create/index.d.ts +0 -1
- package/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.d.ts +0 -25
- package/widgets/utility-modal/index.d.ts +0 -3
- package/widgets/utility-modal/utility-modal.component.d.ts +0 -10
- package/widgets/utility-modal/utility-modal.options.d.ts +0 -12
- package/widgets/utility-readonly-thumbnail/index.d.ts +0 -1
- package/widgets/utility-readonly-thumbnail/utility-readonly-thumbnail.component.d.ts +0 -8
- package/widgets/utility-thumbnail/index.d.ts +0 -1
- package/widgets/utility-thumbnail/utility-thumbnail.component.d.ts +0 -21
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ErrorStatus } from './error-status';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AlertHintComponent {
|
|
4
|
+
private readonly DEFAULT_TOOLTIP_TEXT;
|
|
5
|
+
protected readonly IconColor: Record<ErrorStatus, string>;
|
|
6
|
+
protected readonly iconColor: import("@angular/core").Signal<string>;
|
|
7
|
+
readonly status: import("@angular/core").InputSignal<ErrorStatus>;
|
|
8
|
+
readonly tooltipText: import("@angular/core").InputSignalWithTransform<string, string | string[]>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertHintComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertHintComponent, "cui-alert-hint", never, { "status": { "alias": "status"; "required": false; "isSignal": true; }; "tooltipText": { "alias": "tooltipText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ErrorStatus = 'warning' | 'error';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CuiCardWrapperComponent {
|
|
3
3
|
readonly withBorder: import("@angular/core").InputSignal<boolean>;
|
|
4
|
+
readonly isSelected: import("@angular/core").InputSignal<boolean>;
|
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CuiCardWrapperComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiCardWrapperComponent, "cui-card-wrapper, [cuiCardWrapper]", never, { "withBorder": { "alias": "withBorder"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiCardWrapperComponent, "cui-card-wrapper, [cuiCardWrapper]", never, { "withBorder": { "alias": "withBorder"; "required": false; "isSignal": true; }; "isSelected": { "alias": "isSelected"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
6
7
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ContentHeaderComponent {
|
|
3
|
+
readonly heading: import("@angular/core").InputSignal<string>;
|
|
4
|
+
readonly subheading: import("@angular/core").InputSignal<string | undefined>;
|
|
5
|
+
readonly tooltip: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentHeaderComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "header[cuiContentHeader]", never, { "heading": { "alias": "heading"; "required": true; "isSignal": true; }; "subheading": { "alias": "subheading"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ContentHeaderComponent } from './content-header.component';
|
package/components/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from './accordion';
|
|
2
2
|
export * from './alert';
|
|
3
|
+
export * from './alert-hint';
|
|
3
4
|
export * from './badge';
|
|
4
5
|
export * from './banner';
|
|
5
6
|
export * from './breadcrumbs';
|
|
6
7
|
export * from './button';
|
|
7
8
|
export * from './button-group';
|
|
8
9
|
export * from './checkbox';
|
|
10
|
+
export * from './content-header';
|
|
9
11
|
export * from './context-menu';
|
|
10
12
|
export * from './dialog';
|
|
11
13
|
export * from './dropdown';
|
|
@@ -18,9 +20,12 @@ export * from './ghost-input';
|
|
|
18
20
|
export * from './input-password';
|
|
19
21
|
export * from './input-text';
|
|
20
22
|
export * from './input-time';
|
|
23
|
+
export * from './inserted';
|
|
21
24
|
export * from './label';
|
|
22
25
|
export * from './letter-box';
|
|
26
|
+
export * from '../widgets/ui/modal-header';
|
|
23
27
|
export * from './notification';
|
|
28
|
+
export * from './options-button';
|
|
24
29
|
export * from './radio';
|
|
25
30
|
export * from './root';
|
|
26
31
|
export * from './select';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InsertedComponent } from './inserted.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OptionsButtonComponent } from './options-button.component';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CuiContextMenuItem } from '../../interfaces';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OptionsButtonComponent {
|
|
4
|
+
readonly options: import("@angular/core").InputSignal<CuiContextMenuItem[]>;
|
|
5
|
+
readonly hoverBackgroundColor: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsButtonComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionsButtonComponent, "cui-options-button", never, { "options": { "alias": "options"; "required": true; "isSignal": true; }; "hoverBackgroundColor": { "alias": "hoverBackgroundColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -4,7 +4,7 @@ export declare class CuiSidebarHeaderComponent {
|
|
|
4
4
|
private readonly document;
|
|
5
5
|
private readonly sidebarService;
|
|
6
6
|
protected readonly isOpened: import("@angular/core").Signal<boolean>;
|
|
7
|
-
protected readonly buttonIcon: import("@angular/core").Signal<"cuiIconLock2" | "cuiIconClipboardListBold" | "cuiIconClipboardCompletedBold" | "cuiIconStarOutlined" | "cuiIconSlashSm" | "cuiIconTextSm" | "cuiIconSlash" | "cuiIconLoading" | "cuiIconCheck" | "cuiIconCheckSm" | "cuiIconCheckCircle" | "cuiIconCheckCircleSm" | "cuiIconCheckCircleV2" | "cuiIconMoreVertical" | "cuiIconMoreVerticalSm" | "cuiIconTrash" | "cuiIconTrashSm" | "cuiIconEdit" | "cuiIconEditSm" | "cuiIconArrowSortSm" | "cuiIconX" | "cuiIconXSm" | "cuiIconXCircle" | "cuiIconXCircleSm" | "cuiIconClear" | "cuiIconClearSm" | "cuiIconEye" | "cuiIconEyeSm" | "cuiIconEyeOff" | "cuiIconEyeOffSm" | "cuiIconChevronUp" | "cuiIconChevronUpSm" | "cuiIconChevronRight" | "cuiIconChevronRightSm" | "cuiIconChevronDown" | "cuiIconChevronDownSm" | "cuiIconChevronLeft" | "cuiIconChevronLeftSm" | "cuiIconChevronsRight" | "cuiIconChevronsRightSm" | "cuiIconChevronsLeft" | "cuiIconChevronsLeftSm" | "cuiIconChevronsSwitch" | "cuiIconDatabase" | "cuiIconDatabaseSm" | "cuiIconHome" | "cuiIconHomeSm" | "cuiIconUser" | "cuiIconUserSm" | "cuiIconUsers" | "cuiIconUsersBg" | "cuiIconUsersSm" | "cuiIconUserPlus" | "cuiIconUserPlusSm" | "cuiIconFormula" | "cuiIconSettings" | "cuiIconSettingsSm" | "cuiIconSettingsBold" | "cuiIconCopy" | "cuiIconCopySm" | "cuiIconSidebar" | "cuiIconSidebarSm" | "cuiIconChart" | "cuiIconFolder" | "cuiIconFolderSm" | "cuiIconFolderOpen" | "cuiIconFolderOpenSm" | "cuiIconPlus" | "cuiIconPlusSm" | "cuiIconPlusCircle" | "cuiIconFiltersLines" | "cuiIconFiltersLinesSm" | "cuiIconSearch" | "cuiIconSearchSm" | "cuiIconGrid" | "cuiIconGridSm" | "cuiIconList" | "cuiIconListSm" | "cuiIconProgress" | "cuiIconSortAZSm" | "cuiIconFlagBold" | "cuiIconFileText" | "cuiIconFileTextSm" | "cuiIconLink" | "cuiIconExternalLinkSm" | "cuiIconLinkBroken" | "cuiIconLinkBrokenSm" | "cuiIconClock" | "cuiIconClockSm" | "cuiIconInfo" | "cuiIconInfoSm" | "cuiIconInfoCircle" | "cuiIconInfoCircleBg" | "cuiIconAlertTriangle" | "cuiIconAlertTriangleSm" | "cuiIconAlertCircle" | "cuiIcon2Layers" | "cuiIcon2LayersSm" | "cuiIcon3Layers" | "cuiIcon3LayersSm" | "cuiIconLearningSm" | "cuiIconBellSm" | "cuiIconMessageCircle" | "cuiIconMessageCircleSm" | "cuiIconSlashDivider" | "cuiIconCaretDownFillXxs" | "cuiIconCaretDownFill" | "cuiIconDragHandleDots" | "cuiIconPlayCircle" | "cuiIconPlayCircleSm" | "cuiIconClipBoardBold" | "cuiIconClipBoard" | "cuiIconClipBoardSm" | "cuiIconUpload" | "cuiIconUploadSm" | "cuiIconMaximize" | "cuiIconMaximizeSm" | "cuiIconArrowUpRight" | "cuiIconArrowUpRightSm" | "cuiIconAddBranchSm" | "cuiIconBranch" | "cuiIconBranchSm" | "cuiIconPaperclip" | "cuiIconPaperclipSm" | "cuiIconToolsSm" | "cuiIconPartsSm" | "cuiIconEquipmentSm" | "cuiIconPrimitive" | "cuiIconPrimitiveSm" | "cuiIconSpool" | "cuiIconSpoolSm" | "cuiIconTank" | "cuiIconTankSm" | "cuiIconAssembly" | "cuiIconAssemblySm" | "cuiIconVariant" | "cuiIconVariantSm" | "cuiIconRichText" | "cuiIconRichTextSm" | "cuiIconChecklist" | "cuiIconRefreshCcwSm" | "cuiIconRefreshCcw" | "cuiIconBarChartSm" | "cuiIconBarChart" | "cuiIconCurvedArrow" | "cuiIconBulletFillSm" | "cuiIconBulletSm" | "cuiIconArrowRight" | "cuiIconArrowRightSm" | "cuiIconImage" | "cuiIconCutLinearSm" | "cuiIconCutLinear" | "cuiIconForkLift" | "cuiIconForkLiftSm" | "cuiIconPartPrimitive" | "cuiIconPartPrimitiveSm" | "cuiIconChecklistsSm" | "cuiIconViewInAr" | "cuiIconViewInArSm" | "cuiIconFloorplanSolid" | "cuiIconFloorplanSolidSm" | "cuiIconMoon" | "cuiIconMoonSm" | "cuiIconSunSm" | "cuiIconTool" | "cuiIconToolSm" | "cuiIconCamera" | "cuiIconPanModeSm" | "cuiIconCrane" | "cuiIconCraneSm" | "cuiIconBin" | "cuiIconBinSm" | "cuiIconAuxSm" | "cuiIcon5sSm" | "cuiIconRackSm" | "cuiIconComputerChipSm" | "cuiIconRack" | "cuiIconAccessories" | "cuiIconAccessoriesSm" | "cuiIconLogisticVehicle" | "cuiIconLogisticVehicleSm" | "cuiIconCollapse" | "cuiIconCollapseSm" | "cuiIconBookOpenSm" | "cuiIconBriefcaseSm" | "cuiIconCreditCardSm" | "cuiIconTrelloSm" | "cuiIconBookOpen" | "cuiIconBriefcase" | "cuiIconCreditCard" | "cuiIconTrello" | "cuiIconLogOut" | "cuiIconOrderSm" | "cuiIconCalendarSm" | "cuiIconMapPin" | "cuiIconBuildingSm" | "cuiIconStopCircleSm" | "cuiIconPauseCircleSm" | "cuiIconPlayCircleFilledSm" | "cuiIconMenuSm" | "cuiIconTeaCupSm" | "cuiIconSubstageInstructionSm" | "cuiIconTaskInstructionSm" | "cuiIconToolsInstructionSm" | "cuiIconApprovalInstructionSm" | "cuiIconQuestionCircleBold" | "cuiIconClockBold" | "cuiIconHammerBold" | "cuiIconAlignLeftSm" | "cuiIconChecklistSm" | "cuiIconMessageSquare" | "cuiIconMessageSquareSm" | "cuiIconSurfaceArea" | "cuiIconMinimize2" | "cuiIconMinimize2Sm" | "cuiIconHistorySm" | "cuiIconSun" | "cuiIconGlobeSm" | "cuiIconPaletteSm" | "cuiIconLogOutSm" | "cuiIconLogo" | "cuiIconBoldFileDefaultSm">;
|
|
7
|
+
protected readonly buttonIcon: import("@angular/core").Signal<"cuiIconLock2" | "cuiIconClipboardListBold" | "cuiIconClipboardCompletedBold" | "cuiIconStarOutlined" | "cuiIconSlashSm" | "cuiIconTextSm" | "cuiIconSlash" | "cuiIconLoading" | "cuiIconCheck" | "cuiIconCheckSm" | "cuiIconCheckCircle" | "cuiIconCheckCircleSm" | "cuiIconCheckCircleV2" | "cuiIconMoreVertical" | "cuiIconMoreVerticalSm" | "cuiIconTrash" | "cuiIconTrashSm" | "cuiIconEdit" | "cuiIconEditSm" | "cuiIconArrowSortSm" | "cuiIconX" | "cuiIconXSm" | "cuiIconXCircle" | "cuiIconXCircleSm" | "cuiIconClear" | "cuiIconClearSm" | "cuiIconEye" | "cuiIconEyeSm" | "cuiIconEyeOff" | "cuiIconEyeOffSm" | "cuiIconChevronUp" | "cuiIconChevronUpSm" | "cuiIconChevronRight" | "cuiIconChevronRightSm" | "cuiIconChevronDown" | "cuiIconChevronDownSm" | "cuiIconChevronLeft" | "cuiIconChevronLeftSm" | "cuiIconChevronsRight" | "cuiIconChevronsRightSm" | "cuiIconChevronsLeft" | "cuiIconChevronsLeftSm" | "cuiIconChevronsSwitch" | "cuiIconDatabase" | "cuiIconDatabaseSm" | "cuiIconHome" | "cuiIconHomeSm" | "cuiIconUser" | "cuiIconUserSm" | "cuiIconUsers" | "cuiIconUsersBg" | "cuiIconUsersSm" | "cuiIconUserPlus" | "cuiIconUserPlusSm" | "cuiIconFormula" | "cuiIconSettings" | "cuiIconSettingsSm" | "cuiIconSettingsBold" | "cuiIconCopy" | "cuiIconCopySm" | "cuiIconSidebar" | "cuiIconSidebarSm" | "cuiIconChart" | "cuiIconFolder" | "cuiIconFolderSm" | "cuiIconFolderOpen" | "cuiIconFolderOpenSm" | "cuiIconPlus" | "cuiIconPlusSm" | "cuiIconPlusCircle" | "cuiIconFiltersLines" | "cuiIconFiltersLinesSm" | "cuiIconSearch" | "cuiIconSearchSm" | "cuiIconGrid" | "cuiIconGridSm" | "cuiIconList" | "cuiIconListSm" | "cuiIconProgress" | "cuiIconSortAZSm" | "cuiIconFlagBold" | "cuiIconFileText" | "cuiIconFileTextSm" | "cuiIconLink" | "cuiIconExternalLinkSm" | "cuiIconLinkBroken" | "cuiIconLinkBrokenSm" | "cuiIconClock" | "cuiIconClockSm" | "cuiIconInfo" | "cuiIconInfoSm" | "cuiIconInfoCircle" | "cuiIconInfoCircleBg" | "cuiIconAlertTriangle" | "cuiIconAlertTriangleSm" | "cuiIconAlertCircle" | "cuiIcon2Layers" | "cuiIcon2LayersSm" | "cuiIcon3Layers" | "cuiIcon3LayersSm" | "cuiIconLearningSm" | "cuiIconBellSm" | "cuiIconMessageCircle" | "cuiIconMessageCircleSm" | "cuiIconSlashDivider" | "cuiIconCaretDownFillXxs" | "cuiIconCaretDownFill" | "cuiIconDragHandleDots" | "cuiIconPlayCircle" | "cuiIconPlayCircleSm" | "cuiIconClipBoardBold" | "cuiIconClipBoard" | "cuiIconClipBoardSm" | "cuiIconUpload" | "cuiIconUploadSm" | "cuiIconMaximize" | "cuiIconMaximizeSm" | "cuiIconArrowUpRight" | "cuiIconArrowUpRightSm" | "cuiIconAddBranchSm" | "cuiIconBranch" | "cuiIconBranchSm" | "cuiIconPaperclip" | "cuiIconPaperclipSm" | "cuiIconToolsSm" | "cuiIconPartsSm" | "cuiIconEquipmentSm" | "cuiIconPrimitive" | "cuiIconPrimitiveSm" | "cuiIconSpool" | "cuiIconSpoolSm" | "cuiIconTank" | "cuiIconTankSm" | "cuiIconAssembly" | "cuiIconAssemblySm" | "cuiIconVariant" | "cuiIconVariantSm" | "cuiIconRichText" | "cuiIconRichTextSm" | "cuiIconChecklist" | "cuiIconRefreshCcwSm" | "cuiIconRefreshCcw" | "cuiIconBarChartSm" | "cuiIconBarChart" | "cuiIconCurvedArrow" | "cuiIconBulletFillSm" | "cuiIconBulletSm" | "cuiIconArrowRight" | "cuiIconArrowRightSm" | "cuiIconImage" | "cuiIconCutLinearSm" | "cuiIconCutLinear" | "cuiIconForkLift" | "cuiIconForkLiftSm" | "cuiIconPartPrimitive" | "cuiIconPartPrimitiveSm" | "cuiIconChecklistsSm" | "cuiIconViewInAr" | "cuiIconViewInArSm" | "cuiIconFloorplanSolid" | "cuiIconFloorplanSolidSm" | "cuiIconMoon" | "cuiIconMoonSm" | "cuiIconSunSm" | "cuiIconTool" | "cuiIconToolSm" | "cuiIconCamera" | "cuiIconPanModeSm" | "cuiIconCrane" | "cuiIconCraneSm" | "cuiIconBin" | "cuiIconBinSm" | "cuiIconAuxSm" | "cuiIcon5sSm" | "cuiIconRackSm" | "cuiIconComputerChipSm" | "cuiIconRack" | "cuiIconAccessories" | "cuiIconAccessoriesSm" | "cuiIconLogisticVehicle" | "cuiIconLogisticVehicleSm" | "cuiIconCollapse" | "cuiIconCollapseSm" | "cuiIconBookOpenSm" | "cuiIconBriefcaseSm" | "cuiIconCreditCardSm" | "cuiIconTrelloSm" | "cuiIconBookOpen" | "cuiIconBriefcase" | "cuiIconCreditCard" | "cuiIconTrello" | "cuiIconLogOut" | "cuiIconOrderSm" | "cuiIconCalendarSm" | "cuiIconMapPin" | "cuiIconBuildingSm" | "cuiIconStopCircleSm" | "cuiIconPauseCircleSm" | "cuiIconPlayCircleFilledSm" | "cuiIconMenuSm" | "cuiIconTeaCupSm" | "cuiIconSubstageInstructionSm" | "cuiIconTaskInstructionSm" | "cuiIconToolsInstructionSm" | "cuiIconApprovalInstructionSm" | "cuiIconQuestionCircleBold" | "cuiIconClockBold" | "cuiIconHammerBold" | "cuiIconAlignLeftSm" | "cuiIconChecklistSm" | "cuiIconMessageSquare" | "cuiIconMessageSquareSm" | "cuiIconSurfaceArea" | "cuiIconMinimize2" | "cuiIconMinimize2Sm" | "cuiIconHistorySm" | "cuiIconSun" | "cuiIconGlobeSm" | "cuiIconPaletteSm" | "cuiIconLogOutSm" | "cuiIconLogo" | "cuiIconBoldFileDefaultSm" | "cuiIconEyeBold" | "cuiIconEyeBoldSm">;
|
|
8
8
|
readonly headerSlot: import("@angular/core").InputSignal<TemplateRef<unknown>>;
|
|
9
9
|
protected onSwitch(event: MouseEvent): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CuiSidebarHeaderComponent, never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CuiSidebarNavigationItemComponent {
|
|
3
3
|
readonly text: import("@angular/core").InputSignal<string>;
|
|
4
|
-
readonly icon: import("@angular/core").InputSignal<"cuiIconLock2" | "cuiIconClipboardListBold" | "cuiIconClipboardCompletedBold" | "cuiIconStarOutlined" | "cuiIconSlashSm" | "cuiIconTextSm" | "cuiIconSlash" | "cuiIconLoading" | "cuiIconCheck" | "cuiIconCheckSm" | "cuiIconCheckCircle" | "cuiIconCheckCircleSm" | "cuiIconCheckCircleV2" | "cuiIconMoreVertical" | "cuiIconMoreVerticalSm" | "cuiIconTrash" | "cuiIconTrashSm" | "cuiIconEdit" | "cuiIconEditSm" | "cuiIconArrowSortSm" | "cuiIconX" | "cuiIconXSm" | "cuiIconXCircle" | "cuiIconXCircleSm" | "cuiIconClear" | "cuiIconClearSm" | "cuiIconEye" | "cuiIconEyeSm" | "cuiIconEyeOff" | "cuiIconEyeOffSm" | "cuiIconChevronUp" | "cuiIconChevronUpSm" | "cuiIconChevronRight" | "cuiIconChevronRightSm" | "cuiIconChevronDown" | "cuiIconChevronDownSm" | "cuiIconChevronLeft" | "cuiIconChevronLeftSm" | "cuiIconChevronsRight" | "cuiIconChevronsRightSm" | "cuiIconChevronsLeft" | "cuiIconChevronsLeftSm" | "cuiIconChevronsSwitch" | "cuiIconDatabase" | "cuiIconDatabaseSm" | "cuiIconHome" | "cuiIconHomeSm" | "cuiIconUser" | "cuiIconUserSm" | "cuiIconUsers" | "cuiIconUsersBg" | "cuiIconUsersSm" | "cuiIconUserPlus" | "cuiIconUserPlusSm" | "cuiIconFormula" | "cuiIconSettings" | "cuiIconSettingsSm" | "cuiIconSettingsBold" | "cuiIconCopy" | "cuiIconCopySm" | "cuiIconSidebar" | "cuiIconSidebarSm" | "cuiIconChart" | "cuiIconFolder" | "cuiIconFolderSm" | "cuiIconFolderOpen" | "cuiIconFolderOpenSm" | "cuiIconPlus" | "cuiIconPlusSm" | "cuiIconPlusCircle" | "cuiIconFiltersLines" | "cuiIconFiltersLinesSm" | "cuiIconSearch" | "cuiIconSearchSm" | "cuiIconGrid" | "cuiIconGridSm" | "cuiIconList" | "cuiIconListSm" | "cuiIconProgress" | "cuiIconSortAZSm" | "cuiIconFlagBold" | "cuiIconFileText" | "cuiIconFileTextSm" | "cuiIconLink" | "cuiIconExternalLinkSm" | "cuiIconLinkBroken" | "cuiIconLinkBrokenSm" | "cuiIconClock" | "cuiIconClockSm" | "cuiIconInfo" | "cuiIconInfoSm" | "cuiIconInfoCircle" | "cuiIconInfoCircleBg" | "cuiIconAlertTriangle" | "cuiIconAlertTriangleSm" | "cuiIconAlertCircle" | "cuiIcon2Layers" | "cuiIcon2LayersSm" | "cuiIcon3Layers" | "cuiIcon3LayersSm" | "cuiIconLearningSm" | "cuiIconBellSm" | "cuiIconMessageCircle" | "cuiIconMessageCircleSm" | "cuiIconSlashDivider" | "cuiIconCaretDownFillXxs" | "cuiIconCaretDownFill" | "cuiIconDragHandleDots" | "cuiIconPlayCircle" | "cuiIconPlayCircleSm" | "cuiIconClipBoardBold" | "cuiIconClipBoard" | "cuiIconClipBoardSm" | "cuiIconUpload" | "cuiIconUploadSm" | "cuiIconMaximize" | "cuiIconMaximizeSm" | "cuiIconArrowUpRight" | "cuiIconArrowUpRightSm" | "cuiIconAddBranchSm" | "cuiIconBranch" | "cuiIconBranchSm" | "cuiIconPaperclip" | "cuiIconPaperclipSm" | "cuiIconToolsSm" | "cuiIconPartsSm" | "cuiIconEquipmentSm" | "cuiIconPrimitive" | "cuiIconPrimitiveSm" | "cuiIconSpool" | "cuiIconSpoolSm" | "cuiIconTank" | "cuiIconTankSm" | "cuiIconAssembly" | "cuiIconAssemblySm" | "cuiIconVariant" | "cuiIconVariantSm" | "cuiIconRichText" | "cuiIconRichTextSm" | "cuiIconChecklist" | "cuiIconRefreshCcwSm" | "cuiIconRefreshCcw" | "cuiIconBarChartSm" | "cuiIconBarChart" | "cuiIconCurvedArrow" | "cuiIconBulletFillSm" | "cuiIconBulletSm" | "cuiIconArrowRight" | "cuiIconArrowRightSm" | "cuiIconImage" | "cuiIconCutLinearSm" | "cuiIconCutLinear" | "cuiIconForkLift" | "cuiIconForkLiftSm" | "cuiIconPartPrimitive" | "cuiIconPartPrimitiveSm" | "cuiIconChecklistsSm" | "cuiIconViewInAr" | "cuiIconViewInArSm" | "cuiIconFloorplanSolid" | "cuiIconFloorplanSolidSm" | "cuiIconMoon" | "cuiIconMoonSm" | "cuiIconSunSm" | "cuiIconTool" | "cuiIconToolSm" | "cuiIconCamera" | "cuiIconPanModeSm" | "cuiIconCrane" | "cuiIconCraneSm" | "cuiIconBin" | "cuiIconBinSm" | "cuiIconAuxSm" | "cuiIcon5sSm" | "cuiIconRackSm" | "cuiIconComputerChipSm" | "cuiIconRack" | "cuiIconAccessories" | "cuiIconAccessoriesSm" | "cuiIconLogisticVehicle" | "cuiIconLogisticVehicleSm" | "cuiIconCollapse" | "cuiIconCollapseSm" | "cuiIconBookOpenSm" | "cuiIconBriefcaseSm" | "cuiIconCreditCardSm" | "cuiIconTrelloSm" | "cuiIconBookOpen" | "cuiIconBriefcase" | "cuiIconCreditCard" | "cuiIconTrello" | "cuiIconLogOut" | "cuiIconOrderSm" | "cuiIconCalendarSm" | "cuiIconMapPin" | "cuiIconBuildingSm" | "cuiIconStopCircleSm" | "cuiIconPauseCircleSm" | "cuiIconPlayCircleFilledSm" | "cuiIconMenuSm" | "cuiIconTeaCupSm" | "cuiIconSubstageInstructionSm" | "cuiIconTaskInstructionSm" | "cuiIconToolsInstructionSm" | "cuiIconApprovalInstructionSm" | "cuiIconQuestionCircleBold" | "cuiIconClockBold" | "cuiIconHammerBold" | "cuiIconAlignLeftSm" | "cuiIconChecklistSm" | "cuiIconMessageSquare" | "cuiIconMessageSquareSm" | "cuiIconSurfaceArea" | "cuiIconMinimize2" | "cuiIconMinimize2Sm" | "cuiIconHistorySm" | "cuiIconSun" | "cuiIconGlobeSm" | "cuiIconPaletteSm" | "cuiIconLogOutSm" | "cuiIconLogo" | "cuiIconBoldFileDefaultSm" | undefined>;
|
|
4
|
+
readonly icon: import("@angular/core").InputSignal<"cuiIconLock2" | "cuiIconClipboardListBold" | "cuiIconClipboardCompletedBold" | "cuiIconStarOutlined" | "cuiIconSlashSm" | "cuiIconTextSm" | "cuiIconSlash" | "cuiIconLoading" | "cuiIconCheck" | "cuiIconCheckSm" | "cuiIconCheckCircle" | "cuiIconCheckCircleSm" | "cuiIconCheckCircleV2" | "cuiIconMoreVertical" | "cuiIconMoreVerticalSm" | "cuiIconTrash" | "cuiIconTrashSm" | "cuiIconEdit" | "cuiIconEditSm" | "cuiIconArrowSortSm" | "cuiIconX" | "cuiIconXSm" | "cuiIconXCircle" | "cuiIconXCircleSm" | "cuiIconClear" | "cuiIconClearSm" | "cuiIconEye" | "cuiIconEyeSm" | "cuiIconEyeOff" | "cuiIconEyeOffSm" | "cuiIconChevronUp" | "cuiIconChevronUpSm" | "cuiIconChevronRight" | "cuiIconChevronRightSm" | "cuiIconChevronDown" | "cuiIconChevronDownSm" | "cuiIconChevronLeft" | "cuiIconChevronLeftSm" | "cuiIconChevronsRight" | "cuiIconChevronsRightSm" | "cuiIconChevronsLeft" | "cuiIconChevronsLeftSm" | "cuiIconChevronsSwitch" | "cuiIconDatabase" | "cuiIconDatabaseSm" | "cuiIconHome" | "cuiIconHomeSm" | "cuiIconUser" | "cuiIconUserSm" | "cuiIconUsers" | "cuiIconUsersBg" | "cuiIconUsersSm" | "cuiIconUserPlus" | "cuiIconUserPlusSm" | "cuiIconFormula" | "cuiIconSettings" | "cuiIconSettingsSm" | "cuiIconSettingsBold" | "cuiIconCopy" | "cuiIconCopySm" | "cuiIconSidebar" | "cuiIconSidebarSm" | "cuiIconChart" | "cuiIconFolder" | "cuiIconFolderSm" | "cuiIconFolderOpen" | "cuiIconFolderOpenSm" | "cuiIconPlus" | "cuiIconPlusSm" | "cuiIconPlusCircle" | "cuiIconFiltersLines" | "cuiIconFiltersLinesSm" | "cuiIconSearch" | "cuiIconSearchSm" | "cuiIconGrid" | "cuiIconGridSm" | "cuiIconList" | "cuiIconListSm" | "cuiIconProgress" | "cuiIconSortAZSm" | "cuiIconFlagBold" | "cuiIconFileText" | "cuiIconFileTextSm" | "cuiIconLink" | "cuiIconExternalLinkSm" | "cuiIconLinkBroken" | "cuiIconLinkBrokenSm" | "cuiIconClock" | "cuiIconClockSm" | "cuiIconInfo" | "cuiIconInfoSm" | "cuiIconInfoCircle" | "cuiIconInfoCircleBg" | "cuiIconAlertTriangle" | "cuiIconAlertTriangleSm" | "cuiIconAlertCircle" | "cuiIcon2Layers" | "cuiIcon2LayersSm" | "cuiIcon3Layers" | "cuiIcon3LayersSm" | "cuiIconLearningSm" | "cuiIconBellSm" | "cuiIconMessageCircle" | "cuiIconMessageCircleSm" | "cuiIconSlashDivider" | "cuiIconCaretDownFillXxs" | "cuiIconCaretDownFill" | "cuiIconDragHandleDots" | "cuiIconPlayCircle" | "cuiIconPlayCircleSm" | "cuiIconClipBoardBold" | "cuiIconClipBoard" | "cuiIconClipBoardSm" | "cuiIconUpload" | "cuiIconUploadSm" | "cuiIconMaximize" | "cuiIconMaximizeSm" | "cuiIconArrowUpRight" | "cuiIconArrowUpRightSm" | "cuiIconAddBranchSm" | "cuiIconBranch" | "cuiIconBranchSm" | "cuiIconPaperclip" | "cuiIconPaperclipSm" | "cuiIconToolsSm" | "cuiIconPartsSm" | "cuiIconEquipmentSm" | "cuiIconPrimitive" | "cuiIconPrimitiveSm" | "cuiIconSpool" | "cuiIconSpoolSm" | "cuiIconTank" | "cuiIconTankSm" | "cuiIconAssembly" | "cuiIconAssemblySm" | "cuiIconVariant" | "cuiIconVariantSm" | "cuiIconRichText" | "cuiIconRichTextSm" | "cuiIconChecklist" | "cuiIconRefreshCcwSm" | "cuiIconRefreshCcw" | "cuiIconBarChartSm" | "cuiIconBarChart" | "cuiIconCurvedArrow" | "cuiIconBulletFillSm" | "cuiIconBulletSm" | "cuiIconArrowRight" | "cuiIconArrowRightSm" | "cuiIconImage" | "cuiIconCutLinearSm" | "cuiIconCutLinear" | "cuiIconForkLift" | "cuiIconForkLiftSm" | "cuiIconPartPrimitive" | "cuiIconPartPrimitiveSm" | "cuiIconChecklistsSm" | "cuiIconViewInAr" | "cuiIconViewInArSm" | "cuiIconFloorplanSolid" | "cuiIconFloorplanSolidSm" | "cuiIconMoon" | "cuiIconMoonSm" | "cuiIconSunSm" | "cuiIconTool" | "cuiIconToolSm" | "cuiIconCamera" | "cuiIconPanModeSm" | "cuiIconCrane" | "cuiIconCraneSm" | "cuiIconBin" | "cuiIconBinSm" | "cuiIconAuxSm" | "cuiIcon5sSm" | "cuiIconRackSm" | "cuiIconComputerChipSm" | "cuiIconRack" | "cuiIconAccessories" | "cuiIconAccessoriesSm" | "cuiIconLogisticVehicle" | "cuiIconLogisticVehicleSm" | "cuiIconCollapse" | "cuiIconCollapseSm" | "cuiIconBookOpenSm" | "cuiIconBriefcaseSm" | "cuiIconCreditCardSm" | "cuiIconTrelloSm" | "cuiIconBookOpen" | "cuiIconBriefcase" | "cuiIconCreditCard" | "cuiIconTrello" | "cuiIconLogOut" | "cuiIconOrderSm" | "cuiIconCalendarSm" | "cuiIconMapPin" | "cuiIconBuildingSm" | "cuiIconStopCircleSm" | "cuiIconPauseCircleSm" | "cuiIconPlayCircleFilledSm" | "cuiIconMenuSm" | "cuiIconTeaCupSm" | "cuiIconSubstageInstructionSm" | "cuiIconTaskInstructionSm" | "cuiIconToolsInstructionSm" | "cuiIconApprovalInstructionSm" | "cuiIconQuestionCircleBold" | "cuiIconClockBold" | "cuiIconHammerBold" | "cuiIconAlignLeftSm" | "cuiIconChecklistSm" | "cuiIconMessageSquare" | "cuiIconMessageSquareSm" | "cuiIconSurfaceArea" | "cuiIconMinimize2" | "cuiIconMinimize2Sm" | "cuiIconHistorySm" | "cuiIconSun" | "cuiIconGlobeSm" | "cuiIconPaletteSm" | "cuiIconLogOutSm" | "cuiIconLogo" | "cuiIconBoldFileDefaultSm" | "cuiIconEyeBold" | "cuiIconEyeBoldSm" | undefined>;
|
|
5
5
|
readonly active: import("@angular/core").InputSignal<boolean | undefined>;
|
|
6
6
|
readonly isOpen: import("@angular/core").InputSignal<boolean | undefined>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CuiSidebarNavigationItemComponent, never>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CuiFileData } from
|
|
1
|
+
import { CuiFileData } from '../interfaces';
|
|
2
2
|
export declare function openFileInBrowser(file: CuiFileData): Promise<void>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CuiFileUploaderStatus } from
|
|
1
|
+
import { CuiFileUploaderStatus } from './file-uploader';
|
|
2
2
|
export declare function setLoading(status: CuiFileUploaderStatus): void;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Component, computed, input } from '@angular/core';
|
|
2
|
+
import { CuiSvgModule } from '../svg';
|
|
3
|
+
import { CuiTooltipDirective } from '../../directives';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../svg/svg.component";
|
|
6
|
+
export class AlertHintComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.DEFAULT_TOOLTIP_TEXT = 'In development';
|
|
9
|
+
this.IconColor = {
|
|
10
|
+
warning: 'var(--cui-warning)',
|
|
11
|
+
error: 'var(--cui-danger)'
|
|
12
|
+
};
|
|
13
|
+
this.iconColor = computed(() => this.IconColor[this.status()]);
|
|
14
|
+
this.status = input('error');
|
|
15
|
+
this.tooltipText = input(this.DEFAULT_TOOLTIP_TEXT, {
|
|
16
|
+
transform: (value) => {
|
|
17
|
+
return typeof value === 'string' ? value : value.join('<br />');
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AlertHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.14", type: AlertHintComponent, isStandalone: true, selector: "cui-alert-hint", inputs: { status: { classPropertyName: "status", publicName: "status", isSignal: true, isRequired: false, transformFunction: null }, tooltipText: { classPropertyName: "tooltipText", publicName: "tooltipText", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<cui-svg\n [cuiTooltip]=\"tooltipText()\"\n icon=\"cuiIconAlertTriangle\"\n [color]=\"iconColor()\"\n class=\"icon\"\n/>\n", styles: [":host{--padding: 6px;display:inline-flex}:host .icon{padding:var(--padding);width:max-content}\n"], dependencies: [{ kind: "ngmodule", type: CuiSvgModule }, { kind: "component", type: i1.CuiSvgComponent, selector: "cui-svg[icon]", inputs: ["width", "height", "strokeWidth", "color", "icon"] }, { kind: "directive", type: CuiTooltipDirective, selector: "[cuiTooltip]:not(ng-container):not(ng-template)", inputs: ["cuiTooltipContext", "cuiTooltipAppearance", "cuiTooltip"] }] }); }
|
|
23
|
+
}
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AlertHintComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{ selector: 'cui-alert-hint', standalone: true, imports: [CuiSvgModule, CuiTooltipDirective], template: "<cui-svg\n [cuiTooltip]=\"tooltipText()\"\n icon=\"cuiIconAlertTriangle\"\n [color]=\"iconColor()\"\n class=\"icon\"\n/>\n", styles: [":host{--padding: 6px;display:inline-flex}:host .icon{padding:var(--padding);width:max-content}\n"] }]
|
|
27
|
+
}] });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtaGludC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL2NvbXBvbmVudHMvYWxlcnQtaGludC9hbGVydC1oaW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvY29tcG9uZW50cy9hbGVydC1oaW50L2FsZXJ0LWhpbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxRQUFRLENBQUM7QUFDdEMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7OztBQVN2RCxNQUFNLE9BQU8sa0JBQWtCO0lBUC9CO1FBUXFCLHlCQUFvQixHQUFHLGdCQUFnQixDQUFDO1FBRXRDLGNBQVMsR0FBZ0M7WUFDeEQsT0FBTyxFQUFFLG9CQUFvQjtZQUM3QixLQUFLLEVBQUUsbUJBQW1CO1NBQzdCLENBQUM7UUFFaUIsY0FBUyxHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFFN0QsV0FBTSxHQUFHLEtBQUssQ0FBYyxPQUFPLENBQUMsQ0FBQztRQUNyQyxnQkFBVyxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsb0JBQW9CLEVBQUU7WUFDM0QsU0FBUyxFQUFFLENBQUMsS0FBd0IsRUFBRSxFQUFFO2dCQUNwQyxPQUFPLE9BQU8sS0FBSyxLQUFLLFFBQVEsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1lBQ3BFLENBQUM7U0FDSixDQUFDLENBQUM7S0FDTjsrR0FoQlksa0JBQWtCO21HQUFsQixrQkFBa0IsMlZDWi9CLHdJQU1BLHlKREVjLFlBQVksd0tBQUUsbUJBQW1COzs0RkFJbEMsa0JBQWtCO2tCQVA5QixTQUFTOytCQUNJLGdCQUFnQixjQUNkLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgY29tcHV0ZWQsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFcnJvclN0YXR1cyB9IGZyb20gJy4vZXJyb3Itc3RhdHVzJztcbmltcG9ydCB7IEN1aVN2Z01vZHVsZSB9IGZyb20gJy4uL3N2Zyc7XG5pbXBvcnQgeyBDdWlUb29sdGlwRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnY3VpLWFsZXJ0LWhpbnQnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0N1aVN2Z01vZHVsZSwgQ3VpVG9vbHRpcERpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FsZXJ0LWhpbnQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9hbGVydC1oaW50LmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBBbGVydEhpbnRDb21wb25lbnQge1xuICAgIHByaXZhdGUgcmVhZG9ubHkgREVGQVVMVF9UT09MVElQX1RFWFQgPSAnSW4gZGV2ZWxvcG1lbnQnO1xuXG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IEljb25Db2xvcjogUmVjb3JkPEVycm9yU3RhdHVzLCBzdHJpbmc+ID0ge1xuICAgICAgICB3YXJuaW5nOiAndmFyKC0tY3VpLXdhcm5pbmcpJyxcbiAgICAgICAgZXJyb3I6ICd2YXIoLS1jdWktZGFuZ2VyKSdcbiAgICB9O1xuXG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IGljb25Db2xvciA9IGNvbXB1dGVkKCgpID0+IHRoaXMuSWNvbkNvbG9yW3RoaXMuc3RhdHVzKCldKTtcblxuICAgIHB1YmxpYyByZWFkb25seSBzdGF0dXMgPSBpbnB1dDxFcnJvclN0YXR1cz4oJ2Vycm9yJyk7XG4gICAgcHVibGljIHJlYWRvbmx5IHRvb2x0aXBUZXh0ID0gaW5wdXQodGhpcy5ERUZBVUxUX1RPT0xUSVBfVEVYVCwge1xuICAgICAgICB0cmFuc2Zvcm06ICh2YWx1ZTogc3RyaW5nIHwgc3RyaW5nW10pID0+IHtcbiAgICAgICAgICAgIHJldHVybiB0eXBlb2YgdmFsdWUgPT09ICdzdHJpbmcnID8gdmFsdWUgOiB2YWx1ZS5qb2luKCc8YnIgLz4nKTtcbiAgICAgICAgfVxuICAgIH0pO1xufVxuIiwiPGN1aS1zdmdcbiAgICBbY3VpVG9vbHRpcF09XCJ0b29sdGlwVGV4dCgpXCJcbiAgICBpY29uPVwiY3VpSWNvbkFsZXJ0VHJpYW5nbGVcIlxuICAgIFtjb2xvcl09XCJpY29uQ29sb3IoKVwiXG4gICAgY2xhc3M9XCJpY29uXCJcbi8+XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3Itc3RhdHVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9jb21wb25lbnRzL2FsZXJ0LWhpbnQvZXJyb3Itc3RhdHVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBFcnJvclN0YXR1cyA9ICd3YXJuaW5nJyB8ICdlcnJvcic7XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { AlertHintComponent } from './alert-hint.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL2NvbXBvbmVudHMvYWxlcnQtaGludC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEFsZXJ0SGludENvbXBvbmVudCB9IGZyb20gJy4vYWxlcnQtaGludC5jb21wb25lbnQnO1xuZXhwb3J0IHsgRXJyb3JTdGF0dXMgfSBmcm9tICcuL2Vycm9yLXN0YXR1cyc7XG4iXX0=
|
|
@@ -3,14 +3,16 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class CuiCardWrapperComponent {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.withBorder = input(true);
|
|
6
|
+
this.isSelected = input(false);
|
|
6
7
|
}
|
|
7
8
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiCardWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.14", type: CuiCardWrapperComponent, isStandalone: true, selector: "cui-card-wrapper, [cuiCardWrapper]", inputs: { withBorder: { classPropertyName: "withBorder", publicName: "withBorder", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class._with-border": "withBorder()" } }, ngImport: i0, template: "<ng-content />\n", styles: [":host{--gap: 4px;--background: var(--cui-bg-light);--background-hover: var(--cui-base-10);--border: var(--cui-base-200);display:flex;gap:var(--gap);align-items:center;padding:4px 8px;border-radius:8px;width:100%;background-color:var(--background)}:host:hover{background-color:var(--background-hover)}:host._with-border{border:1px solid var(--border)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.14", type: CuiCardWrapperComponent, isStandalone: true, selector: "cui-card-wrapper, [cuiCardWrapper]", inputs: { withBorder: { classPropertyName: "withBorder", publicName: "withBorder", isSignal: true, isRequired: false, transformFunction: null }, isSelected: { classPropertyName: "isSelected", publicName: "isSelected", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class._with-border": "withBorder()", "class._selected": "isSelected()" } }, ngImport: i0, template: "<ng-content />\n", styles: [":host{--gap: 4px;--background: var(--cui-bg-light);--background-hover: var(--cui-base-10);--border: var(--cui-base-200);display:flex;gap:var(--gap);align-items:center;padding:4px 8px;border-radius:8px;width:100%;background-color:var(--background)}:host:hover{background-color:var(--background-hover)}:host._with-border{border:1px solid var(--border)}:host._selected{background:var(--cui-badge-info-bg)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
10
|
}
|
|
10
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiCardWrapperComponent, decorators: [{
|
|
11
12
|
type: Component,
|
|
12
13
|
args: [{ selector: 'cui-card-wrapper, [cuiCardWrapper]', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
13
|
-
'[class._with-border]': 'withBorder()'
|
|
14
|
-
|
|
14
|
+
'[class._with-border]': 'withBorder()',
|
|
15
|
+
'[class._selected]': 'isSelected()'
|
|
16
|
+
}, template: "<ng-content />\n", styles: [":host{--gap: 4px;--background: var(--cui-bg-light);--background-hover: var(--cui-base-10);--border: var(--cui-base-200);display:flex;gap:var(--gap);align-items:center;padding:4px 8px;border-radius:8px;width:100%;background-color:var(--background)}:host:hover{background-color:var(--background-hover)}:host._with-border{border:1px solid var(--border)}:host._selected{background:var(--cui-badge-info-bg)}\n"] }]
|
|
15
17
|
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC13cmFwcGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvY29tcG9uZW50cy9jYXJkLXdyYXBwZXIvY2FyZC13cmFwcGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvY29tcG9uZW50cy9jYXJkLXdyYXBwZXIvY2FyZC13cmFwcGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsdUJBQXVCLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQWExRSxNQUFNLE9BQU8sdUJBQXVCO0lBWHBDO1FBWW9CLGVBQVUsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDekIsZUFBVSxHQUFHLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztLQUM3QzsrR0FIWSx1QkFBdUI7bUdBQXZCLHVCQUF1QiwyZENicEMsa0JBQ0E7OzRGRFlhLHVCQUF1QjtrQkFYbkMsU0FBUzsrQkFDSSxvQ0FBb0MsY0FDbEMsSUFBSSxtQkFHQyx1QkFBdUIsQ0FBQyxNQUFNLFFBQ3pDO3dCQUNGLHNCQUFzQixFQUFFLGNBQWM7d0JBQ3RDLG1CQUFtQixFQUFFLGNBQWM7cUJBQ3RDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdjdWktY2FyZC13cmFwcGVyLCBbY3VpQ2FyZFdyYXBwZXJdJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHRlbXBsYXRlVXJsOiAnY2FyZC13cmFwcGVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJ2NhcmQtd3JhcHBlci5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICAnW2NsYXNzLl93aXRoLWJvcmRlcl0nOiAnd2l0aEJvcmRlcigpJyxcbiAgICAgICAgJ1tjbGFzcy5fc2VsZWN0ZWRdJzogJ2lzU2VsZWN0ZWQoKSdcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEN1aUNhcmRXcmFwcGVyQ29tcG9uZW50IHtcbiAgICBwdWJsaWMgcmVhZG9ubHkgd2l0aEJvcmRlciA9IGlucHV0KHRydWUpO1xuICAgIHB1YmxpYyByZWFkb25seSBpc1NlbGVjdGVkID0gaW5wdXQoZmFsc2UpO1xufVxuIiwiPG5nLWNvbnRlbnQgLz5cbiJdfQ==
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, input } from '@angular/core';
|
|
2
|
+
import { CuiTooltipDirective } from '../../directives';
|
|
3
|
+
import { CuiSvgModule } from '../svg';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../svg/svg.component";
|
|
6
|
+
export class ContentHeaderComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.heading = input.required();
|
|
9
|
+
this.subheading = input();
|
|
10
|
+
this.tooltip = input();
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContentHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: ContentHeaderComponent, isStandalone: true, selector: "header[cuiContentHeader]", inputs: { heading: { classPropertyName: "heading", publicName: "heading", isSignal: true, isRequired: true, transformFunction: null }, subheading: { classPropertyName: "subheading", publicName: "subheading", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"wrapper\">\n <span class=\"heading\">\n {{ heading() }}\n\n @if (tooltip(); as tooltip) {\n <cui-svg\n icon=\"cuiIconQuestionCircleBold\"\n [cuiTooltip]=\"tooltip\"\n />\n }\n </span>\n\n @if (subheading(); as subheading) {\n <h2 class=\"subheading\">{{ subheading }}</h2>\n }\n</div>\n\n<ng-content />\n", styles: [":host{display:flex;justify-content:space-between;align-items:center;gap:12px}.wrapper{display:flex;flex-direction:column;gap:4px}.heading{display:flex;gap:4px;align-items:center;font-weight:500;font-size:16px;line-height:24px}.subheading{font-weight:400;font-size:14px;line-height:20px;color:var(--cui-base-500)}\n"], dependencies: [{ kind: "ngmodule", type: CuiSvgModule }, { kind: "component", type: i1.CuiSvgComponent, selector: "cui-svg[icon]", inputs: ["width", "height", "strokeWidth", "color", "icon"] }, { kind: "directive", type: CuiTooltipDirective, selector: "[cuiTooltip]:not(ng-container):not(ng-template)", inputs: ["cuiTooltipContext", "cuiTooltipAppearance", "cuiTooltip"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContentHeaderComponent, decorators: [{
|
|
16
|
+
type: Component,
|
|
17
|
+
args: [{ selector: 'header[cuiContentHeader]', imports: [CuiSvgModule, CuiTooltipDirective], changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<div class=\"wrapper\">\n <span class=\"heading\">\n {{ heading() }}\n\n @if (tooltip(); as tooltip) {\n <cui-svg\n icon=\"cuiIconQuestionCircleBold\"\n [cuiTooltip]=\"tooltip\"\n />\n }\n </span>\n\n @if (subheading(); as subheading) {\n <h2 class=\"subheading\">{{ subheading }}</h2>\n }\n</div>\n\n<ng-content />\n", styles: [":host{display:flex;justify-content:space-between;align-items:center;gap:12px}.wrapper{display:flex;flex-direction:column;gap:4px}.heading{display:flex;gap:4px;align-items:center;font-weight:500;font-size:16px;line-height:24px}.subheading{font-weight:400;font-size:14px;line-height:20px;color:var(--cui-base-500)}\n"] }]
|
|
18
|
+
}] });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9jb21wb25lbnRzL2NvbnRlbnQtaGVhZGVyL2NvbnRlbnQtaGVhZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvY29tcG9uZW50cy9jb250ZW50LWhlYWRlci9jb250ZW50LWhlYWRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sUUFBUSxDQUFDOzs7QUFVdEMsTUFBTSxPQUFPLHNCQUFzQjtJQVJuQztRQVNvQixZQUFPLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBVSxDQUFDO1FBQ25DLGVBQVUsR0FBRyxLQUFLLEVBQVUsQ0FBQztRQUM3QixZQUFPLEdBQUcsS0FBSyxFQUFVLENBQUM7S0FDN0M7K0dBSlksc0JBQXNCO21HQUF0QixzQkFBc0Isa2VDWm5DLDJaQWtCQSxtWERaYyxZQUFZLHdLQUFFLG1CQUFtQjs7NEZBTWxDLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDSSwwQkFBMEIsV0FDM0IsQ0FBQyxZQUFZLEVBQUUsbUJBQW1CLENBQUMsbUJBRzNCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDdWlUb29sdGlwRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBDdWlTdmdNb2R1bGUgfSBmcm9tICcuLi9zdmcnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2hlYWRlcltjdWlDb250ZW50SGVhZGVyXScsXG4gICAgaW1wb3J0czogW0N1aVN2Z01vZHVsZSwgQ3VpVG9vbHRpcERpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NvbnRlbnQtaGVhZGVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vY29udGVudC1oZWFkZXIuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgQ29udGVudEhlYWRlckNvbXBvbmVudCB7XG4gICAgcHVibGljIHJlYWRvbmx5IGhlYWRpbmcgPSBpbnB1dC5yZXF1aXJlZDxzdHJpbmc+KCk7XG4gICAgcHVibGljIHJlYWRvbmx5IHN1YmhlYWRpbmcgPSBpbnB1dDxzdHJpbmc+KCk7XG4gICAgcHVibGljIHJlYWRvbmx5IHRvb2x0aXAgPSBpbnB1dDxzdHJpbmc+KCk7XG59XG4iLCI8ZGl2IGNsYXNzPVwid3JhcHBlclwiPlxuICAgIDxzcGFuIGNsYXNzPVwiaGVhZGluZ1wiPlxuICAgICAgICB7eyBoZWFkaW5nKCkgfX1cblxuICAgICAgICBAaWYgKHRvb2x0aXAoKTsgYXMgdG9vbHRpcCkge1xuICAgICAgICAgICAgPGN1aS1zdmdcbiAgICAgICAgICAgICAgICBpY29uPVwiY3VpSWNvblF1ZXN0aW9uQ2lyY2xlQm9sZFwiXG4gICAgICAgICAgICAgICAgW2N1aVRvb2x0aXBdPVwidG9vbHRpcFwiXG4gICAgICAgICAgICAvPlxuICAgICAgICB9XG4gICAgPC9zcGFuPlxuXG4gICAgQGlmIChzdWJoZWFkaW5nKCk7IGFzIHN1YmhlYWRpbmcpIHtcbiAgICAgICAgPGgyIGNsYXNzPVwic3ViaGVhZGluZ1wiPnt7IHN1YmhlYWRpbmcgfX08L2gyPlxuICAgIH1cbjwvZGl2PlxuXG48bmctY29udGVudCAvPlxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { ContentHeaderComponent } from './content-header.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL2NvbXBvbmVudHMvY29udGVudC1oZWFkZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBDb250ZW50SGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9jb250ZW50LWhlYWRlci5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from './accordion';
|
|
2
2
|
export * from './alert';
|
|
3
|
+
export * from './alert-hint';
|
|
3
4
|
export * from './badge';
|
|
4
5
|
export * from './banner';
|
|
5
6
|
export * from './breadcrumbs';
|
|
6
7
|
export * from './button';
|
|
7
8
|
export * from './button-group';
|
|
8
9
|
export * from './checkbox';
|
|
10
|
+
export * from './content-header';
|
|
9
11
|
export * from './context-menu';
|
|
10
12
|
export * from './dialog';
|
|
11
13
|
export * from './dropdown';
|
|
@@ -18,9 +20,12 @@ export * from './ghost-input';
|
|
|
18
20
|
export * from './input-password';
|
|
19
21
|
export * from './input-text';
|
|
20
22
|
export * from './input-time';
|
|
23
|
+
export * from './inserted';
|
|
21
24
|
export * from './label';
|
|
22
25
|
export * from './letter-box';
|
|
26
|
+
export * from '../widgets/ui/modal-header';
|
|
23
27
|
export * from './notification';
|
|
28
|
+
export * from './options-button';
|
|
24
29
|
export * from './radio';
|
|
25
30
|
export * from './root';
|
|
26
31
|
export * from './select';
|
|
@@ -35,4 +40,4 @@ export * from './textarea';
|
|
|
35
40
|
export * from './toggle';
|
|
36
41
|
export * from './render-dynamic-components';
|
|
37
42
|
export * from './file-icon';
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL2NvbXBvbmVudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxTQUFTLENBQUM7QUFDeEIsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxTQUFTLENBQUM7QUFDeEIsY0FBYyxVQUFVLENBQUM7QUFDekIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxVQUFVLENBQUM7QUFDekIsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxVQUFVLENBQUM7QUFDekIsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxRQUFRLENBQUM7QUFDdkIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxTQUFTLENBQUM7QUFDeEIsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxTQUFTLENBQUM7QUFDeEIsY0FBYyxRQUFRLENBQUM7QUFDdkIsY0FBYyxVQUFVLENBQUM7QUFDekIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxXQUFXLENBQUM7QUFDMUIsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLE9BQU8sQ0FBQztBQUN0QixjQUFjLE9BQU8sQ0FBQztBQUN0QixjQUFjLFFBQVEsQ0FBQztBQUN2QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hY2NvcmRpb24nO1xuZXhwb3J0ICogZnJvbSAnLi9hbGVydCc7XG5leHBvcnQgKiBmcm9tICcuL2FsZXJ0LWhpbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWRnZSc7XG5leHBvcnQgKiBmcm9tICcuL2Jhbm5lcic7XG5leHBvcnQgKiBmcm9tICcuL2JyZWFkY3J1bWJzJztcbmV4cG9ydCAqIGZyb20gJy4vYnV0dG9uJztcbmV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLWdyb3VwJztcbmV4cG9ydCAqIGZyb20gJy4vY2hlY2tib3gnO1xuZXhwb3J0ICogZnJvbSAnLi9jb250ZW50LWhlYWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2NvbnRleHQtbWVudSc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWxvZyc7XG5leHBvcnQgKiBmcm9tICcuL2Ryb3Bkb3duJztcbmV4cG9ydCAqIGZyb20gJy4vZm9ybS1maWVsZCc7XG5leHBvcnQgKiBmcm9tICcuL2hpbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9pY29uLWJ1dHRvbic7XG5leHBvcnQgKiBmcm9tICcuL2lucHV0LW51bWJlcic7XG5leHBvcnQgKiBmcm9tICcuL2NvbnRlbnQtd3JhcHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2dob3N0LWlucHV0JztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtcGFzc3dvcmQnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtdGltZSc7XG5leHBvcnQgKiBmcm9tICcuL2luc2VydGVkJztcbmV4cG9ydCAqIGZyb20gJy4vbGFiZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9sZXR0ZXItYm94JztcbmV4cG9ydCAqIGZyb20gJy4uL3dpZGdldHMvdWkvbW9kYWwtaGVhZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbm90aWZpY2F0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vb3B0aW9ucy1idXR0b24nO1xuZXhwb3J0ICogZnJvbSAnLi9yYWRpbyc7XG5leHBvcnQgKiBmcm9tICcuL3Jvb3QnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3QnO1xuZXhwb3J0ICogZnJvbSAnLi9lbXB0eS1zdGF0ZSc7XG5leHBvcnQgKiBmcm9tICcuL3NpZGViYXInO1xuZXhwb3J0ICogZnJvbSAnLi9jYXJkLXdyYXBwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9sYXlvdXQnO1xuZXhwb3J0ICogZnJvbSAnLi9zdmcnO1xuZXhwb3J0ICogZnJvbSAnLi90YWInO1xuZXhwb3J0ICogZnJvbSAnLi90YWJzJztcbmV4cG9ydCAqIGZyb20gJy4vdGV4dGFyZWEnO1xuZXhwb3J0ICogZnJvbSAnLi90b2dnbGUnO1xuZXhwb3J0ICogZnJvbSAnLi9yZW5kZXItZHluYW1pYy1jb21wb25lbnRzJztcbmV4cG9ydCAqIGZyb20gJy4vZmlsZS1pY29uJztcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { InsertedComponent } from './inserted.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL2NvbXBvbmVudHMvaW5zZXJ0ZWQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJbnNlcnRlZENvbXBvbmVudCB9IGZyb20gJy4vaW5zZXJ0ZWQuY29tcG9uZW50JztcbiJdfQ==
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { CuiBadgeModule } from '../badge';
|
|
3
|
+
import { CuiSvgModule } from '../svg';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../badge/badge.component";
|
|
6
|
+
import * as i2 from "../svg/svg.component";
|
|
7
|
+
export class InsertedComponent {
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: InsertedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: InsertedComponent, isStandalone: true, selector: "lib-inserted", ngImport: i0, template: "<ng-container *transloco=\"let t\">\n <cui-badge color=\"violet\">\n <cui-svg\n class=\"icon\"\n icon=\"cuiIconVariant\"\n color=\"var(--cui-violet-400)\"\n />\n {{ t('INSERTED') }}\n </cui-badge>\n</ng-container>\n", styles: [":host{display:contents}.violet{display:flex;gap:4px;align-items:center}\n"], dependencies: [{ kind: "ngmodule", type: CuiBadgeModule }, { kind: "component", type: i1.CuiBadgeComponent, selector: "cui-badge", inputs: ["color", "size", "isWithDot"] }, { kind: "ngmodule", type: CuiSvgModule }, { kind: "component", type: i2.CuiSvgComponent, selector: "cui-svg[icon]", inputs: ["width", "height", "strokeWidth", "color", "icon"] }] }); }
|
|
10
|
+
}
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: InsertedComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'lib-inserted', standalone: true, imports: [CuiBadgeModule, CuiSvgModule], template: "<ng-container *transloco=\"let t\">\n <cui-badge color=\"violet\">\n <cui-svg\n class=\"icon\"\n icon=\"cuiIconVariant\"\n color=\"var(--cui-violet-400)\"\n />\n {{ t('INSERTED') }}\n </cui-badge>\n</ng-container>\n", styles: [":host{display:contents}.violet{display:flex;gap:4px;align-items:center}\n"] }]
|
|
14
|
+
}] });
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zZXJ0ZWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9jb21wb25lbnRzL2luc2VydGVkL2luc2VydGVkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvY29tcG9uZW50cy9pbnNlcnRlZC9pbnNlcnRlZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFDMUMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLFFBQVEsQ0FBQzs7OztBQVN0QyxNQUFNLE9BQU8saUJBQWlCOytHQUFqQixpQkFBaUI7bUdBQWpCLGlCQUFpQix3RUNYOUIscVJBVUEsa0lESGMsY0FBYyxnSkFBRSxZQUFZOzs0RkFJN0IsaUJBQWlCO2tCQVA3QixTQUFTOytCQUNJLGNBQWMsY0FDWixJQUFJLFdBQ1AsQ0FBQyxjQUFjLEVBQUUsWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDdWlCYWRnZU1vZHVsZSB9IGZyb20gJy4uL2JhZGdlJztcbmltcG9ydCB7IEN1aVN2Z01vZHVsZSB9IGZyb20gJy4uL3N2Zyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWluc2VydGVkJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDdWlCYWRnZU1vZHVsZSwgQ3VpU3ZnTW9kdWxlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vaW5zZXJ0ZWQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9pbnNlcnRlZC5jb21wb25lbnQuc2Nzcydcbn0pXG5leHBvcnQgY2xhc3MgSW5zZXJ0ZWRDb21wb25lbnQge31cbiIsIjxuZy1jb250YWluZXIgKnRyYW5zbG9jbz1cImxldCB0XCI+XG4gICAgPGN1aS1iYWRnZSBjb2xvcj1cInZpb2xldFwiPlxuICAgICAgICA8Y3VpLXN2Z1xuICAgICAgICAgICAgY2xhc3M9XCJpY29uXCJcbiAgICAgICAgICAgIGljb249XCJjdWlJY29uVmFyaWFudFwiXG4gICAgICAgICAgICBjb2xvcj1cInZhcigtLWN1aS12aW9sZXQtNDAwKVwiXG4gICAgICAgIC8+XG4gICAgICAgIHt7IHQoJ0lOU0VSVEVEJykgfX1cbiAgICA8L2N1aS1iYWRnZT5cbjwvbmctY29udGFpbmVyPlxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { OptionsButtonComponent } from './options-button.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL2NvbXBvbmVudHMvb3B0aW9ucy1idXR0b24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBPcHRpb25zQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9vcHRpb25zLWJ1dHRvbi5jb21wb25lbnQnO1xuIl19
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Component, input } from '@angular/core';
|
|
2
|
+
import { CuiContextMenuModule } from '../context-menu';
|
|
3
|
+
import { CuiButtonModule } from '../button';
|
|
4
|
+
import { CuiElementDirective } from '@cuby-ui/cdk';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../context-menu/context-menu.component";
|
|
7
|
+
import * as i2 from "../button/button.component";
|
|
8
|
+
export class OptionsButtonComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.options = input.required();
|
|
11
|
+
this.hoverBackgroundColor = input();
|
|
12
|
+
}
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OptionsButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.14", type: OptionsButtonComponent, isStandalone: true, selector: "cui-options-button", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: true, transformFunction: null }, hoverBackgroundColor: { classPropertyName: "hoverBackgroundColor", publicName: "hoverBackgroundColor", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<button\n #actionButton=\"elementRef\"\n cuiButton\n type=\"button\"\n cuiElement\n appearance=\"ghost\"\n size=\"xxs\"\n icon=\"cuiIconMoreVertical\"\n [style.--cui-base-50]=\"hoverBackgroundColor()\"\n></button>\n<cui-context-menu\n [items]=\"options()\"\n [target]=\"actionButton.nativeElement\"\n/>\n", dependencies: [{ kind: "ngmodule", type: CuiContextMenuModule }, { kind: "component", type: i1.CuiContextMenuComponent, selector: "cui-context-menu[items][target]", inputs: ["items", "target", "width", "withPaddings"] }, { kind: "ngmodule", type: CuiButtonModule }, { kind: "component", type: i2.CuiButtonComponent, selector: "button[cuiButton], a[cuiButton]", inputs: ["shape", "disabled", "isLoaderShown", "icon", "iconRight", "appearance", "theme", "size"] }, { kind: "directive", type: CuiElementDirective, selector: "[cuiElement]", exportAs: ["elementRef"] }] }); }
|
|
15
|
+
}
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OptionsButtonComponent, decorators: [{
|
|
17
|
+
type: Component,
|
|
18
|
+
args: [{ selector: 'cui-options-button', standalone: true, imports: [CuiContextMenuModule, CuiButtonModule, CuiElementDirective], template: "<button\n #actionButton=\"elementRef\"\n cuiButton\n type=\"button\"\n cuiElement\n appearance=\"ghost\"\n size=\"xxs\"\n icon=\"cuiIconMoreVertical\"\n [style.--cui-base-50]=\"hoverBackgroundColor()\"\n></button>\n<cui-context-menu\n [items]=\"options()\"\n [target]=\"actionButton.nativeElement\"\n/>\n" }]
|
|
19
|
+
}] });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9ucy1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9jb21wb25lbnRzL29wdGlvbnMtYnV0dG9uL29wdGlvbnMtYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvY29tcG9uZW50cy9vcHRpb25zLWJ1dHRvbi9vcHRpb25zLWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQzVDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGNBQWMsQ0FBQzs7OztBQVFuRCxNQUFNLE9BQU8sc0JBQXNCO0lBTm5DO1FBT29CLFlBQU8sR0FBRyxLQUFLLENBQUMsUUFBUSxFQUF3QixDQUFDO1FBQ2pELHlCQUFvQixHQUFHLEtBQUssRUFBVSxDQUFDO0tBQzFEOytHQUhZLHNCQUFzQjttR0FBdEIsc0JBQXNCLDRYQ1puQyxnVkFjQSwyQ0RMYyxvQkFBb0IsMExBQUUsZUFBZSxvT0FBRSxtQkFBbUI7OzRGQUczRCxzQkFBc0I7a0JBTmxDLFNBQVM7K0JBQ0ksb0JBQW9CLGNBQ2xCLElBQUksV0FDUCxDQUFDLG9CQUFvQixFQUFFLGVBQWUsRUFBRSxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEN1aUNvbnRleHRNZW51SXRlbSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQ3VpQ29udGV4dE1lbnVNb2R1bGUgfSBmcm9tICcuLi9jb250ZXh0LW1lbnUnO1xuaW1wb3J0IHsgQ3VpQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uJztcbmltcG9ydCB7IEN1aUVsZW1lbnREaXJlY3RpdmUgfSBmcm9tICdAY3VieS11aS9jZGsnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2N1aS1vcHRpb25zLWJ1dHRvbicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ3VpQ29udGV4dE1lbnVNb2R1bGUsIEN1aUJ1dHRvbk1vZHVsZSwgQ3VpRWxlbWVudERpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL29wdGlvbnMtYnV0dG9uLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBPcHRpb25zQnV0dG9uQ29tcG9uZW50IHtcbiAgICBwdWJsaWMgcmVhZG9ubHkgb3B0aW9ucyA9IGlucHV0LnJlcXVpcmVkPEN1aUNvbnRleHRNZW51SXRlbVtdPigpO1xuICAgIHB1YmxpYyByZWFkb25seSBob3ZlckJhY2tncm91bmRDb2xvciA9IGlucHV0PHN0cmluZz4oKTtcbn1cbiIsIjxidXR0b25cbiAgICAjYWN0aW9uQnV0dG9uPVwiZWxlbWVudFJlZlwiXG4gICAgY3VpQnV0dG9uXG4gICAgdHlwZT1cImJ1dHRvblwiXG4gICAgY3VpRWxlbWVudFxuICAgIGFwcGVhcmFuY2U9XCJnaG9zdFwiXG4gICAgc2l6ZT1cInh4c1wiXG4gICAgaWNvbj1cImN1aUljb25Nb3JlVmVydGljYWxcIlxuICAgIFtzdHlsZS4tLWN1aS1iYXNlLTUwXT1cImhvdmVyQmFja2dyb3VuZENvbG9yKClcIlxuPjwvYnV0dG9uPlxuPGN1aS1jb250ZXh0LW1lbnVcbiAgICBbaXRlbXNdPVwib3B0aW9ucygpXCJcbiAgICBbdGFyZ2V0XT1cImFjdGlvbkJ1dHRvbi5uYXRpdmVFbGVtZW50XCJcbi8+XG4iXX0=
|