@indigina/ui-kit 1.1.103 → 1.1.105
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/fesm2022/indigina-ui-kit.mjs +526 -533
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/lib/components/kit-card/kit-card.component.d.ts +1 -1
- package/lib/components/kit-card/kit-card.module.d.ts +2 -2
- package/lib/components/kit-cta-panel-confirmation/abstract-kit-cta-panel-confirmation.component.d.ts +1 -1
- package/lib/components/kit-input-label/kit-input-label.component.d.ts +1 -1
- package/lib/components/kit-input-label/kit-input-label.module.d.ts +2 -2
- package/lib/components/kit-location-stepper/kit-location-stepper.component.d.ts +1 -1
- package/lib/components/kit-location-stepper/kit-location-stepper.module.d.ts +2 -2
- package/lib/components/kit-navigation-menu/kit-navigation-menu.component.d.ts +1 -1
- package/lib/components/kit-navigation-menu/kit-navigation-menu.module.d.ts +2 -2
- package/lib/components/kit-popup/kit-popup.component.d.ts +3 -2
- package/lib/components/kit-popup/kit-popup.model.d.ts +4 -0
- package/lib/components/kit-skeleton/kit-skeleton.component.d.ts +4 -4
- package/lib/components/kit-timeline/kit-timeline-card/kit-timeline-card.component.d.ts +1 -1
- package/lib/directives/kit-tooltip/kit-tooltip.const.d.ts +6 -0
- package/lib/directives/kit-tooltip/kit-tooltip.directive.d.ts +3 -7
- package/package.json +30 -32
- package/public-api.d.ts +3 -2
- package/styles/components/toastr.scss +3 -4
- package/styles/kendo.scss +20 -0
- package/styles/styles.scss +6 -26
- package/styles/theming.scss +0 -2
- package/esm2022/indigina-ui-kit.mjs +0 -5
- package/esm2022/lib/components/kit-autocomplete/kit-autocomplete.component.mjs +0 -176
- package/esm2022/lib/components/kit-autocomplete/kit-autocomplete.directive.mjs +0 -25
- package/esm2022/lib/components/kit-autocomplete/kit-autocomplete.module.mjs +0 -60
- package/esm2022/lib/components/kit-avatar/kit-avatar.component.mjs +0 -32
- package/esm2022/lib/components/kit-avatar/kit-avatar.const.mjs +0 -7
- package/esm2022/lib/components/kit-avatar/kit-avatar.module.mjs +0 -28
- package/esm2022/lib/components/kit-breadcrumbs/kit-breadcrumbs.component.mjs +0 -20
- package/esm2022/lib/components/kit-breadcrumbs/kit-breadcrumbs.model.mjs +0 -2
- package/esm2022/lib/components/kit-breadcrumbs/kit-breadcrumbs.module.mjs +0 -27
- package/esm2022/lib/components/kit-button/kit-button.component.mjs +0 -71
- package/esm2022/lib/components/kit-button/kit-button.const.mjs +0 -20
- package/esm2022/lib/components/kit-button/kit-button.module.mjs +0 -32
- package/esm2022/lib/components/kit-card/kit-card.component.mjs +0 -89
- package/esm2022/lib/components/kit-card/kit-card.const.mjs +0 -11
- package/esm2022/lib/components/kit-card/kit-card.model.mjs +0 -2
- package/esm2022/lib/components/kit-card/kit-card.module.mjs +0 -41
- package/esm2022/lib/components/kit-checkbox/kit-checkbox.component.mjs +0 -111
- package/esm2022/lib/components/kit-checkbox/kit-checkbox.module.mjs +0 -44
- package/esm2022/lib/components/kit-copy-text/kit-copy-text.component.mjs +0 -67
- package/esm2022/lib/components/kit-copy-text/kit-copy-text.module.mjs +0 -28
- package/esm2022/lib/components/kit-cta-panel-abstract-confirmation/kit-cta-panel-abstract-confirmation.component.mjs +0 -29
- package/esm2022/lib/components/kit-cta-panel-abstract-confirmation/kit-cta-panel-abstract-confirmation.module.mjs +0 -32
- package/esm2022/lib/components/kit-cta-panel-action/kit-cta-panel-action.component.mjs +0 -34
- package/esm2022/lib/components/kit-cta-panel-action/kit-cta-panel-action.module.mjs +0 -28
- package/esm2022/lib/components/kit-cta-panel-confirmation/abstract-kit-cta-panel-confirmation.component.mjs +0 -25
- package/esm2022/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.component.mjs +0 -51
- package/esm2022/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.model.mjs +0 -2
- package/esm2022/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.module.mjs +0 -53
- package/esm2022/lib/components/kit-cta-panel-item/kit-cta-panel-item.component.mjs +0 -35
- package/esm2022/lib/components/kit-cta-panel-item/kit-cta-panel-item.model.mjs +0 -6
- package/esm2022/lib/components/kit-cta-panel-item/kit-cta-panel-item.module.mjs +0 -36
- package/esm2022/lib/components/kit-data-field/kit-data-field.component.mjs +0 -22
- package/esm2022/lib/components/kit-datepicker/kit-datepicker.component.mjs +0 -114
- package/esm2022/lib/components/kit-datepicker/kit-datepicker.module.mjs +0 -40
- package/esm2022/lib/components/kit-daterange/kit-daterange.component.mjs +0 -127
- package/esm2022/lib/components/kit-daterange/kit-daterange.module.mjs +0 -46
- package/esm2022/lib/components/kit-datetimepicker/kit-datetimepicker.component.mjs +0 -136
- package/esm2022/lib/components/kit-datetimepicker/kit-datetimepicker.module.mjs +0 -41
- package/esm2022/lib/components/kit-dialog/kit-dialog.component.mjs +0 -12
- package/esm2022/lib/components/kit-dialog/kit-dialog.module.mjs +0 -34
- package/esm2022/lib/components/kit-dialog/kit-dialog.service.mjs +0 -35
- package/esm2022/lib/components/kit-dialog-actions/kit-dialog-actions.component.mjs +0 -12
- package/esm2022/lib/components/kit-dialog-actions/kit-dialog-actions.module.mjs +0 -24
- package/esm2022/lib/components/kit-dropdown/kit-dropdown.component.mjs +0 -162
- package/esm2022/lib/components/kit-dropdown/kit-dropdown.const.mjs +0 -8
- package/esm2022/lib/components/kit-dropdown/kit-dropdown.module.mjs +0 -47
- package/esm2022/lib/components/kit-empty-section/kit-empty-section.component.mjs +0 -22
- package/esm2022/lib/components/kit-entity-section/kit-entity-section.component.mjs +0 -11
- package/esm2022/lib/components/kit-entity-section-container/kit-entity-section-container.component.mjs +0 -11
- package/esm2022/lib/components/kit-entity-title/kit-entity-title.component.mjs +0 -11
- package/esm2022/lib/components/kit-entity-title/kit-entity-title.module.mjs +0 -24
- package/esm2022/lib/components/kit-file-card/kit-file-card-messages.component.mjs +0 -41
- package/esm2022/lib/components/kit-file-card/kit-file-card.component.mjs +0 -93
- package/esm2022/lib/components/kit-file-card/kit-file-card.const.mjs +0 -55
- package/esm2022/lib/components/kit-file-card/kit-file-card.module.mjs +0 -39
- package/esm2022/lib/components/kit-file-upload/kit-file-upload.component.mjs +0 -94
- package/esm2022/lib/components/kit-file-upload/kit-file-upload.model.mjs +0 -2
- package/esm2022/lib/components/kit-file-upload/kit-file-upload.module.mjs +0 -36
- package/esm2022/lib/components/kit-grid/kit-grid-cell-template.directive.mjs +0 -14
- package/esm2022/lib/components/kit-grid/kit-grid-column/kit-grid-column.component.mjs +0 -56
- package/esm2022/lib/components/kit-grid/kit-grid-detail-template.directive.mjs +0 -14
- package/esm2022/lib/components/kit-grid/kit-grid.component.mjs +0 -195
- package/esm2022/lib/components/kit-grid/kit-grid.const.mjs +0 -6
- package/esm2022/lib/components/kit-grid/kit-grid.model.mjs +0 -2
- package/esm2022/lib/components/kit-grid/kit-grid.module.mjs +0 -53
- package/esm2022/lib/components/kit-input-label/kit-input-label.component.mjs +0 -26
- package/esm2022/lib/components/kit-input-label/kit-input-label.module.mjs +0 -36
- package/esm2022/lib/components/kit-input-message/kit-input-message.component.mjs +0 -22
- package/esm2022/lib/components/kit-input-message/kit-input-message.module.mjs +0 -28
- package/esm2022/lib/components/kit-loader/kit-loader.component.mjs +0 -19
- package/esm2022/lib/components/kit-loader/kit-loader.module.mjs +0 -24
- package/esm2022/lib/components/kit-location-stepper/kit-location-stepper.component.mjs +0 -28
- package/esm2022/lib/components/kit-location-stepper/kit-location-stepper.module.mjs +0 -32
- package/esm2022/lib/components/kit-multiselect/kit-multiselect.component.mjs +0 -99
- package/esm2022/lib/components/kit-multiselect/kit-multiselect.model.mjs +0 -2
- package/esm2022/lib/components/kit-multiselect/kit-multiselect.module.mjs +0 -47
- package/esm2022/lib/components/kit-navigation-menu/kit-navigation-menu-submenu/kit-navigation-menu-submenu.component.mjs +0 -54
- package/esm2022/lib/components/kit-navigation-menu/kit-navigation-menu-submenu/kit-navigation-menu-submenu.module.mjs +0 -32
- package/esm2022/lib/components/kit-navigation-menu/kit-navigation-menu.component.mjs +0 -123
- package/esm2022/lib/components/kit-navigation-menu/kit-navigation-menu.model.mjs +0 -2
- package/esm2022/lib/components/kit-navigation-menu/kit-navigation-menu.module.mjs +0 -46
- package/esm2022/lib/components/kit-navigation-menu/kit-navigation-menu.service.mjs +0 -26
- package/esm2022/lib/components/kit-navigation-menu/kit-navigation-menu.util.mjs +0 -17
- package/esm2022/lib/components/kit-navigation-tabs/kit-navigation-tabs.component.mjs +0 -39
- package/esm2022/lib/components/kit-navigation-tabs/kit-navigation-tabs.const.mjs +0 -6
- package/esm2022/lib/components/kit-navigation-tabs/kit-navigation-tabs.model.mjs +0 -2
- package/esm2022/lib/components/kit-navigation-tabs/kit-navigation-tabs.module.mjs +0 -32
- package/esm2022/lib/components/kit-note/kit-note.component.mjs +0 -11
- package/esm2022/lib/components/kit-note/kit-note.module.mjs +0 -20
- package/esm2022/lib/components/kit-notification/kit-notification.animation.mjs +0 -12
- package/esm2022/lib/components/kit-notification/kit-notification.component.mjs +0 -54
- package/esm2022/lib/components/kit-notification/kit-notification.const.mjs +0 -8
- package/esm2022/lib/components/kit-notification/kit-notification.service.mjs +0 -35
- package/esm2022/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.mjs +0 -118
- package/esm2022/lib/components/kit-numeric-textbox/kit-numeric-textbox.const.mjs +0 -8
- package/esm2022/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.mjs +0 -41
- package/esm2022/lib/components/kit-pill/kit-pill.component.mjs +0 -73
- package/esm2022/lib/components/kit-pill/kit-pill.const.mjs +0 -6
- package/esm2022/lib/components/kit-popup/kit-popup.component.mjs +0 -104
- package/esm2022/lib/components/kit-popup/kit-popup.model.mjs +0 -13
- package/esm2022/lib/components/kit-profile-menu/kit-profile-menu.component.mjs +0 -53
- package/esm2022/lib/components/kit-profile-menu/kit-profile-menu.model.mjs +0 -2
- package/esm2022/lib/components/kit-radio-button/kit-radio-button.component.mjs +0 -103
- package/esm2022/lib/components/kit-radio-button/kit-radio-button.const.mjs +0 -6
- package/esm2022/lib/components/kit-radio-button/kit-radio-button.model.mjs +0 -2
- package/esm2022/lib/components/kit-radio-button/kit-radio-button.module.mjs +0 -36
- package/esm2022/lib/components/kit-scroll-navigation/kit-scroll-navigation-section/kit-scroll-navigation-section.component.mjs +0 -27
- package/esm2022/lib/components/kit-scroll-navigation/kit-scroll-navigation.component.mjs +0 -70
- package/esm2022/lib/components/kit-scroll-navigation/kit-scroll-navigation.module.mjs +0 -37
- package/esm2022/lib/components/kit-search-bar/kit-search-bar.component.mjs +0 -76
- package/esm2022/lib/components/kit-search-bar/kit-search-bar.module.mjs +0 -32
- package/esm2022/lib/components/kit-skeleton/kit-skeleton.component.mjs +0 -49
- package/esm2022/lib/components/kit-skeleton/kit-skeleton.module.mjs +0 -28
- package/esm2022/lib/components/kit-sortable/kit-sortable.component.mjs +0 -36
- package/esm2022/lib/components/kit-svg-icon/kit-svg-icon.component.mjs +0 -25
- package/esm2022/lib/components/kit-svg-icon/kit-svg-icon.const.mjs +0 -148
- package/esm2022/lib/components/kit-svg-icon/kit-svg-icon.module.mjs +0 -20
- package/esm2022/lib/components/kit-svg-sprite/kit-svg-sprite.component.mjs +0 -14
- package/esm2022/lib/components/kit-svg-sprite/kit-svg-sprite.module.mjs +0 -20
- package/esm2022/lib/components/kit-switch/kit-switch-item.model.mjs +0 -2
- package/esm2022/lib/components/kit-switch/kit-switch.component.mjs +0 -96
- package/esm2022/lib/components/kit-switch/kit-switch.module.mjs +0 -43
- package/esm2022/lib/components/kit-tabs/kit-tab/kit-tab.component.mjs +0 -47
- package/esm2022/lib/components/kit-tabs/kit-tabs.component.mjs +0 -49
- package/esm2022/lib/components/kit-tabs/kit-tabs.const.mjs +0 -6
- package/esm2022/lib/components/kit-tabs/kit-tabs.model.mjs +0 -2
- package/esm2022/lib/components/kit-tabs/kit-tabs.module.mjs +0 -37
- package/esm2022/lib/components/kit-text-label/kit-text-label.component.mjs +0 -49
- package/esm2022/lib/components/kit-text-label/kit-text-label.module.mjs +0 -32
- package/esm2022/lib/components/kit-textarea/kit-textarea-autoresize.directive.mjs +0 -32
- package/esm2022/lib/components/kit-textarea/kit-textarea.component.mjs +0 -148
- package/esm2022/lib/components/kit-textarea/kit-textarea.const.mjs +0 -8
- package/esm2022/lib/components/kit-textarea/kit-textarea.module.mjs +0 -41
- package/esm2022/lib/components/kit-textbox/kit-textbox.component.mjs +0 -120
- package/esm2022/lib/components/kit-textbox/kit-textbox.const.mjs +0 -13
- package/esm2022/lib/components/kit-textbox/kit-textbox.module.mjs +0 -40
- package/esm2022/lib/components/kit-tilelayout/kit-tilelayout-item.component.mjs +0 -18
- package/esm2022/lib/components/kit-tilelayout/kit-tilelayout.component.mjs +0 -52
- package/esm2022/lib/components/kit-tilelayout/kit-tilelayout.interface.mjs +0 -2
- package/esm2022/lib/components/kit-tilelayout/kit-tilelayout.module.mjs +0 -33
- package/esm2022/lib/components/kit-timeline/kit-timeline-card/kit-timeline-card.component.mjs +0 -30
- package/esm2022/lib/components/kit-timeline/kit-timeline.component.mjs +0 -24
- package/esm2022/lib/components/kit-timeline/kit-timeline.const.mjs +0 -19
- package/esm2022/lib/components/kit-timeline/kit-timeline.model.mjs +0 -2
- package/esm2022/lib/components/kit-timepicker/kit-timepicker.component.mjs +0 -144
- package/esm2022/lib/components/kit-timepicker/kit-timepicker.module.mjs +0 -43
- package/esm2022/lib/components/kit-toastr/kit-toastr.module.mjs +0 -26
- package/esm2022/lib/components/kit-toastr/kit-toastr.service.mjs +0 -84
- package/esm2022/lib/components/kit-toggle/kit-toggle.component.mjs +0 -89
- package/esm2022/lib/components/kit-toggle/kit-toggle.module.mjs +0 -36
- package/esm2022/lib/components/kit-units-textbox/kit-units-textbox.component.mjs +0 -154
- package/esm2022/lib/components/kit-units-textbox/kit-units-textbox.model.mjs +0 -11
- package/esm2022/lib/components/kit-units-textbox/kit-units-textbox.module.mjs +0 -55
- package/esm2022/lib/directives/kit-badge/kit-badge.const.mjs +0 -9
- package/esm2022/lib/directives/kit-badge/kit-badge.directive.mjs +0 -58
- package/esm2022/lib/directives/kit-badge/kit-badge.module.mjs +0 -20
- package/esm2022/lib/directives/kit-permission/kit-permission.directive.mjs +0 -42
- package/esm2022/lib/directives/kit-permission/kit-permission.module.mjs +0 -20
- package/esm2022/lib/directives/kit-tooltip/kit-tooltip.directive.mjs +0 -47
- package/esm2022/lib/directives/kit-tooltip/kit-tooltip.module.mjs +0 -23
- package/esm2022/lib/services/kit-query-params.service.mjs +0 -42
- package/esm2022/lib/utils/kit-data-query/kit-data-query.const.mjs +0 -28
- package/esm2022/lib/utils/kit-data-query/kit-data-query.model.mjs +0 -2
- package/esm2022/lib/utils/kit-data-query/kit-data-query.util.mjs +0 -3
- package/esm2022/lib/utils/random.util.mjs +0 -3
- package/esm2022/public-api.mjs +0 -211
- package/lib/directives/kit-tooltip/kit-tooltip.module.d.ts +0 -8
|
@@ -2,7 +2,7 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
3
3
|
import { KitButtonKind, KitButtonType } from '../kit-button/kit-button.const';
|
|
4
4
|
import { KitCard } from './kit-card.model';
|
|
5
|
-
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.
|
|
5
|
+
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.const';
|
|
6
6
|
import { KitCardTheme } from './kit-card.const';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class KitCardComponent {
|
|
@@ -4,9 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "../kit-svg-icon/kit-svg-icon.module";
|
|
5
5
|
import * as i4 from "../kit-button/kit-button.module";
|
|
6
6
|
import * as i5 from "@angular/router";
|
|
7
|
-
import * as i6 from "../../directives/kit-tooltip/kit-tooltip.
|
|
7
|
+
import * as i6 from "../../directives/kit-tooltip/kit-tooltip.directive";
|
|
8
8
|
export declare class KitCardModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCardModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCardModule, [typeof i1.KitCardComponent], [typeof i2.CommonModule, typeof i3.KitSvgIconModule, typeof i4.KitButtonModule, typeof i5.RouterLink, typeof i6.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCardModule, [typeof i1.KitCardComponent], [typeof i2.CommonModule, typeof i3.KitSvgIconModule, typeof i4.KitButtonModule, typeof i5.RouterLink, typeof i6.KitTooltipDirective, typeof i2.NgClass], [typeof i1.KitCardComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitCardModule>;
|
|
12
12
|
}
|
package/lib/components/kit-cta-panel-confirmation/abstract-kit-cta-panel-confirmation.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare abstract class AbstractKitCtaPanelConfirmationComponent {
|
|
|
6
6
|
protected hideConfirmation(): void;
|
|
7
7
|
protected showConfirmation(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractKitCtaPanelConfirmationComponent, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractKitCtaPanelConfirmationComponent, never, never, {}, {}, never, never,
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractKitCtaPanelConfirmationComponent, never, never, {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
3
|
-
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.
|
|
3
|
+
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.const';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class KitInputLabelComponent {
|
|
6
6
|
/**
|
|
@@ -3,9 +3,9 @@ import * as i1 from "./kit-input-label.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-label";
|
|
5
5
|
import * as i4 from "../kit-svg-icon/kit-svg-icon.module";
|
|
6
|
-
import * as i5 from "../../directives/kit-tooltip/kit-tooltip.
|
|
6
|
+
import * as i5 from "../../directives/kit-tooltip/kit-tooltip.directive";
|
|
7
7
|
export declare class KitInputLabelModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputLabelModule, [typeof i1.KitInputLabelComponent], [typeof i2.CommonModule, typeof i3.LabelModule, typeof i4.KitSvgIconModule, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputLabelModule, [typeof i1.KitInputLabelComponent], [typeof i2.CommonModule, typeof i3.LabelModule, typeof i4.KitSvgIconModule, typeof i5.KitTooltipDirective], [typeof i1.KitInputLabelComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputLabelModule>;
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.
|
|
1
|
+
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.const';
|
|
2
2
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface KitLocationStepperItemDate {
|
|
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./kit-location-stepper.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../kit-svg-icon/kit-svg-icon.module";
|
|
5
|
-
import * as i4 from "../../directives/kit-tooltip/kit-tooltip.
|
|
5
|
+
import * as i4 from "../../directives/kit-tooltip/kit-tooltip.directive";
|
|
6
6
|
export declare class KitLocationStepperModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitLocationStepperModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitLocationStepperModule, [typeof i1.KitLocationStepperComponent], [typeof i2.CommonModule, typeof i3.KitSvgIconModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitLocationStepperModule, [typeof i1.KitLocationStepperComponent], [typeof i2.CommonModule, typeof i3.KitSvgIconModule, typeof i4.KitTooltipDirective], [typeof i1.KitLocationStepperComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitLocationStepperModule>;
|
|
10
10
|
}
|
|
@@ -2,7 +2,7 @@ import { OnInit, WritableSignal } from '@angular/core';
|
|
|
2
2
|
import { KitNavigationMenuAppItem, KitNavigationMenuItem } from './kit-navigation-menu.model';
|
|
3
3
|
import { KitSvgIconType, KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
4
4
|
import { Router } from '@angular/router';
|
|
5
|
-
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.
|
|
5
|
+
import { KitTooltipPosition } from '../../directives/kit-tooltip/kit-tooltip.const';
|
|
6
6
|
import { KitNavigationMenuService } from './kit-navigation-menu.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class KitNavigationMenuComponent implements OnInit {
|
|
@@ -4,9 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "../kit-svg-icon/kit-svg-icon.module";
|
|
5
5
|
import * as i4 from "@angular/router";
|
|
6
6
|
import * as i5 from "./kit-navigation-menu-submenu/kit-navigation-menu-submenu.module";
|
|
7
|
-
import * as i6 from "../../directives/kit-tooltip/kit-tooltip.
|
|
7
|
+
import * as i6 from "../../directives/kit-tooltip/kit-tooltip.directive";
|
|
8
8
|
export declare class KitNavigationMenuModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationMenuModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationMenuModule, [typeof i1.KitNavigationMenuComponent], [typeof i2.CommonModule, typeof i3.KitSvgIconModule, typeof i4.RouterModule, typeof i5.KitNavigationMenuSubmenuModule, typeof i6.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationMenuModule, [typeof i1.KitNavigationMenuComponent], [typeof i2.CommonModule, typeof i3.KitSvgIconModule, typeof i4.RouterModule, typeof i5.KitNavigationMenuSubmenuModule, typeof i6.KitTooltipDirective], [typeof i1.KitNavigationMenuComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitNavigationMenuModule>;
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnInit, WritableSignal } from '@angular/core';
|
|
2
|
-
import { KitPopupAlign, KitPopupAlignHorizontal } from './kit-popup.model';
|
|
2
|
+
import { KitPopupAlign, KitPopupAlignHorizontal, KitPopupPositionMode } from './kit-popup.model';
|
|
3
3
|
import { KitButtonKind, KitButtonType } from '../kit-button/kit-button.const';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class KitPopupComponent implements OnInit {
|
|
@@ -24,6 +24,7 @@ export declare class KitPopupComponent implements OnInit {
|
|
|
24
24
|
cancelButtonLabel: string;
|
|
25
25
|
applyButtonLabel: string;
|
|
26
26
|
isApplyButtonDisabled: boolean;
|
|
27
|
+
positionMode: KitPopupPositionMode;
|
|
27
28
|
cancel: EventEmitter<void>;
|
|
28
29
|
apply: EventEmitter<void>;
|
|
29
30
|
readonly visible: WritableSignal<boolean>;
|
|
@@ -38,5 +39,5 @@ export declare class KitPopupComponent implements OnInit {
|
|
|
38
39
|
toggle(): void;
|
|
39
40
|
hide(): void;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitPopupComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitPopupComponent, "kit-popup", never, { "anchor": { "alias": "anchor"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "anchorHorizontalAlign": { "alias": "anchorHorizontalAlign"; "required": false; }; "popupHorizontalAlign": { "alias": "popupHorizontalAlign"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "applyButtonLabel": { "alias": "applyButtonLabel"; "required": false; }; "isApplyButtonDisabled": { "alias": "isApplyButtonDisabled"; "required": false; }; }, { "cancel": "cancel"; "apply": "apply"; }, never, ["*"], true, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitPopupComponent, "kit-popup", never, { "anchor": { "alias": "anchor"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "anchorHorizontalAlign": { "alias": "anchorHorizontalAlign"; "required": false; }; "popupHorizontalAlign": { "alias": "popupHorizontalAlign"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "applyButtonLabel": { "alias": "applyButtonLabel"; "required": false; }; "isApplyButtonDisabled": { "alias": "isApplyButtonDisabled"; "required": false; }; "positionMode": { "alias": "positionMode"; "required": false; }; }, { "cancel": "cancel"; "apply": "apply"; }, never, ["*"], true, never>;
|
|
42
43
|
}
|
|
@@ -10,19 +10,19 @@ export declare enum KitSkeletonAnimation {
|
|
|
10
10
|
}
|
|
11
11
|
export declare class KitSkeletonComponent {
|
|
12
12
|
/**
|
|
13
|
-
|
|
13
|
+
Defines the width of the skeleton component
|
|
14
14
|
*/
|
|
15
15
|
width: string | number | null;
|
|
16
16
|
/**
|
|
17
|
-
|
|
17
|
+
Defines the height of the skeleton component
|
|
18
18
|
*/
|
|
19
19
|
height: string | number | null;
|
|
20
20
|
/**
|
|
21
|
-
|
|
21
|
+
Defines the shape of the skeleton
|
|
22
22
|
*/
|
|
23
23
|
shape: KitSkeletonShape;
|
|
24
24
|
/**
|
|
25
|
-
|
|
25
|
+
Defines the animation of the skeleton
|
|
26
26
|
*/
|
|
27
27
|
animation: KitSkeletonAnimation | false;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSkeletonComponent, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { KitSvgIcon, KitSvgIconType } from '../../kit-svg-icon/kit-svg-icon.const';
|
|
2
2
|
import { KitTimelineItem } from '../kit-timeline.model';
|
|
3
|
-
import { KitTooltipPosition } from '../../../directives/kit-tooltip/kit-tooltip.
|
|
3
|
+
import { KitTooltipPosition } from '../../../directives/kit-tooltip/kit-tooltip.const';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class KitTimelineCardComponent {
|
|
6
6
|
item: KitTimelineItem | null;
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { TooltipDirective } from '@progress/kendo-angular-tooltip';
|
|
3
|
+
import { KitTooltipPosition } from './kit-tooltip.const';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare enum KitTooltipPosition {
|
|
5
|
-
TOP = "top",
|
|
6
|
-
BOTTOM = "bottom",
|
|
7
|
-
RIGHT = "right",
|
|
8
|
-
LEFT = "left"
|
|
9
|
-
}
|
|
10
5
|
export declare class KitTooltipDirective extends TooltipDirective implements OnInit {
|
|
11
6
|
kitTooltipPosition: KitTooltipPosition;
|
|
12
7
|
kitTooltipFilter: string;
|
|
13
8
|
kitTooltipTemplateRef?: TemplateRef<HTMLElement>;
|
|
9
|
+
constructor();
|
|
14
10
|
ngOnInit(): void;
|
|
15
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTooltipDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTooltipDirective, "[kitTooltip]", never, { "kitTooltipPosition": { "alias": "kitTooltipPosition"; "required": false; }; "kitTooltipFilter": { "alias": "kitTooltipFilter"; "required": false; }; "kitTooltipTemplateRef": { "alias": "kitTooltipTemplateRef"; "required": false; }; }, {}, never, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTooltipDirective, "[kitTooltip]", never, { "kitTooltipPosition": { "alias": "kitTooltipPosition"; "required": false; }; "kitTooltipFilter": { "alias": "kitTooltipFilter"; "required": false; }; "kitTooltipTemplateRef": { "alias": "kitTooltipTemplateRef"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
13
|
}
|
package/package.json
CHANGED
|
@@ -7,42 +7,42 @@
|
|
|
7
7
|
"components",
|
|
8
8
|
"shared"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.1.
|
|
10
|
+
"version": "1.1.105",
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@angular/common": "^
|
|
13
|
-
"@angular/core": "^
|
|
12
|
+
"@angular/common": "^19.1.4",
|
|
13
|
+
"@angular/core": "^19.1.4"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@progress/kendo-angular-buttons": "
|
|
17
|
-
"@progress/kendo-angular-common": "
|
|
18
|
-
"@progress/kendo-angular-dateinputs": "
|
|
19
|
-
"@progress/kendo-angular-dialog": "
|
|
20
|
-
"@progress/kendo-angular-dropdowns": "
|
|
21
|
-
"@progress/kendo-angular-grid": "
|
|
22
|
-
"@progress/kendo-angular-icons": "
|
|
23
|
-
"@progress/kendo-angular-indicators": "
|
|
24
|
-
"@progress/kendo-angular-inputs": "
|
|
25
|
-
"@progress/kendo-angular-intl": "
|
|
26
|
-
"@progress/kendo-angular-l10n": "
|
|
27
|
-
"@progress/kendo-angular-label": "
|
|
28
|
-
"@progress/kendo-angular-layout": "
|
|
29
|
-
"@progress/kendo-angular-menu": "
|
|
30
|
-
"@progress/kendo-angular-navigation": "
|
|
31
|
-
"@progress/kendo-angular-popup": "
|
|
32
|
-
"@progress/kendo-angular-progressbar": "
|
|
33
|
-
"@progress/kendo-angular-sortable": "
|
|
34
|
-
"@progress/kendo-angular-tooltip": "
|
|
35
|
-
"@progress/kendo-angular-treeview": "
|
|
36
|
-
"@progress/kendo-angular-upload": "
|
|
37
|
-
"@progress/kendo-data-query": "1.7.
|
|
38
|
-
"@progress/kendo-drawing": "1.
|
|
39
|
-
"@progress/kendo-font-icons": "
|
|
16
|
+
"@progress/kendo-angular-buttons": "18.0.0",
|
|
17
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
18
|
+
"@progress/kendo-angular-dateinputs": "18.0.0",
|
|
19
|
+
"@progress/kendo-angular-dialog": "18.0.0",
|
|
20
|
+
"@progress/kendo-angular-dropdowns": "18.0.0",
|
|
21
|
+
"@progress/kendo-angular-grid": "18.0.0",
|
|
22
|
+
"@progress/kendo-angular-icons": "18.0.0",
|
|
23
|
+
"@progress/kendo-angular-indicators": "18.0.0",
|
|
24
|
+
"@progress/kendo-angular-inputs": "18.0.0",
|
|
25
|
+
"@progress/kendo-angular-intl": "18.0.0",
|
|
26
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
27
|
+
"@progress/kendo-angular-label": "18.0.0",
|
|
28
|
+
"@progress/kendo-angular-layout": "18.0.0",
|
|
29
|
+
"@progress/kendo-angular-menu": "18.0.0",
|
|
30
|
+
"@progress/kendo-angular-navigation": "18.0.0",
|
|
31
|
+
"@progress/kendo-angular-popup": "18.0.0",
|
|
32
|
+
"@progress/kendo-angular-progressbar": "18.0.0",
|
|
33
|
+
"@progress/kendo-angular-sortable": "18.0.0",
|
|
34
|
+
"@progress/kendo-angular-tooltip": "18.0.0",
|
|
35
|
+
"@progress/kendo-angular-treeview": "18.0.0",
|
|
36
|
+
"@progress/kendo-angular-upload": "18.0.0",
|
|
37
|
+
"@progress/kendo-data-query": "1.7.1",
|
|
38
|
+
"@progress/kendo-drawing": "1.21.2",
|
|
39
|
+
"@progress/kendo-font-icons": "4.0.0",
|
|
40
40
|
"@progress/kendo-licensing": "1.3.5",
|
|
41
|
-
"@progress/kendo-svg-icons": "
|
|
42
|
-
"@progress/kendo-theme-default": "
|
|
41
|
+
"@progress/kendo-svg-icons": "4.0.0",
|
|
42
|
+
"@progress/kendo-theme-default": "10.2.0",
|
|
43
43
|
"initials": "3.1.2",
|
|
44
44
|
"ngx-toastr": "19.0.0",
|
|
45
|
-
"tslib": "2.
|
|
45
|
+
"tslib": "2.8.1"
|
|
46
46
|
},
|
|
47
47
|
"module": "fesm2022/indigina-ui-kit.mjs",
|
|
48
48
|
"typings": "index.d.ts",
|
|
@@ -52,8 +52,6 @@
|
|
|
52
52
|
},
|
|
53
53
|
".": {
|
|
54
54
|
"types": "./index.d.ts",
|
|
55
|
-
"esm2022": "./esm2022/indigina-ui-kit.mjs",
|
|
56
|
-
"esm": "./esm2022/indigina-ui-kit.mjs",
|
|
57
55
|
"default": "./fesm2022/indigina-ui-kit.mjs"
|
|
58
56
|
}
|
|
59
57
|
},
|
package/public-api.d.ts
CHANGED
|
@@ -47,8 +47,8 @@ export { KitToggleComponent } from './lib/components/kit-toggle/kit-toggle.compo
|
|
|
47
47
|
export { KitToggleModule } from './lib/components/kit-toggle/kit-toggle.module';
|
|
48
48
|
export { KitPillComponent } from './lib/components/kit-pill/kit-pill.component';
|
|
49
49
|
export { KitPillType } from './lib/components/kit-pill/kit-pill.const';
|
|
50
|
-
export { KitTooltipDirective
|
|
51
|
-
export {
|
|
50
|
+
export { KitTooltipDirective } from './lib/directives/kit-tooltip/kit-tooltip.directive';
|
|
51
|
+
export { KitTooltipPosition } from './lib/directives/kit-tooltip/kit-tooltip.const';
|
|
52
52
|
export { KitToastrModule } from './lib/components/kit-toastr/kit-toastr.module';
|
|
53
53
|
export { KitToastrService, KitToastrConfig, KitToastrType, KitToastrPosition } from './lib/components/kit-toastr/kit-toastr.service';
|
|
54
54
|
export { KitDaterangeComponent, KitDaterangeType, KitDaterangeValue } from './lib/components/kit-daterange/kit-daterange.component';
|
|
@@ -107,6 +107,7 @@ export { KitMultiselectModule } from './lib/components/kit-multiselect/kit-multi
|
|
|
107
107
|
export { KitMultiselectComponent } from './lib/components/kit-multiselect/kit-multiselect.component';
|
|
108
108
|
export { KitMultiselectItem } from './lib/components/kit-multiselect/kit-multiselect.model';
|
|
109
109
|
export { KitPopupComponent } from './lib/components/kit-popup/kit-popup.component';
|
|
110
|
+
export { KitPopupPositionMode, KitPopupAlignHorizontal, KitPopupAlignVertical, KitPopupAlign, } from './lib/components/kit-popup/kit-popup.model';
|
|
110
111
|
export { KitInputLabelModule } from './lib/components/kit-input-label/kit-input-label.module';
|
|
111
112
|
export { KitInputLabelComponent } from './lib/components/kit-input-label/kit-input-label.component';
|
|
112
113
|
export { KitDatepickerModule } from './lib/components/kit-datepicker/kit-datepicker.module';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@
|
|
2
|
-
@import "../colors";
|
|
1
|
+
@use "ngx-toastr/toastr";
|
|
3
2
|
|
|
4
3
|
$z-index-base: 4500;
|
|
5
4
|
$z-index-toast-container: $z-index-base + 500;
|
|
@@ -8,7 +7,7 @@ $z-index-toast-container: $z-index-base + 500;
|
|
|
8
7
|
content: "";
|
|
9
8
|
position: fixed;
|
|
10
9
|
inset: 0;
|
|
11
|
-
background-color:
|
|
10
|
+
background-color: var(--ui-kit-color-black);
|
|
12
11
|
opacity: 0.8;
|
|
13
12
|
z-index: $z-index-toast-container;
|
|
14
13
|
}
|
|
@@ -23,7 +22,7 @@ $z-index-toast-container: $z-index-base + 500;
|
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
.kit-toastr {
|
|
26
|
-
margin-top:
|
|
25
|
+
margin-top: 20px;
|
|
27
26
|
box-shadow: none;
|
|
28
27
|
z-index: $z-index-toast-container + 1;
|
|
29
28
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* default themes for kendo components which are used as shared components */
|
|
2
|
+
@use "@progress/kendo-theme-default/scss/index.scss" as *;
|
|
3
|
+
@use "@progress/kendo-font-icons/dist" as *;
|
|
4
|
+
|
|
5
|
+
@include kendo-button--styles();
|
|
6
|
+
@include kendo-avatar--styles();
|
|
7
|
+
@include kendo-menu--styles();
|
|
8
|
+
@include kendo-dropdown-list--styles();
|
|
9
|
+
@include kendo-date-time-picker--styles();
|
|
10
|
+
@include kendo-combobox--styles();
|
|
11
|
+
@include kendo-checkbox--styles();
|
|
12
|
+
@include kendo-switch--styles();
|
|
13
|
+
@include kendo-tooltip--styles();
|
|
14
|
+
@include kendo-dialog--styles();
|
|
15
|
+
@include kendo-skeleton--styles();
|
|
16
|
+
@include kendo-upload--styles();
|
|
17
|
+
@include kendo-panelbar--styles();
|
|
18
|
+
@include kendo-popup--styles();
|
|
19
|
+
@include kendo-grid--styles();
|
|
20
|
+
@include kendo-tile-layout--styles();
|
package/styles/styles.scss
CHANGED
|
@@ -1,26 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@import "@progress/kendo-theme-default/scss/combobox";
|
|
8
|
-
@import "@progress/kendo-theme-default/scss/checkbox";
|
|
9
|
-
@import "@progress/kendo-theme-default/scss/switch";
|
|
10
|
-
@import "@progress/kendo-theme-default/scss/tooltip";
|
|
11
|
-
@import "@progress/kendo-theme-default/scss/dialog";
|
|
12
|
-
@import "@progress/kendo-theme-default/scss/skeleton";
|
|
13
|
-
@import "@progress/kendo-theme-default/scss/upload";
|
|
14
|
-
@import "@progress/kendo-theme-default/scss/panelbar";
|
|
15
|
-
@import "@progress/kendo-theme-default/scss/popup";
|
|
16
|
-
@import "@progress/kendo-theme-default/scss/grid";
|
|
17
|
-
@import "@progress/kendo-theme-default/scss/tilelayout";
|
|
18
|
-
@import "@progress/kendo-font-icons/dist";
|
|
19
|
-
@import "ngx-toastr/toastr";
|
|
20
|
-
|
|
21
|
-
/* styles which need to be included by default into app styles */
|
|
22
|
-
@import "common";
|
|
23
|
-
@import "theming";
|
|
24
|
-
@import "components/tooltip";
|
|
25
|
-
@import "components/toastr";
|
|
26
|
-
@import "components/badge";
|
|
1
|
+
@use "kendo";
|
|
2
|
+
@use "common";
|
|
3
|
+
@use "theming";
|
|
4
|
+
@use "components/tooltip";
|
|
5
|
+
@use "components/toastr";
|
|
6
|
+
@use "components/badge";
|
package/styles/theming.scss
CHANGED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kaWdpbmEtdWkta2l0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvdWkta2l0L3NyYy9pbmRpZ2luYS11aS1raXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|