@wix/entity-advanced-permissions 1.790.0 → 1.792.0
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/__tests__/browser.e2e.js +1 -0
- package/dist/cjs/__tests__/browser.e2e.js.map +1 -1
- package/dist/cjs/__tests__/counter.spec.js +0 -2
- package/dist/cjs/__tests__/counter.spec.js.map +1 -1
- package/dist/cjs/components/DashboardIcons/AdminsIcon.js +0 -8
- package/dist/cjs/components/DashboardIcons/AdminsIcon.js.map +1 -1
- package/dist/cjs/components/DashboardIcons/BadgeIcon.js +0 -8
- package/dist/cjs/components/DashboardIcons/BadgeIcon.js.map +1 -1
- package/dist/cjs/components/DashboardIcons/PPIcon.js +0 -8
- package/dist/cjs/components/DashboardIcons/PPIcon.js.map +1 -1
- package/dist/cjs/components/DashboardIcons/RoleIcon.js +0 -8
- package/dist/cjs/components/DashboardIcons/RoleIcon.js.map +1 -1
- package/dist/cjs/components/DashboardIcons/SiteVisitorsIcon.js +0 -8
- package/dist/cjs/components/DashboardIcons/SiteVisitorsIcon.js.map +1 -1
- package/dist/cjs/components/EmptyState/EmptyState.js +5 -21
- package/dist/cjs/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/cjs/components/EmptyState/EmptyState.spec.js +46 -54
- package/dist/cjs/components/EmptyState/EmptyState.spec.js.map +1 -1
- package/dist/cjs/components/EntityAdvancedPermissions.js +488 -546
- package/dist/cjs/components/EntityAdvancedPermissions.js.map +1 -1
- package/dist/cjs/components/EntityAdvancedPermissionsState.js +19 -25
- package/dist/cjs/components/EntityAdvancedPermissionsState.js.map +1 -1
- package/dist/cjs/components/EntityAdvancedPermissionsTypes.js +0 -9
- package/dist/cjs/components/EntityAdvancedPermissionsTypes.js.map +1 -1
- package/dist/cjs/components/NotifyBox/NotifyBox.js +12 -32
- package/dist/cjs/components/NotifyBox/NotifyBox.js.map +1 -1
- package/dist/cjs/components/PermissionsDropdown/PermissionsDropdown.js +16 -55
- package/dist/cjs/components/PermissionsDropdown/PermissionsDropdown.js.map +1 -1
- package/dist/cjs/components/PermissionsDropdown/PermissionsDropdown.spec.js +124 -140
- package/dist/cjs/components/PermissionsDropdown/PermissionsDropdown.spec.js.map +1 -1
- package/dist/cjs/components/PermissionsList/Avatar.js +3 -12
- package/dist/cjs/components/PermissionsList/Avatar.js.map +1 -1
- package/dist/cjs/components/PermissionsList/AvatarRole.js +6 -18
- package/dist/cjs/components/PermissionsList/AvatarRole.js.map +1 -1
- package/dist/cjs/components/PermissionsList/PermissionsList.js +23 -49
- package/dist/cjs/components/PermissionsList/PermissionsList.js.map +1 -1
- package/dist/cjs/components/PermissionsList/PermissionsList.spec.js +119 -135
- package/dist/cjs/components/PermissionsList/PermissionsList.spec.js.map +1 -1
- package/dist/cjs/components/PermissionsList/ViewRow.js +6 -22
- package/dist/cjs/components/PermissionsList/ViewRow.js.map +1 -1
- package/dist/cjs/components/SearchEntity/CustomStyles.js +20 -13
- package/dist/cjs/components/SearchEntity/CustomStyles.js.map +1 -1
- package/dist/cjs/components/SearchEntity/DashboardMultiSelect.js +11 -34
- package/dist/cjs/components/SearchEntity/DashboardMultiSelect.js.map +1 -1
- package/dist/cjs/components/SearchEntity/SearchEntity.js +20 -42
- package/dist/cjs/components/SearchEntity/SearchEntity.js.map +1 -1
- package/dist/cjs/components/SearchEntity/SearchEntity.spec.js +15 -20
- package/dist/cjs/components/SearchEntity/SearchEntity.spec.js.map +1 -1
- package/dist/cjs/components/SearchEntity/SearchReplacmentsComponents.js +3 -33
- package/dist/cjs/components/SearchEntity/SearchReplacmentsComponents.js.map +1 -1
- package/dist/cjs/components/SearchEntity/constants.js.map +1 -1
- package/dist/cjs/example/BasicExample.js +0 -9
- package/dist/cjs/example/BasicExample.js.map +1 -1
- package/dist/cjs/example/CounterCmp.js +0 -2
- package/dist/cjs/example/CounterCmp.js.map +1 -1
- package/dist/cjs/example/counter.js +0 -7
- package/dist/cjs/example/counter.js.map +1 -1
- package/dist/cjs/index.js +0 -25
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/EntityAdvancedPermissions.js +11 -4
- package/dist/esm/components/EntityAdvancedPermissions.js.map +1 -1
- package/dist/statics/entity-advanced-permissions.umd.js +877 -1218
- package/dist/statics/entity-advanced-permissions.umd.js.map +1 -1
- package/dist/statics/entity-advanced-permissions.umd.min.js +7 -17
- package/dist/statics/entity-advanced-permissions.umd.min.js.map +1 -1
- package/dist/statics/manifest.json +2 -2
- package/dist/statics/manifest.min.json +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/EmptyState/EmptyState.d.ts +1 -0
- package/dist/types/components/EntityAdvancedPermissions.d.ts +1 -0
- package/dist/types/components/NotifyBox/NotifyBox.d.ts +1 -0
- package/dist/types/components/PermissionsDropdown/PermissionsDropdown.d.ts +1 -0
- package/dist/types/components/PermissionsList/AvatarRole.d.ts +1 -0
- package/dist/types/components/PermissionsList/PermissionsList.d.ts +1 -0
- package/dist/types/components/PermissionsList/ViewRow.d.ts +1 -0
- package/dist/types/components/SearchEntity/SearchEntity.d.ts +1 -0
- package/dist/types/components/SearchEntity/SearchReplacmentsComponents.d.ts +1 -0
- package/package.json +5 -2
|
@@ -358,6 +358,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
358
358
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
359
359
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
360
360
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
361
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
361
362
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
362
363
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
363
364
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -369,6 +370,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
369
370
|
var namespace = "AvatarCore2808758332";
|
|
370
371
|
var classes = {"root":"AvatarCore2808758332__root","content":"AvatarCore2808758332__content"};
|
|
371
372
|
var keyframes = {};
|
|
373
|
+
var layers = {};
|
|
372
374
|
var stVars = {};
|
|
373
375
|
var vars = {};
|
|
374
376
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -392,6 +394,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
392
394
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
393
395
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
394
396
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
397
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
395
398
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
396
399
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
397
400
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -403,6 +406,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
403
406
|
var namespace = "ButtonCore435713522";
|
|
404
407
|
var classes = {"root":"ButtonCore435713522__root","content":"ButtonCore435713522__content","prefix":"ButtonCore435713522__prefix","suffix":"ButtonCore435713522__suffix"};
|
|
405
408
|
var keyframes = {};
|
|
409
|
+
var layers = {};
|
|
406
410
|
var stVars = {};
|
|
407
411
|
var vars = {};
|
|
408
412
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -426,6 +430,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
426
430
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
427
431
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
428
432
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
433
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
429
434
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
430
435
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
431
436
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -437,6 +442,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
437
442
|
var namespace = "CloseButton1935304214";
|
|
438
443
|
var classes = {"root":"CloseButton1935304214__root"};
|
|
439
444
|
var keyframes = {};
|
|
445
|
+
var layers = {};
|
|
440
446
|
var stVars = {};
|
|
441
447
|
var vars = {};
|
|
442
448
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -460,6 +466,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
460
466
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
461
467
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
462
468
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
469
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
463
470
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
464
471
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
465
472
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -471,6 +478,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
471
478
|
var namespace = "DropdownBase530690681";
|
|
472
479
|
var classes = {"root":"DropdownBase530690681__root","list":"DropdownBase530690681__list"};
|
|
473
480
|
var keyframes = {};
|
|
481
|
+
var layers = {};
|
|
474
482
|
var stVars = {};
|
|
475
483
|
var vars = {};
|
|
476
484
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -494,6 +502,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
494
502
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
495
503
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
496
504
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
505
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
497
506
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
498
507
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
499
508
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -505,6 +514,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
505
514
|
var namespace = "DropdownLayout2732581326";
|
|
506
515
|
var classes = {"root":"DropdownLayout2732581326__root","heading-h6":"typography356170310__heading-h6","text-medium-normal":"typography356170310__text-medium-normal","defaultScrollBar":"defaultscrollbar1337489372__defaultScrollBar","contentContainer":"DropdownLayout2732581326__contentContainer","options":"DropdownLayout2732581326__options","option":"DropdownLayout2732581326__option","selectableOption":"DropdownLayout2732581326__selectableOption","arrow":"DropdownLayout2732581326__arrow","loader":"DropdownLayout2732581326__loader","linkItem":"DropdownLayout2732581326__linkItem"};
|
|
507
516
|
var keyframes = {};
|
|
517
|
+
var layers = {};
|
|
508
518
|
var stVars = {"option_height":"36px","big_option_height":"47px","top-arrow-size":"8px","arrowUpShadow":"3px 3px 8px rgba(0, 0, 0, .1)","arrowDownShadow":"-3px -3px 8px rgba(0, 0, 0, .1)"};
|
|
509
519
|
var vars = {};
|
|
510
520
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -528,6 +538,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
528
538
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
529
539
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
530
540
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
541
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
531
542
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
532
543
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
533
544
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -539,6 +550,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
539
550
|
var namespace = "colors3573141355";
|
|
540
551
|
var classes = {"root":"colors3573141355__root"};
|
|
541
552
|
var keyframes = {};
|
|
553
|
+
var layers = {};
|
|
542
554
|
var stVars = {"D10":"var(--wsr-color-D10, #162D3D)","D20":"var(--wsr-color-D20, #32536A)","D30":"var(--wsr-color-D30, #577083)","D40":"var(--wsr-color-D40, #7A92A5)","D50":"var(--wsr-color-D50, #B6C1CD)","D55":"var(--wsr-color-D55, #CBD3DC)","D60":"var(--wsr-color-D60, #DFE5EB)","D70":"var(--wsr-color-D70, #F0F4F7)","D80":"var(--wsr-color-D80, #FFFFFF)","B00":"var(--wsr-color-B00, #2B81CB)","B05":"var(--wsr-color-B05, #308DDD)","B10":"var(--wsr-color-B10, #3899EC)","B20":"var(--wsr-color-B20, #4EB7F5)","B30":"var(--wsr-color-B30, #C1E4FE)","B40":"var(--wsr-color-B40, #DAEFFE)","B50":"var(--wsr-color-B50, #EAF7FF)","B60":"var(--wsr-color-B60, #F4FAFE)","R00":"var(--wsr-color-R00, #D6453D)","R05":"var(--wsr-color-R05, #D8504C)","R10":"var(--wsr-color-R10, #EE5951)","R20":"var(--wsr-color-R20, #FF6666)","R30":"var(--wsr-color-R30, #FFD7D7)","R40":"var(--wsr-color-R40, #FFE1E1)","R50":"var(--wsr-color-R50, #FFEBEB)","R60":"var(--wsr-color-R60, #FFF5F5)","P00":"var(--wsr-color-P00, #8E21B1)","P05":"var(--wsr-color-P05, #8E1DD1)","P10":"var(--wsr-color-P10, #AA4DC8)","P20":"var(--wsr-color-P20, #CD68ED)","P30":"var(--wsr-color-P30, #E5C9EE)","P40":"var(--wsr-color-P40, #EEDBF4)","P50":"var(--wsr-color-P50, #FAEEFF)","P60":"var(--wsr-color-P60, #FAF7FC)","G00":"var(--wsr-color-G00, #44823F)","G05":"var(--wsr-color-G05, #61AD5A)","G10":"var(--wsr-color-G10, #60BC57)","G20":"var(--wsr-color-G20, #80C979)","G30":"var(--wsr-color-G30, #C9EEBC)","G40":"var(--wsr-color-G40, #DEF4D4)","G50":"var(--wsr-color-G50, #EDF9E5)","G60":"var(--wsr-color-G60, #F2FBEF)","Y00":"var(--wsr-color-Y00, #C68801)","Y05":"var(--wsr-color-Y05, #EDA200)","Y10":"var(--wsr-color-Y10, #FDB10C)","Y20":"var(--wsr-color-Y20, #FAC249)","Y30":"var(--wsr-color-Y30, #FFD988)","Y40":"var(--wsr-color-Y40, #FEF4CD)","Y50":"var(--wsr-color-Y50, #FDF7DF)","Y60":"var(--wsr-color-Y60, #FFFCF0)","O00":"var(--wsr-color-O00, #EA5F0E)","O10":"var(--wsr-color-O10, #FB7D33)","O20":"var(--wsr-color-O20, #FF9A48)","F00":"var(--wsr-color-F00, #AADBFC)","A1":"var(--wsr-color-A1, #3370FB)","A2":"var(--wsr-color-A2, #7852D2)","A3":"var(--wsr-color-A3, #17B0E2)","A4":"var(--wsr-color-A4, #C53E99)","A5":"var(--wsr-color-A5, #FDB10C)","A6":"var(--wsr-color-A6, #3D9FA1)","B1":"var(--wsr-color-B1, #EF73C0)","B2":"var(--wsr-color-B2, #FF8D41)","B3":"var(--wsr-color-B3, #ED6779)","B4":"var(--wsr-color-B4, #125b8f)","C1":"var(--wsr-color-C1, #4abd81)","C2":"var(--wsr-color-C2, #2682CD)","C3":"var(--wsr-color-C3, #68A4D5)","C4":"var(--wsr-color-C4, #FF8E8C)","D10-03":"var(--wsr-color-D10-03, rgba(22, 45, 61, 0.03))","D10-05":"var(--wsr-color-D10-05, rgba(22, 45, 61, 0.05))","D10-06":"var(--wsr-color-D10-06, rgba(22, 45, 61, 0.06))","D10-10":"var(--wsr-color-D10-10, rgba(22, 45, 61, 0.10))","D10-12":"var(--wsr-color-D10-12, rgba(22, 45, 61, 0.12))","D10-18":"var(--wsr-color-D10-18, rgba(22, 45, 61, 0.18))","D10-20":"var(--wsr-color-D10-20, rgba(22, 45, 61, 0.20))","D10-24":"var(--wsr-color-D10-24, rgba(22, 45, 61, 0.24))","D10-30":"var(--wsr-color-D10-30, rgba(22, 45, 61, 0.30))","D10-36":"var(--wsr-color-D10-36, rgba(22, 45, 61, 0.36))","D10-42":"var(--wsr-color-D10-42, rgba(22, 45, 61, 0.42))","D10-66":"var(--wsr-color-D10-66, rgba(22, 45, 61, 0.66))","D10-90":"var(--wsr-color-D10-90, rgba(22, 45, 61, 0.90))","D10-96":"var(--wsr-color-D10-96, rgba(22, 45, 61, 0.96))","D20-48":"var(--wsr-color-D20-48, rgba(50, 83, 106, 0.48))","D20-54":"var(--wsr-color-D20-54, rgba(50, 83, 106, 0.54))","D20-60":"var(--wsr-color-D20-60, rgba(50, 83, 106, 0.60))","D20-72":"var(--wsr-color-D20-72, rgba(50, 83, 106, 0.72))","D40-20":"var(--wsr-color-D40-20, rgba(122, 146, 165, 0.20))","D80-10":"var(--wsr-color-D80-10, rgba(255, 255, 255, 0.10))","D80-20":"var(--wsr-color-D80-20, rgba(255, 255, 255, 0.20))","D80-30":"var(--wsr-color-D80-30, rgba(255, 255, 255, 0.30))","D80-48":"var(--wsr-color-D80-48, rgba(255, 255, 255, 0.48))","D80-60":"var(--wsr-color-D80-60, rgba(255, 255, 255, 0.60))","D80-70":"var(--wsr-color-D80-70, rgba(255, 255, 255, 0.70))","B00-24":"var(--wsr-color-B00-24, rgba(43, 129, 203, 0.24))","B00-42":"var(--wsr-color-B00-42, rgba(43, 129, 203, 0.42))","B00-48":"var(--wsr-color-B00-48, rgba(43, 129, 203, 0.48))","D10-00":"var(--wsr-color-D10-00, rgba(22, 45, 61, 0.00))","D10-54":"var(--wsr-color-D10-54, rgba(22, 45, 61, 0.54))","D80-00":"var(--wsr-color-D80-00, rgba(255, 255, 255, 0))","D80-42":"var(--wsr-color-D80-42, rgba(255, 255, 255, 0.42))","D80-50":"var(--wsr-color-D80-50, rgba(255, 255, 255, 0.50))","D80-66":"var(--wsr-color-D80-66, rgba(255, 255, 255, 0.66))","D80-96":"var(--wsr-color-D80-96, rgba(255, 255, 255, 0.96))","D80-97":"var(--wsr-color-D80-97, rgba(255, 255, 255, 0.97))","B00-60":"var(--wsr-color-B00-60, rgba(43, 129, 203, 0.60))","B10-18":"var(--wsr-color-B10-18, rgba(56, 153, 236, 0.18))","THEME-COLOR-00":"var(--wsr-color-00, var(--wsr-color-B00, #2B81CB))","THEME-COLOR-05":"var(--wsr-color-05, var(--wsr-color-B05, #308DDD))","THEME-COLOR-10":"var(--wsr-color-10, var(--wsr-color-B10, #3899EC))","THEME-COLOR-20":"var(--wsr-color-20, var(--wsr-color-B20, #4EB7F5))","THEME-COLOR-30":"var(--wsr-color-30, var(--wsr-color-B30, #C1E4FE))","THEME-COLOR-40":"var(--wsr-color-40, var(--wsr-color-B40, #DAEFFE))","THEME-COLOR-50":"var(--wsr-color-50, var(--wsr-color-B50, #EAF7FF))","THEME-COLOR-60":"var(--wsr-color-60, var(--wsr-color-B60, #F4FAFE))","THEME-TEXT-COLOR-PRIMARY":"var(--wsr-text-color-primary, var(--wsr-color-D10, #162D3D))","THEME-TEXT-COLOR-PRIMARY-LIGHT":"var(--wsr-text-color-primary-light, var(--wsr-color-D80, #FFFFFF))","THEME-TEXT-COLOR-SECONDARY":"var(--wsr-text-color-secondary, var(--wsr-color-D20, #32536A))","THEME-TEXT-COLOR-SECONDARY-LIGHT":"var(--wsr-text-color-secondary-light, var(--wsr-color-D40, #7A92A5))","THEME-DIVIDER-COLOR":"var(--wsr-divider-color, var(--wsr-color-D60, #DFE5EB))"};
|
|
543
555
|
var vars = {};
|
|
544
556
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -562,6 +574,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
562
574
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
563
575
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
564
576
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
577
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
565
578
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
566
579
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
567
580
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -573,6 +586,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
573
586
|
var namespace = "Heading4189814616";
|
|
574
587
|
var classes = {"root":"Heading4189814616__root","heading-h1":"typography356170310__heading-h1","heading-h2":"typography356170310__heading-h2","heading-h3":"typography356170310__heading-h3","heading-h4":"typography356170310__heading-h4","heading-h5":"typography356170310__heading-h5","heading-h6":"typography356170310__heading-h6","heading-xl":"typography356170310__heading-xl","heading-l":"typography356170310__heading-l","heading-m":"typography356170310__heading-m","heading-s":"typography356170310__heading-s","heading-t":"typography356170310__heading-t","heading-xt":"typography356170310__heading-xt"};
|
|
575
588
|
var keyframes = {};
|
|
589
|
+
var layers = {};
|
|
576
590
|
var stVars = {};
|
|
577
591
|
var vars = {};
|
|
578
592
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -596,6 +610,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
596
610
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
597
611
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
598
612
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
613
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
599
614
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
600
615
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
601
616
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -607,6 +622,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
607
622
|
var namespace = "Input3859374805";
|
|
608
623
|
var classes = {"root":"Input3859374805__root","text-small-normal":"typography356170310__text-small-normal","text-small-thin":"typography356170310__text-small-thin","text-medium-normal":"typography356170310__text-medium-normal","text-medium-thin":"typography356170310__text-medium-thin","wrapper":"Input3859374805__wrapper","input":"Input3859374805__input","disabled":"Input3859374805__disabled","readOnly":"Input3859374805__readOnly","suffixes":"Input3859374805__suffixes","suffix":"Input3859374805__suffix","statusWrapper":"Input3859374805__statusWrapper","clearButtonWrapper":"Input3859374805__clearButtonWrapper","menuArrow":"Input3859374805__menuArrow","clearButton":"Input3859374805__clearButton"};
|
|
609
624
|
var keyframes = {};
|
|
625
|
+
var layers = {};
|
|
610
626
|
var stVars = {};
|
|
611
627
|
var vars = {};
|
|
612
628
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -630,6 +646,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
630
646
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
631
647
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
632
648
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
649
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
633
650
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
634
651
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
635
652
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -641,6 +658,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
641
658
|
var namespace = "ListItemSelect402753998";
|
|
642
659
|
var classes = {"root":"ListItemSelect402753998__root","fullWidthContent":"ListItemSelect402753998__fullWidthContent","textsWrapper":"ListItemSelect402753998__textsWrapper","titleWrapper":"ListItemSelect402753998__titleWrapper","prefix":"ListItemSelect402753998__prefix","title":"ListItemSelect402753998__title","suffix":"ListItemSelect402753998__suffix","subtitle":"ListItemSelect402753998__subtitle"};
|
|
643
660
|
var keyframes = {};
|
|
661
|
+
var layers = {};
|
|
644
662
|
var stVars = {};
|
|
645
663
|
var vars = {};
|
|
646
664
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -664,6 +682,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
664
682
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
665
683
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
666
684
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
685
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
667
686
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
668
687
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
669
688
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -675,6 +694,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
675
694
|
var namespace = "Popover139768166";
|
|
676
695
|
var classes = {"root":"Popover139768166__root","content":"Popover139768166__content","arrow":"Popover139768166__arrow","element":"Popover139768166__element","animationEnter":"Popover139768166__animationEnter","animationEnterActive":"Popover139768166__animationEnterActive","animationExit":"Popover139768166__animationExit","animationExitActive":"Popover139768166__animationExitActive"};
|
|
677
696
|
var keyframes = {};
|
|
697
|
+
var layers = {};
|
|
678
698
|
var stVars = {"contentArrowSize":"8px"};
|
|
679
699
|
var vars = {};
|
|
680
700
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -698,6 +718,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
698
718
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
699
719
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
700
720
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
721
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
701
722
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
702
723
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
703
724
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -709,6 +730,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
709
730
|
var namespace = "Text1172437586";
|
|
710
731
|
var classes = {"root":"Text1172437586__root","text-tiny-thin":"typography356170310__text-tiny-thin","text-tiny-normal":"typography356170310__text-tiny-normal","text-tiny-bold":"typography356170310__text-tiny-bold","text-small-thin":"typography356170310__text-small-thin","text-small-normal":"typography356170310__text-small-normal","text-small-bold":"typography356170310__text-small-bold","text-medium-thin":"typography356170310__text-medium-thin","text-medium-normal":"typography356170310__text-medium-normal","text-medium-bold":"typography356170310__text-medium-bold"};
|
|
711
732
|
var keyframes = {};
|
|
733
|
+
var layers = {};
|
|
712
734
|
var stVars = {"listIconUrl":"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9.5,14.4393398 L16.9393398,7 C17.232233,6.70710678 17.7071068,6.70710678 18,7 C18.2928932,7.29289322 18.2928932,7.76776695 18,8.06066017 L9.5,16.5606602 L6,13.0606602 C5.70710678,12.767767 5.70710678,12.2928932 6,12 C6.29289322,11.7071068 6.76776695,11.7071068 7.06066017,12 L9.5,14.4393398 Z'/%3E%3C/svg%3E\")","listIconSmallUrl":"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M11.9393398,6 C12.232233,5.70710678 12.7071068,5.70710678 13,6 C13.2928932,6.29289322 13.2928932,6.76776695 13,7.06066017 L7.5,12.5606602 L5,10.0606602 C4.70710678,9.76776695 4.70710678,9.29289322 5,9 C5.29289322,8.70710678 5.76776695,8.70710678 6.06066017,9 L7.5,10.4393398 L11.9393398,6 Z'/%3E%3C/svg%3E\")","listCircleIconUrl":"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E\")","listCircleIconSmallUrl":"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='2'%3E%3C/circle%3E%3C/svg%3E\")"};
|
|
713
735
|
var vars = {};
|
|
714
736
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -732,6 +754,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
732
754
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
733
755
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
734
756
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
757
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
735
758
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
736
759
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
737
760
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -743,6 +766,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
743
766
|
var namespace = "Tooltip1408435445";
|
|
744
767
|
var classes = {"root":"Tooltip1408435445__root","text-small-normal":"typography356170310__text-small-normal","text-tiny-thin":"typography356170310__text-tiny-thin"};
|
|
745
768
|
var keyframes = {};
|
|
769
|
+
var layers = {};
|
|
746
770
|
var stVars = {};
|
|
747
771
|
var vars = {};
|
|
748
772
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -766,6 +790,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
766
790
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
767
791
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
768
792
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
793
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
769
794
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
770
795
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
771
796
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -777,6 +802,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
777
802
|
var namespace = "colors2170944384";
|
|
778
803
|
var classes = {"root":"colors2170944384__root"};
|
|
779
804
|
var keyframes = {};
|
|
805
|
+
var layers = {};
|
|
780
806
|
var stVars = {};
|
|
781
807
|
var vars = {"wsr-color-D10":"--wsr-color-D10","wsr-color-D20":"--wsr-color-D20","wsr-color-D30":"--wsr-color-D30","wsr-color-D40":"--wsr-color-D40","wsr-color-D50":"--wsr-color-D50","wsr-color-D55":"--wsr-color-D55","wsr-color-D60":"--wsr-color-D60","wsr-color-D70":"--wsr-color-D70","wsr-color-D80":"--wsr-color-D80","wsr-color-B00":"--wsr-color-B00","wsr-color-B05":"--wsr-color-B05","wsr-color-B10":"--wsr-color-B10","wsr-color-B20":"--wsr-color-B20","wsr-color-B30":"--wsr-color-B30","wsr-color-B40":"--wsr-color-B40","wsr-color-B50":"--wsr-color-B50","wsr-color-B60":"--wsr-color-B60","wsr-color-R00":"--wsr-color-R00","wsr-color-R05":"--wsr-color-R05","wsr-color-R10":"--wsr-color-R10","wsr-color-R20":"--wsr-color-R20","wsr-color-R30":"--wsr-color-R30","wsr-color-R40":"--wsr-color-R40","wsr-color-R50":"--wsr-color-R50","wsr-color-R60":"--wsr-color-R60","wsr-color-P00":"--wsr-color-P00","wsr-color-P05":"--wsr-color-P05","wsr-color-P10":"--wsr-color-P10","wsr-color-P20":"--wsr-color-P20","wsr-color-P30":"--wsr-color-P30","wsr-color-P40":"--wsr-color-P40","wsr-color-P50":"--wsr-color-P50","wsr-color-P60":"--wsr-color-P60","wsr-color-G00":"--wsr-color-G00","wsr-color-G05":"--wsr-color-G05","wsr-color-G10":"--wsr-color-G10","wsr-color-G20":"--wsr-color-G20","wsr-color-G30":"--wsr-color-G30","wsr-color-G40":"--wsr-color-G40","wsr-color-G50":"--wsr-color-G50","wsr-color-G60":"--wsr-color-G60","wsr-color-Y00":"--wsr-color-Y00","wsr-color-Y05":"--wsr-color-Y05","wsr-color-Y10":"--wsr-color-Y10","wsr-color-Y20":"--wsr-color-Y20","wsr-color-Y30":"--wsr-color-Y30","wsr-color-Y40":"--wsr-color-Y40","wsr-color-Y50":"--wsr-color-Y50","wsr-color-Y60":"--wsr-color-Y60","wsr-color-O00":"--wsr-color-O00","wsr-color-O10":"--wsr-color-O10","wsr-color-O20":"--wsr-color-O20","wsr-color-F00":"--wsr-color-F00","wsr-color-A1":"--wsr-color-A1","wsr-color-A2":"--wsr-color-A2","wsr-color-A3":"--wsr-color-A3","wsr-color-A4":"--wsr-color-A4","wsr-color-A5":"--wsr-color-A5","wsr-color-A6":"--wsr-color-A6","wsr-color-B1":"--wsr-color-B1","wsr-color-B2":"--wsr-color-B2","wsr-color-B3":"--wsr-color-B3","wsr-color-B4":"--wsr-color-B4","wsr-color-C1":"--wsr-color-C1","wsr-color-C2":"--wsr-color-C2","wsr-color-C3":"--wsr-color-C3","wsr-color-C4":"--wsr-color-C4","wsr-color-D10-03":"--wsr-color-D10-03","wsr-color-D10-05":"--wsr-color-D10-05","wsr-color-D10-06":"--wsr-color-D10-06","wsr-color-D10-10":"--wsr-color-D10-10","wsr-color-D10-12":"--wsr-color-D10-12","wsr-color-D10-18":"--wsr-color-D10-18","wsr-color-D10-20":"--wsr-color-D10-20","wsr-color-D10-24":"--wsr-color-D10-24","wsr-color-D10-30":"--wsr-color-D10-30","wsr-color-D10-36":"--wsr-color-D10-36","wsr-color-D10-42":"--wsr-color-D10-42","wsr-color-D10-66":"--wsr-color-D10-66","wsr-color-D10-90":"--wsr-color-D10-90","wsr-color-D10-96":"--wsr-color-D10-96","wsr-color-D20-48":"--wsr-color-D20-48","wsr-color-D20-54":"--wsr-color-D20-54","wsr-color-D20-60":"--wsr-color-D20-60","wsr-color-D20-72":"--wsr-color-D20-72","wsr-color-D40-20":"--wsr-color-D40-20","wsr-color-D80-10":"--wsr-color-D80-10","wsr-color-D80-20":"--wsr-color-D80-20","wsr-color-D80-30":"--wsr-color-D80-30","wsr-color-D80-48":"--wsr-color-D80-48","wsr-color-D80-50":"--wsr-color-D80-50","wsr-color-D80-60":"--wsr-color-D80-60","wsr-color-D80-70":"--wsr-color-D80-70","wsr-color-B00-24":"--wsr-color-B00-24","wsr-color-B00-42":"--wsr-color-B00-42","wsr-color-B00-48":"--wsr-color-B00-48","wsr-color-D10-00":"--wsr-color-D10-00","wsr-color-D10-54":"--wsr-color-D10-54","wsr-color-D80-00":"--wsr-color-D80-00","wsr-color-D80-42":"--wsr-color-D80-42","wsr-color-D80-66":"--wsr-color-D80-66","wsr-color-D80-96":"--wsr-color-D80-96","wsr-color-D80-97":"--wsr-color-D80-97","wsr-color-B00-60":"--wsr-color-B00-60","wsr-color-B10-18":"--wsr-color-B10-18"};
|
|
782
808
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -800,6 +826,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
800
826
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
801
827
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
802
828
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
829
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
803
830
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
804
831
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
805
832
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -811,6 +838,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
811
838
|
var namespace = "Focusable3770787969";
|
|
812
839
|
var classes = {"root":"Focusable3770787969__root","focus-box":"Focusable3770787969__focus-box","focus-box-error":"Focusable3770787969__focus-box-error"};
|
|
813
840
|
var keyframes = {};
|
|
841
|
+
var layers = {};
|
|
814
842
|
var stVars = {};
|
|
815
843
|
var vars = {};
|
|
816
844
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -834,6 +862,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
834
862
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
835
863
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
836
864
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
865
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
837
866
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
838
867
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
839
868
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -845,6 +874,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
845
874
|
var namespace = "buttonnext227023884";
|
|
846
875
|
var classes = {"root":"buttonnext227023884__root","content":"buttonnext227023884__content","prefix":"buttonnext227023884__prefix","suffix":"buttonnext227023884__suffix"};
|
|
847
876
|
var keyframes = {};
|
|
877
|
+
var layers = {};
|
|
848
878
|
var stVars = {};
|
|
849
879
|
var vars = {};
|
|
850
880
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -868,6 +898,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
868
898
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
869
899
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
870
900
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
901
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
871
902
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
872
903
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
873
904
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -879,6 +910,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
879
910
|
var namespace = "Checkbox550742437";
|
|
880
911
|
var classes = {"root":"Checkbox550742437__root","srOnly":"a11y1783295698__srOnly","box":"Checkbox550742437__box","nativeCheckbox":"Checkbox550742437__nativeCheckbox","childContainer":"Checkbox550742437__childContainer"};
|
|
881
912
|
var keyframes = {};
|
|
913
|
+
var layers = {};
|
|
882
914
|
var stVars = {};
|
|
883
915
|
var vars = {};
|
|
884
916
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -902,6 +934,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
902
934
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
903
935
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
904
936
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
937
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
905
938
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
906
939
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
907
940
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -913,6 +946,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
913
946
|
var namespace = "Divider3725501130";
|
|
914
947
|
var classes = {"root":"Divider3725501130__root"};
|
|
915
948
|
var keyframes = {};
|
|
949
|
+
var layers = {};
|
|
916
950
|
var stVars = {"dividerHeight":"1px","dividerBackgroundColor":"black","dividerOpacity":"initial","dividerMarginTop":"initial","dividerMarginBottom":"initial"};
|
|
917
951
|
var vars = {};
|
|
918
952
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -936,6 +970,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
936
970
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
937
971
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
938
972
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
973
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
939
974
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
940
975
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
941
976
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -947,6 +982,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
947
982
|
var namespace = "DropdownContent4120178392";
|
|
948
983
|
var classes = {"root":"DropdownContent4120178392__root","optionsContainer":"DropdownContent4120178392__optionsContainer","dropdownOption":"DropdownContent4120178392__dropdownOption"};
|
|
949
984
|
var keyframes = {};
|
|
985
|
+
var layers = {};
|
|
950
986
|
var stVars = {};
|
|
951
987
|
var vars = {};
|
|
952
988
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -970,6 +1006,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
970
1006
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
971
1007
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
972
1008
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1009
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
973
1010
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
974
1011
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
975
1012
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -981,6 +1018,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
981
1018
|
var namespace = "DropdownOption3456224264";
|
|
982
1019
|
var classes = {"root":"DropdownOption3456224264__root","highlight":"DropdownOption3456224264__highlight","nonHighlight":"DropdownOption3456224264__nonHighlight"};
|
|
983
1020
|
var keyframes = {};
|
|
1021
|
+
var layers = {};
|
|
984
1022
|
var stVars = {"hoverBackgroundColor":"lightgrey","selectedBackgroundColor":"grey","selectedHoverBackgroundColor":"dimgrey","disabledBackgroundColor":"white"};
|
|
985
1023
|
var vars = {};
|
|
986
1024
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1004,6 +1042,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1004
1042
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1005
1043
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1006
1044
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1045
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1007
1046
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1008
1047
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1009
1048
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1015,6 +1054,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1015
1054
|
var namespace = "Dropdown481288553";
|
|
1016
1055
|
var classes = {"root":"Dropdown481288553__root","dropdownContent":"Dropdown481288553__dropdownContent"};
|
|
1017
1056
|
var keyframes = {};
|
|
1057
|
+
var layers = {};
|
|
1018
1058
|
var stVars = {};
|
|
1019
1059
|
var vars = {};
|
|
1020
1060
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1038,6 +1078,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1038
1078
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1039
1079
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1040
1080
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1081
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1041
1082
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1042
1083
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1043
1084
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1049,6 +1090,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1049
1090
|
var namespace = "Popover2560495890";
|
|
1050
1091
|
var classes = {"root":"Popover2560495890__root","popoverAnimation":"Popover2560495890__popoverAnimation","popoverAnimation-enter":"Popover2560495890__popoverAnimation-enter","popoverAnimation-enter-active":"Popover2560495890__popoverAnimation-enter-active","popoverAnimation-exit":"Popover2560495890__popoverAnimation-exit","popoverAnimation-exit-active":"Popover2560495890__popoverAnimation-exit-active","popoverContent":"Popover2560495890__popoverContent","arrow":"Popover2560495890__arrow","popover":"Popover2560495890__popover","withArrow":"Popover2560495890__withArrow","popoverElement":"Popover2560495890__popoverElement"};
|
|
1051
1092
|
var keyframes = {};
|
|
1093
|
+
var layers = {};
|
|
1052
1094
|
var stVars = {"contentBackgroundColor":"white","contentBorderWidth":"1px","contentBorderStyle":"solid","contentBorderColor":"black","contentBorderRadius":"initial","contentPadding":"initial","contentArrowSize":"5px"};
|
|
1053
1095
|
var vars = {};
|
|
1054
1096
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1072,6 +1114,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1072
1114
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1073
1115
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1074
1116
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1117
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1075
1118
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1076
1119
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1077
1120
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1083,6 +1126,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1083
1126
|
var namespace = "Tooltip2239333282";
|
|
1084
1127
|
var classes = {"root":"Tooltip2239333282__root"};
|
|
1085
1128
|
var keyframes = {};
|
|
1129
|
+
var layers = {};
|
|
1086
1130
|
var stVars = {};
|
|
1087
1131
|
var vars = {};
|
|
1088
1132
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1106,6 +1150,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1106
1150
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1107
1151
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1108
1152
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1153
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1109
1154
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1110
1155
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1111
1156
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1117,6 +1162,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1117
1162
|
var namespace = "Focusable2283860352";
|
|
1118
1163
|
var classes = {"root":"Focusable2283860352__root","focus-box":"Focusable2283860352__focus-box","focus-box-error":"Focusable2283860352__focus-box-error"};
|
|
1119
1164
|
var keyframes = {};
|
|
1165
|
+
var layers = {};
|
|
1120
1166
|
var stVars = {};
|
|
1121
1167
|
var vars = {};
|
|
1122
1168
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1140,6 +1186,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1140
1186
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1141
1187
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1142
1188
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1189
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1143
1190
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1144
1191
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1145
1192
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1151,6 +1198,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1151
1198
|
var namespace = "Avatarbase953407413";
|
|
1152
1199
|
var classes = {"root":"Avatarbase953407413__root","overrideStyleParams":"WowImage3137311556__overrideStyleParams","content":"Avatarbase953407413__content","anonymous":"Avatarbase953407413__anonymous","image":"Avatarbase953407413__image","loadingWrapper":"Avatarbase953407413__loadingWrapper"};
|
|
1153
1200
|
var keyframes = {};
|
|
1201
|
+
var layers = {};
|
|
1154
1202
|
var stVars = {};
|
|
1155
1203
|
var vars = {};
|
|
1156
1204
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1174,6 +1222,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1174
1222
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1175
1223
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1176
1224
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1225
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1177
1226
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1178
1227
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1179
1228
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1185,6 +1234,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1185
1234
|
var namespace = "Button1640502482";
|
|
1186
1235
|
var classes = {"root":"Button1640502482__root","hasIcon":"Button1640502482__hasIcon","affixIcon":"Button1640502482__affixIcon","prefix-icon":"Button1640502482__prefix-icon","suffix-icon":"Button1640502482__suffix-icon"};
|
|
1187
1236
|
var keyframes = {};
|
|
1237
|
+
var layers = {};
|
|
1188
1238
|
var stVars = {"MinWidth":"100px","PrimaryColor":"color-8","SecondaryColor":"color-1","BasicColor":"color-5","DisabledColor":"color-3","BorderWidth":"1","BorderRadius":"0","TinyFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.43em'}","SmallFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5em'}","MediumFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5em'}","LargeFont":"{theme: 'Body-M', size: '20px', lineHeight: '1.5em'}","MobileMediumFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.44em'}","MainTextColor":"--overridable","MainBackgroundColor":"--overridable","HoverBackgroundColor":"--overridable","MainTextFont":"--overridable","MainBorderColor":"--overridable","HoverBorderColor":"--overridable","MainBorderWidth":"--overridable","MainBorderRadius":"--overridable","HoverTextColor":"--overridable","PrimaryTextColor":"\"color(fallback(--overridable, color-1))\"","PrimaryBorderWidth":"\"fallback(--overridable, 0px)\"","PrimaryBorderColor":"\"color(fallback(--overridable, color-8))\"","PrimaryBorderRadius":"\"fallback(--overridable, 0)\"","BasicBackgroundColor":"\"color(fallback(--overridable, color-5))\"","BasicSecondaryTextColor":"\"color(fallback(--overridable, color-5))\"","BasicSecondaryBorderColor":"\"color(fallback(--overridable, color-5))\"","PrimaryBackgroundColor":"\"color(fallback(--overridable, color-8))\"","SecondaryTextColor":"\"color(fallback(--overridable, color-8))\"","SecondaryBorderColor":"\"color(fallback(--overridable, color-8))\"","UpgradeTinyFont":"{theme: 'Body-M', size: '14px', lineHeight: '1'}","UpgradeSmallFont":"{theme: 'Body-M', size: '16px', lineHeight: '1'}","UpgradeMediumFont":"{theme: 'Body-M', size: '16px', lineHeight: '1'}","UpgradeLargeFont":"{theme: 'Body-M', size: '16px', lineHeight: '1'}","UpgradeMobileMediumFont":"{theme: 'Body-M', size: '14px', lineHeight: '1'}","mobileFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '14px', lineHeight: '1'}))\"","secondaryBorderWidth":"\"fallback(--overridable, 1px)\"","tinyTopBottomPadding":"9px","tinyWrapContentTopBottomPadding":"6.9px","smallTopBottomPadding":"10px","smallWrapContentTopBottomPadding":"7.6px","smallMobileTopBottomPadding":"11px","smallMobileWrapContentTopBottomPadding":"8.9px","mediumTopBottomPadding":"12px","mediumWrapContentTopBottomPadding":"9.6px","mediumMobileTopBottomPadding":"13px","mediumMobileWrapContentTopBottomPadding":"10.9px","largeTopBottomPadding":"16px","largeWrapContentTopBottomPadding":"13.6px","largeMobileTopBottomPadding":"17px","largeMobileWrapContentTopBottomPadding":"14.9px"};
|
|
1189
1239
|
var vars = {};
|
|
1190
1240
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1208,6 +1258,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1208
1258
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1209
1259
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1210
1260
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1261
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1211
1262
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1212
1263
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1213
1264
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1219,6 +1270,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1219
1270
|
var namespace = "Dropdown2631163813";
|
|
1220
1271
|
var classes = {"root":"Dropdown2631163813__root","overrideStyleParamsDropdownNativeSelectMixin":"DropdownNativeSelect3408331737__overrideStyleParams","arrowIcon":"DropdownNativeSelect3408331737__arrowIcon","overrideStyleParamsOptionMixin":"DropdownOption1661297339__overrideStyleParams","label":"Dropdown2631163813__label","overrideStyleParams":"Dropdown2631163813__overrideStyleParams","dropdownBase":"Dropdown2631163813__dropdownBase","dropdownOption":"Dropdown2631163813__dropdownOption","dropdownNativeSelect":"Dropdown2631163813__dropdownNativeSelect","dropdownError":"Dropdown2631163813__dropdownError","errorIcon":"Dropdown2631163813__errorIcon","dropdown":"Dropdown2631163813__dropdown","dropdownContainer":"Dropdown2631163813__dropdownContainer","divider":"Dropdown2631163813__divider","customDivider":"Dropdown2631163813__customDivider","errorIconWrapper":"Dropdown2631163813__errorIconWrapper"};
|
|
1221
1272
|
var keyframes = {};
|
|
1273
|
+
var layers = {};
|
|
1222
1274
|
var stVars = {"DefaultButtonTextColor":"color-5","DefaultButtonTextDisabledColor":"color-3","DefaultButtonBorderColor":"color-5","DefaultBorderDisabledColor":"color-3","DefaultBorderWidth":"1px","DefaultBorderRadius":"0","DefaultBackgroundColor":"color-1","DefaultPlaceholderColor":"color-4","DefaultTextFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5'}","DefaultMobileTextFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.5'}","DefaultDropdownBackgroundColor":"color-1","DefaultItemTextColor":"color-5","DefaultItemTextFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5'}","DefaultItemTextDisabledColor":"color-3","DefaultLabelColor":"color-5","DefaultLabelFont":"{theme: 'Body-M', size: '14px'}","DefaultLabelMobileFont":"{theme: 'Body-M', size: '12px'}","DefaultLineThemeMainBackgroundColor":"transparent","DefaultDropdownHeight":"42px","MainButtonTextColor":"--overridable","MainButtonTextDisabledColor":"--overridable","MainButtonBorderColor":"--overridable","MainBorderDisabledColor":"--overridable","MainBorderWidth":"--overridable","MainBorderRadius":"--overridable","MainBackgroundColor":"--overridable","MainPlaceholderColor":"--overridable","MainTextFont":"--overridable","MainDropdownBackgroundColor":"--overridable","MainItemTextColor":"--overridable","MainItemTextFont":"--overridable","MainItemTextDisabledColor":"--overridable","MainLabelFont":"--overridable","MainLabelColor":"--overridable","MainDropdownHeight":"--overridable","ErrorColor":"--overridable","ErrorMessageMinHeight":"--overridable","CurrentButtonTextColor":"\"color(fallback(--overridable, color-5))\"","CurrentButtonTextDisabledColor":"\"color(fallback(--overridable, color-3))\"","CurrentButtonBorderColor":"\"color(fallback(--overridable, color-5))\"","CurrentBorderDisabledColor":"\"color(fallback(--overridable, color-3))\"","CurrentBorderWidth":"\"fallback(--overridable, 1px)\"","CurrentBorderRadius":"\"fallback(--overridable, 0)\"","CurrentBackgroundColor":"\"color(fallback(--overridable, color-1))\"","CurrentPlaceholderColor":"\"color(fallback(--overridable, color-4))\"","CurrentTextFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '16px', lineHeight: '1.5'}))\"","CurrentDropdownBackgroundColor":"\"color(fallback(--overridable, color-1))\"","CurrentItemTextColor":"\"color(fallback(--overridable, color-5))\"","CurrentItemTextFont":"\"fallback(font(--overridable), font(--overridable), font({theme: 'Body-M', size: '16px', lineHeight: '1.5'}))\"","CurrentItemTextDisabledColor":"\"color(fallback(--overridable, color-3))\"","CurrentLabelFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '14px'}))\"","CurrentLabelMobileFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '12px'}))\"","CurrentLabelColor":"\"color(fallback(--overridable, color-5))\"","CurrentDropdownHeight":"\"fallback(--overridable, 42px)\"","CurrentErrorColor":"\"fallback(--overridable, #DF3131)\""};
|
|
1223
1275
|
var vars = {"wut-error-color":"--wut-error-color"};
|
|
1224
1276
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1242,6 +1294,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1242
1294
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1243
1295
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1244
1296
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1297
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1245
1298
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1246
1299
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1247
1300
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1253,6 +1306,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1253
1306
|
var namespace = "DropdownOption1661297339";
|
|
1254
1307
|
var classes = {"root":"DropdownOption1661297339__root","overrideStyleParams":"DropdownOption1661297339__overrideStyleParams","title":"DropdownOption1661297339__title","contentWrapper":"DropdownOption1661297339__contentWrapper","subtitle":"DropdownOption1661297339__subtitle","suffix":"DropdownOption1661297339__suffix","icon":"DropdownOption1661297339__icon"};
|
|
1255
1308
|
var keyframes = {};
|
|
1309
|
+
var layers = {};
|
|
1256
1310
|
var stVars = {"DefaultTitleTextColor":"color-5","DefaultTitleTextFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5'}","MainTitleTextColor":"--overridable","MainTitleTextFont":"--overridable","MainItemTextDisabledColor":"--overridable","CurrentTitleTextColor":"\"color(fallback(--overridable, color-5))\"","CurrentTitleTextFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '16px', lineHeight: '1.5'}))\"","CurrentItemTextDisabledColor":"\"color(fallback(--overridable, opacity(color(color-5), 0.6)))\""};
|
|
1257
1311
|
var vars = {};
|
|
1258
1312
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1276,6 +1330,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1276
1330
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1277
1331
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1278
1332
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1333
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1279
1334
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1280
1335
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1281
1336
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1287,6 +1342,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1287
1342
|
var namespace = "FloatingDropdownBase2094050885";
|
|
1288
1343
|
var classes = {"root":"FloatingDropdownBase2094050885__root","arrowIcon":"FloatingDropdownBase2094050885__arrowIcon","btn":"FloatingDropdownBase2094050885__btn","displayBlock":"FloatingDropdownBase2094050885__displayBlock","content":"FloatingDropdownBase2094050885__content","textContent":"FloatingDropdownBase2094050885__textContent","label":"FloatingDropdownBase2094050885__label","selectedValue":"FloatingDropdownBase2094050885__selectedValue","overrideStyleParams":"FloatingDropdownBase2094050885__overrideStyleParams"};
|
|
1289
1344
|
var keyframes = {};
|
|
1345
|
+
var layers = {};
|
|
1290
1346
|
var stVars = {"iconHeight":"1.5em","iconWidth":"1.5em","minWidth":"220px","DefaultTextColor":"color-5","DefaultDisabledTextColor":"color-3","DefaultDropdownBackgroundColor":"color-1","DefaultTextFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5em'}","MainTextColor":"--overridable","MainTextFont":"--overridable","TextColor":"\"color(fallback(--overridable, color-5))\"","TextFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '16px', lineHeight: '1.5em'}))\""};
|
|
1291
1347
|
var vars = {};
|
|
1292
1348
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1310,6 +1366,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1310
1366
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1311
1367
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1312
1368
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1369
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1313
1370
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1314
1371
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1315
1372
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1321,6 +1378,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1321
1378
|
var namespace = "IconTooltip3841055969";
|
|
1322
1379
|
var classes = {"root":"IconTooltip3841055969__root","sr-only":"mixins159027500__sr-only","button":"IconTooltip3841055969__button","icon":"IconTooltip3841055969__icon","tooltipMessage":"IconTooltip3841055969__tooltipMessage"};
|
|
1323
1380
|
var keyframes = {};
|
|
1381
|
+
var layers = {};
|
|
1324
1382
|
var stVars = {};
|
|
1325
1383
|
var vars = {};
|
|
1326
1384
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1344,6 +1402,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1344
1402
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1345
1403
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1346
1404
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1405
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1347
1406
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1348
1407
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1349
1408
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1355,6 +1414,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1355
1414
|
var namespace = "Text574162519";
|
|
1356
1415
|
var classes = {"root":"Text574162519__root","srOnly":"a11y1783295698__srOnly","sr-only":"Text574162519__sr-only"};
|
|
1357
1416
|
var keyframes = {};
|
|
1417
|
+
var layers = {};
|
|
1358
1418
|
var stVars = {"DefaultTextColor":"color-5","DefaultSecondaryTextColor":"color-4","SmallTitleFont":"{theme: 'Page-title', size: '24px', lineHeight: '1.33em'}","RunningTextFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5em'}","ListTextFont":"{theme: 'Body-M', size: '16px', lineHeight: '2em'}","LargeTitleFont":"{theme: 'Heading-M', size: '32px', lineHeight: '1.25em'}","MobileSmallTitleFont":"{theme: 'Page-title', size: '20px', lineHeight: '1.4em'}","MobileRunningTextFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.42em'}","MobileListTextFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.72em'}","MobileLargeTitleFont":"{theme: 'Heading-M', size: '24px', lineHeight: '1.33em'}","MainTextColor":"--overridable","MainTextFont":"--overridable"};
|
|
1359
1419
|
var vars = {"wut-text-color":"--wut-text-color","wut-placeholder-color":"--wut-placeholder-color","primary-color":"--Text574162519-primary-color","secondary-color":"--Text574162519-secondary-color"};
|
|
1360
1420
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1378,6 +1438,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1378
1438
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1379
1439
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1380
1440
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1441
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1381
1442
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1382
1443
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1383
1444
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1389,6 +1450,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1389
1450
|
var namespace = "TextButton412872002";
|
|
1390
1451
|
var classes = {"root":"TextButton412872002__root","affixIcon":"TextButton412872002__affixIcon","prefix-icon":"TextButton412872002__prefix-icon","suffix-icon":"TextButton412872002__suffix-icon"};
|
|
1391
1452
|
var keyframes = {};
|
|
1453
|
+
var layers = {};
|
|
1392
1454
|
var stVars = {"PrimaryColor":"color-8","SecondaryColor":"color-5","LinkColor":"color-5","DisabledColor":"color-3","DefaultFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5em'}","MobileDefaultFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.44em'}","MainTextColor":"--overridable","MainTextFont":"--overridable","PrimaryTextColor":"\"color(fallback(--overridable, color-8))\"","SecondaryTextColor":"\"color(fallback(--overridable, color-5))\"","LinkTextColor":"\"color(fallback(--overridable, color-5))\""};
|
|
1393
1455
|
var vars = {};
|
|
1394
1456
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1412,6 +1474,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1412
1474
|
/* harmony export */ "classes": function() { return /* binding */ classes; },
|
|
1413
1475
|
/* harmony export */ "cssStates": function() { return /* binding */ cssStates; },
|
|
1414
1476
|
/* harmony export */ "keyframes": function() { return /* binding */ keyframes; },
|
|
1477
|
+
/* harmony export */ "layers": function() { return /* binding */ layers; },
|
|
1415
1478
|
/* harmony export */ "namespace": function() { return /* binding */ namespace; },
|
|
1416
1479
|
/* harmony export */ "st": function() { return /* binding */ st; },
|
|
1417
1480
|
/* harmony export */ "stVars": function() { return /* binding */ stVars; },
|
|
@@ -1423,6 +1486,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1423
1486
|
var namespace = "ErrorMessageWrapper1991647226";
|
|
1424
1487
|
var classes = {"root":"ErrorMessageWrapper1991647226__root","message":"ErrorMessageWrapper1991647226__message","icon":"ErrorMessageWrapper1991647226__icon","messageWithSuffix":"ErrorMessageWrapper1991647226__messageWithSuffix"};
|
|
1425
1488
|
var keyframes = {};
|
|
1489
|
+
var layers = {};
|
|
1426
1490
|
var stVars = {"DefaultErrorColor":"#DF3131","DefaultMinMessageHeight":"0","ErrorColor":"--overridable","MinMessageHeight":"--overridable","errorColor":"\"color(fallback(--overridable, #DF3131))\"","fixedMinHeight":"20px","fixedMarginTop":"8px"};
|
|
1427
1491
|
var vars = {"wut-error-color":"--wut-error-color"};
|
|
1428
1492
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -1525,9 +1589,9 @@ if ($defineProperty) {
|
|
|
1525
1589
|
/***/ (function(module, exports) {
|
|
1526
1590
|
|
|
1527
1591
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1592
|
+
Copyright (c) 2018 Jed Watson.
|
|
1593
|
+
Licensed under the MIT License (MIT), see
|
|
1594
|
+
http://jedwatson.github.io/classnames
|
|
1531
1595
|
*/
|
|
1532
1596
|
/* global define */
|
|
1533
1597
|
|
|
@@ -1535,6 +1599,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
1535
1599
|
'use strict';
|
|
1536
1600
|
|
|
1537
1601
|
var hasOwn = {}.hasOwnProperty;
|
|
1602
|
+
var nativeCodeString = '[native code]';
|
|
1538
1603
|
|
|
1539
1604
|
function classNames() {
|
|
1540
1605
|
var classes = [];
|
|
@@ -1555,14 +1620,15 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
1555
1620
|
}
|
|
1556
1621
|
}
|
|
1557
1622
|
} else if (argType === 'object') {
|
|
1558
|
-
if (arg.toString
|
|
1559
|
-
for (var key in arg) {
|
|
1560
|
-
if (hasOwn.call(arg, key) && arg[key]) {
|
|
1561
|
-
classes.push(key);
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1564
|
-
} else {
|
|
1623
|
+
if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
|
|
1565
1624
|
classes.push(arg.toString());
|
|
1625
|
+
continue;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
for (var key in arg) {
|
|
1629
|
+
if (hasOwn.call(arg, key) && arg[key]) {
|
|
1630
|
+
classes.push(key);
|
|
1631
|
+
}
|
|
1566
1632
|
}
|
|
1567
1633
|
}
|
|
1568
1634
|
}
|
|
@@ -1594,49 +1660,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
1594
1660
|
"use strict";
|
|
1595
1661
|
__webpack_require__.r(__webpack_exports__);
|
|
1596
1662
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1597
|
-
/* harmony export */ "
|
|
1663
|
+
/* harmony export */ "clsx": function() { return /* binding */ clsx; }
|
|
1598
1664
|
/* harmony export */ });
|
|
1599
|
-
function
|
|
1600
|
-
var k, y, str='';
|
|
1601
|
-
|
|
1602
|
-
if (typeof mix === 'string' || typeof mix === 'number') {
|
|
1603
|
-
str += mix;
|
|
1604
|
-
} else if (typeof mix === 'object') {
|
|
1605
|
-
if (Array.isArray(mix)) {
|
|
1606
|
-
for (k=0; k < mix.length; k++) {
|
|
1607
|
-
if (mix[k]) {
|
|
1608
|
-
if (y = toVal(mix[k])) {
|
|
1609
|
-
str && (str += ' ');
|
|
1610
|
-
str += y;
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
} else {
|
|
1615
|
-
for (k in mix) {
|
|
1616
|
-
if (mix[k]) {
|
|
1617
|
-
str && (str += ' ');
|
|
1618
|
-
str += k;
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
return str;
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
/* harmony default export */ function __WEBPACK_DEFAULT_EXPORT__() {
|
|
1628
|
-
var i=0, tmp, x, str='';
|
|
1629
|
-
while (i < arguments.length) {
|
|
1630
|
-
if (tmp = arguments[i++]) {
|
|
1631
|
-
if (x = toVal(tmp)) {
|
|
1632
|
-
str && (str += ' ');
|
|
1633
|
-
str += x
|
|
1634
|
-
}
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
return str;
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1665
|
+
function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}/* harmony default export */ __webpack_exports__["default"] = (clsx);
|
|
1640
1666
|
|
|
1641
1667
|
/***/ }),
|
|
1642
1668
|
|
|
@@ -2565,7 +2591,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
2565
2591
|
throw new $TypeError('"allowMissing" argument must be a boolean');
|
|
2566
2592
|
}
|
|
2567
2593
|
|
|
2568
|
-
if ($exec(/^%?[^%]
|
|
2594
|
+
if ($exec(/^%?[^%]*%?$/, name) === null) {
|
|
2569
2595
|
throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');
|
|
2570
2596
|
}
|
|
2571
2597
|
var parts = stringToPath(name);
|
|
@@ -34129,75 +34155,6 @@ if (__DEV__) {
|
|
|
34129
34155
|
module.exports = warning;
|
|
34130
34156
|
|
|
34131
34157
|
|
|
34132
|
-
/***/ }),
|
|
34133
|
-
|
|
34134
|
-
/***/ 449:
|
|
34135
|
-
/*!******************************************************************************!*\
|
|
34136
|
-
!*** ../../../node_modules/wix-style-react/node_modules/classnames/index.js ***!
|
|
34137
|
-
\******************************************************************************/
|
|
34138
|
-
/***/ (function(module, exports) {
|
|
34139
|
-
|
|
34140
|
-
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
34141
|
-
Copyright (c) 2018 Jed Watson.
|
|
34142
|
-
Licensed under the MIT License (MIT), see
|
|
34143
|
-
http://jedwatson.github.io/classnames
|
|
34144
|
-
*/
|
|
34145
|
-
/* global define */
|
|
34146
|
-
|
|
34147
|
-
(function () {
|
|
34148
|
-
'use strict';
|
|
34149
|
-
|
|
34150
|
-
var hasOwn = {}.hasOwnProperty;
|
|
34151
|
-
var nativeCodeString = '[native code]';
|
|
34152
|
-
|
|
34153
|
-
function classNames() {
|
|
34154
|
-
var classes = [];
|
|
34155
|
-
|
|
34156
|
-
for (var i = 0; i < arguments.length; i++) {
|
|
34157
|
-
var arg = arguments[i];
|
|
34158
|
-
if (!arg) continue;
|
|
34159
|
-
|
|
34160
|
-
var argType = typeof arg;
|
|
34161
|
-
|
|
34162
|
-
if (argType === 'string' || argType === 'number') {
|
|
34163
|
-
classes.push(arg);
|
|
34164
|
-
} else if (Array.isArray(arg)) {
|
|
34165
|
-
if (arg.length) {
|
|
34166
|
-
var inner = classNames.apply(null, arg);
|
|
34167
|
-
if (inner) {
|
|
34168
|
-
classes.push(inner);
|
|
34169
|
-
}
|
|
34170
|
-
}
|
|
34171
|
-
} else if (argType === 'object') {
|
|
34172
|
-
if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
|
|
34173
|
-
classes.push(arg.toString());
|
|
34174
|
-
continue;
|
|
34175
|
-
}
|
|
34176
|
-
|
|
34177
|
-
for (var key in arg) {
|
|
34178
|
-
if (hasOwn.call(arg, key) && arg[key]) {
|
|
34179
|
-
classes.push(key);
|
|
34180
|
-
}
|
|
34181
|
-
}
|
|
34182
|
-
}
|
|
34183
|
-
}
|
|
34184
|
-
|
|
34185
|
-
return classes.join(' ');
|
|
34186
|
-
}
|
|
34187
|
-
|
|
34188
|
-
if ( true && module.exports) {
|
|
34189
|
-
classNames.default = classNames;
|
|
34190
|
-
module.exports = classNames;
|
|
34191
|
-
} else if (true) {
|
|
34192
|
-
// register as 'classnames', consistent with npm package name
|
|
34193
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {
|
|
34194
|
-
return classNames;
|
|
34195
|
-
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
34196
|
-
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
34197
|
-
} else {}
|
|
34198
|
-
}());
|
|
34199
|
-
|
|
34200
|
-
|
|
34201
34158
|
/***/ }),
|
|
34202
34159
|
|
|
34203
34160
|
/***/ 3063:
|
|
@@ -36025,220 +35982,151 @@ exports["default"] = Error;
|
|
|
36025
35982
|
|
|
36026
35983
|
/***/ }),
|
|
36027
35984
|
|
|
36028
|
-
/***/
|
|
36029
|
-
|
|
36030
|
-
!*** ../../../node_modules/wix-ui-tpa/node_modules/
|
|
36031
|
-
|
|
36032
|
-
/***/ (function(
|
|
36033
|
-
|
|
36034
|
-
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
36035
|
-
Copyright (c) 2018 Jed Watson.
|
|
36036
|
-
Licensed under the MIT License (MIT), see
|
|
36037
|
-
http://jedwatson.github.io/classnames
|
|
36038
|
-
*/
|
|
36039
|
-
/* global define */
|
|
35985
|
+
/***/ 3350:
|
|
35986
|
+
/*!****************************************************************************************************************************!*\
|
|
35987
|
+
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/Check.js ***!
|
|
35988
|
+
\****************************************************************************************************************************/
|
|
35989
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36040
35990
|
|
|
36041
|
-
|
|
36042
|
-
'use strict';
|
|
35991
|
+
"use strict";
|
|
36043
35992
|
|
|
36044
|
-
|
|
36045
|
-
|
|
35993
|
+
var __assign = (this && this.__assign) || function () {
|
|
35994
|
+
__assign = Object.assign || function(t) {
|
|
35995
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
35996
|
+
s = arguments[i];
|
|
35997
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
35998
|
+
t[p] = s[p];
|
|
35999
|
+
}
|
|
36000
|
+
return t;
|
|
36001
|
+
};
|
|
36002
|
+
return __assign.apply(this, arguments);
|
|
36003
|
+
};
|
|
36004
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36005
|
+
var t = {};
|
|
36006
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
36007
|
+
t[p] = s[p];
|
|
36008
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
36009
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
36010
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
36011
|
+
t[p[i]] = s[p[i]];
|
|
36012
|
+
}
|
|
36013
|
+
return t;
|
|
36014
|
+
};
|
|
36015
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36016
|
+
/* eslint-disable */
|
|
36017
|
+
/* tslint:disable */
|
|
36018
|
+
var React = __webpack_require__(/*! react */ 1024);
|
|
36019
|
+
var Check = function (_a) {
|
|
36020
|
+
var size = _a.size, props = __rest(_a, ["size"]);
|
|
36021
|
+
return (React.createElement("svg", __assign({ viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24" }, props),
|
|
36022
|
+
React.createElement("path", { d: "M4.9997,12.1379 L5.70680678,11.4307932 L9.7837,15.5067932 L18.2925932,6.99979322 L18.9997,7.7069 L10.4918068,16.2147932 L9.7847,16.9219 L4.9997,12.1379 Z", fillRule: "evenodd" })));
|
|
36023
|
+
};
|
|
36024
|
+
Check.displayName = 'Check';
|
|
36025
|
+
exports["default"] = Check;
|
|
36026
|
+
/* tslint:enable */
|
|
36027
|
+
/* eslint-enable */
|
|
36028
|
+
//# sourceMappingURL=Check.js.map
|
|
36046
36029
|
|
|
36047
|
-
|
|
36048
|
-
var classes = [];
|
|
36030
|
+
/***/ }),
|
|
36049
36031
|
|
|
36050
|
-
|
|
36051
|
-
|
|
36052
|
-
|
|
36032
|
+
/***/ 8421:
|
|
36033
|
+
/*!**********************************************************************************************************************************!*\
|
|
36034
|
+
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/ChevronDown.js ***!
|
|
36035
|
+
\**********************************************************************************************************************************/
|
|
36036
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36053
36037
|
|
|
36054
|
-
|
|
36038
|
+
"use strict";
|
|
36055
36039
|
|
|
36056
|
-
|
|
36057
|
-
|
|
36058
|
-
|
|
36059
|
-
|
|
36060
|
-
|
|
36061
|
-
|
|
36062
|
-
|
|
36063
|
-
|
|
36064
|
-
|
|
36065
|
-
|
|
36066
|
-
|
|
36067
|
-
|
|
36068
|
-
|
|
36069
|
-
|
|
36040
|
+
var __assign = (this && this.__assign) || function () {
|
|
36041
|
+
__assign = Object.assign || function(t) {
|
|
36042
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
36043
|
+
s = arguments[i];
|
|
36044
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
36045
|
+
t[p] = s[p];
|
|
36046
|
+
}
|
|
36047
|
+
return t;
|
|
36048
|
+
};
|
|
36049
|
+
return __assign.apply(this, arguments);
|
|
36050
|
+
};
|
|
36051
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36052
|
+
var t = {};
|
|
36053
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
36054
|
+
t[p] = s[p];
|
|
36055
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
36056
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
36057
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
36058
|
+
t[p[i]] = s[p[i]];
|
|
36059
|
+
}
|
|
36060
|
+
return t;
|
|
36061
|
+
};
|
|
36062
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36063
|
+
/* eslint-disable */
|
|
36064
|
+
/* tslint:disable */
|
|
36065
|
+
var React = __webpack_require__(/*! react */ 1024);
|
|
36066
|
+
var ChevronDown = function (_a) {
|
|
36067
|
+
var size = _a.size, props = __rest(_a, ["size"]);
|
|
36068
|
+
return (React.createElement("svg", __assign({ viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24" }, props),
|
|
36069
|
+
React.createElement("path", { d: "M18.2546728,8.18171329 L18.9617796,8.88882007 L12.5952867,15.2537133 L12.5978964,15.2558012 L11.8907896,15.962908 L11.8882867,15.9607133 L11.8874628,15.9617796 L11.180356,15.2546728 L11.1812867,15.2527133 L4.81828671,8.88882007 L5.52539349,8.18171329 L11.8882867,14.5457133 L18.2546728,8.18171329 Z", fillRule: "evenodd" })));
|
|
36070
|
+
};
|
|
36071
|
+
ChevronDown.displayName = 'ChevronDown';
|
|
36072
|
+
exports["default"] = ChevronDown;
|
|
36073
|
+
/* tslint:enable */
|
|
36074
|
+
/* eslint-enable */
|
|
36075
|
+
//# sourceMappingURL=ChevronDown.js.map
|
|
36070
36076
|
|
|
36071
|
-
|
|
36072
|
-
if (hasOwn.call(arg, key) && arg[key]) {
|
|
36073
|
-
classes.push(key);
|
|
36074
|
-
}
|
|
36075
|
-
}
|
|
36076
|
-
}
|
|
36077
|
-
}
|
|
36077
|
+
/***/ }),
|
|
36078
36078
|
|
|
36079
|
-
|
|
36080
|
-
|
|
36079
|
+
/***/ 4530:
|
|
36080
|
+
/*!****************************************************************************************************************************!*\
|
|
36081
|
+
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/Error.js ***!
|
|
36082
|
+
\****************************************************************************************************************************/
|
|
36083
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36081
36084
|
|
|
36082
|
-
|
|
36083
|
-
classNames.default = classNames;
|
|
36084
|
-
module.exports = classNames;
|
|
36085
|
-
} else if (true) {
|
|
36086
|
-
// register as 'classnames', consistent with npm package name
|
|
36087
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {
|
|
36088
|
-
return classNames;
|
|
36089
|
-
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
36090
|
-
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
36091
|
-
} else {}
|
|
36092
|
-
}());
|
|
36085
|
+
"use strict";
|
|
36093
36086
|
|
|
36087
|
+
var __assign = (this && this.__assign) || function () {
|
|
36088
|
+
__assign = Object.assign || function(t) {
|
|
36089
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
36090
|
+
s = arguments[i];
|
|
36091
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
36092
|
+
t[p] = s[p];
|
|
36093
|
+
}
|
|
36094
|
+
return t;
|
|
36095
|
+
};
|
|
36096
|
+
return __assign.apply(this, arguments);
|
|
36097
|
+
};
|
|
36098
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36099
|
+
var t = {};
|
|
36100
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
36101
|
+
t[p] = s[p];
|
|
36102
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
36103
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
36104
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
36105
|
+
t[p[i]] = s[p[i]];
|
|
36106
|
+
}
|
|
36107
|
+
return t;
|
|
36108
|
+
};
|
|
36109
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36110
|
+
/* eslint-disable */
|
|
36111
|
+
/* tslint:disable */
|
|
36112
|
+
var React = __webpack_require__(/*! react */ 1024);
|
|
36113
|
+
var Error = function (_a) {
|
|
36114
|
+
var size = _a.size, props = __rest(_a, ["size"]);
|
|
36115
|
+
return (React.createElement("svg", __assign({ viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24" }, props),
|
|
36116
|
+
React.createElement("path", { d: "M11.5,3 C16.187,3 20,6.813 20,11.5 C20,16.187 16.187,20 11.5,20 C6.813,20 3,16.187 3,11.5 C3,6.813 6.813,3 11.5,3 Z M11.5,4 C7.364,4 4,7.364 4,11.5 C4,15.636 7.364,19 11.5,19 C15.636,19 19,15.636 19,11.5 C19,7.364 15.636,4 11.5,4 Z M12,14 L12,15 L11,15 L11,14 L12,14 Z M12,8 L12,13 L11,13 L11,8 L12,8 Z", fillRule: "evenodd" })));
|
|
36117
|
+
};
|
|
36118
|
+
Error.displayName = 'Error';
|
|
36119
|
+
exports["default"] = Error;
|
|
36120
|
+
/* tslint:enable */
|
|
36121
|
+
/* eslint-enable */
|
|
36122
|
+
//# sourceMappingURL=Error.js.map
|
|
36094
36123
|
|
|
36095
36124
|
/***/ }),
|
|
36096
36125
|
|
|
36097
|
-
/***/
|
|
36098
|
-
|
|
36099
|
-
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/
|
|
36100
|
-
|
|
36101
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36102
|
-
|
|
36103
|
-
"use strict";
|
|
36104
|
-
|
|
36105
|
-
var __assign = (this && this.__assign) || function () {
|
|
36106
|
-
__assign = Object.assign || function(t) {
|
|
36107
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
36108
|
-
s = arguments[i];
|
|
36109
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
36110
|
-
t[p] = s[p];
|
|
36111
|
-
}
|
|
36112
|
-
return t;
|
|
36113
|
-
};
|
|
36114
|
-
return __assign.apply(this, arguments);
|
|
36115
|
-
};
|
|
36116
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
36117
|
-
var t = {};
|
|
36118
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
36119
|
-
t[p] = s[p];
|
|
36120
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
36121
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
36122
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
36123
|
-
t[p[i]] = s[p[i]];
|
|
36124
|
-
}
|
|
36125
|
-
return t;
|
|
36126
|
-
};
|
|
36127
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36128
|
-
/* eslint-disable */
|
|
36129
|
-
/* tslint:disable */
|
|
36130
|
-
var React = __webpack_require__(/*! react */ 1024);
|
|
36131
|
-
var Check = function (_a) {
|
|
36132
|
-
var size = _a.size, props = __rest(_a, ["size"]);
|
|
36133
|
-
return (React.createElement("svg", __assign({ viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24" }, props),
|
|
36134
|
-
React.createElement("path", { d: "M4.9997,12.1379 L5.70680678,11.4307932 L9.7837,15.5067932 L18.2925932,6.99979322 L18.9997,7.7069 L10.4918068,16.2147932 L9.7847,16.9219 L4.9997,12.1379 Z", fillRule: "evenodd" })));
|
|
36135
|
-
};
|
|
36136
|
-
Check.displayName = 'Check';
|
|
36137
|
-
exports["default"] = Check;
|
|
36138
|
-
/* tslint:enable */
|
|
36139
|
-
/* eslint-enable */
|
|
36140
|
-
//# sourceMappingURL=Check.js.map
|
|
36141
|
-
|
|
36142
|
-
/***/ }),
|
|
36143
|
-
|
|
36144
|
-
/***/ 8421:
|
|
36145
|
-
/*!**********************************************************************************************************************************!*\
|
|
36146
|
-
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/ChevronDown.js ***!
|
|
36147
|
-
\**********************************************************************************************************************************/
|
|
36148
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36149
|
-
|
|
36150
|
-
"use strict";
|
|
36151
|
-
|
|
36152
|
-
var __assign = (this && this.__assign) || function () {
|
|
36153
|
-
__assign = Object.assign || function(t) {
|
|
36154
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
36155
|
-
s = arguments[i];
|
|
36156
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
36157
|
-
t[p] = s[p];
|
|
36158
|
-
}
|
|
36159
|
-
return t;
|
|
36160
|
-
};
|
|
36161
|
-
return __assign.apply(this, arguments);
|
|
36162
|
-
};
|
|
36163
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
36164
|
-
var t = {};
|
|
36165
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
36166
|
-
t[p] = s[p];
|
|
36167
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
36168
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
36169
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
36170
|
-
t[p[i]] = s[p[i]];
|
|
36171
|
-
}
|
|
36172
|
-
return t;
|
|
36173
|
-
};
|
|
36174
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36175
|
-
/* eslint-disable */
|
|
36176
|
-
/* tslint:disable */
|
|
36177
|
-
var React = __webpack_require__(/*! react */ 1024);
|
|
36178
|
-
var ChevronDown = function (_a) {
|
|
36179
|
-
var size = _a.size, props = __rest(_a, ["size"]);
|
|
36180
|
-
return (React.createElement("svg", __assign({ viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24" }, props),
|
|
36181
|
-
React.createElement("path", { d: "M18.2546728,8.18171329 L18.9617796,8.88882007 L12.5952867,15.2537133 L12.5978964,15.2558012 L11.8907896,15.962908 L11.8882867,15.9607133 L11.8874628,15.9617796 L11.180356,15.2546728 L11.1812867,15.2527133 L4.81828671,8.88882007 L5.52539349,8.18171329 L11.8882867,14.5457133 L18.2546728,8.18171329 Z", fillRule: "evenodd" })));
|
|
36182
|
-
};
|
|
36183
|
-
ChevronDown.displayName = 'ChevronDown';
|
|
36184
|
-
exports["default"] = ChevronDown;
|
|
36185
|
-
/* tslint:enable */
|
|
36186
|
-
/* eslint-enable */
|
|
36187
|
-
//# sourceMappingURL=ChevronDown.js.map
|
|
36188
|
-
|
|
36189
|
-
/***/ }),
|
|
36190
|
-
|
|
36191
|
-
/***/ 4530:
|
|
36192
|
-
/*!****************************************************************************************************************************!*\
|
|
36193
|
-
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/Error.js ***!
|
|
36194
|
-
\****************************************************************************************************************************/
|
|
36195
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36196
|
-
|
|
36197
|
-
"use strict";
|
|
36198
|
-
|
|
36199
|
-
var __assign = (this && this.__assign) || function () {
|
|
36200
|
-
__assign = Object.assign || function(t) {
|
|
36201
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
36202
|
-
s = arguments[i];
|
|
36203
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
36204
|
-
t[p] = s[p];
|
|
36205
|
-
}
|
|
36206
|
-
return t;
|
|
36207
|
-
};
|
|
36208
|
-
return __assign.apply(this, arguments);
|
|
36209
|
-
};
|
|
36210
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
36211
|
-
var t = {};
|
|
36212
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
36213
|
-
t[p] = s[p];
|
|
36214
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
36215
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
36216
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
36217
|
-
t[p[i]] = s[p[i]];
|
|
36218
|
-
}
|
|
36219
|
-
return t;
|
|
36220
|
-
};
|
|
36221
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36222
|
-
/* eslint-disable */
|
|
36223
|
-
/* tslint:disable */
|
|
36224
|
-
var React = __webpack_require__(/*! react */ 1024);
|
|
36225
|
-
var Error = function (_a) {
|
|
36226
|
-
var size = _a.size, props = __rest(_a, ["size"]);
|
|
36227
|
-
return (React.createElement("svg", __assign({ viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24" }, props),
|
|
36228
|
-
React.createElement("path", { d: "M11.5,3 C16.187,3 20,6.813 20,11.5 C20,16.187 16.187,20 11.5,20 C6.813,20 3,16.187 3,11.5 C3,6.813 6.813,3 11.5,3 Z M11.5,4 C7.364,4 4,7.364 4,11.5 C4,15.636 7.364,19 11.5,19 C15.636,19 19,15.636 19,11.5 C19,7.364 15.636,4 11.5,4 Z M12,14 L12,15 L11,15 L11,14 L12,14 Z M12,8 L12,13 L11,13 L11,8 L12,8 Z", fillRule: "evenodd" })));
|
|
36229
|
-
};
|
|
36230
|
-
Error.displayName = 'Error';
|
|
36231
|
-
exports["default"] = Error;
|
|
36232
|
-
/* tslint:enable */
|
|
36233
|
-
/* eslint-enable */
|
|
36234
|
-
//# sourceMappingURL=Error.js.map
|
|
36235
|
-
|
|
36236
|
-
/***/ }),
|
|
36237
|
-
|
|
36238
|
-
/***/ 9028:
|
|
36239
|
-
/*!*********************************************************************************************************************************!*\
|
|
36240
|
-
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/ErrorSmall.js ***!
|
|
36241
|
-
\*********************************************************************************************************************************/
|
|
36126
|
+
/***/ 9028:
|
|
36127
|
+
/*!*********************************************************************************************************************************!*\
|
|
36128
|
+
!*** ../../../node_modules/wix-ui-tpa/node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/ErrorSmall.js ***!
|
|
36129
|
+
\*********************************************************************************************************************************/
|
|
36242
36130
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36243
36131
|
|
|
36244
36132
|
"use strict";
|
|
@@ -36408,19 +36296,16 @@ function _extends() {
|
|
|
36408
36296
|
module.exports = _extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
36409
36297
|
for (var i = 1; i < arguments.length; i++) {
|
|
36410
36298
|
var source = arguments[i];
|
|
36411
|
-
|
|
36412
36299
|
for (var key in source) {
|
|
36413
36300
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
36414
36301
|
target[key] = source[key];
|
|
36415
36302
|
}
|
|
36416
36303
|
}
|
|
36417
36304
|
}
|
|
36418
|
-
|
|
36419
36305
|
return target;
|
|
36420
36306
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
36421
36307
|
return _extends.apply(this, arguments);
|
|
36422
36308
|
}
|
|
36423
|
-
|
|
36424
36309
|
module.exports = _extends, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
36425
36310
|
|
|
36426
36311
|
/***/ }),
|
|
@@ -36436,7 +36321,6 @@ function _interopRequireDefault(obj) {
|
|
|
36436
36321
|
"default": obj
|
|
36437
36322
|
};
|
|
36438
36323
|
}
|
|
36439
|
-
|
|
36440
36324
|
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
36441
36325
|
|
|
36442
36326
|
/***/ }),
|
|
@@ -36452,27 +36336,24 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
36452
36336
|
var target = {};
|
|
36453
36337
|
var sourceKeys = Object.keys(source);
|
|
36454
36338
|
var key, i;
|
|
36455
|
-
|
|
36456
36339
|
for (i = 0; i < sourceKeys.length; i++) {
|
|
36457
36340
|
key = sourceKeys[i];
|
|
36458
36341
|
if (excluded.indexOf(key) >= 0) continue;
|
|
36459
36342
|
target[key] = source[key];
|
|
36460
36343
|
}
|
|
36461
|
-
|
|
36462
36344
|
return target;
|
|
36463
36345
|
}
|
|
36464
|
-
|
|
36465
36346
|
module.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
36466
36347
|
|
|
36467
36348
|
/***/ }),
|
|
36468
36349
|
|
|
36469
|
-
/***/
|
|
36470
|
-
|
|
36471
|
-
!*** ../../../node_modules
|
|
36472
|
-
|
|
36350
|
+
/***/ 9649:
|
|
36351
|
+
/*!**************************************************************************!*\
|
|
36352
|
+
!*** ../../../node_modules/@babel/runtime/helpers/regeneratorRuntime.js ***!
|
|
36353
|
+
\**************************************************************************/
|
|
36473
36354
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
36474
36355
|
|
|
36475
|
-
var _typeof = (__webpack_require__(/*! ./typeof.js */
|
|
36356
|
+
var _typeof = (__webpack_require__(/*! ./typeof.js */ 8114)["default"]);
|
|
36476
36357
|
function _regeneratorRuntime() {
|
|
36477
36358
|
"use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
36478
36359
|
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
|
@@ -36790,10 +36671,10 @@ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.e
|
|
|
36790
36671
|
|
|
36791
36672
|
/***/ }),
|
|
36792
36673
|
|
|
36793
|
-
/***/
|
|
36794
|
-
|
|
36795
|
-
!*** ../../../node_modules
|
|
36796
|
-
|
|
36674
|
+
/***/ 8114:
|
|
36675
|
+
/*!**************************************************************!*\
|
|
36676
|
+
!*** ../../../node_modules/@babel/runtime/helpers/typeof.js ***!
|
|
36677
|
+
\**************************************************************/
|
|
36797
36678
|
/***/ (function(module) {
|
|
36798
36679
|
|
|
36799
36680
|
function _typeof(obj) {
|
|
@@ -36809,15 +36690,15 @@ module.exports = _typeof, module.exports.__esModule = true, module.exports["defa
|
|
|
36809
36690
|
|
|
36810
36691
|
/***/ }),
|
|
36811
36692
|
|
|
36812
|
-
/***/
|
|
36813
|
-
|
|
36814
|
-
!*** ../../../node_modules
|
|
36815
|
-
|
|
36693
|
+
/***/ 2975:
|
|
36694
|
+
/*!*****************************************************************!*\
|
|
36695
|
+
!*** ../../../node_modules/@babel/runtime/regenerator/index.js ***!
|
|
36696
|
+
\*****************************************************************/
|
|
36816
36697
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
36817
36698
|
|
|
36818
36699
|
// TODO(Babel 8): Remove this file.
|
|
36819
36700
|
|
|
36820
|
-
var runtime = __webpack_require__(/*! ../helpers/regeneratorRuntime */
|
|
36701
|
+
var runtime = __webpack_require__(/*! ../helpers/regeneratorRuntime */ 9649)();
|
|
36821
36702
|
module.exports = runtime;
|
|
36822
36703
|
|
|
36823
36704
|
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
|
@@ -36928,39 +36809,44 @@ try {
|
|
|
36928
36809
|
/******/ /* webpack/runtime/stylable inject */
|
|
36929
36810
|
/******/ !function() {
|
|
36930
36811
|
/******/ (function injectStyles(host) {
|
|
36931
|
-
/******/ function stylableRuntime(
|
|
36812
|
+
/******/ function stylableRuntime(id, css, depth, runtimeId) {
|
|
36932
36813
|
/******/ if (typeof document === 'undefined') {
|
|
36933
36814
|
/******/ return;
|
|
36934
36815
|
/******/ }
|
|
36935
36816
|
/******/ var d = document;
|
|
36936
36817
|
/******/ var head = d.head;
|
|
36937
36818
|
/******/ var style = d.createElement('style');
|
|
36938
|
-
/******/ style.setAttribute('st_id',
|
|
36819
|
+
/******/ style.setAttribute('st_id', id);
|
|
36939
36820
|
/******/ style.setAttribute('st_depth', depth);
|
|
36940
36821
|
/******/ style.setAttribute('st_runtime', runtimeId);
|
|
36941
36822
|
/******/ style.textContent = css;
|
|
36942
36823
|
/******/ var loadedStyleElements = head.querySelectorAll('style[st_runtime="' + runtimeId + '"]');
|
|
36943
36824
|
/******/ var inserted = false;
|
|
36825
|
+
/******/ var insertAfter;
|
|
36944
36826
|
/******/ for (var i = 0; i < loadedStyleElements.length; i++) {
|
|
36945
36827
|
/******/ var styleElement = loadedStyleElements[i];
|
|
36946
|
-
/******/ var
|
|
36947
|
-
/******/ var
|
|
36948
|
-
/******/ if (
|
|
36949
|
-
/******/ if (
|
|
36828
|
+
/******/ var existingStId = styleElement.getAttribute('st_id');
|
|
36829
|
+
/******/ var existingStDepth = Number(styleElement.getAttribute('st_depth'));
|
|
36830
|
+
/******/ if (existingStId === id) {
|
|
36831
|
+
/******/ if (existingStDepth === depth) {
|
|
36950
36832
|
/******/ head.replaceChild(style, styleElement);
|
|
36951
36833
|
/******/ return;
|
|
36952
36834
|
/******/ }
|
|
36953
36835
|
/******/ else {
|
|
36954
36836
|
/******/ styleElement.parentElement.removeChild(styleElement);
|
|
36837
|
+
/******/ continue;
|
|
36955
36838
|
/******/ }
|
|
36956
36839
|
/******/ }
|
|
36957
|
-
/******/ if (!inserted && depth <
|
|
36840
|
+
/******/ if (!inserted && depth < existingStDepth) {
|
|
36958
36841
|
/******/ head.insertBefore(style, styleElement);
|
|
36959
36842
|
/******/ inserted = true;
|
|
36960
36843
|
/******/ }
|
|
36844
|
+
/******/ insertAfter = styleElement;
|
|
36961
36845
|
/******/ }
|
|
36962
36846
|
/******/ if (!inserted) {
|
|
36963
|
-
/******/
|
|
36847
|
+
/******/ insertAfter
|
|
36848
|
+
/******/ ? head.insertBefore(style, insertAfter.nextElementSibling)
|
|
36849
|
+
/******/ : head.appendChild(style);
|
|
36964
36850
|
/******/ }
|
|
36965
36851
|
/******/ }
|
|
36966
36852
|
/******/ host.sti = stylableRuntime;
|
|
@@ -37046,7 +36932,7 @@ var __webpack_exports__ = {};
|
|
|
37046
36932
|
!function() {
|
|
37047
36933
|
"use strict";
|
|
37048
36934
|
/*!********************************!*\
|
|
37049
|
-
!*** ./index.ts +
|
|
36935
|
+
!*** ./index.ts + 434 modules ***!
|
|
37050
36936
|
\********************************/
|
|
37051
36937
|
// ESM COMPAT FLAG
|
|
37052
36938
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -37107,6 +36993,7 @@ const useTPAComponentsContext = () => React.useContext(TPAComponentsContext);
|
|
|
37107
36993
|
var namespace = "EntityAdvancedPermissions308546429";
|
|
37108
36994
|
var classes = {"root":"EntityAdvancedPermissions308546429__root","header":"EntityAdvancedPermissions308546429__header","headerArrow":"EntityAdvancedPermissions308546429__headerArrow","titleContainer":"EntityAdvancedPermissions308546429__titleContainer","folderName":"EntityAdvancedPermissions308546429__folderName","wsrFolderName":"EntityAdvancedPermissions308546429__wsrFolderName","modalMainTitle":"EntityAdvancedPermissions308546429__modalMainTitle","wsrModalMainTitle":"EntityAdvancedPermissions308546429__wsrModalMainTitle","closeButton":"EntityAdvancedPermissions308546429__closeButton","roleSelectionContainer":"EntityAdvancedPermissions308546429__roleSelectionContainer","searchEntity":"EntityAdvancedPermissions308546429__searchEntity","permissionDropdown":"EntityAdvancedPermissions308546429__permissionDropdown","stepScrollbar":"EntityAdvancedPermissions308546429__stepScrollbar","permissionList":"EntityAdvancedPermissions308546429__permissionList","steps":"EntityAdvancedPermissions308546429__steps","divider":"EntityAdvancedPermissions308546429__divider","footer":"EntityAdvancedPermissions308546429__footer","backButton":"EntityAdvancedPermissions308546429__backButton","backIconToggle":"EntityAdvancedPermissions308546429__backIconToggle","backButtonSpan":"EntityAdvancedPermissions308546429__backButtonSpan","backToggleIcon":"EntityAdvancedPermissions308546429__backToggleIcon","IconToggleLabel":"EntityAdvancedPermissions308546429__IconToggleLabel","IconToggleIcon":"EntityAdvancedPermissions308546429__IconToggleIcon","actionButtons":"EntityAdvancedPermissions308546429__actionButtons","buttonCancel":"EntityAdvancedPermissions308546429__buttonCancel","buttonSend":"EntityAdvancedPermissions308546429__buttonSend","ButtonSpinner":"EntityAdvancedPermissions308546429__ButtonSpinner","wsrNotificationMessage":"EntityAdvancedPermissions308546429__wsrNotificationMessage","wsrNotificationErrorMessage":"EntityAdvancedPermissions308546429__wsrNotificationErrorMessage","wsrTooltipContent":"EntityAdvancedPermissions308546429__wsrTooltipContent","notificationMessage":"EntityAdvancedPermissions308546429__notificationMessage","notificationMessageText":"EntityAdvancedPermissions308546429__notificationMessageText","wsrCancelBtn":"EntityAdvancedPermissions308546429__wsrCancelBtn","wsrPermissionsMenu":"EntityAdvancedPermissions308546429__wsrPermissionsMenu"};
|
|
37109
36995
|
var keyframes = {};
|
|
36996
|
+
var EntityAdvancedPermissions_st_layers = {};
|
|
37110
36997
|
var stVars = {};
|
|
37111
36998
|
var vars = {};
|
|
37112
36999
|
var cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, namespace);
|
|
@@ -37177,6 +37064,7 @@ Text.defaultProps = {
|
|
|
37177
37064
|
var Divider_st_namespace = "Divider1494383449";
|
|
37178
37065
|
var Divider_st_classes = {"root":"Divider1494383449__root"};
|
|
37179
37066
|
var Divider_st_keyframes = {};
|
|
37067
|
+
var Divider_st_layers = {};
|
|
37180
37068
|
var Divider_st_stVars = {"MainColor":"color-5","MainWidth":"1","MainDividerColor":"--overridable","MainDividerWidth":"--overridable"};
|
|
37181
37069
|
var Divider_st_vars = {};
|
|
37182
37070
|
var Divider_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Divider_st_namespace);
|
|
@@ -37195,11 +37083,8 @@ const Divider = (props) => {
|
|
|
37195
37083
|
//# sourceMappingURL=Divider.js.map
|
|
37196
37084
|
;// CONCATENATED MODULE: ./assets/icons/Close.svg
|
|
37197
37085
|
var _path;
|
|
37198
|
-
|
|
37199
37086
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
37200
37087
|
|
|
37201
|
-
|
|
37202
|
-
|
|
37203
37088
|
var SvgClose = function SvgClose(props) {
|
|
37204
37089
|
return /*#__PURE__*/external_React_.createElement("svg", _extends({
|
|
37205
37090
|
width: 24,
|
|
@@ -37212,7 +37097,6 @@ var SvgClose = function SvgClose(props) {
|
|
|
37212
37097
|
fillRule: "evenodd"
|
|
37213
37098
|
})));
|
|
37214
37099
|
};
|
|
37215
|
-
|
|
37216
37100
|
/* harmony default export */ var Close = (SvgClose);
|
|
37217
37101
|
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-tpa/dist/es/src/components/Button/types.js
|
|
37218
37102
|
var ButtonPriority;
|
|
@@ -37230,8 +37114,8 @@ var ButtonSize;
|
|
|
37230
37114
|
ButtonSize["large"] = "large";
|
|
37231
37115
|
})(ButtonSize || (ButtonSize = {}));
|
|
37232
37116
|
//# sourceMappingURL=types.js.map
|
|
37233
|
-
// EXTERNAL MODULE: ../../../node_modules/
|
|
37234
|
-
var classnames = __webpack_require__(
|
|
37117
|
+
// EXTERNAL MODULE: ../../../node_modules/classnames/index.js
|
|
37118
|
+
var classnames = __webpack_require__(841);
|
|
37235
37119
|
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
|
37236
37120
|
// EXTERNAL MODULE: ../../../node_modules/wix-ui-tpa/dist/es/src/components/Button/Button.st.css
|
|
37237
37121
|
var Button_st = __webpack_require__(5132);
|
|
@@ -37321,7 +37205,7 @@ function __generator(thisArg, body) {
|
|
|
37321
37205
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
37322
37206
|
function step(op) {
|
|
37323
37207
|
if (f) throw new TypeError("Generator is already executing.");
|
|
37324
|
-
while (_) try {
|
|
37208
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
37325
37209
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
37326
37210
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
37327
37211
|
switch (op[0]) {
|
|
@@ -37682,9 +37566,6 @@ var withFocusable = function (Component) {
|
|
|
37682
37566
|
});
|
|
37683
37567
|
};
|
|
37684
37568
|
//# sourceMappingURL=FocusableHOC.js.map
|
|
37685
|
-
// EXTERNAL MODULE: ../../../node_modules/classnames/index.js
|
|
37686
|
-
var node_modules_classnames = __webpack_require__(841);
|
|
37687
|
-
var node_modules_classnames_default = /*#__PURE__*/__webpack_require__.n(node_modules_classnames);
|
|
37688
37569
|
// EXTERNAL MODULE: ../../../node_modules/wix-ui-core/dist/es/src/components/button-next/button-next.st.css
|
|
37689
37570
|
var button_next_st = __webpack_require__(4954);
|
|
37690
37571
|
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-core/dist/es/src/components/button-next/constants.js
|
|
@@ -37704,7 +37585,7 @@ var dataHooks;
|
|
|
37704
37585
|
var _addAffix = function (Affix, styleClass, dataHook) {
|
|
37705
37586
|
return Affix &&
|
|
37706
37587
|
external_React_.cloneElement(Affix, {
|
|
37707
|
-
className:
|
|
37588
|
+
className: classnames_default()(button_next_st.classes[styleClass], Affix.props.className),
|
|
37708
37589
|
'data-hook': Affix.props['data-hook'] || Affix.props.dataHook || dataHook,
|
|
37709
37590
|
});
|
|
37710
37591
|
};
|
|
@@ -37841,256 +37722,6 @@ ButtonComponent.defaultProps = {
|
|
|
37841
37722
|
};
|
|
37842
37723
|
const Button = external_React_.forwardRef((props, ref) => (external_React_.createElement(ButtonComponent, Object.assign({}, props, { innerRef: ref }))));
|
|
37843
37724
|
//# sourceMappingURL=Button.js.map
|
|
37844
|
-
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/tslib/tslib.es6.js
|
|
37845
|
-
/******************************************************************************
|
|
37846
|
-
Copyright (c) Microsoft Corporation.
|
|
37847
|
-
|
|
37848
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
37849
|
-
purpose with or without fee is hereby granted.
|
|
37850
|
-
|
|
37851
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
37852
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37853
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
37854
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
37855
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
37856
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
37857
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
37858
|
-
***************************************************************************** */
|
|
37859
|
-
/* global Reflect, Promise */
|
|
37860
|
-
|
|
37861
|
-
var tslib_es6_extendStatics = function(d, b) {
|
|
37862
|
-
tslib_es6_extendStatics = Object.setPrototypeOf ||
|
|
37863
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
37864
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
37865
|
-
return tslib_es6_extendStatics(d, b);
|
|
37866
|
-
};
|
|
37867
|
-
|
|
37868
|
-
function tslib_es6_extends(d, b) {
|
|
37869
|
-
if (typeof b !== "function" && b !== null)
|
|
37870
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
37871
|
-
tslib_es6_extendStatics(d, b);
|
|
37872
|
-
function __() { this.constructor = d; }
|
|
37873
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
37874
|
-
}
|
|
37875
|
-
|
|
37876
|
-
var tslib_es6_assign = function() {
|
|
37877
|
-
tslib_es6_assign = Object.assign || function __assign(t) {
|
|
37878
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
37879
|
-
s = arguments[i];
|
|
37880
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
37881
|
-
}
|
|
37882
|
-
return t;
|
|
37883
|
-
}
|
|
37884
|
-
return tslib_es6_assign.apply(this, arguments);
|
|
37885
|
-
}
|
|
37886
|
-
|
|
37887
|
-
function tslib_tslib_es6_rest(s, e) {
|
|
37888
|
-
var t = {};
|
|
37889
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
37890
|
-
t[p] = s[p];
|
|
37891
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
37892
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
37893
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
37894
|
-
t[p[i]] = s[p[i]];
|
|
37895
|
-
}
|
|
37896
|
-
return t;
|
|
37897
|
-
}
|
|
37898
|
-
|
|
37899
|
-
function tslib_es6_decorate(decorators, target, key, desc) {
|
|
37900
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
37901
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
37902
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
37903
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
37904
|
-
}
|
|
37905
|
-
|
|
37906
|
-
function tslib_es6_param(paramIndex, decorator) {
|
|
37907
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
37908
|
-
}
|
|
37909
|
-
|
|
37910
|
-
function tslib_es6_metadata(metadataKey, metadataValue) {
|
|
37911
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
37912
|
-
}
|
|
37913
|
-
|
|
37914
|
-
function tslib_es6_awaiter(thisArg, _arguments, P, generator) {
|
|
37915
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
37916
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
37917
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
37918
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
37919
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
37920
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
37921
|
-
});
|
|
37922
|
-
}
|
|
37923
|
-
|
|
37924
|
-
function tslib_es6_generator(thisArg, body) {
|
|
37925
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
37926
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
37927
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
37928
|
-
function step(op) {
|
|
37929
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
37930
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
37931
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
37932
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
37933
|
-
switch (op[0]) {
|
|
37934
|
-
case 0: case 1: t = op; break;
|
|
37935
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
37936
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
37937
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
37938
|
-
default:
|
|
37939
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
37940
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
37941
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
37942
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
37943
|
-
if (t[2]) _.ops.pop();
|
|
37944
|
-
_.trys.pop(); continue;
|
|
37945
|
-
}
|
|
37946
|
-
op = body.call(thisArg, _);
|
|
37947
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
37948
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
37949
|
-
}
|
|
37950
|
-
}
|
|
37951
|
-
|
|
37952
|
-
var tslib_es6_createBinding = Object.create ? (function(o, m, k, k2) {
|
|
37953
|
-
if (k2 === undefined) k2 = k;
|
|
37954
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
37955
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
37956
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
37957
|
-
}
|
|
37958
|
-
Object.defineProperty(o, k2, desc);
|
|
37959
|
-
}) : (function(o, m, k, k2) {
|
|
37960
|
-
if (k2 === undefined) k2 = k;
|
|
37961
|
-
o[k2] = m[k];
|
|
37962
|
-
});
|
|
37963
|
-
|
|
37964
|
-
function tslib_es6_exportStar(m, o) {
|
|
37965
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) tslib_es6_createBinding(o, m, p);
|
|
37966
|
-
}
|
|
37967
|
-
|
|
37968
|
-
function tslib_es6_values(o) {
|
|
37969
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
37970
|
-
if (m) return m.call(o);
|
|
37971
|
-
if (o && typeof o.length === "number") return {
|
|
37972
|
-
next: function () {
|
|
37973
|
-
if (o && i >= o.length) o = void 0;
|
|
37974
|
-
return { value: o && o[i++], done: !o };
|
|
37975
|
-
}
|
|
37976
|
-
};
|
|
37977
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
37978
|
-
}
|
|
37979
|
-
|
|
37980
|
-
function tslib_es6_read(o, n) {
|
|
37981
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
37982
|
-
if (!m) return o;
|
|
37983
|
-
var i = m.call(o), r, ar = [], e;
|
|
37984
|
-
try {
|
|
37985
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
37986
|
-
}
|
|
37987
|
-
catch (error) { e = { error: error }; }
|
|
37988
|
-
finally {
|
|
37989
|
-
try {
|
|
37990
|
-
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
37991
|
-
}
|
|
37992
|
-
finally { if (e) throw e.error; }
|
|
37993
|
-
}
|
|
37994
|
-
return ar;
|
|
37995
|
-
}
|
|
37996
|
-
|
|
37997
|
-
/** @deprecated */
|
|
37998
|
-
function tslib_es6_spread() {
|
|
37999
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
38000
|
-
ar = ar.concat(tslib_es6_read(arguments[i]));
|
|
38001
|
-
return ar;
|
|
38002
|
-
}
|
|
38003
|
-
|
|
38004
|
-
/** @deprecated */
|
|
38005
|
-
function tslib_es6_spreadArrays() {
|
|
38006
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
38007
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
38008
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
38009
|
-
r[k] = a[j];
|
|
38010
|
-
return r;
|
|
38011
|
-
}
|
|
38012
|
-
|
|
38013
|
-
function tslib_es6_spreadArray(to, from, pack) {
|
|
38014
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
38015
|
-
if (ar || !(i in from)) {
|
|
38016
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
38017
|
-
ar[i] = from[i];
|
|
38018
|
-
}
|
|
38019
|
-
}
|
|
38020
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
38021
|
-
}
|
|
38022
|
-
|
|
38023
|
-
function tslib_es6_await(v) {
|
|
38024
|
-
return this instanceof tslib_es6_await ? (this.v = v, this) : new tslib_es6_await(v);
|
|
38025
|
-
}
|
|
38026
|
-
|
|
38027
|
-
function tslib_es6_asyncGenerator(thisArg, _arguments, generator) {
|
|
38028
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
38029
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
38030
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
38031
|
-
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
38032
|
-
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
38033
|
-
function step(r) { r.value instanceof tslib_es6_await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
38034
|
-
function fulfill(value) { resume("next", value); }
|
|
38035
|
-
function reject(value) { resume("throw", value); }
|
|
38036
|
-
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
38037
|
-
}
|
|
38038
|
-
|
|
38039
|
-
function tslib_es6_asyncDelegator(o) {
|
|
38040
|
-
var i, p;
|
|
38041
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
38042
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: tslib_es6_await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
38043
|
-
}
|
|
38044
|
-
|
|
38045
|
-
function tslib_es6_asyncValues(o) {
|
|
38046
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
38047
|
-
var m = o[Symbol.asyncIterator], i;
|
|
38048
|
-
return m ? m.call(o) : (o = typeof tslib_es6_values === "function" ? tslib_es6_values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
38049
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
38050
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
38051
|
-
}
|
|
38052
|
-
|
|
38053
|
-
function tslib_es6_makeTemplateObject(cooked, raw) {
|
|
38054
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
38055
|
-
return cooked;
|
|
38056
|
-
};
|
|
38057
|
-
|
|
38058
|
-
var tslib_es6_setModuleDefault = Object.create ? (function(o, v) {
|
|
38059
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
38060
|
-
}) : function(o, v) {
|
|
38061
|
-
o["default"] = v;
|
|
38062
|
-
};
|
|
38063
|
-
|
|
38064
|
-
function tslib_es6_importStar(mod) {
|
|
38065
|
-
if (mod && mod.__esModule) return mod;
|
|
38066
|
-
var result = {};
|
|
38067
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) tslib_es6_createBinding(result, mod, k);
|
|
38068
|
-
tslib_es6_setModuleDefault(result, mod);
|
|
38069
|
-
return result;
|
|
38070
|
-
}
|
|
38071
|
-
|
|
38072
|
-
function tslib_es6_importDefault(mod) {
|
|
38073
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
38074
|
-
}
|
|
38075
|
-
|
|
38076
|
-
function tslib_es6_classPrivateFieldGet(receiver, state, kind, f) {
|
|
38077
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
38078
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
38079
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
38080
|
-
}
|
|
38081
|
-
|
|
38082
|
-
function tslib_es6_classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
38083
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
38084
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
38085
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
38086
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
38087
|
-
}
|
|
38088
|
-
|
|
38089
|
-
function tslib_es6_classPrivateFieldIn(state, receiver) {
|
|
38090
|
-
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
|
|
38091
|
-
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
38092
|
-
}
|
|
38093
|
-
|
|
38094
37725
|
// EXTERNAL MODULE: ../../../node_modules/prop-types/index.js
|
|
38095
37726
|
var prop_types = __webpack_require__(216);
|
|
38096
37727
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
@@ -38112,6 +37743,7 @@ const WixStyleReactContext = external_React_default().createContext({
|
|
|
38112
37743
|
var typography_st_namespace = "typography37349603";
|
|
38113
37744
|
var typography_st_classes = {"root":"typography37349603__root"};
|
|
38114
37745
|
var typography_st_keyframes = {};
|
|
37746
|
+
var typography_st_layers = {};
|
|
38115
37747
|
var typography_st_stVars = {};
|
|
38116
37748
|
var typography_st_vars = {"wsr-font-family":"--typography37349603-wsr-font-family","wsr-font-weight-regular":"--typography37349603-wsr-font-weight-regular","wsr-font-weight-medium":"--typography37349603-wsr-font-weight-medium","wsr-font-weight-bold":"--typography37349603-wsr-font-weight-bold","wsr-text-font-size-tiny":"--typography37349603-wsr-text-font-size-tiny","wsr-text-font-size-small":"--typography37349603-wsr-text-font-size-small","wsr-text-font-size-medium":"--typography37349603-wsr-text-font-size-medium","wsr-text-line-height-tiny":"--typography37349603-wsr-text-line-height-tiny","wsr-text-line-height-small":"--typography37349603-wsr-text-line-height-small","wsr-text-line-height-medium":"--typography37349603-wsr-text-line-height-medium","wsr-heading-font-size-h1":"--typography37349603-wsr-heading-font-size-h1","wsr-heading-font-size-h2":"--typography37349603-wsr-heading-font-size-h2","wsr-heading-font-size-h3":"--typography37349603-wsr-heading-font-size-h3","wsr-heading-font-size-h4":"--typography37349603-wsr-heading-font-size-h4","wsr-heading-font-size-h5":"--typography37349603-wsr-heading-font-size-h5","wsr-heading-font-size-h6":"--typography37349603-wsr-heading-font-size-h6","wsr-heading-font-size-xl":"--typography37349603-wsr-heading-font-size-xl","wsr-heading-font-size-l":"--typography37349603-wsr-heading-font-size-l","wsr-heading-font-size-m":"--typography37349603-wsr-heading-font-size-m","wsr-heading-font-size-s":"--typography37349603-wsr-heading-font-size-s","wsr-heading-font-size-t":"--typography37349603-wsr-heading-font-size-t","wsr-heading-font-size-xt":"--typography37349603-wsr-heading-font-size-xt","wsr-heading-line-height-h1":"--typography37349603-wsr-heading-line-height-h1","wsr-heading-line-height-h2":"--typography37349603-wsr-heading-line-height-h2","wsr-heading-line-height-h3":"--typography37349603-wsr-heading-line-height-h3","wsr-heading-line-height-h4":"--typography37349603-wsr-heading-line-height-h4","wsr-heading-line-height-h5":"--typography37349603-wsr-heading-line-height-h5","wsr-heading-line-height-h6":"--typography37349603-wsr-heading-line-height-h6","wsr-heading-line-height-xl":"--typography37349603-wsr-heading-line-height-xl","wsr-heading-line-height-l":"--typography37349603-wsr-heading-line-height-l","wsr-heading-line-height-m":"--typography37349603-wsr-heading-line-height-m","wsr-heading-line-height-s":"--typography37349603-wsr-heading-line-height-s","wsr-heading-line-height-t":"--typography37349603-wsr-heading-line-height-t","wsr-heading-line-height-xt":"--typography37349603-wsr-heading-line-height-xt","wsr-caption-font-size-1":"--typography37349603-wsr-caption-font-size-1","wsr-caption-line-height-1":"--typography37349603-wsr-caption-line-height-1"};
|
|
38117
37749
|
var typography_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, typography_st_namespace);
|
|
@@ -38126,6 +37758,7 @@ if(false /* HMR */) {}
|
|
|
38126
37758
|
var newColorsBranding_st_namespace = "newColorsBranding187744379";
|
|
38127
37759
|
var newColorsBranding_st_classes = {"root":"newColorsBranding187744379__root"};
|
|
38128
37760
|
var newColorsBranding_st_keyframes = {};
|
|
37761
|
+
var newColorsBranding_st_layers = {};
|
|
38129
37762
|
var newColorsBranding_st_stVars = {};
|
|
38130
37763
|
var newColorsBranding_st_vars = {"wsr-color-D10":"--wsr-color-D10","wsr-color-D20":"--wsr-color-D20","wsr-color-D30":"--wsr-color-D30","wsr-color-D40":"--wsr-color-D40","wsr-color-D50":"--wsr-color-D50","wsr-color-D55":"--wsr-color-D55","wsr-color-D60":"--wsr-color-D60","wsr-color-D70":"--wsr-color-D70","wsr-color-D80":"--wsr-color-D80","wsr-color-B00":"--wsr-color-B00","wsr-color-B05":"--wsr-color-B05","wsr-color-B10":"--wsr-color-B10","wsr-color-B20":"--wsr-color-B20","wsr-color-B30":"--wsr-color-B30","wsr-color-B40":"--wsr-color-B40","wsr-color-B50":"--wsr-color-B50","wsr-color-B60":"--wsr-color-B60","wsr-color-R00":"--wsr-color-R00","wsr-color-R05":"--wsr-color-R05","wsr-color-R10":"--wsr-color-R10","wsr-color-R20":"--wsr-color-R20","wsr-color-R30":"--wsr-color-R30","wsr-color-R40":"--wsr-color-R40","wsr-color-R50":"--wsr-color-R50","wsr-color-R60":"--wsr-color-R60","wsr-color-P00":"--wsr-color-P00","wsr-color-P05":"--wsr-color-P05","wsr-color-P10":"--wsr-color-P10","wsr-color-P20":"--wsr-color-P20","wsr-color-P30":"--wsr-color-P30","wsr-color-P40":"--wsr-color-P40","wsr-color-P50":"--wsr-color-P50","wsr-color-P60":"--wsr-color-P60","wsr-color-G00":"--wsr-color-G00","wsr-color-G05":"--wsr-color-G05","wsr-color-G10":"--wsr-color-G10","wsr-color-G20":"--wsr-color-G20","wsr-color-G30":"--wsr-color-G30","wsr-color-G40":"--wsr-color-G40","wsr-color-G50":"--wsr-color-G50","wsr-color-G60":"--wsr-color-G60","wsr-color-Y00":"--wsr-color-Y00","wsr-color-Y05":"--wsr-color-Y05","wsr-color-Y10":"--wsr-color-Y10","wsr-color-Y20":"--wsr-color-Y20","wsr-color-Y30":"--wsr-color-Y30","wsr-color-Y40":"--wsr-color-Y40","wsr-color-Y50":"--wsr-color-Y50","wsr-color-Y60":"--wsr-color-Y60","wsr-color-O00":"--wsr-color-O00","wsr-color-O10":"--wsr-color-O10","wsr-color-O20":"--wsr-color-O20","wsr-color-F00":"--wsr-color-F00","wsr-color-A1":"--wsr-color-A1","wsr-color-A2":"--wsr-color-A2","wsr-color-A3":"--wsr-color-A3","wsr-color-A4":"--wsr-color-A4","wsr-color-A5":"--wsr-color-A5","wsr-color-A6":"--wsr-color-A6","wsr-color-B1":"--wsr-color-B1","wsr-color-B2":"--wsr-color-B2","wsr-color-B3":"--wsr-color-B3","wsr-color-B4":"--wsr-color-B4","wsr-color-C1":"--wsr-color-C1","wsr-color-C2":"--wsr-color-C2","wsr-color-C3":"--wsr-color-C3","wsr-color-C4":"--wsr-color-C4","wsr-color-D10-03":"--wsr-color-D10-03","wsr-color-D10-05":"--wsr-color-D10-05","wsr-color-D10-06":"--wsr-color-D10-06","wsr-color-D10-10":"--wsr-color-D10-10","wsr-color-D10-12":"--wsr-color-D10-12","wsr-color-D10-18":"--wsr-color-D10-18","wsr-color-D10-20":"--wsr-color-D10-20","wsr-color-D10-24":"--wsr-color-D10-24","wsr-color-D10-30":"--wsr-color-D10-30","wsr-color-D10-36":"--wsr-color-D10-36","wsr-color-D10-42":"--wsr-color-D10-42","wsr-color-D10-66":"--wsr-color-D10-66","wsr-color-D10-90":"--wsr-color-D10-90","wsr-color-D10-96":"--wsr-color-D10-96","wsr-color-D20-48":"--wsr-color-D20-48","wsr-color-D20-54":"--wsr-color-D20-54","wsr-color-D20-60":"--wsr-color-D20-60","wsr-color-D20-72":"--wsr-color-D20-72","wsr-color-D40-20":"--wsr-color-D40-20","wsr-color-D80-10":"--wsr-color-D80-10","wsr-color-D80-20":"--wsr-color-D80-20","wsr-color-D80-30":"--wsr-color-D80-30","wsr-color-D80-48":"--wsr-color-D80-48","wsr-color-D80-50":"--wsr-color-D80-50","wsr-color-D80-60":"--wsr-color-D80-60","wsr-color-D80-70":"--wsr-color-D80-70","wsr-color-B00-24":"--wsr-color-B00-24","wsr-color-B00-42":"--wsr-color-B00-42","wsr-color-B00-48":"--wsr-color-B00-48","wsr-color-B10-18":"--newColorsBranding187744379-wsr-color-B10-18"};
|
|
38131
37764
|
var newColorsBranding_st_cssStates = /* INJECT */ {__stc__:true};
|
|
@@ -38142,6 +37775,7 @@ var colors_st = __webpack_require__(5443);
|
|
|
38142
37775
|
var madefor_st_namespace = "madefor1696877983";
|
|
38143
37776
|
var madefor_st_classes = {"root":"madefor1696877983__root","madefor":"madefor1696877983__madefor"};
|
|
38144
37777
|
var madefor_st_keyframes = {};
|
|
37778
|
+
var madefor_st_layers = {};
|
|
38145
37779
|
var madefor_st_stVars = {};
|
|
38146
37780
|
var madefor_st_vars = {"wix-font-stack":"--wix-font-stack","wix-font-weight-regular":"--wix-font-weight-regular","wix-font-weight-medium":"--wix-font-weight-medium","wix-font-weight-bold":"--wix-font-weight-bold","wix-font-weight-xbold":"--wix-font-weight-xbold"};
|
|
38147
37781
|
var madefor_st_cssStates = /* INJECT */ {__stc__:true};
|
|
@@ -38162,7 +37796,7 @@ if(false /* HMR */) {}
|
|
|
38162
37796
|
|
|
38163
37797
|
/** Wix Style React Provider */
|
|
38164
37798
|
const WixStyleReactProvider = (_a) => {
|
|
38165
|
-
var { dataHook, className, as, children, features, typographyClass } = _a, rest =
|
|
37799
|
+
var { dataHook, className, as, children, features, typographyClass } = _a, rest = tslib_es6_rest(_a, ["dataHook", "className", "as", "children", "features", "typographyClass"]);
|
|
38166
37800
|
return (external_React_default().createElement(WixStyleReactContext.Provider, { value: Object.assign({ newBrandingClass: features[featuresMap.newColorsBranding] &&
|
|
38167
37801
|
newColorsBranding_st_classes.root }, features) }, external_React_default().createElement(as, Object.assign(Object.assign({}, rest), { 'data-hook': dataHook, className: typography_st_st(typography_st_classes.root, typographyClass, className, features[featuresMap.newColorsBranding]
|
|
38168
37802
|
? newColorsBranding_st_classes.root
|
|
@@ -38237,9 +37871,9 @@ const getStyleDataAttributes = styleAttributes => Object.keys(styleAttributes).r
|
|
|
38237
37871
|
return acc;
|
|
38238
37872
|
}, {});
|
|
38239
37873
|
const RawText = external_React_default().forwardRef((_a, ref) => {
|
|
38240
|
-
var { size, secondary, skin, light, weight, tagName, children, ellipsis, showDelay, hideDelay, appendTo, flip, fixed, placement, timeout, maxWidth, zIndex, showTooltip, listStyle, id, widows } = _a, rest =
|
|
37874
|
+
var { size, secondary, skin, light, weight, tagName, children, ellipsis, showDelay, hideDelay, appendTo, flip, fixed, placement, timeout, maxWidth, zIndex, showTooltip, listStyle, id, widows } = _a, rest = tslib_es6_rest(_a, ["size", "secondary", "skin", "light", "weight", "tagName", "children", "ellipsis", "showDelay", "hideDelay", "appendTo", "flip", "fixed", "placement", "timeout", "maxWidth", "zIndex", "showTooltip", "listStyle", "id", "widows"]);
|
|
38241
37875
|
/* eslint-disable no-unused-vars */
|
|
38242
|
-
const { dataHook, className } = rest, textProps =
|
|
37876
|
+
const { dataHook, className } = rest, textProps = tslib_es6_rest(rest, ["dataHook", "className"]);
|
|
38243
37877
|
const styleAttributes = {
|
|
38244
37878
|
size,
|
|
38245
37879
|
secondary,
|
|
@@ -38318,7 +37952,7 @@ RawText.defaultProps = {
|
|
|
38318
37952
|
* @returns {{ellipsisProps: *, componentProps: *}}
|
|
38319
37953
|
*/
|
|
38320
37954
|
const extractEllipsisProps = (_a) => {
|
|
38321
|
-
var { appendTo, disabled, ellipsis, enterDelay, exitDelay, fixed, flip, maxWidth, moveArrowTo, onHide, onShow, placement, showTooltip, textAlign, zIndex, maxLines } = _a, componentProps =
|
|
37955
|
+
var { appendTo, disabled, ellipsis, enterDelay, exitDelay, fixed, flip, maxWidth, moveArrowTo, onHide, onShow, placement, showTooltip, textAlign, zIndex, maxLines } = _a, componentProps = tslib_es6_rest(_a, ["appendTo", "disabled", "ellipsis", "enterDelay", "exitDelay", "fixed", "flip", "maxWidth", "moveArrowTo", "onHide", "onShow", "placement", "showTooltip", "textAlign", "zIndex", "maxLines"]);
|
|
38322
37956
|
return {
|
|
38323
37957
|
ellipsisProps: {
|
|
38324
37958
|
appendTo,
|
|
@@ -38354,6 +37988,7 @@ var shallowequal_default = /*#__PURE__*/__webpack_require__.n(shallowequal);
|
|
|
38354
37988
|
var Ellipsis_st_namespace = "Ellipsis910067143";
|
|
38355
37989
|
var Ellipsis_st_classes = {"root":"Ellipsis910067143__root","text":"Ellipsis910067143__text","tooltip":"Ellipsis910067143__tooltip"};
|
|
38356
37990
|
var Ellipsis_st_keyframes = {};
|
|
37991
|
+
var Ellipsis_st_layers = {};
|
|
38357
37992
|
var Ellipsis_st_stVars = {};
|
|
38358
37993
|
var Ellipsis_st_vars = {"maxLines":"--Ellipsis910067143-maxLines"};
|
|
38359
37994
|
var Ellipsis_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Ellipsis_st_namespace);
|
|
@@ -38382,39 +38017,35 @@ const ReactPortal = ({ children, node, }) => {
|
|
|
38382
38017
|
};
|
|
38383
38018
|
/* harmony default export */ var ReactPortal_ReactPortal = (ReactPortal);
|
|
38384
38019
|
//# sourceMappingURL=ReactPortal.js.map
|
|
38385
|
-
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
38020
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
38386
38021
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
38387
38022
|
if (source == null) return {};
|
|
38388
38023
|
var target = {};
|
|
38389
38024
|
var sourceKeys = Object.keys(source);
|
|
38390
38025
|
var key, i;
|
|
38391
|
-
|
|
38392
38026
|
for (i = 0; i < sourceKeys.length; i++) {
|
|
38393
38027
|
key = sourceKeys[i];
|
|
38394
38028
|
if (excluded.indexOf(key) >= 0) continue;
|
|
38395
38029
|
target[key] = source[key];
|
|
38396
38030
|
}
|
|
38397
|
-
|
|
38398
38031
|
return target;
|
|
38399
38032
|
}
|
|
38400
|
-
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/extends.js
|
|
38033
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/node_modules/@babel/runtime/helpers/esm/extends.js
|
|
38401
38034
|
function extends_extends() {
|
|
38402
38035
|
extends_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
38403
38036
|
for (var i = 1; i < arguments.length; i++) {
|
|
38404
38037
|
var source = arguments[i];
|
|
38405
|
-
|
|
38406
38038
|
for (var key in source) {
|
|
38407
38039
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
38408
38040
|
target[key] = source[key];
|
|
38409
38041
|
}
|
|
38410
38042
|
}
|
|
38411
38043
|
}
|
|
38412
|
-
|
|
38413
38044
|
return target;
|
|
38414
38045
|
};
|
|
38415
38046
|
return extends_extends.apply(this, arguments);
|
|
38416
38047
|
}
|
|
38417
|
-
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
38048
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
38418
38049
|
function _setPrototypeOf(o, p) {
|
|
38419
38050
|
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
38420
38051
|
o.__proto__ = p;
|
|
@@ -38422,22 +38053,21 @@ function _setPrototypeOf(o, p) {
|
|
|
38422
38053
|
};
|
|
38423
38054
|
return _setPrototypeOf(o, p);
|
|
38424
38055
|
}
|
|
38425
|
-
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
38056
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
38426
38057
|
|
|
38427
38058
|
function _inheritsLoose(subClass, superClass) {
|
|
38428
38059
|
subClass.prototype = Object.create(superClass.prototype);
|
|
38429
38060
|
subClass.prototype.constructor = subClass;
|
|
38430
38061
|
_setPrototypeOf(subClass, superClass);
|
|
38431
38062
|
}
|
|
38432
|
-
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
38063
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
38433
38064
|
function _assertThisInitialized(self) {
|
|
38434
38065
|
if (self === void 0) {
|
|
38435
38066
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
38436
38067
|
}
|
|
38437
|
-
|
|
38438
38068
|
return self;
|
|
38439
38069
|
}
|
|
38440
|
-
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
38070
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
38441
38071
|
function defineProperty_defineProperty(obj, key, value) {
|
|
38442
38072
|
if (key in obj) {
|
|
38443
38073
|
Object.defineProperty(obj, key, {
|
|
@@ -38449,7 +38079,6 @@ function defineProperty_defineProperty(obj, key, value) {
|
|
|
38449
38079
|
} else {
|
|
38450
38080
|
obj[key] = value;
|
|
38451
38081
|
}
|
|
38452
|
-
|
|
38453
38082
|
return obj;
|
|
38454
38083
|
}
|
|
38455
38084
|
// EXTERNAL MODULE: ../../../node_modules/deep-equal/index.js
|
|
@@ -41076,7 +40705,7 @@ Popper.Defaults = Defaults;
|
|
|
41076
40705
|
// EXTERNAL MODULE: ../../../node_modules/@hypnosphi/create-react-context/lib/index.js
|
|
41077
40706
|
var create_react_context_lib = __webpack_require__(9218);
|
|
41078
40707
|
var lib_default = /*#__PURE__*/__webpack_require__.n(create_react_context_lib);
|
|
41079
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-popper/lib/esm/Manager.js
|
|
40708
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/lib/esm/Manager.js
|
|
41080
40709
|
|
|
41081
40710
|
|
|
41082
40711
|
|
|
@@ -41130,7 +40759,7 @@ function (_React$Component) {
|
|
|
41130
40759
|
}(external_React_.Component);
|
|
41131
40760
|
|
|
41132
40761
|
|
|
41133
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-popper/lib/esm/utils.js
|
|
40762
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/lib/esm/utils.js
|
|
41134
40763
|
/**
|
|
41135
40764
|
* Takes an argument and if it's an array, returns the first item in the array,
|
|
41136
40765
|
* otherwise returns the argument. Used for Preact compatibility.
|
|
@@ -41188,7 +40817,7 @@ var setRef = function setRef(ref, node) {
|
|
|
41188
40817
|
ref.current = node;
|
|
41189
40818
|
}
|
|
41190
40819
|
};
|
|
41191
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-popper/lib/esm/Popper.js
|
|
40820
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/lib/esm/Popper.js
|
|
41192
40821
|
|
|
41193
40822
|
|
|
41194
40823
|
|
|
@@ -41391,7 +41020,7 @@ function Popper_Popper(_ref) {
|
|
|
41391
41020
|
// EXTERNAL MODULE: ../../../node_modules/warning/warning.js
|
|
41392
41021
|
var warning = __webpack_require__(5719);
|
|
41393
41022
|
var warning_default = /*#__PURE__*/__webpack_require__.n(warning);
|
|
41394
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-popper/lib/esm/Reference.js
|
|
41023
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/node_modules/react-popper/lib/esm/Reference.js
|
|
41395
41024
|
|
|
41396
41025
|
|
|
41397
41026
|
|
|
@@ -41446,6 +41075,49 @@ function Reference(props) {
|
|
|
41446
41075
|
}, props));
|
|
41447
41076
|
});
|
|
41448
41077
|
}
|
|
41078
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/extends.js
|
|
41079
|
+
function esm_extends_extends() {
|
|
41080
|
+
esm_extends_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
41081
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
41082
|
+
var source = arguments[i];
|
|
41083
|
+
for (var key in source) {
|
|
41084
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
41085
|
+
target[key] = source[key];
|
|
41086
|
+
}
|
|
41087
|
+
}
|
|
41088
|
+
}
|
|
41089
|
+
return target;
|
|
41090
|
+
};
|
|
41091
|
+
return esm_extends_extends.apply(this, arguments);
|
|
41092
|
+
}
|
|
41093
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
41094
|
+
function objectWithoutPropertiesLoose_objectWithoutPropertiesLoose(source, excluded) {
|
|
41095
|
+
if (source == null) return {};
|
|
41096
|
+
var target = {};
|
|
41097
|
+
var sourceKeys = Object.keys(source);
|
|
41098
|
+
var key, i;
|
|
41099
|
+
for (i = 0; i < sourceKeys.length; i++) {
|
|
41100
|
+
key = sourceKeys[i];
|
|
41101
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
41102
|
+
target[key] = source[key];
|
|
41103
|
+
}
|
|
41104
|
+
return target;
|
|
41105
|
+
}
|
|
41106
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
41107
|
+
function setPrototypeOf_setPrototypeOf(o, p) {
|
|
41108
|
+
setPrototypeOf_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
41109
|
+
o.__proto__ = p;
|
|
41110
|
+
return o;
|
|
41111
|
+
};
|
|
41112
|
+
return setPrototypeOf_setPrototypeOf(o, p);
|
|
41113
|
+
}
|
|
41114
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
41115
|
+
|
|
41116
|
+
function inheritsLoose_inheritsLoose(subClass, superClass) {
|
|
41117
|
+
subClass.prototype = Object.create(superClass.prototype);
|
|
41118
|
+
subClass.prototype.constructor = subClass;
|
|
41119
|
+
setPrototypeOf_setPrototypeOf(subClass, superClass);
|
|
41120
|
+
}
|
|
41449
41121
|
;// CONCATENATED MODULE: ../../../node_modules/react-transition-group/node_modules/dom-helpers/esm/hasClass.js
|
|
41450
41122
|
/**
|
|
41451
41123
|
* Checks if a given element has a CSS class.
|
|
@@ -41609,7 +41281,7 @@ var EXITING = 'exiting';
|
|
|
41609
41281
|
*/
|
|
41610
41282
|
|
|
41611
41283
|
var Transition = /*#__PURE__*/function (_React$Component) {
|
|
41612
|
-
|
|
41284
|
+
inheritsLoose_inheritsLoose(Transition, _React$Component);
|
|
41613
41285
|
|
|
41614
41286
|
function Transition(props, context) {
|
|
41615
41287
|
var _this;
|
|
@@ -41902,7 +41574,7 @@ var Transition = /*#__PURE__*/function (_React$Component) {
|
|
|
41902
41574
|
_onExiting = _this$props.onExiting,
|
|
41903
41575
|
_onExited = _this$props.onExited,
|
|
41904
41576
|
_nodeRef = _this$props.nodeRef,
|
|
41905
|
-
childProps =
|
|
41577
|
+
childProps = objectWithoutPropertiesLoose_objectWithoutPropertiesLoose(_this$props, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
|
|
41906
41578
|
|
|
41907
41579
|
return (
|
|
41908
41580
|
/*#__PURE__*/
|
|
@@ -42036,7 +41708,7 @@ var removeClass = function removeClass(node, classes) {
|
|
|
42036
41708
|
|
|
42037
41709
|
|
|
42038
41710
|
var CSSTransition = /*#__PURE__*/function (_React$Component) {
|
|
42039
|
-
|
|
41711
|
+
inheritsLoose_inheritsLoose(CSSTransition, _React$Component);
|
|
42040
41712
|
|
|
42041
41713
|
function CSSTransition() {
|
|
42042
41714
|
var _this;
|
|
@@ -42205,9 +41877,9 @@ var CSSTransition = /*#__PURE__*/function (_React$Component) {
|
|
|
42205
41877
|
_proto.render = function render() {
|
|
42206
41878
|
var _this$props = this.props,
|
|
42207
41879
|
_ = _this$props.classNames,
|
|
42208
|
-
props =
|
|
41880
|
+
props = objectWithoutPropertiesLoose_objectWithoutPropertiesLoose(_this$props, ["classNames"]);
|
|
42209
41881
|
|
|
42210
|
-
return /*#__PURE__*/external_React_default().createElement(esm_Transition,
|
|
41882
|
+
return /*#__PURE__*/external_React_default().createElement(esm_Transition, esm_extends_extends({}, props, {
|
|
42211
41883
|
onEnter: this.onEnter,
|
|
42212
41884
|
onEntered: this.onEntered,
|
|
42213
41885
|
onEntering: this.onEntering,
|
|
@@ -42941,7 +42613,7 @@ const ANIMATION_ENTER = 150;
|
|
|
42941
42613
|
const ANIMATION_EXIT = 100;
|
|
42942
42614
|
class Popover extends external_React_.PureComponent {
|
|
42943
42615
|
render() {
|
|
42944
|
-
const _a = this.props, { animate } = _a, rest =
|
|
42616
|
+
const _a = this.props, { animate } = _a, rest = tslib_es6_rest(_a, ["animate"]);
|
|
42945
42617
|
const timeout = animate
|
|
42946
42618
|
? { enter: ANIMATION_ENTER, exit: ANIMATION_EXIT }
|
|
42947
42619
|
: undefined;
|
|
@@ -43079,7 +42751,7 @@ var Tooltip_st = __webpack_require__(161);
|
|
|
43079
42751
|
|
|
43080
42752
|
|
|
43081
42753
|
const Tooltip = (0,external_React_.forwardRef)((_a, ref) => {
|
|
43082
|
-
var { onShow, onHide, size, className, placement, exitDelay, enterDelay, moveArrowTo, appendTo, flip, fixed, maxWidth, fluid, moveBy, disabled, children, zIndex, textAlign, content, 'aria-describedby': ariaDescribedBy } = _a, rest =
|
|
42754
|
+
var { onShow, onHide, size, className, placement, exitDelay, enterDelay, moveArrowTo, appendTo, flip, fixed, maxWidth, fluid, moveBy, disabled, children, zIndex, textAlign, content, 'aria-describedby': ariaDescribedBy } = _a, rest = tslib_es6_rest(_a, ["onShow", "onHide", "size", "className", "placement", "exitDelay", "enterDelay", "moveArrowTo", "appendTo", "flip", "fixed", "maxWidth", "fluid", "moveBy", "disabled", "children", "zIndex", "textAlign", "content", 'aria-describedby']);
|
|
43083
42755
|
const [shown, setShown] = (0,external_React_.useState)(false);
|
|
43084
42756
|
(0,external_React_.useImperativeHandle)(ref, () => ({ open, close }));
|
|
43085
42757
|
const open = (0,external_React_.useCallback)(() => {
|
|
@@ -43472,7 +43144,7 @@ Ellipsis.defaultProps = {
|
|
|
43472
43144
|
|
|
43473
43145
|
|
|
43474
43146
|
const TextWithEllipsis = (_a) => {
|
|
43475
|
-
var { className, tooltipProps } = _a, props =
|
|
43147
|
+
var { className, tooltipProps } = _a, props = tslib_es6_rest(_a, ["className", "tooltipProps"]);
|
|
43476
43148
|
const { ellipsisProps, componentProps } = extractEllipsisProps(props);
|
|
43477
43149
|
return (external_React_default().createElement(Ellipsis_Ellipsis, Object.assign({}, ellipsisProps, tooltipProps, { wrapperClassName: (0,Text_Text_st.st)(Text_Text_st.classes.root, {
|
|
43478
43150
|
size: props.size,
|
|
@@ -43570,6 +43242,7 @@ const generateDataAttr = (props, filter) => Object.entries(props)
|
|
|
43570
43242
|
var TextButton_st_namespace = "TextButton1392933090";
|
|
43571
43243
|
var TextButton_st_classes = {"root":"TextButton1392933090__root","text-tiny-thin":"typography356170310__text-tiny-thin","text-tiny-normal":"typography356170310__text-tiny-normal","text-small-thin":"typography356170310__text-small-thin","text-small-normal":"typography356170310__text-small-normal","text-medium-thin":"typography356170310__text-medium-thin","text-medium-normal":"typography356170310__text-medium-normal"};
|
|
43572
43244
|
var TextButton_st_keyframes = {};
|
|
43245
|
+
var TextButton_st_layers = {};
|
|
43573
43246
|
var TextButton_st_stVars = {};
|
|
43574
43247
|
var TextButton_st_vars = {};
|
|
43575
43248
|
var TextButton_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, TextButton_st_namespace);
|
|
@@ -43578,9 +43251,6 @@ var TextButton_st_st = /*#__PURE__*/ TextButton_st_style;
|
|
|
43578
43251
|
__webpack_require__.sti(TextButton_st_namespace, ".TextButton1392933090__root{color:var(--wsr-color-10, var(--wsr-color-B10, #3899EC));white-space:nowrap;background-color:transparent;border-color:transparent;text-decoration:none;border:0;border-radius:2px;transition-duration:100ms;transition-timing-function:linear;transition-property:background-color,color,border-color;outline:0;padding:0;height:24px;user-select:none}.TextButton1392933090__root:hover{color:var(--wsr-color-20, var(--wsr-color-B20, #4EB7F5))}.TextButton1392933090__root:active{color:var(--wsr-color-20, var(--wsr-color-B20, #4EB7F5))}.TextButton1392933090__root.ButtonCore435713522--disabled{color:var(--wsr-color-D10-30, rgba(22, 45, 61, 0.30))}.TextButton1392933090__root.Focusable3770787969--focus-visible{box-shadow:0 0 0 3px var(--wsr-color-F00, #AADBFC)}.TextButton1392933090__root.TextButton1392933090--ellipsis{max-width:100%}.TextButton1392933090__root.TextButton1392933090--fluid,.TextButton1392933090__root.TextButton1392933090--fluid .ButtonCore435713522__content{width:100%}.TextButton1392933090__root.TextButton1392933090---underline-7-onHover:hover,.TextButton1392933090__root.TextButton1392933090---underline-7-onHover:active{text-decoration:underline}.TextButton1392933090__root.TextButton1392933090---underline-7-onHover.ButtonCore435713522--disabled{text-decoration:none}.TextButton1392933090__root.TextButton1392933090---underline-6-always,.TextButton1392933090__root.TextButton1392933090---underline-6-always:hover,.TextButton1392933090__root.TextButton1392933090---underline-6-always:active,.TextButton1392933090__root.TextButton1392933090---underline-6-always.ButtonCore435713522--disabled{text-decoration:underline}.TextButton1392933090__root.TextButton1392933090---skin-7-premium{color:var(--wsr-color-P10, #AA4DC8)}.TextButton1392933090__root.TextButton1392933090---skin-7-premium:hover{color:var(--wsr-color-P20, #CD68ED)}.TextButton1392933090__root.TextButton1392933090---skin-7-premium:active{color:var(--wsr-color-P10, #AA4DC8)}.TextButton1392933090__root.TextButton1392933090---skin-7-premium.ButtonCore435713522--disabled{color:var(--wsr-color-D10-30, rgba(22, 45, 61, 0.30))}.TextButton1392933090__root.TextButton1392933090---skin-11-destructive{color:var(--wsr-color-R10, #EE5951)}.TextButton1392933090__root.TextButton1392933090---skin-11-destructive:hover{color:var(--wsr-color-R20, #FF6666)}.TextButton1392933090__root.TextButton1392933090---skin-11-destructive:active{color:var(--wsr-color-R10, #EE5951)}.TextButton1392933090__root.TextButton1392933090---skin-11-destructive.ButtonCore435713522--disabled{color:var(--wsr-color-D10-30, rgba(22, 45, 61, 0.30))}.TextButton1392933090__root.TextButton1392933090---skin-5-light{color:var(--wsr-color-D80, #FFFFFF)}.TextButton1392933090__root.TextButton1392933090---skin-5-light:hover{color:var(--wsr-color-D80, #FFFFFF)}.TextButton1392933090__root.TextButton1392933090---skin-5-light:active{color:var(--wsr-color-D80, #FFFFFF)}.TextButton1392933090__root.TextButton1392933090---skin-5-light.ButtonCore435713522--disabled{color:var(--wsr-color-D80-70, rgba(255, 255, 255, 0.70))}.TextButton1392933090__root.TextButton1392933090---skin-4-dark{color:var(--wsr-color-D10, #162D3D)}.TextButton1392933090__root.TextButton1392933090---skin-4-dark:hover{color:var(--wsr-color-D20, #32536A)}.TextButton1392933090__root.TextButton1392933090---skin-4-dark:active{color:var(--wsr-color-D10, #162D3D)}.TextButton1392933090__root.TextButton1392933090---skin-4-dark.ButtonCore435713522--disabled{color:var(--wsr-color-D10-30, rgba(22, 45, 61, 0.30))}.TextButton1392933090__root.TextButton1392933090---size-6-medium.TextButton1392933090---weight-4-thin{font-family:var(--typography37349603-wsr-font-family, Madefor,\"Helvetica Neue\",Helvetica,Arial,\"\\30E1\\30A4\\30EA\\30AA\",\"meiryo\",\"\\30D2\\30E9\\30AE\\30CE\\89D2\\30B4 pro w3\",\"hiragino kaku gothic pro\", sans-serif);font-size:var(--typography37349603-wsr-text-font-size-medium, 16px);font-weight:var(--typography37349603-wsr-font-weight-regular, 400);line-height:var(--typography37349603-wsr-text-line-height-medium, 24px)}.TextButton1392933090__root.TextButton1392933090---size-6-medium.TextButton1392933090---weight-6-normal{font-family:var(--typography37349603-wsr-font-family, Madefor,\"Helvetica Neue\",Helvetica,Arial,\"\\30E1\\30A4\\30EA\\30AA\",\"meiryo\",\"\\30D2\\30E9\\30AE\\30CE\\89D2\\30B4 pro w3\",\"hiragino kaku gothic pro\", sans-serif);font-size:var(--typography37349603-wsr-text-font-size-medium, 16px);font-weight:var(--typography37349603-wsr-font-weight-medium, 530);line-height:var(--typography37349603-wsr-text-line-height-medium, 24px)}.TextButton1392933090__root.TextButton1392933090---size-5-small.TextButton1392933090---weight-4-thin{font-family:var(--typography37349603-wsr-font-family, Madefor,\"Helvetica Neue\",Helvetica,Arial,\"\\30E1\\30A4\\30EA\\30AA\",\"meiryo\",\"\\30D2\\30E9\\30AE\\30CE\\89D2\\30B4 pro w3\",\"hiragino kaku gothic pro\", sans-serif);font-size:var(--typography37349603-wsr-text-font-size-small, 14px);font-weight:var(--typography37349603-wsr-font-weight-regular, 400);line-height:var(--typography37349603-wsr-text-line-height-small, 18px);height:18px}.TextButton1392933090__root.TextButton1392933090---size-5-small.TextButton1392933090---weight-6-normal{font-family:var(--typography37349603-wsr-font-family, Madefor,\"Helvetica Neue\",Helvetica,Arial,\"\\30E1\\30A4\\30EA\\30AA\",\"meiryo\",\"\\30D2\\30E9\\30AE\\30CE\\89D2\\30B4 pro w3\",\"hiragino kaku gothic pro\", sans-serif);font-size:var(--typography37349603-wsr-text-font-size-small, 14px);font-weight:var(--typography37349603-wsr-font-weight-medium, 530);line-height:var(--typography37349603-wsr-text-line-height-small, 18px);height:18px}.TextButton1392933090__root.TextButton1392933090---size-4-tiny.TextButton1392933090---weight-4-thin{font-family:var(--typography37349603-wsr-font-family, Madefor,\"Helvetica Neue\",Helvetica,Arial,\"\\30E1\\30A4\\30EA\\30AA\",\"meiryo\",\"\\30D2\\30E9\\30AE\\30CE\\89D2\\30B4 pro w3\",\"hiragino kaku gothic pro\", sans-serif);font-size:var(--typography37349603-wsr-text-font-size-tiny, 12px);font-weight:var(--typography37349603-wsr-font-weight-regular, 400);line-height:var(--typography37349603-wsr-text-line-height-tiny, 15px);height:18px}.TextButton1392933090__root.TextButton1392933090---size-4-tiny.TextButton1392933090---weight-6-normal{font-family:var(--typography37349603-wsr-font-family, Madefor,\"Helvetica Neue\",Helvetica,Arial,\"\\30E1\\30A4\\30EA\\30AA\",\"meiryo\",\"\\30D2\\30E9\\30AE\\30CE\\89D2\\30B4 pro w3\",\"hiragino kaku gothic pro\", sans-serif);font-size:var(--typography37349603-wsr-text-font-size-tiny, 12px);font-weight:var(--typography37349603-wsr-font-weight-medium, 530);line-height:var(--typography37349603-wsr-text-line-height-tiny, 15px);height:18px}.TextButton1392933090__root .ButtonCore435713522__prefix{box-sizing:content-box;padding-right:6px;margin:0;width:24px;height:24px}.TextButton1392933090__root .ButtonCore435713522__suffix{box-sizing:content-box;padding-left:6px;margin:0;width:24px;height:24px}.TextButton1392933090__root.TextButton1392933090---size-5-small .ButtonCore435713522__prefix{width:18px;height:18px}.TextButton1392933090__root.TextButton1392933090---size-5-small .ButtonCore435713522__suffix{width:18px;height:18px}.TextButton1392933090__root.TextButton1392933090---size-4-tiny .ButtonCore435713522__prefix{width:18px;height:18px}.TextButton1392933090__root.TextButton1392933090---size-4-tiny .ButtonCore435713522__suffix{width:18px;height:18px}", 3, "0");
|
|
43579
43252
|
if(false /* HMR */) {}
|
|
43580
43253
|
|
|
43581
|
-
// EXTERNAL MODULE: ../../../node_modules/wix-style-react/node_modules/classnames/index.js
|
|
43582
|
-
var wix_style_react_node_modules_classnames = __webpack_require__(449);
|
|
43583
|
-
var wix_style_react_node_modules_classnames_default = /*#__PURE__*/__webpack_require__.n(wix_style_react_node_modules_classnames);
|
|
43584
43254
|
// EXTERNAL MODULE: ../../../node_modules/wix-style-react/dist/es/src/common/Focusable/Focusable.st.css
|
|
43585
43255
|
var Focusable_Focusable_st = __webpack_require__(8321);
|
|
43586
43256
|
;// CONCATENATED MODULE: ../../../node_modules/wix-style-react/dist/es/src/common/hocUtils.js
|
|
@@ -43767,7 +43437,7 @@ const ButtonCore_utils_isStatelessComponent = (Component) => !(Component.prototy
|
|
|
43767
43437
|
|
|
43768
43438
|
const ButtonCore_addAffix = (Affix, styleClass, dataHook) => Affix &&
|
|
43769
43439
|
external_React_.cloneElement(Affix, {
|
|
43770
|
-
className:
|
|
43440
|
+
className: classnames_default()(ButtonCore_st.classes[styleClass], Affix.props.className),
|
|
43771
43441
|
'data-hook': Affix.props['data-hook'] || Affix.props.dataHook || dataHook,
|
|
43772
43442
|
});
|
|
43773
43443
|
/**
|
|
@@ -43784,7 +43454,7 @@ class ButtonCore extends external_React_.Component {
|
|
|
43784
43454
|
}
|
|
43785
43455
|
}
|
|
43786
43456
|
render() {
|
|
43787
|
-
const _a = this.props, { as: Component, suffixIcon, prefixIcon, children, disabled, focusableOnFocus, focusableOnBlur, href, contentClassName, contentRef } = _a, rest =
|
|
43457
|
+
const _a = this.props, { as: Component, suffixIcon, prefixIcon, children, disabled, focusableOnFocus, focusableOnBlur, href, contentClassName, contentRef } = _a, rest = tslib_es6_rest(_a, ["as", "suffixIcon", "prefixIcon", "children", "disabled", "focusableOnFocus", "focusableOnBlur", "href", "contentClassName", "contentRef"]);
|
|
43788
43458
|
const htmlTabIndex = disabled ? -1 : rest.tabIndex || 0;
|
|
43789
43459
|
const htmlHref = disabled ? undefined : href;
|
|
43790
43460
|
const reference = ButtonCore_utils_isStatelessComponent(Component) && typeof Component !== 'string'
|
|
@@ -43827,7 +43497,7 @@ class TextButton extends external_React_.PureComponent {
|
|
|
43827
43497
|
this.button = external_React_default().createRef();
|
|
43828
43498
|
}
|
|
43829
43499
|
render() {
|
|
43830
|
-
const _a = this.props, { skin, underline, weight, size, children, className, dataHook, fluid, ellipsis, showTooltip, tooltipProps, ariaLabel, ariaLabelledBy, ariaHaspopup, ariaExpanded } = _a, rest =
|
|
43500
|
+
const _a = this.props, { skin, underline, weight, size, children, className, dataHook, fluid, ellipsis, showTooltip, tooltipProps, ariaLabel, ariaLabelledBy, ariaHaspopup, ariaExpanded } = _a, rest = tslib_es6_rest(_a, ["skin", "underline", "weight", "size", "children", "className", "dataHook", "fluid", "ellipsis", "showTooltip", "tooltipProps", "ariaLabel", "ariaLabelledBy", "ariaHaspopup", "ariaExpanded"]);
|
|
43831
43501
|
return (external_React_default().createElement(Ellipsis_Ellipsis, Object.assign({ ellipsis: ellipsis, showTooltip: showTooltip }, tooltipProps, { render: ({ ref, ellipsisClasses }) => (external_React_default().createElement(ButtonCore_ButtonCore, Object.assign({ "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, "aria-haspopup": ariaHaspopup, "aria-expanded": ariaExpanded }, rest, generateDataAttr(this.props, [
|
|
43832
43502
|
'skin',
|
|
43833
43503
|
'size',
|
|
@@ -43908,6 +43578,7 @@ TextButton.defaultProps = {
|
|
|
43908
43578
|
var Button_st_namespace = "Button1012274086";
|
|
43909
43579
|
var Button_st_classes = {"root":"Button1012274086__root","text-tiny-normal":"typography356170310__text-tiny-normal","text-small-normal":"typography356170310__text-small-normal","text-medium-normal":"typography356170310__text-medium-normal","text-tiny-bold":"typography356170310__text-tiny-bold"};
|
|
43910
43580
|
var Button_st_keyframes = {};
|
|
43581
|
+
var Button_st_layers = {};
|
|
43911
43582
|
var Button_st_stVars = {};
|
|
43912
43583
|
var Button_st_vars = {};
|
|
43913
43584
|
var Button_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Button_st_namespace);
|
|
@@ -43969,7 +43640,7 @@ class Button_Button extends external_React_.PureComponent {
|
|
|
43969
43640
|
render() {
|
|
43970
43641
|
const { button: buttonPropsDefaults } = this
|
|
43971
43642
|
.context;
|
|
43972
|
-
const _a = this.props, { skin = 'standard', priority = 'primary', size = buttonPropsDefaults.size, className, fullWidth, children, dataHook, ellipsis, showTooltip, tooltipProps = {} } = _a, rest =
|
|
43643
|
+
const _a = this.props, { skin = 'standard', priority = 'primary', size = buttonPropsDefaults.size, className, fullWidth, children, dataHook, ellipsis, showTooltip, tooltipProps = {} } = _a, rest = tslib_es6_rest(_a, ["skin", "priority", "size", "className", "fullWidth", "children", "dataHook", "ellipsis", "showTooltip", "tooltipProps"]);
|
|
43973
43644
|
return (external_React_default().createElement(WixStyleReactContext.Consumer, null, ({ newColorsBranding }) => (external_React_default().createElement(Ellipsis_Ellipsis, Object.assign({ ellipsis: ellipsis, showTooltip: showTooltip }, tooltipProps, { render: ({ ref, ellipsisClasses }) => (external_React_default().createElement(ButtonCore_ButtonCore, Object.assign({}, rest, generateDataAttr(Object.assign(Object.assign({}, this.props), { size }), ['skin', 'size', 'priority']), { ref: this.button, className: Button_st_st(Button_st_classes.root, {
|
|
43974
43645
|
fluid: !!fullWidth,
|
|
43975
43646
|
skin,
|
|
@@ -44042,7 +43713,7 @@ const ThemeContext_ThemeContext = external_React_default().createContext();
|
|
|
44042
43713
|
* It will be removed in the future once a <ThemeProvider/> will be required on the top of any theme, including the default one.
|
|
44043
43714
|
* This will assist in creating smaller bundle size for themes that would override the default icons. */
|
|
44044
43715
|
const ThemeProviderConsumerBackwardCompatible = (_a) => {
|
|
44045
|
-
var { defaultIcons = {} } = _a, rest =
|
|
43716
|
+
var { defaultIcons = {} } = _a, rest = tslib_es6_rest(_a, ["defaultIcons"]);
|
|
44046
43717
|
return (external_React_default().createElement(ThemeContext_ThemeContext.Consumer, null, context => (external_React_default().createElement(ThemeContext_ThemeContext.Provider, { value: {
|
|
44047
43718
|
icons: Object.assign(Object.assign({}, defaultIcons), (context && context.icons)),
|
|
44048
43719
|
className: context && context.className,
|
|
@@ -44050,263 +43721,13 @@ const ThemeProviderConsumerBackwardCompatible = (_a) => {
|
|
|
44050
43721
|
external_React_default().createElement(ThemeContext_ThemeContext.Consumer, Object.assign({}, rest))))));
|
|
44051
43722
|
};
|
|
44052
43723
|
//# sourceMappingURL=ThemeProviderConsumerBackwardCompatible.js.map
|
|
44053
|
-
;// CONCATENATED MODULE: ../../../node_modules/@wix/wix-ui-icons-common/node_modules/tslib/tslib.es6.js
|
|
44054
|
-
/******************************************************************************
|
|
44055
|
-
Copyright (c) Microsoft Corporation.
|
|
44056
|
-
|
|
44057
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
44058
|
-
purpose with or without fee is hereby granted.
|
|
44059
|
-
|
|
44060
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
44061
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
44062
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
44063
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
44064
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
44065
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
44066
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
44067
|
-
***************************************************************************** */
|
|
44068
|
-
/* global Reflect, Promise */
|
|
44069
|
-
|
|
44070
|
-
var tslib_tslib_es6_extendStatics = function(d, b) {
|
|
44071
|
-
tslib_tslib_es6_extendStatics = Object.setPrototypeOf ||
|
|
44072
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
44073
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
44074
|
-
return tslib_tslib_es6_extendStatics(d, b);
|
|
44075
|
-
};
|
|
44076
|
-
|
|
44077
|
-
function tslib_tslib_es6_extends(d, b) {
|
|
44078
|
-
if (typeof b !== "function" && b !== null)
|
|
44079
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
44080
|
-
tslib_tslib_es6_extendStatics(d, b);
|
|
44081
|
-
function __() { this.constructor = d; }
|
|
44082
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
44083
|
-
}
|
|
44084
|
-
|
|
44085
|
-
var tslib_tslib_es6_assign = function() {
|
|
44086
|
-
tslib_tslib_es6_assign = Object.assign || function __assign(t) {
|
|
44087
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
44088
|
-
s = arguments[i];
|
|
44089
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
44090
|
-
}
|
|
44091
|
-
return t;
|
|
44092
|
-
}
|
|
44093
|
-
return tslib_tslib_es6_assign.apply(this, arguments);
|
|
44094
|
-
}
|
|
44095
|
-
|
|
44096
|
-
function node_modules_tslib_tslib_es6_rest(s, e) {
|
|
44097
|
-
var t = {};
|
|
44098
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
44099
|
-
t[p] = s[p];
|
|
44100
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
44101
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
44102
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
44103
|
-
t[p[i]] = s[p[i]];
|
|
44104
|
-
}
|
|
44105
|
-
return t;
|
|
44106
|
-
}
|
|
44107
|
-
|
|
44108
|
-
function tslib_tslib_es6_decorate(decorators, target, key, desc) {
|
|
44109
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
44110
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
44111
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
44112
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
44113
|
-
}
|
|
44114
|
-
|
|
44115
|
-
function tslib_tslib_es6_param(paramIndex, decorator) {
|
|
44116
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
44117
|
-
}
|
|
44118
|
-
|
|
44119
|
-
function tslib_tslib_es6_metadata(metadataKey, metadataValue) {
|
|
44120
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
44121
|
-
}
|
|
44122
|
-
|
|
44123
|
-
function tslib_tslib_es6_awaiter(thisArg, _arguments, P, generator) {
|
|
44124
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
44125
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
44126
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
44127
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
44128
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44129
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
44130
|
-
});
|
|
44131
|
-
}
|
|
44132
|
-
|
|
44133
|
-
function tslib_tslib_es6_generator(thisArg, body) {
|
|
44134
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
44135
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
44136
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
44137
|
-
function step(op) {
|
|
44138
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
44139
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
44140
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
44141
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
44142
|
-
switch (op[0]) {
|
|
44143
|
-
case 0: case 1: t = op; break;
|
|
44144
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
44145
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
44146
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
44147
|
-
default:
|
|
44148
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
44149
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
44150
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
44151
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
44152
|
-
if (t[2]) _.ops.pop();
|
|
44153
|
-
_.trys.pop(); continue;
|
|
44154
|
-
}
|
|
44155
|
-
op = body.call(thisArg, _);
|
|
44156
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
44157
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
44158
|
-
}
|
|
44159
|
-
}
|
|
44160
|
-
|
|
44161
|
-
var tslib_tslib_es6_createBinding = Object.create ? (function(o, m, k, k2) {
|
|
44162
|
-
if (k2 === undefined) k2 = k;
|
|
44163
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
44164
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
44165
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
44166
|
-
}
|
|
44167
|
-
Object.defineProperty(o, k2, desc);
|
|
44168
|
-
}) : (function(o, m, k, k2) {
|
|
44169
|
-
if (k2 === undefined) k2 = k;
|
|
44170
|
-
o[k2] = m[k];
|
|
44171
|
-
});
|
|
44172
|
-
|
|
44173
|
-
function tslib_tslib_es6_exportStar(m, o) {
|
|
44174
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) tslib_tslib_es6_createBinding(o, m, p);
|
|
44175
|
-
}
|
|
44176
|
-
|
|
44177
|
-
function tslib_tslib_es6_values(o) {
|
|
44178
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
44179
|
-
if (m) return m.call(o);
|
|
44180
|
-
if (o && typeof o.length === "number") return {
|
|
44181
|
-
next: function () {
|
|
44182
|
-
if (o && i >= o.length) o = void 0;
|
|
44183
|
-
return { value: o && o[i++], done: !o };
|
|
44184
|
-
}
|
|
44185
|
-
};
|
|
44186
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
44187
|
-
}
|
|
44188
|
-
|
|
44189
|
-
function tslib_tslib_es6_read(o, n) {
|
|
44190
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
44191
|
-
if (!m) return o;
|
|
44192
|
-
var i = m.call(o), r, ar = [], e;
|
|
44193
|
-
try {
|
|
44194
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
44195
|
-
}
|
|
44196
|
-
catch (error) { e = { error: error }; }
|
|
44197
|
-
finally {
|
|
44198
|
-
try {
|
|
44199
|
-
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
44200
|
-
}
|
|
44201
|
-
finally { if (e) throw e.error; }
|
|
44202
|
-
}
|
|
44203
|
-
return ar;
|
|
44204
|
-
}
|
|
44205
|
-
|
|
44206
|
-
/** @deprecated */
|
|
44207
|
-
function tslib_tslib_es6_spread() {
|
|
44208
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
44209
|
-
ar = ar.concat(tslib_tslib_es6_read(arguments[i]));
|
|
44210
|
-
return ar;
|
|
44211
|
-
}
|
|
44212
|
-
|
|
44213
|
-
/** @deprecated */
|
|
44214
|
-
function tslib_tslib_es6_spreadArrays() {
|
|
44215
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
44216
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
44217
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
44218
|
-
r[k] = a[j];
|
|
44219
|
-
return r;
|
|
44220
|
-
}
|
|
44221
|
-
|
|
44222
|
-
function tslib_tslib_es6_spreadArray(to, from, pack) {
|
|
44223
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
44224
|
-
if (ar || !(i in from)) {
|
|
44225
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
44226
|
-
ar[i] = from[i];
|
|
44227
|
-
}
|
|
44228
|
-
}
|
|
44229
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
44230
|
-
}
|
|
44231
|
-
|
|
44232
|
-
function tslib_tslib_es6_await(v) {
|
|
44233
|
-
return this instanceof tslib_tslib_es6_await ? (this.v = v, this) : new tslib_tslib_es6_await(v);
|
|
44234
|
-
}
|
|
44235
|
-
|
|
44236
|
-
function tslib_tslib_es6_asyncGenerator(thisArg, _arguments, generator) {
|
|
44237
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
44238
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
44239
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
44240
|
-
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
44241
|
-
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
44242
|
-
function step(r) { r.value instanceof tslib_tslib_es6_await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
44243
|
-
function fulfill(value) { resume("next", value); }
|
|
44244
|
-
function reject(value) { resume("throw", value); }
|
|
44245
|
-
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
44246
|
-
}
|
|
44247
|
-
|
|
44248
|
-
function tslib_tslib_es6_asyncDelegator(o) {
|
|
44249
|
-
var i, p;
|
|
44250
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
44251
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: tslib_tslib_es6_await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
44252
|
-
}
|
|
44253
|
-
|
|
44254
|
-
function tslib_tslib_es6_asyncValues(o) {
|
|
44255
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
44256
|
-
var m = o[Symbol.asyncIterator], i;
|
|
44257
|
-
return m ? m.call(o) : (o = typeof tslib_tslib_es6_values === "function" ? tslib_tslib_es6_values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
44258
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
44259
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
44260
|
-
}
|
|
44261
|
-
|
|
44262
|
-
function tslib_tslib_es6_makeTemplateObject(cooked, raw) {
|
|
44263
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
44264
|
-
return cooked;
|
|
44265
|
-
};
|
|
44266
|
-
|
|
44267
|
-
var tslib_tslib_es6_setModuleDefault = Object.create ? (function(o, v) {
|
|
44268
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
44269
|
-
}) : function(o, v) {
|
|
44270
|
-
o["default"] = v;
|
|
44271
|
-
};
|
|
44272
|
-
|
|
44273
|
-
function tslib_tslib_es6_importStar(mod) {
|
|
44274
|
-
if (mod && mod.__esModule) return mod;
|
|
44275
|
-
var result = {};
|
|
44276
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) tslib_tslib_es6_createBinding(result, mod, k);
|
|
44277
|
-
tslib_tslib_es6_setModuleDefault(result, mod);
|
|
44278
|
-
return result;
|
|
44279
|
-
}
|
|
44280
|
-
|
|
44281
|
-
function tslib_tslib_es6_importDefault(mod) {
|
|
44282
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
44283
|
-
}
|
|
44284
|
-
|
|
44285
|
-
function tslib_tslib_es6_classPrivateFieldGet(receiver, state, kind, f) {
|
|
44286
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
44287
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
44288
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
44289
|
-
}
|
|
44290
|
-
|
|
44291
|
-
function tslib_tslib_es6_classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
44292
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
44293
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
44294
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
44295
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
44296
|
-
}
|
|
44297
|
-
|
|
44298
|
-
function tslib_tslib_es6_classPrivateFieldIn(state, receiver) {
|
|
44299
|
-
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
|
|
44300
|
-
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
44301
|
-
}
|
|
44302
|
-
|
|
44303
43724
|
;// CONCATENATED MODULE: ../../../node_modules/@wix/wix-ui-icons-common/dist/esm/system/dist/components/Close.js
|
|
44304
43725
|
|
|
44305
43726
|
/* eslint-disable */
|
|
44306
43727
|
/* tslint:disable */
|
|
44307
43728
|
|
|
44308
43729
|
const Close_Close = (_a) => {
|
|
44309
|
-
var { size } = _a, props =
|
|
43730
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
44310
43731
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 6 6", fill: "currentColor", width: size || "6", height: size || "6" }, props),
|
|
44311
43732
|
external_React_.createElement("path", { d: "M5.2 0L3 2.2 0.8 0 0 0.8 2.2 3 0 5.3 0.8 6 3 3.8 5.2 6 6 5.3 3.8 3 6 0.8z" })));
|
|
44312
43733
|
};
|
|
@@ -44321,7 +43742,7 @@ Close_Close.displayName = 'Close';
|
|
|
44321
43742
|
/* tslint:disable */
|
|
44322
43743
|
|
|
44323
43744
|
const CloseLarge = (_a) => {
|
|
44324
|
-
var { size } = _a, props =
|
|
43745
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
44325
43746
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 8 8", fill: "currentColor", width: size || "8", height: size || "8" }, props),
|
|
44326
43747
|
external_React_.createElement("path", { d: "M7.2 0L4 3.2 0.8 0 0.1 0.7 3.3 4 0 7.3 0.7 8 4 4.7 7.3 8 8 7.3 4.7 4 7.9 0.7z" })));
|
|
44327
43748
|
};
|
|
@@ -44374,7 +43795,7 @@ class CloseButton extends external_React_.PureComponent {
|
|
|
44374
43795
|
return CloseIcon;
|
|
44375
43796
|
}
|
|
44376
43797
|
render() {
|
|
44377
|
-
const _a = this.props, { skin, size, className, dataHook, children } = _a, rest =
|
|
43798
|
+
const _a = this.props, { skin, size, className, dataHook, children } = _a, rest = tslib_es6_rest(_a, ["skin", "size", "className", "dataHook", "children"]);
|
|
44378
43799
|
return (external_React_default().createElement(ButtonCore_ButtonCore, Object.assign({}, rest, { className: (0,CloseButton_st.st)(CloseButton_st.classes.root, { skin, size }, className) }, generateDataAttr(this.props, ['skin', 'size']), { "data-hook": dataHook }), children ? (external_React_default().cloneElement(children, {
|
|
44379
43800
|
size: childSize,
|
|
44380
43801
|
width: childSize,
|
|
@@ -44449,6 +43870,7 @@ const FloatingNotification_constants_dataHooks = {
|
|
|
44449
43870
|
var FloatingNotification_st_namespace = "FloatingNotification1278890995";
|
|
44450
43871
|
var FloatingNotification_st_classes = {"root":"FloatingNotification1278890995__root","icon":"FloatingNotification1278890995__icon","text":"FloatingNotification1278890995__text","textButton":"FloatingNotification1278890995__textButton","button":"FloatingNotification1278890995__button","gap":"FloatingNotification1278890995__gap","close":"FloatingNotification1278890995__close"};
|
|
44451
43872
|
var FloatingNotification_st_keyframes = {};
|
|
43873
|
+
var FloatingNotification_st_layers = {};
|
|
44452
43874
|
var FloatingNotification_st_stVars = {};
|
|
44453
43875
|
var FloatingNotification_st_vars = {};
|
|
44454
43876
|
var FloatingNotification_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, FloatingNotification_st_namespace);
|
|
@@ -44506,12 +43928,12 @@ class FloatingNotification extends (external_React_default()).PureComponent {
|
|
|
44506
43928
|
}
|
|
44507
43929
|
_getTextButton() {
|
|
44508
43930
|
const { textButtonProps, type } = this.props;
|
|
44509
|
-
const { label } = textButtonProps, rest =
|
|
43931
|
+
const { label } = textButtonProps, rest = tslib_es6_rest(textButtonProps, ["label"]);
|
|
44510
43932
|
return !isEmpty_default()(textButtonProps) ? (external_React_default().createElement(TextButton_TextButton, Object.assign({}, rest, { underline: "always", skin: type !== TYPES.dark ? 'dark' : 'light', size: "small", className: FloatingNotification_st_classes.textButton, dataHook: FloatingNotification_constants_dataHooks.textButton }), label)) : null;
|
|
44511
43933
|
}
|
|
44512
43934
|
_getButton() {
|
|
44513
43935
|
const { buttonProps, type } = this.props;
|
|
44514
|
-
const { label } = buttonProps, rest =
|
|
43936
|
+
const { label } = buttonProps, rest = tslib_es6_rest(buttonProps, ["label"]);
|
|
44515
43937
|
return !isEmpty_default()(buttonProps) ? (external_React_default().createElement(src_Button_Button, Object.assign({}, rest, { className: FloatingNotification_st_classes.button, size: "tiny", priority: type !== TYPES.dark ? 'secondary' : 'primary', skin: type !== TYPES.dark ? 'dark' : 'standard', dataHook: FloatingNotification_constants_dataHooks.button }), label)) : null;
|
|
44516
43938
|
}
|
|
44517
43939
|
_getClose() {
|
|
@@ -44566,6 +43988,7 @@ FloatingNotification.defaultProps = {
|
|
|
44566
43988
|
var Box_st_namespace = "Box962394015";
|
|
44567
43989
|
var Box_st_classes = {"root":"Box962394015__root","defaultScrollBar":"defaultscrollbar1337489372__defaultScrollBar"};
|
|
44568
43990
|
var Box_st_keyframes = {};
|
|
43991
|
+
var Box_st_layers = {};
|
|
44569
43992
|
var Box_st_stVars = {};
|
|
44570
43993
|
var Box_st_vars = {"gap":"--Box962394015-gap"};
|
|
44571
43994
|
var Box_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Box_st_namespace);
|
|
@@ -44580,6 +44003,7 @@ if(false /* HMR */) {}
|
|
|
44580
44003
|
var spacing_st_namespace = "spacing4172667556";
|
|
44581
44004
|
var spacing_st_classes = {"root":"spacing4172667556__root"};
|
|
44582
44005
|
var spacing_st_keyframes = {};
|
|
44006
|
+
var spacing_st_layers = {};
|
|
44583
44007
|
var spacing_st_stVars = {"spacing01":"1px","spacing02":"2px","spacing03":"3px","spacing06":"6px","spacing12":"12px","spacing18":"18px","spacing24":"24px","spacing30":"30px","spacing36":"36px","spacing42":"42px","spacing48":"48px","spacing78":"78px","spacing90":"90px","Spacing":"6px","SP1":"calc(6px * 1)","SP2":"calc(6px * 2)","SP3":"calc(6px * 3)","SP4":"calc(6px * 4)","SP5":"calc(6px * 5)","SP6":"calc(6px * 6)","SP7":"calc(6px * 7)","SP8":"calc(6px * 8)","SP9":"calc(6px * 9)","SP10":"calc(6px * 10)"};
|
|
44584
44008
|
var spacing_st_vars = {};
|
|
44585
44009
|
var spacing_st_cssStates = /* INJECT */ {__stc__:true};
|
|
@@ -44676,7 +44100,7 @@ const formatSizeValue = value => {
|
|
|
44676
44100
|
const Box = (_a) => {
|
|
44677
44101
|
var { dataHook, gap, children, className, style, inline, direction, align, verticalAlign, padding, paddingTop, paddingRight, paddingBottom, paddingLeft, margin, marginTop, marginRight, marginBottom, marginLeft, minWidth, maxWidth, width, minHeight, maxHeight, height, color, backgroundColor, border, borderColor, borderTopColor, borderRightColor, borderBottomColor, borderLeftColor,
|
|
44678
44102
|
// Excluded props (which are handled above and should not be spread into `style`)
|
|
44679
|
-
'data-hook': dataHookByKebabCase, flexDirection, justifyContent, alignItems } = _a, nativeStyles =
|
|
44103
|
+
'data-hook': dataHookByKebabCase, flexDirection, justifyContent, alignItems } = _a, nativeStyles = tslib_es6_rest(_a, ["dataHook", "gap", "children", "className", "style", "inline", "direction", "align", "verticalAlign", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "minWidth", "maxWidth", "width", "minHeight", "maxHeight", "height", "color", "backgroundColor", "border", "borderColor", "borderTopColor", "borderRightColor", "borderBottomColor", "borderLeftColor", 'data-hook', "flexDirection", "justifyContent", "alignItems"]);
|
|
44680
44104
|
const complexSpacingValues = (0,external_React_.useMemo)(() => Object.entries({ padding, margin }).reduce((accu, [key, value]) => (Object.assign(Object.assign({}, accu), { [key]: formatComplexSpacingValue(value) })), {}), [padding, margin]);
|
|
44681
44105
|
const singleSpacingValues = (0,external_React_.useMemo)(() => Object.entries({
|
|
44682
44106
|
paddingTop,
|
|
@@ -44827,7 +44251,7 @@ Box.defaultProps = {
|
|
|
44827
44251
|
/* tslint:disable */
|
|
44828
44252
|
|
|
44829
44253
|
const ToggleOn = (_a) => {
|
|
44830
|
-
var { size } = _a, props =
|
|
44254
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
44831
44255
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 10 8", fill: "currentColor", width: size || "10", height: size || "8" }, props),
|
|
44832
44256
|
external_React_.createElement("path", { d: "M3.8 5L1.2 2.5 0 3.7 3.8 7.5 10 1.2 8.8 0z" })));
|
|
44833
44257
|
};
|
|
@@ -44842,7 +44266,7 @@ ToggleOn.displayName = 'ToggleOn';
|
|
|
44842
44266
|
/* tslint:disable */
|
|
44843
44267
|
|
|
44844
44268
|
const CircleLoaderCheckSmall = (_a) => {
|
|
44845
|
-
var { size } = _a, props =
|
|
44269
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
44846
44270
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 11 8", fill: "currentColor", width: size || "11", height: size || "8" }, props),
|
|
44847
44271
|
external_React_.createElement("path", { d: "M1.70710678,3.29289322 C1.31658249,2.90236893 0.683417511,2.90236893 0.292893219,3.29289322 C-0.0976310729,3.68341751 -0.0976310729,4.31658249 0.292893219,4.70710678 L3.29289322,7.70710678 C3.68341751,8.09763107 4.31658249,8.09763107 4.70710678,7.70710678 L10.7071068,1.70710678 C11.0976311,1.31658249 11.0976311,0.683417511 10.7071068,0.292893219 C10.3165825,-0.0976310729 9.68341751,-0.0976310729 9.29289322,0.292893219 L4,5.58578644 L1.70710678,3.29289322 Z" })));
|
|
44848
44272
|
};
|
|
@@ -44857,7 +44281,7 @@ CircleLoaderCheckSmall.displayName = 'CircleLoaderCheckSmall';
|
|
|
44857
44281
|
/* tslint:disable */
|
|
44858
44282
|
|
|
44859
44283
|
const CircleLoaderCheck = (_a) => {
|
|
44860
|
-
var { size } = _a, props =
|
|
44284
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
44861
44285
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 19 14", fill: "currentColor", width: size || "19", height: size || "14" }, props),
|
|
44862
44286
|
external_React_.createElement("path", { d: "M16.4482656,0.439339828 C17.034052,-0.146446609 17.9837995,-0.146446609 18.5695859,0.439339828 C19.1553723,1.02512627 19.1553723,1.97487373 18.5695859,2.56066017 L7.56066017,13.5695859 C6.97487373,14.1553723 6.02512627,14.1553723 5.43933983,13.5695859 L0.439339828,8.5695859 C-0.146446609,7.98379946 -0.146446609,7.03405199 0.439339828,6.44826555 C1.02512627,5.86247912 1.97487373,5.86247912 2.56066017,6.44826555 L6.5,10.3876054 L16.4482656,0.439339828 Z" })));
|
|
44863
44287
|
};
|
|
@@ -44872,7 +44296,7 @@ CircleLoaderCheck.displayName = 'CircleLoaderCheck';
|
|
|
44872
44296
|
/* tslint:disable */
|
|
44873
44297
|
|
|
44874
44298
|
const FormFieldError = (_a) => {
|
|
44875
|
-
var { size } = _a, props =
|
|
44299
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
44876
44300
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 2 10", fill: "currentColor", width: size || "2", height: size || "10" }, props),
|
|
44877
44301
|
external_React_.createElement("path", { d: "M1.72673061,0.273269394 C1.91828145,0.464820242 2.01788194,0.72969704 2,1 L2,5 C2.01788194,5.27030296 1.91828145,5.53517976 1.72673061,5.72673061 C1.53517976,5.91828145 1.27030296,6.01788194 1,6 C0.72969704,6.01788194 0.464820242,5.91828145 0.273269394,5.72673061 C0.0817185472,5.53517976 -0.0178819397,5.27030296 -3.39950724e-13,5 L-3.39950724e-13,1 C-0.0178819397,0.72969704 0.0817185472,0.464820242 0.273269394,0.273269394 C0.464820242,0.0817185472 0.72969704,-0.0178819397 1,1.22124533e-15 C1.27030296,-0.0178819397 1.53517976,0.0817185472 1.72673061,0.273269394 Z M1.72673061,8.27326939 C1.91828145,8.46482024 2.01788194,8.72969704 2,9 C2.01788194,9.27030296 1.91828145,9.53517976 1.72673061,9.72673061 C1.53517976,9.91828145 1.27030296,10.0178819 1,10 C0.72969704,10.0178819 0.464820242,9.91828145 0.273269394,9.72673061 C0.0817185472,9.53517976 -0.0178819397,9.27030296 -3.40054807e-13,9 C-0.0178819397,8.72969704 0.0817185472,8.46482024 0.273269394,8.27326939 C0.464820242,8.08171855 0.72969704,7.98211806 1,8 C1.27030296,7.98211806 1.53517976,8.08171855 1.72673061,8.27326939 Z" })));
|
|
44878
44302
|
};
|
|
@@ -44887,7 +44311,7 @@ FormFieldError.displayName = 'FormFieldError';
|
|
|
44887
44311
|
/* tslint:disable */
|
|
44888
44312
|
|
|
44889
44313
|
const FormFieldErrorSmall = (_a) => {
|
|
44890
|
-
var { size } = _a, props =
|
|
44314
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
44891
44315
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 2 10", fill: "currentColor", width: size || "2", height: size || "10" }, props),
|
|
44892
44316
|
external_React_.createElement("path", { d: "M1,0 C1.55228475,0 2,0.44771525 2,1 L2,5 C2,5.55228475 1.55228475,6 1,6 C0.44771525,6 0,5.55228475 0,5 L0,1 C0,0.44771525 0.44771525,0 1,0 L1,0 Z M1,8 C1.55228475,8 2,8.44771525 2,9 C2,9.55228475 1.55228475,10 1,10 C0.44771525,10 0,9.55228475 0,9 C0,8.44771525 0.44771525,8 1,8 L1,8 Z", fillRule: "evenodd" })));
|
|
44893
44317
|
};
|
|
@@ -44978,7 +44402,7 @@ const Heading_SIZES = {
|
|
|
44978
44402
|
};
|
|
44979
44403
|
const Heading = props => {
|
|
44980
44404
|
const { ellipsisProps, componentProps } = extractEllipsisProps(props);
|
|
44981
|
-
const { light, appearance, as, children, dataHook, size, id } = componentProps, headingProps =
|
|
44405
|
+
const { light, appearance, as, children, dataHook, size, id } = componentProps, headingProps = tslib_es6_rest(componentProps, ["light", "appearance", "as", "children", "dataHook", "size", "id"]);
|
|
44982
44406
|
(0,external_React_.useEffect)(() => {
|
|
44983
44407
|
if (appearance) {
|
|
44984
44408
|
utils_deprecationLog('<Heading/> - prop "appearance" is deprecated and will be removed in next major release, please use "size" property instead.');
|
|
@@ -45018,6 +44442,7 @@ Heading.defaultProps = Object.assign({ appearance: APPEARANCES.H1, light: false
|
|
|
45018
44442
|
var Loader_st_namespace = "Loader4212819201";
|
|
45019
44443
|
var Loader_st_classes = {"root":"Loader4212819201__root","statusIndicator":"Loader4212819201__statusIndicator","arcsContainer":"Loader4212819201__arcsContainer","darkArc":"Loader4212819201__darkArc","lightArc":"Loader4212819201__lightArc","text":"Loader4212819201__text"};
|
|
45020
44444
|
var Loader_st_keyframes = {"rotation":"Loader4212819201__rotation","staggered-rotation":"Loader4212819201__staggered-rotation"};
|
|
44445
|
+
var Loader_st_layers = {};
|
|
45021
44446
|
var Loader_st_stVars = {};
|
|
45022
44447
|
var Loader_st_vars = {};
|
|
45023
44448
|
var Loader_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Loader_st_namespace);
|
|
@@ -45233,6 +44658,7 @@ var Checkbox_Checkbox = /** @class */ (function (_super) {
|
|
|
45233
44658
|
var IconToggle_st_namespace = "IconToggle1943501671";
|
|
45234
44659
|
var IconToggle_st_classes = {"root":"IconToggle1943501671__root","content":"IconToggle1943501671__content","spacer":"IconToggle1943501671__spacer","icon":"IconToggle1943501671__icon","label":"IconToggle1943501671__label"};
|
|
45235
44660
|
var IconToggle_st_keyframes = {"pop-in":"IconToggle1943501671__pop-in"};
|
|
44661
|
+
var IconToggle_st_layers = {};
|
|
45236
44662
|
var IconToggle_st_stVars = {"DefaultColor":"color-5","DisabledColor":"color-3","DefaultFont":"{theme: 'Body-M', size: '12px', lineHeight: '16px'}","IconColor":"--overridable","LabelColor":"--overridable","LabelFont":"--overridable"};
|
|
45237
44663
|
var IconToggle_st_vars = {};
|
|
45238
44664
|
var IconToggle_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, IconToggle_st_namespace);
|
|
@@ -45389,6 +44815,394 @@ var ClickOutside_ClickOutside = /** @class */ (function (_super) {
|
|
|
45389
44815
|
}(external_React_.PureComponent));
|
|
45390
44816
|
|
|
45391
44817
|
//# sourceMappingURL=ClickOutside.js.map
|
|
44818
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
44819
|
+
function assertThisInitialized_assertThisInitialized(self) {
|
|
44820
|
+
if (self === void 0) {
|
|
44821
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
44822
|
+
}
|
|
44823
|
+
return self;
|
|
44824
|
+
}
|
|
44825
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
44826
|
+
function esm_defineProperty_defineProperty(obj, key, value) {
|
|
44827
|
+
if (key in obj) {
|
|
44828
|
+
Object.defineProperty(obj, key, {
|
|
44829
|
+
value: value,
|
|
44830
|
+
enumerable: true,
|
|
44831
|
+
configurable: true,
|
|
44832
|
+
writable: true
|
|
44833
|
+
});
|
|
44834
|
+
} else {
|
|
44835
|
+
obj[key] = value;
|
|
44836
|
+
}
|
|
44837
|
+
return obj;
|
|
44838
|
+
}
|
|
44839
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-core/node_modules/react-popper/lib/esm/Manager.js
|
|
44840
|
+
|
|
44841
|
+
|
|
44842
|
+
|
|
44843
|
+
|
|
44844
|
+
|
|
44845
|
+
var Manager_ManagerReferenceNodeContext = lib_default()();
|
|
44846
|
+
var Manager_ManagerReferenceNodeSetterContext = lib_default()();
|
|
44847
|
+
|
|
44848
|
+
var Manager_Manager =
|
|
44849
|
+
/*#__PURE__*/
|
|
44850
|
+
function (_React$Component) {
|
|
44851
|
+
inheritsLoose_inheritsLoose(Manager, _React$Component);
|
|
44852
|
+
|
|
44853
|
+
function Manager() {
|
|
44854
|
+
var _this;
|
|
44855
|
+
|
|
44856
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
44857
|
+
args[_key] = arguments[_key];
|
|
44858
|
+
}
|
|
44859
|
+
|
|
44860
|
+
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
44861
|
+
|
|
44862
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "referenceNode", void 0);
|
|
44863
|
+
|
|
44864
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "setReferenceNode", function (newReferenceNode) {
|
|
44865
|
+
if (newReferenceNode && _this.referenceNode !== newReferenceNode) {
|
|
44866
|
+
_this.referenceNode = newReferenceNode;
|
|
44867
|
+
|
|
44868
|
+
_this.forceUpdate();
|
|
44869
|
+
}
|
|
44870
|
+
});
|
|
44871
|
+
|
|
44872
|
+
return _this;
|
|
44873
|
+
}
|
|
44874
|
+
|
|
44875
|
+
var _proto = Manager.prototype;
|
|
44876
|
+
|
|
44877
|
+
_proto.componentWillUnmount = function componentWillUnmount() {
|
|
44878
|
+
this.referenceNode = null;
|
|
44879
|
+
};
|
|
44880
|
+
|
|
44881
|
+
_proto.render = function render() {
|
|
44882
|
+
return external_React_.createElement(Manager_ManagerReferenceNodeContext.Provider, {
|
|
44883
|
+
value: this.referenceNode
|
|
44884
|
+
}, external_React_.createElement(Manager_ManagerReferenceNodeSetterContext.Provider, {
|
|
44885
|
+
value: this.setReferenceNode
|
|
44886
|
+
}, this.props.children));
|
|
44887
|
+
};
|
|
44888
|
+
|
|
44889
|
+
return Manager;
|
|
44890
|
+
}(external_React_.Component);
|
|
44891
|
+
|
|
44892
|
+
|
|
44893
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-core/node_modules/react-popper/lib/esm/utils.js
|
|
44894
|
+
/**
|
|
44895
|
+
* Takes an argument and if it's an array, returns the first item in the array,
|
|
44896
|
+
* otherwise returns the argument. Used for Preact compatibility.
|
|
44897
|
+
*/
|
|
44898
|
+
var utils_unwrapArray = function unwrapArray(arg) {
|
|
44899
|
+
return Array.isArray(arg) ? arg[0] : arg;
|
|
44900
|
+
};
|
|
44901
|
+
/**
|
|
44902
|
+
* Takes a maybe-undefined function and arbitrary args and invokes the function
|
|
44903
|
+
* only if it is defined.
|
|
44904
|
+
*/
|
|
44905
|
+
|
|
44906
|
+
var utils_safeInvoke = function safeInvoke(fn) {
|
|
44907
|
+
if (typeof fn === "function") {
|
|
44908
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
44909
|
+
args[_key - 1] = arguments[_key];
|
|
44910
|
+
}
|
|
44911
|
+
|
|
44912
|
+
return fn.apply(void 0, args);
|
|
44913
|
+
}
|
|
44914
|
+
};
|
|
44915
|
+
/**
|
|
44916
|
+
* Does a shallow equality check of two objects by comparing the reference
|
|
44917
|
+
* equality of each value.
|
|
44918
|
+
*/
|
|
44919
|
+
|
|
44920
|
+
var utils_shallowEqual = function shallowEqual(objA, objB) {
|
|
44921
|
+
var aKeys = Object.keys(objA);
|
|
44922
|
+
var bKeys = Object.keys(objB);
|
|
44923
|
+
|
|
44924
|
+
if (bKeys.length !== aKeys.length) {
|
|
44925
|
+
return false;
|
|
44926
|
+
}
|
|
44927
|
+
|
|
44928
|
+
for (var i = 0; i < bKeys.length; i++) {
|
|
44929
|
+
var key = aKeys[i];
|
|
44930
|
+
|
|
44931
|
+
if (objA[key] !== objB[key]) {
|
|
44932
|
+
return false;
|
|
44933
|
+
}
|
|
44934
|
+
}
|
|
44935
|
+
|
|
44936
|
+
return true;
|
|
44937
|
+
};
|
|
44938
|
+
/**
|
|
44939
|
+
* Sets a ref using either a ref callback or a ref object
|
|
44940
|
+
*/
|
|
44941
|
+
|
|
44942
|
+
var utils_setRef = function setRef(ref, node) {
|
|
44943
|
+
// if its a function call it
|
|
44944
|
+
if (typeof ref === "function") {
|
|
44945
|
+
return utils_safeInvoke(ref, node);
|
|
44946
|
+
} // otherwise we should treat it as a ref object
|
|
44947
|
+
else if (ref != null) {
|
|
44948
|
+
ref.current = node;
|
|
44949
|
+
}
|
|
44950
|
+
};
|
|
44951
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-core/node_modules/react-popper/lib/esm/Popper.js
|
|
44952
|
+
|
|
44953
|
+
|
|
44954
|
+
|
|
44955
|
+
|
|
44956
|
+
|
|
44957
|
+
|
|
44958
|
+
|
|
44959
|
+
|
|
44960
|
+
|
|
44961
|
+
|
|
44962
|
+
var Popper_initialStyle = {
|
|
44963
|
+
position: 'absolute',
|
|
44964
|
+
top: 0,
|
|
44965
|
+
left: 0,
|
|
44966
|
+
opacity: 0,
|
|
44967
|
+
pointerEvents: 'none'
|
|
44968
|
+
};
|
|
44969
|
+
var Popper_initialArrowStyle = {};
|
|
44970
|
+
var Popper_InnerPopper =
|
|
44971
|
+
/*#__PURE__*/
|
|
44972
|
+
function (_React$Component) {
|
|
44973
|
+
inheritsLoose_inheritsLoose(InnerPopper, _React$Component);
|
|
44974
|
+
|
|
44975
|
+
function InnerPopper() {
|
|
44976
|
+
var _this;
|
|
44977
|
+
|
|
44978
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
44979
|
+
args[_key] = arguments[_key];
|
|
44980
|
+
}
|
|
44981
|
+
|
|
44982
|
+
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
44983
|
+
|
|
44984
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "state", {
|
|
44985
|
+
data: undefined,
|
|
44986
|
+
placement: undefined
|
|
44987
|
+
});
|
|
44988
|
+
|
|
44989
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "popperInstance", void 0);
|
|
44990
|
+
|
|
44991
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "popperNode", null);
|
|
44992
|
+
|
|
44993
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "arrowNode", null);
|
|
44994
|
+
|
|
44995
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "setPopperNode", function (popperNode) {
|
|
44996
|
+
if (!popperNode || _this.popperNode === popperNode) return;
|
|
44997
|
+
utils_setRef(_this.props.innerRef, popperNode);
|
|
44998
|
+
_this.popperNode = popperNode;
|
|
44999
|
+
|
|
45000
|
+
_this.updatePopperInstance();
|
|
45001
|
+
});
|
|
45002
|
+
|
|
45003
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "setArrowNode", function (arrowNode) {
|
|
45004
|
+
_this.arrowNode = arrowNode;
|
|
45005
|
+
});
|
|
45006
|
+
|
|
45007
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "updateStateModifier", {
|
|
45008
|
+
enabled: true,
|
|
45009
|
+
order: 900,
|
|
45010
|
+
fn: function fn(data) {
|
|
45011
|
+
var placement = data.placement;
|
|
45012
|
+
|
|
45013
|
+
_this.setState({
|
|
45014
|
+
data: data,
|
|
45015
|
+
placement: placement
|
|
45016
|
+
});
|
|
45017
|
+
|
|
45018
|
+
return data;
|
|
45019
|
+
}
|
|
45020
|
+
});
|
|
45021
|
+
|
|
45022
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "getOptions", function () {
|
|
45023
|
+
return {
|
|
45024
|
+
placement: _this.props.placement,
|
|
45025
|
+
eventsEnabled: _this.props.eventsEnabled,
|
|
45026
|
+
positionFixed: _this.props.positionFixed,
|
|
45027
|
+
modifiers: esm_extends_extends({}, _this.props.modifiers, {
|
|
45028
|
+
arrow: esm_extends_extends({}, _this.props.modifiers && _this.props.modifiers.arrow, {
|
|
45029
|
+
enabled: !!_this.arrowNode,
|
|
45030
|
+
element: _this.arrowNode
|
|
45031
|
+
}),
|
|
45032
|
+
applyStyle: {
|
|
45033
|
+
enabled: false
|
|
45034
|
+
},
|
|
45035
|
+
updateStateModifier: _this.updateStateModifier
|
|
45036
|
+
})
|
|
45037
|
+
};
|
|
45038
|
+
});
|
|
45039
|
+
|
|
45040
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "getPopperStyle", function () {
|
|
45041
|
+
return !_this.popperNode || !_this.state.data ? Popper_initialStyle : esm_extends_extends({
|
|
45042
|
+
position: _this.state.data.offsets.popper.position
|
|
45043
|
+
}, _this.state.data.styles);
|
|
45044
|
+
});
|
|
45045
|
+
|
|
45046
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "getPopperPlacement", function () {
|
|
45047
|
+
return !_this.state.data ? undefined : _this.state.placement;
|
|
45048
|
+
});
|
|
45049
|
+
|
|
45050
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "getArrowStyle", function () {
|
|
45051
|
+
return !_this.arrowNode || !_this.state.data ? Popper_initialArrowStyle : _this.state.data.arrowStyles;
|
|
45052
|
+
});
|
|
45053
|
+
|
|
45054
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "getOutOfBoundariesState", function () {
|
|
45055
|
+
return _this.state.data ? _this.state.data.hide : undefined;
|
|
45056
|
+
});
|
|
45057
|
+
|
|
45058
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "destroyPopperInstance", function () {
|
|
45059
|
+
if (!_this.popperInstance) return;
|
|
45060
|
+
|
|
45061
|
+
_this.popperInstance.destroy();
|
|
45062
|
+
|
|
45063
|
+
_this.popperInstance = null;
|
|
45064
|
+
});
|
|
45065
|
+
|
|
45066
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "updatePopperInstance", function () {
|
|
45067
|
+
_this.destroyPopperInstance();
|
|
45068
|
+
|
|
45069
|
+
var _assertThisInitialize = assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)),
|
|
45070
|
+
popperNode = _assertThisInitialize.popperNode;
|
|
45071
|
+
|
|
45072
|
+
var referenceElement = _this.props.referenceElement;
|
|
45073
|
+
if (!referenceElement || !popperNode) return;
|
|
45074
|
+
_this.popperInstance = new popper(referenceElement, popperNode, _this.getOptions());
|
|
45075
|
+
});
|
|
45076
|
+
|
|
45077
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "scheduleUpdate", function () {
|
|
45078
|
+
if (_this.popperInstance) {
|
|
45079
|
+
_this.popperInstance.scheduleUpdate();
|
|
45080
|
+
}
|
|
45081
|
+
});
|
|
45082
|
+
|
|
45083
|
+
return _this;
|
|
45084
|
+
}
|
|
45085
|
+
|
|
45086
|
+
var _proto = InnerPopper.prototype;
|
|
45087
|
+
|
|
45088
|
+
_proto.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {
|
|
45089
|
+
// If the Popper.js options have changed, update the instance (destroy + create)
|
|
45090
|
+
if (this.props.placement !== prevProps.placement || this.props.referenceElement !== prevProps.referenceElement || this.props.positionFixed !== prevProps.positionFixed || !deep_equal_default()(this.props.modifiers, prevProps.modifiers, {
|
|
45091
|
+
strict: true
|
|
45092
|
+
})) {
|
|
45093
|
+
// develop only check that modifiers isn't being updated needlessly
|
|
45094
|
+
if (false) {}
|
|
45095
|
+
|
|
45096
|
+
this.updatePopperInstance();
|
|
45097
|
+
} else if (this.props.eventsEnabled !== prevProps.eventsEnabled && this.popperInstance) {
|
|
45098
|
+
this.props.eventsEnabled ? this.popperInstance.enableEventListeners() : this.popperInstance.disableEventListeners();
|
|
45099
|
+
} // A placement difference in state means popper determined a new placement
|
|
45100
|
+
// apart from the props value. By the time the popper element is rendered with
|
|
45101
|
+
// the new position Popper has already measured it, if the place change triggers
|
|
45102
|
+
// a size change it will result in a misaligned popper. So we schedule an update to be sure.
|
|
45103
|
+
|
|
45104
|
+
|
|
45105
|
+
if (prevState.placement !== this.state.placement) {
|
|
45106
|
+
this.scheduleUpdate();
|
|
45107
|
+
}
|
|
45108
|
+
};
|
|
45109
|
+
|
|
45110
|
+
_proto.componentWillUnmount = function componentWillUnmount() {
|
|
45111
|
+
utils_setRef(this.props.innerRef, null);
|
|
45112
|
+
this.destroyPopperInstance();
|
|
45113
|
+
};
|
|
45114
|
+
|
|
45115
|
+
_proto.render = function render() {
|
|
45116
|
+
return utils_unwrapArray(this.props.children)({
|
|
45117
|
+
ref: this.setPopperNode,
|
|
45118
|
+
style: this.getPopperStyle(),
|
|
45119
|
+
placement: this.getPopperPlacement(),
|
|
45120
|
+
outOfBoundaries: this.getOutOfBoundariesState(),
|
|
45121
|
+
scheduleUpdate: this.scheduleUpdate,
|
|
45122
|
+
arrowProps: {
|
|
45123
|
+
ref: this.setArrowNode,
|
|
45124
|
+
style: this.getArrowStyle()
|
|
45125
|
+
}
|
|
45126
|
+
});
|
|
45127
|
+
};
|
|
45128
|
+
|
|
45129
|
+
return InnerPopper;
|
|
45130
|
+
}(external_React_.Component);
|
|
45131
|
+
|
|
45132
|
+
esm_defineProperty_defineProperty(Popper_InnerPopper, "defaultProps", {
|
|
45133
|
+
placement: 'bottom',
|
|
45134
|
+
eventsEnabled: true,
|
|
45135
|
+
referenceElement: undefined,
|
|
45136
|
+
positionFixed: false
|
|
45137
|
+
});
|
|
45138
|
+
|
|
45139
|
+
var esm_Popper_placements = popper.placements;
|
|
45140
|
+
|
|
45141
|
+
function esm_Popper_Popper(_ref) {
|
|
45142
|
+
var referenceElement = _ref.referenceElement,
|
|
45143
|
+
props = objectWithoutPropertiesLoose_objectWithoutPropertiesLoose(_ref, ["referenceElement"]);
|
|
45144
|
+
|
|
45145
|
+
return external_React_.createElement(Manager_ManagerReferenceNodeContext.Consumer, null, function (referenceNode) {
|
|
45146
|
+
return external_React_.createElement(Popper_InnerPopper, esm_extends_extends({
|
|
45147
|
+
referenceElement: referenceElement !== undefined ? referenceElement : referenceNode
|
|
45148
|
+
}, props));
|
|
45149
|
+
});
|
|
45150
|
+
}
|
|
45151
|
+
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-core/node_modules/react-popper/lib/esm/Reference.js
|
|
45152
|
+
|
|
45153
|
+
|
|
45154
|
+
|
|
45155
|
+
|
|
45156
|
+
|
|
45157
|
+
|
|
45158
|
+
|
|
45159
|
+
|
|
45160
|
+
|
|
45161
|
+
var Reference_InnerReference =
|
|
45162
|
+
/*#__PURE__*/
|
|
45163
|
+
function (_React$Component) {
|
|
45164
|
+
inheritsLoose_inheritsLoose(InnerReference, _React$Component);
|
|
45165
|
+
|
|
45166
|
+
function InnerReference() {
|
|
45167
|
+
var _this;
|
|
45168
|
+
|
|
45169
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
45170
|
+
args[_key] = arguments[_key];
|
|
45171
|
+
}
|
|
45172
|
+
|
|
45173
|
+
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
45174
|
+
|
|
45175
|
+
esm_defineProperty_defineProperty(assertThisInitialized_assertThisInitialized(assertThisInitialized_assertThisInitialized(_this)), "refHandler", function (node) {
|
|
45176
|
+
utils_setRef(_this.props.innerRef, node);
|
|
45177
|
+
utils_safeInvoke(_this.props.setReferenceNode, node);
|
|
45178
|
+
});
|
|
45179
|
+
|
|
45180
|
+
return _this;
|
|
45181
|
+
}
|
|
45182
|
+
|
|
45183
|
+
var _proto = InnerReference.prototype;
|
|
45184
|
+
|
|
45185
|
+
_proto.componentWillUnmount = function componentWillUnmount() {
|
|
45186
|
+
utils_setRef(this.props.innerRef, null);
|
|
45187
|
+
};
|
|
45188
|
+
|
|
45189
|
+
_proto.render = function render() {
|
|
45190
|
+
warning_default()(Boolean(this.props.setReferenceNode), '`Reference` should not be used outside of a `Manager` component.');
|
|
45191
|
+
return utils_unwrapArray(this.props.children)({
|
|
45192
|
+
ref: this.refHandler
|
|
45193
|
+
});
|
|
45194
|
+
};
|
|
45195
|
+
|
|
45196
|
+
return InnerReference;
|
|
45197
|
+
}(external_React_.Component);
|
|
45198
|
+
|
|
45199
|
+
function Reference_Reference(props) {
|
|
45200
|
+
return external_React_.createElement(Manager_ManagerReferenceNodeSetterContext.Consumer, null, function (setReferenceNode) {
|
|
45201
|
+
return external_React_.createElement(Reference_InnerReference, esm_extends_extends({
|
|
45202
|
+
setReferenceNode: setReferenceNode
|
|
45203
|
+
}, props));
|
|
45204
|
+
});
|
|
45205
|
+
}
|
|
45392
45206
|
// EXTERNAL MODULE: ../../../node_modules/wix-ui-core/node_modules/react-transition-group/index.js
|
|
45393
45207
|
var react_transition_group = __webpack_require__(2381);
|
|
45394
45208
|
;// CONCATENATED MODULE: ../../../node_modules/react-portal/es/utils.js
|
|
@@ -45850,13 +45664,13 @@ var popover_Popover_Popover = /** @class */ (function (_super) {
|
|
|
45850
45664
|
fixed: fixed,
|
|
45851
45665
|
isTestEnv: Popover_isTestEnv,
|
|
45852
45666
|
});
|
|
45853
|
-
var popper = (external_React_.createElement(
|
|
45667
|
+
var popper = (external_React_.createElement(esm_Popper_Popper, { modifiers: modifiers, placement: placement }, function (_a) {
|
|
45854
45668
|
var ref = _a.ref, popperStyles = _a.style, popperPlacement = _a.placement, arrowProps = _a.arrowProps, scheduleUpdate = _a.scheduleUpdate;
|
|
45855
45669
|
_this.popperScheduleUpdate = scheduleUpdate;
|
|
45856
45670
|
return (external_React_.createElement(PopoverContext.Consumer, null, function (_a) {
|
|
45857
45671
|
var _b;
|
|
45858
45672
|
var excludeClickOutsideClasses = _a.excludeClickOutsideClasses;
|
|
45859
|
-
return (external_React_.createElement("div", { ref: ref, "data-hook": "popover-content", "data-content-element": _this.contentHook, style: __assign(__assign({}, popperStyles), { zIndex: zIndex, maxWidth: maxWidth }), "data-placement": popperPlacement || placement, className:
|
|
45673
|
+
return (external_React_.createElement("div", { ref: ref, "data-hook": "popover-content", "data-content-element": _this.contentHook, style: __assign(__assign({}, popperStyles), { zIndex: zIndex, maxWidth: maxWidth }), "data-placement": popperPlacement || placement, className: classnames_default().apply(void 0, __spreadArrays([popover_Popover_st.classes.popover,
|
|
45860
45674
|
_this.clickOutsideClass,
|
|
45861
45675
|
contentClassName, (_b = {},
|
|
45862
45676
|
_b[popover_Popover_st.classes.withArrow] = showArrow,
|
|
@@ -46052,10 +45866,10 @@ var popover_Popover_Popover = /** @class */ (function (_super) {
|
|
|
46052
45866
|
});
|
|
46053
45867
|
var shouldAnimate = Popover_shouldAnimatePopover(this.props);
|
|
46054
45868
|
var shouldRenderPopper = isMounted && (shouldAnimate || shown);
|
|
46055
|
-
return (external_React_.createElement(
|
|
45869
|
+
return (external_React_.createElement(Manager_Manager, null,
|
|
46056
45870
|
external_React_.createElement(ClickOutside_ClickOutside, { rootRef: this.clickOutsideRef, onClickOutside: shown ? this._handleClickOutside : undefined, excludeClass: [this.clickOutsideClass, excludeClass] },
|
|
46057
45871
|
external_React_.createElement("div", __assign({ ref: this.clickOutsideRef, style: style, "data-content-hook": this.contentHook, className: (0,popover_Popover_st.st)(popover_Popover_st.classes.root, { fluid: fluid }, this.props.className), onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, id: id }, filter_data_props_filterDataProps(this.props)),
|
|
46058
|
-
external_React_.createElement(
|
|
45872
|
+
external_React_.createElement(Reference_Reference, { innerRef: function (r) { return (_this.targetRef = r); } }, function (_a) {
|
|
46059
45873
|
var ref = _a.ref;
|
|
46060
45874
|
return (external_React_.createElement("div", { ref: ref, className: popover_Popover_st.classes.popoverElement, "data-hook": "popover-element", onClick: onClick, onKeyDown: onKeyDown }, childrenObject.Element));
|
|
46061
45875
|
}),
|
|
@@ -46546,6 +46360,7 @@ const DropdownOption_DropdownOption = (props) => {
|
|
|
46546
46360
|
var FloatingDropdown_st_namespace = "FloatingDropdown3728895269";
|
|
46547
46361
|
var FloatingDropdown_st_classes = {"root":"FloatingDropdown3728895269__root","overrideStyleParamsBase":"FloatingDropdownBase2094050885__overrideStyleParams","dropdown":"Dropdown2631163813__dropdown","divider":"Dropdown2631163813__divider","floatingDropdownBase":"FloatingDropdown3728895269__floatingDropdownBase","displayInline":"FloatingDropdown3728895269__displayInline","optionDivider":"FloatingDropdown3728895269__optionDivider","option":"FloatingDropdown3728895269__option","overrideStyleParams":"FloatingDropdown3728895269__overrideStyleParams"};
|
|
46548
46362
|
var FloatingDropdown_st_keyframes = {};
|
|
46363
|
+
var FloatingDropdown_st_layers = {};
|
|
46549
46364
|
var FloatingDropdown_st_stVars = {"DefaultDropdownBackgroundColor":"color-1","MainDropdownBackgroundColor":"--overridable","MainButtonTextColor":"--overridable","MainItemTextColor":"--overridable","MainTextFont":"--overridable","ButtonTextColor":"\"color(--overridable, color-5)\")","ItemTextColor":"\"color(fallback(--overridable, --overridable, color-5))\"","DropdownBackgroundColor":"\"color(fallback(--overridable, color-1))\"","TextFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '16px', lineHeight: '1.5em'}))\""};
|
|
46550
46365
|
var FloatingDropdown_st_vars = {};
|
|
46551
46366
|
var FloatingDropdown_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, FloatingDropdown_st_namespace);
|
|
@@ -46999,6 +46814,7 @@ FloatingDropdown.defaultProps = {
|
|
|
46999
46814
|
var PermissionsDropdown_st_namespace = "PermissionsDropdown1865573777";
|
|
47000
46815
|
var PermissionsDropdown_st_classes = {"root":"PermissionsDropdown1865573777__root","FloatingDropdown__overrideStyleParams":"FloatingDropdown3728895269__overrideStyleParams","permissionsDropdown":"PermissionsDropdown1865573777__permissionsDropdown","viewRowDropdown":"PermissionsDropdown1865573777__viewRowDropdown","wsrOption":"PermissionsDropdown1865573777__wsrOption","whiteColor":"PermissionsDropdown1865573777__whiteColor","wsrMenuTextPaddings":"PermissionsDropdown1865573777__wsrMenuTextPaddings"};
|
|
47001
46816
|
var PermissionsDropdown_st_keyframes = {};
|
|
46817
|
+
var PermissionsDropdown_st_layers = {};
|
|
47002
46818
|
var PermissionsDropdown_st_stVars = {"bgColor":"#ffffff","fgColor":"#000000"};
|
|
47003
46819
|
var PermissionsDropdown_st_vars = {};
|
|
47004
46820
|
var PermissionsDropdown_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, PermissionsDropdown_st_namespace);
|
|
@@ -47010,8 +46826,6 @@ if(false /* HMR */) {}
|
|
|
47010
46826
|
;// CONCATENATED MODULE: ./assets/icons/DropdownCheckedEmpty.svg
|
|
47011
46827
|
function DropdownCheckedEmpty_extends() { DropdownCheckedEmpty_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return DropdownCheckedEmpty_extends.apply(this, arguments); }
|
|
47012
46828
|
|
|
47013
|
-
|
|
47014
|
-
|
|
47015
46829
|
var SvgDropdownCheckedEmpty = function SvgDropdownCheckedEmpty(props) {
|
|
47016
46830
|
return /*#__PURE__*/external_React_.createElement("svg", DropdownCheckedEmpty_extends({
|
|
47017
46831
|
width: 24,
|
|
@@ -47020,15 +46834,11 @@ var SvgDropdownCheckedEmpty = function SvgDropdownCheckedEmpty(props) {
|
|
|
47020
46834
|
xmlns: "http://www.w3.org/2000/svg"
|
|
47021
46835
|
}, props));
|
|
47022
46836
|
};
|
|
47023
|
-
|
|
47024
46837
|
/* harmony default export */ var DropdownCheckedEmpty = (SvgDropdownCheckedEmpty);
|
|
47025
46838
|
;// CONCATENATED MODULE: ./assets/icons/DropdownChecked.svg
|
|
47026
46839
|
var DropdownChecked_path;
|
|
47027
|
-
|
|
47028
46840
|
function DropdownChecked_extends() { DropdownChecked_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return DropdownChecked_extends.apply(this, arguments); }
|
|
47029
46841
|
|
|
47030
|
-
|
|
47031
|
-
|
|
47032
46842
|
var SvgDropdownChecked = function SvgDropdownChecked(props) {
|
|
47033
46843
|
return /*#__PURE__*/external_React_.createElement("svg", DropdownChecked_extends({
|
|
47034
46844
|
width: 24,
|
|
@@ -47041,7 +46851,6 @@ var SvgDropdownChecked = function SvgDropdownChecked(props) {
|
|
|
47041
46851
|
fillRule: "evenodd"
|
|
47042
46852
|
})));
|
|
47043
46853
|
};
|
|
47044
|
-
|
|
47045
46854
|
/* harmony default export */ var DropdownChecked = (SvgDropdownChecked);
|
|
47046
46855
|
// EXTERNAL MODULE: ../../../node_modules/he/he.js
|
|
47047
46856
|
var he = __webpack_require__(2706);
|
|
@@ -47054,7 +46863,7 @@ var ListItemSelect_st = __webpack_require__(4321);
|
|
|
47054
46863
|
/* tslint:disable */
|
|
47055
46864
|
|
|
47056
46865
|
const CheckboxIndeterminate = (_a) => {
|
|
47057
|
-
var { size } = _a, props =
|
|
46866
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
47058
46867
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 8 2", fill: "currentColor", width: size || "8", height: size || "2" }, props),
|
|
47059
46868
|
external_React_.createElement("path", { d: "M0 0H8V2H0z" })));
|
|
47060
46869
|
};
|
|
@@ -47069,7 +46878,7 @@ CheckboxIndeterminate.displayName = 'CheckboxIndeterminate';
|
|
|
47069
46878
|
/* tslint:disable */
|
|
47070
46879
|
|
|
47071
46880
|
const CheckboxChecked = (_a) => {
|
|
47072
|
-
var { size } = _a, props =
|
|
46881
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
47073
46882
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 10 8", fill: "currentColor", width: size || "10", height: size || "8" }, props),
|
|
47074
46883
|
external_React_.createElement("path", { d: "M3.5 5.2L1.2 3 0 4.2 3.5 7.8 10 1.2 8.8 0z" })));
|
|
47075
46884
|
};
|
|
@@ -47084,6 +46893,7 @@ CheckboxChecked.displayName = 'CheckboxChecked';
|
|
|
47084
46893
|
var Checkbox_st_namespace = "Checkbox200509446";
|
|
47085
46894
|
var Checkbox_st_classes = {"root":"Checkbox200509446__root","label":"Checkbox200509446__label","labelInner":"Checkbox200509446__labelInner","children":"Checkbox200509446__children","checkbox":"Checkbox200509446__checkbox","inner":"Checkbox200509446__inner","outer":"Checkbox200509446__outer"};
|
|
47086
46895
|
var Checkbox_st_keyframes = {};
|
|
46896
|
+
var Checkbox_st_layers = {};
|
|
47087
46897
|
var Checkbox_st_stVars = {};
|
|
47088
46898
|
var Checkbox_st_vars = {};
|
|
47089
46899
|
var Checkbox_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Checkbox_st_namespace);
|
|
@@ -47497,7 +47307,7 @@ const listItemSelectBuilder = ({ id, className, checkbox, prefix, title, label,
|
|
|
47497
47307
|
overrideOptionStyle: true,
|
|
47498
47308
|
label,
|
|
47499
47309
|
value: (_a) => {
|
|
47500
|
-
var { selected, hovered } = _a, rest =
|
|
47310
|
+
var { selected, hovered } = _a, rest = tslib_es6_rest(_a, ["selected", "hovered"]);
|
|
47501
47311
|
return (external_React_default().createElement(ListItemSelect, Object.assign({ dataHook: dataHook, className: className, checkbox: checkbox, prefix: prefix, title: title, subtitle: subtitle, suffix: suffix, size: size, ellipsis: ellipsis, selected: selected, highlighted: hovered, tooltipProps: tooltipProps }, rest)));
|
|
47502
47312
|
},
|
|
47503
47313
|
});
|
|
@@ -47571,7 +47381,7 @@ const TOOLTIP_PLACEMENT = {
|
|
|
47571
47381
|
/* tslint:disable */
|
|
47572
47382
|
|
|
47573
47383
|
const FormFieldSpinnerUp = (_a) => {
|
|
47574
|
-
var { size } = _a, props =
|
|
47384
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
47575
47385
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 8 5", fill: "currentColor", width: size || "8", height: size || "5" }, props),
|
|
47576
47386
|
external_React_.createElement("path", { d: "M0 4L0.8 4.8 4 1.5 7.3 4.8 8 4 4 0z" })));
|
|
47577
47387
|
};
|
|
@@ -47586,7 +47396,7 @@ FormFieldSpinnerUp.displayName = 'FormFieldSpinnerUp';
|
|
|
47586
47396
|
/* tslint:disable */
|
|
47587
47397
|
|
|
47588
47398
|
const FormFieldSpinnerDown = (_a) => {
|
|
47589
|
-
var { size } = _a, props =
|
|
47399
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
47590
47400
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 8 5", fill: "currentColor", width: size || "8", height: size || "5" }, props),
|
|
47591
47401
|
external_React_.createElement("path", { d: "M4 3.2L0.7 0 0 0.8 4 4.8 8 0.8 7.2 0z" })));
|
|
47592
47402
|
};
|
|
@@ -47601,6 +47411,7 @@ FormFieldSpinnerDown.displayName = 'FormFieldSpinnerDown';
|
|
|
47601
47411
|
var Ticker_st_namespace = "Ticker1691813931";
|
|
47602
47412
|
var Ticker_st_classes = {"root":"Ticker1691813931__root","up":"Ticker1691813931__up","down":"Ticker1691813931__down"};
|
|
47603
47413
|
var Ticker_st_keyframes = {};
|
|
47414
|
+
var Ticker_st_layers = {};
|
|
47604
47415
|
var Ticker_st_stVars = {};
|
|
47605
47416
|
var Ticker_st_vars = {};
|
|
47606
47417
|
var Ticker_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Ticker_st_namespace);
|
|
@@ -47674,6 +47485,7 @@ Ticker.propTypes = {
|
|
|
47674
47485
|
var IconAffix_st_namespace = "IconAffix732692289";
|
|
47675
47486
|
var IconAffix_st_classes = {"root":"IconAffix732692289__root"};
|
|
47676
47487
|
var IconAffix_st_keyframes = {};
|
|
47488
|
+
var IconAffix_st_layers = {};
|
|
47677
47489
|
var IconAffix_st_stVars = {};
|
|
47678
47490
|
var IconAffix_st_vars = {};
|
|
47679
47491
|
var IconAffix_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, IconAffix_st_namespace);
|
|
@@ -47709,6 +47521,7 @@ IconAffix.propTypes = {
|
|
|
47709
47521
|
var Affix_st_namespace = "Affix4036616503";
|
|
47710
47522
|
var Affix_st_classes = {"root":"Affix4036616503__root","text-small-normal":"typography356170310__text-small-normal","text-small-thin":"typography356170310__text-small-thin","text-medium-normal":"typography356170310__text-medium-normal","text-medium-thin":"typography356170310__text-medium-thin"};
|
|
47711
47523
|
var Affix_st_keyframes = {};
|
|
47524
|
+
var Affix_st_layers = {};
|
|
47712
47525
|
var Affix_st_stVars = {};
|
|
47713
47526
|
var Affix_st_vars = {};
|
|
47714
47527
|
var Affix_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Affix_st_namespace);
|
|
@@ -47742,6 +47555,7 @@ Affix.propTypes = {
|
|
|
47742
47555
|
var Group_st_namespace = "Group1723557123";
|
|
47743
47556
|
var Group_st_classes = {"root":"Group1723557123__root"};
|
|
47744
47557
|
var Group_st_keyframes = {};
|
|
47558
|
+
var Group_st_layers = {};
|
|
47745
47559
|
var Group_st_stVars = {};
|
|
47746
47560
|
var Group_st_vars = {};
|
|
47747
47561
|
var Group_st_cssStates = /* INJECT */ {__stc__:true};
|
|
@@ -47768,7 +47582,7 @@ Group.propTypes = {
|
|
|
47768
47582
|
/* tslint:disable */
|
|
47769
47583
|
|
|
47770
47584
|
const DropDownArrow = (_a) => {
|
|
47771
|
-
var { size } = _a, props =
|
|
47585
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
47772
47586
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 10 6", fill: "currentColor", width: size || "10", height: size || "6" }, props),
|
|
47773
47587
|
external_React_.createElement("path", { d: "M5 4.1L0.7 0 0 0.7 5 5.6 10 0.7 9.3 0z" })));
|
|
47774
47588
|
};
|
|
@@ -47783,6 +47597,7 @@ DropDownArrow.displayName = 'DropDownArrow';
|
|
|
47783
47597
|
var StatusIndicator_st_namespace = "StatusIndicator832178235";
|
|
47784
47598
|
var StatusIndicator_st_classes = {"root":"StatusIndicator832178235__root"};
|
|
47785
47599
|
var StatusIndicator_st_keyframes = {};
|
|
47600
|
+
var StatusIndicator_st_layers = {};
|
|
47786
47601
|
var StatusIndicator_st_stVars = {};
|
|
47787
47602
|
var StatusIndicator_st_vars = {};
|
|
47788
47603
|
var StatusIndicator_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, StatusIndicator_st_namespace);
|
|
@@ -47797,7 +47612,7 @@ if(false /* HMR */) {}
|
|
|
47797
47612
|
/* tslint:disable */
|
|
47798
47613
|
|
|
47799
47614
|
const FormFieldWarningFilled = (_a) => {
|
|
47800
|
-
var { size } = _a, props =
|
|
47615
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
47801
47616
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 18 16", fill: "currentColor", width: size || "18", height: size || "16" }, props),
|
|
47802
47617
|
external_React_.createElement("path", { d: "M17.6762281,12.4439502 C18.3394859,13.5746099 17.9511638,15.0233988 16.8088864,15.6799109 C16.4440973,15.8895697 16.0297764,16 15.6079519,16 L2.3916543,16 C1.0707801,16 2.65526967e-16,14.9401105 0,13.6326705 C0,13.2151362 0.11156502,12.8050293 0.323378097,12.4439502 L6.93152689,1.17899911 C7.59478473,0.0483394554 9.05846025,-0.336033117 10.2007377,0.32047894 C10.560335,0.527153794 10.8592808,0.823059086 11.0680793,1.17899911 L17.6762281,12.4439502 Z M9,4 C8.44771525,4 8,4.44771525 8,5 L8,9 C8,9.55228475 8.44771525,10 9,10 C9.55228475,10 10,9.55228475 10,9 L10,5 C10,4.44771525 9.55228475,4 9,4 Z M9,12 C8.44771525,12 8,12.4477153 8,13 C8,13.5522847 8.44771525,14 9,14 C9.55228475,14 10,13.5522847 10,13 C10,12.4477153 9.55228475,12 9,12 Z" })));
|
|
47803
47618
|
};
|
|
@@ -47812,7 +47627,7 @@ FormFieldWarningFilled.displayName = 'FormFieldWarningFilled';
|
|
|
47812
47627
|
/* tslint:disable */
|
|
47813
47628
|
|
|
47814
47629
|
const FormFieldErrorFilled = (_a) => {
|
|
47815
|
-
var { size } = _a, props =
|
|
47630
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
47816
47631
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18" }, props),
|
|
47817
47632
|
external_React_.createElement("path", { d: "M9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 Z M9,4 C8.44771525,4 8,4.44771525 8,5 L8,9 C8,9.55228475 8.44771525,10 9,10 C9.55228475,10 10,9.55228475 10,9 L10,5 C10,4.44771525 9.55228475,4 9,4 Z M9,12 C8.44771525,12 8,12.4477153 8,13 C8,13.5522847 8.44771525,14 9,14 C9.55228475,14 10,13.5522847 10,13 C10,12.4477153 9.55228475,12 9,12 Z", fillRule: "evenodd" })));
|
|
47818
47633
|
};
|
|
@@ -48062,7 +47877,7 @@ class Input extends external_React_.Component {
|
|
|
48062
47877
|
}
|
|
48063
47878
|
};
|
|
48064
47879
|
this._renderInput = props => {
|
|
48065
|
-
const { customInput: CustomInputComponent, ref } = props, rest =
|
|
47880
|
+
const { customInput: CustomInputComponent, ref } = props, rest = tslib_es6_rest(props, ["customInput", "ref"]);
|
|
48066
47881
|
const inputProps = Object.assign({}, (CustomInputComponent
|
|
48067
47882
|
? Object.assign(Object.assign({ ref }, rest), { 'data-hook': 'wsr-custom-input' }) : Object.assign({ ref }, rest)));
|
|
48068
47883
|
return external_React_default().cloneElement(CustomInputComponent ? external_React_default().createElement(CustomInputComponent, null) : external_React_default().createElement("input", null), inputProps);
|
|
@@ -48164,7 +47979,7 @@ class Input extends external_React_.Component {
|
|
|
48164
47979
|
.map(key => (ariaAttribute['aria-' + key.substr(4).toLowerCase()] =
|
|
48165
47980
|
this.props[key]));
|
|
48166
47981
|
/* eslint-disable no-unused-vars */
|
|
48167
|
-
const { className } = props, inputElementProps =
|
|
47982
|
+
const { className } = props, inputElementProps = tslib_es6_rest(props, ["className"]);
|
|
48168
47983
|
const inputElement = (external_React_default().createElement(WixStyleReactMaskingContext.Consumer, null, ({ maskingClassNames }) => (external_React_default().createElement(StatusContext.Consumer, null, statusContext => this._renderInput(Object.assign(Object.assign(Object.assign({ min,
|
|
48169
47984
|
max,
|
|
48170
47985
|
step, 'data-hook': 'wsr-input', 'data-mask': !!maskingClassNames, style: { textOverflow }, ref: this._extractRef, className: (0,Input_st.st)(Input_st.classes.input, {}, maskingClassNames), id,
|
|
@@ -48589,6 +48404,7 @@ var DropdownLayout_st = __webpack_require__(3416);
|
|
|
48589
48404
|
var ListItemSection_st_namespace = "ListItemSection3750161411";
|
|
48590
48405
|
var ListItemSection_st_classes = {"root":"ListItemSection3750161411__root","title":"ListItemSection3750161411__title","titleWrapper":"ListItemSection3750161411__titleWrapper","suffixWrapper":"ListItemSection3750161411__suffixWrapper","suffix":"ListItemSection3750161411__suffix"};
|
|
48591
48406
|
var ListItemSection_st_keyframes = {};
|
|
48407
|
+
var ListItemSection_st_layers = {};
|
|
48592
48408
|
var ListItemSection_st_stVars = {};
|
|
48593
48409
|
var ListItemSection_st_vars = {};
|
|
48594
48410
|
var ListItemSection_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, ListItemSection_st_namespace);
|
|
@@ -48603,6 +48419,7 @@ if(false /* HMR */) {}
|
|
|
48603
48419
|
var Divider_Divider_st_namespace = "Divider3342002530";
|
|
48604
48420
|
var Divider_Divider_st_classes = {"root":"Divider3342002530__root"};
|
|
48605
48421
|
var Divider_Divider_st_keyframes = {};
|
|
48422
|
+
var Divider_Divider_st_layers = {};
|
|
48606
48423
|
var Divider_Divider_st_stVars = {};
|
|
48607
48424
|
var Divider_Divider_st_vars = {};
|
|
48608
48425
|
var Divider_Divider_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Divider_Divider_st_namespace);
|
|
@@ -48800,6 +48617,7 @@ const listItemSectionBuilder = ({ id, className, dataHook, type, title, suffix,
|
|
|
48800
48617
|
var ListItemAction_st_namespace = "ListItemAction468216726";
|
|
48801
48618
|
var ListItemAction_st_classes = {"root":"ListItemAction468216726__root","text":"ListItemAction468216726__text","prefixIcon":"ListItemAction468216726__prefixIcon","suffixIcon":"ListItemAction468216726__suffixIcon","textBox":"ListItemAction468216726__textBox","suffix":"ListItemAction468216726__suffix"};
|
|
48802
48619
|
var ListItemAction_st_keyframes = {};
|
|
48620
|
+
var ListItemAction_st_layers = {};
|
|
48803
48621
|
var ListItemAction_st_stVars = {};
|
|
48804
48622
|
var ListItemAction_st_vars = {};
|
|
48805
48623
|
var ListItemAction_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, ListItemAction_st_namespace);
|
|
@@ -48875,9 +48693,9 @@ class ListItemActionComponent extends (external_React_default()).PureComponent {
|
|
|
48875
48693
|
}
|
|
48876
48694
|
}
|
|
48877
48695
|
render() {
|
|
48878
|
-
const _a = this.props, { dataHook, disabled, skin, prefixIcon, onClick, focusableOnFocus, focusableOnBlur, as: Component, tabIndex, onKeyDown, autoFocus, highlighted, className, subtitle, suffix, suffixIcon } = _a, others =
|
|
48696
|
+
const _a = this.props, { dataHook, disabled, skin, prefixIcon, onClick, focusableOnFocus, focusableOnBlur, as: Component, tabIndex, onKeyDown, autoFocus, highlighted, className, subtitle, suffix, suffixIcon } = _a, others = tslib_es6_rest(_a, ["dataHook", "disabled", "skin", "prefixIcon", "onClick", "focusableOnFocus", "focusableOnBlur", "as", "tabIndex", "onKeyDown", "autoFocus", "highlighted", "className", "subtitle", "suffix", "suffixIcon"]);
|
|
48879
48697
|
// since we're spreading the "rest" props, we don't want to pass
|
|
48880
|
-
const { selected, hovered, ellipsis, title, shouldFocusWithoutScroll } = others, rest =
|
|
48698
|
+
const { selected, hovered, ellipsis, title, shouldFocusWithoutScroll } = others, rest = tslib_es6_rest(others, ["selected", "hovered", "ellipsis", "title", "shouldFocusWithoutScroll"]);
|
|
48881
48699
|
return (external_React_default().createElement(WixStyleReactContext.Consumer, null, ({ newColorsBranding }) => (external_React_default().createElement(Component, Object.assign({}, rest, { className: ListItemAction_st_st(ListItemAction_st_classes.root, { skin, disabled, highlighted, ellipsis, newColorsBranding }, className), "data-skin": skin, "data-disabled": disabled, tabIndex: tabIndex, ref: ref => (this.innerComponentRef = ref), autoFocus: autoFocus, onFocus: focusableOnFocus, onBlur: focusableOnBlur, type: Component === 'button' ? 'button' : undefined, "data-hook": dataHook, onKeyDown: !disabled ? onKeyDown : undefined, onClick: !disabled ? onClick : undefined }),
|
|
48882
48700
|
prefixIcon && this._renderPrefix(),
|
|
48883
48701
|
this._renderText(),
|
|
@@ -48930,7 +48748,7 @@ ListItemActionComponent.defaultProps = {
|
|
|
48930
48748
|
};
|
|
48931
48749
|
const ListItemAction = Focusable_withFocusable(ListItemActionComponent);
|
|
48932
48750
|
const listItemActionBuilder = (_a) => {
|
|
48933
|
-
var { title, prefixIcon, onClick, id, disabled, skin, size, dataHook, as, tabIndex, autoFocus, className, ellipsis, subtitle, suffix } = _a, rest =
|
|
48751
|
+
var { title, prefixIcon, onClick, id, disabled, skin, size, dataHook, as, tabIndex, autoFocus, className, ellipsis, subtitle, suffix } = _a, rest = tslib_es6_rest(_a, ["title", "prefixIcon", "onClick", "id", "disabled", "skin", "size", "dataHook", "as", "tabIndex", "autoFocus", "className", "ellipsis", "subtitle", "suffix"]);
|
|
48934
48752
|
return ({
|
|
48935
48753
|
id,
|
|
48936
48754
|
disabled,
|
|
@@ -49296,7 +49114,7 @@ class DropdownLayout extends (external_React_default()).PureComponent {
|
|
|
49296
49114
|
}
|
|
49297
49115
|
}
|
|
49298
49116
|
_convertOptionToListItemActionBuilder({ option, idx }) {
|
|
49299
|
-
const { id, value, disabled, optionTitle, title } = option, rest =
|
|
49117
|
+
const { id, value, disabled, optionTitle, title } = option, rest = tslib_es6_rest(option, ["id", "value", "disabled", "optionTitle", "title"]);
|
|
49300
49118
|
return listItemActionBuilder(Object.assign({ id: id !== undefined ? id : idx, ref: ref => (this.children[id] = ref), tabIndex: id === this.state.focusedItemId && !disabled ? '0' : '-1', disabled, title: optionTitle, role: 'menuitem' }, rest));
|
|
49301
49119
|
}
|
|
49302
49120
|
_isControlled() {
|
|
@@ -49642,6 +49460,7 @@ DropdownLayout.NONE_SELECTED_ID = DropdownLayout_NOT_HOVERED_INDEX;
|
|
|
49642
49460
|
var InputWithOptions_st_namespace = "InputWithOptions3569282645";
|
|
49643
49461
|
var InputWithOptions_st_classes = {"root":"InputWithOptions3569282645__root","nativeSelectWrapper":"InputWithOptions3569282645__nativeSelectWrapper","nativeSelect":"InputWithOptions3569282645__nativeSelect","nativeOption":"InputWithOptions3569282645__nativeOption"};
|
|
49644
49462
|
var InputWithOptions_st_keyframes = {};
|
|
49463
|
+
var InputWithOptions_st_layers = {};
|
|
49645
49464
|
var InputWithOptions_st_stVars = {"focusBoxShadow":"0 0 0 3px var(--wsr-color-F00, #AADBFC)"};
|
|
49646
49465
|
var InputWithOptions_st_vars = {};
|
|
49647
49466
|
var InputWithOptions_st_cssStates = /* INJECT */ {__stc__:true};
|
|
@@ -50061,6 +49880,7 @@ InputWithOptions.displayName = 'InputWithOptions';
|
|
|
50061
49880
|
var Dropdown_st_namespace = "Dropdown3616936860";
|
|
50062
49881
|
var Dropdown_st_classes = {"root":"Dropdown3616936860__root","input":"Input3859374805__input","showPointer":"Dropdown3616936860__showPointer"};
|
|
50063
49882
|
var Dropdown_st_keyframes = {};
|
|
49883
|
+
var Dropdown_st_layers = {};
|
|
50064
49884
|
var Dropdown_st_stVars = {};
|
|
50065
49885
|
var Dropdown_st_vars = {};
|
|
50066
49886
|
var Dropdown_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Dropdown_st_namespace);
|
|
@@ -50749,11 +50569,8 @@ const permissionLevels={VIEW:'VIEW',CONTRIBUTE:'CONTRIBUTE',MANAGE:'MANAGE',NONE
|
|
|
50749
50569
|
const _useState2=(0,external_React_.useState)(PermissionsDropdown_st_st(PermissionsDropdown_st_classes.whiteColor)),step1MenuClassName=_useState2[0],setStep1MenuClassName=_useState2[1];const getIcon=id=>{return id===selected?/*#__PURE__*/external_React_default().createElement(DropdownChecked,null):/*#__PURE__*/external_React_default().createElement(DropdownCheckedEmpty,null);};const dropDownChange=e=>{if(!isDashboard){var _e$id;if(!mobile){lockScrolling(false);}setSelected((_e$id=e.id)==null?void 0:_e$id.toString());}if(!isStep2){setStep1MenuClassName(PermissionsDropdown_st_st(PermissionsDropdown_st_classes.whiteColor));}if(props.onChange){props.onChange(""+e.id);}};const getPermissionIcon=permissionId=>{switch(permissionId){case permissionLevels.VIEW:return/*#__PURE__*/external_React_default().createElement((Visible_default()),null);case permissionLevels.CONTRIBUTE:return/*#__PURE__*/external_React_default().createElement((DownloadImport_default()),null);case permissionLevels.MANAGE:return/*#__PURE__*/external_React_default().createElement((Settings_default()),null);case permissionLevels.NONE:return/*#__PURE__*/external_React_default().createElement((Delete_default()),null);default:return'';}};const newOptions=options.map(k=>{return extends_default()({},k,{value:he_default().decode(k.value||''),subtitle:he_default().decode(k.subtitle||''),icon:getIcon(""+k.id),key:k.id});});const lockScrolling=expanded=>{const docBody=document.body;if(expanded){docBody.appendChild(overlay.current);}else if(docBody.contains(overlay.current)){docBody.removeChild(overlay.current);}};if(isDashboard){const updatedOptions=options.map(permission=>{return permission.divider?{value:'-',label:'',id:''}:listItemSelectBuilder({id:permission.id,prefix:/*#__PURE__*/external_React_default().createElement(Box_Box,{paddingLeft:1},getPermissionIcon(permission.id)),title:/*#__PURE__*/external_React_default().createElement(Text_Text,{size:'medium',className:PermissionsDropdown_st_st(PermissionsDropdown_st_classes.wsrMenuTextPaddings,{isLastChild:permission.id===permissionLevels.NONE})}," ",permission.value," "),subtitle:/*#__PURE__*/external_React_default().createElement(Text_Text,{className:PermissionsDropdown_st_st(PermissionsDropdown_st_classes.wsrMenuTextPaddings),size:'small',textAlign:'start'},permission.subtitle," "),label:permission.value,className:PermissionsDropdown_st_st(PermissionsDropdown_st_classes.wsrOption)});});const selectedPermission=updatedOptions.find(permission=>permission.id===props.value);const buttonClassName=shouldChangeColor?step1MenuClassName:'';return isStep2?/*#__PURE__*/external_React_default().createElement(src_Dropdown_Dropdown,{placeholder:(selectedPermission==null?void 0:selectedPermission.label)||'',dropdownWidth:"320px",options:updatedOptions,popoverProps:{placement:'bottom-end',appendTo:'parent'},className:className,onSelect:dropDownChange}):/*#__PURE__*/external_React_default().createElement(DropdownBase_DropdownBase,{options:updatedOptions,maxWidth:'320px',minWidth:'320px',className:className,maxHeight:'348px',appendTo:buttonClassName?"."+buttonClassName:'scrollParent',onSelect:dropDownChange,placement:'bottom-end',overflow:'visible',flip:false},_ref=>{let toggle=_ref.toggle,_ref$selectedOption=_ref.selectedOption,selectedOption=_ref$selectedOption===void 0?{}:_ref$selectedOption;return/*#__PURE__*/external_React_default().createElement(TextButton_TextButton,{skin:"dark",className:buttonClassName,onClick:toggle,suffixIcon:/*#__PURE__*/external_React_default().createElement((components_ChevronDown_default()),null)},selectedOption.id!=='NONE'&&selectedOption.label||(selectedPermission==null?void 0:selectedPermission.label));});}return/*#__PURE__*/external_React_default().createElement(FloatingDropdown,{"aria-labelledby":ariaLabelledBy,options:newOptions,disabled:props.disabled,value:selected,label:'',onChange:dropDownChange,className:PermissionsDropdown_st_st(PermissionsDropdown_st_classes.permissionsDropdown,{isDisabled:props.disabled,mobile},className),appendTo:"window",onExpandedChange:lockScrolling,placement:"bottom-start"});}/* harmony default export */ var PermissionsDropdown_PermissionsDropdown = (PermissionsDropdown);
|
|
50750
50570
|
;// CONCATENATED MODULE: ./assets/icons/BackIcon.svg
|
|
50751
50571
|
var BackIcon_path;
|
|
50752
|
-
|
|
50753
50572
|
function BackIcon_extends() { BackIcon_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return BackIcon_extends.apply(this, arguments); }
|
|
50754
50573
|
|
|
50755
|
-
|
|
50756
|
-
|
|
50757
50574
|
var SvgBackIcon = function SvgBackIcon(props) {
|
|
50758
50575
|
return /*#__PURE__*/external_React_.createElement("svg", BackIcon_extends({
|
|
50759
50576
|
width: 10,
|
|
@@ -50766,7 +50583,6 @@ var SvgBackIcon = function SvgBackIcon(props) {
|
|
|
50766
50583
|
fillRule: "evenodd"
|
|
50767
50584
|
})));
|
|
50768
50585
|
};
|
|
50769
|
-
|
|
50770
50586
|
/* harmony default export */ var BackIcon = (SvgBackIcon);
|
|
50771
50587
|
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-tpa/dist/es/src/components/SectionNotification/types.js
|
|
50772
50588
|
var SectionNotificationButtonType;
|
|
@@ -50800,6 +50616,7 @@ var SectionNotificationDataHooks;
|
|
|
50800
50616
|
var SectionNotification_st_namespace = "SectionNotification1091684922";
|
|
50801
50617
|
var SectionNotification_st_classes = {"root":"SectionNotification1091684922__root","main":"SectionNotification1091684922__main","contentsWrapper":"SectionNotification1091684922__contentsWrapper","buttonsWrapper":"SectionNotification1091684922__buttonsWrapper","icon":"SectionNotification1091684922__icon","text":"SectionNotification1091684922__text","button":"SectionNotification1091684922__button"};
|
|
50802
50618
|
var SectionNotification_st_keyframes = {};
|
|
50619
|
+
var SectionNotification_st_layers = {};
|
|
50803
50620
|
var SectionNotification_st_stVars = {"BorderRadius":"2px","BorderWidth":"1px","MainVerticalPadding":"9px","MainCompactVerticalPadding":"5px","MainLeftPadding":"12px","MainRightPadding":"16px","ContentPadding":"8px","TextMinWidth":"200px","DefaultTextColor":"#000000","DefaultWiredTextColor":"\"color(color-5)\"","FontSize":"14px","LineHeight":"20px","SuccessColor":"#008250","DefaultBackgroundColor":"\"opacity(#000000, 0.05)\"","DefaultWiredBackgroundColor":"\"opacity(color(color-5), 0.05)\"","ErrorBackgroundColor":"\"opacity(#DF3131, 0.1)\"","AlertBackgroundColor":"\"opacity(#FFB600, 0.1)\"","SuccessBackgroundColor":"\"opacity(#008250, 0.1)\"","SuccessIconColor":"#008250","BackgroundColor":"--overridable","TextColor":"--overridable","MainBackgroundColor":"\"color(fallback(--overridable, opacity(#000000, 0.05)))\"","MainTextColor":"\"color(fallback(--overridable, #000000))\"","WiredTextColor":"\"color(fallback(--overridable, color(color-5)))\"","WiredBackgroundColor":"\"color(fallback(--overridable, opacity(color(color-5), 0.05)))\""};
|
|
50804
50621
|
var SectionNotification_st_vars = {};
|
|
50805
50622
|
var SectionNotification_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, SectionNotification_st_namespace);
|
|
@@ -50814,6 +50631,7 @@ if(false /* HMR */) {}
|
|
|
50814
50631
|
var SectionNotificationButton_st_namespace = "SectionNotificationButton2433172930";
|
|
50815
50632
|
var SectionNotificationButton_st_classes = {"root":"SectionNotificationButton2433172930__root","button":"SectionNotificationButton2433172930__button"};
|
|
50816
50633
|
var SectionNotificationButton_st_keyframes = {};
|
|
50634
|
+
var SectionNotificationButton_st_layers = {};
|
|
50817
50635
|
var SectionNotificationButton_st_stVars = {"FontSize":"14px","TextButtonColor":"#000000","BasicButtonTextColor":"#FFFFFF","BasicButtonBackgroundColor":"#000000","BasicButtonBorderColor":"#000000","SecondaryButtonTextColor":"#000000","SecondaryButtonBorderColor":"#000000"};
|
|
50818
50636
|
var SectionNotificationButton_st_vars = {};
|
|
50819
50637
|
var SectionNotificationButton_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, SectionNotificationButton_st_namespace);
|
|
@@ -50969,11 +50787,8 @@ SectionNotification.Button = SectionNotificationButton;
|
|
|
50969
50787
|
//# sourceMappingURL=SectionNotification.js.map
|
|
50970
50788
|
;// CONCATENATED MODULE: ./assets/icons/Error.svg
|
|
50971
50789
|
var Error_path;
|
|
50972
|
-
|
|
50973
50790
|
function Error_extends() { Error_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Error_extends.apply(this, arguments); }
|
|
50974
50791
|
|
|
50975
|
-
|
|
50976
|
-
|
|
50977
50792
|
var SvgError = function SvgError(props) {
|
|
50978
50793
|
return /*#__PURE__*/external_React_.createElement("svg", Error_extends({
|
|
50979
50794
|
width: 17,
|
|
@@ -50986,7 +50801,6 @@ var SvgError = function SvgError(props) {
|
|
|
50986
50801
|
fillRule: "nonzero"
|
|
50987
50802
|
})));
|
|
50988
50803
|
};
|
|
50989
|
-
|
|
50990
50804
|
/* harmony default export */ var icons_Error = (SvgError);
|
|
50991
50805
|
;// CONCATENATED MODULE: ../../../node_modules/wix-ui-tpa/dist/es/src/components/StatesButton/StatesButton.st.css
|
|
50992
50806
|
|
|
@@ -50994,6 +50808,7 @@ var SvgError = function SvgError(props) {
|
|
|
50994
50808
|
var StatesButton_st_namespace = "StatesButton2366205175";
|
|
50995
50809
|
var StatesButton_st_classes = {"root":"StatesButton2366205175__root","successIconWrapper":"StatesButton2366205175__successIconWrapper","successIcon":"StatesButton2366205175__successIcon"};
|
|
50996
50810
|
var StatesButton_st_keyframes = {"bounce-in":"StatesButton2366205175__bounce-in"};
|
|
50811
|
+
var StatesButton_st_layers = {};
|
|
50997
50812
|
var StatesButton_st_stVars = {};
|
|
50998
50813
|
var StatesButton_st_vars = {};
|
|
50999
50814
|
var StatesButton_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, StatesButton_st_namespace);
|
|
@@ -51093,11 +50908,8 @@ class StatesButton extends external_React_.Component {
|
|
|
51093
50908
|
//# sourceMappingURL=StatesButton.js.map
|
|
51094
50909
|
;// CONCATENATED MODULE: ./assets/icons/ButtonSpinner.svg
|
|
51095
50910
|
var _circle, _circle2, _circle3;
|
|
51096
|
-
|
|
51097
50911
|
function ButtonSpinner_extends() { ButtonSpinner_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ButtonSpinner_extends.apply(this, arguments); }
|
|
51098
50912
|
|
|
51099
|
-
|
|
51100
|
-
|
|
51101
50913
|
var SvgButtonSpinner = function SvgButtonSpinner(props) {
|
|
51102
50914
|
return /*#__PURE__*/external_React_.createElement("svg", ButtonSpinner_extends({
|
|
51103
50915
|
width: 26,
|
|
@@ -51173,18 +50985,14 @@ var SvgButtonSpinner = function SvgButtonSpinner(props) {
|
|
|
51173
50985
|
repeatCount: "indefinite"
|
|
51174
50986
|
}))));
|
|
51175
50987
|
};
|
|
51176
|
-
|
|
51177
50988
|
/* harmony default export */ var ButtonSpinner = (SvgButtonSpinner);
|
|
51178
50989
|
// EXTERNAL MODULE: ../../../node_modules/wix-ui-icons-common/dist/src/on-stage/general/dist/components/Error.js
|
|
51179
50990
|
var components_Error = __webpack_require__(5332);
|
|
51180
50991
|
var Error_default = /*#__PURE__*/__webpack_require__.n(components_Error);
|
|
51181
50992
|
;// CONCATENATED MODULE: ./assets/icons/SmallArrowLeftIcon.svg
|
|
51182
50993
|
var SmallArrowLeftIcon_path;
|
|
51183
|
-
|
|
51184
50994
|
function SmallArrowLeftIcon_extends() { SmallArrowLeftIcon_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return SmallArrowLeftIcon_extends.apply(this, arguments); }
|
|
51185
50995
|
|
|
51186
|
-
|
|
51187
|
-
|
|
51188
50996
|
var SvgSmallArrowLeftIcon = function SvgSmallArrowLeftIcon(props) {
|
|
51189
50997
|
return /*#__PURE__*/external_React_.createElement("svg", SmallArrowLeftIcon_extends({
|
|
51190
50998
|
width: 6,
|
|
@@ -51197,7 +51005,6 @@ var SvgSmallArrowLeftIcon = function SvgSmallArrowLeftIcon(props) {
|
|
|
51197
51005
|
fillRule: "evenodd"
|
|
51198
51006
|
})));
|
|
51199
51007
|
};
|
|
51200
|
-
|
|
51201
51008
|
/* harmony default export */ var SmallArrowLeftIcon = (SvgSmallArrowLeftIcon);
|
|
51202
51009
|
// EXTERNAL MODULE: ../../../node_modules/wix-ui-icons-common/dist/src/general/dist/components/ChevronLeftSmall.js
|
|
51203
51010
|
var ChevronLeftSmall = __webpack_require__(9280);
|
|
@@ -51228,7 +51035,6 @@ function _defineProperties(target, props) {
|
|
|
51228
51035
|
Object.defineProperty(target, descriptor.key, descriptor);
|
|
51229
51036
|
}
|
|
51230
51037
|
}
|
|
51231
|
-
|
|
51232
51038
|
function createClass_createClass(Constructor, protoProps, staticProps) {
|
|
51233
51039
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
51234
51040
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
@@ -51243,7 +51049,6 @@ function inherits_inherits(subClass, superClass) {
|
|
|
51243
51049
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
51244
51050
|
throw new TypeError("Super expression must either be null or a function");
|
|
51245
51051
|
}
|
|
51246
|
-
|
|
51247
51052
|
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
51248
51053
|
constructor: {
|
|
51249
51054
|
value: subClass,
|
|
@@ -51254,7 +51059,7 @@ function inherits_inherits(subClass, superClass) {
|
|
|
51254
51059
|
Object.defineProperty(subClass, "prototype", {
|
|
51255
51060
|
writable: false
|
|
51256
51061
|
});
|
|
51257
|
-
if (superClass)
|
|
51062
|
+
if (superClass) setPrototypeOf_setPrototypeOf(subClass, superClass);
|
|
51258
51063
|
}
|
|
51259
51064
|
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
51260
51065
|
function _typeof(obj) {
|
|
@@ -51275,8 +51080,7 @@ function possibleConstructorReturn_possibleConstructorReturn(self, call) {
|
|
|
51275
51080
|
} else if (call !== void 0) {
|
|
51276
51081
|
throw new TypeError("Derived constructors may only return object or undefined");
|
|
51277
51082
|
}
|
|
51278
|
-
|
|
51279
|
-
return _assertThisInitialized(self);
|
|
51083
|
+
return assertThisInitialized_assertThisInitialized(self);
|
|
51280
51084
|
}
|
|
51281
51085
|
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
|
|
51282
51086
|
function _getPrototypeOf(o) {
|
|
@@ -52846,7 +52650,7 @@ var Global = /* #__PURE__ */(/* unused pure expression or super */ null && (with
|
|
|
52846
52650
|
// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild
|
|
52847
52651
|
// initial client-side render from SSR, use place of hydrating tag
|
|
52848
52652
|
var InnerGlobal = /*#__PURE__*/function (_React$Component) {
|
|
52849
|
-
|
|
52653
|
+
inheritsLoose_inheritsLoose(InnerGlobal, _React$Component);
|
|
52850
52654
|
|
|
52851
52655
|
function InnerGlobal(props, context, updater) {
|
|
52852
52656
|
return _React$Component.call(this, props, context, updater) || this;
|
|
@@ -53034,12 +52838,10 @@ var ClassNames = emotion_element_04d85134_browser_esm_withEmotionCache(function
|
|
|
53034
52838
|
|
|
53035
52839
|
function _objectWithoutProperties(source, excluded) {
|
|
53036
52840
|
if (source == null) return {};
|
|
53037
|
-
var target =
|
|
52841
|
+
var target = objectWithoutPropertiesLoose_objectWithoutPropertiesLoose(source, excluded);
|
|
53038
52842
|
var key, i;
|
|
53039
|
-
|
|
53040
52843
|
if (Object.getOwnPropertySymbols) {
|
|
53041
52844
|
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
53042
|
-
|
|
53043
52845
|
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
53044
52846
|
key = sourceSymbolKeys[i];
|
|
53045
52847
|
if (excluded.indexOf(key) >= 0) continue;
|
|
@@ -53047,7 +52849,6 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
53047
52849
|
target[key] = source[key];
|
|
53048
52850
|
}
|
|
53049
52851
|
}
|
|
53050
|
-
|
|
53051
52852
|
return target;
|
|
53052
52853
|
}
|
|
53053
52854
|
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
|
|
@@ -53057,18 +52858,14 @@ function _arrayWithHoles(arr) {
|
|
|
53057
52858
|
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
|
|
53058
52859
|
function _iterableToArrayLimit(arr, i) {
|
|
53059
52860
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
53060
|
-
|
|
53061
52861
|
if (_i == null) return;
|
|
53062
52862
|
var _arr = [];
|
|
53063
52863
|
var _n = true;
|
|
53064
52864
|
var _d = false;
|
|
53065
|
-
|
|
53066
52865
|
var _s, _e;
|
|
53067
|
-
|
|
53068
52866
|
try {
|
|
53069
52867
|
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
53070
52868
|
_arr.push(_s.value);
|
|
53071
|
-
|
|
53072
52869
|
if (i && _arr.length === i) break;
|
|
53073
52870
|
}
|
|
53074
52871
|
} catch (err) {
|
|
@@ -53081,17 +52878,14 @@ function _iterableToArrayLimit(arr, i) {
|
|
|
53081
52878
|
if (_d) throw _e;
|
|
53082
52879
|
}
|
|
53083
52880
|
}
|
|
53084
|
-
|
|
53085
52881
|
return _arr;
|
|
53086
52882
|
}
|
|
53087
52883
|
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
53088
52884
|
function _arrayLikeToArray(arr, len) {
|
|
53089
52885
|
if (len == null || len > arr.length) len = arr.length;
|
|
53090
|
-
|
|
53091
52886
|
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
53092
52887
|
arr2[i] = arr[i];
|
|
53093
52888
|
}
|
|
53094
|
-
|
|
53095
52889
|
return arr2;
|
|
53096
52890
|
}
|
|
53097
52891
|
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
|
@@ -53142,7 +52936,6 @@ function _taggedTemplateLiteral(strings, raw) {
|
|
|
53142
52936
|
if (!raw) {
|
|
53143
52937
|
raw = strings.slice(0);
|
|
53144
52938
|
}
|
|
53145
|
-
|
|
53146
52939
|
return Object.freeze(Object.defineProperties(strings, {
|
|
53147
52940
|
raw: {
|
|
53148
52941
|
value: Object.freeze(raw)
|
|
@@ -53366,7 +53159,7 @@ function isMobileDevice() {
|
|
|
53366
53159
|
|
|
53367
53160
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
53368
53161
|
|
|
53369
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) {
|
|
53162
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { esm_defineProperty_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
53370
53163
|
|
|
53371
53164
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return possibleConstructorReturn_possibleConstructorReturn(this, result); }; }
|
|
53372
53165
|
|
|
@@ -53557,7 +53350,7 @@ var menuCSS = function menuCSS(_ref2) {
|
|
|
53557
53350
|
colors = _ref2$theme.colors;
|
|
53558
53351
|
return _ref3 = {
|
|
53559
53352
|
label: 'menu'
|
|
53560
|
-
},
|
|
53353
|
+
}, esm_defineProperty_defineProperty(_ref3, alignToControl(placement), '100%'), esm_defineProperty_defineProperty(_ref3, "backgroundColor", colors.neutral0), esm_defineProperty_defineProperty(_ref3, "borderRadius", borderRadius), esm_defineProperty_defineProperty(_ref3, "boxShadow", '0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)'), esm_defineProperty_defineProperty(_ref3, "marginBottom", spacing.menuGutter), esm_defineProperty_defineProperty(_ref3, "marginTop", spacing.menuGutter), esm_defineProperty_defineProperty(_ref3, "position", 'absolute'), esm_defineProperty_defineProperty(_ref3, "width", '100%'), esm_defineProperty_defineProperty(_ref3, "zIndex", 1), _ref3;
|
|
53561
53354
|
};
|
|
53562
53355
|
var PortalPlacementContext = /*#__PURE__*/(0,external_React_.createContext)({
|
|
53563
53356
|
getPortalPlacement: null
|
|
@@ -53644,7 +53437,7 @@ var Menu = function Menu(props) {
|
|
|
53644
53437
|
getStyles = props.getStyles,
|
|
53645
53438
|
innerRef = props.innerRef,
|
|
53646
53439
|
innerProps = props.innerProps;
|
|
53647
|
-
return jsx("div",
|
|
53440
|
+
return jsx("div", esm_extends_extends({
|
|
53648
53441
|
css: getStyles('menu', props),
|
|
53649
53442
|
className: cx({
|
|
53650
53443
|
menu: true
|
|
@@ -53677,7 +53470,7 @@ var MenuList = function MenuList(props) {
|
|
|
53677
53470
|
isMulti = props.isMulti,
|
|
53678
53471
|
innerRef = props.innerRef,
|
|
53679
53472
|
innerProps = props.innerProps;
|
|
53680
|
-
return jsx("div",
|
|
53473
|
+
return jsx("div", esm_extends_extends({
|
|
53681
53474
|
css: getStyles('menuList', props),
|
|
53682
53475
|
className: cx({
|
|
53683
53476
|
'menu-list': true,
|
|
@@ -53708,7 +53501,7 @@ var NoOptionsMessage = function NoOptionsMessage(props) {
|
|
|
53708
53501
|
cx = props.cx,
|
|
53709
53502
|
getStyles = props.getStyles,
|
|
53710
53503
|
innerProps = props.innerProps;
|
|
53711
|
-
return jsx("div",
|
|
53504
|
+
return jsx("div", esm_extends_extends({
|
|
53712
53505
|
css: getStyles('noOptionsMessage', props),
|
|
53713
53506
|
className: cx({
|
|
53714
53507
|
'menu-notice': true,
|
|
@@ -53725,7 +53518,7 @@ var LoadingMessage = function LoadingMessage(props) {
|
|
|
53725
53518
|
cx = props.cx,
|
|
53726
53519
|
getStyles = props.getStyles,
|
|
53727
53520
|
innerProps = props.innerProps;
|
|
53728
|
-
return jsx("div",
|
|
53521
|
+
return jsx("div", esm_extends_extends({
|
|
53729
53522
|
css: getStyles('loadingMessage', props),
|
|
53730
53523
|
className: cx({
|
|
53731
53524
|
'menu-notice': true,
|
|
@@ -53933,7 +53726,7 @@ var SelectContainer = function SelectContainer(props) {
|
|
|
53933
53726
|
innerProps = props.innerProps,
|
|
53934
53727
|
isDisabled = props.isDisabled,
|
|
53935
53728
|
isRtl = props.isRtl;
|
|
53936
|
-
return jsx("div",
|
|
53729
|
+
return jsx("div", esm_extends_extends({
|
|
53937
53730
|
css: getStyles('container', props),
|
|
53938
53731
|
className: cx({
|
|
53939
53732
|
'--is-disabled': isDisabled,
|
|
@@ -54021,7 +53814,7 @@ var Svg = function Svg(_ref) {
|
|
|
54021
53814
|
var size = _ref.size,
|
|
54022
53815
|
props = _objectWithoutProperties(_ref, ["size"]);
|
|
54023
53816
|
|
|
54024
|
-
return jsx("svg",
|
|
53817
|
+
return jsx("svg", esm_extends_extends({
|
|
54025
53818
|
height: size,
|
|
54026
53819
|
width: size,
|
|
54027
53820
|
viewBox: "0 0 20 20",
|
|
@@ -54032,14 +53825,14 @@ var Svg = function Svg(_ref) {
|
|
|
54032
53825
|
};
|
|
54033
53826
|
|
|
54034
53827
|
var CrossIcon = function CrossIcon(props) {
|
|
54035
|
-
return jsx(Svg,
|
|
53828
|
+
return jsx(Svg, esm_extends_extends({
|
|
54036
53829
|
size: 20
|
|
54037
53830
|
}, props), jsx("path", {
|
|
54038
53831
|
d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"
|
|
54039
53832
|
}));
|
|
54040
53833
|
};
|
|
54041
53834
|
var DownChevron = function DownChevron(props) {
|
|
54042
|
-
return jsx(Svg,
|
|
53835
|
+
return jsx(Svg, esm_extends_extends({
|
|
54043
53836
|
size: 20
|
|
54044
53837
|
}, props), jsx("path", {
|
|
54045
53838
|
d: "M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
|
|
@@ -54072,7 +53865,7 @@ var DropdownIndicator = function DropdownIndicator(props) {
|
|
|
54072
53865
|
cx = props.cx,
|
|
54073
53866
|
getStyles = props.getStyles,
|
|
54074
53867
|
innerProps = props.innerProps;
|
|
54075
|
-
return jsx("div",
|
|
53868
|
+
return jsx("div", esm_extends_extends({}, innerProps, {
|
|
54076
53869
|
css: getStyles('dropdownIndicator', props),
|
|
54077
53870
|
className: cx({
|
|
54078
53871
|
indicator: true,
|
|
@@ -54087,7 +53880,7 @@ var ClearIndicator = function ClearIndicator(props) {
|
|
|
54087
53880
|
cx = props.cx,
|
|
54088
53881
|
getStyles = props.getStyles,
|
|
54089
53882
|
innerProps = props.innerProps;
|
|
54090
|
-
return jsx("div",
|
|
53883
|
+
return jsx("div", esm_extends_extends({}, innerProps, {
|
|
54091
53884
|
css: getStyles('clearIndicator', props),
|
|
54092
53885
|
className: cx({
|
|
54093
53886
|
indicator: true,
|
|
@@ -54117,7 +53910,7 @@ var IndicatorSeparator = function IndicatorSeparator(props) {
|
|
|
54117
53910
|
cx = props.cx,
|
|
54118
53911
|
getStyles = props.getStyles,
|
|
54119
53912
|
innerProps = props.innerProps;
|
|
54120
|
-
return jsx("span",
|
|
53913
|
+
return jsx("span", esm_extends_extends({}, innerProps, {
|
|
54121
53914
|
css: getStyles('indicatorSeparator', props),
|
|
54122
53915
|
className: cx({
|
|
54123
53916
|
'indicator-separator': true
|
|
@@ -54172,7 +53965,7 @@ var LoadingIndicator = function LoadingIndicator(props) {
|
|
|
54172
53965
|
getStyles = props.getStyles,
|
|
54173
53966
|
innerProps = props.innerProps,
|
|
54174
53967
|
isRtl = props.isRtl;
|
|
54175
|
-
return jsx("div",
|
|
53968
|
+
return jsx("div", esm_extends_extends({}, innerProps, {
|
|
54176
53969
|
css: getStyles('loadingIndicator', props),
|
|
54177
53970
|
className: cx({
|
|
54178
53971
|
indicator: true,
|
|
@@ -54233,7 +54026,7 @@ var Control = function Control(props) {
|
|
|
54233
54026
|
innerRef = props.innerRef,
|
|
54234
54027
|
innerProps = props.innerProps,
|
|
54235
54028
|
menuIsOpen = props.menuIsOpen;
|
|
54236
|
-
return jsx("div",
|
|
54029
|
+
return jsx("div", esm_extends_extends({
|
|
54237
54030
|
ref: innerRef,
|
|
54238
54031
|
css: getStyles('control', props),
|
|
54239
54032
|
className: cx({
|
|
@@ -54247,7 +54040,7 @@ var Control = function Control(props) {
|
|
|
54247
54040
|
|
|
54248
54041
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
54249
54042
|
|
|
54250
|
-
function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$1(Object(source), true).forEach(function (key) {
|
|
54043
|
+
function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$1(Object(source), true).forEach(function (key) { esm_defineProperty_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$1(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
54251
54044
|
var groupCSS = function groupCSS(_ref) {
|
|
54252
54045
|
var spacing = _ref.theme.spacing;
|
|
54253
54046
|
return {
|
|
@@ -54271,7 +54064,7 @@ var index_75b02bac_browser_esm_Group = function Group(props) {
|
|
|
54271
54064
|
className: cx({
|
|
54272
54065
|
group: true
|
|
54273
54066
|
}, className)
|
|
54274
|
-
}, jsx(Heading,
|
|
54067
|
+
}, jsx(Heading, esm_extends_extends({}, headingProps, {
|
|
54275
54068
|
selectProps: selectProps,
|
|
54276
54069
|
theme: theme,
|
|
54277
54070
|
getStyles: getStyles,
|
|
@@ -54302,7 +54095,7 @@ var GroupHeading = function GroupHeading(props) {
|
|
|
54302
54095
|
selectProps = props.selectProps,
|
|
54303
54096
|
cleanProps = _objectWithoutProperties(props, ["className", "cx", "getStyles", "theme", "selectProps"]);
|
|
54304
54097
|
|
|
54305
|
-
return jsx("div",
|
|
54098
|
+
return jsx("div", esm_extends_extends({
|
|
54306
54099
|
css: getStyles('groupHeading', _objectSpread$1({
|
|
54307
54100
|
theme: theme
|
|
54308
54101
|
}, cleanProps)),
|
|
@@ -54314,7 +54107,7 @@ var GroupHeading = function GroupHeading(props) {
|
|
|
54314
54107
|
|
|
54315
54108
|
function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
54316
54109
|
|
|
54317
|
-
function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$2(Object(source), true).forEach(function (key) {
|
|
54110
|
+
function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$2(Object(source), true).forEach(function (key) { esm_defineProperty_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
54318
54111
|
var inputCSS = function inputCSS(_ref) {
|
|
54319
54112
|
var isDisabled = _ref.isDisabled,
|
|
54320
54113
|
_ref$theme = _ref.theme,
|
|
@@ -54357,7 +54150,7 @@ var index_75b02bac_browser_esm_Input = function Input(_ref2) {
|
|
|
54357
54150
|
css: getStyles('input', _objectSpread$2({
|
|
54358
54151
|
theme: theme
|
|
54359
54152
|
}, props))
|
|
54360
|
-
}, jsx(AutosizeInput/* default */.Z,
|
|
54153
|
+
}, jsx(AutosizeInput/* default */.Z, esm_extends_extends({
|
|
54361
54154
|
className: cx({
|
|
54362
54155
|
input: true
|
|
54363
54156
|
}, className),
|
|
@@ -54369,7 +54162,7 @@ var index_75b02bac_browser_esm_Input = function Input(_ref2) {
|
|
|
54369
54162
|
|
|
54370
54163
|
function ownKeys$3(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
54371
54164
|
|
|
54372
|
-
function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$3(Object(source), true).forEach(function (key) {
|
|
54165
|
+
function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$3(Object(source), true).forEach(function (key) { esm_defineProperty_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$3(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
54373
54166
|
var multiValueCSS = function multiValueCSS(_ref) {
|
|
54374
54167
|
var _ref$theme = _ref.theme,
|
|
54375
54168
|
spacing = _ref$theme.spacing,
|
|
@@ -54520,7 +54313,7 @@ var Option = function Option(props) {
|
|
|
54520
54313
|
isSelected = props.isSelected,
|
|
54521
54314
|
innerRef = props.innerRef,
|
|
54522
54315
|
innerProps = props.innerProps;
|
|
54523
|
-
return jsx("div",
|
|
54316
|
+
return jsx("div", esm_extends_extends({
|
|
54524
54317
|
css: getStyles('option', props),
|
|
54525
54318
|
className: cx({
|
|
54526
54319
|
option: true,
|
|
@@ -54553,7 +54346,7 @@ var Placeholder = function Placeholder(props) {
|
|
|
54553
54346
|
cx = props.cx,
|
|
54554
54347
|
getStyles = props.getStyles,
|
|
54555
54348
|
innerProps = props.innerProps;
|
|
54556
|
-
return jsx("div",
|
|
54349
|
+
return jsx("div", esm_extends_extends({
|
|
54557
54350
|
css: getStyles('placeholder', props),
|
|
54558
54351
|
className: cx({
|
|
54559
54352
|
placeholder: true
|
|
@@ -54588,7 +54381,7 @@ var SingleValue = function SingleValue(props) {
|
|
|
54588
54381
|
getStyles = props.getStyles,
|
|
54589
54382
|
isDisabled = props.isDisabled,
|
|
54590
54383
|
innerProps = props.innerProps;
|
|
54591
|
-
return jsx("div",
|
|
54384
|
+
return jsx("div", esm_extends_extends({
|
|
54592
54385
|
css: getStyles('singleValue', props),
|
|
54593
54386
|
className: cx({
|
|
54594
54387
|
'single-value': true,
|
|
@@ -54599,7 +54392,7 @@ var SingleValue = function SingleValue(props) {
|
|
|
54599
54392
|
|
|
54600
54393
|
function ownKeys$4(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
54601
54394
|
|
|
54602
|
-
function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$4(Object(source), true).forEach(function (key) {
|
|
54395
|
+
function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$4(Object(source), true).forEach(function (key) { esm_defineProperty_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$4(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
54603
54396
|
var components = {
|
|
54604
54397
|
ClearIndicator: ClearIndicator,
|
|
54605
54398
|
Control: Control,
|
|
@@ -54926,7 +54719,7 @@ var stripDiacritics = function stripDiacritics(str) {
|
|
|
54926
54719
|
|
|
54927
54720
|
function Select_e1cf49ae_browser_esm_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
54928
54721
|
|
|
54929
|
-
function Select_e1cf49ae_browser_esm_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Select_e1cf49ae_browser_esm_ownKeys(Object(source), true).forEach(function (key) {
|
|
54722
|
+
function Select_e1cf49ae_browser_esm_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Select_e1cf49ae_browser_esm_ownKeys(Object(source), true).forEach(function (key) { esm_defineProperty_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Select_e1cf49ae_browser_esm_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
54930
54723
|
|
|
54931
54724
|
var trimString = function trimString(str) {
|
|
54932
54725
|
return str.replace(/^\s+|\s+$/g, '');
|
|
@@ -54976,7 +54769,7 @@ var _ref = true ? {
|
|
|
54976
54769
|
} : 0;
|
|
54977
54770
|
|
|
54978
54771
|
var A11yText = function A11yText(props) {
|
|
54979
|
-
return jsx("span",
|
|
54772
|
+
return jsx("span", esm_extends_extends({
|
|
54980
54773
|
css: _ref
|
|
54981
54774
|
}, props));
|
|
54982
54775
|
};
|
|
@@ -54992,7 +54785,7 @@ function DummyInput(_ref) {
|
|
|
54992
54785
|
emotion = _ref.emotion,
|
|
54993
54786
|
props = _objectWithoutProperties(_ref, ["in", "out", "onExited", "appear", "enter", "exit", "innerRef", "emotion"]);
|
|
54994
54787
|
|
|
54995
|
-
return jsx("input",
|
|
54788
|
+
return jsx("input", esm_extends_extends({
|
|
54996
54789
|
ref: innerRef
|
|
54997
54790
|
}, props, {
|
|
54998
54791
|
css: /*#__PURE__*/css_browser_esm({
|
|
@@ -55617,7 +55410,7 @@ var defaultTheme = {
|
|
|
55617
55410
|
|
|
55618
55411
|
function Select_e1cf49ae_browser_esm_ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
55619
55412
|
|
|
55620
|
-
function Select_e1cf49ae_browser_esm_objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Select_e1cf49ae_browser_esm_ownKeys$2(Object(source), true).forEach(function (key) {
|
|
55413
|
+
function Select_e1cf49ae_browser_esm_objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Select_e1cf49ae_browser_esm_ownKeys$2(Object(source), true).forEach(function (key) { esm_defineProperty_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Select_e1cf49ae_browser_esm_ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
55621
55414
|
|
|
55622
55415
|
function _createSuper$4(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$4(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return possibleConstructorReturn_possibleConstructorReturn(this, result); }; }
|
|
55623
55416
|
|
|
@@ -56471,7 +56264,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
56471
56264
|
};
|
|
56472
56265
|
|
|
56473
56266
|
var _value = _props.value;
|
|
56474
|
-
_this.cacheComponents = memoize_one_esm(_this.cacheComponents, exportedEqual).bind(
|
|
56267
|
+
_this.cacheComponents = memoize_one_esm(_this.cacheComponents, exportedEqual).bind(assertThisInitialized_assertThisInitialized(_this));
|
|
56475
56268
|
|
|
56476
56269
|
_this.cacheComponents(_props.components);
|
|
56477
56270
|
|
|
@@ -56491,7 +56284,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
56491
56284
|
lastSelectValue = _ref9[1];
|
|
56492
56285
|
|
|
56493
56286
|
return newSelectValue === lastSelectValue && newProps.inputValue === lastProps.inputValue && newProps.options === lastProps.options;
|
|
56494
|
-
}).bind(
|
|
56287
|
+
}).bind(assertThisInitialized_assertThisInitialized(_this));
|
|
56495
56288
|
|
|
56496
56289
|
var _menuOptions = _props.menuIsOpen ? _this.buildMenuOptions(_props, _selectValue) : {
|
|
56497
56290
|
render: [],
|
|
@@ -57051,7 +56844,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57051
56844
|
|
|
57052
56845
|
if (!isSearchable) {
|
|
57053
56846
|
// use a dummy input to maintain focus/blur functionality
|
|
57054
|
-
return /*#__PURE__*/external_React_default().createElement(DummyInput,
|
|
56847
|
+
return /*#__PURE__*/external_React_default().createElement(DummyInput, esm_extends_extends({
|
|
57055
56848
|
id: id,
|
|
57056
56849
|
innerRef: this.getInputRef,
|
|
57057
56850
|
onBlur: this.onInputBlur,
|
|
@@ -57069,7 +56862,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57069
56862
|
cx = _this$commonProps.cx,
|
|
57070
56863
|
theme = _this$commonProps.theme,
|
|
57071
56864
|
selectProps = _this$commonProps.selectProps;
|
|
57072
|
-
return /*#__PURE__*/external_React_default().createElement(Input,
|
|
56865
|
+
return /*#__PURE__*/external_React_default().createElement(Input, esm_extends_extends({
|
|
57073
56866
|
autoCapitalize: "none",
|
|
57074
56867
|
autoComplete: "off",
|
|
57075
56868
|
autoCorrect: "off",
|
|
@@ -57116,7 +56909,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57116
56909
|
isFocused = _this$state8.isFocused;
|
|
57117
56910
|
|
|
57118
56911
|
if (!this.hasValue() || !controlShouldRenderValue) {
|
|
57119
|
-
return inputValue ? null : /*#__PURE__*/external_React_default().createElement(Placeholder,
|
|
56912
|
+
return inputValue ? null : /*#__PURE__*/external_React_default().createElement(Placeholder, esm_extends_extends({}, commonProps, {
|
|
57120
56913
|
key: "placeholder",
|
|
57121
56914
|
isDisabled: isDisabled,
|
|
57122
56915
|
isFocused: isFocused
|
|
@@ -57126,7 +56919,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57126
56919
|
if (isMulti) {
|
|
57127
56920
|
var selectValues = selectValue.map(function (opt, index) {
|
|
57128
56921
|
var isOptionFocused = opt === focusedValue;
|
|
57129
|
-
return /*#__PURE__*/external_React_default().createElement(MultiValue,
|
|
56922
|
+
return /*#__PURE__*/external_React_default().createElement(MultiValue, esm_extends_extends({}, commonProps, {
|
|
57130
56923
|
components: {
|
|
57131
56924
|
Container: MultiValueContainer,
|
|
57132
56925
|
Label: MultiValueLabel,
|
|
@@ -57159,7 +56952,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57159
56952
|
}
|
|
57160
56953
|
|
|
57161
56954
|
var singleValue = selectValue[0];
|
|
57162
|
-
return /*#__PURE__*/external_React_default().createElement(SingleValue,
|
|
56955
|
+
return /*#__PURE__*/external_React_default().createElement(SingleValue, esm_extends_extends({}, commonProps, {
|
|
57163
56956
|
data: singleValue,
|
|
57164
56957
|
isDisabled: isDisabled
|
|
57165
56958
|
}), this.formatOptionLabel(singleValue, 'value'));
|
|
@@ -57183,7 +56976,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57183
56976
|
onTouchEnd: this.onClearIndicatorTouchEnd,
|
|
57184
56977
|
'aria-hidden': 'true'
|
|
57185
56978
|
};
|
|
57186
|
-
return /*#__PURE__*/external_React_default().createElement(ClearIndicator,
|
|
56979
|
+
return /*#__PURE__*/external_React_default().createElement(ClearIndicator, esm_extends_extends({}, commonProps, {
|
|
57187
56980
|
innerProps: innerProps,
|
|
57188
56981
|
isFocused: isFocused
|
|
57189
56982
|
}));
|
|
@@ -57201,7 +56994,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57201
56994
|
var innerProps = {
|
|
57202
56995
|
'aria-hidden': 'true'
|
|
57203
56996
|
};
|
|
57204
|
-
return /*#__PURE__*/external_React_default().createElement(LoadingIndicator,
|
|
56997
|
+
return /*#__PURE__*/external_React_default().createElement(LoadingIndicator, esm_extends_extends({}, commonProps, {
|
|
57205
56998
|
innerProps: innerProps,
|
|
57206
56999
|
isDisabled: isDisabled,
|
|
57207
57000
|
isFocused: isFocused
|
|
@@ -57218,7 +57011,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57218
57011
|
var commonProps = this.commonProps;
|
|
57219
57012
|
var isDisabled = this.props.isDisabled;
|
|
57220
57013
|
var isFocused = this.state.isFocused;
|
|
57221
|
-
return /*#__PURE__*/external_React_default().createElement(IndicatorSeparator,
|
|
57014
|
+
return /*#__PURE__*/external_React_default().createElement(IndicatorSeparator, esm_extends_extends({}, commonProps, {
|
|
57222
57015
|
isDisabled: isDisabled,
|
|
57223
57016
|
isFocused: isFocused
|
|
57224
57017
|
}));
|
|
@@ -57236,7 +57029,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57236
57029
|
onTouchEnd: this.onDropdownIndicatorTouchEnd,
|
|
57237
57030
|
'aria-hidden': 'true'
|
|
57238
57031
|
};
|
|
57239
|
-
return /*#__PURE__*/external_React_default().createElement(DropdownIndicator,
|
|
57032
|
+
return /*#__PURE__*/external_React_default().createElement(DropdownIndicator, esm_extends_extends({}, commonProps, {
|
|
57240
57033
|
innerProps: innerProps,
|
|
57241
57034
|
isDisabled: isDisabled,
|
|
57242
57035
|
isFocused: isFocused
|
|
@@ -57283,7 +57076,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57283
57076
|
// focused option changes so we calculate additional props based on that
|
|
57284
57077
|
var isFocused = focusedOption === props.data;
|
|
57285
57078
|
props.innerRef = isFocused ? _this5.getFocusedOptionRef : undefined;
|
|
57286
|
-
return /*#__PURE__*/external_React_default().createElement(Option,
|
|
57079
|
+
return /*#__PURE__*/external_React_default().createElement(Option, esm_extends_extends({}, commonProps, props, {
|
|
57287
57080
|
isFocused: isFocused
|
|
57288
57081
|
}), _this5.formatOptionLabel(props.data, 'menu'));
|
|
57289
57082
|
};
|
|
@@ -57297,7 +57090,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57297
57090
|
group = _objectWithoutProperties(item, ["type"]);
|
|
57298
57091
|
|
|
57299
57092
|
var headingId = "".concat(item.key, "-heading");
|
|
57300
|
-
return /*#__PURE__*/external_React_default().createElement(Group,
|
|
57093
|
+
return /*#__PURE__*/external_React_default().createElement(Group, esm_extends_extends({}, commonProps, group, {
|
|
57301
57094
|
Heading: GroupHeading,
|
|
57302
57095
|
headingProps: {
|
|
57303
57096
|
id: headingId,
|
|
@@ -57333,12 +57126,12 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57333
57126
|
menuPosition: menuPosition,
|
|
57334
57127
|
menuShouldScrollIntoView: menuShouldScrollIntoView
|
|
57335
57128
|
};
|
|
57336
|
-
var menuElement = /*#__PURE__*/external_React_default().createElement(MenuPlacer,
|
|
57129
|
+
var menuElement = /*#__PURE__*/external_React_default().createElement(MenuPlacer, esm_extends_extends({}, commonProps, menuPlacementProps), function (_ref10) {
|
|
57337
57130
|
var ref = _ref10.ref,
|
|
57338
57131
|
_ref10$placerProps = _ref10.placerProps,
|
|
57339
57132
|
placement = _ref10$placerProps.placement,
|
|
57340
57133
|
maxHeight = _ref10$placerProps.maxHeight;
|
|
57341
|
-
return /*#__PURE__*/external_React_default().createElement(Menu,
|
|
57134
|
+
return /*#__PURE__*/external_React_default().createElement(Menu, esm_extends_extends({}, commonProps, menuPlacementProps, {
|
|
57342
57135
|
innerRef: ref,
|
|
57343
57136
|
innerProps: {
|
|
57344
57137
|
onMouseDown: _this5.onMenuMouseDown,
|
|
@@ -57352,7 +57145,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57352
57145
|
onBottomArrive: onMenuScrollToBottom
|
|
57353
57146
|
}, /*#__PURE__*/external_React_default().createElement(ScrollBlock, {
|
|
57354
57147
|
isEnabled: menuShouldBlockScroll
|
|
57355
|
-
}, /*#__PURE__*/external_React_default().createElement(MenuList,
|
|
57148
|
+
}, /*#__PURE__*/external_React_default().createElement(MenuList, esm_extends_extends({}, commonProps, {
|
|
57356
57149
|
innerRef: _this5.getMenuListRef,
|
|
57357
57150
|
isLoading: isLoading,
|
|
57358
57151
|
maxHeight: maxHeight
|
|
@@ -57361,7 +57154,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57361
57154
|
// so we use the same component. the actual portalling logic is forked
|
|
57362
57155
|
// within the component based on `menuPosition`
|
|
57363
57156
|
|
|
57364
|
-
return menuPortalTarget || menuPosition === 'fixed' ? /*#__PURE__*/external_React_default().createElement(MenuPortal,
|
|
57157
|
+
return menuPortalTarget || menuPosition === 'fixed' ? /*#__PURE__*/external_React_default().createElement(MenuPortal, esm_extends_extends({}, commonProps, {
|
|
57365
57158
|
appendTo: menuPortalTarget,
|
|
57366
57159
|
controlElement: this.controlRef,
|
|
57367
57160
|
menuPlacement: menuPlacement,
|
|
@@ -57442,7 +57235,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57442
57235
|
menuIsOpen = _this$props22.menuIsOpen;
|
|
57443
57236
|
var isFocused = this.state.isFocused;
|
|
57444
57237
|
var commonProps = this.commonProps = this.getCommonProps();
|
|
57445
|
-
return /*#__PURE__*/external_React_default().createElement(SelectContainer,
|
|
57238
|
+
return /*#__PURE__*/external_React_default().createElement(SelectContainer, esm_extends_extends({}, commonProps, {
|
|
57446
57239
|
className: className,
|
|
57447
57240
|
innerProps: {
|
|
57448
57241
|
id: id,
|
|
@@ -57450,7 +57243,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57450
57243
|
},
|
|
57451
57244
|
isDisabled: isDisabled,
|
|
57452
57245
|
isFocused: isFocused
|
|
57453
|
-
}), this.renderLiveRegion(), /*#__PURE__*/external_React_default().createElement(Control,
|
|
57246
|
+
}), this.renderLiveRegion(), /*#__PURE__*/external_React_default().createElement(Control, esm_extends_extends({}, commonProps, {
|
|
57454
57247
|
innerRef: this.getControlRef,
|
|
57455
57248
|
innerProps: {
|
|
57456
57249
|
onMouseDown: this.onControlMouseDown,
|
|
@@ -57459,9 +57252,9 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
57459
57252
|
isDisabled: isDisabled,
|
|
57460
57253
|
isFocused: isFocused,
|
|
57461
57254
|
menuIsOpen: menuIsOpen
|
|
57462
|
-
}), /*#__PURE__*/external_React_default().createElement(ValueContainer,
|
|
57255
|
+
}), /*#__PURE__*/external_React_default().createElement(ValueContainer, esm_extends_extends({}, commonProps, {
|
|
57463
57256
|
isDisabled: isDisabled
|
|
57464
|
-
}), this.renderPlaceholderOrValue(), this.renderInput()), /*#__PURE__*/external_React_default().createElement(IndicatorsContainer,
|
|
57257
|
+
}), this.renderPlaceholderOrValue(), this.renderInput()), /*#__PURE__*/external_React_default().createElement(IndicatorsContainer, esm_extends_extends({}, commonProps, {
|
|
57465
57258
|
isDisabled: isDisabled
|
|
57466
57259
|
}), this.renderClearIndicator(), this.renderLoadingIndicator(), this.renderIndicatorSeparator(), this.renderDropdownIndicator())), this.renderMenu(), this.renderFormField());
|
|
57467
57260
|
}
|
|
@@ -57596,7 +57389,7 @@ var manageState = function manageState(SelectComponent) {
|
|
|
57596
57389
|
defaultValue = _this$props2.defaultValue,
|
|
57597
57390
|
props = _objectWithoutProperties(_this$props2, ["defaultInputValue", "defaultMenuIsOpen", "defaultValue"]);
|
|
57598
57391
|
|
|
57599
|
-
return /*#__PURE__*/external_React_default().createElement(SelectComponent,
|
|
57392
|
+
return /*#__PURE__*/external_React_default().createElement(SelectComponent, esm_extends_extends({}, props, {
|
|
57600
57393
|
ref: function ref(_ref) {
|
|
57601
57394
|
_this2.select = _ref;
|
|
57602
57395
|
},
|
|
@@ -57687,21 +57480,7 @@ var index = manageState(Select);
|
|
|
57687
57480
|
/* harmony default export */ var react_select_browser_esm = (index);
|
|
57688
57481
|
|
|
57689
57482
|
|
|
57690
|
-
;// CONCATENATED MODULE: ../../../node_modules
|
|
57691
|
-
function esm_defineProperty_defineProperty(obj, key, value) {
|
|
57692
|
-
if (key in obj) {
|
|
57693
|
-
Object.defineProperty(obj, key, {
|
|
57694
|
-
value: value,
|
|
57695
|
-
enumerable: true,
|
|
57696
|
-
configurable: true,
|
|
57697
|
-
writable: true
|
|
57698
|
-
});
|
|
57699
|
-
} else {
|
|
57700
|
-
obj[key] = value;
|
|
57701
|
-
}
|
|
57702
|
-
return obj;
|
|
57703
|
-
}
|
|
57704
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
57483
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
57705
57484
|
|
|
57706
57485
|
function objectSpread2_ownKeys(object, enumerableOnly) {
|
|
57707
57486
|
var keys = Object.keys(object);
|
|
@@ -57724,95 +57503,6 @@ function _objectSpread2(target) {
|
|
|
57724
57503
|
}
|
|
57725
57504
|
return target;
|
|
57726
57505
|
}
|
|
57727
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
57728
|
-
function objectWithoutPropertiesLoose_objectWithoutPropertiesLoose(source, excluded) {
|
|
57729
|
-
if (source == null) return {};
|
|
57730
|
-
var target = {};
|
|
57731
|
-
var sourceKeys = Object.keys(source);
|
|
57732
|
-
var key, i;
|
|
57733
|
-
for (i = 0; i < sourceKeys.length; i++) {
|
|
57734
|
-
key = sourceKeys[i];
|
|
57735
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
57736
|
-
target[key] = source[key];
|
|
57737
|
-
}
|
|
57738
|
-
return target;
|
|
57739
|
-
}
|
|
57740
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
|
|
57741
|
-
|
|
57742
|
-
function objectWithoutProperties_objectWithoutProperties(source, excluded) {
|
|
57743
|
-
if (source == null) return {};
|
|
57744
|
-
var target = objectWithoutPropertiesLoose_objectWithoutPropertiesLoose(source, excluded);
|
|
57745
|
-
var key, i;
|
|
57746
|
-
if (Object.getOwnPropertySymbols) {
|
|
57747
|
-
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
57748
|
-
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
57749
|
-
key = sourceSymbolKeys[i];
|
|
57750
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
57751
|
-
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
57752
|
-
target[key] = source[key];
|
|
57753
|
-
}
|
|
57754
|
-
}
|
|
57755
|
-
return target;
|
|
57756
|
-
}
|
|
57757
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
|
|
57758
|
-
function arrayWithHoles_arrayWithHoles(arr) {
|
|
57759
|
-
if (Array.isArray(arr)) return arr;
|
|
57760
|
-
}
|
|
57761
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
|
|
57762
|
-
function iterableToArrayLimit_iterableToArrayLimit(arr, i) {
|
|
57763
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
57764
|
-
if (_i == null) return;
|
|
57765
|
-
var _arr = [];
|
|
57766
|
-
var _n = true;
|
|
57767
|
-
var _d = false;
|
|
57768
|
-
var _s, _e;
|
|
57769
|
-
try {
|
|
57770
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
57771
|
-
_arr.push(_s.value);
|
|
57772
|
-
if (i && _arr.length === i) break;
|
|
57773
|
-
}
|
|
57774
|
-
} catch (err) {
|
|
57775
|
-
_d = true;
|
|
57776
|
-
_e = err;
|
|
57777
|
-
} finally {
|
|
57778
|
-
try {
|
|
57779
|
-
if (!_n && _i["return"] != null) _i["return"]();
|
|
57780
|
-
} finally {
|
|
57781
|
-
if (_d) throw _e;
|
|
57782
|
-
}
|
|
57783
|
-
}
|
|
57784
|
-
return _arr;
|
|
57785
|
-
}
|
|
57786
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
57787
|
-
function arrayLikeToArray_arrayLikeToArray(arr, len) {
|
|
57788
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
57789
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
57790
|
-
arr2[i] = arr[i];
|
|
57791
|
-
}
|
|
57792
|
-
return arr2;
|
|
57793
|
-
}
|
|
57794
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
|
57795
|
-
|
|
57796
|
-
function unsupportedIterableToArray_unsupportedIterableToArray(o, minLen) {
|
|
57797
|
-
if (!o) return;
|
|
57798
|
-
if (typeof o === "string") return arrayLikeToArray_arrayLikeToArray(o, minLen);
|
|
57799
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
57800
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
57801
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
57802
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray_arrayLikeToArray(o, minLen);
|
|
57803
|
-
}
|
|
57804
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
|
|
57805
|
-
function nonIterableRest_nonIterableRest() {
|
|
57806
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
57807
|
-
}
|
|
57808
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/slicedToArray.js
|
|
57809
|
-
|
|
57810
|
-
|
|
57811
|
-
|
|
57812
|
-
|
|
57813
|
-
function slicedToArray_slicedToArray(arr, i) {
|
|
57814
|
-
return arrayWithHoles_arrayWithHoles(arr) || iterableToArrayLimit_iterableToArrayLimit(arr, i) || unsupportedIterableToArray_unsupportedIterableToArray(arr, i) || nonIterableRest_nonIterableRest();
|
|
57815
|
-
}
|
|
57816
57506
|
;// CONCATENATED MODULE: ../../../node_modules/use-is-mounted-ref/dist/use-is-mounted-ref.es.js
|
|
57817
57507
|
|
|
57818
57508
|
|
|
@@ -57880,62 +57570,31 @@ var defaultShouldLoadMore = function defaultShouldLoadMore(scrollHeight, clientH
|
|
|
57880
57570
|
var bottomBorder = scrollHeight - clientHeight - AVAILABLE_DELTA;
|
|
57881
57571
|
return bottomBorder < scrollTop;
|
|
57882
57572
|
};
|
|
57883
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
|
57884
|
-
|
|
57885
|
-
function arrayWithoutHoles_arrayWithoutHoles(arr) {
|
|
57886
|
-
if (Array.isArray(arr)) return arrayLikeToArray_arrayLikeToArray(arr);
|
|
57887
|
-
}
|
|
57888
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/iterableToArray.js
|
|
57889
|
-
function iterableToArray_iterableToArray(iter) {
|
|
57890
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
57891
|
-
}
|
|
57892
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
|
57893
|
-
function nonIterableSpread_nonIterableSpread() {
|
|
57894
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
57895
|
-
}
|
|
57896
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
|
|
57897
|
-
|
|
57898
|
-
|
|
57899
|
-
|
|
57900
|
-
|
|
57901
|
-
function toConsumableArray_toConsumableArray(arr) {
|
|
57902
|
-
return arrayWithoutHoles_arrayWithoutHoles(arr) || iterableToArray_iterableToArray(arr) || unsupportedIterableToArray_unsupportedIterableToArray(arr) || nonIterableSpread_nonIterableSpread();
|
|
57903
|
-
}
|
|
57904
57573
|
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/es/defaultReduceOptions.js
|
|
57905
57574
|
|
|
57906
57575
|
var defaultReduceOptions = function defaultReduceOptions(prevOptions, loadedOptions) {
|
|
57907
|
-
return [].concat(
|
|
57576
|
+
return [].concat(_toConsumableArray(prevOptions), _toConsumableArray(loadedOptions));
|
|
57908
57577
|
};
|
|
57909
|
-
;// CONCATENATED MODULE: ../../../node_modules
|
|
57910
|
-
function typeof_typeof(obj) {
|
|
57911
|
-
"@babel/helpers - typeof";
|
|
57912
|
-
|
|
57913
|
-
return typeof_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
57914
|
-
return typeof obj;
|
|
57915
|
-
} : function (obj) {
|
|
57916
|
-
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
57917
|
-
}, typeof_typeof(obj);
|
|
57918
|
-
}
|
|
57919
|
-
;// CONCATENATED MODULE: ../../../node_modules/react-select-async-paginate/node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
57578
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
57920
57579
|
|
|
57921
57580
|
function _toPrimitive(input, hint) {
|
|
57922
|
-
if (
|
|
57581
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
|
57923
57582
|
var prim = input[Symbol.toPrimitive];
|
|
57924
57583
|
if (prim !== undefined) {
|
|
57925
57584
|
var res = prim.call(input, hint || "default");
|
|
57926
|
-
if (
|
|
57585
|
+
if (_typeof(res) !== "object") return res;
|
|
57927
57586
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
57928
57587
|
}
|
|
57929
57588
|
return (hint === "string" ? String : Number)(input);
|
|
57930
57589
|
}
|
|
57931
|
-
;// CONCATENATED MODULE: ../../../node_modules
|
|
57590
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
57932
57591
|
|
|
57933
57592
|
|
|
57934
57593
|
function _toPropertyKey(arg) {
|
|
57935
57594
|
var key = _toPrimitive(arg, "string");
|
|
57936
|
-
return
|
|
57595
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
|
57937
57596
|
}
|
|
57938
|
-
;// CONCATENATED MODULE: ../../../node_modules
|
|
57597
|
+
;// CONCATENATED MODULE: ../../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
57939
57598
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
57940
57599
|
try {
|
|
57941
57600
|
var info = gen[key](arg);
|
|
@@ -57966,8 +57625,8 @@ function _asyncToGenerator(fn) {
|
|
|
57966
57625
|
});
|
|
57967
57626
|
};
|
|
57968
57627
|
}
|
|
57969
|
-
// EXTERNAL MODULE: ../../../node_modules
|
|
57970
|
-
var regenerator = __webpack_require__(
|
|
57628
|
+
// EXTERNAL MODULE: ../../../node_modules/@babel/runtime/regenerator/index.js
|
|
57629
|
+
var regenerator = __webpack_require__(2975);
|
|
57971
57630
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
|
|
57972
57631
|
;// CONCATENATED MODULE: ../../../node_modules/sleep-promise/build/esm.mjs
|
|
57973
57632
|
var e=setTimeout;function t(t,n){var u=n.useCachedSetTimeout?e:setTimeout;return new Promise((function(e){u(e,t)}))}function n(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},u=n.useCachedSetTimeout,r=t(e,{useCachedSetTimeout:u});function o(e){return r.then((function(){return e}))}return o.then=function(){return r.then.apply(r,arguments)},o.catch=Promise.resolve().catch,o}/* harmony default export */ var esm = (n);
|
|
@@ -58057,7 +57716,7 @@ var requestOptions = /*#__PURE__*/function () {
|
|
|
58057
57716
|
setOptionsCache(function (prevOptionsCache) {
|
|
58058
57717
|
if (isCacheEmpty) {
|
|
58059
57718
|
var itemForDelete = prevOptionsCache[currentInputValue],
|
|
58060
|
-
restCache =
|
|
57719
|
+
restCache = _objectWithoutProperties(prevOptionsCache, [currentInputValue].map(_toPropertyKey));
|
|
58061
57720
|
|
|
58062
57721
|
return restCache;
|
|
58063
57722
|
}
|
|
@@ -58226,12 +57885,12 @@ var useAsyncPaginate = function useAsyncPaginate(params) {
|
|
|
58226
57885
|
onMenuOpenParam = params.onMenuOpen;
|
|
58227
57886
|
|
|
58228
57887
|
var _useState = (0,external_React_.useState)(defaultInputValueParam || ''),
|
|
58229
|
-
_useState2 =
|
|
57888
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
58230
57889
|
inputValueState = _useState2[0],
|
|
58231
57890
|
setInputValue = _useState2[1];
|
|
58232
57891
|
|
|
58233
57892
|
var _useState3 = (0,external_React_.useState)(!!defaultMenuIsOpenParam),
|
|
58234
|
-
_useState4 =
|
|
57893
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
58235
57894
|
menuIsOpenState = _useState4[0],
|
|
58236
57895
|
setMenuIsOpen = _useState4[1];
|
|
58237
57896
|
|
|
@@ -58355,7 +58014,7 @@ SelectComponent) {
|
|
|
58355
58014
|
selectRef = props.selectRef,
|
|
58356
58015
|
isLoadingProp = props.isLoading,
|
|
58357
58016
|
cacheUniqs = props.cacheUniqs,
|
|
58358
|
-
rest =
|
|
58017
|
+
rest = _objectWithoutProperties(props, withAsyncPaginate_excluded);
|
|
58359
58018
|
|
|
58360
58019
|
var asyncPaginateProps = useAsyncPaginate(rest, cacheUniqs);
|
|
58361
58020
|
var processedComponents = useComponents(components);
|
|
@@ -60436,6 +60095,7 @@ function (_super) {
|
|
|
60436
60095
|
var AvatarRole_st_namespace = "AvatarRole3113928493";
|
|
60437
60096
|
var AvatarRole_st_classes = {"root":"AvatarRole3113928493__root","enhancedText":"AvatarRole3113928493__enhancedText","description":"AvatarRole3113928493__description","roleBlock":"AvatarRole3113928493__roleBlock"};
|
|
60438
60097
|
var AvatarRole_st_keyframes = {};
|
|
60098
|
+
var AvatarRole_st_layers = {};
|
|
60439
60099
|
var AvatarRole_st_stVars = {};
|
|
60440
60100
|
var AvatarRole_st_vars = {};
|
|
60441
60101
|
var AvatarRole_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, AvatarRole_st_namespace);
|
|
@@ -63507,6 +63167,7 @@ function AnonymousAvatar() {
|
|
|
63507
63167
|
var Avatar_st_namespace = "Avatar3087129869";
|
|
63508
63168
|
var Avatar_st_classes = {"root":"Avatar3087129869__root"};
|
|
63509
63169
|
var Avatar_st_keyframes = {};
|
|
63170
|
+
var Avatar_st_layers = {};
|
|
63510
63171
|
var Avatar_st_stVars = {};
|
|
63511
63172
|
var Avatar_st_vars = {};
|
|
63512
63173
|
var Avatar_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Avatar_st_namespace);
|
|
@@ -63577,6 +63238,7 @@ const testDataHooks = {
|
|
|
63577
63238
|
var IconButton_st_namespace = "IconButton3488256969";
|
|
63578
63239
|
var IconButton_st_classes = {"root":"IconButton3488256969__root"};
|
|
63579
63240
|
var IconButton_st_keyframes = {};
|
|
63241
|
+
var IconButton_st_layers = {};
|
|
63580
63242
|
var IconButton_st_stVars = {};
|
|
63581
63243
|
var IconButton_st_vars = {};
|
|
63582
63244
|
var IconButton_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, IconButton_st_namespace);
|
|
@@ -63612,7 +63274,7 @@ class IconButton extends external_React_.PureComponent {
|
|
|
63612
63274
|
}
|
|
63613
63275
|
render() {
|
|
63614
63276
|
const { button: buttonPropsDefaults } = this.context;
|
|
63615
|
-
const _a = this.props, { skin, className, priority, size = buttonPropsDefaults.size, children, dataHook, ariaLabel, ariaLabelledBy } = _a, rest =
|
|
63277
|
+
const _a = this.props, { skin, className, priority, size = buttonPropsDefaults.size, children, dataHook, ariaLabel, ariaLabelledBy } = _a, rest = tslib_es6_rest(_a, ["skin", "className", "priority", "size", "children", "dataHook", "ariaLabel", "ariaLabelledBy"]);
|
|
63616
63278
|
const childSize = iconChildSize[size];
|
|
63617
63279
|
return (external_React_default().createElement(WixStyleReactContext.Consumer, null, ({ newColorsBranding }) => (external_React_default().createElement(ButtonCore_ButtonCore, Object.assign({}, rest, { ref: this.button, className: IconButton_st_st(IconButton_st_classes.root, { skin, priority, size, newColorsBranding }, className) }, generateDataAttr(Object.assign(Object.assign({}, this.props), { size }), ['skin', 'size', 'priority']), { "data-hook": dataHook, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy }), children &&
|
|
63618
63280
|
external_React_default().cloneElement(children, {
|
|
@@ -63687,6 +63349,7 @@ const Avatar_constants_dataHooks = {
|
|
|
63687
63349
|
var Avatar_Avatar_st_namespace = "WSRAvatar732796304";
|
|
63688
63350
|
var Avatar_Avatar_st_classes = {"root":"WSRAvatar732796304__root","text-small-bold":"typography356170310__text-small-bold","text-tiny-normal":"typography356170310__text-tiny-normal","text-medium-normal":"typography356170310__text-medium-normal","text-medium-bold":"typography356170310__text-medium-bold","text-tiny-bold":"typography356170310__text-tiny-bold","heading-h6":"typography356170310__heading-h6","placeholder":"WSRAvatar732796304__placeholder","avatarContainer":"WSRAvatar732796304__avatarContainer","coreAvatar":"WSRAvatar732796304__coreAvatar","avatar":"WSRAvatar732796304__avatar","presence":"WSRAvatar732796304__presence","indication":"WSRAvatar732796304__indication","iconButtonShadow":"WSRAvatar732796304__iconButtonShadow","colorA1":"WSRAvatar732796304__colorA1","colorA2":"WSRAvatar732796304__colorA2","colorA3":"WSRAvatar732796304__colorA3","colorA4":"WSRAvatar732796304__colorA4","colorA5":"WSRAvatar732796304__colorA5","colorA6":"WSRAvatar732796304__colorA6","loaderContainer":"WSRAvatar732796304__loaderContainer","overlay":"WSRAvatar732796304__overlay","loader":"WSRAvatar732796304__loader"};
|
|
63689
63351
|
var Avatar_Avatar_st_keyframes = {};
|
|
63352
|
+
var Avatar_Avatar_st_layers = {};
|
|
63690
63353
|
var Avatar_Avatar_st_stVars = {};
|
|
63691
63354
|
var Avatar_Avatar_st_vars = {};
|
|
63692
63355
|
var Avatar_Avatar_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Avatar_Avatar_st_namespace);
|
|
@@ -63901,15 +63564,15 @@ class AvatarCore extends external_React_.Component {
|
|
|
63901
63564
|
return !placeholder
|
|
63902
63565
|
? null
|
|
63903
63566
|
: external_React_.cloneElement(placeholder, {
|
|
63904
|
-
className:
|
|
63567
|
+
className: classnames_default()(placeholder.props.className, AvatarCore_st.classes.content),
|
|
63905
63568
|
});
|
|
63906
63569
|
}
|
|
63907
63570
|
case 'image': {
|
|
63908
63571
|
if (!this.props.imgProps) {
|
|
63909
63572
|
return null;
|
|
63910
63573
|
}
|
|
63911
|
-
const _a = this.props.imgProps, { alt, className } = _a, rest =
|
|
63912
|
-
return (external_React_.createElement("img", Object.assign({ "data-hook": "content", className:
|
|
63574
|
+
const _a = this.props.imgProps, { alt, className } = _a, rest = tslib_es6_rest(_a, ["alt", "className"]);
|
|
63575
|
+
return (external_React_.createElement("img", Object.assign({ "data-hook": "content", className: classnames_default()(AvatarCore_st.classes.content, className), alt: alt ? alt : this.props.name }, rest)));
|
|
63913
63576
|
}
|
|
63914
63577
|
default: {
|
|
63915
63578
|
return null;
|
|
@@ -63977,7 +63640,7 @@ class Avatar_Avatar extends (external_React_default()).PureComponent {
|
|
|
63977
63640
|
};
|
|
63978
63641
|
}
|
|
63979
63642
|
render() {
|
|
63980
|
-
const _a = this.props, { size, presence, indication, color, customIndication, onIndicationClick, dataHook, className, shape, text, placeholder, name, onClick, showIndicationOnHover, loading } = _a, rest =
|
|
63643
|
+
const _a = this.props, { size, presence, indication, color, customIndication, onIndicationClick, dataHook, className, shape, text, placeholder, name, onClick, showIndicationOnHover, loading } = _a, rest = tslib_es6_rest(_a, ["size", "presence", "indication", "color", "customIndication", "onIndicationClick", "dataHook", "className", "shape", "text", "placeholder", "name", "onClick", "showIndicationOnHover", "loading"]);
|
|
63981
63644
|
const { fadeIndication, showIndication } = this.state;
|
|
63982
63645
|
const calculatedColor = color || string_to_color(text || name); // if color is provided as a prop use it, otherwise, generate a color based on the text
|
|
63983
63646
|
const sizeNumber = getSizeNumber(size);
|
|
@@ -64091,11 +63754,8 @@ function PermissionsList_Avatar_Avatar(props){const icon=props.icon,name=props.n
|
|
|
64091
63754
|
function AvatarRole(props){const _useContext=(0,external_React_.useContext)(TPAComponentsContext),rtl=_useContext.rtl,mobile=_useContext.mobile;const role=props.role,description=props.description,icon=props.icon,displayDescription=props.displayDescription,roleID=props.roleID;return/*#__PURE__*/external_React_default().createElement("div",{className:AvatarRole_st_style(AvatarRole_st_classes.root,{rtl,mobile},props.className)},/*#__PURE__*/external_React_default().createElement(PermissionsList_Avatar,{icon:icon,name:role}),/*#__PURE__*/external_React_default().createElement(Text,{className:AvatarRole_st_style(AvatarRole_st_classes.roleBlock)},/*#__PURE__*/external_React_default().createElement(Text,{id:"role"+roleID,typography:TextTypography.runningText,className:AvatarRole_st_style(AvatarRole_st_classes.enhancedText)},he_default().decode(role||'')),/*#__PURE__*/external_React_default().createElement(Text,{id:"role"+roleID+"_desc",typography:TextTypography.runningText,className:AvatarRole_st_style(AvatarRole_st_classes.description)},displayDescription&&he_default().decode(description||''))));}/* harmony default export */ var PermissionsList_AvatarRole = (AvatarRole);
|
|
64092
63755
|
;// CONCATENATED MODULE: ./assets/icons/item_remove.svg
|
|
64093
63756
|
var item_remove_path;
|
|
64094
|
-
|
|
64095
63757
|
function item_remove_extends() { item_remove_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return item_remove_extends.apply(this, arguments); }
|
|
64096
63758
|
|
|
64097
|
-
|
|
64098
|
-
|
|
64099
63759
|
var SvgItemRemove = function SvgItemRemove(props) {
|
|
64100
63760
|
return /*#__PURE__*/external_React_.createElement("svg", item_remove_extends({
|
|
64101
63761
|
width: 24,
|
|
@@ -64108,7 +63768,6 @@ var SvgItemRemove = function SvgItemRemove(props) {
|
|
|
64108
63768
|
fillRule: "evenodd"
|
|
64109
63769
|
})));
|
|
64110
63770
|
};
|
|
64111
|
-
|
|
64112
63771
|
/* harmony default export */ var item_remove = (SvgItemRemove);
|
|
64113
63772
|
;// CONCATENATED MODULE: ./components/SearchEntity/SearchEntity.st.css
|
|
64114
63773
|
|
|
@@ -64116,6 +63775,7 @@ var SvgItemRemove = function SvgItemRemove(props) {
|
|
|
64116
63775
|
var SearchEntity_st_namespace = "SearchEntity3140943769";
|
|
64117
63776
|
var SearchEntity_st_classes = {"root":"SearchEntity3140943769__root","blackSpinner":"SearchEntity3140943769__blackSpinner","focusedOption":"SearchEntity3140943769__focusedOption","unfocusedOption":"SearchEntity3140943769__unfocusedOption","no_options":"SearchEntity3140943769__no_options","item_remove":"SearchEntity3140943769__item_remove","loading_message":"SearchEntity3140943769__loading_message","spinner":"SearchEntity3140943769__spinner"};
|
|
64118
63777
|
var SearchEntity_st_keyframes = {};
|
|
63778
|
+
var SearchEntity_st_layers = {};
|
|
64119
63779
|
var SearchEntity_st_stVars = {};
|
|
64120
63780
|
var SearchEntity_st_vars = {};
|
|
64121
63781
|
var SearchEntity_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, SearchEntity_st_namespace);
|
|
@@ -64137,6 +63797,7 @@ var SpinnerTypes;
|
|
|
64137
63797
|
var Spinner_st_namespace = "Spinner2142108971";
|
|
64138
63798
|
var Spinner_st_classes = {"root":"Spinner2142108971__root","circle":"Spinner2142108971__circle"};
|
|
64139
63799
|
var Spinner_st_keyframes = {"rotate":"Spinner2142108971__rotate","dash":"Spinner2142108971__dash"};
|
|
63800
|
+
var Spinner_st_layers = {};
|
|
64140
63801
|
var Spinner_st_stVars = {"DefaultPathColor":"\"color(color-5)\"","PathColor":"--overridable","UsedPathColor":"\"color(fallback(--overridable, color(color-5)))\""};
|
|
64141
63802
|
var Spinner_st_vars = {};
|
|
64142
63803
|
var Spinner_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Spinner_st_namespace);
|
|
@@ -64181,6 +63842,7 @@ const customStyles=(props,rtl)=>{return{valueContainer:provided=>extends_default
|
|
|
64181
63842
|
var Tag_st_namespace = "Tag503174855";
|
|
64182
63843
|
var Tag_st_classes = {"root":"Tag503174855__root","thumb":"Tag503174855__thumb","removeButton":"Tag503174855__removeButton","text":"Tag503174855__text"};
|
|
64183
63844
|
var Tag_st_keyframes = {};
|
|
63845
|
+
var Tag_st_layers = {};
|
|
64184
63846
|
var Tag_st_stVars = {};
|
|
64185
63847
|
var Tag_st_vars = {};
|
|
64186
63848
|
var Tag_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Tag_st_namespace);
|
|
@@ -64332,6 +63994,7 @@ Tag.defaultProps = {
|
|
|
64332
63994
|
var InputWithTags_st_namespace = "InputWithTags472384842";
|
|
64333
63995
|
var InputWithTags_st_classes = {"root":"InputWithTags472384842__root","text-medium-normal":"typography356170310__text-medium-normal","input":"InputWithTags472384842__input","emptyInput":"InputWithTags472384842__emptyInput","selectMode":"InputWithTags472384842__selectMode","inputSuffix":"InputWithTags472384842__inputSuffix","menuArrow":"InputWithTags472384842__menuArrow","sizeSmall":"InputWithTags472384842__sizeSmall","sizeLarge":"InputWithTags472384842__sizeLarge","statusIndicator":"InputWithTags472384842__statusIndicator","suffixes":"InputWithTags472384842__suffixes","hiddenDiv":"InputWithTags472384842__hiddenDiv","smallFont":"InputWithTags472384842__smallFont","tag":"InputWithTags472384842__tag","inputWithTagsContainer":"InputWithTags472384842__inputWithTagsContainer","readOnly":"InputWithTags472384842__readOnly","hasMaxHeight":"InputWithTags472384842__hasMaxHeight","customSuffix":"InputWithTags472384842__customSuffix","tagsContainer":"InputWithTags472384842__tagsContainer","draggedTag":"InputWithTags472384842__draggedTag","draggedTagPlaceholder":"InputWithTags472384842__draggedTagPlaceholder"};
|
|
64334
63996
|
var InputWithTags_st_keyframes = {};
|
|
63997
|
+
var InputWithTags_st_layers = {};
|
|
64335
63998
|
var InputWithTags_st_stVars = {};
|
|
64336
63999
|
var InputWithTags_st_vars = {};
|
|
64337
64000
|
var InputWithTags_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, InputWithTags_st_namespace);
|
|
@@ -65860,8 +65523,8 @@ class Draggable extends (external_React_default()).Component {
|
|
|
65860
65523
|
};
|
|
65861
65524
|
}
|
|
65862
65525
|
shouldComponentUpdate(_a, nextState) {
|
|
65863
|
-
var { listOfPropsThatAffectItems } = _a, nextProps =
|
|
65864
|
-
const _b = this.props, { listOfPropsThatAffectItems: prevListOfPropsThatAffectItems } = _b, prevProps =
|
|
65526
|
+
var { listOfPropsThatAffectItems } = _a, nextProps = tslib_es6_rest(_a, ["listOfPropsThatAffectItems"]);
|
|
65527
|
+
const _b = this.props, { listOfPropsThatAffectItems: prevListOfPropsThatAffectItems } = _b, prevProps = tslib_es6_rest(_b, ["listOfPropsThatAffectItems"]);
|
|
65865
65528
|
if (!shallowequal_default()(nextProps, prevProps) ||
|
|
65866
65529
|
!shallowequal_default()(listOfPropsThatAffectItems, prevListOfPropsThatAffectItems)) {
|
|
65867
65530
|
return true;
|
|
@@ -65875,7 +65538,7 @@ class Draggable extends (external_React_default()).Component {
|
|
|
65875
65538
|
this.resetDelayTimer();
|
|
65876
65539
|
}
|
|
65877
65540
|
render() {
|
|
65878
|
-
const _a = this.props, { hasDragged } = _a, restProps =
|
|
65541
|
+
const _a = this.props, { hasDragged } = _a, restProps = tslib_es6_rest(_a, ["hasDragged"]);
|
|
65879
65542
|
return (external_React_default().createElement(components_DraggableTarget, Object.assign({}, restProps),
|
|
65880
65543
|
external_React_default().createElement("div", { onMouseDown: this.countDelay, onMouseUp: this.resetDelayState, "data-hook": "delay-wrapper" },
|
|
65881
65544
|
external_React_default().createElement(components_DraggableSource, Object.assign({}, restProps, { ignoreMouseEvents: hasDragged, onDragStart: this.onDragStart, onDragEnd: this.onDragEnd, canDrag: this.canDrag, delayed: !!this.props.delay && this.state.delayed })))));
|
|
@@ -66411,6 +66074,7 @@ SortableListBase.propTypes = Object.assign(Object.assign({
|
|
|
66411
66074
|
var dnd_styles_st_namespace = "dndstyles2307117914";
|
|
66412
66075
|
var dnd_styles_st_classes = {"root":"dndstyles2307117914__root","item":"dndstyles2307117914__item","itemPlaceholder":"dndstyles2307117914__itemPlaceholder","itemPreview":"dndstyles2307117914__itemPreview","list":"dndstyles2307117914__list","gridItemPlaceholder":"dndstyles2307117914__gridItemPlaceholder","isInitialPositionToDrop":"dndstyles2307117914__isInitialPositionToDrop","withGridItemStrip":"dndstyles2307117914__withGridItemStrip","withGridItemStripRight":"dndstyles2307117914__withGridItemStripRight","gridItemPreview":"dndstyles2307117914__gridItemPreview"};
|
|
66413
66076
|
var dnd_styles_st_keyframes = {};
|
|
66077
|
+
var dnd_styles_st_layers = {};
|
|
66414
66078
|
var dnd_styles_st_stVars = {};
|
|
66415
66079
|
var dnd_styles_st_vars = {};
|
|
66416
66080
|
var dnd_styles_st_cssStates = /* INJECT */ {__stc__:true};
|
|
@@ -66501,9 +66165,9 @@ class InputWithTags extends (external_React_default()).Component {
|
|
|
66501
66165
|
}, ...appliedClasses);
|
|
66502
66166
|
}
|
|
66503
66167
|
render() {
|
|
66504
|
-
const _a = this.props, { tags, onRemoveTag, onReorder, placeholder, status, statusMessage, disabled, readOnly, delimiters, mode, size, border, className } = _a, inputProps =
|
|
66168
|
+
const _a = this.props, { tags, onRemoveTag, onReorder, placeholder, status, statusMessage, disabled, readOnly, delimiters, mode, size, border, className } = _a, inputProps = tslib_es6_rest(_a, ["tags", "onRemoveTag", "onReorder", "placeholder", "status", "statusMessage", "disabled", "readOnly", "delimiters", "mode", "size", "border", "className"]);
|
|
66505
66169
|
/* eslint-disable no-unused-vars */
|
|
66506
|
-
const { onManuallyInput, inputElement, closeOnSelect, predicate, onClickOutside, fixedHeader, fixedFooter, dataHook, onFocus, withSelection, onBlur, menuArrow, onInputClicked } = inputProps, desiredProps =
|
|
66170
|
+
const { onManuallyInput, inputElement, closeOnSelect, predicate, onClickOutside, fixedHeader, fixedFooter, dataHook, onFocus, withSelection, onBlur, menuArrow, onInputClicked } = inputProps, desiredProps = tslib_es6_rest(inputProps, ["onManuallyInput", "inputElement", "closeOnSelect", "predicate", "onClickOutside", "fixedHeader", "fixedFooter", "dataHook", "onFocus", "withSelection", "onBlur", "menuArrow", "onInputClicked"]);
|
|
66507
66171
|
let rowMultiplier;
|
|
66508
66172
|
if (tags.length && tags[0].size === 'large') {
|
|
66509
66173
|
rowMultiplier = 47;
|
|
@@ -66516,11 +66180,11 @@ class InputWithTags extends (external_React_default()).Component {
|
|
|
66516
66180
|
'initial';
|
|
66517
66181
|
return (external_React_default().createElement("div", Object.assign({ className: this._getRootClassName(), style: { maxHeight }, onClick: this.handleClick, "data-hook": this.props.dataHook, "data-focus": this._hasFocus() || null, "data-status": getStatusFromContext(this.context, status) }, getAriaAttributesFromContext(this.context)),
|
|
66518
66182
|
onReorder ? (external_React_default().createElement(SortableListBase_SortableListBase, { contentClassName: InputWithTags_st_classes.tagsContainer, items: tags, onDrop: onReorder, renderItem: this.renderReorderableTag })) : (tags.map((_a) => {
|
|
66519
|
-
var { label } = _a, rest =
|
|
66183
|
+
var { label } = _a, rest = tslib_es6_rest(_a, ["label"]);
|
|
66520
66184
|
return (external_React_default().createElement(Tag_Tag, Object.assign({ key: rest.id, dataHook: "tag", disabled: disabled, onRemove: onRemoveTag, className: InputWithTags_st_classes.tag }, rest), label));
|
|
66521
66185
|
})),
|
|
66522
|
-
external_React_default().createElement("span", { className:
|
|
66523
|
-
external_React_default().createElement("div", { className:
|
|
66186
|
+
external_React_default().createElement("span", { className: classnames_default()(InputWithTags_st_classes.input, !tags.length), "data-hook": "inner-input-with-tags" },
|
|
66187
|
+
external_React_default().createElement("div", { className: classnames_default()(InputWithTags_st_classes.hiddenDiv, {
|
|
66524
66188
|
[InputWithTags_st_classes.smallFont]: size === 'small',
|
|
66525
66189
|
}) }, this.state.inputValue),
|
|
66526
66190
|
external_React_default().createElement(Input_ThemedInput, Object.assign({ size: size, width: this.props.width, ref: input => (this.input = input), onFocus: this.handleInputFocus, onBlur: this.handleInputBlur, placeholder: tags.length === 0 ? placeholder : '' }, desiredProps, { dataHook: "inputWithTags-input", disabled: disabled, readOnly: readOnly, disableEditing: this._isSelectMode(), onChange: e => {
|
|
@@ -66538,9 +66202,9 @@ class InputWithTags extends (external_React_default()).Component {
|
|
|
66538
66202
|
external_React_default().createElement(components_DropDownArrow, null))))));
|
|
66539
66203
|
}
|
|
66540
66204
|
renderReorderableTag(_a) {
|
|
66541
|
-
var _b = _a.item, { id, label } = _b, itemProps =
|
|
66205
|
+
var _b = _a.item, { id, label } = _b, itemProps = tslib_es6_rest(_b, ["id", "label"]), { previewStyles, isPlaceholder, isPreview } = _a, rest = tslib_es6_rest(_a, ["item", "previewStyles", "isPlaceholder", "isPreview"]);
|
|
66542
66206
|
const { onRemoveTag, disabled } = this.props;
|
|
66543
|
-
const _classes =
|
|
66207
|
+
const _classes = classnames_default()(InputWithTags_st_classes.tag, {
|
|
66544
66208
|
[dnd_styles.itemPlaceholder]: isPlaceholder,
|
|
66545
66209
|
[InputWithTags_st_classes.draggedTagPlaceholder]: isPlaceholder,
|
|
66546
66210
|
[dnd_styles.itemPreview]: isPreview,
|
|
@@ -66608,6 +66272,7 @@ var difference_default = /*#__PURE__*/__webpack_require__.n(difference);
|
|
|
66608
66272
|
var MultiSelect_st_namespace = "MultiSelect4073410454";
|
|
66609
66273
|
var MultiSelect_st_classes = {"root":"MultiSelect4073410454__root","autoSizeInput":"MultiSelect4073410454__autoSizeInput"};
|
|
66610
66274
|
var MultiSelect_st_keyframes = {};
|
|
66275
|
+
var MultiSelect_st_layers = {};
|
|
66611
66276
|
var MultiSelect_st_stVars = {};
|
|
66612
66277
|
var MultiSelect_st_vars = {};
|
|
66613
66278
|
var MultiSelect_st_cssStates = /* INJECT */ {__stc__:true};
|
|
@@ -66777,13 +66442,13 @@ class MultiSelect extends InputWithOptions_InputWithOptions {
|
|
|
66777
66442
|
}
|
|
66778
66443
|
}
|
|
66779
66444
|
MultiSelect.autoSizeInput = (_a) => {
|
|
66780
|
-
var { className, 'data-ref': dataRef } = _a, rest =
|
|
66781
|
-
const inputClassName =
|
|
66445
|
+
var { className, 'data-ref': dataRef } = _a, rest = tslib_es6_rest(_a, ["className", 'data-ref']);
|
|
66446
|
+
const inputClassName = classnames_default()(className, MultiSelect_st_classes.autoSizeInput);
|
|
66782
66447
|
return external_React_default().createElement("input", Object.assign({}, rest, { ref: dataRef, className: inputClassName }));
|
|
66783
66448
|
};
|
|
66784
66449
|
MultiSelect.autoSizeInputWithRef = () => external_React_default().forwardRef((props, ref) => ((_a) => {
|
|
66785
|
-
var { className, ref } = _a, rest =
|
|
66786
|
-
const inputClassName =
|
|
66450
|
+
var { className, ref } = _a, rest = tslib_es6_rest(_a, ["className", "ref"]);
|
|
66451
|
+
const inputClassName = classnames_default()(className, MultiSelect_st_classes.autoSizeInput);
|
|
66787
66452
|
return external_React_default().createElement("input", Object.assign({}, rest, { ref: ref, className: inputClassName }));
|
|
66788
66453
|
})(Object.assign(Object.assign({}, props), { ref })));
|
|
66789
66454
|
MultiSelect.displayName = 'MultiSelect';
|
|
@@ -66893,6 +66558,7 @@ const CustomAsyncPaginate=withAsyncPaginate(react_select_browser_esm);async func
|
|
|
66893
66558
|
var ViewRow_st_namespace = "ViewRow1498017129";
|
|
66894
66559
|
var ViewRow_st_classes = {"root":"ViewRow1498017129__root","mainContainer":"ViewRow1498017129__mainContainer","avatarRoleContainer":"ViewRow1498017129__avatarRoleContainer","wsrPermissionsDropdownBox":"ViewRow1498017129__wsrPermissionsDropdownBox","wsrMaxHeight":"ViewRow1498017129__wsrMaxHeight"};
|
|
66895
66560
|
var ViewRow_st_keyframes = {};
|
|
66561
|
+
var ViewRow_st_layers = {};
|
|
66896
66562
|
var ViewRow_st_stVars = {};
|
|
66897
66563
|
var ViewRow_st_vars = {};
|
|
66898
66564
|
var ViewRow_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, ViewRow_st_namespace);
|
|
@@ -66909,6 +66575,7 @@ function ViewRow(props){const _useContext=(0,external_React_.useContext)(TPAComp
|
|
|
66909
66575
|
var EmptyState_st_namespace = "EmptyState2390904073";
|
|
66910
66576
|
var EmptyState_st_classes = {"root":"EmptyState2390904073__root","emptyState":"EmptyState2390904073__emptyState","mainTitle":"EmptyState2390904073__mainTitle","description":"EmptyState2390904073__description","emptyStateWsr":"EmptyState2390904073__emptyStateWsr"};
|
|
66911
66577
|
var EmptyState_st_keyframes = {};
|
|
66578
|
+
var EmptyState_st_layers = {};
|
|
66912
66579
|
var EmptyState_st_stVars = {};
|
|
66913
66580
|
var EmptyState_st_vars = {};
|
|
66914
66581
|
var EmptyState_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, EmptyState_st_namespace);
|
|
@@ -66923,6 +66590,7 @@ if(false /* HMR */) {}
|
|
|
66923
66590
|
var EmptyState_EmptyState_st_namespace = "EmptyState4256447754";
|
|
66924
66591
|
var EmptyState_EmptyState_st_classes = {"root":"EmptyState4256447754__root","imageContainer":"EmptyState4256447754__imageContainer","childrenContainer":"EmptyState4256447754__childrenContainer","container":"EmptyState4256447754__container","imageElement":"EmptyState4256447754__imageElement","titleContainer":"EmptyState4256447754__titleContainer","title":"EmptyState4256447754__title","sectionTitle":"EmptyState4256447754__sectionTitle","subtitle":"EmptyState4256447754__subtitle","subtitleContainer":"EmptyState4256447754__subtitleContainer"};
|
|
66925
66592
|
var EmptyState_EmptyState_st_keyframes = {};
|
|
66593
|
+
var EmptyState_EmptyState_st_layers = {};
|
|
66926
66594
|
var EmptyState_EmptyState_st_stVars = {};
|
|
66927
66595
|
var EmptyState_EmptyState_st_vars = {};
|
|
66928
66596
|
var EmptyState_EmptyState_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, EmptyState_EmptyState_st_namespace);
|
|
@@ -67020,6 +66688,7 @@ var CheckboxDataKeys;
|
|
|
67020
66688
|
var Checkbox_Checkbox_st_namespace = "Checkbox2599545887";
|
|
67021
66689
|
var Checkbox_Checkbox_st_classes = {"root":"Checkbox2599545887__root","focusRing":"palette2158605786__focusRing","container":"Checkbox2599545887__container","core":"Checkbox2599545887__core","icon":"Checkbox2599545887__icon","label":"Checkbox2599545887__label","iconToolTip":"Checkbox2599545887__iconToolTip","errorIcon":"Checkbox2599545887__errorIcon","suffixed":"Checkbox2599545887__suffixed","suffix":"Checkbox2599545887__suffix","disabled":"Checkbox2599545887__disabled","focused":"Checkbox2599545887__focused"};
|
|
67022
66690
|
var Checkbox_Checkbox_st_keyframes = {};
|
|
66691
|
+
var Checkbox_Checkbox_st_layers = {};
|
|
67023
66692
|
var Checkbox_Checkbox_st_stVars = {"DefaultTextColor":"color-5","DefaultBorderColor":"color-5","DefaultIconColor":"color-8","DefaultErrorColor":"#DF3131","DefaultBoxBorderColor":"color-5","DefaultBoxBorderRadius":"0","DefaultBoxColor":"color-1","DisabledColor":"color-3","DefaultLabelFont":"\"font({theme: 'Body-M', size: '16px', lineHeight: '24px'})\"","DefaultDisabledLabelColor":"color-3","TextColor":"--overridable","BorderColor":"--overridable","IconColor":"--overridable","BoxBorderColor":"--overridable","BoxBorderRadius":"--overridable","BoxColor":"--overridable","LabelFont":"--overridable","DisabledLabelColor":"--overridable","ErrorColor":"--overridable","ErrorMessageMinHeight":"--overridable","CurrentBorderColor":"\"color(fallback(--overridable, color-5))\"","CurrentBoxBorderColor":"\"color(fallback(--overridable, color-5))\"","CurrentBoxBorderRadius":"\"fallback(--overridable, 0)\"","CurrentIconColor":"\"color(fallback(--overridable, color-8))\"","CurrentTextColor":"\"color(fallback(--overridable, color-5))\"","CurrentBoxColor":"\"color(fallback(--overridable, color-1))\"","CurrentLabelFont":"\"fallback(font(--overridable), font(font({theme: 'Body-M', size: '16px', lineHeight: '24px'})))\"","CurrentDisabledLabelColor":"\"color(fallback(--overridable, color-3))\"","CurrentErrorColor":"\"color(fallback(--overridable, #DF3131))\""};
|
|
67024
66693
|
var Checkbox_Checkbox_st_vars = {"wut-error-color":"--wut-error-color"};
|
|
67025
66694
|
var Checkbox_Checkbox_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Checkbox_Checkbox_st_namespace);
|
|
@@ -67216,6 +66885,7 @@ function getArrowByPlacement(placement) {
|
|
|
67216
66885
|
var Tooltip_st_namespace = "Tooltip2147009645";
|
|
67217
66886
|
var Tooltip_st_classes = {"root":"Tooltip2147009645__root","tpaArrow":"Tooltip2147009645__tpaArrow","withArrow":"Tooltip2147009645__withArrow","popoverAnimation-enter":"Tooltip2147009645__popoverAnimation-enter","popoverAnimation-enter-active":"Tooltip2147009645__popoverAnimation-enter-active","popoverAnimation-exit":"Tooltip2147009645__popoverAnimation-exit","popoverAnimation-exit-active":"Tooltip2147009645__popoverAnimation-exit-active"};
|
|
67218
66887
|
var Tooltip_st_keyframes = {};
|
|
66888
|
+
var Tooltip_st_layers = {};
|
|
67219
66889
|
var Tooltip_st_stVars = {"DefaultWiredTextColor":"\"color(color-1)\"","DefaultWiredBackgroundColor":"\"color(color-5)\"","BackgroundColor":"--overridable","TextColor":"--overridable","BorderColor":"--overridable","WiredTextColor":"\"color(fallback(--overridable, color(color-1)))\"","WiredBackgroundColor":"\"color(fallback(--overridable, color(color-5)))\"","WiredBorderColor":"\"color(fallback(--overridable, color(fallback(--overridable, color(color-5)))))\""};
|
|
67220
66890
|
var Tooltip_st_vars = {};
|
|
67221
66891
|
var Tooltip_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, Tooltip_st_namespace);
|
|
@@ -67527,6 +67197,7 @@ Checkbox_Checkbox_Checkbox.defaultProps = {
|
|
|
67527
67197
|
var TextArea_st_namespace = "TextArea2762829826";
|
|
67528
67198
|
var TextArea_st_classes = {"root":"TextArea2762829826__root","focusRing":"palette2158605786__focusRing","textAreaWrapper":"TextArea2762829826__textAreaWrapper","textArea":"TextArea2762829826__textArea","errorIconWrapper":"TextArea2762829826__errorIconWrapper","iconTooltip":"TextArea2762829826__iconTooltip","errorIcon":"TextArea2762829826__errorIcon","label":"TextArea2762829826__label","charCount":"TextArea2762829826__charCount","focused":"TextArea2762829826__focused"};
|
|
67529
67199
|
var TextArea_st_keyframes = {};
|
|
67200
|
+
var TextArea_st_layers = {};
|
|
67530
67201
|
var TextArea_st_stVars = {"DefaultContainerWidth":"280px","DefaultContainerHeight":"92px","DefaultBorderColor":"color-5","DefaultBackgroundColor":"color-1","DefaultTextColor":"color-5","DefaultDisabledTextColor":"color-3","DefaultPlaceholderColor":"color-3","DefaultFocusFontColor":"color-1","DefaultDisabledBorderColor":"color-3","DefaultTextFont":"{theme: 'Body-M', size: '16px', lineHeight: '1.5em'}","DefaultMainLabelFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.4'}","DefaultMainLabelTextColor":"color-5","DefaultMainBorderRadius":"0","DefaultMainBorderWidth":"1","DefaultDisabledLabelColor":"color-5","DefaultCharCountFont":"{theme: 'Body-M', size: '14px', lineHeight: '1.4'}","DefaultCharCountColor":"color-4","MainBorderRadius":"--overridable","MainBorderWidth":"--overridable","ContainerWidth":"--overridable","ContainerHeight":"--overridable","BorderColor":"--overridable","BackgroundColor":"--overridable","TextColor":"--overridable","DisabledTextColor":"--overridable","PlaceholderColor":"--overridable","TextFont":"--overridable","ErrorBorderColor":"--overridable","SuccessBorderColor":"--overridable","DisabledBorderColor":"--overridable","MainLabelFont":"--overridable","MainLabelTextColor":"--overridable","DisabledLabelColor":"--overridable","CharCountFont":"--overridable","CharCountColor":"--overridable","ErrorColor":"--overridable","ErrorMessageMinHeight":"--overridable","containerWidth":"\"fallback(--overridable, 280px)\"","containerHeight":"\"fallback(--overridable, 92px)\"","borderColor":"\"color(fallback(--overridable, color-5))\"","backgroundColor":"\"color(fallback(--overridable, color-1))\"","textColor":"\"color(fallback(--overridable, color-5))\"","textFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '16px', lineHeight: '1.5em'}))\"","disabledTextColor":"\"color(fallback(--overridable, color-3))\"","placeholderColor":"\"color(fallback(--overridable, color-3))\"","successBorderColor":"\"color(fallback(--overridable, #008250))\"","errorBorderColor":"\"color(fallback(--overridable, #DF3131))\"","mainLabelFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '14px', lineHeight: '1.4'}))\"","mainLabelTextColor":"\"color(fallback(--overridable, color-5))\"","mainBorderRadius":"\"fallback(--overridable, 0)\"","mainBorderWidth":"\"fallback(--overridable, 1)\"","disabledLabelColor":"\"color(fallback(--overridable, color-5))\"","charCountFont":"\"fallback(font(--overridable), font({theme: 'Body-M', size: '14px', lineHeight: '1.4'}))\"","charCountColor":"\"color(fallback(--overridable, color-4))\"","borderWidth":"\"unit(fallback(--overridable, 1), px)\"","mainErrorColor":"\"color(fallback(--overridable, #DF3131))\""};
|
|
67531
67202
|
var TextArea_st_vars = {"wut-error-color":"--wut-error-color"};
|
|
67532
67203
|
var TextArea_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, TextArea_st_namespace);
|
|
@@ -67717,6 +67388,7 @@ TextArea.defaultProps = {
|
|
|
67717
67388
|
var NotifyBox_st_namespace = "NotifyBox2822720950";
|
|
67718
67389
|
var NotifyBox_st_classes = {"root":"NotifyBox2822720950__root","infoIcon":"NotifyBox2822720950__infoIcon","noteTextArea":"NotifyBox2822720950__noteTextArea","checkboxInnerText":"NotifyBox2822720950__checkboxInnerText","notifyCheckboxContainer":"NotifyBox2822720950__notifyCheckboxContainer","hintTooltip":"NotifyBox2822720950__hintTooltip","notifyCheckbox":"NotifyBox2822720950__notifyCheckbox","wsrnotifyCheckboxContainer":"NotifyBox2822720950__wsrnotifyCheckboxContainer"};
|
|
67719
67390
|
var NotifyBox_st_keyframes = {};
|
|
67391
|
+
var NotifyBox_st_layers = {};
|
|
67720
67392
|
var NotifyBox_st_stVars = {};
|
|
67721
67393
|
var NotifyBox_st_vars = {};
|
|
67722
67394
|
var NotifyBox_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, NotifyBox_st_namespace);
|
|
@@ -67731,7 +67403,7 @@ if(false /* HMR */) {}
|
|
|
67731
67403
|
/* tslint:disable */
|
|
67732
67404
|
|
|
67733
67405
|
const InfoCircleSmall = (_a) => {
|
|
67734
|
-
var { size } = _a, props =
|
|
67406
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
67735
67407
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18" }, props),
|
|
67736
67408
|
external_React_.createElement("path", { d: "M9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 Z M9,15 C12.3137085,15 15,12.3137085 15,9 C15,5.6862915 12.3137085,3 9,3 C5.6862915,3 3,5.6862915 3,9 C3,12.3137085 5.6862915,15 9,15 Z M8,8 L10,8 L10,12 L11,13 L7,13 L8,12 L8,8.85714286 L7,8.85714286 L8,8 Z M9,5 C9.55228475,5 10,5.44771525 10,6 C10,6.55228475 9.55228475,7 9,7 C8.44771525,7 8,6.55228475 8,6 C8,5.44771525 8.44771525,5 9,5 Z" })));
|
|
67737
67409
|
};
|
|
@@ -67746,7 +67418,7 @@ InfoCircleSmall.displayName = 'InfoCircleSmall';
|
|
|
67746
67418
|
/* tslint:disable */
|
|
67747
67419
|
|
|
67748
67420
|
const InfoCircle = (_a) => {
|
|
67749
|
-
var { size } = _a, props =
|
|
67421
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
67750
67422
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24" }, props),
|
|
67751
67423
|
external_React_.createElement("path", { d: "M13,15 L13,10 L11,10 L10,12 L11,12 L11,15 L10,16 L10,17 L14,17 L14,16 L13,15 Z M11,9 L13,9 L13,7 L11,7 L11,9 Z M12,20 C7.589,20 4,16.411 4,12 C4,7.589 7.589,4 12,4 C16.411,4 20,7.589 20,12 C20,16.411 16.411,20 12,20 L12,20 Z M12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 L12,3 Z" })));
|
|
67752
67424
|
};
|
|
@@ -67766,6 +67438,7 @@ const InfoIcon_constants_dataHooks = {
|
|
|
67766
67438
|
var InfoIcon_st_namespace = "InfoIcon1419328335";
|
|
67767
67439
|
var InfoIcon_st_classes = {"root":"InfoIcon1419328335__root","icon":"InfoIcon1419328335__icon"};
|
|
67768
67440
|
var InfoIcon_st_keyframes = {};
|
|
67441
|
+
var InfoIcon_st_layers = {};
|
|
67769
67442
|
var InfoIcon_st_stVars = {};
|
|
67770
67443
|
var InfoIcon_st_vars = {};
|
|
67771
67444
|
var InfoIcon_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, InfoIcon_st_namespace);
|
|
@@ -67829,6 +67502,7 @@ const FormField_constants_dataHooks = {
|
|
|
67829
67502
|
var FormField_st_namespace = "FormField324587591";
|
|
67830
67503
|
var FormField_st_classes = {"root":"FormField324587591__root","text-small-thin":"typography356170310__text-small-thin","text-tiny-thin":"typography356170310__text-tiny-thin","label":"FormField324587591__label","labelIndicators":"FormField324587591__labelIndicators","children":"FormField324587591__children","statusMessage":"FormField324587591__statusMessage","suffix":"FormField324587591__suffix","labelRow":"FormField324587591__labelRow","asterisk":"FormField324587591__asterisk","infoIcon":"FormField324587591__infoIcon","statusIcon":"FormField324587591__statusIcon"};
|
|
67831
67504
|
var FormField_st_keyframes = {};
|
|
67505
|
+
var FormField_st_layers = {};
|
|
67832
67506
|
var FormField_st_stVars = {"suffixHorizontalPadding":"12px","inlineLabelMinHeight":"36px","childrenMargin":"6px","suffixHeight":"18px"};
|
|
67833
67507
|
var FormField_st_vars = {};
|
|
67834
67508
|
var FormField_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, FormField_st_namespace);
|
|
@@ -67843,7 +67517,7 @@ if(false /* HMR */) {}
|
|
|
67843
67517
|
/* tslint:disable */
|
|
67844
67518
|
|
|
67845
67519
|
const StatusAlertFilledSmall = (_a) => {
|
|
67846
|
-
var { size } = _a, props =
|
|
67520
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
67847
67521
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18" }, props),
|
|
67848
67522
|
external_React_.createElement("path", { d: "M9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 Z M9,5 C8.44771525,5 8,5.44771525 8,6 L8,8 C8,8.55228475 8.44771525,9 9,9 C9.55228475,9 10,8.55228475 10,8 L10,6 C10,5.44771525 9.55228475,5 9,5 Z M9,10 C8.44771525,10 8,10.4477153 8,11 C8,11.5522847 8.44771525,12 9,12 C9.55228475,12 10,11.5522847 10,11 C10,10.4477153 9.55228475,10 9,10 Z" })));
|
|
67849
67523
|
};
|
|
@@ -67858,7 +67532,7 @@ StatusAlertFilledSmall.displayName = 'StatusAlertFilledSmall';
|
|
|
67858
67532
|
/* tslint:disable */
|
|
67859
67533
|
|
|
67860
67534
|
const StatusWarningFilledSmall = (_a) => {
|
|
67861
|
-
var { size } = _a, props =
|
|
67535
|
+
var { size } = _a, props = tslib_es6_rest(_a, ["size"]);
|
|
67862
67536
|
return (external_React_.createElement("svg", Object.assign({ viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18" }, props),
|
|
67863
67537
|
external_React_.createElement("path", { d: "M10.7037499,3.9623322 L15.7092882,11.9592754 C15.9070807,12.2850514 16.000829,12.6448689 16.000061,13 C15.9984263,13.6741191 15.6560657,14.3313518 15.0376694,14.7068067 C14.7247801,14.8967752 14.3657565,14.9972317 13.9997131,14.9972317 L4,14.9999236 C2.8954305,14.9999236 2,14.1045695 2,13 C2,12.6339566 2.10045645,12.2749331 2.29042497,11.9620437 L7.28459986,3.9623322 C7.66164996,3.34130849 8.32287747,2.99867105 9,2.99992355 C9.35233944,3.00069152 9.70898264,3.09451612 10.0321312,3.29071343 C10.3066867,3.45740786 10.5370555,3.68777667 10.7037499,3.9623322 Z M9,6 C8.44771525,6 8,6.44771525 8,7 L8,9 C8,9.55228475 8.44771525,10 9,10 C9.55228475,10 10,9.55228475 10,9 L10,7 C10,6.44771525 9.55228475,6 9,6 Z M9,11 C8.44771525,11 8,11.4477153 8,12 C8,12.5522847 8.44771525,13 9,13 C9.55228475,13 10,12.5522847 10,12 C10,11.4477153 9.55228475,11 9,11 Z" })));
|
|
67864
67538
|
};
|
|
@@ -68082,6 +67756,7 @@ var isNaN_default = /*#__PURE__*/__webpack_require__.n(lodash_isNaN);
|
|
|
68082
67756
|
var InputArea_st_namespace = "InputArea3069269485";
|
|
68083
67757
|
var InputArea_st_classes = {"root":"InputArea3069269485__root","text-small-normal":"typography356170310__text-small-normal","text-small-thin":"typography356170310__text-small-thin","text-medium-normal":"typography356170310__text-medium-normal","text-medium-thin":"typography356170310__text-medium-thin","defaultScrollBar":"defaultscrollbar1337489372__defaultScrollBar","inputArea":"InputArea3069269485__inputArea","counter":"InputArea3069269485__counter","status":"InputArea3069269485__status","disabled":"InputArea3069269485__disabled","readOnly":"InputArea3069269485__readOnly"};
|
|
68084
67758
|
var InputArea_st_keyframes = {};
|
|
67759
|
+
var InputArea_st_layers = {};
|
|
68085
67760
|
var InputArea_st_stVars = {};
|
|
68086
67761
|
var InputArea_st_vars = {};
|
|
68087
67762
|
var InputArea_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, InputArea_st_namespace);
|
|
@@ -68392,14 +68067,14 @@ InputArea.propTypes = {
|
|
|
68392
68067
|
//import { OnChangeEvent } from 'wix-ui-tpa';
|
|
68393
68068
|
function NotifyBox(props){const _useContext=(0,external_React_.useContext)(TPAComponentsContext),mobile=_useContext.mobile;const checkBoxNotifyLabel=props.checkBoxNotifyLabel,notifyMessagePlaceholder=props.notifyMessagePlaceholder,onChange=props.onChange,_props$value=props.value,notify=_props$value.notify,notifyMessage=_props$value.notifyMessage,notifyLabelHint=props.notifyLabelHint,_props$notifyMessageL=props.notifyMessageLabel,notifyMessageLabel=_props$notifyMessageL===void 0?'':_props$notifyMessageL,_props$isDashboard=props.isDashboard,isDashboard=_props$isDashboard===void 0?false:_props$isDashboard,isSitePublished=props.isSitePublished;const textAreaChange=e=>{onChange({type:SET_MESSAGE,notifyMessage:e.target.value});};const notifyCheckboxChanged=val=>{onChange({type:SET_NOTIFY,notify:val.checked});};const checkboxLabel=/*#__PURE__*/external_React_default().createElement(Text,{typography:TextTypography.runningText,className:NotifyBox_st_classes.checkboxInnerText},he_default().decode(checkBoxNotifyLabel||''));const checkboxView=mobile?/*#__PURE__*/external_React_default().createElement(Checkbox_Checkbox_Checkbox,{className:NotifyBox_st_st(NotifyBox_st_classes.notifyCheckbox,{checked:notify}),onChange:notifyCheckboxChanged,label:checkboxLabel,checked:notify,"aria-describedby":"tooltipText"}):/*#__PURE__*/external_React_default().createElement(Tooltip_Tooltip_Tooltip,{content:notifyLabelHint,appendTo:document.body,className:NotifyBox_st_st(NotifyBox_st_classes.hintTooltip)},/*#__PURE__*/external_React_default().createElement(Checkbox_Checkbox_Checkbox,{className:NotifyBox_st_st(NotifyBox_st_classes.notifyCheckbox,{checked:notify}),onChange:notifyCheckboxChanged,label:checkboxLabel,checked:notify,"aria-describedby":"tooltipText"}));const notifyLength=500-((notifyMessage==null?void 0:notifyMessage.length)||0);return/*#__PURE__*/external_React_default().createElement("div",{className:NotifyBox_st_st(NotifyBox_st_classes.root,{mobile,dashboard:isDashboard})},/*#__PURE__*/external_React_default().createElement("div",{className:isDashboard?NotifyBox_st_st(NotifyBox_st_classes.wsrnotifyCheckboxContainer):NotifyBox_st_st(NotifyBox_st_classes.notifyCheckboxContainer)},isDashboard?/*#__PURE__*/external_React_default().createElement(src_Checkbox_Checkbox,{onChange:()=>{const val={checked:!notify};notifyCheckboxChanged(val);},checked:notify&&isSitePublished,disabled:!isSitePublished},/*#__PURE__*/external_React_default().createElement(Text_Text,{skin:isSitePublished?'standard':'disabled'}," ",he_default().decode(checkBoxNotifyLabel||'')),/*#__PURE__*/external_React_default().createElement(InfoIcon_InfoIcon,{size:"small",content:notifyLabelHint,className:NotifyBox_st_st(NotifyBox_st_classes.infoIcon),tooltipProps:{maxWidth:'272px'}})):checkboxView),/*#__PURE__*/external_React_default().createElement("label",{className:"sr-only",id:"tooltipText",tabIndex:-1},notifyLabelHint),isDashboard?/*#__PURE__*/external_React_default().createElement(FormField_FormField,{charCount:notifyLength},/*#__PURE__*/external_React_default().createElement(InputArea_InputArea,{rows:6,maxLength:500,value:notifyMessage||'',ariaLabel:he_default().decode(notifyMessageLabel||''),onChange:textAreaChange,placeholder:he_default().decode(notifyMessagePlaceholder||''),disabled:!isSitePublished||!notify})):/*#__PURE__*/external_React_default().createElement(TextArea,{className:NotifyBox_st_st(NotifyBox_st_classes.noteTextArea),onChange:textAreaChange,ariaLabel:he_default().decode(notifyMessageLabel||''),value:notifyMessage||'',placeholder:he_default().decode(notifyMessagePlaceholder||''),maxLength:500}));}/* harmony default export */ var NotifyBox_NotifyBox = (NotifyBox);
|
|
68394
68069
|
;// CONCATENATED MODULE: ./components/EntityAdvancedPermissions.tsx
|
|
68395
|
-
const STEP_1=1;const STEP_2=2;function EntityAdvancedPermissions(props){const _props$removePermissi=props.removePermissionCode,removePermissionCode=_props$removePermissi===void 0?'NONE':_props$removePermissi,entityTitle=props.entityTitle,entityId=props.entityId,className=props.className,_props$validateChange=props.validateChanges,validateChanges=_props$validateChange===void 0?()=>'':_props$validateChange,_props$labels=props.labels,_props$labels$title=_props$labels.title,title=_props$labels$title===void 0?'Manage Permissions':_props$labels$title,_props$labels$secondT=_props$labels.secondTitle,secondTitle=_props$labels$secondT===void 0?'Add Permissions':_props$labels$secondT,cancel=_props$labels.cancel,save=_props$labels.save,_props$labels$add=_props$labels.add,add=_props$labels$add===void 0?'Add':_props$labels$add,_props$labels$loading=_props$labels.loadingMessage,loadingMessage=_props$labels$loading===void 0?'Loading':_props$labels$loading,_props$labels$searchP=_props$labels.searchPlaceHolder,searchPlaceHolder=_props$labels$searchP===void 0?'Add roles & members...':_props$labels$searchP,_props$labels$allOpti=_props$labels.allOptionsSelected,allOptionsSelected=_props$labels$allOpti===void 0?'You’ve selected all your members.':_props$labels$allOpti,_props$labels$noOptio=_props$labels.noOptionsMessage,noOptionsMessage=_props$labels$noOptio===void 0?'We couldn’t find any matches. Try another search.':_props$labels$noOptio,backButtonLabel=_props$labels.backButtonLabel,_props$labels$checkBo=_props$labels.checkBoxNotifyLabel,checkBoxNotifyLabel=_props$labels$checkBo===void 0?'Notify people':_props$labels$checkBo,_props$labels$notifyM=_props$labels.notifyMessagePlaceholder,notifyMessagePlaceholder=_props$labels$notifyM===void 0?'Add A Message (Optional)':_props$labels$notifyM,_props$labels$notifyM2=_props$labels.notifyMessageLabel,notifyMessageLabel=_props$labels$notifyM2===void 0?'Add A Message':_props$labels$notifyM2,_props$labels$notifyL=_props$labels.notifyLabelHint,notifyLabelHint=_props$labels$notifyL===void 0?'Notifications will be sent by email and show in the members area.':_props$labels$notifyL,_props$labels$closeAr=_props$labels.closeAriaLabel,closeAriaLabel=_props$labels$closeAr===void 0?'Close':_props$labels$closeAr,_props$labels$backAri=_props$labels.backAriaLabel,backAriaLabel=_props$labels$backAri===void 0?'Back':_props$labels$backAri,_props$labels$emptySt=_props$labels.emptyStateTitle,emptyStateTitle=_props$labels$emptySt===void 0?'Only Admins Can Access This Folder':_props$labels$emptySt,_props$labels$emptySt2=_props$labels.emptyStateDescription,emptyStateDescription=_props$labels$emptySt2===void 0?'Add permissions to share this folder with site members, subscription plans and more.':_props$labels$emptySt2,_props$labels$buttonA=_props$labels.buttonAddNotify,buttonAddNotify=_props$labels$buttonA===void 0?'Add & Notify':_props$labels$buttonA,_props$labels$step1Sa=_props$labels.step1SaveError,step1SaveError=_props$labels$step1Sa===void 0?'This action didn’t work out, try again later or close the window to continue without saving.':_props$labels$step1Sa,_props$labels$step2Sa=_props$labels.step2SaveError,step2SaveError=_props$labels$step2Sa===void 0?'There was a problem saving changes. Please try again later.':_props$labels$step2Sa,_props$labels$rolesLi=_props$labels.rolesListError,rolesListError=_props$labels$rolesLi===void 0?'There was a problem loading permissions. Wait a moment and try again.':_props$labels$rolesLi,_props$labels$numberO=_props$labels.numberOfResultsMessage,numberOfResultsMessage=_props$labels$numberO===void 0?'{0} results':_props$labels$numberO,_props$labels$pressDe=_props$labels.pressDeleteToRemoveMessage,pressDeleteToRemoveMessage=_props$labels$pressDe===void 0?'{0}: press delete to remove':_props$labels$pressDe,_props$labels$selectP=_props$labels.selectPermissionLabel,selectPermissionLabel=_props$labels$selectP===void 0?'Select permission':_props$labels$selectP,_props$labels$saveSuc=_props$labels.saveSuccessMessage,saveSuccessMessage=_props$labels$saveSuc===void 0?'Permissions successfully added':_props$labels$saveSuc,_props$labels$permiss=_props$labels.permissionRemovedMessage,permissionRemovedMessage=_props$labels$permiss===void 0?'Permission successfully removed':_props$labels$permiss,_props$labels$doneLab=_props$labels.doneLabel,doneLabel=_props$labels$doneLab===void 0?'Done':_props$labels$doneLab,_props$isModal=props.isModal,isModal=_props$isModal===void 0?true:_props$isModal,queryFunction=props.queryFunction,onClose=props.onClose,_props$availablePermi=props.availablePermissions,availablePermissions=_props$availablePermi===void 0?DefaultPermissions:_props$availablePermi,onSave=props.onSave,items=props.items,_props$direction=props.direction,direction=_props$direction===void 0?Direction.LTR:_props$direction,loading=props.loading,_props$mobile=props.mobile,mobile=_props$mobile===void 0?false:_props$mobile,preloadRoles=props.preloadRoles,_props$theme=props.theme,theme=_props$theme===void 0?Theme.SITE:_props$theme,_props$isSitePublishe=props.isSitePublished,isSitePublished=_props$isSitePublishe===void 0?'true':_props$isSitePublishe;const isDashboard=theme===Theme.DASHBOARD;const Provider=isDashboard?WixStyleReactProvider_WixStyleReactProvider:TPAComponentsProvider;const searchEntityRef=/*#__PURE__*/(0,external_React_.createRef)();const step2Permissions=(availablePermissions||[]).filter(permission=>!(permission.divider||permission.id===removePermissionCode));const _useState=(0,external_React_.useState)(STEP_1),step=_useState[0],setStep=_useState[1];const defaultPermissionId=availablePermissions.length?availablePermissions[0].id:'';const setFocus=()=>{if(searchEntityRef.current){searchEntityRef.current.focus();}};(0,external_React_.useEffect)(setFocus,[step]);const defaultState={selectedRoles:[],roleToPermission:new Map(),notify:true,notifyMessage:'',chosenPermission:defaultPermissionId,saveState:StatesButtonStates.IDLE,pendingSave:false};const _useReducer=(0,external_React_.useReducer)(advancedPermissionReducer,defaultState),advancedPermissionState=_useReducer[0],setAdvancedPermissionState=_useReducer[1];const closeCallback=()=>onClose?onClose({closeReason:CloseReason.Cancel,availabilityStatus:advancedPermissionState.availabilityStatus}):null;const backToFirstView=()=>{setAdvancedPermissionState({type:STEP2_RESET,selectedRoles:[],notify:true,notifyMessage:'',chosenPermission:defaultPermissionId,errorMessage:'',availabilityStatus:advancedPermissionState.availabilityStatus});setStep(STEP_1);};const convertMapToArray=map=>{const resultArray=[];map.forEach((value,key)=>{resultArray.push({id:key,permissionId:value});});return resultArray;};const getModalAlertVisible=()=>{return changeValidationMsg.length>0&&errorMessageText.length===0;};const saveClicked=async()=>{if(advancedPermissionState.saveState===StatesButtonStates.IN_PROGRESS){return;}if(!advancedPermissionState.pendingSave){onClose&&onClose({closeReason:CloseReason.Cancel,availabilityStatus:advancedPermissionState.availabilityStatus});return;}setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IN_PROGRESS});setAdvancedPermissionState({type:SET_ERROR_MESSAGE,errorMessage:''});const roleToPermission=advancedPermissionState.roleToPermission,notify=advancedPermissionState.notify,notifyMessage=advancedPermissionState.notifyMessage,selectedRoles=advancedPermissionState.selectedRoles,chosenPermission=advancedPermissionState.chosenPermission;const step2RolesToPermissions=new Map();(selectedRoles||[]).forEach(_ref=>{let value=_ref.value;step2RolesToPermissions.set(value,chosenPermission||'');});const roles=new Map([...(roleToPermission||new Map()),...step2RolesToPermissions]);const notifyObj=step===STEP_2?{notify:notify||false,notifyMessage:(notifyMessage||'').trim()}:{};const saveData=extends_default()({entityId},notifyObj,{rolesChanged:convertMapToArray(roles),reloadValue:step===STEP_2,modalAlertVisible});if(onSave){try{const _await$onSave=await onSave(saveData),responseStatus=_await$onSave.responseStatus,availabilityStatus=_await$onSave.availabilityStatus;if(responseStatus===ResponseStatus.Success){setAdvancedPermissionState(extends_default()({type:RESET},defaultState,{saveState:StatesButtonStates.SUCCESS,availabilityStatus}));if(step===STEP_1){onClose&&onClose({closeReason:CloseReason.SaveSucceed,availabilityStatus});}else{setStep(STEP_1);}}else{if(responseStatus===ResponseStatus.Failed){let currErrorMessage;if(step===STEP_1){currErrorMessage=step1SaveError;}else{currErrorMessage=step2SaveError;}setAdvancedPermissionState({type:SET_ERROR_MESSAGE,errorMessage:currErrorMessage});}setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IDLE});}}catch(e){setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IDLE});}}};const savesStep1Silently=()=>{const roleToPermission=advancedPermissionState.roleToPermission;if(roleToPermission!==undefined&&roleToPermission.size>0){const saveData={entityId,rolesChanged:convertMapToArray(roleToPermission),reloadValue:true,modalAlertVisible};setAdvancedPermissionState({type:SET_ROLE_TO_PERMISSION,roleToPermission:new Map()});if(onSave){onSave(saveData).then(r=>r).catch(e=>console.error(e));}}};const onCloseIconKeyDown=e=>{if(e.key==='Enter'){closeCallback();}};const onBackIconKeyDown=e=>{if(e.key==='Enter'){backToFirstView();}};const setSelectedRoles=selectedRoles=>{if((selectedRoles===null||selectedRoles.length===0)&&step===STEP_2){backToFirstView();return;}setAdvancedPermissionState({type:SET_SELECTED_ROLES,selectedRoles});const onlyInSelectList=(selectedRoles||[]).filter(item=>item.showOnlyInSelectList);const roleToPermission=advancedPermissionState.roleToPermission||new Map();let roleListChanged=false;onlyInSelectList.forEach(role=>{if(roleToPermission.has(role.value)){roleListChanged=true;}roleToPermission.set(role.value,defaultPermissionId||'');});if(roleListChanged){setAdvancedPermissionState({type:SET_ROLE_TO_PERMISSION,roleToPermission});}if(step===STEP_1&&!onlyInSelectList.length){savesStep1Silently();setAdvancedPermissionState({type:SET_ERROR_MESSAGE,errorMessage:''});setStep(STEP_2);}};const handlePreloadRoles=()=>{if(preloadRoles&&preloadRoles.length&&queryFunction){const preloadIDs=preloadRoles.join(',');setStep(STEP_2);queryFunction('',null,preloadIDs).then(res=>{var _res$items;if(res!=null&&(_res$items=res.items)!=null&&_res$items.length){const preloadItems=res.items;if(preloadItems&&preloadItems.length&&step===STEP_1){const updatedRoles=preloadItems.map(i=>{return extends_default()({},i,{value:i.id,label:i.role});});setSelectedRoles(updatedRoles);}}}).catch(e=>{console.error(e);});}};(0,external_React_.useEffect)(handlePreloadRoles,[preloadRoles]);const permissionIdChanged=val=>{setAdvancedPermissionState({type:SET_PERMISSION_ID,chosenPermission:val});};const onRoleToPermissionChange=val=>{const roleToPermission=advancedPermissionState.roleToPermission||new Map();roleToPermission.set(val.id,val.permissionId);setAdvancedPermissionState({type:SET_ROLE_TO_PERMISSION,roleToPermission});if(val.permissionId===removePermissionCode){setFocus();}};const updatedItems=items.map(item=>{var _advancedPermissionSt;const id=item.id;const roleToPermission=(_advancedPermissionSt=advancedPermissionState.roleToPermission)==null?void 0:_advancedPermissionSt.get(id);if(roleToPermission!==undefined){return extends_default()({},item,{selectedPermission:roleToPermission});}return item;});const changeValidationMsg=validateChanges(updatedItems);const saveButtonText=step===STEP_1?save:advancedPermissionState.notify&&isSitePublished==='true'?buttonAddNotify:add;const errorMessageText=advancedPermissionState.errorMessage||loading===Loading.Error&&step===STEP_1&&rolesListError||'';const backButtonSpan=/*#__PURE__*/external_React_default().createElement("span",{className:classes.backButtonSpan},backButtonLabel||'Back');const modalTitle=step===STEP_1?title:secondTitle;const rtl=direction===Direction.RTL;const modalAlertVisible=getModalAlertVisible();const features={newColorsBranding:false};const providerProps=isDashboard?{features,value:{}}:{value:{mobile,rtl}};const sectionNotification=isDashboard?/*#__PURE__*/external_React_default().createElement(FloatingNotification_FloatingNotification,{type:"warning",text:/*#__PURE__*/external_React_default().createElement(Text_Text,{size:'small',className:st(classes.wsrTooltipContent)},changeValidationMsg),fullWidth:false,showCloseButton:false,className:st(classes.wsrNotificationMessage)}):/*#__PURE__*/external_React_default().createElement(SectionNotification,{type:"alert",className:st(classes.notificationMessage)},/*#__PURE__*/external_React_default().createElement(SectionNotification.Icon,{icon:/*#__PURE__*/external_React_default().createElement(icons_Error,null)}),/*#__PURE__*/external_React_default().createElement(SectionNotification.Text,{className:st(classes.notificationMessageText)},changeValidationMsg));const wsrErrorNotification=errorMessageText.length>0?/*#__PURE__*/external_React_default().createElement(FloatingNotification_FloatingNotification,{type:"destructive",text:/*#__PURE__*/external_React_default().createElement(Text_Text,{size:'small',className:st(classes.wsrTooltipContent)},errorMessageText),fullWidth:false,showCloseButton:false,className:step===STEP_1?st(classes.wsrNotificationMessage):st(classes.wsrNotificationErrorMessage)}):'';const errorSectionNotification=isDashboard?step===STEP_1?wsrErrorNotification:'':/*#__PURE__*/external_React_default().createElement(SectionNotification,{type:"error",className:st(classes.notificationMessage)},/*#__PURE__*/external_React_default().createElement(SectionNotification.Icon,{icon:/*#__PURE__*/external_React_default().createElement((Error_default()),null)}),/*#__PURE__*/external_React_default().createElement(SectionNotification.Text,null,errorMessageText));return/*#__PURE__*/external_React_default().createElement(Provider,providerProps,/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.root,{mobile,rtl,step,dashboard:isDashboard},className),role:"dialog","aria-labelledby":"modalMainTitle","aria-describedby":"folderName"},/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.header)},step===STEP_2&&mobile&&/*#__PURE__*/external_React_default().createElement(SmallArrowLeftIcon,{className:classes.headerArrow,onClick:backToFirstView}),/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.titleContainer,{secondView:step===STEP_2})},isDashboard?/*#__PURE__*/external_React_default().createElement(Box_Box,{direction:'horizontal',display:'grid'},/*#__PURE__*/external_React_default().createElement(Text_Text,{id:'modalMainTitle',weight:'bold',size:'medium',ellipsis:true,className:st(classes.wsrModalMainTitle)},modalTitle),/*#__PURE__*/external_React_default().createElement(Text_Text,{id:'folderName',className:st(classes.wsrFolderName),ellipsis:true},entityTitle)):/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,/*#__PURE__*/external_React_default().createElement(Text,{id:'modalMainTitle',typography:TextTypography.smallTitle,className:st(classes.modalMainTitle)},modalTitle),/*#__PURE__*/external_React_default().createElement(Text,{id:'folderName',typography:TextTypography.runningText,className:st(classes.folderName)},entityTitle))),isModal&&(isDashboard?/*#__PURE__*/external_React_default().createElement((Dismiss_default()),{className:st(classes.closeButton),onClick:closeCallback,"aria-label":closeAriaLabel,onKeyDown:onCloseIconKeyDown}):/*#__PURE__*/external_React_default().createElement(Close,{className:st(classes.closeButton),onClick:closeCallback,role:"button",tabIndex:0,onKeyDown:onCloseIconKeyDown,"aria-label":closeAriaLabel}))),/*#__PURE__*/external_React_default().createElement(Scrollbar,{native:true,translateContentSizeYToHolder:true,noScrollX:true,className:st(classes.stepScrollbar,{active:step===STEP_2&&!mobile})},/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.roleSelectionContainer,{secondView:isDashboard&&step===STEP_2})},/*#__PURE__*/external_React_default().createElement(SearchEntity_SearchEntity,{searchEntityRef:searchEntityRef,loadingMessage:loadingMessage,placeholder:he_default().decode(searchPlaceHolder||''),setSelectedRoles:setSelectedRoles,queryFunction:queryFunction,allOptionsSelected:allOptionsSelected,noOptionsMessage:noOptionsMessage,className:st(classes.searchEntity),value:advancedPermissionState.selectedRoles,filterShowOnlyInSelectList:step===STEP_2,numberOfResultsMessage:numberOfResultsMessage,pressDeleteToRemoveMessage:pressDeleteToRemoveMessage,isDashboard:isDashboard}),step===STEP_2&&/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,/*#__PURE__*/external_React_default().createElement("label",{className:"sr-only",id:"globalSelectPermissionId"},he_default().decode(selectPermissionLabel)),/*#__PURE__*/external_React_default().createElement(PermissionsDropdown_PermissionsDropdown,{ariaLabelledBy:'globalSelectPermissionId',options:step2Permissions,disabled:false,value:advancedPermissionState.chosenPermission,onChange:permissionIdChanged,className:isDashboard?st(classes.wsrPermissionsMenu):st(classes.permissionDropdown,{rtl}),isDashboard:isDashboard,isStep2:step===STEP_2}))),/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.steps),role:"alert"},errorMessageText.length>0&&errorSectionNotification,step===STEP_1&&/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,modalAlertVisible&§ionNotification,/*#__PURE__*/external_React_default().createElement(PermissionsList_PermissionsList,{removePermissionCode:removePermissionCode,items:updatedItems,loading:loading,onChange:onRoleToPermissionChange,className:st(classes.permissionList),emptyStateTitle:emptyStateTitle,emptyStateDescription:emptyStateDescription,permissionRemovedMessage:permissionRemovedMessage,isDashboard:isDashboard,modalAlertVisible:modalAlertVisible})),step===STEP_2&&/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,/*#__PURE__*/external_React_default().createElement(NotifyBox_NotifyBox,{checkBoxNotifyLabel:checkBoxNotifyLabel,notifyMessagePlaceholder:notifyMessagePlaceholder,notifyMessageLabel:notifyMessageLabel,value:advancedPermissionState,onChange:setAdvancedPermissionState,notifyLabelHint:notifyLabelHint,isDashboard:isDashboard,isSitePublished:isSitePublished==='true'}),isDashboard&&wsrErrorNotification))),!isDashboard&&/*#__PURE__*/external_React_default().createElement(Divider,{className:st(classes.divider)}),/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.footer)},step===STEP_2&&!mobile&&/*#__PURE__*/external_React_default().createElement("span",{onClick:backToFirstView,tabIndex:0,className:st(classes.backButton),role:"button",onKeyDown:onBackIconKeyDown,"aria-label":backAriaLabel},isDashboard?/*#__PURE__*/external_React_default().createElement(src_Button_Button,{priority:"secondary",size:ButtonSize.small},/*#__PURE__*/external_React_default().createElement((ChevronLeftSmall_default()),null),backButtonSpan):/*#__PURE__*/external_React_default().createElement(IconToggle,{label:backButtonSpan,className:st(classes.backToggleIcon),icon:/*#__PURE__*/external_React_default().createElement(BackIcon,{tabIndex:-1})})),/*#__PURE__*/external_React_default().createElement("div",{className:classes.actionButtons},step===STEP_1&&(isDashboard?/*#__PURE__*/external_React_default().createElement(src_Button_Button,{priority:"secondary","aria-label":advancedPermissionState.saveState===StatesButtonStates.SUCCESS?saveSuccessMessage:'',className:classes.wsrCancelBtn,size:ButtonSize.small,disabled:false,onClick:closeCallback},cancel||'Cancel'):/*#__PURE__*/external_React_default().createElement(Button,{priority:ButtonPriority.basicSecondary,upgrade:true,className:st(classes.buttonCancel,{invisible:!advancedPermissionState.pendingSave}),onClick:closeCallback,size:ButtonSize.medium},cancel||'Cancel')),isDashboard?/*#__PURE__*/external_React_default().createElement(src_Button_Button,{"aria-label":advancedPermissionState.saveState===StatesButtonStates.SUCCESS?saveSuccessMessage:'',size:ButtonSize.small,disabled:advancedPermissionState.saveState===StatesButtonStates.IN_PROGRESS,onClick:saveClicked},advancedPermissionState.saveState!==StatesButtonStates.IN_PROGRESS?advancedPermissionState.pendingSave?saveButtonText||'Save':doneLabel:/*#__PURE__*/external_React_default().createElement(Loader_Loader,{size:"tiny"})):/*#__PURE__*/external_React_default().createElement(StatesButton,{idleContent:advancedPermissionState.pendingSave?saveButtonText||'Save':doneLabel,"aria-label":advancedPermissionState.saveState===StatesButtonStates.SUCCESS?saveSuccessMessage:'',inProgressContent:/*#__PURE__*/external_React_default().createElement(ButtonSpinner,{className:st(classes.ButtonSpinner)}),className:st(classes.buttonSend,{progress:advancedPermissionState.saveState===StatesButtonStates.IN_PROGRESS}),size:ButtonSize.medium,disabled:false,state:advancedPermissionState.saveState||StatesButtonStates.IDLE,onClick:saveClicked,onNotificationEnd:()=>setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IDLE})})))));}/* harmony default export */ var components_EntityAdvancedPermissions = (EntityAdvancedPermissions);
|
|
68070
|
+
const STEP_1=1;const STEP_2=2;function EntityAdvancedPermissions(props){const _props$removePermissi=props.removePermissionCode,removePermissionCode=_props$removePermissi===void 0?'NONE':_props$removePermissi,entityTitle=props.entityTitle,entityId=props.entityId,className=props.className,_props$validateChange=props.validateChanges,validateChanges=_props$validateChange===void 0?()=>'':_props$validateChange,_props$labels=props.labels,_props$labels$title=_props$labels.title,title=_props$labels$title===void 0?'Manage Permissions':_props$labels$title,_props$labels$secondT=_props$labels.secondTitle,secondTitle=_props$labels$secondT===void 0?'Add Permissions':_props$labels$secondT,cancel=_props$labels.cancel,save=_props$labels.save,_props$labels$add=_props$labels.add,add=_props$labels$add===void 0?'Add':_props$labels$add,_props$labels$loading=_props$labels.loadingMessage,loadingMessage=_props$labels$loading===void 0?'Loading':_props$labels$loading,_props$labels$searchP=_props$labels.searchPlaceHolder,searchPlaceHolder=_props$labels$searchP===void 0?'Add roles & members...':_props$labels$searchP,_props$labels$allOpti=_props$labels.allOptionsSelected,allOptionsSelected=_props$labels$allOpti===void 0?'You’ve selected all your members.':_props$labels$allOpti,_props$labels$noOptio=_props$labels.noOptionsMessage,noOptionsMessage=_props$labels$noOptio===void 0?'We couldn’t find any matches. Try another search.':_props$labels$noOptio,backButtonLabel=_props$labels.backButtonLabel,_props$labels$checkBo=_props$labels.checkBoxNotifyLabel,checkBoxNotifyLabel=_props$labels$checkBo===void 0?'Notify people':_props$labels$checkBo,_props$labels$notifyM=_props$labels.notifyMessagePlaceholder,notifyMessagePlaceholder=_props$labels$notifyM===void 0?'Add A Message (Optional)':_props$labels$notifyM,_props$labels$notifyM2=_props$labels.notifyMessageLabel,notifyMessageLabel=_props$labels$notifyM2===void 0?'Add A Message':_props$labels$notifyM2,_props$labels$notifyL=_props$labels.notifyLabelHint,notifyLabelHint=_props$labels$notifyL===void 0?'Notifications will be sent by email and show in the members area.':_props$labels$notifyL,_props$labels$closeAr=_props$labels.closeAriaLabel,closeAriaLabel=_props$labels$closeAr===void 0?'Close':_props$labels$closeAr,_props$labels$backAri=_props$labels.backAriaLabel,backAriaLabel=_props$labels$backAri===void 0?'Back':_props$labels$backAri,_props$labels$emptySt=_props$labels.emptyStateTitle,emptyStateTitle=_props$labels$emptySt===void 0?'Only Admins Can Access This Folder':_props$labels$emptySt,_props$labels$emptySt2=_props$labels.emptyStateDescription,emptyStateDescription=_props$labels$emptySt2===void 0?'Add permissions to share this folder with site members, subscription plans and more.':_props$labels$emptySt2,_props$labels$buttonA=_props$labels.buttonAddNotify,buttonAddNotify=_props$labels$buttonA===void 0?'Add & Notify':_props$labels$buttonA,_props$labels$step1Sa=_props$labels.step1SaveError,step1SaveError=_props$labels$step1Sa===void 0?'This action didn’t work out, try again later or close the window to continue without saving.':_props$labels$step1Sa,_props$labels$step2Sa=_props$labels.step2SaveError,step2SaveError=_props$labels$step2Sa===void 0?'There was a problem saving changes. Please try again later.':_props$labels$step2Sa,_props$labels$rolesLi=_props$labels.rolesListError,rolesListError=_props$labels$rolesLi===void 0?'There was a problem loading permissions. Wait a moment and try again.':_props$labels$rolesLi,_props$labels$numberO=_props$labels.numberOfResultsMessage,numberOfResultsMessage=_props$labels$numberO===void 0?'{0} results':_props$labels$numberO,_props$labels$pressDe=_props$labels.pressDeleteToRemoveMessage,pressDeleteToRemoveMessage=_props$labels$pressDe===void 0?'{0}: press delete to remove':_props$labels$pressDe,_props$labels$selectP=_props$labels.selectPermissionLabel,selectPermissionLabel=_props$labels$selectP===void 0?'Select permission':_props$labels$selectP,_props$labels$saveSuc=_props$labels.saveSuccessMessage,saveSuccessMessage=_props$labels$saveSuc===void 0?'Permissions successfully added':_props$labels$saveSuc,_props$labels$permiss=_props$labels.permissionRemovedMessage,permissionRemovedMessage=_props$labels$permiss===void 0?'Permission successfully removed':_props$labels$permiss,_props$labels$doneLab=_props$labels.doneLabel,doneLabel=_props$labels$doneLab===void 0?'Done':_props$labels$doneLab,_props$isModal=props.isModal,isModal=_props$isModal===void 0?true:_props$isModal,queryFunction=props.queryFunction,onClose=props.onClose,_props$availablePermi=props.availablePermissions,availablePermissions=_props$availablePermi===void 0?DefaultPermissions:_props$availablePermi,onSave=props.onSave,items=props.items,_props$direction=props.direction,direction=_props$direction===void 0?Direction.LTR:_props$direction,loading=props.loading,_props$mobile=props.mobile,mobile=_props$mobile===void 0?false:_props$mobile,preloadRoles=props.preloadRoles,_props$theme=props.theme,theme=_props$theme===void 0?Theme.SITE:_props$theme,_props$isSitePublishe=props.isSitePublished,isSitePublished=_props$isSitePublishe===void 0?'true':_props$isSitePublishe;const isDashboard=theme===Theme.DASHBOARD;const Provider=isDashboard?WixStyleReactProvider_WixStyleReactProvider:TPAComponentsProvider;const searchEntityRef=/*#__PURE__*/(0,external_React_.createRef)();const step2Permissions=(availablePermissions||[]).filter(permission=>!(permission.divider||permission.id===removePermissionCode));const _useState=(0,external_React_.useState)(STEP_1),step=_useState[0],setStep=_useState[1];const defaultPermissionId=availablePermissions.length?availablePermissions[0].id:'';const setFocus=()=>{if(searchEntityRef.current){searchEntityRef.current.focus();}};(0,external_React_.useEffect)(setFocus,[step]);const defaultState={selectedRoles:[],roleToPermission:new Map(),notify:true,notifyMessage:'',chosenPermission:defaultPermissionId,saveState:StatesButtonStates.IDLE,pendingSave:false};const _useReducer=(0,external_React_.useReducer)(advancedPermissionReducer,defaultState),advancedPermissionState=_useReducer[0],setAdvancedPermissionState=_useReducer[1];const closeCallback=()=>onClose?onClose({closeReason:CloseReason.Cancel,availabilityStatus:advancedPermissionState.availabilityStatus}):null;const backToFirstView=()=>{setAdvancedPermissionState({type:STEP2_RESET,selectedRoles:[],notify:true,notifyMessage:'',chosenPermission:defaultPermissionId,errorMessage:'',availabilityStatus:advancedPermissionState.availabilityStatus});setStep(STEP_1);};const convertMapToArray=map=>{const resultArray=[];map.forEach((value,key)=>{resultArray.push({id:key,permissionId:value});});return resultArray;};const getModalAlertVisible=()=>{return changeValidationMsg.length>0&&errorMessageText.length===0;};const saveClicked=async()=>{if(advancedPermissionState.saveState===StatesButtonStates.IN_PROGRESS){return;}if(!advancedPermissionState.pendingSave){onClose&&onClose({closeReason:CloseReason.Cancel,availabilityStatus:advancedPermissionState.availabilityStatus});return;}setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IN_PROGRESS});setAdvancedPermissionState({type:SET_ERROR_MESSAGE,errorMessage:''});const roleToPermission=advancedPermissionState.roleToPermission,notify=advancedPermissionState.notify,notifyMessage=advancedPermissionState.notifyMessage,selectedRoles=advancedPermissionState.selectedRoles,chosenPermission=advancedPermissionState.chosenPermission;const step2RolesToPermissions=new Map();(selectedRoles||[]).forEach(_ref=>{let value=_ref.value;step2RolesToPermissions.set(value,chosenPermission||'');});const roles=new Map([...(roleToPermission||new Map()),...step2RolesToPermissions]);const notifyObj=step===STEP_2?{notify:notify||false,notifyMessage:(notifyMessage||'').trim()}:{};const saveData=extends_default()({entityId},notifyObj,{rolesChanged:convertMapToArray(roles),reloadValue:step===STEP_2,modalAlertVisible});if(onSave){try{const _await$onSave=await onSave(saveData),responseStatus=_await$onSave.responseStatus,availabilityStatus=_await$onSave.availabilityStatus;if(responseStatus===ResponseStatus.Success){setAdvancedPermissionState(extends_default()({type:RESET},defaultState,{saveState:StatesButtonStates.SUCCESS,availabilityStatus}));if(step===STEP_1){onClose&&onClose({closeReason:CloseReason.SaveSucceed,availabilityStatus});}else{setStep(STEP_1);}}else{if(responseStatus===ResponseStatus.Failed){let currErrorMessage;if(step===STEP_1){currErrorMessage=step1SaveError;}else{currErrorMessage=step2SaveError;}setAdvancedPermissionState({type:SET_ERROR_MESSAGE,errorMessage:currErrorMessage});}setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IDLE});}}catch(e){setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IDLE});}}};const savesStep1Silently=()=>{const roleToPermission=advancedPermissionState.roleToPermission;if(roleToPermission!==undefined&&roleToPermission.size>0){const saveData={entityId,rolesChanged:convertMapToArray(roleToPermission),reloadValue:true,modalAlertVisible};setAdvancedPermissionState({type:SET_ROLE_TO_PERMISSION,roleToPermission:new Map()});if(onSave){onSave(saveData).then(r=>r).catch(e=>console.error(e));}}};const onCloseIconKeyDown=e=>{if(e.key==='Enter'){closeCallback();}};const onBackIconKeyDown=e=>{if(e.key==='Enter'){backToFirstView();}};const setSelectedRoles=selectedRoles=>{if((selectedRoles===null||selectedRoles.length===0)&&step===STEP_2){backToFirstView();return;}setAdvancedPermissionState({type:SET_SELECTED_ROLES,selectedRoles});const onlyInSelectList=(selectedRoles||[]).filter(item=>item.showOnlyInSelectList);const roleToPermission=advancedPermissionState.roleToPermission||new Map();let roleListChanged=false;onlyInSelectList.forEach(role=>{if(roleToPermission.has(role.value)){roleListChanged=true;}roleToPermission.set(role.value,defaultPermissionId||'');});if(roleListChanged){setAdvancedPermissionState({type:SET_ROLE_TO_PERMISSION,roleToPermission});}if(step===STEP_1&&!onlyInSelectList.length){savesStep1Silently();setAdvancedPermissionState({type:SET_ERROR_MESSAGE,errorMessage:''});setStep(STEP_2);}};const handlePreloadRoles=()=>{if(preloadRoles&&preloadRoles.length&&queryFunction){const preloadIDs=preloadRoles.join(',');setStep(STEP_2);queryFunction('',null,preloadIDs).then(res=>{var _res$items;if(res!=null&&(_res$items=res.items)!=null&&_res$items.length){const preloadItems=res.items;if(preloadItems&&preloadItems.length&&step===STEP_1){const updatedRoles=preloadItems.map(i=>{return extends_default()({},i,{value:i.id,label:i.role});});setSelectedRoles(updatedRoles);}}}).catch(e=>{console.error(e);});}};(0,external_React_.useEffect)(handlePreloadRoles,[preloadRoles]);const permissionIdChanged=val=>{setAdvancedPermissionState({type:SET_PERMISSION_ID,chosenPermission:val});};const onRoleToPermissionChange=val=>{const roleToPermission=advancedPermissionState.roleToPermission||new Map();roleToPermission.set(val.id,val.permissionId);setAdvancedPermissionState({type:SET_ROLE_TO_PERMISSION,roleToPermission});if(val.permissionId===removePermissionCode){setFocus();}};const updatedItems=items.map(item=>{var _advancedPermissionSt;const id=item.id;const roleToPermission=(_advancedPermissionSt=advancedPermissionState.roleToPermission)==null?void 0:_advancedPermissionSt.get(id);if(roleToPermission!==undefined){return extends_default()({},item,{selectedPermission:roleToPermission});}return item;});const changeValidationMsg=validateChanges(updatedItems);const saveButtonText=step===STEP_1?save:advancedPermissionState.notify&&isSitePublished==='true'?buttonAddNotify:add;const errorMessageText=advancedPermissionState.errorMessage||loading===Loading.Error&&step===STEP_1&&rolesListError||'';const backButtonSpan=/*#__PURE__*/external_React_default().createElement("span",{className:classes.backButtonSpan},backButtonLabel||'Back');const modalTitle=step===STEP_1?title:secondTitle;const rtl=direction===Direction.RTL;const modalAlertVisible=getModalAlertVisible();const features={newColorsBranding:false};const providerProps=isDashboard?{features,value:{}}:{value:{mobile,rtl}};const sectionNotification=isDashboard?/*#__PURE__*/ // @ts-ignore
|
|
68071
|
+
external_React_default().createElement(FloatingNotification_FloatingNotification,{type:"warning",text:/*#__PURE__*/external_React_default().createElement(Text_Text,{size:'small',className:st(classes.wsrTooltipContent)},changeValidationMsg),fullWidth:false,showCloseButton:false,className:st(classes.wsrNotificationMessage)}):/*#__PURE__*/external_React_default().createElement(SectionNotification,{type:"alert",className:st(classes.notificationMessage)},/*#__PURE__*/external_React_default().createElement(SectionNotification.Icon,{icon:/*#__PURE__*/external_React_default().createElement(icons_Error,null)}),/*#__PURE__*/external_React_default().createElement(SectionNotification.Text,{className:st(classes.notificationMessageText)},changeValidationMsg));const wsrErrorNotification=// @ts-ignore
|
|
68072
|
+
errorMessageText.length>0?/*#__PURE__*/external_React_default().createElement(FloatingNotification_FloatingNotification,{type:"destructive",text:/*#__PURE__*/external_React_default().createElement(Text_Text,{size:'small',className:st(classes.wsrTooltipContent)},errorMessageText),fullWidth:false,showCloseButton:false,className:step===STEP_1?st(classes.wsrNotificationMessage):st(classes.wsrNotificationErrorMessage)}):'';const errorSectionNotification=isDashboard?step===STEP_1?wsrErrorNotification:'':/*#__PURE__*/external_React_default().createElement(SectionNotification,{type:"error",className:st(classes.notificationMessage)},/*#__PURE__*/external_React_default().createElement(SectionNotification.Icon,{icon:/*#__PURE__*/external_React_default().createElement((Error_default()),null)}),/*#__PURE__*/external_React_default().createElement(SectionNotification.Text,null,errorMessageText));return/*#__PURE__*/ (// @ts-ignore
|
|
68073
|
+
external_React_default().createElement(Provider,providerProps,/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.root,{mobile,rtl,step,dashboard:isDashboard},className),role:"dialog","aria-labelledby":"modalMainTitle","aria-describedby":"folderName"},/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.header)},step===STEP_2&&mobile&&/*#__PURE__*/external_React_default().createElement(SmallArrowLeftIcon,{className:classes.headerArrow,onClick:backToFirstView}),/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.titleContainer,{secondView:step===STEP_2})},isDashboard?/*#__PURE__*/external_React_default().createElement(Box_Box,{direction:'horizontal',display:'grid'},/*#__PURE__*/external_React_default().createElement(Text_Text,{id:'modalMainTitle',weight:'bold',size:'medium',ellipsis:true,className:st(classes.wsrModalMainTitle)},modalTitle),/*#__PURE__*/external_React_default().createElement(Text_Text,{id:'folderName',className:st(classes.wsrFolderName),ellipsis:true},entityTitle)):/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,/*#__PURE__*/external_React_default().createElement(Text,{id:'modalMainTitle',typography:TextTypography.smallTitle,className:st(classes.modalMainTitle)},modalTitle),/*#__PURE__*/external_React_default().createElement(Text,{id:'folderName',typography:TextTypography.runningText,className:st(classes.folderName)},entityTitle))),isModal&&(isDashboard?/*#__PURE__*/external_React_default().createElement((Dismiss_default()),{className:st(classes.closeButton),onClick:closeCallback,"aria-label":closeAriaLabel,onKeyDown:onCloseIconKeyDown}):/*#__PURE__*/external_React_default().createElement(Close,{className:st(classes.closeButton),onClick:closeCallback,role:"button",tabIndex:0,onKeyDown:onCloseIconKeyDown,"aria-label":closeAriaLabel}))),/*#__PURE__*/external_React_default().createElement(Scrollbar,{native:true,translateContentSizeYToHolder:true,noScrollX:true,className:st(classes.stepScrollbar,{active:step===STEP_2&&!mobile})},/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.roleSelectionContainer,{secondView:isDashboard&&step===STEP_2})},/*#__PURE__*/external_React_default().createElement(SearchEntity_SearchEntity,{searchEntityRef:searchEntityRef,loadingMessage:loadingMessage,placeholder:he_default().decode(searchPlaceHolder||''),setSelectedRoles:setSelectedRoles,queryFunction:queryFunction,allOptionsSelected:allOptionsSelected,noOptionsMessage:noOptionsMessage,className:st(classes.searchEntity),value:advancedPermissionState.selectedRoles,filterShowOnlyInSelectList:step===STEP_2,numberOfResultsMessage:numberOfResultsMessage,pressDeleteToRemoveMessage:pressDeleteToRemoveMessage,isDashboard:isDashboard}),step===STEP_2&&/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,/*#__PURE__*/external_React_default().createElement("label",{className:"sr-only",id:"globalSelectPermissionId"},he_default().decode(selectPermissionLabel)),/*#__PURE__*/external_React_default().createElement(PermissionsDropdown_PermissionsDropdown,{ariaLabelledBy:'globalSelectPermissionId',options:step2Permissions,disabled:false,value:advancedPermissionState.chosenPermission,onChange:permissionIdChanged,className:isDashboard?st(classes.wsrPermissionsMenu):st(classes.permissionDropdown,{rtl}),isDashboard:isDashboard,isStep2:step===STEP_2}))),/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.steps),role:"alert"},errorMessageText.length>0&&errorSectionNotification,step===STEP_1&&/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,modalAlertVisible&§ionNotification,/*#__PURE__*/external_React_default().createElement(PermissionsList_PermissionsList,{removePermissionCode:removePermissionCode,items:updatedItems,loading:loading,onChange:onRoleToPermissionChange,className:st(classes.permissionList),emptyStateTitle:emptyStateTitle,emptyStateDescription:emptyStateDescription,permissionRemovedMessage:permissionRemovedMessage,isDashboard:isDashboard,modalAlertVisible:modalAlertVisible})),step===STEP_2&&/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,/*#__PURE__*/external_React_default().createElement(NotifyBox_NotifyBox,{checkBoxNotifyLabel:checkBoxNotifyLabel,notifyMessagePlaceholder:notifyMessagePlaceholder,notifyMessageLabel:notifyMessageLabel,value:advancedPermissionState,onChange:setAdvancedPermissionState,notifyLabelHint:notifyLabelHint,isDashboard:isDashboard,isSitePublished:isSitePublished==='true'}),isDashboard&&wsrErrorNotification))),!isDashboard&&/*#__PURE__*/external_React_default().createElement(Divider,{className:st(classes.divider)}),/*#__PURE__*/external_React_default().createElement("div",{className:st(classes.footer)},step===STEP_2&&!mobile&&/*#__PURE__*/external_React_default().createElement("span",{onClick:backToFirstView,tabIndex:0,className:st(classes.backButton),role:"button",onKeyDown:onBackIconKeyDown,"aria-label":backAriaLabel},isDashboard?/*#__PURE__*/external_React_default().createElement(src_Button_Button,{priority:"secondary",size:ButtonSize.small},/*#__PURE__*/external_React_default().createElement((ChevronLeftSmall_default()),null),backButtonSpan):/*#__PURE__*/external_React_default().createElement(IconToggle,{label:backButtonSpan,className:st(classes.backToggleIcon),icon:/*#__PURE__*/external_React_default().createElement(BackIcon,{tabIndex:-1})})),/*#__PURE__*/external_React_default().createElement("div",{className:classes.actionButtons},step===STEP_1&&(isDashboard?/*#__PURE__*/external_React_default().createElement(src_Button_Button,{priority:"secondary","aria-label":advancedPermissionState.saveState===StatesButtonStates.SUCCESS?saveSuccessMessage:'',className:classes.wsrCancelBtn,size:ButtonSize.small,disabled:false,onClick:closeCallback},cancel||'Cancel'):/*#__PURE__*/external_React_default().createElement(Button,{priority:ButtonPriority.basicSecondary,upgrade:true,className:st(classes.buttonCancel,{invisible:!advancedPermissionState.pendingSave}),onClick:closeCallback,size:ButtonSize.medium},cancel||'Cancel')),isDashboard?/*#__PURE__*/external_React_default().createElement(src_Button_Button,{"aria-label":advancedPermissionState.saveState===StatesButtonStates.SUCCESS?saveSuccessMessage:'',size:ButtonSize.small,disabled:advancedPermissionState.saveState===StatesButtonStates.IN_PROGRESS,onClick:saveClicked},advancedPermissionState.saveState!==StatesButtonStates.IN_PROGRESS?advancedPermissionState.pendingSave?saveButtonText||'Save':doneLabel:/*#__PURE__*/external_React_default().createElement((external_React_default()).Fragment,null,/*#__PURE__*/external_React_default().createElement(Loader_Loader,{size:"tiny"}))):/*#__PURE__*/external_React_default().createElement(StatesButton,{idleContent:advancedPermissionState.pendingSave?saveButtonText||'Save':doneLabel,"aria-label":advancedPermissionState.saveState===StatesButtonStates.SUCCESS?saveSuccessMessage:'',inProgressContent:/*#__PURE__*/external_React_default().createElement(ButtonSpinner,{className:st(classes.ButtonSpinner)}),className:st(classes.buttonSend,{progress:advancedPermissionState.saveState===StatesButtonStates.IN_PROGRESS}),size:ButtonSize.medium,disabled:false,state:advancedPermissionState.saveState||StatesButtonStates.IDLE,onClick:saveClicked,onNotificationEnd:()=>setAdvancedPermissionState({type:SET_SAVE_STATE,saveState:StatesButtonStates.IDLE})}))))));}/* harmony default export */ var components_EntityAdvancedPermissions = (EntityAdvancedPermissions);
|
|
68396
68074
|
;// CONCATENATED MODULE: ./assets/icons/AdminsIcon.svg
|
|
68397
68075
|
var _g;
|
|
68398
|
-
|
|
68399
68076
|
function AdminsIcon_extends() { AdminsIcon_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return AdminsIcon_extends.apply(this, arguments); }
|
|
68400
68077
|
|
|
68401
|
-
|
|
68402
|
-
|
|
68403
68078
|
var SvgAdminsIcon = function SvgAdminsIcon(props) {
|
|
68404
68079
|
return /*#__PURE__*/external_React_.createElement("svg", AdminsIcon_extends({
|
|
68405
68080
|
width: 36,
|
|
@@ -68419,15 +68094,11 @@ var SvgAdminsIcon = function SvgAdminsIcon(props) {
|
|
|
68419
68094
|
fill: "#000"
|
|
68420
68095
|
}))));
|
|
68421
68096
|
};
|
|
68422
|
-
|
|
68423
68097
|
/* harmony default export */ var AdminsIcon = (SvgAdminsIcon);
|
|
68424
68098
|
;// CONCATENATED MODULE: ./assets/icons/RoleIcon.svg
|
|
68425
68099
|
var RoleIcon_g;
|
|
68426
|
-
|
|
68427
68100
|
function RoleIcon_extends() { RoleIcon_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return RoleIcon_extends.apply(this, arguments); }
|
|
68428
68101
|
|
|
68429
|
-
|
|
68430
|
-
|
|
68431
68102
|
var SvgRoleIcon = function SvgRoleIcon(props) {
|
|
68432
68103
|
return /*#__PURE__*/external_React_.createElement("svg", RoleIcon_extends({
|
|
68433
68104
|
width: 36,
|
|
@@ -68447,15 +68118,11 @@ var SvgRoleIcon = function SvgRoleIcon(props) {
|
|
|
68447
68118
|
fill: "#000"
|
|
68448
68119
|
}))));
|
|
68449
68120
|
};
|
|
68450
|
-
|
|
68451
68121
|
/* harmony default export */ var RoleIcon = (SvgRoleIcon);
|
|
68452
68122
|
;// CONCATENATED MODULE: ./assets/icons/PPIcon.svg
|
|
68453
68123
|
var PPIcon_g;
|
|
68454
|
-
|
|
68455
68124
|
function PPIcon_extends() { PPIcon_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return PPIcon_extends.apply(this, arguments); }
|
|
68456
68125
|
|
|
68457
|
-
|
|
68458
|
-
|
|
68459
68126
|
var SvgPpIcon = function SvgPpIcon(props) {
|
|
68460
68127
|
return /*#__PURE__*/external_React_.createElement("svg", PPIcon_extends({
|
|
68461
68128
|
width: 36,
|
|
@@ -68475,15 +68142,11 @@ var SvgPpIcon = function SvgPpIcon(props) {
|
|
|
68475
68142
|
fill: "#000"
|
|
68476
68143
|
}))));
|
|
68477
68144
|
};
|
|
68478
|
-
|
|
68479
68145
|
/* harmony default export */ var PPIcon = (SvgPpIcon);
|
|
68480
68146
|
;// CONCATENATED MODULE: ./assets/icons/SiteVisitorsIcon.svg
|
|
68481
68147
|
var SiteVisitorsIcon_g;
|
|
68482
|
-
|
|
68483
68148
|
function SiteVisitorsIcon_extends() { SiteVisitorsIcon_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return SiteVisitorsIcon_extends.apply(this, arguments); }
|
|
68484
68149
|
|
|
68485
|
-
|
|
68486
|
-
|
|
68487
68150
|
var SvgSiteVisitorsIcon = function SvgSiteVisitorsIcon(props) {
|
|
68488
68151
|
return /*#__PURE__*/external_React_.createElement("svg", SiteVisitorsIcon_extends({
|
|
68489
68152
|
width: 36,
|
|
@@ -68504,15 +68167,11 @@ var SvgSiteVisitorsIcon = function SvgSiteVisitorsIcon(props) {
|
|
|
68504
68167
|
fillRule: "nonzero"
|
|
68505
68168
|
}))));
|
|
68506
68169
|
};
|
|
68507
|
-
|
|
68508
68170
|
/* harmony default export */ var SiteVisitorsIcon = (SvgSiteVisitorsIcon);
|
|
68509
68171
|
;// CONCATENATED MODULE: ./assets/icons/BadgeIcon.svg
|
|
68510
68172
|
var BadgeIcon_g;
|
|
68511
|
-
|
|
68512
68173
|
function BadgeIcon_extends() { BadgeIcon_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return BadgeIcon_extends.apply(this, arguments); }
|
|
68513
68174
|
|
|
68514
|
-
|
|
68515
|
-
|
|
68516
68175
|
var SvgBadgeIcon = function SvgBadgeIcon(props) {
|
|
68517
68176
|
return /*#__PURE__*/external_React_.createElement("svg", BadgeIcon_extends({
|
|
68518
68177
|
width: 36,
|
|
@@ -68532,7 +68191,6 @@ var SvgBadgeIcon = function SvgBadgeIcon(props) {
|
|
|
68532
68191
|
fill: "#000"
|
|
68533
68192
|
}))));
|
|
68534
68193
|
};
|
|
68535
|
-
|
|
68536
68194
|
/* harmony default export */ var BadgeIcon = (SvgBadgeIcon);
|
|
68537
68195
|
// EXTERNAL MODULE: ../../../node_modules/wix-ui-icons-common/dist/src/general/dist/components/Languages.js
|
|
68538
68196
|
var Languages = __webpack_require__(8757);
|
|
@@ -68543,6 +68201,7 @@ var Languages_default = /*#__PURE__*/__webpack_require__.n(Languages);
|
|
|
68543
68201
|
var avatar_st_namespace = "avatar4129732314";
|
|
68544
68202
|
var avatar_st_classes = {"root":"avatar4129732314__root","avatarWrapper":"avatar4129732314__avatarWrapper","avatar":"avatar4129732314__avatar"};
|
|
68545
68203
|
var avatar_st_keyframes = {};
|
|
68204
|
+
var avatar_st_layers = {};
|
|
68546
68205
|
var avatar_st_stVars = {};
|
|
68547
68206
|
var avatar_st_vars = {};
|
|
68548
68207
|
var avatar_st_cssStates = /*#__PURE__*/ __webpack_require__.stc.bind(null, avatar_st_namespace);
|