@delon/abc 19.1.0 → 20.0.0-beta.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 (246) hide show
  1. package/auto-focus/index.d.ts +19 -2
  2. package/cell/index.d.ts +316 -6
  3. package/cell/style/index.less +1 -1
  4. package/count-down/index.d.ts +26 -5
  5. package/date-picker/index.d.ts +51 -5
  6. package/down-file/index.d.ts +34 -5
  7. package/ellipsis/index.d.ts +55 -5
  8. package/error-collect/index.d.ts +35 -5
  9. package/exception/index.d.ts +45 -5
  10. package/fesm2022/auto-focus.mjs +7 -7
  11. package/fesm2022/cell.mjs +14 -15
  12. package/fesm2022/cell.mjs.map +1 -1
  13. package/fesm2022/chart-observer-size.mjs +11 -11
  14. package/fesm2022/count-down.mjs +8 -9
  15. package/fesm2022/count-down.mjs.map +1 -1
  16. package/fesm2022/date-picker.mjs +16 -15
  17. package/fesm2022/date-picker.mjs.map +1 -1
  18. package/fesm2022/down-file.mjs +8 -8
  19. package/fesm2022/ellipsis.mjs +9 -9
  20. package/fesm2022/ellipsis.mjs.map +1 -1
  21. package/fesm2022/error-collect.mjs +15 -15
  22. package/fesm2022/error-collect.mjs.map +1 -1
  23. package/fesm2022/exception.mjs +94 -78
  24. package/fesm2022/exception.mjs.map +1 -1
  25. package/fesm2022/footer-toolbar.mjs +44 -22
  26. package/fesm2022/footer-toolbar.mjs.map +1 -1
  27. package/fesm2022/full-content.mjs +25 -38
  28. package/fesm2022/full-content.mjs.map +1 -1
  29. package/fesm2022/global-footer.mjs +79 -60
  30. package/fesm2022/global-footer.mjs.map +1 -1
  31. package/fesm2022/hotkey.mjs +8 -8
  32. package/fesm2022/loading.mjs +12 -12
  33. package/fesm2022/loading.mjs.map +1 -1
  34. package/fesm2022/lodop.mjs +12 -11
  35. package/fesm2022/lodop.mjs.map +1 -1
  36. package/fesm2022/media.mjs +12 -13
  37. package/fesm2022/media.mjs.map +1 -1
  38. package/fesm2022/notice-icon.mjs +19 -29
  39. package/fesm2022/notice-icon.mjs.map +1 -1
  40. package/fesm2022/onboarding.mjs +14 -14
  41. package/fesm2022/onboarding.mjs.map +1 -1
  42. package/fesm2022/page-header.mjs +22 -27
  43. package/fesm2022/page-header.mjs.map +1 -1
  44. package/fesm2022/pdf.mjs +13 -13
  45. package/fesm2022/pdf.mjs.map +1 -1
  46. package/fesm2022/quick-menu.mjs +9 -9
  47. package/fesm2022/quick-menu.mjs.map +1 -1
  48. package/fesm2022/reuse-tab.mjs +32 -38
  49. package/fesm2022/reuse-tab.mjs.map +1 -1
  50. package/fesm2022/se.mjs +20 -21
  51. package/fesm2022/se.mjs.map +1 -1
  52. package/fesm2022/sg.mjs +17 -18
  53. package/fesm2022/sg.mjs.map +1 -1
  54. package/fesm2022/st.mjs +84 -87
  55. package/fesm2022/st.mjs.map +1 -1
  56. package/fesm2022/sv.mjs +23 -25
  57. package/fesm2022/sv.mjs.map +1 -1
  58. package/fesm2022/tag-select.mjs +13 -29
  59. package/fesm2022/tag-select.mjs.map +1 -1
  60. package/fesm2022/xlsx.mjs +16 -15
  61. package/fesm2022/xlsx.mjs.map +1 -1
  62. package/fesm2022/zip.mjs +8 -7
  63. package/fesm2022/zip.mjs.map +1 -1
  64. package/footer-toolbar/index.d.ts +23 -5
  65. package/footer-toolbar/style/index.less +1 -1
  66. package/full-content/index.d.ts +55 -5
  67. package/global-footer/index.d.ts +44 -5
  68. package/hotkey/index.d.ts +25 -5
  69. package/index.d.ts +2 -5
  70. package/index.less +0 -2
  71. package/loading/index.d.ts +93 -5
  72. package/lodop/index.d.ts +277 -5
  73. package/media/index.d.ts +61 -5
  74. package/notice-icon/index.d.ts +90 -5
  75. package/notice-icon/style/index.less +2 -2
  76. package/observers/index.d.ts +34 -5
  77. package/onboarding/index.d.ts +212 -5
  78. package/package.json +5 -13
  79. package/page-header/index.d.ts +83 -5
  80. package/page-header/style/index.less +1 -1
  81. package/pdf/index.d.ts +142 -5
  82. package/quick-menu/index.d.ts +38 -5
  83. package/quick-menu/style/index.less +2 -2
  84. package/reuse-tab/index.d.ts +512 -3
  85. package/se/index.d.ts +129 -5
  86. package/sg/index.d.ts +44 -5
  87. package/st/index.d.ts +1708 -3
  88. package/st/style/index.less +1 -1
  89. package/sv/index.d.ts +96 -5
  90. package/sv/style/index.less +1 -1
  91. package/tag-select/index.d.ts +27 -5
  92. package/theme-dark.less +0 -4
  93. package/theme-default.less +0 -8
  94. package/xlsx/index.d.ts +71 -5
  95. package/zip/index.d.ts +65 -5
  96. package/auto-focus/auto-focus.directive.d.ts +0 -10
  97. package/auto-focus/auto-focus.module.d.ts +0 -7
  98. package/avatar-list/avatar-list-item.component.d.ts +0 -9
  99. package/avatar-list/avatar-list.component.d.ts +0 -29
  100. package/avatar-list/avatar-list.module.d.ts +0 -14
  101. package/avatar-list/index.d.ts +0 -5
  102. package/avatar-list/public_api.d.ts +0 -3
  103. package/avatar-list/style/index.less +0 -53
  104. package/avatar-list/style/rtl.less +0 -3
  105. package/cell/cell-host.directive.d.ts +0 -10
  106. package/cell/cell.component.d.ts +0 -30
  107. package/cell/cell.module.d.ts +0 -17
  108. package/cell/cell.service.d.ts +0 -19
  109. package/cell/cell.types.d.ts +0 -234
  110. package/cell/provide.d.ts +0 -10
  111. package/count-down/count-down.component.d.ts +0 -15
  112. package/count-down/count-down.module.d.ts +0 -9
  113. package/count-down/public_api.d.ts +0 -2
  114. package/date-picker/date-picker.module.d.ts +0 -11
  115. package/date-picker/public_api.d.ts +0 -3
  116. package/date-picker/range-shortcut.component.d.ts +0 -10
  117. package/date-picker/range.directive.d.ts +0 -30
  118. package/down-file/down-file.directive.d.ts +0 -23
  119. package/down-file/down-file.module.d.ts +0 -9
  120. package/down-file/public_api.d.ts +0 -2
  121. package/ellipsis/ellipsis.component.d.ts +0 -43
  122. package/ellipsis/ellipsis.module.d.ts +0 -10
  123. package/ellipsis/public_api.d.ts +0 -2
  124. package/error-collect/error-collect.component.d.ts +0 -23
  125. package/error-collect/error-collect.module.d.ts +0 -9
  126. package/error-collect/public_api.d.ts +0 -2
  127. package/exception/exception.component.d.ts +0 -36
  128. package/exception/exception.module.d.ts +0 -12
  129. package/exception/public_api.d.ts +0 -2
  130. package/fesm2022/avatar-list.mjs +0 -132
  131. package/fesm2022/avatar-list.mjs.map +0 -1
  132. package/fesm2022/result.mjs +0 -84
  133. package/fesm2022/result.mjs.map +0 -1
  134. package/footer-toolbar/footer-toolbar.component.d.ts +0 -14
  135. package/footer-toolbar/footer-toolbar.module.d.ts +0 -10
  136. package/footer-toolbar/public_api.d.ts +0 -2
  137. package/full-content/full-content-toggle.directive.d.ts +0 -7
  138. package/full-content/full-content.component.d.ts +0 -32
  139. package/full-content/full-content.module.d.ts +0 -9
  140. package/full-content/full-content.service.d.ts +0 -10
  141. package/full-content/public_api.d.ts +0 -4
  142. package/global-footer/global-footer-item.component.d.ts +0 -10
  143. package/global-footer/global-footer.component.d.ts +0 -22
  144. package/global-footer/global-footer.module.d.ts +0 -10
  145. package/global-footer/global-footer.types.d.ts +0 -7
  146. package/global-footer/public_api.d.ts +0 -4
  147. package/hotkey/hotkey.directive.d.ts +0 -16
  148. package/hotkey/hotkey.module.d.ts +0 -7
  149. package/hotkey/public_api.d.ts +0 -2
  150. package/loading/loading.component.d.ts +0 -11
  151. package/loading/loading.module.d.ts +0 -12
  152. package/loading/loading.service.d.ts +0 -34
  153. package/loading/loading.types.d.ts +0 -35
  154. package/loading/public_api.d.ts +0 -4
  155. package/lodop/lodop.module.d.ts +0 -6
  156. package/lodop/lodop.service.d.ts +0 -74
  157. package/lodop/lodop.types.d.ts +0 -193
  158. package/lodop/public_api.d.ts +0 -3
  159. package/media/media.component.d.ts +0 -33
  160. package/media/media.module.d.ts +0 -8
  161. package/media/media.service.d.ts +0 -17
  162. package/media/public_api.d.ts +0 -3
  163. package/notice-icon/notice-icon-tab.component.d.ts +0 -13
  164. package/notice-icon/notice-icon.component.d.ts +0 -25
  165. package/notice-icon/notice-icon.module.d.ts +0 -18
  166. package/notice-icon/notice-icon.types.d.ts +0 -36
  167. package/notice-icon/public_api.d.ts +0 -4
  168. package/observers/observer-size.d.ts +0 -31
  169. package/observers/public-api.d.ts +0 -1
  170. package/onboarding/onboarding.component.d.ts +0 -35
  171. package/onboarding/onboarding.module.d.ts +0 -13
  172. package/onboarding/onboarding.service.d.ts +0 -58
  173. package/onboarding/onboarding.storage.d.ts +0 -11
  174. package/onboarding/onboarding.types.d.ts +0 -95
  175. package/onboarding/public_api.d.ts +0 -5
  176. package/page-header/page-header.component.d.ts +0 -70
  177. package/page-header/page-header.module.d.ts +0 -14
  178. package/page-header/public_api.d.ts +0 -2
  179. package/pdf/pdf.component.d.ts +0 -101
  180. package/pdf/pdf.config.d.ts +0 -2
  181. package/pdf/pdf.module.d.ts +0 -9
  182. package/pdf/pdf.types.d.ts +0 -29
  183. package/pdf/public_api.d.ts +0 -4
  184. package/public_api.d.ts +0 -2
  185. package/quick-menu/public_api.d.ts +0 -2
  186. package/quick-menu/quick-menu.component.d.ts +0 -26
  187. package/quick-menu/quick-menu.module.d.ts +0 -10
  188. package/result/index.d.ts +0 -5
  189. package/result/public_api.d.ts +0 -2
  190. package/result/result.component.d.ts +0 -21
  191. package/result/result.module.d.ts +0 -13
  192. package/result/style/index.less +0 -66
  193. package/result/style/rtl.less +0 -3
  194. package/reuse-tab/lifecycle_hooks.d.ts +0 -16
  195. package/reuse-tab/provide.d.ts +0 -28
  196. package/reuse-tab/public_api.d.ts +0 -14
  197. package/reuse-tab/reuse-tab-context-menu.component.d.ts +0 -21
  198. package/reuse-tab/reuse-tab-context.component.d.ts +0 -11
  199. package/reuse-tab/reuse-tab-context.directive.d.ts +0 -10
  200. package/reuse-tab/reuse-tab-context.service.d.ts +0 -14
  201. package/reuse-tab/reuse-tab.cache.d.ts +0 -16
  202. package/reuse-tab/reuse-tab.component.d.ts +0 -79
  203. package/reuse-tab/reuse-tab.interfaces.d.ts +0 -110
  204. package/reuse-tab/reuse-tab.module.d.ts +0 -17
  205. package/reuse-tab/reuse-tab.service.d.ts +0 -192
  206. package/reuse-tab/reuse-tab.state.d.ts +0 -14
  207. package/reuse-tab/reuse-tab.strategy.d.ts +0 -10
  208. package/se/public_api.d.ts +0 -4
  209. package/se/se-container.component.d.ts +0 -49
  210. package/se/se.component.d.ts +0 -60
  211. package/se/se.module.d.ts +0 -12
  212. package/se/se.types.d.ts +0 -9
  213. package/sg/public_api.d.ts +0 -3
  214. package/sg/sg-container.component.d.ts +0 -15
  215. package/sg/sg.component.d.ts +0 -19
  216. package/sg/sg.module.d.ts +0 -9
  217. package/st/provide.d.ts +0 -10
  218. package/st/public_api.d.ts +0 -12
  219. package/st/st-column-source.d.ts +0 -47
  220. package/st/st-data-source.d.ts +0 -77
  221. package/st/st-export.d.ts +0 -11
  222. package/st/st-filter.component.d.ts +0 -23
  223. package/st/st-row.directive.d.ts +0 -20
  224. package/st/st-widget-host.directive.d.ts +0 -12
  225. package/st/st-widget.d.ts +0 -11
  226. package/st/st.component.d.ts +0 -295
  227. package/st/st.config.d.ts +0 -2
  228. package/st/st.interfaces.d.ts +0 -1193
  229. package/st/st.module.d.ts +0 -9
  230. package/st/st.types.d.ts +0 -77
  231. package/sv/public_api.d.ts +0 -4
  232. package/sv/sv-container.component.d.ts +0 -39
  233. package/sv/sv-value.component.d.ts +0 -10
  234. package/sv/sv.component.d.ts +0 -34
  235. package/sv/sv.module.d.ts +0 -14
  236. package/tag-select/public_api.d.ts +0 -2
  237. package/tag-select/tag-select.component.d.ts +0 -21
  238. package/tag-select/tag-select.module.d.ts +0 -10
  239. package/xlsx/public_api.d.ts +0 -4
  240. package/xlsx/xlsx.directive.d.ts +0 -9
  241. package/xlsx/xlsx.module.d.ts +0 -7
  242. package/xlsx/xlsx.service.d.ts +0 -27
  243. package/xlsx/xlsx.types.d.ts +0 -27
  244. package/zip/public_api.d.ts +0 -2
  245. package/zip/zip.service.d.ts +0 -34
  246. package/zip/zip.types.d.ts +0 -28
