ngx-tethys 18.2.6 → 18.2.7

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.
@@ -1,6 +1,10 @@
1
1
  import { ThyLocaleType } from '../i18n';
2
2
  declare const _default: {
3
3
  id: ThyLocaleType;
4
+ layout: {
5
+ expand: string;
6
+ collapse: string;
7
+ };
4
8
  datePicker: {
5
9
  yearFormat: string;
6
10
  monthFormat: string;
@@ -1,6 +1,10 @@
1
1
  import { ThyLocaleType } from '../i18n';
2
2
  declare const _default: {
3
3
  id: ThyLocaleType;
4
+ layout: {
5
+ expand: string;
6
+ collapse: string;
7
+ };
4
8
  datePicker: {
5
9
  yearFormat: string;
6
10
  monthFormat: string;
@@ -53,30 +53,10 @@ export declare class ThySidebarDirective implements OnInit {
53
53
  ngOnInit(): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySidebarDirective, never>;
55
55
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThySidebarDirective, "[thySidebar]", never, { "thyDirection": { "alias": "thyDirection"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyWidth": { "alias": "thyWidth"; "required": false; }; "thyIsolated": { "alias": "thyIsolated"; "required": false; }; "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyHasBorderRight": { "alias": "thyHasBorderRight"; "required": false; }; "thyHasBorderLeft": { "alias": "thyHasBorderLeft"; "required": false; }; }, {}, never, never, true, never>;
56
- static ngAcceptInputType_thyIsolated: boolean |
57
- /**
58
- * 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
59
- * @default 240px
60
- */
61
- string | number;
62
- static ngAcceptInputType_thyDivided: boolean |
63
- /**
64
- * 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
65
- * @default 240px
66
- */
67
- string | number;
68
- static ngAcceptInputType_thyHasBorderRight: boolean |
69
- /**
70
- * 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
71
- * @default 240px
72
- */
73
- string | number;
74
- static ngAcceptInputType_thyHasBorderLeft: boolean |
75
- /**
76
- * 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
77
- * @default 240px
78
- */
79
- string | number;
56
+ static ngAcceptInputType_thyIsolated: boolean | string | number;
57
+ static ngAcceptInputType_thyDivided: boolean | string | number;
58
+ static ngAcceptInputType_thyHasBorderRight: boolean | string | number;
59
+ static ngAcceptInputType_thyHasBorderLeft: boolean | string | number;
80
60
  }
81
61
  /**
82
62
  * 侧边栏布局组件
@@ -84,6 +64,7 @@ export declare class ThySidebarDirective implements OnInit {
84
64
  * @order 21
85
65
  */
86
66
  export declare class ThySidebar implements OnInit, OnDestroy {
67
+ private locale;
87
68
  elementRef: ElementRef<any>;
88
69
  private hotkeyDispatcher;
89
70
  sidebarDirective: ThySidebarDirective;
@@ -162,25 +143,10 @@ export declare class ThySidebar implements OnInit, OnDestroy {
162
143
  ngOnDestroy(): void;
163
144
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySidebar, never>;
164
145
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySidebar, "thy-sidebar", never, { "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyDragMaxWidth": { "alias": "thyDragMaxWidth"; "required": false; }; "thyDragMinWidth": { "alias": "thyDragMinWidth"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyCollapsible": { "alias": "thyCollapsible"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; "thyCollapsedWidth": { "alias": "thyCollapsedWidth"; "required": false; }; "thyDefaultWidth": { "alias": "thyDefaultWidth"; "required": false; }; }, { "thyCollapsedChange": "thyCollapsedChange"; "thyDragWidthChange": "thyDragWidthChange"; }, never, ["*"], true, [{ directive: typeof ThySidebarDirective; inputs: { "thyTheme": "thyTheme"; "thyDirection": "thyDirection"; "thyWidth": "thyWidth"; "thyIsolated": "thyIsolated"; "thyDivided": "thyDivided"; "thyHasBorderLeft": "thyHasBorderLeft"; "thyHasBorderRight": "thyHasBorderRight"; }; outputs: {}; }]>;
165
- static ngAcceptInputType_thyDraggable: boolean |
166
- /**
167
- * 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
168
- * @default 240px
169
- */
170
- string | number;
146
+ static ngAcceptInputType_thyDraggable: boolean | string | number;
171
147
  static ngAcceptInputType_thyDragMaxWidth: unknown;
172
148
  static ngAcceptInputType_thyDragMinWidth: unknown;
173
- static ngAcceptInputType_thyCollapsible: boolean |
174
- /**
175
- * 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
176
- * @default 240px
177
- */
178
- string | number;
179
- static ngAcceptInputType_thyCollapsed: boolean |
180
- /**
181
- * 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
182
- * @default 240px
183
- */
184
- string | number;
149
+ static ngAcceptInputType_thyCollapsible: boolean | string | number;
150
+ static ngAcceptInputType_thyCollapsed: boolean | string | number;
185
151
  static ngAcceptInputType_thyCollapsedWidth: unknown;
186
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-tethys",
3
- "version": "18.2.6",
3
+ "version": "18.2.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
@@ -1 +1 @@
1
- export declare const VERSION = "18.2.6";
1
+ export declare const VERSION = "18.2.7";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '18.2.6';
4
+ exports.VERSION = '18.2.7';