@sunrise-upc/mobile-prod-card 4.6.1-beta.9 → 4.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/NewLineCheck/SuccessCoverage.d.ts +1 -1
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +1 -0
- package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
- package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
- package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +4 -0
- package/dist/cjs/components/StaticLineTable/TvOptionsContainer.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/esm/components/NewLineCheck/SuccessCoverage.d.ts +1 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -0
- package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
- package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
- package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +4 -0
- package/dist/esm/components/StaticLineTable/TvOptionsContainer.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -136,6 +136,7 @@ interface ProductTeaserSchema {
|
|
136
136
|
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
137
137
|
productCallBack?: (a: string) => void;
|
138
138
|
tableSelectedTab?: string;
|
139
|
+
lineCheckOnClear?: () => void;
|
139
140
|
}
|
140
141
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
141
142
|
|
@@ -170,6 +171,7 @@ interface StaticLinetableSchema {
|
|
170
171
|
deviceFlow?: any;
|
171
172
|
deviceFlowCallBack?: any;
|
172
173
|
ubRatePlanObj?: any;
|
174
|
+
lineCheckOnClear?: any;
|
173
175
|
}
|
174
176
|
|
175
177
|
declare const StaticLineTable: FC<StaticLinetableSchema>;
|