package/pdf/index.d.ts CHANGED
@@ -1,5 +1,142 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@delon/abc/pdf" />
5
- export * from './public_api';
1
+ import * as i0 from '@angular/core';
2
+ import { OnChanges, AfterViewInit, OnDestroy, EventEmitter, SimpleChange } from '@angular/core';
3
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
4
+ import { AlainPdfConfig } from '@delon/util/config';
5
+ import * as i1 from '@angular/common';
6
+ import * as i2 from 'ng-zorro-antd/skeleton';
7
+
8
+ type PDFDocumentProxy$1 = NzSafeAny;
9
+ type PdfChangeEventType = 'loaded' | 'load-progress' | 'pages-init' | 'page-rendered' | 'text-layer-rendered' | 'pi' | 'error';
10
+ type PdfZoomScale = 'page-height' | 'page-fit' | 'page-width';
11
+ interface PdfChangeEvent {
12
+ type?: PdfChangeEventType;
13
+ pi?: number;
14
+ total?: number;
15
+ pdf?: PDFDocumentProxy$1 | null;
16
+ ev?: NzSafeAny;
17
+ progress?: {
18
+ loaded: number;
19
+ total: number;
20
+ };
21
+ error?: NzSafeAny;
22
+ }
23
+ declare enum PdfTextLayerMode {
24
+ DISABLE = 0,
25
+ ENABLE = 1,
26
+ ENABLE_ENHANCE = 2
27
+ }
28
+ declare enum PdfExternalLinkTarget {
29
+ NONE = 0,// Default value.
30
+ SELF = 1,
31
+ BLANK = 2,
32
+ PARENT = 3,
33
+ TOP = 4
34
+ }
35
+
36
+ type PDFDocumentProxy = NzSafeAny;
37
+ type EventBus = NzSafeAny;
38
+ type PDFFindController = NzSafeAny;
39
+ type PDFLinkService = NzSafeAny;
40
+ type PDFViewer = NzSafeAny;
41
+ declare class PdfComponent implements OnChanges, AfterViewInit, OnDestroy {
42
+ private readonly lazySrv;
43
+ private readonly platform;
44
+ private readonly _el;
45
+ private readonly doc;
46
+ private readonly cdr;
47
+ private readonly ngZone;
48
+ private readonly destroy$;
49
+ private readonly cogSrv;
50
+ inited: boolean;
51
+ private lib;
52
+ private _pdf?;
53
+ private loadingTask?;
54
+ private _src;
55
+ private lastSrc?;
56
+ private _pi;
57
+ private _total;
58
+ private _showAll;
59
+ private _rotation;
60
+ private _zoom;
61
+ private _renderText;
62
+ private _loading;
63
+ private multiPageViewer?;
64
+ private multiPageLinkService?;
65
+ private multiPageFindController?;
66
+ private singlePageViewer?;
67
+ private singlePageLinkService?;
68
+ private singlePageFindController?;
69
+ private _eventBus?;
70
+ set src(dataOrBuffer: NzSafeAny);
71
+ set pi(val: number);
72
+ set showAll(val: boolean);
73
+ set renderText(val: boolean);
74
+ textLayerMode: PdfTextLayerMode;
75
+ showBorders: boolean;
76
+ stickToPage: boolean;
77
+ originalSize: boolean;
78
+ fitToPage: boolean;
79
+ set zoom(val: number);
80
+ zoomScale: PdfZoomScale;
81
+ set rotation(val: number);
82
+ autoReSize: boolean;
83
+ externalLinkTarget: PdfExternalLinkTarget;
84
+ delay?: number;
85
+ readonly change: EventEmitter<PdfChangeEvent>;
86
+ get loading(): boolean;
87
+ get pdf(): PDFDocumentProxy | undefined | null;
88
+ get findController(): PDFFindController | undefined;
89
+ get pageViewer(): PDFViewer | undefined;
90
+ get linkService(): PDFLinkService | undefined;
91
+ get eventBus(): EventBus | undefined;
92
+ private get _textLayerMode();
93
+ private get win();
94
+ private get el();
95
+ constructor();
96
+ private getValidPi;
97
+ private emit;
98
+ private initDelay;
99
+ setLoading(status: boolean): void;
100
+ private load;
101
+ private resetDoc;
102
+ private cleanDoc;
103
+ private render;
104
+ private timeExec;
105
+ private updateSize;
106
+ private getScale;
107
+ private destroy;
108
+ private setupPageViewer;
109
+ private createEventBus;
110
+ private setupMultiPageViewer;
111
+ private setupSinglePageViewer;
112
+ ngAfterViewInit(): void;
113
+ private initResize;
114
+ ngOnChanges(changes: {
115
+ [p in keyof PdfComponent]?: SimpleChange;
116
+ }): void;
117
+ ngOnDestroy(): void;
118
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfComponent, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdfComponent, "pdf", ["pdf"], { "src": { "alias": "src"; "required": false; }; "pi": { "alias": "pi"; "required": false; }; "showAll": { "alias": "showAll"; "required": false; }; "renderText": { "alias": "renderText"; "required": false; }; "textLayerMode": { "alias": "textLayerMode"; "required": false; }; "showBorders": { "alias": "showBorders"; "required": false; }; "stickToPage": { "alias": "stickToPage"; "required": false; }; "originalSize": { "alias": "originalSize"; "required": false; }; "fitToPage": { "alias": "fitToPage"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "zoomScale": { "alias": "zoomScale"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "autoReSize": { "alias": "autoReSize"; "required": false; }; "externalLinkTarget": { "alias": "externalLinkTarget"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
120
+ static ngAcceptInputType_pi: unknown;
121
+ static ngAcceptInputType_showAll: unknown;
122
+ static ngAcceptInputType_renderText: unknown;
123
+ static ngAcceptInputType_showBorders: unknown;
124
+ static ngAcceptInputType_stickToPage: unknown;
125
+ static ngAcceptInputType_originalSize: unknown;
126
+ static ngAcceptInputType_fitToPage: unknown;
127
+ static ngAcceptInputType_zoom: unknown;
128
+ static ngAcceptInputType_rotation: unknown;
129
+ static ngAcceptInputType_autoReSize: unknown;
130
+ static ngAcceptInputType_delay: unknown;
131
+ }
132
+
133
+ declare const PDF_DEFULAT_CONFIG: AlainPdfConfig;
134
+
135
+ declare class PdfModule {
136
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfModule, never>;
137
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PdfModule, never, [typeof i1.CommonModule, typeof i2.NzSkeletonModule, typeof PdfComponent], [typeof PdfComponent]>;
138
+ static ɵinj: i0.ɵɵInjectorDeclaration<PdfModule>;
139
+ }
140
+
141
+ export { PDF_DEFULAT_CONFIG, PdfComponent, PdfExternalLinkTarget, PdfModule, PdfTextLayerMode };
142
+ export type { PdfChangeEvent, PdfChangeEventType, PdfZoomScale };
@@ -1,5 +1,38 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@delon/abc/quick-menu" />
5
- export * from './public_api';
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, OnChanges, TemplateRef, EventEmitter } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import * as i2 from 'ng-zorro-antd/icon';
5
+ import * as i3 from 'ng-zorro-antd/core/outlet';
6
+
7
+ declare class QuickMenuComponent implements OnInit, OnChanges {
8
+ private readonly cdr;
9
+ private readonly el;
10
+ private readonly render;
11
+ ctrlStyle: Record<string, string | undefined>;
12
+ icon: string | TemplateRef<void>;
13
+ top: number;
14
+ width: number;
15
+ bgColor?: string;
16
+ borderColor?: string;
17
+ expand: boolean;
18
+ readonly expandChange: EventEmitter<boolean>;
19
+ private show;
20
+ private initFlag;
21
+ _click(): void;
22
+ private setStyle;
23
+ ngOnInit(): void;
24
+ ngOnChanges(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<QuickMenuComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<QuickMenuComponent, "quick-menu", ["quickMenu"], { "icon": { "alias": "icon"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; }, { "expandChange": "expandChange"; }, never, ["*"], true, never>;
27
+ static ngAcceptInputType_top: unknown;
28
+ static ngAcceptInputType_width: unknown;
29
+ static ngAcceptInputType_expand: unknown;
30
+ }
31
+
32
+ declare class QuickMenuModule {
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<QuickMenuModule, never>;
34
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QuickMenuModule, never, [typeof i1.CommonModule, typeof i2.NzIconModule, typeof i3.NzOutletModule, typeof QuickMenuComponent], [typeof QuickMenuComponent]>;
35
+ static ɵinj: i0.ɵɵInjectorDeclaration<QuickMenuModule>;
36
+ }
37
+
38
+ export { QuickMenuComponent, QuickMenuModule };
@@ -11,8 +11,8 @@
11
11
 
12
12
  &,
13
13
  &__ctrl {
14
- background-color: @quick-menu-bg;
15
14
  border: @quick-menu-border-width solid @quick-menu-border-color;
15
+ background-color: @quick-menu-bg;
16
16
  box-shadow: @shadow-1-down;
17
17
  }
18
18
 
@@ -28,9 +28,9 @@
28
28
  left: -@quick-menu-ctrl-hw;
29
29
  width: @quick-menu-ctrl-hw;
30
30
  height: @quick-menu-ctrl-hw;
31
- text-align: center;
32
31
  border-right: 0;
33
32
  border-radius: 3px 0 0 3px;
33
+ text-align: center;
34
34
 
35
35
  &-icon {
36
36
  font-size: 20px;