@acorex/components 21.0.0-next.13 → 21.0.0-next.15
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/editor/index.d.ts +42 -3
- package/fesm2022/acorex-components-editor.mjs +41 -32
- package/fesm2022/acorex-components-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-tree2.mjs +5 -5
- package/fesm2022/acorex-components-tree2.mjs.map +1 -1
- package/package.json +13 -13
- package/tree2/index.d.ts +1 -2
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.15",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.0-next.
|
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
|
5
|
+
"@acorex/core": "21.0.0-next.15",
|
|
6
|
+
"@acorex/cdk": "21.0.0-next.15",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@codemirror/lang-sass": "^6.0.2",
|
|
36
36
|
"@codemirror/theme-one-dark": "^6.1.0",
|
|
37
37
|
"prettier": ">=3.0.0",
|
|
38
|
-
"@
|
|
38
|
+
"@bomdi/codebox": "^2.0.0",
|
|
39
39
|
"@editorjs/editorjs": "2.28.2",
|
|
40
40
|
"@editorjs/header": "^2.8.8",
|
|
41
41
|
"@editorjs/list": "^2.0.8",
|
|
42
42
|
"@editorjs/quote": "^2.7.6",
|
|
43
43
|
"@editorjs/raw": "^2.5.1",
|
|
44
|
-
"@editorjs/
|
|
44
|
+
"@editorjs/image": "^2.10.3",
|
|
45
45
|
"@editorjs/underline": "^1.2.1",
|
|
46
46
|
"editorjs-text-color-plugin": "^2.0.3"
|
|
47
47
|
},
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"types": "./accordion/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
70
70
|
},
|
|
71
|
-
"./alert": {
|
|
72
|
-
"types": "./alert/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
74
|
-
},
|
|
75
71
|
"./action-sheet": {
|
|
76
72
|
"types": "./action-sheet/index.d.ts",
|
|
77
73
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
78
74
|
},
|
|
75
|
+
"./alert": {
|
|
76
|
+
"types": "./alert/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
78
|
+
},
|
|
79
79
|
"./aspect-ratio": {
|
|
80
80
|
"types": "./aspect-ratio/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
@@ -436,14 +436,14 @@
|
|
|
436
436
|
"types": "./tag-box/index.d.ts",
|
|
437
437
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
438
438
|
},
|
|
439
|
-
"./text-area": {
|
|
440
|
-
"types": "./text-area/index.d.ts",
|
|
441
|
-
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
442
|
-
},
|
|
443
439
|
"./text-box": {
|
|
444
440
|
"types": "./text-box/index.d.ts",
|
|
445
441
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
446
442
|
},
|
|
443
|
+
"./text-area": {
|
|
444
|
+
"types": "./text-area/index.d.ts",
|
|
445
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
446
|
+
},
|
|
447
447
|
"./time-duration": {
|
|
448
448
|
"types": "./time-duration/index.d.ts",
|
|
449
449
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
package/tree2/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { TemplateRef } from '@angular/core';
|
|
3
3
|
import { AXEvent, AXHtmlEvent, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
4
4
|
import { AXDropListDroppedEvent } from '@acorex/cdk/drag-drop';
|
|
5
|
-
import * as i1 from '@angular/common';
|
|
6
5
|
|
|
7
6
|
/**
|
|
8
7
|
* Tree2 Component - Design Tokens
|
|
@@ -330,7 +329,7 @@ declare class AXTree2Component {
|
|
|
330
329
|
|
|
331
330
|
declare class Tree2Module {
|
|
332
331
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tree2Module, never>;
|
|
333
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<Tree2Module, never, [typeof
|
|
332
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<Tree2Module, never, [typeof AXTree2Component], never>;
|
|
334
333
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<Tree2Module>;
|
|
335
334
|
}
|
|
336
335
|
|