@coorpacademy/components 11.33.7 → 11.33.8-alpha.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/es/atom/button-link/index.d.ts +13 -2
- package/es/atom/button-link/index.d.ts.map +1 -1
- package/es/atom/button-link/index.js +2 -2
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/style.css +2 -2
- package/es/atom/button-link/types.d.ts +28 -4
- package/es/atom/button-link/types.d.ts.map +1 -1
- package/es/atom/button-link/types.js +14 -5
- package/es/atom/button-link/types.js.map +1 -1
- package/es/atom/button-link-icon/style.css +2 -2
- package/es/atom/button-menu/index.d.ts +18 -0
- package/es/atom/button-menu/index.d.ts.map +1 -1
- package/es/atom/button-menu/index.js +19 -3
- package/es/atom/button-menu/index.js.map +1 -1
- package/es/atom/button-menu/style.css +19 -6
- package/es/atom/button-menu/types.d.ts +39 -0
- package/es/atom/button-menu/types.d.ts.map +1 -1
- package/es/atom/button-menu/types.js +7 -2
- package/es/atom/button-menu/types.js.map +1 -1
- package/es/atom/tag/style.css +10 -6
- package/es/molecule/bullet-point-menu-button/index.d.ts +17 -0
- package/es/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
- package/es/molecule/bullet-point-menu-button/style.css +19 -16
- package/es/molecule/bullet-point-menu-button/types.d.ts +17 -0
- package/es/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
- package/es/molecule/cm-popin/types.d.ts +69 -7
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/index.d.ts +47 -2
- package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/types.d.ts +47 -2
- package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/es/molecule/filters/index.js +2 -2
- package/es/molecule/filters/index.js.map +1 -1
- package/es/molecule/filters/style.css +7 -7
- package/es/organism/header-with-actions/index.d.ts +95 -0
- package/es/organism/header-with-actions/index.d.ts.map +1 -0
- package/es/organism/header-with-actions/index.js +48 -0
- package/es/organism/header-with-actions/index.js.map +1 -0
- package/es/organism/header-with-actions/style.css +55 -0
- package/es/organism/header-with-actions/types.d.ts +120 -0
- package/es/organism/header-with-actions/types.d.ts.map +1 -0
- package/es/organism/header-with-actions/types.js +27 -0
- package/es/organism/header-with-actions/types.js.map +1 -0
- package/es/organism/list-items/index.d.ts +60 -4
- package/es/organism/setup-header/index.d.ts +52 -8
- package/es/organism/wizard-contents/index.d.ts +73 -6
- package/es/template/app-player/loading/index.d.ts +69 -7
- package/es/template/app-player/player/index.d.ts +138 -14
- package/es/template/app-player/player/slides/index.d.ts +69 -7
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +69 -7
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +69 -7
- package/es/template/app-review/index.d.ts +69 -7
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +69 -7
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +69 -7
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-create/index.d.ts +52 -8
- package/es/template/back-office/brand-create/index.d.ts.map +1 -1
- package/es/template/back-office/brand-list/index.d.ts +52 -8
- package/es/template/back-office/brand-list/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +254 -25
- package/es/template/back-office/dashboard-preview/index.d.ts +52 -8
- package/es/template/back-office/layout/index.d.ts +52 -8
- package/es/template/back-office/layout/index.d.ts.map +1 -1
- package/es/template/common/dashboard/index.d.ts +138 -14
- package/es/template/common/search-page/index.d.ts +69 -7
- package/es/template/external-course/index.d.ts +69 -7
- package/es/variables/colors.css +5 -1
- package/es/variables/colors.d.ts +1 -0
- package/es/variables/colors.d.ts.map +1 -1
- package/es/variables/colors.js +1 -0
- package/es/variables/colors.js.map +1 -1
- package/lib/atom/button-link/index.d.ts +13 -2
- package/lib/atom/button-link/index.d.ts.map +1 -1
- package/lib/atom/button-link/index.js +2 -2
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/style.css +2 -2
- package/lib/atom/button-link/types.d.ts +28 -4
- package/lib/atom/button-link/types.d.ts.map +1 -1
- package/lib/atom/button-link/types.js +15 -6
- package/lib/atom/button-link/types.js.map +1 -1
- package/lib/atom/button-link-icon/style.css +2 -2
- package/lib/atom/button-menu/index.d.ts +18 -0
- package/lib/atom/button-menu/index.d.ts.map +1 -1
- package/lib/atom/button-menu/index.js +19 -3
- package/lib/atom/button-menu/index.js.map +1 -1
- package/lib/atom/button-menu/style.css +19 -6
- package/lib/atom/button-menu/types.d.ts +39 -0
- package/lib/atom/button-menu/types.d.ts.map +1 -1
- package/lib/atom/button-menu/types.js +7 -2
- package/lib/atom/button-menu/types.js.map +1 -1
- package/lib/atom/tag/style.css +10 -6
- package/lib/molecule/bullet-point-menu-button/index.d.ts +17 -0
- package/lib/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
- package/lib/molecule/bullet-point-menu-button/style.css +19 -16
- package/lib/molecule/bullet-point-menu-button/types.d.ts +17 -0
- package/lib/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
- package/lib/molecule/cm-popin/types.d.ts +69 -7
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/index.d.ts +47 -2
- package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/types.d.ts +47 -2
- package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/lib/molecule/filters/index.js +2 -2
- package/lib/molecule/filters/index.js.map +1 -1
- package/lib/molecule/filters/style.css +7 -7
- package/lib/organism/header-with-actions/index.d.ts +95 -0
- package/lib/organism/header-with-actions/index.d.ts.map +1 -0
- package/lib/organism/header-with-actions/index.js +53 -0
- package/lib/organism/header-with-actions/index.js.map +1 -0
- package/lib/organism/header-with-actions/style.css +55 -0
- package/lib/organism/header-with-actions/types.d.ts +120 -0
- package/lib/organism/header-with-actions/types.d.ts.map +1 -0
- package/lib/organism/header-with-actions/types.js +32 -0
- package/lib/organism/header-with-actions/types.js.map +1 -0
- package/lib/organism/list-items/index.d.ts +60 -4
- package/lib/organism/setup-header/index.d.ts +52 -8
- package/lib/organism/wizard-contents/index.d.ts +73 -6
- package/lib/template/app-player/loading/index.d.ts +69 -7
- package/lib/template/app-player/player/index.d.ts +138 -14
- package/lib/template/app-player/player/slides/index.d.ts +69 -7
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +69 -7
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +69 -7
- package/lib/template/app-review/index.d.ts +69 -7
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +69 -7
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +69 -7
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-create/index.d.ts +52 -8
- package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-list/index.d.ts +52 -8
- package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +254 -25
- package/lib/template/back-office/dashboard-preview/index.d.ts +52 -8
- package/lib/template/back-office/layout/index.d.ts +52 -8
- package/lib/template/back-office/layout/index.d.ts.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +138 -14
- package/lib/template/common/search-page/index.d.ts +69 -7
- package/lib/template/external-course/index.d.ts +69 -7
- package/lib/variables/colors.css +5 -1
- package/lib/variables/colors.d.ts +1 -0
- package/lib/variables/colors.d.ts.map +1 -1
- package/lib/variables/colors.js +1 -0
- package/lib/variables/colors.js.map +1 -1
- package/package.json +2 -2
- package/LICENSE +0 -201
|
@@ -222,7 +222,9 @@ declare namespace PopinEnd {
|
|
|
222
222
|
'aria-label': PropTypes.Requireable<string>;
|
|
223
223
|
largeButton: PropTypes.Requireable<boolean>;
|
|
224
224
|
type: PropTypes.Requireable<string>;
|
|
225
|
-
customStyle: PropTypes.Requireable<
|
|
225
|
+
customStyle: PropTypes.Requireable<{
|
|
226
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
227
|
+
}>;
|
|
226
228
|
}>>;
|
|
227
229
|
secondButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
228
230
|
label: PropTypes.Requireable<string>;
|
|
@@ -230,7 +232,9 @@ declare namespace PopinEnd {
|
|
|
230
232
|
type: PropTypes.Requireable<string>;
|
|
231
233
|
'aria-label': PropTypes.Requireable<string>;
|
|
232
234
|
largeButton: PropTypes.Requireable<boolean>;
|
|
233
|
-
customStyle: PropTypes.Requireable<
|
|
235
|
+
customStyle: PropTypes.Requireable<{
|
|
236
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
237
|
+
}>;
|
|
234
238
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
235
239
|
position: PropTypes.Requireable<string>;
|
|
236
240
|
type: PropTypes.Requireable<string>;
|
|
@@ -242,7 +246,9 @@ declare namespace PopinEnd {
|
|
|
242
246
|
type: PropTypes.Requireable<string>;
|
|
243
247
|
'aria-label': PropTypes.Requireable<string>;
|
|
244
248
|
largeButton: PropTypes.Requireable<boolean>;
|
|
245
|
-
customStyle: PropTypes.Requireable<
|
|
249
|
+
customStyle: PropTypes.Requireable<{
|
|
250
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
251
|
+
}>;
|
|
246
252
|
}>>;
|
|
247
253
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
248
254
|
icon: PropTypes.Requireable<string>;
|
|
@@ -289,8 +295,17 @@ declare namespace PopinEnd {
|
|
|
289
295
|
'data-name': PropTypes.Requireable<string>;
|
|
290
296
|
'data-testid': PropTypes.Requireable<string>;
|
|
291
297
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
292
|
-
position: PropTypes.
|
|
298
|
+
position: PropTypes.Validator<string>;
|
|
293
299
|
type: PropTypes.Requireable<string>;
|
|
300
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
301
|
+
name: PropTypes.Validator<string>;
|
|
302
|
+
color: PropTypes.Requireable<string>;
|
|
303
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
304
|
+
size: PropTypes.Requireable<number>;
|
|
305
|
+
customStyle: PropTypes.Requireable<{
|
|
306
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
307
|
+
}>;
|
|
308
|
+
}>>;
|
|
294
309
|
}>>;
|
|
295
310
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
296
311
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -302,7 +317,9 @@ declare namespace PopinEnd {
|
|
|
302
317
|
hoverColor: PropTypes.Requireable<string>;
|
|
303
318
|
disabled: PropTypes.Requireable<boolean>;
|
|
304
319
|
className: PropTypes.Requireable<string>;
|
|
305
|
-
customStyle: PropTypes.Requireable<
|
|
320
|
+
customStyle: PropTypes.Requireable<{
|
|
321
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
322
|
+
}>;
|
|
306
323
|
}>>;
|
|
307
324
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
308
325
|
title: PropTypes.Requireable<string>;
|
|
@@ -420,6 +437,23 @@ declare namespace PopinEnd {
|
|
|
420
437
|
label: PropTypes.Validator<string>;
|
|
421
438
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
422
439
|
type: PropTypes.Requireable<string>;
|
|
440
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
441
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
442
|
+
position: PropTypes.Validator<string>;
|
|
443
|
+
type: PropTypes.Requireable<string>;
|
|
444
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
445
|
+
name: PropTypes.Validator<string>;
|
|
446
|
+
color: PropTypes.Requireable<string>;
|
|
447
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
448
|
+
size: PropTypes.Requireable<number>;
|
|
449
|
+
customStyle: PropTypes.Requireable<{
|
|
450
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
451
|
+
}>;
|
|
452
|
+
}>>;
|
|
453
|
+
}>>;
|
|
454
|
+
customStyle: PropTypes.Requireable<{
|
|
455
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
456
|
+
}>;
|
|
423
457
|
}> | null | undefined)[]>;
|
|
424
458
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
425
459
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -442,8 +476,17 @@ declare namespace PopinEnd {
|
|
|
442
476
|
'data-name': PropTypes.Requireable<string>;
|
|
443
477
|
'data-testid': PropTypes.Requireable<string>;
|
|
444
478
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
445
|
-
position: PropTypes.
|
|
479
|
+
position: PropTypes.Validator<string>;
|
|
446
480
|
type: PropTypes.Requireable<string>;
|
|
481
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
482
|
+
name: PropTypes.Validator<string>;
|
|
483
|
+
color: PropTypes.Requireable<string>;
|
|
484
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
485
|
+
size: PropTypes.Requireable<number>;
|
|
486
|
+
customStyle: PropTypes.Requireable<{
|
|
487
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
488
|
+
}>;
|
|
489
|
+
}>>;
|
|
447
490
|
}>>;
|
|
448
491
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
449
492
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -455,7 +498,9 @@ declare namespace PopinEnd {
|
|
|
455
498
|
hoverColor: PropTypes.Requireable<string>;
|
|
456
499
|
disabled: PropTypes.Requireable<boolean>;
|
|
457
500
|
className: PropTypes.Requireable<string>;
|
|
458
|
-
customStyle: PropTypes.Requireable<
|
|
501
|
+
customStyle: PropTypes.Requireable<{
|
|
502
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
503
|
+
}>;
|
|
459
504
|
}> | PropTypes.InferProps<{
|
|
460
505
|
componentType: PropTypes.Requireable<string>;
|
|
461
506
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -467,6 +512,23 @@ declare namespace PopinEnd {
|
|
|
467
512
|
label: PropTypes.Validator<string>;
|
|
468
513
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
469
514
|
type: PropTypes.Requireable<string>;
|
|
515
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
516
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
517
|
+
position: PropTypes.Validator<string>;
|
|
518
|
+
type: PropTypes.Requireable<string>;
|
|
519
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
520
|
+
name: PropTypes.Validator<string>;
|
|
521
|
+
color: PropTypes.Requireable<string>;
|
|
522
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
523
|
+
size: PropTypes.Requireable<number>;
|
|
524
|
+
customStyle: PropTypes.Requireable<{
|
|
525
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
526
|
+
}>;
|
|
527
|
+
}>>;
|
|
528
|
+
}>>;
|
|
529
|
+
customStyle: PropTypes.Requireable<{
|
|
530
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
531
|
+
}>;
|
|
470
532
|
}> | null | undefined)[]>;
|
|
471
533
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
472
534
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -543,7 +543,9 @@ declare const AppReview: {
|
|
|
543
543
|
'aria-label': import("prop-types").Requireable<string>;
|
|
544
544
|
largeButton: import("prop-types").Requireable<boolean>;
|
|
545
545
|
type: import("prop-types").Requireable<string>;
|
|
546
|
-
customStyle: import("prop-types").Requireable<
|
|
546
|
+
customStyle: import("prop-types").Requireable<{
|
|
547
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
548
|
+
}>;
|
|
547
549
|
}>>;
|
|
548
550
|
secondButton: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
549
551
|
label: import("prop-types").Requireable<string>;
|
|
@@ -551,7 +553,9 @@ declare const AppReview: {
|
|
|
551
553
|
type: import("prop-types").Requireable<string>;
|
|
552
554
|
'aria-label': import("prop-types").Requireable<string>;
|
|
553
555
|
largeButton: import("prop-types").Requireable<boolean>;
|
|
554
|
-
customStyle: import("prop-types").Requireable<
|
|
556
|
+
customStyle: import("prop-types").Requireable<{
|
|
557
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
558
|
+
}>;
|
|
555
559
|
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
556
560
|
position: import("prop-types").Requireable<string>;
|
|
557
561
|
type: import("prop-types").Requireable<string>;
|
|
@@ -563,7 +567,9 @@ declare const AppReview: {
|
|
|
563
567
|
type: import("prop-types").Requireable<string>;
|
|
564
568
|
'aria-label': import("prop-types").Requireable<string>;
|
|
565
569
|
largeButton: import("prop-types").Requireable<boolean>;
|
|
566
|
-
customStyle: import("prop-types").Requireable<
|
|
570
|
+
customStyle: import("prop-types").Requireable<{
|
|
571
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
572
|
+
}>;
|
|
567
573
|
}>>;
|
|
568
574
|
onClose: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
569
575
|
icon: import("prop-types").Requireable<string>;
|
|
@@ -610,8 +616,17 @@ declare const AppReview: {
|
|
|
610
616
|
'data-name': import("prop-types").Requireable<string>;
|
|
611
617
|
'data-testid': import("prop-types").Requireable<string>;
|
|
612
618
|
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
613
|
-
position: import("prop-types").
|
|
619
|
+
position: import("prop-types").Validator<string>;
|
|
614
620
|
type: import("prop-types").Requireable<string>;
|
|
621
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
622
|
+
name: import("prop-types").Validator<string>;
|
|
623
|
+
color: import("prop-types").Requireable<string>;
|
|
624
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
625
|
+
size: import("prop-types").Requireable<number>;
|
|
626
|
+
customStyle: import("prop-types").Requireable<{
|
|
627
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
628
|
+
}>;
|
|
629
|
+
}>>;
|
|
615
630
|
}>>;
|
|
616
631
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
617
632
|
link: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -623,7 +638,9 @@ declare const AppReview: {
|
|
|
623
638
|
hoverColor: import("prop-types").Requireable<string>;
|
|
624
639
|
disabled: import("prop-types").Requireable<boolean>;
|
|
625
640
|
className: import("prop-types").Requireable<string>;
|
|
626
|
-
customStyle: import("prop-types").Requireable<
|
|
641
|
+
customStyle: import("prop-types").Requireable<{
|
|
642
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
643
|
+
}>;
|
|
627
644
|
}>>;
|
|
628
645
|
selectMultiple: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
629
646
|
title: import("prop-types").Requireable<string>;
|
|
@@ -741,6 +758,23 @@ declare const AppReview: {
|
|
|
741
758
|
label: import("prop-types").Validator<string>;
|
|
742
759
|
onClick: import("prop-types").Validator<(...args: any[]) => any>;
|
|
743
760
|
type: import("prop-types").Requireable<string>;
|
|
761
|
+
buttonLinkType: import("prop-types").Requireable<string>;
|
|
762
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
763
|
+
position: import("prop-types").Validator<string>;
|
|
764
|
+
type: import("prop-types").Requireable<string>;
|
|
765
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
766
|
+
name: import("prop-types").Validator<string>;
|
|
767
|
+
color: import("prop-types").Requireable<string>;
|
|
768
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
769
|
+
size: import("prop-types").Requireable<number>;
|
|
770
|
+
customStyle: import("prop-types").Requireable<{
|
|
771
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
772
|
+
}>;
|
|
773
|
+
}>>;
|
|
774
|
+
}>>;
|
|
775
|
+
customStyle: import("prop-types").Requireable<{
|
|
776
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
777
|
+
}>;
|
|
744
778
|
}> | null | undefined)[]>;
|
|
745
779
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
746
780
|
menuButtonClassName: import("prop-types").Requireable<string>;
|
|
@@ -763,8 +797,17 @@ declare const AppReview: {
|
|
|
763
797
|
'data-name': import("prop-types").Requireable<string>;
|
|
764
798
|
'data-testid': import("prop-types").Requireable<string>;
|
|
765
799
|
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
766
|
-
position: import("prop-types").
|
|
800
|
+
position: import("prop-types").Validator<string>;
|
|
767
801
|
type: import("prop-types").Requireable<string>;
|
|
802
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
803
|
+
name: import("prop-types").Validator<string>;
|
|
804
|
+
color: import("prop-types").Requireable<string>;
|
|
805
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
806
|
+
size: import("prop-types").Requireable<number>;
|
|
807
|
+
customStyle: import("prop-types").Requireable<{
|
|
808
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
809
|
+
}>;
|
|
810
|
+
}>>;
|
|
768
811
|
}>>;
|
|
769
812
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
770
813
|
link: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -776,7 +819,9 @@ declare const AppReview: {
|
|
|
776
819
|
hoverColor: import("prop-types").Requireable<string>;
|
|
777
820
|
disabled: import("prop-types").Requireable<boolean>;
|
|
778
821
|
className: import("prop-types").Requireable<string>;
|
|
779
|
-
customStyle: import("prop-types").Requireable<
|
|
822
|
+
customStyle: import("prop-types").Requireable<{
|
|
823
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
824
|
+
}>;
|
|
780
825
|
}> | import("prop-types").InferProps<{
|
|
781
826
|
componentType: import("prop-types").Requireable<string>;
|
|
782
827
|
disabled: import("prop-types").Requireable<boolean>;
|
|
@@ -788,6 +833,23 @@ declare const AppReview: {
|
|
|
788
833
|
label: import("prop-types").Validator<string>;
|
|
789
834
|
onClick: import("prop-types").Validator<(...args: any[]) => any>;
|
|
790
835
|
type: import("prop-types").Requireable<string>;
|
|
836
|
+
buttonLinkType: import("prop-types").Requireable<string>;
|
|
837
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
838
|
+
position: import("prop-types").Validator<string>;
|
|
839
|
+
type: import("prop-types").Requireable<string>;
|
|
840
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
841
|
+
name: import("prop-types").Validator<string>;
|
|
842
|
+
color: import("prop-types").Requireable<string>;
|
|
843
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
844
|
+
size: import("prop-types").Requireable<number>;
|
|
845
|
+
customStyle: import("prop-types").Requireable<{
|
|
846
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
847
|
+
}>;
|
|
848
|
+
}>>;
|
|
849
|
+
}>>;
|
|
850
|
+
customStyle: import("prop-types").Requireable<{
|
|
851
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
852
|
+
}>;
|
|
791
853
|
}> | null | undefined)[]>;
|
|
792
854
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
793
855
|
menuButtonClassName: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -543,7 +543,9 @@ declare const propTypes: {
|
|
|
543
543
|
'aria-label': PropTypes.Requireable<string>;
|
|
544
544
|
largeButton: PropTypes.Requireable<boolean>;
|
|
545
545
|
type: PropTypes.Requireable<string>;
|
|
546
|
-
customStyle: PropTypes.Requireable<
|
|
546
|
+
customStyle: PropTypes.Requireable<{
|
|
547
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
548
|
+
}>;
|
|
547
549
|
}>>;
|
|
548
550
|
secondButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
549
551
|
label: PropTypes.Requireable<string>;
|
|
@@ -551,7 +553,9 @@ declare const propTypes: {
|
|
|
551
553
|
type: PropTypes.Requireable<string>;
|
|
552
554
|
'aria-label': PropTypes.Requireable<string>;
|
|
553
555
|
largeButton: PropTypes.Requireable<boolean>;
|
|
554
|
-
customStyle: PropTypes.Requireable<
|
|
556
|
+
customStyle: PropTypes.Requireable<{
|
|
557
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
558
|
+
}>;
|
|
555
559
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
556
560
|
position: PropTypes.Requireable<string>;
|
|
557
561
|
type: PropTypes.Requireable<string>;
|
|
@@ -563,7 +567,9 @@ declare const propTypes: {
|
|
|
563
567
|
type: PropTypes.Requireable<string>;
|
|
564
568
|
'aria-label': PropTypes.Requireable<string>;
|
|
565
569
|
largeButton: PropTypes.Requireable<boolean>;
|
|
566
|
-
customStyle: PropTypes.Requireable<
|
|
570
|
+
customStyle: PropTypes.Requireable<{
|
|
571
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
572
|
+
}>;
|
|
567
573
|
}>>;
|
|
568
574
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
569
575
|
icon: PropTypes.Requireable<string>;
|
|
@@ -610,8 +616,17 @@ declare const propTypes: {
|
|
|
610
616
|
'data-name': PropTypes.Requireable<string>;
|
|
611
617
|
'data-testid': PropTypes.Requireable<string>;
|
|
612
618
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
613
|
-
position: PropTypes.
|
|
619
|
+
position: PropTypes.Validator<string>;
|
|
614
620
|
type: PropTypes.Requireable<string>;
|
|
621
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
622
|
+
name: PropTypes.Validator<string>;
|
|
623
|
+
color: PropTypes.Requireable<string>;
|
|
624
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
625
|
+
size: PropTypes.Requireable<number>;
|
|
626
|
+
customStyle: PropTypes.Requireable<{
|
|
627
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
628
|
+
}>;
|
|
629
|
+
}>>;
|
|
615
630
|
}>>;
|
|
616
631
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
617
632
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -623,7 +638,9 @@ declare const propTypes: {
|
|
|
623
638
|
hoverColor: PropTypes.Requireable<string>;
|
|
624
639
|
disabled: PropTypes.Requireable<boolean>;
|
|
625
640
|
className: PropTypes.Requireable<string>;
|
|
626
|
-
customStyle: PropTypes.Requireable<
|
|
641
|
+
customStyle: PropTypes.Requireable<{
|
|
642
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
643
|
+
}>;
|
|
627
644
|
}>>;
|
|
628
645
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
629
646
|
title: PropTypes.Requireable<string>;
|
|
@@ -741,6 +758,23 @@ declare const propTypes: {
|
|
|
741
758
|
label: PropTypes.Validator<string>;
|
|
742
759
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
743
760
|
type: PropTypes.Requireable<string>;
|
|
761
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
762
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
763
|
+
position: PropTypes.Validator<string>;
|
|
764
|
+
type: PropTypes.Requireable<string>;
|
|
765
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
766
|
+
name: PropTypes.Validator<string>;
|
|
767
|
+
color: PropTypes.Requireable<string>;
|
|
768
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
769
|
+
size: PropTypes.Requireable<number>;
|
|
770
|
+
customStyle: PropTypes.Requireable<{
|
|
771
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
772
|
+
}>;
|
|
773
|
+
}>>;
|
|
774
|
+
}>>;
|
|
775
|
+
customStyle: PropTypes.Requireable<{
|
|
776
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
777
|
+
}>;
|
|
744
778
|
}> | null | undefined)[]>;
|
|
745
779
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
746
780
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -763,8 +797,17 @@ declare const propTypes: {
|
|
|
763
797
|
'data-name': PropTypes.Requireable<string>;
|
|
764
798
|
'data-testid': PropTypes.Requireable<string>;
|
|
765
799
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
766
|
-
position: PropTypes.
|
|
800
|
+
position: PropTypes.Validator<string>;
|
|
767
801
|
type: PropTypes.Requireable<string>;
|
|
802
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
803
|
+
name: PropTypes.Validator<string>;
|
|
804
|
+
color: PropTypes.Requireable<string>;
|
|
805
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
806
|
+
size: PropTypes.Requireable<number>;
|
|
807
|
+
customStyle: PropTypes.Requireable<{
|
|
808
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
809
|
+
}>;
|
|
810
|
+
}>>;
|
|
768
811
|
}>>;
|
|
769
812
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
770
813
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -776,7 +819,9 @@ declare const propTypes: {
|
|
|
776
819
|
hoverColor: PropTypes.Requireable<string>;
|
|
777
820
|
disabled: PropTypes.Requireable<boolean>;
|
|
778
821
|
className: PropTypes.Requireable<string>;
|
|
779
|
-
customStyle: PropTypes.Requireable<
|
|
822
|
+
customStyle: PropTypes.Requireable<{
|
|
823
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
824
|
+
}>;
|
|
780
825
|
}> | PropTypes.InferProps<{
|
|
781
826
|
componentType: PropTypes.Requireable<string>;
|
|
782
827
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -788,6 +833,23 @@ declare const propTypes: {
|
|
|
788
833
|
label: PropTypes.Validator<string>;
|
|
789
834
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
790
835
|
type: PropTypes.Requireable<string>;
|
|
836
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
837
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
838
|
+
position: PropTypes.Validator<string>;
|
|
839
|
+
type: PropTypes.Requireable<string>;
|
|
840
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
841
|
+
name: PropTypes.Validator<string>;
|
|
842
|
+
color: PropTypes.Requireable<string>;
|
|
843
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
844
|
+
size: PropTypes.Requireable<number>;
|
|
845
|
+
customStyle: PropTypes.Requireable<{
|
|
846
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
847
|
+
}>;
|
|
848
|
+
}>>;
|
|
849
|
+
}>>;
|
|
850
|
+
customStyle: PropTypes.Requireable<{
|
|
851
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
852
|
+
}>;
|
|
791
853
|
}> | null | undefined)[]>;
|
|
792
854
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
793
855
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
|
|
@@ -547,7 +547,9 @@ declare const propTypes: {
|
|
|
547
547
|
'aria-label': PropTypes.Requireable<string>;
|
|
548
548
|
largeButton: PropTypes.Requireable<boolean>;
|
|
549
549
|
type: PropTypes.Requireable<string>;
|
|
550
|
-
customStyle: PropTypes.Requireable<
|
|
550
|
+
customStyle: PropTypes.Requireable<{
|
|
551
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
552
|
+
}>;
|
|
551
553
|
}>>;
|
|
552
554
|
secondButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
553
555
|
label: PropTypes.Requireable<string>;
|
|
@@ -555,7 +557,9 @@ declare const propTypes: {
|
|
|
555
557
|
type: PropTypes.Requireable<string>;
|
|
556
558
|
'aria-label': PropTypes.Requireable<string>;
|
|
557
559
|
largeButton: PropTypes.Requireable<boolean>;
|
|
558
|
-
customStyle: PropTypes.Requireable<
|
|
560
|
+
customStyle: PropTypes.Requireable<{
|
|
561
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
562
|
+
}>;
|
|
559
563
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
560
564
|
position: PropTypes.Requireable<string>;
|
|
561
565
|
type: PropTypes.Requireable<string>;
|
|
@@ -567,7 +571,9 @@ declare const propTypes: {
|
|
|
567
571
|
type: PropTypes.Requireable<string>;
|
|
568
572
|
'aria-label': PropTypes.Requireable<string>;
|
|
569
573
|
largeButton: PropTypes.Requireable<boolean>;
|
|
570
|
-
customStyle: PropTypes.Requireable<
|
|
574
|
+
customStyle: PropTypes.Requireable<{
|
|
575
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
576
|
+
}>;
|
|
571
577
|
}>>;
|
|
572
578
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
573
579
|
icon: PropTypes.Requireable<string>;
|
|
@@ -614,8 +620,17 @@ declare const propTypes: {
|
|
|
614
620
|
'data-name': PropTypes.Requireable<string>;
|
|
615
621
|
'data-testid': PropTypes.Requireable<string>;
|
|
616
622
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
617
|
-
position: PropTypes.
|
|
623
|
+
position: PropTypes.Validator<string>;
|
|
618
624
|
type: PropTypes.Requireable<string>;
|
|
625
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
626
|
+
name: PropTypes.Validator<string>;
|
|
627
|
+
color: PropTypes.Requireable<string>;
|
|
628
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
629
|
+
size: PropTypes.Requireable<number>;
|
|
630
|
+
customStyle: PropTypes.Requireable<{
|
|
631
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
632
|
+
}>;
|
|
633
|
+
}>>;
|
|
619
634
|
}>>;
|
|
620
635
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
621
636
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -627,7 +642,9 @@ declare const propTypes: {
|
|
|
627
642
|
hoverColor: PropTypes.Requireable<string>;
|
|
628
643
|
disabled: PropTypes.Requireable<boolean>;
|
|
629
644
|
className: PropTypes.Requireable<string>;
|
|
630
|
-
customStyle: PropTypes.Requireable<
|
|
645
|
+
customStyle: PropTypes.Requireable<{
|
|
646
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
647
|
+
}>;
|
|
631
648
|
}>>;
|
|
632
649
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
633
650
|
title: PropTypes.Requireable<string>;
|
|
@@ -745,6 +762,23 @@ declare const propTypes: {
|
|
|
745
762
|
label: PropTypes.Validator<string>;
|
|
746
763
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
747
764
|
type: PropTypes.Requireable<string>;
|
|
765
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
766
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
767
|
+
position: PropTypes.Validator<string>;
|
|
768
|
+
type: PropTypes.Requireable<string>;
|
|
769
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
770
|
+
name: PropTypes.Validator<string>;
|
|
771
|
+
color: PropTypes.Requireable<string>;
|
|
772
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
773
|
+
size: PropTypes.Requireable<number>;
|
|
774
|
+
customStyle: PropTypes.Requireable<{
|
|
775
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
776
|
+
}>;
|
|
777
|
+
}>>;
|
|
778
|
+
}>>;
|
|
779
|
+
customStyle: PropTypes.Requireable<{
|
|
780
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
781
|
+
}>;
|
|
748
782
|
}> | null | undefined)[]>;
|
|
749
783
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
750
784
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -767,8 +801,17 @@ declare const propTypes: {
|
|
|
767
801
|
'data-name': PropTypes.Requireable<string>;
|
|
768
802
|
'data-testid': PropTypes.Requireable<string>;
|
|
769
803
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
770
|
-
position: PropTypes.
|
|
804
|
+
position: PropTypes.Validator<string>;
|
|
771
805
|
type: PropTypes.Requireable<string>;
|
|
806
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
807
|
+
name: PropTypes.Validator<string>;
|
|
808
|
+
color: PropTypes.Requireable<string>;
|
|
809
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
810
|
+
size: PropTypes.Requireable<number>;
|
|
811
|
+
customStyle: PropTypes.Requireable<{
|
|
812
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
813
|
+
}>;
|
|
814
|
+
}>>;
|
|
772
815
|
}>>;
|
|
773
816
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
774
817
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -780,7 +823,9 @@ declare const propTypes: {
|
|
|
780
823
|
hoverColor: PropTypes.Requireable<string>;
|
|
781
824
|
disabled: PropTypes.Requireable<boolean>;
|
|
782
825
|
className: PropTypes.Requireable<string>;
|
|
783
|
-
customStyle: PropTypes.Requireable<
|
|
826
|
+
customStyle: PropTypes.Requireable<{
|
|
827
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
828
|
+
}>;
|
|
784
829
|
}> | PropTypes.InferProps<{
|
|
785
830
|
componentType: PropTypes.Requireable<string>;
|
|
786
831
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -792,6 +837,23 @@ declare const propTypes: {
|
|
|
792
837
|
label: PropTypes.Validator<string>;
|
|
793
838
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
794
839
|
type: PropTypes.Requireable<string>;
|
|
840
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
841
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
842
|
+
position: PropTypes.Validator<string>;
|
|
843
|
+
type: PropTypes.Requireable<string>;
|
|
844
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
845
|
+
name: PropTypes.Validator<string>;
|
|
846
|
+
color: PropTypes.Requireable<string>;
|
|
847
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
848
|
+
size: PropTypes.Requireable<number>;
|
|
849
|
+
customStyle: PropTypes.Requireable<{
|
|
850
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
851
|
+
}>;
|
|
852
|
+
}>>;
|
|
853
|
+
}>>;
|
|
854
|
+
customStyle: PropTypes.Requireable<{
|
|
855
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
856
|
+
}>;
|
|
795
857
|
}> | null | undefined)[]>;
|
|
796
858
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
797
859
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|