@koobiq/components 18.27.0 → 18.28.0

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.
Files changed (60) hide show
  1. package/core/styles/theming/_components-theming.scss +343 -206
  2. package/datepicker/datepicker-module.d.ts +1 -1
  3. package/empty-state/empty-state.module.d.ts +1 -1
  4. package/esm2022/core/version.mjs +2 -2
  5. package/esm2022/datepicker/calendar.component.mjs +2 -1
  6. package/esm2022/datepicker/datepicker-module.mjs +1 -4
  7. package/esm2022/empty-state/empty-state.module.mjs +1 -3
  8. package/esm2022/filter-bar/filter-bar.mjs +9 -5
  9. package/esm2022/filter-bar/filter-bar.types.mjs +1 -1
  10. package/esm2022/filter-bar/pipes/base-pipe.mjs +5 -3
  11. package/esm2022/filter-bar/pipes/pipe-button.mjs +5 -5
  12. package/esm2022/filter-bar/pipes/pipe-date.mjs +3 -3
  13. package/esm2022/filter-bar/pipes/pipe-datetime.mjs +3 -3
  14. package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +12 -4
  15. package/esm2022/filter-bar/pipes/pipe-readonly.mjs +11 -14
  16. package/esm2022/filter-bar/pipes/pipe-select.mjs +12 -3
  17. package/esm2022/filter-bar/pipes/pipe-state.mjs +4 -4
  18. package/esm2022/filter-bar/pipes/pipe-text.mjs +3 -3
  19. package/esm2022/markdown/markdown.component.mjs +2 -2
  20. package/esm2022/select/select.component.mjs +6 -3
  21. package/esm2022/tabs/tab-nav-bar.mjs +4 -4
  22. package/esm2022/textarea/textarea.component.mjs +5 -4
  23. package/esm2022/tree-select/tree-select.component.mjs +7 -3
  24. package/fesm2022/koobiq-components-core.mjs +1 -1
  25. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  26. package/fesm2022/koobiq-components-datepicker.mjs +1 -3
  27. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  28. package/fesm2022/koobiq-components-empty-state.mjs +0 -2
  29. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  30. package/fesm2022/koobiq-components-filter-bar.mjs +55 -37
  31. package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
  32. package/fesm2022/koobiq-components-markdown.mjs +2 -2
  33. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  34. package/fesm2022/koobiq-components-select.mjs +5 -2
  35. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  36. package/fesm2022/koobiq-components-tabs.mjs +3 -3
  37. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  38. package/fesm2022/koobiq-components-textarea.mjs +4 -3
  39. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  40. package/fesm2022/koobiq-components-tree-select.mjs +6 -2
  41. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  42. package/filter-bar/filter-bar.d.ts +4 -2
  43. package/filter-bar/filter-bar.types.d.ts +5 -4
  44. package/filter-bar/pipes/base-pipe.d.ts +3 -1
  45. package/filter-bar/pipes/base-pipe.scss +1 -1
  46. package/filter-bar/pipes/pipe-multi-select.d.ts +4 -2
  47. package/filter-bar/pipes/pipe-readonly.scss +18 -0
  48. package/filter-bar/pipes/pipe-select.d.ts +5 -2
  49. package/filter-bar/pipes/pipe-state.d.ts +1 -1
  50. package/markdown/markdown.scss +1 -1
  51. package/package.json +5 -5
  52. package/schematics/migrations/css-selectors/README.md +1 -1
  53. package/schematics/migrations/deprecated-icons/README.md +3 -3
  54. package/schematics/migrations/empty-state-size-attr/README.md +2 -2
  55. package/schematics/migrations/loader-overlay-size-attr/README.md +2 -2
  56. package/schematics/migrations/new-icons-pack/README.md +3 -3
  57. package/schematics/ng-add/index.js +6 -6
  58. package/tabs/tab-nav-bar.d.ts +1 -1
  59. package/textarea/textarea.component.d.ts +1 -1
  60. package/toast/toast.component.scss +2 -1
@@ -2,9 +2,9 @@
2
2
 
3
3
  This schematic provides migration for update icons pack. It includes:
4
4
 
