@acorex/components 20.1.29 → 20.1.33
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/README.md +3 -0
- package/code-editor/index.d.ts +103 -0
- package/comment/index.d.ts +4 -5
- package/conversation/index.d.ts +106 -78
- package/data-pager/index.d.ts +12 -12
- package/data-table/index.d.ts +1 -1
- package/datetime-box/index.d.ts +10 -10
- package/drawer-2/index.d.ts +7 -8
- package/dropdown/index.d.ts +3 -3
- package/fesm2022/acorex-components-accordion.mjs +10 -10
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +10 -10
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +7 -7
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +7 -7
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +7 -7
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +10 -10
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +7 -7
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +10 -10
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +13 -13
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +13 -13
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +7 -7
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +7 -7
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +7 -7
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-code-editor.mjs +591 -0
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +7 -7
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +30 -30
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +36 -36
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +119 -87
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +46 -46
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +31 -31
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +37 -37
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +11 -11
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +7 -7
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +25 -25
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +10 -10
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer-2.mjs +13 -14
- package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +13 -13
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +13 -13
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +25 -25
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +16 -16
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +16 -16
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +40 -34
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +7 -7
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +3 -3
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +6 -6
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +7 -7
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +7 -7
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +10 -10
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +16 -16
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +13 -13
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +34 -34
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +19 -19
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-CmzrV-vD.mjs → acorex-components-modal-acorex-components-modal-BdrQgtUV.mjs} +21 -21
- package/fesm2022/{acorex-components-modal-acorex-components-modal-CmzrV-vD.mjs.map → acorex-components-modal-acorex-components-modal-BdrQgtUV.mjs.map} +1 -1
- package/fesm2022/{acorex-components-modal-modal-content.component-CaZfLUuL.mjs → acorex-components-modal-modal-content.component-DTrjX50k.mjs} +24 -8
- package/fesm2022/acorex-components-modal-modal-content.component-DTrjX50k.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +7 -7
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +10 -10
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-2.mjs +8 -5
- package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +7 -7
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +7 -7
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +27 -27
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +13 -16
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +7 -7
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +13 -13
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +7 -7
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +10 -10
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +7 -7
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +7 -7
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +7 -7
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +7 -7
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +13 -13
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +11 -7
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +7 -7
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-rest-api-generator.mjs +22 -22
- package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +7 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +7 -7
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +6 -6
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +31 -31
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-scss.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +7 -7
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +7 -7
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +8 -8
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +7 -7
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +13 -13
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +7 -7
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +7 -7
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +15 -15
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +13 -13
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +10 -10
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +13 -13
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +23 -7
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +7 -7
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +8 -9
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +10 -10
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +7 -7
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +13 -10
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +57 -12
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +7 -7
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +10 -10
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +10 -10
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +252 -56
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +7 -7
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +31 -31
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/form/index.d.ts +13 -13
- package/image/index.d.ts +4 -4
- package/image-editor/index.d.ts +10 -4
- package/menu/index.d.ts +6 -6
- package/modal/index.d.ts +1 -0
- package/number-box-2/index.d.ts +1 -1
- package/package.json +40 -16
- package/paint/index.d.ts +5 -5
- package/password-box/index.d.ts +1 -4
- package/phone-box/index.d.ts +7 -8
- package/popover/index.d.ts +1 -1
- package/popup/index.d.ts +2 -2
- package/qrcode/index.d.ts +7 -7
- package/query-builder/index.d.ts +1 -1
- package/range-slider/index.d.ts +13 -13
- package/rate-picker/index.d.ts +4 -4
- package/rest-api-generator/index.d.ts +1 -1
- package/search-box/index.d.ts +2 -2
- package/select-box/index.d.ts +2 -2
- package/selection-list-2/index.d.ts +3 -3
- package/side-menu/index.d.ts +9 -9
- package/sliding-item/index.d.ts +4 -5
- package/tag-box/index.d.ts +16 -0
- package/text-area/index.d.ts +1 -2
- package/time-line/index.d.ts +3 -0
- package/toast/index.d.ts +45 -1
- package/uploader/index.d.ts +215 -5
- package/fesm2022/acorex-components-modal-modal-content.component-CaZfLUuL.mjs.map +0 -1
@@ -0,0 +1,103 @@
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
2
|
+
import { ElementRef } from '@angular/core';
|
3
|
+
import * as _codemirror_autocomplete from '@codemirror/autocomplete';
|
4
|
+
import * as _codemirror_state from '@codemirror/state';
|
5
|
+
import { MXValueComponent } from '@acorex/cdk/common';
|
6
|
+
import * as i1 from '@angular/common';
|
7
|
+
|
8
|
+
type AXCodeEditorExtensionLike = _codemirror_state.Extension;
|
9
|
+
type AXCodeEditorCompletionLike = _codemirror_autocomplete.Completion;
|
10
|
+
type AXCodeEditorCompletionSourceLike = _codemirror_autocomplete.CompletionSource;
|
11
|
+
/**
|
12
|
+
* Supported syntax highlighting modes for the editor.
|
13
|
+
*/
|
14
|
+
type AXCodeEditorSupportedLanguage = 'javascript' | 'js' | 'typescript' | 'ts' | 'json' | 'html' | 'css' | 'scss' | 'sass' | 'sql' | 'xml' | 'markdown' | 'text';
|
15
|
+
declare class AXCodeEditorComponent extends MXValueComponent<string> {
|
16
|
+
/** Active language mode. Default: 'javascript'. */
|
17
|
+
language: _angular_core.InputSignal<AXCodeEditorSupportedLanguage>;
|
18
|
+
/** When true, the editor becomes readonly (non-editable). */
|
19
|
+
readOnly: _angular_core.InputSignal<boolean>;
|
20
|
+
/** Placeholder text shown when the document is empty. */
|
21
|
+
placeholder: _angular_core.InputSignal<string>;
|
22
|
+
/** Toggle rendering of line numbers in the gutter. */
|
23
|
+
lineNumbers: _angular_core.InputSignal<boolean>;
|
24
|
+
/** Soft-wrap long lines when true. */
|
25
|
+
lineWrapping: _angular_core.InputSignal<boolean>;
|
26
|
+
/** Tab size (spaces per indent level). */
|
27
|
+
tabSize: _angular_core.InputSignal<number>;
|
28
|
+
/** When true, the Tab key indents instead of moving focus. */
|
29
|
+
indentWithTab: _angular_core.InputSignal<boolean>;
|
30
|
+
/** Fixed height for the editor (e.g., '320px'). */
|
31
|
+
height: _angular_core.InputSignal<string>;
|
32
|
+
/** Minimum height for the editor. */
|
33
|
+
minHeight: _angular_core.InputSignal<string>;
|
34
|
+
/** Maximum height for the editor. */
|
35
|
+
maxHeight: _angular_core.InputSignal<string>;
|
36
|
+
/** Additional CodeMirror extensions to apply. Reconfigures at runtime. */
|
37
|
+
extensions: _angular_core.InputSignal<readonly _codemirror_state.Extension[]>;
|
38
|
+
/** ARIA label for accessibility. */
|
39
|
+
ariaLabel: _angular_core.InputSignal<string>;
|
40
|
+
/** Focus the editor after first render. */
|
41
|
+
focusOnReady: _angular_core.InputSignal<boolean>;
|
42
|
+
/** If true, format the document via Prettier before emitting save. */
|
43
|
+
formatOnSave: _angular_core.InputSignal<boolean>;
|
44
|
+
/**
|
45
|
+
* Custom autocompletion options: either a static array of Completion items
|
46
|
+
* or a CodeMirror CompletionSource function.
|
47
|
+
*/
|
48
|
+
customCompletions: _angular_core.InputSignal<_codemirror_autocomplete.CompletionSource | readonly _codemirror_autocomplete.Completion[]>;
|
49
|
+
/** Emits when the editor is fully initialized and ready. */
|
50
|
+
ready: _angular_core.OutputEmitterRef<void>;
|
51
|
+
/** Emits when the user triggers save (Ctrl/Cmd+S). Payload is the current text. */
|
52
|
+
save: _angular_core.OutputEmitterRef<string>;
|
53
|
+
host: _angular_core.Signal<ElementRef<HTMLDivElement>>;
|
54
|
+
private platformId;
|
55
|
+
private destroyRef;
|
56
|
+
private platformService;
|
57
|
+
private editorViewSig;
|
58
|
+
private languageCompartment;
|
59
|
+
private readOnlyCompartment;
|
60
|
+
private themeCompartment;
|
61
|
+
private placeholderCompartment;
|
62
|
+
private wrappingCompartment;
|
63
|
+
private keymapExtrasCompartment;
|
64
|
+
private tabSizeCompartment;
|
65
|
+
private lineNumbersCompartment;
|
66
|
+
private cm;
|
67
|
+
private isBrowser;
|
68
|
+
constructor();
|
69
|
+
private initializeEditor;
|
70
|
+
private reconfigure;
|
71
|
+
/**
|
72
|
+
* Handles Ctrl/Cmd+S on the host. If formatOnSave is enabled, attempts
|
73
|
+
* to format the document first, then emits the saved text.
|
74
|
+
*/
|
75
|
+
onSaveShortcut(event: KeyboardEvent): Promise<void>;
|
76
|
+
private loadCodeMirrorModules;
|
77
|
+
private createCompartments;
|
78
|
+
private buildKeymaps;
|
79
|
+
private tryFormatWithPrettier;
|
80
|
+
private resolveLanguageExtension;
|
81
|
+
private resolveThemeExtension;
|
82
|
+
private buildCustomCompletionSources;
|
83
|
+
/** Programmatically focus the editor. */
|
84
|
+
focus(): void;
|
85
|
+
/** Select all text in the current document. */
|
86
|
+
selectAll(): void;
|
87
|
+
format(affect?: boolean): Promise<string | null>;
|
88
|
+
/** Returns the total number of characters in the current document. */
|
89
|
+
getTotalCharacters(): number;
|
90
|
+
/** Returns the total number of lines in the current document. */
|
91
|
+
getTotalLines(): number;
|
92
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCodeEditorComponent, never>;
|
93
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXCodeEditorComponent, "ax-code-editor", never, { "language": { "alias": "language"; "required": false; "isSignal": true; }; "readOnly": { "alias": "readOnly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "lineNumbers": { "alias": "lineNumbers"; "required": false; "isSignal": true; }; "lineWrapping": { "alias": "lineWrapping"; "required": false; "isSignal": true; }; "tabSize": { "alias": "tabSize"; "required": false; "isSignal": true; }; "indentWithTab": { "alias": "indentWithTab"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "extensions": { "alias": "extensions"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "focusOnReady": { "alias": "focusOnReady"; "required": false; "isSignal": true; }; "formatOnSave": { "alias": "formatOnSave"; "required": false; "isSignal": true; }; "customCompletions": { "alias": "customCompletions"; "required": false; "isSignal": true; }; }, { "ready": "ready"; "save": "save"; }, never, never, true, never>;
|
94
|
+
}
|
95
|
+
|
96
|
+
declare class AXCodeEditorModule {
|
97
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCodeEditorModule, never>;
|
98
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXCodeEditorModule, never, [typeof i1.CommonModule, typeof AXCodeEditorComponent], [typeof AXCodeEditorComponent]>;
|
99
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXCodeEditorModule>;
|
100
|
+
}
|
101
|
+
|
102
|
+
export { AXCodeEditorComponent, AXCodeEditorModule };
|
103
|
+
export type { AXCodeEditorCompletionLike, AXCodeEditorCompletionSourceLike, AXCodeEditorExtensionLike, AXCodeEditorSupportedLanguage };
|
package/comment/index.d.ts
CHANGED
@@ -33,7 +33,7 @@ declare class AXCommentItemComponent {
|
|
33
33
|
*/
|
34
34
|
protected avatar: i0.Signal<AXAvatarComponent>;
|
35
35
|
protected collapse: i0.Signal<AXCollapseComponent>;
|
36
|
-
replyCount: i0.InputSignal<number>;
|
36
|
+
readonly replyCount: i0.InputSignal<number>;
|
37
37
|
/**
|
38
38
|
* @ignore
|
39
39
|
*/
|
@@ -62,11 +62,10 @@ declare class AXCommentLikeComponent {
|
|
62
62
|
/**
|
63
63
|
* Indicates whether the comment is liked.
|
64
64
|
*/
|
65
|
-
|
66
|
-
|
67
|
-
changeState(): void;
|
65
|
+
like: i0.ModelSignal<boolean>;
|
66
|
+
protected changeState(): void;
|
68
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentLikeComponent, never>;
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentLikeComponent, "ax-comment-like", never, { "
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentLikeComponent, "ax-comment-like", never, { "like": { "alias": "like"; "required": true; "isSignal": true; }; }, { "like": "likeChange"; }, never, ["*"], true, never>;
|
70
69
|
}
|
71
70
|
|
72
71
|
/**
|
package/conversation/index.d.ts
CHANGED
@@ -1,15 +1,12 @@
|
|
1
1
|
import * as i3 from '@acorex/cdk/common';
|
2
2
|
import { AXHtmlEvent, AXEvent, AXStyleColorType, MXInputBaseValueComponent, MXLookComponent, AXClickEvent, MXBaseComponent } from '@acorex/cdk/common';
|
3
3
|
import * as _angular_core from '@angular/core';
|
4
|
-
import { Type, WritableSignal, ElementRef, Signal, TemplateRef, OnDestroy,
|
4
|
+
import { Type, WritableSignal, ElementRef, Signal, TemplateRef, OnDestroy, OnInit, ModuleWithProviders } from '@angular/core';
|
5
5
|
import * as polytype from 'polytype';
|
6
6
|
import * as i15 from '@acorex/components/popover';
|
7
7
|
import { AXPopoverComponent } from '@acorex/components/popover';
|
8
8
|
import * as i12 from '@angular/cdk/portal';
|
9
9
|
import { ComponentPortal, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';
|
10
|
-
import * as i16 from '@acorex/core/file';
|
11
|
-
import { AXFileService } from '@acorex/core/file';
|
12
|
-
import { HttpClient } from '@angular/common/http';
|
13
10
|
import * as i9 from '@acorex/components/audio-wave';
|
14
11
|
import { AXAudioWaveComponent, AXWaveConfig, AXAudioWaveChangeEvent } from '@acorex/components/audio-wave';
|
15
12
|
import * as i1 from '@angular/common';
|
@@ -23,6 +20,7 @@ import * as i10 from '@acorex/components/circular-progress';
|
|
23
20
|
import * as i11 from '@acorex/core/date-time';
|
24
21
|
import * as i13 from '@acorex/components/loading';
|
25
22
|
import * as i14 from '@acorex/components/avatar';
|
23
|
+
import * as i16 from '@acorex/core/file';
|
26
24
|
import * as i17 from '@acorex/components/range-slider';
|
27
25
|
import * as i18 from '@acorex/cdk/virtual-scroll';
|
28
26
|
|
@@ -104,9 +102,25 @@ declare class AXRecordingService {
|
|
104
102
|
hours: number;
|
105
103
|
};
|
106
104
|
protected timerInterval: any;
|
105
|
+
/**
|
106
|
+
* Starts audio recording using the browser's MediaRecorder API.
|
107
|
+
*
|
108
|
+
* @returns Promise<void> - Resolves when recording starts successfully, rejects if not supported.
|
109
|
+
*/
|
107
110
|
startRecording(): Promise<void>;
|
108
|
-
|
111
|
+
/**
|
112
|
+
* Ends the current recording session and returns the recorded audio blob.
|
113
|
+
*
|
114
|
+
* @returns Promise<Blob> - Resolves with the recorded audio blob.
|
115
|
+
*/
|
116
|
+
endRecording(): Promise<Blob>;
|
117
|
+
/**
|
118
|
+
* Calculates and updates the recording time, incrementing seconds, minutes, and hours as needed.
|
119
|
+
*/
|
109
120
|
calculateTime(): void;
|
121
|
+
/**
|
122
|
+
* Resets the recording timer to zero and clears the timer interval.
|
123
|
+
*/
|
110
124
|
resetTimer(): void;
|
111
125
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRecordingService, never>;
|
112
126
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRecordingService>;
|
@@ -136,15 +150,15 @@ declare class AXConversationInputComponent extends AXConversationInputComponent_
|
|
136
150
|
protected replyChat: Signal<AXConversationMessage>;
|
137
151
|
setActionBoxContainer(icon: string, content: string, user?: string, closeCallback?: () => void): void;
|
138
152
|
/** Maximum length of input text */
|
139
|
-
maxLength: _angular_core.InputSignal<number>;
|
153
|
+
readonly maxLength: _angular_core.InputSignal<number>;
|
140
154
|
/** Indicates if an attachment is present */
|
141
|
-
hasAttachment: _angular_core.InputSignal<boolean>;
|
155
|
+
readonly hasAttachment: _angular_core.InputSignal<boolean>;
|
142
156
|
/** Indicates if voice recording is enabled */
|
143
|
-
hasVoice: _angular_core.InputSignal<boolean>;
|
144
|
-
hasEmoji: _angular_core.InputSignal<boolean>;
|
145
|
-
isLoading: _angular_core.InputSignal<boolean>;
|
157
|
+
readonly hasVoice: _angular_core.InputSignal<boolean>;
|
158
|
+
readonly hasEmoji: _angular_core.InputSignal<boolean>;
|
159
|
+
readonly isLoading: _angular_core.InputSignal<boolean>;
|
146
160
|
/** Acceptable file types for attachment */
|
147
|
-
acceptFileType: _angular_core.InputSignal<string>;
|
161
|
+
readonly acceptFileType: _angular_core.InputSignal<string>;
|
148
162
|
/**
|
149
163
|
* Emitted when the send button is clicked.
|
150
164
|
*
|
@@ -251,9 +265,9 @@ declare class AXConversationMessageTypeRegistryService {
|
|
251
265
|
*/
|
252
266
|
declare class AXConversationMessageComponent extends MXBaseComponent {
|
253
267
|
protected popover: _angular_core.Signal<AXPopoverComponent>;
|
254
|
-
isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
255
|
-
chatMessage: _angular_core.InputSignal<AXConversationMessage>;
|
256
|
-
avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
268
|
+
readonly isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
269
|
+
readonly chatMessage: _angular_core.InputSignal<AXConversationMessage>;
|
270
|
+
readonly avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
257
271
|
protected conversationService: AXConversationService;
|
258
272
|
protected registryService: AXConversationMessageTypeRegistryService;
|
259
273
|
protected actionButtonItemsPrivate: _angular_core.WritableSignal<AXConversationMessageAction[]>;
|
@@ -263,10 +277,24 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
|
|
263
277
|
protected portal: _angular_core.Signal<ComponentPortal<any>>;
|
264
278
|
protected messageType: _angular_core.Signal<string>;
|
265
279
|
protected get isOwn(): boolean;
|
280
|
+
/**
|
281
|
+
* Handles the action button click and opens the action menu.
|
282
|
+
*/
|
266
283
|
protected handleActionClick(): void;
|
267
284
|
protected _handleAttached(ref: CdkPortalOutletAttachedRef): void;
|
285
|
+
/**
|
286
|
+
* Handles the resend button click and closes the popover.
|
287
|
+
*/
|
268
288
|
protected handleResendClick(): void;
|
289
|
+
/**
|
290
|
+
* Handles the delete button click and closes the popover.
|
291
|
+
*/
|
269
292
|
protected handleDeleteClick(): void;
|
293
|
+
/**
|
294
|
+
* Handles reply functionality by setting the reply ID and emitting the reply click event.
|
295
|
+
*
|
296
|
+
* @param e - The conversation message to reply to.
|
297
|
+
*/
|
270
298
|
protected replyHandler(e: AXConversationMessage): void;
|
271
299
|
get __hostClass(): string;
|
272
300
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageComponent, never>;
|
@@ -279,7 +307,7 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
|
|
279
307
|
* @category Components
|
280
308
|
*/
|
281
309
|
declare class AXConversationMessageAudioComponent extends AXConversationMessageBaseComponent implements OnDestroy {
|
282
|
-
|
310
|
+
private render;
|
283
311
|
/**
|
284
312
|
* @ignore
|
285
313
|
*/
|
@@ -366,71 +394,43 @@ declare class AXConversationMessageAudioComponent extends AXConversationMessageB
|
|
366
394
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageAudioComponent, "ax-conversation-message-audio", never, {}, {}, never, never, true, never>;
|
367
395
|
}
|
368
396
|
|
369
|
-
/**
|
370
|
-
* Displays the conversation view with messages and interactions.
|
371
|
-
*
|
372
|
-
* @category Components
|
373
|
-
*/
|
374
|
-
declare class AXConversationViewComponent extends MXBaseComponent {
|
375
|
-
protected conversationService: AXConversationService;
|
376
|
-
onScrollEnd: _angular_core.OutputEmitterRef<AXEvent>;
|
377
|
-
chatBoxHeight: _angular_core.InputSignal<string>;
|
378
|
-
isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
379
|
-
onActionMenuOpening: _angular_core.OutputEmitterRef<AXConversationMenuOpeningEvent>;
|
380
|
-
onAction: _angular_core.OutputEmitterRef<AXConversationActionEvent>;
|
381
|
-
onReplyClick: _angular_core.OutputEmitterRef<AXClickEvent>;
|
382
|
-
avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
383
|
-
updatePrevItems(item: any[]): void;
|
384
|
-
callForUpdate(): void;
|
385
|
-
addNewItem(item: any): void;
|
386
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationViewComponent, never>;
|
387
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationViewComponent, "ax-conversation-view", never, { "chatBoxHeight": { "alias": "chatBoxHeight"; "required": false; "isSignal": true; }; "isReplyArrowShown": { "alias": "isReplyArrowShown"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, { "onScrollEnd": "onScrollEnd"; "onActionMenuOpening": "onActionMenuOpening"; "onAction": "onAction"; "onReplyClick": "onReplyClick"; }, never, never, true, never>;
|
388
|
-
}
|
389
|
-
|
390
397
|
/**
|
391
398
|
* Component for displaying file messages in a conversation.
|
392
399
|
*
|
393
400
|
* @category Components
|
394
401
|
*/
|
395
402
|
declare class AXConversationFileMessageComponent extends AXConversationMessageBaseComponent {
|
403
|
+
#private;
|
396
404
|
/**
|
397
405
|
* @ignore
|
398
406
|
*/
|
399
|
-
fileState: WritableSignal<
|
400
|
-
/**
|
401
|
-
* @ignore
|
402
|
-
*/
|
403
|
-
fileSize: WritableSignal<number>;
|
404
|
-
/**
|
405
|
-
* @ignore
|
406
|
-
*/
|
407
|
-
fileName: WritableSignal<string>;
|
407
|
+
protected fileState: _angular_core.WritableSignal<"error" | "loading" | "ready">;
|
408
408
|
/**
|
409
409
|
* @ignore
|
410
410
|
*/
|
411
|
-
|
411
|
+
protected fileSize: _angular_core.WritableSignal<number>;
|
412
412
|
/**
|
413
413
|
* @ignore
|
414
414
|
*/
|
415
|
-
|
415
|
+
protected fileName: _angular_core.WritableSignal<string>;
|
416
416
|
/**
|
417
417
|
* @ignore
|
418
418
|
*/
|
419
|
-
|
419
|
+
private fileService;
|
420
420
|
/**
|
421
421
|
* @ignore
|
422
422
|
*/
|
423
|
-
|
423
|
+
private parent;
|
424
424
|
/**
|
425
425
|
* Emits a download action event for the file.
|
426
426
|
* @ignore
|
427
427
|
*/
|
428
|
-
handleDownloadFile(): void;
|
428
|
+
protected handleDownloadFile(): void;
|
429
429
|
/**
|
430
430
|
* Emits a cancel action event for the file loading.
|
431
431
|
* @ignore
|
432
432
|
*/
|
433
|
-
handleCancelLoading(): void;
|
433
|
+
protected handleCancelLoading(): void;
|
434
434
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationFileMessageComponent, never>;
|
435
435
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationFileMessageComponent, "ax-conversation-message-file", never, {}, {}, never, never, true, never>;
|
436
436
|
}
|
@@ -455,6 +455,7 @@ declare class ConversationMessageImagePopupComponent {
|
|
455
455
|
* @category Components
|
456
456
|
*/
|
457
457
|
declare class AXConversationMessageImageComponent extends AXConversationMessageBaseComponent {
|
458
|
+
#private;
|
458
459
|
/**
|
459
460
|
* @ignore
|
460
461
|
*/
|
@@ -475,15 +476,11 @@ declare class AXConversationMessageImageComponent extends AXConversationMessageB
|
|
475
476
|
closeButton: boolean;
|
476
477
|
closeOnBackdropClick: boolean;
|
477
478
|
};
|
478
|
-
/**
|
479
|
-
* @ignore
|
480
|
-
*/
|
481
|
-
constructor();
|
482
479
|
/**
|
483
480
|
* Opens a popup displaying the image with options for draggable, size, and backdrop.
|
484
481
|
* @ignore
|
485
482
|
*/
|
486
|
-
openPopup(): void;
|
483
|
+
protected openPopup(): void;
|
487
484
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageImageComponent, never>;
|
488
485
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageImageComponent, "ax-conversation-message-image", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
489
486
|
}
|
@@ -525,7 +522,7 @@ declare class AXConversationTextMessageComponent extends AXConversationMessageBa
|
|
525
522
|
/**
|
526
523
|
* @ignore
|
527
524
|
*/
|
528
|
-
conversationService
|
525
|
+
private conversationService;
|
529
526
|
ngOnInit(): void;
|
530
527
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationTextMessageComponent, never>;
|
531
528
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationTextMessageComponent, "ng-component", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
@@ -555,6 +552,7 @@ declare class AXConversationMessageVideoComponent extends AXConversationMessageB
|
|
555
552
|
* @category Components
|
556
553
|
*/
|
557
554
|
declare class AXConversationVoiceMessageComponent extends AXConversationMessageBaseComponent {
|
555
|
+
#private;
|
558
556
|
/**
|
559
557
|
* @ignore
|
560
558
|
*/
|
@@ -562,83 +560,79 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
|
|
562
560
|
/**
|
563
561
|
* @ignore
|
564
562
|
*/
|
565
|
-
config: AXWaveConfig;
|
563
|
+
protected config: AXWaveConfig;
|
566
564
|
/**
|
567
565
|
* @ignore
|
568
566
|
*/
|
569
|
-
audioState: WritableSignal<
|
567
|
+
protected audioState: _angular_core.WritableSignal<"error" | "playing" | "paused" | "loading" | "ready">;
|
570
568
|
/**
|
571
569
|
* @ignore
|
572
570
|
*/
|
573
|
-
parent
|
571
|
+
private parent;
|
574
572
|
private platformID;
|
575
573
|
/**
|
576
574
|
* @ignore
|
577
575
|
*/
|
578
|
-
selectedRate: WritableSignal<number>;
|
579
|
-
/**
|
580
|
-
* @ignore
|
581
|
-
*/
|
582
|
-
selectedRateIndex: WritableSignal<number>;
|
576
|
+
protected selectedRate: _angular_core.WritableSignal<number>;
|
583
577
|
/**
|
584
578
|
* @ignore
|
585
579
|
*/
|
586
|
-
|
580
|
+
private selectedRateIndex;
|
587
581
|
/**
|
588
582
|
* @ignore
|
589
583
|
*/
|
590
|
-
protected
|
584
|
+
protected audioProgress: _angular_core.WritableSignal<number>;
|
591
585
|
/**
|
592
586
|
* @ignore
|
593
587
|
*/
|
594
|
-
protected
|
588
|
+
protected timeLeft: _angular_core.WritableSignal<number>;
|
595
589
|
/**
|
596
590
|
* @ignore
|
597
591
|
*/
|
598
|
-
protected
|
592
|
+
protected currentTime: _angular_core.WritableSignal<number>;
|
599
593
|
/**
|
600
594
|
* @ignore
|
601
595
|
*/
|
602
|
-
|
596
|
+
protected duration: _angular_core.WritableSignal<number>;
|
603
597
|
/**
|
604
598
|
* @ignore
|
605
599
|
*/
|
606
|
-
setWaveColor
|
600
|
+
private setWaveColor;
|
607
601
|
/**
|
608
602
|
* Pauses the audio playback and updates the audio state to 'paused'.
|
609
603
|
* @ignore
|
610
604
|
*/
|
611
|
-
handlePauseClick(): void;
|
605
|
+
protected handlePauseClick(): void;
|
612
606
|
/**
|
613
607
|
* Plays the audio and updates the audio state to 'playing'.
|
614
608
|
* @ignore
|
615
609
|
*/
|
616
|
-
handlePlayClick(): void;
|
610
|
+
protected handlePlayClick(): void;
|
617
611
|
/**
|
618
612
|
* Updates audio state and progress based on status changes from the audio wave.
|
619
613
|
* @param e - The event containing status and data related to the audio.
|
620
614
|
* @ignore
|
621
615
|
*/
|
622
|
-
handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
|
616
|
+
protected handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
|
623
617
|
/**
|
624
618
|
* @ignore
|
625
619
|
*/
|
626
|
-
handleLoadingProgress(): void;
|
620
|
+
protected handleLoadingProgress(): void;
|
627
621
|
/**
|
628
622
|
* Handles the cancellation of a loading operation.
|
629
623
|
* @ignore
|
630
624
|
*/
|
631
|
-
handleCancelLoading(): void;
|
625
|
+
protected handleCancelLoading(): void;
|
632
626
|
/**
|
633
627
|
* Reloads the audio and updates the state to 'loading'.
|
634
628
|
* @ignore
|
635
629
|
*/
|
636
|
-
handleReloadClick(): void;
|
630
|
+
protected handleReloadClick(): void;
|
637
631
|
/**
|
638
632
|
* Cycles through predefined audio playback rates and updates the rate.
|
639
633
|
* @ignore
|
640
634
|
*/
|
641
|
-
handleRateClick(): void;
|
635
|
+
protected handleRateClick(): void;
|
642
636
|
/**
|
643
637
|
* @ignore
|
644
638
|
*/
|
@@ -647,6 +641,40 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
|
|
647
641
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationVoiceMessageComponent, "ax-conversation-message-audio", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
648
642
|
}
|
649
643
|
|
644
|
+
/**
|
645
|
+
* Displays the conversation view with messages and interactions.
|
646
|
+
*
|
647
|
+
* @category Components
|
648
|
+
*/
|
649
|
+
declare class AXConversationViewComponent extends MXBaseComponent {
|
650
|
+
protected conversationService: AXConversationService;
|
651
|
+
readonly chatBoxHeight: _angular_core.InputSignal<string>;
|
652
|
+
readonly isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
653
|
+
readonly avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
654
|
+
onActionMenuOpening: _angular_core.OutputEmitterRef<AXConversationMenuOpeningEvent>;
|
655
|
+
onAction: _angular_core.OutputEmitterRef<AXConversationActionEvent>;
|
656
|
+
onReplyClick: _angular_core.OutputEmitterRef<AXClickEvent>;
|
657
|
+
onScrollEnd: _angular_core.OutputEmitterRef<AXEvent>;
|
658
|
+
/**
|
659
|
+
* Updates the previous items in the conversation by prepending new items to the beginning of the chat list.
|
660
|
+
*
|
661
|
+
* @param item - Array of items to prepend to the conversation.
|
662
|
+
*/
|
663
|
+
updatePrevItems(item: any[]): void;
|
664
|
+
/**
|
665
|
+
* Calls for an update by emitting the onScrollEnd event.
|
666
|
+
*/
|
667
|
+
callForUpdate(): void;
|
668
|
+
/**
|
669
|
+
* Adds a new item to the end of the conversation chat list.
|
670
|
+
*
|
671
|
+
* @param item - The item to add to the conversation.
|
672
|
+
*/
|
673
|
+
addNewItem(item: any): void;
|
674
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationViewComponent, never>;
|
675
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationViewComponent, "ax-conversation-view", never, { "chatBoxHeight": { "alias": "chatBoxHeight"; "required": false; "isSignal": true; }; "isReplyArrowShown": { "alias": "isReplyArrowShown"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, { "onActionMenuOpening": "onActionMenuOpening"; "onAction": "onAction"; "onReplyClick": "onReplyClick"; "onScrollEnd": "onScrollEnd"; }, never, never, true, never>;
|
676
|
+
}
|
677
|
+
|
650
678
|
interface AXChatModuleConfig {
|
651
679
|
types: AXConversationMessageType[];
|
652
680
|
}
|
package/data-pager/index.d.ts
CHANGED
@@ -145,11 +145,11 @@ declare class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
145
145
|
/**
|
146
146
|
* @ignore
|
147
147
|
*/
|
148
|
-
_emitOnLastPageClick(e: AXClickEvent): void;
|
148
|
+
protected _emitOnLastPageClick(e: AXClickEvent): void;
|
149
149
|
/**
|
150
150
|
* @ignore
|
151
151
|
*/
|
152
|
-
_emitOnNextPageClick(e: AXClickEvent): void;
|
152
|
+
protected _emitOnNextPageClick(e: AXClickEvent): void;
|
153
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerNextButtonsComponent, never>;
|
154
154
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerNextButtonsComponent, "ax-data-pager-next-buttons", never, {}, {}, never, never, true, never>;
|
155
155
|
}
|
@@ -160,10 +160,10 @@ declare class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
160
160
|
* @category Components
|
161
161
|
*/
|
162
162
|
declare class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
163
|
-
_items: AXButtonItem[];
|
164
|
-
_currentPage: number;
|
165
|
-
_lastPage: number;
|
166
|
-
_loading: boolean;
|
163
|
+
protected _items: AXButtonItem[];
|
164
|
+
protected _currentPage: number;
|
165
|
+
protected _lastPage: number;
|
166
|
+
protected _loading: boolean;
|
167
167
|
/**
|
168
168
|
* @ignore
|
169
169
|
*/
|
@@ -183,7 +183,7 @@ declare class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
183
183
|
/**
|
184
184
|
* @ignore
|
185
185
|
*/
|
186
|
-
_handleOnItemClick(e: any): void;
|
186
|
+
protected _handleOnItemClick(e: any): void;
|
187
187
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerNumericSelectorComponent, never>;
|
188
188
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerNumericSelectorComponent, "ax-data-pager-numeric-selector", never, {}, {}, never, never, true, never>;
|
189
189
|
}
|
@@ -197,11 +197,11 @@ declare class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
197
197
|
/**
|
198
198
|
* @ignore
|
199
199
|
*/
|
200
|
-
_size: number;
|
200
|
+
protected _size: number;
|
201
201
|
/**
|
202
202
|
* @ignore
|
203
203
|
*/
|
204
|
-
_items: any[];
|
204
|
+
protected _items: any[];
|
205
205
|
/**
|
206
206
|
* @ignore
|
207
207
|
*/
|
@@ -223,7 +223,7 @@ declare class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
223
223
|
/**
|
224
224
|
* @ignore
|
225
225
|
*/
|
226
|
-
_emitOnItemClick(e: AXClickEvent): void;
|
226
|
+
protected _emitOnItemClick(e: AXClickEvent): void;
|
227
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPageSizesComponent, never>;
|
228
228
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerPageSizesComponent, "ax-data-pager-page-sizes", never, { "sizes": { "alias": "sizes"; "required": false; }; }, {}, never, never, true, never>;
|
229
229
|
}
|
@@ -249,11 +249,11 @@ declare class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
|
|
249
249
|
/**
|
250
250
|
* @ignore
|
251
251
|
*/
|
252
|
-
_emitOnFirstPageClick(e: AXClickEvent): void;
|
252
|
+
protected _emitOnFirstPageClick(e: AXClickEvent): void;
|
253
253
|
/**
|
254
254
|
* @ignore
|
255
255
|
*/
|
256
|
-
_emitOnPrevPageClick(e: AXClickEvent): void;
|
256
|
+
protected _emitOnPrevPageClick(e: AXClickEvent): void;
|
257
257
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPrevButtonsComponent, never>;
|
258
258
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerPrevButtonsComponent, "ax-data-pager-prev-buttons", never, {}, {}, never, never, true, never>;
|
259
259
|
}
|
package/data-table/index.d.ts
CHANGED
@@ -1024,7 +1024,7 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
|
|
1024
1024
|
* @param column - The column that was clicked.
|
1025
1025
|
* @ignore
|
1026
1026
|
*/
|
1027
|
-
handleColumnClick(e: MouseEvent, column: AXDataTableColumnComponent): void;
|
1027
|
+
protected handleColumnClick(e: MouseEvent, column: AXDataTableColumnComponent): void;
|
1028
1028
|
/**
|
1029
1029
|
* @ignore
|
1030
1030
|
*/
|
package/datetime-box/index.d.ts
CHANGED
@@ -43,21 +43,21 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
|
|
43
43
|
*
|
44
44
|
* @defaultValue false
|
45
45
|
*/
|
46
|
-
allowTyping: _angular_core.InputSignal<boolean>;
|
46
|
+
readonly allowTyping: _angular_core.InputSignal<boolean>;
|
47
|
+
readonly picker: _angular_core.InputSignal<AXDateTimePickerType>;
|
47
48
|
/**
|
48
49
|
* @description The calendar type to use for the datetime input.
|
49
50
|
*/
|
50
|
-
calendar: _angular_core.InputSignal<string>;
|
51
|
-
weekend: _angular_core.InputSignal<number[]>;
|
52
|
-
weekdays: _angular_core.InputSignal<number[]>;
|
53
|
-
protected _editingDateObj: _angular_core.WritableSignal<Date>;
|
54
|
-
protected _calendarSystem: _angular_core.WritableSignal<string>;
|
55
|
-
private _format;
|
56
|
-
picker: _angular_core.InputSignal<AXDateTimePickerType>;
|
51
|
+
readonly calendar: _angular_core.InputSignal<string>;
|
52
|
+
readonly weekend: _angular_core.InputSignal<number[]>;
|
53
|
+
readonly weekdays: _angular_core.InputSignal<number[]>;
|
57
54
|
/**
|
58
55
|
* @deprecated use locale & mode instead
|
59
56
|
*/
|
60
|
-
format: _angular_core.InputSignal<string>;
|
57
|
+
readonly format: _angular_core.InputSignal<string>;
|
58
|
+
protected _editingDateObj: _angular_core.WritableSignal<Date>;
|
59
|
+
protected _calendarSystem: _angular_core.WritableSignal<string>;
|
60
|
+
private _format;
|
61
61
|
/**
|
62
62
|
* @ignore
|
63
63
|
*/
|
@@ -98,7 +98,7 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
|
|
98
98
|
protected _handleInputOnClick(): void;
|
99
99
|
private get __hostName();
|
100
100
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeBoxComponent, never>;
|
101
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "
|
101
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onOpened": "onOpened"; "onClosed": "onClosed"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
|
102
102
|
}
|
103
103
|
|
104
104
|
declare class AXDateTimeBoxModule {
|