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.
- package/CHANGELOG.md +9 -0
- package/esm2022/i18n/i18n.mjs +1 -1
- package/esm2022/i18n/locales/de-de.mjs +5 -1
- package/esm2022/i18n/locales/en-us.mjs +5 -1
- package/esm2022/i18n/locales/ja-jp.mjs +5 -1
- package/esm2022/i18n/locales/zh-hans.mjs +5 -1
- package/esm2022/i18n/locales/zh-hant.mjs +5 -1
- package/esm2022/layout/sidebar.component.mjs +4 -2
- package/esm2022/version.mjs +2 -2
- package/fesm2022/ngx-tethys-i18n.mjs +20 -0
- package/fesm2022/ngx-tethys-i18n.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +3 -1
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/i18n/i18n.d.ts +6 -1
- package/i18n/locales/de-de.d.ts +4 -0
- package/i18n/locales/en-us.d.ts +4 -0
- package/i18n/locales/ja-jp.d.ts +4 -0
- package/i18n/locales/zh-hans.d.ts +4 -0
- package/i18n/locales/zh-hant.d.ts +4 -0
- package/layout/sidebar.component.d.ts +8 -42
- package/package.json +1 -1
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
|
@@ -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
|
-
|
|
59
|
-
|
|
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
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "18.2.
|
|
1
|
+
export declare const VERSION = "18.2.7";
|
package/schematics/version.js
CHANGED