@acorex/components 20.2.20 → 20.2.22

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.
Files changed (52) hide show
  1. package/drawer/README.md +2 -2
  2. package/drawer/index.d.ts +32 -57
  3. package/drawer-legacy/README.md +3 -0
  4. package/drawer-legacy/index.d.ts +86 -0
  5. package/fesm2022/acorex-components-color-palette.mjs +1 -1
  6. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  7. package/fesm2022/acorex-components-data-pager.mjs +1 -1
  8. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  9. package/fesm2022/acorex-components-drawer-legacy.mjs +218 -0
  10. package/fesm2022/acorex-components-drawer-legacy.mjs.map +1 -0
  11. package/fesm2022/acorex-components-drawer.mjs +58 -143
  12. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  13. package/fesm2022/acorex-components-file-explorer.mjs +1 -1
  14. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  15. package/fesm2022/acorex-components-map.mjs +1 -0
  16. package/fesm2022/acorex-components-map.mjs.map +1 -1
  17. package/fesm2022/acorex-components-media-viewer.mjs +2 -2
  18. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  19. package/fesm2022/{acorex-components-modal-acorex-components-modal-ClSGRCam.mjs → acorex-components-modal-acorex-components-modal-BLjJGxLT.mjs} +2 -2
  20. package/fesm2022/{acorex-components-modal-acorex-components-modal-ClSGRCam.mjs.map → acorex-components-modal-acorex-components-modal-BLjJGxLT.mjs.map} +1 -1
  21. package/fesm2022/{acorex-components-modal-modal-content.component-BC-z7O0z.mjs → acorex-components-modal-modal-content.component-CC_L42pt.mjs} +4 -4
  22. package/fesm2022/acorex-components-modal-modal-content.component-CC_L42pt.mjs.map +1 -0
  23. package/fesm2022/acorex-components-modal.mjs +1 -1
  24. package/fesm2022/acorex-components-number-box-legacy.mjs +412 -0
  25. package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -0
  26. package/fesm2022/acorex-components-number-box.mjs +97 -310
  27. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  28. package/fesm2022/acorex-components-query-builder.mjs +1 -1
  29. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  30. package/fesm2022/acorex-components-rrule.mjs +101 -6
  31. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  32. package/fesm2022/acorex-components-tag-box.mjs +10 -5
  33. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  34. package/fesm2022/acorex-components-tag.mjs +39 -3
  35. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  36. package/number-box/README.md +2 -2
  37. package/number-box/index.d.ts +31 -171
  38. package/number-box-legacy/README.md +3 -0
  39. package/number-box-legacy/index.d.ts +191 -0
  40. package/package.json +57 -49
  41. package/rrule/index.d.ts +96 -1
  42. package/tag/index.d.ts +8 -2
  43. package/tag-box/index.d.ts +7 -3
  44. package/drawer-2/README.md +0 -3
  45. package/drawer-2/index.d.ts +0 -62
  46. package/fesm2022/acorex-components-drawer-2.mjs +0 -134
  47. package/fesm2022/acorex-components-drawer-2.mjs.map +0 -1
  48. package/fesm2022/acorex-components-modal-modal-content.component-BC-z7O0z.mjs.map +0 -1
  49. package/fesm2022/acorex-components-number-box-2.mjs +0 -183
  50. package/fesm2022/acorex-components-number-box-2.mjs.map +0 -1
  51. package/number-box-2/README.md +0 -3
  52. package/number-box-2/index.d.ts +0 -41
@@ -1,41 +0,0 @@
1
- import * as polytype from 'polytype';
2
- import * as _angular_core from '@angular/core';
3
- import { AXInputMaskEvent } from '@acorex/cdk/input-mask';
4
- import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
5
-
6
- declare const AXNumberBox2Component_base: polytype.Polytype.ClusteredConstructor<[{
7
- new (): MXInputBaseValueComponent<number>;
8
- ɵfac: _angular_core.ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
9
- ɵprov: _angular_core.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
10
- }, typeof MXLookComponent]>;
11
- /**
12
- * The NumberBox is a component which detects user interaction and triggers a corresponding event
13
- *
14
- * @category Components
15
- */
16
- declare class AXNumberBox2Component extends AXNumberBox2Component_base {
17
- #private;
18
- minValue: _angular_core.InputSignal<number>;
19
- maxValue: _angular_core.InputSignal<number>;
20
- showSpinButtons: _angular_core.InputSignal<boolean>;
21
- thousandsSeparator: _angular_core.ModelSignal<string>;
22
- decimals: _angular_core.InputSignal<number>;
23
- changeOnScroll: _angular_core.InputSignal<boolean>;
24
- step: _angular_core.InputSignal<number>;
25
- protected mode: _angular_core.WritableSignal<"digits" | "thousandsSeparator" | "decimal">;
26
- private input;
27
- protected stringValue: string;
28
- protected internalValueChanged(value: number): void;
29
- private plusValue;
30
- private minusValue;
31
- protected handleOnKeydownEvent(e: KeyboardEvent): void;
32
- protected handleUpClick(): void;
33
- protected handleDownClick(): void;
34
- protected handleOnMaskChanged(e: AXInputMaskEvent): void;
35
- protected onWheel(event: WheelEvent): void;
36
- private get __hostName();
37
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXNumberBox2Component, never>;
38
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXNumberBox2Component, "ax-number-box-2", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; "isSignal": true; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; "isSignal": true; }; "decimals": { "alias": "decimals"; "required": false; "isSignal": true; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "thousandsSeparator": "thousandsSeparatorChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
39
- }
40
-
41
- export { AXNumberBox2Component };