@bizdoc/core 3.5.0 → 3.5.2
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/fesm2022/bizdoc-core.mjs +1295 -1292
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/index.d.ts +10 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
@@ -7035,8 +7035,17 @@ declare class TaggingDirective {
|
|
7035
7035
|
_handleInput(_evt: KeyboardEvent): void;
|
7036
7036
|
_handleKeydown(evt: KeyboardEvent): void;
|
7037
7037
|
private _close;
|
7038
|
+
/**
|
7039
|
+
*
|
7040
|
+
* @param comp
|
7041
|
+
* @param value
|
7042
|
+
*/
|
7038
7043
|
private _popup;
|
7039
|
-
|
7044
|
+
/**
|
7045
|
+
*
|
7046
|
+
* @returns
|
7047
|
+
*/
|
7048
|
+
private get _value();
|
7040
7049
|
/**
|
7041
7050
|
*
|
7042
7051
|
* @param key
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.2",
|
4
4
|
"author": "Moding Ltd.",
|
5
5
|
"homepage": "https://github.com/moding-il/bizdoc.core",
|
6
6
|
"license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"ace-builds": "1.42",
|
34
34
|
"cookie": "^1.0.2",
|
35
35
|
"dayjs": "^1.11.13",
|
36
|
-
"firebase": "11.
|
36
|
+
"firebase": "11.9",
|
37
37
|
"hammerjs": "~2",
|
38
38
|
"ngx-cookie-service": "20",
|
39
39
|
"zone.js": "0.15",
|