5
- - Change prefixes from `mc` to `kbq` for ts, html, styles
6
- - Update icon names for updated/removed icons according to [mapping](data.ts)
7
- - Fix icons package prefix in styles
5
+ - Change prefixes from `mc` to `kbq` for ts, html, styles
6
+ - Update icon names for updated/removed icons according to [mapping](data.ts)
7
+ - Fix icons package prefix in styles
8
8
 
9
9
  [Params](schema.ts)
10
10
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  This schematic provides migration for `KbqEmptyState` new `size` attribute. It includes:
4
4
 
5
- - Removal of `big` attribute usage
6
- - Replacement with `size` attribute
5
+ - Removal of `big` attribute usage
6
+ - Replacement with `size` attribute
7
7
 
8
8
  [Params](schema.ts)
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  This schematic provides migration for `KbqLoaderOverlay` new `size` attribute. It includes:
4
4
 
5
- - Removal of `compact` attribute usage
6
- - Replacement with `size` attribute
5
+ - Removal of `compact` attribute usage
6
+ - Replacement with `size` attribute
7
7
 
8
8
  [Params](schema.ts)
9
9
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  This schematic provides migration for update icons pack. It includes:
4
4
 
5
- - Change prefixes from `mc` to `kbq` for ts, html, styles
6
- - Update icon names for updated/removed icons according to [mapping](data.ts)
7
- - Fix icons package prefix in styles
5
+ - Change prefixes from `mc` to `kbq` for ts, html, styles
6
+ - Update icon names for updated/removed icons according to [mapping](data.ts)
7
+ - Fix icons package prefix in styles
8
8
 
9
9
  [Params](schema.ts)
10
10
 
@@ -27,16 +27,16 @@ function ngAdd(options) {
27
27
  }
28
28
  // Installing dependencies
29
29
  utils_packageConfig.addPackageToPackageJson(tree, '@angular/cdk', "^18.2.6");
30
- utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.27.0");
31
- utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.27.0");
30
+ utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.28.0");
31
+ utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.28.0");
32
32
  utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-formatter', "^3.2.3");
33
33
  utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-adapter', "^3.2.3");
34
- utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/icons', "^9.4.0");
35
- utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/tokens-builder', "^3.11.0");
36
- utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/design-tokens', "^3.12.1");
34
+ utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/icons', "^9.4.1");
35
+ utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/tokens-builder', "^3.13.2");
36
+ utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/design-tokens', "^3.13.2");
37
37
  utils_packageConfig.addPackageToPackageJson(tree, '@messageformat/core', "^3.0.1");
38
38
  utils_packageConfig.addPackageToPackageJson(tree, '@radix-ng/primitives', "^0.23.0");
39
- utils_packageConfig.addPackageToPackageJson(tree, 'luxon', "^3.4.4");
39
+ utils_packageConfig.addPackageToPackageJson(tree, 'luxon', "^3.6.1");
40
40
  };
41
41
  }
42
42
 
@@ -48,8 +48,8 @@ export declare class KbqTabLink implements OnDestroy, AfterViewInit {
48
48
  /** Whether the tab link is disabled. */
49
49
  disabled: boolean;
50
50
  /** Link tab index. */
51
- set tabIndex(value: number);
52
51
  get tabIndex(): number;
52
+ set tabIndex(value: number);
53
53
  private _tabIndex;
54
54
  /** Link aria-selected attribute value. */
55
55
  protected get ariaSelected(): string | null;
@@ -19,8 +19,8 @@ export declare class KbqTextarea implements KbqFormFieldControl<any>, OnInit, On
19
19
  errorState: boolean;
20
20
  /** Parameter enables or disables the ability to automatically increase the height.
21
21
  * If set to false, the textarea becomes vertically resizable. */
22
- set canGrow(value: boolean);
23
22
  get canGrow(): boolean;
23
+ set canGrow(value: boolean);
24
24
  protected readonly isBrowser: boolean;
25
25
  protected readonly renderer: Renderer2;
26
26
  private _canGrow;
@@ -90,7 +90,8 @@
90
90
  16px]
91
91
  ),
92
92
  typography-text-normal-line-height]
93
- ) / 2
93
+ ) /
94
+ 2
94
95
  )]
95
96
  );
96
97
  margin-right: var(--kbq-toast-size-close-button-margin-right);