aril 1.2.21 → 1.2.23
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/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +21 -10
- package/esm2022/ui-business/trace-drawer/src/trace-drawer.component.mjs +9 -3
- package/fesm2022/aril-ui-business-enumPicker.mjs +21 -10
- package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
- package/fesm2022/aril-ui-business-trace-drawer.mjs +8 -2
- package/fesm2022/aril-ui-business-trace-drawer.mjs.map +1 -1
- package/package.json +215 -215
- package/ui-business/enumPicker/src/enum-picker.component.d.ts +1 -1
- package/ui-business/trace-drawer/src/trace-drawer.component.d.ts +1 -0
|
@@ -22,7 +22,7 @@ export declare class EnumPickerComponent extends BaseInputComponent {
|
|
|
22
22
|
itemKey: import("@angular/core").InputSignal<string>;
|
|
23
23
|
itemText: import("@angular/core").InputSignal<string>;
|
|
24
24
|
groupName: import("@angular/core").InputSignal<string>;
|
|
25
|
-
parentSelectionKey: import("@angular/core").InputSignal<null>;
|
|
25
|
+
parentSelectionKey: import("@angular/core").InputSignal<string | null>;
|
|
26
26
|
parentGroupName: import("@angular/core").InputSignal<string>;
|
|
27
27
|
tabindex: import("@angular/core").InputSignal<number>;
|
|
28
28
|
items: import("@angular/core").InputSignal<SelectBoxItem[] | undefined>;
|
|
@@ -44,6 +44,7 @@ export declare class TraceDrawerComponent {
|
|
|
44
44
|
protected loadMoreAppLogs(): void;
|
|
45
45
|
protected onVisibleChange(value: boolean): void;
|
|
46
46
|
protected retry(): void;
|
|
47
|
+
protected refresh(): void;
|
|
47
48
|
protected shareLink(): void;
|
|
48
49
|
protected copyAsCurl(hit: ApisixHit): Promise<void>;
|
|
49
50
|
private buildCurl;
|