@acorex/components 21.0.0-next52 → 21.0.1-next.1
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/code-editor/index.d.ts +5 -1
- package/data-list/index.d.ts +1 -1
- package/decorators/index.d.ts +5 -1
- package/fesm2022/acorex-components-code-editor.mjs +17 -6
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-data-list.mjs +11 -22
- package/fesm2022/acorex-components-data-list.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +0 -1
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +12 -5
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +22 -3
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +6 -8
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +11 -5
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +18 -24
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +26 -5
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-iYSPzoLn.mjs → acorex-components-modal-acorex-components-modal-BNmjgw73.mjs} +27 -3
- package/fesm2022/acorex-components-modal-acorex-components-modal-BNmjgw73.mjs.map +1 -0
- package/fesm2022/{acorex-components-modal-modal-content.component-sZWKhYM-.mjs → acorex-components-modal-modal-content.component-B02583hv.mjs} +2 -2
- package/fesm2022/{acorex-components-modal-modal-content.component-sZWKhYM-.mjs.map → acorex-components-modal-modal-content.component-B02583hv.mjs.map} +1 -1
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-number-box.mjs +4 -5
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +2 -2
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +12 -3
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +136 -175
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +308 -105
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +2 -2
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +68 -7
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +5 -5
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/json-viewer/index.d.ts +3 -2
- package/media-viewer/index.d.ts +3 -4
- package/menu/index.d.ts +4 -0
- package/modal/index.d.ts +7 -0
- package/number-box/index.d.ts +1 -1
- package/package.json +7 -7
- package/phone-box/index.d.ts +4 -1
- package/popover/index.d.ts +20 -27
- package/popup/index.d.ts +103 -27
- package/tree-view/index.d.ts +26 -4
- package/wysiwyg/index.d.ts +0 -1
- package/fesm2022/acorex-components-modal-acorex-components-modal-iYSPzoLn.mjs.map +0 -1
|
@@ -867,7 +867,7 @@ class AXRowCommandColumnComponent extends AXBaseRowCommandColumnComponent {
|
|
|
867
867
|
<ax-button
|
|
868
868
|
[iconOnly]="command.item.iconOnly ?? true"
|
|
869
869
|
[text]="command.item.text"
|
|
870
|
-
[attr.title]="command.item.text"
|
|
870
|
+
[attr.title]="command.item.text | translate | async"
|
|
871
871
|
[style.color]="'rgba(var(--ax-sys-color-' + (command.item.color ?? 'primary)') + '-500))'"
|
|
872
872
|
[disabled]="command.item.disabled || commandLoading()"
|
|
873
873
|
[class.ax-state-disabled]="command.item.disabled"
|
|
@@ -883,7 +883,7 @@ class AXRowCommandColumnComponent extends AXBaseRowCommandColumnComponent {
|
|
|
883
883
|
}
|
|
884
884
|
}
|
|
885
885
|
</ng-template>
|
|
886
|
-
<ng-template #footer></ng-template> `, isInline: true, dependencies: [{ kind: "directive", type: AXRippleDirective, selector: "[axRipple]", inputs: ["axRipple", "axRippleColor"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
886
|
+
<ng-template #footer></ng-template> `, isInline: true, dependencies: [{ kind: "directive", type: AXRippleDirective, selector: "[axRipple]", inputs: ["axRipple", "axRippleColor"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }, { kind: "pipe", type: AXTranslatorPipe, name: "translate" }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
887
887
|
}
|
|
888
888
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AXRowCommandColumnComponent, decorators: [{
|
|
889
889
|
type: Component,
|
|
@@ -896,7 +896,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
896
896
|
<ax-button
|
|
897
897
|
[iconOnly]="command.item.iconOnly ?? true"
|
|
898
898
|
[text]="command.item.text"
|
|
899
|
-
[attr.title]="command.item.text"
|
|
899
|
+
[attr.title]="command.item.text | translate | async"
|
|
900
900
|
[style.color]="'rgba(var(--ax-sys-color-' + (command.item.color ?? 'primary)') + '-500))'"
|
|
901
901
|
[disabled]="command.item.disabled || commandLoading()"
|
|
902
902
|
[class.ax-state-disabled]="command.item.disabled"
|
|
@@ -923,7 +923,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
923
923
|
],
|
|
924
924
|
inputs: ['width', 'caption', 'fixed'],
|
|
925
925
|
outputs: ['onItemClick'],
|
|
926
|
-
imports: [
|
|
926
|
+
imports: [
|
|
927
|
+
AXRippleDirective,
|
|
928
|
+
AXDecoratorIconComponent,
|
|
929
|
+
AXButtonComponent,
|
|
930
|
+
AXLoadingComponent,
|
|
931
|
+
AXTranslatorPipe,
|
|
932
|
+
AsyncPipe,
|
|
933
|
+
],
|
|
927
934
|
}]
|
|
928
935
|
}], propDecorators: { _cellTemplate: [{
|
|
929
936
|
type: ViewChild,
|
|
@@ -1971,7 +1978,7 @@ class AXDataTableComponent extends AXBaseDataTable {
|
|
|
1971
1978
|
}
|
|
1972
1979
|
});
|
|
1973
1980
|
if (autoWidthColumns.length > 0) {
|
|
1974
|
-
console.
|
|
1981
|
+
console.warn(`Auto-fitted ${autoWidthColumns.length} column(s) with width='auto': indices ${autoWidthColumns.join(', ')}`);
|
|
1975
1982
|
}
|
|
1976
1983
|
}
|
|
1977
1984
|
/**
|