@alauda/ui 6.4.2-beta.8 → 6.4.3-beta

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 (187) hide show
  1. package/card/helper-directives.d.ts +2 -1
  2. package/dialog/confirm-dialog/confirm-dialog-config.d.ts +2 -1
  3. package/dialog/confirm-dialog/confirm-dialog.component.d.ts +2 -0
  4. package/esm2020/accordion/accordion-item/accordion-item.component.mjs +9 -9
  5. package/esm2020/accordion/accordion.component.mjs +3 -3
  6. package/esm2020/accordion/accordion.module.mjs +4 -4
  7. package/esm2020/anchor/anchor.component.mjs +6 -6
  8. package/esm2020/anchor/anchor.directive.mjs +9 -9
  9. package/esm2020/anchor/anchor.module.mjs +4 -4
  10. package/esm2020/autocomplete/autocomplete-placeholder.component.mjs +3 -3
  11. package/esm2020/autocomplete/autocomplete.component.mjs +4 -4
  12. package/esm2020/autocomplete/autocomplete.directive.mjs +13 -8
  13. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  14. package/esm2020/autocomplete/helper-directives.mjs +3 -3
  15. package/esm2020/autocomplete/suggestion/suggestion.component.mjs +3 -3
  16. package/esm2020/autocomplete/suggestion-group/suggestion-group.component.mjs +3 -3
  17. package/esm2020/back-top/back-top.component.mjs +3 -3
  18. package/esm2020/back-top/back-top.module.mjs +4 -4
  19. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +3 -3
  20. package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
  21. package/esm2020/breadcrumb/breadcrumb.module.mjs +4 -4
  22. package/esm2020/button/button-group/button-group.component.mjs +3 -3
  23. package/esm2020/button/button.component.mjs +3 -3
  24. package/esm2020/button/button.module.mjs +4 -4
  25. package/esm2020/card/card.component.mjs +4 -4
  26. package/esm2020/card/card.module.mjs +4 -4
  27. package/esm2020/card/helper-directives.mjs +18 -12
  28. package/esm2020/card/section.component.mjs +3 -3
  29. package/esm2020/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  30. package/esm2020/checkbox/checkbox.component.mjs +5 -5
  31. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  32. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  33. package/esm2020/color-picker/color-picker.module.mjs +4 -4
  34. package/esm2020/date-picker/calendar/date-picker-panel/component.mjs +3 -3
  35. package/esm2020/date-picker/calendar/footer/component.mjs +3 -3
  36. package/esm2020/date-picker/calendar/header/component.mjs +3 -3
  37. package/esm2020/date-picker/calendar/panel/picker-panel.mjs +3 -3
  38. package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +3 -3
  39. package/esm2020/date-picker/date-picker/date-picker.component.mjs +3 -3
  40. package/esm2020/date-picker/date-picker.module.mjs +4 -4
  41. package/esm2020/date-picker/range-picker/range-picker.component.mjs +3 -3
  42. package/esm2020/date-picker/trigger/trigger.component.mjs +3 -3
  43. package/esm2020/dialog/confirm-dialog/confirm-dialog-config.mjs +1 -1
  44. package/esm2020/dialog/confirm-dialog/confirm-dialog.component.mjs +8 -6
  45. package/esm2020/dialog/dialog-content/dialog-close.directive.mjs +3 -3
  46. package/esm2020/dialog/dialog-content/dialog-content.component.mjs +3 -3
  47. package/esm2020/dialog/dialog-content/dialog-footer.component.mjs +3 -3
  48. package/esm2020/dialog/dialog-content/dialog-header.component.mjs +3 -3
  49. package/esm2020/dialog/dialog.component.mjs +4 -4
  50. package/esm2020/dialog/dialog.module.mjs +4 -4
  51. package/esm2020/dialog/dialog.service.mjs +3 -3
  52. package/esm2020/drawer/component/drawer.component.mjs +3 -3
  53. package/esm2020/drawer/component/helper-directives.mjs +9 -9
  54. package/esm2020/drawer/drawer.module.mjs +4 -4
  55. package/esm2020/drawer/drawer.service.mjs +3 -3
  56. package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
  57. package/esm2020/dropdown/dropdown-button/dropdown-button.component.mjs +3 -3
  58. package/esm2020/dropdown/dropdown.directive.mjs +3 -3
  59. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  60. package/esm2020/dropdown/helper-directives.mjs +3 -3
  61. package/esm2020/dropdown/menu/menu-content.directive.mjs +3 -3
  62. package/esm2020/dropdown/menu/menu.component.mjs +3 -3
  63. package/esm2020/dropdown/menu-group/menu-group.component.mjs +3 -3
  64. package/esm2020/dropdown/menu-item/menu-item.component.mjs +3 -3
  65. package/esm2020/dropdown/submenu/submenu.component.mjs +3 -3
  66. package/esm2020/form/common-form.mjs +3 -3
  67. package/esm2020/form/form-item/form-item.component.mjs +3 -3
  68. package/esm2020/form/form.directive.mjs +3 -3
  69. package/esm2020/form/form.module.mjs +4 -4
  70. package/esm2020/form/helper-directives.mjs +15 -15
  71. package/esm2020/i18n/i18n.module.mjs +4 -4
  72. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  73. package/esm2020/i18n/i18n.service.mjs +3 -3
  74. package/esm2020/icon/icon-register.service.mjs +3 -3
  75. package/esm2020/icon/icon.component.mjs +3 -3
  76. package/esm2020/icon/icon.module.mjs +4 -4
  77. package/esm2020/inline-alert/helper-directives.mjs +3 -3
  78. package/esm2020/inline-alert/inline-alert.component.mjs +3 -3
  79. package/esm2020/inline-alert/inline-alert.module.mjs +4 -4
  80. package/esm2020/input/autosize.directive.mjs +3 -3
  81. package/esm2020/input/helper-directives.mjs +12 -12
  82. package/esm2020/input/input-group/input-group.component.mjs +3 -3
  83. package/esm2020/input/input.component.mjs +3 -3
  84. package/esm2020/input/input.module.mjs +4 -4
  85. package/esm2020/input/number-input/number-input.component.mjs +3 -3
  86. package/esm2020/input/search/search.component.mjs +3 -3
  87. package/esm2020/input/tags-input/tags-input.component.mjs +5 -5
  88. package/esm2020/message/message-wrapper.component.mjs +3 -3
  89. package/esm2020/message/message.component.mjs +3 -3
  90. package/esm2020/message/message.module.mjs +4 -4
  91. package/esm2020/message/message.service.mjs +3 -3
  92. package/esm2020/notification/notification-wrapper.component.mjs +3 -3
  93. package/esm2020/notification/notification.component.mjs +5 -5
  94. package/esm2020/notification/notification.module.mjs +4 -4
  95. package/esm2020/notification/notification.service.mjs +3 -3
  96. package/esm2020/paginator/paginator-intl.mjs +3 -3
  97. package/esm2020/paginator/paginator.component.mjs +4 -4
  98. package/esm2020/paginator/paginator.module.mjs +4 -4
  99. package/esm2020/radio/base-radio.mjs +3 -3
  100. package/esm2020/radio/radio-button/radio-button.component.mjs +3 -3
  101. package/esm2020/radio/radio-group/radio-group.component.mjs +3 -3
  102. package/esm2020/radio/radio.component.mjs +3 -3
  103. package/esm2020/radio/radio.module.mjs +4 -4
  104. package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -3
  105. package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +3 -3
  106. package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +3 -3
  107. package/esm2020/scrolling/scrolling.module.mjs +4 -4
  108. package/esm2020/scrolling/virtual-for-of.directive.mjs +3 -3
  109. package/esm2020/scrolling/virtual-scroll-viewport.component.mjs +3 -3
  110. package/esm2020/select/base-select.mjs +3 -3
  111. package/esm2020/select/helper-directives.mjs +6 -6
  112. package/esm2020/select/multi-select/multi-select.component.mjs +5 -5
  113. package/esm2020/select/option/option.component.mjs +3 -3
  114. package/esm2020/select/option-group/option-group.component.mjs +3 -3
  115. package/esm2020/select/option-placeholder.component.mjs +3 -3
  116. package/esm2020/select/select.component.mjs +5 -5
  117. package/esm2020/select/select.module.mjs +4 -4
  118. package/esm2020/select/validators.mjs +3 -3
  119. package/esm2020/shared/click-outside.directive.mjs +3 -3
  120. package/esm2020/shared/shared.module.mjs +4 -4
  121. package/esm2020/sort/sort-header.component.mjs +3 -3
  122. package/esm2020/sort/sort.directive.mjs +3 -3
  123. package/esm2020/sort/sort.module.mjs +4 -4
  124. package/esm2020/status-bar/status-bar.component.mjs +3 -3
  125. package/esm2020/status-bar/status-bar.module.mjs +4 -4
  126. package/esm2020/steps/steps.component.mjs +3 -3
  127. package/esm2020/steps/steps.module.mjs +4 -4
  128. package/esm2020/switch/switch.component.mjs +3 -3
  129. package/esm2020/switch/switch.module.mjs +4 -4
  130. package/esm2020/table/table-cell-def.directive.mjs +3 -3
  131. package/esm2020/table/table-cell.component.mjs +6 -6
  132. package/esm2020/table/table-cell.directive.mjs +10 -6
  133. package/esm2020/table/table-column-def.directive.mjs +3 -3
  134. package/esm2020/table/table-header-cell-def.directive.mjs +3 -3
  135. package/esm2020/table/table-header-cell.directive.mjs +3 -3
  136. package/esm2020/table/table-header-row-def.directive.mjs +3 -3
  137. package/esm2020/table/table-header-row.component.mjs +3 -3
  138. package/esm2020/table/table-placeholder.directive.mjs +6 -6
  139. package/esm2020/table/table-row-def.directive.mjs +3 -3
  140. package/esm2020/table/table-row.component.mjs +3 -3
  141. package/esm2020/table/table-scroll.directive.mjs +17 -9
  142. package/esm2020/table/table.component.mjs +5 -5
  143. package/esm2020/table/table.module.mjs +4 -4
  144. package/esm2020/table-of-contents/table-of-contents.module.mjs +4 -4
  145. package/esm2020/table-of-contents/toc-container.directive.mjs +3 -3
  146. package/esm2020/table-of-contents/toc-content.directive.mjs +3 -3
  147. package/esm2020/table-of-contents/toc-link.directive.mjs +3 -3
  148. package/esm2020/tabs/tab-body.component.mjs +21 -21
  149. package/esm2020/tabs/tab-context.service.mjs +3 -3
  150. package/esm2020/tabs/tab-group.component.mjs +3 -3
  151. package/esm2020/tabs/tab-header-active-indicator.component.mjs +3 -3
  152. package/esm2020/tabs/tab-header.component.mjs +3 -3
  153. package/esm2020/tabs/tab.component.mjs +3 -3
  154. package/esm2020/tabs/tabs.module.mjs +4 -4
  155. package/esm2020/tag/check-tag/check-tag.component.mjs +4 -4
  156. package/esm2020/tag/tag.component.mjs +3 -3
  157. package/esm2020/tag/tag.module.mjs +4 -4
  158. package/esm2020/theme/theme.module.mjs +4 -4
  159. package/esm2020/theme/theme.pipe.mjs +12 -12
  160. package/esm2020/theme/theme.service.mjs +3 -3
  161. package/esm2020/time-picker/component.mjs +3 -3
  162. package/esm2020/time-picker/panel/panel.component.mjs +5 -5
  163. package/esm2020/time-picker/time-picker.module.mjs +4 -4
  164. package/esm2020/tooltip/base-tooltip.mjs +3 -3
  165. package/esm2020/tooltip/tooltip-active.directive.mjs +3 -3
  166. package/esm2020/tooltip/tooltip-copy.directive.mjs +3 -3
  167. package/esm2020/tooltip/tooltip-intl.mjs +3 -3
  168. package/esm2020/tooltip/tooltip.component.mjs +3 -3
  169. package/esm2020/tooltip/tooltip.directive.mjs +3 -3
  170. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  171. package/esm2020/tree-select/tree-node-placeholder.component.mjs +3 -3
  172. package/esm2020/tree-select/tree-select.component.mjs +11 -11
  173. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  174. package/esm2020/utils/fn.mjs +2 -1
  175. package/esm2020/utils/operators.mjs +15 -12
  176. package/fesm2015/alauda-ui.mjs +704 -675
  177. package/fesm2015/alauda-ui.mjs.map +1 -1
  178. package/fesm2020/alauda-ui.mjs +704 -675
  179. package/fesm2020/alauda-ui.mjs.map +1 -1
  180. package/package.json +1 -1
  181. package/table/table-cell.directive.d.ts +2 -1
  182. package/table/table-scroll.directive.d.ts +2 -1
  183. package/theme/_mixin.scss +54 -20
  184. package/theme/_theme-preset.scss +20 -0
  185. package/theme/style.css +36 -9
  186. package/utils/fn.d.ts +1 -0
  187. package/utils/operators.d.ts +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.4.2-beta.8",
