@ascentgl/ads-ui 21.135.0 → 21.135.1
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/package.json
CHANGED
|
@@ -4160,8 +4160,6 @@ declare class AdsHistoryStepperComponent {
|
|
|
4160
4160
|
constructor(registry: AdsIconRegistry);
|
|
4161
4161
|
/** Grouped history events, each group representing a single day */
|
|
4162
4162
|
groups: i0.InputSignal<HistoryGroup[]>;
|
|
4163
|
-
/** Estimated item height in px used by the virtual scroll viewport */
|
|
4164
|
-
protected readonly ITEM_HEIGHT = 120;
|
|
4165
4163
|
/** @ignore */
|
|
4166
4164
|
protected readonly HistoryAction: typeof HistoryAction;
|
|
4167
4165
|
/** @ignore */
|
|
@@ -4178,7 +4176,7 @@ declare class AdsHistoryStepperComponent {
|
|
|
4178
4176
|
|
|
4179
4177
|
declare class AdsHistoryStepperModule {
|
|
4180
4178
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHistoryStepperModule, never>;
|
|
4181
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHistoryStepperModule, [typeof AdsHistoryStepperComponent], [typeof
|
|
4179
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHistoryStepperModule, [typeof AdsHistoryStepperComponent], [typeof i4.AdsIconModule, typeof AdsTagModule], [typeof AdsHistoryStepperComponent]>;
|
|
4182
4180
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHistoryStepperModule>;
|
|
4183
4181
|
}
|
|
4184
4182
|
|