asksuite-citrus 3.17.21 → 3.17.22-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/asksuite-citrus.module.mjs +6 -1
- package/esm2022/lib/components/accordion/extendable-panel/extendable-panel.component.mjs +2 -2
- package/esm2022/lib/components/arrow-tag/arrow-tag.component.mjs +2 -2
- package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +2 -2
- package/esm2022/lib/components/avatar/avatar.component.mjs +2 -2
- package/esm2022/lib/components/box/box.component.mjs +2 -2
- package/esm2022/lib/components/button/button.component.mjs +2 -2
- package/esm2022/lib/components/character-counter/character-counter.component.mjs +2 -2
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/components/checkbox-v2/checkbox-v2.component.mjs +83 -0
- package/esm2022/lib/components/chips/chips.component.mjs +2 -2
- package/esm2022/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.mjs +2 -2
- package/esm2022/lib/components/date-picker/date-picker.component.mjs +2 -2
- package/esm2022/lib/components/dropdown-container/dropdown-container.component.mjs +2 -2
- package/esm2022/lib/components/input/input.component.mjs +2 -2
- package/esm2022/lib/components/modal/confirmation-modal/confirmation-modal.component.mjs +2 -2
- package/esm2022/lib/components/modal/modal.component.mjs +2 -2
- package/esm2022/lib/components/pagination/pagination.component.mjs +2 -2
- package/esm2022/lib/components/phone-ddi/phone-ddi.component.mjs +2 -2
- package/esm2022/lib/components/richtext-toolbox/richtext-toolbox.component.mjs +2 -2
- package/esm2022/lib/components/richtext-url-prompt/richtext-url-prompt.component.mjs +2 -2
- package/esm2022/lib/components/select/select.component.mjs +2 -2
- package/esm2022/lib/components/tab-group/tab/tab.component.mjs +2 -2
- package/esm2022/lib/components/tab-group/tab-group.component.mjs +2 -2
- package/esm2022/lib/components/table/table.component.mjs +2 -2
- package/esm2022/lib/components/toast/toast.component.mjs +2 -2
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/asksuite-citrus.mjs +167 -84
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/lib/asksuite-citrus.module.d.ts +48 -47
- package/lib/components/checkbox-v2/checkbox-v2.component.d.ts +28 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/styles/colors-dark.scss +3 -0
- package/styles/colors-light.scss +6 -0
@@ -13,52 +13,53 @@ import * as i8 from "./components/autocomplete/autocomplete.component";
|
|
13
13
|
import * as i9 from "./components/phone-ddi/phone-ddi.component";
|
14
14
|
import * as i10 from "./components/chips/chips.component";
|
15
15
|
import * as i11 from "./components/checkbox/checkbox.component";
|
16
|
-
import * as i12 from "./components/
|
17
|
-
import * as i13 from "./components/date-picker/date-picker
|
18
|
-
import * as i14 from "./components/
|
19
|
-
import * as i15 from "./
|
20
|
-
import * as i16 from "./directives/spinner/spinner.
|
21
|
-
import * as i17 from "./directives/
|
22
|
-
import * as i18 from "./directives/
|
23
|
-
import * as i19 from "./directives/
|
24
|
-
import * as i20 from "./directives/
|
25
|
-
import * as i21 from "./
|
26
|
-
import * as i22 from "./
|
27
|
-
import * as i23 from "./
|
28
|
-
import * as i24 from "./components/modal/
|
29
|
-
import * as i25 from "./components/modal/directives/modal-
|
30
|
-
import * as i26 from "./components/modal/directives/modal-
|
31
|
-
import * as i27 from "./components/
|
32
|
-
import * as i28 from "./components/
|
33
|
-
import * as i29 from "./components/accordion/
|
34
|
-
import * as i30 from "./components/
|
35
|
-
import * as i31 from "./components/
|
36
|
-
import * as i32 from "./components/
|
37
|
-
import * as i33 from "./
|
38
|
-
import * as i34 from "./
|
39
|
-
import * as i35 from "./
|
40
|
-
import * as i36 from "./components/richtext-
|
41
|
-
import * as i37 from "./
|
42
|
-
import * as i38 from "./
|
43
|
-
import * as i39 from "./
|
44
|
-
import * as i40 from "./components/
|
45
|
-
import * as i41 from "./
|
46
|
-
import * as i42 from "./directives/
|
47
|
-
import * as i43 from "./directives/
|
48
|
-
import * as i44 from "./
|
49
|
-
import * as i45 from "./components/
|
50
|
-
import * as i46 from "./components/tab-group/tab
|
51
|
-
import * as i47 from "./components/
|
52
|
-
import * as i48 from "
|
53
|
-
import * as i49 from "@angular/
|
54
|
-
import * as i50 from "@angular/
|
55
|
-
import * as i51 from "@
|
56
|
-
import * as i52 from "ngx-
|
57
|
-
import * as i53 from "
|
58
|
-
import * as i54 from "
|
59
|
-
import * as i55 from "
|
60
|
-
import * as i56 from "
|
61
|
-
import * as i57 from "./components/icon
|
16
|
+
import * as i12 from "./components/checkbox-v2/checkbox-v2.component";
|
17
|
+
import * as i13 from "./components/date-picker/date-picker.component";
|
18
|
+
import * as i14 from "./components/date-picker/date-picker-calendar/date-picker-calendar.component";
|
19
|
+
import * as i15 from "./components/skeleton/skeleton.component";
|
20
|
+
import * as i16 from "./directives/spinner/spinner.component";
|
21
|
+
import * as i17 from "./directives/spinner/spinner.directive";
|
22
|
+
import * as i18 from "./directives/badge/badge.directive";
|
23
|
+
import * as i19 from "./directives/autofocus/autofocus.directive";
|
24
|
+
import * as i20 from "./directives/scroll/scroll.directive";
|
25
|
+
import * as i21 from "./directives/tooltip/ask-tooltip.directive";
|
26
|
+
import * as i22 from "./components/toast/toast.component";
|
27
|
+
import * as i23 from "./directives/button/ask-button.directive";
|
28
|
+
import * as i24 from "./components/modal/modal.component";
|
29
|
+
import * as i25 from "./components/modal/directives/modal-body.directive";
|
30
|
+
import * as i26 from "./components/modal/directives/modal-header.directive";
|
31
|
+
import * as i27 from "./components/modal/directives/modal-footer.directive";
|
32
|
+
import * as i28 from "./components/character-counter/character-counter.component";
|
33
|
+
import * as i29 from "./components/accordion/accordion.component";
|
34
|
+
import * as i30 from "./components/accordion/extendable-panel/extendable-panel.component";
|
35
|
+
import * as i31 from "./components/table/table.component";
|
36
|
+
import * as i32 from "./components/tag/tag.component";
|
37
|
+
import * as i33 from "./components/pagination/pagination.component";
|
38
|
+
import * as i34 from "./pipes/paginate/paginate.pipe";
|
39
|
+
import * as i35 from "./directives/richtext-toolbox/richtext-toolbox.directive";
|
40
|
+
import * as i36 from "./components/richtext-url-prompt/richtext-url-prompt.component";
|
41
|
+
import * as i37 from "./components/richtext-toolbox/richtext-toolbox.component";
|
42
|
+
import * as i38 from "./directives/button/ask-text-button.directive";
|
43
|
+
import * as i39 from "./pipes/force-break-line/force-break-line.pipe";
|
44
|
+
import * as i40 from "./components/modal/confirmation-modal/confirmation-modal.component";
|
45
|
+
import * as i41 from "./components/loading-bar/loading-bar.component";
|
46
|
+
import * as i42 from "./directives/button/ask-stroked-button.directive";
|
47
|
+
import * as i43 from "./directives/input/input.directive";
|
48
|
+
import * as i44 from "./directives/list-item/list-item.directive";
|
49
|
+
import * as i45 from "./components/arrow-tag/arrow-tag.component";
|
50
|
+
import * as i46 from "./components/tab-group/tab-group.component";
|
51
|
+
import * as i47 from "./components/tab-group/tab/tab.component";
|
52
|
+
import * as i48 from "./components/notification-tooltip/notification-tooltip.component";
|
53
|
+
import * as i49 from "@angular/common";
|
54
|
+
import * as i50 from "@angular/forms";
|
55
|
+
import * as i51 from "@angular/cdk/overlay";
|
56
|
+
import * as i52 from "@ngx-translate/core";
|
57
|
+
import * as i53 from "ngx-skeleton-loader";
|
58
|
+
import * as i54 from "@angular/material/tooltip";
|
59
|
+
import * as i55 from "ngx-mask";
|
60
|
+
import * as i56 from "@angular/material/progress-bar";
|
61
|
+
import * as i57 from "./components/icon/icon.component";
|
62
|
+
import * as i58 from "./components/icon-v2/icon-v2.component";
|
62
63
|
export declare function initMyLib(myLibService: Storage): StorageUtilService<unknown>;
|
63
64
|
export declare class AsksuiteCitrusModule {
|
64
65
|
private customIconsRegisterService;
|
@@ -67,6 +68,6 @@ export declare class AsksuiteCitrusModule {
|
|
67
68
|
}): ModuleWithProviders<AsksuiteCitrusModule>;
|
68
69
|
constructor(customIconsRegisterService: CustomIconsRegisterService);
|
69
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsksuiteCitrusModule, never>;
|
70
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AsksuiteCitrusModule, [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.
|
71
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AsksuiteCitrusModule, [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.CheckboxV2Component, typeof i13.DatePickerComponent, typeof i14.DatePickerCalendarComponent, typeof i15.SkeletonComponent, typeof i16.SpinnerComponent, typeof i17.SpinnerDirective, typeof i18.BadgeDirective, typeof i19.AutofocusDirective, typeof i20.ScrollDirective, typeof i21.AskTooltipDirective, typeof i22.ToastComponent, typeof i23.AskButtonDirective, typeof i24.ModalComponent, typeof i25.ModalBodyDirective, typeof i26.ModalHeaderDirective, typeof i27.ModalFooterDirective, typeof i28.CharacterCounterComponent, typeof i29.AccordionComponent, typeof i30.ExtendablePanelComponent, typeof i31.TableComponent, typeof i32.TagComponent, typeof i33.PaginationComponent, typeof i34.PaginatePipe, typeof i35.RichtextToolboxDirective, typeof i36.RichtextUrlPromptComponent, typeof i37.RichtextToolboxComponent, typeof i38.AskTextButtonDirective, typeof i39.ForceBreakLinePipe, typeof i40.ConfirmationModalComponent, typeof i41.LoadingBarComponent, typeof i42.AskStrokedButtonDirective, typeof i43.InputDirective, typeof i44.ListItemDirective, typeof i45.ArrowTagComponent, typeof i46.TabGroupComponent, typeof i47.TabComponent, typeof i48.NotificationTooltipComponent], [typeof i49.CommonModule, typeof i50.FormsModule, typeof i50.ReactiveFormsModule, typeof i51.CdkOverlayOrigin, typeof i51.CdkConnectedOverlay, typeof i51.OverlayModule, typeof i52.TranslateModule, typeof i53.NgxSkeletonLoaderModule, typeof i54.MatTooltipModule, typeof i55.NgxMaskDirective, typeof i55.NgxMaskPipe, typeof i56.MatProgressBarModule, typeof i57.IconComponent, typeof i58.IconV2Component], [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.CheckboxV2Component, typeof i13.DatePickerComponent, typeof i14.DatePickerCalendarComponent, typeof i15.SkeletonComponent, typeof i17.SpinnerDirective, typeof i18.BadgeDirective, typeof i19.AutofocusDirective, typeof i20.ScrollDirective, typeof i21.AskTooltipDirective, typeof i23.AskButtonDirective, typeof i38.AskTextButtonDirective, typeof i25.ModalBodyDirective, typeof i26.ModalHeaderDirective, typeof i27.ModalFooterDirective, typeof i28.CharacterCounterComponent, typeof i29.AccordionComponent, typeof i30.ExtendablePanelComponent, typeof i31.TableComponent, typeof i33.PaginationComponent, typeof i34.PaginatePipe, typeof i35.RichtextToolboxDirective, typeof i39.ForceBreakLinePipe, typeof i41.LoadingBarComponent, typeof i42.AskStrokedButtonDirective, typeof i43.InputDirective, typeof i44.ListItemDirective, typeof i57.IconComponent, typeof i32.TagComponent, typeof i45.ArrowTagComponent, typeof i46.TabGroupComponent, typeof i47.TabComponent, typeof i58.IconV2Component, typeof i48.NotificationTooltipComponent]>;
|
71
72
|
static ɵinj: i0.ɵɵInjectorDeclaration<AsksuiteCitrusModule>;
|
72
73
|
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class CheckboxV2Component implements ControlValueAccessor {
|
5
|
+
value: boolean | undefined;
|
6
|
+
disabled: boolean;
|
7
|
+
autoFocus: boolean;
|
8
|
+
valueChange: EventEmitter<boolean>;
|
9
|
+
change: EventEmitter<Event>;
|
10
|
+
click: EventEmitter<MouseEvent>;
|
11
|
+
focus: EventEmitter<FocusEvent>;
|
12
|
+
blur: EventEmitter<FocusEvent>;
|
13
|
+
isFocused: boolean;
|
14
|
+
inputRef?: any;
|
15
|
+
ngAfterViewInit(): void;
|
16
|
+
handleFocus(event: FocusEvent): void;
|
17
|
+
handleBlur(event: FocusEvent): void;
|
18
|
+
onModelChange(newValue: boolean): void;
|
19
|
+
handleChange(event: Event): void;
|
20
|
+
registerOnChange(fn: any): void;
|
21
|
+
onChange(_: any): void;
|
22
|
+
registerOnTouched(fn: any): void;
|
23
|
+
onTouch: () => void;
|
24
|
+
setDisabledState(isDisabled: boolean): void;
|
25
|
+
writeValue(value: boolean): void;
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxV2Component, never>;
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxV2Component, "ask-checkbox-v2", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, { "valueChange": "valueChange"; "change": "change"; "click": "click"; "focus": "focus"; "blur": "blur"; }, never, ["*"], false, never>;
|
28
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -8,6 +8,7 @@ export * from './lib/components/dropdown-container/dropdown-container.component'
|
|
8
8
|
export * from './lib/components/autocomplete/autocomplete.component';
|
9
9
|
export * from './lib/components/phone-ddi/phone-ddi.component';
|
10
10
|
export * from './lib/components/checkbox/checkbox.component';
|
11
|
+
export * from './lib/components/checkbox-v2/checkbox-v2.component';
|
11
12
|
export * from './lib/components/chips/chips.component';
|
12
13
|
export * from './lib/components/date-picker/date-picker.component';
|
13
14
|
export * from './lib/components/date-picker/date-picker-calendar/date-picker-calendar.component';
|
package/styles/colors-dark.scss
CHANGED
@@ -324,6 +324,9 @@
|
|
324
324
|
--color-background-alpha-inverter-default: #{$color-nd-0};
|
325
325
|
--color-background-inverse-hovered: #{$color-nda-200};
|
326
326
|
--color-background-inverse-pressed: #{$color-nda-300};
|
327
|
+
--color-background-accent-inverse-default: #{$color-nd-0};
|
328
|
+
--color-background-accent-inverse-hovered: #{$color-nd-300};
|
329
|
+
--color-background-accent-inverse-pressed: #{$color-nd-500};
|
327
330
|
--color-elevation-surface-sunken: #{$color-nd-100};
|
328
331
|
--color-elevation-surface-default: #{$color-nd-0};
|
329
332
|
--color-elevation-surface-hovered: #{$color-nd-300};
|
package/styles/colors-light.scss
CHANGED
@@ -469,6 +469,9 @@ $color-background-info-contrast-pressed: $color-b-800;
|
|
469
469
|
$color-background-inverse-default: $color-nl-0;
|
470
470
|
$color-background-inverse-hovered: $color-nla-200;
|
471
471
|
$color-background-inverse-pressed: $color-nla-300;
|
472
|
+
$color-background-accent-inverse-default: $color-nl-0;
|
473
|
+
$color-background-accent-inverse-hovered: $color-nl-300;
|
474
|
+
$color-background-accent-inverse-pressed: $color-nl-500;
|
472
475
|
$color-background-success-contrast-default: $color-g-600;
|
473
476
|
$color-background-success-contrast-hovered: $color-g-700;
|
474
477
|
$color-background-success-contrast-pressed: $color-g-800;
|
@@ -738,6 +741,9 @@ $color-border-contrast: $color-nla-1200;
|
|
738
741
|
// new livechat
|
739
742
|
--color-background-inverse-hovered: #{$color-background-inverse-hovered};
|
740
743
|
--color-background-inverse-pressed: #{$color-background-inverse-pressed};
|
744
|
+
--color-background-accent-inverse-default: #{$color-background-accent-inverse-default};
|
745
|
+
--color-background-accent-inverse-hovered: #{$color-background-accent-inverse-hovered};
|
746
|
+
--color-background-accent-inverse-pressed: #{$color-background-accent-inverse-pressed};
|
741
747
|
--color-elevation-surface-default: #{$color-nl-0};
|
742
748
|
--color-light-neutral-NLA200: #{$color-light-neutral-NLA200};
|
743
749
|
--color-light-neutral-NLA300: #{$color-light-neutral-NLA300};
|