@leanix/components 0.4.725 → 0.4.727
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/index.d.ts
CHANGED
|
@@ -94,7 +94,7 @@ export * from './lib/forms-ui/components/rich-text-editor/extensions/truncate/tr
|
|
|
94
94
|
export * from './lib/forms-ui/components/rich-text-editor/ngx-tiptap/node-view.component';
|
|
95
95
|
export * from './lib/forms-ui/components/rich-text-editor/ngx-tiptap/NodeViewRenderer';
|
|
96
96
|
export * from './lib/forms-ui/components/rich-text-editor/pipes/remove-markdown.pipe';
|
|
97
|
-
export { ExtensionFactory } from './lib/forms-ui/components/rich-text-editor/utils/extensions-builder';
|
|
97
|
+
export type { ExtensionFactory } from './lib/forms-ui/components/rich-text-editor/utils/extensions-builder';
|
|
98
98
|
export * from './lib/forms-ui/components/keyboard-select.directive';
|
|
99
99
|
export * from './lib/forms-ui/components/picker/picker-trigger.directive';
|
|
100
100
|
export * from './lib/forms-ui/directives/contenteditable.directive';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leanix/components",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.727",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "LeanIX GmbH",
|
|
6
6
|
"repository": {
|
|
@@ -9,20 +9,7 @@
|
|
|
9
9
|
"directory": "libs/components"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ui5/webcomponents": "2.9.0",
|
|
13
12
|
"@ncstate/sat-popover": "14.1.0",
|
|
14
|
-
"@ui5/webcomponents-base": "2.9.0",
|
|
15
|
-
"@ui5/webcomponents-icons": "2.9.0",
|
|
16
|
-
"@ui5/webcomponents-icons-business-suite": "2.9.0",
|
|
17
|
-
"@ui5/webcomponents-icons-tnt": "2.9.0",
|
|
18
|
-
"@ui5/webcomponents-ngx": "0.4.6",
|
|
19
|
-
"color": "3.1.3",
|
|
20
|
-
"date-fns": "1.30.1",
|
|
21
|
-
"dompurify": "3.2.6",
|
|
22
|
-
"marked": "4.0.10",
|
|
23
|
-
"ngx-infinite-scroll": "19.0.0",
|
|
24
|
-
"lodash": "4.17.21",
|
|
25
|
-
"lodash-es": "4.17.21",
|
|
26
13
|
"@tiptap/core": "2.6.6",
|
|
27
14
|
"@tiptap/extension-bold": "2.6.6",
|
|
28
15
|
"@tiptap/extension-bubble-menu": "2.6.6",
|
|
@@ -51,6 +38,19 @@
|
|
|
51
38
|
"@tiptap/extension-text-align": "2.6.6",
|
|
52
39
|
"@tiptap/extension-underline": "2.6.6",
|
|
53
40
|
"@tiptap/pm": "2.6.6",
|
|
41
|
+
"@ui5/webcomponents": "2.12.0",
|
|
42
|
+
"@ui5/webcomponents-base": "2.12.0",
|
|
43
|
+
"@ui5/webcomponents-icons": "2.12.0",
|
|
44
|
+
"@ui5/webcomponents-icons-business-suite": "2.12.0",
|
|
45
|
+
"@ui5/webcomponents-icons-tnt": "2.12.0",
|
|
46
|
+
"@ui5/webcomponents-ngx": "0.4.9",
|
|
47
|
+
"color": "3.1.3",
|
|
48
|
+
"date-fns": "1.30.1",
|
|
49
|
+
"dompurify": "3.2.6",
|
|
50
|
+
"lodash": "4.17.21",
|
|
51
|
+
"lodash-es": "4.17.21",
|
|
52
|
+
"marked": "4.0.10",
|
|
53
|
+
"ngx-infinite-scroll": "19.0.0",
|
|
54
54
|
"tiptap-markdown": "0.8.10",
|
|
55
55
|
"tslib": "^2.3.0"
|
|
56
56
|
},
|
package/ui5/index.d.ts
CHANGED
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
export * from './ui5.provider';
|
|
5
5
|
export { BusyIndicatorComponent } from '@ui5/webcomponents-ngx/main/busy-indicator';
|
|
6
6
|
export { IconComponent } from '@ui5/webcomponents-ngx/main/icon';
|
|
7
|
-
export { BreadcrumbsItemClickEventDetail } from '@ui5/webcomponents/dist/Breadcrumbs';
|
|
7
|
+
export type { BreadcrumbsItemClickEventDetail } from '@ui5/webcomponents/dist/Breadcrumbs';
|
|
8
8
|
export { BreadcrumbsItemComponent } from './components/breadcrumbs-item.component';
|
|
9
9
|
export { BreadcrumbsComponent } from './components/breadcrumbs.component';
|