@solcre-org/core-ui 2.11.34 → 2.11.36
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/assets/css/inc/components/attachments.css +21 -5
- package/assets/css/inc/components/data-entry.input.file.css +1 -0
- package/assets/css/inc/objects/grid.css +3 -3
- package/fesm2022/solcre-org-core-ui.mjs +11 -8
- package/fesm2022/solcre-org-core-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3370,6 +3370,7 @@ declare enum ProgressBarSize {
|
|
|
3370
3370
|
declare class ProgressBarComponent {
|
|
3371
3371
|
progress: _angular_core.InputSignal<number>;
|
|
3372
3372
|
size: _angular_core.InputSignal<ProgressBarSize>;
|
|
3373
|
+
percentage: _angular_core.Signal<number>;
|
|
3373
3374
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
3374
3375
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ProgressBarComponent, "core-progress-bar", never, { "progress": { "alias": "progress"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof CoreHostDirective; inputs: {}; outputs: {}; }]>;
|
|
3375
3376
|
}
|