@indigina/ui-kit 1.1.27 → 1.1.28
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/esm2022/lib/components/kit-multiselect/kit-multiselect.module.mjs +3 -3
- package/esm2022/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.mjs +2 -2
- package/esm2022/lib/components/kit-popup/kit-popup.component.mjs +68 -0
- package/esm2022/lib/components/kit-popup/kit-popup.directive.mjs +38 -0
- package/esm2022/lib/components/kit-popup/kit-popup.model.mjs +13 -0
- package/esm2022/lib/components/kit-popup/kit-popup.module.mjs +33 -0
- package/esm2022/lib/components/kit-textarea/kit-textarea.module.mjs +2 -2
- package/esm2022/public-api.mjs +5 -1
- package/fesm2022/indigina-ui-kit.mjs +156 -17
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/lib/components/kit-multiselect/kit-multiselect.module.d.ts +2 -2
- package/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.d.ts +1 -1
- package/lib/components/kit-popup/kit-popup.component.d.ts +31 -0
- package/lib/components/kit-popup/kit-popup.directive.d.ts +14 -0
- package/lib/components/kit-popup/kit-popup.model.d.ts +14 -0
- package/lib/components/kit-popup/kit-popup.module.d.ts +10 -0
- package/lib/components/kit-textarea/kit-textarea.module.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/styles/styles.scss +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ChangeDetectionStrategy, Input, EventEmitter, ViewEncapsulation, Output, NgModule, forwardRef, ViewChild, signal, TemplateRef, ContentChild, Directive, HostListener, Host, Self, Injectable, Inject } from '@angular/core';
|
|
2
|
+
import { Component, ChangeDetectionStrategy, Input, EventEmitter, ViewEncapsulation, Output, NgModule, forwardRef, ViewChild, signal, TemplateRef, ContentChild, Directive, HostListener, Host, Self, Injectable, Inject, ElementRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@progress/kendo-angular-buttons';
|
|
4
4
|
import { ButtonModule, ButtonGroupModule } from '@progress/kendo-angular-buttons';
|
|
5
5
|
import * as i1$1 from '@angular/common';
|
|
@@ -11,13 +11,13 @@ import { TextBoxModule, NumericTextBoxModule, InputsModule, CheckBoxModule, Swit
|
|
|
11
11
|
import * as i3 from '@progress/kendo-angular-label';
|
|
12
12
|
import { LabelModule } from '@progress/kendo-angular-label';
|
|
13
13
|
import '@progress/kendo-angular-intl/locales/en-GB/all';
|
|
14
|
-
import { KitSvgIconModule as KitSvgIconModule$1 } from 'projects/ui-kit/src/lib/components/kit-svg-icon/kit-svg-icon.module';
|
|
15
14
|
import { map } from 'rxjs/operators';
|
|
16
15
|
import * as i1$2 from '@progress/kendo-angular-dropdowns';
|
|
17
16
|
import { DropDownListModule, DropDownsModule, MultiSelectModule } from '@progress/kendo-angular-dropdowns';
|
|
18
17
|
import * as i2$1 from '@progress/kendo-angular-dateinputs';
|
|
19
18
|
import { DateInputsModule, DateRangePopupComponent, DateRangeService, TimePickerModule } from '@progress/kendo-angular-dateinputs';
|
|
20
|
-
import
|
|
19
|
+
import * as i1$8 from '@progress/kendo-angular-popup';
|
|
20
|
+
import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
|
|
21
21
|
import { TooltipDirective, TooltipModule } from '@progress/kendo-angular-tooltip';
|
|
22
22
|
import * as i1$4 from 'ngx-toastr';
|
|
23
23
|
import { ToastrModule, TOAST_CONFIG, DefaultGlobalConfig } from 'ngx-toastr';
|
|
@@ -36,7 +36,6 @@ import * as i3$1 from '@progress/kendo-angular-layout';
|
|
|
36
36
|
import { PanelBarExpandMode, PanelBarModule } from '@progress/kendo-angular-layout';
|
|
37
37
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
38
38
|
import initials from 'initials';
|
|
39
|
-
import { KitInputMessageModule as KitInputMessageModule$1 } from 'projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.module';
|
|
40
39
|
|
|
41
40
|
var KitButtonType;
|
|
42
41
|
(function (KitButtonType) {
|
|
@@ -792,12 +791,12 @@ class KitNumericTextboxModule {
|
|
|
792
791
|
NumericTextBoxModule,
|
|
793
792
|
LabelModule,
|
|
794
793
|
KitInputMessageModule,
|
|
795
|
-
KitSvgIconModule
|
|
794
|
+
KitSvgIconModule], exports: [KitNumericTextboxComponent] }); }
|
|
796
795
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitNumericTextboxModule, imports: [CommonModule,
|
|
797
796
|
NumericTextBoxModule,
|
|
798
797
|
LabelModule,
|
|
799
798
|
KitInputMessageModule,
|
|
800
|
-
KitSvgIconModule
|
|
799
|
+
KitSvgIconModule] }); }
|
|
801
800
|
}
|
|
802
801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitNumericTextboxModule, decorators: [{
|
|
803
802
|
type: NgModule,
|
|
@@ -810,7 +809,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImpor
|
|
|
810
809
|
NumericTextBoxModule,
|
|
811
810
|
LabelModule,
|
|
812
811
|
KitInputMessageModule,
|
|
813
|
-
KitSvgIconModule
|
|
812
|
+
KitSvgIconModule,
|
|
814
813
|
],
|
|
815
814
|
exports: [
|
|
816
815
|
KitNumericTextboxComponent,
|
|
@@ -1370,12 +1369,12 @@ class KitTextareaModule {
|
|
|
1370
1369
|
KitTextareaAutoresizeDirective], imports: [CommonModule,
|
|
1371
1370
|
LabelModule,
|
|
1372
1371
|
KitInputMessageModule,
|
|
1373
|
-
KitSvgIconModule
|
|
1372
|
+
KitSvgIconModule], exports: [KitTextareaComponent,
|
|
1374
1373
|
KitTextareaAutoresizeDirective] }); }
|
|
1375
1374
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitTextareaModule, imports: [CommonModule,
|
|
1376
1375
|
LabelModule,
|
|
1377
1376
|
KitInputMessageModule,
|
|
1378
|
-
KitSvgIconModule
|
|
1377
|
+
KitSvgIconModule] }); }
|
|
1379
1378
|
}
|
|
1380
1379
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitTextareaModule, decorators: [{
|
|
1381
1380
|
type: NgModule,
|
|
@@ -1388,7 +1387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImpor
|
|
|
1388
1387
|
CommonModule,
|
|
1389
1388
|
LabelModule,
|
|
1390
1389
|
KitInputMessageModule,
|
|
1391
|
-
KitSvgIconModule
|
|
1390
|
+
KitSvgIconModule,
|
|
1392
1391
|
],
|
|
1393
1392
|
exports: [
|
|
1394
1393
|
KitTextareaComponent,
|
|
@@ -3994,16 +3993,16 @@ class KitMultiselectModule {
|
|
|
3994
3993
|
MultiSelectModule,
|
|
3995
3994
|
DropDownListModule,
|
|
3996
3995
|
FormsModule,
|
|
3997
|
-
KitSvgIconModule
|
|
3996
|
+
KitSvgIconModule,
|
|
3998
3997
|
LabelModule,
|
|
3999
|
-
KitInputMessageModule
|
|
3998
|
+
KitInputMessageModule], exports: [KitMultiselectComponent] }); }
|
|
4000
3999
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitMultiselectModule, imports: [CommonModule,
|
|
4001
4000
|
MultiSelectModule,
|
|
4002
4001
|
DropDownListModule,
|
|
4003
4002
|
FormsModule,
|
|
4004
|
-
KitSvgIconModule
|
|
4003
|
+
KitSvgIconModule,
|
|
4005
4004
|
LabelModule,
|
|
4006
|
-
KitInputMessageModule
|
|
4005
|
+
KitInputMessageModule] }); }
|
|
4007
4006
|
}
|
|
4008
4007
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitMultiselectModule, decorators: [{
|
|
4009
4008
|
type: NgModule,
|
|
@@ -4016,9 +4015,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImpor
|
|
|
4016
4015
|
MultiSelectModule,
|
|
4017
4016
|
DropDownListModule,
|
|
4018
4017
|
FormsModule,
|
|
4019
|
-
KitSvgIconModule
|
|
4018
|
+
KitSvgIconModule,
|
|
4020
4019
|
LabelModule,
|
|
4021
|
-
KitInputMessageModule
|
|
4020
|
+
KitInputMessageModule,
|
|
4022
4021
|
],
|
|
4023
4022
|
exports: [
|
|
4024
4023
|
KitMultiselectComponent,
|
|
@@ -4026,11 +4025,151 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImpor
|
|
|
4026
4025
|
}]
|
|
4027
4026
|
}] });
|
|
4028
4027
|
|
|
4028
|
+
var KitPopupAlignHorizontal;
|
|
4029
|
+
(function (KitPopupAlignHorizontal) {
|
|
4030
|
+
KitPopupAlignHorizontal["LEFT"] = "left";
|
|
4031
|
+
KitPopupAlignHorizontal["CENTER"] = "center";
|
|
4032
|
+
KitPopupAlignHorizontal["RIGHT"] = "right";
|
|
4033
|
+
})(KitPopupAlignHorizontal || (KitPopupAlignHorizontal = {}));
|
|
4034
|
+
var KitPopupAlignVertical;
|
|
4035
|
+
(function (KitPopupAlignVertical) {
|
|
4036
|
+
KitPopupAlignVertical["TOP"] = "top";
|
|
4037
|
+
KitPopupAlignVertical["CENTER"] = "center";
|
|
4038
|
+
KitPopupAlignVertical["BOTTOM"] = "bottom";
|
|
4039
|
+
})(KitPopupAlignVertical || (KitPopupAlignVertical = {}));
|
|
4040
|
+
|
|
4041
|
+
class KitPopupComponent {
|
|
4042
|
+
constructor(elementRef) {
|
|
4043
|
+
this.elementRef = elementRef;
|
|
4044
|
+
/**
|
|
4045
|
+
* Specifies the element that will be used as an anchor. The Popup opens next to that element
|
|
4046
|
+
*/
|
|
4047
|
+
this.anchor = null;
|
|
4048
|
+
/**
|
|
4049
|
+
* Defines whether to close popup when the user clicks outside its boundaries
|
|
4050
|
+
*/
|
|
4051
|
+
this.closeOnOutsideClick = true;
|
|
4052
|
+
/**
|
|
4053
|
+
* Defines the horizontal position of the anchor element
|
|
4054
|
+
*/
|
|
4055
|
+
this.anchorHorizontalAlign = KitPopupAlignHorizontal.LEFT;
|
|
4056
|
+
/**
|
|
4057
|
+
* Defines the horizontal position of the popup
|
|
4058
|
+
*/
|
|
4059
|
+
this.popupHorizontalAlign = KitPopupAlignHorizontal.LEFT;
|
|
4060
|
+
this.isPopupOpen = signal(false);
|
|
4061
|
+
this.anchorAlign = {
|
|
4062
|
+
horizontal: this.anchorHorizontalAlign,
|
|
4063
|
+
vertical: KitPopupAlignVertical.BOTTOM,
|
|
4064
|
+
};
|
|
4065
|
+
this.popupAlign = {
|
|
4066
|
+
horizontal: this.popupHorizontalAlign,
|
|
4067
|
+
vertical: KitPopupAlignVertical.TOP,
|
|
4068
|
+
};
|
|
4069
|
+
}
|
|
4070
|
+
documentClick(event) {
|
|
4071
|
+
if (!this.closeOnOutsideClick) {
|
|
4072
|
+
return;
|
|
4073
|
+
}
|
|
4074
|
+
if (!this.elementRef?.nativeElement.contains(event.target)) {
|
|
4075
|
+
this.closePopup();
|
|
4076
|
+
this.anchor instanceof HTMLElement && this.anchor?.classList.remove('popup-active');
|
|
4077
|
+
this.anchor instanceof ElementRef && this.anchor?.nativeElement.classList.remove('popup-active');
|
|
4078
|
+
}
|
|
4079
|
+
}
|
|
4080
|
+
openPopup() {
|
|
4081
|
+
this.isPopupOpen.set(true);
|
|
4082
|
+
}
|
|
4083
|
+
closePopup() {
|
|
4084
|
+
this.isPopupOpen.set(false);
|
|
4085
|
+
}
|
|
4086
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitPopupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4087
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.7", type: KitPopupComponent, selector: "kit-popup", inputs: { anchor: "anchor", closeOnOutsideClick: "closeOnOutsideClick", anchorHorizontalAlign: "anchorHorizontalAlign", popupHorizontalAlign: "popupHorizontalAlign" }, host: { listeners: { "document:click": "documentClick($event)" } }, ngImport: i0, template: "@if (isPopupOpen()) {\n <kendo-popup class=\"kit-popup\"\n [anchor]=\"anchor\"\n [popupAlign]=\"popupAlign\"\n [anchorAlign]=\"anchorAlign\">\n <ng-content\n ></ng-content>\n </kendo-popup>\n}\n", styles: ["::ng-deep .kit-popup .k-popup{margin-top:10px;color:var(--ui-kit-color-black);border:none;border-radius:8px;background:var(--ui-kit-color-white);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}\n"], dependencies: [{ kind: "component", type: i1$8.PopupComponent, selector: "kendo-popup", inputs: ["animate", "anchor", "anchorAlign", "collision", "popupAlign", "copyAnchorStyles", "popupClass", "positionMode", "offset", "margin"], outputs: ["anchorViewportLeave", "close", "open", "positionChange"], exportAs: ["kendo-popup"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4088
|
+
}
|
|
4089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitPopupComponent, decorators: [{
|
|
4090
|
+
type: Component,
|
|
4091
|
+
args: [{ selector: 'kit-popup', changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (isPopupOpen()) {\n <kendo-popup class=\"kit-popup\"\n [anchor]=\"anchor\"\n [popupAlign]=\"popupAlign\"\n [anchorAlign]=\"anchorAlign\">\n <ng-content\n ></ng-content>\n </kendo-popup>\n}\n", styles: ["::ng-deep .kit-popup .k-popup{margin-top:10px;color:var(--ui-kit-color-black);border:none;border-radius:8px;background:var(--ui-kit-color-white);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}\n"] }]
|
|
4092
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { anchor: [{
|
|
4093
|
+
type: Input
|
|
4094
|
+
}], closeOnOutsideClick: [{
|
|
4095
|
+
type: Input
|
|
4096
|
+
}], anchorHorizontalAlign: [{
|
|
4097
|
+
type: Input
|
|
4098
|
+
}], popupHorizontalAlign: [{
|
|
4099
|
+
type: Input
|
|
4100
|
+
}], documentClick: [{
|
|
4101
|
+
type: HostListener,
|
|
4102
|
+
args: ['document:click', ['$event']]
|
|
4103
|
+
}] } });
|
|
4104
|
+
|
|
4105
|
+
class KitPopupDirective {
|
|
4106
|
+
constructor(elementRef) {
|
|
4107
|
+
this.elementRef = elementRef;
|
|
4108
|
+
/**
|
|
4109
|
+
* Defines a reference of the KitPopupComponent component
|
|
4110
|
+
*/
|
|
4111
|
+
this.popup = null;
|
|
4112
|
+
}
|
|
4113
|
+
onClick(event) {
|
|
4114
|
+
event.stopPropagation();
|
|
4115
|
+
const element = this.elementRef.nativeElement;
|
|
4116
|
+
if (this.popup?.isPopupOpen()) {
|
|
4117
|
+
this.popup.closePopup();
|
|
4118
|
+
element.classList.remove('popup-active');
|
|
4119
|
+
}
|
|
4120
|
+
else {
|
|
4121
|
+
this.popup?.openPopup();
|
|
4122
|
+
element.classList.add('popup-active');
|
|
4123
|
+
}
|
|
4124
|
+
}
|
|
4125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitPopupDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4126
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.7", type: KitPopupDirective, selector: "[kitPopupTrigger]", inputs: { popup: ["kitPopupTrigger", "popup"] }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
4127
|
+
}
|
|
4128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitPopupDirective, decorators: [{
|
|
4129
|
+
type: Directive,
|
|
4130
|
+
args: [{
|
|
4131
|
+
selector: '[kitPopupTrigger]',
|
|
4132
|
+
}]
|
|
4133
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { popup: [{
|
|
4134
|
+
type: Input,
|
|
4135
|
+
args: ['kitPopupTrigger']
|
|
4136
|
+
}], onClick: [{
|
|
4137
|
+
type: HostListener,
|
|
4138
|
+
args: ['click', ['$event']]
|
|
4139
|
+
}] } });
|
|
4140
|
+
|
|
4141
|
+
class KitPopupModule {
|
|
4142
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitPopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4143
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.7", ngImport: i0, type: KitPopupModule, declarations: [KitPopupComponent,
|
|
4144
|
+
KitPopupDirective], imports: [CommonModule,
|
|
4145
|
+
PopupModule], exports: [KitPopupComponent,
|
|
4146
|
+
KitPopupDirective] }); }
|
|
4147
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitPopupModule, imports: [CommonModule,
|
|
4148
|
+
PopupModule] }); }
|
|
4149
|
+
}
|
|
4150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: KitPopupModule, decorators: [{
|
|
4151
|
+
type: NgModule,
|
|
4152
|
+
args: [{
|
|
4153
|
+
declarations: [
|
|
4154
|
+
KitPopupComponent,
|
|
4155
|
+
KitPopupDirective,
|
|
4156
|
+
],
|
|
4157
|
+
imports: [
|
|
4158
|
+
CommonModule,
|
|
4159
|
+
PopupModule,
|
|
4160
|
+
],
|
|
4161
|
+
exports: [
|
|
4162
|
+
KitPopupComponent,
|
|
4163
|
+
KitPopupDirective,
|
|
4164
|
+
],
|
|
4165
|
+
}]
|
|
4166
|
+
}] });
|
|
4167
|
+
|
|
4029
4168
|
// KitButton
|
|
4030
4169
|
|
|
4031
4170
|
/**
|
|
4032
4171
|
* Generated bundle index. Do not edit.
|
|
4033
4172
|
*/
|
|
4034
4173
|
|
|
4035
|
-
export { AbstractKitCtaPanelConfirmationComponent, KitAutocompleteComponent, KitAutocompleteDirective, KitAutocompleteModule, KitAutocompleteState, KitAvatarComponent, KitAvatarModule, KitAvatarSize, KitBadgeDirective, KitBadgeModule, KitBadgeTheme, KitButtonComponent, KitButtonIconPosition, KitButtonKind, KitButtonModule, KitButtonType, KitCheckboxComponent, KitCheckboxModule, KitCheckboxState, KitCopyTextComponent, KitCopyTextModule, KitCtaPanelAbstractConfirmationComponent, KitCtaPanelAbstractConfirmationModule, KitCtaPanelActionComponent, KitCtaPanelActionModule, KitCtaPanelConfirmationComponent, KitCtaPanelConfirmationModule, KitCtaPanelItemComponent, KitCtaPanelItemModule, KitCtaPanelItemType, KitDaterangeComponent, KitDaterangeIconPosition, KitDaterangeModule, KitDaterangeType, KitDatetimepickerComponent, KitDatetimepickerModule, KitDialogActionsComponent, KitDialogActionsModule, KitDialogComponent, KitDialogModule, KitDialogService, KitDropdownComponent, KitDropdownModule, KitDropdownState, KitFileUploadComponent, KitFileUploadModule, KitInputMessageComponent, KitInputMessageModule, KitInputMessageType, KitLoaderComponent, KitLoaderModule, KitLocationStepperComponent, KitLocationStepperModule, KitMultiselectComponent, KitMultiselectModule, KitNavigationMenuComponent, KitNavigationMenuModule, KitNavigationTabsComponent, KitNavigationTabsItemIconType, KitNavigationTabsModule, KitNoteComponent, KitNoteModule, KitNotificationComponent, KitNotificationModule, KitNotificationType, KitNumericTextboxComponent, KitNumericTextboxModule, KitPermissionDirective, KitPermissionModule, KitPillComponent, KitPillModule, KitQueryParamsName, KitQueryParamsService, KitRadioButtonComponent, KitRadioButtonModule, KitSkeletonAnimation, KitSkeletonComponent, KitSkeletonModule, KitSkeletonShape, KitSvgIcon, KitSvgIconComponent, KitSvgIconModule, KitSvgSpriteComponent, KitSvgSpriteModule, KitSwitchComponent, KitSwitchMode, KitSwitchModule, KitSwitchState, KitTextLabelComponent, KitTextLabelModule, KitTextareaAutoresizeDirective, KitTextareaComponent, KitTextareaModule, KitTextareaState, KitTextboxComponent, KitTextboxModule, KitTimepickerComponent, KitTimepickerModule, KitToastrModule, KitToastrPosition, KitToastrService, KitToastrType, KitToggleComponent, KitToggleModule, KitTooltipDirective, KitTooltipModule, KitTooltipPosition, KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxModule, KitUnitsTextboxType, buildRandomUUID };
|
|
4174
|
+
export { AbstractKitCtaPanelConfirmationComponent, KitAutocompleteComponent, KitAutocompleteDirective, KitAutocompleteModule, KitAutocompleteState, KitAvatarComponent, KitAvatarModule, KitAvatarSize, KitBadgeDirective, KitBadgeModule, KitBadgeTheme, KitButtonComponent, KitButtonIconPosition, KitButtonKind, KitButtonModule, KitButtonType, KitCheckboxComponent, KitCheckboxModule, KitCheckboxState, KitCopyTextComponent, KitCopyTextModule, KitCtaPanelAbstractConfirmationComponent, KitCtaPanelAbstractConfirmationModule, KitCtaPanelActionComponent, KitCtaPanelActionModule, KitCtaPanelConfirmationComponent, KitCtaPanelConfirmationModule, KitCtaPanelItemComponent, KitCtaPanelItemModule, KitCtaPanelItemType, KitDaterangeComponent, KitDaterangeIconPosition, KitDaterangeModule, KitDaterangeType, KitDatetimepickerComponent, KitDatetimepickerModule, KitDialogActionsComponent, KitDialogActionsModule, KitDialogComponent, KitDialogModule, KitDialogService, KitDropdownComponent, KitDropdownModule, KitDropdownState, KitFileUploadComponent, KitFileUploadModule, KitInputMessageComponent, KitInputMessageModule, KitInputMessageType, KitLoaderComponent, KitLoaderModule, KitLocationStepperComponent, KitLocationStepperModule, KitMultiselectComponent, KitMultiselectModule, KitNavigationMenuComponent, KitNavigationMenuModule, KitNavigationTabsComponent, KitNavigationTabsItemIconType, KitNavigationTabsModule, KitNoteComponent, KitNoteModule, KitNotificationComponent, KitNotificationModule, KitNotificationType, KitNumericTextboxComponent, KitNumericTextboxModule, KitPermissionDirective, KitPermissionModule, KitPillComponent, KitPillModule, KitPopupComponent, KitPopupDirective, KitPopupModule, KitQueryParamsName, KitQueryParamsService, KitRadioButtonComponent, KitRadioButtonModule, KitSkeletonAnimation, KitSkeletonComponent, KitSkeletonModule, KitSkeletonShape, KitSvgIcon, KitSvgIconComponent, KitSvgIconModule, KitSvgSpriteComponent, KitSvgSpriteModule, KitSwitchComponent, KitSwitchMode, KitSwitchModule, KitSwitchState, KitTextLabelComponent, KitTextLabelModule, KitTextareaAutoresizeDirective, KitTextareaComponent, KitTextareaModule, KitTextareaState, KitTextboxComponent, KitTextboxModule, KitTimepickerComponent, KitTimepickerModule, KitToastrModule, KitToastrPosition, KitToastrService, KitToastrType, KitToggleComponent, KitToggleModule, KitTooltipDirective, KitTooltipModule, KitTooltipPosition, KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxModule, KitUnitsTextboxType, buildRandomUUID };
|
|
4036
4175
|
//# sourceMappingURL=indigina-ui-kit.mjs.map
|