codexly-ui 0.4.0 → 0.4.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/codexly-ui.mjs +193 -92
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/codexly-ui.d.ts +0 -1
package/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -1150,7 +1150,6 @@ declare class ClxUploadComponent implements ControlValueAccessor, OnDestroy {
|
|
|
1150
1150
|
}>;
|
|
1151
1151
|
protected readonly _isError: _angular_core.Signal<boolean>;
|
|
1152
1152
|
protected readonly _thumbClass: _angular_core.Signal<string>;
|
|
1153
|
-
protected readonly _fileCardClass: _angular_core.Signal<string>;
|
|
1154
1153
|
protected readonly _previewItems: _angular_core.Signal<ClxUploadPreviewItem[]>;
|
|
1155
1154
|
protected readonly _zoneClass: _angular_core.Signal<string>;
|
|
1156
1155
|
protected readonly _iconClass: _angular_core.Signal<string>;
|