cmat 0.0.25 → 0.0.26
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 +12 -12
- package/fesm2022/cmat-components-cascade.mjs +11 -12
- package/fesm2022/cmat-components-cascade.mjs.map +1 -1
- package/fesm2022/cmat-components-chip-input.mjs +5 -6
- package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
- package/fesm2022/cmat-components-custom-formly.mjs +92 -92
- 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 +6 -7
- package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
- 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 +41 -41
- package/fesm2022/cmat-components-navigation.mjs.map +1 -1
- package/fesm2022/cmat-components-opt-input.mjs +3 -3
- package/fesm2022/cmat-components-org-chart.mjs +9 -9
- package/fesm2022/cmat-components-pagination.mjs +13 -14
- package/fesm2022/cmat-components-pagination.mjs.map +1 -1
- 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-rating.mjs +3 -3
- package/fesm2022/cmat-components-select-search.mjs +22 -22
- package/fesm2022/cmat-components-select-table.mjs +8 -9
- package/fesm2022/cmat-components-select-table.mjs.map +1 -1
- package/fesm2022/cmat-components-select-tree.mjs +6 -7
- 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 -19
- package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
- 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 +3 -3
- 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 +6 -6
- package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
- 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 +7 -7
- package/fesm2022/cmat-services-confirmation.mjs.map +1 -1
- 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 +56 -56
- package/styles/tailwind.scss +2 -2
|
@@ -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: "19.2.
|
|
48
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
47
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatMediaWatcherService, deps: [{ token: i1.BreakpointObserver }, { token: i2.CmatConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
48
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatMediaWatcherService, providedIn: 'root' }); }
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", 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: "19.2.
|
|
39
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
38
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatPlatformService, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
39
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatPlatformService, providedIn: 'root' }); }
|
|
40
40
|
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatPlatformService, decorators: [{
|
|
42
42
|
type: Injectable,
|
|
43
43
|
args: [{
|
|
44
44
|
providedIn: 'root'
|
|
@@ -28,10 +28,10 @@ class CmatSplashScreenService {
|
|
|
28
28
|
hide() {
|
|
29
29
|
this._document.body.classList.add('cmat-splash-screen-hidden');
|
|
30
30
|
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
32
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
31
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatSplashScreenService, deps: [{ token: DOCUMENT }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
32
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatSplashScreenService, providedIn: 'root' }); }
|
|
33
33
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatSplashScreenService, decorators: [{
|
|
35
35
|
type: Injectable,
|
|
36
36
|
args: [{
|
|
37
37
|
providedIn: 'root'
|
|
@@ -35,10 +35,10 @@ class CmatTitleService {
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
39
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
38
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatTitleService, deps: [{ token: i1.Title }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
39
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatTitleService, providedIn: 'root' }); }
|
|
40
40
|
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatTitleService, decorators: [{
|
|
42
42
|
type: Injectable,
|
|
43
43
|
args: [{
|
|
44
44
|
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: "19.2.
|
|
55
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
54
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatTranslationService, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
55
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatTranslationService, providedIn: 'root' }); }
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatTranslationService, decorators: [{
|
|
58
58
|
type: Injectable,
|
|
59
59
|
args: [{
|
|
60
60
|
providedIn: 'root'
|
|
@@ -456,10 +456,10 @@ class CmatUtilsService {
|
|
|
456
456
|
}
|
|
457
457
|
return id;
|
|
458
458
|
}
|
|
459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
460
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
460
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatUtilsService, providedIn: 'root' }); }
|
|
461
461
|
}
|
|
462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: CmatUtilsService, decorators: [{
|
|
463
463
|
type: Injectable,
|
|
464
464
|
args: [{
|
|
465
465
|
providedIn: 'root'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmat",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Yu Tao",
|
|
6
6
|
"email": "916426364@qq.com"
|
|
@@ -57,6 +57,34 @@
|
|
|
57
57
|
"types": "./version/index.d.ts",
|
|
58
58
|
"default": "./fesm2022/cmat-version.mjs"
|
|
59
59
|
},
|
|
60
|
+
"./directives/animate-on-scroll": {
|
|
61
|
+
"types": "./directives/animate-on-scroll/index.d.ts",
|
|
62
|
+
"default": "./fesm2022/cmat-directives-animate-on-scroll.mjs"
|
|
63
|
+
},
|
|
64
|
+
"./directives/arrow-cursor": {
|
|
65
|
+
"types": "./directives/arrow-cursor/index.d.ts",
|
|
66
|
+
"default": "./fesm2022/cmat-directives-arrow-cursor.mjs"
|
|
67
|
+
},
|
|
68
|
+
"./directives/autofocus": {
|
|
69
|
+
"types": "./directives/autofocus/index.d.ts",
|
|
70
|
+
"default": "./fesm2022/cmat-directives-autofocus.mjs"
|
|
71
|
+
},
|
|
72
|
+
"./directives/data-exporter": {
|
|
73
|
+
"types": "./directives/data-exporter/index.d.ts",
|
|
74
|
+
"default": "./fesm2022/cmat-directives-data-exporter.mjs"
|
|
75
|
+
},
|
|
76
|
+
"./directives/debounce": {
|
|
77
|
+
"types": "./directives/debounce/index.d.ts",
|
|
78
|
+
"default": "./fesm2022/cmat-directives-debounce.mjs"
|
|
79
|
+
},
|
|
80
|
+
"./directives/digit-only": {
|
|
81
|
+
"types": "./directives/digit-only/index.d.ts",
|
|
82
|
+
"default": "./fesm2022/cmat-directives-digit-only.mjs"
|
|
83
|
+
},
|
|
84
|
+
"./directives/equal-validator": {
|
|
85
|
+
"types": "./directives/equal-validator/index.d.ts",
|
|
86
|
+
"default": "./fesm2022/cmat-directives-equal-validator.mjs"
|
|
87
|
+
},
|
|
60
88
|
"./components/adapter": {
|
|
61
89
|
"types": "./components/adapter/index.d.ts",
|
|
62
90
|
"default": "./fesm2022/cmat-components-adapter.mjs"
|
|
@@ -105,14 +133,14 @@
|
|
|
105
133
|
"types": "./components/image-viewer/index.d.ts",
|
|
106
134
|
"default": "./fesm2022/cmat-components-image-viewer.mjs"
|
|
107
135
|
},
|
|
108
|
-
"./components/json-editor": {
|
|
109
|
-
"types": "./components/json-editor/index.d.ts",
|
|
110
|
-
"default": "./fesm2022/cmat-components-json-editor.mjs"
|
|
111
|
-
},
|
|
112
136
|
"./components/knob-input": {
|
|
113
137
|
"types": "./components/knob-input/index.d.ts",
|
|
114
138
|
"default": "./fesm2022/cmat-components-knob-input.mjs"
|
|
115
139
|
},
|
|
140
|
+
"./components/json-editor": {
|
|
141
|
+
"types": "./components/json-editor/index.d.ts",
|
|
142
|
+
"default": "./fesm2022/cmat-components-json-editor.mjs"
|
|
143
|
+
},
|
|
116
144
|
"./components/masonry": {
|
|
117
145
|
"types": "./components/masonry/index.d.ts",
|
|
118
146
|
"default": "./fesm2022/cmat-components-masonry.mjs"
|
|
@@ -141,34 +169,34 @@
|
|
|
141
169
|
"types": "./components/pagination/index.d.ts",
|
|
142
170
|
"default": "./fesm2022/cmat-components-pagination.mjs"
|
|
143
171
|
},
|
|
144
|
-
"./components/popover": {
|
|
145
|
-
"types": "./components/popover/index.d.ts",
|
|
146
|
-
"default": "./fesm2022/cmat-components-popover.mjs"
|
|
147
|
-
},
|
|
148
172
|
"./components/password-strength": {
|
|
149
173
|
"types": "./components/password-strength/index.d.ts",
|
|
150
174
|
"default": "./fesm2022/cmat-components-password-strength.mjs"
|
|
151
175
|
},
|
|
176
|
+
"./components/popover": {
|
|
177
|
+
"types": "./components/popover/index.d.ts",
|
|
178
|
+
"default": "./fesm2022/cmat-components-popover.mjs"
|
|
179
|
+
},
|
|
152
180
|
"./components/progress-bar": {
|
|
153
181
|
"types": "./components/progress-bar/index.d.ts",
|
|
154
182
|
"default": "./fesm2022/cmat-components-progress-bar.mjs"
|
|
155
183
|
},
|
|
156
|
-
"./components/rating": {
|
|
157
|
-
"types": "./components/rating/index.d.ts",
|
|
158
|
-
"default": "./fesm2022/cmat-components-rating.mjs"
|
|
159
|
-
},
|
|
160
184
|
"./components/select-search": {
|
|
161
185
|
"types": "./components/select-search/index.d.ts",
|
|
162
186
|
"default": "./fesm2022/cmat-components-select-search.mjs"
|
|
163
187
|
},
|
|
164
|
-
"./components/
|
|
165
|
-
"types": "./components/
|
|
166
|
-
"default": "./fesm2022/cmat-components-
|
|
188
|
+
"./components/rating": {
|
|
189
|
+
"types": "./components/rating/index.d.ts",
|
|
190
|
+
"default": "./fesm2022/cmat-components-rating.mjs"
|
|
167
191
|
},
|
|
168
192
|
"./components/select-table": {
|
|
169
193
|
"types": "./components/select-table/index.d.ts",
|
|
170
194
|
"default": "./fesm2022/cmat-components-select-table.mjs"
|
|
171
195
|
},
|
|
196
|
+
"./components/select-tree": {
|
|
197
|
+
"types": "./components/select-tree/index.d.ts",
|
|
198
|
+
"default": "./fesm2022/cmat-components-select-tree.mjs"
|
|
199
|
+
},
|
|
172
200
|
"./components/speed-dial": {
|
|
173
201
|
"types": "./components/speed-dial/index.d.ts",
|
|
174
202
|
"default": "./fesm2022/cmat-components-speed-dial.mjs"
|
|
@@ -197,34 +225,6 @@
|
|
|
197
225
|
"types": "./components/x6-angular-shape/index.d.ts",
|
|
198
226
|
"default": "./fesm2022/cmat-components-x6-angular-shape.mjs"
|
|
199
227
|
},
|
|
200
|
-
"./directives/animate-on-scroll": {
|
|
201
|
-
"types": "./directives/animate-on-scroll/index.d.ts",
|
|
202
|
-
"default": "./fesm2022/cmat-directives-animate-on-scroll.mjs"
|
|
203
|
-
},
|
|
204
|
-
"./directives/arrow-cursor": {
|
|
205
|
-
"types": "./directives/arrow-cursor/index.d.ts",
|
|
206
|
-
"default": "./fesm2022/cmat-directives-arrow-cursor.mjs"
|
|
207
|
-
},
|
|
208
|
-
"./directives/autofocus": {
|
|
209
|
-
"types": "./directives/autofocus/index.d.ts",
|
|
210
|
-
"default": "./fesm2022/cmat-directives-autofocus.mjs"
|
|
211
|
-
},
|
|
212
|
-
"./directives/data-exporter": {
|
|
213
|
-
"types": "./directives/data-exporter/index.d.ts",
|
|
214
|
-
"default": "./fesm2022/cmat-directives-data-exporter.mjs"
|
|
215
|
-
},
|
|
216
|
-
"./directives/debounce": {
|
|
217
|
-
"types": "./directives/debounce/index.d.ts",
|
|
218
|
-
"default": "./fesm2022/cmat-directives-debounce.mjs"
|
|
219
|
-
},
|
|
220
|
-
"./directives/digit-only": {
|
|
221
|
-
"types": "./directives/digit-only/index.d.ts",
|
|
222
|
-
"default": "./fesm2022/cmat-directives-digit-only.mjs"
|
|
223
|
-
},
|
|
224
|
-
"./directives/equal-validator": {
|
|
225
|
-
"types": "./directives/equal-validator/index.d.ts",
|
|
226
|
-
"default": "./fesm2022/cmat-directives-equal-validator.mjs"
|
|
227
|
-
},
|
|
228
228
|
"./lib/mock-api": {
|
|
229
229
|
"types": "./lib/mock-api/index.d.ts",
|
|
230
230
|
"default": "./fesm2022/cmat-lib-mock-api.mjs"
|
|
@@ -245,14 +245,14 @@
|
|
|
245
245
|
"types": "./pipes/group-by/index.d.ts",
|
|
246
246
|
"default": "./fesm2022/cmat-pipes-group-by.mjs"
|
|
247
247
|
},
|
|
248
|
-
"./pipes/secure": {
|
|
249
|
-
"types": "./pipes/secure/index.d.ts",
|
|
250
|
-
"default": "./fesm2022/cmat-pipes-secure.mjs"
|
|
251
|
-
},
|
|
252
248
|
"./pipes/keys": {
|
|
253
249
|
"types": "./pipes/keys/index.d.ts",
|
|
254
250
|
"default": "./fesm2022/cmat-pipes-keys.mjs"
|
|
255
251
|
},
|
|
252
|
+
"./pipes/secure": {
|
|
253
|
+
"types": "./pipes/secure/index.d.ts",
|
|
254
|
+
"default": "./fesm2022/cmat-pipes-secure.mjs"
|
|
255
|
+
},
|
|
256
256
|
"./pipes/uppercase": {
|
|
257
257
|
"types": "./pipes/uppercase/index.d.ts",
|
|
258
258
|
"default": "./fesm2022/cmat-pipes-uppercase.mjs"
|
|
@@ -273,6 +273,10 @@
|
|
|
273
273
|
"types": "./services/data/index.d.ts",
|
|
274
274
|
"default": "./fesm2022/cmat-services-data.mjs"
|
|
275
275
|
},
|
|
276
|
+
"./services/loading": {
|
|
277
|
+
"types": "./services/loading/index.d.ts",
|
|
278
|
+
"default": "./fesm2022/cmat-services-loading.mjs"
|
|
279
|
+
},
|
|
276
280
|
"./services/export-as": {
|
|
277
281
|
"types": "./services/export-as/index.d.ts",
|
|
278
282
|
"default": "./fesm2022/cmat-services-export-as.mjs"
|
|
@@ -285,10 +289,6 @@
|
|
|
285
289
|
"types": "./services/media-watcher/index.d.ts",
|
|
286
290
|
"default": "./fesm2022/cmat-services-media-watcher.mjs"
|
|
287
291
|
},
|
|
288
|
-
"./services/loading": {
|
|
289
|
-
"types": "./services/loading/index.d.ts",
|
|
290
|
-
"default": "./fesm2022/cmat-services-loading.mjs"
|
|
291
|
-
},
|
|
292
292
|
"./services/platform": {
|
|
293
293
|
"types": "./services/platform/index.d.ts",
|
|
294
294
|
"default": "./fesm2022/cmat-services-platform.mjs"
|
|
@@ -301,13 +301,13 @@
|
|
|
301
301
|
"types": "./services/title/index.d.ts",
|
|
302
302
|
"default": "./fesm2022/cmat-services-title.mjs"
|
|
303
303
|
},
|
|
304
|
-
"./services/utils": {
|
|
305
|
-
"types": "./services/utils/index.d.ts",
|
|
306
|
-
"default": "./fesm2022/cmat-services-utils.mjs"
|
|
307
|
-
},
|
|
308
304
|
"./services/translation": {
|
|
309
305
|
"types": "./services/translation/index.d.ts",
|
|
310
306
|
"default": "./fesm2022/cmat-services-translation.mjs"
|
|
307
|
+
},
|
|
308
|
+
"./services/utils": {
|
|
309
|
+
"types": "./services/utils/index.d.ts",
|
|
310
|
+
"default": "./fesm2022/cmat-services-utils.mjs"
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
}
|
package/styles/tailwind.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "tailwindcss";
|
|
2
2
|
|
|
3
3
|
@theme {
|
|
4
4
|
--color-slate-300: oklch(0.869 0.022 252.894);
|
|
@@ -163,4 +163,4 @@
|
|
|
163
163
|
|
|
164
164
|
@utility scrollbar-custom {
|
|
165
165
|
@apply scrollbar-thin scrollbar-thumb-primary-300 scrollbar-track-gray-300 scrollbar-thumb-rounded-md scrollbar-hover:scrollbar-thumb-primary-500 dark:scrollbar-track-gray-500;
|
|
166
|
-
}
|
|
166
|
+
}
|