@koobiq/components 18.39.3 → 18.39.4
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/checkbox/checkbox.scss +5 -5
- package/code-block/code-block.d.ts +10 -3
- package/code-block/code-block.module.d.ts +1 -1
- package/code-block/code-block.scss +1 -0
- package/code-block/types.d.ts +9 -0
- package/core/pop-up/pop-up-trigger.d.ts +4 -1
- package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +2 -2
- package/esm2022/checkbox/checkbox.mjs +2 -2
- package/esm2022/code-block/code-block.mjs +23 -6
- package/esm2022/code-block/code-block.module.mjs +8 -5
- package/esm2022/code-block/types.mjs +1 -1
- package/esm2022/core/locales/en-US.mjs +2 -2
- package/esm2022/core/locales/es-LA.mjs +2 -2
- package/esm2022/core/locales/pt-BR.mjs +2 -2
- package/esm2022/core/locales/ru-RU.mjs +2 -2
- package/esm2022/core/locales/tk-TM.mjs +2 -2
- package/esm2022/core/pop-up/pop-up-trigger.mjs +11 -3
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-date.mjs +7 -8
- package/esm2022/filter-bar/pipes/pipe-datetime.mjs +8 -9
- package/esm2022/filter-bar/pipes/pipe-text.mjs +3 -3
- package/esm2022/form-field/cleaner.mjs +3 -3
- package/esm2022/form-field/password-toggle.mjs +3 -3
- package/esm2022/form-field/stepper.mjs +3 -1
- package/esm2022/icon/icon-button.component.mjs +2 -2
- package/esm2022/input/input-password.mjs +5 -4
- package/esm2022/input/input.mjs +5 -4
- package/esm2022/navbar/navbar-item.component.mjs +9 -2
- package/esm2022/progress-spinner/progress-spinner.component.mjs +4 -3
- package/esm2022/search-expandable/search-expandable.mjs +3 -3
- package/esm2022/select/select.component.mjs +4 -3
- package/esm2022/tabs/tab-header.component.mjs +2 -2
- package/esm2022/tabs/tab-nav-bar.mjs +3 -3
- package/esm2022/tags/tag-input.mjs +15 -19
- package/esm2022/tags/tag-list.component.mjs +4 -3
- package/esm2022/textarea/textarea.component.mjs +4 -3
- package/esm2022/title/title.directive.mjs +16 -3
- package/esm2022/tooltip/tooltip.component.mjs +2 -2
- package/esm2022/tree-select/tree-select.component.mjs +4 -3
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +29 -9
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +15 -7
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +22 -22
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +6 -4
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +2 -2
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +6 -4
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +8 -1
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +3 -2
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-search-expandable.mjs +2 -2
- package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +3 -2
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +4 -4
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +15 -18
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +3 -2
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +15 -2
- package/fesm2022/koobiq-components-title.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +3 -2
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/filter-bar/pipes/pipe-date.scss +3 -15
- package/icon/icon-button.scss +4 -0
- package/input/input-password.d.ts +1 -0
- package/input/input.d.ts +1 -0
- package/navbar/navbar-item.component.d.ts +3 -1
- package/package.json +10 -10
- package/progress-spinner/_progress-spinner-theme.scss +14 -4
- package/progress-spinner/progress-spinner-tokens.scss +2 -0
- package/schematics/ng-add/index.js +2 -2
- package/select/select.component.d.ts +1 -0
- package/tabs/_tabs-common.scss +2 -1
- package/tags/tag-input.d.ts +4 -3
- package/tags/tag-list.component.d.ts +1 -0
- package/textarea/textarea.component.d.ts +1 -0
- package/title/title.directive.d.ts +3 -0
- package/tree-select/tree-select.component.d.ts +1 -0
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
--kbq-progress-spinner-size-big-content-gap-horizontal: var(--kbq-size-s);
|
|
10
10
|
/* THEME TOKENS */
|
|
11
11
|
--kbq-progress-spinner-circle-background: var(--kbq-icon-theme);
|
|
12
|
+
--kbq-progress-spinner-circle-contrast-background: var(--kbq-icon-contrast);
|
|
13
|
+
--kbq-progress-spinner-circle-contrast-fade-background: var(--kbq-icon-contrast-fade);
|
|
12
14
|
--kbq-progress-spinner-text-color: var(--kbq-foreground-contrast);
|
|
13
15
|
--kbq-progress-spinner-caption-color: var(--kbq-foreground-contrast-secondary);
|
|
14
16
|
}
|
|
@@ -27,8 +27,8 @@ function ngAdd(options) {
|
|
|
27
27
|
}
|
|
28
28
|
// Installing dependencies
|
|
29
29
|
utils_packageConfig.addPackageToPackageJson(tree, '@angular/cdk', "^18.2.14");
|
|
30
|
-
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.39.
|
|
31
|
-
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.39.
|
|
30
|
+
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.39.4");
|
|
31
|
+
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.39.4");
|
|
32
32
|
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-formatter', "^3.4.0");
|
|
33
33
|
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-adapter', "^3.4.0");
|
|
34
34
|
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/icons', "^10.10.0");
|
|
@@ -74,6 +74,7 @@ export declare class KbqSelect extends KbqAbstractSelect implements AfterContent
|
|
|
74
74
|
ngControl: NgControl;
|
|
75
75
|
private readonly scrollStrategyFactory;
|
|
76
76
|
protected localeService?: KbqLocaleService | undefined;
|
|
77
|
+
private readonly useLegacyValidation;
|
|
77
78
|
/** @docs-private */
|
|
78
79
|
protected readonly destroyRef: DestroyRef;
|
|
79
80
|
protected readonly isBrowser: boolean;
|
package/tabs/_tabs-common.scss
CHANGED
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
& .kbq-tab-label__content {
|
|
68
68
|
display: flex;
|
|
69
69
|
align-items: center;
|
|
70
|
+
overflow: hidden;
|
|
70
71
|
|
|
71
72
|
gap: var(--kbq-tabs-size-tab-item-content-gap-horizontal);
|
|
72
73
|
}
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
&.kbq-tab-label_vertical {
|
|
84
85
|
justify-content: flex-start;
|
|
85
86
|
|
|
86
|
-
& .kbq-tab-label__content {
|
|
87
|
+
& .kbq-tab-label__content:not(.kbq-tab-label__template) {
|
|
87
88
|
display: block;
|
|
88
89
|
overflow: hidden;
|
|
89
90
|
text-overflow: ellipsis;
|
package/tags/tag-input.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export declare class KbqTagInput implements KbqTagTextControl, OnChanges {
|
|
|
37
37
|
*/
|
|
38
38
|
set separatorKeyCodes(value: number[]);
|
|
39
39
|
private _separatorKeyCodes;
|
|
40
|
+
/** @docs-private */
|
|
40
41
|
get separators(): KbqTagSeparator[];
|
|
41
42
|
private _separators;
|
|
42
43
|
/** Emitted when a tag is to be added. */
|
|
@@ -58,10 +59,9 @@ export declare class KbqTagInput implements KbqTagTextControl, OnChanges {
|
|
|
58
59
|
private _addOnBlur;
|
|
59
60
|
/**
|
|
60
61
|
* Whether the tagEnd event will be emitted when the text pasted.
|
|
62
|
+
* @default true
|
|
61
63
|
*/
|
|
62
|
-
|
|
63
|
-
set addOnPaste(value: boolean);
|
|
64
|
-
private _addOnPaste;
|
|
64
|
+
addOnPaste: boolean;
|
|
65
65
|
/** Whether the input is disabled. */
|
|
66
66
|
get disabled(): boolean;
|
|
67
67
|
set disabled(value: boolean);
|
|
@@ -106,4 +106,5 @@ export declare class KbqTagInput implements KbqTagTextControl, OnChanges {
|
|
|
106
106
|
private isSeparatorKey;
|
|
107
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTagInput, [null, null, { optional: true; self: true; }, { optional: true; self: true; }, { optional: true; self: true; }]>;
|
|
108
108
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqTagInput, "input[kbqTagInputFor]", ["kbqTagInput", "kbqTagInputFor"], { "separatorKeyCodes": { "alias": "kbqTagInputSeparatorKeyCodes"; "required": false; }; "distinct": { "alias": "distinct"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "tagList": { "alias": "kbqTagInputFor"; "required": false; }; "addOnBlur": { "alias": "kbqTagInputAddOnBlur"; "required": false; }; "addOnPaste": { "alias": "kbqTagInputAddOnPaste"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "tagEnd": "kbqTagInputTokenEnd"; }, never, never, false, [{ directive: typeof i1.KbqFieldSizingContent; inputs: {}; outputs: {}; }]>;
|
|
109
|
+
static ngAcceptInputType_addOnPaste: unknown;
|
|
109
110
|
}
|
|
@@ -28,6 +28,7 @@ export declare class KbqTagList implements KbqFormFieldControl<any>, ControlValu
|
|
|
28
28
|
parentForm: NgForm;
|
|
29
29
|
parentFormGroup: FormGroupDirective;
|
|
30
30
|
ngControl: NgControl;
|
|
31
|
+
private readonly useLegacyValidation;
|
|
31
32
|
private readonly dropList;
|
|
32
33
|
private readonly destroyRef;
|
|
33
34
|
private readonly focusMonitor;
|
|
@@ -15,6 +15,7 @@ export declare class KbqTextarea implements KbqFormFieldControl<any>, OnInit, On
|
|
|
15
15
|
defaultErrorStateMatcher: ErrorStateMatcher;
|
|
16
16
|
private parent;
|
|
17
17
|
private ngZone;
|
|
18
|
+
private readonly useLegacyValidation;
|
|
18
19
|
/** Whether the component is in an error state. */
|
|
19
20
|
errorState: boolean;
|
|
20
21
|
/** Parameter enables or disables the ability to automatically increase the height.
|
|
@@ -5,6 +5,8 @@ import { Subject } from 'rxjs';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class KbqTitleDirective extends KbqTooltipTrigger implements AfterViewInit, OnDestroy {
|
|
7
7
|
private componentInstance?;
|
|
8
|
+
private readonly renderer;
|
|
9
|
+
private readonly nativeElement;
|
|
8
10
|
private contentObserver;
|
|
9
11
|
set trigger(value: string);
|
|
10
12
|
get trigger(): string;
|
|
@@ -14,6 +16,7 @@ export declare class KbqTitleDirective extends KbqTooltipTrigger implements Afte
|
|
|
14
16
|
get viewValue(): string;
|
|
15
17
|
get parent(): HTMLElement;
|
|
16
18
|
get child(): HTMLElement;
|
|
19
|
+
get hasOnlyText(): boolean;
|
|
17
20
|
readonly resizeStream: Subject<Event>;
|
|
18
21
|
private readonly debounceInterval;
|
|
19
22
|
private resizeSubscription;
|
|
@@ -80,6 +80,7 @@ export declare class KbqTreeSelect extends KbqAbstractSelect implements AfterCon
|
|
|
80
80
|
ngControl: NgControl;
|
|
81
81
|
private localeService?;
|
|
82
82
|
protected readonly isBrowser: boolean;
|
|
83
|
+
private readonly useLegacyValidation;
|
|
83
84
|
private readonly defaultOptions;
|
|
84
85
|
/** Whether the component is in an error state. */
|
|
85
86
|
errorState: boolean;
|