3
+ "version": "6.4.3-beta",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
@@ -3,7 +3,8 @@ import { ElementRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  /** Cell template container that adds the right classes and role. */
5
5
  export declare class TableCellDirective extends CdkCell {
6
+ direction: 'row' | 'column';
6
7
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef<HTMLElement>);
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "aui-table-cell", never, {}, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "aui-table-cell", never, { "direction": "direction"; }, {}, never>;
9
10
  }
@@ -3,8 +3,9 @@ import { Subject } from 'rxjs';
3
3
  import { TableComponent } from './table.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TableScrollWrapperDirective {
6
+ auiTableScrollWrapper: string;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TableScrollWrapperDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableScrollWrapperDirective, "[auiTableScrollWrapper]", never, {}, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableScrollWrapperDirective, "[auiTableScrollWrapper]", never, { "auiTableScrollWrapper": "auiTableScrollWrapper"; }, {}, never>;
8
9
  }
9
10
  export declare class TableScrollShadowDirective implements AfterViewInit, OnDestroy {
10
11
  private readonly el;
package/theme/_mixin.scss CHANGED
@@ -58,48 +58,78 @@
58
58
  }
59
59
 
60
60
  // 使用 box-shadow 模拟带圆角的 outline
61
- @mixin outline-shadow($color: primary) {
62
- @include theme-light {
61
+ @mixin outline-shadow($color: primary, $theme: auto) {
62
+ @if ($theme == light) {
63
63
  box-shadow: 0 0 0 2px use-rgba($color, 0.16);
64
- }
65
- @include theme-dark {
64
+ } @else if($theme == dark) {
66
65
  box-shadow: 0 0 0 2px use-rgba($color, 0.3);
66
+ } @else {
67
+ @include theme-light {
68
+ box-shadow: 0 0 0 2px use-rgba($color, 0.16);
69
+ }
70
+ @include theme-dark {
71
+ box-shadow: 0 0 0 2px use-rgba($color, 0.3);
72
+ }
67
73
  }
68
74
  }
69
75
 
70
- @mixin card-shadow() {
71
- @include theme-light {
76
+ @mixin card-shadow($theme: auto) {
77
+ @if ($theme == light) {
72
78
  box-shadow: 0 0 4px 0 use-rgba(origin-shadow, 0.1);
73
- }
74
- @include theme-dark {
79
+ } @else if($theme == dark) {
75
80
  box-shadow: 0 0 4px 0 use-rgba(origin-shadow, 0.75);
81
+ } @else {
82
+ @include theme-light {
83
+ box-shadow: 0 0 4px 0 use-rgba(origin-shadow, 0.1);
84
+ }
85
+ @include theme-dark {
86
+ box-shadow: 0 0 4px 0 use-rgba(origin-shadow, 0.75);
87
+ }
76
88
  }
77
89
  }
78
90
 
79
- @mixin popper-shadow() {
80
- @include theme-light {
91
+ @mixin popper-shadow($theme: auto) {
92
+ @if ($theme == light) {
81
93
  box-shadow: 0 2px 8px 0 use-rgba(origin-shadow, 0.2);
82
- }
83
- @include theme-dark {
94
+ } @else if($theme == dark) {
84
95
  box-shadow: 0 2px 8px 0 use-rgba(origin-shadow, 0.75);
96
+ } @else {
97
+ @include theme-light {
98
+ box-shadow: 0 2px 8px 0 use-rgba(origin-shadow, 0.2);
99
+ }
100
+ @include theme-dark {
101
+ box-shadow: 0 2px 8px 0 use-rgba(origin-shadow, 0.75);
102
+ }
85
103
  }
86
104
  }
87
105
 
88
- @mixin modal-shadow() {
89
- @include theme-light {
106
+ @mixin modal-shadow($theme: auto) {
107
+ @if ($theme == light) {
90
108
  box-shadow: 0 2px 8px 0 use-rgba(origin-shadow, 0.2);
91
- }
92
- @include theme-dark {
109
+ } @else if($theme == dark) {
93
110
  box-shadow: 0 4px 16px 0 use-rgba(origin-shadow, 0.75);
111
+ } @else {
112
+ @include theme-light {
113
+ box-shadow: 0 2px 8px 0 use-rgba(origin-shadow, 0.2);
114
+ }
115
+ @include theme-dark {
116
+ box-shadow: 0 4px 16px 0 use-rgba(origin-shadow, 0.75);
117
+ }
94
118
  }
95
119
  }
96
120
 
97
- @mixin modal-backdrop() {
98
- @include theme-light {
121
+ @mixin modal-backdrop($theme: auto) {
122
+ @if ($theme == light) {
99
123
  background-color: use-rgba(origin-shadow, 0.4);
100
- }
101
- @include theme-dark {
124
+ } @else if($theme == dark) {
102
125
  background-color: use-rgba(origin-shadow, 0.75);
126
+ } @else {
127
+ @include theme-light {
128
+ background-color: use-rgba(origin-shadow, 0.4);
129
+ }
130
+ @include theme-dark {
131
+ background-color: use-rgba(origin-shadow, 0.75);
132
+ }
103
133
  }
104
134
  }
105
135
 
@@ -125,6 +155,10 @@
125
155
  border-radius: 2px;
126
156
  background-color: $color;
127
157
  }
158
+
159
+ &::-webkit-scrollbar-corner {
160
+ background-color: transparent;
161
+ }
128
162
  }
129
163
 
130
164
  @mixin clear-button() {
@@ -49,6 +49,7 @@
49
49
  }
50
50
 
51
51
  @mixin light-mode {
52
+ color-scheme: light;
52
53
  --aui-color-blue: #{rgb-string(#007af5)};
53
54
  --aui-color-b-0: #{rgb-string(#0067d0)};
54
55
  --aui-color-b-1: #{rgb-string(#268df6)};
@@ -58,6 +59,15 @@
58
59
  --aui-color-b-5: #{rgb-string(#cce4fd)};
59
60
  --aui-color-b-6: #{rgb-string(#e5f1fe)};
60
61
  --aui-color-b-7: #{rgb-string(#f2f8fe)};
62
+ --aui-color-primary: var(--aui-color-blue);
63
+ --aui-color-p-0: var(--aui-color-b-0);
64
+ --aui-color-p-1: var(--aui-color-b-1);
65
+ --aui-color-p-2: var(--aui-color-b-2);
66
+ --aui-color-p-3: var(--aui-color-b-3);
67
+ --aui-color-p-4: var(--aui-color-b-4);
68
+ --aui-color-p-5: var(--aui-color-b-5);
69
+ --aui-color-p-6: var(--aui-color-b-6);
70
+ --aui-color-p-7: var(--aui-color-b-7);
61
71
  --aui-color-green: #{rgb-string(#00c261)};
62
72
  --aui-color-g-0: #{rgb-string(#00a552)};
63
73
  --aui-color-g-1: #{rgb-string(#26cb78)};
@@ -103,6 +113,7 @@
103
113
  }
104
114
 
105
115
  @mixin dark-mode {
116
+ color-scheme: dark;
106
117
  --aui-color-blue: #{rgb-string(#3d8eff)};
107
118
  --aui-color-b-0: #{rgb-string(#3674cc)};
108
119
  --aui-color-b-1: #{rgb-string(#6daaff)};
@@ -112,6 +123,15 @@
112
123
  --aui-color-b-5: #{rgb-string(#283651)};
113
124
  --aui-color-b-6: #{rgb-string(#2a4066)};
114
125
  --aui-color-b-7: #{rgb-string(#2c4a7a)};
126
+ --aui-color-primary: var(--aui-color-blue);
127
+ --aui-color-p-0: var(--aui-color-b-0);
128
+ --aui-color-p-1: var(--aui-color-b-1);
129
+ --aui-color-p-2: var(--aui-color-b-2);
130
+ --aui-color-p-3: var(--aui-color-b-3);
131
+ --aui-color-p-4: var(--aui-color-b-4);
132
+ --aui-color-p-5: var(--aui-color-b-5);
133
+ --aui-color-p-6: var(--aui-color-b-6);
134
+ --aui-color-p-7: var(--aui-color-b-7);
115
135
  --aui-color-green: #{rgb-string(#11b671)};
116
136
  --aui-color-g-0: #{rgb-string(#159261)};
117
137
  --aui-color-g-1: #{rgb-string(#4cc894)};
package/theme/style.css CHANGED
@@ -9,6 +9,15 @@
9
9
  --aui-color-b-5: 204, 228, 253;
10
10
  --aui-color-b-6: 229, 241, 254;
11
11
  --aui-color-b-7: 242, 248, 254;
12
+ --aui-color-primary: var(--aui-color-blue);
13
+ --aui-color-p-0: var(--aui-color-b-0);
14
+ --aui-color-p-1: var(--aui-color-b-1);
15
+ --aui-color-p-2: var(--aui-color-b-2);
16
+ --aui-color-p-3: var(--aui-color-b-3);
17
+ --aui-color-p-4: var(--aui-color-b-4);
18
+ --aui-color-p-5: var(--aui-color-b-5);
19
+ --aui-color-p-6: var(--aui-color-b-6);
20
+ --aui-color-p-7: var(--aui-color-b-7);
12
21
  --aui-color-green: 0, 194, 97;
13
22
  --aui-color-g-0: 0, 165, 82;
14
23
  --aui-color-g-1: 38, 203, 120;
@@ -64,6 +73,15 @@ html[aui-theme-mode=light] {
64
73
  --aui-color-b-5: 204, 228, 253;
65
74
  --aui-color-b-6: 229, 241, 254;
66
75
  --aui-color-b-7: 242, 248, 254;
76
+ --aui-color-primary: var(--aui-color-blue);
77
+ --aui-color-p-0: var(--aui-color-b-0);
78
+ --aui-color-p-1: var(--aui-color-b-1);
79
+ --aui-color-p-2: var(--aui-color-b-2);
80
+ --aui-color-p-3: var(--aui-color-b-3);
81
+ --aui-color-p-4: var(--aui-color-b-4);
82
+ --aui-color-p-5: var(--aui-color-b-5);
83
+ --aui-color-p-6: var(--aui-color-b-6);
84
+ --aui-color-p-7: var(--aui-color-b-7);
67
85
  --aui-color-green: 0, 194, 97;
68
86
  --aui-color-g-0: 0, 165, 82;
69
87
  --aui-color-g-1: 38, 203, 120;
@@ -120,6 +138,15 @@ html[aui-theme-mode=light] {
120
138
  --aui-color-b-5: 40, 54, 81;
121
139
  --aui-color-b-6: 42, 64, 102;
122
140
  --aui-color-b-7: 44, 74, 122;
141
+ --aui-color-primary: var(--aui-color-blue);
142
+ --aui-color-p-0: var(--aui-color-b-0);
143
+ --aui-color-p-1: var(--aui-color-b-1);
144
+ --aui-color-p-2: var(--aui-color-b-2);
145
+ --aui-color-p-3: var(--aui-color-b-3);
146
+ --aui-color-p-4: var(--aui-color-b-4);
147
+ --aui-color-p-5: var(--aui-color-b-5);
148
+ --aui-color-p-6: var(--aui-color-b-6);
149
+ --aui-color-p-7: var(--aui-color-b-7);
123
150
  --aui-color-green: 17, 182, 113;
124
151
  --aui-color-g-0: 21, 146, 97;
125
152
  --aui-color-g-1: 76, 200, 148;
@@ -175,6 +202,15 @@ html[aui-theme-mode=dark] {
175
202
  --aui-color-b-5: 40, 54, 81;
176
203
  --aui-color-b-6: 42, 64, 102;
177
204
  --aui-color-b-7: 44, 74, 122;
205
+ --aui-color-primary: var(--aui-color-blue);
206
+ --aui-color-p-0: var(--aui-color-b-0);
207
+ --aui-color-p-1: var(--aui-color-b-1);
208
+ --aui-color-p-2: var(--aui-color-b-2);
209
+ --aui-color-p-3: var(--aui-color-b-3);
210
+ --aui-color-p-4: var(--aui-color-b-4);
211
+ --aui-color-p-5: var(--aui-color-b-5);
212
+ --aui-color-p-6: var(--aui-color-b-6);
213
+ --aui-color-p-7: var(--aui-color-b-7);
178
214
  --aui-color-green: 17, 182, 113;
179
215
  --aui-color-g-0: 21, 146, 97;
180
216
  --aui-color-g-1: 76, 200, 148;
@@ -261,15 +297,6 @@ html[aui-theme-mode=dark] {
261
297
  --aui-form-item-width-l: 732px;
262
298
  --aui-form-item-width-m: 436px;
263
299
  --aui-form-item-width-s: 140px;
264
- --aui-color-primary: var(--aui-color-blue);
265
- --aui-color-p-0: var(--aui-color-b-0);
266
- --aui-color-p-1: var(--aui-color-b-1);
267
- --aui-color-p-2: var(--aui-color-b-2);
268
- --aui-color-p-3: var(--aui-color-b-3);
269
- --aui-color-p-4: var(--aui-color-b-4);
270
- --aui-color-p-5: var(--aui-color-b-5);
271
- --aui-color-p-6: var(--aui-color-b-6);
272
- --aui-color-p-7: var(--aui-color-b-7);
273
300
  }
274
301
 
275
302
  body {
package/utils/fn.d.ts CHANGED
@@ -2,4 +2,5 @@ import { TemplateRef } from '@angular/core';
2
2
  export declare function isUndefined(val: unknown): boolean;
3
3
  export declare const last: <T>(values: T[]) => T;
4
4
  export declare const isTemplateRef: (label: any) => label is TemplateRef<unknown>;
5
+ export declare const isString: (label: any) => label is string;
5
6
  export declare const handlePixel: (value: number | string) => string;
@@ -1,8 +1,7 @@
1
- /**
2
- * @see https://rxjs.dev/deprecations/multicasting#publishreplay
3
- *
4
- * FIXME:
5
- * The recommended replacement is breaking our apps for watching resources,
6
- * revert it back temporarily. see also https://github.com/ReactiveX/rxjs/discussions/6438
7
- */
8
- export declare const publishRef: <T>(bufferSize?: number, windowTime?: number) => import("rxjs").UnaryFunction<import("rxjs").Observable<T>, import("rxjs").Observable<T>>;
1
+ import { TimestampProvider } from 'rxjs';
2
+ export declare type PublishRefConfig<T> = number | (import('rxjs/internal/operators/share').ShareConfig<T> & {
3
+ bufferSize?: number;
4
+ windowTime?: number;
5
+ timestampProvider?: TimestampProvider;
6
+ });
7
+ export declare const publishRef: <T>(bufferSizeOrConfig?: PublishRefConfig<T>) => import("rxjs").MonoTypeOperatorFunction<T>;