cmat 0.0.72 → 0.0.74
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/cmat-components-adapter.mjs +9 -9
- package/fesm2022/cmat-components-breadcrumb.mjs +9 -9
- package/fesm2022/cmat-components-card.mjs +3 -3
- package/fesm2022/cmat-components-carousel.mjs +13 -13
- package/fesm2022/cmat-components-carousel.mjs.map +1 -1
- package/fesm2022/cmat-components-cascade.mjs +9 -9
- package/fesm2022/cmat-components-chip-input.mjs +3 -3
- package/fesm2022/cmat-components-custom-formly.mjs +331 -95
- package/fesm2022/cmat-components-custom-formly.mjs.map +1 -1
- package/fesm2022/cmat-components-date-range.mjs +3 -3
- package/fesm2022/cmat-components-drawer.mjs +6 -6
- package/fesm2022/cmat-components-fullscreen.mjs +3 -3
- package/fesm2022/cmat-components-highlight.mjs +6 -6
- package/fesm2022/cmat-components-image-viewer.mjs +3 -3
- package/fesm2022/cmat-components-json-editor.mjs +3 -3
- package/fesm2022/cmat-components-knob-input.mjs +3 -3
- package/fesm2022/cmat-components-masonry.mjs +3 -3
- package/fesm2022/cmat-components-material-color-picker.mjs +3 -3
- package/fesm2022/cmat-components-material-datetimepicker.mjs +43 -43
- package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
- package/fesm2022/cmat-components-navigation.mjs +39 -39
- package/fesm2022/cmat-components-opt-input.mjs +3 -3
- package/fesm2022/cmat-components-org-chart.mjs +9 -9
- package/fesm2022/cmat-components-pagination.mjs +12 -12
- package/fesm2022/cmat-components-password-strength.mjs +9 -9
- package/fesm2022/cmat-components-popover.mjs +9 -9
- package/fesm2022/cmat-components-progress-bar.mjs +3 -3
- package/fesm2022/cmat-components-qrcode.mjs +3 -3
- package/fesm2022/cmat-components-rating.mjs +3 -3
- package/fesm2022/cmat-components-select-search.mjs +9 -9
- package/fesm2022/cmat-components-select-table.mjs +4 -4
- package/fesm2022/cmat-components-select-table.mjs.map +1 -1
- package/fesm2022/cmat-components-select-tree.mjs +4 -4
- package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
- package/fesm2022/cmat-components-speed-dial.mjs +9 -9
- package/fesm2022/cmat-components-timeline.mjs +12 -12
- package/fesm2022/cmat-components-toast.mjs +9 -9
- package/fesm2022/cmat-components-transfer-picker.mjs +18 -18
- package/fesm2022/cmat-components-treetable.mjs +6 -6
- package/fesm2022/cmat-components-upload.mjs +9 -9
- package/fesm2022/cmat-directives-animate-on-scroll.mjs +6 -6
- package/fesm2022/cmat-directives-arrow-cursor.mjs +5 -5
- package/fesm2022/cmat-directives-arrow-cursor.mjs.map +1 -1
- package/fesm2022/cmat-directives-autofocus.mjs +3 -3
- package/fesm2022/cmat-directives-data-exporter.mjs +21 -21
- package/fesm2022/cmat-directives-debounce.mjs +9 -9
- package/fesm2022/cmat-directives-digit-only.mjs +7 -7
- package/fesm2022/cmat-directives-digit-only.mjs.map +1 -1
- package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
- package/fesm2022/cmat-directives-seamless-auto-scroll.mjs +137 -0
- package/fesm2022/cmat-directives-seamless-auto-scroll.mjs.map +1 -0
- package/fesm2022/cmat-lib-mock-api.mjs +6 -6
- package/fesm2022/cmat-pipes-bytes.mjs +3 -3
- package/fesm2022/cmat-pipes-date-format.mjs +3 -3
- package/fesm2022/cmat-pipes-find-by-key.mjs +3 -3
- package/fesm2022/cmat-pipes-group-by.mjs +3 -3
- package/fesm2022/cmat-pipes-keys.mjs +3 -3
- package/fesm2022/cmat-pipes-secure.mjs +3 -3
- package/fesm2022/cmat-pipes-uppercase.mjs +3 -3
- package/fesm2022/cmat-services-alert.mjs +3 -3
- package/fesm2022/cmat-services-config.mjs +6 -6
- package/fesm2022/cmat-services-confirmation.mjs +6 -6
- package/fesm2022/cmat-services-data.mjs +3 -3
- package/fesm2022/cmat-services-export-as.mjs +3 -3
- package/fesm2022/cmat-services-loading.mjs +6 -6
- package/fesm2022/cmat-services-local-storage.mjs +3 -3
- package/fesm2022/cmat-services-media-watcher.mjs +3 -3
- package/fesm2022/cmat-services-platform.mjs +3 -3
- package/fesm2022/cmat-services-splash-screen.mjs +3 -3
- package/fesm2022/cmat-services-title.mjs +3 -3
- package/fesm2022/cmat-services-translation.mjs +3 -3
- package/fesm2022/cmat-services-utils.mjs +3 -3
- package/package.json +11 -6
- package/styles/components/bundle.scss +67 -0
- package/types/cmat-components-custom-formly.d.ts +12 -0
- package/types/cmat-directives-seamless-auto-scroll.d.ts +29 -0
|
@@ -61,10 +61,10 @@ class CmatLoadingService {
|
|
|
61
61
|
this._show$.next(false);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
65
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
64
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
65
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLoadingService, providedIn: 'root' }); }
|
|
66
66
|
}
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLoadingService, decorators: [{
|
|
68
68
|
type: Injectable,
|
|
69
69
|
args: [{
|
|
70
70
|
providedIn: 'root'
|
|
@@ -89,10 +89,10 @@ class CmatLoadingInterceptor {
|
|
|
89
89
|
this._cmatLoadingService.setLoadingStatus(false, req.url);
|
|
90
90
|
}));
|
|
91
91
|
}
|
|
92
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
93
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
92
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLoadingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
93
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLoadingInterceptor }); }
|
|
94
94
|
}
|
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLoadingInterceptor, decorators: [{
|
|
96
96
|
type: Injectable
|
|
97
97
|
}], ctorParameters: () => [] });
|
|
98
98
|
|
|
@@ -11,10 +11,10 @@ class CmatLocalStorageService {
|
|
|
11
11
|
removeItem(key) {
|
|
12
12
|
localStorage.removeItem(key);
|
|
13
13
|
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
15
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLocalStorageService, providedIn: 'root' }); }
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatLocalStorageService, decorators: [{
|
|
18
18
|
type: Injectable,
|
|
19
19
|
args: [{
|
|
20
20
|
providedIn: 'root'
|
|
@@ -44,10 +44,10 @@ class CmatMediaWatcherService {
|
|
|
44
44
|
onMediaQueryChange$(query) {
|
|
45
45
|
return this._breakpointObserver.observe(query);
|
|
46
46
|
}
|
|
47
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
48
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
47
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatMediaWatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
48
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatMediaWatcherService, providedIn: 'root' }); }
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatMediaWatcherService, decorators: [{
|
|
51
51
|
type: Injectable,
|
|
52
52
|
args: [{
|
|
53
53
|
providedIn: 'root'
|
|
@@ -35,10 +35,10 @@ class CmatPlatformService {
|
|
|
35
35
|
this.osName = 'os-android';
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
39
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
38
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatPlatformService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
39
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatPlatformService, providedIn: 'root' }); }
|
|
40
40
|
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatPlatformService, decorators: [{
|
|
42
42
|
type: Injectable,
|
|
43
43
|
args: [{
|
|
44
44
|
providedIn: 'root'
|
|
@@ -26,10 +26,10 @@ class CmatSplashScreenService {
|
|
|
26
26
|
hide() {
|
|
27
27
|
this._document.body.classList.add('cmat-splash-screen-hidden');
|
|
28
28
|
}
|
|
29
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
30
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
29
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatSplashScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatSplashScreenService, providedIn: 'root' }); }
|
|
31
31
|
}
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatSplashScreenService, decorators: [{
|
|
33
33
|
type: Injectable,
|
|
34
34
|
args: [{
|
|
35
35
|
providedIn: 'root'
|
|
@@ -34,10 +34,10 @@ class CmatTitleService {
|
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
}
|
|
37
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
38
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
37
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatTitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
38
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatTitleService, providedIn: 'root' }); }
|
|
39
39
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatTitleService, decorators: [{
|
|
41
41
|
type: Injectable,
|
|
42
42
|
args: [{
|
|
43
43
|
providedIn: 'root'
|
|
@@ -51,10 +51,10 @@ class CmatTranslationService {
|
|
|
51
51
|
getTranslationAsync(key, interpolateParams) {
|
|
52
52
|
return this._translate.get(key, interpolateParams);
|
|
53
53
|
}
|
|
54
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
55
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
54
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatTranslationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
55
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatTranslationService, providedIn: 'root' }); }
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatTranslationService, decorators: [{
|
|
58
58
|
type: Injectable,
|
|
59
59
|
args: [{
|
|
60
60
|
providedIn: 'root'
|
|
@@ -503,10 +503,10 @@ class CmatUtilsService {
|
|
|
503
503
|
}
|
|
504
504
|
return id;
|
|
505
505
|
}
|
|
506
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
507
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
507
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatUtilsService, providedIn: 'root' }); }
|
|
508
508
|
}
|
|
509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CmatUtilsService, decorators: [{
|
|
510
510
|
type: Injectable,
|
|
511
511
|
args: [{
|
|
512
512
|
providedIn: 'root'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmat",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.74",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Yu Tao",
|
|
6
6
|
"email": "916426364@qq.com"
|
|
@@ -20,18 +20,19 @@
|
|
|
20
20
|
"@tailwindcss/postcss": "^4.1.8",
|
|
21
21
|
"animate.css": "^4.1.1",
|
|
22
22
|
"crypto-js": "^4.2.0",
|
|
23
|
-
"dayjs": "^1.11.
|
|
23
|
+
"dayjs": "^1.11.19",
|
|
24
|
+
"docx": "^9.6.0",
|
|
24
25
|
"highlight.js": "^11.11.1",
|
|
25
|
-
"ngx-quill": "^
|
|
26
|
+
"ngx-quill": "^30.0.1",
|
|
26
27
|
"qrcode": "^1.5.4",
|
|
27
28
|
"quill": "^2.0.3",
|
|
28
|
-
"@enzedonline/quill-blot-formatter2": "^
|
|
29
|
+
"@enzedonline/quill-blot-formatter2": "^3.1.0",
|
|
29
30
|
"quill-image-drop-and-paste": "^2.0.1",
|
|
30
31
|
"rxjs": "~7.8.2",
|
|
31
|
-
"vanilla-jsoneditor": "^3.
|
|
32
|
+
"vanilla-jsoneditor": "^3.11.0"
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
|
-
"tailwindcss": "^4.1
|
|
35
|
+
"tailwindcss": "^4.2.1",
|
|
35
36
|
"tslib": "^2.3.0"
|
|
36
37
|
},
|
|
37
38
|
"sideEffects": false,
|
|
@@ -217,6 +218,10 @@
|
|
|
217
218
|
"types": "./types/cmat-directives-equal-validator.d.ts",
|
|
218
219
|
"default": "./fesm2022/cmat-directives-equal-validator.mjs"
|
|
219
220
|
},
|
|
221
|
+
"./directives/seamless-auto-scroll": {
|
|
222
|
+
"types": "./types/cmat-directives-seamless-auto-scroll.d.ts",
|
|
223
|
+
"default": "./fesm2022/cmat-directives-seamless-auto-scroll.mjs"
|
|
224
|
+
},
|
|
220
225
|
"./lib/mock-api": {
|
|
221
226
|
"types": "./types/cmat-lib-mock-api.d.ts",
|
|
222
227
|
"default": "./fesm2022/cmat-lib-mock-api.mjs"
|
|
@@ -557,6 +557,73 @@ cmat-transfer-picker {
|
|
|
557
557
|
@apply print:hidden;
|
|
558
558
|
}
|
|
559
559
|
|
|
560
|
+
.seamless-auto-scroll-container {
|
|
561
|
+
overflow: hidden;
|
|
562
|
+
position: relative;
|
|
563
|
+
--scroll-distance: 0px;
|
|
564
|
+
--animation-duration: 10s;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.seamless-auto-scroll-vertical-content {
|
|
568
|
+
display: flex;
|
|
569
|
+
flex-direction: column;
|
|
570
|
+
position: absolute;
|
|
571
|
+
top: 0;
|
|
572
|
+
left: 0;
|
|
573
|
+
width: 100%;
|
|
574
|
+
will-change: transform;
|
|
575
|
+
transform: translateZ(0);
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.seamless-auto-scroll-horizontal-content {
|
|
579
|
+
display: flex;
|
|
580
|
+
flex-direction: row;
|
|
581
|
+
position: absolute;
|
|
582
|
+
top: 0;
|
|
583
|
+
left: 0;
|
|
584
|
+
height: 100%;
|
|
585
|
+
will-change: transform;
|
|
586
|
+
transform: translateZ(0);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/* 滚动动画 */
|
|
590
|
+
@keyframes scroll-up {
|
|
591
|
+
0% {
|
|
592
|
+
transform: translateY(0);
|
|
593
|
+
}
|
|
594
|
+
100% {
|
|
595
|
+
transform: translateY(calc(-1 * var(--scroll-distance)));
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
@keyframes scroll-down {
|
|
600
|
+
0% {
|
|
601
|
+
transform: translateY(calc(-1 * var(--scroll-distance)));
|
|
602
|
+
}
|
|
603
|
+
100% {
|
|
604
|
+
transform: translateY(0);
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
@keyframes scroll-left {
|
|
609
|
+
0% {
|
|
610
|
+
transform: translateX(0);
|
|
611
|
+
}
|
|
612
|
+
100% {
|
|
613
|
+
transform: translateX(calc(-1 * var(--scroll-distance)));
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
@keyframes scroll-right {
|
|
618
|
+
0% {
|
|
619
|
+
transform: translateX(calc(-1 * var(--scroll-distance)));
|
|
620
|
+
}
|
|
621
|
+
100% {
|
|
622
|
+
transform: translateX(0);
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
|
|
560
627
|
|
|
561
628
|
|
|
562
629
|
|
|
@@ -620,6 +620,7 @@ declare class CmatQuillTypeComponent extends FieldType<FieldTypeConfig<QuillProp
|
|
|
620
620
|
private _fileService;
|
|
621
621
|
private _urlStateConfigService;
|
|
622
622
|
private _changeDetectorRef;
|
|
623
|
+
private _http;
|
|
623
624
|
private _editorInstance;
|
|
624
625
|
private _imgIds;
|
|
625
626
|
private _config;
|
|
@@ -632,6 +633,17 @@ declare class CmatQuillTypeComponent extends FieldType<FieldTypeConfig<QuillProp
|
|
|
632
633
|
contentChanged(editorInstance: any): void;
|
|
633
634
|
private _imgFileHandler;
|
|
634
635
|
private _videoFileHandler;
|
|
636
|
+
private _wordFileHandler;
|
|
637
|
+
private _convertDeltaToDocxChildren;
|
|
638
|
+
private _createTextRun;
|
|
639
|
+
private _createParagraph;
|
|
640
|
+
private _createImageRun;
|
|
641
|
+
private _getImageBuffer;
|
|
642
|
+
private _getImageDimensions;
|
|
643
|
+
private _base64ToUint8Array;
|
|
644
|
+
private _mapFontSize;
|
|
645
|
+
private _mapAlignment;
|
|
646
|
+
private _parseColor;
|
|
635
647
|
private _dropFileHandler;
|
|
636
648
|
private _upload;
|
|
637
649
|
private _getMediaType;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, AfterViewInit, OnDestroy, TemplateRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class CmatSeamlessAutoScrollDirective implements OnInit, AfterViewInit, OnDestroy {
|
|
5
|
+
data: any[];
|
|
6
|
+
speed: number;
|
|
7
|
+
direction: 'up' | 'down' | 'left' | 'right';
|
|
8
|
+
itemTemplate: TemplateRef<any>;
|
|
9
|
+
private _viewContainer;
|
|
10
|
+
private _containerElement;
|
|
11
|
+
private _contentElement;
|
|
12
|
+
private _resizeObserver;
|
|
13
|
+
private _isScrollEnabled;
|
|
14
|
+
private _dataCopies;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
ngAfterViewInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
private _renderContent;
|
|
19
|
+
private _checkScrollCondition;
|
|
20
|
+
private _initAnimation;
|
|
21
|
+
private _disableAnimation;
|
|
22
|
+
private _updateAnimationParams;
|
|
23
|
+
private _listenResize;
|
|
24
|
+
private _getDirection;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSeamlessAutoScrollDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatSeamlessAutoScrollDirective, "[cmatSeamlessAutoScroll]", never, { "data": { "alias": "data"; "required": false; }; "speed": { "alias": "speed"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { CmatSeamlessAutoScrollDirective };
|