@acorex/components 20.1.38 → 20.1.39
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/button-group/index.d.ts +2 -1
- package/decorators/index.d.ts +2 -2
- package/fesm2022/acorex-components-button-group.mjs +5 -3
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +3 -3
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +8 -3
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +5 -4
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +4 -4
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +1 -1
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +220 -100
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +13 -2
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/map/index.d.ts +2 -1
- package/package.json +13 -13
- package/rrule/index.d.ts +40 -17
- package/wysiwyg/index.d.ts +3 -0
package/map/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
2
2
|
import { OnDestroy, InjectionToken, EventEmitter } from '@angular/core';
|
3
|
+
import { NXComponent } from '@acorex/cdk/common';
|
3
4
|
import * as i1 from '@angular/common';
|
4
5
|
import * as leaflet from 'leaflet';
|
5
6
|
|
@@ -75,7 +76,7 @@ type AXMapControlPlace = 'topleft' | 'topright' | 'bottomleft' | 'bottomright';
|
|
75
76
|
* @example
|
76
77
|
* <ax-map [latitude]="51.505" [longitude]="-0.09" [zoomLevel]="13" [hasMarker]="true"></ax-map>
|
77
78
|
*/
|
78
|
-
declare class AXMapComponent implements OnDestroy {
|
79
|
+
declare class AXMapComponent extends NXComponent implements OnDestroy {
|
79
80
|
#private;
|
80
81
|
/**
|
81
82
|
* @description
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "20.1.
|
3
|
+
"version": "20.1.39",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^20.0.0",
|
6
6
|
"@angular/core": "^20.0.0",
|
@@ -383,6 +383,10 @@
|
|
383
383
|
"types": "./side-menu/index.d.ts",
|
384
384
|
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
385
385
|
},
|
386
|
+
"./skeleton": {
|
387
|
+
"types": "./skeleton/index.d.ts",
|
388
|
+
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
389
|
+
},
|
386
390
|
"./slider": {
|
387
391
|
"types": "./slider/index.d.ts",
|
388
392
|
"default": "./fesm2022/acorex-components-slider.mjs"
|
@@ -411,22 +415,18 @@
|
|
411
415
|
"types": "./tag/index.d.ts",
|
412
416
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
413
417
|
},
|
414
|
-
"./skeleton": {
|
415
|
-
"types": "./skeleton/index.d.ts",
|
416
|
-
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
417
|
-
},
|
418
418
|
"./text-area": {
|
419
419
|
"types": "./text-area/index.d.ts",
|
420
420
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
421
421
|
},
|
422
|
-
"./time-duration": {
|
423
|
-
"types": "./time-duration/index.d.ts",
|
424
|
-
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
425
|
-
},
|
426
422
|
"./text-box": {
|
427
423
|
"types": "./text-box/index.d.ts",
|
428
424
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
429
425
|
},
|
426
|
+
"./time-duration": {
|
427
|
+
"types": "./time-duration/index.d.ts",
|
428
|
+
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
429
|
+
},
|
430
430
|
"./time-line": {
|
431
431
|
"types": "./time-line/index.d.ts",
|
432
432
|
"default": "./fesm2022/acorex-components-time-line.mjs"
|
@@ -447,14 +447,14 @@
|
|
447
447
|
"types": "./tree-view/index.d.ts",
|
448
448
|
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
449
449
|
},
|
450
|
-
"./uploader": {
|
451
|
-
"types": "./uploader/index.d.ts",
|
452
|
-
"default": "./fesm2022/acorex-components-uploader.mjs"
|
453
|
-
},
|
454
450
|
"./video-player": {
|
455
451
|
"types": "./video-player/index.d.ts",
|
456
452
|
"default": "./fesm2022/acorex-components-video-player.mjs"
|
457
453
|
},
|
454
|
+
"./uploader": {
|
455
|
+
"types": "./uploader/index.d.ts",
|
456
|
+
"default": "./fesm2022/acorex-components-uploader.mjs"
|
457
|
+
},
|
458
458
|
"./wysiwyg": {
|
459
459
|
"types": "./wysiwyg/index.d.ts",
|
460
460
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
package/rrule/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
import * as _angular_core from '@angular/core';
|
2
1
|
import * as rrule from 'rrule';
|
2
|
+
import * as _angular_core from '@angular/core';
|
3
|
+
import { OnInit } from '@angular/core';
|
3
4
|
|
4
5
|
type AXROptionsType = rrule.Options;
|
5
6
|
interface AXParsedOptionsType extends AXROptionsType {
|
@@ -20,6 +21,38 @@ type AXRRuleType = rrule.RRule;
|
|
20
21
|
declare const defaultOptions: AXROptionsType;
|
21
22
|
declare const defaultRrule = "RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=MO;COUNT=5";
|
22
23
|
|
24
|
+
declare class AXRruleService {
|
25
|
+
rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
|
26
|
+
rruleFromString(ruleString: string): Promise<AXRRuleType>;
|
27
|
+
rruleFromText(ruleText: string): Promise<AXRRuleType>;
|
28
|
+
rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
|
29
|
+
rruleToString(rule: AXRRuleType): string;
|
30
|
+
rruleToText(rule: AXRRuleType): string;
|
31
|
+
rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
|
32
|
+
rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
|
33
|
+
rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
|
34
|
+
rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
|
35
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
|
36
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
|
37
|
+
}
|
38
|
+
|
39
|
+
declare class AXRrulePreviewComponent implements OnInit {
|
40
|
+
value: _angular_core.InputSignal<string>;
|
41
|
+
repeat: _angular_core.InputSignal<number>;
|
42
|
+
format: _angular_core.InputSignal<string>;
|
43
|
+
protected rruleService: AXRruleService;
|
44
|
+
protected rrule: _angular_core.WritableSignal<rrule.RRule>;
|
45
|
+
protected timeZone: _angular_core.WritableSignal<string>;
|
46
|
+
protected text: _angular_core.Signal<string>;
|
47
|
+
protected string: _angular_core.Signal<string>;
|
48
|
+
protected dates: _angular_core.Signal<Date[]>;
|
49
|
+
protected options: _angular_core.Signal<{}>;
|
50
|
+
eff: _angular_core.EffectRef;
|
51
|
+
ngOnInit(): void;
|
52
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRrulePreviewComponent, never>;
|
53
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRrulePreviewComponent, "ax-rrule-preview", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "repeat": { "alias": "repeat"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
54
|
+
}
|
55
|
+
|
23
56
|
declare class AXRruleComponent {
|
24
57
|
#private;
|
25
58
|
value: _angular_core.ModelSignal<string | rrule.Options>;
|
@@ -54,6 +87,11 @@ declare class AXRruleComponent {
|
|
54
87
|
protected text: _angular_core.Signal<string>;
|
55
88
|
private rruleService;
|
56
89
|
private _isUpdating;
|
90
|
+
private _applyToken;
|
91
|
+
private _scheduleApplyIncoming;
|
92
|
+
private _applyIncomingAsync;
|
93
|
+
private _emitAll;
|
94
|
+
private _areOptionValuesEqual;
|
57
95
|
private _clearOptions;
|
58
96
|
updateOption<K extends keyof AXROptionsType>(key: K, value: AXROptionsType[K]): Promise<void>;
|
59
97
|
resetOptions(): Promise<void>;
|
@@ -61,20 +99,5 @@ declare class AXRruleComponent {
|
|
61
99
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
|
62
100
|
}
|
63
101
|
|
64
|
-
|
65
|
-
rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
|
66
|
-
rruleFromString(ruleString: string): Promise<AXRRuleType>;
|
67
|
-
rruleFromText(ruleText: string): Promise<AXRRuleType>;
|
68
|
-
rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
|
69
|
-
rruleToString(rule: AXRRuleType): string;
|
70
|
-
rruleToText(rule: AXRRuleType): string;
|
71
|
-
rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
|
72
|
-
rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
|
73
|
-
rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
|
74
|
-
rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
|
75
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
|
76
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
|
77
|
-
}
|
78
|
-
|
79
|
-
export { AXRruleComponent, AXRruleService, defaultOptions, defaultRrule };
|
102
|
+
export { AXRruleComponent, AXRrulePreviewComponent, AXRruleService, defaultOptions, defaultRrule };
|
80
103
|
export type { AXParsedOptionsType, AXROptionsType, AXRRuleType };
|
package/wysiwyg/index.d.ts
CHANGED
@@ -209,8 +209,10 @@ declare class AXWysiwygHistoryComponent {
|
|
209
209
|
* @category Components
|
210
210
|
*/
|
211
211
|
declare class AXWysiwygInsertComponent {
|
212
|
+
#private;
|
212
213
|
/** @ignore */
|
213
214
|
service: AXWysiwygService;
|
215
|
+
protected isCodeActive: _angular_core.WritableSignal<boolean>;
|
214
216
|
/** @ignore */
|
215
217
|
textBoxOptions: {
|
216
218
|
text: string;
|
@@ -227,6 +229,7 @@ declare class AXWysiwygInsertComponent {
|
|
227
229
|
};
|
228
230
|
/** @ignore */
|
229
231
|
protected submitLink(): void;
|
232
|
+
protected codeBlock(): void;
|
230
233
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygInsertComponent, never>;
|
231
234
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygInsertComponent, "ax-wysiwyg-insert", never, {}, {}, never, never, true, never>;
|
232
235
|
}
|