@mindly/ui-components 6.5.6 → 6.5.8
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/dist/cjs/index.js +5 -5
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +1 -0
- package/dist/esm/index.js +5 -5
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4292,6 +4292,7 @@ type SpecialistDetailWidgetProps = {
|
|
|
4292
4292
|
names: string[];
|
|
4293
4293
|
label: string;
|
|
4294
4294
|
};
|
|
4295
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
4295
4296
|
events: {
|
|
4296
4297
|
onSuperSpecialistArticleClick?(): void;
|
|
4297
4298
|
onNewSpecialistArticleClick?(): void;
|
|
@@ -4398,6 +4399,7 @@ type SpecialistDetailWithTabsWidgetProps = {
|
|
|
4398
4399
|
names: string[];
|
|
4399
4400
|
label: string;
|
|
4400
4401
|
};
|
|
4402
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
4401
4403
|
events: {
|
|
4402
4404
|
onOpenSuperSpecialistArticle?(): void;
|
|
4403
4405
|
onOpenNewSpecialistArticle?(): void;
|